@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,14 @@
|
|
|
1
|
+
import "../../theme/internal.js";
|
|
2
|
+
import { GlobalToken } from "../../theme/interface/cssinjs-utils.js";
|
|
3
|
+
//#region components/_util/wave/interface.d.ts
|
|
4
|
+
export declare const TARGET_CLS = "ant-wave-target";
|
|
5
|
+
export type ShowWaveEffect = (element: HTMLElement, info: {
|
|
6
|
+
className: string;
|
|
7
|
+
token: GlobalToken;
|
|
8
|
+
component?: WaveComponent;
|
|
9
|
+
event: MouseEvent;
|
|
10
|
+
hashId: string;
|
|
11
|
+
}) => void;
|
|
12
|
+
export type ShowWave = (event: MouseEvent) => void;
|
|
13
|
+
export type WaveComponent = 'Tag' | 'Button' | 'Checkbox' | 'Radio' | 'Switch';
|
|
14
|
+
//#endregion
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import"../../config-provider/context.js";import"../../config-provider/index.js";const e=`ant-wave-target`;export{e as TARGET_CLS};
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import "../../theme/internal.js";
|
|
2
|
+
import { FullToken } from "../../theme/interface/cssinjs-utils.js";
|
|
3
|
+
//#region components/_util/wave/style.d.ts
|
|
4
|
+
export interface ComponentToken {}
|
|
5
|
+
export interface WaveToken extends FullToken<'Wave'> {}
|
|
6
|
+
declare const _default: (prefixCls: string, rootCls?: string) => import("@ant-design/cssinjs-utils/lib/interface").UseComponentStyleResult;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { _default as default };
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{genComponentStyleHook as e}from"../../theme/util/genStyleUtils.js";import"../../theme/internal.js";const t=e=>{let{componentCls:t,colorPrimary:n}=e;return{[t]:{position:`absolute`,background:`transparent`,pointerEvents:`none`,boxSizing:`border-box`,color:`var(--wave-color, ${n})`,boxShadow:`0 0 0 0 currentcolor`,opacity:.2,"&.wave-motion-appear":{transition:[`box-shadow 0.4s ${e.motionEaseOutCirc}`,`opacity 2s ${e.motionEaseOutCirc}`].join(`,`),"&-active":{boxShadow:`0 0 0 6px currentcolor`,opacity:0},"&.wave-quick":{transition:[`box-shadow ${e.motionDurationSlow} ${e.motionEaseInOut}`,`opacity ${e.motionDurationSlow} ${e.motionEaseInOut}`].join(`,`)}}}}};var n=e(`Wave`,e=>[t(e)]);export{n as default};
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import { ShowWave, WaveComponent } from "./interface.js";
|
|
2
|
+
import * as React$1 from "react";
|
|
3
|
+
//#region components/_util/wave/useWave.d.ts
|
|
4
|
+
declare const useWave: (nodeRef: React$1.RefObject<HTMLElement>, className: string, component?: WaveComponent) => ShowWave;
|
|
5
|
+
//#endregion
|
|
6
|
+
export { useWave as default };
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{ConfigContext as e}from"../../config-provider/context.js";import t from"../../theme/useToken.js";import"../../config-provider/index.js";import{TARGET_CLS as n}from"./interface.js";import r from"./WaveEffect.js";import*as i from"react";import a from"rc-util/lib/raf";import o from"rc-util/lib/hooks/useEvent";const s=(s,c,l)=>{let{wave:u}=i.useContext(e),[,d,f]=t(),p=o(e=>{let t=s.current;if(u?.disabled||!t)return;let i=t.querySelector(`.${n}`)||t,{showEffect:a}=u||{};(a||r)(i,{className:c,token:d,component:l,event:e,hashId:f})}),m=i.useRef(null);return e=>{a.cancel(m.current),m.current=a(()=>{p(e)})}};export{s as default};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
function e(e){return e&&e!==`#fff`&&e!==`#ffffff`&&e!==`rgb(255, 255, 255)`&&e!==`rgba(255, 255, 255, 1)`&&!/rgba\((?:\d*, ){3}0\)/.test(e)&&e!==`transparent`}function t(t){let{borderTopColor:n,borderColor:r,backgroundColor:i}=getComputedStyle(t);return e(n)?n:e(r)?r:e(i)?i:null}export{t as getTargetWaveColor,e as isValidWaveColor};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import e from"react";const t=e.createContext(void 0);export{t as default};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{__commonJSMin as e}from"../../../../../../../../../runtime.js";var t=e((()=>{}));export default t();export{t as require_util_inspect};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
var e=Object.create,t=Object.defineProperty,n=Object.getOwnPropertyDescriptor,r=Object.getOwnPropertyNames,i=Object.getPrototypeOf,a=Object.prototype.hasOwnProperty,o=(e,t)=>()=>(t||(e((t={exports:{}}).exports,t),e=null),t.exports),s=(e,n)=>{let r={};for(var i in e)t(r,i,{get:e[i],enumerable:!0});return n||t(r,Symbol.toStringTag,{value:`Module`}),r},c=(e,i,o,s)=>{if(i&&typeof i==`object`||typeof i==`function`)for(var c=r(i),l=0,u=c.length,d;l<u;l++)d=c[l],!a.call(e,d)&&d!==o&&t(e,d,{get:(e=>i[e]).bind(null,d),enumerable:!(s=n(i,d))||s.enumerable});return e},l=(e,t,n)=>(c(e,t,`default`),n&&c(n,t,`default`)),u=(n,r,o)=>(o=n==null?{}:e(i(n)),c(r||!n||!n.__esModule||!a.call(n,`default`)?t(o,`default`,{value:n,enumerable:!0}):o,n));export{o as __commonJSMin,s as __exportAll,l as __reExport,u as __toESM};
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import throttleByAnimationFrame from "../_util/throttleByAnimationFrame.js";
|
|
2
|
+
import React from "react";
|
|
3
|
+
//#region components/affix/index.d.ts
|
|
4
|
+
export interface AffixProps {
|
|
5
|
+
/** Triggered when the specified offset is reached from the top of the window */
|
|
6
|
+
offsetTop?: number;
|
|
7
|
+
/** Triggered when the specified offset is reached from the bottom of the window */
|
|
8
|
+
offsetBottom?: number;
|
|
9
|
+
style?: React.CSSProperties;
|
|
10
|
+
/** Callback function triggered when fixed state changes */
|
|
11
|
+
onChange?: (affixed?: boolean) => void;
|
|
12
|
+
/** Set the element that Affix needs to listen to its scroll event, the value is a function that returns the corresponding DOM element */
|
|
13
|
+
target?: () => Window | HTMLElement | null;
|
|
14
|
+
prefixCls?: string;
|
|
15
|
+
className?: string;
|
|
16
|
+
rootClassName?: string;
|
|
17
|
+
children: React.ReactNode;
|
|
18
|
+
}
|
|
19
|
+
export interface AffixRef {
|
|
20
|
+
updatePosition: ReturnType<typeof throttleByAnimationFrame>;
|
|
21
|
+
}
|
|
22
|
+
declare const Affix: React.ForwardRefExoticComponent<AffixProps & React.RefAttributes<AffixRef>>;
|
|
23
|
+
//#endregion
|
|
24
|
+
export { Affix as default };
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import e from"../_util/throttleByAnimationFrame.js";import{ConfigContext as t}from"../config-provider/context.js";import"../config-provider/index.js";import n from"./style/index.js";import{getFixedBottom as r,getFixedTop as i,getTargetRect as a}from"./utils.js";import o from"react";import s from"classnames";import c from"rc-resize-observer";import l from"rc-util/lib/omit";const u=[`resize`,`scroll`,`touchstart`,`touchmove`,`touchend`,`pageshow`,`load`];function d(){return typeof window<`u`?window:null}const f=o.forwardRef((f,p)=>{let{style:m,offsetTop:h,offsetBottom:g,prefixCls:_,className:v,rootClassName:y,children:b,target:x,onChange:S}=f,{getPrefixCls:C,getTargetContainer:w}=o.useContext(t),T=C(`affix`,_),[E,D]=o.useState(!1),[O,k]=o.useState(),[A,j]=o.useState(),M=o.useRef(0),N=o.useRef(null),P=o.useRef(null),F=o.useRef(null),I=o.useRef(null),L=o.useRef(null),R=x??w??d,z=g===void 0&&h===void 0?0:h,B=()=>{if(M.current!==1||!I.current||!F.current||!R)return;let e=R();if(e){let t={status:0},n=a(F.current);if(n.top===0&&n.left===0&&n.width===0&&n.height===0)return;let o=a(e),s=i(n,o,z),c=r(n,o,g);s===void 0?c!==void 0&&(t.affixStyle={position:`fixed`,bottom:c,width:n.width,height:n.height},t.placeholderStyle={width:n.width,height:n.height}):(t.affixStyle={position:`fixed`,top:s,width:n.width,height:n.height},t.placeholderStyle={width:n.width,height:n.height}),t.lastAffix=!!t.affixStyle,E!==t.lastAffix&&S?.(t.lastAffix),M.current=t.status,k(t.affixStyle),j(t.placeholderStyle),D(t.lastAffix)}},V=()=>{M.current=1,B()},H=e(()=>{V()}),U=e(()=>{if(R&&O){let e=R();if(e&&F.current){let t=a(e),n=a(F.current),o=i(n,t,z),s=r(n,t,g);if(o!==void 0&&O.top===o||s!==void 0&&O.bottom===s)return}}V()}),W=()=>{let e=R?.();e&&(u.forEach(t=>{P.current&&N.current?.removeEventListener(t,P.current),e?.addEventListener(t,U)}),N.current=e,P.current=U)},G=()=>{L.current&&=(clearTimeout(L.current),null);let e=R?.();u.forEach(t=>{e?.removeEventListener(t,U),P.current&&N.current?.removeEventListener(t,P.current)}),H.cancel(),U.cancel()};o.useImperativeHandle(p,()=>({updatePosition:H})),o.useEffect(()=>(L.current=setTimeout(W),()=>G()),[]),o.useEffect(()=>{W()},[x,O]),o.useEffect(()=>{H()},[x,h,g]);let[K,q,J]=n(T),Y=s(y,q,T,J),X=s({[Y]:O}),Z=l(f,[`prefixCls`,`offsetTop`,`offsetBottom`,`target`,`onChange`,`rootClassName`]);return K(o.createElement(c,{onResize:H},o.createElement(`div`,{style:m,className:v,ref:F,...Z},O&&o.createElement(`div`,{style:A,"aria-hidden":`true`}),o.createElement(`div`,{className:X,ref:I,style:O},o.createElement(c,{onResize:H},b)))))});export{f as default};
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import "../../theme/internal.js";
|
|
2
|
+
import { GetDefaultToken } from "../../theme/interface/cssinjs-utils.js";
|
|
3
|
+
//#region components/affix/style/index.d.ts
|
|
4
|
+
export interface ComponentToken {
|
|
5
|
+
/**
|
|
6
|
+
* @desc 弹出层的 z-index
|
|
7
|
+
* @descEN z-index of popup
|
|
8
|
+
*/
|
|
9
|
+
zIndexPopup: number;
|
|
10
|
+
}
|
|
11
|
+
export declare const prepareComponentToken: GetDefaultToken<'Affix'>;
|
|
12
|
+
declare const _default: (prefixCls: string, rootCls?: string) => readonly [(node: React.ReactElement) => React.ReactElement, string, string];
|
|
13
|
+
//#endregion
|
|
14
|
+
export { _default as default };
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{genStyleHooks as e}from"../../theme/util/genStyleUtils.js";import"../../theme/internal.js";const t=e=>{let{componentCls:t}=e;return{[t]:{position:`fixed`,zIndex:e.zIndexPopup}}},n=e=>({zIndexPopup:e.zIndexBase+10});var r=e(`Affix`,t,n);export{r as default,n as prepareComponentToken};
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
//#region components/affix/utils.d.ts
|
|
2
|
+
export type BindElement = HTMLElement | Window | null | undefined;
|
|
3
|
+
export declare function getTargetRect(target: BindElement): DOMRect;
|
|
4
|
+
export declare function getFixedTop(placeholderRect: DOMRect, targetRect: DOMRect, offsetTop?: number): number | undefined;
|
|
5
|
+
export declare function getFixedBottom(placeholderRect: DOMRect, targetRect: DOMRect, offsetBottom?: number): number | undefined;
|
|
6
|
+
//#endregion
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
function e(e){return e===window?{top:0,bottom:window.innerHeight}:e.getBoundingClientRect()}function t(e,t,n){if(n!==void 0&&Math.round(t.top)>Math.round(e.top)-n)return n+t.top}function n(e,t,n){if(n!==void 0&&Math.round(t.bottom)<Math.round(e.bottom)+n)return n+(window.innerHeight-t.bottom)}export{n as getFixedBottom,t as getFixedTop,e as getTargetRect};
|
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
import { ClosableType } from "../_util/hooks/useClosable.js";
|
|
2
|
+
import * as React$1 from "react";
|
|
3
|
+
//#region components/alert/Alert.d.ts
|
|
4
|
+
export interface AlertRef {
|
|
5
|
+
nativeElement: HTMLDivElement;
|
|
6
|
+
}
|
|
7
|
+
export interface AlertProps {
|
|
8
|
+
/** Type of Alert styles, options:`success`, `info`, `warning`, `error` */
|
|
9
|
+
type?: 'success' | 'info' | 'warning' | 'error';
|
|
10
|
+
/** Whether Alert can be closed */
|
|
11
|
+
closable?: ClosableType;
|
|
12
|
+
/**
|
|
13
|
+
* @deprecated please use `closable.closeIcon` instead.
|
|
14
|
+
* Close text to show
|
|
15
|
+
*/
|
|
16
|
+
closeText?: React$1.ReactNode;
|
|
17
|
+
/** Content of Alert */
|
|
18
|
+
message?: React$1.ReactNode;
|
|
19
|
+
/** Additional content of Alert */
|
|
20
|
+
description?: React$1.ReactNode;
|
|
21
|
+
/** Callback when close Alert */
|
|
22
|
+
onClose?: React$1.MouseEventHandler<HTMLButtonElement>;
|
|
23
|
+
/** Trigger when animation ending of Alert */
|
|
24
|
+
afterClose?: () => void;
|
|
25
|
+
/** Whether to show icon */
|
|
26
|
+
showIcon?: boolean;
|
|
27
|
+
/** https://www.w3.org/TR/2014/REC-html5-20141028/dom.html#aria-role-attribute */
|
|
28
|
+
role?: string;
|
|
29
|
+
style?: React$1.CSSProperties;
|
|
30
|
+
prefixCls?: string;
|
|
31
|
+
className?: string;
|
|
32
|
+
rootClassName?: string;
|
|
33
|
+
banner?: boolean;
|
|
34
|
+
icon?: React$1.ReactNode;
|
|
35
|
+
closeIcon?: React$1.ReactNode;
|
|
36
|
+
action?: React$1.ReactNode;
|
|
37
|
+
onMouseEnter?: React$1.MouseEventHandler<HTMLDivElement>;
|
|
38
|
+
onMouseLeave?: React$1.MouseEventHandler<HTMLDivElement>;
|
|
39
|
+
onClick?: React$1.MouseEventHandler<HTMLDivElement>;
|
|
40
|
+
id?: string;
|
|
41
|
+
}
|
|
42
|
+
declare const Alert: React$1.ForwardRefExoticComponent<AlertProps & React$1.RefAttributes<AlertRef>>;
|
|
43
|
+
//#endregion
|
|
44
|
+
export { Alert as default };
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import"../_util/warning.js";import{ConfigContext as e}from"../config-provider/context.js";import"../config-provider/index.js";import{replaceElement as t}from"../_util/reactNode.js";import n from"./style/index.js";import*as r from"react";import i from"classnames";import a from"rc-motion";import o from"@ant-design/icons/CheckCircleFilled";import s from"@ant-design/icons/CloseCircleFilled";import c from"@ant-design/icons/CloseOutlined";import l from"@ant-design/icons/ExclamationCircleFilled";import u from"@ant-design/icons/InfoCircleFilled";import d from"rc-util/lib/pickAttrs";import{composeRef as f}from"rc-util/lib/ref";const p={success:o,info:u,error:s,warning:l},m=e=>{let{icon:n,prefixCls:a,type:o}=e,s=p[o]||null;return n?t(n,r.createElement(`span`,{className:`${a}-icon`},n),()=>({className:i(`${a}-icon`,n.props.className)})):r.createElement(s,{className:`${a}-icon`})},h=e=>{let{isClosable:t,prefixCls:n,closeIcon:i,handleClose:a,ariaProps:o}=e,s=i===!0||i===void 0?r.createElement(c,null):i;return t?r.createElement(`button`,{type:`button`,onClick:a,className:`${n}-close-icon`,tabIndex:0,...o},s):null},g=r.forwardRef((t,o)=>{let{description:s,prefixCls:c,message:l,banner:u,className:p,rootClassName:g,style:_,onMouseEnter:v,onMouseLeave:y,onClick:b,afterClose:x,showIcon:S,closable:C,closeText:w,closeIcon:T,action:E,id:D,...O}=t,[k,A]=r.useState(!1),j=r.useRef(null);r.useImperativeHandle(o,()=>({nativeElement:j.current}));let{getPrefixCls:M,direction:N,alert:P}=r.useContext(e),F=M(`alert`,c),[I,L,R]=n(F),z=e=>{A(!0),t.onClose?.(e)},B=r.useMemo(()=>t.type===void 0?u?`warning`:`info`:t.type,[t.type,u]),V=r.useMemo(()=>typeof C==`object`&&C.closeIcon||w?!0:typeof C==`boolean`?C:T!==!1&&T!=null||!!P?.closable,[w,T,C,P?.closable]),H=u&&S===void 0?!0:S,U=i(F,`${F}-${B}`,{[`${F}-with-description`]:!!s,[`${F}-no-icon`]:!H,[`${F}-banner`]:!!u,[`${F}-rtl`]:N===`rtl`},P?.className,p,g,R,L),W=d(O,{aria:!0,data:!0}),G=r.useMemo(()=>typeof C==`object`&&C.closeIcon?C.closeIcon:w||(T===void 0?typeof P?.closable==`object`&&P?.closable?.closeIcon?P?.closable?.closeIcon:P?.closeIcon:T),[T,C,w,P?.closeIcon]),K=r.useMemo(()=>{let e=C??P?.closable;if(typeof e==`object`){let{closeIcon:t,...n}=e;return n}return{}},[C,P?.closable]);return I(r.createElement(a,{visible:!k,motionName:`${F}-motion`,motionAppear:!1,motionEnter:!1,onLeaveStart:e=>({maxHeight:e.offsetHeight}),onLeaveEnd:x},({className:e,style:n},a)=>r.createElement(`div`,{id:D,ref:f(j,a),"data-show":!k,className:i(U,e),style:{...P?.style,..._,...n},onMouseEnter:v,onMouseLeave:y,onClick:b,role:`alert`,...W},H?r.createElement(m,{description:s,icon:t.icon,prefixCls:F,type:B}):null,r.createElement(`div`,{className:`${F}-content`},l?r.createElement(`div`,{className:`${F}-message`},l):null,s?r.createElement(`div`,{className:`${F}-description`},s):null),E?r.createElement(`div`,{className:`${F}-action`},E):null,r.createElement(h,{isClosable:V,prefixCls:F,closeIcon:G,handleClose:z,ariaProps:K}))))});export{g as default};
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
import * as React$1 from "react";
|
|
2
|
+
//#region components/alert/ErrorBoundary.d.ts
|
|
3
|
+
interface ErrorBoundaryProps {
|
|
4
|
+
message?: React$1.ReactNode;
|
|
5
|
+
description?: React$1.ReactNode;
|
|
6
|
+
children?: React$1.ReactNode;
|
|
7
|
+
id?: string;
|
|
8
|
+
}
|
|
9
|
+
interface ErrorBoundaryStates {
|
|
10
|
+
error?: Error | null;
|
|
11
|
+
info?: {
|
|
12
|
+
componentStack?: string;
|
|
13
|
+
};
|
|
14
|
+
}
|
|
15
|
+
declare class ErrorBoundary extends React$1.Component<ErrorBoundaryProps, ErrorBoundaryStates> {
|
|
16
|
+
state: {
|
|
17
|
+
error: undefined;
|
|
18
|
+
info: {
|
|
19
|
+
componentStack: string;
|
|
20
|
+
};
|
|
21
|
+
};
|
|
22
|
+
componentDidCatch(error: Error | null, info: object): void;
|
|
23
|
+
render(): string | number | bigint | boolean | React$1.JSX.Element | Iterable<React$1.ReactNode> | Promise<string | number | bigint | boolean | React$1.ReactPortal | React$1.ReactElement<unknown, string | React$1.JSXElementConstructor<any>> | Iterable<React$1.ReactNode> | null | undefined> | null | undefined;
|
|
24
|
+
}
|
|
25
|
+
//#endregion
|
|
26
|
+
export { ErrorBoundary as default };
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import e from"./Alert.js";import*as t from"react";var n=class extends t.Component{state={error:void 0,info:{componentStack:``}};componentDidCatch(e,t){this.setState({error:e,info:t})}render(){let{message:n,description:r,id:i,children:a}=this.props,{error:o,info:s}=this.state,c=s?.componentStack||null,l=n===void 0?(o||``).toString():n,u=r===void 0?c:r;return o?t.createElement(e,{id:i,type:`error`,message:l,description:t.createElement(`pre`,{style:{fontSize:`0.9em`,overflowX:`auto`}},u)}):a}};export{n as default};
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import Alert$1, { AlertProps } from "./Alert.js";
|
|
2
|
+
import ErrorBoundary from "./ErrorBoundary.js";
|
|
3
|
+
//#region components/alert/index.d.ts
|
|
4
|
+
type CompoundedComponent = typeof Alert$1 & {
|
|
5
|
+
ErrorBoundary: typeof ErrorBoundary;
|
|
6
|
+
};
|
|
7
|
+
declare const Alert: CompoundedComponent;
|
|
8
|
+
//#endregion
|
|
9
|
+
export { type AlertProps, Alert as default };
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import e from"./Alert.js";import t from"./ErrorBoundary.js";const n=e;n.ErrorBoundary=t;export{n as default};
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
import "../../theme/internal.js";
|
|
2
|
+
import { FullToken, GetDefaultToken } from "../../theme/interface/cssinjs-utils.js";
|
|
3
|
+
import { GenerateStyle } from "../../theme/interface/index.js";
|
|
4
|
+
import { CSSProperties } from "react";
|
|
5
|
+
//#region components/alert/style/index.d.ts
|
|
6
|
+
export interface ComponentToken {
|
|
7
|
+
/**
|
|
8
|
+
* @desc 默认内间距
|
|
9
|
+
* @descEN Default padding
|
|
10
|
+
*/
|
|
11
|
+
defaultPadding: CSSProperties['padding'];
|
|
12
|
+
/**
|
|
13
|
+
* @desc 带有描述的内间距
|
|
14
|
+
* @descEN Padding with description
|
|
15
|
+
*/
|
|
16
|
+
withDescriptionPadding: CSSProperties['padding'];
|
|
17
|
+
/**
|
|
18
|
+
* @desc 带有描述时的图标尺寸
|
|
19
|
+
* @descEN Icon size with description
|
|
20
|
+
*/
|
|
21
|
+
withDescriptionIconSize: number;
|
|
22
|
+
}
|
|
23
|
+
type AlertToken = FullToken<'Alert'> & {};
|
|
24
|
+
export declare const genBaseStyle: GenerateStyle<AlertToken>;
|
|
25
|
+
export declare const genTypeStyle: GenerateStyle<AlertToken>;
|
|
26
|
+
export declare const genActionStyle: GenerateStyle<AlertToken>;
|
|
27
|
+
export declare const prepareComponentToken: GetDefaultToken<'Alert'>;
|
|
28
|
+
declare const _default: (prefixCls: string, rootCls?: string) => readonly [(node: React.ReactElement) => React.ReactElement, string, string];
|
|
29
|
+
//#endregion
|
|
30
|
+
export { _default as default };
|
|
@@ -0,0 +1,3 @@
|
|
|
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=(e,t,r,i,a)=>({background:e,border:`${n(i.lineWidth)} ${i.lineType} ${t}`,[`${a}-icon`]:{color:r}}),i=t=>{let{componentCls:n,motionDurationSlow:r,marginXS:i,marginSM:a,fontSize:o,fontSizeLG:s,lineHeight:c,borderRadiusLG:l,motionEaseInOutCirc:u,withDescriptionIconSize:d,colorText:f,colorTextHeading:p,withDescriptionPadding:m,defaultPadding:h}=t;return{[n]:{...e(t),position:`relative`,display:`flex`,alignItems:`center`,padding:h,wordWrap:`break-word`,borderRadius:l,[`&${n}-rtl`]:{direction:`rtl`},[`${n}-content`]:{flex:1,minWidth:0},[`${n}-icon`]:{marginInlineEnd:i,lineHeight:0},"&-description":{display:`none`,fontSize:o,lineHeight:c},"&-message":{color:p},[`&${n}-motion-leave`]:{overflow:`hidden`,opacity:1,transition:`max-height ${r} ${u}, opacity ${r} ${u},
|
|
2
|
+
padding-top ${r} ${u}, padding-bottom ${r} ${u},
|
|
3
|
+
margin-bottom ${r} ${u}`},[`&${n}-motion-leave-active`]:{maxHeight:0,marginBottom:`0 !important`,paddingTop:0,paddingBottom:0,opacity:0}},[`${n}-with-description`]:{alignItems:`flex-start`,padding:m,[`${n}-icon`]:{marginInlineEnd:a,fontSize:d,lineHeight:0},[`${n}-message`]:{display:`block`,marginBottom:i,color:p,fontSize:s},[`${n}-description`]:{display:`block`,color:f}},[`${n}-banner`]:{marginBottom:0,border:`0 !important`,borderRadius:0}}},a=e=>{let{componentCls:t,colorSuccess:n,colorSuccessBorder:i,colorSuccessBg:a,colorWarning:o,colorWarningBorder:s,colorWarningBg:c,colorError:l,colorErrorBorder:u,colorErrorBg:d,colorInfo:f,colorInfoBorder:p,colorInfoBg:m}=e;return{[t]:{"&-success":r(a,i,n,e,t),"&-info":r(m,p,f,e,t),"&-warning":r(c,s,o,e,t),"&-error":{...r(d,u,l,e,t),[`${t}-description > pre`]:{margin:0,padding:0}}}}},o=e=>{let{componentCls:t,iconCls:r,motionDurationMid:i,marginXS:a,fontSizeIcon:o,colorIcon:s,colorIconHover:c}=e;return{[t]:{"&-action":{marginInlineStart:a},[`${t}-close-icon`]:{marginInlineStart:a,padding:0,overflow:`hidden`,fontSize:o,lineHeight:n(o),backgroundColor:`transparent`,border:`none`,outline:`none`,cursor:`pointer`,[`${r}-close`]:{color:s,transition:`color ${i}`,"&:hover":{color:c}}},"&-close-text":{color:s,transition:`color ${i}`,"&:hover":{color:c}}}}},s=e=>({withDescriptionIconSize:e.fontSizeHeading3,defaultPadding:`${e.paddingContentVerticalSM}px 12px`,withDescriptionPadding:`${e.paddingMD}px ${e.paddingContentHorizontalLG}px`});var c=t(`Alert`,e=>[i(e),a(e),o(e)],s);export{c as default,o as genActionStyle,i as genBaseStyle,a as genTypeStyle,s as prepareComponentToken};
|
|
@@ -0,0 +1,61 @@
|
|
|
1
|
+
import { AffixProps } from "../affix/index.js";
|
|
2
|
+
import { AnchorLinkBaseProps } from "./AnchorLink.js";
|
|
3
|
+
import * as React$1 from "react";
|
|
4
|
+
//#region components/anchor/Anchor.d.ts
|
|
5
|
+
export interface AnchorLinkItemProps extends AnchorLinkBaseProps {
|
|
6
|
+
key: React$1.Key;
|
|
7
|
+
children?: AnchorLinkItemProps[];
|
|
8
|
+
}
|
|
9
|
+
export type AnchorContainer = HTMLElement | Window;
|
|
10
|
+
export interface AnchorProps {
|
|
11
|
+
prefixCls?: string;
|
|
12
|
+
className?: string;
|
|
13
|
+
rootClassName?: string;
|
|
14
|
+
style?: React$1.CSSProperties;
|
|
15
|
+
/**
|
|
16
|
+
* @deprecated Please use `items` instead.
|
|
17
|
+
*/
|
|
18
|
+
children?: React$1.ReactNode;
|
|
19
|
+
offsetTop?: number;
|
|
20
|
+
bounds?: number;
|
|
21
|
+
affix?: boolean | Omit<AffixProps, 'offsetTop' | 'target' | 'children'>;
|
|
22
|
+
showInkInFixed?: boolean;
|
|
23
|
+
getContainer?: () => AnchorContainer;
|
|
24
|
+
/** Return customize highlight anchor */
|
|
25
|
+
getCurrentAnchor?: (activeLink: string) => string;
|
|
26
|
+
onClick?: (e: React$1.MouseEvent<HTMLElement>, link: {
|
|
27
|
+
title: React$1.ReactNode;
|
|
28
|
+
href: string;
|
|
29
|
+
}) => void;
|
|
30
|
+
/** Scroll to target offset value, if none, it's offsetTop prop value or 0. */
|
|
31
|
+
targetOffset?: number;
|
|
32
|
+
/** Listening event when scrolling change active link */
|
|
33
|
+
onChange?: (currentActiveLink: string) => void;
|
|
34
|
+
items?: AnchorLinkItemProps[];
|
|
35
|
+
direction?: AnchorDirection;
|
|
36
|
+
replace?: boolean;
|
|
37
|
+
}
|
|
38
|
+
export interface AnchorState {
|
|
39
|
+
activeLink: null | string;
|
|
40
|
+
}
|
|
41
|
+
export interface AnchorDefaultProps extends AnchorProps {
|
|
42
|
+
prefixCls: string;
|
|
43
|
+
affix: boolean;
|
|
44
|
+
showInkInFixed: boolean;
|
|
45
|
+
getContainer: () => AnchorContainer;
|
|
46
|
+
}
|
|
47
|
+
export type AnchorDirection = 'vertical' | 'horizontal';
|
|
48
|
+
export interface AntAnchor {
|
|
49
|
+
registerLink: (link: string) => void;
|
|
50
|
+
unregisterLink: (link: string) => void;
|
|
51
|
+
activeLink: string | null;
|
|
52
|
+
scrollTo: (link: string) => void;
|
|
53
|
+
onClick?: (e: React$1.MouseEvent<HTMLAnchorElement, MouseEvent>, link: {
|
|
54
|
+
title: React$1.ReactNode;
|
|
55
|
+
href: string;
|
|
56
|
+
}) => void;
|
|
57
|
+
direction: AnchorDirection;
|
|
58
|
+
}
|
|
59
|
+
declare const Anchor: React$1.FC<AnchorProps>;
|
|
60
|
+
//#endregion
|
|
61
|
+
export { Anchor as default };
|
|
@@ -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"../affix/index.js";import n from"../_util/getScroll.js";import r from"../_util/scrollTo.js";import i from"../config-provider/hooks/useCSSVarCls.js";import a from"./context.js";import o from"./AnchorLink.js";import s from"./style/index.js";import*as c from"react";import l from"classnames";import u from"rc-util/lib/hooks/useEvent";import d from"scroll-into-view-if-needed";function f(){return window}function p(e,t){if(!e.getClientRects().length)return 0;let n=e.getBoundingClientRect();return n.width||n.height?t===window?n.top-e.ownerDocument.documentElement.clientTop:n.top-t.getBoundingClientRect().top:n.top}const m=/#([\S ]+)$/,h=h=>{let{rootClassName:ee,prefixCls:te,className:g,style:_,offsetTop:v,affix:y=!0,showInkInFixed:b=!1,children:x,items:ne,direction:S=`vertical`,bounds:re,targetOffset:C,onClick:w,onChange:ie,getContainer:T,getCurrentAnchor:E,replace:D}=h,[O,k]=c.useState([]),[A,ae]=c.useState(null),j=c.useRef(A),M=c.useRef(null),N=c.useRef(null),P=c.useRef(!1),{direction:F,anchor:I,getTargetContainer:L,getPrefixCls:R}=c.useContext(e),z=R(`anchor`,te),B=i(z),[V,H,U]=s(z,B),W=T??L??f,G=JSON.stringify(O),K=u(e=>{O.includes(e)||k(t=>[...t,e])}),q=u(e=>{O.includes(e)&&k(t=>t.filter(t=>t!==e))}),oe=()=>{let e=M.current?.querySelector(`.${z}-link-title-active`);if(e&&N.current){let{style:t}=N.current,n=S===`horizontal`;t.top=n?``:`${e.offsetTop+e.clientHeight/2}px`,t.height=n?``:`${e.clientHeight}px`,t.left=n?`${e.offsetLeft}px`:``,t.width=n?`${e.clientWidth}px`:``,n&&d(e,{scrollMode:`if-needed`,block:`nearest`})}},se=(e,t=0,n=5)=>{let r=[],i=W();return e.forEach(e=>{let a=m.exec(e?.toString());if(!a)return;let o=document.getElementById(a[1]);if(o){let a=p(o,i);a<=t+n&&r.push({link:e,top:a})}}),r.length?r.reduce((e,t)=>t.top>e.top?t:e).link:``},J=u(e=>{if(j.current===e)return;let t=typeof E==`function`?E(e):e;ae(t),j.current=t,ie?.(e)}),Y=c.useCallback(()=>{if(P.current)return;let e=se(O,C===void 0?v||0:C,re);J(e)},[G,C,v]),X=c.useCallback(e=>{J(e);let t=m.exec(e);if(!t)return;let i=document.getElementById(t[1]);if(!i)return;let a=W(),o=n(a)+p(i,a);o-=C===void 0?v||0:C,P.current=!0,r(o,{getContainer:W,callback(){P.current=!1}})},[C,v]),ce=l(H,U,B,ee,`${z}-wrapper`,{[`${z}-wrapper-horizontal`]:S===`horizontal`,[`${z}-rtl`]:F===`rtl`},g,I?.className),le=l(z,{[`${z}-fixed`]:!y&&!b}),ue=l(`${z}-ink`,{[`${z}-ink-visible`]:A}),Z={maxHeight:v?`calc(100vh - ${v}px)`:`100vh`,...I?.style,..._},Q=e=>Array.isArray(e)?e.map(e=>c.createElement(o,{replace:D,...e,key:e.key},S===`vertical`&&Q(e.children))):null,$=c.createElement(`div`,{ref:M,className:ce,style:Z},c.createElement(`div`,{className:le},c.createElement(`span`,{className:ue,ref:N}),`items`in h?Q(ne):x));c.useEffect(()=>{let e=W();return Y(),e?.addEventListener(`scroll`,Y),()=>{e?.removeEventListener(`scroll`,Y)}},[G]),c.useEffect(()=>{typeof E==`function`&&J(E(j.current||``))},[E]),c.useEffect(()=>{oe()},[S,E,G,A]);let de=c.useMemo(()=>({registerLink:K,unregisterLink:q,scrollTo:X,activeLink:A,onClick:w,direction:S}),[A,w,X,S]),fe=y&&typeof y==`object`?y:void 0;return V(c.createElement(a.Provider,{value:de},y?c.createElement(t,{offsetTop:v,target:W,...fe},$):$))};export{h as default};
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import * as React$1 from "react";
|
|
2
|
+
//#region components/anchor/AnchorLink.d.ts
|
|
3
|
+
export interface AnchorLinkBaseProps {
|
|
4
|
+
prefixCls?: string;
|
|
5
|
+
href: string;
|
|
6
|
+
target?: string;
|
|
7
|
+
title: React$1.ReactNode;
|
|
8
|
+
className?: string;
|
|
9
|
+
replace?: boolean;
|
|
10
|
+
}
|
|
11
|
+
export interface AnchorLinkProps extends AnchorLinkBaseProps {
|
|
12
|
+
children?: React$1.ReactNode;
|
|
13
|
+
}
|
|
14
|
+
declare const AnchorLink: React$1.FC<AnchorLinkProps>;
|
|
15
|
+
//#endregion
|
|
16
|
+
export { AnchorLink as default };
|
|
@@ -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"./context.js";import*as n from"react";import r from"classnames";const i=i=>{let{href:a,title:o,prefixCls:s,children:c,className:l,target:u,replace:d}=i,{registerLink:f,unregisterLink:p,scrollTo:m,onClick:h,activeLink:g,direction:_}=n.useContext(t)||{};n.useEffect(()=>(f?.(a),()=>{p?.(a)}),[a]);let v=e=>{h?.(e,{title:o,href:a}),m?.(a),d&&(e.preventDefault(),window.location.replace(a))},{getPrefixCls:y}=n.useContext(e),b=y(`anchor`,s),x=g===a,S=r(`${b}-link`,l,{[`${b}-link-active`]:x}),C=r(`${b}-link-title`,{[`${b}-link-title-active`]:x});return n.createElement(`div`,{className:S},n.createElement(`a`,{className:C,href:a,title:typeof o==`string`?o:``,target:u,onClick:v},o),_===`horizontal`?null:c)};export{i as default};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import*as e from"react";const t=e.createContext(void 0);export{t as default};
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import AnchorLink, { AnchorLinkProps } from "./AnchorLink.js";
|
|
2
|
+
import Anchor$1, { AnchorProps } from "./Anchor.js";
|
|
3
|
+
//#region components/anchor/index.d.ts
|
|
4
|
+
type InternalAnchorType = typeof Anchor$1;
|
|
5
|
+
type CompoundedComponent = InternalAnchorType & {
|
|
6
|
+
Link: typeof AnchorLink;
|
|
7
|
+
};
|
|
8
|
+
declare const Anchor: CompoundedComponent;
|
|
9
|
+
//#endregion
|
|
10
|
+
export { type AnchorLinkProps, type AnchorProps, Anchor as default };
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import e from"./AnchorLink.js";import t from"./Anchor.js";const n=t;n.Link=e;export{n as default};
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import "../../theme/internal.js";
|
|
2
|
+
import { GetDefaultToken } from "../../theme/interface/cssinjs-utils.js";
|
|
3
|
+
//#region components/anchor/style/index.d.ts
|
|
4
|
+
export interface ComponentToken {
|
|
5
|
+
/**
|
|
6
|
+
* @desc 链接纵向内间距
|
|
7
|
+
* @descEN Vertical padding of link
|
|
8
|
+
*/
|
|
9
|
+
linkPaddingBlock: number;
|
|
10
|
+
/**
|
|
11
|
+
* @desc 链接横向内间距
|
|
12
|
+
* @descEN Horizontal padding of link
|
|
13
|
+
*/
|
|
14
|
+
linkPaddingInlineStart: number;
|
|
15
|
+
}
|
|
16
|
+
export declare const prepareComponentToken: GetDefaultToken<'Anchor'>;
|
|
17
|
+
declare const _default: (prefixCls: string, rootCls?: string) => readonly [(node: React.ReactElement) => React.ReactElement, string, string];
|
|
18
|
+
//#endregion
|
|
19
|
+
export { _default as default };
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{resetComponent as e,textEllipsis as t}from"../../style/index.js";import{genStyleHooks as n}from"../../theme/util/genStyleUtils.js";import{mergeToken as r}from"../../theme/internal.js";import{unit as i}from"@ant-design/cssinjs";const a=n=>{let{componentCls:r,holderOffsetBlock:a,motionDurationSlow:o,lineWidthBold:s,colorPrimary:c,lineType:l,colorSplit:u,calc:d}=n;return{[`${r}-wrapper`]:{marginBlockStart:d(a).mul(-1).equal(),paddingBlockStart:a,[r]:{...e(n),position:`relative`,paddingInlineStart:s,[`${r}-link`]:{paddingBlock:n.linkPaddingBlock,paddingInline:`${i(n.linkPaddingInlineStart)} 0`,"&-title":{...t,position:`relative`,display:`block`,marginBlockEnd:n.anchorTitleBlock,color:n.colorText,transition:`all ${n.motionDurationSlow}`,"&:only-child":{marginBlockEnd:0}},[`&-active > ${r}-link-title`]:{color:n.colorPrimary},[`${r}-link`]:{paddingBlock:n.anchorPaddingBlockSecondary}}},[`&:not(${r}-wrapper-horizontal)`]:{[r]:{"&::before":{position:`absolute`,insetInlineStart:0,top:0,height:`100%`,borderInlineStart:`${i(s)} ${l} ${u}`,content:`" "`},[`${r}-ink`]:{position:`absolute`,insetInlineStart:0,display:`none`,transform:`translateY(-50%)`,transition:`top ${o} ease-in-out`,width:s,backgroundColor:c,[`&${r}-ink-visible`]:{display:`inline-block`}}}},[`${r}-fixed ${r}-ink ${r}-ink`]:{display:`none`}}}},o=e=>{let{componentCls:t,motionDurationSlow:n,lineWidthBold:r,colorPrimary:a}=e;return{[`${t}-wrapper-horizontal`]:{position:`relative`,"&::before":{position:`absolute`,left:{_skip_check_:!0,value:0},right:{_skip_check_:!0,value:0},bottom:0,borderBottom:`${i(e.lineWidth)} ${e.lineType} ${e.colorSplit}`,content:`" "`},[t]:{overflowX:`scroll`,position:`relative`,display:`flex`,scrollbarWidth:`none`,"&::-webkit-scrollbar":{display:`none`},[`${t}-link:first-of-type`]:{paddingInline:0},[`${t}-ink`]:{position:`absolute`,bottom:0,transition:`left ${n} ease-in-out, width ${n} ease-in-out`,height:r,backgroundColor:a}}}}},s=e=>({linkPaddingBlock:e.paddingXXS,linkPaddingInlineStart:e.padding});var c=n(`Anchor`,e=>{let{fontSize:t,fontSizeLG:n,paddingXXS:i,calc:s}=e,c=r(e,{holderOffsetBlock:i,anchorPaddingBlockSecondary:s(i).div(2).equal(),anchorTitleBlock:s(t).div(14).mul(3).equal(),anchorBallSize:s(n).div(2).equal()});return[a(c),o(c)]},s);export{c as default,s as prepareComponentToken};
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import { ConfigOptions, MessageInstance } from "../message/interface.js";
|
|
2
|
+
import { HookAPI } from "../modal/useModal/index.js";
|
|
3
|
+
import { NotificationConfig, NotificationInstance } from "../notification/interface.js";
|
|
4
|
+
import React from "react";
|
|
5
|
+
//#region components/app/context.d.ts
|
|
6
|
+
export interface AppConfig {
|
|
7
|
+
message?: ConfigOptions;
|
|
8
|
+
notification?: NotificationConfig;
|
|
9
|
+
}
|
|
10
|
+
export declare const AppConfigContext: React.Context<AppConfig>;
|
|
11
|
+
export interface useAppProps {
|
|
12
|
+
message: MessageInstance;
|
|
13
|
+
notification: NotificationInstance;
|
|
14
|
+
modal: HookAPI;
|
|
15
|
+
}
|
|
16
|
+
declare const AppContext: React.Context<useAppProps>;
|
|
17
|
+
//#endregion
|
|
18
|
+
export { AppContext as default };
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import e from"react";const t=e.createContext({}),n=e.createContext({message:{},notification:{},modal:{}});export{t as AppConfigContext,n as default};
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { AnyObject, CustomComponent } from "../_util/type.js";
|
|
2
|
+
import { AppConfig, useAppProps } from "./context.js";
|
|
3
|
+
import React, { ReactNode } from "react";
|
|
4
|
+
//#region components/app/index.d.ts
|
|
5
|
+
export interface AppProps<P = AnyObject> extends AppConfig {
|
|
6
|
+
style?: React.CSSProperties;
|
|
7
|
+
className?: string;
|
|
8
|
+
rootClassName?: string;
|
|
9
|
+
prefixCls?: string;
|
|
10
|
+
children?: ReactNode;
|
|
11
|
+
component?: CustomComponent<P> | false;
|
|
12
|
+
}
|
|
13
|
+
declare const App: React.FC<AppProps> & {
|
|
14
|
+
useApp: () => useAppProps;
|
|
15
|
+
};
|
|
16
|
+
//#endregion
|
|
17
|
+
export { App as default };
|
package/es/app/index.js
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{devUseWarning as e}from"../_util/warning.js";import{ConfigContext as t}from"../config-provider/context.js";import"../config-provider/index.js";import n from"../message/useMessage.js";import r from"../modal/useModal/index.js";import i from"../notification/useNotification.js";import a,{AppConfigContext as o}from"./context.js";import s from"./style/index.js";import c,{useContext as l}from"react";import u from"classnames";const d=()=>c.useContext(a),f=d=>{let{prefixCls:f,children:p,className:m,rootClassName:h,message:g,notification:_,style:v,component:y=`div`}=d,{direction:b,getPrefixCls:x}=l(t),S=x(`app`,f),[C,w,T]=s(S),E=u(w,S,m,h,T,{[`${S}-rtl`]:b===`rtl`}),D=l(o),O=c.useMemo(()=>({message:{...D.message,...g},notification:{...D.notification,..._}}),[g,_,D.message,D.notification]),[k,A]=n(O.message),[j,M]=i(O.notification),[N,P]=r(),F=c.useMemo(()=>({message:k,notification:j,modal:N}),[k,j,N]);e(`App`)(!(T&&y===!1),`usage`,"When using cssVar, ensure `component` is assigned a valid React component string.");let I=y===!1?c.Fragment:y,L={className:E,style:v};return C(c.createElement(a.Provider,{value:F},c.createElement(o.Provider,{value:O},c.createElement(I,y===!1?void 0:L,P,A,M,p))))};f.useApp=d;export{f as default};
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import "../../theme/internal.js";
|
|
2
|
+
import { GetDefaultToken } from "../../theme/interface/cssinjs-utils.js";
|
|
3
|
+
//#region components/app/style/index.d.ts
|
|
4
|
+
export interface ComponentToken {}
|
|
5
|
+
export declare const prepareComponentToken: GetDefaultToken<'App'>;
|
|
6
|
+
declare const _default: (prefixCls: string, rootCls?: string) => readonly [(node: React.ReactElement) => React.ReactElement, string, string];
|
|
7
|
+
//#endregion
|
|
8
|
+
export { _default as default };
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{genStyleHooks as e}from"../../theme/util/genStyleUtils.js";import"../../theme/internal.js";const t=e=>{let{componentCls:t,colorText:n,fontSize:r,lineHeight:i,fontFamily:a}=e;return{[t]:{color:n,fontSize:r,lineHeight:i,fontFamily:a,[`&${t}-rtl`]:{direction:`rtl`}}}},n=()=>({});var r=e(`App`,t,n);export{r as default,n as prepareComponentToken};
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
import { AnyObject } from "../_util/type.js";
|
|
2
|
+
import { InputStatus } from "../_util/statusUtils.js";
|
|
3
|
+
import { BaseOptionType, DefaultOptionType, InternalSelectProps } from "../select/index.js";
|
|
4
|
+
import * as React$1 from "react";
|
|
5
|
+
import { BaseSelectRef } from "rc-select";
|
|
6
|
+
//#region components/auto-complete/index.d.ts
|
|
7
|
+
declare const Option$1: import("rc-select/lib/Option").OptionFC;
|
|
8
|
+
export interface DataSourceItemObject {
|
|
9
|
+
value: string;
|
|
10
|
+
text: string;
|
|
11
|
+
}
|
|
12
|
+
export type DataSourceItemType = DataSourceItemObject | React$1.ReactNode;
|
|
13
|
+
export interface AutoCompleteProps<ValueType = any, OptionType extends BaseOptionType | DefaultOptionType = DefaultOptionType> extends Omit<InternalSelectProps<ValueType, OptionType>, 'loading' | 'mode' | 'optionLabelProp' | 'labelInValue'> {
|
|
14
|
+
/** @deprecated Please use `options` instead */
|
|
15
|
+
dataSource?: DataSourceItemType[];
|
|
16
|
+
status?: InputStatus;
|
|
17
|
+
popupClassName?: string;
|
|
18
|
+
/** @deprecated Please use `popupClassName` instead */
|
|
19
|
+
dropdownClassName?: string;
|
|
20
|
+
/** @deprecated Please use `popupMatchSelectWidth` instead */
|
|
21
|
+
dropdownMatchSelectWidth?: boolean | number;
|
|
22
|
+
popupMatchSelectWidth?: boolean | number;
|
|
23
|
+
}
|
|
24
|
+
declare const RefAutoComplete: (<ValueType = any, OptionType extends BaseOptionType | DefaultOptionType = DefaultOptionType>(props: React$1.PropsWithChildren<AutoCompleteProps<ValueType, OptionType>> & React$1.RefAttributes<BaseSelectRef>) => React$1.ReactElement) & {
|
|
25
|
+
displayName?: string;
|
|
26
|
+
Option: typeof Option$1;
|
|
27
|
+
_InternalPanelDoNotUseOrYouWillBeFired: typeof PurePanel;
|
|
28
|
+
};
|
|
29
|
+
declare const PurePanel: (props: AnyObject) => React$1.JSX.Element;
|
|
30
|
+
//#endregion
|
|
31
|
+
export { RefAutoComplete as default };
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import"../_util/warning.js";import{ConfigContext as e}from"../config-provider/context.js";import"../config-provider/index.js";import{useZIndex as t}from"../_util/hooks/useZIndex.js";import n from"../_util/PurePanel.js";import r from"../select/index.js";import*as i from"react";import a from"classnames";import o from"rc-util/lib/omit";import s from"rc-util/lib/Children/toArray";const{Option:c}=r;function l(e){return e?.type&&(e.type.isSelectOption||e.type.isSelectOptGroup)}const u=i.forwardRef((n,u)=>{let{prefixCls:d,className:f,popupClassName:p,dropdownClassName:m,children:h,dataSource:g}=n,_=s(h),v;_.length===1&&i.isValidElement(_[0])&&!l(_[0])&&([v]=_);let y=v?()=>v:void 0,b;b=_.length&&l(_[0])?h:g?g.map(e=>{if(i.isValidElement(e))return e;switch(typeof e){case`string`:return i.createElement(c,{key:e,value:e},e);case`object`:{let{value:t}=e;return i.createElement(c,{key:t,value:t},e.text)}default:return}}):[];let{getPrefixCls:x}=i.useContext(e),S=x(`select`,d),[C]=t(`SelectLike`,n.dropdownStyle?.zIndex);return i.createElement(r,{ref:u,suffixIcon:null,...o(n,[`dataSource`,`dropdownClassName`]),prefixCls:S,popupClassName:p||m,dropdownStyle:{...n.dropdownStyle,zIndex:C},className:a(`${S}-auto-complete`,f),mode:r.SECRET_COMBOBOX_MODE_DO_NOT_USE,getInputElement:y},b)}),d=n(u,`dropdownAlign`,e=>o(e,[`visible`]));u.Option=c,u._InternalPanelDoNotUseOrYouWillBeFired=d;export{u as default};
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { ScreenSizeMap } from "../_util/responsiveObserver.js";
|
|
2
|
+
import * as React$1 from "react";
|
|
3
|
+
//#region components/avatar/AvatarContext.d.ts
|
|
4
|
+
export type AvatarSize = 'large' | 'small' | 'default' | number | ScreenSizeMap;
|
|
5
|
+
export interface AvatarContextType {
|
|
6
|
+
size?: AvatarSize;
|
|
7
|
+
shape?: 'circle' | 'square';
|
|
8
|
+
}
|
|
9
|
+
declare const AvatarContext: React$1.Context<AvatarContextType>;
|
|
10
|
+
//#endregion
|
|
11
|
+
export { AvatarContext as default };
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import*as e from"react";const t=e.createContext({});export{t as default};
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
import { AvatarSize } from "./AvatarContext.js";
|
|
2
|
+
import * as React$1 from "react";
|
|
3
|
+
//#region components/avatar/avatar.d.ts
|
|
4
|
+
export interface AvatarProps {
|
|
5
|
+
/** Shape of avatar, options: `circle`, `square` */
|
|
6
|
+
shape?: 'circle' | 'square';
|
|
7
|
+
size?: AvatarSize;
|
|
8
|
+
gap?: number;
|
|
9
|
+
/** Src of image avatar */
|
|
10
|
+
src?: React$1.ReactNode;
|
|
11
|
+
/** Srcset of image avatar */
|
|
12
|
+
srcSet?: string;
|
|
13
|
+
draggable?: boolean | 'true' | 'false';
|
|
14
|
+
/** Icon to be used in avatar */
|
|
15
|
+
icon?: React$1.ReactNode;
|
|
16
|
+
style?: React$1.CSSProperties;
|
|
17
|
+
prefixCls?: string;
|
|
18
|
+
className?: string;
|
|
19
|
+
rootClassName?: string;
|
|
20
|
+
children?: React$1.ReactNode;
|
|
21
|
+
alt?: string;
|
|
22
|
+
crossOrigin?: '' | 'anonymous' | 'use-credentials';
|
|
23
|
+
onClick?: (e?: React$1.MouseEvent<HTMLElement>) => void;
|
|
24
|
+
onError?: () => boolean;
|
|
25
|
+
}
|
|
26
|
+
declare const Avatar: React$1.ForwardRefExoticComponent<AvatarProps & React$1.RefAttributes<HTMLSpanElement>>;
|
|
27
|
+
//#endregion
|
|
28
|
+
export { Avatar as default };
|
|
@@ -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/useCSSVarCls.js";import n from"../config-provider/hooks/useSize.js";import{responsiveArray as r}from"../_util/responsiveObserver.js";import i from"../grid/hooks/useBreakpoint.js";import a from"./AvatarContext.js";import o from"./style/index.js";import*as s from"react";import c from"classnames";import l from"rc-resize-observer";import{composeRef as u}from"rc-util/lib/ref";const d=s.forwardRef((d,f)=>{let[p,m]=s.useState(1),[h,g]=s.useState(!1),[_,v]=s.useState(!0),y=s.useRef(null),b=s.useRef(null),x=u(f,y),{getPrefixCls:S,avatar:C}=s.useContext(e),w=s.useContext(a),T=()=>{if(!b.current||!y.current)return;let e=b.current.offsetWidth,t=y.current.offsetWidth;if(e!==0&&t!==0){let{gap:n=4}=d;n*2<t&&m(t-n*2<e?(t-n*2)/e:1)}};s.useEffect(()=>{g(!0)},[]),s.useEffect(()=>{v(!0),m(1)},[d.src]),s.useEffect(T,[d.gap]);let ee=()=>{let{onError:e}=d;e?.()!==!1&&v(!1)},{prefixCls:E,shape:D,size:O,src:k,srcSet:A,icon:j,className:M,rootClassName:N,alt:P,draggable:F,children:I,crossOrigin:L,...R}=d,z=n(e=>O??w?.size??e??`default`),B=Object.keys(typeof z==`object`&&z||{}).some(e=>[`xs`,`sm`,`md`,`lg`,`xl`,`xxl`].includes(e)),V=i(B),H=s.useMemo(()=>{if(typeof z!=`object`)return{};let e=r.find(e=>V[e]),t=z[e];return t?{width:t,height:t,fontSize:t&&(j||I)?t/2:18}:{}},[V,z]),U=S(`avatar`,E),W=t(U),[G,K,q]=o(U,W),J=c({[`${U}-lg`]:z===`large`,[`${U}-sm`]:z===`small`}),Y=s.isValidElement(k),X=D||w?.shape||`circle`,Z=c(U,J,C?.className,`${U}-${X}`,{[`${U}-image`]:Y||k&&_,[`${U}-icon`]:!!j},q,W,M,N,K),Q=typeof z==`number`?{width:z,height:z,fontSize:j?z/2:18}:{},$;if(typeof k==`string`&&_)$=s.createElement(`img`,{src:k,draggable:F,srcSet:A,onError:ee,alt:P,crossOrigin:L});else if(Y)$=k;else if(j)$=j;else if(h||p!==1){let e=`scale(${p})`,t={msTransform:e,WebkitTransform:e,transform:e};$=s.createElement(l,{onResize:T},s.createElement(`span`,{className:`${U}-string`,ref:b,style:{...t}},I))}else $=s.createElement(`span`,{className:`${U}-string`,style:{opacity:0},ref:b},I);return delete R.onError,delete R.gap,G(s.createElement(`span`,{...R,style:{...Q,...H,...C?.style,...R.style},className:Z,ref:x},$))});export{d as default};
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
import { AvatarSize } from "./AvatarContext.js";
|
|
2
|
+
import { PopoverProps } from "../popover/index.js";
|
|
3
|
+
import * as React$1 from "react";
|
|
4
|
+
//#region components/avatar/group.d.ts
|
|
5
|
+
export interface GroupProps {
|
|
6
|
+
className?: string;
|
|
7
|
+
rootClassName?: string;
|
|
8
|
+
children?: React$1.ReactNode;
|
|
9
|
+
style?: React$1.CSSProperties;
|
|
10
|
+
prefixCls?: string;
|
|
11
|
+
/** @deprecated Please use `max={{ count: number }}` */
|
|
12
|
+
maxCount?: number;
|
|
13
|
+
/** @deprecated Please use `max={{ style: CSSProperties }}` */
|
|
14
|
+
maxStyle?: React$1.CSSProperties;
|
|
15
|
+
/** @deprecated Please use `max={{ popover: PopoverProps }}` */
|
|
16
|
+
maxPopoverPlacement?: 'top' | 'bottom';
|
|
17
|
+
/** @deprecated Please use `max={{ popover: PopoverProps }}` */
|
|
18
|
+
maxPopoverTrigger?: 'hover' | 'focus' | 'click';
|
|
19
|
+
max?: {
|
|
20
|
+
count?: number;
|
|
21
|
+
style?: React$1.CSSProperties;
|
|
22
|
+
popover?: PopoverProps;
|
|
23
|
+
};
|
|
24
|
+
size?: AvatarSize;
|
|
25
|
+
shape?: 'circle' | 'square';
|
|
26
|
+
}
|
|
27
|
+
declare const Group: React$1.FC<GroupProps>;
|
|
28
|
+
//#endregion
|
|
29
|
+
export { Group as default };
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import"../_util/warning.js";import{ConfigContext as e}from"../config-provider/context.js";import"../config-provider/index.js";import{cloneElement as t}from"../_util/reactNode.js";import n from"../config-provider/hooks/useCSSVarCls.js";import r from"./AvatarContext.js";import i from"./style/index.js";import a from"./avatar.js";import o from"../popover/index.js";import*as s from"react";import c from"classnames";import l from"rc-util/lib/Children/toArray";const u=e=>{let{size:t,shape:n}=s.useContext(r),i=s.useMemo(()=>({size:e.size||t,shape:e.shape||n}),[e.size,e.shape,t,n]);return s.createElement(r.Provider,{value:i},e.children)},d=r=>{let{getPrefixCls:d,direction:f}=s.useContext(e),{prefixCls:p,className:m,rootClassName:h,style:g,maxCount:_,maxStyle:v,size:y,shape:b,maxPopoverPlacement:x,maxPopoverTrigger:S,children:C,max:w}=r,T=d(`avatar`,p),E=`${T}-group`,D=n(T),[O,k,A]=i(T,D),j=c(E,{[`${E}-rtl`]:f===`rtl`},A,D,m,h,k),M=l(C).map((e,n)=>t(e,{key:`avatar-key-${n}`})),N=w?.count||_,P=M.length;if(N&&N<P){let e=M.slice(0,N),t=M.slice(N,P),n=w?.style||v,r=w?.popover?.trigger||S||`hover`,i=w?.popover?.placement||x||`top`,l={content:t,...w?.popover,overlayClassName:c(`${E}-popover`,w?.popover?.overlayClassName),placement:i,trigger:r};return e.push(s.createElement(o,{key:`avatar-popover-key`,destroyTooltipOnHide:!0,...l},s.createElement(a,{style:n},`+${P-N}`))),O(s.createElement(u,{shape:b,size:y},s.createElement(`div`,{className:j,style:g},e)))}return O(s.createElement(u,{shape:b,size:y},s.createElement(`div`,{className:j,style:g},M)))};export{d as default};
|