@aloudata/aloudata-design 0.4.0-beta.9 → 0.4.0
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/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/index.js +2 -0
- package/dist/Menu/style/index.less +53 -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 +222 -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 +28 -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 +8 -0
- package/dist/Tree/index.js +18 -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.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/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.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/index.less +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/{es → dist}/Upload/index.d.ts +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
|
@@ -0,0 +1,1443 @@
|
|
|
1
|
+
export default [{
|
|
2
|
+
"id": 0,
|
|
3
|
+
"title": "新窗口-线性",
|
|
4
|
+
"name": "new-windows-line",
|
|
5
|
+
"category": "Line",
|
|
6
|
+
"categoryCN": "线性",
|
|
7
|
+
"author": "阿广"
|
|
8
|
+
}, {
|
|
9
|
+
"id": 1,
|
|
10
|
+
"title": "勾选-线性",
|
|
11
|
+
"name": "check-line",
|
|
12
|
+
"category": "Line",
|
|
13
|
+
"categoryCN": "线性",
|
|
14
|
+
"author": "阿广"
|
|
15
|
+
}, {
|
|
16
|
+
"id": 2,
|
|
17
|
+
"title": "圆点-填充",
|
|
18
|
+
"name": "dot-fill",
|
|
19
|
+
"category": "Fill",
|
|
20
|
+
"categoryCN": "填充",
|
|
21
|
+
"author": "阿广"
|
|
22
|
+
}, {
|
|
23
|
+
"id": 3,
|
|
24
|
+
"title": "错误-圆形-线性",
|
|
25
|
+
"name": "error-circle-line",
|
|
26
|
+
"category": "Line",
|
|
27
|
+
"categoryCN": "线性",
|
|
28
|
+
"author": "阿广"
|
|
29
|
+
}, {
|
|
30
|
+
"id": 4,
|
|
31
|
+
"title": "勾选-圆形-线性",
|
|
32
|
+
"name": "check-circle-line",
|
|
33
|
+
"category": "Line",
|
|
34
|
+
"categoryCN": "线性",
|
|
35
|
+
"author": "阿广"
|
|
36
|
+
}, {
|
|
37
|
+
"id": 5,
|
|
38
|
+
"title": "列表-线性",
|
|
39
|
+
"name": "lists-line",
|
|
40
|
+
"category": "Line",
|
|
41
|
+
"categoryCN": "线性",
|
|
42
|
+
"author": "阿广"
|
|
43
|
+
}, {
|
|
44
|
+
"id": 6,
|
|
45
|
+
"title": "最小化-线性",
|
|
46
|
+
"name": "minimize-line",
|
|
47
|
+
"category": "Line",
|
|
48
|
+
"categoryCN": "线性",
|
|
49
|
+
"author": "阿广"
|
|
50
|
+
}, {
|
|
51
|
+
"id": 7,
|
|
52
|
+
"title": "最大化-线性",
|
|
53
|
+
"name": "maximize-line",
|
|
54
|
+
"category": "Line",
|
|
55
|
+
"categoryCN": "线性",
|
|
56
|
+
"author": "阿广"
|
|
57
|
+
}, {
|
|
58
|
+
"id": 8,
|
|
59
|
+
"title": "标签-线",
|
|
60
|
+
"name": "hashtag-line",
|
|
61
|
+
"category": "Line",
|
|
62
|
+
"categoryCN": "线性",
|
|
63
|
+
"author": "阿广"
|
|
64
|
+
}, {
|
|
65
|
+
"id": 9,
|
|
66
|
+
"title": "闪电-填充",
|
|
67
|
+
"name": "lightning-fill",
|
|
68
|
+
"category": "Fill",
|
|
69
|
+
"categoryCN": "填充",
|
|
70
|
+
"author": "阿广"
|
|
71
|
+
}, {
|
|
72
|
+
"id": 10,
|
|
73
|
+
"title": "闪电-线性",
|
|
74
|
+
"name": "lightning-line",
|
|
75
|
+
"category": "Line",
|
|
76
|
+
"categoryCN": "线性",
|
|
77
|
+
"author": "阿广"
|
|
78
|
+
}, {
|
|
79
|
+
"id": 11,
|
|
80
|
+
"title": "面板-底部-线性",
|
|
81
|
+
"name": "panel-bottom-line",
|
|
82
|
+
"category": "Line",
|
|
83
|
+
"categoryCN": "线性",
|
|
84
|
+
"author": "阿广"
|
|
85
|
+
}, {
|
|
86
|
+
"id": 12,
|
|
87
|
+
"title": "加载中-线性",
|
|
88
|
+
"name": "loading-line",
|
|
89
|
+
"category": "Line",
|
|
90
|
+
"categoryCN": "线性",
|
|
91
|
+
"author": "阿广"
|
|
92
|
+
}, {
|
|
93
|
+
"id": 13,
|
|
94
|
+
"title": "眼睛-关闭-线性",
|
|
95
|
+
"name": "eye-off-line",
|
|
96
|
+
"category": "Line",
|
|
97
|
+
"categoryCN": "线性",
|
|
98
|
+
"author": "阿广"
|
|
99
|
+
}, {
|
|
100
|
+
"id": 14,
|
|
101
|
+
"title": "眼睛-打开-线性",
|
|
102
|
+
"name": "eye-on-line",
|
|
103
|
+
"category": "Line",
|
|
104
|
+
"categoryCN": "线性",
|
|
105
|
+
"author": "阿广"
|
|
106
|
+
}, {
|
|
107
|
+
"id": 15,
|
|
108
|
+
"title": "下载-线性",
|
|
109
|
+
"name": "download-line",
|
|
110
|
+
"category": "Line",
|
|
111
|
+
"categoryCN": "线性",
|
|
112
|
+
"author": "阿广"
|
|
113
|
+
}, {
|
|
114
|
+
"id": 16,
|
|
115
|
+
"title": "V形箭头-向下-线性",
|
|
116
|
+
"name": "chevron-down-line",
|
|
117
|
+
"category": "Line",
|
|
118
|
+
"categoryCN": "线性",
|
|
119
|
+
"author": "阿广"
|
|
120
|
+
}, {
|
|
121
|
+
"id": 17,
|
|
122
|
+
"title": "删除-线性",
|
|
123
|
+
"name": "delete-line",
|
|
124
|
+
"category": "Line",
|
|
125
|
+
"categoryCN": "线性",
|
|
126
|
+
"author": "阿广"
|
|
127
|
+
}, {
|
|
128
|
+
"id": 18,
|
|
129
|
+
"title": "搜索-线性",
|
|
130
|
+
"name": "search-line",
|
|
131
|
+
"category": "Line",
|
|
132
|
+
"categoryCN": "线性",
|
|
133
|
+
"author": "阿广"
|
|
134
|
+
}, {
|
|
135
|
+
"id": 19,
|
|
136
|
+
"title": "文件-线性",
|
|
137
|
+
"name": "file-line",
|
|
138
|
+
"category": "Line",
|
|
139
|
+
"categoryCN": "线性",
|
|
140
|
+
"author": "阿广"
|
|
141
|
+
}, {
|
|
142
|
+
"id": 20,
|
|
143
|
+
"title": "表-线性",
|
|
144
|
+
"name": "table-line",
|
|
145
|
+
"category": "Line",
|
|
146
|
+
"categoryCN": "线性",
|
|
147
|
+
"author": "阿广"
|
|
148
|
+
}, {
|
|
149
|
+
"id": 21,
|
|
150
|
+
"title": "模型-线性",
|
|
151
|
+
"name": "model-line",
|
|
152
|
+
"category": "Line",
|
|
153
|
+
"categoryCN": "线性",
|
|
154
|
+
"author": "阿广"
|
|
155
|
+
}, {
|
|
156
|
+
"id": 22,
|
|
157
|
+
"title": "数据集-线性",
|
|
158
|
+
"name": "dataset-line",
|
|
159
|
+
"category": "Line",
|
|
160
|
+
"categoryCN": "线性",
|
|
161
|
+
"author": "阿广"
|
|
162
|
+
}, {
|
|
163
|
+
"id": 23,
|
|
164
|
+
"title": "数据库-线性",
|
|
165
|
+
"name": "database-line",
|
|
166
|
+
"category": "Line",
|
|
167
|
+
"categoryCN": "线性",
|
|
168
|
+
"author": "阿广"
|
|
169
|
+
}, {
|
|
170
|
+
"id": 24,
|
|
171
|
+
"title": "hive-数据源",
|
|
172
|
+
"name": "hive-source",
|
|
173
|
+
"category": "DataSource",
|
|
174
|
+
"categoryCN": "数据源",
|
|
175
|
+
"author": "阿广"
|
|
176
|
+
}, {
|
|
177
|
+
"id": 25,
|
|
178
|
+
"title": "MySQL-数据源",
|
|
179
|
+
"name": "mysql-source",
|
|
180
|
+
"category": "DataSource",
|
|
181
|
+
"categoryCN": "数据源",
|
|
182
|
+
"author": "阿广"
|
|
183
|
+
}, {
|
|
184
|
+
"id": 26,
|
|
185
|
+
"title": "postgreSQL-数据源",
|
|
186
|
+
"name": "postgresql-source",
|
|
187
|
+
"category": "DataSource",
|
|
188
|
+
"categoryCN": "数据源",
|
|
189
|
+
"author": "阿广"
|
|
190
|
+
}, {
|
|
191
|
+
"id": 27,
|
|
192
|
+
"title": "个人空间-填充",
|
|
193
|
+
"name": "space-user-nav-fill",
|
|
194
|
+
"category": "Nav",
|
|
195
|
+
"categoryCN": "导航",
|
|
196
|
+
"author": "阿广"
|
|
197
|
+
}, {
|
|
198
|
+
"id": 28,
|
|
199
|
+
"title": "团队空间-线性",
|
|
200
|
+
"name": "space-team-nav-line",
|
|
201
|
+
"category": "Nav",
|
|
202
|
+
"categoryCN": "导航",
|
|
203
|
+
"author": "阿广"
|
|
204
|
+
}, {
|
|
205
|
+
"id": 29,
|
|
206
|
+
"title": "分享-线性",
|
|
207
|
+
"name": "forward-line",
|
|
208
|
+
"category": "Nav",
|
|
209
|
+
"categoryCN": "导航",
|
|
210
|
+
"author": "阿广"
|
|
211
|
+
}, {
|
|
212
|
+
"id": 30,
|
|
213
|
+
"title": "成员管理-填充",
|
|
214
|
+
"name": "member-management-nav-fill",
|
|
215
|
+
"category": "Nav",
|
|
216
|
+
"categoryCN": "导航",
|
|
217
|
+
"author": "阿广"
|
|
218
|
+
}, {
|
|
219
|
+
"id": 31,
|
|
220
|
+
"title": "数据源-线性",
|
|
221
|
+
"name": "datasource-nav-line",
|
|
222
|
+
"category": "Nav",
|
|
223
|
+
"categoryCN": "导航",
|
|
224
|
+
"author": "阿广"
|
|
225
|
+
}, {
|
|
226
|
+
"id": 32,
|
|
227
|
+
"title": "邀请-线性",
|
|
228
|
+
"name": "invite-nav-line",
|
|
229
|
+
"category": "Nav",
|
|
230
|
+
"categoryCN": "导航",
|
|
231
|
+
"author": "阿广"
|
|
232
|
+
}, {
|
|
233
|
+
"id": 33,
|
|
234
|
+
"title": "分享-填充",
|
|
235
|
+
"name": "forward-fill",
|
|
236
|
+
"category": "Nav",
|
|
237
|
+
"categoryCN": "导航",
|
|
238
|
+
"author": "阿广"
|
|
239
|
+
}, {
|
|
240
|
+
"id": 34,
|
|
241
|
+
"title": "模板-线性",
|
|
242
|
+
"name": "template-line",
|
|
243
|
+
"category": "Nav",
|
|
244
|
+
"categoryCN": "导航",
|
|
245
|
+
"author": "阿广"
|
|
246
|
+
}, {
|
|
247
|
+
"id": 35,
|
|
248
|
+
"title": "成员管理-线性",
|
|
249
|
+
"name": "member-management-nav-line",
|
|
250
|
+
"category": "Nav",
|
|
251
|
+
"categoryCN": "导航",
|
|
252
|
+
"author": "阿广"
|
|
253
|
+
}, {
|
|
254
|
+
"id": 36,
|
|
255
|
+
"title": "首页-填充",
|
|
256
|
+
"name": "home-nav-fill",
|
|
257
|
+
"category": "Nav",
|
|
258
|
+
"categoryCN": "导航",
|
|
259
|
+
"author": "阿广"
|
|
260
|
+
}, {
|
|
261
|
+
"id": 37,
|
|
262
|
+
"title": "首页-线性",
|
|
263
|
+
"name": "home-nav-line",
|
|
264
|
+
"category": "Nav",
|
|
265
|
+
"categoryCN": "导航",
|
|
266
|
+
"author": "阿广"
|
|
267
|
+
}, {
|
|
268
|
+
"id": 38,
|
|
269
|
+
"title": "组织管理-填充",
|
|
270
|
+
"name": "organization-settings-nav-fill",
|
|
271
|
+
"category": "Nav",
|
|
272
|
+
"categoryCN": "导航",
|
|
273
|
+
"author": "阿广"
|
|
274
|
+
}, {
|
|
275
|
+
"id": 39,
|
|
276
|
+
"title": "勾选-圆形-双色",
|
|
277
|
+
"name": "check-circle-duotone",
|
|
278
|
+
"category": "Duotone",
|
|
279
|
+
"categoryCN": "双色",
|
|
280
|
+
"author": "阿广"
|
|
281
|
+
}, {
|
|
282
|
+
"id": 40,
|
|
283
|
+
"title": "转发-线性",
|
|
284
|
+
"name": "repost-line",
|
|
285
|
+
"category": "Line",
|
|
286
|
+
"categoryCN": "线性",
|
|
287
|
+
"author": "阿广"
|
|
288
|
+
}, {
|
|
289
|
+
"id": 41,
|
|
290
|
+
"title": "斜杠-分割线-线性",
|
|
291
|
+
"name": "slash-divider-line",
|
|
292
|
+
"category": "Line",
|
|
293
|
+
"categoryCN": "线性",
|
|
294
|
+
"author": "阿广"
|
|
295
|
+
}, {
|
|
296
|
+
"id": 42,
|
|
297
|
+
"title": "移动到-线性",
|
|
298
|
+
"name": "move-line",
|
|
299
|
+
"category": "Line",
|
|
300
|
+
"categoryCN": "线性",
|
|
301
|
+
"author": "阿广"
|
|
302
|
+
}, {
|
|
303
|
+
"id": 43,
|
|
304
|
+
"title": "连接-线性",
|
|
305
|
+
"name": "link-line",
|
|
306
|
+
"category": "Line",
|
|
307
|
+
"categoryCN": "线性",
|
|
308
|
+
"author": "阿广"
|
|
309
|
+
}, {
|
|
310
|
+
"id": 44,
|
|
311
|
+
"title": "关闭-大号-线性",
|
|
312
|
+
"name": "close-l-line",
|
|
313
|
+
"category": "Line",
|
|
314
|
+
"categoryCN": "线性",
|
|
315
|
+
"author": "阿广"
|
|
316
|
+
}, {
|
|
317
|
+
"id": 45,
|
|
318
|
+
"title": "角色-线性",
|
|
319
|
+
"name": "role-line",
|
|
320
|
+
"category": "Line",
|
|
321
|
+
"categoryCN": "线性",
|
|
322
|
+
"author": "阿广"
|
|
323
|
+
}, {
|
|
324
|
+
"id": 46,
|
|
325
|
+
"title": "密码-修改-线性",
|
|
326
|
+
"name": "password-revise-line",
|
|
327
|
+
"category": "Line",
|
|
328
|
+
"categoryCN": "线性",
|
|
329
|
+
"author": "阿广"
|
|
330
|
+
}, {
|
|
331
|
+
"id": 47,
|
|
332
|
+
"title": "警告-三角形-线性",
|
|
333
|
+
"name": "alert-triangle-line",
|
|
334
|
+
"category": "Line",
|
|
335
|
+
"categoryCN": "线性",
|
|
336
|
+
"author": "阿广"
|
|
337
|
+
}, {
|
|
338
|
+
"id": 48,
|
|
339
|
+
"title": "编辑-线性",
|
|
340
|
+
"name": "edit-line",
|
|
341
|
+
"category": "Line",
|
|
342
|
+
"categoryCN": "线性",
|
|
343
|
+
"author": "阿广"
|
|
344
|
+
}, {
|
|
345
|
+
"id": 49,
|
|
346
|
+
"title": "信息-圆形-线性",
|
|
347
|
+
"name": "info-circle-line",
|
|
348
|
+
"category": "Line",
|
|
349
|
+
"categoryCN": "线性",
|
|
350
|
+
"author": "阿广"
|
|
351
|
+
}, {
|
|
352
|
+
"id": 50,
|
|
353
|
+
"title": "复制-线性",
|
|
354
|
+
"name": "copy-line",
|
|
355
|
+
"category": "Line",
|
|
356
|
+
"categoryCN": "线性",
|
|
357
|
+
"author": "阿广"
|
|
358
|
+
}, {
|
|
359
|
+
"id": 51,
|
|
360
|
+
"title": "权限-线性",
|
|
361
|
+
"name": "permission-line",
|
|
362
|
+
"category": "Line",
|
|
363
|
+
"categoryCN": "线性",
|
|
364
|
+
"author": "阿广"
|
|
365
|
+
}, {
|
|
366
|
+
"id": 52,
|
|
367
|
+
"title": "文件夹-线性",
|
|
368
|
+
"name": "folder-line",
|
|
369
|
+
"category": "Line",
|
|
370
|
+
"categoryCN": "线性",
|
|
371
|
+
"author": "阿广"
|
|
372
|
+
}, {
|
|
373
|
+
"id": 53,
|
|
374
|
+
"title": "函数-线",
|
|
375
|
+
"name": "fx-line",
|
|
376
|
+
"category": "Line",
|
|
377
|
+
"categoryCN": "线性",
|
|
378
|
+
"author": "阿广"
|
|
379
|
+
}, {
|
|
380
|
+
"id": 54,
|
|
381
|
+
"title": "重命名-线性",
|
|
382
|
+
"name": "rename-line",
|
|
383
|
+
"category": "Line",
|
|
384
|
+
"categoryCN": "线性",
|
|
385
|
+
"author": "阿广"
|
|
386
|
+
}, {
|
|
387
|
+
"id": 55,
|
|
388
|
+
"title": "用户-线性",
|
|
389
|
+
"name": "user-line",
|
|
390
|
+
"category": "Line",
|
|
391
|
+
"categoryCN": "线性",
|
|
392
|
+
"author": "阿广"
|
|
393
|
+
}, {
|
|
394
|
+
"id": 56,
|
|
395
|
+
"title": "格式化-线性",
|
|
396
|
+
"name": "format-line",
|
|
397
|
+
"category": "Line",
|
|
398
|
+
"categoryCN": "线性",
|
|
399
|
+
"author": "阿广"
|
|
400
|
+
}, {
|
|
401
|
+
"id": 57,
|
|
402
|
+
"title": "添加-中号-线性",
|
|
403
|
+
"name": "add-m-line",
|
|
404
|
+
"category": "Line",
|
|
405
|
+
"categoryCN": "线性",
|
|
406
|
+
"author": "阿广"
|
|
407
|
+
}, {
|
|
408
|
+
"id": 58,
|
|
409
|
+
"title": "播放-填充",
|
|
410
|
+
"name": "play-fill",
|
|
411
|
+
"category": "Fill",
|
|
412
|
+
"categoryCN": "填充",
|
|
413
|
+
"author": "阿广"
|
|
414
|
+
}, {
|
|
415
|
+
"id": 59,
|
|
416
|
+
"title": "文档-线性",
|
|
417
|
+
"name": "document-line",
|
|
418
|
+
"category": "Line",
|
|
419
|
+
"categoryCN": "线性",
|
|
420
|
+
"author": "阿广"
|
|
421
|
+
}, {
|
|
422
|
+
"id": 60,
|
|
423
|
+
"title": "折叠-向右-填充",
|
|
424
|
+
"name": "fold-right-fill",
|
|
425
|
+
"category": "Fill",
|
|
426
|
+
"categoryCN": "填充",
|
|
427
|
+
"author": "阿广"
|
|
428
|
+
}, {
|
|
429
|
+
"id": 61,
|
|
430
|
+
"title": "帮助-圆形-线性",
|
|
431
|
+
"name": "help-circle-line",
|
|
432
|
+
"category": "Line",
|
|
433
|
+
"categoryCN": "线性",
|
|
434
|
+
"author": "阿广"
|
|
435
|
+
}, {
|
|
436
|
+
"id": 62,
|
|
437
|
+
"title": "同步-线性",
|
|
438
|
+
"name": "sync-line",
|
|
439
|
+
"category": "Line",
|
|
440
|
+
"categoryCN": "线性",
|
|
441
|
+
"author": "阿广"
|
|
442
|
+
}, {
|
|
443
|
+
"id": 63,
|
|
444
|
+
"title": "保存-线性",
|
|
445
|
+
"name": "save-line",
|
|
446
|
+
"category": "Line",
|
|
447
|
+
"categoryCN": "线性",
|
|
448
|
+
"author": "阿广"
|
|
449
|
+
}, {
|
|
450
|
+
"id": 64,
|
|
451
|
+
"title": "上传-线性",
|
|
452
|
+
"name": "upload-line",
|
|
453
|
+
"category": "Line",
|
|
454
|
+
"categoryCN": "线性",
|
|
455
|
+
"author": "阿广"
|
|
456
|
+
}, {
|
|
457
|
+
"id": 65,
|
|
458
|
+
"title": "V形箭头-向左-线性",
|
|
459
|
+
"name": "chevron-left-line",
|
|
460
|
+
"category": "Line",
|
|
461
|
+
"categoryCN": "线性",
|
|
462
|
+
"author": "阿广"
|
|
463
|
+
}, {
|
|
464
|
+
"id": 66,
|
|
465
|
+
"title": "锁-线性",
|
|
466
|
+
"name": "lock-line",
|
|
467
|
+
"category": "Line",
|
|
468
|
+
"categoryCN": "线性",
|
|
469
|
+
"author": "阿广"
|
|
470
|
+
}, {
|
|
471
|
+
"id": 67,
|
|
472
|
+
"title": "关闭-中号-线性",
|
|
473
|
+
"name": "close-m-line",
|
|
474
|
+
"category": "Line",
|
|
475
|
+
"categoryCN": "线性",
|
|
476
|
+
"author": "阿广"
|
|
477
|
+
}, {
|
|
478
|
+
"id": 68,
|
|
479
|
+
"title": "V形箭头-向右-线性",
|
|
480
|
+
"name": "chevron-right-line",
|
|
481
|
+
"category": "Line",
|
|
482
|
+
"categoryCN": "线性",
|
|
483
|
+
"author": "阿广"
|
|
484
|
+
}, {
|
|
485
|
+
"id": 69,
|
|
486
|
+
"title": "设置-线性",
|
|
487
|
+
"name": "setting-line",
|
|
488
|
+
"category": "Line",
|
|
489
|
+
"categoryCN": "线性",
|
|
490
|
+
"author": "阿广"
|
|
491
|
+
}, {
|
|
492
|
+
"id": 70,
|
|
493
|
+
"title": "V形箭头-向上-线性",
|
|
494
|
+
"name": "chevron-up-line",
|
|
495
|
+
"category": "Line",
|
|
496
|
+
"categoryCN": "线性",
|
|
497
|
+
"author": "阿广"
|
|
498
|
+
}, {
|
|
499
|
+
"id": 71,
|
|
500
|
+
"title": "五角星-线性",
|
|
501
|
+
"name": "star-line",
|
|
502
|
+
"category": "Line",
|
|
503
|
+
"categoryCN": "线性",
|
|
504
|
+
"author": "阿广"
|
|
505
|
+
}, {
|
|
506
|
+
"id": 72,
|
|
507
|
+
"title": "折叠-向下-填充",
|
|
508
|
+
"name": "fold-down-fill",
|
|
509
|
+
"category": "Fill",
|
|
510
|
+
"categoryCN": "填充",
|
|
511
|
+
"author": "阿广"
|
|
512
|
+
}, {
|
|
513
|
+
"id": 73,
|
|
514
|
+
"title": "添加-大号-线性",
|
|
515
|
+
"name": "add-l-line",
|
|
516
|
+
"category": "Line",
|
|
517
|
+
"categoryCN": "线性",
|
|
518
|
+
"author": "阿广"
|
|
519
|
+
}, {
|
|
520
|
+
"id": 74,
|
|
521
|
+
"title": "刷新-线性",
|
|
522
|
+
"name": "refresh-line",
|
|
523
|
+
"category": "Line",
|
|
524
|
+
"categoryCN": "线性",
|
|
525
|
+
"author": "阿广"
|
|
526
|
+
}, {
|
|
527
|
+
"id": 75,
|
|
528
|
+
"title": "团队-线性",
|
|
529
|
+
"name": "team-line",
|
|
530
|
+
"category": "Line",
|
|
531
|
+
"categoryCN": "线性",
|
|
532
|
+
"author": "阿广"
|
|
533
|
+
}, {
|
|
534
|
+
"id": 76,
|
|
535
|
+
"title": "数值-线性",
|
|
536
|
+
"name": "numbers-line",
|
|
537
|
+
"category": "Line",
|
|
538
|
+
"categoryCN": "线性",
|
|
539
|
+
"author": "阿广"
|
|
540
|
+
}, {
|
|
541
|
+
"id": 77,
|
|
542
|
+
"title": "字段-字符-线性",
|
|
543
|
+
"name": "field-text-line",
|
|
544
|
+
"category": "Line",
|
|
545
|
+
"categoryCN": "线性",
|
|
546
|
+
"author": "阿广"
|
|
547
|
+
}, {
|
|
548
|
+
"id": 78,
|
|
549
|
+
"title": "日期时间-线性",
|
|
550
|
+
"name": "datetime-line",
|
|
551
|
+
"category": "Line",
|
|
552
|
+
"categoryCN": "线性",
|
|
553
|
+
"author": "阿广"
|
|
554
|
+
}, {
|
|
555
|
+
"id": 79,
|
|
556
|
+
"title": "分析簿-线性",
|
|
557
|
+
"name": "workbook-line",
|
|
558
|
+
"category": "Line",
|
|
559
|
+
"categoryCN": "线性",
|
|
560
|
+
"author": "阿广"
|
|
561
|
+
}, {
|
|
562
|
+
"id": 80,
|
|
563
|
+
"title": "更多-竖排-线性",
|
|
564
|
+
"name": "more-vertical-line",
|
|
565
|
+
"category": "Line",
|
|
566
|
+
"categoryCN": "线性",
|
|
567
|
+
"author": "阿广"
|
|
568
|
+
}, {
|
|
569
|
+
"id": 81,
|
|
570
|
+
"title": "退出-线性",
|
|
571
|
+
"name": "log-out-line",
|
|
572
|
+
"category": "Line",
|
|
573
|
+
"categoryCN": "线性",
|
|
574
|
+
"author": "阿广"
|
|
575
|
+
}, {
|
|
576
|
+
"id": 82,
|
|
577
|
+
"title": "移除-圆形-线性",
|
|
578
|
+
"name": "remove-circle-line",
|
|
579
|
+
"category": "Line",
|
|
580
|
+
"categoryCN": "线性",
|
|
581
|
+
"author": "阿广"
|
|
582
|
+
}, {
|
|
583
|
+
"id": 83,
|
|
584
|
+
"title": "取消-圆形-双色",
|
|
585
|
+
"name": "cancel-circle-duotone",
|
|
586
|
+
"category": "Duotone",
|
|
587
|
+
"categoryCN": "双色",
|
|
588
|
+
"author": "阿广"
|
|
589
|
+
}, {
|
|
590
|
+
"id": 84,
|
|
591
|
+
"title": "添加-圆形-双色",
|
|
592
|
+
"name": "add-circle-duotone",
|
|
593
|
+
"category": "Duotone",
|
|
594
|
+
"categoryCN": "双色",
|
|
595
|
+
"author": "阿广"
|
|
596
|
+
}, {
|
|
597
|
+
"id": 85,
|
|
598
|
+
"title": "新建分析-fill",
|
|
599
|
+
"name": "add-nav-fill",
|
|
600
|
+
"category": "Nav",
|
|
601
|
+
"categoryCN": "导航",
|
|
602
|
+
"author": "阿广"
|
|
603
|
+
}, {
|
|
604
|
+
"id": 86,
|
|
605
|
+
"title": "模版-填充",
|
|
606
|
+
"name": "template-fill",
|
|
607
|
+
"category": "Nav",
|
|
608
|
+
"categoryCN": "导航",
|
|
609
|
+
"author": "阿广"
|
|
610
|
+
}, {
|
|
611
|
+
"id": 87,
|
|
612
|
+
"title": "组织管理-线性",
|
|
613
|
+
"name": "organization-settings-nav-line",
|
|
614
|
+
"category": "Nav",
|
|
615
|
+
"categoryCN": "导航",
|
|
616
|
+
"author": "阿广"
|
|
617
|
+
}, {
|
|
618
|
+
"id": 88,
|
|
619
|
+
"title": "概览-填充",
|
|
620
|
+
"name": "overview-nav-fill",
|
|
621
|
+
"category": "Nav",
|
|
622
|
+
"categoryCN": "导航",
|
|
623
|
+
"author": "阿广"
|
|
624
|
+
}, {
|
|
625
|
+
"id": 89,
|
|
626
|
+
"title": "个人空间-线性",
|
|
627
|
+
"name": "space-user-nav-line",
|
|
628
|
+
"category": "Nav",
|
|
629
|
+
"categoryCN": "导航",
|
|
630
|
+
"author": "阿广"
|
|
631
|
+
}, {
|
|
632
|
+
"id": 90,
|
|
633
|
+
"title": "百分比柱状图",
|
|
634
|
+
"name": "percentage-bar-vertical-chart-duotone",
|
|
635
|
+
"category": "Chart",
|
|
636
|
+
"categoryCN": "图表",
|
|
637
|
+
"author": "阿广"
|
|
638
|
+
}, {
|
|
639
|
+
"id": 91,
|
|
640
|
+
"title": "环形图",
|
|
641
|
+
"name": "donut-chart-duotone",
|
|
642
|
+
"category": "Chart",
|
|
643
|
+
"categoryCN": "图表",
|
|
644
|
+
"author": "阿广"
|
|
645
|
+
}, {
|
|
646
|
+
"id": 92,
|
|
647
|
+
"title": "百分比条形图",
|
|
648
|
+
"name": "percentage-bar-horizontal-chart-duotone",
|
|
649
|
+
"category": "Chart",
|
|
650
|
+
"categoryCN": "图表",
|
|
651
|
+
"author": "阿广"
|
|
652
|
+
}, {
|
|
653
|
+
"id": 93,
|
|
654
|
+
"title": "堆叠条形图",
|
|
655
|
+
"name": "stacked-bar-horizontal-chart-duotone",
|
|
656
|
+
"category": "Chart",
|
|
657
|
+
"categoryCN": "图表",
|
|
658
|
+
"author": "阿广"
|
|
659
|
+
}, {
|
|
660
|
+
"id": 94,
|
|
661
|
+
"title": "分组条形图",
|
|
662
|
+
"name": "grouped-bar-horizontal-chart-duotone",
|
|
663
|
+
"category": "Chart",
|
|
664
|
+
"categoryCN": "图表",
|
|
665
|
+
"author": "阿广"
|
|
666
|
+
}, {
|
|
667
|
+
"id": 95,
|
|
668
|
+
"title": "表格",
|
|
669
|
+
"name": "table-sheet-duotone",
|
|
670
|
+
"category": "Chart",
|
|
671
|
+
"categoryCN": "图表",
|
|
672
|
+
"author": "阿广"
|
|
673
|
+
}, {
|
|
674
|
+
"id": 96,
|
|
675
|
+
"title": "透视图",
|
|
676
|
+
"name": "pivot-table-duotone",
|
|
677
|
+
"category": "Chart",
|
|
678
|
+
"categoryCN": "图表",
|
|
679
|
+
"author": "阿广"
|
|
680
|
+
}, {
|
|
681
|
+
"id": 97,
|
|
682
|
+
"title": "堆叠柱状图",
|
|
683
|
+
"name": "stacked-bar-vertical-chart-duotone",
|
|
684
|
+
"category": "Chart",
|
|
685
|
+
"categoryCN": "图表",
|
|
686
|
+
"author": "阿广"
|
|
687
|
+
}, {
|
|
688
|
+
"id": 98,
|
|
689
|
+
"title": "组合图",
|
|
690
|
+
"name": "combo-chart-duotone",
|
|
691
|
+
"category": "Chart",
|
|
692
|
+
"categoryCN": "图表",
|
|
693
|
+
"author": "阿广"
|
|
694
|
+
}, {
|
|
695
|
+
"id": 99,
|
|
696
|
+
"title": "饼图",
|
|
697
|
+
"name": "pie-chart-duotone",
|
|
698
|
+
"category": "Chart",
|
|
699
|
+
"categoryCN": "图表",
|
|
700
|
+
"author": "阿广"
|
|
701
|
+
}, {
|
|
702
|
+
"id": 100,
|
|
703
|
+
"title": "分组柱状图",
|
|
704
|
+
"name": "grouped-bar-vertical-chart-duotone",
|
|
705
|
+
"category": "Chart",
|
|
706
|
+
"categoryCN": "图表",
|
|
707
|
+
"author": "阿广"
|
|
708
|
+
}, {
|
|
709
|
+
"id": 101,
|
|
710
|
+
"title": "折线图",
|
|
711
|
+
"name": "line-chart-duotone",
|
|
712
|
+
"category": "Chart",
|
|
713
|
+
"categoryCN": "图表",
|
|
714
|
+
"author": "阿广"
|
|
715
|
+
}, {
|
|
716
|
+
"id": 102,
|
|
717
|
+
"title": "撤销-线性",
|
|
718
|
+
"name": "undo-line",
|
|
719
|
+
"category": "Line",
|
|
720
|
+
"categoryCN": "线性",
|
|
721
|
+
"author": "阿广"
|
|
722
|
+
}, {
|
|
723
|
+
"id": 103,
|
|
724
|
+
"title": "重做-线性",
|
|
725
|
+
"name": "redo-line",
|
|
726
|
+
"category": "Line",
|
|
727
|
+
"categoryCN": "线性",
|
|
728
|
+
"author": "阿广"
|
|
729
|
+
}, {
|
|
730
|
+
"id": 104,
|
|
731
|
+
"title": "人民币-线性",
|
|
732
|
+
"name": "cny-line",
|
|
733
|
+
"category": "Line",
|
|
734
|
+
"categoryCN": "线性",
|
|
735
|
+
"author": "阿广"
|
|
736
|
+
}, {
|
|
737
|
+
"id": 105,
|
|
738
|
+
"title": "日期-裁剪-双色",
|
|
739
|
+
"name": "data-crop-duotone",
|
|
740
|
+
"category": "Duotone",
|
|
741
|
+
"categoryCN": "双色",
|
|
742
|
+
"author": "阿广"
|
|
743
|
+
}, {
|
|
744
|
+
"id": 106,
|
|
745
|
+
"title": "日期-转换-双色",
|
|
746
|
+
"name": "date-convert-duotone",
|
|
747
|
+
"category": "Duotone",
|
|
748
|
+
"categoryCN": "双色",
|
|
749
|
+
"author": "阿广"
|
|
750
|
+
}, {
|
|
751
|
+
"id": 107,
|
|
752
|
+
"title": "图片-线性",
|
|
753
|
+
"name": "image-line",
|
|
754
|
+
"category": "Line",
|
|
755
|
+
"categoryCN": "线性",
|
|
756
|
+
"author": "阿广"
|
|
757
|
+
}, {
|
|
758
|
+
"id": 108,
|
|
759
|
+
"title": "总计-线性",
|
|
760
|
+
"name": "total-line",
|
|
761
|
+
"category": "Line",
|
|
762
|
+
"categoryCN": "线性",
|
|
763
|
+
"author": "阿广"
|
|
764
|
+
}, {
|
|
765
|
+
"id": 109,
|
|
766
|
+
"title": "详情-线性",
|
|
767
|
+
"name": "details-line",
|
|
768
|
+
"category": "Line",
|
|
769
|
+
"categoryCN": "线性",
|
|
770
|
+
"author": "阿广"
|
|
771
|
+
}, {
|
|
772
|
+
"id": 110,
|
|
773
|
+
"title": "宫格-线性",
|
|
774
|
+
"name": "grid-line",
|
|
775
|
+
"category": "Line",
|
|
776
|
+
"categoryCN": "线性",
|
|
777
|
+
"author": "阿广"
|
|
778
|
+
}, {
|
|
779
|
+
"id": 111,
|
|
780
|
+
"title": "移除-线性",
|
|
781
|
+
"name": "remove-line",
|
|
782
|
+
"category": "Line",
|
|
783
|
+
"categoryCN": "线性",
|
|
784
|
+
"author": "阿广"
|
|
785
|
+
}, {
|
|
786
|
+
"id": 112,
|
|
787
|
+
"title": "上钻-线性",
|
|
788
|
+
"name": "drill-up-line",
|
|
789
|
+
"category": "Line",
|
|
790
|
+
"categoryCN": "线性",
|
|
791
|
+
"author": "阿广"
|
|
792
|
+
}, {
|
|
793
|
+
"id": 113,
|
|
794
|
+
"title": "下钻-线性",
|
|
795
|
+
"name": "drill-down-line",
|
|
796
|
+
"category": "Line",
|
|
797
|
+
"categoryCN": "线性",
|
|
798
|
+
"author": "阿广"
|
|
799
|
+
}, {
|
|
800
|
+
"id": 114,
|
|
801
|
+
"title": "累计-线性",
|
|
802
|
+
"name": "accumulate-line",
|
|
803
|
+
"category": "Line",
|
|
804
|
+
"categoryCN": "线性",
|
|
805
|
+
"author": "阿广"
|
|
806
|
+
}, {
|
|
807
|
+
"id": 115,
|
|
808
|
+
"title": "百分比-线性",
|
|
809
|
+
"name": "percent-line",
|
|
810
|
+
"category": "Line",
|
|
811
|
+
"categoryCN": "线性",
|
|
812
|
+
"author": "阿广"
|
|
813
|
+
}, {
|
|
814
|
+
"id": 116,
|
|
815
|
+
"title": "拖拽-线性",
|
|
816
|
+
"name": "drag-line",
|
|
817
|
+
"category": "Line",
|
|
818
|
+
"categoryCN": "线性",
|
|
819
|
+
"author": "阿广"
|
|
820
|
+
}, {
|
|
821
|
+
"id": 117,
|
|
822
|
+
"title": "聚合-线性",
|
|
823
|
+
"name": "aggregation-line",
|
|
824
|
+
"category": "Line",
|
|
825
|
+
"categoryCN": "线性",
|
|
826
|
+
"author": "阿广"
|
|
827
|
+
}, {
|
|
828
|
+
"id": 118,
|
|
829
|
+
"title": "过滤-线性",
|
|
830
|
+
"name": "filter-line",
|
|
831
|
+
"category": "Line",
|
|
832
|
+
"categoryCN": "线性",
|
|
833
|
+
"author": "阿广"
|
|
834
|
+
}, {
|
|
835
|
+
"id": 119,
|
|
836
|
+
"title": "转置-线性",
|
|
837
|
+
"name": "transpose-line",
|
|
838
|
+
"category": "Line",
|
|
839
|
+
"categoryCN": "线性",
|
|
840
|
+
"author": "阿广"
|
|
841
|
+
}, {
|
|
842
|
+
"id": 120,
|
|
843
|
+
"title": "切换-线性",
|
|
844
|
+
"name": "toggle-line",
|
|
845
|
+
"category": "Line",
|
|
846
|
+
"categoryCN": "线性",
|
|
847
|
+
"author": "阿广"
|
|
848
|
+
}, {
|
|
849
|
+
"id": 121,
|
|
850
|
+
"title": "连接-圆形-线性",
|
|
851
|
+
"name": "union-line",
|
|
852
|
+
"category": "Line",
|
|
853
|
+
"categoryCN": "线性",
|
|
854
|
+
"author": "阿广"
|
|
855
|
+
}, {
|
|
856
|
+
"id": 122,
|
|
857
|
+
"title": "分组-线性",
|
|
858
|
+
"name": "grouping-line",
|
|
859
|
+
"category": "Line",
|
|
860
|
+
"categoryCN": "线性",
|
|
861
|
+
"author": "阿广"
|
|
862
|
+
}, {
|
|
863
|
+
"id": 123,
|
|
864
|
+
"title": "排序-线性",
|
|
865
|
+
"name": "sort-line",
|
|
866
|
+
"category": "Line",
|
|
867
|
+
"categoryCN": "线性",
|
|
868
|
+
"author": "阿广"
|
|
869
|
+
}, {
|
|
870
|
+
"id": 124,
|
|
871
|
+
"title": "排序-升序-双色",
|
|
872
|
+
"name": "sort-amount-up-duotone",
|
|
873
|
+
"category": "Duotone",
|
|
874
|
+
"categoryCN": "双色",
|
|
875
|
+
"author": "阿广"
|
|
876
|
+
}, {
|
|
877
|
+
"id": 125,
|
|
878
|
+
"title": "排序-降序-双色",
|
|
879
|
+
"name": "sort-amount-down-duotone",
|
|
880
|
+
"category": "Duotone",
|
|
881
|
+
"categoryCN": "双色",
|
|
882
|
+
"author": "阿广"
|
|
883
|
+
}, {
|
|
884
|
+
"id": 126,
|
|
885
|
+
"title": "添加到sql-线性",
|
|
886
|
+
"name": "sql-addto-line",
|
|
887
|
+
"category": "Line",
|
|
888
|
+
"categoryCN": "线性",
|
|
889
|
+
"author": "阿广"
|
|
890
|
+
}, {
|
|
891
|
+
"id": 127,
|
|
892
|
+
"title": "替换-线性",
|
|
893
|
+
"name": "replace-line",
|
|
894
|
+
"category": "Line",
|
|
895
|
+
"categoryCN": "线性",
|
|
896
|
+
"author": "阿广"
|
|
897
|
+
}, {
|
|
898
|
+
"id": 128,
|
|
899
|
+
"title": "合并-线性",
|
|
900
|
+
"name": "merge-ine",
|
|
901
|
+
"category": "Line",
|
|
902
|
+
"categoryCN": "线性",
|
|
903
|
+
"author": "阿广"
|
|
904
|
+
}, {
|
|
905
|
+
"id": 129,
|
|
906
|
+
"title": "vlookup-线性",
|
|
907
|
+
"name": "vlookup-line",
|
|
908
|
+
"category": "Line",
|
|
909
|
+
"categoryCN": "线性",
|
|
910
|
+
"author": "阿广"
|
|
911
|
+
}, {
|
|
912
|
+
"id": 130,
|
|
913
|
+
"title": "结构-列-线性",
|
|
914
|
+
"name": "structure-column-line",
|
|
915
|
+
"category": "Line",
|
|
916
|
+
"categoryCN": "线性",
|
|
917
|
+
"author": "阿广"
|
|
918
|
+
}, {
|
|
919
|
+
"id": 131,
|
|
920
|
+
"title": "结构-树-线性",
|
|
921
|
+
"name": "structure-tree-line",
|
|
922
|
+
"category": "Line",
|
|
923
|
+
"categoryCN": "线性",
|
|
924
|
+
"author": "阿广"
|
|
925
|
+
}, {
|
|
926
|
+
"id": 132,
|
|
927
|
+
"title": "保留-线性",
|
|
928
|
+
"name": "keeponly-line",
|
|
929
|
+
"category": "Line",
|
|
930
|
+
"categoryCN": "线性",
|
|
931
|
+
"author": "阿广"
|
|
932
|
+
}, {
|
|
933
|
+
"id": 133,
|
|
934
|
+
"title": "排除-线性",
|
|
935
|
+
"name": "exclude-line",
|
|
936
|
+
"category": "Line",
|
|
937
|
+
"categoryCN": "线性",
|
|
938
|
+
"author": "阿广"
|
|
939
|
+
}, {
|
|
940
|
+
"id": 134,
|
|
941
|
+
"title": "来源数据为空-双色",
|
|
942
|
+
"name": "source-data-empty-duotone",
|
|
943
|
+
"category": "Empty",
|
|
944
|
+
"categoryCN": "空",
|
|
945
|
+
"author": "阿广"
|
|
946
|
+
}, {
|
|
947
|
+
"id": 135,
|
|
948
|
+
"title": "折线图为空-双色",
|
|
949
|
+
"name": "line-chart-empty-duotone",
|
|
950
|
+
"category": "Empty",
|
|
951
|
+
"categoryCN": "空",
|
|
952
|
+
"author": "阿广"
|
|
953
|
+
}, {
|
|
954
|
+
"id": 136,
|
|
955
|
+
"title": "堆叠柱状图为空-双色",
|
|
956
|
+
"name": "stacked-bar-vertical-chart-empty-duotone",
|
|
957
|
+
"category": "Empty",
|
|
958
|
+
"categoryCN": "空",
|
|
959
|
+
"author": "阿广"
|
|
960
|
+
}, {
|
|
961
|
+
"id": 137,
|
|
962
|
+
"title": "分组条形图为空-双色",
|
|
963
|
+
"name": "grouped-bar-horizontal-chart-empty-duotone",
|
|
964
|
+
"category": "Empty",
|
|
965
|
+
"categoryCN": "空",
|
|
966
|
+
"author": "阿广"
|
|
967
|
+
}, {
|
|
968
|
+
"id": 138,
|
|
969
|
+
"title": "饼图为空-双色",
|
|
970
|
+
"name": "pie-chart-empty-duotone",
|
|
971
|
+
"category": "Empty",
|
|
972
|
+
"categoryCN": "空",
|
|
973
|
+
"author": "阿广"
|
|
974
|
+
}, {
|
|
975
|
+
"id": 139,
|
|
976
|
+
"title": "百分比柱状图为空-双色",
|
|
977
|
+
"name": "percentage-bar-vertical-chart-empty-duotone",
|
|
978
|
+
"category": "Empty",
|
|
979
|
+
"categoryCN": "空",
|
|
980
|
+
"author": "阿广"
|
|
981
|
+
}, {
|
|
982
|
+
"id": 140,
|
|
983
|
+
"title": "表格为空-双色",
|
|
984
|
+
"name": "table-empty-duotone",
|
|
985
|
+
"category": "Empty",
|
|
986
|
+
"categoryCN": "空",
|
|
987
|
+
"author": "阿广"
|
|
988
|
+
}, {
|
|
989
|
+
"id": 141,
|
|
990
|
+
"title": "百分比条形图为空-双色",
|
|
991
|
+
"name": "percentage-bar-horizontal-chart-empty-duotone",
|
|
992
|
+
"category": "Empty",
|
|
993
|
+
"categoryCN": "空",
|
|
994
|
+
"author": "阿广"
|
|
995
|
+
}, {
|
|
996
|
+
"id": 142,
|
|
997
|
+
"title": "堆叠条形图为空-双色",
|
|
998
|
+
"name": "stacked-bar-horizontal-chart-empty-duotone",
|
|
999
|
+
"category": "Empty",
|
|
1000
|
+
"categoryCN": "空",
|
|
1001
|
+
"author": "阿广"
|
|
1002
|
+
}, {
|
|
1003
|
+
"id": 143,
|
|
1004
|
+
"title": "组合图为空-双色",
|
|
1005
|
+
"name": "combo-chart-empty-duotone",
|
|
1006
|
+
"category": "Empty",
|
|
1007
|
+
"categoryCN": "空",
|
|
1008
|
+
"author": "阿广"
|
|
1009
|
+
}, {
|
|
1010
|
+
"id": 144,
|
|
1011
|
+
"title": "透视图为空-双色",
|
|
1012
|
+
"name": "pivot-table-empty-duotone",
|
|
1013
|
+
"category": "Empty",
|
|
1014
|
+
"categoryCN": "空",
|
|
1015
|
+
"author": "阿广"
|
|
1016
|
+
}, {
|
|
1017
|
+
"id": 145,
|
|
1018
|
+
"title": "环形图为空-双色",
|
|
1019
|
+
"name": "donut-chart-empty-duotone",
|
|
1020
|
+
"category": "Empty",
|
|
1021
|
+
"categoryCN": "空",
|
|
1022
|
+
"author": "阿广"
|
|
1023
|
+
}, {
|
|
1024
|
+
"id": 146,
|
|
1025
|
+
"title": "指标卡为空-双色",
|
|
1026
|
+
"name": "statistic-card-empty-duotone",
|
|
1027
|
+
"category": "Empty",
|
|
1028
|
+
"categoryCN": "空",
|
|
1029
|
+
"author": "阿广"
|
|
1030
|
+
}, {
|
|
1031
|
+
"id": 147,
|
|
1032
|
+
"title": "分组柱状图为空-双色",
|
|
1033
|
+
"name": "grouped-bar-vertical-chart-empty-duotone",
|
|
1034
|
+
"category": "Empty",
|
|
1035
|
+
"categoryCN": "空",
|
|
1036
|
+
"author": "阿广"
|
|
1037
|
+
}, {
|
|
1038
|
+
"id": 148,
|
|
1039
|
+
"title": "空态-双色",
|
|
1040
|
+
"name": "empty-duotone",
|
|
1041
|
+
"category": "Empty",
|
|
1042
|
+
"categoryCN": "空",
|
|
1043
|
+
"author": "阿广"
|
|
1044
|
+
}, {
|
|
1045
|
+
"id": 149,
|
|
1046
|
+
"title": "手机-线性",
|
|
1047
|
+
"name": "phone-line",
|
|
1048
|
+
"category": "Line",
|
|
1049
|
+
"categoryCN": "线性",
|
|
1050
|
+
"author": "阿广"
|
|
1051
|
+
}, {
|
|
1052
|
+
"id": 150,
|
|
1053
|
+
"title": "密码-线性",
|
|
1054
|
+
"name": "passcode-line",
|
|
1055
|
+
"category": "Line",
|
|
1056
|
+
"categoryCN": "线性",
|
|
1057
|
+
"author": "阿广"
|
|
1058
|
+
}, {
|
|
1059
|
+
"id": 151,
|
|
1060
|
+
"title": "警告-三角形-双色",
|
|
1061
|
+
"name": "alert-triangle-duotone",
|
|
1062
|
+
"category": "Duotone",
|
|
1063
|
+
"categoryCN": "双色",
|
|
1064
|
+
"author": "阿广"
|
|
1065
|
+
}, {
|
|
1066
|
+
"id": 152,
|
|
1067
|
+
"title": "抽取-线性",
|
|
1068
|
+
"name": "extraction-line",
|
|
1069
|
+
"category": "Line",
|
|
1070
|
+
"categoryCN": "线性",
|
|
1071
|
+
"author": "阿广"
|
|
1072
|
+
}, {
|
|
1073
|
+
"id": 153,
|
|
1074
|
+
"title": "数据源-线性",
|
|
1075
|
+
"name": "datasource-line",
|
|
1076
|
+
"category": "Line",
|
|
1077
|
+
"categoryCN": "线性",
|
|
1078
|
+
"author": "阿广"
|
|
1079
|
+
}, {
|
|
1080
|
+
"id": 154,
|
|
1081
|
+
"title": "页面-首页-线性",
|
|
1082
|
+
"name": "page-first-line",
|
|
1083
|
+
"category": "Line",
|
|
1084
|
+
"categoryCN": "线性",
|
|
1085
|
+
"author": "阿广"
|
|
1086
|
+
}, {
|
|
1087
|
+
"id": 155,
|
|
1088
|
+
"title": "布尔-线性",
|
|
1089
|
+
"name": "boolean-line",
|
|
1090
|
+
"category": "Line",
|
|
1091
|
+
"categoryCN": "线性",
|
|
1092
|
+
"author": "阿广"
|
|
1093
|
+
}, {
|
|
1094
|
+
"id": 156,
|
|
1095
|
+
"title": "页面-尾页-线性",
|
|
1096
|
+
"name": "page-last-line",
|
|
1097
|
+
"category": "Line",
|
|
1098
|
+
"categoryCN": "线性",
|
|
1099
|
+
"author": "阿广"
|
|
1100
|
+
}, {
|
|
1101
|
+
"id": 157,
|
|
1102
|
+
"title": "Y-左侧-双色",
|
|
1103
|
+
"name": "y-left-duotone",
|
|
1104
|
+
"category": "Duotone",
|
|
1105
|
+
"categoryCN": "双色",
|
|
1106
|
+
"author": "阿广"
|
|
1107
|
+
}, {
|
|
1108
|
+
"id": 158,
|
|
1109
|
+
"title": "Y-右侧-双色",
|
|
1110
|
+
"name": "y-right-duotone",
|
|
1111
|
+
"category": "Duotone",
|
|
1112
|
+
"categoryCN": "双色",
|
|
1113
|
+
"author": "阿广"
|
|
1114
|
+
}, {
|
|
1115
|
+
"id": 159,
|
|
1116
|
+
"title": "勾选-列表-线性",
|
|
1117
|
+
"name": "check-lists-line",
|
|
1118
|
+
"category": "Line",
|
|
1119
|
+
"categoryCN": "线性",
|
|
1120
|
+
"author": "阿广"
|
|
1121
|
+
}, {
|
|
1122
|
+
"id": 160,
|
|
1123
|
+
"title": "X-下方-双色",
|
|
1124
|
+
"name": "x-below-duotone",
|
|
1125
|
+
"category": "Duotone",
|
|
1126
|
+
"categoryCN": "双色",
|
|
1127
|
+
"author": "阿广"
|
|
1128
|
+
}, {
|
|
1129
|
+
"id": 161,
|
|
1130
|
+
"title": "X-上方-双色",
|
|
1131
|
+
"name": "x-top-duotone",
|
|
1132
|
+
"category": "Duotone",
|
|
1133
|
+
"categoryCN": "双色",
|
|
1134
|
+
"author": "阿广"
|
|
1135
|
+
}, {
|
|
1136
|
+
"id": 162,
|
|
1137
|
+
"title": "N-线",
|
|
1138
|
+
"name": "n-line",
|
|
1139
|
+
"category": "Line",
|
|
1140
|
+
"categoryCN": "线性",
|
|
1141
|
+
"author": "阿广"
|
|
1142
|
+
}, {
|
|
1143
|
+
"id": 163,
|
|
1144
|
+
"title": "1-线",
|
|
1145
|
+
"name": "one-line",
|
|
1146
|
+
"category": "Line",
|
|
1147
|
+
"categoryCN": "线性",
|
|
1148
|
+
"author": "阿广"
|
|
1149
|
+
}, {
|
|
1150
|
+
"id": 164,
|
|
1151
|
+
"title": "右传递-线",
|
|
1152
|
+
"name": "transfer-right-line",
|
|
1153
|
+
"category": "Line",
|
|
1154
|
+
"categoryCN": "线性",
|
|
1155
|
+
"author": "阿广"
|
|
1156
|
+
}, {
|
|
1157
|
+
"id": 165,
|
|
1158
|
+
"title": "左传递-线",
|
|
1159
|
+
"name": "transfer-left-line",
|
|
1160
|
+
"category": "Line",
|
|
1161
|
+
"categoryCN": "线性",
|
|
1162
|
+
"author": "阿广"
|
|
1163
|
+
}, {
|
|
1164
|
+
"id": 166,
|
|
1165
|
+
"title": "双向传递-线",
|
|
1166
|
+
"name": "transfer-two-way-line",
|
|
1167
|
+
"category": "Line",
|
|
1168
|
+
"categoryCN": "线性",
|
|
1169
|
+
"author": "阿广"
|
|
1170
|
+
}, {
|
|
1171
|
+
"id": 167,
|
|
1172
|
+
"title": "指标-线性",
|
|
1173
|
+
"name": "index-line",
|
|
1174
|
+
"category": "Line",
|
|
1175
|
+
"categoryCN": "线性",
|
|
1176
|
+
"author": "阿广"
|
|
1177
|
+
}, {
|
|
1178
|
+
"id": 168,
|
|
1179
|
+
"title": "折叠-向上-填充",
|
|
1180
|
+
"name": "fold-up-fill",
|
|
1181
|
+
"category": "Fill",
|
|
1182
|
+
"categoryCN": "填充",
|
|
1183
|
+
"author": "阿广"
|
|
1184
|
+
}, {
|
|
1185
|
+
"id": 169,
|
|
1186
|
+
"title": "折叠-向左-填充",
|
|
1187
|
+
"name": "fold-left-fill",
|
|
1188
|
+
"category": "Fill",
|
|
1189
|
+
"categoryCN": "填充",
|
|
1190
|
+
"author": "阿广"
|
|
1191
|
+
}, {
|
|
1192
|
+
"id": 170,
|
|
1193
|
+
"title": "历史-线性",
|
|
1194
|
+
"name": "history-line",
|
|
1195
|
+
"category": "Line",
|
|
1196
|
+
"categoryCN": "线性",
|
|
1197
|
+
"author": "阿广"
|
|
1198
|
+
}, {
|
|
1199
|
+
"id": 171,
|
|
1200
|
+
"title": "面板-左侧-线性",
|
|
1201
|
+
"name": "panel-left-line",
|
|
1202
|
+
"category": "Line",
|
|
1203
|
+
"categoryCN": "线性",
|
|
1204
|
+
"author": "阿广"
|
|
1205
|
+
}, {
|
|
1206
|
+
"id": 172,
|
|
1207
|
+
"title": "表和模型-线性",
|
|
1208
|
+
"name": "tables-and-models-line",
|
|
1209
|
+
"category": "Line",
|
|
1210
|
+
"categoryCN": "线性",
|
|
1211
|
+
"author": "阿广"
|
|
1212
|
+
}, {
|
|
1213
|
+
"id": 173,
|
|
1214
|
+
"title": "箭头-右上-线性",
|
|
1215
|
+
"name": "arrows-up-right-line",
|
|
1216
|
+
"category": "Line",
|
|
1217
|
+
"categoryCN": "线性",
|
|
1218
|
+
"author": "阿广"
|
|
1219
|
+
}, {
|
|
1220
|
+
"id": 174,
|
|
1221
|
+
"title": "箭头-向右-线性",
|
|
1222
|
+
"name": "arrows-right-line",
|
|
1223
|
+
"category": "Line",
|
|
1224
|
+
"categoryCN": "线性",
|
|
1225
|
+
"author": "阿广"
|
|
1226
|
+
}, {
|
|
1227
|
+
"id": 175,
|
|
1228
|
+
"title": "箭头-向左-线性",
|
|
1229
|
+
"name": "arrows-left-line",
|
|
1230
|
+
"category": "Line",
|
|
1231
|
+
"categoryCN": "线性",
|
|
1232
|
+
"author": "阿广"
|
|
1233
|
+
}, {
|
|
1234
|
+
"id": 176,
|
|
1235
|
+
"title": "云端-上传-线性",
|
|
1236
|
+
"name": "cloud-upload-line",
|
|
1237
|
+
"category": "Line",
|
|
1238
|
+
"categoryCN": "线性",
|
|
1239
|
+
"author": "阿广"
|
|
1240
|
+
}, {
|
|
1241
|
+
"id": 177,
|
|
1242
|
+
"title": "目录-线性",
|
|
1243
|
+
"name": "catalog-line",
|
|
1244
|
+
"category": "Line",
|
|
1245
|
+
"categoryCN": "线性",
|
|
1246
|
+
"author": "阿广"
|
|
1247
|
+
}, {
|
|
1248
|
+
"id": 178,
|
|
1249
|
+
"title": "通知-新消息-双色",
|
|
1250
|
+
"name": "notification-new-duotone",
|
|
1251
|
+
"category": "Duotone",
|
|
1252
|
+
"categoryCN": "双色",
|
|
1253
|
+
"author": "阿广"
|
|
1254
|
+
}, {
|
|
1255
|
+
"id": 179,
|
|
1256
|
+
"title": "通知-线性",
|
|
1257
|
+
"name": "notification-line",
|
|
1258
|
+
"category": "Line",
|
|
1259
|
+
"categoryCN": "线性",
|
|
1260
|
+
"author": "阿广"
|
|
1261
|
+
}, {
|
|
1262
|
+
"id": 180,
|
|
1263
|
+
"title": "组-展开-线性",
|
|
1264
|
+
"name": "group-expand-line",
|
|
1265
|
+
"category": "Line",
|
|
1266
|
+
"categoryCN": "线性",
|
|
1267
|
+
"author": "阿广"
|
|
1268
|
+
}, {
|
|
1269
|
+
"id": 181,
|
|
1270
|
+
"title": "组-折叠-线性",
|
|
1271
|
+
"name": "group-fold-line",
|
|
1272
|
+
"category": "Line",
|
|
1273
|
+
"categoryCN": "线性",
|
|
1274
|
+
"author": "阿广"
|
|
1275
|
+
}, {
|
|
1276
|
+
"id": 182,
|
|
1277
|
+
"title": "添加-图表-线性",
|
|
1278
|
+
"name": "add-charts-line",
|
|
1279
|
+
"category": "Line",
|
|
1280
|
+
"categoryCN": "线性",
|
|
1281
|
+
"author": "阿广"
|
|
1282
|
+
}, {
|
|
1283
|
+
"id": 183,
|
|
1284
|
+
"title": "减少小数位-线性",
|
|
1285
|
+
"name": "reduce-decimal-places-line",
|
|
1286
|
+
"category": "Line",
|
|
1287
|
+
"categoryCN": "线性",
|
|
1288
|
+
"author": "阿广"
|
|
1289
|
+
}, {
|
|
1290
|
+
"id": 184,
|
|
1291
|
+
"title": "增加小数位-线性",
|
|
1292
|
+
"name": "increase-the-scale-line",
|
|
1293
|
+
"category": "Line",
|
|
1294
|
+
"categoryCN": "线性",
|
|
1295
|
+
"author": "阿广"
|
|
1296
|
+
}, {
|
|
1297
|
+
"id": 185,
|
|
1298
|
+
"title": "添加-表-线性",
|
|
1299
|
+
"name": "add-table-line",
|
|
1300
|
+
"category": "Line",
|
|
1301
|
+
"categoryCN": "线性",
|
|
1302
|
+
"author": "阿广"
|
|
1303
|
+
}, {
|
|
1304
|
+
"id": 186,
|
|
1305
|
+
"title": "添加-关系-线性",
|
|
1306
|
+
"name": "add-relation-line",
|
|
1307
|
+
"category": "Line",
|
|
1308
|
+
"categoryCN": "线性",
|
|
1309
|
+
"author": "阿广"
|
|
1310
|
+
}, {
|
|
1311
|
+
"id": 187,
|
|
1312
|
+
"title": "添加-字段-线性",
|
|
1313
|
+
"name": "add-field-line",
|
|
1314
|
+
"category": "Line",
|
|
1315
|
+
"categoryCN": "线性",
|
|
1316
|
+
"author": "阿广"
|
|
1317
|
+
}, {
|
|
1318
|
+
"id": 188,
|
|
1319
|
+
"title": "同期群-线性",
|
|
1320
|
+
"name": "cohort-line",
|
|
1321
|
+
"category": "Line",
|
|
1322
|
+
"categoryCN": "线性",
|
|
1323
|
+
"author": "阿广"
|
|
1324
|
+
}, {
|
|
1325
|
+
"id": 189,
|
|
1326
|
+
"title": "移动平均-线性",
|
|
1327
|
+
"name": "moving-average-line",
|
|
1328
|
+
"category": "Line",
|
|
1329
|
+
"categoryCN": "线性",
|
|
1330
|
+
"author": "阿广"
|
|
1331
|
+
}, {
|
|
1332
|
+
"id": 190,
|
|
1333
|
+
"title": "全关联-线性",
|
|
1334
|
+
"name": "union-full-line",
|
|
1335
|
+
"category": "Line",
|
|
1336
|
+
"categoryCN": "线性",
|
|
1337
|
+
"author": "阿广"
|
|
1338
|
+
}, {
|
|
1339
|
+
"id": 191,
|
|
1340
|
+
"title": "内关联-线性",
|
|
1341
|
+
"name": "union-inner-line",
|
|
1342
|
+
"category": "Line",
|
|
1343
|
+
"categoryCN": "线性",
|
|
1344
|
+
"author": "阿广"
|
|
1345
|
+
}, {
|
|
1346
|
+
"id": 192,
|
|
1347
|
+
"title": "左外关联-线性",
|
|
1348
|
+
"name": "union-left-line",
|
|
1349
|
+
"category": "Line",
|
|
1350
|
+
"categoryCN": "线性",
|
|
1351
|
+
"author": "阿广"
|
|
1352
|
+
}, {
|
|
1353
|
+
"id": 193,
|
|
1354
|
+
"title": "右外关联-线性",
|
|
1355
|
+
"name": "union-right-line",
|
|
1356
|
+
"category": "Line",
|
|
1357
|
+
"categoryCN": "线性",
|
|
1358
|
+
"author": "阿广"
|
|
1359
|
+
}, {
|
|
1360
|
+
"id": 194,
|
|
1361
|
+
"title": "时间差-线性",
|
|
1362
|
+
"name": "time-difference-line",
|
|
1363
|
+
"category": "Line",
|
|
1364
|
+
"categoryCN": "线性",
|
|
1365
|
+
"author": "阿广"
|
|
1366
|
+
}, {
|
|
1367
|
+
"id": 195,
|
|
1368
|
+
"title": "json提取-线性",
|
|
1369
|
+
"name": "json-extract-line",
|
|
1370
|
+
"category": "Line",
|
|
1371
|
+
"categoryCN": "线性",
|
|
1372
|
+
"author": "阿广"
|
|
1373
|
+
}, {
|
|
1374
|
+
"id": 196,
|
|
1375
|
+
"title": "添加-指标-线性",
|
|
1376
|
+
"name": "add-index-line",
|
|
1377
|
+
"category": "Line",
|
|
1378
|
+
"categoryCN": "线性",
|
|
1379
|
+
"author": "阿广"
|
|
1380
|
+
}, {
|
|
1381
|
+
"id": 197,
|
|
1382
|
+
"title": "表-双色",
|
|
1383
|
+
"name": "table-duotone",
|
|
1384
|
+
"category": "Duotone",
|
|
1385
|
+
"categoryCN": "双色",
|
|
1386
|
+
"author": "阿广"
|
|
1387
|
+
}, {
|
|
1388
|
+
"id": 198,
|
|
1389
|
+
"title": "分析簿-双色",
|
|
1390
|
+
"name": "workbook-duotone",
|
|
1391
|
+
"category": "Duotone",
|
|
1392
|
+
"categoryCN": "双色",
|
|
1393
|
+
"author": "阿广"
|
|
1394
|
+
}, {
|
|
1395
|
+
"id": 199,
|
|
1396
|
+
"title": "模型-双色",
|
|
1397
|
+
"name": "model-duotone",
|
|
1398
|
+
"category": "Duotone",
|
|
1399
|
+
"categoryCN": "双色",
|
|
1400
|
+
"author": "阿广"
|
|
1401
|
+
}, {
|
|
1402
|
+
"id": 200,
|
|
1403
|
+
"title": "上传文件-双色",
|
|
1404
|
+
"name": "upload-files-duotone",
|
|
1405
|
+
"category": "Duotone",
|
|
1406
|
+
"categoryCN": "双色",
|
|
1407
|
+
"author": "阿广"
|
|
1408
|
+
}, {
|
|
1409
|
+
"id": 201,
|
|
1410
|
+
"title": "五角星-填充",
|
|
1411
|
+
"name": "star-fill",
|
|
1412
|
+
"category": "Fill",
|
|
1413
|
+
"categoryCN": "填充",
|
|
1414
|
+
"author": "阿广"
|
|
1415
|
+
}, {
|
|
1416
|
+
"id": 202,
|
|
1417
|
+
"title": "服务支持-线性",
|
|
1418
|
+
"name": "service-support-line",
|
|
1419
|
+
"category": "Line",
|
|
1420
|
+
"categoryCN": "线性",
|
|
1421
|
+
"author": "阿广"
|
|
1422
|
+
}, {
|
|
1423
|
+
"id": 203,
|
|
1424
|
+
"title": "日期-线性",
|
|
1425
|
+
"name": "date-line",
|
|
1426
|
+
"category": "Line",
|
|
1427
|
+
"categoryCN": "线性",
|
|
1428
|
+
"author": "阿广"
|
|
1429
|
+
}, {
|
|
1430
|
+
"id": 204,
|
|
1431
|
+
"title": "高精度小数-线性",
|
|
1432
|
+
"name": "double-line",
|
|
1433
|
+
"category": "Line",
|
|
1434
|
+
"categoryCN": "线性",
|
|
1435
|
+
"author": "阿广"
|
|
1436
|
+
}, {
|
|
1437
|
+
"id": 205,
|
|
1438
|
+
"title": "小数-线性",
|
|
1439
|
+
"name": "decimal-line",
|
|
1440
|
+
"category": "Line",
|
|
1441
|
+
"categoryCN": "线性",
|
|
1442
|
+
"author": "阿广"
|
|
1443
|
+
}];
|