@uzum-tech/ui 1.3.1 → 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 +83297 -64805
- 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/ContentCopy.d.ts +2 -0
- package/es/_internal/icons/ContentCopy.js +8 -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 +3 -0
- package/es/_internal/icons/index.js +3 -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/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/ContentCopy.d.ts +2 -0
- package/lib/_internal/icons/ContentCopy.js +10 -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 +3 -0
- package/lib/_internal/icons/index.js +8 -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/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
|
@@ -131,7 +131,7 @@ export declare const tooltipProps: {
|
|
|
131
131
|
disabled: BooleanConstructor;
|
|
132
132
|
getDisabled: import("vue").PropType<() => boolean>;
|
|
133
133
|
displayDirective: {
|
|
134
|
-
type: import("vue").PropType<"
|
|
134
|
+
type: import("vue").PropType<"if" | "show">;
|
|
135
135
|
default: string;
|
|
136
136
|
};
|
|
137
137
|
arrowStyle: import("vue").PropType<string | import("vue").CSSProperties>;
|
|
@@ -144,7 +144,7 @@ export declare const tooltipProps: {
|
|
|
144
144
|
default: boolean;
|
|
145
145
|
};
|
|
146
146
|
width: {
|
|
147
|
-
type: import("vue").PropType<string |
|
|
147
|
+
type: import("vue").PropType<number | string | "trigger">;
|
|
148
148
|
default: undefined;
|
|
149
149
|
};
|
|
150
150
|
overlap: BooleanConstructor;
|
|
@@ -154,13 +154,13 @@ export declare const tooltipProps: {
|
|
|
154
154
|
};
|
|
155
155
|
zIndex: NumberConstructor;
|
|
156
156
|
to: {
|
|
157
|
-
type: import("vue").PropType<
|
|
157
|
+
type: import("vue").PropType<HTMLElement | string | boolean>;
|
|
158
158
|
default: undefined;
|
|
159
159
|
};
|
|
160
160
|
scrollable: BooleanConstructor;
|
|
161
|
-
contentStyle: import("vue").PropType<
|
|
162
|
-
headerStyle: import("vue").PropType<
|
|
163
|
-
footerStyle: import("vue").PropType<
|
|
161
|
+
contentStyle: import("vue").PropType<import("vue").CSSProperties | string>;
|
|
162
|
+
headerStyle: import("vue").PropType<import("vue").CSSProperties | string>;
|
|
163
|
+
footerStyle: import("vue").PropType<import("vue").CSSProperties | string>;
|
|
164
164
|
onClickoutside: import("vue").PropType<(e: MouseEvent) => void>;
|
|
165
165
|
'onUpdate:show': import("vue").PropType<import("../../_utils").MaybeArray<(value: boolean) => void>>;
|
|
166
166
|
onUpdateShow: import("vue").PropType<import("../../_utils").MaybeArray<(value: boolean) => void>>;
|
|
@@ -314,7 +314,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
314
314
|
disabled: BooleanConstructor;
|
|
315
315
|
getDisabled: import("vue").PropType<() => boolean>;
|
|
316
316
|
displayDirective: {
|
|
317
|
-
type: import("vue").PropType<"
|
|
317
|
+
type: import("vue").PropType<"if" | "show">;
|
|
318
318
|
default: string;
|
|
319
319
|
};
|
|
320
320
|
arrowStyle: import("vue").PropType<string | import("vue").CSSProperties>;
|
|
@@ -327,7 +327,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
327
327
|
default: boolean;
|
|
328
328
|
};
|
|
329
329
|
width: {
|
|
330
|
-
type: import("vue").PropType<string |
|
|
330
|
+
type: import("vue").PropType<number | string | "trigger">;
|
|
331
331
|
default: undefined;
|
|
332
332
|
};
|
|
333
333
|
overlap: BooleanConstructor;
|
|
@@ -337,13 +337,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
337
337
|
};
|
|
338
338
|
zIndex: NumberConstructor;
|
|
339
339
|
to: {
|
|
340
|
-
type: import("vue").PropType<
|
|
340
|
+
type: import("vue").PropType<HTMLElement | string | boolean>;
|
|
341
341
|
default: undefined;
|
|
342
342
|
};
|
|
343
343
|
scrollable: BooleanConstructor;
|
|
344
|
-
contentStyle: import("vue").PropType<
|
|
345
|
-
headerStyle: import("vue").PropType<
|
|
346
|
-
footerStyle: import("vue").PropType<
|
|
344
|
+
contentStyle: import("vue").PropType<import("vue").CSSProperties | string>;
|
|
345
|
+
headerStyle: import("vue").PropType<import("vue").CSSProperties | string>;
|
|
346
|
+
footerStyle: import("vue").PropType<import("vue").CSSProperties | string>;
|
|
347
347
|
onClickoutside: import("vue").PropType<(e: MouseEvent) => void>;
|
|
348
348
|
'onUpdate:show': import("vue").PropType<import("../../_utils").MaybeArray<(value: boolean) => void>>;
|
|
349
349
|
onUpdateShow: import("vue").PropType<import("../../_utils").MaybeArray<(value: boolean) => void>>;
|
|
@@ -372,118 +372,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
372
372
|
setShow: (value: boolean) => void;
|
|
373
373
|
} | null>;
|
|
374
374
|
mergedTheme: import("vue").ComputedRef<{
|
|
375
|
-
common:
|
|
376
|
-
scrollbarColor: string;
|
|
377
|
-
scrollbarColorHover: string;
|
|
378
|
-
scrollbarWidth: string;
|
|
379
|
-
scrollbarHeight: string;
|
|
380
|
-
scrollbarBorderRadius: string;
|
|
381
|
-
opacityDisabled: string;
|
|
382
|
-
brandPrimary50: string;
|
|
383
|
-
brandPrimary100: string;
|
|
384
|
-
brandPrimary200: string;
|
|
385
|
-
brandPrimary300: string;
|
|
386
|
-
brandPrimary400: string;
|
|
387
|
-
brandPrimary500: string;
|
|
388
|
-
brandPrimary550: string;
|
|
389
|
-
brandPrimary600: string;
|
|
390
|
-
brandSecondary500: string;
|
|
391
|
-
brandSecondary300: string;
|
|
392
|
-
brandSecondary600: string;
|
|
393
|
-
brandTertiary500: string;
|
|
394
|
-
brandTertiary300: string;
|
|
395
|
-
brandTertiary600: string;
|
|
396
|
-
brandQuaternary500: string;
|
|
397
|
-
brandQuaternary300: string;
|
|
398
|
-
brandQuaternary600: string;
|
|
399
|
-
brandQuinary500: string;
|
|
400
|
-
brandQuinary300: string;
|
|
401
|
-
brandQuinary600: string;
|
|
402
|
-
brandQuinary100: string;
|
|
403
|
-
surfacePrimary: string;
|
|
404
|
-
surfaceSecondary: string;
|
|
405
|
-
containerPrimary: string;
|
|
406
|
-
containerSecondary: string;
|
|
407
|
-
textPrimary: string;
|
|
408
|
-
textSecondary: string;
|
|
409
|
-
textTertiary: string;
|
|
410
|
-
textQuaternary: string;
|
|
411
|
-
textBrand: string;
|
|
412
|
-
elementsPrimary: string;
|
|
413
|
-
elementsSecondary: string;
|
|
414
|
-
elementsTertiary: string;
|
|
415
|
-
elementsQuaternary: string;
|
|
416
|
-
elementsQuinary: string;
|
|
417
|
-
elementsDarkQuinary: string;
|
|
418
|
-
elementsSenary: string;
|
|
419
|
-
elementsOnContainer: string;
|
|
420
|
-
transparencyPrimary: string;
|
|
421
|
-
transparencySecondary: string;
|
|
422
|
-
transparencyTertiary: string;
|
|
423
|
-
transparencyQuinary: string;
|
|
424
|
-
transparencyModal: string;
|
|
425
|
-
staticBlack: string;
|
|
426
|
-
staticDarkGrey: string;
|
|
427
|
-
staticWhite: string;
|
|
428
|
-
staticRed: string;
|
|
429
|
-
staticOrange: string;
|
|
430
|
-
staticGreen: string;
|
|
431
|
-
staticDeepBlue: string;
|
|
432
|
-
staticErrorAccent: string;
|
|
433
|
-
shadowDepth2: string;
|
|
434
|
-
shadowDepth: string;
|
|
435
|
-
fontFamily: string;
|
|
436
|
-
fontFamilyMono: string;
|
|
437
|
-
cubicBezierEaseInOut: string;
|
|
438
|
-
cubicBezierEaseOut: string;
|
|
439
|
-
cubicBezierEaseIn: string;
|
|
440
|
-
borderRadiusLarge: string;
|
|
441
|
-
borderRadius: string;
|
|
442
|
-
borderRadiusMedium: string;
|
|
443
|
-
borderRadiusSmall: string;
|
|
444
|
-
borderRadiusTiny: string;
|
|
445
|
-
heightMini: string;
|
|
446
|
-
heightTiny: string;
|
|
447
|
-
heightSmall: string;
|
|
448
|
-
heightMedium: string;
|
|
449
|
-
heightLarge: string;
|
|
450
|
-
heightHuge: string;
|
|
451
|
-
fontDisplayLarge: string;
|
|
452
|
-
fontDisplaySmall: string;
|
|
453
|
-
fontHeadingLarge: string;
|
|
454
|
-
fontHeadingMedium: string;
|
|
455
|
-
fontHeadingSmall: string;
|
|
456
|
-
fontTitleLarge: string;
|
|
457
|
-
fontTitleMedium: string;
|
|
458
|
-
fontTitleSmall: string;
|
|
459
|
-
fontBodyLarge: string;
|
|
460
|
-
fontBodyMedium: string;
|
|
461
|
-
fontBodySmall: string;
|
|
462
|
-
lineHeightDisplayLarge: string;
|
|
463
|
-
lineHeightDisplaySmall: string;
|
|
464
|
-
lineHeightHeadingLarge: string;
|
|
465
|
-
lineHeightHeadingMedium: string;
|
|
466
|
-
lineHeightHeadingSmall: string;
|
|
467
|
-
lineHeightTitleLarge: string;
|
|
468
|
-
lineHeightTitleMedium: string;
|
|
469
|
-
lineHeightTitleSmall: string;
|
|
470
|
-
lineHeightBodyLarge: string;
|
|
471
|
-
lineHeightBodyMedium: string;
|
|
472
|
-
lineHeightBodySmall: string;
|
|
473
|
-
fontWeight: string;
|
|
474
|
-
fontWeightStrong: string;
|
|
475
|
-
fontWeightBold: string;
|
|
476
|
-
iconSmall: string;
|
|
477
|
-
iconMedium: string;
|
|
478
|
-
iconLarge: string;
|
|
479
|
-
iconHuge: string;
|
|
480
|
-
closeSmall: string;
|
|
481
|
-
closeMedium: string;
|
|
482
|
-
closeLarge: string;
|
|
483
|
-
closeHuge: string;
|
|
484
|
-
closeBorderRadius: string;
|
|
485
|
-
name: "common";
|
|
486
|
-
};
|
|
375
|
+
common: import("../..").ThemeCommonVars;
|
|
487
376
|
self: {
|
|
488
377
|
padding: string;
|
|
489
378
|
textPadding: string;
|
|
@@ -686,7 +575,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
686
575
|
disabled: BooleanConstructor;
|
|
687
576
|
getDisabled: import("vue").PropType<() => boolean>;
|
|
688
577
|
displayDirective: {
|
|
689
|
-
type: import("vue").PropType<"
|
|
578
|
+
type: import("vue").PropType<"if" | "show">;
|
|
690
579
|
default: string;
|
|
691
580
|
};
|
|
692
581
|
arrowStyle: import("vue").PropType<string | import("vue").CSSProperties>;
|
|
@@ -699,7 +588,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
699
588
|
default: boolean;
|
|
700
589
|
};
|
|
701
590
|
width: {
|
|
702
|
-
type: import("vue").PropType<string |
|
|
591
|
+
type: import("vue").PropType<number | string | "trigger">;
|
|
703
592
|
default: undefined;
|
|
704
593
|
};
|
|
705
594
|
overlap: BooleanConstructor;
|
|
@@ -709,13 +598,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
709
598
|
};
|
|
710
599
|
zIndex: NumberConstructor;
|
|
711
600
|
to: {
|
|
712
|
-
type: import("vue").PropType<
|
|
601
|
+
type: import("vue").PropType<HTMLElement | string | boolean>;
|
|
713
602
|
default: undefined;
|
|
714
603
|
};
|
|
715
604
|
scrollable: BooleanConstructor;
|
|
716
|
-
contentStyle: import("vue").PropType<
|
|
717
|
-
headerStyle: import("vue").PropType<
|
|
718
|
-
footerStyle: import("vue").PropType<
|
|
605
|
+
contentStyle: import("vue").PropType<import("vue").CSSProperties | string>;
|
|
606
|
+
headerStyle: import("vue").PropType<import("vue").CSSProperties | string>;
|
|
607
|
+
footerStyle: import("vue").PropType<import("vue").CSSProperties | string>;
|
|
719
608
|
onClickoutside: import("vue").PropType<(e: MouseEvent) => void>;
|
|
720
609
|
'onUpdate:show': import("vue").PropType<import("../../_utils").MaybeArray<(value: boolean) => void>>;
|
|
721
610
|
onUpdateShow: import("vue").PropType<import("../../_utils").MaybeArray<(value: boolean) => void>>;
|
|
@@ -739,22 +628,22 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
739
628
|
minWidth: NumberConstructor;
|
|
740
629
|
maxWidth: NumberConstructor;
|
|
741
630
|
}>>, {
|
|
742
|
-
show: boolean | undefined;
|
|
743
|
-
flip: boolean;
|
|
744
631
|
width: string | number;
|
|
745
632
|
disabled: boolean;
|
|
746
|
-
duration: number;
|
|
747
|
-
to: string | boolean | HTMLElement;
|
|
748
633
|
raw: boolean;
|
|
634
|
+
to: string | boolean | HTMLElement;
|
|
635
|
+
show: boolean | undefined;
|
|
749
636
|
animated: boolean;
|
|
750
|
-
|
|
751
|
-
overlap: boolean;
|
|
637
|
+
duration: number;
|
|
752
638
|
scrollable: boolean;
|
|
753
639
|
trigger: import("../../popover").PopoverTrigger;
|
|
640
|
+
flip: boolean;
|
|
641
|
+
overlap: boolean;
|
|
754
642
|
showArrow: boolean;
|
|
755
643
|
delay: number;
|
|
756
644
|
arrowPointToCenter: boolean;
|
|
757
645
|
displayDirective: "show" | "if";
|
|
646
|
+
placement: import("vueuc/lib/binder/src/interface").Placement;
|
|
758
647
|
keepAliveOnHover: boolean;
|
|
759
648
|
internalDeactivateImmediately: boolean;
|
|
760
649
|
internalTrapFocus: boolean;
|
|
@@ -206,12 +206,18 @@ export declare const transferProps: {
|
|
|
206
206
|
iconSizeMedium: string;
|
|
207
207
|
iconSizeLarge: string;
|
|
208
208
|
iconSizeHuge: string;
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
209
|
+
titleFontSizeSmall: string;
|
|
210
|
+
titleFontSizeMedium: string;
|
|
211
|
+
titleFontSizeLarge: string;
|
|
212
|
+
titleFontSizeHuge: string;
|
|
213
|
+
descriptionFontSizeSmall: string;
|
|
214
|
+
descriptionFontSizeMedium: string;
|
|
215
|
+
descriptionFontSizeLarge: string;
|
|
216
|
+
descriptionFontSizeHuge: string;
|
|
217
|
+
titleColor: string;
|
|
218
|
+
descriptionColor: string;
|
|
214
219
|
iconColor: string;
|
|
220
|
+
iconBgColor: string;
|
|
215
221
|
extraTextColor: string;
|
|
216
222
|
}, any>;
|
|
217
223
|
Button: import("../../_mixins").Theme<"Button", {
|
|
@@ -588,12 +594,18 @@ export declare const transferProps: {
|
|
|
588
594
|
iconSizeMedium: string;
|
|
589
595
|
iconSizeLarge: string;
|
|
590
596
|
iconSizeHuge: string;
|
|
591
|
-
|
|
592
|
-
|
|
593
|
-
|
|
594
|
-
|
|
595
|
-
|
|
597
|
+
titleFontSizeSmall: string;
|
|
598
|
+
titleFontSizeMedium: string;
|
|
599
|
+
titleFontSizeLarge: string;
|
|
600
|
+
titleFontSizeHuge: string;
|
|
601
|
+
descriptionFontSizeSmall: string;
|
|
602
|
+
descriptionFontSizeMedium: string;
|
|
603
|
+
descriptionFontSizeLarge: string;
|
|
604
|
+
descriptionFontSizeHuge: string;
|
|
605
|
+
titleColor: string;
|
|
606
|
+
descriptionColor: string;
|
|
596
607
|
iconColor: string;
|
|
608
|
+
iconBgColor: string;
|
|
597
609
|
extraTextColor: string;
|
|
598
610
|
}, any>;
|
|
599
611
|
Button: import("../../_mixins").Theme<"Button", {
|
|
@@ -970,12 +982,18 @@ export declare const transferProps: {
|
|
|
970
982
|
iconSizeMedium: string;
|
|
971
983
|
iconSizeLarge: string;
|
|
972
984
|
iconSizeHuge: string;
|
|
973
|
-
|
|
974
|
-
|
|
975
|
-
|
|
976
|
-
|
|
977
|
-
|
|
985
|
+
titleFontSizeSmall: string;
|
|
986
|
+
titleFontSizeMedium: string;
|
|
987
|
+
titleFontSizeLarge: string;
|
|
988
|
+
titleFontSizeHuge: string;
|
|
989
|
+
descriptionFontSizeSmall: string;
|
|
990
|
+
descriptionFontSizeMedium: string;
|
|
991
|
+
descriptionFontSizeLarge: string;
|
|
992
|
+
descriptionFontSizeHuge: string;
|
|
993
|
+
titleColor: string;
|
|
994
|
+
descriptionColor: string;
|
|
978
995
|
iconColor: string;
|
|
996
|
+
iconBgColor: string;
|
|
979
997
|
extraTextColor: string;
|
|
980
998
|
}, any>;
|
|
981
999
|
Button: import("../../_mixins").Theme<"Button", {
|
|
@@ -1397,12 +1415,18 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1397
1415
|
iconSizeMedium: string;
|
|
1398
1416
|
iconSizeLarge: string;
|
|
1399
1417
|
iconSizeHuge: string;
|
|
1400
|
-
|
|
1401
|
-
|
|
1402
|
-
|
|
1403
|
-
|
|
1404
|
-
|
|
1418
|
+
titleFontSizeSmall: string;
|
|
1419
|
+
titleFontSizeMedium: string;
|
|
1420
|
+
titleFontSizeLarge: string;
|
|
1421
|
+
titleFontSizeHuge: string;
|
|
1422
|
+
descriptionFontSizeSmall: string;
|
|
1423
|
+
descriptionFontSizeMedium: string;
|
|
1424
|
+
descriptionFontSizeLarge: string;
|
|
1425
|
+
descriptionFontSizeHuge: string;
|
|
1426
|
+
titleColor: string;
|
|
1427
|
+
descriptionColor: string;
|
|
1405
1428
|
iconColor: string;
|
|
1429
|
+
iconBgColor: string;
|
|
1406
1430
|
extraTextColor: string;
|
|
1407
1431
|
}, any>;
|
|
1408
1432
|
Button: import("../../_mixins").Theme<"Button", {
|
|
@@ -1779,12 +1803,18 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1779
1803
|
iconSizeMedium: string;
|
|
1780
1804
|
iconSizeLarge: string;
|
|
1781
1805
|
iconSizeHuge: string;
|
|
1782
|
-
|
|
1783
|
-
|
|
1784
|
-
|
|
1785
|
-
|
|
1786
|
-
|
|
1806
|
+
titleFontSizeSmall: string;
|
|
1807
|
+
titleFontSizeMedium: string;
|
|
1808
|
+
titleFontSizeLarge: string;
|
|
1809
|
+
titleFontSizeHuge: string;
|
|
1810
|
+
descriptionFontSizeSmall: string;
|
|
1811
|
+
descriptionFontSizeMedium: string;
|
|
1812
|
+
descriptionFontSizeLarge: string;
|
|
1813
|
+
descriptionFontSizeHuge: string;
|
|
1814
|
+
titleColor: string;
|
|
1815
|
+
descriptionColor: string;
|
|
1787
1816
|
iconColor: string;
|
|
1817
|
+
iconBgColor: string;
|
|
1788
1818
|
extraTextColor: string;
|
|
1789
1819
|
}, any>;
|
|
1790
1820
|
Button: import("../../_mixins").Theme<"Button", {
|
|
@@ -2161,12 +2191,18 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2161
2191
|
iconSizeMedium: string;
|
|
2162
2192
|
iconSizeLarge: string;
|
|
2163
2193
|
iconSizeHuge: string;
|
|
2164
|
-
|
|
2165
|
-
|
|
2166
|
-
|
|
2167
|
-
|
|
2168
|
-
|
|
2194
|
+
titleFontSizeSmall: string;
|
|
2195
|
+
titleFontSizeMedium: string;
|
|
2196
|
+
titleFontSizeLarge: string;
|
|
2197
|
+
titleFontSizeHuge: string;
|
|
2198
|
+
descriptionFontSizeSmall: string;
|
|
2199
|
+
descriptionFontSizeMedium: string;
|
|
2200
|
+
descriptionFontSizeLarge: string;
|
|
2201
|
+
descriptionFontSizeHuge: string;
|
|
2202
|
+
titleColor: string;
|
|
2203
|
+
descriptionColor: string;
|
|
2169
2204
|
iconColor: string;
|
|
2205
|
+
iconBgColor: string;
|
|
2170
2206
|
extraTextColor: string;
|
|
2171
2207
|
}, any>;
|
|
2172
2208
|
Button: import("../../_mixins").Theme<"Button", {
|
|
@@ -2387,118 +2423,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2387
2423
|
itemSize: import("vue").ComputedRef<number>;
|
|
2388
2424
|
isMounted: Readonly<import("vue").Ref<boolean>>;
|
|
2389
2425
|
mergedTheme: import("vue").ComputedRef<{
|
|
2390
|
-
common:
|
|
2391
|
-
scrollbarColor: string;
|
|
2392
|
-
scrollbarColorHover: string;
|
|
2393
|
-
scrollbarWidth: string;
|
|
2394
|
-
scrollbarHeight: string;
|
|
2395
|
-
scrollbarBorderRadius: string;
|
|
2396
|
-
opacityDisabled: string;
|
|
2397
|
-
brandPrimary50: string;
|
|
2398
|
-
brandPrimary100: string;
|
|
2399
|
-
brandPrimary200: string;
|
|
2400
|
-
brandPrimary300: string;
|
|
2401
|
-
brandPrimary400: string;
|
|
2402
|
-
brandPrimary500: string;
|
|
2403
|
-
brandPrimary550: string;
|
|
2404
|
-
brandPrimary600: string;
|
|
2405
|
-
brandSecondary500: string;
|
|
2406
|
-
brandSecondary300: string;
|
|
2407
|
-
brandSecondary600: string;
|
|
2408
|
-
brandTertiary500: string;
|
|
2409
|
-
brandTertiary300: string;
|
|
2410
|
-
brandTertiary600: string;
|
|
2411
|
-
brandQuaternary500: string;
|
|
2412
|
-
brandQuaternary300: string;
|
|
2413
|
-
brandQuaternary600: string;
|
|
2414
|
-
brandQuinary500: string;
|
|
2415
|
-
brandQuinary300: string;
|
|
2416
|
-
brandQuinary600: string;
|
|
2417
|
-
brandQuinary100: string;
|
|
2418
|
-
surfacePrimary: string;
|
|
2419
|
-
surfaceSecondary: string;
|
|
2420
|
-
containerPrimary: string;
|
|
2421
|
-
containerSecondary: string;
|
|
2422
|
-
textPrimary: string;
|
|
2423
|
-
textSecondary: string;
|
|
2424
|
-
textTertiary: string;
|
|
2425
|
-
textQuaternary: string;
|
|
2426
|
-
textBrand: string;
|
|
2427
|
-
elementsPrimary: string;
|
|
2428
|
-
elementsSecondary: string;
|
|
2429
|
-
elementsTertiary: string;
|
|
2430
|
-
elementsQuaternary: string;
|
|
2431
|
-
elementsQuinary: string;
|
|
2432
|
-
elementsDarkQuinary: string;
|
|
2433
|
-
elementsSenary: string;
|
|
2434
|
-
elementsOnContainer: string;
|
|
2435
|
-
transparencyPrimary: string;
|
|
2436
|
-
transparencySecondary: string;
|
|
2437
|
-
transparencyTertiary: string;
|
|
2438
|
-
transparencyQuinary: string;
|
|
2439
|
-
transparencyModal: string;
|
|
2440
|
-
staticBlack: string;
|
|
2441
|
-
staticDarkGrey: string;
|
|
2442
|
-
staticWhite: string;
|
|
2443
|
-
staticRed: string;
|
|
2444
|
-
staticOrange: string;
|
|
2445
|
-
staticGreen: string;
|
|
2446
|
-
staticDeepBlue: string;
|
|
2447
|
-
staticErrorAccent: string;
|
|
2448
|
-
shadowDepth2: string;
|
|
2449
|
-
shadowDepth: string;
|
|
2450
|
-
fontFamily: string;
|
|
2451
|
-
fontFamilyMono: string;
|
|
2452
|
-
cubicBezierEaseInOut: string;
|
|
2453
|
-
cubicBezierEaseOut: string;
|
|
2454
|
-
cubicBezierEaseIn: string;
|
|
2455
|
-
borderRadiusLarge: string;
|
|
2456
|
-
borderRadius: string;
|
|
2457
|
-
borderRadiusMedium: string;
|
|
2458
|
-
borderRadiusSmall: string;
|
|
2459
|
-
borderRadiusTiny: string;
|
|
2460
|
-
heightMini: string;
|
|
2461
|
-
heightTiny: string;
|
|
2462
|
-
heightSmall: string;
|
|
2463
|
-
heightMedium: string;
|
|
2464
|
-
heightLarge: string;
|
|
2465
|
-
heightHuge: string;
|
|
2466
|
-
fontDisplayLarge: string;
|
|
2467
|
-
fontDisplaySmall: string;
|
|
2468
|
-
fontHeadingLarge: string;
|
|
2469
|
-
fontHeadingMedium: string;
|
|
2470
|
-
fontHeadingSmall: string;
|
|
2471
|
-
fontTitleLarge: string;
|
|
2472
|
-
fontTitleMedium: string;
|
|
2473
|
-
fontTitleSmall: string;
|
|
2474
|
-
fontBodyLarge: string;
|
|
2475
|
-
fontBodyMedium: string;
|
|
2476
|
-
fontBodySmall: string;
|
|
2477
|
-
lineHeightDisplayLarge: string;
|
|
2478
|
-
lineHeightDisplaySmall: string;
|
|
2479
|
-
lineHeightHeadingLarge: string;
|
|
2480
|
-
lineHeightHeadingMedium: string;
|
|
2481
|
-
lineHeightHeadingSmall: string;
|
|
2482
|
-
lineHeightTitleLarge: string;
|
|
2483
|
-
lineHeightTitleMedium: string;
|
|
2484
|
-
lineHeightTitleSmall: string;
|
|
2485
|
-
lineHeightBodyLarge: string;
|
|
2486
|
-
lineHeightBodyMedium: string;
|
|
2487
|
-
lineHeightBodySmall: string;
|
|
2488
|
-
fontWeight: string;
|
|
2489
|
-
fontWeightStrong: string;
|
|
2490
|
-
fontWeightBold: string;
|
|
2491
|
-
iconSmall: string;
|
|
2492
|
-
iconMedium: string;
|
|
2493
|
-
iconLarge: string;
|
|
2494
|
-
iconHuge: string;
|
|
2495
|
-
closeSmall: string;
|
|
2496
|
-
closeMedium: string;
|
|
2497
|
-
closeLarge: string;
|
|
2498
|
-
closeHuge: string;
|
|
2499
|
-
closeBorderRadius: string;
|
|
2500
|
-
name: "common";
|
|
2501
|
-
};
|
|
2426
|
+
common: import("../..").ThemeCommonVars;
|
|
2502
2427
|
self: {
|
|
2503
2428
|
extraFontSizeSmall: string;
|
|
2504
2429
|
extraFontSizeMedium: string;
|
|
@@ -2662,12 +2587,18 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2662
2587
|
iconSizeMedium: string;
|
|
2663
2588
|
iconSizeLarge: string;
|
|
2664
2589
|
iconSizeHuge: string;
|
|
2665
|
-
|
|
2666
|
-
|
|
2667
|
-
|
|
2668
|
-
|
|
2669
|
-
|
|
2590
|
+
titleFontSizeSmall: string;
|
|
2591
|
+
titleFontSizeMedium: string;
|
|
2592
|
+
titleFontSizeLarge: string;
|
|
2593
|
+
titleFontSizeHuge: string;
|
|
2594
|
+
descriptionFontSizeSmall: string;
|
|
2595
|
+
descriptionFontSizeMedium: string;
|
|
2596
|
+
descriptionFontSizeLarge: string;
|
|
2597
|
+
descriptionFontSizeHuge: string;
|
|
2598
|
+
titleColor: string;
|
|
2599
|
+
descriptionColor: string;
|
|
2670
2600
|
iconColor: string;
|
|
2601
|
+
iconBgColor: string;
|
|
2671
2602
|
extraTextColor: string;
|
|
2672
2603
|
}, any>;
|
|
2673
2604
|
Button: import("../../_mixins").Theme<"Button", {
|
|
@@ -3155,12 +3086,18 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3155
3086
|
iconSizeMedium: string;
|
|
3156
3087
|
iconSizeLarge: string;
|
|
3157
3088
|
iconSizeHuge: string;
|
|
3158
|
-
|
|
3159
|
-
|
|
3160
|
-
|
|
3161
|
-
|
|
3162
|
-
|
|
3089
|
+
titleFontSizeSmall: string;
|
|
3090
|
+
titleFontSizeMedium: string;
|
|
3091
|
+
titleFontSizeLarge: string;
|
|
3092
|
+
titleFontSizeHuge: string;
|
|
3093
|
+
descriptionFontSizeSmall: string;
|
|
3094
|
+
descriptionFontSizeMedium: string;
|
|
3095
|
+
descriptionFontSizeLarge: string;
|
|
3096
|
+
descriptionFontSizeHuge: string;
|
|
3097
|
+
titleColor: string;
|
|
3098
|
+
descriptionColor: string;
|
|
3163
3099
|
iconColor: string;
|
|
3100
|
+
iconBgColor: string;
|
|
3164
3101
|
extraTextColor: string;
|
|
3165
3102
|
}, any>;
|
|
3166
3103
|
Button: import("../../_mixins").Theme<"Button", {
|
|
@@ -3537,12 +3474,18 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3537
3474
|
iconSizeMedium: string;
|
|
3538
3475
|
iconSizeLarge: string;
|
|
3539
3476
|
iconSizeHuge: string;
|
|
3540
|
-
|
|
3541
|
-
|
|
3542
|
-
|
|
3543
|
-
|
|
3544
|
-
|
|
3477
|
+
titleFontSizeSmall: string;
|
|
3478
|
+
titleFontSizeMedium: string;
|
|
3479
|
+
titleFontSizeLarge: string;
|
|
3480
|
+
titleFontSizeHuge: string;
|
|
3481
|
+
descriptionFontSizeSmall: string;
|
|
3482
|
+
descriptionFontSizeMedium: string;
|
|
3483
|
+
descriptionFontSizeLarge: string;
|
|
3484
|
+
descriptionFontSizeHuge: string;
|
|
3485
|
+
titleColor: string;
|
|
3486
|
+
descriptionColor: string;
|
|
3545
3487
|
iconColor: string;
|
|
3488
|
+
iconBgColor: string;
|
|
3546
3489
|
extraTextColor: string;
|
|
3547
3490
|
}, any>;
|
|
3548
3491
|
Button: import("../../_mixins").Theme<"Button", {
|
|
@@ -3919,12 +3862,18 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3919
3862
|
iconSizeMedium: string;
|
|
3920
3863
|
iconSizeLarge: string;
|
|
3921
3864
|
iconSizeHuge: string;
|
|
3922
|
-
|
|
3923
|
-
|
|
3924
|
-
|
|
3925
|
-
|
|
3926
|
-
|
|
3865
|
+
titleFontSizeSmall: string;
|
|
3866
|
+
titleFontSizeMedium: string;
|
|
3867
|
+
titleFontSizeLarge: string;
|
|
3868
|
+
titleFontSizeHuge: string;
|
|
3869
|
+
descriptionFontSizeSmall: string;
|
|
3870
|
+
descriptionFontSizeMedium: string;
|
|
3871
|
+
descriptionFontSizeLarge: string;
|
|
3872
|
+
descriptionFontSizeHuge: string;
|
|
3873
|
+
titleColor: string;
|
|
3874
|
+
descriptionColor: string;
|
|
3927
3875
|
iconColor: string;
|
|
3876
|
+
iconBgColor: string;
|
|
3928
3877
|
extraTextColor: string;
|
|
3929
3878
|
}, any>;
|
|
3930
3879
|
Button: import("../../_mixins").Theme<"Button", {
|
|
@@ -4140,12 +4089,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4140
4089
|
}, any>;
|
|
4141
4090
|
}>>>;
|
|
4142
4091
|
}>>, {
|
|
4143
|
-
readonly options: Option[];
|
|
4144
4092
|
readonly filter: Filter;
|
|
4145
4093
|
readonly disabled: boolean | undefined;
|
|
4146
4094
|
readonly virtualScroll: boolean;
|
|
4147
4095
|
readonly filterable: boolean;
|
|
4148
4096
|
readonly defaultValue: OptionValue[] | null;
|
|
4097
|
+
readonly options: Option[];
|
|
4149
4098
|
readonly showSelected: boolean;
|
|
4150
4099
|
readonly sourceFilterable: boolean;
|
|
4151
4100
|
readonly targetFilterable: boolean;
|