@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.
Files changed (229) hide show
  1. package/dist/index.js +659 -115
  2. package/dist/index.prod.js +3 -3
  3. package/es/_internal/scrollbar/src/Scrollbar.d.ts +119 -17
  4. package/es/_internal/scrollbar/src/Scrollbar.js +120 -67
  5. package/es/_internal/scrollbar/src/styles/index.cssr.js +32 -15
  6. package/es/_internal/scrollbar/styles/common.d.ts +7 -0
  7. package/es/_internal/scrollbar/styles/common.js +7 -0
  8. package/es/_internal/scrollbar/styles/light.d.ts +8 -0
  9. package/es/_internal/scrollbar/styles/light.js +3 -5
  10. package/es/_internal/select-menu/src/SelectMenu.d.ts +57 -1
  11. package/es/_internal/select-menu/styles/light.d.ts +8 -0
  12. package/es/_internal/selection/src/Selection.d.ts +3 -1
  13. package/es/_internal/selection/src/Selection.js +3 -1
  14. package/es/_utils/css/index.d.ts +1 -0
  15. package/es/_utils/css/index.js +1 -0
  16. package/es/_utils/css/rtl-inset.d.ts +1 -0
  17. package/es/_utils/css/rtl-inset.js +5 -0
  18. package/es/_utils/index.d.ts +1 -1
  19. package/es/_utils/index.js +1 -1
  20. package/es/auto-complete/src/AutoComplete.d.ts +88 -0
  21. package/es/auto-complete/styles/light.d.ts +8 -0
  22. package/es/back-top/src/BackTop.d.ts +1 -1
  23. package/es/cascader/src/Cascader.d.ts +168 -0
  24. package/es/cascader/src/CascaderMenu.d.ts +24 -0
  25. package/es/cascader/src/CascaderOption.d.ts +24 -0
  26. package/es/cascader/src/CascaderSelectMenu.d.ts +24 -0
  27. package/es/cascader/src/CascaderSubmenu.d.ts +25 -1
  28. package/es/cascader/styles/light.d.ts +16 -0
  29. package/es/chat/src/Chat.d.ts +88 -0
  30. package/es/chat/src/ChatListItems.d.ts +104 -0
  31. package/es/chat/src/ChatMessages.d.ts +104 -0
  32. package/es/chat/styles/dark.d.ts +8 -0
  33. package/es/chat/styles/light.d.ts +8 -0
  34. package/es/components.d.ts +2 -0
  35. package/es/components.js +2 -0
  36. package/es/data-table/src/DataTable.d.ts +184 -0
  37. package/es/data-table/src/HeaderButton/FilterButton.d.ts +40 -0
  38. package/es/data-table/src/HeaderButton/FilterMenu.d.ts +40 -0
  39. package/es/data-table/src/TableParts/Body.d.ts +41 -1
  40. package/es/data-table/src/TableParts/Header.d.ts +40 -0
  41. package/es/data-table/src/interface.d.ts +72 -0
  42. package/es/data-table/styles/light.d.ts +24 -0
  43. package/es/date-picker/src/DatePicker.d.ts +171 -3
  44. package/es/date-picker/src/panel/date.d.ts +25 -1
  45. package/es/date-picker/src/panel/daterange.d.ts +26 -2
  46. package/es/date-picker/src/panel/datetime.d.ts +25 -1
  47. package/es/date-picker/src/panel/datetimerange.d.ts +26 -2
  48. package/es/date-picker/src/panel/panelMonth.d.ts +50 -2
  49. package/es/date-picker/src/panel/panelMonthContent.d.ts +25 -1
  50. package/es/date-picker/src/panel/panelYear.d.ts +50 -2
  51. package/es/date-picker/src/panel/panelYearContent.d.ts +25 -1
  52. package/es/date-picker/src/panel/use-calendar.d.ts +24 -0
  53. package/es/date-picker/src/panel/use-dual-calendar.d.ts +24 -0
  54. package/es/date-picker/src/panel/use-panel-common.d.ts +24 -0
  55. package/es/date-picker/styles/light.d.ts +16 -0
  56. package/es/dialog/src/DialogProvider.d.ts +2 -2
  57. package/es/drawer/src/Drawer.d.ts +81 -1
  58. package/es/drawer/src/DrawerBodyWrapper.d.ts +9 -1
  59. package/es/drawer/src/DrawerContent.d.ts +8 -0
  60. package/es/drawer/styles/light.d.ts +8 -0
  61. package/es/dropdown/src/Dropdown.d.ts +1 -1
  62. package/es/infinite-scroll/index.d.ts +2 -0
  63. package/es/infinite-scroll/index.js +1 -0
  64. package/es/infinite-scroll/src/InfiniteScroll.d.ts +45 -0
  65. package/es/infinite-scroll/src/InfiniteScroll.js +78 -0
  66. package/es/layout/src/Layout.d.ts +112 -0
  67. package/es/layout/src/LayoutContent.d.ts +56 -0
  68. package/es/layout/src/LayoutFooter.d.ts +72 -0
  69. package/es/layout/src/LayoutHeader.d.ts +48 -0
  70. package/es/layout/src/LayoutSider.d.ts +56 -0
  71. package/es/layout/styles/light.d.ts +8 -0
  72. package/es/legacy-transfer/src/Transfer.d.ts +80 -0
  73. package/es/legacy-transfer/src/TransferFilter.d.ts +8 -0
  74. package/es/legacy-transfer/src/TransferList.d.ts +9 -1
  75. package/es/legacy-transfer/src/TransferListItem.d.ts +8 -0
  76. package/es/legacy-transfer/styles/light.d.ts +8 -0
  77. package/es/log/src/Log.d.ts +80 -0
  78. package/es/log/styles/light.d.ts +8 -0
  79. package/es/mention/src/Mention.d.ts +88 -0
  80. package/es/mention/styles/light.d.ts +8 -0
  81. package/es/menu/src/Menu.d.ts +1 -1
  82. package/es/modal/src/BodyWrapper.d.ts +9 -1
  83. package/es/modal/src/Modal.d.ts +73 -1
  84. package/es/modal/styles/light.d.ts +8 -0
  85. package/es/notification/src/NotificationContainer.d.ts +8 -0
  86. package/es/notification/src/NotificationProvider.d.ts +72 -0
  87. package/es/notification/styles/light.d.ts +8 -0
  88. package/es/pagination/src/Pagination.d.ts +176 -0
  89. package/es/pagination/styles/light.d.ts +16 -0
  90. package/es/popselect/src/Popselect.d.ts +88 -0
  91. package/es/popselect/src/PopselectPanel.d.ts +16 -0
  92. package/es/popselect/styles/light.d.ts +8 -0
  93. package/es/scrollbar/src/Scrollbar.d.ts +72 -0
  94. package/es/select/src/Select.d.ts +88 -0
  95. package/es/select/styles/light.d.ts +8 -0
  96. package/es/time-picker/src/Panel.d.ts +8 -0
  97. package/es/time-picker/src/TimePicker.d.ts +80 -0
  98. package/es/time-picker/styles/light.d.ts +8 -0
  99. package/es/transfer/src/Transfer.d.ts +80 -0
  100. package/es/transfer/src/TransferFilter.d.ts +8 -0
  101. package/es/transfer/src/TransferList.d.ts +9 -1
  102. package/es/transfer/src/TransferListItem.d.ts +8 -0
  103. package/es/transfer/styles/light.d.ts +8 -0
  104. package/es/tree/src/Tree.d.ts +82 -2
  105. package/es/tree/src/TreeNodeCheckbox.d.ts +8 -0
  106. package/es/tree/styles/light.d.ts +8 -0
  107. package/es/tree-select/src/TreeSelect.d.ts +89 -1
  108. package/es/tree-select/styles/light.d.ts +8 -0
  109. package/es/version.d.ts +1 -1
  110. package/es/version.js +1 -1
  111. package/es/virtual-list/index.d.ts +2 -0
  112. package/es/virtual-list/index.js +1 -0
  113. package/es/virtual-list/src/VirtualList.d.ts +146 -0
  114. package/es/virtual-list/src/VirtualList.js +103 -0
  115. package/lib/_internal/scrollbar/src/Scrollbar.d.ts +119 -17
  116. package/lib/_internal/scrollbar/src/Scrollbar.js +117 -64
  117. package/lib/_internal/scrollbar/src/styles/index.cssr.js +32 -15
  118. package/lib/_internal/scrollbar/styles/common.d.ts +7 -0
  119. package/lib/_internal/scrollbar/styles/common.js +10 -0
  120. package/lib/_internal/scrollbar/styles/light.d.ts +8 -0
  121. package/lib/_internal/scrollbar/styles/light.js +3 -5
  122. package/lib/_internal/select-menu/src/SelectMenu.d.ts +57 -1
  123. package/lib/_internal/select-menu/styles/light.d.ts +8 -0
  124. package/lib/_internal/selection/src/Selection.d.ts +3 -1
  125. package/lib/_internal/selection/src/Selection.js +3 -1
  126. package/lib/_utils/css/index.d.ts +1 -0
  127. package/lib/_utils/css/index.js +3 -1
  128. package/lib/_utils/css/rtl-inset.d.ts +1 -0
  129. package/lib/_utils/css/rtl-inset.js +8 -0
  130. package/lib/_utils/index.d.ts +1 -1
  131. package/lib/_utils/index.js +2 -1
  132. package/lib/auto-complete/src/AutoComplete.d.ts +88 -0
  133. package/lib/auto-complete/styles/light.d.ts +8 -0
  134. package/lib/back-top/src/BackTop.d.ts +1 -1
  135. package/lib/cascader/src/Cascader.d.ts +168 -0
  136. package/lib/cascader/src/CascaderMenu.d.ts +24 -0
  137. package/lib/cascader/src/CascaderOption.d.ts +24 -0
  138. package/lib/cascader/src/CascaderSelectMenu.d.ts +24 -0
  139. package/lib/cascader/src/CascaderSubmenu.d.ts +25 -1
  140. package/lib/cascader/styles/light.d.ts +16 -0
  141. package/lib/chat/src/Chat.d.ts +88 -0
  142. package/lib/chat/src/ChatListItems.d.ts +104 -0
  143. package/lib/chat/src/ChatMessages.d.ts +104 -0
  144. package/lib/chat/styles/dark.d.ts +8 -0
  145. package/lib/chat/styles/light.d.ts +8 -0
  146. package/lib/components.d.ts +2 -0
  147. package/lib/components.js +2 -0
  148. package/lib/data-table/src/DataTable.d.ts +184 -0
  149. package/lib/data-table/src/HeaderButton/FilterButton.d.ts +40 -0
  150. package/lib/data-table/src/HeaderButton/FilterMenu.d.ts +40 -0
  151. package/lib/data-table/src/TableParts/Body.d.ts +41 -1
  152. package/lib/data-table/src/TableParts/Header.d.ts +40 -0
  153. package/lib/data-table/src/interface.d.ts +72 -0
  154. package/lib/data-table/styles/light.d.ts +24 -0
  155. package/lib/date-picker/src/DatePicker.d.ts +171 -3
  156. package/lib/date-picker/src/panel/date.d.ts +25 -1
  157. package/lib/date-picker/src/panel/daterange.d.ts +26 -2
  158. package/lib/date-picker/src/panel/datetime.d.ts +25 -1
  159. package/lib/date-picker/src/panel/datetimerange.d.ts +26 -2
  160. package/lib/date-picker/src/panel/panelMonth.d.ts +50 -2
  161. package/lib/date-picker/src/panel/panelMonthContent.d.ts +25 -1
  162. package/lib/date-picker/src/panel/panelYear.d.ts +50 -2
  163. package/lib/date-picker/src/panel/panelYearContent.d.ts +25 -1
  164. package/lib/date-picker/src/panel/use-calendar.d.ts +24 -0
  165. package/lib/date-picker/src/panel/use-dual-calendar.d.ts +24 -0
  166. package/lib/date-picker/src/panel/use-panel-common.d.ts +24 -0
  167. package/lib/date-picker/styles/light.d.ts +16 -0
  168. package/lib/dialog/src/DialogProvider.d.ts +2 -2
  169. package/lib/drawer/src/Drawer.d.ts +81 -1
  170. package/lib/drawer/src/DrawerBodyWrapper.d.ts +9 -1
  171. package/lib/drawer/src/DrawerContent.d.ts +8 -0
  172. package/lib/drawer/styles/light.d.ts +8 -0
  173. package/lib/dropdown/src/Dropdown.d.ts +1 -1
  174. package/lib/infinite-scroll/index.d.ts +2 -0
  175. package/lib/infinite-scroll/index.js +9 -0
  176. package/lib/infinite-scroll/src/InfiniteScroll.d.ts +45 -0
  177. package/lib/infinite-scroll/src/InfiniteScroll.js +81 -0
  178. package/lib/layout/src/Layout.d.ts +112 -0
  179. package/lib/layout/src/LayoutContent.d.ts +56 -0
  180. package/lib/layout/src/LayoutFooter.d.ts +72 -0
  181. package/lib/layout/src/LayoutHeader.d.ts +48 -0
  182. package/lib/layout/src/LayoutSider.d.ts +56 -0
  183. package/lib/layout/styles/light.d.ts +8 -0
  184. package/lib/legacy-transfer/src/Transfer.d.ts +80 -0
  185. package/lib/legacy-transfer/src/TransferFilter.d.ts +8 -0
  186. package/lib/legacy-transfer/src/TransferList.d.ts +9 -1
  187. package/lib/legacy-transfer/src/TransferListItem.d.ts +8 -0
  188. package/lib/legacy-transfer/styles/light.d.ts +8 -0
  189. package/lib/log/src/Log.d.ts +80 -0
  190. package/lib/log/styles/light.d.ts +8 -0
  191. package/lib/mention/src/Mention.d.ts +88 -0
  192. package/lib/mention/styles/light.d.ts +8 -0
  193. package/lib/menu/src/Menu.d.ts +1 -1
  194. package/lib/modal/src/BodyWrapper.d.ts +9 -1
  195. package/lib/modal/src/Modal.d.ts +73 -1
  196. package/lib/modal/styles/light.d.ts +8 -0
  197. package/lib/notification/src/NotificationContainer.d.ts +8 -0
  198. package/lib/notification/src/NotificationProvider.d.ts +72 -0
  199. package/lib/notification/styles/light.d.ts +8 -0
  200. package/lib/pagination/src/Pagination.d.ts +176 -0
  201. package/lib/pagination/styles/light.d.ts +16 -0
  202. package/lib/popselect/src/Popselect.d.ts +88 -0
  203. package/lib/popselect/src/PopselectPanel.d.ts +16 -0
  204. package/lib/popselect/styles/light.d.ts +8 -0
  205. package/lib/scrollbar/src/Scrollbar.d.ts +72 -0
  206. package/lib/select/src/Select.d.ts +88 -0
  207. package/lib/select/styles/light.d.ts +8 -0
  208. package/lib/time-picker/src/Panel.d.ts +8 -0
  209. package/lib/time-picker/src/TimePicker.d.ts +80 -0
  210. package/lib/time-picker/styles/light.d.ts +8 -0
  211. package/lib/transfer/src/Transfer.d.ts +80 -0
  212. package/lib/transfer/src/TransferFilter.d.ts +8 -0
  213. package/lib/transfer/src/TransferList.d.ts +9 -1
  214. package/lib/transfer/src/TransferListItem.d.ts +8 -0
  215. package/lib/transfer/styles/light.d.ts +8 -0
  216. package/lib/tree/src/Tree.d.ts +82 -2
  217. package/lib/tree/src/TreeNodeCheckbox.d.ts +8 -0
  218. package/lib/tree/styles/light.d.ts +8 -0
  219. package/lib/tree-select/src/TreeSelect.d.ts +89 -1
  220. package/lib/tree-select/styles/light.d.ts +8 -0
  221. package/lib/version.d.ts +1 -1
  222. package/lib/version.js +1 -1
  223. package/lib/virtual-list/index.d.ts +2 -0
  224. package/lib/virtual-list/index.js +9 -0
  225. package/lib/virtual-list/src/VirtualList.d.ts +146 -0
  226. package/lib/virtual-list/src/VirtualList.js +106 -0
  227. package/package.json +2 -2
  228. package/volar.d.ts +1 -0
  229. package/web-types.json +30 -1
