@uzum-tech/ui 1.0.2 → 1.1.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 (134) hide show
  1. package/dist/index.js +410 -149
  2. package/dist/index.prod.js +1 -1
  3. package/es/_internal/account-option/index.d.ts +1 -0
  4. package/es/_internal/account-option/index.js +1 -0
  5. package/es/_internal/account-option/src/AccountOption.d.ts +162 -0
  6. package/es/_internal/account-option/src/AccountOption.js +56 -0
  7. package/es/_internal/account-option/src/styles/index.cssr.d.ts +2 -0
  8. package/es/_internal/account-option/src/styles/index.cssr.js +40 -0
  9. package/es/_internal/account-option/styles/_common.d.ts +12 -0
  10. package/es/_internal/account-option/styles/_common.js +11 -0
  11. package/es/_internal/account-option/styles/dark.d.ts +2 -0
  12. package/es/_internal/account-option/styles/dark.js +7 -0
  13. package/es/_internal/account-option/styles/index.d.ts +3 -0
  14. package/es/_internal/account-option/styles/index.js +2 -0
  15. package/es/_internal/account-option/styles/light.d.ts +26 -0
  16. package/es/_internal/account-option/styles/light.js +11 -0
  17. package/es/_internal/index.d.ts +1 -0
  18. package/es/_internal/index.js +1 -0
  19. package/es/_internal/select-menu/src/SelectMenu.d.ts +3 -0
  20. package/es/_internal/select-menu/src/SelectMenu.js +2 -1
  21. package/es/_internal/select-menu/src/SelectOption.d.ts +1 -0
  22. package/es/_internal/select-menu/src/SelectOption.js +14 -8
  23. package/es/_internal/select-menu/src/interface.d.ts +1 -0
  24. package/es/_internal/select-menu/src/styles/index.cssr.js +4 -3
  25. package/es/_internal/selection/src/Selection.d.ts +35 -8
  26. package/es/_internal/selection/src/Selection.js +44 -25
  27. package/es/_internal/selection/src/styles/index.cssr.js +12 -3
  28. package/es/_internal/selection/styles/light.d.ts +4 -0
  29. package/es/_internal/selection/styles/light.js +2 -0
  30. package/es/badge/src/Badge.d.ts +71 -4
  31. package/es/badge/src/Badge.js +5 -4
  32. package/es/badge/src/styles/index.cssr.js +1 -1
  33. package/es/badge/styles/light.d.ts +7 -0
  34. package/es/badge/styles/light.js +9 -2
  35. package/es/button/src/Button.js +18 -10
  36. package/es/cascader/src/Cascader.d.ts +20 -0
  37. package/es/cascader/src/CascaderMenu.d.ts +2 -0
  38. package/es/cascader/src/CascaderOption.d.ts +2 -0
  39. package/es/cascader/src/CascaderSelectMenu.d.ts +2 -0
  40. package/es/cascader/src/CascaderSubmenu.d.ts +2 -0
  41. package/es/cascader/styles/light.d.ts +2 -0
  42. package/es/config-provider/src/internal-interface.d.ts +2 -0
  43. package/es/data-table/src/DataTable.d.ts +16 -0
  44. package/es/data-table/src/HeaderButton/FilterButton.d.ts +4 -0
  45. package/es/data-table/src/HeaderButton/FilterMenu.d.ts +6 -2
  46. package/es/data-table/src/TableParts/Body.d.ts +4 -0
  47. package/es/data-table/src/TableParts/Cell.d.ts +8 -0
  48. package/es/data-table/src/TableParts/Header.d.ts +4 -0
  49. package/es/data-table/src/interface.d.ts +6 -0
  50. package/es/data-table/styles/light.d.ts +2 -0
  51. package/es/list/src/List.d.ts +1 -1
  52. package/es/list/src/ListItem.d.ts +1 -1
  53. package/es/pagination/src/Pagination.d.ts +22 -0
  54. package/es/pagination/styles/light.d.ts +2 -0
  55. package/es/select/demos/enUS/flag.d.ts +2 -0
  56. package/es/select/demos/enUS/flag.js +25 -0
  57. package/es/select/src/Select.d.ts +35 -1
  58. package/es/select/src/Select.js +10 -5
  59. package/es/select/src/interface.d.ts +2 -0
  60. package/es/select/styles/light.d.ts +2 -0
  61. package/es/theme-editor/src/ThemeEditor.js +2 -2
  62. package/es/themes/dark.js +2 -0
  63. package/es/themes/light.js +2 -0
  64. package/es/tree-select/src/TreeSelect.d.ts +20 -0
  65. package/es/tree-select/styles/light.d.ts +2 -0
  66. package/es/version.d.ts +1 -1
  67. package/es/version.js +1 -1
  68. package/lib/_internal/account-option/index.d.ts +1 -0
  69. package/lib/_internal/account-option/index.js +8 -0
  70. package/lib/_internal/account-option/src/AccountOption.d.ts +162 -0
  71. package/lib/_internal/account-option/src/AccountOption.js +61 -0
  72. package/lib/_internal/account-option/src/styles/index.cssr.d.ts +2 -0
  73. package/lib/_internal/account-option/src/styles/index.cssr.js +45 -0
  74. package/lib/_internal/account-option/styles/_common.d.ts +12 -0
  75. package/lib/_internal/account-option/styles/_common.js +13 -0
  76. package/lib/_internal/account-option/styles/dark.d.ts +2 -0
  77. package/lib/_internal/account-option/styles/dark.js +10 -0
  78. package/lib/_internal/account-option/styles/index.d.ts +3 -0
  79. package/lib/_internal/account-option/styles/index.js +7 -0
  80. package/lib/_internal/account-option/styles/light.d.ts +26 -0
  81. package/lib/_internal/account-option/styles/light.js +18 -0
  82. package/lib/_internal/index.d.ts +1 -0
  83. package/lib/_internal/index.js +3 -1
  84. package/lib/_internal/select-menu/src/SelectMenu.d.ts +3 -0
  85. package/lib/_internal/select-menu/src/SelectMenu.js +2 -1
  86. package/lib/_internal/select-menu/src/SelectOption.d.ts +1 -0
  87. package/lib/_internal/select-menu/src/SelectOption.js +14 -8
  88. package/lib/_internal/select-menu/src/interface.d.ts +1 -0
  89. package/lib/_internal/select-menu/src/styles/index.cssr.js +4 -3
  90. package/lib/_internal/selection/src/Selection.d.ts +35 -8
  91. package/lib/_internal/selection/src/Selection.js +43 -24
  92. package/lib/_internal/selection/src/styles/index.cssr.js +12 -3
  93. package/lib/_internal/selection/styles/light.d.ts +4 -0
  94. package/lib/_internal/selection/styles/light.js +2 -0
  95. package/lib/badge/src/Badge.d.ts +71 -4
  96. package/lib/badge/src/Badge.js +5 -4
  97. package/lib/badge/src/styles/index.cssr.js +1 -1
  98. package/lib/badge/styles/light.d.ts +7 -0
  99. package/lib/badge/styles/light.js +9 -2
  100. package/lib/button/src/Button.js +18 -10
  101. package/lib/cascader/src/Cascader.d.ts +20 -0
  102. package/lib/cascader/src/CascaderMenu.d.ts +2 -0
  103. package/lib/cascader/src/CascaderOption.d.ts +2 -0
  104. package/lib/cascader/src/CascaderSelectMenu.d.ts +2 -0
  105. package/lib/cascader/src/CascaderSubmenu.d.ts +2 -0
  106. package/lib/cascader/styles/light.d.ts +2 -0
  107. package/lib/config-provider/src/internal-interface.d.ts +2 -0
  108. package/lib/data-table/src/DataTable.d.ts +16 -0
  109. package/lib/data-table/src/HeaderButton/FilterButton.d.ts +4 -0
  110. package/lib/data-table/src/HeaderButton/FilterMenu.d.ts +6 -2
  111. package/lib/data-table/src/TableParts/Body.d.ts +4 -0
  112. package/lib/data-table/src/TableParts/Cell.d.ts +8 -0
  113. package/lib/data-table/src/TableParts/Header.d.ts +4 -0
  114. package/lib/data-table/src/interface.d.ts +6 -0
  115. package/lib/data-table/styles/light.d.ts +2 -0
  116. package/lib/list/src/List.d.ts +1 -1
  117. package/lib/list/src/ListItem.d.ts +1 -1
  118. package/lib/pagination/src/Pagination.d.ts +22 -0
  119. package/lib/pagination/styles/light.d.ts +2 -0
  120. package/lib/select/demos/enUS/flag.d.ts +2 -0
  121. package/lib/select/demos/enUS/flag.js +27 -0
  122. package/lib/select/src/Select.d.ts +35 -1
  123. package/lib/select/src/Select.js +10 -5
  124. package/lib/select/src/interface.d.ts +2 -0
  125. package/lib/select/styles/light.d.ts +2 -0
  126. package/lib/theme-editor/src/ThemeEditor.js +2 -2
  127. package/lib/themes/dark.js +2 -0
  128. package/lib/themes/light.js +2 -0
  129. package/lib/tree-select/src/TreeSelect.d.ts +20 -0
  130. package/lib/tree-select/styles/light.d.ts +2 -0
  131. package/lib/version.d.ts +1 -1
  132. package/lib/version.js +1 -1
  133. package/package.json +3 -2
  134. package/web-types.json +41 -6
