@ironsource/shared-ui 2.1.11-test.99 → 2.1.12-rc.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (89) hide show
  1. package/Chart.vue_vue_type_style_index_0_scoped_026d82c5_lang.css +1 -0
  2. package/ChartLegend.vue_vue_type_style_index_0_scoped_4fe1c7d1_lang.css +1 -0
  3. package/ChartLoader.vue_vue_type_style_index_0_scoped_ffa4cc66_lang.css +1 -0
  4. package/ConditionalDropdown.vue_vue_type_style_index_0_scoped_8e026669_lang.css +1 -0
  5. package/DateRangeV4.vue_vue_type_style_index_0_scoped_8a2714eb_lang.css +1 -0
  6. package/DefaultDropdownTrigger.vue_vue_type_style_index_0_scoped_73bf9b5b_lang.css +1 -0
  7. package/EditableV4.vue_vue_type_style_index_0_scoped_1bbe222a_lang.css +1 -0
  8. package/IconFlag.vue_vue_type_style_index_0_scoped_6526c390_lang.css +1 -0
  9. package/OptionV4.vue_vue_type_style_index_0_scoped_1e8837dc_lang.css +1 -0
  10. package/SnackbarV4.vue_vue_type_style_index_0_scoped_1b650c39_lang.css +1 -0
  11. package/SortableItem.vue_vue_type_style_index_0_scoped_48542664_lang.css +1 -0
  12. package/SortableList.vue_vue_type_style_index_0_scoped_8f267f88_lang.css +1 -0
  13. package/TextField.vue_vue_type_style_index_0_scoped_fce3948c_lang.css +1 -0
  14. package/TooltipV4.vue_vue_type_style_index_0_scoped_66eab856_lang.css +1 -0
  15. package/TooltipV4.vue_vue_type_style_index_1_lang.css +1 -1
  16. package/TreeDropdown.vue_vue_type_style_index_0_scoped_b883d1fa_lang.css +1 -0
  17. package/Typography.vue_vue_type_style_index_0_scoped_07b259bf_lang.css +1 -0
  18. package/components/chart/Chart.vue.d.ts +5 -0
  19. package/components/chart/Chart.vue.js +3 -3
  20. package/components/chart/Chart.vue2.js +116 -108
  21. package/components/chart/ChartLegend.vue.js +3 -3
  22. package/components/chart/ChartLegend.vue2.js +64 -54
  23. package/components/chart/ChartLoader.vue.js +5 -23
  24. package/components/chart/ChartLoader.vue2.js +15 -0
  25. package/components/chart/index.d.ts +20 -1
  26. package/components/chart/mockData.d.ts +8 -0
  27. package/components/dateRange/v4/DateRangeV4.vue.js +3 -3
  28. package/components/dateRange/v4/DateRangeV4.vue2.js +86 -81
  29. package/components/dropdown/common/Dropdown.common.js +65 -65
  30. package/components/dropdown/v4/ConditionalDropdown.vue.d.ts +5 -3
  31. package/components/dropdown/v4/ConditionalDropdown.vue.js +3 -3
  32. package/components/dropdown/v4/ConditionalDropdown.vue2.js +106 -100
  33. package/components/dropdown/v4/DefaultDropdownTrigger.vue.js +2 -2
  34. package/components/dropdown/v4/DefaultDropdownTrigger.vue2.js +45 -46
  35. package/components/dropdown/v4/OptionV4.vue.js +3 -3
  36. package/components/dropdown/v4/OptionV4.vue2.js +97 -98
  37. package/components/dropdown/v4/TreeDropdown.vue.js +2 -2
  38. package/components/dropdown/v4/TreeDropdown.vue2.js +86 -86
  39. package/components/dropdown/v4/index.d.ts +5 -3
  40. package/components/icon/v4/IconFlag.vue.js +3 -3
  41. package/components/icon/v4/IconFlag.vue2.js +1 -1
  42. package/components/input/v4/TextField.vue.js +3 -3
  43. package/components/input/v4/TextField.vue2.js +184 -164
  44. package/components/snackbar/v4/SnackbarV4.vue.js +3 -3
  45. package/components/snackbar/v4/SnackbarV4.vue2.js +1 -1
  46. package/components/sortableList/SortableItem.vue.d.ts +5 -0
  47. package/components/sortableList/SortableItem.vue.js +3 -3
  48. package/components/sortableList/SortableItem.vue2.js +76 -61
  49. package/components/sortableList/SortableList.vue.d.ts +16 -0
  50. package/components/sortableList/SortableList.vue.js +3 -3
  51. package/components/sortableList/SortableList.vue2.js +100 -87
  52. package/components/sortableList/index.d.ts +59 -1
  53. package/components/table/v4/DataGrid.vue.d.ts +1 -1
  54. package/components/table/v4/MultipleDataGrid.vue.d.ts +1 -1
  55. package/components/table/v4/index.d.ts +40 -40
  56. package/components/table-cells/common/Editable.common.js +8 -7
  57. package/components/table-cells/common/EditableContext.d.ts +1 -0
  58. package/components/table-cells/v4/EditableV4.vue.d.ts +5 -0
  59. package/components/table-cells/v4/EditableV4.vue.js +3 -3
  60. package/components/table-cells/v4/EditableV4.vue2.js +11 -10
  61. package/components/table-cells/v4/index.d.ts +20 -1
  62. package/components/tooltip/v4/TooltipV4.vue.js +3 -3
  63. package/components/tooltip/v4/TooltipV4.vue2.js +1 -1
  64. package/components/typography/v4/Typography.vue.js +3 -3
  65. package/components/typography/v4/Typography.vue2.js +1 -1
  66. package/index.d.ts +248 -90
  67. package/index.js +1 -1
  68. package/mocks/apps.d.ts +1 -0
  69. package/mocks/randomValue.d.ts +1 -0
  70. package/package.json +3 -3
  71. package/testids/index.d.ts +1 -0
  72. package/testids/index.js +13 -13
  73. package/Chart.vue_vue_type_style_index_0_scoped_04b9d6b3_lang.css +0 -1
  74. package/ChartLegend.vue_vue_type_style_index_0_scoped_a1c626cd_lang.css +0 -1
  75. package/ChartLoader.vue_vue_type_style_index_0_scoped_142c444a_lang.css +0 -1
  76. package/ConditionalDropdown.vue_vue_type_style_index_0_scoped_b2684c5f_lang.css +0 -1
  77. package/DateRangeV4.vue_vue_type_style_index_0_scoped_309e5351_lang.css +0 -1
  78. package/DefaultDropdownTrigger.vue_vue_type_style_index_0_scoped_9fa84b26_lang.css +0 -1
  79. package/EditableV4.vue_vue_type_style_index_0_scoped_e0c047b4_lang.css +0 -1
  80. package/IconFlag.vue_vue_type_style_index_0_scoped_7b09cc85_lang.css +0 -1
  81. package/OptionV4.vue_vue_type_style_index_0_scoped_2c2947b3_lang.css +0 -1
  82. package/SnackbarV4.vue_vue_type_style_index_0_scoped_89fe8aa1_lang.css +0 -1
  83. package/SortableItem.vue_vue_type_style_index_0_scoped_7cb676f1_lang.css +0 -1
  84. package/SortableList.vue_vue_type_style_index_0_scoped_156c01ca_lang.css +0 -1
  85. package/TextField.vue_vue_type_style_index_0_scoped_2e327aa1_lang.css +0 -1
  86. package/TooltipV4.vue_vue_type_style_index_0_scoped_82b46d6d_lang.css +0 -1
  87. package/TreeDropdown.vue_vue_type_style_index_0_scoped_bdfb0aef_lang.css +0 -1
  88. package/Typography.vue_vue_type_style_index_0_scoped_a14013a5_lang.css +0 -1
  89. package/consts/configs.js +0 -4
