fix(form): 修复表单组件的禁用逻辑
- 更新了多个表单组件(包括文本输入、复选框、选择框等)的禁用逻辑
- 支持禁用配置为函数,增加了灵活性
- 优化了代码结构,提高了可读性和可维护性
feat: Update Pops library to version 2.2.4
- Added new CSS class names for common styles in CommonCSSClassName.
- Introduced GlobalConfig for managing global properties of popups.
- Refactored component imports to use the new config structure.
- Enhanced Pops class to include additional icon SVGs and instData configurations.
- Improved DOM utility functions to handle undefined or null elements gracefully.
- Updated CSS styles for disabled text and other common classes.
- Fixed various type definitions for better type safety and clarity.
- Incremented version number to 2.2.4 in package.json and package-lock.json.
feat: update PopsPanelSelectMultiple to use a simpler disabled function signature
fix: increment version to 2.2.5
feat: enhance PopsPanelConfig with new button component and disable attributes for select elements
refactor: improve drag handling logic in PanelHandlerComponents for better disable functionality
style: update CSS for disabled states across various components for consistent styling
fix: adjust PopsPanelSelectMultiple to properly handle disabled state and interactions