@ironsource/shared-ui 2.1.11-rc.21 → 2.1.11-rc.22

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.
@@ -0,0 +1 @@
1
+ div[data-v-66694b4e]{display:block}
@@ -20,7 +20,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
20
20
  skidding: number;
21
21
  testId: string;
22
22
  popperClass: string;
23
- container: any;
23
+ container: string;
24
24
  }>, {
25
25
  toggle: (value?: boolean) => boolean;
26
26
  }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
@@ -46,7 +46,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
46
46
  skidding: number;
47
47
  testId: string;
48
48
  popperClass: string;
49
- container: any;
49
+ container: string;
50
50
  }>>> & {
51
51
  onIsOpen?: (value: boolean) => any;
52
52
  }, {
@@ -1,8 +1,8 @@
1
1
  import o from "./PopoverV4.vue2.js";
2
2
  /* empty css *//* empty css */import e from "../../../_virtual/_plugin-vue_export-helper.js";
3
- // import "../../../PopoverV4.vue_vue_type_style_index_0_scoped_c7e688b1_lang.css"; //*');
3
+ // import "../../../PopoverV4.vue_vue_type_style_index_0_scoped_66694b4e_lang.css"; //*');
4
4
  // import "../../../PopoverV4.vue_vue_type_style_index_1_lang.css"; //');
5
- const r = /* @__PURE__ */ e(o, [["__scopeId", "data-v-c7e688b1"]]);
5
+ const r = /* @__PURE__ */ e(o, [["__scopeId", "data-v-66694b4e"]]);
6
6
  export {
7
7
  r as default
8
8
  };
@@ -1,4 +1,4 @@
1
- import "../../../PopoverV4.vue_vue_type_style_index_0_scoped_c7e688b1_lang.css"; import "../../../PopoverV4.vue_vue_type_style_index_1_lang.css"; import { defineComponent as k, watch as s, openBlock as p, createBlock as h, unref as a, withCtx as u, createElementBlock as y, renderSlot as g, createCommentVNode as B, createElementVNode as C } from "vue";
1
+ import "../../../PopoverV4.vue_vue_type_style_index_0_scoped_66694b4e_lang.css"; import "../../../PopoverV4.vue_vue_type_style_index_1_lang.css"; import { defineComponent as k, watch as s, openBlock as p, createBlock as y, unref as a, withCtx as u, createElementBlock as h, renderSlot as g, createCommentVNode as B, createElementVNode as C } from "vue";
2
2
  import { Dropdown as w } from "floating-vue";
3
3
  import { popoverCommon as $ } from "../common/Popover.common.js";
4
4
  const O = ["data-testid"], H = /* @__PURE__ */ k({
@@ -13,25 +13,25 @@ const O = ["data-testid"], H = /* @__PURE__ */ k({
13
13
  skidding: { default: 0 },
14
14
  testId: { default: "" },
15
15
  popperClass: { default: "" },
16
- container: { default: null }
16
+ container: { default: "body" }
17
17
  },
18
18
  emits: ["isOpen"],
19
19
  setup(e, { expose: f, emit: m }) {
20
- const i = e, { popup: c, open: t, toggle: l, triggerRef: v } = $();
20
+ const i = e, { popup: c, open: t, toggle: d, triggerRef: v } = $();
21
21
  s(t, () => {
22
22
  m("isOpen", t.value);
23
23
  }), s(
24
24
  () => i.isOpen,
25
25
  (o) => {
26
- l(o);
26
+ d(o);
27
27
  }
28
28
  );
29
29
  const r = (o) => {
30
30
  i.trigger === o && (t.value = !t.value);
31
31
  };
32
32
  return f({
33
- toggle: l
34
- }), (o, n) => (p(), h(a(w), {
33
+ toggle: d
34
+ }), (o, n) => (p(), y(a(w), {
35
35
  theme: "custom-popover",
36
36
  placement: e.placement,
37
37
  shown: !!a(t),
@@ -43,7 +43,7 @@ const O = ["data-testid"], H = /* @__PURE__ */ k({
43
43
  "popper-class": [e.popperClass, "v4-popover__popper light-theme-v4"]
44
44
  }, {
45
45
  popper: u(() => [
46
- a(t) ? (p(), y("div", {
46
+ a(t) ? (p(), h("div", {
47
47
  key: 0,
48
48
  ref_key: "popup",
49
49
  ref: c,
@@ -57,9 +57,9 @@ const O = ["data-testid"], H = /* @__PURE__ */ k({
57
57
  C("div", {
58
58
  ref_key: "triggerRef",
59
59
  ref: v,
60
- onClick: n[0] || (n[0] = (d) => r("click")),
61
- onMouseenter: n[1] || (n[1] = (d) => r("hover")),
62
- onMouseleave: n[2] || (n[2] = (d) => r("hover"))
60
+ onClick: n[0] || (n[0] = (l) => r("click")),
61
+ onMouseenter: n[1] || (n[1] = (l) => r("hover")),
62
+ onMouseleave: n[2] || (n[2] = (l) => r("hover"))
63
63
  }, [
64
64
  g(o.$slots, "trigger", {}, void 0, !0)
65
65
  ], 544)
@@ -33,7 +33,7 @@ declare const PopoverTypes: () => ({
33
33
  };
34
34
  container: {
35
35
  type: import("vue").PropType<string>;
36
- default: any;
36
+ default: string;
37
37
  };
38
38
  autoHide: {
39
39
  type: import("vue").PropType<boolean>;
@@ -90,7 +90,7 @@ declare const PopoverTypes: () => ({
90
90
  };
91
91
  container: {
92
92
  type: import("vue").PropType<string>;
93
- default: any;
93
+ default: string;
94
94
  };
95
95
  autoHide: {
96
96
  type: import("vue").PropType<boolean>;
@@ -168,7 +168,7 @@ declare const PopoverTypes: () => ({
168
168
  };
169
169
  container: {
170
170
  type: import("vue").PropType<string>;
171
- default: any;
171
+ default: string;
172
172
  };
173
173
  autoHide: {
174
174
  type: import("vue").PropType<boolean>;
@@ -217,7 +217,7 @@ declare const PopoverTypes: () => ({
217
217
  };
218
218
  container: {
219
219
  type: import("vue").PropType<string>;
220
- default: any;
220
+ default: string;
221
221
  };
222
222
  autoHide: {
223
223
  type: import("vue").PropType<boolean>;
package/index.d.ts CHANGED
@@ -53,7 +53,7 @@ declare const _default: {
53
53
  };
54
54
  container: {
55
55
  type: import("vue").PropType<string>;
56
- default: any;
56
+ default: string;
57
57
  };
58
58
  autoHide: {
59
59
  type: import("vue").PropType<boolean>;
@@ -110,7 +110,7 @@ declare const _default: {
110
110
  };
111
111
  container: {
112
112
  type: import("vue").PropType<string>;
113
- default: any;
113
+ default: string;
114
114
  };
115
115
  autoHide: {
116
116
  type: import("vue").PropType<boolean>;
@@ -188,7 +188,7 @@ declare const _default: {
188
188
  };
189
189
  container: {
190
190
  type: import("vue").PropType<string>;
191
- default: any;
191
+ default: string;
192
192
  };
193
193
  autoHide: {
194
194
  type: import("vue").PropType<boolean>;
@@ -237,7 +237,7 @@ declare const _default: {
237
237
  };
238
238
  container: {
239
239
  type: import("vue").PropType<string>;
240
- default: any;
240
+ default: string;
241
241
  };
242
242
  autoHide: {
243
243
  type: import("vue").PropType<boolean>;
@@ -316,7 +316,7 @@ declare const _default: {
316
316
  };
317
317
  container: {
318
318
  type: import("vue").PropType<string>;
319
- default: any;
319
+ default: string;
320
320
  };
321
321
  autoHide: {
322
322
  type: import("vue").PropType<boolean>;
@@ -373,7 +373,7 @@ declare const _default: {
373
373
  };
374
374
  container: {
375
375
  type: import("vue").PropType<string>;
376
- default: any;
376
+ default: string;
377
377
  };
378
378
  autoHide: {
379
379
  type: import("vue").PropType<boolean>;
@@ -451,7 +451,7 @@ declare const _default: {
451
451
  };
452
452
  container: {
453
453
  type: import("vue").PropType<string>;
454
- default: any;
454
+ default: string;
455
455
  };
456
456
  autoHide: {
457
457
  type: import("vue").PropType<boolean>;
@@ -500,7 +500,7 @@ declare const _default: {
500
500
  };
501
501
  container: {
502
502
  type: import("vue").PropType<string>;
503
- default: any;
503
+ default: string;
504
504
  };
505
505
  autoHide: {
506
506
  type: import("vue").PropType<boolean>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ironsource/shared-ui",
3
- "version": "2.1.11-rc.21",
3
+ "version": "2.1.11-rc.22",
4
4
  "engines": {
5
5
  "npm": ">=7.0.0",
6
6
  "node": ">=16.0.0"
@@ -1 +0,0 @@
1
- div[data-v-c7e688b1]{display:block}