@@ -97,8 +97,16 @@ export declare const timePickerProps: {
97
97
  iconColorDisabled: string;
98
98
  }, {
99
99
  Scrollbar: import("../../_mixins").Theme<"Scrollbar", {
100
+ height: string;
101
+ width: string;
102
+ borderRadius: string;
100
103
  color: string;
101
104
  colorHover: string;
105
+ railInsetHorizontalBottom: string;
106
+ railInsetHorizontalTop: string;
107
+ railInsetVerticalRight: string;
108
+ railInsetVerticalLeft: string;
109
+ railColor: string;
102
110
  }, any>;
103
111
  Button: import("../../_mixins").Theme<"Button", {
104
112
  heightTiny: string;
@@ -403,8 +411,16 @@ export declare const timePickerProps: {
403
411
  iconColorDisabled: string;
404
412
  }, {
405
413
  Scrollbar: import("../../_mixins").Theme<"Scrollbar", {
414
+ height: string;
415
+ width: string;
416
+ borderRadius: string;
406
417
  color: string;
407
418
  colorHover: string;
419
+ railInsetHorizontalBottom: string;
420
+ railInsetHorizontalTop: string;
421
+ railInsetVerticalRight: string;
422
+ railInsetVerticalLeft: string;
423
+ railColor: string;
408
424
  }, any>;
409
425
  Button: import("../../_mixins").Theme<"Button", {
410
426
  heightTiny: string;
@@ -709,8 +725,16 @@ export declare const timePickerProps: {
709
725
  iconColorDisabled: string;
710
726
  }, {
711
727
  Scrollbar: import("../../_mixins").Theme<"Scrollbar", {
728
+ height: string;
729
+ width: string;
730
+ borderRadius: string;
712
731
  color: string;
713
732
  colorHover: string;
733
+ railInsetHorizontalBottom: string;
734
+ railInsetHorizontalTop: string;
735
+ railInsetVerticalRight: string;
736
+ railInsetVerticalLeft: string;
737
+ railColor: string;
714
738
  }, any>;
715
739
  Button: import("../../_mixins").Theme<"Button", {
716
740
  heightTiny: string;
@@ -1092,8 +1116,16 @@ declare const _default: import("vue").DefineComponent<{
1092
1116
  iconColorDisabled: string;
1093
1117
  }, {
1094
1118
  Scrollbar: import("../../_mixins").Theme<"Scrollbar", {
1119
+ height: string;
1120
+ width: string;
1121
+ borderRadius: string;
1095
1122
  color: string;
1096
1123
  colorHover: string;
1124
+ railInsetHorizontalBottom: string;
1125
+ railInsetHorizontalTop: string;
1126
+ railInsetVerticalRight: string;
1127
+ railInsetVerticalLeft: string;
1128
+ railColor: string;
1097
1129
  }, any>;
1098
1130
  Button: import("../../_mixins").Theme<"Button", {
1099
1131
  heightTiny: string;
@@ -1398,8 +1430,16 @@ declare const _default: import("vue").DefineComponent<{
1398
1430
  iconColorDisabled: string;
1399
1431
  }, {
1400
1432
  Scrollbar: import("../../_mixins").Theme<"Scrollbar", {
1433
+ height: string;
1434
+ width: string;
1435
+ borderRadius: string;
1401
1436
  color: string;
1402
1437
  colorHover: string;
1438
+ railInsetHorizontalBottom: string;
1439
+ railInsetHorizontalTop: string;
1440
+ railInsetVerticalRight: string;
1441
+ railInsetVerticalLeft: string;
1442
+ railColor: string;
1403
1443
  }, any>;
1404
1444
  Button: import("../../_mixins").Theme<"Button", {
1405
1445
  heightTiny: string;
@@ -1704,8 +1744,16 @@ declare const _default: import("vue").DefineComponent<{
1704
1744
  iconColorDisabled: string;
1705
1745
  }, {
1706
1746
  Scrollbar: import("../../_mixins").Theme<"Scrollbar", {
1747
+ height: string;
1748
+ width: string;
1749
+ borderRadius: string;
1707
1750
  color: string;
1708
1751
  colorHover: string;
1752
+ railInsetHorizontalBottom: string;
1753
+ railInsetHorizontalTop: string;
1754
+ railInsetVerticalRight: string;
1755
+ railInsetVerticalLeft: string;
1756
+ railColor: string;
1709
1757
  }, any>;
1710
1758
  Button: import("../../_mixins").Theme<"Button", {
1711
1759
  heightTiny: string;
@@ -2127,8 +2175,16 @@ declare const _default: import("vue").DefineComponent<{
2127
2175
  };
2128
2176
  peers: {
2129
2177
  Scrollbar: import("../../_mixins").Theme<"Scrollbar", {
2178
+ height: string;
2179
+ width: string;
2180
+ borderRadius: string;
2130
2181
  color: string;
2131
2182
  colorHover: string;
2183
+ railInsetHorizontalBottom: string;
2184
+ railInsetHorizontalTop: string;
2185
+ railInsetVerticalRight: string;
2186
+ railInsetVerticalLeft: string;
2187
+ railColor: string;
2132
2188
  }, any>;
2133
2189
  Button: import("../../_mixins").Theme<"Button", {
2134
2190
  heightTiny: string;
@@ -2552,8 +2608,16 @@ declare const _default: import("vue").DefineComponent<{
2552
2608
  iconColorDisabled: string;
2553
2609
  }, {
2554
2610
  Scrollbar: import("../../_mixins").Theme<"Scrollbar", {
2611
+ height: string;
2612
+ width: string;
2613
+ borderRadius: string;
2555
2614
  color: string;
2556
2615
  colorHover: string;
2616
+ railInsetHorizontalBottom: string;
2617
+ railInsetHorizontalTop: string;
2618
+ railInsetVerticalRight: string;
2619
+ railInsetVerticalLeft: string;
2620
+ railColor: string;
2557
2621
  }, any>;
2558
2622
  Button: import("../../_mixins").Theme<"Button", {
2559
2623
  heightTiny: string;
@@ -2858,8 +2922,16 @@ declare const _default: import("vue").DefineComponent<{
2858
2922
  iconColorDisabled: string;
2859
2923
  }, {
2860
2924
  Scrollbar: import("../../_mixins").Theme<"Scrollbar", {
2925
+ height: string;
2926
+ width: string;
2927
+ borderRadius: string;
2861
2928
  color: string;
2862
2929
  colorHover: string;
2930
+ railInsetHorizontalBottom: string;
2931
+ railInsetHorizontalTop: string;
2932
+ railInsetVerticalRight: string;
2933
+ railInsetVerticalLeft: string;
2934
+ railColor: string;
2863
2935
  }, any>;
2864
2936
  Button: import("../../_mixins").Theme<"Button", {
2865
2937
  heightTiny: string;
@@ -3164,8 +3236,16 @@ declare const _default: import("vue").DefineComponent<{
3164
3236
  iconColorDisabled: string;
3165
3237
  }, {
3166
3238
  Scrollbar: import("../../_mixins").Theme<"Scrollbar", {
3239
+ height: string;
3240
+ width: string;
3241
+ borderRadius: string;
3167
3242
  color: string;
3168
3243
  colorHover: string;
3244
+ railInsetHorizontalBottom: string;
3245
+ railInsetHorizontalTop: string;
3246
+ railInsetVerticalRight: string;
3247
+ railInsetVerticalLeft: string;
3248
+ railColor: string;
3169
3249
  }, any>;
3170
3250
  Button: import("../../_mixins").Theme<"Button", {
3171
3251
  heightTiny: string;
@@ -37,8 +37,16 @@ declare const timePickerLight: import("../../_mixins").Theme<"TimePicker", {
37
37
  iconColorDisabled: string;
38
38
  }, {
39
39
  Scrollbar: import("../../_mixins").Theme<"Scrollbar", {
40
+ height: string;
41
+ width: string;
42
+ borderRadius: string;
40
43
  color: string;
41
44
  colorHover: string;
45
+ railInsetHorizontalBottom: string;
46
+ railInsetHorizontalTop: string;
47
+ railInsetVerticalRight: string;
48
+ railInsetVerticalLeft: string;
49
+ railColor: string;
42
50
  }, any>;
43
51
  Button: import("../../_mixins").Theme<"Button", {
44
52
  heightTiny: string;
@@ -134,8 +134,16 @@ export declare const transferProps: {
134
134
  labelPadding: string;
135
135
  }, any>;
136
136
  Scrollbar: import("../../_mixins").Theme<"Scrollbar", {
137
+ height: string;
138
+ width: string;
139
+ borderRadius: string;
137
140
  color: string;
138
141
  colorHover: string;
142
+ railInsetHorizontalBottom: string;
143
+ railInsetHorizontalTop: string;
144
+ railInsetVerticalRight: string;
145
+ railInsetVerticalLeft: string;
146
+ railColor: string;
139
147
  }, any>;
140
148
  Input: import("../../_mixins").Theme<"Input", {
141
149
  paddingTiny: string;
@@ -530,8 +538,16 @@ export declare const transferProps: {
530
538
  labelPadding: string;
531
539
  }, any>;
532
540
  Scrollbar: import("../../_mixins").Theme<"Scrollbar", {
541
+ height: string;
542
+ width: string;
543
+ borderRadius: string;
533
544
  color: string;
534
545
  colorHover: string;
546
+ railInsetHorizontalBottom: string;
547
+ railInsetHorizontalTop: string;
548
+ railInsetVerticalRight: string;
549
+ railInsetVerticalLeft: string;
550
+ railColor: string;
535
551
  }, any>;
536
552
  Input: import("../../_mixins").Theme<"Input", {
537
553
  paddingTiny: string;
@@ -926,8 +942,16 @@ export declare const transferProps: {
926
942
  labelPadding: string;
927
943
  }, any>;
928
944
  Scrollbar: import("../../_mixins").Theme<"Scrollbar", {
945
+ height: string;
946
+ width: string;
947
+ borderRadius: string;
929
948
  color: string;
930
949
  colorHover: string;
950
+ railInsetHorizontalBottom: string;
951
+ railInsetHorizontalTop: string;
952
+ railInsetVerticalRight: string;
953
+ railInsetVerticalLeft: string;
954
+ railColor: string;
931
955
  }, any>;
932
956
  Input: import("../../_mixins").Theme<"Input", {
933
957
  paddingTiny: string;
@@ -1367,8 +1391,16 @@ declare const _default: import("vue").DefineComponent<{
1367
1391
  labelPadding: string;
1368
1392
  }, any>;
1369
1393
  Scrollbar: import("../../_mixins").Theme<"Scrollbar", {
1394
+ height: string;
1395
+ width: string;
1396
+ borderRadius: string;
1370
1397
  color: string;
1371
1398
  colorHover: string;
1399
+ railInsetHorizontalBottom: string;
1400
+ railInsetHorizontalTop: string;
1401
+ railInsetVerticalRight: string;
1402
+ railInsetVerticalLeft: string;
1403
+ railColor: string;
1372
1404
  }, any>;
1373
1405
  Input: import("../../_mixins").Theme<"Input", {
1374
1406
  paddingTiny: string;
@@ -1763,8 +1795,16 @@ declare const _default: import("vue").DefineComponent<{
1763
1795
  labelPadding: string;
1764
1796
  }, any>;
1765
1797
  Scrollbar: import("../../_mixins").Theme<"Scrollbar", {
1798
+ height: string;
1799
+ width: string;
1800
+ borderRadius: string;
1766
1801
  color: string;
1767
1802
  colorHover: string;
1803
+ railInsetHorizontalBottom: string;
1804
+ railInsetHorizontalTop: string;
1805
+ railInsetVerticalRight: string;
1806
+ railInsetVerticalLeft: string;
1807
+ railColor: string;
1768
1808
  }, any>;
1769
1809
  Input: import("../../_mixins").Theme<"Input", {
1770
1810
  paddingTiny: string;
@@ -2159,8 +2199,16 @@ declare const _default: import("vue").DefineComponent<{
2159
2199
  labelPadding: string;
2160
2200
  }, any>;
2161
2201
  Scrollbar: import("../../_mixins").Theme<"Scrollbar", {
2202
+ height: string;
2203
+ width: string;
2204
+ borderRadius: string;
2162
2205
  color: string;
2163
2206
  colorHover: string;
2207
+ railInsetHorizontalBottom: string;
2208
+ railInsetHorizontalTop: string;
2209
+ railInsetVerticalRight: string;
2210
+ railInsetVerticalLeft: string;
2211
+ railColor: string;
2164
2212
  }, any>;
2165
2213
  Input: import("../../_mixins").Theme<"Input", {
2166
2214
  paddingTiny: string;
@@ -2563,8 +2611,16 @@ declare const _default: import("vue").DefineComponent<{
2563
2611
  labelPadding: string;
2564
2612
  }, any>;
2565
2613
  Scrollbar: import("../../_mixins").Theme<"Scrollbar", {
2614
+ height: string;
2615
+ width: string;
2616
+ borderRadius: string;
2566
2617
  color: string;
2567
2618
  colorHover: string;
2619
+ railInsetHorizontalBottom: string;
2620
+ railInsetHorizontalTop: string;
2621
+ railInsetVerticalRight: string;
2622
+ railInsetVerticalLeft: string;
2623
+ railColor: string;
2568
2624
  }, any>;
2569
2625
  Input: import("../../_mixins").Theme<"Input", {
2570
2626
  paddingTiny: string;
@@ -3070,8 +3126,16 @@ declare const _default: import("vue").DefineComponent<{
3070
3126
  labelPadding: string;
3071
3127
  }, any>;
3072
3128
  Scrollbar: import("../../_mixins").Theme<"Scrollbar", {
3129
+ height: string;
3130
+ width: string;
3131
+ borderRadius: string;
3073
3132
  color: string;
3074
3133
  colorHover: string;
3134
+ railInsetHorizontalBottom: string;
3135
+ railInsetHorizontalTop: string;
3136
+ railInsetVerticalRight: string;
3137
+ railInsetVerticalLeft: string;
3138
+ railColor: string;
3075
3139
  }, any>;
3076
3140
  Input: import("../../_mixins").Theme<"Input", {
3077
3141
  paddingTiny: string;
@@ -3466,8 +3530,16 @@ declare const _default: import("vue").DefineComponent<{
3466
3530
  labelPadding: string;
3467
3531
  }, any>;
3468
3532
  Scrollbar: import("../../_mixins").Theme<"Scrollbar", {
3533
+ height: string;
3534
+ width: string;
3535
+ borderRadius: string;
3469
3536
  color: string;
3470
3537
  colorHover: string;
3538
+ railInsetHorizontalBottom: string;
3539
+ railInsetHorizontalTop: string;
3540
+ railInsetVerticalRight: string;
3541
+ railInsetVerticalLeft: string;
3542
+ railColor: string;
3471
3543
  }, any>;
3472
3544
  Input: import("../../_mixins").Theme<"Input", {
3473
3545
  paddingTiny: string;
@@ -3862,8 +3934,16 @@ declare const _default: import("vue").DefineComponent<{
3862
3934
  labelPadding: string;
3863
3935
  }, any>;
3864
3936
  Scrollbar: import("../../_mixins").Theme<"Scrollbar", {
3937
+ height: string;
3938
+ width: string;
3939
+ borderRadius: string;
3865
3940
  color: string;
3866
3941
  colorHover: string;
3942
+ railInsetHorizontalBottom: string;
3943
+ railInsetHorizontalTop: string;
3944
+ railInsetVerticalRight: string;
3945
+ railInsetVerticalLeft: string;
3946
+ railColor: string;
3867
3947
  }, any>;
3868
3948
  Input: import("../../_mixins").Theme<"Input", {
3869
3949
  paddingTiny: string;
@@ -102,8 +102,16 @@ declare const _default: import("vue").DefineComponent<{
102
102
  labelPadding: string;
103
103
  }, any>;
104
104
  Scrollbar: import("../../_mixins").Theme<"Scrollbar", {
105
+ height: string;
106
+ width: string;
107
+ borderRadius: string;
105
108
  color: string;
106
109
  colorHover: string;
110
+ railInsetHorizontalBottom: string;
111
+ railInsetHorizontalTop: string;
112
+ railInsetVerticalRight: string;
113
+ railInsetVerticalLeft: string;
114
+ railColor: string;
107
115
  }, any>;
108
116
  Input: import("../../_mixins").Theme<"Input", {
109
117
  paddingTiny: string;
@@ -112,8 +112,16 @@ declare const _default: import("vue").DefineComponent<{
112
112
  labelPadding: string;
113
113
  }, any>;
114
114
  Scrollbar: import("../../_mixins").Theme<"Scrollbar", {
115
+ height: string;
116
+ width: string;
117
+ borderRadius: string;
115
118
  color: string;
116
119
  colorHover: string;
120
+ railInsetHorizontalBottom: string;
121
+ railInsetHorizontalTop: string;
122
+ railInsetVerticalRight: string;
123
+ railInsetVerticalLeft: string;
124
+ railColor: string;
117
125
  }, any>;
118
126
  Input: import("../../_mixins").Theme<"Input", {
119
127
  paddingTiny: string;
@@ -462,7 +470,7 @@ declare const _default: import("vue").DefineComponent<{
462
470
  vlInstRef: import("vue").Ref<{
463
471
  listElRef: HTMLElement;
464
472
  itemsElRef: HTMLElement | null;
465
- scrollTo: import("vueuc/lib/virtual-list/src/VirtualList").ScrollTo;
473
+ scrollTo: import("vueuc").VVirtualListScrollTo;
466
474
  } | null>;
467
475
  syncVLScroller: () => void;
468
476
  scrollContainer: () => HTMLElement | null;
@@ -110,8 +110,16 @@ declare const _default: import("vue").DefineComponent<{
110
110
  labelPadding: string;
111
111
  }, any>;
112
112
  Scrollbar: import("../../_mixins").Theme<"Scrollbar", {
113
+ height: string;
114
+ width: string;
115
+ borderRadius: string;
113
116
  color: string;
114
117
  colorHover: string;
118
+ railInsetHorizontalBottom: string;
119
+ railInsetHorizontalTop: string;
120
+ railInsetVerticalRight: string;
121
+ railInsetVerticalLeft: string;
122
+ railColor: string;
115
123
  }, any>;
116
124
  Input: import("../../_mixins").Theme<"Input", {
117
125
  paddingTiny: string;
@@ -127,8 +127,16 @@ declare const transferLight: import("../../_mixins").Theme<"Transfer", {
127
127
  labelPadding: string;
128
128
  }, any>;
129
129
  Scrollbar: import("../../_mixins").Theme<"Scrollbar", {
130
+ height: string;
131
+ width: string;
132
+ borderRadius: string;
130
133
  color: string;
131
134
  colorHover: string;
135
+ railInsetHorizontalBottom: string;
136
+ railInsetHorizontalTop: string;
137
+ railInsetVerticalRight: string;
138
+ railInsetVerticalLeft: string;
139
+ railColor: string;
132
140
  }, any>;
133
141
  Input: import("../../_mixins").Theme<"Input", {
134
142
  paddingTiny: string;
@@ -277,8 +277,16 @@ export declare const treeProps: {
277
277
  labelPadding: string;
278
278
  }, any>;
279
279
  Scrollbar: import("../../_mixins").Theme<"Scrollbar", {
280
+ height: string;
281
+ width: string;
282
+ borderRadius: string;
280
283
  color: string;
281
284
  colorHover: string;
285
+ railInsetHorizontalBottom: string;
286
+ railInsetHorizontalTop: string;
287
+ railInsetVerticalRight: string;
288
+ railInsetVerticalLeft: string;
289
+ railColor: string;
282
290
  }, any>;
283
291
  Empty: import("../../_mixins").Theme<"Empty", {
284
292
  iconSizeSmall: string;
@@ -368,8 +376,16 @@ export declare const treeProps: {
368
376
  labelPadding: string;
369
377
  }, any>;
370
378
  Scrollbar: import("../../_mixins").Theme<"Scrollbar", {
379
+ height: string;
380
+ width: string;
381
+ borderRadius: string;
371
382
  color: string;
372
383
  colorHover: string;
384
+ railInsetHorizontalBottom: string;
385
+ railInsetHorizontalTop: string;
386
+ railInsetVerticalRight: string;
387
+ railInsetVerticalLeft: string;
388
+ railColor: string;
373
389
  }, any>;
374
390
  Empty: import("../../_mixins").Theme<"Empty", {
375
391
  iconSizeSmall: string;
@@ -459,8 +475,16 @@ export declare const treeProps: {
459
475
  labelPadding: string;
460
476
  }, any>;
461
477
  Scrollbar: import("../../_mixins").Theme<"Scrollbar", {
478
+ height: string;
479
+ width: string;
480
+ borderRadius: string;
462
481
  color: string;
463
482
  colorHover: string;
483
+ railInsetHorizontalBottom: string;
484
+ railInsetHorizontalTop: string;
485
+ railInsetVerticalRight: string;
486
+ railInsetVerticalLeft: string;
487
+ railColor: string;
464
488
  }, any>;
465
489
  Empty: import("../../_mixins").Theme<"Empty", {
466
490
  iconSizeSmall: string;
@@ -692,8 +716,16 @@ declare const _default: import("vue").DefineComponent<{
692
716
  labelPadding: string;
693
717
  }, any>;
694
718
  Scrollbar: import("../../_mixins").Theme<"Scrollbar", {
719
+ height: string;
720
+ width: string;
721
+ borderRadius: string;
695
722
  color: string;
696
723
  colorHover: string;
724
+ railInsetHorizontalBottom: string;
725
+ railInsetHorizontalTop: string;
726
+ railInsetVerticalRight: string;
727
+ railInsetVerticalLeft: string;
728
+ railColor: string;
697
729
  }, any>;
698
730
  Empty: import("../../_mixins").Theme<"Empty", {
699
731
  iconSizeSmall: string;
@@ -783,8 +815,16 @@ declare const _default: import("vue").DefineComponent<{
783
815
  labelPadding: string;
784
816
  }, any>;
785
817
  Scrollbar: import("../../_mixins").Theme<"Scrollbar", {
818
+ height: string;
819
+ width: string;
820
+ borderRadius: string;
786
821
  color: string;
787
822
  colorHover: string;
823
+ railInsetHorizontalBottom: string;
824
+ railInsetHorizontalTop: string;
825
+ railInsetVerticalRight: string;
826
+ railInsetVerticalLeft: string;
827
+ railColor: string;
788
828
  }, any>;
789
829
  Empty: import("../../_mixins").Theme<"Empty", {
790
830
  iconSizeSmall: string;
@@ -874,8 +914,16 @@ declare const _default: import("vue").DefineComponent<{
874
914
  labelPadding: string;
875
915
  }, any>;
876
916
  Scrollbar: import("../../_mixins").Theme<"Scrollbar", {
917
+ height: string;
918
+ width: string;
919
+ borderRadius: string;
877
920
  color: string;
878
921
  colorHover: string;
922
+ railInsetHorizontalBottom: string;
923
+ railInsetHorizontalTop: string;
924
+ railInsetVerticalRight: string;
925
+ railInsetVerticalLeft: string;
926
+ railColor: string;
879
927
  }, any>;
880
928
  Empty: import("../../_mixins").Theme<"Empty", {
881
929
  iconSizeSmall: string;
@@ -970,8 +1018,16 @@ declare const _default: import("vue").DefineComponent<{
970
1018
  labelPadding: string;
971
1019
  }, any>;
972
1020
  Scrollbar: import("../../_mixins").Theme<"Scrollbar", {
1021
+ height: string;
1022
+ width: string;
1023
+ borderRadius: string;
973
1024
  color: string;
974
1025
  colorHover: string;
1026
+ railInsetHorizontalBottom: string;
1027
+ railInsetHorizontalTop: string;
1028
+ railInsetVerticalRight: string;
1029
+ railInsetVerticalLeft: string;
1030
+ railColor: string;
975
1031
  }, any>;
976
1032
  Empty: import("../../_mixins").Theme<"Empty", {
977
1033
  iconSizeSmall: string;
@@ -1263,7 +1319,7 @@ declare const _default: import("vue").DefineComponent<{
1263
1319
  virtualListInstRef: import("vue").Ref<{
1264
1320
  listElRef: HTMLElement;
1265
1321
  itemsElRef: HTMLElement | null;
1266
- scrollTo: import("vueuc/lib/virtual-list/src/VirtualList").ScrollTo;
1322
+ scrollTo: import("vueuc").VVirtualListScrollTo;
1267
1323
  } | null>;
1268
1324
  scrollbarInstRef: import("vue").Ref<{
1269
1325
  $el: HTMLElement;
@@ -1524,8 +1580,16 @@ declare const _default: import("vue").DefineComponent<{
1524
1580
  labelPadding: string;
1525
1581
  }, any>;
1526
1582
  Scrollbar: import("../../_mixins").Theme<"Scrollbar", {
1583
+ height: string;
1584
+ width: string;
1585
+ borderRadius: string;
1527
1586
  color: string;
1528
1587
  colorHover: string;
1588
+ railInsetHorizontalBottom: string;
1589
+ railInsetHorizontalTop: string;
1590
+ railInsetVerticalRight: string;
1591
+ railInsetVerticalLeft: string;
1592
+ railColor: string;
1529
1593
  }, any>;
1530
1594
  Empty: import("../../_mixins").Theme<"Empty", {
1531
1595
  iconSizeSmall: string;
@@ -1615,8 +1679,16 @@ declare const _default: import("vue").DefineComponent<{
1615
1679
  labelPadding: string;
1616
1680
  }, any>;
1617
1681
  Scrollbar: import("../../_mixins").Theme<"Scrollbar", {
1682
+ height: string;
1683
+ width: string;
1684
+ borderRadius: string;
1618
1685
  color: string;
1619
1686
  colorHover: string;
1687
+ railInsetHorizontalBottom: string;
1688
+ railInsetHorizontalTop: string;
1689
+ railInsetVerticalRight: string;
1690
+ railInsetVerticalLeft: string;
1691
+ railColor: string;
1620
1692
  }, any>;
1621
1693
  Empty: import("../../_mixins").Theme<"Empty", {
1622
1694
  iconSizeSmall: string;
@@ -1706,8 +1778,16 @@ declare const _default: import("vue").DefineComponent<{
1706
1778
  labelPadding: string;
1707
1779
  }, any>;
1708
1780
  Scrollbar: import("../../_mixins").Theme<"Scrollbar", {
1781
+ height: string;
1782
+ width: string;
1783
+ borderRadius: string;
1709
1784
  color: string;
1710
1785
  colorHover: string;
1786
+ railInsetHorizontalBottom: string;
1787
+ railInsetHorizontalTop: string;
1788
+ railInsetVerticalRight: string;
1789
+ railInsetVerticalLeft: string;
1790
+ railColor: string;
1711
1791
  }, any>;
1712
1792
  Empty: import("../../_mixins").Theme<"Empty", {
1713
1793
  iconSizeSmall: string;
@@ -1738,7 +1818,6 @@ declare const _default: import("vue").DefineComponent<{
1738
1818
  readonly multiple: boolean;
1739
1819
  readonly labelField: string;
1740
1820
  readonly virtualScroll: boolean;
1741
- readonly keyField: string;
1742
1821
  readonly checkable: boolean;
1743
1822
  readonly keyboard: boolean;
1744
1823
  readonly cancelable: boolean;
@@ -1747,6 +1826,7 @@ declare const _default: import("vue").DefineComponent<{
1747
1826
  readonly allowCheckingNotLoaded: boolean;
1748
1827
  readonly cascade: boolean;
1749
1828
  readonly indent: number;
1829
+ readonly keyField: string;
1750
1830
  readonly internalScrollable: boolean;
1751
1831
  readonly checkStrategy: CheckStrategy;
1752
1832
  readonly disabledField: string;
@@ -87,8 +87,16 @@ declare const _default: import("vue").DefineComponent<{
87
87
  labelPadding: string;
88
88
  }, any>;
89
89
  Scrollbar: import("../../_mixins").Theme<"Scrollbar", {
90
+ height: string;
91
+ width: string;
92
+ borderRadius: string;
90
93
  color: string;
91
94
  colorHover: string;
95
+ railInsetHorizontalBottom: string;
96
+ railInsetHorizontalTop: string;
97
+ railInsetVerticalRight: string;
98
+ railInsetVerticalLeft: string;
99
+ railColor: string;
92
100
  }, any>;
93
101
  Empty: import("../../_mixins").Theme<"Empty", {
94
102
  iconSizeSmall: string;
@@ -83,8 +83,16 @@ declare const treeLight: import("../../_mixins/use-theme").Theme<"Tree", {
83
83
  labelPadding: string;
84
84
  }, any>;
85
85
  Scrollbar: import("../../_mixins/use-theme").Theme<"Scrollbar", {
86
+ height: string;
87
+ width: string;
88
+ borderRadius: string;
86
89
  color: string;
87
90
  colorHover: string;
91
+ railInsetHorizontalBottom: string;
92
+ railInsetHorizontalTop: string;
93
+ railInsetVerticalRight: string;
94
+ railInsetVerticalLeft: string;
95
+ railColor: string;
88
96
  }, any>;
89
97
  Empty: import("../../_mixins/use-theme").Theme<"Empty", {
90
98
  iconSizeSmall: string;