@ironsource/shared-ui 2.2.0-test.9 → 2.2.0-test.90

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 (118) hide show
  1. package/Alert.vue_vue_type_style_index_0_scoped_1036ab1d_lang.css +1 -0
  2. package/ButtonV4.vue_vue_type_style_index_0_scoped_6f05dc63_lang.css +1 -0
  3. package/CalendarMonthV4.vue_vue_type_style_index_0_scoped_73af6757_lang.css +1 -0
  4. package/Chart.vue_vue_type_style_index_0_scoped_a4d7b67a_lang.css +1 -0
  5. package/DatePickerV4.vue_vue_type_style_index_0_scoped_bb0041c1_lang.css +1 -0
  6. package/DateRangeV4.vue_vue_type_style_index_0_scoped_5545bc01_lang.css +1 -0
  7. package/DropdownV4.vue_vue_type_style_index_0_scoped_b2d0a4d2_lang.css +1 -0
  8. package/DropdownV4.vue_vue_type_style_index_1_lang.css +1 -1
  9. package/FormCard.vue_vue_type_style_index_0_scoped_98458a8f_lang.css +1 -0
  10. package/IncludeExclude.vue_vue_type_style_index_0_scoped_cc2adbf5_lang.css +1 -1
  11. package/IncludeExcludeDragDrop.vue_vue_type_style_index_0_scoped_bd6145ce_lang.css +1 -1
  12. package/Loader.vue_vue_type_style_index_0_scoped_94c3c850_lang.css +1 -0
  13. package/Menu.vue_vue_type_style_index_0_scoped_545aa70b_lang.css +1 -0
  14. package/Menu.vue_vue_type_style_index_1_lang.css +1 -1
  15. package/MultiBar.vue_vue_type_style_index_0_scoped_7c2477ad_lang.css +1 -0
  16. package/OptionV4.vue_vue_type_style_index_0_scoped_7e70c643_lang.css +1 -0
  17. package/PopoverV4.vue_vue_type_style_index_0_scoped_ea1a3e8c_lang.css +1 -0
  18. package/PopoverV4.vue_vue_type_style_index_1_lang.css +1 -1
  19. package/SnackbarV4.vue_vue_type_style_index_0_scoped_f19e742c_lang.css +1 -0
  20. package/Tag.vue_vue_type_style_index_0_scoped_b0662035_lang.css +1 -0
  21. package/ThemeWrapper.vue_vue_type_style_index_0_scoped_8eef6574_lang.css +1 -0
  22. package/ThemeWrapper.vue_vue_type_style_index_1_lang.css +1 -1
  23. package/TooltipV4.vue_vue_type_style_index_0_scoped_f88fbece_lang.css +1 -0
  24. package/TooltipV4.vue_vue_type_style_index_1_lang.css +1 -1
  25. package/components/ThemeWrapper/ThemeStrore.d.ts +2 -1
  26. package/components/ThemeWrapper/ThemeStrore.js +14 -11
  27. package/components/ThemeWrapper/ThemeWrapper.vue.js +2 -2
  28. package/components/ThemeWrapper/ThemeWrapper.vue2.js +8 -11
  29. package/components/ThemeWrapper/index.d.ts +2 -1
  30. package/components/ThemeWrapper/index.js +4 -2
  31. package/components/alert/Alert.vue.js +4 -4
  32. package/components/alert/Alert.vue2.js +1 -1
  33. package/components/button/v3/ButtonBase.vue.d.ts +1 -1
  34. package/components/button/v4/ButtonV4.vue.js +3 -3
  35. package/components/button/v4/ButtonV4.vue2.js +1 -1
  36. package/components/chart/Chart.vue.d.ts +5 -0
  37. package/components/chart/Chart.vue.js +3 -3
  38. package/components/chart/Chart.vue2.js +17 -15
  39. package/components/chart/composables/useChartHeight.d.ts +1 -1
  40. package/components/chart/composables/useChartHeight.js +16 -15
  41. package/components/chart/index.d.ts +20 -1
  42. package/components/chart/types.d.ts +1 -0
  43. package/components/datePicker/v4/DatePickerV4.vue.js +2 -2
  44. package/components/datePicker/v4/DatePickerV4.vue2.js +1 -1
  45. package/components/dateRange/common/consts.common.d.ts +5 -0
  46. package/components/dateRange/common/consts.common.js +9 -0
  47. package/components/dateRange/v3/DateRange.vue.d.ts +3 -3
  48. package/components/dateRange/v3/DateRangePicker.vue.d.ts +3 -3
  49. package/components/dateRange/v3/index.d.ts +7 -7
  50. package/components/dateRange/v4/CalendarMonthV4.vue.js +4 -4
  51. package/components/dateRange/v4/CalendarMonthV4.vue2.js +1 -1
  52. package/components/dateRange/v4/DateRangePickerV4.vue.d.ts +3 -3
  53. package/components/dateRange/v4/DateRangeV4.vue.d.ts +3 -3
  54. package/components/dateRange/v4/DateRangeV4.vue.js +2 -2
  55. package/components/dateRange/v4/DateRangeV4.vue2.js +1 -1
  56. package/components/dateRange/v4/index.d.ts +7 -7
  57. package/components/dropdown/v3/Dropdown.vue.d.ts +1 -1
  58. package/components/dropdown/v3/index.d.ts +12 -12
  59. package/components/dropdown/v4/ButtonDropdownTrigger.vue.d.ts +1 -1
  60. package/components/dropdown/v4/DropdownV4.vue.js +3 -3
  61. package/components/dropdown/v4/DropdownV4.vue2.js +152 -146
  62. package/components/dropdown/v4/OptionV4.vue.js +3 -3
  63. package/components/dropdown/v4/OptionV4.vue2.js +13 -12
  64. package/components/forms/FormCard.vue.js +3 -3
  65. package/components/forms/FormCard.vue2.js +5 -5
  66. package/components/loader/v4/Loader.vue.js +3 -3
  67. package/components/loader/v4/Loader.vue2.js +1 -1
  68. package/components/menu/Menu.vue.js +3 -3
  69. package/components/menu/Menu.vue2.js +33 -30
  70. package/components/multibar/MultiBar.vue.js +3 -3
  71. package/components/multibar/MultiBar.vue2.js +51 -50
  72. package/components/popover/v4/PopoverV4.vue.d.ts +14 -0
  73. package/components/popover/v4/PopoverV4.vue.js +2 -2
  74. package/components/popover/v4/PopoverV4.vue2.js +20 -17
  75. package/components/popover/v4/index.d.ts +41 -1
  76. package/components/snackbar/v4/SnackbarV4.vue.js +3 -3
  77. package/components/snackbar/v4/SnackbarV4.vue2.js +1 -1
  78. package/components/tag/Tag.vue.d.ts +26 -0
  79. package/components/tag/Tag.vue.js +3 -3
  80. package/components/tag/Tag.vue2.js +227 -155
  81. package/components/tag/index.d.ts +42 -0
  82. package/components/tooltip/v3/Tooltip.vue.d.ts +1 -1
  83. package/components/tooltip/v3/index.d.ts +20 -20
  84. package/components/tooltip/v4/TooltipV4.vue.d.ts +6 -1
  85. package/components/tooltip/v4/TooltipV4.vue.js +2 -2
  86. package/components/tooltip/v4/TooltipV4.vue2.js +76 -36
  87. package/components/tooltip/v4/index.d.ts +39 -20
  88. package/design-foundation.stories/colors/ColorsData.d.ts +114 -0
  89. package/design-foundation.stories/colors/ColorsStoryWrapper.vue.d.ts +28 -1
  90. package/index.d.ts +195 -76
  91. package/package.json +1 -1
  92. package/style/v4/border-radius.scss +2 -2
  93. package/style/v4/colors.scss +105 -0
  94. package/style/v4/elevations.scss +11 -0
  95. package/style/v4/grid.css +1 -1
  96. package/style/v4/grid.css.map +1 -1
  97. package/style/v4/grid.scss +1 -1
  98. package/style/v4/scrollbar.scss +21 -0
  99. package/style/v4/spacings.scss +1 -1
  100. package/style/v4/styleguideV4.scss +1 -0
  101. package/styleguide.scss +2 -2
  102. package/Alert.vue_vue_type_style_index_0_scoped_5e66710b_lang.css +0 -1
  103. package/ButtonV4.vue_vue_type_style_index_0_scoped_a59af1ad_lang.css +0 -1
  104. package/CalendarMonthV4.vue_vue_type_style_index_0_scoped_6eae923a_lang.css +0 -1
  105. package/Chart.vue_vue_type_style_index_0_scoped_22477735_lang.css +0 -1
  106. package/DatePickerV4.vue_vue_type_style_index_0_scoped_39e6c10c_lang.css +0 -1
  107. package/DateRangeV4.vue_vue_type_style_index_0_scoped_f8826716_lang.css +0 -1
  108. package/DropdownV4.vue_vue_type_style_index_0_scoped_526bf0a1_lang.css +0 -1
  109. package/FormCard.vue_vue_type_style_index_0_scoped_86feae7b_lang.css +0 -1
  110. package/Loader.vue_vue_type_style_index_0_scoped_50d9be64_lang.css +0 -1
  111. package/Menu.vue_vue_type_style_index_0_scoped_eb057818_lang.css +0 -1
  112. package/MultiBar.vue_vue_type_style_index_0_scoped_c4395fb6_lang.css +0 -1
  113. package/OptionV4.vue_vue_type_style_index_0_scoped_752a357d_lang.css +0 -1
  114. package/PopoverV4.vue_vue_type_style_index_0_scoped_66694b4e_lang.css +0 -1
  115. package/SnackbarV4.vue_vue_type_style_index_0_scoped_35c79635_lang.css +0 -1
  116. package/Tag.vue_vue_type_style_index_0_scoped_043adaf5_lang.css +0 -1
  117. package/ThemeWrapper.vue_vue_type_style_index_0_scoped_66bd448a_lang.css +0 -1
  118. package/TooltipV4.vue_vue_type_style_index_0_scoped_8a451e54_lang.css +0 -1
