tdesign-react 0.32.2 → 0.32.3-alpha.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/tdesign.css +10 -1
- package/dist/tdesign.css.map +1 -1
- package/dist/tdesign.js +77 -36
- package/dist/tdesign.js.map +1 -1
- package/dist/tdesign.min.css +1 -1
- package/dist/tdesign.min.css.map +1 -1
- package/dist/tdesign.min.js +4 -4
- package/dist/tdesign.min.js.map +1 -1
- package/es/_chunks/{dep-a3799de9.js → dep-0d8cb1c4.js} +2 -2
- package/es/_chunks/{dep-a3799de9.js.map → dep-0d8cb1c4.js.map} +1 -1
- package/{esm/_chunks/dep-e9990ee0.js → es/_chunks/dep-4e148bc3.js} +1 -1
- package/{esm/_chunks/dep-e9990ee0.js.map → es/_chunks/dep-4e148bc3.js.map} +1 -1
- package/es/_chunks/{dep-a5de29a4.js → dep-5dee1ad9.js} +1 -1
- package/es/_chunks/{dep-a5de29a4.js.map → dep-5dee1ad9.js.map} +1 -1
- package/es/_chunks/{dep-2529798e.js → dep-6488ed92.js} +1 -1
- package/{esm/_chunks/dep-2529798e.js.map → es/_chunks/dep-6488ed92.js.map} +1 -1
- package/{esm/_chunks/dep-d1528b10.js → es/_chunks/dep-8a15168f.js} +3 -3
- package/es/_chunks/{dep-d1528b10.js.map → dep-8a15168f.js.map} +1 -1
- package/es/_chunks/{dep-c7f581a7.js → dep-8b55b44a.js} +2 -2
- package/es/_chunks/{dep-c7f581a7.js.map → dep-8b55b44a.js.map} +1 -1
- package/es/_chunks/{dep-0ce437c4.js → dep-8e4f07c2.js} +5 -5
- package/es/_chunks/{dep-0ce437c4.js.map → dep-8e4f07c2.js.map} +1 -1
- package/{esm/_chunks/dep-96c19464.js → es/_chunks/dep-a2a5ab28.js} +3 -3
- package/{esm/_chunks/dep-96c19464.js.map → es/_chunks/dep-a2a5ab28.js.map} +1 -1
- package/es/_chunks/{dep-1d88789e.js → dep-be0a4168.js} +3 -3
- package/es/_chunks/{dep-1d88789e.js.map → dep-be0a4168.js.map} +1 -1
- package/{esm/_chunks/dep-6360cf0d.js → es/_chunks/dep-c661ce8e.js} +1 -1
- package/es/_chunks/{dep-6360cf0d.js.map → dep-c661ce8e.js.map} +1 -1
- package/{esm/_chunks/dep-732f97c6.js → es/_chunks/dep-c9cfaf9f.js} +2 -2
- package/{esm/_chunks/dep-732f97c6.js.map → es/_chunks/dep-c9cfaf9f.js.map} +1 -1
- package/es/_chunks/{dep-102e71e2.js → dep-f0f489a4.js} +1 -1
- package/{esm/_chunks/dep-102e71e2.js.map → es/_chunks/dep-f0f489a4.js.map} +1 -1
- package/{esm/_chunks/dep-b06993fb.js → es/_chunks/dep-f988e47f.js} +4 -4
- package/es/_chunks/{dep-c2896e84.js.map → dep-f988e47f.js.map} +1 -1
- package/es/_util/useAnimation.js +3 -3
- package/es/_util/useClickOutside.js +3 -3
- package/es/_util/useCommonClassName.js +3 -3
- package/es/_util/useConfig.js +3 -3
- package/es/_util/useRipple.js +3 -3
- package/es/addon/Addon.js +3 -3
- package/es/addon/index.js +3 -3
- package/es/affix/Affix.js +3 -3
- package/es/affix/index.js +3 -3
- package/es/alert/Alert.js +3 -3
- package/es/alert/index.js +3 -3
- package/es/anchor/Anchor.js +5 -5
- package/es/anchor/AnchorItem.js +3 -3
- package/es/anchor/AnchorTarget.js +3 -3
- package/es/anchor/index.js +5 -5
- package/es/avatar/AvararGroup.js +4 -4
- package/es/avatar/Avatar.js +4 -4
- package/es/avatar/index.js +4 -4
- package/es/badge/Badge.js +3 -3
- package/es/badge/index.js +3 -3
- package/es/breadcrumb/Breadcrumb.js +3 -3
- package/es/breadcrumb/BreadcrumbItem.js +3 -3
- package/es/breadcrumb/index.js +3 -3
- package/es/button/Button.js +3 -3
- package/es/button/index.js +3 -3
- package/es/calendar/Calendar.js +4 -4
- package/es/calendar/index.js +4 -4
- package/es/card/Card.js +14 -9
- package/es/card/Card.js.map +1 -1
- package/es/card/index.js +3 -3
- package/es/cascader/Cascader.js +6 -6
- package/es/cascader/components/InputContent.js +5 -5
- package/es/cascader/components/Item.js +4 -4
- package/es/cascader/components/Panel.js +4 -4
- package/es/cascader/index.js +6 -6
- package/es/cascader/utils/inputContent.js +3 -3
- package/es/checkbox/Checkbox.js +4 -4
- package/es/checkbox/CheckboxGroup.js +4 -4
- package/es/checkbox/index.js +4 -4
- package/es/collapse/Collapse.js +3 -3
- package/es/collapse/CollapsePanel.js +3 -3
- package/es/collapse/index.js +3 -3
- package/es/color-picker/ColorPicker.js +8 -8
- package/es/color-picker/ColorPickerPanel.js +8 -8
- package/es/color-picker/components/panel/format/index.js +3 -3
- package/es/color-picker/components/panel/format/inputs.js +3 -3
- package/es/color-picker/components/panel/header.js +4 -4
- package/es/color-picker/components/panel/index.js +8 -8
- package/es/color-picker/components/panel/linear-gradient.js +7 -7
- package/es/color-picker/components/panel/swatches.js +3 -3
- package/es/color-picker/components/trigger.js +3 -3
- package/es/color-picker/hooks/useClassname.js +3 -3
- package/es/color-picker/index.js +8 -8
- package/es/comment/Comment.js +3 -3
- package/es/comment/index.js +3 -3
- package/es/common/Check.js +3 -3
- package/es/common/FakeArrow.js +3 -3
- package/es/common/Portal.js +3 -3
- package/es/config-provider/ConfigContext.js +3 -3
- package/es/config-provider/ConfigProvider.js +3 -3
- package/es/config-provider/index.js +3 -3
- package/es/date-picker/DatePicker.js +3 -3
- package/es/date-picker/base/CalendarPresets.js +3 -3
- package/es/date-picker/base/Cell.js +3 -3
- package/es/date-picker/base/Header.js +3 -3
- package/es/date-picker/base/Table.js +3 -3
- package/es/date-picker/index.js +3 -3
- package/es/date-picker/panel/Date.js +3 -3
- package/es/date-picker/panel/DateRange.js +3 -3
- package/es/dialog/Dialog.js +3 -3
- package/es/dialog/RenderDialog.js +3 -3
- package/es/dialog/index.js +3 -3
- package/es/dialog/plugin.js +3 -3
- package/es/divider/Divider.js +3 -3
- package/es/divider/index.js +3 -3
- package/es/drawer/Drawer.js +3 -3
- package/es/drawer/DrawerWrapper.js +3 -3
- package/es/drawer/index.js +3 -3
- package/es/dropdown/Dropdown.js +6 -6
- package/es/dropdown/DropdownItem.js +3 -3
- package/es/dropdown/DropdownMenu.js +3 -3
- package/es/dropdown/index.js +6 -6
- package/es/form/Form.js +8 -8
- package/es/form/FormItem.js +8 -8
- package/es/form/formModel.js +3 -3
- package/es/form/hooks/useFormItemStyle.js +8 -8
- package/es/form/hooks/useInstance.js +5 -5
- package/es/form/index.js +8 -8
- package/es/grid/Col.js +3 -3
- package/es/grid/Row.js +3 -3
- package/es/grid/index.js +3 -3
- package/es/hooks/useCommonClassName.js +3 -3
- package/es/index.js +13 -13
- package/es/input/Input.js +3 -3
- package/es/input/InputGroup.js +3 -3
- package/es/input/index.js +3 -3
- package/es/input-number/InputNumber.js +10 -5
- package/es/input-number/InputNumber.js.map +1 -1
- package/es/input-number/StepHandler.js +3 -3
- package/es/input-number/index.js +3 -3
- package/es/input-number/utils/numberUtils.d.ts +2 -1
- package/es/input-number/utils/numberUtils.js +1 -1
- package/es/input-number/utils/numberUtils.js.map +1 -1
- package/es/layout/Aside.js +3 -3
- package/es/layout/Layout.js +3 -3
- package/es/layout/index.js +3 -3
- package/es/list/List.js +3 -3
- package/es/list/ListItem.js +3 -3
- package/es/list/ListItemMeta.js +3 -3
- package/es/list/index.js +3 -3
- package/es/loading/Loading.js +3 -3
- package/es/loading/gradient.js +3 -3
- package/es/loading/index.js +3 -3
- package/es/loading/plugin.js +3 -3
- package/es/locale/LocalReceiver.js +3 -3
- package/es/menu/HeadMenu.js +3 -3
- package/es/menu/Menu.js +3 -3
- package/es/menu/MenuGroup.js +3 -3
- package/es/menu/MenuItem.js +3 -3
- package/es/menu/SubMenu.js +3 -3
- package/es/menu/index.js +3 -3
- package/es/message/Message.js +3 -3
- package/es/message/MessageClose.js +3 -3
- package/es/message/MessageComponent.js +3 -3
- package/es/message/MessageIcon.js +3 -3
- package/es/message/index.js +3 -3
- package/es/message/useMessageClass.js +3 -3
- package/es/notification/Notification.js +4 -4
- package/es/notification/NotificationList.js +4 -4
- package/es/notification/NotificationPlugin.js +4 -4
- package/es/notification/index.js +4 -4
- package/es/pagination/Pagination.js +3 -3
- package/es/pagination/hooks/useBoundaryJumper.js +3 -3
- package/es/pagination/hooks/usePageNumber.js +3 -3
- package/es/pagination/hooks/usePrevNextJumper.js +3 -3
- package/es/pagination/hooks/useTotal.js +3 -3
- package/es/pagination/index.js +3 -3
- package/es/popconfirm/Popconfirm.js +3 -3
- package/es/popconfirm/Popcontent.js +3 -3
- package/es/popconfirm/index.js +3 -3
- package/es/popup/Popup.js +3 -3
- package/es/popup/hooks/useTriggerProps.js +3 -3
- package/es/popup/index.js +3 -3
- package/es/progress/Progress.js +3 -3
- package/es/progress/index.js +3 -3
- package/es/radio/Radio.js +4 -4
- package/es/radio/RadioGroup.js +4 -4
- package/es/radio/index.js +4 -4
- package/es/select/base/Option.js +3 -3
- package/es/select/base/OptionGroup.js +3 -3
- package/es/select/base/PopupContent.js +3 -3
- package/es/select/base/Select.js +3 -3
- package/es/select/index.js +3 -3
- package/es/select/util/helper.js +3 -3
- package/es/select-input/SelectInput.js +3 -3
- package/es/select-input/index.js +3 -3
- package/es/select-input/useMultiple.js +3 -3
- package/es/select-input/useSingle.js +3 -3
- package/es/skeleton/Skeleton.js +3 -3
- package/es/skeleton/index.js +3 -3
- package/es/slider/Slider.js +10 -8
- package/es/slider/Slider.js.map +1 -1
- package/es/slider/SliderHandleButton.js +3 -3
- package/es/slider/index.js +3 -3
- package/es/steps/StepItem.js +3 -3
- package/es/steps/Steps.js +3 -3
- package/es/steps/index.js +3 -3
- package/es/swiper/Swiper.js +3 -3
- package/es/swiper/SwiperItem.js +3 -3
- package/es/swiper/index.js +3 -3
- package/es/switch/Switch.js +3 -3
- package/es/switch/index.js +3 -3
- package/es/table/BaseTable.js +10 -7
- package/es/table/BaseTable.js.map +1 -1
- package/es/table/Ellipsis.js +9 -14
- package/es/table/Ellipsis.js.map +1 -1
- package/es/table/EnhancedTable.js +10 -10
- package/es/table/FilterController.js +7 -7
- package/es/table/PrimaryTable.js +16 -8
- package/es/table/PrimaryTable.js.map +1 -1
- package/es/table/SorterButton.js +3 -3
- package/es/table/TBody.js +4 -4
- package/es/table/TBody.js.map +1 -1
- package/es/table/TFoot.js +3 -3
- package/es/table/THead.js +16 -5
- package/es/table/THead.js.map +1 -1
- package/es/table/TR.js +3 -3
- package/es/table/defaultProps.d.ts +28 -0
- package/es/table/defaultProps.js +34 -0
- package/es/table/defaultProps.js.map +1 -0
- package/es/table/hooks/useAsyncLoading.js +3 -3
- package/es/table/hooks/useClassName.d.ts +1 -0
- package/es/table/hooks/useClassName.js +4 -3
- package/es/table/hooks/useClassName.js.map +1 -1
- package/es/table/hooks/useColumnController.js +17 -4
- package/es/table/hooks/useColumnController.js.map +1 -1
- package/es/table/hooks/useDragSort.js +3 -3
- package/es/table/hooks/useFilter.js +7 -7
- package/es/table/hooks/usePagination.js +3 -3
- package/es/table/hooks/useRowExpand.js +3 -3
- package/es/table/hooks/useRowSelect.js +5 -5
- package/es/table/hooks/useSorter.js +3 -3
- package/es/table/hooks/useStyle.js +5 -5
- package/es/table/hooks/useStyle.js.map +1 -1
- package/es/table/hooks/useTableHeader.d.ts +4 -4
- package/es/table/hooks/useTableHeader.js +42 -6
- package/es/table/hooks/useTableHeader.js.map +1 -1
- package/es/table/hooks/useTreeData.js +7 -7
- package/es/table/index.js +10 -10
- package/es/table/interface.d.ts +1 -1
- package/es/table/style/index.css +10 -1
- package/es/table/type.d.ts +24 -3
- package/es/tabs/TabBar.js +3 -3
- package/es/tabs/TabNav.js +3 -3
- package/es/tabs/TabNavItem.js +3 -3
- package/es/tabs/TabPanel.js +3 -3
- package/es/tabs/Tabs.js +3 -3
- package/es/tabs/index.js +3 -3
- package/es/tabs/useTabClass.js +3 -3
- package/es/tag/CheckTag.js +3 -3
- package/es/tag/Tag.js +3 -3
- package/es/tag/index.js +3 -3
- package/es/tag-input/TagInput.js +3 -3
- package/es/tag-input/index.js +3 -3
- package/es/tag-input/useTagList.js +3 -3
- package/es/textarea/Textarea.js +3 -3
- package/es/textarea/index.js +3 -3
- package/es/time-picker/InputItems.js +3 -3
- package/es/time-picker/TimePicker.js +3 -3
- package/es/time-picker/TimeRangePicker.js +3 -3
- package/es/time-picker/consts.js +3 -3
- package/es/time-picker/index.js +3 -3
- package/es/time-picker/panel/SinglePanel.js +3 -3
- package/es/time-picker/panel/TimePickerPanel.js +3 -3
- package/es/time-picker/panel/TimePickerRangePanel.js +3 -3
- package/es/tooltip/Tooltip.js +3 -3
- package/es/tooltip/index.js +3 -3
- package/es/transfer/Transfer.js +6 -6
- package/es/transfer/TransferList.js +6 -6
- package/es/transfer/index.js +6 -6
- package/es/transfer/utils.js +3 -3
- package/es/tree/Tree.js +8 -8
- package/es/tree/TreeItem.js +4 -4
- package/es/tree/index.js +8 -8
- package/es/tree/useStore.js +6 -6
- package/es/tree/useTreeConfig.js +3 -3
- package/es/tree-select/SelectArrow.js +3 -3
- package/es/tree-select/TreeSelect.js +8 -8
- package/es/tree-select/index.js +8 -8
- package/es/tree-select/useTreeSelectLocale.js +3 -3
- package/es/upload/dragger.js +3 -3
- package/es/upload/hooks/useSizeLimit.js +3 -3
- package/es/upload/index.js +6 -6
- package/es/upload/themes/dragger-progress.js +3 -3
- package/es/upload/themes/flow-list/file-list.js +3 -3
- package/es/upload/themes/flow-list/img-list.js +3 -3
- package/es/upload/themes/flow-list/index.js +3 -3
- package/es/upload/themes/image-card.js +3 -3
- package/es/upload/themes/single-file.js +3 -3
- package/es/upload/tips.js +3 -3
- package/es/upload/type.d.ts +10 -10
- package/es/upload/upload-trigger.js +3 -3
- package/es/upload/upload.js +6 -6
- package/{es/_chunks/dep-c2896e84.js → esm/_chunks/dep-0bf11d15.js} +4 -4
- package/esm/_chunks/{dep-b06993fb.js.map → dep-0bf11d15.js.map} +1 -1
- package/esm/_chunks/{dep-a3799de9.js → dep-0d8cb1c4.js} +2 -2
- package/esm/_chunks/{dep-a3799de9.js.map → dep-0d8cb1c4.js.map} +1 -1
- package/{es/_chunks/dep-e9990ee0.js → esm/_chunks/dep-4e148bc3.js} +1 -1
- package/{es/_chunks/dep-e9990ee0.js.map → esm/_chunks/dep-4e148bc3.js.map} +1 -1
- package/esm/_chunks/{dep-a5de29a4.js → dep-5dee1ad9.js} +1 -1
- package/esm/_chunks/{dep-a5de29a4.js.map → dep-5dee1ad9.js.map} +1 -1
- package/esm/_chunks/{dep-2529798e.js → dep-6488ed92.js} +1 -1
- package/{es/_chunks/dep-2529798e.js.map → esm/_chunks/dep-6488ed92.js.map} +1 -1
- package/{es/_chunks/dep-d1528b10.js → esm/_chunks/dep-8a15168f.js} +3 -3
- package/esm/_chunks/{dep-d1528b10.js.map → dep-8a15168f.js.map} +1 -1
- package/esm/_chunks/{dep-c7f581a7.js → dep-8b55b44a.js} +2 -2
- package/esm/_chunks/{dep-c7f581a7.js.map → dep-8b55b44a.js.map} +1 -1
- package/esm/_chunks/{dep-0ce437c4.js → dep-8e4f07c2.js} +5 -5
- package/esm/_chunks/{dep-0ce437c4.js.map → dep-8e4f07c2.js.map} +1 -1
- package/{es/_chunks/dep-96c19464.js → esm/_chunks/dep-a2a5ab28.js} +3 -3
- package/{es/_chunks/dep-96c19464.js.map → esm/_chunks/dep-a2a5ab28.js.map} +1 -1
- package/esm/_chunks/{dep-1d88789e.js → dep-be0a4168.js} +3 -3
- package/esm/_chunks/{dep-1d88789e.js.map → dep-be0a4168.js.map} +1 -1
- package/{es/_chunks/dep-6360cf0d.js → esm/_chunks/dep-c661ce8e.js} +1 -1
- package/esm/_chunks/{dep-6360cf0d.js.map → dep-c661ce8e.js.map} +1 -1
- package/{es/_chunks/dep-732f97c6.js → esm/_chunks/dep-c9cfaf9f.js} +2 -2
- package/{es/_chunks/dep-732f97c6.js.map → esm/_chunks/dep-c9cfaf9f.js.map} +1 -1
- package/esm/_chunks/{dep-102e71e2.js → dep-f0f489a4.js} +1 -1
- package/{es/_chunks/dep-102e71e2.js.map → esm/_chunks/dep-f0f489a4.js.map} +1 -1
- package/esm/_common/style/web/components/skeleton/_docs.less +14 -0
- package/esm/_common/style/web/components/table/_index.less +11 -1
- package/esm/_util/useAnimation.js +3 -3
- package/esm/_util/useClickOutside.js +3 -3
- package/esm/_util/useCommonClassName.js +3 -3
- package/esm/_util/useConfig.js +3 -3
- package/esm/_util/useRipple.js +3 -3
- package/esm/addon/Addon.js +3 -3
- package/esm/addon/index.js +3 -3
- package/esm/affix/Affix.js +3 -3
- package/esm/affix/index.js +3 -3
- package/esm/alert/Alert.js +3 -3
- package/esm/alert/index.js +3 -3
- package/esm/anchor/Anchor.js +5 -5
- package/esm/anchor/AnchorItem.js +3 -3
- package/esm/anchor/AnchorTarget.js +3 -3
- package/esm/anchor/index.js +5 -5
- package/esm/avatar/AvararGroup.js +4 -4
- package/esm/avatar/Avatar.js +4 -4
- package/esm/avatar/index.js +4 -4
- package/esm/badge/Badge.js +3 -3
- package/esm/badge/index.js +3 -3
- package/esm/breadcrumb/Breadcrumb.js +3 -3
- package/esm/breadcrumb/BreadcrumbItem.js +3 -3
- package/esm/breadcrumb/index.js +3 -3
- package/esm/button/Button.js +3 -3
- package/esm/button/index.js +3 -3
- package/esm/calendar/Calendar.js +4 -4
- package/esm/calendar/index.js +4 -4
- package/esm/card/Card.js +14 -9
- package/esm/card/Card.js.map +1 -1
- package/esm/card/index.js +3 -3
- package/esm/cascader/Cascader.js +6 -6
- package/esm/cascader/components/InputContent.js +5 -5
- package/esm/cascader/components/Item.js +4 -4
- package/esm/cascader/components/Panel.js +4 -4
- package/esm/cascader/index.js +6 -6
- package/esm/cascader/utils/inputContent.js +3 -3
- package/esm/checkbox/Checkbox.js +4 -4
- package/esm/checkbox/CheckboxGroup.js +4 -4
- package/esm/checkbox/index.js +4 -4
- package/esm/collapse/Collapse.js +3 -3
- package/esm/collapse/CollapsePanel.js +3 -3
- package/esm/collapse/index.js +3 -3
- package/esm/color-picker/ColorPicker.js +8 -8
- package/esm/color-picker/ColorPickerPanel.js +8 -8
- package/esm/color-picker/components/panel/format/index.js +3 -3
- package/esm/color-picker/components/panel/format/inputs.js +3 -3
- package/esm/color-picker/components/panel/header.js +4 -4
- package/esm/color-picker/components/panel/index.js +8 -8
- package/esm/color-picker/components/panel/linear-gradient.js +7 -7
- package/esm/color-picker/components/panel/swatches.js +3 -3
- package/esm/color-picker/components/trigger.js +3 -3
- package/esm/color-picker/hooks/useClassname.js +3 -3
- package/esm/color-picker/index.js +8 -8
- package/esm/comment/Comment.js +3 -3
- package/esm/comment/index.js +3 -3
- package/esm/common/Check.js +3 -3
- package/esm/common/FakeArrow.js +3 -3
- package/esm/common/Portal.js +3 -3
- package/esm/config-provider/ConfigContext.js +3 -3
- package/esm/config-provider/ConfigProvider.js +3 -3
- package/esm/config-provider/index.js +3 -3
- package/esm/date-picker/DatePicker.js +3 -3
- package/esm/date-picker/base/CalendarPresets.js +3 -3
- package/esm/date-picker/base/Cell.js +3 -3
- package/esm/date-picker/base/Header.js +3 -3
- package/esm/date-picker/base/Table.js +3 -3
- package/esm/date-picker/index.js +3 -3
- package/esm/date-picker/panel/Date.js +3 -3
- package/esm/date-picker/panel/DateRange.js +3 -3
- package/esm/dialog/Dialog.js +3 -3
- package/esm/dialog/RenderDialog.js +3 -3
- package/esm/dialog/index.js +3 -3
- package/esm/dialog/plugin.js +3 -3
- package/esm/divider/Divider.js +3 -3
- package/esm/divider/index.js +3 -3
- package/esm/drawer/Drawer.js +3 -3
- package/esm/drawer/DrawerWrapper.js +3 -3
- package/esm/drawer/index.js +3 -3
- package/esm/dropdown/Dropdown.js +6 -6
- package/esm/dropdown/DropdownItem.js +3 -3
- package/esm/dropdown/DropdownMenu.js +3 -3
- package/esm/dropdown/index.js +6 -6
- package/esm/form/Form.js +8 -8
- package/esm/form/FormItem.js +8 -8
- package/esm/form/formModel.js +3 -3
- package/esm/form/hooks/useFormItemStyle.js +8 -8
- package/esm/form/hooks/useInstance.js +5 -5
- package/esm/form/index.js +8 -8
- package/esm/grid/Col.js +3 -3
- package/esm/grid/Row.js +3 -3
- package/esm/grid/index.js +3 -3
- package/esm/hooks/useCommonClassName.js +3 -3
- package/esm/index.js +13 -13
- package/esm/input/Input.js +3 -3
- package/esm/input/InputGroup.js +3 -3
- package/esm/input/index.js +3 -3
- package/esm/input-number/InputNumber.js +10 -5
- package/esm/input-number/InputNumber.js.map +1 -1
- package/esm/input-number/StepHandler.js +3 -3
- package/esm/input-number/index.js +3 -3
- package/esm/input-number/utils/numberUtils.d.ts +2 -1
- package/esm/input-number/utils/numberUtils.js +1 -1
- package/esm/input-number/utils/numberUtils.js.map +1 -1
- package/esm/layout/Aside.js +3 -3
- package/esm/layout/Layout.js +3 -3
- package/esm/layout/index.js +3 -3
- package/esm/list/List.js +3 -3
- package/esm/list/ListItem.js +3 -3
- package/esm/list/ListItemMeta.js +3 -3
- package/esm/list/index.js +3 -3
- package/esm/loading/Loading.js +3 -3
- package/esm/loading/gradient.js +3 -3
- package/esm/loading/index.js +3 -3
- package/esm/loading/plugin.js +3 -3
- package/esm/locale/LocalReceiver.js +3 -3
- package/esm/menu/HeadMenu.js +3 -3
- package/esm/menu/Menu.js +3 -3
- package/esm/menu/MenuGroup.js +3 -3
- package/esm/menu/MenuItem.js +3 -3
- package/esm/menu/SubMenu.js +3 -3
- package/esm/menu/index.js +3 -3
- package/esm/message/Message.js +3 -3
- package/esm/message/MessageClose.js +3 -3
- package/esm/message/MessageComponent.js +3 -3
- package/esm/message/MessageIcon.js +3 -3
- package/esm/message/index.js +3 -3
- package/esm/message/useMessageClass.js +3 -3
- package/esm/notification/Notification.js +4 -4
- package/esm/notification/NotificationList.js +4 -4
- package/esm/notification/NotificationPlugin.js +4 -4
- package/esm/notification/index.js +4 -4
- package/esm/pagination/Pagination.js +3 -3
- package/esm/pagination/hooks/useBoundaryJumper.js +3 -3
- package/esm/pagination/hooks/usePageNumber.js +3 -3
- package/esm/pagination/hooks/usePrevNextJumper.js +3 -3
- package/esm/pagination/hooks/useTotal.js +3 -3
- package/esm/pagination/index.js +3 -3
- package/esm/popconfirm/Popconfirm.js +3 -3
- package/esm/popconfirm/Popcontent.js +3 -3
- package/esm/popconfirm/index.js +3 -3
- package/esm/popup/Popup.js +3 -3
- package/esm/popup/hooks/useTriggerProps.js +3 -3
- package/esm/popup/index.js +3 -3
- package/esm/progress/Progress.js +3 -3
- package/esm/progress/index.js +3 -3
- package/esm/radio/Radio.js +4 -4
- package/esm/radio/RadioGroup.js +4 -4
- package/esm/radio/index.js +4 -4
- package/esm/select/base/Option.js +3 -3
- package/esm/select/base/OptionGroup.js +3 -3
- package/esm/select/base/PopupContent.js +3 -3
- package/esm/select/base/Select.js +3 -3
- package/esm/select/index.js +3 -3
- package/esm/select/util/helper.js +3 -3
- package/esm/select-input/SelectInput.js +3 -3
- package/esm/select-input/index.js +3 -3
- package/esm/select-input/useMultiple.js +3 -3
- package/esm/select-input/useSingle.js +3 -3
- package/esm/skeleton/Skeleton.js +3 -3
- package/esm/skeleton/index.js +3 -3
- package/esm/slider/Slider.js +10 -8
- package/esm/slider/Slider.js.map +1 -1
- package/esm/slider/SliderHandleButton.js +3 -3
- package/esm/slider/index.js +3 -3
- package/esm/steps/StepItem.js +3 -3
- package/esm/steps/Steps.js +3 -3
- package/esm/steps/index.js +3 -3
- package/esm/swiper/Swiper.js +3 -3
- package/esm/swiper/SwiperItem.js +3 -3
- package/esm/swiper/index.js +3 -3
- package/esm/switch/Switch.js +3 -3
- package/esm/switch/index.js +3 -3
- package/esm/table/BaseTable.js +10 -7
- package/esm/table/BaseTable.js.map +1 -1
- package/esm/table/Ellipsis.js +9 -14
- package/esm/table/Ellipsis.js.map +1 -1
- package/esm/table/EnhancedTable.js +10 -10
- package/esm/table/FilterController.js +7 -7
- package/esm/table/PrimaryTable.js +16 -8
- package/esm/table/PrimaryTable.js.map +1 -1
- package/esm/table/SorterButton.js +3 -3
- package/esm/table/TBody.js +4 -4
- package/esm/table/TBody.js.map +1 -1
- package/esm/table/TFoot.js +3 -3
- package/esm/table/THead.js +16 -5
- package/esm/table/THead.js.map +1 -1
- package/esm/table/TR.js +3 -3
- package/esm/table/defaultProps.d.ts +28 -0
- package/esm/table/defaultProps.js +34 -0
- package/esm/table/defaultProps.js.map +1 -0
- package/esm/table/hooks/useAsyncLoading.js +3 -3
- package/esm/table/hooks/useClassName.d.ts +1 -0
- package/esm/table/hooks/useClassName.js +4 -3
- package/esm/table/hooks/useClassName.js.map +1 -1
- package/esm/table/hooks/useColumnController.js +18 -4
- package/esm/table/hooks/useColumnController.js.map +1 -1
- package/esm/table/hooks/useDragSort.js +3 -3
- package/esm/table/hooks/useFilter.js +7 -7
- package/esm/table/hooks/usePagination.js +3 -3
- package/esm/table/hooks/useRowExpand.js +3 -3
- package/esm/table/hooks/useRowSelect.js +5 -5
- package/esm/table/hooks/useSorter.js +3 -3
- package/esm/table/hooks/useStyle.js +5 -5
- package/esm/table/hooks/useStyle.js.map +1 -1
- package/esm/table/hooks/useTableHeader.d.ts +4 -4
- package/esm/table/hooks/useTableHeader.js +42 -6
- package/esm/table/hooks/useTableHeader.js.map +1 -1
- package/esm/table/hooks/useTreeData.js +7 -7
- package/esm/table/index.js +10 -10
- package/esm/table/interface.d.ts +1 -1
- package/esm/table/type.d.ts +24 -3
- package/esm/tabs/TabBar.js +3 -3
- package/esm/tabs/TabNav.js +3 -3
- package/esm/tabs/TabNavItem.js +3 -3
- package/esm/tabs/TabPanel.js +3 -3
- package/esm/tabs/Tabs.js +3 -3
- package/esm/tabs/index.js +3 -3
- package/esm/tabs/useTabClass.js +3 -3
- package/esm/tag/CheckTag.js +3 -3
- package/esm/tag/Tag.js +3 -3
- package/esm/tag/index.js +3 -3
- package/esm/tag-input/TagInput.js +3 -3
- package/esm/tag-input/index.js +3 -3
- package/esm/tag-input/useTagList.js +3 -3
- package/esm/textarea/Textarea.js +3 -3
- package/esm/textarea/index.js +3 -3
- package/esm/time-picker/InputItems.js +3 -3
- package/esm/time-picker/TimePicker.js +3 -3
- package/esm/time-picker/TimeRangePicker.js +3 -3
- package/esm/time-picker/consts.js +3 -3
- package/esm/time-picker/index.js +3 -3
- package/esm/time-picker/panel/SinglePanel.js +3 -3
- package/esm/time-picker/panel/TimePickerPanel.js +3 -3
- package/esm/time-picker/panel/TimePickerRangePanel.js +3 -3
- package/esm/tooltip/Tooltip.js +3 -3
- package/esm/tooltip/index.js +3 -3
- package/esm/transfer/Transfer.js +6 -6
- package/esm/transfer/TransferList.js +6 -6
- package/esm/transfer/index.js +6 -6
- package/esm/transfer/utils.js +3 -3
- package/esm/tree/Tree.js +8 -8
- package/esm/tree/TreeItem.js +4 -4
- package/esm/tree/index.js +8 -8
- package/esm/tree/useStore.js +6 -6
- package/esm/tree/useTreeConfig.js +3 -3
- package/esm/tree-select/SelectArrow.js +3 -3
- package/esm/tree-select/TreeSelect.js +8 -8
- package/esm/tree-select/index.js +8 -8
- package/esm/tree-select/useTreeSelectLocale.js +3 -3
- package/esm/upload/dragger.js +3 -3
- package/esm/upload/hooks/useSizeLimit.js +3 -3
- package/esm/upload/index.js +6 -6
- package/esm/upload/themes/dragger-progress.js +3 -3
- package/esm/upload/themes/flow-list/file-list.js +3 -3
- package/esm/upload/themes/flow-list/img-list.js +3 -3
- package/esm/upload/themes/flow-list/index.js +3 -3
- package/esm/upload/themes/image-card.js +3 -3
- package/esm/upload/themes/single-file.js +3 -3
- package/esm/upload/tips.js +3 -3
- package/esm/upload/type.d.ts +10 -10
- package/esm/upload/upload-trigger.js +3 -3
- package/esm/upload/upload.js +6 -6
- package/lib/_chunks/{dep-ef0cdf1c.js → dep-44f2a9b2.js} +1 -1
- package/lib/_chunks/{dep-ef0cdf1c.js.map → dep-44f2a9b2.js.map} +1 -1
- package/lib/_chunks/{dep-f3e5424d.js → dep-5d0fac50.js} +1 -1
- package/lib/_chunks/{dep-f3e5424d.js.map → dep-5d0fac50.js.map} +1 -1
- package/lib/_chunks/{dep-8bbd2d3b.js → dep-5e9752b2.js} +3 -3
- package/lib/_chunks/{dep-8bbd2d3b.js.map → dep-5e9752b2.js.map} +1 -1
- package/lib/_chunks/{dep-3753a85f.js → dep-6f9c64f3.js} +4 -4
- package/lib/_chunks/{dep-3753a85f.js.map → dep-6f9c64f3.js.map} +1 -1
- package/lib/_chunks/{dep-ffe6b722.js → dep-746fa46b.js} +3 -3
- package/lib/_chunks/{dep-ffe6b722.js.map → dep-746fa46b.js.map} +1 -1
- package/lib/_chunks/{dep-1fc92b9b.js → dep-76fc5a0a.js} +2 -2
- package/lib/_chunks/{dep-1fc92b9b.js.map → dep-76fc5a0a.js.map} +1 -1
- package/lib/_chunks/{dep-48573088.js → dep-7cddbbf8.js} +5 -5
- package/lib/_chunks/{dep-48573088.js.map → dep-7cddbbf8.js.map} +1 -1
- package/lib/_chunks/{dep-248ddae4.js → dep-8b5afea1.js} +1 -1
- package/lib/_chunks/{dep-248ddae4.js.map → dep-8b5afea1.js.map} +1 -1
- package/lib/_chunks/{dep-5f37f810.js → dep-96c01052.js} +1 -1
- package/lib/_chunks/{dep-5f37f810.js.map → dep-96c01052.js.map} +1 -1
- package/lib/_chunks/{dep-50bffc0f.js → dep-ada5a493.js} +2 -2
- package/lib/_chunks/{dep-50bffc0f.js.map → dep-ada5a493.js.map} +1 -1
- package/lib/_chunks/{dep-03271eb4.js → dep-e7f4d409.js} +3 -3
- package/lib/_chunks/{dep-03271eb4.js.map → dep-e7f4d409.js.map} +1 -1
- package/lib/_chunks/{dep-a64b63ed.js → dep-eae115eb.js} +2 -2
- package/lib/_chunks/{dep-a64b63ed.js.map → dep-eae115eb.js.map} +1 -1
- package/lib/_chunks/{dep-53cad5fc.js → dep-f67c4f9b.js} +1 -1
- package/lib/_chunks/{dep-53cad5fc.js.map → dep-f67c4f9b.js.map} +1 -1
- package/lib/_util/useAnimation.js +3 -3
- package/lib/_util/useClickOutside.js +3 -3
- package/lib/_util/useCommonClassName.js +3 -3
- package/lib/_util/useConfig.js +3 -3
- package/lib/_util/useRipple.js +3 -3
- package/lib/addon/Addon.js +3 -3
- package/lib/addon/index.js +3 -3
- package/lib/affix/Affix.js +3 -3
- package/lib/affix/index.js +3 -3
- package/lib/alert/Alert.js +3 -3
- package/lib/alert/index.js +3 -3
- package/lib/anchor/Anchor.js +5 -5
- package/lib/anchor/AnchorItem.js +3 -3
- package/lib/anchor/AnchorTarget.js +3 -3
- package/lib/anchor/index.js +5 -5
- package/lib/avatar/AvararGroup.js +4 -4
- package/lib/avatar/Avatar.js +4 -4
- package/lib/avatar/index.js +4 -4
- package/lib/badge/Badge.js +3 -3
- package/lib/badge/index.js +3 -3
- package/lib/breadcrumb/Breadcrumb.js +3 -3
- package/lib/breadcrumb/BreadcrumbItem.js +3 -3
- package/lib/breadcrumb/index.js +3 -3
- package/lib/button/Button.js +3 -3
- package/lib/button/index.js +3 -3
- package/lib/calendar/Calendar.js +4 -4
- package/lib/calendar/index.js +4 -4
- package/lib/card/Card.js +14 -9
- package/lib/card/Card.js.map +1 -1
- package/lib/card/index.js +3 -3
- package/lib/cascader/Cascader.js +6 -6
- package/lib/cascader/components/InputContent.js +5 -5
- package/lib/cascader/components/Item.js +4 -4
- package/lib/cascader/components/Panel.js +4 -4
- package/lib/cascader/index.js +6 -6
- package/lib/cascader/utils/inputContent.js +3 -3
- package/lib/checkbox/Checkbox.js +4 -4
- package/lib/checkbox/CheckboxGroup.js +4 -4
- package/lib/checkbox/index.js +4 -4
- package/lib/collapse/Collapse.js +3 -3
- package/lib/collapse/CollapsePanel.js +3 -3
- package/lib/collapse/index.js +3 -3
- package/lib/color-picker/ColorPicker.js +8 -8
- package/lib/color-picker/ColorPickerPanel.js +8 -8
- package/lib/color-picker/components/panel/format/index.js +3 -3
- package/lib/color-picker/components/panel/format/inputs.js +3 -3
- package/lib/color-picker/components/panel/header.js +4 -4
- package/lib/color-picker/components/panel/index.js +8 -8
- package/lib/color-picker/components/panel/linear-gradient.js +7 -7
- package/lib/color-picker/components/panel/swatches.js +3 -3
- package/lib/color-picker/components/trigger.js +3 -3
- package/lib/color-picker/hooks/useClassname.js +3 -3
- package/lib/color-picker/index.js +8 -8
- package/lib/comment/Comment.js +3 -3
- package/lib/comment/index.js +3 -3
- package/lib/common/Check.js +3 -3
- package/lib/common/FakeArrow.js +3 -3
- package/lib/common/Portal.js +3 -3
- package/lib/config-provider/ConfigContext.js +3 -3
- package/lib/config-provider/ConfigProvider.js +3 -3
- package/lib/config-provider/index.js +3 -3
- package/lib/date-picker/DatePicker.js +3 -3
- package/lib/date-picker/base/CalendarPresets.js +3 -3
- package/lib/date-picker/base/Cell.js +3 -3
- package/lib/date-picker/base/Header.js +3 -3
- package/lib/date-picker/base/Table.js +3 -3
- package/lib/date-picker/index.js +3 -3
- package/lib/date-picker/panel/Date.js +3 -3
- package/lib/date-picker/panel/DateRange.js +3 -3
- package/lib/dialog/Dialog.js +3 -3
- package/lib/dialog/RenderDialog.js +3 -3
- package/lib/dialog/index.js +3 -3
- package/lib/dialog/plugin.js +3 -3
- package/lib/divider/Divider.js +3 -3
- package/lib/divider/index.js +3 -3
- package/lib/drawer/Drawer.js +3 -3
- package/lib/drawer/DrawerWrapper.js +3 -3
- package/lib/drawer/index.js +3 -3
- package/lib/dropdown/Dropdown.js +6 -6
- package/lib/dropdown/DropdownItem.js +3 -3
- package/lib/dropdown/DropdownMenu.js +3 -3
- package/lib/dropdown/index.js +6 -6
- package/lib/form/Form.js +8 -8
- package/lib/form/FormItem.js +8 -8
- package/lib/form/formModel.js +3 -3
- package/lib/form/hooks/useFormItemStyle.js +8 -8
- package/lib/form/hooks/useInstance.js +5 -5
- package/lib/form/index.js +8 -8
- package/lib/grid/Col.js +3 -3
- package/lib/grid/Row.js +3 -3
- package/lib/grid/index.js +3 -3
- package/lib/hooks/useCommonClassName.js +3 -3
- package/lib/index-lib.js +13 -13
- package/lib/index.js +13 -13
- package/lib/input/Input.js +3 -3
- package/lib/input/InputGroup.js +3 -3
- package/lib/input/index.js +3 -3
- package/lib/input-number/InputNumber.js +10 -5
- package/lib/input-number/InputNumber.js.map +1 -1
- package/lib/input-number/StepHandler.js +3 -3
- package/lib/input-number/index.js +3 -3
- package/lib/input-number/utils/numberUtils.d.ts +2 -1
- package/lib/input-number/utils/numberUtils.js +1 -1
- package/lib/input-number/utils/numberUtils.js.map +1 -1
- package/lib/layout/Aside.js +3 -3
- package/lib/layout/Layout.js +3 -3
- package/lib/layout/index.js +3 -3
- package/lib/list/List.js +3 -3
- package/lib/list/ListItem.js +3 -3
- package/lib/list/ListItemMeta.js +3 -3
- package/lib/list/index.js +3 -3
- package/lib/loading/Loading.js +3 -3
- package/lib/loading/gradient.js +3 -3
- package/lib/loading/index.js +3 -3
- package/lib/loading/plugin.js +3 -3
- package/lib/locale/LocalReceiver.js +3 -3
- package/lib/menu/HeadMenu.js +3 -3
- package/lib/menu/Menu.js +3 -3
- package/lib/menu/MenuGroup.js +3 -3
- package/lib/menu/MenuItem.js +3 -3
- package/lib/menu/SubMenu.js +3 -3
- package/lib/menu/index.js +3 -3
- package/lib/message/Message.js +3 -3
- package/lib/message/MessageClose.js +3 -3
- package/lib/message/MessageComponent.js +3 -3
- package/lib/message/MessageIcon.js +3 -3
- package/lib/message/index.js +3 -3
- package/lib/message/useMessageClass.js +3 -3
- package/lib/notification/Notification.js +4 -4
- package/lib/notification/NotificationList.js +4 -4
- package/lib/notification/NotificationPlugin.js +4 -4
- package/lib/notification/index.js +4 -4
- package/lib/pagination/Pagination.js +3 -3
- package/lib/pagination/hooks/useBoundaryJumper.js +3 -3
- package/lib/pagination/hooks/usePageNumber.js +3 -3
- package/lib/pagination/hooks/usePrevNextJumper.js +3 -3
- package/lib/pagination/hooks/useTotal.js +3 -3
- package/lib/pagination/index.js +3 -3
- package/lib/popconfirm/Popconfirm.js +3 -3
- package/lib/popconfirm/Popcontent.js +3 -3
- package/lib/popconfirm/index.js +3 -3
- package/lib/popup/Popup.js +3 -3
- package/lib/popup/hooks/useTriggerProps.js +3 -3
- package/lib/popup/index.js +3 -3
- package/lib/progress/Progress.js +3 -3
- package/lib/progress/index.js +3 -3
- package/lib/radio/Radio.js +4 -4
- package/lib/radio/RadioGroup.js +4 -4
- package/lib/radio/index.js +4 -4
- package/lib/select/base/Option.js +3 -3
- package/lib/select/base/OptionGroup.js +3 -3
- package/lib/select/base/PopupContent.js +3 -3
- package/lib/select/base/Select.js +3 -3
- package/lib/select/index.js +3 -3
- package/lib/select/util/helper.js +3 -3
- package/lib/select-input/SelectInput.js +3 -3
- package/lib/select-input/index.js +3 -3
- package/lib/select-input/useMultiple.js +3 -3
- package/lib/select-input/useSingle.js +3 -3
- package/lib/skeleton/Skeleton.js +3 -3
- package/lib/skeleton/index.js +3 -3
- package/lib/slider/Slider.js +10 -8
- package/lib/slider/Slider.js.map +1 -1
- package/lib/slider/SliderHandleButton.js +3 -3
- package/lib/slider/index.js +3 -3
- package/lib/steps/StepItem.js +3 -3
- package/lib/steps/Steps.js +3 -3
- package/lib/steps/index.js +3 -3
- package/lib/swiper/Swiper.js +3 -3
- package/lib/swiper/SwiperItem.js +3 -3
- package/lib/swiper/index.js +3 -3
- package/lib/switch/Switch.js +3 -3
- package/lib/switch/index.js +3 -3
- package/lib/table/BaseTable.js +10 -7
- package/lib/table/BaseTable.js.map +1 -1
- package/lib/table/Ellipsis.js +9 -14
- package/lib/table/Ellipsis.js.map +1 -1
- package/lib/table/EnhancedTable.js +10 -10
- package/lib/table/FilterController.js +7 -7
- package/lib/table/PrimaryTable.js +16 -8
- package/lib/table/PrimaryTable.js.map +1 -1
- package/lib/table/SorterButton.js +3 -3
- package/lib/table/TBody.js +4 -4
- package/lib/table/TBody.js.map +1 -1
- package/lib/table/TFoot.js +3 -3
- package/lib/table/THead.js +16 -5
- package/lib/table/THead.js.map +1 -1
- package/lib/table/TR.js +3 -3
- package/lib/table/defaultProps.d.ts +28 -0
- package/lib/table/defaultProps.js +40 -0
- package/lib/table/defaultProps.js.map +1 -0
- package/lib/table/hooks/useAsyncLoading.js +3 -3
- package/lib/table/hooks/useClassName.d.ts +1 -0
- package/lib/table/hooks/useClassName.js +4 -3
- package/lib/table/hooks/useClassName.js.map +1 -1
- package/lib/table/hooks/useColumnController.js +16 -4
- package/lib/table/hooks/useColumnController.js.map +1 -1
- package/lib/table/hooks/useDragSort.js +3 -3
- package/lib/table/hooks/useFilter.js +7 -7
- package/lib/table/hooks/usePagination.js +3 -3
- package/lib/table/hooks/useRowExpand.js +3 -3
- package/lib/table/hooks/useRowSelect.js +5 -5
- package/lib/table/hooks/useSorter.js +3 -3
- package/lib/table/hooks/useStyle.js +5 -5
- package/lib/table/hooks/useStyle.js.map +1 -1
- package/lib/table/hooks/useTableHeader.d.ts +4 -4
- package/lib/table/hooks/useTableHeader.js +40 -6
- package/lib/table/hooks/useTableHeader.js.map +1 -1
- package/lib/table/hooks/useTreeData.js +7 -7
- package/lib/table/index.js +10 -10
- package/lib/table/interface.d.ts +1 -1
- package/lib/table/type.d.ts +24 -3
- package/lib/tabs/TabBar.js +3 -3
- package/lib/tabs/TabNav.js +3 -3
- package/lib/tabs/TabNavItem.js +3 -3
- package/lib/tabs/TabPanel.js +3 -3
- package/lib/tabs/Tabs.js +3 -3
- package/lib/tabs/index.js +3 -3
- package/lib/tabs/useTabClass.js +3 -3
- package/lib/tag/CheckTag.js +3 -3
- package/lib/tag/Tag.js +3 -3
- package/lib/tag/index.js +3 -3
- package/lib/tag-input/TagInput.js +3 -3
- package/lib/tag-input/index.js +3 -3
- package/lib/tag-input/useTagList.js +3 -3
- package/lib/textarea/Textarea.js +3 -3
- package/lib/textarea/index.js +3 -3
- package/lib/time-picker/InputItems.js +3 -3
- package/lib/time-picker/TimePicker.js +3 -3
- package/lib/time-picker/TimeRangePicker.js +3 -3
- package/lib/time-picker/consts.js +3 -3
- package/lib/time-picker/index.js +3 -3
- package/lib/time-picker/panel/SinglePanel.js +3 -3
- package/lib/time-picker/panel/TimePickerPanel.js +3 -3
- package/lib/time-picker/panel/TimePickerRangePanel.js +3 -3
- package/lib/tooltip/Tooltip.js +3 -3
- package/lib/tooltip/index.js +3 -3
- package/lib/transfer/Transfer.js +6 -6
- package/lib/transfer/TransferList.js +6 -6
- package/lib/transfer/index.js +6 -6
- package/lib/transfer/utils.js +3 -3
- package/lib/tree/Tree.js +8 -8
- package/lib/tree/TreeItem.js +4 -4
- package/lib/tree/index.js +8 -8
- package/lib/tree/useStore.js +6 -6
- package/lib/tree/useTreeConfig.js +3 -3
- package/lib/tree-select/SelectArrow.js +3 -3
- package/lib/tree-select/TreeSelect.js +8 -8
- package/lib/tree-select/index.js +8 -8
- package/lib/tree-select/useTreeSelectLocale.js +3 -3
- package/lib/upload/dragger.js +3 -3
- package/lib/upload/hooks/useSizeLimit.js +3 -3
- package/lib/upload/index.js +6 -6
- package/lib/upload/themes/dragger-progress.js +3 -3
- package/lib/upload/themes/flow-list/file-list.js +3 -3
- package/lib/upload/themes/flow-list/img-list.js +3 -3
- package/lib/upload/themes/flow-list/index.js +3 -3
- package/lib/upload/themes/image-card.js +3 -3
- package/lib/upload/themes/single-file.js +3 -3
- package/lib/upload/tips.js +3 -3
- package/lib/upload/type.d.ts +10 -10
- package/lib/upload/upload-trigger.js +3 -3
- package/lib/upload/upload.js +6 -6
- package/package.json +1 -1
|
@@ -12,9 +12,9 @@ import useConfig from '../_util/useConfig.js';
|
|
|
12
12
|
import useRipple from '../_util/useRipple.js';
|
|
13
13
|
import { pxCompat } from '../_util/helper.js';
|
|
14
14
|
import { Divider } from '../divider/index.js';
|
|
15
|
-
import '../_chunks/dep-
|
|
15
|
+
import '../_chunks/dep-8a15168f.js';
|
|
16
16
|
import '../_chunks/dep-d53557dd.js';
|
|
17
|
-
import '../_chunks/dep-
|
|
17
|
+
import '../_chunks/dep-0d8cb1c4.js';
|
|
18
18
|
import '../_chunks/dep-fc517ce8.js';
|
|
19
19
|
import '../_chunks/dep-9f3310a8.js';
|
|
20
20
|
import '../_chunks/dep-d2eabf3a.js';
|
|
@@ -29,7 +29,7 @@ import '../_chunks/dep-f44c9a12.js';
|
|
|
29
29
|
import '../_chunks/dep-e47e0f4f.js';
|
|
30
30
|
import '../_chunks/dep-b5ad4daf.js';
|
|
31
31
|
import '../_chunks/dep-9a60e769.js';
|
|
32
|
-
import '../_chunks/dep-
|
|
32
|
+
import '../_chunks/dep-6488ed92.js';
|
|
33
33
|
import '../_chunks/dep-0c3e32da.js';
|
|
34
34
|
import '../_chunks/dep-4706ff76.js';
|
|
35
35
|
import '../_chunks/dep-da87f462.js';
|
|
@@ -11,10 +11,10 @@ import classNames from 'classnames';
|
|
|
11
11
|
import useConfig from '../_util/useConfig.js';
|
|
12
12
|
import DropdownItem from './DropdownItem.js';
|
|
13
13
|
import '../_chunks/dep-a0c32e41.js';
|
|
14
|
-
import '../_chunks/dep-
|
|
14
|
+
import '../_chunks/dep-8a15168f.js';
|
|
15
15
|
import '../_chunks/dep-065feaa0.js';
|
|
16
16
|
import '../_chunks/dep-d53557dd.js';
|
|
17
|
-
import '../_chunks/dep-
|
|
17
|
+
import '../_chunks/dep-0d8cb1c4.js';
|
|
18
18
|
import '../_chunks/dep-fc517ce8.js';
|
|
19
19
|
import '../_chunks/dep-9f3310a8.js';
|
|
20
20
|
import '../_chunks/dep-d2eabf3a.js';
|
|
@@ -29,7 +29,7 @@ import '../_chunks/dep-f44c9a12.js';
|
|
|
29
29
|
import '../_chunks/dep-e47e0f4f.js';
|
|
30
30
|
import '../_chunks/dep-b5ad4daf.js';
|
|
31
31
|
import '../_chunks/dep-9a60e769.js';
|
|
32
|
-
import '../_chunks/dep-
|
|
32
|
+
import '../_chunks/dep-6488ed92.js';
|
|
33
33
|
import '../_chunks/dep-0c3e32da.js';
|
|
34
34
|
import '../_chunks/dep-4706ff76.js';
|
|
35
35
|
import '../_chunks/dep-da87f462.js';
|
package/es/dropdown/index.js
CHANGED
|
@@ -20,8 +20,8 @@ import '../_chunks/dep-4706ff76.js';
|
|
|
20
20
|
import '../_chunks/dep-da87f462.js';
|
|
21
21
|
import '../_chunks/dep-44991b63.js';
|
|
22
22
|
import '../_chunks/dep-e47e0f4f.js';
|
|
23
|
-
import '../_chunks/dep-
|
|
24
|
-
import '../_chunks/dep-
|
|
23
|
+
import '../_chunks/dep-8e4f07c2.js';
|
|
24
|
+
import '../_chunks/dep-0d8cb1c4.js';
|
|
25
25
|
import '../_chunks/dep-fc517ce8.js';
|
|
26
26
|
import '../_chunks/dep-9f3310a8.js';
|
|
27
27
|
import '../_chunks/dep-d2eabf3a.js';
|
|
@@ -33,15 +33,15 @@ import '../_chunks/dep-3f22c86c.js';
|
|
|
33
33
|
import '../_chunks/dep-f44c9a12.js';
|
|
34
34
|
import '../_chunks/dep-b5ad4daf.js';
|
|
35
35
|
import '../_chunks/dep-9a60e769.js';
|
|
36
|
-
import '../_chunks/dep-
|
|
36
|
+
import '../_chunks/dep-6488ed92.js';
|
|
37
37
|
import '../_chunks/dep-0c3e32da.js';
|
|
38
38
|
import '../_chunks/dep-7210328e.js';
|
|
39
|
-
import '../_chunks/dep-
|
|
39
|
+
import '../_chunks/dep-a2a5ab28.js';
|
|
40
40
|
import '../_chunks/dep-d3e9d4f9.js';
|
|
41
|
-
import '../_chunks/dep-
|
|
41
|
+
import '../_chunks/dep-c9cfaf9f.js';
|
|
42
42
|
import '../_chunks/dep-4c2b4a70.js';
|
|
43
43
|
import '../_chunks/dep-c5f31768.js';
|
|
44
|
-
import '../_chunks/dep-
|
|
44
|
+
import '../_chunks/dep-8a15168f.js';
|
|
45
45
|
import '../_chunks/dep-0b5e0d58.js';
|
|
46
46
|
import '../locale/zh_CN.js';
|
|
47
47
|
import '../_common/js/global-config/locale/zh_CN.js';
|
package/es/form/Form.js
CHANGED
|
@@ -13,12 +13,12 @@ import noop from '../_util/noop.js';
|
|
|
13
13
|
import forwardRefWithStatics from '../_util/forwardRefWithStatics.js';
|
|
14
14
|
import useInstance from './hooks/useInstance.js';
|
|
15
15
|
import FormContext from './FormContext.js';
|
|
16
|
-
import { F as FormItem } from '../_chunks/dep-
|
|
16
|
+
import { F as FormItem } from '../_chunks/dep-f988e47f.js';
|
|
17
17
|
import FormList from './FormList.js';
|
|
18
18
|
import '../_chunks/dep-a0c32e41.js';
|
|
19
|
-
import '../_chunks/dep-
|
|
19
|
+
import '../_chunks/dep-8a15168f.js';
|
|
20
20
|
import '../_chunks/dep-d53557dd.js';
|
|
21
|
-
import '../_chunks/dep-
|
|
21
|
+
import '../_chunks/dep-0d8cb1c4.js';
|
|
22
22
|
import '../_chunks/dep-fc517ce8.js';
|
|
23
23
|
import '../_chunks/dep-9f3310a8.js';
|
|
24
24
|
import '../_chunks/dep-d2eabf3a.js';
|
|
@@ -33,7 +33,7 @@ import '../_chunks/dep-f44c9a12.js';
|
|
|
33
33
|
import '../_chunks/dep-e47e0f4f.js';
|
|
34
34
|
import '../_chunks/dep-b5ad4daf.js';
|
|
35
35
|
import '../_chunks/dep-9a60e769.js';
|
|
36
|
-
import '../_chunks/dep-
|
|
36
|
+
import '../_chunks/dep-6488ed92.js';
|
|
37
37
|
import '../_chunks/dep-0c3e32da.js';
|
|
38
38
|
import '../_chunks/dep-4706ff76.js';
|
|
39
39
|
import '../_chunks/dep-da87f462.js';
|
|
@@ -44,19 +44,19 @@ import '../_common/js/global-config/locale/zh_CN.js';
|
|
|
44
44
|
import '../config-provider/zh_CN_config.js';
|
|
45
45
|
import 'hoist-non-react-statics';
|
|
46
46
|
import '../_chunks/dep-1c98922d.js';
|
|
47
|
-
import '../_chunks/dep-
|
|
48
|
-
import '../_chunks/dep-
|
|
47
|
+
import '../_chunks/dep-be0a4168.js';
|
|
48
|
+
import '../_chunks/dep-c9cfaf9f.js';
|
|
49
49
|
import '../_chunks/dep-8c3856a9.js';
|
|
50
50
|
import '../_chunks/dep-d3e9d4f9.js';
|
|
51
51
|
import '../_chunks/dep-555e4911.js';
|
|
52
52
|
import '../_chunks/dep-44991b63.js';
|
|
53
|
-
import '../_chunks/dep-
|
|
53
|
+
import '../_chunks/dep-a2a5ab28.js';
|
|
54
54
|
import '../_chunks/dep-b27cd086.js';
|
|
55
55
|
import '../_chunks/dep-7aa43ad5.js';
|
|
56
56
|
import '../_chunks/dep-c5f31768.js';
|
|
57
57
|
import 'tdesign-icons-react';
|
|
58
58
|
import '../checkbox/index.js';
|
|
59
|
-
import '../_chunks/dep-
|
|
59
|
+
import '../_chunks/dep-5dee1ad9.js';
|
|
60
60
|
import '../common/Check.js';
|
|
61
61
|
import '../_chunks/dep-c45e799b.js';
|
|
62
62
|
import '../_util/helper.js';
|
package/es/form/FormItem.js
CHANGED
|
@@ -9,7 +9,7 @@ import '../_chunks/dep-065feaa0.js';
|
|
|
9
9
|
import '../_chunks/dep-1c98922d.js';
|
|
10
10
|
import 'react';
|
|
11
11
|
import '../_chunks/dep-4143f564.js';
|
|
12
|
-
export { V as VALIDATE_STATUS, F as default } from '../_chunks/dep-
|
|
12
|
+
export { V as VALIDATE_STATUS, F as default } from '../_chunks/dep-f988e47f.js';
|
|
13
13
|
import 'tdesign-icons-react';
|
|
14
14
|
import '../_util/useConfig.js';
|
|
15
15
|
import '../checkbox/index.js';
|
|
@@ -20,7 +20,7 @@ import './formModel.js';
|
|
|
20
20
|
import './FormContext.js';
|
|
21
21
|
import '../_chunks/dep-a0c32e41.js';
|
|
22
22
|
import '../_chunks/dep-d53557dd.js';
|
|
23
|
-
import '../_chunks/dep-
|
|
23
|
+
import '../_chunks/dep-0d8cb1c4.js';
|
|
24
24
|
import '../_chunks/dep-fc517ce8.js';
|
|
25
25
|
import '../_chunks/dep-9f3310a8.js';
|
|
26
26
|
import '../_chunks/dep-d2eabf3a.js';
|
|
@@ -33,26 +33,26 @@ import '../_chunks/dep-f44c9a12.js';
|
|
|
33
33
|
import '../_chunks/dep-e47e0f4f.js';
|
|
34
34
|
import '../_chunks/dep-b5ad4daf.js';
|
|
35
35
|
import '../_chunks/dep-9a60e769.js';
|
|
36
|
-
import '../_chunks/dep-
|
|
36
|
+
import '../_chunks/dep-6488ed92.js';
|
|
37
37
|
import '../_chunks/dep-0c3e32da.js';
|
|
38
38
|
import '../_chunks/dep-4706ff76.js';
|
|
39
39
|
import '../_chunks/dep-da87f462.js';
|
|
40
40
|
import '../_chunks/dep-7210328e.js';
|
|
41
|
-
import '../_chunks/dep-
|
|
41
|
+
import '../_chunks/dep-8a15168f.js';
|
|
42
42
|
import '../_chunks/dep-0b5e0d58.js';
|
|
43
43
|
import '../locale/zh_CN.js';
|
|
44
44
|
import '../_common/js/global-config/locale/zh_CN.js';
|
|
45
45
|
import '../config-provider/zh_CN_config.js';
|
|
46
46
|
import '../_chunks/dep-555e4911.js';
|
|
47
47
|
import '../_chunks/dep-44991b63.js';
|
|
48
|
-
import '../_chunks/dep-
|
|
48
|
+
import '../_chunks/dep-a2a5ab28.js';
|
|
49
49
|
import '../_chunks/dep-d3e9d4f9.js';
|
|
50
|
-
import '../_chunks/dep-
|
|
50
|
+
import '../_chunks/dep-c9cfaf9f.js';
|
|
51
51
|
import '../_chunks/dep-b27cd086.js';
|
|
52
52
|
import '../_chunks/dep-7aa43ad5.js';
|
|
53
53
|
import '../_chunks/dep-c5f31768.js';
|
|
54
54
|
import 'classnames';
|
|
55
|
-
import '../_chunks/dep-
|
|
55
|
+
import '../_chunks/dep-5dee1ad9.js';
|
|
56
56
|
import '../_util/forwardRefWithStatics.js';
|
|
57
57
|
import 'hoist-non-react-statics';
|
|
58
58
|
import '../common/Check.js';
|
|
@@ -66,7 +66,7 @@ import '../checkbox/type.js';
|
|
|
66
66
|
import '../upload/upload.js';
|
|
67
67
|
import '../_chunks/dep-af86aaa8.js';
|
|
68
68
|
import '../_chunks/dep-e6edcfc2.js';
|
|
69
|
-
import '../_chunks/dep-
|
|
69
|
+
import '../_chunks/dep-be0a4168.js';
|
|
70
70
|
import '../_chunks/dep-4c2b4a70.js';
|
|
71
71
|
import '../_chunks/dep-a034ed95.js';
|
|
72
72
|
import '../_chunks/dep-402006ef.js';
|
package/es/form/formModel.js
CHANGED
|
@@ -8,11 +8,11 @@ import { _ as _defineProperty } from '../_chunks/dep-065feaa0.js';
|
|
|
8
8
|
import { _ as _asyncToGenerator, r as regenerator } from '../_chunks/dep-af86aaa8.js';
|
|
9
9
|
import { _ as _typeof } from '../_chunks/dep-d938f760.js';
|
|
10
10
|
import { g as getDefaultExportFromCjs } from '../_chunks/dep-d53557dd.js';
|
|
11
|
-
import { i as isEmpty_1 } from '../_chunks/dep-
|
|
11
|
+
import { i as isEmpty_1 } from '../_chunks/dep-be0a4168.js';
|
|
12
12
|
import { i as isNumber_1 } from '../_chunks/dep-190aee11.js';
|
|
13
13
|
import { getCharacterLength } from '../_util/helper.js';
|
|
14
|
-
import '../_chunks/dep-
|
|
15
|
-
import '../_chunks/dep-
|
|
14
|
+
import '../_chunks/dep-c9cfaf9f.js';
|
|
15
|
+
import '../_chunks/dep-6488ed92.js';
|
|
16
16
|
import '../_chunks/dep-41ee2273.js';
|
|
17
17
|
import '../_chunks/dep-f44c9a12.js';
|
|
18
18
|
import '../_chunks/dep-e47e0f4f.js';
|
|
@@ -7,11 +7,11 @@
|
|
|
7
7
|
import '../../_chunks/dep-065feaa0.js';
|
|
8
8
|
import 'classnames';
|
|
9
9
|
import '../../_util/useConfig.js';
|
|
10
|
-
export { u as default } from '../../_chunks/dep-
|
|
10
|
+
export { u as default } from '../../_chunks/dep-f988e47f.js';
|
|
11
11
|
import 'react';
|
|
12
|
-
import '../../_chunks/dep-
|
|
12
|
+
import '../../_chunks/dep-8a15168f.js';
|
|
13
13
|
import '../../_chunks/dep-d53557dd.js';
|
|
14
|
-
import '../../_chunks/dep-
|
|
14
|
+
import '../../_chunks/dep-0d8cb1c4.js';
|
|
15
15
|
import '../../_chunks/dep-fc517ce8.js';
|
|
16
16
|
import '../../_chunks/dep-9f3310a8.js';
|
|
17
17
|
import '../../_chunks/dep-d2eabf3a.js';
|
|
@@ -26,7 +26,7 @@ import '../../_chunks/dep-f44c9a12.js';
|
|
|
26
26
|
import '../../_chunks/dep-e47e0f4f.js';
|
|
27
27
|
import '../../_chunks/dep-b5ad4daf.js';
|
|
28
28
|
import '../../_chunks/dep-9a60e769.js';
|
|
29
|
-
import '../../_chunks/dep-
|
|
29
|
+
import '../../_chunks/dep-6488ed92.js';
|
|
30
30
|
import '../../_chunks/dep-0c3e32da.js';
|
|
31
31
|
import '../../_chunks/dep-4706ff76.js';
|
|
32
32
|
import '../../_chunks/dep-da87f462.js';
|
|
@@ -39,15 +39,15 @@ import '../../_chunks/dep-1c98922d.js';
|
|
|
39
39
|
import '../../_chunks/dep-a0c32e41.js';
|
|
40
40
|
import '../../_chunks/dep-555e4911.js';
|
|
41
41
|
import '../../_chunks/dep-44991b63.js';
|
|
42
|
-
import '../../_chunks/dep-
|
|
42
|
+
import '../../_chunks/dep-a2a5ab28.js';
|
|
43
43
|
import '../../_chunks/dep-d3e9d4f9.js';
|
|
44
|
-
import '../../_chunks/dep-
|
|
44
|
+
import '../../_chunks/dep-c9cfaf9f.js';
|
|
45
45
|
import '../../_chunks/dep-b27cd086.js';
|
|
46
46
|
import '../../_chunks/dep-7aa43ad5.js';
|
|
47
47
|
import '../../_chunks/dep-c5f31768.js';
|
|
48
48
|
import 'tdesign-icons-react';
|
|
49
49
|
import '../../checkbox/index.js';
|
|
50
|
-
import '../../_chunks/dep-
|
|
50
|
+
import '../../_chunks/dep-5dee1ad9.js';
|
|
51
51
|
import '../../_util/forwardRefWithStatics.js';
|
|
52
52
|
import 'hoist-non-react-statics';
|
|
53
53
|
import '../../common/Check.js';
|
|
@@ -62,7 +62,7 @@ import '../../upload/index.js';
|
|
|
62
62
|
import '../../upload/upload.js';
|
|
63
63
|
import '../../_chunks/dep-af86aaa8.js';
|
|
64
64
|
import '../../_chunks/dep-e6edcfc2.js';
|
|
65
|
-
import '../../_chunks/dep-
|
|
65
|
+
import '../../_chunks/dep-be0a4168.js';
|
|
66
66
|
import '../../_chunks/dep-4c2b4a70.js';
|
|
67
67
|
import '../../_chunks/dep-a034ed95.js';
|
|
68
68
|
import '../../_chunks/dep-402006ef.js';
|
|
@@ -6,14 +6,14 @@
|
|
|
6
6
|
|
|
7
7
|
import { _ as _toConsumableArray } from '../../_chunks/dep-e6edcfc2.js';
|
|
8
8
|
import { _ as _slicedToArray } from '../../_chunks/dep-1c98922d.js';
|
|
9
|
-
import { i as isEmpty_1 } from '../../_chunks/dep-
|
|
9
|
+
import { i as isEmpty_1 } from '../../_chunks/dep-be0a4168.js';
|
|
10
10
|
import { i as isFunction_1 } from '../../_chunks/dep-d2eabf3a.js';
|
|
11
11
|
import { f as flatten_1 } from '../../_chunks/dep-8c3856a9.js';
|
|
12
12
|
import useConfig from '../../_util/useConfig.js';
|
|
13
13
|
import '../../_chunks/dep-a0c32e41.js';
|
|
14
14
|
import '../../_chunks/dep-d53557dd.js';
|
|
15
|
-
import '../../_chunks/dep-
|
|
16
|
-
import '../../_chunks/dep-
|
|
15
|
+
import '../../_chunks/dep-c9cfaf9f.js';
|
|
16
|
+
import '../../_chunks/dep-6488ed92.js';
|
|
17
17
|
import '../../_chunks/dep-41ee2273.js';
|
|
18
18
|
import '../../_chunks/dep-d938f760.js';
|
|
19
19
|
import '../../_chunks/dep-f44c9a12.js';
|
|
@@ -28,9 +28,9 @@ import '../../_chunks/dep-da87f462.js';
|
|
|
28
28
|
import '../../_chunks/dep-3f22c86c.js';
|
|
29
29
|
import '../../_chunks/dep-d3e9d4f9.js';
|
|
30
30
|
import 'react';
|
|
31
|
-
import '../../_chunks/dep-
|
|
31
|
+
import '../../_chunks/dep-8a15168f.js';
|
|
32
32
|
import '../../_chunks/dep-065feaa0.js';
|
|
33
|
-
import '../../_chunks/dep-
|
|
33
|
+
import '../../_chunks/dep-0d8cb1c4.js';
|
|
34
34
|
import '../../_chunks/dep-fc517ce8.js';
|
|
35
35
|
import '../../_chunks/dep-44151a0a.js';
|
|
36
36
|
import '../../_chunks/dep-f0deb898.js';
|
package/es/form/index.js
CHANGED
|
@@ -13,9 +13,9 @@ import '../_chunks/dep-065feaa0.js';
|
|
|
13
13
|
import 'react';
|
|
14
14
|
import 'classnames';
|
|
15
15
|
import '../_util/useConfig.js';
|
|
16
|
-
import '../_chunks/dep-
|
|
16
|
+
import '../_chunks/dep-8a15168f.js';
|
|
17
17
|
import '../_chunks/dep-d53557dd.js';
|
|
18
|
-
import '../_chunks/dep-
|
|
18
|
+
import '../_chunks/dep-0d8cb1c4.js';
|
|
19
19
|
import '../_chunks/dep-fc517ce8.js';
|
|
20
20
|
import '../_chunks/dep-9f3310a8.js';
|
|
21
21
|
import '../_chunks/dep-d2eabf3a.js';
|
|
@@ -30,7 +30,7 @@ import '../_chunks/dep-f44c9a12.js';
|
|
|
30
30
|
import '../_chunks/dep-e47e0f4f.js';
|
|
31
31
|
import '../_chunks/dep-b5ad4daf.js';
|
|
32
32
|
import '../_chunks/dep-9a60e769.js';
|
|
33
|
-
import '../_chunks/dep-
|
|
33
|
+
import '../_chunks/dep-6488ed92.js';
|
|
34
34
|
import '../_chunks/dep-0c3e32da.js';
|
|
35
35
|
import '../_chunks/dep-4706ff76.js';
|
|
36
36
|
import '../_chunks/dep-da87f462.js';
|
|
@@ -44,21 +44,21 @@ import '../_util/forwardRefWithStatics.js';
|
|
|
44
44
|
import 'hoist-non-react-statics';
|
|
45
45
|
import './hooks/useInstance.js';
|
|
46
46
|
import '../_chunks/dep-1c98922d.js';
|
|
47
|
-
import '../_chunks/dep-
|
|
48
|
-
import '../_chunks/dep-
|
|
47
|
+
import '../_chunks/dep-be0a4168.js';
|
|
48
|
+
import '../_chunks/dep-c9cfaf9f.js';
|
|
49
49
|
import '../_chunks/dep-8c3856a9.js';
|
|
50
50
|
import '../_chunks/dep-d3e9d4f9.js';
|
|
51
51
|
import './FormContext.js';
|
|
52
|
-
import '../_chunks/dep-
|
|
52
|
+
import '../_chunks/dep-f988e47f.js';
|
|
53
53
|
import '../_chunks/dep-555e4911.js';
|
|
54
54
|
import '../_chunks/dep-44991b63.js';
|
|
55
|
-
import '../_chunks/dep-
|
|
55
|
+
import '../_chunks/dep-a2a5ab28.js';
|
|
56
56
|
import '../_chunks/dep-b27cd086.js';
|
|
57
57
|
import '../_chunks/dep-7aa43ad5.js';
|
|
58
58
|
import '../_chunks/dep-c5f31768.js';
|
|
59
59
|
import 'tdesign-icons-react';
|
|
60
60
|
import '../checkbox/index.js';
|
|
61
|
-
import '../_chunks/dep-
|
|
61
|
+
import '../_chunks/dep-5dee1ad9.js';
|
|
62
62
|
import '../common/Check.js';
|
|
63
63
|
import '../_chunks/dep-c45e799b.js';
|
|
64
64
|
import '../_util/helper.js';
|
package/es/grid/Col.js
CHANGED
|
@@ -12,8 +12,8 @@ import { i as isObject_1 } from '../_chunks/dep-4143f564.js';
|
|
|
12
12
|
import useConfig from '../_util/useConfig.js';
|
|
13
13
|
import '../_chunks/dep-d938f760.js';
|
|
14
14
|
import '../_chunks/dep-d53557dd.js';
|
|
15
|
-
import '../_chunks/dep-
|
|
16
|
-
import '../_chunks/dep-
|
|
15
|
+
import '../_chunks/dep-8a15168f.js';
|
|
16
|
+
import '../_chunks/dep-0d8cb1c4.js';
|
|
17
17
|
import '../_chunks/dep-fc517ce8.js';
|
|
18
18
|
import '../_chunks/dep-9f3310a8.js';
|
|
19
19
|
import '../_chunks/dep-d2eabf3a.js';
|
|
@@ -26,7 +26,7 @@ import '../_chunks/dep-f44c9a12.js';
|
|
|
26
26
|
import '../_chunks/dep-e47e0f4f.js';
|
|
27
27
|
import '../_chunks/dep-b5ad4daf.js';
|
|
28
28
|
import '../_chunks/dep-9a60e769.js';
|
|
29
|
-
import '../_chunks/dep-
|
|
29
|
+
import '../_chunks/dep-6488ed92.js';
|
|
30
30
|
import '../_chunks/dep-0c3e32da.js';
|
|
31
31
|
import '../_chunks/dep-4706ff76.js';
|
|
32
32
|
import '../_chunks/dep-da87f462.js';
|
package/es/grid/Row.js
CHANGED
|
@@ -16,8 +16,8 @@ import { getCssVarsValue, canUseDocument } from '../_util/dom.js';
|
|
|
16
16
|
import '../_chunks/dep-a0c32e41.js';
|
|
17
17
|
import '../_chunks/dep-d938f760.js';
|
|
18
18
|
import '../_chunks/dep-d53557dd.js';
|
|
19
|
-
import '../_chunks/dep-
|
|
20
|
-
import '../_chunks/dep-
|
|
19
|
+
import '../_chunks/dep-8a15168f.js';
|
|
20
|
+
import '../_chunks/dep-0d8cb1c4.js';
|
|
21
21
|
import '../_chunks/dep-fc517ce8.js';
|
|
22
22
|
import '../_chunks/dep-9f3310a8.js';
|
|
23
23
|
import '../_chunks/dep-d2eabf3a.js';
|
|
@@ -30,7 +30,7 @@ import '../_chunks/dep-f44c9a12.js';
|
|
|
30
30
|
import '../_chunks/dep-e47e0f4f.js';
|
|
31
31
|
import '../_chunks/dep-b5ad4daf.js';
|
|
32
32
|
import '../_chunks/dep-9a60e769.js';
|
|
33
|
-
import '../_chunks/dep-
|
|
33
|
+
import '../_chunks/dep-6488ed92.js';
|
|
34
34
|
import '../_chunks/dep-0c3e32da.js';
|
|
35
35
|
import '../_chunks/dep-4706ff76.js';
|
|
36
36
|
import '../_chunks/dep-da87f462.js';
|
package/es/grid/index.js
CHANGED
|
@@ -18,8 +18,8 @@ import '../_chunks/dep-4143f564.js';
|
|
|
18
18
|
import '../_chunks/dep-d938f760.js';
|
|
19
19
|
import '../_chunks/dep-d53557dd.js';
|
|
20
20
|
import '../_util/useConfig.js';
|
|
21
|
-
import '../_chunks/dep-
|
|
22
|
-
import '../_chunks/dep-
|
|
21
|
+
import '../_chunks/dep-8a15168f.js';
|
|
22
|
+
import '../_chunks/dep-0d8cb1c4.js';
|
|
23
23
|
import '../_chunks/dep-fc517ce8.js';
|
|
24
24
|
import '../_chunks/dep-9f3310a8.js';
|
|
25
25
|
import '../_chunks/dep-d2eabf3a.js';
|
|
@@ -32,7 +32,7 @@ import '../_chunks/dep-f44c9a12.js';
|
|
|
32
32
|
import '../_chunks/dep-e47e0f4f.js';
|
|
33
33
|
import '../_chunks/dep-b5ad4daf.js';
|
|
34
34
|
import '../_chunks/dep-9a60e769.js';
|
|
35
|
-
import '../_chunks/dep-
|
|
35
|
+
import '../_chunks/dep-6488ed92.js';
|
|
36
36
|
import '../_chunks/dep-0c3e32da.js';
|
|
37
37
|
import '../_chunks/dep-4706ff76.js';
|
|
38
38
|
import '../_chunks/dep-da87f462.js';
|
|
@@ -6,10 +6,10 @@
|
|
|
6
6
|
|
|
7
7
|
import { useMemo } from 'react';
|
|
8
8
|
import useConfig from '../_util/useConfig.js';
|
|
9
|
-
import '../_chunks/dep-
|
|
9
|
+
import '../_chunks/dep-8a15168f.js';
|
|
10
10
|
import '../_chunks/dep-065feaa0.js';
|
|
11
11
|
import '../_chunks/dep-d53557dd.js';
|
|
12
|
-
import '../_chunks/dep-
|
|
12
|
+
import '../_chunks/dep-0d8cb1c4.js';
|
|
13
13
|
import '../_chunks/dep-fc517ce8.js';
|
|
14
14
|
import '../_chunks/dep-9f3310a8.js';
|
|
15
15
|
import '../_chunks/dep-d2eabf3a.js';
|
|
@@ -24,7 +24,7 @@ import '../_chunks/dep-f44c9a12.js';
|
|
|
24
24
|
import '../_chunks/dep-e47e0f4f.js';
|
|
25
25
|
import '../_chunks/dep-b5ad4daf.js';
|
|
26
26
|
import '../_chunks/dep-9a60e769.js';
|
|
27
|
-
import '../_chunks/dep-
|
|
27
|
+
import '../_chunks/dep-6488ed92.js';
|
|
28
28
|
import '../_chunks/dep-0c3e32da.js';
|
|
29
29
|
import '../_chunks/dep-4706ff76.js';
|
|
30
30
|
import '../_chunks/dep-da87f462.js';
|
package/es/index.js
CHANGED
|
@@ -58,7 +58,7 @@ export { Skeleton } from './skeleton/index.js';
|
|
|
58
58
|
export { ColorPicker, ColorPickerPanel } from './color-picker/index.js';
|
|
59
59
|
export { Card } from './card/index.js';
|
|
60
60
|
export { Collapse } from './collapse/index.js';
|
|
61
|
-
export { C as ConfigContext } from './_chunks/dep-
|
|
61
|
+
export { C as ConfigContext } from './_chunks/dep-8a15168f.js';
|
|
62
62
|
export { default as ConfigProvider, merge } from './config-provider/ConfigProvider.js';
|
|
63
63
|
import './layout/Layout.js';
|
|
64
64
|
import './_chunks/dep-d938f760.js';
|
|
@@ -133,11 +133,11 @@ import './alert/Alert.js';
|
|
|
133
133
|
import './alert/type.js';
|
|
134
134
|
import './badge/Badge.js';
|
|
135
135
|
import './badge/type.js';
|
|
136
|
-
import './_chunks/dep-
|
|
136
|
+
import './_chunks/dep-f0f489a4.js';
|
|
137
137
|
import './common/Check.js';
|
|
138
138
|
import './_util/useCommonClassName.js';
|
|
139
139
|
import './radio/type.js';
|
|
140
|
-
import './_chunks/dep-
|
|
140
|
+
import './_chunks/dep-5dee1ad9.js';
|
|
141
141
|
import './_chunks/dep-190aee11.js';
|
|
142
142
|
import './checkbox/type.js';
|
|
143
143
|
import './input-number/InputNumber.js';
|
|
@@ -211,19 +211,19 @@ import './table/hooks/useSorter.js';
|
|
|
211
211
|
import './table/SorterButton.js';
|
|
212
212
|
import './table/hooks/useFilter.js';
|
|
213
213
|
import './table/FilterController.js';
|
|
214
|
-
import './_chunks/dep-
|
|
215
|
-
import './_chunks/dep-
|
|
216
|
-
import './_chunks/dep-
|
|
214
|
+
import './_chunks/dep-be0a4168.js';
|
|
215
|
+
import './_chunks/dep-c9cfaf9f.js';
|
|
216
|
+
import './_chunks/dep-6488ed92.js';
|
|
217
217
|
import './table/hooks/useDragSort.js';
|
|
218
218
|
import 'sortablejs';
|
|
219
219
|
import './_common/js/utils/swapDragArrayElement.js';
|
|
220
220
|
import './table/hooks/useAsyncLoading.js';
|
|
221
221
|
import './table/EnhancedTable.js';
|
|
222
222
|
import './table/hooks/useTreeData.js';
|
|
223
|
-
import './_chunks/dep-
|
|
224
|
-
import './_chunks/dep-
|
|
225
|
-
import './_chunks/dep-
|
|
226
|
-
import './_chunks/dep-
|
|
223
|
+
import './_chunks/dep-8b55b44a.js';
|
|
224
|
+
import './_chunks/dep-8e4f07c2.js';
|
|
225
|
+
import './_chunks/dep-0d8cb1c4.js';
|
|
226
|
+
import './_chunks/dep-a2a5ab28.js';
|
|
227
227
|
import './table/hooks/tree-store.js';
|
|
228
228
|
import './_chunks/dep-b31a2ba5.js';
|
|
229
229
|
import './table/hooks/useTreeSelect.js';
|
|
@@ -263,7 +263,7 @@ import './tabs/TabBar.js';
|
|
|
263
263
|
import './_common/js/tabs/base.js';
|
|
264
264
|
import './tabs/TabPanel.js';
|
|
265
265
|
import './tabs/type.js';
|
|
266
|
-
import './_chunks/dep-
|
|
266
|
+
import './_chunks/dep-c661ce8e.js';
|
|
267
267
|
import './notification/NotificationPlugin.js';
|
|
268
268
|
import './notification/type.js';
|
|
269
269
|
import './pagination/Pagination.js';
|
|
@@ -328,7 +328,7 @@ import './calendar/type.js';
|
|
|
328
328
|
import './form/Form.js';
|
|
329
329
|
import './form/hooks/useInstance.js';
|
|
330
330
|
import './form/FormContext.js';
|
|
331
|
-
import './_chunks/dep-
|
|
331
|
+
import './_chunks/dep-f988e47f.js';
|
|
332
332
|
import './_chunks/dep-0b5e0d58.js';
|
|
333
333
|
import './_util/renderTNode.js';
|
|
334
334
|
import './form/formModel.js';
|
|
@@ -421,7 +421,7 @@ import './transfer/Transfer.js';
|
|
|
421
421
|
import './transfer/TransferList.js';
|
|
422
422
|
import './transfer/utils.js';
|
|
423
423
|
import './transfer/type.js';
|
|
424
|
-
import './_chunks/dep-
|
|
424
|
+
import './_chunks/dep-4e148bc3.js';
|
|
425
425
|
import 'use-resize-observer';
|
|
426
426
|
import './avatar/AvatarContext.js';
|
|
427
427
|
import './avatar/type.js';
|
package/es/input/Input.js
CHANGED
|
@@ -23,8 +23,8 @@ import '../_chunks/dep-d53557dd.js';
|
|
|
23
23
|
import '../_chunks/dep-41ee2273.js';
|
|
24
24
|
import '../_chunks/dep-4143f564.js';
|
|
25
25
|
import 'hoist-non-react-statics';
|
|
26
|
-
import '../_chunks/dep-
|
|
27
|
-
import '../_chunks/dep-
|
|
26
|
+
import '../_chunks/dep-8a15168f.js';
|
|
27
|
+
import '../_chunks/dep-0d8cb1c4.js';
|
|
28
28
|
import '../_chunks/dep-fc517ce8.js';
|
|
29
29
|
import '../_chunks/dep-9f3310a8.js';
|
|
30
30
|
import '../_chunks/dep-7b1dc1a7.js';
|
|
@@ -35,7 +35,7 @@ import '../_chunks/dep-f44c9a12.js';
|
|
|
35
35
|
import '../_chunks/dep-e47e0f4f.js';
|
|
36
36
|
import '../_chunks/dep-b5ad4daf.js';
|
|
37
37
|
import '../_chunks/dep-9a60e769.js';
|
|
38
|
-
import '../_chunks/dep-
|
|
38
|
+
import '../_chunks/dep-6488ed92.js';
|
|
39
39
|
import '../_chunks/dep-0c3e32da.js';
|
|
40
40
|
import '../_chunks/dep-4706ff76.js';
|
|
41
41
|
import '../_chunks/dep-da87f462.js';
|
package/es/input/InputGroup.js
CHANGED
|
@@ -9,9 +9,9 @@ import { _ as _objectWithoutProperties } from '../_chunks/dep-c45e799b.js';
|
|
|
9
9
|
import React, { forwardRef } from 'react';
|
|
10
10
|
import classNames from 'classnames';
|
|
11
11
|
import useConfig from '../_util/useConfig.js';
|
|
12
|
-
import '../_chunks/dep-
|
|
12
|
+
import '../_chunks/dep-8a15168f.js';
|
|
13
13
|
import '../_chunks/dep-d53557dd.js';
|
|
14
|
-
import '../_chunks/dep-
|
|
14
|
+
import '../_chunks/dep-0d8cb1c4.js';
|
|
15
15
|
import '../_chunks/dep-fc517ce8.js';
|
|
16
16
|
import '../_chunks/dep-9f3310a8.js';
|
|
17
17
|
import '../_chunks/dep-d2eabf3a.js';
|
|
@@ -26,7 +26,7 @@ import '../_chunks/dep-f44c9a12.js';
|
|
|
26
26
|
import '../_chunks/dep-e47e0f4f.js';
|
|
27
27
|
import '../_chunks/dep-b5ad4daf.js';
|
|
28
28
|
import '../_chunks/dep-9a60e769.js';
|
|
29
|
-
import '../_chunks/dep-
|
|
29
|
+
import '../_chunks/dep-6488ed92.js';
|
|
30
30
|
import '../_chunks/dep-0c3e32da.js';
|
|
31
31
|
import '../_chunks/dep-4706ff76.js';
|
|
32
32
|
import '../_chunks/dep-da87f462.js';
|
package/es/input/index.js
CHANGED
|
@@ -22,8 +22,8 @@ import '../_chunks/dep-4143f564.js';
|
|
|
22
22
|
import '../_util/forwardRefWithStatics.js';
|
|
23
23
|
import 'hoist-non-react-statics';
|
|
24
24
|
import '../_util/useConfig.js';
|
|
25
|
-
import '../_chunks/dep-
|
|
26
|
-
import '../_chunks/dep-
|
|
25
|
+
import '../_chunks/dep-8a15168f.js';
|
|
26
|
+
import '../_chunks/dep-0d8cb1c4.js';
|
|
27
27
|
import '../_chunks/dep-fc517ce8.js';
|
|
28
28
|
import '../_chunks/dep-9f3310a8.js';
|
|
29
29
|
import '../_chunks/dep-7b1dc1a7.js';
|
|
@@ -34,7 +34,7 @@ import '../_chunks/dep-f44c9a12.js';
|
|
|
34
34
|
import '../_chunks/dep-e47e0f4f.js';
|
|
35
35
|
import '../_chunks/dep-b5ad4daf.js';
|
|
36
36
|
import '../_chunks/dep-9a60e769.js';
|
|
37
|
-
import '../_chunks/dep-
|
|
37
|
+
import '../_chunks/dep-6488ed92.js';
|
|
38
38
|
import '../_chunks/dep-0c3e32da.js';
|
|
39
39
|
import '../_chunks/dep-4706ff76.js';
|
|
40
40
|
import '../_chunks/dep-da87f462.js';
|
|
@@ -16,9 +16,9 @@ import StepHandler from './StepHandler.js';
|
|
|
16
16
|
import { isInvalidNumber, strToNumber, getNumberPrecision } from './utils/numberUtils.js';
|
|
17
17
|
import { Input } from '../input/index.js';
|
|
18
18
|
import '../_chunks/dep-a0c32e41.js';
|
|
19
|
-
import '../_chunks/dep-
|
|
19
|
+
import '../_chunks/dep-8a15168f.js';
|
|
20
20
|
import '../_chunks/dep-d53557dd.js';
|
|
21
|
-
import '../_chunks/dep-
|
|
21
|
+
import '../_chunks/dep-0d8cb1c4.js';
|
|
22
22
|
import '../_chunks/dep-fc517ce8.js';
|
|
23
23
|
import '../_chunks/dep-9f3310a8.js';
|
|
24
24
|
import '../_chunks/dep-d2eabf3a.js';
|
|
@@ -33,7 +33,7 @@ import '../_chunks/dep-f44c9a12.js';
|
|
|
33
33
|
import '../_chunks/dep-e47e0f4f.js';
|
|
34
34
|
import '../_chunks/dep-b5ad4daf.js';
|
|
35
35
|
import '../_chunks/dep-9a60e769.js';
|
|
36
|
-
import '../_chunks/dep-
|
|
36
|
+
import '../_chunks/dep-6488ed92.js';
|
|
37
37
|
import '../_chunks/dep-0c3e32da.js';
|
|
38
38
|
import '../_chunks/dep-4706ff76.js';
|
|
39
39
|
import '../_chunks/dep-da87f462.js';
|
|
@@ -157,7 +157,7 @@ var InputNumber = /*#__PURE__*/forwardRef(function (props, ref) {
|
|
|
157
157
|
var decimalValue = internalInputValue;
|
|
158
158
|
|
|
159
159
|
if (typeof internalInputValue === "string") {
|
|
160
|
-
decimalValue = strToNumber(internalInputValue) || 0;
|
|
160
|
+
decimalValue = Number(strToNumber(internalInputValue)) || 0;
|
|
161
161
|
}
|
|
162
162
|
|
|
163
163
|
var setInputValue = function setInputValue(inputStr) {
|
|
@@ -236,6 +236,11 @@ var InputNumber = /*#__PURE__*/forwardRef(function (props, ref) {
|
|
|
236
236
|
return;
|
|
237
237
|
}
|
|
238
238
|
|
|
239
|
+
if (/^(([1-9]+[0-9]*\.0+)|(0\.0+))$/.test(inputStr)) {
|
|
240
|
+
setInternalInputValue(inputStr);
|
|
241
|
+
return;
|
|
242
|
+
}
|
|
243
|
+
|
|
239
244
|
var filteredInputStr = strToNumber(inputStr);
|
|
240
245
|
|
|
241
246
|
if (Number.isNaN(filteredInputStr)) {
|
|
@@ -247,7 +252,7 @@ var InputNumber = /*#__PURE__*/forwardRef(function (props, ref) {
|
|
|
247
252
|
if (!checkInput(filteredInputStr)) return;
|
|
248
253
|
triggerValueUpdate({
|
|
249
254
|
type: "input",
|
|
250
|
-
value: filteredInputStr,
|
|
255
|
+
value: Number(filteredInputStr),
|
|
251
256
|
e: e
|
|
252
257
|
});
|
|
253
258
|
};
|