@ironsource/shared-ui 2.1.11-test.50 → 2.1.11-test.51
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/ConditionalDropdown.vue_vue_type_style_index_0_scoped_8f96cf5a_lang.css +1 -0
- package/EditableV4.vue_vue_type_style_index_0_scoped_e0c047b4_lang.css +1 -0
- package/IconFlag.vue_vue_type_style_index_0_scoped_7b09cc85_lang.css +1 -0
- package/SortableItem.vue_vue_type_style_index_0_scoped_7cb676f1_lang.css +1 -0
- package/SortableList.vue_vue_type_style_index_0_scoped_156c01ca_lang.css +1 -0
- package/TextField.vue_vue_type_style_index_0_scoped_2e327aa1_lang.css +1 -0
- package/TooltipV4.vue_vue_type_style_index_0_scoped_82b46d6d_lang.css +1 -0
- package/TooltipV4.vue_vue_type_style_index_1_lang.css +1 -1
- package/Typography.vue_vue_type_style_index_0_scoped_a14013a5_lang.css +1 -0
- package/components/button/v3/Button.vue.d.ts +6 -6
- package/components/button/v3/index.d.ts +14 -14
- package/components/chart/Chart.vue.d.ts +1 -1
- package/components/chart/index.d.ts +20 -20
- package/components/dropdown/v4/ConditionalDropdown.vue.d.ts +3 -3
- package/components/dropdown/v4/ConditionalDropdown.vue.js +2 -2
- package/components/dropdown/v4/ConditionalDropdown.vue2.js +1 -1
- package/components/dropdown/v4/index.d.ts +3 -3
- package/components/emptyState/v3/EmptyState.vue.d.ts +3 -3
- package/components/emptyState/v3/index.d.ts +7 -7
- package/components/icon/v4/IconFlag.vue.js +3 -3
- package/components/icon/v4/IconFlag.vue2.js +1 -1
- package/components/input/v4/TextField.vue.js +3 -3
- package/components/input/v4/TextField.vue2.js +164 -184
- package/components/sortableList/SortableItem.vue.d.ts +0 -5
- package/components/sortableList/SortableItem.vue.js +3 -3
- package/components/sortableList/SortableItem.vue2.js +65 -80
- package/components/sortableList/SortableList.vue.d.ts +0 -16
- package/components/sortableList/SortableList.vue.js +3 -3
- package/components/sortableList/SortableList.vue2.js +87 -100
- package/components/sortableList/index.d.ts +1 -59
- package/components/table/v4/DataGrid.vue.d.ts +2 -2
- package/components/table/v4/MultipleDataGrid.vue.d.ts +1 -1
- package/components/table/v4/index.d.ts +59 -59
- package/components/table-cells/common/Editable.common.js +7 -8
- package/components/table-cells/common/EditableContext.d.ts +0 -1
- package/components/table-cells/v4/EditableV4.vue.d.ts +0 -5
- package/components/table-cells/v4/EditableV4.vue.js +3 -3
- package/components/table-cells/v4/EditableV4.vue2.js +10 -11
- package/components/table-cells/v4/index.d.ts +1 -20
- package/components/tooltip/v4/TooltipV4.vue.js +3 -3
- package/components/tooltip/v4/TooltipV4.vue2.js +1 -1
- package/components/typography/v4/Typography.vue.js +4 -4
- package/components/typography/v4/Typography.vue2.js +1 -1
- package/composables/useFormValidation.d.ts +1 -1
- package/index.d.ts +128 -282
- package/index.js +1 -1
- package/package.json +2 -239
- package/testids/index.d.ts +0 -1
- package/testids/index.js +13 -13
- package/ConditionalDropdown.vue_vue_type_style_index_0_scoped_27802170_lang.css +0 -1
- package/EditableV4.vue_vue_type_style_index_0_scoped_1bbe222a_lang.css +0 -1
- package/IconFlag.vue_vue_type_style_index_0_scoped_be9dc7bb_lang.css +0 -1
- package/SortableItem.vue_vue_type_style_index_0_scoped_2ca7b24c_lang.css +0 -1
- package/SortableList.vue_vue_type_style_index_0_scoped_8f267f88_lang.css +0 -1
- package/TextField.vue_vue_type_style_index_0_scoped_fce3948c_lang.css +0 -1
- package/TooltipV4.vue_vue_type_style_index_0_scoped_66eab856_lang.css +0 -1
- package/Typography.vue_vue_type_style_index_0_scoped_5714d43e_lang.css +0 -1
|
@@ -1,27 +1,27 @@
|
|
|
1
|
-
import "../../../TextField.
|
|
1
|
+
import "../../../TextField.vue_vue_type_style_index_0_scoped_2e327aa1_lang.css"; import { defineComponent as J, computed as f, ref as Q, openBlock as l, createElementBlock as d, mergeProps as c, unref as t, createBlock as r, createCommentVNode as n, createElementVNode as A, normalizeClass as E, renderSlot as F, withCtx as b, createTextVNode as V, toDisplayString as $, withKeys as U, withModifiers as z, normalizeProps as O, createVNode as p } from "vue";
|
|
2
2
|
import v from "../../icon/v4/IconV4.vue.js";
|
|
3
3
|
import "../../icon/v4/IconFlag.vue.js";
|
|
4
|
-
import
|
|
5
|
-
import
|
|
4
|
+
import X from "../../tooltip/v4/TooltipV4.vue.js";
|
|
5
|
+
import D from "../../typography/v4/Typography.vue.js";
|
|
6
6
|
import { InputTestIdModifiers as m } from "../../../testids/index.js";
|
|
7
|
-
import { inputCommon as
|
|
8
|
-
import
|
|
9
|
-
import
|
|
10
|
-
import
|
|
11
|
-
import { useTestIdAttrs as
|
|
12
|
-
const
|
|
7
|
+
import { inputCommon as Y } from "../common/Input.common.js";
|
|
8
|
+
import Z from "../../shared/FieldLabel.vue.js";
|
|
9
|
+
import _ from "../../shared/FieldHelpText.vue.js";
|
|
10
|
+
import N from "../../shared/FieldMaxLength.vue.js";
|
|
11
|
+
import { useTestIdAttrs as ee } from "../../../utils/testIds.js";
|
|
12
|
+
const te = {
|
|
13
13
|
key: 0,
|
|
14
14
|
class: "icon-container icon-before"
|
|
15
|
-
},
|
|
15
|
+
}, le = ["maxlength", "value", "placeholder", "disabled", "type", "step"], ae = ["onClick"], ne = {
|
|
16
16
|
key: 5,
|
|
17
17
|
class: "inline-error"
|
|
18
|
-
},
|
|
18
|
+
}, oe = {
|
|
19
19
|
key: 7,
|
|
20
20
|
class: "icon-container icon-after"
|
|
21
|
-
},
|
|
21
|
+
}, ie = {
|
|
22
22
|
inheritAttrs: !1
|
|
23
|
-
},
|
|
24
|
-
...
|
|
23
|
+
}, be = /* @__PURE__ */ J({
|
|
24
|
+
...ie,
|
|
25
25
|
__name: "TextField",
|
|
26
26
|
props: {
|
|
27
27
|
modelValue: { default: "" },
|
|
@@ -54,188 +54,168 @@ const re = {
|
|
|
54
54
|
inlineErrorTextPlacement: { default: "top" }
|
|
55
55
|
},
|
|
56
56
|
emits: ["update:modelValue", "apply"],
|
|
57
|
-
setup(
|
|
58
|
-
const
|
|
59
|
-
|
|
60
|
-
},
|
|
61
|
-
onConfirm:
|
|
62
|
-
onEnter:
|
|
57
|
+
setup(e, { expose: S, emit: k }) {
|
|
58
|
+
const o = e, y = ee(o.testId, m), H = () => {
|
|
59
|
+
o.showApply ? k("apply") : s?.confirmable && K();
|
|
60
|
+
}, R = () => g.value.focus(), {
|
|
61
|
+
onConfirm: K,
|
|
62
|
+
onEnter: T,
|
|
63
63
|
inputRef: g,
|
|
64
|
-
isFocused:
|
|
65
|
-
showLabelInside:
|
|
66
|
-
api:
|
|
67
|
-
labelText:
|
|
68
|
-
sizeClass:
|
|
64
|
+
isFocused: h,
|
|
65
|
+
showLabelInside: w,
|
|
66
|
+
api: s,
|
|
67
|
+
labelText: M,
|
|
68
|
+
sizeClass: G,
|
|
69
69
|
handleInput: L,
|
|
70
|
-
handleKeypress:
|
|
71
|
-
} =
|
|
72
|
-
currentLength:
|
|
73
|
-
maxLength:
|
|
74
|
-
})),
|
|
75
|
-
() =>
|
|
76
|
-
),
|
|
77
|
-
() =>
|
|
78
|
-
),
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
), X = o(
|
|
83
|
-
() => (l.inlineError || r?.withIcons) && !T.value
|
|
84
|
-
), Y = o(
|
|
85
|
-
() => !l.inlineError && !r?.withIcons && !T.value
|
|
86
|
-
), Z = o(
|
|
87
|
-
() => l.showApply || r?.confirmable && r?.withIcons && !r?.error?.value
|
|
88
|
-
), F = o(
|
|
89
|
-
() => r?.error?.value ? "error" : l.feedbackVariant
|
|
90
|
-
), p = te(!1), _ = o(() => p.value && l.type === "password" ? "text" : l.type);
|
|
91
|
-
return K({
|
|
92
|
-
manualFocus: G
|
|
93
|
-
}), (c, a) => (n(), u("div", f({
|
|
70
|
+
handleKeypress: I
|
|
71
|
+
} = Y(o, k), P = f(() => s.value?.value ?? o.modelValue), W = f(() => (P.value || "").length), B = f(() => ({
|
|
72
|
+
currentLength: W.value,
|
|
73
|
+
maxLength: o.maxLength
|
|
74
|
+
})), C = f(
|
|
75
|
+
() => o.maxLength && o.maxLengthCounterPosition === "outside"
|
|
76
|
+
), j = f(
|
|
77
|
+
() => o.feedbackText || C.value
|
|
78
|
+
), x = Q(!1), q = f(() => x.value && o.type === "password" ? "text" : o.type);
|
|
79
|
+
return S({
|
|
80
|
+
manualFocus: R
|
|
81
|
+
}), (u, a) => (l(), d("div", c({
|
|
94
82
|
class: {
|
|
95
83
|
"input-with-label-container": !0,
|
|
96
|
-
disabled:
|
|
97
|
-
[`variant-${e
|
|
84
|
+
disabled: e.disabled,
|
|
85
|
+
[`variant-${e.feedbackVariant}`]: !0
|
|
98
86
|
}
|
|
99
|
-
},
|
|
100
|
-
|
|
87
|
+
}, t(y)[t(m).WRAPPER]), [
|
|
88
|
+
e.label && e.labelDirection !== "inside" ? (l(), r(Z, {
|
|
101
89
|
key: 0,
|
|
102
|
-
label:
|
|
103
|
-
mandatory:
|
|
104
|
-
"hover-help-text":
|
|
105
|
-
"hover-help-text-placement":
|
|
106
|
-
disabled:
|
|
107
|
-
"test-id":
|
|
108
|
-
}, null, 8, ["label", "mandatory", "hover-help-text", "hover-help-text-placement", "disabled", "test-id"])) :
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
placement: t.inlineErrorTextPlacement
|
|
190
|
-
}, e(y)[e(m).TOOLTIP]), {
|
|
191
|
-
default: h(() => [
|
|
192
|
-
x(e(v), {
|
|
193
|
-
name: "warning-circle",
|
|
194
|
-
size: "16px"
|
|
195
|
-
})
|
|
196
|
-
]),
|
|
197
|
-
_: 1
|
|
198
|
-
}, 16, ["disabled", "text", "placement"])
|
|
199
|
-
])) : i("", !0),
|
|
200
|
-
t.type === "password" ? (n(), u("div", f({
|
|
201
|
-
key: 6,
|
|
202
|
-
class: "password-visibility-toggle"
|
|
203
|
-
}, e(y)[e(m).TOGGLE_PASSWORD], {
|
|
204
|
-
onClick: a[5] || (a[5] = (s) => p.value = !p.value)
|
|
205
|
-
}), [
|
|
206
|
-
p.value ? (n(), d(e(v), {
|
|
207
|
-
key: 0,
|
|
208
|
-
name: "eye",
|
|
209
|
-
size: "16px"
|
|
210
|
-
})) : (n(), d(e(v), {
|
|
211
|
-
key: 1,
|
|
212
|
-
name: "eye-slash",
|
|
90
|
+
label: e.label,
|
|
91
|
+
mandatory: e.mandatory,
|
|
92
|
+
"hover-help-text": e.hoverHelpText,
|
|
93
|
+
"hover-help-text-placement": e.hoverHelpTextPlacement,
|
|
94
|
+
disabled: e.disabled,
|
|
95
|
+
"test-id": e.testId
|
|
96
|
+
}, null, 8, ["label", "mandatory", "hover-help-text", "hover-help-text-placement", "disabled", "test-id"])) : n("", !0),
|
|
97
|
+
A("div", {
|
|
98
|
+
class: E({
|
|
99
|
+
"input-container": !0,
|
|
100
|
+
"label-inside": t(w),
|
|
101
|
+
focused: t(h)
|
|
102
|
+
})
|
|
103
|
+
}, [
|
|
104
|
+
u.$slots.iconBefore ? (l(), d("div", te, [
|
|
105
|
+
F(u.$slots, "iconBefore", {}, void 0, !0)
|
|
106
|
+
])) : n("", !0),
|
|
107
|
+
e.prefix ? (l(), r(t(D), {
|
|
108
|
+
key: 1,
|
|
109
|
+
class: "prefix-text",
|
|
110
|
+
variant: "body1"
|
|
111
|
+
}, {
|
|
112
|
+
default: b(() => [
|
|
113
|
+
V($(e.prefix), 1)
|
|
114
|
+
]),
|
|
115
|
+
_: 1
|
|
116
|
+
})) : n("", !0),
|
|
117
|
+
A("input", c({
|
|
118
|
+
ref_key: "inputRef",
|
|
119
|
+
ref: g,
|
|
120
|
+
maxlength: e.maxLength
|
|
121
|
+
}, { ...u.$attrs, ...t(y)[t(m).FIELD] }, {
|
|
122
|
+
value: t(P),
|
|
123
|
+
placeholder: t(M),
|
|
124
|
+
disabled: e.disabled || e.viewOnly,
|
|
125
|
+
type: t(q),
|
|
126
|
+
class: ["input", {
|
|
127
|
+
[t(G)]: !0,
|
|
128
|
+
"view-only": e.viewOnly,
|
|
129
|
+
"label-inside": t(w),
|
|
130
|
+
"hide-arrows": e.hideNumberArrows,
|
|
131
|
+
"input-type": e.type
|
|
132
|
+
}],
|
|
133
|
+
step: e.step,
|
|
134
|
+
onInput: a[0] || (a[0] = //@ts-ignore
|
|
135
|
+
(...i) => t(L) && t(L)(...i)),
|
|
136
|
+
onFocus: a[1] || (a[1] = (i) => h.value = !0),
|
|
137
|
+
onBlur: a[2] || (a[2] = (i) => h.value = !1),
|
|
138
|
+
onKeyup: a[3] || (a[3] = U(z(
|
|
139
|
+
//@ts-ignore
|
|
140
|
+
(...i) => t(T) && t(T)(...i),
|
|
141
|
+
["prevent"]
|
|
142
|
+
), ["enter"])),
|
|
143
|
+
onKeypress: a[4] || (a[4] = //@ts-ignore
|
|
144
|
+
(...i) => t(I) && t(I)(...i))
|
|
145
|
+
}), null, 16, le),
|
|
146
|
+
e.maxLength && e.maxLengthCounterPosition === "inside" ? (l(), r(N, O(c({ key: 2 }, t(B))), null, 16)) : n("", !0),
|
|
147
|
+
e.showApply || t(s)?.confirmable && !t(s)?.error?.value ? (l(), d("div", {
|
|
148
|
+
key: 3,
|
|
149
|
+
class: "apply-button",
|
|
150
|
+
onClick: z(H, ["stop", "prevent"])
|
|
151
|
+
}, [
|
|
152
|
+
p(t(v), {
|
|
153
|
+
name: "check",
|
|
154
|
+
size: "20px"
|
|
155
|
+
})
|
|
156
|
+
], 8, ae)) : n("", !0),
|
|
157
|
+
e.suffix ? (l(), r(t(D), {
|
|
158
|
+
key: 4,
|
|
159
|
+
class: "suffix-text",
|
|
160
|
+
variant: "body1"
|
|
161
|
+
}, {
|
|
162
|
+
default: b(() => [
|
|
163
|
+
V($(e.suffix), 1)
|
|
164
|
+
]),
|
|
165
|
+
_: 1
|
|
166
|
+
})) : n("", !0),
|
|
167
|
+
e.inlineError || t(s)?.error?.value ? (l(), d("div", ne, [
|
|
168
|
+
p(t(X), c({
|
|
169
|
+
disabled: !e.inlineErrorText && !t(s)?.error?.value,
|
|
170
|
+
text: e.inlineErrorText || t(s)?.error?.value,
|
|
171
|
+
"test-id": e.testId,
|
|
172
|
+
placement: e.inlineErrorTextPlacement
|
|
173
|
+
}, t(y)[t(m).TOOLTIP]), {
|
|
174
|
+
default: b(() => [
|
|
175
|
+
p(t(v), {
|
|
176
|
+
name: "warning-circle",
|
|
213
177
|
size: "16px"
|
|
214
|
-
})
|
|
215
|
-
]
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
178
|
+
})
|
|
179
|
+
]),
|
|
180
|
+
_: 1
|
|
181
|
+
}, 16, ["disabled", "text", "test-id", "placement"])
|
|
182
|
+
])) : n("", !0),
|
|
183
|
+
e.type === "password" ? (l(), d("div", c({
|
|
184
|
+
key: 6,
|
|
185
|
+
class: "password-visibility-toggle"
|
|
186
|
+
}, t(y)[t(m).TOGGLE_PASSWORD], {
|
|
187
|
+
onClick: a[5] || (a[5] = (i) => x.value = !x.value)
|
|
188
|
+
}), [
|
|
189
|
+
x.value ? (l(), r(t(v), {
|
|
190
|
+
key: 0,
|
|
191
|
+
name: "eye",
|
|
192
|
+
size: "16px"
|
|
193
|
+
})) : (l(), r(t(v), {
|
|
194
|
+
key: 1,
|
|
195
|
+
name: "eye-slash",
|
|
196
|
+
size: "16px"
|
|
197
|
+
}))
|
|
198
|
+
], 16)) : n("", !0),
|
|
199
|
+
u.$slots.iconAfter ? (l(), d("div", oe, [
|
|
200
|
+
F(u.$slots, "iconAfter", {}, void 0, !0)
|
|
201
|
+
])) : n("", !0)
|
|
202
|
+
], 2),
|
|
203
|
+
t(j) ? (l(), d("div", {
|
|
224
204
|
key: 1,
|
|
225
|
-
class:
|
|
205
|
+
class: E(["footer", e.feedbackPositionAbsolute && "footer-absolute"])
|
|
226
206
|
}, [
|
|
227
|
-
|
|
207
|
+
e.feedbackText ? (l(), r(_, {
|
|
228
208
|
key: 0,
|
|
229
|
-
text:
|
|
230
|
-
variant: e
|
|
231
|
-
"show-icon":
|
|
232
|
-
"test-id":
|
|
233
|
-
}, null, 8, ["text", "variant", "show-icon", "test-id"])) :
|
|
234
|
-
|
|
235
|
-
], 2)) :
|
|
209
|
+
text: e.feedbackText,
|
|
210
|
+
variant: e.feedbackVariant,
|
|
211
|
+
"show-icon": e.showFeedbackTextIcon,
|
|
212
|
+
"test-id": e.testId
|
|
213
|
+
}, null, 8, ["text", "variant", "show-icon", "test-id"])) : n("", !0),
|
|
214
|
+
t(C) ? (l(), r(N, O(c({ key: 1 }, t(B))), null, 16)) : n("", !0)
|
|
215
|
+
], 2)) : n("", !0)
|
|
236
216
|
], 16));
|
|
237
217
|
}
|
|
238
218
|
});
|
|
239
219
|
export {
|
|
240
|
-
|
|
220
|
+
be as default
|
|
241
221
|
};
|
|
@@ -6,7 +6,6 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
6
6
|
isSelected?: boolean;
|
|
7
7
|
selectedChildId?: string | number;
|
|
8
8
|
searchQuery?: string;
|
|
9
|
-
childListMaxHeight: string;
|
|
10
9
|
searchHandler?: (item: SortableListItem, searchQuery: string) => boolean;
|
|
11
10
|
displayValue: (item: SortableListItem) => string;
|
|
12
11
|
}>, {
|
|
@@ -16,7 +15,6 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
16
15
|
selectedChildId: any;
|
|
17
16
|
searchQuery: any;
|
|
18
17
|
index: any;
|
|
19
|
-
childListMaxHeight: string;
|
|
20
18
|
searchHandler: any;
|
|
21
19
|
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
22
20
|
toggle: (value: boolean) => void;
|
|
@@ -29,7 +27,6 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
29
27
|
isSelected?: boolean;
|
|
30
28
|
selectedChildId?: string | number;
|
|
31
29
|
searchQuery?: string;
|
|
32
|
-
childListMaxHeight: string;
|
|
33
30
|
searchHandler?: (item: SortableListItem, searchQuery: string) => boolean;
|
|
34
31
|
displayValue: (item: SortableListItem) => string;
|
|
35
32
|
}>, {
|
|
@@ -39,7 +36,6 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
39
36
|
selectedChildId: any;
|
|
40
37
|
searchQuery: any;
|
|
41
38
|
index: any;
|
|
42
|
-
childListMaxHeight: string;
|
|
43
39
|
searchHandler: any;
|
|
44
40
|
}>>> & {
|
|
45
41
|
onSelect?: () => any;
|
|
@@ -51,7 +47,6 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
51
47
|
isSelected: boolean;
|
|
52
48
|
searchQuery: string;
|
|
53
49
|
selectedChildId: string | number;
|
|
54
|
-
childListMaxHeight: string;
|
|
55
50
|
searchHandler: (item: SortableListItem, searchQuery: string) => boolean;
|
|
56
51
|
}>, {
|
|
57
52
|
menu?(_: {}): any;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import o from "./SortableItem.vue2.js";
|
|
2
2
|
/* empty css */import e from "../../_virtual/_plugin-vue_export-helper.js";
|
|
3
|
-
// import "../../SortableItem.
|
|
4
|
-
const
|
|
3
|
+
// import "../../SortableItem.vue_vue_type_style_index_0_scoped_7cb676f1_lang.css"; //*');
|
|
4
|
+
const c = /* @__PURE__ */ e(o, [["__scopeId", "data-v-7cb676f1"]]);
|
|
5
5
|
export {
|
|
6
|
-
|
|
6
|
+
c as default
|
|
7
7
|
};
|