@ironsource/shared-ui 2.1.12-test.52 → 2.1.12-test.54

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 (245) hide show
  1. package/Chart.vue_vue_type_style_index_0_scoped_060d02be_lang.css +1 -0
  2. package/ChartHeader.vue_vue_type_style_index_0_scoped_d90c583e_lang.css +1 -0
  3. package/ChartHeaderTrend.vue_vue_type_style_index_0_scoped_ca558859_lang.css +1 -0
  4. package/ChartLegend.vue_vue_type_style_index_0_scoped_9c4df598_lang.css +1 -0
  5. package/ChartPlane.vue_vue_type_style_index_0_scoped_a685cf5e_lang.css +1 -0
  6. package/ChartTooltip.vue_vue_type_style_index_0_scoped_9623dbbd_lang.css +1 -0
  7. package/ColumnConfigurator.vue_vue_type_style_index_0_scoped_702ad52e_lang.css +1 -0
  8. package/ColumnPicker.vue_vue_type_style_index_0_scoped_ea8c7024_lang.css +1 -0
  9. package/ConditionalDropdown.vue_vue_type_style_index_0_scoped_8cc86a27_lang.css +1 -0
  10. package/DataGrid.vue_vue_type_style_index_0_scoped_6db25923_lang.css +1 -0
  11. package/DataGridContainer.vue_vue_type_style_index_0_scoped_9a30b10c_lang.css +1 -0
  12. package/DataGridHeader.vue_vue_type_style_index_0_scoped_0e826456_lang.css +1 -0
  13. package/DataGridRowsCounter.vue_vue_type_style_index_0_scoped_e38c881a_lang.css +1 -0
  14. package/DialogFooter.vue_vue_type_style_index_0_scoped_8b7f64fe_lang.css +1 -0
  15. package/DialogHeader.vue_vue_type_style_index_0_scoped_9a814ec3_lang.css +1 -0
  16. package/DialogV4.vue_vue_type_style_index_0_scoped_cc99f1e3_lang.css +1 -0
  17. package/DropdownV4.vue_vue_type_style_index_0_scoped_2d66b7b6_lang.css +1 -0
  18. package/EmptyStateV4.vue_vue_type_style_index_0_scoped_76757f22_lang.css +1 -0
  19. package/Link.vue_vue_type_style_index_0_scoped_1a766750_lang.css +1 -0
  20. package/LoaderBars.vue_vue_type_style_index_0_scoped_d976ec65_lang.css +1 -0
  21. package/MultipleDataGrid.vue_vue_type_style_index_0_scoped_3caa1d7b_lang.css +1 -0
  22. package/OptionChip.vue_vue_type_style_index_0_scoped_538e4a21_lang.css +1 -0
  23. package/OptionV4.vue_vue_type_style_index_0_scoped_752a357d_lang.css +1 -0
  24. package/RadioButton.vue_vue_type_style_index_0_scoped_dac25b9f_lang.css +1 -0
  25. package/RemoveButton.vue_vue_type_style_index_0_scoped_ca7fc11d_lang.css +1 -0
  26. package/SectionDropdown.vue_vue_type_style_index_0_scoped_cfad60a8_lang.css +1 -0
  27. package/SectionHeaderText.vue_vue_type_style_index_0_scoped_0b8d3d79_lang.css +1 -0
  28. package/{SettingsHeader.vue_vue_type_style_index_0_scoped_01f78cd7_lang.css → SettingsHeader.vue_vue_type_style_index_0_scoped_a869d327_lang.css} +1 -1
  29. package/ShowMoreLink.vue_vue_type_style_index_0_scoped_9fc3bc1b_lang.css +1 -0
  30. package/SortableItem.vue_vue_type_style_index_0_scoped_c72be7ed_lang.css +1 -0
  31. package/SortableItemLabel.vue_vue_type_style_index_0_scoped_a534c7af_lang.css +1 -0
  32. package/SortableList.vue_vue_type_style_index_0_scoped_9aec4e9b_lang.css +1 -0
  33. package/SortableSelectableList.vue_vue_type_style_index_0_scoped_40b0a4de_lang.css +1 -0
  34. package/TagsField.vue_vue_type_style_index_0_scoped_9760426b_lang.css +1 -0
  35. package/TagsFieldChip.vue_vue_type_style_index_0_scoped_d186b7ef_lang.css +1 -0
  36. package/TextField.vue_vue_type_style_index_0_scoped_3b7a3661_lang.css +1 -0
  37. package/TooltipHeader.vue_vue_type_style_index_0_scoped_da3532aa_lang.css +1 -0
  38. package/TooltipV4.vue_vue_type_style_index_0_scoped_8a451e54_lang.css +1 -0
  39. package/TooltipV4.vue_vue_type_style_index_1_lang.css +1 -1
  40. package/TreeDropdown.vue_vue_type_style_index_0_scoped_63dc057e_lang.css +1 -0
  41. package/components/chart/Chart.vue.d.ts +21 -1
  42. package/components/chart/Chart.vue.js +3 -3
  43. package/components/chart/Chart.vue2.js +130 -114
  44. package/components/chart/ChartHeader.vue.d.ts +5 -0
  45. package/components/chart/ChartHeader.vue.js +3 -3
  46. package/components/chart/ChartHeader.vue2.js +49 -44
  47. package/components/chart/ChartHeaderTrend.vue.d.ts +5 -0
  48. package/components/chart/ChartHeaderTrend.vue.js +2 -2
  49. package/components/chart/ChartHeaderTrend.vue2.js +43 -39
  50. package/components/chart/ChartLegend.vue.d.ts +5 -0
  51. package/components/chart/ChartLegend.vue.js +3 -3
  52. package/components/chart/ChartLegend.vue2.js +76 -71
  53. package/components/chart/ChartPlane.vue.d.ts +15 -0
  54. package/components/chart/ChartPlane.vue.js +5 -5
  55. package/components/chart/ChartPlane.vue2.js +173 -156
  56. package/components/chart/ChartStoryArgs.d.ts +17 -0
  57. package/components/chart/ChartTooltip.vue.d.ts +5 -0
  58. package/components/chart/ChartTooltip.vue.js +2 -2
  59. package/components/chart/ChartTooltip.vue2.js +39 -35
  60. package/components/chart/LegendSorting.vue.d.ts +5 -0
  61. package/components/chart/LegendSorting.vue.js +16 -14
  62. package/components/chart/SettingsHeader.vue.d.ts +19 -3
  63. package/components/chart/SettingsHeader.vue.js +3 -3
  64. package/components/chart/SettingsHeader.vue2.js +36 -29
  65. package/components/chart/TooltipHeader.vue.js +3 -3
  66. package/components/chart/TooltipHeader.vue2.js +25 -26
  67. package/components/chart/colorPalette.d.ts +2 -1
  68. package/components/chart/colorPalette.js +47 -33
  69. package/components/chart/composables/useColorsMap.d.ts +3 -1
  70. package/components/chart/composables/useColorsMap.js +32 -30
  71. package/components/chart/consts.d.ts +5 -1
  72. package/components/chart/consts.js +30 -26
  73. package/components/chart/index.d.ts +77 -1
  74. package/components/chart/mockData.d.ts +15 -0
  75. package/components/chart/types.d.ts +3 -1
  76. package/components/chart/types.js +5 -5
  77. package/components/chart/utils/utils.d.ts +1 -1
  78. package/components/chart/utils/utils.js +18 -13
  79. package/components/columnConfigurator/ColumnConfigurator.types.d.ts +12 -0
  80. package/components/columnConfigurator/ColumnConfigurator.vue.d.ts +61 -0
  81. package/components/columnConfigurator/ColumnConfigurator.vue.js +7 -0
  82. package/components/columnConfigurator/ColumnConfigurator.vue2.js +113 -0
  83. package/components/columnConfigurator/SectionDropdown.vue.d.ts +39 -0
  84. package/components/columnConfigurator/SectionDropdown.vue.js +7 -0
  85. package/components/columnConfigurator/SectionDropdown.vue2.js +57 -0
  86. package/components/columnConfigurator/SectionHeaderText.vue.d.ts +34 -0
  87. package/components/columnConfigurator/SectionHeaderText.vue.js +7 -0
  88. package/components/columnConfigurator/SectionHeaderText.vue2.js +22 -0
  89. package/components/columnConfigurator/ShowMoreLink.vue.d.ts +33 -0
  90. package/components/columnConfigurator/ShowMoreLink.vue.js +7 -0
  91. package/components/columnConfigurator/ShowMoreLink.vue2.js +41 -0
  92. package/components/columnConfigurator/consts.d.ts +1 -0
  93. package/components/columnConfigurator/consts.js +4 -0
  94. package/components/columnConfigurator/index.d.ts +73 -0
  95. package/components/columnConfigurator/index.js +6 -0
  96. package/components/columnConfigurator/mockData.d.ts +30 -0
  97. package/components/columnConfigurator/utils.d.ts +2 -0
  98. package/components/columnConfigurator/utils.js +18 -0
  99. package/components/columnPicker/ColumnPicker.vue.d.ts +119 -0
  100. package/components/columnPicker/ColumnPicker.vue.js +7 -0
  101. package/components/columnPicker/ColumnPicker.vue2.js +322 -0
  102. package/components/columnPicker/OptionChip.vue.d.ts +53 -0
  103. package/components/columnPicker/OptionChip.vue.js +7 -0
  104. package/components/columnPicker/OptionChip.vue2.js +46 -0
  105. package/components/columnPicker/RemoveButton.vue.d.ts +38 -0
  106. package/components/columnPicker/RemoveButton.vue.js +7 -0
  107. package/components/columnPicker/RemoveButton.vue2.js +35 -0
  108. package/components/columnPicker/index.d.ts +388 -0
  109. package/components/columnPicker/index.js +6 -0
  110. package/components/columnPicker/mockData.d.ts +8 -0
  111. package/components/dialog/v3/Dialog.vue.d.ts +3 -3
  112. package/components/dialog/v3/index.d.ts +46 -46
  113. package/components/dialog/v4/DialogFooter.vue.d.ts +78 -0
  114. package/components/dialog/v4/DialogFooter.vue.js +7 -0
  115. package/components/dialog/v4/DialogFooter.vue2.js +60 -0
  116. package/components/dialog/v4/DialogHeader.vue.d.ts +60 -0
  117. package/components/dialog/v4/DialogHeader.vue.js +7 -0
  118. package/components/dialog/v4/DialogHeader.vue2.js +58 -0
  119. package/components/dialog/v4/DialogV4.vue.d.ts +9 -9
  120. package/components/dialog/v4/DialogV4.vue.js +3 -3
  121. package/components/dialog/v4/DialogV4.vue2.js +65 -107
  122. package/components/dialog/v4/index.d.ts +157 -157
  123. package/components/dropdown/v3/Dropdown.vue.d.ts +1 -1
  124. package/components/dropdown/v3/index.d.ts +20 -20
  125. package/components/dropdown/v4/ConditionalDropdown.vue.js +3 -3
  126. package/components/dropdown/v4/ConditionalDropdown.vue2.js +194 -187
  127. package/components/dropdown/v4/DropdownV4.vue.d.ts +2 -0
  128. package/components/dropdown/v4/DropdownV4.vue.js +3 -3
  129. package/components/dropdown/v4/DropdownV4.vue2.js +89 -82
  130. package/components/dropdown/v4/OptionV4.vue.d.ts +5 -0
  131. package/components/dropdown/v4/OptionV4.vue.js +3 -3
  132. package/components/dropdown/v4/OptionV4.vue2.js +83 -70
  133. package/components/dropdown/v4/TreeDropdown.vue.d.ts +10 -0
  134. package/components/dropdown/v4/TreeDropdown.vue.js +2 -2
  135. package/components/dropdown/v4/TreeDropdown.vue2.js +155 -151
  136. package/components/dropdown/v4/index.d.ts +61 -2
  137. package/components/emptyState/v4/EmptyStateV4.vue.d.ts +5 -0
  138. package/components/emptyState/v4/EmptyStateV4.vue.js +2 -2
  139. package/components/emptyState/v4/EmptyStateV4.vue2.js +37 -34
  140. package/components/emptyState/v4/index.d.ts +20 -1
  141. package/components/includeExclude/IncludeExcludeChipFilter.vue.d.ts +1 -1
  142. package/components/includeExclude/IncludeExcludeOption.vue.d.ts +1 -1
  143. package/components/includeExclude/IncludeExcludeOptionDraggable.vue.d.ts +1 -1
  144. package/components/includeExclude/index.d.ts +70 -70
  145. package/components/input/v4/TextField.vue.d.ts +12 -0
  146. package/components/input/v4/TextField.vue.js +3 -3
  147. package/components/input/v4/TextField.vue2.js +129 -105
  148. package/components/input/v4/index.d.ts +46 -2
  149. package/components/link/Link.vue.d.ts +25 -0
  150. package/components/link/Link.vue.js +3 -3
  151. package/components/link/Link.vue2.js +40 -18
  152. package/components/link/index.d.ts +96 -1
  153. package/components/radioButton/v3/RadioButton.vue.d.ts +5 -0
  154. package/components/radioButton/v3/RadioButton.vue.js +3 -3
  155. package/components/radioButton/v3/RadioButton.vue2.js +42 -39
  156. package/components/radioButton/v3/index.d.ts +20 -1
  157. package/components/sortableList/LoaderBars.vue.d.ts +34 -0
  158. package/components/sortableList/LoaderBars.vue.js +7 -0
  159. package/components/sortableList/LoaderBars.vue2.js +25 -0
  160. package/components/sortableList/SortableItem.vue.d.ts +17 -2
  161. package/components/sortableList/SortableItem.vue.js +5 -5
  162. package/components/sortableList/SortableItem.vue2.js +86 -70
  163. package/components/sortableList/SortableItemLabel.vue.js +3 -3
  164. package/components/sortableList/SortableItemLabel.vue2.js +26 -23
  165. package/components/sortableList/SortableList.types.d.ts +1 -0
  166. package/components/sortableList/SortableList.vue.d.ts +12 -2
  167. package/components/sortableList/SortableList.vue.js +5 -5
  168. package/components/sortableList/SortableList.vue2.js +111 -113
  169. package/components/sortableList/SortableSelectableList.vue.d.ts +107 -0
  170. package/components/sortableList/SortableSelectableList.vue.js +7 -0
  171. package/components/sortableList/SortableSelectableList.vue2.js +128 -0
  172. package/components/sortableList/composables/useDraggableHelpers.d.ts +5 -0
  173. package/components/sortableList/composables/useDraggableHelpers.js +20 -0
  174. package/components/sortableList/composables/useHoverEffect.js +1 -1
  175. package/components/sortableList/consts.d.ts +2 -0
  176. package/components/sortableList/consts.js +4 -2
  177. package/components/sortableList/index.d.ts +77 -39
  178. package/components/table/common/consts.d.ts +2 -0
  179. package/components/table/common/consts.js +6 -4
  180. package/components/table/v4/DataGrid.vue.d.ts +8 -7
  181. package/components/table/v4/DataGrid.vue.js +3 -3
  182. package/components/table/v4/DataGrid.vue2.js +375 -355
  183. package/components/table/v4/DataGridContainer.vue.d.ts +10 -0
  184. package/components/table/v4/DataGridContainer.vue.js +7 -0
  185. package/components/table/v4/DataGridContainer.vue2.js +19 -0
  186. package/components/table/v4/DataGridHeader.vue.d.ts +85 -0
  187. package/components/table/v4/DataGridHeader.vue.js +7 -0
  188. package/components/table/v4/DataGridHeader.vue2.js +84 -0
  189. package/components/table/v4/DataGridRowsCounter.vue.js +3 -3
  190. package/components/table/v4/DataGridRowsCounter.vue2.js +12 -12
  191. package/components/table/v4/MultipleDataGrid.vue.d.ts +8 -7
  192. package/components/table/v4/MultipleDataGrid.vue.js +2 -2
  193. package/components/table/v4/MultipleDataGrid.vue2.js +91 -90
  194. package/components/table/v4/index.d.ts +577 -329
  195. package/components/table/v4/index.js +7 -4
  196. package/components/table/v4/storyUtils.d.ts +25 -0
  197. package/components/tagsField/TagsField.types.d.ts +4 -0
  198. package/components/tagsField/TagsField.vue.d.ts +65 -0
  199. package/components/tagsField/TagsField.vue.js +7 -0
  200. package/components/tagsField/TagsField.vue2.js +90 -0
  201. package/components/tagsField/TagsFieldChip.vue.d.ts +45 -0
  202. package/components/tagsField/TagsFieldChip.vue.js +7 -0
  203. package/components/tagsField/TagsFieldChip.vue2.js +81 -0
  204. package/components/tagsField/consts.d.ts +1 -0
  205. package/components/tagsField/consts.js +4 -0
  206. package/components/tagsField/index.d.ts +75 -0
  207. package/components/tagsField/index.js +6 -0
  208. package/components/tooltip/v4/TooltipV4.vue.d.ts +5 -0
  209. package/components/tooltip/v4/TooltipV4.vue.js +2 -2
  210. package/components/tooltip/v4/TooltipV4.vue2.js +18 -17
  211. package/components/tooltip/v4/index.d.ts +20 -1
  212. package/index.d.ts +2412 -1556
  213. package/index.js +118 -106
  214. package/package.json +14 -1
  215. package/testids/index.d.ts +43 -1
  216. package/testids/index.js +38 -31
  217. package/utils/date.js +3 -3
  218. package/utils/formatNumbers.d.ts +1 -1
  219. package/utils/formatNumbers.js +38 -21
  220. package/utils/object.d.ts +2 -0
  221. package/utils/object.js +9 -5
  222. package/utils/search.js +1 -1
  223. package/Chart.vue_vue_type_style_index_0_scoped_e8f25a03_lang.css +0 -1
  224. package/ChartHeader.vue_vue_type_style_index_0_scoped_af520313_lang.css +0 -1
  225. package/ChartHeaderTrend.vue_vue_type_style_index_0_scoped_db8a902c_lang.css +0 -1
  226. package/ChartLegend.vue_vue_type_style_index_0_scoped_6103d8bd_lang.css +0 -1
  227. package/ChartPlane.vue_vue_type_style_index_0_scoped_4f67d41d_lang.css +0 -1
  228. package/ChartTooltip.vue_vue_type_style_index_0_scoped_3315b68f_lang.css +0 -1
  229. package/ConditionalDropdown.vue_vue_type_style_index_0_scoped_f5204c04_lang.css +0 -1
  230. package/DataGrid.vue_vue_type_style_index_0_scoped_8e8df067_lang.css +0 -1
  231. package/DataGridRowsCounter.vue_vue_type_style_index_0_scoped_ef699ec5_lang.css +0 -1
  232. package/DialogV4.vue_vue_type_style_index_0_scoped_eb226e31_lang.css +0 -1
  233. package/DropdownV4.vue_vue_type_style_index_0_scoped_55dd36a7_lang.css +0 -1
  234. package/EmptyStateV4.vue_vue_type_style_index_0_scoped_18728498_lang.css +0 -1
  235. package/Link.vue_vue_type_style_index_0_scoped_ad98fe7b_lang.css +0 -1
  236. package/MultipleDataGrid.vue_vue_type_style_index_0_scoped_020a9896_lang.css +0 -1
  237. package/OptionV4.vue_vue_type_style_index_0_scoped_0287cebf_lang.css +0 -1
  238. package/RadioButton.vue_vue_type_style_index_0_scoped_3c6b715c_lang.css +0 -1
  239. package/SortableItem.vue_vue_type_style_index_0_scoped_48542664_lang.css +0 -1
  240. package/SortableItemLabel.vue_vue_type_style_index_0_scoped_f2ced2f4_lang.css +0 -1
  241. package/SortableList.vue_vue_type_style_index_0_scoped_8f267f88_lang.css +0 -1
  242. package/TextField.vue_vue_type_style_index_0_scoped_fce3948c_lang.css +0 -1
  243. package/TooltipHeader.vue_vue_type_style_index_0_scoped_5160f12d_lang.css +0 -1
  244. package/TooltipV4.vue_vue_type_style_index_0_scoped_bcb40ed4_lang.css +0 -1
  245. package/TreeDropdown.vue_vue_type_style_index_0_scoped_4ba9e4bd_lang.css +0 -1
