@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
|
@@ -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;
|
|
@@ -19,16 +19,40 @@ export declare const scrollbarProps: {
|
|
|
19
19
|
readonly onScroll: PropType<(e: Event) => void>;
|
|
20
20
|
readonly size: NumberConstructor;
|
|
21
21
|
readonly theme: PropType<import("../../_mixins").Theme<"Scrollbar", {
|
|
22
|
+
height: string;
|
|
23
|
+
width: string;
|
|
24
|
+
borderRadius: string;
|
|
22
25
|
color: string;
|
|
23
26
|
colorHover: string;
|
|
27
|
+
railInsetHorizontalBottom: string;
|
|
28
|
+
railInsetHorizontalTop: string;
|
|
29
|
+
railInsetVerticalRight: string;
|
|
30
|
+
railInsetVerticalLeft: string;
|
|
31
|
+
railColor: string;
|
|
24
32
|
}, any>>;
|
|
25
33
|
readonly themeOverrides: PropType<import("../../_mixins/use-theme").ExtractThemeOverrides<import("../../_mixins").Theme<"Scrollbar", {
|
|
34
|
+
height: string;
|
|
35
|
+
width: string;
|
|
36
|
+
borderRadius: string;
|
|
26
37
|
color: string;
|
|
27
38
|
colorHover: string;
|
|
39
|
+
railInsetHorizontalBottom: string;
|
|
40
|
+
railInsetHorizontalTop: string;
|
|
41
|
+
railInsetVerticalRight: string;
|
|
42
|
+
railInsetVerticalLeft: string;
|
|
43
|
+
railColor: string;
|
|
28
44
|
}, any>>>;
|
|
29
45
|
readonly builtinThemeOverrides: PropType<import("../../_mixins/use-theme").ExtractThemeOverrides<import("../../_mixins").Theme<"Scrollbar", {
|
|
46
|
+
height: string;
|
|
47
|
+
width: string;
|
|
48
|
+
borderRadius: string;
|
|
30
49
|
color: string;
|
|
31
50
|
colorHover: string;
|
|
51
|
+
railInsetHorizontalBottom: string;
|
|
52
|
+
railInsetHorizontalTop: string;
|
|
53
|
+
railInsetVerticalRight: string;
|
|
54
|
+
railInsetVerticalLeft: string;
|
|
55
|
+
railColor: string;
|
|
32
56
|
}, any>>>;
|
|
33
57
|
};
|
|
34
58
|
export type ScrollbarProps = ExtractPublicPropTypes<typeof scrollbarProps>;
|
|
@@ -38,16 +62,40 @@ declare const Scrollbar: import("vue").DefineComponent<{
|
|
|
38
62
|
readonly onScroll: PropType<(e: Event) => void>;
|
|
39
63
|
readonly size: NumberConstructor;
|
|
40
64
|
readonly theme: PropType<import("../../_mixins").Theme<"Scrollbar", {
|
|
65
|
+
height: string;
|
|
66
|
+
width: string;
|
|
67
|
+
borderRadius: string;
|
|
41
68
|
color: string;
|
|
42
69
|
colorHover: string;
|
|
70
|
+
railInsetHorizontalBottom: string;
|
|
71
|
+
railInsetHorizontalTop: string;
|
|
72
|
+
railInsetVerticalRight: string;
|
|
73
|
+
railInsetVerticalLeft: string;
|
|
74
|
+
railColor: string;
|
|
43
75
|
}, any>>;
|
|
44
76
|
readonly themeOverrides: PropType<import("../../_mixins/use-theme").ExtractThemeOverrides<import("../../_mixins").Theme<"Scrollbar", {
|
|
77
|
+
height: string;
|
|
78
|
+
width: string;
|
|
79
|
+
borderRadius: string;
|
|
45
80
|
color: string;
|
|
46
81
|
colorHover: string;
|
|
82
|
+
railInsetHorizontalBottom: string;
|
|
83
|
+
railInsetHorizontalTop: string;
|
|
84
|
+
railInsetVerticalRight: string;
|
|
85
|
+
railInsetVerticalLeft: string;
|
|
86
|
+
railColor: string;
|
|
47
87
|
}, any>>>;
|
|
48
88
|
readonly builtinThemeOverrides: PropType<import("../../_mixins/use-theme").ExtractThemeOverrides<import("../../_mixins").Theme<"Scrollbar", {
|
|
89
|
+
height: string;
|
|
90
|
+
width: string;
|
|
91
|
+
borderRadius: string;
|
|
49
92
|
color: string;
|
|
50
93
|
colorHover: string;
|
|
94
|
+
railInsetHorizontalBottom: string;
|
|
95
|
+
railInsetHorizontalTop: string;
|
|
96
|
+
railInsetVerticalRight: string;
|
|
97
|
+
railInsetVerticalLeft: string;
|
|
98
|
+
railColor: string;
|
|
51
99
|
}, any>>>;
|
|
52
100
|
}, {
|
|
53
101
|
scrollbarInstRef: import("vue").Ref<{
|
|
@@ -70,16 +118,40 @@ declare const Scrollbar: import("vue").DefineComponent<{
|
|
|
70
118
|
readonly onScroll: PropType<(e: Event) => void>;
|
|
71
119
|
readonly size: NumberConstructor;
|
|
72
120
|
readonly theme: PropType<import("../../_mixins").Theme<"Scrollbar", {
|
|
121
|
+
height: string;
|
|
122
|
+
width: string;
|
|
123
|
+
borderRadius: string;
|
|
73
124
|
color: string;
|
|
74
125
|
colorHover: string;
|
|
126
|
+
railInsetHorizontalBottom: string;
|
|
127
|
+
railInsetHorizontalTop: string;
|
|
128
|
+
railInsetVerticalRight: string;
|
|
129
|
+
railInsetVerticalLeft: string;
|
|
130
|
+
railColor: string;
|
|
75
131
|
}, any>>;
|
|
76
132
|
readonly themeOverrides: PropType<import("../../_mixins/use-theme").ExtractThemeOverrides<import("../../_mixins").Theme<"Scrollbar", {
|
|
133
|
+
height: string;
|
|
134
|
+
width: string;
|
|
135
|
+
borderRadius: string;
|
|
77
136
|
color: string;
|
|
78
137
|
colorHover: string;
|
|
138
|
+
railInsetHorizontalBottom: string;
|
|
139
|
+
railInsetHorizontalTop: string;
|
|
140
|
+
railInsetVerticalRight: string;
|
|
141
|
+
railInsetVerticalLeft: string;
|
|
142
|
+
railColor: string;
|
|
79
143
|
}, any>>>;
|
|
80
144
|
readonly builtinThemeOverrides: PropType<import("../../_mixins/use-theme").ExtractThemeOverrides<import("../../_mixins").Theme<"Scrollbar", {
|
|
145
|
+
height: string;
|
|
146
|
+
width: string;
|
|
147
|
+
borderRadius: string;
|
|
81
148
|
color: string;
|
|
82
149
|
colorHover: string;
|
|
150
|
+
railInsetHorizontalBottom: string;
|
|
151
|
+
railInsetHorizontalTop: string;
|
|
152
|
+
railInsetVerticalRight: string;
|
|
153
|
+
railInsetVerticalLeft: string;
|
|
154
|
+
railColor: string;
|
|
83
155
|
}, any>>>;
|
|
84
156
|
}>>, {
|
|
85
157
|
readonly xScrollable: boolean;
|
|
@@ -292,8 +292,16 @@ export declare const selectProps: {
|
|
|
292
292
|
loadingColor: string;
|
|
293
293
|
}, {
|
|
294
294
|
Scrollbar: import("../../_mixins").Theme<"Scrollbar", {
|
|
295
|
+
height: string;
|
|
296
|
+
width: string;
|
|
297
|
+
borderRadius: string;
|
|
295
298
|
color: string;
|
|
296
299
|
colorHover: string;
|
|
300
|
+
railInsetHorizontalBottom: string;
|
|
301
|
+
railInsetHorizontalTop: string;
|
|
302
|
+
railInsetVerticalRight: string;
|
|
303
|
+
railInsetVerticalLeft: string;
|
|
304
|
+
railColor: string;
|
|
297
305
|
}, any>;
|
|
298
306
|
Empty: import("../../_mixins").Theme<"Empty", {
|
|
299
307
|
iconSizeSmall: string;
|
|
@@ -476,8 +484,16 @@ export declare const selectProps: {
|
|
|
476
484
|
loadingColor: string;
|
|
477
485
|
}, {
|
|
478
486
|
Scrollbar: import("../../_mixins").Theme<"Scrollbar", {
|
|
487
|
+
height: string;
|
|
488
|
+
width: string;
|
|
489
|
+
borderRadius: string;
|
|
479
490
|
color: string;
|
|
480
491
|
colorHover: string;
|
|
492
|
+
railInsetHorizontalBottom: string;
|
|
493
|
+
railInsetHorizontalTop: string;
|
|
494
|
+
railInsetVerticalRight: string;
|
|
495
|
+
railInsetVerticalLeft: string;
|
|
496
|
+
railColor: string;
|
|
481
497
|
}, any>;
|
|
482
498
|
Empty: import("../../_mixins").Theme<"Empty", {
|
|
483
499
|
iconSizeSmall: string;
|
|
@@ -660,8 +676,16 @@ export declare const selectProps: {
|
|
|
660
676
|
loadingColor: string;
|
|
661
677
|
}, {
|
|
662
678
|
Scrollbar: import("../../_mixins").Theme<"Scrollbar", {
|
|
679
|
+
height: string;
|
|
680
|
+
width: string;
|
|
681
|
+
borderRadius: string;
|
|
663
682
|
color: string;
|
|
664
683
|
colorHover: string;
|
|
684
|
+
railInsetHorizontalBottom: string;
|
|
685
|
+
railInsetHorizontalTop: string;
|
|
686
|
+
railInsetVerticalRight: string;
|
|
687
|
+
railInsetVerticalLeft: string;
|
|
688
|
+
railColor: string;
|
|
665
689
|
}, any>;
|
|
666
690
|
Empty: import("../../_mixins").Theme<"Empty", {
|
|
667
691
|
iconSizeSmall: string;
|
|
@@ -971,8 +995,16 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
971
995
|
loadingColor: string;
|
|
972
996
|
}, {
|
|
973
997
|
Scrollbar: import("../../_mixins").Theme<"Scrollbar", {
|
|
998
|
+
height: string;
|
|
999
|
+
width: string;
|
|
1000
|
+
borderRadius: string;
|
|
974
1001
|
color: string;
|
|
975
1002
|
colorHover: string;
|
|
1003
|
+
railInsetHorizontalBottom: string;
|
|
1004
|
+
railInsetHorizontalTop: string;
|
|
1005
|
+
railInsetVerticalRight: string;
|
|
1006
|
+
railInsetVerticalLeft: string;
|
|
1007
|
+
railColor: string;
|
|
976
1008
|
}, any>;
|
|
977
1009
|
Empty: import("../../_mixins").Theme<"Empty", {
|
|
978
1010
|
iconSizeSmall: string;
|
|
@@ -1155,8 +1187,16 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1155
1187
|
loadingColor: string;
|
|
1156
1188
|
}, {
|
|
1157
1189
|
Scrollbar: import("../../_mixins").Theme<"Scrollbar", {
|
|
1190
|
+
height: string;
|
|
1191
|
+
width: string;
|
|
1192
|
+
borderRadius: string;
|
|
1158
1193
|
color: string;
|
|
1159
1194
|
colorHover: string;
|
|
1195
|
+
railInsetHorizontalBottom: string;
|
|
1196
|
+
railInsetHorizontalTop: string;
|
|
1197
|
+
railInsetVerticalRight: string;
|
|
1198
|
+
railInsetVerticalLeft: string;
|
|
1199
|
+
railColor: string;
|
|
1160
1200
|
}, any>;
|
|
1161
1201
|
Empty: import("../../_mixins").Theme<"Empty", {
|
|
1162
1202
|
iconSizeSmall: string;
|
|
@@ -1339,8 +1379,16 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1339
1379
|
loadingColor: string;
|
|
1340
1380
|
}, {
|
|
1341
1381
|
Scrollbar: import("../../_mixins").Theme<"Scrollbar", {
|
|
1382
|
+
height: string;
|
|
1383
|
+
width: string;
|
|
1384
|
+
borderRadius: string;
|
|
1342
1385
|
color: string;
|
|
1343
1386
|
colorHover: string;
|
|
1387
|
+
railInsetHorizontalBottom: string;
|
|
1388
|
+
railInsetHorizontalTop: string;
|
|
1389
|
+
railInsetVerticalRight: string;
|
|
1390
|
+
railInsetVerticalLeft: string;
|
|
1391
|
+
railColor: string;
|
|
1344
1392
|
}, any>;
|
|
1345
1393
|
Empty: import("../../_mixins").Theme<"Empty", {
|
|
1346
1394
|
iconSizeSmall: string;
|
|
@@ -1583,8 +1631,16 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1583
1631
|
loadingColor: string;
|
|
1584
1632
|
}, {
|
|
1585
1633
|
Scrollbar: import("../../_mixins").Theme<"Scrollbar", {
|
|
1634
|
+
height: string;
|
|
1635
|
+
width: string;
|
|
1636
|
+
borderRadius: string;
|
|
1586
1637
|
color: string;
|
|
1587
1638
|
colorHover: string;
|
|
1639
|
+
railInsetHorizontalBottom: string;
|
|
1640
|
+
railInsetHorizontalTop: string;
|
|
1641
|
+
railInsetVerticalRight: string;
|
|
1642
|
+
railInsetVerticalLeft: string;
|
|
1643
|
+
railColor: string;
|
|
1588
1644
|
}, any>;
|
|
1589
1645
|
Empty: import("../../_mixins").Theme<"Empty", {
|
|
1590
1646
|
iconSizeSmall: string;
|
|
@@ -1629,8 +1685,16 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1629
1685
|
InternalSelectMenu?: {
|
|
1630
1686
|
peers?: {
|
|
1631
1687
|
Scrollbar?: import("../../_mixins/use-theme").ExtractThemeOverrides<import("../../_mixins").Theme<"Scrollbar", {
|
|
1688
|
+
height: string;
|
|
1689
|
+
width: string;
|
|
1690
|
+
borderRadius: string;
|
|
1632
1691
|
color: string;
|
|
1633
1692
|
colorHover: string;
|
|
1693
|
+
railInsetHorizontalBottom: string;
|
|
1694
|
+
railInsetHorizontalTop: string;
|
|
1695
|
+
railInsetVerticalRight: string;
|
|
1696
|
+
railInsetVerticalLeft: string;
|
|
1697
|
+
railColor: string;
|
|
1634
1698
|
}, any>> | undefined;
|
|
1635
1699
|
Empty?: import("../../_mixins/use-theme").ExtractThemeOverrides<import("../../_mixins").Theme<"Empty", {
|
|
1636
1700
|
iconSizeSmall: string;
|
|
@@ -1949,8 +2013,16 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1949
2013
|
loadingColor: string;
|
|
1950
2014
|
}, {
|
|
1951
2015
|
Scrollbar: import("../../_mixins").Theme<"Scrollbar", {
|
|
2016
|
+
height: string;
|
|
2017
|
+
width: string;
|
|
2018
|
+
borderRadius: string;
|
|
1952
2019
|
color: string;
|
|
1953
2020
|
colorHover: string;
|
|
2021
|
+
railInsetHorizontalBottom: string;
|
|
2022
|
+
railInsetHorizontalTop: string;
|
|
2023
|
+
railInsetVerticalRight: string;
|
|
2024
|
+
railInsetVerticalLeft: string;
|
|
2025
|
+
railColor: string;
|
|
1954
2026
|
}, any>;
|
|
1955
2027
|
Empty: import("../../_mixins").Theme<"Empty", {
|
|
1956
2028
|
iconSizeSmall: string;
|
|
@@ -2133,8 +2205,16 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2133
2205
|
loadingColor: string;
|
|
2134
2206
|
}, {
|
|
2135
2207
|
Scrollbar: import("../../_mixins").Theme<"Scrollbar", {
|
|
2208
|
+
height: string;
|
|
2209
|
+
width: string;
|
|
2210
|
+
borderRadius: string;
|
|
2136
2211
|
color: string;
|
|
2137
2212
|
colorHover: string;
|
|
2213
|
+
railInsetHorizontalBottom: string;
|
|
2214
|
+
railInsetHorizontalTop: string;
|
|
2215
|
+
railInsetVerticalRight: string;
|
|
2216
|
+
railInsetVerticalLeft: string;
|
|
2217
|
+
railColor: string;
|
|
2138
2218
|
}, any>;
|
|
2139
2219
|
Empty: import("../../_mixins").Theme<"Empty", {
|
|
2140
2220
|
iconSizeSmall: string;
|
|
@@ -2317,8 +2397,16 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2317
2397
|
loadingColor: string;
|
|
2318
2398
|
}, {
|
|
2319
2399
|
Scrollbar: import("../../_mixins").Theme<"Scrollbar", {
|
|
2400
|
+
height: string;
|
|
2401
|
+
width: string;
|
|
2402
|
+
borderRadius: string;
|
|
2320
2403
|
color: string;
|
|
2321
2404
|
colorHover: string;
|
|
2405
|
+
railInsetHorizontalBottom: string;
|
|
2406
|
+
railInsetHorizontalTop: string;
|
|
2407
|
+
railInsetVerticalRight: string;
|
|
2408
|
+
railInsetVerticalLeft: string;
|
|
2409
|
+
railColor: string;
|
|
2322
2410
|
}, any>;
|
|
2323
2411
|
Empty: import("../../_mixins").Theme<"Empty", {
|
|
2324
2412
|
iconSizeSmall: string;
|
|
@@ -162,8 +162,16 @@ declare const selectLight: import("../../_mixins").Theme<"Select", {
|
|
|
162
162
|
loadingColor: string;
|
|
163
163
|
}, {
|
|
164
164
|
Scrollbar: import("../../_mixins").Theme<"Scrollbar", {
|
|
165
|
+
height: string;
|
|
166
|
+
width: string;
|
|
167
|
+
borderRadius: string;
|
|
165
168
|
color: string;
|
|
166
169
|
colorHover: string;
|
|
170
|
+
railInsetHorizontalBottom: string;
|
|
171
|
+
railInsetHorizontalTop: string;
|
|
172
|
+
railInsetVerticalRight: string;
|
|
173
|
+
railInsetVerticalLeft: string;
|
|
174
|
+
railColor: string;
|
|
167
175
|
}, any>;
|
|
168
176
|
Empty: import("../../_mixins").Theme<"Empty", {
|
|
169
177
|
iconSizeSmall: string;
|
|
@@ -98,8 +98,16 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
98
98
|
};
|
|
99
99
|
peers: {
|
|
100
100
|
Scrollbar: import("../../_mixins").Theme<"Scrollbar", {
|
|
101
|
+
height: string;
|
|
102
|
+
width: string;
|
|
103
|
+
borderRadius: string;
|
|
101
104
|
color: string;
|
|
102
105
|
colorHover: string;
|
|
106
|
+
railInsetHorizontalBottom: string;
|
|
107
|
+
railInsetHorizontalTop: string;
|
|
108
|
+
railInsetVerticalRight: string;
|
|
109
|
+
railInsetVerticalLeft: string;
|
|
110
|
+
railColor: string;
|
|
103
111
|
}, any>;
|
|
104
112
|
Button: import("../../_mixins").Theme<"Button", {
|
|
105
113
|
heightTiny: string;
|