@arco-design/mobile-react 2.31.6 → 2.33.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +29 -0
- package/LICENSE +21 -0
- package/README.en-US.md +2 -2
- package/README.md +2 -2
- package/cjs/_helpers/index.d.ts +1 -0
- package/cjs/_helpers/index.js +9 -0
- package/cjs/_helpers/react-dom.js +18 -10
- package/cjs/avatar/index.js +3 -1
- package/cjs/avatar/type.d.ts +6 -0
- package/cjs/carousel/index.js +18 -1
- package/cjs/steps/index.d.ts +1 -1
- package/cjs/steps/index.js +6 -1
- package/cjs/steps/style/css/index.css +42 -4
- package/cjs/steps/style/index.less +58 -6
- package/cjs/steps/type.d.ts +5 -0
- package/dist/index.js +146 -97
- package/dist/index.min.js +4 -4
- package/dist/style.css +27 -4
- package/dist/style.min.css +1 -1
- package/esm/_helpers/index.d.ts +1 -0
- package/esm/_helpers/index.js +1 -0
- package/esm/_helpers/react-dom.js +15 -11
- package/esm/avatar/index.js +3 -1
- package/esm/avatar/type.d.ts +6 -0
- package/esm/carousel/index.js +18 -1
- package/esm/steps/index.d.ts +1 -1
- package/esm/steps/index.js +7 -2
- package/esm/steps/style/css/index.css +42 -4
- package/esm/steps/style/index.less +58 -6
- package/esm/steps/type.d.ts +5 -0
- package/esnext/_helpers/hooks.d.ts +290 -0
- package/esnext/_helpers/hooks.js +660 -0
- package/esnext/_helpers/index.d.ts +93 -0
- package/esnext/_helpers/index.js +110 -0
- package/esnext/_helpers/react-dom.d.ts +13 -0
- package/esnext/_helpers/react-dom.js +51 -0
- package/esnext/_helpers/render.d.ts +17 -0
- package/esnext/_helpers/render.js +38 -0
- package/esnext/_helpers/type.d.ts +30 -0
- package/esnext/_helpers/type.js +1 -0
- package/esnext/action-sheet/index.d.ts +106 -0
- package/esnext/action-sheet/index.js +53 -0
- package/esnext/action-sheet/methods.d.ts +10 -0
- package/esnext/action-sheet/methods.js +4 -0
- package/esnext/action-sheet/style/css/index.css +741 -0
- package/esnext/action-sheet/style/css/index.d.ts +3 -0
- package/esnext/action-sheet/style/css/index.js +3 -0
- package/esnext/action-sheet/style/index.d.ts +3 -0
- package/esnext/action-sheet/style/index.js +3 -0
- package/esnext/action-sheet/style/index.less +119 -0
- package/esnext/avatar/group.d.ts +9 -0
- package/esnext/avatar/group.js +35 -0
- package/esnext/avatar/index.d.ts +17 -0
- package/esnext/avatar/index.js +87 -0
- package/esnext/avatar/style/css/index.css +792 -0
- package/esnext/avatar/style/css/index.d.ts +3 -0
- package/esnext/avatar/style/css/index.js +3 -0
- package/esnext/avatar/style/index.d.ts +3 -0
- package/esnext/avatar/style/index.js +3 -0
- package/esnext/avatar/style/index.less +201 -0
- package/esnext/avatar/type.d.ts +132 -0
- package/esnext/avatar/type.js +1 -0
- package/esnext/badge/index.d.ts +80 -0
- package/esnext/badge/index.js +29 -0
- package/esnext/badge/style/css/index.css +640 -0
- package/esnext/badge/style/css/index.d.ts +2 -0
- package/esnext/badge/style/css/index.js +2 -0
- package/esnext/badge/style/index.d.ts +2 -0
- package/esnext/badge/style/index.js +2 -0
- package/esnext/badge/style/index.less +109 -0
- package/esnext/button/hooks.d.ts +8 -0
- package/esnext/button/hooks.js +45 -0
- package/esnext/button/index.d.ts +141 -0
- package/esnext/button/index.js +61 -0
- package/esnext/button/style/css/index.css +816 -0
- package/esnext/button/style/css/index.d.ts +3 -0
- package/esnext/button/style/css/index.js +3 -0
- package/esnext/button/style/index.d.ts +3 -0
- package/esnext/button/style/index.js +3 -0
- package/esnext/button/style/index.less +242 -0
- package/esnext/carousel/index.d.ts +383 -0
- package/esnext/carousel/index.js +849 -0
- package/esnext/carousel/style/css/index.css +748 -0
- package/esnext/carousel/style/css/index.d.ts +2 -0
- package/esnext/carousel/style/css/index.js +2 -0
- package/esnext/carousel/style/index.d.ts +2 -0
- package/esnext/carousel/style/index.js +2 -0
- package/esnext/carousel/style/index.less +263 -0
- package/esnext/cell/arrow.d.ts +2 -0
- package/esnext/cell/arrow.js +5 -0
- package/esnext/cell/cell.d.ts +3 -0
- package/esnext/cell/cell.js +24 -0
- package/esnext/cell/group.d.ts +7 -0
- package/esnext/cell/group.js +26 -0
- package/esnext/cell/index.d.ts +14 -0
- package/esnext/cell/index.js +16 -0
- package/esnext/cell/style/css/index.css +1008 -0
- package/esnext/cell/style/css/index.d.ts +2 -0
- package/esnext/cell/style/css/index.js +2 -0
- package/esnext/cell/style/index.d.ts +2 -0
- package/esnext/cell/style/index.js +2 -0
- package/esnext/cell/style/index.less +214 -0
- package/esnext/cell/type.d.ts +125 -0
- package/esnext/cell/type.js +1 -0
- package/esnext/checkbox/checkbox.d.ts +3 -0
- package/esnext/checkbox/checkbox.js +106 -0
- package/esnext/checkbox/group.d.ts +4 -0
- package/esnext/checkbox/group.js +54 -0
- package/esnext/checkbox/hooks/index.d.ts +1 -0
- package/esnext/checkbox/hooks/index.js +1 -0
- package/esnext/checkbox/hooks/useMergeProps.d.ts +3 -0
- package/esnext/checkbox/hooks/useMergeProps.js +20 -0
- package/esnext/checkbox/index.d.ts +19 -0
- package/esnext/checkbox/index.js +22 -0
- package/esnext/checkbox/style/css/index.css +613 -0
- package/esnext/checkbox/style/css/index.d.ts +2 -0
- package/esnext/checkbox/style/css/index.js +2 -0
- package/esnext/checkbox/style/index.d.ts +2 -0
- package/esnext/checkbox/style/index.js +2 -0
- package/esnext/checkbox/style/index.less +119 -0
- package/esnext/checkbox/type.d.ts +162 -0
- package/esnext/checkbox/type.js +27 -0
- package/esnext/circle-progress/index.d.ts +141 -0
- package/esnext/circle-progress/index.js +75 -0
- package/esnext/circle-progress/style/css/index.css +582 -0
- package/esnext/circle-progress/style/css/index.d.ts +2 -0
- package/esnext/circle-progress/style/css/index.js +2 -0
- package/esnext/circle-progress/style/index.d.ts +2 -0
- package/esnext/circle-progress/style/index.js +2 -0
- package/esnext/circle-progress/style/index.less +101 -0
- package/esnext/collapse/collapse.d.ts +3 -0
- package/esnext/collapse/collapse.js +111 -0
- package/esnext/collapse/group.d.ts +21 -0
- package/esnext/collapse/group.js +80 -0
- package/esnext/collapse/index.d.ts +23 -0
- package/esnext/collapse/index.js +14 -0
- package/esnext/collapse/style/css/index.css +662 -0
- package/esnext/collapse/style/css/index.d.ts +2 -0
- package/esnext/collapse/style/css/index.js +2 -0
- package/esnext/collapse/style/index.d.ts +2 -0
- package/esnext/collapse/style/index.js +2 -0
- package/esnext/collapse/style/index.less +106 -0
- package/esnext/collapse/type.d.ts +139 -0
- package/esnext/collapse/type.js +1 -0
- package/esnext/collapse/utils.d.ts +8 -0
- package/esnext/collapse/utils.js +16 -0
- package/esnext/context-provider/index.d.ts +74 -0
- package/esnext/context-provider/index.js +99 -0
- package/esnext/context-provider/style/css/index.css +0 -0
- package/esnext/context-provider/style/css/index.d.ts +2 -0
- package/esnext/context-provider/style/css/index.js +2 -0
- package/esnext/context-provider/style/index.d.ts +2 -0
- package/esnext/context-provider/style/index.js +2 -0
- package/esnext/context-provider/style/index.less +1 -0
- package/esnext/count-down/hooks.d.ts +10 -0
- package/esnext/count-down/hooks.js +107 -0
- package/esnext/count-down/index.d.ts +13 -0
- package/esnext/count-down/index.js +37 -0
- package/esnext/count-down/singleton.d.ts +15 -0
- package/esnext/count-down/singleton.js +52 -0
- package/esnext/count-down/style/css/index.css +534 -0
- package/esnext/count-down/style/css/index.d.ts +2 -0
- package/esnext/count-down/style/css/index.js +2 -0
- package/esnext/count-down/style/index.d.ts +2 -0
- package/esnext/count-down/style/index.js +2 -0
- package/esnext/count-down/style/index.less +37 -0
- package/esnext/count-down/type.d.ts +112 -0
- package/esnext/count-down/type.js +1 -0
- package/esnext/count-down/util.d.ts +8 -0
- package/esnext/count-down/util.js +106 -0
- package/esnext/date-picker/helper.d.ts +5 -0
- package/esnext/date-picker/helper.js +38 -0
- package/esnext/date-picker/index.d.ts +24 -0
- package/esnext/date-picker/index.js +217 -0
- package/esnext/date-picker/style/css/index.css +526 -0
- package/esnext/date-picker/style/css/index.d.ts +3 -0
- package/esnext/date-picker/style/css/index.js +3 -0
- package/esnext/date-picker/style/index.d.ts +3 -0
- package/esnext/date-picker/style/index.js +3 -0
- package/esnext/date-picker/style/index.less +30 -0
- package/esnext/date-picker/type.d.ts +114 -0
- package/esnext/date-picker/type.js +1 -0
- package/esnext/dialog/index.d.ts +213 -0
- package/esnext/dialog/index.js +87 -0
- package/esnext/dialog/methods.d.ts +20 -0
- package/esnext/dialog/methods.js +42 -0
- package/esnext/dialog/style/css/index.css +1111 -0
- package/esnext/dialog/style/css/index.d.ts +3 -0
- package/esnext/dialog/style/css/index.js +3 -0
- package/esnext/dialog/style/index.d.ts +3 -0
- package/esnext/dialog/style/index.js +3 -0
- package/esnext/dialog/style/index.less +376 -0
- package/esnext/divider/index.d.ts +49 -0
- package/esnext/divider/index.js +32 -0
- package/esnext/divider/style/css/index.css +609 -0
- package/esnext/divider/style/css/index.d.ts +2 -0
- package/esnext/divider/style/css/index.js +2 -0
- package/esnext/divider/style/index.d.ts +2 -0
- package/esnext/divider/style/index.js +2 -0
- package/esnext/divider/style/index.less +101 -0
- package/esnext/dropdown/dropdown.d.ts +3 -0
- package/esnext/dropdown/dropdown.js +196 -0
- package/esnext/dropdown/index.d.ts +14 -0
- package/esnext/dropdown/index.js +16 -0
- package/esnext/dropdown/options.d.ts +4 -0
- package/esnext/dropdown/options.js +61 -0
- package/esnext/dropdown/style/css/index.css +653 -0
- package/esnext/dropdown/style/css/index.d.ts +2 -0
- package/esnext/dropdown/style/css/index.js +2 -0
- package/esnext/dropdown/style/index.d.ts +2 -0
- package/esnext/dropdown/style/index.js +2 -0
- package/esnext/dropdown/style/index.less +177 -0
- package/esnext/dropdown/type.d.ts +269 -0
- package/esnext/dropdown/type.js +1 -0
- package/esnext/dropdown-menu/dropdown-menu.d.ts +4 -0
- package/esnext/dropdown-menu/dropdown-menu.js +161 -0
- package/esnext/dropdown-menu/helper.d.ts +34 -0
- package/esnext/dropdown-menu/helper.js +88 -0
- package/esnext/dropdown-menu/index.d.ts +12 -0
- package/esnext/dropdown-menu/index.js +13 -0
- package/esnext/dropdown-menu/style/css/index.css +705 -0
- package/esnext/dropdown-menu/style/css/index.d.ts +3 -0
- package/esnext/dropdown-menu/style/css/index.js +3 -0
- package/esnext/dropdown-menu/style/index.d.ts +3 -0
- package/esnext/dropdown-menu/style/index.js +3 -0
- package/esnext/dropdown-menu/style/index.less +122 -0
- package/esnext/dropdown-menu/type.d.ts +168 -0
- package/esnext/dropdown-menu/type.js +1 -0
- package/esnext/ellipsis/components/js-ellipsis.d.ts +6 -0
- package/esnext/ellipsis/components/js-ellipsis.js +178 -0
- package/esnext/ellipsis/components/native-ellipsis.d.ts +5 -0
- package/esnext/ellipsis/components/native-ellipsis.js +15 -0
- package/esnext/ellipsis/index.d.ts +13 -0
- package/esnext/ellipsis/index.js +31 -0
- package/esnext/ellipsis/style/css/index.css +556 -0
- package/esnext/ellipsis/style/css/index.d.ts +2 -0
- package/esnext/ellipsis/style/css/index.js +2 -0
- package/esnext/ellipsis/style/index.d.ts +2 -0
- package/esnext/ellipsis/style/index.js +2 -0
- package/esnext/ellipsis/style/index.less +63 -0
- package/esnext/ellipsis/type.d.ts +107 -0
- package/esnext/ellipsis/type.js +1 -0
- package/esnext/ellipsis/utils/dom.d.ts +2 -0
- package/esnext/ellipsis/utils/dom.js +35 -0
- package/esnext/ellipsis/utils/is.d.ts +3 -0
- package/esnext/ellipsis/utils/is.js +3 -0
- package/esnext/form/form-item-context.d.ts +3 -0
- package/esnext/form/form-item-context.js +6 -0
- package/esnext/form/form-item.d.ts +4 -0
- package/esnext/form/form-item.js +218 -0
- package/esnext/form/index.d.ts +16 -0
- package/esnext/form/index.js +50 -0
- package/esnext/form/linked-container.d.ts +8 -0
- package/esnext/form/linked-container.js +29 -0
- package/esnext/form/style/css/index.css +670 -0
- package/esnext/form/style/css/index.d.ts +2 -0
- package/esnext/form/style/css/index.js +2 -0
- package/esnext/form/style/index.d.ts +2 -0
- package/esnext/form/style/index.js +2 -0
- package/esnext/form/style/index.less +172 -0
- package/esnext/form/type.d.ts +373 -0
- package/esnext/form/type.js +26 -0
- package/esnext/form/useForm.d.ts +18 -0
- package/esnext/form/useForm.js +203 -0
- package/esnext/form/utils.d.ts +7 -0
- package/esnext/form/utils.js +21 -0
- package/esnext/grid/index.d.ts +112 -0
- package/esnext/grid/index.js +79 -0
- package/esnext/grid/style/css/index.css +661 -0
- package/esnext/grid/style/css/index.d.ts +2 -0
- package/esnext/grid/style/css/index.js +2 -0
- package/esnext/grid/style/index.d.ts +2 -0
- package/esnext/grid/style/index.js +2 -0
- package/esnext/grid/style/index.less +157 -0
- package/esnext/icon/IconAdd/index.d.ts +7 -0
- package/esnext/icon/IconAdd/index.js +7 -0
- package/esnext/icon/IconArrowBack/index.d.ts +7 -0
- package/esnext/icon/IconArrowBack/index.js +7 -0
- package/esnext/icon/IconArrowDown/index.d.ts +7 -0
- package/esnext/icon/IconArrowDown/index.js +7 -0
- package/esnext/icon/IconArrowIn/index.d.ts +7 -0
- package/esnext/icon/IconArrowIn/index.js +7 -0
- package/esnext/icon/IconArrowUp/index.d.ts +7 -0
- package/esnext/icon/IconArrowUp/index.js +7 -0
- package/esnext/icon/IconCheck/index.d.ts +7 -0
- package/esnext/icon/IconCheck/index.js +7 -0
- package/esnext/icon/IconCheckBold/index.d.ts +7 -0
- package/esnext/icon/IconCheckBold/index.js +8 -0
- package/esnext/icon/IconCircleChecked/index.d.ts +7 -0
- package/esnext/icon/IconCircleChecked/index.js +7 -0
- package/esnext/icon/IconCircleDisabled/index.d.ts +7 -0
- package/esnext/icon/IconCircleDisabled/index.js +7 -0
- package/esnext/icon/IconCircleUnchecked/index.d.ts +7 -0
- package/esnext/icon/IconCircleUnchecked/index.js +7 -0
- package/esnext/icon/IconClear/index.d.ts +7 -0
- package/esnext/icon/IconClear/index.js +7 -0
- package/esnext/icon/IconClose/index.d.ts +7 -0
- package/esnext/icon/IconClose/index.js +7 -0
- package/esnext/icon/IconCloseBold/index.d.ts +7 -0
- package/esnext/icon/IconCloseBold/index.js +8 -0
- package/esnext/icon/IconDelete/index.d.ts +7 -0
- package/esnext/icon/IconDelete/index.js +7 -0
- package/esnext/icon/IconDownload/index.d.ts +7 -0
- package/esnext/icon/IconDownload/index.js +7 -0
- package/esnext/icon/IconEdit/index.d.ts +7 -0
- package/esnext/icon/IconEdit/index.js +7 -0
- package/esnext/icon/IconErrorCircle/index.d.ts +7 -0
- package/esnext/icon/IconErrorCircle/index.js +8 -0
- package/esnext/icon/IconEyeInvisible/index.d.ts +7 -0
- package/esnext/icon/IconEyeInvisible/index.js +7 -0
- package/esnext/icon/IconEyeVisible/index.d.ts +7 -0
- package/esnext/icon/IconEyeVisible/index.js +7 -0
- package/esnext/icon/IconEyelashInvisible/index.d.ts +7 -0
- package/esnext/icon/IconEyelashInvisible/index.js +7 -0
- package/esnext/icon/IconFile/index.d.ts +7 -0
- package/esnext/icon/IconFile/index.js +7 -0
- package/esnext/icon/IconGift/index.d.ts +7 -0
- package/esnext/icon/IconGift/index.js +8 -0
- package/esnext/icon/IconHeart/index.d.ts +7 -0
- package/esnext/icon/IconHeart/index.js +8 -0
- package/esnext/icon/IconHome/index.d.ts +7 -0
- package/esnext/icon/IconHome/index.js +7 -0
- package/esnext/icon/IconKeyboard/index.d.ts +7 -0
- package/esnext/icon/IconKeyboard/index.js +8 -0
- package/esnext/icon/IconKeyboardDelete/index.d.ts +7 -0
- package/esnext/icon/IconKeyboardDelete/index.js +8 -0
- package/esnext/icon/IconLikeCircle/index.d.ts +7 -0
- package/esnext/icon/IconLikeCircle/index.js +7 -0
- package/esnext/icon/IconMinus/index.d.ts +7 -0
- package/esnext/icon/IconMinus/index.js +8 -0
- package/esnext/icon/IconMore/index.d.ts +7 -0
- package/esnext/icon/IconMore/index.js +7 -0
- package/esnext/icon/IconNotice/index.d.ts +7 -0
- package/esnext/icon/IconNotice/index.js +8 -0
- package/esnext/icon/IconNoticeOff/index.d.ts +7 -0
- package/esnext/icon/IconNoticeOff/index.js +8 -0
- package/esnext/icon/IconPicture/index.d.ts +7 -0
- package/esnext/icon/IconPicture/index.js +7 -0
- package/esnext/icon/IconPlay/index.d.ts +7 -0
- package/esnext/icon/IconPlay/index.js +8 -0
- package/esnext/icon/IconQuestionCircle/index.d.ts +7 -0
- package/esnext/icon/IconQuestionCircle/index.js +7 -0
- package/esnext/icon/IconRefresh/index.d.ts +7 -0
- package/esnext/icon/IconRefresh/index.js +7 -0
- package/esnext/icon/IconSad/index.d.ts +7 -0
- package/esnext/icon/IconSad/index.js +7 -0
- package/esnext/icon/IconScan/index.d.ts +7 -0
- package/esnext/icon/IconScan/index.js +7 -0
- package/esnext/icon/IconSearch/index.d.ts +7 -0
- package/esnext/icon/IconSearch/index.js +7 -0
- package/esnext/icon/IconSetting/index.d.ts +7 -0
- package/esnext/icon/IconSetting/index.js +8 -0
- package/esnext/icon/IconShop/index.d.ts +7 -0
- package/esnext/icon/IconShop/index.js +8 -0
- package/esnext/icon/IconShopping/index.d.ts +7 -0
- package/esnext/icon/IconShopping/index.js +8 -0
- package/esnext/icon/IconSmileFill/index.d.ts +7 -0
- package/esnext/icon/IconSmileFill/index.js +7 -0
- package/esnext/icon/IconSound/index.d.ts +7 -0
- package/esnext/icon/IconSound/index.js +8 -0
- package/esnext/icon/IconSquareChecked/index.d.ts +7 -0
- package/esnext/icon/IconSquareChecked/index.js +7 -0
- package/esnext/icon/IconSquareDisabled/index.d.ts +7 -0
- package/esnext/icon/IconSquareDisabled/index.js +7 -0
- package/esnext/icon/IconSquareUnchecked/index.d.ts +7 -0
- package/esnext/icon/IconSquareUnchecked/index.js +7 -0
- package/esnext/icon/IconStar/index.d.ts +7 -0
- package/esnext/icon/IconStar/index.js +7 -0
- package/esnext/icon/IconStarFill/index.d.ts +7 -0
- package/esnext/icon/IconStarFill/index.js +8 -0
- package/esnext/icon/IconStarHalf/index.d.ts +7 -0
- package/esnext/icon/IconStarHalf/index.js +7 -0
- package/esnext/icon/IconSubway/index.d.ts +7 -0
- package/esnext/icon/IconSubway/index.js +8 -0
- package/esnext/icon/IconSuccessCircle/index.d.ts +7 -0
- package/esnext/icon/IconSuccessCircle/index.js +8 -0
- package/esnext/icon/IconTriDown/index.d.ts +7 -0
- package/esnext/icon/IconTriDown/index.js +8 -0
- package/esnext/icon/IconTriUp/index.d.ts +7 -0
- package/esnext/icon/IconTriUp/index.js +8 -0
- package/esnext/icon/IconUpload/index.d.ts +7 -0
- package/esnext/icon/IconUpload/index.js +7 -0
- package/esnext/icon/IconUser/index.d.ts +7 -0
- package/esnext/icon/IconUser/index.js +7 -0
- package/esnext/icon/IconUserFill/index.d.ts +7 -0
- package/esnext/icon/IconUserFill/index.js +7 -0
- package/esnext/icon/IconWarnCircle/index.d.ts +7 -0
- package/esnext/icon/IconWarnCircle/index.js +8 -0
- package/esnext/icon/IconWarnCircleFill/index.d.ts +7 -0
- package/esnext/icon/IconWarnCircleFill/index.js +8 -0
- package/esnext/icon/index.d.ts +59 -0
- package/esnext/icon/index.js +59 -0
- package/esnext/icon/type.d.ts +10 -0
- package/esnext/icon/type.js +1 -0
- package/esnext/image/index.d.ts +186 -0
- package/esnext/image/index.js +223 -0
- package/esnext/image/style/css/index.css +734 -0
- package/esnext/image/style/css/index.d.ts +3 -0
- package/esnext/image/style/css/index.js +3 -0
- package/esnext/image/style/index.d.ts +3 -0
- package/esnext/image/style/index.js +3 -0
- package/esnext/image/style/index.less +198 -0
- package/esnext/image-picker/add-icon.d.ts +2 -0
- package/esnext/image-picker/add-icon.js +5 -0
- package/esnext/image-picker/index.d.ts +16 -0
- package/esnext/image-picker/index.js +77 -0
- package/esnext/image-picker/style/css/index.css +688 -0
- package/esnext/image-picker/style/css/index.d.ts +4 -0
- package/esnext/image-picker/style/css/index.js +4 -0
- package/esnext/image-picker/style/index.d.ts +4 -0
- package/esnext/image-picker/style/index.js +4 -0
- package/esnext/image-picker/style/index.less +170 -0
- package/esnext/image-picker/type.d.ts +115 -0
- package/esnext/image-picker/type.js +1 -0
- package/esnext/image-preview/index.d.ts +296 -0
- package/esnext/image-preview/index.js +794 -0
- package/esnext/image-preview/methods.d.ts +13 -0
- package/esnext/image-preview/methods.js +46 -0
- package/esnext/image-preview/style/css/index.css +664 -0
- package/esnext/image-preview/style/css/index.d.ts +5 -0
- package/esnext/image-preview/style/css/index.js +5 -0
- package/esnext/image-preview/style/index.d.ts +5 -0
- package/esnext/image-preview/style/index.js +5 -0
- package/esnext/image-preview/style/index.less +140 -0
- package/esnext/index-bar/context.d.ts +3 -0
- package/esnext/index-bar/context.js +6 -0
- package/esnext/index-bar/group.d.ts +3 -0
- package/esnext/index-bar/group.js +33 -0
- package/esnext/index-bar/index.d.ts +15 -0
- package/esnext/index-bar/index.js +151 -0
- package/esnext/index-bar/side-bar.d.ts +3 -0
- package/esnext/index-bar/side-bar.js +44 -0
- package/esnext/index-bar/style/css/index.css +767 -0
- package/esnext/index-bar/style/css/index.d.ts +3 -0
- package/esnext/index-bar/style/css/index.js +3 -0
- package/esnext/index-bar/style/index.d.ts +3 -0
- package/esnext/index-bar/style/index.js +3 -0
- package/esnext/index-bar/style/index.less +189 -0
- package/esnext/index-bar/type.d.ts +195 -0
- package/esnext/index-bar/type.js +1 -0
- package/esnext/index-bar/utils.d.ts +6 -0
- package/esnext/index-bar/utils.js +44 -0
- package/esnext/index.d.ts +59 -0
- package/esnext/index.js +59 -0
- package/esnext/input/hooks.d.ts +14 -0
- package/esnext/input/hooks.js +174 -0
- package/esnext/input/index.d.ts +60 -0
- package/esnext/input/index.js +28 -0
- package/esnext/input/props.d.ts +182 -0
- package/esnext/input/props.js +1 -0
- package/esnext/input/style/css/index.css +759 -0
- package/esnext/input/style/css/index.d.ts +2 -0
- package/esnext/input/style/css/index.js +2 -0
- package/esnext/input/style/index.d.ts +2 -0
- package/esnext/input/style/index.js +2 -0
- package/esnext/input/style/index.less +195 -0
- package/esnext/keyboard/index.d.ts +13 -0
- package/esnext/keyboard/index.js +159 -0
- package/esnext/keyboard/style/css/index.css +633 -0
- package/esnext/keyboard/style/css/index.d.ts +3 -0
- package/esnext/keyboard/style/css/index.js +3 -0
- package/esnext/keyboard/style/index.d.ts +3 -0
- package/esnext/keyboard/style/index.js +3 -0
- package/esnext/keyboard/style/index.less +131 -0
- package/esnext/keyboard/type.d.ts +102 -0
- package/esnext/keyboard/type.js +1 -0
- package/esnext/load-more/index.d.ts +158 -0
- package/esnext/load-more/index.js +150 -0
- package/esnext/load-more/style/css/index.css +534 -0
- package/esnext/load-more/style/css/index.d.ts +2 -0
- package/esnext/load-more/style/css/index.js +2 -0
- package/esnext/load-more/style/index.d.ts +2 -0
- package/esnext/load-more/style/index.js +2 -0
- package/esnext/load-more/style/index.less +37 -0
- package/esnext/loading/index.d.ts +76 -0
- package/esnext/loading/index.js +123 -0
- package/esnext/loading/style/css/index.css +648 -0
- package/esnext/loading/style/css/index.d.ts +2 -0
- package/esnext/loading/style/css/index.js +2 -0
- package/esnext/loading/style/index.d.ts +2 -0
- package/esnext/loading/style/index.js +2 -0
- package/esnext/loading/style/index.less +147 -0
- package/esnext/masking/index.d.ts +225 -0
- package/esnext/masking/index.js +114 -0
- package/esnext/masking/methods.d.ts +23 -0
- package/esnext/masking/methods.js +56 -0
- package/esnext/masking/style/css/index.css +552 -0
- package/esnext/masking/style/css/index.d.ts +3 -0
- package/esnext/masking/style/css/index.js +3 -0
- package/esnext/masking/style/index.d.ts +3 -0
- package/esnext/masking/style/index.js +3 -0
- package/esnext/masking/style/index.less +55 -0
- package/esnext/nav-bar/back-icon.d.ts +5 -0
- package/esnext/nav-bar/back-icon.js +9 -0
- package/esnext/nav-bar/index.d.ts +135 -0
- package/esnext/nav-bar/index.js +96 -0
- package/esnext/nav-bar/style/css/index.css +706 -0
- package/esnext/nav-bar/style/css/index.d.ts +2 -0
- package/esnext/nav-bar/style/css/index.js +2 -0
- package/esnext/nav-bar/style/index.d.ts +2 -0
- package/esnext/nav-bar/style/index.js +2 -0
- package/esnext/nav-bar/style/index.less +150 -0
- package/esnext/notice-bar/index.d.ts +107 -0
- package/esnext/notice-bar/index.js +126 -0
- package/esnext/notice-bar/style/css/index.css +685 -0
- package/esnext/notice-bar/style/css/index.d.ts +2 -0
- package/esnext/notice-bar/style/css/index.js +2 -0
- package/esnext/notice-bar/style/index.d.ts +2 -0
- package/esnext/notice-bar/style/index.js +2 -0
- package/esnext/notice-bar/style/index.less +160 -0
- package/esnext/notify/index.d.ts +97 -0
- package/esnext/notify/index.js +123 -0
- package/esnext/notify/methods.d.ts +14 -0
- package/esnext/notify/methods.js +63 -0
- package/esnext/notify/style/css/index.css +591 -0
- package/esnext/notify/style/css/index.d.ts +2 -0
- package/esnext/notify/style/css/index.js +2 -0
- package/esnext/notify/style/index.d.ts +2 -0
- package/esnext/notify/style/index.js +2 -0
- package/esnext/notify/style/index.less +90 -0
- package/esnext/notify/type.d.ts +70 -0
- package/esnext/notify/type.js +1 -0
- package/esnext/pagination/arrow.d.ts +2 -0
- package/esnext/pagination/arrow.js +5 -0
- package/esnext/pagination/index.d.ts +124 -0
- package/esnext/pagination/index.js +104 -0
- package/esnext/pagination/style/css/index.css +708 -0
- package/esnext/pagination/style/css/index.d.ts +2 -0
- package/esnext/pagination/style/css/index.js +2 -0
- package/esnext/pagination/style/index.d.ts +2 -0
- package/esnext/pagination/style/index.js +2 -0
- package/esnext/pagination/style/index.less +176 -0
- package/esnext/picker/index.d.ts +50 -0
- package/esnext/picker/index.js +93 -0
- package/esnext/picker/style/css/index.css +592 -0
- package/esnext/picker/style/css/index.d.ts +4 -0
- package/esnext/picker/style/css/index.js +4 -0
- package/esnext/picker/style/index.d.ts +4 -0
- package/esnext/picker/style/index.js +4 -0
- package/esnext/picker/style/index.less +95 -0
- package/esnext/picker/type.d.ts +131 -0
- package/esnext/picker/type.js +1 -0
- package/esnext/picker-view/components/cascader.d.ts +25 -0
- package/esnext/picker-view/components/cascader.js +54 -0
- package/esnext/picker-view/components/multi-picker.d.ts +11 -0
- package/esnext/picker-view/components/multi-picker.js +32 -0
- package/esnext/picker-view/components/picker-cell.d.ts +28 -0
- package/esnext/picker-view/components/picker-cell.js +284 -0
- package/esnext/picker-view/index.d.ts +62 -0
- package/esnext/picker-view/index.js +135 -0
- package/esnext/picker-view/style/css/index.css +750 -0
- package/esnext/picker-view/style/css/index.d.ts +2 -0
- package/esnext/picker-view/style/css/index.js +2 -0
- package/esnext/picker-view/style/index.d.ts +2 -0
- package/esnext/picker-view/style/index.js +2 -0
- package/esnext/picker-view/style/index.less +125 -0
- package/esnext/picker-view/type.d.ts +89 -0
- package/esnext/picker-view/type.js +1 -0
- package/esnext/popover/hooks/index.d.ts +2 -0
- package/esnext/popover/hooks/index.js +2 -0
- package/esnext/popover/hooks/useEvent.d.ts +8 -0
- package/esnext/popover/hooks/useEvent.js +148 -0
- package/esnext/popover/hooks/usePosition.d.ts +18 -0
- package/esnext/popover/hooks/usePosition.js +419 -0
- package/esnext/popover/index.d.ts +14 -0
- package/esnext/popover/index.js +20 -0
- package/esnext/popover/menu.d.ts +3 -0
- package/esnext/popover/menu.js +80 -0
- package/esnext/popover/popover-inner.d.ts +3 -0
- package/esnext/popover/popover-inner.js +79 -0
- package/esnext/popover/popover.d.ts +3 -0
- package/esnext/popover/popover.js +132 -0
- package/esnext/popover/style/css/index.css +993 -0
- package/esnext/popover/style/css/index.d.ts +3 -0
- package/esnext/popover/style/css/index.js +3 -0
- package/esnext/popover/style/css/menu.css +673 -0
- package/esnext/popover/style/index.d.ts +3 -0
- package/esnext/popover/style/index.js +3 -0
- package/esnext/popover/style/index.less +353 -0
- package/esnext/popover/style/menu.less +163 -0
- package/esnext/popover/type.d.ts +447 -0
- package/esnext/popover/type.js +1 -0
- package/esnext/popup/index.d.ts +86 -0
- package/esnext/popup/index.js +39 -0
- package/esnext/popup/methods.d.ts +10 -0
- package/esnext/popup/methods.js +4 -0
- package/esnext/popup/style/css/index.css +638 -0
- package/esnext/popup/style/css/index.d.ts +3 -0
- package/esnext/popup/style/css/index.js +3 -0
- package/esnext/popup/style/index.d.ts +3 -0
- package/esnext/popup/style/index.js +3 -0
- package/esnext/popup/style/index.less +114 -0
- package/esnext/popup-swiper/index.d.ts +93 -0
- package/esnext/popup-swiper/index.js +192 -0
- package/esnext/popup-swiper/methods.d.ts +10 -0
- package/esnext/popup-swiper/methods.js +4 -0
- package/esnext/popup-swiper/style/css/index.css +531 -0
- package/esnext/popup-swiper/style/css/index.d.ts +3 -0
- package/esnext/popup-swiper/style/css/index.js +3 -0
- package/esnext/popup-swiper/style/index.d.ts +3 -0
- package/esnext/popup-swiper/style/index.js +3 -0
- package/esnext/popup-swiper/style/index.less +35 -0
- package/esnext/portal/index.d.ts +23 -0
- package/esnext/portal/index.js +18 -0
- package/esnext/portal/style/css/index.css +0 -0
- package/esnext/portal/style/css/index.d.ts +2 -0
- package/esnext/portal/style/css/index.js +2 -0
- package/esnext/portal/style/index.d.ts +2 -0
- package/esnext/portal/style/index.js +2 -0
- package/esnext/portal/style/index.less +1 -0
- package/esnext/progress/index.d.ts +126 -0
- package/esnext/progress/index.js +66 -0
- package/esnext/progress/style/css/index.css +692 -0
- package/esnext/progress/style/css/index.d.ts +2 -0
- package/esnext/progress/style/css/index.js +2 -0
- package/esnext/progress/style/index.d.ts +2 -0
- package/esnext/progress/style/index.js +2 -0
- package/esnext/progress/style/index.less +205 -0
- package/esnext/pull-refresh/android-pull-refresh.d.ts +3 -0
- package/esnext/pull-refresh/android-pull-refresh.js +168 -0
- package/esnext/pull-refresh/hooks.d.ts +30 -0
- package/esnext/pull-refresh/hooks.js +73 -0
- package/esnext/pull-refresh/index.d.ts +28 -0
- package/esnext/pull-refresh/index.js +21 -0
- package/esnext/pull-refresh/ios-pull-refresh.d.ts +3 -0
- package/esnext/pull-refresh/ios-pull-refresh.js +137 -0
- package/esnext/pull-refresh/model.d.ts +111 -0
- package/esnext/pull-refresh/model.js +8 -0
- package/esnext/pull-refresh/style/css/index.css +650 -0
- package/esnext/pull-refresh/style/css/index.d.ts +3 -0
- package/esnext/pull-refresh/style/css/index.js +3 -0
- package/esnext/pull-refresh/style/index.d.ts +3 -0
- package/esnext/pull-refresh/style/index.js +3 -0
- package/esnext/pull-refresh/style/index.less +131 -0
- package/esnext/radio/group.d.ts +5 -0
- package/esnext/radio/group.js +50 -0
- package/esnext/radio/index.d.ts +19 -0
- package/esnext/radio/index.js +22 -0
- package/esnext/radio/radio.d.ts +5 -0
- package/esnext/radio/radio.js +13 -0
- package/esnext/radio/style/css/index.css +604 -0
- package/esnext/radio/style/css/index.d.ts +2 -0
- package/esnext/radio/style/css/index.js +2 -0
- package/esnext/radio/style/index.d.ts +2 -0
- package/esnext/radio/style/index.js +2 -0
- package/esnext/radio/style/index.less +114 -0
- package/esnext/radio/type.d.ts +31 -0
- package/esnext/radio/type.js +1 -0
- package/esnext/rate/index.d.ts +109 -0
- package/esnext/rate/index.js +87 -0
- package/esnext/rate/style/css/index.css +595 -0
- package/esnext/rate/style/css/index.d.ts +2 -0
- package/esnext/rate/style/css/index.js +2 -0
- package/esnext/rate/style/index.d.ts +2 -0
- package/esnext/rate/style/index.js +2 -0
- package/esnext/rate/style/index.less +106 -0
- package/esnext/search-bar/association.d.ts +3 -0
- package/esnext/search-bar/association.js +51 -0
- package/esnext/search-bar/cancel-button.d.ts +10 -0
- package/esnext/search-bar/cancel-button.js +18 -0
- package/esnext/search-bar/highlight.d.ts +12 -0
- package/esnext/search-bar/highlight.js +46 -0
- package/esnext/search-bar/index.d.ts +13 -0
- package/esnext/search-bar/index.js +109 -0
- package/esnext/search-bar/style/css/index.css +765 -0
- package/esnext/search-bar/style/css/index.d.ts +2 -0
- package/esnext/search-bar/style/css/index.js +2 -0
- package/esnext/search-bar/style/index.d.ts +2 -0
- package/esnext/search-bar/style/index.js +2 -0
- package/esnext/search-bar/style/index.less +198 -0
- package/esnext/search-bar/type.d.ts +163 -0
- package/esnext/search-bar/type.js +1 -0
- package/esnext/show-monitor/index.d.ts +115 -0
- package/esnext/show-monitor/index.js +416 -0
- package/esnext/show-monitor/style/css/index.css +0 -0
- package/esnext/show-monitor/style/css/index.d.ts +2 -0
- package/esnext/show-monitor/style/css/index.js +2 -0
- package/esnext/show-monitor/style/index.d.ts +2 -0
- package/esnext/show-monitor/style/index.js +2 -0
- package/esnext/show-monitor/style/index.less +1 -0
- package/esnext/skeleton/elements.d.ts +7 -0
- package/esnext/skeleton/elements.js +117 -0
- package/esnext/skeleton/index.d.ts +19 -0
- package/esnext/skeleton/index.js +50 -0
- package/esnext/skeleton/skeleton-context.d.ts +3 -0
- package/esnext/skeleton/skeleton-context.js +5 -0
- package/esnext/skeleton/style/css/index.css +712 -0
- package/esnext/skeleton/style/css/index.d.ts +3 -0
- package/esnext/skeleton/style/css/index.js +3 -0
- package/esnext/skeleton/style/index.d.ts +3 -0
- package/esnext/skeleton/style/index.js +3 -0
- package/esnext/skeleton/style/index.less +182 -0
- package/esnext/skeleton/type.d.ts +105 -0
- package/esnext/skeleton/type.js +1 -0
- package/esnext/slider/hooks/index.d.ts +12 -0
- package/esnext/slider/hooks/index.js +33 -0
- package/esnext/slider/hooks/useSliderEvents.d.ts +17 -0
- package/esnext/slider/hooks/useSliderEvents.js +128 -0
- package/esnext/slider/hooks/useSliderIcon.d.ts +7 -0
- package/esnext/slider/hooks/useSliderIcon.js +41 -0
- package/esnext/slider/hooks/useSliderInit.d.ts +14 -0
- package/esnext/slider/hooks/useSliderInit.js +146 -0
- package/esnext/slider/hooks/useSliderStyle.d.ts +13 -0
- package/esnext/slider/hooks/useSliderStyle.js +39 -0
- package/esnext/slider/index.d.ts +163 -0
- package/esnext/slider/index.js +120 -0
- package/esnext/slider/marks.d.ts +11 -0
- package/esnext/slider/marks.js +17 -0
- package/esnext/slider/popover.d.ts +6 -0
- package/esnext/slider/popover.js +13 -0
- package/esnext/slider/style/css/index.css +863 -0
- package/esnext/slider/style/css/index.d.ts +3 -0
- package/esnext/slider/style/css/index.js +3 -0
- package/esnext/slider/style/index.d.ts +3 -0
- package/esnext/slider/style/index.js +3 -0
- package/esnext/slider/style/index.less +366 -0
- package/esnext/slider/thumb.d.ts +9 -0
- package/esnext/slider/thumb.js +21 -0
- package/esnext/stepper/hooks/useButtonClick.d.ts +11 -0
- package/esnext/stepper/hooks/useButtonClick.js +46 -0
- package/esnext/stepper/hooks/useInputEvent.d.ts +10 -0
- package/esnext/stepper/hooks/useInputEvent.js +41 -0
- package/esnext/stepper/hooks/useValue.d.ts +7 -0
- package/esnext/stepper/hooks/useValue.js +33 -0
- package/esnext/stepper/index.d.ts +16 -0
- package/esnext/stepper/index.js +81 -0
- package/esnext/stepper/style/css/index.css +636 -0
- package/esnext/stepper/style/css/index.d.ts +2 -0
- package/esnext/stepper/style/css/index.js +2 -0
- package/esnext/stepper/style/index.d.ts +2 -0
- package/esnext/stepper/style/index.js +2 -0
- package/esnext/stepper/style/index.less +161 -0
- package/esnext/stepper/type.d.ts +159 -0
- package/esnext/stepper/type.js +1 -0
- package/esnext/steps/index.d.ts +19 -0
- package/esnext/steps/index.js +53 -0
- package/esnext/steps/step.d.ts +4 -0
- package/esnext/steps/step.js +43 -0
- package/esnext/steps/style/css/index.css +915 -0
- package/esnext/steps/style/css/index.d.ts +2 -0
- package/esnext/steps/style/css/index.js +2 -0
- package/esnext/steps/style/index.d.ts +2 -0
- package/esnext/steps/style/index.js +2 -0
- package/esnext/steps/style/index.less +459 -0
- package/esnext/steps/type.d.ts +115 -0
- package/esnext/steps/type.js +1 -0
- package/esnext/sticky/index.d.ts +141 -0
- package/esnext/sticky/index.js +165 -0
- package/esnext/sticky/style/css/index.css +526 -0
- package/esnext/sticky/style/css/index.d.ts +2 -0
- package/esnext/sticky/style/css/index.js +2 -0
- package/esnext/sticky/style/index.d.ts +2 -0
- package/esnext/sticky/style/index.js +2 -0
- package/esnext/sticky/style/index.less +30 -0
- package/esnext/style.d.ts +60 -0
- package/esnext/style.js +60 -0
- package/esnext/swipe-action/index.d.ts +13 -0
- package/esnext/swipe-action/index.js +220 -0
- package/esnext/swipe-action/item.d.ts +11 -0
- package/esnext/swipe-action/item.js +20 -0
- package/esnext/swipe-action/style/css/index.css +620 -0
- package/esnext/swipe-action/style/css/index.d.ts +2 -0
- package/esnext/swipe-action/style/css/index.js +2 -0
- package/esnext/swipe-action/style/index.d.ts +2 -0
- package/esnext/swipe-action/style/index.js +2 -0
- package/esnext/swipe-action/style/index.less +132 -0
- package/esnext/swipe-action/type.d.ts +123 -0
- package/esnext/swipe-action/type.js +1 -0
- package/esnext/swipe-load/index.d.ts +13 -0
- package/esnext/swipe-load/index.js +255 -0
- package/esnext/swipe-load/style/css/index.css +561 -0
- package/esnext/swipe-load/style/css/index.d.ts +2 -0
- package/esnext/swipe-load/style/css/index.js +2 -0
- package/esnext/swipe-load/style/index.d.ts +2 -0
- package/esnext/swipe-load/style/index.js +2 -0
- package/esnext/swipe-load/style/index.less +66 -0
- package/esnext/swipe-load/type.d.ts +152 -0
- package/esnext/swipe-load/type.js +1 -0
- package/esnext/switch/index.d.ts +105 -0
- package/esnext/switch/index.js +83 -0
- package/esnext/switch/style/css/index.css +765 -0
- package/esnext/switch/style/css/index.d.ts +2 -0
- package/esnext/switch/style/css/index.js +2 -0
- package/esnext/switch/style/index.d.ts +2 -0
- package/esnext/switch/style/index.js +2 -0
- package/esnext/switch/style/index.less +217 -0
- package/esnext/tab-bar/index.d.ts +14 -0
- package/esnext/tab-bar/index.js +16 -0
- package/esnext/tab-bar/item.d.ts +3 -0
- package/esnext/tab-bar/item.js +31 -0
- package/esnext/tab-bar/style/css/index.css +617 -0
- package/esnext/tab-bar/style/css/index.d.ts +2 -0
- package/esnext/tab-bar/style/css/index.js +2 -0
- package/esnext/tab-bar/style/index.d.ts +2 -0
- package/esnext/tab-bar/style/index.js +2 -0
- package/esnext/tab-bar/style/index.less +96 -0
- package/esnext/tab-bar/tab-bar.d.ts +11 -0
- package/esnext/tab-bar/tab-bar.js +40 -0
- package/esnext/tab-bar/type.d.ts +95 -0
- package/esnext/tab-bar/type.js +1 -0
- package/esnext/tabs/index.d.ts +13 -0
- package/esnext/tabs/index.js +340 -0
- package/esnext/tabs/style/css/index.css +1162 -0
- package/esnext/tabs/style/css/index.d.ts +2 -0
- package/esnext/tabs/style/css/index.js +2 -0
- package/esnext/tabs/style/index.d.ts +2 -0
- package/esnext/tabs/style/index.js +2 -0
- package/esnext/tabs/style/index.less +559 -0
- package/esnext/tabs/tab-cell-underline.d.ts +4 -0
- package/esnext/tabs/tab-cell-underline.js +237 -0
- package/esnext/tabs/tab-cell.d.ts +4 -0
- package/esnext/tabs/tab-cell.js +258 -0
- package/esnext/tabs/tab-pane.d.ts +4 -0
- package/esnext/tabs/tab-pane.js +241 -0
- package/esnext/tabs/type.d.ts +629 -0
- package/esnext/tabs/type.js +1 -0
- package/esnext/tag/index.d.ts +14 -0
- package/esnext/tag/index.js +20 -0
- package/esnext/tag/list.d.ts +3 -0
- package/esnext/tag/list.js +47 -0
- package/esnext/tag/style/css/index.css +738 -0
- package/esnext/tag/style/css/index.d.ts +2 -0
- package/esnext/tag/style/css/index.js +2 -0
- package/esnext/tag/style/index.d.ts +2 -0
- package/esnext/tag/style/index.js +2 -0
- package/esnext/tag/style/index.less +188 -0
- package/esnext/tag/tag.d.ts +3 -0
- package/esnext/tag/tag.js +32 -0
- package/esnext/tag/type.d.ts +159 -0
- package/esnext/tag/type.js +1 -0
- package/esnext/textarea/index.d.ts +96 -0
- package/esnext/textarea/index.js +88 -0
- package/esnext/textarea/style/css/index.css +572 -0
- package/esnext/textarea/style/css/index.d.ts +3 -0
- package/esnext/textarea/style/css/index.js +3 -0
- package/esnext/textarea/style/index.d.ts +3 -0
- package/esnext/textarea/style/index.js +3 -0
- package/esnext/textarea/style/index.less +84 -0
- package/esnext/toast/index.d.ts +257 -0
- package/esnext/toast/index.js +142 -0
- package/esnext/toast/methods.d.ts +16 -0
- package/esnext/toast/methods.js +61 -0
- package/esnext/toast/style/css/index.css +658 -0
- package/esnext/toast/style/css/index.d.ts +4 -0
- package/esnext/toast/style/css/index.js +4 -0
- package/esnext/toast/style/index.d.ts +4 -0
- package/esnext/toast/style/index.js +4 -0
- package/esnext/toast/style/index.less +130 -0
- package/esnext/transition/index.d.ts +49 -0
- package/esnext/transition/index.js +15 -0
- package/esnext/transition/style/css/index.css +549 -0
- package/esnext/transition/style/css/index.d.ts +2 -0
- package/esnext/transition/style/css/index.js +2 -0
- package/esnext/transition/style/index.d.ts +2 -0
- package/esnext/transition/style/index.js +2 -0
- package/esnext/transition/style/index.less +53 -0
- package/esnext/uploader/index.d.ts +16 -0
- package/esnext/uploader/index.js +75 -0
- package/esnext/uploader/style/css/index.css +666 -0
- package/esnext/uploader/style/css/index.d.ts +4 -0
- package/esnext/uploader/style/css/index.js +4 -0
- package/esnext/uploader/style/index.d.ts +4 -0
- package/esnext/uploader/style/index.js +4 -0
- package/esnext/uploader/style/index.less +161 -0
- package/esnext/uploader/type.d.ts +108 -0
- package/esnext/uploader/type.js +1 -0
- package/esnext/uploader/upload/index.d.ts +2 -0
- package/esnext/uploader/upload/index.js +2 -0
- package/esnext/uploader/upload/type.d.ts +107 -0
- package/esnext/uploader/upload/type.js +1 -0
- package/esnext/uploader/upload/upload.d.ts +20 -0
- package/esnext/uploader/upload/upload.js +123 -0
- package/esnext-tsconfig.json +23 -0
- package/package.json +3 -3
- package/umd/_helpers/index.d.ts +1 -0
- package/umd/_helpers/index.js +10 -4
- package/umd/_helpers/react-dom.js +21 -14
- package/umd/avatar/index.js +3 -1
- package/umd/avatar/type.d.ts +6 -0
- package/umd/carousel/index.js +18 -1
- package/umd/steps/index.d.ts +1 -1
- package/umd/steps/index.js +6 -1
- package/umd/steps/style/css/index.css +42 -4
- package/umd/steps/style/index.less +58 -6
- package/umd/steps/type.d.ts +5 -0
@@ -0,0 +1,157 @@
|
|
1
|
+
@import "../../../style/mixin.less";
|
2
|
+
|
3
|
+
.@{prefix}-grid {
|
4
|
+
width: 100%;
|
5
|
+
display: flex;
|
6
|
+
flex-direction: column;
|
7
|
+
|
8
|
+
&-rows {
|
9
|
+
display: flex;
|
10
|
+
|
11
|
+
&-item {
|
12
|
+
display: flex;
|
13
|
+
flex-direction: column;
|
14
|
+
justify-content: center;
|
15
|
+
align-items: center;
|
16
|
+
width: 100%;
|
17
|
+
|
18
|
+
&-icon {
|
19
|
+
.use-var(width, grid-icon-width);
|
20
|
+
.use-var(height, grid-icon-height);
|
21
|
+
}
|
22
|
+
|
23
|
+
&-icon.circle {
|
24
|
+
border-radius: 50%;
|
25
|
+
}
|
26
|
+
|
27
|
+
&-text {
|
28
|
+
display: flex;
|
29
|
+
flex-direction: column;
|
30
|
+
.use-var(margin-top, grid-vertical-text-margin-top);
|
31
|
+
text-align: center;
|
32
|
+
}
|
33
|
+
|
34
|
+
&-title {
|
35
|
+
.use-var(font-size, grid-vertical-title-font-size);
|
36
|
+
.use-var(line-height, grid-vertical-title-line-height);
|
37
|
+
}
|
38
|
+
|
39
|
+
&-content {
|
40
|
+
.use-var(font-size, grid-vertical-content-font-size);
|
41
|
+
.use-var(line-height, grid-vertical-content-line-height);
|
42
|
+
.use-var(margin-top, grid-vertical-content-margin-top);
|
43
|
+
.use-var(color, sub-info-font-color);
|
44
|
+
}
|
45
|
+
|
46
|
+
}
|
47
|
+
|
48
|
+
&-item.horizontal {
|
49
|
+
flex-direction: row;
|
50
|
+
|
51
|
+
.@{prefix}-grid-rows-item {
|
52
|
+
|
53
|
+
&-text {
|
54
|
+
.use-var-with-rtl(margin-left, grid-horizontal-text-margin-left);
|
55
|
+
margin-top: 0;
|
56
|
+
.set-value-with-rtl(text-align, left);
|
57
|
+
}
|
58
|
+
|
59
|
+
&-content {
|
60
|
+
.use-var(margin-top, grid-horizontal-content-margin-top);
|
61
|
+
}
|
62
|
+
|
63
|
+
}
|
64
|
+
}
|
65
|
+
|
66
|
+
&-item.border {
|
67
|
+
position: relative;
|
68
|
+
display: flex;
|
69
|
+
align-items: center;
|
70
|
+
justify-content: center;
|
71
|
+
|
72
|
+
.vertical-border:after {
|
73
|
+
content: "";
|
74
|
+
width: 1px;
|
75
|
+
position: absolute;
|
76
|
+
top: 50%;
|
77
|
+
right: 0;
|
78
|
+
transform: scaleX(.5) translateY(-50%);
|
79
|
+
.use-var(height, grid-border-size);
|
80
|
+
.use-var(background-color, grid-border-color);
|
81
|
+
}
|
82
|
+
|
83
|
+
.horizontal-border:after {
|
84
|
+
content: "";
|
85
|
+
height: 1px;
|
86
|
+
position: absolute;
|
87
|
+
bottom: 0;
|
88
|
+
left: 50%;
|
89
|
+
transform: scaleY(.5) translateX(-50%);
|
90
|
+
.use-var(width, grid-border-size);
|
91
|
+
.use-var(background-color, grid-border-color);
|
92
|
+
}
|
93
|
+
}
|
94
|
+
}
|
95
|
+
}
|
96
|
+
.@{prefix}-grid.sliding {
|
97
|
+
display: inline-block;
|
98
|
+
overflow-x: auto;
|
99
|
+
}
|
100
|
+
|
101
|
+
.@{prefix}-grid.sliding::-webkit-scrollbar {
|
102
|
+
display: none; /* Chrome Safari */
|
103
|
+
}
|
104
|
+
|
105
|
+
.@{prefix}-grid {
|
106
|
+
.@{prefix}-image-picker {
|
107
|
+
width: 100%; /* 兼容grid和image-picker组合使用 */
|
108
|
+
}
|
109
|
+
}
|
110
|
+
|
111
|
+
/***************************************************
|
112
|
+
* *
|
113
|
+
* Arco Theme Style *
|
114
|
+
* *
|
115
|
+
***************************************************/
|
116
|
+
& when (@use-dark-mode = 1) {
|
117
|
+
|
118
|
+
.process-bg-color-with-config,
|
119
|
+
.process-custom-icon-bg-color-with-config {
|
120
|
+
@{arco-dark-mode-selector} & {
|
121
|
+
.use-var(color, dark-steps-process-with-config-item-icon-color);
|
122
|
+
.use-var(color, dark-steps-process-with-config-item-icon-color);
|
123
|
+
}
|
124
|
+
}
|
125
|
+
.wait-custom-icon-bg-color-with-config {
|
126
|
+
@{arco-dark-mode-selector} & {
|
127
|
+
.use-var(background, dark-steps-wait-icon-num-background);
|
128
|
+
.use-var(color, dark-sub-info-font-color);
|
129
|
+
.use-var(background, dark-steps-wait-icon-num-background);
|
130
|
+
.use-var(color, dark-sub-info-font-color);
|
131
|
+
}
|
132
|
+
}
|
133
|
+
.@{prefix}-grid {
|
134
|
+
&-rows {
|
135
|
+
&-item {
|
136
|
+
&-content {
|
137
|
+
@{arco-dark-mode-selector} & {
|
138
|
+
.use-var(color, dark-sub-info-font-color);
|
139
|
+
}
|
140
|
+
}
|
141
|
+
}
|
142
|
+
&-item.border {
|
143
|
+
.vertical-border:after {
|
144
|
+
@{arco-dark-mode-selector} & {
|
145
|
+
.use-var(background-color, dark-grid-border-color);
|
146
|
+
}
|
147
|
+
}
|
148
|
+
.horizontal-border:after {
|
149
|
+
@{arco-dark-mode-selector} & {
|
150
|
+
.use-var(background-color, dark-grid-border-color);
|
151
|
+
}
|
152
|
+
}
|
153
|
+
}
|
154
|
+
}
|
155
|
+
}
|
156
|
+
}
|
157
|
+
/********************* End *************************/
|
@@ -0,0 +1,7 @@
|
|
1
|
+
import React from 'react';
|
2
|
+
import { ContextLayout } from '../../context-provider';
|
3
|
+
export default function IconAdd(props) {
|
4
|
+
const { className = '', useCurrentColor = true, style, ...other } = props;
|
5
|
+
return (React.createElement(ContextLayout, null, ({ prefixCls }) => (React.createElement("svg", Object.assign({ className: `${prefixCls}-icon ${prefixCls}-icon-add ${className}`, width: "1em", height: "1em", style: style, viewBox: "0 0 1024 1024", xmlns: "http://www.w3.org/2000/svg" }, other),
|
6
|
+
React.createElement("path", { fill: useCurrentColor ? 'currentColor' : '#000', d: "M527.317 85.333c9.515 0 12.95.982 16.427 2.859a19.337 19.337 0 018.064 8.064c1.877 3.477 2.859 6.912 2.859 16.427v356.65h356.65c9.515 0 12.95.982 16.427 2.859a19.337 19.337 0 018.064 8.064c1.877 3.477 2.859 6.912 2.859 16.427v30.634c0 9.515-.982 12.95-2.859 16.427a19.392 19.392 0 01-8.064 8.064c-3.477 1.877-6.912 2.859-16.427 2.859h-356.65v356.65c0 9.515-.982 12.95-2.859 16.427a19.392 19.392 0 01-8.064 8.064c-3.477 1.877-6.912 2.859-16.427 2.859h-30.634c-9.515 0-12.95-.982-16.427-2.859a19.392 19.392 0 01-8.064-8.064c-1.877-3.477-2.859-6.912-2.859-16.427l-.021-356.65h-356.63c-9.514 0-12.949-.982-16.426-2.859a19.392 19.392 0 01-8.064-8.064c-1.877-3.477-2.859-6.912-2.859-16.427v-30.634c0-9.515.982-12.95 2.859-16.427a19.392 19.392 0 018.064-8.064c3.477-1.877 6.912-2.859 16.427-2.859l356.65-.021v-356.63c0-9.514.982-12.949 2.859-16.426a19.392 19.392 0 018.064-8.064c3.477-1.877 6.912-2.859 16.427-2.859h30.634z" })))));
|
7
|
+
}
|
@@ -0,0 +1,7 @@
|
|
1
|
+
import { SVGAttributes, CSSProperties } from 'react';
|
2
|
+
export interface IconProps extends SVGAttributes<SVGElement> {
|
3
|
+
className?: string;
|
4
|
+
useCurrentColor?: boolean;
|
5
|
+
style?: CSSProperties;
|
6
|
+
}
|
7
|
+
export default function IconArrowBack(props: IconProps): JSX.Element;
|
@@ -0,0 +1,7 @@
|
|
1
|
+
import React from 'react';
|
2
|
+
import { ContextLayout } from '../../context-provider';
|
3
|
+
export default function IconArrowBack(props) {
|
4
|
+
const { className = '', useCurrentColor = true, style, ...other } = props;
|
5
|
+
return (React.createElement(ContextLayout, null, ({ prefixCls }) => (React.createElement("svg", Object.assign({ className: `${prefixCls}-icon ${prefixCls}-icon-arrow-back ${className}`, width: "1em", height: "1em", style: style, fill: useCurrentColor ? 'currentColor' : '#000', xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16" }, other),
|
6
|
+
React.createElement("path", { d: "M2.1 8l5.4 5.4c.1.1.1.3 0 .5l-.5.5c-.1.1-.3.1-.5 0L.7 8.5c-.3-.3-.3-.7 0-.9l5.9-5.9c.1-.1.3-.1.5 0l.5.5c.1.1.1.3 0 .5L2.1 8z" })))));
|
7
|
+
}
|
@@ -0,0 +1,7 @@
|
|
1
|
+
import { SVGAttributes, CSSProperties } from 'react';
|
2
|
+
export interface IconProps extends SVGAttributes<SVGElement> {
|
3
|
+
className?: string;
|
4
|
+
useCurrentColor?: boolean;
|
5
|
+
style?: CSSProperties;
|
6
|
+
}
|
7
|
+
export default function IconArrowDown(props: IconProps): JSX.Element;
|
@@ -0,0 +1,7 @@
|
|
1
|
+
import React from 'react';
|
2
|
+
import { ContextLayout } from '../../context-provider';
|
3
|
+
export default function IconArrowDown(props) {
|
4
|
+
const { className = '', useCurrentColor = true, style, ...other } = props;
|
5
|
+
return (React.createElement(ContextLayout, null, ({ prefixCls }) => (React.createElement("svg", Object.assign({ className: `${prefixCls}-icon ${prefixCls}-icon-arrow-down ${className}`, width: "1em", height: "1em", style: style, viewBox: "0 0 1024 1024", xmlns: "http://www.w3.org/2000/svg" }, other),
|
6
|
+
React.createElement("path", { fill: useCurrentColor ? 'currentColor' : '#000', d: "M512 676.864l346.944-346.965a21.333 21.333 0 0130.187 0l30.165 30.186a21.333 21.333 0 010 30.166L542.166 767.36a42.667 42.667 0 01-60.331 0L104.704 390.25a21.333 21.333 0 010-30.165l30.165-30.186a21.333 21.333 0 0130.187 0L512 676.864z" })))));
|
7
|
+
}
|
@@ -0,0 +1,7 @@
|
|
1
|
+
import { SVGAttributes, CSSProperties } from 'react';
|
2
|
+
export interface IconProps extends SVGAttributes<SVGElement> {
|
3
|
+
className?: string;
|
4
|
+
useCurrentColor?: boolean;
|
5
|
+
style?: CSSProperties;
|
6
|
+
}
|
7
|
+
export default function IconArrowIn(props: IconProps): JSX.Element;
|
@@ -0,0 +1,7 @@
|
|
1
|
+
import React from 'react';
|
2
|
+
import { ContextLayout } from '../../context-provider';
|
3
|
+
export default function IconArrowIn(props) {
|
4
|
+
const { className = '', useCurrentColor = true, style, ...other } = props;
|
5
|
+
return (React.createElement(ContextLayout, null, ({ prefixCls }) => (React.createElement("svg", Object.assign({ className: `${prefixCls}-icon ${prefixCls}-icon-arrow-in ${className}`, width: "1em", height: "1em", style: style, fill: useCurrentColor ? 'currentColor' : '#000', xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16" }, other),
|
6
|
+
React.createElement("path", { d: "M13.9 8L8.4 2.6c-.1-.1-.1-.3 0-.5l.5-.5c.1-.1.3-.1.5 0l5.9 5.9c.3.3.3.7 0 .9l-5.9 5.9c-.1.1-.3.1-.5 0l-.5-.5c-.1-.1-.1-.3 0-.5L13.9 8z" })))));
|
7
|
+
}
|
@@ -0,0 +1,7 @@
|
|
1
|
+
import { SVGAttributes, CSSProperties } from 'react';
|
2
|
+
export interface IconProps extends SVGAttributes<SVGElement> {
|
3
|
+
className?: string;
|
4
|
+
useCurrentColor?: boolean;
|
5
|
+
style?: CSSProperties;
|
6
|
+
}
|
7
|
+
export default function IconArrowUp(props: IconProps): JSX.Element;
|
@@ -0,0 +1,7 @@
|
|
1
|
+
import React from 'react';
|
2
|
+
import { ContextLayout } from '../../context-provider';
|
3
|
+
export default function IconArrowUp(props) {
|
4
|
+
const { className = '', useCurrentColor = true, style, ...other } = props;
|
5
|
+
return (React.createElement(ContextLayout, null, ({ prefixCls }) => (React.createElement("svg", Object.assign({ className: `${prefixCls}-icon ${prefixCls}-icon-arrow-up ${className}`, width: "1em", height: "1em", style: style, viewBox: "0 0 1024 1024", xmlns: "http://www.w3.org/2000/svg" }, other),
|
6
|
+
React.createElement("path", { fill: useCurrentColor ? 'currentColor' : '#000', d: "M512 329.472L165.056 676.416a21.333 21.333 0 01-30.187 0l-30.165-30.165a21.333 21.333 0 010-30.166l377.13-377.152a42.667 42.667 0 0160.331 0l377.131 377.131a21.333 21.333 0 010 30.165l-30.165 30.166a21.333 21.333 0 01-30.187 0L512 329.472z" })))));
|
7
|
+
}
|
@@ -0,0 +1,7 @@
|
|
1
|
+
import React from 'react';
|
2
|
+
import { ContextLayout } from '../../context-provider';
|
3
|
+
export default function IconCheck(props) {
|
4
|
+
const { className = '', useCurrentColor = true, style, ...other } = props;
|
5
|
+
return (React.createElement(ContextLayout, null, ({ prefixCls }) => (React.createElement("svg", Object.assign({ className: `${prefixCls}-icon ${prefixCls}-icon-check ${className}`, width: "1em", height: "1em", style: style, viewBox: "0 0 20 20", fill: useCurrentColor ? 'currentColor' : '#000', xmlns: "http://www.w3.org/2000/svg" }, other),
|
6
|
+
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M16.702 4.47a.5.5 0 00-.705.06L8.33 13.596 3.82 9.724a.5.5 0 00-.705.054l-.652.758a.5.5 0 00.054.706L7.361 15.4a.5.5 0 00.054.053l.526.445.22.188a.5.5 0 00.722-.047l8.641-10.218a.5.5 0 00-.059-.705l-.763-.645z" })))));
|
7
|
+
}
|
@@ -0,0 +1,7 @@
|
|
1
|
+
import { SVGAttributes, CSSProperties } from 'react';
|
2
|
+
export interface IconProps extends SVGAttributes<SVGElement> {
|
3
|
+
className?: string;
|
4
|
+
useCurrentColor?: boolean;
|
5
|
+
style?: CSSProperties;
|
6
|
+
}
|
7
|
+
export default function IconCheckBold(props: IconProps): JSX.Element;
|
@@ -0,0 +1,8 @@
|
|
1
|
+
import React from 'react';
|
2
|
+
import { ContextLayout } from '../../context-provider';
|
3
|
+
export default function IconCheckBold(props) {
|
4
|
+
const { className = '', useCurrentColor = true, style, ...other } = props;
|
5
|
+
return (React.createElement(ContextLayout, null, ({ prefixCls }) => (React.createElement("svg", Object.assign({ className: `${prefixCls}-icon ${prefixCls}-icon-check-bold ${className}`, width: "1em", height: "1em", style: style, xmlns: "http://www.w3.org/2000/svg", viewBox: "0 -0.97 10.07 10.07" }, other),
|
6
|
+
React.createElement("g", { "data-name": "\u56FE\u5C42 2" },
|
7
|
+
React.createElement("path", { d: "M9.22.12a.49.49 0 00-.7.06L3.86 5.69 1.4 3.57a.51.51 0 00-.71.06l-.57.66A.49.49 0 00.17 5L3 7.38v.07l.69.55a.53.53 0 00.71 0l.6-.71a.22.22 0 000-.08l5-5.82a.51.51 0 00-.11-.71z", fill: useCurrentColor ? 'currentColor' : '#000', fillRule: "evenodd", "data-name": "\u56FE\u5C42 1" }))))));
|
8
|
+
}
|
@@ -0,0 +1,7 @@
|
|
1
|
+
import { SVGAttributes, CSSProperties } from 'react';
|
2
|
+
export interface IconProps extends SVGAttributes<SVGElement> {
|
3
|
+
className?: string;
|
4
|
+
useCurrentColor?: boolean;
|
5
|
+
style?: CSSProperties;
|
6
|
+
}
|
7
|
+
export default function IconCircleChecked(props: IconProps): JSX.Element;
|
@@ -0,0 +1,7 @@
|
|
1
|
+
import React from 'react';
|
2
|
+
import { ContextLayout } from '../../context-provider';
|
3
|
+
export default function IconCircleChecked(props) {
|
4
|
+
const { className = '', useCurrentColor = true, style, ...other } = props;
|
5
|
+
return (React.createElement(ContextLayout, null, ({ prefixCls }) => (React.createElement("svg", Object.assign({ className: `${prefixCls}-icon ${prefixCls}-icon-circle-checked ${className}`, width: "1em", height: "1em", style: style, xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 20 20" }, other),
|
6
|
+
React.createElement("path", { d: "M10 1c-5 0-9 4-9 9s4 9 9 9 9-4 9-9-4-9-9-9zm4.9 6.3L10 13.2s0 .1-.1.1l-.6.7c-.1.1-.2.1-.3.2-.1 0-.3 0-.4-.1l-.6-.7-.1-.1-2.8-2.4c-.2-.2-.2-.5-.1-.7l.6-.7c.2-.2.5-.2.7-.1l2.5 2.1L13.5 6c.2-.2.5-.2.7-.1l.7.6c.1.3.2.6 0 .8z", fillRule: "evenodd", clipRule: "evenodd", fill: useCurrentColor ? 'currentColor' : '#000' })))));
|
7
|
+
}
|
@@ -0,0 +1,7 @@
|
|
1
|
+
import { SVGAttributes, CSSProperties } from 'react';
|
2
|
+
export interface IconProps extends SVGAttributes<SVGElement> {
|
3
|
+
className?: string;
|
4
|
+
useCurrentColor?: boolean;
|
5
|
+
style?: CSSProperties;
|
6
|
+
}
|
7
|
+
export default function IconCircleDisabled(props: IconProps): JSX.Element;
|
@@ -0,0 +1,7 @@
|
|
1
|
+
import React from 'react';
|
2
|
+
import { ContextLayout } from '../../context-provider';
|
3
|
+
export default function IconCircleDisabled(props) {
|
4
|
+
const { className = '', useCurrentColor = true, style, ...other } = props;
|
5
|
+
return (React.createElement(ContextLayout, null, ({ prefixCls }) => (React.createElement("svg", Object.assign({ className: `${prefixCls}-icon ${prefixCls}-icon-circle-disabled ${className}`, width: "1em", height: "1em", style: style, viewBox: "0 0 20 20", fill: useCurrentColor ? 'currentColor' : '#F7F8FA', xmlns: "http://www.w3.org/2000/svg" }, other),
|
6
|
+
React.createElement("path", { d: "M18.375 10a8.375 8.375 0 11-16.75 0 8.375 8.375 0 0116.75 0z", stroke: "#E5E6EB", strokeWidth: "1.25" })))));
|
7
|
+
}
|
@@ -0,0 +1,7 @@
|
|
1
|
+
import { SVGAttributes, CSSProperties } from 'react';
|
2
|
+
export interface IconProps extends SVGAttributes<SVGElement> {
|
3
|
+
className?: string;
|
4
|
+
useCurrentColor?: boolean;
|
5
|
+
style?: CSSProperties;
|
6
|
+
}
|
7
|
+
export default function IconCircleUnchecked(props: IconProps): JSX.Element;
|
@@ -0,0 +1,7 @@
|
|
1
|
+
import React from 'react';
|
2
|
+
import { ContextLayout } from '../../context-provider';
|
3
|
+
export default function IconCircleUnchecked(props) {
|
4
|
+
const { className = '', useCurrentColor = true, style, ...other } = props;
|
5
|
+
return (React.createElement(ContextLayout, null, ({ prefixCls }) => (React.createElement("svg", Object.assign({ className: `${prefixCls}-icon ${prefixCls}-icon-circle-unchecked ${className}`, width: "1em", height: "1em", style: style, xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 20 20" }, other),
|
6
|
+
React.createElement("path", { d: "M10 19c-5 0-9-4-9-9s4-9 9-9 9 4 9 9-4 9-9 9zm0-17c-4.4 0-8 3.6-8 8s3.6 8 8 8 8-3.6 8-8-3.6-8-8-8z", fill: useCurrentColor ? 'currentColor' : '#000' })))));
|
7
|
+
}
|
@@ -0,0 +1,7 @@
|
|
1
|
+
import React from 'react';
|
2
|
+
import { ContextLayout } from '../../context-provider';
|
3
|
+
export default function IconClear(props) {
|
4
|
+
const { className = '', useCurrentColor = true, style, ...other } = props;
|
5
|
+
return (React.createElement(ContextLayout, null, ({ prefixCls }) => (React.createElement("svg", Object.assign({ className: `${prefixCls}-icon ${prefixCls}-icon-clear ${className}`, width: "1em", height: "1em", style: style, xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 18 18" }, other),
|
6
|
+
React.createElement("path", { d: "M9 1.1C4.7 1.1 1.1 4.7 1.1 9s3.5 7.9 7.9 7.9 7.9-3.5 7.9-7.9S13.3 1.1 9 1.1zm3.4 10.2c.2.2.2.5 0 .7l-.5.5c-.2.2-.5.2-.7 0L9 10.3l-2.2 2.2c-.2.2-.5.2-.7 0l-.6-.5c-.2-.2-.2-.5 0-.7l2.2-2.2-2.2-2.3c-.2-.2-.2-.5 0-.7l.5-.5c.2-.2.5-.2.7 0l2.2 2.2 2.2-2.2c.2-.2.5-.2.7 0l.5.5c.2.2.2.5 0 .7L10.1 9l2.3 2.3z", fill: useCurrentColor ? 'currentColor' : '#000' })))));
|
7
|
+
}
|
@@ -0,0 +1,7 @@
|
|
1
|
+
import React from 'react';
|
2
|
+
import { ContextLayout } from '../../context-provider';
|
3
|
+
export default function IconClose(props) {
|
4
|
+
const { className = '', useCurrentColor = true, style, ...other } = props;
|
5
|
+
return (React.createElement(ContextLayout, null, ({ prefixCls }) => (React.createElement("svg", Object.assign({ className: `${prefixCls}-icon ${prefixCls}-icon-close ${className}`, width: "1em", height: "1em", style: style, viewBox: "0 0 1024 1024", xmlns: "http://www.w3.org/2000/svg" }, other),
|
6
|
+
React.createElement("path", { fill: useCurrentColor ? 'currentColor' : '#000', d: "M509.568 447.083L796.16 160.469a21.333 21.333 0 0130.165 0l30.166 30.166a21.333 21.333 0 010 30.186L569.899 507.435l286.613 286.592a21.333 21.333 0 010 30.165l-30.165 30.165a21.333 21.333 0 01-30.166 0L509.568 567.765 222.933 854.38a21.333 21.333 0 01-30.186 0l-30.166-30.166a21.333 21.333 0 010-30.165l286.614-286.613L162.603 220.8a21.333 21.333 0 010-30.187l30.165-30.165a21.333 21.333 0 0130.187 0l286.613 286.613z" })))));
|
7
|
+
}
|
@@ -0,0 +1,7 @@
|
|
1
|
+
import { SVGAttributes, CSSProperties } from 'react';
|
2
|
+
export interface IconProps extends SVGAttributes<SVGElement> {
|
3
|
+
className?: string;
|
4
|
+
useCurrentColor?: boolean;
|
5
|
+
style?: CSSProperties;
|
6
|
+
}
|
7
|
+
export default function IconCloseBold(props: IconProps): JSX.Element;
|
@@ -0,0 +1,8 @@
|
|
1
|
+
import React from 'react';
|
2
|
+
import { ContextLayout } from '../../context-provider';
|
3
|
+
export default function IconCloseBold(props) {
|
4
|
+
const { className = '', useCurrentColor = true, style, ...other } = props;
|
5
|
+
return (React.createElement(ContextLayout, null, ({ prefixCls }) => (React.createElement("svg", Object.assign({ className: `${prefixCls}-icon ${prefixCls}-icon-close-bold ${className}`, width: "1em", height: "1em", style: style, xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 6.92 6.92" }, other),
|
6
|
+
React.createElement("g", { "data-name": "\u56FE\u5C42 2" },
|
7
|
+
React.createElement("path", { d: "M6.16.15l.62.62a.5.5 0 010 .7l-2 2 2 2a.51.51 0 010 .71l-.62.62a.51.51 0 01-.71 0l-2-2-2 2a.5.5 0 01-.7 0l-.6-.64a.5.5 0 010-.71l2-2-2-2a.48.48 0 010-.7l.62-.6a.48.48 0 01.7 0l2 2 2-2a.5.5 0 01.69 0z", fill: useCurrentColor ? 'currentColor' : '#000', fillRule: "evenodd", "data-name": "\u56FE\u5C42 1" }))))));
|
8
|
+
}
|
@@ -0,0 +1,7 @@
|
|
1
|
+
import React from 'react';
|
2
|
+
import { ContextLayout } from '../../context-provider';
|
3
|
+
export default function IconDelete(props) {
|
4
|
+
const { className = '', useCurrentColor = true, style, ...other } = props;
|
5
|
+
return (React.createElement(ContextLayout, null, ({ prefixCls }) => (React.createElement("svg", Object.assign({ className: `${prefixCls}-icon ${prefixCls}-icon-delete ${className}`, width: "1em", height: "1em", style: style, viewBox: "0 0 1024 1024", xmlns: "http://www.w3.org/2000/svg" }, other),
|
6
|
+
React.createElement("path", { fill: useCurrentColor ? 'currentColor' : '#000', d: "M640 85.333A42.667 42.667 0 01682.667 128l-.022 42.645 228.694.022c9.493 0 12.928.981 16.426 2.858a19.41 19.41 0 018.043 8.064c1.877 3.478 2.859 6.912 2.859 16.427v30.635c0 9.514-.982 12.949-2.859 16.426a19.392 19.392 0 01-8.064 8.064c-3.477 1.878-6.912 2.859-16.427 2.859l-57.984-.021V896a42.667 42.667 0 01-42.666 42.667H213.333A42.667 42.667 0 01170.667 896l-.022-640.021-57.962.021c-9.515 0-12.95-.981-16.427-2.859a19.392 19.392 0 01-8.064-8.064c-1.877-3.477-2.859-6.912-2.859-16.426v-30.635c0-9.515.982-12.95 2.859-16.427a19.392 19.392 0 018.064-8.064c3.477-1.877 6.912-2.858 16.427-2.858l228.629-.022.021-42.645A42.667 42.667 0 01384 85.333h256zM768 256H256v597.333h512V256zM448 384a21.333 21.333 0 0121.333 21.333V704A21.333 21.333 0 01448 725.333h-42.667A21.333 21.333 0 01384 704V405.333A21.333 21.333 0 01405.333 384H448zm170.667 0A21.333 21.333 0 01640 405.333V704a21.333 21.333 0 01-21.333 21.333H576A21.333 21.333 0 01554.667 704V405.333A21.333 21.333 0 01576 384h42.667z" })))));
|
7
|
+
}
|
@@ -0,0 +1,7 @@
|
|
1
|
+
import { SVGAttributes, CSSProperties } from 'react';
|
2
|
+
export interface IconProps extends SVGAttributes<SVGElement> {
|
3
|
+
className?: string;
|
4
|
+
useCurrentColor?: boolean;
|
5
|
+
style?: CSSProperties;
|
6
|
+
}
|
7
|
+
export default function IconDownload(props: IconProps): JSX.Element;
|
@@ -0,0 +1,7 @@
|
|
1
|
+
import React from 'react';
|
2
|
+
import { ContextLayout } from '../../context-provider';
|
3
|
+
export default function IconDownload(props) {
|
4
|
+
const { className = '', useCurrentColor = true, style, ...other } = props;
|
5
|
+
return (React.createElement(ContextLayout, null, ({ prefixCls }) => (React.createElement("svg", Object.assign({ className: `${prefixCls}-icon ${prefixCls}-icon-download ${className}`, width: "1em", height: "1em", style: style, fill: useCurrentColor ? 'currentColor' : '#000', xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16" }, other),
|
6
|
+
React.createElement("path", { d: "M7.3,8.8V1.7h1.3v7.1l1.9-1.9l0.9,0.9L8,11.3L4.5,7.8l0.9-0.9L7.3,8.8z M3.3,13v-1.3H2v2.7h12v-2.7\th-1.3V13H3.3z", fillRule: "evenodd", clipRule: "evenodd" })))));
|
7
|
+
}
|
@@ -0,0 +1,7 @@
|
|
1
|
+
import React from 'react';
|
2
|
+
import { ContextLayout } from '../../context-provider';
|
3
|
+
export default function IconEdit(props) {
|
4
|
+
const { className = '', useCurrentColor = true, style, ...other } = props;
|
5
|
+
return (React.createElement(ContextLayout, null, ({ prefixCls }) => (React.createElement("svg", Object.assign({ className: `${prefixCls}-icon ${prefixCls}-icon-edit ${className}`, width: "1em", height: "1em", style: style, viewBox: "0 0 1024 1024", xmlns: "http://www.w3.org/2000/svg" }, other),
|
6
|
+
React.createElement("path", { fill: useCurrentColor ? 'currentColor' : '#000', d: "M917.333 874.859a21.333 21.333 0 0121.334 21.333v42.667a21.333 21.333 0 01-21.334 21.333H106.667a21.333 21.333 0 01-21.334-21.333v-42.667a21.333 21.333 0 0121.334-21.333h810.666zM628.245 97.835l.086.085 146.517 147.285a42.667 42.667 0 01-.085 60.267l-25.131 25.11h.021L290.731 789.546H128a42.667 42.667 0 01-42.56-39.488l-.107-3.222V584.128L537.92 128l-.107-.107 30.08-30.08a42.667 42.667 0 0160.352 0zM464.277 322.133L172.053 620.117v.107l82.56 82.56h.128l294.934-295.232-85.398-85.397zm132.438-135.018l-72.662 74.09 85.952 85.952 73.11-73.194-86.4-86.848z" })))));
|
7
|
+
}
|
@@ -0,0 +1,7 @@
|
|
1
|
+
import { SVGAttributes, CSSProperties } from 'react';
|
2
|
+
export interface IconProps extends SVGAttributes<SVGElement> {
|
3
|
+
className?: string;
|
4
|
+
useCurrentColor?: boolean;
|
5
|
+
style?: CSSProperties;
|
6
|
+
}
|
7
|
+
export default function IconErrorCircle(props: IconProps): JSX.Element;
|
@@ -0,0 +1,8 @@
|
|
1
|
+
import React from 'react';
|
2
|
+
import { ContextLayout } from '../../context-provider';
|
3
|
+
export default function IconErrorCircle(props) {
|
4
|
+
const { className = '', useCurrentColor = true, style, ...other } = props;
|
5
|
+
return (React.createElement(ContextLayout, null, ({ prefixCls }) => (React.createElement("svg", Object.assign({ className: `${prefixCls}-icon ${prefixCls}-icon-error-circle ${className}`, width: "1em", height: "1em", style: style, fill: useCurrentColor ? 'currentColor' : '#000', xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24" }, other),
|
6
|
+
React.createElement("path", { d: "M12 24C5.4 24 0 18.6 0 12S5.4 0 12 0s12 5.4 12 12-5.4 12-12 12zm0-22.5C6.2 1.5 1.5 6.2 1.5 12S6.2 22.5 12 22.5 22.5 17.8 22.5 12 17.8 1.5 12 1.5z" }),
|
7
|
+
React.createElement("path", { d: "M13.1 12l3.7-3.7c.3-.3.3-.7 0-1l-.1-.1c-.3-.3-.7-.3-1 0L12 10.9 8.3 7.2c-.3-.3-.7-.3-1 0l-.1.1c-.3.3-.3.7 0 1l3.7 3.7-3.7 3.7c-.3.3-.3.7 0 1l.1.1c.2.1.3.2.5.2s.4-.1.5-.2l3.7-3.7 3.7 3.7c.3.3.7.3 1 0l.1-.1c.3-.3.3-.7 0-1L13.1 12z" })))));
|
8
|
+
}
|
@@ -0,0 +1,7 @@
|
|
1
|
+
import { SVGAttributes, CSSProperties } from 'react';
|
2
|
+
export interface IconProps extends SVGAttributes<SVGElement> {
|
3
|
+
className?: string;
|
4
|
+
useCurrentColor?: boolean;
|
5
|
+
style?: CSSProperties;
|
6
|
+
}
|
7
|
+
export default function IconEyeInvisible(props: IconProps): JSX.Element;
|
@@ -0,0 +1,7 @@
|
|
1
|
+
import React from 'react';
|
2
|
+
import { ContextLayout } from '../../context-provider';
|
3
|
+
export default function IconEyeInvisible(props) {
|
4
|
+
const { className = '', useCurrentColor = true, style, ...other } = props;
|
5
|
+
return (React.createElement(ContextLayout, null, ({ prefixCls }) => (React.createElement("svg", Object.assign({ className: `${prefixCls}-icon ${prefixCls}-icon-eye-invisible ${className}`, width: "1em", height: "1em", style: style, viewBox: "0 0 1024 1024", xmlns: "http://www.w3.org/2000/svg" }, other),
|
6
|
+
React.createElement("path", { fill: useCurrentColor ? 'currentColor' : '#000', d: "M139.435 79.083l814.57 814.592a21.333 21.333 0 010 30.165l-30.165 30.165a21.333 21.333 0 01-30.165 0L79.083 139.435a21.333 21.333 0 010-30.187l30.165-30.165a21.333 21.333 0 0130.187 0zm31.125 242.282l55.787 55.787c-33.771 37.12-66.56 81.792-98.347 134.293 117.781 190.059 245.248 277.888 383.36 277.888 36.779 0 72.832-6.229 108.16-18.944l64.15 64.128c-54.763 26.774-112.257 40.15-172.374 40.15-180.672 0-336.875-120.854-468.63-362.582 39.915-75.306 82.56-138.88 127.894-190.72zm340.736-172.032c184.235 0 340.907 120.918 470.037 362.752-40.874 74.454-84.032 137.451-129.45 188.992l-55.787-55.808c34.005-37.098 67.307-81.6 99.904-133.824-115.541-189.333-243.157-276.778-384.64-276.778-36.907 0-72.79 5.952-107.755 18.09l-64.469-64.426a394.283 394.283 0 01172.16-38.998zM342.357 493.205l188.438 188.438a170.667 170.667 0 01-188.438-188.438zM512 341.333a170.667 170.667 0 01169.643 189.462L493.205 342.357A171.045 171.045 0 01512 341.333z" })))));
|
7
|
+
}
|
@@ -0,0 +1,7 @@
|
|
1
|
+
import { SVGAttributes, CSSProperties } from 'react';
|
2
|
+
export interface IconProps extends SVGAttributes<SVGElement> {
|
3
|
+
className?: string;
|
4
|
+
useCurrentColor?: boolean;
|
5
|
+
style?: CSSProperties;
|
6
|
+
}
|
7
|
+
export default function IconEyeVisible(props: IconProps): JSX.Element;
|
@@ -0,0 +1,7 @@
|
|
1
|
+
import React from 'react';
|
2
|
+
import { ContextLayout } from '../../context-provider';
|
3
|
+
export default function IconEyeVisible(props) {
|
4
|
+
const { className = '', useCurrentColor = true, style, ...other } = props;
|
5
|
+
return (React.createElement(ContextLayout, null, ({ prefixCls }) => (React.createElement("svg", Object.assign({ className: `${prefixCls}-icon ${prefixCls}-icon-eye-visible ${className}`, width: "1em", height: "1em", style: style, viewBox: "0 0 1024 1024", xmlns: "http://www.w3.org/2000/svg" }, other),
|
6
|
+
React.createElement("path", { fill: useCurrentColor ? 'currentColor' : '#000', d: "M511.36 789.333c138.155 0 266.027-87.893 384.64-277.888-115.541-189.333-243.157-276.778-384.64-276.778-141.44 0-268.63 87.402-383.36 276.778 117.781 190.059 245.248 277.888 383.36 277.888zm-.064-640c174.357 0 324.01 108.288 449.003 324.864a714.376 714.376 0 017.317 12.95l2.24 3.989a42.667 42.667 0 01-.213 41.75 1701.554 1701.554 0 01-8.534 14.805C832.79 765.675 682.88 874.667 511.275 874.667c-170.966 0-320.022-108.224-447.19-324.694a1047.53 1047.53 0 01-7.552-13.12L54.23 532.8a42.667 42.667 0 01-.213-41.557c4.48-8.107 8.15-14.699 11.03-19.691 123.882-214.827 272.64-322.219 446.25-322.219zm.704 192a170.667 170.667 0 100 341.334 170.667 170.667 0 000-341.334zm0 85.334a85.333 85.333 0 110 170.666 85.333 85.333 0 010-170.666z" })))));
|
7
|
+
}
|
@@ -0,0 +1,7 @@
|
|
1
|
+
import { SVGAttributes, CSSProperties } from 'react';
|
2
|
+
export interface IconProps extends SVGAttributes<SVGElement> {
|
3
|
+
className?: string;
|
4
|
+
useCurrentColor?: boolean;
|
5
|
+
style?: CSSProperties;
|
6
|
+
}
|
7
|
+
export default function IconEyelashInvisible(props: IconProps): JSX.Element;
|
@@ -0,0 +1,7 @@
|
|
1
|
+
import React from 'react';
|
2
|
+
import { ContextLayout } from '../../context-provider';
|
3
|
+
export default function IconEyelashInvisible(props) {
|
4
|
+
const { className = '', useCurrentColor = true, style, ...other } = props;
|
5
|
+
return (React.createElement(ContextLayout, null, ({ prefixCls }) => (React.createElement("svg", Object.assign({ className: `${prefixCls}-icon ${prefixCls}-icon-eyelash-invisible ${className}`, width: "1em", height: "1em", style: style, viewBox: "0 0 1024 1024", xmlns: "http://www.w3.org/2000/svg" }, other),
|
6
|
+
React.createElement("path", { fill: useCurrentColor ? 'currentColor' : '#000', d: "M512 640c-28.053 0-55.488-2.219-82.112-6.443l-21.248 79.296a21.333 21.333 0 01-26.112 15.104l-41.216-11.05a21.333 21.333 0 01-15.083-26.134l20.8-77.653a473.984 473.984 0 01-97.13-45.653L182.1 635.264a21.333 21.333 0 01-30.186 0l-30.166-30.165a21.333 21.333 0 010-30.166l59.734-59.733a386.347 386.347 0 01-76.011-97.643c-1.813-3.328-4.01-7.68-6.613-13.013a21.333 21.333 0 014.074-24.32c3.904-3.947 7.083-7.04 9.515-9.237 10.453-9.536 17.835-16 24.277-22.443l1.302-1.344a19.157 19.157 0 0131.189 5.61C222.336 471.958 349.568 554.668 512 554.668c155.648 0 285.845-80.491 338.09-190.976 1.43-2.987 2.987-6.614 4.673-10.838a18.133 18.133 0 0129.632-6.08l27.413 27.414 8.085 8.085a21.333 21.333 0 014.011 24.576c-4.053 8.107-7.424 14.55-10.176 19.285a390.443 390.443 0 01-76.907 94.336l54.443 54.464a21.333 21.333 0 010 30.166l-30.165 30.165a21.333 21.333 0 01-30.166 0l-63.658-63.659a475.413 475.413 0 01-90.304 41.515l20.8 77.653a21.333 21.333 0 01-15.083 26.134l-41.216 11.05a21.333 21.333 0 01-26.112-15.104l-21.248-79.296A523.584 523.584 0 01512 640z" })))));
|
7
|
+
}
|
@@ -0,0 +1,7 @@
|
|
1
|
+
import React from 'react';
|
2
|
+
import { ContextLayout } from '../../context-provider';
|
3
|
+
export default function IconFile(props) {
|
4
|
+
const { className = '', useCurrentColor = true, style, ...other } = props;
|
5
|
+
return (React.createElement(ContextLayout, null, ({ prefixCls }) => (React.createElement("svg", Object.assign({ className: `${prefixCls}-icon ${prefixCls}-icon-file ${className}`, width: "1em", height: "1em", style: style, fill: useCurrentColor ? 'currentColor' : '#000', xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16" }, other),
|
6
|
+
React.createElement("path", { d: "M2.3,2.7c0-0.7,0.6-1.3,1.3-1.3h7.3l2.7,2.7v9.3c0,0.7-0.6,1.3-1.3,1.3H3.7c-0.7,0-1.3-0.6-1.3-1.3\tV2.7z M10.4,2.7H3.7v10.7h8.7V4.6L10.4,2.7z M10.7,7.7H5.3V6.3h5.3V7.7z M8.7,10.3H5.3V9h3.3V10.3z", fillRule: "evenodd", clipRule: "evenodd" })))));
|
7
|
+
}
|
@@ -0,0 +1,8 @@
|
|
1
|
+
import React from 'react';
|
2
|
+
import { ContextLayout } from '../../context-provider';
|
3
|
+
export default function IconGift(props) {
|
4
|
+
const { className = '', useCurrentColor = true, style, ...other } = props;
|
5
|
+
return (React.createElement(ContextLayout, null, ({ prefixCls }) => (React.createElement("svg", Object.assign({ className: `${prefixCls}-icon ${prefixCls}-icon-gift ${className}`, width: "1em", height: "1em", style: style, xmlns: "http://www.w3.org/2000/svg", viewBox: "0 -0.065 11 11" }, other),
|
6
|
+
React.createElement("g", { "data-name": "\u56FE\u5C42 2" },
|
7
|
+
React.createElement("path", { d: "M8.5 2.37c.14-.65.06-1.17-.2-1.32s-1.3.3-1.91 1.32H4.68C4.06 1.37 3.2.85 2.8 1c-.26.15-.34.64-.21 1.25v.07zm-3.5 3H2v4.5h3zm4 0H6v4.5h3zm-4-2H1v1h4zm5 0H6v1h4zm-9.5-1h1.05A2 2 0 012.27.19c1-.58 2.38.23 3.26 1.66C6.42.42 7.81-.39 8.8.19a2 2 0 01.72 2.18h1a.5.5 0 01.5.5v2a.5.5 0 01-.5.5H10v5a.5.5 0 01-.5.5h-8a.5.5 0 01-.5-.5v-5H.5a.5.5 0 01-.5-.5v-2a.5.5 0 01.5-.5z", fill: useCurrentColor ? 'currentColor' : '#000', "data-name": "\u56FE\u5C42 1" }))))));
|
8
|
+
}
|
@@ -0,0 +1,8 @@
|
|
1
|
+
import React from 'react';
|
2
|
+
import { ContextLayout } from '../../context-provider';
|
3
|
+
export default function IconHeart(props) {
|
4
|
+
const { className = '', useCurrentColor = true, style, ...other } = props;
|
5
|
+
return (React.createElement(ContextLayout, null, ({ prefixCls }) => (React.createElement("svg", Object.assign({ className: `${prefixCls}-icon ${prefixCls}-icon-heart ${className}`, width: "1em", height: "1em", style: style, fill: useCurrentColor ? 'currentColor' : '#000', viewBox: "0 0 1024 1024", xmlns: "http://www.w3.org/2000/svg" }, other),
|
6
|
+
React.createElement("defs", null),
|
7
|
+
React.createElement("path", { d: "M691.2 128c135.314 0 245.029 124.343 245.029 277.943 0 91.428-40.229 153.6-73.143 204.8C771.657 760.686 548.57 921.6 537.6 928.914c-10.971 7.315-21.943 10.972-32.914 10.972-10.972 0-21.943-3.657-32.915-10.972-10.971-7.314-230.4-168.228-321.828-318.171-32.914-51.2-73.143-113.372-73.143-204.8C76.8 252.343 186.514 128 321.829 128c47.542 0 84.114 14.629 120.685 40.229 21.943 14.628 40.229 36.571 58.515 62.171 18.285-25.6 36.571-47.543 58.514-62.171C607.086 142.629 647.314 128 691.2 128zm0 84.114c-51.2 0-109.714 47.543-179.2 138.972-69.486-91.429-131.657-138.972-179.2-138.972-87.771 0-160.914 84.115-160.914 190.172 0 47.543 14.628 84.114 43.885 135.314l3.658 7.314c3.657 3.657 7.314 10.972 10.971 18.286 3.657 7.314 10.971 18.286 18.286 25.6 25.6 36.571 65.828 80.457 109.714 124.343 36.571 32.914 76.8 69.486 117.029 98.743 10.971 7.314 25.6 21.943 36.571 29.257 10.971-10.972 25.6-18.286 40.229-29.257 40.228-32.915 80.457-65.829 117.028-102.4C713.143 665.6 753.371 625.37 778.971 588.8c7.315-10.971 14.629-18.286 18.286-29.257 7.314-10.972 10.972-18.286 14.629-25.6 29.257-51.2 43.885-87.772 43.885-135.314-3.657-102.4-76.8-186.515-164.571-186.515z" })))));
|
8
|
+
}
|
@@ -0,0 +1,7 @@
|
|
1
|
+
import React from 'react';
|
2
|
+
import { ContextLayout } from '../../context-provider';
|
3
|
+
export default function IconHome(props) {
|
4
|
+
const { className = '', useCurrentColor = true, style, ...other } = props;
|
5
|
+
return (React.createElement(ContextLayout, null, ({ prefixCls }) => (React.createElement("svg", Object.assign({ className: `${prefixCls}-icon ${prefixCls}-icon-home ${className}`, width: "1em", height: "1em", style: style, viewBox: "0 0 1024 1024", xmlns: "http://www.w3.org/2000/svg" }, other),
|
6
|
+
React.createElement("path", { fill: useCurrentColor ? 'currentColor' : '#000', d: "M128 938.667A42.667 42.667 0 0185.333 896V384a42.667 42.667 0 0118.987-35.477l383.21-256a42.667 42.667 0 0147.34-.043l384.767 256a42.667 42.667 0 0119.03 35.52v512A42.667 42.667 0 01896 938.667H128zm341.333-21.334a21.333 21.333 0 01-20.97 21.334l127.274-.022-2.133-.128a21.333 21.333 0 01-18.837-21.184v-64h-85.334v64zm0-64.021l-21.333.021h21.333v-.021zm106.667.021l-21.333-.021v.021H576zm-64.725-674.048l-340.608 227.52v446.528H384v-256a42.667 42.667 0 0142.667-42.666h170.666A42.667 42.667 0 01640 597.333v256h213.333V406.87L511.275 179.285zM554.667 640h-85.334v213.312h85.334V640z" })))));
|
7
|
+
}
|