@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
package/es/components.js
CHANGED
|
@@ -43,6 +43,7 @@ export * from './grid';
|
|
|
43
43
|
export * from './icon';
|
|
44
44
|
export * from './icon-wrapper';
|
|
45
45
|
export * from './image';
|
|
46
|
+
export * from './infinite-scroll';
|
|
46
47
|
export * from './input';
|
|
47
48
|
export * from './input-number';
|
|
48
49
|
export * from './input-otp';
|
|
@@ -89,6 +90,7 @@ export * from './tree';
|
|
|
89
90
|
export * from './tree-select';
|
|
90
91
|
export * from './typography';
|
|
91
92
|
export * from './upload';
|
|
93
|
+
export * from './virtual-list';
|
|
92
94
|
export * from './watermark';
|
|
93
95
|
export * from './discrete';
|
|
94
96
|
export * from './equation';
|
|
@@ -728,8 +728,16 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
728
728
|
loadingColor: string;
|
|
729
729
|
}, {
|
|
730
730
|
Scrollbar: import("../../_mixins").Theme<"Scrollbar", {
|
|
731
|
+
height: string;
|
|
732
|
+
width: string;
|
|
733
|
+
borderRadius: string;
|
|
731
734
|
color: string;
|
|
732
735
|
colorHover: string;
|
|
736
|
+
railInsetHorizontalBottom: string;
|
|
737
|
+
railInsetHorizontalTop: string;
|
|
738
|
+
railInsetVerticalRight: string;
|
|
739
|
+
railInsetVerticalLeft: string;
|
|
740
|
+
railColor: string;
|
|
733
741
|
}, any>;
|
|
734
742
|
Empty: import("../../_mixins").Theme<"Empty", {
|
|
735
743
|
iconSizeSmall: string;
|
|
@@ -867,8 +875,16 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
867
875
|
loadingColor: string;
|
|
868
876
|
}, {
|
|
869
877
|
Scrollbar: import("../../_mixins").Theme<"Scrollbar", {
|
|
878
|
+
height: string;
|
|
879
|
+
width: string;
|
|
880
|
+
borderRadius: string;
|
|
870
881
|
color: string;
|
|
871
882
|
colorHover: string;
|
|
883
|
+
railInsetHorizontalBottom: string;
|
|
884
|
+
railInsetHorizontalTop: string;
|
|
885
|
+
railInsetVerticalRight: string;
|
|
886
|
+
railInsetVerticalLeft: string;
|
|
887
|
+
railColor: string;
|
|
872
888
|
}, any>;
|
|
873
889
|
Empty: import("../../_mixins").Theme<"Empty", {
|
|
874
890
|
iconSizeSmall: string;
|
|
@@ -893,8 +909,16 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
893
909
|
}>;
|
|
894
910
|
}>;
|
|
895
911
|
Scrollbar: import("../../_mixins").Theme<"Scrollbar", {
|
|
912
|
+
height: string;
|
|
913
|
+
width: string;
|
|
914
|
+
borderRadius: string;
|
|
896
915
|
color: string;
|
|
897
916
|
colorHover: string;
|
|
917
|
+
railInsetHorizontalBottom: string;
|
|
918
|
+
railInsetHorizontalTop: string;
|
|
919
|
+
railInsetVerticalRight: string;
|
|
920
|
+
railInsetVerticalLeft: string;
|
|
921
|
+
railColor: string;
|
|
898
922
|
}, any>;
|
|
899
923
|
Empty: import("../../_mixins").Theme<"Empty", {
|
|
900
924
|
iconSizeSmall: string;
|
|
@@ -1652,8 +1676,16 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1652
1676
|
loadingColor: string;
|
|
1653
1677
|
}, {
|
|
1654
1678
|
Scrollbar: import("../../_mixins").Theme<"Scrollbar", {
|
|
1679
|
+
height: string;
|
|
1680
|
+
width: string;
|
|
1681
|
+
borderRadius: string;
|
|
1655
1682
|
color: string;
|
|
1656
1683
|
colorHover: string;
|
|
1684
|
+
railInsetHorizontalBottom: string;
|
|
1685
|
+
railInsetHorizontalTop: string;
|
|
1686
|
+
railInsetVerticalRight: string;
|
|
1687
|
+
railInsetVerticalLeft: string;
|
|
1688
|
+
railColor: string;
|
|
1657
1689
|
}, any>;
|
|
1658
1690
|
Empty: import("../../_mixins").Theme<"Empty", {
|
|
1659
1691
|
iconSizeSmall: string;
|
|
@@ -1791,8 +1823,16 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1791
1823
|
loadingColor: string;
|
|
1792
1824
|
}, {
|
|
1793
1825
|
Scrollbar: import("../../_mixins").Theme<"Scrollbar", {
|
|
1826
|
+
height: string;
|
|
1827
|
+
width: string;
|
|
1828
|
+
borderRadius: string;
|
|
1794
1829
|
color: string;
|
|
1795
1830
|
colorHover: string;
|
|
1831
|
+
railInsetHorizontalBottom: string;
|
|
1832
|
+
railInsetHorizontalTop: string;
|
|
1833
|
+
railInsetVerticalRight: string;
|
|
1834
|
+
railInsetVerticalLeft: string;
|
|
1835
|
+
railColor: string;
|
|
1796
1836
|
}, any>;
|
|
1797
1837
|
Empty: import("../../_mixins").Theme<"Empty", {
|
|
1798
1838
|
iconSizeSmall: string;
|
|
@@ -1817,8 +1857,16 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1817
1857
|
}>;
|
|
1818
1858
|
}>;
|
|
1819
1859
|
Scrollbar: import("../../_mixins").Theme<"Scrollbar", {
|
|
1860
|
+
height: string;
|
|
1861
|
+
width: string;
|
|
1862
|
+
borderRadius: string;
|
|
1820
1863
|
color: string;
|
|
1821
1864
|
colorHover: string;
|
|
1865
|
+
railInsetHorizontalBottom: string;
|
|
1866
|
+
railInsetHorizontalTop: string;
|
|
1867
|
+
railInsetVerticalRight: string;
|
|
1868
|
+
railInsetVerticalLeft: string;
|
|
1869
|
+
railColor: string;
|
|
1822
1870
|
}, any>;
|
|
1823
1871
|
Empty: import("../../_mixins").Theme<"Empty", {
|
|
1824
1872
|
iconSizeSmall: string;
|
|
@@ -2576,8 +2624,16 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2576
2624
|
loadingColor: string;
|
|
2577
2625
|
}, {
|
|
2578
2626
|
Scrollbar: import("../../_mixins").Theme<"Scrollbar", {
|
|
2627
|
+
height: string;
|
|
2628
|
+
width: string;
|
|
2629
|
+
borderRadius: string;
|
|
2579
2630
|
color: string;
|
|
2580
2631
|
colorHover: string;
|
|
2632
|
+
railInsetHorizontalBottom: string;
|
|
2633
|
+
railInsetHorizontalTop: string;
|
|
2634
|
+
railInsetVerticalRight: string;
|
|
2635
|
+
railInsetVerticalLeft: string;
|
|
2636
|
+
railColor: string;
|
|
2581
2637
|
}, any>;
|
|
2582
2638
|
Empty: import("../../_mixins").Theme<"Empty", {
|
|
2583
2639
|
iconSizeSmall: string;
|
|
@@ -2715,8 +2771,16 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2715
2771
|
loadingColor: string;
|
|
2716
2772
|
}, {
|
|
2717
2773
|
Scrollbar: import("../../_mixins").Theme<"Scrollbar", {
|
|
2774
|
+
height: string;
|
|
2775
|
+
width: string;
|
|
2776
|
+
borderRadius: string;
|
|
2718
2777
|
color: string;
|
|
2719
2778
|
colorHover: string;
|
|
2779
|
+
railInsetHorizontalBottom: string;
|
|
2780
|
+
railInsetHorizontalTop: string;
|
|
2781
|
+
railInsetVerticalRight: string;
|
|
2782
|
+
railInsetVerticalLeft: string;
|
|
2783
|
+
railColor: string;
|
|
2720
2784
|
}, any>;
|
|
2721
2785
|
Empty: import("../../_mixins").Theme<"Empty", {
|
|
2722
2786
|
iconSizeSmall: string;
|
|
@@ -2741,8 +2805,16 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2741
2805
|
}>;
|
|
2742
2806
|
}>;
|
|
2743
2807
|
Scrollbar: import("../../_mixins").Theme<"Scrollbar", {
|
|
2808
|
+
height: string;
|
|
2809
|
+
width: string;
|
|
2810
|
+
borderRadius: string;
|
|
2744
2811
|
color: string;
|
|
2745
2812
|
colorHover: string;
|
|
2813
|
+
railInsetHorizontalBottom: string;
|
|
2814
|
+
railInsetHorizontalTop: string;
|
|
2815
|
+
railInsetVerticalRight: string;
|
|
2816
|
+
railInsetVerticalLeft: string;
|
|
2817
|
+
railColor: string;
|
|
2746
2818
|
}, any>;
|
|
2747
2819
|
Empty: import("../../_mixins").Theme<"Empty", {
|
|
2748
2820
|
iconSizeSmall: string;
|
|
@@ -3523,8 +3595,16 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3523
3595
|
loadingColor: string;
|
|
3524
3596
|
}, {
|
|
3525
3597
|
Scrollbar: import("../../_mixins").Theme<"Scrollbar", {
|
|
3598
|
+
height: string;
|
|
3599
|
+
width: string;
|
|
3600
|
+
borderRadius: string;
|
|
3526
3601
|
color: string;
|
|
3527
3602
|
colorHover: string;
|
|
3603
|
+
railInsetHorizontalBottom: string;
|
|
3604
|
+
railInsetHorizontalTop: string;
|
|
3605
|
+
railInsetVerticalRight: string;
|
|
3606
|
+
railInsetVerticalLeft: string;
|
|
3607
|
+
railColor: string;
|
|
3528
3608
|
}, any>;
|
|
3529
3609
|
Empty: import("../../_mixins").Theme<"Empty", {
|
|
3530
3610
|
iconSizeSmall: string;
|
|
@@ -3662,8 +3742,16 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3662
3742
|
loadingColor: string;
|
|
3663
3743
|
}, {
|
|
3664
3744
|
Scrollbar: import("../../_mixins").Theme<"Scrollbar", {
|
|
3745
|
+
height: string;
|
|
3746
|
+
width: string;
|
|
3747
|
+
borderRadius: string;
|
|
3665
3748
|
color: string;
|
|
3666
3749
|
colorHover: string;
|
|
3750
|
+
railInsetHorizontalBottom: string;
|
|
3751
|
+
railInsetHorizontalTop: string;
|
|
3752
|
+
railInsetVerticalRight: string;
|
|
3753
|
+
railInsetVerticalLeft: string;
|
|
3754
|
+
railColor: string;
|
|
3667
3755
|
}, any>;
|
|
3668
3756
|
Empty: import("../../_mixins").Theme<"Empty", {
|
|
3669
3757
|
iconSizeSmall: string;
|
|
@@ -3688,8 +3776,16 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3688
3776
|
}>;
|
|
3689
3777
|
}>;
|
|
3690
3778
|
Scrollbar: import("../../_mixins").Theme<"Scrollbar", {
|
|
3779
|
+
height: string;
|
|
3780
|
+
width: string;
|
|
3781
|
+
borderRadius: string;
|
|
3691
3782
|
color: string;
|
|
3692
3783
|
colorHover: string;
|
|
3784
|
+
railInsetHorizontalBottom: string;
|
|
3785
|
+
railInsetHorizontalTop: string;
|
|
3786
|
+
railInsetVerticalRight: string;
|
|
3787
|
+
railInsetVerticalLeft: string;
|
|
3788
|
+
railColor: string;
|
|
3693
3789
|
}, any>;
|
|
3694
3790
|
Empty: import("../../_mixins").Theme<"Empty", {
|
|
3695
3791
|
iconSizeSmall: string;
|
|
@@ -4008,8 +4104,16 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4008
4104
|
loadingColor: string;
|
|
4009
4105
|
}, {
|
|
4010
4106
|
Scrollbar: import("../../_mixins").Theme<"Scrollbar", {
|
|
4107
|
+
height: string;
|
|
4108
|
+
width: string;
|
|
4109
|
+
borderRadius: string;
|
|
4011
4110
|
color: string;
|
|
4012
4111
|
colorHover: string;
|
|
4112
|
+
railInsetHorizontalBottom: string;
|
|
4113
|
+
railInsetHorizontalTop: string;
|
|
4114
|
+
railInsetVerticalRight: string;
|
|
4115
|
+
railInsetVerticalLeft: string;
|
|
4116
|
+
railColor: string;
|
|
4013
4117
|
}, any>;
|
|
4014
4118
|
Empty: import("../../_mixins").Theme<"Empty", {
|
|
4015
4119
|
iconSizeSmall: string;
|
|
@@ -4147,8 +4251,16 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4147
4251
|
loadingColor: string;
|
|
4148
4252
|
}, {
|
|
4149
4253
|
Scrollbar: import("../../_mixins").Theme<"Scrollbar", {
|
|
4254
|
+
height: string;
|
|
4255
|
+
width: string;
|
|
4256
|
+
borderRadius: string;
|
|
4150
4257
|
color: string;
|
|
4151
4258
|
colorHover: string;
|
|
4259
|
+
railInsetHorizontalBottom: string;
|
|
4260
|
+
railInsetHorizontalTop: string;
|
|
4261
|
+
railInsetVerticalRight: string;
|
|
4262
|
+
railInsetVerticalLeft: string;
|
|
4263
|
+
railColor: string;
|
|
4152
4264
|
}, any>;
|
|
4153
4265
|
Empty: import("../../_mixins").Theme<"Empty", {
|
|
4154
4266
|
iconSizeSmall: string;
|
|
@@ -5028,8 +5140,16 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
5028
5140
|
loadingColor: string;
|
|
5029
5141
|
}, {
|
|
5030
5142
|
Scrollbar: import("../../_mixins").Theme<"Scrollbar", {
|
|
5143
|
+
height: string;
|
|
5144
|
+
width: string;
|
|
5145
|
+
borderRadius: string;
|
|
5031
5146
|
color: string;
|
|
5032
5147
|
colorHover: string;
|
|
5148
|
+
railInsetHorizontalBottom: string;
|
|
5149
|
+
railInsetHorizontalTop: string;
|
|
5150
|
+
railInsetVerticalRight: string;
|
|
5151
|
+
railInsetVerticalLeft: string;
|
|
5152
|
+
railColor: string;
|
|
5033
5153
|
}, any>;
|
|
5034
5154
|
Empty: import("../../_mixins").Theme<"Empty", {
|
|
5035
5155
|
iconSizeSmall: string;
|
|
@@ -5167,8 +5287,16 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
5167
5287
|
loadingColor: string;
|
|
5168
5288
|
}, {
|
|
5169
5289
|
Scrollbar: import("../../_mixins").Theme<"Scrollbar", {
|
|
5290
|
+
height: string;
|
|
5291
|
+
width: string;
|
|
5292
|
+
borderRadius: string;
|
|
5170
5293
|
color: string;
|
|
5171
5294
|
colorHover: string;
|
|
5295
|
+
railInsetHorizontalBottom: string;
|
|
5296
|
+
railInsetHorizontalTop: string;
|
|
5297
|
+
railInsetVerticalRight: string;
|
|
5298
|
+
railInsetVerticalLeft: string;
|
|
5299
|
+
railColor: string;
|
|
5172
5300
|
}, any>;
|
|
5173
5301
|
Empty: import("../../_mixins").Theme<"Empty", {
|
|
5174
5302
|
iconSizeSmall: string;
|
|
@@ -5193,8 +5321,16 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
5193
5321
|
}>;
|
|
5194
5322
|
}>;
|
|
5195
5323
|
Scrollbar: import("../../_mixins").Theme<"Scrollbar", {
|
|
5324
|
+
height: string;
|
|
5325
|
+
width: string;
|
|
5326
|
+
borderRadius: string;
|
|
5196
5327
|
color: string;
|
|
5197
5328
|
colorHover: string;
|
|
5329
|
+
railInsetHorizontalBottom: string;
|
|
5330
|
+
railInsetHorizontalTop: string;
|
|
5331
|
+
railInsetVerticalRight: string;
|
|
5332
|
+
railInsetVerticalLeft: string;
|
|
5333
|
+
railColor: string;
|
|
5198
5334
|
}, any>;
|
|
5199
5335
|
Empty: import("../../_mixins").Theme<"Empty", {
|
|
5200
5336
|
iconSizeSmall: string;
|
|
@@ -5952,8 +6088,16 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
5952
6088
|
loadingColor: string;
|
|
5953
6089
|
}, {
|
|
5954
6090
|
Scrollbar: import("../../_mixins").Theme<"Scrollbar", {
|
|
6091
|
+
height: string;
|
|
6092
|
+
width: string;
|
|
6093
|
+
borderRadius: string;
|
|
5955
6094
|
color: string;
|
|
5956
6095
|
colorHover: string;
|
|
6096
|
+
railInsetHorizontalBottom: string;
|
|
6097
|
+
railInsetHorizontalTop: string;
|
|
6098
|
+
railInsetVerticalRight: string;
|
|
6099
|
+
railInsetVerticalLeft: string;
|
|
6100
|
+
railColor: string;
|
|
5957
6101
|
}, any>;
|
|
5958
6102
|
Empty: import("../../_mixins").Theme<"Empty", {
|
|
5959
6103
|
iconSizeSmall: string;
|
|
@@ -6091,8 +6235,16 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
6091
6235
|
loadingColor: string;
|
|
6092
6236
|
}, {
|
|
6093
6237
|
Scrollbar: import("../../_mixins").Theme<"Scrollbar", {
|
|
6238
|
+
height: string;
|
|
6239
|
+
width: string;
|
|
6240
|
+
borderRadius: string;
|
|
6094
6241
|
color: string;
|
|
6095
6242
|
colorHover: string;
|
|
6243
|
+
railInsetHorizontalBottom: string;
|
|
6244
|
+
railInsetHorizontalTop: string;
|
|
6245
|
+
railInsetVerticalRight: string;
|
|
6246
|
+
railInsetVerticalLeft: string;
|
|
6247
|
+
railColor: string;
|
|
6096
6248
|
}, any>;
|
|
6097
6249
|
Empty: import("../../_mixins").Theme<"Empty", {
|
|
6098
6250
|
iconSizeSmall: string;
|
|
@@ -6117,8 +6269,16 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
6117
6269
|
}>;
|
|
6118
6270
|
}>;
|
|
6119
6271
|
Scrollbar: import("../../_mixins").Theme<"Scrollbar", {
|
|
6272
|
+
height: string;
|
|
6273
|
+
width: string;
|
|
6274
|
+
borderRadius: string;
|
|
6120
6275
|
color: string;
|
|
6121
6276
|
colorHover: string;
|
|
6277
|
+
railInsetHorizontalBottom: string;
|
|
6278
|
+
railInsetHorizontalTop: string;
|
|
6279
|
+
railInsetVerticalRight: string;
|
|
6280
|
+
railInsetVerticalLeft: string;
|
|
6281
|
+
railColor: string;
|
|
6122
6282
|
}, any>;
|
|
6123
6283
|
Empty: import("../../_mixins").Theme<"Empty", {
|
|
6124
6284
|
iconSizeSmall: string;
|
|
@@ -6876,8 +7036,16 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
6876
7036
|
loadingColor: string;
|
|
6877
7037
|
}, {
|
|
6878
7038
|
Scrollbar: import("../../_mixins").Theme<"Scrollbar", {
|
|
7039
|
+
height: string;
|
|
7040
|
+
width: string;
|
|
7041
|
+
borderRadius: string;
|
|
6879
7042
|
color: string;
|
|
6880
7043
|
colorHover: string;
|
|
7044
|
+
railInsetHorizontalBottom: string;
|
|
7045
|
+
railInsetHorizontalTop: string;
|
|
7046
|
+
railInsetVerticalRight: string;
|
|
7047
|
+
railInsetVerticalLeft: string;
|
|
7048
|
+
railColor: string;
|
|
6881
7049
|
}, any>;
|
|
6882
7050
|
Empty: import("../../_mixins").Theme<"Empty", {
|
|
6883
7051
|
iconSizeSmall: string;
|
|
@@ -7015,8 +7183,16 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
7015
7183
|
loadingColor: string;
|
|
7016
7184
|
}, {
|
|
7017
7185
|
Scrollbar: import("../../_mixins").Theme<"Scrollbar", {
|
|
7186
|
+
height: string;
|
|
7187
|
+
width: string;
|
|
7188
|
+
borderRadius: string;
|
|
7018
7189
|
color: string;
|
|
7019
7190
|
colorHover: string;
|
|
7191
|
+
railInsetHorizontalBottom: string;
|
|
7192
|
+
railInsetHorizontalTop: string;
|
|
7193
|
+
railInsetVerticalRight: string;
|
|
7194
|
+
railInsetVerticalLeft: string;
|
|
7195
|
+
railColor: string;
|
|
7020
7196
|
}, any>;
|
|
7021
7197
|
Empty: import("../../_mixins").Theme<"Empty", {
|
|
7022
7198
|
iconSizeSmall: string;
|
|
@@ -7041,8 +7217,16 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
7041
7217
|
}>;
|
|
7042
7218
|
}>;
|
|
7043
7219
|
Scrollbar: import("../../_mixins").Theme<"Scrollbar", {
|
|
7220
|
+
height: string;
|
|
7221
|
+
width: string;
|
|
7222
|
+
borderRadius: string;
|
|
7044
7223
|
color: string;
|
|
7045
7224
|
colorHover: string;
|
|
7225
|
+
railInsetHorizontalBottom: string;
|
|
7226
|
+
railInsetHorizontalTop: string;
|
|
7227
|
+
railInsetVerticalRight: string;
|
|
7228
|
+
railInsetVerticalLeft: string;
|
|
7229
|
+
railColor: string;
|
|
7046
7230
|
}, any>;
|
|
7047
7231
|
Empty: import("../../_mixins").Theme<"Empty", {
|
|
7048
7232
|
iconSizeSmall: string;
|
|
@@ -630,8 +630,16 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
630
630
|
loadingColor: string;
|
|
631
631
|
}, {
|
|
632
632
|
Scrollbar: import("../../../_mixins").Theme<"Scrollbar", {
|
|
633
|
+
height: string;
|
|
634
|
+
width: string;
|
|
635
|
+
borderRadius: string;
|
|
633
636
|
color: string;
|
|
634
637
|
colorHover: string;
|
|
638
|
+
railInsetHorizontalBottom: string;
|
|
639
|
+
railInsetHorizontalTop: string;
|
|
640
|
+
railInsetVerticalRight: string;
|
|
641
|
+
railInsetVerticalLeft: string;
|
|
642
|
+
railColor: string;
|
|
635
643
|
}, any>;
|
|
636
644
|
Empty: import("../../../_mixins").Theme<"Empty", {
|
|
637
645
|
iconSizeSmall: string;
|
|
@@ -769,8 +777,16 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
769
777
|
loadingColor: string;
|
|
770
778
|
}, {
|
|
771
779
|
Scrollbar: import("../../../_mixins").Theme<"Scrollbar", {
|
|
780
|
+
height: string;
|
|
781
|
+
width: string;
|
|
782
|
+
borderRadius: string;
|
|
772
783
|
color: string;
|
|
773
784
|
colorHover: string;
|
|
785
|
+
railInsetHorizontalBottom: string;
|
|
786
|
+
railInsetHorizontalTop: string;
|
|
787
|
+
railInsetVerticalRight: string;
|
|
788
|
+
railInsetVerticalLeft: string;
|
|
789
|
+
railColor: string;
|
|
774
790
|
}, any>;
|
|
775
791
|
Empty: import("../../../_mixins").Theme<"Empty", {
|
|
776
792
|
iconSizeSmall: string;
|
|
@@ -795,8 +811,16 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
795
811
|
}>;
|
|
796
812
|
}>;
|
|
797
813
|
Scrollbar: import("../../../_mixins").Theme<"Scrollbar", {
|
|
814
|
+
height: string;
|
|
815
|
+
width: string;
|
|
816
|
+
borderRadius: string;
|
|
798
817
|
color: string;
|
|
799
818
|
colorHover: string;
|
|
819
|
+
railInsetHorizontalBottom: string;
|
|
820
|
+
railInsetHorizontalTop: string;
|
|
821
|
+
railInsetVerticalRight: string;
|
|
822
|
+
railInsetVerticalLeft: string;
|
|
823
|
+
railColor: string;
|
|
800
824
|
}, any>;
|
|
801
825
|
Empty: import("../../../_mixins").Theme<"Empty", {
|
|
802
826
|
iconSizeSmall: string;
|
|
@@ -1115,8 +1139,16 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1115
1139
|
loadingColor: string;
|
|
1116
1140
|
}, {
|
|
1117
1141
|
Scrollbar: import("../../../_mixins").Theme<"Scrollbar", {
|
|
1142
|
+
height: string;
|
|
1143
|
+
width: string;
|
|
1144
|
+
borderRadius: string;
|
|
1118
1145
|
color: string;
|
|
1119
1146
|
colorHover: string;
|
|
1147
|
+
railInsetHorizontalBottom: string;
|
|
1148
|
+
railInsetHorizontalTop: string;
|
|
1149
|
+
railInsetVerticalRight: string;
|
|
1150
|
+
railInsetVerticalLeft: string;
|
|
1151
|
+
railColor: string;
|
|
1120
1152
|
}, any>;
|
|
1121
1153
|
Empty: import("../../../_mixins").Theme<"Empty", {
|
|
1122
1154
|
iconSizeSmall: string;
|
|
@@ -1254,8 +1286,16 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1254
1286
|
loadingColor: string;
|
|
1255
1287
|
}, {
|
|
1256
1288
|
Scrollbar: import("../../../_mixins").Theme<"Scrollbar", {
|
|
1289
|
+
height: string;
|
|
1290
|
+
width: string;
|
|
1291
|
+
borderRadius: string;
|
|
1257
1292
|
color: string;
|
|
1258
1293
|
colorHover: string;
|
|
1294
|
+
railInsetHorizontalBottom: string;
|
|
1295
|
+
railInsetHorizontalTop: string;
|
|
1296
|
+
railInsetVerticalRight: string;
|
|
1297
|
+
railInsetVerticalLeft: string;
|
|
1298
|
+
railColor: string;
|
|
1259
1299
|
}, any>;
|
|
1260
1300
|
Empty: import("../../../_mixins").Theme<"Empty", {
|
|
1261
1301
|
iconSizeSmall: string;
|
|
@@ -655,8 +655,16 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
655
655
|
loadingColor: string;
|
|
656
656
|
}, {
|
|
657
657
|
Scrollbar: import("../../../_mixins").Theme<"Scrollbar", {
|
|
658
|
+
height: string;
|
|
659
|
+
width: string;
|
|
660
|
+
borderRadius: string;
|
|
658
661
|
color: string;
|
|
659
662
|
colorHover: string;
|
|
663
|
+
railInsetHorizontalBottom: string;
|
|
664
|
+
railInsetHorizontalTop: string;
|
|
665
|
+
railInsetVerticalRight: string;
|
|
666
|
+
railInsetVerticalLeft: string;
|
|
667
|
+
railColor: string;
|
|
660
668
|
}, any>;
|
|
661
669
|
Empty: import("../../../_mixins").Theme<"Empty", {
|
|
662
670
|
iconSizeSmall: string;
|
|
@@ -794,8 +802,16 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
794
802
|
loadingColor: string;
|
|
795
803
|
}, {
|
|
796
804
|
Scrollbar: import("../../../_mixins").Theme<"Scrollbar", {
|
|
805
|
+
height: string;
|
|
806
|
+
width: string;
|
|
807
|
+
borderRadius: string;
|
|
797
808
|
color: string;
|
|
798
809
|
colorHover: string;
|
|
810
|
+
railInsetHorizontalBottom: string;
|
|
811
|
+
railInsetHorizontalTop: string;
|
|
812
|
+
railInsetVerticalRight: string;
|
|
813
|
+
railInsetVerticalLeft: string;
|
|
814
|
+
railColor: string;
|
|
799
815
|
}, any>;
|
|
800
816
|
Empty: import("../../../_mixins").Theme<"Empty", {
|
|
801
817
|
iconSizeSmall: string;
|
|
@@ -820,8 +836,16 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
820
836
|
}>;
|
|
821
837
|
}>;
|
|
822
838
|
Scrollbar: import("../../../_mixins").Theme<"Scrollbar", {
|
|
839
|
+
height: string;
|
|
840
|
+
width: string;
|
|
841
|
+
borderRadius: string;
|
|
823
842
|
color: string;
|
|
824
843
|
colorHover: string;
|
|
844
|
+
railInsetHorizontalBottom: string;
|
|
845
|
+
railInsetHorizontalTop: string;
|
|
846
|
+
railInsetVerticalRight: string;
|
|
847
|
+
railInsetVerticalLeft: string;
|
|
848
|
+
railColor: string;
|
|
825
849
|
}, any>;
|
|
826
850
|
Empty: import("../../../_mixins").Theme<"Empty", {
|
|
827
851
|
iconSizeSmall: string;
|
|
@@ -1140,8 +1164,16 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1140
1164
|
loadingColor: string;
|
|
1141
1165
|
}, {
|
|
1142
1166
|
Scrollbar: import("../../../_mixins").Theme<"Scrollbar", {
|
|
1167
|
+
height: string;
|
|
1168
|
+
width: string;
|
|
1169
|
+
borderRadius: string;
|
|
1143
1170
|
color: string;
|
|
1144
1171
|
colorHover: string;
|
|
1172
|
+
railInsetHorizontalBottom: string;
|
|
1173
|
+
railInsetHorizontalTop: string;
|
|
1174
|
+
railInsetVerticalRight: string;
|
|
1175
|
+
railInsetVerticalLeft: string;
|
|
1176
|
+
railColor: string;
|
|
1145
1177
|
}, any>;
|
|
1146
1178
|
Empty: import("../../../_mixins").Theme<"Empty", {
|
|
1147
1179
|
iconSizeSmall: string;
|
|
@@ -1279,8 +1311,16 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1279
1311
|
loadingColor: string;
|
|
1280
1312
|
}, {
|
|
1281
1313
|
Scrollbar: import("../../../_mixins").Theme<"Scrollbar", {
|
|
1314
|
+
height: string;
|
|
1315
|
+
width: string;
|
|
1316
|
+
borderRadius: string;
|
|
1282
1317
|
color: string;
|
|
1283
1318
|
colorHover: string;
|
|
1319
|
+
railInsetHorizontalBottom: string;
|
|
1320
|
+
railInsetHorizontalTop: string;
|
|
1321
|
+
railInsetVerticalRight: string;
|
|
1322
|
+
railInsetVerticalLeft: string;
|
|
1323
|
+
railColor: string;
|
|
1284
1324
|
}, any>;
|
|
1285
1325
|
Empty: import("../../../_mixins").Theme<"Empty", {
|
|
1286
1326
|
iconSizeSmall: string;
|
|
@@ -31,7 +31,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
31
31
|
virtualListRef: import("vue").Ref<{
|
|
32
32
|
listElRef: HTMLElement;
|
|
33
33
|
itemsElRef: HTMLElement | null;
|
|
34
|
-
scrollTo: import("vueuc
|
|
34
|
+
scrollTo: import("vueuc").VVirtualListScrollTo;
|
|
35
35
|
} | null>;
|
|
36
36
|
emptyElRef: import("vue").Ref<HTMLElement | null>;
|
|
37
37
|
summary: import("vue").Ref<import("../interface").CreateSummary<import("../interface").InternalRowData> | undefined>;
|
|
@@ -656,8 +656,16 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
656
656
|
loadingColor: string;
|
|
657
657
|
}, {
|
|
658
658
|
Scrollbar: import("../../../_mixins").Theme<"Scrollbar", {
|
|
659
|
+
height: string;
|
|
660
|
+
width: string;
|
|
661
|
+
borderRadius: string;
|
|
659
662
|
color: string;
|
|
660
663
|
colorHover: string;
|
|
664
|
+
railInsetHorizontalBottom: string;
|
|
665
|
+
railInsetHorizontalTop: string;
|
|
666
|
+
railInsetVerticalRight: string;
|
|
667
|
+
railInsetVerticalLeft: string;
|
|
668
|
+
railColor: string;
|
|
661
669
|
}, any>;
|
|
662
670
|
Empty: import("../../../_mixins").Theme<"Empty", {
|
|
663
671
|
iconSizeSmall: string;
|
|
@@ -795,8 +803,16 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
795
803
|
loadingColor: string;
|
|
796
804
|
}, {
|
|
797
805
|
Scrollbar: import("../../../_mixins").Theme<"Scrollbar", {
|
|
806
|
+
height: string;
|
|
807
|
+
width: string;
|
|
808
|
+
borderRadius: string;
|
|
798
809
|
color: string;
|
|
799
810
|
colorHover: string;
|
|
811
|
+
railInsetHorizontalBottom: string;
|
|
812
|
+
railInsetHorizontalTop: string;
|
|
813
|
+
railInsetVerticalRight: string;
|
|
814
|
+
railInsetVerticalLeft: string;
|
|
815
|
+
railColor: string;
|
|
800
816
|
}, any>;
|
|
801
817
|
Empty: import("../../../_mixins").Theme<"Empty", {
|
|
802
818
|
iconSizeSmall: string;
|
|
@@ -821,8 +837,16 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
821
837
|
}>;
|
|
822
838
|
}>;
|
|
823
839
|
Scrollbar: import("../../../_mixins").Theme<"Scrollbar", {
|
|
840
|
+
height: string;
|
|
841
|
+
width: string;
|
|
842
|
+
borderRadius: string;
|
|
824
843
|
color: string;
|
|
825
844
|
colorHover: string;
|
|
845
|
+
railInsetHorizontalBottom: string;
|
|
846
|
+
railInsetHorizontalTop: string;
|
|
847
|
+
railInsetVerticalRight: string;
|
|
848
|
+
railInsetVerticalLeft: string;
|
|
849
|
+
railColor: string;
|
|
826
850
|
}, any>;
|
|
827
851
|
Empty: import("../../../_mixins").Theme<"Empty", {
|
|
828
852
|
iconSizeSmall: string;
|
|
@@ -1141,8 +1165,16 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1141
1165
|
loadingColor: string;
|
|
1142
1166
|
}, {
|
|
1143
1167
|
Scrollbar: import("../../../_mixins").Theme<"Scrollbar", {
|
|
1168
|
+
height: string;
|
|
1169
|
+
width: string;
|
|
1170
|
+
borderRadius: string;
|
|
1144
1171
|
color: string;
|
|
1145
1172
|
colorHover: string;
|
|
1173
|
+
railInsetHorizontalBottom: string;
|
|
1174
|
+
railInsetHorizontalTop: string;
|
|
1175
|
+
railInsetVerticalRight: string;
|
|
1176
|
+
railInsetVerticalLeft: string;
|
|
1177
|
+
railColor: string;
|
|
1146
1178
|
}, any>;
|
|
1147
1179
|
Empty: import("../../../_mixins").Theme<"Empty", {
|
|
1148
1180
|
iconSizeSmall: string;
|
|
@@ -1280,8 +1312,16 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1280
1312
|
loadingColor: string;
|
|
1281
1313
|
}, {
|
|
1282
1314
|
Scrollbar: import("../../../_mixins").Theme<"Scrollbar", {
|
|
1315
|
+
height: string;
|
|
1316
|
+
width: string;
|
|
1317
|
+
borderRadius: string;
|
|
1283
1318
|
color: string;
|
|
1284
1319
|
colorHover: string;
|
|
1320
|
+
railInsetHorizontalBottom: string;
|
|
1321
|
+
railInsetHorizontalTop: string;
|
|
1322
|
+
railInsetVerticalRight: string;
|
|
1323
|
+
railInsetVerticalLeft: string;
|
|
1324
|
+
railColor: string;
|
|
1285
1325
|
}, any>;
|
|
1286
1326
|
Empty: import("../../../_mixins").Theme<"Empty", {
|
|
1287
1327
|
iconSizeSmall: string;
|