@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
|
@@ -293,8 +293,16 @@ export declare const paginationProps: {
|
|
|
293
293
|
loadingColor: string;
|
|
294
294
|
}, {
|
|
295
295
|
Scrollbar: import("../../_mixins").Theme<"Scrollbar", {
|
|
296
|
+
height: string;
|
|
297
|
+
width: string;
|
|
298
|
+
borderRadius: string;
|
|
296
299
|
color: string;
|
|
297
300
|
colorHover: string;
|
|
301
|
+
railInsetHorizontalBottom: string;
|
|
302
|
+
railInsetHorizontalTop: string;
|
|
303
|
+
railInsetVerticalRight: string;
|
|
304
|
+
railInsetVerticalLeft: string;
|
|
305
|
+
railColor: string;
|
|
298
306
|
}, any>;
|
|
299
307
|
Empty: import("../../_mixins").Theme<"Empty", {
|
|
300
308
|
iconSizeSmall: string;
|
|
@@ -432,8 +440,16 @@ export declare const paginationProps: {
|
|
|
432
440
|
loadingColor: string;
|
|
433
441
|
}, {
|
|
434
442
|
Scrollbar: import("../../_mixins").Theme<"Scrollbar", {
|
|
443
|
+
height: string;
|
|
444
|
+
width: string;
|
|
445
|
+
borderRadius: string;
|
|
435
446
|
color: string;
|
|
436
447
|
colorHover: string;
|
|
448
|
+
railInsetHorizontalBottom: string;
|
|
449
|
+
railInsetHorizontalTop: string;
|
|
450
|
+
railInsetVerticalRight: string;
|
|
451
|
+
railInsetVerticalLeft: string;
|
|
452
|
+
railColor: string;
|
|
437
453
|
}, any>;
|
|
438
454
|
Empty: import("../../_mixins").Theme<"Empty", {
|
|
439
455
|
iconSizeSmall: string;
|
|
@@ -691,8 +707,16 @@ export declare const paginationProps: {
|
|
|
691
707
|
loadingColor: string;
|
|
692
708
|
}, {
|
|
693
709
|
Scrollbar: import("../../_mixins").Theme<"Scrollbar", {
|
|
710
|
+
height: string;
|
|
711
|
+
width: string;
|
|
712
|
+
borderRadius: string;
|
|
694
713
|
color: string;
|
|
695
714
|
colorHover: string;
|
|
715
|
+
railInsetHorizontalBottom: string;
|
|
716
|
+
railInsetHorizontalTop: string;
|
|
717
|
+
railInsetVerticalRight: string;
|
|
718
|
+
railInsetVerticalLeft: string;
|
|
719
|
+
railColor: string;
|
|
696
720
|
}, any>;
|
|
697
721
|
Empty: import("../../_mixins").Theme<"Empty", {
|
|
698
722
|
iconSizeSmall: string;
|
|
@@ -830,8 +854,16 @@ export declare const paginationProps: {
|
|
|
830
854
|
loadingColor: string;
|
|
831
855
|
}, {
|
|
832
856
|
Scrollbar: import("../../_mixins").Theme<"Scrollbar", {
|
|
857
|
+
height: string;
|
|
858
|
+
width: string;
|
|
859
|
+
borderRadius: string;
|
|
833
860
|
color: string;
|
|
834
861
|
colorHover: string;
|
|
862
|
+
railInsetHorizontalBottom: string;
|
|
863
|
+
railInsetHorizontalTop: string;
|
|
864
|
+
railInsetVerticalRight: string;
|
|
865
|
+
railInsetVerticalLeft: string;
|
|
866
|
+
railColor: string;
|
|
835
867
|
}, any>;
|
|
836
868
|
Empty: import("../../_mixins").Theme<"Empty", {
|
|
837
869
|
iconSizeSmall: string;
|
|
@@ -1089,8 +1121,16 @@ export declare const paginationProps: {
|
|
|
1089
1121
|
loadingColor: string;
|
|
1090
1122
|
}, {
|
|
1091
1123
|
Scrollbar: import("../../_mixins").Theme<"Scrollbar", {
|
|
1124
|
+
height: string;
|
|
1125
|
+
width: string;
|
|
1126
|
+
borderRadius: string;
|
|
1092
1127
|
color: string;
|
|
1093
1128
|
colorHover: string;
|
|
1129
|
+
railInsetHorizontalBottom: string;
|
|
1130
|
+
railInsetHorizontalTop: string;
|
|
1131
|
+
railInsetVerticalRight: string;
|
|
1132
|
+
railInsetVerticalLeft: string;
|
|
1133
|
+
railColor: string;
|
|
1094
1134
|
}, any>;
|
|
1095
1135
|
Empty: import("../../_mixins").Theme<"Empty", {
|
|
1096
1136
|
iconSizeSmall: string;
|
|
@@ -1228,8 +1268,16 @@ export declare const paginationProps: {
|
|
|
1228
1268
|
loadingColor: string;
|
|
1229
1269
|
}, {
|
|
1230
1270
|
Scrollbar: import("../../_mixins").Theme<"Scrollbar", {
|
|
1271
|
+
height: string;
|
|
1272
|
+
width: string;
|
|
1273
|
+
borderRadius: string;
|
|
1231
1274
|
color: string;
|
|
1232
1275
|
colorHover: string;
|
|
1276
|
+
railInsetHorizontalBottom: string;
|
|
1277
|
+
railInsetHorizontalTop: string;
|
|
1278
|
+
railInsetVerticalRight: string;
|
|
1279
|
+
railInsetVerticalLeft: string;
|
|
1280
|
+
railColor: string;
|
|
1233
1281
|
}, any>;
|
|
1234
1282
|
Empty: import("../../_mixins").Theme<"Empty", {
|
|
1235
1283
|
iconSizeSmall: string;
|
|
@@ -1543,8 +1591,16 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1543
1591
|
loadingColor: string;
|
|
1544
1592
|
}, {
|
|
1545
1593
|
Scrollbar: import("../../_mixins").Theme<"Scrollbar", {
|
|
1594
|
+
height: string;
|
|
1595
|
+
width: string;
|
|
1596
|
+
borderRadius: string;
|
|
1546
1597
|
color: string;
|
|
1547
1598
|
colorHover: string;
|
|
1599
|
+
railInsetHorizontalBottom: string;
|
|
1600
|
+
railInsetHorizontalTop: string;
|
|
1601
|
+
railInsetVerticalRight: string;
|
|
1602
|
+
railInsetVerticalLeft: string;
|
|
1603
|
+
railColor: string;
|
|
1548
1604
|
}, any>;
|
|
1549
1605
|
Empty: import("../../_mixins").Theme<"Empty", {
|
|
1550
1606
|
iconSizeSmall: string;
|
|
@@ -1682,8 +1738,16 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1682
1738
|
loadingColor: string;
|
|
1683
1739
|
}, {
|
|
1684
1740
|
Scrollbar: import("../../_mixins").Theme<"Scrollbar", {
|
|
1741
|
+
height: string;
|
|
1742
|
+
width: string;
|
|
1743
|
+
borderRadius: string;
|
|
1685
1744
|
color: string;
|
|
1686
1745
|
colorHover: string;
|
|
1746
|
+
railInsetHorizontalBottom: string;
|
|
1747
|
+
railInsetHorizontalTop: string;
|
|
1748
|
+
railInsetVerticalRight: string;
|
|
1749
|
+
railInsetVerticalLeft: string;
|
|
1750
|
+
railColor: string;
|
|
1687
1751
|
}, any>;
|
|
1688
1752
|
Empty: import("../../_mixins").Theme<"Empty", {
|
|
1689
1753
|
iconSizeSmall: string;
|
|
@@ -1941,8 +2005,16 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1941
2005
|
loadingColor: string;
|
|
1942
2006
|
}, {
|
|
1943
2007
|
Scrollbar: import("../../_mixins").Theme<"Scrollbar", {
|
|
2008
|
+
height: string;
|
|
2009
|
+
width: string;
|
|
2010
|
+
borderRadius: string;
|
|
1944
2011
|
color: string;
|
|
1945
2012
|
colorHover: string;
|
|
2013
|
+
railInsetHorizontalBottom: string;
|
|
2014
|
+
railInsetHorizontalTop: string;
|
|
2015
|
+
railInsetVerticalRight: string;
|
|
2016
|
+
railInsetVerticalLeft: string;
|
|
2017
|
+
railColor: string;
|
|
1946
2018
|
}, any>;
|
|
1947
2019
|
Empty: import("../../_mixins").Theme<"Empty", {
|
|
1948
2020
|
iconSizeSmall: string;
|
|
@@ -2080,8 +2152,16 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2080
2152
|
loadingColor: string;
|
|
2081
2153
|
}, {
|
|
2082
2154
|
Scrollbar: import("../../_mixins").Theme<"Scrollbar", {
|
|
2155
|
+
height: string;
|
|
2156
|
+
width: string;
|
|
2157
|
+
borderRadius: string;
|
|
2083
2158
|
color: string;
|
|
2084
2159
|
colorHover: string;
|
|
2160
|
+
railInsetHorizontalBottom: string;
|
|
2161
|
+
railInsetHorizontalTop: string;
|
|
2162
|
+
railInsetVerticalRight: string;
|
|
2163
|
+
railInsetVerticalLeft: string;
|
|
2164
|
+
railColor: string;
|
|
2085
2165
|
}, any>;
|
|
2086
2166
|
Empty: import("../../_mixins").Theme<"Empty", {
|
|
2087
2167
|
iconSizeSmall: string;
|
|
@@ -2339,8 +2419,16 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2339
2419
|
loadingColor: string;
|
|
2340
2420
|
}, {
|
|
2341
2421
|
Scrollbar: import("../../_mixins").Theme<"Scrollbar", {
|
|
2422
|
+
height: string;
|
|
2423
|
+
width: string;
|
|
2424
|
+
borderRadius: string;
|
|
2342
2425
|
color: string;
|
|
2343
2426
|
colorHover: string;
|
|
2427
|
+
railInsetHorizontalBottom: string;
|
|
2428
|
+
railInsetHorizontalTop: string;
|
|
2429
|
+
railInsetVerticalRight: string;
|
|
2430
|
+
railInsetVerticalLeft: string;
|
|
2431
|
+
railColor: string;
|
|
2344
2432
|
}, any>;
|
|
2345
2433
|
Empty: import("../../_mixins").Theme<"Empty", {
|
|
2346
2434
|
iconSizeSmall: string;
|
|
@@ -2478,8 +2566,16 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2478
2566
|
loadingColor: string;
|
|
2479
2567
|
}, {
|
|
2480
2568
|
Scrollbar: import("../../_mixins").Theme<"Scrollbar", {
|
|
2569
|
+
height: string;
|
|
2570
|
+
width: string;
|
|
2571
|
+
borderRadius: string;
|
|
2481
2572
|
color: string;
|
|
2482
2573
|
colorHover: string;
|
|
2574
|
+
railInsetHorizontalBottom: string;
|
|
2575
|
+
railInsetHorizontalTop: string;
|
|
2576
|
+
railInsetVerticalRight: string;
|
|
2577
|
+
railInsetVerticalLeft: string;
|
|
2578
|
+
railColor: string;
|
|
2483
2579
|
}, any>;
|
|
2484
2580
|
Empty: import("../../_mixins").Theme<"Empty", {
|
|
2485
2581
|
iconSizeSmall: string;
|
|
@@ -2756,8 +2852,16 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2756
2852
|
loadingColor: string;
|
|
2757
2853
|
}, {
|
|
2758
2854
|
Scrollbar: import("../../_mixins").Theme<"Scrollbar", {
|
|
2855
|
+
height: string;
|
|
2856
|
+
width: string;
|
|
2857
|
+
borderRadius: string;
|
|
2759
2858
|
color: string;
|
|
2760
2859
|
colorHover: string;
|
|
2860
|
+
railInsetHorizontalBottom: string;
|
|
2861
|
+
railInsetHorizontalTop: string;
|
|
2862
|
+
railInsetVerticalRight: string;
|
|
2863
|
+
railInsetVerticalLeft: string;
|
|
2864
|
+
railColor: string;
|
|
2761
2865
|
}, any>;
|
|
2762
2866
|
Empty: import("../../_mixins").Theme<"Empty", {
|
|
2763
2867
|
iconSizeSmall: string;
|
|
@@ -2895,8 +2999,16 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2895
2999
|
loadingColor: string;
|
|
2896
3000
|
}, {
|
|
2897
3001
|
Scrollbar: import("../../_mixins").Theme<"Scrollbar", {
|
|
3002
|
+
height: string;
|
|
3003
|
+
width: string;
|
|
3004
|
+
borderRadius: string;
|
|
2898
3005
|
color: string;
|
|
2899
3006
|
colorHover: string;
|
|
3007
|
+
railInsetHorizontalBottom: string;
|
|
3008
|
+
railInsetHorizontalTop: string;
|
|
3009
|
+
railInsetVerticalRight: string;
|
|
3010
|
+
railInsetVerticalLeft: string;
|
|
3011
|
+
railColor: string;
|
|
2900
3012
|
}, any>;
|
|
2901
3013
|
Empty: import("../../_mixins").Theme<"Empty", {
|
|
2902
3014
|
iconSizeSmall: string;
|
|
@@ -3080,8 +3192,16 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3080
3192
|
loadingColor: string;
|
|
3081
3193
|
}, {
|
|
3082
3194
|
Scrollbar: import("../../_mixins").Theme<"Scrollbar", {
|
|
3195
|
+
height: string;
|
|
3196
|
+
width: string;
|
|
3197
|
+
borderRadius: string;
|
|
3083
3198
|
color: string;
|
|
3084
3199
|
colorHover: string;
|
|
3200
|
+
railInsetHorizontalBottom: string;
|
|
3201
|
+
railInsetHorizontalTop: string;
|
|
3202
|
+
railInsetVerticalRight: string;
|
|
3203
|
+
railInsetVerticalLeft: string;
|
|
3204
|
+
railColor: string;
|
|
3085
3205
|
}, any>;
|
|
3086
3206
|
Empty: import("../../_mixins").Theme<"Empty", {
|
|
3087
3207
|
iconSizeSmall: string;
|
|
@@ -3160,8 +3280,16 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3160
3280
|
loadingColor: string;
|
|
3161
3281
|
}, {
|
|
3162
3282
|
Scrollbar: import("../../_mixins").Theme<"Scrollbar", {
|
|
3283
|
+
height: string;
|
|
3284
|
+
width: string;
|
|
3285
|
+
borderRadius: string;
|
|
3163
3286
|
color: string;
|
|
3164
3287
|
colorHover: string;
|
|
3288
|
+
railInsetHorizontalBottom: string;
|
|
3289
|
+
railInsetHorizontalTop: string;
|
|
3290
|
+
railInsetVerticalRight: string;
|
|
3291
|
+
railInsetVerticalLeft: string;
|
|
3292
|
+
railColor: string;
|
|
3165
3293
|
}, any>;
|
|
3166
3294
|
Empty: import("../../_mixins").Theme<"Empty", {
|
|
3167
3295
|
iconSizeSmall: string;
|
|
@@ -3542,8 +3670,16 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3542
3670
|
loadingColor: string;
|
|
3543
3671
|
}, {
|
|
3544
3672
|
Scrollbar: import("../../_mixins").Theme<"Scrollbar", {
|
|
3673
|
+
height: string;
|
|
3674
|
+
width: string;
|
|
3675
|
+
borderRadius: string;
|
|
3545
3676
|
color: string;
|
|
3546
3677
|
colorHover: string;
|
|
3678
|
+
railInsetHorizontalBottom: string;
|
|
3679
|
+
railInsetHorizontalTop: string;
|
|
3680
|
+
railInsetVerticalRight: string;
|
|
3681
|
+
railInsetVerticalLeft: string;
|
|
3682
|
+
railColor: string;
|
|
3547
3683
|
}, any>;
|
|
3548
3684
|
Empty: import("../../_mixins").Theme<"Empty", {
|
|
3549
3685
|
iconSizeSmall: string;
|
|
@@ -3681,8 +3817,16 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3681
3817
|
loadingColor: string;
|
|
3682
3818
|
}, {
|
|
3683
3819
|
Scrollbar: import("../../_mixins").Theme<"Scrollbar", {
|
|
3820
|
+
height: string;
|
|
3821
|
+
width: string;
|
|
3822
|
+
borderRadius: string;
|
|
3684
3823
|
color: string;
|
|
3685
3824
|
colorHover: string;
|
|
3825
|
+
railInsetHorizontalBottom: string;
|
|
3826
|
+
railInsetHorizontalTop: string;
|
|
3827
|
+
railInsetVerticalRight: string;
|
|
3828
|
+
railInsetVerticalLeft: string;
|
|
3829
|
+
railColor: string;
|
|
3686
3830
|
}, any>;
|
|
3687
3831
|
Empty: import("../../_mixins").Theme<"Empty", {
|
|
3688
3832
|
iconSizeSmall: string;
|
|
@@ -3940,8 +4084,16 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3940
4084
|
loadingColor: string;
|
|
3941
4085
|
}, {
|
|
3942
4086
|
Scrollbar: import("../../_mixins").Theme<"Scrollbar", {
|
|
4087
|
+
height: string;
|
|
4088
|
+
width: string;
|
|
4089
|
+
borderRadius: string;
|
|
3943
4090
|
color: string;
|
|
3944
4091
|
colorHover: string;
|
|
4092
|
+
railInsetHorizontalBottom: string;
|
|
4093
|
+
railInsetHorizontalTop: string;
|
|
4094
|
+
railInsetVerticalRight: string;
|
|
4095
|
+
railInsetVerticalLeft: string;
|
|
4096
|
+
railColor: string;
|
|
3945
4097
|
}, any>;
|
|
3946
4098
|
Empty: import("../../_mixins").Theme<"Empty", {
|
|
3947
4099
|
iconSizeSmall: string;
|
|
@@ -4079,8 +4231,16 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4079
4231
|
loadingColor: string;
|
|
4080
4232
|
}, {
|
|
4081
4233
|
Scrollbar: import("../../_mixins").Theme<"Scrollbar", {
|
|
4234
|
+
height: string;
|
|
4235
|
+
width: string;
|
|
4236
|
+
borderRadius: string;
|
|
4082
4237
|
color: string;
|
|
4083
4238
|
colorHover: string;
|
|
4239
|
+
railInsetHorizontalBottom: string;
|
|
4240
|
+
railInsetHorizontalTop: string;
|
|
4241
|
+
railInsetVerticalRight: string;
|
|
4242
|
+
railInsetVerticalLeft: string;
|
|
4243
|
+
railColor: string;
|
|
4084
4244
|
}, any>;
|
|
4085
4245
|
Empty: import("../../_mixins").Theme<"Empty", {
|
|
4086
4246
|
iconSizeSmall: string;
|
|
@@ -4338,8 +4498,16 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4338
4498
|
loadingColor: string;
|
|
4339
4499
|
}, {
|
|
4340
4500
|
Scrollbar: import("../../_mixins").Theme<"Scrollbar", {
|
|
4501
|
+
height: string;
|
|
4502
|
+
width: string;
|
|
4503
|
+
borderRadius: string;
|
|
4341
4504
|
color: string;
|
|
4342
4505
|
colorHover: string;
|
|
4506
|
+
railInsetHorizontalBottom: string;
|
|
4507
|
+
railInsetHorizontalTop: string;
|
|
4508
|
+
railInsetVerticalRight: string;
|
|
4509
|
+
railInsetVerticalLeft: string;
|
|
4510
|
+
railColor: string;
|
|
4343
4511
|
}, any>;
|
|
4344
4512
|
Empty: import("../../_mixins").Theme<"Empty", {
|
|
4345
4513
|
iconSizeSmall: string;
|
|
@@ -4477,8 +4645,16 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4477
4645
|
loadingColor: string;
|
|
4478
4646
|
}, {
|
|
4479
4647
|
Scrollbar: import("../../_mixins").Theme<"Scrollbar", {
|
|
4648
|
+
height: string;
|
|
4649
|
+
width: string;
|
|
4650
|
+
borderRadius: string;
|
|
4480
4651
|
color: string;
|
|
4481
4652
|
colorHover: string;
|
|
4653
|
+
railInsetHorizontalBottom: string;
|
|
4654
|
+
railInsetHorizontalTop: string;
|
|
4655
|
+
railInsetVerticalRight: string;
|
|
4656
|
+
railInsetVerticalLeft: string;
|
|
4657
|
+
railColor: string;
|
|
4482
4658
|
}, any>;
|
|
4483
4659
|
Empty: import("../../_mixins").Theme<"Empty", {
|
|
4484
4660
|
iconSizeSmall: string;
|
|
@@ -308,8 +308,16 @@ declare const paginationLight: import("../../_mixins").Theme<"Pagination", {
|
|
|
308
308
|
loadingColor: string;
|
|
309
309
|
}, {
|
|
310
310
|
Scrollbar: import("../../_mixins").Theme<"Scrollbar", {
|
|
311
|
+
height: string;
|
|
312
|
+
width: string;
|
|
313
|
+
borderRadius: string;
|
|
311
314
|
color: string;
|
|
312
315
|
colorHover: string;
|
|
316
|
+
railInsetHorizontalBottom: string;
|
|
317
|
+
railInsetHorizontalTop: string;
|
|
318
|
+
railInsetVerticalRight: string;
|
|
319
|
+
railInsetVerticalLeft: string;
|
|
320
|
+
railColor: string;
|
|
313
321
|
}, any>;
|
|
314
322
|
Empty: import("../../_mixins").Theme<"Empty", {
|
|
315
323
|
iconSizeSmall: string;
|
|
@@ -447,8 +455,16 @@ declare const paginationLight: import("../../_mixins").Theme<"Pagination", {
|
|
|
447
455
|
loadingColor: string;
|
|
448
456
|
}, {
|
|
449
457
|
Scrollbar: import("../../_mixins").Theme<"Scrollbar", {
|
|
458
|
+
height: string;
|
|
459
|
+
width: string;
|
|
460
|
+
borderRadius: string;
|
|
450
461
|
color: string;
|
|
451
462
|
colorHover: string;
|
|
463
|
+
railInsetHorizontalBottom: string;
|
|
464
|
+
railInsetHorizontalTop: string;
|
|
465
|
+
railInsetVerticalRight: string;
|
|
466
|
+
railInsetVerticalLeft: string;
|
|
467
|
+
railColor: string;
|
|
452
468
|
}, any>;
|
|
453
469
|
Empty: import("../../_mixins").Theme<"Empty", {
|
|
454
470
|
iconSizeSmall: string;
|
|
@@ -155,8 +155,16 @@ export declare const popselectProps: {
|
|
|
155
155
|
loadingColor: string;
|
|
156
156
|
}, {
|
|
157
157
|
Scrollbar: import("../../_mixins").Theme<"Scrollbar", {
|
|
158
|
+
height: string;
|
|
159
|
+
width: string;
|
|
160
|
+
borderRadius: string;
|
|
158
161
|
color: string;
|
|
159
162
|
colorHover: string;
|
|
163
|
+
railInsetHorizontalBottom: string;
|
|
164
|
+
railInsetHorizontalTop: string;
|
|
165
|
+
railInsetVerticalRight: string;
|
|
166
|
+
railInsetVerticalLeft: string;
|
|
167
|
+
railColor: string;
|
|
160
168
|
}, any>;
|
|
161
169
|
Empty: import("../../_mixins").Theme<"Empty", {
|
|
162
170
|
iconSizeSmall: string;
|
|
@@ -230,8 +238,16 @@ export declare const popselectProps: {
|
|
|
230
238
|
loadingColor: string;
|
|
231
239
|
}, {
|
|
232
240
|
Scrollbar: import("../../_mixins").Theme<"Scrollbar", {
|
|
241
|
+
height: string;
|
|
242
|
+
width: string;
|
|
243
|
+
borderRadius: string;
|
|
233
244
|
color: string;
|
|
234
245
|
colorHover: string;
|
|
246
|
+
railInsetHorizontalBottom: string;
|
|
247
|
+
railInsetHorizontalTop: string;
|
|
248
|
+
railInsetVerticalRight: string;
|
|
249
|
+
railInsetVerticalLeft: string;
|
|
250
|
+
railColor: string;
|
|
235
251
|
}, any>;
|
|
236
252
|
Empty: import("../../_mixins").Theme<"Empty", {
|
|
237
253
|
iconSizeSmall: string;
|
|
@@ -305,8 +321,16 @@ export declare const popselectProps: {
|
|
|
305
321
|
loadingColor: string;
|
|
306
322
|
}, {
|
|
307
323
|
Scrollbar: import("../../_mixins").Theme<"Scrollbar", {
|
|
324
|
+
height: string;
|
|
325
|
+
width: string;
|
|
326
|
+
borderRadius: string;
|
|
308
327
|
color: string;
|
|
309
328
|
colorHover: string;
|
|
329
|
+
railInsetHorizontalBottom: string;
|
|
330
|
+
railInsetHorizontalTop: string;
|
|
331
|
+
railInsetVerticalRight: string;
|
|
332
|
+
railInsetVerticalLeft: string;
|
|
333
|
+
railColor: string;
|
|
310
334
|
}, any>;
|
|
311
335
|
Empty: import("../../_mixins").Theme<"Empty", {
|
|
312
336
|
iconSizeSmall: string;
|
|
@@ -486,8 +510,16 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
486
510
|
loadingColor: string;
|
|
487
511
|
}, {
|
|
488
512
|
Scrollbar: import("../../_mixins").Theme<"Scrollbar", {
|
|
513
|
+
height: string;
|
|
514
|
+
width: string;
|
|
515
|
+
borderRadius: string;
|
|
489
516
|
color: string;
|
|
490
517
|
colorHover: string;
|
|
518
|
+
railInsetHorizontalBottom: string;
|
|
519
|
+
railInsetHorizontalTop: string;
|
|
520
|
+
railInsetVerticalRight: string;
|
|
521
|
+
railInsetVerticalLeft: string;
|
|
522
|
+
railColor: string;
|
|
491
523
|
}, any>;
|
|
492
524
|
Empty: import("../../_mixins").Theme<"Empty", {
|
|
493
525
|
iconSizeSmall: string;
|
|
@@ -561,8 +593,16 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
561
593
|
loadingColor: string;
|
|
562
594
|
}, {
|
|
563
595
|
Scrollbar: import("../../_mixins").Theme<"Scrollbar", {
|
|
596
|
+
height: string;
|
|
597
|
+
width: string;
|
|
598
|
+
borderRadius: string;
|
|
564
599
|
color: string;
|
|
565
600
|
colorHover: string;
|
|
601
|
+
railInsetHorizontalBottom: string;
|
|
602
|
+
railInsetHorizontalTop: string;
|
|
603
|
+
railInsetVerticalRight: string;
|
|
604
|
+
railInsetVerticalLeft: string;
|
|
605
|
+
railColor: string;
|
|
566
606
|
}, any>;
|
|
567
607
|
Empty: import("../../_mixins").Theme<"Empty", {
|
|
568
608
|
iconSizeSmall: string;
|
|
@@ -636,8 +676,16 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
636
676
|
loadingColor: string;
|
|
637
677
|
}, {
|
|
638
678
|
Scrollbar: import("../../_mixins").Theme<"Scrollbar", {
|
|
679
|
+
height: string;
|
|
680
|
+
width: string;
|
|
681
|
+
borderRadius: string;
|
|
639
682
|
color: string;
|
|
640
683
|
colorHover: string;
|
|
684
|
+
railInsetHorizontalBottom: string;
|
|
685
|
+
railInsetHorizontalTop: string;
|
|
686
|
+
railInsetVerticalRight: string;
|
|
687
|
+
railInsetVerticalLeft: string;
|
|
688
|
+
railColor: string;
|
|
641
689
|
}, any>;
|
|
642
690
|
Empty: import("../../_mixins").Theme<"Empty", {
|
|
643
691
|
iconSizeSmall: string;
|
|
@@ -719,8 +767,16 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
719
767
|
loadingColor: string;
|
|
720
768
|
}, {
|
|
721
769
|
Scrollbar: import("../../_mixins").Theme<"Scrollbar", {
|
|
770
|
+
height: string;
|
|
771
|
+
width: string;
|
|
772
|
+
borderRadius: string;
|
|
722
773
|
color: string;
|
|
723
774
|
colorHover: string;
|
|
775
|
+
railInsetHorizontalBottom: string;
|
|
776
|
+
railInsetHorizontalTop: string;
|
|
777
|
+
railInsetVerticalRight: string;
|
|
778
|
+
railInsetVerticalLeft: string;
|
|
779
|
+
railColor: string;
|
|
724
780
|
}, any>;
|
|
725
781
|
Empty: import("../../_mixins").Theme<"Empty", {
|
|
726
782
|
iconSizeSmall: string;
|
|
@@ -752,8 +808,16 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
752
808
|
InternalSelectMenu?: {
|
|
753
809
|
peers?: {
|
|
754
810
|
Scrollbar?: import("../../_mixins/use-theme").ExtractThemeOverrides<import("../../_mixins").Theme<"Scrollbar", {
|
|
811
|
+
height: string;
|
|
812
|
+
width: string;
|
|
813
|
+
borderRadius: string;
|
|
755
814
|
color: string;
|
|
756
815
|
colorHover: string;
|
|
816
|
+
railInsetHorizontalBottom: string;
|
|
817
|
+
railInsetHorizontalTop: string;
|
|
818
|
+
railInsetVerticalRight: string;
|
|
819
|
+
railInsetVerticalLeft: string;
|
|
820
|
+
railColor: string;
|
|
757
821
|
}, any>> | undefined;
|
|
758
822
|
Empty?: import("../../_mixins/use-theme").ExtractThemeOverrides<import("../../_mixins").Theme<"Empty", {
|
|
759
823
|
iconSizeSmall: string;
|
|
@@ -934,8 +998,16 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
934
998
|
loadingColor: string;
|
|
935
999
|
}, {
|
|
936
1000
|
Scrollbar: import("../../_mixins").Theme<"Scrollbar", {
|
|
1001
|
+
height: string;
|
|
1002
|
+
width: string;
|
|
1003
|
+
borderRadius: string;
|
|
937
1004
|
color: string;
|
|
938
1005
|
colorHover: string;
|
|
1006
|
+
railInsetHorizontalBottom: string;
|
|
1007
|
+
railInsetHorizontalTop: string;
|
|
1008
|
+
railInsetVerticalRight: string;
|
|
1009
|
+
railInsetVerticalLeft: string;
|
|
1010
|
+
railColor: string;
|
|
939
1011
|
}, any>;
|
|
940
1012
|
Empty: import("../../_mixins").Theme<"Empty", {
|
|
941
1013
|
iconSizeSmall: string;
|
|
@@ -1009,8 +1081,16 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1009
1081
|
loadingColor: string;
|
|
1010
1082
|
}, {
|
|
1011
1083
|
Scrollbar: import("../../_mixins").Theme<"Scrollbar", {
|
|
1084
|
+
height: string;
|
|
1085
|
+
width: string;
|
|
1086
|
+
borderRadius: string;
|
|
1012
1087
|
color: string;
|
|
1013
1088
|
colorHover: string;
|
|
1089
|
+
railInsetHorizontalBottom: string;
|
|
1090
|
+
railInsetHorizontalTop: string;
|
|
1091
|
+
railInsetVerticalRight: string;
|
|
1092
|
+
railInsetVerticalLeft: string;
|
|
1093
|
+
railColor: string;
|
|
1014
1094
|
}, any>;
|
|
1015
1095
|
Empty: import("../../_mixins").Theme<"Empty", {
|
|
1016
1096
|
iconSizeSmall: string;
|
|
@@ -1084,8 +1164,16 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1084
1164
|
loadingColor: string;
|
|
1085
1165
|
}, {
|
|
1086
1166
|
Scrollbar: import("../../_mixins").Theme<"Scrollbar", {
|
|
1167
|
+
height: string;
|
|
1168
|
+
width: string;
|
|
1169
|
+
borderRadius: string;
|
|
1087
1170
|
color: string;
|
|
1088
1171
|
colorHover: string;
|
|
1172
|
+
railInsetHorizontalBottom: string;
|
|
1173
|
+
railInsetHorizontalTop: string;
|
|
1174
|
+
railInsetVerticalRight: string;
|
|
1175
|
+
railInsetVerticalLeft: string;
|
|
1176
|
+
railColor: string;
|
|
1089
1177
|
}, any>;
|
|
1090
1178
|
Empty: import("../../_mixins").Theme<"Empty", {
|
|
1091
1179
|
iconSizeSmall: string;
|
|
@@ -117,8 +117,16 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
117
117
|
loadingColor: string;
|
|
118
118
|
}, {
|
|
119
119
|
Scrollbar: import("../../_mixins").Theme<"Scrollbar", {
|
|
120
|
+
height: string;
|
|
121
|
+
width: string;
|
|
122
|
+
borderRadius: string;
|
|
120
123
|
color: string;
|
|
121
124
|
colorHover: string;
|
|
125
|
+
railInsetHorizontalBottom: string;
|
|
126
|
+
railInsetHorizontalTop: string;
|
|
127
|
+
railInsetVerticalRight: string;
|
|
128
|
+
railInsetVerticalLeft: string;
|
|
129
|
+
railColor: string;
|
|
122
130
|
}, any>;
|
|
123
131
|
Empty: import("../../_mixins").Theme<"Empty", {
|
|
124
132
|
iconSizeSmall: string;
|
|
@@ -150,8 +158,16 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
150
158
|
InternalSelectMenu?: {
|
|
151
159
|
peers?: {
|
|
152
160
|
Scrollbar?: import("../../_mixins/use-theme").ExtractThemeOverrides<import("../../_mixins").Theme<"Scrollbar", {
|
|
161
|
+
height: string;
|
|
162
|
+
width: string;
|
|
163
|
+
borderRadius: string;
|
|
153
164
|
color: string;
|
|
154
165
|
colorHover: string;
|
|
166
|
+
railInsetHorizontalBottom: string;
|
|
167
|
+
railInsetHorizontalTop: string;
|
|
168
|
+
railInsetVerticalRight: string;
|
|
169
|
+
railInsetVerticalLeft: string;
|
|
170
|
+
railColor: string;
|
|
155
171
|
}, any>> | undefined;
|
|
156
172
|
Empty?: import("../../_mixins/use-theme").ExtractThemeOverrides<import("../../_mixins").Theme<"Empty", {
|
|
157
173
|
iconSizeSmall: string;
|
|
@@ -53,8 +53,16 @@ declare const popselectLight: import("../../_mixins").Theme<"Popselect", {
|
|
|
53
53
|
loadingColor: string;
|
|
54
54
|
}, {
|
|
55
55
|
Scrollbar: import("../../_mixins").Theme<"Scrollbar", {
|
|
56
|
+
height: string;
|
|
57
|
+
width: string;
|
|
58
|
+
borderRadius: string;
|
|
56
59
|
color: string;
|
|
57
60
|
colorHover: string;
|
|
61
|
+
railInsetHorizontalBottom: string;
|
|
62
|
+
railInsetHorizontalTop: string;
|
|
63
|
+
railInsetVerticalRight: string;
|
|
64
|
+
railInsetVerticalLeft: string;
|
|
65
|
+
railColor: string;
|
|
58
66
|
}, any>;
|
|
59
67
|
Empty: import("../../_mixins").Theme<"Empty", {
|
|
60
68
|
iconSizeSmall: string;
|