@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
|
@@ -643,8 +643,16 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
643
643
|
loadingColor: string;
|
|
644
644
|
}, {
|
|
645
645
|
Scrollbar: import("../../../_mixins").Theme<"Scrollbar", {
|
|
646
|
+
height: string;
|
|
647
|
+
width: string;
|
|
648
|
+
borderRadius: string;
|
|
646
649
|
color: string;
|
|
647
650
|
colorHover: string;
|
|
651
|
+
railInsetHorizontalBottom: string;
|
|
652
|
+
railInsetHorizontalTop: string;
|
|
653
|
+
railInsetVerticalRight: string;
|
|
654
|
+
railInsetVerticalLeft: string;
|
|
655
|
+
railColor: string;
|
|
648
656
|
}, any>;
|
|
649
657
|
Empty: import("../../../_mixins").Theme<"Empty", {
|
|
650
658
|
iconSizeSmall: string;
|
|
@@ -782,8 +790,16 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
782
790
|
loadingColor: string;
|
|
783
791
|
}, {
|
|
784
792
|
Scrollbar: import("../../../_mixins").Theme<"Scrollbar", {
|
|
793
|
+
height: string;
|
|
794
|
+
width: string;
|
|
795
|
+
borderRadius: string;
|
|
785
796
|
color: string;
|
|
786
797
|
colorHover: string;
|
|
798
|
+
railInsetHorizontalBottom: string;
|
|
799
|
+
railInsetHorizontalTop: string;
|
|
800
|
+
railInsetVerticalRight: string;
|
|
801
|
+
railInsetVerticalLeft: string;
|
|
802
|
+
railColor: string;
|
|
787
803
|
}, any>;
|
|
788
804
|
Empty: import("../../../_mixins").Theme<"Empty", {
|
|
789
805
|
iconSizeSmall: string;
|
|
@@ -808,8 +824,16 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
808
824
|
}>;
|
|
809
825
|
}>;
|
|
810
826
|
Scrollbar: import("../../../_mixins").Theme<"Scrollbar", {
|
|
827
|
+
height: string;
|
|
828
|
+
width: string;
|
|
829
|
+
borderRadius: string;
|
|
811
830
|
color: string;
|
|
812
831
|
colorHover: string;
|
|
832
|
+
railInsetHorizontalBottom: string;
|
|
833
|
+
railInsetHorizontalTop: string;
|
|
834
|
+
railInsetVerticalRight: string;
|
|
835
|
+
railInsetVerticalLeft: string;
|
|
836
|
+
railColor: string;
|
|
813
837
|
}, any>;
|
|
814
838
|
Empty: import("../../../_mixins").Theme<"Empty", {
|
|
815
839
|
iconSizeSmall: string;
|
|
@@ -1128,8 +1152,16 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1128
1152
|
loadingColor: string;
|
|
1129
1153
|
}, {
|
|
1130
1154
|
Scrollbar: import("../../../_mixins").Theme<"Scrollbar", {
|
|
1155
|
+
height: string;
|
|
1156
|
+
width: string;
|
|
1157
|
+
borderRadius: string;
|
|
1131
1158
|
color: string;
|
|
1132
1159
|
colorHover: string;
|
|
1160
|
+
railInsetHorizontalBottom: string;
|
|
1161
|
+
railInsetHorizontalTop: string;
|
|
1162
|
+
railInsetVerticalRight: string;
|
|
1163
|
+
railInsetVerticalLeft: string;
|
|
1164
|
+
railColor: string;
|
|
1133
1165
|
}, any>;
|
|
1134
1166
|
Empty: import("../../../_mixins").Theme<"Empty", {
|
|
1135
1167
|
iconSizeSmall: string;
|
|
@@ -1267,8 +1299,16 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1267
1299
|
loadingColor: string;
|
|
1268
1300
|
}, {
|
|
1269
1301
|
Scrollbar: import("../../../_mixins").Theme<"Scrollbar", {
|
|
1302
|
+
height: string;
|
|
1303
|
+
width: string;
|
|
1304
|
+
borderRadius: string;
|
|
1270
1305
|
color: string;
|
|
1271
1306
|
colorHover: string;
|
|
1307
|
+
railInsetHorizontalBottom: string;
|
|
1308
|
+
railInsetHorizontalTop: string;
|
|
1309
|
+
railInsetVerticalRight: string;
|
|
1310
|
+
railInsetVerticalLeft: string;
|
|
1311
|
+
railColor: string;
|
|
1272
1312
|
}, any>;
|
|
1273
1313
|
Empty: import("../../../_mixins").Theme<"Empty", {
|
|
1274
1314
|
iconSizeSmall: string;
|
|
@@ -739,8 +739,16 @@ export declare const dataTableProps: {
|
|
|
739
739
|
loadingColor: string;
|
|
740
740
|
}, {
|
|
741
741
|
Scrollbar: import("../../_mixins").Theme<"Scrollbar", {
|
|
742
|
+
height: string;
|
|
743
|
+
width: string;
|
|
744
|
+
borderRadius: string;
|
|
742
745
|
color: string;
|
|
743
746
|
colorHover: string;
|
|
747
|
+
railInsetHorizontalBottom: string;
|
|
748
|
+
railInsetHorizontalTop: string;
|
|
749
|
+
railInsetVerticalRight: string;
|
|
750
|
+
railInsetVerticalLeft: string;
|
|
751
|
+
railColor: string;
|
|
744
752
|
}, any>;
|
|
745
753
|
Empty: import("../../_mixins").Theme<"Empty", {
|
|
746
754
|
iconSizeSmall: string;
|
|
@@ -878,8 +886,16 @@ export declare const dataTableProps: {
|
|
|
878
886
|
loadingColor: string;
|
|
879
887
|
}, {
|
|
880
888
|
Scrollbar: import("../../_mixins").Theme<"Scrollbar", {
|
|
889
|
+
height: string;
|
|
890
|
+
width: string;
|
|
891
|
+
borderRadius: string;
|
|
881
892
|
color: string;
|
|
882
893
|
colorHover: string;
|
|
894
|
+
railInsetHorizontalBottom: string;
|
|
895
|
+
railInsetHorizontalTop: string;
|
|
896
|
+
railInsetVerticalRight: string;
|
|
897
|
+
railInsetVerticalLeft: string;
|
|
898
|
+
railColor: string;
|
|
883
899
|
}, any>;
|
|
884
900
|
Empty: import("../../_mixins").Theme<"Empty", {
|
|
885
901
|
iconSizeSmall: string;
|
|
@@ -904,8 +920,16 @@ export declare const dataTableProps: {
|
|
|
904
920
|
}>;
|
|
905
921
|
}>;
|
|
906
922
|
Scrollbar: import("../../_mixins").Theme<"Scrollbar", {
|
|
923
|
+
height: string;
|
|
924
|
+
width: string;
|
|
925
|
+
borderRadius: string;
|
|
907
926
|
color: string;
|
|
908
927
|
colorHover: string;
|
|
928
|
+
railInsetHorizontalBottom: string;
|
|
929
|
+
railInsetHorizontalTop: string;
|
|
930
|
+
railInsetVerticalRight: string;
|
|
931
|
+
railInsetVerticalLeft: string;
|
|
932
|
+
railColor: string;
|
|
909
933
|
}, any>;
|
|
910
934
|
Empty: import("../../_mixins").Theme<"Empty", {
|
|
911
935
|
iconSizeSmall: string;
|
|
@@ -1663,8 +1687,16 @@ export declare const dataTableProps: {
|
|
|
1663
1687
|
loadingColor: string;
|
|
1664
1688
|
}, {
|
|
1665
1689
|
Scrollbar: import("../../_mixins").Theme<"Scrollbar", {
|
|
1690
|
+
height: string;
|
|
1691
|
+
width: string;
|
|
1692
|
+
borderRadius: string;
|
|
1666
1693
|
color: string;
|
|
1667
1694
|
colorHover: string;
|
|
1695
|
+
railInsetHorizontalBottom: string;
|
|
1696
|
+
railInsetHorizontalTop: string;
|
|
1697
|
+
railInsetVerticalRight: string;
|
|
1698
|
+
railInsetVerticalLeft: string;
|
|
1699
|
+
railColor: string;
|
|
1668
1700
|
}, any>;
|
|
1669
1701
|
Empty: import("../../_mixins").Theme<"Empty", {
|
|
1670
1702
|
iconSizeSmall: string;
|
|
@@ -1802,8 +1834,16 @@ export declare const dataTableProps: {
|
|
|
1802
1834
|
loadingColor: string;
|
|
1803
1835
|
}, {
|
|
1804
1836
|
Scrollbar: import("../../_mixins").Theme<"Scrollbar", {
|
|
1837
|
+
height: string;
|
|
1838
|
+
width: string;
|
|
1839
|
+
borderRadius: string;
|
|
1805
1840
|
color: string;
|
|
1806
1841
|
colorHover: string;
|
|
1842
|
+
railInsetHorizontalBottom: string;
|
|
1843
|
+
railInsetHorizontalTop: string;
|
|
1844
|
+
railInsetVerticalRight: string;
|
|
1845
|
+
railInsetVerticalLeft: string;
|
|
1846
|
+
railColor: string;
|
|
1807
1847
|
}, any>;
|
|
1808
1848
|
Empty: import("../../_mixins").Theme<"Empty", {
|
|
1809
1849
|
iconSizeSmall: string;
|
|
@@ -1828,8 +1868,16 @@ export declare const dataTableProps: {
|
|
|
1828
1868
|
}>;
|
|
1829
1869
|
}>;
|
|
1830
1870
|
Scrollbar: import("../../_mixins").Theme<"Scrollbar", {
|
|
1871
|
+
height: string;
|
|
1872
|
+
width: string;
|
|
1873
|
+
borderRadius: string;
|
|
1831
1874
|
color: string;
|
|
1832
1875
|
colorHover: string;
|
|
1876
|
+
railInsetHorizontalBottom: string;
|
|
1877
|
+
railInsetHorizontalTop: string;
|
|
1878
|
+
railInsetVerticalRight: string;
|
|
1879
|
+
railInsetVerticalLeft: string;
|
|
1880
|
+
railColor: string;
|
|
1833
1881
|
}, any>;
|
|
1834
1882
|
Empty: import("../../_mixins").Theme<"Empty", {
|
|
1835
1883
|
iconSizeSmall: string;
|
|
@@ -2587,8 +2635,16 @@ export declare const dataTableProps: {
|
|
|
2587
2635
|
loadingColor: string;
|
|
2588
2636
|
}, {
|
|
2589
2637
|
Scrollbar: import("../../_mixins").Theme<"Scrollbar", {
|
|
2638
|
+
height: string;
|
|
2639
|
+
width: string;
|
|
2640
|
+
borderRadius: string;
|
|
2590
2641
|
color: string;
|
|
2591
2642
|
colorHover: string;
|
|
2643
|
+
railInsetHorizontalBottom: string;
|
|
2644
|
+
railInsetHorizontalTop: string;
|
|
2645
|
+
railInsetVerticalRight: string;
|
|
2646
|
+
railInsetVerticalLeft: string;
|
|
2647
|
+
railColor: string;
|
|
2592
2648
|
}, any>;
|
|
2593
2649
|
Empty: import("../../_mixins").Theme<"Empty", {
|
|
2594
2650
|
iconSizeSmall: string;
|
|
@@ -2726,8 +2782,16 @@ export declare const dataTableProps: {
|
|
|
2726
2782
|
loadingColor: string;
|
|
2727
2783
|
}, {
|
|
2728
2784
|
Scrollbar: import("../../_mixins").Theme<"Scrollbar", {
|
|
2785
|
+
height: string;
|
|
2786
|
+
width: string;
|
|
2787
|
+
borderRadius: string;
|
|
2729
2788
|
color: string;
|
|
2730
2789
|
colorHover: string;
|
|
2790
|
+
railInsetHorizontalBottom: string;
|
|
2791
|
+
railInsetHorizontalTop: string;
|
|
2792
|
+
railInsetVerticalRight: string;
|
|
2793
|
+
railInsetVerticalLeft: string;
|
|
2794
|
+
railColor: string;
|
|
2731
2795
|
}, any>;
|
|
2732
2796
|
Empty: import("../../_mixins").Theme<"Empty", {
|
|
2733
2797
|
iconSizeSmall: string;
|
|
@@ -2752,8 +2816,16 @@ export declare const dataTableProps: {
|
|
|
2752
2816
|
}>;
|
|
2753
2817
|
}>;
|
|
2754
2818
|
Scrollbar: import("../../_mixins").Theme<"Scrollbar", {
|
|
2819
|
+
height: string;
|
|
2820
|
+
width: string;
|
|
2821
|
+
borderRadius: string;
|
|
2755
2822
|
color: string;
|
|
2756
2823
|
colorHover: string;
|
|
2824
|
+
railInsetHorizontalBottom: string;
|
|
2825
|
+
railInsetHorizontalTop: string;
|
|
2826
|
+
railInsetVerticalRight: string;
|
|
2827
|
+
railInsetVerticalLeft: string;
|
|
2828
|
+
railColor: string;
|
|
2757
2829
|
}, any>;
|
|
2758
2830
|
Empty: import("../../_mixins").Theme<"Empty", {
|
|
2759
2831
|
iconSizeSmall: string;
|
|
@@ -677,8 +677,16 @@ declare const dataTableLight: import("../../_mixins").Theme<"DataTable", {
|
|
|
677
677
|
loadingColor: string;
|
|
678
678
|
}, {
|
|
679
679
|
Scrollbar: import("../../_mixins").Theme<"Scrollbar", {
|
|
680
|
+
height: string;
|
|
681
|
+
width: string;
|
|
682
|
+
borderRadius: string;
|
|
680
683
|
color: string;
|
|
681
684
|
colorHover: string;
|
|
685
|
+
railInsetHorizontalBottom: string;
|
|
686
|
+
railInsetHorizontalTop: string;
|
|
687
|
+
railInsetVerticalRight: string;
|
|
688
|
+
railInsetVerticalLeft: string;
|
|
689
|
+
railColor: string;
|
|
682
690
|
}, any>;
|
|
683
691
|
Empty: import("../../_mixins").Theme<"Empty", {
|
|
684
692
|
iconSizeSmall: string;
|
|
@@ -816,8 +824,16 @@ declare const dataTableLight: import("../../_mixins").Theme<"DataTable", {
|
|
|
816
824
|
loadingColor: string;
|
|
817
825
|
}, {
|
|
818
826
|
Scrollbar: import("../../_mixins").Theme<"Scrollbar", {
|
|
827
|
+
height: string;
|
|
828
|
+
width: string;
|
|
829
|
+
borderRadius: string;
|
|
819
830
|
color: string;
|
|
820
831
|
colorHover: string;
|
|
832
|
+
railInsetHorizontalBottom: string;
|
|
833
|
+
railInsetHorizontalTop: string;
|
|
834
|
+
railInsetVerticalRight: string;
|
|
835
|
+
railInsetVerticalLeft: string;
|
|
836
|
+
railColor: string;
|
|
821
837
|
}, any>;
|
|
822
838
|
Empty: import("../../_mixins").Theme<"Empty", {
|
|
823
839
|
iconSizeSmall: string;
|
|
@@ -842,8 +858,16 @@ declare const dataTableLight: import("../../_mixins").Theme<"DataTable", {
|
|
|
842
858
|
}>;
|
|
843
859
|
}>;
|
|
844
860
|
Scrollbar: import("../../_mixins").Theme<"Scrollbar", {
|
|
861
|
+
height: string;
|
|
862
|
+
width: string;
|
|
863
|
+
borderRadius: string;
|
|
845
864
|
color: string;
|
|
846
865
|
colorHover: string;
|
|
866
|
+
railInsetHorizontalBottom: string;
|
|
867
|
+
railInsetHorizontalTop: string;
|
|
868
|
+
railInsetVerticalRight: string;
|
|
869
|
+
railInsetVerticalLeft: string;
|
|
870
|
+
railColor: string;
|
|
847
871
|
}, any>;
|
|
848
872
|
Empty: import("../../_mixins").Theme<"Empty", {
|
|
849
873
|
iconSizeSmall: string;
|
|
@@ -475,8 +475,16 @@ export declare const datePickerProps: {
|
|
|
475
475
|
iconColorDisabled: string;
|
|
476
476
|
}, {
|
|
477
477
|
Scrollbar: import("../../_mixins").Theme<"Scrollbar", {
|
|
478
|
+
height: string;
|
|
479
|
+
width: string;
|
|
480
|
+
borderRadius: string;
|
|
478
481
|
color: string;
|
|
479
482
|
colorHover: string;
|
|
483
|
+
railInsetHorizontalBottom: string;
|
|
484
|
+
railInsetHorizontalTop: string;
|
|
485
|
+
railInsetVerticalRight: string;
|
|
486
|
+
railInsetVerticalLeft: string;
|
|
487
|
+
railColor: string;
|
|
480
488
|
}, any>;
|
|
481
489
|
Button: import("../../_mixins").Theme<"Button", {
|
|
482
490
|
heightTiny: string;
|
|
@@ -763,8 +771,16 @@ export declare const datePickerProps: {
|
|
|
763
771
|
}, any>;
|
|
764
772
|
}>;
|
|
765
773
|
Scrollbar: import("../../_mixins").Theme<"Scrollbar", {
|
|
774
|
+
height: string;
|
|
775
|
+
width: string;
|
|
776
|
+
borderRadius: string;
|
|
766
777
|
color: string;
|
|
767
778
|
colorHover: string;
|
|
779
|
+
railInsetHorizontalBottom: string;
|
|
780
|
+
railInsetHorizontalTop: string;
|
|
781
|
+
railInsetVerticalRight: string;
|
|
782
|
+
railInsetVerticalLeft: string;
|
|
783
|
+
railColor: string;
|
|
768
784
|
}, any>;
|
|
769
785
|
}>>;
|
|
770
786
|
readonly themeOverrides: PropType<import("../../_mixins/use-theme").ExtractThemeOverrides<import("../../_mixins").Theme<"DatePicker", {
|
|
@@ -1168,8 +1184,16 @@ export declare const datePickerProps: {
|
|
|
1168
1184
|
iconColorDisabled: string;
|
|
1169
1185
|
}, {
|
|
1170
1186
|
Scrollbar: import("../../_mixins").Theme<"Scrollbar", {
|
|
1187
|
+
height: string;
|
|
1188
|
+
width: string;
|
|
1189
|
+
borderRadius: string;
|
|
1171
1190
|
color: string;
|
|
1172
1191
|
colorHover: string;
|
|
1192
|
+
railInsetHorizontalBottom: string;
|
|
1193
|
+
railInsetHorizontalTop: string;
|
|
1194
|
+
railInsetVerticalRight: string;
|
|
1195
|
+
railInsetVerticalLeft: string;
|
|
1196
|
+
railColor: string;
|
|
1173
1197
|
}, any>;
|
|
1174
1198
|
Button: import("../../_mixins").Theme<"Button", {
|
|
1175
1199
|
heightTiny: string;
|
|
@@ -1456,8 +1480,16 @@ export declare const datePickerProps: {
|
|
|
1456
1480
|
}, any>;
|
|
1457
1481
|
}>;
|
|
1458
1482
|
Scrollbar: import("../../_mixins").Theme<"Scrollbar", {
|
|
1483
|
+
height: string;
|
|
1484
|
+
width: string;
|
|
1485
|
+
borderRadius: string;
|
|
1459
1486
|
color: string;
|
|
1460
1487
|
colorHover: string;
|
|
1488
|
+
railInsetHorizontalBottom: string;
|
|
1489
|
+
railInsetHorizontalTop: string;
|
|
1490
|
+
railInsetVerticalRight: string;
|
|
1491
|
+
railInsetVerticalLeft: string;
|
|
1492
|
+
railColor: string;
|
|
1461
1493
|
}, any>;
|
|
1462
1494
|
}>>>;
|
|
1463
1495
|
readonly builtinThemeOverrides: PropType<import("../../_mixins/use-theme").ExtractThemeOverrides<import("../../_mixins").Theme<"DatePicker", {
|
|
@@ -1861,8 +1893,16 @@ export declare const datePickerProps: {
|
|
|
1861
1893
|
iconColorDisabled: string;
|
|
1862
1894
|
}, {
|
|
1863
1895
|
Scrollbar: import("../../_mixins").Theme<"Scrollbar", {
|
|
1896
|
+
height: string;
|
|
1897
|
+
width: string;
|
|
1898
|
+
borderRadius: string;
|
|
1864
1899
|
color: string;
|
|
1865
1900
|
colorHover: string;
|
|
1901
|
+
railInsetHorizontalBottom: string;
|
|
1902
|
+
railInsetHorizontalTop: string;
|
|
1903
|
+
railInsetVerticalRight: string;
|
|
1904
|
+
railInsetVerticalLeft: string;
|
|
1905
|
+
railColor: string;
|
|
1866
1906
|
}, any>;
|
|
1867
1907
|
Button: import("../../_mixins").Theme<"Button", {
|
|
1868
1908
|
heightTiny: string;
|
|
@@ -2149,8 +2189,16 @@ export declare const datePickerProps: {
|
|
|
2149
2189
|
}, any>;
|
|
2150
2190
|
}>;
|
|
2151
2191
|
Scrollbar: import("../../_mixins").Theme<"Scrollbar", {
|
|
2192
|
+
height: string;
|
|
2193
|
+
width: string;
|
|
2194
|
+
borderRadius: string;
|
|
2152
2195
|
color: string;
|
|
2153
2196
|
colorHover: string;
|
|
2197
|
+
railInsetHorizontalBottom: string;
|
|
2198
|
+
railInsetHorizontalTop: string;
|
|
2199
|
+
railInsetVerticalRight: string;
|
|
2200
|
+
railInsetVerticalLeft: string;
|
|
2201
|
+
railColor: string;
|
|
2154
2202
|
}, any>;
|
|
2155
2203
|
}>>>;
|
|
2156
2204
|
};
|
|
@@ -2625,8 +2673,16 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2625
2673
|
iconColorDisabled: string;
|
|
2626
2674
|
}, {
|
|
2627
2675
|
Scrollbar: import("../../_mixins").Theme<"Scrollbar", {
|
|
2676
|
+
height: string;
|
|
2677
|
+
width: string;
|
|
2678
|
+
borderRadius: string;
|
|
2628
2679
|
color: string;
|
|
2629
2680
|
colorHover: string;
|
|
2681
|
+
railInsetHorizontalBottom: string;
|
|
2682
|
+
railInsetHorizontalTop: string;
|
|
2683
|
+
railInsetVerticalRight: string;
|
|
2684
|
+
railInsetVerticalLeft: string;
|
|
2685
|
+
railColor: string;
|
|
2630
2686
|
}, any>;
|
|
2631
2687
|
Button: import("../../_mixins").Theme<"Button", {
|
|
2632
2688
|
heightTiny: string;
|
|
@@ -2913,8 +2969,16 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2913
2969
|
}, any>;
|
|
2914
2970
|
}>;
|
|
2915
2971
|
Scrollbar: import("../../_mixins").Theme<"Scrollbar", {
|
|
2972
|
+
height: string;
|
|
2973
|
+
width: string;
|
|
2974
|
+
borderRadius: string;
|
|
2916
2975
|
color: string;
|
|
2917
2976
|
colorHover: string;
|
|
2977
|
+
railInsetHorizontalBottom: string;
|
|
2978
|
+
railInsetHorizontalTop: string;
|
|
2979
|
+
railInsetVerticalRight: string;
|
|
2980
|
+
railInsetVerticalLeft: string;
|
|
2981
|
+
railColor: string;
|
|
2918
2982
|
}, any>;
|
|
2919
2983
|
}>>;
|
|
2920
2984
|
readonly themeOverrides: PropType<import("../../_mixins/use-theme").ExtractThemeOverrides<import("../../_mixins").Theme<"DatePicker", {
|
|
@@ -3318,8 +3382,16 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3318
3382
|
iconColorDisabled: string;
|
|
3319
3383
|
}, {
|
|
3320
3384
|
Scrollbar: import("../../_mixins").Theme<"Scrollbar", {
|
|
3385
|
+
height: string;
|
|
3386
|
+
width: string;
|
|
3387
|
+
borderRadius: string;
|
|
3321
3388
|
color: string;
|
|
3322
3389
|
colorHover: string;
|
|
3390
|
+
railInsetHorizontalBottom: string;
|
|
3391
|
+
railInsetHorizontalTop: string;
|
|
3392
|
+
railInsetVerticalRight: string;
|
|
3393
|
+
railInsetVerticalLeft: string;
|
|
3394
|
+
railColor: string;
|
|
3323
3395
|
}, any>;
|
|
3324
3396
|
Button: import("../../_mixins").Theme<"Button", {
|
|
3325
3397
|
heightTiny: string;
|
|
@@ -3606,8 +3678,16 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3606
3678
|
}, any>;
|
|
3607
3679
|
}>;
|
|
3608
3680
|
Scrollbar: import("../../_mixins").Theme<"Scrollbar", {
|
|
3681
|
+
height: string;
|
|
3682
|
+
width: string;
|
|
3683
|
+
borderRadius: string;
|
|
3609
3684
|
color: string;
|
|
3610
3685
|
colorHover: string;
|
|
3686
|
+
railInsetHorizontalBottom: string;
|
|
3687
|
+
railInsetHorizontalTop: string;
|
|
3688
|
+
railInsetVerticalRight: string;
|
|
3689
|
+
railInsetVerticalLeft: string;
|
|
3690
|
+
railColor: string;
|
|
3611
3691
|
}, any>;
|
|
3612
3692
|
}>>>;
|
|
3613
3693
|
readonly builtinThemeOverrides: PropType<import("../../_mixins/use-theme").ExtractThemeOverrides<import("../../_mixins").Theme<"DatePicker", {
|
|
@@ -4011,8 +4091,16 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4011
4091
|
iconColorDisabled: string;
|
|
4012
4092
|
}, {
|
|
4013
4093
|
Scrollbar: import("../../_mixins").Theme<"Scrollbar", {
|
|
4094
|
+
height: string;
|
|
4095
|
+
width: string;
|
|
4096
|
+
borderRadius: string;
|
|
4014
4097
|
color: string;
|
|
4015
4098
|
colorHover: string;
|
|
4099
|
+
railInsetHorizontalBottom: string;
|
|
4100
|
+
railInsetHorizontalTop: string;
|
|
4101
|
+
railInsetVerticalRight: string;
|
|
4102
|
+
railInsetVerticalLeft: string;
|
|
4103
|
+
railColor: string;
|
|
4016
4104
|
}, any>;
|
|
4017
4105
|
Button: import("../../_mixins").Theme<"Button", {
|
|
4018
4106
|
heightTiny: string;
|
|
@@ -4299,8 +4387,16 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4299
4387
|
}, any>;
|
|
4300
4388
|
}>;
|
|
4301
4389
|
Scrollbar: import("../../_mixins").Theme<"Scrollbar", {
|
|
4390
|
+
height: string;
|
|
4391
|
+
width: string;
|
|
4392
|
+
borderRadius: string;
|
|
4302
4393
|
color: string;
|
|
4303
4394
|
colorHover: string;
|
|
4395
|
+
railInsetHorizontalBottom: string;
|
|
4396
|
+
railInsetHorizontalTop: string;
|
|
4397
|
+
railInsetVerticalRight: string;
|
|
4398
|
+
railInsetVerticalLeft: string;
|
|
4399
|
+
railColor: string;
|
|
4304
4400
|
}, any>;
|
|
4305
4401
|
}>>>;
|
|
4306
4402
|
}, {
|
|
@@ -4328,7 +4424,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4328
4424
|
yearVlRef?: {
|
|
4329
4425
|
listElRef: HTMLElement;
|
|
4330
4426
|
itemsElRef: HTMLElement | null;
|
|
4331
|
-
scrollTo: import("vueuc
|
|
4427
|
+
scrollTo: import("vueuc").VVirtualListScrollTo;
|
|
4332
4428
|
} | null | undefined;
|
|
4333
4429
|
startYearScrollbarRef?: {
|
|
4334
4430
|
$el: HTMLElement;
|
|
@@ -4381,12 +4477,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4381
4477
|
startYearVlRef?: {
|
|
4382
4478
|
listElRef: HTMLElement;
|
|
4383
4479
|
itemsElRef: HTMLElement | null;
|
|
4384
|
-
scrollTo: import("vueuc
|
|
4480
|
+
scrollTo: import("vueuc").VVirtualListScrollTo;
|
|
4385
4481
|
} | null | undefined;
|
|
4386
4482
|
endYearVlRef?: {
|
|
4387
4483
|
listElRef: HTMLElement;
|
|
4388
4484
|
itemsElRef: HTMLElement | null;
|
|
4389
|
-
scrollTo: import("vueuc
|
|
4485
|
+
scrollTo: import("vueuc").VVirtualListScrollTo;
|
|
4390
4486
|
} | null | undefined;
|
|
4391
4487
|
} | null>;
|
|
4392
4488
|
triggerElRef: Ref<HTMLElement | null>;
|
|
@@ -4838,8 +4934,16 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4838
4934
|
iconColorDisabled: string;
|
|
4839
4935
|
}, {
|
|
4840
4936
|
Scrollbar: import("../../_mixins").Theme<"Scrollbar", {
|
|
4937
|
+
height: string;
|
|
4938
|
+
width: string;
|
|
4939
|
+
borderRadius: string;
|
|
4841
4940
|
color: string;
|
|
4842
4941
|
colorHover: string;
|
|
4942
|
+
railInsetHorizontalBottom: string;
|
|
4943
|
+
railInsetHorizontalTop: string;
|
|
4944
|
+
railInsetVerticalRight: string;
|
|
4945
|
+
railInsetVerticalLeft: string;
|
|
4946
|
+
railColor: string;
|
|
4843
4947
|
}, any>;
|
|
4844
4948
|
Button: import("../../_mixins").Theme<"Button", {
|
|
4845
4949
|
heightTiny: string;
|
|
@@ -5126,8 +5230,16 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
5126
5230
|
}, any>;
|
|
5127
5231
|
}>;
|
|
5128
5232
|
Scrollbar: import("../../_mixins").Theme<"Scrollbar", {
|
|
5233
|
+
height: string;
|
|
5234
|
+
width: string;
|
|
5235
|
+
borderRadius: string;
|
|
5129
5236
|
color: string;
|
|
5130
5237
|
colorHover: string;
|
|
5238
|
+
railInsetHorizontalBottom: string;
|
|
5239
|
+
railInsetHorizontalTop: string;
|
|
5240
|
+
railInsetVerticalRight: string;
|
|
5241
|
+
railInsetVerticalLeft: string;
|
|
5242
|
+
railColor: string;
|
|
5131
5243
|
}, any>;
|
|
5132
5244
|
};
|
|
5133
5245
|
peerOverrides: {
|
|
@@ -5144,8 +5256,16 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
5144
5256
|
TimePicker?: {
|
|
5145
5257
|
peers?: {
|
|
5146
5258
|
Scrollbar?: import("../../_mixins/use-theme").ExtractThemeOverrides<import("../../_mixins").Theme<"Scrollbar", {
|
|
5259
|
+
height: string;
|
|
5260
|
+
width: string;
|
|
5261
|
+
borderRadius: string;
|
|
5147
5262
|
color: string;
|
|
5148
5263
|
colorHover: string;
|
|
5264
|
+
railInsetHorizontalBottom: string;
|
|
5265
|
+
railInsetHorizontalTop: string;
|
|
5266
|
+
railInsetVerticalRight: string;
|
|
5267
|
+
railInsetVerticalLeft: string;
|
|
5268
|
+
railColor: string;
|
|
5149
5269
|
}, any>> | undefined;
|
|
5150
5270
|
Button?: import("../../_mixins/use-theme").ExtractThemeOverrides<import("../../_mixins").Theme<"Button", {
|
|
5151
5271
|
heightTiny: string;
|
|
@@ -5998,8 +6118,16 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
5998
6118
|
iconColorDisabled: string;
|
|
5999
6119
|
}, {
|
|
6000
6120
|
Scrollbar: import("../../_mixins").Theme<"Scrollbar", {
|
|
6121
|
+
height: string;
|
|
6122
|
+
width: string;
|
|
6123
|
+
borderRadius: string;
|
|
6001
6124
|
color: string;
|
|
6002
6125
|
colorHover: string;
|
|
6126
|
+
railInsetHorizontalBottom: string;
|
|
6127
|
+
railInsetHorizontalTop: string;
|
|
6128
|
+
railInsetVerticalRight: string;
|
|
6129
|
+
railInsetVerticalLeft: string;
|
|
6130
|
+
railColor: string;
|
|
6003
6131
|
}, any>;
|
|
6004
6132
|
Button: import("../../_mixins").Theme<"Button", {
|
|
6005
6133
|
heightTiny: string;
|
|
@@ -6286,8 +6414,16 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
6286
6414
|
}, any>;
|
|
6287
6415
|
}>;
|
|
6288
6416
|
Scrollbar: import("../../_mixins").Theme<"Scrollbar", {
|
|
6417
|
+
height: string;
|
|
6418
|
+
width: string;
|
|
6419
|
+
borderRadius: string;
|
|
6289
6420
|
color: string;
|
|
6290
6421
|
colorHover: string;
|
|
6422
|
+
railInsetHorizontalBottom: string;
|
|
6423
|
+
railInsetHorizontalTop: string;
|
|
6424
|
+
railInsetVerticalRight: string;
|
|
6425
|
+
railInsetVerticalLeft: string;
|
|
6426
|
+
railColor: string;
|
|
6291
6427
|
}, any>;
|
|
6292
6428
|
}>>;
|
|
6293
6429
|
readonly themeOverrides: PropType<import("../../_mixins/use-theme").ExtractThemeOverrides<import("../../_mixins").Theme<"DatePicker", {
|
|
@@ -6691,8 +6827,16 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
6691
6827
|
iconColorDisabled: string;
|
|
6692
6828
|
}, {
|
|
6693
6829
|
Scrollbar: import("../../_mixins").Theme<"Scrollbar", {
|
|
6830
|
+
height: string;
|
|
6831
|
+
width: string;
|
|
6832
|
+
borderRadius: string;
|
|
6694
6833
|
color: string;
|
|
6695
6834
|
colorHover: string;
|
|
6835
|
+
railInsetHorizontalBottom: string;
|
|
6836
|
+
railInsetHorizontalTop: string;
|
|
6837
|
+
railInsetVerticalRight: string;
|
|
6838
|
+
railInsetVerticalLeft: string;
|
|
6839
|
+
railColor: string;
|
|
6696
6840
|
}, any>;
|
|
6697
6841
|
Button: import("../../_mixins").Theme<"Button", {
|
|
6698
6842
|
heightTiny: string;
|
|
@@ -6979,8 +7123,16 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
6979
7123
|
}, any>;
|
|
6980
7124
|
}>;
|
|
6981
7125
|
Scrollbar: import("../../_mixins").Theme<"Scrollbar", {
|
|
7126
|
+
height: string;
|
|
7127
|
+
width: string;
|
|
7128
|
+
borderRadius: string;
|
|
6982
7129
|
color: string;
|
|
6983
7130
|
colorHover: string;
|
|
7131
|
+
railInsetHorizontalBottom: string;
|
|
7132
|
+
railInsetHorizontalTop: string;
|
|
7133
|
+
railInsetVerticalRight: string;
|
|
7134
|
+
railInsetVerticalLeft: string;
|
|
7135
|
+
railColor: string;
|
|
6984
7136
|
}, any>;
|
|
6985
7137
|
}>>>;
|
|
6986
7138
|
readonly builtinThemeOverrides: PropType<import("../../_mixins/use-theme").ExtractThemeOverrides<import("../../_mixins").Theme<"DatePicker", {
|
|
@@ -7384,8 +7536,16 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
7384
7536
|
iconColorDisabled: string;
|
|
7385
7537
|
}, {
|
|
7386
7538
|
Scrollbar: import("../../_mixins").Theme<"Scrollbar", {
|
|
7539
|
+
height: string;
|
|
7540
|
+
width: string;
|
|
7541
|
+
borderRadius: string;
|
|
7387
7542
|
color: string;
|
|
7388
7543
|
colorHover: string;
|
|
7544
|
+
railInsetHorizontalBottom: string;
|
|
7545
|
+
railInsetHorizontalTop: string;
|
|
7546
|
+
railInsetVerticalRight: string;
|
|
7547
|
+
railInsetVerticalLeft: string;
|
|
7548
|
+
railColor: string;
|
|
7389
7549
|
}, any>;
|
|
7390
7550
|
Button: import("../../_mixins").Theme<"Button", {
|
|
7391
7551
|
heightTiny: string;
|
|
@@ -7672,8 +7832,16 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
7672
7832
|
}, any>;
|
|
7673
7833
|
}>;
|
|
7674
7834
|
Scrollbar: import("../../_mixins").Theme<"Scrollbar", {
|
|
7835
|
+
height: string;
|
|
7836
|
+
width: string;
|
|
7837
|
+
borderRadius: string;
|
|
7675
7838
|
color: string;
|
|
7676
7839
|
colorHover: string;
|
|
7840
|
+
railInsetHorizontalBottom: string;
|
|
7841
|
+
railInsetHorizontalTop: string;
|
|
7842
|
+
railInsetVerticalRight: string;
|
|
7843
|
+
railInsetVerticalLeft: string;
|
|
7844
|
+
railColor: string;
|
|
7677
7845
|
}, any>;
|
|
7678
7846
|
}>>>;
|
|
7679
7847
|
}>>, {
|