@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
@@ -155,8 +155,16 @@ export declare const popselectProps: {
155
155
  loadingColor: string;
156
156
  }, {
157
157
  Scrollbar: import("../../_mixins").Theme<"Scrollbar", {
158
+ height: string;
159
+ width: string;
160
+ borderRadius: string;
158
161
  color: string;
159
162
  colorHover: string;
163
+ railInsetHorizontalBottom: string;
164
+ railInsetHorizontalTop: string;
165
+ railInsetVerticalRight: string;
166
+ railInsetVerticalLeft: string;
167
+ railColor: string;
160
168
  }, any>;
161
169
  Empty: import("../../_mixins").Theme<"Empty", {
162
170
  iconSizeSmall: string;
@@ -230,8 +238,16 @@ export declare const popselectProps: {
230
238
  loadingColor: string;
231
239
  }, {
232
240
  Scrollbar: import("../../_mixins").Theme<"Scrollbar", {
241
+ height: string;
242
+ width: string;
243
+ borderRadius: string;
233
244
  color: string;
234
245
  colorHover: string;
246
+ railInsetHorizontalBottom: string;
247
+ railInsetHorizontalTop: string;
248
+ railInsetVerticalRight: string;
249
+ railInsetVerticalLeft: string;
250
+ railColor: string;
235
251
  }, any>;
236
252
  Empty: import("../../_mixins").Theme<"Empty", {
237
253
  iconSizeSmall: string;
@@ -305,8 +321,16 @@ export declare const popselectProps: {
305
321
  loadingColor: string;
306
322
  }, {
307
323
  Scrollbar: import("../../_mixins").Theme<"Scrollbar", {
324
+ height: string;
325
+ width: string;
326
+ borderRadius: string;
308
327
  color: string;
309
328
  colorHover: string;
329
+ railInsetHorizontalBottom: string;
330
+ railInsetHorizontalTop: string;
331
+ railInsetVerticalRight: string;
332
+ railInsetVerticalLeft: string;
333
+ railColor: string;
310
334
  }, any>;
311
335
  Empty: import("../../_mixins").Theme<"Empty", {
312
336
  iconSizeSmall: string;
@@ -486,8 +510,16 @@ declare const _default: import("vue").DefineComponent<{
486
510
  loadingColor: string;
487
511
  }, {
488
512
  Scrollbar: import("../../_mixins").Theme<"Scrollbar", {
513
+ height: string;
514
+ width: string;
515
+ borderRadius: string;
489
516
  color: string;
490
517
  colorHover: string;
518
+ railInsetHorizontalBottom: string;
519
+ railInsetHorizontalTop: string;
520
+ railInsetVerticalRight: string;
521
+ railInsetVerticalLeft: string;
522
+ railColor: string;
491
523
  }, any>;
492
524
  Empty: import("../../_mixins").Theme<"Empty", {
493
525
  iconSizeSmall: string;
@@ -561,8 +593,16 @@ declare const _default: import("vue").DefineComponent<{
561
593
  loadingColor: string;
562
594
  }, {
563
595
  Scrollbar: import("../../_mixins").Theme<"Scrollbar", {
596
+ height: string;
597
+ width: string;
598
+ borderRadius: string;
564
599
  color: string;
565
600
  colorHover: string;
601
+ railInsetHorizontalBottom: string;
602
+ railInsetHorizontalTop: string;
603
+ railInsetVerticalRight: string;
604
+ railInsetVerticalLeft: string;
605
+ railColor: string;
566
606
  }, any>;
567
607
  Empty: import("../../_mixins").Theme<"Empty", {
568
608
  iconSizeSmall: string;
@@ -636,8 +676,16 @@ declare const _default: import("vue").DefineComponent<{
636
676
  loadingColor: string;
637
677
  }, {
638
678
  Scrollbar: import("../../_mixins").Theme<"Scrollbar", {
679
+ height: string;
680
+ width: string;
681
+ borderRadius: string;
639
682
  color: string;
640
683
  colorHover: string;
684
+ railInsetHorizontalBottom: string;
685
+ railInsetHorizontalTop: string;
686
+ railInsetVerticalRight: string;
687
+ railInsetVerticalLeft: string;
688
+ railColor: string;
641
689
  }, any>;
642
690
  Empty: import("../../_mixins").Theme<"Empty", {
643
691
  iconSizeSmall: string;
@@ -719,8 +767,16 @@ declare const _default: import("vue").DefineComponent<{
719
767
  loadingColor: string;
720
768
  }, {
721
769
  Scrollbar: import("../../_mixins").Theme<"Scrollbar", {
770
+ height: string;
771
+ width: string;
772
+ borderRadius: string;
722
773
  color: string;
723
774
  colorHover: string;
775
+ railInsetHorizontalBottom: string;
776
+ railInsetHorizontalTop: string;
777
+ railInsetVerticalRight: string;
778
+ railInsetVerticalLeft: string;
779
+ railColor: string;
724
780
  }, any>;
725
781
  Empty: import("../../_mixins").Theme<"Empty", {
726
782
  iconSizeSmall: string;
@@ -752,8 +808,16 @@ declare const _default: import("vue").DefineComponent<{
752
808
  InternalSelectMenu?: {
753
809
  peers?: {
754
810
  Scrollbar?: import("../../_mixins/use-theme").ExtractThemeOverrides<import("../../_mixins").Theme<"Scrollbar", {
811
+ height: string;
812
+ width: string;
813
+ borderRadius: string;
755
814
  color: string;
756
815
  colorHover: string;
816
+ railInsetHorizontalBottom: string;
817
+ railInsetHorizontalTop: string;
818
+ railInsetVerticalRight: string;
819
+ railInsetVerticalLeft: string;
820
+ railColor: string;
757
821
  }, any>> | undefined;
758
822
  Empty?: import("../../_mixins/use-theme").ExtractThemeOverrides<import("../../_mixins").Theme<"Empty", {
759
823
  iconSizeSmall: string;
@@ -934,8 +998,16 @@ declare const _default: import("vue").DefineComponent<{
934
998
  loadingColor: string;
935
999
  }, {
936
1000
  Scrollbar: import("../../_mixins").Theme<"Scrollbar", {
1001
+ height: string;
1002
+ width: string;
1003
+ borderRadius: string;
937
1004
  color: string;
938
1005
  colorHover: string;
1006
+ railInsetHorizontalBottom: string;
1007
+ railInsetHorizontalTop: string;
1008
+ railInsetVerticalRight: string;
1009
+ railInsetVerticalLeft: string;
1010
+ railColor: string;
939
1011
  }, any>;
940
1012
  Empty: import("../../_mixins").Theme<"Empty", {
941
1013
  iconSizeSmall: string;
@@ -1009,8 +1081,16 @@ declare const _default: import("vue").DefineComponent<{
1009
1081
  loadingColor: string;
1010
1082
  }, {
1011
1083
  Scrollbar: import("../../_mixins").Theme<"Scrollbar", {
1084
+ height: string;
1085
+ width: string;
1086
+ borderRadius: string;
1012
1087
  color: string;
1013
1088
  colorHover: string;
1089
+ railInsetHorizontalBottom: string;
1090
+ railInsetHorizontalTop: string;
1091
+ railInsetVerticalRight: string;
1092
+ railInsetVerticalLeft: string;
1093
+ railColor: string;
1014
1094
  }, any>;
1015
1095
  Empty: import("../../_mixins").Theme<"Empty", {
1016
1096
  iconSizeSmall: string;
@@ -1084,8 +1164,16 @@ declare const _default: import("vue").DefineComponent<{
1084
1164
  loadingColor: string;
1085
1165
  }, {
1086
1166
  Scrollbar: import("../../_mixins").Theme<"Scrollbar", {
1167
+ height: string;
1168
+ width: string;
1169
+ borderRadius: string;
1087
1170
  color: string;
1088
1171
  colorHover: string;
1172
+ railInsetHorizontalBottom: string;
1173
+ railInsetHorizontalTop: string;
1174
+ railInsetVerticalRight: string;
1175
+ railInsetVerticalLeft: string;
1176
+ railColor: string;
1089
1177
  }, any>;
1090
1178
  Empty: import("../../_mixins").Theme<"Empty", {
1091
1179
  iconSizeSmall: string;
@@ -117,8 +117,16 @@ declare const _default: import("vue").DefineComponent<{
117
117
  loadingColor: string;
118
118
  }, {
119
119
  Scrollbar: import("../../_mixins").Theme<"Scrollbar", {
120
+ height: string;
121
+ width: string;
122
+ borderRadius: string;
120
123
  color: string;
121
124
  colorHover: string;
125
+ railInsetHorizontalBottom: string;
126
+ railInsetHorizontalTop: string;
127
+ railInsetVerticalRight: string;
128
+ railInsetVerticalLeft: string;
129
+ railColor: string;
122
130
  }, any>;
123
131
  Empty: import("../../_mixins").Theme<"Empty", {
124
132
  iconSizeSmall: string;
@@ -150,8 +158,16 @@ declare const _default: import("vue").DefineComponent<{
150
158
  InternalSelectMenu?: {
151
159
  peers?: {
152
160
  Scrollbar?: import("../../_mixins/use-theme").ExtractThemeOverrides<import("../../_mixins").Theme<"Scrollbar", {
161
+ height: string;
162
+ width: string;
163
+ borderRadius: string;
153
164
  color: string;
154
165
  colorHover: string;
166
+ railInsetHorizontalBottom: string;
167
+ railInsetHorizontalTop: string;
168
+ railInsetVerticalRight: string;
169
+ railInsetVerticalLeft: string;
170
+ railColor: string;
155
171
  }, any>> | undefined;
156
172
  Empty?: import("../../_mixins/use-theme").ExtractThemeOverrides<import("../../_mixins").Theme<"Empty", {
157
173
  iconSizeSmall: string;
@@ -53,8 +53,16 @@ declare const popselectLight: import("../../_mixins").Theme<"Popselect", {
53
53
  loadingColor: string;
54
54
  }, {
55
55
  Scrollbar: import("../../_mixins").Theme<"Scrollbar", {
56
+ height: string;
57
+ width: string;
58
+ borderRadius: string;
56
59
  color: string;
57
60
  colorHover: string;
61
+ railInsetHorizontalBottom: string;
62
+ railInsetHorizontalTop: string;
63
+ railInsetVerticalRight: string;
64
+ railInsetVerticalLeft: string;
65
+ railColor: string;
58
66
  }, any>;
59
67
  Empty: import("../../_mixins").Theme<"Empty", {
60
68
  iconSizeSmall: string;
@@ -19,16 +19,40 @@ export declare const scrollbarProps: {
19
19
  readonly onScroll: PropType<(e: Event) => void>;
20
20
  readonly size: NumberConstructor;
21
21
  readonly theme: PropType<import("../../_mixins").Theme<"Scrollbar", {
22
+ height: string;
23
+ width: string;
24
+ borderRadius: string;
22
25
  color: string;
23
26
  colorHover: string;
27
+ railInsetHorizontalBottom: string;
28
+ railInsetHorizontalTop: string;
29
+ railInsetVerticalRight: string;
30
+ railInsetVerticalLeft: string;
31
+ railColor: string;
24
32
  }, any>>;
25
33
  readonly themeOverrides: PropType<import("../../_mixins/use-theme").ExtractThemeOverrides<import("../../_mixins").Theme<"Scrollbar", {
34
+ height: string;
35
+ width: string;
36
+ borderRadius: string;
26
37
  color: string;
27
38
  colorHover: string;
39
+ railInsetHorizontalBottom: string;
40
+ railInsetHorizontalTop: string;
41
+ railInsetVerticalRight: string;
42
+ railInsetVerticalLeft: string;
43
+ railColor: string;
28
44
  }, any>>>;
29
45
  readonly builtinThemeOverrides: PropType<import("../../_mixins/use-theme").ExtractThemeOverrides<import("../../_mixins").Theme<"Scrollbar", {
46
+ height: string;
47
+ width: string;
48
+ borderRadius: string;
30
49
  color: string;
31
50
  colorHover: string;
51
+ railInsetHorizontalBottom: string;
52
+ railInsetHorizontalTop: string;
53
+ railInsetVerticalRight: string;
54
+ railInsetVerticalLeft: string;
55
+ railColor: string;
32
56
  }, any>>>;
33
57
  };
34
58
  export type ScrollbarProps = ExtractPublicPropTypes<typeof scrollbarProps>;
@@ -38,16 +62,40 @@ declare const Scrollbar: import("vue").DefineComponent<{
38
62
  readonly onScroll: PropType<(e: Event) => void>;
39
63
  readonly size: NumberConstructor;
40
64
  readonly theme: PropType<import("../../_mixins").Theme<"Scrollbar", {
65
+ height: string;
66
+ width: string;
67
+ borderRadius: string;
41
68
  color: string;
42
69
  colorHover: string;
70
+ railInsetHorizontalBottom: string;
71
+ railInsetHorizontalTop: string;
72
+ railInsetVerticalRight: string;
73
+ railInsetVerticalLeft: string;
74
+ railColor: string;
43
75
  }, any>>;
44
76
  readonly themeOverrides: PropType<import("../../_mixins/use-theme").ExtractThemeOverrides<import("../../_mixins").Theme<"Scrollbar", {
77
+ height: string;
78
+ width: string;
79
+ borderRadius: string;
45
80
  color: string;
46
81
  colorHover: string;
82
+ railInsetHorizontalBottom: string;
83
+ railInsetHorizontalTop: string;
84
+ railInsetVerticalRight: string;
85
+ railInsetVerticalLeft: string;
86
+ railColor: string;
47
87
  }, any>>>;
48
88
  readonly builtinThemeOverrides: PropType<import("../../_mixins/use-theme").ExtractThemeOverrides<import("../../_mixins").Theme<"Scrollbar", {
89
+ height: string;
90
+ width: string;
91
+ borderRadius: string;
49
92
  color: string;
50
93
  colorHover: string;
94
+ railInsetHorizontalBottom: string;
95
+ railInsetHorizontalTop: string;
96
+ railInsetVerticalRight: string;
97
+ railInsetVerticalLeft: string;
98
+ railColor: string;
51
99
  }, any>>>;
52
100
  }, {
53
101
  scrollbarInstRef: import("vue").Ref<{
@@ -70,16 +118,40 @@ declare const Scrollbar: import("vue").DefineComponent<{
70
118
  readonly onScroll: PropType<(e: Event) => void>;
71
119
  readonly size: NumberConstructor;
72
120
  readonly theme: PropType<import("../../_mixins").Theme<"Scrollbar", {
121
+ height: string;
122
+ width: string;
123
+ borderRadius: string;
73
124
  color: string;
74
125
  colorHover: string;
126
+ railInsetHorizontalBottom: string;
127
+ railInsetHorizontalTop: string;
128
+ railInsetVerticalRight: string;
129
+ railInsetVerticalLeft: string;
130
+ railColor: string;
75
131
  }, any>>;
76
132
  readonly themeOverrides: PropType<import("../../_mixins/use-theme").ExtractThemeOverrides<import("../../_mixins").Theme<"Scrollbar", {
133
+ height: string;
134
+ width: string;
135
+ borderRadius: string;
77
136
  color: string;
78
137
  colorHover: string;
138
+ railInsetHorizontalBottom: string;
139
+ railInsetHorizontalTop: string;
140
+ railInsetVerticalRight: string;
141
+ railInsetVerticalLeft: string;
142
+ railColor: string;
79
143
  }, any>>>;
80
144
  readonly builtinThemeOverrides: PropType<import("../../_mixins/use-theme").ExtractThemeOverrides<import("../../_mixins").Theme<"Scrollbar", {
145
+ height: string;
146
+ width: string;
147
+ borderRadius: string;
81
148
  color: string;
82
149
  colorHover: string;
150
+ railInsetHorizontalBottom: string;
151
+ railInsetHorizontalTop: string;
152
+ railInsetVerticalRight: string;
153
+ railInsetVerticalLeft: string;
154
+ railColor: string;
83
155
  }, any>>>;
84
156
  }>>, {
85
157
  readonly xScrollable: boolean;
@@ -292,8 +292,16 @@ export declare const selectProps: {
292
292
  loadingColor: string;
293
293
  }, {
294
294
  Scrollbar: import("../../_mixins").Theme<"Scrollbar", {
295
+ height: string;
296
+ width: string;
297
+ borderRadius: string;
295
298
  color: string;
296
299
  colorHover: string;
300
+ railInsetHorizontalBottom: string;
301
+ railInsetHorizontalTop: string;
302
+ railInsetVerticalRight: string;
303
+ railInsetVerticalLeft: string;
304
+ railColor: string;
297
305
  }, any>;
298
306
  Empty: import("../../_mixins").Theme<"Empty", {
299
307
  iconSizeSmall: string;
@@ -476,8 +484,16 @@ export declare const selectProps: {
476
484
  loadingColor: string;
477
485
  }, {
478
486
  Scrollbar: import("../../_mixins").Theme<"Scrollbar", {
487
+ height: string;
488
+ width: string;
489
+ borderRadius: string;
479
490
  color: string;
480
491
  colorHover: string;
492
+ railInsetHorizontalBottom: string;
493
+ railInsetHorizontalTop: string;
494
+ railInsetVerticalRight: string;
495
+ railInsetVerticalLeft: string;
496
+ railColor: string;
481
497
  }, any>;
482
498
  Empty: import("../../_mixins").Theme<"Empty", {
483
499
  iconSizeSmall: string;
@@ -660,8 +676,16 @@ export declare const selectProps: {
660
676
  loadingColor: string;
661
677
  }, {
662
678
  Scrollbar: import("../../_mixins").Theme<"Scrollbar", {
679
+ height: string;
680
+ width: string;
681
+ borderRadius: string;
663
682
  color: string;
664
683
  colorHover: string;
684
+ railInsetHorizontalBottom: string;
685
+ railInsetHorizontalTop: string;
686
+ railInsetVerticalRight: string;
687
+ railInsetVerticalLeft: string;
688
+ railColor: string;
665
689
  }, any>;
666
690
  Empty: import("../../_mixins").Theme<"Empty", {
667
691
  iconSizeSmall: string;
@@ -971,8 +995,16 @@ declare const _default: import("vue").DefineComponent<{
971
995
  loadingColor: string;
972
996
  }, {
973
997
  Scrollbar: import("../../_mixins").Theme<"Scrollbar", {
998
+ height: string;
999
+ width: string;
1000
+ borderRadius: string;
974
1001
  color: string;
975
1002
  colorHover: string;
1003
+ railInsetHorizontalBottom: string;
1004
+ railInsetHorizontalTop: string;
1005
+ railInsetVerticalRight: string;
1006
+ railInsetVerticalLeft: string;
1007
+ railColor: string;
976
1008
  }, any>;
977
1009
  Empty: import("../../_mixins").Theme<"Empty", {
978
1010
  iconSizeSmall: string;
@@ -1155,8 +1187,16 @@ declare const _default: import("vue").DefineComponent<{
1155
1187
  loadingColor: string;
1156
1188
  }, {
1157
1189
  Scrollbar: import("../../_mixins").Theme<"Scrollbar", {
1190
+ height: string;
1191
+ width: string;
1192
+ borderRadius: string;
1158
1193
  color: string;
1159
1194
  colorHover: string;
1195
+ railInsetHorizontalBottom: string;
1196
+ railInsetHorizontalTop: string;
1197
+ railInsetVerticalRight: string;
1198
+ railInsetVerticalLeft: string;
1199
+ railColor: string;
1160
1200
  }, any>;
1161
1201
  Empty: import("../../_mixins").Theme<"Empty", {
1162
1202
  iconSizeSmall: string;
@@ -1339,8 +1379,16 @@ declare const _default: import("vue").DefineComponent<{
1339
1379
  loadingColor: string;
1340
1380
  }, {
1341
1381
  Scrollbar: import("../../_mixins").Theme<"Scrollbar", {
1382
+ height: string;
1383
+ width: string;
1384
+ borderRadius: string;
1342
1385
  color: string;
1343
1386
  colorHover: string;
1387
+ railInsetHorizontalBottom: string;
1388
+ railInsetHorizontalTop: string;
1389
+ railInsetVerticalRight: string;
1390
+ railInsetVerticalLeft: string;
1391
+ railColor: string;
1344
1392
  }, any>;
1345
1393
  Empty: import("../../_mixins").Theme<"Empty", {
1346
1394
  iconSizeSmall: string;
@@ -1583,8 +1631,16 @@ declare const _default: import("vue").DefineComponent<{
1583
1631
  loadingColor: string;
1584
1632
  }, {
1585
1633
  Scrollbar: import("../../_mixins").Theme<"Scrollbar", {
1634
+ height: string;
1635
+ width: string;
1636
+ borderRadius: string;
1586
1637
  color: string;
1587
1638
  colorHover: string;
1639
+ railInsetHorizontalBottom: string;
1640
+ railInsetHorizontalTop: string;
1641
+ railInsetVerticalRight: string;
1642
+ railInsetVerticalLeft: string;
1643
+ railColor: string;
1588
1644
  }, any>;
1589
1645
  Empty: import("../../_mixins").Theme<"Empty", {
1590
1646
  iconSizeSmall: string;
@@ -1629,8 +1685,16 @@ declare const _default: import("vue").DefineComponent<{
1629
1685
  InternalSelectMenu?: {
1630
1686
  peers?: {
1631
1687
  Scrollbar?: import("../../_mixins/use-theme").ExtractThemeOverrides<import("../../_mixins").Theme<"Scrollbar", {
1688
+ height: string;
1689
+ width: string;
1690
+ borderRadius: string;
1632
1691
  color: string;
1633
1692
  colorHover: string;
1693
+ railInsetHorizontalBottom: string;
1694
+ railInsetHorizontalTop: string;
1695
+ railInsetVerticalRight: string;
1696
+ railInsetVerticalLeft: string;
1697
+ railColor: string;
1634
1698
  }, any>> | undefined;
1635
1699
  Empty?: import("../../_mixins/use-theme").ExtractThemeOverrides<import("../../_mixins").Theme<"Empty", {
1636
1700
  iconSizeSmall: string;
@@ -1949,8 +2013,16 @@ declare const _default: import("vue").DefineComponent<{
1949
2013
  loadingColor: string;
1950
2014
  }, {
1951
2015
  Scrollbar: import("../../_mixins").Theme<"Scrollbar", {
2016
+ height: string;
2017
+ width: string;
2018
+ borderRadius: string;
1952
2019
  color: string;
1953
2020
  colorHover: string;
2021
+ railInsetHorizontalBottom: string;
2022
+ railInsetHorizontalTop: string;
2023
+ railInsetVerticalRight: string;
2024
+ railInsetVerticalLeft: string;
2025
+ railColor: string;
1954
2026
  }, any>;
1955
2027
  Empty: import("../../_mixins").Theme<"Empty", {
1956
2028
  iconSizeSmall: string;
@@ -2133,8 +2205,16 @@ declare const _default: import("vue").DefineComponent<{
2133
2205
  loadingColor: string;
2134
2206
  }, {
2135
2207
  Scrollbar: import("../../_mixins").Theme<"Scrollbar", {
2208
+ height: string;
2209
+ width: string;
2210
+ borderRadius: string;
2136
2211
  color: string;
2137
2212
  colorHover: string;
2213
+ railInsetHorizontalBottom: string;
2214
+ railInsetHorizontalTop: string;
2215
+ railInsetVerticalRight: string;
2216
+ railInsetVerticalLeft: string;
2217
+ railColor: string;
2138
2218
  }, any>;
2139
2219
  Empty: import("../../_mixins").Theme<"Empty", {
2140
2220
  iconSizeSmall: string;
@@ -2317,8 +2397,16 @@ declare const _default: import("vue").DefineComponent<{
2317
2397
  loadingColor: string;
2318
2398
  }, {
2319
2399
  Scrollbar: import("../../_mixins").Theme<"Scrollbar", {
2400
+ height: string;
2401
+ width: string;
2402
+ borderRadius: string;
2320
2403
  color: string;
2321
2404
  colorHover: string;
2405
+ railInsetHorizontalBottom: string;
2406
+ railInsetHorizontalTop: string;
2407
+ railInsetVerticalRight: string;
2408
+ railInsetVerticalLeft: string;
2409
+ railColor: string;
2322
2410
  }, any>;
2323
2411
  Empty: import("../../_mixins").Theme<"Empty", {
2324
2412
  iconSizeSmall: string;
@@ -162,8 +162,16 @@ declare const selectLight: import("../../_mixins").Theme<"Select", {
162
162
  loadingColor: string;
163
163
  }, {
164
164
  Scrollbar: import("../../_mixins").Theme<"Scrollbar", {
165
+ height: string;
166
+ width: string;
167
+ borderRadius: string;
165
168
  color: string;
166
169
  colorHover: string;
170
+ railInsetHorizontalBottom: string;
171
+ railInsetHorizontalTop: string;
172
+ railInsetVerticalRight: string;
173
+ railInsetVerticalLeft: string;
174
+ railColor: string;
167
175
  }, any>;
168
176
  Empty: import("../../_mixins").Theme<"Empty", {
169
177
  iconSizeSmall: string;
@@ -98,8 +98,16 @@ declare const _default: import("vue").DefineComponent<{
98
98
  };
99
99
  peers: {
100
100
  Scrollbar: import("../../_mixins").Theme<"Scrollbar", {
101
+ height: string;
102
+ width: string;
103
+ borderRadius: string;
101
104
  color: string;
102
105
  colorHover: string;
106
+ railInsetHorizontalBottom: string;
107
+ railInsetHorizontalTop: string;
108
+ railInsetVerticalRight: string;
109
+ railInsetVerticalLeft: string;
110
+ railColor: string;
103
111
  }, any>;
104
112
  Button: import("../../_mixins").Theme<"Button", {
105
113
  heightTiny: string;