@@ -6,6 +6,7 @@ declare const EditableTypes: () => ({
6
6
  $props: Partial<{
7
7
  type: "input" | "dropdown";
8
8
  cell: string;
9
+ withIcons: boolean;
9
10
  saveOnClickOutside: boolean;
10
11
  validateFunction: (value: unknown) => string | boolean;
11
12
  isLoading: boolean;
@@ -20,6 +21,10 @@ declare const EditableTypes: () => ({
20
21
  type: import("vue").PropType<string>;
21
22
  default: string;
22
23
  };
24
+ withIcons: {
25
+ type: import("vue").PropType<boolean>;
26
+ default: boolean;
27
+ };
23
28
  saveOnClickOutside: {
24
29
  type: import("vue").PropType<boolean>;
25
30
  default: boolean;
@@ -44,7 +49,7 @@ declare const EditableTypes: () => ({
44
49
  type: import("vue").PropType<(option: unknown) => unknown>;
45
50
  default: (cell: unknown) => unknown;
46
51
  };
47
- }>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "type" | "cell" | "saveOnClickOutside" | "validateFunction" | "isLoading" | "displayValue">;
52
+ }>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "type" | "cell" | "withIcons" | "saveOnClickOutside" | "validateFunction" | "isLoading" | "displayValue">;
48
53
  $attrs: {
49
54
  [x: string]: unknown;
50
55
  };
@@ -68,6 +73,10 @@ declare const EditableTypes: () => ({
68
73
  type: import("vue").PropType<string>;
69
74
  default: string;
70
75
  };
76
+ withIcons: {
77
+ type: import("vue").PropType<boolean>;
78
+ default: boolean;
79
+ };
71
80
  saveOnClickOutside: {
72
81
  type: import("vue").PropType<boolean>;
73
82
  default: boolean;
@@ -95,6 +104,7 @@ declare const EditableTypes: () => ({
95
104
  }>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
96
105
  type: "input" | "dropdown";
97
106
  cell: string;
107
+ withIcons: boolean;
98
108
  saveOnClickOutside: boolean;
99
109
  validateFunction: (value: unknown) => string | boolean;
100
110
  isLoading: boolean;
@@ -129,6 +139,10 @@ declare const EditableTypes: () => ({
129
139
  type: import("vue").PropType<string>;
130
140
  default: string;
131
141
  };
142
+ withIcons: {
143
+ type: import("vue").PropType<boolean>;
144
+ default: boolean;
145
+ };
132
146
  saveOnClickOutside: {
133
147
  type: import("vue").PropType<boolean>;
134
148
  default: boolean;
@@ -167,6 +181,10 @@ declare const EditableTypes: () => ({
167
181
  type: import("vue").PropType<string>;
168
182
  default: string;
169
183
  };
184
+ withIcons: {
185
+ type: import("vue").PropType<boolean>;
186
+ default: boolean;
187
+ };
170
188
  saveOnClickOutside: {
171
189
  type: import("vue").PropType<boolean>;
172
190
  default: boolean;
@@ -194,6 +212,7 @@ declare const EditableTypes: () => ({
194
212
  }>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
195
213
  type: "input" | "dropdown";
196
214
  cell: string;
215
+ withIcons: boolean;
197
216
  saveOnClickOutside: boolean;
198
217
  validateFunction: (value: unknown) => string | boolean;
199
218
  isLoading: boolean;
@@ -1,8 +1,8 @@
1
1
  import o from "./TooltipV4.vue2.js";
2
- /* empty css *//* empty css */import _ from "../../../_virtual/_plugin-vue_export-helper.js";
3
- // import "../../../TooltipV4.vue_vue_type_style_index_0_scoped_82b46d6d_lang.css"; //*');
2
+ /* empty css *//* empty css */import e from "../../../_virtual/_plugin-vue_export-helper.js";
3
+ // import "../../../TooltipV4.vue_vue_type_style_index_0_scoped_66eab856_lang.css"; //*');
4
4
  // import "../../../TooltipV4.vue_vue_type_style_index_1_lang.css"; //');
5
- const l = /* @__PURE__ */ _(o, [["__scopeId", "data-v-82b46d6d"]]);
5
+ const l = /* @__PURE__ */ e(o, [["__scopeId", "data-v-66eab856"]]);
6
6
  export {
7
7
  l as default
8
8
  };
@@ -1,4 +1,4 @@
1
- import "../../../TooltipV4.vue_vue_type_style_index_0_scoped_82b46d6d_lang.css"; import "../../../TooltipV4.vue_vue_type_style_index_1_lang.css"; import { defineComponent as c, openBlock as l, createBlock as d, unref as t, mergeProps as f, withCtx as n, renderSlot as m, createTextVNode as p, toDisplayString as y, createElementVNode as T } from "vue";
1
+ import "../../../TooltipV4.vue_vue_type_style_index_0_scoped_66eab856_lang.css"; import "../../../TooltipV4.vue_vue_type_style_index_1_lang.css"; import { defineComponent as c, openBlock as l, createBlock as d, unref as t, mergeProps as f, withCtx as n, renderSlot as m, createTextVNode as p, toDisplayString as y, createElementVNode as T } from "vue";
2
2
  import g from "./TextWithTitleContent.vue.js";
3
3
  import { Tooltip as w } from "floating-vue";
4
4
  import { TooltipTestIdModifiers as i } from "../../../testids/index.js";
@@ -1,7 +1,7 @@
1
1
  import o from "./Typography.vue2.js";
2
2
  /* empty css */import p from "../../../_virtual/_plugin-vue_export-helper.js";
3
- // import "../../../Typography.vue_vue_type_style_index_0_scoped_a14013a5_lang.css"; //*');
4
- const s = /* @__PURE__ */ p(o, [["__scopeId", "data-v-a14013a5"]]);
3
+ // import "../../../Typography.vue_vue_type_style_index_0_scoped_07b259bf_lang.css"; //*');
4
+ const t = /* @__PURE__ */ p(o, [["__scopeId", "data-v-07b259bf"]]);
5
5
  export {
6
- s as default
6
+ t as default
7
7
  };
@@ -1,4 +1,4 @@
1
- import "../../../Typography.vue_vue_type_style_index_0_scoped_a14013a5_lang.css"; import { defineComponent as v, ref as f, computed as d, openBlock as o, createBlock as i, unref as a, withCtx as s, resolveDynamicComponent as h, normalizeClass as b, renderSlot as p } from "vue";
1
+ import "../../../Typography.vue_vue_type_style_index_0_scoped_07b259bf_lang.css"; import { defineComponent as v, ref as f, computed as d, openBlock as o, createBlock as i, unref as a, withCtx as s, resolveDynamicComponent as h, normalizeClass as b, renderSlot as p } from "vue";
2
2
  import y from "../../tooltip/v4/TooltipV4.vue.js";
3
3
  import { useResizeObserver as T } from "@vueuse/core";
4
4
  const L = /* @__PURE__ */ v({