tdesign-react 0.32.2-alpha.1 → 0.32.2-alpha.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +2 -1
- package/dist/tdesign.css +68 -55
- package/dist/tdesign.css.map +1 -1
- package/dist/tdesign.js +584 -366
- 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/{esm/_chunks/dep-4b2a69e3.js → es/_chunks/dep-16818dbb.js} +5 -5
- package/{esm/_chunks/dep-4b2a69e3.js.map → es/_chunks/dep-16818dbb.js.map} +1 -1
- package/{esm/_chunks/dep-3c91a81a.js → es/_chunks/dep-17ab8c86.js} +1 -1
- package/es/_chunks/{dep-3c91a81a.js.map → dep-17ab8c86.js.map} +1 -1
- package/{esm/_chunks/dep-d7ade079.js → es/_chunks/dep-3fc4bb40.js} +3 -3
- package/{esm/_chunks/dep-d7ade079.js.map → es/_chunks/dep-3fc4bb40.js.map} +1 -1
- package/es/_chunks/{dep-38fa2c7f.js → dep-60d02e1e.js} +1 -1
- package/es/_chunks/{dep-38fa2c7f.js.map → dep-60d02e1e.js.map} +1 -1
- package/es/_chunks/{dep-04632db3.js → dep-69abc6ae.js} +2 -2
- package/{esm/_chunks/dep-04632db3.js.map → es/_chunks/dep-69abc6ae.js.map} +1 -1
- package/{esm/_chunks/dep-5079a62d.js → es/_chunks/dep-8172cf4c.js} +1 -1
- package/es/_chunks/{dep-5079a62d.js.map → dep-8172cf4c.js.map} +1 -1
- package/es/_chunks/{dep-7c714d91.js → dep-88652537.js} +1 -1
- package/es/_chunks/{dep-7c714d91.js.map → dep-88652537.js.map} +1 -1
- package/{esm/_chunks/dep-d0124bed.js → es/_chunks/dep-8e240acc.js} +2 -2
- package/es/_chunks/{dep-d0124bed.js.map → dep-8e240acc.js.map} +1 -1
- package/es/_chunks/{dep-4fd0073d.js → dep-99fc8fc7.js} +3 -3
- package/es/_chunks/{dep-4fd0073d.js.map → dep-99fc8fc7.js.map} +1 -1
- package/{esm/_chunks/dep-217ea692.js → es/_chunks/dep-a9e7d390.js} +2 -2
- package/{esm/_chunks/dep-217ea692.js.map → es/_chunks/dep-a9e7d390.js.map} +1 -1
- package/es/_chunks/{dep-d60b1cc9.js → dep-aa507466.js} +1 -1
- package/{esm/_chunks/dep-d60b1cc9.js.map → es/_chunks/dep-aa507466.js.map} +1 -1
- package/es/_chunks/{dep-81db4a68.js → dep-c5a280af.js} +3 -3
- package/es/_chunks/{dep-81db4a68.js.map → dep-c5a280af.js.map} +1 -1
- package/es/_chunks/{dep-4581ce48.js → dep-c91061b2.js} +6 -6
- package/es/_chunks/dep-c91061b2.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/card/style/index.css +3 -0
- 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/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 +17 -3
- package/es/dialog/RenderDialog.js.map +1 -1
- package/es/dialog/index.js +3 -3
- package/es/dialog/plugin.js +10 -12
- package/es/dialog/plugin.js.map +1 -1
- 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/form/style/index.css +2 -1
- 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 +15 -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 +43 -42
- 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.d.ts +1 -1
- package/es/pagination/Pagination.js +83 -93
- package/es/pagination/Pagination.js.map +1 -1
- package/es/pagination/hooks/useBoundaryJumper.d.ts +5 -0
- package/es/pagination/hooks/useBoundaryJumper.js +68 -0
- package/es/pagination/hooks/useBoundaryJumper.js.map +1 -0
- package/es/pagination/hooks/usePrevNextJumper.d.ts +5 -0
- package/es/pagination/hooks/usePrevNextJumper.js +68 -0
- package/es/pagination/hooks/usePrevNextJumper.js.map +1 -0
- package/es/pagination/index.d.ts +1 -1
- package/es/pagination/index.js +6 -4
- package/es/pagination/index.js.map +1 -1
- package/es/pagination/style/index.css +6 -12
- package/es/pagination/type.d.ts +10 -1
- 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.d.ts +4 -0
- package/es/popup/Popup.js +13 -7
- package/es/popup/Popup.js.map +1 -1
- package/es/popup/hooks/useTriggerProps.js +3 -3
- package/es/popup/index.js +3 -3
- package/es/popup/type.d.ts +3 -2
- package/es/progress/Progress.js +3 -3
- package/es/progress/index.js +3 -3
- package/es/progress/style/index.css +4 -0
- 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 +5 -3
- package/es/table/BaseTable.js.map +1 -1
- package/es/table/Ellipsis.js +3 -3
- package/es/table/EnhancedTable.js +12 -10
- package/es/table/EnhancedTable.js.map +1 -1
- package/es/table/FilterController.js +7 -7
- package/es/table/PrimaryTable.js +9 -7
- 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 +6 -5
- package/es/table/hooks/useAsyncLoading.js.map +1 -1
- 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/useFixed.js +4 -4
- package/es/table/hooks/useFixed.js.map +1 -1
- 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 +12 -10
- package/es/table/index.js.map +1 -1
- package/es/table/style/index.css +10 -0
- 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 +43 -7
- package/es/tooltip/Tooltip.js.map +1 -1
- package/es/tooltip/index.js +3 -3
- package/es/tooltip/type.d.ts +11 -1
- 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.d.ts +1 -0
- package/es/upload/dragger.js +7 -7
- package/es/upload/dragger.js.map +1 -1
- 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 +22 -12
- package/es/upload/upload-trigger.js +3 -3
- package/es/upload/upload.js +16 -6
- package/es/upload/upload.js.map +1 -1
- package/{es/_chunks/dep-4b2a69e3.js → esm/_chunks/dep-16818dbb.js} +5 -5
- package/{es/_chunks/dep-4b2a69e3.js.map → esm/_chunks/dep-16818dbb.js.map} +1 -1
- package/{es/_chunks/dep-3c91a81a.js → esm/_chunks/dep-17ab8c86.js} +1 -1
- package/esm/_chunks/{dep-3c91a81a.js.map → dep-17ab8c86.js.map} +1 -1
- package/{es/_chunks/dep-d7ade079.js → esm/_chunks/dep-3fc4bb40.js} +3 -3
- package/{es/_chunks/dep-d7ade079.js.map → esm/_chunks/dep-3fc4bb40.js.map} +1 -1
- package/esm/_chunks/{dep-38fa2c7f.js → dep-60d02e1e.js} +1 -1
- package/esm/_chunks/{dep-38fa2c7f.js.map → dep-60d02e1e.js.map} +1 -1
- package/esm/_chunks/{dep-04632db3.js → dep-69abc6ae.js} +2 -2
- package/{es/_chunks/dep-04632db3.js.map → esm/_chunks/dep-69abc6ae.js.map} +1 -1
- package/{es/_chunks/dep-5079a62d.js → esm/_chunks/dep-8172cf4c.js} +1 -1
- package/esm/_chunks/{dep-5079a62d.js.map → dep-8172cf4c.js.map} +1 -1
- package/esm/_chunks/{dep-7c714d91.js → dep-88652537.js} +1 -1
- package/esm/_chunks/{dep-7c714d91.js.map → dep-88652537.js.map} +1 -1
- package/{es/_chunks/dep-d0124bed.js → esm/_chunks/dep-8e240acc.js} +2 -2
- package/esm/_chunks/{dep-d0124bed.js.map → dep-8e240acc.js.map} +1 -1
- package/esm/_chunks/{dep-4fd0073d.js → dep-99fc8fc7.js} +3 -3
- package/esm/_chunks/{dep-4fd0073d.js.map → dep-99fc8fc7.js.map} +1 -1
- package/{es/_chunks/dep-217ea692.js → esm/_chunks/dep-a9e7d390.js} +2 -2
- package/{es/_chunks/dep-217ea692.js.map → esm/_chunks/dep-a9e7d390.js.map} +1 -1
- package/esm/_chunks/{dep-d60b1cc9.js → dep-aa507466.js} +1 -1
- package/{es/_chunks/dep-d60b1cc9.js.map → esm/_chunks/dep-aa507466.js.map} +1 -1
- package/esm/_chunks/{dep-81db4a68.js → dep-c5a280af.js} +3 -3
- package/esm/_chunks/{dep-81db4a68.js.map → dep-c5a280af.js.map} +1 -1
- package/esm/_chunks/{dep-591b8d7b.js → dep-e83de6a5.js} +6 -6
- package/esm/_chunks/dep-e83de6a5.js.map +1 -0
- package/esm/_common/style/web/components/card/_index.less +3 -0
- package/esm/_common/style/web/components/form/_index.less +2 -1
- package/esm/_common/style/web/components/input-number/_index.less +44 -47
- package/esm/_common/style/web/components/pagination/_index.less +6 -15
- package/esm/_common/style/web/components/pagination/_var.less +1 -1
- package/esm/_common/style/web/components/progress/_index.less +2 -0
- package/esm/_common/style/web/components/progress/_var.less +2 -0
- package/esm/_common/style/web/components/table/_index.less +12 -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/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 +17 -3
- package/esm/dialog/RenderDialog.js.map +1 -1
- package/esm/dialog/index.js +3 -3
- package/esm/dialog/plugin.js +10 -12
- package/esm/dialog/plugin.js.map +1 -1
- 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 +15 -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.d.ts +1 -1
- package/esm/pagination/Pagination.js +83 -93
- package/esm/pagination/Pagination.js.map +1 -1
- package/esm/pagination/hooks/useBoundaryJumper.d.ts +5 -0
- package/esm/pagination/hooks/useBoundaryJumper.js +68 -0
- package/esm/pagination/hooks/useBoundaryJumper.js.map +1 -0
- package/esm/pagination/hooks/usePrevNextJumper.d.ts +5 -0
- package/esm/pagination/hooks/usePrevNextJumper.js +68 -0
- package/esm/pagination/hooks/usePrevNextJumper.js.map +1 -0
- package/esm/pagination/index.d.ts +1 -1
- package/esm/pagination/index.js +6 -4
- package/esm/pagination/index.js.map +1 -1
- package/esm/pagination/type.d.ts +10 -1
- 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.d.ts +4 -0
- package/esm/popup/Popup.js +13 -7
- package/esm/popup/Popup.js.map +1 -1
- package/esm/popup/hooks/useTriggerProps.js +3 -3
- package/esm/popup/index.js +3 -3
- package/esm/popup/type.d.ts +3 -2
- 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 +5 -3
- package/esm/table/BaseTable.js.map +1 -1
- package/esm/table/Ellipsis.js +3 -3
- package/esm/table/EnhancedTable.js +12 -10
- package/esm/table/EnhancedTable.js.map +1 -1
- package/esm/table/FilterController.js +7 -7
- package/esm/table/PrimaryTable.js +9 -7
- 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 +6 -5
- package/esm/table/hooks/useAsyncLoading.js.map +1 -1
- 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/useFixed.js +4 -4
- package/esm/table/hooks/useFixed.js.map +1 -1
- 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 +12 -10
- 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 +43 -7
- package/esm/tooltip/Tooltip.js.map +1 -1
- package/esm/tooltip/index.js +3 -3
- package/esm/tooltip/type.d.ts +11 -1
- 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.d.ts +1 -0
- package/esm/upload/dragger.js +7 -7
- package/esm/upload/dragger.js.map +1 -1
- 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 +22 -12
- package/esm/upload/upload-trigger.js +3 -3
- package/esm/upload/upload.js +16 -6
- package/esm/upload/upload.js.map +1 -1
- package/lib/_chunks/{dep-6d4fa454.js → dep-129536d8.js} +2 -2
- package/lib/_chunks/{dep-6d4fa454.js.map → dep-129536d8.js.map} +1 -1
- package/lib/_chunks/{dep-e638ecec.js → dep-195cf5b4.js} +2 -2
- package/lib/_chunks/{dep-e638ecec.js.map → dep-195cf5b4.js.map} +1 -1
- package/lib/_chunks/{dep-c8d41d06.js → dep-29c857b5.js} +3 -3
- package/lib/_chunks/{dep-c8d41d06.js.map → dep-29c857b5.js.map} +1 -1
- package/lib/_chunks/{dep-c6bf9a75.js → dep-5402d6ee.js} +1 -1
- package/lib/_chunks/{dep-c6bf9a75.js.map → dep-5402d6ee.js.map} +1 -1
- package/lib/_chunks/{dep-cb73fbb9.js → dep-76094f75.js} +1 -1
- package/lib/_chunks/{dep-cb73fbb9.js.map → dep-76094f75.js.map} +1 -1
- package/lib/_chunks/{dep-20f62a1a.js → dep-7c80ee2a.js} +1 -1
- package/lib/_chunks/{dep-20f62a1a.js.map → dep-7c80ee2a.js.map} +1 -1
- package/lib/_chunks/{dep-c0ca803f.js → dep-a129de86.js} +3 -3
- package/lib/_chunks/{dep-c0ca803f.js.map → dep-a129de86.js.map} +1 -1
- package/lib/_chunks/{dep-67ebc854.js → dep-bc51fe43.js} +6 -6
- package/lib/_chunks/dep-bc51fe43.js.map +1 -0
- package/lib/_chunks/{dep-2a0d97c6.js → dep-bcc3235b.js} +3 -3
- package/lib/_chunks/{dep-2a0d97c6.js.map → dep-bcc3235b.js.map} +1 -1
- package/lib/_chunks/{dep-de18c3de.js → dep-e28ee7d9.js} +5 -5
- package/lib/_chunks/{dep-de18c3de.js.map → dep-e28ee7d9.js.map} +1 -1
- package/lib/_chunks/{dep-a8752c41.js → dep-e8b3b4ce.js} +1 -1
- package/lib/_chunks/{dep-a8752c41.js.map → dep-e8b3b4ce.js.map} +1 -1
- package/lib/_chunks/{dep-a1f27217.js → dep-f22b4d8d.js} +2 -2
- package/lib/_chunks/{dep-a1f27217.js.map → dep-f22b4d8d.js.map} +1 -1
- package/lib/_chunks/{dep-a8c2daae.js → dep-f5f4402b.js} +1 -1
- package/lib/_chunks/{dep-a8c2daae.js.map → dep-f5f4402b.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 +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/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 +17 -3
- package/lib/dialog/RenderDialog.js.map +1 -1
- package/lib/dialog/index.js +3 -3
- package/lib/dialog/plugin.js +10 -12
- package/lib/dialog/plugin.js.map +1 -1
- 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 +15 -13
- package/lib/index-lib.js.map +1 -1
- package/lib/index.js +15 -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.d.ts +1 -1
- package/lib/pagination/Pagination.js +81 -86
- package/lib/pagination/Pagination.js.map +1 -1
- package/lib/pagination/hooks/useBoundaryJumper.d.ts +5 -0
- package/lib/pagination/hooks/useBoundaryJumper.js +73 -0
- package/lib/pagination/hooks/useBoundaryJumper.js.map +1 -0
- package/lib/pagination/hooks/usePrevNextJumper.d.ts +5 -0
- package/lib/pagination/hooks/usePrevNextJumper.js +73 -0
- package/lib/pagination/hooks/usePrevNextJumper.js.map +1 -0
- package/lib/pagination/index.d.ts +1 -1
- package/lib/pagination/index.js +6 -4
- package/lib/pagination/index.js.map +1 -1
- package/lib/pagination/type.d.ts +10 -1
- 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.d.ts +4 -0
- package/lib/popup/Popup.js +13 -7
- package/lib/popup/Popup.js.map +1 -1
- package/lib/popup/hooks/useTriggerProps.js +3 -3
- package/lib/popup/index.js +3 -3
- package/lib/popup/type.d.ts +3 -2
- 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 +5 -3
- package/lib/table/BaseTable.js.map +1 -1
- package/lib/table/Ellipsis.js +3 -3
- package/lib/table/EnhancedTable.js +12 -10
- package/lib/table/EnhancedTable.js.map +1 -1
- package/lib/table/FilterController.js +7 -7
- package/lib/table/PrimaryTable.js +9 -7
- 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 +6 -5
- package/lib/table/hooks/useAsyncLoading.js.map +1 -1
- 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/useFixed.js +4 -4
- package/lib/table/hooks/useFixed.js.map +1 -1
- 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 +12 -10
- 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 +43 -7
- package/lib/tooltip/Tooltip.js.map +1 -1
- package/lib/tooltip/index.js +3 -3
- package/lib/tooltip/type.d.ts +11 -1
- 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.d.ts +1 -0
- package/lib/upload/dragger.js +7 -7
- package/lib/upload/dragger.js.map +1 -1
- 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 +22 -12
- package/lib/upload/upload-trigger.js +3 -3
- package/lib/upload/upload.js +16 -6
- package/lib/upload/upload.js.map +1 -1
- package/package.json +1 -1
- package/es/_chunks/dep-4581ce48.js.map +0 -1
- package/es/alert/usage/index.d.ts +0 -1
- package/es/alert/usage/index.js +0 -95
- package/es/alert/usage/index.js.map +0 -1
- package/es/anchor/usage/index.d.ts +0 -1
- package/es/anchor/usage/index.js +0 -90
- package/es/anchor/usage/index.js.map +0 -1
- package/es/avatar/usage/index.d.ts +0 -1
- package/es/avatar/usage/index.js +0 -87
- package/es/avatar/usage/index.js.map +0 -1
- package/es/badge/usage/index.d.ts +0 -1
- package/es/badge/usage/index.js +0 -109
- package/es/badge/usage/index.js.map +0 -1
- package/es/button/usage/index.d.ts +0 -1
- package/es/button/usage/index.js +0 -174
- package/es/button/usage/index.js.map +0 -1
- package/es/calendar/usage/index.d.ts +0 -1
- package/es/calendar/usage/index.js +0 -120
- package/es/calendar/usage/index.js.map +0 -1
- package/es/cascader/usage/index.d.ts +0 -1
- package/es/cascader/usage/index.js +0 -223
- package/es/cascader/usage/index.js.map +0 -1
- package/es/checkbox/usage/index.d.ts +0 -1
- package/es/checkbox/usage/index.js +0 -97
- package/es/checkbox/usage/index.js.map +0 -1
- package/es/date-picker/usage/index.d.ts +0 -1
- package/es/date-picker/usage/index.js +0 -139
- package/es/date-picker/usage/index.js.map +0 -1
- package/es/dialog/usage/index.d.ts +0 -1
- package/es/dialog/usage/index.js +0 -219
- package/es/dialog/usage/index.js.map +0 -1
- package/es/divider/usage/index.d.ts +0 -1
- package/es/divider/usage/index.js +0 -107
- package/es/divider/usage/index.js.map +0 -1
- package/es/drawer/usage/index.d.ts +0 -1
- package/es/drawer/usage/index.js +0 -196
- package/es/drawer/usage/index.js.map +0 -1
- package/es/dropdown/usage/index.d.ts +0 -1
- package/es/dropdown/usage/index.js +0 -178
- package/es/dropdown/usage/index.js.map +0 -1
- package/es/form/usage/index.d.ts +0 -1
- package/es/form/usage/index.js +0 -185
- package/es/form/usage/index.js.map +0 -1
- package/es/input/usage/index.d.ts +0 -1
- package/es/input/usage/index.js +0 -207
- package/es/input/usage/index.js.map +0 -1
- package/es/input-number/usage/index.d.ts +0 -1
- package/es/input-number/usage/index.js +0 -121
- package/es/input-number/usage/index.js.map +0 -1
- package/es/list/usage/index.d.ts +0 -1
- package/es/list/usage/index.js +0 -129
- package/es/list/usage/index.js.map +0 -1
- package/es/loading/usage/index.d.ts +0 -1
- package/es/loading/usage/index.js +0 -104
- package/es/loading/usage/index.js.map +0 -1
- package/es/menu/usage/index.d.ts +0 -1
- package/es/menu/usage/index.js +0 -161
- package/es/menu/usage/index.js.map +0 -1
- package/es/message/usage/index.d.ts +0 -1
- package/es/message/usage/index.js +0 -111
- package/es/message/usage/index.js.map +0 -1
- package/es/notification/usage/index.d.ts +0 -1
- package/es/notification/usage/index.js +0 -104
- package/es/notification/usage/index.js.map +0 -1
- package/es/pagination/usage/index.d.ts +0 -1
- package/es/pagination/usage/index.js +0 -116
- package/es/pagination/usage/index.js.map +0 -1
- package/es/popconfirm/usage/index.d.ts +0 -1
- package/es/popconfirm/usage/index.js +0 -160
- package/es/popconfirm/usage/index.js.map +0 -1
- package/es/popup/usage/index.d.ts +0 -1
- package/es/popup/usage/index.js +0 -185
- package/es/popup/usage/index.js.map +0 -1
- package/es/progress/usage/index.d.ts +0 -1
- package/es/progress/usage/index.js +0 -95
- package/es/progress/usage/index.js.map +0 -1
- package/es/radio/usage/index.d.ts +0 -1
- package/es/radio/usage/index.js +0 -90
- package/es/radio/usage/index.js.map +0 -1
- package/es/select/usage/index.d.ts +0 -1
- package/es/select/usage/index.js +0 -198
- package/es/select/usage/index.js.map +0 -1
- package/es/select-input/usage/index.d.ts +0 -1
- package/es/select-input/usage/index.js +0 -159
- package/es/select-input/usage/index.js.map +0 -1
- package/es/skeleton/usage/index.d.ts +0 -1
- package/es/skeleton/usage/index.js +0 -100
- package/es/skeleton/usage/index.js.map +0 -1
- package/es/slider/usage/index.d.ts +0 -1
- package/es/slider/usage/index.js +0 -105
- package/es/slider/usage/index.js.map +0 -1
- package/es/steps/usage/index.d.ts +0 -1
- package/es/steps/usage/index.js +0 -126
- package/es/steps/usage/index.js.map +0 -1
- package/es/swiper/usage/index.d.ts +0 -1
- package/es/swiper/usage/index.js +0 -181
- package/es/swiper/usage/index.js.map +0 -1
- package/es/switch/usage/index.d.ts +0 -1
- package/es/switch/usage/index.js +0 -102
- package/es/switch/usage/index.js.map +0 -1
- package/es/table/usage/index.d.ts +0 -1
- package/es/table/usage/index.js +0 -240
- package/es/table/usage/index.js.map +0 -1
- package/es/tabs/usage/index.d.ts +0 -1
- package/es/tabs/usage/index.js +0 -159
- package/es/tabs/usage/index.js.map +0 -1
- package/es/tag/usage/index.d.ts +0 -1
- package/es/tag/usage/index.js +0 -164
- package/es/tag/usage/index.js.map +0 -1
- package/es/tag-input/usage/index.d.ts +0 -1
- package/es/tag-input/usage/index.js +0 -131
- package/es/tag-input/usage/index.js.map +0 -1
- package/es/textarea/usage/index.d.ts +0 -1
- package/es/textarea/usage/index.js +0 -93
- package/es/textarea/usage/index.js.map +0 -1
- package/es/time-picker/usage/index.d.ts +0 -1
- package/es/time-picker/usage/index.js +0 -116
- package/es/time-picker/usage/index.js.map +0 -1
- package/es/tooltip/usage/index.d.ts +0 -1
- package/es/tooltip/usage/index.js +0 -110
- package/es/tooltip/usage/index.js.map +0 -1
- package/es/transfer/usage/index.d.ts +0 -1
- package/es/transfer/usage/index.js +0 -134
- package/es/transfer/usage/index.js.map +0 -1
- package/es/tree/usage/index.d.ts +0 -1
- package/es/tree/usage/index.js +0 -224
- package/es/tree/usage/index.js.map +0 -1
- package/es/tree-select/usage/index.d.ts +0 -1
- package/es/tree-select/usage/index.js +0 -182
- package/es/tree-select/usage/index.js.map +0 -1
- package/es/upload/usage/index.d.ts +0 -1
- package/es/upload/usage/index.js +0 -213
- package/es/upload/usage/index.js.map +0 -1
- package/esm/_chunks/dep-591b8d7b.js.map +0 -1
- package/esm/_common/style/web/components/table/_index_old.less +0 -706
- package/esm/alert/usage/index.d.ts +0 -1
- package/esm/alert/usage/index.js +0 -95
- package/esm/alert/usage/index.js.map +0 -1
- package/esm/anchor/usage/index.d.ts +0 -1
- package/esm/anchor/usage/index.js +0 -90
- package/esm/anchor/usage/index.js.map +0 -1
- package/esm/avatar/usage/index.d.ts +0 -1
- package/esm/avatar/usage/index.js +0 -87
- package/esm/avatar/usage/index.js.map +0 -1
- package/esm/badge/usage/index.d.ts +0 -1
- package/esm/badge/usage/index.js +0 -109
- package/esm/badge/usage/index.js.map +0 -1
- package/esm/button/usage/index.d.ts +0 -1
- package/esm/button/usage/index.js +0 -174
- package/esm/button/usage/index.js.map +0 -1
- package/esm/calendar/usage/index.d.ts +0 -1
- package/esm/calendar/usage/index.js +0 -120
- package/esm/calendar/usage/index.js.map +0 -1
- package/esm/cascader/usage/index.d.ts +0 -1
- package/esm/cascader/usage/index.js +0 -223
- package/esm/cascader/usage/index.js.map +0 -1
- package/esm/checkbox/usage/index.d.ts +0 -1
- package/esm/checkbox/usage/index.js +0 -97
- package/esm/checkbox/usage/index.js.map +0 -1
- package/esm/date-picker/usage/index.d.ts +0 -1
- package/esm/date-picker/usage/index.js +0 -139
- package/esm/date-picker/usage/index.js.map +0 -1
- package/esm/dialog/usage/index.d.ts +0 -1
- package/esm/dialog/usage/index.js +0 -219
- package/esm/dialog/usage/index.js.map +0 -1
- package/esm/divider/usage/index.d.ts +0 -1
- package/esm/divider/usage/index.js +0 -107
- package/esm/divider/usage/index.js.map +0 -1
- package/esm/drawer/usage/index.d.ts +0 -1
- package/esm/drawer/usage/index.js +0 -196
- package/esm/drawer/usage/index.js.map +0 -1
- package/esm/dropdown/usage/index.d.ts +0 -1
- package/esm/dropdown/usage/index.js +0 -178
- package/esm/dropdown/usage/index.js.map +0 -1
- package/esm/form/usage/index.d.ts +0 -1
- package/esm/form/usage/index.js +0 -185
- package/esm/form/usage/index.js.map +0 -1
- package/esm/input/usage/index.d.ts +0 -1
- package/esm/input/usage/index.js +0 -207
- package/esm/input/usage/index.js.map +0 -1
- package/esm/input-number/usage/index.d.ts +0 -1
- package/esm/input-number/usage/index.js +0 -121
- package/esm/input-number/usage/index.js.map +0 -1
- package/esm/list/usage/index.d.ts +0 -1
- package/esm/list/usage/index.js +0 -129
- package/esm/list/usage/index.js.map +0 -1
- package/esm/loading/usage/index.d.ts +0 -1
- package/esm/loading/usage/index.js +0 -104
- package/esm/loading/usage/index.js.map +0 -1
- package/esm/menu/usage/index.d.ts +0 -1
- package/esm/menu/usage/index.js +0 -161
- package/esm/menu/usage/index.js.map +0 -1
- package/esm/message/usage/index.d.ts +0 -1
- package/esm/message/usage/index.js +0 -111
- package/esm/message/usage/index.js.map +0 -1
- package/esm/notification/usage/index.d.ts +0 -1
- package/esm/notification/usage/index.js +0 -104
- package/esm/notification/usage/index.js.map +0 -1
- package/esm/pagination/usage/index.d.ts +0 -1
- package/esm/pagination/usage/index.js +0 -116
- package/esm/pagination/usage/index.js.map +0 -1
- package/esm/popconfirm/usage/index.d.ts +0 -1
- package/esm/popconfirm/usage/index.js +0 -160
- package/esm/popconfirm/usage/index.js.map +0 -1
- package/esm/popup/usage/index.d.ts +0 -1
- package/esm/popup/usage/index.js +0 -185
- package/esm/popup/usage/index.js.map +0 -1
- package/esm/progress/usage/index.d.ts +0 -1
- package/esm/progress/usage/index.js +0 -95
- package/esm/progress/usage/index.js.map +0 -1
- package/esm/radio/usage/index.d.ts +0 -1
- package/esm/radio/usage/index.js +0 -90
- package/esm/radio/usage/index.js.map +0 -1
- package/esm/select/usage/index.d.ts +0 -1
- package/esm/select/usage/index.js +0 -198
- package/esm/select/usage/index.js.map +0 -1
- package/esm/select-input/usage/index.d.ts +0 -1
- package/esm/select-input/usage/index.js +0 -159
- package/esm/select-input/usage/index.js.map +0 -1
- package/esm/skeleton/usage/index.d.ts +0 -1
- package/esm/skeleton/usage/index.js +0 -100
- package/esm/skeleton/usage/index.js.map +0 -1
- package/esm/slider/usage/index.d.ts +0 -1
- package/esm/slider/usage/index.js +0 -105
- package/esm/slider/usage/index.js.map +0 -1
- package/esm/steps/usage/index.d.ts +0 -1
- package/esm/steps/usage/index.js +0 -126
- package/esm/steps/usage/index.js.map +0 -1
- package/esm/swiper/usage/index.d.ts +0 -1
- package/esm/swiper/usage/index.js +0 -181
- package/esm/swiper/usage/index.js.map +0 -1
- package/esm/switch/usage/index.d.ts +0 -1
- package/esm/switch/usage/index.js +0 -102
- package/esm/switch/usage/index.js.map +0 -1
- package/esm/table/usage/index.d.ts +0 -1
- package/esm/table/usage/index.js +0 -240
- package/esm/table/usage/index.js.map +0 -1
- package/esm/tabs/usage/index.d.ts +0 -1
- package/esm/tabs/usage/index.js +0 -159
- package/esm/tabs/usage/index.js.map +0 -1
- package/esm/tag/usage/index.d.ts +0 -1
- package/esm/tag/usage/index.js +0 -164
- package/esm/tag/usage/index.js.map +0 -1
- package/esm/tag-input/usage/index.d.ts +0 -1
- package/esm/tag-input/usage/index.js +0 -131
- package/esm/tag-input/usage/index.js.map +0 -1
- package/esm/textarea/usage/index.d.ts +0 -1
- package/esm/textarea/usage/index.js +0 -93
- package/esm/textarea/usage/index.js.map +0 -1
- package/esm/time-picker/usage/index.d.ts +0 -1
- package/esm/time-picker/usage/index.js +0 -116
- package/esm/time-picker/usage/index.js.map +0 -1
- package/esm/tooltip/usage/index.d.ts +0 -1
- package/esm/tooltip/usage/index.js +0 -110
- package/esm/tooltip/usage/index.js.map +0 -1
- package/esm/transfer/usage/index.d.ts +0 -1
- package/esm/transfer/usage/index.js +0 -134
- package/esm/transfer/usage/index.js.map +0 -1
- package/esm/tree/usage/index.d.ts +0 -1
- package/esm/tree/usage/index.js +0 -224
- package/esm/tree/usage/index.js.map +0 -1
- package/esm/tree-select/usage/index.d.ts +0 -1
- package/esm/tree-select/usage/index.js +0 -182
- package/esm/tree-select/usage/index.js.map +0 -1
- package/esm/upload/usage/index.d.ts +0 -1
- package/esm/upload/usage/index.js +0 -213
- package/esm/upload/usage/index.js.map +0 -1
- package/lib/_chunks/dep-67ebc854.js.map +0 -1
- package/lib/alert/usage/index.d.ts +0 -1
- package/lib/alert/usage/index.js +0 -105
- package/lib/alert/usage/index.js.map +0 -1
- package/lib/anchor/usage/index.d.ts +0 -1
- package/lib/anchor/usage/index.js +0 -100
- package/lib/anchor/usage/index.js.map +0 -1
- package/lib/avatar/usage/index.d.ts +0 -1
- package/lib/avatar/usage/index.js +0 -97
- package/lib/avatar/usage/index.js.map +0 -1
- package/lib/badge/usage/index.d.ts +0 -1
- package/lib/badge/usage/index.js +0 -119
- package/lib/badge/usage/index.js.map +0 -1
- package/lib/button/usage/index.d.ts +0 -1
- package/lib/button/usage/index.js +0 -184
- package/lib/button/usage/index.js.map +0 -1
- package/lib/calendar/usage/index.d.ts +0 -1
- package/lib/calendar/usage/index.js +0 -130
- package/lib/calendar/usage/index.js.map +0 -1
- package/lib/cascader/usage/index.d.ts +0 -1
- package/lib/cascader/usage/index.js +0 -233
- package/lib/cascader/usage/index.js.map +0 -1
- package/lib/checkbox/usage/index.d.ts +0 -1
- package/lib/checkbox/usage/index.js +0 -107
- package/lib/checkbox/usage/index.js.map +0 -1
- package/lib/date-picker/usage/index.d.ts +0 -1
- package/lib/date-picker/usage/index.js +0 -149
- package/lib/date-picker/usage/index.js.map +0 -1
- package/lib/dialog/usage/index.d.ts +0 -1
- package/lib/dialog/usage/index.js +0 -229
- package/lib/dialog/usage/index.js.map +0 -1
- package/lib/divider/usage/index.d.ts +0 -1
- package/lib/divider/usage/index.js +0 -117
- package/lib/divider/usage/index.js.map +0 -1
- package/lib/drawer/usage/index.d.ts +0 -1
- package/lib/drawer/usage/index.js +0 -206
- package/lib/drawer/usage/index.js.map +0 -1
- package/lib/dropdown/usage/index.d.ts +0 -1
- package/lib/dropdown/usage/index.js +0 -188
- package/lib/dropdown/usage/index.js.map +0 -1
- package/lib/form/usage/index.d.ts +0 -1
- package/lib/form/usage/index.js +0 -195
- package/lib/form/usage/index.js.map +0 -1
- package/lib/input/usage/index.d.ts +0 -1
- package/lib/input/usage/index.js +0 -217
- package/lib/input/usage/index.js.map +0 -1
- package/lib/input-number/usage/index.d.ts +0 -1
- package/lib/input-number/usage/index.js +0 -131
- package/lib/input-number/usage/index.js.map +0 -1
- package/lib/list/usage/index.d.ts +0 -1
- package/lib/list/usage/index.js +0 -139
- package/lib/list/usage/index.js.map +0 -1
- package/lib/loading/usage/index.d.ts +0 -1
- package/lib/loading/usage/index.js +0 -114
- package/lib/loading/usage/index.js.map +0 -1
- package/lib/menu/usage/index.d.ts +0 -1
- package/lib/menu/usage/index.js +0 -171
- package/lib/menu/usage/index.js.map +0 -1
- package/lib/message/usage/index.d.ts +0 -1
- package/lib/message/usage/index.js +0 -121
- package/lib/message/usage/index.js.map +0 -1
- package/lib/notification/usage/index.d.ts +0 -1
- package/lib/notification/usage/index.js +0 -114
- package/lib/notification/usage/index.js.map +0 -1
- package/lib/pagination/usage/index.d.ts +0 -1
- package/lib/pagination/usage/index.js +0 -126
- package/lib/pagination/usage/index.js.map +0 -1
- package/lib/popconfirm/usage/index.d.ts +0 -1
- package/lib/popconfirm/usage/index.js +0 -170
- package/lib/popconfirm/usage/index.js.map +0 -1
- package/lib/popup/usage/index.d.ts +0 -1
- package/lib/popup/usage/index.js +0 -195
- package/lib/popup/usage/index.js.map +0 -1
- package/lib/progress/usage/index.d.ts +0 -1
- package/lib/progress/usage/index.js +0 -105
- package/lib/progress/usage/index.js.map +0 -1
- package/lib/radio/usage/index.d.ts +0 -1
- package/lib/radio/usage/index.js +0 -100
- package/lib/radio/usage/index.js.map +0 -1
- package/lib/select/usage/index.d.ts +0 -1
- package/lib/select/usage/index.js +0 -208
- package/lib/select/usage/index.js.map +0 -1
- package/lib/select-input/usage/index.d.ts +0 -1
- package/lib/select-input/usage/index.js +0 -169
- package/lib/select-input/usage/index.js.map +0 -1
- package/lib/skeleton/usage/index.d.ts +0 -1
- package/lib/skeleton/usage/index.js +0 -110
- package/lib/skeleton/usage/index.js.map +0 -1
- package/lib/slider/usage/index.d.ts +0 -1
- package/lib/slider/usage/index.js +0 -115
- package/lib/slider/usage/index.js.map +0 -1
- package/lib/steps/usage/index.d.ts +0 -1
- package/lib/steps/usage/index.js +0 -136
- package/lib/steps/usage/index.js.map +0 -1
- package/lib/swiper/usage/index.d.ts +0 -1
- package/lib/swiper/usage/index.js +0 -191
- package/lib/swiper/usage/index.js.map +0 -1
- package/lib/switch/usage/index.d.ts +0 -1
- package/lib/switch/usage/index.js +0 -112
- package/lib/switch/usage/index.js.map +0 -1
- package/lib/table/usage/index.d.ts +0 -1
- package/lib/table/usage/index.js +0 -250
- package/lib/table/usage/index.js.map +0 -1
- package/lib/tabs/usage/index.d.ts +0 -1
- package/lib/tabs/usage/index.js +0 -169
- package/lib/tabs/usage/index.js.map +0 -1
- package/lib/tag/usage/index.d.ts +0 -1
- package/lib/tag/usage/index.js +0 -174
- package/lib/tag/usage/index.js.map +0 -1
- package/lib/tag-input/usage/index.d.ts +0 -1
- package/lib/tag-input/usage/index.js +0 -141
- package/lib/tag-input/usage/index.js.map +0 -1
- package/lib/textarea/usage/index.d.ts +0 -1
- package/lib/textarea/usage/index.js +0 -103
- package/lib/textarea/usage/index.js.map +0 -1
- package/lib/time-picker/usage/index.d.ts +0 -1
- package/lib/time-picker/usage/index.js +0 -126
- package/lib/time-picker/usage/index.js.map +0 -1
- package/lib/tooltip/usage/index.d.ts +0 -1
- package/lib/tooltip/usage/index.js +0 -120
- package/lib/tooltip/usage/index.js.map +0 -1
- package/lib/transfer/usage/index.d.ts +0 -1
- package/lib/transfer/usage/index.js +0 -144
- package/lib/transfer/usage/index.js.map +0 -1
- package/lib/tree/usage/index.d.ts +0 -1
- package/lib/tree/usage/index.js +0 -234
- package/lib/tree/usage/index.js.map +0 -1
- package/lib/tree-select/usage/index.d.ts +0 -1
- package/lib/tree-select/usage/index.js +0 -192
- package/lib/tree-select/usage/index.js.map +0 -1
- package/lib/upload/usage/index.d.ts +0 -1
- package/lib/upload/usage/index.js +0 -223
- package/lib/upload/usage/index.js.map +0 -1
package/dist/tdesign.js
CHANGED
|
@@ -3002,9 +3002,9 @@
|
|
|
3002
3002
|
}
|
|
3003
3003
|
};
|
|
3004
3004
|
|
|
3005
|
-
function ownKeys$
|
|
3005
|
+
function ownKeys$2v(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); enumerableOnly && (symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; })), keys.push.apply(keys, symbols); } return keys; }
|
|
3006
3006
|
|
|
3007
|
-
function _objectSpread$
|
|
3007
|
+
function _objectSpread$2u(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? ownKeys$2v(Object(source), !0).forEach(function (key) { _defineProperty$3(target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys$2v(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; }
|
|
3008
3008
|
var EAnimationType = /* @__PURE__ */function (EAnimationType2) {
|
|
3009
3009
|
EAnimationType2["ripple"] = "ripple";
|
|
3010
3010
|
EAnimationType2["expand"] = "expand";
|
|
@@ -3022,7 +3022,7 @@
|
|
|
3022
3022
|
],
|
|
3023
3023
|
exclude: []
|
|
3024
3024
|
};
|
|
3025
|
-
var defaultGlobalConfig = _objectSpread$
|
|
3025
|
+
var defaultGlobalConfig = _objectSpread$2u({
|
|
3026
3026
|
animation: defaultAnimation,
|
|
3027
3027
|
classPrefix: defaultClassPrefix
|
|
3028
3028
|
}, merge_1(zhCN, GLOBAL_CONFIG_ZH));
|
|
@@ -3035,18 +3035,18 @@
|
|
|
3035
3035
|
return React.useContext(ConfigContext$1).globalConfig;
|
|
3036
3036
|
});
|
|
3037
3037
|
|
|
3038
|
-
var _excluded$
|
|
3038
|
+
var _excluded$z = ["width", "className", "style", "children"];
|
|
3039
3039
|
|
|
3040
|
-
function ownKeys$
|
|
3040
|
+
function ownKeys$2u(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); enumerableOnly && (symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; })), keys.push.apply(keys, symbols); } return keys; }
|
|
3041
3041
|
|
|
3042
|
-
function _objectSpread$
|
|
3042
|
+
function _objectSpread$2t(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? ownKeys$2u(Object(source), !0).forEach(function (key) { _defineProperty$3(target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys$2u(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; }
|
|
3043
3043
|
|
|
3044
3044
|
var Aside = function Aside(props) {
|
|
3045
3045
|
var width = props.width,
|
|
3046
3046
|
className = props.className,
|
|
3047
3047
|
style = props.style,
|
|
3048
3048
|
children = props.children,
|
|
3049
|
-
otherAsideProps = _objectWithoutProperties$2(props, _excluded$
|
|
3049
|
+
otherAsideProps = _objectWithoutProperties$2(props, _excluded$z);
|
|
3050
3050
|
|
|
3051
3051
|
var _useConfig = useConfig$1(),
|
|
3052
3052
|
classPrefix = _useConfig.classPrefix;
|
|
@@ -3054,14 +3054,14 @@
|
|
|
3054
3054
|
var asideClassNames = classNames$1("".concat(classPrefix, "-layout__sider"), className);
|
|
3055
3055
|
var asideWidth = typeof width === "number" ? "".concat(width, "px") : String(width);
|
|
3056
3056
|
|
|
3057
|
-
var asideStyle = _objectSpread$
|
|
3057
|
+
var asideStyle = _objectSpread$2t({
|
|
3058
3058
|
width: asideWidth,
|
|
3059
3059
|
maxWidth: asideWidth,
|
|
3060
3060
|
minWidth: asideWidth,
|
|
3061
3061
|
flex: "0 0 ".concat(asideWidth)
|
|
3062
3062
|
}, style);
|
|
3063
3063
|
|
|
3064
|
-
return /* @__PURE__ */React__default["default"].createElement("aside", _objectSpread$
|
|
3064
|
+
return /* @__PURE__ */React__default["default"].createElement("aside", _objectSpread$2t({
|
|
3065
3065
|
className: asideClassNames,
|
|
3066
3066
|
style: asideStyle
|
|
3067
3067
|
}, otherAsideProps), children);
|
|
@@ -3072,14 +3072,14 @@
|
|
|
3072
3072
|
};
|
|
3073
3073
|
Aside.displayName = "Aside";
|
|
3074
3074
|
|
|
3075
|
-
var _excluded$
|
|
3075
|
+
var _excluded$y = ["className", "style", "children"],
|
|
3076
3076
|
_excluded2$1 = ["className", "style", "children"],
|
|
3077
3077
|
_excluded3 = ["className", "style", "children"],
|
|
3078
3078
|
_excluded4 = ["direction", "className", "style", "children"];
|
|
3079
3079
|
|
|
3080
|
-
function ownKeys$
|
|
3080
|
+
function ownKeys$2t(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); enumerableOnly && (symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; })), keys.push.apply(keys, symbols); } return keys; }
|
|
3081
3081
|
|
|
3082
|
-
function _objectSpread$
|
|
3082
|
+
function _objectSpread$2s(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? ownKeys$2t(Object(source), !0).forEach(function (key) { _defineProperty$3(target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys$2t(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; }
|
|
3083
3083
|
|
|
3084
3084
|
var Header$1 = function Header(props) {
|
|
3085
3085
|
var _useConfig = useConfig$1(),
|
|
@@ -3088,10 +3088,10 @@
|
|
|
3088
3088
|
var className = props.className,
|
|
3089
3089
|
style = props.style,
|
|
3090
3090
|
children = props.children,
|
|
3091
|
-
others = _objectWithoutProperties$2(props, _excluded$
|
|
3091
|
+
others = _objectWithoutProperties$2(props, _excluded$y);
|
|
3092
3092
|
|
|
3093
3093
|
var headerClassNames = classNames$1("".concat(classPrefix, "-layout__header"), className);
|
|
3094
|
-
return /* @__PURE__ */React__default["default"].createElement("header", _objectSpread$
|
|
3094
|
+
return /* @__PURE__ */React__default["default"].createElement("header", _objectSpread$2s({
|
|
3095
3095
|
className: headerClassNames,
|
|
3096
3096
|
style: style
|
|
3097
3097
|
}, others), children);
|
|
@@ -3107,7 +3107,7 @@
|
|
|
3107
3107
|
others = _objectWithoutProperties$2(props, _excluded2$1);
|
|
3108
3108
|
|
|
3109
3109
|
var footerClassNames = classNames$1("".concat(classPrefix, "-layout__footer"), className);
|
|
3110
|
-
return /* @__PURE__ */React__default["default"].createElement("footer", _objectSpread$
|
|
3110
|
+
return /* @__PURE__ */React__default["default"].createElement("footer", _objectSpread$2s({
|
|
3111
3111
|
className: footerClassNames,
|
|
3112
3112
|
style: style
|
|
3113
3113
|
}, others), children);
|
|
@@ -3123,7 +3123,7 @@
|
|
|
3123
3123
|
others = _objectWithoutProperties$2(props, _excluded3);
|
|
3124
3124
|
|
|
3125
3125
|
var contentClassNames = classNames$1("".concat(classPrefix, "-layout__content"), className);
|
|
3126
|
-
return /* @__PURE__ */React__default["default"].createElement("main", _objectSpread$
|
|
3126
|
+
return /* @__PURE__ */React__default["default"].createElement("main", _objectSpread$2s({
|
|
3127
3127
|
className: contentClassNames,
|
|
3128
3128
|
style: style
|
|
3129
3129
|
}, others), children);
|
|
@@ -3154,7 +3154,7 @@
|
|
|
3154
3154
|
classPrefix = _useConfig4.classPrefix;
|
|
3155
3155
|
|
|
3156
3156
|
var layoutClassNames = classNames$1("".concat(classPrefix, "-layout"), (_classNames = {}, _defineProperty$3(_classNames, "".concat(classPrefix, "-layout--with-sider"), !!asides.length), _defineProperty$3(_classNames, "".concat(classPrefix, "-layout__direction-").concat(direction), direction), _classNames), className);
|
|
3157
|
-
return /* @__PURE__ */React__default["default"].createElement("div", _objectSpread$
|
|
3157
|
+
return /* @__PURE__ */React__default["default"].createElement("div", _objectSpread$2s({
|
|
3158
3158
|
className: layoutClassNames,
|
|
3159
3159
|
style: style
|
|
3160
3160
|
}, otherLayoutProps), children);
|
|
@@ -3171,11 +3171,11 @@
|
|
|
3171
3171
|
|
|
3172
3172
|
var Layout = Layout$1;
|
|
3173
3173
|
|
|
3174
|
-
var _excluded$
|
|
3174
|
+
var _excluded$x = ["flex", "offset", "order", "pull", "push", "span", "tag", "className", "children", "style"];
|
|
3175
3175
|
|
|
3176
|
-
function ownKeys$
|
|
3176
|
+
function ownKeys$2s(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); enumerableOnly && (symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; })), keys.push.apply(keys, symbols); } return keys; }
|
|
3177
3177
|
|
|
3178
|
-
function _objectSpread$
|
|
3178
|
+
function _objectSpread$2r(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? ownKeys$2s(Object(source), !0).forEach(function (key) { _defineProperty$3(target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys$2s(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; }
|
|
3179
3179
|
|
|
3180
3180
|
var calcColPadding = function calcColPadding(gutter, currentSize) {
|
|
3181
3181
|
var paddingObj = {};
|
|
@@ -3235,7 +3235,7 @@
|
|
|
3235
3235
|
className = props.className,
|
|
3236
3236
|
children = props.children,
|
|
3237
3237
|
propStyle = props.style,
|
|
3238
|
-
otherColProps = _objectWithoutProperties$2(props, _excluded$
|
|
3238
|
+
otherColProps = _objectWithoutProperties$2(props, _excluded$x);
|
|
3239
3239
|
|
|
3240
3240
|
var rowGutter = otherColProps.gutter,
|
|
3241
3241
|
rowSize = otherColProps.size;
|
|
@@ -3256,14 +3256,14 @@
|
|
|
3256
3256
|
sizeObj = sizeProp || {};
|
|
3257
3257
|
}
|
|
3258
3258
|
|
|
3259
|
-
return _objectSpread$
|
|
3259
|
+
return _objectSpread$2r(_objectSpread$2r({}, acc), {}, (_objectSpread2 = {}, _defineProperty$3(_objectSpread2, "".concat(classPrefix, "-col-").concat(currSize, "-").concat(sizeObj.span), sizeObj.span !== void 0), _defineProperty$3(_objectSpread2, "".concat(classPrefix, "-col-").concat(currSize, "-order-").concat(sizeObj.order), parseInt(sizeObj.order, 10) >= 0), _defineProperty$3(_objectSpread2, "".concat(classPrefix, "-col-").concat(currSize, "-offset-").concat(sizeObj.offset), parseInt(sizeObj.offset, 10) >= 0), _defineProperty$3(_objectSpread2, "".concat(classPrefix, "-col-").concat(currSize, "-push-").concat(sizeObj.push), parseInt(sizeObj.push, 10) >= 0), _defineProperty$3(_objectSpread2, "".concat(classPrefix, "-col-").concat(currSize, "-pull-").concat(sizeObj.pull), parseInt(sizeObj.pull, 10) >= 0), _objectSpread2));
|
|
3260
3260
|
}, {});
|
|
3261
3261
|
var colClassNames = classNames$1("".concat(classPrefix, "-col"), className, (_classNames = {}, _defineProperty$3(_classNames, "".concat(classPrefix, "-col-").concat(span), span !== void 0), _defineProperty$3(_classNames, "".concat(classPrefix, "-col-offset-").concat(offset), parseInt(offset, 10) >= 0), _defineProperty$3(_classNames, "".concat(classPrefix, "-col-pull-").concat(pull), parseInt(pull, 10) >= 0), _defineProperty$3(_classNames, "".concat(classPrefix, "-col-push-").concat(push), parseInt(push, 10) >= 0), _defineProperty$3(_classNames, "".concat(classPrefix, "-col-order-").concat(order), parseInt(order, 10) >= 0), _classNames), sizeClasses);
|
|
3262
3262
|
|
|
3263
|
-
var colStyle = _objectSpread$
|
|
3263
|
+
var colStyle = _objectSpread$2r(_objectSpread$2r({}, calcColPadding(rowGutter, rowSize)), propStyle);
|
|
3264
3264
|
|
|
3265
3265
|
flex && (colStyle.flex = parseFlex(flex));
|
|
3266
|
-
return /*#__PURE__*/React__default["default"].createElement(tag, _objectSpread$
|
|
3266
|
+
return /*#__PURE__*/React__default["default"].createElement(tag, _objectSpread$2r({
|
|
3267
3267
|
className: colClassNames,
|
|
3268
3268
|
style: colStyle
|
|
3269
3269
|
}, otherColProps), children);
|
|
@@ -3576,11 +3576,11 @@
|
|
|
3576
3576
|
return getComputedStyle(el).getPropertyValue(name);
|
|
3577
3577
|
};
|
|
3578
3578
|
|
|
3579
|
-
var _excluded$
|
|
3579
|
+
var _excluded$w = ["align", "gutter", "justify", "tag", "style", "className", "children"];
|
|
3580
3580
|
|
|
3581
|
-
function ownKeys$
|
|
3581
|
+
function ownKeys$2r(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); enumerableOnly && (symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; })), keys.push.apply(keys, symbols); } return keys; }
|
|
3582
3582
|
|
|
3583
|
-
function _objectSpread$
|
|
3583
|
+
function _objectSpread$2q(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? ownKeys$2r(Object(source), !0).forEach(function (key) { _defineProperty$3(target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys$2r(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; }
|
|
3584
3584
|
|
|
3585
3585
|
var calcSize = function calcSize(width) {
|
|
3586
3586
|
var smWidth = getCssVarsValue("--td-screen-sm") || 768;
|
|
@@ -3675,7 +3675,7 @@
|
|
|
3675
3675
|
propStyle = props.style,
|
|
3676
3676
|
className = props.className,
|
|
3677
3677
|
children = props.children,
|
|
3678
|
-
otherRowProps = _objectWithoutProperties$2(props, _excluded$
|
|
3678
|
+
otherRowProps = _objectWithoutProperties$2(props, _excluded$w);
|
|
3679
3679
|
|
|
3680
3680
|
var _useState = React.useState(canUseDocument ? calcSize(window.innerWidth) : "md"),
|
|
3681
3681
|
_useState2 = _slicedToArray(_useState, 2),
|
|
@@ -3695,7 +3695,7 @@
|
|
|
3695
3695
|
|
|
3696
3696
|
var rowClassNames = classNames$1("".concat(classPrefix, "-row"), className, (_classNames = {}, _defineProperty$3(_classNames, "".concat(classPrefix, "-row--").concat(justify), true), _defineProperty$3(_classNames, "".concat(classPrefix, "-row--").concat(align), true), _classNames));
|
|
3697
3697
|
|
|
3698
|
-
var rowStyle = _objectSpread$
|
|
3698
|
+
var rowStyle = _objectSpread$2q(_objectSpread$2q({}, calcRowStyle(gutter, size)), propStyle);
|
|
3699
3699
|
|
|
3700
3700
|
React.useEffect(function () {
|
|
3701
3701
|
window.addEventListener("resize", updateSize);
|
|
@@ -3703,7 +3703,7 @@
|
|
|
3703
3703
|
window.removeEventListener("resize", updateSize);
|
|
3704
3704
|
};
|
|
3705
3705
|
});
|
|
3706
|
-
return /*#__PURE__*/React__default["default"].createElement(tag, _objectSpread$
|
|
3706
|
+
return /*#__PURE__*/React__default["default"].createElement(tag, _objectSpread$2q({
|
|
3707
3707
|
className: rowClassNames,
|
|
3708
3708
|
style: rowStyle
|
|
3709
3709
|
}, otherRowProps), React__default["default"].Children.map(children, function (child) {
|
|
@@ -3827,9 +3827,9 @@
|
|
|
3827
3827
|
};
|
|
3828
3828
|
}
|
|
3829
3829
|
|
|
3830
|
-
function ownKeys$
|
|
3830
|
+
function ownKeys$2q(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); enumerableOnly && (symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; })), keys.push.apply(keys, symbols); } return keys; }
|
|
3831
3831
|
|
|
3832
|
-
function _objectSpread$
|
|
3832
|
+
function _objectSpread$2p(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? ownKeys$2q(Object(source), !0).forEach(function (key) { _defineProperty$3(target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys$2q(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; }
|
|
3833
3833
|
function circleAdapter(circleElem) {
|
|
3834
3834
|
var _window, _window$getComputedSt2, _window2, _window2$navigator;
|
|
3835
3835
|
|
|
@@ -3856,11 +3856,11 @@
|
|
|
3856
3856
|
if (color && getIEVersion() > 11) {
|
|
3857
3857
|
var matched = color.match(/[\d.]+/g);
|
|
3858
3858
|
var endColor = matched ? "rgba(".concat(matched[0], ", ").concat(matched[1], ", ").concat(matched[2], ", 0)") : "";
|
|
3859
|
-
setStyle$1(circleElem, _objectSpread$
|
|
3859
|
+
setStyle$1(circleElem, _objectSpread$2p(_objectSpread$2p({}, basicStyle), {}, {
|
|
3860
3860
|
background: "conic-gradient(from 90deg at 50% 50%,".concat(endColor, " 0deg, ").concat(color, " 360deg)")
|
|
3861
3861
|
}));
|
|
3862
3862
|
} else {
|
|
3863
|
-
setStyle$1(circleElem, _objectSpread$
|
|
3863
|
+
setStyle$1(circleElem, _objectSpread$2p(_objectSpread$2p({}, basicStyle), {}, {
|
|
3864
3864
|
background: ""
|
|
3865
3865
|
}));
|
|
3866
3866
|
}
|
|
@@ -3894,9 +3894,9 @@
|
|
|
3894
3894
|
})));
|
|
3895
3895
|
};
|
|
3896
3896
|
|
|
3897
|
-
function ownKeys$
|
|
3897
|
+
function ownKeys$2p(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); enumerableOnly && (symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; })), keys.push.apply(keys, symbols); } return keys; }
|
|
3898
3898
|
|
|
3899
|
-
function _objectSpread$
|
|
3899
|
+
function _objectSpread$2o(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? ownKeys$2p(Object(source), !0).forEach(function (key) { _defineProperty$3(target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys$2p(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; }
|
|
3900
3900
|
|
|
3901
3901
|
var Loading$1 = function Loading(props) {
|
|
3902
3902
|
var attach = props.attach,
|
|
@@ -3965,7 +3965,7 @@
|
|
|
3965
3965
|
styles.fontSize = size;
|
|
3966
3966
|
}
|
|
3967
3967
|
|
|
3968
|
-
return style ? _objectSpread$
|
|
3968
|
+
return style ? _objectSpread$2o(_objectSpread$2o({}, styles), style) : styles;
|
|
3969
3969
|
}, [size, zIndex, style]);
|
|
3970
3970
|
var sizeMap = {
|
|
3971
3971
|
large: "".concat(classPrefix, "-size-l"),
|
|
@@ -4030,9 +4030,9 @@
|
|
|
4030
4030
|
|
|
4031
4031
|
Loading$1.displayName = "Loading";
|
|
4032
4032
|
|
|
4033
|
-
function ownKeys$
|
|
4033
|
+
function ownKeys$2o(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); enumerableOnly && (symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; })), keys.push.apply(keys, symbols); } return keys; }
|
|
4034
4034
|
|
|
4035
|
-
function _objectSpread$
|
|
4035
|
+
function _objectSpread$2n(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? ownKeys$2o(Object(source), !0).forEach(function (key) { _defineProperty$3(target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys$2o(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; }
|
|
4036
4036
|
|
|
4037
4037
|
function createContainer$1(attach) {
|
|
4038
4038
|
if (typeof attach === "string") return document.querySelector(attach);
|
|
@@ -4057,7 +4057,7 @@
|
|
|
4057
4057
|
fullscreen: !attach,
|
|
4058
4058
|
showOverlay: !!attach
|
|
4059
4059
|
};
|
|
4060
|
-
ReactDOM__default["default"].render( /* @__PURE__ */React__default["default"].createElement(Loading$1, _objectSpread$
|
|
4060
|
+
ReactDOM__default["default"].render( /* @__PURE__ */React__default["default"].createElement(Loading$1, _objectSpread$2n(_objectSpread$2n(_objectSpread$2n({}, defaultProps), props), {}, {
|
|
4061
4061
|
attach: null
|
|
4062
4062
|
})), div);
|
|
4063
4063
|
container.appendChild(div);
|
|
@@ -9486,9 +9486,9 @@
|
|
|
9486
9486
|
return size;
|
|
9487
9487
|
}
|
|
9488
9488
|
|
|
9489
|
-
function ownKeys$
|
|
9489
|
+
function ownKeys$2n(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); enumerableOnly && (symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; })), keys.push.apply(keys, symbols); } return keys; }
|
|
9490
9490
|
|
|
9491
|
-
function _objectSpread$
|
|
9491
|
+
function _objectSpread$2m(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? ownKeys$2n(Object(source), !0).forEach(function (key) { _defineProperty$3(target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys$2n(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; }
|
|
9492
9492
|
|
|
9493
9493
|
function getPopperPlacement(placement) {
|
|
9494
9494
|
return placement.replace(/-(left|top)$/, "-start").replace(/-(right|bottom)$/, "-end");
|
|
@@ -9521,6 +9521,8 @@
|
|
|
9521
9521
|
onVisibleChange = props.onVisibleChange,
|
|
9522
9522
|
_onScroll = props.onScroll,
|
|
9523
9523
|
expandAnimation = props.expandAnimation,
|
|
9524
|
+
_props$popperModifier = props.popperModifiers,
|
|
9525
|
+
popperModifiers = _props$popperModifier === void 0 ? [] : _props$popperModifier,
|
|
9524
9526
|
updateScrollTop = props.updateScrollTop;
|
|
9525
9527
|
|
|
9526
9528
|
var _useConfig = useConfig$1(),
|
|
@@ -9583,21 +9585,25 @@
|
|
|
9583
9585
|
newPlacement = state.options.placement.replace("right", "left");
|
|
9584
9586
|
}
|
|
9585
9587
|
|
|
9586
|
-
Object.assign(state.options, _objectSpread$
|
|
9588
|
+
Object.assign(state.options, _objectSpread$2m(_objectSpread$2m({}, state.options), {}, {
|
|
9587
9589
|
placement: newPlacement
|
|
9588
9590
|
}));
|
|
9589
9591
|
popperRef.current.update();
|
|
9590
9592
|
}, []);
|
|
9591
|
-
|
|
9592
|
-
|
|
9593
|
-
|
|
9594
|
-
|
|
9593
|
+
var options = React.useMemo(function () {
|
|
9594
|
+
return {
|
|
9595
|
+
placement: getPopperPlacement(placement),
|
|
9596
|
+
onFirstUpdate: onPopperFirstUpdate,
|
|
9597
|
+
modifiers: popperModifiers
|
|
9598
|
+
};
|
|
9599
|
+
}, [onPopperFirstUpdate, placement, popperModifiers]);
|
|
9600
|
+
popperRef.current = usePopper(triggerRef, overlayRef, options);
|
|
9595
9601
|
var _popperRef$current = popperRef.current,
|
|
9596
9602
|
styles = _popperRef$current.styles,
|
|
9597
9603
|
attributes = _popperRef$current.attributes;
|
|
9598
9604
|
var defaultStyles = React.useMemo(function () {
|
|
9599
|
-
if (triggerRef && typeof overlayStyle === "function") return _objectSpread$
|
|
9600
|
-
return _objectSpread$
|
|
9605
|
+
if (triggerRef && typeof overlayStyle === "function") return _objectSpread$2m({}, overlayStyle(triggerRef, overlayRef));
|
|
9606
|
+
return _objectSpread$2m({}, overlayStyle);
|
|
9601
9607
|
}, [overlayStyle, triggerRef, overlayRef, visible]);
|
|
9602
9608
|
var overlayVisibleStyle = defaultStyles;
|
|
9603
9609
|
var triggerNodeTemp = React.useMemo(function () {
|
|
@@ -9623,7 +9629,7 @@
|
|
|
9623
9629
|
triggerProps = _useTriggerProps2[0],
|
|
9624
9630
|
popupProps = _useTriggerProps2[1];
|
|
9625
9631
|
|
|
9626
|
-
var triggerNode = /*#__PURE__*/React.cloneElement(triggerNodeTemp, _objectSpread$
|
|
9632
|
+
var triggerNode = /*#__PURE__*/React.cloneElement(triggerNodeTemp, _objectSpread$2m({
|
|
9627
9633
|
ref: composeRefs(triggerNodeTemp.ref, setTriggerRef)
|
|
9628
9634
|
}, triggerProps));
|
|
9629
9635
|
|
|
@@ -9666,7 +9672,7 @@
|
|
|
9666
9672
|
triggerNode: triggerRef,
|
|
9667
9673
|
attach: attach,
|
|
9668
9674
|
ref: portalRef
|
|
9669
|
-
}, /* @__PURE__ */React__default["default"].createElement(CSSTransition$1, _objectSpread$
|
|
9675
|
+
}, /* @__PURE__ */React__default["default"].createElement(CSSTransition$1, _objectSpread$2m({
|
|
9670
9676
|
appear: true,
|
|
9671
9677
|
timeout: 0,
|
|
9672
9678
|
"in": visible,
|
|
@@ -9675,9 +9681,9 @@
|
|
|
9675
9681
|
classPrefix: classPrefix,
|
|
9676
9682
|
expandAnimation: expandAnimation && keepExpand,
|
|
9677
9683
|
fadeAnimation: keepFade
|
|
9678
|
-
})), /* @__PURE__ */React__default["default"].createElement("div", _objectSpread$
|
|
9684
|
+
})), /* @__PURE__ */React__default["default"].createElement("div", _objectSpread$2m(_objectSpread$2m({
|
|
9679
9685
|
ref: composeRefs(setOverlayRef, ref, popupRef),
|
|
9680
|
-
style: _objectSpread$
|
|
9686
|
+
style: _objectSpread$2m(_objectSpread$2m({}, styles.popper), {}, {
|
|
9681
9687
|
zIndex: zIndex
|
|
9682
9688
|
}),
|
|
9683
9689
|
className: "".concat(classPrefix, "-popup")
|
|
@@ -9837,11 +9843,11 @@
|
|
|
9837
9843
|
}, [handleAddRipple, fixedRippleColor, ref]);
|
|
9838
9844
|
}
|
|
9839
9845
|
|
|
9840
|
-
var _excluded$
|
|
9846
|
+
var _excluded$v = ["type", "theme", "variant", "icon", "disabled", "loading", "size", "block", "ghost", "shape", "children", "content", "className", "onClick"];
|
|
9841
9847
|
|
|
9842
|
-
function ownKeys$
|
|
9848
|
+
function ownKeys$2m(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); enumerableOnly && (symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; })), keys.push.apply(keys, symbols); } return keys; }
|
|
9843
9849
|
|
|
9844
|
-
function _objectSpread$
|
|
9850
|
+
function _objectSpread$2l(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? ownKeys$2m(Object(source), !0).forEach(function (key) { _defineProperty$3(target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys$2m(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; }
|
|
9845
9851
|
var Button$1 = /*#__PURE__*/React.forwardRef(function (_ref, ref) {
|
|
9846
9852
|
var _classNames;
|
|
9847
9853
|
|
|
@@ -9863,7 +9869,7 @@
|
|
|
9863
9869
|
className = _ref.className,
|
|
9864
9870
|
_ref$onClick = _ref.onClick,
|
|
9865
9871
|
onClick = _ref$onClick === void 0 ? noop$1 : _ref$onClick,
|
|
9866
|
-
buttonProps = _objectWithoutProperties$2(_ref, _excluded$
|
|
9872
|
+
buttonProps = _objectWithoutProperties$2(_ref, _excluded$v);
|
|
9867
9873
|
|
|
9868
9874
|
var _useConfig = useConfig$1(),
|
|
9869
9875
|
classPrefix = _useConfig.classPrefix;
|
|
@@ -9893,7 +9899,7 @@
|
|
|
9893
9899
|
}
|
|
9894
9900
|
}
|
|
9895
9901
|
|
|
9896
|
-
return /* @__PURE__ */React__default["default"].createElement("button", _objectSpread$
|
|
9902
|
+
return /* @__PURE__ */React__default["default"].createElement("button", _objectSpread$2l(_objectSpread$2l({}, buttonProps), {}, {
|
|
9897
9903
|
ref: ref || btnRef,
|
|
9898
9904
|
type: type,
|
|
9899
9905
|
className: classNames$1(className, ["".concat(classPrefix, "-button"), "".concat(classPrefix, "-button--theme-").concat(renderTheme), "".concat(classPrefix, "-button--variant-").concat(variant)], (_classNames = {}, _defineProperty$3(_classNames, "".concat(classPrefix, "-button--shape-").concat(shape), shape !== "rectangle"), _defineProperty$3(_classNames, "".concat(classPrefix, "-button--ghost"), ghost), _defineProperty$3(_classNames, "".concat(classPrefix, "-is-loading"), loading), _defineProperty$3(_classNames, "".concat(classPrefix, "-is-disabled"), disabled || loading), _defineProperty$3(_classNames, "".concat(classPrefix, "-size-s"), size === "small"), _defineProperty$3(_classNames, "".concat(classPrefix, "-size-l"), size === "large"), _defineProperty$3(_classNames, "".concat(classPrefix, "-size-full-width"), block), _classNames)),
|
|
@@ -10089,9 +10095,9 @@
|
|
|
10089
10095
|
};
|
|
10090
10096
|
}
|
|
10091
10097
|
|
|
10092
|
-
var _excluded$
|
|
10098
|
+
var _excluded$u = ["icon", "id", "className", "size", "style"];
|
|
10093
10099
|
|
|
10094
|
-
function ownKeys$
|
|
10100
|
+
function ownKeys$2l(object, enumerableOnly) {
|
|
10095
10101
|
var keys = Object.keys(object);
|
|
10096
10102
|
|
|
10097
10103
|
if (Object.getOwnPropertySymbols) {
|
|
@@ -10104,12 +10110,12 @@
|
|
|
10104
10110
|
return keys;
|
|
10105
10111
|
}
|
|
10106
10112
|
|
|
10107
|
-
function _objectSpread$
|
|
10113
|
+
function _objectSpread$2k(target) {
|
|
10108
10114
|
for (var i = 1; i < arguments.length; i++) {
|
|
10109
10115
|
var source = null != arguments[i] ? arguments[i] : {};
|
|
10110
|
-
i % 2 ? ownKeys$
|
|
10116
|
+
i % 2 ? ownKeys$2l(Object(source), !0).forEach(function (key) {
|
|
10111
10117
|
_defineProperty$1(target, key, source[key]);
|
|
10112
|
-
}) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys$
|
|
10118
|
+
}) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys$2l(Object(source)).forEach(function (key) {
|
|
10113
10119
|
Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key));
|
|
10114
10120
|
});
|
|
10115
10121
|
}
|
|
@@ -10118,7 +10124,7 @@
|
|
|
10118
10124
|
}
|
|
10119
10125
|
|
|
10120
10126
|
function render(node, id, rootProps) {
|
|
10121
|
-
return /*#__PURE__*/React.createElement(node.tag, _objectSpread$
|
|
10127
|
+
return /*#__PURE__*/React.createElement(node.tag, _objectSpread$2k(_objectSpread$2k({
|
|
10122
10128
|
key: id
|
|
10123
10129
|
}, node.attrs), rootProps), (node.children || []).map(function (child, index) {
|
|
10124
10130
|
return render(child, "".concat(id, "-").concat(node.tag, "-").concat(index));
|
|
@@ -10131,22 +10137,22 @@
|
|
|
10131
10137
|
className = props.className,
|
|
10132
10138
|
size = props.size,
|
|
10133
10139
|
style = props.style,
|
|
10134
|
-
restProps = _objectWithoutProperties$1(props, _excluded$
|
|
10140
|
+
restProps = _objectWithoutProperties$1(props, _excluded$u);
|
|
10135
10141
|
|
|
10136
10142
|
var _useSizeProps = useSizeProps(size),
|
|
10137
10143
|
sizeClassName = _useSizeProps.className,
|
|
10138
10144
|
sizeStyle = _useSizeProps.style;
|
|
10139
10145
|
|
|
10140
10146
|
var cls = classNames("t-icon", "t-icon-".concat(id), className, sizeClassName);
|
|
10141
|
-
return render(icon, "".concat(id), _objectSpread$
|
|
10147
|
+
return render(icon, "".concat(id), _objectSpread$2k({
|
|
10142
10148
|
ref: ref,
|
|
10143
10149
|
className: cls,
|
|
10144
|
-
style: _objectSpread$
|
|
10150
|
+
style: _objectSpread$2k(_objectSpread$2k({}, style), sizeStyle)
|
|
10145
10151
|
}, restProps));
|
|
10146
10152
|
});
|
|
10147
10153
|
IconBase.displayName = "TIconBase";
|
|
10148
10154
|
|
|
10149
|
-
function ownKeys$
|
|
10155
|
+
function ownKeys$2k(object, enumerableOnly) {
|
|
10150
10156
|
var keys = Object.keys(object);
|
|
10151
10157
|
|
|
10152
10158
|
if (Object.getOwnPropertySymbols) {
|
|
@@ -10159,12 +10165,12 @@
|
|
|
10159
10165
|
return keys;
|
|
10160
10166
|
}
|
|
10161
10167
|
|
|
10162
|
-
function _objectSpread$
|
|
10168
|
+
function _objectSpread$2j(target) {
|
|
10163
10169
|
for (var i = 1; i < arguments.length; i++) {
|
|
10164
10170
|
var source = null != arguments[i] ? arguments[i] : {};
|
|
10165
|
-
i % 2 ? ownKeys$
|
|
10171
|
+
i % 2 ? ownKeys$2k(Object(source), !0).forEach(function (key) {
|
|
10166
10172
|
_defineProperty$1(target, key, source[key]);
|
|
10167
|
-
}) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys$
|
|
10173
|
+
}) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys$2k(Object(source)).forEach(function (key) {
|
|
10168
10174
|
Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key));
|
|
10169
10175
|
});
|
|
10170
10176
|
}
|
|
@@ -10172,7 +10178,7 @@
|
|
|
10172
10178
|
return target;
|
|
10173
10179
|
}
|
|
10174
10180
|
|
|
10175
|
-
var element$
|
|
10181
|
+
var element$A = {
|
|
10176
10182
|
"tag": "svg",
|
|
10177
10183
|
"attrs": {
|
|
10178
10184
|
"fill": "none",
|
|
@@ -10197,15 +10203,15 @@
|
|
|
10197
10203
|
}]
|
|
10198
10204
|
};
|
|
10199
10205
|
var AddRectangleIcon = /*#__PURE__*/React.forwardRef(function (props, ref) {
|
|
10200
|
-
return /*#__PURE__*/React.createElement(IconBase, _objectSpread$
|
|
10206
|
+
return /*#__PURE__*/React.createElement(IconBase, _objectSpread$2j(_objectSpread$2j({}, props), {}, {
|
|
10201
10207
|
id: "add-rectangle",
|
|
10202
10208
|
ref: ref,
|
|
10203
|
-
icon: element$
|
|
10209
|
+
icon: element$A
|
|
10204
10210
|
}));
|
|
10205
10211
|
});
|
|
10206
10212
|
AddRectangleIcon.displayName = "AddRectangleIcon";
|
|
10207
10213
|
|
|
10208
|
-
function ownKeys$
|
|
10214
|
+
function ownKeys$2j(object, enumerableOnly) {
|
|
10209
10215
|
var keys = Object.keys(object);
|
|
10210
10216
|
|
|
10211
10217
|
if (Object.getOwnPropertySymbols) {
|
|
@@ -10218,12 +10224,12 @@
|
|
|
10218
10224
|
return keys;
|
|
10219
10225
|
}
|
|
10220
10226
|
|
|
10221
|
-
function _objectSpread$
|
|
10227
|
+
function _objectSpread$2i(target) {
|
|
10222
10228
|
for (var i = 1; i < arguments.length; i++) {
|
|
10223
10229
|
var source = null != arguments[i] ? arguments[i] : {};
|
|
10224
|
-
i % 2 ? ownKeys$
|
|
10230
|
+
i % 2 ? ownKeys$2j(Object(source), !0).forEach(function (key) {
|
|
10225
10231
|
_defineProperty$1(target, key, source[key]);
|
|
10226
|
-
}) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys$
|
|
10232
|
+
}) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys$2j(Object(source)).forEach(function (key) {
|
|
10227
10233
|
Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key));
|
|
10228
10234
|
});
|
|
10229
10235
|
}
|
|
@@ -10231,7 +10237,7 @@
|
|
|
10231
10237
|
return target;
|
|
10232
10238
|
}
|
|
10233
10239
|
|
|
10234
|
-
var element$
|
|
10240
|
+
var element$z = {
|
|
10235
10241
|
"tag": "svg",
|
|
10236
10242
|
"attrs": {
|
|
10237
10243
|
"fill": "none",
|
|
@@ -10249,15 +10255,15 @@
|
|
|
10249
10255
|
}]
|
|
10250
10256
|
};
|
|
10251
10257
|
var AddIcon = /*#__PURE__*/React.forwardRef(function (props, ref) {
|
|
10252
|
-
return /*#__PURE__*/React.createElement(IconBase, _objectSpread$
|
|
10258
|
+
return /*#__PURE__*/React.createElement(IconBase, _objectSpread$2i(_objectSpread$2i({}, props), {}, {
|
|
10253
10259
|
id: "add",
|
|
10254
10260
|
ref: ref,
|
|
10255
|
-
icon: element$
|
|
10261
|
+
icon: element$z
|
|
10256
10262
|
}));
|
|
10257
10263
|
});
|
|
10258
10264
|
AddIcon.displayName = "AddIcon";
|
|
10259
10265
|
|
|
10260
|
-
function ownKeys$
|
|
10266
|
+
function ownKeys$2i(object, enumerableOnly) {
|
|
10261
10267
|
var keys = Object.keys(object);
|
|
10262
10268
|
|
|
10263
10269
|
if (Object.getOwnPropertySymbols) {
|
|
@@ -10270,12 +10276,12 @@
|
|
|
10270
10276
|
return keys;
|
|
10271
10277
|
}
|
|
10272
10278
|
|
|
10273
|
-
function _objectSpread$
|
|
10279
|
+
function _objectSpread$2h(target) {
|
|
10274
10280
|
for (var i = 1; i < arguments.length; i++) {
|
|
10275
10281
|
var source = null != arguments[i] ? arguments[i] : {};
|
|
10276
|
-
i % 2 ? ownKeys$
|
|
10282
|
+
i % 2 ? ownKeys$2i(Object(source), !0).forEach(function (key) {
|
|
10277
10283
|
_defineProperty$1(target, key, source[key]);
|
|
10278
|
-
}) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys$
|
|
10284
|
+
}) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys$2i(Object(source)).forEach(function (key) {
|
|
10279
10285
|
Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key));
|
|
10280
10286
|
});
|
|
10281
10287
|
}
|
|
@@ -10283,7 +10289,7 @@
|
|
|
10283
10289
|
return target;
|
|
10284
10290
|
}
|
|
10285
10291
|
|
|
10286
|
-
var element$
|
|
10292
|
+
var element$y = {
|
|
10287
10293
|
"tag": "svg",
|
|
10288
10294
|
"attrs": {
|
|
10289
10295
|
"fill": "none",
|
|
@@ -10308,15 +10314,15 @@
|
|
|
10308
10314
|
}]
|
|
10309
10315
|
};
|
|
10310
10316
|
var BrowseOffIcon = /*#__PURE__*/React.forwardRef(function (props, ref) {
|
|
10311
|
-
return /*#__PURE__*/React.createElement(IconBase, _objectSpread$
|
|
10317
|
+
return /*#__PURE__*/React.createElement(IconBase, _objectSpread$2h(_objectSpread$2h({}, props), {}, {
|
|
10312
10318
|
id: "browse-off",
|
|
10313
10319
|
ref: ref,
|
|
10314
|
-
icon: element$
|
|
10320
|
+
icon: element$y
|
|
10315
10321
|
}));
|
|
10316
10322
|
});
|
|
10317
10323
|
BrowseOffIcon.displayName = "BrowseOffIcon";
|
|
10318
10324
|
|
|
10319
|
-
function ownKeys$
|
|
10325
|
+
function ownKeys$2h(object, enumerableOnly) {
|
|
10320
10326
|
var keys = Object.keys(object);
|
|
10321
10327
|
|
|
10322
10328
|
if (Object.getOwnPropertySymbols) {
|
|
@@ -10329,12 +10335,12 @@
|
|
|
10329
10335
|
return keys;
|
|
10330
10336
|
}
|
|
10331
10337
|
|
|
10332
|
-
function _objectSpread$
|
|
10338
|
+
function _objectSpread$2g(target) {
|
|
10333
10339
|
for (var i = 1; i < arguments.length; i++) {
|
|
10334
10340
|
var source = null != arguments[i] ? arguments[i] : {};
|
|
10335
|
-
i % 2 ? ownKeys$
|
|
10341
|
+
i % 2 ? ownKeys$2h(Object(source), !0).forEach(function (key) {
|
|
10336
10342
|
_defineProperty$1(target, key, source[key]);
|
|
10337
|
-
}) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys$
|
|
10343
|
+
}) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys$2h(Object(source)).forEach(function (key) {
|
|
10338
10344
|
Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key));
|
|
10339
10345
|
});
|
|
10340
10346
|
}
|
|
@@ -10342,7 +10348,7 @@
|
|
|
10342
10348
|
return target;
|
|
10343
10349
|
}
|
|
10344
10350
|
|
|
10345
|
-
var element$
|
|
10351
|
+
var element$x = {
|
|
10346
10352
|
"tag": "svg",
|
|
10347
10353
|
"attrs": {
|
|
10348
10354
|
"fill": "none",
|
|
@@ -10367,14 +10373,118 @@
|
|
|
10367
10373
|
}]
|
|
10368
10374
|
};
|
|
10369
10375
|
var BrowseIcon = /*#__PURE__*/React.forwardRef(function (props, ref) {
|
|
10370
|
-
return /*#__PURE__*/React.createElement(IconBase, _objectSpread$
|
|
10376
|
+
return /*#__PURE__*/React.createElement(IconBase, _objectSpread$2g(_objectSpread$2g({}, props), {}, {
|
|
10371
10377
|
id: "browse",
|
|
10372
10378
|
ref: ref,
|
|
10373
|
-
icon: element$
|
|
10379
|
+
icon: element$x
|
|
10374
10380
|
}));
|
|
10375
10381
|
});
|
|
10376
10382
|
BrowseIcon.displayName = "BrowseIcon";
|
|
10377
10383
|
|
|
10384
|
+
function ownKeys$2g(object, enumerableOnly) {
|
|
10385
|
+
var keys = Object.keys(object);
|
|
10386
|
+
|
|
10387
|
+
if (Object.getOwnPropertySymbols) {
|
|
10388
|
+
var symbols = Object.getOwnPropertySymbols(object);
|
|
10389
|
+
enumerableOnly && (symbols = symbols.filter(function (sym) {
|
|
10390
|
+
return Object.getOwnPropertyDescriptor(object, sym).enumerable;
|
|
10391
|
+
})), keys.push.apply(keys, symbols);
|
|
10392
|
+
}
|
|
10393
|
+
|
|
10394
|
+
return keys;
|
|
10395
|
+
}
|
|
10396
|
+
|
|
10397
|
+
function _objectSpread$2f(target) {
|
|
10398
|
+
for (var i = 1; i < arguments.length; i++) {
|
|
10399
|
+
var source = null != arguments[i] ? arguments[i] : {};
|
|
10400
|
+
i % 2 ? ownKeys$2g(Object(source), !0).forEach(function (key) {
|
|
10401
|
+
_defineProperty$1(target, key, source[key]);
|
|
10402
|
+
}) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys$2g(Object(source)).forEach(function (key) {
|
|
10403
|
+
Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key));
|
|
10404
|
+
});
|
|
10405
|
+
}
|
|
10406
|
+
|
|
10407
|
+
return target;
|
|
10408
|
+
}
|
|
10409
|
+
|
|
10410
|
+
var element$w = {
|
|
10411
|
+
"tag": "svg",
|
|
10412
|
+
"attrs": {
|
|
10413
|
+
"fill": "none",
|
|
10414
|
+
"viewBox": "0 0 16 16",
|
|
10415
|
+
"width": "1em",
|
|
10416
|
+
"height": "1em"
|
|
10417
|
+
},
|
|
10418
|
+
"children": [{
|
|
10419
|
+
"tag": "path",
|
|
10420
|
+
"attrs": {
|
|
10421
|
+
"fill": "currentColor",
|
|
10422
|
+
"d": "M10 3H6V1.5H5V3H3a1 1 0 00-1 1v9a1 1 0 001 1h10a1 1 0 001-1V4a1 1 0 00-1-1h-2V1.5h-1V3zM5 5h1V4h4v1h1V4h2v2H3V4h2v1zM3 7h10v6H3V7z",
|
|
10423
|
+
"fillOpacity": 0.9
|
|
10424
|
+
}
|
|
10425
|
+
}]
|
|
10426
|
+
};
|
|
10427
|
+
var CalendarIcon = /*#__PURE__*/React.forwardRef(function (props, ref) {
|
|
10428
|
+
return /*#__PURE__*/React.createElement(IconBase, _objectSpread$2f(_objectSpread$2f({}, props), {}, {
|
|
10429
|
+
id: "calendar",
|
|
10430
|
+
ref: ref,
|
|
10431
|
+
icon: element$w
|
|
10432
|
+
}));
|
|
10433
|
+
});
|
|
10434
|
+
CalendarIcon.displayName = "CalendarIcon";
|
|
10435
|
+
|
|
10436
|
+
function ownKeys$2f(object, enumerableOnly) {
|
|
10437
|
+
var keys = Object.keys(object);
|
|
10438
|
+
|
|
10439
|
+
if (Object.getOwnPropertySymbols) {
|
|
10440
|
+
var symbols = Object.getOwnPropertySymbols(object);
|
|
10441
|
+
enumerableOnly && (symbols = symbols.filter(function (sym) {
|
|
10442
|
+
return Object.getOwnPropertyDescriptor(object, sym).enumerable;
|
|
10443
|
+
})), keys.push.apply(keys, symbols);
|
|
10444
|
+
}
|
|
10445
|
+
|
|
10446
|
+
return keys;
|
|
10447
|
+
}
|
|
10448
|
+
|
|
10449
|
+
function _objectSpread$2e(target) {
|
|
10450
|
+
for (var i = 1; i < arguments.length; i++) {
|
|
10451
|
+
var source = null != arguments[i] ? arguments[i] : {};
|
|
10452
|
+
i % 2 ? ownKeys$2f(Object(source), !0).forEach(function (key) {
|
|
10453
|
+
_defineProperty$1(target, key, source[key]);
|
|
10454
|
+
}) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys$2f(Object(source)).forEach(function (key) {
|
|
10455
|
+
Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key));
|
|
10456
|
+
});
|
|
10457
|
+
}
|
|
10458
|
+
|
|
10459
|
+
return target;
|
|
10460
|
+
}
|
|
10461
|
+
|
|
10462
|
+
var element$v = {
|
|
10463
|
+
"tag": "svg",
|
|
10464
|
+
"attrs": {
|
|
10465
|
+
"fill": "none",
|
|
10466
|
+
"viewBox": "0 0 16 16",
|
|
10467
|
+
"width": "1em",
|
|
10468
|
+
"height": "1em"
|
|
10469
|
+
},
|
|
10470
|
+
"children": [{
|
|
10471
|
+
"tag": "path",
|
|
10472
|
+
"attrs": {
|
|
10473
|
+
"fill": "currentColor",
|
|
10474
|
+
"d": "M6 5v6l4.5-3L6 5z",
|
|
10475
|
+
"fillOpacity": 0.9
|
|
10476
|
+
}
|
|
10477
|
+
}]
|
|
10478
|
+
};
|
|
10479
|
+
var CaretRightSmallIcon = /*#__PURE__*/React.forwardRef(function (props, ref) {
|
|
10480
|
+
return /*#__PURE__*/React.createElement(IconBase, _objectSpread$2e(_objectSpread$2e({}, props), {}, {
|
|
10481
|
+
id: "caret-right-small",
|
|
10482
|
+
ref: ref,
|
|
10483
|
+
icon: element$v
|
|
10484
|
+
}));
|
|
10485
|
+
});
|
|
10486
|
+
CaretRightSmallIcon.displayName = "CaretRightSmallIcon";
|
|
10487
|
+
|
|
10378
10488
|
function ownKeys$2e(object, enumerableOnly) {
|
|
10379
10489
|
var keys = Object.keys(object);
|
|
10380
10490
|
|
|
@@ -10413,19 +10523,19 @@
|
|
|
10413
10523
|
"tag": "path",
|
|
10414
10524
|
"attrs": {
|
|
10415
10525
|
"fill": "currentColor",
|
|
10416
|
-
"d": "
|
|
10526
|
+
"d": "M8 15A7 7 0 108 1a7 7 0 000 14zM4.5 8.2l.7-.7L7 9.3l3.8-3.8.7.7L7 10.7 4.5 8.2z",
|
|
10417
10527
|
"fillOpacity": 0.9
|
|
10418
10528
|
}
|
|
10419
10529
|
}]
|
|
10420
10530
|
};
|
|
10421
|
-
var
|
|
10531
|
+
var CheckCircleFilledIcon = /*#__PURE__*/React.forwardRef(function (props, ref) {
|
|
10422
10532
|
return /*#__PURE__*/React.createElement(IconBase, _objectSpread$2d(_objectSpread$2d({}, props), {}, {
|
|
10423
|
-
id: "
|
|
10533
|
+
id: "check-circle-filled",
|
|
10424
10534
|
ref: ref,
|
|
10425
10535
|
icon: element$u
|
|
10426
10536
|
}));
|
|
10427
10537
|
});
|
|
10428
|
-
|
|
10538
|
+
CheckCircleFilledIcon.displayName = "CheckCircleFilledIcon";
|
|
10429
10539
|
|
|
10430
10540
|
function ownKeys$2d(object, enumerableOnly) {
|
|
10431
10541
|
var keys = Object.keys(object);
|
|
@@ -10465,19 +10575,26 @@
|
|
|
10465
10575
|
"tag": "path",
|
|
10466
10576
|
"attrs": {
|
|
10467
10577
|
"fill": "currentColor",
|
|
10468
|
-
"d": "
|
|
10578
|
+
"d": "M4.5 8.2L7 10.7l4.5-4.5-.7-.7L7 9.3 5.2 7.5l-.7.7z",
|
|
10579
|
+
"fillOpacity": 0.9
|
|
10580
|
+
}
|
|
10581
|
+
}, {
|
|
10582
|
+
"tag": "path",
|
|
10583
|
+
"attrs": {
|
|
10584
|
+
"fill": "currentColor",
|
|
10585
|
+
"d": "M4.11 2.18a7 7 0 117.78 11.64A7 7 0 014.1 2.18zm.56 10.8a6 6 0 106.66-9.97A6 6 0 004.67 13z",
|
|
10469
10586
|
"fillOpacity": 0.9
|
|
10470
10587
|
}
|
|
10471
10588
|
}]
|
|
10472
10589
|
};
|
|
10473
|
-
var
|
|
10590
|
+
var CheckCircleIcon = /*#__PURE__*/React.forwardRef(function (props, ref) {
|
|
10474
10591
|
return /*#__PURE__*/React.createElement(IconBase, _objectSpread$2c(_objectSpread$2c({}, props), {}, {
|
|
10475
|
-
id: "
|
|
10592
|
+
id: "check-circle",
|
|
10476
10593
|
ref: ref,
|
|
10477
10594
|
icon: element$t
|
|
10478
10595
|
}));
|
|
10479
10596
|
});
|
|
10480
|
-
|
|
10597
|
+
CheckCircleIcon.displayName = "CheckCircleIcon";
|
|
10481
10598
|
|
|
10482
10599
|
function ownKeys$2c(object, enumerableOnly) {
|
|
10483
10600
|
var keys = Object.keys(object);
|
|
@@ -10517,19 +10634,19 @@
|
|
|
10517
10634
|
"tag": "path",
|
|
10518
10635
|
"attrs": {
|
|
10519
10636
|
"fill": "currentColor",
|
|
10520
|
-
"d": "
|
|
10637
|
+
"d": "M6.43 9.92l6.23-6.22.92.92-7.15 7.14L1.97 7.3l.92-.92 3.54 3.54z",
|
|
10521
10638
|
"fillOpacity": 0.9
|
|
10522
10639
|
}
|
|
10523
10640
|
}]
|
|
10524
10641
|
};
|
|
10525
|
-
var
|
|
10642
|
+
var CheckIcon = /*#__PURE__*/React.forwardRef(function (props, ref) {
|
|
10526
10643
|
return /*#__PURE__*/React.createElement(IconBase, _objectSpread$2b(_objectSpread$2b({}, props), {}, {
|
|
10527
|
-
id: "check
|
|
10644
|
+
id: "check",
|
|
10528
10645
|
ref: ref,
|
|
10529
10646
|
icon: element$s
|
|
10530
10647
|
}));
|
|
10531
10648
|
});
|
|
10532
|
-
|
|
10649
|
+
CheckIcon.displayName = "CheckIcon";
|
|
10533
10650
|
|
|
10534
10651
|
function ownKeys$2b(object, enumerableOnly) {
|
|
10535
10652
|
var keys = Object.keys(object);
|
|
@@ -10569,26 +10686,19 @@
|
|
|
10569
10686
|
"tag": "path",
|
|
10570
10687
|
"attrs": {
|
|
10571
10688
|
"fill": "currentColor",
|
|
10572
|
-
"d": "
|
|
10573
|
-
"fillOpacity": 0.9
|
|
10574
|
-
}
|
|
10575
|
-
}, {
|
|
10576
|
-
"tag": "path",
|
|
10577
|
-
"attrs": {
|
|
10578
|
-
"fill": "currentColor",
|
|
10579
|
-
"d": "M4.11 2.18a7 7 0 117.78 11.64A7 7 0 014.1 2.18zm.56 10.8a6 6 0 106.66-9.97A6 6 0 004.67 13z",
|
|
10689
|
+
"d": "M3.54 6.46l.92-.92L8 9.08l3.54-3.54.92.92L8 10.92 3.54 6.46z",
|
|
10580
10690
|
"fillOpacity": 0.9
|
|
10581
10691
|
}
|
|
10582
10692
|
}]
|
|
10583
10693
|
};
|
|
10584
|
-
var
|
|
10694
|
+
var ChevronDownIcon = /*#__PURE__*/React.forwardRef(function (props, ref) {
|
|
10585
10695
|
return /*#__PURE__*/React.createElement(IconBase, _objectSpread$2a(_objectSpread$2a({}, props), {}, {
|
|
10586
|
-
id: "
|
|
10696
|
+
id: "chevron-down",
|
|
10587
10697
|
ref: ref,
|
|
10588
10698
|
icon: element$r
|
|
10589
10699
|
}));
|
|
10590
10700
|
});
|
|
10591
|
-
|
|
10701
|
+
ChevronDownIcon.displayName = "ChevronDownIcon";
|
|
10592
10702
|
|
|
10593
10703
|
function ownKeys$2a(object, enumerableOnly) {
|
|
10594
10704
|
var keys = Object.keys(object);
|
|
@@ -10628,19 +10738,26 @@
|
|
|
10628
10738
|
"tag": "path",
|
|
10629
10739
|
"attrs": {
|
|
10630
10740
|
"fill": "currentColor",
|
|
10631
|
-
"d": "
|
|
10741
|
+
"d": "M13.04 4.46l-.92-.92L7.66 8l4.46 4.46.92-.92L9.5 8l3.54-3.54z",
|
|
10742
|
+
"fillOpacity": 0.9
|
|
10743
|
+
}
|
|
10744
|
+
}, {
|
|
10745
|
+
"tag": "path",
|
|
10746
|
+
"attrs": {
|
|
10747
|
+
"fill": "currentColor",
|
|
10748
|
+
"d": "M8.04 4.46l-.92-.92L2.66 8l4.46 4.46.92-.92L4.5 8l3.54-3.54z",
|
|
10632
10749
|
"fillOpacity": 0.9
|
|
10633
10750
|
}
|
|
10634
10751
|
}]
|
|
10635
10752
|
};
|
|
10636
|
-
var
|
|
10753
|
+
var ChevronLeftDoubleIcon = /*#__PURE__*/React.forwardRef(function (props, ref) {
|
|
10637
10754
|
return /*#__PURE__*/React.createElement(IconBase, _objectSpread$29(_objectSpread$29({}, props), {}, {
|
|
10638
|
-
id: "
|
|
10755
|
+
id: "chevron-left-double",
|
|
10639
10756
|
ref: ref,
|
|
10640
10757
|
icon: element$q
|
|
10641
10758
|
}));
|
|
10642
10759
|
});
|
|
10643
|
-
|
|
10760
|
+
ChevronLeftDoubleIcon.displayName = "ChevronLeftDoubleIcon";
|
|
10644
10761
|
|
|
10645
10762
|
function ownKeys$29(object, enumerableOnly) {
|
|
10646
10763
|
var keys = Object.keys(object);
|
|
@@ -10680,19 +10797,19 @@
|
|
|
10680
10797
|
"tag": "path",
|
|
10681
10798
|
"attrs": {
|
|
10682
10799
|
"fill": "currentColor",
|
|
10683
|
-
"d": "
|
|
10800
|
+
"d": "M9.54 3.54l.92.92L6.92 8l3.54 3.54-.92.92L5.08 8l4.46-4.46z",
|
|
10684
10801
|
"fillOpacity": 0.9
|
|
10685
10802
|
}
|
|
10686
10803
|
}]
|
|
10687
10804
|
};
|
|
10688
|
-
var
|
|
10805
|
+
var ChevronLeftIcon = /*#__PURE__*/React.forwardRef(function (props, ref) {
|
|
10689
10806
|
return /*#__PURE__*/React.createElement(IconBase, _objectSpread$28(_objectSpread$28({}, props), {}, {
|
|
10690
|
-
id: "chevron-
|
|
10807
|
+
id: "chevron-left",
|
|
10691
10808
|
ref: ref,
|
|
10692
10809
|
icon: element$p
|
|
10693
10810
|
}));
|
|
10694
10811
|
});
|
|
10695
|
-
|
|
10812
|
+
ChevronLeftIcon.displayName = "ChevronLeftIcon";
|
|
10696
10813
|
|
|
10697
10814
|
function ownKeys$28(object, enumerableOnly) {
|
|
10698
10815
|
var keys = Object.keys(object);
|
|
@@ -10732,26 +10849,26 @@
|
|
|
10732
10849
|
"tag": "path",
|
|
10733
10850
|
"attrs": {
|
|
10734
10851
|
"fill": "currentColor",
|
|
10735
|
-
"d": "
|
|
10852
|
+
"d": "M6.2 5.2L9 8l-2.8 2.8.71.7 3.5-3.5-3.5-3.5-.7.7z",
|
|
10736
10853
|
"fillOpacity": 0.9
|
|
10737
10854
|
}
|
|
10738
10855
|
}, {
|
|
10739
10856
|
"tag": "path",
|
|
10740
10857
|
"attrs": {
|
|
10741
10858
|
"fill": "currentColor",
|
|
10742
|
-
"d": "M8
|
|
10859
|
+
"d": "M8 15A7 7 0 118 1a7 7 0 010 14zm0-1A6 6 0 108 2a6 6 0 000 12z",
|
|
10743
10860
|
"fillOpacity": 0.9
|
|
10744
10861
|
}
|
|
10745
10862
|
}]
|
|
10746
10863
|
};
|
|
10747
|
-
var
|
|
10864
|
+
var ChevronRightCircleIcon = /*#__PURE__*/React.forwardRef(function (props, ref) {
|
|
10748
10865
|
return /*#__PURE__*/React.createElement(IconBase, _objectSpread$27(_objectSpread$27({}, props), {}, {
|
|
10749
|
-
id: "chevron-
|
|
10866
|
+
id: "chevron-right-circle",
|
|
10750
10867
|
ref: ref,
|
|
10751
10868
|
icon: element$o
|
|
10752
10869
|
}));
|
|
10753
10870
|
});
|
|
10754
|
-
|
|
10871
|
+
ChevronRightCircleIcon.displayName = "ChevronRightCircleIcon";
|
|
10755
10872
|
|
|
10756
10873
|
function ownKeys$27(object, enumerableOnly) {
|
|
10757
10874
|
var keys = Object.keys(object);
|
|
@@ -10791,19 +10908,19 @@
|
|
|
10791
10908
|
"tag": "path",
|
|
10792
10909
|
"attrs": {
|
|
10793
10910
|
"fill": "currentColor",
|
|
10794
|
-
"d": "
|
|
10911
|
+
"d": "M2.96 11.54l.92.92L8.34 8 3.88 3.54l-.92.92L6.5 8l-3.54 3.54zm5 0l.92.92L13.34 8 8.88 3.54l-.92.92L11.5 8l-3.54 3.54z",
|
|
10795
10912
|
"fillOpacity": 0.9
|
|
10796
10913
|
}
|
|
10797
10914
|
}]
|
|
10798
10915
|
};
|
|
10799
|
-
var
|
|
10916
|
+
var ChevronRightDoubleIcon = /*#__PURE__*/React.forwardRef(function (props, ref) {
|
|
10800
10917
|
return /*#__PURE__*/React.createElement(IconBase, _objectSpread$26(_objectSpread$26({}, props), {}, {
|
|
10801
|
-
id: "chevron-
|
|
10918
|
+
id: "chevron-right-double",
|
|
10802
10919
|
ref: ref,
|
|
10803
10920
|
icon: element$n
|
|
10804
10921
|
}));
|
|
10805
10922
|
});
|
|
10806
|
-
|
|
10923
|
+
ChevronRightDoubleIcon.displayName = "ChevronRightDoubleIcon";
|
|
10807
10924
|
|
|
10808
10925
|
function ownKeys$26(object, enumerableOnly) {
|
|
10809
10926
|
var keys = Object.keys(object);
|
|
@@ -10843,26 +10960,19 @@
|
|
|
10843
10960
|
"tag": "path",
|
|
10844
10961
|
"attrs": {
|
|
10845
10962
|
"fill": "currentColor",
|
|
10846
|
-
"d": "M6.
|
|
10847
|
-
"fillOpacity": 0.9
|
|
10848
|
-
}
|
|
10849
|
-
}, {
|
|
10850
|
-
"tag": "path",
|
|
10851
|
-
"attrs": {
|
|
10852
|
-
"fill": "currentColor",
|
|
10853
|
-
"d": "M8 15A7 7 0 118 1a7 7 0 010 14zm0-1A6 6 0 108 2a6 6 0 000 12z",
|
|
10963
|
+
"d": "M6.46 12.46l-.92-.92L9.08 8 5.54 4.46l.92-.92L10.92 8l-4.46 4.46z",
|
|
10854
10964
|
"fillOpacity": 0.9
|
|
10855
10965
|
}
|
|
10856
10966
|
}]
|
|
10857
10967
|
};
|
|
10858
|
-
var
|
|
10968
|
+
var ChevronRightIcon = /*#__PURE__*/React.forwardRef(function (props, ref) {
|
|
10859
10969
|
return /*#__PURE__*/React.createElement(IconBase, _objectSpread$25(_objectSpread$25({}, props), {}, {
|
|
10860
|
-
id: "chevron-right
|
|
10970
|
+
id: "chevron-right",
|
|
10861
10971
|
ref: ref,
|
|
10862
10972
|
icon: element$m
|
|
10863
10973
|
}));
|
|
10864
10974
|
});
|
|
10865
|
-
|
|
10975
|
+
ChevronRightIcon.displayName = "ChevronRightIcon";
|
|
10866
10976
|
|
|
10867
10977
|
function ownKeys$25(object, enumerableOnly) {
|
|
10868
10978
|
var keys = Object.keys(object);
|
|
@@ -10902,19 +11012,19 @@
|
|
|
10902
11012
|
"tag": "path",
|
|
10903
11013
|
"attrs": {
|
|
10904
11014
|
"fill": "currentColor",
|
|
10905
|
-
"d": "
|
|
11015
|
+
"d": "M12.46 9.54l-.92.92L8 6.92l-3.54 3.54-.92-.92L8 5.08l4.46 4.46z",
|
|
10906
11016
|
"fillOpacity": 0.9
|
|
10907
11017
|
}
|
|
10908
11018
|
}]
|
|
10909
11019
|
};
|
|
10910
|
-
var
|
|
11020
|
+
var ChevronUpIcon = /*#__PURE__*/React.forwardRef(function (props, ref) {
|
|
10911
11021
|
return /*#__PURE__*/React.createElement(IconBase, _objectSpread$24(_objectSpread$24({}, props), {}, {
|
|
10912
|
-
id: "chevron-
|
|
11022
|
+
id: "chevron-up",
|
|
10913
11023
|
ref: ref,
|
|
10914
11024
|
icon: element$l
|
|
10915
11025
|
}));
|
|
10916
11026
|
});
|
|
10917
|
-
|
|
11027
|
+
ChevronUpIcon.displayName = "ChevronUpIcon";
|
|
10918
11028
|
|
|
10919
11029
|
function ownKeys$24(object, enumerableOnly) {
|
|
10920
11030
|
var keys = Object.keys(object);
|
|
@@ -10954,19 +11064,19 @@
|
|
|
10954
11064
|
"tag": "path",
|
|
10955
11065
|
"attrs": {
|
|
10956
11066
|
"fill": "currentColor",
|
|
10957
|
-
"d": "
|
|
11067
|
+
"d": "M15 8A7 7 0 101 8a7 7 0 0014 0zM5.67 4.95L8 7.29l2.33-2.34.7.7L8.7 8l2.34 2.35-.71.7L8 8.71l-2.33 2.34-.7-.7L7.3 8 4.96 5.65l.71-.7z",
|
|
10958
11068
|
"fillOpacity": 0.9
|
|
10959
11069
|
}
|
|
10960
11070
|
}]
|
|
10961
11071
|
};
|
|
10962
|
-
var
|
|
11072
|
+
var CloseCircleFilledIcon = /*#__PURE__*/React.forwardRef(function (props, ref) {
|
|
10963
11073
|
return /*#__PURE__*/React.createElement(IconBase, _objectSpread$23(_objectSpread$23({}, props), {}, {
|
|
10964
|
-
id: "
|
|
11074
|
+
id: "close-circle-filled",
|
|
10965
11075
|
ref: ref,
|
|
10966
11076
|
icon: element$k
|
|
10967
11077
|
}));
|
|
10968
11078
|
});
|
|
10969
|
-
|
|
11079
|
+
CloseCircleFilledIcon.displayName = "CloseCircleFilledIcon";
|
|
10970
11080
|
|
|
10971
11081
|
function ownKeys$23(object, enumerableOnly) {
|
|
10972
11082
|
var keys = Object.keys(object);
|
|
@@ -11006,19 +11116,26 @@
|
|
|
11006
11116
|
"tag": "path",
|
|
11007
11117
|
"attrs": {
|
|
11008
11118
|
"fill": "currentColor",
|
|
11009
|
-
"d": "
|
|
11119
|
+
"d": "M4.98 10.31L7.3 8 5 5.69l.7-.7L8 7.28 10.31 5l.7.7L8.72 8l2.3 2.31-.7.7L8 8.72 5.69 11l-.7-.7z",
|
|
11120
|
+
"fillOpacity": 0.9
|
|
11121
|
+
}
|
|
11122
|
+
}, {
|
|
11123
|
+
"tag": "path",
|
|
11124
|
+
"attrs": {
|
|
11125
|
+
"fill": "currentColor",
|
|
11126
|
+
"d": "M8 1a7 7 0 110 14A7 7 0 018 1zm0 1a6 6 0 100 12A6 6 0 008 2z",
|
|
11010
11127
|
"fillOpacity": 0.9
|
|
11011
11128
|
}
|
|
11012
11129
|
}]
|
|
11013
11130
|
};
|
|
11014
|
-
var
|
|
11131
|
+
var CloseCircleIcon = /*#__PURE__*/React.forwardRef(function (props, ref) {
|
|
11015
11132
|
return /*#__PURE__*/React.createElement(IconBase, _objectSpread$22(_objectSpread$22({}, props), {}, {
|
|
11016
|
-
id: "
|
|
11133
|
+
id: "close-circle",
|
|
11017
11134
|
ref: ref,
|
|
11018
11135
|
icon: element$j
|
|
11019
11136
|
}));
|
|
11020
11137
|
});
|
|
11021
|
-
|
|
11138
|
+
CloseCircleIcon.displayName = "CloseCircleIcon";
|
|
11022
11139
|
|
|
11023
11140
|
function ownKeys$22(object, enumerableOnly) {
|
|
11024
11141
|
var keys = Object.keys(object);
|
|
@@ -11058,19 +11175,19 @@
|
|
|
11058
11175
|
"tag": "path",
|
|
11059
11176
|
"attrs": {
|
|
11060
11177
|
"fill": "currentColor",
|
|
11061
|
-
"d": "
|
|
11178
|
+
"d": "M8 8.92L11.08 12l.92-.92L8.92 8 12 4.92 11.08 4 8 7.08 4.92 4 4 4.92 7.08 8 4 11.08l.92.92L8 8.92z",
|
|
11062
11179
|
"fillOpacity": 0.9
|
|
11063
11180
|
}
|
|
11064
11181
|
}]
|
|
11065
11182
|
};
|
|
11066
|
-
var
|
|
11183
|
+
var CloseIcon = /*#__PURE__*/React.forwardRef(function (props, ref) {
|
|
11067
11184
|
return /*#__PURE__*/React.createElement(IconBase, _objectSpread$21(_objectSpread$21({}, props), {}, {
|
|
11068
|
-
id: "close
|
|
11185
|
+
id: "close",
|
|
11069
11186
|
ref: ref,
|
|
11070
11187
|
icon: element$i
|
|
11071
11188
|
}));
|
|
11072
11189
|
});
|
|
11073
|
-
|
|
11190
|
+
CloseIcon.displayName = "CloseIcon";
|
|
11074
11191
|
|
|
11075
11192
|
function ownKeys$21(object, enumerableOnly) {
|
|
11076
11193
|
var keys = Object.keys(object);
|
|
@@ -11110,26 +11227,26 @@
|
|
|
11110
11227
|
"tag": "path",
|
|
11111
11228
|
"attrs": {
|
|
11112
11229
|
"fill": "currentColor",
|
|
11113
|
-
"d": "
|
|
11230
|
+
"d": "M6 12V6h1v6H6zM9 6v6h1V6H9z",
|
|
11114
11231
|
"fillOpacity": 0.9
|
|
11115
11232
|
}
|
|
11116
11233
|
}, {
|
|
11117
11234
|
"tag": "path",
|
|
11118
11235
|
"attrs": {
|
|
11119
11236
|
"fill": "currentColor",
|
|
11120
|
-
"d": "
|
|
11237
|
+
"d": "M10.5 3H14v1h-1v10a1 1 0 01-1 1H4a1 1 0 01-1-1V4H2V3h3.5V1.8c0-.44.36-.8.8-.8h3.4c.44 0 .8.36.8.8V3zm-4 0h3V2h-3v1zM4 4v10h8V4H4z",
|
|
11121
11238
|
"fillOpacity": 0.9
|
|
11122
11239
|
}
|
|
11123
11240
|
}]
|
|
11124
11241
|
};
|
|
11125
|
-
var
|
|
11242
|
+
var DeleteIcon = /*#__PURE__*/React.forwardRef(function (props, ref) {
|
|
11126
11243
|
return /*#__PURE__*/React.createElement(IconBase, _objectSpread$20(_objectSpread$20({}, props), {}, {
|
|
11127
|
-
id: "
|
|
11244
|
+
id: "delete",
|
|
11128
11245
|
ref: ref,
|
|
11129
11246
|
icon: element$h
|
|
11130
11247
|
}));
|
|
11131
11248
|
});
|
|
11132
|
-
|
|
11249
|
+
DeleteIcon.displayName = "DeleteIcon";
|
|
11133
11250
|
|
|
11134
11251
|
function ownKeys$20(object, enumerableOnly) {
|
|
11135
11252
|
var keys = Object.keys(object);
|
|
@@ -11169,19 +11286,19 @@
|
|
|
11169
11286
|
"tag": "path",
|
|
11170
11287
|
"attrs": {
|
|
11171
11288
|
"fill": "currentColor",
|
|
11172
|
-
"d": "
|
|
11289
|
+
"d": "M3 9a1 1 0 110-2 1 1 0 010 2zM7 8a1 1 0 102 0 1 1 0 00-2 0zM12 8a1 1 0 102 0 1 1 0 00-2 0z",
|
|
11173
11290
|
"fillOpacity": 0.9
|
|
11174
11291
|
}
|
|
11175
11292
|
}]
|
|
11176
11293
|
};
|
|
11177
|
-
var
|
|
11294
|
+
var EllipsisIcon = /*#__PURE__*/React.forwardRef(function (props, ref) {
|
|
11178
11295
|
return /*#__PURE__*/React.createElement(IconBase, _objectSpread$1$(_objectSpread$1$({}, props), {}, {
|
|
11179
|
-
id: "
|
|
11296
|
+
id: "ellipsis",
|
|
11180
11297
|
ref: ref,
|
|
11181
11298
|
icon: element$g
|
|
11182
11299
|
}));
|
|
11183
11300
|
});
|
|
11184
|
-
|
|
11301
|
+
EllipsisIcon.displayName = "EllipsisIcon";
|
|
11185
11302
|
|
|
11186
11303
|
function ownKeys$1$(object, enumerableOnly) {
|
|
11187
11304
|
var keys = Object.keys(object);
|
|
@@ -11221,26 +11338,19 @@
|
|
|
11221
11338
|
"tag": "path",
|
|
11222
11339
|
"attrs": {
|
|
11223
11340
|
"fill": "currentColor",
|
|
11224
|
-
"d": "
|
|
11225
|
-
"fillOpacity": 0.9
|
|
11226
|
-
}
|
|
11227
|
-
}, {
|
|
11228
|
-
"tag": "path",
|
|
11229
|
-
"attrs": {
|
|
11230
|
-
"fill": "currentColor",
|
|
11231
|
-
"d": "M10.5 3H14v1h-1v10a1 1 0 01-1 1H4a1 1 0 01-1-1V4H2V3h3.5V1.8c0-.44.36-.8.8-.8h3.4c.44 0 .8.36.8.8V3zm-4 0h3V2h-3v1zM4 4v10h8V4H4z",
|
|
11341
|
+
"d": "M15 8A7 7 0 101 8a7 7 0 0014 0zM8.5 4v5.5h-1V4h1zm-1.1 7h1.2v1.2H7.4V11z",
|
|
11232
11342
|
"fillOpacity": 0.9
|
|
11233
11343
|
}
|
|
11234
11344
|
}]
|
|
11235
11345
|
};
|
|
11236
|
-
var
|
|
11346
|
+
var ErrorCircleFilledIcon = /*#__PURE__*/React.forwardRef(function (props, ref) {
|
|
11237
11347
|
return /*#__PURE__*/React.createElement(IconBase, _objectSpread$1_(_objectSpread$1_({}, props), {}, {
|
|
11238
|
-
id: "
|
|
11348
|
+
id: "error-circle-filled",
|
|
11239
11349
|
ref: ref,
|
|
11240
11350
|
icon: element$f
|
|
11241
11351
|
}));
|
|
11242
11352
|
});
|
|
11243
|
-
|
|
11353
|
+
ErrorCircleFilledIcon.displayName = "ErrorCircleFilledIcon";
|
|
11244
11354
|
|
|
11245
11355
|
function ownKeys$1_(object, enumerableOnly) {
|
|
11246
11356
|
var keys = Object.keys(object);
|
|
@@ -11280,19 +11390,26 @@
|
|
|
11280
11390
|
"tag": "path",
|
|
11281
11391
|
"attrs": {
|
|
11282
11392
|
"fill": "currentColor",
|
|
11283
|
-
"d": "
|
|
11393
|
+
"d": "M8.5 4v5.5h-1V4h1zM8.6 10.5H7.4v1.2h1.2v-1.2z",
|
|
11394
|
+
"fillOpacity": 0.9
|
|
11395
|
+
}
|
|
11396
|
+
}, {
|
|
11397
|
+
"tag": "path",
|
|
11398
|
+
"attrs": {
|
|
11399
|
+
"fill": "currentColor",
|
|
11400
|
+
"d": "M15 8A7 7 0 101 8a7 7 0 0014 0zm-1 0A6 6 0 112 8a6 6 0 0112 0z",
|
|
11284
11401
|
"fillOpacity": 0.9
|
|
11285
11402
|
}
|
|
11286
11403
|
}]
|
|
11287
11404
|
};
|
|
11288
|
-
var
|
|
11405
|
+
var ErrorCircleIcon = /*#__PURE__*/React.forwardRef(function (props, ref) {
|
|
11289
11406
|
return /*#__PURE__*/React.createElement(IconBase, _objectSpread$1Z(_objectSpread$1Z({}, props), {}, {
|
|
11290
|
-
id: "
|
|
11407
|
+
id: "error-circle",
|
|
11291
11408
|
ref: ref,
|
|
11292
11409
|
icon: element$e
|
|
11293
11410
|
}));
|
|
11294
11411
|
});
|
|
11295
|
-
|
|
11412
|
+
ErrorCircleIcon.displayName = "ErrorCircleIcon";
|
|
11296
11413
|
|
|
11297
11414
|
function ownKeys$1Z(object, enumerableOnly) {
|
|
11298
11415
|
var keys = Object.keys(object);
|
|
@@ -11332,19 +11449,26 @@
|
|
|
11332
11449
|
"tag": "path",
|
|
11333
11450
|
"attrs": {
|
|
11334
11451
|
"fill": "currentColor",
|
|
11335
|
-
"d": "
|
|
11452
|
+
"d": "M4 1.92C4 1.34 4.52 1 5 1h4.37a1 1 0 01.71.3L13.71 5a1 1 0 01.29.7v6.38c0 .58-.52.92-1 .92H5c-.48 0-1-.34-1-.92V1.92zM5 2v10h8V6.01H9V2H5zm5 .65V5h2.32L10 2.65z",
|
|
11453
|
+
"fillOpacity": 0.9
|
|
11454
|
+
}
|
|
11455
|
+
}, {
|
|
11456
|
+
"tag": "path",
|
|
11457
|
+
"attrs": {
|
|
11458
|
+
"fill": "currentColor",
|
|
11459
|
+
"d": "M2 5v9.01a1 1 0 001 1h8v-1H3V5H2z",
|
|
11336
11460
|
"fillOpacity": 0.9
|
|
11337
11461
|
}
|
|
11338
11462
|
}]
|
|
11339
11463
|
};
|
|
11340
|
-
var
|
|
11464
|
+
var FileCopyIcon = /*#__PURE__*/React.forwardRef(function (props, ref) {
|
|
11341
11465
|
return /*#__PURE__*/React.createElement(IconBase, _objectSpread$1Y(_objectSpread$1Y({}, props), {}, {
|
|
11342
|
-
id: "
|
|
11466
|
+
id: "file-copy",
|
|
11343
11467
|
ref: ref,
|
|
11344
11468
|
icon: element$d
|
|
11345
11469
|
}));
|
|
11346
11470
|
});
|
|
11347
|
-
|
|
11471
|
+
FileCopyIcon.displayName = "FileCopyIcon";
|
|
11348
11472
|
|
|
11349
11473
|
function ownKeys$1Y(object, enumerableOnly) {
|
|
11350
11474
|
var keys = Object.keys(object);
|
|
@@ -11384,26 +11508,19 @@
|
|
|
11384
11508
|
"tag": "path",
|
|
11385
11509
|
"attrs": {
|
|
11386
11510
|
"fill": "currentColor",
|
|
11387
|
-
"d": "
|
|
11388
|
-
"fillOpacity": 0.9
|
|
11389
|
-
}
|
|
11390
|
-
}, {
|
|
11391
|
-
"tag": "path",
|
|
11392
|
-
"attrs": {
|
|
11393
|
-
"fill": "currentColor",
|
|
11394
|
-
"d": "M15 8A7 7 0 101 8a7 7 0 0014 0zm-1 0A6 6 0 112 8a6 6 0 0112 0z",
|
|
11511
|
+
"d": "M2 3a1 1 0 011-1h10a1 1 0 011 1v1.79l-4.25 2.5V14h-3.5V7.29L2 4.79V3zm11 0H3v1.21l4.25 2.5V13h1.5V6.71L13 4.21V3z",
|
|
11395
11512
|
"fillOpacity": 0.9
|
|
11396
11513
|
}
|
|
11397
11514
|
}]
|
|
11398
11515
|
};
|
|
11399
|
-
var
|
|
11516
|
+
var FilterIcon = /*#__PURE__*/React.forwardRef(function (props, ref) {
|
|
11400
11517
|
return /*#__PURE__*/React.createElement(IconBase, _objectSpread$1X(_objectSpread$1X({}, props), {}, {
|
|
11401
|
-
id: "
|
|
11518
|
+
id: "filter",
|
|
11402
11519
|
ref: ref,
|
|
11403
11520
|
icon: element$c
|
|
11404
11521
|
}));
|
|
11405
11522
|
});
|
|
11406
|
-
|
|
11523
|
+
FilterIcon.displayName = "FilterIcon";
|
|
11407
11524
|
|
|
11408
11525
|
function ownKeys$1X(object, enumerableOnly) {
|
|
11409
11526
|
var keys = Object.keys(object);
|
|
@@ -11443,26 +11560,19 @@
|
|
|
11443
11560
|
"tag": "path",
|
|
11444
11561
|
"attrs": {
|
|
11445
11562
|
"fill": "currentColor",
|
|
11446
|
-
"d": "
|
|
11447
|
-
"fillOpacity": 0.9
|
|
11448
|
-
}
|
|
11449
|
-
}, {
|
|
11450
|
-
"tag": "path",
|
|
11451
|
-
"attrs": {
|
|
11452
|
-
"fill": "currentColor",
|
|
11453
|
-
"d": "M2 5v9.01a1 1 0 001 1h8v-1H3V5H2z",
|
|
11563
|
+
"d": "M15 8A7 7 0 101 8a7 7 0 0014 0zM5.8 6.63a2.2 2.2 0 014.39 0c0 .97-.75 1.72-1.49 2.02a.34.34 0 00-.2.32v.8h-1v-.8c0-.56.33-1.04.82-1.24.5-.2.87-.66.87-1.1a1.2 1.2 0 00-2.39 0h-1zm1.67 4.54a.53.53 0 111.05 0 .53.53 0 01-1.05 0z",
|
|
11454
11564
|
"fillOpacity": 0.9
|
|
11455
11565
|
}
|
|
11456
11566
|
}]
|
|
11457
11567
|
};
|
|
11458
|
-
var
|
|
11568
|
+
var HelpCircleFilledIcon = /*#__PURE__*/React.forwardRef(function (props, ref) {
|
|
11459
11569
|
return /*#__PURE__*/React.createElement(IconBase, _objectSpread$1W(_objectSpread$1W({}, props), {}, {
|
|
11460
|
-
id: "
|
|
11570
|
+
id: "help-circle-filled",
|
|
11461
11571
|
ref: ref,
|
|
11462
11572
|
icon: element$b
|
|
11463
11573
|
}));
|
|
11464
11574
|
});
|
|
11465
|
-
|
|
11575
|
+
HelpCircleFilledIcon.displayName = "HelpCircleFilledIcon";
|
|
11466
11576
|
|
|
11467
11577
|
function ownKeys$1W(object, enumerableOnly) {
|
|
11468
11578
|
var keys = Object.keys(object);
|
|
@@ -11502,19 +11612,19 @@
|
|
|
11502
11612
|
"tag": "path",
|
|
11503
11613
|
"attrs": {
|
|
11504
11614
|
"fill": "currentColor",
|
|
11505
|
-
"d": "
|
|
11615
|
+
"d": "M8 15A7 7 0 108 1a7 7 0 000 14zM7.4 4h1.2v1.2H7.4V4zm.1 2.5h1V12h-1V6.5z",
|
|
11506
11616
|
"fillOpacity": 0.9
|
|
11507
11617
|
}
|
|
11508
11618
|
}]
|
|
11509
11619
|
};
|
|
11510
|
-
var
|
|
11620
|
+
var InfoCircleFilledIcon = /*#__PURE__*/React.forwardRef(function (props, ref) {
|
|
11511
11621
|
return /*#__PURE__*/React.createElement(IconBase, _objectSpread$1V(_objectSpread$1V({}, props), {}, {
|
|
11512
|
-
id: "
|
|
11622
|
+
id: "info-circle-filled",
|
|
11513
11623
|
ref: ref,
|
|
11514
11624
|
icon: element$a
|
|
11515
11625
|
}));
|
|
11516
11626
|
});
|
|
11517
|
-
|
|
11627
|
+
InfoCircleFilledIcon.displayName = "InfoCircleFilledIcon";
|
|
11518
11628
|
|
|
11519
11629
|
function ownKeys$1V(object, enumerableOnly) {
|
|
11520
11630
|
var keys = Object.keys(object);
|
|
@@ -11554,19 +11664,26 @@
|
|
|
11554
11664
|
"tag": "path",
|
|
11555
11665
|
"attrs": {
|
|
11556
11666
|
"fill": "currentColor",
|
|
11557
|
-
"d": "
|
|
11667
|
+
"d": "M5 8.5h6v-1H5v1z",
|
|
11668
|
+
"fillOpacity": 0.9
|
|
11669
|
+
}
|
|
11670
|
+
}, {
|
|
11671
|
+
"tag": "path",
|
|
11672
|
+
"attrs": {
|
|
11673
|
+
"fill": "currentColor",
|
|
11674
|
+
"d": "M3 14a1 1 0 01-1-1V3a1 1 0 011-1h10a1 1 0 011 1v10a1 1 0 01-1 1H3zm0-1h10V3H3v10z",
|
|
11558
11675
|
"fillOpacity": 0.9
|
|
11559
11676
|
}
|
|
11560
11677
|
}]
|
|
11561
11678
|
};
|
|
11562
|
-
var
|
|
11679
|
+
var MinusRectangleIcon = /*#__PURE__*/React.forwardRef(function (props, ref) {
|
|
11563
11680
|
return /*#__PURE__*/React.createElement(IconBase, _objectSpread$1U(_objectSpread$1U({}, props), {}, {
|
|
11564
|
-
id: "
|
|
11681
|
+
id: "minus-rectangle",
|
|
11565
11682
|
ref: ref,
|
|
11566
11683
|
icon: element$9
|
|
11567
11684
|
}));
|
|
11568
11685
|
});
|
|
11569
|
-
|
|
11686
|
+
MinusRectangleIcon.displayName = "MinusRectangleIcon";
|
|
11570
11687
|
|
|
11571
11688
|
function ownKeys$1U(object, enumerableOnly) {
|
|
11572
11689
|
var keys = Object.keys(object);
|
|
@@ -11606,19 +11723,19 @@
|
|
|
11606
11723
|
"tag": "path",
|
|
11607
11724
|
"attrs": {
|
|
11608
11725
|
"fill": "currentColor",
|
|
11609
|
-
"d": "
|
|
11726
|
+
"d": "M12.4 4.46l-.91-.92L7.03 8l4.46 4.46.92-.92L8.86 8l3.55-3.54zM4.8 4v8h1.3V4H4.8z",
|
|
11610
11727
|
"fillOpacity": 0.9
|
|
11611
11728
|
}
|
|
11612
11729
|
}]
|
|
11613
11730
|
};
|
|
11614
|
-
var
|
|
11731
|
+
var PageFirstIcon = /*#__PURE__*/React.forwardRef(function (props, ref) {
|
|
11615
11732
|
return /*#__PURE__*/React.createElement(IconBase, _objectSpread$1T(_objectSpread$1T({}, props), {}, {
|
|
11616
|
-
id: "
|
|
11733
|
+
id: "page-first",
|
|
11617
11734
|
ref: ref,
|
|
11618
11735
|
icon: element$8
|
|
11619
11736
|
}));
|
|
11620
11737
|
});
|
|
11621
|
-
|
|
11738
|
+
PageFirstIcon.displayName = "PageFirstIcon";
|
|
11622
11739
|
|
|
11623
11740
|
function ownKeys$1T(object, enumerableOnly) {
|
|
11624
11741
|
var keys = Object.keys(object);
|
|
@@ -11658,26 +11775,19 @@
|
|
|
11658
11775
|
"tag": "path",
|
|
11659
11776
|
"attrs": {
|
|
11660
11777
|
"fill": "currentColor",
|
|
11661
|
-
"d": "
|
|
11662
|
-
"fillOpacity": 0.9
|
|
11663
|
-
}
|
|
11664
|
-
}, {
|
|
11665
|
-
"tag": "path",
|
|
11666
|
-
"attrs": {
|
|
11667
|
-
"fill": "currentColor",
|
|
11668
|
-
"d": "M3 14a1 1 0 01-1-1V3a1 1 0 011-1h10a1 1 0 011 1v10a1 1 0 01-1 1H3zm0-1h10V3H3v10z",
|
|
11778
|
+
"d": "M3.6 11.54l.91.92L8.97 8 4.51 3.54l-.92.92L7.14 8l-3.55 3.54zm7.6.46V4H9.9v8h1.3z",
|
|
11669
11779
|
"fillOpacity": 0.9
|
|
11670
11780
|
}
|
|
11671
11781
|
}]
|
|
11672
11782
|
};
|
|
11673
|
-
var
|
|
11783
|
+
var PageLastIcon = /*#__PURE__*/React.forwardRef(function (props, ref) {
|
|
11674
11784
|
return /*#__PURE__*/React.createElement(IconBase, _objectSpread$1S(_objectSpread$1S({}, props), {}, {
|
|
11675
|
-
id: "
|
|
11785
|
+
id: "page-last",
|
|
11676
11786
|
ref: ref,
|
|
11677
11787
|
icon: element$7
|
|
11678
11788
|
}));
|
|
11679
11789
|
});
|
|
11680
|
-
|
|
11790
|
+
PageLastIcon.displayName = "PageLastIcon";
|
|
11681
11791
|
|
|
11682
11792
|
function ownKeys$1S(object, enumerableOnly) {
|
|
11683
11793
|
var keys = Object.keys(object);
|
|
@@ -13036,7 +13146,7 @@
|
|
|
13036
13146
|
return typeof param === "number" ? "".concat(param, "px") : param;
|
|
13037
13147
|
}
|
|
13038
13148
|
|
|
13039
|
-
var _excluded$
|
|
13149
|
+
var _excluded$t = ["separate", "children", "className"];
|
|
13040
13150
|
|
|
13041
13151
|
function ownKeys$1K(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); enumerableOnly && (symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; })), keys.push.apply(keys, symbols); } return keys; }
|
|
13042
13152
|
|
|
@@ -13048,7 +13158,7 @@
|
|
|
13048
13158
|
var separate = props.separate,
|
|
13049
13159
|
children = props.children,
|
|
13050
13160
|
className = props.className,
|
|
13051
|
-
wrapperProps = _objectWithoutProperties$2(props, _excluded$
|
|
13161
|
+
wrapperProps = _objectWithoutProperties$2(props, _excluded$t);
|
|
13052
13162
|
|
|
13053
13163
|
return /* @__PURE__ */React__default["default"].createElement("div", _objectSpread$1J({
|
|
13054
13164
|
ref: ref,
|
|
@@ -13057,7 +13167,7 @@
|
|
|
13057
13167
|
});
|
|
13058
13168
|
InputGroup.displayName = "InputGroup";
|
|
13059
13169
|
|
|
13060
|
-
var _excluded$
|
|
13170
|
+
var _excluded$s = ["defaultValue", "value", "onChange"];
|
|
13061
13171
|
|
|
13062
13172
|
function ownKeys$1J(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); enumerableOnly && (symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; })), keys.push.apply(keys, symbols); } return keys; }
|
|
13063
13173
|
|
|
@@ -13067,7 +13177,7 @@
|
|
|
13067
13177
|
value = props.value,
|
|
13068
13178
|
_props$onChange = props.onChange,
|
|
13069
13179
|
onChange = _props$onChange === void 0 ? noop$1 : _props$onChange,
|
|
13070
|
-
restProps = _objectWithoutProperties$2(props, _excluded$
|
|
13180
|
+
restProps = _objectWithoutProperties$2(props, _excluded$s);
|
|
13071
13181
|
|
|
13072
13182
|
var _useDefault = useDefault(value, typeof defaultValue === "undefined" ? defaultDefaultValue : defaultValue, onChange),
|
|
13073
13183
|
_useDefault2 = _slicedToArray(_useDefault, 2),
|
|
@@ -13183,7 +13293,7 @@
|
|
|
13183
13293
|
return [componentLocale, transformLocale];
|
|
13184
13294
|
}
|
|
13185
13295
|
|
|
13186
|
-
var _excluded$
|
|
13296
|
+
var _excluded$r = ["type", "autoWidth", "placeholder", "disabled", "status", "size", "className", "inputClass", "style", "prefixIcon", "suffixIcon", "clearable", "value", "tips", "align", "maxlength", "maxcharacter", "format", "onClick", "onChange", "onClear", "onEnter", "onKeydown", "onKeyup", "onKeypress", "onFocus", "onBlur", "onPaste", "onMouseenter", "onMouseleave", "onWheel", "onCompositionstart", "onCompositionend", "showClearIconOnEmpty", "autofocus", "autocomplete", "readonly", "label", "suffix"];
|
|
13187
13297
|
|
|
13188
13298
|
function ownKeys$1H(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); enumerableOnly && (symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; })), keys.push.apply(keys, symbols); } return keys; }
|
|
13189
13299
|
|
|
@@ -13253,7 +13363,7 @@
|
|
|
13253
13363
|
readonly = _useDefaultValue.readonly,
|
|
13254
13364
|
label = _useDefaultValue.label,
|
|
13255
13365
|
suffix = _useDefaultValue.suffix,
|
|
13256
|
-
restProps = _objectWithoutProperties$2(_useDefaultValue, _excluded$
|
|
13366
|
+
restProps = _objectWithoutProperties$2(_useDefaultValue, _excluded$r);
|
|
13257
13367
|
|
|
13258
13368
|
var _useConfig = useConfig$1(),
|
|
13259
13369
|
classPrefix = _useConfig.classPrefix;
|
|
@@ -13518,7 +13628,7 @@
|
|
|
13518
13628
|
|
|
13519
13629
|
var Input = Input$1;
|
|
13520
13630
|
|
|
13521
|
-
var _excluded$
|
|
13631
|
+
var _excluded$q = ["prepend", "append", "children", "className"];
|
|
13522
13632
|
|
|
13523
13633
|
function ownKeys$1G(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); enumerableOnly && (symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; })), keys.push.apply(keys, symbols); } return keys; }
|
|
13524
13634
|
|
|
@@ -13552,7 +13662,7 @@
|
|
|
13552
13662
|
append = props.append,
|
|
13553
13663
|
children = props.children,
|
|
13554
13664
|
className = props.className,
|
|
13555
|
-
wrapperProps = _objectWithoutProperties$2(props, _excluded$
|
|
13665
|
+
wrapperProps = _objectWithoutProperties$2(props, _excluded$q);
|
|
13556
13666
|
|
|
13557
13667
|
return /* @__PURE__ */React__default["default"].createElement("div", _objectSpread$1F({
|
|
13558
13668
|
ref: ref,
|
|
@@ -13563,7 +13673,7 @@
|
|
|
13563
13673
|
|
|
13564
13674
|
var Addon = Addon$1;
|
|
13565
13675
|
|
|
13566
|
-
var _excluded$
|
|
13676
|
+
var _excluded$p = ["message", "title", "operation", "theme", "icon", "close", "maxLine", "onClose", "className"];
|
|
13567
13677
|
|
|
13568
13678
|
function ownKeys$1F(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); enumerableOnly && (symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; })), keys.push.apply(keys, symbols); } return keys; }
|
|
13569
13679
|
|
|
@@ -13580,7 +13690,7 @@
|
|
|
13580
13690
|
_props$onClose = props.onClose,
|
|
13581
13691
|
onClose = _props$onClose === void 0 ? noop$1 : _props$onClose,
|
|
13582
13692
|
className = props.className,
|
|
13583
|
-
alertProps = _objectWithoutProperties$2(props, _excluded$
|
|
13693
|
+
alertProps = _objectWithoutProperties$2(props, _excluded$p);
|
|
13584
13694
|
|
|
13585
13695
|
var _React$useState = React__default["default"].useState(false),
|
|
13586
13696
|
_React$useState2 = _slicedToArray(_React$useState, 2),
|
|
@@ -13683,7 +13793,7 @@
|
|
|
13683
13793
|
|
|
13684
13794
|
var Alert = Alert$1;
|
|
13685
13795
|
|
|
13686
|
-
var _excluded$
|
|
13796
|
+
var _excluded$o = ["color", "dot", "maxCount", "count", "size", "shape", "showZero", "offset", "className", "content", "children", "style"];
|
|
13687
13797
|
|
|
13688
13798
|
function ownKeys$1E(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); enumerableOnly && (symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; })), keys.push.apply(keys, symbols); } return keys; }
|
|
13689
13799
|
|
|
@@ -13712,7 +13822,7 @@
|
|
|
13712
13822
|
children = _ref$children === void 0 ? null : _ref$children,
|
|
13713
13823
|
_ref$style = _ref.style,
|
|
13714
13824
|
style = _ref$style === void 0 ? {} : _ref$style,
|
|
13715
|
-
restProps = _objectWithoutProperties$2(_ref, _excluded$
|
|
13825
|
+
restProps = _objectWithoutProperties$2(_ref, _excluded$o);
|
|
13716
13826
|
|
|
13717
13827
|
var _useConfig = useConfig$1(),
|
|
13718
13828
|
classPrefix = _useConfig.classPrefix;
|
|
@@ -13766,7 +13876,7 @@
|
|
|
13766
13876
|
|
|
13767
13877
|
var Badge = Badge$1;
|
|
13768
13878
|
|
|
13769
|
-
var _excluded$
|
|
13879
|
+
var _excluded$n = ["allowUncheck", "type", "checked", "defaultChecked", "disabled", "name", "value", "onChange", "indeterminate", "children", "label", "className", "style"];
|
|
13770
13880
|
|
|
13771
13881
|
function ownKeys$1D(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); enumerableOnly && (symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; })), keys.push.apply(keys, symbols); } return keys; }
|
|
13772
13882
|
|
|
@@ -13793,7 +13903,7 @@
|
|
|
13793
13903
|
label = props.label,
|
|
13794
13904
|
className = props.className,
|
|
13795
13905
|
style = props.style,
|
|
13796
|
-
htmlProps = _objectWithoutProperties$2(props, _excluded$
|
|
13906
|
+
htmlProps = _objectWithoutProperties$2(props, _excluded$n);
|
|
13797
13907
|
|
|
13798
13908
|
var _useConfig = useConfig$1(),
|
|
13799
13909
|
classPrefix = _useConfig.classPrefix;
|
|
@@ -14379,7 +14489,7 @@
|
|
|
14379
14489
|
return Number(filterVal);
|
|
14380
14490
|
};
|
|
14381
14491
|
|
|
14382
|
-
var _excluded$
|
|
14492
|
+
var _excluded$m = ["align", "className", "style", "defaultValue", "value", "disabled", "size", "theme", "step", "max", "min", "decimalPlaces", "format", "onChange", "onBlur", "onFocus", "onEnter", "onKeydown", "onKeyup", "onKeypress"],
|
|
14383
14493
|
_excluded2 = ["value"];
|
|
14384
14494
|
|
|
14385
14495
|
function ownKeys$1y(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); enumerableOnly && (symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; })), keys.push.apply(keys, symbols); } return keys; }
|
|
@@ -14414,7 +14524,7 @@
|
|
|
14414
14524
|
onKeydown = props.onKeydown,
|
|
14415
14525
|
onKeyup = props.onKeyup,
|
|
14416
14526
|
onKeypress = props.onKeypress,
|
|
14417
|
-
restInputProps = _objectWithoutProperties$2(props, _excluded$
|
|
14527
|
+
restInputProps = _objectWithoutProperties$2(props, _excluded$m);
|
|
14418
14528
|
|
|
14419
14529
|
var _useConfig = useConfig$1(),
|
|
14420
14530
|
classPrefix = _useConfig.classPrefix;
|
|
@@ -16330,8 +16440,8 @@
|
|
|
16330
16440
|
setIsWidthOverflow(tRef.scrollWidth > tRef.clientWidth);
|
|
16331
16441
|
var pos = tRef === null || tRef === void 0 ? void 0 : (_tRef$getBoundingClie = tRef.getBoundingClientRect) === null || _tRef$getBoundingClie === void 0 ? void 0 : _tRef$getBoundingClie.call(tRef);
|
|
16332
16442
|
setVirtualScrollHeaderPos({
|
|
16333
|
-
top: pos.top,
|
|
16334
|
-
left: pos.left
|
|
16443
|
+
top: pos === null || pos === void 0 ? void 0 : pos.top,
|
|
16444
|
+
left: pos === null || pos === void 0 ? void 0 : pos.left
|
|
16335
16445
|
});
|
|
16336
16446
|
clearTimeout(timer);
|
|
16337
16447
|
}, 0);
|
|
@@ -16353,7 +16463,7 @@
|
|
|
16353
16463
|
var rect = (_tableContentRef$curr = tableContentRef.current) === null || _tableContentRef$curr === void 0 ? void 0 : (_tableContentRef$curr2 = _tableContentRef$curr.getBoundingClientRect) === null || _tableContentRef$curr2 === void 0 ? void 0 : _tableContentRef$curr2.call(_tableContentRef$curr);
|
|
16354
16464
|
var reduceWidth = isFixedHeader ? scrollbarWidth : 0;
|
|
16355
16465
|
var fixedBordered = isFixedRightColumn ? 1 : 2;
|
|
16356
|
-
setTableWidth(rect.width - reduceWidth - (props.bordered ? fixedBordered : 0));
|
|
16466
|
+
setTableWidth((rect === null || rect === void 0 ? void 0 : rect.width) - reduceWidth - (props.bordered ? fixedBordered : 0));
|
|
16357
16467
|
};
|
|
16358
16468
|
|
|
16359
16469
|
var updateThWidthList = function updateThWidthList(trList) {
|
|
@@ -16394,7 +16504,7 @@
|
|
|
16394
16504
|
var _tableContentRef$curr3, _tableContentRef$curr4, _affixHeaderRef$curre;
|
|
16395
16505
|
|
|
16396
16506
|
var pos = (_tableContentRef$curr3 = tableContentRef.current) === null || _tableContentRef$curr3 === void 0 ? void 0 : (_tableContentRef$curr4 = _tableContentRef$curr3.getBoundingClientRect) === null || _tableContentRef$curr4 === void 0 ? void 0 : _tableContentRef$curr4.call(_tableContentRef$curr3);
|
|
16397
|
-
var r = ((_affixHeaderRef$curre = affixHeaderRef.current) === null || _affixHeaderRef$curre === void 0 ? void 0 : _affixHeaderRef$curre.offsetHeight) - pos.top < pos.height;
|
|
16507
|
+
var r = ((_affixHeaderRef$curre = affixHeaderRef.current) === null || _affixHeaderRef$curre === void 0 ? void 0 : _affixHeaderRef$curre.offsetHeight) - (pos === null || pos === void 0 ? void 0 : pos.top) < (pos === null || pos === void 0 ? void 0 : pos.height);
|
|
16398
16508
|
setShowAffixHeader(r);
|
|
16399
16509
|
};
|
|
16400
16510
|
|
|
@@ -27609,7 +27719,7 @@
|
|
|
27609
27719
|
freeExports._=_;}else {// Export to the global object.
|
|
27610
27720
|
root._=_;}}).call(commonjsGlobal);})(lodash,lodash.exports);
|
|
27611
27721
|
|
|
27612
|
-
var _excluded$
|
|
27722
|
+
var _excluded$l = ["checked", "content", "defaultChecked", "onChange", "onClick", "disabled", "children", "className", "size"];
|
|
27613
27723
|
|
|
27614
27724
|
function ownKeys$1k(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); enumerableOnly && (symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; })), keys.push.apply(keys, symbols); } return keys; }
|
|
27615
27725
|
|
|
@@ -27628,7 +27738,7 @@
|
|
|
27628
27738
|
className = props.className,
|
|
27629
27739
|
_props$size = props.size,
|
|
27630
27740
|
size = _props$size === void 0 ? "medium" : _props$size,
|
|
27631
|
-
tagOtherProps = _objectWithoutProperties$2(props, _excluded$
|
|
27741
|
+
tagOtherProps = _objectWithoutProperties$2(props, _excluded$l);
|
|
27632
27742
|
|
|
27633
27743
|
var _useDefault = useDefault(checked, defaultChecked, onChange),
|
|
27634
27744
|
_useDefault2 = _slicedToArray(_useDefault, 2),
|
|
@@ -27663,7 +27773,7 @@
|
|
|
27663
27773
|
});
|
|
27664
27774
|
CheckTag.displayName = "CheckTag";
|
|
27665
27775
|
|
|
27666
|
-
var _excluded$
|
|
27776
|
+
var _excluded$k = ["theme", "size", "shape", "variant", "closable", "maxWidth", "icon", "content", "onClick", "onClose", "className", "style", "disabled", "children"];
|
|
27667
27777
|
|
|
27668
27778
|
function ownKeys$1j(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); enumerableOnly && (symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; })), keys.push.apply(keys, symbols); } return keys; }
|
|
27669
27779
|
|
|
@@ -27692,7 +27802,7 @@
|
|
|
27692
27802
|
style = _props$style === void 0 ? {} : _props$style,
|
|
27693
27803
|
disabled = props.disabled,
|
|
27694
27804
|
children = props.children,
|
|
27695
|
-
otherTagProps = _objectWithoutProperties$2(props, _excluded$
|
|
27805
|
+
otherTagProps = _objectWithoutProperties$2(props, _excluded$k);
|
|
27696
27806
|
|
|
27697
27807
|
var _useConfig = useConfig$1(),
|
|
27698
27808
|
classPrefix = _useConfig.classPrefix;
|
|
@@ -28318,7 +28428,7 @@
|
|
|
28318
28428
|
|
|
28319
28429
|
var SelectInput = SelectInput$1;
|
|
28320
28430
|
|
|
28321
|
-
var _excluded$
|
|
28431
|
+
var _excluded$j = ["value", "label", "disabled"];
|
|
28322
28432
|
|
|
28323
28433
|
function ownKeys$1d(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); enumerableOnly && (symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; })), keys.push.apply(keys, symbols); } return keys; }
|
|
28324
28434
|
|
|
@@ -28421,7 +28531,7 @@
|
|
|
28421
28531
|
var optionValue = _ref2.value,
|
|
28422
28532
|
label = _ref2.label,
|
|
28423
28533
|
disabled = _ref2.disabled,
|
|
28424
|
-
restData = _objectWithoutProperties$2(_ref2, _excluded$
|
|
28534
|
+
restData = _objectWithoutProperties$2(_ref2, _excluded$j);
|
|
28425
28535
|
|
|
28426
28536
|
return /* @__PURE__ */React__default["default"].createElement(Option$1, {
|
|
28427
28537
|
key: index,
|
|
@@ -28455,7 +28565,7 @@
|
|
|
28455
28565
|
}, loadingText), !isEmpty && !loading && renderOptions(), panelBottomContent);
|
|
28456
28566
|
});
|
|
28457
28567
|
|
|
28458
|
-
var _excluded$
|
|
28568
|
+
var _excluded$i = ["overlayClassName"];
|
|
28459
28569
|
|
|
28460
28570
|
function ownKeys$1c(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); enumerableOnly && (symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; })), keys.push.apply(keys, symbols); } return keys; }
|
|
28461
28571
|
|
|
@@ -28532,7 +28642,7 @@
|
|
|
28532
28642
|
|
|
28533
28643
|
var _ref = popupProps || {},
|
|
28534
28644
|
overlayClassName = _ref.overlayClassName,
|
|
28535
|
-
restPopupProps = _objectWithoutProperties$2(_ref, _excluded$
|
|
28645
|
+
restPopupProps = _objectWithoutProperties$2(_ref, _excluded$i);
|
|
28536
28646
|
|
|
28537
28647
|
var name = "".concat(classPrefix, "-select");
|
|
28538
28648
|
|
|
@@ -28890,6 +29000,62 @@
|
|
|
28890
29000
|
|
|
28891
29001
|
var Select = Select$1;
|
|
28892
29002
|
|
|
29003
|
+
function useBoundaryJumper(props) {
|
|
29004
|
+
var _useConfig = useConfig$1(),
|
|
29005
|
+
classPrefix = _useConfig.classPrefix;
|
|
29006
|
+
|
|
29007
|
+
var name = "".concat(classPrefix, "-pagination");
|
|
29008
|
+
var showFirstAndLastPageBtn = props.showFirstAndLastPageBtn,
|
|
29009
|
+
disabled = props.disabled,
|
|
29010
|
+
current = props.current,
|
|
29011
|
+
pageCount = props.pageCount,
|
|
29012
|
+
changeCurrent = props.changeCurrent;
|
|
29013
|
+
var firstPageJumper = showFirstAndLastPageBtn && /* @__PURE__ */React__default["default"].createElement("div", {
|
|
29014
|
+
className: classNames$1("".concat(name, "__btn"), "".concat(name, "__btn-first-page"), _defineProperty$3({}, "".concat(classPrefix, "-is-disabled"), disabled || current === 1)),
|
|
29015
|
+
onClick: function onClick() {
|
|
29016
|
+
return changeCurrent(1);
|
|
29017
|
+
}
|
|
29018
|
+
}, /* @__PURE__ */React__default["default"].createElement(PageFirstIcon, null));
|
|
29019
|
+
var lastPageJumper = showFirstAndLastPageBtn && /* @__PURE__ */React__default["default"].createElement("div", {
|
|
29020
|
+
className: classNames$1("".concat(name, "__btn"), "".concat(name, "__btn-first-page"), _defineProperty$3({}, "".concat(classPrefix, "-is-disabled"), disabled || current === pageCount)),
|
|
29021
|
+
onClick: function onClick() {
|
|
29022
|
+
return changeCurrent(pageCount);
|
|
29023
|
+
}
|
|
29024
|
+
}, /* @__PURE__ */React__default["default"].createElement(PageLastIcon, null));
|
|
29025
|
+
return {
|
|
29026
|
+
firstPageJumper: firstPageJumper,
|
|
29027
|
+
lastPageJumper: lastPageJumper
|
|
29028
|
+
};
|
|
29029
|
+
}
|
|
29030
|
+
|
|
29031
|
+
function usePrevNextJumper(props) {
|
|
29032
|
+
var _useConfig = useConfig$1(),
|
|
29033
|
+
classPrefix = _useConfig.classPrefix;
|
|
29034
|
+
|
|
29035
|
+
var name = "".concat(classPrefix, "-pagination");
|
|
29036
|
+
var showPreviousAndNextBtn = props.showPreviousAndNextBtn,
|
|
29037
|
+
disabled = props.disabled,
|
|
29038
|
+
current = props.current,
|
|
29039
|
+
pageCount = props.pageCount,
|
|
29040
|
+
changeCurrent = props.changeCurrent;
|
|
29041
|
+
var prevJumper = showPreviousAndNextBtn && /* @__PURE__ */React__default["default"].createElement("div", {
|
|
29042
|
+
className: classNames$1("".concat(name, "__btn"), "".concat(name, "__btn-prev"), _defineProperty$3({}, "".concat(classPrefix, "-is-disabled"), disabled || current === 1)),
|
|
29043
|
+
onClick: function onClick() {
|
|
29044
|
+
return changeCurrent(current - 1);
|
|
29045
|
+
}
|
|
29046
|
+
}, /* @__PURE__ */React__default["default"].createElement(ChevronLeftIcon, null));
|
|
29047
|
+
var nextJumper = showPreviousAndNextBtn && /* @__PURE__ */React__default["default"].createElement("div", {
|
|
29048
|
+
className: classNames$1("".concat(name, "__btn"), "".concat(name, "__btn-next"), _defineProperty$3({}, "".concat(classPrefix, "-is-disabled"), disabled || current === pageCount)),
|
|
29049
|
+
onClick: function onClick() {
|
|
29050
|
+
return changeCurrent(current + 1);
|
|
29051
|
+
}
|
|
29052
|
+
}, /* @__PURE__ */React__default["default"].createElement(ChevronRightIcon, null));
|
|
29053
|
+
return {
|
|
29054
|
+
prevJumper: prevJumper,
|
|
29055
|
+
nextJumper: nextJumper
|
|
29056
|
+
};
|
|
29057
|
+
}
|
|
29058
|
+
|
|
28893
29059
|
var pageSizeValidator = function pageSizeValidator(pageSize) {
|
|
28894
29060
|
var pageSizeNumber;
|
|
28895
29061
|
|
|
@@ -28902,13 +29068,14 @@
|
|
|
28902
29068
|
return !Number.isFinite(pageSizeNumber) && pageSizeNumber > 0;
|
|
28903
29069
|
};
|
|
28904
29070
|
|
|
29071
|
+
var _excluded$h = ["defaultCurrent", "current", "theme", "size", "total", "defaultPageSize", "pageSize", "showPreviousAndNextBtn", "showFirstAndLastPageBtn", "showJumper", "disabled", "foldedMaxPageBtn", "maxPageBtn", "totalContent", "pageSizeOptions", "onChange", "onCurrentChange", "onPageSizeChange", "style", "className"];
|
|
29072
|
+
|
|
28905
29073
|
function ownKeys$1b(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); enumerableOnly && (symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; })), keys.push.apply(keys, symbols); } return keys; }
|
|
28906
29074
|
|
|
28907
29075
|
function _objectSpread$1a(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? ownKeys$1b(Object(source), !0).forEach(function (key) { _defineProperty$3(target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys$1b(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; }
|
|
28908
29076
|
var Option = Select.Option;
|
|
28909
|
-
|
|
28910
|
-
|
|
28911
|
-
var _classNames, _classNames5;
|
|
29077
|
+
var Pagination$1 = /*#__PURE__*/React.forwardRef(function (props, ref) {
|
|
29078
|
+
var _classNames, _classNames5, _classNames6;
|
|
28912
29079
|
|
|
28913
29080
|
var _props$defaultCurrent = props.defaultCurrent,
|
|
28914
29081
|
defaultCurrent = _props$defaultCurrent === void 0 ? 1 : _props$defaultCurrent,
|
|
@@ -28922,6 +29089,10 @@
|
|
|
28922
29089
|
_props$defaultPageSiz = props.defaultPageSize,
|
|
28923
29090
|
defaultPageSize = _props$defaultPageSiz === void 0 ? 10 : _props$defaultPageSiz,
|
|
28924
29091
|
pageSizeFromProps = props.pageSize,
|
|
29092
|
+
_props$showPreviousAn = props.showPreviousAndNextBtn,
|
|
29093
|
+
showPreviousAndNextBtn = _props$showPreviousAn === void 0 ? true : _props$showPreviousAn,
|
|
29094
|
+
_props$showFirstAndLa = props.showFirstAndLastPageBtn,
|
|
29095
|
+
showFirstAndLastPageBtn = _props$showFirstAndLa === void 0 ? false : _props$showFirstAndLa,
|
|
28925
29096
|
_props$showJumper = props.showJumper,
|
|
28926
29097
|
showJumper = _props$showJumper === void 0 ? false : _props$showJumper,
|
|
28927
29098
|
_props$disabled = props.disabled,
|
|
@@ -28938,8 +29109,9 @@
|
|
|
28938
29109
|
onChange = _props$onChange === void 0 ? noop$1 : _props$onChange,
|
|
28939
29110
|
onCurrentChange = props.onCurrentChange,
|
|
28940
29111
|
onPageSizeChange = props.onPageSizeChange,
|
|
28941
|
-
|
|
28942
|
-
|
|
29112
|
+
style = props.style,
|
|
29113
|
+
className = props.className,
|
|
29114
|
+
otherProps = _objectWithoutProperties$2(props, _excluded$h);
|
|
28943
29115
|
|
|
28944
29116
|
var _useLocaleReceiver = useLocaleReceiver("pagination"),
|
|
28945
29117
|
_useLocaleReceiver2 = _slicedToArray(_useLocaleReceiver, 2),
|
|
@@ -28956,10 +29128,10 @@
|
|
|
28956
29128
|
current = _useDefault4[0],
|
|
28957
29129
|
setCurrent = _useDefault4[1];
|
|
28958
29130
|
|
|
28959
|
-
var _useState = React.useState(
|
|
29131
|
+
var _useState = React.useState(current),
|
|
28960
29132
|
_useState2 = _slicedToArray(_useState, 2),
|
|
28961
|
-
|
|
28962
|
-
|
|
29133
|
+
jumpValue = _useState2[0],
|
|
29134
|
+
setJumpValue = _useState2[1];
|
|
28963
29135
|
|
|
28964
29136
|
var _useState3 = React.useState(false),
|
|
28965
29137
|
_useState4 = _slicedToArray(_useState3, 2),
|
|
@@ -28971,7 +29143,6 @@
|
|
|
28971
29143
|
hoverNextMore = _useState6[0],
|
|
28972
29144
|
toggleHoverNextMore = _useState6[1];
|
|
28973
29145
|
|
|
28974
|
-
var simpleInputRef = React.useRef(null);
|
|
28975
29146
|
var min = 1;
|
|
28976
29147
|
var pivot = Math.ceil((foldedMaxPageBtn - 1) / 2);
|
|
28977
29148
|
|
|
@@ -28979,9 +29150,9 @@
|
|
|
28979
29150
|
classPrefix = _useConfig.classPrefix;
|
|
28980
29151
|
|
|
28981
29152
|
var name = "".concat(classPrefix, "-pagination");
|
|
28982
|
-
React.
|
|
29153
|
+
var pageCount = React.useMemo(function () {
|
|
28983
29154
|
var calCount = Math.ceil(total / pageSize);
|
|
28984
|
-
|
|
29155
|
+
return calCount > 0 ? calCount : 1;
|
|
28985
29156
|
}, [pageSize, total]);
|
|
28986
29157
|
var pageList = React.useMemo(function () {
|
|
28987
29158
|
var isPrevMoreShow = 2 + pivot < current;
|
|
@@ -29010,43 +29181,25 @@
|
|
|
29010
29181
|
return array;
|
|
29011
29182
|
}, [current, pageCount, foldedMaxPageBtn, maxPageBtn, pivot]);
|
|
29012
29183
|
|
|
29013
|
-
var changeCurrent = function changeCurrent(
|
|
29184
|
+
var changeCurrent = function changeCurrent(_nextCurrent, _nextPageSize) {
|
|
29185
|
+
if (disabled) return;
|
|
29186
|
+
var nextCurrent = _nextCurrent;
|
|
29187
|
+
var nextPageSize = _nextPageSize;
|
|
29188
|
+
|
|
29014
29189
|
if (!nextPageSize && !pageSizeValidator(nextPageSize)) {
|
|
29015
29190
|
var _pageSizeOptions$;
|
|
29016
29191
|
|
|
29017
29192
|
nextPageSize = pageSize !== null && pageSize !== void 0 ? pageSize : typeof pageSizeOptions[0] === "number" ? pageSizeOptions[0] : (_pageSizeOptions$ = pageSizeOptions[0]) === null || _pageSizeOptions$ === void 0 ? void 0 : _pageSizeOptions$.value;
|
|
29018
29193
|
}
|
|
29019
29194
|
|
|
29020
|
-
if (
|
|
29021
|
-
|
|
29022
|
-
if (pageCount < nextCurrent) {
|
|
29023
|
-
setCurrent(pageCount, {
|
|
29024
|
-
current: pageCount,
|
|
29025
|
-
previous: current,
|
|
29026
|
-
pageSize: nextPageSize
|
|
29027
|
-
});
|
|
29028
|
-
return;
|
|
29029
|
-
}
|
|
29030
|
-
|
|
29031
|
-
if (nextCurrent < min) {
|
|
29032
|
-
setCurrent(min, {
|
|
29033
|
-
current: min,
|
|
29034
|
-
previous: current,
|
|
29035
|
-
pageSize: nextPageSize
|
|
29036
|
-
});
|
|
29037
|
-
return;
|
|
29038
|
-
}
|
|
29039
|
-
|
|
29195
|
+
if (nextCurrent < min) nextCurrent = min;
|
|
29196
|
+
if (nextCurrent > pageCount) nextCurrent = pageCount;
|
|
29040
29197
|
setCurrent(nextCurrent, {
|
|
29041
29198
|
current: nextCurrent,
|
|
29042
29199
|
previous: current,
|
|
29043
29200
|
pageSize: nextPageSize
|
|
29044
29201
|
});
|
|
29045
|
-
|
|
29046
|
-
if (simpleInputRef.current) {
|
|
29047
|
-
simpleInputRef.current.value = String(nextCurrent);
|
|
29048
|
-
}
|
|
29049
|
-
|
|
29202
|
+
setJumpValue(nextCurrent);
|
|
29050
29203
|
onChange({
|
|
29051
29204
|
current: nextCurrent,
|
|
29052
29205
|
previous: current,
|
|
@@ -29084,22 +29237,6 @@
|
|
|
29084
29237
|
});
|
|
29085
29238
|
};
|
|
29086
29239
|
|
|
29087
|
-
var onPageInputChange = function onPageInputChange(value) {
|
|
29088
|
-
setCurrent(value, {
|
|
29089
|
-
current: value,
|
|
29090
|
-
previous: current,
|
|
29091
|
-
pageSize: pageSize
|
|
29092
|
-
});
|
|
29093
|
-
};
|
|
29094
|
-
|
|
29095
|
-
var onPageInputKeyUp = function onPageInputKeyUp(value, context) {
|
|
29096
|
-
var e = context.e;
|
|
29097
|
-
if (e.keyCode !== 13
|
|
29098
|
-
/* ENTER */
|
|
29099
|
-
) return;
|
|
29100
|
-
changeCurrent(value);
|
|
29101
|
-
};
|
|
29102
|
-
|
|
29103
29240
|
var renderTotalContent = function renderTotalContent() {
|
|
29104
29241
|
if (typeof totalContent === "boolean") {
|
|
29105
29242
|
return totalContent ? t(locale.total, {
|
|
@@ -29116,6 +29253,47 @@
|
|
|
29116
29253
|
}
|
|
29117
29254
|
};
|
|
29118
29255
|
|
|
29256
|
+
var _useBoundaryJumper = useBoundaryJumper({
|
|
29257
|
+
disabled: disabled,
|
|
29258
|
+
current: current,
|
|
29259
|
+
pageCount: pageCount,
|
|
29260
|
+
showFirstAndLastPageBtn: showFirstAndLastPageBtn,
|
|
29261
|
+
changeCurrent: changeCurrent
|
|
29262
|
+
}),
|
|
29263
|
+
firstPageJumper = _useBoundaryJumper.firstPageJumper,
|
|
29264
|
+
lastPageJumper = _useBoundaryJumper.lastPageJumper;
|
|
29265
|
+
|
|
29266
|
+
var _usePrevNextJumper = usePrevNextJumper({
|
|
29267
|
+
disabled: disabled,
|
|
29268
|
+
current: current,
|
|
29269
|
+
pageCount: pageCount,
|
|
29270
|
+
showPreviousAndNextBtn: showPreviousAndNextBtn,
|
|
29271
|
+
changeCurrent: changeCurrent
|
|
29272
|
+
}),
|
|
29273
|
+
prevJumper = _usePrevNextJumper.prevJumper,
|
|
29274
|
+
nextJumper = _usePrevNextJumper.nextJumper;
|
|
29275
|
+
|
|
29276
|
+
var Jumper = showJumper && /* @__PURE__ */React__default["default"].createElement("div", {
|
|
29277
|
+
className: "".concat(name, "__jump")
|
|
29278
|
+
}, t(locale.jumpTo), /* @__PURE__ */React__default["default"].createElement(InputNumber, {
|
|
29279
|
+
className: "".concat(classPrefix, "-pagination__input"),
|
|
29280
|
+
min: min,
|
|
29281
|
+
size: size,
|
|
29282
|
+
theme: "normal",
|
|
29283
|
+
max: pageCount,
|
|
29284
|
+
disabled: disabled,
|
|
29285
|
+
value: jumpValue,
|
|
29286
|
+
onChange: function onChange(val) {
|
|
29287
|
+
return setJumpValue(val);
|
|
29288
|
+
},
|
|
29289
|
+
onBlur: function onBlur(val) {
|
|
29290
|
+
return changeCurrent(val);
|
|
29291
|
+
},
|
|
29292
|
+
onEnter: function onEnter(val) {
|
|
29293
|
+
return changeCurrent(val);
|
|
29294
|
+
},
|
|
29295
|
+
placeholder: ""
|
|
29296
|
+
}), t(locale.page));
|
|
29119
29297
|
var isFolded = pageCount > maxPageBtn;
|
|
29120
29298
|
var renderPaginationBtns = /* @__PURE__ */React__default["default"].createElement(React__default["default"].Fragment, null, isFolded && /* @__PURE__ */React__default["default"].createElement(React__default["default"].Fragment, null, /* @__PURE__ */React__default["default"].createElement("li", {
|
|
29121
29299
|
key: 1,
|
|
@@ -29162,9 +29340,11 @@
|
|
|
29162
29340
|
return changeCurrent(pageCount);
|
|
29163
29341
|
}
|
|
29164
29342
|
}, pageCount)));
|
|
29165
|
-
return /* @__PURE__ */React__default["default"].createElement("div", {
|
|
29166
|
-
className: classNames$1(name, _defineProperty$3(
|
|
29167
|
-
|
|
29343
|
+
return /* @__PURE__ */React__default["default"].createElement("div", _objectSpread$1a({
|
|
29344
|
+
className: classNames$1(name, className, (_classNames6 = {}, _defineProperty$3(_classNames6, "".concat(classPrefix, "-size-s"), size === "small"), _defineProperty$3(_classNames6, "".concat(classPrefix, "-is-disabled"), disabled), _classNames6)),
|
|
29345
|
+
style: style,
|
|
29346
|
+
ref: ref
|
|
29347
|
+
}, otherProps), totalContent && /* @__PURE__ */React__default["default"].createElement("div", {
|
|
29168
29348
|
className: "".concat(name, "__total")
|
|
29169
29349
|
}, renderTotalContent()), pageSizeOptions instanceof Array && pageSizeOptions.length ? /* @__PURE__ */React__default["default"].createElement("div", {
|
|
29170
29350
|
className: "".concat(name, "__select")
|
|
@@ -29173,8 +29353,7 @@
|
|
|
29173
29353
|
size: size,
|
|
29174
29354
|
value: pageSize,
|
|
29175
29355
|
disabled: disabled,
|
|
29176
|
-
onChange: changePageSize
|
|
29177
|
-
style: _objectSpread$1a({}, style)
|
|
29356
|
+
onChange: changePageSize
|
|
29178
29357
|
}, pageSizeOptions.map(function (item) {
|
|
29179
29358
|
return typeof item === "number" ? /* @__PURE__ */React__default["default"].createElement(Option, {
|
|
29180
29359
|
key: item,
|
|
@@ -29187,12 +29366,7 @@
|
|
|
29187
29366
|
label: item.label,
|
|
29188
29367
|
value: item.value
|
|
29189
29368
|
});
|
|
29190
|
-
}))) : null, /* @__PURE__ */React__default["default"].createElement("
|
|
29191
|
-
className: classNames$1("".concat(name, "__btn"), "".concat(name, "__btn-prev"), _defineProperty$3({}, "".concat(classPrefix, "-is-disabled"), disabled || current === min)),
|
|
29192
|
-
onClick: function onClick() {
|
|
29193
|
-
return changeCurrent(current - 1);
|
|
29194
|
-
}
|
|
29195
|
-
}, /* @__PURE__ */React__default["default"].createElement(ChevronLeftIcon, null)), theme === "default" && /* @__PURE__ */React__default["default"].createElement("ul", {
|
|
29369
|
+
}))) : null, firstPageJumper, prevJumper, theme === "default" && /* @__PURE__ */React__default["default"].createElement("ul", {
|
|
29196
29370
|
className: "".concat(name, "__pager")
|
|
29197
29371
|
}, renderPaginationBtns), theme === "simple" && /* @__PURE__ */React__default["default"].createElement("div", {
|
|
29198
29372
|
className: "".concat(name, "__select")
|
|
@@ -29210,24 +29384,9 @@
|
|
|
29210
29384
|
label: "".concat(item, "/").concat(pageCount),
|
|
29211
29385
|
value: item
|
|
29212
29386
|
}, item, "/", pageCount);
|
|
29213
|
-
}))),
|
|
29214
|
-
|
|
29215
|
-
|
|
29216
|
-
return changeCurrent(current + 1);
|
|
29217
|
-
}
|
|
29218
|
-
}, /* @__PURE__ */React__default["default"].createElement(ChevronRightIcon, null)), showJumper && /* @__PURE__ */React__default["default"].createElement("div", {
|
|
29219
|
-
className: "".concat(name, "__jump")
|
|
29220
|
-
}, t(locale.jumpTo), /* @__PURE__ */React__default["default"].createElement(InputNumber, {
|
|
29221
|
-
className: "".concat(classPrefix, "-pagination__input"),
|
|
29222
|
-
min: min,
|
|
29223
|
-
theme: "normal",
|
|
29224
|
-
max: pageCount,
|
|
29225
|
-
disabled: disabled,
|
|
29226
|
-
onChange: onPageInputChange,
|
|
29227
|
-
onKeyup: onPageInputKeyUp,
|
|
29228
|
-
placeholder: ""
|
|
29229
|
-
}), t(locale.page)));
|
|
29230
|
-
};
|
|
29387
|
+
}))), nextJumper, lastPageJumper, Jumper);
|
|
29388
|
+
});
|
|
29389
|
+
Pagination$1.displayName = "Pagination";
|
|
29231
29390
|
|
|
29232
29391
|
var Pagination = Pagination$1;
|
|
29233
29392
|
|
|
@@ -30015,6 +30174,20 @@
|
|
|
30015
30174
|
document.body.style.cssText = bodyCssTextRef.current;
|
|
30016
30175
|
}
|
|
30017
30176
|
}
|
|
30177
|
+
|
|
30178
|
+
return function () {
|
|
30179
|
+
if (isModal) {
|
|
30180
|
+
var _openDialogDom = document.querySelectorAll(".".concat(dialogOpenClass));
|
|
30181
|
+
|
|
30182
|
+
if (_openDialogDom.length < 1) {
|
|
30183
|
+
document.body.style.cssText = bodyCssTextRef.current;
|
|
30184
|
+
document.body.style.overflow = bodyOverflow.current;
|
|
30185
|
+
}
|
|
30186
|
+
} else {
|
|
30187
|
+
document.body.style.cssText = bodyCssTextRef.current;
|
|
30188
|
+
document.body.style.overflow = bodyOverflow.current;
|
|
30189
|
+
}
|
|
30190
|
+
};
|
|
30018
30191
|
}, [preventScrollThrough, attach, visible, mode, isModal, dialogOpenClass]);
|
|
30019
30192
|
React.useEffect(function () {
|
|
30020
30193
|
if (visible) {
|
|
@@ -30473,18 +30646,18 @@
|
|
|
30473
30646
|
|
|
30474
30647
|
var options = _objectSpread$14({}, props);
|
|
30475
30648
|
|
|
30476
|
-
var
|
|
30649
|
+
var fragment = document.createDocumentFragment();
|
|
30477
30650
|
ReactDOM__default["default"].render( /* @__PURE__ */React__default["default"].createElement(Dialog$1, _objectSpread$14(_objectSpread$14({}, options), {}, {
|
|
30478
30651
|
visible: true,
|
|
30479
30652
|
ref: dialogRef,
|
|
30480
30653
|
isPlugin: true
|
|
30481
|
-
})),
|
|
30654
|
+
})), fragment, function () {
|
|
30482
30655
|
document.activeElement.blur();
|
|
30483
30656
|
});
|
|
30484
30657
|
var container = getAttach$1(options.attach);
|
|
30485
30658
|
|
|
30486
30659
|
if (container) {
|
|
30487
|
-
container.appendChild(
|
|
30660
|
+
container.appendChild(fragment);
|
|
30488
30661
|
} else {
|
|
30489
30662
|
console.error("attach is not exist");
|
|
30490
30663
|
}
|
|
@@ -30493,14 +30666,13 @@
|
|
|
30493
30666
|
show: function show() {
|
|
30494
30667
|
var _dialogRef$current;
|
|
30495
30668
|
|
|
30496
|
-
container.appendChild(
|
|
30669
|
+
container.appendChild(fragment);
|
|
30497
30670
|
(_dialogRef$current = dialogRef.current) === null || _dialogRef$current === void 0 ? void 0 : _dialogRef$current.show();
|
|
30498
30671
|
},
|
|
30499
30672
|
hide: function hide() {
|
|
30500
|
-
var
|
|
30673
|
+
var _dialogRef$current2;
|
|
30501
30674
|
|
|
30502
|
-
|
|
30503
|
-
(_dialogRef$current2 = dialogRef.current) === null || _dialogRef$current2 === void 0 ? void 0 : _dialogRef$current2.hide();
|
|
30675
|
+
(_dialogRef$current2 = dialogRef.current) === null || _dialogRef$current2 === void 0 ? void 0 : _dialogRef$current2.destroy();
|
|
30504
30676
|
},
|
|
30505
30677
|
update: function update(updateOptions) {
|
|
30506
30678
|
var _dialogRef$current3;
|
|
@@ -30508,10 +30680,9 @@
|
|
|
30508
30680
|
(_dialogRef$current3 = dialogRef.current) === null || _dialogRef$current3 === void 0 ? void 0 : _dialogRef$current3.update(updateOptions);
|
|
30509
30681
|
},
|
|
30510
30682
|
destroy: function destroy() {
|
|
30511
|
-
var _dialogRef$current4
|
|
30683
|
+
var _dialogRef$current4;
|
|
30512
30684
|
|
|
30513
30685
|
(_dialogRef$current4 = dialogRef.current) === null || _dialogRef$current4 === void 0 ? void 0 : _dialogRef$current4.destroy();
|
|
30514
|
-
div === null || div === void 0 ? void 0 : (_div$parentNode2 = div.parentNode) === null || _div$parentNode2 === void 0 ? void 0 : _div$parentNode2.removeChild(div);
|
|
30515
30686
|
}
|
|
30516
30687
|
};
|
|
30517
30688
|
return dialogNode;
|
|
@@ -31038,7 +31209,7 @@
|
|
|
31038
31209
|
};
|
|
31039
31210
|
}
|
|
31040
31211
|
|
|
31041
|
-
var _excluded$f = ["theme", "showArrow", "destroyOnClose", "overlayClassName", "children", "duration"];
|
|
31212
|
+
var _excluded$f = ["theme", "showArrow", "destroyOnClose", "overlayClassName", "children", "duration", "placement"];
|
|
31042
31213
|
|
|
31043
31214
|
function ownKeys$12(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); enumerableOnly && (symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; })), keys.push.apply(keys, symbols); } return keys; }
|
|
31044
31215
|
|
|
@@ -31053,6 +31224,8 @@
|
|
|
31053
31224
|
children = props.children,
|
|
31054
31225
|
_props$duration = props.duration,
|
|
31055
31226
|
duration = _props$duration === void 0 ? 0 : _props$duration,
|
|
31227
|
+
_props$placement = props.placement,
|
|
31228
|
+
placement = _props$placement === void 0 ? "top" : _props$placement,
|
|
31056
31229
|
restProps = _objectWithoutProperties$2(props, _excluded$f);
|
|
31057
31230
|
|
|
31058
31231
|
var _useConfig = useConfig$1(),
|
|
@@ -31070,15 +31243,42 @@
|
|
|
31070
31243
|
|
|
31071
31244
|
var popupRef = React.useRef();
|
|
31072
31245
|
var timerRef = React.useRef(null);
|
|
31246
|
+
|
|
31247
|
+
var _useState5 = React.useState([0, 0]),
|
|
31248
|
+
_useState6 = _slicedToArray(_useState5, 2),
|
|
31249
|
+
offset = _useState6[0],
|
|
31250
|
+
setOffset = _useState6[1];
|
|
31251
|
+
|
|
31073
31252
|
var toolTipClass = classNames$1("".concat(classPrefix, "-tooltip"), _defineProperty$3({}, "".concat(classPrefix, "-tooltip--").concat(theme), theme), overlayClassName);
|
|
31253
|
+
var isPlacedByMouse = placement === "mouse";
|
|
31074
31254
|
|
|
31075
31255
|
var setVisible = function setVisible(v) {
|
|
31076
31256
|
if (duration !== 0) setTimeup(false);
|
|
31077
31257
|
setTipshow(v);
|
|
31078
31258
|
};
|
|
31079
31259
|
|
|
31080
|
-
var
|
|
31260
|
+
var calculatePos = function calculatePos(e) {
|
|
31261
|
+
var rect = e.target.getBoundingClientRect();
|
|
31262
|
+
var x = e.clientX - rect.left;
|
|
31263
|
+
var y = e.clientY - rect.top;
|
|
31264
|
+
return {
|
|
31265
|
+
x: x,
|
|
31266
|
+
y: y
|
|
31267
|
+
};
|
|
31268
|
+
};
|
|
31269
|
+
|
|
31270
|
+
var handleShowTip = function handleShowTip(visible, _ref) {
|
|
31271
|
+
var e = _ref.e,
|
|
31272
|
+
trigger = _ref.trigger;
|
|
31273
|
+
|
|
31081
31274
|
if (duration === 0 || duration !== 0 && timeup) {
|
|
31275
|
+
if (visible && placement === "mouse" && (trigger === "trigger-element-hover" || trigger === "trigger-element-click")) {
|
|
31276
|
+
var _calculatePos = calculatePos(e),
|
|
31277
|
+
x = _calculatePos.x;
|
|
31278
|
+
|
|
31279
|
+
setOffset([x, 0]);
|
|
31280
|
+
}
|
|
31281
|
+
|
|
31082
31282
|
setTipshow(visible);
|
|
31083
31283
|
}
|
|
31084
31284
|
};
|
|
@@ -31103,10 +31303,17 @@
|
|
|
31103
31303
|
return /* @__PURE__ */React__default["default"].createElement(Popup, _objectSpread$11({
|
|
31104
31304
|
ref: popupRef,
|
|
31105
31305
|
destroyOnClose: destroyOnClose,
|
|
31106
|
-
showArrow: showArrow,
|
|
31306
|
+
showArrow: isPlacedByMouse ? false : showArrow,
|
|
31107
31307
|
overlayClassName: toolTipClass,
|
|
31108
31308
|
visible: isTipShowed,
|
|
31109
|
-
onVisibleChange: handleShowTip
|
|
31309
|
+
onVisibleChange: handleShowTip,
|
|
31310
|
+
popperModifiers: isPlacedByMouse ? [{
|
|
31311
|
+
name: "offset",
|
|
31312
|
+
options: {
|
|
31313
|
+
offset: offset
|
|
31314
|
+
}
|
|
31315
|
+
}] : [],
|
|
31316
|
+
placement: isPlacedByMouse ? "bottom-left" : placement
|
|
31110
31317
|
}, restProps), children);
|
|
31111
31318
|
});
|
|
31112
31319
|
Tooltip$1.displayName = "Tooltip";
|
|
@@ -35091,8 +35298,9 @@
|
|
|
35091
35298
|
className: classNames$1(classes),
|
|
35092
35299
|
onClick: onLoadClick
|
|
35093
35300
|
}, /* @__PURE__ */React__default["default"].createElement(Loading, {
|
|
35094
|
-
loading:
|
|
35095
|
-
text: loadingText
|
|
35301
|
+
loading: true,
|
|
35302
|
+
text: loadingText,
|
|
35303
|
+
indicator: asyncLoading === "loading"
|
|
35096
35304
|
}));
|
|
35097
35305
|
}
|
|
35098
35306
|
|
|
@@ -46841,11 +47049,11 @@
|
|
|
46841
47049
|
}, [file, display, onRemove, props.onTrigger, onCancel, _onUpload, classPrefix, customDraggerRender, dragActive, defaultDragElement]);
|
|
46842
47050
|
|
|
46843
47051
|
var handleDrop = function handleDrop(event) {
|
|
46844
|
-
var _props$onChange, _props$
|
|
47052
|
+
var _props$onChange, _props$onDrop;
|
|
46845
47053
|
|
|
46846
47054
|
event.preventDefault();
|
|
46847
47055
|
(_props$onChange = props.onChange) === null || _props$onChange === void 0 ? void 0 : _props$onChange.call(props, event.dataTransfer.files);
|
|
46848
|
-
(_props$
|
|
47056
|
+
(_props$onDrop = props.onDrop) === null || _props$onDrop === void 0 ? void 0 : _props$onDrop.call(props, event);
|
|
46849
47057
|
setDragActive(false);
|
|
46850
47058
|
};
|
|
46851
47059
|
|
|
@@ -46858,11 +47066,11 @@
|
|
|
46858
47066
|
};
|
|
46859
47067
|
|
|
46860
47068
|
var handleDragleave = function handleDragleave(event) {
|
|
46861
|
-
var _props$
|
|
47069
|
+
var _props$onDragleave;
|
|
46862
47070
|
|
|
46863
47071
|
if (!target.current) return;
|
|
46864
47072
|
event.preventDefault();
|
|
46865
|
-
(_props$
|
|
47073
|
+
(_props$onDragleave = props.onDragleave) === null || _props$onDragleave === void 0 ? void 0 : _props$onDragleave.call(props, event);
|
|
46866
47074
|
setDragActive(false);
|
|
46867
47075
|
};
|
|
46868
47076
|
|
|
@@ -47561,6 +47769,7 @@
|
|
|
47561
47769
|
onRemove = _useDefaultValue.onRemove,
|
|
47562
47770
|
onDragenter = _useDefaultValue.onDragenter,
|
|
47563
47771
|
onDragleave = _useDefaultValue.onDragleave,
|
|
47772
|
+
onDrop = _useDefaultValue.onDrop,
|
|
47564
47773
|
onPreview = _useDefaultValue.onPreview,
|
|
47565
47774
|
onSelectChange = _useDefaultValue.onSelectChange,
|
|
47566
47775
|
onCancelUpload = _useDefaultValue.onCancelUpload,
|
|
@@ -47882,6 +48091,8 @@
|
|
|
47882
48091
|
var file = typeof format === "function" ? format(fileRaw) : fileRaw;
|
|
47883
48092
|
|
|
47884
48093
|
var uploadFile = _objectSpread$x({
|
|
48094
|
+
response: void 0,
|
|
48095
|
+
url: "",
|
|
47885
48096
|
raw: fileRaw,
|
|
47886
48097
|
lastModified: fileRaw.lastModified,
|
|
47887
48098
|
name: fileRaw.name,
|
|
@@ -47984,6 +48195,12 @@
|
|
|
47984
48195
|
e: e
|
|
47985
48196
|
});
|
|
47986
48197
|
}, [disabled, onDragleave]);
|
|
48198
|
+
var handleDrop = React.useCallback(function (e) {
|
|
48199
|
+
if (disabled) return;
|
|
48200
|
+
onDrop === null || onDrop === void 0 ? void 0 : onDrop({
|
|
48201
|
+
e: e
|
|
48202
|
+
});
|
|
48203
|
+
}, [disabled, onDrop]);
|
|
47987
48204
|
var cancelUpload = React.useCallback(function () {
|
|
47988
48205
|
var files = _toConsumableArray(filesRef.current);
|
|
47989
48206
|
|
|
@@ -48125,6 +48342,7 @@
|
|
|
48125
48342
|
onChange: handleDragChange,
|
|
48126
48343
|
onDragenter: handleDragenter,
|
|
48127
48344
|
onDragleave: handleDragleave,
|
|
48345
|
+
onDrop: handleDrop,
|
|
48128
48346
|
file: fileList && fileList[0],
|
|
48129
48347
|
display: theme,
|
|
48130
48348
|
customDraggerRender: customDraggerRender,
|
|
@@ -49582,10 +49800,10 @@
|
|
|
49582
49800
|
|
|
49583
49801
|
function renderTipsInfo() {
|
|
49584
49802
|
var helpNode = name ? /* @__PURE__ */React__default["default"].createElement("div", {
|
|
49585
|
-
className: "".concat(classPrefix, "-
|
|
49803
|
+
className: "".concat(classPrefix, "-input__help")
|
|
49586
49804
|
}) : "";
|
|
49587
49805
|
if (help) helpNode = /* @__PURE__ */React__default["default"].createElement("div", {
|
|
49588
|
-
className: "".concat(classPrefix, "-
|
|
49806
|
+
className: "".concat(classPrefix, "-input__help")
|
|
49589
49807
|
}, renderTNode(help));
|
|
49590
49808
|
var list = errorList;
|
|
49591
49809
|
|