@ironsource/shared-ui 2.2.0-rc.3 → 2.2.0-rc.30

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 (174) 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_22477735_lang.css +1 -0
  8. package/ChartHeader.vue_vue_type_style_index_0_scoped_3a061c08_lang.css +1 -0
  9. package/ChartPlane.vue_vue_type_style_index_0_scoped_6de5cddb_lang.css +1 -0
  10. package/CheckboxV4.vue_vue_type_style_index_0_scoped_88525d86_lang.css +1 -0
  11. package/ChipV4.vue_vue_type_style_index_0_scoped_a221c649_lang.css +1 -0
  12. package/ColumnPicker.vue_vue_type_style_index_0_scoped_d59af062_lang.css +1 -0
  13. package/DataGrid.vue_vue_type_style_index_0_scoped_0967498f_lang.css +1 -0
  14. package/DateRange.vue_vue_type_style_index_0_scoped_25d03907_lang.css +1 -0
  15. package/DateRangeV4.vue_vue_type_style_index_0_scoped_f8826716_lang.css +1 -0
  16. package/DefaultDropdownTrigger.vue_vue_type_style_index_0_scoped_a6900fa6_lang.css +1 -0
  17. package/DialogV4.vue_vue_type_style_index_0_scoped_a6710278_lang.css +1 -0
  18. package/DropdownV4.vue_vue_type_style_index_0_scoped_526bf0a1_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/RadioButtonV4.vue_vue_type_style_index_0_scoped_4f3c7037_lang.css +1 -0
  25. package/SectionDropdown.vue_vue_type_style_index_0_scoped_65877e48_lang.css +1 -0
  26. package/SwitchV4.vue_vue_type_style_index_0_scoped_b71a806e_lang.css +1 -0
  27. package/Tag.vue_vue_type_style_index_0_scoped_78f19cb0_lang.css +1 -0
  28. package/TextAreaV4.vue_vue_type_style_index_0_scoped_0feea75e_lang.css +1 -0
  29. package/TextField.vue_vue_type_style_index_0_scoped_28fab783_lang.css +1 -0
  30. package/ThemeWrapper.vue_vue_type_style_index_1_lang.css +1 -1
  31. package/ToggleButtonGroupAB.vue_vue_type_style_index_0_scoped_0fc9ddf5_lang.css +1 -0
  32. package/components/alert/Alert.vue.d.ts +3 -8
  33. package/components/alert/Alert.vue.js +2 -2
  34. package/components/alert/Alert.vue2.js +48 -46
  35. package/components/alert/index.d.ts +8 -27
  36. package/components/appHeader/AppHeader.vue.js +2 -2
  37. package/components/appHeader/AppHeader.vue2.js +44 -45
  38. package/components/button/v4/ButtonV4.vue.js +4 -4
  39. package/components/button/v4/ButtonV4.vue2.js +1 -1
  40. package/components/button/v4/ToggleButtonGroupAB.vue.js +2 -2
  41. package/components/button/v4/ToggleButtonGroupAB.vue2.js +1 -1
  42. package/components/chart/Chart.vue.d.ts +5 -0
  43. package/components/chart/Chart.vue.js +3 -3
  44. package/components/chart/Chart.vue2.js +10 -8
  45. package/components/chart/ChartHeader.vue.d.ts +5 -0
  46. package/components/chart/ChartHeader.vue.js +3 -3
  47. package/components/chart/ChartHeader.vue2.js +73 -49
  48. package/components/chart/ChartPlane.vue.d.ts +5 -0
  49. package/components/chart/ChartPlane.vue.js +3 -3
  50. package/components/chart/ChartPlane.vue2.js +33 -31
  51. package/components/chart/ChartStoryArgs.d.ts +6 -0
  52. package/components/chart/index.d.ts +20 -1
  53. package/components/checkbox/v4/CheckboxV4.vue.js +3 -3
  54. package/components/checkbox/v4/CheckboxV4.vue2.js +60 -79
  55. package/components/checkbox/v4/icons/CheckedState.vue.js +11 -11
  56. package/components/checkbox/v4/icons/IndeterminateState.vue.js +7 -7
  57. package/components/checkbox/v4/icons/UncheckedState.vue.d.ts +28 -1
  58. package/components/checkbox/v4/icons/UncheckedState.vue.js +23 -21
  59. package/components/checkbox/v4/icons/UncheckedState.vue2.js +4 -0
  60. package/components/chip/v4/ChipV4.vue.js +3 -3
  61. package/components/chip/v4/ChipV4.vue2.js +1 -1
  62. package/components/columnConfigurator/SectionDropdown.vue.js +3 -3
  63. package/components/columnConfigurator/SectionDropdown.vue2.js +6 -7
  64. package/components/columnPicker/ColumnPicker.vue.d.ts +2 -0
  65. package/components/columnPicker/ColumnPicker.vue.js +3 -3
  66. package/components/columnPicker/ColumnPicker.vue2.js +173 -153
  67. package/components/columnPicker/index.d.ts +7 -1
  68. package/components/dateRange/common/CalendarMonth.common.js +46 -41
  69. package/components/dateRange/common/DateRange.common.d.ts +1 -0
  70. package/components/dateRange/common/DateRange.common.js +39 -38
  71. package/components/dateRange/v3/CalendarMonth.vue.d.ts +5 -0
  72. package/components/dateRange/v3/CalendarMonth.vue.js +3 -3
  73. package/components/dateRange/v3/CalendarMonth.vue2.js +6 -5
  74. package/components/dateRange/v3/DateRange.vue.d.ts +5 -0
  75. package/components/dateRange/v3/DateRange.vue.js +2 -2
  76. package/components/dateRange/v3/DateRange.vue2.js +2 -1
  77. package/components/dateRange/v3/index.d.ts +20 -1
  78. package/components/dateRange/v4/CalendarMonthV4.vue.d.ts +5 -0
  79. package/components/dateRange/v4/CalendarMonthV4.vue.js +4 -4
  80. package/components/dateRange/v4/CalendarMonthV4.vue2.js +12 -11
  81. package/components/dateRange/v4/DateRangeV4.vue.d.ts +5 -0
  82. package/components/dateRange/v4/DateRangeV4.vue.js +3 -3
  83. package/components/dateRange/v4/DateRangeV4.vue2.js +104 -101
  84. package/components/dateRange/v4/index.d.ts +20 -1
  85. package/components/dialog/v4/DialogV4.vue.js +4 -4
  86. package/components/dialog/v4/DialogV4.vue2.js +1 -1
  87. package/components/dropdown/v4/AppDropdownTrigger.vue.js +3 -3
  88. package/components/dropdown/v4/AppDropdownTrigger.vue2.js +1 -1
  89. package/components/dropdown/v4/DefaultDropdownTrigger.vue.js +3 -3
  90. package/components/dropdown/v4/DefaultDropdownTrigger.vue2.js +1 -1
  91. package/components/dropdown/v4/DropdownV4.vue.js +3 -3
  92. package/components/dropdown/v4/DropdownV4.vue2.js +2 -2
  93. package/components/dropdown/v4/GroupOption.vue.js +3 -3
  94. package/components/dropdown/v4/GroupOption.vue2.js +1 -1
  95. package/components/helpText/HelpText.vue.d.ts +68 -0
  96. package/components/helpText/HelpText.vue.js +7 -0
  97. package/components/helpText/HelpText.vue2.js +45 -0
  98. package/components/helpText/index.d.ts +190 -0
  99. package/components/helpText/index.js +6 -0
  100. package/components/icon/v4/IconV4.vue.d.ts +5 -0
  101. package/components/icon/v4/IconV4.vue.js +2 -2
  102. package/components/icon/v4/IconV4.vue2.js +27 -26
  103. package/components/icon/v4/index.d.ts +20 -1
  104. package/components/input/v4/TextField.vue.js +2 -2
  105. package/components/input/v4/TextField.vue2.js +1 -1
  106. package/components/link/Link.vue.d.ts +3 -3
  107. package/components/link/Link.vue.js +5 -5
  108. package/components/link/Link.vue2.js +1 -1
  109. package/components/link/index.d.ts +7 -7
  110. package/components/multibar/MultiBar.vue.js +3 -3
  111. package/components/multibar/MultiBar.vue2.js +1 -1
  112. package/components/radioButton/v4/RadioButtonV4.vue.js +3 -3
  113. package/components/radioButton/v4/RadioButtonV4.vue2.js +1 -1
  114. package/components/switch/v4/SwitchV4.vue.d.ts +5 -0
  115. package/components/switch/v4/SwitchV4.vue.js +4 -4
  116. package/components/switch/v4/SwitchV4.vue2.js +14 -13
  117. package/components/switch/v4/index.d.ts +9 -0
  118. package/components/table/v4/DataGrid.vue.d.ts +2 -0
  119. package/components/table/v4/DataGrid.vue.js +4 -4
  120. package/components/table/v4/DataGrid.vue2.js +82 -80
  121. package/components/table/v4/index.d.ts +7 -1
  122. package/components/tag/Tag.vue.d.ts +112 -0
  123. package/components/tag/Tag.vue.js +7 -0
  124. package/components/tag/Tag.vue2.js +221 -0
  125. package/components/tag/index.d.ts +161 -0
  126. package/components/tag/index.js +6 -0
  127. package/components/tagsField/index.d.ts +42 -3
  128. package/components/tagsField/index.js +6 -4
  129. package/components/textArea/v4/TextAreaV4.vue.js +3 -3
  130. package/components/textArea/v4/TextAreaV4.vue2.js +1 -1
  131. package/design-foundation.stories/colors/ColorsData.d.ts +52 -47
  132. package/index.d.ts +114 -6
  133. package/index.js +108 -98
  134. package/package.json +12 -3
  135. package/style/v4/colors.scss +89 -84
  136. package/style/v4/grid.css +1 -1
  137. package/style/v4/grid.css.map +1 -1
  138. package/testids/index.d.ts +4 -0
  139. package/testids/index.js +38 -37
  140. package/Alert.vue_vue_type_style_index_0_scoped_06e0871a_lang.css +0 -1
  141. package/AppDropdownTrigger.vue_vue_type_style_index_0_scoped_858cefbf_lang.css +0 -1
  142. package/AppHeader.vue_vue_type_style_index_0_scoped_538ccdc6_lang.css +0 -1
  143. package/ButtonV4.vue_vue_type_style_index_0_scoped_852be7ec_lang.css +0 -1
  144. package/CalendarMonth.vue_vue_type_style_index_0_scoped_acd3440c_lang.css +0 -1
  145. package/CalendarMonthV4.vue_vue_type_style_index_0_scoped_b0d3ea50_lang.css +0 -1
  146. package/Chart.vue_vue_type_style_index_0_scoped_060d02be_lang.css +0 -1
  147. package/ChartHeader.vue_vue_type_style_index_0_scoped_d90c583e_lang.css +0 -1
  148. package/ChartPlane.vue_vue_type_style_index_0_scoped_3c887f7e_lang.css +0 -1
  149. package/CheckboxV4.vue_vue_type_style_index_0_scoped_af4ae3c3_lang.css +0 -1
  150. package/ChipV4.vue_vue_type_style_index_0_scoped_a4d3a12e_lang.css +0 -1
  151. package/ColumnPicker.vue_vue_type_style_index_0_scoped_ea8c7024_lang.css +0 -1
  152. package/DataGrid.vue_vue_type_style_index_0_scoped_cd41c5ca_lang.css +0 -1
  153. package/DateRange.vue_vue_type_style_index_0_scoped_70e316e9_lang.css +0 -1
  154. package/DateRangeV4.vue_vue_type_style_index_0_scoped_a849128a_lang.css +0 -1
  155. package/DefaultDropdownTrigger.vue_vue_type_style_index_0_scoped_3bc0f416_lang.css +0 -1
  156. package/DialogV4.vue_vue_type_style_index_0_scoped_cc99f1e3_lang.css +0 -1
  157. package/DropdownV4.vue_vue_type_style_index_0_scoped_445ebb01_lang.css +0 -1
  158. package/GroupOption.vue_vue_type_style_index_0_scoped_5f372a81_lang.css +0 -1
  159. package/IconV4.vue_vue_type_style_index_0_scoped_dc433d48_lang.css +0 -1
  160. package/Link.vue_vue_type_style_index_0_scoped_1a766750_lang.css +0 -1
  161. package/MultiBar.vue_vue_type_style_index_0_scoped_71617643_lang.css +0 -1
  162. package/RadioButtonV4.vue_vue_type_style_index_0_scoped_05c7bca2_lang.css +0 -1
  163. package/SectionDropdown.vue_vue_type_style_index_0_scoped_cfad60a8_lang.css +0 -1
  164. package/SwitchV4.vue_vue_type_style_index_0_scoped_cd6621a7_lang.css +0 -1
  165. package/TextAreaV4.vue_vue_type_style_index_0_scoped_4114ef89_lang.css +0 -1
  166. package/TextField.vue_vue_type_style_index_0_scoped_3b7a3661_lang.css +0 -1
  167. package/ToggleButtonGroupAB.vue_vue_type_style_index_0_scoped_2076b5ab_lang.css +0 -1
  168. package/components/checkbox/v4/icons/CheckedDisabledState.vue.d.ts +0 -29
  169. package/components/checkbox/v4/icons/CheckedDisabledState.vue.js +0 -45
  170. package/components/checkbox/v4/icons/CheckedDisabledState.vue2.js +0 -4
  171. package/components/checkbox/v4/icons/IndeterminateDisabledState.vue.d.ts +0 -2
  172. package/components/checkbox/v4/icons/IndeterminateDisabledState.vue.js +0 -40
  173. package/components/checkbox/v4/icons/UncheckedDisabledState.vue.d.ts +0 -2
  174. 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";
