@ironsource/shared-ui 2.1.3-rc.2 → 2.1.3-rc.21
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/Alert.vue_vue_type_style_index_0_scoped_72bcdcd0_lang.css +1 -0
- package/AppHeader.vue_vue_type_style_index_0_scoped_f9d4e49d_lang.css +1 -0
- package/Autocomplete.vue_vue_type_style_index_0_scoped_429e5745_lang.css +1 -0
- package/ButtonDropdownTrigger.vue_vue_type_style_index_0_scoped_23e22560_lang.css +1 -0
- package/ButtonFilterDropdownTrigger.vue_vue_type_style_index_0_scoped_7f750550_lang.css +1 -0
- package/DataGrid.vue_vue_type_style_index_0_scoped_9b108af3_lang.css +1 -0
- package/DefaultDropdownTrigger.vue_vue_type_style_index_0_scoped_c3033d90_lang.css +1 -0
- package/DropdownV4.vue_vue_type_style_index_0_scoped_24014c62_lang.css +1 -0
- package/FieldMaxLength.vue_vue_type_style_index_0_scoped_f3c4001a_lang.css +1 -0
- package/FormCard.vue_vue_type_style_index_0_scoped_276bd901_lang.css +1 -0
- package/FormRow.vue_vue_type_style_index_0_scoped_fc3897fd_lang.css +1 -0
- package/HelpIcon.vue_vue_type_style_index_0_scoped_7a611779_lang.css +1 -0
- package/TextArea.vue_vue_type_style_index_0_scoped_eb62e4c0_lang.css +1 -0
- package/TextAreaV4.vue_vue_type_style_index_0_scoped_0336a92f_lang.css +1 -0
- package/TextField.vue_vue_type_style_index_0_scoped_95e25718_lang.css +1 -0
- package/components/alert/Alert.vue.d.ts +75 -0
- package/components/alert/Alert.vue.js +7 -0
- package/components/alert/Alert.vue2.js +87 -0
- package/components/alert/index.d.ts +220 -0
- package/components/alert/index.js +6 -0
- package/components/appHeader/AppHeader.vue.js +3 -3
- package/components/appHeader/AppHeader.vue2.js +29 -26
- package/components/autocomplete/Autocomplete.vue.d.ts +140 -0
- package/components/autocomplete/Autocomplete.vue.js +7 -0
- package/components/autocomplete/Autocomplete.vue2.js +99 -0
- package/components/autocomplete/index.d.ts +459 -0
- package/components/autocomplete/index.js +6 -0
- package/components/button/v3/Button.vue.d.ts +6 -6
- package/components/button/v3/ButtonBase.vue.d.ts +1 -1
- package/components/button/v3/IconButton.vue.d.ts +1 -1
- package/components/button/v3/index.d.ts +34 -34
- package/components/button/v4/ButtonV4.vue.d.ts +1 -1
- package/components/button/v4/IconButtonV4.vue.d.ts +1 -1
- package/components/button/v4/index.d.ts +40 -40
- package/components/checkbox/v3/index.d.ts +12 -12
- package/components/checkbox/v4/index.d.ts +12 -12
- package/components/chip/v3/Chip.vue.d.ts +1 -1
- package/components/chip/v3/index.d.ts +20 -20
- package/components/chip/v4/ChipV4.vue.d.ts +1 -1
- package/components/chip/v4/index.d.ts +20 -20
- package/components/dialog/v4/index.d.ts +17 -17
- package/components/dropdown/common/Dropdown.common.d.ts +1 -0
- package/components/dropdown/common/Dropdown.common.js +34 -33
- package/components/dropdown/v3/Dropdown.vue.d.ts +11 -11
- package/components/dropdown/v3/index.d.ts +159 -159
- package/components/dropdown/v4/AppDropdownTrigger.vue.d.ts +4 -4
- package/components/dropdown/v4/ButtonDropdownTrigger.vue.d.ts +71 -0
- package/components/dropdown/v4/ButtonDropdownTrigger.vue.js +7 -0
- package/components/dropdown/v4/ButtonDropdownTrigger.vue2.js +36 -0
- package/components/dropdown/v4/ButtonFilterDropdownTrigger.vue.d.ts +66 -0
- package/components/dropdown/v4/ButtonFilterDropdownTrigger.vue.js +7 -0
- package/components/dropdown/v4/ButtonFilterDropdownTrigger.vue2.js +50 -0
- package/components/dropdown/v4/ChipDropdownTrigger.vue.d.ts +1 -1
- package/components/dropdown/v4/DefaultDropdownTrigger.vue.d.ts +7 -7
- package/components/dropdown/v4/DefaultDropdownTrigger.vue.js +2 -2
- package/components/dropdown/v4/DefaultDropdownTrigger.vue2.js +1 -1
- package/components/dropdown/v4/DropdownV4.vue.d.ts +29 -22
- package/components/dropdown/v4/DropdownV4.vue.js +3 -3
- package/components/dropdown/v4/DropdownV4.vue2.js +143 -130
- package/components/dropdown/v4/dropdownStoryArgs.d.ts +9 -0
- package/components/dropdown/v4/index.d.ts +705 -610
- package/components/dropdown/v4/index.js +16 -10
- package/components/emptyState/v3/EmptyState.vue.d.ts +3 -3
- package/components/emptyState/v3/index.d.ts +7 -7
- package/components/filterDropdown/index.d.ts +8 -8
- package/components/forms/FormCard.vue.d.ts +5 -0
- package/components/forms/FormCard.vue.js +3 -3
- package/components/forms/FormCard.vue2.js +62 -36
- package/components/forms/FormRow.vue.d.ts +10 -0
- package/components/forms/FormRow.vue.js +3 -3
- package/components/forms/FormRow.vue2.js +22 -29
- package/components/forms/index.d.ts +59 -2
- package/components/includeExclude/IncludeExclude.vue.d.ts +3 -3
- package/components/includeExclude/IncludeExcludeAppHeader.vue.d.ts +2 -2
- package/components/includeExclude/IncludeExcludeChipFilter.vue.d.ts +3 -3
- package/components/includeExclude/IncludeExcludeDragDrop.vue.d.ts +3 -3
- package/components/includeExclude/index.d.ts +168 -168
- package/components/input/v3/Input.vue.d.ts +3 -3
- package/components/input/v3/index.d.ts +82 -82
- package/components/input/v4/TextField.vue.d.ts +7 -7
- package/components/input/v4/TextField.vue.js +2 -2
- package/components/input/v4/TextField.vue2.js +84 -91
- package/components/input/v4/index.d.ts +122 -122
- package/components/multibar/MultiBarMenu.vue2.js +13 -11
- package/components/search/v3/Search.vue.d.ts +1 -1
- package/components/search/v3/index.d.ts +9 -9
- package/components/shared/FieldMaxLength.vue.d.ts +34 -0
- package/components/shared/FieldMaxLength.vue.js +7 -0
- package/components/shared/FieldMaxLength.vue2.js +24 -0
- package/components/skeleton/v4/index.d.ts +2 -2
- package/components/snackbar/v4/SnackbarV4.vue.d.ts +12 -12
- package/components/table/common/Table.types.d.ts +3 -0
- package/components/table/v4/DataGrid.vue.d.ts +2 -2
- package/components/table/v4/DataGrid.vue.js +3 -3
- package/components/table/v4/DataGrid.vue2.js +129 -123
- package/components/table/v4/DataGridMenu.vue2.js +13 -11
- package/components/table/v4/HelpIcon.vue.d.ts +40 -0
- package/components/table/v4/HelpIcon.vue.js +7 -0
- package/components/table/v4/HelpIcon.vue2.js +32 -0
- package/components/table/v4/index.d.ts +39 -39
- package/components/table-cells/v4/EditableV4.vue.d.ts +1 -1
- package/components/table-cells/v4/index.d.ts +20 -20
- package/components/tabs/v3/Tabs.vue.d.ts +1 -1
- package/components/tabs/v3/index.d.ts +20 -20
- package/components/textArea/v3/TextArea.vue.js +7 -0
- package/components/textArea/{TextArea.vue2.js → v3/TextArea.vue2.js} +4 -4
- package/components/textArea/v4/TextAreaV4.vue.d.ts +100 -0
- package/components/textArea/v4/TextAreaV4.vue.js +7 -0
- package/components/textArea/v4/TextAreaV4.vue2.js +74 -0
- package/components/textArea/v4/index.d.ts +136 -0
- package/components/textArea/v4/index.js +6 -0
- package/components/toggle/v3/Toggle.vue.d.ts +1 -1
- package/components/toggle/v3/index.d.ts +9 -9
- package/components/toggle/v4/ToggleV4.vue.d.ts +1 -1
- package/components/toggle/v4/index.d.ts +28 -28
- package/components/typography/index.d.ts +12 -12
- package/index.d.ts +2479 -1935
- package/index.js +131 -123
- package/package.json +11 -2
- package/testids/index.d.ts +9 -1
- package/testids/index.js +25 -24
- package/AppHeader.vue_vue_type_style_index_0_scoped_95908b8d_lang.css +0 -1
- package/DataGrid.vue_vue_type_style_index_0_scoped_4baf9e57_lang.css +0 -1
- package/DefaultDropdownTrigger.vue_vue_type_style_index_0_scoped_f0c4710f_lang.css +0 -1
- package/DropdownV4.vue_vue_type_style_index_0_scoped_78c1497e_lang.css +0 -1
- package/FormCard.vue_vue_type_style_index_0_scoped_ad5e4be0_lang.css +0 -1
- package/FormRow.vue_vue_type_style_index_0_scoped_39f48410_lang.css +0 -1
- package/TextArea.vue_vue_type_style_index_0_scoped_889b62ac_lang.css +0 -1
- package/TextField.vue_vue_type_style_index_0_scoped_473bab9b_lang.css +0 -1
- package/components/textArea/TextArea.vue.js +0 -7
- /package/components/textArea/{TextArea.vue.d.ts → v3/TextArea.vue.d.ts} +0 -0
- /package/components/textArea/{index.d.ts → v3/index.d.ts} +0 -0
- /package/components/textArea/{index.js → v3/index.js} +0 -0
|
@@ -1,31 +1,29 @@
|
|
|
1
|
-
import "../../../TextField.
|
|
2
|
-
import
|
|
3
|
-
import
|
|
4
|
-
import
|
|
1
|
+
import "../../../TextField.vue_vue_type_style_index_0_scoped_95e25718_lang.css"; import { defineComponent as K, computed as h, ref as M, openBlock as l, createElementBlock as r, mergeProps as y, unref as t, createBlock as d, createCommentVNode as n, createElementVNode as L, normalizeClass as G, renderSlot as V, withCtx as b, createTextVNode as C, toDisplayString as E, withKeys as W, withModifiers as F, createVNode as p } from "vue";
|
|
2
|
+
import v from "../../icon/v4/IconV4.vue.js";
|
|
3
|
+
import j from "../../tooltip/v4/TooltipV4.vue.js";
|
|
4
|
+
import $ from "../../typography/v4/Typography.vue.js";
|
|
5
5
|
import { InputTestIdModifiers as f } from "../../../testids/index.js";
|
|
6
|
-
import { inputCommon as
|
|
7
|
-
import
|
|
8
|
-
import
|
|
9
|
-
import
|
|
10
|
-
|
|
6
|
+
import { inputCommon as q } from "../common/Input.common.js";
|
|
7
|
+
import J from "../../shared/FieldLabel.vue.js";
|
|
8
|
+
import Q from "../../shared/FieldHelpText.vue.js";
|
|
9
|
+
import U from "../../shared/FieldMaxLength.vue.js";
|
|
10
|
+
import { useTestIdAttrs as X } from "../../../utils/testIds.js";
|
|
11
|
+
const Y = {
|
|
11
12
|
key: 0,
|
|
12
13
|
class: "icon-container icon-before"
|
|
13
|
-
},
|
|
14
|
+
}, Z = ["value", "placeholder", "disabled", "type", "step", "maxlength"], _ = ["onClick"], ee = {
|
|
14
15
|
key: 3,
|
|
15
16
|
class: "inline-error"
|
|
16
|
-
},
|
|
17
|
+
}, te = {
|
|
17
18
|
key: 6,
|
|
18
19
|
class: "icon-container icon-after"
|
|
19
|
-
},
|
|
20
|
+
}, le = {
|
|
20
21
|
key: 1,
|
|
21
22
|
class: "footer"
|
|
22
|
-
},
|
|
23
|
-
key: 1,
|
|
24
|
-
class: "max-length"
|
|
25
|
-
}, oe = /* @__PURE__ */ Z(() => /* @__PURE__ */ g("span", { class: "max-length__divider" }, "/", -1)), de = {
|
|
23
|
+
}, ae = {
|
|
26
24
|
inheritAttrs: !1
|
|
27
|
-
},
|
|
28
|
-
...
|
|
25
|
+
}, ye = /* @__PURE__ */ K({
|
|
26
|
+
...ae,
|
|
29
27
|
__name: "TextField",
|
|
30
28
|
props: {
|
|
31
29
|
modelValue: { default: "" },
|
|
@@ -38,7 +36,7 @@ const Z = (e) => (j("data-v-473bab9b"), e = e(), q(), e), _ = {
|
|
|
38
36
|
mandatory: { type: Boolean, default: !1 },
|
|
39
37
|
feedbackVariant: { default: null },
|
|
40
38
|
feedbackText: { default: "" },
|
|
41
|
-
showFeedbackTextIcon: { type: Boolean, default: !
|
|
39
|
+
showFeedbackTextIcon: { type: Boolean, default: !1 },
|
|
42
40
|
autoFocus: { type: Boolean, default: !1 },
|
|
43
41
|
type: { default: "text" },
|
|
44
42
|
hideNumberArrows: { type: Boolean, default: !1 },
|
|
@@ -55,31 +53,31 @@ const Z = (e) => (j("data-v-473bab9b"), e = e(), q(), e), _ = {
|
|
|
55
53
|
inlineErrorText: { default: "" }
|
|
56
54
|
},
|
|
57
55
|
emits: ["update:modelValue", "apply"],
|
|
58
|
-
setup(e, { expose:
|
|
59
|
-
const s = e, c =
|
|
60
|
-
s.showApply ?
|
|
61
|
-
},
|
|
62
|
-
onConfirm:
|
|
63
|
-
onEnter:
|
|
64
|
-
inputRef:
|
|
65
|
-
isFocused:
|
|
66
|
-
showLabelInside:
|
|
67
|
-
api:
|
|
68
|
-
labelText:
|
|
69
|
-
sizeClass:
|
|
70
|
-
handleInput:
|
|
71
|
-
handleKeypress:
|
|
72
|
-
} =
|
|
73
|
-
return
|
|
74
|
-
manualFocus:
|
|
75
|
-
}), (
|
|
56
|
+
setup(e, { expose: P, emit: k }) {
|
|
57
|
+
const s = e, c = X(s.testId, f), z = () => {
|
|
58
|
+
s.showApply ? k("apply") : o?.confirmable && D();
|
|
59
|
+
}, O = () => T.value.focus(), {
|
|
60
|
+
onConfirm: D,
|
|
61
|
+
onEnter: w,
|
|
62
|
+
inputRef: T,
|
|
63
|
+
isFocused: x,
|
|
64
|
+
showLabelInside: g,
|
|
65
|
+
api: o,
|
|
66
|
+
labelText: N,
|
|
67
|
+
sizeClass: S,
|
|
68
|
+
handleInput: I,
|
|
69
|
+
handleKeypress: B
|
|
70
|
+
} = q(s, k), A = h(() => o.value?.value ?? s.modelValue), H = h(() => (A.value || "").length), m = M(!1), R = h(() => m.value && s.type === "password" ? "text" : s.type);
|
|
71
|
+
return P({
|
|
72
|
+
manualFocus: O
|
|
73
|
+
}), (u, a) => (l(), r("div", y({
|
|
76
74
|
class: {
|
|
77
75
|
"input-with-label-container": !0,
|
|
78
76
|
disabled: e.disabled,
|
|
79
77
|
[`variant-${e.feedbackVariant}`]: !0
|
|
80
78
|
}
|
|
81
79
|
}, t(c)[t(f).WRAPPER]), [
|
|
82
|
-
e.label && e.labelDirection !== "inside" ? (l(),
|
|
80
|
+
e.label && e.labelDirection !== "inside" ? (l(), d(J, {
|
|
83
81
|
key: 0,
|
|
84
82
|
label: e.label,
|
|
85
83
|
mandatory: e.mandatory,
|
|
@@ -88,72 +86,72 @@ const Z = (e) => (j("data-v-473bab9b"), e = e(), q(), e), _ = {
|
|
|
88
86
|
disabled: e.disabled,
|
|
89
87
|
"test-id": e.testId
|
|
90
88
|
}, null, 8, ["label", "mandatory", "hover-help-text", "hover-help-text-placement", "disabled", "test-id"])) : n("", !0),
|
|
91
|
-
|
|
92
|
-
class:
|
|
89
|
+
L("div", {
|
|
90
|
+
class: G({
|
|
93
91
|
"input-container": !0,
|
|
94
|
-
"label-inside": t(
|
|
95
|
-
focused: t(
|
|
92
|
+
"label-inside": t(g),
|
|
93
|
+
focused: t(x)
|
|
96
94
|
})
|
|
97
95
|
}, [
|
|
98
|
-
|
|
99
|
-
|
|
96
|
+
u.$slots.iconBefore ? (l(), r("div", Y, [
|
|
97
|
+
V(u.$slots, "iconBefore", {}, void 0, !0)
|
|
100
98
|
])) : n("", !0),
|
|
101
|
-
e.prefix ? (l(),
|
|
99
|
+
e.prefix ? (l(), d(t($), {
|
|
102
100
|
key: 1,
|
|
103
101
|
class: "prefix-text",
|
|
104
102
|
variant: "body1"
|
|
105
103
|
}, {
|
|
106
|
-
default:
|
|
107
|
-
|
|
104
|
+
default: b(() => [
|
|
105
|
+
C(E(e.prefix), 1)
|
|
108
106
|
]),
|
|
109
107
|
_: 1
|
|
110
108
|
})) : n("", !0),
|
|
111
|
-
|
|
109
|
+
L("input", y({ ...u.$attrs, ...t(c)[t(f).FIELD] }, {
|
|
112
110
|
ref_key: "inputRef",
|
|
113
|
-
ref:
|
|
114
|
-
value: t(
|
|
115
|
-
placeholder: t(
|
|
111
|
+
ref: T,
|
|
112
|
+
value: t(A),
|
|
113
|
+
placeholder: t(N),
|
|
116
114
|
disabled: e.disabled || e.viewOnly,
|
|
117
115
|
type: t(R),
|
|
118
116
|
class: ["input", {
|
|
119
|
-
[t(
|
|
117
|
+
[t(S)]: !0,
|
|
120
118
|
"view-only": e.viewOnly,
|
|
121
|
-
"label-inside": t(
|
|
119
|
+
"label-inside": t(g),
|
|
122
120
|
"hide-arrows": e.hideNumberArrows,
|
|
123
121
|
"input-type": e.type
|
|
124
122
|
}],
|
|
125
123
|
step: e.step,
|
|
126
124
|
maxlength: e.maxLength,
|
|
127
125
|
onInput: a[0] || (a[0] = //@ts-ignore
|
|
128
|
-
(...i) => t(
|
|
129
|
-
onFocus: a[1] || (a[1] = (i) =>
|
|
130
|
-
onBlur: a[2] || (a[2] = (i) =>
|
|
131
|
-
onKeyup: a[3] || (a[3] = W(
|
|
126
|
+
(...i) => t(I) && t(I)(...i)),
|
|
127
|
+
onFocus: a[1] || (a[1] = (i) => x.value = !0),
|
|
128
|
+
onBlur: a[2] || (a[2] = (i) => x.value = !1),
|
|
129
|
+
onKeyup: a[3] || (a[3] = W(F(
|
|
132
130
|
//@ts-ignore
|
|
133
|
-
(...i) => t(
|
|
131
|
+
(...i) => t(w) && t(w)(...i),
|
|
134
132
|
["prevent"]
|
|
135
133
|
), ["enter"])),
|
|
136
134
|
onKeypress: a[4] || (a[4] = //@ts-ignore
|
|
137
|
-
(...i) => t(
|
|
138
|
-
}), null, 16,
|
|
139
|
-
e.showApply || t(
|
|
135
|
+
(...i) => t(B) && t(B)(...i))
|
|
136
|
+
}), null, 16, Z),
|
|
137
|
+
e.showApply || t(o)?.confirmable && !t(o)?.error?.value ? (l(), r("div", {
|
|
140
138
|
key: 2,
|
|
141
139
|
class: "apply-button",
|
|
142
|
-
onClick:
|
|
140
|
+
onClick: F(z, ["stop", "prevent"])
|
|
143
141
|
}, [
|
|
144
|
-
|
|
142
|
+
p(t(v), {
|
|
145
143
|
name: "check",
|
|
146
144
|
size: "20px"
|
|
147
145
|
})
|
|
148
|
-
], 8,
|
|
149
|
-
e.inlineError || t(
|
|
150
|
-
|
|
151
|
-
disabled: !e.inlineErrorText && !t(
|
|
152
|
-
text: e.inlineErrorText || t(
|
|
146
|
+
], 8, _)) : n("", !0),
|
|
147
|
+
e.inlineError || t(o)?.error?.value ? (l(), r("div", ee, [
|
|
148
|
+
p(t(j), y({
|
|
149
|
+
disabled: !e.inlineErrorText && !t(o)?.error?.value,
|
|
150
|
+
text: e.inlineErrorText || t(o)?.error?.value,
|
|
153
151
|
"test-id": e.testId
|
|
154
152
|
}, t(c)[t(f).TOOLTIP]), {
|
|
155
|
-
default:
|
|
156
|
-
|
|
153
|
+
default: b(() => [
|
|
154
|
+
p(t(v), {
|
|
157
155
|
name: "warning-circle",
|
|
158
156
|
size: "16px"
|
|
159
157
|
})
|
|
@@ -161,58 +159,53 @@ const Z = (e) => (j("data-v-473bab9b"), e = e(), q(), e), _ = {
|
|
|
161
159
|
_: 1
|
|
162
160
|
}, 16, ["disabled", "text", "test-id"])
|
|
163
161
|
])) : n("", !0),
|
|
164
|
-
e.suffix ? (l(),
|
|
162
|
+
e.suffix ? (l(), d(t($), {
|
|
165
163
|
key: 4,
|
|
166
164
|
class: "suffix-text",
|
|
167
165
|
variant: "body1"
|
|
168
166
|
}, {
|
|
169
|
-
default:
|
|
170
|
-
|
|
167
|
+
default: b(() => [
|
|
168
|
+
C(E(e.suffix), 1)
|
|
171
169
|
]),
|
|
172
170
|
_: 1
|
|
173
171
|
})) : n("", !0),
|
|
174
|
-
e.type === "password" ? (l(),
|
|
172
|
+
e.type === "password" ? (l(), r("div", y({
|
|
175
173
|
key: 5,
|
|
176
174
|
class: "password-visibility-toggle"
|
|
177
175
|
}, t(c)[t(f).TOGGLE_PASSWORD], {
|
|
178
176
|
onClick: a[5] || (a[5] = (i) => m.value = !m.value)
|
|
179
177
|
}), [
|
|
180
|
-
m.value ? (l(),
|
|
178
|
+
m.value ? (l(), d(t(v), {
|
|
181
179
|
key: 0,
|
|
182
180
|
name: "eye",
|
|
183
181
|
size: "16px"
|
|
184
|
-
})) : (l(),
|
|
182
|
+
})) : (l(), d(t(v), {
|
|
185
183
|
key: 1,
|
|
186
184
|
name: "eye-slash",
|
|
187
185
|
size: "16px"
|
|
188
186
|
}))
|
|
189
187
|
], 16)) : n("", !0),
|
|
190
|
-
|
|
191
|
-
|
|
188
|
+
u.$slots.iconAfter ? (l(), r("div", te, [
|
|
189
|
+
V(u.$slots, "iconAfter", {}, void 0, !0)
|
|
192
190
|
])) : n("", !0)
|
|
193
191
|
], 2),
|
|
194
|
-
e.feedbackText || e.maxLength ? (l(),
|
|
195
|
-
e.feedbackText ? (l(),
|
|
192
|
+
e.feedbackText || e.maxLength ? (l(), r("div", le, [
|
|
193
|
+
e.feedbackText ? (l(), d(Q, {
|
|
196
194
|
key: 0,
|
|
197
195
|
text: e.feedbackText,
|
|
198
196
|
variant: e.feedbackVariant,
|
|
199
197
|
"show-icon": e.showFeedbackTextIcon,
|
|
200
198
|
"test-id": e.testId
|
|
201
199
|
}, null, 8, ["text", "variant", "show-icon", "test-id"])) : n("", !0),
|
|
202
|
-
e.maxLength ? (l(),
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
h(" " + x(e.maxLength), 1)
|
|
208
|
-
]),
|
|
209
|
-
_: 1
|
|
210
|
-
})
|
|
211
|
-
])) : n("", !0)
|
|
200
|
+
e.maxLength ? (l(), d(U, {
|
|
201
|
+
key: 1,
|
|
202
|
+
"current-length": t(H),
|
|
203
|
+
"max-length": e.maxLength
|
|
204
|
+
}, null, 8, ["current-length", "max-length"])) : n("", !0)
|
|
212
205
|
])) : n("", !0)
|
|
213
206
|
], 16));
|
|
214
207
|
}
|
|
215
208
|
});
|
|
216
209
|
export {
|
|
217
|
-
|
|
210
|
+
ye as default
|
|
218
211
|
};
|