@ironsource/shared-ui 2.1.11-test.99 → 2.1.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.
Files changed (85) hide show
  1. package/Chart.vue_vue_type_style_index_0_scoped_026d82c5_lang.css +1 -0
  2. package/ChartLegend.vue_vue_type_style_index_0_scoped_4fe1c7d1_lang.css +1 -0
  3. package/ChartLoader.vue_vue_type_style_index_0_scoped_ffa4cc66_lang.css +1 -0
  4. package/ConditionalDropdown.vue_vue_type_style_index_0_scoped_8e026669_lang.css +1 -0
  5. package/DateRangeV4.vue_vue_type_style_index_0_scoped_8a2714eb_lang.css +1 -0
  6. package/DefaultDropdownTrigger.vue_vue_type_style_index_0_scoped_73bf9b5b_lang.css +1 -0
  7. package/EditableV4.vue_vue_type_style_index_0_scoped_1bbe222a_lang.css +1 -0
  8. package/IconFlag.vue_vue_type_style_index_0_scoped_6526c390_lang.css +1 -0
  9. package/OptionV4.vue_vue_type_style_index_0_scoped_1e8837dc_lang.css +1 -0
  10. package/SortableItem.vue_vue_type_style_index_0_scoped_48542664_lang.css +1 -0
  11. package/SortableList.vue_vue_type_style_index_0_scoped_8f267f88_lang.css +1 -0
  12. package/TextField.vue_vue_type_style_index_0_scoped_fce3948c_lang.css +1 -0
  13. package/TooltipV4.vue_vue_type_style_index_0_scoped_66eab856_lang.css +1 -0
  14. package/TooltipV4.vue_vue_type_style_index_1_lang.css +1 -1
  15. package/TreeDropdown.vue_vue_type_style_index_0_scoped_b883d1fa_lang.css +1 -0
  16. package/Typography.vue_vue_type_style_index_0_scoped_07b259bf_lang.css +1 -0
  17. package/components/chart/Chart.vue.d.ts +5 -0
  18. package/components/chart/Chart.vue.js +3 -3
  19. package/components/chart/Chart.vue2.js +116 -108
  20. package/components/chart/ChartLegend.vue.js +3 -3
  21. package/components/chart/ChartLegend.vue2.js +64 -54
  22. package/components/chart/ChartLoader.vue.js +5 -23
  23. package/components/chart/ChartLoader.vue2.js +15 -0
  24. package/components/chart/index.d.ts +20 -1
  25. package/components/chart/mockData.d.ts +8 -0
  26. package/components/dateRange/v4/DateRangeV4.vue.js +3 -3
  27. package/components/dateRange/v4/DateRangeV4.vue2.js +86 -81
  28. package/components/dropdown/common/Dropdown.common.js +65 -65
  29. package/components/dropdown/v4/ConditionalDropdown.vue.d.ts +5 -3
  30. package/components/dropdown/v4/ConditionalDropdown.vue.js +3 -3
  31. package/components/dropdown/v4/ConditionalDropdown.vue2.js +106 -100
  32. package/components/dropdown/v4/DefaultDropdownTrigger.vue.js +2 -2
  33. package/components/dropdown/v4/DefaultDropdownTrigger.vue2.js +45 -46
  34. package/components/dropdown/v4/OptionV4.vue.js +3 -3
  35. package/components/dropdown/v4/OptionV4.vue2.js +97 -98
  36. package/components/dropdown/v4/TreeDropdown.vue.js +2 -2
  37. package/components/dropdown/v4/TreeDropdown.vue2.js +86 -86
  38. package/components/dropdown/v4/index.d.ts +5 -3
  39. package/components/icon/v4/IconFlag.vue.js +3 -3
  40. package/components/icon/v4/IconFlag.vue2.js +1 -1
  41. package/components/input/v4/TextField.vue.js +3 -3
  42. package/components/input/v4/TextField.vue2.js +184 -164
  43. package/components/sortableList/SortableItem.vue.d.ts +5 -0
  44. package/components/sortableList/SortableItem.vue.js +3 -3
  45. package/components/sortableList/SortableItem.vue2.js +76 -61
  46. package/components/sortableList/SortableList.vue.d.ts +16 -0
  47. package/components/sortableList/SortableList.vue.js +3 -3
  48. package/components/sortableList/SortableList.vue2.js +100 -87
  49. package/components/sortableList/index.d.ts +59 -1
  50. package/components/table/v4/DataGrid.vue.d.ts +1 -1
  51. package/components/table/v4/MultipleDataGrid.vue.d.ts +1 -1
  52. package/components/table/v4/index.d.ts +40 -40
  53. package/components/table-cells/common/Editable.common.js +8 -7
  54. package/components/table-cells/common/EditableContext.d.ts +1 -0
  55. package/components/table-cells/v4/EditableV4.vue.d.ts +5 -0
  56. package/components/table-cells/v4/EditableV4.vue.js +3 -3
  57. package/components/table-cells/v4/EditableV4.vue2.js +11 -10
  58. package/components/table-cells/v4/index.d.ts +20 -1
  59. package/components/tooltip/v4/TooltipV4.vue.js +3 -3
  60. package/components/tooltip/v4/TooltipV4.vue2.js +1 -1
  61. package/components/typography/v4/Typography.vue.js +3 -3
  62. package/components/typography/v4/Typography.vue2.js +1 -1
  63. package/index.d.ts +248 -90
  64. package/index.js +1 -1
  65. package/mocks/apps.d.ts +1 -0
  66. package/mocks/randomValue.d.ts +1 -0
  67. package/package.json +3 -3
  68. package/testids/index.d.ts +1 -0
  69. package/testids/index.js +13 -13
  70. package/Chart.vue_vue_type_style_index_0_scoped_04b9d6b3_lang.css +0 -1
  71. package/ChartLegend.vue_vue_type_style_index_0_scoped_a1c626cd_lang.css +0 -1
  72. package/ChartLoader.vue_vue_type_style_index_0_scoped_142c444a_lang.css +0 -1
  73. package/ConditionalDropdown.vue_vue_type_style_index_0_scoped_b2684c5f_lang.css +0 -1
  74. package/DateRangeV4.vue_vue_type_style_index_0_scoped_309e5351_lang.css +0 -1
  75. package/DefaultDropdownTrigger.vue_vue_type_style_index_0_scoped_9fa84b26_lang.css +0 -1
  76. package/EditableV4.vue_vue_type_style_index_0_scoped_e0c047b4_lang.css +0 -1
  77. package/IconFlag.vue_vue_type_style_index_0_scoped_7b09cc85_lang.css +0 -1
  78. package/OptionV4.vue_vue_type_style_index_0_scoped_2c2947b3_lang.css +0 -1
  79. package/SortableItem.vue_vue_type_style_index_0_scoped_7cb676f1_lang.css +0 -1
  80. package/SortableList.vue_vue_type_style_index_0_scoped_156c01ca_lang.css +0 -1
  81. package/TextField.vue_vue_type_style_index_0_scoped_2e327aa1_lang.css +0 -1
  82. package/TooltipV4.vue_vue_type_style_index_0_scoped_82b46d6d_lang.css +0 -1
  83. package/TreeDropdown.vue_vue_type_style_index_0_scoped_bdfb0aef_lang.css +0 -1
  84. package/Typography.vue_vue_type_style_index_0_scoped_a14013a5_lang.css +0 -1
  85. package/consts/configs.js +0 -4