@@ -5,6 +5,10 @@ declare const PopoverTypes: () => ({
5
5
  $data: {};
6
6
  $props: Partial<{
7
7
  testId: string;
8
+ delay: number | {
9
+ show: number;
10
+ hide: number;
11
+ };
8
12
  placement: import("floating-vue").Placement;
9
13
  disabled: boolean;
10
14
  distance: number;
@@ -19,6 +23,13 @@ declare const PopoverTypes: () => ({
19
23
  type: import("vue").PropType<string>;
20
24
  default: string;
21
25
  };
26
+ delay: {
27
+ type: import("vue").PropType<number | {
28
+ show: number;
29
+ hide: number;
30
+ }>;
31
+ default: number;
32
+ };
22
33
  placement: {
23
34
  type: import("vue").PropType<import("floating-vue").Placement>;
24
35
  default: string;
@@ -57,7 +68,7 @@ declare const PopoverTypes: () => ({
57
68
  };
58
69
  }>> & {
59
70
  onIsOpen?: (value: boolean) => any;
60
- } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "testId" | "placement" | "disabled" | "distance" | "container" | "autoHide" | "popperClass" | "isOpen" | "trigger" | "skidding">;
71
+ } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "testId" | "delay" | "placement" | "disabled" | "distance" | "container" | "autoHide" | "popperClass" | "isOpen" | "trigger" | "skidding">;
61
72
  $attrs: {
62
73
  [x: string]: unknown;
63
74
  };
@@ -76,6 +87,13 @@ declare const PopoverTypes: () => ({
76
87
  type: import("vue").PropType<string>;
77
88
  default: string;
78
89
  };
90
+ delay: {
91
+ type: import("vue").PropType<number | {
92
+ show: number;
93
+ hide: number;
94
+ }>;
95
+ default: number;
96
+ };
79
97
  placement: {
80
98
  type: import("vue").PropType<import("floating-vue").Placement>;
81
99
  default: string;
@@ -120,6 +138,10 @@ declare const PopoverTypes: () => ({
120
138
  isOpen: (value: boolean) => void;
121
139
  }, string, {
122
140
  testId: string;
141
+ delay: number | {
142
+ show: number;
143
+ hide: number;
144
+ };
123
145
  placement: import("floating-vue").Placement;
124
146
  disabled: boolean;
125
147
  distance: number;
@@ -154,6 +176,13 @@ declare const PopoverTypes: () => ({
154
176
  type: import("vue").PropType<string>;
155
177
  default: string;
156
178
  };
179
+ delay: {
180
+ type: import("vue").PropType<number | {
181
+ show: number;
182
+ hide: number;
183
+ }>;
184
+ default: number;
185
+ };
157
186
  placement: {
158
187
  type: import("vue").PropType<import("floating-vue").Placement>;
159
188
  default: string;
@@ -203,6 +232,13 @@ declare const PopoverTypes: () => ({
203
232
  type: import("vue").PropType<string>;
204
233
  default: string;
205
234
  };
235
+ delay: {
236
+ type: import("vue").PropType<number | {
237
+ show: number;
238
+ hide: number;
239
+ }>;
240
+ default: number;
241
+ };
206
242
  placement: {
207
243
  type: import("vue").PropType<import("floating-vue").Placement>;
208
244
  default: string;
@@ -247,6 +283,10 @@ declare const PopoverTypes: () => ({
247
283
  isOpen: (value: boolean) => void;
248
284
  }, string, {
249
285
  testId: string;
286
+ delay: number | {
287
+ show: number;
288
+ hide: number;
289
+ };
250
290
  placement: import("floating-vue").Placement;
251
291
  disabled: boolean;
252
292
  distance: number;
@@ -1,7 +1,7 @@
1
1
  import o from "./SnackbarV4.vue2.js";
2
- /* empty css */import _ from "../../../_virtual/_plugin-vue_export-helper.js";
3
- // import "../../../SnackbarV4.vue_vue_type_style_index_0_scoped_35c79635_lang.css"; //*');
4
- const r = /* @__PURE__ */ _(o, [["__scopeId", "data-v-35c79635"]]);
2
+ /* empty css */import e from "../../../_virtual/_plugin-vue_export-helper.js";
3
+ // import "../../../SnackbarV4.vue_vue_type_style_index_0_scoped_f19e742c_lang.css"; //*');
4
+ const r = /* @__PURE__ */ e(o, [["__scopeId", "data-v-f19e742c"]]);
5
5
  export {
6
6
  r as default
7
7
  };
@@ -1,4 +1,4 @@
1
- import "../../../SnackbarV4.vue_vue_type_style_index_0_scoped_35c79635_lang.css"; import { defineComponent as $, computed as O, onMounted as x, nextTick as z, openBlock as s, createBlock as l, Transition as V, withCtx as y, withDirectives as I, createElementVNode as r, mergeProps as c, unref as e, createElementBlock as g, createVNode as U, createTextVNode as b, toDisplayString as B, createCommentVNode as u, renderSlot as N, vShow as S, Fragment as D, renderList as H, withModifiers as q } from "vue";
1
+ import "../../../SnackbarV4.vue_vue_type_style_index_0_scoped_f19e742c_lang.css"; import { defineComponent as $, computed as O, onMounted as x, nextTick as z, openBlock as s, createBlock as l, Transition as V, withCtx as y, withDirectives as I, createElementVNode as r, mergeProps as c, unref as e, createElementBlock as g, createVNode as U, createTextVNode as b, toDisplayString as B, createCommentVNode as u, renderSlot as N, vShow as S, Fragment as D, renderList as H, withModifiers as q } from "vue";
2
2
  import F from "../../icon/v4/IconV4.vue.js";
3
3
  import "../../icon/v4/IconFlag.vue.js";
4
4
  import G from "../../button/v4/ButtonV4.vue.js";
@@ -11,10 +11,14 @@ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_T
11
11
  variant?: ChipVariant;
12
12
  placeholder?: string;
13
13
  iconName?: string;
14
+ iconType?: 'regular' | 'fill';
14
15
  editable?: boolean;
16
+ removable?: boolean;
15
17
  selectable?: boolean;
16
18
  maxLength?: number;
17
19
  maxLengthTooltip?: string;
20
+ validationPattern?: string;
21
+ validationErrorText?: string;
18
22
  }>, {
19
23
  isInvalid: boolean;
20
24
  label: string;
@@ -27,13 +31,20 @@ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_T
27
31
  placeholder: string;
28
32
  iconName: string;
29
33
  editable: boolean;
34
+ removable: boolean;
30
35
  selectable: boolean;
31
36
  maxLength: any;
37
+ iconType: string;
32
38
  maxLengthTooltip: string;
39
+ validationPattern: string;
40
+ validationErrorText: string;
33
41
  }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
34
42
  "update:label": (value: string) => void;
35
43
  remove: () => void;
36
44
  stopEditing: () => void;
45
+ "update:isSelected": (value: boolean) => void;
46
+ validationError: (value: string) => void;
47
+ validationSuccess: () => void;
37
48
  }, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
38
49
  label: string;
39
50
  isSelected: boolean;
@@ -46,10 +57,14 @@ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_T
46
57
  variant?: ChipVariant;
47
58
  placeholder?: string;
48
59
  iconName?: string;
60
+ iconType?: 'regular' | 'fill';
49
61
  editable?: boolean;
62
+ removable?: boolean;
50
63
  selectable?: boolean;
51
64
  maxLength?: number;
52
65
  maxLengthTooltip?: string;
66
+ validationPattern?: string;
67
+ validationErrorText?: string;
53
68
  }>, {
54
69
  isInvalid: boolean;
55
70
  label: string;
@@ -62,13 +77,20 @@ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_T
62
77
  placeholder: string;
63
78
  iconName: string;
64
79
  editable: boolean;
80
+ removable: boolean;
65
81
  selectable: boolean;
66
82
  maxLength: any;
83
+ iconType: string;
67
84
  maxLengthTooltip: string;
85
+ validationPattern: string;
86
+ validationErrorText: string;
68
87
  }>>> & {
69
88
  onRemove?: () => any;
70
89
  "onUpdate:label"?: (value: string) => any;
71
90
  onStopEditing?: () => any;
91
+ "onUpdate:isSelected"?: (value: boolean) => any;
92
+ onValidationError?: (value: string) => any;
93
+ onValidationSuccess?: () => any;
72
94
  }, {
73
95
  label: string;
74
96
  testId: string;
@@ -80,10 +102,14 @@ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_T
80
102
  rounded: boolean;
81
103
  maxLength: number;
82
104
  placeholder: string;
105
+ iconType: 'regular' | 'fill';
83
106
  editable: boolean;
84
107
  isInvalid: boolean;
108
+ removable: boolean;
85
109
  selectable: boolean;
86
110
  maxLengthTooltip: string;
111
+ validationPattern: string;
112
+ validationErrorText: string;
87
113
  }>;
88
114
  export default _default;
89
115
  type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
@@ -1,7 +1,7 @@
1
1
  import o from "./Tag.vue2.js";
2
2
  /* empty css */import _ from "../../_virtual/_plugin-vue_export-helper.js";
3
- // import "../../Tag.vue_vue_type_style_index_0_scoped_043adaf5_lang.css"; //*');
4
- const t = /* @__PURE__ */ _(o, [["__scopeId", "data-v-043adaf5"]]);
3
+ // import "../../Tag.vue_vue_type_style_index_0_scoped_b0662035_lang.css"; //*');
4
+ const p = /* @__PURE__ */ _(o, [["__scopeId", "data-v-b0662035"]]);
5
5
  export {
6
- t as default
6
+ p as default
7
7
  };