@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
|
@@ -97,8 +97,16 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
97
97
|
loadingColor: 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
|
Empty: import("../../_mixins").Theme<"Empty", {
|
|
104
112
|
iconSizeSmall: string;
|
|
@@ -244,8 +252,16 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
244
252
|
}, any>;
|
|
245
253
|
}>;
|
|
246
254
|
Scrollbar: import("../../_mixins").Theme<"Scrollbar", {
|
|
255
|
+
height: string;
|
|
256
|
+
width: string;
|
|
257
|
+
borderRadius: string;
|
|
247
258
|
color: string;
|
|
248
259
|
colorHover: string;
|
|
260
|
+
railInsetHorizontalBottom: string;
|
|
261
|
+
railInsetHorizontalTop: string;
|
|
262
|
+
railInsetVerticalRight: string;
|
|
263
|
+
railInsetVerticalLeft: string;
|
|
264
|
+
railColor: string;
|
|
249
265
|
}, any>;
|
|
250
266
|
Checkbox: import("../../_mixins").Theme<"Checkbox", {
|
|
251
267
|
fontWeight: string;
|
|
@@ -323,8 +339,16 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
323
339
|
InternalSelectMenu?: {
|
|
324
340
|
peers?: {
|
|
325
341
|
Scrollbar?: import("../../_mixins/use-theme").ExtractThemeOverrides<import("../../_mixins").Theme<"Scrollbar", {
|
|
342
|
+
height: string;
|
|
343
|
+
width: string;
|
|
344
|
+
borderRadius: string;
|
|
326
345
|
color: string;
|
|
327
346
|
colorHover: string;
|
|
347
|
+
railInsetHorizontalBottom: string;
|
|
348
|
+
railInsetHorizontalTop: string;
|
|
349
|
+
railInsetVerticalRight: string;
|
|
350
|
+
railInsetVerticalLeft: string;
|
|
351
|
+
railColor: string;
|
|
328
352
|
}, any>> | undefined;
|
|
329
353
|
Empty?: import("../../_mixins/use-theme").ExtractThemeOverrides<import("../../_mixins").Theme<"Empty", {
|
|
330
354
|
iconSizeSmall: string;
|
|
@@ -73,8 +73,16 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
73
73
|
loadingColor: string;
|
|
74
74
|
}, {
|
|
75
75
|
Scrollbar: import("../../_mixins").Theme<"Scrollbar", {
|
|
76
|
+
height: string;
|
|
77
|
+
width: string;
|
|
78
|
+
borderRadius: string;
|
|
76
79
|
color: string;
|
|
77
80
|
colorHover: string;
|
|
81
|
+
railInsetHorizontalBottom: string;
|
|
82
|
+
railInsetHorizontalTop: string;
|
|
83
|
+
railInsetVerticalRight: string;
|
|
84
|
+
railInsetVerticalLeft: string;
|
|
85
|
+
railColor: string;
|
|
78
86
|
}, any>;
|
|
79
87
|
Empty: import("../../_mixins").Theme<"Empty", {
|
|
80
88
|
iconSizeSmall: string;
|
|
@@ -220,8 +228,16 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
220
228
|
}, any>;
|
|
221
229
|
}>;
|
|
222
230
|
Scrollbar: import("../../_mixins").Theme<"Scrollbar", {
|
|
231
|
+
height: string;
|
|
232
|
+
width: string;
|
|
233
|
+
borderRadius: string;
|
|
223
234
|
color: string;
|
|
224
235
|
colorHover: string;
|
|
236
|
+
railInsetHorizontalBottom: string;
|
|
237
|
+
railInsetHorizontalTop: string;
|
|
238
|
+
railInsetVerticalRight: string;
|
|
239
|
+
railInsetVerticalLeft: string;
|
|
240
|
+
railColor: string;
|
|
225
241
|
}, any>;
|
|
226
242
|
Checkbox: import("../../_mixins").Theme<"Checkbox", {
|
|
227
243
|
fontWeight: string;
|
|
@@ -299,8 +315,16 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
299
315
|
InternalSelectMenu?: {
|
|
300
316
|
peers?: {
|
|
301
317
|
Scrollbar?: import("../../_mixins/use-theme").ExtractThemeOverrides<import("../../_mixins").Theme<"Scrollbar", {
|
|
318
|
+
height: string;
|
|
319
|
+
width: string;
|
|
320
|
+
borderRadius: string;
|
|
302
321
|
color: string;
|
|
303
322
|
colorHover: string;
|
|
323
|
+
railInsetHorizontalBottom: string;
|
|
324
|
+
railInsetHorizontalTop: string;
|
|
325
|
+
railInsetVerticalRight: string;
|
|
326
|
+
railInsetVerticalLeft: string;
|
|
327
|
+
railColor: string;
|
|
304
328
|
}, any>> | undefined;
|
|
305
329
|
Empty?: import("../../_mixins/use-theme").ExtractThemeOverrides<import("../../_mixins").Theme<"Empty", {
|
|
306
330
|
iconSizeSmall: string;
|
|
@@ -85,8 +85,16 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
85
85
|
loadingColor: string;
|
|
86
86
|
}, {
|
|
87
87
|
Scrollbar: import("../../_mixins").Theme<"Scrollbar", {
|
|
88
|
+
height: string;
|
|
89
|
+
width: string;
|
|
90
|
+
borderRadius: string;
|
|
88
91
|
color: string;
|
|
89
92
|
colorHover: string;
|
|
93
|
+
railInsetHorizontalBottom: string;
|
|
94
|
+
railInsetHorizontalTop: string;
|
|
95
|
+
railInsetVerticalRight: string;
|
|
96
|
+
railInsetVerticalLeft: string;
|
|
97
|
+
railColor: string;
|
|
90
98
|
}, any>;
|
|
91
99
|
Empty: import("../../_mixins").Theme<"Empty", {
|
|
92
100
|
iconSizeSmall: string;
|
|
@@ -232,8 +240,16 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
232
240
|
}, any>;
|
|
233
241
|
}>;
|
|
234
242
|
Scrollbar: import("../../_mixins").Theme<"Scrollbar", {
|
|
243
|
+
height: string;
|
|
244
|
+
width: string;
|
|
245
|
+
borderRadius: string;
|
|
235
246
|
color: string;
|
|
236
247
|
colorHover: string;
|
|
248
|
+
railInsetHorizontalBottom: string;
|
|
249
|
+
railInsetHorizontalTop: string;
|
|
250
|
+
railInsetVerticalRight: string;
|
|
251
|
+
railInsetVerticalLeft: string;
|
|
252
|
+
railColor: string;
|
|
237
253
|
}, any>;
|
|
238
254
|
Checkbox: import("../../_mixins").Theme<"Checkbox", {
|
|
239
255
|
fontWeight: string;
|
|
@@ -311,8 +327,16 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
311
327
|
InternalSelectMenu?: {
|
|
312
328
|
peers?: {
|
|
313
329
|
Scrollbar?: import("../../_mixins/use-theme").ExtractThemeOverrides<import("../../_mixins").Theme<"Scrollbar", {
|
|
330
|
+
height: string;
|
|
331
|
+
width: string;
|
|
332
|
+
borderRadius: string;
|
|
314
333
|
color: string;
|
|
315
334
|
colorHover: string;
|
|
335
|
+
railInsetHorizontalBottom: string;
|
|
336
|
+
railInsetHorizontalTop: string;
|
|
337
|
+
railInsetVerticalRight: string;
|
|
338
|
+
railInsetVerticalLeft: string;
|
|
339
|
+
railColor: string;
|
|
316
340
|
}, any>> | undefined;
|
|
317
341
|
Empty?: import("../../_mixins/use-theme").ExtractThemeOverrides<import("../../_mixins").Theme<"Empty", {
|
|
318
342
|
iconSizeSmall: string;
|
|
@@ -66,8 +66,16 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
66
66
|
loadingColor: string;
|
|
67
67
|
}, {
|
|
68
68
|
Scrollbar: import("../../_mixins").Theme<"Scrollbar", {
|
|
69
|
+
height: string;
|
|
70
|
+
width: string;
|
|
71
|
+
borderRadius: string;
|
|
69
72
|
color: string;
|
|
70
73
|
colorHover: string;
|
|
74
|
+
railInsetHorizontalBottom: string;
|
|
75
|
+
railInsetHorizontalTop: string;
|
|
76
|
+
railInsetVerticalRight: string;
|
|
77
|
+
railInsetVerticalLeft: string;
|
|
78
|
+
railColor: string;
|
|
71
79
|
}, any>;
|
|
72
80
|
Empty: import("../../_mixins").Theme<"Empty", {
|
|
73
81
|
iconSizeSmall: string;
|
|
@@ -213,8 +221,16 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
213
221
|
}, any>;
|
|
214
222
|
}>;
|
|
215
223
|
Scrollbar: import("../../_mixins").Theme<"Scrollbar", {
|
|
224
|
+
height: string;
|
|
225
|
+
width: string;
|
|
226
|
+
borderRadius: string;
|
|
216
227
|
color: string;
|
|
217
228
|
colorHover: string;
|
|
229
|
+
railInsetHorizontalBottom: string;
|
|
230
|
+
railInsetHorizontalTop: string;
|
|
231
|
+
railInsetVerticalRight: string;
|
|
232
|
+
railInsetVerticalLeft: string;
|
|
233
|
+
railColor: string;
|
|
218
234
|
}, any>;
|
|
219
235
|
Checkbox: import("../../_mixins").Theme<"Checkbox", {
|
|
220
236
|
fontWeight: string;
|
|
@@ -292,8 +308,16 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
292
308
|
InternalSelectMenu?: {
|
|
293
309
|
peers?: {
|
|
294
310
|
Scrollbar?: import("../../_mixins/use-theme").ExtractThemeOverrides<import("../../_mixins").Theme<"Scrollbar", {
|
|
311
|
+
height: string;
|
|
312
|
+
width: string;
|
|
313
|
+
borderRadius: string;
|
|
295
314
|
color: string;
|
|
296
315
|
colorHover: string;
|
|
316
|
+
railInsetHorizontalBottom: string;
|
|
317
|
+
railInsetHorizontalTop: string;
|
|
318
|
+
railInsetVerticalRight: string;
|
|
319
|
+
railInsetVerticalLeft: string;
|
|
320
|
+
railColor: string;
|
|
297
321
|
}, any>> | undefined;
|
|
298
322
|
Empty?: import("../../_mixins/use-theme").ExtractThemeOverrides<import("../../_mixins").Theme<"Empty", {
|
|
299
323
|
iconSizeSmall: string;
|
|
@@ -366,7 +390,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
366
390
|
vlInstRef: import("vue").Ref<{
|
|
367
391
|
listElRef: HTMLElement;
|
|
368
392
|
itemsElRef: HTMLElement | null;
|
|
369
|
-
scrollTo: import("vueuc
|
|
393
|
+
scrollTo: import("vueuc").VVirtualListScrollTo;
|
|
370
394
|
} | null>;
|
|
371
395
|
virtualScroll: import("vue").Ref<boolean>;
|
|
372
396
|
itemSize: import("vue").ComputedRef<number>;
|
|
@@ -68,8 +68,16 @@ declare const cascaderLight: import("../../_mixins").Theme<"Cascader", {
|
|
|
68
68
|
loadingColor: string;
|
|
69
69
|
}, {
|
|
70
70
|
Scrollbar: import("../../_mixins").Theme<"Scrollbar", {
|
|
71
|
+
height: string;
|
|
72
|
+
width: string;
|
|
73
|
+
borderRadius: string;
|
|
71
74
|
color: string;
|
|
72
75
|
colorHover: string;
|
|
76
|
+
railInsetHorizontalBottom: string;
|
|
77
|
+
railInsetHorizontalTop: string;
|
|
78
|
+
railInsetVerticalRight: string;
|
|
79
|
+
railInsetVerticalLeft: string;
|
|
80
|
+
railColor: string;
|
|
73
81
|
}, any>;
|
|
74
82
|
Empty: import("../../_mixins").Theme<"Empty", {
|
|
75
83
|
iconSizeSmall: string;
|
|
@@ -215,8 +223,16 @@ declare const cascaderLight: import("../../_mixins").Theme<"Cascader", {
|
|
|
215
223
|
}, any>;
|
|
216
224
|
}>;
|
|
217
225
|
Scrollbar: import("../../_mixins").Theme<"Scrollbar", {
|
|
226
|
+
height: string;
|
|
227
|
+
width: string;
|
|
228
|
+
borderRadius: string;
|
|
218
229
|
color: string;
|
|
219
230
|
colorHover: string;
|
|
231
|
+
railInsetHorizontalBottom: string;
|
|
232
|
+
railInsetHorizontalTop: string;
|
|
233
|
+
railInsetVerticalRight: string;
|
|
234
|
+
railInsetVerticalLeft: string;
|
|
235
|
+
railColor: string;
|
|
220
236
|
}, any>;
|
|
221
237
|
Checkbox: import("../../_mixins").Theme<"Checkbox", {
|
|
222
238
|
fontWeight: string;
|
package/lib/chat/src/Chat.d.ts
CHANGED
|
@@ -462,8 +462,16 @@ export declare const chatProps: {
|
|
|
462
462
|
loadingColor: string;
|
|
463
463
|
}, {
|
|
464
464
|
Scrollbar: import("../../_mixins").Theme<"Scrollbar", {
|
|
465
|
+
height: string;
|
|
466
|
+
width: string;
|
|
467
|
+
borderRadius: string;
|
|
465
468
|
color: string;
|
|
466
469
|
colorHover: string;
|
|
470
|
+
railInsetHorizontalBottom: string;
|
|
471
|
+
railInsetHorizontalTop: string;
|
|
472
|
+
railInsetVerticalRight: string;
|
|
473
|
+
railInsetVerticalLeft: string;
|
|
474
|
+
railColor: string;
|
|
467
475
|
}, any>;
|
|
468
476
|
Empty: import("../../_mixins").Theme<"Empty", {
|
|
469
477
|
iconSizeSmall: string;
|
|
@@ -1119,8 +1127,16 @@ export declare const chatProps: {
|
|
|
1119
1127
|
loadingColor: string;
|
|
1120
1128
|
}, {
|
|
1121
1129
|
Scrollbar: import("../../_mixins").Theme<"Scrollbar", {
|
|
1130
|
+
height: string;
|
|
1131
|
+
width: string;
|
|
1132
|
+
borderRadius: string;
|
|
1122
1133
|
color: string;
|
|
1123
1134
|
colorHover: string;
|
|
1135
|
+
railInsetHorizontalBottom: string;
|
|
1136
|
+
railInsetHorizontalTop: string;
|
|
1137
|
+
railInsetVerticalRight: string;
|
|
1138
|
+
railInsetVerticalLeft: string;
|
|
1139
|
+
railColor: string;
|
|
1124
1140
|
}, any>;
|
|
1125
1141
|
Empty: import("../../_mixins").Theme<"Empty", {
|
|
1126
1142
|
iconSizeSmall: string;
|
|
@@ -1776,8 +1792,16 @@ export declare const chatProps: {
|
|
|
1776
1792
|
loadingColor: string;
|
|
1777
1793
|
}, {
|
|
1778
1794
|
Scrollbar: import("../../_mixins").Theme<"Scrollbar", {
|
|
1795
|
+
height: string;
|
|
1796
|
+
width: string;
|
|
1797
|
+
borderRadius: string;
|
|
1779
1798
|
color: string;
|
|
1780
1799
|
colorHover: string;
|
|
1800
|
+
railInsetHorizontalBottom: string;
|
|
1801
|
+
railInsetHorizontalTop: string;
|
|
1802
|
+
railInsetVerticalRight: string;
|
|
1803
|
+
railInsetVerticalLeft: string;
|
|
1804
|
+
railColor: string;
|
|
1781
1805
|
}, any>;
|
|
1782
1806
|
Empty: import("../../_mixins").Theme<"Empty", {
|
|
1783
1807
|
iconSizeSmall: string;
|
|
@@ -2616,8 +2640,16 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2616
2640
|
loadingColor: string;
|
|
2617
2641
|
}, {
|
|
2618
2642
|
Scrollbar: import("../../_mixins").Theme<"Scrollbar", {
|
|
2643
|
+
height: string;
|
|
2644
|
+
width: string;
|
|
2645
|
+
borderRadius: string;
|
|
2619
2646
|
color: string;
|
|
2620
2647
|
colorHover: string;
|
|
2648
|
+
railInsetHorizontalBottom: string;
|
|
2649
|
+
railInsetHorizontalTop: string;
|
|
2650
|
+
railInsetVerticalRight: string;
|
|
2651
|
+
railInsetVerticalLeft: string;
|
|
2652
|
+
railColor: string;
|
|
2621
2653
|
}, any>;
|
|
2622
2654
|
Empty: import("../../_mixins").Theme<"Empty", {
|
|
2623
2655
|
iconSizeSmall: string;
|
|
@@ -3273,8 +3305,16 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3273
3305
|
loadingColor: string;
|
|
3274
3306
|
}, {
|
|
3275
3307
|
Scrollbar: import("../../_mixins").Theme<"Scrollbar", {
|
|
3308
|
+
height: string;
|
|
3309
|
+
width: string;
|
|
3310
|
+
borderRadius: string;
|
|
3276
3311
|
color: string;
|
|
3277
3312
|
colorHover: string;
|
|
3313
|
+
railInsetHorizontalBottom: string;
|
|
3314
|
+
railInsetHorizontalTop: string;
|
|
3315
|
+
railInsetVerticalRight: string;
|
|
3316
|
+
railInsetVerticalLeft: string;
|
|
3317
|
+
railColor: string;
|
|
3278
3318
|
}, any>;
|
|
3279
3319
|
Empty: import("../../_mixins").Theme<"Empty", {
|
|
3280
3320
|
iconSizeSmall: string;
|
|
@@ -3930,8 +3970,16 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3930
3970
|
loadingColor: string;
|
|
3931
3971
|
}, {
|
|
3932
3972
|
Scrollbar: import("../../_mixins").Theme<"Scrollbar", {
|
|
3973
|
+
height: string;
|
|
3974
|
+
width: string;
|
|
3975
|
+
borderRadius: string;
|
|
3933
3976
|
color: string;
|
|
3934
3977
|
colorHover: string;
|
|
3978
|
+
railInsetHorizontalBottom: string;
|
|
3979
|
+
railInsetHorizontalTop: string;
|
|
3980
|
+
railInsetVerticalRight: string;
|
|
3981
|
+
railInsetVerticalLeft: string;
|
|
3982
|
+
railColor: string;
|
|
3935
3983
|
}, any>;
|
|
3936
3984
|
Empty: import("../../_mixins").Theme<"Empty", {
|
|
3937
3985
|
iconSizeSmall: string;
|
|
@@ -4592,8 +4640,16 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4592
4640
|
loadingColor: string;
|
|
4593
4641
|
}, {
|
|
4594
4642
|
Scrollbar: import("../../_mixins").Theme<"Scrollbar", {
|
|
4643
|
+
height: string;
|
|
4644
|
+
width: string;
|
|
4645
|
+
borderRadius: string;
|
|
4595
4646
|
color: string;
|
|
4596
4647
|
colorHover: string;
|
|
4648
|
+
railInsetHorizontalBottom: string;
|
|
4649
|
+
railInsetHorizontalTop: string;
|
|
4650
|
+
railInsetVerticalRight: string;
|
|
4651
|
+
railInsetVerticalLeft: string;
|
|
4652
|
+
railColor: string;
|
|
4597
4653
|
}, any>;
|
|
4598
4654
|
Empty: import("../../_mixins").Theme<"Empty", {
|
|
4599
4655
|
iconSizeSmall: string;
|
|
@@ -5140,8 +5196,16 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
5140
5196
|
loadingColor: string;
|
|
5141
5197
|
}, {
|
|
5142
5198
|
Scrollbar: import("../../_mixins").Theme<"Scrollbar", {
|
|
5199
|
+
height: string;
|
|
5200
|
+
width: string;
|
|
5201
|
+
borderRadius: string;
|
|
5143
5202
|
color: string;
|
|
5144
5203
|
colorHover: string;
|
|
5204
|
+
railInsetHorizontalBottom: string;
|
|
5205
|
+
railInsetHorizontalTop: string;
|
|
5206
|
+
railInsetVerticalRight: string;
|
|
5207
|
+
railInsetVerticalLeft: string;
|
|
5208
|
+
railColor: string;
|
|
5145
5209
|
}, any>;
|
|
5146
5210
|
Empty: import("../../_mixins").Theme<"Empty", {
|
|
5147
5211
|
iconSizeSmall: string;
|
|
@@ -5696,8 +5760,16 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
5696
5760
|
loadingColor: string;
|
|
5697
5761
|
}, {
|
|
5698
5762
|
Scrollbar: import("../../_mixins").Theme<"Scrollbar", {
|
|
5763
|
+
height: string;
|
|
5764
|
+
width: string;
|
|
5765
|
+
borderRadius: string;
|
|
5699
5766
|
color: string;
|
|
5700
5767
|
colorHover: string;
|
|
5768
|
+
railInsetHorizontalBottom: string;
|
|
5769
|
+
railInsetHorizontalTop: string;
|
|
5770
|
+
railInsetVerticalRight: string;
|
|
5771
|
+
railInsetVerticalLeft: string;
|
|
5772
|
+
railColor: string;
|
|
5701
5773
|
}, any>;
|
|
5702
5774
|
Empty: import("../../_mixins").Theme<"Empty", {
|
|
5703
5775
|
iconSizeSmall: string;
|
|
@@ -6353,8 +6425,16 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
6353
6425
|
loadingColor: string;
|
|
6354
6426
|
}, {
|
|
6355
6427
|
Scrollbar: import("../../_mixins").Theme<"Scrollbar", {
|
|
6428
|
+
height: string;
|
|
6429
|
+
width: string;
|
|
6430
|
+
borderRadius: string;
|
|
6356
6431
|
color: string;
|
|
6357
6432
|
colorHover: string;
|
|
6433
|
+
railInsetHorizontalBottom: string;
|
|
6434
|
+
railInsetHorizontalTop: string;
|
|
6435
|
+
railInsetVerticalRight: string;
|
|
6436
|
+
railInsetVerticalLeft: string;
|
|
6437
|
+
railColor: string;
|
|
6358
6438
|
}, any>;
|
|
6359
6439
|
Empty: import("../../_mixins").Theme<"Empty", {
|
|
6360
6440
|
iconSizeSmall: string;
|
|
@@ -7010,8 +7090,16 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
7010
7090
|
loadingColor: string;
|
|
7011
7091
|
}, {
|
|
7012
7092
|
Scrollbar: import("../../_mixins").Theme<"Scrollbar", {
|
|
7093
|
+
height: string;
|
|
7094
|
+
width: string;
|
|
7095
|
+
borderRadius: string;
|
|
7013
7096
|
color: string;
|
|
7014
7097
|
colorHover: string;
|
|
7098
|
+
railInsetHorizontalBottom: string;
|
|
7099
|
+
railInsetHorizontalTop: string;
|
|
7100
|
+
railInsetVerticalRight: string;
|
|
7101
|
+
railInsetVerticalLeft: string;
|
|
7102
|
+
railColor: string;
|
|
7015
7103
|
}, any>;
|
|
7016
7104
|
Empty: import("../../_mixins").Theme<"Empty", {
|
|
7017
7105
|
iconSizeSmall: string;
|
|
@@ -328,8 +328,16 @@ export declare const chatListItemsProps: {
|
|
|
328
328
|
loadingColor: string;
|
|
329
329
|
}, {
|
|
330
330
|
Scrollbar: import("../../_mixins").Theme<"Scrollbar", {
|
|
331
|
+
height: string;
|
|
332
|
+
width: string;
|
|
333
|
+
borderRadius: string;
|
|
331
334
|
color: string;
|
|
332
335
|
colorHover: string;
|
|
336
|
+
railInsetHorizontalBottom: string;
|
|
337
|
+
railInsetHorizontalTop: string;
|
|
338
|
+
railInsetVerticalRight: string;
|
|
339
|
+
railInsetVerticalLeft: string;
|
|
340
|
+
railColor: string;
|
|
333
341
|
}, any>;
|
|
334
342
|
Empty: import("../../_mixins").Theme<"Empty", {
|
|
335
343
|
iconSizeSmall: string;
|
|
@@ -985,8 +993,16 @@ export declare const chatListItemsProps: {
|
|
|
985
993
|
loadingColor: string;
|
|
986
994
|
}, {
|
|
987
995
|
Scrollbar: import("../../_mixins").Theme<"Scrollbar", {
|
|
996
|
+
height: string;
|
|
997
|
+
width: string;
|
|
998
|
+
borderRadius: string;
|
|
988
999
|
color: string;
|
|
989
1000
|
colorHover: string;
|
|
1001
|
+
railInsetHorizontalBottom: string;
|
|
1002
|
+
railInsetHorizontalTop: string;
|
|
1003
|
+
railInsetVerticalRight: string;
|
|
1004
|
+
railInsetVerticalLeft: string;
|
|
1005
|
+
railColor: string;
|
|
990
1006
|
}, any>;
|
|
991
1007
|
Empty: import("../../_mixins").Theme<"Empty", {
|
|
992
1008
|
iconSizeSmall: string;
|
|
@@ -1642,8 +1658,16 @@ export declare const chatListItemsProps: {
|
|
|
1642
1658
|
loadingColor: string;
|
|
1643
1659
|
}, {
|
|
1644
1660
|
Scrollbar: import("../../_mixins").Theme<"Scrollbar", {
|
|
1661
|
+
height: string;
|
|
1662
|
+
width: string;
|
|
1663
|
+
borderRadius: string;
|
|
1645
1664
|
color: string;
|
|
1646
1665
|
colorHover: string;
|
|
1666
|
+
railInsetHorizontalBottom: string;
|
|
1667
|
+
railInsetHorizontalTop: string;
|
|
1668
|
+
railInsetVerticalRight: string;
|
|
1669
|
+
railInsetVerticalLeft: string;
|
|
1670
|
+
railColor: string;
|
|
1647
1671
|
}, any>;
|
|
1648
1672
|
Empty: import("../../_mixins").Theme<"Empty", {
|
|
1649
1673
|
iconSizeSmall: string;
|
|
@@ -2346,8 +2370,16 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2346
2370
|
loadingColor: string;
|
|
2347
2371
|
}, {
|
|
2348
2372
|
Scrollbar: import("../../_mixins").Theme<"Scrollbar", {
|
|
2373
|
+
height: string;
|
|
2374
|
+
width: string;
|
|
2375
|
+
borderRadius: string;
|
|
2349
2376
|
color: string;
|
|
2350
2377
|
colorHover: string;
|
|
2378
|
+
railInsetHorizontalBottom: string;
|
|
2379
|
+
railInsetHorizontalTop: string;
|
|
2380
|
+
railInsetVerticalRight: string;
|
|
2381
|
+
railInsetVerticalLeft: string;
|
|
2382
|
+
railColor: string;
|
|
2351
2383
|
}, any>;
|
|
2352
2384
|
Empty: import("../../_mixins").Theme<"Empty", {
|
|
2353
2385
|
iconSizeSmall: string;
|
|
@@ -3003,8 +3035,16 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3003
3035
|
loadingColor: string;
|
|
3004
3036
|
}, {
|
|
3005
3037
|
Scrollbar: import("../../_mixins").Theme<"Scrollbar", {
|
|
3038
|
+
height: string;
|
|
3039
|
+
width: string;
|
|
3040
|
+
borderRadius: string;
|
|
3006
3041
|
color: string;
|
|
3007
3042
|
colorHover: string;
|
|
3043
|
+
railInsetHorizontalBottom: string;
|
|
3044
|
+
railInsetHorizontalTop: string;
|
|
3045
|
+
railInsetVerticalRight: string;
|
|
3046
|
+
railInsetVerticalLeft: string;
|
|
3047
|
+
railColor: string;
|
|
3008
3048
|
}, any>;
|
|
3009
3049
|
Empty: import("../../_mixins").Theme<"Empty", {
|
|
3010
3050
|
iconSizeSmall: string;
|
|
@@ -3660,8 +3700,16 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3660
3700
|
loadingColor: string;
|
|
3661
3701
|
}, {
|
|
3662
3702
|
Scrollbar: import("../../_mixins").Theme<"Scrollbar", {
|
|
3703
|
+
height: string;
|
|
3704
|
+
width: string;
|
|
3705
|
+
borderRadius: string;
|
|
3663
3706
|
color: string;
|
|
3664
3707
|
colorHover: string;
|
|
3708
|
+
railInsetHorizontalBottom: string;
|
|
3709
|
+
railInsetHorizontalTop: string;
|
|
3710
|
+
railInsetVerticalRight: string;
|
|
3711
|
+
railInsetVerticalLeft: string;
|
|
3712
|
+
railColor: string;
|
|
3665
3713
|
}, any>;
|
|
3666
3714
|
Empty: import("../../_mixins").Theme<"Empty", {
|
|
3667
3715
|
iconSizeSmall: string;
|
|
@@ -4322,8 +4370,16 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4322
4370
|
loadingColor: string;
|
|
4323
4371
|
}, {
|
|
4324
4372
|
Scrollbar: import("../../_mixins").Theme<"Scrollbar", {
|
|
4373
|
+
height: string;
|
|
4374
|
+
width: string;
|
|
4375
|
+
borderRadius: string;
|
|
4325
4376
|
color: string;
|
|
4326
4377
|
colorHover: string;
|
|
4378
|
+
railInsetHorizontalBottom: string;
|
|
4379
|
+
railInsetHorizontalTop: string;
|
|
4380
|
+
railInsetVerticalRight: string;
|
|
4381
|
+
railInsetVerticalLeft: string;
|
|
4382
|
+
railColor: string;
|
|
4327
4383
|
}, any>;
|
|
4328
4384
|
Empty: import("../../_mixins").Theme<"Empty", {
|
|
4329
4385
|
iconSizeSmall: string;
|
|
@@ -4870,8 +4926,16 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4870
4926
|
loadingColor: string;
|
|
4871
4927
|
}, {
|
|
4872
4928
|
Scrollbar: import("../../_mixins").Theme<"Scrollbar", {
|
|
4929
|
+
height: string;
|
|
4930
|
+
width: string;
|
|
4931
|
+
borderRadius: string;
|
|
4873
4932
|
color: string;
|
|
4874
4933
|
colorHover: string;
|
|
4934
|
+
railInsetHorizontalBottom: string;
|
|
4935
|
+
railInsetHorizontalTop: string;
|
|
4936
|
+
railInsetVerticalRight: string;
|
|
4937
|
+
railInsetVerticalLeft: string;
|
|
4938
|
+
railColor: string;
|
|
4875
4939
|
}, any>;
|
|
4876
4940
|
Empty: import("../../_mixins").Theme<"Empty", {
|
|
4877
4941
|
iconSizeSmall: string;
|
|
@@ -5208,8 +5272,16 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
5208
5272
|
loadingColor: string;
|
|
5209
5273
|
}, {
|
|
5210
5274
|
Scrollbar: import("../../_mixins").Theme<"Scrollbar", {
|
|
5275
|
+
height: string;
|
|
5276
|
+
width: string;
|
|
5277
|
+
borderRadius: string;
|
|
5211
5278
|
color: string;
|
|
5212
5279
|
colorHover: string;
|
|
5280
|
+
railInsetHorizontalBottom: string;
|
|
5281
|
+
railInsetHorizontalTop: string;
|
|
5282
|
+
railInsetVerticalRight: string;
|
|
5283
|
+
railInsetVerticalLeft: string;
|
|
5284
|
+
railColor: string;
|
|
5213
5285
|
}, any>;
|
|
5214
5286
|
Empty: import("../../_mixins").Theme<"Empty", {
|
|
5215
5287
|
iconSizeSmall: string;
|
|
@@ -5756,8 +5828,16 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
5756
5828
|
loadingColor: string;
|
|
5757
5829
|
}, {
|
|
5758
5830
|
Scrollbar: import("../../_mixins").Theme<"Scrollbar", {
|
|
5831
|
+
height: string;
|
|
5832
|
+
width: string;
|
|
5833
|
+
borderRadius: string;
|
|
5759
5834
|
color: string;
|
|
5760
5835
|
colorHover: string;
|
|
5836
|
+
railInsetHorizontalBottom: string;
|
|
5837
|
+
railInsetHorizontalTop: string;
|
|
5838
|
+
railInsetVerticalRight: string;
|
|
5839
|
+
railInsetVerticalLeft: string;
|
|
5840
|
+
railColor: string;
|
|
5761
5841
|
}, any>;
|
|
5762
5842
|
Empty: import("../../_mixins").Theme<"Empty", {
|
|
5763
5843
|
iconSizeSmall: string;
|
|
@@ -6162,8 +6242,16 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
6162
6242
|
loadingColor: string;
|
|
6163
6243
|
}, {
|
|
6164
6244
|
Scrollbar: import("../../_mixins").Theme<"Scrollbar", {
|
|
6245
|
+
height: string;
|
|
6246
|
+
width: string;
|
|
6247
|
+
borderRadius: string;
|
|
6165
6248
|
color: string;
|
|
6166
6249
|
colorHover: string;
|
|
6250
|
+
railInsetHorizontalBottom: string;
|
|
6251
|
+
railInsetHorizontalTop: string;
|
|
6252
|
+
railInsetVerticalRight: string;
|
|
6253
|
+
railInsetVerticalLeft: string;
|
|
6254
|
+
railColor: string;
|
|
6167
6255
|
}, any>;
|
|
6168
6256
|
Empty: import("../../_mixins").Theme<"Empty", {
|
|
6169
6257
|
iconSizeSmall: string;
|
|
@@ -6819,8 +6907,16 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
6819
6907
|
loadingColor: string;
|
|
6820
6908
|
}, {
|
|
6821
6909
|
Scrollbar: import("../../_mixins").Theme<"Scrollbar", {
|
|
6910
|
+
height: string;
|
|
6911
|
+
width: string;
|
|
6912
|
+
borderRadius: string;
|
|
6822
6913
|
color: string;
|
|
6823
6914
|
colorHover: string;
|
|
6915
|
+
railInsetHorizontalBottom: string;
|
|
6916
|
+
railInsetHorizontalTop: string;
|
|
6917
|
+
railInsetVerticalRight: string;
|
|
6918
|
+
railInsetVerticalLeft: string;
|
|
6919
|
+
railColor: string;
|
|
6824
6920
|
}, any>;
|
|
6825
6921
|
Empty: import("../../_mixins").Theme<"Empty", {
|
|
6826
6922
|
iconSizeSmall: string;
|
|
@@ -7476,8 +7572,16 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
7476
7572
|
loadingColor: string;
|
|
7477
7573
|
}, {
|
|
7478
7574
|
Scrollbar: import("../../_mixins").Theme<"Scrollbar", {
|
|
7575
|
+
height: string;
|
|
7576
|
+
width: string;
|
|
7577
|
+
borderRadius: string;
|
|
7479
7578
|
color: string;
|
|
7480
7579
|
colorHover: string;
|
|
7580
|
+
railInsetHorizontalBottom: string;
|
|
7581
|
+
railInsetHorizontalTop: string;
|
|
7582
|
+
railInsetVerticalRight: string;
|
|
7583
|
+
railInsetVerticalLeft: string;
|
|
7584
|
+
railColor: string;
|
|
7481
7585
|
}, any>;
|
|
7482
7586
|
Empty: import("../../_mixins").Theme<"Empty", {
|
|
7483
7587
|
iconSizeSmall: string;
|