@@ -17,7 +17,7 @@ exports.badgeProps = Object.assign(Object.assign({}, _mixins_1.useTheme.props),
17
17
  }, show: {
18
18
  type: Boolean,
19
19
  default: true
20
- }, showZero: Boolean, processing: Boolean, color: String, offset: Array });
20
+ }, showZero: Boolean, processing: Boolean, color: String, textColor: String, offset: Array });
21
21
  exports.default = (0, vue_1.defineComponent)({
22
22
  name: 'Badge',
23
23
  props: exports.badgeProps,
@@ -44,14 +44,15 @@ exports.default = (0, vue_1.defineComponent)({
44
44
  });
45
45
  const rtlEnabledRef = (0, use_rtl_1.useRtl)('Badge', mergedRtlRef, mergedClsPrefixRef);
46
46
  const cssVarsRef = (0, vue_1.computed)(() => {
47
- const { type, color: propColor } = props;
48
- const { common: { cubicBezierEaseInOut, cubicBezierEaseOut }, self: { [(0, _utils_1.createKey)('color', type)]: color, fontSize } } = themeRef.value;
47
+ const { type, color: propColor, textColor: propTextColor } = props;
48
+ const { common: { cubicBezierEaseInOut, cubicBezierEaseOut }, self: { [(0, _utils_1.createKey)('color', type)]: color, [(0, _utils_1.createKey)('textColor', type)]: textColor, fontSize } } = themeRef.value;
49
49
  return {
50
50
  '--u-font-size': fontSize,
51
51
  '--u-color': propColor || color,
52
52
  '--u-ripple-color': propColor || color,
53
53
  '--u-bezier': cubicBezierEaseInOut,
54
- '--u-ripple-bezier': cubicBezierEaseOut
54
+ '--u-ripple-bezier': cubicBezierEaseOut,
55
+ '--u-text-color': propTextColor || textColor
55
56
  };
56
57
  });
57
58
  const themeClassHandle = inlineThemeDisabled
@@ -44,7 +44,7 @@ exports.default = (0, cssr_1.c)([(0, cssr_1.c)('@keyframes badge-wave-spread', {
44
44
  transition:
45
45
  background-color .3s var(--u-bezier),
46
46
  color .3s var(--u-bezier);
47
- color: #FFF;
47
+ color: var(--u-text-color);
48
48
  position: absolute;
49
49
  height: 18px;
50
50
  line-height: 18px;
@@ -2,11 +2,18 @@ import type { ThemeCommonVars } from '../../_styles/common';
2
2
  import type { Theme } from '../../_mixins';
3
3
  export declare const self: (vars: ThemeCommonVars) => {
4
4
  color: string;
5
+ colorPrime: string;
5
6
  colorInfo: string;
6
7
  colorSuccess: string;
7
8
  colorError: string;
8
9
  colorWarning: string;
9
10
  fontSize: string;
11
+ textColor: string;
12
+ textColorPrime: string;
13
+ textColorInfo: string;
14
+ textColorSuccess: string;
15
+ textColorError: string;
16
+ textColorWarning: string;
10
17
  };
11
18
  export type BadgeThemeVars = ReturnType<typeof self>;
12
19
  declare const badgeLight: Theme<'Badge', BadgeThemeVars>;
@@ -3,14 +3,21 @@ Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.self = void 0;
4
4
  const common_1 = require("../../_styles/common");
5
5
  const self = (vars) => {
6
- const { brandQuaternary500, staticGreen, staticRed, staticOrange, fontBodySmall } = vars;
6
+ const { brandQuaternary500, elementsPrimary, staticGreen, staticRed, staticOrange, fontBodySmall, textPrimary, textQuaternary } = vars;
7
7
  return {
8
8
  color: staticRed,
9
+ colorPrime: elementsPrimary,
9
10
  colorInfo: brandQuaternary500,
10
11
  colorSuccess: staticGreen,
11
12
  colorError: staticRed,
12
13
  colorWarning: staticOrange,
13
- fontSize: fontBodySmall
14
+ fontSize: fontBodySmall,
15
+ textColor: textPrimary,
16
+ textColorPrime: textQuaternary,
17
+ textColorInfo: textPrimary,
18
+ textColorSuccess: textQuaternary,
19
+ textColorError: textQuaternary,
20
+ textColorWarning: textQuaternary
14
21
  };
15
22
  };
16
23
  exports.self = self;
@@ -336,16 +336,14 @@ const Button = (0, vue_1.defineComponent)({
336
336
  };
337
337
  }
338
338
  // Tag / Link
339
- let decorationProps = Object.assign(Object.assign({}, colorProps), { 'text-decoration-line': 'none', 'text-underline-offset': 'none', 'line-height': '1', '--u-font-size': '14px', '--u-font-weight': fontWeightStrong });
340
- if (props.tag === 'a') {
341
- decorationProps = Object.assign(Object.assign({}, colorProps), { 'text-decoration-line': 'underline', 'text-underline-offset': '6px', '--u-font-size': '16px', 'line-height': '24px', '--u-font-weight': fontWeightStrong, '--u-text-color': typeIsTertiary ? '#101010' : self.colorPrimary, '--u-text-color-hover': typeIsTertiary
342
- ? '#808080'
343
- : self.colorHoverPrimary, '--u-text-color-pressed': typeIsTertiary
344
- ? self.textTertiary
345
- : '#BBA2FD', '--u-text-color-focus': typeIsTertiary
346
- ? self.textTertiary
347
- : '#BBA2FD', '--u-text-color-disabled': typeIsTertiary ? '#E7E8EA' : '#EAE2FF' });
348
- }
339
+ // let decorationProps = {
340
+ // ...colorProps,
341
+ // 'text-decoration-line': 'none',
342
+ // 'text-underline-offset': 'none',
343
+ // 'line-height': '1',
344
+ // '--u-font-size': fontSize,
345
+ // '--u-font-weight': fontWeightStrong
346
+ // }
349
347
  // border
350
348
  let borderProps = {
351
349
  '--u-border': 'initial',
@@ -374,6 +372,16 @@ const Button = (0, vue_1.defineComponent)({
374
372
  }
375
373
  // size
376
374
  const { [(0, _utils_1.createKey)('height', size)]: height, [(0, _utils_1.createKey)('fontSize', size)]: fontSize, [(0, _utils_1.createKey)('padding', size)]: padding, [(0, _utils_1.createKey)('paddingRound', size)]: paddingRound, [(0, _utils_1.createKey)('iconSize', size)]: iconSize, [(0, _utils_1.createKey)('borderRadius', size)]: borderRadius, [(0, _utils_1.createKey)('iconMargin', size)]: iconMargin, waveOpacity } = self;
375
+ let decorationProps = Object.assign(Object.assign({}, colorProps), { 'text-decoration-line': 'none', 'text-underline-offset': 'none', 'line-height': '1', '--u-font-size': fontSize, '--u-font-weight': fontWeightStrong });
376
+ if (props.tag === 'a') {
377
+ decorationProps = Object.assign(Object.assign({}, colorProps), { 'text-decoration-line': 'underline', 'text-underline-offset': '6px', '--u-font-size': fontSize, 'line-height': '24px', '--u-font-weight': fontWeightStrong, '--u-text-color': typeIsTertiary ? '#101010' : self.colorPrimary, '--u-text-color-hover': typeIsTertiary
378
+ ? '#808080'
379
+ : self.colorHoverPrimary, '--u-text-color-pressed': typeIsTertiary
380
+ ? self.textTertiary
381
+ : '#BBA2FD', '--u-text-color-focus': typeIsTertiary
382
+ ? self.textTertiary
383
+ : '#BBA2FD', '--u-text-color-disabled': typeIsTertiary ? '#E7E8EA' : '#EAE2FF' });
384
+ }
377
385
  const sizeProps = {
378
386
  '--u-width': circle && !text ? height : 'initial',
379
387
  '--u-height': text ? 'initial' : height,
@@ -211,9 +211,11 @@ export declare const cascaderProps: {
211
211
  placeholderColor: string;
212
212
  placeholderColorDisabled: string;
213
213
  color: string;
214
+ colorFilled: string;
214
215
  colorDisabled: string;
215
216
  colorActive: string;
216
217
  border: string;
218
+ borderFilled: string;
217
219
  borderHover: string;
218
220
  borderActive: string;
219
221
  borderFocus: string;
@@ -472,9 +474,11 @@ export declare const cascaderProps: {
472
474
  placeholderColor: string;
473
475
  placeholderColorDisabled: string;
474
476
  color: string;
477
+ colorFilled: string;
475
478
  colorDisabled: string;
476
479
  colorActive: string;
477
480
  border: string;
481
+ borderFilled: string;
478
482
  borderHover: string;
479
483
  borderActive: string;
480
484
  borderFocus: string;
@@ -733,9 +737,11 @@ export declare const cascaderProps: {
733
737
  placeholderColor: string;
734
738
  placeholderColorDisabled: string;
735
739
  color: string;
740
+ colorFilled: string;
736
741
  colorDisabled: string;
737
742
  colorActive: string;
738
743
  border: string;
744
+ borderFilled: string;
739
745
  borderHover: string;
740
746
  borderActive: string;
741
747
  borderFocus: string;
@@ -1092,9 +1098,11 @@ declare const _default: import("vue").DefineComponent<{
1092
1098
  placeholderColor: string;
1093
1099
  placeholderColorDisabled: string;
1094
1100
  color: string;
1101
+ colorFilled: string;
1095
1102
  colorDisabled: string;
1096
1103
  colorActive: string;
1097
1104
  border: string;
1105
+ borderFilled: string;
1098
1106
  borderHover: string;
1099
1107
  borderActive: string;
1100
1108
  borderFocus: string;
@@ -1353,9 +1361,11 @@ declare const _default: import("vue").DefineComponent<{
1353
1361
  placeholderColor: string;
1354
1362
  placeholderColorDisabled: string;
1355
1363
  color: string;
1364
+ colorFilled: string;
1356
1365
  colorDisabled: string;
1357
1366
  colorActive: string;
1358
1367
  border: string;
1368
+ borderFilled: string;
1359
1369
  borderHover: string;
1360
1370
  borderActive: string;
1361
1371
  borderFocus: string;
@@ -1614,9 +1624,11 @@ declare const _default: import("vue").DefineComponent<{
1614
1624
  placeholderColor: string;
1615
1625
  placeholderColorDisabled: string;
1616
1626
  color: string;
1627
+ colorFilled: string;
1617
1628
  colorDisabled: string;
1618
1629
  colorActive: string;
1619
1630
  border: string;
1631
+ borderFilled: string;
1620
1632
  borderHover: string;
1621
1633
  borderActive: string;
1622
1634
  borderFocus: string;
@@ -2049,9 +2061,11 @@ declare const _default: import("vue").DefineComponent<{
2049
2061
  placeholderColor: string;
2050
2062
  placeholderColorDisabled: string;
2051
2063
  color: string;
2064
+ colorFilled: string;
2052
2065
  colorDisabled: string;
2053
2066
  colorActive: string;
2054
2067
  border: string;
2068
+ borderFilled: string;
2055
2069
  borderHover: string;
2056
2070
  borderActive: string;
2057
2071
  borderFocus: string;
@@ -2494,9 +2508,11 @@ declare const _default: import("vue").DefineComponent<{
2494
2508
  placeholderColor: string;
2495
2509
  placeholderColorDisabled: string;
2496
2510
  color: string;
2511
+ colorFilled: string;
2497
2512
  colorDisabled: string;
2498
2513
  colorActive: string;
2499
2514
  border: string;
2515
+ borderFilled: string;
2500
2516
  borderHover: string;
2501
2517
  borderActive: string;
2502
2518
  borderFocus: string;
@@ -2755,9 +2771,11 @@ declare const _default: import("vue").DefineComponent<{
2755
2771
  placeholderColor: string;
2756
2772
  placeholderColorDisabled: string;
2757
2773
  color: string;
2774
+ colorFilled: string;
2758
2775
  colorDisabled: string;
2759
2776
  colorActive: string;
2760
2777
  border: string;
2778
+ borderFilled: string;
2761
2779
  borderHover: string;
2762
2780
  borderActive: string;
2763
2781
  borderFocus: string;
@@ -3016,9 +3034,11 @@ declare const _default: import("vue").DefineComponent<{
3016
3034
  placeholderColor: string;
3017
3035
  placeholderColorDisabled: string;
3018
3036
  color: string;
3037
+ colorFilled: string;
3019
3038
  colorDisabled: string;
3020
3039
  colorActive: string;
3021
3040
  border: string;
3041
+ borderFilled: string;
3022
3042
  borderHover: string;
3023
3043
  borderActive: string;
3024
3044
  borderFocus: string;
@@ -264,9 +264,11 @@ declare const _default: import("vue").DefineComponent<{
264
264
  placeholderColor: string;
265
265
  placeholderColorDisabled: string;
266
266
  color: string;
267
+ colorFilled: string;
267
268
  colorDisabled: string;
268
269
  colorActive: string;
269
270
  border: string;
271
+ borderFilled: string;
270
272
  borderHover: string;
271
273
  borderActive: string;
272
274
  borderFocus: string;
@@ -240,9 +240,11 @@ declare const _default: import("vue").DefineComponent<{
240
240
  placeholderColor: string;
241
241
  placeholderColorDisabled: string;
242
242
  color: string;
243
+ colorFilled: string;
243
244
  colorDisabled: string;
244
245
  colorActive: string;
245
246
  border: string;
247
+ borderFilled: string;
246
248
  borderHover: string;
247
249
  borderActive: string;
248
250
  borderFocus: string;
@@ -252,9 +252,11 @@ declare const _default: import("vue").DefineComponent<{
252
252
  placeholderColor: string;
253
253
  placeholderColorDisabled: string;
254
254
  color: string;
255
+ colorFilled: string;
255
256
  colorDisabled: string;
256
257
  colorActive: string;
257
258
  border: string;
259
+ borderFilled: string;
258
260
  borderHover: string;
259
261
  borderActive: string;
260
262
  borderFocus: string;
@@ -233,9 +233,11 @@ declare const _default: import("vue").DefineComponent<{
233
233
  placeholderColor: string;
234
234
  placeholderColorDisabled: string;
235
235
  color: string;
236
+ colorFilled: string;
236
237
  colorDisabled: string;
237
238
  colorActive: string;
238
239
  border: string;
240
+ borderFilled: string;
239
241
  borderHover: string;
240
242
  borderActive: string;
241
243
  borderFocus: string;
@@ -126,9 +126,11 @@ declare const cascaderLight: import("../../_mixins").Theme<"Cascader", {
126
126
  placeholderColor: string;
127
127
  placeholderColorDisabled: string;
128
128
  color: string;
129
+ colorFilled: string;
129
130
  colorDisabled: string;
130
131
  colorActive: string;
131
132
  border: string;
133
+ borderFilled: string;
132
134
  borderHover: string;
133
135
  borderActive: string;
134
136
  borderFocus: string;
@@ -96,6 +96,7 @@ import type { ButtonGroupTheme } from '../../button-group/styles/light';
96
96
  import type { RowTheme } from '../../legacy-grid/styles';
97
97
  import type { Katex } from './katex';
98
98
  import type { ToggleButtonTheme } from '../../toggle-button/styles';
99
+ import type { AccountOptionTheme } from '../../_internal/account-option/styles';
99
100
  export interface GlobalThemeWithoutCommon {
100
101
  Alert?: AlertTheme;
101
102
  Anchor?: AnchorTheme;
@@ -182,6 +183,7 @@ export interface GlobalThemeWithoutCommon {
182
183
  ToggleButton?: ToggleButtonTheme;
183
184
  InternalSelectMenu?: InternalSelectMenuTheme;
184
185
  InternalSelection?: InternalSelectionTheme;
186
+ AccountOption?: AccountOptionTheme;
185
187
  }
186
188
  export interface GlobalComponentConfig {
187
189
  Pagination?: {
@@ -597,9 +597,11 @@ declare const _default: import("vue").DefineComponent<{
597
597
  placeholderColor: string;
598
598
  placeholderColorDisabled: string;
599
599
  color: string;
600
+ colorFilled: string;
600
601
  colorDisabled: string;
601
602
  colorActive: string;
602
603
  border: string;
604
+ borderFilled: string;
603
605
  borderHover: string;
604
606
  borderActive: string;
605
607
  borderFocus: string;
@@ -1490,9 +1492,11 @@ declare const _default: import("vue").DefineComponent<{
1490
1492
  placeholderColor: string;
1491
1493
  placeholderColorDisabled: string;
1492
1494
  color: string;
1495
+ colorFilled: string;
1493
1496
  colorDisabled: string;
1494
1497
  colorActive: string;
1495
1498
  border: string;
1499
+ borderFilled: string;
1496
1500
  borderHover: string;
1497
1501
  borderActive: string;
1498
1502
  borderFocus: string;
@@ -2383,9 +2387,11 @@ declare const _default: import("vue").DefineComponent<{
2383
2387
  placeholderColor: string;
2384
2388
  placeholderColorDisabled: string;
2385
2389
  color: string;
2390
+ colorFilled: string;
2386
2391
  colorDisabled: string;
2387
2392
  colorActive: string;
2388
2393
  border: string;
2394
+ borderFilled: string;
2389
2395
  borderHover: string;
2390
2396
  borderActive: string;
2391
2397
  borderFocus: string;
@@ -3403,9 +3409,11 @@ declare const _default: import("vue").DefineComponent<{
3403
3409
  placeholderColor: string;
3404
3410
  placeholderColorDisabled: string;
3405
3411
  color: string;
3412
+ colorFilled: string;
3406
3413
  colorDisabled: string;
3407
3414
  colorActive: string;
3408
3415
  border: string;
3416
+ borderFilled: string;
3409
3417
  borderHover: string;
3410
3418
  borderActive: string;
3411
3419
  borderFocus: string;
@@ -3870,9 +3878,11 @@ declare const _default: import("vue").DefineComponent<{
3870
3878
  placeholderColor: string;
3871
3879
  placeholderColorDisabled: string;
3872
3880
  color: string;
3881
+ colorFilled: string;
3873
3882
  colorDisabled: string;
3874
3883
  colorActive: string;
3875
3884
  border: string;
3885
+ borderFilled: string;
3876
3886
  borderHover: string;
3877
3887
  borderActive: string;
3878
3888
  borderFocus: string;
@@ -4860,9 +4870,11 @@ declare const _default: import("vue").DefineComponent<{
4860
4870
  placeholderColor: string;
4861
4871
  placeholderColorDisabled: string;
4862
4872
  color: string;
4873
+ colorFilled: string;
4863
4874
  colorDisabled: string;
4864
4875
  colorActive: string;
4865
4876
  border: string;
4877
+ borderFilled: string;
4866
4878
  borderHover: string;
4867
4879
  borderActive: string;
4868
4880
  borderFocus: string;
@@ -5753,9 +5765,11 @@ declare const _default: import("vue").DefineComponent<{
5753
5765
  placeholderColor: string;
5754
5766
  placeholderColorDisabled: string;
5755
5767
  color: string;
5768
+ colorFilled: string;
5756
5769
  colorDisabled: string;
5757
5770
  colorActive: string;
5758
5771
  border: string;
5772
+ borderFilled: string;
5759
5773
  borderHover: string;
5760
5774
  borderActive: string;
5761
5775
  borderFocus: string;
@@ -6646,9 +6660,11 @@ declare const _default: import("vue").DefineComponent<{
6646
6660
  placeholderColor: string;
6647
6661
  placeholderColorDisabled: string;
6648
6662
  color: string;
6663
+ colorFilled: string;
6649
6664
  colorDisabled: string;
6650
6665
  colorActive: string;
6651
6666
  border: string;
6667
+ borderFilled: string;
6652
6668
  borderHover: string;
6653
6669
  borderActive: string;
6654
6670
  borderFocus: string;
@@ -610,9 +610,11 @@ declare const _default: import("vue").DefineComponent<{
610
610
  placeholderColor: string;
611
611
  placeholderColorDisabled: string;
612
612
  color: string;
613
+ colorFilled: string;
613
614
  colorDisabled: string;
614
615
  colorActive: string;
615
616
  border: string;
617
+ borderFilled: string;
616
618
  borderHover: string;
617
619
  borderActive: string;
618
620
  borderFocus: string;
@@ -1077,9 +1079,11 @@ declare const _default: import("vue").DefineComponent<{
1077
1079
  placeholderColor: string;
1078
1080
  placeholderColorDisabled: string;
1079
1081
  color: string;
1082
+ colorFilled: string;
1080
1083
  colorDisabled: string;
1081
1084
  colorActive: string;
1082
1085
  border: string;
1086
+ borderFilled: string;
1083
1087
  borderHover: string;
1084
1088
  borderActive: string;
1085
1089
  borderFocus: string;
@@ -635,9 +635,11 @@ declare const _default: import("vue").DefineComponent<{
635
635
  placeholderColor: string;
636
636
  placeholderColorDisabled: string;
637
637
  color: string;
638
+ colorFilled: string;
638
639
  colorDisabled: string;
639
640
  colorActive: string;
640
641
  border: string;
642
+ borderFilled: string;
641
643
  borderHover: string;
642
644
  borderActive: string;
643
645
  borderFocus: string;
@@ -646,7 +648,7 @@ declare const _default: import("vue").DefineComponent<{
646
648
  boxShadowActive: string;
647
649
  boxShadowFocus: string;
648
650
  caretColor: string;
649
- arrowColor: string; /** this branch is for compatibility */
651
+ arrowColor: string;
650
652
  arrowColorHover: string;
651
653
  arrowColorDisabled: string;
652
654
  loadingColor: string;
@@ -1102,9 +1104,11 @@ declare const _default: import("vue").DefineComponent<{
1102
1104
  placeholderColor: string;
1103
1105
  placeholderColorDisabled: string;
1104
1106
  color: string;
1107
+ colorFilled: string;
1105
1108
  colorDisabled: string;
1106
1109
  colorActive: string;
1107
1110
  border: string;
1111
+ borderFilled: string;
1108
1112
  borderHover: string;
1109
1113
  borderActive: string;
1110
1114
  borderFocus: string;
@@ -1113,7 +1117,7 @@ declare const _default: import("vue").DefineComponent<{
1113
1117
  boxShadowActive: string;
1114
1118
  boxShadowFocus: string;
1115
1119
  caretColor: string;
1116
- arrowColor: string; /** this branch is for compatibility */
1120
+ arrowColor: string;
1117
1121
  arrowColorHover: string;
1118
1122
  arrowColorDisabled: string;
1119
1123
  loadingColor: string;
@@ -635,9 +635,11 @@ declare const _default: import("vue").DefineComponent<{
635
635
  placeholderColor: string;
636
636
  placeholderColorDisabled: string;
637
637
  color: string;
638
+ colorFilled: string;
638
639
  colorDisabled: string;
639
640
  colorActive: string;
640
641
  border: string;
642
+ borderFilled: string;
641
643
  borderHover: string;
642
644
  borderActive: string;
643
645
  borderFocus: string;
@@ -1102,9 +1104,11 @@ declare const _default: import("vue").DefineComponent<{
1102
1104
  placeholderColor: string;
1103
1105
  placeholderColorDisabled: string;
1104
1106
  color: string;
1107
+ colorFilled: string;
1105
1108
  colorDisabled: string;
1106
1109
  colorActive: string;
1107
1110
  border: string;
1111
+ borderFilled: string;
1108
1112
  borderHover: string;
1109
1113
  borderActive: string;
1110
1114
  borderFocus: string;
@@ -619,9 +619,11 @@ declare const _default: import("vue").DefineComponent<{
619
619
  placeholderColor: string;
620
620
  placeholderColorDisabled: string;
621
621
  color: string;
622
+ colorFilled: string;
622
623
  colorDisabled: string;
623
624
  colorActive: string;
624
625
  border: string;
626
+ borderFilled: string;
625
627
  borderHover: string;
626
628
  borderActive: string;
627
629
  borderFocus: string;
@@ -1086,9 +1088,11 @@ declare const _default: import("vue").DefineComponent<{
1086
1088
  placeholderColor: string;
1087
1089
  placeholderColorDisabled: string;
1088
1090
  color: string;
1091
+ colorFilled: string;
1089
1092
  colorDisabled: string;
1090
1093
  colorActive: string;
1091
1094
  border: string;
1095
+ borderFilled: string;
1092
1096
  borderHover: string;
1093
1097
  borderActive: string;
1094
1098
  borderFocus: string;
@@ -2048,9 +2052,11 @@ declare const _default: import("vue").DefineComponent<{
2048
2052
  placeholderColor: string;
2049
2053
  placeholderColorDisabled: string;
2050
2054
  color: string;
2055
+ colorFilled: string;
2051
2056
  colorDisabled: string;
2052
2057
  colorActive: string;
2053
2058
  border: string;
2059
+ borderFilled: string;
2054
2060
  borderHover: string;
2055
2061
  borderActive: string;
2056
2062
  borderFocus: string;
@@ -2515,9 +2521,11 @@ declare const _default: import("vue").DefineComponent<{
2515
2521
  placeholderColor: string;
2516
2522
  placeholderColorDisabled: string;
2517
2523
  color: string;
2524
+ colorFilled: string;
2518
2525
  colorDisabled: string;
2519
2526
  colorActive: string;
2520
2527
  border: string;
2528
+ borderFilled: string;
2521
2529
  borderHover: string;
2522
2530
  borderActive: string;
2523
2531
  borderFocus: string;
@@ -623,9 +623,11 @@ declare const _default: import("vue").DefineComponent<{
623
623
  placeholderColor: string;
624
624
  placeholderColorDisabled: string;
625
625
  color: string;
626
+ colorFilled: string;
626
627
  colorDisabled: string;
627
628
  colorActive: string;
628
629
  border: string;
630
+ borderFilled: string;
629
631
  borderHover: string;
630
632
  borderActive: string;
631
633
  borderFocus: string;
@@ -1090,9 +1092,11 @@ declare const _default: import("vue").DefineComponent<{
1090
1092
  placeholderColor: string;
1091
1093
  placeholderColorDisabled: string;
1092
1094
  color: string;
1095
+ colorFilled: string;
1093
1096
  colorDisabled: string;
1094
1097
  colorActive: string;
1095
1098
  border: string;
1099
+ borderFilled: string;
1096
1100
  borderHover: string;
1097
1101
  borderActive: string;
1098
1102
  borderFocus: string;
@@ -607,9 +607,11 @@ export declare const dataTableProps: {
607
607
  placeholderColor: string;
608
608
  placeholderColorDisabled: string;
609
609
  color: string;
610
+ colorFilled: string;
610
611
  colorDisabled: string;
611
612
  colorActive: string;
612
613
  border: string;
614
+ borderFilled: string;
613
615
  borderHover: string;
614
616
  borderActive: string;
615
617
  borderFocus: string;
@@ -1500,9 +1502,11 @@ export declare const dataTableProps: {
1500
1502
  placeholderColor: string;
1501
1503
  placeholderColorDisabled: string;
1502
1504
  color: string;
1505
+ colorFilled: string;
1503
1506
  colorDisabled: string;
1504
1507
  colorActive: string;
1505
1508
  border: string;
1509
+ borderFilled: string;
1506
1510
  borderHover: string;
1507
1511
  borderActive: string;
1508
1512
  borderFocus: string;
@@ -2393,9 +2397,11 @@ export declare const dataTableProps: {
2393
2397
  placeholderColor: string;
2394
2398
  placeholderColorDisabled: string;
2395
2399
  color: string;
2400
+ colorFilled: string;
2396
2401
  colorDisabled: string;
2397
2402
  colorActive: string;
2398
2403
  border: string;
2404
+ borderFilled: string;
2399
2405
  borderHover: string;
2400
2406
  borderActive: string;
2401
2407
  borderFocus: string;
@@ -545,9 +545,11 @@ declare const dataTableLight: import("../../_mixins").Theme<"DataTable", {
545
545
  placeholderColor: string;
546
546
  placeholderColorDisabled: string;
547
547
  color: string;
548
+ colorFilled: string;
548
549
  colorDisabled: string;
549
550
  colorActive: string;
550
551
  border: string;
552
+ borderFilled: string;
551
553
  borderHover: string;
552
554
  borderActive: string;
553
555
  borderFocus: string;
@@ -315,10 +315,10 @@ declare const _default: import("vue").DefineComponent<{
315
315
  onKeypress: import("../../_utils").ArrayKeyboardHandler | undefined;
316
316
  onClick: import("../../_utils").ArrayMouseHandler | undefined;
317
317
  header: import("./interface").RenderableType;
318
+ avatar: import("./interface").RenderableType;
318
319
  loading: boolean;
319
320
  bordered: boolean;
320
321
  showIcon: boolean;
321
- avatar: import("./interface").RenderableType;
322
322
  loadingSkeleton: boolean;
323
323
  rounded: boolean;
324
324
  clickable: boolean;