@@ -15,6 +15,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
15
15
  withAnimation?: boolean;
16
16
  totalsChart?: boolean;
17
17
  tooltipTotalType?: TotalType;
18
+ headerTooltip?: string;
18
19
  tooltipTotalCalcFn?: (values: number[], totalType: TotalType) => number;
19
20
  tooltipOrder?: TooltipOrder;
20
21
  valueSuffix?: string;
@@ -75,6 +76,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
75
76
  indicateIncompleteData: boolean;
76
77
  testId: string;
77
78
  header: string;
79
+ headerTooltip: any;
78
80
  subheader: string;
79
81
  subheaderTooltip: any;
80
82
  keepSubheaderVisible: boolean;
@@ -116,6 +118,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
116
118
  withAnimation?: boolean;
117
119
  totalsChart?: boolean;
118
120
  tooltipTotalType?: TotalType;
121
+ headerTooltip?: string;
119
122
  tooltipTotalCalcFn?: (values: number[], totalType: TotalType) => number;
120
123
  tooltipOrder?: TooltipOrder;
121
124
  valueSuffix?: string;
@@ -176,6 +179,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
176
179
  indicateIncompleteData: boolean;
177
180
  testId: string;
178
181
  header: string;
182
+ headerTooltip: any;
179
183
  subheader: string;
