@ironsource/shared-ui 2.1.11-test.92 → 2.1.11-test.99

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.
Files changed (60) hide show
  1. package/Chart.vue_vue_type_style_index_0_scoped_04b9d6b3_lang.css +1 -0
  2. package/ConditionalDropdown.vue_vue_type_style_index_0_scoped_b2684c5f_lang.css +1 -0
  3. package/EditableV4.vue_vue_type_style_index_0_scoped_e0c047b4_lang.css +1 -0
  4. package/IconFlag.vue_vue_type_style_index_0_scoped_7b09cc85_lang.css +1 -0
  5. package/SortableItem.vue_vue_type_style_index_0_scoped_7cb676f1_lang.css +1 -0
  6. package/SortableList.vue_vue_type_style_index_0_scoped_156c01ca_lang.css +1 -0
  7. package/TextField.vue_vue_type_style_index_0_scoped_2e327aa1_lang.css +1 -0
  8. package/TooltipV4.vue_vue_type_style_index_0_scoped_82b46d6d_lang.css +1 -0
  9. package/TooltipV4.vue_vue_type_style_index_1_lang.css +1 -1
  10. package/TreeDropdown.vue_vue_type_style_index_0_scoped_bdfb0aef_lang.css +1 -0
  11. package/Typography.vue_vue_type_style_index_0_scoped_a14013a5_lang.css +1 -0
  12. package/components/chart/Chart.vue.d.ts +0 -5
  13. package/components/chart/Chart.vue.js +3 -3
  14. package/components/chart/Chart.vue2.js +66 -69
  15. package/components/chart/index.d.ts +1 -20
  16. package/components/dropdown/v4/ConditionalDropdown.vue.d.ts +8 -5
  17. package/components/dropdown/v4/ConditionalDropdown.vue.js +2 -2
  18. package/components/dropdown/v4/ConditionalDropdown.vue2.js +89 -88
  19. package/components/dropdown/v4/TreeDropdown.vue.js +2 -2
  20. package/components/dropdown/v4/TreeDropdown.vue2.js +86 -86
  21. package/components/dropdown/v4/index.d.ts +12 -5
  22. package/components/icon/v4/IconFlag.vue.js +3 -3
  23. package/components/icon/v4/IconFlag.vue2.js +1 -1
  24. package/components/input/v4/TextField.vue.js +3 -3
  25. package/components/input/v4/TextField.vue2.js +164 -184
  26. package/components/sortableList/SortableItem.vue.d.ts +0 -5
  27. package/components/sortableList/SortableItem.vue.js +3 -3
  28. package/components/sortableList/SortableItem.vue2.js +65 -80
  29. package/components/sortableList/SortableList.vue.d.ts +0 -16
  30. package/components/sortableList/SortableList.vue.js +3 -3
  31. package/components/sortableList/SortableList.vue2.js +87 -100
  32. package/components/sortableList/index.d.ts +1 -59
  33. package/components/table/v4/DataGrid.vue.d.ts +1 -1
  34. package/components/table/v4/MultipleDataGrid.vue.d.ts +1 -1
  35. package/components/table/v4/index.d.ts +40 -40
  36. package/components/table-cells/common/Editable.common.js +7 -8
  37. package/components/table-cells/common/EditableContext.d.ts +0 -1
  38. package/components/table-cells/v4/EditableV4.vue.d.ts +0 -5
  39. package/components/table-cells/v4/EditableV4.vue.js +3 -3
  40. package/components/table-cells/v4/EditableV4.vue2.js +10 -11
  41. package/components/table-cells/v4/index.d.ts +1 -20
  42. package/components/tooltip/v4/TooltipV4.vue.js +3 -3
  43. package/components/tooltip/v4/TooltipV4.vue2.js +1 -1
  44. package/components/typography/v4/Typography.vue.js +4 -4
  45. package/components/typography/v4/Typography.vue2.js +1 -1
  46. package/index.d.ts +108 -248
  47. package/index.js +1 -1
  48. package/package.json +1 -1
  49. package/testids/index.d.ts +0 -1
  50. package/testids/index.js +13 -13
  51. package/Chart.vue_vue_type_style_index_0_scoped_277fde76_lang.css +0 -1
  52. package/ConditionalDropdown.vue_vue_type_style_index_0_scoped_2ba23450_lang.css +0 -1
  53. package/EditableV4.vue_vue_type_style_index_0_scoped_1bbe222a_lang.css +0 -1
  54. package/IconFlag.vue_vue_type_style_index_0_scoped_be9dc7bb_lang.css +0 -1
  55. package/SortableItem.vue_vue_type_style_index_0_scoped_2ca7b24c_lang.css +0 -1
  56. package/SortableList.vue_vue_type_style_index_0_scoped_8f267f88_lang.css +0 -1
  57. package/TextField.vue_vue_type_style_index_0_scoped_fce3948c_lang.css +0 -1
  58. package/TooltipV4.vue_vue_type_style_index_0_scoped_66eab856_lang.css +0 -1
  59. package/TreeDropdown.vue_vue_type_style_index_0_scoped_b883d1fa_lang.css +0 -1
  60. package/Typography.vue_vue_type_style_index_0_scoped_5714d43e_lang.css +0 -1
