@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,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 IconKeyboard(props: IconProps): JSX.Element;
|
@@ -0,0 +1,8 @@
|
|
1
|
+
import React from 'react';
|
2
|
+
import { ContextLayout } from '../../context-provider';
|
3
|
+
export default function IconKeyboard(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-keyboard ${className}`, width: "1em", height: "1em", style: style, version: "1.1", id: "svg_388a56dbb6__\u56FE\u5C42_1", xmlns: "http://www.w3.org/2000/svg", x: "0", y: "0", viewBox: "0 0 26 26", xmlSpace: "preserve" }, other),
|
6
|
+
React.createElement("path", { d: "M15.9 21.7l-2.5 2.5c-.2.2-.5.2-.7 0l-2.5-2.5c-.3-.3-.1-.9.4-.9h5C16 20.9 16.2 21.4 15.9 21.7zM23.1 19.5H2.9c-1.1 0-2-.9-2-2V4.8c0-1.1.9-2 2-2h20.1c1.1 0 2 .9 2 2v12.7C25.1 18.6 24.2 19.5 23.1 19.5zM2.9 4.8L2.9 4.8v12.7h20.1V4.8H2.9z", fill: useCurrentColor ? 'currentColor' : '#1d2129' }),
|
7
|
+
React.createElement("path", { d: "M10.6,6.6H8.2V9h2.4V6.6z M4.5,6.6H7V9H4.5V6.6z M8.8,10.2H6.4v2.4h2.4V10.2z M16,10.2h-2.4v2.4H16V10.2z M10,10.2h2.4v2.4H10V10.2z M19.6,10.2h-2.4v2.4h2.4V10.2z M11.8,6.6h2.4V9h-2.4V6.6z M17.8,6.6h-2.4V9h2.4V6.6z M19,6.6h2.4V9H19\tV6.6z M17.8,13.8H8.2v1.8h9.7V13.8z", fillRule: "evenodd", clipRule: "evenodd", fill: useCurrentColor ? 'currentColor' : '#1d2129' })))));
|
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 IconKeyboardDelete(props: IconProps): JSX.Element;
|
@@ -0,0 +1,8 @@
|
|
1
|
+
import React from 'react';
|
2
|
+
import { ContextLayout } from '../../context-provider';
|
3
|
+
export default function IconKeyboardDelete(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-keyboard-delete ${className}`, width: "1em", height: "1em", style: style, xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 26 26" }, other),
|
6
|
+
React.createElement("path", { d: "M23.1,21.4H8.3c-0.6,0-1.2-0.3-1.6-0.8l-4.9-6.4c-0.5-0.7-0.5-1.7,0-2.4l4.9-6.4c0.4-0.5,1-0.8,1.6-0.8h14.8\tc1.1,0,2,0.9,2,2v12.7C25.1,20.5,24.2,21.4,23.1,21.4z M8.3,6.6L3.4,13l4.9,6.4h14.8V6.6H8.3z", fill: useCurrentColor ? 'currentColor' : '#1d2129' }),
|
7
|
+
React.createElement("path", { d: "M11.3,9.4c0.4-0.4,1-0.4,1.3,0l2.5,2.5l2.5-2.5c0.4-0.4,1-0.4,1.3,0c0.4,0.4,0.4,1,0,1.3l-2.5,2.5l2.3,2.3\tc0.4,0.4,0.4,1,0,1.3c-0.4,0.4-1,0.4-1.3,0l-2.3-2.3L12.7,17c-0.4,0.4-1,0.4-1.3,0c-0.4-0.4-0.4-1,0-1.3l2.4-2.4l-2.5-2.5\tC10.9,10.4,10.9,9.8,11.3,9.4z", fillRule: "evenodd", clipRule: "evenodd", fill: useCurrentColor ? 'currentColor' : '#1d2129' })))));
|
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 IconLikeCircle(props: IconProps): JSX.Element;
|
@@ -0,0 +1,7 @@
|
|
1
|
+
import React from 'react';
|
2
|
+
import { ContextLayout } from '../../context-provider';
|
3
|
+
export default function IconLikeCircle(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-like-circle ${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: "M569.067 53.184c51.733 23.552 135.018 74.987 135.018 160.213 0 32.128-14.293 74.752-42.816 127.872h161.664c127.318 0 156.566 112.384 127.318 196.587L822.933 873.003c-10.752 38.976-46.57 66.026-87.466 66.026H213.013V341.27h87.339L490.219 71.168c11.989-19.072 44.373-33.707 78.848-17.984zm-419.734 288.15v597.333H64V341.333h85.333zm398.443-203.67L344.683 426.603h-46.336v427.093h437.12c2.645 0 4.693-1.557 5.226-3.413l1.067-3.84L869.995 508.82c16.853-49.664.042-82.218-47.062-82.218H518.55l67.563-125.718c22.464-41.813 32.64-72.213 32.64-87.488 0-24.746-26.539-52.778-70.976-75.733z" })))));
|
7
|
+
}
|
@@ -0,0 +1,8 @@
|
|
1
|
+
import React from 'react';
|
2
|
+
import { ContextLayout } from '../../context-provider';
|
3
|
+
export default function IconMinus(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-minus ${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: "M115.2 467.2h819.2c6.4 0 6.4 6.4 6.4 6.4V544c0 6.4-6.4 6.4-6.4 6.4H96c-6.4 0-6.4-6.4-6.4-6.4v-64c0-6.4 6.4-6.4 6.4-6.4 6.4-6.4 6.4-6.4 19.2-6.4z" })))));
|
8
|
+
}
|
@@ -0,0 +1,7 @@
|
|
1
|
+
import React from 'react';
|
2
|
+
import { ContextLayout } from '../../context-provider';
|
3
|
+
export default function IconMore(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-more ${className}`, width: "1em", height: "1em", style: style, fill: useCurrentColor ? 'currentColor' : '#000', xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 48 48" }, other),
|
6
|
+
React.createElement("path", { d: "M35 21h6v6h-6zM7 21h6v6H7zM21 21h6v6h-6z" })))));
|
7
|
+
}
|
@@ -0,0 +1,8 @@
|
|
1
|
+
import React from 'react';
|
2
|
+
import { ContextLayout } from '../../context-provider';
|
3
|
+
export default function IconNotice(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-notice ${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: "M618.667 853.333A21.333 21.333 0 01640 874.667v42.666a21.333 21.333 0 01-21.333 21.334H405.333A21.333 21.333 0 01384 917.333v-42.666a21.333 21.333 0 0121.333-21.334h213.334zM576 64a21.333 21.333 0 0121.333 21.333v32.427c147.222 39.125 256 177.067 256 341.248V704h64a21.333 21.333 0 0121.334 21.333V768a21.333 21.333 0 01-21.334 21.333H106.667A21.333 21.333 0 0185.333 768v-42.667A21.333 21.333 0 01106.667 704h64V459.008c0-164.181 108.8-302.123 256-341.248V85.333A21.333 21.333 0 01448 64h128zm-64 128c-141.376 0-256 119.595-256 267.136V704h512V459.136C768 311.595 653.376 192 512 192z" })))));
|
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 IconNoticeOff(props: IconProps): JSX.Element;
|
@@ -0,0 +1,8 @@
|
|
1
|
+
import React from 'react';
|
2
|
+
import { ContextLayout } from '../../context-provider';
|
3
|
+
export default function IconNoticeOff(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-notice-off ${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: "M118.101 57.75L962.86 902.506a21.333 21.333 0 010 30.165l-30.187 30.187a21.333 21.333 0 01-30.165 0L57.749 118.1a21.333 21.333 0 010-30.186l30.166-30.166a21.333 21.333 0 0130.186 0zm500.566 795.583A21.333 21.333 0 01640 874.667v42.666a21.333 21.333 0 01-21.333 21.334H405.333A21.333 21.333 0 01384 917.333v-42.666a21.333 21.333 0 0121.333-21.334h213.334zM190.25 341.1l69.888 69.888A280.043 280.043 0 00256 459.136V704h297.152l85.333 85.333H106.667A21.333 21.333 0 0185.333 768v-42.155a21.333 21.333 0 0121.334-21.333h.512l63.488 1.515V459.008c0-41.365 6.912-81.067 19.584-117.91zM576 64a21.333 21.333 0 0121.333 21.333v32.427c147.222 39.125 256 177.067 256 341.248v243.499L768 617.173V459.157C768 311.595 653.376 192 512 192c-48.021 0-92.97 13.803-131.37 37.803l-61.526-61.526a334.763 334.763 0 01107.563-50.517V85.333A21.333 21.333 0 01448 64h128z" })))));
|
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 IconPicture(props: IconProps): JSX.Element;
|
@@ -0,0 +1,7 @@
|
|
1
|
+
import React from 'react';
|
2
|
+
import { ContextLayout } from '../../context-provider';
|
3
|
+
export default function IconPicture(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-picture ${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: "M896 85.333a42.667 42.667 0 0142.56 39.467l.107 3.2v768a42.667 42.667 0 01-39.467 42.56l-3.2.107H128A42.667 42.667 0 0185.44 899.2l-.107-3.2V128A42.667 42.667 0 01124.8 85.44l3.2-.107h768zm-42.667 85.334H170.667v682.666h682.666V170.667zm-90.325 263.808A17.067 17.067 0 01768 446.528V755.2a12.8 12.8 0 01-12.8 12.8H436.245a12.8 12.8 0 01-3.456-.47l-182.528-.469a12.8 12.8 0 01-9.002-21.845l176.32-176.341a17.067 17.067 0 0124.128 0l81.365 81.365 215.787-215.765a17.067 17.067 0 0124.149 0zM384 256v128H256V256h128z" })))));
|
7
|
+
}
|
@@ -0,0 +1,8 @@
|
|
1
|
+
import React from 'react';
|
2
|
+
import { ContextLayout } from '../../context-provider';
|
3
|
+
export default function IconPlay(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-play ${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: "M236.416 92.16l597.333 383.957a42.667 42.667 0 010 71.766L236.416 931.819c-28.416 18.261-65.75-2.112-65.75-35.883V128.064c0-33.77 37.334-54.144 65.75-35.904zM256 206.23v611.583L731.755 512 256 206.208z" })))));
|
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 IconQuestionCircle(props: IconProps): JSX.Element;
|
@@ -0,0 +1,7 @@
|
|
1
|
+
import React from 'react';
|
2
|
+
import { ContextLayout } from '../../context-provider';
|
3
|
+
export default function IconQuestionCircle(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-question-circle ${className}`, width: "1em", height: "1em", style: style, viewBox: "0 0 16 16", fill: useCurrentColor ? 'currentColor' : '#000', xmlns: "http://www.w3.org/2000/svg" }, other),
|
6
|
+
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M7.982.68a7.312 7.312 0 110 14.625 7.312 7.312 0 010-14.625zm0 1.33a5.983 5.983 0 100 11.965 5.983 5.983 0 000-11.966zm.333 8.641c.183 0 .332.15.332.333v.664a.332.332 0 01-.332.333H7.65a.332.332 0 01-.332-.333v-.664c0-.184.148-.333.332-.333h.665zm-.427-6.647c.79 0 1.447.19 1.97.574.522.382.784.95.784 1.7 0 .461-.114.85-.341 1.165-.133.191-.389.436-.766.733l-.373.293c-.202.16-.337.345-.403.558a1.8 1.8 0 00-.048.323.332.332 0 01-.331.304h-.744a.332.332 0 01-.331-.363c.043-.463.088-.755.137-.878.091-.229.325-.492.703-.79l.383-.302c.126-.096.774-.553.774-.957 0-.405-.07-.553-.273-.775-.203-.222-.66-.294-1.073-.294-.405 0-.752.108-.922.38a1.921 1.921 0 00-.189.4 1.388 1.388 0 00-.048.204.332.332 0 01-.328.276h-.782a.332.332 0 01-.33-.37c.008-.074.017-.136.025-.185.13-.722.458-1.253.985-1.592.413-.27.92-.404 1.521-.404z" })))));
|
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 IconRefresh(props: IconProps): JSX.Element;
|
@@ -0,0 +1,7 @@
|
|
1
|
+
import React from 'react';
|
2
|
+
import { ContextLayout } from '../../context-provider';
|
3
|
+
export default function IconRefresh(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-refresh ${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: "M618.667 426.667a21.333 21.333 0 01-21.334-21.334v-42.666a21.333 21.333 0 0121.334-21.334H757.12c-53.973-77.376-143.616-128-245.12-128-164.95 0-298.667 133.718-298.667 298.667S347.051 810.667 512 810.667c135.296 0 249.579-89.963 286.293-213.334h88.192C847.66 768.363 694.741 896 512 896c-212.075 0-384-171.925-384-384s171.925-384 384-384c120.64 0 228.288 55.637 298.688 142.656l-.021-121.323A21.333 21.333 0 01832 128h42.667A21.333 21.333 0 01896 149.333V384a42.667 42.667 0 01-39.467 42.56l-3.2.107H618.667z" })))));
|
7
|
+
}
|
@@ -0,0 +1,7 @@
|
|
1
|
+
import React from 'react';
|
2
|
+
import { ContextLayout } from '../../context-provider';
|
3
|
+
export default function IconSad(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-sad ${className}`, width: "1em", height: "1em", style: style, fill: useCurrentColor ? 'currentColor' : '#000', xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 28 28" }, other),
|
6
|
+
React.createElement("path", { d: "M14 1.2c7.1 0 12.8 5.7 12.8 12.8S21.1 26.8 14 26.8 1.2 21.1 1.2 14 6.9 1.2 14 1.2zm0 2.3C8.2 3.5 3.5 8.2 3.5 14S8.2 24.5 14 24.5 24.5 19.8 24.5 14 19.8 3.5 14 3.5zm4.7 6.4v3.5h-2.3V9.9h2.3zm-7 0v3.5H9.3V9.9h2.4zm-2.4 7.6h9.3v2.3H9.3v-2.3z" })))));
|
7
|
+
}
|
@@ -0,0 +1,7 @@
|
|
1
|
+
import React from 'react';
|
2
|
+
import { ContextLayout } from '../../context-provider';
|
3
|
+
export default function IconScan(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-scan ${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: "M85.333 320V128A42.667 42.667 0 01128 85.333h192a21.333 21.333 0 0121.333 21.334v42.666A21.333 21.333 0 01320 170.667H170.667V320a21.333 21.333 0 01-21.334 21.333h-42.666A21.333 21.333 0 0185.333 320zm85.334 384v149.333H320a21.333 21.333 0 0121.333 21.334v42.666A21.333 21.333 0 01320 938.667H128A42.667 42.667 0 0185.333 896V704a21.333 21.333 0 0121.334-21.333h42.666A21.333 21.333 0 01170.667 704zm746.666-362.667h-42.666A21.333 21.333 0 01853.333 320V170.667H704a21.333 21.333 0 01-21.333-21.334v-42.666A21.333 21.333 0 01704 85.333h192A42.667 42.667 0 01938.667 128v192a21.333 21.333 0 01-21.334 21.333zM938.667 704v192A42.667 42.667 0 01896 938.667H704a21.333 21.333 0 01-21.333-21.334v-42.666A21.333 21.333 0 01704 853.333h149.333V704a21.333 21.333 0 0121.334-21.333h42.666A21.333 21.333 0 01938.667 704zm-832-234.667h810.666a21.333 21.333 0 0121.334 21.334v42.666a21.333 21.333 0 01-21.334 21.334H106.667a21.333 21.333 0 01-21.334-21.334v-42.666a21.333 21.333 0 0121.334-21.334z" })))));
|
7
|
+
}
|
@@ -0,0 +1,7 @@
|
|
1
|
+
import React from 'react';
|
2
|
+
import { ContextLayout } from '../../context-provider';
|
3
|
+
export default function IconSearch(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-search ${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: "M469.333 106.667C669.632 106.667 832 269.035 832 469.333c0 75.712-23.19 146.006-62.87 204.16l144.683 144.683a21.333 21.333 0 010 30.165l-36.202 36.203a21.333 21.333 0 01-30.166 0L706.56 743.68A361.259 361.259 0 01469.333 832c-200.298 0-362.666-162.368-362.666-362.667s162.368-362.666 362.666-362.666zm0 89.6c-150.826 0-273.066 122.24-273.066 273.066S318.507 742.4 469.333 742.4 742.4 620.16 742.4 469.333 620.16 196.267 469.333 196.267z" })))));
|
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 IconSetting(props: IconProps): JSX.Element;
|
@@ -0,0 +1,8 @@
|
|
1
|
+
import React from 'react';
|
2
|
+
import { ContextLayout } from '../../context-provider';
|
3
|
+
export default function IconSetting(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-setting ${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: "M512 46.55c34.517 0 68.565 3.797 101.696 11.263l19.136 4.288L692.48 198.08l146.837-16.043 13.27 14.443a465.493 465.493 0 01101.802 176.939l5.76 18.602-11.456 15.723L872.747 512l87.402 119.979-5.76 18.602A465.493 465.493 0 01852.587 827.52l-13.27 14.443L692.48 825.92l-59.648 135.979-19.136 4.288c-33.13 7.466-67.2 11.264-101.696 11.264-34.517 0-68.587-3.798-101.717-11.264l-19.136-4.31-7.894-17.941L331.52 825.92l-146.837 16.043-13.27-14.443A465.493 465.493 0 0169.611 650.56l-5.76-18.603 11.456-15.722L151.253 512 63.851 392.043l5.76-18.603a465.493 465.493 0 01101.802-176.96l13.27-14.443L331.52 198.08l59.627-135.957 19.136-4.31c33.13-7.466 67.2-11.264 101.717-11.264zm0 77.567a387.58 387.58 0 00-65.792 5.611L398.421 238.72a63.488 63.488 0 01-65.066 37.61l-117.483-12.863a387.947 387.947 0 00-66.048 114.837l70.165 96.32c16.214 22.272 16.214 52.48 0 74.752l-70.186 96.32a387.947 387.947 0 0066.069 114.837l117.504-12.864a63.488 63.488 0 0165.045 37.632l47.787 108.971a387.393 387.393 0 0065.792 5.61 387.33 387.33 0 0065.77-5.61L625.58 785.28a63.488 63.488 0 0165.066-37.61l117.483 12.863a387.947 387.947 0 0066.048-114.816l-70.165-96.341a63.488 63.488 0 010-74.752l70.165-96.341a387.947 387.947 0 00-66.048-114.816L690.624 276.33a63.488 63.488 0 01-65.045-37.611l-47.787-108.992a386.325 386.325 0 00-65.792-5.61zm0 193.942c106.752 0 193.195 86.869 193.195 193.941S618.752 705.92 512 705.92 318.805 619.093 318.805 512 405.248 318.08 512 318.08zm0 77.568c-63.808 0-115.627 52.053-115.627 116.373 0 64.299 51.819 116.373 115.627 116.373S627.627 576.32 627.627 512c0-64.299-51.819-116.373-115.627-116.373z" })))));
|
8
|
+
}
|
@@ -0,0 +1,8 @@
|
|
1
|
+
import React from 'react';
|
2
|
+
import { ContextLayout } from '../../context-provider';
|
3
|
+
export default function IconShop(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-shop ${className}`, width: "1em", height: "1em", style: style, xmlns: "http://www.w3.org/2000/svg", viewBox: "-0.19 0 10.5 10.5" }, other),
|
6
|
+
React.createElement("g", { "data-name": "\u56FE\u5C42 2" },
|
7
|
+
React.createElement("path", { d: "M9.09 0a.52.52 0 01.51.43l.48 2.5a2.15 2.15 0 01-.56 1.91v5a.65.65 0 01-.65.66H1.25a.65.65 0 01-.65-.66v-5A2.15 2.15 0 010 2.93L.52.43A.52.52 0 011 0zM6.46 5.05a2.36 2.36 0 01-2.8 0 2.63 2.63 0 01-1.49.46 1.81 1.81 0 01-.4 0h-.12v4h6.82v-4h-.12a1.81 1.81 0 01-.4 0 2.63 2.63 0 01-1.49-.46zm2.19-4H1.47l-.4 2.08A1.11 1.11 0 002 4.44a.75.75 0 00.21 0 1.53 1.53 0 00.89-.27l.62-.43.6.45a1.34 1.34 0 001.56 0l.6-.45.62.43a1.53 1.53 0 00.9.29.75.75 0 00.21 0 1.11 1.11 0 00.89-1.31zM7.42 2.1a.27.27 0 01.27.26v.53a.27.27 0 01-.27.26H2.7a.26.26 0 01-.26-.26v-.53a.26.26 0 01.26-.26z", fill: useCurrentColor ? 'currentColor' : '#000', "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 IconShopping(props: IconProps): JSX.Element;
|
@@ -0,0 +1,8 @@
|
|
1
|
+
import React from 'react';
|
2
|
+
import { ContextLayout } from '../../context-provider';
|
3
|
+
export default function IconShopping(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-shopping ${className}`, width: "1em", height: "1em", style: style, xmlns: "http://www.w3.org/2000/svg", viewBox: "-1 0 11 11" }, other),
|
6
|
+
React.createElement("g", { "data-name": "\u56FE\u5C42 2" },
|
7
|
+
React.createElement("path", { d: "M4.5 0a2.75 2.75 0 012.75 2.75v.75h1.43a.38.38 0 01.19 0 .47.47 0 01.1.1.38.38 0 010 .19v6.86a.38.38 0 010 .19l-.1.1a.38.38 0 01-.19 0H.32a.38.38 0 01-.19 0l-.1-.1a.38.38 0 010-.19V3.82a.38.38 0 010-.19l.1-.1a.38.38 0 01.19 0h1.43v-.78A2.75 2.75 0 014.5 0zM8 4.5h-.75v.75a2.09 2.09 0 010 .25h-1a2.11 2.11 0 000-.25V4.5h-3.5v.75a2.11 2.11 0 000 .25h-1a2.09 2.09 0 010-.25V4.5H1V10h7zM4.5 1a1.75 1.75 0 00-1.75 1.75v.75h3.5v-.75A1.75 1.75 0 004.5 1z", fill: useCurrentColor ? 'currentColor' : '#000', "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 IconSmileFill(props: IconProps): JSX.Element;
|
@@ -0,0 +1,7 @@
|
|
1
|
+
import React from 'react';
|
2
|
+
import { ContextLayout } from '../../context-provider';
|
3
|
+
export default function IconSmileFill(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-smile-fill ${className}`, width: "1em", height: "1em", style: style, fill: useCurrentColor ? 'currentColor' : '#000', xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 28 28" }, other),
|
6
|
+
React.createElement("path", { d: "M14 1.2c7.1 0 12.8 5.7 12.8 12.8S21.1 26.8 14 26.8 1.2 21.1 1.2 14 6.9 1.2 14 1.2zm6 15.1h-2.6c-.7 1.1-2 1.7-3.4 1.7s-2.6-.7-3.4-1.7H8c.9 2.4 3.3 4.1 6 4.1s5-1.7 6-4.1zm-1.3-6.4h-2.3v3.5h2.3V9.9zm-7 0H9.3v3.5h2.3V9.9z" })))));
|
7
|
+
}
|
@@ -0,0 +1,8 @@
|
|
1
|
+
import React from 'react';
|
2
|
+
import { ContextLayout } from '../../context-provider';
|
3
|
+
export default function IconSound(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-sound ${className}`, width: "1em", height: "1em", style: style, viewBox: "0 0 1024 1024", xmlns: "http://www.w3.org/2000/svg" }, other),
|
6
|
+
React.createElement("defs", null),
|
7
|
+
React.createElement("path", { d: "M512 235.67L320 383.36v257.28l192 147.69V235.67zM512 128h85.333v768H512L234.667 682.667V341.333L512 128zm280.79 674.73l-49.58-69.46c68.054-48.555 110.123-131.03 110.123-221.654 0-90.197-41.685-172.352-109.226-221.013l49.877-69.227c89.899 64.747 144.683 172.715 144.683 290.261 0 118.059-55.296 226.475-145.878 291.094zm-84.16-171.455l-51.691-67.883a64.32 64.32 0 0025.728-51.35c0-20.33-9.579-39.082-25.814-51.413l51.627-67.946A149.632 149.632 0 01768 512.043a149.632 149.632 0 01-59.37 119.253zM85.332 341.333h85.334v341.334H85.333V341.333z", fill: useCurrentColor ? 'currentColor' : '#000' })))));
|
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 IconSquareChecked(props: IconProps): JSX.Element;
|
@@ -0,0 +1,7 @@
|
|
1
|
+
import React from 'react';
|
2
|
+
import { ContextLayout } from '../../context-provider';
|
3
|
+
export default function IconSquareChecked(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-square-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: "M16 2H4c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2zm-1.1 5.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", 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 IconSquareDisabled(props: IconProps): JSX.Element;
|
@@ -0,0 +1,7 @@
|
|
1
|
+
import React from 'react';
|
2
|
+
import { ContextLayout } from '../../context-provider';
|
3
|
+
export default function IconSquareDisabled(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-square-disabled ${className}`, width: "1em", height: "1em", style: style, viewBox: "0 0 20 20", fill: useCurrentColor ? 'currentColor' : '#F7F8FA' }, other),
|
6
|
+
React.createElement("path", { stroke: "#E5E6EB", d: "M15.6 2.5H4.4c-1 0-1.9.8-1.9 1.9v11.2c0 1 .8 1.9 1.9 1.9h11.2c1 0 1.9-.8 1.9-1.9V4.4c0-1.1-.8-1.9-1.9-1.9z" })))));
|
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 IconSquareUnchecked(props: IconProps): JSX.Element;
|
@@ -0,0 +1,7 @@
|
|
1
|
+
import React from 'react';
|
2
|
+
import { ContextLayout } from '../../context-provider';
|
3
|
+
export default function IconSquareUnchecked(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-square-unchecked ${className}`, width: "1em", height: "1em", style: style, fill: useCurrentColor ? 'currentColor' : '#000', xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 20 20" }, other),
|
6
|
+
React.createElement("path", { d: "M15.6 18H4.4C3.1 18 2 16.9 2 15.6V4.4C2 3.1 3.1 2 4.4 2h11.2C16.9 2 18 3.1 18 4.4v11.2c0 1.3-1.1 2.4-2.4 2.4zM4.4 3C3.6 3 3 3.6 3 4.4v11.2c0 .8.6 1.4 1.4 1.4h11.2c.8 0 1.4-.6 1.4-1.4V4.4c0-.8-.6-1.4-1.4-1.4H4.4z" })))));
|
7
|
+
}
|
@@ -0,0 +1,7 @@
|
|
1
|
+
import React from 'react';
|
2
|
+
import { ContextLayout } from '../../context-provider';
|
3
|
+
export default function IconStar(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-star ${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: "M268.437 941.29a35.563 35.563 0 01-50.773-35.733l25.899-248.49a35.563 35.563 0 00-8.896-27.456L66.176 442.155a35.563 35.563 0 0119.008-58.539l246.507-52.608a35.563 35.563 0 0023.36-16.96L481.237 95.872a35.563 35.563 0 0161.568 0l126.187 218.176a35.525 35.525 0 0023.36 16.96l246.507 52.608a35.563 35.563 0 0119.008 58.539L789.376 629.61a35.533 35.533 0 00-8.917 27.456l25.898 248.49a35.563 35.563 0 01-50.773 35.734l-228.16-109.739a35.563 35.563 0 00-30.805 0l-228.16 109.739zm191.147-186.645a120.896 120.896 0 01104.81 0l147.84 71.104-16.682-159.829a120.896 120.896 0 0130.336-93.355L836.864 449.11l-162.347-34.645a120.896 120.896 0 01-79.402-57.685L512 213.099l-83.115 143.68a120.896 120.896 0 01-79.402 57.685l-162.347 34.645 110.976 123.456a120.896 120.896 0 0130.336 93.355l-16.683 159.83 147.84-71.105z" })))));
|
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 IconStarFill(props: IconProps): JSX.Element;
|
@@ -0,0 +1,8 @@
|
|
1
|
+
import React from 'react';
|
2
|
+
import { ContextLayout } from '../../context-provider';
|
3
|
+
export default function IconStarFill(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-star-fill ${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: "M497.371 826.514L270.63 936.23c-18.286 7.314-40.229 0-47.543-18.286-3.657-3.657-7.315-10.972-3.657-18.286l25.6-248.686c0-10.971-3.658-18.285-7.315-29.257L69.486 435.2c-14.629-14.629-10.972-36.571 3.657-51.2 3.657-3.657 10.971-7.314 14.628-7.314l245.029-51.2c10.971-3.657 18.286-7.315 21.943-18.286l128-219.429C490.057 73.143 512 65.83 530.286 76.8c3.657 3.657 10.971 7.314 14.628 14.629l128 219.428c3.657 7.314 14.629 14.629 21.943 18.286l245.029 51.2c18.285 3.657 32.914 21.943 25.6 43.886 0 7.314-3.657 10.971-7.315 14.628L789.943 621.714c-7.314 7.315-10.972 18.286-7.314 29.257l25.6 248.686c3.657 18.286-10.972 36.572-32.915 40.229-7.314 0-14.628 0-18.285-3.657L530.286 826.514c-10.972-7.314-25.6-7.314-32.915 0z" })))));
|
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 IconStarHalf(props: IconProps): JSX.Element;
|
@@ -0,0 +1,7 @@
|
|
1
|
+
import React from 'react';
|
2
|
+
import { ContextLayout } from '../../context-provider';
|
3
|
+
export default function IconStarHalf(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-star-half ${className}`, width: "1em", height: "1em", style: style, fill: useCurrentColor ? 'currentColor' : '#000', xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 1024 1024" }, other),
|
6
|
+
React.createElement("path", { d: "M513.8 71.6c-13.4-.9-25.9 5.8-31 16.2l-128 219.4c-3.7 11-11 14.6-21.9 18.3l-245 51.2c-3.7 0-11 3.7-14.6 7.3-14.6 14.6-18.3 36.6-3.7 51.2l168.2 186.5c3.7 11 7.3 18.3 7.3 29.3l-25.6 248.7c-3.7 7.3 0 14.6 3.7 18.3 7.3 18.3 29.3 25.6 47.5 18.3l226.7-109.7c3.9-3.9 10-5.7 16.4-5.4V71.6z" })))));
|
7
|
+
}
|
@@ -0,0 +1,8 @@
|
|
1
|
+
import React from 'react';
|
2
|
+
import { ContextLayout } from '../../context-provider';
|
3
|
+
export default function IconSubway(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-subway ${className}`, width: "1em", height: "1em", style: style, xmlns: "http://www.w3.org/2000/svg", viewBox: "-0.98 0 10.96 10.96" }, other),
|
6
|
+
React.createElement("g", { "data-name": "\u56FE\u5C42 2" },
|
7
|
+
React.createElement("path", { d: "M.82 10.9a.24.24 0 01-.35 0l-.31-.39a.24.24 0 010-.35l2.1-1.66H.5A.5.5 0 010 8V.5A.5.5 0 01.5 0h8a.5.5 0 01.5.5V8a.5.5 0 01-.5.5H6.82l2.06 1.62a.26.26 0 010 .35l-.31.39a.24.24 0 01-.35 0L5.2 8.5H3.88zM8 5.5H1v2h7zM3 6v1H2V6zm4 0v1H6V6zm1-5H1v3.5h7z", fill: useCurrentColor ? 'currentColor' : '#000', "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 IconSuccessCircle(props: IconProps): JSX.Element;
|
@@ -0,0 +1,8 @@
|
|
1
|
+
import React from 'react';
|
2
|
+
import { ContextLayout } from '../../context-provider';
|
3
|
+
export default function IconSuccessCircle(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-success-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: "M17.5 8c-.3-.3-.7-.3-1 0l-6.3 6.3-3-3c-.3-.3-.7-.3-1 0-.3.3-.3.7 0 1l3.5 3.5c.1.1.3.2.4.2s.4-.1.5-.2L17.5 9c.2-.3.2-.7 0-1z" })))));
|
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 IconTriDown(props: IconProps): JSX.Element;
|
@@ -0,0 +1,8 @@
|
|
1
|
+
import React from 'react';
|
2
|
+
import { ContextLayout } from '../../context-provider';
|
3
|
+
export default function IconTriDown(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-tri-down ${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: "M195.456 341.333h633.088a21.333 21.333 0 0116.235 35.158L528.256 748.885a21.333 21.333 0 01-32.512 0L179.221 376.491a21.333 21.333 0 0116.235-35.158z" })))));
|
8
|
+
}
|
@@ -0,0 +1,8 @@
|
|
1
|
+
import React from 'react';
|
2
|
+
import { ContextLayout } from '../../context-provider';
|
3
|
+
export default function IconTriUp(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-tri-up ${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: "M195.456 682.667h633.088a21.333 21.333 0 0016.235-35.158L528.256 275.115a21.333 21.333 0 00-32.512 0L179.221 647.509a21.333 21.333 0 0016.235 35.158z" })))));
|
8
|
+
}
|
@@ -0,0 +1,7 @@
|
|
1
|
+
import React from 'react';
|
2
|
+
import { ContextLayout } from '../../context-provider';
|
3
|
+
export default function IconUpload(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-upload ${className}`, width: "1em", height: "1em", style: style, fill: useCurrentColor ? 'currentColor' : '#000', xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 14 14" }, other),
|
6
|
+
React.createElement("path", { d: "M7,1.5l3.1,3.1L9.2,5.4L7.6,3.7v5.9H6.4V3.7L4.8,5.4L3.9,4.6L7,1.5z M2.9,11.4v-1.2H1.8v2.3h10.5\tv-2.3h-1.2v1.2H2.9z", fillRule: "evenodd", clipRule: "evenodd" })))));
|
7
|
+
}
|