@hsu-react/ui 0.0.4 → 0.0.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/es/components/Button/ChakraButton/index.js +1 -1
- package/es/components/Button/index.js +1 -1
- package/es/components/ChainGraph/_components/ExpandButtons/index.js +1 -1
- package/es/components/ChainGraph/_components/SearchSelect/index.js +1 -1
- package/es/components/ChainGraph/index.js +1 -1
- package/es/components/Chart/Bar/index.js +1 -1
- package/es/components/Chart/Bubble/index.js +1 -1
- package/es/components/Chart/Common/index.js +1 -1
- package/es/components/Chart/Gauge/index.js +1 -1
- package/es/components/Chart/Group/index.js +1 -1
- package/es/components/Chart/Heatmap/index.js +1 -1
- package/es/components/Chart/Line/index.js +1 -1
- package/es/components/Chart/Pie/Pie3D/index.js +1 -1
- package/es/components/Chart/Pie/index.js +1 -1
- package/es/components/Chart/Polar/index.js +1 -1
- package/es/components/Chart/Radar/index.js +1 -1
- package/es/components/Chart/Sankey/index.js +1 -1
- package/es/components/Chart/Tree/index.js +1 -1
- package/es/components/Chat/ChatHistory/_components/HistoryGroup/index.js +1 -1
- package/es/components/Chat/ChatHistory/_components/HistoryItem/index.js +1 -1
- package/es/components/Chat/ChatHistory/_components/NewChatButton/index.js +1 -1
- package/es/components/Chat/ChatHistory/index.js +1 -1
- package/es/components/Chat/ChatInput/_components/AgentToggleButton/index.js +1 -1
- package/es/components/Chat/ChatInput/_components/FileList/index.js +1 -1
- package/es/components/Chat/ChatInput/_components/SendButton/index.js +1 -1
- package/es/components/Chat/ChatInput/_components/StopButton/index.js +1 -1
- package/es/components/Chat/ChatInput/_components/UploadButton/index.js +1 -1
- package/es/components/Chat/ChatInput/index.js +1 -1
- package/es/components/Chat/ChatList/_components/Assistant/AssistantItem/_components/Copy/index.js +1 -1
- package/es/components/Chat/ChatList/_components/Assistant/AssistantItem/_components/LikeDislike/index.js +1 -1
- package/es/components/Chat/ChatList/_components/Assistant/AssistantItem/_components/QuoteList/index.js +1 -1
- package/es/components/Chat/ChatList/_components/Assistant/AssistantItem/index.js +1 -1
- package/es/components/Chat/ChatList/_components/Assistant/index.js +1 -1
- package/es/components/Chat/ChatList/_components/User/index.js +1 -1
- package/es/components/Chat/ChatList/index.js +1 -1
- package/es/components/Checkbox/CheckboxGroup/index.js +1 -1
- package/{src/components/Checkbox/CheckboxGroup/index.module.less → es/components/Checkbox/CheckboxGroup/index.module.scss} +9 -9
- package/es/components/Checkbox/index.js +1 -1
- package/{src/components/Checkbox/index.module.less → es/components/Checkbox/index.module.scss} +9 -9
- package/es/components/CodeMirror/index.js +1 -1
- package/es/components/Copy/index.js +1 -1
- package/es/components/DatePicker/RangePicker/index.js +1 -1
- package/es/components/DatePicker/StepPicker/index.js +1 -1
- package/es/components/DatePicker/index.js +1 -1
- package/es/components/Descriptions/index.js +1 -1
- package/es/components/Editor/index.js +1 -1
- package/es/components/FileCol/index.js +1 -1
- package/es/components/FilePreview/_components/MarkdownPreview/index.js +1 -1
- package/es/components/FilePreview/_components/PdfPreview/index.js +1 -1
- package/es/components/FilePreview/_components/TextPreview/index.js +1 -1
- package/es/components/FilePreview/_components/VideoPreview/index.js +1 -1
- package/es/components/FilePreview/_components/XlsxPreview/index.js +1 -1
- package/es/components/Form/DrawerForm/index.js +1 -1
- package/es/components/Form/ImportForm/index.js +1 -1
- package/es/components/Form/ModalForm/index.js +1 -1
- package/es/components/FormItem/FormCheckbox/FormCheckboxGroup/index.js +1 -1
- package/es/components/FormItem/FormCheckbox/index.js +1 -1
- package/es/components/FormItem/FormDatePicker/FormRangePicker/index.js +1 -1
- package/es/components/FormItem/FormDatePicker/FormStepPicker/index.js +1 -1
- package/es/components/FormItem/FormDatePicker/index.js +1 -1
- package/es/components/FormItem/FormInput/FormPasswordStrength/index.js +1 -1
- package/es/components/FormItem/FormRadio/index.js +1 -1
- package/es/components/FormItem/FormSegmented/index.js +1 -1
- package/es/components/FormItem/FormSlider/index.js +1 -1
- package/es/components/FormItem/FormSwitch/index.js +1 -1
- package/es/components/FormItem/FormText/index.js +1 -1
- package/es/components/FormItem/FormUpload/index.js +1 -1
- package/es/components/FormItem/ItemContainer/index.js +1 -1
- package/es/components/Icon/index.js +1 -1
- package/es/components/Input/Number/index.js +1 -1
- package/es/components/Input/Password/index.js +1 -1
- package/es/components/Input/Range/index.js +1 -1
- package/es/components/Input/Search/index.js +1 -1
- package/es/components/Input/TextArea/index.js +1 -1
- package/es/components/Input/index.js +1 -1
- package/es/components/Markdown/Editor/index.js +1 -1
- package/es/components/Markdown/Views/ArtifactBlock.js +1 -1
- package/es/components/Markdown/Views/MermaidBlock.js +1 -1
- package/es/components/Markdown/Views/index.js +1 -1
- package/es/components/Modal/index.js +1 -1
- package/es/components/Operate/index.js +1 -1
- package/es/components/Panel/DefaultPanel/index.js +1 -1
- package/es/components/Panel/IframePanel/index.js +1 -1
- package/es/components/Panel/ListPanel/ListModalPanel/index.js +1 -1
- package/es/components/Panel/ListPanel/_components/ColumnMgt/index.js +1 -1
- package/es/components/Panel/ListPanel/_components/ToolBar/index.js +1 -1
- package/es/components/Panel/ListPanel/index.js +1 -1
- package/es/components/Search/SearchAdvanced/index.js +1 -1
- package/es/components/Search/SearchCard/_components/CollapseToggle/index.js +1 -1
- package/es/components/Search/SearchCard/_components/OptionRow/ChildrenItems/index.js +1 -1
- package/es/components/Search/SearchCard/_components/OptionRow/Item/index.js +1 -1
- package/es/components/Search/SearchCard/_components/OptionRow/index.js +1 -1
- package/es/components/Search/SearchCard/_components/SearchBox/index.js +1 -1
- package/es/components/Search/SearchCard/index.js +1 -1
- package/es/components/Search/SearchCollapsible/index.js +1 -1
- package/es/components/Search/SearchWithFilter/index.js +1 -1
- package/es/components/Search/SearchWithMore/index.js +1 -1
- package/es/components/Search/_components/AdvancedFiltersDrawer/index.js +1 -1
- package/es/components/Search/_components/ButtonGroup/index.js +1 -1
- package/es/components/Search/_components/CollapseToggle/index.js +1 -1
- package/es/components/Search/_components/ExpandButton/index.js +1 -1
- package/es/components/Search/_components/FilterDropdown/index.js +1 -1
- package/es/components/Search/_hooks/useSearchCommon.js +1 -1
- package/es/components/Search/index.js +1 -1
- package/es/components/SecondConf/index.js +1 -1
- package/es/components/Select/AutoCompleteSelect/index.js +1 -1
- package/es/components/Select/IconSelect/index.js +1 -1
- package/es/components/Select/TreeSelect/index.js +1 -1
- package/es/components/Select/_components/Prefix/index.js +1 -1
- package/es/components/Select/_components/Suffix/index.js +1 -1
- package/es/components/Select/index.js +1 -1
- package/es/components/Slider/index.js +1 -1
- package/es/components/Spreadsheet/index.js +1 -1
- package/es/components/Switch/index.js +1 -1
- package/es/components/TabBar/index.js +1 -1
- package/es/components/Table/_components/Pagination/index.js +1 -1
- package/es/components/Table/_hooks/useTableColumns.js +44 -4
- package/es/components/Table/index.d.ts +12 -0
- package/es/components/Table/index.js +1 -1
- package/es/components/Tags/_components/EllipsisTag/index.js +1 -1
- package/es/components/Tags/_components/MeasureContainer/index.js +1 -1
- package/es/components/Tags/index.js +1 -1
- package/es/components/TextEllipsis/index.js +1 -1
- package/es/components/Tree/_components/TitleSearchBar/index.js +1 -1
- package/es/components/Tree/index.js +1 -1
- package/es/components/Upload/_components/UploadedItem/index.js +1 -1
- package/es/components/Upload/_components/UploadingItem/index.js +1 -1
- package/es/components/Upload/index.js +1 -1
- package/es/styles/utils.scss +81 -0
- package/es/typings.d.ts +3 -3
- package/lib/components/Button/ChakraButton/index.js +1 -1
- package/lib/components/Button/index.js +1 -1
- package/lib/components/ChainGraph/_components/ExpandButtons/index.js +1 -1
- package/lib/components/ChainGraph/_components/SearchSelect/index.js +1 -1
- package/lib/components/ChainGraph/index.js +1 -1
- package/lib/components/Chart/Bar/index.js +1 -1
- package/lib/components/Chart/Bubble/index.js +1 -1
- package/lib/components/Chart/Common/index.js +1 -1
- package/lib/components/Chart/Gauge/index.js +1 -1
- package/lib/components/Chart/Group/index.js +1 -1
- package/lib/components/Chart/Heatmap/index.js +1 -1
- package/lib/components/Chart/Line/index.js +1 -1
- package/lib/components/Chart/Pie/Pie3D/index.js +1 -1
- package/lib/components/Chart/Pie/index.js +1 -1
- package/lib/components/Chart/Polar/index.js +1 -1
- package/lib/components/Chart/Radar/index.js +1 -1
- package/lib/components/Chart/Sankey/index.js +1 -1
- package/lib/components/Chart/Tree/index.js +1 -1
- package/lib/components/Chat/ChatHistory/_components/HistoryGroup/index.js +1 -1
- package/lib/components/Chat/ChatHistory/_components/HistoryItem/index.js +1 -1
- package/lib/components/Chat/ChatHistory/_components/NewChatButton/index.js +1 -1
- package/lib/components/Chat/ChatHistory/index.js +1 -1
- package/lib/components/Chat/ChatInput/_components/AgentToggleButton/index.js +1 -1
- package/lib/components/Chat/ChatInput/_components/FileList/index.js +1 -1
- package/lib/components/Chat/ChatInput/_components/SendButton/index.js +1 -1
- package/lib/components/Chat/ChatInput/_components/StopButton/index.js +1 -1
- package/lib/components/Chat/ChatInput/_components/UploadButton/index.js +1 -1
- package/lib/components/Chat/ChatInput/index.js +1 -1
- package/lib/components/Chat/ChatList/_components/Assistant/AssistantItem/_components/Copy/index.js +1 -1
- package/lib/components/Chat/ChatList/_components/Assistant/AssistantItem/_components/LikeDislike/index.js +1 -1
- package/lib/components/Chat/ChatList/_components/Assistant/AssistantItem/_components/QuoteList/index.js +1 -1
- package/lib/components/Chat/ChatList/_components/Assistant/AssistantItem/index.js +1 -1
- package/lib/components/Chat/ChatList/_components/Assistant/index.js +1 -1
- package/lib/components/Chat/ChatList/_components/User/index.js +1 -1
- package/lib/components/Chat/ChatList/index.js +1 -1
- package/lib/components/Checkbox/CheckboxGroup/index.js +1 -1
- package/lib/components/Checkbox/CheckboxGroup/{index.module.less → index.module.scss} +9 -9
- package/lib/components/Checkbox/index.js +1 -1
- package/lib/components/Checkbox/{index.module.less → index.module.scss} +9 -9
- package/lib/components/CodeMirror/index.js +1 -1
- package/lib/components/Copy/index.js +1 -1
- package/lib/components/DatePicker/RangePicker/index.js +1 -1
- package/lib/components/DatePicker/StepPicker/index.js +1 -1
- package/lib/components/DatePicker/index.js +1 -1
- package/lib/components/Descriptions/index.js +1 -1
- package/lib/components/Editor/index.js +1 -1
- package/lib/components/FileCol/index.js +1 -1
- package/lib/components/FilePreview/_components/MarkdownPreview/index.js +1 -1
- package/lib/components/FilePreview/_components/PdfPreview/index.js +1 -1
- package/lib/components/FilePreview/_components/TextPreview/index.js +1 -1
- package/lib/components/FilePreview/_components/VideoPreview/index.js +1 -1
- package/lib/components/FilePreview/_components/XlsxPreview/index.js +1 -1
- package/lib/components/Form/DrawerForm/index.js +1 -1
- package/lib/components/Form/ImportForm/index.js +1 -1
- package/lib/components/Form/ModalForm/index.js +1 -1
- package/lib/components/FormItem/FormCheckbox/FormCheckboxGroup/index.js +1 -1
- package/lib/components/FormItem/FormCheckbox/index.js +1 -1
- package/lib/components/FormItem/FormDatePicker/FormRangePicker/index.js +1 -1
- package/lib/components/FormItem/FormDatePicker/FormStepPicker/index.js +1 -1
- package/lib/components/FormItem/FormDatePicker/index.js +1 -1
- package/lib/components/FormItem/FormInput/FormPasswordStrength/index.js +1 -1
- package/lib/components/FormItem/FormRadio/index.js +1 -1
- package/lib/components/FormItem/FormSegmented/index.js +1 -1
- package/lib/components/FormItem/FormSlider/index.js +1 -1
- package/lib/components/FormItem/FormSwitch/index.js +1 -1
- package/lib/components/FormItem/FormText/index.js +1 -1
- package/lib/components/FormItem/FormUpload/index.js +1 -1
- package/lib/components/FormItem/ItemContainer/index.js +1 -1
- package/lib/components/Icon/index.js +1 -1
- package/lib/components/Input/Number/index.js +1 -1
- package/lib/components/Input/Password/index.js +1 -1
- package/lib/components/Input/Range/index.js +1 -1
- package/lib/components/Input/Search/index.js +1 -1
- package/lib/components/Input/TextArea/index.js +1 -1
- package/lib/components/Input/index.js +1 -1
- package/lib/components/Markdown/Editor/index.js +1 -1
- package/lib/components/Markdown/Views/ArtifactBlock.js +1 -1
- package/lib/components/Markdown/Views/MermaidBlock.js +1 -1
- package/lib/components/Markdown/Views/index.js +1 -1
- package/lib/components/Modal/index.js +1 -1
- package/lib/components/Operate/index.js +1 -1
- package/lib/components/Panel/DefaultPanel/index.js +1 -1
- package/lib/components/Panel/IframePanel/index.js +1 -1
- package/lib/components/Panel/ListPanel/ListModalPanel/index.js +1 -1
- package/lib/components/Panel/ListPanel/_components/ColumnMgt/index.js +1 -1
- package/lib/components/Panel/ListPanel/_components/ToolBar/index.js +1 -1
- package/lib/components/Panel/ListPanel/index.js +1 -1
- package/lib/components/Search/SearchAdvanced/index.js +1 -1
- package/lib/components/Search/SearchCard/_components/CollapseToggle/index.js +1 -1
- package/lib/components/Search/SearchCard/_components/OptionRow/ChildrenItems/index.js +1 -1
- package/lib/components/Search/SearchCard/_components/OptionRow/Item/index.js +1 -1
- package/lib/components/Search/SearchCard/_components/OptionRow/index.js +1 -1
- package/lib/components/Search/SearchCard/_components/SearchBox/index.js +1 -1
- package/lib/components/Search/SearchCard/index.js +1 -1
- package/lib/components/Search/SearchCollapsible/index.js +1 -1
- package/lib/components/Search/SearchWithFilter/index.js +1 -1
- package/lib/components/Search/SearchWithMore/index.js +1 -1
- package/lib/components/Search/_components/AdvancedFiltersDrawer/index.js +1 -1
- package/lib/components/Search/_components/ButtonGroup/index.js +1 -1
- package/lib/components/Search/_components/CollapseToggle/index.js +1 -1
- package/lib/components/Search/_components/ExpandButton/index.js +1 -1
- package/lib/components/Search/_components/FilterDropdown/index.js +1 -1
- package/lib/components/Search/_hooks/useSearchCommon.js +1 -1
- package/lib/components/Search/index.js +1 -1
- package/lib/components/SecondConf/index.js +1 -1
- package/lib/components/Select/AutoCompleteSelect/index.js +1 -1
- package/lib/components/Select/IconSelect/index.js +1 -1
- package/lib/components/Select/TreeSelect/index.js +1 -1
- package/lib/components/Select/_components/Prefix/index.js +1 -1
- package/lib/components/Select/_components/Suffix/index.js +1 -1
- package/lib/components/Select/index.js +1 -1
- package/lib/components/Slider/index.js +1 -1
- package/lib/components/Spreadsheet/index.js +1 -1
- package/lib/components/Switch/index.js +1 -1
- package/lib/components/TabBar/index.js +1 -1
- package/lib/components/Table/_components/Pagination/index.js +1 -1
- package/lib/components/Table/_hooks/useTableColumns.js +41 -2
- package/lib/components/Table/index.d.ts +12 -0
- package/lib/components/Table/index.js +1 -1
- package/lib/components/Tags/_components/EllipsisTag/index.js +1 -1
- package/lib/components/Tags/_components/MeasureContainer/index.js +1 -1
- package/lib/components/Tags/index.js +1 -1
- package/lib/components/TextEllipsis/index.js +1 -1
- package/lib/components/Tree/_components/TitleSearchBar/index.js +1 -1
- package/lib/components/Tree/index.js +1 -1
- package/lib/components/Upload/_components/UploadedItem/index.js +1 -1
- package/lib/components/Upload/_components/UploadingItem/index.js +1 -1
- package/lib/components/Upload/index.js +1 -1
- package/lib/styles/utils.scss +81 -0
- package/lib/typings.d.ts +3 -3
- package/package.json +3 -3
- package/src/components/Button/ChakraButton/index.tsx +1 -1
- package/src/components/Button/index.tsx +1 -1
- package/src/components/ChainGraph/_components/ExpandButtons/index.tsx +1 -1
- package/src/components/ChainGraph/_components/SearchSelect/index.tsx +1 -1
- package/src/components/ChainGraph/index.tsx +1 -1
- package/src/components/Chart/Bar/index.tsx +1 -1
- package/src/components/Chart/Bubble/index.tsx +1 -1
- package/src/components/Chart/Common/index.tsx +1 -1
- package/src/components/Chart/Gauge/index.tsx +1 -1
- package/src/components/Chart/Group/index.tsx +1 -1
- package/src/components/Chart/Heatmap/index.tsx +1 -1
- package/src/components/Chart/Line/index.tsx +1 -1
- package/src/components/Chart/Pie/Pie3D/index.tsx +1 -1
- package/src/components/Chart/Pie/index.tsx +1 -1
- package/src/components/Chart/Polar/index.tsx +1 -1
- package/src/components/Chart/Radar/index.tsx +1 -1
- package/src/components/Chart/Sankey/index.tsx +1 -1
- package/src/components/Chart/Tree/index.tsx +1 -1
- package/src/components/Chat/ChatHistory/_components/HistoryGroup/index.tsx +1 -1
- package/src/components/Chat/ChatHistory/_components/HistoryItem/index.tsx +1 -1
- package/src/components/Chat/ChatHistory/_components/NewChatButton/index.tsx +1 -1
- package/src/components/Chat/ChatHistory/index.tsx +1 -1
- package/src/components/Chat/ChatInput/_components/AgentToggleButton/index.tsx +1 -1
- package/src/components/Chat/ChatInput/_components/FileList/index.tsx +1 -1
- package/src/components/Chat/ChatInput/_components/SendButton/index.tsx +1 -1
- package/src/components/Chat/ChatInput/_components/StopButton/index.tsx +1 -1
- package/src/components/Chat/ChatInput/_components/UploadButton/index.tsx +1 -1
- package/src/components/Chat/ChatInput/index.tsx +1 -1
- package/src/components/Chat/ChatList/_components/Assistant/AssistantItem/_components/Copy/index.tsx +1 -1
- package/src/components/Chat/ChatList/_components/Assistant/AssistantItem/_components/LikeDislike/index.tsx +1 -1
- package/src/components/Chat/ChatList/_components/Assistant/AssistantItem/_components/QuoteList/index.tsx +1 -1
- package/src/components/Chat/ChatList/_components/Assistant/AssistantItem/index.tsx +1 -1
- package/src/components/Chat/ChatList/_components/Assistant/index.tsx +1 -1
- package/src/components/Chat/ChatList/_components/User/index.tsx +1 -1
- package/src/components/Chat/ChatList/index.tsx +1 -1
- package/{es/components/Checkbox/CheckboxGroup/index.module.less → src/components/Checkbox/CheckboxGroup/index.module.scss} +9 -9
- package/src/components/Checkbox/CheckboxGroup/index.tsx +1 -1
- package/{es/components/Checkbox/index.module.less → src/components/Checkbox/index.module.scss} +9 -9
- package/src/components/Checkbox/index.tsx +1 -1
- package/src/components/CodeMirror/index.tsx +1 -1
- package/src/components/Copy/index.tsx +1 -1
- package/src/components/DatePicker/RangePicker/index.tsx +1 -1
- package/src/components/DatePicker/StepPicker/index.tsx +1 -1
- package/src/components/DatePicker/index.tsx +1 -1
- package/src/components/Descriptions/index.tsx +1 -1
- package/src/components/Editor/index.tsx +1 -1
- package/src/components/FileCol/index.tsx +1 -1
- package/src/components/FilePreview/_components/MarkdownPreview/index.tsx +1 -1
- package/src/components/FilePreview/_components/PdfPreview/index.tsx +1 -1
- package/src/components/FilePreview/_components/TextPreview/index.tsx +1 -1
- package/src/components/FilePreview/_components/VideoPreview/index.tsx +1 -1
- package/src/components/FilePreview/_components/XlsxPreview/index.tsx +1 -1
- package/src/components/Form/DrawerForm/index.tsx +1 -1
- package/src/components/Form/ImportForm/index.tsx +1 -1
- package/src/components/Form/ModalForm/index.tsx +1 -1
- package/src/components/FormItem/FormCheckbox/FormCheckboxGroup/index.tsx +1 -1
- package/src/components/FormItem/FormCheckbox/index.tsx +1 -1
- package/src/components/FormItem/FormDatePicker/FormRangePicker/index.tsx +1 -1
- package/src/components/FormItem/FormDatePicker/FormStepPicker/index.tsx +1 -1
- package/src/components/FormItem/FormDatePicker/index.tsx +1 -1
- package/src/components/FormItem/FormInput/FormPasswordStrength/index.tsx +1 -1
- package/src/components/FormItem/FormRadio/index.tsx +1 -1
- package/src/components/FormItem/FormSegmented/index.tsx +1 -1
- package/src/components/FormItem/FormSlider/index.tsx +1 -1
- package/src/components/FormItem/FormSwitch/index.tsx +1 -1
- package/src/components/FormItem/FormText/index.tsx +1 -1
- package/src/components/FormItem/FormUpload/index.tsx +1 -1
- package/src/components/FormItem/ItemContainer/index.tsx +1 -1
- package/src/components/Icon/index.tsx +1 -1
- package/src/components/Input/Number/index.tsx +1 -1
- package/src/components/Input/Password/index.tsx +1 -1
- package/src/components/Input/Range/index.tsx +1 -1
- package/src/components/Input/Search/index.tsx +1 -1
- package/src/components/Input/TextArea/index.tsx +1 -1
- package/src/components/Input/index.tsx +1 -1
- package/src/components/Markdown/Editor/index.tsx +1 -1
- package/src/components/Markdown/Views/ArtifactBlock.tsx +1 -1
- package/src/components/Markdown/Views/MermaidBlock.tsx +1 -1
- package/src/components/Markdown/Views/index.tsx +1 -1
- package/src/components/Modal/index.tsx +1 -1
- package/src/components/Operate/index.tsx +1 -1
- package/src/components/Panel/DefaultPanel/index.tsx +1 -1
- package/src/components/Panel/IframePanel/index.tsx +1 -1
- package/src/components/Panel/ListPanel/ListModalPanel/index.tsx +1 -1
- package/src/components/Panel/ListPanel/_components/ColumnMgt/index.tsx +1 -1
- package/src/components/Panel/ListPanel/_components/ToolBar/index.tsx +1 -1
- package/src/components/Panel/ListPanel/index.tsx +1 -1
- package/src/components/Search/SearchAdvanced/index.tsx +1 -1
- package/src/components/Search/SearchCard/_components/CollapseToggle/index.tsx +1 -1
- package/src/components/Search/SearchCard/_components/OptionRow/ChildrenItems/index.tsx +1 -1
- package/src/components/Search/SearchCard/_components/OptionRow/Item/index.tsx +1 -1
- package/src/components/Search/SearchCard/_components/OptionRow/index.tsx +1 -1
- package/src/components/Search/SearchCard/_components/SearchBox/index.tsx +1 -1
- package/src/components/Search/SearchCard/index.tsx +1 -1
- package/src/components/Search/SearchCollapsible/index.tsx +1 -1
- package/src/components/Search/SearchWithFilter/index.tsx +1 -1
- package/src/components/Search/SearchWithMore/index.tsx +1 -1
- package/src/components/Search/_components/AdvancedFiltersDrawer/index.tsx +1 -1
- package/src/components/Search/_components/ButtonGroup/index.tsx +1 -1
- package/src/components/Search/_components/CollapseToggle/index.tsx +1 -1
- package/src/components/Search/_components/ExpandButton/index.tsx +1 -1
- package/src/components/Search/_components/FilterDropdown/index.tsx +1 -1
- package/src/components/Search/_hooks/useSearchCommon.ts +1 -1
- package/src/components/Search/index.tsx +1 -1
- package/src/components/SecondConf/index.tsx +1 -1
- package/src/components/Select/AutoCompleteSelect/index.tsx +1 -1
- package/src/components/Select/IconSelect/index.tsx +1 -1
- package/src/components/Select/TreeSelect/index.tsx +1 -1
- package/src/components/Select/_components/Prefix/index.tsx +1 -1
- package/src/components/Select/_components/Suffix/index.tsx +1 -1
- package/src/components/Select/index.tsx +1 -1
- package/src/components/Slider/index.tsx +1 -1
- package/src/components/Spreadsheet/index.tsx +1 -1
- package/src/components/Switch/index.tsx +1 -1
- package/src/components/TabBar/index.tsx +1 -1
- package/src/components/Table/_components/Pagination/index.tsx +1 -1
- package/src/components/Table/_hooks/useTableColumns.tsx +55 -1
- package/src/components/Table/index.md +12 -1
- package/src/components/Table/index.tsx +13 -1
- package/src/components/Tags/_components/EllipsisTag/index.tsx +1 -1
- package/src/components/Tags/_components/MeasureContainer/index.tsx +1 -1
- package/src/components/Tags/index.tsx +1 -1
- package/src/components/TextEllipsis/index.tsx +1 -1
- package/src/components/Tree/_components/TitleSearchBar/index.tsx +1 -1
- package/src/components/Tree/index.tsx +1 -1
- package/src/components/Upload/_components/UploadedItem/index.tsx +1 -1
- package/src/components/Upload/_components/UploadingItem/index.tsx +1 -1
- package/src/components/Upload/index.tsx +1 -1
- package/src/styles/utils.scss +81 -0
- package/src/typings.d.ts +3 -3
- package/es/styles/utils.less +0 -88
- package/lib/styles/utils.less +0 -88
- package/src/styles/utils.less +0 -88
- /package/es/components/Button/ChakraButton/{index.module.less → index.module.scss} +0 -0
- /package/es/components/Button/{index.module.less → index.module.scss} +0 -0
- /package/es/components/ChainGraph/_components/ExpandButtons/{index.module.less → index.module.scss} +0 -0
- /package/es/components/ChainGraph/_components/SearchSelect/{index.module.less → index.module.scss} +0 -0
- /package/es/components/ChainGraph/{index.module.less → index.module.scss} +0 -0
- /package/es/components/Chart/Group/{index.module.less → index.module.scss} +0 -0
- /package/es/components/Chart/{index.module.less → index.module.scss} +0 -0
- /package/es/components/Chat/ChatHistory/_components/HistoryGroup/{index.module.less → index.module.scss} +0 -0
- /package/es/components/Chat/ChatHistory/_components/HistoryItem/{index.module.less → index.module.scss} +0 -0
- /package/es/components/Chat/ChatHistory/_components/NewChatButton/{index.module.less → index.module.scss} +0 -0
- /package/es/components/Chat/ChatHistory/{index.module.less → index.module.scss} +0 -0
- /package/es/components/Chat/ChatInput/_components/AgentToggleButton/{index.module.less → index.module.scss} +0 -0
- /package/es/components/Chat/ChatInput/_components/FileList/{index.module.less → index.module.scss} +0 -0
- /package/es/components/Chat/ChatInput/_components/SendButton/{index.module.less → index.module.scss} +0 -0
- /package/es/components/Chat/ChatInput/_components/StopButton/{index.module.less → index.module.scss} +0 -0
- /package/es/components/Chat/ChatInput/_components/UploadButton/{index.module.less → index.module.scss} +0 -0
- /package/es/components/Chat/ChatInput/{index.module.less → index.module.scss} +0 -0
- /package/es/components/Chat/ChatList/_components/Assistant/AssistantItem/_components/Copy/{index.module.less → index.module.scss} +0 -0
- /package/es/components/Chat/ChatList/_components/Assistant/AssistantItem/_components/LikeDislike/{index.module.less → index.module.scss} +0 -0
- /package/es/components/Chat/ChatList/_components/Assistant/AssistantItem/_components/QuoteList/{index.module.less → index.module.scss} +0 -0
- /package/es/components/Chat/ChatList/_components/Assistant/AssistantItem/{index.module.less → index.module.scss} +0 -0
- /package/es/components/Chat/ChatList/_components/Assistant/{index.module.less → index.module.scss} +0 -0
- /package/es/components/Chat/ChatList/_components/User/{index.module.less → index.module.scss} +0 -0
- /package/es/components/Chat/ChatList/{index.module.less → index.module.scss} +0 -0
- /package/es/components/CodeMirror/{index.module.less → index.module.scss} +0 -0
- /package/es/components/Copy/{index.module.less → index.module.scss} +0 -0
- /package/es/components/DatePicker/RangePicker/{index.module.less → index.module.scss} +0 -0
- /package/es/components/DatePicker/StepPicker/{index.module.less → index.module.scss} +0 -0
- /package/es/components/DatePicker/{index.module.less → index.module.scss} +0 -0
- /package/es/components/Descriptions/{index.module.less → index.module.scss} +0 -0
- /package/es/components/Editor/{index.module.less → index.module.scss} +0 -0
- /package/es/components/FileCol/{index.module.less → index.module.scss} +0 -0
- /package/es/components/FilePreview/_components/BasePreview/{index.module.less → index.module.scss} +0 -0
- /package/es/components/FilePreview/_components/PdfPreview/{index.module.less → index.module.scss} +0 -0
- /package/es/components/FilePreview/{index.module.less → index.module.scss} +0 -0
- /package/es/components/Form/DrawerForm/{index.module.less → index.module.scss} +0 -0
- /package/es/components/Form/ImportForm/{index.module.less → index.module.scss} +0 -0
- /package/es/components/Form/ModalForm/{index.module.less → index.module.scss} +0 -0
- /package/es/components/FormItem/FormCheckbox/FormCheckboxGroup/{index.module.less → index.module.scss} +0 -0
- /package/es/components/FormItem/FormCheckbox/{index.module.less → index.module.scss} +0 -0
- /package/es/components/FormItem/FormDatePicker/{index.module.less → index.module.scss} +0 -0
- /package/es/components/FormItem/FormInput/FormPasswordStrength/{index.module.less → index.module.scss} +0 -0
- /package/es/components/FormItem/FormRadio/{index.module.less → index.module.scss} +0 -0
- /package/es/components/FormItem/FormSegmented/{index.module.less → index.module.scss} +0 -0
- /package/es/components/FormItem/FormSlider/{index.module.less → index.module.scss} +0 -0
- /package/es/components/FormItem/FormSwitch/{index.module.less → index.module.scss} +0 -0
- /package/es/components/FormItem/FormText/{index.module.less → index.module.scss} +0 -0
- /package/es/components/FormItem/FormUpload/{index.module.less → index.module.scss} +0 -0
- /package/es/components/FormItem/ItemContainer/{index.module.less → index.module.scss} +0 -0
- /package/es/components/Icon/{index.module.less → index.module.scss} +0 -0
- /package/es/components/Input/Number/{index.module.less → index.module.scss} +0 -0
- /package/es/components/Input/Password/{index.module.less → index.module.scss} +0 -0
- /package/es/components/Input/Range/{index.module.less → index.module.scss} +0 -0
- /package/es/components/Input/Search/{index.module.less → index.module.scss} +0 -0
- /package/es/components/Input/TextArea/{index.module.less → index.module.scss} +0 -0
- /package/es/components/Input/{index.module.less → index.module.scss} +0 -0
- /package/es/components/Markdown/Editor/{index.module.less → index.module.scss} +0 -0
- /package/es/components/Markdown/Views/{blocks.module.less → blocks.module.scss} +0 -0
- /package/es/components/Markdown/Views/{index.module.less → index.module.scss} +0 -0
- /package/es/components/Modal/{index.module.less → index.module.scss} +0 -0
- /package/es/components/Operate/{index.module.less → index.module.scss} +0 -0
- /package/es/components/Panel/DefaultPanel/{index.module.less → index.module.scss} +0 -0
- /package/es/components/Panel/IframePanel/{index.module.less → index.module.scss} +0 -0
- /package/es/components/Panel/ListPanel/ListModalPanel/{index.module.less → index.module.scss} +0 -0
- /package/es/components/Panel/ListPanel/_components/ColumnMgt/{index.module.less → index.module.scss} +0 -0
- /package/es/components/Panel/ListPanel/_components/ToolBar/{index.module.less → index.module.scss} +0 -0
- /package/es/components/Panel/ListPanel/{index.module.less → index.module.scss} +0 -0
- /package/es/components/Search/SearchAdvanced/{index.module.less → index.module.scss} +0 -0
- /package/es/components/Search/SearchCard/{index.module.less → index.module.scss} +0 -0
- /package/es/components/Search/SearchCollapsible/{index.module.less → index.module.scss} +0 -0
- /package/es/components/Search/SearchWithFilter/{index.module.less → index.module.scss} +0 -0
- /package/es/components/Search/SearchWithMore/{index.module.less → index.module.scss} +0 -0
- /package/es/components/Search/{index.module.less → index.module.scss} +0 -0
- /package/es/components/SecondConf/{index.module.less → index.module.scss} +0 -0
- /package/es/components/Select/AutoCompleteSelect/{index.module.less → index.module.scss} +0 -0
- /package/es/components/Select/IconSelect/{index.module.less → index.module.scss} +0 -0
- /package/es/components/Select/TreeSelect/{index.module.less → index.module.scss} +0 -0
- /package/es/components/Select/{index.module.less → index.module.scss} +0 -0
- /package/es/components/Slider/{index.module.less → index.module.scss} +0 -0
- /package/es/components/Spreadsheet/{index.module.less → index.module.scss} +0 -0
- /package/es/components/Switch/{index.module.less → index.module.scss} +0 -0
- /package/es/components/TabBar/{index.module.less → index.module.scss} +0 -0
- /package/es/components/Table/_components/Pagination/{index.module.less → index.module.scss} +0 -0
- /package/es/components/Table/{index.module.less → index.module.scss} +0 -0
- /package/es/components/Tags/_components/EllipsisTag/{index.module.less → index.module.scss} +0 -0
- /package/es/components/Tags/_components/MeasureContainer/{index.module.less → index.module.scss} +0 -0
- /package/es/components/Tags/{index.module.less → index.module.scss} +0 -0
- /package/es/components/TextEllipsis/{index.module.less → index.module.scss} +0 -0
- /package/es/components/Tree/{index.module.less → index.module.scss} +0 -0
- /package/es/components/Upload/{index.module.less → index.module.scss} +0 -0
- /package/es/styles/{antd-overload.less → antd-overload.scss} +0 -0
- /package/es/styles/{variables.global.less → variables.global.scss} +0 -0
- /package/lib/components/Button/ChakraButton/{index.module.less → index.module.scss} +0 -0
- /package/lib/components/Button/{index.module.less → index.module.scss} +0 -0
- /package/lib/components/ChainGraph/_components/ExpandButtons/{index.module.less → index.module.scss} +0 -0
- /package/lib/components/ChainGraph/_components/SearchSelect/{index.module.less → index.module.scss} +0 -0
- /package/lib/components/ChainGraph/{index.module.less → index.module.scss} +0 -0
- /package/lib/components/Chart/Group/{index.module.less → index.module.scss} +0 -0
- /package/lib/components/Chart/{index.module.less → index.module.scss} +0 -0
- /package/lib/components/Chat/ChatHistory/_components/HistoryGroup/{index.module.less → index.module.scss} +0 -0
- /package/lib/components/Chat/ChatHistory/_components/HistoryItem/{index.module.less → index.module.scss} +0 -0
- /package/lib/components/Chat/ChatHistory/_components/NewChatButton/{index.module.less → index.module.scss} +0 -0
- /package/lib/components/Chat/ChatHistory/{index.module.less → index.module.scss} +0 -0
- /package/lib/components/Chat/ChatInput/_components/AgentToggleButton/{index.module.less → index.module.scss} +0 -0
- /package/lib/components/Chat/ChatInput/_components/FileList/{index.module.less → index.module.scss} +0 -0
- /package/lib/components/Chat/ChatInput/_components/SendButton/{index.module.less → index.module.scss} +0 -0
- /package/lib/components/Chat/ChatInput/_components/StopButton/{index.module.less → index.module.scss} +0 -0
- /package/lib/components/Chat/ChatInput/_components/UploadButton/{index.module.less → index.module.scss} +0 -0
- /package/lib/components/Chat/ChatInput/{index.module.less → index.module.scss} +0 -0
- /package/lib/components/Chat/ChatList/_components/Assistant/AssistantItem/_components/Copy/{index.module.less → index.module.scss} +0 -0
- /package/lib/components/Chat/ChatList/_components/Assistant/AssistantItem/_components/LikeDislike/{index.module.less → index.module.scss} +0 -0
- /package/lib/components/Chat/ChatList/_components/Assistant/AssistantItem/_components/QuoteList/{index.module.less → index.module.scss} +0 -0
- /package/lib/components/Chat/ChatList/_components/Assistant/AssistantItem/{index.module.less → index.module.scss} +0 -0
- /package/lib/components/Chat/ChatList/_components/Assistant/{index.module.less → index.module.scss} +0 -0
- /package/lib/components/Chat/ChatList/_components/User/{index.module.less → index.module.scss} +0 -0
- /package/lib/components/Chat/ChatList/{index.module.less → index.module.scss} +0 -0
- /package/lib/components/CodeMirror/{index.module.less → index.module.scss} +0 -0
- /package/lib/components/Copy/{index.module.less → index.module.scss} +0 -0
- /package/lib/components/DatePicker/RangePicker/{index.module.less → index.module.scss} +0 -0
- /package/lib/components/DatePicker/StepPicker/{index.module.less → index.module.scss} +0 -0
- /package/lib/components/DatePicker/{index.module.less → index.module.scss} +0 -0
- /package/lib/components/Descriptions/{index.module.less → index.module.scss} +0 -0
- /package/lib/components/Editor/{index.module.less → index.module.scss} +0 -0
- /package/lib/components/FileCol/{index.module.less → index.module.scss} +0 -0
- /package/lib/components/FilePreview/_components/BasePreview/{index.module.less → index.module.scss} +0 -0
- /package/lib/components/FilePreview/_components/PdfPreview/{index.module.less → index.module.scss} +0 -0
- /package/lib/components/FilePreview/{index.module.less → index.module.scss} +0 -0
- /package/lib/components/Form/DrawerForm/{index.module.less → index.module.scss} +0 -0
- /package/lib/components/Form/ImportForm/{index.module.less → index.module.scss} +0 -0
- /package/lib/components/Form/ModalForm/{index.module.less → index.module.scss} +0 -0
- /package/lib/components/FormItem/FormCheckbox/FormCheckboxGroup/{index.module.less → index.module.scss} +0 -0
- /package/lib/components/FormItem/FormCheckbox/{index.module.less → index.module.scss} +0 -0
- /package/lib/components/FormItem/FormDatePicker/{index.module.less → index.module.scss} +0 -0
- /package/lib/components/FormItem/FormInput/FormPasswordStrength/{index.module.less → index.module.scss} +0 -0
- /package/lib/components/FormItem/FormRadio/{index.module.less → index.module.scss} +0 -0
- /package/lib/components/FormItem/FormSegmented/{index.module.less → index.module.scss} +0 -0
- /package/lib/components/FormItem/FormSlider/{index.module.less → index.module.scss} +0 -0
- /package/lib/components/FormItem/FormSwitch/{index.module.less → index.module.scss} +0 -0
- /package/lib/components/FormItem/FormText/{index.module.less → index.module.scss} +0 -0
- /package/lib/components/FormItem/FormUpload/{index.module.less → index.module.scss} +0 -0
- /package/lib/components/FormItem/ItemContainer/{index.module.less → index.module.scss} +0 -0
- /package/lib/components/Icon/{index.module.less → index.module.scss} +0 -0
- /package/lib/components/Input/Number/{index.module.less → index.module.scss} +0 -0
- /package/lib/components/Input/Password/{index.module.less → index.module.scss} +0 -0
- /package/lib/components/Input/Range/{index.module.less → index.module.scss} +0 -0
- /package/lib/components/Input/Search/{index.module.less → index.module.scss} +0 -0
- /package/lib/components/Input/TextArea/{index.module.less → index.module.scss} +0 -0
- /package/lib/components/Input/{index.module.less → index.module.scss} +0 -0
- /package/lib/components/Markdown/Editor/{index.module.less → index.module.scss} +0 -0
- /package/lib/components/Markdown/Views/{blocks.module.less → blocks.module.scss} +0 -0
- /package/lib/components/Markdown/Views/{index.module.less → index.module.scss} +0 -0
- /package/lib/components/Modal/{index.module.less → index.module.scss} +0 -0
- /package/lib/components/Operate/{index.module.less → index.module.scss} +0 -0
- /package/lib/components/Panel/DefaultPanel/{index.module.less → index.module.scss} +0 -0
- /package/lib/components/Panel/IframePanel/{index.module.less → index.module.scss} +0 -0
- /package/lib/components/Panel/ListPanel/ListModalPanel/{index.module.less → index.module.scss} +0 -0
- /package/lib/components/Panel/ListPanel/_components/ColumnMgt/{index.module.less → index.module.scss} +0 -0
- /package/lib/components/Panel/ListPanel/_components/ToolBar/{index.module.less → index.module.scss} +0 -0
- /package/lib/components/Panel/ListPanel/{index.module.less → index.module.scss} +0 -0
- /package/lib/components/Search/SearchAdvanced/{index.module.less → index.module.scss} +0 -0
- /package/lib/components/Search/SearchCard/{index.module.less → index.module.scss} +0 -0
- /package/lib/components/Search/SearchCollapsible/{index.module.less → index.module.scss} +0 -0
- /package/lib/components/Search/SearchWithFilter/{index.module.less → index.module.scss} +0 -0
- /package/lib/components/Search/SearchWithMore/{index.module.less → index.module.scss} +0 -0
- /package/lib/components/Search/{index.module.less → index.module.scss} +0 -0
- /package/lib/components/SecondConf/{index.module.less → index.module.scss} +0 -0
- /package/lib/components/Select/AutoCompleteSelect/{index.module.less → index.module.scss} +0 -0
- /package/lib/components/Select/IconSelect/{index.module.less → index.module.scss} +0 -0
- /package/lib/components/Select/TreeSelect/{index.module.less → index.module.scss} +0 -0
- /package/lib/components/Select/{index.module.less → index.module.scss} +0 -0
- /package/lib/components/Slider/{index.module.less → index.module.scss} +0 -0
- /package/lib/components/Spreadsheet/{index.module.less → index.module.scss} +0 -0
- /package/lib/components/Switch/{index.module.less → index.module.scss} +0 -0
- /package/lib/components/TabBar/{index.module.less → index.module.scss} +0 -0
- /package/lib/components/Table/_components/Pagination/{index.module.less → index.module.scss} +0 -0
- /package/lib/components/Table/{index.module.less → index.module.scss} +0 -0
- /package/lib/components/Tags/_components/EllipsisTag/{index.module.less → index.module.scss} +0 -0
- /package/lib/components/Tags/_components/MeasureContainer/{index.module.less → index.module.scss} +0 -0
- /package/lib/components/Tags/{index.module.less → index.module.scss} +0 -0
- /package/lib/components/TextEllipsis/{index.module.less → index.module.scss} +0 -0
- /package/lib/components/Tree/{index.module.less → index.module.scss} +0 -0
- /package/lib/components/Upload/{index.module.less → index.module.scss} +0 -0
- /package/lib/styles/{antd-overload.less → antd-overload.scss} +0 -0
- /package/lib/styles/{variables.global.less → variables.global.scss} +0 -0
- /package/src/components/Button/ChakraButton/{index.module.less → index.module.scss} +0 -0
- /package/src/components/Button/{index.module.less → index.module.scss} +0 -0
- /package/src/components/ChainGraph/_components/ExpandButtons/{index.module.less → index.module.scss} +0 -0
- /package/src/components/ChainGraph/_components/SearchSelect/{index.module.less → index.module.scss} +0 -0
- /package/src/components/ChainGraph/{index.module.less → index.module.scss} +0 -0
- /package/src/components/Chart/Group/{index.module.less → index.module.scss} +0 -0
- /package/src/components/Chart/{index.module.less → index.module.scss} +0 -0
- /package/src/components/Chat/ChatHistory/_components/HistoryGroup/{index.module.less → index.module.scss} +0 -0
- /package/src/components/Chat/ChatHistory/_components/HistoryItem/{index.module.less → index.module.scss} +0 -0
- /package/src/components/Chat/ChatHistory/_components/NewChatButton/{index.module.less → index.module.scss} +0 -0
- /package/src/components/Chat/ChatHistory/{index.module.less → index.module.scss} +0 -0
- /package/src/components/Chat/ChatInput/_components/AgentToggleButton/{index.module.less → index.module.scss} +0 -0
- /package/src/components/Chat/ChatInput/_components/FileList/{index.module.less → index.module.scss} +0 -0
- /package/src/components/Chat/ChatInput/_components/SendButton/{index.module.less → index.module.scss} +0 -0
- /package/src/components/Chat/ChatInput/_components/StopButton/{index.module.less → index.module.scss} +0 -0
- /package/src/components/Chat/ChatInput/_components/UploadButton/{index.module.less → index.module.scss} +0 -0
- /package/src/components/Chat/ChatInput/{index.module.less → index.module.scss} +0 -0
- /package/src/components/Chat/ChatList/_components/Assistant/AssistantItem/_components/Copy/{index.module.less → index.module.scss} +0 -0
- /package/src/components/Chat/ChatList/_components/Assistant/AssistantItem/_components/LikeDislike/{index.module.less → index.module.scss} +0 -0
- /package/src/components/Chat/ChatList/_components/Assistant/AssistantItem/_components/QuoteList/{index.module.less → index.module.scss} +0 -0
- /package/src/components/Chat/ChatList/_components/Assistant/AssistantItem/{index.module.less → index.module.scss} +0 -0
- /package/src/components/Chat/ChatList/_components/Assistant/{index.module.less → index.module.scss} +0 -0
- /package/src/components/Chat/ChatList/_components/User/{index.module.less → index.module.scss} +0 -0
- /package/src/components/Chat/ChatList/{index.module.less → index.module.scss} +0 -0
- /package/src/components/CodeMirror/{index.module.less → index.module.scss} +0 -0
- /package/src/components/Copy/{index.module.less → index.module.scss} +0 -0
- /package/src/components/DatePicker/RangePicker/{index.module.less → index.module.scss} +0 -0
- /package/src/components/DatePicker/StepPicker/{index.module.less → index.module.scss} +0 -0
- /package/src/components/DatePicker/{index.module.less → index.module.scss} +0 -0
- /package/src/components/Descriptions/{index.module.less → index.module.scss} +0 -0
- /package/src/components/Editor/{index.module.less → index.module.scss} +0 -0
- /package/src/components/FileCol/{index.module.less → index.module.scss} +0 -0
- /package/src/components/FilePreview/_components/BasePreview/{index.module.less → index.module.scss} +0 -0
- /package/src/components/FilePreview/_components/PdfPreview/{index.module.less → index.module.scss} +0 -0
- /package/src/components/FilePreview/{index.module.less → index.module.scss} +0 -0
- /package/src/components/Form/DrawerForm/{index.module.less → index.module.scss} +0 -0
- /package/src/components/Form/ImportForm/{index.module.less → index.module.scss} +0 -0
- /package/src/components/Form/ModalForm/{index.module.less → index.module.scss} +0 -0
- /package/src/components/FormItem/FormCheckbox/FormCheckboxGroup/{index.module.less → index.module.scss} +0 -0
- /package/src/components/FormItem/FormCheckbox/{index.module.less → index.module.scss} +0 -0
- /package/src/components/FormItem/FormDatePicker/{index.module.less → index.module.scss} +0 -0
- /package/src/components/FormItem/FormInput/FormPasswordStrength/{index.module.less → index.module.scss} +0 -0
- /package/src/components/FormItem/FormRadio/{index.module.less → index.module.scss} +0 -0
- /package/src/components/FormItem/FormSegmented/{index.module.less → index.module.scss} +0 -0
- /package/src/components/FormItem/FormSlider/{index.module.less → index.module.scss} +0 -0
- /package/src/components/FormItem/FormSwitch/{index.module.less → index.module.scss} +0 -0
- /package/src/components/FormItem/FormText/{index.module.less → index.module.scss} +0 -0
- /package/src/components/FormItem/FormUpload/{index.module.less → index.module.scss} +0 -0
- /package/src/components/FormItem/ItemContainer/{index.module.less → index.module.scss} +0 -0
- /package/src/components/Icon/{index.module.less → index.module.scss} +0 -0
- /package/src/components/Input/Number/{index.module.less → index.module.scss} +0 -0
- /package/src/components/Input/Password/{index.module.less → index.module.scss} +0 -0
- /package/src/components/Input/Range/{index.module.less → index.module.scss} +0 -0
- /package/src/components/Input/Search/{index.module.less → index.module.scss} +0 -0
- /package/src/components/Input/TextArea/{index.module.less → index.module.scss} +0 -0
- /package/src/components/Input/{index.module.less → index.module.scss} +0 -0
- /package/src/components/Markdown/Editor/{index.module.less → index.module.scss} +0 -0
- /package/src/components/Markdown/Views/{blocks.module.less → blocks.module.scss} +0 -0
- /package/src/components/Markdown/Views/{index.module.less → index.module.scss} +0 -0
- /package/src/components/Modal/{index.module.less → index.module.scss} +0 -0
- /package/src/components/Operate/{index.module.less → index.module.scss} +0 -0
- /package/src/components/Panel/DefaultPanel/{index.module.less → index.module.scss} +0 -0
- /package/src/components/Panel/IframePanel/{index.module.less → index.module.scss} +0 -0
- /package/src/components/Panel/ListPanel/ListModalPanel/{index.module.less → index.module.scss} +0 -0
- /package/src/components/Panel/ListPanel/_components/ColumnMgt/{index.module.less → index.module.scss} +0 -0
- /package/src/components/Panel/ListPanel/_components/ToolBar/{index.module.less → index.module.scss} +0 -0
- /package/src/components/Panel/ListPanel/{index.module.less → index.module.scss} +0 -0
- /package/src/components/Search/SearchAdvanced/{index.module.less → index.module.scss} +0 -0
- /package/src/components/Search/SearchCard/{index.module.less → index.module.scss} +0 -0
- /package/src/components/Search/SearchCollapsible/{index.module.less → index.module.scss} +0 -0
- /package/src/components/Search/SearchWithFilter/{index.module.less → index.module.scss} +0 -0
- /package/src/components/Search/SearchWithMore/{index.module.less → index.module.scss} +0 -0
- /package/src/components/Search/{index.module.less → index.module.scss} +0 -0
- /package/src/components/SecondConf/{index.module.less → index.module.scss} +0 -0
- /package/src/components/Select/AutoCompleteSelect/{index.module.less → index.module.scss} +0 -0
- /package/src/components/Select/IconSelect/{index.module.less → index.module.scss} +0 -0
- /package/src/components/Select/TreeSelect/{index.module.less → index.module.scss} +0 -0
- /package/src/components/Select/{index.module.less → index.module.scss} +0 -0
- /package/src/components/Slider/{index.module.less → index.module.scss} +0 -0
- /package/src/components/Spreadsheet/{index.module.less → index.module.scss} +0 -0
- /package/src/components/Switch/{index.module.less → index.module.scss} +0 -0
- /package/src/components/TabBar/{index.module.less → index.module.scss} +0 -0
- /package/src/components/Table/_components/Pagination/{index.module.less → index.module.scss} +0 -0
- /package/src/components/Table/{index.module.less → index.module.scss} +0 -0
- /package/src/components/Tags/_components/EllipsisTag/{index.module.less → index.module.scss} +0 -0
- /package/src/components/Tags/_components/MeasureContainer/{index.module.less → index.module.scss} +0 -0
- /package/src/components/Tags/{index.module.less → index.module.scss} +0 -0
- /package/src/components/TextEllipsis/{index.module.less → index.module.scss} +0 -0
- /package/src/components/Tree/{index.module.less → index.module.scss} +0 -0
- /package/src/components/Upload/{index.module.less → index.module.scss} +0 -0
- /package/src/styles/{antd-overload.less → antd-overload.scss} +0 -0
- /package/src/styles/{variables.global.less → variables.global.scss} +0 -0
|
@@ -4,7 +4,7 @@ import { Spin, notification } from "antd";
|
|
|
4
4
|
import Icon from "../../../Icon";
|
|
5
5
|
import { RenderPDF } from "hsu-utils";
|
|
6
6
|
import classNames from "classnames";
|
|
7
|
-
import styles from "./index.module.
|
|
7
|
+
import styles from "./index.module.scss";
|
|
8
8
|
|
|
9
9
|
const workerUrl = "/pdf.worker.min.js";
|
|
10
10
|
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import React from "react";
|
|
2
2
|
import Icon from "../../../Icon";
|
|
3
3
|
import classNames from "classnames";
|
|
4
|
-
import styles from "../BasePreview/index.module.
|
|
4
|
+
import styles from "../BasePreview/index.module.scss";
|
|
5
5
|
|
|
6
6
|
interface VideoPreviewProps {
|
|
7
7
|
fileUrl?: string;
|
|
@@ -3,7 +3,7 @@ import Icon from "../../../Icon";
|
|
|
3
3
|
import Spreadsheet from "../../../Spreadsheet";
|
|
4
4
|
import { WorkBook } from "xlsx";
|
|
5
5
|
import classNames from "classnames";
|
|
6
|
-
import styles from "../BasePreview/index.module.
|
|
6
|
+
import styles from "../BasePreview/index.module.scss";
|
|
7
7
|
|
|
8
8
|
interface XlsxPreviewProps {
|
|
9
9
|
xlsxData?: WorkBook;
|
|
@@ -10,7 +10,7 @@ import React, { useEffect } from "react";
|
|
|
10
10
|
import Icon from "../../Icon";
|
|
11
11
|
import { ItemContainerProps } from "../../FormItem/ItemContainer";
|
|
12
12
|
import classNames from "classnames";
|
|
13
|
-
import styles from "./index.module.
|
|
13
|
+
import styles from "./index.module.scss";
|
|
14
14
|
import useLabelWidth from "../../../hooks/useLabelWidth";
|
|
15
15
|
import usePermissions from "../../../hooks/usePermissions";
|
|
16
16
|
|
|
@@ -10,7 +10,7 @@ import { UploadProps } from "../../FormItem/FormUpload";
|
|
|
10
10
|
import { downloadFile } from "hsu-utils";
|
|
11
11
|
import { get } from "../../../request";
|
|
12
12
|
import { observer } from "mobx-react-lite";
|
|
13
|
-
import styles from "./index.module.
|
|
13
|
+
import styles from "./index.module.scss";
|
|
14
14
|
import useLabelWidth from "../../../hooks/useLabelWidth";
|
|
15
15
|
import usePermissions from "../../../hooks/usePermissions";
|
|
16
16
|
import Modal, { ModalProps } from "../../Modal";
|
|
@@ -8,7 +8,7 @@ import FormItem, {
|
|
|
8
8
|
import React, { useEffect, useRef } from "react";
|
|
9
9
|
|
|
10
10
|
import { ItemContainerProps } from "../../FormItem/ItemContainer";
|
|
11
|
-
import styles from "./index.module.
|
|
11
|
+
import styles from "./index.module.scss";
|
|
12
12
|
import usePermissions from "../../../hooks/usePermissions";
|
|
13
13
|
import { useFormItems } from "./_hooks/useFormItems";
|
|
14
14
|
import { FormRef } from "rc-field-form";
|
|
@@ -2,7 +2,7 @@ import ItemContainer, { ItemContainerProps } from "../../ItemContainer";
|
|
|
2
2
|
|
|
3
3
|
import React from "react";
|
|
4
4
|
import classNames from "classnames";
|
|
5
|
-
import styles from "./index.module.
|
|
5
|
+
import styles from "./index.module.scss";
|
|
6
6
|
import Checkbox, { CheckboxGroupProps } from "../../../Checkbox";
|
|
7
7
|
|
|
8
8
|
export interface FormCheckboxGroupProps extends ItemContainerProps {
|
|
@@ -2,7 +2,7 @@ import ItemContainer, { ItemContainerProps } from "../ItemContainer";
|
|
|
2
2
|
|
|
3
3
|
import React from "react";
|
|
4
4
|
import classNames from "classnames";
|
|
5
|
-
import styles from "./index.module.
|
|
5
|
+
import styles from "./index.module.scss";
|
|
6
6
|
import Checkbox, { CheckboxProps } from "../../Checkbox";
|
|
7
7
|
import FormCheckboxGroup, { FormCheckboxGroupProps } from "./FormCheckboxGroup";
|
|
8
8
|
|
|
@@ -2,7 +2,7 @@ import ItemContainer, { ItemContainerProps } from "../../ItemContainer";
|
|
|
2
2
|
|
|
3
3
|
import React from "react";
|
|
4
4
|
import classNames from "classnames";
|
|
5
|
-
import styles from "../index.module.
|
|
5
|
+
import styles from "../index.module.scss";
|
|
6
6
|
import DatePicker from "../../../DatePicker";
|
|
7
7
|
import { RangePickerProps } from "../../../DatePicker/RangePicker";
|
|
8
8
|
|
|
@@ -2,7 +2,7 @@ import ItemContainer, { ItemContainerProps } from "../../ItemContainer";
|
|
|
2
2
|
|
|
3
3
|
import React from "react";
|
|
4
4
|
import classNames from "classnames";
|
|
5
|
-
import styles from "../index.module.
|
|
5
|
+
import styles from "../index.module.scss";
|
|
6
6
|
import DatePicker from "../../../DatePicker";
|
|
7
7
|
import { StepPickerProps } from "../../../DatePicker/StepPicker";
|
|
8
8
|
|
|
@@ -5,7 +5,7 @@ import FormStepPicker, { FormStepPickerProps } from "./FormStepPicker";
|
|
|
5
5
|
|
|
6
6
|
import React from "react";
|
|
7
7
|
import classNames from "classnames";
|
|
8
|
-
import styles from "./index.module.
|
|
8
|
+
import styles from "./index.module.scss";
|
|
9
9
|
|
|
10
10
|
export type { FormRangePickerProps, FormStepPickerProps };
|
|
11
11
|
|
|
@@ -2,7 +2,7 @@ import Input, { InputProps as BasicInputProps } from "../../../Input";
|
|
|
2
2
|
import ItemContainer, { ItemContainerProps } from "../../ItemContainer";
|
|
3
3
|
import React, { useState } from "react";
|
|
4
4
|
|
|
5
|
-
import styles from "./index.module.
|
|
5
|
+
import styles from "./index.module.scss";
|
|
6
6
|
import zxcvbn from "zxcvbn";
|
|
7
7
|
|
|
8
8
|
interface InputProps extends BasicInputProps {}
|
|
@@ -3,7 +3,7 @@ import ItemContainer, { ItemContainerProps } from "../ItemContainer";
|
|
|
3
3
|
|
|
4
4
|
import React from "react";
|
|
5
5
|
import classNames from "classnames";
|
|
6
|
-
import styles from "./index.module.
|
|
6
|
+
import styles from "./index.module.scss";
|
|
7
7
|
|
|
8
8
|
interface RadioGroupProps extends AntdRadioGroupProps {
|
|
9
9
|
radioStyle?: "rect" | "circle";
|
|
@@ -3,7 +3,7 @@ import React, { useEffect, useState } from "react";
|
|
|
3
3
|
import Slider, { SliderProps } from "../../Slider";
|
|
4
4
|
|
|
5
5
|
import Input from "../../Input";
|
|
6
|
-
import styles from "./index.module.
|
|
6
|
+
import styles from "./index.module.scss";
|
|
7
7
|
|
|
8
8
|
export interface FormSliderProps extends ItemContainerProps {
|
|
9
9
|
componentProps?: SliderProps;
|
|
@@ -3,7 +3,7 @@ import ItemContainer, { ItemContainerProps } from "../ItemContainer";
|
|
|
3
3
|
|
|
4
4
|
import React from "react";
|
|
5
5
|
import classNames from "classnames";
|
|
6
|
-
import styles from "./index.module.
|
|
6
|
+
import styles from "./index.module.scss";
|
|
7
7
|
|
|
8
8
|
export interface FormSwitchProps extends ItemContainerProps {
|
|
9
9
|
componentProps?: AntdSwitchProps;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import React, { ReactNode } from "react";
|
|
2
|
-
import styles from "./index.module.
|
|
2
|
+
import styles from "./index.module.scss";
|
|
3
3
|
import ItemContainer, { ItemContainerProps } from "../ItemContainer";
|
|
4
4
|
import classNames from "classnames";
|
|
5
5
|
import { Equal } from "hsu-utils";
|
|
@@ -12,7 +12,7 @@ import React, { useState } from "react";
|
|
|
12
12
|
import { UploadOutlined } from "@ant-design/icons";
|
|
13
13
|
import classNames from "classnames";
|
|
14
14
|
import { debounce } from "lodash";
|
|
15
|
-
import styles from "./index.module.
|
|
15
|
+
import styles from "./index.module.scss";
|
|
16
16
|
|
|
17
17
|
export type { FormImageProps };
|
|
18
18
|
|
|
@@ -4,7 +4,7 @@ import React, { CSSProperties, ReactNode, useMemo } from "react";
|
|
|
4
4
|
|
|
5
5
|
import Icon from "../../Icon";
|
|
6
6
|
import classNames from "classnames";
|
|
7
|
-
import styles from "./index.module.
|
|
7
|
+
import styles from "./index.module.scss";
|
|
8
8
|
import usePermissions from "../../../hooks/usePermissions";
|
|
9
9
|
import { isLegacyHasSelectorBrowser } from "../../../utils/cssSupports";
|
|
10
10
|
import { generateRandomStr } from "hsu-utils";
|
|
@@ -7,7 +7,7 @@ import {
|
|
|
7
7
|
import * as AntdIcons from "@ant-design/icons";
|
|
8
8
|
import React, { useEffect, useRef } from "react";
|
|
9
9
|
import classNames from "classnames";
|
|
10
|
-
import styles from "./index.module.
|
|
10
|
+
import styles from "./index.module.scss";
|
|
11
11
|
|
|
12
12
|
type AntdNamedIconComponent = React.ForwardRefExoticComponent<
|
|
13
13
|
{
|
|
@@ -6,7 +6,7 @@ import React, { useEffect, useRef, useState } from "react";
|
|
|
6
6
|
import { CloseCircleFilled } from "@ant-design/icons";
|
|
7
7
|
|
|
8
8
|
import classNames from "classnames";
|
|
9
|
-
import styles from "./index.module.
|
|
9
|
+
import styles from "./index.module.scss";
|
|
10
10
|
import { useDebounceEffect } from "ahooks";
|
|
11
11
|
|
|
12
12
|
export interface InputNumberProps extends Omit<
|
|
@@ -5,7 +5,7 @@ import React, { useEffect, useRef, useState } from "react";
|
|
|
5
5
|
|
|
6
6
|
import { InputRef } from "antd/es/input";
|
|
7
7
|
import classNames from "classnames";
|
|
8
|
-
import styles from "./index.module.
|
|
8
|
+
import styles from "./index.module.scss";
|
|
9
9
|
|
|
10
10
|
export interface PasswordProps
|
|
11
11
|
extends Omit<
|
|
@@ -3,7 +3,7 @@ import React, { useEffect, useRef, useState } from "react";
|
|
|
3
3
|
|
|
4
4
|
import AntdSearch from "antd/es/input/Search";
|
|
5
5
|
import classNames from "classnames";
|
|
6
|
-
import styles from "./index.module.
|
|
6
|
+
import styles from "./index.module.scss";
|
|
7
7
|
|
|
8
8
|
export interface SearchProps
|
|
9
9
|
extends Omit<
|
|
@@ -5,7 +5,7 @@ import AntdTextArea, {
|
|
|
5
5
|
import React, { ReactNode, useEffect, useRef, useState } from "react";
|
|
6
6
|
|
|
7
7
|
import classNames from "classnames";
|
|
8
|
-
import styles from "./index.module.
|
|
8
|
+
import styles from "./index.module.scss";
|
|
9
9
|
|
|
10
10
|
export interface TextAreaProps
|
|
11
11
|
extends Omit<
|
|
@@ -12,7 +12,7 @@ import Search, { SearchProps } from "./Search";
|
|
|
12
12
|
import TextArea, { TextAreaProps } from "./TextArea";
|
|
13
13
|
|
|
14
14
|
import classNames from "classnames";
|
|
15
|
-
import styles from "./index.module.
|
|
15
|
+
import styles from "./index.module.scss";
|
|
16
16
|
import RangeInput, { RangeInputProps } from "./Range";
|
|
17
17
|
import { useDebounceEffect } from "ahooks";
|
|
18
18
|
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import React, { ReactNode, useEffect, useState } from "react";
|
|
2
|
-
import styles from "./index.module.
|
|
2
|
+
import styles from "./index.module.scss";
|
|
3
3
|
import classNames from "classnames";
|
|
4
4
|
import MdEditor from "react-markdown-editor-lite";
|
|
5
5
|
import MarkdownIt from "markdown-it";
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import React, { useEffect, useMemo, useState } from "react";
|
|
2
2
|
|
|
3
3
|
import { generateRandomStr } from "hsu-utils";
|
|
4
|
-
import styles from "./blocks.module.
|
|
4
|
+
import styles from "./blocks.module.scss";
|
|
5
5
|
|
|
6
6
|
// mermaid 体积大,懒加载并全局只初始化一次
|
|
7
7
|
let mermaidPromise: Promise<typeof import("mermaid")["default"]> | null = null;
|
|
@@ -5,7 +5,7 @@ import rehypeKatex from "rehype-katex";
|
|
|
5
5
|
import remarkGfm from "remark-gfm";
|
|
6
6
|
import remarkMath from "remark-math";
|
|
7
7
|
import classNames from "classnames";
|
|
8
|
-
import styles from "./index.module.
|
|
8
|
+
import styles from "./index.module.scss";
|
|
9
9
|
import "highlight.js/styles/atom-one-dark.min.css";
|
|
10
10
|
import "katex/dist/katex.min.css";
|
|
11
11
|
import { generateRandomStr } from "hsu-utils";
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import React from "react";
|
|
2
2
|
import { Modal as AntdModal, ModalProps as AntdModalProps } from "antd";
|
|
3
|
-
import styles from "./index.module.
|
|
3
|
+
import styles from "./index.module.scss";
|
|
4
4
|
import { useModalElements, useModalDrag } from "./_hooks";
|
|
5
5
|
import Button, { ButtonProps } from "../Button";
|
|
6
6
|
|
|
@@ -3,7 +3,7 @@ import { FormOutlined, DeleteOutlined } from "@ant-design/icons";
|
|
|
3
3
|
import { Dropdown, Popconfirm, PopconfirmProps } from "antd";
|
|
4
4
|
import React, { ReactNode, useCallback, useMemo } from "react";
|
|
5
5
|
import { ItemType } from "antd/es/menu/interface";
|
|
6
|
-
import styles from "./index.module.
|
|
6
|
+
import styles from "./index.module.scss";
|
|
7
7
|
import usePermissions from "../../hooks/usePermissions";
|
|
8
8
|
import Icon from "../Icon";
|
|
9
9
|
import useOperateEllipsis from "./_hooks/useOperateEllipsis";
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import React, { ReactNode, useState } from "react";
|
|
2
2
|
import { Breadcrumb, BreadcrumbProps } from "antd";
|
|
3
|
-
import styles from "./index.module.
|
|
3
|
+
import styles from "./index.module.scss";
|
|
4
4
|
import { observer } from "mobx-react-lite";
|
|
5
5
|
import classNames from "classnames";
|
|
6
6
|
import Tree, { TreeProps } from "../../Tree";
|
|
@@ -3,7 +3,7 @@ import React, { ReactNode, useRef, useState } from "react";
|
|
|
3
3
|
import Icon from "../../Icon";
|
|
4
4
|
import { Spin } from "antd";
|
|
5
5
|
import classNames from "classnames";
|
|
6
|
-
import styles from "./index.module.
|
|
6
|
+
import styles from "./index.module.scss";
|
|
7
7
|
|
|
8
8
|
export interface IframePanelProps
|
|
9
9
|
extends React.DetailedHTMLProps<
|
|
@@ -9,7 +9,7 @@ import { ChakraButtonProps as BasicButtonProps } from "../../../Button";
|
|
|
9
9
|
import { TabBarProps } from "../../../TabBar";
|
|
10
10
|
import classNames from "classnames";
|
|
11
11
|
import { cloneDeep } from "lodash";
|
|
12
|
-
import styles from "./index.module.
|
|
12
|
+
import styles from "./index.module.scss";
|
|
13
13
|
import usePermissions from "../../../../hooks/usePermissions";
|
|
14
14
|
import Modal, { ModalProps } from "../../../Modal";
|
|
15
15
|
import ToolBar from "../_components/ToolBar";
|
|
@@ -6,7 +6,7 @@ import type { DragEndEvent } from "@dnd-kit/core";
|
|
|
6
6
|
import { IColumnMgt } from "../..";
|
|
7
7
|
import Input from "../../../../Input";
|
|
8
8
|
import { arrayMove } from "@dnd-kit/sortable";
|
|
9
|
-
import styles from "./index.module.
|
|
9
|
+
import styles from "./index.module.scss";
|
|
10
10
|
import usePermissions from "../../../../../hooks/usePermissions";
|
|
11
11
|
import Modal, { ModalProps } from "../../../../Modal";
|
|
12
12
|
import Checkbox from "../../../../Checkbox";
|
|
@@ -4,7 +4,7 @@ import Icon from "../../../../Icon";
|
|
|
4
4
|
import React, { ReactNode } from "react";
|
|
5
5
|
import TabBar from "../../../../TabBar";
|
|
6
6
|
import classNames from "classnames";
|
|
7
|
-
import styles from "./index.module.
|
|
7
|
+
import styles from "./index.module.scss";
|
|
8
8
|
import { ListPanelTabelProps } from "../..";
|
|
9
9
|
import { isLegacyHasSelectorBrowser } from "../../../../../utils/cssSupports";
|
|
10
10
|
|
|
@@ -16,7 +16,7 @@ import { ChakraButtonProps as BasicButtonProps } from "../../Button";
|
|
|
16
16
|
import TabBar, { TabBarProps } from "../../TabBar";
|
|
17
17
|
import classNames from "classnames";
|
|
18
18
|
import { cloneDeep } from "lodash";
|
|
19
|
-
import styles from "./index.module.
|
|
19
|
+
import styles from "./index.module.scss";
|
|
20
20
|
import usePermissions from "../../../hooks/usePermissions";
|
|
21
21
|
import Tree, { TreeProps } from "../../Tree";
|
|
22
22
|
import ToolBar from "./_components/ToolBar";
|
|
@@ -3,7 +3,7 @@ import { Form as AntdForm } from "antd";
|
|
|
3
3
|
import FormItem from "../../FormItem";
|
|
4
4
|
import { CSSProperties } from "react";
|
|
5
5
|
import classNames from "classnames";
|
|
6
|
-
import styles from "../index.module.
|
|
6
|
+
import styles from "../index.module.scss";
|
|
7
7
|
import { useSearchCommon } from "../_hooks";
|
|
8
8
|
import { ChakraButtonProps } from "../../Button";
|
|
9
9
|
import { DrawerFormProps } from "../../Form/DrawerForm";
|
|
@@ -3,7 +3,7 @@ import { array_is_includes, Equal } from "hsu-utils";
|
|
|
3
3
|
import classNames from "classnames";
|
|
4
4
|
import { ElementItem, SearchCardOption } from "..";
|
|
5
5
|
import { updateRealValue } from "../../../_utils";
|
|
6
|
-
import styles from "../../../index.module.
|
|
6
|
+
import styles from "../../../index.module.scss";
|
|
7
7
|
|
|
8
8
|
interface ChildrenItemsProps {
|
|
9
9
|
parentItem: ElementItem;
|
|
@@ -5,7 +5,7 @@ import { Tooltip } from "antd";
|
|
|
5
5
|
import Icon from "../../../../../Icon";
|
|
6
6
|
import { ElementItem, SearchCardOption } from "..";
|
|
7
7
|
import { updateRealValue } from "../../../_utils";
|
|
8
|
-
import styles from "../../../index.module.
|
|
8
|
+
import styles from "../../../index.module.scss";
|
|
9
9
|
|
|
10
10
|
interface ItemProps {
|
|
11
11
|
item: ElementItem;
|
|
@@ -12,7 +12,7 @@ import Icon from "../../../../Icon";
|
|
|
12
12
|
import { useSearchCardMoreOptions } from "../../_hooks";
|
|
13
13
|
import { Item } from "./Item";
|
|
14
14
|
import { ChildrenItems } from "./ChildrenItems";
|
|
15
|
-
import styles from "../../index.module.
|
|
15
|
+
import styles from "../../index.module.scss";
|
|
16
16
|
|
|
17
17
|
export interface ElementItem {
|
|
18
18
|
element?: React.ReactElement;
|
|
@@ -3,7 +3,7 @@ import { Form as AntdForm } from "antd";
|
|
|
3
3
|
import FormItem from "../../FormItem";
|
|
4
4
|
import { CSSProperties, useCallback, useState } from "react";
|
|
5
5
|
import classNames from "classnames";
|
|
6
|
-
import styles from "../index.module.
|
|
6
|
+
import styles from "../index.module.scss";
|
|
7
7
|
import { useSearchCommon } from "../_hooks";
|
|
8
8
|
import { ChakraButtonProps } from "../../Button";
|
|
9
9
|
import { ButtonGroup } from "../_components/ButtonGroup";
|
|
@@ -3,7 +3,7 @@ import { Form as AntdForm } from "antd";
|
|
|
3
3
|
import FormItem from "../../FormItem";
|
|
4
4
|
import { CSSProperties } from "react";
|
|
5
5
|
import classNames from "classnames";
|
|
6
|
-
import styles from "../index.module.
|
|
6
|
+
import styles from "../index.module.scss";
|
|
7
7
|
import { useSearchCommon } from "../_hooks";
|
|
8
8
|
import { ChakraButtonProps } from "../../Button";
|
|
9
9
|
import { ButtonGroup } from "../_components/ButtonGroup";
|
|
@@ -3,7 +3,7 @@ import { Form as AntdForm } from "antd";
|
|
|
3
3
|
import FormItem, { FormItemProps } from "../../FormItem";
|
|
4
4
|
import { CSSProperties } from "react";
|
|
5
5
|
import classNames from "classnames";
|
|
6
|
-
import styles from "../index.module.
|
|
6
|
+
import styles from "../index.module.scss";
|
|
7
7
|
import { useSearchCommon } from "../_hooks";
|
|
8
8
|
import { ChakraButtonProps } from "../../Button";
|
|
9
9
|
import { ButtonGroup } from "../_components/ButtonGroup";
|
|
@@ -6,7 +6,7 @@ import { FormItemProps } from "../../../FormItem";
|
|
|
6
6
|
import { DrawerFormProps } from "../../../Form/DrawerForm";
|
|
7
7
|
import Icon from "../../../Icon";
|
|
8
8
|
import type useLabelWidth from "../../../../hooks/useLabelWidth";
|
|
9
|
-
import styles from "../../index.module.
|
|
9
|
+
import styles from "../../index.module.scss";
|
|
10
10
|
|
|
11
11
|
interface AdvancedFiltersDrawerProps {
|
|
12
12
|
expand: boolean;
|
|
@@ -3,7 +3,7 @@ import Button, {
|
|
|
3
3
|
ChakraButtonProps as BasicButtonProps,
|
|
4
4
|
} from "../../../Button";
|
|
5
5
|
import { ReactNode } from "react";
|
|
6
|
-
import styles from "../../index.module.
|
|
6
|
+
import styles from "../../index.module.scss";
|
|
7
7
|
|
|
8
8
|
interface ChakraButtonProps extends Omit<
|
|
9
9
|
BasicButtonProps,
|
|
@@ -2,7 +2,7 @@ import React from "react";
|
|
|
2
2
|
import Button from "../../../Button";
|
|
3
3
|
import { DownOutlined, FilterFilled } from "@ant-design/icons";
|
|
4
4
|
import classNames from "classnames";
|
|
5
|
-
import styles from "../../index.module.
|
|
5
|
+
import styles from "../../index.module.scss";
|
|
6
6
|
|
|
7
7
|
interface ExpandButtonProps {
|
|
8
8
|
expand: boolean;
|
|
@@ -3,7 +3,7 @@ import { Dropdown } from "antd";
|
|
|
3
3
|
import Checkbox from "../../../Checkbox";
|
|
4
4
|
import Icon from "../../../Icon";
|
|
5
5
|
import { FormItemProps } from "../../../FormItem";
|
|
6
|
-
import styles from "../../index.module.
|
|
6
|
+
import styles from "../../index.module.scss";
|
|
7
7
|
import Button from "../../../Button";
|
|
8
8
|
|
|
9
9
|
interface FilterDropdownProps {
|
|
@@ -13,7 +13,7 @@ import {
|
|
|
13
13
|
calculateVisibleItems,
|
|
14
14
|
calculateButtonGroupAndColumnWidth,
|
|
15
15
|
} from "../_utils";
|
|
16
|
-
import styles from "../index.module.
|
|
16
|
+
import styles from "../index.module.scss";
|
|
17
17
|
import { ChakraButtonProps } from "../../Button";
|
|
18
18
|
|
|
19
19
|
export interface UseSearchCommonParams {
|
|
@@ -2,7 +2,7 @@ import { Form as AntdForm } from "antd";
|
|
|
2
2
|
import FormItem from "../FormItem";
|
|
3
3
|
import React, { CSSProperties } from "react";
|
|
4
4
|
import classNames from "classnames";
|
|
5
|
-
import styles from "./index.module.
|
|
5
|
+
import styles from "./index.module.scss";
|
|
6
6
|
import { useSearchCommon } from "./_hooks";
|
|
7
7
|
import SearchCard, { SearchCardProps } from "./SearchCard";
|
|
8
8
|
import SearchAdvanced from "./SearchAdvanced";
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { AutoComplete, AutoCompleteProps } from "antd";
|
|
2
2
|
import React, { ReactNode, useEffect, useMemo, useRef, useState } from "react";
|
|
3
3
|
import classNames from "classnames";
|
|
4
|
-
import styles from "./index.module.
|
|
4
|
+
import styles from "./index.module.scss";
|
|
5
5
|
import { generateRandomStr } from "hsu-utils";
|
|
6
6
|
import { Prefix } from "../_components/Prefix";
|
|
7
7
|
import { Suffix } from "../_components/Suffix";
|
|
@@ -3,7 +3,7 @@ import React, { useEffect, useState } from "react";
|
|
|
3
3
|
|
|
4
4
|
import Icon from "../../Icon";
|
|
5
5
|
import Input from "../../Input";
|
|
6
|
-
import styles from "./index.module.
|
|
6
|
+
import styles from "./index.module.scss";
|
|
7
7
|
import classNames from "classnames";
|
|
8
8
|
|
|
9
9
|
import antDesignIcons from "@iconify/json/json/ant-design.json";
|
|
@@ -13,7 +13,7 @@ import React, {
|
|
|
13
13
|
import { BaseSelectRef } from "rc-select";
|
|
14
14
|
import Icon from "../../Icon";
|
|
15
15
|
import classNames from "classnames";
|
|
16
|
-
import styles from "./index.module.
|
|
16
|
+
import styles from "./index.module.scss";
|
|
17
17
|
import { useSelectComposition, useSelectPopupPosition } from "../_hooks";
|
|
18
18
|
import { getElementLeft } from "../_utils";
|
|
19
19
|
import { generateRandomStr } from "hsu-utils";
|