@uzum-tech/ui 1.7.0 → 1.7.1

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 (204) hide show
  1. package/dist/index.js +1365 -41760
  2. package/dist/index.prod.js +3 -3
  3. package/es/_internal/icons/CheckmarkDoneSharp.d.ts +2 -0
  4. package/es/_internal/icons/CheckmarkDoneSharp.js +10 -0
  5. package/es/_internal/icons/MdTime.d.ts +2 -0
  6. package/es/_internal/icons/MdTime.js +10 -0
  7. package/es/_internal/icons/PersonOutline.d.ts +2 -0
  8. package/es/_internal/icons/PersonOutline.js +9 -0
  9. package/es/_internal/icons/Refresh.d.ts +2 -0
  10. package/es/_internal/icons/Refresh.js +9 -0
  11. package/es/_internal/icons/index.d.ts +4 -0
  12. package/es/_internal/icons/index.js +4 -0
  13. package/es/_internal/select-menu/src/styles/index.cssr.js +2 -1
  14. package/es/_internal/select-menu/styles/light.js +1 -1
  15. package/es/_internal/selection/src/Selection.d.ts +0 -16
  16. package/es/_internal/selection/src/Selection.js +3 -4
  17. package/es/_internal/selection/src/styles/index.cssr.js +0 -4
  18. package/es/_internal/selection/styles/light.d.ts +0 -4
  19. package/es/_internal/selection/styles/light.js +1 -3
  20. package/es/cascader/src/Cascader.d.ts +0 -20
  21. package/es/cascader/src/CascaderMenu.d.ts +0 -2
  22. package/es/cascader/src/CascaderOption.d.ts +0 -2
  23. package/es/cascader/src/CascaderSelectMenu.d.ts +0 -2
  24. package/es/cascader/src/CascaderSubmenu.d.ts +0 -2
  25. package/es/cascader/styles/light.d.ts +0 -2
  26. package/es/chat/src/Chat.d.ts +38 -34
  27. package/es/chat/src/Chat.js +28 -7
  28. package/es/chat/src/ChatGlobalState.d.ts +13 -0
  29. package/es/chat/src/ChatGlobalState.js +32 -0
  30. package/es/chat/src/ChatParts/ChatAttachment.d.ts +43 -0
  31. package/es/chat/src/ChatParts/ChatAttachment.js +75 -0
  32. package/es/chat/src/ChatParts/MainArea.d.ts +3 -9
  33. package/es/chat/src/ChatParts/MainArea.js +129 -123
  34. package/es/chat/src/ChatParts/Sidebar.js +12 -19
  35. package/es/chat/src/interface.d.ts +8 -3
  36. package/es/chat/src/styles/index.cssr.js +7 -0
  37. package/es/chat/styles/dark.d.ts +0 -2
  38. package/es/chat/styles/light.d.ts +0 -2
  39. package/es/data-table/src/DataTable.d.ts +0 -16
  40. package/es/data-table/src/HeaderButton/FilterButton.d.ts +0 -4
  41. package/es/data-table/src/HeaderButton/FilterMenu.d.ts +0 -4
  42. package/es/data-table/src/TableParts/Body.d.ts +0 -4
  43. package/es/data-table/src/TableParts/Body.js +3 -1
  44. package/es/data-table/src/TableParts/Cell.js +18 -5
  45. package/es/data-table/src/TableParts/Header.d.ts +0 -4
  46. package/es/data-table/src/interface.d.ts +1 -7
  47. package/es/data-table/src/utils.js +1 -1
  48. package/es/data-table/styles/light.d.ts +0 -2
  49. package/es/dynamic-tags/src/DynamicTags.d.ts +4 -454
  50. package/es/dynamic-tags/styles/light.d.ts +0 -45
  51. package/es/empty/styles/light.js +3 -3
  52. package/es/locales/common/arDZ.js +6 -0
  53. package/es/locales/common/deDE.js +6 -0
  54. package/es/locales/common/enGB.js +6 -0
  55. package/es/locales/common/enUS.d.ts +6 -0
  56. package/es/locales/common/enUS.js +6 -0
  57. package/es/locales/common/eo.js +6 -0
  58. package/es/locales/common/esAR.js +6 -0
  59. package/es/locales/common/faIR.js +6 -0
  60. package/es/locales/common/frFR.js +6 -0
  61. package/es/locales/common/idID.js +6 -0
  62. package/es/locales/common/itIT.js +6 -0
  63. package/es/locales/common/jaJP.js +6 -0
  64. package/es/locales/common/koKR.js +6 -0
  65. package/es/locales/common/nbNO.js +6 -0
  66. package/es/locales/common/nlNL.js +6 -0
  67. package/es/locales/common/plPL.js +6 -0
  68. package/es/locales/common/ptBR.js +6 -0
  69. package/es/locales/common/ruRU.js +6 -0
  70. package/es/locales/common/skSK.js +6 -0
  71. package/es/locales/common/svSE.js +6 -0
  72. package/es/locales/common/thTH.js +6 -0
  73. package/es/locales/common/trTR.js +6 -0
  74. package/es/locales/common/ukUA.js +6 -0
  75. package/es/locales/common/viVN.js +6 -0
  76. package/es/locales/common/zhCN.js +6 -0
  77. package/es/locales/common/zhTW.js +6 -0
  78. package/es/pagination/src/Pagination.d.ts +0 -22
  79. package/es/pagination/styles/light.d.ts +0 -2
  80. package/es/select/src/Select.d.ts +0 -20
  81. package/es/select/styles/light.d.ts +0 -2
  82. package/es/status/src/Status.d.ts +14 -13
  83. package/es/status/src/Status.js +10 -13
  84. package/es/status/src/interface.d.ts +5 -1
  85. package/es/status/src/styles/index.cssr.js +1 -1
  86. package/es/status/styles/light.d.ts +1 -1
  87. package/es/status/styles/light.js +3 -3
  88. package/es/steps/src/Step.js +1 -5
  89. package/es/steps/src/styles/index.cssr.js +2 -1
  90. package/es/tabs/src/Tab.js +8 -3
  91. package/es/tabs/src/Tabs.js +2 -1
  92. package/es/tabs/src/interface.d.ts +1 -0
  93. package/es/tag/src/Tag.d.ts +4 -409
  94. package/es/tag/src/Tag.js +3 -0
  95. package/es/tag/src/common-props.d.ts +1 -1
  96. package/es/tag/styles/light.d.ts +0 -45
  97. package/es/tag/styles/light.js +2 -58
  98. package/es/tree-select/src/TreeSelect.d.ts +0 -20
  99. package/es/tree-select/styles/light.d.ts +0 -2
  100. package/es/upload/src/useUploadActionsRender.js +1 -1
  101. package/es/version.d.ts +1 -1
  102. package/es/version.js +1 -1
  103. package/lib/_internal/icons/CheckmarkDoneSharp.d.ts +2 -0
  104. package/lib/_internal/icons/CheckmarkDoneSharp.js +12 -0
  105. package/lib/_internal/icons/MdTime.d.ts +2 -0
  106. package/lib/_internal/icons/MdTime.js +12 -0
  107. package/lib/_internal/icons/PersonOutline.d.ts +2 -0
  108. package/lib/_internal/icons/PersonOutline.js +11 -0
  109. package/lib/_internal/icons/Refresh.d.ts +2 -0
  110. package/lib/_internal/icons/Refresh.js +11 -0
  111. package/lib/_internal/icons/index.d.ts +4 -0
  112. package/lib/_internal/icons/index.js +9 -1
  113. package/lib/_internal/select-menu/src/styles/index.cssr.js +2 -1
  114. package/lib/_internal/select-menu/styles/light.js +1 -1
  115. package/lib/_internal/selection/src/Selection.d.ts +0 -16
  116. package/lib/_internal/selection/src/Selection.js +3 -4
  117. package/lib/_internal/selection/src/styles/index.cssr.js +0 -4
  118. package/lib/_internal/selection/styles/light.d.ts +0 -4
  119. package/lib/_internal/selection/styles/light.js +1 -3
  120. package/lib/cascader/src/Cascader.d.ts +0 -20
  121. package/lib/cascader/src/CascaderMenu.d.ts +0 -2
  122. package/lib/cascader/src/CascaderOption.d.ts +0 -2
  123. package/lib/cascader/src/CascaderSelectMenu.d.ts +0 -2
  124. package/lib/cascader/src/CascaderSubmenu.d.ts +0 -2
  125. package/lib/cascader/styles/light.d.ts +0 -2
  126. package/lib/chat/src/Chat.d.ts +38 -34
  127. package/lib/chat/src/Chat.js +27 -6
  128. package/lib/chat/src/ChatGlobalState.d.ts +13 -0
  129. package/lib/chat/src/ChatGlobalState.js +36 -0
  130. package/lib/chat/src/ChatParts/ChatAttachment.d.ts +43 -0
  131. package/lib/chat/src/ChatParts/ChatAttachment.js +77 -0
  132. package/lib/chat/src/ChatParts/MainArea.d.ts +3 -9
  133. package/lib/chat/src/ChatParts/MainArea.js +135 -126
  134. package/lib/chat/src/ChatParts/Sidebar.js +16 -23
  135. package/lib/chat/src/interface.d.ts +8 -3
  136. package/lib/chat/src/styles/index.cssr.js +7 -0
  137. package/lib/chat/styles/dark.d.ts +0 -2
  138. package/lib/chat/styles/light.d.ts +0 -2
  139. package/lib/data-table/src/DataTable.d.ts +0 -16
  140. package/lib/data-table/src/HeaderButton/FilterButton.d.ts +0 -4
  141. package/lib/data-table/src/HeaderButton/FilterMenu.d.ts +0 -4
  142. package/lib/data-table/src/TableParts/Body.d.ts +0 -4
  143. package/lib/data-table/src/TableParts/Body.js +3 -1
  144. package/lib/data-table/src/TableParts/Cell.js +18 -5
  145. package/lib/data-table/src/TableParts/Header.d.ts +0 -4
  146. package/lib/data-table/src/interface.d.ts +1 -7
  147. package/lib/data-table/src/utils.js +1 -1
  148. package/lib/data-table/styles/light.d.ts +0 -2
  149. package/lib/dynamic-tags/src/DynamicTags.d.ts +4 -454
  150. package/lib/dynamic-tags/styles/light.d.ts +0 -45
  151. package/lib/empty/styles/light.js +3 -3
  152. package/lib/locales/common/arDZ.js +6 -0
  153. package/lib/locales/common/deDE.js +6 -0
  154. package/lib/locales/common/enGB.js +6 -0
  155. package/lib/locales/common/enUS.d.ts +6 -0
  156. package/lib/locales/common/enUS.js +6 -0
  157. package/lib/locales/common/eo.js +6 -0
  158. package/lib/locales/common/esAR.js +6 -0
  159. package/lib/locales/common/faIR.js +6 -0
  160. package/lib/locales/common/frFR.js +6 -0
  161. package/lib/locales/common/idID.js +6 -0
  162. package/lib/locales/common/itIT.js +6 -0
  163. package/lib/locales/common/jaJP.js +6 -0
  164. package/lib/locales/common/koKR.js +6 -0
  165. package/lib/locales/common/nbNO.js +6 -0
  166. package/lib/locales/common/nlNL.js +6 -0
  167. package/lib/locales/common/plPL.js +6 -0
  168. package/lib/locales/common/ptBR.js +6 -0
  169. package/lib/locales/common/ruRU.js +6 -0
  170. package/lib/locales/common/skSK.js +6 -0
  171. package/lib/locales/common/svSE.js +6 -0
  172. package/lib/locales/common/thTH.js +6 -0
  173. package/lib/locales/common/trTR.js +6 -0
  174. package/lib/locales/common/ukUA.js +6 -0
  175. package/lib/locales/common/viVN.js +6 -0
  176. package/lib/locales/common/zhCN.js +6 -0
  177. package/lib/locales/common/zhTW.js +6 -0
  178. package/lib/pagination/src/Pagination.d.ts +0 -22
  179. package/lib/pagination/styles/light.d.ts +0 -2
  180. package/lib/select/src/Select.d.ts +0 -20
  181. package/lib/select/styles/light.d.ts +0 -2
  182. package/lib/status/src/Status.d.ts +14 -13
  183. package/lib/status/src/Status.js +9 -12
  184. package/lib/status/src/interface.d.ts +5 -1
  185. package/lib/status/src/styles/index.cssr.js +1 -1
  186. package/lib/status/styles/light.d.ts +1 -1
  187. package/lib/status/styles/light.js +3 -3
  188. package/lib/steps/src/Step.js +1 -5
  189. package/lib/steps/src/styles/index.cssr.js +2 -1
  190. package/lib/tabs/src/Tab.js +7 -2
  191. package/lib/tabs/src/Tabs.js +2 -1
  192. package/lib/tabs/src/interface.d.ts +1 -0
  193. package/lib/tag/src/Tag.d.ts +4 -409
  194. package/lib/tag/src/Tag.js +3 -0
  195. package/lib/tag/src/common-props.d.ts +1 -1
  196. package/lib/tag/styles/light.d.ts +0 -45
  197. package/lib/tag/styles/light.js +2 -58
  198. package/lib/tree-select/src/TreeSelect.d.ts +0 -20
  199. package/lib/tree-select/styles/light.d.ts +0 -2
  200. package/lib/upload/src/useUploadActionsRender.js +1 -1
  201. package/lib/version.d.ts +1 -1
  202. package/lib/version.js +1 -1
  203. package/package.json +1 -1
  204. package/web-types.json +58 -19