@@ -1,7 +1,7 @@
1
1
  import o from "./Link.vue2.js";
2
- /* empty css */import e from "../../_virtual/_plugin-vue_export-helper.js";
3
- // import "../../Link.vue_vue_type_style_index_0_scoped_ad98fe7b_lang.css"; //*');
4
- const p = /* @__PURE__ */ e(o, [["__scopeId", "data-v-ad98fe7b"]]);
2
+ /* empty css */import _ from "../../_virtual/_plugin-vue_export-helper.js";
3
+ // import "../../Link.vue_vue_type_style_index_0_scoped_1a766750_lang.css"; //*');
4
+ const p = /* @__PURE__ */ _(o, [["__scopeId", "data-v-1a766750"]]);
5
5
  export {
6
6
  p as default
7
7
  };
@@ -1,10 +1,10 @@
1
- import "../../Link.vue_vue_type_style_index_0_scoped_ad98fe7b_lang.css"; import { defineComponent as f, openBlock as i, createBlock as r, unref as t, mergeProps as l, withCtx as m, renderSlot as u, createCommentVNode as p } from "vue";
1
+ import "../../Link.vue_vue_type_style_index_0_scoped_1a766750_lang.css"; import { defineComponent as m, openBlock as n, createBlock as l, unref as t, mergeProps as c, withCtx as y, createCommentVNode as d, renderSlot as T } from "vue";
2
2
  import k from "../typography/v4/Typography.vue.js";
