naive-ui 2.24.6 → 2.25.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/es/_internal/clear/src/Clear.js +3 -2
- package/es/_internal/close/src/Close.js +1 -1
- package/es/_internal/icon/src/Icon.js +1 -1
- package/es/_internal/icons/ArrowUp.d.ts +2 -0
- package/es/_internal/icons/ArrowUp.js +9 -0
- package/es/_internal/icons/index.d.ts +1 -0
- package/es/_internal/icons/index.js +1 -0
- package/es/_internal/loading/src/Loading.js +1 -1
- package/es/_internal/menu-mask/src/MenuMask.js +1 -1
- package/es/_internal/scrollbar/src/ScrollBar.js +1 -1
- package/es/_internal/select-menu/src/SelectMenu.d.ts +11 -6
- package/es/_internal/select-menu/src/SelectMenu.js +49 -24
- package/es/_internal/selection/src/Selection.d.ts +42 -29
- package/es/_internal/selection/src/Selection.js +100 -93
- package/es/_internal/selection/src/interface.d.ts +2 -2
- package/es/_internal/selection/src/styles/index.cssr.js +16 -31
- package/es/_internal/selection/styles/dark.js +3 -3
- package/es/_internal/selection/styles/light.d.ts +6 -6
- package/es/_internal/selection/styles/light.js +3 -3
- package/es/_internal/slot-machine/src/SlotMachine.js +1 -1
- package/es/_internal/wave/src/Wave.js +1 -1
- package/es/_mixins/index.d.ts +1 -1
- package/es/_mixins/index.js +1 -1
- package/es/_mixins/use-config.js +1 -1
- package/es/_mixins/use-css-vars-class.d.ts +11 -2
- package/es/_mixins/use-css-vars-class.js +49 -18
- package/es/_mixins/use-form-item.d.ts +4 -0
- package/es/_mixins/use-form-item.js +7 -0
- package/es/_mixins/use-hljs.js +1 -1
- package/es/_mixins/use-locale.js +1 -1
- package/es/_mixins/use-style.js +1 -1
- package/es/_mixins/use-theme.d.ts +1 -1
- package/es/_mixins/use-theme.js +2 -2
- package/es/_utils/css/color-to-class.d.ts +1 -0
- package/es/_utils/css/color-to-class.js +3 -0
- package/es/_utils/css/format-length.d.ts +2 -2
- package/es/_utils/css/format-length.js +1 -2
- package/es/_utils/css/index.d.ts +2 -1
- package/es/_utils/css/index.js +2 -1
- package/es/_utils/cssr/index.d.ts +1 -2
- package/es/_utils/cssr/index.js +1 -14
- package/es/_utils/index.d.ts +2 -2
- package/es/_utils/index.js +2 -2
- package/es/_utils/vue/index.d.ts +1 -1
- package/es/_utils/vue/index.js +1 -1
- package/es/_utils/vue/resolve-slot.d.ts +8 -2
- package/es/_utils/vue/resolve-slot.js +17 -1
- package/es/affix/src/Affix.js +1 -1
- package/es/alert/src/Alert.js +1 -1
- package/es/anchor/src/AnchorAdapter.js +1 -1
- package/es/auto-complete/src/AutoComplete.d.ts +16 -1
- package/es/auto-complete/src/AutoComplete.js +9 -5
- package/es/avatar/src/Avatar.js +2 -2
- package/es/avatar/src/AvatarGroup.d.ts +0 -1
- package/es/avatar/src/AvatarGroup.js +2 -3
- package/es/avatar/src/context.d.ts +2 -0
- package/es/avatar/src/context.js +2 -0
- package/es/back-top/src/BackTop.js +1 -1
- package/es/badge/src/Badge.js +1 -1
- package/es/breadcrumb/src/Breadcrumb.js +1 -1
- package/es/button/src/Button.d.ts +4 -2
- package/es/button/src/Button.js +270 -245
- package/es/button/src/ButtonGroup.js +1 -1
- package/es/button/src/styles/button.cssr.js +1 -0
- package/es/button/styles/index.d.ts +1 -1
- package/es/button/styles/index.js +1 -1
- package/es/button/styles/rtl.d.ts +2 -5
- package/es/button/styles/rtl.js +1 -1
- package/es/calendar/src/Calendar.js +1 -1
- package/es/card/src/Card.d.ts +8 -2
- package/es/card/src/Card.js +44 -40
- package/es/card/styles/index.d.ts +1 -1
- package/es/card/styles/index.js +1 -1
- package/es/card/styles/rtl.d.ts +2 -5
- package/es/card/styles/rtl.js +1 -1
- package/es/carousel/src/Carousel.js +4 -1
- package/es/carousel/src/CarouselArrow.js +6 -9
- package/es/carousel/src/styles/index.cssr.js +59 -48
- package/es/carousel/styles/light.js +2 -2
- package/es/cascader/src/Cascader.d.ts +36 -34
- package/es/cascader/src/Cascader.js +6 -6
- package/es/cascader/src/CascaderMenu.d.ts +3 -3
- package/es/cascader/src/CascaderOption.d.ts +3 -3
- package/es/cascader/src/CascaderSelectMenu.d.ts +3 -3
- package/es/cascader/src/CascaderSubmenu.d.ts +3 -3
- package/es/cascader/styles/light.d.ts +3 -3
- package/es/checkbox/src/Checkbox.js +1 -1
- package/es/checkbox/src/styles/index.cssr.js +12 -12
- package/es/code/src/Code.js +1 -1
- package/es/collapse/src/Collapse.js +1 -1
- package/es/collapse-transition/src/CollapseTransition.js +1 -1
- package/es/color-picker/src/ColorInputUnit.js +1 -1
- package/es/color-picker/src/ColorPicker.d.ts +24 -17
- package/es/color-picker/src/ColorPicker.js +7 -4
- package/es/color-picker/src/ColorPickerTrigger.js +1 -1
- package/es/color-picker/src/context.d.ts +9 -0
- package/es/color-picker/src/context.js +2 -0
- package/es/color-picker/src/styles/index.cssr.js +1 -0
- package/es/components.d.ts +2 -1
- package/es/components.js +2 -1
- package/es/composables/use-theme-vars.js +1 -1
- package/es/config-provider/src/ConfigProvider.d.ts +15 -3
- package/es/config-provider/src/ConfigProvider.js +29 -3
- package/es/config-provider/src/context.d.ts +2 -0
- package/es/config-provider/src/context.js +2 -0
- package/es/config-provider/src/interface.d.ts +2 -1
- package/es/config-provider/src/internal-interface.d.ts +4 -0
- package/es/data-table/src/DataTable.d.ts +33 -33
- package/es/data-table/src/DataTable.js +1 -1
- package/es/data-table/src/HeaderButton/FilterButton.d.ts +6 -6
- package/es/data-table/src/HeaderButton/FilterMenu.d.ts +6 -6
- package/es/data-table/src/TableParts/Body.d.ts +6 -6
- package/es/data-table/src/TableParts/Cell.d.ts +12 -12
- package/es/data-table/src/TableParts/Header.d.ts +6 -6
- package/es/data-table/src/interface.d.ts +2 -2
- package/es/data-table/src/use-check.d.ts +2 -2
- package/es/data-table/src/use-group-header.d.ts +1 -1
- package/es/data-table/src/use-scroll.d.ts +1 -1
- package/es/data-table/src/use-scroll.js +3 -3
- package/es/data-table/src/use-sorter.d.ts +1 -1
- package/es/data-table/src/use-table-data.d.ts +1 -1
- package/es/data-table/src/utils.d.ts +2 -1
- package/es/data-table/src/utils.js +13 -3
- package/es/data-table/styles/light.d.ts +3 -3
- package/es/date-picker/src/DatePicker.d.ts +2 -1
- package/es/date-picker/src/DatePicker.js +6 -6
- package/es/descriptions/src/Descriptions.d.ts +1 -1
- package/es/descriptions/src/Descriptions.js +1 -1
- package/es/dialog/index.d.ts +3 -3
- package/es/dialog/index.js +2 -2
- package/es/dialog/src/Dialog.d.ts +27 -60
- package/es/dialog/src/Dialog.js +4 -31
- package/es/dialog/src/DialogEnvironment.d.ts +8 -9
- package/es/dialog/src/DialogEnvironment.js +3 -2
- package/es/dialog/src/DialogProvider.d.ts +3 -5
- package/es/dialog/src/DialogProvider.js +5 -6
- package/es/dialog/src/context.d.ts +3 -0
- package/es/dialog/src/context.js +3 -0
- package/es/dialog/src/dialogProps.d.ts +32 -0
- package/es/dialog/src/dialogProps.js +29 -0
- package/es/dialog/src/use-dialog.js +1 -1
- package/es/divider/src/Divider.js +1 -1
- package/es/drawer/index.d.ts +1 -0
- package/es/drawer/src/Drawer.js +1 -1
- package/es/dropdown/src/Dropdown.d.ts +17 -5
- package/es/dropdown/src/Dropdown.js +6 -5
- package/es/dropdown/src/DropdownGroup.js +1 -0
- package/es/dropdown/src/DropdownGroupHeader.js +1 -2
- package/es/dropdown/src/DropdownMenu.d.ts +0 -1
- package/es/dropdown/src/DropdownMenu.js +4 -4
- package/es/dropdown/src/DropdownOption.d.ts +3 -0
- package/es/dropdown/src/DropdownOption.js +4 -4
- package/es/dropdown/src/context.d.ts +6 -0
- package/es/dropdown/src/context.js +4 -0
- package/es/dropdown/src/interface.d.ts +1 -1
- package/es/dynamic-input/src/DynamicInput.d.ts +10 -1
- package/es/dynamic-input/src/DynamicInput.js +61 -18
- package/es/dynamic-tags/src/DynamicTags.d.ts +7 -16
- package/es/dynamic-tags/src/DynamicTags.js +14 -16
- package/es/element/src/Element.js +1 -1
- package/es/ellipsis/src/Ellipsis.js +1 -1
- package/es/empty/src/Empty.js +2 -2
- package/es/form/src/Form.d.ts +1 -1
- package/es/form/src/Form.js +2 -2
- package/es/form/src/FormItem.d.ts +1 -1
- package/es/form/src/FormItem.js +3 -2
- package/es/form/src/FormItemCol.d.ts +1 -1
- package/es/form/src/FormItemGridItem.d.ts +1 -1
- package/es/form/src/context.d.ts +3 -0
- package/es/form/src/context.js +3 -0
- package/es/form/src/interface.d.ts +4 -3
- package/es/form/src/interface.js +1 -3
- package/es/form/src/styles/form-item.cssr.js +6 -5
- package/es/form/src/utils.js +1 -1
- package/es/global-style/src/GlobalStyle.js +1 -1
- package/es/gradient-text/src/GradientText.js +1 -1
- package/es/grid/src/Grid.d.ts +0 -1
- package/es/grid/src/Grid.js +2 -3
- package/es/grid/src/GridItem.js +1 -1
- package/es/grid/src/config.d.ts +3 -0
- package/es/grid/src/config.js +3 -0
- package/es/icon/index.d.ts +1 -1
- package/es/icon/index.js +1 -1
- package/es/icon/src/Icon.d.ts +1 -2
- package/es/icon/src/Icon.js +2 -2
- package/es/icon-wrapper/index.d.ts +1 -0
- package/es/icon-wrapper/index.js +1 -0
- package/es/icon-wrapper/src/IconWrapper.d.ts +50 -0
- package/es/icon-wrapper/src/IconWrapper.js +50 -0
- package/es/icon-wrapper/src/styles/index.cssr.d.ts +2 -0
- package/es/icon-wrapper/src/styles/index.cssr.js +16 -0
- package/es/icon-wrapper/styles/dark.d.ts +3 -0
- package/es/icon-wrapper/styles/dark.js +8 -0
- package/es/icon-wrapper/styles/index.d.ts +3 -0
- package/es/icon-wrapper/styles/index.js +2 -0
- package/es/icon-wrapper/styles/light.d.ts +10 -0
- package/es/icon-wrapper/styles/light.js +14 -0
- package/es/image/src/Image.d.ts +1 -1
- package/es/image/src/ImagePreview.js +1 -1
- package/es/input/src/Input.d.ts +6 -1
- package/es/input/src/Input.js +21 -17
- package/es/input/src/InputGroup.js +1 -1
- package/es/input/src/InputGroupLabel.js +1 -1
- package/es/input/src/WordCount.js +9 -8
- package/es/input/src/styles/input.cssr.js +5 -5
- package/es/input-number/src/InputNumber.d.ts +2 -1
- package/es/input-number/src/InputNumber.js +23 -21
- package/es/layout/src/Layout.js +1 -1
- package/es/layout/src/LayoutFooter.js +1 -1
- package/es/layout/src/LayoutHeader.js +1 -1
- package/es/layout/src/LayoutSider.js +1 -1
- package/es/legacy-grid/src/Col.js +0 -3
- package/es/legacy-grid/src/Row.js +1 -1
- package/es/list/src/List.js +1 -1
- package/es/loading-bar/src/LoadingBar.js +2 -2
- package/es/loading-bar/src/LoadingBarProvider.d.ts +3 -8
- package/es/loading-bar/src/LoadingBarProvider.js +1 -3
- package/es/loading-bar/src/context.d.ts +7 -0
- package/es/loading-bar/src/context.js +3 -0
- package/es/loading-bar/src/use-loading-bar.js +1 -1
- package/es/locales/common/deDE.js +13 -15
- package/es/locales/common/enGB.d.ts +109 -0
- package/es/locales/common/enGB.js +109 -0
- package/es/locales/common/eo.d.ts +109 -0
- package/es/locales/common/eo.js +109 -0
- package/es/locales/common/jaJP.js +12 -14
- package/es/locales/common/plPL.d.ts +3 -0
- package/es/locales/common/plPL.js +109 -0
- package/es/locales/date/enGB.d.ts +3 -0
- package/es/locales/date/enGB.js +6 -0
- package/es/locales/date/eo.d.ts +3 -0
- package/es/locales/date/eo.js +6 -0
- package/es/locales/date/plPL.d.ts +3 -0
- package/es/locales/date/plPL.js +6 -0
- package/es/locales/index.d.ts +6 -0
- package/es/locales/index.js +6 -0
- package/es/log/index.d.ts +1 -1
- package/es/log/src/Log.d.ts +17 -12
- package/es/log/src/Log.js +10 -17
- package/es/log/src/LogLine.js +1 -1
- package/es/log/src/context.d.ts +2 -0
- package/es/log/src/context.js +2 -0
- package/es/log/src/styles/index.cssr.js +2 -3
- package/es/mention/src/Mention.d.ts +16 -1
- package/es/mention/src/Mention.js +7 -3
- package/es/menu/src/Menu.d.ts +3 -5
- package/es/menu/src/Menu.js +3 -3
- package/es/menu/src/MenuDivider.js +1 -1
- package/es/menu/src/MenuOption.d.ts +1 -2
- package/es/menu/src/MenuOption.js +1 -1
- package/es/menu/src/MenuOptionContent.js +1 -1
- package/es/menu/src/MenuOptionGroup.d.ts +1 -4
- package/es/menu/src/MenuOptionGroup.js +4 -5
- package/es/menu/src/Submenu.d.ts +1 -4
- package/es/menu/src/Submenu.js +3 -4
- package/es/menu/src/context.d.ts +4 -0
- package/es/menu/src/context.js +4 -0
- package/es/menu/src/use-menu-child.js +1 -3
- package/es/menu/src/useCheckDeprecated.d.ts +1 -1
- package/es/menu/src/utils.d.ts +1 -1
- package/es/menu/src/utils.js +5 -3
- package/es/message/src/Message.d.ts +2 -158
- package/es/message/src/Message.js +2 -2
- package/es/message/src/MessageProvider.d.ts +4 -9
- package/es/message/src/MessageProvider.js +2 -3
- package/es/message/src/context.d.ts +7 -0
- package/es/message/src/context.js +3 -0
- package/es/message/src/types.d.ts +1 -1
- package/es/message/src/use-message.js +1 -1
- package/es/modal/src/BodyWrapper.d.ts +5 -3
- package/es/modal/src/BodyWrapper.js +2 -2
- package/es/modal/src/Modal.d.ts +7 -4
- package/es/modal/src/Modal.js +2 -2
- package/es/modal/src/presetProps.d.ts +2 -1
- package/es/modal/src/presetProps.js +1 -1
- package/es/notification/index.d.ts +1 -1
- package/es/notification/src/Notification.d.ts +1 -2
- package/es/notification/src/Notification.js +3 -5
- package/es/notification/src/NotificationContainer.d.ts +1 -2
- package/es/notification/src/NotificationContainer.js +2 -2
- package/es/notification/src/NotificationEnvironment.d.ts +3 -4
- package/es/notification/src/NotificationEnvironment.js +3 -3
- package/es/notification/src/NotificationProvider.d.ts +10 -6
- package/es/notification/src/NotificationProvider.js +6 -6
- package/es/notification/src/context.d.ts +2 -0
- package/es/notification/src/context.js +2 -0
- package/es/page-header/src/PageHeader.js +1 -1
- package/es/pagination/src/Pagination.d.ts +33 -33
- package/es/pagination/src/Pagination.js +1 -1
- package/es/pagination/styles/light.d.ts +3 -3
- package/es/popconfirm/src/Popconfirm.d.ts +21 -8
- package/es/popconfirm/src/Popconfirm.js +1 -1
- package/es/popover/index.d.ts +1 -0
- package/es/popover/src/Popover.d.ts +21 -4
- package/es/popover/src/Popover.js +9 -2
- package/es/popover/src/PopoverBody.d.ts +4 -0
- package/es/popover/src/PopoverBody.js +13 -11
- package/es/popover/src/styles/index.cssr.js +2 -2
- package/es/popselect/src/Popselect.d.ts +31 -8
- package/es/popselect/src/Popselect.js +8 -6
- package/es/popselect/src/PopselectPanel.d.ts +2 -5
- package/es/popselect/src/PopselectPanel.js +4 -2
- package/es/progress/src/Circle.d.ts +19 -3
- package/es/progress/src/Circle.js +41 -22
- package/es/progress/src/Progress.d.ts +15 -6
- package/es/progress/src/Progress.js +44 -30
- package/es/progress/src/styles/index.cssr.js +1 -1
- package/es/radio/src/Radio.js +1 -1
- package/es/radio/src/RadioGroup.js +1 -1
- package/es/rate/src/Rate.js +1 -1
- package/es/result/src/Result.js +1 -1
- package/es/select/index.d.ts +2 -0
- package/es/select/src/Select.d.ts +71 -54
- package/es/select/src/Select.js +82 -47
- package/es/select/src/interface.d.ts +2 -0
- package/es/select/styles/light.d.ts +3 -3
- package/es/skeleton/src/Skeleton.js +1 -1
- package/es/slider/src/Slider.js +1 -1
- package/es/space/src/Space.js +1 -1
- package/es/spin/src/Spin.js +1 -1
- package/es/statistic/src/Statistic.js +1 -1
- package/es/steps/src/Steps.js +1 -1
- package/es/switch/src/Switch.js +1 -1
- package/es/table/src/Table.js +1 -1
- package/es/tabs/src/Tabs.d.ts +7 -4
- package/es/tabs/src/Tabs.js +12 -4
- package/es/tag/src/Tag.d.ts +3 -1
- package/es/tag/src/Tag.js +61 -41
- package/es/tag/src/styles/index.cssr.js +5 -17
- package/es/tag/styles/index.d.ts +1 -1
- package/es/tag/styles/index.js +1 -1
- package/es/tag/styles/rtl.d.ts +2 -5
- package/es/tag/styles/rtl.js +1 -1
- package/es/themes/dark.js +3 -0
- package/es/themes/light.js +3 -0
- package/es/themes/utils.d.ts +2 -1
- package/es/themes/utils.js +16 -4
- package/es/thing/src/Thing.js +1 -1
- package/es/time-picker/src/TimePicker.d.ts +7 -5
- package/es/time-picker/src/TimePicker.js +5 -5
- package/es/timeline/src/Timeline.js +1 -1
- package/es/tooltip/src/Tooltip.d.ts +20 -7
- package/es/tooltip/src/Tooltip.js +1 -1
- package/es/transfer/src/Transfer.d.ts +1 -1
- package/es/transfer/src/Transfer.js +1 -1
- package/es/tree/src/Tree.d.ts +6 -2
- package/es/tree/src/Tree.js +15 -8
- package/es/tree/src/TreeNode.d.ts +2 -0
- package/es/tree/src/TreeNode.js +37 -10
- package/es/tree/src/TreeNodeContent.d.ts +3 -1
- package/es/tree/src/TreeNodeContent.js +4 -3
- package/es/tree/src/interface.d.ts +5 -1
- package/es/tree/src/utils.js +1 -1
- package/es/tree-select/src/TreeSelect.d.ts +46 -44
- package/es/tree-select/src/TreeSelect.js +8 -5
- package/es/tree-select/styles/light.d.ts +3 -3
- package/es/typography/src/a.js +1 -1
- package/es/typography/src/blockquote.js +1 -1
- package/es/typography/src/create-header.js +1 -1
- package/es/typography/src/hr.js +1 -1
- package/es/typography/src/ol.js +1 -1
- package/es/typography/src/p.js +1 -1
- package/es/typography/src/text.js +1 -1
- package/es/typography/src/ul.js +1 -1
- package/es/upload/src/Upload.js +1 -1
- package/es/version.d.ts +1 -1
- package/es/version.js +1 -1
- package/lib/_internal/clear/src/Clear.js +3 -2
- package/lib/_internal/close/src/Close.js +1 -1
- package/lib/_internal/icon/src/Icon.js +1 -1
- package/lib/_internal/icons/ArrowUp.d.ts +2 -0
- package/lib/_internal/icons/ArrowUp.js +11 -0
- package/lib/_internal/icons/index.d.ts +1 -0
- package/lib/_internal/icons/index.js +3 -1
- package/lib/_internal/loading/src/Loading.js +1 -1
- package/lib/_internal/menu-mask/src/MenuMask.js +1 -1
- package/lib/_internal/scrollbar/src/ScrollBar.js +1 -1
- package/lib/_internal/select-menu/src/SelectMenu.d.ts +11 -6
- package/lib/_internal/select-menu/src/SelectMenu.js +47 -22
- package/lib/_internal/selection/src/Selection.d.ts +42 -29
- package/lib/_internal/selection/src/Selection.js +99 -92
- package/lib/_internal/selection/src/interface.d.ts +2 -2
- package/lib/_internal/selection/src/styles/index.cssr.js +15 -30
- package/lib/_internal/selection/styles/dark.js +3 -3
- package/lib/_internal/selection/styles/light.d.ts +6 -6
- package/lib/_internal/selection/styles/light.js +3 -3
- package/lib/_internal/slot-machine/src/SlotMachine.js +1 -1
- package/lib/_internal/wave/src/Wave.js +1 -1
- package/lib/_mixins/index.d.ts +1 -1
- package/lib/_mixins/index.js +3 -2
- package/lib/_mixins/use-config.js +2 -2
- package/lib/_mixins/use-css-vars-class.d.ts +11 -2
- package/lib/_mixins/use-css-vars-class.js +50 -22
- package/lib/_mixins/use-form-item.d.ts +4 -0
- package/lib/_mixins/use-form-item.js +7 -0
- package/lib/_mixins/use-hljs.js +2 -2
- package/lib/_mixins/use-locale.js +2 -2
- package/lib/_mixins/use-style.js +1 -1
- package/lib/_mixins/use-theme.d.ts +1 -1
- package/lib/_mixins/use-theme.js +3 -3
- package/lib/_utils/css/color-to-class.d.ts +1 -0
- package/lib/_utils/css/color-to-class.js +7 -0
- package/lib/_utils/css/format-length.d.ts +2 -2
- package/lib/_utils/css/format-length.js +2 -1
- package/lib/_utils/css/index.d.ts +2 -1
- package/lib/_utils/css/index.js +4 -5
- package/lib/_utils/cssr/index.d.ts +1 -2
- package/lib/_utils/cssr/index.js +1 -15
- package/lib/_utils/index.d.ts +2 -2
- package/lib/_utils/index.js +6 -1
- package/lib/_utils/vue/index.d.ts +1 -1
- package/lib/_utils/vue/index.js +4 -1
- package/lib/_utils/vue/resolve-slot.d.ts +8 -2
- package/lib/_utils/vue/resolve-slot.js +21 -2
- package/lib/affix/src/Affix.js +1 -1
- package/lib/alert/src/Alert.js +1 -1
- package/lib/anchor/src/AnchorAdapter.js +1 -1
- package/lib/auto-complete/src/AutoComplete.d.ts +16 -1
- package/lib/auto-complete/src/AutoComplete.js +9 -5
- package/lib/avatar/src/Avatar.js +3 -3
- package/lib/avatar/src/AvatarGroup.d.ts +0 -1
- package/lib/avatar/src/AvatarGroup.js +3 -5
- package/lib/avatar/src/context.d.ts +2 -0
- package/lib/avatar/src/context.js +5 -0
- package/lib/back-top/src/BackTop.js +1 -1
- package/lib/badge/src/Badge.js +1 -1
- package/lib/breadcrumb/src/Breadcrumb.js +1 -1
- package/lib/button/src/Button.d.ts +4 -2
- package/lib/button/src/Button.js +268 -243
- package/lib/button/src/ButtonGroup.js +1 -1
- package/lib/button/src/styles/button.cssr.js +1 -0
- package/lib/button/styles/index.d.ts +1 -1
- package/lib/button/styles/index.js +1 -1
- package/lib/button/styles/rtl.d.ts +2 -5
- package/lib/button/styles/rtl.js +2 -1
- package/lib/calendar/src/Calendar.js +1 -1
- package/lib/card/src/Card.d.ts +8 -2
- package/lib/card/src/Card.js +43 -39
- package/lib/card/styles/index.d.ts +1 -1
- package/lib/card/styles/index.js +1 -1
- package/lib/card/styles/rtl.d.ts +2 -5
- package/lib/card/styles/rtl.js +2 -1
- package/lib/carousel/src/Carousel.js +4 -1
- package/lib/carousel/src/CarouselArrow.js +5 -8
- package/lib/carousel/src/styles/index.cssr.js +59 -48
- package/lib/carousel/styles/light.js +2 -2
- package/lib/cascader/src/Cascader.d.ts +36 -34
- package/lib/cascader/src/Cascader.js +6 -6
- package/lib/cascader/src/CascaderMenu.d.ts +3 -3
- package/lib/cascader/src/CascaderOption.d.ts +3 -3
- package/lib/cascader/src/CascaderSelectMenu.d.ts +3 -3
- package/lib/cascader/src/CascaderSubmenu.d.ts +3 -3
- package/lib/cascader/styles/light.d.ts +3 -3
- package/lib/checkbox/src/Checkbox.js +1 -1
- package/lib/checkbox/src/styles/index.cssr.js +12 -12
- package/lib/code/src/Code.js +1 -1
- package/lib/collapse/src/Collapse.js +1 -1
- package/lib/collapse-transition/src/CollapseTransition.js +1 -1
- package/lib/color-picker/src/ColorInputUnit.js +2 -2
- package/lib/color-picker/src/ColorPicker.d.ts +24 -17
- package/lib/color-picker/src/ColorPicker.js +8 -5
- package/lib/color-picker/src/ColorPickerTrigger.js +2 -2
- package/lib/color-picker/src/context.d.ts +9 -0
- package/lib/color-picker/src/context.js +5 -0
- package/lib/color-picker/src/styles/index.cssr.js +1 -0
- package/lib/components.d.ts +2 -1
- package/lib/components.js +2 -1
- package/lib/composables/use-theme-vars.js +2 -2
- package/lib/config-provider/src/ConfigProvider.d.ts +15 -3
- package/lib/config-provider/src/ConfigProvider.js +31 -5
- package/lib/config-provider/src/context.d.ts +2 -0
- package/lib/config-provider/src/context.js +5 -0
- package/lib/config-provider/src/interface.d.ts +2 -1
- package/lib/config-provider/src/internal-interface.d.ts +4 -0
- package/lib/data-table/src/DataTable.d.ts +33 -33
- package/lib/data-table/src/DataTable.js +1 -1
- package/lib/data-table/src/HeaderButton/FilterButton.d.ts +6 -6
- package/lib/data-table/src/HeaderButton/FilterMenu.d.ts +6 -6
- package/lib/data-table/src/TableParts/Body.d.ts +6 -6
- package/lib/data-table/src/TableParts/Cell.d.ts +12 -12
- package/lib/data-table/src/TableParts/Header.d.ts +6 -6
- package/lib/data-table/src/interface.d.ts +2 -2
- package/lib/data-table/src/use-check.d.ts +2 -2
- package/lib/data-table/src/use-group-header.d.ts +1 -1
- package/lib/data-table/src/use-scroll.d.ts +1 -1
- package/lib/data-table/src/use-scroll.js +2 -2
- package/lib/data-table/src/use-sorter.d.ts +1 -1
- package/lib/data-table/src/use-table-data.d.ts +1 -1
- package/lib/data-table/src/utils.d.ts +2 -1
- package/lib/data-table/src/utils.js +15 -4
- package/lib/data-table/styles/light.d.ts +3 -3
- package/lib/date-picker/src/DatePicker.d.ts +2 -1
- package/lib/date-picker/src/DatePicker.js +6 -6
- package/lib/descriptions/src/Descriptions.d.ts +1 -1
- package/lib/descriptions/src/Descriptions.js +1 -1
- package/lib/dialog/index.d.ts +3 -3
- package/lib/dialog/index.js +2 -5
- package/lib/dialog/src/Dialog.d.ts +27 -60
- package/lib/dialog/src/Dialog.js +5 -32
- package/lib/dialog/src/DialogEnvironment.d.ts +8 -9
- package/lib/dialog/src/DialogEnvironment.js +6 -24
- package/lib/dialog/src/DialogProvider.d.ts +3 -5
- package/lib/dialog/src/DialogProvider.js +8 -12
- package/lib/dialog/src/context.d.ts +3 -0
- package/lib/dialog/src/context.js +6 -0
- package/lib/dialog/src/dialogProps.d.ts +32 -0
- package/lib/dialog/src/dialogProps.js +32 -0
- package/lib/dialog/src/use-dialog.js +2 -2
- package/lib/divider/src/Divider.js +1 -1
- package/lib/drawer/index.d.ts +1 -0
- package/lib/drawer/src/Drawer.js +1 -1
- package/lib/dropdown/src/Dropdown.d.ts +17 -5
- package/lib/dropdown/src/Dropdown.js +6 -6
- package/lib/dropdown/src/DropdownGroup.js +1 -0
- package/lib/dropdown/src/DropdownGroupHeader.js +3 -4
- package/lib/dropdown/src/DropdownMenu.d.ts +0 -1
- package/lib/dropdown/src/DropdownMenu.js +6 -7
- package/lib/dropdown/src/DropdownOption.d.ts +3 -0
- package/lib/dropdown/src/DropdownOption.js +9 -25
- package/lib/dropdown/src/context.d.ts +6 -0
- package/lib/dropdown/src/context.js +7 -0
- package/lib/dropdown/src/interface.d.ts +1 -1
- package/lib/dynamic-input/src/DynamicInput.d.ts +10 -1
- package/lib/dynamic-input/src/DynamicInput.js +59 -16
- package/lib/dynamic-tags/src/DynamicTags.d.ts +7 -16
- package/lib/dynamic-tags/src/DynamicTags.js +12 -14
- package/lib/element/src/Element.js +1 -1
- package/lib/ellipsis/src/Ellipsis.js +1 -1
- package/lib/empty/src/Empty.js +3 -3
- package/lib/form/src/Form.d.ts +1 -1
- package/lib/form/src/Form.js +4 -4
- package/lib/form/src/FormItem.d.ts +1 -1
- package/lib/form/src/FormItem.js +5 -4
- package/lib/form/src/FormItemCol.d.ts +1 -1
- package/lib/form/src/FormItemGridItem.d.ts +1 -1
- package/lib/form/src/context.d.ts +3 -0
- package/lib/form/src/context.js +6 -0
- package/lib/form/src/interface.d.ts +4 -3
- package/lib/form/src/interface.js +0 -4
- package/lib/form/src/styles/form-item.cssr.js +3 -2
- package/lib/form/src/utils.js +4 -4
- package/lib/global-style/src/GlobalStyle.js +2 -2
- package/lib/gradient-text/src/GradientText.js +1 -1
- package/lib/grid/src/Grid.d.ts +0 -1
- package/lib/grid/src/Grid.js +4 -6
- package/lib/grid/src/GridItem.js +2 -2
- package/lib/grid/src/config.d.ts +3 -0
- package/lib/grid/src/config.js +6 -0
- package/lib/icon/index.d.ts +1 -1
- package/lib/icon/index.js +1 -4
- package/lib/icon/src/Icon.d.ts +1 -2
- package/lib/icon/src/Icon.js +3 -2
- package/lib/icon-wrapper/index.d.ts +1 -0
- package/lib/icon-wrapper/index.js +5 -0
- package/lib/icon-wrapper/src/IconWrapper.d.ts +50 -0
- package/lib/icon-wrapper/src/IconWrapper.js +56 -0
- package/lib/icon-wrapper/src/styles/index.cssr.d.ts +2 -0
- package/lib/icon-wrapper/src/styles/index.cssr.js +23 -0
- package/lib/icon-wrapper/styles/dark.d.ts +3 -0
- package/lib/icon-wrapper/styles/dark.js +10 -0
- package/lib/icon-wrapper/styles/index.d.ts +3 -0
- package/lib/icon-wrapper/styles/index.js +10 -0
- package/lib/icon-wrapper/styles/light.d.ts +10 -0
- package/lib/icon-wrapper/styles/light.js +18 -0
- package/lib/image/src/Image.d.ts +1 -1
- package/lib/image/src/ImagePreview.js +1 -1
- package/lib/input/src/Input.d.ts +6 -1
- package/lib/input/src/Input.js +20 -16
- package/lib/input/src/InputGroup.js +1 -1
- package/lib/input/src/InputGroupLabel.js +1 -1
- package/lib/input/src/WordCount.js +9 -8
- package/lib/input/src/styles/input.cssr.js +4 -4
- package/lib/input-number/src/InputNumber.d.ts +2 -1
- package/lib/input-number/src/InputNumber.js +23 -21
- package/lib/layout/src/Layout.js +1 -1
- package/lib/layout/src/LayoutFooter.js +1 -1
- package/lib/layout/src/LayoutHeader.js +1 -1
- package/lib/layout/src/LayoutSider.js +1 -1
- package/lib/legacy-grid/src/Col.js +0 -6
- package/lib/legacy-grid/src/Row.js +1 -1
- package/lib/list/src/List.js +1 -1
- package/lib/loading-bar/src/LoadingBar.js +3 -3
- package/lib/loading-bar/src/LoadingBarProvider.d.ts +3 -8
- package/lib/loading-bar/src/LoadingBarProvider.js +3 -6
- package/lib/loading-bar/src/context.d.ts +7 -0
- package/lib/loading-bar/src/context.js +6 -0
- package/lib/loading-bar/src/use-loading-bar.js +2 -2
- package/lib/locales/common/deDE.js +13 -15
- package/lib/locales/common/enGB.d.ts +109 -0
- package/lib/locales/common/enGB.js +111 -0
- package/lib/locales/common/eo.d.ts +109 -0
- package/lib/locales/common/eo.js +111 -0
- package/lib/locales/common/jaJP.js +12 -14
- package/lib/locales/common/plPL.d.ts +3 -0
- package/lib/locales/common/plPL.js +111 -0
- package/lib/locales/date/enGB.d.ts +3 -0
- package/lib/locales/date/enGB.js +11 -0
- package/lib/locales/date/eo.d.ts +3 -0
- package/lib/locales/date/eo.js +11 -0
- package/lib/locales/date/plPL.d.ts +3 -0
- package/lib/locales/date/plPL.js +11 -0
- package/lib/locales/index.d.ts +6 -0
- package/lib/locales/index.js +13 -1
- package/lib/log/index.d.ts +1 -1
- package/lib/log/src/Log.d.ts +17 -12
- package/lib/log/src/Log.js +10 -18
- package/lib/log/src/LogLine.js +2 -2
- package/lib/log/src/context.d.ts +2 -0
- package/lib/log/src/context.js +5 -0
- package/lib/log/src/styles/index.cssr.js +2 -3
- package/lib/mention/src/Mention.d.ts +16 -1
- package/lib/mention/src/Mention.js +7 -3
- package/lib/menu/src/Menu.d.ts +3 -5
- package/lib/menu/src/Menu.js +3 -4
- package/lib/menu/src/MenuDivider.js +2 -2
- package/lib/menu/src/MenuOption.d.ts +1 -2
- package/lib/menu/src/MenuOption.js +2 -2
- package/lib/menu/src/MenuOptionContent.js +2 -2
- package/lib/menu/src/MenuOptionGroup.d.ts +1 -4
- package/lib/menu/src/MenuOptionGroup.js +7 -8
- package/lib/menu/src/Submenu.d.ts +1 -4
- package/lib/menu/src/Submenu.js +6 -7
- package/lib/menu/src/context.d.ts +4 -0
- package/lib/menu/src/context.js +7 -0
- package/lib/menu/src/use-menu-child.js +4 -6
- package/lib/menu/src/useCheckDeprecated.d.ts +1 -1
- package/lib/menu/src/utils.d.ts +1 -1
- package/lib/menu/src/utils.js +8 -25
- package/lib/message/src/Message.d.ts +2 -158
- package/lib/message/src/Message.js +3 -3
- package/lib/message/src/MessageProvider.d.ts +4 -9
- package/lib/message/src/MessageProvider.js +3 -5
- package/lib/message/src/context.d.ts +7 -0
- package/lib/message/src/context.js +6 -0
- package/lib/message/src/types.d.ts +1 -1
- package/lib/message/src/use-message.js +2 -2
- package/lib/modal/src/BodyWrapper.d.ts +5 -3
- package/lib/modal/src/BodyWrapper.js +3 -3
- package/lib/modal/src/Modal.d.ts +7 -4
- package/lib/modal/src/Modal.js +3 -3
- package/lib/modal/src/presetProps.d.ts +2 -1
- package/lib/modal/src/presetProps.js +2 -2
- package/lib/notification/index.d.ts +1 -1
- package/lib/notification/src/Notification.d.ts +1 -2
- package/lib/notification/src/Notification.js +5 -7
- package/lib/notification/src/NotificationContainer.d.ts +1 -2
- package/lib/notification/src/NotificationContainer.js +4 -3
- package/lib/notification/src/NotificationEnvironment.d.ts +3 -4
- package/lib/notification/src/NotificationEnvironment.js +4 -23
- package/lib/notification/src/NotificationProvider.d.ts +10 -6
- package/lib/notification/src/NotificationProvider.js +9 -9
- package/lib/notification/src/context.d.ts +2 -0
- package/lib/notification/src/context.js +5 -0
- package/lib/page-header/src/PageHeader.js +1 -1
- package/lib/pagination/src/Pagination.d.ts +33 -33
- package/lib/pagination/src/Pagination.js +1 -1
- package/lib/pagination/styles/light.d.ts +3 -3
- package/lib/popconfirm/src/Popconfirm.d.ts +21 -8
- package/lib/popconfirm/src/Popconfirm.js +1 -1
- package/lib/popover/index.d.ts +1 -0
- package/lib/popover/src/Popover.d.ts +21 -4
- package/lib/popover/src/Popover.js +9 -2
- package/lib/popover/src/PopoverBody.d.ts +4 -0
- package/lib/popover/src/PopoverBody.js +11 -9
- package/lib/popover/src/styles/index.cssr.js +2 -2
- package/lib/popselect/src/Popselect.d.ts +31 -8
- package/lib/popselect/src/Popselect.js +8 -6
- package/lib/popselect/src/PopselectPanel.d.ts +2 -5
- package/lib/popselect/src/PopselectPanel.js +4 -2
- package/lib/progress/src/Circle.d.ts +19 -3
- package/lib/progress/src/Circle.js +40 -21
- package/lib/progress/src/Progress.d.ts +15 -6
- package/lib/progress/src/Progress.js +43 -29
- package/lib/progress/src/styles/index.cssr.js +1 -1
- package/lib/radio/src/Radio.js +1 -1
- package/lib/radio/src/RadioGroup.js +1 -1
- package/lib/rate/src/Rate.js +1 -1
- package/lib/result/src/Result.js +1 -1
- package/lib/select/index.d.ts +2 -0
- package/lib/select/src/Select.d.ts +71 -54
- package/lib/select/src/Select.js +82 -47
- package/lib/select/src/interface.d.ts +2 -0
- package/lib/select/styles/light.d.ts +3 -3
- package/lib/skeleton/src/Skeleton.js +1 -1
- package/lib/slider/src/Slider.js +1 -1
- package/lib/space/src/Space.js +1 -1
- package/lib/spin/src/Spin.js +1 -1
- package/lib/statistic/src/Statistic.js +1 -1
- package/lib/steps/src/Steps.js +1 -1
- package/lib/switch/src/Switch.js +1 -1
- package/lib/table/src/Table.js +1 -1
- package/lib/tabs/src/Tabs.d.ts +7 -4
- package/lib/tabs/src/Tabs.js +12 -4
- package/lib/tag/src/Tag.d.ts +3 -1
- package/lib/tag/src/Tag.js +59 -39
- package/lib/tag/src/styles/index.cssr.js +5 -17
- package/lib/tag/styles/index.d.ts +1 -1
- package/lib/tag/styles/index.js +1 -1
- package/lib/tag/styles/rtl.d.ts +2 -5
- package/lib/tag/styles/rtl.js +2 -1
- package/lib/themes/dark.js +87 -84
- package/lib/themes/light.js +87 -84
- package/lib/themes/utils.d.ts +2 -1
- package/lib/themes/utils.js +16 -4
- package/lib/thing/src/Thing.js +1 -1
- package/lib/time-picker/src/TimePicker.d.ts +7 -5
- package/lib/time-picker/src/TimePicker.js +5 -5
- package/lib/timeline/src/Timeline.js +1 -1
- package/lib/tooltip/src/Tooltip.d.ts +20 -7
- package/lib/tooltip/src/Tooltip.js +1 -1
- package/lib/transfer/src/Transfer.d.ts +1 -1
- package/lib/transfer/src/Transfer.js +1 -1
- package/lib/tree/src/Tree.d.ts +6 -2
- package/lib/tree/src/Tree.js +15 -8
- package/lib/tree/src/TreeNode.d.ts +2 -0
- package/lib/tree/src/TreeNode.js +37 -10
- package/lib/tree/src/TreeNodeContent.d.ts +3 -1
- package/lib/tree/src/TreeNodeContent.js +4 -3
- package/lib/tree/src/interface.d.ts +5 -1
- package/lib/tree/src/utils.js +1 -1
- package/lib/tree-select/src/TreeSelect.d.ts +46 -44
- package/lib/tree-select/src/TreeSelect.js +8 -5
- package/lib/tree-select/styles/light.d.ts +3 -3
- package/lib/typography/src/a.js +1 -1
- package/lib/typography/src/blockquote.js +1 -1
- package/lib/typography/src/create-header.js +1 -1
- package/lib/typography/src/hr.js +1 -1
- package/lib/typography/src/ol.js +1 -1
- package/lib/typography/src/p.js +1 -1
- package/lib/typography/src/text.js +1 -1
- package/lib/typography/src/ul.js +1 -1
- package/lib/upload/src/Upload.js +1 -1
- package/lib/version.d.ts +1 -1
- package/lib/version.js +1 -1
- package/package.json +8 -9
- package/volar.d.ts +1 -0
- package/web-types.json +452 -220
|
@@ -470,7 +470,7 @@ export declare const dataTableProps: {
|
|
|
470
470
|
borderHover: string;
|
|
471
471
|
borderActive: string;
|
|
472
472
|
borderFocus: string;
|
|
473
|
-
boxShadowHover:
|
|
473
|
+
boxShadowHover: string;
|
|
474
474
|
boxShadowActive: string;
|
|
475
475
|
boxShadowFocus: string;
|
|
476
476
|
caretColor: string;
|
|
@@ -481,7 +481,7 @@ export declare const dataTableProps: {
|
|
|
481
481
|
borderHoverWarning: string;
|
|
482
482
|
borderActiveWarning: string;
|
|
483
483
|
borderFocusWarning: string;
|
|
484
|
-
boxShadowHoverWarning:
|
|
484
|
+
boxShadowHoverWarning: string;
|
|
485
485
|
boxShadowActiveWarning: string;
|
|
486
486
|
boxShadowFocusWarning: string;
|
|
487
487
|
colorActiveWarning: string;
|
|
@@ -490,7 +490,7 @@ export declare const dataTableProps: {
|
|
|
490
490
|
borderHoverError: string;
|
|
491
491
|
borderActiveError: string;
|
|
492
492
|
borderFocusError: string;
|
|
493
|
-
boxShadowHoverError:
|
|
493
|
+
boxShadowHoverError: string;
|
|
494
494
|
boxShadowActiveError: string;
|
|
495
495
|
boxShadowFocusError: string;
|
|
496
496
|
colorActiveError: string;
|
|
@@ -1071,7 +1071,7 @@ export declare const dataTableProps: {
|
|
|
1071
1071
|
borderHover: string;
|
|
1072
1072
|
borderActive: string;
|
|
1073
1073
|
borderFocus: string;
|
|
1074
|
-
boxShadowHover:
|
|
1074
|
+
boxShadowHover: string;
|
|
1075
1075
|
boxShadowActive: string;
|
|
1076
1076
|
boxShadowFocus: string;
|
|
1077
1077
|
caretColor: string;
|
|
@@ -1082,7 +1082,7 @@ export declare const dataTableProps: {
|
|
|
1082
1082
|
borderHoverWarning: string;
|
|
1083
1083
|
borderActiveWarning: string;
|
|
1084
1084
|
borderFocusWarning: string;
|
|
1085
|
-
boxShadowHoverWarning:
|
|
1085
|
+
boxShadowHoverWarning: string;
|
|
1086
1086
|
boxShadowActiveWarning: string;
|
|
1087
1087
|
boxShadowFocusWarning: string;
|
|
1088
1088
|
colorActiveWarning: string;
|
|
@@ -1091,7 +1091,7 @@ export declare const dataTableProps: {
|
|
|
1091
1091
|
borderHoverError: string;
|
|
1092
1092
|
borderActiveError: string;
|
|
1093
1093
|
borderFocusError: string;
|
|
1094
|
-
boxShadowHoverError:
|
|
1094
|
+
boxShadowHoverError: string;
|
|
1095
1095
|
boxShadowActiveError: string;
|
|
1096
1096
|
boxShadowFocusError: string;
|
|
1097
1097
|
colorActiveError: string;
|
|
@@ -1672,7 +1672,7 @@ export declare const dataTableProps: {
|
|
|
1672
1672
|
borderHover: string;
|
|
1673
1673
|
borderActive: string;
|
|
1674
1674
|
borderFocus: string;
|
|
1675
|
-
boxShadowHover:
|
|
1675
|
+
boxShadowHover: string;
|
|
1676
1676
|
boxShadowActive: string;
|
|
1677
1677
|
boxShadowFocus: string;
|
|
1678
1678
|
caretColor: string;
|
|
@@ -1683,7 +1683,7 @@ export declare const dataTableProps: {
|
|
|
1683
1683
|
borderHoverWarning: string;
|
|
1684
1684
|
borderActiveWarning: string;
|
|
1685
1685
|
borderFocusWarning: string;
|
|
1686
|
-
boxShadowHoverWarning:
|
|
1686
|
+
boxShadowHoverWarning: string;
|
|
1687
1687
|
boxShadowActiveWarning: string;
|
|
1688
1688
|
boxShadowFocusWarning: string;
|
|
1689
1689
|
colorActiveWarning: string;
|
|
@@ -1692,7 +1692,7 @@ export declare const dataTableProps: {
|
|
|
1692
1692
|
borderHoverError: string;
|
|
1693
1693
|
borderActiveError: string;
|
|
1694
1694
|
borderFocusError: string;
|
|
1695
|
-
boxShadowHoverError:
|
|
1695
|
+
boxShadowHoverError: string;
|
|
1696
1696
|
boxShadowActiveError: string;
|
|
1697
1697
|
boxShadowFocusError: string;
|
|
1698
1698
|
colorActiveError: string;
|
|
@@ -2361,7 +2361,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2361
2361
|
borderHover: string;
|
|
2362
2362
|
borderActive: string;
|
|
2363
2363
|
borderFocus: string;
|
|
2364
|
-
boxShadowHover:
|
|
2364
|
+
boxShadowHover: string;
|
|
2365
2365
|
boxShadowActive: string;
|
|
2366
2366
|
boxShadowFocus: string;
|
|
2367
2367
|
caretColor: string;
|
|
@@ -2372,7 +2372,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2372
2372
|
borderHoverWarning: string;
|
|
2373
2373
|
borderActiveWarning: string;
|
|
2374
2374
|
borderFocusWarning: string;
|
|
2375
|
-
boxShadowHoverWarning:
|
|
2375
|
+
boxShadowHoverWarning: string;
|
|
2376
2376
|
boxShadowActiveWarning: string;
|
|
2377
2377
|
boxShadowFocusWarning: string;
|
|
2378
2378
|
colorActiveWarning: string;
|
|
@@ -2381,7 +2381,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2381
2381
|
borderHoverError: string;
|
|
2382
2382
|
borderActiveError: string;
|
|
2383
2383
|
borderFocusError: string;
|
|
2384
|
-
boxShadowHoverError:
|
|
2384
|
+
boxShadowHoverError: string;
|
|
2385
2385
|
boxShadowActiveError: string;
|
|
2386
2386
|
boxShadowFocusError: string;
|
|
2387
2387
|
colorActiveError: string;
|
|
@@ -2962,7 +2962,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2962
2962
|
borderHover: string;
|
|
2963
2963
|
borderActive: string;
|
|
2964
2964
|
borderFocus: string;
|
|
2965
|
-
boxShadowHover:
|
|
2965
|
+
boxShadowHover: string;
|
|
2966
2966
|
boxShadowActive: string;
|
|
2967
2967
|
boxShadowFocus: string;
|
|
2968
2968
|
caretColor: string;
|
|
@@ -2973,7 +2973,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2973
2973
|
borderHoverWarning: string;
|
|
2974
2974
|
borderActiveWarning: string;
|
|
2975
2975
|
borderFocusWarning: string;
|
|
2976
|
-
boxShadowHoverWarning:
|
|
2976
|
+
boxShadowHoverWarning: string;
|
|
2977
2977
|
boxShadowActiveWarning: string;
|
|
2978
2978
|
boxShadowFocusWarning: string;
|
|
2979
2979
|
colorActiveWarning: string;
|
|
@@ -2982,7 +2982,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2982
2982
|
borderHoverError: string;
|
|
2983
2983
|
borderActiveError: string;
|
|
2984
2984
|
borderFocusError: string;
|
|
2985
|
-
boxShadowHoverError:
|
|
2985
|
+
boxShadowHoverError: string;
|
|
2986
2986
|
boxShadowActiveError: string;
|
|
2987
2987
|
boxShadowFocusError: string;
|
|
2988
2988
|
colorActiveError: string;
|
|
@@ -3563,7 +3563,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3563
3563
|
borderHover: string;
|
|
3564
3564
|
borderActive: string;
|
|
3565
3565
|
borderFocus: string;
|
|
3566
|
-
boxShadowHover:
|
|
3566
|
+
boxShadowHover: string;
|
|
3567
3567
|
boxShadowActive: string;
|
|
3568
3568
|
boxShadowFocus: string;
|
|
3569
3569
|
caretColor: string;
|
|
@@ -3574,7 +3574,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3574
3574
|
borderHoverWarning: string;
|
|
3575
3575
|
borderActiveWarning: string;
|
|
3576
3576
|
borderFocusWarning: string;
|
|
3577
|
-
boxShadowHoverWarning:
|
|
3577
|
+
boxShadowHoverWarning: string;
|
|
3578
3578
|
boxShadowActiveWarning: string;
|
|
3579
3579
|
boxShadowFocusWarning: string;
|
|
3580
3580
|
colorActiveWarning: string;
|
|
@@ -3583,7 +3583,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3583
3583
|
borderHoverError: string;
|
|
3584
3584
|
borderActiveError: string;
|
|
3585
3585
|
borderFocusError: string;
|
|
3586
|
-
boxShadowHoverError:
|
|
3586
|
+
boxShadowHoverError: string;
|
|
3587
3587
|
boxShadowActiveError: string;
|
|
3588
3588
|
boxShadowFocusError: string;
|
|
3589
3589
|
colorActiveError: string;
|
|
@@ -4323,7 +4323,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4323
4323
|
borderHover: string;
|
|
4324
4324
|
borderActive: string;
|
|
4325
4325
|
borderFocus: string;
|
|
4326
|
-
boxShadowHover:
|
|
4326
|
+
boxShadowHover: string;
|
|
4327
4327
|
boxShadowActive: string;
|
|
4328
4328
|
boxShadowFocus: string;
|
|
4329
4329
|
caretColor: string;
|
|
@@ -4334,7 +4334,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4334
4334
|
borderHoverWarning: string;
|
|
4335
4335
|
borderActiveWarning: string;
|
|
4336
4336
|
borderFocusWarning: string;
|
|
4337
|
-
boxShadowHoverWarning:
|
|
4337
|
+
boxShadowHoverWarning: string;
|
|
4338
4338
|
boxShadowActiveWarning: string;
|
|
4339
4339
|
boxShadowFocusWarning: string;
|
|
4340
4340
|
colorActiveWarning: string;
|
|
@@ -4343,7 +4343,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4343
4343
|
borderHoverError: string;
|
|
4344
4344
|
borderActiveError: string;
|
|
4345
4345
|
borderFocusError: string;
|
|
4346
|
-
boxShadowHoverError:
|
|
4346
|
+
boxShadowHoverError: string;
|
|
4347
4347
|
boxShadowActiveError: string;
|
|
4348
4348
|
boxShadowFocusError: string;
|
|
4349
4349
|
colorActiveError: string;
|
|
@@ -4583,7 +4583,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4583
4583
|
borderHover: string;
|
|
4584
4584
|
borderActive: string;
|
|
4585
4585
|
borderFocus: string;
|
|
4586
|
-
boxShadowHover:
|
|
4586
|
+
boxShadowHover: string;
|
|
4587
4587
|
boxShadowActive: string;
|
|
4588
4588
|
boxShadowFocus: string;
|
|
4589
4589
|
caretColor: string;
|
|
@@ -4594,7 +4594,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4594
4594
|
borderHoverWarning: string;
|
|
4595
4595
|
borderActiveWarning: string;
|
|
4596
4596
|
borderFocusWarning: string;
|
|
4597
|
-
boxShadowHoverWarning:
|
|
4597
|
+
boxShadowHoverWarning: string;
|
|
4598
4598
|
boxShadowActiveWarning: string;
|
|
4599
4599
|
boxShadowFocusWarning: string;
|
|
4600
4600
|
colorActiveWarning: string;
|
|
@@ -4603,7 +4603,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4603
4603
|
borderHoverError: string;
|
|
4604
4604
|
borderActiveError: string;
|
|
4605
4605
|
borderFocusError: string;
|
|
4606
|
-
boxShadowHoverError:
|
|
4606
|
+
boxShadowHoverError: string;
|
|
4607
4607
|
boxShadowActiveError: string;
|
|
4608
4608
|
boxShadowFocusError: string;
|
|
4609
4609
|
colorActiveError: string;
|
|
@@ -5261,7 +5261,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
5261
5261
|
borderHover: string;
|
|
5262
5262
|
borderActive: string;
|
|
5263
5263
|
borderFocus: string;
|
|
5264
|
-
boxShadowHover:
|
|
5264
|
+
boxShadowHover: string;
|
|
5265
5265
|
boxShadowActive: string;
|
|
5266
5266
|
boxShadowFocus: string;
|
|
5267
5267
|
caretColor: string;
|
|
@@ -5272,7 +5272,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
5272
5272
|
borderHoverWarning: string;
|
|
5273
5273
|
borderActiveWarning: string;
|
|
5274
5274
|
borderFocusWarning: string;
|
|
5275
|
-
boxShadowHoverWarning:
|
|
5275
|
+
boxShadowHoverWarning: string;
|
|
5276
5276
|
boxShadowActiveWarning: string;
|
|
5277
5277
|
boxShadowFocusWarning: string;
|
|
5278
5278
|
colorActiveWarning: string;
|
|
@@ -5281,7 +5281,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
5281
5281
|
borderHoverError: string;
|
|
5282
5282
|
borderActiveError: string;
|
|
5283
5283
|
borderFocusError: string;
|
|
5284
|
-
boxShadowHoverError:
|
|
5284
|
+
boxShadowHoverError: string;
|
|
5285
5285
|
boxShadowActiveError: string;
|
|
5286
5286
|
boxShadowFocusError: string;
|
|
5287
5287
|
colorActiveError: string;
|
|
@@ -5862,7 +5862,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
5862
5862
|
borderHover: string;
|
|
5863
5863
|
borderActive: string;
|
|
5864
5864
|
borderFocus: string;
|
|
5865
|
-
boxShadowHover:
|
|
5865
|
+
boxShadowHover: string;
|
|
5866
5866
|
boxShadowActive: string;
|
|
5867
5867
|
boxShadowFocus: string;
|
|
5868
5868
|
caretColor: string;
|
|
@@ -5873,7 +5873,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
5873
5873
|
borderHoverWarning: string;
|
|
5874
5874
|
borderActiveWarning: string;
|
|
5875
5875
|
borderFocusWarning: string;
|
|
5876
|
-
boxShadowHoverWarning:
|
|
5876
|
+
boxShadowHoverWarning: string;
|
|
5877
5877
|
boxShadowActiveWarning: string;
|
|
5878
5878
|
boxShadowFocusWarning: string;
|
|
5879
5879
|
colorActiveWarning: string;
|
|
@@ -5882,7 +5882,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
5882
5882
|
borderHoverError: string;
|
|
5883
5883
|
borderActiveError: string;
|
|
5884
5884
|
borderFocusError: string;
|
|
5885
|
-
boxShadowHoverError:
|
|
5885
|
+
boxShadowHoverError: string;
|
|
5886
5886
|
boxShadowActiveError: string;
|
|
5887
5887
|
boxShadowFocusError: string;
|
|
5888
5888
|
colorActiveError: string;
|
|
@@ -6463,7 +6463,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
6463
6463
|
borderHover: string;
|
|
6464
6464
|
borderActive: string;
|
|
6465
6465
|
borderFocus: string;
|
|
6466
|
-
boxShadowHover:
|
|
6466
|
+
boxShadowHover: string;
|
|
6467
6467
|
boxShadowActive: string;
|
|
6468
6468
|
boxShadowFocus: string;
|
|
6469
6469
|
caretColor: string;
|
|
@@ -6474,7 +6474,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
6474
6474
|
borderHoverWarning: string;
|
|
6475
6475
|
borderActiveWarning: string;
|
|
6476
6476
|
borderFocusWarning: string;
|
|
6477
|
-
boxShadowHoverWarning:
|
|
6477
|
+
boxShadowHoverWarning: string;
|
|
6478
6478
|
boxShadowActiveWarning: string;
|
|
6479
6479
|
boxShadowFocusWarning: string;
|
|
6480
6480
|
colorActiveWarning: string;
|
|
@@ -6483,7 +6483,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
6483
6483
|
borderHoverError: string;
|
|
6484
6484
|
borderActiveError: string;
|
|
6485
6485
|
borderFocusError: string;
|
|
6486
|
-
boxShadowHoverError:
|
|
6486
|
+
boxShadowHoverError: string;
|
|
6487
6487
|
boxShadowActiveError: string;
|
|
6488
6488
|
boxShadowFocusError: string;
|
|
6489
6489
|
colorActiveError: string;
|
|
@@ -98,7 +98,7 @@ exports.default = (0, vue_1.defineComponent)({
|
|
|
98
98
|
return bottomBordered;
|
|
99
99
|
return true;
|
|
100
100
|
});
|
|
101
|
-
const themeRef = (0, _mixins_1.useTheme)('DataTable', '
|
|
101
|
+
const themeRef = (0, _mixins_1.useTheme)('DataTable', '-data-table', index_cssr_1.default, styles_1.dataTableLight, props, mergedClsPrefixRef);
|
|
102
102
|
const bodyWidthRef = (0, vue_1.ref)(null);
|
|
103
103
|
const scrollPartRef = (0, vue_1.ref)('body');
|
|
104
104
|
const mainTableInstRef = (0, vue_1.ref)(null);
|
|
@@ -498,7 +498,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
498
498
|
borderHover: string;
|
|
499
499
|
borderActive: string;
|
|
500
500
|
borderFocus: string;
|
|
501
|
-
boxShadowHover:
|
|
501
|
+
boxShadowHover: string;
|
|
502
502
|
boxShadowActive: string;
|
|
503
503
|
boxShadowFocus: string;
|
|
504
504
|
caretColor: string;
|
|
@@ -509,7 +509,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
509
509
|
borderHoverWarning: string;
|
|
510
510
|
borderActiveWarning: string;
|
|
511
511
|
borderFocusWarning: string;
|
|
512
|
-
boxShadowHoverWarning:
|
|
512
|
+
boxShadowHoverWarning: string;
|
|
513
513
|
boxShadowActiveWarning: string;
|
|
514
514
|
boxShadowFocusWarning: string;
|
|
515
515
|
colorActiveWarning: string;
|
|
@@ -518,7 +518,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
518
518
|
borderHoverError: string;
|
|
519
519
|
borderActiveError: string;
|
|
520
520
|
borderFocusError: string;
|
|
521
|
-
boxShadowHoverError:
|
|
521
|
+
boxShadowHoverError: string;
|
|
522
522
|
boxShadowActiveError: string;
|
|
523
523
|
boxShadowFocusError: string;
|
|
524
524
|
colorActiveError: string;
|
|
@@ -758,7 +758,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
758
758
|
borderHover: string;
|
|
759
759
|
borderActive: string;
|
|
760
760
|
borderFocus: string;
|
|
761
|
-
boxShadowHover:
|
|
761
|
+
boxShadowHover: string;
|
|
762
762
|
boxShadowActive: string;
|
|
763
763
|
boxShadowFocus: string;
|
|
764
764
|
caretColor: string;
|
|
@@ -769,7 +769,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
769
769
|
borderHoverWarning: string;
|
|
770
770
|
borderActiveWarning: string;
|
|
771
771
|
borderFocusWarning: string;
|
|
772
|
-
boxShadowHoverWarning:
|
|
772
|
+
boxShadowHoverWarning: string;
|
|
773
773
|
boxShadowActiveWarning: string;
|
|
774
774
|
boxShadowFocusWarning: string;
|
|
775
775
|
colorActiveWarning: string;
|
|
@@ -778,7 +778,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
778
778
|
borderHoverError: string;
|
|
779
779
|
borderActiveError: string;
|
|
780
780
|
borderFocusError: string;
|
|
781
|
-
boxShadowHoverError:
|
|
781
|
+
boxShadowHoverError: string;
|
|
782
782
|
boxShadowActiveError: string;
|
|
783
783
|
boxShadowFocusError: string;
|
|
784
784
|
colorActiveError: string;
|
|
@@ -523,7 +523,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
523
523
|
borderHover: string;
|
|
524
524
|
borderActive: string;
|
|
525
525
|
borderFocus: string;
|
|
526
|
-
boxShadowHover:
|
|
526
|
+
boxShadowHover: string;
|
|
527
527
|
boxShadowActive: string;
|
|
528
528
|
boxShadowFocus: string;
|
|
529
529
|
caretColor: string;
|
|
@@ -534,7 +534,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
534
534
|
borderHoverWarning: string;
|
|
535
535
|
borderActiveWarning: string;
|
|
536
536
|
borderFocusWarning: string;
|
|
537
|
-
boxShadowHoverWarning:
|
|
537
|
+
boxShadowHoverWarning: string;
|
|
538
538
|
boxShadowActiveWarning: string;
|
|
539
539
|
boxShadowFocusWarning: string;
|
|
540
540
|
colorActiveWarning: string;
|
|
@@ -543,7 +543,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
543
543
|
borderHoverError: string;
|
|
544
544
|
borderActiveError: string;
|
|
545
545
|
borderFocusError: string;
|
|
546
|
-
boxShadowHoverError:
|
|
546
|
+
boxShadowHoverError: string;
|
|
547
547
|
boxShadowActiveError: string;
|
|
548
548
|
boxShadowFocusError: string;
|
|
549
549
|
colorActiveError: string;
|
|
@@ -783,7 +783,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
783
783
|
borderHover: string;
|
|
784
784
|
borderActive: string;
|
|
785
785
|
borderFocus: string;
|
|
786
|
-
boxShadowHover:
|
|
786
|
+
boxShadowHover: string;
|
|
787
787
|
boxShadowActive: string;
|
|
788
788
|
boxShadowFocus: string;
|
|
789
789
|
caretColor: string;
|
|
@@ -794,7 +794,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
794
794
|
borderHoverWarning: string;
|
|
795
795
|
borderActiveWarning: string;
|
|
796
796
|
borderFocusWarning: string;
|
|
797
|
-
boxShadowHoverWarning:
|
|
797
|
+
boxShadowHoverWarning: string;
|
|
798
798
|
boxShadowActiveWarning: string;
|
|
799
799
|
boxShadowFocusWarning: string;
|
|
800
800
|
colorActiveWarning: string;
|
|
@@ -803,7 +803,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
803
803
|
borderHoverError: string;
|
|
804
804
|
borderActiveError: string;
|
|
805
805
|
borderFocusError: string;
|
|
806
|
-
boxShadowHoverError:
|
|
806
|
+
boxShadowHoverError: string;
|
|
807
807
|
boxShadowActiveError: string;
|
|
808
808
|
boxShadowFocusError: string;
|
|
809
809
|
colorActiveError: string;
|
|
@@ -518,7 +518,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
518
518
|
borderHover: string;
|
|
519
519
|
borderActive: string;
|
|
520
520
|
borderFocus: string;
|
|
521
|
-
boxShadowHover:
|
|
521
|
+
boxShadowHover: string;
|
|
522
522
|
boxShadowActive: string;
|
|
523
523
|
boxShadowFocus: string;
|
|
524
524
|
caretColor: string;
|
|
@@ -529,7 +529,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
529
529
|
borderHoverWarning: string;
|
|
530
530
|
borderActiveWarning: string;
|
|
531
531
|
borderFocusWarning: string;
|
|
532
|
-
boxShadowHoverWarning:
|
|
532
|
+
boxShadowHoverWarning: string;
|
|
533
533
|
boxShadowActiveWarning: string;
|
|
534
534
|
boxShadowFocusWarning: string;
|
|
535
535
|
colorActiveWarning: string;
|
|
@@ -538,7 +538,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
538
538
|
borderHoverError: string;
|
|
539
539
|
borderActiveError: string;
|
|
540
540
|
borderFocusError: string;
|
|
541
|
-
boxShadowHoverError:
|
|
541
|
+
boxShadowHoverError: string;
|
|
542
542
|
boxShadowActiveError: string;
|
|
543
543
|
boxShadowFocusError: string;
|
|
544
544
|
colorActiveError: string;
|
|
@@ -778,7 +778,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
778
778
|
borderHover: string;
|
|
779
779
|
borderActive: string;
|
|
780
780
|
borderFocus: string;
|
|
781
|
-
boxShadowHover:
|
|
781
|
+
boxShadowHover: string;
|
|
782
782
|
boxShadowActive: string;
|
|
783
783
|
boxShadowFocus: string;
|
|
784
784
|
caretColor: string;
|
|
@@ -789,7 +789,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
789
789
|
borderHoverWarning: string;
|
|
790
790
|
borderActiveWarning: string;
|
|
791
791
|
borderFocusWarning: string;
|
|
792
|
-
boxShadowHoverWarning:
|
|
792
|
+
boxShadowHoverWarning: string;
|
|
793
793
|
boxShadowActiveWarning: string;
|
|
794
794
|
boxShadowFocusWarning: string;
|
|
795
795
|
colorActiveWarning: string;
|
|
@@ -798,7 +798,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
798
798
|
borderHoverError: string;
|
|
799
799
|
borderActiveError: string;
|
|
800
800
|
borderFocusError: string;
|
|
801
|
-
boxShadowHoverError:
|
|
801
|
+
boxShadowHoverError: string;
|
|
802
802
|
boxShadowActiveError: string;
|
|
803
803
|
boxShadowFocusError: string;
|
|
804
804
|
colorActiveError: string;
|
|
@@ -503,7 +503,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
503
503
|
borderHover: string;
|
|
504
504
|
borderActive: string;
|
|
505
505
|
borderFocus: string;
|
|
506
|
-
boxShadowHover:
|
|
506
|
+
boxShadowHover: string;
|
|
507
507
|
boxShadowActive: string;
|
|
508
508
|
boxShadowFocus: string;
|
|
509
509
|
caretColor: string;
|
|
@@ -514,7 +514,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
514
514
|
borderHoverWarning: string;
|
|
515
515
|
borderActiveWarning: string;
|
|
516
516
|
borderFocusWarning: string;
|
|
517
|
-
boxShadowHoverWarning:
|
|
517
|
+
boxShadowHoverWarning: string;
|
|
518
518
|
boxShadowActiveWarning: string;
|
|
519
519
|
boxShadowFocusWarning: string;
|
|
520
520
|
colorActiveWarning: string;
|
|
@@ -523,7 +523,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
523
523
|
borderHoverError: string;
|
|
524
524
|
borderActiveError: string;
|
|
525
525
|
borderFocusError: string;
|
|
526
|
-
boxShadowHoverError:
|
|
526
|
+
boxShadowHoverError: string;
|
|
527
527
|
boxShadowActiveError: string;
|
|
528
528
|
boxShadowFocusError: string;
|
|
529
529
|
colorActiveError: string;
|
|
@@ -763,7 +763,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
763
763
|
borderHover: string;
|
|
764
764
|
borderActive: string;
|
|
765
765
|
borderFocus: string;
|
|
766
|
-
boxShadowHover:
|
|
766
|
+
boxShadowHover: string;
|
|
767
767
|
boxShadowActive: string;
|
|
768
768
|
boxShadowFocus: string;
|
|
769
769
|
caretColor: string;
|
|
@@ -774,7 +774,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
774
774
|
borderHoverWarning: string;
|
|
775
775
|
borderActiveWarning: string;
|
|
776
776
|
borderFocusWarning: string;
|
|
777
|
-
boxShadowHoverWarning:
|
|
777
|
+
boxShadowHoverWarning: string;
|
|
778
778
|
boxShadowActiveWarning: string;
|
|
779
779
|
boxShadowFocusWarning: string;
|
|
780
780
|
colorActiveWarning: string;
|
|
@@ -783,7 +783,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
783
783
|
borderHoverError: string;
|
|
784
784
|
borderActiveError: string;
|
|
785
785
|
borderFocusError: string;
|
|
786
|
-
boxShadowHoverError:
|
|
786
|
+
boxShadowHoverError: string;
|
|
787
787
|
boxShadowActiveError: string;
|
|
788
788
|
boxShadowFocusError: string;
|
|
789
789
|
colorActiveError: string;
|
|
@@ -1474,7 +1474,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1474
1474
|
borderHover: string;
|
|
1475
1475
|
borderActive: string;
|
|
1476
1476
|
borderFocus: string;
|
|
1477
|
-
boxShadowHover:
|
|
1477
|
+
boxShadowHover: string;
|
|
1478
1478
|
boxShadowActive: string;
|
|
1479
1479
|
boxShadowFocus: string;
|
|
1480
1480
|
caretColor: string;
|
|
@@ -1485,7 +1485,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1485
1485
|
borderHoverWarning: string;
|
|
1486
1486
|
borderActiveWarning: string;
|
|
1487
1487
|
borderFocusWarning: string;
|
|
1488
|
-
boxShadowHoverWarning:
|
|
1488
|
+
boxShadowHoverWarning: string;
|
|
1489
1489
|
boxShadowActiveWarning: string;
|
|
1490
1490
|
boxShadowFocusWarning: string;
|
|
1491
1491
|
colorActiveWarning: string;
|
|
@@ -1494,7 +1494,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1494
1494
|
borderHoverError: string;
|
|
1495
1495
|
borderActiveError: string;
|
|
1496
1496
|
borderFocusError: string;
|
|
1497
|
-
boxShadowHoverError:
|
|
1497
|
+
boxShadowHoverError: string;
|
|
1498
1498
|
boxShadowActiveError: string;
|
|
1499
1499
|
boxShadowFocusError: string;
|
|
1500
1500
|
colorActiveError: string;
|
|
@@ -1734,7 +1734,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1734
1734
|
borderHover: string;
|
|
1735
1735
|
borderActive: string;
|
|
1736
1736
|
borderFocus: string;
|
|
1737
|
-
boxShadowHover:
|
|
1737
|
+
boxShadowHover: string;
|
|
1738
1738
|
boxShadowActive: string;
|
|
1739
1739
|
boxShadowFocus: string;
|
|
1740
1740
|
caretColor: string;
|
|
@@ -1745,7 +1745,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1745
1745
|
borderHoverWarning: string;
|
|
1746
1746
|
borderActiveWarning: string;
|
|
1747
1747
|
borderFocusWarning: string;
|
|
1748
|
-
boxShadowHoverWarning:
|
|
1748
|
+
boxShadowHoverWarning: string;
|
|
1749
1749
|
boxShadowActiveWarning: string;
|
|
1750
1750
|
boxShadowFocusWarning: string;
|
|
1751
1751
|
colorActiveWarning: string;
|
|
@@ -1754,7 +1754,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1754
1754
|
borderHoverError: string;
|
|
1755
1755
|
borderActiveError: string;
|
|
1756
1756
|
borderFocusError: string;
|
|
1757
|
-
boxShadowHoverError:
|
|
1757
|
+
boxShadowHoverError: string;
|
|
1758
1758
|
boxShadowActiveError: string;
|
|
1759
1759
|
boxShadowFocusError: string;
|
|
1760
1760
|
colorActiveError: string;
|
|
@@ -510,7 +510,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
510
510
|
borderHover: string;
|
|
511
511
|
borderActive: string;
|
|
512
512
|
borderFocus: string;
|
|
513
|
-
boxShadowHover:
|
|
513
|
+
boxShadowHover: string;
|
|
514
514
|
boxShadowActive: string;
|
|
515
515
|
boxShadowFocus: string;
|
|
516
516
|
caretColor: string;
|
|
@@ -521,7 +521,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
521
521
|
borderHoverWarning: string;
|
|
522
522
|
borderActiveWarning: string;
|
|
523
523
|
borderFocusWarning: string;
|
|
524
|
-
boxShadowHoverWarning:
|
|
524
|
+
boxShadowHoverWarning: string;
|
|
525
525
|
boxShadowActiveWarning: string;
|
|
526
526
|
boxShadowFocusWarning: string;
|
|
527
527
|
colorActiveWarning: string;
|
|
@@ -530,7 +530,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
530
530
|
borderHoverError: string;
|
|
531
531
|
borderActiveError: string;
|
|
532
532
|
borderFocusError: string;
|
|
533
|
-
boxShadowHoverError:
|
|
533
|
+
boxShadowHoverError: string;
|
|
534
534
|
boxShadowActiveError: string;
|
|
535
535
|
boxShadowFocusError: string;
|
|
536
536
|
colorActiveError: string;
|
|
@@ -770,7 +770,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
770
770
|
borderHover: string;
|
|
771
771
|
borderActive: string;
|
|
772
772
|
borderFocus: string;
|
|
773
|
-
boxShadowHover:
|
|
773
|
+
boxShadowHover: string;
|
|
774
774
|
boxShadowActive: string;
|
|
775
775
|
boxShadowFocus: string;
|
|
776
776
|
caretColor: string;
|
|
@@ -781,7 +781,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
781
781
|
borderHoverWarning: string;
|
|
782
782
|
borderActiveWarning: string;
|
|
783
783
|
borderFocusWarning: string;
|
|
784
|
-
boxShadowHoverWarning:
|
|
784
|
+
boxShadowHoverWarning: string;
|
|
785
785
|
boxShadowActiveWarning: string;
|
|
786
786
|
boxShadowFocusWarning: string;
|
|
787
787
|
colorActiveWarning: string;
|
|
@@ -790,7 +790,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
790
790
|
borderHoverError: string;
|
|
791
791
|
borderActiveError: string;
|
|
792
792
|
borderFocusError: string;
|
|
793
|
-
boxShadowHoverError:
|
|
793
|
+
boxShadowHoverError: string;
|
|
794
794
|
boxShadowActiveError: string;
|
|
795
795
|
boxShadowFocusError: string;
|
|
796
796
|
colorActiveError: string;
|
|
@@ -4,8 +4,8 @@ import { EllipsisProps } from '../../ellipsis/src/Ellipsis';
|
|
|
4
4
|
import { NLocale } from '../../locales';
|
|
5
5
|
import { MergedTheme } from '../../_mixins';
|
|
6
6
|
import { DataTableTheme } from '../styles';
|
|
7
|
-
import { RowItem, ColItem } from './use-group-header';
|
|
8
|
-
import { DataTableSelectionOption } from './TableParts/SelectionMenu';
|
|
7
|
+
import type { RowItem, ColItem } from './use-group-header';
|
|
8
|
+
import type { DataTableSelectionOption } from './TableParts/SelectionMenu';
|
|
9
9
|
export declare type FilterOptionValue = string | number;
|
|
10
10
|
export declare type ColumnKey = string | number;
|
|
11
11
|
export declare type RowKey = string | number;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { ComputedRef } from 'vue';
|
|
2
|
-
import { DataTableSetupProps } from './DataTable';
|
|
3
|
-
import { RowKey, TableSelectionColumn, InternalRowData, TmNode } from './interface';
|
|
2
|
+
import type { DataTableSetupProps } from './DataTable';
|
|
3
|
+
import type { RowKey, TableSelectionColumn, InternalRowData, TmNode } from './interface';
|
|
4
4
|
import { TreeMate } from 'treemate';
|
|
5
5
|
export declare function useCheck(props: DataTableSetupProps, data: {
|
|
6
6
|
selectionColumnRef: ComputedRef<TableSelectionColumn | null>;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { CSSProperties, ComputedRef } from 'vue';
|
|
2
|
-
import { DataTableSetupProps } from './DataTable';
|
|
2
|
+
import type { DataTableSetupProps } from './DataTable';
|
|
3
3
|
import type { TableExpandColumn, TableSelectionColumn, TableColumn, TableBaseColumn } from './interface';
|
|
4
4
|
export interface RowItem {
|
|
5
5
|
colSpan: number;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { ComputedRef, Ref } from 'vue';
|
|
2
|
-
import { DataTableSetupProps } from './DataTable';
|
|
2
|
+
import type { DataTableSetupProps } from './DataTable';
|
|
3
3
|
import type { ColumnKey, MainTableRef, TableColumn } from './interface';
|
|
4
4
|
export declare function useScroll(props: DataTableSetupProps, { mainTableInstRef, mergedCurrentPageRef, bodyWidthRef, scrollPartRef }: {
|
|
5
5
|
scrollPartRef: Ref<'head' | 'body'>;
|