@ironsource/shared-ui 2.1.7-rc.8 → 2.1.7-test.2
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/Autocomplete.vue_vue_type_style_index_0_scoped_a7bfd237_lang.css +1 -0
- package/DataGridRowsCounter.vue_vue_type_style_index_0_scoped_06751538_lang.css +1 -0
- package/DropdownV4.vue_vue_type_style_index_0_scoped_7af4f288_lang.css +1 -0
- package/IncludeExclude.vue_vue_type_style_index_0_scoped_fb054d88_lang.css +1 -0
- package/IncludeExcludeDragDrop.vue_vue_type_style_index_0_scoped_5764fd61_lang.css +1 -0
- package/MultipleDataGrid.vue_vue_type_style_index_0_scoped_260b9cdc_lang.css +1 -0
- package/OptionV4.vue_vue_type_style_index_0_scoped_9db0f796_lang.css +1 -0
- package/Popover.vue_vue_type_style_index_0_scoped_25eb53db_lang.css +1 -0
- package/TextField.vue_vue_type_style_index_0_scoped_052b1a0c_lang.css +1 -0
- package/components/autocomplete/Autocomplete.vue.d.ts +0 -5
- package/components/autocomplete/Autocomplete.vue.js +2 -2
- package/components/autocomplete/Autocomplete.vue2.js +45 -57
- package/components/autocomplete/index.d.ts +1 -20
- package/components/dropdown/v4/DropdownV4.vue.d.ts +0 -10
- package/components/dropdown/v4/DropdownV4.vue.js +3 -3
- package/components/dropdown/v4/DropdownV4.vue2.js +147 -151
- package/components/dropdown/v4/OptionV4.vue.d.ts +0 -10
- package/components/dropdown/v4/OptionV4.vue.js +2 -2
- package/components/dropdown/v4/OptionV4.vue2.js +53 -70
- package/components/dropdown/v4/dropdownStoryArgs.d.ts +0 -14
- package/components/dropdown/v4/index.d.ts +2 -78
- package/components/includeExclude/IncludeExclude.vue.js +4 -4
- package/components/includeExclude/IncludeExclude.vue2.js +2 -2
- package/components/includeExclude/IncludeExcludeDragDrop.vue.js +4 -4
- package/components/includeExclude/IncludeExcludeDragDrop.vue2.js +2 -2
- package/components/input/v4/TextField.vue.js +3 -3
- package/components/input/v4/TextField.vue2.js +66 -70
- package/components/popover/Popover.vue.js +8 -0
- package/components/popover/{v3/Popover.vue2.js → Popover.vue2.js} +1 -1
- package/components/table/v4/DataGridRowsCounter.vue.d.ts +0 -5
- package/components/table/v4/DataGridRowsCounter.vue.js +3 -3
- package/components/table/v4/DataGridRowsCounter.vue2.js +22 -29
- package/components/table/v4/MultipleDataGrid.vue.js +5 -5
- package/components/table/v4/MultipleDataGrid.vue2.js +36 -40
- package/components/table/v4/index.d.ts +0 -9
- package/index.d.ts +5 -588
- package/index.js +70 -70
- package/package.json +3 -7
- package/testids/index.d.ts +0 -5
- package/testids/index.js +23 -24
- package/Autocomplete.vue_vue_type_style_index_0_scoped_e361f9fd_lang.css +0 -1
- package/DataGridRowsCounter.vue_vue_type_style_index_0_scoped_0ce71f73_lang.css +0 -1
- package/DropdownV4.vue_vue_type_style_index_0_scoped_938772ee_lang.css +0 -1
- package/IncludeExclude.vue_vue_type_style_index_0_scoped_cc2adbf5_lang.css +0 -1
- package/IncludeExcludeDragDrop.vue_vue_type_style_index_0_scoped_bd6145ce_lang.css +0 -1
- package/MultipleDataGrid.vue_vue_type_style_index_0_scoped_9e22192c_lang.css +0 -1
- package/OptionV4.vue_vue_type_style_index_0_scoped_b6a06f00_lang.css +0 -1
- package/Popover.vue_vue_type_style_index_0_scoped_c607b770_lang.css +0 -1
- package/PopoverV4.vue_vue_type_style_index_0_scoped_c54cd089_lang.css +0 -1
- package/PopoverV4.vue_vue_type_style_index_1_lang.css +0 -1
- package/TextField.vue_vue_type_style_index_0_scoped_eb472aa3_lang.css +0 -1
- package/components/popover/common/Popover.common.d.ts +0 -6
- package/components/popover/common/Popover.common.js +0 -17
- package/components/popover/v3/Popover.vue.js +0 -8
- package/components/popover/v4/PopoverV4.vue.d.ts +0 -73
- package/components/popover/v4/PopoverV4.vue.js +0 -7
- package/components/popover/v4/PopoverV4.vue2.js +0 -54
- package/components/popover/v4/index.d.ts +0 -209
- package/components/popover/v4/index.js +0 -6
- /package/components/popover/{v3/Popover.vue.d.ts → Popover.vue.d.ts} +0 -0
- /package/components/popover/{v3/index.d.ts → index.d.ts} +0 -0
- /package/components/popover/{v3/index.js → index.js} +0 -0
|
@@ -1,27 +1,24 @@
|
|
|
1
|
-
import "../../../OptionV4.
|
|
1
|
+
import "../../../OptionV4.vue_vue_type_style_index_0_scoped_9db0f796_lang.css"; import { defineComponent as B, ref as z, computed as N, openBlock as n, createBlock as f, unref as i, withCtx as y, createElementVNode as s, normalizeClass as v, createCommentVNode as o, createElementBlock as l, renderSlot as c, createVNode as d, createTextVNode as K, toDisplayString as h, withModifiers as V } from "vue";
|
|
2
2
|
import "../../typography/Heading.vue.js";
|
|
3
|
-
import
|
|
3
|
+
import w from "../../typography/Text.vue.js";
|
|
4
4
|
import O from "../../checkbox/v4/CheckboxV4.vue.js";
|
|
5
|
-
import
|
|
5
|
+
import T from "../../icon/v4/IconV4.vue.js";
|
|
6
6
|
import "../../icon/v4/IconFlag.vue.js";
|
|
7
7
|
import { NOOP as P } from "@vue/shared";
|
|
8
8
|
import { optionCommon as S } from "../common/Option.common.js";
|
|
9
|
-
import
|
|
10
|
-
import
|
|
11
|
-
import { isElementTruncated as
|
|
12
|
-
const
|
|
9
|
+
import E from "../../typography/v4/Typography.vue.js";
|
|
10
|
+
import j from "../../tooltip/v4/TooltipV4.vue.js";
|
|
11
|
+
import { isElementTruncated as M } from "../../../utils/text.js";
|
|
12
|
+
const R = {
|
|
13
13
|
key: 1,
|
|
14
14
|
class: "image"
|
|
15
|
-
},
|
|
15
|
+
}, A = ["src"], D = {
|
|
16
16
|
key: 2,
|
|
17
17
|
class: "start-icon"
|
|
18
|
-
},
|
|
19
|
-
key: 0,
|
|
20
|
-
class: "caption-text"
|
|
21
|
-
}, F = {
|
|
18
|
+
}, q = {
|
|
22
19
|
key: 3,
|
|
23
20
|
class: "end-icon"
|
|
24
|
-
},
|
|
21
|
+
}, F = { key: 0 }, ee = /* @__PURE__ */ B({
|
|
25
22
|
__name: "OptionV4",
|
|
26
23
|
props: {
|
|
27
24
|
option: { default: null },
|
|
@@ -37,104 +34,90 @@ const M = {
|
|
|
37
34
|
iconType: { default: "regular" },
|
|
38
35
|
endIconKey: { default: null },
|
|
39
36
|
endIconType: { default: "regular" },
|
|
40
|
-
toolTipPlacement: { default: "right" }
|
|
41
|
-
optionTwoLinesVariant: { default: void 0 },
|
|
42
|
-
optionTwoLinesKey: { default: void 0 }
|
|
37
|
+
toolTipPlacement: { default: "right" }
|
|
43
38
|
},
|
|
44
39
|
setup(e) {
|
|
45
|
-
const
|
|
46
|
-
() =>
|
|
47
|
-
),
|
|
48
|
-
return (t,
|
|
49
|
-
text:
|
|
50
|
-
"test-id":
|
|
40
|
+
const g = e, { selected: r, isMulti: u, id: I, onClick: p, api: b } = S(g), m = z(null), x = N(
|
|
41
|
+
() => m.value && M(m.value)
|
|
42
|
+
), C = (t) => t && typeof t == "object" && "optionTooltipText" in t ? t.optionTooltipText : x.value ? t[g.nameKey] : "", $ = (t) => t && typeof t == "object" && "optionTooltipTestId" in t ? t.optionTooltipTestId : null;
|
|
43
|
+
return (t, a) => (n(), f(i(j), {
|
|
44
|
+
text: C(e.option),
|
|
45
|
+
"test-id": $(e.option),
|
|
51
46
|
placement: e.toolTipPlacement,
|
|
52
47
|
class: "tooltip-option"
|
|
53
48
|
}, {
|
|
54
|
-
default:
|
|
55
|
-
|
|
49
|
+
default: y(() => [
|
|
50
|
+
s("div", {
|
|
56
51
|
ref: "el",
|
|
57
|
-
class:
|
|
52
|
+
class: v(["item-container", {
|
|
58
53
|
"item-container--disabled": e.disabled,
|
|
59
54
|
"item-container--active": e.nameKey ? !1 : e.active,
|
|
60
|
-
"item-container--selected": i(
|
|
61
|
-
"item-container--multi": i(
|
|
55
|
+
"item-container--selected": i(r),
|
|
56
|
+
"item-container--multi": i(u)
|
|
62
57
|
}])
|
|
63
58
|
}, [
|
|
64
|
-
|
|
65
|
-
class:
|
|
66
|
-
"item--multi": i(
|
|
59
|
+
s("div", {
|
|
60
|
+
class: v(["item", {
|
|
61
|
+
"item--multi": i(u),
|
|
67
62
|
"item--with-icon": t.$slots["icon-start"] || t.$slots.image
|
|
68
63
|
}])
|
|
69
64
|
}, [
|
|
70
|
-
i(
|
|
65
|
+
i(u) ? (n(), f(i(O), {
|
|
71
66
|
key: 0,
|
|
72
|
-
id: i(
|
|
67
|
+
id: i(I).toString(),
|
|
73
68
|
tabindex: "-1",
|
|
74
69
|
class: "checkbox",
|
|
75
|
-
"is-checked": i(
|
|
70
|
+
"is-checked": i(r),
|
|
76
71
|
"is-indeterminate": e.isIndeterminate,
|
|
77
|
-
onClick:
|
|
72
|
+
onClick: a[0] || (a[0] = (k) => e.disabled ? i(P)() : i(p)(k))
|
|
78
73
|
}, null, 8, ["id", "is-checked", "is-indeterminate"])) : o("", !0),
|
|
79
|
-
t.$slots.image || e.imageKey ? (n(),
|
|
80
|
-
|
|
81
|
-
e.imageKey ? (n(),
|
|
74
|
+
t.$slots.image || e.imageKey ? (n(), l("div", R, [
|
|
75
|
+
c(t.$slots, "image", {}, () => [
|
|
76
|
+
e.imageKey ? (n(), l("img", {
|
|
82
77
|
key: 0,
|
|
83
78
|
src: e.option[e.imageKey]
|
|
84
|
-
}, null, 8,
|
|
79
|
+
}, null, 8, A)) : o("", !0)
|
|
85
80
|
], !0)
|
|
86
81
|
])) : o("", !0),
|
|
87
|
-
t.$slots["icon-start"] || e.iconKey ? (n(),
|
|
88
|
-
|
|
89
|
-
|
|
82
|
+
t.$slots["icon-start"] || e.iconKey ? (n(), l("div", D, [
|
|
83
|
+
c(t.$slots, "icon-start", {}, () => [
|
|
84
|
+
d(i(T), {
|
|
90
85
|
type: e.iconType,
|
|
91
86
|
name: e.option[e.iconKey],
|
|
92
87
|
size: e.iconType === "regular" ? "20px" : "16px"
|
|
93
88
|
}, null, 8, ["type", "name", "size"])
|
|
94
89
|
], !0)
|
|
95
90
|
])) : o("", !0),
|
|
96
|
-
|
|
91
|
+
s("div", {
|
|
97
92
|
ref_key: "textContainerRef",
|
|
98
|
-
ref:
|
|
93
|
+
ref: m,
|
|
99
94
|
class: "text-container"
|
|
100
95
|
}, [
|
|
101
|
-
|
|
96
|
+
d(i(E), {
|
|
102
97
|
class: "option-text",
|
|
103
98
|
variant: "body2"
|
|
104
99
|
}, {
|
|
105
|
-
default:
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
class: T(`option-content-${e.optionTwoLinesVariant || "horizontal"}`)
|
|
109
|
-
}, [
|
|
110
|
-
l("div", D, v(e.option[e.nameKey]), 1),
|
|
111
|
-
e.optionTwoLinesKey ? (n(), a("div", q, [
|
|
112
|
-
s(i(x), { variant: "caption" }, {
|
|
113
|
-
default: d(() => [
|
|
114
|
-
h(v(e.option[e.optionTwoLinesKey]), 1)
|
|
115
|
-
]),
|
|
116
|
-
_: 1
|
|
117
|
-
})
|
|
118
|
-
])) : o("", !0)
|
|
119
|
-
], 2)
|
|
100
|
+
default: y(() => [
|
|
101
|
+
c(t.$slots, "default", {}, () => [
|
|
102
|
+
K(h(e.option[e.nameKey]), 1)
|
|
120
103
|
], !0)
|
|
121
104
|
]),
|
|
122
105
|
_: 3
|
|
123
106
|
}),
|
|
124
|
-
e.subtitle ? (n(),
|
|
107
|
+
e.subtitle ? (n(), f(i(w), {
|
|
125
108
|
key: 0,
|
|
126
109
|
class: "subtitle",
|
|
127
110
|
size: "xs"
|
|
128
111
|
}, {
|
|
129
|
-
default:
|
|
130
|
-
h(
|
|
112
|
+
default: y(() => [
|
|
113
|
+
K(h(e.subtitle), 1)
|
|
131
114
|
]),
|
|
132
115
|
_: 1
|
|
133
116
|
})) : o("", !0)
|
|
134
117
|
], 512),
|
|
135
|
-
t.$slots["icon-end"] || e.endIconKey && e.option[e.endIconKey] ? (n(),
|
|
136
|
-
|
|
137
|
-
|
|
118
|
+
t.$slots["icon-end"] || e.endIconKey && e.option[e.endIconKey] ? (n(), l("div", q, [
|
|
119
|
+
c(t.$slots, "icon-end", {}, () => [
|
|
120
|
+
d(i(T), {
|
|
138
121
|
type: e.endIconType,
|
|
139
122
|
name: e.option[e.endIconKey],
|
|
140
123
|
size: e.endIconType === "regular" || e.endIconType === "ab-test" ? "20px" : "16px"
|
|
@@ -142,12 +125,12 @@ const M = {
|
|
|
142
125
|
], !0)
|
|
143
126
|
])) : o("", !0)
|
|
144
127
|
], 2),
|
|
145
|
-
i(b).clearable && i(
|
|
146
|
-
|
|
128
|
+
i(b).clearable && i(r) ? (n(), l("div", F, [
|
|
129
|
+
s("button", {
|
|
147
130
|
class: "clear-button",
|
|
148
|
-
onClick:
|
|
131
|
+
onClick: a[1] || (a[1] = V((k) => i(b).clearSelection(), ["prevent", "stop"]))
|
|
149
132
|
}, [
|
|
150
|
-
|
|
133
|
+
d(i(T), {
|
|
151
134
|
name: "close",
|
|
152
135
|
width: "8",
|
|
153
136
|
height: "8"
|
|
@@ -161,5 +144,5 @@ const M = {
|
|
|
161
144
|
}
|
|
162
145
|
});
|
|
163
146
|
export {
|
|
164
|
-
|
|
147
|
+
ee as default
|
|
165
148
|
};
|
|
@@ -225,20 +225,6 @@ export declare const dropDownStoryArgs: {
|
|
|
225
225
|
category: string;
|
|
226
226
|
};
|
|
227
227
|
};
|
|
228
|
-
optionTwoLinesVariant: {
|
|
229
|
-
options: string[];
|
|
230
|
-
table: {
|
|
231
|
-
category: string;
|
|
232
|
-
};
|
|
233
|
-
};
|
|
234
|
-
optionTwoLinesKey: {
|
|
235
|
-
control: {
|
|
236
|
-
type: string;
|
|
237
|
-
};
|
|
238
|
-
table: {
|
|
239
|
-
category: string;
|
|
240
|
-
};
|
|
241
|
-
};
|
|
242
228
|
valueToCopy: {
|
|
243
229
|
control: {
|
|
244
230
|
type: string;
|
|
@@ -1039,8 +1039,6 @@ declare const DropdownTypes: () => (({
|
|
|
1039
1039
|
disabled: boolean;
|
|
1040
1040
|
active: boolean;
|
|
1041
1041
|
endIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
1042
|
-
optionTwoLinesVariant: "horizontal" | "vertical";
|
|
1043
|
-
optionTwoLinesKey: string;
|
|
1044
1042
|
isIndeterminate: boolean;
|
|
1045
1043
|
subtitle: string;
|
|
1046
1044
|
selectAllOption: boolean;
|
|
@@ -1067,14 +1065,6 @@ declare const DropdownTypes: () => (({
|
|
|
1067
1065
|
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate">;
|
|
1068
1066
|
default: string;
|
|
1069
1067
|
};
|
|
1070
|
-
optionTwoLinesVariant: {
|
|
1071
|
-
type: import("vue").PropType<"horizontal" | "vertical">;
|
|
1072
|
-
default: any;
|
|
1073
|
-
};
|
|
1074
|
-
optionTwoLinesKey: {
|
|
1075
|
-
type: import("vue").PropType<string>;
|
|
1076
|
-
default: any;
|
|
1077
|
-
};
|
|
1078
1068
|
isIndeterminate: {
|
|
1079
1069
|
type: import("vue").PropType<boolean>;
|
|
1080
1070
|
default: boolean;
|
|
@@ -1114,7 +1104,7 @@ declare const DropdownTypes: () => (({
|
|
|
1114
1104
|
selectedProp: {
|
|
1115
1105
|
type: import("vue").PropType<boolean>;
|
|
1116
1106
|
};
|
|
1117
|
-
}>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "option" | "disabled" | "active" | "endIconType" | "
|
|
1107
|
+
}>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "option" | "disabled" | "active" | "endIconType" | "isIndeterminate" | "subtitle" | "selectAllOption" | "nameKey" | "imageKey" | "iconKey" | "iconType" | "endIconKey" | "toolTipPlacement">;
|
|
1118
1108
|
$attrs: {
|
|
1119
1109
|
[x: string]: unknown;
|
|
1120
1110
|
};
|
|
@@ -1145,14 +1135,6 @@ declare const DropdownTypes: () => (({
|
|
|
1145
1135
|
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate">;
|
|
1146
1136
|
default: string;
|
|
1147
1137
|
};
|
|
1148
|
-
optionTwoLinesVariant: {
|
|
1149
|
-
type: import("vue").PropType<"horizontal" | "vertical">;
|
|
1150
|
-
default: any;
|
|
1151
|
-
};
|
|
1152
|
-
optionTwoLinesKey: {
|
|
1153
|
-
type: import("vue").PropType<string>;
|
|
1154
|
-
default: any;
|
|
1155
|
-
};
|
|
1156
1138
|
isIndeterminate: {
|
|
1157
1139
|
type: import("vue").PropType<boolean>;
|
|
1158
1140
|
default: boolean;
|
|
@@ -1197,8 +1179,6 @@ declare const DropdownTypes: () => (({
|
|
|
1197
1179
|
disabled: boolean;
|
|
1198
1180
|
active: boolean;
|
|
1199
1181
|
endIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
1200
|
-
optionTwoLinesVariant: "horizontal" | "vertical";
|
|
1201
|
-
optionTwoLinesKey: string;
|
|
1202
1182
|
isIndeterminate: boolean;
|
|
1203
1183
|
subtitle: string;
|
|
1204
1184
|
selectAllOption: boolean;
|
|
@@ -1245,14 +1225,6 @@ declare const DropdownTypes: () => (({
|
|
|
1245
1225
|
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate">;
|
|
1246
1226
|
default: string;
|
|
1247
1227
|
};
|
|
1248
|
-
optionTwoLinesVariant: {
|
|
1249
|
-
type: import("vue").PropType<"horizontal" | "vertical">;
|
|
1250
|
-
default: any;
|
|
1251
|
-
};
|
|
1252
|
-
optionTwoLinesKey: {
|
|
1253
|
-
type: import("vue").PropType<string>;
|
|
1254
|
-
default: any;
|
|
1255
|
-
};
|
|
1256
1228
|
isIndeterminate: {
|
|
1257
1229
|
type: import("vue").PropType<boolean>;
|
|
1258
1230
|
default: boolean;
|
|
@@ -1313,14 +1285,6 @@ declare const DropdownTypes: () => (({
|
|
|
1313
1285
|
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate">;
|
|
1314
1286
|
default: string;
|
|
1315
1287
|
};
|
|
1316
|
-
optionTwoLinesVariant: {
|
|
1317
|
-
type: import("vue").PropType<"horizontal" | "vertical">;
|
|
1318
|
-
default: any;
|
|
1319
|
-
};
|
|
1320
|
-
optionTwoLinesKey: {
|
|
1321
|
-
type: import("vue").PropType<string>;
|
|
1322
|
-
default: any;
|
|
1323
|
-
};
|
|
1324
1288
|
isIndeterminate: {
|
|
1325
1289
|
type: import("vue").PropType<boolean>;
|
|
1326
1290
|
default: boolean;
|
|
@@ -1365,8 +1329,6 @@ declare const DropdownTypes: () => (({
|
|
|
1365
1329
|
disabled: boolean;
|
|
1366
1330
|
active: boolean;
|
|
1367
1331
|
endIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
1368
|
-
optionTwoLinesVariant: "horizontal" | "vertical";
|
|
1369
|
-
optionTwoLinesKey: string;
|
|
1370
1332
|
isIndeterminate: boolean;
|
|
1371
1333
|
subtitle: string;
|
|
1372
1334
|
selectAllOption: boolean;
|
|
@@ -1541,8 +1503,6 @@ declare const DropdownTypes: () => (({
|
|
|
1541
1503
|
optionEndIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
1542
1504
|
valueToCopy: string;
|
|
1543
1505
|
disabledOptionKey: string;
|
|
1544
|
-
optionTwoLinesVariant: "horizontal" | "vertical";
|
|
1545
|
-
optionTwoLinesKey: string;
|
|
1546
1506
|
fullWidth: boolean;
|
|
1547
1507
|
optionsListWidth: string;
|
|
1548
1508
|
statusType: "default" | "disabled" | "success" | "warning" | "error" | "archive";
|
|
@@ -1731,14 +1691,6 @@ declare const DropdownTypes: () => (({
|
|
|
1731
1691
|
type: import("vue").PropType<string>;
|
|
1732
1692
|
default: string;
|
|
1733
1693
|
};
|
|
1734
|
-
optionTwoLinesVariant: {
|
|
1735
|
-
type: import("vue").PropType<"horizontal" | "vertical">;
|
|
1736
|
-
default: any;
|
|
1737
|
-
};
|
|
1738
|
-
optionTwoLinesKey: {
|
|
1739
|
-
type: import("vue").PropType<string>;
|
|
1740
|
-
default: any;
|
|
1741
|
-
};
|
|
1742
1694
|
fullWidth: {
|
|
1743
1695
|
type: import("vue").PropType<boolean>;
|
|
1744
1696
|
default: boolean;
|
|
@@ -1768,7 +1720,7 @@ declare const DropdownTypes: () => (({
|
|
|
1768
1720
|
"onUpdate:isOpen"?: (value: unknown) => any;
|
|
1769
1721
|
onOpened?: () => any;
|
|
1770
1722
|
onClosed?: () => any;
|
|
1771
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "theme" | "disabled" | "size" | "flip" | "mandatory" | "testId" | "container" | "placement" | "distance" | "popperClass" | "selected" | "onClear" | "modelValue" | "placeholder" | "multi" | "showSelectAll" | "defaultOpen" | "keepOpen" | "autoSize" | "disableKeyboardEvents" | "isOnTop" | "skidding" | "triggerLabel" | "triggerHelperText" | "triggerFeedbackText" | "triggerFeedbackVariant" | "triggerFeedbackShowIcon" | "triggerShowAllSelectedText" | "predefinedTrigger" | "inlineSearch" | "inlineSearchPlaceholder" | "onSearch" | "noResultsText" | "searchAutoFocus" | "optionNameKey" | "optionIconKey" | "optionImageKey" | "optionIconType" | "optionEndIconKey" | "optionEndIconType" | "valueToCopy" | "disabledOptionKey" | "
|
|
1723
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "theme" | "disabled" | "size" | "flip" | "mandatory" | "testId" | "container" | "placement" | "distance" | "popperClass" | "selected" | "onClear" | "modelValue" | "placeholder" | "multi" | "showSelectAll" | "defaultOpen" | "keepOpen" | "autoSize" | "disableKeyboardEvents" | "isOnTop" | "skidding" | "triggerLabel" | "triggerHelperText" | "triggerFeedbackText" | "triggerFeedbackVariant" | "triggerFeedbackShowIcon" | "triggerShowAllSelectedText" | "predefinedTrigger" | "inlineSearch" | "inlineSearchPlaceholder" | "onSearch" | "noResultsText" | "searchAutoFocus" | "optionNameKey" | "optionIconKey" | "optionImageKey" | "optionIconType" | "optionEndIconKey" | "optionEndIconType" | "valueToCopy" | "disabledOptionKey" | "fullWidth" | "optionsListWidth" | "statusType" | "disableVirtualScroll" | "overrideOptionCountCalculation">;
|
|
1772
1724
|
$attrs: {
|
|
1773
1725
|
[x: string]: unknown;
|
|
1774
1726
|
};
|
|
@@ -1965,14 +1917,6 @@ declare const DropdownTypes: () => (({
|
|
|
1965
1917
|
type: import("vue").PropType<string>;
|
|
1966
1918
|
default: string;
|
|
1967
1919
|
};
|
|
1968
|
-
optionTwoLinesVariant: {
|
|
1969
|
-
type: import("vue").PropType<"horizontal" | "vertical">;
|
|
1970
|
-
default: any;
|
|
1971
|
-
};
|
|
1972
|
-
optionTwoLinesKey: {
|
|
1973
|
-
type: import("vue").PropType<string>;
|
|
1974
|
-
default: any;
|
|
1975
|
-
};
|
|
1976
1920
|
fullWidth: {
|
|
1977
1921
|
type: import("vue").PropType<boolean>;
|
|
1978
1922
|
default: boolean;
|
|
@@ -2057,8 +2001,6 @@ declare const DropdownTypes: () => (({
|
|
|
2057
2001
|
optionEndIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
2058
2002
|
valueToCopy: string;
|
|
2059
2003
|
disabledOptionKey: string;
|
|
2060
|
-
optionTwoLinesVariant: "horizontal" | "vertical";
|
|
2061
|
-
optionTwoLinesKey: string;
|
|
2062
2004
|
fullWidth: boolean;
|
|
2063
2005
|
optionsListWidth: string;
|
|
2064
2006
|
statusType: "default" | "disabled" | "success" | "warning" | "error" | "archive";
|
|
@@ -2267,14 +2209,6 @@ declare const DropdownTypes: () => (({
|
|
|
2267
2209
|
type: import("vue").PropType<string>;
|
|
2268
2210
|
default: string;
|
|
2269
2211
|
};
|
|
2270
|
-
optionTwoLinesVariant: {
|
|
2271
|
-
type: import("vue").PropType<"horizontal" | "vertical">;
|
|
2272
|
-
default: any;
|
|
2273
|
-
};
|
|
2274
|
-
optionTwoLinesKey: {
|
|
2275
|
-
type: import("vue").PropType<string>;
|
|
2276
|
-
default: any;
|
|
2277
|
-
};
|
|
2278
2212
|
fullWidth: {
|
|
2279
2213
|
type: import("vue").PropType<boolean>;
|
|
2280
2214
|
default: boolean;
|
|
@@ -2494,14 +2428,6 @@ declare const DropdownTypes: () => (({
|
|
|
2494
2428
|
type: import("vue").PropType<string>;
|
|
2495
2429
|
default: string;
|
|
2496
2430
|
};
|
|
2497
|
-
optionTwoLinesVariant: {
|
|
2498
|
-
type: import("vue").PropType<"horizontal" | "vertical">;
|
|
2499
|
-
default: any;
|
|
2500
|
-
};
|
|
2501
|
-
optionTwoLinesKey: {
|
|
2502
|
-
type: import("vue").PropType<string>;
|
|
2503
|
-
default: any;
|
|
2504
|
-
};
|
|
2505
2431
|
fullWidth: {
|
|
2506
2432
|
type: import("vue").PropType<boolean>;
|
|
2507
2433
|
default: boolean;
|
|
@@ -2586,8 +2512,6 @@ declare const DropdownTypes: () => (({
|
|
|
2586
2512
|
optionEndIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
2587
2513
|
valueToCopy: string;
|
|
2588
2514
|
disabledOptionKey: string;
|
|
2589
|
-
optionTwoLinesVariant: "horizontal" | "vertical";
|
|
2590
|
-
optionTwoLinesKey: string;
|
|
2591
2515
|
fullWidth: boolean;
|
|
2592
2516
|
optionsListWidth: string;
|
|
2593
2517
|
statusType: "default" | "disabled" | "success" | "warning" | "error" | "archive";
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import
|
|
2
|
-
/* empty css */import
|
|
3
|
-
// import "../../IncludeExclude.
|
|
4
|
-
const s = /* @__PURE__ */ e
|
|
1
|
+
import e from "./IncludeExclude.vue2.js";
|
|
2
|
+
/* empty css */import o from "../../_virtual/_plugin-vue_export-helper.js";
|
|
3
|
+
// import "../../IncludeExclude.vue_vue_type_style_index_0_scoped_fb054d88_lang.css"; //*');
|
|
4
|
+
const s = /* @__PURE__ */ o(e, [["__scopeId", "data-v-fb054d88"]]);
|
|
5
5
|
export {
|
|
6
6
|
s as default
|
|
7
7
|
};
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import "../../IncludeExclude.
|
|
2
|
-
import Ae from "../popover/
|
|
1
|
+
import "../../IncludeExclude.vue_vue_type_style_index_0_scoped_fb054d88_lang.css"; import { defineComponent as Te, computed as v, ref as u, watch as j, provide as Oe, openBlock as d, createBlock as I, unref as t, withCtx as g, createElementVNode as a, renderSlot as C, createTextVNode as w, toDisplayString as J, createCommentVNode as h, createVNode as f, Transition as $e, createElementBlock as o, normalizeClass as Q, mergeProps as O, Fragment as $, renderList as R, toRaw as T, nextTick as Re } from "vue";
|
|
2
|
+
import Ae from "../popover/Popover.vue.js";
|
|
3
3
|
import N from "../button/v3/Button.vue.js";
|
|
4
4
|
import "../button/v3/IconButton.vue.js";
|
|
5
5
|
import "../button/v3/ScrollButton.vue.js";
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import
|
|
2
|
-
/* empty css */import
|
|
3
|
-
// import "../../IncludeExcludeDragDrop.
|
|
4
|
-
const p = /* @__PURE__ */ o
|
|
1
|
+
import o from "./IncludeExcludeDragDrop.vue2.js";
|
|
2
|
+
/* empty css */import e from "../../_virtual/_plugin-vue_export-helper.js";
|
|
3
|
+
// import "../../IncludeExcludeDragDrop.vue_vue_type_style_index_0_scoped_5764fd61_lang.css"; //*');
|
|
4
|
+
const p = /* @__PURE__ */ e(o, [["__scopeId", "data-v-5764fd61"]]);
|
|
5
5
|
export {
|
|
6
6
|
p as default
|
|
7
7
|
};
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import "../../IncludeExcludeDragDrop.
|
|
2
|
-
import $e from "../popover/
|
|
1
|
+
import "../../IncludeExcludeDragDrop.vue_vue_type_style_index_0_scoped_5764fd61_lang.css"; import { defineComponent as Re, computed as p, ref as c, watch as H, provide as Ae, openBlock as i, createBlock as O, unref as l, withCtx as h, createElementVNode as s, renderSlot as v, normalizeClass as N, createTextVNode as C, toDisplayString as le, createCommentVNode as f, createVNode as g, Transition as Pe, createElementBlock as u, mergeProps as w, Fragment as U, renderList as W, toRaw as S, isRef as Ee, nextTick as Fe } from "vue";
|
|
2
|
+
import $e from "../popover/Popover.vue.js";
|
|
3
3
|
import G from "../button/v3/Button.vue.js";
|
|
4
4
|
import "../button/v3/IconButton.vue.js";
|
|
5
5
|
import "../button/v3/ScrollButton.vue.js";
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import e from "./TextField.vue2.js";
|
|
2
2
|
/* empty css */import o from "../../../_virtual/_plugin-vue_export-helper.js";
|
|
3
|
-
// import "../../../TextField.
|
|
4
|
-
const
|
|
3
|
+
// import "../../../TextField.vue_vue_type_style_index_0_scoped_052b1a0c_lang.css"; //*');
|
|
4
|
+
const c = /* @__PURE__ */ o(e, [["__scopeId", "data-v-052b1a0c"]]);
|
|
5
5
|
export {
|
|
6
|
-
|
|
6
|
+
c as default
|
|
7
7
|
};
|