3
- import y from "../icon/v4/IconV4.vue.js";
3
+ import r from "../icon/v4/IconV4.vue.js";
4
4
  import "../icon/v4/IconFlag.vue.js";
5
- import { useTestIdAttrs as I } from "../../utils/testIds.js";
6
- import { LinkTestIdModifiers as a } from "../../testids/index.js";
7
- const w = /* @__PURE__ */ f({
5
+ import { useTestIdAttrs as p } from "../../utils/testIds.js";
6
+ import { LinkTestIdModifiers as o } from "../../testids/index.js";
7
+ const w = /* @__PURE__ */ m({
8
8
  __name: "Link",
9
9
  props: {
10
10
  href: { default: null },
@@ -13,29 +13,51 @@ const w = /* @__PURE__ */ f({
13
13
  variant: { default: "body1" },
14
14
  iconName: { default: null },
15
15
  iconType: { default: "regular" },
16
- testId: { default: "" }
16
+ iconPosition: { default: "end" },
17
+ testId: { default: "" },
18
+ isTruncated: { type: Boolean, default: !1 },
19
+ withTooltip: { type: Boolean, default: !1 },
20
+ tooltipText: { default: "" },
21
+ navigateToPage: { type: Function, default: null }
17
22
  },
18
23
  emits: ["click"],
19
- setup(e, { emit: d }) {
20
- const o = e, c = () => {
21
- o.disabled || (o.href && window.open(o.href), d("click"));
22
- }, n = I(o.testId, a);
23
- return (s, h) => (i(), r(t(k), l({
24
+ setup(e, { emit: u }) {
25
+ const i = e, s = () => {
26
+ if (!i.disabled) {
27
+ {
28
+ if (i.navigateToPage)
29
+ return i.navigateToPage();
30
+ i.href && window.open(i.href);
31
+ }
32
+ u("click");
33
+ }
34
+ }, a = p(i.testId, o);
35
+ return (f, h) => (n(), l(t(k), c({
24
36
  class: ["link", [`link--${e.color}`, { "link--disabled": e.disabled }]],
25
- variant: e.variant
26
- }, t(n)[t(a).WRAPPER], { onClick: c }), {
27
- default: m(() => [
28
- u(s.$slots, "default", {}, void 0, !0),
29
- e.iconName ? (i(), r(t(y), l({
37
+ variant: e.variant,
38
+ "is-truncated": e.isTruncated,
39
+ "with-tooltip": e.withTooltip,
40
+ "tooltip-text": e.tooltipText
41
+ }, t(a)[t(o).WRAPPER], { onClick: s }), {
42
+ default: y(() => [
43
+ e.iconName && e.iconPosition === "start" ? (n(), l(t(r), c({
30
44
  key: 0,
31
45
  name: e.iconName,
32
46
  type: e.iconType,
33
47
  size: "16px",
34
48
  class: "icon"
35
- }, t(n)[t(a).ICON]), null, 16, ["name", "type"])) : p("", !0)
49
+ }, t(a)[t(o).ICON]), null, 16, ["name", "type"])) : d("", !0),
50
+ T(f.$slots, "default", {}, void 0, !0),
51
+ e.iconName && e.iconPosition === "end" ? (n(), l(t(r), c({
52
+ key: 1,
53
+ name: e.iconName,
54
+ type: e.iconType,
55
+ size: "16px",
56
+ class: "icon"
57
+ }, t(a)[t(o).ICON]), null, 16, ["name", "type"])) : d("", !0)
36
58
  ]),
37
59
  _: 3
38
- }, 16, ["class", "variant"]));
60
+ }, 16, ["class", "variant", "is-truncated", "with-tooltip", "tooltip-text"]));
39
61
  }
40
62
  });
41
63
  export {
@@ -5,11 +5,16 @@ declare const LinkTypes: () => ({
5
5
  $props: Partial<{
6
6
  testId: string;
7
7
  variant: "button" | "body1" | "body2" | "subtitle1" | "subtitle2";
8
+ withTooltip: boolean;
9
+ tooltipText: string;
10
+ isTruncated: boolean;
8
11
  disabled: boolean;
9
12
  color: "default" | "primary";
10
13
  href: string;
11
14
  iconName: string;
12
15
  iconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
16
+ iconPosition: "end" | "start";
17
+ navigateToPage: () => void;
13
18
  }> & Omit<Readonly<import("vue").ExtractPropTypes<{
14
19
  testId: {
15
20
  type: import("vue").PropType<string>;
@@ -19,6 +24,18 @@ declare const LinkTypes: () => ({
19
24
  type: import("vue").PropType<"button" | "body1" | "body2" | "subtitle1" | "subtitle2">;
20
25
  default: string;
21
26
  };
27
+ withTooltip: {
28
+ type: import("vue").PropType<boolean>;
29
+ default: boolean;
30
+ };
31
+ tooltipText: {
32
+ type: import("vue").PropType<string>;
33
+ default: string;
34
+ };
35
+ isTruncated: {
36
+ type: import("vue").PropType<boolean>;
37
+ default: boolean;
38
+ };
22
39
  disabled: {
23
40
  type: import("vue").PropType<boolean>;
24
41
  default: boolean;
@@ -39,9 +56,17 @@ declare const LinkTypes: () => ({
39
56
  type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate">;
40
57
  default: string;
41
58
  };
59
+ iconPosition: {
60
+ type: import("vue").PropType<"end" | "start">;
61
+ default: string;
62
+ };
63
+ navigateToPage: {
64
+ type: import("vue").PropType<() => void>;
65
+ default: any;
66
+ };
42
67
  }>> & {
43
68
  onClick?: () => any;
44
- } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "testId" | "variant" | "disabled" | "color" | "href" | "iconName" | "iconType">;
69
+ } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "testId" | "variant" | "withTooltip" | "tooltipText" | "isTruncated" | "disabled" | "color" | "href" | "iconName" | "iconType" | "iconPosition" | "navigateToPage">;
45
70
  $attrs: {
46
71
  [x: string]: unknown;
47
72
  };
@@ -64,6 +89,18 @@ declare const LinkTypes: () => ({
64
89
  type: import("vue").PropType<"button" | "body1" | "body2" | "subtitle1" | "subtitle2">;
65
90
  default: string;
66
91
  };
92
+ withTooltip: {
93
+ type: import("vue").PropType<boolean>;
94
+ default: boolean;
95
+ };
96
+ tooltipText: {
97
+ type: import("vue").PropType<string>;
98
+ default: string;
99
+ };
100
+ isTruncated: {
101
+ type: import("vue").PropType<boolean>;
102
+ default: boolean;
103
+ };
67
104
  disabled: {
68
105
  type: import("vue").PropType<boolean>;
69
106
  default: boolean;
@@ -84,6 +121,14 @@ declare const LinkTypes: () => ({
84
121
  type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate">;
85
122
  default: string;
86
123
  };
124
+ iconPosition: {
125
+ type: import("vue").PropType<"end" | "start">;
126
+ default: string;
127
+ };
128
+ navigateToPage: {
129
+ type: import("vue").PropType<() => void>;
130
+ default: any;
131
+ };
87
132
  }>> & {
88
133
  onClick?: () => any;
89
134
  }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
@@ -91,11 +136,16 @@ declare const LinkTypes: () => ({
91
136
  }, string, {
92
137
  testId: string;
93
138
  variant: "button" | "body1" | "body2" | "subtitle1" | "subtitle2";
139
+ withTooltip: boolean;
140
+ tooltipText: string;
141
+ isTruncated: boolean;
94
142
  disabled: boolean;
95
143
  color: "default" | "primary";
96
144
  href: string;
97
145
  iconName: string;
98
146
  iconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
147
+ iconPosition: "end" | "start";
148
+ navigateToPage: () => void;
99
149
  }, {}, string> & {
100
150
  beforeCreate?: (() => void) | (() => void)[];
101
151
  created?: (() => void) | (() => void)[];
@@ -125,6 +175,18 @@ declare const LinkTypes: () => ({
125
175
  type: import("vue").PropType<"button" | "body1" | "body2" | "subtitle1" | "subtitle2">;
126
176
  default: string;
127
177
  };
178
+ withTooltip: {
179
+ type: import("vue").PropType<boolean>;
180
+ default: boolean;
181
+ };
182
+ tooltipText: {
183
+ type: import("vue").PropType<string>;
184
+ default: string;
185
+ };
186
+ isTruncated: {
187
+ type: import("vue").PropType<boolean>;
188
+ default: boolean;
189
+ };
128
190
  disabled: {
129
191
  type: import("vue").PropType<boolean>;
130
192
  default: boolean;
@@ -145,6 +207,14 @@ declare const LinkTypes: () => ({
145
207
  type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate">;
146
208
  default: string;
147
209
  };
210
+ iconPosition: {
211
+ type: import("vue").PropType<"end" | "start">;
212
+ default: string;
213
+ };
214
+ navigateToPage: {
215
+ type: import("vue").PropType<() => void>;
216
+ default: any;
217
+ };
148
218
  }>> & {
149
219
  onClick?: () => any;
150
220
  } & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {};
@@ -160,6 +230,18 @@ declare const LinkTypes: () => ({
160
230
  type: import("vue").PropType<"button" | "body1" | "body2" | "subtitle1" | "subtitle2">;
161
231
  default: string;
162
232
  };
233
+ withTooltip: {
234
+ type: import("vue").PropType<boolean>;
235
+ default: boolean;
236
+ };
237
+ tooltipText: {
238
+ type: import("vue").PropType<string>;
239
+ default: string;
240
+ };
241
+ isTruncated: {
242
+ type: import("vue").PropType<boolean>;
243
+ default: boolean;
244
+ };
163
245
  disabled: {
164
246
  type: import("vue").PropType<boolean>;
165
247
  default: boolean;
@@ -180,6 +262,14 @@ declare const LinkTypes: () => ({
180
262
  type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate">;
181
263
  default: string;
182
264
  };
265
+ iconPosition: {
266
+ type: import("vue").PropType<"end" | "start">;
267
+ default: string;
268
+ };
269
+ navigateToPage: {
270
+ type: import("vue").PropType<() => void>;
271
+ default: any;
272
+ };
183
273
  }>> & {
184
274
  onClick?: () => any;
185
275
  }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
@@ -187,11 +277,16 @@ declare const LinkTypes: () => ({
187
277
  }, string, {
188
278
  testId: string;
189
279
  variant: "button" | "body1" | "body2" | "subtitle1" | "subtitle2";
280
+ withTooltip: boolean;
281
+ tooltipText: string;
282
+ isTruncated: boolean;
190
283
  disabled: boolean;
191
284
  color: "default" | "primary";
192
285
  href: string;
193
286
  iconName: string;
194
287
  iconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
288
+ iconPosition: "end" | "start";
289
+ navigateToPage: () => void;
195
290
  }, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
196
291
  $slots: {
197
292
  default?(_: {}): any;
@@ -5,6 +5,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
5
5
  errorText?: string;
6
6
  modelValue?: string;
7
7
  testId?: string;
8
+ disabledButton?: boolean;
8
9
  }>, {
9
10
  label: string;
10
11
  name: string;
@@ -12,6 +13,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
12
13
  errorText: string;
13
14
  modelValue: any;
14
15
  testId: string;
16
+ disabledButton: boolean;
15
17
  }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
16
18
  "update:modelValue": (...args: any[]) => void;
17
19
  change: (...args: any[]) => void;
@@ -22,6 +24,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
22
24
  errorText?: string;
23
25
  modelValue?: string;
24
26
  testId?: string;
27
+ disabledButton?: boolean;
25
28
  }>, {
26
29
  label: string;
27
30
  name: string;
@@ -29,6 +32,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
29
32
  errorText: string;
30
33
  modelValue: any;
31
34
  testId: string;
35
+ disabledButton: boolean;
32
36
  }>>> & {
33
37
  onChange?: (...args: any[]) => any;
34
38
  "onUpdate:modelValue"?: (...args: any[]) => any;
@@ -39,6 +43,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
39
43
  modelValue: string;
40
44
  helperText: string;
41
45
  errorText: string;
46
+ disabledButton: boolean;
42
47
  }>, {
43
48
  default?(_: {}): any;
44
49
  }>;
@@ -1,7 +1,7 @@
1
1
  import o from "./RadioButton.vue2.js";
2
2
  /* empty css */import t from "../../../_virtual/_plugin-vue_export-helper.js";
3
- // import "../../../RadioButton.vue_vue_type_style_index_0_scoped_3c6b715c_lang.css"; //*');
4
- const s = /* @__PURE__ */ t(o, [["__scopeId", "data-v-3c6b715c"]]);
3
+ // import "../../../RadioButton.vue_vue_type_style_index_0_scoped_dac25b9f_lang.css"; //*');
4
+ const a = /* @__PURE__ */ t(o, [["__scopeId", "data-v-dac25b9f"]]);
5
5
  export {
6
- s as default
6
+ a as default
7
7
  };
@@ -1,9 +1,9 @@
1
- import "../../../RadioButton.vue_vue_type_style_index_0_scoped_3c6b715c_lang.css"; import { defineComponent as E, openBlock as n, createElementBlock as I, normalizeClass as b, unref as e, createElementVNode as r, withDirectives as y, mergeProps as i, isRef as C, vModelRadio as N, renderSlot as g, createVNode as w, withCtx as u, createTextVNode as m, toDisplayString as f, createBlock as v, createCommentVNode as R } from "vue";
2
- import c from "../../typography/Text.vue.js";
3
- import { useRadio as z } from "../common/useRadio.js";
4
- import { RadioTestIdModifiers as o } from "../../../testids/index.js";
5
- import { useTestIdAttrs as A } from "../../../utils/testIds.js";
6
- const D = { class: "wrapper" }, L = ["value", "name", "disabled"], O = /* @__PURE__ */ E({
1
+ import "../../../RadioButton.vue_vue_type_style_index_0_scoped_dac25b9f_lang.css"; import { defineComponent as E, computed as I, openBlock as u, createElementBlock as C, normalizeClass as T, unref as e, createElementVNode as o, withDirectives as N, mergeProps as i, isRef as g, vModelRadio as w, renderSlot as z, createVNode as A, withCtx as m, createTextVNode as f, toDisplayString as c, createBlock as v, createCommentVNode as R } from "vue";
2
+ import p from "../../typography/Text.vue.js";
3
+ import { useRadio as D } from "../common/useRadio.js";
4
+ import { RadioTestIdModifiers as r } from "../../../testids/index.js";
5
+ import { useTestIdAttrs as L } from "../../../utils/testIds.js";
6
+ const $ = { class: "wrapper" }, F = ["value", "name", "disabled"], U = /* @__PURE__ */ E({
7
7
  __name: "RadioButton",
8
8
  props: {
9
9
  label: { default: "" },
@@ -11,62 +11,65 @@ const D = { class: "wrapper" }, L = ["value", "name", "disabled"], O = /* @__PUR
11
11
  helperText: { default: "" },
12
12
  errorText: { default: "" },
13
13
  modelValue: { default: void 0 },
14
- testId: { default: "" }
14
+ testId: { default: "" },
15
+ disabledButton: { type: Boolean, default: !1 }
15
16
  },
16
17
  emits: ["update:modelValue", "change"],
17
- setup(t, { emit: V }) {
18
- const p = t, { radioRef: h, focus: x, disabled: T, modelValue: a, radioGroup: k } = z(
19
- p,
20
- V
21
- ), d = A(p.testId, o);
22
- return (B, l) => (n(), I("label", {
23
- class: b(["radio-button", { "radio-button--disabled": e(T) }])
18
+ setup(t, { emit: B }) {
19
+ const d = t, { radioRef: V, focus: x, disabled: h, modelValue: a, radioGroup: k } = D(
20
+ d,
21
+ B
22
+ ), s = L(d.testId, r), b = I(
23
+ () => h.value || d.disabledButton
24
+ );
25
+ return (y, l) => (u(), C("label", {
26
+ class: T(["radio-button", { "radio-button--disabled": e(b) }])
24
27
  }, [
25
- r("span", D, [
26
- y(r("input", i({
28
+ o("span", $, [
29
+ N(o("input", i({
27
30
  ref_key: "radioRef",
28
- ref: h,
29
- "onUpdate:modelValue": l[0] || (l[0] = (s) => C(a) ? a.value = s : null),
31
+ ref: V,
32
+ "onUpdate:modelValue": l[0] || (l[0] = (n) => g(a) ? a.value = n : null),
30
33
  value: t.label,
31
34
  name: t.name || e(k)?.name,
32
35
  type: "radio",
33
- disabled: e(T)
34
- }, e(d)[e(o).FIELD], {
35
- onFocus: l[1] || (l[1] = (s) => x.value = !0),
36
- onBlur: l[2] || (l[2] = (s) => x.value = !1)
37
- }), null, 16, L), [
38
- [N, e(a)]
36
+ disabled: e(b)
37
+ }, e(s)[e(r).FIELD], {
38
+ onFocus: l[1] || (l[1] = (n) => x.value = !0),
39
+ onBlur: l[2] || (l[2] = (n) => x.value = !1)
40
+ }), null, 16, F), [
41
+ [w, e(a)]
39
42
  ]),
40
- r("span", {
41
- class: b([{ "circle--selected": e(a) === t.label }, "circle"])
43
+ o("span", {
44
+ class: T([{ "circle--selected": e(a) === t.label }, "circle"])
42
45
  }, null, 2)
43
46
  ]),
44
- r("span", i({ class: "label" }, e(d)[e(o).LABEL]), [
45
- g(B.$slots, "default", {}, () => [
46
- w(c, { "is-truncated": "" }, {
47
- default: u(() => [
48
- m(f(t.label), 1)
47
+ o("span", i({ class: "label" }, e(s)[e(r).LABEL]), [
48
+ z(y.$slots, "default", {}, () => [
49
+ A(p, { "is-truncated": "" }, {
50
+ default: m(() => [
51
+ f(c(t.label), 1)
49
52
  ]),
50
53
  _: 1
51
54
  })
52
55
  ], !0),
53
- !t.errorText && t.helperText ? (n(), v(c, {
56
+ !t.errorText && t.helperText ? (u(), v(p, {
54
57
  key: 0,
55
58
  class: "helper-text--text helper-text",
56
59
  size: "caption"
57
60
  }, {
58
- default: u(() => [
59
- m(f(t.helperText), 1)
61
+ default: m(() => [
62
+ f(c(t.helperText), 1)
60
63
  ]),
61
64
  _: 1
62
65
  })) : R("", !0),
63
- t.errorText ? (n(), v(c, i({
66
+ t.errorText ? (u(), v(p, i({
64
67
  key: 1,
65
68
  size: "caption",
66
69
  class: "helper-text--error helper-text"
67
- }, e(d)[e(o).ERROR_TEXT]), {
68
- default: u(() => [
69
- m(f(t.errorText), 1)
70
+ }, e(s)[e(r).ERROR_TEXT]), {
71
+ default: m(() => [
72
+ f(c(t.errorText), 1)
70
73
  ]),
71
74
  _: 1
72
75
  }, 16)) : R("", !0)
@@ -75,5 +78,5 @@ const D = { class: "wrapper" }, L = ["value", "name", "disabled"], O = /* @__PUR
75
78
  }
76
79
  });
77
80
  export {
78
- O as default
81
+ U as default
79
82
  };
@@ -11,6 +11,7 @@ declare const RadioButtonTypes: () => (({
11
11
  modelValue: string;
12
12
  helperText: string;
13
13
  errorText: string;
14
+ disabledButton: boolean;
14
15
  }> & Omit<Readonly<import("vue").ExtractPropTypes<{
15
16
  name: {
16
17
  type: import("vue").PropType<string>;
@@ -37,10 +38,14 @@ declare const RadioButtonTypes: () => (({
37
38
  type: import("vue").PropType<string>;
38
39
  default: string;
39
40
  };
41
+ disabledButton: {
42
+ type: import("vue").PropType<boolean>;
43
+ default: boolean;
44
+ };
40
45
  }>> & {
41
46
  onChange?: (...args: any[]) => any;
42
47
  "onUpdate:modelValue"?: (...args: any[]) => any;
43
- } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "name" | "label" | "testId" | "modelValue" | "helperText" | "errorText">;
48
+ } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "name" | "label" | "testId" | "modelValue" | "helperText" | "errorText" | "disabledButton">;
44
49
  $attrs: {
45
50
  [x: string]: unknown;
46
51
  };
@@ -80,6 +85,10 @@ declare const RadioButtonTypes: () => (({
80
85
  type: import("vue").PropType<string>;
81
86
  default: string;
82
87
  };
88
+ disabledButton: {
89
+ type: import("vue").PropType<boolean>;
90
+ default: boolean;
91
+ };
83
92
  }>> & {
84
93
  onChange?: (...args: any[]) => any;
85
94
  "onUpdate:modelValue"?: (...args: any[]) => any;
@@ -93,6 +102,7 @@ declare const RadioButtonTypes: () => (({
93
102
  modelValue: string;
94
103
  helperText: string;
95
104
  errorText: string;
105
+ disabledButton: boolean;
96
106
  }, {}, string> & {
97
107
  beforeCreate?: (() => void) | (() => void)[];
98
108
  created?: (() => void) | (() => void)[];
@@ -139,6 +149,10 @@ declare const RadioButtonTypes: () => (({
139
149
  type: import("vue").PropType<string>;
140
150
  default: string;
141
151
  };
152
+ disabledButton: {
153
+ type: import("vue").PropType<boolean>;
154
+ default: boolean;
155
+ };
142
156
  }>> & {
143
157
  onChange?: (...args: any[]) => any;
144
158
  "onUpdate:modelValue"?: (...args: any[]) => any;
@@ -172,6 +186,10 @@ declare const RadioButtonTypes: () => (({
172
186
  type: import("vue").PropType<string>;
173
187
  default: string;
174
188
  };
189
+ disabledButton: {
190
+ type: import("vue").PropType<boolean>;
191
+ default: boolean;
192
+ };
175
193
  }>> & {
176
194
  onChange?: (...args: any[]) => any;
177
195
  "onUpdate:modelValue"?: (...args: any[]) => any;
@@ -185,6 +203,7 @@ declare const RadioButtonTypes: () => (({
185
203
  modelValue: string;
186
204
  helperText: string;
187
205
  errorText: string;
206
+ disabledButton: boolean;
188
207
  }, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
189
208
  $slots: {
190
209
  default?(_: {}): any;
@@ -0,0 +1,34 @@
1
+ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
2
+ loadingRowCount: number;
3
+ variant?: 'default' | 'compact';
4
+ }>, {
5
+ variant: string;
6
+ loadingRowCount: number;
7
+ }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
8
+ loadingRowCount: number;
9
+ variant?: 'default' | 'compact';
10
+ }>, {
11
+ variant: string;
12
+ loadingRowCount: number;
13
+ }>>>, {
14
+ variant: 'default' | 'compact';
15
+ loadingRowCount: number;
16
+ }>;
17
+ export default _default;
18
+ type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
19
+ type __VLS_TypePropsToRuntimeProps<T> = {
20
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
21
+ type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
22
+ } : {
23
+ type: import('vue').PropType<T[K]>;
24
+ required: true;
25
+ };
26
+ };
27
+ type __VLS_WithDefaults<P, D> = {
28
+ [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
29
+ default: D[K];
30
+ }> : P[K];
31
+ };
32
+ type __VLS_Prettify<T> = {
33
+ [K in keyof T]: T[K];
34
+ } & {};
@@ -0,0 +1,7 @@
1
+ import o from "./LoaderBars.vue2.js";
2
+ /* empty css */import e from "../../_virtual/_plugin-vue_export-helper.js";
3
+ // import "../../LoaderBars.vue_vue_type_style_index_0_scoped_d976ec65_lang.css"; //*');
4
+ const t = /* @__PURE__ */ e(o, [["__scopeId", "data-v-d976ec65"]]);
5
+ export {
6
+ t as default
7
+ };
@@ -0,0 +1,25 @@
1
+ import "../../LoaderBars.vue_vue_type_style_index_0_scoped_d976ec65_lang.css"; import { defineComponent as s, computed as d, openBlock as e, createElementBlock as a, normalizeClass as n, unref as o, Fragment as u, renderList as m, createVNode as i } from "vue";
2
+ import p from "../skeleton/v4/SkeletonV4.vue.js";
3
+ const v = /* @__PURE__ */ s({
4
+ __name: "LoaderBars",
5
+ props: {
6
+ loadingRowCount: { default: 3 },
7
+ variant: { default: "default" }
8
+ },
9
+ setup(r) {
10
+ const l = r, t = d(() => l.variant === "compact");
11
+ return (f, C) => (e(), a("div", {
12
+ class: n(["loader-bars", { "loader-bars--compact": o(t) }])
13
+ }, [
14
+ (e(!0), a(u, null, m(r.loadingRowCount, (c) => (e(), a("div", { key: c }, [
15
+ i(o(p), {
16
+ round: "",
17
+ class: n(["loader-bar", { "loader-bar--compact": o(t) }])
18
+ }, null, 8, ["class"])
19
+ ]))), 128))
20
+ ], 2));
21
+ }
22
+ });
23
+ export {
24
+ v as default
25
+ };