@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
@@ -113,7 +113,9 @@ exports.default = (0, vue_1.defineComponent)({
113
113
  if (patternInputEl) {
114
114
  patternInputEl.style.width = `${patternInputMirrorEl.offsetWidth}px`;
115
115
  if (props.maxTagCount !== 'responsive') {
116
- (_a = overflowRef.value) === null || _a === void 0 ? void 0 : _a.sync();
116
+ (_a = overflowRef.value) === null || _a === void 0 ? void 0 : _a.sync({
117
+ showAllItemsBeforeCalculate: false
118
+ });
117
119
  }
118
120
  }
119
121
  }
@@ -1,3 +1,4 @@
1
1
  export { formatLength } from './format-length';
2
2
  export { color2Class } from './color-to-class';
3
3
  export { resolveSize } from './normalize-size';
4
+ export { rtlInset } from './rtl-inset';
@@ -1,9 +1,11 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.resolveSize = exports.color2Class = exports.formatLength = void 0;
3
+ exports.rtlInset = exports.resolveSize = exports.color2Class = exports.formatLength = void 0;
4
4
  var format_length_1 = require("./format-length");
5
5
  Object.defineProperty(exports, "formatLength", { enumerable: true, get: function () { return format_length_1.formatLength; } });
6
6
  var color_to_class_1 = require("./color-to-class");
7
7
  Object.defineProperty(exports, "color2Class", { enumerable: true, get: function () { return color_to_class_1.color2Class; } });
8
8
  var normalize_size_1 = require("./normalize-size");
9
9
  Object.defineProperty(exports, "resolveSize", { enumerable: true, get: function () { return normalize_size_1.resolveSize; } });
10
+ var rtl_inset_1 = require("./rtl-inset");
11
+ Object.defineProperty(exports, "rtlInset", { enumerable: true, get: function () { return rtl_inset_1.rtlInset; } });
@@ -0,0 +1 @@
1
+ export declare function rtlInset(inset: string): string;
@@ -0,0 +1,8 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.rtlInset = rtlInset;
4
+ const seemly_1 = require("seemly");
5
+ function rtlInset(inset) {
6
+ const { left, right, top, bottom } = (0, seemly_1.getPadding)(inset);
7
+ return `${top} ${left} ${bottom} ${right}`;
8
+ }
@@ -2,7 +2,7 @@ export { call, keep, omit, flatten, getSlot, getVNodeChildren, keysOf, render, g
2
2
  export type { MaybeArray } from './vue';
3
3
  export { warn, warnOnce, throwError, smallerSize, largerSize, getTitleAttribute, isArrayShallowEqual } from './uzum';
4
4
  export type { ExtractPublicPropTypes, ExtractInternalPropTypes, Mutable } from './uzum';
5
- export { formatLength, color2Class, resolveSize } from './css';
5
+ export { formatLength, color2Class, resolveSize, rtlInset } from './css';
6
6
  export { createKey } from './cssr';
7
7
  export { isJsdom } from './env/is-jsdom';
8
8
  export { isBrowser } from './env/is-browser';
@@ -14,7 +14,7 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
14
14
  for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
15
15
  };
16
16
  Object.defineProperty(exports, "__esModule", { value: true });
17
- exports.createStylesWithSingleColor = exports.markEventEffectPerformed = exports.eventEffectNotPerformed = exports.isBrowser = exports.isJsdom = exports.createKey = exports.resolveSize = exports.color2Class = exports.formatLength = exports.isArrayShallowEqual = exports.getTitleAttribute = exports.largerSize = exports.smallerSize = exports.throwError = exports.warnOnce = exports.warn = exports.Wrapper = exports.resolveWrappedSlotWithProps = exports.isNodeVShowFalse = exports.mergeEventHandlers = exports.isSlotEmpty = exports.resolveWrappedSlot = exports.resolveSlotWithProps = exports.resolveSlot = exports.createInjectionKey = exports.createRefSetter = exports.createDataKey = exports.getFirstSlotVNode = exports.render = exports.keysOf = exports.getVNodeChildren = exports.getSlot = exports.flatten = exports.omit = exports.keep = exports.call = void 0;
17
+ exports.createStylesWithSingleColor = exports.markEventEffectPerformed = exports.eventEffectNotPerformed = exports.isBrowser = exports.isJsdom = exports.createKey = exports.rtlInset = exports.resolveSize = exports.color2Class = exports.formatLength = exports.isArrayShallowEqual = exports.getTitleAttribute = exports.largerSize = exports.smallerSize = exports.throwError = exports.warnOnce = exports.warn = exports.Wrapper = exports.resolveWrappedSlotWithProps = exports.isNodeVShowFalse = exports.mergeEventHandlers = exports.isSlotEmpty = exports.resolveWrappedSlot = exports.resolveSlotWithProps = exports.resolveSlot = exports.createInjectionKey = exports.createRefSetter = exports.createDataKey = exports.getFirstSlotVNode = exports.render = exports.keysOf = exports.getVNodeChildren = exports.getSlot = exports.flatten = exports.omit = exports.keep = exports.call = void 0;
18
18
  var vue_1 = require("./vue");
19
19
  Object.defineProperty(exports, "call", { enumerable: true, get: function () { return vue_1.call; } });
20
20
  Object.defineProperty(exports, "keep", { enumerable: true, get: function () { return vue_1.keep; } });
@@ -48,6 +48,7 @@ var css_1 = require("./css");
48
48
  Object.defineProperty(exports, "formatLength", { enumerable: true, get: function () { return css_1.formatLength; } });
49
49
  Object.defineProperty(exports, "color2Class", { enumerable: true, get: function () { return css_1.color2Class; } });
50
50
  Object.defineProperty(exports, "resolveSize", { enumerable: true, get: function () { return css_1.resolveSize; } });
51
+ Object.defineProperty(exports, "rtlInset", { enumerable: true, get: function () { return css_1.rtlInset; } });
51
52
  var cssr_1 = require("./cssr");
52
53
  Object.defineProperty(exports, "createKey", { enumerable: true, get: function () { return cssr_1.createKey; } });
53
54
  var is_jsdom_1 = require("./env/is-jsdom");
@@ -100,8 +100,16 @@ export declare const autoCompleteProps: {
100
100
  loadingColor: string;
101
101
  }, {
102
102
  Scrollbar: import("../../_mixins").Theme<"Scrollbar", {
103
+ height: string;
104
+ width: string;
105
+ borderRadius: string;
103
106
  color: string;
104
107
  colorHover: string;
108
+ railInsetHorizontalBottom: string;
109
+ railInsetHorizontalTop: string;
110
+ railInsetVerticalRight: string;
111
+ railInsetVerticalLeft: string;
112
+ railColor: string;
105
113
  }, any>;
106
114
  Empty: import("../../_mixins").Theme<"Empty", {
107
115
  iconSizeSmall: string;
@@ -225,8 +233,16 @@ export declare const autoCompleteProps: {
225
233
  loadingColor: string;
226
234
  }, {
227
235
  Scrollbar: import("../../_mixins").Theme<"Scrollbar", {
236
+ height: string;
237
+ width: string;
238
+ borderRadius: string;
228
239
  color: string;
229
240
  colorHover: string;
241
+ railInsetHorizontalBottom: string;
242
+ railInsetHorizontalTop: string;
243
+ railInsetVerticalRight: string;
244
+ railInsetVerticalLeft: string;
245
+ railColor: string;
230
246
  }, any>;
231
247
  Empty: import("../../_mixins").Theme<"Empty", {
232
248
  iconSizeSmall: string;
@@ -350,8 +366,16 @@ export declare const autoCompleteProps: {
350
366
  loadingColor: string;
351
367
  }, {
352
368
  Scrollbar: import("../../_mixins").Theme<"Scrollbar", {
369
+ height: string;
370
+ width: string;
371
+ borderRadius: string;
353
372
  color: string;
354
373
  colorHover: string;
374
+ railInsetHorizontalBottom: string;
375
+ railInsetHorizontalTop: string;
376
+ railInsetVerticalRight: string;
377
+ railInsetVerticalLeft: string;
378
+ railColor: string;
355
379
  }, any>;
356
380
  Empty: import("../../_mixins").Theme<"Empty", {
357
381
  iconSizeSmall: string;
@@ -533,8 +557,16 @@ declare const _default: import("vue").DefineComponent<{
533
557
  loadingColor: string;
534
558
  }, {
535
559
  Scrollbar: import("../../_mixins").Theme<"Scrollbar", {
560
+ height: string;
561
+ width: string;
562
+ borderRadius: string;
536
563
  color: string;
537
564
  colorHover: string;
565
+ railInsetHorizontalBottom: string;
566
+ railInsetHorizontalTop: string;
567
+ railInsetVerticalRight: string;
568
+ railInsetVerticalLeft: string;
569
+ railColor: string;
538
570
  }, any>;
539
571
  Empty: import("../../_mixins").Theme<"Empty", {
540
572
  iconSizeSmall: string;
@@ -658,8 +690,16 @@ declare const _default: import("vue").DefineComponent<{
658
690
  loadingColor: string;
659
691
  }, {
660
692
  Scrollbar: import("../../_mixins").Theme<"Scrollbar", {
693
+ height: string;
694
+ width: string;
695
+ borderRadius: string;
661
696
  color: string;
662
697
  colorHover: string;
698
+ railInsetHorizontalBottom: string;
699
+ railInsetHorizontalTop: string;
700
+ railInsetVerticalRight: string;
701
+ railInsetVerticalLeft: string;
702
+ railColor: string;
663
703
  }, any>;
664
704
  Empty: import("../../_mixins").Theme<"Empty", {
665
705
  iconSizeSmall: string;
@@ -783,8 +823,16 @@ declare const _default: import("vue").DefineComponent<{
783
823
  loadingColor: string;
784
824
  }, {
785
825
  Scrollbar: import("../../_mixins").Theme<"Scrollbar", {
826
+ height: string;
827
+ width: string;
828
+ borderRadius: string;
786
829
  color: string;
787
830
  colorHover: string;
831
+ railInsetHorizontalBottom: string;
832
+ railInsetHorizontalTop: string;
833
+ railInsetVerticalRight: string;
834
+ railInsetVerticalLeft: string;
835
+ railColor: string;
788
836
  }, any>;
789
837
  Empty: import("../../_mixins").Theme<"Empty", {
790
838
  iconSizeSmall: string;
@@ -952,8 +1000,16 @@ declare const _default: import("vue").DefineComponent<{
952
1000
  loadingColor: string;
953
1001
  }, {
954
1002
  Scrollbar: import("../../_mixins").Theme<"Scrollbar", {
1003
+ height: string;
1004
+ width: string;
1005
+ borderRadius: string;
955
1006
  color: string;
956
1007
  colorHover: string;
1008
+ railInsetHorizontalBottom: string;
1009
+ railInsetHorizontalTop: string;
1010
+ railInsetVerticalRight: string;
1011
+ railInsetVerticalLeft: string;
1012
+ railColor: string;
957
1013
  }, any>;
958
1014
  Empty: import("../../_mixins").Theme<"Empty", {
959
1015
  iconSizeSmall: string;
@@ -1044,8 +1100,16 @@ declare const _default: import("vue").DefineComponent<{
1044
1100
  InternalSelectMenu?: {
1045
1101
  peers?: {
1046
1102
  Scrollbar?: import("../../_mixins/use-theme").ExtractThemeOverrides<import("../../_mixins").Theme<"Scrollbar", {
1103
+ height: string;
1104
+ width: string;
1105
+ borderRadius: string;
1047
1106
  color: string;
1048
1107
  colorHover: string;
1108
+ railInsetHorizontalBottom: string;
1109
+ railInsetHorizontalTop: string;
1110
+ railInsetVerticalRight: string;
1111
+ railInsetVerticalLeft: string;
1112
+ railColor: string;
1049
1113
  }, any>> | undefined;
1050
1114
  Empty?: import("../../_mixins/use-theme").ExtractThemeOverrides<import("../../_mixins").Theme<"Empty", {
1051
1115
  iconSizeSmall: string;
@@ -1177,8 +1241,16 @@ declare const _default: import("vue").DefineComponent<{
1177
1241
  loadingColor: string;
1178
1242
  }, {
1179
1243
  Scrollbar: import("../../_mixins").Theme<"Scrollbar", {
1244
+ height: string;
1245
+ width: string;
1246
+ borderRadius: string;
1180
1247
  color: string;
1181
1248
  colorHover: string;
1249
+ railInsetHorizontalBottom: string;
1250
+ railInsetHorizontalTop: string;
1251
+ railInsetVerticalRight: string;
1252
+ railInsetVerticalLeft: string;
1253
+ railColor: string;
1182
1254
  }, any>;
1183
1255
  Empty: import("../../_mixins").Theme<"Empty", {
1184
1256
  iconSizeSmall: string;
@@ -1302,8 +1374,16 @@ declare const _default: import("vue").DefineComponent<{
1302
1374
  loadingColor: string;
1303
1375
  }, {
1304
1376
  Scrollbar: import("../../_mixins").Theme<"Scrollbar", {
1377
+ height: string;
1378
+ width: string;
1379
+ borderRadius: string;
1305
1380
  color: string;
1306
1381
  colorHover: string;
1382
+ railInsetHorizontalBottom: string;
1383
+ railInsetHorizontalTop: string;
1384
+ railInsetVerticalRight: string;
1385
+ railInsetVerticalLeft: string;
1386
+ railColor: string;
1307
1387
  }, any>;
1308
1388
  Empty: import("../../_mixins").Theme<"Empty", {
1309
1389
  iconSizeSmall: string;
@@ -1427,8 +1507,16 @@ declare const _default: import("vue").DefineComponent<{
1427
1507
  loadingColor: string;
1428
1508
  }, {
1429
1509
  Scrollbar: import("../../_mixins").Theme<"Scrollbar", {
1510
+ height: string;
1511
+ width: string;
1512
+ borderRadius: string;
1430
1513
  color: string;
1431
1514
  colorHover: string;
1515
+ railInsetHorizontalBottom: string;
1516
+ railInsetHorizontalTop: string;
1517
+ railInsetVerticalRight: string;
1518
+ railInsetVerticalLeft: string;
1519
+ railColor: string;
1432
1520
  }, any>;
1433
1521
  Empty: import("../../_mixins").Theme<"Empty", {
1434
1522
  iconSizeSmall: string;
@@ -39,8 +39,16 @@ declare const autoCompleteLight: import("../../_mixins").Theme<"AutoComplete", {
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;
@@ -250,8 +250,8 @@ declare const _default: import("vue").DefineComponent<{
250
250
  }, any>>>;
251
251
  }>>, {
252
252
  readonly right: string | number;
253
- readonly to: string | HTMLElement;
254
253
  readonly bottom: string | number;
254
+ readonly to: string | HTMLElement;
255
255
  readonly show: boolean | undefined;
256
256
  readonly 'onUpdate:show': Function;
257
257
  readonly visibilityHeight: number;
@@ -153,8 +153,16 @@ export declare const cascaderProps: {
153
153
  loadingColor: string;
154
154
  }, {
155
155
  Scrollbar: import("../../_mixins").Theme<"Scrollbar", {
156
+ height: string;
157
+ width: string;
158
+ borderRadius: string;
156
159
  color: string;
157
160
  colorHover: string;
161
+ railInsetHorizontalBottom: string;
162
+ railInsetHorizontalTop: string;
163
+ railInsetVerticalRight: string;
164
+ railInsetVerticalLeft: string;
165
+ railColor: string;
158
166
  }, any>;
159
167
  Empty: import("../../_mixins").Theme<"Empty", {
160
168
  iconSizeSmall: string;
@@ -300,8 +308,16 @@ export declare const cascaderProps: {
300
308
  }, any>;
301
309
  }>;
302
310
  Scrollbar: import("../../_mixins").Theme<"Scrollbar", {
311
+ height: string;
312
+ width: string;
313
+ borderRadius: string;
303
314
  color: string;
304
315
  colorHover: string;
316
+ railInsetHorizontalBottom: string;
317
+ railInsetHorizontalTop: string;
318
+ railInsetVerticalRight: string;
319
+ railInsetVerticalLeft: string;
320
+ railColor: string;
305
321
  }, any>;
306
322
  Checkbox: import("../../_mixins").Theme<"Checkbox", {
307
323
  fontWeight: string;
@@ -426,8 +442,16 @@ export declare const cascaderProps: {
426
442
  loadingColor: string;
427
443
  }, {
428
444
  Scrollbar: import("../../_mixins").Theme<"Scrollbar", {
445
+ height: string;
446
+ width: string;
447
+ borderRadius: string;
429
448
  color: string;
430
449
  colorHover: string;
450
+ railInsetHorizontalBottom: string;
451
+ railInsetHorizontalTop: string;
452
+ railInsetVerticalRight: string;
453
+ railInsetVerticalLeft: string;
454
+ railColor: string;
431
455
  }, any>;
432
456
  Empty: import("../../_mixins").Theme<"Empty", {
433
457
  iconSizeSmall: string;
@@ -573,8 +597,16 @@ export declare const cascaderProps: {
573
597
  }, any>;
574
598
  }>;
575
599
  Scrollbar: import("../../_mixins").Theme<"Scrollbar", {
600
+ height: string;
601
+ width: string;
602
+ borderRadius: string;
576
603
  color: string;
577
604
  colorHover: string;
605
+ railInsetHorizontalBottom: string;
606
+ railInsetHorizontalTop: string;
607
+ railInsetVerticalRight: string;
608
+ railInsetVerticalLeft: string;
609
+ railColor: string;
578
610
  }, any>;
579
611
  Checkbox: import("../../_mixins").Theme<"Checkbox", {
580
612
  fontWeight: string;
@@ -699,8 +731,16 @@ export declare const cascaderProps: {
699
731
  loadingColor: string;
700
732
  }, {
701
733
  Scrollbar: import("../../_mixins").Theme<"Scrollbar", {
734
+ height: string;
735
+ width: string;
736
+ borderRadius: string;
702
737
  color: string;
703
738
  colorHover: string;
739
+ railInsetHorizontalBottom: string;
740
+ railInsetHorizontalTop: string;
741
+ railInsetVerticalRight: string;
742
+ railInsetVerticalLeft: string;
743
+ railColor: string;
704
744
  }, any>;
705
745
  Empty: import("../../_mixins").Theme<"Empty", {
706
746
  iconSizeSmall: string;
@@ -846,8 +886,16 @@ export declare const cascaderProps: {
846
886
  }, any>;
847
887
  }>;
848
888
  Scrollbar: import("../../_mixins").Theme<"Scrollbar", {
889
+ height: string;
890
+ width: string;
891
+ borderRadius: string;
849
892
  color: string;
850
893
  colorHover: string;
894
+ railInsetHorizontalBottom: string;
895
+ railInsetHorizontalTop: string;
896
+ railInsetVerticalRight: string;
897
+ railInsetVerticalLeft: string;
898
+ railColor: string;
851
899
  }, any>;
852
900
  Checkbox: import("../../_mixins").Theme<"Checkbox", {
853
901
  fontWeight: string;
@@ -1070,8 +1118,16 @@ declare const _default: import("vue").DefineComponent<{
1070
1118
  loadingColor: string;
1071
1119
  }, {
1072
1120
  Scrollbar: import("../../_mixins").Theme<"Scrollbar", {
1121
+ height: string;
1122
+ width: string;
1123
+ borderRadius: string;
1073
1124
  color: string;
1074
1125
  colorHover: string;
1126
+ railInsetHorizontalBottom: string;
1127
+ railInsetHorizontalTop: string;
1128
+ railInsetVerticalRight: string;
1129
+ railInsetVerticalLeft: string;
1130
+ railColor: string;
1075
1131
  }, any>;
1076
1132
  Empty: import("../../_mixins").Theme<"Empty", {
1077
1133
  iconSizeSmall: string;
@@ -1217,8 +1273,16 @@ declare const _default: import("vue").DefineComponent<{
1217
1273
  }, any>;
1218
1274
  }>;
1219
1275
  Scrollbar: import("../../_mixins").Theme<"Scrollbar", {
1276
+ height: string;
1277
+ width: string;
1278
+ borderRadius: string;
1220
1279
  color: string;
1221
1280
  colorHover: string;
1281
+ railInsetHorizontalBottom: string;
1282
+ railInsetHorizontalTop: string;
1283
+ railInsetVerticalRight: string;
1284
+ railInsetVerticalLeft: string;
1285
+ railColor: string;
1222
1286
  }, any>;
1223
1287
  Checkbox: import("../../_mixins").Theme<"Checkbox", {
1224
1288
  fontWeight: string;
@@ -1343,8 +1407,16 @@ declare const _default: import("vue").DefineComponent<{
1343
1407
  loadingColor: string;
1344
1408
  }, {
1345
1409
  Scrollbar: import("../../_mixins").Theme<"Scrollbar", {
1410
+ height: string;
1411
+ width: string;
1412
+ borderRadius: string;
1346
1413
  color: string;
1347
1414
  colorHover: string;
1415
+ railInsetHorizontalBottom: string;
1416
+ railInsetHorizontalTop: string;
1417
+ railInsetVerticalRight: string;
1418
+ railInsetVerticalLeft: string;
1419
+ railColor: string;
1348
1420
  }, any>;
1349
1421
  Empty: import("../../_mixins").Theme<"Empty", {
1350
1422
  iconSizeSmall: string;
@@ -1490,8 +1562,16 @@ declare const _default: import("vue").DefineComponent<{
1490
1562
  }, any>;
1491
1563
  }>;
1492
1564
  Scrollbar: import("../../_mixins").Theme<"Scrollbar", {
1565
+ height: string;
1566
+ width: string;
1567
+ borderRadius: string;
1493
1568
  color: string;
1494
1569
  colorHover: string;
1570
+ railInsetHorizontalBottom: string;
1571
+ railInsetHorizontalTop: string;
1572
+ railInsetVerticalRight: string;
1573
+ railInsetVerticalLeft: string;
1574
+ railColor: string;
1495
1575
  }, any>;
1496
1576
  Checkbox: import("../../_mixins").Theme<"Checkbox", {
1497
1577
  fontWeight: string;
@@ -1616,8 +1696,16 @@ declare const _default: import("vue").DefineComponent<{
1616
1696
  loadingColor: string;
1617
1697
  }, {
1618
1698
  Scrollbar: import("../../_mixins").Theme<"Scrollbar", {
1699
+ height: string;
1700
+ width: string;
1701
+ borderRadius: string;
1619
1702
  color: string;
1620
1703
  colorHover: string;
1704
+ railInsetHorizontalBottom: string;
1705
+ railInsetHorizontalTop: string;
1706
+ railInsetVerticalRight: string;
1707
+ railInsetVerticalLeft: string;
1708
+ railColor: string;
1621
1709
  }, any>;
1622
1710
  Empty: import("../../_mixins").Theme<"Empty", {
1623
1711
  iconSizeSmall: string;
@@ -1763,8 +1851,16 @@ declare const _default: import("vue").DefineComponent<{
1763
1851
  }, any>;
1764
1852
  }>;
1765
1853
  Scrollbar: import("../../_mixins").Theme<"Scrollbar", {
1854
+ height: string;
1855
+ width: string;
1856
+ borderRadius: string;
1766
1857
  color: string;
1767
1858
  colorHover: string;
1859
+ railInsetHorizontalBottom: string;
1860
+ railInsetHorizontalTop: string;
1861
+ railInsetVerticalRight: string;
1862
+ railInsetVerticalLeft: string;
1863
+ railColor: string;
1768
1864
  }, any>;
1769
1865
  Checkbox: import("../../_mixins").Theme<"Checkbox", {
1770
1866
  fontWeight: string;
@@ -1954,8 +2050,16 @@ declare const _default: import("vue").DefineComponent<{
1954
2050
  loadingColor: string;
1955
2051
  }, {
1956
2052
  Scrollbar: import("../../_mixins").Theme<"Scrollbar", {
2053
+ height: string;
2054
+ width: string;
2055
+ borderRadius: string;
1957
2056
  color: string;
1958
2057
  colorHover: string;
2058
+ railInsetHorizontalBottom: string;
2059
+ railInsetHorizontalTop: string;
2060
+ railInsetVerticalRight: string;
2061
+ railInsetVerticalLeft: string;
2062
+ railColor: string;
1959
2063
  }, any>;
1960
2064
  Empty: import("../../_mixins").Theme<"Empty", {
1961
2065
  iconSizeSmall: string;
@@ -2101,8 +2205,16 @@ declare const _default: import("vue").DefineComponent<{
2101
2205
  }, any>;
2102
2206
  }>;
2103
2207
  Scrollbar: import("../../_mixins").Theme<"Scrollbar", {
2208
+ height: string;
2209
+ width: string;
2210
+ borderRadius: string;
2104
2211
  color: string;
2105
2212
  colorHover: string;
2213
+ railInsetHorizontalBottom: string;
2214
+ railInsetHorizontalTop: string;
2215
+ railInsetVerticalRight: string;
2216
+ railInsetVerticalLeft: string;
2217
+ railColor: string;
2106
2218
  }, any>;
2107
2219
  Checkbox: import("../../_mixins").Theme<"Checkbox", {
2108
2220
  fontWeight: string;
@@ -2180,8 +2292,16 @@ declare const _default: import("vue").DefineComponent<{
2180
2292
  InternalSelectMenu?: {
2181
2293
  peers?: {
2182
2294
  Scrollbar?: import("../../_mixins/use-theme").ExtractThemeOverrides<import("../../_mixins").Theme<"Scrollbar", {
2295
+ height: string;
2296
+ width: string;
2297
+ borderRadius: string;
2183
2298
  color: string;
2184
2299
  colorHover: string;
2300
+ railInsetHorizontalBottom: string;
2301
+ railInsetHorizontalTop: string;
2302
+ railInsetVerticalRight: string;
2303
+ railInsetVerticalLeft: string;
2304
+ railColor: string;
2185
2305
  }, any>> | undefined;
2186
2306
  Empty?: import("../../_mixins/use-theme").ExtractThemeOverrides<import("../../_mixins").Theme<"Empty", {
2187
2307
  iconSizeSmall: string;
@@ -2417,8 +2537,16 @@ declare const _default: import("vue").DefineComponent<{
2417
2537
  loadingColor: string;
2418
2538
  }, {
2419
2539
  Scrollbar: import("../../_mixins").Theme<"Scrollbar", {
2540
+ height: string;
2541
+ width: string;
2542
+ borderRadius: string;
2420
2543
  color: string;
2421
2544
  colorHover: string;
2545
+ railInsetHorizontalBottom: string;
2546
+ railInsetHorizontalTop: string;
2547
+ railInsetVerticalRight: string;
2548
+ railInsetVerticalLeft: string;
2549
+ railColor: string;
2422
2550
  }, any>;
2423
2551
  Empty: import("../../_mixins").Theme<"Empty", {
2424
2552
  iconSizeSmall: string;
@@ -2564,8 +2692,16 @@ declare const _default: import("vue").DefineComponent<{
2564
2692
  }, any>;
2565
2693
  }>;
2566
2694
  Scrollbar: import("../../_mixins").Theme<"Scrollbar", {
2695
+ height: string;
2696
+ width: string;
2697
+ borderRadius: string;
2567
2698
  color: string;
2568
2699
  colorHover: string;
2700
+ railInsetHorizontalBottom: string;
2701
+ railInsetHorizontalTop: string;
2702
+ railInsetVerticalRight: string;
2703
+ railInsetVerticalLeft: string;
2704
+ railColor: string;
2569
2705
  }, any>;
2570
2706
  Checkbox: import("../../_mixins").Theme<"Checkbox", {
2571
2707
  fontWeight: string;
@@ -2690,8 +2826,16 @@ declare const _default: import("vue").DefineComponent<{
2690
2826
  loadingColor: string;
2691
2827
  }, {
2692
2828
  Scrollbar: import("../../_mixins").Theme<"Scrollbar", {
2829
+ height: string;
2830
+ width: string;
2831
+ borderRadius: string;
2693
2832
  color: string;
2694
2833
  colorHover: string;
2834
+ railInsetHorizontalBottom: string;
2835
+ railInsetHorizontalTop: string;
2836
+ railInsetVerticalRight: string;
2837
+ railInsetVerticalLeft: string;
2838
+ railColor: string;
2695
2839
  }, any>;
2696
2840
  Empty: import("../../_mixins").Theme<"Empty", {
2697
2841
  iconSizeSmall: string;
@@ -2837,8 +2981,16 @@ declare const _default: import("vue").DefineComponent<{
2837
2981
  }, any>;
2838
2982
  }>;
2839
2983
  Scrollbar: import("../../_mixins").Theme<"Scrollbar", {
2984
+ height: string;
2985
+ width: string;
2986
+ borderRadius: string;
2840
2987
  color: string;
2841
2988
  colorHover: string;
2989
+ railInsetHorizontalBottom: string;
2990
+ railInsetHorizontalTop: string;
2991
+ railInsetVerticalRight: string;
2992
+ railInsetVerticalLeft: string;
2993
+ railColor: string;
2842
2994
  }, any>;
2843
2995
  Checkbox: import("../../_mixins").Theme<"Checkbox", {
2844
2996
  fontWeight: string;
@@ -2963,8 +3115,16 @@ declare const _default: import("vue").DefineComponent<{
2963
3115
  loadingColor: string;
2964
3116
  }, {
2965
3117
  Scrollbar: import("../../_mixins").Theme<"Scrollbar", {
3118
+ height: string;
3119
+ width: string;
3120
+ borderRadius: string;
2966
3121
  color: string;
2967
3122
  colorHover: string;
3123
+ railInsetHorizontalBottom: string;
3124
+ railInsetHorizontalTop: string;
3125
+ railInsetVerticalRight: string;
3126
+ railInsetVerticalLeft: string;
3127
+ railColor: string;
2968
3128
  }, any>;
2969
3129
  Empty: import("../../_mixins").Theme<"Empty", {
2970
3130
  iconSizeSmall: string;
@@ -3110,8 +3270,16 @@ declare const _default: import("vue").DefineComponent<{
3110
3270
  }, any>;
3111
3271
  }>;
3112
3272
  Scrollbar: import("../../_mixins").Theme<"Scrollbar", {
3273
+ height: string;
3274
+ width: string;
3275
+ borderRadius: string;
3113
3276
  color: string;
3114
3277
  colorHover: string;
3278
+ railInsetHorizontalBottom: string;
3279
+ railInsetHorizontalTop: string;
3280
+ railInsetVerticalRight: string;
3281
+ railInsetVerticalLeft: string;
3282
+ railColor: string;
3115
3283
  }, any>;
3116
3284
  Checkbox: import("../../_mixins").Theme<"Checkbox", {
3117
3285
  fontWeight: string;