@ironsource/shared-ui 2.1.6-rc.1 → 2.1.6-rc.11
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/ChipDropdownTrigger.vue_vue_type_style_index_0_scoped_a8fdae89_lang.css +1 -0
- package/DefaultDropdownTrigger.vue_vue_type_style_index_0_scoped_ad524750_lang.css +1 -0
- package/DialogV4.vue_vue_type_style_index_0_scoped_09c488cf_lang.css +1 -0
- package/DropdownV4.vue_vue_type_style_index_0_scoped_0968078f_lang.css +1 -0
- package/DropdownV4.vue_vue_type_style_index_1_lang.css +1 -1
- package/FieldLabel.vue_vue_type_style_index_0_scoped_96ee1c98_lang.css +1 -0
- package/{FormCard.vue_vue_type_style_index_0_scoped_ef8b4e81_lang.css → FormCard.vue_vue_type_style_index_0_scoped_52ade67c_lang.css} +1 -1
- package/MultiBar.vue_vue_type_style_index_0_scoped_71617643_lang.css +1 -0
- package/TextAreaV4.vue_vue_type_style_index_0_scoped_8199b662_lang.css +1 -0
- package/TextField.vue_vue_type_style_index_0_scoped_22c12586_lang.css +1 -0
- package/components/autocomplete/Autocomplete.vue.d.ts +5 -0
- package/components/autocomplete/Autocomplete.vue.js +3 -3
- package/components/autocomplete/Autocomplete.vue2.js +82 -61
- package/components/autocomplete/index.d.ts +20 -1
- package/components/dialog/v4/DialogV4.vue.js +3 -3
- package/components/dialog/v4/DialogV4.vue2.js +67 -62
- package/components/dropdown/v4/ChipDropdownTrigger.vue.js +2 -2
- package/components/dropdown/v4/ChipDropdownTrigger.vue2.js +1 -1
- package/components/dropdown/v4/DefaultDropdownTrigger.vue.js +2 -2
- package/components/dropdown/v4/DefaultDropdownTrigger.vue2.js +40 -49
- package/components/dropdown/v4/DropdownV4.vue.js +3 -3
- package/components/dropdown/v4/DropdownV4.vue2.js +117 -110
- package/components/forms/FormCard.vue.js +2 -2
- package/components/forms/FormCard.vue2.js +9 -9
- package/components/input/v4/TextField.vue.js +3 -3
- package/components/input/v4/TextField.vue2.js +5 -4
- package/components/multibar/MultiBar.vue.js +3 -3
- package/components/multibar/MultiBar.vue2.js +21 -21
- package/components/shared/FieldLabel.vue.js +3 -3
- package/components/shared/FieldLabel.vue2.js +9 -9
- package/components/textArea/v4/TextAreaV4.vue.js +3 -3
- package/components/textArea/v4/TextAreaV4.vue2.js +1 -1
- package/package.json +1 -1
- package/Autocomplete.vue_vue_type_style_index_0_scoped_d2d1dc1d_lang.css +0 -1
- package/ChipDropdownTrigger.vue_vue_type_style_index_0_scoped_889042cf_lang.css +0 -1
- package/DefaultDropdownTrigger.vue_vue_type_style_index_0_scoped_c3033d90_lang.css +0 -1
- package/DialogV4.vue_vue_type_style_index_0_scoped_c3004ba3_lang.css +0 -1
- package/DropdownV4.vue_vue_type_style_index_0_scoped_bf8e7ff5_lang.css +0 -1
- package/FieldLabel.vue_vue_type_style_index_0_scoped_72ab1f25_lang.css +0 -1
- package/MultiBar.vue_vue_type_style_index_0_scoped_b473b35e_lang.css +0 -1
- package/TextAreaV4.vue_vue_type_style_index_0_scoped_0336a92f_lang.css +0 -1
- package/TextField.vue_vue_type_style_index_0_scoped_b5b2e8fd_lang.css +0 -1
|
@@ -1,20 +1,20 @@
|
|
|
1
|
-
import "../../../DialogV4.
|
|
2
|
-
import { NOOP as
|
|
3
|
-
import
|
|
1
|
+
import "../../../DialogV4.vue_vue_type_style_index_0_scoped_09c488cf_lang.css"; import { defineComponent as A, openBlock as o, createBlock as c, Teleport as w, createVNode as b, Transition as I, withCtx as u, unref as e, createElementBlock as m, createElementVNode as C, mergeProps as s, renderSlot as k, createTextVNode as f, toDisplayString as B, createCommentVNode as d } from "vue";
|
|
2
|
+
import { NOOP as V } from "@vue/shared";
|
|
3
|
+
import T from "../../typography/v4/Typography.vue.js";
|
|
4
4
|
import N from "../../button/v4/ButtonV4.vue.js";
|
|
5
|
-
import
|
|
6
|
-
import { Reason as
|
|
7
|
-
import { dialogCommon as
|
|
5
|
+
import p from "../../button/v4/IconButtonV4.vue.js";
|
|
6
|
+
import { Reason as g } from "../common/Reason.js";
|
|
7
|
+
import { dialogCommon as D } from "../common/Dialog.common.js";
|
|
8
8
|
import { DialogTestIdModifiers as l } from "../../../testids/index.js";
|
|
9
|
-
import { useTestIdAttrs as
|
|
10
|
-
import { useMagicKeys as
|
|
11
|
-
const
|
|
9
|
+
import { useTestIdAttrs as P } from "../../../utils/testIds.js";
|
|
10
|
+
import { useMagicKeys as R, whenever as $ } from "@vueuse/core";
|
|
11
|
+
const S = {
|
|
12
12
|
key: 0,
|
|
13
13
|
class: "container light-theme-v4"
|
|
14
|
-
},
|
|
14
|
+
}, F = { class: "title" }, U = {
|
|
15
15
|
key: 1,
|
|
16
16
|
class: "footer"
|
|
17
|
-
},
|
|
17
|
+
}, Q = /* @__PURE__ */ A({
|
|
18
18
|
__name: "DialogV4",
|
|
19
19
|
props: {
|
|
20
20
|
modelValue: { type: Boolean },
|
|
@@ -39,106 +39,111 @@ const R = {
|
|
|
39
39
|
testId: { default: "" }
|
|
40
40
|
},
|
|
41
41
|
emits: ["update:modelValue", "open", "close", "save", "cancel"],
|
|
42
|
-
setup(t, { emit:
|
|
43
|
-
const
|
|
44
|
-
|
|
45
|
-
h.value &&
|
|
46
|
-
})
|
|
42
|
+
setup(t, { emit: v }) {
|
|
43
|
+
const i = t, { escape: L } = R(), a = P(i.testId, l), { visible: h, handleClose: y } = D(i, v);
|
|
44
|
+
$(L, () => {
|
|
45
|
+
h.value && i.escapeToClose && !i.saveButtonLoading && y(g.Escape);
|
|
46
|
+
});
|
|
47
|
+
const E = () => {
|
|
48
|
+
const { closeOnClickOutside: r, saveButtonLoading: n } = i;
|
|
49
|
+
r && !n ? y(g.Backdrop) : V();
|
|
50
|
+
};
|
|
51
|
+
return (r, n) => (o(), c(w, {
|
|
47
52
|
to: "body",
|
|
48
53
|
disabled: !t.appendToBody
|
|
49
54
|
}, [
|
|
50
|
-
|
|
51
|
-
default:
|
|
52
|
-
e(h) ? (o(),
|
|
53
|
-
|
|
55
|
+
b(I, null, {
|
|
56
|
+
default: u(() => [
|
|
57
|
+
e(h) ? (o(), m("div", S, [
|
|
58
|
+
C("div", s({
|
|
54
59
|
class: ["dialog", [`dialog--${t.size}`]]
|
|
55
60
|
}, e(a)[e(l).WRAPPER]), [
|
|
56
|
-
t.title || t.subtitle || t.showCloseButton ? (o(),
|
|
61
|
+
t.title || t.subtitle || t.showCloseButton ? (o(), m("header", s({
|
|
57
62
|
key: 0,
|
|
58
63
|
class: "header"
|
|
59
64
|
}, e(a)[e(l).HEADER]), [
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
t.title ? (o(),
|
|
65
|
+
C("div", F, [
|
|
66
|
+
k(r.$slots, "header", {}, () => [
|
|
67
|
+
t.title ? (o(), c(e(T), {
|
|
63
68
|
key: 0,
|
|
64
69
|
variant: "h3"
|
|
65
70
|
}, {
|
|
66
|
-
default:
|
|
67
|
-
|
|
71
|
+
default: u(() => [
|
|
72
|
+
f(B(t.title), 1)
|
|
68
73
|
]),
|
|
69
74
|
_: 1
|
|
70
|
-
})) :
|
|
71
|
-
t.subtitle ? (o(),
|
|
75
|
+
})) : d("", !0),
|
|
76
|
+
t.subtitle ? (o(), c(e(T), {
|
|
72
77
|
key: 1,
|
|
73
78
|
class: "subtitle",
|
|
74
79
|
variant: "body1"
|
|
75
80
|
}, {
|
|
76
|
-
default:
|
|
77
|
-
|
|
81
|
+
default: u(() => [
|
|
82
|
+
f(B(t.subtitle), 1)
|
|
78
83
|
]),
|
|
79
84
|
_: 1
|
|
80
|
-
})) :
|
|
85
|
+
})) : d("", !0)
|
|
81
86
|
], !0)
|
|
82
87
|
]),
|
|
83
|
-
t.showCloseButton ? (o(),
|
|
88
|
+
t.showCloseButton ? (o(), c(e(p), s({
|
|
84
89
|
key: 0,
|
|
85
90
|
class: "close-button",
|
|
86
|
-
"icon-name": "x"
|
|
91
|
+
"icon-name": "x",
|
|
92
|
+
disabled: t.saveButtonLoading
|
|
87
93
|
}, e(a)[e(l).ACTION_CLOSE], {
|
|
88
|
-
onClick: n[0] || (n[0] = (
|
|
89
|
-
}), null, 16)) :
|
|
90
|
-
], 16)) :
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
t.content ? (o(),
|
|
94
|
+
onClick: n[0] || (n[0] = (O) => e(y)(e(g).CloseButton))
|
|
95
|
+
}), null, 16, ["disabled"])) : d("", !0)
|
|
96
|
+
], 16)) : d("", !0),
|
|
97
|
+
C("div", s({ class: "content" }, e(a)[e(l).CONTENT]), [
|
|
98
|
+
k(r.$slots, "default", {}, () => [
|
|
99
|
+
t.content ? (o(), c(e(T), {
|
|
94
100
|
key: 0,
|
|
95
101
|
variant: "body1"
|
|
96
102
|
}, {
|
|
97
|
-
default:
|
|
98
|
-
|
|
103
|
+
default: u(() => [
|
|
104
|
+
f(B(t.content), 1)
|
|
99
105
|
]),
|
|
100
106
|
_: 1
|
|
101
|
-
})) :
|
|
107
|
+
})) : d("", !0)
|
|
102
108
|
], !0)
|
|
103
109
|
], 16),
|
|
104
|
-
t.showFooter ? (o(),
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
110
|
+
t.showFooter ? (o(), m("footer", U, [
|
|
111
|
+
C("div", s({ class: "action-buttons" }, e(a)[e(l).ACTION_BUTTONS_WRAPPER]), [
|
|
112
|
+
k(r.$slots, "footer", {}, () => [
|
|
113
|
+
b(e(N), s({
|
|
108
114
|
class: "form-action",
|
|
109
115
|
variant: "outlined",
|
|
110
|
-
color: t.cancelButtonColor
|
|
116
|
+
color: t.cancelButtonColor,
|
|
117
|
+
disabled: t.saveButtonLoading
|
|
111
118
|
}, e(a)[e(l).CANCEL_BUTTON], {
|
|
112
|
-
onClick: n[1] || (n[1] = (
|
|
119
|
+
onClick: n[1] || (n[1] = (O) => v("cancel"))
|
|
113
120
|
}), {
|
|
114
|
-
default:
|
|
115
|
-
|
|
121
|
+
default: u(() => [
|
|
122
|
+
f(B(t.cancelButtonLabel), 1)
|
|
116
123
|
]),
|
|
117
124
|
_: 1
|
|
118
|
-
}, 16, ["color"]),
|
|
119
|
-
|
|
125
|
+
}, 16, ["color", "disabled"]),
|
|
126
|
+
b(e(N), s({
|
|
120
127
|
class: "form-action",
|
|
121
128
|
loading: t.saveButtonLoading,
|
|
122
129
|
color: t.saveButtonColor
|
|
123
130
|
}, e(a)[e(l).SAVE_BUTTON], {
|
|
124
|
-
onClick: n[2] || (n[2] = (
|
|
131
|
+
onClick: n[2] || (n[2] = (O) => v("save"))
|
|
125
132
|
}), {
|
|
126
|
-
default:
|
|
127
|
-
|
|
133
|
+
default: u(() => [
|
|
134
|
+
f(B(t.saveButtonLabel), 1)
|
|
128
135
|
]),
|
|
129
136
|
_: 1
|
|
130
137
|
}, 16, ["loading", "color"])
|
|
131
138
|
], !0)
|
|
132
139
|
], 16)
|
|
133
|
-
])) :
|
|
140
|
+
])) : d("", !0)
|
|
134
141
|
], 16),
|
|
135
|
-
t.showBackdrop ? (o(),
|
|
142
|
+
t.showBackdrop ? (o(), m("div", s({
|
|
136
143
|
key: 0,
|
|
137
144
|
class: "dialog-backdrop"
|
|
138
|
-
}, e(a)[e(l).BACKDROP], {
|
|
139
|
-
|
|
140
|
-
}), null, 16)) : u("", !0)
|
|
141
|
-
])) : u("", !0)
|
|
145
|
+
}, e(a)[e(l).BACKDROP], { onClick: E }), null, 16)) : d("", !0)
|
|
146
|
+
])) : d("", !0)
|
|
142
147
|
]),
|
|
143
148
|
_: 3
|
|
144
149
|
})
|
|
@@ -146,5 +151,5 @@ const R = {
|
|
|
146
151
|
}
|
|
147
152
|
});
|
|
148
153
|
export {
|
|
149
|
-
|
|
154
|
+
Q as default
|
|
150
155
|
};
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import o from "./ChipDropdownTrigger.vue2.js";
|
|
2
2
|
/* empty css */import e from "../../../_virtual/_plugin-vue_export-helper.js";
|
|
3
|
-
// import "../../../ChipDropdownTrigger.
|
|
4
|
-
const s = /* @__PURE__ */ e(o, [["__scopeId", "data-v-
|
|
3
|
+
// import "../../../ChipDropdownTrigger.vue_vue_type_style_index_0_scoped_a8fdae89_lang.css"; //*');
|
|
4
|
+
const s = /* @__PURE__ */ e(o, [["__scopeId", "data-v-a8fdae89"]]);
|
|
5
5
|
export {
|
|
6
6
|
s as default
|
|
7
7
|
};
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import "../../../ChipDropdownTrigger.
|
|
1
|
+
import "../../../ChipDropdownTrigger.vue_vue_type_style_index_0_scoped_a8fdae89_lang.css"; import { defineComponent as V, ref as b, computed as p, openBlock as _, createElementBlock as C, mergeProps as s, unref as t, createElementVNode as c, createVNode as d, withCtx as w, createTextVNode as k, toDisplayString as v, withDirectives as u, vShow as f, withModifiers as x } from "vue";
|
|
2
2
|
import m from "../../icon/v4/IconV4.vue.js";
|
|
3
3
|
import A from "../../typography/v4/Typography.vue.js";
|
|
4
4
|
import { DropdownTestIdModifiers as o } from "../../../testids/index.js";
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import o from "./DefaultDropdownTrigger.vue2.js";
|
|
2
2
|
/* empty css */import e from "../../../_virtual/_plugin-vue_export-helper.js";
|
|
3
|
-
// import "../../../DefaultDropdownTrigger.
|
|
4
|
-
const p = /* @__PURE__ */ e(o, [["__scopeId", "data-v-
|
|
3
|
+
// import "../../../DefaultDropdownTrigger.vue_vue_type_style_index_0_scoped_ad524750_lang.css"; //*');
|
|
4
|
+
const p = /* @__PURE__ */ e(o, [["__scopeId", "data-v-ad524750"]]);
|
|
5
5
|
export {
|
|
6
6
|
p as default
|
|
7
7
|
};
|
|
@@ -1,21 +1,20 @@
|
|
|
1
|
-
import "../../../DefaultDropdownTrigger.
|
|
2
|
-
import
|
|
1
|
+
import "../../../DefaultDropdownTrigger.vue_vue_type_style_index_0_scoped_ad524750_lang.css"; import { defineComponent as v, computed as r, openBlock as o, createElementBlock as a, createBlock as k, createCommentVNode as n, createElementVNode as c, mergeProps as m, unref as l, renderSlot as y, createVNode as i, withCtx as I, createTextVNode as B, toDisplayString as V } from "vue";
|
|
2
|
+
import x from "../../typography/v4/Typography.vue.js";
|
|
3
3
|
import { DropdownTestIdModifiers as u } from "../../../testids/index.js";
|
|
4
|
-
import
|
|
5
|
-
import
|
|
6
|
-
import D from "
|
|
7
|
-
import
|
|
8
|
-
|
|
9
|
-
const K = { class: "default-dropdown-wrapper" }, $ = { class: "content" }, C = {
|
|
4
|
+
import h from "../../icon/v4/IconV4.vue.js";
|
|
5
|
+
import w from "../../shared/FieldLabel.vue.js";
|
|
6
|
+
import { useTestIdAttrs as D } from "../../../utils/testIds.js";
|
|
7
|
+
import A from "../../statusDot/StatusDot.vue.js";
|
|
8
|
+
const N = { class: "default-dropdown-wrapper" }, K = { class: "content" }, $ = {
|
|
10
9
|
key: 0,
|
|
11
10
|
class: "image"
|
|
12
|
-
},
|
|
11
|
+
}, C = ["src"], P = {
|
|
13
12
|
key: 1,
|
|
14
13
|
class: "start-icon"
|
|
15
14
|
}, S = {
|
|
16
15
|
key: 2,
|
|
17
16
|
class: "status-dot"
|
|
18
|
-
}, z = { class: "caret-down" },
|
|
17
|
+
}, z = { class: "caret-down" }, j = /* @__PURE__ */ v({
|
|
19
18
|
__name: "DefaultDropdownTrigger",
|
|
20
19
|
props: {
|
|
21
20
|
placeholder: { default: "Select" },
|
|
@@ -44,12 +43,12 @@ const K = { class: "default-dropdown-wrapper" }, $ = { class: "content" }, C = {
|
|
|
44
43
|
statusDotType: { default: null }
|
|
45
44
|
},
|
|
46
45
|
emits: ["click"],
|
|
47
|
-
setup(t, { emit:
|
|
48
|
-
const e = t,
|
|
46
|
+
setup(t, { emit: g }) {
|
|
47
|
+
const e = t, T = r(
|
|
49
48
|
() => e.feedbackVariant ? `state-${e.feedbackVariant}` : ""
|
|
50
|
-
),
|
|
51
|
-
|
|
52
|
-
},
|
|
49
|
+
), b = () => {
|
|
50
|
+
g("click");
|
|
51
|
+
}, p = D(e.testId, u), O = r(() => e.multi ? !Array.isArray(e.selectedOption) || !e.selectedOption?.length ? e.placeholder : e.options?.length === e.selectedOption.length ? `All selected (${e.selectedOption.length})` : e.selectedOption?.length === 1 && e.displayValue ? e.displayValue(e.selectedOption[0]) : `${e.selectedOption.length} selected` : e.selectedOption ? e.displayValue(e.selectedOption) : e.placeholder), d = r(() => {
|
|
53
52
|
if (!e.selectedOption)
|
|
54
53
|
return null;
|
|
55
54
|
if (!e.multi)
|
|
@@ -57,8 +56,8 @@ const K = { class: "default-dropdown-wrapper" }, $ = { class: "content" }, C = {
|
|
|
57
56
|
if (Array.isArray(e.selectedOption))
|
|
58
57
|
return e.selectedOption.length === 1 ? e.selectedOption[0] : null;
|
|
59
58
|
});
|
|
60
|
-
return (
|
|
61
|
-
t.label ? (
|
|
59
|
+
return (s, f) => (o(), a("div", N, [
|
|
60
|
+
t.label ? (o(), k(w, {
|
|
62
61
|
key: 0,
|
|
63
62
|
label: t.label,
|
|
64
63
|
mandatory: t.mandatory,
|
|
@@ -67,58 +66,50 @@ const K = { class: "default-dropdown-wrapper" }, $ = { class: "content" }, C = {
|
|
|
67
66
|
disabled: t.disabled,
|
|
68
67
|
"test-id": t.testId,
|
|
69
68
|
class: "dropdown-field-label"
|
|
70
|
-
}, null, 8, ["label", "mandatory", "hover-help-text", "hover-help-text-placement", "disabled", "test-id"])) :
|
|
71
|
-
c("div",
|
|
72
|
-
class: ["dropdown-trigger", [t.size, l(
|
|
73
|
-
}, l(
|
|
74
|
-
onClick:
|
|
69
|
+
}, null, 8, ["label", "mandatory", "hover-help-text", "hover-help-text-placement", "disabled", "test-id"])) : n("", !0),
|
|
70
|
+
c("div", m({
|
|
71
|
+
class: ["dropdown-trigger", [t.size, l(T), { open: t.open, disabled: t.disabled }]]
|
|
72
|
+
}, l(p)[l(u).BUTTON_WRAPPER], {
|
|
73
|
+
onClick: f[0] || (f[0] = (E) => b())
|
|
75
74
|
}), [
|
|
76
|
-
c("div",
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
t.optionImageKey ? (
|
|
75
|
+
c("div", K, [
|
|
76
|
+
s.$slots.image || l(d) && t.optionImageKey ? (o(), a("div", $, [
|
|
77
|
+
y(s.$slots, "image", {}, () => [
|
|
78
|
+
t.optionImageKey ? (o(), a("img", {
|
|
80
79
|
key: 0,
|
|
81
80
|
src: l(d)[t.optionImageKey]
|
|
82
|
-
}, null, 8,
|
|
81
|
+
}, null, 8, C)) : n("", !0)
|
|
83
82
|
], !0)
|
|
84
|
-
])) :
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
83
|
+
])) : n("", !0),
|
|
84
|
+
s.$slots["icon-start"] || l(d) && t.optionIconKey ? (o(), a("div", P, [
|
|
85
|
+
y(s.$slots, "icon-start", {}, () => [
|
|
86
|
+
i(l(h), {
|
|
88
87
|
type: t.optionIconType,
|
|
89
88
|
name: l(d)[t.optionIconKey],
|
|
90
89
|
size: "20px"
|
|
91
90
|
}, null, 8, ["type", "name"])
|
|
92
91
|
], !0)
|
|
93
|
-
])) :
|
|
94
|
-
t.statusDotType ? (
|
|
95
|
-
|
|
96
|
-
])) :
|
|
97
|
-
|
|
98
|
-
default:
|
|
99
|
-
|
|
92
|
+
])) : n("", !0),
|
|
93
|
+
t.statusDotType ? (o(), a("div", S, [
|
|
94
|
+
i(l(A), { type: t.statusDotType }, null, 8, ["type"])
|
|
95
|
+
])) : n("", !0),
|
|
96
|
+
i(l(x), m({ variant: "body1" }, l(p)[l(u).BUTTON_CONTENT], { class: "displayed-value" }), {
|
|
97
|
+
default: I(() => [
|
|
98
|
+
B(V(l(O)), 1)
|
|
100
99
|
]),
|
|
101
100
|
_: 1
|
|
102
101
|
}, 16)
|
|
103
102
|
]),
|
|
104
103
|
c("div", z, [
|
|
105
|
-
|
|
104
|
+
i(l(h), {
|
|
106
105
|
name: "caret-down",
|
|
107
106
|
size: "20px"
|
|
108
107
|
})
|
|
109
108
|
])
|
|
110
|
-
], 16)
|
|
111
|
-
t.feedbackText ? (a(), m(D, {
|
|
112
|
-
key: 1,
|
|
113
|
-
text: t.feedbackText,
|
|
114
|
-
variant: t.feedbackVariant,
|
|
115
|
-
"show-icon": t.showFeedbackIcon,
|
|
116
|
-
"test-id": t.testId,
|
|
117
|
-
class: "dropdown-field-help-text"
|
|
118
|
-
}, null, 8, ["text", "variant", "show-icon", "test-id"])) : o("", !0)
|
|
109
|
+
], 16)
|
|
119
110
|
]));
|
|
120
111
|
}
|
|
121
112
|
});
|
|
122
113
|
export {
|
|
123
|
-
|
|
114
|
+
j as default
|
|
124
115
|
};
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import o from "./DropdownV4.vue2.js";
|
|
2
|
-
/* empty css *//* empty css */import
|
|
3
|
-
// import "../../../DropdownV4.
|
|
2
|
+
/* empty css *//* empty css */import _ from "../../../_virtual/_plugin-vue_export-helper.js";
|
|
3
|
+
// import "../../../DropdownV4.vue_vue_type_style_index_0_scoped_0968078f_lang.css"; //*');
|
|
4
4
|
// import "../../../DropdownV4.vue_vue_type_style_index_1_lang.css"; //');
|
|
5
|
-
const r = /* @__PURE__ */
|
|
5
|
+
const r = /* @__PURE__ */ _(o, [["__scopeId", "data-v-0968078f"]]);
|
|
6
6
|
export {
|
|
7
7
|
r as default
|
|
8
8
|
};
|