@@ -318,9 +318,7 @@ export declare const treeSelectProps: {
318
318
  clearColorPressed: string;
319
319
  caretColorSecondary: string;
320
320
  filterCounterTextColor: string;
321
- filterCounterSeparatorColor: string;
322
321
  filterCounterTextColorDisabled: string;
323
- filterCounterSeparatorColorDisabled: string;
324
322
  arrowColorSecondary: string;
325
323
  clearColorSecondary: string;
326
324
  colorSecondary: string;
@@ -564,9 +562,7 @@ export declare const treeSelectProps: {
564
562
  clearColorPressed: string;
565
563
  caretColorSecondary: string;
566
564
  filterCounterTextColor: string;
567
- filterCounterSeparatorColor: string;
568
565
  filterCounterTextColorDisabled: string;
569
- filterCounterSeparatorColorDisabled: string;
570
566
  arrowColorSecondary: string;
571
567
  clearColorSecondary: string;
572
568
  colorSecondary: string;
@@ -810,9 +806,7 @@ export declare const treeSelectProps: {
810
806
  clearColorPressed: string;
811
807
  caretColorSecondary: string;
812
808
  filterCounterTextColor: string;
813
- filterCounterSeparatorColor: string;
814
809
  filterCounterTextColorDisabled: string;
815
- filterCounterSeparatorColorDisabled: string;
816
810
  arrowColorSecondary: string;
817
811
  clearColorSecondary: string;
818
812
  colorSecondary: string;
@@ -1167,9 +1161,7 @@ declare const _default: import("vue").DefineComponent<{
1167
1161
  clearColorPressed: string;
1168
1162
  caretColorSecondary: string;
1169
1163
  filterCounterTextColor: string;
1170
- filterCounterSeparatorColor: string;
1171
1164
  filterCounterTextColorDisabled: string;
1172
- filterCounterSeparatorColorDisabled: string;
1173
1165
  arrowColorSecondary: string;
1174
1166
  clearColorSecondary: string;
1175
1167
  colorSecondary: string;
@@ -1413,9 +1405,7 @@ declare const _default: import("vue").DefineComponent<{
1413
1405
  clearColorPressed: string;
1414
1406
  caretColorSecondary: string;
1415
1407
  filterCounterTextColor: string;
1416
- filterCounterSeparatorColor: string;
1417
1408
  filterCounterTextColorDisabled: string;
1418
- filterCounterSeparatorColorDisabled: string;
1419
1409
  arrowColorSecondary: string;
1420
1410
  clearColorSecondary: string;
1421
1411
  colorSecondary: string;
@@ -1659,9 +1649,7 @@ declare const _default: import("vue").DefineComponent<{
1659
1649
  clearColorPressed: string;
1660
1650
  caretColorSecondary: string;
1661
1651
  filterCounterTextColor: string;
1662
- filterCounterSeparatorColor: string;
1663
1652
  filterCounterTextColorDisabled: string;
1664
- filterCounterSeparatorColorDisabled: string;
1665
1653
  arrowColorSecondary: string;
1666
1654
  clearColorSecondary: string;
1667
1655
  colorSecondary: string;
@@ -1975,9 +1963,7 @@ declare const _default: import("vue").DefineComponent<{
1975
1963
  clearColorPressed: string;
1976
1964
  caretColorSecondary: string;
1977
1965
  filterCounterTextColor: string;
1978
- filterCounterSeparatorColor: string;
1979
1966
  filterCounterTextColorDisabled: string;
1980
- filterCounterSeparatorColorDisabled: string;
1981
1967
  arrowColorSecondary: string;
1982
1968
  clearColorSecondary: string;
1983
1969
  colorSecondary: string;
@@ -2459,9 +2445,7 @@ declare const _default: import("vue").DefineComponent<{
2459
2445
  clearColorPressed: string;
2460
2446
  caretColorSecondary: string;
2461
2447
  filterCounterTextColor: string;
2462
- filterCounterSeparatorColor: string;
2463
2448
  filterCounterTextColorDisabled: string;
2464
- filterCounterSeparatorColorDisabled: string;
2465
2449
  arrowColorSecondary: string;
2466
2450
  clearColorSecondary: string;
2467
2451
  colorSecondary: string;
@@ -2705,9 +2689,7 @@ declare const _default: import("vue").DefineComponent<{
2705
2689
  clearColorPressed: string;
2706
2690
  caretColorSecondary: string;
2707
2691
  filterCounterTextColor: string;
2708
- filterCounterSeparatorColor: string;
2709
2692
  filterCounterTextColorDisabled: string;
2710
- filterCounterSeparatorColorDisabled: string;
2711
2693
  arrowColorSecondary: string;
2712
2694
  clearColorSecondary: string;
2713
2695
  colorSecondary: string;
@@ -2951,9 +2933,7 @@ declare const _default: import("vue").DefineComponent<{
2951
2933
  clearColorPressed: string;
2952
2934
  caretColorSecondary: string;
2953
2935
  filterCounterTextColor: string;
2954
- filterCounterSeparatorColor: string;
2955
2936
  filterCounterTextColorDisabled: string;
2956
- filterCounterSeparatorColorDisabled: string;
2957
2937
  arrowColorSecondary: string;
2958
2938
  clearColorSecondary: string;
2959
2939
  colorSecondary: string;
@@ -211,9 +211,7 @@ declare const treeSelectLight: import("../../_mixins/use-theme").Theme<"TreeSele
211
211
  clearColorPressed: string;
212
212
  caretColorSecondary: string;
213
213
  filterCounterTextColor: string;
214
- filterCounterSeparatorColor: string;
215
214
  filterCounterTextColorDisabled: string;
216
- filterCounterSeparatorColorDisabled: string;
217
215
  arrowColorSecondary: string;
218
216
  clearColorSecondary: string;
219
217
  colorSecondary: string;
@@ -5,7 +5,7 @@ import { CancelIcon, EyeIcon, RetryIcon, TrashIcon, DownloadIcon } from '../../_
5
5
  export function useUploadActionsRender(opts) {
6
6
  const { clsPrefix, listType, file, showPreviewButton, showRemoveButton, showCancelButton, showRetryButton, showDownloadButton, disabled, buttonType, mergedTheme, buttonThemeOverrides, handlePreviewClick, handleRemoveOrCancelClick, handleRetryClick, handleDownloadClick, capitalizeFirstLetter } = opts;
7
7
  const isImageType = ['image', 'image-card'].includes(listType);
8
- const fileExt = file.name.split('.')[1] || '';
8
+ const fileExt = file.name.split('.').at(-1) || '';
9
9
  const capitalizedExt = capitalizeFirstLetter(fileExt);
10
10
  const icon = h('div', {
11
11
  class: [
package/es/version.d.ts CHANGED
@@ -1,2 +1,2 @@
1
- declare const _default: "1.7.0";
1
+ declare const _default: "1.7.1";
2
2
  export default _default;
package/es/version.js CHANGED
@@ -1 +1 @@
1
- export default '1.7.0';
1
+ export default '1.7.1';
@@ -0,0 +1,2 @@
1
+ declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>;
2
+ export default _default;
@@ -0,0 +1,12 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ const vue_1 = require("vue");
4
+ exports.default = (0, vue_1.defineComponent)({
5
+ name: 'CheckmarkDoneSharp',
6
+ render() {
7
+ return ((0, vue_1.h)("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 512 512" },
8
+ (0, vue_1.h)("path", { fill: "none", stroke: "currentColor", "stroke-linecap": "square", "stroke-miterlimit": "10", "stroke-width": "44", d: "M465 127L241 384l-92-92" }),
9
+ (0, vue_1.h)("path", { fill: "none", stroke: "currentColor", "stroke-linecap": "square", "stroke-miterlimit": "10", "stroke-width": "44", d: "M140 385l-93-93" }),
10
+ (0, vue_1.h)("path", { fill: "none", stroke: "currentColor", "stroke-linecap": "square", "stroke-miterlimit": "10", "stroke-width": "44", d: "M363 127L236 273" })));
11
+ }
12
+ });
@@ -0,0 +1,2 @@
1
+ declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>;
2
+ export default _default;
@@ -0,0 +1,12 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ const vue_1 = require("vue");
4
+ exports.default = (0, vue_1.defineComponent)({
5
+ name: 'MdTime',
6
+ render() {
7
+ return ((0, vue_1.h)("svg", { version: "1.1", xmlns: "http://www.w3.org/2000/svg", x: "0px", y: "0px", viewBox: "0 0 512 512", "enable-background": "new 0 0 512 512" },
8
+ (0, vue_1.h)("g", null,
9
+ (0, vue_1.h)("path", { "fill-opacity": "0.9", d: "M255.8,48C141,48,48,141.2,48,256s93,208,207.8,208c115,0,208.2-93.2,208.2-208S370.8,48,255.8,48z M256,422.4c-91.9,0-166.4-74.5-166.4-166.4S164.1,89.6,256,89.6S422.4,164.1,422.4,256S347.9,422.4,256,422.4z" }),
10
+ (0, vue_1.h)("path", { "fill-opacity": "0.9", d: "M266.4,152h-31.2v124.8l109.2,65.5l15.6-25.6l-93.6-55.5V152z" }))));
11
+ }
12
+ });
@@ -0,0 +1,2 @@
1
+ declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>;
2
+ export default _default;
@@ -0,0 +1,11 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ const vue_1 = require("vue");
4
+ exports.default = (0, vue_1.defineComponent)({
5
+ name: 'PersonOutline',
6
+ render() {
7
+ return ((0, vue_1.h)("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 512 512" },
8
+ (0, vue_1.h)("path", { d: "M344 144c-3.92 52.87-44 96-88 96s-84.15-43.12-88-96c-4-55 35-96 88-96s92 42 88 96z", fill: "none", stroke: "currentColor", "stroke-linecap": "round", "stroke-linejoin": "round", "stroke-width": "32" }),
9
+ (0, vue_1.h)("path", { d: "M256 304c-87 0-175.3 48-191.64 138.6C62.39 453.52 68.57 464 80 464h352c11.44 0 17.62-10.48 15.65-21.4C431.3 352 343 304 256 304z", fill: "none", stroke: "currentColor", "stroke-miterlimit": "10", "stroke-width": "32" })));
10
+ }
11
+ });
@@ -0,0 +1,2 @@
1
+ declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>;
2
+ export default _default;
@@ -0,0 +1,11 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ const vue_1 = require("vue");
4
+ exports.default = (0, vue_1.defineComponent)({
5
+ name: 'Refresh',
6
+ render() {
7
+ return ((0, vue_1.h)("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 512 512" },
8
+ (0, vue_1.h)("path", { d: "M320 146s24.36-12-64-12a160 160 0 1 0 160 160", fill: "none", stroke: "currentColor", "stroke-linecap": "round", "stroke-miterlimit": "10", "stroke-width": "32" }),
9
+ (0, vue_1.h)("path", { fill: "none", stroke: "currentColor", "stroke-linecap": "round", "stroke-linejoin": "round", "stroke-width": "32", d: "M256 58l80 80l-80 80" })));
10
+ }
11
+ });
@@ -50,3 +50,7 @@ export { default as DismissCircleIcon } from './DismissCircle';
50
50
  export { default as FileHeart } from './FileHeart';
51
51
  export { default as ContentCopy } from './ContentCopy';
52
52
  export { default as SiderUnionBorder } from './SiderUnionBorder';
53
+ export { default as MdTime } from './MdTime';
54
+ export { default as Refresh } from './Refresh';
55
+ export { default as CheckmarkDoneSharp } from './CheckmarkDoneSharp';
56
+ export { default as PersonOutline } from './PersonOutline';
@@ -4,7 +4,7 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
4
4
  };
5
5
  Object.defineProperty(exports, "__esModule", { value: true });
6
6
  exports.FileHeart = exports.DismissCircleIcon = exports.CheckmarkCircleIcon = exports.EditIcon = exports.ClearSmallIcon = exports.InactiveIcon = exports.InfoOutlineIcon = exports.ResizeSmallIcon = exports.PhotoIcon = exports.FileIcon = exports.ZoomOutIcon = exports.ZoomInIcon = exports.RotateCounterclockwiseIcon = exports.RotateClockwiseIcon = exports.ArrowBackIcon = exports.RetryIcon = exports.ToIcon = exports.ChevronDownFilledIcon = exports.ClearIcon = exports.ChevronDownIcon = exports.CancelIcon = exports.WarningIcon = exports.TimeIcon = exports.SwitcherIcon = exports.SuccessIcon = exports.SearchIcon = exports.RemoveIcon = exports.MoreIcon = exports.InfoIcon = exports.ForwardIcon = exports.FilterIcon = exports.FastForwardIcon = exports.FastBackwardIcon = exports.ErrorIcon = exports.EmptyIcon = exports.DownloadIcon = exports.TrashIcon = exports.EyeOffIcon = exports.EyeIcon = exports.CloseIcon = exports.ChevronDownOutline = exports.ChevronRightIcon = exports.ChevronLeftIcon = exports.CheckmarkIcon = exports.DateIcon = exports.BackwardIcon = exports.AttachIcon = exports.ArrowUpIcon = exports.ArrowDownIcon = exports.AddIcon = void 0;
7
- exports.SiderUnionBorder = exports.ContentCopy = void 0;
7
+ exports.PersonOutline = exports.CheckmarkDoneSharp = exports.Refresh = exports.MdTime = exports.SiderUnionBorder = exports.ContentCopy = void 0;
8
8
  var Add_1 = require("./Add");
9
9
  Object.defineProperty(exports, "AddIcon", { enumerable: true, get: function () { return __importDefault(Add_1).default; } });
10
10
  var ArrowDown_1 = require("./ArrowDown");
@@ -109,3 +109,11 @@ var ContentCopy_1 = require("./ContentCopy");
109
109
  Object.defineProperty(exports, "ContentCopy", { enumerable: true, get: function () { return __importDefault(ContentCopy_1).default; } });
110
110
  var SiderUnionBorder_1 = require("./SiderUnionBorder");
111
111
  Object.defineProperty(exports, "SiderUnionBorder", { enumerable: true, get: function () { return __importDefault(SiderUnionBorder_1).default; } });
112
+ var MdTime_1 = require("./MdTime");
113
+ Object.defineProperty(exports, "MdTime", { enumerable: true, get: function () { return __importDefault(MdTime_1).default; } });
114
+ var Refresh_1 = require("./Refresh");
115
+ Object.defineProperty(exports, "Refresh", { enumerable: true, get: function () { return __importDefault(Refresh_1).default; } });
116
+ var CheckmarkDoneSharp_1 = require("./CheckmarkDoneSharp");
117
+ Object.defineProperty(exports, "CheckmarkDoneSharp", { enumerable: true, get: function () { return __importDefault(CheckmarkDoneSharp_1).default; } });
118
+ var PersonOutline_1 = require("./PersonOutline");
119
+ Object.defineProperty(exports, "PersonOutline", { enumerable: true, get: function () { return __importDefault(PersonOutline_1).default; } });
@@ -113,7 +113,8 @@ exports.default = (0, cssr_1.cB)('base-select-menu', `
113
113
  font-size: 24px;
114
114
  position: absolute;
115
115
  right: calc(var(--u-option-padding-right) - 4px);
116
- top: calc(50% - 7px);
116
+ top: 50%;
117
+ transform: translateY(-50%);
117
118
  color: var(--u-option-check-color);
118
119
  transition: color .3s var(--u-bezier);
119
120
  `, [(0, fade_in_scale_up_cssr_1.fadeInScaleUpTransition)({
@@ -30,7 +30,7 @@ const self = (vars) => {
30
30
  optionTextColor: textPrimary,
31
31
  optionTextColorPressed: textPrimary,
32
32
  optionTextColorDisabled: textSecondary,
33
- optionTextColorActive: brandPrimary500,
33
+ optionTextColorActive: textPrimary,
34
34
  optionOpacityDisabled: '0.5',
35
35
  optionCheckColor: brandPrimary500,
36
36
  optionColorPending: transparencySecondary,
@@ -166,9 +166,7 @@ declare const _default: import("vue").DefineComponent<{
166
166
  clearColorPressed: string;
167
167
  caretColorSecondary: string;
168
168
  filterCounterTextColor: string;
169
- filterCounterSeparatorColor: string;
170
169
  filterCounterTextColorDisabled: string;
171
- filterCounterSeparatorColorDisabled: string;
172
170
  arrowColorSecondary: string;
173
171
  clearColorSecondary: string;
174
172
  colorSecondary: string;
@@ -291,9 +289,7 @@ declare const _default: import("vue").DefineComponent<{
291
289
  clearColorPressed: string;
292
290
  caretColorSecondary: string;
293
291
  filterCounterTextColor: string;
294
- filterCounterSeparatorColor: string;
295
292
  filterCounterTextColorDisabled: string;
296
- filterCounterSeparatorColorDisabled: string;
297
293
  arrowColorSecondary: string;
298
294
  clearColorSecondary: string;
299
295
  colorSecondary: string;
@@ -416,9 +412,7 @@ declare const _default: import("vue").DefineComponent<{
416
412
  clearColorPressed: string;
417
413
  caretColorSecondary: string;
418
414
  filterCounterTextColor: string;
419
- filterCounterSeparatorColor: string;
420
415
  filterCounterTextColorDisabled: string;
421
- filterCounterSeparatorColorDisabled: string;
422
416
  arrowColorSecondary: string;
423
417
  clearColorSecondary: string;
424
418
  colorSecondary: string;
@@ -544,9 +538,7 @@ declare const _default: import("vue").DefineComponent<{
544
538
  clearColorPressed: string;
545
539
  caretColorSecondary: string;
546
540
  filterCounterTextColor: string;
547
- filterCounterSeparatorColor: string;
548
541
  filterCounterTextColorDisabled: string;
549
- filterCounterSeparatorColorDisabled: string;
550
542
  arrowColorSecondary: string;
551
543
  clearColorSecondary: string;
552
544
  colorSecondary: string;
@@ -701,9 +693,7 @@ declare const _default: import("vue").DefineComponent<{
701
693
  '--u-arrow-size': string;
702
694
  '--u-caret-color-secondary': string;
703
695
  '--u-filter-counter-text-color': string;
704
- '--u-filter-counter-separator-color': string;
705
696
  '--u-filter-counter-text-color-disabled': string;
706
- '--u-filter-counter-separator-color-disabled': string;
707
697
  '--u-arrow-color-secondary': string;
708
698
  '--u-clear-color-secondary': string;
709
699
  '--u-color-secondary': string;
@@ -892,9 +882,7 @@ declare const _default: import("vue").DefineComponent<{
892
882
  clearColorPressed: string;
893
883
  caretColorSecondary: string;
894
884
  filterCounterTextColor: string;
895
- filterCounterSeparatorColor: string;
896
885
  filterCounterTextColorDisabled: string;
897
- filterCounterSeparatorColorDisabled: string;
898
886
  arrowColorSecondary: string;
899
887
  clearColorSecondary: string;
900
888
  colorSecondary: string;
@@ -1017,9 +1005,7 @@ declare const _default: import("vue").DefineComponent<{
1017
1005
  clearColorPressed: string;
1018
1006
  caretColorSecondary: string;
1019
1007
  filterCounterTextColor: string;
1020
- filterCounterSeparatorColor: string;
1021
1008
  filterCounterTextColorDisabled: string;
1022
- filterCounterSeparatorColorDisabled: string;
1023
1009
  arrowColorSecondary: string;
1024
1010
  clearColorSecondary: string;
1025
1011
  colorSecondary: string;
@@ -1142,9 +1128,7 @@ declare const _default: import("vue").DefineComponent<{
1142
1128
  clearColorPressed: string;
1143
1129
  caretColorSecondary: string;
1144
1130
  filterCounterTextColor: string;
1145
- filterCounterSeparatorColor: string;
1146
1131
  filterCounterTextColorDisabled: string;
1147
- filterCounterSeparatorColorDisabled: string;
1148
1132
  arrowColorSecondary: string;
1149
1133
  clearColorSecondary: string;
1150
1134
  colorSecondary: string;
@@ -363,7 +363,7 @@ exports.default = (0, vue_1.defineComponent)({
363
363
  // clear
364
364
  clearColor, clearColorHover, clearColorPressed,
365
365
  // secondary
366
- arrowColorSecondary, clearColorSecondary, colorSecondary, textColorSecondary, borderSecondary, arrowColorDisabledSecondary, clearColorDisabledSecondary, colorDisabledSecondary, textColorDisabledSecondary, borderDisabledSecondary, arrowColorHoverSecondary, clearColorHoverSecondary, colorHoverSecondary, textColorHoverSecondary, borderHoverSecondary, filterCounterTextColor, filterCounterSeparatorColor, filterCounterTextColorDisabled, filterCounterSeparatorColorDisabled, caretColorSecondary, arrowColorActiveSecondary, clearColorActiveSecondary, colorActiveSecondary, textColorActiveSecondary, borderActiveSecondary, arrowColorFocusSecondary, clearColorFocusSecondary, colorFocusSecondary, textColorFocusSecondary, borderFocusSecondary, borderFilled, colorFilled, [(0, _utils_1.createKey)('clearSize', size)]: clearSize, [(0, _utils_1.createKey)('arrowSize', size)]: arrowSize, [(0, _utils_1.createKey)('padding', size)]: padding, [(0, _utils_1.createKey)('borderRadius', size)]: borderRadius, [(0, _utils_1.createKey)('height', size)]: height, [(0, _utils_1.createKey)('fontSize', size)]: fontSize, [(0, _utils_1.createKey)('lineHeight', size)]: lineHeight } } = themeRef.value;
366
+ arrowColorSecondary, clearColorSecondary, colorSecondary, textColorSecondary, borderSecondary, arrowColorDisabledSecondary, clearColorDisabledSecondary, colorDisabledSecondary, textColorDisabledSecondary, borderDisabledSecondary, arrowColorHoverSecondary, clearColorHoverSecondary, colorHoverSecondary, textColorHoverSecondary, borderHoverSecondary, filterCounterTextColor, filterCounterTextColorDisabled, caretColorSecondary, arrowColorActiveSecondary, clearColorActiveSecondary, colorActiveSecondary, textColorActiveSecondary, borderActiveSecondary, arrowColorFocusSecondary, clearColorFocusSecondary, colorFocusSecondary, textColorFocusSecondary, borderFocusSecondary, borderFilled, colorFilled, [(0, _utils_1.createKey)('clearSize', size)]: clearSize, [(0, _utils_1.createKey)('arrowSize', size)]: arrowSize, [(0, _utils_1.createKey)('padding', size)]: padding, [(0, _utils_1.createKey)('borderRadius', size)]: borderRadius, [(0, _utils_1.createKey)('height', size)]: height, [(0, _utils_1.createKey)('fontSize', size)]: fontSize, [(0, _utils_1.createKey)('lineHeight', size)]: lineHeight } } = themeRef.value;
367
367
  const { top: paddingTop, right: paddingRight, bottom: paddingBottom, left: paddingLeft } = (0, seemly_1.getPadding)(padding);
368
368
  return {
369
369
  '--u-bezier': cubicBezierEaseInOut,
@@ -430,9 +430,7 @@ exports.default = (0, vue_1.defineComponent)({
430
430
  // secondary
431
431
  '--u-caret-color-secondary': caretColorSecondary,
432
432
  '--u-filter-counter-text-color': filterCounterTextColor,
433
- '--u-filter-counter-separator-color': filterCounterSeparatorColor,
434
433
  '--u-filter-counter-text-color-disabled': filterCounterTextColorDisabled,
435
- '--u-filter-counter-separator-color-disabled': filterCounterSeparatorColorDisabled,
436
434
  '--u-arrow-color-secondary': arrowColorSecondary,
437
435
  '--u-clear-color-secondary': clearColorSecondary,
438
436
  '--u-color-secondary': colorSecondary,
@@ -530,7 +528,8 @@ exports.default = (0, vue_1.defineComponent)({
530
528
  const clear = this.filterCounterClearable ? ((0, vue_1.h)(clear_1.default, { clsPrefix: clsPrefix, show: true, onClear: this.handleClear })) : null;
531
529
  const suffix = ((0, vue_1.h)(_utils_1.Wrapper, null, {
532
530
  default: () => ((0, vue_1.h)("div", { class: [`${clsPrefix}-base-selection__suffix-wrapper`] },
533
- (0, vue_1.h)(suffix_1.default, { clsPrefix: clsPrefix, loading: this.loading, showArrow: this.showArrow, showClear: this.showSuffixClear, onClear: this.handleClear }, {
531
+ (0, vue_1.h)(suffix_1.default, { clsPrefix: clsPrefix, loading: this.loading, showArrow: this.showArrow ||
532
+ (this.counter && this.filterCounterLength === 0), showClear: this.showSuffixClear, onClear: this.handleClear }, {
534
533
  default: () => { var _a, _b; return [(_b = (_a = this.$slots).arrow) === null || _b === void 0 ? void 0 : _b.call(_a)]; }
535
534
  }),
536
535
  filterCounterEl,
@@ -59,9 +59,7 @@ const cssr_1 = require("../../../../_utils/cssr");
59
59
  // --u-arrow-size
60
60
  // --u-caret-color-secondary
61
61
  // --u-filter-counter-text-color
62
- // --u-filter-counter-separator-color
63
62
  // --u-filter-counter-text-color-disabled
64
- // --u-filter-counter-separator-color-disabled
65
63
  // --u-arrow-color-secondary
66
64
  // --u-clear-color-secondary
67
65
  // --u-color-secondary
@@ -150,7 +148,6 @@ exports.default = (0, cssr_1.c)([(0, cssr_1.cB)('base-selection', `
150
148
  `, [(0, cssr_1.cB)('base-clear', `
151
149
  font-size: var(--u-clear-size);
152
150
  `)]), (0, cssr_1.cE)('filter-counter', `
153
- border-left: 1px solid var(--u-filter-counter-separator-color);
154
151
  width: 28px;
155
152
  margin-left: 6px;
156
153
  padding-left: 2px;
@@ -270,7 +267,6 @@ exports.default = (0, cssr_1.c)([(0, cssr_1.cB)('base-selection', `
270
267
  border: var(--u-border-disabled);
271
268
  `), (0, cssr_1.cE)('filter-counter', `
272
269
  color: var(--u-filter-counter-text-color-disabled);
273
- border-color: var(--u-filter-counter-separator-color-disabled);
274
270
  `), (0, cssr_1.cB)('base-suffix', [(0, cssr_1.cE)('arrow', `
275
271
  color: var(--u-arrow-color-disabled);
276
272
  `)]), (0, cssr_1.cB)('base-selection-label', `
@@ -80,9 +80,7 @@ export declare const self: (vars: ThemeCommonVars) => {
80
80
  clearColorPressed: string;
81
81
  caretColorSecondary: string;
82
82
  filterCounterTextColor: string;
83
- filterCounterSeparatorColor: string;
84
83
  filterCounterTextColorDisabled: string;
85
- filterCounterSeparatorColorDisabled: string;
86
84
  arrowColorSecondary: string;
87
85
  clearColorSecondary: string;
88
86
  colorSecondary: string;
@@ -191,9 +189,7 @@ declare const internalSelectionLight: import("../../../_mixins").Theme<"Internal
191
189
  clearColorPressed: string;
192
190
  caretColorSecondary: string;
193
191
  filterCounterTextColor: string;
194
- filterCounterSeparatorColor: string;
195
192
  filterCounterTextColorDisabled: string;
196
- filterCounterSeparatorColorDisabled: string;
197
193
  arrowColorSecondary: string;
198
194
  clearColorSecondary: string;
199
195
  colorSecondary: string;
@@ -6,7 +6,7 @@ const common_1 = require("../../../_styles/common");
6
6
  const styles_1 = require("../../../popover/styles");
7
7
  const _mixins_1 = require("../../../_mixins");
8
8
  const self = (vars) => {
9
- const { borderRadius, iconMedium, fontBodyMedium, fontBodyLarge, heightTiny, heightSmall, heightMedium, heightLarge, heightHuge, borderRadiusLarge, textPrimary, textSecondary, elementsSecondary, elementsTertiary, elementsQuaternary, elementsPrimary, elementsQuinary, staticOrange, staticRed, textQuaternary, iconSmall, elementsSenary, lineHeightBodyMedium, lineHeightBodyLarge, fontTitleMedium, lineHeightTitleMedium } = vars;
9
+ const { borderRadius, iconMedium, fontBodyMedium, fontBodyLarge, heightTiny, heightSmall, heightMedium, heightLarge, heightHuge, borderRadiusLarge, textPrimary, textSecondary, elementsSecondary, elementsTertiary, elementsQuaternary, elementsPrimary, elementsQuinary, staticOrange, staticRed, textQuaternary, iconSmall, lineHeightBodyMedium, lineHeightBodyLarge, fontTitleMedium, lineHeightTitleMedium } = vars;
10
10
  return {
11
11
  paddingTiny: '0px 12px 0px 12px',
12
12
  paddingSmall: '0px 16px 0px 16px',
@@ -101,9 +101,7 @@ const self = (vars) => {
101
101
  clearColorPressed: elementsPrimary,
102
102
  caretColorSecondary: elementsPrimary,
103
103
  filterCounterTextColor: textSecondary,
104
- filterCounterSeparatorColor: elementsSenary,
105
104
  filterCounterTextColorDisabled: textSecondary,
106
- filterCounterSeparatorColorDisabled: elementsQuaternary,
107
105
  arrowColorSecondary: elementsSecondary,
108
106
  clearColorSecondary: elementsSecondary,
109
107
  colorSecondary: elementsPrimary,
@@ -257,9 +257,7 @@ export declare const cascaderProps: {
257
257
  clearColorPressed: string;
258
258
  caretColorSecondary: string;
259
259
  filterCounterTextColor: string;
260
- filterCounterSeparatorColor: string;
261
260
  filterCounterTextColorDisabled: string;
262
- filterCounterSeparatorColorDisabled: string;
263
261
  arrowColorSecondary: string;
264
262
  clearColorSecondary: string;
265
263
  colorSecondary: string;
@@ -532,9 +530,7 @@ export declare const cascaderProps: {
532
530
  clearColorPressed: string;
533
531
  caretColorSecondary: string;
534
532
  filterCounterTextColor: string;
535
- filterCounterSeparatorColor: string;
536
533
  filterCounterTextColorDisabled: string;
537
- filterCounterSeparatorColorDisabled: string;
538
534
  arrowColorSecondary: string;
539
535
  clearColorSecondary: string;
540
536
  colorSecondary: string;
@@ -807,9 +803,7 @@ export declare const cascaderProps: {
807
803
  clearColorPressed: string;
808
804
  caretColorSecondary: string;
809
805
  filterCounterTextColor: string;
810
- filterCounterSeparatorColor: string;
811
806
  filterCounterTextColorDisabled: string;
812
- filterCounterSeparatorColorDisabled: string;
813
807
  arrowColorSecondary: string;
814
808
  clearColorSecondary: string;
815
809
  colorSecondary: string;
@@ -1180,9 +1174,7 @@ declare const _default: import("vue").DefineComponent<{
1180
1174
  clearColorPressed: string;
1181
1175
  caretColorSecondary: string;
1182
1176
  filterCounterTextColor: string;
1183
- filterCounterSeparatorColor: string;
1184
1177
  filterCounterTextColorDisabled: string;
1185
- filterCounterSeparatorColorDisabled: string;
1186
1178
  arrowColorSecondary: string;
1187
1179
  clearColorSecondary: string;
1188
1180
  colorSecondary: string;
@@ -1455,9 +1447,7 @@ declare const _default: import("vue").DefineComponent<{
1455
1447
  clearColorPressed: string;
1456
1448
  caretColorSecondary: string;
1457
1449
  filterCounterTextColor: string;
1458
- filterCounterSeparatorColor: string;
1459
1450
  filterCounterTextColorDisabled: string;
1460
- filterCounterSeparatorColorDisabled: string;
1461
1451
  arrowColorSecondary: string;
1462
1452
  clearColorSecondary: string;
1463
1453
  colorSecondary: string;
@@ -1730,9 +1720,7 @@ declare const _default: import("vue").DefineComponent<{
1730
1720
  clearColorPressed: string;
1731
1721
  caretColorSecondary: string;
1732
1722
  filterCounterTextColor: string;
1733
- filterCounterSeparatorColor: string;
1734
1723
  filterCounterTextColorDisabled: string;
1735
- filterCounterSeparatorColorDisabled: string;
1736
1724
  arrowColorSecondary: string;
1737
1725
  clearColorSecondary: string;
1738
1726
  colorSecondary: string;
@@ -2070,9 +2058,7 @@ declare const _default: import("vue").DefineComponent<{
2070
2058
  clearColorPressed: string;
2071
2059
  caretColorSecondary: string;
2072
2060
  filterCounterTextColor: string;
2073
- filterCounterSeparatorColor: string;
2074
2061
  filterCounterTextColorDisabled: string;
2075
- filterCounterSeparatorColorDisabled: string;
2076
2062
  arrowColorSecondary: string;
2077
2063
  clearColorSecondary: string;
2078
2064
  colorSecondary: string;
@@ -2535,9 +2521,7 @@ declare const _default: import("vue").DefineComponent<{
2535
2521
  clearColorPressed: string;
2536
2522
  caretColorSecondary: string;
2537
2523
  filterCounterTextColor: string;
2538
- filterCounterSeparatorColor: string;
2539
2524
  filterCounterTextColorDisabled: string;
2540
- filterCounterSeparatorColorDisabled: string;
2541
2525
  arrowColorSecondary: string;
2542
2526
  clearColorSecondary: string;
2543
2527
  colorSecondary: string;
@@ -2810,9 +2794,7 @@ declare const _default: import("vue").DefineComponent<{
2810
2794
  clearColorPressed: string;
2811
2795
  caretColorSecondary: string;
2812
2796
  filterCounterTextColor: string;
2813
- filterCounterSeparatorColor: string;
2814
2797
  filterCounterTextColorDisabled: string;
2815
- filterCounterSeparatorColorDisabled: string;
2816
2798
  arrowColorSecondary: string;
2817
2799
  clearColorSecondary: string;
2818
2800
  colorSecondary: string;
@@ -3085,9 +3067,7 @@ declare const _default: import("vue").DefineComponent<{
3085
3067
  clearColorPressed: string;
3086
3068
  caretColorSecondary: string;
3087
3069
  filterCounterTextColor: string;
3088
- filterCounterSeparatorColor: string;
3089
3070
  filterCounterTextColorDisabled: string;
3090
- filterCounterSeparatorColorDisabled: string;
3091
3071
  arrowColorSecondary: string;
3092
3072
  clearColorSecondary: string;
3093
3073
  colorSecondary: string;
@@ -201,9 +201,7 @@ declare const _default: import("vue").DefineComponent<{
201
201
  clearColorPressed: string;
202
202
  caretColorSecondary: string;
203
203
  filterCounterTextColor: string;
204
- filterCounterSeparatorColor: string;
205
204
  filterCounterTextColorDisabled: string;
206
- filterCounterSeparatorColorDisabled: string;
207
205
  arrowColorSecondary: string;
208
206
  clearColorSecondary: string;
209
207
  colorSecondary: string;
@@ -177,9 +177,7 @@ declare const _default: import("vue").DefineComponent<{
177
177
  clearColorPressed: string;
178
178
  caretColorSecondary: string;
179
179
  filterCounterTextColor: string;
180
- filterCounterSeparatorColor: string;
181
180
  filterCounterTextColorDisabled: string;
182
- filterCounterSeparatorColorDisabled: string;
183
181
  arrowColorSecondary: string;
184
182
  clearColorSecondary: string;
185
183
  colorSecondary: string;
@@ -189,9 +189,7 @@ declare const _default: import("vue").DefineComponent<{
189
189
  clearColorPressed: string;
190
190
  caretColorSecondary: string;
191
191
  filterCounterTextColor: string;
192
- filterCounterSeparatorColor: string;
193
192
  filterCounterTextColorDisabled: string;
194
- filterCounterSeparatorColorDisabled: string;
195
193
  arrowColorSecondary: string;
196
194
  clearColorSecondary: string;
197
195
  colorSecondary: string;
@@ -170,9 +170,7 @@ declare const _default: import("vue").DefineComponent<{
170
170
  clearColorPressed: string;
171
171
  caretColorSecondary: string;
172
172
  filterCounterTextColor: string;
173
- filterCounterSeparatorColor: string;
174
173
  filterCounterTextColorDisabled: string;
175
- filterCounterSeparatorColorDisabled: string;
176
174
  arrowColorSecondary: string;
177
175
  clearColorSecondary: string;
178
176
  colorSecondary: string;
@@ -172,9 +172,7 @@ declare const cascaderLight: import("../../_mixins").Theme<"Cascader", {
172
172
  clearColorPressed: string;
173
173
  caretColorSecondary: string;
174
174
  filterCounterTextColor: string;
175
- filterCounterSeparatorColor: string;
176
175
  filterCounterTextColorDisabled: string;
177
- filterCounterSeparatorColorDisabled: string;
178
176
  arrowColorSecondary: string;
179
177
  clearColorSecondary: string;
180
178
  colorSecondary: string;