@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
|
@@ -31,7 +31,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
31
31
|
};
|
|
32
32
|
icon: PropType<() => VNodeChild>;
|
|
33
33
|
type: {
|
|
34
|
-
readonly type: PropType<"
|
|
34
|
+
readonly type: PropType<"info" | "success" | "warning" | "error" | "default">;
|
|
35
35
|
readonly default: "default";
|
|
36
36
|
};
|
|
37
37
|
title: PropType<string | (() => VNodeChild)>;
|
|
@@ -58,7 +58,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
58
58
|
required: true;
|
|
59
59
|
};
|
|
60
60
|
displayDirective: {
|
|
61
|
-
type: PropType<"
|
|
61
|
+
type: PropType<"if" | "show">;
|
|
62
62
|
required: true;
|
|
63
63
|
};
|
|
64
64
|
trapFocus: {
|
|
@@ -72,118 +72,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
72
72
|
blockScroll: BooleanConstructor;
|
|
73
73
|
}, {
|
|
74
74
|
mergedTheme: import("vue").Ref<{
|
|
75
|
-
common:
|
|
76
|
-
scrollbarColor: string;
|
|
77
|
-
scrollbarColorHover: string;
|
|
78
|
-
scrollbarWidth: string;
|
|
79
|
-
scrollbarHeight: string;
|
|
80
|
-
scrollbarBorderRadius: string;
|
|
81
|
-
opacityDisabled: string;
|
|
82
|
-
brandPrimary50: string;
|
|
83
|
-
brandPrimary100: string;
|
|
84
|
-
brandPrimary200: string;
|
|
85
|
-
brandPrimary300: string;
|
|
86
|
-
brandPrimary400: string;
|
|
87
|
-
brandPrimary500: string;
|
|
88
|
-
brandPrimary550: string;
|
|
89
|
-
brandPrimary600: string;
|
|
90
|
-
brandSecondary500: string;
|
|
91
|
-
brandSecondary300: string;
|
|
92
|
-
brandSecondary600: string;
|
|
93
|
-
brandTertiary500: string;
|
|
94
|
-
brandTertiary300: string;
|
|
95
|
-
brandTertiary600: string;
|
|
96
|
-
brandQuaternary500: string;
|
|
97
|
-
brandQuaternary300: string;
|
|
98
|
-
brandQuaternary600: string;
|
|
99
|
-
brandQuinary500: string;
|
|
100
|
-
brandQuinary300: string;
|
|
101
|
-
brandQuinary600: string;
|
|
102
|
-
brandQuinary100: string;
|
|
103
|
-
surfacePrimary: string;
|
|
104
|
-
surfaceSecondary: string;
|
|
105
|
-
containerPrimary: string;
|
|
106
|
-
containerSecondary: string;
|
|
107
|
-
textPrimary: string;
|
|
108
|
-
textSecondary: string;
|
|
109
|
-
textTertiary: string;
|
|
110
|
-
textQuaternary: string;
|
|
111
|
-
textBrand: string;
|
|
112
|
-
elementsPrimary: string;
|
|
113
|
-
elementsSecondary: string;
|
|
114
|
-
elementsTertiary: string;
|
|
115
|
-
elementsQuaternary: string;
|
|
116
|
-
elementsQuinary: string;
|
|
117
|
-
elementsDarkQuinary: string;
|
|
118
|
-
elementsSenary: string;
|
|
119
|
-
elementsOnContainer: string;
|
|
120
|
-
transparencyPrimary: string;
|
|
121
|
-
transparencySecondary: string;
|
|
122
|
-
transparencyTertiary: string;
|
|
123
|
-
transparencyQuinary: string;
|
|
124
|
-
transparencyModal: string;
|
|
125
|
-
staticBlack: string;
|
|
126
|
-
staticDarkGrey: string;
|
|
127
|
-
staticWhite: string;
|
|
128
|
-
staticRed: string;
|
|
129
|
-
staticOrange: string;
|
|
130
|
-
staticGreen: string;
|
|
131
|
-
staticDeepBlue: string;
|
|
132
|
-
staticErrorAccent: string;
|
|
133
|
-
shadowDepth2: string;
|
|
134
|
-
shadowDepth: string;
|
|
135
|
-
fontFamily: string;
|
|
136
|
-
fontFamilyMono: string;
|
|
137
|
-
cubicBezierEaseInOut: string;
|
|
138
|
-
cubicBezierEaseOut: string;
|
|
139
|
-
cubicBezierEaseIn: string;
|
|
140
|
-
borderRadiusLarge: string;
|
|
141
|
-
borderRadius: string;
|
|
142
|
-
borderRadiusMedium: string;
|
|
143
|
-
borderRadiusSmall: string;
|
|
144
|
-
borderRadiusTiny: string;
|
|
145
|
-
heightMini: string;
|
|
146
|
-
heightTiny: string;
|
|
147
|
-
heightSmall: string;
|
|
148
|
-
heightMedium: string;
|
|
149
|
-
heightLarge: string;
|
|
150
|
-
heightHuge: string;
|
|
151
|
-
fontDisplayLarge: string;
|
|
152
|
-
fontDisplaySmall: string;
|
|
153
|
-
fontHeadingLarge: string;
|
|
154
|
-
fontHeadingMedium: string;
|
|
155
|
-
fontHeadingSmall: string;
|
|
156
|
-
fontTitleLarge: string;
|
|
157
|
-
fontTitleMedium: string;
|
|
158
|
-
fontTitleSmall: string;
|
|
159
|
-
fontBodyLarge: string;
|
|
160
|
-
fontBodyMedium: string;
|
|
161
|
-
fontBodySmall: string;
|
|
162
|
-
lineHeightDisplayLarge: string;
|
|
163
|
-
lineHeightDisplaySmall: string;
|
|
164
|
-
lineHeightHeadingLarge: string;
|
|
165
|
-
lineHeightHeadingMedium: string;
|
|
166
|
-
lineHeightHeadingSmall: string;
|
|
167
|
-
lineHeightTitleLarge: string;
|
|
168
|
-
lineHeightTitleMedium: string;
|
|
169
|
-
lineHeightTitleSmall: string;
|
|
170
|
-
lineHeightBodyLarge: string;
|
|
171
|
-
lineHeightBodyMedium: string;
|
|
172
|
-
lineHeightBodySmall: string;
|
|
173
|
-
fontWeight: string;
|
|
174
|
-
fontWeightStrong: string;
|
|
175
|
-
fontWeightBold: string;
|
|
176
|
-
iconSmall: string;
|
|
177
|
-
iconMedium: string;
|
|
178
|
-
iconLarge: string;
|
|
179
|
-
iconHuge: string;
|
|
180
|
-
closeSmall: string;
|
|
181
|
-
closeMedium: string;
|
|
182
|
-
closeLarge: string;
|
|
183
|
-
closeHuge: string;
|
|
184
|
-
closeBorderRadius: string;
|
|
185
|
-
name: "common";
|
|
186
|
-
};
|
|
75
|
+
common: import("../..").ThemeCommonVars;
|
|
187
76
|
self: {
|
|
188
77
|
modalMask: string;
|
|
189
78
|
color: string;
|
|
@@ -771,7 +660,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
771
660
|
};
|
|
772
661
|
icon: PropType<() => VNodeChild>;
|
|
773
662
|
type: {
|
|
774
|
-
readonly type: PropType<"
|
|
663
|
+
readonly type: PropType<"info" | "success" | "warning" | "error" | "default">;
|
|
775
664
|
readonly default: "default";
|
|
776
665
|
};
|
|
777
666
|
title: PropType<string | (() => VNodeChild)>;
|
|
@@ -798,7 +687,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
798
687
|
required: true;
|
|
799
688
|
};
|
|
800
689
|
displayDirective: {
|
|
801
|
-
type: PropType<"
|
|
690
|
+
type: PropType<"if" | "show">;
|
|
802
691
|
required: true;
|
|
803
692
|
};
|
|
804
693
|
trapFocus: {
|
|
@@ -811,13 +700,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
811
700
|
};
|
|
812
701
|
blockScroll: BooleanConstructor;
|
|
813
702
|
}>>, {
|
|
814
|
-
type: "default" | "
|
|
815
|
-
size: "small" | "medium" | "large";
|
|
816
|
-
autoFocus: boolean;
|
|
703
|
+
type: "default" | "info" | "success" | "warning" | "error";
|
|
817
704
|
loading: boolean;
|
|
818
705
|
bordered: boolean;
|
|
819
706
|
showIcon: boolean;
|
|
707
|
+
size: "small" | "medium" | "large";
|
|
820
708
|
closable: boolean;
|
|
709
|
+
autoFocus: boolean;
|
|
821
710
|
presetDisabled: boolean;
|
|
822
711
|
trapFocus: boolean;
|
|
823
712
|
blockScroll: boolean;
|
package/es/modal/src/Modal.d.ts
CHANGED
|
@@ -27,7 +27,7 @@ export declare const modalProps: {
|
|
|
27
27
|
};
|
|
28
28
|
icon: PropType<() => import("vue").VNodeChild>;
|
|
29
29
|
type: {
|
|
30
|
-
readonly type: PropType<"
|
|
30
|
+
readonly type: PropType<"info" | "success" | "warning" | "error" | "default">;
|
|
31
31
|
readonly default: "default";
|
|
32
32
|
};
|
|
33
33
|
title: PropType<string | (() => import("vue").VNodeChild)>;
|
|
@@ -60,7 +60,7 @@ export declare const modalProps: {
|
|
|
60
60
|
};
|
|
61
61
|
to: PropType<string | HTMLElement>;
|
|
62
62
|
displayDirective: {
|
|
63
|
-
type: PropType<"
|
|
63
|
+
type: PropType<"if" | "show">;
|
|
64
64
|
default: string;
|
|
65
65
|
};
|
|
66
66
|
transformOrigin: {
|
|
@@ -993,9 +993,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
993
993
|
onAfterEnter: PropType<() => void>;
|
|
994
994
|
onBeforeLeave: PropType<() => void>;
|
|
995
995
|
onAfterLeave: PropType<() => void>;
|
|
996
|
-
onClose: PropType<() => any>;
|
|
997
|
-
onPositiveClick: PropType<() => any>;
|
|
998
|
-
onNegativeClick: PropType<() => any>;
|
|
996
|
+
onClose: PropType<() => Promise<boolean> | boolean | any>;
|
|
997
|
+
onPositiveClick: PropType<() => Promise<boolean> | boolean | any>;
|
|
998
|
+
onNegativeClick: PropType<() => Promise<boolean> | boolean | any>;
|
|
999
999
|
onMaskClick: PropType<(e: MouseEvent) => void>;
|
|
1000
1000
|
internalDialog: BooleanConstructor;
|
|
1001
1001
|
internalAppear: {
|
|
@@ -1013,7 +1013,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1013
1013
|
};
|
|
1014
1014
|
icon: PropType<() => import("vue").VNodeChild>;
|
|
1015
1015
|
type: {
|
|
1016
|
-
readonly type: PropType<"
|
|
1016
|
+
readonly type: PropType<"info" | "success" | "warning" | "error" | "default">;
|
|
1017
1017
|
readonly default: "default";
|
|
1018
1018
|
};
|
|
1019
1019
|
title: PropType<string | (() => import("vue").VNodeChild)>;
|
|
@@ -1046,7 +1046,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1046
1046
|
};
|
|
1047
1047
|
to: PropType<string | HTMLElement>;
|
|
1048
1048
|
displayDirective: {
|
|
1049
|
-
type: PropType<"
|
|
1049
|
+
type: PropType<"if" | "show">;
|
|
1050
1050
|
default: string;
|
|
1051
1051
|
};
|
|
1052
1052
|
transformOrigin: {
|
|
@@ -2000,9 +2000,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2000
2000
|
onAfterEnter: PropType<() => void>;
|
|
2001
2001
|
onBeforeLeave: PropType<() => void>;
|
|
2002
2002
|
onAfterLeave: PropType<() => void>;
|
|
2003
|
-
onClose: PropType<() => any>;
|
|
2004
|
-
onPositiveClick: PropType<() => any>;
|
|
2005
|
-
onNegativeClick: PropType<() => any>;
|
|
2003
|
+
onClose: PropType<() => Promise<boolean> | boolean | any>;
|
|
2004
|
+
onPositiveClick: PropType<() => Promise<boolean> | boolean | any>;
|
|
2005
|
+
onNegativeClick: PropType<() => Promise<boolean> | boolean | any>;
|
|
2006
2006
|
onMaskClick: PropType<(e: MouseEvent) => void>;
|
|
2007
2007
|
internalDialog: BooleanConstructor;
|
|
2008
2008
|
internalAppear: {
|
|
@@ -2020,7 +2020,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2020
2020
|
};
|
|
2021
2021
|
icon: PropType<() => import("vue").VNodeChild>;
|
|
2022
2022
|
type: {
|
|
2023
|
-
readonly type: PropType<"
|
|
2023
|
+
readonly type: PropType<"info" | "success" | "warning" | "error" | "default">;
|
|
2024
2024
|
readonly default: "default";
|
|
2025
2025
|
};
|
|
2026
2026
|
title: PropType<string | (() => import("vue").VNodeChild)>;
|
|
@@ -2053,7 +2053,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2053
2053
|
};
|
|
2054
2054
|
to: PropType<string | HTMLElement>;
|
|
2055
2055
|
displayDirective: {
|
|
2056
|
-
type: PropType<"
|
|
2056
|
+
type: PropType<"if" | "show">;
|
|
2057
2057
|
default: string;
|
|
2058
2058
|
};
|
|
2059
2059
|
transformOrigin: {
|
|
@@ -2978,16 +2978,16 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2978
2978
|
}, any>;
|
|
2979
2979
|
}>>>;
|
|
2980
2980
|
}>>, {
|
|
2981
|
-
type: "default" | "
|
|
2982
|
-
size: "small" | "medium" | "large";
|
|
2983
|
-
show: boolean;
|
|
2984
|
-
transformOrigin: "center" | "mouse";
|
|
2985
|
-
autoFocus: boolean;
|
|
2981
|
+
type: "default" | "info" | "success" | "warning" | "error";
|
|
2986
2982
|
loading: boolean;
|
|
2987
2983
|
bordered: boolean;
|
|
2988
2984
|
showIcon: boolean;
|
|
2985
|
+
size: "small" | "medium" | "large";
|
|
2989
2986
|
closable: boolean;
|
|
2987
|
+
transformOrigin: "center" | "mouse";
|
|
2988
|
+
show: boolean;
|
|
2990
2989
|
displayDirective: "show" | "if";
|
|
2990
|
+
autoFocus: boolean;
|
|
2991
2991
|
presetDisabled: boolean;
|
|
2992
2992
|
trapFocus: boolean;
|
|
2993
2993
|
blockScroll: boolean;
|
|
@@ -7,7 +7,7 @@ declare const presetProps: {
|
|
|
7
7
|
};
|
|
8
8
|
icon: PropType<() => import("vue").VNodeChild>;
|
|
9
9
|
type: {
|
|
10
|
-
readonly type: PropType<"
|
|
10
|
+
readonly type: PropType<"info" | "success" | "warning" | "error" | "default">;
|
|
11
11
|
readonly default: "default";
|
|
12
12
|
};
|
|
13
13
|
title: PropType<string | (() => import("vue").VNodeChild)>;
|
|
@@ -33,5 +33,5 @@ declare const presetProps: {
|
|
|
33
33
|
onNegativeClick: PropType<(e: MouseEvent) => void>;
|
|
34
34
|
onClose: PropType<() => void>;
|
|
35
35
|
};
|
|
36
|
-
declare const presetPropsKeys: ("type" | "
|
|
36
|
+
declare const presetPropsKeys: ("type" | "title" | "icon" | "body" | "positiveText" | "negativeText" | "loading" | "bordered" | "showIcon" | "size" | "content" | "action" | "closable" | "onClose" | "iconPlacement" | "positiveButtonProps" | "negativeButtonProps" | "onPositiveClick" | "onNegativeClick" | "presetDisabled")[];
|
|
37
37
|
export { presetProps, presetPropsKeys };
|
|
@@ -5,7 +5,7 @@ export declare const notificationProps: {
|
|
|
5
5
|
readonly default: true;
|
|
6
6
|
};
|
|
7
7
|
readonly type: {
|
|
8
|
-
readonly type: PropType<"
|
|
8
|
+
readonly type: PropType<"info" | "success" | "warning" | "error" | "default" | "primary">;
|
|
9
9
|
readonly default: "default";
|
|
10
10
|
};
|
|
11
11
|
readonly avatar: PropType<() => VNodeChild>;
|
|
@@ -23,14 +23,14 @@ export declare const notificationProps: {
|
|
|
23
23
|
readonly onMouseenter: PropType<(e: MouseEvent) => void>;
|
|
24
24
|
readonly onMouseleave: PropType<(e: MouseEvent) => void>;
|
|
25
25
|
};
|
|
26
|
-
export declare const notificationPropKeys: ("type" | "
|
|
26
|
+
export declare const notificationPropKeys: ("type" | "title" | "onMouseenter" | "onMouseleave" | "avatar" | "description" | "content" | "action" | "closable" | "meta" | "onClose" | "keepAliveOnHover" | "hideIcon")[];
|
|
27
27
|
export declare const Notification: import("vue").DefineComponent<{
|
|
28
28
|
readonly closable: {
|
|
29
29
|
readonly type: BooleanConstructor;
|
|
30
30
|
readonly default: true;
|
|
31
31
|
};
|
|
32
32
|
readonly type: {
|
|
33
|
-
readonly type: PropType<"
|
|
33
|
+
readonly type: PropType<"info" | "success" | "warning" | "error" | "default" | "primary">;
|
|
34
34
|
readonly default: "default";
|
|
35
35
|
};
|
|
36
36
|
readonly avatar: PropType<() => VNodeChild>;
|
|
@@ -97,7 +97,7 @@ export declare const Notification: import("vue").DefineComponent<{
|
|
|
97
97
|
readonly default: true;
|
|
98
98
|
};
|
|
99
99
|
readonly type: {
|
|
100
|
-
readonly type: PropType<"
|
|
100
|
+
readonly type: PropType<"info" | "success" | "warning" | "error" | "default" | "primary">;
|
|
101
101
|
readonly default: "default";
|
|
102
102
|
};
|
|
103
103
|
readonly avatar: PropType<() => VNodeChild>;
|
|
@@ -115,7 +115,7 @@ export declare const Notification: import("vue").DefineComponent<{
|
|
|
115
115
|
readonly onMouseenter: PropType<(e: MouseEvent) => void>;
|
|
116
116
|
readonly onMouseleave: PropType<(e: MouseEvent) => void>;
|
|
117
117
|
}>>, {
|
|
118
|
-
readonly type: "default" | "
|
|
118
|
+
readonly type: "default" | "primary" | "info" | "success" | "warning" | "error";
|
|
119
119
|
readonly closable: boolean;
|
|
120
120
|
readonly keepAliveOnHover: boolean;
|
|
121
121
|
readonly hideIcon: boolean;
|
|
@@ -12,118 +12,7 @@ export declare const NotificationContainer: import("vue").DefineComponent<{
|
|
|
12
12
|
}, {
|
|
13
13
|
selfRef: import("vue").Ref<HTMLElement | null>;
|
|
14
14
|
mergedTheme: import("vue").Ref<{
|
|
15
|
-
common:
|
|
16
|
-
scrollbarColor: string;
|
|
17
|
-
scrollbarColorHover: string;
|
|
18
|
-
scrollbarWidth: string;
|
|
19
|
-
scrollbarHeight: string;
|
|
20
|
-
scrollbarBorderRadius: string;
|
|
21
|
-
opacityDisabled: string;
|
|
22
|
-
brandPrimary50: string;
|
|
23
|
-
brandPrimary100: string;
|
|
24
|
-
brandPrimary200: string;
|
|
25
|
-
brandPrimary300: string;
|
|
26
|
-
brandPrimary400: string;
|
|
27
|
-
brandPrimary500: string;
|
|
28
|
-
brandPrimary550: string;
|
|
29
|
-
brandPrimary600: string;
|
|
30
|
-
brandSecondary500: string;
|
|
31
|
-
brandSecondary300: string;
|
|
32
|
-
brandSecondary600: string;
|
|
33
|
-
brandTertiary500: string;
|
|
34
|
-
brandTertiary300: string;
|
|
35
|
-
brandTertiary600: string;
|
|
36
|
-
brandQuaternary500: string;
|
|
37
|
-
brandQuaternary300: string;
|
|
38
|
-
brandQuaternary600: string;
|
|
39
|
-
brandQuinary500: string;
|
|
40
|
-
brandQuinary300: string;
|
|
41
|
-
brandQuinary600: string;
|
|
42
|
-
brandQuinary100: string;
|
|
43
|
-
surfacePrimary: string;
|
|
44
|
-
surfaceSecondary: string;
|
|
45
|
-
containerPrimary: string;
|
|
46
|
-
containerSecondary: string;
|
|
47
|
-
textPrimary: string;
|
|
48
|
-
textSecondary: string;
|
|
49
|
-
textTertiary: string;
|
|
50
|
-
textQuaternary: string;
|
|
51
|
-
textBrand: string;
|
|
52
|
-
elementsPrimary: string;
|
|
53
|
-
elementsSecondary: string;
|
|
54
|
-
elementsTertiary: string;
|
|
55
|
-
elementsQuaternary: string;
|
|
56
|
-
elementsQuinary: string;
|
|
57
|
-
elementsDarkQuinary: string;
|
|
58
|
-
elementsSenary: string;
|
|
59
|
-
elementsOnContainer: string;
|
|
60
|
-
transparencyPrimary: string;
|
|
61
|
-
transparencySecondary: string;
|
|
62
|
-
transparencyTertiary: string;
|
|
63
|
-
transparencyQuinary: string;
|
|
64
|
-
transparencyModal: string;
|
|
65
|
-
staticBlack: string;
|
|
66
|
-
staticDarkGrey: string;
|
|
67
|
-
staticWhite: string;
|
|
68
|
-
staticRed: string;
|
|
69
|
-
staticOrange: string;
|
|
70
|
-
staticGreen: string;
|
|
71
|
-
staticDeepBlue: string;
|
|
72
|
-
staticErrorAccent: string;
|
|
73
|
-
shadowDepth2: string;
|
|
74
|
-
shadowDepth: string;
|
|
75
|
-
fontFamily: string;
|
|
76
|
-
fontFamilyMono: string;
|
|
77
|
-
cubicBezierEaseInOut: string;
|
|
78
|
-
cubicBezierEaseOut: string;
|
|
79
|
-
cubicBezierEaseIn: string;
|
|
80
|
-
borderRadiusLarge: string;
|
|
81
|
-
borderRadius: string;
|
|
82
|
-
borderRadiusMedium: string;
|
|
83
|
-
borderRadiusSmall: string;
|
|
84
|
-
borderRadiusTiny: string;
|
|
85
|
-
heightMini: string;
|
|
86
|
-
heightTiny: string;
|
|
87
|
-
heightSmall: string;
|
|
88
|
-
heightMedium: string;
|
|
89
|
-
heightLarge: string;
|
|
90
|
-
heightHuge: string;
|
|
91
|
-
fontDisplayLarge: string;
|
|
92
|
-
fontDisplaySmall: string;
|
|
93
|
-
fontHeadingLarge: string;
|
|
94
|
-
fontHeadingMedium: string;
|
|
95
|
-
fontHeadingSmall: string;
|
|
96
|
-
fontTitleLarge: string;
|
|
97
|
-
fontTitleMedium: string;
|
|
98
|
-
fontTitleSmall: string;
|
|
99
|
-
fontBodyLarge: string;
|
|
100
|
-
fontBodyMedium: string;
|
|
101
|
-
fontBodySmall: string;
|
|
102
|
-
lineHeightDisplayLarge: string;
|
|
103
|
-
lineHeightDisplaySmall: string;
|
|
104
|
-
lineHeightHeadingLarge: string;
|
|
105
|
-
lineHeightHeadingMedium: string;
|
|
106
|
-
lineHeightHeadingSmall: string;
|
|
107
|
-
lineHeightTitleLarge: string;
|
|
108
|
-
lineHeightTitleMedium: string;
|
|
109
|
-
lineHeightTitleSmall: string;
|
|
110
|
-
lineHeightBodyLarge: string;
|
|
111
|
-
lineHeightBodyMedium: string;
|
|
112
|
-
lineHeightBodySmall: string;
|
|
113
|
-
fontWeight: string;
|
|
114
|
-
fontWeightStrong: string;
|
|
115
|
-
fontWeightBold: string;
|
|
116
|
-
iconSmall: string;
|
|
117
|
-
iconMedium: string;
|
|
118
|
-
iconLarge: string;
|
|
119
|
-
iconHuge: string;
|
|
120
|
-
closeSmall: string;
|
|
121
|
-
closeMedium: string;
|
|
122
|
-
closeLarge: string;
|
|
123
|
-
closeHuge: string;
|
|
124
|
-
closeBorderRadius: string;
|
|
125
|
-
name: "common";
|
|
126
|
-
};
|
|
15
|
+
common: import("../..").ThemeCommonVars;
|
|
127
16
|
self: {
|
|
128
17
|
lineHeight: string;
|
|
129
18
|
fontSize: string;
|
|
@@ -16,7 +16,7 @@ export declare const notificationEnvOptions: {
|
|
|
16
16
|
readonly default: true;
|
|
17
17
|
};
|
|
18
18
|
readonly type: {
|
|
19
|
-
readonly type: PropType<"
|
|
19
|
+
readonly type: PropType<"info" | "success" | "warning" | "error" | "default" | "primary">;
|
|
20
20
|
readonly default: "default";
|
|
21
21
|
};
|
|
22
22
|
readonly avatar: PropType<() => import("vue").VNodeChild>;
|
|
@@ -53,7 +53,7 @@ export declare const NotificationEnvironment: import("vue").DefineComponent<{
|
|
|
53
53
|
readonly default: true;
|
|
54
54
|
};
|
|
55
55
|
type: {
|
|
56
|
-
readonly type: PropType<"
|
|
56
|
+
readonly type: PropType<"info" | "success" | "warning" | "error" | "default" | "primary">;
|
|
57
57
|
readonly default: "default";
|
|
58
58
|
};
|
|
59
59
|
avatar: PropType<() => import("vue").VNodeChild>;
|
|
@@ -99,7 +99,7 @@ export declare const NotificationEnvironment: import("vue").DefineComponent<{
|
|
|
99
99
|
readonly default: true;
|
|
100
100
|
};
|
|
101
101
|
type: {
|
|
102
|
-
readonly type: PropType<"
|
|
102
|
+
readonly type: PropType<"info" | "success" | "warning" | "error" | "default" | "primary">;
|
|
103
103
|
readonly default: "default";
|
|
104
104
|
};
|
|
105
105
|
avatar: PropType<() => import("vue").VNodeChild>;
|
|
@@ -113,7 +113,7 @@ export declare const NotificationEnvironment: import("vue").DefineComponent<{
|
|
|
113
113
|
onMouseenter: PropType<(e: MouseEvent) => void>;
|
|
114
114
|
onMouseleave: PropType<(e: MouseEvent) => void>;
|
|
115
115
|
}>>, {
|
|
116
|
-
type: "default" | "
|
|
116
|
+
type: "default" | "primary" | "info" | "success" | "warning" | "error";
|
|
117
117
|
closable: boolean;
|
|
118
118
|
keepAliveOnHover: boolean;
|
|
119
119
|
hideIcon: boolean;
|
|
@@ -618,23 +618,23 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
618
618
|
readonly destroy: () => void;
|
|
619
619
|
readonly hide: () => void;
|
|
620
620
|
readonly deactivate: () => void;
|
|
621
|
-
type?: "default" | "
|
|
621
|
+
type?: "default" | "primary" | "info" | "success" | "warning" | "error" | undefined;
|
|
622
622
|
closable?: boolean | undefined;
|
|
623
623
|
keepAliveOnHover?: boolean | undefined;
|
|
624
624
|
hideIcon?: boolean | undefined;
|
|
625
|
-
|
|
626
|
-
content?: string | (() => import("vue").VNodeChild) | undefined;
|
|
627
|
-
description?: string | (() => import("vue").VNodeChild) | undefined;
|
|
628
|
-
duration?: number | undefined;
|
|
629
|
-
onAfterEnter?: (() => void) | undefined;
|
|
630
|
-
onLeave?: (() => void) | undefined;
|
|
631
|
-
onAfterLeave?: (() => void) | undefined;
|
|
625
|
+
title?: string | (() => import("vue").VNodeChild) | undefined;
|
|
632
626
|
onMouseenter?: ((e: MouseEvent) => void) | undefined;
|
|
633
627
|
onMouseleave?: ((e: MouseEvent) => void) | undefined;
|
|
634
|
-
title?: string | (() => import("vue").VNodeChild) | undefined;
|
|
635
|
-
action?: string | (() => import("vue").VNodeChild) | undefined;
|
|
636
628
|
avatar?: (() => import("vue").VNodeChild) | undefined;
|
|
637
|
-
|
|
629
|
+
description?: string | (() => import("vue").VNodeChild) | undefined;
|
|
630
|
+
content?: string | (() => import("vue").VNodeChild) | undefined;
|
|
631
|
+
action?: string | (() => import("vue").VNodeChild) | undefined;
|
|
632
|
+
onLeave?: (() => void) | undefined;
|
|
633
|
+
onAfterLeave?: (() => void) | undefined;
|
|
634
|
+
onAfterEnter?: (() => void) | undefined;
|
|
635
|
+
meta?: string | (() => import("vue").VNodeChild) | undefined;
|
|
636
|
+
duration?: number | undefined;
|
|
637
|
+
onClose?: (() => Promise<boolean> | boolean | any) | undefined;
|
|
638
638
|
onHide?: (() => void) | undefined;
|
|
639
639
|
onAfterHide?: (() => void) | undefined;
|
|
640
640
|
onAfterShow?: (() => void) | undefined;
|
|
@@ -643,11 +643,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
643
643
|
handleAfterLeave: (key: string) => void;
|
|
644
644
|
} & {
|
|
645
645
|
create: (options: NotificationOptions) => NotificationReactive;
|
|
646
|
-
info: (options: Omit<NotificationOptions,
|
|
647
|
-
success: (options: Omit<NotificationOptions,
|
|
648
|
-
warning: (options: Omit<NotificationOptions,
|
|
649
|
-
error: (options: Omit<NotificationOptions,
|
|
650
|
-
primary: (options: Omit<NotificationOptions,
|
|
646
|
+
info: (options: Omit<NotificationOptions, "type">) => NotificationReactive;
|
|
647
|
+
success: (options: Omit<NotificationOptions, "type">) => NotificationReactive;
|
|
648
|
+
warning: (options: Omit<NotificationOptions, "type">) => NotificationReactive;
|
|
649
|
+
error: (options: Omit<NotificationOptions, "type">) => NotificationReactive;
|
|
650
|
+
primary: (options: Omit<NotificationOptions, "type">) => NotificationReactive;
|
|
651
651
|
open: (options: NotificationOptions) => NotificationReactive;
|
|
652
652
|
destroyAll: () => void;
|
|
653
653
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<ExtractPropTypes<{
|
|
@@ -937,8 +937,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
937
937
|
}, any>;
|
|
938
938
|
}>>>;
|
|
939
939
|
}>>, {
|
|
940
|
-
placement: NotificationPlacement;
|
|
941
940
|
scrollable: boolean;
|
|
941
|
+
placement: NotificationPlacement;
|
|
942
942
|
keepAliveOnHover: boolean;
|
|
943
943
|
}, {}>;
|
|
944
944
|
export default _default;
|