naive-ui 2.19.1 → 2.19.2

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 (84) hide show
  1. package/es/_internal/selection/src/Selection.d.ts +56 -56
  2. package/es/_internal/selection/styles/_common.d.ts +0 -8
  3. package/es/_internal/selection/styles/_common.js +0 -8
  4. package/es/_internal/selection/styles/dark.js +10 -2
  5. package/es/_internal/selection/styles/light.d.ts +16 -16
  6. package/es/_internal/selection/styles/light.js +10 -2
  7. package/es/_mixins/use-rtl.js +1 -1
  8. package/es/alert/src/Alert.js +15 -16
  9. package/es/cascader/src/Cascader.d.ts +80 -80
  10. package/es/cascader/src/CascaderOption.d.ts +8 -8
  11. package/es/cascader/src/CascaderSelectMenu.d.ts +8 -8
  12. package/es/cascader/src/CascaderSubmenu.d.ts +8 -8
  13. package/es/cascader/styles/light.d.ts +8 -8
  14. package/es/checkbox/src/Checkbox.d.ts +1 -0
  15. package/es/checkbox/src/Checkbox.js +5 -3
  16. package/es/checkbox/src/CheckboxGroup.js +1 -1
  17. package/es/data-table/src/DataTable.d.ts +88 -88
  18. package/es/data-table/src/HeaderButton/FilterButton.d.ts +16 -16
  19. package/es/data-table/src/HeaderButton/FilterMenu.d.ts +16 -16
  20. package/es/data-table/src/TableParts/Body.d.ts +16 -16
  21. package/es/data-table/src/TableParts/Cell.d.ts +32 -32
  22. package/es/data-table/src/TableParts/Header.d.ts +16 -16
  23. package/es/data-table/styles/light.d.ts +8 -8
  24. package/es/drawer/src/styles/index.cssr.js +2 -0
  25. package/es/global-style/src/GlobalStyle.js +13 -3
  26. package/es/input-number/src/InputNumber.d.ts +3 -3
  27. package/es/jest-setup.js +3 -1
  28. package/es/locales/common/ukUA.d.ts +3 -0
  29. package/es/locales/common/ukUA.js +92 -0
  30. package/es/locales/date/ukUA.d.ts +3 -0
  31. package/es/locales/date/ukUA.js +6 -0
  32. package/es/locales/index.d.ts +2 -0
  33. package/es/locales/index.js +2 -0
  34. package/es/pagination/src/Pagination.d.ts +88 -99
  35. package/es/pagination/styles/light.d.ts +8 -8
  36. package/es/select/src/Select.d.ts +80 -80
  37. package/es/select/styles/light.d.ts +8 -8
  38. package/es/tree-select/src/TreeSelect.d.ts +80 -80
  39. package/es/tree-select/styles/light.d.ts +8 -8
  40. package/es/version.d.ts +1 -1
  41. package/es/version.js +1 -1
  42. package/lib/_internal/selection/src/Selection.d.ts +56 -56
  43. package/lib/_internal/selection/styles/_common.d.ts +0 -8
  44. package/lib/_internal/selection/styles/_common.js +0 -8
  45. package/lib/_internal/selection/styles/dark.js +10 -2
  46. package/lib/_internal/selection/styles/light.d.ts +16 -16
  47. package/lib/_internal/selection/styles/light.js +10 -2
  48. package/lib/_mixins/use-rtl.js +1 -1
  49. package/lib/alert/src/Alert.js +15 -16
  50. package/lib/cascader/src/Cascader.d.ts +80 -80
  51. package/lib/cascader/src/CascaderOption.d.ts +8 -8
  52. package/lib/cascader/src/CascaderSelectMenu.d.ts +8 -8
  53. package/lib/cascader/src/CascaderSubmenu.d.ts +8 -8
  54. package/lib/cascader/styles/light.d.ts +8 -8
  55. package/lib/checkbox/src/Checkbox.d.ts +1 -0
  56. package/lib/checkbox/src/Checkbox.js +5 -3
  57. package/lib/checkbox/src/CheckboxGroup.js +1 -1
  58. package/lib/data-table/src/DataTable.d.ts +88 -88
  59. package/lib/data-table/src/HeaderButton/FilterButton.d.ts +16 -16
  60. package/lib/data-table/src/HeaderButton/FilterMenu.d.ts +16 -16
  61. package/lib/data-table/src/TableParts/Body.d.ts +16 -16
  62. package/lib/data-table/src/TableParts/Cell.d.ts +32 -32
  63. package/lib/data-table/src/TableParts/Header.d.ts +16 -16
  64. package/lib/data-table/styles/light.d.ts +8 -8
  65. package/lib/drawer/src/styles/index.cssr.js +2 -0
  66. package/lib/global-style/src/GlobalStyle.js +13 -3
  67. package/lib/input-number/src/InputNumber.d.ts +3 -3
  68. package/lib/jest-setup.js +3 -1
  69. package/lib/locales/common/ukUA.d.ts +3 -0
  70. package/lib/locales/common/ukUA.js +94 -0
  71. package/lib/locales/date/ukUA.d.ts +3 -0
  72. package/lib/locales/date/ukUA.js +8 -0
  73. package/lib/locales/index.d.ts +2 -0
  74. package/lib/locales/index.js +5 -1
  75. package/lib/pagination/src/Pagination.d.ts +88 -99
  76. package/lib/pagination/styles/light.d.ts +8 -8
  77. package/lib/select/src/Select.d.ts +80 -80
  78. package/lib/select/styles/light.d.ts +8 -8
  79. package/lib/tree-select/src/TreeSelect.d.ts +80 -80
  80. package/lib/tree-select/styles/light.d.ts +8 -8
  81. package/lib/version.d.ts +1 -1
  82. package/lib/version.js +1 -1
  83. package/package.json +3 -3
  84. package/web-types.json +1 -1