@@ -3640,7 +3640,7 @@ declare const DropdownTypes: () => (({
3640
3640
  default: string;
3641
3641
  };
3642
3642
  loadMoreFn: {
3643
- type: import("vue").PropType<() => Promise<any[]>>;
3643
+ type: import("vue").PropType<() => Promise<void>>;
3644
3644
  default: any;
3645
3645
  };
3646
3646
  fetchDataDebounceTime: {
@@ -3651,6 +3651,10 @@ declare const DropdownTypes: () => (({
3651
3651
  type: import("vue").PropType<boolean>;
3652
3652
  default: boolean;
3653
3653
  };
3654
+ loadingOverride: {
3655
+ type: import("vue").PropType<boolean>;
3656
+ default: boolean;
3657
+ };
3654
3658
  }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
3655
3659
  "update:selectedCondition": (value: {
3656
3660
  label: string;
@@ -3659,7 +3663,6 @@ declare const DropdownTypes: () => (({
3659
3663
  }) => void;
3660
3664
  "update:appliedSelections": (value: unknown) => void;
3661
3665
  clear: () => void;
3662
- closed: () => void;
3663
3666
  }, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
3664
3667
  label: {
3665
3668
  type: import("vue").PropType<string>;
@@ -3741,7 +3744,7 @@ declare const DropdownTypes: () => (({
3741
3744
  default: string;
3742
3745
  };
3743
3746
  loadMoreFn: {
3744
- type: import("vue").PropType<() => Promise<any[]>>;
3747
+ type: import("vue").PropType<() => Promise<void>>;
3745
3748
  default: any;
3746
3749
  };
3747
3750
  fetchDataDebounceTime: {
@@ -3752,9 +3755,12 @@ declare const DropdownTypes: () => (({
3752
3755
  type: import("vue").PropType<boolean>;
3753
3756
  default: boolean;
3754
3757
  };
3758
+ loadingOverride: {
3759
+ type: import("vue").PropType<boolean>;
3760
+ default: boolean;
3761
+ };
3755
3762
  }>> & {
3756
3763
  onClear?: () => any;
3757
- onClosed?: () => any;
3758
3764
  "onUpdate:selectedCondition"?: (value: {
3759
3765
  label: string;
3760
3766
  value: string;
@@ -3775,8 +3781,9 @@ declare const DropdownTypes: () => (({
3775
3781
  comparingKey: string;
3776
3782
  minCharsToStart: number;
3777
3783
  searchQuery: string;
3778
- loadMoreFn: () => Promise<any[]>;
3784
+ loadMoreFn: () => Promise<void>;
3779
3785
  fetchDataDebounceTime: number;
3780
3786
  autoFocusSearch: boolean;
3787
+ loadingOverride: boolean;
3781
3788
  }>)[];
3782
3789
  export { Dropdown, DefaultDropdownTrigger, IconButtonDropdownTrigger, ChipDropdownTrigger, ButtonDropdownTrigger, ButtonFilterDropdownTrigger, AppDropdownTrigger, DropdownTypes, Option, TreeDropdown, ConditionalDropdown, };
@@ -1,7 +1,7 @@
1
1
  import o from "./IconFlag.vue2.js";
2
- /* empty css */import e from "../../../_virtual/_plugin-vue_export-helper.js";
3
- // import "../../../IconFlag.vue_vue_type_style_index_0_scoped_be9dc7bb_lang.css"; //*');
4
- const t = /* @__PURE__ */ e(o, [["__scopeId", "data-v-be9dc7bb"]]);
2
+ /* empty css */import c from "../../../_virtual/_plugin-vue_export-helper.js";
3
+ // import "../../../IconFlag.vue_vue_type_style_index_0_scoped_7b09cc85_lang.css"; //*');
4
+ const t = /* @__PURE__ */ c(o, [["__scopeId", "data-v-7b09cc85"]]);
5
5
  export {
6
6
  t as default
7
7
  };
@@ -1,4 +1,4 @@
1
- import "../../../IconFlag.vue_vue_type_style_index_0_scoped_be9dc7bb_lang.css"; import { defineComponent as n, computed as a, openBlock as e, createElementBlock as t, createElementVNode as c, unref as l } from "vue";
1
+ import "../../../IconFlag.vue_vue_type_style_index_0_scoped_7b09cc85_lang.css"; import { defineComponent as n, computed as a, openBlock as e, createElementBlock as t, createElementVNode as c, unref as l } from "vue";
2
2
  import { ASSETS_BASE_URL as i } from "./consts.js";
3
3
  const d = { class: "icon-flag" }, u = {
4
4
  xmlns: "http://www.w3.org/2000/svg",
@@ -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.vue_vue_type_style_index_0_scoped_fce3948c_lang.css"; //*');
4
- const s = /* @__PURE__ */ o(e, [["__scopeId", "data-v-fce3948c"]]);
3
+ // import "../../../TextField.vue_vue_type_style_index_0_scoped_2e327aa1_lang.css"; //*');
4
+ const a = /* @__PURE__ */ o(e, [["__scopeId", "data-v-2e327aa1"]]);
5
5
  export {
6
- s as default
6
+ a as default
7
7
  };
@@ -1,27 +1,27 @@
1
- import "../../../TextField.vue_vue_type_style_index_0_scoped_fce3948c_lang.css"; import { defineComponent as ee, computed as o, ref as te, openBlock as n, createElementBlock as u, mergeProps as f, unref as e, createBlock as d, createCommentVNode as i, createVNode as x, withCtx as h, createElementVNode as O, normalizeClass as V, renderSlot as $, createTextVNode as z, toDisplayString as D, withKeys as le, withModifiers as N, normalizeProps as H } from "vue";
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 S from "../../tooltip/v4/TooltipV4.vue.js";
5
- import R from "../../typography/v4/Typography.vue.js";
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 ne } from "../common/Input.common.js";
8
- import ae from "../../shared/FieldLabel.vue.js";
9
- import oe from "../../shared/FieldHelpText.vue.js";
10
- import W from "../../shared/FieldMaxLength.vue.js";
11
- import { useTestIdAttrs as ie } from "../../../utils/testIds.js";
12
- const re = {
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
- }, se = ["maxlength", "value", "placeholder", "disabled", "type", "step"], de = ["onClick"], ue = {
15
+ }, le = ["maxlength", "value", "placeholder", "disabled", "type", "step"], ae = ["onClick"], ne = {
16
16
  key: 5,
17
17
  class: "inline-error"
18
- }, fe = {
18
+ }, oe = {
19
19
  key: 7,
20
20
  class: "icon-container icon-after"
21
- }, ce = {
21
+ }, ie = {
22
22
  inheritAttrs: !1
23
- }, Ie = /* @__PURE__ */ ee({
24
- ...ce,
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(t, { expose: K, emit: k }) {
58
- const l = t, y = ie(l.testId, m), M = () => {
59
- l.showApply ? k("apply") : r?.confirmable && U();
60
- }, G = () => g.value.focus(), {
61
- onConfirm: U,
62
- onEnter: w,
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: b,
65
- showLabelInside: I,
66
- api: r,
67
- labelText: j,
68
- sizeClass: q,
64
+ isFocused: h,
65
+ showLabelInside: w,
66
+ api: s,
67
+ labelText: M,
68
+ sizeClass: G,
69
69
  handleInput: L,
70
- handleKeypress: P
71
- } = ne(l, k), C = o(() => r.value?.value ?? l.modelValue), J = o(() => (C.value || "").length), E = o(() => ({
72
- currentLength: J.value,
73
- maxLength: l.maxLength
74
- })), A = o(
75
- () => l.maxLength && l.maxLengthCounterPosition === "outside"
76
- ), Q = o(
77
- () => l.feedbackText || A.value
78
- ), T = o(
79
- () => !l.inlineErrorText && !r?.error?.value
80
- ), B = o(
81
- () => l.inlineErrorText || r?.error?.value
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: t.disabled,
97
- [`variant-${e(F)}`]: !0
84
+ disabled: e.disabled,
85
+ [`variant-${e.feedbackVariant}`]: !0
98
86
  }
99
- }, e(y)[e(m).WRAPPER]), [
100
- t.label && t.labelDirection !== "inside" ? (n(), d(ae, {
87
+ }, t(y)[t(m).WRAPPER]), [
88
+ e.label && e.labelDirection !== "inside" ? (l(), r(Z, {
101
89
  key: 0,
102
- label: t.label,
103
- mandatory: t.mandatory,
104
- "hover-help-text": t.hoverHelpText,
105
- "hover-help-text-placement": t.hoverHelpTextPlacement,
106
- disabled: t.disabled,
107
- "test-id": t.testId
108
- }, null, 8, ["label", "mandatory", "hover-help-text", "hover-help-text-placement", "disabled", "test-id"])) : i("", !0),
109
- x(e(S), f({
110
- disabled: !e(Y),
111
- text: e(B),
112
- placement: t.inlineErrorTextPlacement
113
- }, e(y)[e(m).TOOLTIP_WITHOUT_ICON]), {
114
- default: h(() => [
115
- O("div", {
116
- class: V({
117
- "input-container": !0,
118
- "label-inside": e(I),
119
- focused: e(b)
120
- })
121
- }, [
122
- c.$slots.iconBefore ? (n(), u("div", re, [
123
- $(c.$slots, "iconBefore", {}, void 0, !0)
124
- ])) : i("", !0),
125
- t.prefix ? (n(), d(e(R), {
126
- key: 1,
127
- class: "prefix-text",
128
- variant: "body1"
129
- }, {
130
- default: h(() => [
131
- z(D(t.prefix), 1)
132
- ]),
133
- _: 1
134
- })) : i("", !0),
135
- O("input", f({
136
- ref_key: "inputRef",
137
- ref: g,
138
- maxlength: t.maxLength
139
- }, { ...c.$attrs, ...e(y)[e(m).FIELD] }, {
140
- value: e(C),
141
- placeholder: e(j),
142
- disabled: t.disabled || t.viewOnly,
143
- type: e(_),
144
- class: ["input", {
145
- [e(q)]: !0,
146
- "view-only": t.viewOnly,
147
- "label-inside": e(I),
148
- "hide-arrows": t.hideNumberArrows,
149
- "input-type": t.type
150
- }],
151
- step: t.step,
152
- onInput: a[0] || (a[0] = //@ts-ignore
153
- (...s) => e(L) && e(L)(...s)),
154
- onFocus: a[1] || (a[1] = (s) => b.value = !0),
155
- onBlur: a[2] || (a[2] = (s) => b.value = !1),
156
- onKeyup: a[3] || (a[3] = le(N(
157
- //@ts-ignore
158
- (...s) => e(w) && e(w)(...s),
159
- ["prevent"]
160
- ), ["enter"])),
161
- onKeypress: a[4] || (a[4] = //@ts-ignore
162
- (...s) => e(P) && e(P)(...s))
163
- }), null, 16, se),
164
- t.maxLength && t.maxLengthCounterPosition === "inside" ? (n(), d(W, H(f({ key: 2 }, e(E))), null, 16)) : i("", !0),
165
- e(Z) ? (n(), u("div", {
166
- key: 3,
167
- class: "apply-button",
168
- onClick: N(M, ["stop", "prevent"])
169
- }, [
170
- x(e(v), {
171
- name: "check",
172
- size: "20px"
173
- })
174
- ], 8, de)) : i("", !0),
175
- t.suffix ? (n(), d(e(R), {
176
- key: 4,
177
- class: "suffix-text",
178
- variant: "body1"
179
- }, {
180
- default: h(() => [
181
- z(D(t.suffix), 1)
182
- ]),
183
- _: 1
184
- })) : i("", !0),
185
- e(X) ? (n(), u("div", ue, [
186
- x(e(S), f({
187
- disabled: e(T),
188
- text: e(B),
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
- ], 16)) : i("", !0),
216
- c.$slots.iconAfter ? (n(), u("div", fe, [
217
- $(c.$slots, "iconAfter", {}, void 0, !0)
218
- ])) : i("", !0)
219
- ], 2)
220
- ]),
221
- _: 3
222
- }, 16, ["disabled", "text", "placement"]),
223
- e(Q) ? (n(), u("div", {
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: V(["footer", t.feedbackPositionAbsolute && "footer-absolute"])
205
+ class: E(["footer", e.feedbackPositionAbsolute && "footer-absolute"])
226
206
  }, [
227
- t.feedbackText ? (n(), d(oe, {
207
+ e.feedbackText ? (l(), r(_, {
228
208
  key: 0,
229
- text: t.feedbackText,
230
- variant: e(F),
231
- "show-icon": t.showFeedbackTextIcon,
232
- "test-id": t.testId
233
- }, null, 8, ["text", "variant", "show-icon", "test-id"])) : i("", !0),
234
- e(A) ? (n(), d(W, H(f({ key: 1 }, e(E))), null, 16)) : i("", !0)
235
- ], 2)) : i("", !0)
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
- Ie as default
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.vue_vue_type_style_index_0_scoped_2ca7b24c_lang.css"; //*');
4
- const s = /* @__PURE__ */ e(o, [["__scopeId", "data-v-2ca7b24c"]]);
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
- s as default
6
+ c as default
7
7
  };