@aloudata/aloudata-design 0.4.0-beta.9 → 0.4.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE +21 -0
- package/README.md +22 -220
- package/dist/Alert/index.d.ts +4 -0
- package/dist/Alert/index.js +2 -0
- package/dist/Alert/style/index.js +2 -0
- package/dist/Avatar/component/Avatar/index.js +44 -0
- package/dist/Avatar/index.js +4 -0
- package/dist/Avatar/style/index.js +2 -0
- package/dist/Breadcrumb/index.js +47 -0
- package/dist/Breadcrumb/style/index.js +2 -0
- package/dist/Button/index.d.ts +58 -0
- package/dist/Button/index.js +116 -0
- package/dist/Button/style/index.js +2 -0
- package/dist/Button/style/index.less +356 -0
- package/dist/Card/index.js +3 -0
- package/dist/Card/style/index.js +2 -0
- package/dist/Checkbox/component/CheckboxGroup/index.js +28 -0
- package/dist/Checkbox/index.js +24 -0
- package/dist/Checkbox/style/index.js +2 -0
- package/dist/Col/index.js +4 -0
- package/dist/Col/style/index.js +2 -0
- package/dist/ConfigProvider/defaultRenderEmpty.d.ts +4 -0
- package/dist/ConfigProvider/defaultRenderEmpty.js +37 -0
- package/dist/ConfigProvider/index.js +3 -0
- package/dist/ConfigProvider/sizeContext.d.ts +9 -0
- package/dist/ConfigProvider/style/index.js +2 -0
- package/dist/DatePicker/index.js +2 -0
- package/dist/DatePicker/style/index.js +2 -0
- package/dist/Divider/index.js +13 -0
- package/dist/Divider/style/index.js +2 -0
- package/dist/DoubleCircleIcon/index.d.ts +9 -0
- package/dist/DoubleCircleIcon/index.js +33 -0
- package/dist/DoubleCircleIcon/style/index.less +23 -0
- package/dist/Drawer/index.js +4 -0
- package/dist/Drawer/style/index.js +2 -0
- package/dist/Dropdown/Button.js +32 -0
- package/dist/Dropdown/index.js +24 -0
- package/dist/Dropdown/style/index.js +2 -0
- package/dist/Empty/image/Data.d.ts +3 -0
- package/dist/Empty/image/Data.js +222 -0
- package/dist/Empty/image/Search.d.ts +3 -0
- package/dist/Empty/image/Search.js +212 -0
- package/dist/Empty/image/SearchSmall.d.ts +3 -0
- package/dist/Empty/image/SearchSmall.js +20 -0
- package/dist/Empty/image/User.d.ts +3 -0
- package/dist/Empty/image/User.js +199 -0
- package/dist/Empty/image/WorkBook.d.ts +3 -0
- package/dist/Empty/image/WorkBook.js +205 -0
- package/dist/Empty/index.d.ts +23 -0
- package/dist/Empty/index.js +81 -0
- package/dist/Empty/style/index.js +1 -0
- package/dist/Empty/style/index.less +57 -0
- package/dist/Form/index.js +8 -0
- package/dist/Form/style/index.js +2 -0
- package/dist/Icon/components/Icon.js +29 -0
- package/dist/Icon/icons.js +1443 -0
- package/dist/Icon/index.js +2 -0
- package/dist/Icon/style/index.less +0 -0
- package/dist/Input/components/Group/index.js +24 -0
- package/dist/Input/components/Input/index.js +32 -0
- package/dist/Input/components/Password/index.js +40 -0
- package/dist/Input/components/TextArea/index.js +27 -0
- package/dist/Input/index.js +9 -0
- package/dist/Input/style/index.js +2 -0
- package/dist/InputNumber/index.js +33 -0
- package/dist/InputNumber/style/index.js +2 -0
- package/dist/InputNumber/type.d.ts +161 -0
- package/dist/Layout/index.js +2 -0
- package/dist/Layout/style/index.js +2 -0
- package/dist/Menu/Divider.js +6 -0
- package/dist/Menu/MenuItem.js +6 -0
- package/dist/Menu/SubMenu.js +23 -0
- package/dist/Menu/index.d.ts +23 -0
- package/dist/Menu/index.js +34 -0
- package/dist/Menu/style/dropdown.less +51 -0
- package/dist/Menu/style/index.js +2 -0
- package/dist/Menu/style/index.less +43 -0
- package/dist/Modal/index.d.ts +37 -0
- package/dist/Modal/index.js +212 -0
- package/dist/Modal/locale.js +20 -0
- package/dist/Modal/style/index.js +2 -0
- package/dist/Modal/style/index.less +88 -0
- package/dist/Navigator/components/Menu/index.js +53 -0
- package/dist/Navigator/index.js +35 -0
- package/dist/Navigator/style/index.js +2 -0
- package/dist/Popconfirm/index.d.ts +10 -0
- package/dist/Popconfirm/index.js +58 -0
- package/dist/Popconfirm/style/index.js +2 -0
- package/dist/Popconfirm/style/index.less +28 -0
- package/dist/Popover/index.js +23 -0
- package/dist/Popover/style/index.js +2 -0
- package/dist/Progress/index.js +3 -0
- package/dist/Progress/style/index.js +2 -0
- package/dist/Radio/components/Group/index.d.ts +6 -0
- package/dist/Radio/components/Radio/index.js +95 -0
- package/dist/Radio/index.js +5 -0
- package/dist/Radio/style/index.js +2 -0
- package/dist/Row/index.js +2 -0
- package/dist/Row/style/index.js +2 -0
- package/dist/Select/components/MultipleOption.d.ts +10 -0
- package/dist/Select/components/MultipleOption.js +23 -0
- package/dist/Select/components/SingleOption.d.ts +10 -0
- package/dist/Select/components/SingleOption.js +27 -0
- package/dist/Select/index.d.ts +9 -0
- package/dist/Select/index.js +223 -0
- package/dist/Select/style/index.js +2 -0
- package/dist/Select/style/index.less +109 -0
- package/dist/Select/style/multiple.less +43 -0
- package/dist/Select/style/single.less +27 -0
- package/dist/Select/style/size.less +159 -0
- package/dist/Select/style/status.less +33 -0
- package/dist/Select/style/variables.less +35 -0
- package/dist/Skeleton/index.js +3 -0
- package/dist/Skeleton/style/index.js +2 -0
- package/dist/Space/index.js +2 -0
- package/dist/Space/style/index.js +2 -0
- package/dist/Spin/CustomIcon/index.d.ts +8 -0
- package/dist/Spin/CustomIcon/index.js +26 -0
- package/dist/Spin/CustomIcon/index.less +125 -0
- package/dist/Spin/Icon/index.d.ts +4 -0
- package/dist/Spin/Icon/index.js +7 -0
- package/dist/Spin/Icon/index.less +41 -0
- package/dist/Spin/index.d.ts +7 -0
- package/dist/Spin/index.js +32 -0
- package/dist/Spin/style/index.js +2 -0
- package/dist/Spin/style/index.less +1 -0
- package/dist/Steps/components/CustomDot/index.d.ts +2 -0
- package/dist/Steps/components/CustomDot/index.js +8 -0
- package/dist/Steps/components/ProcessIcon/index.d.ts +6 -0
- package/dist/Steps/components/ProcessIcon/index.js +22 -0
- package/dist/Steps/components/Step/index.js +47 -0
- package/dist/Steps/index.d.ts +46 -0
- package/dist/Steps/index.js +34 -0
- package/dist/Steps/matchMedia.mock.d.ts +0 -0
- package/dist/Steps/matchMedia.mock.js +17 -0
- package/dist/Steps/style/index.js +2 -0
- package/dist/Steps/style/index.less +337 -0
- package/dist/Switch/index.js +70 -0
- package/dist/Switch/style/index.js +2 -0
- package/dist/Table/Table.js +401 -0
- package/dist/Table/components/Empty/index.js +16 -0
- package/dist/Table/components/Loading/index.js +14 -0
- package/dist/Table/components/TableBodyRowList/index.js +95 -0
- package/dist/Table/components/TableHead/index.js +262 -0
- package/dist/Table/constant.d.ts +0 -0
- package/dist/Table/constant.js +0 -0
- package/dist/Table/hooks/useFrame.js +90 -0
- package/dist/Table/index.js +2 -0
- package/dist/Table/style/index.js +2 -0
- package/dist/Table/style/index.less +243 -0
- package/dist/Table/style/variable.less +5 -0
- package/dist/Table/utils.d.ts +15 -0
- package/dist/Table/utils.js +139 -0
- package/dist/Tabs/TabPane.js +6 -0
- package/dist/Tabs/index.js +48 -0
- package/dist/Tabs/style/index.js +2 -0
- package/dist/Tabs/style/index.less +168 -0
- package/dist/Tooltip/style/index.js +2 -0
- package/dist/Tooltip/style/index.less +17 -0
- package/dist/Tree/demo/basic/index.d.ts +3 -0
- package/dist/Tree/demo/basic/index.js +34 -0
- package/dist/Tree/index.d.ts +13 -0
- package/dist/Tree/index.js +19 -0
- package/dist/Tree/style/index.js +2 -0
- package/dist/Tree/style/index.less +45 -0
- package/dist/Typography/index.js +2 -0
- package/dist/Typography/style/index.js +2 -0
- package/dist/Upload/index.d.ts +4 -0
- package/dist/Upload/index.js +2 -0
- package/dist/Upload/style/index.js +2 -0
- package/dist/_utils/hooks/useControlledState.d.ts +2 -0
- package/dist/_utils/hooks/usePrefixCls.d.ts +2 -0
- package/dist/_utils/hooks/usePrefixCls.js +13 -0
- package/dist/index.d.ts +78 -0
- package/dist/index.js +43 -0
- package/dist/locale/default.js +2 -0
- package/dist/locale-provider/context.d.ts +7 -0
- package/dist/locale-provider/default.js +2 -0
- package/dist/locale-provider/en_US.js +2 -0
- package/dist/locale-provider/index.d.ts +65 -0
- package/dist/locale-provider/index.js +105 -0
- package/dist/locale-provider/style/index.js +1 -0
- package/dist/locale-provider/zh_CN.js +2 -0
- package/dist/message/index.d.ts +14 -0
- package/dist/message/index.js +137 -0
- package/dist/message/style/color.less +55 -0
- package/dist/message/style/index.js +2 -0
- package/dist/message/style/index.less +32 -0
- package/dist/notification/index.d.ts +3 -0
- package/dist/notification/index.js +3 -0
- package/dist/notification/style/index.js +2 -0
- package/dist/style/index.js +1 -0
- package/dist/style/index.less +4 -0
- package/dist/style/themes/default/themeColor.module.less +439 -0
- package/package.json +74 -99
- package/es/Alert/index.d.ts +0 -4
- package/es/Alert/index.js +0 -3
- package/es/Alert/style/index.js +0 -2
- package/es/Avatar/component/Avatar/index.js +0 -42
- package/es/Avatar/index.js +0 -4
- package/es/Avatar/style/index.js +0 -2
- package/es/Breadcrumb/index.js +0 -46
- package/es/Breadcrumb/style/index.js +0 -2
- package/es/Button/index.d.ts +0 -49
- package/es/Button/index.js +0 -123
- package/es/Button/style/index.js +0 -2
- package/es/Button/style/index.less +0 -355
- package/es/Card/index.js +0 -3
- package/es/Card/style/index.js +0 -2
- package/es/Checkbox/component/CheckboxGroup/index.js +0 -27
- package/es/Checkbox/index.js +0 -23
- package/es/Checkbox/style/index.js +0 -2
- package/es/Col/index.js +0 -3
- package/es/Col/style/index.js +0 -2
- package/es/ConfigProvider/defaultRenderEmpty.d.ts +0 -4
- package/es/ConfigProvider/defaultRenderEmpty.js +0 -37
- package/es/ConfigProvider/index.js +0 -4
- package/es/ConfigProvider/sizeContext.d.ts +0 -9
- package/es/ConfigProvider/style/index.js +0 -2
- package/es/DatePicker/index.js +0 -3
- package/es/DatePicker/style/index.js +0 -2
- package/es/Divider/index.js +0 -12
- package/es/Divider/style/index.js +0 -2
- package/es/Drawer/index.js +0 -3
- package/es/Drawer/style/index.js +0 -2
- package/es/Dropdown/Button.js +0 -34
- package/es/Dropdown/index.js +0 -26
- package/es/Dropdown/style/index.d.ts +0 -3
- package/es/Dropdown/style/index.js +0 -3
- package/es/Empty/image/Authority.d.ts +0 -3
- package/es/Empty/image/Authority.js +0 -360
- package/es/Empty/image/Dataspace.d.ts +0 -3
- package/es/Empty/image/Dataspace.js +0 -271
- package/es/Empty/image/Search.d.ts +0 -3
- package/es/Empty/image/Search.js +0 -156
- package/es/Empty/image/Simple.d.ts +0 -3
- package/es/Empty/image/Simple.js +0 -20
- package/es/Empty/image/Worksheet.d.ts +0 -3
- package/es/Empty/image/Worksheet.js +0 -270
- package/es/Empty/image/empty.d.ts +0 -3
- package/es/Empty/image/empty.js +0 -139
- package/es/Empty/index.d.ts +0 -23
- package/es/Empty/index.js +0 -86
- package/es/Empty/style/index.js +0 -1
- package/es/Empty/style/index.less +0 -69
- package/es/Form/index.js +0 -3
- package/es/Form/style/index.js +0 -2
- package/es/Icon/components/Icon.js +0 -27
- package/es/Icon/icons/AddLine.d.ts +0 -13
- package/es/Icon/icons/AddLine.js +0 -66
- package/es/Icon/icons/AlertFill.d.ts +0 -13
- package/es/Icon/icons/AlertFill.js +0 -73
- package/es/Icon/icons/ArrowsDownLine.d.ts +0 -13
- package/es/Icon/icons/ArrowsDownLine.js +0 -66
- package/es/Icon/icons/CancelFill.d.ts +0 -13
- package/es/Icon/icons/CancelFill.js +0 -73
- package/es/Icon/icons/CheckFill.d.ts +0 -13
- package/es/Icon/icons/CheckFill.js +0 -73
- package/es/Icon/icons/CheckLine.d.ts +0 -13
- package/es/Icon/icons/CheckLine.js +0 -73
- package/es/Icon/icons/CloseLine.d.ts +0 -13
- package/es/Icon/icons/CloseLine.js +0 -66
- package/es/Icon/icons/DatabaseLine.d.ts +0 -13
- package/es/Icon/icons/DatabaseLine.js +0 -66
- package/es/Icon/icons/Deleteline.d.ts +0 -13
- package/es/Icon/icons/Deleteline.js +0 -66
- package/es/Icon/icons/DownloadLine.d.ts +0 -13
- package/es/Icon/icons/DownloadLine.js +0 -73
- package/es/Icon/icons/ErrorFill.d.ts +0 -13
- package/es/Icon/icons/ErrorFill.js +0 -73
- package/es/Icon/icons/EyeOffLine.d.ts +0 -13
- package/es/Icon/icons/EyeOffLine.js +0 -73
- package/es/Icon/icons/EyeOnLine.d.ts +0 -13
- package/es/Icon/icons/EyeOnLine.js +0 -66
- package/es/Icon/icons/FileLine.d.ts +0 -13
- package/es/Icon/icons/FileLine.js +0 -73
- package/es/Icon/icons/HomeFill.d.ts +0 -13
- package/es/Icon/icons/HomeFill.js +0 -73
- package/es/Icon/icons/IconBase.withSpan.tpl +0 -58
- package/es/Icon/icons/LightningLine.d.ts +0 -13
- package/es/Icon/icons/LightningLine.js +0 -66
- package/es/Icon/icons/Loading.d.ts +0 -13
- package/es/Icon/icons/Loading.js +0 -66
- package/es/Icon/icons/More.d.ts +0 -13
- package/es/Icon/icons/More.js +0 -66
- package/es/Icon/icons/NewWindowsLine.d.ts +0 -13
- package/es/Icon/icons/NewWindowsLine.js +0 -74
- package/es/Icon/icons/SearchLine.d.ts +0 -13
- package/es/Icon/icons/SearchLine.js +0 -73
- package/es/Icon/icons/SortAscendingLine.d.ts +0 -13
- package/es/Icon/icons/SortAscendingLine.js +0 -66
- package/es/Icon/icons/SortDescendingLine.d.ts +0 -13
- package/es/Icon/icons/SortDescendingLine.js +0 -66
- package/es/Icon/icons/TextLine.d.ts +0 -13
- package/es/Icon/icons/TextLine.js +0 -73
- package/es/Icon/icons/UserLine.d.ts +0 -13
- package/es/Icon/icons/UserLine.js +0 -73
- package/es/Icon/icons/style.css +0 -9
- package/es/Icon/icons/style.css.d.ts +0 -10
- package/es/Icon/icons.js +0 -1590
- package/es/Icon/index.js +0 -2
- package/es/Icon/style/index.d.ts +0 -1
- package/es/Icon/style/index.js +0 -1
- package/es/Input/components/Group/index.js +0 -22
- package/es/Input/components/Input/index.js +0 -30
- package/es/Input/components/Password/index.js +0 -41
- package/es/Input/components/TextArea/index.js +0 -25
- package/es/Input/index.js +0 -9
- package/es/Input/style/index.d.ts +0 -3
- package/es/Input/style/index.js +0 -3
- package/es/InputNumber/index.js +0 -32
- package/es/InputNumber/style/index.js +0 -2
- package/es/InputNumber/type.d.ts +0 -161
- package/es/Layout/index.js +0 -3
- package/es/Layout/style/index.js +0 -2
- package/es/Menu/Divider.js +0 -7
- package/es/Menu/MenuItem.js +0 -7
- package/es/Menu/SubMenu.js +0 -22
- package/es/Menu/index.d.ts +0 -23
- package/es/Menu/index.js +0 -24
- package/es/Menu/style/index.d.ts +0 -3
- package/es/Menu/style/index.js +0 -3
- package/es/Menu/style/index.less +0 -41
- package/es/Modal/index.d.ts +0 -21
- package/es/Modal/index.js +0 -99
- package/es/Modal/locale.js +0 -20
- package/es/Modal/style/index.js +0 -2
- package/es/Modal/style/index.less +0 -209
- package/es/Navigator/components/Menu/index.js +0 -51
- package/es/Navigator/index.js +0 -35
- package/es/Navigator/style/index.js +0 -2
- package/es/PageHeader/index.d.ts +0 -3
- package/es/PageHeader/index.js +0 -3
- package/es/PageHeader/style/index.js +0 -2
- package/es/Popconfirm/index.d.ts +0 -3
- package/es/Popconfirm/index.js +0 -2
- package/es/Popconfirm/style/index.js +0 -2
- package/es/Popover/index.js +0 -22
- package/es/Popover/style/index.js +0 -2
- package/es/Progress/index.js +0 -2
- package/es/Progress/style/index.js +0 -2
- package/es/Radio/components/Group/index.d.ts +0 -6
- package/es/Radio/components/Radio/index.js +0 -95
- package/es/Radio/index.js +0 -5
- package/es/Radio/style/index.js +0 -2
- package/es/Row/index.js +0 -3
- package/es/Row/style/index.js +0 -2
- package/es/Select/index.d.ts +0 -39
- package/es/Select/index.js +0 -156
- package/es/Select/rc-select/BaseSelect.d.ts +0 -116
- package/es/Select/rc-select/BaseSelect.js +0 -641
- package/es/Select/rc-select/OptGroup.d.ts +0 -12
- package/es/Select/rc-select/OptGroup.js +0 -7
- package/es/Select/rc-select/Option.d.ts +0 -14
- package/es/Select/rc-select/Option.js +0 -7
- package/es/Select/rc-select/OptionList.d.ts +0 -10
- package/es/Select/rc-select/OptionList.js +0 -401
- package/es/Select/rc-select/Select.d.ts +0 -109
- package/es/Select/rc-select/Select.js +0 -547
- package/es/Select/rc-select/SelectContext.d.ts +0 -20
- package/es/Select/rc-select/SelectContext.js +0 -4
- package/es/Select/rc-select/SelectTrigger.d.ts +0 -30
- package/es/Select/rc-select/SelectTrigger.js +0 -136
- package/es/Select/rc-select/Selector/Input.d.ts +0 -26
- package/es/Select/rc-select/Selector/Input.js +0 -114
- package/es/Select/rc-select/Selector/MultipleSelector.d.ts +0 -16
- package/es/Select/rc-select/Selector/MultipleSelector.js +0 -246
- package/es/Select/rc-select/Selector/SingleSelector.d.ts +0 -8
- package/es/Select/rc-select/Selector/SingleSelector.js +0 -112
- package/es/Select/rc-select/Selector/index.d.ts +0 -80
- package/es/Select/rc-select/Selector/index.js +0 -194
- package/es/Select/rc-select/TransBtn.d.ts +0 -12
- package/es/Select/rc-select/TransBtn.js +0 -42
- package/es/Select/rc-select/hooks/useBaseProps.d.ts +0 -13
- package/es/Select/rc-select/hooks/useBaseProps.js +0 -11
- package/es/Select/rc-select/hooks/useCache.d.ts +0 -7
- package/es/Select/rc-select/hooks/useCache.js +0 -49
- package/es/Select/rc-select/hooks/useDelayReset.d.ts +0 -5
- package/es/Select/rc-select/hooks/useDelayReset.js +0 -50
- package/es/Select/rc-select/hooks/useFilterOptions.d.ts +0 -3
- package/es/Select/rc-select/hooks/useFilterOptions.js +0 -75
- package/es/Select/rc-select/hooks/useId.d.ts +0 -5
- package/es/Select/rc-select/hooks/useId.js +0 -47
- package/es/Select/rc-select/hooks/useLayoutEffect.d.ts +0 -5
- package/es/Select/rc-select/hooks/useLayoutEffect.js +0 -17
- package/es/Select/rc-select/hooks/useLock.d.ts +0 -7
- package/es/Select/rc-select/hooks/useLock.js +0 -35
- package/es/Select/rc-select/hooks/useOptions.d.ts +0 -11
- package/es/Select/rc-select/hooks/useOptions.js +0 -53
- package/es/Select/rc-select/hooks/useRefFunc.d.ts +0 -5
- package/es/Select/rc-select/hooks/useRefFunc.js +0 -15
- package/es/Select/rc-select/hooks/useSelectTriggerControl.d.ts +0 -1
- package/es/Select/rc-select/hooks/useSelectTriggerControl.js +0 -40
- package/es/Select/rc-select/index.d.ts +0 -10
- package/es/Select/rc-select/index.js +0 -7
- package/es/Select/rc-select/interface.d.ts +0 -10
- package/es/Select/rc-select/utils/commonUtil.d.ts +0 -4
- package/es/Select/rc-select/utils/commonUtil.js +0 -12
- package/es/Select/rc-select/utils/keyUtil.d.ts +0 -2
- package/es/Select/rc-select/utils/keyUtil.js +0 -8
- package/es/Select/rc-select/utils/legacyUtil.d.ts +0 -3
- package/es/Select/rc-select/utils/legacyUtil.js +0 -58
- package/es/Select/rc-select/utils/platformUtil.d.ts +0 -1
- package/es/Select/rc-select/utils/platformUtil.js +0 -4
- package/es/Select/rc-select/utils/valueUtil.d.ts +0 -22
- package/es/Select/rc-select/utils/valueUtil.js +0 -157
- package/es/Select/rc-select/utils/warningPropsUtil.d.ts +0 -3
- package/es/Select/rc-select/utils/warningPropsUtil.js +0 -114
- package/es/Select/style/index.d.ts +0 -3
- package/es/Select/style/index.js +0 -4
- package/es/Select/style/index.less +0 -340
- package/es/Select/style/multiple.less +0 -222
- package/es/Select/style/rtl.less +0 -168
- package/es/Select/style/select.less +0 -337
- package/es/Select/style/single.less +0 -179
- package/es/Select/style/status.less +0 -48
- package/es/Select/style/variables.less +0 -67
- package/es/Select/style/variables.less.d.ts +0 -190
- package/es/Select/utils/iconUtil.d.ts +0 -24
- package/es/Select/utils/iconUtil.js +0 -86
- package/es/Skeleton/index.js +0 -2
- package/es/Skeleton/style/index.js +0 -2
- package/es/Space/index.js +0 -2
- package/es/Space/style/index.js +0 -2
- package/es/Spin/index.d.ts +0 -4
- package/es/Spin/index.js +0 -2
- package/es/Spin/style/index.js +0 -2
- package/es/Steps/components/ProcessIcon/index.d.ts +0 -6
- package/es/Steps/components/ProcessIcon/index.js +0 -8
- package/es/Steps/components/Step/index.js +0 -45
- package/es/Steps/index.d.ts +0 -37
- package/es/Steps/index.js +0 -31
- package/es/Steps/matchMedia.mock.d.ts +0 -1
- package/es/Steps/matchMedia.mock.js +0 -17
- package/es/Steps/style/index.js +0 -2
- package/es/Steps/style/index.less +0 -258
- package/es/Switch/index.js +0 -72
- package/es/Switch/style/index.js +0 -2
- package/es/Table/Table.js +0 -388
- package/es/Table/components/Empty/index.js +0 -16
- package/es/Table/components/Loading/index.js +0 -18
- package/es/Table/components/TableBodyRowList/index.js +0 -91
- package/es/Table/components/TableHead/index.js +0 -261
- package/es/Table/constant.d.ts +0 -1
- package/es/Table/constant.js +0 -1
- package/es/Table/hooks/useFrame.js +0 -90
- package/es/Table/index.js +0 -2
- package/es/Table/interface.js +0 -1
- package/es/Table/style/index.js +0 -2
- package/es/Table/style/index.less +0 -238
- package/es/Table/style/variable.less +0 -5
- package/es/Table/style/variable.less.d.ts +0 -7
- package/es/Table/utils.d.ts +0 -15
- package/es/Table/utils.js +0 -138
- package/es/Tabs/TabPane.js +0 -6
- package/es/Tabs/index.js +0 -48
- package/es/Tabs/style/index.d.ts +0 -3
- package/es/Tabs/style/index.js +0 -3
- package/es/Tabs/style/index.less +0 -166
- package/es/Tooltip/style/index.js +0 -2
- package/es/Tooltip/style/index.less +0 -15
- package/es/Tree/index.d.ts +0 -5
- package/es/Tree/index.js +0 -2
- package/es/Tree/style/index.js +0 -2
- package/es/Tree/style/index.less +0 -1
- package/es/Typography/index.js +0 -3
- package/es/Typography/style/index.js +0 -2
- package/es/Typography/style/index.less +0 -1
- package/es/Upload/index.d.ts +0 -4
- package/es/Upload/index.js +0 -3
- package/es/Upload/style/index.js +0 -2
- package/es/Upload/style/index.less +0 -1
- package/es/_utils/hooks/useControlledState.d.ts +0 -2
- package/es/_utils/hooks/usePrefixCls.d.ts +0 -2
- package/es/_utils/hooks/usePrefixCls.js +0 -14
- package/es/index.d.ts +0 -81
- package/es/index.js +0 -42
- package/es/locale/default.js +0 -2
- package/es/locale-provider/context.d.ts +0 -7
- package/es/locale-provider/default.js +0 -2
- package/es/locale-provider/en_US.js +0 -2
- package/es/locale-provider/index.d.ts +0 -65
- package/es/locale-provider/index.js +0 -102
- package/es/locale-provider/style/index.js +0 -1
- package/es/locale-provider/zh_CN.js +0 -2
- package/es/message/index.d.ts +0 -5
- package/es/message/index.js +0 -3
- package/es/message/style/index.js +0 -2
- package/es/message/style/index.less +0 -1
- package/es/notification/index.d.ts +0 -4
- package/es/notification/index.js +0 -3
- package/es/notification/style/index.js +0 -2
- package/es/notification/style/index.less +0 -1
- package/es/style/index.js +0 -1
- package/es/style/index.less +0 -5
- package/es/style/themes/default/themeColor.module.less +0 -445
- package/lib/Alert/index.d.ts +0 -4
- package/lib/Alert/index.js +0 -15
- package/lib/Alert/style/index.js +0 -5
- package/lib/Alert/style/index.less +0 -1
- package/lib/Avatar/component/Avatar/index.d.ts +0 -84
- package/lib/Avatar/component/Avatar/index.js +0 -61
- package/lib/Avatar/index.d.ts +0 -3
- package/lib/Avatar/index.js +0 -16
- package/lib/Avatar/style/index.js +0 -5
- package/lib/Avatar/style/index.less +0 -34
- package/lib/Breadcrumb/index.d.ts +0 -11
- package/lib/Breadcrumb/index.js +0 -59
- package/lib/Breadcrumb/style/index.js +0 -5
- package/lib/Breadcrumb/style/index.less +0 -36
- package/lib/Button/index.d.ts +0 -49
- package/lib/Button/index.js +0 -139
- package/lib/Button/style/index.js +0 -5
- package/lib/Button/style/index.less +0 -355
- package/lib/Button/style/variables.less +0 -67
- package/lib/Card/index.d.ts +0 -3
- package/lib/Card/index.js +0 -15
- package/lib/Card/style/index.d.ts +0 -2
- package/lib/Card/style/index.js +0 -5
- package/lib/Card/style/index.less +0 -1
- package/lib/Checkbox/component/CheckboxGroup/index.d.ts +0 -4
- package/lib/Checkbox/component/CheckboxGroup/index.js +0 -42
- package/lib/Checkbox/index.d.ts +0 -10
- package/lib/Checkbox/index.js +0 -37
- package/lib/Checkbox/style/index.d.ts +0 -2
- package/lib/Checkbox/style/index.js +0 -5
- package/lib/Checkbox/style/index.less +0 -133
- package/lib/Checkbox/type.d.ts +0 -94
- package/lib/Checkbox/type.js +0 -13
- package/lib/Col/index.d.ts +0 -4
- package/lib/Col/index.js +0 -15
- package/lib/Col/style/index.d.ts +0 -2
- package/lib/Col/style/index.js +0 -5
- package/lib/Col/style/index.less +0 -1
- package/lib/ConfigProvider/defaultRenderEmpty.d.ts +0 -4
- package/lib/ConfigProvider/defaultRenderEmpty.js +0 -55
- package/lib/ConfigProvider/index.d.ts +0 -4
- package/lib/ConfigProvider/index.js +0 -41
- package/lib/ConfigProvider/sizeContext.d.ts +0 -9
- package/lib/ConfigProvider/sizeContext.js +0 -30
- package/lib/ConfigProvider/style/index.d.ts +0 -2
- package/lib/ConfigProvider/style/index.js +0 -5
- package/lib/ConfigProvider/style/index.less +0 -1
- package/lib/DatePicker/index.d.ts +0 -4
- package/lib/DatePicker/index.js +0 -15
- package/lib/DatePicker/style/index.d.ts +0 -2
- package/lib/DatePicker/style/index.js +0 -5
- package/lib/DatePicker/style/index.less +0 -1
- package/lib/Divider/index.d.ts +0 -41
- package/lib/Divider/index.js +0 -25
- package/lib/Divider/style/index.d.ts +0 -2
- package/lib/Divider/style/index.js +0 -5
- package/lib/Divider/style/index.less +0 -5
- package/lib/Divider/style/index.less.d.ts +0 -183
- package/lib/Drawer/index.d.ts +0 -4
- package/lib/Drawer/index.js +0 -15
- package/lib/Drawer/style/index.d.ts +0 -2
- package/lib/Drawer/style/index.js +0 -5
- package/lib/Drawer/style/index.less +0 -1
- package/lib/Dropdown/Button.d.ts +0 -69
- package/lib/Dropdown/Button.js +0 -48
- package/lib/Dropdown/index.d.ts +0 -86
- package/lib/Dropdown/index.js +0 -39
- package/lib/Dropdown/style/index.d.ts +0 -3
- package/lib/Dropdown/style/index.js +0 -7
- package/lib/Dropdown/style/index.less +0 -73
- package/lib/Empty/image/Authority.d.ts +0 -3
- package/lib/Empty/image/Authority.js +0 -374
- package/lib/Empty/image/Dataspace.d.ts +0 -3
- package/lib/Empty/image/Dataspace.js +0 -285
- package/lib/Empty/image/Search.d.ts +0 -3
- package/lib/Empty/image/Search.js +0 -170
- package/lib/Empty/image/Simple.d.ts +0 -3
- package/lib/Empty/image/Simple.js +0 -34
- package/lib/Empty/image/Worksheet.d.ts +0 -3
- package/lib/Empty/image/Worksheet.js +0 -284
- package/lib/Empty/image/empty.d.ts +0 -3
- package/lib/Empty/image/empty.js +0 -153
- package/lib/Empty/index.d.ts +0 -23
- package/lib/Empty/index.js +0 -110
- package/lib/Empty/style/index.d.ts +0 -1
- package/lib/Empty/style/index.js +0 -3
- package/lib/Empty/style/index.less +0 -69
- package/lib/Form/index.d.ts +0 -8
- package/lib/Form/index.js +0 -15
- package/lib/Form/style/index.d.ts +0 -2
- package/lib/Form/style/index.js +0 -5
- package/lib/Form/style/index.less +0 -9
- package/lib/Icon/antdIconfont.d.ts +0 -4
- package/lib/Icon/antdIconfont.js +0 -13
- package/lib/Icon/components/Icon.d.ts +0 -32
- package/lib/Icon/components/Icon.js +0 -38
- package/lib/Icon/components/createFromScripts.d.ts +0 -1
- package/lib/Icon/components/createFromScripts.js +0 -41
- package/lib/Icon/iconSvgs/arrows_right_sm.svg +0 -3
- package/lib/Icon/icons/AddLine.d.ts +0 -13
- package/lib/Icon/icons/AddLine.js +0 -83
- package/lib/Icon/icons/AlertFill.d.ts +0 -13
- package/lib/Icon/icons/AlertFill.js +0 -90
- package/lib/Icon/icons/ArrowsDownLine.d.ts +0 -13
- package/lib/Icon/icons/ArrowsDownLine.js +0 -83
- package/lib/Icon/icons/CancelFill.d.ts +0 -13
- package/lib/Icon/icons/CancelFill.js +0 -90
- package/lib/Icon/icons/CheckFill.d.ts +0 -13
- package/lib/Icon/icons/CheckFill.js +0 -90
- package/lib/Icon/icons/CheckLine.d.ts +0 -13
- package/lib/Icon/icons/CheckLine.js +0 -90
- package/lib/Icon/icons/CloseLine.d.ts +0 -13
- package/lib/Icon/icons/CloseLine.js +0 -83
- package/lib/Icon/icons/DatabaseLine.d.ts +0 -13
- package/lib/Icon/icons/DatabaseLine.js +0 -83
- package/lib/Icon/icons/Deleteline.d.ts +0 -13
- package/lib/Icon/icons/Deleteline.js +0 -83
- package/lib/Icon/icons/DownloadLine.d.ts +0 -13
- package/lib/Icon/icons/DownloadLine.js +0 -90
- package/lib/Icon/icons/ErrorFill.d.ts +0 -13
- package/lib/Icon/icons/ErrorFill.js +0 -90
- package/lib/Icon/icons/EyeOffLine.d.ts +0 -13
- package/lib/Icon/icons/EyeOffLine.js +0 -90
- package/lib/Icon/icons/EyeOnLine.d.ts +0 -13
- package/lib/Icon/icons/EyeOnLine.js +0 -83
- package/lib/Icon/icons/FileLine.d.ts +0 -13
- package/lib/Icon/icons/FileLine.js +0 -90
- package/lib/Icon/icons/HomeFill.d.ts +0 -13
- package/lib/Icon/icons/HomeFill.js +0 -90
- package/lib/Icon/icons/IconBase.withSpan.tpl +0 -58
- package/lib/Icon/icons/LightningLine.d.ts +0 -13
- package/lib/Icon/icons/LightningLine.js +0 -83
- package/lib/Icon/icons/Loading.d.ts +0 -13
- package/lib/Icon/icons/Loading.js +0 -83
- package/lib/Icon/icons/More.d.ts +0 -13
- package/lib/Icon/icons/More.js +0 -83
- package/lib/Icon/icons/NewWindowsLine.d.ts +0 -13
- package/lib/Icon/icons/NewWindowsLine.js +0 -91
- package/lib/Icon/icons/SearchLine.d.ts +0 -13
- package/lib/Icon/icons/SearchLine.js +0 -90
- package/lib/Icon/icons/SortAscendingLine.d.ts +0 -13
- package/lib/Icon/icons/SortAscendingLine.js +0 -83
- package/lib/Icon/icons/SortDescendingLine.d.ts +0 -13
- package/lib/Icon/icons/SortDescendingLine.js +0 -83
- package/lib/Icon/icons/TextLine.d.ts +0 -13
- package/lib/Icon/icons/TextLine.js +0 -90
- package/lib/Icon/icons/UserLine.d.ts +0 -13
- package/lib/Icon/icons/UserLine.js +0 -90
- package/lib/Icon/icons/style.css +0 -9
- package/lib/Icon/icons/style.css.d.ts +0 -10
- package/lib/Icon/icons.d.ts +0 -9
- package/lib/Icon/icons.js +0 -1597
- package/lib/Icon/index.d.ts +0 -3
- package/lib/Icon/index.js +0 -13
- package/lib/Icon/index.less +0 -24
- package/lib/Icon/style/index.d.ts +0 -1
- package/lib/Icon/style/index.js +0 -1
- package/lib/Input/components/Group/index.d.ts +0 -18
- package/lib/Input/components/Group/index.js +0 -36
- package/lib/Input/components/Input/index.d.ts +0 -80
- package/lib/Input/components/Input/index.js +0 -46
- package/lib/Input/components/Password/index.d.ts +0 -22
- package/lib/Input/components/Password/index.js +0 -60
- package/lib/Input/components/TextArea/index.d.ts +0 -65
- package/lib/Input/components/TextArea/index.js +0 -40
- package/lib/Input/index.d.ts +0 -16
- package/lib/Input/index.js +0 -23
- package/lib/Input/style/index.d.ts +0 -3
- package/lib/Input/style/index.js +0 -7
- package/lib/Input/style/index.less +0 -490
- package/lib/InputNumber/index.d.ts +0 -4
- package/lib/InputNumber/index.js +0 -45
- package/lib/InputNumber/style/index.d.ts +0 -2
- package/lib/InputNumber/style/index.js +0 -5
- package/lib/InputNumber/style/index.less +0 -264
- package/lib/InputNumber/type.d.ts +0 -161
- package/lib/InputNumber/type.js +0 -5
- package/lib/Layout/index.d.ts +0 -4
- package/lib/Layout/index.js +0 -15
- package/lib/Layout/style/index.d.ts +0 -2
- package/lib/Layout/style/index.js +0 -5
- package/lib/Layout/style/index.less +0 -1
- package/lib/Menu/Divider.d.ts +0 -5
- package/lib/Menu/Divider.js +0 -20
- package/lib/Menu/MenuItem.d.ts +0 -30
- package/lib/Menu/MenuItem.js +0 -20
- package/lib/Menu/SubMenu.d.ts +0 -26
- package/lib/Menu/SubMenu.js +0 -36
- package/lib/Menu/index.d.ts +0 -23
- package/lib/Menu/index.js +0 -41
- package/lib/Menu/style/index.d.ts +0 -3
- package/lib/Menu/style/index.js +0 -7
- package/lib/Menu/style/index.less +0 -41
- package/lib/Modal/index.d.ts +0 -21
- package/lib/Modal/index.js +0 -128
- package/lib/Modal/locale.d.ts +0 -7
- package/lib/Modal/locale.js +0 -31
- package/lib/Modal/style/index.d.ts +0 -2
- package/lib/Modal/style/index.js +0 -5
- package/lib/Modal/style/index.less +0 -209
- package/lib/Navigator/components/Header/index.d.ts +0 -9
- package/lib/Navigator/components/Header/index.js +0 -28
- package/lib/Navigator/components/Menu/index.d.ts +0 -13
- package/lib/Navigator/components/Menu/index.js +0 -68
- package/lib/Navigator/components/MenuItem/index.d.ts +0 -21
- package/lib/Navigator/components/MenuItem/index.js +0 -56
- package/lib/Navigator/index.d.ts +0 -51
- package/lib/Navigator/index.js +0 -54
- package/lib/Navigator/style/bg.png +0 -0
- package/lib/Navigator/style/index.d.ts +0 -2
- package/lib/Navigator/style/index.js +0 -5
- package/lib/Navigator/style/index.less +0 -159
- package/lib/PageHeader/index.d.ts +0 -3
- package/lib/PageHeader/index.js +0 -15
- package/lib/PageHeader/style/index.d.ts +0 -2
- package/lib/PageHeader/style/index.js +0 -5
- package/lib/PageHeader/style/index.less +0 -1
- package/lib/Popconfirm/index.d.ts +0 -3
- package/lib/Popconfirm/index.js +0 -13
- package/lib/Popconfirm/style/index.d.ts +0 -2
- package/lib/Popconfirm/style/index.js +0 -5
- package/lib/Popconfirm/style/index.less +0 -1
- package/lib/Popover/index.d.ts +0 -5
- package/lib/Popover/index.js +0 -35
- package/lib/Popover/style/index.d.ts +0 -2
- package/lib/Popover/style/index.js +0 -5
- package/lib/Popover/style/index.less +0 -37
- package/lib/Progress/index.d.ts +0 -3
- package/lib/Progress/index.js +0 -13
- package/lib/Progress/style/index.d.ts +0 -2
- package/lib/Progress/style/index.js +0 -5
- package/lib/Progress/style/index.less +0 -1
- package/lib/Radio/components/Group/index.d.ts +0 -6
- package/lib/Radio/components/Group/index.js +0 -95
- package/lib/Radio/components/Radio/index.d.ts +0 -3
- package/lib/Radio/components/Radio/index.js +0 -115
- package/lib/Radio/index.d.ts +0 -10
- package/lib/Radio/index.js +0 -17
- package/lib/Radio/interface/radio.d.ts +0 -24
- package/lib/Radio/interface/radio.js +0 -5
- package/lib/Radio/interface/radioGroup.d.ts +0 -42
- package/lib/Radio/interface/radioGroup.js +0 -5
- package/lib/Radio/style/index.d.ts +0 -2
- package/lib/Radio/style/index.js +0 -5
- package/lib/Radio/style/index.less +0 -349
- package/lib/Row/index.d.ts +0 -3
- package/lib/Row/index.js +0 -15
- package/lib/Row/style/index.d.ts +0 -2
- package/lib/Row/style/index.js +0 -5
- package/lib/Row/style/index.less +0 -1
- package/lib/Select/index.d.ts +0 -39
- package/lib/Select/index.js +0 -181
- package/lib/Select/rc-select/BaseSelect.d.ts +0 -116
- package/lib/Select/rc-select/BaseSelect.js +0 -672
- package/lib/Select/rc-select/OptGroup.d.ts +0 -12
- package/lib/Select/rc-select/OptGroup.js +0 -15
- package/lib/Select/rc-select/Option.d.ts +0 -14
- package/lib/Select/rc-select/Option.js +0 -15
- package/lib/Select/rc-select/OptionList.d.ts +0 -10
- package/lib/Select/rc-select/OptionList.js +0 -428
- package/lib/Select/rc-select/Select.d.ts +0 -109
- package/lib/Select/rc-select/Select.js +0 -545
- package/lib/Select/rc-select/SelectContext.d.ts +0 -20
- package/lib/Select/rc-select/SelectContext.js +0 -19
- package/lib/Select/rc-select/SelectTrigger.d.ts +0 -30
- package/lib/Select/rc-select/SelectTrigger.js +0 -153
- package/lib/Select/rc-select/Selector/Input.d.ts +0 -26
- package/lib/Select/rc-select/Selector/Input.js +0 -132
- package/lib/Select/rc-select/Selector/MultipleSelector.d.ts +0 -16
- package/lib/Select/rc-select/Selector/MultipleSelector.js +0 -267
- package/lib/Select/rc-select/Selector/SingleSelector.d.ts +0 -8
- package/lib/Select/rc-select/Selector/SingleSelector.js +0 -129
- package/lib/Select/rc-select/Selector/index.d.ts +0 -80
- package/lib/Select/rc-select/Selector/index.js +0 -203
- package/lib/Select/rc-select/TransBtn.d.ts +0 -12
- package/lib/Select/rc-select/TransBtn.js +0 -59
- package/lib/Select/rc-select/hooks/useBaseProps.d.ts +0 -13
- package/lib/Select/rc-select/hooks/useBaseProps.js +0 -28
- package/lib/Select/rc-select/hooks/useCache.d.ts +0 -7
- package/lib/Select/rc-select/hooks/useCache.js +0 -63
- package/lib/Select/rc-select/hooks/useDelayReset.d.ts +0 -5
- package/lib/Select/rc-select/hooks/useDelayReset.js +0 -62
- package/lib/Select/rc-select/hooks/useFilterOptions.d.ts +0 -3
- package/lib/Select/rc-select/hooks/useFilterOptions.js +0 -91
- package/lib/Select/rc-select/hooks/useId.d.ts +0 -5
- package/lib/Select/rc-select/hooks/useId.js +0 -68
- package/lib/Select/rc-select/hooks/useLayoutEffect.d.ts +0 -5
- package/lib/Select/rc-select/hooks/useLayoutEffect.js +0 -32
- package/lib/Select/rc-select/hooks/useLock.d.ts +0 -7
- package/lib/Select/rc-select/hooks/useLock.js +0 -49
- package/lib/Select/rc-select/hooks/useOptions.d.ts +0 -11
- package/lib/Select/rc-select/hooks/useOptions.js +0 -68
- package/lib/Select/rc-select/hooks/useRefFunc.d.ts +0 -5
- package/lib/Select/rc-select/hooks/useRefFunc.js +0 -29
- package/lib/Select/rc-select/hooks/useSelectTriggerControl.d.ts +0 -1
- package/lib/Select/rc-select/hooks/useSelectTriggerControl.js +0 -54
- package/lib/Select/rc-select/index.d.ts +0 -10
- package/lib/Select/rc-select/index.js +0 -45
- package/lib/Select/rc-select/interface.d.ts +0 -10
- package/lib/Select/rc-select/interface.js +0 -5
- package/lib/Select/rc-select/utils/commonUtil.d.ts +0 -4
- package/lib/Select/rc-select/utils/commonUtil.js +0 -23
- package/lib/Select/rc-select/utils/keyUtil.d.ts +0 -2
- package/lib/Select/rc-select/utils/keyUtil.js +0 -17
- package/lib/Select/rc-select/utils/legacyUtil.d.ts +0 -3
- package/lib/Select/rc-select/utils/legacyUtil.js +0 -73
- package/lib/Select/rc-select/utils/platformUtil.d.ts +0 -1
- package/lib/Select/rc-select/utils/platformUtil.js +0 -11
- package/lib/Select/rc-select/utils/valueUtil.d.ts +0 -22
- package/lib/Select/rc-select/utils/valueUtil.js +0 -172
- package/lib/Select/rc-select/utils/warningPropsUtil.d.ts +0 -3
- package/lib/Select/rc-select/utils/warningPropsUtil.js +0 -132
- package/lib/Select/style/index.d.ts +0 -3
- package/lib/Select/style/index.js +0 -7
- package/lib/Select/style/index.less +0 -340
- package/lib/Select/style/multiple.less +0 -222
- package/lib/Select/style/rtl.less +0 -168
- package/lib/Select/style/select.less +0 -337
- package/lib/Select/style/single.less +0 -179
- package/lib/Select/style/status.less +0 -48
- package/lib/Select/style/variables.less +0 -67
- package/lib/Select/style/variables.less.d.ts +0 -190
- package/lib/Select/utils/iconUtil.d.ts +0 -24
- package/lib/Select/utils/iconUtil.js +0 -108
- package/lib/Skeleton/index.d.ts +0 -3
- package/lib/Skeleton/index.js +0 -13
- package/lib/Skeleton/style/index.d.ts +0 -2
- package/lib/Skeleton/style/index.js +0 -5
- package/lib/Skeleton/style/index.less +0 -1
- package/lib/Space/index.d.ts +0 -4
- package/lib/Space/index.js +0 -17
- package/lib/Space/style/index.d.ts +0 -2
- package/lib/Space/style/index.js +0 -5
- package/lib/Space/style/index.less +0 -1
- package/lib/Spin/index.d.ts +0 -4
- package/lib/Spin/index.js +0 -13
- package/lib/Spin/style/index.d.ts +0 -2
- package/lib/Spin/style/index.js +0 -5
- package/lib/Spin/style/index.less +0 -1
- package/lib/Steps/components/ProcessIcon/index.d.ts +0 -6
- package/lib/Steps/components/ProcessIcon/index.js +0 -19
- package/lib/Steps/components/Step/index.d.ts +0 -20
- package/lib/Steps/components/Step/index.js +0 -61
- package/lib/Steps/index.d.ts +0 -37
- package/lib/Steps/index.js +0 -46
- package/lib/Steps/matchMedia.mock.d.ts +0 -1
- package/lib/Steps/matchMedia.mock.js +0 -17
- package/lib/Steps/style/index.d.ts +0 -2
- package/lib/Steps/style/index.js +0 -5
- package/lib/Steps/style/index.less +0 -258
- package/lib/Switch/index.d.ts +0 -48
- package/lib/Switch/index.js +0 -90
- package/lib/Switch/style/index.d.ts +0 -2
- package/lib/Switch/style/index.js +0 -5
- package/lib/Switch/style/index.less +0 -130
- package/lib/Table/Table.d.ts +0 -6
- package/lib/Table/Table.js +0 -419
- package/lib/Table/components/Empty/index.d.ts +0 -3
- package/lib/Table/components/Empty/index.js +0 -28
- package/lib/Table/components/Loading/index.d.ts +0 -3
- package/lib/Table/components/Loading/index.js +0 -31
- package/lib/Table/components/TableBodyRowList/index.d.ts +0 -13
- package/lib/Table/components/TableBodyRowList/index.js +0 -110
- package/lib/Table/components/TableHead/index.d.ts +0 -22
- package/lib/Table/components/TableHead/index.js +0 -285
- package/lib/Table/constant.d.ts +0 -1
- package/lib/Table/constant.js +0 -1
- package/lib/Table/hooks/useFrame.d.ts +0 -7
- package/lib/Table/hooks/useFrame.js +0 -98
- package/lib/Table/index.d.ts +0 -2
- package/lib/Table/index.js +0 -13
- package/lib/Table/interface.d.ts +0 -41
- package/lib/Table/interface.js +0 -5
- package/lib/Table/react-table-config.d.ts +0 -122
- package/lib/Table/style/index.d.ts +0 -2
- package/lib/Table/style/index.js +0 -5
- package/lib/Table/style/index.less +0 -238
- package/lib/Table/style/variable.less +0 -5
- package/lib/Table/style/variable.less.d.ts +0 -7
- package/lib/Table/utils.d.ts +0 -15
- package/lib/Table/utils.js +0 -154
- package/lib/Tabs/TabPane.d.ts +0 -21
- package/lib/Tabs/TabPane.js +0 -18
- package/lib/Tabs/index.d.ts +0 -47
- package/lib/Tabs/index.js +0 -64
- package/lib/Tabs/style/index.d.ts +0 -3
- package/lib/Tabs/style/index.js +0 -7
- package/lib/Tabs/style/index.less +0 -166
- package/lib/Tooltip/index.d.ts +0 -63
- package/lib/Tooltip/index.js +0 -44
- package/lib/Tooltip/style/index.d.ts +0 -2
- package/lib/Tooltip/style/index.js +0 -5
- package/lib/Tooltip/style/index.less +0 -15
- package/lib/Tree/index.d.ts +0 -5
- package/lib/Tree/index.js +0 -13
- package/lib/Tree/style/index.d.ts +0 -2
- package/lib/Tree/style/index.js +0 -5
- package/lib/Tree/style/index.less +0 -1
- package/lib/Typography/index.d.ts +0 -3
- package/lib/Typography/index.js +0 -15
- package/lib/Typography/style/index.d.ts +0 -2
- package/lib/Typography/style/index.js +0 -5
- package/lib/Typography/style/index.less +0 -1
- package/lib/Upload/index.d.ts +0 -4
- package/lib/Upload/index.js +0 -15
- package/lib/Upload/style/index.d.ts +0 -2
- package/lib/Upload/style/index.js +0 -5
- package/lib/Upload/style/index.less +0 -1
- package/lib/_utils/hooks/useControlledState.d.ts +0 -2
- package/lib/_utils/hooks/useControlledState.js +0 -63
- package/lib/_utils/hooks/useId.d.ts +0 -4
- package/lib/_utils/hooks/useId.js +0 -36
- package/lib/_utils/hooks/usePrefixCls.d.ts +0 -2
- package/lib/_utils/hooks/usePrefixCls.js +0 -27
- package/lib/index.d.ts +0 -81
- package/lib/index.js +0 -335
- package/lib/locale/default.d.ts +0 -2
- package/lib/locale/default.js +0 -13
- package/lib/locale/en_US.d.ts +0 -3
- package/lib/locale/en_US.js +0 -146
- package/lib/locale/zh_CN.d.ts +0 -3
- package/lib/locale/zh_CN.js +0 -145
- package/lib/locale-provider/LocaleReceiver.d.ts +0 -4
- package/lib/locale-provider/LocaleReceiver.js +0 -23
- package/lib/locale-provider/context.d.ts +0 -7
- package/lib/locale-provider/context.js +0 -12
- package/lib/locale-provider/default.d.ts +0 -2
- package/lib/locale-provider/default.js +0 -13
- package/lib/locale-provider/en_US.d.ts +0 -2
- package/lib/locale-provider/en_US.js +0 -13
- package/lib/locale-provider/index.d.ts +0 -65
- package/lib/locale-provider/index.js +0 -116
- package/lib/locale-provider/style/index.d.ts +0 -1
- package/lib/locale-provider/style/index.js +0 -3
- package/lib/locale-provider/style/index.less +0 -2
- package/lib/locale-provider/zh_CN.d.ts +0 -2
- package/lib/locale-provider/zh_CN.js +0 -13
- package/lib/message/index.d.ts +0 -5
- package/lib/message/index.js +0 -15
- package/lib/message/style/index.d.ts +0 -2
- package/lib/message/style/index.js +0 -5
- package/lib/message/style/index.less +0 -1
- package/lib/notification/index.d.ts +0 -4
- package/lib/notification/index.js +0 -15
- package/lib/notification/style/index.d.ts +0 -2
- package/lib/notification/style/index.js +0 -5
- package/lib/notification/style/index.less +0 -1
- package/lib/style/index.d.ts +0 -1
- package/lib/style/index.js +0 -3
- package/lib/style/index.less +0 -5
- package/lib/style/mixins/index.less +0 -8
- package/lib/style/themes/default/index.less +0 -36
- package/lib/style/themes/default/scrollBar.less +0 -16
- package/lib/style/themes/default/themeColor.module.less +0 -445
- package/lib/style/themes/default/themeColor.module.less.d.ts +0 -182
- /package/{es → dist}/Alert/style/index.d.ts +0 -0
- /package/{es → dist}/Alert/style/index.less +0 -0
- /package/{es → dist}/Avatar/component/Avatar/index.d.ts +0 -0
- /package/{es → dist}/Avatar/index.d.ts +0 -0
- /package/{es → dist}/Avatar/style/index.d.ts +0 -0
- /package/{es → dist}/Avatar/style/index.less +0 -0
- /package/{es → dist}/Breadcrumb/index.d.ts +0 -0
- /package/{es → dist}/Breadcrumb/style/index.d.ts +0 -0
- /package/{es → dist}/Breadcrumb/style/index.less +0 -0
- /package/{es → dist}/Button/style/index.d.ts +0 -0
- /package/{es → dist}/Button/style/variables.less +0 -0
- /package/{es → dist}/Card/index.d.ts +0 -0
- /package/{es → dist}/Card/style/index.d.ts +0 -0
- /package/{es → dist}/Card/style/index.less +0 -0
- /package/{es → dist}/Checkbox/component/CheckboxGroup/index.d.ts +0 -0
- /package/{es → dist}/Checkbox/index.d.ts +0 -0
- /package/{es → dist}/Checkbox/style/index.d.ts +0 -0
- /package/{es → dist}/Checkbox/style/index.less +0 -0
- /package/{es → dist}/Checkbox/type.d.ts +0 -0
- /package/{es → dist}/Checkbox/type.js +0 -0
- /package/{es → dist}/Col/index.d.ts +0 -0
- /package/{es → dist}/Col/style/index.d.ts +0 -0
- /package/{es → dist}/Col/style/index.less +0 -0
- /package/{es → dist}/ConfigProvider/index.d.ts +0 -0
- /package/{es → dist}/ConfigProvider/sizeContext.js +0 -0
- /package/{es → dist}/ConfigProvider/style/index.d.ts +0 -0
- /package/{es → dist}/ConfigProvider/style/index.less +0 -0
- /package/{es → dist}/DatePicker/index.d.ts +0 -0
- /package/{es → dist}/DatePicker/style/index.d.ts +0 -0
- /package/{es → dist}/DatePicker/style/index.less +0 -0
- /package/{es → dist}/Divider/index.d.ts +0 -0
- /package/{es → dist}/Divider/style/index.d.ts +0 -0
- /package/{es → dist}/Divider/style/index.less +0 -0
- /package/{es → dist}/Divider/style/index.less.d.ts +0 -0
- /package/{es → dist}/Drawer/index.d.ts +0 -0
- /package/{es → dist}/Drawer/style/index.d.ts +0 -0
- /package/{es → dist}/Drawer/style/index.less +0 -0
- /package/{es → dist}/Dropdown/Button.d.ts +0 -0
- /package/{es → dist}/Dropdown/index.d.ts +0 -0
- /package/{es/Form → dist/Dropdown}/style/index.d.ts +0 -0
- /package/{es → dist}/Dropdown/style/index.less +0 -0
- /package/{es → dist}/Empty/style/index.d.ts +0 -0
- /package/{es → dist}/Form/index.d.ts +0 -0
- /package/{es/InputNumber → dist/Form}/style/index.d.ts +0 -0
- /package/{es → dist}/Form/style/index.less +0 -0
- /package/{es → dist}/Icon/antdIconfont.d.ts +0 -0
- /package/{es → dist}/Icon/antdIconfont.js +0 -0
- /package/{es → dist}/Icon/components/Icon.d.ts +0 -0
- /package/{es → dist}/Icon/components/createFromScripts.d.ts +0 -0
- /package/{es → dist}/Icon/components/createFromScripts.js +0 -0
- /package/{es → dist}/Icon/iconSvgs/arrows_right_sm.svg +0 -0
- /package/{es → dist}/Icon/icons.d.ts +0 -0
- /package/{es → dist}/Icon/index.d.ts +0 -0
- /package/{es → dist}/Icon/index.less +0 -0
- /package/{es/Icon/style/index.less → dist/Icon/style/index.d.ts} +0 -0
- /package/{lib/Icon/style/index.less → dist/Icon/style/index.js} +0 -0
- /package/{es → dist}/Input/components/Group/index.d.ts +0 -0
- /package/{es → dist}/Input/components/Input/index.d.ts +0 -0
- /package/{es → dist}/Input/components/Password/index.d.ts +0 -0
- /package/{es → dist}/Input/components/TextArea/index.d.ts +0 -0
- /package/{es → dist}/Input/index.d.ts +0 -0
- /package/{es/Layout → dist/Input}/style/index.d.ts +0 -0
- /package/{es → dist}/Input/style/index.less +0 -0
- /package/{es → dist}/InputNumber/index.d.ts +0 -0
- /package/{es/Modal → dist/InputNumber}/style/index.d.ts +0 -0
- /package/{es → dist}/InputNumber/style/index.less +0 -0
- /package/{es → dist}/InputNumber/type.js +0 -0
- /package/{es → dist}/Layout/index.d.ts +0 -0
- /package/{es/Navigator → dist/Layout}/style/index.d.ts +0 -0
- /package/{es → dist}/Layout/style/index.less +0 -0
- /package/{es → dist}/Menu/Divider.d.ts +0 -0
- /package/{es → dist}/Menu/MenuItem.d.ts +0 -0
- /package/{es → dist}/Menu/SubMenu.d.ts +0 -0
- /package/{es/PageHeader → dist/Menu}/style/index.d.ts +0 -0
- /package/{es → dist}/Modal/locale.d.ts +0 -0
- /package/{es/Popconfirm → dist/Modal}/style/index.d.ts +0 -0
- /package/{es → dist}/Navigator/components/Header/index.d.ts +0 -0
- /package/{es → dist}/Navigator/components/Header/index.js +0 -0
- /package/{es → dist}/Navigator/components/Menu/index.d.ts +0 -0
- /package/{es → dist}/Navigator/components/MenuItem/index.d.ts +0 -0
- /package/{es → dist}/Navigator/components/MenuItem/index.js +0 -0
- /package/{es → dist}/Navigator/index.d.ts +0 -0
- /package/{es → dist}/Navigator/style/bg.png +0 -0
- /package/{es/Popover → dist/Navigator}/style/index.d.ts +0 -0
- /package/{es → dist}/Navigator/style/index.less +0 -0
- /package/{es/Progress → dist/Popconfirm}/style/index.d.ts +0 -0
- /package/{es → dist}/Popover/index.d.ts +0 -0
- /package/{es/Radio → dist/Popover}/style/index.d.ts +0 -0
- /package/{es → dist}/Popover/style/index.less +0 -0
- /package/{es → dist}/Progress/index.d.ts +0 -0
- /package/{es/Row → dist/Progress}/style/index.d.ts +0 -0
- /package/{es/PageHeader → dist/Progress}/style/index.less +0 -0
- /package/{es → dist}/Radio/components/Group/index.js +0 -0
- /package/{es → dist}/Radio/components/Radio/index.d.ts +0 -0
- /package/{es → dist}/Radio/index.d.ts +0 -0
- /package/{es → dist}/Radio/interface/radio.d.ts +0 -0
- /package/{es → dist}/Radio/interface/radio.js +0 -0
- /package/{es → dist}/Radio/interface/radioGroup.d.ts +0 -0
- /package/{es → dist}/Radio/interface/radioGroup.js +0 -0
- /package/{es/Skeleton → dist/Radio}/style/index.d.ts +0 -0
- /package/{es → dist}/Radio/style/index.less +0 -0
- /package/{es → dist}/Row/index.d.ts +0 -0
- /package/{es/Space → dist/Row}/style/index.d.ts +0 -0
- /package/{es/Popconfirm → dist/Row}/style/index.less +0 -0
- /package/{es/Spin → dist/Select}/style/index.d.ts +0 -0
- /package/{es → dist}/Skeleton/index.d.ts +0 -0
- /package/{es/Steps → dist/Skeleton}/style/index.d.ts +0 -0
- /package/{es/Progress → dist/Skeleton}/style/index.less +0 -0
- /package/{es → dist}/Space/index.d.ts +0 -0
- /package/{es/Switch → dist/Space}/style/index.d.ts +0 -0
- /package/{es/Row → dist/Space}/style/index.less +0 -0
- /package/{es/Table → dist/Spin}/style/index.d.ts +0 -0
- /package/{es → dist}/Steps/components/Step/index.d.ts +0 -0
- /package/{es/Tooltip → dist/Steps}/style/index.d.ts +0 -0
- /package/{es → dist}/Switch/index.d.ts +0 -0
- /package/{es/Tree → dist/Switch}/style/index.d.ts +0 -0
- /package/{es → dist}/Switch/style/index.less +0 -0
- /package/{es → dist}/Table/Table.d.ts +0 -0
- /package/{es → dist}/Table/components/Empty/index.d.ts +0 -0
- /package/{es → dist}/Table/components/Loading/index.d.ts +0 -0
- /package/{es → dist}/Table/components/TableBodyRowList/index.d.ts +0 -0
- /package/{es → dist}/Table/components/TableHead/index.d.ts +0 -0
- /package/{es → dist}/Table/hooks/useFrame.d.ts +0 -0
- /package/{es → dist}/Table/index.d.ts +0 -0
- /package/{es → dist}/Table/interface.d.ts +0 -0
- /package/{es/Select/rc-select → dist/Table}/interface.js +0 -0
- /package/{es → dist}/Table/react-table-config.d.ts +0 -0
- /package/{es/Typography → dist/Table}/style/index.d.ts +0 -0
- /package/{es → dist}/Tabs/TabPane.d.ts +0 -0
- /package/{es → dist}/Tabs/index.d.ts +0 -0
- /package/{es/Upload → dist/Tabs}/style/index.d.ts +0 -0
- /package/{es → dist}/Tooltip/index.d.ts +0 -0
- /package/{es → dist}/Tooltip/index.js +0 -0
- /package/{es/message → dist/Tooltip}/style/index.d.ts +0 -0
- /package/{es/notification → dist/Tree}/style/index.d.ts +0 -0
- /package/{es → dist}/Typography/index.d.ts +0 -0
- /package/{lib/Alert → dist/Typography}/style/index.d.ts +0 -0
- /package/{es/Skeleton → dist/Typography}/style/index.less +0 -0
- /package/{lib/Avatar → dist/Upload}/style/index.d.ts +0 -0
- /package/{es/Space → dist/Upload}/style/index.less +0 -0
- /package/{es → dist}/_utils/hooks/useControlledState.js +0 -0
- /package/{es → dist}/_utils/hooks/useId.d.ts +0 -0
- /package/{es → dist}/_utils/hooks/useId.js +0 -0
- /package/{es → dist}/locale/default.d.ts +0 -0
- /package/{es → dist}/locale/en_US.d.ts +0 -0
- /package/{es → dist}/locale/en_US.js +0 -0
- /package/{es → dist}/locale/zh_CN.d.ts +0 -0
- /package/{es → dist}/locale/zh_CN.js +0 -0
- /package/{es → dist}/locale-provider/LocaleReceiver.d.ts +0 -0
- /package/{es → dist}/locale-provider/LocaleReceiver.js +0 -0
- /package/{es → dist}/locale-provider/context.js +0 -0
- /package/{es → dist}/locale-provider/default.d.ts +0 -0
- /package/{es → dist}/locale-provider/en_US.d.ts +0 -0
- /package/{es → dist}/locale-provider/style/index.d.ts +0 -0
- /package/{es → dist}/locale-provider/style/index.less +0 -0
- /package/{es → dist}/locale-provider/zh_CN.d.ts +0 -0
- /package/{lib/Breadcrumb → dist/message}/style/index.d.ts +0 -0
- /package/{lib/Button → dist/notification}/style/index.d.ts +0 -0
- /package/{es/Spin → dist/notification}/style/index.less +0 -0
- /package/{es → dist}/style/index.d.ts +0 -0
- /package/{es → dist}/style/mixins/index.less +0 -0
- /package/{es → dist}/style/themes/default/index.less +0 -0
- /package/{es → dist}/style/themes/default/scrollBar.less +0 -0
- /package/{es → dist}/style/themes/default/themeColor.module.less.d.ts +0 -0
|
@@ -1,83 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
|
|
3
|
-
function _typeof(obj) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (obj) { return typeof obj; } : function (obj) { return obj && "function" == typeof Symbol && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }, _typeof(obj); }
|
|
4
|
-
|
|
5
|
-
Object.defineProperty(exports, "__esModule", {
|
|
6
|
-
value: true
|
|
7
|
-
});
|
|
8
|
-
exports.default = Deleteline;
|
|
9
|
-
|
|
10
|
-
var _react = _interopRequireWildcard(require("react"));
|
|
11
|
-
|
|
12
|
-
var _style = _interopRequireDefault(require("./style.css"));
|
|
13
|
-
|
|
14
|
-
var _excluded = ["size", "width", "height", "spin", "rtl", "color", "fill", "stroke", "className"];
|
|
15
|
-
|
|
16
|
-
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
|
|
17
|
-
|
|
18
|
-
function _getRequireWildcardCache(nodeInterop) { if (typeof WeakMap !== "function") return null; var cacheBabelInterop = new WeakMap(); var cacheNodeInterop = new WeakMap(); return (_getRequireWildcardCache = function _getRequireWildcardCache(nodeInterop) { return nodeInterop ? cacheNodeInterop : cacheBabelInterop; })(nodeInterop); }
|
|
19
|
-
|
|
20
|
-
function _interopRequireWildcard(obj, nodeInterop) { if (!nodeInterop && obj && obj.__esModule) { return obj; } if (obj === null || _typeof(obj) !== "object" && typeof obj !== "function") { return { default: obj }; } var cache = _getRequireWildcardCache(nodeInterop); if (cache && cache.has(obj)) { return cache.get(obj); } var newObj = {}; var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var key in obj) { if (key !== "default" && Object.prototype.hasOwnProperty.call(obj, key)) { var desc = hasPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : null; if (desc && (desc.get || desc.set)) { Object.defineProperty(newObj, key, desc); } else { newObj[key] = obj[key]; } } } newObj.default = obj; if (cache) { cache.set(obj, newObj); } return newObj; }
|
|
21
|
-
|
|
22
|
-
function _objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
|
|
23
|
-
|
|
24
|
-
function _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
|
|
25
|
-
|
|
26
|
-
function Deleteline(props) {
|
|
27
|
-
var root = (0, _react.useRef)(null);
|
|
28
|
-
|
|
29
|
-
var _props$size = props.size,
|
|
30
|
-
size = _props$size === void 0 ? '1em' : _props$size,
|
|
31
|
-
width = props.width,
|
|
32
|
-
height = props.height,
|
|
33
|
-
spin = props.spin,
|
|
34
|
-
rtl = props.rtl,
|
|
35
|
-
color = props.color,
|
|
36
|
-
fill = props.fill,
|
|
37
|
-
stroke = props.stroke,
|
|
38
|
-
className = props.className,
|
|
39
|
-
rest = _objectWithoutProperties(props, _excluded);
|
|
40
|
-
|
|
41
|
-
var _width = width || size;
|
|
42
|
-
|
|
43
|
-
var _height = height || size;
|
|
44
|
-
|
|
45
|
-
var _stroke = stroke || color;
|
|
46
|
-
|
|
47
|
-
var _fill = fill || color;
|
|
48
|
-
|
|
49
|
-
(0, _react.useEffect)(function () {
|
|
50
|
-
if (!_fill) {
|
|
51
|
-
var _root$current;
|
|
52
|
-
|
|
53
|
-
(_root$current = root.current) === null || _root$current === void 0 ? void 0 : _root$current.querySelectorAll('[data-follow-fill]').forEach(function (item) {
|
|
54
|
-
item.setAttribute('fill', item.getAttribute('data-follow-fill') || '');
|
|
55
|
-
});
|
|
56
|
-
}
|
|
57
|
-
|
|
58
|
-
if (!_stroke) {
|
|
59
|
-
var _root$current2;
|
|
60
|
-
|
|
61
|
-
(_root$current2 = root.current) === null || _root$current2 === void 0 ? void 0 : _root$current2.querySelectorAll('[data-follow-stroke]').forEach(function (item) {
|
|
62
|
-
item.setAttribute('stroke', item.getAttribute('data-follow-stroke') || '');
|
|
63
|
-
});
|
|
64
|
-
}
|
|
65
|
-
}, [stroke, color, fill]);
|
|
66
|
-
return /*#__PURE__*/_react.default.createElement("svg", Object.assign({
|
|
67
|
-
ref: root,
|
|
68
|
-
width: _width,
|
|
69
|
-
height: _height,
|
|
70
|
-
viewBox: "0 0 24 24",
|
|
71
|
-
preserveAspectRatio: "xMidYMid meet",
|
|
72
|
-
fill: "none",
|
|
73
|
-
role: "presentation",
|
|
74
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
75
|
-
className: "".concat(className || '', " ").concat(spin ? _style.default.spin : '', " ").concat(rtl ? _style.default.rtl : '').trim()
|
|
76
|
-
}, rest), /*#__PURE__*/_react.default.createElement("g", null, /*#__PURE__*/_react.default.createElement("path", {
|
|
77
|
-
"data-follow-fill": "#001A33",
|
|
78
|
-
fillRule: "evenodd",
|
|
79
|
-
clipRule: "evenodd",
|
|
80
|
-
d: "M9.893 2.913A2.92 2.92 0 0 1 12 2a2.92 2.92 0 0 1 2.107.913c.53.552.85 1.296.889 2.087H9.004c.04-.791.359-1.535.889-2.087ZM7.003 5A5.251 5.251 0 0 1 8.45 1.528 4.92 4.92 0 0 1 12 0a4.92 4.92 0 0 1 3.55 1.528A5.251 5.251 0 0 1 16.997 5H22a1 1 0 1 1 0 2h-1v14.3c0 .73-.304 1.422-.83 1.925a2.82 2.82 0 0 1-1.948.775H5.778a2.82 2.82 0 0 1-1.948-.775A2.663 2.663 0 0 1 3 21.3V7H2a1 1 0 0 1 0-2h5.003ZM8 7H5v14.3c0 .17.07.344.212.48a.82.82 0 0 0 .566.22h12.444a.82.82 0 0 0 .566-.22.664.664 0 0 0 .212-.48V7H8Zm1.429 2a1 1 0 0 1 1 1v9a1 1 0 0 1-2 0v-9a1 1 0 0 1 1-1Zm6.142 1a1 1 0 1 0-2 0v9a1 1 0 1 0 2 0v-9Z",
|
|
81
|
-
fill: _fill
|
|
82
|
-
})));
|
|
83
|
-
}
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
interface IconProps extends React.SVGProps<SVGSVGElement> {
|
|
3
|
-
size?: string | number;
|
|
4
|
-
width?: string | number;
|
|
5
|
-
height?: string | number;
|
|
6
|
-
spin?: boolean;
|
|
7
|
-
rtl?: boolean;
|
|
8
|
-
color?: string;
|
|
9
|
-
fill?: string;
|
|
10
|
-
stroke?: string;
|
|
11
|
-
}
|
|
12
|
-
export default function DownloadLine(props: IconProps): JSX.Element;
|
|
13
|
-
export {};
|
|
@@ -1,90 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
|
|
3
|
-
function _typeof(obj) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (obj) { return typeof obj; } : function (obj) { return obj && "function" == typeof Symbol && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }, _typeof(obj); }
|
|
4
|
-
|
|
5
|
-
Object.defineProperty(exports, "__esModule", {
|
|
6
|
-
value: true
|
|
7
|
-
});
|
|
8
|
-
exports.default = DownloadLine;
|
|
9
|
-
|
|
10
|
-
var _react = _interopRequireWildcard(require("react"));
|
|
11
|
-
|
|
12
|
-
var _style = _interopRequireDefault(require("./style.css"));
|
|
13
|
-
|
|
14
|
-
var _excluded = ["size", "width", "height", "spin", "rtl", "color", "fill", "stroke", "className"];
|
|
15
|
-
|
|
16
|
-
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
|
|
17
|
-
|
|
18
|
-
function _getRequireWildcardCache(nodeInterop) { if (typeof WeakMap !== "function") return null; var cacheBabelInterop = new WeakMap(); var cacheNodeInterop = new WeakMap(); return (_getRequireWildcardCache = function _getRequireWildcardCache(nodeInterop) { return nodeInterop ? cacheNodeInterop : cacheBabelInterop; })(nodeInterop); }
|
|
19
|
-
|
|
20
|
-
function _interopRequireWildcard(obj, nodeInterop) { if (!nodeInterop && obj && obj.__esModule) { return obj; } if (obj === null || _typeof(obj) !== "object" && typeof obj !== "function") { return { default: obj }; } var cache = _getRequireWildcardCache(nodeInterop); if (cache && cache.has(obj)) { return cache.get(obj); } var newObj = {}; var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var key in obj) { if (key !== "default" && Object.prototype.hasOwnProperty.call(obj, key)) { var desc = hasPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : null; if (desc && (desc.get || desc.set)) { Object.defineProperty(newObj, key, desc); } else { newObj[key] = obj[key]; } } } newObj.default = obj; if (cache) { cache.set(obj, newObj); } return newObj; }
|
|
21
|
-
|
|
22
|
-
function _objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
|
|
23
|
-
|
|
24
|
-
function _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
|
|
25
|
-
|
|
26
|
-
function DownloadLine(props) {
|
|
27
|
-
var root = (0, _react.useRef)(null);
|
|
28
|
-
|
|
29
|
-
var _props$size = props.size,
|
|
30
|
-
size = _props$size === void 0 ? '1em' : _props$size,
|
|
31
|
-
width = props.width,
|
|
32
|
-
height = props.height,
|
|
33
|
-
spin = props.spin,
|
|
34
|
-
rtl = props.rtl,
|
|
35
|
-
color = props.color,
|
|
36
|
-
fill = props.fill,
|
|
37
|
-
stroke = props.stroke,
|
|
38
|
-
className = props.className,
|
|
39
|
-
rest = _objectWithoutProperties(props, _excluded);
|
|
40
|
-
|
|
41
|
-
var _width = width || size;
|
|
42
|
-
|
|
43
|
-
var _height = height || size;
|
|
44
|
-
|
|
45
|
-
var _stroke = stroke || color;
|
|
46
|
-
|
|
47
|
-
var _fill = fill || color;
|
|
48
|
-
|
|
49
|
-
(0, _react.useEffect)(function () {
|
|
50
|
-
if (!_fill) {
|
|
51
|
-
var _root$current;
|
|
52
|
-
|
|
53
|
-
(_root$current = root.current) === null || _root$current === void 0 ? void 0 : _root$current.querySelectorAll('[data-follow-fill]').forEach(function (item) {
|
|
54
|
-
item.setAttribute('fill', item.getAttribute('data-follow-fill') || '');
|
|
55
|
-
});
|
|
56
|
-
}
|
|
57
|
-
|
|
58
|
-
if (!_stroke) {
|
|
59
|
-
var _root$current2;
|
|
60
|
-
|
|
61
|
-
(_root$current2 = root.current) === null || _root$current2 === void 0 ? void 0 : _root$current2.querySelectorAll('[data-follow-stroke]').forEach(function (item) {
|
|
62
|
-
item.setAttribute('stroke', item.getAttribute('data-follow-stroke') || '');
|
|
63
|
-
});
|
|
64
|
-
}
|
|
65
|
-
}, [stroke, color, fill]);
|
|
66
|
-
return /*#__PURE__*/_react.default.createElement("svg", Object.assign({
|
|
67
|
-
ref: root,
|
|
68
|
-
width: _width,
|
|
69
|
-
height: _height,
|
|
70
|
-
viewBox: "0 0 24 24",
|
|
71
|
-
preserveAspectRatio: "xMidYMid meet",
|
|
72
|
-
fill: "none",
|
|
73
|
-
role: "presentation",
|
|
74
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
75
|
-
className: "".concat(className || '', " ").concat(spin ? _style.default.spin : '', " ").concat(rtl ? _style.default.rtl : '').trim()
|
|
76
|
-
}, rest), /*#__PURE__*/_react.default.createElement("g", null, /*#__PURE__*/_react.default.createElement("g", {
|
|
77
|
-
"data-follow-fill": "#001A33",
|
|
78
|
-
clipPath: "url(#56254__a)",
|
|
79
|
-
fill: _fill
|
|
80
|
-
}, /*#__PURE__*/_react.default.createElement("path", {
|
|
81
|
-
d: "M13 1a1 1 0 1 0-2 0v12.43L7.237 9.323a1 1 0 0 0-1.474 1.352l5.494 5.994a.997.997 0 0 0 .72.33H12a1 1 0 0 0 .737-.324l5.5-6a1 1 0 1 0-1.474-1.352L13 13.43V1Z"
|
|
82
|
-
}), /*#__PURE__*/_react.default.createElement("path", {
|
|
83
|
-
d: "M1 17a1 1 0 0 1 1 1v1.667c0 .614.247 1.205.693 1.644.446.44 1.054.689 1.692.689h15.23c.638 0 1.246-.25 1.692-.689.446-.439.693-1.03.693-1.644V18a1 1 0 1 1 2 0v1.667a4.308 4.308 0 0 1-1.29 3.07A4.412 4.412 0 0 1 19.615 24H4.385a4.411 4.411 0 0 1-3.095-1.264A4.308 4.308 0 0 1 0 19.666V18a1 1 0 0 1 1-1Z"
|
|
84
|
-
})), /*#__PURE__*/_react.default.createElement("defs", null, /*#__PURE__*/_react.default.createElement("clipPath", {
|
|
85
|
-
id: "56254__a"
|
|
86
|
-
}, /*#__PURE__*/_react.default.createElement("path", {
|
|
87
|
-
fill: "#fff",
|
|
88
|
-
d: "M0 0h24v24H0z"
|
|
89
|
-
})))));
|
|
90
|
-
}
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
interface IconProps extends React.SVGProps<SVGSVGElement> {
|
|
3
|
-
size?: string | number;
|
|
4
|
-
width?: string | number;
|
|
5
|
-
height?: string | number;
|
|
6
|
-
spin?: boolean;
|
|
7
|
-
rtl?: boolean;
|
|
8
|
-
color?: string;
|
|
9
|
-
fill?: string;
|
|
10
|
-
stroke?: string;
|
|
11
|
-
}
|
|
12
|
-
export default function ErrorFill(props: IconProps): JSX.Element;
|
|
13
|
-
export {};
|
|
@@ -1,90 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
|
|
3
|
-
function _typeof(obj) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (obj) { return typeof obj; } : function (obj) { return obj && "function" == typeof Symbol && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }, _typeof(obj); }
|
|
4
|
-
|
|
5
|
-
Object.defineProperty(exports, "__esModule", {
|
|
6
|
-
value: true
|
|
7
|
-
});
|
|
8
|
-
exports.default = ErrorFill;
|
|
9
|
-
|
|
10
|
-
var _react = _interopRequireWildcard(require("react"));
|
|
11
|
-
|
|
12
|
-
var _style = _interopRequireDefault(require("./style.css"));
|
|
13
|
-
|
|
14
|
-
var _excluded = ["size", "width", "height", "spin", "rtl", "color", "fill", "stroke", "className"];
|
|
15
|
-
|
|
16
|
-
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
|
|
17
|
-
|
|
18
|
-
function _getRequireWildcardCache(nodeInterop) { if (typeof WeakMap !== "function") return null; var cacheBabelInterop = new WeakMap(); var cacheNodeInterop = new WeakMap(); return (_getRequireWildcardCache = function _getRequireWildcardCache(nodeInterop) { return nodeInterop ? cacheNodeInterop : cacheBabelInterop; })(nodeInterop); }
|
|
19
|
-
|
|
20
|
-
function _interopRequireWildcard(obj, nodeInterop) { if (!nodeInterop && obj && obj.__esModule) { return obj; } if (obj === null || _typeof(obj) !== "object" && typeof obj !== "function") { return { default: obj }; } var cache = _getRequireWildcardCache(nodeInterop); if (cache && cache.has(obj)) { return cache.get(obj); } var newObj = {}; var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var key in obj) { if (key !== "default" && Object.prototype.hasOwnProperty.call(obj, key)) { var desc = hasPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : null; if (desc && (desc.get || desc.set)) { Object.defineProperty(newObj, key, desc); } else { newObj[key] = obj[key]; } } } newObj.default = obj; if (cache) { cache.set(obj, newObj); } return newObj; }
|
|
21
|
-
|
|
22
|
-
function _objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
|
|
23
|
-
|
|
24
|
-
function _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
|
|
25
|
-
|
|
26
|
-
function ErrorFill(props) {
|
|
27
|
-
var root = (0, _react.useRef)(null);
|
|
28
|
-
|
|
29
|
-
var _props$size = props.size,
|
|
30
|
-
size = _props$size === void 0 ? '1em' : _props$size,
|
|
31
|
-
width = props.width,
|
|
32
|
-
height = props.height,
|
|
33
|
-
spin = props.spin,
|
|
34
|
-
rtl = props.rtl,
|
|
35
|
-
color = props.color,
|
|
36
|
-
fill = props.fill,
|
|
37
|
-
stroke = props.stroke,
|
|
38
|
-
className = props.className,
|
|
39
|
-
rest = _objectWithoutProperties(props, _excluded);
|
|
40
|
-
|
|
41
|
-
var _width = width || size;
|
|
42
|
-
|
|
43
|
-
var _height = height || size;
|
|
44
|
-
|
|
45
|
-
var _stroke = stroke || color;
|
|
46
|
-
|
|
47
|
-
var _fill = fill || color;
|
|
48
|
-
|
|
49
|
-
(0, _react.useEffect)(function () {
|
|
50
|
-
if (!_fill) {
|
|
51
|
-
var _root$current;
|
|
52
|
-
|
|
53
|
-
(_root$current = root.current) === null || _root$current === void 0 ? void 0 : _root$current.querySelectorAll('[data-follow-fill]').forEach(function (item) {
|
|
54
|
-
item.setAttribute('fill', item.getAttribute('data-follow-fill') || '');
|
|
55
|
-
});
|
|
56
|
-
}
|
|
57
|
-
|
|
58
|
-
if (!_stroke) {
|
|
59
|
-
var _root$current2;
|
|
60
|
-
|
|
61
|
-
(_root$current2 = root.current) === null || _root$current2 === void 0 ? void 0 : _root$current2.querySelectorAll('[data-follow-stroke]').forEach(function (item) {
|
|
62
|
-
item.setAttribute('stroke', item.getAttribute('data-follow-stroke') || '');
|
|
63
|
-
});
|
|
64
|
-
}
|
|
65
|
-
}, [stroke, color, fill]);
|
|
66
|
-
return /*#__PURE__*/_react.default.createElement("svg", Object.assign({
|
|
67
|
-
ref: root,
|
|
68
|
-
width: _width,
|
|
69
|
-
height: _height,
|
|
70
|
-
viewBox: "0 0 24 24",
|
|
71
|
-
preserveAspectRatio: "xMidYMid meet",
|
|
72
|
-
fill: "none",
|
|
73
|
-
role: "presentation",
|
|
74
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
75
|
-
className: "".concat(className || '', " ").concat(spin ? _style.default.spin : '', " ").concat(rtl ? _style.default.rtl : '').trim()
|
|
76
|
-
}, rest), /*#__PURE__*/_react.default.createElement("g", null, /*#__PURE__*/_react.default.createElement("g", {
|
|
77
|
-
clipPath: "url(#56416__a)"
|
|
78
|
-
}, /*#__PURE__*/_react.default.createElement("path", {
|
|
79
|
-
"data-follow-fill": "#001A33",
|
|
80
|
-
d: "M12 0C5.373 0 0 5.373 0 12s5.373 12 12 12 12-5.373 12-12S18.627 0 12 0Zm0 5a1 1 0 0 1 1 1v7.5a1 1 0 1 1-2 0V6a1 1 0 0 1 1-1Zm-1 12.5a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-1a.5.5 0 0 1-.5-.5v-1Z",
|
|
81
|
-
clipRule: "evenodd",
|
|
82
|
-
fillRule: "evenodd",
|
|
83
|
-
fill: _fill
|
|
84
|
-
})), /*#__PURE__*/_react.default.createElement("defs", null, /*#__PURE__*/_react.default.createElement("clipPath", {
|
|
85
|
-
id: "56416__a"
|
|
86
|
-
}, /*#__PURE__*/_react.default.createElement("path", {
|
|
87
|
-
fill: "#fff",
|
|
88
|
-
d: "M0 0h24v24H0z"
|
|
89
|
-
})))));
|
|
90
|
-
}
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
interface IconProps extends React.SVGProps<SVGSVGElement> {
|
|
3
|
-
size?: string | number;
|
|
4
|
-
width?: string | number;
|
|
5
|
-
height?: string | number;
|
|
6
|
-
spin?: boolean;
|
|
7
|
-
rtl?: boolean;
|
|
8
|
-
color?: string;
|
|
9
|
-
fill?: string;
|
|
10
|
-
stroke?: string;
|
|
11
|
-
}
|
|
12
|
-
export default function EyeOffLine(props: IconProps): JSX.Element;
|
|
13
|
-
export {};
|
|
@@ -1,90 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
|
|
3
|
-
function _typeof(obj) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (obj) { return typeof obj; } : function (obj) { return obj && "function" == typeof Symbol && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }, _typeof(obj); }
|
|
4
|
-
|
|
5
|
-
Object.defineProperty(exports, "__esModule", {
|
|
6
|
-
value: true
|
|
7
|
-
});
|
|
8
|
-
exports.default = EyeOffLine;
|
|
9
|
-
|
|
10
|
-
var _react = _interopRequireWildcard(require("react"));
|
|
11
|
-
|
|
12
|
-
var _style = _interopRequireDefault(require("./style.css"));
|
|
13
|
-
|
|
14
|
-
var _excluded = ["size", "width", "height", "spin", "rtl", "color", "fill", "stroke", "className"];
|
|
15
|
-
|
|
16
|
-
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
|
|
17
|
-
|
|
18
|
-
function _getRequireWildcardCache(nodeInterop) { if (typeof WeakMap !== "function") return null; var cacheBabelInterop = new WeakMap(); var cacheNodeInterop = new WeakMap(); return (_getRequireWildcardCache = function _getRequireWildcardCache(nodeInterop) { return nodeInterop ? cacheNodeInterop : cacheBabelInterop; })(nodeInterop); }
|
|
19
|
-
|
|
20
|
-
function _interopRequireWildcard(obj, nodeInterop) { if (!nodeInterop && obj && obj.__esModule) { return obj; } if (obj === null || _typeof(obj) !== "object" && typeof obj !== "function") { return { default: obj }; } var cache = _getRequireWildcardCache(nodeInterop); if (cache && cache.has(obj)) { return cache.get(obj); } var newObj = {}; var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var key in obj) { if (key !== "default" && Object.prototype.hasOwnProperty.call(obj, key)) { var desc = hasPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : null; if (desc && (desc.get || desc.set)) { Object.defineProperty(newObj, key, desc); } else { newObj[key] = obj[key]; } } } newObj.default = obj; if (cache) { cache.set(obj, newObj); } return newObj; }
|
|
21
|
-
|
|
22
|
-
function _objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
|
|
23
|
-
|
|
24
|
-
function _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
|
|
25
|
-
|
|
26
|
-
function EyeOffLine(props) {
|
|
27
|
-
var root = (0, _react.useRef)(null);
|
|
28
|
-
|
|
29
|
-
var _props$size = props.size,
|
|
30
|
-
size = _props$size === void 0 ? '1em' : _props$size,
|
|
31
|
-
width = props.width,
|
|
32
|
-
height = props.height,
|
|
33
|
-
spin = props.spin,
|
|
34
|
-
rtl = props.rtl,
|
|
35
|
-
color = props.color,
|
|
36
|
-
fill = props.fill,
|
|
37
|
-
stroke = props.stroke,
|
|
38
|
-
className = props.className,
|
|
39
|
-
rest = _objectWithoutProperties(props, _excluded);
|
|
40
|
-
|
|
41
|
-
var _width = width || size;
|
|
42
|
-
|
|
43
|
-
var _height = height || size;
|
|
44
|
-
|
|
45
|
-
var _stroke = stroke || color;
|
|
46
|
-
|
|
47
|
-
var _fill = fill || color;
|
|
48
|
-
|
|
49
|
-
(0, _react.useEffect)(function () {
|
|
50
|
-
if (!_fill) {
|
|
51
|
-
var _root$current;
|
|
52
|
-
|
|
53
|
-
(_root$current = root.current) === null || _root$current === void 0 ? void 0 : _root$current.querySelectorAll('[data-follow-fill]').forEach(function (item) {
|
|
54
|
-
item.setAttribute('fill', item.getAttribute('data-follow-fill') || '');
|
|
55
|
-
});
|
|
56
|
-
}
|
|
57
|
-
|
|
58
|
-
if (!_stroke) {
|
|
59
|
-
var _root$current2;
|
|
60
|
-
|
|
61
|
-
(_root$current2 = root.current) === null || _root$current2 === void 0 ? void 0 : _root$current2.querySelectorAll('[data-follow-stroke]').forEach(function (item) {
|
|
62
|
-
item.setAttribute('stroke', item.getAttribute('data-follow-stroke') || '');
|
|
63
|
-
});
|
|
64
|
-
}
|
|
65
|
-
}, [stroke, color, fill]);
|
|
66
|
-
return /*#__PURE__*/_react.default.createElement("svg", Object.assign({
|
|
67
|
-
ref: root,
|
|
68
|
-
width: _width,
|
|
69
|
-
height: _height,
|
|
70
|
-
viewBox: "0 0 24 24",
|
|
71
|
-
preserveAspectRatio: "xMidYMid meet",
|
|
72
|
-
fill: "none",
|
|
73
|
-
role: "presentation",
|
|
74
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
75
|
-
className: "".concat(className || '', " ").concat(spin ? _style.default.spin : '', " ").concat(rtl ? _style.default.rtl : '').trim()
|
|
76
|
-
}, rest), /*#__PURE__*/_react.default.createElement("g", null, /*#__PURE__*/_react.default.createElement("g", {
|
|
77
|
-
clipPath: "url(#56352__a)"
|
|
78
|
-
}, /*#__PURE__*/_react.default.createElement("path", {
|
|
79
|
-
"data-follow-fill": "#001A33",
|
|
80
|
-
d: "M22.707 3.707a1 1 0 0 0-1.414-1.414L17.17 6.414A11.814 11.814 0 0 0 11.814 5h-.021C9.208 5 6.864 6.028 4.98 7.25 3.092 8.476 1.597 9.943.692 10.928l-.01.01a2.694 2.694 0 0 0 0 3.588l.004.004a21.687 21.687 0 0 0 4.545 3.825l-2.938 2.938a1 1 0 1 0 1.414 1.414l5.855-5.855a1.002 1.002 0 0 0 .328-.328l4.634-4.634a1.006 1.006 0 0 0 .328-.328l7.855-7.855Zm-10.292 7.464L9.17 14.415a2.518 2.518 0 0 1-.17-.898A2.519 2.519 0 0 1 11.517 11c.31.002.614.06.898.17ZM11.523 9a4.52 4.52 0 0 1 2.376.686l1.782-1.783A9.809 9.809 0 0 0 11.782 7c-2.053.003-4.014.825-5.712 1.928-1.693 1.098-3.057 2.43-3.9 3.347a.695.695 0 0 0 .003.918A19.678 19.678 0 0 0 6.685 16.9l1.002-1.002A4.519 4.519 0 0 1 7 13.523v-.004A4.52 4.52 0 0 1 11.519 9h.004Zm8.62.363a1 1 0 0 1 1.407-.135 24.403 24.403 0 0 1 1.708 1.559l.008.007A2.54 2.54 0 0 1 24 12.571c0 .67-.27 1.302-.734 1.776l-.01.01c-.95.942-2.513 2.34-4.486 3.508C16.801 19.03 14.367 20 11.697 20H11a1 1 0 1 1 0-2h.697c2.19 0 4.269-.799 6.054-1.855 1.778-1.052 3.208-2.326 4.09-3.2a.539.539 0 0 0 .159-.373.54.54 0 0 0-.16-.375 22.406 22.406 0 0 0-1.563-1.426 1 1 0 0 1-.135-1.407Zm-4.135 5.069a.857.857 0 1 0-1.48-.866 2.573 2.573 0 0 1-.95.939.857.857 0 1 0 .845 1.491 4.286 4.286 0 0 0 1.585-1.564Z",
|
|
81
|
-
clipRule: "evenodd",
|
|
82
|
-
fillRule: "evenodd",
|
|
83
|
-
fill: _fill
|
|
84
|
-
})), /*#__PURE__*/_react.default.createElement("defs", null, /*#__PURE__*/_react.default.createElement("clipPath", {
|
|
85
|
-
id: "56352__a"
|
|
86
|
-
}, /*#__PURE__*/_react.default.createElement("path", {
|
|
87
|
-
fill: "#fff",
|
|
88
|
-
d: "M0 0h24v24H0z"
|
|
89
|
-
})))));
|
|
90
|
-
}
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
interface IconProps extends React.SVGProps<SVGSVGElement> {
|
|
3
|
-
size?: string | number;
|
|
4
|
-
width?: string | number;
|
|
5
|
-
height?: string | number;
|
|
6
|
-
spin?: boolean;
|
|
7
|
-
rtl?: boolean;
|
|
8
|
-
color?: string;
|
|
9
|
-
fill?: string;
|
|
10
|
-
stroke?: string;
|
|
11
|
-
}
|
|
12
|
-
export default function EyeOnLine(props: IconProps): JSX.Element;
|
|
13
|
-
export {};
|
|
@@ -1,83 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
|
|
3
|
-
function _typeof(obj) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (obj) { return typeof obj; } : function (obj) { return obj && "function" == typeof Symbol && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }, _typeof(obj); }
|
|
4
|
-
|
|
5
|
-
Object.defineProperty(exports, "__esModule", {
|
|
6
|
-
value: true
|
|
7
|
-
});
|
|
8
|
-
exports.default = EyeOnLine;
|
|
9
|
-
|
|
10
|
-
var _react = _interopRequireWildcard(require("react"));
|
|
11
|
-
|
|
12
|
-
var _style = _interopRequireDefault(require("./style.css"));
|
|
13
|
-
|
|
14
|
-
var _excluded = ["size", "width", "height", "spin", "rtl", "color", "fill", "stroke", "className"];
|
|
15
|
-
|
|
16
|
-
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
|
|
17
|
-
|
|
18
|
-
function _getRequireWildcardCache(nodeInterop) { if (typeof WeakMap !== "function") return null; var cacheBabelInterop = new WeakMap(); var cacheNodeInterop = new WeakMap(); return (_getRequireWildcardCache = function _getRequireWildcardCache(nodeInterop) { return nodeInterop ? cacheNodeInterop : cacheBabelInterop; })(nodeInterop); }
|
|
19
|
-
|
|
20
|
-
function _interopRequireWildcard(obj, nodeInterop) { if (!nodeInterop && obj && obj.__esModule) { return obj; } if (obj === null || _typeof(obj) !== "object" && typeof obj !== "function") { return { default: obj }; } var cache = _getRequireWildcardCache(nodeInterop); if (cache && cache.has(obj)) { return cache.get(obj); } var newObj = {}; var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var key in obj) { if (key !== "default" && Object.prototype.hasOwnProperty.call(obj, key)) { var desc = hasPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : null; if (desc && (desc.get || desc.set)) { Object.defineProperty(newObj, key, desc); } else { newObj[key] = obj[key]; } } } newObj.default = obj; if (cache) { cache.set(obj, newObj); } return newObj; }
|
|
21
|
-
|
|
22
|
-
function _objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
|
|
23
|
-
|
|
24
|
-
function _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
|
|
25
|
-
|
|
26
|
-
function EyeOnLine(props) {
|
|
27
|
-
var root = (0, _react.useRef)(null);
|
|
28
|
-
|
|
29
|
-
var _props$size = props.size,
|
|
30
|
-
size = _props$size === void 0 ? '1em' : _props$size,
|
|
31
|
-
width = props.width,
|
|
32
|
-
height = props.height,
|
|
33
|
-
spin = props.spin,
|
|
34
|
-
rtl = props.rtl,
|
|
35
|
-
color = props.color,
|
|
36
|
-
fill = props.fill,
|
|
37
|
-
stroke = props.stroke,
|
|
38
|
-
className = props.className,
|
|
39
|
-
rest = _objectWithoutProperties(props, _excluded);
|
|
40
|
-
|
|
41
|
-
var _width = width || size;
|
|
42
|
-
|
|
43
|
-
var _height = height || size;
|
|
44
|
-
|
|
45
|
-
var _stroke = stroke || color;
|
|
46
|
-
|
|
47
|
-
var _fill = fill || color;
|
|
48
|
-
|
|
49
|
-
(0, _react.useEffect)(function () {
|
|
50
|
-
if (!_fill) {
|
|
51
|
-
var _root$current;
|
|
52
|
-
|
|
53
|
-
(_root$current = root.current) === null || _root$current === void 0 ? void 0 : _root$current.querySelectorAll('[data-follow-fill]').forEach(function (item) {
|
|
54
|
-
item.setAttribute('fill', item.getAttribute('data-follow-fill') || '');
|
|
55
|
-
});
|
|
56
|
-
}
|
|
57
|
-
|
|
58
|
-
if (!_stroke) {
|
|
59
|
-
var _root$current2;
|
|
60
|
-
|
|
61
|
-
(_root$current2 = root.current) === null || _root$current2 === void 0 ? void 0 : _root$current2.querySelectorAll('[data-follow-stroke]').forEach(function (item) {
|
|
62
|
-
item.setAttribute('stroke', item.getAttribute('data-follow-stroke') || '');
|
|
63
|
-
});
|
|
64
|
-
}
|
|
65
|
-
}, [stroke, color, fill]);
|
|
66
|
-
return /*#__PURE__*/_react.default.createElement("svg", Object.assign({
|
|
67
|
-
ref: root,
|
|
68
|
-
width: _width,
|
|
69
|
-
height: _height,
|
|
70
|
-
viewBox: "0 0 24 24",
|
|
71
|
-
preserveAspectRatio: "xMidYMid meet",
|
|
72
|
-
fill: "none",
|
|
73
|
-
role: "presentation",
|
|
74
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
75
|
-
className: "".concat(className || '', " ").concat(spin ? _style.default.spin : '', " ").concat(rtl ? _style.default.rtl : '').trim()
|
|
76
|
-
}, rest), /*#__PURE__*/_react.default.createElement("g", null, /*#__PURE__*/_react.default.createElement("path", {
|
|
77
|
-
"data-follow-fill": "#001A33",
|
|
78
|
-
fillRule: "evenodd",
|
|
79
|
-
clipRule: "evenodd",
|
|
80
|
-
d: "M2 12c0-.193.069-.374.186-.51.86-.954 2.251-2.34 3.978-3.484C7.901 6.856 9.904 6 12 6s4.1.856 5.836 2.006c1.727 1.143 3.119 2.53 3.978 3.484A.783.783 0 0 1 22 12a.783.783 0 0 1-.186.51c-.86.954-2.251 2.34-3.978 3.484C16.099 17.144 14.096 18 12 18s-4.1-.856-5.836-2.006c-1.727-1.143-3.119-2.53-3.978-3.484A.783.783 0 0 1 2 12Zm10-8C9.366 4 6.977 5.069 5.06 6.338 3.137 7.612 1.615 9.135.694 10.158l-.01.011A2.782 2.782 0 0 0 0 12c0 .671.241 1.324.684 1.83l.01.012c.921 1.023 2.443 2.546 4.366 3.82C6.977 18.932 9.366 20 12 20c2.634 0 5.023-1.069 6.94-2.338 1.923-1.274 3.445-2.797 4.366-3.82l.01-.011c.443-.507.684-1.16.684-1.831s-.241-1.324-.684-1.83l-.01-.012c-.921-1.023-2.443-2.546-4.366-3.82C17.023 5.068 14.634 4 12 4Zm-2 8a2 2 0 1 1 4 0 2 2 0 0 1-4 0Zm2-4a4 4 0 1 0 0 8 4 4 0 0 0 0-8Z",
|
|
81
|
-
fill: _fill
|
|
82
|
-
})));
|
|
83
|
-
}
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
interface IconProps extends React.SVGProps<SVGSVGElement> {
|
|
3
|
-
size?: string | number;
|
|
4
|
-
width?: string | number;
|
|
5
|
-
height?: string | number;
|
|
6
|
-
spin?: boolean;
|
|
7
|
-
rtl?: boolean;
|
|
8
|
-
color?: string;
|
|
9
|
-
fill?: string;
|
|
10
|
-
stroke?: string;
|
|
11
|
-
}
|
|
12
|
-
export default function FileLine(props: IconProps): JSX.Element;
|
|
13
|
-
export {};
|
|
@@ -1,90 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
|
|
3
|
-
function _typeof(obj) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (obj) { return typeof obj; } : function (obj) { return obj && "function" == typeof Symbol && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }, _typeof(obj); }
|
|
4
|
-
|
|
5
|
-
Object.defineProperty(exports, "__esModule", {
|
|
6
|
-
value: true
|
|
7
|
-
});
|
|
8
|
-
exports.default = FileLine;
|
|
9
|
-
|
|
10
|
-
var _react = _interopRequireWildcard(require("react"));
|
|
11
|
-
|
|
12
|
-
var _style = _interopRequireDefault(require("./style.css"));
|
|
13
|
-
|
|
14
|
-
var _excluded = ["size", "width", "height", "spin", "rtl", "color", "fill", "stroke", "className"];
|
|
15
|
-
|
|
16
|
-
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
|
|
17
|
-
|
|
18
|
-
function _getRequireWildcardCache(nodeInterop) { if (typeof WeakMap !== "function") return null; var cacheBabelInterop = new WeakMap(); var cacheNodeInterop = new WeakMap(); return (_getRequireWildcardCache = function _getRequireWildcardCache(nodeInterop) { return nodeInterop ? cacheNodeInterop : cacheBabelInterop; })(nodeInterop); }
|
|
19
|
-
|
|
20
|
-
function _interopRequireWildcard(obj, nodeInterop) { if (!nodeInterop && obj && obj.__esModule) { return obj; } if (obj === null || _typeof(obj) !== "object" && typeof obj !== "function") { return { default: obj }; } var cache = _getRequireWildcardCache(nodeInterop); if (cache && cache.has(obj)) { return cache.get(obj); } var newObj = {}; var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var key in obj) { if (key !== "default" && Object.prototype.hasOwnProperty.call(obj, key)) { var desc = hasPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : null; if (desc && (desc.get || desc.set)) { Object.defineProperty(newObj, key, desc); } else { newObj[key] = obj[key]; } } } newObj.default = obj; if (cache) { cache.set(obj, newObj); } return newObj; }
|
|
21
|
-
|
|
22
|
-
function _objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
|
|
23
|
-
|
|
24
|
-
function _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
|
|
25
|
-
|
|
26
|
-
function FileLine(props) {
|
|
27
|
-
var root = (0, _react.useRef)(null);
|
|
28
|
-
|
|
29
|
-
var _props$size = props.size,
|
|
30
|
-
size = _props$size === void 0 ? '1em' : _props$size,
|
|
31
|
-
width = props.width,
|
|
32
|
-
height = props.height,
|
|
33
|
-
spin = props.spin,
|
|
34
|
-
rtl = props.rtl,
|
|
35
|
-
color = props.color,
|
|
36
|
-
fill = props.fill,
|
|
37
|
-
stroke = props.stroke,
|
|
38
|
-
className = props.className,
|
|
39
|
-
rest = _objectWithoutProperties(props, _excluded);
|
|
40
|
-
|
|
41
|
-
var _width = width || size;
|
|
42
|
-
|
|
43
|
-
var _height = height || size;
|
|
44
|
-
|
|
45
|
-
var _stroke = stroke || color;
|
|
46
|
-
|
|
47
|
-
var _fill = fill || color;
|
|
48
|
-
|
|
49
|
-
(0, _react.useEffect)(function () {
|
|
50
|
-
if (!_fill) {
|
|
51
|
-
var _root$current;
|
|
52
|
-
|
|
53
|
-
(_root$current = root.current) === null || _root$current === void 0 ? void 0 : _root$current.querySelectorAll('[data-follow-fill]').forEach(function (item) {
|
|
54
|
-
item.setAttribute('fill', item.getAttribute('data-follow-fill') || '');
|
|
55
|
-
});
|
|
56
|
-
}
|
|
57
|
-
|
|
58
|
-
if (!_stroke) {
|
|
59
|
-
var _root$current2;
|
|
60
|
-
|
|
61
|
-
(_root$current2 = root.current) === null || _root$current2 === void 0 ? void 0 : _root$current2.querySelectorAll('[data-follow-stroke]').forEach(function (item) {
|
|
62
|
-
item.setAttribute('stroke', item.getAttribute('data-follow-stroke') || '');
|
|
63
|
-
});
|
|
64
|
-
}
|
|
65
|
-
}, [stroke, color, fill]);
|
|
66
|
-
return /*#__PURE__*/_react.default.createElement("svg", Object.assign({
|
|
67
|
-
ref: root,
|
|
68
|
-
width: _width,
|
|
69
|
-
height: _height,
|
|
70
|
-
viewBox: "0 0 24 24",
|
|
71
|
-
preserveAspectRatio: "xMidYMid meet",
|
|
72
|
-
fill: "none",
|
|
73
|
-
role: "presentation",
|
|
74
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
75
|
-
className: "".concat(className || '', " ").concat(spin ? _style.default.spin : '', " ").concat(rtl ? _style.default.rtl : '').trim()
|
|
76
|
-
}, rest), /*#__PURE__*/_react.default.createElement("g", null, /*#__PURE__*/_react.default.createElement("g", {
|
|
77
|
-
clipPath: "url(#563d7__a)"
|
|
78
|
-
}, /*#__PURE__*/_react.default.createElement("path", {
|
|
79
|
-
"data-follow-fill": "#001A33",
|
|
80
|
-
d: "M4.636 2a.61.61 0 0 0-.438.19.722.722 0 0 0-.198.502v18.616c0 .194.075.374.198.501a.61.61 0 0 0 .438.191h14.728a.61.61 0 0 0 .438-.19.723.723 0 0 0 .198-.502V10h-7a1 1 0 0 1-1-1V2H4.636ZM14 3.414 18.586 8H14V3.414ZM2.76.801A2.61 2.61 0 0 1 4.636 0H13a1 1 0 0 1 .707.293l8 8A1 1 0 0 1 22 9v12.308c0 .703-.27 1.384-.76 1.891a2.61 2.61 0 0 1-1.876.801H4.636a2.61 2.61 0 0 1-1.876-.8A2.722 2.722 0 0 1 2 21.307V2.692c0-.703.27-1.384.76-1.891Z",
|
|
81
|
-
clipRule: "evenodd",
|
|
82
|
-
fillRule: "evenodd",
|
|
83
|
-
fill: _fill
|
|
84
|
-
})), /*#__PURE__*/_react.default.createElement("defs", null, /*#__PURE__*/_react.default.createElement("clipPath", {
|
|
85
|
-
id: "563d7__a"
|
|
86
|
-
}, /*#__PURE__*/_react.default.createElement("path", {
|
|
87
|
-
fill: "#fff",
|
|
88
|
-
d: "M0 0h24v24H0z"
|
|
89
|
-
})))));
|
|
90
|
-
}
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
interface IconProps extends React.SVGProps<SVGSVGElement> {
|
|
3
|
-
size?: string | number;
|
|
4
|
-
width?: string | number;
|
|
5
|
-
height?: string | number;
|
|
6
|
-
spin?: boolean;
|
|
7
|
-
rtl?: boolean;
|
|
8
|
-
color?: string;
|
|
9
|
-
fill?: string;
|
|
10
|
-
stroke?: string;
|
|
11
|
-
}
|
|
12
|
-
export default function HomeFill(props: IconProps): JSX.Element;
|
|
13
|
-
export {};
|