@uzum-tech/ui 1.8.2 → 1.9.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 +659 -115
- 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/src/Chat.d.ts +88 -0
- package/es/chat/src/ChatListItems.d.ts +104 -0
- package/es/chat/src/ChatMessages.d.ts +104 -0
- 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 +171 -3
- package/es/date-picker/src/panel/date.d.ts +25 -1
- package/es/date-picker/src/panel/daterange.d.ts +26 -2
- package/es/date-picker/src/panel/datetime.d.ts +25 -1
- package/es/date-picker/src/panel/datetimerange.d.ts +26 -2
- package/es/date-picker/src/panel/panelMonth.d.ts +50 -2
- package/es/date-picker/src/panel/panelMonthContent.d.ts +25 -1
- package/es/date-picker/src/panel/panelYear.d.ts +50 -2
- package/es/date-picker/src/panel/panelYearContent.d.ts +25 -1
- package/es/date-picker/src/panel/use-calendar.d.ts +24 -0
- package/es/date-picker/src/panel/use-dual-calendar.d.ts +24 -0
- package/es/date-picker/src/panel/use-panel-common.d.ts +24 -0
- package/es/date-picker/styles/light.d.ts +16 -0
- 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/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/src/Chat.d.ts +88 -0
- package/lib/chat/src/ChatListItems.d.ts +104 -0
- package/lib/chat/src/ChatMessages.d.ts +104 -0
- 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 +171 -3
- package/lib/date-picker/src/panel/date.d.ts +25 -1
- package/lib/date-picker/src/panel/daterange.d.ts +26 -2
- package/lib/date-picker/src/panel/datetime.d.ts +25 -1
- package/lib/date-picker/src/panel/datetimerange.d.ts +26 -2
- package/lib/date-picker/src/panel/panelMonth.d.ts +50 -2
- package/lib/date-picker/src/panel/panelMonthContent.d.ts +25 -1
- package/lib/date-picker/src/panel/panelYear.d.ts +50 -2
- package/lib/date-picker/src/panel/panelYearContent.d.ts +25 -1
- package/lib/date-picker/src/panel/use-calendar.d.ts +24 -0
- package/lib/date-picker/src/panel/use-dual-calendar.d.ts +24 -0
- package/lib/date-picker/src/panel/use-panel-common.d.ts +24 -0
- package/lib/date-picker/styles/light.d.ts +16 -0
- 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/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 +2 -2
- package/volar.d.ts +1 -0
- package/web-types.json +30 -1
|
@@ -19,16 +19,40 @@ export declare const scrollbarProps: {
|
|
|
19
19
|
readonly onScroll: PropType<(e: Event) => void>;
|
|
20
20
|
readonly size: NumberConstructor;
|
|
21
21
|
readonly theme: PropType<import("../../_mixins").Theme<"Scrollbar", {
|
|
22
|
+
height: string;
|
|
23
|
+
width: string;
|
|
24
|
+
borderRadius: string;
|
|
22
25
|
color: string;
|
|
23
26
|
colorHover: string;
|
|
27
|
+
railInsetHorizontalBottom: string;
|
|
28
|
+
railInsetHorizontalTop: string;
|
|
29
|
+
railInsetVerticalRight: string;
|
|
30
|
+
railInsetVerticalLeft: string;
|
|
31
|
+
railColor: string;
|
|
24
32
|
}, any>>;
|
|
25
33
|
readonly themeOverrides: PropType<import("../../_mixins/use-theme").ExtractThemeOverrides<import("../../_mixins").Theme<"Scrollbar", {
|
|
34
|
+
height: string;
|
|
35
|
+
width: string;
|
|
36
|
+
borderRadius: string;
|
|
26
37
|
color: string;
|
|
27
38
|
colorHover: string;
|
|
39
|
+
railInsetHorizontalBottom: string;
|
|
40
|
+
railInsetHorizontalTop: string;
|
|
41
|
+
railInsetVerticalRight: string;
|
|
42
|
+
railInsetVerticalLeft: string;
|
|
43
|
+
railColor: string;
|
|
28
44
|
}, any>>>;
|
|
29
45
|
readonly builtinThemeOverrides: PropType<import("../../_mixins/use-theme").ExtractThemeOverrides<import("../../_mixins").Theme<"Scrollbar", {
|
|
46
|
+
height: string;
|
|
47
|
+
width: string;
|
|
48
|
+
borderRadius: string;
|
|
30
49
|
color: string;
|
|
31
50
|
colorHover: string;
|
|
51
|
+
railInsetHorizontalBottom: string;
|
|
52
|
+
railInsetHorizontalTop: string;
|
|
53
|
+
railInsetVerticalRight: string;
|
|
54
|
+
railInsetVerticalLeft: string;
|
|
55
|
+
railColor: string;
|
|
32
56
|
}, any>>>;
|
|
33
57
|
};
|
|
34
58
|
export type ScrollbarProps = ExtractPublicPropTypes<typeof scrollbarProps>;
|
|
@@ -38,16 +62,40 @@ declare const Scrollbar: import("vue").DefineComponent<{
|
|
|
38
62
|
readonly onScroll: PropType<(e: Event) => void>;
|
|
39
63
|
readonly size: NumberConstructor;
|
|
40
64
|
readonly theme: PropType<import("../../_mixins").Theme<"Scrollbar", {
|
|
65
|
+
height: string;
|
|
66
|
+
width: string;
|
|
67
|
+
borderRadius: string;
|
|
41
68
|
color: string;
|
|
42
69
|
colorHover: string;
|
|
70
|
+
railInsetHorizontalBottom: string;
|
|
71
|
+
railInsetHorizontalTop: string;
|
|
72
|
+
railInsetVerticalRight: string;
|
|
73
|
+
railInsetVerticalLeft: string;
|
|
74
|
+
railColor: string;
|
|
43
75
|
}, any>>;
|
|
44
76
|
readonly themeOverrides: PropType<import("../../_mixins/use-theme").ExtractThemeOverrides<import("../../_mixins").Theme<"Scrollbar", {
|
|
77
|
+
height: string;
|
|
78
|
+
width: string;
|
|
79
|
+
borderRadius: string;
|
|
45
80
|
color: string;
|
|
46
81
|
colorHover: string;
|
|
82
|
+
railInsetHorizontalBottom: string;
|
|
83
|
+
railInsetHorizontalTop: string;
|
|
84
|
+
railInsetVerticalRight: string;
|
|
85
|
+
railInsetVerticalLeft: string;
|
|
86
|
+
railColor: string;
|
|
47
87
|
}, any>>>;
|
|
48
88
|
readonly builtinThemeOverrides: PropType<import("../../_mixins/use-theme").ExtractThemeOverrides<import("../../_mixins").Theme<"Scrollbar", {
|
|
89
|
+
height: string;
|
|
90
|
+
width: string;
|
|
91
|
+
borderRadius: string;
|
|
49
92
|
color: string;
|
|
50
93
|
colorHover: string;
|
|
94
|
+
railInsetHorizontalBottom: string;
|
|
95
|
+
railInsetHorizontalTop: string;
|
|
96
|
+
railInsetVerticalRight: string;
|
|
97
|
+
railInsetVerticalLeft: string;
|
|
98
|
+
railColor: string;
|
|
51
99
|
}, any>>>;
|
|
52
100
|
}, {
|
|
53
101
|
scrollbarInstRef: import("vue").Ref<{
|
|
@@ -70,16 +118,40 @@ declare const Scrollbar: import("vue").DefineComponent<{
|
|
|
70
118
|
readonly onScroll: PropType<(e: Event) => void>;
|
|
71
119
|
readonly size: NumberConstructor;
|
|
72
120
|
readonly theme: PropType<import("../../_mixins").Theme<"Scrollbar", {
|
|
121
|
+
height: string;
|
|
122
|
+
width: string;
|
|
123
|
+
borderRadius: string;
|
|
73
124
|
color: string;
|
|
74
125
|
colorHover: string;
|
|
126
|
+
railInsetHorizontalBottom: string;
|
|
127
|
+
railInsetHorizontalTop: string;
|
|
128
|
+
railInsetVerticalRight: string;
|
|
129
|
+
railInsetVerticalLeft: string;
|
|
130
|
+
railColor: string;
|
|
75
131
|
}, any>>;
|
|
76
132
|
readonly themeOverrides: PropType<import("../../_mixins/use-theme").ExtractThemeOverrides<import("../../_mixins").Theme<"Scrollbar", {
|
|
133
|
+
height: string;
|
|
134
|
+
width: string;
|
|
135
|
+
borderRadius: string;
|
|
77
136
|
color: string;
|
|
78
137
|
colorHover: string;
|
|
138
|
+
railInsetHorizontalBottom: string;
|
|
139
|
+
railInsetHorizontalTop: string;
|
|
140
|
+
railInsetVerticalRight: string;
|
|
141
|
+
railInsetVerticalLeft: string;
|
|
142
|
+
railColor: string;
|
|
79
143
|
}, any>>>;
|
|
80
144
|
readonly builtinThemeOverrides: PropType<import("../../_mixins/use-theme").ExtractThemeOverrides<import("../../_mixins").Theme<"Scrollbar", {
|
|
145
|
+
height: string;
|
|
146
|
+
width: string;
|
|
147
|
+
borderRadius: string;
|
|
81
148
|
color: string;
|
|
82
149
|
colorHover: string;
|
|
150
|
+
railInsetHorizontalBottom: string;
|
|
151
|
+
railInsetHorizontalTop: string;
|
|
152
|
+
railInsetVerticalRight: string;
|
|
153
|
+
railInsetVerticalLeft: string;
|
|
154
|
+
railColor: string;
|
|
83
155
|
}, any>>>;
|
|
84
156
|
}>>, {
|
|
85
157
|
readonly xScrollable: boolean;
|
|
@@ -292,8 +292,16 @@ export declare const selectProps: {
|
|
|
292
292
|
loadingColor: string;
|
|
293
293
|
}, {
|
|
294
294
|
Scrollbar: import("../../_mixins").Theme<"Scrollbar", {
|
|
295
|
+
height: string;
|
|
296
|
+
width: string;
|
|
297
|
+
borderRadius: string;
|
|
295
298
|
color: string;
|
|
296
299
|
colorHover: string;
|
|
300
|
+
railInsetHorizontalBottom: string;
|
|
301
|
+
railInsetHorizontalTop: string;
|
|
302
|
+
railInsetVerticalRight: string;
|
|
303
|
+
railInsetVerticalLeft: string;
|
|
304
|
+
railColor: string;
|
|
297
305
|
}, any>;
|
|
298
306
|
Empty: import("../../_mixins").Theme<"Empty", {
|
|
299
307
|
iconSizeSmall: string;
|
|
@@ -476,8 +484,16 @@ export declare const selectProps: {
|
|
|
476
484
|
loadingColor: string;
|
|
477
485
|
}, {
|
|
478
486
|
Scrollbar: import("../../_mixins").Theme<"Scrollbar", {
|
|
487
|
+
height: string;
|
|
488
|
+
width: string;
|
|
489
|
+
borderRadius: string;
|
|
479
490
|
color: string;
|
|
480
491
|
colorHover: string;
|
|
492
|
+
railInsetHorizontalBottom: string;
|
|
493
|
+
railInsetHorizontalTop: string;
|
|
494
|
+
railInsetVerticalRight: string;
|
|
495
|
+
railInsetVerticalLeft: string;
|
|
496
|
+
railColor: string;
|
|
481
497
|
}, any>;
|
|
482
498
|
Empty: import("../../_mixins").Theme<"Empty", {
|
|
483
499
|
iconSizeSmall: string;
|
|
@@ -660,8 +676,16 @@ export declare const selectProps: {
|
|
|
660
676
|
loadingColor: string;
|
|
661
677
|
}, {
|
|
662
678
|
Scrollbar: import("../../_mixins").Theme<"Scrollbar", {
|
|
679
|
+
height: string;
|
|
680
|
+
width: string;
|
|
681
|
+
borderRadius: string;
|
|
663
682
|
color: string;
|
|
664
683
|
colorHover: string;
|
|
684
|
+
railInsetHorizontalBottom: string;
|
|
685
|
+
railInsetHorizontalTop: string;
|
|
686
|
+
railInsetVerticalRight: string;
|
|
687
|
+
railInsetVerticalLeft: string;
|
|
688
|
+
railColor: string;
|
|
665
689
|
}, any>;
|
|
666
690
|
Empty: import("../../_mixins").Theme<"Empty", {
|
|
667
691
|
iconSizeSmall: string;
|
|
@@ -971,8 +995,16 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
971
995
|
loadingColor: string;
|
|
972
996
|
}, {
|
|
973
997
|
Scrollbar: import("../../_mixins").Theme<"Scrollbar", {
|
|
998
|
+
height: string;
|
|
999
|
+
width: string;
|
|
1000
|
+
borderRadius: string;
|
|
974
1001
|
color: string;
|
|
975
1002
|
colorHover: string;
|
|
1003
|
+
railInsetHorizontalBottom: string;
|
|
1004
|
+
railInsetHorizontalTop: string;
|
|
1005
|
+
railInsetVerticalRight: string;
|
|
1006
|
+
railInsetVerticalLeft: string;
|
|
1007
|
+
railColor: string;
|
|
976
1008
|
}, any>;
|
|
977
1009
|
Empty: import("../../_mixins").Theme<"Empty", {
|
|
978
1010
|
iconSizeSmall: string;
|
|
@@ -1155,8 +1187,16 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1155
1187
|
loadingColor: string;
|
|
1156
1188
|
}, {
|
|
1157
1189
|
Scrollbar: import("../../_mixins").Theme<"Scrollbar", {
|
|
1190
|
+
height: string;
|
|
1191
|
+
width: string;
|
|
1192
|
+
borderRadius: string;
|
|
1158
1193
|
color: string;
|
|
1159
1194
|
colorHover: string;
|
|
1195
|
+
railInsetHorizontalBottom: string;
|
|
1196
|
+
railInsetHorizontalTop: string;
|
|
1197
|
+
railInsetVerticalRight: string;
|
|
1198
|
+
railInsetVerticalLeft: string;
|
|
1199
|
+
railColor: string;
|
|
1160
1200
|
}, any>;
|
|
1161
1201
|
Empty: import("../../_mixins").Theme<"Empty", {
|
|
1162
1202
|
iconSizeSmall: string;
|
|
@@ -1339,8 +1379,16 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1339
1379
|
loadingColor: string;
|
|
1340
1380
|
}, {
|
|
1341
1381
|
Scrollbar: import("../../_mixins").Theme<"Scrollbar", {
|
|
1382
|
+
height: string;
|
|
1383
|
+
width: string;
|
|
1384
|
+
borderRadius: string;
|
|
1342
1385
|
color: string;
|
|
1343
1386
|
colorHover: string;
|
|
1387
|
+
railInsetHorizontalBottom: string;
|
|
1388
|
+
railInsetHorizontalTop: string;
|
|
1389
|
+
railInsetVerticalRight: string;
|
|
1390
|
+
railInsetVerticalLeft: string;
|
|
1391
|
+
railColor: string;
|
|
1344
1392
|
}, any>;
|
|
1345
1393
|
Empty: import("../../_mixins").Theme<"Empty", {
|
|
1346
1394
|
iconSizeSmall: string;
|
|
@@ -1583,8 +1631,16 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1583
1631
|
loadingColor: string;
|
|
1584
1632
|
}, {
|
|
1585
1633
|
Scrollbar: import("../../_mixins").Theme<"Scrollbar", {
|
|
1634
|
+
height: string;
|
|
1635
|
+
width: string;
|
|
1636
|
+
borderRadius: string;
|
|
1586
1637
|
color: string;
|
|
1587
1638
|
colorHover: string;
|
|
1639
|
+
railInsetHorizontalBottom: string;
|
|
1640
|
+
railInsetHorizontalTop: string;
|
|
1641
|
+
railInsetVerticalRight: string;
|
|
1642
|
+
railInsetVerticalLeft: string;
|
|
1643
|
+
railColor: string;
|
|
1588
1644
|
}, any>;
|
|
1589
1645
|
Empty: import("../../_mixins").Theme<"Empty", {
|
|
1590
1646
|
iconSizeSmall: string;
|
|
@@ -1629,8 +1685,16 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1629
1685
|
InternalSelectMenu?: {
|
|
1630
1686
|
peers?: {
|
|
1631
1687
|
Scrollbar?: import("../../_mixins/use-theme").ExtractThemeOverrides<import("../../_mixins").Theme<"Scrollbar", {
|
|
1688
|
+
height: string;
|
|
1689
|
+
width: string;
|
|
1690
|
+
borderRadius: string;
|
|
1632
1691
|
color: string;
|
|
1633
1692
|
colorHover: string;
|
|
1693
|
+
railInsetHorizontalBottom: string;
|
|
1694
|
+
railInsetHorizontalTop: string;
|
|
1695
|
+
railInsetVerticalRight: string;
|
|
1696
|
+
railInsetVerticalLeft: string;
|
|
1697
|
+
railColor: string;
|
|
1634
1698
|
}, any>> | undefined;
|
|
1635
1699
|
Empty?: import("../../_mixins/use-theme").ExtractThemeOverrides<import("../../_mixins").Theme<"Empty", {
|
|
1636
1700
|
iconSizeSmall: string;
|
|
@@ -1949,8 +2013,16 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1949
2013
|
loadingColor: string;
|
|
1950
2014
|
}, {
|
|
1951
2015
|
Scrollbar: import("../../_mixins").Theme<"Scrollbar", {
|
|
2016
|
+
height: string;
|
|
2017
|
+
width: string;
|
|
2018
|
+
borderRadius: string;
|
|
1952
2019
|
color: string;
|
|
1953
2020
|
colorHover: string;
|
|
2021
|
+
railInsetHorizontalBottom: string;
|
|
2022
|
+
railInsetHorizontalTop: string;
|
|
2023
|
+
railInsetVerticalRight: string;
|
|
2024
|
+
railInsetVerticalLeft: string;
|
|
2025
|
+
railColor: string;
|
|
1954
2026
|
}, any>;
|
|
1955
2027
|
Empty: import("../../_mixins").Theme<"Empty", {
|
|
1956
2028
|
iconSizeSmall: string;
|
|
@@ -2133,8 +2205,16 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2133
2205
|
loadingColor: string;
|
|
2134
2206
|
}, {
|
|
2135
2207
|
Scrollbar: import("../../_mixins").Theme<"Scrollbar", {
|
|
2208
|
+
height: string;
|
|
2209
|
+
width: string;
|
|
2210
|
+
borderRadius: string;
|
|
2136
2211
|
color: string;
|
|
2137
2212
|
colorHover: string;
|
|
2213
|
+
railInsetHorizontalBottom: string;
|
|
2214
|
+
railInsetHorizontalTop: string;
|
|
2215
|
+
railInsetVerticalRight: string;
|
|
2216
|
+
railInsetVerticalLeft: string;
|
|
2217
|
+
railColor: string;
|
|
2138
2218
|
}, any>;
|
|
2139
2219
|
Empty: import("../../_mixins").Theme<"Empty", {
|
|
2140
2220
|
iconSizeSmall: string;
|
|
@@ -2317,8 +2397,16 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2317
2397
|
loadingColor: string;
|
|
2318
2398
|
}, {
|
|
2319
2399
|
Scrollbar: import("../../_mixins").Theme<"Scrollbar", {
|
|
2400
|
+
height: string;
|
|
2401
|
+
width: string;
|
|
2402
|
+
borderRadius: string;
|
|
2320
2403
|
color: string;
|
|
2321
2404
|
colorHover: string;
|
|
2405
|
+
railInsetHorizontalBottom: string;
|
|
2406
|
+
railInsetHorizontalTop: string;
|
|
2407
|
+
railInsetVerticalRight: string;
|
|
2408
|
+
railInsetVerticalLeft: string;
|
|
2409
|
+
railColor: string;
|
|
2322
2410
|
}, any>;
|
|
2323
2411
|
Empty: import("../../_mixins").Theme<"Empty", {
|
|
2324
2412
|
iconSizeSmall: string;
|
|
@@ -162,8 +162,16 @@ declare const selectLight: import("../../_mixins").Theme<"Select", {
|
|
|
162
162
|
loadingColor: string;
|
|
163
163
|
}, {
|
|
164
164
|
Scrollbar: import("../../_mixins").Theme<"Scrollbar", {
|
|
165
|
+
height: string;
|
|
166
|
+
width: string;
|
|
167
|
+
borderRadius: string;
|
|
165
168
|
color: string;
|
|
166
169
|
colorHover: string;
|
|
170
|
+
railInsetHorizontalBottom: string;
|
|
171
|
+
railInsetHorizontalTop: string;
|
|
172
|
+
railInsetVerticalRight: string;
|
|
173
|
+
railInsetVerticalLeft: string;
|
|
174
|
+
railColor: string;
|
|
167
175
|
}, any>;
|
|
168
176
|
Empty: import("../../_mixins").Theme<"Empty", {
|
|
169
177
|
iconSizeSmall: string;
|
|
@@ -98,8 +98,16 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
98
98
|
};
|
|
99
99
|
peers: {
|
|
100
100
|
Scrollbar: import("../../_mixins").Theme<"Scrollbar", {
|
|
101
|
+
height: string;
|
|
102
|
+
width: string;
|
|
103
|
+
borderRadius: string;
|
|
101
104
|
color: string;
|
|
102
105
|
colorHover: string;
|
|
106
|
+
railInsetHorizontalBottom: string;
|
|
107
|
+
railInsetHorizontalTop: string;
|
|
108
|
+
railInsetVerticalRight: string;
|
|
109
|
+
railInsetVerticalLeft: string;
|
|
110
|
+
railColor: string;
|
|
103
111
|
}, any>;
|
|
104
112
|
Button: import("../../_mixins").Theme<"Button", {
|
|
105
113
|
heightTiny: string;
|
|
@@ -97,8 +97,16 @@ export declare const timePickerProps: {
|
|
|
97
97
|
iconColorDisabled: string;
|
|
98
98
|
}, {
|
|
99
99
|
Scrollbar: import("../../_mixins").Theme<"Scrollbar", {
|
|
100
|
+
height: string;
|
|
101
|
+
width: string;
|
|
102
|
+
borderRadius: string;
|
|
100
103
|
color: string;
|
|
101
104
|
colorHover: string;
|
|
105
|
+
railInsetHorizontalBottom: string;
|
|
106
|
+
railInsetHorizontalTop: string;
|
|
107
|
+
railInsetVerticalRight: string;
|
|
108
|
+
railInsetVerticalLeft: string;
|
|
109
|
+
railColor: string;
|
|
102
110
|
}, any>;
|
|
103
111
|
Button: import("../../_mixins").Theme<"Button", {
|
|
104
112
|
heightTiny: string;
|
|
@@ -403,8 +411,16 @@ export declare const timePickerProps: {
|
|
|
403
411
|
iconColorDisabled: string;
|
|
404
412
|
}, {
|
|
405
413
|
Scrollbar: import("../../_mixins").Theme<"Scrollbar", {
|
|
414
|
+
height: string;
|
|
415
|
+
width: string;
|
|
416
|
+
borderRadius: string;
|
|
406
417
|
color: string;
|
|
407
418
|
colorHover: string;
|
|
419
|
+
railInsetHorizontalBottom: string;
|
|
420
|
+
railInsetHorizontalTop: string;
|
|
421
|
+
railInsetVerticalRight: string;
|
|
422
|
+
railInsetVerticalLeft: string;
|
|
423
|
+
railColor: string;
|
|
408
424
|
}, any>;
|
|
409
425
|
Button: import("../../_mixins").Theme<"Button", {
|
|
410
426
|
heightTiny: string;
|
|
@@ -709,8 +725,16 @@ export declare const timePickerProps: {
|
|
|
709
725
|
iconColorDisabled: string;
|
|
710
726
|
}, {
|
|
711
727
|
Scrollbar: import("../../_mixins").Theme<"Scrollbar", {
|
|
728
|
+
height: string;
|
|
729
|
+
width: string;
|
|
730
|
+
borderRadius: string;
|
|
712
731
|
color: string;
|
|
713
732
|
colorHover: string;
|
|
733
|
+
railInsetHorizontalBottom: string;
|
|
734
|
+
railInsetHorizontalTop: string;
|
|
735
|
+
railInsetVerticalRight: string;
|
|
736
|
+
railInsetVerticalLeft: string;
|
|
737
|
+
railColor: string;
|
|
714
738
|
}, any>;
|
|
715
739
|
Button: import("../../_mixins").Theme<"Button", {
|
|
716
740
|
heightTiny: string;
|
|
@@ -1092,8 +1116,16 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1092
1116
|
iconColorDisabled: string;
|
|
1093
1117
|
}, {
|
|
1094
1118
|
Scrollbar: import("../../_mixins").Theme<"Scrollbar", {
|
|
1119
|
+
height: string;
|
|
1120
|
+
width: string;
|
|
1121
|
+
borderRadius: string;
|
|
1095
1122
|
color: string;
|
|
1096
1123
|
colorHover: string;
|
|
1124
|
+
railInsetHorizontalBottom: string;
|
|
1125
|
+
railInsetHorizontalTop: string;
|
|
1126
|
+
railInsetVerticalRight: string;
|
|
1127
|
+
railInsetVerticalLeft: string;
|
|
1128
|
+
railColor: string;
|
|
1097
1129
|
}, any>;
|
|
1098
1130
|
Button: import("../../_mixins").Theme<"Button", {
|
|
1099
1131
|
heightTiny: string;
|
|
@@ -1398,8 +1430,16 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1398
1430
|
iconColorDisabled: string;
|
|
1399
1431
|
}, {
|
|
1400
1432
|
Scrollbar: import("../../_mixins").Theme<"Scrollbar", {
|
|
1433
|
+
height: string;
|
|
1434
|
+
width: string;
|
|
1435
|
+
borderRadius: string;
|
|
1401
1436
|
color: string;
|
|
1402
1437
|
colorHover: string;
|
|
1438
|
+
railInsetHorizontalBottom: string;
|
|
1439
|
+
railInsetHorizontalTop: string;
|
|
1440
|
+
railInsetVerticalRight: string;
|
|
1441
|
+
railInsetVerticalLeft: string;
|
|
1442
|
+
railColor: string;
|
|
1403
1443
|
}, any>;
|
|
1404
1444
|
Button: import("../../_mixins").Theme<"Button", {
|
|
1405
1445
|
heightTiny: string;
|
|
@@ -1704,8 +1744,16 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1704
1744
|
iconColorDisabled: string;
|
|
1705
1745
|
}, {
|
|
1706
1746
|
Scrollbar: import("../../_mixins").Theme<"Scrollbar", {
|
|
1747
|
+
height: string;
|
|
1748
|
+
width: string;
|
|
1749
|
+
borderRadius: string;
|
|
1707
1750
|
color: string;
|
|
1708
1751
|
colorHover: string;
|
|
1752
|
+
railInsetHorizontalBottom: string;
|
|
1753
|
+
railInsetHorizontalTop: string;
|
|
1754
|
+
railInsetVerticalRight: string;
|
|
1755
|
+
railInsetVerticalLeft: string;
|
|
1756
|
+
railColor: string;
|
|
1709
1757
|
}, any>;
|
|
1710
1758
|
Button: import("../../_mixins").Theme<"Button", {
|
|
1711
1759
|
heightTiny: string;
|
|
@@ -2127,8 +2175,16 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2127
2175
|
};
|
|
2128
2176
|
peers: {
|
|
2129
2177
|
Scrollbar: import("../../_mixins").Theme<"Scrollbar", {
|
|
2178
|
+
height: string;
|
|
2179
|
+
width: string;
|
|
2180
|
+
borderRadius: string;
|
|
2130
2181
|
color: string;
|
|
2131
2182
|
colorHover: string;
|
|
2183
|
+
railInsetHorizontalBottom: string;
|
|
2184
|
+
railInsetHorizontalTop: string;
|
|
2185
|
+
railInsetVerticalRight: string;
|
|
2186
|
+
railInsetVerticalLeft: string;
|
|
2187
|
+
railColor: string;
|
|
2132
2188
|
}, any>;
|
|
2133
2189
|
Button: import("../../_mixins").Theme<"Button", {
|
|
2134
2190
|
heightTiny: string;
|
|
@@ -2552,8 +2608,16 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2552
2608
|
iconColorDisabled: string;
|
|
2553
2609
|
}, {
|
|
2554
2610
|
Scrollbar: import("../../_mixins").Theme<"Scrollbar", {
|
|
2611
|
+
height: string;
|
|
2612
|
+
width: string;
|
|
2613
|
+
borderRadius: string;
|
|
2555
2614
|
color: string;
|
|
2556
2615
|
colorHover: string;
|
|
2616
|
+
railInsetHorizontalBottom: string;
|
|
2617
|
+
railInsetHorizontalTop: string;
|
|
2618
|
+
railInsetVerticalRight: string;
|
|
2619
|
+
railInsetVerticalLeft: string;
|
|
2620
|
+
railColor: string;
|
|
2557
2621
|
}, any>;
|
|
2558
2622
|
Button: import("../../_mixins").Theme<"Button", {
|
|
2559
2623
|
heightTiny: string;
|
|
@@ -2858,8 +2922,16 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2858
2922
|
iconColorDisabled: string;
|
|
2859
2923
|
}, {
|
|
2860
2924
|
Scrollbar: import("../../_mixins").Theme<"Scrollbar", {
|
|
2925
|
+
height: string;
|
|
2926
|
+
width: string;
|
|
2927
|
+
borderRadius: string;
|
|
2861
2928
|
color: string;
|
|
2862
2929
|
colorHover: string;
|
|
2930
|
+
railInsetHorizontalBottom: string;
|
|
2931
|
+
railInsetHorizontalTop: string;
|
|
2932
|
+
railInsetVerticalRight: string;
|
|
2933
|
+
railInsetVerticalLeft: string;
|
|
2934
|
+
railColor: string;
|
|
2863
2935
|
}, any>;
|
|
2864
2936
|
Button: import("../../_mixins").Theme<"Button", {
|
|
2865
2937
|
heightTiny: string;
|
|
@@ -3164,8 +3236,16 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3164
3236
|
iconColorDisabled: string;
|
|
3165
3237
|
}, {
|
|
3166
3238
|
Scrollbar: import("../../_mixins").Theme<"Scrollbar", {
|
|
3239
|
+
height: string;
|
|
3240
|
+
width: string;
|
|
3241
|
+
borderRadius: string;
|
|
3167
3242
|
color: string;
|
|
3168
3243
|
colorHover: string;
|
|
3244
|
+
railInsetHorizontalBottom: string;
|
|
3245
|
+
railInsetHorizontalTop: string;
|
|
3246
|
+
railInsetVerticalRight: string;
|
|
3247
|
+
railInsetVerticalLeft: string;
|
|
3248
|
+
railColor: string;
|
|
3169
3249
|
}, any>;
|
|
3170
3250
|
Button: import("../../_mixins").Theme<"Button", {
|
|
3171
3251
|
heightTiny: string;
|
|
@@ -37,8 +37,16 @@ declare const timePickerLight: import("../../_mixins").Theme<"TimePicker", {
|
|
|
37
37
|
iconColorDisabled: string;
|
|
38
38
|
}, {
|
|
39
39
|
Scrollbar: import("../../_mixins").Theme<"Scrollbar", {
|
|
40
|
+
height: string;
|
|
41
|
+
width: string;
|
|
42
|
+
borderRadius: string;
|
|
40
43
|
color: string;
|
|
41
44
|
colorHover: string;
|
|
45
|
+
railInsetHorizontalBottom: string;
|
|
46
|
+
railInsetHorizontalTop: string;
|
|
47
|
+
railInsetVerticalRight: string;
|
|
48
|
+
railInsetVerticalLeft: string;
|
|
49
|
+
railColor: string;
|
|
42
50
|
}, any>;
|
|
43
51
|
Button: import("../../_mixins").Theme<"Button", {
|
|
44
52
|
heightTiny: string;
|