@ironsource/shared-ui 2.1.4-rc.0 → 2.1.5-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.
- package/OptionV4.vue_vue_type_style_index_0_scoped_b8375219_lang.css +1 -0
- package/README.md +1 -1
- package/components/dropdown/v4/OptionV4.vue.d.ts +5 -0
- package/components/dropdown/v4/OptionV4.vue.js +3 -3
- package/components/dropdown/v4/OptionV4.vue2.js +27 -25
- package/components/dropdown/v4/index.d.ts +20 -1
- package/index.d.ts +40 -2
- package/package.json +1 -1
- package/OptionV4.vue_vue_type_style_index_0_scoped_cae6bfd4_lang.css +0 -1
|
@@ -0,0 +1 @@
|
|
|
1
|
+
.label[data-v-b8375219]{color:#41454d}.item-container[data-v-b8375219]{width:100%;display:flex;align-items:center;cursor:pointer;border-radius:var(--border-radius-lg);margin-bottom:.25rem;color:var(--text-primary);padding:6px 8px}.item-container--disabled[data-v-b8375219]{cursor:initial;color:var(--text-disabled)}.item-container[data-v-b8375219]:hover:not(.item-container--disabled){background-color:var(--action-hover)}.item-container--active[data-v-b8375219],.item-container[data-v-b8375219]:active{background-color:var(--action-selected)}.item-container:not(.item-container--multi).item-container--selected[data-v-b8375219]{background-color:var(--action-selected)}.subtitle[data-v-b8375219]{color:#7b838c;line-height:1rem}.clear-button[data-v-b8375219]{display:flex;padding:0 4px;color:#7b838c;align-items:center;height:auto;background-image:none;min-width:auto;border:none;background-color:transparent}.clear-button[data-v-b8375219]:hover{color:#3083ff}.item[data-v-b8375219]{width:100%;display:flex;gap:.5rem;align-items:center}.item--with-icon[data-v-b8375219],.item--multi[data-v-b8375219]{display:flex;flex-direction:row;align-items:center;justify-content:start}.item .image[data-v-b8375219]{width:20px;height:20px;flex:none}.item .image img[data-v-b8375219]{width:20px;height:20px;border-radius:4px}.item .start-icon[data-v-b8375219]{display:flex;color:var(--action-active)}.text-container[data-v-b8375219]{width:100%;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;text-align:left}.tooltip-option[data-v-b8375219]{display:block}.tooltip-option[data-v-b8375219] .container{width:100%}
|
package/README.md
CHANGED
|
@@ -129,4 +129,4 @@ cd e2e/playwright
|
|
|
129
129
|
npm run pw:ui:local
|
|
130
130
|
```
|
|
131
131
|
|
|
132
|
-
Read more about this project <a href="https://github.com/ironsource-mobile/shared-ui-ssp/blob/main/e2e/playwright/README.md">here</a
|
|
132
|
+
Read more about this project <a href="https://github.com/ironsource-mobile/shared-ui-ssp/blob/main/e2e/playwright/README.md">here</a>
|
|
@@ -10,6 +10,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
10
10
|
imageKey?: string;
|
|
11
11
|
iconKey?: string;
|
|
12
12
|
iconType?: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test";
|
|
13
|
+
toolTipPlacement?: "auto" | "left" | "right" | "bottom" | "top" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right-start" | "right-end" | "bottom-start" | "bottom-end" | "left-start" | "left-end";
|
|
13
14
|
}>, {
|
|
14
15
|
subtitle: string;
|
|
15
16
|
disabled: boolean;
|
|
@@ -21,6 +22,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
21
22
|
imageKey: any;
|
|
22
23
|
iconKey: any;
|
|
23
24
|
iconType: string;
|
|
25
|
+
toolTipPlacement: string;
|
|
24
26
|
}>, {}, 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<{
|
|
25
27
|
option?: unknown;
|
|
26
28
|
subtitle?: string;
|
|
@@ -33,6 +35,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
33
35
|
imageKey?: string;
|
|
34
36
|
iconKey?: string;
|
|
35
37
|
iconType?: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test";
|
|
38
|
+
toolTipPlacement?: "auto" | "left" | "right" | "bottom" | "top" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right-start" | "right-end" | "bottom-start" | "bottom-end" | "left-start" | "left-end";
|
|
36
39
|
}>, {
|
|
37
40
|
subtitle: string;
|
|
38
41
|
disabled: boolean;
|
|
@@ -44,6 +47,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
44
47
|
imageKey: any;
|
|
45
48
|
iconKey: any;
|
|
46
49
|
iconType: string;
|
|
50
|
+
toolTipPlacement: string;
|
|
47
51
|
}>>>, {
|
|
48
52
|
option: any;
|
|
49
53
|
disabled: boolean;
|
|
@@ -55,6 +59,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
55
59
|
imageKey: string;
|
|
56
60
|
iconKey: string;
|
|
57
61
|
iconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test";
|
|
62
|
+
toolTipPlacement: "auto" | "left" | "right" | "bottom" | "top" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right-start" | "right-end" | "bottom-start" | "bottom-end" | "left-start" | "left-end";
|
|
58
63
|
}>, {
|
|
59
64
|
image?(_: {}): any;
|
|
60
65
|
"icon-start"?(_: {}): any;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import o from "./OptionV4.vue2.js";
|
|
2
|
-
/* empty css */import
|
|
3
|
-
// import "../../../OptionV4.
|
|
4
|
-
const s = /* @__PURE__ */
|
|
2
|
+
/* empty css */import _ from "../../../_virtual/_plugin-vue_export-helper.js";
|
|
3
|
+
// import "../../../OptionV4.vue_vue_type_style_index_0_scoped_b8375219_lang.css"; //*');
|
|
4
|
+
const s = /* @__PURE__ */ _(o, [["__scopeId", "data-v-b8375219"]]);
|
|
5
5
|
export {
|
|
6
6
|
s as default
|
|
7
7
|
};
|
|
@@ -1,19 +1,19 @@
|
|
|
1
|
-
import "../../../OptionV4.
|
|
1
|
+
import "../../../OptionV4.vue_vue_type_style_index_0_scoped_b8375219_lang.css"; import { defineComponent as B, openBlock as o, createBlock as m, unref as i, withCtx as r, createElementVNode as a, normalizeClass as g, createCommentVNode as l, createElementBlock as s, renderSlot as u, createVNode as f, createTextVNode as b, toDisplayString as k, withModifiers as $ } from "vue";
|
|
2
2
|
import "../../typography/Heading.vue.js";
|
|
3
3
|
import I from "../../typography/Text.vue.js";
|
|
4
4
|
import z from "../../checkbox/v4/CheckboxV4.vue.js";
|
|
5
|
-
import
|
|
5
|
+
import p from "../../icon/v4/IconV4.vue.js";
|
|
6
6
|
import { NOOP as N } from "@vue/shared";
|
|
7
7
|
import { optionCommon as V } from "../common/Option.common.js";
|
|
8
8
|
import w from "../../typography/v4/Typography.vue.js";
|
|
9
9
|
import O from "../../tooltip/v4/TooltipV4.vue.js";
|
|
10
|
-
const
|
|
10
|
+
const P = {
|
|
11
11
|
key: 1,
|
|
12
12
|
class: "image"
|
|
13
|
-
},
|
|
13
|
+
}, S = ["src"], j = {
|
|
14
14
|
key: 2,
|
|
15
15
|
class: "start-icon"
|
|
16
|
-
},
|
|
16
|
+
}, E = { class: "text-container" }, M = { key: 0 }, R = /* @__PURE__ */ B({
|
|
17
17
|
__name: "OptionV4",
|
|
18
18
|
props: {
|
|
19
19
|
option: { default: null },
|
|
@@ -26,19 +26,21 @@ const S = {
|
|
|
26
26
|
nameKey: { default: null },
|
|
27
27
|
imageKey: { default: null },
|
|
28
28
|
iconKey: { default: null },
|
|
29
|
-
iconType: { default: "regular" }
|
|
29
|
+
iconType: { default: "regular" },
|
|
30
|
+
toolTipPlacement: { default: "right" }
|
|
30
31
|
},
|
|
31
32
|
setup(e) {
|
|
32
|
-
const
|
|
33
|
-
return (t, n) => (o(),
|
|
33
|
+
const h = e, { selected: c, isMulti: d, id: v, onClick: x, api: y } = V(h), K = (t) => t && typeof t == "object" && "optionTooltipText" in t ? t.optionTooltipText : "", C = (t) => t && typeof t == "object" && "optionTooltipTestId" in t ? t.optionTooltipTestId : null;
|
|
34
|
+
return (t, n) => (o(), m(i(O), {
|
|
34
35
|
text: K(e.option),
|
|
35
36
|
"test-id": C(e.option),
|
|
37
|
+
placement: e.toolTipPlacement,
|
|
36
38
|
class: "tooltip-option"
|
|
37
39
|
}, {
|
|
38
|
-
default:
|
|
40
|
+
default: r(() => [
|
|
39
41
|
a("div", {
|
|
40
42
|
ref: "el",
|
|
41
|
-
class:
|
|
43
|
+
class: g(["item-container", {
|
|
42
44
|
"item-container--disabled": e.disabled,
|
|
43
45
|
"item-container--active": e.nameKey ? !1 : e.active,
|
|
44
46
|
"item-container--selected": i(c),
|
|
@@ -46,12 +48,12 @@ const S = {
|
|
|
46
48
|
}])
|
|
47
49
|
}, [
|
|
48
50
|
a("div", {
|
|
49
|
-
class:
|
|
51
|
+
class: g(["item", {
|
|
50
52
|
"item--multi": i(d),
|
|
51
53
|
"item--with-icon": t.$slots["icon-start"] || t.$slots.image
|
|
52
54
|
}])
|
|
53
55
|
}, [
|
|
54
|
-
i(d) ? (o(),
|
|
56
|
+
i(d) ? (o(), m(i(z), {
|
|
55
57
|
key: 0,
|
|
56
58
|
id: i(v).toString(),
|
|
57
59
|
tabindex: "-1",
|
|
@@ -61,50 +63,50 @@ const S = {
|
|
|
61
63
|
"is-indeterminate": e.isIndeterminate && !e.option,
|
|
62
64
|
onClick: n[0] || (n[0] = (T) => e.disabled ? i(N)() : i(x)(T))
|
|
63
65
|
}, null, 8, ["id", "is-checked", "is-indeterminate"])) : l("", !0),
|
|
64
|
-
t.$slots.image || e.imageKey ? (o(), s("div",
|
|
66
|
+
t.$slots.image || e.imageKey ? (o(), s("div", P, [
|
|
65
67
|
u(t.$slots, "image", {}, () => [
|
|
66
68
|
e.imageKey ? (o(), s("img", {
|
|
67
69
|
key: 0,
|
|
68
70
|
src: e.option[e.imageKey]
|
|
69
|
-
}, null, 8,
|
|
71
|
+
}, null, 8, S)) : l("", !0)
|
|
70
72
|
], !0)
|
|
71
73
|
])) : l("", !0),
|
|
72
|
-
t.$slots["icon-start"] || e.iconKey ? (o(), s("div",
|
|
74
|
+
t.$slots["icon-start"] || e.iconKey ? (o(), s("div", j, [
|
|
73
75
|
u(t.$slots, "icon-start", {}, () => [
|
|
74
|
-
f(i(
|
|
76
|
+
f(i(p), {
|
|
75
77
|
type: e.iconType,
|
|
76
78
|
name: e.option[e.iconKey],
|
|
77
79
|
size: e.iconType === "regular" ? "20px" : "16px"
|
|
78
80
|
}, null, 8, ["type", "name", "size"])
|
|
79
81
|
], !0)
|
|
80
82
|
])) : l("", !0),
|
|
81
|
-
a("div",
|
|
83
|
+
a("div", E, [
|
|
82
84
|
f(i(w), { variant: "body2" }, {
|
|
83
|
-
default:
|
|
85
|
+
default: r(() => [
|
|
84
86
|
u(t.$slots, "default", {}, () => [
|
|
85
|
-
|
|
87
|
+
b(k(e.option[e.nameKey]), 1)
|
|
86
88
|
], !0)
|
|
87
89
|
]),
|
|
88
90
|
_: 3
|
|
89
91
|
}),
|
|
90
|
-
e.subtitle ? (o(),
|
|
92
|
+
e.subtitle ? (o(), m(i(I), {
|
|
91
93
|
key: 0,
|
|
92
94
|
class: "subtitle",
|
|
93
95
|
size: "xs"
|
|
94
96
|
}, {
|
|
95
|
-
default:
|
|
96
|
-
|
|
97
|
+
default: r(() => [
|
|
98
|
+
b(k(e.subtitle), 1)
|
|
97
99
|
]),
|
|
98
100
|
_: 1
|
|
99
101
|
})) : l("", !0)
|
|
100
102
|
])
|
|
101
103
|
], 2),
|
|
102
|
-
i(y).clearable && i(c) ? (o(), s("div",
|
|
104
|
+
i(y).clearable && i(c) ? (o(), s("div", M, [
|
|
103
105
|
a("button", {
|
|
104
106
|
class: "clear-button",
|
|
105
107
|
onClick: n[1] || (n[1] = $((T) => i(y).clearSelection(), ["prevent", "stop"]))
|
|
106
108
|
}, [
|
|
107
|
-
f(i(
|
|
109
|
+
f(i(p), {
|
|
108
110
|
name: "close",
|
|
109
111
|
width: "8",
|
|
110
112
|
height: 8
|
|
@@ -114,7 +116,7 @@ const S = {
|
|
|
114
116
|
], 2)
|
|
115
117
|
]),
|
|
116
118
|
_: 3
|
|
117
|
-
}, 8, ["text", "test-id"]));
|
|
119
|
+
}, 8, ["text", "test-id", "placement"]));
|
|
118
120
|
}
|
|
119
121
|
});
|
|
120
122
|
export {
|
|
@@ -980,6 +980,7 @@ declare const DropdownTypes: () => (({
|
|
|
980
980
|
imageKey: string;
|
|
981
981
|
iconKey: string;
|
|
982
982
|
iconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test";
|
|
983
|
+
toolTipPlacement: "auto" | "left" | "right" | "bottom" | "top" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right-start" | "right-end" | "bottom-start" | "bottom-end" | "left-start" | "left-end";
|
|
983
984
|
}> & Omit<Readonly<import("vue").ExtractPropTypes<{
|
|
984
985
|
option: {
|
|
985
986
|
type: import("vue").PropType<unknown>;
|
|
@@ -1021,10 +1022,14 @@ declare const DropdownTypes: () => (({
|
|
|
1021
1022
|
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test">;
|
|
1022
1023
|
default: string;
|
|
1023
1024
|
};
|
|
1025
|
+
toolTipPlacement: {
|
|
1026
|
+
type: import("vue").PropType<"auto" | "left" | "right" | "bottom" | "top" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right-start" | "right-end" | "bottom-start" | "bottom-end" | "left-start" | "left-end">;
|
|
1027
|
+
default: string;
|
|
1028
|
+
};
|
|
1024
1029
|
selectedProp: {
|
|
1025
1030
|
type: import("vue").PropType<boolean>;
|
|
1026
1031
|
};
|
|
1027
|
-
}>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "option" | "disabled" | "active" | "isIndeterminate" | "subtitle" | "selectAllOption" | "nameKey" | "imageKey" | "iconKey" | "iconType">;
|
|
1032
|
+
}>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "option" | "disabled" | "active" | "isIndeterminate" | "subtitle" | "selectAllOption" | "nameKey" | "imageKey" | "iconKey" | "iconType" | "toolTipPlacement">;
|
|
1028
1033
|
$attrs: {
|
|
1029
1034
|
[x: string]: unknown;
|
|
1030
1035
|
};
|
|
@@ -1079,6 +1084,10 @@ declare const DropdownTypes: () => (({
|
|
|
1079
1084
|
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test">;
|
|
1080
1085
|
default: string;
|
|
1081
1086
|
};
|
|
1087
|
+
toolTipPlacement: {
|
|
1088
|
+
type: import("vue").PropType<"auto" | "left" | "right" | "bottom" | "top" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right-start" | "right-end" | "bottom-start" | "bottom-end" | "left-start" | "left-end">;
|
|
1089
|
+
default: string;
|
|
1090
|
+
};
|
|
1082
1091
|
selectedProp: {
|
|
1083
1092
|
type: import("vue").PropType<boolean>;
|
|
1084
1093
|
};
|
|
@@ -1093,6 +1102,7 @@ declare const DropdownTypes: () => (({
|
|
|
1093
1102
|
imageKey: string;
|
|
1094
1103
|
iconKey: string;
|
|
1095
1104
|
iconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test";
|
|
1105
|
+
toolTipPlacement: "auto" | "left" | "right" | "bottom" | "top" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right-start" | "right-end" | "bottom-start" | "bottom-end" | "left-start" | "left-end";
|
|
1096
1106
|
}, {}, string> & {
|
|
1097
1107
|
beforeCreate?: (() => void) | (() => void)[];
|
|
1098
1108
|
created?: (() => void) | (() => void)[];
|
|
@@ -1154,6 +1164,10 @@ declare const DropdownTypes: () => (({
|
|
|
1154
1164
|
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test">;
|
|
1155
1165
|
default: string;
|
|
1156
1166
|
};
|
|
1167
|
+
toolTipPlacement: {
|
|
1168
|
+
type: import("vue").PropType<"auto" | "left" | "right" | "bottom" | "top" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right-start" | "right-end" | "bottom-start" | "bottom-end" | "left-start" | "left-end">;
|
|
1169
|
+
default: string;
|
|
1170
|
+
};
|
|
1157
1171
|
selectedProp: {
|
|
1158
1172
|
type: import("vue").PropType<boolean>;
|
|
1159
1173
|
};
|
|
@@ -1202,6 +1216,10 @@ declare const DropdownTypes: () => (({
|
|
|
1202
1216
|
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test">;
|
|
1203
1217
|
default: string;
|
|
1204
1218
|
};
|
|
1219
|
+
toolTipPlacement: {
|
|
1220
|
+
type: import("vue").PropType<"auto" | "left" | "right" | "bottom" | "top" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right-start" | "right-end" | "bottom-start" | "bottom-end" | "left-start" | "left-end">;
|
|
1221
|
+
default: string;
|
|
1222
|
+
};
|
|
1205
1223
|
selectedProp: {
|
|
1206
1224
|
type: import("vue").PropType<boolean>;
|
|
1207
1225
|
};
|
|
@@ -1216,6 +1234,7 @@ declare const DropdownTypes: () => (({
|
|
|
1216
1234
|
imageKey: string;
|
|
1217
1235
|
iconKey: string;
|
|
1218
1236
|
iconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test";
|
|
1237
|
+
toolTipPlacement: "auto" | "left" | "right" | "bottom" | "top" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right-start" | "right-end" | "bottom-start" | "bottom-end" | "left-start" | "left-end";
|
|
1219
1238
|
}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
1220
1239
|
$slots: {
|
|
1221
1240
|
image?(_: {}): any;
|
package/index.d.ts
CHANGED
|
@@ -14609,6 +14609,7 @@ declare const _default: {
|
|
|
14609
14609
|
imageKey: string;
|
|
14610
14610
|
iconKey: string;
|
|
14611
14611
|
iconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test";
|
|
14612
|
+
toolTipPlacement: "auto" | "left" | "right" | "bottom" | "top" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right-start" | "right-end" | "bottom-start" | "bottom-end" | "left-start" | "left-end";
|
|
14612
14613
|
}> & Omit<Readonly<import("vue").ExtractPropTypes<{
|
|
14613
14614
|
option: {
|
|
14614
14615
|
type: import("vue").PropType<unknown>;
|
|
@@ -14650,10 +14651,14 @@ declare const _default: {
|
|
|
14650
14651
|
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test">;
|
|
14651
14652
|
default: string;
|
|
14652
14653
|
};
|
|
14654
|
+
toolTipPlacement: {
|
|
14655
|
+
type: import("vue").PropType<"auto" | "left" | "right" | "bottom" | "top" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right-start" | "right-end" | "bottom-start" | "bottom-end" | "left-start" | "left-end">;
|
|
14656
|
+
default: string;
|
|
14657
|
+
};
|
|
14653
14658
|
selectedProp: {
|
|
14654
14659
|
type: import("vue").PropType<boolean>;
|
|
14655
14660
|
};
|
|
14656
|
-
}>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "option" | "disabled" | "active" | "isIndeterminate" | "subtitle" | "selectAllOption" | "nameKey" | "imageKey" | "iconKey" | "iconType">;
|
|
14661
|
+
}>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "option" | "disabled" | "active" | "isIndeterminate" | "subtitle" | "selectAllOption" | "nameKey" | "imageKey" | "iconKey" | "iconType" | "toolTipPlacement">;
|
|
14657
14662
|
$attrs: {
|
|
14658
14663
|
[x: string]: unknown;
|
|
14659
14664
|
};
|
|
@@ -14708,6 +14713,10 @@ declare const _default: {
|
|
|
14708
14713
|
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test">;
|
|
14709
14714
|
default: string;
|
|
14710
14715
|
};
|
|
14716
|
+
toolTipPlacement: {
|
|
14717
|
+
type: import("vue").PropType<"auto" | "left" | "right" | "bottom" | "top" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right-start" | "right-end" | "bottom-start" | "bottom-end" | "left-start" | "left-end">;
|
|
14718
|
+
default: string;
|
|
14719
|
+
};
|
|
14711
14720
|
selectedProp: {
|
|
14712
14721
|
type: import("vue").PropType<boolean>;
|
|
14713
14722
|
};
|
|
@@ -14722,6 +14731,7 @@ declare const _default: {
|
|
|
14722
14731
|
imageKey: string;
|
|
14723
14732
|
iconKey: string;
|
|
14724
14733
|
iconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test";
|
|
14734
|
+
toolTipPlacement: "auto" | "left" | "right" | "bottom" | "top" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right-start" | "right-end" | "bottom-start" | "bottom-end" | "left-start" | "left-end";
|
|
14725
14735
|
}, {}, string> & {
|
|
14726
14736
|
beforeCreate?: (() => void) | (() => void)[];
|
|
14727
14737
|
created?: (() => void) | (() => void)[];
|
|
@@ -14783,6 +14793,10 @@ declare const _default: {
|
|
|
14783
14793
|
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test">;
|
|
14784
14794
|
default: string;
|
|
14785
14795
|
};
|
|
14796
|
+
toolTipPlacement: {
|
|
14797
|
+
type: import("vue").PropType<"auto" | "left" | "right" | "bottom" | "top" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right-start" | "right-end" | "bottom-start" | "bottom-end" | "left-start" | "left-end">;
|
|
14798
|
+
default: string;
|
|
14799
|
+
};
|
|
14786
14800
|
selectedProp: {
|
|
14787
14801
|
type: import("vue").PropType<boolean>;
|
|
14788
14802
|
};
|
|
@@ -14831,6 +14845,10 @@ declare const _default: {
|
|
|
14831
14845
|
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test">;
|
|
14832
14846
|
default: string;
|
|
14833
14847
|
};
|
|
14848
|
+
toolTipPlacement: {
|
|
14849
|
+
type: import("vue").PropType<"auto" | "left" | "right" | "bottom" | "top" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right-start" | "right-end" | "bottom-start" | "bottom-end" | "left-start" | "left-end">;
|
|
14850
|
+
default: string;
|
|
14851
|
+
};
|
|
14834
14852
|
selectedProp: {
|
|
14835
14853
|
type: import("vue").PropType<boolean>;
|
|
14836
14854
|
};
|
|
@@ -14845,6 +14863,7 @@ declare const _default: {
|
|
|
14845
14863
|
imageKey: string;
|
|
14846
14864
|
iconKey: string;
|
|
14847
14865
|
iconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test";
|
|
14866
|
+
toolTipPlacement: "auto" | "left" | "right" | "bottom" | "top" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right-start" | "right-end" | "bottom-start" | "bottom-end" | "left-start" | "left-end";
|
|
14848
14867
|
}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
14849
14868
|
$slots: {
|
|
14850
14869
|
image?(_: {}): any;
|
|
@@ -16025,6 +16044,7 @@ declare const _default: {
|
|
|
16025
16044
|
imageKey: string;
|
|
16026
16045
|
iconKey: string;
|
|
16027
16046
|
iconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test";
|
|
16047
|
+
toolTipPlacement: "auto" | "left" | "right" | "bottom" | "top" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right-start" | "right-end" | "bottom-start" | "bottom-end" | "left-start" | "left-end";
|
|
16028
16048
|
}> & Omit<Readonly<import("vue").ExtractPropTypes<{
|
|
16029
16049
|
option: {
|
|
16030
16050
|
type: import("vue").PropType<unknown>;
|
|
@@ -16066,10 +16086,14 @@ declare const _default: {
|
|
|
16066
16086
|
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test">;
|
|
16067
16087
|
default: string;
|
|
16068
16088
|
};
|
|
16089
|
+
toolTipPlacement: {
|
|
16090
|
+
type: import("vue").PropType<"auto" | "left" | "right" | "bottom" | "top" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right-start" | "right-end" | "bottom-start" | "bottom-end" | "left-start" | "left-end">;
|
|
16091
|
+
default: string;
|
|
16092
|
+
};
|
|
16069
16093
|
selectedProp: {
|
|
16070
16094
|
type: import("vue").PropType<boolean>;
|
|
16071
16095
|
};
|
|
16072
|
-
}>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "option" | "disabled" | "active" | "isIndeterminate" | "subtitle" | "selectAllOption" | "nameKey" | "imageKey" | "iconKey" | "iconType">;
|
|
16096
|
+
}>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "option" | "disabled" | "active" | "isIndeterminate" | "subtitle" | "selectAllOption" | "nameKey" | "imageKey" | "iconKey" | "iconType" | "toolTipPlacement">;
|
|
16073
16097
|
$attrs: {
|
|
16074
16098
|
[x: string]: unknown;
|
|
16075
16099
|
};
|
|
@@ -16124,6 +16148,10 @@ declare const _default: {
|
|
|
16124
16148
|
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test">;
|
|
16125
16149
|
default: string;
|
|
16126
16150
|
};
|
|
16151
|
+
toolTipPlacement: {
|
|
16152
|
+
type: import("vue").PropType<"auto" | "left" | "right" | "bottom" | "top" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right-start" | "right-end" | "bottom-start" | "bottom-end" | "left-start" | "left-end">;
|
|
16153
|
+
default: string;
|
|
16154
|
+
};
|
|
16127
16155
|
selectedProp: {
|
|
16128
16156
|
type: import("vue").PropType<boolean>;
|
|
16129
16157
|
};
|
|
@@ -16138,6 +16166,7 @@ declare const _default: {
|
|
|
16138
16166
|
imageKey: string;
|
|
16139
16167
|
iconKey: string;
|
|
16140
16168
|
iconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test";
|
|
16169
|
+
toolTipPlacement: "auto" | "left" | "right" | "bottom" | "top" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right-start" | "right-end" | "bottom-start" | "bottom-end" | "left-start" | "left-end";
|
|
16141
16170
|
}, {}, string> & {
|
|
16142
16171
|
beforeCreate?: (() => void) | (() => void)[];
|
|
16143
16172
|
created?: (() => void) | (() => void)[];
|
|
@@ -16199,6 +16228,10 @@ declare const _default: {
|
|
|
16199
16228
|
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test">;
|
|
16200
16229
|
default: string;
|
|
16201
16230
|
};
|
|
16231
|
+
toolTipPlacement: {
|
|
16232
|
+
type: import("vue").PropType<"auto" | "left" | "right" | "bottom" | "top" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right-start" | "right-end" | "bottom-start" | "bottom-end" | "left-start" | "left-end">;
|
|
16233
|
+
default: string;
|
|
16234
|
+
};
|
|
16202
16235
|
selectedProp: {
|
|
16203
16236
|
type: import("vue").PropType<boolean>;
|
|
16204
16237
|
};
|
|
@@ -16247,6 +16280,10 @@ declare const _default: {
|
|
|
16247
16280
|
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test">;
|
|
16248
16281
|
default: string;
|
|
16249
16282
|
};
|
|
16283
|
+
toolTipPlacement: {
|
|
16284
|
+
type: import("vue").PropType<"auto" | "left" | "right" | "bottom" | "top" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right-start" | "right-end" | "bottom-start" | "bottom-end" | "left-start" | "left-end">;
|
|
16285
|
+
default: string;
|
|
16286
|
+
};
|
|
16250
16287
|
selectedProp: {
|
|
16251
16288
|
type: import("vue").PropType<boolean>;
|
|
16252
16289
|
};
|
|
@@ -16261,6 +16298,7 @@ declare const _default: {
|
|
|
16261
16298
|
imageKey: string;
|
|
16262
16299
|
iconKey: string;
|
|
16263
16300
|
iconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test";
|
|
16301
|
+
toolTipPlacement: "auto" | "left" | "right" | "bottom" | "top" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right-start" | "right-end" | "bottom-start" | "bottom-end" | "left-start" | "left-end";
|
|
16264
16302
|
}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
16265
16303
|
$slots: {
|
|
16266
16304
|
image?(_: {}): any;
|
package/package.json
CHANGED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
.label[data-v-cae6bfd4]{color:#41454d}.item-container[data-v-cae6bfd4]{width:100%;display:flex;align-items:center;cursor:pointer;border-radius:var(--border-radius-lg);margin-bottom:.25rem;color:var(--text-primary);padding:6px 8px}.item-container--disabled[data-v-cae6bfd4]{cursor:initial;color:var(--text-disabled)}.item-container[data-v-cae6bfd4]:hover:not(.item-container--disabled){background-color:var(--action-hover)}.item-container--active[data-v-cae6bfd4],.item-container[data-v-cae6bfd4]:active{background-color:var(--action-selected)}.item-container:not(.item-container--multi).item-container--selected[data-v-cae6bfd4]{background-color:var(--action-selected)}.subtitle[data-v-cae6bfd4]{color:#7b838c;line-height:1rem}.clear-button[data-v-cae6bfd4]{display:flex;padding:0 4px;color:#7b838c;align-items:center;height:auto;background-image:none;min-width:auto;border:none;background-color:transparent}.clear-button[data-v-cae6bfd4]:hover{color:#3083ff}.item[data-v-cae6bfd4]{width:100%;display:flex;gap:.5rem;align-items:center}.item--with-icon[data-v-cae6bfd4],.item--multi[data-v-cae6bfd4]{display:flex;flex-direction:row;align-items:center;justify-content:start}.item .image[data-v-cae6bfd4]{width:20px;height:20px;flex:none}.item .image img[data-v-cae6bfd4]{width:20px;height:20px;border-radius:4px}.item .start-icon[data-v-cae6bfd4]{display:flex;color:var(--action-active)}.text-container[data-v-cae6bfd4]{width:100%;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;text-align:left}.tooltip-option[data-v-cae6bfd4]{display:block}.tooltip-option[data-v-cae6bfd4] .container{width:100%}
|