@@ -1,27 +1,27 @@
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";
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";
2
2
  import v from "../../icon/v4/IconV4.vue.js";
3
3
  import "../../icon/v4/IconFlag.vue.js";
4
- import X from "../../tooltip/v4/TooltipV4.vue.js";
5
- import D from "../../typography/v4/Typography.vue.js";
4
+ import S from "../../tooltip/v4/TooltipV4.vue.js";
5
+ import R from "../../typography/v4/Typography.vue.js";
6
6
  import { InputTestIdModifiers as m } from "../../../testids/index.js";
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 = {
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 = {
13
13
  key: 0,
14
14
  class: "icon-container icon-before"
15
- }, le = ["maxlength", "value", "placeholder", "disabled", "type", "step"], ae = ["onClick"], ne = {
15
+ }, se = ["maxlength", "value", "placeholder", "disabled", "type", "step"], de = ["onClick"], ue = {
16
16
  key: 5,
17
17
  class: "inline-error"
18
- }, oe = {
18
+ }, fe = {
19
19
  key: 7,
20
20
  class: "icon-container icon-after"
21
- }, ie = {
21
+ }, ce = {
22
22
  inheritAttrs: !1
23
- }, be = /* @__PURE__ */ J({
24
- ...ie,
23
+ }, Ie = /* @__PURE__ */ ee({
24
+ ...ce,
25
25
  __name: "TextField",
26
26
  props: {
27
27
  modelValue: { default: "" },
@@ -54,168 +54,188 @@ const te = {
54
54
  inlineErrorTextPlacement: { default: "top" }
55
55
  },
56
56
  emits: ["update:modelValue", "apply"],
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,
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,
63
63
  inputRef: g,
64
- isFocused: h,
65
- showLabelInside: w,
66
- api: s,
67
- labelText: M,
68
- sizeClass: G,
64
+ isFocused: b,
65
+ showLabelInside: I,
66
+ api: r,
67
+ labelText: j,
68
+ sizeClass: q,
69
69
  handleInput: L,
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({
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({
82
94
  class: {
83
95
  "input-with-label-container": !0,
84
- disabled: e.disabled,
85
- [`variant-${e.feedbackVariant}`]: !0
96
+ disabled: t.disabled,
97
+ [`variant-${e(F)}`]: !0
86
98
  }
87
- }, t(y)[t(m).WRAPPER]), [
88
- e.label && e.labelDirection !== "inside" ? (l(), r(Z, {
99
+ }, e(y)[e(m).WRAPPER]), [
100
+ t.label && t.labelDirection !== "inside" ? (n(), d(ae, {
89
101
  key: 0,
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",
177
- size: "16px"
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"
178
173
  })
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", {
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",
213
+ 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", {
204
224
  key: 1,
205
- class: E(["footer", e.feedbackPositionAbsolute && "footer-absolute"])
225
+ class: V(["footer", t.feedbackPositionAbsolute && "footer-absolute"])
206
226
  }, [
207
- e.feedbackText ? (l(), r(_, {
227
+ t.feedbackText ? (n(), d(oe, {
208
228
  key: 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)
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)
216
236
  ], 16));
217
237
  }
218
238
  });
219
239
  export {
220
- be as default
240
+ Ie as default
221
241
  };
@@ -6,6 +6,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
6
6
  isSelected?: boolean;
7
7
  selectedChildId?: string | number;
8
8
  searchQuery?: string;
9
+ childListMaxHeight: string;
9
10
  searchHandler?: (item: SortableListItem, searchQuery: string) => boolean;
10
11
  displayValue: (item: SortableListItem) => string;
11
12
  }>, {
@@ -15,6 +16,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
15
16
  selectedChildId: any;
16
17
  searchQuery: any;
17
18
  index: any;
19
+ childListMaxHeight: string;
18
20
  searchHandler: any;
19
21
  }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
20
22
  toggle: (value: boolean) => void;
@@ -27,6 +29,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
27
29
  isSelected?: boolean;
28
30
  selectedChildId?: string | number;
29
31
  searchQuery?: string;
32
+ childListMaxHeight: string;
30
33
  searchHandler?: (item: SortableListItem, searchQuery: string) => boolean;
31
34
  displayValue: (item: SortableListItem) => string;
32
35
  }>, {
@@ -36,6 +39,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
36
39
  selectedChildId: any;
37
40
  searchQuery: any;
38
41
  index: any;
42
+ childListMaxHeight: string;
39
43
  searchHandler: any;
40
44
  }>>> & {
41
45
  onSelect?: () => any;
@@ -47,6 +51,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
47
51
  isSelected: boolean;
48
52
  searchQuery: string;
49
53
  selectedChildId: string | number;
54
+ childListMaxHeight: string;
50
55
  searchHandler: (item: SortableListItem, searchQuery: string) => boolean;
51
56
  }>, {
52
57
  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_7cb676f1_lang.css"; //*');
4
- const c = /* @__PURE__ */ e(o, [["__scopeId", "data-v-7cb676f1"]]);
3
+ // import "../../SortableItem.vue_vue_type_style_index_0_scoped_48542664_lang.css"; //*');
4
+ const p = /* @__PURE__ */ e(o, [["__scopeId", "data-v-48542664"]]);
5
5
  export {
6
- c as default
6
+ p as default
7
7
  };