@ironsource/shared-ui 2.2.0-rc.4 → 2.2.0-rc.41

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 (196) hide show
  1. package/Alert.vue_vue_type_style_index_0_scoped_5e66710b_lang.css +1 -0
  2. package/AppDropdownTrigger.vue_vue_type_style_index_0_scoped_f86477a9_lang.css +1 -0
  3. package/AppHeader.vue_vue_type_style_index_0_scoped_18bc6c0d_lang.css +1 -0
  4. package/ButtonV4.vue_vue_type_style_index_0_scoped_a59af1ad_lang.css +1 -0
  5. package/CalendarMonth.vue_vue_type_style_index_0_scoped_a44769fd_lang.css +1 -0
  6. package/CalendarMonthV4.vue_vue_type_style_index_0_scoped_6eae923a_lang.css +1 -0
  7. package/Chart.vue_vue_type_style_index_0_scoped_a4d7b67a_lang.css +1 -0
  8. package/ChartHeader.vue_vue_type_style_index_0_scoped_3a061c08_lang.css +1 -0
  9. package/CheckboxV4.vue_vue_type_style_index_0_scoped_88525d86_lang.css +1 -0
  10. package/ChipV4.vue_vue_type_style_index_0_scoped_a221c649_lang.css +1 -0
  11. package/ColumnPicker.vue_vue_type_style_index_0_scoped_d59af062_lang.css +1 -0
  12. package/DataGrid.vue_vue_type_style_index_0_scoped_0967498f_lang.css +1 -0
  13. package/DateRange.vue_vue_type_style_index_0_scoped_25d03907_lang.css +1 -0
  14. package/DateRangeV4.vue_vue_type_style_index_0_scoped_f8826716_lang.css +1 -0
  15. package/DefaultDropdownTrigger.vue_vue_type_style_index_0_scoped_a6900fa6_lang.css +1 -0
  16. package/DialogV4.vue_vue_type_style_index_0_scoped_a6710278_lang.css +1 -0
  17. package/DropdownV4.vue_vue_type_style_index_0_scoped_526bf0a1_lang.css +1 -0
  18. package/FormCard.vue_vue_type_style_index_0_scoped_98458a8f_lang.css +1 -0
  19. package/GroupOption.vue_vue_type_style_index_0_scoped_1e5170b3_lang.css +1 -0
  20. package/HelpText.vue_vue_type_style_index_0_scoped_641c2356_lang.css +1 -0
  21. package/IconV4.vue_vue_type_style_index_0_scoped_6683c5b5_lang.css +1 -0
  22. package/Link.vue_vue_type_style_index_0_scoped_fe0e7f6f_lang.css +1 -0
  23. package/MultiBar.vue_vue_type_style_index_0_scoped_c4395fb6_lang.css +1 -0
  24. package/OptionV4.vue_vue_type_style_index_0_scoped_771e1980_lang.css +1 -0
  25. package/PopoverV4.vue_vue_type_style_index_0_scoped_9ae00876_lang.css +1 -0
  26. package/RadioButtonV4.vue_vue_type_style_index_0_scoped_4f3c7037_lang.css +1 -0
  27. package/SectionDropdown.vue_vue_type_style_index_0_scoped_65877e48_lang.css +1 -0
  28. package/SwitchV4.vue_vue_type_style_index_0_scoped_b71a806e_lang.css +1 -0
  29. package/Tag.vue_vue_type_style_index_0_scoped_3a5abbc4_lang.css +1 -0
  30. package/TextAreaV4.vue_vue_type_style_index_0_scoped_0feea75e_lang.css +1 -0
  31. package/TextField.vue_vue_type_style_index_0_scoped_28fab783_lang.css +1 -0
  32. package/ThemeWrapper.vue_vue_type_style_index_1_lang.css +1 -1
  33. package/ToggleButtonGroupAB.vue_vue_type_style_index_0_scoped_0fc9ddf5_lang.css +1 -0
  34. package/TooltipV4.vue_vue_type_style_index_0_scoped_a8aebfee_lang.css +1 -0
  35. package/TooltipV4.vue_vue_type_style_index_1_lang.css +1 -1
  36. package/components/alert/Alert.vue.d.ts +3 -8
  37. package/components/alert/Alert.vue.js +2 -2
  38. package/components/alert/Alert.vue2.js +48 -46
  39. package/components/alert/index.d.ts +8 -27
  40. package/components/appHeader/AppHeader.vue.js +2 -2
  41. package/components/appHeader/AppHeader.vue2.js +44 -45
  42. package/components/button/v4/ButtonV4.vue.js +4 -4
  43. package/components/button/v4/ButtonV4.vue2.js +1 -1
  44. package/components/button/v4/ToggleButtonGroupAB.vue.js +2 -2
  45. package/components/button/v4/ToggleButtonGroupAB.vue2.js +1 -1
  46. package/components/chart/Chart.vue.d.ts +5 -0
  47. package/components/chart/Chart.vue.js +3 -3
  48. package/components/chart/Chart.vue2.js +17 -15
  49. package/components/chart/ChartHeader.vue.js +2 -2
  50. package/components/chart/ChartHeader.vue2.js +2 -2
  51. package/components/chart/composables/useChartHeight.d.ts +1 -1
  52. package/components/chart/composables/useChartHeight.js +16 -15
  53. package/components/chart/index.d.ts +20 -1
  54. package/components/chart/types.d.ts +1 -0
  55. package/components/checkbox/v4/CheckboxV4.vue.js +3 -3
  56. package/components/checkbox/v4/CheckboxV4.vue2.js +60 -79
  57. package/components/checkbox/v4/icons/CheckedState.vue.js +11 -11
  58. package/components/checkbox/v4/icons/IndeterminateState.vue.js +7 -7
  59. package/components/checkbox/v4/icons/UncheckedState.vue.d.ts +28 -1
  60. package/components/checkbox/v4/icons/UncheckedState.vue.js +23 -21
  61. package/components/checkbox/v4/icons/UncheckedState.vue2.js +4 -0
  62. package/components/chip/v4/ChipV4.vue.js +3 -3
  63. package/components/chip/v4/ChipV4.vue2.js +1 -1
  64. package/components/columnConfigurator/SectionDropdown.vue.js +3 -3
  65. package/components/columnConfigurator/SectionDropdown.vue2.js +6 -7
  66. package/components/columnPicker/ColumnPicker.vue.d.ts +2 -0
  67. package/components/columnPicker/ColumnPicker.vue.js +3 -3
  68. package/components/columnPicker/ColumnPicker.vue2.js +173 -153
  69. package/components/columnPicker/index.d.ts +7 -1
  70. package/components/dateRange/common/CalendarMonth.common.js +46 -41
  71. package/components/dateRange/common/DateRange.common.d.ts +1 -0
  72. package/components/dateRange/common/DateRange.common.js +39 -38
  73. package/components/dateRange/common/consts.common.d.ts +5 -0
  74. package/components/dateRange/common/consts.common.js +9 -0
  75. package/components/dateRange/v3/CalendarMonth.vue.d.ts +5 -0
  76. package/components/dateRange/v3/CalendarMonth.vue.js +3 -3
  77. package/components/dateRange/v3/CalendarMonth.vue2.js +6 -5
  78. package/components/dateRange/v3/DateRange.vue.d.ts +8 -3
  79. package/components/dateRange/v3/DateRange.vue.js +2 -2
  80. package/components/dateRange/v3/DateRange.vue2.js +2 -1
  81. package/components/dateRange/v3/DateRangePicker.vue.d.ts +3 -3
  82. package/components/dateRange/v3/index.d.ts +27 -8
  83. package/components/dateRange/v4/CalendarMonthV4.vue.d.ts +5 -0
  84. package/components/dateRange/v4/CalendarMonthV4.vue.js +4 -4
  85. package/components/dateRange/v4/CalendarMonthV4.vue2.js +12 -11
  86. package/components/dateRange/v4/DateRangePickerV4.vue.d.ts +3 -3
  87. package/components/dateRange/v4/DateRangeV4.vue.d.ts +8 -3
  88. package/components/dateRange/v4/DateRangeV4.vue.js +3 -3
  89. package/components/dateRange/v4/DateRangeV4.vue2.js +104 -101
  90. package/components/dateRange/v4/index.d.ts +27 -8
  91. package/components/dialog/v4/DialogV4.vue.js +4 -4
  92. package/components/dialog/v4/DialogV4.vue2.js +1 -1
  93. package/components/dropdown/v4/AppDropdownTrigger.vue.js +3 -3
  94. package/components/dropdown/v4/AppDropdownTrigger.vue2.js +1 -1
  95. package/components/dropdown/v4/ButtonDropdownTrigger.vue.d.ts +1 -1
  96. package/components/dropdown/v4/DefaultDropdownTrigger.vue.js +3 -3
  97. package/components/dropdown/v4/DefaultDropdownTrigger.vue2.js +1 -1
  98. package/components/dropdown/v4/DropdownV4.vue.js +3 -3
  99. package/components/dropdown/v4/DropdownV4.vue2.js +2 -2
  100. package/components/dropdown/v4/GroupOption.vue.js +3 -3
  101. package/components/dropdown/v4/GroupOption.vue2.js +1 -1
  102. package/components/dropdown/v4/OptionV4.vue.js +3 -3
  103. package/components/dropdown/v4/OptionV4.vue2.js +13 -12
  104. package/components/forms/FormCard.vue.js +3 -3
  105. package/components/forms/FormCard.vue2.js +5 -5
  106. package/components/helpText/HelpText.vue.d.ts +68 -0
  107. package/components/helpText/HelpText.vue.js +7 -0
  108. package/components/helpText/HelpText.vue2.js +45 -0
  109. package/components/helpText/index.d.ts +190 -0
  110. package/components/helpText/index.js +6 -0
  111. package/components/icon/v4/IconV4.vue.d.ts +5 -0
  112. package/components/icon/v4/IconV4.vue.js +2 -2
  113. package/components/icon/v4/IconV4.vue2.js +27 -26
  114. package/components/icon/v4/index.d.ts +20 -1
  115. package/components/input/v4/TextField.vue.js +2 -2
  116. package/components/input/v4/TextField.vue2.js +1 -1
  117. package/components/link/Link.vue.d.ts +3 -3
  118. package/components/link/Link.vue.js +5 -5
  119. package/components/link/Link.vue2.js +1 -1
  120. package/components/link/index.d.ts +7 -7
  121. package/components/multibar/MultiBar.vue.js +3 -3
  122. package/components/multibar/MultiBar.vue2.js +1 -1
  123. package/components/popover/v4/PopoverV4.vue.d.ts +14 -0
  124. package/components/popover/v4/PopoverV4.vue.js +2 -2
  125. package/components/popover/v4/PopoverV4.vue2.js +11 -9
  126. package/components/popover/v4/index.d.ts +41 -1
  127. package/components/radioButton/v4/RadioButtonV4.vue.js +3 -3
  128. package/components/radioButton/v4/RadioButtonV4.vue2.js +1 -1
  129. package/components/switch/v4/SwitchV4.vue.d.ts +5 -0
  130. package/components/switch/v4/SwitchV4.vue.js +4 -4
  131. package/components/switch/v4/SwitchV4.vue2.js +14 -13
  132. package/components/switch/v4/index.d.ts +9 -0
  133. package/components/table/v4/DataGrid.vue.d.ts +2 -0
  134. package/components/table/v4/DataGrid.vue.js +4 -4
  135. package/components/table/v4/DataGrid.vue2.js +82 -80
  136. package/components/table/v4/index.d.ts +7 -1
  137. package/components/tag/Tag.vue.d.ts +126 -0
  138. package/components/tag/Tag.vue.js +7 -0
  139. package/components/tag/Tag.vue2.js +249 -0
  140. package/components/tag/index.d.ts +183 -0
  141. package/components/tag/index.js +6 -0
  142. package/components/tagsField/index.d.ts +42 -3
  143. package/components/tagsField/index.js +6 -4
  144. package/components/textArea/v4/TextAreaV4.vue.js +3 -3
  145. package/components/textArea/v4/TextAreaV4.vue2.js +1 -1
  146. package/components/tooltip/v4/TooltipV4.vue.d.ts +5 -0
  147. package/components/tooltip/v4/TooltipV4.vue.js +2 -2
  148. package/components/tooltip/v4/TooltipV4.vue2.js +76 -36
  149. package/components/tooltip/v4/index.d.ts +20 -1
  150. package/design-foundation.stories/colors/ColorsData.d.ts +52 -47
  151. package/index.d.ts +270 -44
  152. package/index.js +108 -98
  153. package/package.json +12 -3
  154. package/style/v4/colors.scss +89 -84
  155. package/style/v4/grid.css +1 -1
  156. package/style/v4/grid.css.map +1 -1
  157. package/testids/index.d.ts +4 -0
  158. package/testids/index.js +38 -37
  159. package/Alert.vue_vue_type_style_index_0_scoped_06e0871a_lang.css +0 -1
  160. package/AppDropdownTrigger.vue_vue_type_style_index_0_scoped_858cefbf_lang.css +0 -1
  161. package/AppHeader.vue_vue_type_style_index_0_scoped_538ccdc6_lang.css +0 -1
  162. package/ButtonV4.vue_vue_type_style_index_0_scoped_852be7ec_lang.css +0 -1
  163. package/CalendarMonth.vue_vue_type_style_index_0_scoped_acd3440c_lang.css +0 -1
  164. package/CalendarMonthV4.vue_vue_type_style_index_0_scoped_b0d3ea50_lang.css +0 -1
  165. package/Chart.vue_vue_type_style_index_0_scoped_22477735_lang.css +0 -1
  166. package/ChartHeader.vue_vue_type_style_index_0_scoped_9a603520_lang.css +0 -1
  167. package/CheckboxV4.vue_vue_type_style_index_0_scoped_af4ae3c3_lang.css +0 -1
  168. package/ChipV4.vue_vue_type_style_index_0_scoped_a4d3a12e_lang.css +0 -1
  169. package/ColumnPicker.vue_vue_type_style_index_0_scoped_ea8c7024_lang.css +0 -1
  170. package/DataGrid.vue_vue_type_style_index_0_scoped_cd41c5ca_lang.css +0 -1
  171. package/DateRange.vue_vue_type_style_index_0_scoped_70e316e9_lang.css +0 -1
  172. package/DateRangeV4.vue_vue_type_style_index_0_scoped_a849128a_lang.css +0 -1
  173. package/DefaultDropdownTrigger.vue_vue_type_style_index_0_scoped_3bc0f416_lang.css +0 -1
  174. package/DialogV4.vue_vue_type_style_index_0_scoped_cc99f1e3_lang.css +0 -1
  175. package/DropdownV4.vue_vue_type_style_index_0_scoped_445ebb01_lang.css +0 -1
  176. package/FormCard.vue_vue_type_style_index_0_scoped_86feae7b_lang.css +0 -1
  177. package/GroupOption.vue_vue_type_style_index_0_scoped_5f372a81_lang.css +0 -1
  178. package/IconV4.vue_vue_type_style_index_0_scoped_dc433d48_lang.css +0 -1
  179. package/Link.vue_vue_type_style_index_0_scoped_1a766750_lang.css +0 -1
  180. package/MultiBar.vue_vue_type_style_index_0_scoped_71617643_lang.css +0 -1
  181. package/OptionV4.vue_vue_type_style_index_0_scoped_752a357d_lang.css +0 -1
  182. package/PopoverV4.vue_vue_type_style_index_0_scoped_66694b4e_lang.css +0 -1
  183. package/RadioButtonV4.vue_vue_type_style_index_0_scoped_05c7bca2_lang.css +0 -1
  184. package/SectionDropdown.vue_vue_type_style_index_0_scoped_cfad60a8_lang.css +0 -1
  185. package/SwitchV4.vue_vue_type_style_index_0_scoped_cd6621a7_lang.css +0 -1
  186. package/TextAreaV4.vue_vue_type_style_index_0_scoped_4114ef89_lang.css +0 -1
  187. package/TextField.vue_vue_type_style_index_0_scoped_3b7a3661_lang.css +0 -1
  188. package/ToggleButtonGroupAB.vue_vue_type_style_index_0_scoped_2076b5ab_lang.css +0 -1
  189. package/TooltipV4.vue_vue_type_style_index_0_scoped_8a451e54_lang.css +0 -1
  190. package/components/checkbox/v4/icons/CheckedDisabledState.vue.d.ts +0 -29
  191. package/components/checkbox/v4/icons/CheckedDisabledState.vue.js +0 -45
  192. package/components/checkbox/v4/icons/CheckedDisabledState.vue2.js +0 -4
  193. package/components/checkbox/v4/icons/IndeterminateDisabledState.vue.d.ts +0 -2
  194. package/components/checkbox/v4/icons/IndeterminateDisabledState.vue.js +0 -40
  195. package/components/checkbox/v4/icons/UncheckedDisabledState.vue.d.ts +0 -2
  196. package/components/checkbox/v4/icons/UncheckedDisabledState.vue.js +0 -30
