@aloudata/aloudata-design 0.4.0-beta.9 → 0.4.1
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/LICENSE +21 -0
- package/README.md +22 -220
- package/dist/Alert/index.d.ts +4 -0
- package/dist/Alert/index.js +2 -0
- package/dist/Alert/style/index.js +2 -0
- package/dist/Avatar/component/Avatar/index.js +44 -0
- package/dist/Avatar/index.js +4 -0
- package/dist/Avatar/style/index.js +2 -0
- package/dist/Breadcrumb/index.js +47 -0
- package/dist/Breadcrumb/style/index.js +2 -0
- package/dist/Button/index.d.ts +58 -0
- package/dist/Button/index.js +116 -0
- package/dist/Button/style/index.js +2 -0
- package/dist/Button/style/index.less +356 -0
- package/dist/Card/index.js +3 -0
- package/dist/Card/style/index.js +2 -0
- package/dist/Checkbox/component/CheckboxGroup/index.js +28 -0
- package/dist/Checkbox/index.js +24 -0
- package/dist/Checkbox/style/index.js +2 -0
- package/dist/Col/index.js +4 -0
- package/dist/Col/style/index.js +2 -0
- package/dist/ConfigProvider/defaultRenderEmpty.d.ts +4 -0
- package/dist/ConfigProvider/defaultRenderEmpty.js +37 -0
- package/dist/ConfigProvider/index.js +3 -0
- package/dist/ConfigProvider/sizeContext.d.ts +9 -0
- package/dist/ConfigProvider/style/index.js +2 -0
- package/dist/DatePicker/index.js +2 -0
- package/dist/DatePicker/style/index.js +2 -0
- package/dist/Divider/index.js +13 -0
- package/dist/Divider/style/index.js +2 -0
- package/dist/DoubleCircleIcon/index.d.ts +9 -0
- package/dist/DoubleCircleIcon/index.js +33 -0
- package/dist/DoubleCircleIcon/style/index.less +23 -0
- package/dist/Drawer/index.js +4 -0
- package/dist/Drawer/style/index.js +2 -0
- package/dist/Dropdown/Button.js +32 -0
- package/dist/Dropdown/index.js +24 -0
- package/dist/Dropdown/style/index.js +2 -0
- package/dist/Empty/image/Data.d.ts +3 -0
- package/dist/Empty/image/Data.js +222 -0
- package/dist/Empty/image/Search.d.ts +3 -0
- package/dist/Empty/image/Search.js +212 -0
- package/dist/Empty/image/SearchSmall.d.ts +3 -0
- package/dist/Empty/image/SearchSmall.js +20 -0
- package/dist/Empty/image/User.d.ts +3 -0
- package/dist/Empty/image/User.js +199 -0
- package/dist/Empty/image/WorkBook.d.ts +3 -0
- package/dist/Empty/image/WorkBook.js +205 -0
- package/dist/Empty/index.d.ts +23 -0
- package/dist/Empty/index.js +81 -0
- package/dist/Empty/style/index.js +1 -0
- package/dist/Empty/style/index.less +57 -0
- package/dist/Form/index.js +8 -0
- package/dist/Form/style/index.js +2 -0
- package/dist/Icon/components/Icon.js +29 -0
- package/dist/Icon/icons.js +1443 -0
- package/dist/Icon/index.js +2 -0
- package/dist/Icon/style/index.less +0 -0
- package/dist/Input/components/Group/index.js +24 -0
- package/dist/Input/components/Input/index.js +32 -0
- package/dist/Input/components/Password/index.js +40 -0
- package/dist/Input/components/TextArea/index.js +27 -0
- package/dist/Input/index.js +9 -0
- package/dist/Input/style/index.js +2 -0
- package/dist/InputNumber/index.js +33 -0
- package/dist/InputNumber/style/index.js +2 -0
- package/dist/InputNumber/type.d.ts +161 -0
- package/dist/Layout/index.js +2 -0
- package/dist/Layout/style/index.js +2 -0
- package/dist/Menu/Divider.js +6 -0
- package/dist/Menu/MenuItem.js +6 -0
- package/dist/Menu/SubMenu.js +23 -0
- package/dist/Menu/index.d.ts +23 -0
- package/dist/Menu/index.js +34 -0
- package/dist/Menu/style/dropdown.less +51 -0
- package/dist/Menu/style/index.js +2 -0
- package/dist/Menu/style/index.less +43 -0
- package/dist/Modal/index.d.ts +37 -0
- package/dist/Modal/index.js +212 -0
- package/dist/Modal/locale.js +20 -0
- package/dist/Modal/style/index.js +2 -0
- package/dist/Modal/style/index.less +88 -0
- package/dist/Navigator/components/Menu/index.js +53 -0
- package/dist/Navigator/index.js +35 -0
- package/dist/Navigator/style/index.js +2 -0
- package/dist/Popconfirm/index.d.ts +10 -0
- package/dist/Popconfirm/index.js +58 -0
- package/dist/Popconfirm/style/index.js +2 -0
- package/dist/Popconfirm/style/index.less +28 -0
- package/dist/Popover/index.js +23 -0
- package/dist/Popover/style/index.js +2 -0
- package/dist/Progress/index.js +3 -0
- package/dist/Progress/style/index.js +2 -0
- package/dist/Radio/components/Group/index.d.ts +6 -0
- package/dist/Radio/components/Radio/index.js +95 -0
- package/dist/Radio/index.js +5 -0
- package/dist/Radio/style/index.js +2 -0
- package/dist/Row/index.js +2 -0
- package/dist/Row/style/index.js +2 -0
- package/dist/Select/components/MultipleOption.d.ts +10 -0
- package/dist/Select/components/MultipleOption.js +23 -0
- package/dist/Select/components/SingleOption.d.ts +10 -0
- package/dist/Select/components/SingleOption.js +27 -0
- package/dist/Select/index.d.ts +9 -0
- package/dist/Select/index.js +223 -0
- package/dist/Select/style/index.js +2 -0
- package/dist/Select/style/index.less +109 -0
- package/dist/Select/style/multiple.less +43 -0
- package/dist/Select/style/single.less +27 -0
- package/dist/Select/style/size.less +159 -0
- package/dist/Select/style/status.less +33 -0
- package/dist/Select/style/variables.less +35 -0
- package/dist/Skeleton/index.js +3 -0
- package/dist/Skeleton/style/index.js +2 -0
- package/dist/Space/index.js +2 -0
- package/dist/Space/style/index.js +2 -0
- package/dist/Spin/CustomIcon/index.d.ts +8 -0
- package/dist/Spin/CustomIcon/index.js +26 -0
- package/dist/Spin/CustomIcon/index.less +125 -0
- package/dist/Spin/Icon/index.d.ts +4 -0
- package/dist/Spin/Icon/index.js +7 -0
- package/dist/Spin/Icon/index.less +41 -0
- package/dist/Spin/index.d.ts +7 -0
- package/dist/Spin/index.js +32 -0
- package/dist/Spin/style/index.js +2 -0
- package/dist/Spin/style/index.less +1 -0
- package/dist/Steps/components/CustomDot/index.d.ts +2 -0
- package/dist/Steps/components/CustomDot/index.js +8 -0
- package/dist/Steps/components/ProcessIcon/index.d.ts +6 -0
- package/dist/Steps/components/ProcessIcon/index.js +22 -0
- package/dist/Steps/components/Step/index.js +47 -0
- package/dist/Steps/index.d.ts +46 -0
- package/dist/Steps/index.js +34 -0
- package/dist/Steps/matchMedia.mock.d.ts +0 -0
- package/dist/Steps/matchMedia.mock.js +17 -0
- package/dist/Steps/style/index.js +2 -0
- package/dist/Steps/style/index.less +337 -0
- package/dist/Switch/index.js +70 -0
- package/dist/Switch/style/index.js +2 -0
- package/dist/Table/Table.js +401 -0
- package/dist/Table/components/Empty/index.js +16 -0
- package/dist/Table/components/Loading/index.js +14 -0
- package/dist/Table/components/TableBodyRowList/index.js +95 -0
- package/dist/Table/components/TableHead/index.js +262 -0
- package/dist/Table/constant.d.ts +0 -0
- package/dist/Table/constant.js +0 -0
- package/dist/Table/hooks/useFrame.js +90 -0
- package/dist/Table/index.js +2 -0
- package/dist/Table/style/index.js +2 -0
- package/dist/Table/style/index.less +243 -0
- package/dist/Table/style/variable.less +5 -0
- package/dist/Table/utils.d.ts +15 -0
- package/dist/Table/utils.js +139 -0
- package/dist/Tabs/TabPane.js +6 -0
- package/dist/Tabs/index.js +48 -0
- package/dist/Tabs/style/index.js +2 -0
- package/dist/Tabs/style/index.less +168 -0
- package/dist/Tooltip/style/index.js +2 -0
- package/dist/Tooltip/style/index.less +17 -0
- package/dist/Tree/demo/basic/index.d.ts +3 -0
- package/dist/Tree/demo/basic/index.js +34 -0
- package/dist/Tree/index.d.ts +13 -0
- package/dist/Tree/index.js +19 -0
- package/dist/Tree/style/index.js +2 -0
- package/dist/Tree/style/index.less +45 -0
- package/dist/Typography/index.js +2 -0
- package/dist/Typography/style/index.js +2 -0
- package/dist/Upload/index.d.ts +4 -0
- package/dist/Upload/index.js +2 -0
- package/dist/Upload/style/index.js +2 -0
- package/dist/_utils/hooks/useControlledState.d.ts +2 -0
- package/dist/_utils/hooks/usePrefixCls.d.ts +2 -0
- package/dist/_utils/hooks/usePrefixCls.js +13 -0
- package/dist/index.d.ts +78 -0
- package/dist/index.js +43 -0
- package/dist/locale/default.js +2 -0
- package/dist/locale-provider/context.d.ts +7 -0
- package/dist/locale-provider/default.js +2 -0
- package/dist/locale-provider/en_US.js +2 -0
- package/dist/locale-provider/index.d.ts +65 -0
- package/dist/locale-provider/index.js +105 -0
- package/dist/locale-provider/style/index.js +1 -0
- package/dist/locale-provider/zh_CN.js +2 -0
- package/dist/message/index.d.ts +14 -0
- package/dist/message/index.js +137 -0
- package/dist/message/style/color.less +55 -0
- package/dist/message/style/index.js +2 -0
- package/dist/message/style/index.less +32 -0
- package/dist/notification/index.d.ts +3 -0
- package/dist/notification/index.js +3 -0
- package/dist/notification/style/index.js +2 -0
- package/dist/style/index.js +1 -0
- package/dist/style/index.less +4 -0
- package/dist/style/themes/default/themeColor.module.less +439 -0
- package/package.json +74 -99
- package/es/Alert/index.d.ts +0 -4
- package/es/Alert/index.js +0 -3
- package/es/Alert/style/index.js +0 -2
- package/es/Avatar/component/Avatar/index.js +0 -42
- package/es/Avatar/index.js +0 -4
- package/es/Avatar/style/index.js +0 -2
- package/es/Breadcrumb/index.js +0 -46
- package/es/Breadcrumb/style/index.js +0 -2
- package/es/Button/index.d.ts +0 -49
- package/es/Button/index.js +0 -123
- package/es/Button/style/index.js +0 -2
- package/es/Button/style/index.less +0 -355
- package/es/Card/index.js +0 -3
- package/es/Card/style/index.js +0 -2
- package/es/Checkbox/component/CheckboxGroup/index.js +0 -27
- package/es/Checkbox/index.js +0 -23
- package/es/Checkbox/style/index.js +0 -2
- package/es/Col/index.js +0 -3
- package/es/Col/style/index.js +0 -2
- package/es/ConfigProvider/defaultRenderEmpty.d.ts +0 -4
- package/es/ConfigProvider/defaultRenderEmpty.js +0 -37
- package/es/ConfigProvider/index.js +0 -4
- package/es/ConfigProvider/sizeContext.d.ts +0 -9
- package/es/ConfigProvider/style/index.js +0 -2
- package/es/DatePicker/index.js +0 -3
- package/es/DatePicker/style/index.js +0 -2
- package/es/Divider/index.js +0 -12
- package/es/Divider/style/index.js +0 -2
- package/es/Drawer/index.js +0 -3
- package/es/Drawer/style/index.js +0 -2
- package/es/Dropdown/Button.js +0 -34
- package/es/Dropdown/index.js +0 -26
- package/es/Dropdown/style/index.d.ts +0 -3
- package/es/Dropdown/style/index.js +0 -3
- package/es/Empty/image/Authority.d.ts +0 -3
- package/es/Empty/image/Authority.js +0 -360
- package/es/Empty/image/Dataspace.d.ts +0 -3
- package/es/Empty/image/Dataspace.js +0 -271
- package/es/Empty/image/Search.d.ts +0 -3
- package/es/Empty/image/Search.js +0 -156
- package/es/Empty/image/Simple.d.ts +0 -3
- package/es/Empty/image/Simple.js +0 -20
- package/es/Empty/image/Worksheet.d.ts +0 -3
- package/es/Empty/image/Worksheet.js +0 -270
- package/es/Empty/image/empty.d.ts +0 -3
- package/es/Empty/image/empty.js +0 -139
- package/es/Empty/index.d.ts +0 -23
- package/es/Empty/index.js +0 -86
- package/es/Empty/style/index.js +0 -1
- package/es/Empty/style/index.less +0 -69
- package/es/Form/index.js +0 -3
- package/es/Form/style/index.js +0 -2
- package/es/Icon/components/Icon.js +0 -27
- package/es/Icon/icons/AddLine.d.ts +0 -13
- package/es/Icon/icons/AddLine.js +0 -66
- package/es/Icon/icons/AlertFill.d.ts +0 -13
- package/es/Icon/icons/AlertFill.js +0 -73
- package/es/Icon/icons/ArrowsDownLine.d.ts +0 -13
- package/es/Icon/icons/ArrowsDownLine.js +0 -66
- package/es/Icon/icons/CancelFill.d.ts +0 -13
- package/es/Icon/icons/CancelFill.js +0 -73
- package/es/Icon/icons/CheckFill.d.ts +0 -13
- package/es/Icon/icons/CheckFill.js +0 -73
- package/es/Icon/icons/CheckLine.d.ts +0 -13
- package/es/Icon/icons/CheckLine.js +0 -73
- package/es/Icon/icons/CloseLine.d.ts +0 -13
- package/es/Icon/icons/CloseLine.js +0 -66
- package/es/Icon/icons/DatabaseLine.d.ts +0 -13
- package/es/Icon/icons/DatabaseLine.js +0 -66
- package/es/Icon/icons/Deleteline.d.ts +0 -13
- package/es/Icon/icons/Deleteline.js +0 -66
- package/es/Icon/icons/DownloadLine.d.ts +0 -13
- package/es/Icon/icons/DownloadLine.js +0 -73
- package/es/Icon/icons/ErrorFill.d.ts +0 -13
- package/es/Icon/icons/ErrorFill.js +0 -73
- package/es/Icon/icons/EyeOffLine.d.ts +0 -13
- package/es/Icon/icons/EyeOffLine.js +0 -73
- package/es/Icon/icons/EyeOnLine.d.ts +0 -13
- package/es/Icon/icons/EyeOnLine.js +0 -66
- package/es/Icon/icons/FileLine.d.ts +0 -13
- package/es/Icon/icons/FileLine.js +0 -73
- package/es/Icon/icons/HomeFill.d.ts +0 -13
- package/es/Icon/icons/HomeFill.js +0 -73
- package/es/Icon/icons/IconBase.withSpan.tpl +0 -58
- package/es/Icon/icons/LightningLine.d.ts +0 -13
- package/es/Icon/icons/LightningLine.js +0 -66
- package/es/Icon/icons/Loading.d.ts +0 -13
- package/es/Icon/icons/Loading.js +0 -66
- package/es/Icon/icons/More.d.ts +0 -13
- package/es/Icon/icons/More.js +0 -66
- package/es/Icon/icons/NewWindowsLine.d.ts +0 -13
- package/es/Icon/icons/NewWindowsLine.js +0 -74
- package/es/Icon/icons/SearchLine.d.ts +0 -13
- package/es/Icon/icons/SearchLine.js +0 -73
- package/es/Icon/icons/SortAscendingLine.d.ts +0 -13
- package/es/Icon/icons/SortAscendingLine.js +0 -66
- package/es/Icon/icons/SortDescendingLine.d.ts +0 -13
- package/es/Icon/icons/SortDescendingLine.js +0 -66
- package/es/Icon/icons/TextLine.d.ts +0 -13
- package/es/Icon/icons/TextLine.js +0 -73
- package/es/Icon/icons/UserLine.d.ts +0 -13
- package/es/Icon/icons/UserLine.js +0 -73
- package/es/Icon/icons/style.css +0 -9
- package/es/Icon/icons/style.css.d.ts +0 -10
- package/es/Icon/icons.js +0 -1590
- package/es/Icon/index.js +0 -2
- package/es/Icon/style/index.d.ts +0 -1
- package/es/Icon/style/index.js +0 -1
- package/es/Input/components/Group/index.js +0 -22
- package/es/Input/components/Input/index.js +0 -30
- package/es/Input/components/Password/index.js +0 -41
- package/es/Input/components/TextArea/index.js +0 -25
- package/es/Input/index.js +0 -9
- package/es/Input/style/index.d.ts +0 -3
- package/es/Input/style/index.js +0 -3
- package/es/InputNumber/index.js +0 -32
- package/es/InputNumber/style/index.js +0 -2
- package/es/InputNumber/type.d.ts +0 -161
- package/es/Layout/index.js +0 -3
- package/es/Layout/style/index.js +0 -2
- package/es/Menu/Divider.js +0 -7
- package/es/Menu/MenuItem.js +0 -7
- package/es/Menu/SubMenu.js +0 -22
- package/es/Menu/index.d.ts +0 -23
- package/es/Menu/index.js +0 -24
- package/es/Menu/style/index.d.ts +0 -3
- package/es/Menu/style/index.js +0 -3
- package/es/Menu/style/index.less +0 -41
- package/es/Modal/index.d.ts +0 -21
- package/es/Modal/index.js +0 -99
- package/es/Modal/locale.js +0 -20
- package/es/Modal/style/index.js +0 -2
- package/es/Modal/style/index.less +0 -209
- package/es/Navigator/components/Menu/index.js +0 -51
- package/es/Navigator/index.js +0 -35
- package/es/Navigator/style/index.js +0 -2
- package/es/PageHeader/index.d.ts +0 -3
- package/es/PageHeader/index.js +0 -3
- package/es/PageHeader/style/index.js +0 -2
- package/es/Popconfirm/index.d.ts +0 -3
- package/es/Popconfirm/index.js +0 -2
- package/es/Popconfirm/style/index.js +0 -2
- package/es/Popover/index.js +0 -22
- package/es/Popover/style/index.js +0 -2
- package/es/Progress/index.js +0 -2
- package/es/Progress/style/index.js +0 -2
- package/es/Radio/components/Group/index.d.ts +0 -6
- package/es/Radio/components/Radio/index.js +0 -95
- package/es/Radio/index.js +0 -5
- package/es/Radio/style/index.js +0 -2
- package/es/Row/index.js +0 -3
- package/es/Row/style/index.js +0 -2
- package/es/Select/index.d.ts +0 -39
- package/es/Select/index.js +0 -156
- package/es/Select/rc-select/BaseSelect.d.ts +0 -116
- package/es/Select/rc-select/BaseSelect.js +0 -641
- package/es/Select/rc-select/OptGroup.d.ts +0 -12
- package/es/Select/rc-select/OptGroup.js +0 -7
- package/es/Select/rc-select/Option.d.ts +0 -14
- package/es/Select/rc-select/Option.js +0 -7
- package/es/Select/rc-select/OptionList.d.ts +0 -10
- package/es/Select/rc-select/OptionList.js +0 -401
- package/es/Select/rc-select/Select.d.ts +0 -109
- package/es/Select/rc-select/Select.js +0 -547
- package/es/Select/rc-select/SelectContext.d.ts +0 -20
- package/es/Select/rc-select/SelectContext.js +0 -4
- package/es/Select/rc-select/SelectTrigger.d.ts +0 -30
- package/es/Select/rc-select/SelectTrigger.js +0 -136
- package/es/Select/rc-select/Selector/Input.d.ts +0 -26
- package/es/Select/rc-select/Selector/Input.js +0 -114
- package/es/Select/rc-select/Selector/MultipleSelector.d.ts +0 -16
- package/es/Select/rc-select/Selector/MultipleSelector.js +0 -246
- package/es/Select/rc-select/Selector/SingleSelector.d.ts +0 -8
- package/es/Select/rc-select/Selector/SingleSelector.js +0 -112
- package/es/Select/rc-select/Selector/index.d.ts +0 -80
- package/es/Select/rc-select/Selector/index.js +0 -194
- package/es/Select/rc-select/TransBtn.d.ts +0 -12
- package/es/Select/rc-select/TransBtn.js +0 -42
- package/es/Select/rc-select/hooks/useBaseProps.d.ts +0 -13
- package/es/Select/rc-select/hooks/useBaseProps.js +0 -11
- package/es/Select/rc-select/hooks/useCache.d.ts +0 -7
- package/es/Select/rc-select/hooks/useCache.js +0 -49
- package/es/Select/rc-select/hooks/useDelayReset.d.ts +0 -5
- package/es/Select/rc-select/hooks/useDelayReset.js +0 -50
- package/es/Select/rc-select/hooks/useFilterOptions.d.ts +0 -3
- package/es/Select/rc-select/hooks/useFilterOptions.js +0 -75
- package/es/Select/rc-select/hooks/useId.d.ts +0 -5
- package/es/Select/rc-select/hooks/useId.js +0 -47
- package/es/Select/rc-select/hooks/useLayoutEffect.d.ts +0 -5
- package/es/Select/rc-select/hooks/useLayoutEffect.js +0 -17
- package/es/Select/rc-select/hooks/useLock.d.ts +0 -7
- package/es/Select/rc-select/hooks/useLock.js +0 -35
- package/es/Select/rc-select/hooks/useOptions.d.ts +0 -11
- package/es/Select/rc-select/hooks/useOptions.js +0 -53
- package/es/Select/rc-select/hooks/useRefFunc.d.ts +0 -5
- package/es/Select/rc-select/hooks/useRefFunc.js +0 -15
- package/es/Select/rc-select/hooks/useSelectTriggerControl.d.ts +0 -1
- package/es/Select/rc-select/hooks/useSelectTriggerControl.js +0 -40
- package/es/Select/rc-select/index.d.ts +0 -10
- package/es/Select/rc-select/index.js +0 -7
- package/es/Select/rc-select/interface.d.ts +0 -10
- package/es/Select/rc-select/utils/commonUtil.d.ts +0 -4
- package/es/Select/rc-select/utils/commonUtil.js +0 -12
- package/es/Select/rc-select/utils/keyUtil.d.ts +0 -2
- package/es/Select/rc-select/utils/keyUtil.js +0 -8
- package/es/Select/rc-select/utils/legacyUtil.d.ts +0 -3
- package/es/Select/rc-select/utils/legacyUtil.js +0 -58
- package/es/Select/rc-select/utils/platformUtil.d.ts +0 -1
- package/es/Select/rc-select/utils/platformUtil.js +0 -4
- package/es/Select/rc-select/utils/valueUtil.d.ts +0 -22
- package/es/Select/rc-select/utils/valueUtil.js +0 -157
- package/es/Select/rc-select/utils/warningPropsUtil.d.ts +0 -3
- package/es/Select/rc-select/utils/warningPropsUtil.js +0 -114
- package/es/Select/style/index.d.ts +0 -3
- package/es/Select/style/index.js +0 -4
- package/es/Select/style/index.less +0 -340
- package/es/Select/style/multiple.less +0 -222
- package/es/Select/style/rtl.less +0 -168
- package/es/Select/style/select.less +0 -337
- package/es/Select/style/single.less +0 -179
- package/es/Select/style/status.less +0 -48
- package/es/Select/style/variables.less +0 -67
- package/es/Select/style/variables.less.d.ts +0 -190
- package/es/Select/utils/iconUtil.d.ts +0 -24
- package/es/Select/utils/iconUtil.js +0 -86
- package/es/Skeleton/index.js +0 -2
- package/es/Skeleton/style/index.js +0 -2
- package/es/Space/index.js +0 -2
- package/es/Space/style/index.js +0 -2
- package/es/Spin/index.d.ts +0 -4
- package/es/Spin/index.js +0 -2
- package/es/Spin/style/index.js +0 -2
- package/es/Steps/components/ProcessIcon/index.d.ts +0 -6
- package/es/Steps/components/ProcessIcon/index.js +0 -8
- package/es/Steps/components/Step/index.js +0 -45
- package/es/Steps/index.d.ts +0 -37
- package/es/Steps/index.js +0 -31
- package/es/Steps/matchMedia.mock.d.ts +0 -1
- package/es/Steps/matchMedia.mock.js +0 -17
- package/es/Steps/style/index.js +0 -2
- package/es/Steps/style/index.less +0 -258
- package/es/Switch/index.js +0 -72
- package/es/Switch/style/index.js +0 -2
- package/es/Table/Table.js +0 -388
- package/es/Table/components/Empty/index.js +0 -16
- package/es/Table/components/Loading/index.js +0 -18
- package/es/Table/components/TableBodyRowList/index.js +0 -91
- package/es/Table/components/TableHead/index.js +0 -261
- package/es/Table/constant.d.ts +0 -1
- package/es/Table/constant.js +0 -1
- package/es/Table/hooks/useFrame.js +0 -90
- package/es/Table/index.js +0 -2
- package/es/Table/interface.js +0 -1
- package/es/Table/style/index.js +0 -2
- package/es/Table/style/index.less +0 -238
- package/es/Table/style/variable.less +0 -5
- package/es/Table/style/variable.less.d.ts +0 -7
- package/es/Table/utils.d.ts +0 -15
- package/es/Table/utils.js +0 -138
- package/es/Tabs/TabPane.js +0 -6
- package/es/Tabs/index.js +0 -48
- package/es/Tabs/style/index.d.ts +0 -3
- package/es/Tabs/style/index.js +0 -3
- package/es/Tabs/style/index.less +0 -166
- package/es/Tooltip/style/index.js +0 -2
- package/es/Tooltip/style/index.less +0 -15
- package/es/Tree/index.d.ts +0 -5
- package/es/Tree/index.js +0 -2
- package/es/Tree/style/index.js +0 -2
- package/es/Tree/style/index.less +0 -1
- package/es/Typography/index.js +0 -3
- package/es/Typography/style/index.js +0 -2
- package/es/Typography/style/index.less +0 -1
- package/es/Upload/index.d.ts +0 -4
- package/es/Upload/index.js +0 -3
- package/es/Upload/style/index.js +0 -2
- package/es/Upload/style/index.less +0 -1
- package/es/_utils/hooks/useControlledState.d.ts +0 -2
- package/es/_utils/hooks/usePrefixCls.d.ts +0 -2
- package/es/_utils/hooks/usePrefixCls.js +0 -14
- package/es/index.d.ts +0 -81
- package/es/index.js +0 -42
- package/es/locale/default.js +0 -2
- package/es/locale-provider/context.d.ts +0 -7
- package/es/locale-provider/default.js +0 -2
- package/es/locale-provider/en_US.js +0 -2
- package/es/locale-provider/index.d.ts +0 -65
- package/es/locale-provider/index.js +0 -102
- package/es/locale-provider/style/index.js +0 -1
- package/es/locale-provider/zh_CN.js +0 -2
- package/es/message/index.d.ts +0 -5
- package/es/message/index.js +0 -3
- package/es/message/style/index.js +0 -2
- package/es/message/style/index.less +0 -1
- package/es/notification/index.d.ts +0 -4
- package/es/notification/index.js +0 -3
- package/es/notification/style/index.js +0 -2
- package/es/notification/style/index.less +0 -1
- package/es/style/index.js +0 -1
- package/es/style/index.less +0 -5
- package/es/style/themes/default/themeColor.module.less +0 -445
- package/lib/Alert/index.d.ts +0 -4
- package/lib/Alert/index.js +0 -15
- package/lib/Alert/style/index.js +0 -5
- package/lib/Alert/style/index.less +0 -1
- package/lib/Avatar/component/Avatar/index.d.ts +0 -84
- package/lib/Avatar/component/Avatar/index.js +0 -61
- package/lib/Avatar/index.d.ts +0 -3
- package/lib/Avatar/index.js +0 -16
- package/lib/Avatar/style/index.js +0 -5
- package/lib/Avatar/style/index.less +0 -34
- package/lib/Breadcrumb/index.d.ts +0 -11
- package/lib/Breadcrumb/index.js +0 -59
- package/lib/Breadcrumb/style/index.js +0 -5
- package/lib/Breadcrumb/style/index.less +0 -36
- package/lib/Button/index.d.ts +0 -49
- package/lib/Button/index.js +0 -139
- package/lib/Button/style/index.js +0 -5
- package/lib/Button/style/index.less +0 -355
- package/lib/Button/style/variables.less +0 -67
- package/lib/Card/index.d.ts +0 -3
- package/lib/Card/index.js +0 -15
- package/lib/Card/style/index.d.ts +0 -2
- package/lib/Card/style/index.js +0 -5
- package/lib/Card/style/index.less +0 -1
- package/lib/Checkbox/component/CheckboxGroup/index.d.ts +0 -4
- package/lib/Checkbox/component/CheckboxGroup/index.js +0 -42
- package/lib/Checkbox/index.d.ts +0 -10
- package/lib/Checkbox/index.js +0 -37
- package/lib/Checkbox/style/index.d.ts +0 -2
- package/lib/Checkbox/style/index.js +0 -5
- package/lib/Checkbox/style/index.less +0 -133
- package/lib/Checkbox/type.d.ts +0 -94
- package/lib/Checkbox/type.js +0 -13
- package/lib/Col/index.d.ts +0 -4
- package/lib/Col/index.js +0 -15
- package/lib/Col/style/index.d.ts +0 -2
- package/lib/Col/style/index.js +0 -5
- package/lib/Col/style/index.less +0 -1
- package/lib/ConfigProvider/defaultRenderEmpty.d.ts +0 -4
- package/lib/ConfigProvider/defaultRenderEmpty.js +0 -55
- package/lib/ConfigProvider/index.d.ts +0 -4
- package/lib/ConfigProvider/index.js +0 -41
- package/lib/ConfigProvider/sizeContext.d.ts +0 -9
- package/lib/ConfigProvider/sizeContext.js +0 -30
- package/lib/ConfigProvider/style/index.d.ts +0 -2
- package/lib/ConfigProvider/style/index.js +0 -5
- package/lib/ConfigProvider/style/index.less +0 -1
- package/lib/DatePicker/index.d.ts +0 -4
- package/lib/DatePicker/index.js +0 -15
- package/lib/DatePicker/style/index.d.ts +0 -2
- package/lib/DatePicker/style/index.js +0 -5
- package/lib/DatePicker/style/index.less +0 -1
- package/lib/Divider/index.d.ts +0 -41
- package/lib/Divider/index.js +0 -25
- package/lib/Divider/style/index.d.ts +0 -2
- package/lib/Divider/style/index.js +0 -5
- package/lib/Divider/style/index.less +0 -5
- package/lib/Divider/style/index.less.d.ts +0 -183
- package/lib/Drawer/index.d.ts +0 -4
- package/lib/Drawer/index.js +0 -15
- package/lib/Drawer/style/index.d.ts +0 -2
- package/lib/Drawer/style/index.js +0 -5
- package/lib/Drawer/style/index.less +0 -1
- package/lib/Dropdown/Button.d.ts +0 -69
- package/lib/Dropdown/Button.js +0 -48
- package/lib/Dropdown/index.d.ts +0 -86
- package/lib/Dropdown/index.js +0 -39
- package/lib/Dropdown/style/index.d.ts +0 -3
- package/lib/Dropdown/style/index.js +0 -7
- package/lib/Dropdown/style/index.less +0 -73
- package/lib/Empty/image/Authority.d.ts +0 -3
- package/lib/Empty/image/Authority.js +0 -374
- package/lib/Empty/image/Dataspace.d.ts +0 -3
- package/lib/Empty/image/Dataspace.js +0 -285
- package/lib/Empty/image/Search.d.ts +0 -3
- package/lib/Empty/image/Search.js +0 -170
- package/lib/Empty/image/Simple.d.ts +0 -3
- package/lib/Empty/image/Simple.js +0 -34
- package/lib/Empty/image/Worksheet.d.ts +0 -3
- package/lib/Empty/image/Worksheet.js +0 -284
- package/lib/Empty/image/empty.d.ts +0 -3
- package/lib/Empty/image/empty.js +0 -153
- package/lib/Empty/index.d.ts +0 -23
- package/lib/Empty/index.js +0 -110
- package/lib/Empty/style/index.d.ts +0 -1
- package/lib/Empty/style/index.js +0 -3
- package/lib/Empty/style/index.less +0 -69
- package/lib/Form/index.d.ts +0 -8
- package/lib/Form/index.js +0 -15
- package/lib/Form/style/index.d.ts +0 -2
- package/lib/Form/style/index.js +0 -5
- package/lib/Form/style/index.less +0 -9
- package/lib/Icon/antdIconfont.d.ts +0 -4
- package/lib/Icon/antdIconfont.js +0 -13
- package/lib/Icon/components/Icon.d.ts +0 -32
- package/lib/Icon/components/Icon.js +0 -38
- package/lib/Icon/components/createFromScripts.d.ts +0 -1
- package/lib/Icon/components/createFromScripts.js +0 -41
- package/lib/Icon/iconSvgs/arrows_right_sm.svg +0 -3
- package/lib/Icon/icons/AddLine.d.ts +0 -13
- package/lib/Icon/icons/AddLine.js +0 -83
- package/lib/Icon/icons/AlertFill.d.ts +0 -13
- package/lib/Icon/icons/AlertFill.js +0 -90
- package/lib/Icon/icons/ArrowsDownLine.d.ts +0 -13
- package/lib/Icon/icons/ArrowsDownLine.js +0 -83
- package/lib/Icon/icons/CancelFill.d.ts +0 -13
- package/lib/Icon/icons/CancelFill.js +0 -90
- package/lib/Icon/icons/CheckFill.d.ts +0 -13
- package/lib/Icon/icons/CheckFill.js +0 -90
- package/lib/Icon/icons/CheckLine.d.ts +0 -13
- package/lib/Icon/icons/CheckLine.js +0 -90
- package/lib/Icon/icons/CloseLine.d.ts +0 -13
- package/lib/Icon/icons/CloseLine.js +0 -83
- package/lib/Icon/icons/DatabaseLine.d.ts +0 -13
- package/lib/Icon/icons/DatabaseLine.js +0 -83
- package/lib/Icon/icons/Deleteline.d.ts +0 -13
- package/lib/Icon/icons/Deleteline.js +0 -83
- package/lib/Icon/icons/DownloadLine.d.ts +0 -13
- package/lib/Icon/icons/DownloadLine.js +0 -90
- package/lib/Icon/icons/ErrorFill.d.ts +0 -13
- package/lib/Icon/icons/ErrorFill.js +0 -90
- package/lib/Icon/icons/EyeOffLine.d.ts +0 -13
- package/lib/Icon/icons/EyeOffLine.js +0 -90
- package/lib/Icon/icons/EyeOnLine.d.ts +0 -13
- package/lib/Icon/icons/EyeOnLine.js +0 -83
- package/lib/Icon/icons/FileLine.d.ts +0 -13
- package/lib/Icon/icons/FileLine.js +0 -90
- package/lib/Icon/icons/HomeFill.d.ts +0 -13
- package/lib/Icon/icons/HomeFill.js +0 -90
- package/lib/Icon/icons/IconBase.withSpan.tpl +0 -58
- package/lib/Icon/icons/LightningLine.d.ts +0 -13
- package/lib/Icon/icons/LightningLine.js +0 -83
- package/lib/Icon/icons/Loading.d.ts +0 -13
- package/lib/Icon/icons/Loading.js +0 -83
- package/lib/Icon/icons/More.d.ts +0 -13
- package/lib/Icon/icons/More.js +0 -83
- package/lib/Icon/icons/NewWindowsLine.d.ts +0 -13
- package/lib/Icon/icons/NewWindowsLine.js +0 -91
- package/lib/Icon/icons/SearchLine.d.ts +0 -13
- package/lib/Icon/icons/SearchLine.js +0 -90
- package/lib/Icon/icons/SortAscendingLine.d.ts +0 -13
- package/lib/Icon/icons/SortAscendingLine.js +0 -83
- package/lib/Icon/icons/SortDescendingLine.d.ts +0 -13
- package/lib/Icon/icons/SortDescendingLine.js +0 -83
- package/lib/Icon/icons/TextLine.d.ts +0 -13
- package/lib/Icon/icons/TextLine.js +0 -90
- package/lib/Icon/icons/UserLine.d.ts +0 -13
- package/lib/Icon/icons/UserLine.js +0 -90
- package/lib/Icon/icons/style.css +0 -9
- package/lib/Icon/icons/style.css.d.ts +0 -10
- package/lib/Icon/icons.d.ts +0 -9
- package/lib/Icon/icons.js +0 -1597
- package/lib/Icon/index.d.ts +0 -3
- package/lib/Icon/index.js +0 -13
- package/lib/Icon/index.less +0 -24
- package/lib/Icon/style/index.d.ts +0 -1
- package/lib/Icon/style/index.js +0 -1
- package/lib/Input/components/Group/index.d.ts +0 -18
- package/lib/Input/components/Group/index.js +0 -36
- package/lib/Input/components/Input/index.d.ts +0 -80
- package/lib/Input/components/Input/index.js +0 -46
- package/lib/Input/components/Password/index.d.ts +0 -22
- package/lib/Input/components/Password/index.js +0 -60
- package/lib/Input/components/TextArea/index.d.ts +0 -65
- package/lib/Input/components/TextArea/index.js +0 -40
- package/lib/Input/index.d.ts +0 -16
- package/lib/Input/index.js +0 -23
- package/lib/Input/style/index.d.ts +0 -3
- package/lib/Input/style/index.js +0 -7
- package/lib/Input/style/index.less +0 -490
- package/lib/InputNumber/index.d.ts +0 -4
- package/lib/InputNumber/index.js +0 -45
- package/lib/InputNumber/style/index.d.ts +0 -2
- package/lib/InputNumber/style/index.js +0 -5
- package/lib/InputNumber/style/index.less +0 -264
- package/lib/InputNumber/type.d.ts +0 -161
- package/lib/InputNumber/type.js +0 -5
- package/lib/Layout/index.d.ts +0 -4
- package/lib/Layout/index.js +0 -15
- package/lib/Layout/style/index.d.ts +0 -2
- package/lib/Layout/style/index.js +0 -5
- package/lib/Layout/style/index.less +0 -1
- package/lib/Menu/Divider.d.ts +0 -5
- package/lib/Menu/Divider.js +0 -20
- package/lib/Menu/MenuItem.d.ts +0 -30
- package/lib/Menu/MenuItem.js +0 -20
- package/lib/Menu/SubMenu.d.ts +0 -26
- package/lib/Menu/SubMenu.js +0 -36
- package/lib/Menu/index.d.ts +0 -23
- package/lib/Menu/index.js +0 -41
- package/lib/Menu/style/index.d.ts +0 -3
- package/lib/Menu/style/index.js +0 -7
- package/lib/Menu/style/index.less +0 -41
- package/lib/Modal/index.d.ts +0 -21
- package/lib/Modal/index.js +0 -128
- package/lib/Modal/locale.d.ts +0 -7
- package/lib/Modal/locale.js +0 -31
- package/lib/Modal/style/index.d.ts +0 -2
- package/lib/Modal/style/index.js +0 -5
- package/lib/Modal/style/index.less +0 -209
- package/lib/Navigator/components/Header/index.d.ts +0 -9
- package/lib/Navigator/components/Header/index.js +0 -28
- package/lib/Navigator/components/Menu/index.d.ts +0 -13
- package/lib/Navigator/components/Menu/index.js +0 -68
- package/lib/Navigator/components/MenuItem/index.d.ts +0 -21
- package/lib/Navigator/components/MenuItem/index.js +0 -56
- package/lib/Navigator/index.d.ts +0 -51
- package/lib/Navigator/index.js +0 -54
- package/lib/Navigator/style/bg.png +0 -0
- package/lib/Navigator/style/index.d.ts +0 -2
- package/lib/Navigator/style/index.js +0 -5
- package/lib/Navigator/style/index.less +0 -159
- package/lib/PageHeader/index.d.ts +0 -3
- package/lib/PageHeader/index.js +0 -15
- package/lib/PageHeader/style/index.d.ts +0 -2
- package/lib/PageHeader/style/index.js +0 -5
- package/lib/PageHeader/style/index.less +0 -1
- package/lib/Popconfirm/index.d.ts +0 -3
- package/lib/Popconfirm/index.js +0 -13
- package/lib/Popconfirm/style/index.d.ts +0 -2
- package/lib/Popconfirm/style/index.js +0 -5
- package/lib/Popconfirm/style/index.less +0 -1
- package/lib/Popover/index.d.ts +0 -5
- package/lib/Popover/index.js +0 -35
- package/lib/Popover/style/index.d.ts +0 -2
- package/lib/Popover/style/index.js +0 -5
- package/lib/Popover/style/index.less +0 -37
- package/lib/Progress/index.d.ts +0 -3
- package/lib/Progress/index.js +0 -13
- package/lib/Progress/style/index.d.ts +0 -2
- package/lib/Progress/style/index.js +0 -5
- package/lib/Progress/style/index.less +0 -1
- package/lib/Radio/components/Group/index.d.ts +0 -6
- package/lib/Radio/components/Group/index.js +0 -95
- package/lib/Radio/components/Radio/index.d.ts +0 -3
- package/lib/Radio/components/Radio/index.js +0 -115
- package/lib/Radio/index.d.ts +0 -10
- package/lib/Radio/index.js +0 -17
- package/lib/Radio/interface/radio.d.ts +0 -24
- package/lib/Radio/interface/radio.js +0 -5
- package/lib/Radio/interface/radioGroup.d.ts +0 -42
- package/lib/Radio/interface/radioGroup.js +0 -5
- package/lib/Radio/style/index.d.ts +0 -2
- package/lib/Radio/style/index.js +0 -5
- package/lib/Radio/style/index.less +0 -349
- package/lib/Row/index.d.ts +0 -3
- package/lib/Row/index.js +0 -15
- package/lib/Row/style/index.d.ts +0 -2
- package/lib/Row/style/index.js +0 -5
- package/lib/Row/style/index.less +0 -1
- package/lib/Select/index.d.ts +0 -39
- package/lib/Select/index.js +0 -181
- package/lib/Select/rc-select/BaseSelect.d.ts +0 -116
- package/lib/Select/rc-select/BaseSelect.js +0 -672
- package/lib/Select/rc-select/OptGroup.d.ts +0 -12
- package/lib/Select/rc-select/OptGroup.js +0 -15
- package/lib/Select/rc-select/Option.d.ts +0 -14
- package/lib/Select/rc-select/Option.js +0 -15
- package/lib/Select/rc-select/OptionList.d.ts +0 -10
- package/lib/Select/rc-select/OptionList.js +0 -428
- package/lib/Select/rc-select/Select.d.ts +0 -109
- package/lib/Select/rc-select/Select.js +0 -545
- package/lib/Select/rc-select/SelectContext.d.ts +0 -20
- package/lib/Select/rc-select/SelectContext.js +0 -19
- package/lib/Select/rc-select/SelectTrigger.d.ts +0 -30
- package/lib/Select/rc-select/SelectTrigger.js +0 -153
- package/lib/Select/rc-select/Selector/Input.d.ts +0 -26
- package/lib/Select/rc-select/Selector/Input.js +0 -132
- package/lib/Select/rc-select/Selector/MultipleSelector.d.ts +0 -16
- package/lib/Select/rc-select/Selector/MultipleSelector.js +0 -267
- package/lib/Select/rc-select/Selector/SingleSelector.d.ts +0 -8
- package/lib/Select/rc-select/Selector/SingleSelector.js +0 -129
- package/lib/Select/rc-select/Selector/index.d.ts +0 -80
- package/lib/Select/rc-select/Selector/index.js +0 -203
- package/lib/Select/rc-select/TransBtn.d.ts +0 -12
- package/lib/Select/rc-select/TransBtn.js +0 -59
- package/lib/Select/rc-select/hooks/useBaseProps.d.ts +0 -13
- package/lib/Select/rc-select/hooks/useBaseProps.js +0 -28
- package/lib/Select/rc-select/hooks/useCache.d.ts +0 -7
- package/lib/Select/rc-select/hooks/useCache.js +0 -63
- package/lib/Select/rc-select/hooks/useDelayReset.d.ts +0 -5
- package/lib/Select/rc-select/hooks/useDelayReset.js +0 -62
- package/lib/Select/rc-select/hooks/useFilterOptions.d.ts +0 -3
- package/lib/Select/rc-select/hooks/useFilterOptions.js +0 -91
- package/lib/Select/rc-select/hooks/useId.d.ts +0 -5
- package/lib/Select/rc-select/hooks/useId.js +0 -68
- package/lib/Select/rc-select/hooks/useLayoutEffect.d.ts +0 -5
- package/lib/Select/rc-select/hooks/useLayoutEffect.js +0 -32
- package/lib/Select/rc-select/hooks/useLock.d.ts +0 -7
- package/lib/Select/rc-select/hooks/useLock.js +0 -49
- package/lib/Select/rc-select/hooks/useOptions.d.ts +0 -11
- package/lib/Select/rc-select/hooks/useOptions.js +0 -68
- package/lib/Select/rc-select/hooks/useRefFunc.d.ts +0 -5
- package/lib/Select/rc-select/hooks/useRefFunc.js +0 -29
- package/lib/Select/rc-select/hooks/useSelectTriggerControl.d.ts +0 -1
- package/lib/Select/rc-select/hooks/useSelectTriggerControl.js +0 -54
- package/lib/Select/rc-select/index.d.ts +0 -10
- package/lib/Select/rc-select/index.js +0 -45
- package/lib/Select/rc-select/interface.d.ts +0 -10
- package/lib/Select/rc-select/interface.js +0 -5
- package/lib/Select/rc-select/utils/commonUtil.d.ts +0 -4
- package/lib/Select/rc-select/utils/commonUtil.js +0 -23
- package/lib/Select/rc-select/utils/keyUtil.d.ts +0 -2
- package/lib/Select/rc-select/utils/keyUtil.js +0 -17
- package/lib/Select/rc-select/utils/legacyUtil.d.ts +0 -3
- package/lib/Select/rc-select/utils/legacyUtil.js +0 -73
- package/lib/Select/rc-select/utils/platformUtil.d.ts +0 -1
- package/lib/Select/rc-select/utils/platformUtil.js +0 -11
- package/lib/Select/rc-select/utils/valueUtil.d.ts +0 -22
- package/lib/Select/rc-select/utils/valueUtil.js +0 -172
- package/lib/Select/rc-select/utils/warningPropsUtil.d.ts +0 -3
- package/lib/Select/rc-select/utils/warningPropsUtil.js +0 -132
- package/lib/Select/style/index.d.ts +0 -3
- package/lib/Select/style/index.js +0 -7
- package/lib/Select/style/index.less +0 -340
- package/lib/Select/style/multiple.less +0 -222
- package/lib/Select/style/rtl.less +0 -168
- package/lib/Select/style/select.less +0 -337
- package/lib/Select/style/single.less +0 -179
- package/lib/Select/style/status.less +0 -48
- package/lib/Select/style/variables.less +0 -67
- package/lib/Select/style/variables.less.d.ts +0 -190
- package/lib/Select/utils/iconUtil.d.ts +0 -24
- package/lib/Select/utils/iconUtil.js +0 -108
- package/lib/Skeleton/index.d.ts +0 -3
- package/lib/Skeleton/index.js +0 -13
- package/lib/Skeleton/style/index.d.ts +0 -2
- package/lib/Skeleton/style/index.js +0 -5
- package/lib/Skeleton/style/index.less +0 -1
- package/lib/Space/index.d.ts +0 -4
- package/lib/Space/index.js +0 -17
- package/lib/Space/style/index.d.ts +0 -2
- package/lib/Space/style/index.js +0 -5
- package/lib/Space/style/index.less +0 -1
- package/lib/Spin/index.d.ts +0 -4
- package/lib/Spin/index.js +0 -13
- package/lib/Spin/style/index.d.ts +0 -2
- package/lib/Spin/style/index.js +0 -5
- package/lib/Spin/style/index.less +0 -1
- package/lib/Steps/components/ProcessIcon/index.d.ts +0 -6
- package/lib/Steps/components/ProcessIcon/index.js +0 -19
- package/lib/Steps/components/Step/index.d.ts +0 -20
- package/lib/Steps/components/Step/index.js +0 -61
- package/lib/Steps/index.d.ts +0 -37
- package/lib/Steps/index.js +0 -46
- package/lib/Steps/matchMedia.mock.d.ts +0 -1
- package/lib/Steps/matchMedia.mock.js +0 -17
- package/lib/Steps/style/index.d.ts +0 -2
- package/lib/Steps/style/index.js +0 -5
- package/lib/Steps/style/index.less +0 -258
- package/lib/Switch/index.d.ts +0 -48
- package/lib/Switch/index.js +0 -90
- package/lib/Switch/style/index.d.ts +0 -2
- package/lib/Switch/style/index.js +0 -5
- package/lib/Switch/style/index.less +0 -130
- package/lib/Table/Table.d.ts +0 -6
- package/lib/Table/Table.js +0 -419
- package/lib/Table/components/Empty/index.d.ts +0 -3
- package/lib/Table/components/Empty/index.js +0 -28
- package/lib/Table/components/Loading/index.d.ts +0 -3
- package/lib/Table/components/Loading/index.js +0 -31
- package/lib/Table/components/TableBodyRowList/index.d.ts +0 -13
- package/lib/Table/components/TableBodyRowList/index.js +0 -110
- package/lib/Table/components/TableHead/index.d.ts +0 -22
- package/lib/Table/components/TableHead/index.js +0 -285
- package/lib/Table/constant.d.ts +0 -1
- package/lib/Table/constant.js +0 -1
- package/lib/Table/hooks/useFrame.d.ts +0 -7
- package/lib/Table/hooks/useFrame.js +0 -98
- package/lib/Table/index.d.ts +0 -2
- package/lib/Table/index.js +0 -13
- package/lib/Table/interface.d.ts +0 -41
- package/lib/Table/interface.js +0 -5
- package/lib/Table/react-table-config.d.ts +0 -122
- package/lib/Table/style/index.d.ts +0 -2
- package/lib/Table/style/index.js +0 -5
- package/lib/Table/style/index.less +0 -238
- package/lib/Table/style/variable.less +0 -5
- package/lib/Table/style/variable.less.d.ts +0 -7
- package/lib/Table/utils.d.ts +0 -15
- package/lib/Table/utils.js +0 -154
- package/lib/Tabs/TabPane.d.ts +0 -21
- package/lib/Tabs/TabPane.js +0 -18
- package/lib/Tabs/index.d.ts +0 -47
- package/lib/Tabs/index.js +0 -64
- package/lib/Tabs/style/index.d.ts +0 -3
- package/lib/Tabs/style/index.js +0 -7
- package/lib/Tabs/style/index.less +0 -166
- package/lib/Tooltip/index.d.ts +0 -63
- package/lib/Tooltip/index.js +0 -44
- package/lib/Tooltip/style/index.d.ts +0 -2
- package/lib/Tooltip/style/index.js +0 -5
- package/lib/Tooltip/style/index.less +0 -15
- package/lib/Tree/index.d.ts +0 -5
- package/lib/Tree/index.js +0 -13
- package/lib/Tree/style/index.d.ts +0 -2
- package/lib/Tree/style/index.js +0 -5
- package/lib/Tree/style/index.less +0 -1
- package/lib/Typography/index.d.ts +0 -3
- package/lib/Typography/index.js +0 -15
- package/lib/Typography/style/index.d.ts +0 -2
- package/lib/Typography/style/index.js +0 -5
- package/lib/Typography/style/index.less +0 -1
- package/lib/Upload/index.d.ts +0 -4
- package/lib/Upload/index.js +0 -15
- package/lib/Upload/style/index.d.ts +0 -2
- package/lib/Upload/style/index.js +0 -5
- package/lib/Upload/style/index.less +0 -1
- package/lib/_utils/hooks/useControlledState.d.ts +0 -2
- package/lib/_utils/hooks/useControlledState.js +0 -63
- package/lib/_utils/hooks/useId.d.ts +0 -4
- package/lib/_utils/hooks/useId.js +0 -36
- package/lib/_utils/hooks/usePrefixCls.d.ts +0 -2
- package/lib/_utils/hooks/usePrefixCls.js +0 -27
- package/lib/index.d.ts +0 -81
- package/lib/index.js +0 -335
- package/lib/locale/default.d.ts +0 -2
- package/lib/locale/default.js +0 -13
- package/lib/locale/en_US.d.ts +0 -3
- package/lib/locale/en_US.js +0 -146
- package/lib/locale/zh_CN.d.ts +0 -3
- package/lib/locale/zh_CN.js +0 -145
- package/lib/locale-provider/LocaleReceiver.d.ts +0 -4
- package/lib/locale-provider/LocaleReceiver.js +0 -23
- package/lib/locale-provider/context.d.ts +0 -7
- package/lib/locale-provider/context.js +0 -12
- package/lib/locale-provider/default.d.ts +0 -2
- package/lib/locale-provider/default.js +0 -13
- package/lib/locale-provider/en_US.d.ts +0 -2
- package/lib/locale-provider/en_US.js +0 -13
- package/lib/locale-provider/index.d.ts +0 -65
- package/lib/locale-provider/index.js +0 -116
- package/lib/locale-provider/style/index.d.ts +0 -1
- package/lib/locale-provider/style/index.js +0 -3
- package/lib/locale-provider/style/index.less +0 -2
- package/lib/locale-provider/zh_CN.d.ts +0 -2
- package/lib/locale-provider/zh_CN.js +0 -13
- package/lib/message/index.d.ts +0 -5
- package/lib/message/index.js +0 -15
- package/lib/message/style/index.d.ts +0 -2
- package/lib/message/style/index.js +0 -5
- package/lib/message/style/index.less +0 -1
- package/lib/notification/index.d.ts +0 -4
- package/lib/notification/index.js +0 -15
- package/lib/notification/style/index.d.ts +0 -2
- package/lib/notification/style/index.js +0 -5
- package/lib/notification/style/index.less +0 -1
- package/lib/style/index.d.ts +0 -1
- package/lib/style/index.js +0 -3
- package/lib/style/index.less +0 -5
- package/lib/style/mixins/index.less +0 -8
- package/lib/style/themes/default/index.less +0 -36
- package/lib/style/themes/default/scrollBar.less +0 -16
- package/lib/style/themes/default/themeColor.module.less +0 -445
- package/lib/style/themes/default/themeColor.module.less.d.ts +0 -182
- /package/{es → dist}/Alert/style/index.d.ts +0 -0
- /package/{es → dist}/Alert/style/index.less +0 -0
- /package/{es → dist}/Avatar/component/Avatar/index.d.ts +0 -0
- /package/{es → dist}/Avatar/index.d.ts +0 -0
- /package/{es → dist}/Avatar/style/index.d.ts +0 -0
- /package/{es → dist}/Avatar/style/index.less +0 -0
- /package/{es → dist}/Breadcrumb/index.d.ts +0 -0
- /package/{es → dist}/Breadcrumb/style/index.d.ts +0 -0
- /package/{es → dist}/Breadcrumb/style/index.less +0 -0
- /package/{es → dist}/Button/style/index.d.ts +0 -0
- /package/{es → dist}/Button/style/variables.less +0 -0
- /package/{es → dist}/Card/index.d.ts +0 -0
- /package/{es → dist}/Card/style/index.d.ts +0 -0
- /package/{es → dist}/Card/style/index.less +0 -0
- /package/{es → dist}/Checkbox/component/CheckboxGroup/index.d.ts +0 -0
- /package/{es → dist}/Checkbox/index.d.ts +0 -0
- /package/{es → dist}/Checkbox/style/index.d.ts +0 -0
- /package/{es → dist}/Checkbox/style/index.less +0 -0
- /package/{es → dist}/Checkbox/type.d.ts +0 -0
- /package/{es → dist}/Checkbox/type.js +0 -0
- /package/{es → dist}/Col/index.d.ts +0 -0
- /package/{es → dist}/Col/style/index.d.ts +0 -0
- /package/{es → dist}/Col/style/index.less +0 -0
- /package/{es → dist}/ConfigProvider/index.d.ts +0 -0
- /package/{es → dist}/ConfigProvider/sizeContext.js +0 -0
- /package/{es → dist}/ConfigProvider/style/index.d.ts +0 -0
- /package/{es → dist}/ConfigProvider/style/index.less +0 -0
- /package/{es → dist}/DatePicker/index.d.ts +0 -0
- /package/{es → dist}/DatePicker/style/index.d.ts +0 -0
- /package/{es → dist}/DatePicker/style/index.less +0 -0
- /package/{es → dist}/Divider/index.d.ts +0 -0
- /package/{es → dist}/Divider/style/index.d.ts +0 -0
- /package/{es → dist}/Divider/style/index.less +0 -0
- /package/{es → dist}/Divider/style/index.less.d.ts +0 -0
- /package/{es → dist}/Drawer/index.d.ts +0 -0
- /package/{es → dist}/Drawer/style/index.d.ts +0 -0
- /package/{es → dist}/Drawer/style/index.less +0 -0
- /package/{es → dist}/Dropdown/Button.d.ts +0 -0
- /package/{es → dist}/Dropdown/index.d.ts +0 -0
- /package/{es/Form → dist/Dropdown}/style/index.d.ts +0 -0
- /package/{es → dist}/Dropdown/style/index.less +0 -0
- /package/{es → dist}/Empty/style/index.d.ts +0 -0
- /package/{es → dist}/Form/index.d.ts +0 -0
- /package/{es/InputNumber → dist/Form}/style/index.d.ts +0 -0
- /package/{es → dist}/Form/style/index.less +0 -0
- /package/{es → dist}/Icon/antdIconfont.d.ts +0 -0
- /package/{es → dist}/Icon/antdIconfont.js +0 -0
- /package/{es → dist}/Icon/components/Icon.d.ts +0 -0
- /package/{es → dist}/Icon/components/createFromScripts.d.ts +0 -0
- /package/{es → dist}/Icon/components/createFromScripts.js +0 -0
- /package/{es → dist}/Icon/iconSvgs/arrows_right_sm.svg +0 -0
- /package/{es → dist}/Icon/icons.d.ts +0 -0
- /package/{es → dist}/Icon/index.d.ts +0 -0
- /package/{es → dist}/Icon/index.less +0 -0
- /package/{es/Icon/style/index.less → dist/Icon/style/index.d.ts} +0 -0
- /package/{lib/Icon/style/index.less → dist/Icon/style/index.js} +0 -0
- /package/{es → dist}/Input/components/Group/index.d.ts +0 -0
- /package/{es → dist}/Input/components/Input/index.d.ts +0 -0
- /package/{es → dist}/Input/components/Password/index.d.ts +0 -0
- /package/{es → dist}/Input/components/TextArea/index.d.ts +0 -0
- /package/{es → dist}/Input/index.d.ts +0 -0
- /package/{es/Layout → dist/Input}/style/index.d.ts +0 -0
- /package/{es → dist}/Input/style/index.less +0 -0
- /package/{es → dist}/InputNumber/index.d.ts +0 -0
- /package/{es/Modal → dist/InputNumber}/style/index.d.ts +0 -0
- /package/{es → dist}/InputNumber/style/index.less +0 -0
- /package/{es → dist}/InputNumber/type.js +0 -0
- /package/{es → dist}/Layout/index.d.ts +0 -0
- /package/{es/Navigator → dist/Layout}/style/index.d.ts +0 -0
- /package/{es → dist}/Layout/style/index.less +0 -0
- /package/{es → dist}/Menu/Divider.d.ts +0 -0
- /package/{es → dist}/Menu/MenuItem.d.ts +0 -0
- /package/{es → dist}/Menu/SubMenu.d.ts +0 -0
- /package/{es/PageHeader → dist/Menu}/style/index.d.ts +0 -0
- /package/{es → dist}/Modal/locale.d.ts +0 -0
- /package/{es/Popconfirm → dist/Modal}/style/index.d.ts +0 -0
- /package/{es → dist}/Navigator/components/Header/index.d.ts +0 -0
- /package/{es → dist}/Navigator/components/Header/index.js +0 -0
- /package/{es → dist}/Navigator/components/Menu/index.d.ts +0 -0
- /package/{es → dist}/Navigator/components/MenuItem/index.d.ts +0 -0
- /package/{es → dist}/Navigator/components/MenuItem/index.js +0 -0
- /package/{es → dist}/Navigator/index.d.ts +0 -0
- /package/{es → dist}/Navigator/style/bg.png +0 -0
- /package/{es/Popover → dist/Navigator}/style/index.d.ts +0 -0
- /package/{es → dist}/Navigator/style/index.less +0 -0
- /package/{es/Progress → dist/Popconfirm}/style/index.d.ts +0 -0
- /package/{es → dist}/Popover/index.d.ts +0 -0
- /package/{es/Radio → dist/Popover}/style/index.d.ts +0 -0
- /package/{es → dist}/Popover/style/index.less +0 -0
- /package/{es → dist}/Progress/index.d.ts +0 -0
- /package/{es/Row → dist/Progress}/style/index.d.ts +0 -0
- /package/{es/PageHeader → dist/Progress}/style/index.less +0 -0
- /package/{es → dist}/Radio/components/Group/index.js +0 -0
- /package/{es → dist}/Radio/components/Radio/index.d.ts +0 -0
- /package/{es → dist}/Radio/index.d.ts +0 -0
- /package/{es → dist}/Radio/interface/radio.d.ts +0 -0
- /package/{es → dist}/Radio/interface/radio.js +0 -0
- /package/{es → dist}/Radio/interface/radioGroup.d.ts +0 -0
- /package/{es → dist}/Radio/interface/radioGroup.js +0 -0
- /package/{es/Skeleton → dist/Radio}/style/index.d.ts +0 -0
- /package/{es → dist}/Radio/style/index.less +0 -0
- /package/{es → dist}/Row/index.d.ts +0 -0
- /package/{es/Space → dist/Row}/style/index.d.ts +0 -0
- /package/{es/Popconfirm → dist/Row}/style/index.less +0 -0
- /package/{es/Spin → dist/Select}/style/index.d.ts +0 -0
- /package/{es → dist}/Skeleton/index.d.ts +0 -0
- /package/{es/Steps → dist/Skeleton}/style/index.d.ts +0 -0
- /package/{es/Progress → dist/Skeleton}/style/index.less +0 -0
- /package/{es → dist}/Space/index.d.ts +0 -0
- /package/{es/Switch → dist/Space}/style/index.d.ts +0 -0
- /package/{es/Row → dist/Space}/style/index.less +0 -0
- /package/{es/Table → dist/Spin}/style/index.d.ts +0 -0
- /package/{es → dist}/Steps/components/Step/index.d.ts +0 -0
- /package/{es/Tooltip → dist/Steps}/style/index.d.ts +0 -0
- /package/{es → dist}/Switch/index.d.ts +0 -0
- /package/{es/Tree → dist/Switch}/style/index.d.ts +0 -0
- /package/{es → dist}/Switch/style/index.less +0 -0
- /package/{es → dist}/Table/Table.d.ts +0 -0
- /package/{es → dist}/Table/components/Empty/index.d.ts +0 -0
- /package/{es → dist}/Table/components/Loading/index.d.ts +0 -0
- /package/{es → dist}/Table/components/TableBodyRowList/index.d.ts +0 -0
- /package/{es → dist}/Table/components/TableHead/index.d.ts +0 -0
- /package/{es → dist}/Table/hooks/useFrame.d.ts +0 -0
- /package/{es → dist}/Table/index.d.ts +0 -0
- /package/{es → dist}/Table/interface.d.ts +0 -0
- /package/{es/Select/rc-select → dist/Table}/interface.js +0 -0
- /package/{es → dist}/Table/react-table-config.d.ts +0 -0
- /package/{es/Typography → dist/Table}/style/index.d.ts +0 -0
- /package/{es → dist}/Tabs/TabPane.d.ts +0 -0
- /package/{es → dist}/Tabs/index.d.ts +0 -0
- /package/{es/Upload → dist/Tabs}/style/index.d.ts +0 -0
- /package/{es → dist}/Tooltip/index.d.ts +0 -0
- /package/{es → dist}/Tooltip/index.js +0 -0
- /package/{es/message → dist/Tooltip}/style/index.d.ts +0 -0
- /package/{es/notification → dist/Tree}/style/index.d.ts +0 -0
- /package/{es → dist}/Typography/index.d.ts +0 -0
- /package/{lib/Alert → dist/Typography}/style/index.d.ts +0 -0
- /package/{es/Skeleton → dist/Typography}/style/index.less +0 -0
- /package/{lib/Avatar → dist/Upload}/style/index.d.ts +0 -0
- /package/{es/Space → dist/Upload}/style/index.less +0 -0
- /package/{es → dist}/_utils/hooks/useControlledState.js +0 -0
- /package/{es → dist}/_utils/hooks/useId.d.ts +0 -0
- /package/{es → dist}/_utils/hooks/useId.js +0 -0
- /package/{es → dist}/locale/default.d.ts +0 -0
- /package/{es → dist}/locale/en_US.d.ts +0 -0
- /package/{es → dist}/locale/en_US.js +0 -0
- /package/{es → dist}/locale/zh_CN.d.ts +0 -0
- /package/{es → dist}/locale/zh_CN.js +0 -0
- /package/{es → dist}/locale-provider/LocaleReceiver.d.ts +0 -0
- /package/{es → dist}/locale-provider/LocaleReceiver.js +0 -0
- /package/{es → dist}/locale-provider/context.js +0 -0
- /package/{es → dist}/locale-provider/default.d.ts +0 -0
- /package/{es → dist}/locale-provider/en_US.d.ts +0 -0
- /package/{es → dist}/locale-provider/style/index.d.ts +0 -0
- /package/{es → dist}/locale-provider/style/index.less +0 -0
- /package/{es → dist}/locale-provider/zh_CN.d.ts +0 -0
- /package/{lib/Breadcrumb → dist/message}/style/index.d.ts +0 -0
- /package/{lib/Button → dist/notification}/style/index.d.ts +0 -0
- /package/{es/Spin → dist/notification}/style/index.less +0 -0
- /package/{es → dist}/style/index.d.ts +0 -0
- /package/{es → dist}/style/mixins/index.less +0 -0
- /package/{es → dist}/style/themes/default/index.less +0 -0
- /package/{es → dist}/style/themes/default/scrollBar.less +0 -0
- /package/{es → dist}/style/themes/default/themeColor.module.less.d.ts +0 -0
package/lib/Icon/icons.js
DELETED
|
@@ -1,1597 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
|
|
3
|
-
Object.defineProperty(exports, "__esModule", {
|
|
4
|
-
value: true
|
|
5
|
-
});
|
|
6
|
-
exports.default = void 0;
|
|
7
|
-
var _default = [{
|
|
8
|
-
id: 0,
|
|
9
|
-
title: '帮助-圆形',
|
|
10
|
-
name: 'help-circle-line',
|
|
11
|
-
category: 'Line',
|
|
12
|
-
categoryCN: '线',
|
|
13
|
-
author: '阿广'
|
|
14
|
-
}, {
|
|
15
|
-
id: 1,
|
|
16
|
-
title: '保存',
|
|
17
|
-
name: 'save-line',
|
|
18
|
-
category: 'Line',
|
|
19
|
-
categoryCN: '线',
|
|
20
|
-
author: '阿广'
|
|
21
|
-
}, {
|
|
22
|
-
id: 2,
|
|
23
|
-
title: '编辑',
|
|
24
|
-
name: 'edit-line',
|
|
25
|
-
category: 'Line',
|
|
26
|
-
categoryCN: '线',
|
|
27
|
-
author: '阿广'
|
|
28
|
-
}, {
|
|
29
|
-
id: 3,
|
|
30
|
-
title: '编辑中',
|
|
31
|
-
name: 'editing-line',
|
|
32
|
-
category: 'Line',
|
|
33
|
-
categoryCN: '线',
|
|
34
|
-
author: '阿广'
|
|
35
|
-
}, {
|
|
36
|
-
id: 4,
|
|
37
|
-
title: '标签',
|
|
38
|
-
name: 'hashtag-line',
|
|
39
|
-
category: 'Line',
|
|
40
|
-
categoryCN: '线',
|
|
41
|
-
author: '阿广'
|
|
42
|
-
}, {
|
|
43
|
-
id: 5,
|
|
44
|
-
title: '表',
|
|
45
|
-
name: 'table-line',
|
|
46
|
-
category: 'Line',
|
|
47
|
-
categoryCN: '线',
|
|
48
|
-
author: '阿广'
|
|
49
|
-
}, {
|
|
50
|
-
id: 6,
|
|
51
|
-
title: '存储',
|
|
52
|
-
name: 'storage-line',
|
|
53
|
-
category: 'Line',
|
|
54
|
-
categoryCN: '线',
|
|
55
|
-
author: '阿广'
|
|
56
|
-
}, {
|
|
57
|
-
id: 7,
|
|
58
|
-
title: '错误-圆形',
|
|
59
|
-
name: 'error-circle-line',
|
|
60
|
-
category: 'Line',
|
|
61
|
-
categoryCN: '线',
|
|
62
|
-
author: '阿广'
|
|
63
|
-
}, {
|
|
64
|
-
id: 8,
|
|
65
|
-
title: '等待中-圆形',
|
|
66
|
-
name: 'waiting-line',
|
|
67
|
-
category: 'Line',
|
|
68
|
-
categoryCN: '线',
|
|
69
|
-
author: '阿广'
|
|
70
|
-
}, {
|
|
71
|
-
id: 9,
|
|
72
|
-
title: '复制',
|
|
73
|
-
name: 'copy-line',
|
|
74
|
-
category: 'Line',
|
|
75
|
-
categoryCN: '线',
|
|
76
|
-
author: '阿广'
|
|
77
|
-
}, {
|
|
78
|
-
id: 10,
|
|
79
|
-
title: '格式化',
|
|
80
|
-
name: 'format-line',
|
|
81
|
-
category: 'Line',
|
|
82
|
-
categoryCN: '线',
|
|
83
|
-
author: '阿广'
|
|
84
|
-
}, {
|
|
85
|
-
id: 11,
|
|
86
|
-
title: '工作簿',
|
|
87
|
-
name: 'workbook-line',
|
|
88
|
-
category: 'Line',
|
|
89
|
-
categoryCN: '线',
|
|
90
|
-
author: '阿广'
|
|
91
|
-
}, {
|
|
92
|
-
id: 12,
|
|
93
|
-
title: '勾选',
|
|
94
|
-
name: 'check-line',
|
|
95
|
-
category: 'Line',
|
|
96
|
-
categoryCN: '线',
|
|
97
|
-
author: '阿广'
|
|
98
|
-
}, {
|
|
99
|
-
id: 13,
|
|
100
|
-
title: '勾选-圆形',
|
|
101
|
-
name: 'check-circle-line',
|
|
102
|
-
category: 'Line',
|
|
103
|
-
categoryCN: '线',
|
|
104
|
-
author: '阿广'
|
|
105
|
-
}, {
|
|
106
|
-
id: 14,
|
|
107
|
-
title: '关闭-大号',
|
|
108
|
-
name: 'close-large-line',
|
|
109
|
-
category: 'Line',
|
|
110
|
-
categoryCN: '线',
|
|
111
|
-
author: '阿广'
|
|
112
|
-
}, {
|
|
113
|
-
id: 15,
|
|
114
|
-
title: '关闭',
|
|
115
|
-
name: 'close-line',
|
|
116
|
-
category: 'Line',
|
|
117
|
-
categoryCN: '线',
|
|
118
|
-
author: '阿广'
|
|
119
|
-
}, {
|
|
120
|
-
id: 16,
|
|
121
|
-
title: '关闭-中号',
|
|
122
|
-
name: 'close-middle-line',
|
|
123
|
-
category: 'Line',
|
|
124
|
-
categoryCN: '线',
|
|
125
|
-
author: '阿广'
|
|
126
|
-
}, {
|
|
127
|
-
id: 17,
|
|
128
|
-
title: '函数',
|
|
129
|
-
name: 'fx-line',
|
|
130
|
-
category: 'Line',
|
|
131
|
-
categoryCN: '线',
|
|
132
|
-
author: '阿广'
|
|
133
|
-
}, {
|
|
134
|
-
id: 18,
|
|
135
|
-
title: '加载中',
|
|
136
|
-
name: 'loading-line',
|
|
137
|
-
category: 'Line',
|
|
138
|
-
categoryCN: '线',
|
|
139
|
-
author: '阿广'
|
|
140
|
-
}, {
|
|
141
|
-
id: 19,
|
|
142
|
-
title: '双箭头-向上',
|
|
143
|
-
name: 'arrows-up-double-line',
|
|
144
|
-
category: 'Line',
|
|
145
|
-
categoryCN: '线',
|
|
146
|
-
author: '阿广'
|
|
147
|
-
}, {
|
|
148
|
-
id: 20,
|
|
149
|
-
title: '双箭头-向下',
|
|
150
|
-
name: 'arrows-down-double-line',
|
|
151
|
-
category: 'Line',
|
|
152
|
-
categoryCN: '线',
|
|
153
|
-
author: '阿广'
|
|
154
|
-
}, {
|
|
155
|
-
id: 21,
|
|
156
|
-
title: '箭头-向上',
|
|
157
|
-
name: 'arrows-up-line',
|
|
158
|
-
category: 'Line',
|
|
159
|
-
categoryCN: '线',
|
|
160
|
-
author: '阿广'
|
|
161
|
-
}, {
|
|
162
|
-
id: 22,
|
|
163
|
-
title: '箭头-向右',
|
|
164
|
-
name: 'arrows-right-line',
|
|
165
|
-
category: 'Line',
|
|
166
|
-
categoryCN: '线',
|
|
167
|
-
author: '阿广'
|
|
168
|
-
}, {
|
|
169
|
-
id: 23,
|
|
170
|
-
title: '箭头-向下',
|
|
171
|
-
name: 'arrows-down-line',
|
|
172
|
-
category: 'Line',
|
|
173
|
-
categoryCN: '线',
|
|
174
|
-
author: '阿广'
|
|
175
|
-
}, {
|
|
176
|
-
id: 24,
|
|
177
|
-
title: '箭头-向左',
|
|
178
|
-
name: 'arrows-left-line',
|
|
179
|
-
category: 'Line',
|
|
180
|
-
categoryCN: '线',
|
|
181
|
-
author: '阿广'
|
|
182
|
-
}, {
|
|
183
|
-
id: 25,
|
|
184
|
-
title: '角色',
|
|
185
|
-
name: 'role-line',
|
|
186
|
-
category: 'Line',
|
|
187
|
-
categoryCN: '线',
|
|
188
|
-
author: '阿广'
|
|
189
|
-
}, {
|
|
190
|
-
id: 26,
|
|
191
|
-
title: '警告-三角形',
|
|
192
|
-
name: 'alert-triangle-line',
|
|
193
|
-
category: 'Line',
|
|
194
|
-
categoryCN: '线',
|
|
195
|
-
author: '阿广'
|
|
196
|
-
}, {
|
|
197
|
-
id: 27,
|
|
198
|
-
title: '警告-圆形',
|
|
199
|
-
name: 'alert-circle-line',
|
|
200
|
-
category: 'Line',
|
|
201
|
-
categoryCN: '线',
|
|
202
|
-
author: '阿广'
|
|
203
|
-
}, {
|
|
204
|
-
id: 28,
|
|
205
|
-
title: '聚合',
|
|
206
|
-
name: 'column-line',
|
|
207
|
-
category: 'Line',
|
|
208
|
-
categoryCN: '线',
|
|
209
|
-
author: '阿广'
|
|
210
|
-
}, {
|
|
211
|
-
id: 29,
|
|
212
|
-
title: '空间-用户',
|
|
213
|
-
name: 'space-user-line',
|
|
214
|
-
category: 'Line',
|
|
215
|
-
categoryCN: '线',
|
|
216
|
-
author: '阿广'
|
|
217
|
-
}, {
|
|
218
|
-
id: 30,
|
|
219
|
-
title: '连接',
|
|
220
|
-
name: 'link-line',
|
|
221
|
-
category: 'Line',
|
|
222
|
-
categoryCN: '线',
|
|
223
|
-
author: '阿广'
|
|
224
|
-
}, {
|
|
225
|
-
id: 31,
|
|
226
|
-
title: '密码-修改',
|
|
227
|
-
name: 'password-revise-line',
|
|
228
|
-
category: 'Line',
|
|
229
|
-
categoryCN: '线',
|
|
230
|
-
author: '阿广'
|
|
231
|
-
}, {
|
|
232
|
-
id: 32,
|
|
233
|
-
title: '明细',
|
|
234
|
-
name: 'lists-line',
|
|
235
|
-
category: 'Line',
|
|
236
|
-
categoryCN: '线',
|
|
237
|
-
author: '阿广'
|
|
238
|
-
}, {
|
|
239
|
-
id: 33,
|
|
240
|
-
title: '排序-降序',
|
|
241
|
-
name: 'sort-descending-line',
|
|
242
|
-
category: 'Line',
|
|
243
|
-
categoryCN: '线',
|
|
244
|
-
author: '阿广'
|
|
245
|
-
}, {
|
|
246
|
-
id: 34,
|
|
247
|
-
title: '排序-升序',
|
|
248
|
-
name: 'sort-ascending-line',
|
|
249
|
-
category: 'Line',
|
|
250
|
-
categoryCN: '线',
|
|
251
|
-
author: '阿广'
|
|
252
|
-
}, {
|
|
253
|
-
id: 35,
|
|
254
|
-
title: '全部',
|
|
255
|
-
name: 'all-line',
|
|
256
|
-
category: 'Line',
|
|
257
|
-
categoryCN: '线',
|
|
258
|
-
author: '阿广'
|
|
259
|
-
}, {
|
|
260
|
-
id: 36,
|
|
261
|
-
title: '权限',
|
|
262
|
-
name: 'permission-line',
|
|
263
|
-
category: 'Line',
|
|
264
|
-
categoryCN: '线',
|
|
265
|
-
author: '阿广'
|
|
266
|
-
}, {
|
|
267
|
-
id: 37,
|
|
268
|
-
title: '日历',
|
|
269
|
-
name: 'calendar-line',
|
|
270
|
-
category: 'Line',
|
|
271
|
-
categoryCN: '线',
|
|
272
|
-
author: '阿广'
|
|
273
|
-
}, {
|
|
274
|
-
id: 38,
|
|
275
|
-
title: '删除',
|
|
276
|
-
name: 'delete-line',
|
|
277
|
-
category: 'Line',
|
|
278
|
-
categoryCN: '线',
|
|
279
|
-
author: '阿广'
|
|
280
|
-
}, {
|
|
281
|
-
id: 39,
|
|
282
|
-
title: '闪电',
|
|
283
|
-
name: 'lightning-line',
|
|
284
|
-
category: 'Line',
|
|
285
|
-
categoryCN: '线',
|
|
286
|
-
author: '阿广'
|
|
287
|
-
}, {
|
|
288
|
-
id: 40,
|
|
289
|
-
title: '上传',
|
|
290
|
-
name: 'upload-line',
|
|
291
|
-
category: 'Line',
|
|
292
|
-
categoryCN: '线',
|
|
293
|
-
author: '阿广'
|
|
294
|
-
}, {
|
|
295
|
-
id: 41,
|
|
296
|
-
title: '设置-开关',
|
|
297
|
-
name: 'settings-switch-line',
|
|
298
|
-
category: 'Line',
|
|
299
|
-
categoryCN: '线',
|
|
300
|
-
author: '阿广'
|
|
301
|
-
}, {
|
|
302
|
-
id: 42,
|
|
303
|
-
title: '设置',
|
|
304
|
-
name: 'setting-line',
|
|
305
|
-
category: 'Line',
|
|
306
|
-
categoryCN: '线',
|
|
307
|
-
author: '阿广'
|
|
308
|
-
}, {
|
|
309
|
-
id: 43,
|
|
310
|
-
title: '视图',
|
|
311
|
-
name: 'view-line',
|
|
312
|
-
category: 'Line',
|
|
313
|
-
categoryCN: '线',
|
|
314
|
-
author: '阿广'
|
|
315
|
-
}, {
|
|
316
|
-
id: 44,
|
|
317
|
-
title: '收缩',
|
|
318
|
-
name: 'shrink-line',
|
|
319
|
-
category: 'Line',
|
|
320
|
-
categoryCN: '线',
|
|
321
|
-
author: '阿广'
|
|
322
|
-
}, {
|
|
323
|
-
id: 45,
|
|
324
|
-
title: '首页',
|
|
325
|
-
name: 'home-line',
|
|
326
|
-
category: 'Line',
|
|
327
|
-
categoryCN: '线',
|
|
328
|
-
author: '阿广'
|
|
329
|
-
}, {
|
|
330
|
-
id: 46,
|
|
331
|
-
title: '数据集',
|
|
332
|
-
name: 'dataset-line',
|
|
333
|
-
category: 'Line',
|
|
334
|
-
categoryCN: '线',
|
|
335
|
-
author: '阿广'
|
|
336
|
-
}, {
|
|
337
|
-
id: 47,
|
|
338
|
-
title: '数据空间',
|
|
339
|
-
name: 'data-space-line',
|
|
340
|
-
category: 'Line',
|
|
341
|
-
categoryCN: '线',
|
|
342
|
-
author: '阿广'
|
|
343
|
-
}, {
|
|
344
|
-
id: 48,
|
|
345
|
-
title: '数据库',
|
|
346
|
-
name: 'database-line',
|
|
347
|
-
category: 'Line',
|
|
348
|
-
categoryCN: '线',
|
|
349
|
-
author: '阿广'
|
|
350
|
-
}, {
|
|
351
|
-
id: 49,
|
|
352
|
-
title: '刷新',
|
|
353
|
-
name: 'refresh-line',
|
|
354
|
-
category: 'Line',
|
|
355
|
-
categoryCN: '线',
|
|
356
|
-
author: '阿广'
|
|
357
|
-
}, {
|
|
358
|
-
id: 50,
|
|
359
|
-
title: '搜索',
|
|
360
|
-
name: 'search-line',
|
|
361
|
-
category: 'Line',
|
|
362
|
-
categoryCN: '线',
|
|
363
|
-
author: '阿广'
|
|
364
|
-
}, {
|
|
365
|
-
id: 51,
|
|
366
|
-
title: '锁',
|
|
367
|
-
name: 'lock-line',
|
|
368
|
-
category: 'Line',
|
|
369
|
-
categoryCN: '线',
|
|
370
|
-
author: '阿广'
|
|
371
|
-
}, {
|
|
372
|
-
id: 52,
|
|
373
|
-
title: '添加',
|
|
374
|
-
name: 'add-line',
|
|
375
|
-
category: 'Line',
|
|
376
|
-
categoryCN: '线',
|
|
377
|
-
author: '阿广'
|
|
378
|
-
}, {
|
|
379
|
-
id: 53,
|
|
380
|
-
title: '添加-大号',
|
|
381
|
-
name: 'add-large-line',
|
|
382
|
-
category: 'Line',
|
|
383
|
-
categoryCN: '线',
|
|
384
|
-
author: '阿广'
|
|
385
|
-
}, {
|
|
386
|
-
id: 54,
|
|
387
|
-
title: '添加-中号',
|
|
388
|
-
name: 'add-middle-line',
|
|
389
|
-
category: 'Line',
|
|
390
|
-
categoryCN: '线',
|
|
391
|
-
author: '阿广'
|
|
392
|
-
}, {
|
|
393
|
-
id: 55,
|
|
394
|
-
title: '同步',
|
|
395
|
-
name: 'sync-line',
|
|
396
|
-
category: 'Line',
|
|
397
|
-
categoryCN: '线',
|
|
398
|
-
author: '阿广'
|
|
399
|
-
}, {
|
|
400
|
-
id: 56,
|
|
401
|
-
title: '同步刷新',
|
|
402
|
-
name: 'sync-refresh-line',
|
|
403
|
-
category: 'Line',
|
|
404
|
-
categoryCN: '线',
|
|
405
|
-
author: '阿广'
|
|
406
|
-
}, {
|
|
407
|
-
id: 57,
|
|
408
|
-
title: '团队',
|
|
409
|
-
name: 'team-line',
|
|
410
|
-
category: 'Line',
|
|
411
|
-
categoryCN: '线',
|
|
412
|
-
author: '阿广'
|
|
413
|
-
}, {
|
|
414
|
-
id: 58,
|
|
415
|
-
title: '文本',
|
|
416
|
-
name: 'text-line',
|
|
417
|
-
category: 'Line',
|
|
418
|
-
categoryCN: '线',
|
|
419
|
-
author: '阿广'
|
|
420
|
-
}, {
|
|
421
|
-
id: 59,
|
|
422
|
-
title: '文档',
|
|
423
|
-
name: 'document-line',
|
|
424
|
-
category: 'Line',
|
|
425
|
-
categoryCN: '线',
|
|
426
|
-
author: '阿广'
|
|
427
|
-
}, {
|
|
428
|
-
id: 60,
|
|
429
|
-
title: '文件',
|
|
430
|
-
name: 'file-line',
|
|
431
|
-
category: 'Line',
|
|
432
|
-
categoryCN: '线',
|
|
433
|
-
author: '阿广'
|
|
434
|
-
}, {
|
|
435
|
-
id: 61,
|
|
436
|
-
title: '文件夹',
|
|
437
|
-
name: 'folder-line',
|
|
438
|
-
category: 'Line',
|
|
439
|
-
categoryCN: '线',
|
|
440
|
-
author: '阿广'
|
|
441
|
-
}, {
|
|
442
|
-
id: 62,
|
|
443
|
-
title: '五角星',
|
|
444
|
-
name: 'star-line',
|
|
445
|
-
category: 'Line',
|
|
446
|
-
categoryCN: '线',
|
|
447
|
-
author: '阿广'
|
|
448
|
-
}, {
|
|
449
|
-
id: 63,
|
|
450
|
-
title: '下载',
|
|
451
|
-
name: 'download-line',
|
|
452
|
-
category: 'Line',
|
|
453
|
-
categoryCN: '线',
|
|
454
|
-
author: '阿广'
|
|
455
|
-
}, {
|
|
456
|
-
id: 64,
|
|
457
|
-
title: '斜杠-分割线',
|
|
458
|
-
name: 'slash-divider-line',
|
|
459
|
-
category: 'Line',
|
|
460
|
-
categoryCN: '线',
|
|
461
|
-
author: '阿广'
|
|
462
|
-
}, {
|
|
463
|
-
id: 65,
|
|
464
|
-
title: '新窗口',
|
|
465
|
-
name: 'new-windows-line',
|
|
466
|
-
category: 'Line',
|
|
467
|
-
categoryCN: '线',
|
|
468
|
-
author: '阿广'
|
|
469
|
-
}, {
|
|
470
|
-
id: 66,
|
|
471
|
-
title: '信息-圆形',
|
|
472
|
-
name: 'info-circle-line',
|
|
473
|
-
category: 'Line',
|
|
474
|
-
categoryCN: '线',
|
|
475
|
-
author: '阿广'
|
|
476
|
-
}, {
|
|
477
|
-
id: 67,
|
|
478
|
-
title: '眼睛-打开',
|
|
479
|
-
name: 'eye-on-line',
|
|
480
|
-
category: 'Line',
|
|
481
|
-
categoryCN: '线',
|
|
482
|
-
author: '阿广'
|
|
483
|
-
}, {
|
|
484
|
-
id: 68,
|
|
485
|
-
title: '眼睛-关闭',
|
|
486
|
-
name: 'eye-off-line',
|
|
487
|
-
category: 'Line',
|
|
488
|
-
categoryCN: '线',
|
|
489
|
-
author: '阿广'
|
|
490
|
-
}, {
|
|
491
|
-
id: 69,
|
|
492
|
-
title: '移动到',
|
|
493
|
-
name: 'move-line',
|
|
494
|
-
category: 'Line',
|
|
495
|
-
categoryCN: '线',
|
|
496
|
-
author: '阿广'
|
|
497
|
-
}, {
|
|
498
|
-
id: 70,
|
|
499
|
-
title: '隐藏',
|
|
500
|
-
name: 'hide-line',
|
|
501
|
-
category: 'Line',
|
|
502
|
-
categoryCN: '线',
|
|
503
|
-
author: '阿广'
|
|
504
|
-
}, {
|
|
505
|
-
id: 71,
|
|
506
|
-
title: '用户',
|
|
507
|
-
name: 'user-line',
|
|
508
|
-
category: 'Line',
|
|
509
|
-
categoryCN: '线',
|
|
510
|
-
author: '阿广'
|
|
511
|
-
}, {
|
|
512
|
-
id: 72,
|
|
513
|
-
title: '用户-圆形',
|
|
514
|
-
name: 'user-circle-line',
|
|
515
|
-
category: 'Line',
|
|
516
|
-
categoryCN: '线',
|
|
517
|
-
author: '阿广'
|
|
518
|
-
}, {
|
|
519
|
-
id: 73,
|
|
520
|
-
title: '优化',
|
|
521
|
-
name: 'optimize-line',
|
|
522
|
-
category: 'Line',
|
|
523
|
-
categoryCN: '线',
|
|
524
|
-
author: '阿广'
|
|
525
|
-
}, {
|
|
526
|
-
id: 74,
|
|
527
|
-
title: '右箭头-小号',
|
|
528
|
-
name: 'arrows-right-sm-line',
|
|
529
|
-
category: 'Line',
|
|
530
|
-
categoryCN: '线',
|
|
531
|
-
author: '阿广'
|
|
532
|
-
}, {
|
|
533
|
-
id: 75,
|
|
534
|
-
title: '至底',
|
|
535
|
-
name: 'to-bottom-line',
|
|
536
|
-
category: 'Line',
|
|
537
|
-
categoryCN: '线',
|
|
538
|
-
author: '阿广'
|
|
539
|
-
}, {
|
|
540
|
-
id: 76,
|
|
541
|
-
title: '至顶',
|
|
542
|
-
name: 'to-top-line',
|
|
543
|
-
category: 'Line',
|
|
544
|
-
categoryCN: '线',
|
|
545
|
-
author: '阿广'
|
|
546
|
-
}, {
|
|
547
|
-
id: 77,
|
|
548
|
-
title: '智能-聚合',
|
|
549
|
-
name: 'ai-column-line',
|
|
550
|
-
category: 'Line',
|
|
551
|
-
categoryCN: '线',
|
|
552
|
-
author: '阿广'
|
|
553
|
-
}, {
|
|
554
|
-
id: 78,
|
|
555
|
-
title: '智能-明细',
|
|
556
|
-
name: 'ai-lists-line',
|
|
557
|
-
category: 'Line',
|
|
558
|
-
categoryCN: '线',
|
|
559
|
-
author: '阿广'
|
|
560
|
-
}, {
|
|
561
|
-
id: 79,
|
|
562
|
-
title: '智能-模板',
|
|
563
|
-
name: 'ai-template-line',
|
|
564
|
-
category: 'Line',
|
|
565
|
-
categoryCN: '线',
|
|
566
|
-
author: '阿广'
|
|
567
|
-
}, {
|
|
568
|
-
id: 80,
|
|
569
|
-
title: '重命名',
|
|
570
|
-
name: 'rename-line',
|
|
571
|
-
category: 'Line',
|
|
572
|
-
categoryCN: '线',
|
|
573
|
-
author: '阿广'
|
|
574
|
-
}, {
|
|
575
|
-
id: 81,
|
|
576
|
-
title: '转发',
|
|
577
|
-
name: 'repost-line',
|
|
578
|
-
category: 'Line',
|
|
579
|
-
categoryCN: '线',
|
|
580
|
-
author: '阿广'
|
|
581
|
-
}, {
|
|
582
|
-
id: 82,
|
|
583
|
-
title: '字段-日期',
|
|
584
|
-
name: 'field-calendar-line',
|
|
585
|
-
category: 'Line',
|
|
586
|
-
categoryCN: '线',
|
|
587
|
-
author: '阿广'
|
|
588
|
-
}, {
|
|
589
|
-
id: 83,
|
|
590
|
-
title: '字段-数值',
|
|
591
|
-
name: 'field-numbers-line',
|
|
592
|
-
category: 'Line',
|
|
593
|
-
categoryCN: '线',
|
|
594
|
-
author: '阿广'
|
|
595
|
-
}, {
|
|
596
|
-
id: 84,
|
|
597
|
-
title: '字段-文本',
|
|
598
|
-
name: 'field-text-line',
|
|
599
|
-
category: 'Line',
|
|
600
|
-
categoryCN: '线',
|
|
601
|
-
author: '阿广'
|
|
602
|
-
}, {
|
|
603
|
-
id: 85,
|
|
604
|
-
title: '最大化',
|
|
605
|
-
name: 'maximize-line',
|
|
606
|
-
category: 'Line',
|
|
607
|
-
categoryCN: '线',
|
|
608
|
-
author: '阿广'
|
|
609
|
-
}, {
|
|
610
|
-
id: 86,
|
|
611
|
-
title: '转置',
|
|
612
|
-
name: 'transpose-line',
|
|
613
|
-
category: 'Line',
|
|
614
|
-
categoryCN: '线',
|
|
615
|
-
author: '阿广'
|
|
616
|
-
}, {
|
|
617
|
-
id: 87,
|
|
618
|
-
title: '过滤',
|
|
619
|
-
name: 'filter-line',
|
|
620
|
-
category: 'Line',
|
|
621
|
-
categoryCN: '线',
|
|
622
|
-
author: '阿广'
|
|
623
|
-
}, {
|
|
624
|
-
id: 88,
|
|
625
|
-
title: '行-风格',
|
|
626
|
-
name: 'rows-style-line',
|
|
627
|
-
category: 'Line',
|
|
628
|
-
categoryCN: '线',
|
|
629
|
-
author: '阿广'
|
|
630
|
-
}, {
|
|
631
|
-
id: 89,
|
|
632
|
-
title: '汇总',
|
|
633
|
-
name: 'groundby-line',
|
|
634
|
-
category: 'Line',
|
|
635
|
-
categoryCN: '线',
|
|
636
|
-
author: '阿广'
|
|
637
|
-
}, {
|
|
638
|
-
id: 90,
|
|
639
|
-
title: '拖拽',
|
|
640
|
-
name: 'drag-line',
|
|
641
|
-
category: 'Line',
|
|
642
|
-
categoryCN: '线',
|
|
643
|
-
author: '阿广'
|
|
644
|
-
}, {
|
|
645
|
-
id: 91,
|
|
646
|
-
title: '百分比',
|
|
647
|
-
name: 'percent-line',
|
|
648
|
-
category: 'Line',
|
|
649
|
-
categoryCN: '线',
|
|
650
|
-
author: '阿广'
|
|
651
|
-
}, {
|
|
652
|
-
id: 92,
|
|
653
|
-
title: '公式',
|
|
654
|
-
name: 'formula-line',
|
|
655
|
-
category: 'Line',
|
|
656
|
-
categoryCN: '线',
|
|
657
|
-
author: '阿广'
|
|
658
|
-
}, {
|
|
659
|
-
id: 93,
|
|
660
|
-
title: '上钻',
|
|
661
|
-
name: 'drill-up-line',
|
|
662
|
-
category: 'Line',
|
|
663
|
-
categoryCN: '线',
|
|
664
|
-
author: '阿广'
|
|
665
|
-
}, {
|
|
666
|
-
id: 94,
|
|
667
|
-
title: '下钻',
|
|
668
|
-
name: 'drill-down-line',
|
|
669
|
-
category: 'Line',
|
|
670
|
-
categoryCN: '线',
|
|
671
|
-
author: '阿广'
|
|
672
|
-
}, {
|
|
673
|
-
id: 95,
|
|
674
|
-
title: '移除',
|
|
675
|
-
name: 'remove-line',
|
|
676
|
-
category: 'Line',
|
|
677
|
-
categoryCN: '线',
|
|
678
|
-
author: '阿广'
|
|
679
|
-
}, {
|
|
680
|
-
id: 96,
|
|
681
|
-
title: '宫格',
|
|
682
|
-
name: 'grid-line',
|
|
683
|
-
category: 'Line',
|
|
684
|
-
categoryCN: '线',
|
|
685
|
-
author: '阿广'
|
|
686
|
-
}, {
|
|
687
|
-
id: 97,
|
|
688
|
-
title: '详情',
|
|
689
|
-
name: 'details-line',
|
|
690
|
-
category: 'Line',
|
|
691
|
-
categoryCN: '线',
|
|
692
|
-
author: '阿广'
|
|
693
|
-
}, {
|
|
694
|
-
id: 98,
|
|
695
|
-
title: '总计',
|
|
696
|
-
name: 'total-line',
|
|
697
|
-
category: 'Line',
|
|
698
|
-
categoryCN: '线',
|
|
699
|
-
author: '阿广'
|
|
700
|
-
}, {
|
|
701
|
-
id: 99,
|
|
702
|
-
title: '图片',
|
|
703
|
-
name: 'image-line',
|
|
704
|
-
category: 'Line',
|
|
705
|
-
categoryCN: '线',
|
|
706
|
-
author: '阿广'
|
|
707
|
-
}, {
|
|
708
|
-
id: 100,
|
|
709
|
-
title: '计算',
|
|
710
|
-
name: 'arithmetic-line',
|
|
711
|
-
category: 'Line',
|
|
712
|
-
categoryCN: '线',
|
|
713
|
-
author: '阿广'
|
|
714
|
-
}, {
|
|
715
|
-
id: 101,
|
|
716
|
-
title: '人民币-圆形',
|
|
717
|
-
name: 'cny-circle-line',
|
|
718
|
-
category: 'Line',
|
|
719
|
-
categoryCN: '线',
|
|
720
|
-
author: '阿广'
|
|
721
|
-
}, {
|
|
722
|
-
id: 102,
|
|
723
|
-
title: '智能切换',
|
|
724
|
-
name: 'arithmetic-smart-line',
|
|
725
|
-
category: 'Line',
|
|
726
|
-
categoryCN: '线',
|
|
727
|
-
author: '阿广'
|
|
728
|
-
}, {
|
|
729
|
-
id: 103,
|
|
730
|
-
title: '拆分-单元格',
|
|
731
|
-
name: 'split-cells-line',
|
|
732
|
-
category: 'Line',
|
|
733
|
-
categoryCN: '线',
|
|
734
|
-
author: '阿广'
|
|
735
|
-
}, {
|
|
736
|
-
id: 104,
|
|
737
|
-
title: '撤销',
|
|
738
|
-
name: 'undo-line',
|
|
739
|
-
category: 'Line',
|
|
740
|
-
categoryCN: '线',
|
|
741
|
-
author: '阿广'
|
|
742
|
-
}, {
|
|
743
|
-
id: 105,
|
|
744
|
-
title: '重做',
|
|
745
|
-
name: 'redo-line',
|
|
746
|
-
category: 'Line',
|
|
747
|
-
categoryCN: '线',
|
|
748
|
-
author: '阿广'
|
|
749
|
-
}, {
|
|
750
|
-
id: 106,
|
|
751
|
-
title: '手机',
|
|
752
|
-
name: 'phone-line',
|
|
753
|
-
category: 'Line',
|
|
754
|
-
categoryCN: '线',
|
|
755
|
-
author: '阿广'
|
|
756
|
-
}, {
|
|
757
|
-
id: 107,
|
|
758
|
-
title: '添加组织',
|
|
759
|
-
name: 'add-team-line',
|
|
760
|
-
category: 'Line',
|
|
761
|
-
categoryCN: '线',
|
|
762
|
-
author: '阿广'
|
|
763
|
-
}, {
|
|
764
|
-
id: 108,
|
|
765
|
-
title: '密码',
|
|
766
|
-
name: 'passcode-line',
|
|
767
|
-
category: 'Line',
|
|
768
|
-
categoryCN: '线',
|
|
769
|
-
author: '阿广'
|
|
770
|
-
}, {
|
|
771
|
-
id: 109,
|
|
772
|
-
title: '邀请用户',
|
|
773
|
-
name: 'invite-user-line',
|
|
774
|
-
category: 'Line',
|
|
775
|
-
categoryCN: '线',
|
|
776
|
-
author: '阿广'
|
|
777
|
-
}, {
|
|
778
|
-
id: 110,
|
|
779
|
-
title: '网络连接',
|
|
780
|
-
name: 'link-network-line',
|
|
781
|
-
category: 'Line',
|
|
782
|
-
categoryCN: '线',
|
|
783
|
-
author: '阿广'
|
|
784
|
-
}, {
|
|
785
|
-
id: 111,
|
|
786
|
-
title: '排除',
|
|
787
|
-
name: 'exclude-line',
|
|
788
|
-
category: 'Line',
|
|
789
|
-
categoryCN: '线',
|
|
790
|
-
author: '阿广'
|
|
791
|
-
}, {
|
|
792
|
-
id: 112,
|
|
793
|
-
title: '保留',
|
|
794
|
-
name: 'keeponly-line',
|
|
795
|
-
category: 'Line',
|
|
796
|
-
categoryCN: '线',
|
|
797
|
-
author: '阿广'
|
|
798
|
-
}, {
|
|
799
|
-
id: 113,
|
|
800
|
-
title: '结构-树',
|
|
801
|
-
name: 'structure-tree-line',
|
|
802
|
-
category: 'Line',
|
|
803
|
-
categoryCN: '线',
|
|
804
|
-
author: '阿广'
|
|
805
|
-
}, {
|
|
806
|
-
id: 114,
|
|
807
|
-
title: '结构-列',
|
|
808
|
-
name: 'structure-column-line',
|
|
809
|
-
category: 'Line',
|
|
810
|
-
categoryCN: '线',
|
|
811
|
-
author: '阿广'
|
|
812
|
-
}, {
|
|
813
|
-
id: 115,
|
|
814
|
-
title: 'vlookup',
|
|
815
|
-
name: 'vlookup-line',
|
|
816
|
-
category: 'Line',
|
|
817
|
-
categoryCN: '线',
|
|
818
|
-
author: '阿广'
|
|
819
|
-
}, {
|
|
820
|
-
id: 116,
|
|
821
|
-
title: '合并-方形',
|
|
822
|
-
name: 'merge-square-line',
|
|
823
|
-
category: 'Line',
|
|
824
|
-
categoryCN: '线',
|
|
825
|
-
author: '阿广'
|
|
826
|
-
}, {
|
|
827
|
-
id: 117,
|
|
828
|
-
title: '替换',
|
|
829
|
-
name: 'replace-line',
|
|
830
|
-
category: 'Line',
|
|
831
|
-
categoryCN: '线',
|
|
832
|
-
author: '阿广'
|
|
833
|
-
}, {
|
|
834
|
-
id: 118,
|
|
835
|
-
title: '添加到sql',
|
|
836
|
-
name: 'sql-addto-line',
|
|
837
|
-
category: 'Line',
|
|
838
|
-
categoryCN: '线',
|
|
839
|
-
author: '阿广'
|
|
840
|
-
}, {
|
|
841
|
-
id: 119,
|
|
842
|
-
title: '颜色',
|
|
843
|
-
name: 'color-line',
|
|
844
|
-
category: 'Line',
|
|
845
|
-
categoryCN: '线',
|
|
846
|
-
author: '阿广'
|
|
847
|
-
}, {
|
|
848
|
-
id: 120,
|
|
849
|
-
title: '排序',
|
|
850
|
-
name: 'sort-line',
|
|
851
|
-
category: 'Line',
|
|
852
|
-
categoryCN: '线',
|
|
853
|
-
author: '阿广'
|
|
854
|
-
}, {
|
|
855
|
-
id: 121,
|
|
856
|
-
title: '分组',
|
|
857
|
-
name: 'grouping-line',
|
|
858
|
-
category: 'Line',
|
|
859
|
-
categoryCN: '线',
|
|
860
|
-
author: '阿广'
|
|
861
|
-
}, {
|
|
862
|
-
id: 122,
|
|
863
|
-
title: '格式-显示',
|
|
864
|
-
name: 'format-show-line',
|
|
865
|
-
category: 'Line',
|
|
866
|
-
categoryCN: '线',
|
|
867
|
-
author: '阿广'
|
|
868
|
-
}, {
|
|
869
|
-
id: 123,
|
|
870
|
-
title: '连接-圆形',
|
|
871
|
-
name: 'join-circle-line',
|
|
872
|
-
category: 'Line',
|
|
873
|
-
categoryCN: '线',
|
|
874
|
-
author: '阿广'
|
|
875
|
-
}, {
|
|
876
|
-
id: 124,
|
|
877
|
-
title: '切换',
|
|
878
|
-
name: 'toggle-line',
|
|
879
|
-
category: 'Line',
|
|
880
|
-
categoryCN: '线',
|
|
881
|
-
author: '阿广'
|
|
882
|
-
}, {
|
|
883
|
-
id: 125,
|
|
884
|
-
title: '文章',
|
|
885
|
-
name: 'article-fill',
|
|
886
|
-
category: 'Fill',
|
|
887
|
-
categoryCN: '填充',
|
|
888
|
-
author: '阿广'
|
|
889
|
-
}, {
|
|
890
|
-
id: 126,
|
|
891
|
-
title: '存储',
|
|
892
|
-
name: 'storage-fill',
|
|
893
|
-
category: 'Fill',
|
|
894
|
-
categoryCN: '填充',
|
|
895
|
-
author: '阿广'
|
|
896
|
-
}, {
|
|
897
|
-
id: 127,
|
|
898
|
-
title: '点',
|
|
899
|
-
name: 'dot-fill',
|
|
900
|
-
category: 'Fill',
|
|
901
|
-
categoryCN: '填充',
|
|
902
|
-
author: '阿广'
|
|
903
|
-
}, {
|
|
904
|
-
id: 128,
|
|
905
|
-
title: '信息',
|
|
906
|
-
name: 'info-fill',
|
|
907
|
-
category: 'Fill',
|
|
908
|
-
categoryCN: '填充',
|
|
909
|
-
author: '阿广'
|
|
910
|
-
}, {
|
|
911
|
-
id: 129,
|
|
912
|
-
title: '闪电',
|
|
913
|
-
name: 'lightning-fill',
|
|
914
|
-
category: 'Fill',
|
|
915
|
-
categoryCN: '填充',
|
|
916
|
-
author: '阿广'
|
|
917
|
-
}, {
|
|
918
|
-
id: 130,
|
|
919
|
-
title: '文件夹_打开',
|
|
920
|
-
name: 'folder-open-fill',
|
|
921
|
-
category: 'Fill',
|
|
922
|
-
categoryCN: '填充',
|
|
923
|
-
author: '阿广'
|
|
924
|
-
}, {
|
|
925
|
-
id: 131,
|
|
926
|
-
title: '文件夹',
|
|
927
|
-
name: 'folder-fill',
|
|
928
|
-
category: 'Fill',
|
|
929
|
-
categoryCN: '填充',
|
|
930
|
-
author: '阿广'
|
|
931
|
-
}, {
|
|
932
|
-
id: 132,
|
|
933
|
-
title: '取消',
|
|
934
|
-
name: 'cancel-fill',
|
|
935
|
-
category: 'Fill',
|
|
936
|
-
categoryCN: '填充',
|
|
937
|
-
author: '阿广'
|
|
938
|
-
}, {
|
|
939
|
-
id: 133,
|
|
940
|
-
title: '更多',
|
|
941
|
-
name: 'more-fill',
|
|
942
|
-
category: 'Fill',
|
|
943
|
-
categoryCN: '填充',
|
|
944
|
-
author: '阿广'
|
|
945
|
-
}, {
|
|
946
|
-
id: 134,
|
|
947
|
-
title: '勾选',
|
|
948
|
-
name: 'check-fill',
|
|
949
|
-
category: 'Fill',
|
|
950
|
-
categoryCN: '填充',
|
|
951
|
-
author: '阿广'
|
|
952
|
-
}, {
|
|
953
|
-
id: 135,
|
|
954
|
-
title: '错误',
|
|
955
|
-
name: 'error-fill',
|
|
956
|
-
category: 'Fill',
|
|
957
|
-
categoryCN: '填充',
|
|
958
|
-
author: '阿广'
|
|
959
|
-
}, {
|
|
960
|
-
id: 136,
|
|
961
|
-
title: '播放',
|
|
962
|
-
name: 'play-fill',
|
|
963
|
-
category: 'Fill',
|
|
964
|
-
categoryCN: '填充',
|
|
965
|
-
author: '阿广'
|
|
966
|
-
}, {
|
|
967
|
-
id: 137,
|
|
968
|
-
title: '展开',
|
|
969
|
-
name: 'expand-fill',
|
|
970
|
-
category: 'Fill',
|
|
971
|
-
categoryCN: '填充',
|
|
972
|
-
author: '阿广'
|
|
973
|
-
}, {
|
|
974
|
-
id: 138,
|
|
975
|
-
title: '折叠',
|
|
976
|
-
name: 'fold-fill',
|
|
977
|
-
category: 'Fill',
|
|
978
|
-
categoryCN: '填充',
|
|
979
|
-
author: '阿广'
|
|
980
|
-
}, {
|
|
981
|
-
id: 139,
|
|
982
|
-
title: '五角星',
|
|
983
|
-
name: 'star-fill',
|
|
984
|
-
category: 'Fill',
|
|
985
|
-
categoryCN: '填充',
|
|
986
|
-
author: '阿广'
|
|
987
|
-
}, {
|
|
988
|
-
id: 140,
|
|
989
|
-
title: '个人空间-主导航',
|
|
990
|
-
name: 'space-user-nav',
|
|
991
|
-
category: 'MainNavigator',
|
|
992
|
-
categoryCN: '主导航',
|
|
993
|
-
author: ''
|
|
994
|
-
}, {
|
|
995
|
-
id: 141,
|
|
996
|
-
title: '团队空间-主导航',
|
|
997
|
-
name: 'space-team-nav',
|
|
998
|
-
category: 'MainNavigator',
|
|
999
|
-
categoryCN: '主导航',
|
|
1000
|
-
author: ''
|
|
1001
|
-
}, {
|
|
1002
|
-
id: 142,
|
|
1003
|
-
title: '分享-主导航',
|
|
1004
|
-
name: 'repost-nav',
|
|
1005
|
-
category: 'MainNavigator',
|
|
1006
|
-
categoryCN: '主导航',
|
|
1007
|
-
author: ''
|
|
1008
|
-
}, {
|
|
1009
|
-
id: 143,
|
|
1010
|
-
title: '用户-主导航',
|
|
1011
|
-
name: 'user-nav',
|
|
1012
|
-
category: 'MainNavigator',
|
|
1013
|
-
categoryCN: '主导航',
|
|
1014
|
-
author: ''
|
|
1015
|
-
}, {
|
|
1016
|
-
id: 144,
|
|
1017
|
-
title: '帮助-圆形-主导航',
|
|
1018
|
-
name: 'help-circle-nav',
|
|
1019
|
-
category: 'MainNavigator',
|
|
1020
|
-
categoryCN: '主导航',
|
|
1021
|
-
author: ''
|
|
1022
|
-
}, {
|
|
1023
|
-
id: 145,
|
|
1024
|
-
title: '数据源-主导航',
|
|
1025
|
-
name: 'datasource-nav',
|
|
1026
|
-
category: 'MainNavigator',
|
|
1027
|
-
categoryCN: '主导航',
|
|
1028
|
-
author: ''
|
|
1029
|
-
}, {
|
|
1030
|
-
id: 146,
|
|
1031
|
-
title: '转发-主导航',
|
|
1032
|
-
name: 'forward-nav',
|
|
1033
|
-
category: 'MainNavigator',
|
|
1034
|
-
categoryCN: '主导航',
|
|
1035
|
-
author: ''
|
|
1036
|
-
}, {
|
|
1037
|
-
id: 147,
|
|
1038
|
-
title: '时钟-历史-主导航',
|
|
1039
|
-
name: 'clock-history-nav',
|
|
1040
|
-
category: 'MainNavigator',
|
|
1041
|
-
categoryCN: '主导航',
|
|
1042
|
-
author: ''
|
|
1043
|
-
}, {
|
|
1044
|
-
id: 148,
|
|
1045
|
-
title: '模板-主导航',
|
|
1046
|
-
name: 'template-nav',
|
|
1047
|
-
category: 'MainNavigator',
|
|
1048
|
-
categoryCN: '主导航',
|
|
1049
|
-
author: ''
|
|
1050
|
-
}, {
|
|
1051
|
-
id: 149,
|
|
1052
|
-
title: '设置-主导航',
|
|
1053
|
-
name: 'setting-nav',
|
|
1054
|
-
category: 'MainNavigator',
|
|
1055
|
-
categoryCN: '主导航',
|
|
1056
|
-
author: ''
|
|
1057
|
-
}, {
|
|
1058
|
-
id: 150,
|
|
1059
|
-
title: '五角星-主导航',
|
|
1060
|
-
name: 'star-nav',
|
|
1061
|
-
category: 'MainNavigator',
|
|
1062
|
-
categoryCN: '主导航',
|
|
1063
|
-
author: ''
|
|
1064
|
-
}, {
|
|
1065
|
-
id: 151,
|
|
1066
|
-
title: '首页-主导航',
|
|
1067
|
-
name: 'home-nav',
|
|
1068
|
-
category: 'MainNavigator',
|
|
1069
|
-
categoryCN: '主导航',
|
|
1070
|
-
author: ''
|
|
1071
|
-
}, {
|
|
1072
|
-
id: 152,
|
|
1073
|
-
title: '团队-主导航',
|
|
1074
|
-
name: 'team-nav',
|
|
1075
|
-
category: 'MainNavigator',
|
|
1076
|
-
categoryCN: '主导航',
|
|
1077
|
-
author: ''
|
|
1078
|
-
}, {
|
|
1079
|
-
id: 153,
|
|
1080
|
-
title: '组件-详情-主导航',
|
|
1081
|
-
name: 'component-info-nav',
|
|
1082
|
-
category: 'MainNavigator',
|
|
1083
|
-
categoryCN: '主导航',
|
|
1084
|
-
author: '阿广'
|
|
1085
|
-
}, {
|
|
1086
|
-
id: 154,
|
|
1087
|
-
title: '添加-图标-主导航',
|
|
1088
|
-
name: 'add-chart-nav',
|
|
1089
|
-
category: 'MainNavigator',
|
|
1090
|
-
categoryCN: '主导航',
|
|
1091
|
-
author: '阿广'
|
|
1092
|
-
}, {
|
|
1093
|
-
id: 155,
|
|
1094
|
-
title: '添加-过滤-主导航',
|
|
1095
|
-
name: 'add-filter-nav',
|
|
1096
|
-
category: 'MainNavigator',
|
|
1097
|
-
categoryCN: '主导航',
|
|
1098
|
-
author: '阿广'
|
|
1099
|
-
}, {
|
|
1100
|
-
id: 156,
|
|
1101
|
-
title: '血缘-主导航',
|
|
1102
|
-
name: 'lineage-nav',
|
|
1103
|
-
category: 'MainNavigator',
|
|
1104
|
-
categoryCN: '主导航',
|
|
1105
|
-
author: '阿广'
|
|
1106
|
-
}, {
|
|
1107
|
-
id: 157,
|
|
1108
|
-
title: '添加-其他-主导航',
|
|
1109
|
-
name: 'add-other-nav',
|
|
1110
|
-
category: 'MainNavigator',
|
|
1111
|
-
categoryCN: '主导航',
|
|
1112
|
-
author: '阿广'
|
|
1113
|
-
}, {
|
|
1114
|
-
id: 158,
|
|
1115
|
-
title: '勾选-圆形-双色',
|
|
1116
|
-
name: 'check-circle-duotone',
|
|
1117
|
-
category: 'Duotone',
|
|
1118
|
-
categoryCN: '双色',
|
|
1119
|
-
author: '阿广'
|
|
1120
|
-
}, {
|
|
1121
|
-
id: 159,
|
|
1122
|
-
title: '列-打开-双色',
|
|
1123
|
-
name: 'column-on-duotone',
|
|
1124
|
-
category: 'Duotone',
|
|
1125
|
-
categoryCN: '双色',
|
|
1126
|
-
author: '阿广'
|
|
1127
|
-
}, {
|
|
1128
|
-
id: 160,
|
|
1129
|
-
title: '列-关闭-双色',
|
|
1130
|
-
name: 'column-off-duotone',
|
|
1131
|
-
category: 'Duotone',
|
|
1132
|
-
categoryCN: '双色',
|
|
1133
|
-
author: '阿广'
|
|
1134
|
-
}, {
|
|
1135
|
-
id: 161,
|
|
1136
|
-
title: '表格-打开-双色',
|
|
1137
|
-
name: 'table-on-duotone',
|
|
1138
|
-
category: 'Duotone',
|
|
1139
|
-
categoryCN: '双色',
|
|
1140
|
-
author: '阿广'
|
|
1141
|
-
}, {
|
|
1142
|
-
id: 162,
|
|
1143
|
-
title: '表格-关闭-双色',
|
|
1144
|
-
name: 'table-off-duotone',
|
|
1145
|
-
category: 'Duotone',
|
|
1146
|
-
categoryCN: '双色',
|
|
1147
|
-
author: '阿广'
|
|
1148
|
-
}, {
|
|
1149
|
-
id: 163,
|
|
1150
|
-
title: '增加小数',
|
|
1151
|
-
name: 'increase-the-scale-duotone',
|
|
1152
|
-
category: 'Duotone',
|
|
1153
|
-
categoryCN: '双色',
|
|
1154
|
-
author: '阿广'
|
|
1155
|
-
}, {
|
|
1156
|
-
id: 164,
|
|
1157
|
-
title: '减少小数位-双色',
|
|
1158
|
-
name: 'reduce-decimal-places-duotone',
|
|
1159
|
-
category: 'Duotone',
|
|
1160
|
-
categoryCN: '双色',
|
|
1161
|
-
author: '阿广'
|
|
1162
|
-
}, {
|
|
1163
|
-
id: 165,
|
|
1164
|
-
title: '日期-转换-双色',
|
|
1165
|
-
name: 'date-convert-duotone',
|
|
1166
|
-
category: 'Duotone',
|
|
1167
|
-
categoryCN: '双色',
|
|
1168
|
-
author: '阿广'
|
|
1169
|
-
}, {
|
|
1170
|
-
id: 166,
|
|
1171
|
-
title: '日期-裁剪-双色',
|
|
1172
|
-
name: 'data-crop-duotone',
|
|
1173
|
-
category: 'Duotone',
|
|
1174
|
-
categoryCN: '双色',
|
|
1175
|
-
author: '阿广'
|
|
1176
|
-
}, {
|
|
1177
|
-
id: 167,
|
|
1178
|
-
title: '警告-圆形-双色',
|
|
1179
|
-
name: 'alert-circle-duotone',
|
|
1180
|
-
category: 'Duotone',
|
|
1181
|
-
categoryCN: '双色',
|
|
1182
|
-
author: '阿广'
|
|
1183
|
-
}, {
|
|
1184
|
-
id: 168,
|
|
1185
|
-
title: '排序-升序',
|
|
1186
|
-
name: 'sort-amount-up-duotone',
|
|
1187
|
-
category: 'Duotone',
|
|
1188
|
-
categoryCN: '双色',
|
|
1189
|
-
author: '阿广'
|
|
1190
|
-
}, {
|
|
1191
|
-
id: 169,
|
|
1192
|
-
title: '排序-降序',
|
|
1193
|
-
name: 'sort-amount-down-duotone',
|
|
1194
|
-
category: 'Duotone',
|
|
1195
|
-
categoryCN: '双色',
|
|
1196
|
-
author: '阿广'
|
|
1197
|
-
}, {
|
|
1198
|
-
id: 170,
|
|
1199
|
-
title: '已过滤',
|
|
1200
|
-
name: 'filtered-duotone',
|
|
1201
|
-
category: 'Duotone',
|
|
1202
|
-
categoryCN: '双色',
|
|
1203
|
-
author: '阿广'
|
|
1204
|
-
}, {
|
|
1205
|
-
id: 171,
|
|
1206
|
-
title: '分组-展开',
|
|
1207
|
-
name: 'group-expand-duotone',
|
|
1208
|
-
category: 'Duotone',
|
|
1209
|
-
categoryCN: '双色',
|
|
1210
|
-
author: '阿广'
|
|
1211
|
-
}, {
|
|
1212
|
-
id: 172,
|
|
1213
|
-
title: '分组-折叠',
|
|
1214
|
-
name: 'group-fold-duotone',
|
|
1215
|
-
category: 'Duotone',
|
|
1216
|
-
categoryCN: '双色',
|
|
1217
|
-
author: '阿广'
|
|
1218
|
-
}, {
|
|
1219
|
-
id: 173,
|
|
1220
|
-
title: '添加-圆形',
|
|
1221
|
-
name: 'add-circle-duotone',
|
|
1222
|
-
category: 'Duotone',
|
|
1223
|
-
categoryCN: '双色',
|
|
1224
|
-
author: '阿广'
|
|
1225
|
-
}, {
|
|
1226
|
-
id: 174,
|
|
1227
|
-
title: '取消-圆形',
|
|
1228
|
-
name: 'cancel-circle-duotone',
|
|
1229
|
-
category: 'Duotone',
|
|
1230
|
-
categoryCN: '双色',
|
|
1231
|
-
author: '阿广'
|
|
1232
|
-
}, {
|
|
1233
|
-
id: 175,
|
|
1234
|
-
title: 'hive',
|
|
1235
|
-
name: 'hive-source',
|
|
1236
|
-
category: 'DataSource',
|
|
1237
|
-
categoryCN: '数据源平台',
|
|
1238
|
-
author: '阿广'
|
|
1239
|
-
}, {
|
|
1240
|
-
id: 176,
|
|
1241
|
-
title: 'mysql',
|
|
1242
|
-
name: 'mysql-source',
|
|
1243
|
-
category: 'DataSource',
|
|
1244
|
-
categoryCN: '数据源平台',
|
|
1245
|
-
author: '阿广'
|
|
1246
|
-
}, {
|
|
1247
|
-
id: 177,
|
|
1248
|
-
title: 'PostgreSQL',
|
|
1249
|
-
name: 'postgresql-source',
|
|
1250
|
-
category: 'DataSource',
|
|
1251
|
-
categoryCN: '数据源平台',
|
|
1252
|
-
author: '阿广'
|
|
1253
|
-
}, {
|
|
1254
|
-
id: 178,
|
|
1255
|
-
title: '分组条形图',
|
|
1256
|
-
name: 'grouped-bar-horizontal-chart',
|
|
1257
|
-
category: 'Chart',
|
|
1258
|
-
categoryCN: '图表',
|
|
1259
|
-
author: '阿广'
|
|
1260
|
-
}, {
|
|
1261
|
-
id: 179,
|
|
1262
|
-
title: '百分比柱状体',
|
|
1263
|
-
name: 'percentage-bar-vertical-chart',
|
|
1264
|
-
category: 'Chart',
|
|
1265
|
-
categoryCN: '图表',
|
|
1266
|
-
author: '阿广'
|
|
1267
|
-
}, {
|
|
1268
|
-
id: 180,
|
|
1269
|
-
title: '堆叠条形图',
|
|
1270
|
-
name: 'stacked-bar-horizontal-chart',
|
|
1271
|
-
category: 'Chart',
|
|
1272
|
-
categoryCN: '图表',
|
|
1273
|
-
author: '阿广'
|
|
1274
|
-
}, {
|
|
1275
|
-
id: 181,
|
|
1276
|
-
title: '折线图',
|
|
1277
|
-
name: 'line-chart',
|
|
1278
|
-
category: 'Chart',
|
|
1279
|
-
categoryCN: '图表',
|
|
1280
|
-
author: '阿广'
|
|
1281
|
-
}, {
|
|
1282
|
-
id: 182,
|
|
1283
|
-
title: '环形图',
|
|
1284
|
-
name: 'donut-chart',
|
|
1285
|
-
category: 'Chart',
|
|
1286
|
-
categoryCN: '图表',
|
|
1287
|
-
author: '阿广'
|
|
1288
|
-
}, {
|
|
1289
|
-
id: 183,
|
|
1290
|
-
title: '饼图',
|
|
1291
|
-
name: 'pie-chart',
|
|
1292
|
-
category: 'Chart',
|
|
1293
|
-
categoryCN: '图表',
|
|
1294
|
-
author: '阿广'
|
|
1295
|
-
}, {
|
|
1296
|
-
id: 184,
|
|
1297
|
-
title: '透视图',
|
|
1298
|
-
name: 'pivot-table-chart',
|
|
1299
|
-
category: 'Chart',
|
|
1300
|
-
categoryCN: '图表',
|
|
1301
|
-
author: '阿广'
|
|
1302
|
-
}, {
|
|
1303
|
-
id: 185,
|
|
1304
|
-
title: '堆叠柱形图',
|
|
1305
|
-
name: 'stacked-bar-vertical-chart',
|
|
1306
|
-
category: 'Chart',
|
|
1307
|
-
categoryCN: '图表',
|
|
1308
|
-
author: '阿广'
|
|
1309
|
-
}, {
|
|
1310
|
-
id: 186,
|
|
1311
|
-
title: '组合图',
|
|
1312
|
-
name: 'combo-chart',
|
|
1313
|
-
category: 'Chart',
|
|
1314
|
-
categoryCN: '图表',
|
|
1315
|
-
author: '阿广'
|
|
1316
|
-
}, {
|
|
1317
|
-
id: 187,
|
|
1318
|
-
title: '表格',
|
|
1319
|
-
name: 'table-chart',
|
|
1320
|
-
category: 'Chart',
|
|
1321
|
-
categoryCN: '图表',
|
|
1322
|
-
author: '阿广'
|
|
1323
|
-
}, {
|
|
1324
|
-
id: 188,
|
|
1325
|
-
title: '指标卡',
|
|
1326
|
-
name: 'statistic-card-chart',
|
|
1327
|
-
category: 'Chart',
|
|
1328
|
-
categoryCN: '图表',
|
|
1329
|
-
author: '阿广'
|
|
1330
|
-
}, {
|
|
1331
|
-
id: 189,
|
|
1332
|
-
title: '百分比条形图',
|
|
1333
|
-
name: 'percentage-bar-horizontal-chart',
|
|
1334
|
-
category: 'Chart',
|
|
1335
|
-
categoryCN: '图表',
|
|
1336
|
-
author: '阿广'
|
|
1337
|
-
}, {
|
|
1338
|
-
id: 190,
|
|
1339
|
-
title: '分组柱状图',
|
|
1340
|
-
name: 'grouped-bar-vertical-chart',
|
|
1341
|
-
category: 'Chart',
|
|
1342
|
-
categoryCN: '图表',
|
|
1343
|
-
author: '阿广'
|
|
1344
|
-
}, {
|
|
1345
|
-
id: 191,
|
|
1346
|
-
title: '添加-图标',
|
|
1347
|
-
name: 'add-chart',
|
|
1348
|
-
category: 'Chart',
|
|
1349
|
-
categoryCN: '填充',
|
|
1350
|
-
author: '阿广'
|
|
1351
|
-
}, {
|
|
1352
|
-
id: 192,
|
|
1353
|
-
title: '空态',
|
|
1354
|
-
name: 'empty-empty',
|
|
1355
|
-
category: 'Empty',
|
|
1356
|
-
categoryCN: '空态',
|
|
1357
|
-
author: '阿广'
|
|
1358
|
-
}, {
|
|
1359
|
-
id: 193,
|
|
1360
|
-
title: '环形图为空',
|
|
1361
|
-
name: 'donut-chart-empty',
|
|
1362
|
-
category: 'Empty',
|
|
1363
|
-
categoryCN: '空态',
|
|
1364
|
-
author: '阿广'
|
|
1365
|
-
}, {
|
|
1366
|
-
id: 194,
|
|
1367
|
-
title: '组合为空',
|
|
1368
|
-
name: 'combo-chart-empty',
|
|
1369
|
-
category: 'Empty',
|
|
1370
|
-
categoryCN: '空态',
|
|
1371
|
-
author: '阿广'
|
|
1372
|
-
}, {
|
|
1373
|
-
id: 195,
|
|
1374
|
-
title: '百分比柱状图为空',
|
|
1375
|
-
name: 'percentage-bar-vertical-chart-empty',
|
|
1376
|
-
category: 'Empty',
|
|
1377
|
-
categoryCN: '空态',
|
|
1378
|
-
author: '阿广'
|
|
1379
|
-
}, {
|
|
1380
|
-
id: 196,
|
|
1381
|
-
title: '堆叠柱状图为空',
|
|
1382
|
-
name: 'stacked-bar-vertical-chart-empty',
|
|
1383
|
-
category: 'Empty',
|
|
1384
|
-
categoryCN: '空态',
|
|
1385
|
-
author: '阿广'
|
|
1386
|
-
}, {
|
|
1387
|
-
id: 197,
|
|
1388
|
-
title: '饼状图为空',
|
|
1389
|
-
name: 'pie-chart-empty',
|
|
1390
|
-
category: 'Empty',
|
|
1391
|
-
categoryCN: '空态',
|
|
1392
|
-
author: '阿广'
|
|
1393
|
-
}, {
|
|
1394
|
-
id: 198,
|
|
1395
|
-
title: '百分比条形图为空',
|
|
1396
|
-
name: 'percentage-bar-horizontal-chart-empty',
|
|
1397
|
-
category: 'Empty',
|
|
1398
|
-
categoryCN: '空态',
|
|
1399
|
-
author: '阿广'
|
|
1400
|
-
}, {
|
|
1401
|
-
id: 199,
|
|
1402
|
-
title: '表格为空',
|
|
1403
|
-
name: 'table-empty',
|
|
1404
|
-
category: 'Empty',
|
|
1405
|
-
categoryCN: '空态',
|
|
1406
|
-
author: '阿广'
|
|
1407
|
-
}, {
|
|
1408
|
-
id: 200,
|
|
1409
|
-
title: '分组柱状图为空',
|
|
1410
|
-
name: 'grouped-bar-vertical-chart-empty',
|
|
1411
|
-
category: 'Empty',
|
|
1412
|
-
categoryCN: '空态',
|
|
1413
|
-
author: '阿广'
|
|
1414
|
-
}, {
|
|
1415
|
-
id: 201,
|
|
1416
|
-
title: '堆叠条形图为空',
|
|
1417
|
-
name: 'stacked-bar-horizontal-chart-empty',
|
|
1418
|
-
category: 'Empty',
|
|
1419
|
-
categoryCN: '空态',
|
|
1420
|
-
author: '阿广'
|
|
1421
|
-
}, {
|
|
1422
|
-
id: 202,
|
|
1423
|
-
title: '分组条形图为空',
|
|
1424
|
-
name: 'grouped-bar-horizontal-chart-empty',
|
|
1425
|
-
category: 'Empty',
|
|
1426
|
-
categoryCN: '空态',
|
|
1427
|
-
author: '阿广'
|
|
1428
|
-
}, {
|
|
1429
|
-
id: 203,
|
|
1430
|
-
title: '折线图为空',
|
|
1431
|
-
name: 'line-chart-empty',
|
|
1432
|
-
category: 'Empty',
|
|
1433
|
-
categoryCN: '空态',
|
|
1434
|
-
author: '阿广'
|
|
1435
|
-
}, {
|
|
1436
|
-
id: 204,
|
|
1437
|
-
title: '指标卡为空',
|
|
1438
|
-
name: 'statistic-card-empty',
|
|
1439
|
-
category: 'Empty',
|
|
1440
|
-
categoryCN: '空态',
|
|
1441
|
-
author: '阿广'
|
|
1442
|
-
}, {
|
|
1443
|
-
id: 205,
|
|
1444
|
-
title: '透视图为空',
|
|
1445
|
-
name: 'pivot-table-empty',
|
|
1446
|
-
category: 'Empty',
|
|
1447
|
-
categoryCN: '空态',
|
|
1448
|
-
author: '阿广'
|
|
1449
|
-
}, {
|
|
1450
|
-
id: 206,
|
|
1451
|
-
title: '来源数据为空',
|
|
1452
|
-
name: 'source-data-empty',
|
|
1453
|
-
category: 'Empty',
|
|
1454
|
-
categoryCN: '空态',
|
|
1455
|
-
author: '阿广'
|
|
1456
|
-
}, {
|
|
1457
|
-
id: 207,
|
|
1458
|
-
title: '来源数据为空',
|
|
1459
|
-
name: 'source-data-empty-line',
|
|
1460
|
-
category: 'Line',
|
|
1461
|
-
categoryCN: '线',
|
|
1462
|
-
author: '阿广'
|
|
1463
|
-
}, {
|
|
1464
|
-
id: 208,
|
|
1465
|
-
title: '添加汇总-线性',
|
|
1466
|
-
name: 'add-formula-line',
|
|
1467
|
-
category: 'Line',
|
|
1468
|
-
categoryCN: '线',
|
|
1469
|
-
author: '阿广'
|
|
1470
|
-
}, {
|
|
1471
|
-
id: 209,
|
|
1472
|
-
title: '空-线性',
|
|
1473
|
-
name: 'empty-line',
|
|
1474
|
-
category: 'Line',
|
|
1475
|
-
categoryCN: '线',
|
|
1476
|
-
author: '阿广'
|
|
1477
|
-
}, {
|
|
1478
|
-
id: 210,
|
|
1479
|
-
title: '抽取-线性',
|
|
1480
|
-
name: 'extraction-line',
|
|
1481
|
-
category: 'Line',
|
|
1482
|
-
categoryCN: '线',
|
|
1483
|
-
author: '阿广'
|
|
1484
|
-
}, {
|
|
1485
|
-
id: 211,
|
|
1486
|
-
title: '更多-竖线',
|
|
1487
|
-
name: 'more-vertical-line',
|
|
1488
|
-
category: 'Line',
|
|
1489
|
-
categoryCN: '线',
|
|
1490
|
-
author: '阿广'
|
|
1491
|
-
}, {
|
|
1492
|
-
id: 212,
|
|
1493
|
-
title: '退出',
|
|
1494
|
-
name: 'log-out-line',
|
|
1495
|
-
category: 'Line',
|
|
1496
|
-
categoryCN: '线',
|
|
1497
|
-
author: '阿广'
|
|
1498
|
-
}, {
|
|
1499
|
-
id: 213,
|
|
1500
|
-
title: '移除-圆形',
|
|
1501
|
-
name: 'remove-circle-line',
|
|
1502
|
-
category: 'Line',
|
|
1503
|
-
categoryCN: '线',
|
|
1504
|
-
author: '阿广'
|
|
1505
|
-
}, {
|
|
1506
|
-
id: 214,
|
|
1507
|
-
title: '数据源',
|
|
1508
|
-
name: 'datasource-line',
|
|
1509
|
-
category: 'Line',
|
|
1510
|
-
categoryCN: '线',
|
|
1511
|
-
author: '阿广'
|
|
1512
|
-
}, {
|
|
1513
|
-
id: 215,
|
|
1514
|
-
title: '函数-多色',
|
|
1515
|
-
name: 'fx-duotone-line',
|
|
1516
|
-
category: 'Line',
|
|
1517
|
-
categoryCN: '线',
|
|
1518
|
-
author: '阿广'
|
|
1519
|
-
}, {
|
|
1520
|
-
id: 216,
|
|
1521
|
-
title: 'SQL-线',
|
|
1522
|
-
name: 'sql-line',
|
|
1523
|
-
category: 'line',
|
|
1524
|
-
categoryCN: '线',
|
|
1525
|
-
author: '阿广'
|
|
1526
|
-
}, {
|
|
1527
|
-
id: 217,
|
|
1528
|
-
title: '数值范围',
|
|
1529
|
-
name: 'numerical-range-chart',
|
|
1530
|
-
category: 'Chart',
|
|
1531
|
-
categoryCN: '图标',
|
|
1532
|
-
author: '阿广'
|
|
1533
|
-
}, {
|
|
1534
|
-
id: 218,
|
|
1535
|
-
title: '日期范围',
|
|
1536
|
-
name: 'date-range-chart',
|
|
1537
|
-
category: 'Chart',
|
|
1538
|
-
categoryCN: '图标',
|
|
1539
|
-
author: '阿广'
|
|
1540
|
-
}, {
|
|
1541
|
-
id: 219,
|
|
1542
|
-
title: '输入框',
|
|
1543
|
-
name: 'input-chart',
|
|
1544
|
-
category: 'Chart',
|
|
1545
|
-
categoryCN: '图标',
|
|
1546
|
-
author: '阿广'
|
|
1547
|
-
}, {
|
|
1548
|
-
id: 220,
|
|
1549
|
-
title: '日期',
|
|
1550
|
-
name: 'date-chart',
|
|
1551
|
-
category: 'Chart',
|
|
1552
|
-
categoryCN: '图标',
|
|
1553
|
-
author: '阿广'
|
|
1554
|
-
}, {
|
|
1555
|
-
id: 221,
|
|
1556
|
-
title: '下拉菜单',
|
|
1557
|
-
name: 'dropdown-chart',
|
|
1558
|
-
category: 'Chart',
|
|
1559
|
-
categoryCN: '图标',
|
|
1560
|
-
author: '阿广'
|
|
1561
|
-
}, {
|
|
1562
|
-
id: 222,
|
|
1563
|
-
title: 'Y-左侧',
|
|
1564
|
-
name: 'y-left-duotone',
|
|
1565
|
-
category: 'Duotone',
|
|
1566
|
-
categoryCN: '双色',
|
|
1567
|
-
author: '阿广'
|
|
1568
|
-
}, {
|
|
1569
|
-
id: 223,
|
|
1570
|
-
title: 'Y-右侧',
|
|
1571
|
-
name: 'y-right-duotone',
|
|
1572
|
-
category: 'Duotone',
|
|
1573
|
-
categoryCN: '双色',
|
|
1574
|
-
author: '阿广'
|
|
1575
|
-
}, {
|
|
1576
|
-
id: 224,
|
|
1577
|
-
title: '左箭头-双线',
|
|
1578
|
-
name: 'arrows-left-double-line',
|
|
1579
|
-
category: 'Line',
|
|
1580
|
-
categoryCN: '线',
|
|
1581
|
-
author: '阿广'
|
|
1582
|
-
}, {
|
|
1583
|
-
id: 225,
|
|
1584
|
-
title: '右箭头-双线',
|
|
1585
|
-
name: 'arrows-right-double-line',
|
|
1586
|
-
category: 'Line',
|
|
1587
|
-
categoryCN: '线',
|
|
1588
|
-
author: '阿广'
|
|
1589
|
-
}, {
|
|
1590
|
-
id: 226,
|
|
1591
|
-
title: '布尔-线性',
|
|
1592
|
-
name: 'boolean-line',
|
|
1593
|
-
category: 'Line',
|
|
1594
|
-
categoryCN: '线',
|
|
1595
|
-
author: '阿广'
|
|
1596
|
-
}];
|
|
1597
|
-
exports.default = _default;
|