@uzum-tech/ui 1.8.2 → 1.9.1
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 +1244 -379
- package/dist/index.prod.js +3 -3
- package/es/_internal/scrollbar/src/Scrollbar.d.ts +119 -17
- package/es/_internal/scrollbar/src/Scrollbar.js +120 -67
- package/es/_internal/scrollbar/src/styles/index.cssr.js +32 -15
- package/es/_internal/scrollbar/styles/common.d.ts +7 -0
- package/es/_internal/scrollbar/styles/common.js +7 -0
- package/es/_internal/scrollbar/styles/light.d.ts +8 -0
- package/es/_internal/scrollbar/styles/light.js +3 -5
- package/es/_internal/select-menu/src/SelectMenu.d.ts +57 -1
- package/es/_internal/select-menu/styles/light.d.ts +8 -0
- package/es/_internal/selection/src/Selection.d.ts +3 -1
- package/es/_internal/selection/src/Selection.js +3 -1
- package/es/_utils/css/index.d.ts +1 -0
- package/es/_utils/css/index.js +1 -0
- package/es/_utils/css/rtl-inset.d.ts +1 -0
- package/es/_utils/css/rtl-inset.js +5 -0
- package/es/_utils/index.d.ts +1 -1
- package/es/_utils/index.js +1 -1
- package/es/auto-complete/src/AutoComplete.d.ts +88 -0
- package/es/auto-complete/styles/light.d.ts +8 -0
- package/es/back-top/src/BackTop.d.ts +1 -1
- package/es/cascader/src/Cascader.d.ts +168 -0
- package/es/cascader/src/CascaderMenu.d.ts +24 -0
- package/es/cascader/src/CascaderOption.d.ts +24 -0
- package/es/cascader/src/CascaderSelectMenu.d.ts +24 -0
- package/es/cascader/src/CascaderSubmenu.d.ts +25 -1
- package/es/cascader/styles/light.d.ts +16 -0
- package/es/chat/index.d.ts +1 -1
- package/es/chat/src/Chat.d.ts +321 -11
- package/es/chat/src/Chat.js +73 -22
- package/es/chat/src/ChatListItems.d.ts +104 -0
- package/es/chat/src/ChatMessages.d.ts +104 -0
- package/es/chat/src/ChatParts/ChatAttachment.js +14 -12
- package/es/chat/src/ChatParts/MainArea.d.ts +1 -0
- package/es/chat/src/ChatParts/MainArea.js +95 -57
- package/es/chat/src/ChatParts/Sidebar.d.ts +920 -0
- package/es/chat/src/ChatParts/Sidebar.js +63 -12
- package/es/chat/src/interface.d.ts +24 -3
- package/es/chat/src/styles/index.cssr.js +13 -2
- package/es/chat/styles/dark.d.ts +8 -0
- package/es/chat/styles/light.d.ts +8 -0
- package/es/components.d.ts +2 -0
- package/es/components.js +2 -0
- package/es/data-table/src/DataTable.d.ts +184 -0
- package/es/data-table/src/HeaderButton/FilterButton.d.ts +40 -0
- package/es/data-table/src/HeaderButton/FilterMenu.d.ts +40 -0
- package/es/data-table/src/TableParts/Body.d.ts +41 -1
- package/es/data-table/src/TableParts/Header.d.ts +40 -0
- package/es/data-table/src/interface.d.ts +72 -0
- package/es/data-table/styles/light.d.ts +24 -0
- package/es/date-picker/src/DatePicker.d.ts +1469 -36
- package/es/date-picker/src/DatePicker.js +54 -29
- package/es/date-picker/src/interface.d.ts +1 -0
- package/es/date-picker/src/panel/date.d.ts +166 -1
- package/es/date-picker/src/panel/daterange.d.ts +167 -2
- package/es/date-picker/src/panel/datetime.d.ts +166 -1
- package/es/date-picker/src/panel/datetimerange.d.ts +167 -2
- package/es/date-picker/src/panel/panelMonth.d.ts +332 -2
- package/es/date-picker/src/panel/panelMonthContent.d.ts +166 -1
- package/es/date-picker/src/panel/panelYear.d.ts +332 -2
- package/es/date-picker/src/panel/panelYearContent.d.ts +166 -1
- package/es/date-picker/src/panel/use-calendar.d.ts +165 -0
- package/es/date-picker/src/panel/use-dual-calendar.d.ts +165 -0
- package/es/date-picker/src/panel/use-panel-common.d.ts +165 -0
- package/es/date-picker/styles/dark.js +3 -1
- package/es/date-picker/styles/light.d.ts +139 -0
- package/es/date-picker/styles/light.js +3 -1
- package/es/descriptions/src/Descriptions.d.ts +30 -0
- package/es/descriptions/src/Descriptions.js +18 -10
- package/es/dialog/src/DialogProvider.d.ts +2 -2
- package/es/drawer/src/Drawer.d.ts +81 -1
- package/es/drawer/src/DrawerBodyWrapper.d.ts +9 -1
- package/es/drawer/src/DrawerContent.d.ts +8 -0
- package/es/drawer/styles/light.d.ts +8 -0
- package/es/dropdown/src/Dropdown.d.ts +1 -1
- package/es/infinite-scroll/index.d.ts +2 -0
- package/es/infinite-scroll/index.js +1 -0
- package/es/infinite-scroll/src/InfiniteScroll.d.ts +45 -0
- package/es/infinite-scroll/src/InfiniteScroll.js +78 -0
- package/es/layout/src/Layout.d.ts +112 -0
- package/es/layout/src/LayoutContent.d.ts +56 -0
- package/es/layout/src/LayoutFooter.d.ts +72 -0
- package/es/layout/src/LayoutHeader.d.ts +48 -0
- package/es/layout/src/LayoutSider.d.ts +56 -0
- package/es/layout/styles/light.d.ts +8 -0
- package/es/legacy-transfer/src/Transfer.d.ts +80 -0
- package/es/legacy-transfer/src/TransferFilter.d.ts +8 -0
- package/es/legacy-transfer/src/TransferList.d.ts +9 -1
- package/es/legacy-transfer/src/TransferListItem.d.ts +8 -0
- package/es/legacy-transfer/styles/light.d.ts +8 -0
- package/es/locales/common/arDZ.js +2 -0
- package/es/locales/common/deDE.js +2 -0
- package/es/locales/common/enGB.js +2 -0
- package/es/locales/common/enUS.d.ts +2 -0
- package/es/locales/common/enUS.js +2 -0
- package/es/locales/common/eo.js +2 -0
- package/es/locales/common/esAR.js +2 -0
- package/es/locales/common/faIR.js +2 -0
- package/es/locales/common/frFR.js +2 -0
- package/es/locales/common/idID.js +2 -0
- package/es/locales/common/itIT.js +2 -0
- package/es/locales/common/jaJP.js +2 -0
- package/es/locales/common/koKR.js +2 -0
- package/es/locales/common/nbNO.js +2 -0
- package/es/locales/common/nlNL.js +2 -0
- package/es/locales/common/plPL.js +2 -0
- package/es/locales/common/ptBR.js +2 -0
- package/es/locales/common/ruRU.js +2 -0
- package/es/locales/common/skSK.js +2 -0
- package/es/locales/common/svSE.js +2 -0
- package/es/locales/common/thTH.js +2 -0
- package/es/locales/common/trTR.js +2 -0
- package/es/locales/common/ukUA.js +2 -0
- package/es/locales/common/viVN.js +2 -0
- package/es/locales/common/zhCN.js +2 -0
- package/es/locales/common/zhTW.js +2 -0
- package/es/log/src/Log.d.ts +80 -0
- package/es/log/styles/light.d.ts +8 -0
- package/es/mention/src/Mention.d.ts +88 -0
- package/es/mention/styles/light.d.ts +8 -0
- package/es/menu/src/Menu.d.ts +1 -1
- package/es/modal/src/BodyWrapper.d.ts +9 -1
- package/es/modal/src/Modal.d.ts +73 -1
- package/es/modal/styles/light.d.ts +8 -0
- package/es/notification/src/NotificationContainer.d.ts +8 -0
- package/es/notification/src/NotificationProvider.d.ts +72 -0
- package/es/notification/styles/light.d.ts +8 -0
- package/es/pagination/src/Pagination.d.ts +176 -0
- package/es/pagination/styles/light.d.ts +16 -0
- package/es/popselect/src/Popselect.d.ts +88 -0
- package/es/popselect/src/PopselectPanel.d.ts +16 -0
- package/es/popselect/styles/light.d.ts +8 -0
- package/es/scrollbar/src/Scrollbar.d.ts +72 -0
- package/es/select/src/Select.d.ts +88 -0
- package/es/select/styles/light.d.ts +8 -0
- package/es/time-picker/src/Panel.d.ts +8 -0
- package/es/time-picker/src/TimePicker.d.ts +80 -0
- package/es/time-picker/styles/light.d.ts +8 -0
- package/es/transfer/src/Transfer.d.ts +80 -0
- package/es/transfer/src/TransferFilter.d.ts +8 -0
- package/es/transfer/src/TransferList.d.ts +9 -1
- package/es/transfer/src/TransferListItem.d.ts +8 -0
- package/es/transfer/styles/light.d.ts +8 -0
- package/es/tree/src/Tree.d.ts +82 -2
- package/es/tree/src/TreeNodeCheckbox.d.ts +8 -0
- package/es/tree/styles/light.d.ts +8 -0
- package/es/tree-select/src/TreeSelect.d.ts +89 -1
- package/es/tree-select/styles/light.d.ts +8 -0
- package/es/version.d.ts +1 -1
- package/es/version.js +1 -1
- package/es/virtual-list/index.d.ts +2 -0
- package/es/virtual-list/index.js +1 -0
- package/es/virtual-list/src/VirtualList.d.ts +146 -0
- package/es/virtual-list/src/VirtualList.js +103 -0
- package/lib/_internal/scrollbar/src/Scrollbar.d.ts +119 -17
- package/lib/_internal/scrollbar/src/Scrollbar.js +117 -64
- package/lib/_internal/scrollbar/src/styles/index.cssr.js +32 -15
- package/lib/_internal/scrollbar/styles/common.d.ts +7 -0
- package/lib/_internal/scrollbar/styles/common.js +10 -0
- package/lib/_internal/scrollbar/styles/light.d.ts +8 -0
- package/lib/_internal/scrollbar/styles/light.js +3 -5
- package/lib/_internal/select-menu/src/SelectMenu.d.ts +57 -1
- package/lib/_internal/select-menu/styles/light.d.ts +8 -0
- package/lib/_internal/selection/src/Selection.d.ts +3 -1
- package/lib/_internal/selection/src/Selection.js +3 -1
- package/lib/_utils/css/index.d.ts +1 -0
- package/lib/_utils/css/index.js +3 -1
- package/lib/_utils/css/rtl-inset.d.ts +1 -0
- package/lib/_utils/css/rtl-inset.js +8 -0
- package/lib/_utils/index.d.ts +1 -1
- package/lib/_utils/index.js +2 -1
- package/lib/auto-complete/src/AutoComplete.d.ts +88 -0
- package/lib/auto-complete/styles/light.d.ts +8 -0
- package/lib/back-top/src/BackTop.d.ts +1 -1
- package/lib/cascader/src/Cascader.d.ts +168 -0
- package/lib/cascader/src/CascaderMenu.d.ts +24 -0
- package/lib/cascader/src/CascaderOption.d.ts +24 -0
- package/lib/cascader/src/CascaderSelectMenu.d.ts +24 -0
- package/lib/cascader/src/CascaderSubmenu.d.ts +25 -1
- package/lib/cascader/styles/light.d.ts +16 -0
- package/lib/chat/index.d.ts +1 -1
- package/lib/chat/src/Chat.d.ts +321 -11
- package/lib/chat/src/Chat.js +73 -22
- package/lib/chat/src/ChatListItems.d.ts +104 -0
- package/lib/chat/src/ChatMessages.d.ts +104 -0
- package/lib/chat/src/ChatParts/ChatAttachment.js +14 -12
- package/lib/chat/src/ChatParts/MainArea.d.ts +1 -0
- package/lib/chat/src/ChatParts/MainArea.js +94 -56
- package/lib/chat/src/ChatParts/Sidebar.d.ts +920 -0
- package/lib/chat/src/ChatParts/Sidebar.js +62 -11
- package/lib/chat/src/interface.d.ts +24 -3
- package/lib/chat/src/styles/index.cssr.js +13 -2
- package/lib/chat/styles/dark.d.ts +8 -0
- package/lib/chat/styles/light.d.ts +8 -0
- package/lib/components.d.ts +2 -0
- package/lib/components.js +2 -0
- package/lib/data-table/src/DataTable.d.ts +184 -0
- package/lib/data-table/src/HeaderButton/FilterButton.d.ts +40 -0
- package/lib/data-table/src/HeaderButton/FilterMenu.d.ts +40 -0
- package/lib/data-table/src/TableParts/Body.d.ts +41 -1
- package/lib/data-table/src/TableParts/Header.d.ts +40 -0
- package/lib/data-table/src/interface.d.ts +72 -0
- package/lib/data-table/styles/light.d.ts +24 -0
- package/lib/date-picker/src/DatePicker.d.ts +1469 -36
- package/lib/date-picker/src/DatePicker.js +53 -28
- package/lib/date-picker/src/interface.d.ts +1 -0
- package/lib/date-picker/src/panel/date.d.ts +166 -1
- package/lib/date-picker/src/panel/daterange.d.ts +167 -2
- package/lib/date-picker/src/panel/datetime.d.ts +166 -1
- package/lib/date-picker/src/panel/datetimerange.d.ts +167 -2
- package/lib/date-picker/src/panel/panelMonth.d.ts +332 -2
- package/lib/date-picker/src/panel/panelMonthContent.d.ts +166 -1
- package/lib/date-picker/src/panel/panelYear.d.ts +332 -2
- package/lib/date-picker/src/panel/panelYearContent.d.ts +166 -1
- package/lib/date-picker/src/panel/use-calendar.d.ts +165 -0
- package/lib/date-picker/src/panel/use-dual-calendar.d.ts +165 -0
- package/lib/date-picker/src/panel/use-panel-common.d.ts +165 -0
- package/lib/date-picker/styles/dark.js +3 -1
- package/lib/date-picker/styles/light.d.ts +139 -0
- package/lib/date-picker/styles/light.js +3 -1
- package/lib/descriptions/src/Descriptions.d.ts +30 -0
- package/lib/descriptions/src/Descriptions.js +18 -10
- package/lib/dialog/src/DialogProvider.d.ts +2 -2
- package/lib/drawer/src/Drawer.d.ts +81 -1
- package/lib/drawer/src/DrawerBodyWrapper.d.ts +9 -1
- package/lib/drawer/src/DrawerContent.d.ts +8 -0
- package/lib/drawer/styles/light.d.ts +8 -0
- package/lib/dropdown/src/Dropdown.d.ts +1 -1
- package/lib/infinite-scroll/index.d.ts +2 -0
- package/lib/infinite-scroll/index.js +9 -0
- package/lib/infinite-scroll/src/InfiniteScroll.d.ts +45 -0
- package/lib/infinite-scroll/src/InfiniteScroll.js +81 -0
- package/lib/layout/src/Layout.d.ts +112 -0
- package/lib/layout/src/LayoutContent.d.ts +56 -0
- package/lib/layout/src/LayoutFooter.d.ts +72 -0
- package/lib/layout/src/LayoutHeader.d.ts +48 -0
- package/lib/layout/src/LayoutSider.d.ts +56 -0
- package/lib/layout/styles/light.d.ts +8 -0
- package/lib/legacy-transfer/src/Transfer.d.ts +80 -0
- package/lib/legacy-transfer/src/TransferFilter.d.ts +8 -0
- package/lib/legacy-transfer/src/TransferList.d.ts +9 -1
- package/lib/legacy-transfer/src/TransferListItem.d.ts +8 -0
- package/lib/legacy-transfer/styles/light.d.ts +8 -0
- package/lib/locales/common/arDZ.js +2 -0
- package/lib/locales/common/deDE.js +2 -0
- package/lib/locales/common/enGB.js +2 -0
- package/lib/locales/common/enUS.d.ts +2 -0
- package/lib/locales/common/enUS.js +2 -0
- package/lib/locales/common/eo.js +2 -0
- package/lib/locales/common/esAR.js +2 -0
- package/lib/locales/common/faIR.js +2 -0
- package/lib/locales/common/frFR.js +2 -0
- package/lib/locales/common/idID.js +2 -0
- package/lib/locales/common/itIT.js +2 -0
- package/lib/locales/common/jaJP.js +2 -0
- package/lib/locales/common/koKR.js +2 -0
- package/lib/locales/common/nbNO.js +2 -0
- package/lib/locales/common/nlNL.js +2 -0
- package/lib/locales/common/plPL.js +2 -0
- package/lib/locales/common/ptBR.js +2 -0
- package/lib/locales/common/ruRU.js +2 -0
- package/lib/locales/common/skSK.js +2 -0
- package/lib/locales/common/svSE.js +2 -0
- package/lib/locales/common/thTH.js +2 -0
- package/lib/locales/common/trTR.js +2 -0
- package/lib/locales/common/ukUA.js +2 -0
- package/lib/locales/common/viVN.js +2 -0
- package/lib/locales/common/zhCN.js +2 -0
- package/lib/locales/common/zhTW.js +2 -0
- package/lib/log/src/Log.d.ts +80 -0
- package/lib/log/styles/light.d.ts +8 -0
- package/lib/mention/src/Mention.d.ts +88 -0
- package/lib/mention/styles/light.d.ts +8 -0
- package/lib/menu/src/Menu.d.ts +1 -1
- package/lib/modal/src/BodyWrapper.d.ts +9 -1
- package/lib/modal/src/Modal.d.ts +73 -1
- package/lib/modal/styles/light.d.ts +8 -0
- package/lib/notification/src/NotificationContainer.d.ts +8 -0
- package/lib/notification/src/NotificationProvider.d.ts +72 -0
- package/lib/notification/styles/light.d.ts +8 -0
- package/lib/pagination/src/Pagination.d.ts +176 -0
- package/lib/pagination/styles/light.d.ts +16 -0
- package/lib/popselect/src/Popselect.d.ts +88 -0
- package/lib/popselect/src/PopselectPanel.d.ts +16 -0
- package/lib/popselect/styles/light.d.ts +8 -0
- package/lib/scrollbar/src/Scrollbar.d.ts +72 -0
- package/lib/select/src/Select.d.ts +88 -0
- package/lib/select/styles/light.d.ts +8 -0
- package/lib/time-picker/src/Panel.d.ts +8 -0
- package/lib/time-picker/src/TimePicker.d.ts +80 -0
- package/lib/time-picker/styles/light.d.ts +8 -0
- package/lib/transfer/src/Transfer.d.ts +80 -0
- package/lib/transfer/src/TransferFilter.d.ts +8 -0
- package/lib/transfer/src/TransferList.d.ts +9 -1
- package/lib/transfer/src/TransferListItem.d.ts +8 -0
- package/lib/transfer/styles/light.d.ts +8 -0
- package/lib/tree/src/Tree.d.ts +82 -2
- package/lib/tree/src/TreeNodeCheckbox.d.ts +8 -0
- package/lib/tree/styles/light.d.ts +8 -0
- package/lib/tree-select/src/TreeSelect.d.ts +89 -1
- package/lib/tree-select/styles/light.d.ts +8 -0
- package/lib/version.d.ts +1 -1
- package/lib/version.js +1 -1
- package/lib/virtual-list/index.d.ts +2 -0
- package/lib/virtual-list/index.js +9 -0
- package/lib/virtual-list/src/VirtualList.d.ts +146 -0
- package/lib/virtual-list/src/VirtualList.js +106 -0
- package/package.json +4 -4
- package/volar.d.ts +1 -0
- package/web-types.json +124 -4
|
@@ -52,7 +52,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
52
52
|
calendarValue: import("vue").Ref<number>;
|
|
53
53
|
onUpdateCalendarValue: (value: number) => void;
|
|
54
54
|
yearScrollbarRef: import("vue").Ref<import("../../../_internal").ScrollbarInst | null>;
|
|
55
|
-
yearVlRef: import("vue").Ref<import("vueuc").
|
|
55
|
+
yearVlRef: import("vue").Ref<import("vueuc").VVirtualListInst | null>;
|
|
56
56
|
mergedTheme: import("vue").Ref<{
|
|
57
57
|
common: import("../../..").ThemeCommonVars;
|
|
58
58
|
self: {
|
|
@@ -457,8 +457,16 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
457
457
|
iconColorDisabled: string;
|
|
458
458
|
}, {
|
|
459
459
|
Scrollbar: import("../../../_mixins").Theme<"Scrollbar", {
|
|
460
|
+
height: string;
|
|
461
|
+
width: string;
|
|
462
|
+
borderRadius: string;
|
|
460
463
|
color: string;
|
|
461
464
|
colorHover: string;
|
|
465
|
+
railInsetHorizontalBottom: string;
|
|
466
|
+
railInsetHorizontalTop: string;
|
|
467
|
+
railInsetVerticalRight: string;
|
|
468
|
+
railInsetVerticalLeft: string;
|
|
469
|
+
railColor: string;
|
|
462
470
|
}, any>;
|
|
463
471
|
Button: import("../../../_mixins").Theme<"Button", {
|
|
464
472
|
heightTiny: string;
|
|
@@ -745,9 +753,140 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
745
753
|
}, any>;
|
|
746
754
|
}>;
|
|
747
755
|
Scrollbar: import("../../../_mixins").Theme<"Scrollbar", {
|
|
756
|
+
height: string;
|
|
757
|
+
width: string;
|
|
758
|
+
borderRadius: string;
|
|
748
759
|
color: string;
|
|
749
760
|
colorHover: string;
|
|
761
|
+
railInsetHorizontalBottom: string;
|
|
762
|
+
railInsetHorizontalTop: string;
|
|
763
|
+
railInsetVerticalRight: string;
|
|
764
|
+
railInsetVerticalLeft: string;
|
|
765
|
+
railColor: string;
|
|
750
766
|
}, any>;
|
|
767
|
+
Select: import("../../../_mixins").Theme<"InternalSelection", {
|
|
768
|
+
paddingTiny: string;
|
|
769
|
+
paddingSmall: string;
|
|
770
|
+
paddingMedium: string;
|
|
771
|
+
paddingLarge: string;
|
|
772
|
+
paddingHuge: string;
|
|
773
|
+
clearSizeTiny: string;
|
|
774
|
+
clearSizeSmall: string;
|
|
775
|
+
clearSizeMedium: string;
|
|
776
|
+
clearSizeLarge: string;
|
|
777
|
+
clearSizeHuge: string;
|
|
778
|
+
arrowSizeTiny: string;
|
|
779
|
+
arrowSizeSmall: string;
|
|
780
|
+
arrowSizeMedium: string;
|
|
781
|
+
arrowSizeLarge: string;
|
|
782
|
+
arrowSizeHuge: string;
|
|
783
|
+
fontSizeTiny: string;
|
|
784
|
+
fontSizeSmall: string;
|
|
785
|
+
fontSizeMedium: string;
|
|
786
|
+
fontSizeLarge: string;
|
|
787
|
+
fontSizeHuge: string;
|
|
788
|
+
lineHeightTiny: string;
|
|
789
|
+
lineHeightSmall: string;
|
|
790
|
+
lineHeightMedium: string;
|
|
791
|
+
lineHeightLarge: string;
|
|
792
|
+
lineHeightHuge: string;
|
|
793
|
+
heightTiny: string;
|
|
794
|
+
heightSmall: string;
|
|
795
|
+
heightMedium: string;
|
|
796
|
+
heightLarge: string;
|
|
797
|
+
heightHuge: string;
|
|
798
|
+
borderRadiusTiny: string;
|
|
799
|
+
borderRadiusSmall: string;
|
|
800
|
+
borderRadiusMedium: string;
|
|
801
|
+
borderRadiusLarge: string;
|
|
802
|
+
borderRadiusHuge: string;
|
|
803
|
+
textColor: string;
|
|
804
|
+
textColorDisabled: string;
|
|
805
|
+
placeholderColor: string;
|
|
806
|
+
placeholderColorDisabled: string;
|
|
807
|
+
color: string;
|
|
808
|
+
colorFilled: string;
|
|
809
|
+
colorDisabled: string;
|
|
810
|
+
colorActive: string;
|
|
811
|
+
border: string;
|
|
812
|
+
borderFilled: string;
|
|
813
|
+
borderHover: string;
|
|
814
|
+
borderActive: string;
|
|
815
|
+
borderFocus: string;
|
|
816
|
+
borderDisabled: string;
|
|
817
|
+
boxShadowHover: string;
|
|
818
|
+
boxShadowActive: string;
|
|
819
|
+
boxShadowFocus: string;
|
|
820
|
+
caretColor: string;
|
|
821
|
+
arrowColor: string;
|
|
822
|
+
arrowColorHover: string;
|
|
823
|
+
arrowColorDisabled: string;
|
|
824
|
+
loadingColor: string;
|
|
825
|
+
borderWarning: string;
|
|
826
|
+
borderHoverWarning: string;
|
|
827
|
+
borderActiveWarning: string;
|
|
828
|
+
borderFocusWarning: string;
|
|
829
|
+
boxShadowHoverWarning: string;
|
|
830
|
+
boxShadowActiveWarning: string;
|
|
831
|
+
boxShadowFocusWarning: string;
|
|
832
|
+
colorActiveWarning: string;
|
|
833
|
+
caretColorWarning: string;
|
|
834
|
+
borderError: string;
|
|
835
|
+
borderHoverError: string;
|
|
836
|
+
borderActiveError: string;
|
|
837
|
+
borderFocusError: string;
|
|
838
|
+
boxShadowHoverError: string;
|
|
839
|
+
boxShadowActiveError: string;
|
|
840
|
+
boxShadowFocusError: string;
|
|
841
|
+
colorActiveError: string;
|
|
842
|
+
caretColorError: string;
|
|
843
|
+
clearColor: string;
|
|
844
|
+
clearColorHover: string;
|
|
845
|
+
clearColorPressed: string;
|
|
846
|
+
caretColorSecondary: string;
|
|
847
|
+
filterCounterTextColor: string;
|
|
848
|
+
filterCounterTextColorDisabled: string;
|
|
849
|
+
arrowColorSecondary: string;
|
|
850
|
+
clearColorSecondary: string;
|
|
851
|
+
colorSecondary: string;
|
|
852
|
+
textColorSecondary: string;
|
|
853
|
+
borderSecondary: string;
|
|
854
|
+
arrowColorDisabledSecondary: string;
|
|
855
|
+
clearColorDisabledSecondary: string;
|
|
856
|
+
colorDisabledSecondary: string;
|
|
857
|
+
textColorDisabledSecondary: string;
|
|
858
|
+
borderDisabledSecondary: string;
|
|
859
|
+
arrowColorHoverSecondary: string;
|
|
860
|
+
clearColorHoverSecondary: string;
|
|
861
|
+
colorHoverSecondary: string;
|
|
862
|
+
textColorHoverSecondary: string;
|
|
863
|
+
borderHoverSecondary: string;
|
|
864
|
+
arrowColorFocusSecondary: string;
|
|
865
|
+
clearColorFocusSecondary: string;
|
|
866
|
+
colorFocusSecondary: string;
|
|
867
|
+
textColorFocusSecondary: string;
|
|
868
|
+
borderFocusSecondary: string;
|
|
869
|
+
arrowColorActiveSecondary: string;
|
|
870
|
+
clearColorActiveSecondary: string;
|
|
871
|
+
colorActiveSecondary: string;
|
|
872
|
+
textColorActiveSecondary: string;
|
|
873
|
+
borderActiveSecondary: string;
|
|
874
|
+
}, {
|
|
875
|
+
Popover: import("../../../_mixins").Theme<"Popover", {
|
|
876
|
+
space: string;
|
|
877
|
+
spaceArrow: string;
|
|
878
|
+
arrowOffset: string;
|
|
879
|
+
arrowOffsetVertical: string;
|
|
880
|
+
arrowHeight: string;
|
|
881
|
+
padding: string;
|
|
882
|
+
fontSize: string;
|
|
883
|
+
borderRadius: string;
|
|
884
|
+
color: string;
|
|
885
|
+
dividerColor: string;
|
|
886
|
+
textColor: string;
|
|
887
|
+
boxShadow: string;
|
|
888
|
+
}, any>;
|
|
889
|
+
}>;
|
|
751
890
|
};
|
|
752
891
|
peerOverrides: {
|
|
753
892
|
Input?: {
|
|
@@ -763,8 +902,16 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
763
902
|
TimePicker?: {
|
|
764
903
|
peers?: {
|
|
765
904
|
Scrollbar?: import("../../../_mixins/use-theme").ExtractThemeOverrides<import("../../../_mixins").Theme<"Scrollbar", {
|
|
905
|
+
height: string;
|
|
906
|
+
width: string;
|
|
907
|
+
borderRadius: string;
|
|
766
908
|
color: string;
|
|
767
909
|
colorHover: string;
|
|
910
|
+
railInsetHorizontalBottom: string;
|
|
911
|
+
railInsetHorizontalTop: string;
|
|
912
|
+
railInsetVerticalRight: string;
|
|
913
|
+
railInsetVerticalLeft: string;
|
|
914
|
+
railColor: string;
|
|
768
915
|
}, any>> | undefined;
|
|
769
916
|
Button?: import("../../../_mixins/use-theme").ExtractThemeOverrides<import("../../../_mixins").Theme<"Button", {
|
|
770
917
|
heightTiny: string;
|
|
@@ -1056,6 +1203,24 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1056
1203
|
[x: string]: any;
|
|
1057
1204
|
} | undefined;
|
|
1058
1205
|
} | undefined;
|
|
1206
|
+
Select?: {
|
|
1207
|
+
peers?: {
|
|
1208
|
+
Popover?: import("../../../_mixins/use-theme").ExtractThemeOverrides<import("../../../_mixins").Theme<"Popover", {
|
|
1209
|
+
space: string;
|
|
1210
|
+
spaceArrow: string;
|
|
1211
|
+
arrowOffset: string;
|
|
1212
|
+
arrowOffsetVertical: string;
|
|
1213
|
+
arrowHeight: string;
|
|
1214
|
+
padding: string;
|
|
1215
|
+
fontSize: string;
|
|
1216
|
+
borderRadius: string;
|
|
1217
|
+
color: string;
|
|
1218
|
+
dividerColor: string;
|
|
1219
|
+
textColor: string;
|
|
1220
|
+
boxShadow: string;
|
|
1221
|
+
}, any>> | undefined;
|
|
1222
|
+
} | undefined;
|
|
1223
|
+
} | undefined;
|
|
1059
1224
|
};
|
|
1060
1225
|
}>;
|
|
1061
1226
|
mergedClsPrefix: import("vue").Ref<string>;
|
|
@@ -63,8 +63,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
63
63
|
endYearScrollbarRef: import("vue").Ref<import("../../../_internal").ScrollbarInst | null>;
|
|
64
64
|
startMonthScrollbarRef: import("vue").Ref<import("../../../_internal").ScrollbarInst | null>;
|
|
65
65
|
endMonthScrollbarRef: import("vue").Ref<import("../../../_internal").ScrollbarInst | null>;
|
|
66
|
-
startYearVlRef: import("vue").Ref<import("vueuc").
|
|
67
|
-
endYearVlRef: import("vue").Ref<import("vueuc").
|
|
66
|
+
startYearVlRef: import("vue").Ref<import("vueuc").VVirtualListInst | null>;
|
|
67
|
+
endYearVlRef: import("vue").Ref<import("vueuc").VVirtualListInst | null>;
|
|
68
68
|
isDateDisabled: import("vue").Ref<import("../interface").IsDateDisabled | undefined>;
|
|
69
69
|
isStartHourDisabled: import("vue").ComputedRef<import("../../../time-picker/src/interface").IsHourDisabled | undefined>;
|
|
70
70
|
isEndHourDisabled: import("vue").ComputedRef<import("../../../time-picker/src/interface").IsHourDisabled | undefined>;
|
|
@@ -483,8 +483,16 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
483
483
|
iconColorDisabled: string;
|
|
484
484
|
}, {
|
|
485
485
|
Scrollbar: import("../../../_mixins").Theme<"Scrollbar", {
|
|
486
|
+
height: string;
|
|
487
|
+
width: string;
|
|
488
|
+
borderRadius: string;
|
|
486
489
|
color: string;
|
|
487
490
|
colorHover: string;
|
|
491
|
+
railInsetHorizontalBottom: string;
|
|
492
|
+
railInsetHorizontalTop: string;
|
|
493
|
+
railInsetVerticalRight: string;
|
|
494
|
+
railInsetVerticalLeft: string;
|
|
495
|
+
railColor: string;
|
|
488
496
|
}, any>;
|
|
489
497
|
Button: import("../../../_mixins").Theme<"Button", {
|
|
490
498
|
heightTiny: string;
|
|
@@ -771,9 +779,140 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
771
779
|
}, any>;
|
|
772
780
|
}>;
|
|
773
781
|
Scrollbar: import("../../../_mixins").Theme<"Scrollbar", {
|
|
782
|
+
height: string;
|
|
783
|
+
width: string;
|
|
784
|
+
borderRadius: string;
|
|
774
785
|
color: string;
|
|
775
786
|
colorHover: string;
|
|
787
|
+
railInsetHorizontalBottom: string;
|
|
788
|
+
railInsetHorizontalTop: string;
|
|
789
|
+
railInsetVerticalRight: string;
|
|
790
|
+
railInsetVerticalLeft: string;
|
|
791
|
+
railColor: string;
|
|
776
792
|
}, any>;
|
|
793
|
+
Select: import("../../../_mixins").Theme<"InternalSelection", {
|
|
794
|
+
paddingTiny: string;
|
|
795
|
+
paddingSmall: string;
|
|
796
|
+
paddingMedium: string;
|
|
797
|
+
paddingLarge: string;
|
|
798
|
+
paddingHuge: string;
|
|
799
|
+
clearSizeTiny: string;
|
|
800
|
+
clearSizeSmall: string;
|
|
801
|
+
clearSizeMedium: string;
|
|
802
|
+
clearSizeLarge: string;
|
|
803
|
+
clearSizeHuge: string;
|
|
804
|
+
arrowSizeTiny: string;
|
|
805
|
+
arrowSizeSmall: string;
|
|
806
|
+
arrowSizeMedium: string;
|
|
807
|
+
arrowSizeLarge: string;
|
|
808
|
+
arrowSizeHuge: string;
|
|
809
|
+
fontSizeTiny: string;
|
|
810
|
+
fontSizeSmall: string;
|
|
811
|
+
fontSizeMedium: string;
|
|
812
|
+
fontSizeLarge: string;
|
|
813
|
+
fontSizeHuge: string;
|
|
814
|
+
lineHeightTiny: string;
|
|
815
|
+
lineHeightSmall: string;
|
|
816
|
+
lineHeightMedium: string;
|
|
817
|
+
lineHeightLarge: string;
|
|
818
|
+
lineHeightHuge: string;
|
|
819
|
+
heightTiny: string;
|
|
820
|
+
heightSmall: string;
|
|
821
|
+
heightMedium: string;
|
|
822
|
+
heightLarge: string;
|
|
823
|
+
heightHuge: string;
|
|
824
|
+
borderRadiusTiny: string;
|
|
825
|
+
borderRadiusSmall: string;
|
|
826
|
+
borderRadiusMedium: string;
|
|
827
|
+
borderRadiusLarge: string;
|
|
828
|
+
borderRadiusHuge: string;
|
|
829
|
+
textColor: string;
|
|
830
|
+
textColorDisabled: string;
|
|
831
|
+
placeholderColor: string;
|
|
832
|
+
placeholderColorDisabled: string;
|
|
833
|
+
color: string;
|
|
834
|
+
colorFilled: string;
|
|
835
|
+
colorDisabled: string;
|
|
836
|
+
colorActive: string;
|
|
837
|
+
border: string;
|
|
838
|
+
borderFilled: string;
|
|
839
|
+
borderHover: string;
|
|
840
|
+
borderActive: string;
|
|
841
|
+
borderFocus: string;
|
|
842
|
+
borderDisabled: string;
|
|
843
|
+
boxShadowHover: string;
|
|
844
|
+
boxShadowActive: string;
|
|
845
|
+
boxShadowFocus: string;
|
|
846
|
+
caretColor: string;
|
|
847
|
+
arrowColor: string;
|
|
848
|
+
arrowColorHover: string;
|
|
849
|
+
arrowColorDisabled: string;
|
|
850
|
+
loadingColor: string;
|
|
851
|
+
borderWarning: string;
|
|
852
|
+
borderHoverWarning: string;
|
|
853
|
+
borderActiveWarning: string;
|
|
854
|
+
borderFocusWarning: string;
|
|
855
|
+
boxShadowHoverWarning: string;
|
|
856
|
+
boxShadowActiveWarning: string;
|
|
857
|
+
boxShadowFocusWarning: string;
|
|
858
|
+
colorActiveWarning: string;
|
|
859
|
+
caretColorWarning: string;
|
|
860
|
+
borderError: string;
|
|
861
|
+
borderHoverError: string;
|
|
862
|
+
borderActiveError: string;
|
|
863
|
+
borderFocusError: string;
|
|
864
|
+
boxShadowHoverError: string;
|
|
865
|
+
boxShadowActiveError: string;
|
|
866
|
+
boxShadowFocusError: string;
|
|
867
|
+
colorActiveError: string;
|
|
868
|
+
caretColorError: string;
|
|
869
|
+
clearColor: string;
|
|
870
|
+
clearColorHover: string;
|
|
871
|
+
clearColorPressed: string;
|
|
872
|
+
caretColorSecondary: string;
|
|
873
|
+
filterCounterTextColor: string;
|
|
874
|
+
filterCounterTextColorDisabled: string;
|
|
875
|
+
arrowColorSecondary: string;
|
|
876
|
+
clearColorSecondary: string;
|
|
877
|
+
colorSecondary: string;
|
|
878
|
+
textColorSecondary: string;
|
|
879
|
+
borderSecondary: string;
|
|
880
|
+
arrowColorDisabledSecondary: string;
|
|
881
|
+
clearColorDisabledSecondary: string;
|
|
882
|
+
colorDisabledSecondary: string;
|
|
883
|
+
textColorDisabledSecondary: string;
|
|
884
|
+
borderDisabledSecondary: string;
|
|
885
|
+
arrowColorHoverSecondary: string;
|
|
886
|
+
clearColorHoverSecondary: string;
|
|
887
|
+
colorHoverSecondary: string;
|
|
888
|
+
textColorHoverSecondary: string;
|
|
889
|
+
borderHoverSecondary: string;
|
|
890
|
+
arrowColorFocusSecondary: string;
|
|
891
|
+
clearColorFocusSecondary: string;
|
|
892
|
+
colorFocusSecondary: string;
|
|
893
|
+
textColorFocusSecondary: string;
|
|
894
|
+
borderFocusSecondary: string;
|
|
895
|
+
arrowColorActiveSecondary: string;
|
|
896
|
+
clearColorActiveSecondary: string;
|
|
897
|
+
colorActiveSecondary: string;
|
|
898
|
+
textColorActiveSecondary: string;
|
|
899
|
+
borderActiveSecondary: string;
|
|
900
|
+
}, {
|
|
901
|
+
Popover: import("../../../_mixins").Theme<"Popover", {
|
|
902
|
+
space: string;
|
|
903
|
+
spaceArrow: string;
|
|
904
|
+
arrowOffset: string;
|
|
905
|
+
arrowOffsetVertical: string;
|
|
906
|
+
arrowHeight: string;
|
|
907
|
+
padding: string;
|
|
908
|
+
fontSize: string;
|
|
909
|
+
borderRadius: string;
|
|
910
|
+
color: string;
|
|
911
|
+
dividerColor: string;
|
|
912
|
+
textColor: string;
|
|
913
|
+
boxShadow: string;
|
|
914
|
+
}, any>;
|
|
915
|
+
}>;
|
|
777
916
|
};
|
|
778
917
|
peerOverrides: {
|
|
779
918
|
Input?: {
|
|
@@ -789,8 +928,16 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
789
928
|
TimePicker?: {
|
|
790
929
|
peers?: {
|
|
791
930
|
Scrollbar?: import("../../../_mixins/use-theme").ExtractThemeOverrides<import("../../../_mixins").Theme<"Scrollbar", {
|
|
931
|
+
height: string;
|
|
932
|
+
width: string;
|
|
933
|
+
borderRadius: string;
|
|
792
934
|
color: string;
|
|
793
935
|
colorHover: string;
|
|
936
|
+
railInsetHorizontalBottom: string;
|
|
937
|
+
railInsetHorizontalTop: string;
|
|
938
|
+
railInsetVerticalRight: string;
|
|
939
|
+
railInsetVerticalLeft: string;
|
|
940
|
+
railColor: string;
|
|
794
941
|
}, any>> | undefined;
|
|
795
942
|
Button?: import("../../../_mixins/use-theme").ExtractThemeOverrides<import("../../../_mixins").Theme<"Button", {
|
|
796
943
|
heightTiny: string;
|
|
@@ -1082,6 +1229,24 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1082
1229
|
[x: string]: any;
|
|
1083
1230
|
} | undefined;
|
|
1084
1231
|
} | undefined;
|
|
1232
|
+
Select?: {
|
|
1233
|
+
peers?: {
|
|
1234
|
+
Popover?: import("../../../_mixins/use-theme").ExtractThemeOverrides<import("../../../_mixins").Theme<"Popover", {
|
|
1235
|
+
space: string;
|
|
1236
|
+
spaceArrow: string;
|
|
1237
|
+
arrowOffset: string;
|
|
1238
|
+
arrowOffsetVertical: string;
|
|
1239
|
+
arrowHeight: string;
|
|
1240
|
+
padding: string;
|
|
1241
|
+
fontSize: string;
|
|
1242
|
+
borderRadius: string;
|
|
1243
|
+
color: string;
|
|
1244
|
+
dividerColor: string;
|
|
1245
|
+
textColor: string;
|
|
1246
|
+
boxShadow: string;
|
|
1247
|
+
}, any>> | undefined;
|
|
1248
|
+
} | undefined;
|
|
1249
|
+
} | undefined;
|
|
1085
1250
|
};
|
|
1086
1251
|
}>;
|
|
1087
1252
|
mergedClsPrefix: import("vue").Ref<string>;
|