@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
|
@@ -110,8 +110,16 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
110
110
|
labelPadding: string;
|
|
111
111
|
}, any>;
|
|
112
112
|
Scrollbar: import("../../_mixins").Theme<"Scrollbar", {
|
|
113
|
+
height: string;
|
|
114
|
+
width: string;
|
|
115
|
+
borderRadius: string;
|
|
113
116
|
color: string;
|
|
114
117
|
colorHover: string;
|
|
118
|
+
railInsetHorizontalBottom: string;
|
|
119
|
+
railInsetHorizontalTop: string;
|
|
120
|
+
railInsetVerticalRight: string;
|
|
121
|
+
railInsetVerticalLeft: string;
|
|
122
|
+
railColor: string;
|
|
115
123
|
}, any>;
|
|
116
124
|
Input: import("../../_mixins").Theme<"Input", {
|
|
117
125
|
paddingTiny: string;
|
|
@@ -460,7 +468,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
460
468
|
vlInstRef: import("vue").Ref<{
|
|
461
469
|
listElRef: HTMLElement;
|
|
462
470
|
itemsElRef: HTMLElement | null;
|
|
463
|
-
scrollTo: import("vueuc
|
|
471
|
+
scrollTo: import("vueuc").VVirtualListScrollTo;
|
|
464
472
|
} | null>;
|
|
465
473
|
syncVLScroller: () => void;
|
|
466
474
|
scrollContainer: () => HTMLElement | null;
|
|
@@ -97,8 +97,16 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
97
97
|
labelPadding: string;
|
|
98
98
|
}, any>;
|
|
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
|
Input: import("../../_mixins").Theme<"Input", {
|
|
104
112
|
paddingTiny: string;
|
|
@@ -101,8 +101,16 @@ declare const transferLight: import("../../_mixins").Theme<"Transfer", {
|
|
|
101
101
|
labelPadding: string;
|
|
102
102
|
}, any>;
|
|
103
103
|
Scrollbar: import("../../_mixins").Theme<"Scrollbar", {
|
|
104
|
+
height: string;
|
|
105
|
+
width: string;
|
|
106
|
+
borderRadius: string;
|
|
104
107
|
color: string;
|
|
105
108
|
colorHover: string;
|
|
109
|
+
railInsetHorizontalBottom: string;
|
|
110
|
+
railInsetHorizontalTop: string;
|
|
111
|
+
railInsetVerticalRight: string;
|
|
112
|
+
railInsetVerticalLeft: string;
|
|
113
|
+
railColor: string;
|
|
106
114
|
}, any>;
|
|
107
115
|
Input: import("../../_mixins").Theme<"Input", {
|
|
108
116
|
paddingTiny: string;
|
package/lib/log/src/Log.d.ts
CHANGED
|
@@ -57,8 +57,16 @@ export declare const logProps: {
|
|
|
57
57
|
loadingColor: string;
|
|
58
58
|
}, {
|
|
59
59
|
Scrollbar: import("../../_mixins").Theme<"Scrollbar", {
|
|
60
|
+
height: string;
|
|
61
|
+
width: string;
|
|
62
|
+
borderRadius: string;
|
|
60
63
|
color: string;
|
|
61
64
|
colorHover: string;
|
|
65
|
+
railInsetHorizontalBottom: string;
|
|
66
|
+
railInsetHorizontalTop: string;
|
|
67
|
+
railInsetVerticalRight: string;
|
|
68
|
+
railInsetVerticalLeft: string;
|
|
69
|
+
railColor: string;
|
|
62
70
|
}, any>;
|
|
63
71
|
Code: import("../../_mixins").Theme<"Code", {
|
|
64
72
|
textColor: string;
|
|
@@ -84,8 +92,16 @@ export declare const logProps: {
|
|
|
84
92
|
loadingColor: string;
|
|
85
93
|
}, {
|
|
86
94
|
Scrollbar: import("../../_mixins").Theme<"Scrollbar", {
|
|
95
|
+
height: string;
|
|
96
|
+
width: string;
|
|
97
|
+
borderRadius: string;
|
|
87
98
|
color: string;
|
|
88
99
|
colorHover: string;
|
|
100
|
+
railInsetHorizontalBottom: string;
|
|
101
|
+
railInsetHorizontalTop: string;
|
|
102
|
+
railInsetVerticalRight: string;
|
|
103
|
+
railInsetVerticalLeft: string;
|
|
104
|
+
railColor: string;
|
|
89
105
|
}, any>;
|
|
90
106
|
Code: import("../../_mixins").Theme<"Code", {
|
|
91
107
|
textColor: string;
|
|
@@ -111,8 +127,16 @@ export declare const logProps: {
|
|
|
111
127
|
loadingColor: string;
|
|
112
128
|
}, {
|
|
113
129
|
Scrollbar: import("../../_mixins").Theme<"Scrollbar", {
|
|
130
|
+
height: string;
|
|
131
|
+
width: string;
|
|
132
|
+
borderRadius: string;
|
|
114
133
|
color: string;
|
|
115
134
|
colorHover: string;
|
|
135
|
+
railInsetHorizontalBottom: string;
|
|
136
|
+
railInsetHorizontalTop: string;
|
|
137
|
+
railInsetVerticalRight: string;
|
|
138
|
+
railInsetVerticalLeft: string;
|
|
139
|
+
railColor: string;
|
|
116
140
|
}, any>;
|
|
117
141
|
Code: import("../../_mixins").Theme<"Code", {
|
|
118
142
|
textColor: string;
|
|
@@ -173,8 +197,16 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
173
197
|
loadingColor: string;
|
|
174
198
|
}, {
|
|
175
199
|
Scrollbar: import("../../_mixins").Theme<"Scrollbar", {
|
|
200
|
+
height: string;
|
|
201
|
+
width: string;
|
|
202
|
+
borderRadius: string;
|
|
176
203
|
color: string;
|
|
177
204
|
colorHover: string;
|
|
205
|
+
railInsetHorizontalBottom: string;
|
|
206
|
+
railInsetHorizontalTop: string;
|
|
207
|
+
railInsetVerticalRight: string;
|
|
208
|
+
railInsetVerticalLeft: string;
|
|
209
|
+
railColor: string;
|
|
178
210
|
}, any>;
|
|
179
211
|
Code: import("../../_mixins").Theme<"Code", {
|
|
180
212
|
textColor: string;
|
|
@@ -200,8 +232,16 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
200
232
|
loadingColor: string;
|
|
201
233
|
}, {
|
|
202
234
|
Scrollbar: import("../../_mixins").Theme<"Scrollbar", {
|
|
235
|
+
height: string;
|
|
236
|
+
width: string;
|
|
237
|
+
borderRadius: string;
|
|
203
238
|
color: string;
|
|
204
239
|
colorHover: string;
|
|
240
|
+
railInsetHorizontalBottom: string;
|
|
241
|
+
railInsetHorizontalTop: string;
|
|
242
|
+
railInsetVerticalRight: string;
|
|
243
|
+
railInsetVerticalLeft: string;
|
|
244
|
+
railColor: string;
|
|
205
245
|
}, any>;
|
|
206
246
|
Code: import("../../_mixins").Theme<"Code", {
|
|
207
247
|
textColor: string;
|
|
@@ -227,8 +267,16 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
227
267
|
loadingColor: string;
|
|
228
268
|
}, {
|
|
229
269
|
Scrollbar: import("../../_mixins").Theme<"Scrollbar", {
|
|
270
|
+
height: string;
|
|
271
|
+
width: string;
|
|
272
|
+
borderRadius: string;
|
|
230
273
|
color: string;
|
|
231
274
|
colorHover: string;
|
|
275
|
+
railInsetHorizontalBottom: string;
|
|
276
|
+
railInsetHorizontalTop: string;
|
|
277
|
+
railInsetVerticalRight: string;
|
|
278
|
+
railInsetVerticalLeft: string;
|
|
279
|
+
railColor: string;
|
|
232
280
|
}, any>;
|
|
233
281
|
Code: import("../../_mixins").Theme<"Code", {
|
|
234
282
|
textColor: string;
|
|
@@ -271,8 +319,16 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
271
319
|
};
|
|
272
320
|
peers: {
|
|
273
321
|
Scrollbar: import("../../_mixins").Theme<"Scrollbar", {
|
|
322
|
+
height: string;
|
|
323
|
+
width: string;
|
|
324
|
+
borderRadius: string;
|
|
274
325
|
color: string;
|
|
275
326
|
colorHover: string;
|
|
327
|
+
railInsetHorizontalBottom: string;
|
|
328
|
+
railInsetHorizontalTop: string;
|
|
329
|
+
railInsetVerticalRight: string;
|
|
330
|
+
railInsetVerticalLeft: string;
|
|
331
|
+
railColor: string;
|
|
276
332
|
}, any>;
|
|
277
333
|
Code: import("../../_mixins").Theme<"Code", {
|
|
278
334
|
textColor: string;
|
|
@@ -367,8 +423,16 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
367
423
|
loadingColor: string;
|
|
368
424
|
}, {
|
|
369
425
|
Scrollbar: import("../../_mixins").Theme<"Scrollbar", {
|
|
426
|
+
height: string;
|
|
427
|
+
width: string;
|
|
428
|
+
borderRadius: string;
|
|
370
429
|
color: string;
|
|
371
430
|
colorHover: string;
|
|
431
|
+
railInsetHorizontalBottom: string;
|
|
432
|
+
railInsetHorizontalTop: string;
|
|
433
|
+
railInsetVerticalRight: string;
|
|
434
|
+
railInsetVerticalLeft: string;
|
|
435
|
+
railColor: string;
|
|
372
436
|
}, any>;
|
|
373
437
|
Code: import("../../_mixins").Theme<"Code", {
|
|
374
438
|
textColor: string;
|
|
@@ -394,8 +458,16 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
394
458
|
loadingColor: string;
|
|
395
459
|
}, {
|
|
396
460
|
Scrollbar: import("../../_mixins").Theme<"Scrollbar", {
|
|
461
|
+
height: string;
|
|
462
|
+
width: string;
|
|
463
|
+
borderRadius: string;
|
|
397
464
|
color: string;
|
|
398
465
|
colorHover: string;
|
|
466
|
+
railInsetHorizontalBottom: string;
|
|
467
|
+
railInsetHorizontalTop: string;
|
|
468
|
+
railInsetVerticalRight: string;
|
|
469
|
+
railInsetVerticalLeft: string;
|
|
470
|
+
railColor: string;
|
|
399
471
|
}, any>;
|
|
400
472
|
Code: import("../../_mixins").Theme<"Code", {
|
|
401
473
|
textColor: string;
|
|
@@ -421,8 +493,16 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
421
493
|
loadingColor: string;
|
|
422
494
|
}, {
|
|
423
495
|
Scrollbar: import("../../_mixins").Theme<"Scrollbar", {
|
|
496
|
+
height: string;
|
|
497
|
+
width: string;
|
|
498
|
+
borderRadius: string;
|
|
424
499
|
color: string;
|
|
425
500
|
colorHover: string;
|
|
501
|
+
railInsetHorizontalBottom: string;
|
|
502
|
+
railInsetHorizontalTop: string;
|
|
503
|
+
railInsetVerticalRight: string;
|
|
504
|
+
railInsetVerticalLeft: string;
|
|
505
|
+
railColor: string;
|
|
426
506
|
}, any>;
|
|
427
507
|
Code: import("../../_mixins").Theme<"Code", {
|
|
428
508
|
textColor: string;
|
|
@@ -15,8 +15,16 @@ declare const logLight: import("../../_mixins").Theme<"Log", {
|
|
|
15
15
|
loadingColor: string;
|
|
16
16
|
}, {
|
|
17
17
|
Scrollbar: import("../../_mixins").Theme<"Scrollbar", {
|
|
18
|
+
height: string;
|
|
19
|
+
width: string;
|
|
20
|
+
borderRadius: string;
|
|
18
21
|
color: string;
|
|
19
22
|
colorHover: string;
|
|
23
|
+
railInsetHorizontalBottom: string;
|
|
24
|
+
railInsetHorizontalTop: string;
|
|
25
|
+
railInsetVerticalRight: string;
|
|
26
|
+
railInsetVerticalLeft: string;
|
|
27
|
+
railColor: string;
|
|
20
28
|
}, any>;
|
|
21
29
|
Code: import("../../_mixins").Theme<"Code", {
|
|
22
30
|
textColor: string;
|
|
@@ -101,8 +101,16 @@ export declare const mentionProps: {
|
|
|
101
101
|
loadingColor: string;
|
|
102
102
|
}, {
|
|
103
103
|
Scrollbar: import("../../_mixins").Theme<"Scrollbar", {
|
|
104
|
+
height: string;
|
|
105
|
+
width: string;
|
|
106
|
+
borderRadius: string;
|
|
104
107
|
color: string;
|
|
105
108
|
colorHover: string;
|
|
109
|
+
railInsetHorizontalBottom: string;
|
|
110
|
+
railInsetHorizontalTop: string;
|
|
111
|
+
railInsetVerticalRight: string;
|
|
112
|
+
railInsetVerticalLeft: string;
|
|
113
|
+
railColor: string;
|
|
106
114
|
}, any>;
|
|
107
115
|
Empty: import("../../_mixins").Theme<"Empty", {
|
|
108
116
|
iconSizeSmall: string;
|
|
@@ -226,8 +234,16 @@ export declare const mentionProps: {
|
|
|
226
234
|
loadingColor: string;
|
|
227
235
|
}, {
|
|
228
236
|
Scrollbar: import("../../_mixins").Theme<"Scrollbar", {
|
|
237
|
+
height: string;
|
|
238
|
+
width: string;
|
|
239
|
+
borderRadius: string;
|
|
229
240
|
color: string;
|
|
230
241
|
colorHover: string;
|
|
242
|
+
railInsetHorizontalBottom: string;
|
|
243
|
+
railInsetHorizontalTop: string;
|
|
244
|
+
railInsetVerticalRight: string;
|
|
245
|
+
railInsetVerticalLeft: string;
|
|
246
|
+
railColor: string;
|
|
231
247
|
}, any>;
|
|
232
248
|
Empty: import("../../_mixins").Theme<"Empty", {
|
|
233
249
|
iconSizeSmall: string;
|
|
@@ -351,8 +367,16 @@ export declare const mentionProps: {
|
|
|
351
367
|
loadingColor: string;
|
|
352
368
|
}, {
|
|
353
369
|
Scrollbar: import("../../_mixins").Theme<"Scrollbar", {
|
|
370
|
+
height: string;
|
|
371
|
+
width: string;
|
|
372
|
+
borderRadius: string;
|
|
354
373
|
color: string;
|
|
355
374
|
colorHover: string;
|
|
375
|
+
railInsetHorizontalBottom: string;
|
|
376
|
+
railInsetHorizontalTop: string;
|
|
377
|
+
railInsetVerticalRight: string;
|
|
378
|
+
railInsetVerticalLeft: string;
|
|
379
|
+
railColor: string;
|
|
356
380
|
}, any>;
|
|
357
381
|
Empty: import("../../_mixins").Theme<"Empty", {
|
|
358
382
|
iconSizeSmall: string;
|
|
@@ -535,8 +559,16 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
535
559
|
loadingColor: string;
|
|
536
560
|
}, {
|
|
537
561
|
Scrollbar: import("../../_mixins").Theme<"Scrollbar", {
|
|
562
|
+
height: string;
|
|
563
|
+
width: string;
|
|
564
|
+
borderRadius: string;
|
|
538
565
|
color: string;
|
|
539
566
|
colorHover: string;
|
|
567
|
+
railInsetHorizontalBottom: string;
|
|
568
|
+
railInsetHorizontalTop: string;
|
|
569
|
+
railInsetVerticalRight: string;
|
|
570
|
+
railInsetVerticalLeft: string;
|
|
571
|
+
railColor: string;
|
|
540
572
|
}, any>;
|
|
541
573
|
Empty: import("../../_mixins").Theme<"Empty", {
|
|
542
574
|
iconSizeSmall: string;
|
|
@@ -660,8 +692,16 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
660
692
|
loadingColor: string;
|
|
661
693
|
}, {
|
|
662
694
|
Scrollbar: import("../../_mixins").Theme<"Scrollbar", {
|
|
695
|
+
height: string;
|
|
696
|
+
width: string;
|
|
697
|
+
borderRadius: string;
|
|
663
698
|
color: string;
|
|
664
699
|
colorHover: string;
|
|
700
|
+
railInsetHorizontalBottom: string;
|
|
701
|
+
railInsetHorizontalTop: string;
|
|
702
|
+
railInsetVerticalRight: string;
|
|
703
|
+
railInsetVerticalLeft: string;
|
|
704
|
+
railColor: string;
|
|
665
705
|
}, any>;
|
|
666
706
|
Empty: import("../../_mixins").Theme<"Empty", {
|
|
667
707
|
iconSizeSmall: string;
|
|
@@ -785,8 +825,16 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
785
825
|
loadingColor: string;
|
|
786
826
|
}, {
|
|
787
827
|
Scrollbar: import("../../_mixins").Theme<"Scrollbar", {
|
|
828
|
+
height: string;
|
|
829
|
+
width: string;
|
|
830
|
+
borderRadius: string;
|
|
788
831
|
color: string;
|
|
789
832
|
colorHover: string;
|
|
833
|
+
railInsetHorizontalBottom: string;
|
|
834
|
+
railInsetHorizontalTop: string;
|
|
835
|
+
railInsetVerticalRight: string;
|
|
836
|
+
railInsetVerticalLeft: string;
|
|
837
|
+
railColor: string;
|
|
790
838
|
}, any>;
|
|
791
839
|
Empty: import("../../_mixins").Theme<"Empty", {
|
|
792
840
|
iconSizeSmall: string;
|
|
@@ -919,8 +967,16 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
919
967
|
loadingColor: string;
|
|
920
968
|
}, {
|
|
921
969
|
Scrollbar: import("../../_mixins").Theme<"Scrollbar", {
|
|
970
|
+
height: string;
|
|
971
|
+
width: string;
|
|
972
|
+
borderRadius: string;
|
|
922
973
|
color: string;
|
|
923
974
|
colorHover: string;
|
|
975
|
+
railInsetHorizontalBottom: string;
|
|
976
|
+
railInsetHorizontalTop: string;
|
|
977
|
+
railInsetVerticalRight: string;
|
|
978
|
+
railInsetVerticalLeft: string;
|
|
979
|
+
railColor: string;
|
|
924
980
|
}, any>;
|
|
925
981
|
Empty: import("../../_mixins").Theme<"Empty", {
|
|
926
982
|
iconSizeSmall: string;
|
|
@@ -1011,8 +1067,16 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1011
1067
|
InternalSelectMenu?: {
|
|
1012
1068
|
peers?: {
|
|
1013
1069
|
Scrollbar?: import("../../_mixins/use-theme").ExtractThemeOverrides<import("../../_mixins").Theme<"Scrollbar", {
|
|
1070
|
+
height: string;
|
|
1071
|
+
width: string;
|
|
1072
|
+
borderRadius: string;
|
|
1014
1073
|
color: string;
|
|
1015
1074
|
colorHover: string;
|
|
1075
|
+
railInsetHorizontalBottom: string;
|
|
1076
|
+
railInsetHorizontalTop: string;
|
|
1077
|
+
railInsetVerticalRight: string;
|
|
1078
|
+
railInsetVerticalLeft: string;
|
|
1079
|
+
railColor: string;
|
|
1016
1080
|
}, any>> | undefined;
|
|
1017
1081
|
Empty?: import("../../_mixins/use-theme").ExtractThemeOverrides<import("../../_mixins").Theme<"Empty", {
|
|
1018
1082
|
iconSizeSmall: string;
|
|
@@ -1176,8 +1240,16 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1176
1240
|
loadingColor: string;
|
|
1177
1241
|
}, {
|
|
1178
1242
|
Scrollbar: import("../../_mixins").Theme<"Scrollbar", {
|
|
1243
|
+
height: string;
|
|
1244
|
+
width: string;
|
|
1245
|
+
borderRadius: string;
|
|
1179
1246
|
color: string;
|
|
1180
1247
|
colorHover: string;
|
|
1248
|
+
railInsetHorizontalBottom: string;
|
|
1249
|
+
railInsetHorizontalTop: string;
|
|
1250
|
+
railInsetVerticalRight: string;
|
|
1251
|
+
railInsetVerticalLeft: string;
|
|
1252
|
+
railColor: string;
|
|
1181
1253
|
}, any>;
|
|
1182
1254
|
Empty: import("../../_mixins").Theme<"Empty", {
|
|
1183
1255
|
iconSizeSmall: string;
|
|
@@ -1301,8 +1373,16 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1301
1373
|
loadingColor: string;
|
|
1302
1374
|
}, {
|
|
1303
1375
|
Scrollbar: import("../../_mixins").Theme<"Scrollbar", {
|
|
1376
|
+
height: string;
|
|
1377
|
+
width: string;
|
|
1378
|
+
borderRadius: string;
|
|
1304
1379
|
color: string;
|
|
1305
1380
|
colorHover: string;
|
|
1381
|
+
railInsetHorizontalBottom: string;
|
|
1382
|
+
railInsetHorizontalTop: string;
|
|
1383
|
+
railInsetVerticalRight: string;
|
|
1384
|
+
railInsetVerticalLeft: string;
|
|
1385
|
+
railColor: string;
|
|
1306
1386
|
}, any>;
|
|
1307
1387
|
Empty: import("../../_mixins").Theme<"Empty", {
|
|
1308
1388
|
iconSizeSmall: string;
|
|
@@ -1426,8 +1506,16 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1426
1506
|
loadingColor: string;
|
|
1427
1507
|
}, {
|
|
1428
1508
|
Scrollbar: import("../../_mixins").Theme<"Scrollbar", {
|
|
1509
|
+
height: string;
|
|
1510
|
+
width: string;
|
|
1511
|
+
borderRadius: string;
|
|
1429
1512
|
color: string;
|
|
1430
1513
|
colorHover: string;
|
|
1514
|
+
railInsetHorizontalBottom: string;
|
|
1515
|
+
railInsetHorizontalTop: string;
|
|
1516
|
+
railInsetVerticalRight: string;
|
|
1517
|
+
railInsetVerticalLeft: string;
|
|
1518
|
+
railColor: string;
|
|
1431
1519
|
}, any>;
|
|
1432
1520
|
Empty: import("../../_mixins").Theme<"Empty", {
|
|
1433
1521
|
iconSizeSmall: string;
|
|
@@ -39,8 +39,16 @@ declare const mentionLight: import("../../_mixins").Theme<"Mention", {
|
|
|
39
39
|
loadingColor: string;
|
|
40
40
|
}, {
|
|
41
41
|
Scrollbar: import("../../_mixins").Theme<"Scrollbar", {
|
|
42
|
+
height: string;
|
|
43
|
+
width: string;
|
|
44
|
+
borderRadius: string;
|
|
42
45
|
color: string;
|
|
43
46
|
colorHover: string;
|
|
47
|
+
railInsetHorizontalBottom: string;
|
|
48
|
+
railInsetHorizontalTop: string;
|
|
49
|
+
railInsetVerticalRight: string;
|
|
50
|
+
railInsetVerticalLeft: string;
|
|
51
|
+
railColor: string;
|
|
44
52
|
}, any>;
|
|
45
53
|
Empty: import("../../_mixins").Theme<"Empty", {
|
|
46
54
|
iconSizeSmall: string;
|
package/lib/menu/src/Menu.d.ts
CHANGED
|
@@ -2174,13 +2174,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2174
2174
|
readonly iconSize: number;
|
|
2175
2175
|
readonly show: boolean;
|
|
2176
2176
|
readonly labelField: string;
|
|
2177
|
-
readonly keyField: string;
|
|
2178
2177
|
readonly defaultValue: Key | null;
|
|
2179
2178
|
readonly options: MenuMixedOption[];
|
|
2180
2179
|
readonly childrenField: string;
|
|
2181
2180
|
readonly defaultExpandAll: boolean;
|
|
2182
2181
|
readonly indent: number;
|
|
2183
2182
|
readonly inverted: boolean;
|
|
2183
|
+
readonly keyField: string;
|
|
2184
2184
|
readonly collapsed: boolean | undefined;
|
|
2185
2185
|
readonly disabledField: string;
|
|
2186
2186
|
readonly accordion: boolean;
|
|
@@ -84,8 +84,16 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
84
84
|
};
|
|
85
85
|
peers: {
|
|
86
86
|
Scrollbar: import("../../_mixins").Theme<"Scrollbar", {
|
|
87
|
+
height: string;
|
|
88
|
+
width: string;
|
|
89
|
+
borderRadius: string;
|
|
87
90
|
color: string;
|
|
88
91
|
colorHover: string;
|
|
92
|
+
railInsetHorizontalBottom: string;
|
|
93
|
+
railInsetHorizontalTop: string;
|
|
94
|
+
railInsetVerticalRight: string;
|
|
95
|
+
railInsetVerticalLeft: string;
|
|
96
|
+
railColor: string;
|
|
89
97
|
}, any>;
|
|
90
98
|
Dialog: import("../../_mixins").Theme<"Dialog", {
|
|
91
99
|
border: string;
|
|
@@ -723,9 +731,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
723
731
|
showIcon: boolean;
|
|
724
732
|
size: "small" | "medium" | "large";
|
|
725
733
|
closable: boolean;
|
|
726
|
-
autoFocus: boolean;
|
|
727
734
|
presetDisabled: boolean;
|
|
728
735
|
trapFocus: boolean;
|
|
736
|
+
autoFocus: boolean;
|
|
729
737
|
blockScroll: boolean;
|
|
730
738
|
}, {}>;
|
|
731
739
|
export default _default;
|
package/lib/modal/src/Modal.d.ts
CHANGED
|
@@ -94,8 +94,16 @@ export declare const modalProps: {
|
|
|
94
94
|
sizeExtra: string;
|
|
95
95
|
}, {
|
|
96
96
|
Scrollbar: import("../../_mixins").Theme<"Scrollbar", {
|
|
97
|
+
height: string;
|
|
98
|
+
width: string;
|
|
99
|
+
borderRadius: string;
|
|
97
100
|
color: string;
|
|
98
101
|
colorHover: string;
|
|
102
|
+
railInsetHorizontalBottom: string;
|
|
103
|
+
railInsetHorizontalTop: string;
|
|
104
|
+
railInsetVerticalRight: string;
|
|
105
|
+
railInsetVerticalLeft: string;
|
|
106
|
+
railColor: string;
|
|
99
107
|
}, any>;
|
|
100
108
|
Dialog: import("../../_mixins").Theme<"Dialog", {
|
|
101
109
|
border: string;
|
|
@@ -403,8 +411,16 @@ export declare const modalProps: {
|
|
|
403
411
|
sizeExtra: 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
|
Dialog: import("../../_mixins").Theme<"Dialog", {
|
|
410
426
|
border: string;
|
|
@@ -712,8 +728,16 @@ export declare const modalProps: {
|
|
|
712
728
|
sizeExtra: string;
|
|
713
729
|
}, {
|
|
714
730
|
Scrollbar: import("../../_mixins").Theme<"Scrollbar", {
|
|
731
|
+
height: string;
|
|
732
|
+
width: string;
|
|
733
|
+
borderRadius: string;
|
|
715
734
|
color: string;
|
|
716
735
|
colorHover: string;
|
|
736
|
+
railInsetHorizontalBottom: string;
|
|
737
|
+
railInsetHorizontalTop: string;
|
|
738
|
+
railInsetVerticalRight: string;
|
|
739
|
+
railInsetVerticalLeft: string;
|
|
740
|
+
railColor: string;
|
|
717
741
|
}, any>;
|
|
718
742
|
Dialog: import("../../_mixins").Theme<"Dialog", {
|
|
719
743
|
border: string;
|
|
@@ -1107,8 +1131,16 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1107
1131
|
sizeExtra: string;
|
|
1108
1132
|
}, {
|
|
1109
1133
|
Scrollbar: import("../../_mixins").Theme<"Scrollbar", {
|
|
1134
|
+
height: string;
|
|
1135
|
+
width: string;
|
|
1136
|
+
borderRadius: string;
|
|
1110
1137
|
color: string;
|
|
1111
1138
|
colorHover: string;
|
|
1139
|
+
railInsetHorizontalBottom: string;
|
|
1140
|
+
railInsetHorizontalTop: string;
|
|
1141
|
+
railInsetVerticalRight: string;
|
|
1142
|
+
railInsetVerticalLeft: string;
|
|
1143
|
+
railColor: string;
|
|
1112
1144
|
}, any>;
|
|
1113
1145
|
Dialog: import("../../_mixins").Theme<"Dialog", {
|
|
1114
1146
|
border: string;
|
|
@@ -1416,8 +1448,16 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1416
1448
|
sizeExtra: string;
|
|
1417
1449
|
}, {
|
|
1418
1450
|
Scrollbar: import("../../_mixins").Theme<"Scrollbar", {
|
|
1451
|
+
height: string;
|
|
1452
|
+
width: string;
|
|
1453
|
+
borderRadius: string;
|
|
1419
1454
|
color: string;
|
|
1420
1455
|
colorHover: string;
|
|
1456
|
+
railInsetHorizontalBottom: string;
|
|
1457
|
+
railInsetHorizontalTop: string;
|
|
1458
|
+
railInsetVerticalRight: string;
|
|
1459
|
+
railInsetVerticalLeft: string;
|
|
1460
|
+
railColor: string;
|
|
1421
1461
|
}, any>;
|
|
1422
1462
|
Dialog: import("../../_mixins").Theme<"Dialog", {
|
|
1423
1463
|
border: string;
|
|
@@ -1725,8 +1765,16 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1725
1765
|
sizeExtra: string;
|
|
1726
1766
|
}, {
|
|
1727
1767
|
Scrollbar: import("../../_mixins").Theme<"Scrollbar", {
|
|
1768
|
+
height: string;
|
|
1769
|
+
width: string;
|
|
1770
|
+
borderRadius: string;
|
|
1728
1771
|
color: string;
|
|
1729
1772
|
colorHover: string;
|
|
1773
|
+
railInsetHorizontalBottom: string;
|
|
1774
|
+
railInsetHorizontalTop: string;
|
|
1775
|
+
railInsetVerticalRight: string;
|
|
1776
|
+
railInsetVerticalLeft: string;
|
|
1777
|
+
railColor: string;
|
|
1730
1778
|
}, any>;
|
|
1731
1779
|
Dialog: import("../../_mixins").Theme<"Dialog", {
|
|
1732
1780
|
border: string;
|
|
@@ -2141,8 +2189,16 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2141
2189
|
sizeExtra: string;
|
|
2142
2190
|
}, {
|
|
2143
2191
|
Scrollbar: import("../../_mixins").Theme<"Scrollbar", {
|
|
2192
|
+
height: string;
|
|
2193
|
+
width: string;
|
|
2194
|
+
borderRadius: string;
|
|
2144
2195
|
color: string;
|
|
2145
2196
|
colorHover: string;
|
|
2197
|
+
railInsetHorizontalBottom: string;
|
|
2198
|
+
railInsetHorizontalTop: string;
|
|
2199
|
+
railInsetVerticalRight: string;
|
|
2200
|
+
railInsetVerticalLeft: string;
|
|
2201
|
+
railColor: string;
|
|
2146
2202
|
}, any>;
|
|
2147
2203
|
Dialog: import("../../_mixins").Theme<"Dialog", {
|
|
2148
2204
|
border: string;
|
|
@@ -2450,8 +2506,16 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2450
2506
|
sizeExtra: string;
|
|
2451
2507
|
}, {
|
|
2452
2508
|
Scrollbar: import("../../_mixins").Theme<"Scrollbar", {
|
|
2509
|
+
height: string;
|
|
2510
|
+
width: string;
|
|
2511
|
+
borderRadius: string;
|
|
2453
2512
|
color: string;
|
|
2454
2513
|
colorHover: string;
|
|
2514
|
+
railInsetHorizontalBottom: string;
|
|
2515
|
+
railInsetHorizontalTop: string;
|
|
2516
|
+
railInsetVerticalRight: string;
|
|
2517
|
+
railInsetVerticalLeft: string;
|
|
2518
|
+
railColor: string;
|
|
2455
2519
|
}, any>;
|
|
2456
2520
|
Dialog: import("../../_mixins").Theme<"Dialog", {
|
|
2457
2521
|
border: string;
|
|
@@ -2759,8 +2823,16 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2759
2823
|
sizeExtra: string;
|
|
2760
2824
|
}, {
|
|
2761
2825
|
Scrollbar: import("../../_mixins").Theme<"Scrollbar", {
|
|
2826
|
+
height: string;
|
|
2827
|
+
width: string;
|
|
2828
|
+
borderRadius: string;
|
|
2762
2829
|
color: string;
|
|
2763
2830
|
colorHover: string;
|
|
2831
|
+
railInsetHorizontalBottom: string;
|
|
2832
|
+
railInsetHorizontalTop: string;
|
|
2833
|
+
railInsetVerticalRight: string;
|
|
2834
|
+
railInsetVerticalLeft: string;
|
|
2835
|
+
railColor: string;
|
|
2764
2836
|
}, any>;
|
|
2765
2837
|
Dialog: import("../../_mixins").Theme<"Dialog", {
|
|
2766
2838
|
border: string;
|
|
@@ -3068,9 +3140,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3068
3140
|
transformOrigin: "center" | "mouse";
|
|
3069
3141
|
show: boolean;
|
|
3070
3142
|
displayDirective: "show" | "if";
|
|
3071
|
-
autoFocus: boolean;
|
|
3072
3143
|
presetDisabled: boolean;
|
|
3073
3144
|
trapFocus: boolean;
|
|
3145
|
+
autoFocus: boolean;
|
|
3074
3146
|
blockScroll: boolean;
|
|
3075
3147
|
internalDialog: boolean;
|
|
3076
3148
|
internalAppear: boolean | undefined;
|
|
@@ -19,8 +19,16 @@ declare const modalLight: import("../../_mixins").Theme<"Modal", {
|
|
|
19
19
|
sizeExtra: string;
|
|
20
20
|
}, {
|
|
21
21
|
Scrollbar: 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
|
Dialog: import("../../_mixins").Theme<"Dialog", {
|
|
26
34
|
border: string;
|