@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
@@ -101,8 +101,16 @@ export declare const mentionProps: {
101
101
  loadingColor: string;
102
102
  }, {
103
103
  Scrollbar: import("../../_mixins").Theme<"Scrollbar", {
104
+ height: string;
105
+ width: string;
106
+ borderRadius: string;
104
107
  color: string;
105
108
  colorHover: string;
109
+ railInsetHorizontalBottom: string;
110
+ railInsetHorizontalTop: string;
111
+ railInsetVerticalRight: string;
112
+ railInsetVerticalLeft: string;
113
+ railColor: string;
106
114
  }, any>;
107
115
  Empty: import("../../_mixins").Theme<"Empty", {
108
116
  iconSizeSmall: string;
@@ -226,8 +234,16 @@ export declare const mentionProps: {
226
234
  loadingColor: string;
227
235
  }, {
228
236
  Scrollbar: import("../../_mixins").Theme<"Scrollbar", {
237
+ height: string;
238
+ width: string;
239
+ borderRadius: string;
229
240
  color: string;
230
241
  colorHover: string;
242
+ railInsetHorizontalBottom: string;
243
+ railInsetHorizontalTop: string;
244
+ railInsetVerticalRight: string;
245
+ railInsetVerticalLeft: string;
246
+ railColor: string;
231
247
  }, any>;
232
248
  Empty: import("../../_mixins").Theme<"Empty", {
233
249
  iconSizeSmall: string;
@@ -351,8 +367,16 @@ export declare const mentionProps: {
351
367
  loadingColor: string;
352
368
  }, {
353
369
  Scrollbar: import("../../_mixins").Theme<"Scrollbar", {
370
+ height: string;
371
+ width: string;
372
+ borderRadius: string;
354
373
  color: string;
355
374
  colorHover: string;
375
+ railInsetHorizontalBottom: string;
376
+ railInsetHorizontalTop: string;
377
+ railInsetVerticalRight: string;
378
+ railInsetVerticalLeft: string;
379
+ railColor: string;
356
380
  }, any>;
357
381
  Empty: import("../../_mixins").Theme<"Empty", {
358
382
  iconSizeSmall: string;
@@ -535,8 +559,16 @@ declare const _default: import("vue").DefineComponent<{
535
559
  loadingColor: string;
536
560
  }, {
537
561
  Scrollbar: import("../../_mixins").Theme<"Scrollbar", {
562
+ height: string;
563
+ width: string;
564
+ borderRadius: string;
538
565
  color: string;
539
566
  colorHover: string;
567
+ railInsetHorizontalBottom: string;
568
+ railInsetHorizontalTop: string;
569
+ railInsetVerticalRight: string;
570
+ railInsetVerticalLeft: string;
571
+ railColor: string;
540
572
  }, any>;
541
573
  Empty: import("../../_mixins").Theme<"Empty", {
542
574
  iconSizeSmall: string;
@@ -660,8 +692,16 @@ declare const _default: import("vue").DefineComponent<{
660
692
  loadingColor: string;
661
693
  }, {
662
694
  Scrollbar: import("../../_mixins").Theme<"Scrollbar", {
695
+ height: string;
696
+ width: string;
697
+ borderRadius: string;
663
698
  color: string;
664
699
  colorHover: string;
700
+ railInsetHorizontalBottom: string;
701
+ railInsetHorizontalTop: string;
702
+ railInsetVerticalRight: string;
703
+ railInsetVerticalLeft: string;
704
+ railColor: string;
665
705
  }, any>;
666
706
  Empty: import("../../_mixins").Theme<"Empty", {
667
707
  iconSizeSmall: string;
@@ -785,8 +825,16 @@ declare const _default: import("vue").DefineComponent<{
785
825
  loadingColor: string;
786
826
  }, {
787
827
  Scrollbar: import("../../_mixins").Theme<"Scrollbar", {
828
+ height: string;
829
+ width: string;
830
+ borderRadius: string;
788
831
  color: string;
789
832
  colorHover: string;
833
+ railInsetHorizontalBottom: string;
834
+ railInsetHorizontalTop: string;
835
+ railInsetVerticalRight: string;
836
+ railInsetVerticalLeft: string;
837
+ railColor: string;
790
838
  }, any>;
791
839
  Empty: import("../../_mixins").Theme<"Empty", {
792
840
  iconSizeSmall: string;
@@ -919,8 +967,16 @@ declare const _default: import("vue").DefineComponent<{
919
967
  loadingColor: string;
920
968
  }, {
921
969
  Scrollbar: import("../../_mixins").Theme<"Scrollbar", {
970
+ height: string;
971
+ width: string;
972
+ borderRadius: string;
922
973
  color: string;
923
974
  colorHover: string;
975
+ railInsetHorizontalBottom: string;
976
+ railInsetHorizontalTop: string;
977
+ railInsetVerticalRight: string;
978
+ railInsetVerticalLeft: string;
979
+ railColor: string;
924
980
  }, any>;
925
981
  Empty: import("../../_mixins").Theme<"Empty", {
926
982
  iconSizeSmall: string;
@@ -1011,8 +1067,16 @@ declare const _default: import("vue").DefineComponent<{
1011
1067
  InternalSelectMenu?: {
1012
1068
  peers?: {
1013
1069
  Scrollbar?: import("../../_mixins/use-theme").ExtractThemeOverrides<import("../../_mixins").Theme<"Scrollbar", {
1070
+ height: string;
1071
+ width: string;
1072
+ borderRadius: string;
1014
1073
  color: string;
1015
1074
  colorHover: string;
1075
+ railInsetHorizontalBottom: string;
1076
+ railInsetHorizontalTop: string;
1077
+ railInsetVerticalRight: string;
1078
+ railInsetVerticalLeft: string;
1079
+ railColor: string;
1016
1080
  }, any>> | undefined;
1017
1081
  Empty?: import("../../_mixins/use-theme").ExtractThemeOverrides<import("../../_mixins").Theme<"Empty", {
1018
1082
  iconSizeSmall: string;
@@ -1176,8 +1240,16 @@ declare const _default: import("vue").DefineComponent<{
1176
1240
  loadingColor: string;
1177
1241
  }, {
1178
1242
  Scrollbar: import("../../_mixins").Theme<"Scrollbar", {
1243
+ height: string;
1244
+ width: string;
1245
+ borderRadius: string;
1179
1246
  color: string;
1180
1247
  colorHover: string;
1248
+ railInsetHorizontalBottom: string;
1249
+ railInsetHorizontalTop: string;
1250
+ railInsetVerticalRight: string;
1251
+ railInsetVerticalLeft: string;
1252
+ railColor: string;
1181
1253
  }, any>;
1182
1254
  Empty: import("../../_mixins").Theme<"Empty", {
1183
1255
  iconSizeSmall: string;
@@ -1301,8 +1373,16 @@ declare const _default: import("vue").DefineComponent<{
1301
1373
  loadingColor: string;
1302
1374
  }, {
1303
1375
  Scrollbar: import("../../_mixins").Theme<"Scrollbar", {
1376
+ height: string;
1377
+ width: string;
1378
+ borderRadius: string;
1304
1379
  color: string;
1305
1380
  colorHover: string;
1381
+ railInsetHorizontalBottom: string;
1382
+ railInsetHorizontalTop: string;
1383
+ railInsetVerticalRight: string;
1384
+ railInsetVerticalLeft: string;
1385
+ railColor: string;
1306
1386
  }, any>;
1307
1387
  Empty: import("../../_mixins").Theme<"Empty", {
1308
1388
  iconSizeSmall: string;
@@ -1426,8 +1506,16 @@ declare const _default: import("vue").DefineComponent<{
1426
1506
  loadingColor: string;
1427
1507
  }, {
1428
1508
  Scrollbar: import("../../_mixins").Theme<"Scrollbar", {
1509
+ height: string;
1510
+ width: string;
1511
+ borderRadius: string;
1429
1512
  color: string;
1430
1513
  colorHover: string;
1514
+ railInsetHorizontalBottom: string;
1515
+ railInsetHorizontalTop: string;
1516
+ railInsetVerticalRight: string;
1517
+ railInsetVerticalLeft: string;
1518
+ railColor: string;
1431
1519
  }, any>;
1432
1520
  Empty: import("../../_mixins").Theme<"Empty", {
1433
1521
  iconSizeSmall: string;
@@ -39,8 +39,16 @@ declare const mentionLight: import("../../_mixins").Theme<"Mention", {
39
39
  loadingColor: string;
40
40
  }, {
41
41
  Scrollbar: import("../../_mixins").Theme<"Scrollbar", {
42
+ height: string;
43
+ width: string;
44
+ borderRadius: string;
42
45
  color: string;
43
46
  colorHover: string;
47
+ railInsetHorizontalBottom: string;
48
+ railInsetHorizontalTop: string;
49
+ railInsetVerticalRight: string;
50
+ railInsetVerticalLeft: string;
51
+ railColor: string;
44
52
  }, any>;
45
53
  Empty: import("../../_mixins").Theme<"Empty", {
46
54
  iconSizeSmall: string;
@@ -2174,13 +2174,13 @@ declare const _default: import("vue").DefineComponent<{
2174
2174
  readonly iconSize: number;
2175
2175
  readonly show: boolean;
2176
2176
  readonly labelField: string;
2177
- readonly keyField: string;
2178
2177
  readonly defaultValue: Key | null;
2179
2178
  readonly options: MenuMixedOption[];
2180
2179
  readonly childrenField: string;
2181
2180
  readonly defaultExpandAll: boolean;
2182
2181
  readonly indent: number;
2183
2182
  readonly inverted: boolean;
2183
+ readonly keyField: string;
2184
2184
  readonly collapsed: boolean | undefined;
2185
2185
  readonly disabledField: string;
2186
2186
  readonly accordion: boolean;
@@ -84,8 +84,16 @@ declare const _default: import("vue").DefineComponent<{
84
84
  };
85
85
  peers: {
86
86
  Scrollbar: import("../../_mixins").Theme<"Scrollbar", {
87
+ height: string;
88
+ width: string;
89
+ borderRadius: string;
87
90
  color: string;
88
91
  colorHover: string;
92
+ railInsetHorizontalBottom: string;
93
+ railInsetHorizontalTop: string;
94
+ railInsetVerticalRight: string;
95
+ railInsetVerticalLeft: string;
96
+ railColor: string;
89
97
  }, any>;
90
98
  Dialog: import("../../_mixins").Theme<"Dialog", {
91
99
  border: string;
@@ -723,9 +731,9 @@ declare const _default: import("vue").DefineComponent<{
723
731
  showIcon: boolean;
724
732
  size: "small" | "medium" | "large";
725
733
  closable: boolean;
726
- autoFocus: boolean;
727
734
  presetDisabled: boolean;
728
735
  trapFocus: boolean;
736
+ autoFocus: boolean;
729
737
  blockScroll: boolean;
730
738
  }, {}>;
731
739
  export default _default;
@@ -94,8 +94,16 @@ export declare const modalProps: {
94
94
  sizeExtra: string;
95
95
  }, {
96
96
  Scrollbar: import("../../_mixins").Theme<"Scrollbar", {
97
+ height: string;
98
+ width: string;
99
+ borderRadius: string;
97
100
  color: string;
98
101
  colorHover: string;
102
+ railInsetHorizontalBottom: string;
103
+ railInsetHorizontalTop: string;
104
+ railInsetVerticalRight: string;
105
+ railInsetVerticalLeft: string;
106
+ railColor: string;
99
107
  }, any>;
100
108
  Dialog: import("../../_mixins").Theme<"Dialog", {
101
109
  border: string;
@@ -403,8 +411,16 @@ export declare const modalProps: {
403
411
  sizeExtra: 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
  Dialog: import("../../_mixins").Theme<"Dialog", {
410
426
  border: string;
@@ -712,8 +728,16 @@ export declare const modalProps: {
712
728
  sizeExtra: string;
713
729
  }, {
714
730
  Scrollbar: import("../../_mixins").Theme<"Scrollbar", {
731
+ height: string;
732
+ width: string;
733
+ borderRadius: string;
715
734
  color: string;
716
735
  colorHover: string;
736
+ railInsetHorizontalBottom: string;
737
+ railInsetHorizontalTop: string;
738
+ railInsetVerticalRight: string;
739
+ railInsetVerticalLeft: string;
740
+ railColor: string;
717
741
  }, any>;
718
742
  Dialog: import("../../_mixins").Theme<"Dialog", {
719
743
  border: string;
@@ -1107,8 +1131,16 @@ declare const _default: import("vue").DefineComponent<{
1107
1131
  sizeExtra: string;
1108
1132
  }, {
1109
1133
  Scrollbar: import("../../_mixins").Theme<"Scrollbar", {
1134
+ height: string;
1135
+ width: string;
1136
+ borderRadius: string;
1110
1137
  color: string;
1111
1138
  colorHover: string;
1139
+ railInsetHorizontalBottom: string;
1140
+ railInsetHorizontalTop: string;
1141
+ railInsetVerticalRight: string;
1142
+ railInsetVerticalLeft: string;
1143
+ railColor: string;
1112
1144
  }, any>;
1113
1145
  Dialog: import("../../_mixins").Theme<"Dialog", {
1114
1146
  border: string;
@@ -1416,8 +1448,16 @@ declare const _default: import("vue").DefineComponent<{
1416
1448
  sizeExtra: string;
1417
1449
  }, {
1418
1450
  Scrollbar: import("../../_mixins").Theme<"Scrollbar", {
1451
+ height: string;
1452
+ width: string;
1453
+ borderRadius: string;
1419
1454
  color: string;
1420
1455
  colorHover: string;
1456
+ railInsetHorizontalBottom: string;
1457
+ railInsetHorizontalTop: string;
1458
+ railInsetVerticalRight: string;
1459
+ railInsetVerticalLeft: string;
1460
+ railColor: string;
1421
1461
  }, any>;
1422
1462
  Dialog: import("../../_mixins").Theme<"Dialog", {
1423
1463
  border: string;
@@ -1725,8 +1765,16 @@ declare const _default: import("vue").DefineComponent<{
1725
1765
  sizeExtra: string;
1726
1766
  }, {
1727
1767
  Scrollbar: import("../../_mixins").Theme<"Scrollbar", {
1768
+ height: string;
1769
+ width: string;
1770
+ borderRadius: string;
1728
1771
  color: string;
1729
1772
  colorHover: string;
1773
+ railInsetHorizontalBottom: string;
1774
+ railInsetHorizontalTop: string;
1775
+ railInsetVerticalRight: string;
1776
+ railInsetVerticalLeft: string;
1777
+ railColor: string;
1730
1778
  }, any>;
1731
1779
  Dialog: import("../../_mixins").Theme<"Dialog", {
1732
1780
  border: string;
@@ -2141,8 +2189,16 @@ declare const _default: import("vue").DefineComponent<{
2141
2189
  sizeExtra: string;
2142
2190
  }, {
2143
2191
  Scrollbar: import("../../_mixins").Theme<"Scrollbar", {
2192
+ height: string;
2193
+ width: string;
2194
+ borderRadius: string;
2144
2195
  color: string;
2145
2196
  colorHover: string;
2197
+ railInsetHorizontalBottom: string;
2198
+ railInsetHorizontalTop: string;
2199
+ railInsetVerticalRight: string;
2200
+ railInsetVerticalLeft: string;
2201
+ railColor: string;
2146
2202
  }, any>;
2147
2203
  Dialog: import("../../_mixins").Theme<"Dialog", {
2148
2204
  border: string;
@@ -2450,8 +2506,16 @@ declare const _default: import("vue").DefineComponent<{
2450
2506
  sizeExtra: string;
2451
2507
  }, {
2452
2508
  Scrollbar: import("../../_mixins").Theme<"Scrollbar", {
2509
+ height: string;
2510
+ width: string;
2511
+ borderRadius: string;
2453
2512
  color: string;
2454
2513
  colorHover: string;
2514
+ railInsetHorizontalBottom: string;
2515
+ railInsetHorizontalTop: string;
2516
+ railInsetVerticalRight: string;
2517
+ railInsetVerticalLeft: string;
2518
+ railColor: string;
2455
2519
  }, any>;
2456
2520
  Dialog: import("../../_mixins").Theme<"Dialog", {
2457
2521
  border: string;
@@ -2759,8 +2823,16 @@ declare const _default: import("vue").DefineComponent<{
2759
2823
  sizeExtra: string;
2760
2824
  }, {
2761
2825
  Scrollbar: import("../../_mixins").Theme<"Scrollbar", {
2826
+ height: string;
2827
+ width: string;
2828
+ borderRadius: string;
2762
2829
  color: string;
2763
2830
  colorHover: string;
2831
+ railInsetHorizontalBottom: string;
2832
+ railInsetHorizontalTop: string;
2833
+ railInsetVerticalRight: string;
2834
+ railInsetVerticalLeft: string;
2835
+ railColor: string;
2764
2836
  }, any>;
2765
2837
  Dialog: import("../../_mixins").Theme<"Dialog", {
2766
2838
  border: string;
@@ -3068,9 +3140,9 @@ declare const _default: import("vue").DefineComponent<{
3068
3140
  transformOrigin: "center" | "mouse";
3069
3141
  show: boolean;
3070
3142
  displayDirective: "show" | "if";
3071
- autoFocus: boolean;
3072
3143
  presetDisabled: boolean;
3073
3144
  trapFocus: boolean;
3145
+ autoFocus: boolean;
3074
3146
  blockScroll: boolean;
3075
3147
  internalDialog: boolean;
3076
3148
  internalAppear: boolean | undefined;
@@ -19,8 +19,16 @@ declare const modalLight: import("../../_mixins").Theme<"Modal", {
19
19
  sizeExtra: string;
20
20
  }, {
21
21
  Scrollbar: 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
  Dialog: import("../../_mixins").Theme<"Dialog", {
26
34
  border: string;
@@ -113,8 +113,16 @@ export declare const NotificationContainer: import("vue").DefineComponent<{
113
113
  };
114
114
  peers: {
115
115
  Scrollbar: import("../../_mixins").Theme<"Scrollbar", {
116
+ height: string;
117
+ width: string;
118
+ borderRadius: string;
116
119
  color: string;
117
120
  colorHover: string;
121
+ railInsetHorizontalBottom: string;
122
+ railInsetHorizontalTop: string;
123
+ railInsetVerticalRight: string;
124
+ railInsetVerticalLeft: string;
125
+ railColor: string;
118
126
  }, any>;
119
127
  };
120
128
  peerOverrides: {
@@ -149,8 +149,16 @@ export declare const notificationProviderProps: {
149
149
  closeBorderRadius: string;
150
150
  }, {
151
151
  Scrollbar: import("../../_mixins").Theme<"Scrollbar", {
152
+ height: string;
153
+ width: string;
154
+ borderRadius: string;
152
155
  color: string;
153
156
  colorHover: string;
157
+ railInsetHorizontalBottom: string;
158
+ railInsetHorizontalTop: string;
159
+ railInsetVerticalRight: string;
160
+ railInsetVerticalLeft: string;
161
+ railColor: string;
154
162
  }, any>;
155
163
  }>>;
156
164
  themeOverrides: PropType<import("../../_mixins/use-theme").ExtractThemeOverrides<import("../../_mixins").Theme<"Notification", {
@@ -252,8 +260,16 @@ export declare const notificationProviderProps: {
252
260
  closeBorderRadius: string;
253
261
  }, {
254
262
  Scrollbar: import("../../_mixins").Theme<"Scrollbar", {
263
+ height: string;
264
+ width: string;
265
+ borderRadius: string;
255
266
  color: string;
256
267
  colorHover: string;
268
+ railInsetHorizontalBottom: string;
269
+ railInsetHorizontalTop: string;
270
+ railInsetVerticalRight: string;
271
+ railInsetVerticalLeft: string;
272
+ railColor: string;
257
273
  }, any>;
258
274
  }>>>;
259
275
  builtinThemeOverrides: PropType<import("../../_mixins/use-theme").ExtractThemeOverrides<import("../../_mixins").Theme<"Notification", {
@@ -355,8 +371,16 @@ export declare const notificationProviderProps: {
355
371
  closeBorderRadius: string;
356
372
  }, {
357
373
  Scrollbar: import("../../_mixins").Theme<"Scrollbar", {
374
+ height: string;
375
+ width: string;
376
+ borderRadius: string;
358
377
  color: string;
359
378
  colorHover: string;
379
+ railInsetHorizontalBottom: string;
380
+ railInsetHorizontalTop: string;
381
+ railInsetVerticalRight: string;
382
+ railInsetVerticalLeft: string;
383
+ railColor: string;
360
384
  }, any>;
361
385
  }>>>;
362
386
  };
@@ -473,8 +497,16 @@ declare const _default: import("vue").DefineComponent<{
473
497
  closeBorderRadius: string;
474
498
  }, {
475
499
  Scrollbar: import("../../_mixins").Theme<"Scrollbar", {
500
+ height: string;
501
+ width: string;
502
+ borderRadius: string;
476
503
  color: string;
477
504
  colorHover: string;
505
+ railInsetHorizontalBottom: string;
506
+ railInsetHorizontalTop: string;
507
+ railInsetVerticalRight: string;
508
+ railInsetVerticalLeft: string;
509
+ railColor: string;
478
510
  }, any>;
479
511
  }>>;
480
512
  themeOverrides: PropType<import("../../_mixins/use-theme").ExtractThemeOverrides<import("../../_mixins").Theme<"Notification", {
@@ -576,8 +608,16 @@ declare const _default: import("vue").DefineComponent<{
576
608
  closeBorderRadius: string;
577
609
  }, {
578
610
  Scrollbar: import("../../_mixins").Theme<"Scrollbar", {
611
+ height: string;
612
+ width: string;
613
+ borderRadius: string;
579
614
  color: string;
580
615
  colorHover: string;
616
+ railInsetHorizontalBottom: string;
617
+ railInsetHorizontalTop: string;
618
+ railInsetVerticalRight: string;
619
+ railInsetVerticalLeft: string;
620
+ railColor: string;
581
621
  }, any>;
582
622
  }>>>;
583
623
  builtinThemeOverrides: PropType<import("../../_mixins/use-theme").ExtractThemeOverrides<import("../../_mixins").Theme<"Notification", {
@@ -679,8 +719,16 @@ declare const _default: import("vue").DefineComponent<{
679
719
  closeBorderRadius: string;
680
720
  }, {
681
721
  Scrollbar: import("../../_mixins").Theme<"Scrollbar", {
722
+ height: string;
723
+ width: string;
724
+ borderRadius: string;
682
725
  color: string;
683
726
  colorHover: string;
727
+ railInsetHorizontalBottom: string;
728
+ railInsetHorizontalTop: string;
729
+ railInsetVerticalRight: string;
730
+ railInsetVerticalLeft: string;
731
+ railColor: string;
684
732
  }, any>;
685
733
  }>>>;
686
734
  }, {
@@ -834,8 +882,16 @@ declare const _default: import("vue").DefineComponent<{
834
882
  closeBorderRadius: string;
835
883
  }, {
836
884
  Scrollbar: import("../../_mixins").Theme<"Scrollbar", {
885
+ height: string;
886
+ width: string;
887
+ borderRadius: string;
837
888
  color: string;
838
889
  colorHover: string;
890
+ railInsetHorizontalBottom: string;
891
+ railInsetHorizontalTop: string;
892
+ railInsetVerticalRight: string;
893
+ railInsetVerticalLeft: string;
894
+ railColor: string;
839
895
  }, any>;
840
896
  }>>;
841
897
  themeOverrides: PropType<import("../../_mixins/use-theme").ExtractThemeOverrides<import("../../_mixins").Theme<"Notification", {
@@ -937,8 +993,16 @@ declare const _default: import("vue").DefineComponent<{
937
993
  closeBorderRadius: string;
938
994
  }, {
939
995
  Scrollbar: import("../../_mixins").Theme<"Scrollbar", {
996
+ height: string;
997
+ width: string;
998
+ borderRadius: string;
940
999
  color: string;
941
1000
  colorHover: string;
1001
+ railInsetHorizontalBottom: string;
1002
+ railInsetHorizontalTop: string;
1003
+ railInsetVerticalRight: string;
1004
+ railInsetVerticalLeft: string;
1005
+ railColor: string;
942
1006
  }, any>;
943
1007
  }>>>;
944
1008
  builtinThemeOverrides: PropType<import("../../_mixins/use-theme").ExtractThemeOverrides<import("../../_mixins").Theme<"Notification", {
@@ -1040,8 +1104,16 @@ declare const _default: import("vue").DefineComponent<{
1040
1104
  closeBorderRadius: string;
1041
1105
  }, {
1042
1106
  Scrollbar: import("../../_mixins").Theme<"Scrollbar", {
1107
+ height: string;
1108
+ width: string;
1109
+ borderRadius: string;
1043
1110
  color: string;
1044
1111
  colorHover: string;
1112
+ railInsetHorizontalBottom: string;
1113
+ railInsetHorizontalTop: string;
1114
+ railInsetVerticalRight: string;
1115
+ railInsetVerticalLeft: string;
1116
+ railColor: string;
1045
1117
  }, any>;
1046
1118
  }>>>;
1047
1119
  }>>, {
@@ -197,8 +197,16 @@ declare const notificationLight: import("../../_mixins").Theme<"Notification", {
197
197
  closeBorderRadius: string;
198
198
  }, {
199
199
  Scrollbar: import("../../_mixins").Theme<"Scrollbar", {
200
+ height: string;
201
+ width: string;
202
+ borderRadius: string;
200
203
  color: string;
201
204
  colorHover: string;
205
+ railInsetHorizontalBottom: string;
206
+ railInsetHorizontalTop: string;
207
+ railInsetVerticalRight: string;
208
+ railInsetVerticalLeft: string;
209
+ railColor: string;
202
210
  }, any>;
203
211
  }>;
204
212
  export default notificationLight;