180
184
  subheaderTooltip: any;
181
185
  keepSubheaderVisible: boolean;
@@ -225,6 +229,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
225
229
  trendTooltip: any;
226
230
  subheader: string;
227
231
  subheaderTooltip: any;
232
+ headerTooltip: string;
228
233
  trendValue: string | number;
229
234
  trendDirection: TrendDirection;
230
235
  noteText: string;
@@ -1,7 +1,7 @@
1
1
  import o from "./Chart.vue2.js";
2
- /* empty css */import e from "../../_virtual/_plugin-vue_export-helper.js";
3
- // import "../../Chart.vue_vue_type_style_index_0_scoped_060d02be_lang.css"; //*');
4
- const p = /* @__PURE__ */ e(o, [["__scopeId", "data-v-060d02be"]]);
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"]]);
5
5
  export {
6
6
  p as default
7
7
  };
@@ -1,4 +1,4 @@
1
- import "../../Chart.vue_vue_type_style_index_0_scoped_060d02be_lang.css"; import { defineComponent as P, ref as U, computed as n, openBlock as d, 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_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";
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";
@@ -30,6 +30,7 @@ const at = {
30
30
  withAnimation: { type: Boolean, default: !0 },
31
31
  totalsChart: { type: Boolean, default: !1 },
32
32
  tooltipTotalType: { default: _.Total },
33
+ headerTooltip: { default: null },
33
34
  tooltipTotalCalcFn: { type: Function, default: tt },
34
35
  tooltipOrder: { default: Q.Legend },
35
36
  valueSuffix: { default: "" },
@@ -63,7 +64,7 @@ const at = {
63
64
  },
64
65
  emits: ["update:chartType", "update:visibleIds", "update:sortSelected"],
65
66
  setup(e, { emit: c }) {
66
- const t = e, r = B(t, "chartType", c), f = B(t, "sortSelected", c), h = U(null), v = n(() => ({
67
+ const t = e, r = B(t, "chartType", c), f = B(t, "sortSelected", c), h = U(null), v = d(() => ({
67
68
  dataSets: t.dataSets,
68
69
  visibleIds: t.visibleIds,
69
70
  parsing: t.parsing,
@@ -99,12 +100,13 @@ const at = {
99
100
  valuePrefix: t.valuePrefix,
100
101
  indicateIncompleteData: t.indicateIncompleteData,
101
102
  tooltipExcludeTotalItem: t.tooltipExcludeTotalItem,
103
+ headerTooltip: t.headerTooltip,
102
104
  testId: t.testId
103
- })), E = n(() => t.dataSets), I = n(() => t.visibleIds), x = n(() => t.extraCharts.length), C = n(() => 1 + x.value), F = (a) => a === x.value - 1, { colorsMap: m } = z({
105
+ })), E = d(() => t.dataSets), I = d(() => t.visibleIds), x = d(() => t.extraCharts.length), C = d(() => 1 + x.value), F = (a) => a === x.value - 1, { colorsMap: m } = z({
104
106
  dataSets: E,
105
107
  visibleIds: I,
106
108
  variant: t.colorVariant
107
- }), w = n(() => t.dataSets.map((a) => ({
109
+ }), w = d(() => t.dataSets.map((a) => ({
108
110
  id: a.id,
109
111
  label: a.label,
110
112
  caption: a.caption || null,
@@ -116,8 +118,8 @@ const at = {
116
118
  useFullHeight: t.fullHeight,
117
119
  bottomSpacing: t.fullHeightBottomSpacing
118
120
  }), O = et(t.testId, p);
119
- return (a, i) => (d(), b(S, null, [
120
- e.withSettingsHeader ? (d(), D(X, {
121
+ return (a, i) => (n(), b(S, null, [
122
+ e.withSettingsHeader ? (n(), D(X, {
121
123
  key: 0,
122
124
  "chart-type": l(r),
123
125
  "onUpdate:chart-type": i[0] || (i[0] = (o) => y(r) ? r.value = o : null),
@@ -154,7 +156,7 @@ const at = {
154
156
  key: "0"
155
157
  } : void 0
156
158
  ]), 1040, ["chart-type"]),
157
- (d(!0), b(S, null, R(e.extraCharts, (o, T) => (d(), D(V, g({
159
+ (n(!0), b(S, null, R(e.extraCharts, (o, T) => (n(), D(V, g({
158
160
  key: T,
159
161
  class: "extra-chart-plane"
160
162
  }, { ...l(v), ...o }, {
@@ -165,7 +167,7 @@ const at = {
165
167
  "test-id": `${e.testId}-${l(p).EXTRA_CHART}-${T}`
166
168
  }), null, 16, ["chart-type", "colors-map", "tooltip-respects-top-edge", "test-id"]))), 128))
167
169
  ], 2),
168
- e.hideLegend ? A("", !0) : (d(), b("section", at, [
170
+ e.hideLegend ? A("", !0) : (n(), b("section", at, [
169
171
  k(K, {
170
172
  "sort-selected": l(f),
171
173
  "onUpdate:sort-selected": i[2] || (i[2] = (o) => y(f) ? f.value = o : null),
@@ -3,6 +3,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
3
3
  chartType: ChartType;
4
4
  typeSwitcher: boolean;
5
5
  header?: string;
6
+ headerTooltip?: string;
6
7
  subheader?: string;
7
8
  subheaderTooltip?: {
8
9
  header?: string;
@@ -24,6 +25,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
24
25
  header: string;
25
26
  subheader: string;
26
27
  subheaderTooltip: any;
28
+ headerTooltip: any;
27
29
  trendTooltip: any;
28
30
  compact: boolean;
29
31
  trendValue: any;
@@ -36,6 +38,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
36
38
  chartType: ChartType;
37
39
  typeSwitcher: boolean;
38
40
  header?: string;
41
+ headerTooltip?: string;
39
42
  subheader?: string;
40
43
  subheaderTooltip?: {
41
44
  header?: string;
@@ -57,6 +60,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
57
60
  header: string;
58
61
  subheader: string;
59
62
  subheaderTooltip: any;
63
+ headerTooltip: any;
60
64
  trendTooltip: any;
61
65
  compact: boolean;
62
66
  trendValue: any;
@@ -74,6 +78,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
74
78
  subheader: string;
75
79
  subheaderTooltip: any;
76
80
  typeSwitcher: boolean;
81
+ headerTooltip: string;
77
82
  trendValue: string | number;
78
83
  trendDirection: TrendDirection;
79
84
  noteText: string;
@@ -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_d90c583e_lang.css"; //*');
4
- const s = /* @__PURE__ */ o(e, [["__scopeId", "data-v-d90c583e"]]);
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
- s as default
6
+ r as default
7
7
  };