@@ -7,14 +7,13 @@ declare const AlertTypes: () => ({
7
7
  title: string;
8
8
  testId: string;
9
9
  variant: "outlined" | "standard";
10
- color: "danger" | "info" | "success" | "warning";
10
+ color: "default" | "danger" | "info" | "success" | "warning";
11
11
  description: string;
12
12
  dismissible: boolean;
13
13
  actionText: string;
14
14
  actionVariant: "contained" | "outlined";
15
15
  actionIconName: string;
16
16
  actionLoading: boolean;
17
- actionSize: "small" | "medium";
18
17
  rounded: boolean;
19
18
  hideIcon: boolean;
20
19
  }> & Omit<Readonly<import("vue").ExtractPropTypes<{
@@ -31,7 +30,7 @@ declare const AlertTypes: () => ({
31
30
  default: string;
32
31
  };
33
32
  color: {
34
- type: import("vue").PropType<"danger" | "info" | "success" | "warning">;
33
+ type: import("vue").PropType<"default" | "danger" | "info" | "success" | "warning">;
35
34
  default: string;
36
35
  };
37
36
  description: {
@@ -58,10 +57,6 @@ declare const AlertTypes: () => ({
58
57
  type: import("vue").PropType<boolean>;
59
58
  default: boolean;
60
59
  };
61
- actionSize: {
62
- type: import("vue").PropType<"small" | "medium">;
63
- default: string;
64
- };
65
60
  rounded: {
66
61
  type: import("vue").PropType<boolean>;
67
62
  default: boolean;
@@ -73,7 +68,7 @@ declare const AlertTypes: () => ({
73
68
  }>> & {
74
69
  onClose?: () => any;
75
70
  onActionButtonClick?: () => any;
76
- } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "title" | "testId" | "variant" | "color" | "description" | "dismissible" | "actionText" | "actionVariant" | "actionIconName" | "actionLoading" | "actionSize" | "rounded" | "hideIcon">;
71
+ } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "title" | "testId" | "variant" | "color" | "description" | "dismissible" | "actionText" | "actionVariant" | "actionIconName" | "actionLoading" | "rounded" | "hideIcon">;
77
72
  $attrs: {
78
73
  [x: string]: unknown;
79
74
  };
@@ -101,7 +96,7 @@ declare const AlertTypes: () => ({
101
96
  default: string;
102
97
  };
103
98
  color: {
104
- type: import("vue").PropType<"danger" | "info" | "success" | "warning">;
99
+ type: import("vue").PropType<"default" | "danger" | "info" | "success" | "warning">;
105
100
  default: string;
106
101
  };
107
102
  description: {
@@ -128,10 +123,6 @@ declare const AlertTypes: () => ({
128
123
  type: import("vue").PropType<boolean>;
129
124
  default: boolean;
130
125
  };
131
- actionSize: {
132
- type: import("vue").PropType<"small" | "medium">;
133
- default: string;
134
- };
135
126
  rounded: {
136
127
  type: import("vue").PropType<boolean>;
137
128
  default: boolean;
@@ -150,14 +141,13 @@ declare const AlertTypes: () => ({
150
141
  title: string;
151
142
  testId: string;
152
143
  variant: "outlined" | "standard";
153
- color: "danger" | "info" | "success" | "warning";
144
+ color: "default" | "danger" | "info" | "success" | "warning";
154
145
  description: string;
155
146
  dismissible: boolean;
156
147
  actionText: string;
157
148
  actionVariant: "contained" | "outlined";
158
149
  actionIconName: string;
159
150
  actionLoading: boolean;
160
- actionSize: "small" | "medium";
161
151
  rounded: boolean;
162
152
  hideIcon: boolean;
163
153
  }, {}, string> & {
@@ -194,7 +184,7 @@ declare const AlertTypes: () => ({
194
184
  default: string;
195
185
  };
196
186
  color: {
197
- type: import("vue").PropType<"danger" | "info" | "success" | "warning">;
187
+ type: import("vue").PropType<"default" | "danger" | "info" | "success" | "warning">;
198
188
  default: string;
199
189
  };
200
190
  description: {
@@ -221,10 +211,6 @@ declare const AlertTypes: () => ({
221
211
  type: import("vue").PropType<boolean>;
222
212
  default: boolean;
223
213
  };
224
- actionSize: {
225
- type: import("vue").PropType<"small" | "medium">;
226
- default: string;
227
- };
228
214
  rounded: {
229
215
  type: import("vue").PropType<boolean>;
230
216
  default: boolean;
@@ -254,7 +240,7 @@ declare const AlertTypes: () => ({
254
240
  default: string;
255
241
  };
256
242
  color: {
257
- type: import("vue").PropType<"danger" | "info" | "success" | "warning">;
243
+ type: import("vue").PropType<"default" | "danger" | "info" | "success" | "warning">;
258
244
  default: string;
259
245
  };
260
246
  description: {
@@ -281,10 +267,6 @@ declare const AlertTypes: () => ({
281
267
  type: import("vue").PropType<boolean>;
282
268
  default: boolean;
283
269
  };
284
- actionSize: {
285
- type: import("vue").PropType<"small" | "medium">;
286
- default: string;
287
- };
288
270
  rounded: {
289
271
  type: import("vue").PropType<boolean>;
290
272
  default: boolean;
@@ -303,14 +285,13 @@ declare const AlertTypes: () => ({
303
285
  title: string;
304
286
  testId: string;
305
287
  variant: "outlined" | "standard";
306
- color: "danger" | "info" | "success" | "warning";
288
+ color: "default" | "danger" | "info" | "success" | "warning";
307
289
  description: string;
308
290
  dismissible: boolean;
309
291
  actionText: string;
310
292
  actionVariant: "contained" | "outlined";
311
293
  actionIconName: string;
312
294
  actionLoading: boolean;
313
- actionSize: "small" | "medium";
314
295
  rounded: boolean;
315
296
  hideIcon: boolean;
316
297
  }, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
@@ -1,7 +1,7 @@
1
1
  import e from "./AppHeader.vue2.js";
2
2
  /* empty css */import o from "../../_virtual/_plugin-vue_export-helper.js";
3
- // import "../../AppHeader.vue_vue_type_style_index_0_scoped_538ccdc6_lang.css"; //*');
4
- const s = /* @__PURE__ */ o(e, [["__scopeId", "data-v-538ccdc6"]]);
3
+ // import "../../AppHeader.vue_vue_type_style_index_0_scoped_18bc6c0d_lang.css"; //*');
4
+ const s = /* @__PURE__ */ o(e, [["__scopeId", "data-v-18bc6c0d"]]);
5
5
  export {
6
6
  s as default
7
7
  };
@@ -1,11 +1,11 @@
1
- import "../../AppHeader.vue_vue_type_style_index_0_scoped_538ccdc6_lang.css"; import { defineComponent as h, computed as o, openBlock as m, createElementBlock as p, normalizeClass as C, createElementVNode as n, mergeProps as r, unref as e, createVNode as i, withCtx as b, createTextVNode as v, toDisplayString as z, createCommentVNode as A } from "vue";
2
- import c from "../icon/v4/IconV4.vue.js";
1
+ import "../../AppHeader.vue_vue_type_style_index_0_scoped_18bc6c0d_lang.css"; import { defineComponent as x, computed as s, openBlock as m, createElementBlock as c, normalizeClass as I, createElementVNode as o, mergeProps as r, unref as t, createVNode as i, withCtx as C, createTextVNode as v, toDisplayString as b, createCommentVNode as A } from "vue";
2
+ import p from "../icon/v4/IconV4.vue.js";
3
3
  import "../icon/v4/IconFlag.vue.js";
4
4
  import T from "../typography/v4/Typography.vue.js";
5
5
  import g from "../inlineCopy/InlineCopy.vue.js";
6
- import { useTestIdAttrs as N } from "../../utils/testIds.js";
7
- import { AppHeaderTestIdModifiers as l } from "../../testids/index.js";
8
- const w = { class: "image-container" }, k = ["src", "alt"], B = ["data-platform"], P = { class: "name-container" }, D = /* @__PURE__ */ h({
6
+ import { useTestIdAttrs as z } from "../../utils/testIds.js";
7
+ import { AppHeaderTestIdModifiers as n } from "../../testids/index.js";
8
+ const N = { class: "image-container" }, w = ["src", "alt"], k = ["data-platform"], B = { class: "name-container" }, O = /* @__PURE__ */ x({
9
9
  __name: "AppHeader",
10
10
  props: {
11
11
  image: { default: "" },
@@ -17,62 +17,61 @@ const w = { class: "image-container" }, k = ["src", "alt"], B = ["data-platform"
17
17
  showAbIcon: { type: Boolean, default: !1 }
18
18
  },
19
19
  emits: ["copyToClipboard"],
20
- setup(t, { emit: f }) {
21
- const a = t, y = o(
20
+ setup(e, { emit: y }) {
21
+ const a = e, f = s(
22
22
  () => a.platform ? a.platform.toLowerCase() : ""
23
- ), u = o(
24
- () => a.type === "normal" ? "24px" : "20px"
25
- ), x = o(
23
+ ), u = s(
26
24
  () => a.type === "small" ? "18px" : null
27
- ), I = o(
25
+ ), h = s(
28
26
  () => a.type === "normal" ? "h2" : "subtitle1"
29
- ), s = N(a.testId, l);
30
- return (S, d) => (m(), p("div", {
31
- class: C(["app-header", `size-${t.type}`])
27
+ ), l = z(a.testId, n);
28
+ return (P, d) => (m(), c("div", {
29
+ class: I(["app-header", `size-${e.type}`])
32
30
  }, [
33
- n("div", w, [
34
- n("img", {
35
- src: t.image,
36
- alt: t.name
37
- }, null, 8, k)
31
+ o("div", N, [
32
+ o("img", {
33
+ src: e.image,
34
+ alt: e.name
35
+ }, null, 8, w)
38
36
  ]),
39
- n("div", r({
40
- class: "icon-container",
41
- "data-platform": t.platform
42
- }, e(s)[e(l).APP_PLATFORM]), [
43
- i(e(c), {
37
+ o("div", r({
38
+ class: ["icon-container", `icon-container--${e.type}`],
39
+ "data-platform": e.platform
40
+ }, t(l)[t(n).APP_PLATFORM]), [
41
+ i(t(p), {
44
42
  type: "branded",
45
- name: e(y),
46
- size: e(u)
47
- }, null, 8, ["name", "size"])
48
- ], 16, B),
49
- n("div", P, [
50
- i(e(T), r({
51
- variant: e(I),
43
+ name: t(f),
44
+ size: "24px",
45
+ circled: e.type === "small"
46
+ }, null, 8, ["name", "circled"])
47
+ ], 16, k),
48
+ o("div", B, [
49
+ i(t(T), r({
50
+ variant: t(h),
52
51
  class: "title"
53
- }, e(s)[e(l).TITLE]), {
54
- default: b(() => [
55
- v(z(t.name), 1)
52
+ }, t(l)[t(n).TITLE]), {
53
+ default: C(() => [
54
+ v(b(e.name), 1)
56
55
  ]),
57
56
  _: 1
58
57
  }, 16, ["variant"]),
59
- i(e(g), {
60
- text: t.appKey,
58
+ i(t(g), {
59
+ text: e.appKey,
61
60
  size: "medium",
62
61
  class: "inline-copy",
63
- "hide-text-value": t.type === "small",
64
- "test-id": t.testId,
65
- "icon-size": e(x),
62
+ "hide-text-value": e.type === "small",
63
+ "test-id": e.testId,
64
+ "icon-size": t(u),
66
65
  "tooltip-header": "Copy app key",
67
- "tooltip-text": t.appKey,
68
- onCopy: d[0] || (d[0] = (V) => f("copyToClipboard"))
66
+ "tooltip-text": e.appKey,
67
+ onCopy: d[0] || (d[0] = (V) => y("copyToClipboard"))
69
68
  }, null, 8, ["text", "hide-text-value", "test-id", "icon-size", "tooltip-text"])
70
69
  ]),
71
- t.showAbIcon ? (m(), p("div", r({
70
+ e.showAbIcon ? (m(), c("div", r({
72
71
  key: 0,
73
72
  class: "ab-icon-wrapper"
74
- }, e(s)[e(l).AB_ICON]), [
75
- i(e(c), {
73
+ }, t(l)[t(n).AB_ICON]), [
74
+ i(t(p), {
76
75
  type: "ab-test",
77
76
  name: "ab",
78
77
  size: "28px"
@@ -82,5 +81,5 @@ const w = { class: "image-container" }, k = ["src", "alt"], B = ["data-platform"
82
81
  }
83
82
  });
84
83
  export {
85
- D as default
84
+ O as default
86
85
  };
@@ -1,7 +1,7 @@
1
1
  import o from "./ButtonV4.vue2.js";
2
- /* empty css */import e from "../../../_virtual/_plugin-vue_export-helper.js";
3
- // import "../../../ButtonV4.vue_vue_type_style_index_0_scoped_852be7ec_lang.css"; //*');
4
- const c = /* @__PURE__ */ e(o, [["__scopeId", "data-v-852be7ec"]]);
2
+ /* empty css */import t from "../../../_virtual/_plugin-vue_export-helper.js";
3
+ // import "../../../ButtonV4.vue_vue_type_style_index_0_scoped_a59af1ad_lang.css"; //*');
4
+ const s = /* @__PURE__ */ t(o, [["__scopeId", "data-v-a59af1ad"]]);
5
5
  export {
6
- c as default
6
+ s as default
7
7
  };
@@ -1,4 +1,4 @@
1
- import "../../../ButtonV4.vue_vue_type_style_index_0_scoped_852be7ec_lang.css"; import { defineComponent as N, computed as h, openBlock as n, createElementBlock as s, normalizeClass as c, createElementVNode as r, createBlock as f, unref as t, createCommentVNode as o, createVNode as u, withCtx as m, renderSlot as d, createTextVNode as z, toDisplayString as b } from "vue";
1
+ import "../../../ButtonV4.vue_vue_type_style_index_0_scoped_a59af1ad_lang.css"; import { defineComponent as N, computed as h, openBlock as n, createElementBlock as s, normalizeClass as c, createElementVNode as r, createBlock as f, unref as t, createCommentVNode as o, createVNode as u, withCtx as m, renderSlot as d, createTextVNode as z, toDisplayString as b } from "vue";
2
2
  import I from "../../typography/v4/Typography.vue.js";
3
3
  import y from "../../icon/v4/IconV4.vue.js";
4
4
  import "../../icon/v4/IconFlag.vue.js";
@@ -1,7 +1,7 @@
1
1
  import o from "./ToggleButtonGroupAB.vue2.js";
2
2
  /* empty css */import t from "../../../_virtual/_plugin-vue_export-helper.js";
3
- // import "../../../ToggleButtonGroupAB.vue_vue_type_style_index_0_scoped_2076b5ab_lang.css"; //*');
4
- const s = /* @__PURE__ */ t(o, [["__scopeId", "data-v-2076b5ab"]]);
3
+ // import "../../../ToggleButtonGroupAB.vue_vue_type_style_index_0_scoped_0fc9ddf5_lang.css"; //*');
4
+ const s = /* @__PURE__ */ t(o, [["__scopeId", "data-v-0fc9ddf5"]]);
5
5
  export {
6
6
  s as default
7
7
  };
@@ -1,4 +1,4 @@
1
- import "../../../ToggleButtonGroupAB.vue_vue_type_style_index_0_scoped_2076b5ab_lang.css"; import { defineComponent as b, ref as u, computed as A, openBlock as f, createElementBlock as C, createVNode as n, mergeProps as s, unref as e, withCtx as t, createTextVNode as B, createBlock as y, createElementVNode as N, renderSlot as w, createCommentVNode as O } from "vue";
1
+ import "../../../ToggleButtonGroupAB.vue_vue_type_style_index_0_scoped_0fc9ddf5_lang.css"; import { defineComponent as b, ref as u, computed as A, openBlock as f, createElementBlock as C, createVNode as n, mergeProps as s, unref as e, withCtx as t, createTextVNode as B, createBlock as y, createElementVNode as N, renderSlot as w, createCommentVNode as O } from "vue";
2
2
  import c from "./ButtonV4.vue.js";
3
3
  import { useVModel as R } from "@vueuse/core";
4
4
  import x from "../../icon/v4/IconV4.vue.js";
@@ -53,6 +53,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
53
53
  withSettingsHeader?: boolean;
54
54
  extraCharts?: Record<string, unknown>[];
55
55
  colorVariant?: ColorVariant;
56
+ height?: string;
56
57
  }>, {
57
58
  chartType: ChartType;
58
59
  dataSets: () => any[];
@@ -99,6 +100,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
99
100
  withSettingsHeader: boolean;
100
101
  extraCharts: () => any[];
101
102
  colorVariant: string;
103
+ height: any;
102
104
  }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
103
105
  "update:chartType": (chartType: ChartType) => void;
104
106
  "update:visibleIds": (visibleIds: unknown[]) => void;
@@ -156,6 +158,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
156
158
  withSettingsHeader?: boolean;
157
159
  extraCharts?: Record<string, unknown>[];
158
160
  colorVariant?: ColorVariant;
161
+ height?: string;
159
162
  }>, {
160
163
  chartType: ChartType;
161
164
  dataSets: () => any[];
@@ -202,6 +205,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
202
205
  withSettingsHeader: boolean;
203
206
  extraCharts: () => any[];
204
207
  colorVariant: string;
208
+ height: any;
205
209
  }>>> & {
206
210
  "onUpdate:visibleIds"?: (visibleIds: unknown[]) => any;
207
211
  "onUpdate:sortSelected"?: (sortOption: unknown) => any;
@@ -209,6 +213,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
209
213
  }, {
210
214
  header: string;
211
215
  testId: string;
216
+ height: string;
212
217
  loading: boolean;
213
218
  visibleIds: unknown[];
214
219
  minVisible: number;
@@ -1,7 +1,7 @@
1
1
  import o from "./Chart.vue2.js";
2
2
  /* empty css */import _ from "../../_virtual/_plugin-vue_export-helper.js";
3
- // import "../../Chart.vue_vue_type_style_index_0_scoped_22477735_lang.css"; //*');
4
- const p = /* @__PURE__ */ _(o, [["__scopeId", "data-v-22477735"]]);
3
+ // import "../../Chart.vue_vue_type_style_index_0_scoped_a4d7b67a_lang.css"; //*');
4
+ const s = /* @__PURE__ */ _(o, [["__scopeId", "data-v-a4d7b67a"]]);
5
5
  export {
6
- p as default
6
+ s as default
7
7
  };
@@ -1,4 +1,4 @@
1
- import "../../Chart.vue_vue_type_style_index_0_scoped_22477735_lang.css"; import { defineComponent as P, ref as U, computed as d, openBlock as n, createElementBlock as b, Fragment as S, createBlock as D, unref as l, isRef as y, withCtx as s, renderSlot as u, createCommentVNode as A, createElementVNode as L, mergeProps as g, normalizeClass as $, createVNode as k, createSlots as M, renderList as R } from "vue";
1
+ import "../../Chart.vue_vue_type_style_index_0_scoped_a4d7b67a_lang.css"; import { defineComponent as P, ref as U, computed as d, openBlock as n, createElementBlock as g, Fragment as S, createBlock as D, unref as l, isRef as b, withCtx as s, renderSlot as u, createCommentVNode as A, createElementVNode as L, mergeProps as y, normalizeClass as $, createVNode as k, createSlots as M, renderList as R } from "vue";
2
2
  import { useVModel as B } from "@vueuse/core";
3
3
  import K from "./ChartLegend.vue.js";
4
4
  import X from "./SettingsHeader.vue.js";
@@ -60,7 +60,8 @@ const at = {
60
60
  fullHeightBottomSpacing: { default: 50 },
61
61
  withSettingsHeader: { type: Boolean, default: !0 },
62
62
  extraCharts: { default: () => [] },
63
- colorVariant: { default: "default" }
63
+ colorVariant: { default: "default" },
64
+ height: { default: void 0 }
64
65
  },
65
66
  emits: ["update:chartType", "update:visibleIds", "update:sortSelected"],
66
67
  setup(e, { emit: c }) {
@@ -106,23 +107,24 @@ const at = {
106
107
  dataSets: E,
107
108
  visibleIds: I,
108
109
  variant: t.colorVariant
109
- }), w = d(() => t.dataSets.map((a) => ({
110
+ }), H = d(() => t.dataSets.map((a) => ({
110
111
  id: a.id,
111
112
  label: a.label,
112
113
  caption: a.caption || null,
113
114
  color: m.value[a.id] || null,
114
115
  icon: a.icon || null,
115
116
  iconType: a.iconType || "branded"
116
- }))), { containerProps: H, eachPlaneHeight: N } = Z({
117
+ }))), { containerProps: w, eachPlaneHeight: N } = Z({
117
118
  chartPlanesCount: C,
118
119
  useFullHeight: t.fullHeight,
119
- bottomSpacing: t.fullHeightBottomSpacing
120
+ bottomSpacing: t.fullHeightBottomSpacing,
121
+ customHeight: t.height
120
122
  }), O = et(t.testId, p);
121
- return (a, i) => (n(), b(S, null, [
123
+ return (a, i) => (n(), g(S, null, [
122
124
  e.withSettingsHeader ? (n(), D(X, {
123
125
  key: 0,
124
126
  "chart-type": l(r),
125
- "onUpdate:chart-type": i[0] || (i[0] = (o) => y(r) ? r.value = o : null),
127
+ "onUpdate:chart-type": i[0] || (i[0] = (o) => b(r) ? r.value = o : null),
126
128
  "hide-legend": e.hideLegend,
127
129
  "test-id": e.testId
128
130
  }, {
@@ -137,16 +139,16 @@ const at = {
137
139
  ]),
138
140
  _: 3
139
141
  }, 8, ["chart-type", "hide-legend", "test-id"])) : A("", !0),
140
- L("div", g({ class: "chart-container" }, {
141
- ...l(H),
142
+ L("div", y({ class: "chart-container" }, {
143
+ ...l(w),
142
144
  ...l(O)[l(p).CONTAINER]
143
145
  }), [
144
146
  L("section", {
145
147
  class: $(["chart-planes", [{ "with-legend": !e.hideLegend }]])
146
148
  }, [
147
- k(V, g({
149
+ k(V, y({
148
150
  "chart-type": l(r),
149
- "onUpdate:chart-type": i[1] || (i[1] = (o) => y(r) ? r.value = o : null)
151
+ "onUpdate:chart-type": i[1] || (i[1] = (o) => b(r) ? r.value = o : null)
150
152
  }, l(v)), M({ _: 2 }, [
151
153
  a.$slots["subheader-tooltip"] ? {
152
154
  name: "subheader-tooltip",
@@ -156,7 +158,7 @@ const at = {
156
158
  key: "0"
157
159
  } : void 0
158
160
  ]), 1040, ["chart-type"]),
159
- (n(!0), b(S, null, R(e.extraCharts, (o, T) => (n(), D(V, g({
161
+ (n(!0), g(S, null, R(e.extraCharts, (o, T) => (n(), D(V, y({
160
162
  key: T,
161
163
  class: "extra-chart-plane"
162
164
  }, { ...l(v), ...o }, {
@@ -167,13 +169,13 @@ const at = {
167
169
  "test-id": `${e.testId}-${l(p).EXTRA_CHART}-${T}`
168
170
  }), null, 16, ["chart-type", "colors-map", "tooltip-respects-top-edge", "test-id"]))), 128))
169
171
  ], 2),
170
- e.hideLegend ? A("", !0) : (n(), b("section", at, [
172
+ e.hideLegend ? A("", !0) : (n(), g("section", at, [
171
173
  k(K, {
172
174
  "sort-selected": l(f),
173
- "onUpdate:sort-selected": i[2] || (i[2] = (o) => y(f) ? f.value = o : null),
175
+ "onUpdate:sort-selected": i[2] || (i[2] = (o) => b(f) ? f.value = o : null),
174
176
  "highlighted-id": h.value,
175
177
  "onUpdate:highlighted-id": i[3] || (i[3] = (o) => h.value = o),
176
- items: l(w),
178
+ items: l(H),
177
179
  "visible-ids": l(I),
178
180
  "max-limit-tooltip-text": e.maxLimitTooltipText,
179
181
  "sort-options": e.sortOptions,
@@ -1,7 +1,7 @@
1
1
  import e from "./ChartHeader.vue2.js";
2
2
  /* empty css */import o from "../../_virtual/_plugin-vue_export-helper.js";
3
- // import "../../ChartHeader.vue_vue_type_style_index_0_scoped_9a603520_lang.css"; //*');
4
- const r = /* @__PURE__ */ o(e, [["__scopeId", "data-v-9a603520"]]);
3
+ // import "../../ChartHeader.vue_vue_type_style_index_0_scoped_3a061c08_lang.css"; //*');
4
+ const r = /* @__PURE__ */ o(e, [["__scopeId", "data-v-3a061c08"]]);
5
5
  export {
6
6
  r as default
7
7
  };
@@ -1,4 +1,4 @@
1
- import "../../ChartHeader.vue_vue_type_style_index_0_scoped_9a603520_lang.css"; import { defineComponent as g, computed as c, openBlock as r, createElementBlock as B, mergeProps as h, unref as t, createElementVNode as n, createVNode as m, createSlots as E, withCtx as d, renderSlot as H, createBlock as l, createTextVNode as b, toDisplayString as v, createCommentVNode as i, normalizeProps as V, isRef as D } from "vue";
1
+ import "../../ChartHeader.vue_vue_type_style_index_0_scoped_3a061c08_lang.css"; import { defineComponent as g, computed as c, openBlock as r, createElementBlock as B, mergeProps as h, unref as t, createElementVNode as n, createVNode as m, createSlots as E, withCtx as d, renderSlot as H, createBlock as l, createTextVNode as b, toDisplayString as v, createCommentVNode as i, normalizeProps as V, isRef as D } from "vue";
2
2
  import k from "../typography/v4/Typography.vue.js";
3
3
  import N from "../switch/v4/SwitchV4.vue.js";
4
4
  import P from "../tooltip/v4/TooltipV4.vue.js";
@@ -82,7 +82,7 @@ const U = { class: "header-texts" }, z = { class: "header-row" }, M = { class: "
82
82
  default: d(() => [
83
83
  m(t(k), {
84
84
  class: "header-text",
85
- variant: e.compact ? "h5" : "chart2"
85
+ variant: e.compact ? "h5" : "h1"
86
86
  }, {
87
87
  default: d(() => [
88
88
  b(v(e.header), 1)
@@ -1,5 +1,5 @@
1
1
  import { UseChartHeightArgs } from '@/components/chart/types';
2
- export declare const useChartHeight: ({ chartPlanesCount, useFullHeight, bottomSpacing, }: UseChartHeightArgs) => {
2
+ export declare const useChartHeight: ({ chartPlanesCount, useFullHeight, bottomSpacing, customHeight, }: UseChartHeightArgs) => {
3
3
  containerProps: import("vue").ComputedRef<Record<string, unknown>>;
4
4
  eachPlaneHeight: import("vue").ComputedRef<string>;
5
5
  };
@@ -1,24 +1,25 @@
1
- import { ref as g, computed as o } from "vue";
2
- import { useElementBounding as m, useWindowScroll as f } from "@vueuse/core";
3
- import { useFullPageHeight as p } from "../../../composables/useFullPageHeight.js";
4
- import { DEFAULT_CHART_PLANE_HEIGHT as E, HEADER_HEIGHT as v, MIN_PLANE_HEIGHT as r } from "../consts.js";
5
- const T = ({
1
+ import { ref as f, computed as r } from "vue";
2
+ import { useElementBounding as m, useWindowScroll as p } from "@vueuse/core";
3
+ import { useFullPageHeight as E } from "../../../composables/useFullPageHeight.js";
4
+ import { DEFAULT_CHART_PLANE_HEIGHT as v, HEADER_HEIGHT as d, MIN_PLANE_HEIGHT as n } from "../consts.js";
5
+ const I = ({
6
6
  chartPlanesCount: e,
7
- useFullHeight: n,
8
- bottomSpacing: i = 50
7
+ useFullHeight: i,
8
+ bottomSpacing: c = 50,
9
+ customHeight: o
9
10
  }) => {
10
- const t = g(), { height: c } = m(t), { cssHeightValue: l } = p({
11
+ const t = f(), { height: l } = m(t), { cssHeightValue: u } = E({
11
12
  elem: t,
12
- bottomSpacing: i
13
- }), { y: s } = f(), u = o(() => n && !s.value ? l.value : E + v + "px"), h = o(() => ({
13
+ bottomSpacing: c
14
+ }), { y: s } = p(), h = r(() => o || (i && !s.value ? u.value : v + d + "px")), a = r(() => ({
14
15
  ref: t,
15
- style: { height: u.value }
16
- })), a = o(() => e.value === 1 ? "100%" : c.value / e.value < r ? `${r}px` : 100 / e.value + "%");
16
+ style: { height: h.value }
17
+ })), H = r(() => e.value === 1 ? "100%" : l.value / e.value < n ? `${n}px` : 100 / e.value + "%");
17
18
  return {
18
- containerProps: h,
19
- eachPlaneHeight: a
19
+ containerProps: a,
20
+ eachPlaneHeight: H
20
21
  };
21
22
  };
22
23
  export {
23
- T as useChartHeight
24
+ I as useChartHeight
24
25
  };
@@ -7,6 +7,7 @@ declare const ChartTypes: () => ({
7
7
  $props: Partial<{
8
8
  header: string;
9
9
  testId: string;
10
+ height: string;
10
11
  loading: boolean;
11
12
  visibleIds: unknown[];
12
13
  minVisible: number;
@@ -59,6 +60,10 @@ declare const ChartTypes: () => ({
59
60
  type: import("vue").PropType<string>;
60
61
  default: string;
61
62
  };
63
+ height: {
64
+ type: import("vue").PropType<string>;
65
+ default: any;
66
+ };
62
67
  loading: {
63
68
  type: import("vue").PropType<boolean>;
64
69
  default: boolean;
@@ -244,7 +249,7 @@ declare const ChartTypes: () => ({
244
249
  "onUpdate:visibleIds"?: (visibleIds: unknown[]) => any;
245
250
  "onUpdate:sortSelected"?: (sortOption: unknown) => any;
246
251
  "onUpdate:chartType"?: (chartType: ChartType) => any;
247
- } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "header" | "testId" | "loading" | "visibleIds" | "minVisible" | "maxVisible" | "maxLimitTooltipText" | "sortSelected" | "sortOptions" | "sortOptionNameKey" | "chartType" | "hideLegend" | "xAxisFormat" | "xAxisDateInterval" | "totalsChart" | "parsing" | "yAxisFormat" | "valueSuffix" | "valuePrefix" | "trendTooltip" | "subheader" | "subheaderTooltip" | "headerTooltip" | "trendValue" | "trendDirection" | "noteText" | "dataSets" | "tickCount" | "truncateTickLabels" | "keepSubheaderVisible" | "empty" | "noDataIcon" | "noDataTitle" | "noDataSubtitle" | "withAnimation" | "tooltipTotalType" | "tooltipTotalCalcFn" | "tooltipOrder" | "indicateIncompleteData" | "tooltipExcludeTotalItem" | "fullHeight" | "fullHeightBottomSpacing" | "withSettingsHeader" | "extraCharts" | "colorVariant">;
252
+ } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "header" | "testId" | "height" | "loading" | "visibleIds" | "minVisible" | "maxVisible" | "maxLimitTooltipText" | "sortSelected" | "sortOptions" | "sortOptionNameKey" | "chartType" | "hideLegend" | "xAxisFormat" | "xAxisDateInterval" | "totalsChart" | "parsing" | "yAxisFormat" | "valueSuffix" | "valuePrefix" | "trendTooltip" | "subheader" | "subheaderTooltip" | "headerTooltip" | "trendValue" | "trendDirection" | "noteText" | "dataSets" | "tickCount" | "truncateTickLabels" | "keepSubheaderVisible" | "empty" | "noDataIcon" | "noDataTitle" | "noDataSubtitle" | "withAnimation" | "tooltipTotalType" | "tooltipTotalCalcFn" | "tooltipOrder" | "indicateIncompleteData" | "tooltipExcludeTotalItem" | "fullHeight" | "fullHeightBottomSpacing" | "withSettingsHeader" | "extraCharts" | "colorVariant">;
248
253
  $attrs: {
249
254
  [x: string]: unknown;
250
255
  };
@@ -267,6 +272,10 @@ declare const ChartTypes: () => ({
267
272
  type: import("vue").PropType<string>;
268
273
  default: string;
269
274
  };
275
+ height: {
276
+ type: import("vue").PropType<string>;
277
+ default: any;
278
+ };
270
279
  loading: {
271
280
  type: import("vue").PropType<boolean>;
272
281
  default: boolean;
@@ -459,6 +468,7 @@ declare const ChartTypes: () => ({
459
468
  }, string, {
460
469
  header: string;
461
470
  testId: string;
471
+ height: string;
462
472
  loading: boolean;
463
473
  visibleIds: unknown[];
464
474
  minVisible: number;
@@ -531,6 +541,10 @@ declare const ChartTypes: () => ({
531
541
  type: import("vue").PropType<string>;
532
542
  default: string;
533
543
  };
544
+ height: {
545
+ type: import("vue").PropType<string>;
546
+ default: any;
547
+ };
534
548
  loading: {
535
549
  type: import("vue").PropType<boolean>;
536
550
  default: boolean;
@@ -729,6 +743,10 @@ declare const ChartTypes: () => ({
729
743
  type: import("vue").PropType<string>;
730
744
  default: string;
731
745
  };
746
+ height: {
747
+ type: import("vue").PropType<string>;
748
+ default: any;
749
+ };
732
750
  loading: {
733
751
  type: import("vue").PropType<boolean>;
734
752
  default: boolean;
@@ -921,6 +939,7 @@ declare const ChartTypes: () => ({
921
939
  }, string, {
922
940
  header: string;
923
941
  testId: string;
942
+ height: string;
924
943
  loading: boolean;
925
944
  visibleIds: unknown[];
926
945
  minVisible: number;
@@ -64,6 +64,7 @@ export type UseChartHeightArgs = {
64
64
  chartPlanesCount: Ref<number>;
65
65
  useFullHeight: boolean;
66
66
  bottomSpacing?: number;
67
+ customHeight?: string;
67
68
  };
68
69
  export type HexColor = `#${string}`;
69
70
  export type DataSetConfig = ChartDataset<'line'> & ChartDataSet;
@@ -1,7 +1,7 @@
1
1
  import o from "./CheckboxV4.vue2.js";
2
2
  /* empty css */import e from "../../../_virtual/_plugin-vue_export-helper.js";
3
- // import "../../../CheckboxV4.vue_vue_type_style_index_0_scoped_af4ae3c3_lang.css"; //*');
4
- const t = /* @__PURE__ */ e(o, [["__scopeId", "data-v-af4ae3c3"]]);
3
+ // import "../../../CheckboxV4.vue_vue_type_style_index_0_scoped_88525d86_lang.css"; //*');
4
+ const c = /* @__PURE__ */ e(o, [["__scopeId", "data-v-88525d86"]]);
5
5
  export {
6
- t as default
6
+ c as default
7
7
  };