@ironsource/shared-ui 2.1.7-test.5 → 2.1.7-test.7
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.
- package/IconV4.vue_vue_type_style_index_0_scoped_dc433d48_lang.css +1 -0
- package/components/appHeader/AppHeader.vue.d.ts +1 -1
- package/components/appHeader/index.d.ts +9 -9
- package/components/icon/v4/IconV4.vue.d.ts +5 -0
- package/components/icon/v4/IconV4.vue.js +4 -4
- package/components/icon/v4/IconV4.vue2.js +29 -26
- package/components/icon/v4/index.d.ts +20 -1
- package/design-foundation.stories/icons/iconsData.d.ts +6 -2
- package/index.d.ts +58 -20
- package/package.json +1 -1
- package/IconV4.vue_vue_type_style_index_0_scoped_1eea7671_lang.css +0 -1
|
@@ -0,0 +1 @@
|
|
|
1
|
+
.icon[data-v-dc433d48]{user-select:none;display:flex;align-items:center;justify-content:center;width:fit-content;height:fit-content}.icon .icon-wrapper[data-v-dc433d48]{width:var(--3d423be4);height:var(--513646c9);color:var(--ad86ac0c)}.icon .icon-wrapper[data-v-dc433d48] svg{width:100%;height:100%}
|
|
@@ -38,8 +38,8 @@ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_T
|
|
|
38
38
|
name: string;
|
|
39
39
|
type: 'small' | 'normal';
|
|
40
40
|
image: string;
|
|
41
|
-
testId: string;
|
|
42
41
|
platform: 'android' | 'ios';
|
|
42
|
+
testId: string;
|
|
43
43
|
appKey: string;
|
|
44
44
|
showAbIcon: boolean;
|
|
45
45
|
}>;
|
|
@@ -14,13 +14,13 @@ declare const AppHeaderTypes: () => import("vue").DefineComponent<{
|
|
|
14
14
|
required: true;
|
|
15
15
|
default: string;
|
|
16
16
|
};
|
|
17
|
-
|
|
18
|
-
type: import("vue").PropType<
|
|
17
|
+
platform: {
|
|
18
|
+
type: import("vue").PropType<"android" | "ios">;
|
|
19
19
|
required: true;
|
|
20
20
|
default: string;
|
|
21
21
|
};
|
|
22
|
-
|
|
23
|
-
type: import("vue").PropType<
|
|
22
|
+
testId: {
|
|
23
|
+
type: import("vue").PropType<string>;
|
|
24
24
|
required: true;
|
|
25
25
|
default: string;
|
|
26
26
|
};
|
|
@@ -50,13 +50,13 @@ declare const AppHeaderTypes: () => import("vue").DefineComponent<{
|
|
|
50
50
|
required: true;
|
|
51
51
|
default: string;
|
|
52
52
|
};
|
|
53
|
-
|
|
54
|
-
type: import("vue").PropType<
|
|
53
|
+
platform: {
|
|
54
|
+
type: import("vue").PropType<"android" | "ios">;
|
|
55
55
|
required: true;
|
|
56
56
|
default: string;
|
|
57
57
|
};
|
|
58
|
-
|
|
59
|
-
type: import("vue").PropType<
|
|
58
|
+
testId: {
|
|
59
|
+
type: import("vue").PropType<string>;
|
|
60
60
|
required: true;
|
|
61
61
|
default: string;
|
|
62
62
|
};
|
|
@@ -75,8 +75,8 @@ declare const AppHeaderTypes: () => import("vue").DefineComponent<{
|
|
|
75
75
|
name: string;
|
|
76
76
|
type: "small" | "normal";
|
|
77
77
|
image: string;
|
|
78
|
-
testId: string;
|
|
79
78
|
platform: "android" | "ios";
|
|
79
|
+
testId: string;
|
|
80
80
|
appKey: string;
|
|
81
81
|
showAbIcon: boolean;
|
|
82
82
|
}>[];
|
|
@@ -5,6 +5,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
5
5
|
size?: string;
|
|
6
6
|
height?: string;
|
|
7
7
|
width?: string;
|
|
8
|
+
platform?: string;
|
|
8
9
|
}>, {
|
|
9
10
|
name: any;
|
|
10
11
|
size: any;
|
|
@@ -12,6 +13,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
12
13
|
type: string;
|
|
13
14
|
height: any;
|
|
14
15
|
width: any;
|
|
16
|
+
platform: any;
|
|
15
17
|
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
|
|
16
18
|
type?: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
17
19
|
name?: string;
|
|
@@ -19,6 +21,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
19
21
|
size?: string;
|
|
20
22
|
height?: string;
|
|
21
23
|
width?: string;
|
|
24
|
+
platform?: string;
|
|
22
25
|
}>, {
|
|
23
26
|
name: any;
|
|
24
27
|
size: any;
|
|
@@ -26,6 +29,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
26
29
|
type: string;
|
|
27
30
|
height: any;
|
|
28
31
|
width: any;
|
|
32
|
+
platform: any;
|
|
29
33
|
}>>>, {
|
|
30
34
|
name: string;
|
|
31
35
|
type: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
@@ -33,6 +37,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
33
37
|
size: string;
|
|
34
38
|
height: string;
|
|
35
39
|
width: string;
|
|
40
|
+
platform: string;
|
|
36
41
|
}>, {
|
|
37
42
|
default?(_: {}): any;
|
|
38
43
|
}>;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import o from "./IconV4.vue2.js";
|
|
2
|
-
/* empty css */import
|
|
3
|
-
// import "../../../IconV4.
|
|
4
|
-
const
|
|
2
|
+
/* empty css */import _ from "../../../_virtual/_plugin-vue_export-helper.js";
|
|
3
|
+
// import "../../../IconV4.vue_vue_type_style_index_0_scoped_dc433d48_lang.css"; //*');
|
|
4
|
+
const t = /* @__PURE__ */ _(o, [["__scopeId", "data-v-dc433d48"]]);
|
|
5
5
|
export {
|
|
6
|
-
|
|
6
|
+
t as default
|
|
7
7
|
};
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import "../../../IconV4.
|
|
2
|
-
import { useStorage as
|
|
1
|
+
import "../../../IconV4.vue_vue_type_style_index_0_scoped_dc433d48_lang.css"; import { defineComponent as S, useCssVars as w, unref as s, useSlots as C, computed as o, watch as _, openBlock as u, createElementBlock as f, normalizeClass as b, createCommentVNode as z, renderSlot as I } from "vue";
|
|
2
|
+
import { useStorage as T } from "../../../composables/useStorage.js";
|
|
3
3
|
import { ASSETS_BASE_URL as U } from "./consts.js";
|
|
4
|
-
const V = ["innerHTML"], B = /* @__PURE__ */
|
|
4
|
+
const V = ["innerHTML"], B = /* @__PURE__ */ S({
|
|
5
5
|
__name: "IconV4",
|
|
6
6
|
props: {
|
|
7
7
|
type: { default: "regular" },
|
|
@@ -9,34 +9,37 @@ const V = ["innerHTML"], B = /* @__PURE__ */ $({
|
|
|
9
9
|
color: { default: null },
|
|
10
10
|
size: { default: null },
|
|
11
11
|
height: { default: null },
|
|
12
|
-
width: { default: null }
|
|
12
|
+
width: { default: null },
|
|
13
|
+
platform: { default: null }
|
|
13
14
|
},
|
|
14
|
-
setup(
|
|
15
|
-
const e =
|
|
16
|
-
|
|
17
|
-
"
|
|
18
|
-
"
|
|
19
|
-
|
|
15
|
+
setup(r) {
|
|
16
|
+
const e = r;
|
|
17
|
+
w((t) => ({
|
|
18
|
+
"3d423be4": s(d),
|
|
19
|
+
"513646c9": s(m),
|
|
20
|
+
ad86ac0c: r.color
|
|
20
21
|
}));
|
|
21
|
-
const
|
|
22
|
+
const a = window.sharedUIRequestCache = window.sharedUIRequestCache || {}, p = C(), d = o(() => e.size || e.width), m = o(() => e.size || e.height), h = o(
|
|
23
|
+
() => e.platform ? `${e.type}/${e.platform}` : e.type
|
|
24
|
+
), y = o(() => {
|
|
22
25
|
if (!e.name)
|
|
23
26
|
return "";
|
|
24
27
|
const t = e.name.split("/");
|
|
25
28
|
return [e.name ? `icon-name--${t.at(-1)}` : ""];
|
|
26
|
-
}),
|
|
29
|
+
}), c = o(() => {
|
|
27
30
|
if (p.default)
|
|
28
31
|
return "";
|
|
29
32
|
if (!e.name)
|
|
30
33
|
return console.error("Please provided icon name"), "";
|
|
31
34
|
const t = e.type === "regular" || e.type === "bold" || e.type === "fill" ? "ph/" : "v4/", n = e.type === "bold" || e.type === "fill" ? `-${e.type}` : "";
|
|
32
|
-
return `${U}/icons/${t}${
|
|
33
|
-
}),
|
|
35
|
+
return `${U}/icons/${t}${h.value}/${e.name}${n}.svg`;
|
|
36
|
+
}), l = T(`icon-${e.type}--${e.name}`);
|
|
34
37
|
function g(t) {
|
|
35
|
-
return
|
|
36
|
-
delete
|
|
38
|
+
return a[t] || (a[t] = fetch(t).then((n) => n.text()).finally(() => {
|
|
39
|
+
delete a[t];
|
|
37
40
|
}).catch((n) => {
|
|
38
41
|
console.error(n);
|
|
39
|
-
})),
|
|
42
|
+
})), a[t];
|
|
40
43
|
}
|
|
41
44
|
function v(t) {
|
|
42
45
|
return t.replace(
|
|
@@ -45,21 +48,21 @@ const V = ["innerHTML"], B = /* @__PURE__ */ $({
|
|
|
45
48
|
);
|
|
46
49
|
}
|
|
47
50
|
function i() {
|
|
48
|
-
g(
|
|
49
|
-
typeof t == "string" && t.startsWith("<svg") && (
|
|
51
|
+
g(c.value).then((t) => {
|
|
52
|
+
typeof t == "string" && t.startsWith("<svg") && (l.value = t);
|
|
50
53
|
});
|
|
51
54
|
}
|
|
52
|
-
!
|
|
53
|
-
const
|
|
54
|
-
return
|
|
55
|
-
class:
|
|
55
|
+
!l.value && c.value && i();
|
|
56
|
+
const $ = o(() => v(l.value ?? ""));
|
|
57
|
+
return _(() => e.name, i), (t, n) => (u(), f("span", {
|
|
58
|
+
class: b(["icon", s(y)])
|
|
56
59
|
}, [
|
|
57
|
-
t.$slots.default ?
|
|
60
|
+
t.$slots.default ? z("", !0) : (u(), f("span", {
|
|
58
61
|
key: 0,
|
|
59
62
|
class: "icon-wrapper",
|
|
60
|
-
innerHTML:
|
|
63
|
+
innerHTML: s($)
|
|
61
64
|
}, null, 8, V)),
|
|
62
|
-
|
|
65
|
+
I(t.$slots, "default", {}, void 0, !0)
|
|
63
66
|
], 2));
|
|
64
67
|
}
|
|
65
68
|
});
|
|
@@ -10,6 +10,7 @@ declare const IconTypes: () => ({
|
|
|
10
10
|
size: string;
|
|
11
11
|
height: string;
|
|
12
12
|
width: string;
|
|
13
|
+
platform: string;
|
|
13
14
|
}> & Omit<Readonly<import("vue").ExtractPropTypes<{
|
|
14
15
|
name: {
|
|
15
16
|
type: import("vue").PropType<string>;
|
|
@@ -35,7 +36,11 @@ declare const IconTypes: () => ({
|
|
|
35
36
|
type: import("vue").PropType<string>;
|
|
36
37
|
default: any;
|
|
37
38
|
};
|
|
38
|
-
|
|
39
|
+
platform: {
|
|
40
|
+
type: import("vue").PropType<string>;
|
|
41
|
+
default: any;
|
|
42
|
+
};
|
|
43
|
+
}>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "name" | "type" | "color" | "size" | "height" | "width" | "platform">;
|
|
39
44
|
$attrs: {
|
|
40
45
|
[x: string]: unknown;
|
|
41
46
|
};
|
|
@@ -74,6 +79,10 @@ declare const IconTypes: () => ({
|
|
|
74
79
|
type: import("vue").PropType<string>;
|
|
75
80
|
default: any;
|
|
76
81
|
};
|
|
82
|
+
platform: {
|
|
83
|
+
type: import("vue").PropType<string>;
|
|
84
|
+
default: any;
|
|
85
|
+
};
|
|
77
86
|
}>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
|
78
87
|
name: string;
|
|
79
88
|
type: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
@@ -81,6 +90,7 @@ declare const IconTypes: () => ({
|
|
|
81
90
|
size: string;
|
|
82
91
|
height: string;
|
|
83
92
|
width: string;
|
|
93
|
+
platform: string;
|
|
84
94
|
}, {}, string> & {
|
|
85
95
|
beforeCreate?: (() => void) | (() => void)[];
|
|
86
96
|
created?: (() => void) | (() => void)[];
|
|
@@ -126,6 +136,10 @@ declare const IconTypes: () => ({
|
|
|
126
136
|
type: import("vue").PropType<string>;
|
|
127
137
|
default: any;
|
|
128
138
|
};
|
|
139
|
+
platform: {
|
|
140
|
+
type: import("vue").PropType<string>;
|
|
141
|
+
default: any;
|
|
142
|
+
};
|
|
129
143
|
}>> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {};
|
|
130
144
|
__isFragment?: never;
|
|
131
145
|
__isTeleport?: never;
|
|
@@ -155,6 +169,10 @@ declare const IconTypes: () => ({
|
|
|
155
169
|
type: import("vue").PropType<string>;
|
|
156
170
|
default: any;
|
|
157
171
|
};
|
|
172
|
+
platform: {
|
|
173
|
+
type: import("vue").PropType<string>;
|
|
174
|
+
default: any;
|
|
175
|
+
};
|
|
158
176
|
}>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
|
159
177
|
name: string;
|
|
160
178
|
type: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
@@ -162,6 +180,7 @@ declare const IconTypes: () => ({
|
|
|
162
180
|
size: string;
|
|
163
181
|
height: string;
|
|
164
182
|
width: string;
|
|
183
|
+
platform: string;
|
|
165
184
|
}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
166
185
|
$slots: {
|
|
167
186
|
default?(_: {}): any;
|
|
@@ -15,8 +15,12 @@ declare const iconsAdNetworks: {
|
|
|
15
15
|
name: string;
|
|
16
16
|
path: string;
|
|
17
17
|
}[];
|
|
18
|
-
declare const
|
|
18
|
+
declare const iconsIosContentRateData: {
|
|
19
19
|
name: string;
|
|
20
20
|
path: string;
|
|
21
21
|
}[];
|
|
22
|
-
|
|
22
|
+
declare const iconsAndroidContentRateData: {
|
|
23
|
+
name: string;
|
|
24
|
+
path: string;
|
|
25
|
+
}[];
|
|
26
|
+
export { assetsPath, iconsBrandedData, iconsADUnitData, iconsABTestData, iconsAdNetworks, iconsIosContentRateData, iconsAndroidContentRateData, };
|
package/index.d.ts
CHANGED
|
@@ -2595,13 +2595,13 @@ declare const _default: {
|
|
|
2595
2595
|
required: true;
|
|
2596
2596
|
default: string;
|
|
2597
2597
|
};
|
|
2598
|
-
|
|
2599
|
-
type: import("vue").PropType<
|
|
2598
|
+
platform: {
|
|
2599
|
+
type: import("vue").PropType<"android" | "ios">;
|
|
2600
2600
|
required: true;
|
|
2601
2601
|
default: string;
|
|
2602
2602
|
};
|
|
2603
|
-
|
|
2604
|
-
type: import("vue").PropType<
|
|
2603
|
+
testId: {
|
|
2604
|
+
type: import("vue").PropType<string>;
|
|
2605
2605
|
required: true;
|
|
2606
2606
|
default: string;
|
|
2607
2607
|
};
|
|
@@ -2631,13 +2631,13 @@ declare const _default: {
|
|
|
2631
2631
|
required: true;
|
|
2632
2632
|
default: string;
|
|
2633
2633
|
};
|
|
2634
|
-
|
|
2635
|
-
type: import("vue").PropType<
|
|
2634
|
+
platform: {
|
|
2635
|
+
type: import("vue").PropType<"android" | "ios">;
|
|
2636
2636
|
required: true;
|
|
2637
2637
|
default: string;
|
|
2638
2638
|
};
|
|
2639
|
-
|
|
2640
|
-
type: import("vue").PropType<
|
|
2639
|
+
testId: {
|
|
2640
|
+
type: import("vue").PropType<string>;
|
|
2641
2641
|
required: true;
|
|
2642
2642
|
default: string;
|
|
2643
2643
|
};
|
|
@@ -2656,8 +2656,8 @@ declare const _default: {
|
|
|
2656
2656
|
name: string;
|
|
2657
2657
|
type: "small" | "normal";
|
|
2658
2658
|
image: string;
|
|
2659
|
-
testId: string;
|
|
2660
2659
|
platform: "android" | "ios";
|
|
2660
|
+
testId: string;
|
|
2661
2661
|
appKey: string;
|
|
2662
2662
|
showAbIcon: boolean;
|
|
2663
2663
|
}>;
|
|
@@ -2676,13 +2676,13 @@ declare const _default: {
|
|
|
2676
2676
|
required: true;
|
|
2677
2677
|
default: string;
|
|
2678
2678
|
};
|
|
2679
|
-
|
|
2680
|
-
type: import("vue").PropType<
|
|
2679
|
+
platform: {
|
|
2680
|
+
type: import("vue").PropType<"android" | "ios">;
|
|
2681
2681
|
required: true;
|
|
2682
2682
|
default: string;
|
|
2683
2683
|
};
|
|
2684
|
-
|
|
2685
|
-
type: import("vue").PropType<
|
|
2684
|
+
testId: {
|
|
2685
|
+
type: import("vue").PropType<string>;
|
|
2686
2686
|
required: true;
|
|
2687
2687
|
default: string;
|
|
2688
2688
|
};
|
|
@@ -2712,13 +2712,13 @@ declare const _default: {
|
|
|
2712
2712
|
required: true;
|
|
2713
2713
|
default: string;
|
|
2714
2714
|
};
|
|
2715
|
-
|
|
2716
|
-
type: import("vue").PropType<
|
|
2715
|
+
platform: {
|
|
2716
|
+
type: import("vue").PropType<"android" | "ios">;
|
|
2717
2717
|
required: true;
|
|
2718
2718
|
default: string;
|
|
2719
2719
|
};
|
|
2720
|
-
|
|
2721
|
-
type: import("vue").PropType<
|
|
2720
|
+
testId: {
|
|
2721
|
+
type: import("vue").PropType<string>;
|
|
2722
2722
|
required: true;
|
|
2723
2723
|
default: string;
|
|
2724
2724
|
};
|
|
@@ -2737,8 +2737,8 @@ declare const _default: {
|
|
|
2737
2737
|
name: string;
|
|
2738
2738
|
type: "small" | "normal";
|
|
2739
2739
|
image: string;
|
|
2740
|
-
testId: string;
|
|
2741
2740
|
platform: "android" | "ios";
|
|
2741
|
+
testId: string;
|
|
2742
2742
|
appKey: string;
|
|
2743
2743
|
showAbIcon: boolean;
|
|
2744
2744
|
}>[];
|
|
@@ -10913,6 +10913,7 @@ declare const _default: {
|
|
|
10913
10913
|
size: string;
|
|
10914
10914
|
height: string;
|
|
10915
10915
|
width: string;
|
|
10916
|
+
platform: string;
|
|
10916
10917
|
}> & Omit<Readonly<import("vue").ExtractPropTypes<{
|
|
10917
10918
|
name: {
|
|
10918
10919
|
type: import("vue").PropType<string>;
|
|
@@ -10938,7 +10939,11 @@ declare const _default: {
|
|
|
10938
10939
|
type: import("vue").PropType<string>;
|
|
10939
10940
|
default: any;
|
|
10940
10941
|
};
|
|
10941
|
-
|
|
10942
|
+
platform: {
|
|
10943
|
+
type: import("vue").PropType<string>;
|
|
10944
|
+
default: any;
|
|
10945
|
+
};
|
|
10946
|
+
}>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "name" | "type" | "color" | "size" | "height" | "width" | "platform">;
|
|
10942
10947
|
$attrs: {
|
|
10943
10948
|
[x: string]: unknown;
|
|
10944
10949
|
};
|
|
@@ -10977,6 +10982,10 @@ declare const _default: {
|
|
|
10977
10982
|
type: import("vue").PropType<string>;
|
|
10978
10983
|
default: any;
|
|
10979
10984
|
};
|
|
10985
|
+
platform: {
|
|
10986
|
+
type: import("vue").PropType<string>;
|
|
10987
|
+
default: any;
|
|
10988
|
+
};
|
|
10980
10989
|
}>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
|
10981
10990
|
name: string;
|
|
10982
10991
|
type: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
@@ -10984,6 +10993,7 @@ declare const _default: {
|
|
|
10984
10993
|
size: string;
|
|
10985
10994
|
height: string;
|
|
10986
10995
|
width: string;
|
|
10996
|
+
platform: string;
|
|
10987
10997
|
}, {}, string> & {
|
|
10988
10998
|
beforeCreate?: (() => void) | (() => void)[];
|
|
10989
10999
|
created?: (() => void) | (() => void)[];
|
|
@@ -11029,6 +11039,10 @@ declare const _default: {
|
|
|
11029
11039
|
type: import("vue").PropType<string>;
|
|
11030
11040
|
default: any;
|
|
11031
11041
|
};
|
|
11042
|
+
platform: {
|
|
11043
|
+
type: import("vue").PropType<string>;
|
|
11044
|
+
default: any;
|
|
11045
|
+
};
|
|
11032
11046
|
}>> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {};
|
|
11033
11047
|
__isFragment?: never;
|
|
11034
11048
|
__isTeleport?: never;
|
|
@@ -11058,6 +11072,10 @@ declare const _default: {
|
|
|
11058
11072
|
type: import("vue").PropType<string>;
|
|
11059
11073
|
default: any;
|
|
11060
11074
|
};
|
|
11075
|
+
platform: {
|
|
11076
|
+
type: import("vue").PropType<string>;
|
|
11077
|
+
default: any;
|
|
11078
|
+
};
|
|
11061
11079
|
}>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
|
11062
11080
|
name: string;
|
|
11063
11081
|
type: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
@@ -11065,6 +11083,7 @@ declare const _default: {
|
|
|
11065
11083
|
size: string;
|
|
11066
11084
|
height: string;
|
|
11067
11085
|
width: string;
|
|
11086
|
+
platform: string;
|
|
11068
11087
|
}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
11069
11088
|
$slots: {
|
|
11070
11089
|
default?(_: {}): any;
|
|
@@ -11081,6 +11100,7 @@ declare const _default: {
|
|
|
11081
11100
|
size: string;
|
|
11082
11101
|
height: string;
|
|
11083
11102
|
width: string;
|
|
11103
|
+
platform: string;
|
|
11084
11104
|
}> & Omit<Readonly<import("vue").ExtractPropTypes<{
|
|
11085
11105
|
name: {
|
|
11086
11106
|
type: import("vue").PropType<string>;
|
|
@@ -11106,7 +11126,11 @@ declare const _default: {
|
|
|
11106
11126
|
type: import("vue").PropType<string>;
|
|
11107
11127
|
default: any;
|
|
11108
11128
|
};
|
|
11109
|
-
|
|
11129
|
+
platform: {
|
|
11130
|
+
type: import("vue").PropType<string>;
|
|
11131
|
+
default: any;
|
|
11132
|
+
};
|
|
11133
|
+
}>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "name" | "type" | "color" | "size" | "height" | "width" | "platform">;
|
|
11110
11134
|
$attrs: {
|
|
11111
11135
|
[x: string]: unknown;
|
|
11112
11136
|
};
|
|
@@ -11145,6 +11169,10 @@ declare const _default: {
|
|
|
11145
11169
|
type: import("vue").PropType<string>;
|
|
11146
11170
|
default: any;
|
|
11147
11171
|
};
|
|
11172
|
+
platform: {
|
|
11173
|
+
type: import("vue").PropType<string>;
|
|
11174
|
+
default: any;
|
|
11175
|
+
};
|
|
11148
11176
|
}>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
|
11149
11177
|
name: string;
|
|
11150
11178
|
type: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
@@ -11152,6 +11180,7 @@ declare const _default: {
|
|
|
11152
11180
|
size: string;
|
|
11153
11181
|
height: string;
|
|
11154
11182
|
width: string;
|
|
11183
|
+
platform: string;
|
|
11155
11184
|
}, {}, string> & {
|
|
11156
11185
|
beforeCreate?: (() => void) | (() => void)[];
|
|
11157
11186
|
created?: (() => void) | (() => void)[];
|
|
@@ -11197,6 +11226,10 @@ declare const _default: {
|
|
|
11197
11226
|
type: import("vue").PropType<string>;
|
|
11198
11227
|
default: any;
|
|
11199
11228
|
};
|
|
11229
|
+
platform: {
|
|
11230
|
+
type: import("vue").PropType<string>;
|
|
11231
|
+
default: any;
|
|
11232
|
+
};
|
|
11200
11233
|
}>> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {};
|
|
11201
11234
|
__isFragment?: never;
|
|
11202
11235
|
__isTeleport?: never;
|
|
@@ -11226,6 +11259,10 @@ declare const _default: {
|
|
|
11226
11259
|
type: import("vue").PropType<string>;
|
|
11227
11260
|
default: any;
|
|
11228
11261
|
};
|
|
11262
|
+
platform: {
|
|
11263
|
+
type: import("vue").PropType<string>;
|
|
11264
|
+
default: any;
|
|
11265
|
+
};
|
|
11229
11266
|
}>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
|
11230
11267
|
name: string;
|
|
11231
11268
|
type: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
@@ -11233,6 +11270,7 @@ declare const _default: {
|
|
|
11233
11270
|
size: string;
|
|
11234
11271
|
height: string;
|
|
11235
11272
|
width: string;
|
|
11273
|
+
platform: string;
|
|
11236
11274
|
}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
11237
11275
|
$slots: {
|
|
11238
11276
|
default?(_: {}): any;
|
package/package.json
CHANGED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
.icon[data-v-1eea7671]{user-select:none;display:flex;align-items:center;justify-content:center;width:fit-content;height:fit-content}.icon .icon-wrapper[data-v-1eea7671]{width:var(--2034b1ce);height:var(--66dae3c2);color:var(--5a4ab638)}.icon .icon-wrapper[data-v-1eea7671] svg{width:100%;height:100%}
|