tdesign-react 0.32.2-alpha.5 → 0.32.2-alpha.6
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 +127 -65
- package/dist/tdesign.css.map +1 -1
- package/dist/tdesign.js +1473 -1179
- 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 +2 -2
- package/dist/tdesign.min.js.map +1 -1
- package/es/_chunks/{dep-69abc6ae.js → dep-04632db3.js} +2 -2
- package/es/_chunks/{dep-69abc6ae.js.map → dep-04632db3.js.map} +1 -1
- package/es/_chunks/{dep-a9e7d390.js → dep-217ea692.js} +2 -2
- package/es/_chunks/{dep-a9e7d390.js.map → dep-217ea692.js.map} +1 -1
- package/{esm/_chunks/dep-17ab8c86.js → es/_chunks/dep-37281415.js} +1 -1
- package/{esm/_chunks/dep-17ab8c86.js.map → es/_chunks/dep-37281415.js.map} +1 -1
- package/{esm/_chunks/dep-60d02e1e.js → es/_chunks/dep-38fa2c7f.js} +1 -1
- package/es/_chunks/{dep-60d02e1e.js.map → dep-38fa2c7f.js.map} +1 -1
- package/es/_chunks/{dep-16818dbb.js → dep-4b2a69e3.js} +5 -5
- package/{esm/_chunks/dep-16818dbb.js.map → es/_chunks/dep-4b2a69e3.js.map} +1 -1
- package/es/_chunks/{dep-99fc8fc7.js → dep-4fd0073d.js} +3 -3
- package/es/_chunks/{dep-99fc8fc7.js.map → dep-4fd0073d.js.map} +1 -1
- package/es/_chunks/{dep-8172cf4c.js → dep-5079a62d.js} +1 -1
- package/es/_chunks/{dep-8172cf4c.js.map → dep-5079a62d.js.map} +1 -1
- package/{esm/_chunks/dep-88652537.js → es/_chunks/dep-7c714d91.js} +1 -1
- package/{esm/_chunks/dep-88652537.js.map → es/_chunks/dep-7c714d91.js.map} +1 -1
- package/es/_chunks/dep-7e57af47.js +32 -0
- package/es/_chunks/dep-7e57af47.js.map +1 -0
- package/{esm/_chunks/dep-c5a280af.js → es/_chunks/dep-81db4a68.js} +3 -3
- package/es/_chunks/{dep-c5a280af.js.map → dep-81db4a68.js.map} +1 -1
- package/es/_chunks/{dep-c91061b2.js → dep-a2e9a18b.js} +4 -4
- package/es/_chunks/{dep-c91061b2.js.map → dep-a2e9a18b.js.map} +1 -1
- package/es/_chunks/{dep-8e240acc.js → dep-d0124bed.js} +2 -2
- package/{esm/_chunks/dep-8e240acc.js.map → es/_chunks/dep-d0124bed.js.map} +1 -1
- package/es/_chunks/{dep-aa507466.js → dep-d60b1cc9.js} +1 -1
- package/es/_chunks/{dep-aa507466.js.map → dep-d60b1cc9.js.map} +1 -1
- package/es/_chunks/{dep-3fc4bb40.js → dep-d7ade079.js} +3 -3
- package/es/_chunks/{dep-3fc4bb40.js.map → dep-d7ade079.js.map} +1 -1
- package/es/_chunks/dep-ec06c0bb.js +86 -0
- package/es/_chunks/dep-ec06c0bb.js.map +1 -0
- package/es/_common/js/common.d.ts +6 -0
- package/es/_common/js/common.js +9 -0
- package/es/_common/js/common.js.map +1 -1
- package/es/_common/js/date-picker/utils-new.js +413 -0
- package/es/_common/js/date-picker/utils-new.js.map +1 -0
- package/es/_common/js/date-picker/utils.js +4 -76
- package/es/_common/js/date-picker/utils.js.map +1 -1
- package/es/_common/js/time-picker/const.js +29 -0
- package/es/_common/js/time-picker/const.js.map +1 -0
- package/es/_common/js/time-picker/utils.js +23 -0
- package/es/_common/js/time-picker/utils.js.map +1 -0
- 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 +3 -3
- 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.d.ts +15 -0
- package/es/collapse/Collapse.js +140 -0
- package/es/collapse/Collapse.js.map +1 -0
- package/es/collapse/CollapseContext.d.ts +21 -0
- package/es/collapse/CollapseContext.js +21 -0
- package/es/collapse/CollapseContext.js.map +1 -0
- package/es/collapse/CollapsePanel.d.ts +12 -0
- package/es/collapse/CollapsePanel.js +156 -0
- package/es/collapse/CollapsePanel.js.map +1 -0
- package/es/collapse/index.d.ts +13 -0
- package/es/collapse/index.js +53 -0
- package/es/collapse/index.js.map +1 -0
- package/es/collapse/style/css.d.ts +1 -0
- package/es/collapse/style/css.js +1 -0
- package/es/collapse/style/index.css +71 -0
- package/es/collapse/style/index.d.ts +1 -0
- package/es/collapse/style/index.js +7 -0
- package/es/collapse/style/index.js.map +1 -0
- package/es/collapse/type.d.ts +89 -0
- package/es/collapse/type.js +7 -0
- package/es/collapse/type.js.map +1 -0
- package/es/color-picker/ColorPicker.js +25 -19
- package/es/color-picker/ColorPicker.js.map +1 -1
- 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 +7 -27
- package/es/date-picker/DatePicker.js.map +1 -1
- 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 +5 -3
- package/es/date-picker/index.js.map +1 -1
- package/es/date-picker/panel/Date.js +4 -3
- package/es/date-picker/panel/Date.js.map +1 -1
- package/es/date-picker/panel/DateRange.js +4 -3
- package/es/date-picker/panel/DateRange.js.map +1 -1
- 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 +10 -8
- package/es/form/Form.js.map +1 -1
- 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/form/style/index.css +1 -2
- 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.d.ts +1 -0
- package/es/index.js +22 -13
- package/es/index.js.map +1 -1
- 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 +3 -3
- package/es/input-number/StepHandler.js +3 -3
- package/es/input-number/index.js +3 -3
- package/es/input-number/style/index.css +42 -43
- 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 +58 -134
- package/es/pagination/Pagination.js.map +1 -1
- package/es/pagination/hooks/useBoundaryJumper.js +3 -3
- package/es/pagination/hooks/usePageNumber.d.ts +4 -0
- package/es/pagination/hooks/usePageNumber.js +147 -0
- package/es/pagination/hooks/usePageNumber.js.map +1 -0
- package/es/pagination/hooks/usePrevNextJumper.js +3 -3
- package/es/pagination/hooks/useTotal.d.ts +4 -0
- package/es/pagination/hooks/useTotal.js +82 -0
- package/es/pagination/hooks/useTotal.js.map +1 -0
- package/es/pagination/index.js +6 -4
- package/es/pagination/index.js.map +1 -1
- package/es/pagination/style/index.css +12 -6
- package/es/pagination/type.d.ts +10 -0
- 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/progress/style/index.css +0 -4
- 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 +3 -3
- 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 +6 -4
- package/es/table/BaseTable.js.map +1 -1
- package/es/table/Ellipsis.js +3 -3
- package/es/table/EnhancedTable.js +13 -11
- package/es/table/EnhancedTable.js.map +1 -1
- package/es/table/FilterController.js +7 -7
- package/es/table/PrimaryTable.js +10 -8
- package/es/table/PrimaryTable.js.map +1 -1
- package/es/table/SorterButton.js +3 -3
- package/es/table/TBody.js +3 -3
- package/es/table/TFoot.js +3 -3
- package/es/table/THead.js +3 -3
- package/es/table/TR.js +3 -3
- package/es/table/hooks/useAsyncLoading.js +3 -3
- package/es/table/hooks/useClassName.js +3 -3
- package/es/table/hooks/useColumnController.js +4 -4
- package/es/table/hooks/useDragSort.js +3 -3
- package/es/table/hooks/useFilter.js +7 -7
- package/es/table/hooks/usePagination.js +6 -4
- package/es/table/hooks/usePagination.js.map +1 -1
- 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 +3 -3
- package/es/table/hooks/useTableHeader.js +3 -3
- package/es/table/hooks/useTreeData.js +7 -7
- package/es/table/index.js +13 -11
- package/es/table/index.js.map +1 -1
- package/es/table/style/index.css +0 -10
- 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 +8 -6
- package/es/transfer/Transfer.js.map +1 -1
- package/es/transfer/TransferList.js +8 -6
- package/es/transfer/TransferList.js.map +1 -1
- package/es/transfer/index.js +8 -6
- package/es/transfer/index.js.map +1 -1
- 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/upload-trigger.js +3 -3
- package/es/upload/upload.js +6 -6
- package/esm/_chunks/{dep-69abc6ae.js → dep-04632db3.js} +2 -2
- package/esm/_chunks/{dep-69abc6ae.js.map → dep-04632db3.js.map} +1 -1
- package/esm/_chunks/{dep-a9e7d390.js → dep-217ea692.js} +2 -2
- package/esm/_chunks/{dep-a9e7d390.js.map → dep-217ea692.js.map} +1 -1
- package/{es/_chunks/dep-17ab8c86.js → esm/_chunks/dep-37281415.js} +1 -1
- package/{es/_chunks/dep-17ab8c86.js.map → esm/_chunks/dep-37281415.js.map} +1 -1
- package/{es/_chunks/dep-60d02e1e.js → esm/_chunks/dep-38fa2c7f.js} +1 -1
- package/esm/_chunks/{dep-60d02e1e.js.map → dep-38fa2c7f.js.map} +1 -1
- package/esm/_chunks/{dep-16818dbb.js → dep-4b2a69e3.js} +5 -5
- package/{es/_chunks/dep-16818dbb.js.map → esm/_chunks/dep-4b2a69e3.js.map} +1 -1
- package/esm/_chunks/{dep-99fc8fc7.js → dep-4fd0073d.js} +3 -3
- package/esm/_chunks/{dep-99fc8fc7.js.map → dep-4fd0073d.js.map} +1 -1
- package/esm/_chunks/{dep-8172cf4c.js → dep-5079a62d.js} +1 -1
- package/esm/_chunks/{dep-8172cf4c.js.map → dep-5079a62d.js.map} +1 -1
- package/{es/_chunks/dep-88652537.js → esm/_chunks/dep-7c714d91.js} +1 -1
- package/{es/_chunks/dep-88652537.js.map → esm/_chunks/dep-7c714d91.js.map} +1 -1
- package/esm/_chunks/dep-7e57af47.js +32 -0
- package/esm/_chunks/dep-7e57af47.js.map +1 -0
- package/{es/_chunks/dep-c5a280af.js → esm/_chunks/dep-81db4a68.js} +3 -3
- package/esm/_chunks/{dep-c5a280af.js.map → dep-81db4a68.js.map} +1 -1
- package/esm/_chunks/{dep-8e240acc.js → dep-d0124bed.js} +2 -2
- package/{es/_chunks/dep-8e240acc.js.map → esm/_chunks/dep-d0124bed.js.map} +1 -1
- package/esm/_chunks/{dep-e83de6a5.js → dep-d209d208.js} +4 -4
- package/esm/_chunks/{dep-e83de6a5.js.map → dep-d209d208.js.map} +1 -1
- package/esm/_chunks/{dep-aa507466.js → dep-d60b1cc9.js} +1 -1
- package/esm/_chunks/{dep-aa507466.js.map → dep-d60b1cc9.js.map} +1 -1
- package/esm/_chunks/{dep-3fc4bb40.js → dep-d7ade079.js} +3 -3
- package/esm/_chunks/{dep-3fc4bb40.js.map → dep-d7ade079.js.map} +1 -1
- package/esm/_chunks/dep-ec06c0bb.js +86 -0
- package/esm/_chunks/dep-ec06c0bb.js.map +1 -0
- package/esm/_common/js/common.d.ts +6 -0
- package/esm/_common/js/common.js +9 -0
- package/esm/_common/js/common.js.map +1 -1
- package/esm/_common/js/date-picker/utils-new.js +413 -0
- package/esm/_common/js/date-picker/utils-new.js.map +1 -0
- package/esm/_common/js/date-picker/utils.js +4 -76
- package/esm/_common/js/date-picker/utils.js.map +1 -1
- package/esm/_common/js/time-picker/const.js +29 -0
- package/esm/_common/js/time-picker/const.js.map +1 -0
- package/esm/_common/js/time-picker/utils.js +23 -0
- package/esm/_common/js/time-picker/utils.js.map +1 -0
- package/esm/_common/style/web/_variables.less +1 -0
- package/esm/_common/style/web/components/date-picker-new/_docs.less +3 -0
- package/esm/_common/style/web/components/date-picker-new/_index.less +344 -0
- package/esm/_common/style/web/components/date-picker-new/_mixin.less +0 -0
- package/esm/_common/style/web/components/date-picker-new/_var.less +58 -0
- package/esm/_common/style/web/components/form/_index.less +1 -2
- package/esm/_common/style/web/components/input-number/_index.less +47 -44
- package/esm/_common/style/web/components/pagination/_index.less +15 -6
- package/esm/_common/style/web/components/pagination/_var.less +1 -1
- package/esm/_common/style/web/components/progress/_index.less +0 -2
- package/esm/_common/style/web/components/progress/_var.less +0 -2
- package/esm/_common/style/web/components/range-input/_index.less +141 -0
- package/esm/_common/style/web/components/range-input/_mixin.less +111 -0
- package/esm/_common/style/web/components/range-input/_var.less +68 -0
- package/esm/_common/style/web/components/table/_index.less +0 -12
- package/esm/_common/style/web/components/time-picker-new/_index.less +231 -0
- package/esm/_common/style/web/components/time-picker-new/_mixin.less +5 -0
- package/esm/_common/style/web/components/time-picker-new/_var.less +61 -0
- 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 +3 -3
- 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.d.ts +15 -0
- package/esm/collapse/Collapse.js +140 -0
- package/esm/collapse/Collapse.js.map +1 -0
- package/esm/collapse/CollapseContext.d.ts +21 -0
- package/esm/collapse/CollapseContext.js +21 -0
- package/esm/collapse/CollapseContext.js.map +1 -0
- package/esm/collapse/CollapsePanel.d.ts +12 -0
- package/esm/collapse/CollapsePanel.js +156 -0
- package/esm/collapse/CollapsePanel.js.map +1 -0
- package/esm/collapse/index.d.ts +13 -0
- package/esm/collapse/index.js +53 -0
- package/esm/collapse/index.js.map +1 -0
- package/esm/collapse/style/css.d.ts +1 -0
- package/esm/collapse/style/index.d.ts +1 -0
- package/esm/collapse/style/index.js +1 -0
- package/esm/collapse/type.d.ts +89 -0
- package/esm/collapse/type.js +7 -0
- package/esm/collapse/type.js.map +1 -0
- package/esm/color-picker/ColorPicker.js +25 -19
- package/esm/color-picker/ColorPicker.js.map +1 -1
- 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 +7 -27
- package/esm/date-picker/DatePicker.js.map +1 -1
- 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 +5 -3
- package/esm/date-picker/index.js.map +1 -1
- package/esm/date-picker/panel/Date.js +4 -3
- package/esm/date-picker/panel/Date.js.map +1 -1
- package/esm/date-picker/panel/DateRange.js +4 -3
- package/esm/date-picker/panel/DateRange.js.map +1 -1
- 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 +10 -8
- package/esm/form/Form.js.map +1 -1
- 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.d.ts +1 -0
- package/esm/index.js +23 -13
- package/esm/index.js.map +1 -1
- 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 +3 -3
- package/esm/input-number/StepHandler.js +3 -3
- package/esm/input-number/index.js +3 -3
- 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 +58 -134
- package/esm/pagination/Pagination.js.map +1 -1
- package/esm/pagination/hooks/useBoundaryJumper.js +3 -3
- package/esm/pagination/hooks/usePageNumber.d.ts +4 -0
- package/esm/pagination/hooks/usePageNumber.js +147 -0
- package/esm/pagination/hooks/usePageNumber.js.map +1 -0
- package/esm/pagination/hooks/usePrevNextJumper.js +3 -3
- package/esm/pagination/hooks/useTotal.d.ts +4 -0
- package/esm/pagination/hooks/useTotal.js +82 -0
- package/esm/pagination/hooks/useTotal.js.map +1 -0
- package/esm/pagination/index.js +6 -4
- package/esm/pagination/index.js.map +1 -1
- package/esm/pagination/type.d.ts +10 -0
- 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 +3 -3
- 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 +6 -4
- package/esm/table/BaseTable.js.map +1 -1
- package/esm/table/Ellipsis.js +3 -3
- package/esm/table/EnhancedTable.js +13 -11
- package/esm/table/EnhancedTable.js.map +1 -1
- package/esm/table/FilterController.js +7 -7
- package/esm/table/PrimaryTable.js +10 -8
- package/esm/table/PrimaryTable.js.map +1 -1
- package/esm/table/SorterButton.js +3 -3
- package/esm/table/TBody.js +3 -3
- package/esm/table/TFoot.js +3 -3
- package/esm/table/THead.js +3 -3
- package/esm/table/TR.js +3 -3
- package/esm/table/hooks/useAsyncLoading.js +3 -3
- package/esm/table/hooks/useClassName.js +3 -3
- package/esm/table/hooks/useColumnController.js +4 -4
- package/esm/table/hooks/useDragSort.js +3 -3
- package/esm/table/hooks/useFilter.js +7 -7
- package/esm/table/hooks/usePagination.js +6 -4
- package/esm/table/hooks/usePagination.js.map +1 -1
- 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 +3 -3
- package/esm/table/hooks/useTableHeader.js +3 -3
- package/esm/table/hooks/useTreeData.js +7 -7
- package/esm/table/index.js +13 -11
- package/esm/table/index.js.map +1 -1
- 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 +8 -6
- package/esm/transfer/Transfer.js.map +1 -1
- package/esm/transfer/TransferList.js +8 -6
- package/esm/transfer/TransferList.js.map +1 -1
- package/esm/transfer/index.js +8 -6
- package/esm/transfer/index.js.map +1 -1
- 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/upload-trigger.js +3 -3
- package/esm/upload/upload.js +6 -6
- package/lib/_chunks/{dep-7c80ee2a.js → dep-08aebc3f.js} +1 -1
- package/lib/_chunks/{dep-7c80ee2a.js.map → dep-08aebc3f.js.map} +1 -1
- package/lib/_chunks/{dep-bcc3235b.js → dep-2a0d97c6.js} +3 -3
- package/lib/_chunks/{dep-bcc3235b.js.map → dep-2a0d97c6.js.map} +1 -1
- package/lib/_chunks/{dep-129536d8.js → dep-6d4fa454.js} +2 -2
- package/lib/_chunks/{dep-129536d8.js.map → dep-6d4fa454.js.map} +1 -1
- package/lib/_chunks/dep-84a00458.js +33 -0
- package/lib/_chunks/dep-84a00458.js.map +1 -0
- package/lib/_chunks/{dep-bc51fe43.js → dep-999f8b72.js} +4 -4
- package/lib/_chunks/{dep-bc51fe43.js.map → dep-999f8b72.js.map} +1 -1
- package/lib/_chunks/{dep-f22b4d8d.js → dep-a1f27217.js} +2 -2
- package/lib/_chunks/{dep-f22b4d8d.js.map → dep-a1f27217.js.map} +1 -1
- package/lib/_chunks/{dep-e8b3b4ce.js → dep-a8752c41.js} +1 -1
- package/lib/_chunks/{dep-e8b3b4ce.js.map → dep-a8752c41.js.map} +1 -1
- package/lib/_chunks/{dep-f5f4402b.js → dep-a8c2daae.js} +1 -1
- package/lib/_chunks/{dep-f5f4402b.js.map → dep-a8c2daae.js.map} +1 -1
- package/lib/_chunks/dep-aeaf5394.js +88 -0
- package/lib/_chunks/dep-aeaf5394.js.map +1 -0
- package/lib/_chunks/{dep-a129de86.js → dep-c0ca803f.js} +3 -3
- package/lib/_chunks/{dep-a129de86.js.map → dep-c0ca803f.js.map} +1 -1
- package/lib/_chunks/{dep-5402d6ee.js → dep-c6bf9a75.js} +1 -1
- package/lib/_chunks/{dep-5402d6ee.js.map → dep-c6bf9a75.js.map} +1 -1
- package/lib/_chunks/{dep-29c857b5.js → dep-c8d41d06.js} +3 -3
- package/lib/_chunks/{dep-29c857b5.js.map → dep-c8d41d06.js.map} +1 -1
- package/lib/_chunks/{dep-76094f75.js → dep-cb73fbb9.js} +1 -1
- package/lib/_chunks/{dep-76094f75.js.map → dep-cb73fbb9.js.map} +1 -1
- package/lib/_chunks/{dep-e28ee7d9.js → dep-de18c3de.js} +5 -5
- package/lib/_chunks/{dep-e28ee7d9.js.map → dep-de18c3de.js.map} +1 -1
- package/lib/_chunks/{dep-195cf5b4.js → dep-e638ecec.js} +2 -2
- package/lib/_chunks/{dep-195cf5b4.js.map → dep-e638ecec.js.map} +1 -1
- package/lib/_common/js/common.d.ts +6 -0
- package/lib/_common/js/common.js +11 -0
- package/lib/_common/js/common.js.map +1 -1
- package/lib/_common/js/date-picker/utils-new.js +433 -0
- package/lib/_common/js/date-picker/utils-new.js.map +1 -0
- package/lib/_common/js/date-picker/utils.js +8 -80
- package/lib/_common/js/date-picker/utils.js.map +1 -1
- package/lib/_common/js/time-picker/const.js +46 -0
- package/lib/_common/js/time-picker/const.js.map +1 -0
- package/lib/_common/js/time-picker/utils.js +33 -0
- package/lib/_common/js/time-picker/utils.js.map +1 -0
- 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 +3 -3
- 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.d.ts +15 -0
- package/lib/collapse/Collapse.js +145 -0
- package/lib/collapse/Collapse.js.map +1 -0
- package/lib/collapse/CollapseContext.d.ts +21 -0
- package/lib/collapse/CollapseContext.js +30 -0
- package/lib/collapse/CollapseContext.js.map +1 -0
- package/lib/collapse/CollapsePanel.d.ts +12 -0
- package/lib/collapse/CollapsePanel.js +161 -0
- package/lib/collapse/CollapsePanel.js.map +1 -0
- package/lib/collapse/index.d.ts +13 -0
- package/lib/collapse/index.js +52 -0
- package/lib/collapse/index.js.map +1 -0
- package/lib/collapse/style/css.d.ts +1 -0
- package/lib/collapse/style/index.d.ts +1 -0
- package/lib/collapse/type.d.ts +89 -0
- package/lib/collapse/type.js +9 -0
- package/lib/collapse/type.js.map +1 -0
- package/lib/color-picker/ColorPicker.js +25 -19
- package/lib/color-picker/ColorPicker.js.map +1 -1
- 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 +6 -25
- package/lib/date-picker/DatePicker.js.map +1 -1
- 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 +5 -3
- package/lib/date-picker/index.js.map +1 -1
- package/lib/date-picker/panel/Date.js +4 -3
- package/lib/date-picker/panel/Date.js.map +1 -1
- package/lib/date-picker/panel/DateRange.js +4 -3
- package/lib/date-picker/panel/DateRange.js.map +1 -1
- 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 +10 -8
- package/lib/form/Form.js.map +1 -1
- 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 +22 -13
- package/lib/index-lib.js.map +1 -1
- package/lib/index.d.ts +1 -0
- package/lib/index.js +22 -13
- package/lib/index.js.map +1 -1
- 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 +3 -3
- package/lib/input-number/StepHandler.js +3 -3
- package/lib/input-number/index.js +3 -3
- 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 +58 -134
- package/lib/pagination/Pagination.js.map +1 -1
- package/lib/pagination/hooks/useBoundaryJumper.js +3 -3
- package/lib/pagination/hooks/usePageNumber.d.ts +4 -0
- package/lib/pagination/hooks/usePageNumber.js +152 -0
- package/lib/pagination/hooks/usePageNumber.js.map +1 -0
- package/lib/pagination/hooks/usePrevNextJumper.js +3 -3
- package/lib/pagination/hooks/useTotal.d.ts +4 -0
- package/lib/pagination/hooks/useTotal.js +84 -0
- package/lib/pagination/hooks/useTotal.js.map +1 -0
- package/lib/pagination/index.js +6 -4
- package/lib/pagination/index.js.map +1 -1
- package/lib/pagination/type.d.ts +10 -0
- 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 +3 -3
- 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 +6 -4
- package/lib/table/BaseTable.js.map +1 -1
- package/lib/table/Ellipsis.js +3 -3
- package/lib/table/EnhancedTable.js +13 -11
- package/lib/table/EnhancedTable.js.map +1 -1
- package/lib/table/FilterController.js +7 -7
- package/lib/table/PrimaryTable.js +10 -8
- package/lib/table/PrimaryTable.js.map +1 -1
- package/lib/table/SorterButton.js +3 -3
- package/lib/table/TBody.js +3 -3
- package/lib/table/TFoot.js +3 -3
- package/lib/table/THead.js +3 -3
- package/lib/table/TR.js +3 -3
- package/lib/table/hooks/useAsyncLoading.js +3 -3
- package/lib/table/hooks/useClassName.js +3 -3
- package/lib/table/hooks/useColumnController.js +4 -4
- package/lib/table/hooks/useDragSort.js +3 -3
- package/lib/table/hooks/useFilter.js +7 -7
- package/lib/table/hooks/usePagination.js +6 -4
- package/lib/table/hooks/usePagination.js.map +1 -1
- 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 +3 -3
- package/lib/table/hooks/useTableHeader.js +3 -3
- package/lib/table/hooks/useTreeData.js +7 -7
- package/lib/table/index.js +13 -11
- package/lib/table/index.js.map +1 -1
- 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 +8 -6
- package/lib/transfer/Transfer.js.map +1 -1
- package/lib/transfer/TransferList.js +8 -6
- package/lib/transfer/TransferList.js.map +1 -1
- package/lib/transfer/index.js +8 -6
- package/lib/transfer/index.js.map +1 -1
- 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/upload-trigger.js +3 -3
- package/lib/upload/upload.js +6 -6
- package/package.json +1 -1
|
@@ -0,0 +1,82 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* tdesign v0.32.1
|
|
3
|
+
* (c) 2022 tdesign
|
|
4
|
+
* @license MIT
|
|
5
|
+
*/
|
|
6
|
+
|
|
7
|
+
import { _ as _slicedToArray } from '../../_chunks/dep-f43d2ff9.js';
|
|
8
|
+
import React from 'react';
|
|
9
|
+
import useConfig from '../../_util/useConfig.js';
|
|
10
|
+
import { useLocaleReceiver } from '../../locale/LocalReceiver.js';
|
|
11
|
+
import '../../_chunks/dep-6c1f99cf.js';
|
|
12
|
+
import '../../_chunks/dep-81db4a68.js';
|
|
13
|
+
import '../../_chunks/dep-7d265775.js';
|
|
14
|
+
import '../../_chunks/dep-098c2e47.js';
|
|
15
|
+
import '../../_chunks/dep-217ea692.js';
|
|
16
|
+
import '../../_chunks/dep-567dd4dd.js';
|
|
17
|
+
import '../../_chunks/dep-7a9bd45a.js';
|
|
18
|
+
import '../../_chunks/dep-63f906d4.js';
|
|
19
|
+
import '../../_chunks/dep-6a6ae75e.js';
|
|
20
|
+
import '../../_chunks/dep-9c1531f8.js';
|
|
21
|
+
import '../../_chunks/dep-023ef36a.js';
|
|
22
|
+
import '../../_chunks/dep-cfb2d970.js';
|
|
23
|
+
import '../../_chunks/dep-673abb3a.js';
|
|
24
|
+
import '../../_chunks/dep-95ac7d72.js';
|
|
25
|
+
import '../../_chunks/dep-0cd1e34b.js';
|
|
26
|
+
import '../../_chunks/dep-101470b1.js';
|
|
27
|
+
import '../../_chunks/dep-eb69bfba.js';
|
|
28
|
+
import '../../_chunks/dep-de209d53.js';
|
|
29
|
+
import '../../_chunks/dep-c318ace1.js';
|
|
30
|
+
import '../../_chunks/dep-38fa2c7f.js';
|
|
31
|
+
import '../../_chunks/dep-fbedb6c5.js';
|
|
32
|
+
import '../../_chunks/dep-affde0b6.js';
|
|
33
|
+
import '../../_chunks/dep-badeb78e.js';
|
|
34
|
+
import '../../_chunks/dep-d56ab162.js';
|
|
35
|
+
import '../../_chunks/dep-a43cf11c.js';
|
|
36
|
+
import '../../locale/zh_CN.js';
|
|
37
|
+
import '../../_common/js/global-config/locale/zh_CN.js';
|
|
38
|
+
import '../../config-provider/zh_CN_config.js';
|
|
39
|
+
import '../../config-provider/index.js';
|
|
40
|
+
import '../../config-provider/ConfigProvider.js';
|
|
41
|
+
|
|
42
|
+
function useTotal(props) {
|
|
43
|
+
var _useLocaleReceiver = useLocaleReceiver("pagination"),
|
|
44
|
+
_useLocaleReceiver2 = _slicedToArray(_useLocaleReceiver, 2),
|
|
45
|
+
locale = _useLocaleReceiver2[0],
|
|
46
|
+
t = _useLocaleReceiver2[1];
|
|
47
|
+
|
|
48
|
+
var _useConfig = useConfig(),
|
|
49
|
+
classPrefix = _useConfig.classPrefix;
|
|
50
|
+
|
|
51
|
+
var name = "".concat(classPrefix, "-pagination");
|
|
52
|
+
var totalContent = props.totalContent,
|
|
53
|
+
pageSize = props.pageSize,
|
|
54
|
+
current = props.current,
|
|
55
|
+
total = props.total;
|
|
56
|
+
|
|
57
|
+
var renderTotalContent = function renderTotalContent() {
|
|
58
|
+
if (typeof totalContent === "boolean") {
|
|
59
|
+
return totalContent ? t(locale.total, {
|
|
60
|
+
total: total
|
|
61
|
+
}) : null;
|
|
62
|
+
}
|
|
63
|
+
|
|
64
|
+
if (typeof totalContent === "string") return totalContent;
|
|
65
|
+
|
|
66
|
+
if (typeof totalContent === "function") {
|
|
67
|
+
var start = (current - 1) * pageSize;
|
|
68
|
+
var end = Math.min(total, start + pageSize);
|
|
69
|
+
return totalContent(total, [start + 1, end]);
|
|
70
|
+
}
|
|
71
|
+
};
|
|
72
|
+
|
|
73
|
+
var totalContrl = totalContent && /* @__PURE__ */React.createElement("div", {
|
|
74
|
+
className: "".concat(name, "__total")
|
|
75
|
+
}, renderTotalContent());
|
|
76
|
+
return {
|
|
77
|
+
totalContrl: totalContrl
|
|
78
|
+
};
|
|
79
|
+
}
|
|
80
|
+
|
|
81
|
+
export { useTotal as default };
|
|
82
|
+
//# sourceMappingURL=useTotal.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"useTotal.js","sources":["../../../src/pagination/hooks/useTotal.tsx"],"sourcesContent":["import React from 'react';\nimport useConfig from '../../_util/useConfig';\nimport { useLocaleReceiver } from '../../locale/LocalReceiver';\n\nexport default function useTotal(props) {\n const [locale, t] = useLocaleReceiver('pagination');\n\n const { classPrefix } = useConfig();\n const name = `${classPrefix}-pagination`;\n\n const { totalContent, pageSize, current, total } = props;\n\n // 渲染total相关逻辑\n const renderTotalContent = () => {\n if (typeof totalContent === 'boolean') {\n return totalContent ? t(locale.total, { total }) : null;\n }\n if (typeof totalContent === 'string') return totalContent;\n if (typeof totalContent === 'function') {\n const start = (current - 1) * pageSize;\n const end = Math.min(total, start + pageSize);\n return totalContent(total, [start + 1, end]);\n }\n };\n\n const totalContrl = totalContent && <div className={`${name}__total`}>{renderTotalContent()}</div>;\n\n return { totalContrl };\n}\n"],"names":["useTotal","props","useLocaleReceiver","locale","t","useConfig","classPrefix","name","totalContent","pageSize","current","total","renderTotalContent","start","end","Math","min","totalContrl","React","createElement","className"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAGe,SAASA,QAAT,CAAkBC,KAAlB,EAAyB;AACtC,EAAoBC,IAAAA,kBAAAA,GAAAA,iBAAiB,CAAC,YAAD,CAArC;AAAA,MAAA,mBAAA,GAAA,cAAA,CAAA,kBAAA,EAAA,CAAA,CAAA;AAAA,MAAOC,MAAP,GAAA,mBAAA,CAAA,CAAA,CAAA;AAAA,MAAeC,CAAf,GAAA,mBAAA,CAAA,CAAA,CAAA,CAAA;;AACA,EAAA,IAAA,UAAA,GAAwBC,SAAS,EAAjC;AAAA,MAAQC,WAAR,cAAQA,WAAR,CAAA;;AACA,EAAMC,IAAAA,IAAI,GAAMD,EAAAA,CAAAA,MAAAA,CAAAA,WAAN,EAAV,aAAA,CAAA,CAAA;AACA,EAAA,IAAQE,YAAR,GAAmDP,KAAnD,CAAQO,YAAR;AAAA,MAAsBC,QAAtB,GAAmDR,KAAnD,CAAsBQ,QAAtB;AAAA,MAAgCC,OAAhC,GAAmDT,KAAnD,CAAgCS,OAAhC;AAAA,MAAyCC,KAAzC,GAAmDV,KAAnD,CAAyCU,KAAzC,CAAA;;AACA,EAAA,IAAMC,kBAAkB,GAAG,SAArBA,kBAAqB,GAAM;AAC/B,IAAA,IAAI,OAAOJ,YAAP,KAAwB,SAA5B,EAAuC;AACrC,MAAA,OAAOA,YAAY,GAAGJ,CAAC,CAACD,MAAM,CAACQ,KAAR,EAAe;AAAEA,QAAAA,KAAK,EAALA,KAAAA;AAAF,OAAf,CAAJ,GAAgC,IAAnD,CAAA;AACD,KAAA;;AACD,IAAA,IAAI,OAAOH,YAAP,KAAwB,QAA5B,EACE,OAAOA,YAAP,CAAA;;AACF,IAAA,IAAI,OAAOA,YAAP,KAAwB,UAA5B,EAAwC;AACtC,MAAA,IAAMK,KAAK,GAAG,CAACH,OAAO,GAAG,CAAX,IAAgBD,QAA9B,CAAA;AACA,MAAMK,IAAAA,GAAG,GAAGC,IAAI,CAACC,GAAL,CAASL,KAAT,EAAgBE,KAAK,GAAGJ,QAAxB,CAAZ,CAAA;AACA,MAAOD,OAAAA,YAAY,CAACG,KAAD,EAAQ,CAACE,KAAK,GAAG,CAAT,EAAYC,GAAZ,CAAR,CAAnB,CAAA;AACD,KAAA;AACF,GAXD,CAAA;;AAYA,EAAMG,IAAAA,WAAW,GAAGT,YAAY,mBAAoBU,KAAK,CAACC,aAAN,CAAoB,KAApB,EAA2B;AAC7EC,IAAAA,SAAS,YAAKb,IAAL,EAAA,SAAA,CAAA;AADoE,GAA3B,EAEjDK,kBAAkB,EAF+B,CAApD,CAAA;AAGA,EAAO,OAAA;AAAEK,IAAAA,WAAW,EAAXA,WAAAA;AAAF,GAAP,CAAA;AACD;;;;"}
|
package/es/pagination/index.js
CHANGED
|
@@ -13,12 +13,11 @@ import '../_chunks/dep-6c1f99cf.js';
|
|
|
13
13
|
import '../_chunks/dep-f5934d82.js';
|
|
14
14
|
import 'react';
|
|
15
15
|
import 'classnames';
|
|
16
|
-
import 'tdesign-icons-react';
|
|
17
16
|
import '../_util/noop.js';
|
|
18
17
|
import '../_util/useConfig.js';
|
|
19
|
-
import '../_chunks/dep-
|
|
18
|
+
import '../_chunks/dep-81db4a68.js';
|
|
20
19
|
import '../_chunks/dep-098c2e47.js';
|
|
21
|
-
import '../_chunks/dep-
|
|
20
|
+
import '../_chunks/dep-217ea692.js';
|
|
22
21
|
import '../_chunks/dep-567dd4dd.js';
|
|
23
22
|
import '../_chunks/dep-7a9bd45a.js';
|
|
24
23
|
import '../_chunks/dep-63f906d4.js';
|
|
@@ -33,7 +32,7 @@ import '../_chunks/dep-101470b1.js';
|
|
|
33
32
|
import '../_chunks/dep-eb69bfba.js';
|
|
34
33
|
import '../_chunks/dep-de209d53.js';
|
|
35
34
|
import '../_chunks/dep-c318ace1.js';
|
|
36
|
-
import '../_chunks/dep-
|
|
35
|
+
import '../_chunks/dep-38fa2c7f.js';
|
|
37
36
|
import '../_chunks/dep-fbedb6c5.js';
|
|
38
37
|
import '../_chunks/dep-affde0b6.js';
|
|
39
38
|
import '../_chunks/dep-badeb78e.js';
|
|
@@ -100,6 +99,7 @@ import '../_chunks/dep-a9eaa40f.js';
|
|
|
100
99
|
import '../_chunks/dep-0a33d33c.js';
|
|
101
100
|
import '../input/index.js';
|
|
102
101
|
import '../input/Input.js';
|
|
102
|
+
import 'tdesign-icons-react';
|
|
103
103
|
import '../_util/helper.js';
|
|
104
104
|
import '../_chunks/dep-6d7a13ee.js';
|
|
105
105
|
import '../_chunks/dep-30dd4524.js';
|
|
@@ -137,6 +137,8 @@ import '../input-number/utils/numberUtils.js';
|
|
|
137
137
|
import '../input-number/type.js';
|
|
138
138
|
import './hooks/useBoundaryJumper.js';
|
|
139
139
|
import './hooks/usePrevNextJumper.js';
|
|
140
|
+
import './hooks/usePageNumber.js';
|
|
141
|
+
import './hooks/useTotal.js';
|
|
140
142
|
import './validators.js';
|
|
141
143
|
|
|
142
144
|
var Pagination = Pagination$1;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sources":["../../src/pagination/index.ts"],"sourcesContent":["import _Pagination from './Pagination';\n\nimport './style/index.js';\n\nexport type { PaginationProps } from './Pagination';\nexport * from './type';\n\nexport const Pagination = _Pagination;\nexport default Pagination;\n"],"names":["Pagination","_Pagination"],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.js","sources":["../../src/pagination/index.ts"],"sourcesContent":["import _Pagination from './Pagination';\n\nimport './style/index.js';\n\nexport type { PaginationProps } from './Pagination';\nexport * from './type';\n\nexport const Pagination = _Pagination;\nexport default Pagination;\n"],"names":["Pagination","_Pagination"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAGO,IAAMA,UAAU,GAAGC;;;;"}
|
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
.t-pagination {
|
|
2
|
-
width: 100%;
|
|
3
2
|
display: -webkit-box;
|
|
4
3
|
display: -ms-flexbox;
|
|
5
4
|
display: flex;
|
|
@@ -12,9 +11,6 @@
|
|
|
12
11
|
white-space: nowrap;
|
|
13
12
|
color: var(--td-text-color-secondary);
|
|
14
13
|
}
|
|
15
|
-
.t-pagination.t-is-disabled {
|
|
16
|
-
color: var(--td-text-color-disabled);
|
|
17
|
-
}
|
|
18
14
|
.t-pagination__total {
|
|
19
15
|
font-size: 14px;
|
|
20
16
|
-webkit-box-flex: 1;
|
|
@@ -131,12 +127,12 @@
|
|
|
131
127
|
.t-pagination__number.t-is-disabled {
|
|
132
128
|
cursor: auto;
|
|
133
129
|
background-color: var(--td-bg-color-component-disabled);
|
|
134
|
-
color: var(--td-text-color-
|
|
130
|
+
color: var(--td-text-color-placeholder);
|
|
135
131
|
}
|
|
136
132
|
.t-pagination__number.t-is-disabled:hover,
|
|
137
133
|
.t-pagination__number.t-is-disabled:active {
|
|
138
134
|
background-color: var(--td-bg-color-component-disabled);
|
|
139
|
-
color: var(--td-text-color-
|
|
135
|
+
color: var(--td-text-color-placeholder);
|
|
140
136
|
border-color: var(--td-component-border);
|
|
141
137
|
}
|
|
142
138
|
.t-pagination__number--more {
|
|
@@ -176,8 +172,12 @@
|
|
|
176
172
|
.t-pagination .t-input-number {
|
|
177
173
|
margin-left: 4px;
|
|
178
174
|
margin-right: 4px;
|
|
175
|
+
height: 32px;
|
|
179
176
|
width: 48px;
|
|
180
177
|
}
|
|
178
|
+
.t-pagination .t-input-number .t-input {
|
|
179
|
+
width: calc(100% - 8px);
|
|
180
|
+
}
|
|
181
181
|
.t-pagination.t-size-s .t-pagination__total {
|
|
182
182
|
font-size: 12px;
|
|
183
183
|
}
|
|
@@ -230,3 +230,9 @@
|
|
|
230
230
|
background: none;
|
|
231
231
|
color: var(--td-text-color-disabled);
|
|
232
232
|
}
|
|
233
|
+
.t-pagination.t-is-disabled {
|
|
234
|
+
background-color: var(--td-bg-color-component-disabled);
|
|
235
|
+
}
|
|
236
|
+
.t-pagination.t-is-disabled .t-pagination__jump {
|
|
237
|
+
color: var(--td-text-color-placeholder);
|
|
238
|
+
}
|
package/es/pagination/type.d.ts
CHANGED
|
@@ -56,6 +56,16 @@ export interface TdPaginationProps {
|
|
|
56
56
|
* @default false
|
|
57
57
|
*/
|
|
58
58
|
showJumper?: boolean;
|
|
59
|
+
/**
|
|
60
|
+
* 是否显示页码控制器
|
|
61
|
+
* @default true
|
|
62
|
+
*/
|
|
63
|
+
showPageNumber?: boolean;
|
|
64
|
+
/**
|
|
65
|
+
* 是否显示分页数量控制器
|
|
66
|
+
* @default true
|
|
67
|
+
*/
|
|
68
|
+
showPageSize?: boolean;
|
|
59
69
|
/**
|
|
60
70
|
* 是否显示跳转前后页页码控制器
|
|
61
71
|
* @default true
|
|
@@ -19,9 +19,9 @@ import '../popup/Popup.js';
|
|
|
19
19
|
import 'react-transition-group';
|
|
20
20
|
import 'react-popper';
|
|
21
21
|
import '../_util/useAnimation.js';
|
|
22
|
-
import '../_chunks/dep-
|
|
22
|
+
import '../_chunks/dep-81db4a68.js';
|
|
23
23
|
import '../_chunks/dep-098c2e47.js';
|
|
24
|
-
import '../_chunks/dep-
|
|
24
|
+
import '../_chunks/dep-217ea692.js';
|
|
25
25
|
import '../_chunks/dep-567dd4dd.js';
|
|
26
26
|
import '../_chunks/dep-7a9bd45a.js';
|
|
27
27
|
import '../_chunks/dep-63f906d4.js';
|
|
@@ -36,7 +36,7 @@ import '../_chunks/dep-101470b1.js';
|
|
|
36
36
|
import '../_chunks/dep-eb69bfba.js';
|
|
37
37
|
import '../_chunks/dep-de209d53.js';
|
|
38
38
|
import '../_chunks/dep-c318ace1.js';
|
|
39
|
-
import '../_chunks/dep-
|
|
39
|
+
import '../_chunks/dep-38fa2c7f.js';
|
|
40
40
|
import '../_chunks/dep-fbedb6c5.js';
|
|
41
41
|
import '../_chunks/dep-affde0b6.js';
|
|
42
42
|
import '../_chunks/dep-badeb78e.js';
|
|
@@ -22,8 +22,8 @@ import '../button/Button.js';
|
|
|
22
22
|
import '../_chunks/dep-f5934d82.js';
|
|
23
23
|
import '../_util/useRipple.js';
|
|
24
24
|
import '../_util/useAnimation.js';
|
|
25
|
-
import '../_chunks/dep-
|
|
26
|
-
import '../_chunks/dep-
|
|
25
|
+
import '../_chunks/dep-81db4a68.js';
|
|
26
|
+
import '../_chunks/dep-217ea692.js';
|
|
27
27
|
import '../_chunks/dep-567dd4dd.js';
|
|
28
28
|
import '../_chunks/dep-7a9bd45a.js';
|
|
29
29
|
import '../_chunks/dep-63f906d4.js';
|
|
@@ -35,7 +35,7 @@ import '../_chunks/dep-0cd1e34b.js';
|
|
|
35
35
|
import '../_chunks/dep-101470b1.js';
|
|
36
36
|
import '../_chunks/dep-de209d53.js';
|
|
37
37
|
import '../_chunks/dep-c318ace1.js';
|
|
38
|
-
import '../_chunks/dep-
|
|
38
|
+
import '../_chunks/dep-38fa2c7f.js';
|
|
39
39
|
import '../_chunks/dep-fbedb6c5.js';
|
|
40
40
|
import '../_chunks/dep-d56ab162.js';
|
|
41
41
|
import '../_chunks/dep-a43cf11c.js';
|
package/es/popconfirm/index.js
CHANGED
|
@@ -20,9 +20,9 @@ import '../_util/useDefault.js';
|
|
|
20
20
|
import '../_util/noop.js';
|
|
21
21
|
import '../_util/useAnimation.js';
|
|
22
22
|
import '../_util/useConfig.js';
|
|
23
|
-
import '../_chunks/dep-
|
|
23
|
+
import '../_chunks/dep-81db4a68.js';
|
|
24
24
|
import '../_chunks/dep-098c2e47.js';
|
|
25
|
-
import '../_chunks/dep-
|
|
25
|
+
import '../_chunks/dep-217ea692.js';
|
|
26
26
|
import '../_chunks/dep-567dd4dd.js';
|
|
27
27
|
import '../_chunks/dep-7a9bd45a.js';
|
|
28
28
|
import '../_chunks/dep-63f906d4.js';
|
|
@@ -37,7 +37,7 @@ import '../_chunks/dep-101470b1.js';
|
|
|
37
37
|
import '../_chunks/dep-eb69bfba.js';
|
|
38
38
|
import '../_chunks/dep-de209d53.js';
|
|
39
39
|
import '../_chunks/dep-c318ace1.js';
|
|
40
|
-
import '../_chunks/dep-
|
|
40
|
+
import '../_chunks/dep-38fa2c7f.js';
|
|
41
41
|
import '../_chunks/dep-fbedb6c5.js';
|
|
42
42
|
import '../_chunks/dep-affde0b6.js';
|
|
43
43
|
import '../_chunks/dep-badeb78e.js';
|
package/es/popup/Popup.js
CHANGED
|
@@ -21,9 +21,9 @@ import useMutationObservable from '../_util/useMutationObserver.js';
|
|
|
21
21
|
import useWindowSize from '../_util/useWindowSize.js';
|
|
22
22
|
import '../_chunks/dep-6c1f99cf.js';
|
|
23
23
|
import '../_util/noop.js';
|
|
24
|
-
import '../_chunks/dep-
|
|
24
|
+
import '../_chunks/dep-81db4a68.js';
|
|
25
25
|
import '../_chunks/dep-098c2e47.js';
|
|
26
|
-
import '../_chunks/dep-
|
|
26
|
+
import '../_chunks/dep-217ea692.js';
|
|
27
27
|
import '../_chunks/dep-567dd4dd.js';
|
|
28
28
|
import '../_chunks/dep-7a9bd45a.js';
|
|
29
29
|
import '../_chunks/dep-63f906d4.js';
|
|
@@ -38,7 +38,7 @@ import '../_chunks/dep-101470b1.js';
|
|
|
38
38
|
import '../_chunks/dep-eb69bfba.js';
|
|
39
39
|
import '../_chunks/dep-de209d53.js';
|
|
40
40
|
import '../_chunks/dep-c318ace1.js';
|
|
41
|
-
import '../_chunks/dep-
|
|
41
|
+
import '../_chunks/dep-38fa2c7f.js';
|
|
42
42
|
import '../_chunks/dep-fbedb6c5.js';
|
|
43
43
|
import '../_chunks/dep-affde0b6.js';
|
|
44
44
|
import '../_chunks/dep-badeb78e.js';
|
|
@@ -7,10 +7,10 @@
|
|
|
7
7
|
import { useRef } from 'react';
|
|
8
8
|
import useClickOutside from '../../_util/useClickOutside.js';
|
|
9
9
|
import '../../_util/useConfig.js';
|
|
10
|
-
import '../../_chunks/dep-
|
|
10
|
+
import '../../_chunks/dep-81db4a68.js';
|
|
11
11
|
import '../../_chunks/dep-7d265775.js';
|
|
12
12
|
import '../../_chunks/dep-098c2e47.js';
|
|
13
|
-
import '../../_chunks/dep-
|
|
13
|
+
import '../../_chunks/dep-217ea692.js';
|
|
14
14
|
import '../../_chunks/dep-567dd4dd.js';
|
|
15
15
|
import '../../_chunks/dep-7a9bd45a.js';
|
|
16
16
|
import '../../_chunks/dep-63f906d4.js';
|
|
@@ -25,7 +25,7 @@ import '../../_chunks/dep-101470b1.js';
|
|
|
25
25
|
import '../../_chunks/dep-eb69bfba.js';
|
|
26
26
|
import '../../_chunks/dep-de209d53.js';
|
|
27
27
|
import '../../_chunks/dep-c318ace1.js';
|
|
28
|
-
import '../../_chunks/dep-
|
|
28
|
+
import '../../_chunks/dep-38fa2c7f.js';
|
|
29
29
|
import '../../_chunks/dep-fbedb6c5.js';
|
|
30
30
|
import '../../_chunks/dep-affde0b6.js';
|
|
31
31
|
import '../../_chunks/dep-badeb78e.js';
|
package/es/popup/index.js
CHANGED
|
@@ -18,9 +18,9 @@ import '../_util/useDefault.js';
|
|
|
18
18
|
import '../_util/noop.js';
|
|
19
19
|
import '../_util/useAnimation.js';
|
|
20
20
|
import '../_util/useConfig.js';
|
|
21
|
-
import '../_chunks/dep-
|
|
21
|
+
import '../_chunks/dep-81db4a68.js';
|
|
22
22
|
import '../_chunks/dep-098c2e47.js';
|
|
23
|
-
import '../_chunks/dep-
|
|
23
|
+
import '../_chunks/dep-217ea692.js';
|
|
24
24
|
import '../_chunks/dep-567dd4dd.js';
|
|
25
25
|
import '../_chunks/dep-7a9bd45a.js';
|
|
26
26
|
import '../_chunks/dep-63f906d4.js';
|
|
@@ -35,7 +35,7 @@ import '../_chunks/dep-101470b1.js';
|
|
|
35
35
|
import '../_chunks/dep-eb69bfba.js';
|
|
36
36
|
import '../_chunks/dep-de209d53.js';
|
|
37
37
|
import '../_chunks/dep-c318ace1.js';
|
|
38
|
-
import '../_chunks/dep-
|
|
38
|
+
import '../_chunks/dep-38fa2c7f.js';
|
|
39
39
|
import '../_chunks/dep-fbedb6c5.js';
|
|
40
40
|
import '../_chunks/dep-affde0b6.js';
|
|
41
41
|
import '../_chunks/dep-badeb78e.js';
|
package/es/progress/Progress.js
CHANGED
|
@@ -10,9 +10,9 @@ import classNames from 'classnames';
|
|
|
10
10
|
import { CheckCircleFilledIcon, CloseCircleFilledIcon, ErrorCircleFilledIcon, CheckCircleIcon, CloseCircleIcon, ErrorCircleIcon } from 'tdesign-icons-react';
|
|
11
11
|
import useConfig from '../_util/useConfig.js';
|
|
12
12
|
import getBackgroundColor from '../_util/linearGradient.js';
|
|
13
|
-
import '../_chunks/dep-
|
|
13
|
+
import '../_chunks/dep-81db4a68.js';
|
|
14
14
|
import '../_chunks/dep-098c2e47.js';
|
|
15
|
-
import '../_chunks/dep-
|
|
15
|
+
import '../_chunks/dep-217ea692.js';
|
|
16
16
|
import '../_chunks/dep-567dd4dd.js';
|
|
17
17
|
import '../_chunks/dep-7a9bd45a.js';
|
|
18
18
|
import '../_chunks/dep-63f906d4.js';
|
|
@@ -27,7 +27,7 @@ import '../_chunks/dep-101470b1.js';
|
|
|
27
27
|
import '../_chunks/dep-eb69bfba.js';
|
|
28
28
|
import '../_chunks/dep-de209d53.js';
|
|
29
29
|
import '../_chunks/dep-c318ace1.js';
|
|
30
|
-
import '../_chunks/dep-
|
|
30
|
+
import '../_chunks/dep-38fa2c7f.js';
|
|
31
31
|
import '../_chunks/dep-fbedb6c5.js';
|
|
32
32
|
import '../_chunks/dep-affde0b6.js';
|
|
33
33
|
import '../_chunks/dep-badeb78e.js';
|
package/es/progress/index.js
CHANGED
|
@@ -12,9 +12,9 @@ import 'react';
|
|
|
12
12
|
import 'classnames';
|
|
13
13
|
import 'tdesign-icons-react';
|
|
14
14
|
import '../_util/useConfig.js';
|
|
15
|
-
import '../_chunks/dep-
|
|
15
|
+
import '../_chunks/dep-81db4a68.js';
|
|
16
16
|
import '../_chunks/dep-098c2e47.js';
|
|
17
|
-
import '../_chunks/dep-
|
|
17
|
+
import '../_chunks/dep-217ea692.js';
|
|
18
18
|
import '../_chunks/dep-567dd4dd.js';
|
|
19
19
|
import '../_chunks/dep-7a9bd45a.js';
|
|
20
20
|
import '../_chunks/dep-63f906d4.js';
|
|
@@ -29,7 +29,7 @@ import '../_chunks/dep-101470b1.js';
|
|
|
29
29
|
import '../_chunks/dep-eb69bfba.js';
|
|
30
30
|
import '../_chunks/dep-de209d53.js';
|
|
31
31
|
import '../_chunks/dep-c318ace1.js';
|
|
32
|
-
import '../_chunks/dep-
|
|
32
|
+
import '../_chunks/dep-38fa2c7f.js';
|
|
33
33
|
import '../_chunks/dep-fbedb6c5.js';
|
|
34
34
|
import '../_chunks/dep-affde0b6.js';
|
|
35
35
|
import '../_chunks/dep-badeb78e.js';
|
|
@@ -3,8 +3,6 @@
|
|
|
3
3
|
height: 100%;
|
|
4
4
|
background: var(--td-brand-color);
|
|
5
5
|
border-radius: 50px;
|
|
6
|
-
-webkit-transition: all 0.2s cubic-bezier(0.38, 0, 0.24, 1);
|
|
7
|
-
transition: all 0.2s cubic-bezier(0.38, 0, 0.24, 1);
|
|
8
6
|
}
|
|
9
7
|
.t-progress__info {
|
|
10
8
|
margin-left: 8px;
|
|
@@ -82,8 +80,6 @@
|
|
|
82
80
|
}
|
|
83
81
|
.t-progress--circle .t-progress__circle-inner {
|
|
84
82
|
stroke: var(--td-brand-color);
|
|
85
|
-
-webkit-transition: all 0.2s cubic-bezier(0.38, 0, 0.24, 1);
|
|
86
|
-
transition: all 0.2s cubic-bezier(0.38, 0, 0.24, 1);
|
|
87
83
|
}
|
|
88
84
|
.t-progress--circle .t-progress__icon {
|
|
89
85
|
font-size: 2.4em;
|
package/es/radio/Radio.js
CHANGED
|
@@ -8,7 +8,7 @@ import '../_chunks/dep-7d265775.js';
|
|
|
8
8
|
import 'react';
|
|
9
9
|
import '../_util/forwardRefWithStatics.js';
|
|
10
10
|
import '../common/Check.js';
|
|
11
|
-
export { _ as default } from '../_chunks/dep-
|
|
11
|
+
export { _ as default } from '../_chunks/dep-d60b1cc9.js';
|
|
12
12
|
import 'hoist-non-react-statics';
|
|
13
13
|
import '../_chunks/dep-f43d2ff9.js';
|
|
14
14
|
import '../_chunks/dep-6c1f99cf.js';
|
|
@@ -27,8 +27,8 @@ import '../_chunks/dep-eb69bfba.js';
|
|
|
27
27
|
import '../_chunks/dep-30dd4524.js';
|
|
28
28
|
import '../_chunks/dep-0a1c4cd9.js';
|
|
29
29
|
import '../_util/useConfig.js';
|
|
30
|
-
import '../_chunks/dep-
|
|
31
|
-
import '../_chunks/dep-
|
|
30
|
+
import '../_chunks/dep-81db4a68.js';
|
|
31
|
+
import '../_chunks/dep-217ea692.js';
|
|
32
32
|
import '../_chunks/dep-567dd4dd.js';
|
|
33
33
|
import '../_chunks/dep-7a9bd45a.js';
|
|
34
34
|
import '../_chunks/dep-63f906d4.js';
|
|
@@ -40,7 +40,7 @@ import '../_chunks/dep-0cd1e34b.js';
|
|
|
40
40
|
import '../_chunks/dep-101470b1.js';
|
|
41
41
|
import '../_chunks/dep-de209d53.js';
|
|
42
42
|
import '../_chunks/dep-c318ace1.js';
|
|
43
|
-
import '../_chunks/dep-
|
|
43
|
+
import '../_chunks/dep-38fa2c7f.js';
|
|
44
44
|
import '../_chunks/dep-fbedb6c5.js';
|
|
45
45
|
import '../_chunks/dep-d56ab162.js';
|
|
46
46
|
import '../_chunks/dep-a43cf11c.js';
|
package/es/radio/RadioGroup.js
CHANGED
|
@@ -12,12 +12,12 @@ import '../_util/useConfig.js';
|
|
|
12
12
|
import '../_util/useDefault.js';
|
|
13
13
|
import '../_util/useCommonClassName.js';
|
|
14
14
|
import '../common/Check.js';
|
|
15
|
-
export { R as default } from '../_chunks/dep-
|
|
15
|
+
export { R as default } from '../_chunks/dep-d60b1cc9.js';
|
|
16
16
|
import '../_util/useMutationObserver.js';
|
|
17
17
|
import '../_chunks/dep-6c1f99cf.js';
|
|
18
|
-
import '../_chunks/dep-
|
|
18
|
+
import '../_chunks/dep-81db4a68.js';
|
|
19
19
|
import '../_chunks/dep-098c2e47.js';
|
|
20
|
-
import '../_chunks/dep-
|
|
20
|
+
import '../_chunks/dep-217ea692.js';
|
|
21
21
|
import '../_chunks/dep-567dd4dd.js';
|
|
22
22
|
import '../_chunks/dep-7a9bd45a.js';
|
|
23
23
|
import '../_chunks/dep-63f906d4.js';
|
|
@@ -32,7 +32,7 @@ import '../_chunks/dep-101470b1.js';
|
|
|
32
32
|
import '../_chunks/dep-eb69bfba.js';
|
|
33
33
|
import '../_chunks/dep-de209d53.js';
|
|
34
34
|
import '../_chunks/dep-c318ace1.js';
|
|
35
|
-
import '../_chunks/dep-
|
|
35
|
+
import '../_chunks/dep-38fa2c7f.js';
|
|
36
36
|
import '../_chunks/dep-fbedb6c5.js';
|
|
37
37
|
import '../_chunks/dep-affde0b6.js';
|
|
38
38
|
import '../_chunks/dep-badeb78e.js';
|
package/es/radio/index.js
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
* @license MIT
|
|
5
5
|
*/
|
|
6
6
|
|
|
7
|
-
import { _ as _Radio } from '../_chunks/dep-
|
|
7
|
+
import { _ as _Radio } from '../_chunks/dep-d60b1cc9.js';
|
|
8
8
|
import './style/css.js';
|
|
9
9
|
import './type.js';
|
|
10
10
|
import '../_chunks/dep-7d265775.js';
|
|
@@ -29,8 +29,8 @@ import '../_chunks/dep-eb69bfba.js';
|
|
|
29
29
|
import '../_chunks/dep-30dd4524.js';
|
|
30
30
|
import '../_chunks/dep-0a1c4cd9.js';
|
|
31
31
|
import '../_util/useConfig.js';
|
|
32
|
-
import '../_chunks/dep-
|
|
33
|
-
import '../_chunks/dep-
|
|
32
|
+
import '../_chunks/dep-81db4a68.js';
|
|
33
|
+
import '../_chunks/dep-217ea692.js';
|
|
34
34
|
import '../_chunks/dep-567dd4dd.js';
|
|
35
35
|
import '../_chunks/dep-7a9bd45a.js';
|
|
36
36
|
import '../_chunks/dep-63f906d4.js';
|
|
@@ -42,7 +42,7 @@ import '../_chunks/dep-0cd1e34b.js';
|
|
|
42
42
|
import '../_chunks/dep-101470b1.js';
|
|
43
43
|
import '../_chunks/dep-de209d53.js';
|
|
44
44
|
import '../_chunks/dep-c318ace1.js';
|
|
45
|
-
import '../_chunks/dep-
|
|
45
|
+
import '../_chunks/dep-38fa2c7f.js';
|
|
46
46
|
import '../_chunks/dep-fbedb6c5.js';
|
|
47
47
|
import '../_chunks/dep-d56ab162.js';
|
|
48
48
|
import '../_chunks/dep-a43cf11c.js';
|
package/es/select/base/Option.js
CHANGED
|
@@ -27,14 +27,14 @@ import '../../_chunks/dep-023ef36a.js';
|
|
|
27
27
|
import '../../_chunks/dep-cfb2d970.js';
|
|
28
28
|
import '../../_chunks/dep-673abb3a.js';
|
|
29
29
|
import '../../_chunks/dep-94430898.js';
|
|
30
|
-
import '../../_chunks/dep-
|
|
31
|
-
import '../../_chunks/dep-
|
|
30
|
+
import '../../_chunks/dep-81db4a68.js';
|
|
31
|
+
import '../../_chunks/dep-217ea692.js';
|
|
32
32
|
import '../../_chunks/dep-95ac7d72.js';
|
|
33
33
|
import '../../_chunks/dep-0cd1e34b.js';
|
|
34
34
|
import '../../_chunks/dep-101470b1.js';
|
|
35
35
|
import '../../_chunks/dep-de209d53.js';
|
|
36
36
|
import '../../_chunks/dep-c318ace1.js';
|
|
37
|
-
import '../../_chunks/dep-
|
|
37
|
+
import '../../_chunks/dep-38fa2c7f.js';
|
|
38
38
|
import '../../_chunks/dep-fbedb6c5.js';
|
|
39
39
|
import '../../_chunks/dep-d56ab162.js';
|
|
40
40
|
import '../../_chunks/dep-a43cf11c.js';
|
|
@@ -8,9 +8,9 @@ import { _ as _defineProperty } from '../../_chunks/dep-7d265775.js';
|
|
|
8
8
|
import React, { Children, isValidElement, cloneElement } from 'react';
|
|
9
9
|
import classNames from 'classnames';
|
|
10
10
|
import useConfig from '../../_util/useConfig.js';
|
|
11
|
-
import '../../_chunks/dep-
|
|
11
|
+
import '../../_chunks/dep-81db4a68.js';
|
|
12
12
|
import '../../_chunks/dep-098c2e47.js';
|
|
13
|
-
import '../../_chunks/dep-
|
|
13
|
+
import '../../_chunks/dep-217ea692.js';
|
|
14
14
|
import '../../_chunks/dep-567dd4dd.js';
|
|
15
15
|
import '../../_chunks/dep-7a9bd45a.js';
|
|
16
16
|
import '../../_chunks/dep-63f906d4.js';
|
|
@@ -25,7 +25,7 @@ import '../../_chunks/dep-101470b1.js';
|
|
|
25
25
|
import '../../_chunks/dep-eb69bfba.js';
|
|
26
26
|
import '../../_chunks/dep-de209d53.js';
|
|
27
27
|
import '../../_chunks/dep-c318ace1.js';
|
|
28
|
-
import '../../_chunks/dep-
|
|
28
|
+
import '../../_chunks/dep-38fa2c7f.js';
|
|
29
29
|
import '../../_chunks/dep-fbedb6c5.js';
|
|
30
30
|
import '../../_chunks/dep-affde0b6.js';
|
|
31
31
|
import '../../_chunks/dep-badeb78e.js';
|
|
@@ -17,8 +17,8 @@ import '../../_chunks/dep-6c1f99cf.js';
|
|
|
17
17
|
import '../../config-provider/index.js';
|
|
18
18
|
import '../../config-provider/ConfigProvider.js';
|
|
19
19
|
import '../../_chunks/dep-098c2e47.js';
|
|
20
|
-
import '../../_chunks/dep-
|
|
21
|
-
import '../../_chunks/dep-
|
|
20
|
+
import '../../_chunks/dep-81db4a68.js';
|
|
21
|
+
import '../../_chunks/dep-217ea692.js';
|
|
22
22
|
import '../../_chunks/dep-567dd4dd.js';
|
|
23
23
|
import '../../_chunks/dep-7a9bd45a.js';
|
|
24
24
|
import '../../_chunks/dep-63f906d4.js';
|
|
@@ -33,7 +33,7 @@ import '../../_chunks/dep-101470b1.js';
|
|
|
33
33
|
import '../../_chunks/dep-eb69bfba.js';
|
|
34
34
|
import '../../_chunks/dep-de209d53.js';
|
|
35
35
|
import '../../_chunks/dep-c318ace1.js';
|
|
36
|
-
import '../../_chunks/dep-
|
|
36
|
+
import '../../_chunks/dep-38fa2c7f.js';
|
|
37
37
|
import '../../_chunks/dep-fbedb6c5.js';
|
|
38
38
|
import '../../_chunks/dep-affde0b6.js';
|
|
39
39
|
import '../../_chunks/dep-badeb78e.js';
|
package/es/select/base/Select.js
CHANGED
|
@@ -40,14 +40,14 @@ import '../../_chunks/dep-673abb3a.js';
|
|
|
40
40
|
import '../../_chunks/dep-94430898.js';
|
|
41
41
|
import '../../config-provider/index.js';
|
|
42
42
|
import '../../config-provider/ConfigProvider.js';
|
|
43
|
-
import '../../_chunks/dep-
|
|
44
|
-
import '../../_chunks/dep-
|
|
43
|
+
import '../../_chunks/dep-81db4a68.js';
|
|
44
|
+
import '../../_chunks/dep-217ea692.js';
|
|
45
45
|
import '../../_chunks/dep-95ac7d72.js';
|
|
46
46
|
import '../../_chunks/dep-0cd1e34b.js';
|
|
47
47
|
import '../../_chunks/dep-101470b1.js';
|
|
48
48
|
import '../../_chunks/dep-de209d53.js';
|
|
49
49
|
import '../../_chunks/dep-c318ace1.js';
|
|
50
|
-
import '../../_chunks/dep-
|
|
50
|
+
import '../../_chunks/dep-38fa2c7f.js';
|
|
51
51
|
import '../../_chunks/dep-fbedb6c5.js';
|
|
52
52
|
import '../../_chunks/dep-d56ab162.js';
|
|
53
53
|
import '../../_chunks/dep-a43cf11c.js';
|
package/es/select/index.js
CHANGED
|
@@ -34,14 +34,14 @@ import '../_util/noop.js';
|
|
|
34
34
|
import '../locale/LocalReceiver.js';
|
|
35
35
|
import '../config-provider/index.js';
|
|
36
36
|
import '../config-provider/ConfigProvider.js';
|
|
37
|
-
import '../_chunks/dep-
|
|
38
|
-
import '../_chunks/dep-
|
|
37
|
+
import '../_chunks/dep-81db4a68.js';
|
|
38
|
+
import '../_chunks/dep-217ea692.js';
|
|
39
39
|
import '../_chunks/dep-95ac7d72.js';
|
|
40
40
|
import '../_chunks/dep-0cd1e34b.js';
|
|
41
41
|
import '../_chunks/dep-101470b1.js';
|
|
42
42
|
import '../_chunks/dep-de209d53.js';
|
|
43
43
|
import '../_chunks/dep-c318ace1.js';
|
|
44
|
-
import '../_chunks/dep-
|
|
44
|
+
import '../_chunks/dep-38fa2c7f.js';
|
|
45
45
|
import '../_chunks/dep-fbedb6c5.js';
|
|
46
46
|
import '../_chunks/dep-d56ab162.js';
|
|
47
47
|
import '../_chunks/dep-a43cf11c.js';
|
package/es/select/util/helper.js
CHANGED
|
@@ -33,9 +33,9 @@ import '../../_chunks/dep-94430898.js';
|
|
|
33
33
|
import 'react';
|
|
34
34
|
import 'classnames';
|
|
35
35
|
import '../../_util/useConfig.js';
|
|
36
|
-
import '../../_chunks/dep-
|
|
37
|
-
import '../../_chunks/dep-
|
|
38
|
-
import '../../_chunks/dep-
|
|
36
|
+
import '../../_chunks/dep-81db4a68.js';
|
|
37
|
+
import '../../_chunks/dep-217ea692.js';
|
|
38
|
+
import '../../_chunks/dep-38fa2c7f.js';
|
|
39
39
|
import '../../_chunks/dep-fbedb6c5.js';
|
|
40
40
|
import '../../_chunks/dep-d56ab162.js';
|
|
41
41
|
import '../../_chunks/dep-a43cf11c.js';
|
|
@@ -12,9 +12,9 @@ import { Popup } from '../popup/index.js';
|
|
|
12
12
|
import useSingle from './useSingle.js';
|
|
13
13
|
import useMultiple from './useMultiple.js';
|
|
14
14
|
import useOverlayStyle from './useOverlayStyle.js';
|
|
15
|
-
import '../_chunks/dep-
|
|
15
|
+
import '../_chunks/dep-81db4a68.js';
|
|
16
16
|
import '../_chunks/dep-098c2e47.js';
|
|
17
|
-
import '../_chunks/dep-
|
|
17
|
+
import '../_chunks/dep-217ea692.js';
|
|
18
18
|
import '../_chunks/dep-567dd4dd.js';
|
|
19
19
|
import '../_chunks/dep-7a9bd45a.js';
|
|
20
20
|
import '../_chunks/dep-63f906d4.js';
|
|
@@ -29,7 +29,7 @@ import '../_chunks/dep-101470b1.js';
|
|
|
29
29
|
import '../_chunks/dep-eb69bfba.js';
|
|
30
30
|
import '../_chunks/dep-de209d53.js';
|
|
31
31
|
import '../_chunks/dep-c318ace1.js';
|
|
32
|
-
import '../_chunks/dep-
|
|
32
|
+
import '../_chunks/dep-38fa2c7f.js';
|
|
33
33
|
import '../_chunks/dep-fbedb6c5.js';
|
|
34
34
|
import '../_chunks/dep-affde0b6.js';
|
|
35
35
|
import '../_chunks/dep-badeb78e.js';
|