@@ -190,6 +190,14 @@ declare const _default: import("vue").DefineComponent<{
190
190
  }, any>;
191
191
  }>;
192
192
  InternalSelection: import("../../_mixins").Theme<"InternalSelection", {
193
+ fontSizeTiny: string;
194
+ fontSizeSmall: string;
195
+ fontSizeMedium: string;
196
+ fontSizeLarge: string;
197
+ heightTiny: string;
198
+ heightSmall: string;
199
+ heightMedium: string;
200
+ heightLarge: string;
193
201
  borderRadius: string;
194
202
  textColor: string;
195
203
  textColorDisabled: string;
@@ -230,14 +238,6 @@ declare const _default: import("vue").DefineComponent<{
230
238
  clearColor: string;
231
239
  clearColorHover: string;
232
240
  clearColorPressed: string;
233
- heightTiny: string;
234
- heightSmall: string;
235
- heightMedium: string;
236
- heightLarge: string;
237
- fontSizeTiny: string;
238
- fontSizeSmall: string;
239
- fontSizeMedium: string;
240
- fontSizeLarge: string;
241
241
  paddingSingle: string;
242
242
  clearSize: string;
243
243
  arrowSize: string;
@@ -197,6 +197,14 @@ declare const _default: import("vue").DefineComponent<{
197
197
  }, any>;
198
198
  }>;
199
199
  InternalSelection: import("../../_mixins").Theme<"InternalSelection", {
200
+ fontSizeTiny: string;
201
+ fontSizeSmall: string;
202
+ fontSizeMedium: string;
203
+ fontSizeLarge: string;
204
+ heightTiny: string;
205
+ heightSmall: string;
206
+ heightMedium: string;
207
+ heightLarge: string;
200
208
  borderRadius: string;
201
209
  textColor: string;
202
210
  textColorDisabled: string;
@@ -237,14 +245,6 @@ declare const _default: import("vue").DefineComponent<{
237
245
  clearColor: string;
238
246
  clearColorHover: string;
239
247
  clearColorPressed: string;
240
- heightTiny: string;
241
- heightSmall: string;
242
- heightMedium: string;
243
- heightLarge: string;
244
- fontSizeTiny: string;
245
- fontSizeSmall: string;
246
- fontSizeMedium: string;
247
- fontSizeLarge: string;
248
248
  paddingSingle: string;
249
249
  clearSize: string;
250
250
  arrowSize: string;
@@ -183,6 +183,14 @@ declare const _default: import("vue").DefineComponent<{
183
183
  }, any>;
184
184
  }>;
185
185
  InternalSelection: import("../../_mixins").Theme<"InternalSelection", {
186
+ fontSizeTiny: string;
187
+ fontSizeSmall: string;
188
+ fontSizeMedium: string;
189
+ fontSizeLarge: string;
190
+ heightTiny: string;
191
+ heightSmall: string;
192
+ heightMedium: string;
193
+ heightLarge: string;
186
194
  borderRadius: string;
187
195
  textColor: string;
188
196
  textColorDisabled: string;
@@ -223,14 +231,6 @@ declare const _default: import("vue").DefineComponent<{
223
231
  clearColor: string;
224
232
  clearColorHover: string;
225
233
  clearColorPressed: string;
226
- heightTiny: string;
227
- heightSmall: string;
228
- heightMedium: string;
229
- heightLarge: string;
230
- fontSizeTiny: string;
231
- fontSizeSmall: string;
232
- fontSizeMedium: string;
233
- fontSizeLarge: string;
234
234
  paddingSingle: string;
235
235
  clearSize: string;
236
236
  arrowSize: string;
@@ -87,6 +87,14 @@ declare const cascaderLight: import("../../_mixins").Theme<"Cascader", {
87
87
  }, any>;
88
88
  }>;
89
89
  InternalSelection: import("../../_mixins").Theme<"InternalSelection", {
90
+ fontSizeTiny: string;
91
+ fontSizeSmall: string;
92
+ fontSizeMedium: string;
93
+ fontSizeLarge: string;
94
+ heightTiny: string;
95
+ heightSmall: string;
96
+ heightMedium: string;
97
+ heightLarge: string;
90
98
  borderRadius: string;
91
99
  textColor: string;
92
100
  textColorDisabled: string;
@@ -127,14 +135,6 @@ declare const cascaderLight: import("../../_mixins").Theme<"Cascader", {
127
135
  clearColor: string;
128
136
  clearColorHover: string;
129
137
  clearColorPressed: string;
130
- heightTiny: string;
131
- heightSmall: string;
132
- heightMedium: string;
133
- heightLarge: string;
134
- fontSizeTiny: string;
135
- fontSizeSmall: string;
136
- fontSizeMedium: string;
137
- fontSizeLarge: string;
138
138
  paddingSingle: string;
139
139
  clearSize: string;
140
140
  arrowSize: string;
@@ -359,6 +359,7 @@ declare const _default: import("vue").DefineComponent<{
359
359
  [x: string]: any;
360
360
  };
361
361
  }>;
362
+ labelId: string;
362
363
  handleClick: (e: MouseEvent) => void;
363
364
  handleKeyUp: (e: KeyboardEvent) => void;
364
365
  handleKeyDown: (e: KeyboardEvent) => void;
@@ -1,5 +1,6 @@
1
1
  import { h, defineComponent, computed, inject, ref, toRef, renderSlot } from 'vue';
2
2
  import { useMergedState, useMemo } from 'vooks';
3
+ import { createId } from 'seemly';
3
4
  import { useConfig, useFormItem, useTheme } from '../../_mixins';
4
5
  import { NIconSwitchTransition } from '../../_internal';
5
6
  import { warn, call, createKey } from '../../_utils';
@@ -141,6 +142,7 @@ export default defineComponent({
141
142
  mergedDisabled: mergedDisabledRef,
142
143
  renderedChecked: renderedCheckedRef,
143
144
  mergedTheme: themeRef,
145
+ labelId: createId(),
144
146
  handleClick,
145
147
  handleKeyUp,
146
148
  handleKeyDown,
@@ -176,7 +178,7 @@ export default defineComponent({
176
178
  });
177
179
  },
178
180
  render() {
179
- const { $slots, renderedChecked, mergedDisabled, indeterminate, privateTableHeader, cssVars, label, mergedClsPrefix, focusable, handleKeyUp, handleKeyDown, handleClick } = this;
181
+ const { $slots, renderedChecked, mergedDisabled, indeterminate, privateTableHeader, cssVars, labelId, label, mergedClsPrefix, focusable, handleKeyUp, handleKeyDown, handleClick } = this;
180
182
  return (h("div", { class: [
181
183
  `${mergedClsPrefix}-checkbox`,
182
184
  {
@@ -185,7 +187,7 @@ export default defineComponent({
185
187
  [`${mergedClsPrefix}-checkbox--indeterminate`]: indeterminate,
186
188
  [`${mergedClsPrefix}-checkbox--table-header`]: privateTableHeader
187
189
  }
188
- ], tabindex: mergedDisabled || !focusable ? undefined : 0, style: cssVars, onKeyup: handleKeyUp, onKeydown: handleKeyDown, onClick: handleClick, onMousedown: () => {
190
+ ], tabindex: mergedDisabled || !focusable ? undefined : 0, role: "checkbox", "aria-checked": indeterminate ? 'mixed' : renderedChecked, "aria-labelledby": labelId, style: cssVars, onKeyup: handleKeyUp, onKeydown: handleKeyDown, onClick: handleClick, onMousedown: () => {
189
191
  const preventDefault = (e) => {
190
192
  e.preventDefault();
191
193
  };
@@ -199,6 +201,6 @@ export default defineComponent({
199
201
  default: () => this.indeterminate ? (h("div", { key: "indeterminate", class: `${mergedClsPrefix}-checkbox-icon` }, LineMark)) : (h("div", { key: "check", class: `${mergedClsPrefix}-checkbox-icon` }, CheckMark))
200
202
  }),
201
203
  h("div", { class: `${mergedClsPrefix}-checkbox-box__border` })),
202
- label !== null || $slots.default ? (h("span", { class: `${mergedClsPrefix}-checkbox__label` }, renderSlot($slots, 'default', undefined, () => [label]))) : null));
204
+ label !== null || $slots.default ? (h("span", { class: `${mergedClsPrefix}-checkbox__label`, id: labelId }, renderSlot($slots, 'default', undefined, () => [label]))) : null));
203
205
  }
204
206
  });
@@ -125,6 +125,6 @@ export default defineComponent({
125
125
  };
126
126
  },
127
127
  render() {
128
- return (h("div", { class: `${this.mergedClsPrefix}-checkbox-group` }, this.$slots));
128
+ return (h("div", { class: `${this.mergedClsPrefix}-checkbox-group`, role: "group" }, this.$slots));
129
129
  }
130
130
  });
@@ -457,6 +457,14 @@ export declare const dataTableProps: {
457
457
  menuBoxShadow: string;
458
458
  }, {
459
459
  InternalSelection: import("../../_mixins").Theme<"InternalSelection", {
460
+ fontSizeTiny: string;
461
+ fontSizeSmall: string;
462
+ fontSizeMedium: string;
463
+ fontSizeLarge: string;
464
+ heightTiny: string;
465
+ heightSmall: string;
466
+ heightMedium: string;
467
+ heightLarge: string;
460
468
  borderRadius: string;
461
469
  textColor: string;
462
470
  textColorDisabled: string;
@@ -497,14 +505,6 @@ export declare const dataTableProps: {
497
505
  clearColor: string;
498
506
  clearColorHover: string;
499
507
  clearColorPressed: string;
500
- heightTiny: string;
501
- heightSmall: string;
502
- heightMedium: string;
503
- heightLarge: string;
504
- fontSizeTiny: string;
505
- fontSizeSmall: string;
506
- fontSizeMedium: string;
507
- fontSizeLarge: string;
508
508
  paddingSingle: string;
509
509
  clearSize: string;
510
510
  arrowSize: string;
@@ -1045,6 +1045,14 @@ export declare const dataTableProps: {
1045
1045
  menuBoxShadow: string;
1046
1046
  }, {
1047
1047
  InternalSelection: import("../../_mixins").Theme<"InternalSelection", {
1048
+ fontSizeTiny: string;
1049
+ fontSizeSmall: string;
1050
+ fontSizeMedium: string;
1051
+ fontSizeLarge: string;
1052
+ heightTiny: string;
1053
+ heightSmall: string;
1054
+ heightMedium: string;
1055
+ heightLarge: string;
1048
1056
  borderRadius: string;
1049
1057
  textColor: string;
1050
1058
  textColorDisabled: string;
@@ -1085,14 +1093,6 @@ export declare const dataTableProps: {
1085
1093
  clearColor: string;
1086
1094
  clearColorHover: string;
1087
1095
  clearColorPressed: string;
1088
- heightTiny: string;
1089
- heightSmall: string;
1090
- heightMedium: string;
1091
- heightLarge: string;
1092
- fontSizeTiny: string;
1093
- fontSizeSmall: string;
1094
- fontSizeMedium: string;
1095
- fontSizeLarge: string;
1096
1096
  paddingSingle: string;
1097
1097
  clearSize: string;
1098
1098
  arrowSize: string;
@@ -1633,6 +1633,14 @@ export declare const dataTableProps: {
1633
1633
  menuBoxShadow: string;
1634
1634
  }, {
1635
1635
  InternalSelection: import("../../_mixins").Theme<"InternalSelection", {
1636
+ fontSizeTiny: string;
1637
+ fontSizeSmall: string;
1638
+ fontSizeMedium: string;
1639
+ fontSizeLarge: string;
1640
+ heightTiny: string;
1641
+ heightSmall: string;
1642
+ heightMedium: string;
1643
+ heightLarge: string;
1636
1644
  borderRadius: string;
1637
1645
  textColor: string;
1638
1646
  textColorDisabled: string;
@@ -1673,14 +1681,6 @@ export declare const dataTableProps: {
1673
1681
  clearColor: string;
1674
1682
  clearColorHover: string;
1675
1683
  clearColorPressed: string;
1676
- heightTiny: string;
1677
- heightSmall: string;
1678
- heightMedium: string;
1679
- heightLarge: string;
1680
- fontSizeTiny: string;
1681
- fontSizeSmall: string;
1682
- fontSizeMedium: string;
1683
- fontSizeLarge: string;
1684
1684
  paddingSingle: string;
1685
1685
  clearSize: string;
1686
1686
  arrowSize: string;
@@ -2328,6 +2328,14 @@ declare const _default: import("vue").DefineComponent<{
2328
2328
  menuBoxShadow: string;
2329
2329
  }, {
2330
2330
  InternalSelection: import("../../_mixins").Theme<"InternalSelection", {
2331
+ fontSizeTiny: string;
2332
+ fontSizeSmall: string;
2333
+ fontSizeMedium: string;
2334
+ fontSizeLarge: string;
2335
+ heightTiny: string;
2336
+ heightSmall: string;
2337
+ heightMedium: string;
2338
+ heightLarge: string;
2331
2339
  borderRadius: string;
2332
2340
  textColor: string;
2333
2341
  textColorDisabled: string;
@@ -2368,14 +2376,6 @@ declare const _default: import("vue").DefineComponent<{
2368
2376
  clearColor: string;
2369
2377
  clearColorHover: string;
2370
2378
  clearColorPressed: string;
2371
- heightTiny: string;
2372
- heightSmall: string;
2373
- heightMedium: string;
2374
- heightLarge: string;
2375
- fontSizeTiny: string;
2376
- fontSizeSmall: string;
2377
- fontSizeMedium: string;
2378
- fontSizeLarge: string;
2379
2379
  paddingSingle: string;
2380
2380
  clearSize: string;
2381
2381
  arrowSize: string;
@@ -2916,6 +2916,14 @@ declare const _default: import("vue").DefineComponent<{
2916
2916
  menuBoxShadow: string;
2917
2917
  }, {
2918
2918
  InternalSelection: import("../../_mixins").Theme<"InternalSelection", {
2919
+ fontSizeTiny: string;
2920
+ fontSizeSmall: string;
2921
+ fontSizeMedium: string;
2922
+ fontSizeLarge: string;
2923
+ heightTiny: string;
2924
+ heightSmall: string;
2925
+ heightMedium: string;
2926
+ heightLarge: string;
2919
2927
  borderRadius: string;
2920
2928
  textColor: string;
2921
2929
  textColorDisabled: string;
@@ -2956,14 +2964,6 @@ declare const _default: import("vue").DefineComponent<{
2956
2964
  clearColor: string;
2957
2965
  clearColorHover: string;
2958
2966
  clearColorPressed: string;
2959
- heightTiny: string;
2960
- heightSmall: string;
2961
- heightMedium: string;
2962
- heightLarge: string;
2963
- fontSizeTiny: string;
2964
- fontSizeSmall: string;
2965
- fontSizeMedium: string;
2966
- fontSizeLarge: string;
2967
2967
  paddingSingle: string;
2968
2968
  clearSize: string;
2969
2969
  arrowSize: string;
@@ -3504,6 +3504,14 @@ declare const _default: import("vue").DefineComponent<{
3504
3504
  menuBoxShadow: string;
3505
3505
  }, {
3506
3506
  InternalSelection: import("../../_mixins").Theme<"InternalSelection", {
3507
+ fontSizeTiny: string;
3508
+ fontSizeSmall: string;
3509
+ fontSizeMedium: string;
3510
+ fontSizeLarge: string;
3511
+ heightTiny: string;
3512
+ heightSmall: string;
3513
+ heightMedium: string;
3514
+ heightLarge: string;
3507
3515
  borderRadius: string;
3508
3516
  textColor: string;
3509
3517
  textColorDisabled: string;
@@ -3544,14 +3552,6 @@ declare const _default: import("vue").DefineComponent<{
3544
3552
  clearColor: string;
3545
3553
  clearColorHover: string;
3546
3554
  clearColorPressed: string;
3547
- heightTiny: string;
3548
- heightSmall: string;
3549
- heightMedium: string;
3550
- heightLarge: string;
3551
- fontSizeTiny: string;
3552
- fontSizeSmall: string;
3553
- fontSizeMedium: string;
3554
- fontSizeLarge: string;
3555
3555
  paddingSingle: string;
3556
3556
  clearSize: string;
3557
3557
  arrowSize: string;
@@ -4243,6 +4243,14 @@ declare const _default: import("vue").DefineComponent<{
4243
4243
  menuBoxShadow: string;
4244
4244
  }, {
4245
4245
  InternalSelection: import("../../_mixins").Theme<"InternalSelection", {
4246
+ fontSizeTiny: string;
4247
+ fontSizeSmall: string;
4248
+ fontSizeMedium: string;
4249
+ fontSizeLarge: string;
4250
+ heightTiny: string;
4251
+ heightSmall: string;
4252
+ heightMedium: string;
4253
+ heightLarge: string;
4246
4254
  borderRadius: string;
4247
4255
  textColor: string;
4248
4256
  textColorDisabled: string;
@@ -4283,14 +4291,6 @@ declare const _default: import("vue").DefineComponent<{
4283
4291
  clearColor: string;
4284
4292
  clearColorHover: string;
4285
4293
  clearColorPressed: string;
4286
- heightTiny: string;
4287
- heightSmall: string;
4288
- heightMedium: string;
4289
- heightLarge: string;
4290
- fontSizeTiny: string;
4291
- fontSizeSmall: string;
4292
- fontSizeMedium: string;
4293
- fontSizeLarge: string;
4294
4294
  paddingSingle: string;
4295
4295
  clearSize: string;
4296
4296
  arrowSize: string;
@@ -4502,6 +4502,14 @@ declare const _default: import("vue").DefineComponent<{
4502
4502
  menuBoxShadow: string;
4503
4503
  }, {
4504
4504
  InternalSelection: import("../../_mixins").Theme<"InternalSelection", {
4505
+ fontSizeTiny: string;
4506
+ fontSizeSmall: string;
4507
+ fontSizeMedium: string;
4508
+ fontSizeLarge: string;
4509
+ heightTiny: string;
4510
+ heightSmall: string;
4511
+ heightMedium: string;
4512
+ heightLarge: string;
4505
4513
  borderRadius: string;
4506
4514
  textColor: string;
4507
4515
  textColorDisabled: string;
@@ -4542,14 +4550,6 @@ declare const _default: import("vue").DefineComponent<{
4542
4550
  clearColor: string;
4543
4551
  clearColorHover: string;
4544
4552
  clearColorPressed: string;
4545
- heightTiny: string;
4546
- heightSmall: string;
4547
- heightMedium: string;
4548
- heightLarge: string;
4549
- fontSizeTiny: string;
4550
- fontSizeSmall: string;
4551
- fontSizeMedium: string;
4552
- fontSizeLarge: string;
4553
4553
  paddingSingle: string;
4554
4554
  clearSize: string;
4555
4555
  arrowSize: string;
@@ -5151,6 +5151,14 @@ declare const _default: import("vue").DefineComponent<{
5151
5151
  menuBoxShadow: string;
5152
5152
  }, {
5153
5153
  InternalSelection: import("../../_mixins").Theme<"InternalSelection", {
5154
+ fontSizeTiny: string;
5155
+ fontSizeSmall: string;
5156
+ fontSizeMedium: string;
5157
+ fontSizeLarge: string;
5158
+ heightTiny: string;
5159
+ heightSmall: string;
5160
+ heightMedium: string;
5161
+ heightLarge: string;
5154
5162
  borderRadius: string;
5155
5163
  textColor: string;
5156
5164
  textColorDisabled: string;
@@ -5191,14 +5199,6 @@ declare const _default: import("vue").DefineComponent<{
5191
5199
  clearColor: string;
5192
5200
  clearColorHover: string;
5193
5201
  clearColorPressed: string;
5194
- heightTiny: string;
5195
- heightSmall: string;
5196
- heightMedium: string;
5197
- heightLarge: string;
5198
- fontSizeTiny: string;
5199
- fontSizeSmall: string;
5200
- fontSizeMedium: string;
5201
- fontSizeLarge: string;
5202
5202
  paddingSingle: string;
5203
5203
  clearSize: string;
5204
5204
  arrowSize: string;
@@ -5739,6 +5739,14 @@ declare const _default: import("vue").DefineComponent<{
5739
5739
  menuBoxShadow: string;
5740
5740
  }, {
5741
5741
  InternalSelection: import("../../_mixins").Theme<"InternalSelection", {
5742
+ fontSizeTiny: string;
5743
+ fontSizeSmall: string;
5744
+ fontSizeMedium: string;
5745
+ fontSizeLarge: string;
5746
+ heightTiny: string;
5747
+ heightSmall: string;
5748
+ heightMedium: string;
5749
+ heightLarge: string;
5742
5750
  borderRadius: string;
5743
5751
  textColor: string;
5744
5752
  textColorDisabled: string;
@@ -5779,14 +5787,6 @@ declare const _default: import("vue").DefineComponent<{
5779
5787
  clearColor: string;
5780
5788
  clearColorHover: string;
5781
5789
  clearColorPressed: string;
5782
- heightTiny: string;
5783
- heightSmall: string;
5784
- heightMedium: string;
5785
- heightLarge: string;
5786
- fontSizeTiny: string;
5787
- fontSizeSmall: string;
5788
- fontSizeMedium: string;
5789
- fontSizeLarge: string;
5790
5790
  paddingSingle: string;
5791
5791
  clearSize: string;
5792
5792
  arrowSize: string;
@@ -6327,6 +6327,14 @@ declare const _default: import("vue").DefineComponent<{
6327
6327
  menuBoxShadow: string;
6328
6328
  }, {
6329
6329
  InternalSelection: import("../../_mixins").Theme<"InternalSelection", {
6330
+ fontSizeTiny: string;
6331
+ fontSizeSmall: string;
6332
+ fontSizeMedium: string;
6333
+ fontSizeLarge: string;
6334
+ heightTiny: string;
6335
+ heightSmall: string;
6336
+ heightMedium: string;
6337
+ heightLarge: string;
6330
6338
  borderRadius: string;
6331
6339
  textColor: string;
6332
6340
  textColorDisabled: string;
@@ -6367,14 +6375,6 @@ declare const _default: import("vue").DefineComponent<{
6367
6375
  clearColor: string;
6368
6376
  clearColorHover: string;
6369
6377
  clearColorPressed: string;
6370
- heightTiny: string;
6371
- heightSmall: string;
6372
- heightMedium: string;
6373
- heightLarge: string;
6374
- fontSizeTiny: string;
6375
- fontSizeSmall: string;
6376
- fontSizeMedium: string;
6377
- fontSizeLarge: string;
6378
6378
  paddingSingle: string;
6379
6379
  clearSize: string;
6380
6380
  arrowSize: string;
@@ -462,6 +462,14 @@ declare const _default: import("vue").DefineComponent<{
462
462
  menuBoxShadow: string;
463
463
  }, {
464
464
  InternalSelection: import("../../../_mixins").Theme<"InternalSelection", {
465
+ fontSizeTiny: string;
466
+ fontSizeSmall: string;
467
+ fontSizeMedium: string;
468
+ fontSizeLarge: string;
469
+ heightTiny: string;
470
+ heightSmall: string;
471
+ heightMedium: string;
472
+ heightLarge: string;
465
473
  borderRadius: string;
466
474
  textColor: string;
467
475
  textColorDisabled: string;
@@ -502,14 +510,6 @@ declare const _default: import("vue").DefineComponent<{
502
510
  clearColor: string;
503
511
  clearColorHover: string;
504
512
  clearColorPressed: string;
505
- heightTiny: string;
506
- heightSmall: string;
507
- heightMedium: string;
508
- heightLarge: string;
509
- fontSizeTiny: string;
510
- fontSizeSmall: string;
511
- fontSizeMedium: string;
512
- fontSizeLarge: string;
513
513
  paddingSingle: string;
514
514
  clearSize: string;
515
515
  arrowSize: string;
@@ -721,6 +721,14 @@ declare const _default: import("vue").DefineComponent<{
721
721
  menuBoxShadow: string;
722
722
  }, {
723
723
  InternalSelection: import("../../../_mixins").Theme<"InternalSelection", {
724
+ fontSizeTiny: string;
725
+ fontSizeSmall: string;
726
+ fontSizeMedium: string;
727
+ fontSizeLarge: string;
728
+ heightTiny: string;
729
+ heightSmall: string;
730
+ heightMedium: string;
731
+ heightLarge: string;
724
732
  borderRadius: string;
725
733
  textColor: string;
726
734
  textColorDisabled: string;
@@ -761,14 +769,6 @@ declare const _default: import("vue").DefineComponent<{
761
769
  clearColor: string;
762
770
  clearColorHover: string;
763
771
  clearColorPressed: string;
764
- heightTiny: string;
765
- heightSmall: string;
766
- heightMedium: string;
767
- heightLarge: string;
768
- fontSizeTiny: string;
769
- fontSizeSmall: string;
770
- fontSizeMedium: string;
771
- fontSizeLarge: string;
772
772
  paddingSingle: string;
773
773
  clearSize: string;
774
774
  arrowSize: string;
@@ -487,6 +487,14 @@ declare const _default: import("vue").DefineComponent<{
487
487
  menuBoxShadow: string;
488
488
  }, {
489
489
  InternalSelection: import("../../../_mixins").Theme<"InternalSelection", {
490
+ fontSizeTiny: string;
491
+ fontSizeSmall: string;
492
+ fontSizeMedium: string;
493
+ fontSizeLarge: string;
494
+ heightTiny: string;
495
+ heightSmall: string;
496
+ heightMedium: string;
497
+ heightLarge: string;
490
498
  borderRadius: string;
491
499
  textColor: string;
492
500
  textColorDisabled: string;
@@ -527,14 +535,6 @@ declare const _default: import("vue").DefineComponent<{
527
535
  clearColor: string;
528
536
  clearColorHover: string;
529
537
  clearColorPressed: string;
530
- heightTiny: string;
531
- heightSmall: string;
532
- heightMedium: string;
533
- heightLarge: string;
534
- fontSizeTiny: string;
535
- fontSizeSmall: string;
536
- fontSizeMedium: string;
537
- fontSizeLarge: string;
538
538
  paddingSingle: string;
539
539
  clearSize: string;
540
540
  arrowSize: string;
@@ -746,6 +746,14 @@ declare const _default: import("vue").DefineComponent<{
746
746
  menuBoxShadow: string;
747
747
  }, {
748
748
  InternalSelection: import("../../../_mixins").Theme<"InternalSelection", {
749
+ fontSizeTiny: string;
750
+ fontSizeSmall: string;
751
+ fontSizeMedium: string;
752
+ fontSizeLarge: string;
753
+ heightTiny: string;
754
+ heightSmall: string;
755
+ heightMedium: string;
756
+ heightLarge: string;
749
757
  borderRadius: string;
750
758
  textColor: string;
751
759
  textColorDisabled: string;
@@ -786,14 +794,6 @@ declare const _default: import("vue").DefineComponent<{
786
794
  clearColor: string;
787
795
  clearColorHover: string;
788
796
  clearColorPressed: string;
789
- heightTiny: string;
790
- heightSmall: string;
791
- heightMedium: string;
792
- heightLarge: string;
793
- fontSizeTiny: string;
794
- fontSizeSmall: string;
795
- fontSizeMedium: string;
796
- fontSizeLarge: string;
797
797
  paddingSingle: string;
798
798
  clearSize: string;
799
799
  arrowSize: string;