@swiftcrab/crab 0.0.5 → 0.0.7
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/es/_util/ActionButton.d.ts +21 -0
- package/es/_util/ActionButton.js +1 -0
- package/es/_util/ContextIsolator.d.ts +5 -0
- package/es/_util/ContextIsolator.js +1 -0
- package/es/_util/PurePanel.d.ts +11 -0
- package/es/_util/PurePanel.js +1 -0
- package/es/_util/aria-data-attrs.d.ts +6 -0
- package/es/_util/aria-data-attrs.js +0 -0
- package/es/_util/capitalize.d.ts +3 -0
- package/es/_util/capitalize.js +1 -0
- package/es/_util/colors.d.ts +15 -0
- package/es/_util/colors.js +1 -0
- package/es/_util/easings.d.ts +3 -0
- package/es/_util/easings.js +1 -0
- package/es/_util/extendsObject.d.ts +5 -0
- package/es/_util/extendsObject.js +1 -0
- package/es/_util/gapSize.d.ts +5 -0
- package/es/_util/gapSize.js +1 -0
- package/es/_util/getAllowClear.d.ts +6 -0
- package/es/_util/getAllowClear.js +1 -0
- package/es/_util/getRenderPropValue.d.ts +5 -0
- package/es/_util/getRenderPropValue.js +1 -0
- package/es/_util/getScroll.d.ts +5 -0
- package/es/_util/getScroll.js +1 -0
- package/es/_util/hooks/useClosable.d.ts +31 -0
- package/es/_util/hooks/useClosable.js +1 -0
- package/es/_util/hooks/useForceUpdate.d.ts +4 -0
- package/es/_util/hooks/useForceUpdate.js +1 -0
- package/es/_util/hooks/useMultipleSelect.d.ts +8 -0
- package/es/_util/hooks/useMultipleSelect.js +1 -0
- package/es/_util/hooks/usePatchElement.d.ts +4 -0
- package/es/_util/hooks/usePatchElement.js +1 -0
- package/es/_util/hooks/useProxyImperativeHandle.d.ts +6 -0
- package/es/_util/hooks/useProxyImperativeHandle.js +1 -0
- package/es/_util/hooks/useSyncState.d.ts +4 -0
- package/es/_util/hooks/useSyncState.js +1 -0
- package/es/_util/hooks/useUniqueMemo.d.ts +8 -0
- package/es/_util/hooks/useUniqueMemo.js +1 -0
- package/es/_util/hooks/useZIndex.d.ts +9 -0
- package/es/_util/hooks/useZIndex.js +1 -0
- package/es/_util/isNumeric.d.ts +4 -0
- package/es/_util/isNumeric.js +1 -0
- package/es/_util/isPrimitive.d.ts +4 -0
- package/es/_util/isPrimitive.js +1 -0
- package/es/_util/motion.d.ts +8 -0
- package/es/_util/motion.js +1 -0
- package/es/_util/placements.d.ts +23 -0
- package/es/_util/placements.js +1 -0
- package/es/_util/reactNode.d.ts +8 -0
- package/es/_util/reactNode.js +1 -0
- package/es/_util/responsiveObserver.d.ts +23 -0
- package/es/_util/responsiveObserver.js +1 -0
- package/es/_util/scrollTo.d.ts +11 -0
- package/es/_util/scrollTo.js +1 -0
- package/es/_util/statusUtils.d.ts +7 -0
- package/es/_util/statusUtils.js +1 -0
- package/es/_util/styleChecker.d.ts +5 -0
- package/es/_util/styleChecker.js +1 -0
- package/es/_util/throttleByAnimationFrame.d.ts +7 -0
- package/es/_util/throttleByAnimationFrame.js +1 -0
- package/es/_util/toList.d.ts +3 -0
- package/es/_util/toList.js +1 -0
- package/es/_util/transKeys.d.ts +5 -0
- package/es/_util/transKeys.js +1 -0
- package/es/_util/type.d.ts +55 -0
- package/es/_util/type.js +0 -0
- package/es/_util/warning.d.ts +33 -0
- package/es/_util/warning.js +1 -0
- package/es/_util/wave/WaveEffect.d.ts +12 -0
- package/es/_util/wave/WaveEffect.js +1 -0
- package/es/_util/wave/index.d.ts +11 -0
- package/es/_util/wave/index.js +1 -0
- package/es/_util/wave/interface.d.ts +14 -0
- package/es/_util/wave/interface.js +1 -0
- package/es/_util/wave/style.d.ts +8 -0
- package/es/_util/wave/style.js +1 -0
- package/es/_util/wave/useWave.d.ts +6 -0
- package/es/_util/wave/useWave.js +1 -0
- package/es/_util/wave/util.d.ts +4 -0
- package/es/_util/wave/util.js +1 -0
- package/es/_util/zindexContext.d.ts +5 -0
- package/es/_util/zindexContext.js +1 -0
- package/es/_virtual/_rolldown/empty.js_/Users/liudong/swiftcrab-workspace/node_modules/.pnpm/object-inspect@1.13.4/node_modules/object-inspect/util.inspect.js +1 -0
- package/es/_virtual/_rolldown/runtime.js +1 -0
- package/es/affix/index.d.ts +24 -0
- package/es/affix/index.js +1 -0
- package/es/affix/style/index.d.ts +14 -0
- package/es/affix/style/index.js +1 -0
- package/es/affix/utils.d.ts +6 -0
- package/es/affix/utils.js +1 -0
- package/es/alert/Alert.d.ts +44 -0
- package/es/alert/Alert.js +1 -0
- package/es/alert/ErrorBoundary.d.ts +26 -0
- package/es/alert/ErrorBoundary.js +1 -0
- package/es/alert/index.d.ts +9 -0
- package/es/alert/index.js +1 -0
- package/es/alert/style/index.d.ts +30 -0
- package/es/alert/style/index.js +3 -0
- package/es/anchor/Anchor.d.ts +61 -0
- package/es/anchor/Anchor.js +1 -0
- package/es/anchor/AnchorLink.d.ts +16 -0
- package/es/anchor/AnchorLink.js +1 -0
- package/es/anchor/context.d.ts +6 -0
- package/es/anchor/context.js +1 -0
- package/es/anchor/index.d.ts +10 -0
- package/es/anchor/index.js +1 -0
- package/es/anchor/style/index.d.ts +19 -0
- package/es/anchor/style/index.js +1 -0
- package/es/app/context.d.ts +18 -0
- package/es/app/context.js +1 -0
- package/es/app/index.d.ts +17 -0
- package/es/app/index.js +1 -0
- package/es/app/style/index.d.ts +8 -0
- package/es/app/style/index.js +1 -0
- package/es/auto-complete/index.d.ts +31 -0
- package/es/auto-complete/index.js +1 -0
- package/es/avatar/AvatarContext.d.ts +11 -0
- package/es/avatar/AvatarContext.js +1 -0
- package/es/avatar/avatar.d.ts +28 -0
- package/es/avatar/avatar.js +1 -0
- package/es/avatar/group.d.ts +29 -0
- package/es/avatar/group.js +1 -0
- package/es/avatar/index.d.ts +9 -0
- package/es/avatar/index.js +1 -0
- package/es/avatar/style/index.d.ts +54 -0
- package/es/avatar/style/index.js +1 -0
- package/es/badge/Ribbon.d.ts +18 -0
- package/es/badge/Ribbon.js +1 -0
- package/es/badge/ScrollNumber.d.ts +20 -0
- package/es/badge/ScrollNumber.js +1 -0
- package/es/badge/SingleNumber.d.ts +16 -0
- package/es/badge/SingleNumber.js +1 -0
- package/es/badge/index.d.ts +44 -0
- package/es/badge/index.js +1 -0
- package/es/badge/style/index.d.ts +107 -0
- package/es/badge/style/index.js +1 -0
- package/es/badge/style/ribbon.d.ts +4 -0
- package/es/badge/style/ribbon.js +1 -0
- package/es/breadcrumb/Breadcrumb.d.ts +61 -0
- package/es/breadcrumb/Breadcrumb.js +1 -0
- package/es/breadcrumb/BreadcrumbItem.d.ts +33 -0
- package/es/breadcrumb/BreadcrumbItem.js +1 -0
- package/es/breadcrumb/BreadcrumbSeparator.d.ts +6 -0
- package/es/breadcrumb/BreadcrumbSeparator.js +1 -0
- package/es/breadcrumb/index.d.ts +3 -0
- package/es/breadcrumb/index.js +1 -0
- package/es/breadcrumb/style/index.d.ts +44 -0
- package/es/breadcrumb/style/index.js +4 -0
- package/es/breadcrumb/useItemRender.d.ts +9 -0
- package/es/breadcrumb/useItemRender.js +1 -0
- package/es/breadcrumb/useItems.d.ts +7 -0
- package/es/breadcrumb/useItems.js +1 -0
- package/es/button/IconWrapper.d.ts +11 -0
- package/es/button/IconWrapper.js +1 -0
- package/es/button/LoadingIcon.d.ts +13 -0
- package/es/button/LoadingIcon.js +1 -0
- package/es/button/button-group.d.ts +14 -0
- package/es/button/button-group.js +1 -0
- package/es/button/button.d.ts +46 -0
- package/es/button/button.js +1 -0
- package/es/button/buttonHelpers.d.ts +19 -0
- package/es/button/buttonHelpers.js +1 -0
- package/es/button/index.d.ts +5 -0
- package/es/button/index.js +1 -0
- package/es/button/style/compact.d.ts +4 -0
- package/es/button/style/compact.js +1 -0
- package/es/button/style/group.d.ts +7 -0
- package/es/button/style/group.js +1 -0
- package/es/button/style/index.d.ts +5 -0
- package/es/button/style/index.js +1 -0
- package/es/button/style/token.d.ts +236 -0
- package/es/button/style/token.js +1 -0
- package/es/calendar/Header.d.ts +19 -0
- package/es/calendar/Header.js +1 -0
- package/es/calendar/generateCalendar.d.ts +47 -0
- package/es/calendar/generateCalendar.js +1 -0
- package/es/calendar/index.d.ts +10 -0
- package/es/calendar/index.js +1 -0
- package/es/calendar/locale/ar_EG.d.ts +2 -0
- package/es/calendar/locale/ar_EG.js +1 -0
- package/es/calendar/locale/az_AZ.d.ts +2 -0
- package/es/calendar/locale/az_AZ.js +1 -0
- package/es/calendar/locale/bg_BG.d.ts +2 -0
- package/es/calendar/locale/bg_BG.js +1 -0
- package/es/calendar/locale/bn_BD.d.ts +2 -0
- package/es/calendar/locale/bn_BD.js +1 -0
- package/es/calendar/locale/by_BY.d.ts +2 -0
- package/es/calendar/locale/by_BY.js +1 -0
- package/es/calendar/locale/ca_ES.d.ts +2 -0
- package/es/calendar/locale/ca_ES.js +1 -0
- package/es/calendar/locale/cs_CZ.d.ts +2 -0
- package/es/calendar/locale/cs_CZ.js +1 -0
- package/es/calendar/locale/da_DK.d.ts +2 -0
- package/es/calendar/locale/da_DK.js +1 -0
- package/es/calendar/locale/de_DE.d.ts +2 -0
- package/es/calendar/locale/de_DE.js +1 -0
- package/es/calendar/locale/el_GR.d.ts +2 -0
- package/es/calendar/locale/el_GR.js +1 -0
- package/es/calendar/locale/en_GB.d.ts +2 -0
- package/es/calendar/locale/en_GB.js +1 -0
- package/es/calendar/locale/en_US.d.ts +2 -0
- package/es/calendar/locale/en_US.js +1 -0
- package/es/calendar/locale/es_ES.d.ts +2 -0
- package/es/calendar/locale/es_ES.js +1 -0
- package/es/calendar/locale/et_EE.d.ts +2 -0
- package/es/calendar/locale/et_EE.js +1 -0
- package/es/calendar/locale/eu_ES.d.ts +2 -0
- package/es/calendar/locale/eu_ES.js +1 -0
- package/es/calendar/locale/fa_IR.d.ts +2 -0
- package/es/calendar/locale/fa_IR.js +1 -0
- package/es/calendar/locale/fi_FI.d.ts +2 -0
- package/es/calendar/locale/fi_FI.js +1 -0
- package/es/calendar/locale/fr_BE.d.ts +2 -0
- package/es/calendar/locale/fr_BE.js +1 -0
- package/es/calendar/locale/fr_CA.d.ts +2 -0
- package/es/calendar/locale/fr_CA.js +1 -0
- package/es/calendar/locale/fr_FR.d.ts +2 -0
- package/es/calendar/locale/fr_FR.js +1 -0
- package/es/calendar/locale/ga_IE.d.ts +2 -0
- package/es/calendar/locale/ga_IE.js +1 -0
- package/es/calendar/locale/gl_ES.d.ts +2 -0
- package/es/calendar/locale/gl_ES.js +1 -0
- package/es/calendar/locale/he_IL.d.ts +2 -0
- package/es/calendar/locale/he_IL.js +1 -0
- package/es/calendar/locale/hi_IN.d.ts +2 -0
- package/es/calendar/locale/hi_IN.js +1 -0
- package/es/calendar/locale/hr_HR.d.ts +2 -0
- package/es/calendar/locale/hr_HR.js +1 -0
- package/es/calendar/locale/hu_HU.d.ts +2 -0
- package/es/calendar/locale/hu_HU.js +1 -0
- package/es/calendar/locale/id_ID.d.ts +2 -0
- package/es/calendar/locale/id_ID.js +1 -0
- package/es/calendar/locale/is_IS.d.ts +2 -0
- package/es/calendar/locale/is_IS.js +1 -0
- package/es/calendar/locale/it_IT.d.ts +2 -0
- package/es/calendar/locale/it_IT.js +1 -0
- package/es/calendar/locale/ja_JP.d.ts +2 -0
- package/es/calendar/locale/ja_JP.js +1 -0
- package/es/calendar/locale/ka_GE.d.ts +2 -0
- package/es/calendar/locale/ka_GE.js +1 -0
- package/es/calendar/locale/kk_KZ.d.ts +2 -0
- package/es/calendar/locale/kk_KZ.js +1 -0
- package/es/calendar/locale/km_KH.d.ts +2 -0
- package/es/calendar/locale/km_KH.js +1 -0
- package/es/calendar/locale/kmr_IQ.d.ts +2 -0
- package/es/calendar/locale/kmr_IQ.js +1 -0
- package/es/calendar/locale/kn_IN.d.ts +2 -0
- package/es/calendar/locale/kn_IN.js +1 -0
- package/es/calendar/locale/ko_KR.d.ts +2 -0
- package/es/calendar/locale/ko_KR.js +1 -0
- package/es/calendar/locale/lt_LT.d.ts +2 -0
- package/es/calendar/locale/lt_LT.js +1 -0
- package/es/calendar/locale/lv_LV.d.ts +2 -0
- package/es/calendar/locale/lv_LV.js +1 -0
- package/es/calendar/locale/mk_MK.d.ts +2 -0
- package/es/calendar/locale/mk_MK.js +1 -0
- package/es/calendar/locale/ml_IN.d.ts +2 -0
- package/es/calendar/locale/ml_IN.js +1 -0
- package/es/calendar/locale/mn_MN.d.ts +2 -0
- package/es/calendar/locale/mn_MN.js +1 -0
- package/es/calendar/locale/ms_MY.d.ts +2 -0
- package/es/calendar/locale/ms_MY.js +1 -0
- package/es/calendar/locale/my_MM.d.ts +2 -0
- package/es/calendar/locale/my_MM.js +1 -0
- package/es/calendar/locale/nb_NO.d.ts +2 -0
- package/es/calendar/locale/nb_NO.js +1 -0
- package/es/calendar/locale/nl_BE.d.ts +2 -0
- package/es/calendar/locale/nl_BE.js +1 -0
- package/es/calendar/locale/nl_NL.d.ts +2 -0
- package/es/calendar/locale/nl_NL.js +1 -0
- package/es/calendar/locale/pl_PL.d.ts +2 -0
- package/es/calendar/locale/pl_PL.js +1 -0
- package/es/calendar/locale/pt_BR.d.ts +2 -0
- package/es/calendar/locale/pt_BR.js +1 -0
- package/es/calendar/locale/pt_PT.d.ts +2 -0
- package/es/calendar/locale/pt_PT.js +1 -0
- package/es/calendar/locale/ro_RO.d.ts +2 -0
- package/es/calendar/locale/ro_RO.js +1 -0
- package/es/calendar/locale/ru_RU.d.ts +2 -0
- package/es/calendar/locale/ru_RU.js +1 -0
- package/es/calendar/locale/si_LK.d.ts +2 -0
- package/es/calendar/locale/si_LK.js +1 -0
- package/es/calendar/locale/sk_SK.d.ts +2 -0
- package/es/calendar/locale/sk_SK.js +1 -0
- package/es/calendar/locale/sl_SI.d.ts +2 -0
- package/es/calendar/locale/sl_SI.js +1 -0
- package/es/calendar/locale/sr_RS.d.ts +2 -0
- package/es/calendar/locale/sr_RS.js +1 -0
- package/es/calendar/locale/sv_SE.d.ts +2 -0
- package/es/calendar/locale/sv_SE.js +1 -0
- package/es/calendar/locale/ta_IN.d.ts +2 -0
- package/es/calendar/locale/ta_IN.js +1 -0
- package/es/calendar/locale/th_TH.d.ts +2 -0
- package/es/calendar/locale/th_TH.js +1 -0
- package/es/calendar/locale/tk_TK.d.ts +2 -0
- package/es/calendar/locale/tk_TK.js +1 -0
- package/es/calendar/locale/tr_TR.d.ts +2 -0
- package/es/calendar/locale/tr_TR.js +1 -0
- package/es/calendar/locale/uk_UA.d.ts +2 -0
- package/es/calendar/locale/uk_UA.js +1 -0
- package/es/calendar/locale/ur_PK.d.ts +2 -0
- package/es/calendar/locale/ur_PK.js +1 -0
- package/es/calendar/locale/uz_UZ.d.ts +2 -0
- package/es/calendar/locale/uz_UZ.js +1 -0
- package/es/calendar/locale/vi_VN.d.ts +2 -0
- package/es/calendar/locale/vi_VN.js +1 -0
- package/es/calendar/locale/zh_CN.d.ts +2 -0
- package/es/calendar/locale/zh_CN.js +1 -0
- package/es/calendar/locale/zh_TW.d.ts +2 -0
- package/es/calendar/locale/zh_TW.js +1 -0
- package/es/calendar/style/index.d.ts +65 -0
- package/es/calendar/style/index.js +1 -0
- package/es/calendar-panel/index.d.ts +9 -0
- package/es/calendar-panel/index.js +1 -0
- package/es/calendar-panel/style/index.d.ts +5 -0
- package/es/calendar-panel/style/index.js +1 -0
- package/es/calendar-panel/style/style.d.ts +3 -0
- package/es/calendar-panel/style/style.js +639 -0
- package/es/calendar-panel/types.d.ts +160 -0
- package/es/calendar-panel/types.js +0 -0
- package/es/calendar-panel/utils.d.ts +41 -0
- package/es/calendar-panel/utils.js +1 -0
- package/es/card/Card.d.ts +58 -0
- package/es/card/Card.js +1 -0
- package/es/card/Grid.d.ts +11 -0
- package/es/card/Grid.js +1 -0
- package/es/card/Meta.d.ts +13 -0
- package/es/card/Meta.js +1 -0
- package/es/card/index.d.ts +12 -0
- package/es/card/index.js +1 -0
- package/es/card/style/index.d.ts +54 -0
- package/es/card/style/index.js +10 -0
- package/es/carousel/index.d.ts +29 -0
- package/es/carousel/index.js +1 -0
- package/es/carousel/style/index.d.ts +46 -0
- package/es/carousel/style/index.js +1 -0
- package/es/cascader/Panel.d.ts +14 -0
- package/es/cascader/Panel.js +1 -0
- package/es/cascader/hooks/useBase.d.ts +7 -0
- package/es/cascader/hooks/useBase.js +1 -0
- package/es/cascader/hooks/useCheckable.d.ts +4 -0
- package/es/cascader/hooks/useCheckable.js +1 -0
- package/es/cascader/hooks/useColumnIcons.d.ts +5 -0
- package/es/cascader/hooks/useColumnIcons.js +1 -0
- package/es/cascader/index.d.ts +58 -0
- package/es/cascader/index.js +1 -0
- package/es/cascader/style/columns.d.ts +7 -0
- package/es/cascader/style/columns.js +4 -0
- package/es/cascader/style/index.d.ts +54 -0
- package/es/cascader/style/index.js +1 -0
- package/es/cascader/style/panel.d.ts +4 -0
- package/es/cascader/style/panel.js +1 -0
- package/es/checkbox/Checkbox.d.ts +45 -0
- package/es/checkbox/Checkbox.js +1 -0
- package/es/checkbox/Group.d.ts +32 -0
- package/es/checkbox/Group.js +1 -0
- package/es/checkbox/GroupContext.d.ts +14 -0
- package/es/checkbox/GroupContext.js +1 -0
- package/es/checkbox/index.d.ts +10 -0
- package/es/checkbox/index.js +1 -0
- package/es/checkbox/style/index.d.ts +26 -0
- package/es/checkbox/style/index.js +7 -0
- package/es/checkbox/useBubbleLock.d.ts +9 -0
- package/es/checkbox/useBubbleLock.js +1 -0
- package/es/clap-overflow/index.d.ts +21 -0
- package/es/clap-overflow/index.js +1 -0
- package/es/clap-overflow/style/index.d.ts +19 -0
- package/es/clap-overflow/style/index.js +1 -0
- package/es/col/index.d.ts +3 -0
- package/es/col/index.js +1 -0
- package/es/col/style/index.d.ts +4 -0
- package/es/col/style/index.js +1 -0
- package/es/collapse/Collapse.d.ts +47 -0
- package/es/collapse/Collapse.js +1 -0
- package/es/collapse/CollapsePanel.d.ts +21 -0
- package/es/collapse/CollapsePanel.js +1 -0
- package/es/collapse/index.d.ts +3 -0
- package/es/collapse/index.js +1 -0
- package/es/collapse/style/index.d.ts +50 -0
- package/es/collapse/style/index.js +6 -0
- package/es/color-picker/ColorPicker.d.ts +11 -0
- package/es/color-picker/ColorPicker.js +1 -0
- package/es/color-picker/ColorPickerPanel.d.ts +11 -0
- package/es/color-picker/ColorPickerPanel.js +1 -0
- package/es/color-picker/color.d.ts +36 -0
- package/es/color-picker/color.js +1 -0
- package/es/color-picker/components/ColorAlphaInput.d.ts +11 -0
- package/es/color-picker/components/ColorAlphaInput.js +1 -0
- package/es/color-picker/components/ColorClear.d.ts +11 -0
- package/es/color-picker/components/ColorClear.js +1 -0
- package/es/color-picker/components/ColorHexInput.d.ts +11 -0
- package/es/color-picker/components/ColorHexInput.js +1 -0
- package/es/color-picker/components/ColorHsbInput.d.ts +11 -0
- package/es/color-picker/components/ColorHsbInput.js +1 -0
- package/es/color-picker/components/ColorInput.d.ts +16 -0
- package/es/color-picker/components/ColorInput.js +1 -0
- package/es/color-picker/components/ColorPresets.d.ts +14 -0
- package/es/color-picker/components/ColorPresets.js +1 -0
- package/es/color-picker/components/ColorRgbInput.d.ts +11 -0
- package/es/color-picker/components/ColorRgbInput.js +1 -0
- package/es/color-picker/components/ColorSlider.d.ts +22 -0
- package/es/color-picker/components/ColorSlider.js +1 -0
- package/es/color-picker/components/ColorSteppers.d.ts +16 -0
- package/es/color-picker/components/ColorSteppers.js +1 -0
- package/es/color-picker/components/ColorTrigger.d.ts +21 -0
- package/es/color-picker/components/ColorTrigger.js +1 -0
- package/es/color-picker/components/PanelPicker/GradientColorBar.d.ts +10 -0
- package/es/color-picker/components/PanelPicker/GradientColorBar.js +1 -0
- package/es/color-picker/components/PanelPicker/index.d.ts +5 -0
- package/es/color-picker/components/PanelPicker/index.js +1 -0
- package/es/color-picker/components/PanelPresets.d.ts +5 -0
- package/es/color-picker/components/PanelPresets.js +1 -0
- package/es/color-picker/context.d.ts +40 -0
- package/es/color-picker/context.js +1 -0
- package/es/color-picker/hooks/useModeColor.d.ts +13 -0
- package/es/color-picker/hooks/useModeColor.js +1 -0
- package/es/color-picker/index.d.ts +4 -0
- package/es/color-picker/index.js +1 -0
- package/es/color-picker/interface.d.ts +75 -0
- package/es/color-picker/interface.js +1 -0
- package/es/color-picker/style/color-block.d.ts +10 -0
- package/es/color-picker/style/color-block.js +1 -0
- package/es/color-picker/style/index.d.ts +64 -0
- package/es/color-picker/style/index.js +1 -0
- package/es/color-picker/style/input.d.ts +8 -0
- package/es/color-picker/style/input.js +1 -0
- package/es/color-picker/style/picker.d.ts +8 -0
- package/es/color-picker/style/picker.js +1 -0
- package/es/color-picker/style/presets.d.ts +8 -0
- package/es/color-picker/style/presets.js +1 -0
- package/es/color-picker/style/slider.d.ts +8 -0
- package/es/color-picker/style/slider.js +1 -0
- package/es/color-picker/util.d.ts +17 -0
- package/es/color-picker/util.js +1 -0
- package/es/config-provider/DisabledContext.d.ts +10 -0
- package/es/config-provider/DisabledContext.js +1 -0
- package/es/config-provider/MotionWrapper.d.ts +7 -0
- package/es/config-provider/MotionWrapper.js +1 -0
- package/es/config-provider/PropWarning.d.ts +8 -0
- package/es/config-provider/PropWarning.js +1 -0
- package/es/config-provider/SizeContext.d.ts +11 -0
- package/es/config-provider/SizeContext.js +1 -0
- package/es/config-provider/UnstableContext.d.ts +12 -0
- package/es/config-provider/UnstableContext.js +1 -0
- package/es/config-provider/context.d.ts +260 -0
- package/es/config-provider/context.js +1 -0
- package/es/config-provider/cssVariables.d.ts +5 -0
- package/es/config-provider/cssVariables.js +6 -0
- package/es/config-provider/defaultRenderEmpty.d.ts +10 -0
- package/es/config-provider/defaultRenderEmpty.js +1 -0
- package/es/config-provider/hooks/useCSSVarCls.d.ts +9 -0
- package/es/config-provider/hooks/useCSSVarCls.js +1 -0
- package/es/config-provider/hooks/useConfig.d.ts +8 -0
- package/es/config-provider/hooks/useConfig.js +1 -0
- package/es/config-provider/hooks/useSize.d.ts +5 -0
- package/es/config-provider/hooks/useSize.js +1 -0
- package/es/config-provider/hooks/useTheme.d.ts +6 -0
- package/es/config-provider/hooks/useTheme.js +1 -0
- package/es/config-provider/hooks/useThemeKey.d.ts +5 -0
- package/es/config-provider/hooks/useThemeKey.js +1 -0
- package/es/config-provider/index.d.ts +136 -0
- package/es/config-provider/index.js +1 -0
- package/es/config-provider/style/index.d.ts +3 -0
- package/es/config-provider/style/index.js +1 -0
- package/es/copy/index.d.ts +15 -0
- package/es/copy/index.js +1 -0
- package/es/date-picker/PickerButton.d.ts +7 -0
- package/es/date-picker/PickerButton.js +1 -0
- package/es/date-picker/generatePicker/constant.d.ts +7 -0
- package/es/date-picker/generatePicker/constant.js +1 -0
- package/es/date-picker/generatePicker/generateRangePicker.d.ts +25 -0
- package/es/date-picker/generatePicker/generateRangePicker.js +1 -0
- package/es/date-picker/generatePicker/generateSinglePicker.d.ts +27 -0
- package/es/date-picker/generatePicker/generateSinglePicker.js +1 -0
- package/es/date-picker/generatePicker/index.d.ts +43 -0
- package/es/date-picker/generatePicker/index.js +1 -0
- package/es/date-picker/generatePicker/interface.d.ts +74 -0
- package/es/date-picker/generatePicker/interface.js +0 -0
- package/es/date-picker/generatePicker/useComponents.d.ts +15 -0
- package/es/date-picker/generatePicker/useComponents.js +1 -0
- package/es/date-picker/index.d.ts +56 -0
- package/es/date-picker/index.js +1 -0
- package/es/date-picker/locale/ar_EG.d.ts +6 -0
- package/es/date-picker/locale/ar_EG.js +1 -0
- package/es/date-picker/locale/az_AZ.d.ts +6 -0
- package/es/date-picker/locale/az_AZ.js +1 -0
- package/es/date-picker/locale/bg_BG.d.ts +6 -0
- package/es/date-picker/locale/bg_BG.js +1 -0
- package/es/date-picker/locale/bn_BD.d.ts +6 -0
- package/es/date-picker/locale/bn_BD.js +1 -0
- package/es/date-picker/locale/by_BY.d.ts +6 -0
- package/es/date-picker/locale/by_BY.js +1 -0
- package/es/date-picker/locale/ca_ES.d.ts +6 -0
- package/es/date-picker/locale/ca_ES.js +1 -0
- package/es/date-picker/locale/cs_CZ.d.ts +6 -0
- package/es/date-picker/locale/cs_CZ.js +1 -0
- package/es/date-picker/locale/da_DK.d.ts +6 -0
- package/es/date-picker/locale/da_DK.js +1 -0
- package/es/date-picker/locale/de_DE.d.ts +6 -0
- package/es/date-picker/locale/de_DE.js +1 -0
- package/es/date-picker/locale/el_GR.d.ts +6 -0
- package/es/date-picker/locale/el_GR.js +1 -0
- package/es/date-picker/locale/en_GB.d.ts +6 -0
- package/es/date-picker/locale/en_GB.js +1 -0
- package/es/date-picker/locale/en_US.d.ts +6 -0
- package/es/date-picker/locale/en_US.js +1 -0
- package/es/date-picker/locale/es_ES.d.ts +6 -0
- package/es/date-picker/locale/es_ES.js +1 -0
- package/es/date-picker/locale/et_EE.d.ts +6 -0
- package/es/date-picker/locale/et_EE.js +1 -0
- package/es/date-picker/locale/eu_ES.d.ts +6 -0
- package/es/date-picker/locale/eu_ES.js +1 -0
- package/es/date-picker/locale/fa_IR.d.ts +6 -0
- package/es/date-picker/locale/fa_IR.js +1 -0
- package/es/date-picker/locale/fi_FI.d.ts +6 -0
- package/es/date-picker/locale/fi_FI.js +1 -0
- package/es/date-picker/locale/fr_BE.d.ts +6 -0
- package/es/date-picker/locale/fr_BE.js +1 -0
- package/es/date-picker/locale/fr_CA.d.ts +6 -0
- package/es/date-picker/locale/fr_CA.js +1 -0
- package/es/date-picker/locale/fr_FR.d.ts +6 -0
- package/es/date-picker/locale/fr_FR.js +1 -0
- package/es/date-picker/locale/ga_IE.d.ts +6 -0
- package/es/date-picker/locale/ga_IE.js +1 -0
- package/es/date-picker/locale/gl_ES.d.ts +6 -0
- package/es/date-picker/locale/gl_ES.js +1 -0
- package/es/date-picker/locale/he_IL.d.ts +6 -0
- package/es/date-picker/locale/he_IL.js +1 -0
- package/es/date-picker/locale/hi_IN.d.ts +6 -0
- package/es/date-picker/locale/hi_IN.js +1 -0
- package/es/date-picker/locale/hr_HR.d.ts +6 -0
- package/es/date-picker/locale/hr_HR.js +1 -0
- package/es/date-picker/locale/hu_HU.d.ts +6 -0
- package/es/date-picker/locale/hu_HU.js +1 -0
- package/es/date-picker/locale/id_ID.d.ts +6 -0
- package/es/date-picker/locale/id_ID.js +1 -0
- package/es/date-picker/locale/is_IS.d.ts +6 -0
- package/es/date-picker/locale/is_IS.js +1 -0
- package/es/date-picker/locale/it_IT.d.ts +6 -0
- package/es/date-picker/locale/it_IT.js +1 -0
- package/es/date-picker/locale/ja_JP.d.ts +6 -0
- package/es/date-picker/locale/ja_JP.js +1 -0
- package/es/date-picker/locale/ka_GE.d.ts +6 -0
- package/es/date-picker/locale/ka_GE.js +1 -0
- package/es/date-picker/locale/kk_KZ.d.ts +6 -0
- package/es/date-picker/locale/kk_KZ.js +1 -0
- package/es/date-picker/locale/km_KH.d.ts +6 -0
- package/es/date-picker/locale/km_KH.js +1 -0
- package/es/date-picker/locale/kmr_IQ.d.ts +6 -0
- package/es/date-picker/locale/kmr_IQ.js +1 -0
- package/es/date-picker/locale/kn_IN.d.ts +6 -0
- package/es/date-picker/locale/kn_IN.js +1 -0
- package/es/date-picker/locale/ko_KR.d.ts +6 -0
- package/es/date-picker/locale/ko_KR.js +1 -0
- package/es/date-picker/locale/lt_LT.d.ts +6 -0
- package/es/date-picker/locale/lt_LT.js +1 -0
- package/es/date-picker/locale/lv_LV.d.ts +6 -0
- package/es/date-picker/locale/lv_LV.js +1 -0
- package/es/date-picker/locale/mk_MK.d.ts +6 -0
- package/es/date-picker/locale/mk_MK.js +1 -0
- package/es/date-picker/locale/ml_IN.d.ts +6 -0
- package/es/date-picker/locale/ml_IN.js +1 -0
- package/es/date-picker/locale/mn_MN.d.ts +6 -0
- package/es/date-picker/locale/mn_MN.js +1 -0
- package/es/date-picker/locale/ms_MY.d.ts +6 -0
- package/es/date-picker/locale/ms_MY.js +1 -0
- package/es/date-picker/locale/my_MM.d.ts +6 -0
- package/es/date-picker/locale/my_MM.js +1 -0
- package/es/date-picker/locale/nb_NO.d.ts +6 -0
- package/es/date-picker/locale/nb_NO.js +1 -0
- package/es/date-picker/locale/nl_BE.d.ts +6 -0
- package/es/date-picker/locale/nl_BE.js +1 -0
- package/es/date-picker/locale/nl_NL.d.ts +6 -0
- package/es/date-picker/locale/nl_NL.js +1 -0
- package/es/date-picker/locale/pl_PL.d.ts +6 -0
- package/es/date-picker/locale/pl_PL.js +1 -0
- package/es/date-picker/locale/pt_BR.d.ts +6 -0
- package/es/date-picker/locale/pt_BR.js +1 -0
- package/es/date-picker/locale/pt_PT.d.ts +6 -0
- package/es/date-picker/locale/pt_PT.js +1 -0
- package/es/date-picker/locale/ro_RO.d.ts +6 -0
- package/es/date-picker/locale/ro_RO.js +1 -0
- package/es/date-picker/locale/ru_RU.d.ts +6 -0
- package/es/date-picker/locale/ru_RU.js +1 -0
- package/es/date-picker/locale/si_LK.d.ts +6 -0
- package/es/date-picker/locale/si_LK.js +1 -0
- package/es/date-picker/locale/sk_SK.d.ts +6 -0
- package/es/date-picker/locale/sk_SK.js +1 -0
- package/es/date-picker/locale/sl_SI.d.ts +6 -0
- package/es/date-picker/locale/sl_SI.js +1 -0
- package/es/date-picker/locale/sr_RS.d.ts +6 -0
- package/es/date-picker/locale/sr_RS.js +1 -0
- package/es/date-picker/locale/sv_SE.d.ts +6 -0
- package/es/date-picker/locale/sv_SE.js +1 -0
- package/es/date-picker/locale/ta_IN.d.ts +6 -0
- package/es/date-picker/locale/ta_IN.js +1 -0
- package/es/date-picker/locale/th_TH.d.ts +6 -0
- package/es/date-picker/locale/th_TH.js +1 -0
- package/es/date-picker/locale/tk_TK.d.ts +6 -0
- package/es/date-picker/locale/tk_TK.js +1 -0
- package/es/date-picker/locale/tr_TR.d.ts +6 -0
- package/es/date-picker/locale/tr_TR.js +1 -0
- package/es/date-picker/locale/uk_UA.d.ts +6 -0
- package/es/date-picker/locale/uk_UA.js +1 -0
- package/es/date-picker/locale/ur_PK.d.ts +6 -0
- package/es/date-picker/locale/ur_PK.js +1 -0
- package/es/date-picker/locale/uz_UZ.d.ts +6 -0
- package/es/date-picker/locale/uz_UZ.js +1 -0
- package/es/date-picker/locale/vi_VN.d.ts +6 -0
- package/es/date-picker/locale/vi_VN.js +1 -0
- package/es/date-picker/locale/zh_CN.d.ts +6 -0
- package/es/date-picker/locale/zh_CN.js +1 -0
- package/es/date-picker/locale/zh_TW.d.ts +6 -0
- package/es/date-picker/locale/zh_TW.js +1 -0
- package/es/date-picker/style/index.d.ts +6 -0
- package/es/date-picker/style/index.js +11 -0
- package/es/date-picker/style/multiple.d.ts +7 -0
- package/es/date-picker/style/multiple.js +1 -0
- package/es/date-picker/style/panel.d.ts +9 -0
- package/es/date-picker/style/panel.js +12 -0
- package/es/date-picker/style/token.d.ts +106 -0
- package/es/date-picker/style/token.js +1 -0
- package/es/date-picker/style/variants.d.ts +6 -0
- package/es/date-picker/style/variants.js +1 -0
- package/es/date-picker/util.d.ts +11 -0
- package/es/date-picker/util.js +1 -0
- package/es/descriptions/Cell.d.ts +19 -0
- package/es/descriptions/Cell.js +1 -0
- package/es/descriptions/DescriptionsContext.d.ts +9 -0
- package/es/descriptions/DescriptionsContext.js +1 -0
- package/es/descriptions/Item.d.ts +15 -0
- package/es/descriptions/Item.js +1 -0
- package/es/descriptions/Row.d.ts +15 -0
- package/es/descriptions/Row.js +1 -0
- package/es/descriptions/constant.d.ts +5 -0
- package/es/descriptions/constant.js +1 -0
- package/es/descriptions/hooks/useItems.d.ts +6 -0
- package/es/descriptions/hooks/useItems.js +1 -0
- package/es/descriptions/hooks/useRow.d.ts +5 -0
- package/es/descriptions/hooks/useRow.js +1 -0
- package/es/descriptions/index.d.ts +39 -0
- package/es/descriptions/index.js +1 -0
- package/es/descriptions/style/index.d.ts +55 -0
- package/es/descriptions/style/index.js +1 -0
- package/es/divider/index.d.ts +22 -0
- package/es/divider/index.js +1 -0
- package/es/divider/style/index.d.ts +26 -0
- package/es/divider/style/index.js +1 -0
- package/es/drag/SortableBoard.d.ts +6 -0
- package/es/drag/SortableBoard.js +1 -0
- package/es/drag/SortableBoardProvider.d.ts +15 -0
- package/es/drag/SortableBoardProvider.js +1 -0
- package/es/drag/SortableList.d.ts +9 -0
- package/es/drag/SortableList.js +1 -0
- package/es/drag/SortableZone.d.ts +9 -0
- package/es/drag/SortableZone.js +1 -0
- package/es/drag/SortableZoneShared.d.ts +38 -0
- package/es/drag/SortableZoneShared.js +1 -0
- package/es/drag/index.d.ts +14 -0
- package/es/drag/index.js +1 -0
- package/es/drag/type.d.ts +363 -0
- package/es/drag/type.js +0 -0
- package/es/drawer/DrawerPanel.d.ts +51 -0
- package/es/drawer/DrawerPanel.js +1 -0
- package/es/drawer/index.d.ts +36 -0
- package/es/drawer/index.js +1 -0
- package/es/drawer/style/index.d.ts +25 -0
- package/es/drawer/style/index.js +1 -0
- package/es/drawer/style/motion.d.ts +7 -0
- package/es/drawer/style/motion.js +1 -0
- package/es/dropdown/dropdown-button.d.ts +25 -0
- package/es/dropdown/dropdown-button.js +1 -0
- package/es/dropdown/dropdown.d.ts +53 -0
- package/es/dropdown/dropdown.js +1 -0
- package/es/dropdown/index.d.ts +8 -0
- package/es/dropdown/index.js +1 -0
- package/es/dropdown/style/index.d.ts +43 -0
- package/es/dropdown/style/index.js +15 -0
- package/es/dropdown/style/status.d.ts +7 -0
- package/es/dropdown/style/status.js +1 -0
- package/es/empty/empty.d.ts +5 -0
- package/es/empty/empty.js +1 -0
- package/es/empty/index.d.ts +23 -0
- package/es/empty/index.js +1 -0
- package/es/empty/simple.d.ts +5 -0
- package/es/empty/simple.js +1 -0
- package/es/empty/style/index.d.ts +6 -0
- package/es/empty/style/index.js +1 -0
- package/es/flex/index.d.ts +7 -0
- package/es/flex/index.js +1 -0
- package/es/flex/interface.d.ts +17 -0
- package/es/flex/interface.js +0 -0
- package/es/flex/style/index.d.ts +32 -0
- package/es/flex/style/index.js +1 -0
- package/es/flex/utils.d.ts +8 -0
- package/es/flex/utils.js +1 -0
- package/es/form/ErrorList.d.ts +15 -0
- package/es/form/ErrorList.js +1 -0
- package/es/form/Form.d.ts +44 -0
- package/es/form/Form.js +1 -0
- package/es/form/FormItem/ItemHolder.d.ts +20 -0
- package/es/form/FormItem/ItemHolder.js +1 -0
- package/es/form/FormItem/StatusProvider.d.ts +18 -0
- package/es/form/FormItem/StatusProvider.js +1 -0
- package/es/form/FormItem/index.d.ts +47 -0
- package/es/form/FormItem/index.js +1 -0
- package/es/form/FormItemInput.d.ts +24 -0
- package/es/form/FormItemInput.js +1 -0
- package/es/form/FormItemLabel.d.ts +24 -0
- package/es/form/FormItemLabel.js +1 -0
- package/es/form/FormList.d.ts +27 -0
- package/es/form/FormList.js +1 -0
- package/es/form/context.d.ts +55 -0
- package/es/form/context.js +1 -0
- package/es/form/hooks/useChildren.d.ts +4 -0
- package/es/form/hooks/useChildren.js +1 -0
- package/es/form/hooks/useDebounce.d.ts +3 -0
- package/es/form/hooks/useDebounce.js +1 -0
- package/es/form/hooks/useForm.d.ts +10 -0
- package/es/form/hooks/useForm.js +1 -0
- package/es/form/hooks/useFormInstance.d.ts +4 -0
- package/es/form/hooks/useFormInstance.js +1 -0
- package/es/form/hooks/useFormItemStatus.d.ts +11 -0
- package/es/form/hooks/useFormItemStatus.js +1 -0
- package/es/form/hooks/useFormWarning.d.ts +4 -0
- package/es/form/hooks/useFormWarning.js +1 -0
- package/es/form/hooks/useFrameState.d.ts +4 -0
- package/es/form/hooks/useFrameState.js +1 -0
- package/es/form/hooks/useItemRef.d.ts +5 -0
- package/es/form/hooks/useItemRef.js +1 -0
- package/es/form/hooks/useVariants.d.ts +10 -0
- package/es/form/hooks/useVariants.js +1 -0
- package/es/form/index.d.ts +24 -0
- package/es/form/index.js +1 -0
- package/es/form/interface.d.ts +6 -0
- package/es/form/interface.js +0 -0
- package/es/form/style/explain.d.ts +7 -0
- package/es/form/style/explain.js +3 -0
- package/es/form/style/fallbackCmp.d.ts +8 -0
- package/es/form/style/fallbackCmp.js +1 -0
- package/es/form/style/index.d.ts +77 -0
- package/es/form/style/index.js +7 -0
- package/es/form/util.d.ts +11 -0
- package/es/form/util.js +1 -0
- package/es/form/validateMessagesContext.d.ts +5 -0
- package/es/form/validateMessagesContext.js +1 -0
- package/es/form-area/ValidateTooltip.d.ts +14 -0
- package/es/form-area/ValidateTooltip.js +1 -0
- package/es/form-area/index.d.ts +6 -0
- package/es/form-area/index.js +1 -0
- package/es/form-area/renderItemMap.d.ts +47 -0
- package/es/form-area/renderItemMap.js +1 -0
- package/es/form-area/type.d.ts +173 -0
- package/es/form-area/type.js +0 -0
- package/es/gantt/index.d.ts +6 -0
- package/es/gantt/index.js +1 -0
- package/es/gantt/style/index.d.ts +5 -0
- package/es/gantt/style/index.js +1 -0
- package/es/gantt/style/style.d.ts +3 -0
- package/es/gantt/style/style.js +372 -0
- package/es/gantt/type.d.ts +140 -0
- package/es/gantt/type.js +0 -0
- package/es/gantt/utils.d.ts +38 -0
- package/es/gantt/utils.js +1 -0
- package/es/grid/RowContext.d.ts +8 -0
- package/es/grid/RowContext.js +1 -0
- package/es/grid/col.d.ts +31 -0
- package/es/grid/col.js +1 -0
- package/es/grid/hooks/useBreakpoint.d.ts +5 -0
- package/es/grid/hooks/useBreakpoint.js +1 -0
- package/es/grid/index.d.ts +11 -0
- package/es/grid/index.js +1 -0
- package/es/grid/row.d.ts +20 -0
- package/es/grid/row.js +1 -0
- package/es/grid/style/index.d.ts +9 -0
- package/es/grid/style/index.js +1 -0
- package/es/hooks/index.d.ts +6 -0
- package/es/hooks/index.js +1 -0
- package/es/hooks/useDrawer.d.ts +11 -0
- package/es/hooks/useDrawer.js +1 -0
- package/es/hooks/useForm.d.ts +19 -0
- package/es/hooks/useForm.js +1 -0
- package/es/hooks/useModal.d.ts +11 -0
- package/es/hooks/useModal.js +1 -0
- package/es/hooks/useParsedHash.d.ts +8 -0
- package/es/hooks/useParsedHash.js +1 -0
- package/es/hooks/useUrlState.d.ts +11 -0
- package/es/hooks/useUrlState.js +1 -0
- package/es/hour-panel/index.d.ts +6 -0
- package/es/hour-panel/index.js +1 -0
- package/es/hour-panel/style/index.d.ts +15 -0
- package/es/hour-panel/style/index.js +1 -0
- package/es/hour-panel/style/style.d.ts +3 -0
- package/es/hour-panel/style/style.js +351 -0
- package/es/hour-panel/types.d.ts +147 -0
- package/es/hour-panel/types.js +1 -0
- package/es/hour-panel/utils.d.ts +33 -0
- package/es/hour-panel/utils.js +1 -0
- package/es/icon/index.d.ts +4 -0
- package/es/icon/index.js +1 -0
- package/es/image/PreviewGroup.d.ts +17 -0
- package/es/image/PreviewGroup.js +1 -0
- package/es/image/index.d.ts +10 -0
- package/es/image/index.js +1 -0
- package/es/image/style/index.d.ts +63 -0
- package/es/image/style/index.js +1 -0
- package/es/index.d.ts +151 -0
- package/es/index.js +1 -0
- package/es/input/Group.d.ts +17 -0
- package/es/input/Group.js +1 -0
- package/es/input/Input.d.ts +25 -0
- package/es/input/Input.js +1 -0
- package/es/input/OTP/OTPInput.d.ts +13 -0
- package/es/input/OTP/OTPInput.js +1 -0
- package/es/input/OTP/index.d.ts +32 -0
- package/es/input/OTP/index.js +1 -0
- package/es/input/Password.d.ts +16 -0
- package/es/input/Password.js +1 -0
- package/es/input/Search.d.ts +14 -0
- package/es/input/Search.js +1 -0
- package/es/input/TextArea.d.ts +28 -0
- package/es/input/TextArea.js +1 -0
- package/es/input/hooks/useRemovePasswordTimeout.d.ts +4 -0
- package/es/input/hooks/useRemovePasswordTimeout.js +1 -0
- package/es/input/index.d.ts +17 -0
- package/es/input/index.js +1 -0
- package/es/input/style/index.d.ts +16 -0
- package/es/input/style/index.js +19 -0
- package/es/input/style/otp.d.ts +4 -0
- package/es/input/style/otp.js +1 -0
- package/es/input/style/token.d.ts +99 -0
- package/es/input/style/token.js +1 -0
- package/es/input/style/variants.d.ts +17 -0
- package/es/input/style/variants.js +1 -0
- package/es/input/utils.d.ts +10 -0
- package/es/input/utils.js +1 -0
- package/es/input-number/index.d.ts +37 -0
- package/es/input-number/index.js +1 -0
- package/es/input-number/style/index.d.ts +19 -0
- package/es/input-number/style/index.js +13 -0
- package/es/input-number/style/token.d.ts +55 -0
- package/es/input-number/style/token.js +1 -0
- package/es/layout/Sider.d.ts +30 -0
- package/es/layout/Sider.js +1 -0
- package/es/layout/context.d.ts +10 -0
- package/es/layout/context.js +1 -0
- package/es/layout/hooks/useHasSider.d.ts +4 -0
- package/es/layout/hooks/useHasSider.js +1 -0
- package/es/layout/index.d.ts +15 -0
- package/es/layout/index.js +1 -0
- package/es/layout/layout.d.ts +19 -0
- package/es/layout/layout.js +1 -0
- package/es/layout/style/index.d.ts +98 -0
- package/es/layout/style/index.js +1 -0
- package/es/layout/style/sider.d.ts +4 -0
- package/es/layout/style/sider.js +1 -0
- package/es/list/Item.d.ts +36 -0
- package/es/list/Item.js +1 -0
- package/es/list/context.d.ts +10 -0
- package/es/list/context.js +1 -0
- package/es/list/index.d.ts +59 -0
- package/es/list/index.js +1 -0
- package/es/list/style/index.d.ts +65 -0
- package/es/list/style/index.js +1 -0
- package/es/locale/ar_EG.d.ts +5 -0
- package/es/locale/ar_EG.js +1 -0
- package/es/locale/az_AZ.d.ts +5 -0
- package/es/locale/az_AZ.js +1 -0
- package/es/locale/bg_BG.d.ts +5 -0
- package/es/locale/bg_BG.js +1 -0
- package/es/locale/bn_BD.d.ts +5 -0
- package/es/locale/bn_BD.js +1 -0
- package/es/locale/by_BY.d.ts +5 -0
- package/es/locale/by_BY.js +1 -0
- package/es/locale/ca_ES.d.ts +5 -0
- package/es/locale/ca_ES.js +1 -0
- package/es/locale/context.d.ts +8 -0
- package/es/locale/context.js +1 -0
- package/es/locale/cs_CZ.d.ts +5 -0
- package/es/locale/cs_CZ.js +1 -0
- package/es/locale/da_DK.d.ts +5 -0
- package/es/locale/da_DK.js +1 -0
- package/es/locale/de_DE.d.ts +5 -0
- package/es/locale/de_DE.js +1 -0
- package/es/locale/el_GR.d.ts +5 -0
- package/es/locale/el_GR.js +1 -0
- package/es/locale/en_GB.d.ts +5 -0
- package/es/locale/en_GB.js +1 -0
- package/es/locale/en_US.d.ts +5 -0
- package/es/locale/en_US.js +1 -0
- package/es/locale/es_ES.d.ts +5 -0
- package/es/locale/es_ES.js +1 -0
- package/es/locale/et_EE.d.ts +5 -0
- package/es/locale/et_EE.js +1 -0
- package/es/locale/eu_ES.d.ts +5 -0
- package/es/locale/eu_ES.js +1 -0
- package/es/locale/fa_IR.d.ts +5 -0
- package/es/locale/fa_IR.js +1 -0
- package/es/locale/fi_FI.d.ts +5 -0
- package/es/locale/fi_FI.js +1 -0
- package/es/locale/fr_BE.d.ts +5 -0
- package/es/locale/fr_BE.js +1 -0
- package/es/locale/fr_CA.d.ts +5 -0
- package/es/locale/fr_CA.js +1 -0
- package/es/locale/fr_FR.d.ts +5 -0
- package/es/locale/fr_FR.js +1 -0
- package/es/locale/ga_IE.d.ts +5 -0
- package/es/locale/ga_IE.js +1 -0
- package/es/locale/gl_ES.d.ts +5 -0
- package/es/locale/gl_ES.js +1 -0
- package/es/locale/he_IL.d.ts +5 -0
- package/es/locale/he_IL.js +1 -0
- package/es/locale/hi_IN.d.ts +5 -0
- package/es/locale/hi_IN.js +1 -0
- package/es/locale/hr_HR.d.ts +5 -0
- package/es/locale/hr_HR.js +1 -0
- package/es/locale/hu_HU.d.ts +5 -0
- package/es/locale/hu_HU.js +1 -0
- package/es/locale/hy_AM.d.ts +5 -0
- package/es/locale/hy_AM.js +1 -0
- package/es/locale/id_ID.d.ts +5 -0
- package/es/locale/id_ID.js +1 -0
- package/es/locale/index.d.ts +64 -0
- package/es/locale/index.js +1 -0
- package/es/locale/is_IS.d.ts +5 -0
- package/es/locale/is_IS.js +1 -0
- package/es/locale/it_IT.d.ts +5 -0
- package/es/locale/it_IT.js +1 -0
- package/es/locale/ja_JP.d.ts +5 -0
- package/es/locale/ja_JP.js +1 -0
- package/es/locale/ka_GE.d.ts +5 -0
- package/es/locale/ka_GE.js +1 -0
- package/es/locale/kk_KZ.d.ts +5 -0
- package/es/locale/kk_KZ.js +1 -0
- package/es/locale/km_KH.d.ts +5 -0
- package/es/locale/km_KH.js +1 -0
- package/es/locale/kmr_IQ.d.ts +5 -0
- package/es/locale/kmr_IQ.js +1 -0
- package/es/locale/kn_IN.d.ts +5 -0
- package/es/locale/kn_IN.js +1 -0
- package/es/locale/ko_KR.d.ts +5 -0
- package/es/locale/ko_KR.js +1 -0
- package/es/locale/ku_IQ.d.ts +5 -0
- package/es/locale/ku_IQ.js +1 -0
- package/es/locale/lt_LT.d.ts +5 -0
- package/es/locale/lt_LT.js +1 -0
- package/es/locale/lv_LV.d.ts +5 -0
- package/es/locale/lv_LV.js +1 -0
- package/es/locale/mk_MK.d.ts +5 -0
- package/es/locale/mk_MK.js +1 -0
- package/es/locale/ml_IN.d.ts +5 -0
- package/es/locale/ml_IN.js +1 -0
- package/es/locale/mn_MN.d.ts +5 -0
- package/es/locale/mn_MN.js +1 -0
- package/es/locale/ms_MY.d.ts +5 -0
- package/es/locale/ms_MY.js +1 -0
- package/es/locale/my_MM.d.ts +5 -0
- package/es/locale/my_MM.js +1 -0
- package/es/locale/nb_NO.d.ts +5 -0
- package/es/locale/nb_NO.js +1 -0
- package/es/locale/ne_NP.d.ts +5 -0
- package/es/locale/ne_NP.js +1 -0
- package/es/locale/nl_BE.d.ts +5 -0
- package/es/locale/nl_BE.js +1 -0
- package/es/locale/nl_NL.d.ts +5 -0
- package/es/locale/nl_NL.js +1 -0
- package/es/locale/pl_PL.d.ts +5 -0
- package/es/locale/pl_PL.js +1 -0
- package/es/locale/pt_BR.d.ts +5 -0
- package/es/locale/pt_BR.js +1 -0
- package/es/locale/pt_PT.d.ts +5 -0
- package/es/locale/pt_PT.js +1 -0
- package/es/locale/ro_RO.d.ts +5 -0
- package/es/locale/ro_RO.js +1 -0
- package/es/locale/ru_RU.d.ts +5 -0
- package/es/locale/ru_RU.js +1 -0
- package/es/locale/si_LK.d.ts +5 -0
- package/es/locale/si_LK.js +1 -0
- package/es/locale/sk_SK.d.ts +5 -0
- package/es/locale/sk_SK.js +1 -0
- package/es/locale/sl_SI.d.ts +5 -0
- package/es/locale/sl_SI.js +1 -0
- package/es/locale/sr_RS.d.ts +5 -0
- package/es/locale/sr_RS.js +1 -0
- package/es/locale/sv_SE.d.ts +5 -0
- package/es/locale/sv_SE.js +1 -0
- package/es/locale/ta_IN.d.ts +5 -0
- package/es/locale/ta_IN.js +1 -0
- package/es/locale/th_TH.d.ts +5 -0
- package/es/locale/th_TH.js +1 -0
- package/es/locale/tk_TK.d.ts +5 -0
- package/es/locale/tk_TK.js +1 -0
- package/es/locale/tr_TR.d.ts +5 -0
- package/es/locale/tr_TR.js +1 -0
- package/es/locale/uk_UA.d.ts +5 -0
- package/es/locale/uk_UA.js +1 -0
- package/es/locale/ur_PK.d.ts +5 -0
- package/es/locale/ur_PK.js +1 -0
- package/es/locale/useLocale.d.ts +6 -0
- package/es/locale/useLocale.js +1 -0
- package/es/locale/uz_UZ.d.ts +5 -0
- package/es/locale/uz_UZ.js +1 -0
- package/es/locale/vi_VN.d.ts +5 -0
- package/es/locale/vi_VN.js +1 -0
- package/es/locale/zh_CN.d.ts +5 -0
- package/es/locale/zh_CN.js +1 -0
- package/es/locale/zh_HK.d.ts +5 -0
- package/es/locale/zh_HK.js +1 -0
- package/es/locale/zh_TW.d.ts +5 -0
- package/es/locale/zh_TW.js +1 -0
- package/es/mentions/index.d.ts +46 -0
- package/es/mentions/index.js +1 -0
- package/es/mentions/style/index.d.ts +25 -0
- package/es/mentions/style/index.js +1 -0
- package/es/menu/MenuContext.d.ts +14 -0
- package/es/menu/MenuContext.js +1 -0
- package/es/menu/MenuDivider.d.ts +11 -0
- package/es/menu/MenuDivider.js +1 -0
- package/es/menu/MenuItem.d.ts +15 -0
- package/es/menu/MenuItem.js +1 -0
- package/es/menu/OverrideContext.d.ts +13 -0
- package/es/menu/OverrideContext.js +1 -0
- package/es/menu/SubMenu.d.ts +15 -0
- package/es/menu/SubMenu.js +1 -0
- package/es/menu/index.d.ts +28 -0
- package/es/menu/index.js +1 -0
- package/es/menu/interface.d.ts +22 -0
- package/es/menu/interface.js +0 -0
- package/es/menu/menu.d.ts +21 -0
- package/es/menu/menu.js +1 -0
- package/es/menu/style/horizontal.d.ts +7 -0
- package/es/menu/style/horizontal.js +3 -0
- package/es/menu/style/index.d.ts +357 -0
- package/es/menu/style/index.js +2 -0
- package/es/menu/style/rtl.d.ts +9 -0
- package/es/menu/style/rtl.js +2 -0
- package/es/menu/style/theme.d.ts +6 -0
- package/es/menu/style/theme.js +1 -0
- package/es/menu/style/vertical.d.ts +7 -0
- package/es/menu/style/vertical.js +9 -0
- package/es/message/PurePanel.d.ts +25 -0
- package/es/message/PurePanel.js +1 -0
- package/es/message/index.d.ts +24 -0
- package/es/message/index.js +1 -0
- package/es/message/interface.d.ts +68 -0
- package/es/message/interface.js +0 -0
- package/es/message/style/index.d.ts +26 -0
- package/es/message/style/index.js +8 -0
- package/es/message/useMessage.d.ts +9 -0
- package/es/message/useMessage.js +1 -0
- package/es/message/util.d.ts +6 -0
- package/es/message/util.js +1 -0
- package/es/modal/ConfirmDialog.d.ts +35 -0
- package/es/modal/ConfirmDialog.js +1 -0
- package/es/modal/Modal.d.ts +6 -0
- package/es/modal/Modal.js +1 -0
- package/es/modal/PurePanel.d.ts +11 -0
- package/es/modal/PurePanel.js +1 -0
- package/es/modal/components/ConfirmCancelBtn.d.ts +11 -0
- package/es/modal/components/ConfirmCancelBtn.js +1 -0
- package/es/modal/components/ConfirmOkBtn.d.ts +10 -0
- package/es/modal/components/ConfirmOkBtn.js +1 -0
- package/es/modal/components/NormalCancelBtn.d.ts +9 -0
- package/es/modal/components/NormalCancelBtn.js +1 -0
- package/es/modal/components/NormalOkBtn.d.ts +9 -0
- package/es/modal/components/NormalOkBtn.js +1 -0
- package/es/modal/confirm.d.ts +21 -0
- package/es/modal/confirm.js +1 -0
- package/es/modal/context.d.ts +10 -0
- package/es/modal/context.js +1 -0
- package/es/modal/destroyFns.d.ts +4 -0
- package/es/modal/destroyFns.js +1 -0
- package/es/modal/index.d.ts +16 -0
- package/es/modal/index.js +1 -0
- package/es/modal/interface.d.ts +125 -0
- package/es/modal/interface.js +0 -0
- package/es/modal/locale.d.ts +9 -0
- package/es/modal/locale.js +1 -0
- package/es/modal/shared.d.ts +10 -0
- package/es/modal/shared.js +1 -0
- package/es/modal/style/confirm.d.ts +4 -0
- package/es/modal/style/confirm.js +2 -0
- package/es/modal/style/index.d.ts +115 -0
- package/es/modal/style/index.js +3 -0
- package/es/modal/useModal/HookModal.d.ts +19 -0
- package/es/modal/useModal/HookModal.js +1 -0
- package/es/modal/useModal/index.d.ts +10 -0
- package/es/modal/useModal/index.js +1 -0
- package/es/node_modules/.pnpm/@emotion_serialize@1.3.3/node_modules/@emotion/serialize/dist/declarations/src/index.d.ts +24 -0
- package/es/node_modules/.pnpm/@emotion_sheet@1.4.0/node_modules/@emotion/sheet/dist/declarations/src/index.d.ts +27 -0
- package/es/node_modules/.pnpm/@emotion_utils@1.4.2/node_modules/@emotion/utils/dist/declarations/src/types.d.ts +19 -0
- package/es/node_modules/.pnpm/antd-style@3.7.1_@types_react@19.2.2_antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@1_478ff50d1d2423a9645e628a1ab339ad/node_modules/antd-style/lib/core/CacheManager.d.ts +11 -0
- package/es/node_modules/.pnpm/antd-style@3.7.1_@types_react@19.2.2_antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@1_478ff50d1d2423a9645e628a1ab339ad/node_modules/antd-style/lib/core/createCSS.d.ts +1 -0
- package/es/node_modules/.pnpm/antd-style@3.7.1_@types_react@19.2.2_antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@1_478ff50d1d2423a9645e628a1ab339ad/node_modules/antd-style/lib/core/index.d.ts +3 -0
- package/es/node_modules/.pnpm/antd-style@3.7.1_@types_react@19.2.2_antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@1_478ff50d1d2423a9645e628a1ab339ad/node_modules/antd-style/lib/factories/createGlobalStyle.d.ts +2 -0
- package/es/node_modules/.pnpm/antd-style@3.7.1_@types_react@19.2.2_antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@1_478ff50d1d2423a9645e628a1ab339ad/node_modules/antd-style/lib/factories/createStyleProvider/index.d.ts +3 -0
- package/es/node_modules/.pnpm/antd-style@3.7.1_@types_react@19.2.2_antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@1_478ff50d1d2423a9645e628a1ab339ad/node_modules/antd-style/lib/factories/createStyles/types.d.ts +1 -0
- package/es/node_modules/.pnpm/antd-style@3.7.1_@types_react@19.2.2_antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@1_478ff50d1d2423a9645e628a1ab339ad/node_modules/antd-style/lib/factories/createThemeProvider/index.d.ts +3 -0
- package/es/node_modules/.pnpm/antd-style@3.7.1_@types_react@19.2.2_antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@1_478ff50d1d2423a9645e628a1ab339ad/node_modules/antd-style/lib/factories/createThemeProvider/type.d.ts +6 -0
- package/es/node_modules/.pnpm/antd-style@3.7.1_@types_react@19.2.2_antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@1_478ff50d1d2423a9645e628a1ab339ad/node_modules/antd-style/lib/functions/createInstance.d.ts +12 -0
- package/es/node_modules/.pnpm/antd-style@3.7.1_@types_react@19.2.2_antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@1_478ff50d1d2423a9645e628a1ab339ad/node_modules/antd-style/lib/functions/extractStaticStyle.d.ts +2 -0
- package/es/node_modules/.pnpm/antd-style@3.7.1_@types_react@19.2.2_antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@1_478ff50d1d2423a9645e628a1ab339ad/node_modules/antd-style/lib/functions/index.d.ts +8 -0
- package/es/node_modules/.pnpm/antd-style@3.7.1_@types_react@19.2.2_antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@1_478ff50d1d2423a9645e628a1ab339ad/node_modules/antd-style/lib/functions/setupStyled.d.ts +2 -0
- package/es/node_modules/.pnpm/antd-style@3.7.1_@types_react@19.2.2_antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@1_478ff50d1d2423a9645e628a1ab339ad/node_modules/antd-style/lib/hooks/index.d.ts +5 -0
- package/es/node_modules/.pnpm/antd-style@3.7.1_@types_react@19.2.2_antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@1_478ff50d1d2423a9645e628a1ab339ad/node_modules/antd-style/lib/hooks/useAntdStylish.d.ts +1 -0
- package/es/node_modules/.pnpm/antd-style@3.7.1_@types_react@19.2.2_antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@1_478ff50d1d2423a9645e628a1ab339ad/node_modules/antd-style/lib/hooks/useAntdTheme.d.ts +1 -0
- package/es/node_modules/.pnpm/antd-style@3.7.1_@types_react@19.2.2_antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@1_478ff50d1d2423a9645e628a1ab339ad/node_modules/antd-style/lib/hooks/useAntdToken.d.ts +1 -0
- package/es/node_modules/.pnpm/antd-style@3.7.1_@types_react@19.2.2_antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@1_478ff50d1d2423a9645e628a1ab339ad/node_modules/antd-style/lib/hooks/useResponsive.d.ts +1 -0
- package/es/node_modules/.pnpm/antd-style@3.7.1_@types_react@19.2.2_antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@1_478ff50d1d2423a9645e628a1ab339ad/node_modules/antd-style/lib/hooks/useThemeMode.d.ts +1 -0
- package/es/node_modules/.pnpm/antd-style@3.7.1_@types_react@19.2.2_antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@1_478ff50d1d2423a9645e628a1ab339ad/node_modules/antd-style/lib/index.d.ts +10 -0
- package/es/node_modules/.pnpm/antd-style@3.7.1_@types_react@19.2.2_antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@1_478ff50d1d2423a9645e628a1ab339ad/node_modules/antd-style/lib/types/css.d.ts +15 -0
- package/es/node_modules/.pnpm/antd-style@3.7.1_@types_react@19.2.2_antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@1_478ff50d1d2423a9645e628a1ab339ad/node_modules/antd-style/lib/types/function.d.ts +5 -0
- package/es/node_modules/.pnpm/antd-style@3.7.1_@types_react@19.2.2_antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@1_478ff50d1d2423a9645e628a1ab339ad/node_modules/antd-style/lib/types/genericUtils.d.ts +1 -0
- package/es/node_modules/.pnpm/antd-style@3.7.1_@types_react@19.2.2_antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@1_478ff50d1d2423a9645e628a1ab339ad/node_modules/antd-style/lib/types/index.d.ts +9 -0
- package/es/node_modules/.pnpm/antd-style@3.7.1_@types_react@19.2.2_antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@1_478ff50d1d2423a9645e628a1ab339ad/node_modules/antd-style/lib/types/response.d.ts +1 -0
- package/es/node_modules/.pnpm/antd-style@3.7.1_@types_react@19.2.2_antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@1_478ff50d1d2423a9645e628a1ab339ad/node_modules/antd-style/lib/types/styled.d.ts +2 -0
- package/es/node_modules/.pnpm/antd-style@3.7.1_@types_react@19.2.2_antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@1_478ff50d1d2423a9645e628a1ab339ad/node_modules/antd-style/lib/types/theme.d.ts +2 -0
- package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/_util/aria-data-attrs.d.ts +1 -0
- package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/_util/colors.d.ts +1 -0
- package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/_util/getRenderPropValue.d.ts +1 -0
- package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/_util/hooks/useClosable.d.ts +2 -0
- package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/_util/motion.d.ts +1 -0
- package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/_util/placements.d.ts +2 -0
- package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/_util/statusUtils.d.ts +1 -0
- package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/_util/type.d.ts +1 -0
- package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/_util/warning.d.ts +1 -0
- package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/_util/wave/interface.d.ts +1 -0
- package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/_util/wave/style.d.ts +1 -0
- package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/affix/index.d.ts +1 -0
- package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/affix/style/index.d.ts +1 -0
- package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/alert/Alert.d.ts +2 -0
- package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/alert/ErrorBoundary.d.ts +1 -0
- package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/alert/index.d.ts +2 -0
- package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/alert/style/index.d.ts +2 -0
- package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/anchor/Anchor.d.ts +3 -0
- package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/anchor/AnchorLink.d.ts +1 -0
- package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/anchor/index.d.ts +2 -0
- package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/anchor/style/index.d.ts +1 -0
- package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/app/App.d.ts +3 -0
- package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/app/context.d.ts +4 -0
- package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/app/index.d.ts +2 -0
- package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/app/style/index.d.ts +1 -0
- package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/app/useApp.d.ts +1 -0
- package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/auto-complete/AutoComplete.d.ts +4 -0
- package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/auto-complete/index.d.ts +2 -0
- package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/avatar/Avatar.d.ts +2 -0
- package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/avatar/AvatarContext.d.ts +1 -0
- package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/avatar/AvatarGroup.d.ts +3 -0
- package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/avatar/index.d.ts +2 -0
- package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/avatar/style/index.d.ts +1 -0
- package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/back-top/index.d.ts +1 -0
- package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/back-top/style/index.d.ts +1 -0
- package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/badge/Ribbon.d.ts +3 -0
- package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/badge/ScrollNumber.d.ts +1 -0
- package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/badge/index.d.ts +6 -0
- package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/badge/style/index.d.ts +1 -0
- package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/breadcrumb/Breadcrumb.d.ts +4 -0
- package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/breadcrumb/BreadcrumbItem.d.ts +2 -0
- package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/breadcrumb/index.d.ts +2 -0
- package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/breadcrumb/style/index.d.ts +1 -0
- package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/button/button-group.d.ts +2 -0
- package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/button/button.d.ts +4 -0
- package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/button/buttonHelpers.d.ts +2 -0
- package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/button/index.d.ts +4 -0
- package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/button/style/index.d.ts +1 -0
- package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/button/style/token.d.ts +2 -0
- package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/calendar/generateCalendar.d.ts +5 -0
- package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/calendar/index.d.ts +2 -0
- package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/calendar/locale/en_US.d.ts +1 -0
- package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/calendar/style/index.d.ts +3 -0
- package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/card/Card.d.ts +3 -0
- package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/card/Grid.d.ts +1 -0
- package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/card/Meta.d.ts +1 -0
- package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/card/index.d.ts +3 -0
- package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/card/style/index.d.ts +1 -0
- package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/carousel/index.d.ts +2 -0
- package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/carousel/style/index.d.ts +1 -0
- package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/cascader/Panel.d.ts +3 -0
- package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/cascader/index.d.ts +8 -0
- package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/cascader/style/index.d.ts +2 -0
- package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/checkbox/Checkbox.d.ts +2 -0
- package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/checkbox/Group.d.ts +3 -0
- package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/checkbox/GroupContext.d.ts +2 -0
- package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/checkbox/index.d.ts +3 -0
- package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/checkbox/style/index.d.ts +1 -0
- package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/col/index.d.ts +1 -0
- package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/collapse/Collapse.d.ts +4 -0
- package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/collapse/CollapsePanel.d.ts +1 -0
- package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/collapse/index.d.ts +2 -0
- package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/collapse/style/index.d.ts +2 -0
- package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/color-picker/ColorPicker.d.ts +3 -0
- package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/color-picker/color.d.ts +1 -0
- package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/color-picker/index.d.ts +3 -0
- package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/color-picker/interface.d.ts +6 -0
- package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/color-picker/style/index.d.ts +1 -0
- package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/config-provider/SizeContext.d.ts +1 -0
- package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/config-provider/UnstableContext.d.ts +1 -0
- package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/config-provider/context.d.ts +41 -0
- package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/config-provider/defaultRenderEmpty.d.ts +1 -0
- package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/config-provider/hooks/useConfig.d.ts +1 -0
- package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/config-provider/index.d.ts +7 -0
- package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/date-picker/generatePicker/index.d.ts +6 -0
- package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/date-picker/generatePicker/interface.d.ts +7 -0
- package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/date-picker/index.d.ts +7 -0
- package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/date-picker/locale/en_US.d.ts +1 -0
- package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/date-picker/style/index.d.ts +2 -0
- package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/date-picker/style/panel.d.ts +3 -0
- package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/date-picker/style/token.d.ts +4 -0
- package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/descriptions/DescriptionsContext.d.ts +1 -0
- package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/descriptions/Item.d.ts +1 -0
- package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/descriptions/index.d.ts +3 -0
- package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/descriptions/style/index.d.ts +1 -0
- package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/divider/index.d.ts +1 -0
- package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/divider/style/index.d.ts +2 -0
- package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/drawer/DrawerPanel.d.ts +3 -0
- package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/drawer/index.d.ts +4 -0
- package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/drawer/style/index.d.ts +1 -0
- package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/dropdown/dropdown-button.d.ts +4 -0
- package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/dropdown/dropdown.d.ts +4 -0
- package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/dropdown/index.d.ts +2 -0
- package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/dropdown/style/index.d.ts +4 -0
- package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/empty/index.d.ts +1 -0
- package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/flex/index.d.ts +3 -0
- package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/flex/interface.d.ts +3 -0
- package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/flex/style/index.d.ts +1 -0
- package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/float-button/BackTop.d.ts +2 -0
- package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/float-button/FloatButton.d.ts +5 -0
- package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/float-button/FloatButtonGroup.d.ts +2 -0
- package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/float-button/PurePanel.d.ts +2 -0
- package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/float-button/index.d.ts +1 -0
- package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/float-button/interface.d.ts +4 -0
- package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/float-button/style/index.d.ts +1 -0
- package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/form/ErrorList.d.ts +2 -0
- package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/form/Form.d.ts +10 -0
- package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/form/FormItem/index.d.ts +6 -0
- package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/form/FormItemInput.d.ts +3 -0
- package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/form/FormItemLabel.d.ts +4 -0
- package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/form/FormList.d.ts +2 -0
- package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/form/context.d.ts +7 -0
- package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/form/hooks/useForm.d.ts +2 -0
- package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/form/hooks/useFormInstance.d.ts +1 -0
- package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/form/hooks/useFormItemStatus.d.ts +2 -0
- package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/form/index.d.ts +7 -0
- package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/form/interface.d.ts +2 -0
- package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/form/style/index.d.ts +2 -0
- package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/grid/col.d.ts +2 -0
- package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/grid/index.d.ts +3 -0
- package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/grid/row.d.ts +1 -0
- package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/grid/style/index.d.ts +1 -0
- package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/image/PreviewGroup.d.ts +2 -0
- package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/image/index.d.ts +3 -0
- package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/image/style/index.d.ts +2 -0
- package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/index.d.ts +79 -0
- package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/input/Group.d.ts +1 -0
- package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/input/Input.d.ts +6 -0
- package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/input/OTP/index.d.ts +4 -0
- package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/input/Password.d.ts +2 -0
- package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/input/Search.d.ts +2 -0
- package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/input/TextArea.d.ts +6 -0
- package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/input/index.d.ts +6 -0
- package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/input/style/index.d.ts +3 -0
- package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/input/style/token.d.ts +1 -0
- package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/input-number/index.d.ts +5 -0
- package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/input-number/style/index.d.ts +1 -0
- package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/input-number/style/token.d.ts +2 -0
- package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/layout/Sider.d.ts +1 -0
- package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/layout/index.d.ts +2 -0
- package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/layout/layout.d.ts +1 -0
- package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/layout/style/index.d.ts +2 -0
- package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/list/Item.d.ts +1 -0
- package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/list/context.d.ts +2 -0
- package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/list/index.d.ts +6 -0
- package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/list/style/index.d.ts +2 -0
- package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/locale/index.d.ts +11 -0
- package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/locale/useLocale.d.ts +1 -0
- package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/mentions/index.d.ts +5 -0
- package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/mentions/style/index.d.ts +2 -0
- package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/menu/MenuContext.d.ts +1 -0
- package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/menu/MenuDivider.d.ts +1 -0
- package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/menu/MenuItem.d.ts +2 -0
- package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/menu/SubMenu.d.ts +2 -0
- package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/menu/index.d.ts +8 -0
- package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/menu/interface.d.ts +1 -0
- package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/menu/menu.d.ts +5 -0
- package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/menu/style/index.d.ts +2 -0
- package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/message/PurePanel.d.ts +3 -0
- package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/message/index.d.ts +4 -0
- package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/message/interface.d.ts +1 -0
- package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/message/style/index.d.ts +2 -0
- package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/message/useMessage.d.ts +2 -0
- package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/modal/Modal.d.ts +2 -0
- package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/modal/PurePanel.d.ts +3 -0
- package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/modal/confirm.d.ts +1 -0
- package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/modal/index.d.ts +5 -0
- package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/modal/interface.d.ts +4 -0
- package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/modal/style/index.d.ts +2 -0
- package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/modal/useModal/index.d.ts +2 -0
- package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/notification/PurePanel.d.ts +3 -0
- package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/notification/index.d.ts +4 -0
- package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/notification/interface.d.ts +2 -0
- package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/notification/style/index.d.ts +2 -0
- package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/notification/useNotification.d.ts +2 -0
- package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/pagination/Pagination.d.ts +3 -0
- package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/pagination/index.d.ts +1 -0
- package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/pagination/style/index.d.ts +2 -0
- package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/popconfirm/PurePanel.d.ts +2 -0
- package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/popconfirm/index.d.ts +5 -0
- package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/popconfirm/style/index.d.ts +1 -0
- package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/popover/PurePanel.d.ts +2 -0
- package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/popover/index.d.ts +4 -0
- package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/popover/style/index.d.ts +3 -0
- package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/progress/index.d.ts +1 -0
- package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/progress/progress.d.ts +1 -0
- package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/progress/style/index.d.ts +1 -0
- package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/qr-code/index.d.ts +2 -0
- package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/qr-code/interface.d.ts +3 -0
- package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/qr-code/style/index.d.ts +1 -0
- package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/radio/group.d.ts +2 -0
- package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/radio/index.d.ts +4 -0
- package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/radio/interface.d.ts +5 -0
- package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/radio/radio.d.ts +2 -0
- package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/radio/radioButton.d.ts +3 -0
- package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/radio/style/index.d.ts +1 -0
- package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/rate/index.d.ts +2 -0
- package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/rate/style/index.d.ts +2 -0
- package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/result/index.d.ts +1 -0
- package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/result/style/index.d.ts +2 -0
- package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/row/index.d.ts +1 -0
- package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/segmented/index.d.ts +3 -0
- package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/segmented/style/index.d.ts +1 -0
- package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/select/index.d.ts +9 -0
- package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/select/style/index.d.ts +1 -0
- package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/select/style/token.d.ts +2 -0
- package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/skeleton/Avatar.d.ts +2 -0
- package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/skeleton/Button.d.ts +2 -0
- package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/skeleton/Element.d.ts +1 -0
- package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/skeleton/Image.d.ts +2 -0
- package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/skeleton/Input.d.ts +2 -0
- package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/skeleton/Node.d.ts +2 -0
- package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/skeleton/Paragraph.d.ts +1 -0
- package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/skeleton/Skeleton.d.ts +8 -0
- package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/skeleton/Title.d.ts +1 -0
- package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/skeleton/index.d.ts +1 -0
- package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/skeleton/style/index.d.ts +1 -0
- package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/slider/index.d.ts +5 -0
- package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/slider/style/index.d.ts +2 -0
- package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/space/Compact.d.ts +3 -0
- package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/space/context.d.ts +1 -0
- package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/space/index.d.ts +4 -0
- package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/space/style/index.d.ts +1 -0
- package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/spin/index.d.ts +1 -0
- package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/spin/style/index.d.ts +1 -0
- package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/splitter/Panel.d.ts +1 -0
- package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/splitter/Splitter.d.ts +1 -0
- package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/splitter/index.d.ts +2 -0
- package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/splitter/style/index.d.ts +1 -0
- package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/statistic/Countdown.d.ts +3 -0
- package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/statistic/Statistic.d.ts +3 -0
- package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/statistic/index.d.ts +2 -0
- package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/statistic/style/index.d.ts +1 -0
- package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/statistic/utils.d.ts +1 -0
- package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/steps/index.d.ts +3 -0
- package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/steps/style/index.d.ts +2 -0
- package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/style/placementArrow.d.ts +3 -0
- package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/style/roundedArrow.d.ts +3 -0
- package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/switch/index.d.ts +2 -0
- package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/switch/style/index.d.ts +1 -0
- package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/table/Column.d.ts +2 -0
- package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/table/ColumnGroup.d.ts +4 -0
- package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/table/InternalTable.d.ts +5 -0
- package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/table/Table.d.ts +5 -0
- package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/table/hooks/useSelection.d.ts +2 -0
- package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/table/index.d.ts +5 -0
- package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/table/interface.d.ts +10 -0
- package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/table/style/index.d.ts +1 -0
- package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/tabs/TabPane.d.ts +2 -0
- package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/tabs/index.d.ts +6 -0
- package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/tabs/style/index.d.ts +1 -0
- package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/tag/CheckableTag.d.ts +1 -0
- package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/tag/index.d.ts +5 -0
- package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/tag/style/index.d.ts +2 -0
- package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/theme/context.d.ts +3 -0
- package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/theme/index.d.ts +4 -0
- package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/theme/interface/alias.d.ts +1 -0
- package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/theme/interface/components.d.ts +65 -0
- package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/theme/interface/cssinjs-utils.d.ts +3 -0
- package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/theme/interface/index.d.ts +5 -0
- package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/theme/internal.d.ts +8 -0
- package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/theme/themes/default/index.d.ts +1 -0
- package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/theme/useToken.d.ts +3 -0
- package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/theme/util/genPresetColor.d.ts +2 -0
- package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/theme/util/genStyleUtils.d.ts +1 -0
- package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/theme/util/useResetIconStyle.d.ts +1 -0
- package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/time-picker/index.d.ts +6 -0
- package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/timeline/Timeline.d.ts +2 -0
- package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/timeline/TimelineItem.d.ts +2 -0
- package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/timeline/index.d.ts +2 -0
- package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/timeline/style/index.d.ts +1 -0
- package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/tooltip/PurePanel.d.ts +2 -0
- package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/tooltip/index.d.ts +8 -0
- package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/tooltip/style/index.d.ts +3 -0
- package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/tour/PurePanel.d.ts +2 -0
- package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/tour/index.d.ts +3 -0
- package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/tour/interface.d.ts +2 -0
- package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/tour/style/index.d.ts +3 -0
- package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/transfer/ListBody.d.ts +3 -0
- package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/transfer/index.d.ts +5 -0
- package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/transfer/list.d.ts +3 -0
- package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/transfer/operation.d.ts +2 -0
- package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/transfer/search.d.ts +1 -0
- package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/transfer/style/index.d.ts +1 -0
- package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/tree/DirectoryTree.d.ts +4 -0
- package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/tree/Tree.d.ts +3 -0
- package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/tree/index.d.ts +4 -0
- package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/tree/style/index.d.ts +2 -0
- package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/tree-select/index.d.ts +11 -0
- package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/tree-select/style/index.d.ts +2 -0
- package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/typography/Base/index.d.ts +4 -0
- package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/typography/Link.d.ts +2 -0
- package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/typography/Paragraph.d.ts +2 -0
- package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/typography/Text.d.ts +2 -0
- package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/typography/Title.d.ts +2 -0
- package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/typography/Typography.d.ts +2 -0
- package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/typography/index.d.ts +5 -0
- package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/typography/style/index.d.ts +1 -0
- package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/upload/Dragger.d.ts +3 -0
- package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/upload/Upload.d.ts +3 -0
- package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/upload/index.d.ts +3 -0
- package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/upload/interface.d.ts +3 -0
- package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/upload/style/index.d.ts +1 -0
- package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/watermark/index.d.ts +1 -0
- package/es/node_modules/.pnpm/call-bind-apply-helpers@1.0.2/node_modules/call-bind-apply-helpers/actualApply.js +1 -0
- package/es/node_modules/.pnpm/call-bind-apply-helpers@1.0.2/node_modules/call-bind-apply-helpers/functionApply.js +1 -0
- package/es/node_modules/.pnpm/call-bind-apply-helpers@1.0.2/node_modules/call-bind-apply-helpers/functionCall.js +1 -0
- package/es/node_modules/.pnpm/call-bind-apply-helpers@1.0.2/node_modules/call-bind-apply-helpers/index.js +1 -0
- package/es/node_modules/.pnpm/call-bind-apply-helpers@1.0.2/node_modules/call-bind-apply-helpers/reflectApply.js +1 -0
- package/es/node_modules/.pnpm/call-bound@1.0.4/node_modules/call-bound/index.js +1 -0
- package/es/node_modules/.pnpm/csstype@3.2.3/node_modules/csstype/index.d.ts +20330 -0
- package/es/node_modules/.pnpm/dunder-proto@1.0.1/node_modules/dunder-proto/get.js +1 -0
- package/es/node_modules/.pnpm/es-define-property@1.0.1/node_modules/es-define-property/index.js +1 -0
- package/es/node_modules/.pnpm/es-errors@1.3.0/node_modules/es-errors/eval.js +1 -0
- package/es/node_modules/.pnpm/es-errors@1.3.0/node_modules/es-errors/index.js +1 -0
- package/es/node_modules/.pnpm/es-errors@1.3.0/node_modules/es-errors/range.js +1 -0
- package/es/node_modules/.pnpm/es-errors@1.3.0/node_modules/es-errors/ref.js +1 -0
- package/es/node_modules/.pnpm/es-errors@1.3.0/node_modules/es-errors/syntax.js +1 -0
- package/es/node_modules/.pnpm/es-errors@1.3.0/node_modules/es-errors/type.js +1 -0
- package/es/node_modules/.pnpm/es-errors@1.3.0/node_modules/es-errors/uri.js +1 -0
- package/es/node_modules/.pnpm/es-object-atoms@1.1.1/node_modules/es-object-atoms/index.js +1 -0
- package/es/node_modules/.pnpm/function-bind@1.1.2/node_modules/function-bind/implementation.js +1 -0
- package/es/node_modules/.pnpm/function-bind@1.1.2/node_modules/function-bind/index.js +1 -0
- package/es/node_modules/.pnpm/get-intrinsic@1.3.0/node_modules/get-intrinsic/index.js +1 -0
- package/es/node_modules/.pnpm/get-proto@1.0.1/node_modules/get-proto/Object.getPrototypeOf.js +1 -0
- package/es/node_modules/.pnpm/get-proto@1.0.1/node_modules/get-proto/Reflect.getPrototypeOf.js +1 -0
- package/es/node_modules/.pnpm/get-proto@1.0.1/node_modules/get-proto/index.js +1 -0
- package/es/node_modules/.pnpm/gopd@1.2.0/node_modules/gopd/gOPD.js +1 -0
- package/es/node_modules/.pnpm/gopd@1.2.0/node_modules/gopd/index.js +1 -0
- package/es/node_modules/.pnpm/has-symbols@1.1.0/node_modules/has-symbols/index.js +1 -0
- package/es/node_modules/.pnpm/has-symbols@1.1.0/node_modules/has-symbols/shams.js +1 -0
- package/es/node_modules/.pnpm/hasown@2.0.2/node_modules/hasown/index.js +1 -0
- package/es/node_modules/.pnpm/math-intrinsics@1.1.0/node_modules/math-intrinsics/abs.js +1 -0
- package/es/node_modules/.pnpm/math-intrinsics@1.1.0/node_modules/math-intrinsics/floor.js +1 -0
- package/es/node_modules/.pnpm/math-intrinsics@1.1.0/node_modules/math-intrinsics/isNaN.js +1 -0
- package/es/node_modules/.pnpm/math-intrinsics@1.1.0/node_modules/math-intrinsics/max.js +1 -0
- package/es/node_modules/.pnpm/math-intrinsics@1.1.0/node_modules/math-intrinsics/min.js +1 -0
- package/es/node_modules/.pnpm/math-intrinsics@1.1.0/node_modules/math-intrinsics/pow.js +1 -0
- package/es/node_modules/.pnpm/math-intrinsics@1.1.0/node_modules/math-intrinsics/round.js +1 -0
- package/es/node_modules/.pnpm/math-intrinsics@1.1.0/node_modules/math-intrinsics/sign.js +1 -0
- package/es/node_modules/.pnpm/object-inspect@1.13.4/node_modules/object-inspect/index.js +4 -0
- package/es/node_modules/.pnpm/qs@6.14.0/node_modules/qs/lib/formats.js +1 -0
- package/es/node_modules/.pnpm/qs@6.14.0/node_modules/qs/lib/index.js +1 -0
- package/es/node_modules/.pnpm/qs@6.14.0/node_modules/qs/lib/parse.js +1 -0
- package/es/node_modules/.pnpm/qs@6.14.0/node_modules/qs/lib/stringify.js +1 -0
- package/es/node_modules/.pnpm/qs@6.14.0/node_modules/qs/lib/utils.js +1 -0
- package/es/node_modules/.pnpm/side-channel-list@1.0.0/node_modules/side-channel-list/index.js +1 -0
- package/es/node_modules/.pnpm/side-channel-map@1.0.1/node_modules/side-channel-map/index.js +1 -0
- package/es/node_modules/.pnpm/side-channel-weakmap@1.0.2/node_modules/side-channel-weakmap/index.js +1 -0
- package/es/node_modules/.pnpm/side-channel@1.1.0/node_modules/side-channel/index.js +1 -0
- package/es/notice/index.d.ts +30 -0
- package/es/notice/index.js +1 -0
- package/es/notice/style/index.d.ts +89 -0
- package/es/notice/style/index.js +1 -0
- package/es/notification/PurePanel.d.ts +29 -0
- package/es/notification/PurePanel.js +1 -0
- package/es/notification/index.d.ts +23 -0
- package/es/notification/index.js +1 -0
- package/es/notification/interface.d.ts +69 -0
- package/es/notification/interface.js +1 -0
- package/es/notification/style/index.d.ts +93 -0
- package/es/notification/style/index.js +1 -0
- package/es/notification/style/placement.d.ts +8 -0
- package/es/notification/style/placement.js +1 -0
- package/es/notification/style/pure-panel.d.ts +4 -0
- package/es/notification/style/pure-panel.js +1 -0
- package/es/notification/style/stack.d.ts +7 -0
- package/es/notification/style/stack.js +1 -0
- package/es/notification/useNotification.d.ts +9 -0
- package/es/notification/useNotification.js +1 -0
- package/es/notification/util.d.ts +7 -0
- package/es/notification/util.js +1 -0
- package/es/packages/ui/package.js +1 -0
- package/es/pagination/Pagination.d.ts +26 -0
- package/es/pagination/Pagination.js +1 -0
- package/es/pagination/index.d.ts +2 -0
- package/es/pagination/index.js +1 -0
- package/es/pagination/style/bordered.d.ts +4 -0
- package/es/pagination/style/bordered.js +1 -0
- package/es/pagination/style/index.d.ts +102 -0
- package/es/pagination/style/index.js +16 -0
- package/es/pagination/useShowSizeChanger.d.ts +6 -0
- package/es/pagination/useShowSizeChanger.js +1 -0
- package/es/popconfirm/PurePanel.d.ts +22 -0
- package/es/popconfirm/PurePanel.js +1 -0
- package/es/popconfirm/index.d.ts +32 -0
- package/es/popconfirm/index.js +1 -0
- package/es/popconfirm/style/index.d.ts +19 -0
- package/es/popconfirm/style/index.js +1 -0
- package/es/popover/PurePanel.d.ts +19 -0
- package/es/popover/PurePanel.js +1 -0
- package/es/popover/index.d.ts +17 -0
- package/es/popover/index.js +1 -0
- package/es/popover/style/index.d.ts +49 -0
- package/es/popover/style/index.js +1 -0
- package/es/progress/Circle.d.ts +12 -0
- package/es/progress/Circle.js +1 -0
- package/es/progress/Line.d.ts +39 -0
- package/es/progress/Line.js +1 -0
- package/es/progress/Steps.d.ts +11 -0
- package/es/progress/Steps.js +1 -0
- package/es/progress/index.d.ts +2 -0
- package/es/progress/index.js +1 -0
- package/es/progress/progress.d.ts +60 -0
- package/es/progress/progress.js +1 -0
- package/es/progress/style/index.d.ts +41 -0
- package/es/progress/style/index.js +1 -0
- package/es/progress/utils.d.ts +12 -0
- package/es/progress/utils.js +1 -0
- package/es/qr-code/QrcodeStatus.d.ts +13 -0
- package/es/qr-code/QrcodeStatus.js +1 -0
- package/es/qr-code/index.d.ts +6 -0
- package/es/qr-code/index.js +1 -0
- package/es/qr-code/interface.d.ts +31 -0
- package/es/qr-code/interface.js +0 -0
- package/es/qr-code/style/index.d.ts +8 -0
- package/es/qr-code/style/index.js +1 -0
- package/es/qrcode/index.d.ts +2 -0
- package/es/qrcode/index.js +1 -0
- package/es/qrcode/interface.d.ts +2 -0
- package/es/qrcode/interface.js +0 -0
- package/es/qrcode/style/index.d.ts +2 -0
- package/es/qrcode/style/index.js +1 -0
- package/es/question/index.d.ts +30 -0
- package/es/question/index.js +1 -0
- package/es/question/style/index.d.ts +24 -0
- package/es/question/style/index.js +1 -0
- package/es/radio/context.d.ts +9 -0
- package/es/radio/context.js +1 -0
- package/es/radio/group.d.ts +6 -0
- package/es/radio/group.js +1 -0
- package/es/radio/index.d.ts +12 -0
- package/es/radio/index.js +1 -0
- package/es/radio/interface.d.ts +45 -0
- package/es/radio/interface.js +0 -0
- package/es/radio/radio.d.ts +6 -0
- package/es/radio/radio.js +1 -0
- package/es/radio/radioButton.d.ts +8 -0
- package/es/radio/radioButton.js +1 -0
- package/es/radio/style/index.d.ts +79 -0
- package/es/radio/style/index.js +2 -0
- package/es/rate/index.d.ts +10 -0
- package/es/rate/index.js +1 -0
- package/es/rate/style/index.d.ts +30 -0
- package/es/rate/style/index.js +1 -0
- package/es/result/index.d.ts +35 -0
- package/es/result/index.js +1 -0
- package/es/result/noFound.d.ts +5 -0
- package/es/result/noFound.js +1 -0
- package/es/result/serverError.d.ts +5 -0
- package/es/result/serverError.js +1 -0
- package/es/result/style/index.d.ts +30 -0
- package/es/result/style/index.js +1 -0
- package/es/result/unauthorized.d.ts +5 -0
- package/es/result/unauthorized.js +1 -0
- package/es/row/index.d.ts +3 -0
- package/es/row/index.js +1 -0
- package/es/row/style/index.d.ts +4 -0
- package/es/row/style/index.js +1 -0
- package/es/search-area/index.d.ts +7 -0
- package/es/search-area/index.js +1 -0
- package/es/search-area/style/index.d.ts +4 -0
- package/es/search-area/style/index.js +1 -0
- package/es/segmented/index.d.ts +27 -0
- package/es/segmented/index.js +1 -0
- package/es/segmented/style/index.d.ts +49 -0
- package/es/segmented/style/index.js +1 -0
- package/es/select/index.d.ts +61 -0
- package/es/select/index.js +1 -0
- package/es/select/mergedBuiltinPlacements.d.ts +6 -0
- package/es/select/mergedBuiltinPlacements.js +1 -0
- package/es/select/style/dropdown.d.ts +7 -0
- package/es/select/style/dropdown.js +12 -0
- package/es/select/style/index.d.ts +5 -0
- package/es/select/style/index.js +1 -0
- package/es/select/style/multiple.d.ts +34 -0
- package/es/select/style/multiple.js +6 -0
- package/es/select/style/single.d.ts +5 -0
- package/es/select/style/single.js +11 -0
- package/es/select/style/token.d.ts +141 -0
- package/es/select/style/token.js +1 -0
- package/es/select/style/variants.d.ts +6 -0
- package/es/select/style/variants.js +1 -0
- package/es/select/useIcons.d.ts +27 -0
- package/es/select/useIcons.js +1 -0
- package/es/select/useShortcut.d.ts +17 -0
- package/es/select/useShortcut.js +1 -0
- package/es/select/useShowArrow.d.ts +10 -0
- package/es/select/useShowArrow.js +1 -0
- package/es/select-auto-fetch/index.d.ts +22 -0
- package/es/select-auto-fetch/index.js +1 -0
- package/es/skeleton/Avatar.d.ts +9 -0
- package/es/skeleton/Avatar.js +1 -0
- package/es/skeleton/Button.d.ts +10 -0
- package/es/skeleton/Button.js +1 -0
- package/es/skeleton/Element.d.ts +14 -0
- package/es/skeleton/Element.js +1 -0
- package/es/skeleton/Image.d.ts +7 -0
- package/es/skeleton/Image.js +1 -0
- package/es/skeleton/Input.d.ts +10 -0
- package/es/skeleton/Input.js +1 -0
- package/es/skeleton/Node.d.ts +10 -0
- package/es/skeleton/Node.js +1 -0
- package/es/skeleton/Paragraph.d.ts +13 -0
- package/es/skeleton/Paragraph.js +1 -0
- package/es/skeleton/Skeleton.d.ts +33 -0
- package/es/skeleton/Skeleton.js +1 -0
- package/es/skeleton/Title.d.ts +11 -0
- package/es/skeleton/Title.js +1 -0
- package/es/skeleton/index.d.ts +2 -0
- package/es/skeleton/index.js +1 -0
- package/es/skeleton/style/index.d.ts +43 -0
- package/es/skeleton/style/index.js +8 -0
- package/es/slider/Context.d.ts +12 -0
- package/es/slider/Context.js +1 -0
- package/es/slider/SliderTooltip.d.ts +10 -0
- package/es/slider/SliderTooltip.js +1 -0
- package/es/slider/index.d.ts +99 -0
- package/es/slider/index.js +1 -0
- package/es/slider/style/index.d.ts +100 -0
- package/es/slider/style/index.js +13 -0
- package/es/slider/useRafLock.d.ts +3 -0
- package/es/slider/useRafLock.js +1 -0
- package/es/space/Compact.d.ts +28 -0
- package/es/space/Compact.js +1 -0
- package/es/space/Item.d.ts +12 -0
- package/es/space/Item.js +1 -0
- package/es/space/context.d.ts +8 -0
- package/es/space/context.js +1 -0
- package/es/space/index.d.ts +30 -0
- package/es/space/index.js +1 -0
- package/es/space/style/compact.d.ts +10 -0
- package/es/space/style/compact.js +1 -0
- package/es/space/style/index.d.ts +9 -0
- package/es/space/style/index.js +1 -0
- package/es/spin/Indicator/Looper.d.ts +8 -0
- package/es/spin/Indicator/Looper.js +1 -0
- package/es/spin/Indicator/Progress.d.ts +9 -0
- package/es/spin/Indicator/Progress.js +1 -0
- package/es/spin/Indicator/index.d.ts +9 -0
- package/es/spin/Indicator/index.js +1 -0
- package/es/spin/index.d.ts +38 -0
- package/es/spin/index.js +1 -0
- package/es/spin/style/index.d.ts +29 -0
- package/es/spin/style/index.js +1 -0
- package/es/spin/usePercent.d.ts +3 -0
- package/es/spin/usePercent.js +1 -0
- package/es/splitter/Panel.d.ts +9 -0
- package/es/splitter/Panel.js +1 -0
- package/es/splitter/SplitBar.d.ts +21 -0
- package/es/splitter/SplitBar.js +1 -0
- package/es/splitter/Splitter.d.ts +6 -0
- package/es/splitter/Splitter.js +1 -0
- package/es/splitter/hooks/useItems.d.ts +14 -0
- package/es/splitter/hooks/useItems.js +1 -0
- package/es/splitter/hooks/useResizable.d.ts +9 -0
- package/es/splitter/hooks/useResizable.js +1 -0
- package/es/splitter/hooks/useResize.d.ts +8 -0
- package/es/splitter/hooks/useResize.js +1 -0
- package/es/splitter/hooks/useSizes.d.ts +10 -0
- package/es/splitter/hooks/useSizes.js +1 -0
- package/es/splitter/index.d.ts +10 -0
- package/es/splitter/index.js +1 -0
- package/es/splitter/interface.d.ts +66 -0
- package/es/splitter/interface.js +0 -0
- package/es/splitter/style/index.d.ts +30 -0
- package/es/splitter/style/index.js +1 -0
- package/es/statistic/Countdown.d.ts +12 -0
- package/es/statistic/Countdown.js +1 -0
- package/es/statistic/Number.d.ts +10 -0
- package/es/statistic/Number.js +1 -0
- package/es/statistic/Statistic.d.ts +23 -0
- package/es/statistic/Statistic.js +1 -0
- package/es/statistic/index.d.ts +10 -0
- package/es/statistic/index.js +1 -0
- package/es/statistic/interface.d.ts +1 -0
- package/es/statistic/interface.js +0 -0
- package/es/statistic/style/index.d.ts +19 -0
- package/es/statistic/style/index.js +1 -0
- package/es/statistic/utils.d.ts +17 -0
- package/es/statistic/utils.js +1 -0
- package/es/steps/index.d.ts +41 -0
- package/es/steps/index.js +1 -0
- package/es/steps/style/custom-icon.d.ts +8 -0
- package/es/steps/style/custom-icon.js +1 -0
- package/es/steps/style/horizontal.d.ts +8 -0
- package/es/steps/style/horizontal.js +1 -0
- package/es/steps/style/index.d.ts +105 -0
- package/es/steps/style/index.js +1 -0
- package/es/steps/style/inline.d.ts +8 -0
- package/es/steps/style/inline.js +1 -0
- package/es/steps/style/label-placement.d.ts +8 -0
- package/es/steps/style/label-placement.js +1 -0
- package/es/steps/style/nav.d.ts +8 -0
- package/es/steps/style/nav.js +1 -0
- package/es/steps/style/progress-dot.d.ts +8 -0
- package/es/steps/style/progress-dot.js +1 -0
- package/es/steps/style/progress.d.ts +8 -0
- package/es/steps/style/progress.js +1 -0
- package/es/steps/style/rtl.d.ts +8 -0
- package/es/steps/style/rtl.js +1 -0
- package/es/steps/style/small.d.ts +8 -0
- package/es/steps/style/small.js +1 -0
- package/es/steps/style/vertical.d.ts +8 -0
- package/es/steps/style/vertical.js +1 -0
- package/es/steps/useLegacyItems.d.ts +5 -0
- package/es/steps/useLegacyItems.js +1 -0
- package/es/style/compact-item-vertical.d.ts +6 -0
- package/es/style/compact-item-vertical.js +1 -0
- package/es/style/compact-item.d.ts +19 -0
- package/es/style/compact-item.js +1 -0
- package/es/style/index.d.ts +15 -0
- package/es/style/index.js +1 -0
- package/es/style/motion/collapse.d.ts +7 -0
- package/es/style/motion/collapse.js +3 -0
- package/es/style/motion/fade.d.ts +8 -0
- package/es/style/motion/fade.js +4 -0
- package/es/style/motion/index.d.ts +6 -0
- package/es/style/motion/index.js +1 -0
- package/es/style/motion/motion.d.ts +4 -0
- package/es/style/motion/motion.js +7 -0
- package/es/style/motion/move.d.ts +15 -0
- package/es/style/motion/move.js +4 -0
- package/es/style/motion/slide.d.ts +15 -0
- package/es/style/motion/slide.js +4 -0
- package/es/style/motion/zoom.d.ts +19 -0
- package/es/style/motion/zoom.js +4 -0
- package/es/style/placementArrow.d.ts +21 -0
- package/es/style/placementArrow.js +1 -0
- package/es/style/roundedArrow.d.ts +9 -0
- package/es/style/roundedArrow.js +1 -0
- package/es/switch/index.d.ts +38 -0
- package/es/switch/index.js +1 -0
- package/es/switch/style/index.d.ts +74 -0
- package/es/switch/style/index.js +1 -0
- package/es/table/Column.d.ts +10 -0
- package/es/table/Column.js +1 -0
- package/es/table/ColumnGroup.d.ts +12 -0
- package/es/table/ColumnGroup.js +1 -0
- package/es/table/ExpandIcon.d.ts +14 -0
- package/es/table/ExpandIcon.js +1 -0
- package/es/table/InternalTable.d.ts +33 -0
- package/es/table/InternalTable.js +1 -0
- package/es/table/RcTable/VirtualTable.d.ts +7 -0
- package/es/table/RcTable/VirtualTable.js +1 -0
- package/es/table/RcTable/index.d.ts +7 -0
- package/es/table/RcTable/index.js +1 -0
- package/es/table/Table.d.ts +19 -0
- package/es/table/Table.js +1 -0
- package/es/table/hooks/useContainerWidth.d.ts +3 -0
- package/es/table/hooks/useContainerWidth.js +1 -0
- package/es/table/hooks/useFilter/FilterDropdown.d.ts +33 -0
- package/es/table/hooks/useFilter/FilterDropdown.js +1 -0
- package/es/table/hooks/useFilter/FilterSearch.d.ts +14 -0
- package/es/table/hooks/useFilter/FilterSearch.js +1 -0
- package/es/table/hooks/useFilter/FilterWrapper.d.ts +10 -0
- package/es/table/hooks/useFilter/FilterWrapper.js +1 -0
- package/es/table/hooks/useFilter/index.d.ts +23 -0
- package/es/table/hooks/useFilter/index.js +1 -0
- package/es/table/hooks/useLazyKVMap.d.ts +6 -0
- package/es/table/hooks/useLazyKVMap.js +1 -0
- package/es/table/hooks/usePagination.d.ts +7 -0
- package/es/table/hooks/usePagination.js +1 -0
- package/es/table/hooks/useSelection.d.ts +22 -0
- package/es/table/hooks/useSelection.js +1 -0
- package/es/table/hooks/useSorter.d.ts +21 -0
- package/es/table/hooks/useSorter.js +1 -0
- package/es/table/hooks/useTitleColumns.d.ts +6 -0
- package/es/table/hooks/useTitleColumns.js +1 -0
- package/es/table/index.d.ts +6 -0
- package/es/table/index.js +1 -0
- package/es/table/interface.d.ts +198 -0
- package/es/table/interface.js +1 -0
- package/es/table/style/bordered.d.ts +8 -0
- package/es/table/style/bordered.js +10 -0
- package/es/table/style/ellipsis.d.ts +8 -0
- package/es/table/style/ellipsis.js +4 -0
- package/es/table/style/empty.d.ts +8 -0
- package/es/table/style/empty.js +1 -0
- package/es/table/style/expand.d.ts +8 -0
- package/es/table/style/expand.js +1 -0
- package/es/table/style/filter.d.ts +7 -0
- package/es/table/style/filter.js +1 -0
- package/es/table/style/fixed.d.ts +8 -0
- package/es/table/style/fixed.js +21 -0
- package/es/table/style/index.d.ts +205 -0
- package/es/table/style/index.js +12 -0
- package/es/table/style/pagination.d.ts +8 -0
- package/es/table/style/pagination.js +1 -0
- package/es/table/style/radius.d.ts +8 -0
- package/es/table/style/radius.js +1 -0
- package/es/table/style/rtl.d.ts +8 -0
- package/es/table/style/rtl.js +1 -0
- package/es/table/style/selection.d.ts +8 -0
- package/es/table/style/selection.js +5 -0
- package/es/table/style/size.d.ts +8 -0
- package/es/table/style/size.js +10 -0
- package/es/table/style/sorter.d.ts +8 -0
- package/es/table/style/sorter.js +4 -0
- package/es/table/style/sticky.d.ts +8 -0
- package/es/table/style/sticky.js +1 -0
- package/es/table/style/summary.d.ts +8 -0
- package/es/table/style/summary.js +1 -0
- package/es/table/style/virtual.d.ts +8 -0
- package/es/table/style/virtual.js +4 -0
- package/es/table/util.d.ts +15 -0
- package/es/table/util.js +1 -0
- package/es/tabs/TabPane.d.ts +6 -0
- package/es/tabs/TabPane.js +1 -0
- package/es/tabs/hooks/useAnimateConfig.d.ts +5 -0
- package/es/tabs/hooks/useAnimateConfig.js +1 -0
- package/es/tabs/hooks/useLegacyItems.d.ts +6 -0
- package/es/tabs/hooks/useLegacyItems.js +1 -0
- package/es/tabs/index.d.ts +29 -0
- package/es/tabs/index.js +1 -0
- package/es/tabs/style/index.d.ts +139 -0
- package/es/tabs/style/index.js +3 -0
- package/es/tabs/style/motion.d.ts +7 -0
- package/es/tabs/style/motion.js +1 -0
- package/es/tag/CheckableTag.d.ts +19 -0
- package/es/tag/CheckableTag.js +1 -0
- package/es/tag/index.d.ts +28 -0
- package/es/tag/index.js +1 -0
- package/es/tag/style/index.d.ts +28 -0
- package/es/tag/style/index.js +1 -0
- package/es/tag/style/presetCmp.d.ts +4 -0
- package/es/tag/style/presetCmp.js +1 -0
- package/es/tag/style/statusCmp.d.ts +4 -0
- package/es/tag/style/statusCmp.js +1 -0
- package/es/theme/context.d.ts +35 -0
- package/es/theme/context.js +1 -0
- package/es/theme/getDesignToken.d.ts +7 -0
- package/es/theme/getDesignToken.js +1 -0
- package/es/theme/index.d.ts +43 -0
- package/es/theme/index.js +1 -0
- package/es/theme/interface/alias.d.ts +547 -0
- package/es/theme/interface/alias.js +0 -0
- package/es/theme/interface/components.d.ts +151 -0
- package/es/theme/interface/components.js +0 -0
- package/es/theme/interface/cssinjs-utils.d.ts +12 -0
- package/es/theme/interface/cssinjs-utils.js +0 -0
- package/es/theme/interface/index.d.ts +18 -0
- package/es/theme/interface/index.js +1 -0
- package/es/theme/interface/maps/colors.d.ts +531 -0
- package/es/theme/interface/maps/colors.js +0 -0
- package/es/theme/interface/maps/font.d.ts +119 -0
- package/es/theme/interface/maps/font.js +0 -0
- package/es/theme/interface/maps/index.d.ts +27 -0
- package/es/theme/interface/maps/index.js +0 -0
- package/es/theme/interface/maps/size.d.ts +71 -0
- package/es/theme/interface/maps/size.js +0 -0
- package/es/theme/interface/maps/style.d.ts +44 -0
- package/es/theme/interface/maps/style.js +0 -0
- package/es/theme/interface/presetColors.d.ts +8 -0
- package/es/theme/interface/presetColors.js +1 -0
- package/es/theme/interface/seeds.d.ts +227 -0
- package/es/theme/interface/seeds.js +0 -0
- package/es/theme/internal.d.ts +14 -0
- package/es/theme/internal.js +1 -0
- package/es/theme/themes/ColorMap.d.ts +18 -0
- package/es/theme/themes/ColorMap.js +0 -0
- package/es/theme/themes/compact/genCompactSizeMapToken.d.ts +6 -0
- package/es/theme/themes/compact/genCompactSizeMapToken.js +1 -0
- package/es/theme/themes/compact/index.d.ts +8 -0
- package/es/theme/themes/compact/index.js +1 -0
- package/es/theme/themes/dark/colorAlgorithm.d.ts +4 -0
- package/es/theme/themes/dark/colorAlgorithm.js +1 -0
- package/es/theme/themes/dark/colors.d.ts +5 -0
- package/es/theme/themes/dark/colors.js +1 -0
- package/es/theme/themes/dark/index.d.ts +8 -0
- package/es/theme/themes/dark/index.js +1 -0
- package/es/theme/themes/default/colorAlgorithm.d.ts +4 -0
- package/es/theme/themes/default/colorAlgorithm.js +1 -0
- package/es/theme/themes/default/colors.d.ts +5 -0
- package/es/theme/themes/default/colors.js +1 -0
- package/es/theme/themes/default/index.d.ts +6 -0
- package/es/theme/themes/default/index.js +1 -0
- package/es/theme/themes/seed.d.ts +8 -0
- package/es/theme/themes/seed.js +3 -0
- package/es/theme/themes/shared/genColorMapToken.d.ts +11 -0
- package/es/theme/themes/shared/genColorMapToken.js +1 -0
- package/es/theme/themes/shared/genCommonMapToken.d.ts +6 -0
- package/es/theme/themes/shared/genCommonMapToken.js +1 -0
- package/es/theme/themes/shared/genControlHeight.d.ts +7 -0
- package/es/theme/themes/shared/genControlHeight.js +1 -0
- package/es/theme/themes/shared/genFontMapToken.d.ts +6 -0
- package/es/theme/themes/shared/genFontMapToken.js +1 -0
- package/es/theme/themes/shared/genFontSizes.d.ts +7 -0
- package/es/theme/themes/shared/genFontSizes.js +1 -0
- package/es/theme/themes/shared/genRadius.d.ts +6 -0
- package/es/theme/themes/shared/genRadius.js +1 -0
- package/es/theme/themes/shared/genSizeMapToken.d.ts +6 -0
- package/es/theme/themes/shared/genSizeMapToken.js +1 -0
- package/es/theme/useToken.d.ts +14 -0
- package/es/theme/useToken.js +1 -0
- package/es/theme/util/alias.d.ts +16 -0
- package/es/theme/util/alias.js +33 -0
- package/es/theme/util/genPresetColor.d.ts +18 -0
- package/es/theme/util/genPresetColor.js +1 -0
- package/es/theme/util/genStyleUtils.d.ts +30 -0
- package/es/theme/util/genStyleUtils.js +1 -0
- package/es/theme/util/getAlphaColor.d.ts +4 -0
- package/es/theme/util/getAlphaColor.js +1 -0
- package/es/theme/util/useResetIconStyle.d.ts +6 -0
- package/es/theme/util/useResetIconStyle.js +1 -0
- package/es/time-out/index.d.ts +20 -0
- package/es/time-out/index.js +1 -0
- package/es/time-out/style/index.d.ts +34 -0
- package/es/time-out/style/index.js +1 -0
- package/es/time-out/style/style.d.ts +3 -0
- package/es/time-out/style/style.js +104 -0
- package/es/time-picker/index.d.ts +32 -0
- package/es/time-picker/index.js +1 -0
- package/es/time-picker/locale/ar_EG.d.ts +5 -0
- package/es/time-picker/locale/ar_EG.js +1 -0
- package/es/time-picker/locale/az_AZ.d.ts +5 -0
- package/es/time-picker/locale/az_AZ.js +1 -0
- package/es/time-picker/locale/bg_BG.d.ts +5 -0
- package/es/time-picker/locale/bg_BG.js +1 -0
- package/es/time-picker/locale/bn_BD.d.ts +5 -0
- package/es/time-picker/locale/bn_BD.js +1 -0
- package/es/time-picker/locale/by_BY.d.ts +5 -0
- package/es/time-picker/locale/by_BY.js +1 -0
- package/es/time-picker/locale/ca_ES.d.ts +5 -0
- package/es/time-picker/locale/ca_ES.js +1 -0
- package/es/time-picker/locale/cs_CZ.d.ts +5 -0
- package/es/time-picker/locale/cs_CZ.js +1 -0
- package/es/time-picker/locale/da_DK.d.ts +5 -0
- package/es/time-picker/locale/da_DK.js +1 -0
- package/es/time-picker/locale/de_DE.d.ts +5 -0
- package/es/time-picker/locale/de_DE.js +1 -0
- package/es/time-picker/locale/el_GR.d.ts +5 -0
- package/es/time-picker/locale/el_GR.js +1 -0
- package/es/time-picker/locale/en_GB.d.ts +5 -0
- package/es/time-picker/locale/en_GB.js +1 -0
- package/es/time-picker/locale/en_US.d.ts +5 -0
- package/es/time-picker/locale/en_US.js +1 -0
- package/es/time-picker/locale/es_ES.d.ts +5 -0
- package/es/time-picker/locale/es_ES.js +1 -0
- package/es/time-picker/locale/et_EE.d.ts +5 -0
- package/es/time-picker/locale/et_EE.js +1 -0
- package/es/time-picker/locale/eu_ES.d.ts +5 -0
- package/es/time-picker/locale/eu_ES.js +1 -0
- package/es/time-picker/locale/fa_IR.d.ts +5 -0
- package/es/time-picker/locale/fa_IR.js +1 -0
- package/es/time-picker/locale/fi_FI.d.ts +5 -0
- package/es/time-picker/locale/fi_FI.js +1 -0
- package/es/time-picker/locale/fr_BE.d.ts +5 -0
- package/es/time-picker/locale/fr_BE.js +1 -0
- package/es/time-picker/locale/fr_CA.d.ts +5 -0
- package/es/time-picker/locale/fr_CA.js +1 -0
- package/es/time-picker/locale/fr_FR.d.ts +5 -0
- package/es/time-picker/locale/fr_FR.js +1 -0
- package/es/time-picker/locale/ga_IE.d.ts +5 -0
- package/es/time-picker/locale/ga_IE.js +1 -0
- package/es/time-picker/locale/gl_ES.d.ts +5 -0
- package/es/time-picker/locale/gl_ES.js +1 -0
- package/es/time-picker/locale/he_IL.d.ts +5 -0
- package/es/time-picker/locale/he_IL.js +1 -0
- package/es/time-picker/locale/hi_IN.d.ts +5 -0
- package/es/time-picker/locale/hi_IN.js +1 -0
- package/es/time-picker/locale/hr_HR.d.ts +5 -0
- package/es/time-picker/locale/hr_HR.js +1 -0
- package/es/time-picker/locale/hu_HU.d.ts +5 -0
- package/es/time-picker/locale/hu_HU.js +1 -0
- package/es/time-picker/locale/id_ID.d.ts +5 -0
- package/es/time-picker/locale/id_ID.js +1 -0
- package/es/time-picker/locale/is_IS.d.ts +5 -0
- package/es/time-picker/locale/is_IS.js +1 -0
- package/es/time-picker/locale/it_IT.d.ts +5 -0
- package/es/time-picker/locale/it_IT.js +1 -0
- package/es/time-picker/locale/ja_JP.d.ts +5 -0
- package/es/time-picker/locale/ja_JP.js +1 -0
- package/es/time-picker/locale/ka_GE.d.ts +5 -0
- package/es/time-picker/locale/ka_GE.js +1 -0
- package/es/time-picker/locale/kk_KZ.d.ts +5 -0
- package/es/time-picker/locale/kk_KZ.js +1 -0
- package/es/time-picker/locale/km_KH.d.ts +5 -0
- package/es/time-picker/locale/km_KH.js +1 -0
- package/es/time-picker/locale/kmr_IQ.d.ts +5 -0
- package/es/time-picker/locale/kmr_IQ.js +1 -0
- package/es/time-picker/locale/kn_IN.d.ts +5 -0
- package/es/time-picker/locale/kn_IN.js +1 -0
- package/es/time-picker/locale/ko_KR.d.ts +5 -0
- package/es/time-picker/locale/ko_KR.js +1 -0
- package/es/time-picker/locale/lt_LT.d.ts +5 -0
- package/es/time-picker/locale/lt_LT.js +1 -0
- package/es/time-picker/locale/lv_LV.d.ts +5 -0
- package/es/time-picker/locale/lv_LV.js +1 -0
- package/es/time-picker/locale/mk_MK.d.ts +5 -0
- package/es/time-picker/locale/mk_MK.js +1 -0
- package/es/time-picker/locale/ml_IN.d.ts +5 -0
- package/es/time-picker/locale/ml_IN.js +1 -0
- package/es/time-picker/locale/mn_MN.d.ts +5 -0
- package/es/time-picker/locale/mn_MN.js +1 -0
- package/es/time-picker/locale/ms_MY.d.ts +5 -0
- package/es/time-picker/locale/ms_MY.js +1 -0
- package/es/time-picker/locale/my_MM.d.ts +5 -0
- package/es/time-picker/locale/my_MM.js +1 -0
- package/es/time-picker/locale/nb_NO.d.ts +5 -0
- package/es/time-picker/locale/nb_NO.js +1 -0
- package/es/time-picker/locale/nl_BE.d.ts +5 -0
- package/es/time-picker/locale/nl_BE.js +1 -0
- package/es/time-picker/locale/nl_NL.d.ts +5 -0
- package/es/time-picker/locale/nl_NL.js +1 -0
- package/es/time-picker/locale/pl_PL.d.ts +5 -0
- package/es/time-picker/locale/pl_PL.js +1 -0
- package/es/time-picker/locale/pt_BR.d.ts +5 -0
- package/es/time-picker/locale/pt_BR.js +1 -0
- package/es/time-picker/locale/pt_PT.d.ts +5 -0
- package/es/time-picker/locale/pt_PT.js +1 -0
- package/es/time-picker/locale/ro_RO.d.ts +5 -0
- package/es/time-picker/locale/ro_RO.js +1 -0
- package/es/time-picker/locale/ru_RU.d.ts +5 -0
- package/es/time-picker/locale/ru_RU.js +1 -0
- package/es/time-picker/locale/si_LK.d.ts +5 -0
- package/es/time-picker/locale/si_LK.js +1 -0
- package/es/time-picker/locale/sk_SK.d.ts +5 -0
- package/es/time-picker/locale/sk_SK.js +1 -0
- package/es/time-picker/locale/sl_SI.d.ts +5 -0
- package/es/time-picker/locale/sl_SI.js +1 -0
- package/es/time-picker/locale/sr_RS.d.ts +5 -0
- package/es/time-picker/locale/sr_RS.js +1 -0
- package/es/time-picker/locale/sv_SE.d.ts +5 -0
- package/es/time-picker/locale/sv_SE.js +1 -0
- package/es/time-picker/locale/ta_IN.d.ts +5 -0
- package/es/time-picker/locale/ta_IN.js +1 -0
- package/es/time-picker/locale/th_TH.d.ts +5 -0
- package/es/time-picker/locale/th_TH.js +1 -0
- package/es/time-picker/locale/tk_TK.d.ts +5 -0
- package/es/time-picker/locale/tk_TK.js +1 -0
- package/es/time-picker/locale/tr_TR.d.ts +5 -0
- package/es/time-picker/locale/tr_TR.js +1 -0
- package/es/time-picker/locale/uk_UA.d.ts +5 -0
- package/es/time-picker/locale/uk_UA.js +1 -0
- package/es/time-picker/locale/ur_PK.d.ts +5 -0
- package/es/time-picker/locale/ur_PK.js +1 -0
- package/es/time-picker/locale/uz_UZ.d.ts +5 -0
- package/es/time-picker/locale/uz_UZ.js +1 -0
- package/es/time-picker/locale/vi_VN.d.ts +5 -0
- package/es/time-picker/locale/vi_VN.js +1 -0
- package/es/time-picker/locale/zh_CN.d.ts +5 -0
- package/es/time-picker/locale/zh_CN.js +1 -0
- package/es/time-picker/locale/zh_TW.d.ts +5 -0
- package/es/time-picker/locale/zh_TW.js +1 -0
- package/es/timeline/Timeline.d.ts +22 -0
- package/es/timeline/Timeline.js +1 -0
- package/es/timeline/TimelineItem.d.ts +22 -0
- package/es/timeline/TimelineItem.js +1 -0
- package/es/timeline/TimelineItemList.d.ts +9 -0
- package/es/timeline/TimelineItemList.js +1 -0
- package/es/timeline/index.d.ts +3 -0
- package/es/timeline/index.js +1 -0
- package/es/timeline/style/index.d.ts +34 -0
- package/es/timeline/style/index.js +9 -0
- package/es/timeline/useItems.d.ts +6 -0
- package/es/timeline/useItems.js +1 -0
- package/es/tooltip/PurePanel.d.ts +8 -0
- package/es/tooltip/PurePanel.js +1 -0
- package/es/tooltip/index.d.ts +81 -0
- package/es/tooltip/index.js +1 -0
- package/es/tooltip/style/index.d.ts +16 -0
- package/es/tooltip/style/index.js +1 -0
- package/es/tooltip/util.d.ts +8 -0
- package/es/tooltip/util.js +1 -0
- package/es/tour/PurePanel.d.ts +7 -0
- package/es/tour/PurePanel.js +1 -0
- package/es/tour/index.d.ts +9 -0
- package/es/tour/index.js +1 -0
- package/es/tour/interface.d.ts +33 -0
- package/es/tour/interface.js +0 -0
- package/es/tour/panelRender.d.ts +14 -0
- package/es/tour/panelRender.js +1 -0
- package/es/tour/style/index.d.ts +31 -0
- package/es/tour/style/index.js +1 -0
- package/es/transfer/ListBody.d.ts +19 -0
- package/es/transfer/ListBody.js +1 -0
- package/es/transfer/ListItem.d.ts +17 -0
- package/es/transfer/ListItem.js +1 -0
- package/es/transfer/hooks/useData.d.ts +7 -0
- package/es/transfer/hooks/useData.js +1 -0
- package/es/transfer/hooks/useSelection.d.ts +6 -0
- package/es/transfer/hooks/useSelection.js +1 -0
- package/es/transfer/index.d.ts +91 -0
- package/es/transfer/index.js +1 -0
- package/es/transfer/interface.d.ts +9 -0
- package/es/transfer/interface.js +0 -0
- package/es/transfer/list.d.ts +49 -0
- package/es/transfer/list.js +1 -0
- package/es/transfer/operation.d.ts +20 -0
- package/es/transfer/operation.js +1 -0
- package/es/transfer/search.d.ts +13 -0
- package/es/transfer/search.js +1 -0
- package/es/transfer/style/index.d.ts +39 -0
- package/es/transfer/style/index.js +1 -0
- package/es/tree/DirectoryTree.d.ts +17 -0
- package/es/tree/DirectoryTree.js +1 -0
- package/es/tree/Tree.d.ts +135 -0
- package/es/tree/Tree.js +1 -0
- package/es/tree/index.d.ts +12 -0
- package/es/tree/index.js +1 -0
- package/es/tree/style/directory.d.ts +5 -0
- package/es/tree/style/directory.js +1 -0
- package/es/tree/style/index.d.ts +61 -0
- package/es/tree/style/index.js +1 -0
- package/es/tree/utils/dictUtil.d.ts +14 -0
- package/es/tree/utils/dictUtil.js +1 -0
- package/es/tree/utils/dropIndicator.d.ts +14 -0
- package/es/tree/utils/dropIndicator.js +1 -0
- package/es/tree/utils/iconUtil.d.ts +15 -0
- package/es/tree/utils/iconUtil.js +1 -0
- package/es/tree-select/index.d.ts +63 -0
- package/es/tree-select/index.js +1 -0
- package/es/tree-select/style/index.d.ts +8 -0
- package/es/tree-select/style/index.js +1 -0
- package/es/type/index.d.ts +140 -0
- package/es/type/index.js +1 -0
- package/es/typography/Base/CopyBtn.d.ts +15 -0
- package/es/typography/Base/CopyBtn.js +1 -0
- package/es/typography/Base/Ellipsis.d.ts +20 -0
- package/es/typography/Base/Ellipsis.js +1 -0
- package/es/typography/Base/EllipsisTooltip.d.ts +12 -0
- package/es/typography/Base/EllipsisTooltip.js +1 -0
- package/es/typography/Base/index.d.ts +61 -0
- package/es/typography/Base/index.js +1 -0
- package/es/typography/Base/util.d.ts +12 -0
- package/es/typography/Base/util.js +1 -0
- package/es/typography/Editable.d.ts +23 -0
- package/es/typography/Editable.js +1 -0
- package/es/typography/Link.d.ts +9 -0
- package/es/typography/Link.js +1 -0
- package/es/typography/Paragraph.d.ts +7 -0
- package/es/typography/Paragraph.js +1 -0
- package/es/typography/Text.d.ts +9 -0
- package/es/typography/Text.js +1 -0
- package/es/typography/Title.d.ts +10 -0
- package/es/typography/Title.js +1 -0
- package/es/typography/Typography.d.ts +22 -0
- package/es/typography/Typography.js +1 -0
- package/es/typography/hooks/useCopyClick.d.ts +13 -0
- package/es/typography/hooks/useCopyClick.js +1 -0
- package/es/typography/hooks/useMergedConfig.d.ts +3 -0
- package/es/typography/hooks/useMergedConfig.js +1 -0
- package/es/typography/hooks/usePrevious.d.ts +4 -0
- package/es/typography/hooks/usePrevious.js +1 -0
- package/es/typography/hooks/useTooltipProps.d.ts +67 -0
- package/es/typography/hooks/useTooltipProps.js +1 -0
- package/es/typography/index.d.ts +15 -0
- package/es/typography/index.js +1 -0
- package/es/typography/style/index.d.ts +21 -0
- package/es/typography/style/index.js +12 -0
- package/es/typography/style/mixins.d.ts +12 -0
- package/es/typography/style/mixins.js +6 -0
- package/es/upload/Dragger.d.ts +12 -0
- package/es/upload/Dragger.js +1 -0
- package/es/upload/Upload.d.ts +23 -0
- package/es/upload/Upload.js +1 -0
- package/es/upload/UploadList/ListItem.d.ts +30 -0
- package/es/upload/UploadList/ListItem.js +1 -0
- package/es/upload/UploadList/index.d.ts +10 -0
- package/es/upload/UploadList/index.js +1 -0
- package/es/upload/index.d.ts +13 -0
- package/es/upload/index.js +1 -0
- package/es/upload/interface.d.ts +140 -0
- package/es/upload/interface.js +0 -0
- package/es/upload/style/dragger.d.ts +7 -0
- package/es/upload/style/dragger.js +7 -0
- package/es/upload/style/index.d.ts +19 -0
- package/es/upload/style/index.js +1 -0
- package/es/upload/style/list.d.ts +7 -0
- package/es/upload/style/list.js +4 -0
- package/es/upload/style/motion.d.ts +7 -0
- package/es/upload/style/motion.js +1 -0
- package/es/upload/style/picture.d.ts +8 -0
- package/es/upload/style/picture.js +12 -0
- package/es/upload/style/rtl.d.ts +7 -0
- package/es/upload/style/rtl.js +1 -0
- package/es/upload/utils.d.ts +10 -0
- package/es/upload/utils.js +1 -0
- package/es/utils/common.d.ts +74 -0
- package/es/utils/common.js +1 -0
- package/es/utils/index.d.ts +7 -0
- package/es/utils/index.js +1 -0
- package/es/utils/moneyFormat.d.ts +39 -0
- package/es/utils/moneyFormat.js +1 -0
- package/es/version/index.d.ts +4 -0
- package/es/version/index.js +1 -0
- package/es/watermark/context.d.ts +10 -0
- package/es/watermark/context.js +1 -0
- package/es/watermark/index.d.ts +28 -0
- package/es/watermark/index.js +1 -0
- package/es/watermark/useClips.d.ts +9 -0
- package/es/watermark/useClips.js +1 -0
- package/es/watermark/useRafDebounce.d.ts +6 -0
- package/es/watermark/useRafDebounce.js +1 -0
- package/es/watermark/useWatermark.d.ts +11 -0
- package/es/watermark/useWatermark.js +1 -0
- package/es/watermark/utils.d.ts +9 -0
- package/es/watermark/utils.js +1 -0
- package/package.json +3 -3
- package/umd/index.min.js +622 -0
|
@@ -0,0 +1,160 @@
|
|
|
1
|
+
import { ReactNode } from "react";
|
|
2
|
+
import { Dayjs } from "dayjs";
|
|
3
|
+
//#region components/calendar-panel/types.d.ts
|
|
4
|
+
/** 视图模式 */
|
|
5
|
+
export type CalendarPanelMode = 'day' | 'week' | 'month';
|
|
6
|
+
/** 事件类型 */
|
|
7
|
+
export type CalendarPanelEventType = 'common' | 'error' | 'pass' | 'warn' | 'stress';
|
|
8
|
+
/** 事件项 */
|
|
9
|
+
export interface ICalendarPanelEvent {
|
|
10
|
+
/** 开始时间,格式 HH:mm */
|
|
11
|
+
startTime: string;
|
|
12
|
+
/** 结束时间,格式 HH:mm */
|
|
13
|
+
endTime?: string;
|
|
14
|
+
/** 事件标题 */
|
|
15
|
+
title: ReactNode;
|
|
16
|
+
/** 事件类型,不传时根据时间自动推算 */
|
|
17
|
+
type?: CalendarPanelEventType;
|
|
18
|
+
/** 自定义颜色,传入后按颜色渲染 */
|
|
19
|
+
color?: string;
|
|
20
|
+
}
|
|
21
|
+
/** 事件映射,key 为 'YYYY-MM-DD' 格式的日期字符串 */
|
|
22
|
+
export interface ICalendarPanelEventMap {
|
|
23
|
+
[date: string]: ICalendarPanelEvent[];
|
|
24
|
+
}
|
|
25
|
+
/** 右键上下文菜单参数 */
|
|
26
|
+
export interface ICalendarPanelContextInfo {
|
|
27
|
+
/** 触发模式 */
|
|
28
|
+
mode: CalendarPanelMode;
|
|
29
|
+
/** 右击位置对应日期 */
|
|
30
|
+
date: string;
|
|
31
|
+
/** 时段开始时间(仅 day/week 模式有值) */
|
|
32
|
+
startTime?: string;
|
|
33
|
+
/** 时段结束时间(仅 day/week 模式有值) */
|
|
34
|
+
endTime?: string;
|
|
35
|
+
}
|
|
36
|
+
/** 变更事件参数 */
|
|
37
|
+
export interface ICalendarPanelChangeInfo {
|
|
38
|
+
/** 触发模式 */
|
|
39
|
+
mode: CalendarPanelMode;
|
|
40
|
+
/** 当前完整时间字符串 */
|
|
41
|
+
selected: string;
|
|
42
|
+
/** 当前日期(不包含时分秒) */
|
|
43
|
+
date: string;
|
|
44
|
+
/** 当前时分秒 */
|
|
45
|
+
time: string;
|
|
46
|
+
}
|
|
47
|
+
/** 自定义渲染上下文 */
|
|
48
|
+
export interface ICalendarPanelRenderContext {
|
|
49
|
+
/** 事件列表 */
|
|
50
|
+
events: ICalendarPanelEvent[];
|
|
51
|
+
/** 当前模式 */
|
|
52
|
+
mode: CalendarPanelMode;
|
|
53
|
+
/** 当前日期 */
|
|
54
|
+
date: string;
|
|
55
|
+
/** 时段开始时间(仅 day/week 模式有值) */
|
|
56
|
+
startTime?: string;
|
|
57
|
+
/** 时段结束时间(仅 day/week 模式有值) */
|
|
58
|
+
endTime?: string;
|
|
59
|
+
/** 是否禁用 */
|
|
60
|
+
disabled?: boolean;
|
|
61
|
+
}
|
|
62
|
+
export interface IMuxCalendarPanelProps {
|
|
63
|
+
/** 当前选中日期(受控) */
|
|
64
|
+
value?: string;
|
|
65
|
+
/** 默认选中日期(非受控) */
|
|
66
|
+
defaultValue?: string;
|
|
67
|
+
/** 视图模式(受控) */
|
|
68
|
+
mode?: CalendarPanelMode;
|
|
69
|
+
/** 默认视图模式(非受控),默认 'month' */
|
|
70
|
+
defaultMode?: CalendarPanelMode;
|
|
71
|
+
/** 最小可选日期 */
|
|
72
|
+
min?: string;
|
|
73
|
+
/** 最大可选日期 */
|
|
74
|
+
max?: string;
|
|
75
|
+
/** date 格式,默认 'YYYY-MM-DD' */
|
|
76
|
+
formatter?: string;
|
|
77
|
+
/** 是否隐藏左侧小日历面板,默认 false */
|
|
78
|
+
hideQuick?: boolean;
|
|
79
|
+
/** 从周几开始,0-6,0 表示周日,默认 0 */
|
|
80
|
+
weekStart?: number;
|
|
81
|
+
/** 限制周几不可选,[0,1,2,3,4,5,6] 的子集 */
|
|
82
|
+
disabledWeeks?: number[];
|
|
83
|
+
/** 限制某些具体日期不可选 */
|
|
84
|
+
disabledDays?: string[];
|
|
85
|
+
/** 限制周几可选 */
|
|
86
|
+
enabledWeeks?: number[];
|
|
87
|
+
/** 限制某些具体日期可选 */
|
|
88
|
+
enabledDays?: string[];
|
|
89
|
+
/** 事件映射 */
|
|
90
|
+
eventMap?: ICalendarPanelEventMap;
|
|
91
|
+
/** 日期切换时触发 */
|
|
92
|
+
onChange?: (info: ICalendarPanelChangeInfo) => void;
|
|
93
|
+
/** 右键单元时触发 */
|
|
94
|
+
onContextmenu?: (info: ICalendarPanelContextInfo) => void;
|
|
95
|
+
/** 自定义面板内容渲染 */
|
|
96
|
+
renderDetail?: (ctx: ICalendarPanelRenderContext, date: Dayjs) => ReactNode;
|
|
97
|
+
/** 顶部自定义渲染,接收 selected 参数 */
|
|
98
|
+
renderTopView?: (selected: string) => ReactNode;
|
|
99
|
+
/** 只读模式,禁止交互但无视觉变化 */
|
|
100
|
+
readonly?: boolean;
|
|
101
|
+
/** 禁用模式,禁止交互且有置灰效果 */
|
|
102
|
+
disabled?: boolean;
|
|
103
|
+
/** 自定义类名 */
|
|
104
|
+
className?: string;
|
|
105
|
+
/** 自定义样式 */
|
|
106
|
+
style?: React.CSSProperties;
|
|
107
|
+
}
|
|
108
|
+
/** 构建 hour slot 列表 */
|
|
109
|
+
export interface IHourSlot {
|
|
110
|
+
hour: string;
|
|
111
|
+
endHour: string;
|
|
112
|
+
events: ICalendarPanelEvent[];
|
|
113
|
+
}
|
|
114
|
+
/** 月视图单元格数据 */
|
|
115
|
+
export interface IMonthCell {
|
|
116
|
+
dateText: string;
|
|
117
|
+
fullDate: string;
|
|
118
|
+
subText: string;
|
|
119
|
+
isCurrentRange: boolean;
|
|
120
|
+
isToday: boolean;
|
|
121
|
+
isSelected: boolean;
|
|
122
|
+
isDisabled: boolean;
|
|
123
|
+
events: ICalendarPanelEvent[];
|
|
124
|
+
}
|
|
125
|
+
/** 周/日视图列数据 */
|
|
126
|
+
export interface IWeekColumn {
|
|
127
|
+
dateText: string;
|
|
128
|
+
fullDate: string;
|
|
129
|
+
isToday: boolean;
|
|
130
|
+
isSelected: boolean;
|
|
131
|
+
isDisabled: boolean;
|
|
132
|
+
slots: IHourSlot[];
|
|
133
|
+
}
|
|
134
|
+
/** 日视图数据 */
|
|
135
|
+
export interface IDayPanelData {
|
|
136
|
+
mode: 'day';
|
|
137
|
+
headerTitle: string;
|
|
138
|
+
dayWeekText: string;
|
|
139
|
+
weekTitles: string[];
|
|
140
|
+
cell: IMonthCell;
|
|
141
|
+
weekHours: string[];
|
|
142
|
+
daySlots: IHourSlot[];
|
|
143
|
+
}
|
|
144
|
+
/** 周视图数据 */
|
|
145
|
+
export interface IWeekPanelData {
|
|
146
|
+
mode: 'week';
|
|
147
|
+
headerTitle: string;
|
|
148
|
+
weekTitles: string[];
|
|
149
|
+
weekHours: string[];
|
|
150
|
+
weekColumns: IWeekColumn[];
|
|
151
|
+
}
|
|
152
|
+
/** 月视图数据 */
|
|
153
|
+
export interface IMonthPanelData {
|
|
154
|
+
mode: 'month';
|
|
155
|
+
headerTitle: string;
|
|
156
|
+
weekTitles: string[];
|
|
157
|
+
cells: IMonthCell[];
|
|
158
|
+
}
|
|
159
|
+
export type DetailPanelData = IDayPanelData | IWeekPanelData | IMonthPanelData;
|
|
160
|
+
//#endregion
|
|
File without changes
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
import { CalendarPanelEventType, CalendarPanelMode, IHourSlot } from "./types.js";
|
|
2
|
+
import { Dayjs } from "dayjs";
|
|
3
|
+
//#region components/calendar-panel/utils.d.ts
|
|
4
|
+
/** 归一化 mode 入参 */
|
|
5
|
+
export declare function normalizeMode(mode: unknown): CalendarPanelMode;
|
|
6
|
+
/** 构建星期标题(短格式:日、一、二…) */
|
|
7
|
+
export declare function buildWeekTitles(weekStart: number): string[];
|
|
8
|
+
/** 构建星期标题(长格式:周日、周一、周二…) */
|
|
9
|
+
export declare function buildFullWeekTitles(weekStart: number): string[];
|
|
10
|
+
/** 构建小时刻度 */
|
|
11
|
+
export declare function buildWeekHours(): string[];
|
|
12
|
+
/** 解析 formatter,只保留日期部分 */
|
|
13
|
+
export declare function parseDateFormatter(formatter: string): string;
|
|
14
|
+
/** 构建日期(去除时分秒) */
|
|
15
|
+
export declare function buildDate(date: Dayjs): Dayjs;
|
|
16
|
+
/** 获取一周的起始日 */
|
|
17
|
+
export declare function startOfWeek(date: Dayjs, weekStart: number): Dayjs;
|
|
18
|
+
/** 获取一周的结束日 */
|
|
19
|
+
export declare function endOfWeek(date: Dayjs, weekStart: number): Dayjs;
|
|
20
|
+
/** 将 HH:mm 时间解析为 Date */
|
|
21
|
+
export declare function parseTimeToDate(date: Dayjs, time: string): Dayjs | null;
|
|
22
|
+
/** 根据 startTime 推算默认 type */
|
|
23
|
+
export declare function resolveDefaultTypeByStartTime(date: Dayjs, startTime: string): CalendarPanelEventType;
|
|
24
|
+
/** 根据 endTime 判断是否已过期 */
|
|
25
|
+
export declare function isPassedByEndTime(date: Dayjs, endTime: string): boolean;
|
|
26
|
+
/** 判断日期是否被禁用 */
|
|
27
|
+
export declare function isDateDisabled(date: Dayjs, min: Dayjs | null, max: Dayjs | null, options: {
|
|
28
|
+
dateFormatter: string;
|
|
29
|
+
disabledDays?: string[];
|
|
30
|
+
enabledDays?: string[];
|
|
31
|
+
disabledWeeks?: number[];
|
|
32
|
+
enabledWeeks?: number[];
|
|
33
|
+
}): boolean;
|
|
34
|
+
/** 安全解析选中日期 */
|
|
35
|
+
export declare function parseSafeSelected(selected: string, formatter: string, min: Dayjs | null, max: Dayjs | null): Dayjs;
|
|
36
|
+
/** 归一化事件类型 */
|
|
37
|
+
export declare function normalizeEventType(type: string | undefined): CalendarPanelEventType | undefined;
|
|
38
|
+
/** 事件类型对应颜色 */
|
|
39
|
+
export declare function getEventColor(type: CalendarPanelEventType | undefined): string;
|
|
40
|
+
export declare function buildHourSlots(weekHours: string[]): IHourSlot[];
|
|
41
|
+
//#endregion
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import e from"dayjs";import t from"dayjs/plugin/customParseFormat";e.extend(t);const n=[`day`,`week`,`month`],r=[`日`,`一`,`二`,`三`,`四`,`五`,`六`],i=[`周日`,`周一`,`周二`,`周三`,`周四`,`周五`,`周六`],a={common:!0,error:!0,pass:!0,warn:!0,stress:!0};function o(e){return typeof e==`string`&&n.indexOf(e)>-1?e:`month`}function s(e){let t=[];for(let n=0;n<7;n++)t.push(r[(n+e)%7]);return t}function c(e){let t=[];for(let n=0;n<7;n++)t.push(i[(n+e)%7]);return t}function l(){let e=[];for(let t=0;t<=24;t++)e.push(`${t<10?`0`:``}${t}:00`);return e}function u(e){let t=e.search(/h+/i);return t>=0?e.slice(0,t).trim():e}function d(e){return e.clone().startOf(`day`)}function f(e,t){let n=d(e),r=(7+n.day()-t)%7;return n.subtract(r,`day`)}function p(e,t){return f(e,t).add(6,`day`).endOf(`day`)}function m(e,t){let n=String(t||``).match(/^(\d{1,2}):(\d{1,2})$/);if(!n)return null;let r=+n[1],i=+n[2];return r<0||r>23||i<0||i>59?null:e.clone().hour(r).minute(i).second(0).millisecond(0)}function h(t,n){let r=m(t,n);return r?e().isAfter(r)?`common`:`pass`:`common`}function g(t,n){let r=m(t,n);return r?e().isAfter(r):!1}function _(e,t,n,r){let i=e.format(r.dateFormatter);if(r.disabledDays?.length&&r.disabledDays.indexOf(i)>-1||r.enabledDays?.length&&r.enabledDays.indexOf(i)<0)return!0;let a=e.day();return!!(r.disabledWeeks?.length&&r.disabledWeeks.indexOf(a)>-1||r.enabledWeeks?.length&&r.enabledWeeks.indexOf(a)<0||t&&e.isBefore(t,`day`)||n&&e.isAfter(n,`day`))}function v(t,n,r,i){let a=t;if(!a||!/\d/.test(a)){let t=e();a=r&&t.isBefore(r,`day`)?r.format(n):i&&t.isAfter(i,`day`)?i.format(n):t.format(n)}let o=e(a,n);return o.isValid()?o:e()}function y(e){if(!e)return;let t=e.toLowerCase();return a[t]?t:void 0}function b(e){let t={common:`#999`,error:`#FF4D4F`,pass:`#52C41A`,warn:`#FAAD14`,stress:`var(--color-brand)`};return e?t[e]:t.common}function x(e){return e.map((t,n)=>({hour:t,endHour:e[n+1]||`24:59`,events:[]}))}export{d as buildDate,c as buildFullWeekTitles,x as buildHourSlots,l as buildWeekHours,s as buildWeekTitles,p as endOfWeek,b as getEventColor,_ as isDateDisabled,g as isPassedByEndTime,y as normalizeEventType,o as normalizeMode,u as parseDateFormatter,v as parseSafeSelected,m as parseTimeToDate,h as resolveDefaultTypeByStartTime,f as startOfWeek};
|
|
@@ -0,0 +1,58 @@
|
|
|
1
|
+
import { TabsProps } from "../tabs/index.js";
|
|
2
|
+
import * as React$1 from "react";
|
|
3
|
+
import { Tab } from "rc-tabs/lib/interface";
|
|
4
|
+
//#region components/card/Card.d.ts
|
|
5
|
+
export type CardType = 'inner';
|
|
6
|
+
export type CardSize = 'default' | 'small';
|
|
7
|
+
export interface CardTabListType extends Omit<Tab, 'label'> {
|
|
8
|
+
key: string;
|
|
9
|
+
/** @deprecated Please use `label` instead */
|
|
10
|
+
tab?: React$1.ReactNode;
|
|
11
|
+
label?: React$1.ReactNode;
|
|
12
|
+
}
|
|
13
|
+
export interface CardProps extends Omit<React$1.HTMLAttributes<HTMLDivElement>, 'title'> {
|
|
14
|
+
prefixCls?: string;
|
|
15
|
+
title?: React$1.ReactNode;
|
|
16
|
+
extra?: React$1.ReactNode;
|
|
17
|
+
bordered?: boolean;
|
|
18
|
+
/** @deprecated Please use `styles.header` instead */
|
|
19
|
+
headStyle?: React$1.CSSProperties;
|
|
20
|
+
/** @deprecated Please use `styles.body` instead */
|
|
21
|
+
bodyStyle?: React$1.CSSProperties;
|
|
22
|
+
style?: React$1.CSSProperties;
|
|
23
|
+
loading?: boolean;
|
|
24
|
+
hoverable?: boolean;
|
|
25
|
+
children?: React$1.ReactNode;
|
|
26
|
+
id?: string;
|
|
27
|
+
className?: string;
|
|
28
|
+
rootClassName?: string;
|
|
29
|
+
size?: CardSize;
|
|
30
|
+
type?: CardType;
|
|
31
|
+
cover?: React$1.ReactNode;
|
|
32
|
+
actions?: React$1.ReactNode[];
|
|
33
|
+
tabList?: CardTabListType[];
|
|
34
|
+
tabBarExtraContent?: React$1.ReactNode;
|
|
35
|
+
onTabChange?: (key: string) => void;
|
|
36
|
+
activeTabKey?: string;
|
|
37
|
+
defaultActiveTabKey?: string;
|
|
38
|
+
tabProps?: TabsProps;
|
|
39
|
+
classNames?: {
|
|
40
|
+
header?: string;
|
|
41
|
+
body?: string;
|
|
42
|
+
extra?: string;
|
|
43
|
+
title?: string;
|
|
44
|
+
actions?: string;
|
|
45
|
+
cover?: string;
|
|
46
|
+
};
|
|
47
|
+
styles?: {
|
|
48
|
+
header?: React$1.CSSProperties;
|
|
49
|
+
body?: React$1.CSSProperties;
|
|
50
|
+
extra?: React$1.CSSProperties;
|
|
51
|
+
title?: React$1.CSSProperties;
|
|
52
|
+
actions?: React$1.CSSProperties;
|
|
53
|
+
cover?: React$1.CSSProperties;
|
|
54
|
+
};
|
|
55
|
+
}
|
|
56
|
+
declare const Card: React$1.ForwardRefExoticComponent<CardProps & React$1.RefAttributes<HTMLDivElement>>;
|
|
57
|
+
//#endregion
|
|
58
|
+
export { Card as default };
|
package/es/card/Card.js
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import"../_util/warning.js";import{ConfigContext as e}from"../config-provider/context.js";import"../config-provider/index.js";import t from"../config-provider/hooks/useSize.js";import n from"../skeleton/index.js";import r from"../tabs/index.js";import i from"./Grid.js";import a from"./style/index.js";import*as o from"react";import s from"classnames";import c from"rc-util/lib/omit";const l=e=>{let{actionClasses:t,actions:n=[],actionStyle:r}=e;return o.createElement(`ul`,{className:t,style:r},n.map((e,t)=>{let r=`action-${t}`;return o.createElement(`li`,{style:{width:`${100/n.length}%`},key:r},o.createElement(`span`,null,e))}))},u=o.forwardRef((u,ee)=>{let{prefixCls:d,className:f,rootClassName:p,style:m,extra:h,headStyle:g={},bodyStyle:te={},title:_,loading:v,bordered:y=!0,size:b,type:x,cover:S,actions:C,tabList:w,children:T,activeTabKey:E,defaultActiveTabKey:D,tabBarExtraContent:O,hoverable:k,tabProps:A={},classNames:j,styles:M,...N}=u,{getPrefixCls:P,direction:F,card:I}=o.useContext(e),L=e=>{u.onTabChange?.(e)},R=e=>s(I?.classNames?.[e],j?.[e]),z=e=>({...I?.styles?.[e],...M?.[e]}),B=o.useMemo(()=>{let e=!1;return o.Children.forEach(T,t=>{t?.type===i&&(e=!0)}),e},[T]),V=P(`card`,d),[H,U,W]=a(V),G=o.createElement(n,{loading:!0,active:!0,paragraph:{rows:4},title:!1},T),K=E!==void 0,q={...A,[K?`activeKey`:`defaultActiveKey`]:K?E:D,tabBarExtraContent:O},J,Y=t(b),X=!Y||Y==="default"?`large`:Y,Z=w?o.createElement(r,{size:X,...q,className:`${V}-head-tabs`,onChange:L,items:w.map(({tab:e,...t})=>({label:e,...t}))}):null;if(_||h||Z){let e=s(`${V}-head`,R(`header`)),t=s(`${V}-head-title`,R(`title`)),n=s(`${V}-extra`,R(`extra`)),r={...g,...z(`header`)};J=o.createElement(`div`,{className:e,style:r},o.createElement(`div`,{className:`${V}-head-wrapper`},_&&o.createElement(`div`,{className:t,style:z(`title`)},_),h&&o.createElement(`div`,{className:n,style:z(`extra`)},h)),Z)}let Q=s(`${V}-cover`,R(`cover`)),ne=S?o.createElement(`div`,{className:Q,style:z(`cover`)},S):null,re=s(`${V}-body`,R(`body`)),ie={...te,...z(`body`)},ae=o.createElement(`div`,{className:re,style:ie},v?G:T),oe=s(`${V}-actions`,R(`actions`)),$=C?.length?o.createElement(l,{actionClasses:oe,actionStyle:z(`actions`),actions:C}):null,se=c(N,[`onTabChange`]),ce=s(V,I?.className,{[`${V}-loading`]:v,[`${V}-bordered`]:y,[`${V}-hoverable`]:k,[`${V}-contain-grid`]:B,[`${V}-contain-tabs`]:w?.length,[`${V}-${Y}`]:Y,[`${V}-type-${x}`]:!!x,[`${V}-rtl`]:F===`rtl`},f,p,U,W),le={...I?.style,...m};return H(o.createElement(`div`,{ref:ee,...se,className:ce,style:le},J,ne,ae,$))});export{u as default};
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import * as React$1 from "react";
|
|
2
|
+
//#region components/card/Grid.d.ts
|
|
3
|
+
export interface CardGridProps extends React$1.HTMLAttributes<HTMLDivElement> {
|
|
4
|
+
prefixCls?: string;
|
|
5
|
+
className?: string;
|
|
6
|
+
hoverable?: boolean;
|
|
7
|
+
style?: React$1.CSSProperties;
|
|
8
|
+
}
|
|
9
|
+
declare const Grid: React$1.FC<CardGridProps>;
|
|
10
|
+
//#endregion
|
|
11
|
+
export { Grid as default };
|
package/es/card/Grid.js
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{ConfigContext as e}from"../config-provider/context.js";import"../config-provider/index.js";import*as t from"react";import n from"classnames";const r=({prefixCls:r,className:i,hoverable:a=!0,...o})=>{let{getPrefixCls:s}=t.useContext(e),c=s(`card`,r),l=n(`${c}-grid`,i,{[`${c}-grid-hoverable`]:a});return t.createElement(`div`,{...o,className:l})};export{r as default};
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import * as React$1 from "react";
|
|
2
|
+
//#region components/card/Meta.d.ts
|
|
3
|
+
export interface CardMetaProps {
|
|
4
|
+
prefixCls?: string;
|
|
5
|
+
style?: React$1.CSSProperties;
|
|
6
|
+
className?: string;
|
|
7
|
+
avatar?: React$1.ReactNode;
|
|
8
|
+
title?: React$1.ReactNode;
|
|
9
|
+
description?: React$1.ReactNode;
|
|
10
|
+
}
|
|
11
|
+
declare const Meta: React$1.FC<CardMetaProps>;
|
|
12
|
+
//#endregion
|
|
13
|
+
export { Meta as default };
|
package/es/card/Meta.js
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{ConfigContext as e}from"../config-provider/context.js";import"../config-provider/index.js";import*as t from"react";import n from"classnames";const r=r=>{let{prefixCls:i,className:a,avatar:o,title:s,description:c,...l}=r,{getPrefixCls:u}=t.useContext(e),d=u(`card`,i),f=n(`${d}-meta`,a),p=o?t.createElement(`div`,{className:`${d}-meta-avatar`},o):null,m=s?t.createElement(`div`,{className:`${d}-meta-title`},s):null,h=c?t.createElement(`div`,{className:`${d}-meta-description`},c):null,g=m||h?t.createElement(`div`,{className:`${d}-meta-detail`},m,h):null;return t.createElement(`div`,{...l,className:f},p,g)};export{r as default};
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import Card$1, { CardProps, CardTabListType } from "./Card.js";
|
|
2
|
+
import Grid, { CardGridProps } from "./Grid.js";
|
|
3
|
+
import Meta, { CardMetaProps } from "./Meta.js";
|
|
4
|
+
//#region components/card/index.d.ts
|
|
5
|
+
type InternalCardType = typeof Card$1;
|
|
6
|
+
export interface CardInterface extends InternalCardType {
|
|
7
|
+
Grid: typeof Grid;
|
|
8
|
+
Meta: typeof Meta;
|
|
9
|
+
}
|
|
10
|
+
declare const Card: CardInterface;
|
|
11
|
+
//#endregion
|
|
12
|
+
export { type CardGridProps, type CardMetaProps, type CardProps, type CardTabListType, Card as default };
|
package/es/card/index.js
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import e from"./Grid.js";import t from"./Card.js";import n from"./Meta.js";const r=t;r.Grid=e,r.Meta=n;export{r as default};
|
|
@@ -0,0 +1,54 @@
|
|
|
1
|
+
import "../../theme/internal.js";
|
|
2
|
+
import { GetDefaultToken } from "../../theme/interface/cssinjs-utils.js";
|
|
3
|
+
//#region components/card/style/index.d.ts
|
|
4
|
+
export interface ComponentToken {
|
|
5
|
+
/**
|
|
6
|
+
* @desc 卡片头部背景色
|
|
7
|
+
* @descEN Background color of card header
|
|
8
|
+
*/
|
|
9
|
+
headerBg: string;
|
|
10
|
+
/**
|
|
11
|
+
* @desc 卡片头部文字大小
|
|
12
|
+
* @descEN Font size of card header
|
|
13
|
+
*/
|
|
14
|
+
headerFontSize: number | string;
|
|
15
|
+
/**
|
|
16
|
+
* @desc 小号卡片头部文字大小
|
|
17
|
+
* @descEN Font size of small card header
|
|
18
|
+
*/
|
|
19
|
+
headerFontSizeSM: number | string;
|
|
20
|
+
/**
|
|
21
|
+
* @desc 卡片头部高度
|
|
22
|
+
* @descEN Height of card header
|
|
23
|
+
*/
|
|
24
|
+
headerHeight: number | string;
|
|
25
|
+
/**
|
|
26
|
+
* @desc 小号卡片头部高度
|
|
27
|
+
* @descEN Height of small card header
|
|
28
|
+
*/
|
|
29
|
+
headerHeightSM: number | string;
|
|
30
|
+
/**
|
|
31
|
+
* @desc 操作区背景色
|
|
32
|
+
* @descEN Background color of card actions
|
|
33
|
+
*/
|
|
34
|
+
actionsBg: string;
|
|
35
|
+
/**
|
|
36
|
+
* @desc 操作区每一项的外间距
|
|
37
|
+
* @descEN Margin of each item in card actions
|
|
38
|
+
*/
|
|
39
|
+
actionsLiMargin: string;
|
|
40
|
+
/**
|
|
41
|
+
* @desc 内置标签页组件下间距
|
|
42
|
+
* @descEN Margin bottom of tabs component
|
|
43
|
+
*/
|
|
44
|
+
tabsMarginBottom: number;
|
|
45
|
+
/**
|
|
46
|
+
* @desc 额外区文字颜色
|
|
47
|
+
* @descEN Text color of extra area
|
|
48
|
+
*/
|
|
49
|
+
extraColor: string;
|
|
50
|
+
}
|
|
51
|
+
export declare const prepareComponentToken: GetDefaultToken<'Card'>;
|
|
52
|
+
declare const _default: (prefixCls: string, rootCls?: string) => readonly [(node: React.ReactElement) => React.ReactElement, string, string];
|
|
53
|
+
//#endregion
|
|
54
|
+
export { _default as default };
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import{clearFix as e,resetComponent as t,textEllipsis as n}from"../../style/index.js";import{genStyleHooks as r}from"../../theme/util/genStyleUtils.js";import{mergeToken as i}from"../../theme/internal.js";import{unit as a}from"@ant-design/cssinjs";const o=t=>{let{antCls:r,componentCls:i,headerHeight:o,cardPaddingBase:s,tabsMarginBottom:c}=t;return{display:`flex`,justifyContent:`center`,flexDirection:`column`,minHeight:o,marginBottom:-1,padding:`0 ${a(s)}`,color:t.colorTextHeading,fontWeight:t.fontWeightStrong,fontSize:t.headerFontSize,background:t.headerBg,borderBottom:`${a(t.lineWidth)} ${t.lineType} ${t.colorBorderSecondary}`,borderRadius:`${a(t.borderRadiusLG)} ${a(t.borderRadiusLG)} 0 0`,...e(),"&-wrapper":{width:`100%`,display:`flex`,alignItems:`center`},"&-title":{display:`inline-block`,flex:1,...n,[`
|
|
2
|
+
> ${i}-typography,
|
|
3
|
+
> ${i}-typography-edit-content
|
|
4
|
+
`]:{insetInlineStart:0,marginTop:0,marginBottom:0}},[`${r}-tabs-top`]:{clear:`both`,marginBottom:c,color:t.colorText,fontWeight:`normal`,fontSize:t.fontSize,"&-bar":{borderBottom:`${a(t.lineWidth)} ${t.lineType} ${t.colorBorderSecondary}`}}}},s=e=>{let{cardPaddingBase:t,colorBorderSecondary:n,cardShadow:r,lineWidth:i}=e;return{width:`33.33%`,padding:t,border:0,borderRadius:0,boxShadow:`
|
|
5
|
+
${a(i)} 0 0 0 ${n},
|
|
6
|
+
0 ${a(i)} 0 0 ${n},
|
|
7
|
+
${a(i)} ${a(i)} 0 0 ${n},
|
|
8
|
+
${a(i)} 0 0 0 ${n} inset,
|
|
9
|
+
0 ${a(i)} 0 0 ${n} inset;
|
|
10
|
+
`,transition:`all ${e.motionDurationMid}`,"&-hoverable:hover":{position:`relative`,zIndex:1,boxShadow:r}}},c=t=>{let{componentCls:n,iconCls:r,actionsLiMargin:i,cardActionsIconSize:o,colorBorderSecondary:s,actionsBg:c}=t;return{margin:0,padding:0,listStyle:`none`,background:c,borderTop:`${a(t.lineWidth)} ${t.lineType} ${s}`,display:`flex`,borderRadius:`0 0 ${a(t.borderRadiusLG)} ${a(t.borderRadiusLG)}`,...e(),"& > li":{margin:i,color:t.colorTextDescription,textAlign:`center`,"> span":{position:`relative`,display:`block`,minWidth:t.calc(t.cardActionsIconSize).mul(2).equal(),fontSize:t.fontSize,lineHeight:t.lineHeight,cursor:`pointer`,"&:hover":{color:t.colorPrimary,transition:`color ${t.motionDurationMid}`},[`a:not(${n}-btn), > ${r}`]:{display:`inline-block`,width:`100%`,color:t.colorTextDescription,lineHeight:a(t.fontHeight),transition:`color ${t.motionDurationMid}`,"&:hover":{color:t.colorPrimary}},[`> ${r}`]:{fontSize:o,lineHeight:a(t.calc(o).mul(t.lineHeight).equal())}},"&:not(:last-child)":{borderInlineEnd:`${a(t.lineWidth)} ${t.lineType} ${s}`}}}},l=t=>({margin:`${a(t.calc(t.marginXXS).mul(-1).equal())} 0`,display:`flex`,...e(),"&-avatar":{paddingInlineEnd:t.padding},"&-detail":{overflow:`hidden`,flex:1,"> div:not(:last-child)":{marginBottom:t.marginXS}},"&-title":{color:t.colorTextHeading,fontWeight:t.fontWeightStrong,fontSize:t.fontSizeLG,...n},"&-description":{color:t.colorTextDescription}}),u=e=>{let{componentCls:t,cardPaddingBase:n,colorFillAlter:r}=e;return{[`${t}-head`]:{padding:`0 ${a(n)}`,background:r,"&-title":{fontSize:e.fontSize}},[`${t}-body`]:{padding:`${a(e.padding)} ${a(n)}`}}},d=e=>{let{componentCls:t}=e;return{overflow:`hidden`,[`${t}-body`]:{userSelect:`none`}}},f=n=>{let{componentCls:r,cardShadow:i,cardHeadPadding:f,colorBorderSecondary:p,boxShadowTertiary:m,cardPaddingBase:h,extraColor:g}=n;return{[r]:{...t(n),position:`relative`,background:n.colorBgContainer,borderRadius:n.borderRadiusLG,[`&:not(${r}-bordered)`]:{boxShadow:m},[`${r}-head`]:o(n),[`${r}-extra`]:{marginInlineStart:`auto`,color:g,fontWeight:`normal`,fontSize:n.fontSize},[`${r}-body`]:{padding:h,borderRadius:`0 0 ${a(n.borderRadiusLG)} ${a(n.borderRadiusLG)}`,...e()},[`${r}-grid`]:s(n),[`${r}-cover`]:{"> *":{display:`block`,width:`100%`,borderRadius:`${a(n.borderRadiusLG)} ${a(n.borderRadiusLG)} 0 0`}},[`${r}-actions`]:c(n),[`${r}-meta`]:l(n)},[`${r}-bordered`]:{border:`${a(n.lineWidth)} ${n.lineType} ${p}`,[`${r}-cover`]:{marginTop:-1,marginInlineStart:-1,marginInlineEnd:-1}},[`${r}-hoverable`]:{cursor:`pointer`,transition:`box-shadow ${n.motionDurationMid}, border-color ${n.motionDurationMid}`,"&:hover":{borderColor:`transparent`,boxShadow:i}},[`${r}-contain-grid`]:{borderRadius:`${a(n.borderRadiusLG)} ${a(n.borderRadiusLG)} 0 0 `,[`${r}-body`]:{display:`flex`,flexWrap:`wrap`},[`&:not(${r}-loading) ${r}-body`]:{marginBlockStart:n.calc(n.lineWidth).mul(-1).equal(),marginInlineStart:n.calc(n.lineWidth).mul(-1).equal(),padding:0}},[`${r}-contain-tabs`]:{[`> div${r}-head`]:{minHeight:0,[`${r}-head-title, ${r}-extra`]:{paddingTop:f}}},[`${r}-type-inner`]:u(n),[`${r}-loading`]:d(n),[`${r}-rtl`]:{direction:`rtl`}}},p=e=>{let{componentCls:t,cardPaddingSM:n,headerHeightSM:r,headerFontSizeSM:i}=e;return{[`${t}-small`]:{[`> ${t}-head`]:{minHeight:r,padding:`0 ${a(n)}`,fontSize:i,[`> ${t}-head-wrapper`]:{[`> ${t}-extra`]:{fontSize:e.fontSize}}},[`> ${t}-body`]:{padding:n}},[`${t}-small${t}-contain-tabs`]:{[`> ${t}-head`]:{[`${t}-head-title, ${t}-extra`]:{paddingTop:0,display:`flex`,alignItems:`center`}}}}},m=e=>({headerBg:`transparent`,headerFontSize:e.fontSizeLG,headerFontSizeSM:e.fontSize,headerHeight:e.fontSizeLG*e.lineHeightLG+e.padding*2,headerHeightSM:e.fontSize*e.lineHeight+e.paddingXS*2,actionsBg:e.colorBgContainer,actionsLiMargin:`${e.paddingSM}px 0`,tabsMarginBottom:-e.padding-e.lineWidth,extraColor:e.colorText});var h=r(`Card`,e=>{let t=i(e,{cardShadow:e.boxShadowCard,cardHeadPadding:e.padding,cardPaddingBase:e.paddingLG,cardActionsIconSize:e.fontSize,cardPaddingSM:12});return[f(t),p(t)]},m);export{h as default,m as prepareComponentToken};
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
import * as React$1 from "react";
|
|
2
|
+
import { Settings } from "@ant-design/react-slick";
|
|
3
|
+
//#region components/carousel/index.d.ts
|
|
4
|
+
export type CarouselEffect = 'scrollx' | 'fade';
|
|
5
|
+
export type DotPosition = 'top' | 'bottom' | 'left' | 'right';
|
|
6
|
+
export interface CarouselProps extends Omit<Settings, 'dots' | 'dotsClass'> {
|
|
7
|
+
effect?: CarouselEffect;
|
|
8
|
+
style?: React$1.CSSProperties;
|
|
9
|
+
prefixCls?: string;
|
|
10
|
+
rootClassName?: string;
|
|
11
|
+
id?: string;
|
|
12
|
+
slickGoTo?: number;
|
|
13
|
+
dotPosition?: DotPosition;
|
|
14
|
+
children?: React$1.ReactNode;
|
|
15
|
+
dots?: boolean | {
|
|
16
|
+
className?: string;
|
|
17
|
+
};
|
|
18
|
+
waitForAnimate?: boolean;
|
|
19
|
+
}
|
|
20
|
+
export interface CarouselRef {
|
|
21
|
+
goTo: (slide: number, dontAnimate?: boolean) => void;
|
|
22
|
+
next: () => void;
|
|
23
|
+
prev: () => void;
|
|
24
|
+
autoPlay: (palyType?: 'update' | 'leave' | 'blur') => void;
|
|
25
|
+
innerSlider: any;
|
|
26
|
+
}
|
|
27
|
+
declare const Carousel: React$1.ForwardRefExoticComponent<CarouselProps & React$1.RefAttributes<CarouselRef>>;
|
|
28
|
+
//#endregion
|
|
29
|
+
export { Carousel as default };
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{ConfigContext as e}from"../config-provider/context.js";import"../config-provider/index.js";import t from"./style/index.js";import*as n from"react";import r from"classnames";import i from"@ant-design/react-slick";const a=`slick-dots`,o=({currentSlide:e,slideCount:t,...r})=>n.createElement(`button`,{type:`button`,...r}),s=n.forwardRef((s,c)=>{let{dots:l=!0,arrows:u=!1,prevArrow:d=n.createElement(o,{"aria-label":`prev`}),nextArrow:f=n.createElement(o,{"aria-label":`next`}),draggable:p=!1,waitForAnimate:m=!1,dotPosition:h=`bottom`,vertical:g=h===`left`||h===`right`,rootClassName:_,className:v,style:y,id:b,...x}=s,{getPrefixCls:S,direction:C,carousel:w}=n.useContext(e),T=n.useRef(null),E=(e,t=!1)=>{T.current.slickGoTo(e,t)};n.useImperativeHandle(c,()=>({goTo:E,autoPlay:T.current.innerSlider.autoPlay,innerSlider:T.current.innerSlider,prev:T.current.slickPrev,next:T.current.slickNext}),[T.current]);let D=n.useRef(n.Children.count(s.children));n.useEffect(()=>{D.current!==n.Children.count(s.children)&&(E(s.initialSlide||0,!1),D.current=n.Children.count(s.children))},[s.children]);let O={vertical:g,className:r(v,w?.className),style:{...w?.style,...y},...x};O.effect===`fade`&&(O.fade=!0);let k=S(`carousel`,O.prefixCls),A=!!l,j=r(a,`${a}-${h}`,typeof l!=`boolean`&&l?.className),[M,N,P]=t(k),F=r(k,{[`${k}-rtl`]:C===`rtl`,[`${k}-vertical`]:O.vertical},N,P,_);return M(n.createElement(`div`,{className:F,id:b},n.createElement(i,{ref:T,...O,dots:A,dotsClass:j,arrows:u,prevArrow:d,nextArrow:f,draggable:p,verticalSwiping:g,waitForAnimate:m})))});export{s as default};
|
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
import "../../theme/internal.js";
|
|
2
|
+
import { GetDefaultToken } from "../../theme/interface/cssinjs-utils.js";
|
|
3
|
+
//#region components/carousel/style/index.d.ts
|
|
4
|
+
export interface ComponentToken {
|
|
5
|
+
/**
|
|
6
|
+
* @desc 指示点宽度
|
|
7
|
+
* @descEN Width of indicator
|
|
8
|
+
*/
|
|
9
|
+
dotWidth: number | string;
|
|
10
|
+
/**
|
|
11
|
+
* @desc 指示点高度
|
|
12
|
+
* @descEN Height of indicator
|
|
13
|
+
*/
|
|
14
|
+
dotHeight: number | string;
|
|
15
|
+
/**
|
|
16
|
+
* @desc 指示点之间的间距
|
|
17
|
+
* @descEN gap between indicator
|
|
18
|
+
*/
|
|
19
|
+
dotGap: number;
|
|
20
|
+
/**
|
|
21
|
+
* @desc 指示点距离边缘的距离
|
|
22
|
+
* @descEN dot offset to Carousel edge
|
|
23
|
+
*/
|
|
24
|
+
dotOffset: number;
|
|
25
|
+
/** @deprecated Use `dotActiveWidth` instead. */
|
|
26
|
+
dotWidthActive: number;
|
|
27
|
+
/**
|
|
28
|
+
* @desc 激活态指示点宽度
|
|
29
|
+
* @descEN Width of active indicator
|
|
30
|
+
*/
|
|
31
|
+
dotActiveWidth: number | string;
|
|
32
|
+
/**
|
|
33
|
+
* @desc 切换箭头大小
|
|
34
|
+
* @descEN Size of arrows
|
|
35
|
+
*/
|
|
36
|
+
arrowSize: number;
|
|
37
|
+
/**
|
|
38
|
+
* @desc 切换箭头边距
|
|
39
|
+
* @descEN arrows offset to Carousel edge
|
|
40
|
+
*/
|
|
41
|
+
arrowOffset: number;
|
|
42
|
+
}
|
|
43
|
+
export declare const prepareComponentToken: GetDefaultToken<'Carousel'>;
|
|
44
|
+
declare const _default: (prefixCls: string, rootCls?: string) => readonly [(node: React.ReactElement) => React.ReactElement, string, string];
|
|
45
|
+
//#endregion
|
|
46
|
+
export { _default as default };
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{resetComponent as e}from"../../style/index.js";import{genStyleHooks as t}from"../../theme/util/genStyleUtils.js";import"../../theme/internal.js";import{unit as n}from"@ant-design/cssinjs";const r=t=>{let{componentCls:n,antCls:r}=t;return{[n]:{...e(t),".slick-slider":{position:`relative`,display:`block`,boxSizing:`border-box`,touchAction:`pan-y`,WebkitTouchCallout:`none`,WebkitTapHighlightColor:`transparent`,".slick-track, .slick-list":{transform:`translate3d(0, 0, 0)`,touchAction:`pan-y`}},".slick-list":{position:`relative`,display:`block`,margin:0,padding:0,overflow:`hidden`,"&:focus":{outline:`none`},"&.dragging":{cursor:`pointer`},".slick-slide":{pointerEvents:`none`,[`input${r}-radio-input, input${r}-checkbox-input`]:{visibility:`hidden`},"&.slick-active":{pointerEvents:`auto`,[`input${r}-radio-input, input${r}-checkbox-input`]:{visibility:`visible`}},"> div > div":{verticalAlign:`bottom`}}},".slick-track":{position:`relative`,top:0,insetInlineStart:0,display:`block`,"&::before, &::after":{display:`table`,content:`""`},"&::after":{clear:`both`}},".slick-slide":{display:`none`,float:`left`,height:`100%`,minHeight:1,img:{display:`block`},"&.dragging img":{pointerEvents:`none`}},".slick-initialized .slick-slide":{display:`block`},".slick-vertical .slick-slide":{display:`block`,height:`auto`}}}},i=e=>{let{componentCls:t,motionDurationSlow:n,arrowSize:r,arrowOffset:i}=e,a=e.calc(r).div(Math.SQRT2).equal();return[{[t]:{".slick-prev, .slick-next":{position:`absolute`,top:`50%`,width:r,height:r,transform:`translateY(-50%)`,color:`#fff`,opacity:.4,background:`transparent`,padding:0,lineHeight:0,border:0,outline:`none`,cursor:`pointer`,zIndex:1,transition:`opacity ${n}`,"&:hover, &:focus":{opacity:1},"&.slick-disabled":{pointerEvents:`none`,opacity:0},"&::after":{boxSizing:`border-box`,position:`absolute`,top:e.calc(r).sub(a).div(2).equal(),insetInlineStart:e.calc(r).sub(a).div(2).equal(),display:`inline-block`,width:a,height:a,border:`0 solid currentcolor`,borderInlineWidth:`2px 0`,borderBlockWidth:`2px 0`,borderRadius:1,content:`""`}},".slick-prev":{insetInlineStart:i,"&::after":{transform:`rotate(-45deg)`}},".slick-next":{insetInlineEnd:i,"&::after":{transform:`rotate(135deg)`}}}}]},a=e=>{let{componentCls:t,dotOffset:n,dotWidth:r,dotHeight:i,dotGap:a,colorBgContainer:o,motionDurationSlow:s}=e;return[{[t]:{".slick-dots":{position:`absolute`,insetInlineEnd:0,bottom:0,insetInlineStart:0,zIndex:15,display:`flex !important`,justifyContent:`center`,paddingInlineStart:0,margin:0,listStyle:`none`,"&-bottom":{bottom:n},"&-top":{top:n,bottom:`auto`},li:{position:`relative`,display:`inline-block`,flex:`0 1 auto`,boxSizing:`content-box`,width:r,height:i,marginInline:a,padding:0,textAlign:`center`,textIndent:-999,verticalAlign:`top`,transition:`all ${s}`,button:{position:`relative`,display:`block`,width:`100%`,height:i,padding:0,color:`transparent`,fontSize:0,background:o,border:0,borderRadius:i,outline:`none`,cursor:`pointer`,opacity:.2,transition:`all ${s}`,"&: hover, &:focus":{opacity:.75},"&::after":{position:`absolute`,inset:e.calc(a).mul(-1).equal(),content:`""`}},"&.slick-active":{width:e.dotActiveWidth,"& button":{background:o,opacity:1},"&: hover, &:focus":{opacity:1}}}}}}]},o=e=>{let{componentCls:t,dotOffset:r,arrowOffset:i,marginXXS:a}=e,o={width:e.dotHeight,height:e.dotWidth};return{[`${t}-vertical`]:{".slick-prev, .slick-next":{insetInlineStart:`50%`,marginBlockStart:`unset`,transform:`translateX(-50%)`},".slick-prev":{insetBlockStart:i,insetInlineStart:`50%`,"&::after":{transform:`rotate(45deg)`}},".slick-next":{insetBlockStart:`auto`,insetBlockEnd:i,"&::after":{transform:`rotate(-135deg)`}},".slick-dots":{top:`50%`,bottom:`auto`,flexDirection:`column`,width:e.dotHeight,height:`auto`,margin:0,transform:`translateY(-50%)`,"&-left":{insetInlineEnd:`auto`,insetInlineStart:r},"&-right":{insetInlineEnd:r,insetInlineStart:`auto`},li:{...o,margin:`${n(a)} 0`,verticalAlign:`baseline`,button:o,"&.slick-active":{...o,button:o}}}}}},s=e=>{let{componentCls:t}=e;return[{[`${t}-rtl`]:{direction:`rtl`,".slick-dots":{[`${t}-rtl&`]:{flexDirection:`row-reverse`}}}},{[`${t}-vertical`]:{".slick-dots":{[`${t}-rtl&`]:{flexDirection:`column`}}}}]},c=e=>({arrowSize:16,arrowOffset:e.marginXS,dotWidth:16,dotHeight:3,dotGap:e.marginXXS,dotOffset:12,dotWidthActive:24,dotActiveWidth:24});var l=t(`Carousel`,e=>[r(e),i(e),a(e),o(e),s(e)],c,{deprecatedTokens:[[`dotWidthActive`,`dotActiveWidth`]]});export{l as default,c as prepareComponentToken};
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { CascaderProps, DefaultOptionType } from "./index.js";
|
|
2
|
+
import * as React$1 from "react";
|
|
3
|
+
import { PickType } from "rc-cascader/lib/Panel";
|
|
4
|
+
//#region components/cascader/Panel.d.ts
|
|
5
|
+
export type PanelPickType = Exclude<PickType, 'checkable'> | 'multiple' | 'rootClassName';
|
|
6
|
+
export type CascaderPanelProps<OptionType extends DefaultOptionType = DefaultOptionType, ValueField extends keyof OptionType = keyof OptionType, Multiple extends boolean = boolean> = Pick<CascaderProps<OptionType, ValueField, Multiple>, PanelPickType>;
|
|
7
|
+
export type CascaderPanelAutoProps<OptionType extends DefaultOptionType = DefaultOptionType, ValueField extends keyof OptionType = keyof OptionType> = (CascaderPanelProps<OptionType, ValueField> & {
|
|
8
|
+
multiple?: false;
|
|
9
|
+
}) | (CascaderPanelProps<OptionType, ValueField, true> & {
|
|
10
|
+
multiple: true;
|
|
11
|
+
});
|
|
12
|
+
declare function CascaderPanel<OptionType extends DefaultOptionType = DefaultOptionType, ValueField extends keyof OptionType = keyof OptionType>(props: CascaderPanelAutoProps<OptionType, ValueField>): React$1.ReactElement<unknown, string | React$1.JSXElementConstructor<any>>;
|
|
13
|
+
//#endregion
|
|
14
|
+
export { CascaderPanel as default };
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import e from"../config-provider/DisabledContext.js";import t from"../config-provider/hooks/useCSSVarCls.js";import n from"../config-provider/defaultRenderEmpty.js";import r from"./hooks/useBase.js";import i from"./hooks/useCheckable.js";import a from"./hooks/useColumnIcons.js";import o from"./style/index.js";import s from"./style/panel.js";import*as c from"react";import l from"classnames";import{Panel as u}from"rc-cascader";function d(d){let{prefixCls:f,className:p,multiple:m,rootClassName:h,notFoundContent:g,direction:_,expandIcon:v,disabled:y}=d,b=c.useContext(e),x=y??b,[S,C,w,T]=r(f,_),E=t(C),[D,O,k]=o(C,E);s(C);let[A,j]=a(S,w===`rtl`,v),M=g||T?.(`Cascader`)||c.createElement(n,{componentName:`Cascader`}),N=i(C,m);return D(c.createElement(u,{...d,checkable:N,prefixCls:C,className:l(p,O,h,k,E),notFoundContent:M,direction:w,expandIcon:A,loadingIcon:j,disabled:x}))}export{d as default};
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { RenderEmptyHandler } from "../../config-provider/defaultRenderEmpty.js";
|
|
2
|
+
import { DirectionType } from "../../config-provider/context.js";
|
|
3
|
+
import "../../config-provider/index.js";
|
|
4
|
+
//#region components/cascader/hooks/useBase.d.ts
|
|
5
|
+
declare function useBase(customizePrefixCls?: string, direction?: DirectionType): [prefixCls: string, cascaderPrefixCls: string, direction?: DirectionType, renderEmpty?: RenderEmptyHandler];
|
|
6
|
+
//#endregion
|
|
7
|
+
export { useBase as default };
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{ConfigContext as e}from"../../config-provider/context.js";import"../../config-provider/index.js";import*as t from"react";function n(n,r){let{getPrefixCls:i,direction:a,renderEmpty:o}=t.useContext(e),s=r||a;return[i(`select`,n),i(`cascader`,n),s,o]}export{n as default};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import*as e from"react";function t(t,n){return e.useMemo(()=>n?e.createElement(`span`,{className:`${t}-checkbox-inner`}):!1,[n])}export{t as default};
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import * as React$1 from "react";
|
|
2
|
+
//#region components/cascader/hooks/useColumnIcons.d.ts
|
|
3
|
+
declare const useColumnIcons: (prefixCls: string, rtl: boolean, expandIcon?: React$1.ReactNode) => readonly [React$1.ReactNode, React$1.ReactNode];
|
|
4
|
+
//#endregion
|
|
5
|
+
export { useColumnIcons as default };
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import*as e from"react";import t from"@ant-design/icons/LoadingOutlined";import n from"@ant-design/icons/RightOutlined";import r from"@ant-design/icons/LeftOutlined";const i=(i,a,o)=>{let s=o;o||(s=a?e.createElement(r,null):e.createElement(n,null));let c=e.createElement(`span`,{className:`${i}-menu-item-loading-icon`},e.createElement(t,{spin:!0}));return e.useMemo(()=>[s,c],[s])};export{i as default};
|
|
@@ -0,0 +1,58 @@
|
|
|
1
|
+
import { SizeType } from "../config-provider/SizeContext.js";
|
|
2
|
+
import { AnyObject } from "../_util/type.js";
|
|
3
|
+
import { InputStatus } from "../_util/statusUtils.js";
|
|
4
|
+
import { SelectCommonPlacement } from "../_util/motion.js";
|
|
5
|
+
import CascaderPanel from "./Panel.js";
|
|
6
|
+
import { Variant } from "../config-provider/context.js";
|
|
7
|
+
import "../config-provider/index.js";
|
|
8
|
+
import * as React$1 from "react";
|
|
9
|
+
import { BaseOptionType, CascaderProps as CascaderProps$1, DefaultOptionType, FieldNames } from "rc-cascader";
|
|
10
|
+
//#region components/cascader/index.d.ts
|
|
11
|
+
export type FieldNamesType = FieldNames;
|
|
12
|
+
export type FilledFieldNamesType = Required<FieldNamesType>;
|
|
13
|
+
declare const SHOW_CHILD: "SHOW_CHILD", SHOW_PARENT: "SHOW_PARENT";
|
|
14
|
+
export interface CascaderProps<OptionType extends DefaultOptionType = DefaultOptionType, ValueField extends keyof OptionType = keyof OptionType, Multiple extends boolean = boolean> extends Omit<CascaderProps$1<OptionType, ValueField, Multiple>, 'checkable'> {
|
|
15
|
+
multiple?: Multiple;
|
|
16
|
+
size?: SizeType;
|
|
17
|
+
/**
|
|
18
|
+
* @deprecated `showArrow` is deprecated which will be removed in next major version. It will be a
|
|
19
|
+
* default behavior, you can hide it by setting `suffixIcon` to null.
|
|
20
|
+
*/
|
|
21
|
+
showArrow?: boolean;
|
|
22
|
+
disabled?: boolean;
|
|
23
|
+
/** @deprecated Use `variant` instead. */
|
|
24
|
+
bordered?: boolean;
|
|
25
|
+
placement?: SelectCommonPlacement;
|
|
26
|
+
suffixIcon?: React$1.ReactNode;
|
|
27
|
+
options?: OptionType[];
|
|
28
|
+
status?: InputStatus;
|
|
29
|
+
autoClearSearchValue?: boolean;
|
|
30
|
+
rootClassName?: string;
|
|
31
|
+
popupClassName?: string;
|
|
32
|
+
/** @deprecated Please use `popupClassName` instead */
|
|
33
|
+
dropdownClassName?: string;
|
|
34
|
+
/**
|
|
35
|
+
* @since 5.13.0
|
|
36
|
+
* @default "outlined"
|
|
37
|
+
*/
|
|
38
|
+
variant?: Variant;
|
|
39
|
+
}
|
|
40
|
+
export type CascaderAutoProps<OptionType extends DefaultOptionType = DefaultOptionType, ValueField extends keyof OptionType = keyof OptionType> = (CascaderProps<OptionType, ValueField> & {
|
|
41
|
+
multiple?: false;
|
|
42
|
+
}) | (CascaderProps<OptionType, ValueField, true> & {
|
|
43
|
+
multiple: true;
|
|
44
|
+
});
|
|
45
|
+
export interface CascaderRef {
|
|
46
|
+
focus: () => void;
|
|
47
|
+
blur: () => void;
|
|
48
|
+
}
|
|
49
|
+
declare const Cascader: (<OptionType extends DefaultOptionType = DefaultOptionType, ValueField extends keyof OptionType = keyof OptionType>(props: React$1.PropsWithChildren<CascaderAutoProps<OptionType, ValueField>> & React$1.RefAttributes<CascaderRef>) => React$1.ReactElement) & {
|
|
50
|
+
displayName: string;
|
|
51
|
+
SHOW_PARENT: typeof SHOW_PARENT;
|
|
52
|
+
SHOW_CHILD: typeof SHOW_CHILD;
|
|
53
|
+
Panel: typeof CascaderPanel;
|
|
54
|
+
_InternalPanelDoNotUseOrYouWillBeFired: typeof PurePanel;
|
|
55
|
+
};
|
|
56
|
+
declare const PurePanel: (props: AnyObject) => React$1.JSX.Element;
|
|
57
|
+
//#endregion
|
|
58
|
+
export { type BaseOptionType, type DefaultOptionType, Cascader as default };
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import"../_util/warning.js";import{ConfigContext as e}from"../config-provider/context.js";import t from"../config-provider/DisabledContext.js";import"../config-provider/index.js";import n from"../config-provider/hooks/useCSSVarCls.js";import{useZIndex as r}from"../_util/hooks/useZIndex.js";import{getTransitionName as i}from"../_util/motion.js";import a from"../config-provider/hooks/useSize.js";import{useCompactItemContext as o}from"../space/Compact.js";import{FormItemInputContext as s}from"../form/context.js";import c from"../_util/PurePanel.js";import{getMergedStatus as l,getStatusClassNames as u}from"../_util/statusUtils.js";import d from"../config-provider/defaultRenderEmpty.js";import f from"../form/hooks/useVariants.js";import ee from"../select/mergedBuiltinPlacements.js";import te from"../select/style/index.js";import ne from"../select/useIcons.js";import re from"../select/useShowArrow.js";import ie from"./hooks/useBase.js";import ae from"./hooks/useCheckable.js";import oe from"./hooks/useColumnIcons.js";import p from"./style/index.js";import m from"./Panel.js";import*as h from"react";import g from"classnames";import _ from"rc-util/lib/omit";import v from"rc-cascader";const{SHOW_CHILD:y,SHOW_PARENT:b}=v;function x(e,t,n){let r=e.toLowerCase().split(t).reduce((e,n,r)=>r===0?[n]:[...e,t,n],[]),i=[],a=0;return r.forEach((t,r)=>{let o=a+t.length,s=e.slice(a,o);a=o,r%2==1&&(s=h.createElement(`span`,{className:`${n}-menu-item-keyword`,key:`separator-${r}`},s)),i.push(s)}),i}const se=(e,t,n,r)=>{let i=[],a=e.toLowerCase();return t.forEach((e,t)=>{t!==0&&i.push(` / `);let o=e[r.label],s=typeof o;(s===`string`||s===`number`)&&(o=x(String(o),a,n)),i.push(o)}),i},S=h.forwardRef((c,m)=>{let{prefixCls:y,size:b,disabled:x,className:S,rootClassName:C,multiple:w,bordered:ce=!0,transitionName:le,choiceTransitionName:ue=``,popupClassName:de,dropdownClassName:fe,expandIcon:pe,placement:T,showSearch:E,allowClear:D=!0,notFoundContent:O,direction:k,getPopupContainer:A,status:j,showArrow:M,builtinPlacements:N,style:P,variant:F,...I}=c,L=_(I,[`suffixIcon`]),{getPopupContainer:R,getPrefixCls:z,popupOverflow:B,cascader:V}=h.useContext(e),{status:me,hasFeedback:H,isFormItemInput:he,feedbackIcon:ge}=h.useContext(s),_e=l(me,j),[U,W,G,ve]=ie(y,k),K=G===`rtl`,q=z(),J=n(U),[ye,Y,X]=te(U,J),Z=n(W),[be]=p(W,Z),{compactSize:xe,compactItemClassnames:Se}=o(U,k),[Ce,we]=f(`cascader`,F,ce),Te=O||ve?.(`Cascader`)||h.createElement(d,{componentName:`Cascader`}),Ee=g(de||fe,`${W}-dropdown`,{[`${W}-dropdown-rtl`]:G===`rtl`},C,J,Z,Y,X),De=h.useMemo(()=>{if(!E)return E;let e={render:se};return typeof E==`object`&&(e={...e,...E}),e},[E]),Q=a(e=>b??xe??e),$=h.useContext(t),Oe=x??$,[ke,Ae]=oe(U,K,pe),je=ae(W,w),Me=re(c.suffixIcon,M),{suffixIcon:Ne,removeIcon:Pe,clearIcon:Fe}=ne({...c,hasFeedback:H,feedbackIcon:ge,showSuffixIcon:Me,multiple:w,prefixCls:U,componentName:`Cascader`}),Ie=h.useMemo(()=>T===void 0?K?`bottomRight`:`bottomLeft`:T,[T,K]),Le=D===!0?{clearIcon:Fe}:D,[Re]=r(`SelectLike`,L.dropdownStyle?.zIndex);return be(ye(h.createElement(v,{prefixCls:U,className:g(!y&&W,{[`${U}-lg`]:Q===`large`,[`${U}-sm`]:Q===`small`,[`${U}-rtl`]:K,[`${U}-${Ce}`]:we,[`${U}-in-form-item`]:he},u(U,_e,H),Se,V?.className,S,C,J,Z,Y,X),disabled:Oe,style:{...V?.style,...P},...L,builtinPlacements:ee(N,B),direction:G,placement:Ie,notFoundContent:Te,allowClear:Le,showSearch:De,expandIcon:ke,suffixIcon:Ne,removeIcon:Pe,loadingIcon:Ae,checkable:je,dropdownClassName:Ee,dropdownPrefixCls:y||W,dropdownStyle:{...L.dropdownStyle,zIndex:Re},choiceTransitionName:i(q,``,ue),transitionName:i(q,`slide-up`,le),getPopupContainer:A||R,ref:m})))}),C=c(S,`dropdownAlign`,e=>_(e,[`visible`]));S.SHOW_PARENT=b,S.SHOW_CHILD=y,S.Panel=m,S._InternalPanelDoNotUseOrYouWillBeFired=C;export{S as default};
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import "../../theme/internal.js";
|
|
2
|
+
import { CascaderToken } from "./index.js";
|
|
3
|
+
import { GenerateStyle } from "../../theme/interface/index.js";
|
|
4
|
+
//#region components/cascader/style/columns.d.ts
|
|
5
|
+
declare const getColumnsStyle: GenerateStyle<CascaderToken>;
|
|
6
|
+
//#endregion
|
|
7
|
+
export { getColumnsStyle as default };
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import{textEllipsis as e}from"../../style/index.js";import{getStyle as t}from"../../checkbox/style/index.js";import{unit as n}from"@ant-design/cssinjs";const r=r=>{let{prefixCls:i,componentCls:a}=r,o=`${a}-menu-item`,s=`
|
|
2
|
+
&${o}-expand ${o}-expand-icon,
|
|
3
|
+
${o}-loading-icon
|
|
4
|
+
`;return[t(`${i}-checkbox`,r),{[a]:{"&-checkbox":{top:0,marginInlineEnd:r.paddingXS},"&-menus":{display:`flex`,flexWrap:`nowrap`,alignItems:`flex-start`,[`&${a}-menu-empty`]:{[`${a}-menu`]:{width:`100%`,height:`auto`,[o]:{color:r.colorTextDisabled}}}},"&-menu":{flexGrow:1,flexShrink:0,minWidth:r.controlItemWidth,height:r.dropdownHeight,margin:0,padding:r.menuPadding,overflow:`auto`,verticalAlign:`top`,listStyle:`none`,"-ms-overflow-style":`-ms-autohiding-scrollbar`,"&:not(:last-child)":{borderInlineEnd:`${n(r.lineWidth)} ${r.lineType} ${r.colorSplit}`},"&-item":{...e,display:`flex`,flexWrap:`nowrap`,alignItems:`center`,padding:r.optionPadding,lineHeight:r.lineHeight,cursor:`pointer`,transition:`all ${r.motionDurationMid}`,borderRadius:r.borderRadiusSM,"&:hover":{background:r.controlItemBgHover},"&-disabled":{color:r.colorTextDisabled,cursor:`not-allowed`,"&:hover":{background:`transparent`},[s]:{color:r.colorTextDisabled}},[`&-active:not(${o}-disabled)`]:{"&, &:hover":{fontWeight:r.optionSelectedFontWeight,backgroundColor:r.optionSelectedBg}},"&-content":{flex:`auto`},[s]:{marginInlineStart:r.paddingXXS,color:r.colorTextDescription,fontSize:r.fontSizeIcon},"&-keyword":{color:r.colorHighlight}}}}}]};export{r as default};
|