@uzum-tech/ui 1.3.0 → 1.4.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +83737 -65269
- package/dist/index.prod.js +12 -2
- package/es/__mocks__/vueuse-core.d.ts +5 -0
- package/es/__mocks__/vueuse-core.js +9 -0
- package/es/_internal/checkbox/src/use-checkbox.d.ts +4 -4
- package/es/_internal/close/src/Close.d.ts +2 -2
- package/es/_internal/fade-in-expand-transition/src/FadeInExpandTransition.d.ts +3 -3
- package/es/_internal/icons/CheckmarkCircle.d.ts +2 -0
- package/es/_internal/icons/CheckmarkCircle.js +9 -0
- package/es/_internal/icons/ContentCopy.d.ts +2 -0
- package/es/_internal/icons/ContentCopy.js +8 -0
- package/es/_internal/icons/DismissCircle.d.ts +2 -0
- package/es/_internal/icons/DismissCircle.js +9 -0
- package/es/_internal/icons/Edit.d.ts +2 -0
- package/es/_internal/icons/Edit.js +9 -0
- package/es/_internal/icons/FileHeart.d.ts +2 -0
- package/es/_internal/icons/FileHeart.js +8 -0
- package/es/_internal/icons/SiderUnionBorder.d.ts +2 -0
- package/es/_internal/icons/SiderUnionBorder.js +8 -0
- package/es/_internal/icons/index.d.ts +6 -0
- package/es/_internal/icons/index.js +6 -0
- package/es/_internal/loading/src/Loading.d.ts +2 -2
- package/es/_internal/menu-mask/src/MenuMask.d.ts +1 -1
- package/es/_internal/radio/src/use-radio.d.ts +2 -2
- package/es/_internal/select-menu/src/SelectGroupHeader.d.ts +2 -2
- package/es/_internal/select-menu/src/SelectMenu.d.ts +83 -152
- package/es/_internal/select-menu/src/SelectOption.d.ts +2 -2
- package/es/_internal/select-menu/styles/light.d.ts +11 -5
- package/es/_internal/selection/src/Selection.d.ts +13 -124
- package/es/_internal/skeleton/src/Skeleton.d.ts +1 -1
- package/es/_utils/composable/use-adjusted-to.d.ts +1 -1
- package/es/_utils/cssr/index.d.ts +1 -1
- package/es/_utils/debounce/index.d.ts +1 -0
- package/es/_utils/debounce/index.js +10 -0
- package/es/_utils/inject/index.d.ts +1 -1
- package/es/_utils/vue/render.d.ts +1 -1
- package/es/affix/src/Affix.d.ts +4 -4
- package/es/alert/src/Alert.d.ts +8 -120
- package/es/anchor/src/AnchorAdapter.d.ts +4 -4
- package/es/anchor/src/BaseAnchor.d.ts +2 -2
- package/es/auto-complete/src/AutoComplete.d.ts +130 -175
- package/es/auto-complete/styles/light.d.ts +11 -5
- package/es/avatar/src/Avatar.d.ts +3 -3
- package/es/avatar-group/src/AvatarGroup.d.ts +6 -117
- package/es/back-top/src/BackTop.d.ts +4 -4
- package/es/badge/src/Badge.d.ts +7 -7
- package/es/button/src/Button.d.ts +14 -14
- package/es/calendar/src/Calendar.d.ts +3 -114
- package/es/card/src/Card.d.ts +19 -130
- package/es/card-list/index.d.ts +2 -0
- package/es/card-list/index.js +1 -0
- package/es/card-list/src/CardList.d.ts +259 -0
- package/es/card-list/src/CardList.js +69 -0
- package/es/card-list/src/CardListItem.d.ts +70 -0
- package/es/card-list/src/CardListItem.js +112 -0
- package/es/card-list/src/interface.d.ts +12 -0
- package/es/card-list/src/interface.js +1 -0
- package/es/card-list/src/styles/index.cssr.d.ts +2 -0
- package/es/card-list/src/styles/index.cssr.js +101 -0
- package/es/card-list/styles/dark.d.ts +3 -0
- package/es/card-list/styles/dark.js +8 -0
- package/es/card-list/styles/index.d.ts +3 -0
- package/es/card-list/styles/index.js +2 -0
- package/es/card-list/styles/light.d.ts +22 -0
- package/es/card-list/styles/light.js +26 -0
- package/es/carousel/src/Carousel.d.ts +23 -25
- package/es/carousel/src/CarouselDots.d.ts +5 -5
- package/es/cascader/src/Cascader.d.ts +246 -231
- package/es/cascader/src/CascaderMenu.d.ts +36 -129
- package/es/cascader/src/CascaderOption.d.ts +34 -127
- package/es/cascader/src/CascaderSelectMenu.d.ts +35 -128
- package/es/cascader/src/CascaderSubmenu.d.ts +34 -127
- package/es/cascader/styles/light.d.ts +22 -10
- package/es/checkbox/src/Checkbox.d.ts +18 -129
- package/es/checkbox/src/CheckboxGroup.d.ts +14 -14
- package/es/code/src/Code.d.ts +1 -1
- package/es/collapse/src/Collapse.d.ts +10 -121
- package/es/collapse/src/CollapseItem.d.ts +3 -3
- package/es/collapse/src/CollapseItemContent.d.ts +2 -2
- package/es/collapse-transition/src/CollapseTransition.d.ts +1 -1
- package/es/color-picker/src/ColorInput.d.ts +2 -2
- package/es/color-picker/src/ColorInputUnit.d.ts +3 -114
- package/es/color-picker/src/ColorPicker.d.ts +7 -7
- package/es/components.d.ts +1 -0
- package/es/components.js +1 -0
- package/es/config-provider/src/ConfigProvider.d.ts +10 -366
- package/es/config-provider/src/config.js +5 -5
- package/es/config-provider/src/internal-interface.d.ts +3 -1
- package/es/countdown/src/Countdown.d.ts +4 -4
- package/es/data-table/src/DataTable.d.ts +308 -255
- package/es/data-table/src/DataTable.js +153 -5
- package/es/data-table/src/HeaderButton/FilterButton.d.ts +59 -137
- package/es/data-table/src/HeaderButton/FilterMenu.d.ts +62 -140
- package/es/data-table/src/HeaderButton/RenderFilter.d.ts +1 -1
- package/es/data-table/src/MainTable.d.ts +4 -1
- package/es/data-table/src/MainTable.js +6 -4
- package/es/data-table/src/TableParts/Body.d.ts +68 -142
- package/es/data-table/src/TableParts/Body.js +27 -7
- package/es/data-table/src/TableParts/Cell.d.ts +8 -2828
- package/es/data-table/src/TableParts/Cell.js +64 -6
- package/es/data-table/src/TableParts/ExpandTrigger.d.ts +1 -1
- package/es/data-table/src/TableParts/Header.d.ts +60 -138
- package/es/data-table/src/TableParts/Header.js +7 -5
- package/es/data-table/src/interface.d.ts +135 -53
- package/es/data-table/src/styles/index.cssr.js +25 -1
- package/es/data-table/src/use-check.d.ts +1 -1
- package/es/data-table/src/use-expand.d.ts +1 -1
- package/es/data-table/src/use-group-header.js +4 -0
- package/es/data-table/src/use-mask.d.ts +10 -0
- package/es/data-table/src/use-mask.js +58 -0
- package/es/data-table/src/utils.d.ts +4 -0
- package/es/data-table/src/utils.js +4 -0
- package/es/data-table/styles/light.d.ts +39 -15
- package/es/data-table/styles/light.js +4 -1
- package/es/date-picker/src/DatePicker.d.ts +14 -125
- package/es/date-picker/src/panel/date.d.ts +6 -129
- package/es/date-picker/src/panel/daterange.d.ts +7 -118
- package/es/date-picker/src/panel/datetime.d.ts +6 -117
- package/es/date-picker/src/panel/datetimerange.d.ts +7 -118
- package/es/date-picker/src/panel/panelMonth.d.ts +41 -299
- package/es/date-picker/src/panel/panelMonthContent.d.ts +6 -123
- package/es/date-picker/src/panel/panelYear.d.ts +41 -299
- package/es/date-picker/src/panel/panelYearContent.d.ts +6 -135
- package/es/date-picker/src/panel/use-calendar.d.ts +3 -114
- package/es/date-picker/src/panel/use-dual-calendar.d.ts +8 -119
- package/es/date-picker/src/panel/use-panel-common.d.ts +2 -113
- package/es/date-picker/styles/_common.js +1 -1
- package/es/descriptions/src/Descriptions.d.ts +2 -2
- package/es/dialog/src/Dialog.d.ts +4 -115
- package/es/dialog/src/Dialog.js +1 -1
- package/es/dialog/src/DialogEnvironment.d.ts +5 -5
- package/es/dialog/src/DialogProvider.d.ts +40 -40
- package/es/dialog/src/dialogProps.d.ts +2 -2
- package/es/divider/src/Divider.d.ts +4 -4
- package/es/drawer/src/Drawer.d.ts +21 -119
- package/es/drawer/src/Drawer.js +4 -1
- package/es/drawer/src/DrawerBodyWrapper.d.ts +12 -114
- package/es/drawer/src/DrawerBodyWrapper.js +6 -0
- package/es/drawer/src/DrawerContent.d.ts +1 -112
- package/es/drawer/src/styles/index.cssr.js +3 -2
- package/es/drawer/styles/_common.js +2 -2
- package/es/dropdown/src/Dropdown.d.ts +31 -142
- package/es/dropdown/src/DropdownGroup.d.ts +3 -2
- package/es/dropdown/src/DropdownMenu.d.ts +3 -2
- package/es/dropdown/src/DropdownOption.d.ts +4 -3
- package/es/dropdown/src/DropdownRenderOption.d.ts +3 -2
- package/es/dynamic-input/src/DynamicInput.d.ts +3 -114
- package/es/dynamic-input/src/InputPreset.d.ts +1 -112
- package/es/dynamic-input/src/PairPreset.d.ts +1 -112
- package/es/dynamic-tags/src/DynamicTags.d.ts +14 -125
- package/es/ellipsis/src/Ellipsis.d.ts +4 -115
- package/es/ellipsis/src/PerformantEllipsis.d.ts +2 -2
- package/es/empty/src/Empty.d.ts +109 -48
- package/es/empty/src/Empty.js +27 -9
- package/es/empty/src/styles/index.cssr.js +38 -11
- package/es/empty/styles/light.d.ts +11 -5
- package/es/empty/styles/light.js +17 -11
- package/es/equation/src/Equation.d.ts +4 -3
- package/es/flex/src/Flex.d.ts +13 -12
- package/es/form/src/Form.d.ts +4 -4
- package/es/form/src/Form.js +2 -2
- package/es/form/src/FormItem.d.ts +23 -10
- package/es/form/src/FormItem.js +20 -7
- package/es/form/src/FormItemCol.d.ts +22 -9
- package/es/form/src/FormItemGridItem.d.ts +24 -11
- package/es/form/src/FormItemRow.d.ts +21 -8
- package/es/form/src/utils.d.ts +3 -2
- package/es/form/src/utils.js +16 -0
- package/es/gradient-text/src/GradientText.d.ts +5 -5
- package/es/grid/src/Grid.d.ts +18 -18
- package/es/grid/src/GridItem.d.ts +2 -2
- package/es/icon/src/Icon.d.ts +3 -3
- package/es/icon-wrapper/src/IconWrapper.d.ts +1 -1
- package/es/image/src/Image.d.ts +5 -5
- package/es/image/src/ImageGroup.d.ts +1 -1
- package/es/image/src/ImagePreview.d.ts +1 -1
- package/es/input/src/Input.d.ts +79 -155
- package/es/input/src/Input.js +54 -17
- package/es/input/src/InputGroupLabel.d.ts +1 -1
- package/es/input/src/use-clipboard.d.ts +9 -0
- package/es/input/src/use-clipboard.js +47 -0
- package/es/input-number/src/InputNumber.d.ts +14 -125
- package/es/layout/src/Layout.d.ts +4 -226
- package/es/layout/src/LayoutContent.d.ts +2 -113
- package/es/layout/src/LayoutFooter.d.ts +1 -1
- package/es/layout/src/LayoutHeader.d.ts +2 -2
- package/es/layout/src/LayoutHeader.js +5 -1
- package/es/layout/src/LayoutSider.d.ts +10 -121
- package/es/layout/src/LayoutSider.js +3 -3
- package/es/layout/src/ToggleSidebarButton.d.ts +15 -0
- package/es/layout/src/ToggleSidebarButton.js +23 -0
- package/es/layout/src/interface.d.ts +1 -1
- package/es/layout/src/styles/layout-header.cssr.js +4 -1
- package/es/layout/src/styles/layout-sider.cssr.js +64 -6
- package/es/layout/src/utils/resolveTriggerComponent.d.ts +51 -0
- package/es/layout/src/utils/resolveTriggerComponent.js +13 -0
- package/es/legacy-transfer/src/Transfer.d.ts +112 -163
- package/es/legacy-transfer/src/TransferFilter.d.ts +12 -117
- package/es/legacy-transfer/src/TransferList.d.ts +12 -117
- package/es/legacy-transfer/src/TransferListItem.d.ts +13 -118
- package/es/legacy-transfer/styles/light.d.ts +11 -5
- package/es/list/src/List.d.ts +6 -6
- package/es/list/src/ListItem.d.ts +5 -5
- package/es/loading-bar/src/LoadingBar.d.ts +1 -1
- package/es/loading-bar/src/LoadingBar.js +2 -2
- package/es/loading-bar/src/LoadingBarProvider.d.ts +9 -9
- package/es/locales/common/arDZ.js +9 -2
- package/es/locales/common/deDE.js +9 -2
- package/es/locales/common/enGB.js +9 -2
- package/es/locales/common/enUS.d.ts +8 -1
- package/es/locales/common/enUS.js +9 -2
- package/es/locales/common/eo.js +9 -2
- package/es/locales/common/esAR.js +9 -2
- package/es/locales/common/faIR.js +9 -2
- package/es/locales/common/frFR.js +9 -2
- package/es/locales/common/idID.js +9 -2
- package/es/locales/common/itIT.js +9 -2
- package/es/locales/common/jaJP.js +9 -2
- package/es/locales/common/koKR.js +9 -2
- package/es/locales/common/nbNO.js +9 -2
- package/es/locales/common/nlNL.js +9 -2
- package/es/locales/common/plPL.js +9 -2
- package/es/locales/common/ptBR.js +9 -2
- package/es/locales/common/ruRU.js +9 -2
- package/es/locales/common/skSK.js +9 -2
- package/es/locales/common/svSE.js +9 -2
- package/es/locales/common/thTH.js +9 -2
- package/es/locales/common/trTR.js +9 -2
- package/es/locales/common/ukUA.js +9 -2
- package/es/locales/common/viVN.js +9 -2
- package/es/locales/common/zhCN.js +9 -2
- package/es/locales/common/zhTW.js +9 -2
- package/es/log/src/Log.d.ts +8 -120
- package/es/mention/src/Mention.d.ts +140 -185
- package/es/mention/src/utils.js +4 -4
- package/es/mention/styles/light.d.ts +11 -5
- package/es/menu/src/Menu.d.ts +16 -127
- package/es/menu/src/MenuOption.d.ts +2 -113
- package/es/menu/src/MenuOptionGroup.d.ts +1 -1
- package/es/menu/src/Submenu.d.ts +2 -113
- package/es/message/src/Message.d.ts +1 -1
- package/es/message/src/MessageEnvironment.d.ts +1 -1
- package/es/message/src/MessageProvider.d.ts +5 -5
- package/es/modal/src/BodyWrapper.d.ts +8 -119
- package/es/modal/src/Modal.d.ts +17 -17
- package/es/modal/src/presetProps.d.ts +2 -2
- package/es/notification/src/Notification.d.ts +5 -5
- package/es/notification/src/NotificationContainer.d.ts +1 -112
- package/es/notification/src/NotificationEnvironment.d.ts +4 -4
- package/es/notification/src/NotificationProvider.d.ts +17 -17
- package/es/number-animation/src/NumberAnimation.d.ts +1 -1
- package/es/pagination/src/Pagination.d.ts +263 -242
- package/es/pagination/styles/light.d.ts +22 -10
- package/es/popconfirm/src/Popconfirm.d.ts +29 -140
- package/es/popconfirm/src/PopconfirmPanel.d.ts +1 -1
- package/es/popover/src/Popover.d.ts +30 -30
- package/es/popover/src/PopoverBody.d.ts +19 -19
- package/es/popselect/src/Popselect.d.ts +195 -240
- package/es/popselect/src/PopselectPanel.d.ts +26 -125
- package/es/popselect/styles/light.d.ts +11 -5
- package/es/preset.d.ts +1 -1
- package/es/progress/src/Line.d.ts +1 -1
- package/es/progress/src/MultipleCircle.d.ts +2 -2
- package/es/progress/src/Progress.d.ts +6 -6
- package/es/radio/src/Radio.d.ts +10 -10
- package/es/radio/src/RadioButton.d.ts +6 -6
- package/es/rate/src/Rate.d.ts +1 -1
- package/es/result/src/Result.d.ts +4 -4
- package/es/select/src/Select.d.ts +141 -186
- package/es/select/styles/light.d.ts +11 -5
- package/es/skeleton/src/Skeleton.d.ts +1 -1
- package/es/slider/src/Slider.d.ts +9 -9
- package/es/space/src/Space.d.ts +5 -5
- package/es/spin/src/Spin.d.ts +8 -8
- package/es/steps/src/Step.js +1 -2
- package/es/styles.d.ts +1 -0
- package/es/styles.js +1 -0
- package/es/switch/src/Switch.d.ts +11 -11
- package/es/table/src/Table.d.ts +1 -1
- package/es/tabs/src/Tab.d.ts +10 -22
- package/es/tabs/src/TabPane.d.ts +9 -21
- package/es/tabs/src/Tabs.d.ts +29 -30
- package/es/tag/src/Tag.d.ts +11 -11
- package/es/tag/src/common-props.d.ts +2 -2
- package/es/themes/dark.js +2 -0
- package/es/themes/light.js +2 -0
- package/es/time/src/Time.d.ts +2 -2
- package/es/time-picker/src/Panel.d.ts +3 -114
- package/es/time-picker/src/PanelCol.d.ts +4 -4
- package/es/time-picker/src/TimePicker.d.ts +17 -128
- package/es/timeline/src/TimelineItem.d.ts +4 -4
- package/es/toggle-button/src/ToggleButton.d.ts +12 -12
- package/es/tooltip/src/Tooltip.d.ts +25 -136
- package/es/transfer/src/Transfer.d.ts +112 -163
- package/es/transfer/src/TransferFilter.d.ts +12 -117
- package/es/transfer/src/TransferList.d.ts +12 -117
- package/es/transfer/src/TransferListItem.d.ts +13 -118
- package/es/transfer/styles/light.d.ts +11 -5
- package/es/tree/src/MotionWrapper.d.ts +2 -2
- package/es/tree/src/Tree.d.ts +148 -199
- package/es/tree/src/TreeNodeCheckbox.d.ts +13 -118
- package/es/tree/src/TreeNodeContent.d.ts +1 -1
- package/es/tree/src/TreeNodeSwitcher.d.ts +3 -3
- package/es/tree/styles/light.d.ts +11 -5
- package/es/tree-select/src/TreeSelect.d.ts +269 -260
- package/es/tree-select/styles/light.d.ts +22 -10
- package/es/typography/src/create-header.d.ts +5 -5
- package/es/typography/src/headers.d.ts +18 -18
- package/es/typography/src/p.d.ts +3 -3
- package/es/typography/src/text.d.ts +6 -6
- package/es/upload/src/Upload.d.ts +137 -137
- package/es/upload/src/Upload.js +60 -188
- package/es/upload/src/UploadFile.d.ts +17 -115
- package/es/upload/src/UploadFile.js +57 -54
- package/es/upload/src/UploadFileList.js +2 -2
- package/es/upload/src/UploadProgress.d.ts +9 -114
- package/es/upload/src/UploadTrigger.js +20 -7
- package/es/upload/src/interface.d.ts +42 -0
- package/es/upload/src/styles/index.cssr.js +159 -34
- package/es/upload/src/useUpload.d.ts +2 -0
- package/es/upload/src/useUpload.js +163 -0
- package/es/upload/src/useUploadActionsRender.d.ts +26 -0
- package/es/upload/src/useUploadActionsRender.js +85 -0
- package/es/upload/src/useUploadInternals.d.ts +25 -0
- package/es/upload/src/useUploadInternals.js +37 -0
- package/es/upload/src/utils.d.ts +2 -1
- package/es/upload/src/utils.js +5 -0
- package/es/upload/styles/light.d.ts +12 -0
- package/es/upload/styles/light.js +8 -2
- package/es/version.d.ts +1 -1
- package/es/version.js +1 -1
- package/es/watermark/src/Watermark.d.ts +6 -6
- package/lib/__mocks__/vueuse-core.d.ts +5 -0
- package/lib/__mocks__/vueuse-core.js +9 -0
- package/lib/_internal/checkbox/src/use-checkbox.d.ts +4 -4
- package/lib/_internal/close/src/Close.d.ts +2 -2
- package/lib/_internal/fade-in-expand-transition/src/FadeInExpandTransition.d.ts +3 -3
- package/lib/_internal/icons/CheckmarkCircle.d.ts +2 -0
- package/lib/_internal/icons/CheckmarkCircle.js +11 -0
- package/lib/_internal/icons/ContentCopy.d.ts +2 -0
- package/lib/_internal/icons/ContentCopy.js +10 -0
- package/lib/_internal/icons/DismissCircle.d.ts +2 -0
- package/lib/_internal/icons/DismissCircle.js +11 -0
- package/lib/_internal/icons/Edit.d.ts +2 -0
- package/lib/_internal/icons/Edit.js +11 -0
- package/lib/_internal/icons/FileHeart.d.ts +2 -0
- package/lib/_internal/icons/FileHeart.js +10 -0
- package/lib/_internal/icons/SiderUnionBorder.d.ts +2 -0
- package/lib/_internal/icons/SiderUnionBorder.js +10 -0
- package/lib/_internal/icons/index.d.ts +6 -0
- package/lib/_internal/icons/index.js +14 -1
- package/lib/_internal/icons/replaceable.js +1 -2
- package/lib/_internal/loading/src/Loading.d.ts +2 -2
- package/lib/_internal/menu-mask/src/MenuMask.d.ts +1 -1
- package/lib/_internal/radio/src/use-radio.d.ts +2 -2
- package/lib/_internal/radio/src/use-radio.js +2 -2
- package/lib/_internal/select-menu/src/SelectGroupHeader.d.ts +2 -2
- package/lib/_internal/select-menu/src/SelectMenu.d.ts +83 -152
- package/lib/_internal/select-menu/src/SelectOption.d.ts +2 -2
- package/lib/_internal/select-menu/styles/light.d.ts +11 -5
- package/lib/_internal/selection/src/Selection.d.ts +13 -124
- package/lib/_internal/skeleton/src/Skeleton.d.ts +1 -1
- package/lib/_mixins/use-config.js +3 -3
- package/lib/_mixins/use-css-vars-class.js +1 -2
- package/lib/_mixins/use-form-item.js +1 -1
- package/lib/_mixins/use-hljs.js +1 -1
- package/lib/_mixins/use-locale.js +1 -1
- package/lib/_mixins/use-rtl.js +1 -2
- package/lib/_mixins/use-style.js +1 -1
- package/lib/_mixins/use-theme.js +1 -2
- package/lib/_resolvers/auto-import/auto-import-resolver.js +1 -2
- package/lib/_styles/transitions/fade-down.cssr.js +2 -3
- package/lib/_styles/transitions/fade-in-height-expand.cssr.js +2 -3
- package/lib/_styles/transitions/fade-in-scale-up.cssr.js +2 -3
- package/lib/_styles/transitions/fade-in-width-expand.cssr.js +2 -3
- package/lib/_styles/transitions/fade-in.cssr.js +2 -3
- package/lib/_styles/transitions/fade-up-width-expand.cssr.js +2 -3
- package/lib/_styles/transitions/icon-switch.cssr.js +2 -3
- package/lib/_styles/transitions/slide-in-from-bottom.js +1 -2
- package/lib/_styles/transitions/slide-in-from-left.js +1 -2
- package/lib/_styles/transitions/slide-in-from-right.js +1 -2
- package/lib/_styles/transitions/slide-in-from-top.js +1 -2
- package/lib/_utils/color/index.js +3 -4
- package/lib/_utils/composable/use-adjusted-to.d.ts +1 -1
- package/lib/_utils/composable/use-adjusted-to.js +1 -2
- package/lib/_utils/composable/use-collection.js +3 -4
- package/lib/_utils/composable/use-deferred-true.js +1 -2
- package/lib/_utils/composable/use-houdini.js +1 -2
- package/lib/_utils/composable/use-lock-html-scroll.js +2 -2
- package/lib/_utils/composable/use-reactivated.js +1 -2
- package/lib/_utils/composable/use-resize.js +1 -2
- package/lib/_utils/css/color-to-class.js +1 -2
- package/lib/_utils/css/format-length.js +1 -2
- package/lib/_utils/cssr/create-key.js +1 -2
- package/lib/_utils/cssr/index.d.ts +1 -1
- package/lib/_utils/cssr/index.js +4 -4
- package/lib/_utils/debounce/index.d.ts +1 -0
- package/lib/_utils/debounce/index.js +13 -0
- package/lib/_utils/dom/is-document.js +1 -2
- package/lib/_utils/env/is-jsdom.js +1 -2
- package/lib/_utils/event/index.js +2 -3
- package/lib/_utils/inject/index.d.ts +1 -1
- package/lib/_utils/uzum/attribute.js +1 -2
- package/lib/_utils/uzum/prop.js +2 -3
- package/lib/_utils/uzum/warn.js +3 -4
- package/lib/_utils/vue/call.js +1 -2
- package/lib/_utils/vue/create-data-key.js +1 -2
- package/lib/_utils/vue/create-injection-key.js +1 -2
- package/lib/_utils/vue/create-ref-setter.js +1 -2
- package/lib/_utils/vue/flatten.js +1 -2
- package/lib/_utils/vue/get-first-slot-vnode.js +1 -2
- package/lib/_utils/vue/get-slot.js +1 -2
- package/lib/_utils/vue/get-v-node-children.js +1 -2
- package/lib/_utils/vue/is-node-v-show-false.js +1 -2
- package/lib/_utils/vue/keep.js +1 -2
- package/lib/_utils/vue/keysOf.js +1 -2
- package/lib/_utils/vue/merge-handlers.js +1 -2
- package/lib/_utils/vue/omit.js +1 -2
- package/lib/_utils/vue/render.d.ts +1 -1
- package/lib/_utils/vue/resolve-slot.js +5 -6
- package/lib/affix/src/Affix.d.ts +4 -4
- package/lib/affix/src/utils.js +2 -3
- package/lib/alert/src/Alert.d.ts +8 -120
- package/lib/anchor/src/AnchorAdapter.d.ts +4 -4
- package/lib/anchor/src/BaseAnchor.d.ts +2 -2
- package/lib/anchor/src/utils.js +1 -2
- package/lib/auto-complete/src/AutoComplete.d.ts +130 -175
- package/lib/auto-complete/src/utils.js +1 -2
- package/lib/auto-complete/styles/light.d.ts +11 -5
- package/lib/auto-complete/styles/light.js +1 -2
- package/lib/avatar/src/Avatar.d.ts +3 -3
- package/lib/avatar-group/src/AvatarGroup.d.ts +6 -117
- package/lib/back-top/src/BackTop.d.ts +4 -4
- package/lib/badge/src/Badge.d.ts +7 -7
- package/lib/button/src/Button.d.ts +14 -14
- package/lib/calendar/src/Calendar.d.ts +3 -114
- package/lib/card/src/Card.d.ts +19 -130
- package/lib/card-list/index.d.ts +2 -0
- package/lib/card-list/index.js +9 -0
- package/lib/card-list/src/CardList.d.ts +259 -0
- package/lib/card-list/src/CardList.js +75 -0
- package/lib/card-list/src/CardListItem.d.ts +70 -0
- package/lib/card-list/src/CardListItem.js +117 -0
- package/lib/card-list/src/interface.d.ts +12 -0
- package/lib/card-list/src/interface.js +2 -0
- package/lib/card-list/src/styles/index.cssr.d.ts +2 -0
- package/lib/card-list/src/styles/index.cssr.js +106 -0
- package/lib/card-list/styles/dark.d.ts +3 -0
- package/lib/card-list/styles/dark.js +10 -0
- package/lib/card-list/styles/index.d.ts +3 -0
- package/lib/card-list/styles/index.js +10 -0
- package/lib/card-list/styles/light.d.ts +22 -0
- package/lib/card-list/styles/light.js +30 -0
- package/lib/carousel/src/Carousel.d.ts +23 -25
- package/lib/carousel/src/CarouselDots.d.ts +5 -5
- package/lib/carousel/src/utils/duplicatedLogic.js +6 -7
- package/lib/carousel/src/utils/event.js +1 -2
- package/lib/carousel/src/utils/index.js +3 -4
- package/lib/cascader/src/Cascader.d.ts +246 -231
- package/lib/cascader/src/CascaderMenu.d.ts +36 -129
- package/lib/cascader/src/CascaderOption.d.ts +34 -127
- package/lib/cascader/src/CascaderSelectMenu.d.ts +35 -128
- package/lib/cascader/src/CascaderSubmenu.d.ts +34 -127
- package/lib/cascader/src/utils.js +3 -4
- package/lib/cascader/styles/light.d.ts +22 -10
- package/lib/checkbox/src/Checkbox.d.ts +18 -129
- package/lib/checkbox/src/CheckboxGroup.d.ts +14 -14
- package/lib/code/src/Code.d.ts +1 -1
- package/lib/collapse/src/Collapse.d.ts +10 -121
- package/lib/collapse/src/CollapseItem.d.ts +3 -3
- package/lib/collapse/src/CollapseItemContent.d.ts +2 -2
- package/lib/collapse-transition/src/CollapseTransition.d.ts +1 -1
- package/lib/color-picker/src/ColorInput.d.ts +2 -2
- package/lib/color-picker/src/ColorInputUnit.d.ts +3 -114
- package/lib/color-picker/src/ColorPicker.d.ts +7 -7
- package/lib/color-picker/src/utils.js +6 -7
- package/lib/components.d.ts +1 -0
- package/lib/components.js +1 -0
- package/lib/composables/use-theme-vars.js +1 -2
- package/lib/config-provider/src/ConfigProvider.d.ts +10 -366
- package/lib/config-provider/src/config.js +5 -5
- package/lib/config-provider/src/internal-interface.d.ts +3 -1
- package/lib/countdown/src/Countdown.d.ts +4 -4
- package/lib/data-table/src/DataTable.d.ts +308 -255
- package/lib/data-table/src/DataTable.js +153 -5
- package/lib/data-table/src/HeaderButton/FilterButton.d.ts +59 -137
- package/lib/data-table/src/HeaderButton/FilterMenu.d.ts +62 -140
- package/lib/data-table/src/HeaderButton/RenderFilter.d.ts +1 -1
- package/lib/data-table/src/MainTable.d.ts +4 -1
- package/lib/data-table/src/MainTable.js +6 -4
- package/lib/data-table/src/TableParts/Body.d.ts +68 -142
- package/lib/data-table/src/TableParts/Body.js +27 -7
- package/lib/data-table/src/TableParts/Cell.d.ts +8 -2828
- package/lib/data-table/src/TableParts/Cell.js +65 -7
- package/lib/data-table/src/TableParts/ExpandTrigger.d.ts +1 -1
- package/lib/data-table/src/TableParts/Header.d.ts +60 -138
- package/lib/data-table/src/TableParts/Header.js +7 -5
- package/lib/data-table/src/interface.d.ts +135 -53
- package/lib/data-table/src/styles/index.cssr.js +25 -1
- package/lib/data-table/src/use-check.d.ts +1 -1
- package/lib/data-table/src/use-check.js +1 -2
- package/lib/data-table/src/use-expand.d.ts +1 -1
- package/lib/data-table/src/use-expand.js +1 -2
- package/lib/data-table/src/use-group-header.js +5 -2
- package/lib/data-table/src/use-mask.d.ts +10 -0
- package/lib/data-table/src/use-mask.js +63 -0
- package/lib/data-table/src/use-resizable.js +1 -2
- package/lib/data-table/src/use-scroll.js +1 -2
- package/lib/data-table/src/use-sorter.js +1 -2
- package/lib/data-table/src/use-table-data.js +1 -2
- package/lib/data-table/src/utils.d.ts +4 -0
- package/lib/data-table/src/utils.js +19 -15
- package/lib/data-table/styles/light.d.ts +39 -15
- package/lib/data-table/styles/light.js +4 -1
- package/lib/date-picker/src/DatePicker.d.ts +14 -125
- package/lib/date-picker/src/panel/date.d.ts +6 -129
- package/lib/date-picker/src/panel/daterange.d.ts +7 -118
- package/lib/date-picker/src/panel/datetime.d.ts +6 -117
- package/lib/date-picker/src/panel/datetimerange.d.ts +7 -118
- package/lib/date-picker/src/panel/panelMonth.d.ts +41 -299
- package/lib/date-picker/src/panel/panelMonthContent.d.ts +6 -123
- package/lib/date-picker/src/panel/panelYear.d.ts +41 -299
- package/lib/date-picker/src/panel/panelYearContent.d.ts +6 -135
- package/lib/date-picker/src/panel/use-calendar.d.ts +3 -114
- package/lib/date-picker/src/panel/use-calendar.js +2 -2
- package/lib/date-picker/src/panel/use-dual-calendar.d.ts +8 -119
- package/lib/date-picker/src/panel/use-dual-calendar.js +2 -2
- package/lib/date-picker/src/panel/use-panel-common.d.ts +2 -113
- package/lib/date-picker/src/panel/use-panel-common.js +2 -2
- package/lib/date-picker/src/utils.js +9 -10
- package/lib/date-picker/src/validation-utils.js +2 -3
- package/lib/date-picker/styles/_common.js +1 -1
- package/lib/descriptions/src/Descriptions.d.ts +2 -2
- package/lib/descriptions/src/utils.js +2 -2
- package/lib/dialog/src/Dialog.d.ts +4 -115
- package/lib/dialog/src/Dialog.js +1 -1
- package/lib/dialog/src/DialogEnvironment.d.ts +5 -5
- package/lib/dialog/src/DialogProvider.d.ts +40 -40
- package/lib/dialog/src/composables.js +2 -3
- package/lib/dialog/src/dialogProps.d.ts +2 -2
- package/lib/discrete/src/discrete.js +1 -2
- package/lib/discrete/src/discreteApp.js +1 -2
- package/lib/divider/src/Divider.d.ts +4 -4
- package/lib/drawer/src/Drawer.d.ts +21 -119
- package/lib/drawer/src/Drawer.js +4 -1
- package/lib/drawer/src/DrawerBodyWrapper.d.ts +12 -114
- package/lib/drawer/src/DrawerBodyWrapper.js +6 -0
- package/lib/drawer/src/DrawerContent.d.ts +1 -112
- package/lib/drawer/src/styles/index.cssr.js +3 -2
- package/lib/drawer/styles/_common.js +2 -2
- package/lib/dropdown/src/Dropdown.d.ts +31 -142
- package/lib/dropdown/src/DropdownGroup.d.ts +3 -2
- package/lib/dropdown/src/DropdownMenu.d.ts +3 -2
- package/lib/dropdown/src/DropdownOption.d.ts +4 -3
- package/lib/dropdown/src/DropdownRenderOption.d.ts +3 -2
- package/lib/dropdown/src/utils.js +4 -5
- package/lib/dynamic-input/src/DynamicInput.d.ts +3 -114
- package/lib/dynamic-input/src/InputPreset.d.ts +1 -112
- package/lib/dynamic-input/src/PairPreset.d.ts +1 -112
- package/lib/dynamic-tags/src/DynamicTags.d.ts +14 -125
- package/lib/ellipsis/src/Ellipsis.d.ts +4 -115
- package/lib/ellipsis/src/Ellipsis.js +3 -3
- package/lib/ellipsis/src/PerformantEllipsis.d.ts +2 -2
- package/lib/empty/src/Empty.d.ts +109 -48
- package/lib/empty/src/Empty.js +25 -7
- package/lib/empty/src/styles/index.cssr.js +37 -10
- package/lib/empty/styles/light.d.ts +11 -5
- package/lib/empty/styles/light.js +17 -11
- package/lib/equation/src/Equation.d.ts +4 -3
- package/lib/flex/src/Flex.d.ts +13 -12
- package/lib/form/src/Form.d.ts +4 -4
- package/lib/form/src/Form.js +2 -2
- package/lib/form/src/FormItem.d.ts +23 -10
- package/lib/form/src/FormItem.js +19 -6
- package/lib/form/src/FormItemCol.d.ts +22 -9
- package/lib/form/src/FormItemGridItem.d.ts +24 -11
- package/lib/form/src/FormItemRow.d.ts +21 -8
- package/lib/form/src/utils.d.ts +3 -2
- package/lib/form/src/utils.js +20 -4
- package/lib/gradient-text/src/GradientText.d.ts +5 -5
- package/lib/grid/src/Grid.d.ts +18 -18
- package/lib/grid/src/GridItem.d.ts +2 -2
- package/lib/icon/src/Icon.d.ts +3 -3
- package/lib/icon-wrapper/src/IconWrapper.d.ts +1 -1
- package/lib/image/src/Image.d.ts +5 -5
- package/lib/image/src/ImageGroup.d.ts +1 -1
- package/lib/image/src/ImagePreview.d.ts +1 -1
- package/lib/input/src/Input.d.ts +79 -155
- package/lib/input/src/Input.js +54 -17
- package/lib/input/src/InputGroupLabel.d.ts +1 -1
- package/lib/input/src/use-clipboard.d.ts +9 -0
- package/lib/input/src/use-clipboard.js +50 -0
- package/lib/input/src/utils.js +3 -4
- package/lib/input-number/src/InputNumber.d.ts +14 -125
- package/lib/input-number/src/utils.js +5 -6
- package/lib/layout/src/Layout.d.ts +4 -226
- package/lib/layout/src/Layout.js +2 -2
- package/lib/layout/src/LayoutContent.d.ts +2 -113
- package/lib/layout/src/LayoutFooter.d.ts +1 -1
- package/lib/layout/src/LayoutHeader.d.ts +2 -2
- package/lib/layout/src/LayoutHeader.js +5 -1
- package/lib/layout/src/LayoutSider.d.ts +10 -121
- package/lib/layout/src/LayoutSider.js +3 -3
- package/lib/layout/src/ToggleSidebarButton.d.ts +15 -0
- package/lib/layout/src/ToggleSidebarButton.js +25 -0
- package/lib/layout/src/interface.d.ts +1 -1
- package/lib/layout/src/styles/layout-header.cssr.js +3 -0
- package/lib/layout/src/styles/layout-sider.cssr.js +64 -6
- package/lib/layout/src/utils/resolveTriggerComponent.d.ts +51 -0
- package/lib/layout/src/utils/resolveTriggerComponent.js +19 -0
- package/lib/legacy-transfer/src/Transfer.d.ts +112 -163
- package/lib/legacy-transfer/src/TransferFilter.d.ts +12 -117
- package/lib/legacy-transfer/src/TransferList.d.ts +12 -117
- package/lib/legacy-transfer/src/TransferListItem.d.ts +13 -118
- package/lib/legacy-transfer/src/use-transfer-data.js +1 -2
- package/lib/legacy-transfer/styles/light.d.ts +11 -5
- package/lib/list/src/List.d.ts +6 -6
- package/lib/list/src/ListItem.d.ts +5 -5
- package/lib/loading-bar/src/LoadingBar.d.ts +1 -1
- package/lib/loading-bar/src/LoadingBar.js +2 -2
- package/lib/loading-bar/src/LoadingBarProvider.d.ts +9 -9
- package/lib/loading-bar/src/use-loading-bar.js +1 -2
- package/lib/locales/common/arDZ.js +9 -2
- package/lib/locales/common/deDE.js +9 -2
- package/lib/locales/common/enGB.js +9 -2
- package/lib/locales/common/enUS.d.ts +8 -1
- package/lib/locales/common/enUS.js +9 -2
- package/lib/locales/common/eo.js +9 -2
- package/lib/locales/common/esAR.js +9 -2
- package/lib/locales/common/faIR.js +9 -2
- package/lib/locales/common/frFR.js +9 -2
- package/lib/locales/common/idID.js +9 -2
- package/lib/locales/common/itIT.js +9 -2
- package/lib/locales/common/jaJP.js +9 -2
- package/lib/locales/common/koKR.js +9 -2
- package/lib/locales/common/nbNO.js +9 -2
- package/lib/locales/common/nlNL.js +9 -2
- package/lib/locales/common/plPL.js +9 -2
- package/lib/locales/common/ptBR.js +9 -2
- package/lib/locales/common/ruRU.js +9 -2
- package/lib/locales/common/skSK.js +9 -2
- package/lib/locales/common/svSE.js +9 -2
- package/lib/locales/common/thTH.js +9 -2
- package/lib/locales/common/trTR.js +9 -2
- package/lib/locales/common/ukUA.js +9 -2
- package/lib/locales/common/viVN.js +9 -2
- package/lib/locales/common/zhCN.js +9 -2
- package/lib/locales/common/zhTW.js +9 -2
- package/lib/locales/utils/index.js +1 -2
- package/lib/log/src/Log.d.ts +8 -120
- package/lib/mention/src/Mention.d.ts +140 -185
- package/lib/mention/src/utils.js +7 -8
- package/lib/mention/styles/light.d.ts +11 -5
- package/lib/menu/src/Menu.d.ts +16 -127
- package/lib/menu/src/MenuOption.d.ts +2 -113
- package/lib/menu/src/MenuOptionGroup.d.ts +1 -1
- package/lib/menu/src/Submenu.d.ts +2 -113
- package/lib/menu/src/use-menu-child.js +1 -2
- package/lib/menu/src/useCheckDeprecated.js +1 -2
- package/lib/menu/src/utils.js +3 -4
- package/lib/menu/styles/light.js +2 -2
- package/lib/message/src/Message.d.ts +1 -1
- package/lib/message/src/MessageEnvironment.d.ts +1 -1
- package/lib/message/src/MessageProvider.d.ts +5 -5
- package/lib/message/src/use-message.js +1 -2
- package/lib/modal/src/BodyWrapper.d.ts +8 -119
- package/lib/modal/src/Modal.d.ts +17 -17
- package/lib/modal/src/presetProps.d.ts +2 -2
- package/lib/notification/src/Notification.d.ts +5 -5
- package/lib/notification/src/NotificationContainer.d.ts +1 -112
- package/lib/notification/src/NotificationEnvironment.d.ts +4 -4
- package/lib/notification/src/NotificationProvider.d.ts +17 -17
- package/lib/notification/src/use-notification.js +1 -2
- package/lib/number-animation/src/NumberAnimation.d.ts +1 -1
- package/lib/number-animation/src/utils.js +1 -2
- package/lib/page-header/styles/light.js +2 -2
- package/lib/pagination/src/Pagination.d.ts +263 -242
- package/lib/pagination/src/utils.js +1 -2
- package/lib/pagination/styles/light.d.ts +22 -10
- package/lib/popconfirm/src/Popconfirm.d.ts +29 -140
- package/lib/popconfirm/src/PopconfirmPanel.d.ts +1 -1
- package/lib/popover/src/Popover.d.ts +30 -30
- package/lib/popover/src/PopoverBody.d.ts +19 -19
- package/lib/popselect/src/Popselect.d.ts +195 -240
- package/lib/popselect/src/PopselectPanel.d.ts +26 -125
- package/lib/popselect/styles/light.d.ts +11 -5
- package/lib/popselect/styles/light.js +1 -2
- package/lib/preset.d.ts +1 -1
- package/lib/progress/src/Line.d.ts +1 -1
- package/lib/progress/src/MultipleCircle.d.ts +2 -2
- package/lib/progress/src/Progress.d.ts +6 -6
- package/lib/radio/src/Radio.d.ts +10 -10
- package/lib/radio/src/RadioButton.d.ts +6 -6
- package/lib/rate/src/Rate.d.ts +1 -1
- package/lib/result/src/Result.d.ts +4 -4
- package/lib/select/src/Select.d.ts +141 -186
- package/lib/select/src/utils.js +6 -7
- package/lib/select/styles/light.d.ts +11 -5
- package/lib/select/styles/light.js +1 -2
- package/lib/skeleton/src/Skeleton.d.ts +1 -1
- package/lib/slider/src/Slider.d.ts +9 -9
- package/lib/slider/src/utils.js +2 -3
- package/lib/space/src/Space.d.ts +5 -5
- package/lib/spin/src/Spin.d.ts +8 -8
- package/lib/steps/src/Step.js +3 -4
- package/lib/styles.d.ts +1 -0
- package/lib/styles.js +153 -151
- package/lib/switch/src/Switch.d.ts +11 -11
- package/lib/table/src/Table.d.ts +1 -1
- package/lib/tabs/src/Tab.d.ts +10 -22
- package/lib/tabs/src/TabPane.d.ts +9 -21
- package/lib/tabs/src/Tabs.d.ts +29 -30
- package/lib/tag/src/Tag.d.ts +11 -11
- package/lib/tag/src/common-props.d.ts +2 -2
- package/lib/themes/dark.js +148 -146
- package/lib/themes/light.js +148 -146
- package/lib/themes/utils.js +1 -2
- package/lib/time/src/Time.d.ts +2 -2
- package/lib/time-picker/src/Panel.d.ts +3 -114
- package/lib/time-picker/src/PanelCol.d.ts +4 -4
- package/lib/time-picker/src/TimePicker.d.ts +17 -128
- package/lib/time-picker/src/utils.js +6 -6
- package/lib/timeline/src/TimelineItem.d.ts +4 -4
- package/lib/toggle-button/src/ToggleButton.d.ts +12 -12
- package/lib/tooltip/src/Tooltip.d.ts +25 -136
- package/lib/transfer/src/Transfer.d.ts +112 -163
- package/lib/transfer/src/TransferFilter.d.ts +12 -117
- package/lib/transfer/src/TransferList.d.ts +12 -117
- package/lib/transfer/src/TransferListItem.d.ts +13 -118
- package/lib/transfer/src/use-transfer-data.js +1 -2
- package/lib/transfer/styles/light.d.ts +11 -5
- package/lib/tree/src/MotionWrapper.d.ts +2 -2
- package/lib/tree/src/Tree.d.ts +148 -199
- package/lib/tree/src/Tree.js +2 -2
- package/lib/tree/src/TreeNodeCheckbox.d.ts +13 -118
- package/lib/tree/src/TreeNodeContent.d.ts +1 -1
- package/lib/tree/src/TreeNodeSwitcher.d.ts +3 -3
- package/lib/tree/src/dnd.js +2 -3
- package/lib/tree/src/keyboard.js +1 -2
- package/lib/tree/src/utils.js +5 -5
- package/lib/tree/styles/light.d.ts +11 -5
- package/lib/tree-select/src/TreeSelect.d.ts +269 -260
- package/lib/tree-select/src/utils.js +2 -3
- package/lib/tree-select/styles/light.d.ts +22 -10
- package/lib/typography/src/create-header.d.ts +5 -5
- package/lib/typography/src/headers.d.ts +18 -18
- package/lib/typography/src/p.d.ts +3 -3
- package/lib/typography/src/text.d.ts +6 -6
- package/lib/upload/src/Upload.d.ts +137 -137
- package/lib/upload/src/Upload.js +58 -209
- package/lib/upload/src/UploadFile.d.ts +17 -115
- package/lib/upload/src/UploadFile.js +55 -55
- package/lib/upload/src/UploadFileList.js +2 -2
- package/lib/upload/src/UploadProgress.d.ts +9 -114
- package/lib/upload/src/UploadTrigger.js +19 -6
- package/lib/upload/src/interface.d.ts +42 -0
- package/lib/upload/src/styles/index.cssr.js +159 -34
- package/lib/upload/src/useUpload.d.ts +2 -0
- package/lib/upload/src/useUpload.js +166 -0
- package/lib/upload/src/useUploadActionsRender.d.ts +26 -0
- package/lib/upload/src/useUploadActionsRender.js +88 -0
- package/lib/upload/src/useUploadInternals.d.ts +25 -0
- package/lib/upload/src/useUploadInternals.js +43 -0
- package/lib/upload/src/utils.d.ts +2 -1
- package/lib/upload/src/utils.js +13 -7
- package/lib/upload/styles/light.d.ts +12 -0
- package/lib/upload/styles/light.js +8 -2
- package/lib/version.d.ts +1 -1
- package/lib/version.js +1 -1
- package/lib/watermark/src/Watermark.d.ts +6 -6
- package/package.json +53 -50
- package/volar.d.ts +2 -1
- package/web-types.json +259 -9
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import type { RowKey } from './interface';
|
|
1
|
+
import type { RowKey, TableBaseColumn } from './interface';
|
|
2
2
|
declare const _default: import("vue").DefineComponent<{
|
|
3
|
-
readonly onUnstableColumnResize: import("vue").PropType<(resizedWidth: number, limitedWidth: number, column:
|
|
3
|
+
readonly onUnstableColumnResize: import("vue").PropType<(resizedWidth: number, limitedWidth: number, column: TableBaseColumn, getColumnWidth: (key: import("./interface").ColumnKey) => number | undefined) => void>;
|
|
4
4
|
readonly pagination: {
|
|
5
5
|
readonly type: import("vue").PropType<false | import("../../pagination").PaginationProps>;
|
|
6
6
|
readonly default: false;
|
|
@@ -58,7 +58,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
58
58
|
readonly stickyExpandedRows: BooleanConstructor;
|
|
59
59
|
readonly virtualScroll: BooleanConstructor;
|
|
60
60
|
readonly tableLayout: {
|
|
61
|
-
readonly type: import("vue").PropType<"
|
|
61
|
+
readonly type: import("vue").PropType<"auto" | "fixed">;
|
|
62
62
|
readonly default: "auto";
|
|
63
63
|
};
|
|
64
64
|
readonly allowCheckingNotLoaded: BooleanConstructor;
|
|
@@ -76,7 +76,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
76
76
|
};
|
|
77
77
|
readonly flexHeight: BooleanConstructor;
|
|
78
78
|
readonly summaryPlacement: {
|
|
79
|
-
readonly type: import("vue").PropType<"
|
|
79
|
+
readonly type: import("vue").PropType<"top" | "bottom">;
|
|
80
80
|
readonly default: "bottom";
|
|
81
81
|
};
|
|
82
82
|
readonly paginationBehaviorOnFilter: {
|
|
@@ -84,17 +84,17 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
84
84
|
readonly default: "current";
|
|
85
85
|
};
|
|
86
86
|
readonly scrollbarProps: import("vue").PropType<import("../..").ScrollbarProps>;
|
|
87
|
-
readonly renderCell: import("vue").PropType<(value: any, rowData: object, column:
|
|
87
|
+
readonly renderCell: import("vue").PropType<(value: any, rowData: object, column: TableBaseColumn) => import("vue").VNodeChild>;
|
|
88
88
|
readonly renderExpandIcon: import("vue").PropType<import("./interface").RenderExpandIcon>;
|
|
89
89
|
readonly spinProps: {
|
|
90
90
|
readonly type: import("vue").PropType<import("../../_internal").BaseLoadingExposedProps>;
|
|
91
91
|
readonly default: {};
|
|
92
92
|
};
|
|
93
93
|
readonly onLoad: import("vue").PropType<import("./interface").DataTableOnLoad>;
|
|
94
|
-
readonly 'onUpdate:page': import("vue").PropType<import("../../
|
|
95
|
-
readonly onUpdatePage: import("vue").PropType<import("../../
|
|
96
|
-
readonly 'onUpdate:pageSize': import("vue").PropType<import("../../
|
|
97
|
-
readonly onUpdatePageSize: import("vue").PropType<import("../../
|
|
94
|
+
readonly 'onUpdate:page': import("vue").PropType<import("../../pagination").PaginationProps["onUpdate:page"]>;
|
|
95
|
+
readonly onUpdatePage: import("vue").PropType<import("../../pagination").PaginationProps["onUpdate:page"]>;
|
|
96
|
+
readonly 'onUpdate:pageSize': import("vue").PropType<import("../../pagination").PaginationProps["onUpdate:pageSize"]>;
|
|
97
|
+
readonly onUpdatePageSize: import("vue").PropType<import("../../pagination").PaginationProps["onUpdate:pageSize"]>;
|
|
98
98
|
readonly 'onUpdate:sorter': import("vue").PropType<import("../../_utils").MaybeArray<import("./interface").OnUpdateSorter>>;
|
|
99
99
|
readonly onUpdateSorter: import("vue").PropType<import("../../_utils").MaybeArray<import("./interface").OnUpdateSorter>>;
|
|
100
100
|
readonly 'onUpdate:filters': import("vue").PropType<import("../../_utils").MaybeArray<import("./interface").OnUpdateFilters>>;
|
|
@@ -104,8 +104,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
104
104
|
readonly 'onUpdate:expandedRowKeys': import("vue").PropType<import("../../_utils").MaybeArray<import("./interface").OnUpdateExpandedRowKeys>>;
|
|
105
105
|
readonly onUpdateExpandedRowKeys: import("vue").PropType<import("../../_utils").MaybeArray<import("./interface").OnUpdateExpandedRowKeys>>;
|
|
106
106
|
readonly onScroll: import("vue").PropType<(e: Event) => void>;
|
|
107
|
-
readonly onPageChange: import("vue").PropType<import("../../
|
|
108
|
-
readonly onPageSizeChange: import("vue").PropType<import("../../
|
|
107
|
+
readonly onPageChange: import("vue").PropType<import("../../pagination").PaginationProps["onUpdate:page"]>;
|
|
108
|
+
readonly onPageSizeChange: import("vue").PropType<import("../../pagination").PaginationProps["onUpdate:pageSize"]>;
|
|
109
109
|
readonly onSorterChange: import("vue").PropType<import("../../_utils").MaybeArray<import("./interface").OnUpdateSorter> | undefined>;
|
|
110
110
|
readonly onFiltersChange: import("vue").PropType<import("../../_utils").MaybeArray<import("./interface").OnUpdateFilters> | undefined>;
|
|
111
111
|
readonly onCheckedRowKeysChange: import("vue").PropType<import("../../_utils").MaybeArray<import("./interface").OnUpdateCheckedRowKeys> | undefined>;
|
|
@@ -145,6 +145,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
145
145
|
tdTextColor: string;
|
|
146
146
|
thTextColor: string;
|
|
147
147
|
thFontWeight: string;
|
|
148
|
+
thSubColor: string;
|
|
149
|
+
thSubFontWeight: string;
|
|
150
|
+
thSubFontSize: string;
|
|
148
151
|
thButtonColorHover: string;
|
|
149
152
|
thIconColor: string;
|
|
150
153
|
thIconColorActive: string;
|
|
@@ -723,12 +726,18 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
723
726
|
iconSizeMedium: string;
|
|
724
727
|
iconSizeLarge: string;
|
|
725
728
|
iconSizeHuge: string;
|
|
726
|
-
|
|
727
|
-
|
|
728
|
-
|
|
729
|
-
|
|
730
|
-
|
|
729
|
+
titleFontSizeSmall: string;
|
|
730
|
+
titleFontSizeMedium: string;
|
|
731
|
+
titleFontSizeLarge: string;
|
|
732
|
+
titleFontSizeHuge: string;
|
|
733
|
+
descriptionFontSizeSmall: string;
|
|
734
|
+
descriptionFontSizeMedium: string;
|
|
735
|
+
descriptionFontSizeLarge: string;
|
|
736
|
+
descriptionFontSizeHuge: string;
|
|
737
|
+
titleColor: string;
|
|
738
|
+
descriptionColor: string;
|
|
731
739
|
iconColor: string;
|
|
740
|
+
iconBgColor: string;
|
|
732
741
|
extraTextColor: string;
|
|
733
742
|
}, any>;
|
|
734
743
|
}>;
|
|
@@ -856,12 +865,18 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
856
865
|
iconSizeMedium: string;
|
|
857
866
|
iconSizeLarge: string;
|
|
858
867
|
iconSizeHuge: string;
|
|
859
|
-
|
|
860
|
-
|
|
861
|
-
|
|
862
|
-
|
|
863
|
-
|
|
868
|
+
titleFontSizeSmall: string;
|
|
869
|
+
titleFontSizeMedium: string;
|
|
870
|
+
titleFontSizeLarge: string;
|
|
871
|
+
titleFontSizeHuge: string;
|
|
872
|
+
descriptionFontSizeSmall: string;
|
|
873
|
+
descriptionFontSizeMedium: string;
|
|
874
|
+
descriptionFontSizeLarge: string;
|
|
875
|
+
descriptionFontSizeHuge: string;
|
|
876
|
+
titleColor: string;
|
|
877
|
+
descriptionColor: string;
|
|
864
878
|
iconColor: string;
|
|
879
|
+
iconBgColor: string;
|
|
865
880
|
extraTextColor: string;
|
|
866
881
|
}, any>;
|
|
867
882
|
}>;
|
|
@@ -876,12 +891,18 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
876
891
|
iconSizeMedium: string;
|
|
877
892
|
iconSizeLarge: string;
|
|
878
893
|
iconSizeHuge: string;
|
|
879
|
-
|
|
880
|
-
|
|
881
|
-
|
|
882
|
-
|
|
883
|
-
|
|
894
|
+
titleFontSizeSmall: string;
|
|
895
|
+
titleFontSizeMedium: string;
|
|
896
|
+
titleFontSizeLarge: string;
|
|
897
|
+
titleFontSizeHuge: string;
|
|
898
|
+
descriptionFontSizeSmall: string;
|
|
899
|
+
descriptionFontSizeMedium: string;
|
|
900
|
+
descriptionFontSizeLarge: string;
|
|
901
|
+
descriptionFontSizeHuge: string;
|
|
902
|
+
titleColor: string;
|
|
903
|
+
descriptionColor: string;
|
|
884
904
|
iconColor: string;
|
|
905
|
+
iconBgColor: string;
|
|
885
906
|
extraTextColor: string;
|
|
886
907
|
}, any>;
|
|
887
908
|
Popover: import("../../_mixins").Theme<"Popover", {
|
|
@@ -1040,6 +1061,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1040
1061
|
tdTextColor: string;
|
|
1041
1062
|
thTextColor: string;
|
|
1042
1063
|
thFontWeight: string;
|
|
1064
|
+
thSubColor: string;
|
|
1065
|
+
thSubFontWeight: string;
|
|
1066
|
+
thSubFontSize: string;
|
|
1043
1067
|
thButtonColorHover: string;
|
|
1044
1068
|
thIconColor: string;
|
|
1045
1069
|
thIconColorActive: string;
|
|
@@ -1618,12 +1642,18 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1618
1642
|
iconSizeMedium: string;
|
|
1619
1643
|
iconSizeLarge: string;
|
|
1620
1644
|
iconSizeHuge: string;
|
|
1621
|
-
|
|
1622
|
-
|
|
1623
|
-
|
|
1624
|
-
|
|
1625
|
-
|
|
1645
|
+
titleFontSizeSmall: string;
|
|
1646
|
+
titleFontSizeMedium: string;
|
|
1647
|
+
titleFontSizeLarge: string;
|
|
1648
|
+
titleFontSizeHuge: string;
|
|
1649
|
+
descriptionFontSizeSmall: string;
|
|
1650
|
+
descriptionFontSizeMedium: string;
|
|
1651
|
+
descriptionFontSizeLarge: string;
|
|
1652
|
+
descriptionFontSizeHuge: string;
|
|
1653
|
+
titleColor: string;
|
|
1654
|
+
descriptionColor: string;
|
|
1626
1655
|
iconColor: string;
|
|
1656
|
+
iconBgColor: string;
|
|
1627
1657
|
extraTextColor: string;
|
|
1628
1658
|
}, any>;
|
|
1629
1659
|
}>;
|
|
@@ -1751,12 +1781,18 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1751
1781
|
iconSizeMedium: string;
|
|
1752
1782
|
iconSizeLarge: string;
|
|
1753
1783
|
iconSizeHuge: string;
|
|
1754
|
-
|
|
1755
|
-
|
|
1756
|
-
|
|
1757
|
-
|
|
1758
|
-
|
|
1784
|
+
titleFontSizeSmall: string;
|
|
1785
|
+
titleFontSizeMedium: string;
|
|
1786
|
+
titleFontSizeLarge: string;
|
|
1787
|
+
titleFontSizeHuge: string;
|
|
1788
|
+
descriptionFontSizeSmall: string;
|
|
1789
|
+
descriptionFontSizeMedium: string;
|
|
1790
|
+
descriptionFontSizeLarge: string;
|
|
1791
|
+
descriptionFontSizeHuge: string;
|
|
1792
|
+
titleColor: string;
|
|
1793
|
+
descriptionColor: string;
|
|
1759
1794
|
iconColor: string;
|
|
1795
|
+
iconBgColor: string;
|
|
1760
1796
|
extraTextColor: string;
|
|
1761
1797
|
}, any>;
|
|
1762
1798
|
}>;
|
|
@@ -1771,12 +1807,18 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1771
1807
|
iconSizeMedium: string;
|
|
1772
1808
|
iconSizeLarge: string;
|
|
1773
1809
|
iconSizeHuge: string;
|
|
1774
|
-
|
|
1775
|
-
|
|
1776
|
-
|
|
1777
|
-
|
|
1778
|
-
|
|
1810
|
+
titleFontSizeSmall: string;
|
|
1811
|
+
titleFontSizeMedium: string;
|
|
1812
|
+
titleFontSizeLarge: string;
|
|
1813
|
+
titleFontSizeHuge: string;
|
|
1814
|
+
descriptionFontSizeSmall: string;
|
|
1815
|
+
descriptionFontSizeMedium: string;
|
|
1816
|
+
descriptionFontSizeLarge: string;
|
|
1817
|
+
descriptionFontSizeHuge: string;
|
|
1818
|
+
titleColor: string;
|
|
1819
|
+
descriptionColor: string;
|
|
1779
1820
|
iconColor: string;
|
|
1821
|
+
iconBgColor: string;
|
|
1780
1822
|
extraTextColor: string;
|
|
1781
1823
|
}, any>;
|
|
1782
1824
|
Popover: import("../../_mixins").Theme<"Popover", {
|
|
@@ -1935,6 +1977,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1935
1977
|
tdTextColor: string;
|
|
1936
1978
|
thTextColor: string;
|
|
1937
1979
|
thFontWeight: string;
|
|
1980
|
+
thSubColor: string;
|
|
1981
|
+
thSubFontWeight: string;
|
|
1982
|
+
thSubFontSize: string;
|
|
1938
1983
|
thButtonColorHover: string;
|
|
1939
1984
|
thIconColor: string;
|
|
1940
1985
|
thIconColorActive: string;
|
|
@@ -2513,12 +2558,18 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2513
2558
|
iconSizeMedium: string;
|
|
2514
2559
|
iconSizeLarge: string;
|
|
2515
2560
|
iconSizeHuge: string;
|
|
2516
|
-
|
|
2517
|
-
|
|
2518
|
-
|
|
2519
|
-
|
|
2520
|
-
|
|
2561
|
+
titleFontSizeSmall: string;
|
|
2562
|
+
titleFontSizeMedium: string;
|
|
2563
|
+
titleFontSizeLarge: string;
|
|
2564
|
+
titleFontSizeHuge: string;
|
|
2565
|
+
descriptionFontSizeSmall: string;
|
|
2566
|
+
descriptionFontSizeMedium: string;
|
|
2567
|
+
descriptionFontSizeLarge: string;
|
|
2568
|
+
descriptionFontSizeHuge: string;
|
|
2569
|
+
titleColor: string;
|
|
2570
|
+
descriptionColor: string;
|
|
2521
2571
|
iconColor: string;
|
|
2572
|
+
iconBgColor: string;
|
|
2522
2573
|
extraTextColor: string;
|
|
2523
2574
|
}, any>;
|
|
2524
2575
|
}>;
|
|
@@ -2646,12 +2697,18 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2646
2697
|
iconSizeMedium: string;
|
|
2647
2698
|
iconSizeLarge: string;
|
|
2648
2699
|
iconSizeHuge: string;
|
|
2649
|
-
|
|
2650
|
-
|
|
2651
|
-
|
|
2652
|
-
|
|
2653
|
-
|
|
2700
|
+
titleFontSizeSmall: string;
|
|
2701
|
+
titleFontSizeMedium: string;
|
|
2702
|
+
titleFontSizeLarge: string;
|
|
2703
|
+
titleFontSizeHuge: string;
|
|
2704
|
+
descriptionFontSizeSmall: string;
|
|
2705
|
+
descriptionFontSizeMedium: string;
|
|
2706
|
+
descriptionFontSizeLarge: string;
|
|
2707
|
+
descriptionFontSizeHuge: string;
|
|
2708
|
+
titleColor: string;
|
|
2709
|
+
descriptionColor: string;
|
|
2654
2710
|
iconColor: string;
|
|
2711
|
+
iconBgColor: string;
|
|
2655
2712
|
extraTextColor: string;
|
|
2656
2713
|
}, any>;
|
|
2657
2714
|
}>;
|
|
@@ -2666,12 +2723,18 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2666
2723
|
iconSizeMedium: string;
|
|
2667
2724
|
iconSizeLarge: string;
|
|
2668
2725
|
iconSizeHuge: string;
|
|
2669
|
-
|
|
2670
|
-
|
|
2671
|
-
|
|
2672
|
-
|
|
2673
|
-
|
|
2726
|
+
titleFontSizeSmall: string;
|
|
2727
|
+
titleFontSizeMedium: string;
|
|
2728
|
+
titleFontSizeLarge: string;
|
|
2729
|
+
titleFontSizeHuge: string;
|
|
2730
|
+
descriptionFontSizeSmall: string;
|
|
2731
|
+
descriptionFontSizeMedium: string;
|
|
2732
|
+
descriptionFontSizeLarge: string;
|
|
2733
|
+
descriptionFontSizeHuge: string;
|
|
2734
|
+
titleColor: string;
|
|
2735
|
+
descriptionColor: string;
|
|
2674
2736
|
iconColor: string;
|
|
2737
|
+
iconBgColor: string;
|
|
2675
2738
|
extraTextColor: string;
|
|
2676
2739
|
}, any>;
|
|
2677
2740
|
Popover: import("../../_mixins").Theme<"Popover", {
|
|
@@ -2810,118 +2873,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2810
2873
|
} | null>;
|
|
2811
2874
|
mergedClsPrefix: import("vue").Ref<string>;
|
|
2812
2875
|
mergedTheme: import("vue").ComputedRef<{
|
|
2813
|
-
common:
|
|
2814
|
-
scrollbarColor: string;
|
|
2815
|
-
scrollbarColorHover: string;
|
|
2816
|
-
scrollbarWidth: string;
|
|
2817
|
-
scrollbarHeight: string;
|
|
2818
|
-
scrollbarBorderRadius: string;
|
|
2819
|
-
opacityDisabled: string;
|
|
2820
|
-
brandPrimary50: string;
|
|
2821
|
-
brandPrimary100: string;
|
|
2822
|
-
brandPrimary200: string;
|
|
2823
|
-
brandPrimary300: string;
|
|
2824
|
-
brandPrimary400: string;
|
|
2825
|
-
brandPrimary500: string;
|
|
2826
|
-
brandPrimary550: string;
|
|
2827
|
-
brandPrimary600: string;
|
|
2828
|
-
brandSecondary500: string;
|
|
2829
|
-
brandSecondary300: string;
|
|
2830
|
-
brandSecondary600: string;
|
|
2831
|
-
brandTertiary500: string;
|
|
2832
|
-
brandTertiary300: string;
|
|
2833
|
-
brandTertiary600: string;
|
|
2834
|
-
brandQuaternary500: string;
|
|
2835
|
-
brandQuaternary300: string;
|
|
2836
|
-
brandQuaternary600: string;
|
|
2837
|
-
brandQuinary500: string;
|
|
2838
|
-
brandQuinary300: string;
|
|
2839
|
-
brandQuinary600: string;
|
|
2840
|
-
brandQuinary100: string;
|
|
2841
|
-
surfacePrimary: string;
|
|
2842
|
-
surfaceSecondary: string;
|
|
2843
|
-
containerPrimary: string;
|
|
2844
|
-
containerSecondary: string;
|
|
2845
|
-
textPrimary: string;
|
|
2846
|
-
textSecondary: string;
|
|
2847
|
-
textTertiary: string;
|
|
2848
|
-
textQuaternary: string;
|
|
2849
|
-
textBrand: string;
|
|
2850
|
-
elementsPrimary: string;
|
|
2851
|
-
elementsSecondary: string;
|
|
2852
|
-
elementsTertiary: string;
|
|
2853
|
-
elementsQuaternary: string;
|
|
2854
|
-
elementsQuinary: string;
|
|
2855
|
-
elementsDarkQuinary: string;
|
|
2856
|
-
elementsSenary: string;
|
|
2857
|
-
elementsOnContainer: string;
|
|
2858
|
-
transparencyPrimary: string;
|
|
2859
|
-
transparencySecondary: string;
|
|
2860
|
-
transparencyTertiary: string;
|
|
2861
|
-
transparencyQuinary: string;
|
|
2862
|
-
transparencyModal: string;
|
|
2863
|
-
staticBlack: string;
|
|
2864
|
-
staticDarkGrey: string;
|
|
2865
|
-
staticWhite: string;
|
|
2866
|
-
staticRed: string;
|
|
2867
|
-
staticOrange: string;
|
|
2868
|
-
staticGreen: string;
|
|
2869
|
-
staticDeepBlue: string;
|
|
2870
|
-
staticErrorAccent: string;
|
|
2871
|
-
shadowDepth2: string;
|
|
2872
|
-
shadowDepth: string;
|
|
2873
|
-
fontFamily: string;
|
|
2874
|
-
fontFamilyMono: string;
|
|
2875
|
-
cubicBezierEaseInOut: string;
|
|
2876
|
-
cubicBezierEaseOut: string;
|
|
2877
|
-
cubicBezierEaseIn: string;
|
|
2878
|
-
borderRadiusLarge: string;
|
|
2879
|
-
borderRadius: string;
|
|
2880
|
-
borderRadiusMedium: string;
|
|
2881
|
-
borderRadiusSmall: string;
|
|
2882
|
-
borderRadiusTiny: string;
|
|
2883
|
-
heightMini: string;
|
|
2884
|
-
heightTiny: string;
|
|
2885
|
-
heightSmall: string;
|
|
2886
|
-
heightMedium: string;
|
|
2887
|
-
heightLarge: string;
|
|
2888
|
-
heightHuge: string;
|
|
2889
|
-
fontDisplayLarge: string;
|
|
2890
|
-
fontDisplaySmall: string;
|
|
2891
|
-
fontHeadingLarge: string;
|
|
2892
|
-
fontHeadingMedium: string;
|
|
2893
|
-
fontHeadingSmall: string;
|
|
2894
|
-
fontTitleLarge: string;
|
|
2895
|
-
fontTitleMedium: string;
|
|
2896
|
-
fontTitleSmall: string;
|
|
2897
|
-
fontBodyLarge: string;
|
|
2898
|
-
fontBodyMedium: string;
|
|
2899
|
-
fontBodySmall: string;
|
|
2900
|
-
lineHeightDisplayLarge: string;
|
|
2901
|
-
lineHeightDisplaySmall: string;
|
|
2902
|
-
lineHeightHeadingLarge: string;
|
|
2903
|
-
lineHeightHeadingMedium: string;
|
|
2904
|
-
lineHeightHeadingSmall: string;
|
|
2905
|
-
lineHeightTitleLarge: string;
|
|
2906
|
-
lineHeightTitleMedium: string;
|
|
2907
|
-
lineHeightTitleSmall: string;
|
|
2908
|
-
lineHeightBodyLarge: string;
|
|
2909
|
-
lineHeightBodyMedium: string;
|
|
2910
|
-
lineHeightBodySmall: string;
|
|
2911
|
-
fontWeight: string;
|
|
2912
|
-
fontWeightStrong: string;
|
|
2913
|
-
fontWeightBold: string;
|
|
2914
|
-
iconSmall: string;
|
|
2915
|
-
iconMedium: string;
|
|
2916
|
-
iconLarge: string;
|
|
2917
|
-
iconHuge: string;
|
|
2918
|
-
closeSmall: string;
|
|
2919
|
-
closeMedium: string;
|
|
2920
|
-
closeLarge: string;
|
|
2921
|
-
closeHuge: string;
|
|
2922
|
-
closeBorderRadius: string;
|
|
2923
|
-
name: "common";
|
|
2924
|
-
};
|
|
2876
|
+
common: import("../..").ThemeCommonVars;
|
|
2925
2877
|
self: {
|
|
2926
2878
|
thPaddingSmall: string;
|
|
2927
2879
|
thPaddingMedium: string;
|
|
@@ -2958,6 +2910,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2958
2910
|
tdTextColor: string;
|
|
2959
2911
|
thTextColor: string;
|
|
2960
2912
|
thFontWeight: string;
|
|
2913
|
+
thSubColor: string;
|
|
2914
|
+
thSubFontWeight: string;
|
|
2915
|
+
thSubFontSize: string;
|
|
2961
2916
|
thButtonColorHover: string;
|
|
2962
2917
|
thIconColor: string;
|
|
2963
2918
|
thIconColorActive: string;
|
|
@@ -3537,12 +3492,18 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3537
3492
|
iconSizeMedium: string;
|
|
3538
3493
|
iconSizeLarge: string;
|
|
3539
3494
|
iconSizeHuge: string;
|
|
3540
|
-
|
|
3541
|
-
|
|
3542
|
-
|
|
3543
|
-
|
|
3544
|
-
|
|
3495
|
+
titleFontSizeSmall: string;
|
|
3496
|
+
titleFontSizeMedium: string;
|
|
3497
|
+
titleFontSizeLarge: string;
|
|
3498
|
+
titleFontSizeHuge: string;
|
|
3499
|
+
descriptionFontSizeSmall: string;
|
|
3500
|
+
descriptionFontSizeMedium: string;
|
|
3501
|
+
descriptionFontSizeLarge: string;
|
|
3502
|
+
descriptionFontSizeHuge: string;
|
|
3503
|
+
titleColor: string;
|
|
3504
|
+
descriptionColor: string;
|
|
3545
3505
|
iconColor: string;
|
|
3506
|
+
iconBgColor: string;
|
|
3546
3507
|
extraTextColor: string;
|
|
3547
3508
|
}, any>;
|
|
3548
3509
|
}>;
|
|
@@ -3670,12 +3631,18 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3670
3631
|
iconSizeMedium: string;
|
|
3671
3632
|
iconSizeLarge: string;
|
|
3672
3633
|
iconSizeHuge: string;
|
|
3673
|
-
|
|
3674
|
-
|
|
3675
|
-
|
|
3676
|
-
|
|
3677
|
-
|
|
3634
|
+
titleFontSizeSmall: string;
|
|
3635
|
+
titleFontSizeMedium: string;
|
|
3636
|
+
titleFontSizeLarge: string;
|
|
3637
|
+
titleFontSizeHuge: string;
|
|
3638
|
+
descriptionFontSizeSmall: string;
|
|
3639
|
+
descriptionFontSizeMedium: string;
|
|
3640
|
+
descriptionFontSizeLarge: string;
|
|
3641
|
+
descriptionFontSizeHuge: string;
|
|
3642
|
+
titleColor: string;
|
|
3643
|
+
descriptionColor: string;
|
|
3678
3644
|
iconColor: string;
|
|
3645
|
+
iconBgColor: string;
|
|
3679
3646
|
extraTextColor: string;
|
|
3680
3647
|
}, any>;
|
|
3681
3648
|
}>;
|
|
@@ -3690,12 +3657,18 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3690
3657
|
iconSizeMedium: string;
|
|
3691
3658
|
iconSizeLarge: string;
|
|
3692
3659
|
iconSizeHuge: string;
|
|
3693
|
-
|
|
3694
|
-
|
|
3695
|
-
|
|
3696
|
-
|
|
3697
|
-
|
|
3660
|
+
titleFontSizeSmall: string;
|
|
3661
|
+
titleFontSizeMedium: string;
|
|
3662
|
+
titleFontSizeLarge: string;
|
|
3663
|
+
titleFontSizeHuge: string;
|
|
3664
|
+
descriptionFontSizeSmall: string;
|
|
3665
|
+
descriptionFontSizeMedium: string;
|
|
3666
|
+
descriptionFontSizeLarge: string;
|
|
3667
|
+
descriptionFontSizeHuge: string;
|
|
3668
|
+
titleColor: string;
|
|
3669
|
+
descriptionColor: string;
|
|
3698
3670
|
iconColor: string;
|
|
3671
|
+
iconBgColor: string;
|
|
3699
3672
|
extraTextColor: string;
|
|
3700
3673
|
}, any>;
|
|
3701
3674
|
Popover: import("../../_mixins").Theme<"Popover", {
|
|
@@ -4006,12 +3979,18 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4006
3979
|
iconSizeMedium: string;
|
|
4007
3980
|
iconSizeLarge: string;
|
|
4008
3981
|
iconSizeHuge: string;
|
|
4009
|
-
|
|
4010
|
-
|
|
4011
|
-
|
|
4012
|
-
|
|
4013
|
-
|
|
3982
|
+
titleFontSizeSmall: string;
|
|
3983
|
+
titleFontSizeMedium: string;
|
|
3984
|
+
titleFontSizeLarge: string;
|
|
3985
|
+
titleFontSizeHuge: string;
|
|
3986
|
+
descriptionFontSizeSmall: string;
|
|
3987
|
+
descriptionFontSizeMedium: string;
|
|
3988
|
+
descriptionFontSizeLarge: string;
|
|
3989
|
+
descriptionFontSizeHuge: string;
|
|
3990
|
+
titleColor: string;
|
|
3991
|
+
descriptionColor: string;
|
|
4014
3992
|
iconColor: string;
|
|
3993
|
+
iconBgColor: string;
|
|
4015
3994
|
extraTextColor: string;
|
|
4016
3995
|
}, any>;
|
|
4017
3996
|
}>;
|
|
@@ -4139,12 +4118,18 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4139
4118
|
iconSizeMedium: string;
|
|
4140
4119
|
iconSizeLarge: string;
|
|
4141
4120
|
iconSizeHuge: string;
|
|
4142
|
-
|
|
4143
|
-
|
|
4144
|
-
|
|
4145
|
-
|
|
4146
|
-
|
|
4121
|
+
titleFontSizeSmall: string;
|
|
4122
|
+
titleFontSizeMedium: string;
|
|
4123
|
+
titleFontSizeLarge: string;
|
|
4124
|
+
titleFontSizeHuge: string;
|
|
4125
|
+
descriptionFontSizeSmall: string;
|
|
4126
|
+
descriptionFontSizeMedium: string;
|
|
4127
|
+
descriptionFontSizeLarge: string;
|
|
4128
|
+
descriptionFontSizeHuge: string;
|
|
4129
|
+
titleColor: string;
|
|
4130
|
+
descriptionColor: string;
|
|
4147
4131
|
iconColor: string;
|
|
4132
|
+
iconBgColor: string;
|
|
4148
4133
|
extraTextColor: string;
|
|
4149
4134
|
}, any>;
|
|
4150
4135
|
}>;
|
|
@@ -4252,6 +4237,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4252
4237
|
'--u-td-color-popover': string;
|
|
4253
4238
|
'--u-td-color-hover-popover': string;
|
|
4254
4239
|
'--u-th-text-color': string;
|
|
4240
|
+
'--u-th-sub-color': string;
|
|
4241
|
+
'--u-th-sub-font-weight': string;
|
|
4242
|
+
'--u-th-sub-font-size': string;
|
|
4255
4243
|
'--u-td-text-color': string;
|
|
4256
4244
|
'--u-th-font-weight': string;
|
|
4257
4245
|
'--u-th-button-color-hover': string;
|
|
@@ -4274,8 +4262,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4274
4262
|
}> | undefined;
|
|
4275
4263
|
themeClass: import("vue").Ref<string> | undefined;
|
|
4276
4264
|
onRender: (() => void) | undefined;
|
|
4277
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin,
|
|
4278
|
-
readonly onUnstableColumnResize: import("vue").PropType<(resizedWidth: number, limitedWidth: number, column:
|
|
4265
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "edit"[], "edit", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
4266
|
+
readonly onUnstableColumnResize: import("vue").PropType<(resizedWidth: number, limitedWidth: number, column: TableBaseColumn, getColumnWidth: (key: import("./interface").ColumnKey) => number | undefined) => void>;
|
|
4279
4267
|
readonly pagination: {
|
|
4280
4268
|
readonly type: import("vue").PropType<false | import("../../pagination").PaginationProps>;
|
|
4281
4269
|
readonly default: false;
|
|
@@ -4333,7 +4321,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4333
4321
|
readonly stickyExpandedRows: BooleanConstructor;
|
|
4334
4322
|
readonly virtualScroll: BooleanConstructor;
|
|
4335
4323
|
readonly tableLayout: {
|
|
4336
|
-
readonly type: import("vue").PropType<"
|
|
4324
|
+
readonly type: import("vue").PropType<"auto" | "fixed">;
|
|
4337
4325
|
readonly default: "auto";
|
|
4338
4326
|
};
|
|
4339
4327
|
readonly allowCheckingNotLoaded: BooleanConstructor;
|
|
@@ -4351,7 +4339,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4351
4339
|
};
|
|
4352
4340
|
readonly flexHeight: BooleanConstructor;
|
|
4353
4341
|
readonly summaryPlacement: {
|
|
4354
|
-
readonly type: import("vue").PropType<"
|
|
4342
|
+
readonly type: import("vue").PropType<"top" | "bottom">;
|
|
4355
4343
|
readonly default: "bottom";
|
|
4356
4344
|
};
|
|
4357
4345
|
readonly paginationBehaviorOnFilter: {
|
|
@@ -4359,17 +4347,17 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4359
4347
|
readonly default: "current";
|
|
4360
4348
|
};
|
|
4361
4349
|
readonly scrollbarProps: import("vue").PropType<import("../..").ScrollbarProps>;
|
|
4362
|
-
readonly renderCell: import("vue").PropType<(value: any, rowData: object, column:
|
|
4350
|
+
readonly renderCell: import("vue").PropType<(value: any, rowData: object, column: TableBaseColumn) => import("vue").VNodeChild>;
|
|
4363
4351
|
readonly renderExpandIcon: import("vue").PropType<import("./interface").RenderExpandIcon>;
|
|
4364
4352
|
readonly spinProps: {
|
|
4365
4353
|
readonly type: import("vue").PropType<import("../../_internal").BaseLoadingExposedProps>;
|
|
4366
4354
|
readonly default: {};
|
|
4367
4355
|
};
|
|
4368
4356
|
readonly onLoad: import("vue").PropType<import("./interface").DataTableOnLoad>;
|
|
4369
|
-
readonly 'onUpdate:page': import("vue").PropType<import("../../
|
|
4370
|
-
readonly onUpdatePage: import("vue").PropType<import("../../
|
|
4371
|
-
readonly 'onUpdate:pageSize': import("vue").PropType<import("../../
|
|
4372
|
-
readonly onUpdatePageSize: import("vue").PropType<import("../../
|
|
4357
|
+
readonly 'onUpdate:page': import("vue").PropType<import("../../pagination").PaginationProps["onUpdate:page"]>;
|
|
4358
|
+
readonly onUpdatePage: import("vue").PropType<import("../../pagination").PaginationProps["onUpdate:page"]>;
|
|
4359
|
+
readonly 'onUpdate:pageSize': import("vue").PropType<import("../../pagination").PaginationProps["onUpdate:pageSize"]>;
|
|
4360
|
+
readonly onUpdatePageSize: import("vue").PropType<import("../../pagination").PaginationProps["onUpdate:pageSize"]>;
|
|
4373
4361
|
readonly 'onUpdate:sorter': import("vue").PropType<import("../../_utils").MaybeArray<import("./interface").OnUpdateSorter>>;
|
|
4374
4362
|
readonly onUpdateSorter: import("vue").PropType<import("../../_utils").MaybeArray<import("./interface").OnUpdateSorter>>;
|
|
4375
4363
|
readonly 'onUpdate:filters': import("vue").PropType<import("../../_utils").MaybeArray<import("./interface").OnUpdateFilters>>;
|
|
@@ -4379,8 +4367,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4379
4367
|
readonly 'onUpdate:expandedRowKeys': import("vue").PropType<import("../../_utils").MaybeArray<import("./interface").OnUpdateExpandedRowKeys>>;
|
|
4380
4368
|
readonly onUpdateExpandedRowKeys: import("vue").PropType<import("../../_utils").MaybeArray<import("./interface").OnUpdateExpandedRowKeys>>;
|
|
4381
4369
|
readonly onScroll: import("vue").PropType<(e: Event) => void>;
|
|
4382
|
-
readonly onPageChange: import("vue").PropType<import("../../
|
|
4383
|
-
readonly onPageSizeChange: import("vue").PropType<import("../../
|
|
4370
|
+
readonly onPageChange: import("vue").PropType<import("../../pagination").PaginationProps["onUpdate:page"]>;
|
|
4371
|
+
readonly onPageSizeChange: import("vue").PropType<import("../../pagination").PaginationProps["onUpdate:pageSize"]>;
|
|
4384
4372
|
readonly onSorterChange: import("vue").PropType<import("../../_utils").MaybeArray<import("./interface").OnUpdateSorter> | undefined>;
|
|
4385
4373
|
readonly onFiltersChange: import("vue").PropType<import("../../_utils").MaybeArray<import("./interface").OnUpdateFilters> | undefined>;
|
|
4386
4374
|
readonly onCheckedRowKeysChange: import("vue").PropType<import("../../_utils").MaybeArray<import("./interface").OnUpdateCheckedRowKeys> | undefined>;
|
|
@@ -4420,6 +4408,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4420
4408
|
tdTextColor: string;
|
|
4421
4409
|
thTextColor: string;
|
|
4422
4410
|
thFontWeight: string;
|
|
4411
|
+
thSubColor: string;
|
|
4412
|
+
thSubFontWeight: string;
|
|
4413
|
+
thSubFontSize: string;
|
|
4423
4414
|
thButtonColorHover: string;
|
|
4424
4415
|
thIconColor: string;
|
|
4425
4416
|
thIconColorActive: string;
|
|
@@ -4998,12 +4989,18 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4998
4989
|
iconSizeMedium: string;
|
|
4999
4990
|
iconSizeLarge: string;
|
|
5000
4991
|
iconSizeHuge: string;
|
|
5001
|
-
|
|
5002
|
-
|
|
5003
|
-
|
|
5004
|
-
|
|
5005
|
-
|
|
4992
|
+
titleFontSizeSmall: string;
|
|
4993
|
+
titleFontSizeMedium: string;
|
|
4994
|
+
titleFontSizeLarge: string;
|
|
4995
|
+
titleFontSizeHuge: string;
|
|
4996
|
+
descriptionFontSizeSmall: string;
|
|
4997
|
+
descriptionFontSizeMedium: string;
|
|
4998
|
+
descriptionFontSizeLarge: string;
|
|
4999
|
+
descriptionFontSizeHuge: string;
|
|
5000
|
+
titleColor: string;
|
|
5001
|
+
descriptionColor: string;
|
|
5006
5002
|
iconColor: string;
|
|
5003
|
+
iconBgColor: string;
|
|
5007
5004
|
extraTextColor: string;
|
|
5008
5005
|
}, any>;
|
|
5009
5006
|
}>;
|
|
@@ -5131,12 +5128,18 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
5131
5128
|
iconSizeMedium: string;
|
|
5132
5129
|
iconSizeLarge: string;
|
|
5133
5130
|
iconSizeHuge: string;
|
|
5134
|
-
|
|
5135
|
-
|
|
5136
|
-
|
|
5137
|
-
|
|
5138
|
-
|
|
5131
|
+
titleFontSizeSmall: string;
|
|
5132
|
+
titleFontSizeMedium: string;
|
|
5133
|
+
titleFontSizeLarge: string;
|
|
5134
|
+
titleFontSizeHuge: string;
|
|
5135
|
+
descriptionFontSizeSmall: string;
|
|
5136
|
+
descriptionFontSizeMedium: string;
|
|
5137
|
+
descriptionFontSizeLarge: string;
|
|
5138
|
+
descriptionFontSizeHuge: string;
|
|
5139
|
+
titleColor: string;
|
|
5140
|
+
descriptionColor: string;
|
|
5139
5141
|
iconColor: string;
|
|
5142
|
+
iconBgColor: string;
|
|
5140
5143
|
extraTextColor: string;
|
|
5141
5144
|
}, any>;
|
|
5142
5145
|
}>;
|
|
@@ -5151,12 +5154,18 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
5151
5154
|
iconSizeMedium: string;
|
|
5152
5155
|
iconSizeLarge: string;
|
|
5153
5156
|
iconSizeHuge: string;
|
|
5154
|
-
|
|
5155
|
-
|
|
5156
|
-
|
|
5157
|
-
|
|
5158
|
-
|
|
5157
|
+
titleFontSizeSmall: string;
|
|
5158
|
+
titleFontSizeMedium: string;
|
|
5159
|
+
titleFontSizeLarge: string;
|
|
5160
|
+
titleFontSizeHuge: string;
|
|
5161
|
+
descriptionFontSizeSmall: string;
|
|
5162
|
+
descriptionFontSizeMedium: string;
|
|
5163
|
+
descriptionFontSizeLarge: string;
|
|
5164
|
+
descriptionFontSizeHuge: string;
|
|
5165
|
+
titleColor: string;
|
|
5166
|
+
descriptionColor: string;
|
|
5159
5167
|
iconColor: string;
|
|
5168
|
+
iconBgColor: string;
|
|
5160
5169
|
extraTextColor: string;
|
|
5161
5170
|
}, any>;
|
|
5162
5171
|
Popover: import("../../_mixins").Theme<"Popover", {
|
|
@@ -5315,6 +5324,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
5315
5324
|
tdTextColor: string;
|
|
5316
5325
|
thTextColor: string;
|
|
5317
5326
|
thFontWeight: string;
|
|
5327
|
+
thSubColor: string;
|
|
5328
|
+
thSubFontWeight: string;
|
|
5329
|
+
thSubFontSize: string;
|
|
5318
5330
|
thButtonColorHover: string;
|
|
5319
5331
|
thIconColor: string;
|
|
5320
5332
|
thIconColorActive: string;
|
|
@@ -5893,12 +5905,18 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
5893
5905
|
iconSizeMedium: string;
|
|
5894
5906
|
iconSizeLarge: string;
|
|
5895
5907
|
iconSizeHuge: string;
|
|
5896
|
-
|
|
5897
|
-
|
|
5898
|
-
|
|
5899
|
-
|
|
5900
|
-
|
|
5908
|
+
titleFontSizeSmall: string;
|
|
5909
|
+
titleFontSizeMedium: string;
|
|
5910
|
+
titleFontSizeLarge: string;
|
|
5911
|
+
titleFontSizeHuge: string;
|
|
5912
|
+
descriptionFontSizeSmall: string;
|
|
5913
|
+
descriptionFontSizeMedium: string;
|
|
5914
|
+
descriptionFontSizeLarge: string;
|
|
5915
|
+
descriptionFontSizeHuge: string;
|
|
5916
|
+
titleColor: string;
|
|
5917
|
+
descriptionColor: string;
|
|
5901
5918
|
iconColor: string;
|
|
5919
|
+
iconBgColor: string;
|
|
5902
5920
|
extraTextColor: string;
|
|
5903
5921
|
}, any>;
|
|
5904
5922
|
}>;
|
|
@@ -6026,12 +6044,18 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
6026
6044
|
iconSizeMedium: string;
|
|
6027
6045
|
iconSizeLarge: string;
|
|
6028
6046
|
iconSizeHuge: string;
|
|
6029
|
-
|
|
6030
|
-
|
|
6031
|
-
|
|
6032
|
-
|
|
6033
|
-
|
|
6047
|
+
titleFontSizeSmall: string;
|
|
6048
|
+
titleFontSizeMedium: string;
|
|
6049
|
+
titleFontSizeLarge: string;
|
|
6050
|
+
titleFontSizeHuge: string;
|
|
6051
|
+
descriptionFontSizeSmall: string;
|
|
6052
|
+
descriptionFontSizeMedium: string;
|
|
6053
|
+
descriptionFontSizeLarge: string;
|
|
6054
|
+
descriptionFontSizeHuge: string;
|
|
6055
|
+
titleColor: string;
|
|
6056
|
+
descriptionColor: string;
|
|
6034
6057
|
iconColor: string;
|
|
6058
|
+
iconBgColor: string;
|
|
6035
6059
|
extraTextColor: string;
|
|
6036
6060
|
}, any>;
|
|
6037
6061
|
}>;
|
|
@@ -6046,12 +6070,18 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
6046
6070
|
iconSizeMedium: string;
|
|
6047
6071
|
iconSizeLarge: string;
|
|
6048
6072
|
iconSizeHuge: string;
|
|
6049
|
-
|
|
6050
|
-
|
|
6051
|
-
|
|
6052
|
-
|
|
6053
|
-
|
|
6073
|
+
titleFontSizeSmall: string;
|
|
6074
|
+
titleFontSizeMedium: string;
|
|
6075
|
+
titleFontSizeLarge: string;
|
|
6076
|
+
titleFontSizeHuge: string;
|
|
6077
|
+
descriptionFontSizeSmall: string;
|
|
6078
|
+
descriptionFontSizeMedium: string;
|
|
6079
|
+
descriptionFontSizeLarge: string;
|
|
6080
|
+
descriptionFontSizeHuge: string;
|
|
6081
|
+
titleColor: string;
|
|
6082
|
+
descriptionColor: string;
|
|
6054
6083
|
iconColor: string;
|
|
6084
|
+
iconBgColor: string;
|
|
6055
6085
|
extraTextColor: string;
|
|
6056
6086
|
}, any>;
|
|
6057
6087
|
Popover: import("../../_mixins").Theme<"Popover", {
|
|
@@ -6210,6 +6240,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
6210
6240
|
tdTextColor: string;
|
|
6211
6241
|
thTextColor: string;
|
|
6212
6242
|
thFontWeight: string;
|
|
6243
|
+
thSubColor: string;
|
|
6244
|
+
thSubFontWeight: string;
|
|
6245
|
+
thSubFontSize: string;
|
|
6213
6246
|
thButtonColorHover: string;
|
|
6214
6247
|
thIconColor: string;
|
|
6215
6248
|
thIconColorActive: string;
|
|
@@ -6788,12 +6821,18 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
6788
6821
|
iconSizeMedium: string;
|
|
6789
6822
|
iconSizeLarge: string;
|
|
6790
6823
|
iconSizeHuge: string;
|
|
6791
|
-
|
|
6792
|
-
|
|
6793
|
-
|
|
6794
|
-
|
|
6795
|
-
|
|
6824
|
+
titleFontSizeSmall: string;
|
|
6825
|
+
titleFontSizeMedium: string;
|
|
6826
|
+
titleFontSizeLarge: string;
|
|
6827
|
+
titleFontSizeHuge: string;
|
|
6828
|
+
descriptionFontSizeSmall: string;
|
|
6829
|
+
descriptionFontSizeMedium: string;
|
|
6830
|
+
descriptionFontSizeLarge: string;
|
|
6831
|
+
descriptionFontSizeHuge: string;
|
|
6832
|
+
titleColor: string;
|
|
6833
|
+
descriptionColor: string;
|
|
6796
6834
|
iconColor: string;
|
|
6835
|
+
iconBgColor: string;
|
|
6797
6836
|
extraTextColor: string;
|
|
6798
6837
|
}, any>;
|
|
6799
6838
|
}>;
|
|
@@ -6921,12 +6960,18 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
6921
6960
|
iconSizeMedium: string;
|
|
6922
6961
|
iconSizeLarge: string;
|
|
6923
6962
|
iconSizeHuge: string;
|
|
6924
|
-
|
|
6925
|
-
|
|
6926
|
-
|
|
6927
|
-
|
|
6928
|
-
|
|
6963
|
+
titleFontSizeSmall: string;
|
|
6964
|
+
titleFontSizeMedium: string;
|
|
6965
|
+
titleFontSizeLarge: string;
|
|
6966
|
+
titleFontSizeHuge: string;
|
|
6967
|
+
descriptionFontSizeSmall: string;
|
|
6968
|
+
descriptionFontSizeMedium: string;
|
|
6969
|
+
descriptionFontSizeLarge: string;
|
|
6970
|
+
descriptionFontSizeHuge: string;
|
|
6971
|
+
titleColor: string;
|
|
6972
|
+
descriptionColor: string;
|
|
6929
6973
|
iconColor: string;
|
|
6974
|
+
iconBgColor: string;
|
|
6930
6975
|
extraTextColor: string;
|
|
6931
6976
|
}, any>;
|
|
6932
6977
|
}>;
|
|
@@ -6941,12 +6986,18 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
6941
6986
|
iconSizeMedium: string;
|
|
6942
6987
|
iconSizeLarge: string;
|
|
6943
6988
|
iconSizeHuge: string;
|
|
6944
|
-
|
|
6945
|
-
|
|
6946
|
-
|
|
6947
|
-
|
|
6948
|
-
|
|
6989
|
+
titleFontSizeSmall: string;
|
|
6990
|
+
titleFontSizeMedium: string;
|
|
6991
|
+
titleFontSizeLarge: string;
|
|
6992
|
+
titleFontSizeHuge: string;
|
|
6993
|
+
descriptionFontSizeSmall: string;
|
|
6994
|
+
descriptionFontSizeMedium: string;
|
|
6995
|
+
descriptionFontSizeLarge: string;
|
|
6996
|
+
descriptionFontSizeHuge: string;
|
|
6997
|
+
titleColor: string;
|
|
6998
|
+
descriptionColor: string;
|
|
6949
6999
|
iconColor: string;
|
|
7000
|
+
iconBgColor: string;
|
|
6950
7001
|
extraTextColor: string;
|
|
6951
7002
|
}, any>;
|
|
6952
7003
|
Popover: import("../../_mixins").Theme<"Popover", {
|
|
@@ -7069,15 +7120,17 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
7069
7120
|
}, any>;
|
|
7070
7121
|
}>;
|
|
7071
7122
|
}>>>;
|
|
7072
|
-
}
|
|
7073
|
-
|
|
7074
|
-
|
|
7075
|
-
readonly tableLayout: "fixed" | "auto";
|
|
7076
|
-
readonly columns: import("./interface").TableColumns<any>;
|
|
7123
|
+
}>> & {
|
|
7124
|
+
onEdit?: ((...args: any[]) => any) | undefined;
|
|
7125
|
+
}, {
|
|
7077
7126
|
readonly loading: boolean;
|
|
7078
7127
|
readonly bordered: boolean | undefined;
|
|
7128
|
+
readonly size: "small" | "medium" | "large";
|
|
7079
7129
|
readonly pagination: false | import("../../pagination").PaginationProps;
|
|
7130
|
+
readonly data: import("./interface").RowData[];
|
|
7080
7131
|
readonly virtualScroll: boolean;
|
|
7132
|
+
readonly tableLayout: "auto" | "fixed";
|
|
7133
|
+
readonly columns: import("./interface").TableColumns<any>;
|
|
7081
7134
|
readonly remote: boolean;
|
|
7082
7135
|
readonly paginateSinglePage: boolean;
|
|
7083
7136
|
readonly bottomBordered: boolean | undefined;
|
|
@@ -7093,7 +7146,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
7093
7146
|
readonly childrenKey: string;
|
|
7094
7147
|
readonly indent: number;
|
|
7095
7148
|
readonly flexHeight: boolean;
|
|
7096
|
-
readonly summaryPlacement: "
|
|
7149
|
+
readonly summaryPlacement: "top" | "bottom";
|
|
7097
7150
|
readonly paginationBehaviorOnFilter: "first" | "current";
|
|
7098
7151
|
readonly spinProps: import("../../_internal").BaseLoadingExposedProps;
|
|
7099
7152
|
}, {}>;
|