@ironsource/shared-ui 2.1.12-test.73 → 2.1.12-test.74
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_cce87267_lang.css +1 -0
- package/components/dropdown/v4/ConditionalDropdown.vue.d.ts +5 -0
- package/components/dropdown/v4/ConditionalDropdown.vue.js +3 -3
- package/components/dropdown/v4/ConditionalDropdown.vue2.js +94 -91
- package/components/dropdown/v4/index.d.ts +9 -0
- package/index.d.ts +18 -0
- package/index.js +1 -1
- package/package.json +1 -1
- package/ConditionalDropdown.vue_vue_type_style_index_0_scoped_8d5521da_lang.css +0 -1
|
@@ -0,0 +1 @@
|
|
|
1
|
+
.custom-list-area[data-v-cce87267]{color:var(--text-secondary);width:100%;text-align:center;box-sizing:border-box;padding:63px 10px}.inline-search[data-v-cce87267]{width:100%}.contain-accept[data-v-cce87267]{padding:6px 8px;margin-bottom:4px;cursor:pointer}.contain-accept[data-v-cce87267]:hover{background-color:var(--action-hover);border-radius:.5rem}.contain-accept--query[data-v-cce87267]{margin-left:4px;display:inline-flex;color:var(--primary-main)}
|
|
@@ -26,6 +26,7 @@ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_T
|
|
|
26
26
|
optionImageKey?: string;
|
|
27
27
|
optionIconType?: IconTypes;
|
|
28
28
|
loadingOverride?: boolean;
|
|
29
|
+
triggerShownValuesCount?: number;
|
|
29
30
|
}>, {
|
|
30
31
|
label: string;
|
|
31
32
|
testId: string;
|
|
@@ -44,6 +45,7 @@ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_T
|
|
|
44
45
|
optionImageKey: string;
|
|
45
46
|
optionIconType: any;
|
|
46
47
|
loadingOverride: boolean;
|
|
48
|
+
triggerShownValuesCount: number;
|
|
47
49
|
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
48
50
|
"update:selectedCondition": (value: SelectedCondition) => void;
|
|
49
51
|
"update:appliedSelections": (value: unknown) => void;
|
|
@@ -71,6 +73,7 @@ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_T
|
|
|
71
73
|
optionImageKey?: string;
|
|
72
74
|
optionIconType?: IconTypes;
|
|
73
75
|
loadingOverride?: boolean;
|
|
76
|
+
triggerShownValuesCount?: number;
|
|
74
77
|
}>, {
|
|
75
78
|
label: string;
|
|
76
79
|
testId: string;
|
|
@@ -89,6 +92,7 @@ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_T
|
|
|
89
92
|
optionImageKey: string;
|
|
90
93
|
optionIconType: any;
|
|
91
94
|
loadingOverride: boolean;
|
|
95
|
+
triggerShownValuesCount: number;
|
|
92
96
|
}>>> & {
|
|
93
97
|
onClear?: () => any;
|
|
94
98
|
onClosed?: () => any;
|
|
@@ -99,6 +103,7 @@ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_T
|
|
|
99
103
|
testId: string;
|
|
100
104
|
isOpen: boolean;
|
|
101
105
|
infiniteLoading: boolean;
|
|
106
|
+
triggerShownValuesCount: number;
|
|
102
107
|
optionNameKey: string;
|
|
103
108
|
optionIconKey: string;
|
|
104
109
|
optionImageKey: string;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import o from "./ConditionalDropdown.vue2.js";
|
|
2
|
-
/* empty css */import
|
|
3
|
-
// import "../../../ConditionalDropdown.
|
|
4
|
-
const p = /* @__PURE__ */
|
|
2
|
+
/* empty css */import e from "../../../_virtual/_plugin-vue_export-helper.js";
|
|
3
|
+
// import "../../../ConditionalDropdown.vue_vue_type_style_index_0_scoped_cce87267_lang.css"; //*');
|
|
4
|
+
const p = /* @__PURE__ */ e(o, [["__scopeId", "data-v-cce87267"]]);
|
|
5
5
|
export {
|
|
6
6
|
p as default
|
|
7
7
|
};
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import "../../../ConditionalDropdown.
|
|
1
|
+
import "../../../ConditionalDropdown.vue_vue_type_style_index_0_scoped_cce87267_lang.css"; import { defineComponent as W, computed as w, ref as s, watch as O, onMounted as q, openBlock as D, createBlock as G, unref as c, withCtx as f, createVNode as y, mergeProps as H, createElementVNode as J, isRef as X, normalizeProps as Y, guardReactiveProps as Z, createElementBlock as _, createTextVNode as ee, toDisplayString as le, createCommentVNode as oe } from "vue";
|
|
2
2
|
import F from "./DropdownV4.vue.js";
|
|
3
3
|
import "./DefaultDropdownTrigger.vue.js";
|
|
4
4
|
import "./IconButtonDropdownTrigger.vue.js";
|
|
5
|
-
import
|
|
5
|
+
import te from "./ChipDropdownTrigger.vue.js";
|
|
6
6
|
import "./AppDropdownTrigger.vue.js";
|
|
7
7
|
import "./ButtonDropdownTrigger.vue.js";
|
|
8
|
-
import
|
|
8
|
+
import ae from "./ButtonFilterDropdownTrigger.vue.js";
|
|
9
9
|
import "./TreeDropdown.vue.js";
|
|
10
10
|
import "./OptionV4.vue.js";
|
|
11
11
|
import "./ConditionalDropdown.vue.js";
|
|
@@ -15,7 +15,7 @@ import { useDebounceFn as ue } from "@vueuse/core";
|
|
|
15
15
|
const re = { class: "conditional-container" }, se = {
|
|
16
16
|
key: 0,
|
|
17
17
|
class: "custom-list-area"
|
|
18
|
-
},
|
|
18
|
+
}, ke = /* @__PURE__ */ W({
|
|
19
19
|
__name: "ConditionalDropdown",
|
|
20
20
|
props: {
|
|
21
21
|
selectedCondition: null,
|
|
@@ -38,16 +38,17 @@ const re = { class: "conditional-container" }, se = {
|
|
|
38
38
|
optionIconKey: { default: "" },
|
|
39
39
|
optionImageKey: { default: "" },
|
|
40
40
|
optionIconType: { default: null },
|
|
41
|
-
loadingOverride: { type: Boolean, default: !1 }
|
|
41
|
+
loadingOverride: { type: Boolean, default: !1 },
|
|
42
|
+
triggerShownValuesCount: { default: 1 }
|
|
42
43
|
},
|
|
43
44
|
emits: ["update:selectedCondition", "update:appliedSelections", "clear", "closed"],
|
|
44
|
-
setup(
|
|
45
|
-
const e =
|
|
45
|
+
setup(n, { emit: h }) {
|
|
46
|
+
const e = n, S = w({
|
|
46
47
|
get: () => e.appliedSelections,
|
|
47
48
|
set: (l) => {
|
|
48
49
|
h("update:appliedSelections", l);
|
|
49
50
|
}
|
|
50
|
-
}),
|
|
51
|
+
}), u = w({
|
|
51
52
|
get: () => e.selectedCondition || e.conditionalOptions[0],
|
|
52
53
|
set: (l) => {
|
|
53
54
|
h("update:selectedCondition", l);
|
|
@@ -55,37 +56,37 @@ const re = { class: "conditional-container" }, se = {
|
|
|
55
56
|
}), L = () => {
|
|
56
57
|
const { appliedSelections: l } = e;
|
|
57
58
|
return l ? Array.isArray(l) ? l : [l] : [];
|
|
58
|
-
},
|
|
59
|
-
const l = p.value ? 4 : 4.5, o =
|
|
59
|
+
}, k = s(null), p = s(!0), a = s([]), i = s(L()), T = s(!0), d = s(!1), C = s(!1), r = s(e.searchQuery), B = s(""), m = s(e.label), K = s([]), U = w(() => (!r.value || r.value?.length < e.minCharsToStart) && !a.value.length ? `Enter at least ${e.minCharsToStart} characters to begin` : "No results found"), I = w(() => {
|
|
60
|
+
const l = p.value ? 4 : 4.5, o = a.value.length > 4 ? a.value.length : l;
|
|
60
61
|
if (e.groupedOptions) {
|
|
61
|
-
let
|
|
62
|
-
return
|
|
63
|
-
|
|
64
|
-
}),
|
|
62
|
+
let t = 0;
|
|
63
|
+
return a.value.forEach((g) => {
|
|
64
|
+
g.options && (t = t + g.options.length);
|
|
65
|
+
}), t > 4 ? t : l;
|
|
65
66
|
}
|
|
66
67
|
return o > l ? o : l;
|
|
67
68
|
}), M = (l, o) => {
|
|
68
|
-
if (e.infiniteLoading &&
|
|
69
|
-
const
|
|
69
|
+
if (e.infiniteLoading && u.value.multi && Array.isArray(i.value) && i.value.length && l && o.length) {
|
|
70
|
+
const t = [], g = i.value.filter(
|
|
70
71
|
(v) => v[e.optionNameKey].includes(l)
|
|
71
72
|
);
|
|
72
73
|
return o.forEach((v) => {
|
|
73
|
-
|
|
74
|
+
g.find(
|
|
74
75
|
(j) => j[e.comparingKey] === v[e.comparingKey]
|
|
75
|
-
) &&
|
|
76
|
-
}),
|
|
77
|
-
(v) => !
|
|
76
|
+
) && t.push(v[e.comparingKey]);
|
|
77
|
+
}), g.filter(
|
|
78
|
+
(v) => !t.includes(v[e.comparingKey])
|
|
78
79
|
);
|
|
79
80
|
}
|
|
80
81
|
return [];
|
|
81
|
-
},
|
|
82
|
+
}, A = async (l) => {
|
|
82
83
|
try {
|
|
83
84
|
d.value = !0;
|
|
84
|
-
const o = await e.fetchFnCallback(l),
|
|
85
|
+
const o = await e.fetchFnCallback(l), t = M(
|
|
85
86
|
l,
|
|
86
87
|
o
|
|
87
88
|
);
|
|
88
|
-
|
|
89
|
+
a.value = [...t, ...o], d.value = !1;
|
|
89
90
|
} catch (o) {
|
|
90
91
|
d.value = !1, console.error("Error fetching data:", o);
|
|
91
92
|
}
|
|
@@ -94,142 +95,144 @@ const re = { class: "conditional-container" }, se = {
|
|
|
94
95
|
try {
|
|
95
96
|
C.value = !0;
|
|
96
97
|
const l = await e.loadMoreFn();
|
|
97
|
-
C.value = !1, Array.isArray(l) && (
|
|
98
|
+
C.value = !1, Array.isArray(l) && (a.value = [...a.value, ...l]);
|
|
98
99
|
} catch (l) {
|
|
99
100
|
C.value = !1, console.error("Error fetching data:", l);
|
|
100
101
|
}
|
|
101
102
|
}, x = ue(
|
|
102
|
-
|
|
103
|
+
A,
|
|
103
104
|
e.fetchDataDebounceTime
|
|
104
105
|
), b = (l) => {
|
|
105
|
-
l.length >= e.minCharsToStart ? (x(l),
|
|
106
|
+
l.length >= e.minCharsToStart ? (x(l), k.value?.scrollTo(0)) : e.infiniteLoading && u.value.multi ? a.value = K.value || [] : a.value = [];
|
|
106
107
|
}, P = () => {
|
|
107
|
-
|
|
108
|
-
[e.optionNameKey]:
|
|
108
|
+
r.value && a.value.length && !d.value && !u.value.multi ? a.value[0].conditionalOptions ? a.value[0] = {
|
|
109
|
+
[e.optionNameKey]: r.value,
|
|
109
110
|
conditionalOptions: !0,
|
|
110
|
-
conditionalName:
|
|
111
|
-
[e.comparingKey]:
|
|
112
|
-
} :
|
|
111
|
+
conditionalName: u.value.label,
|
|
112
|
+
[e.comparingKey]: r.value
|
|
113
|
+
} : a.value = [
|
|
113
114
|
{
|
|
114
|
-
[e.optionNameKey]:
|
|
115
|
+
[e.optionNameKey]: r.value,
|
|
115
116
|
conditionalOptions: !0,
|
|
116
|
-
conditionalName:
|
|
117
|
-
[e.comparingKey]:
|
|
117
|
+
conditionalName: u.value.label,
|
|
118
|
+
[e.comparingKey]: r.value
|
|
118
119
|
},
|
|
119
|
-
...
|
|
120
|
-
] :
|
|
120
|
+
...a.value
|
|
121
|
+
] : a.value.length && a.value[0].conditionalOptions && a.value.shift();
|
|
121
122
|
}, N = () => {
|
|
122
|
-
p.value &&
|
|
123
|
+
p.value && i.value.length === 0 ? m.value = e.label : m.value = `${e.label} ${u.value.label.toLowerCase()}`;
|
|
123
124
|
};
|
|
124
|
-
|
|
125
|
-
b(
|
|
126
|
-
}),
|
|
125
|
+
O(r, () => {
|
|
126
|
+
b(r.value);
|
|
127
|
+
}), O([u, a], () => {
|
|
127
128
|
P();
|
|
128
|
-
}),
|
|
129
|
+
}), O(
|
|
129
130
|
() => e.loadingOverride,
|
|
130
131
|
(l, o) => {
|
|
131
|
-
!l && o && !e.infiniteLoading &&
|
|
132
|
+
!l && o && !e.infiniteLoading && A(e.searchQuery);
|
|
132
133
|
}
|
|
133
134
|
);
|
|
134
135
|
const Q = () => {
|
|
135
|
-
p.value &&
|
|
136
|
+
p.value && i.value.length === 0 ? (u.value = null, S.value = [], u.value = null) : (B.value = r.value, S.value = p.value ? [...i.value] : { ...i.value }, T.value = p.value), N();
|
|
136
137
|
};
|
|
137
|
-
|
|
138
|
-
|
|
138
|
+
O(u, (l, o) => {
|
|
139
|
+
u.value.multi ? (d.value = !0, !o.multi && l.multi && (Array.isArray(e.appliedSelections) ? i.value = e.appliedSelections : i.value = [e.appliedSelections]), setTimeout(() => {
|
|
139
140
|
d.value = !1, p.value = !0;
|
|
140
141
|
}, 100)) : (!o.multi && !l.multi && (d.value = !0), setTimeout(() => {
|
|
141
142
|
!o.multi && !l.multi && (d.value = !1), p.value = !1;
|
|
142
143
|
}, 100));
|
|
143
144
|
});
|
|
144
|
-
const
|
|
145
|
-
|
|
146
|
-
},
|
|
147
|
-
|
|
148
|
-
},
|
|
149
|
-
l &&
|
|
145
|
+
const V = (l) => {
|
|
146
|
+
K.value = l;
|
|
147
|
+
}, R = () => {
|
|
148
|
+
i.value = [], S.value = [], u.value = null, m.value = e.label, r.value = "", h("clear");
|
|
149
|
+
}, z = (l) => {
|
|
150
|
+
l && u.value.multi && e.infiniteLoading && i.value && (a.value = i.value, r.value && b(r.value));
|
|
150
151
|
};
|
|
151
152
|
q(() => {
|
|
152
|
-
(e.searchQuery || !e.infiniteLoading || e.minCharsToStart === 0) && b(e.searchQuery), e.appliedSelections && Array.isArray(e.appliedSelections) && (
|
|
153
|
+
(e.searchQuery || !e.infiniteLoading || e.minCharsToStart === 0) && b(e.searchQuery), e.appliedSelections && Array.isArray(e.appliedSelections) && (a.value = e.appliedSelections, i.value = e.appliedSelections, K.value = e.appliedSelections), N();
|
|
153
154
|
});
|
|
154
155
|
const $ = () => {
|
|
155
156
|
h("closed");
|
|
156
157
|
};
|
|
157
158
|
return (l, o) => (D(), G(c(F), {
|
|
158
159
|
ref_key: "dropdownRef",
|
|
159
|
-
ref:
|
|
160
|
-
selected:
|
|
161
|
-
"onUpdate:selected": o[2] || (o[2] = (
|
|
160
|
+
ref: k,
|
|
161
|
+
selected: i.value,
|
|
162
|
+
"onUpdate:selected": o[2] || (o[2] = (t) => i.value = t),
|
|
162
163
|
"predefined-trigger": "chip",
|
|
163
|
-
"display-value": (
|
|
164
|
+
"display-value": (t) => t?.[n.optionNameKey],
|
|
164
165
|
multi: p.value,
|
|
165
|
-
options:
|
|
166
|
+
options: a.value,
|
|
166
167
|
placeholder: m.value,
|
|
167
168
|
"search-placeholder": "Search",
|
|
168
|
-
"option-name-key":
|
|
169
|
+
"option-name-key": n.optionNameKey,
|
|
169
170
|
"with-conditions": "",
|
|
170
171
|
"inline-search": "",
|
|
171
172
|
"custom-number-of-displayed-options": c(I),
|
|
172
173
|
"options-list-width": "330px",
|
|
173
|
-
loading: d.value ||
|
|
174
|
+
loading: d.value || n.loadingOverride,
|
|
174
175
|
"load-more-loading": C.value,
|
|
175
|
-
"comparing-key":
|
|
176
|
-
"is-open":
|
|
177
|
-
"infinite-loading":
|
|
178
|
-
"show-select-all": !
|
|
179
|
-
"grouped-options":
|
|
180
|
-
"option-flag-key":
|
|
181
|
-
"option-image-key":
|
|
182
|
-
"option-icon-key":
|
|
183
|
-
"option-icon-type":
|
|
184
|
-
"
|
|
176
|
+
"comparing-key": n.comparingKey,
|
|
177
|
+
"is-open": n.isOpen,
|
|
178
|
+
"infinite-loading": n.infiniteLoading,
|
|
179
|
+
"show-select-all": !n.infiniteLoading && !r.value,
|
|
180
|
+
"grouped-options": n.groupedOptions,
|
|
181
|
+
"option-flag-key": n.optionFlagKey,
|
|
182
|
+
"option-image-key": n.optionImageKey,
|
|
183
|
+
"option-icon-key": n.optionIconKey,
|
|
184
|
+
"option-icon-type": n.optionIconType,
|
|
185
|
+
"trigger-shown-values-count": n.triggerShownValuesCount,
|
|
186
|
+
"onUpdate:isOpen": z,
|
|
185
187
|
onOnsearch: b,
|
|
186
188
|
onApply: Q,
|
|
187
189
|
onLoadMore: E,
|
|
188
|
-
onUnsavedSelectionUpdate:
|
|
190
|
+
onUnsavedSelectionUpdate: V,
|
|
189
191
|
onClosed: $
|
|
190
192
|
}, {
|
|
191
|
-
"dropdown-trigger": f(({ defaultTriggerProps:
|
|
192
|
-
|
|
193
|
+
"dropdown-trigger": f(({ defaultTriggerProps: t }) => [
|
|
194
|
+
y(c(te), H(t, {
|
|
193
195
|
label: m.value,
|
|
194
196
|
"selected-option": c(S),
|
|
195
|
-
multi:
|
|
197
|
+
multi: T.value,
|
|
196
198
|
"cancel-all-selected-display": "",
|
|
197
|
-
"display-value-in-quotes": !Array.isArray(
|
|
198
|
-
|
|
199
|
-
|
|
199
|
+
"display-value-in-quotes": !Array.isArray(i.value) && i.value.conditionalOptions,
|
|
200
|
+
"shown-values-count": n.triggerShownValuesCount,
|
|
201
|
+
onClear: R
|
|
202
|
+
}), null, 16, ["label", "selected-option", "multi", "display-value-in-quotes", "shown-values-count"])
|
|
200
203
|
]),
|
|
201
204
|
"dropdown-conditions": f(() => [
|
|
202
205
|
J("div", re, [
|
|
203
|
-
|
|
204
|
-
selected: c(
|
|
205
|
-
"onUpdate:selected": o[0] || (o[0] = (
|
|
206
|
-
options:
|
|
206
|
+
y(c(F), {
|
|
207
|
+
selected: c(u),
|
|
208
|
+
"onUpdate:selected": o[0] || (o[0] = (t) => X(u) ? u.value = t : null),
|
|
209
|
+
options: n.conditionalOptions,
|
|
207
210
|
"option-name-key": "label",
|
|
208
|
-
"display-value": (
|
|
211
|
+
"display-value": (t) => t?.label,
|
|
209
212
|
container: ".conditional-container",
|
|
210
213
|
size: "small"
|
|
211
214
|
}, {
|
|
212
|
-
"dropdown-trigger": f(({ buttonTriggerProps:
|
|
213
|
-
|
|
215
|
+
"dropdown-trigger": f(({ buttonTriggerProps: t }) => [
|
|
216
|
+
y(c(ae), Y(Z(t)), null, 16)
|
|
214
217
|
]),
|
|
215
218
|
_: 1
|
|
216
219
|
}, 8, ["selected", "options", "display-value"])
|
|
217
220
|
])
|
|
218
221
|
]),
|
|
219
222
|
"inline-search": f(() => [
|
|
220
|
-
|
|
221
|
-
modelValue:
|
|
222
|
-
"onUpdate:modelValue": o[1] || (o[1] = (
|
|
223
|
+
y(c(ne), {
|
|
224
|
+
modelValue: r.value,
|
|
225
|
+
"onUpdate:modelValue": o[1] || (o[1] = (t) => r.value = t),
|
|
223
226
|
class: "inline-search",
|
|
224
227
|
placeholder: "Search",
|
|
225
228
|
variant: "transparent",
|
|
226
229
|
size: "md",
|
|
227
|
-
"auto-focus":
|
|
230
|
+
"auto-focus": n.autoFocusSearch
|
|
228
231
|
}, null, 8, ["modelValue", "auto-focus"])
|
|
229
232
|
]),
|
|
230
233
|
"custom-list-area": f(() => [
|
|
231
|
-
!
|
|
232
|
-
|
|
234
|
+
!a.value.length && !d.value ? (D(), _("div", se, [
|
|
235
|
+
y(ie, { variant: "body1" }, {
|
|
233
236
|
default: f(() => [
|
|
234
237
|
ee(le(c(U)), 1)
|
|
235
238
|
]),
|
|
@@ -238,9 +241,9 @@ const re = { class: "conditional-container" }, se = {
|
|
|
238
241
|
])) : oe("", !0)
|
|
239
242
|
]),
|
|
240
243
|
_: 1
|
|
241
|
-
}, 8, ["selected", "display-value", "multi", "options", "placeholder", "option-name-key", "custom-number-of-displayed-options", "loading", "load-more-loading", "comparing-key", "is-open", "infinite-loading", "show-select-all", "grouped-options", "option-flag-key", "option-image-key", "option-icon-key", "option-icon-type"]));
|
|
244
|
+
}, 8, ["selected", "display-value", "multi", "options", "placeholder", "option-name-key", "custom-number-of-displayed-options", "loading", "load-more-loading", "comparing-key", "is-open", "infinite-loading", "show-select-all", "grouped-options", "option-flag-key", "option-image-key", "option-icon-key", "option-icon-type", "trigger-shown-values-count"]));
|
|
242
245
|
}
|
|
243
246
|
});
|
|
244
247
|
export {
|
|
245
|
-
|
|
248
|
+
ke as default
|
|
246
249
|
};
|
|
@@ -3724,6 +3724,10 @@ declare const DropdownTypes: () => (({
|
|
|
3724
3724
|
type: import("vue").PropType<boolean>;
|
|
3725
3725
|
default: boolean;
|
|
3726
3726
|
};
|
|
3727
|
+
triggerShownValuesCount: {
|
|
3728
|
+
type: import("vue").PropType<number>;
|
|
3729
|
+
default: number;
|
|
3730
|
+
};
|
|
3727
3731
|
optionNameKey: {
|
|
3728
3732
|
type: import("vue").PropType<string>;
|
|
3729
3733
|
required: true;
|
|
@@ -3829,6 +3833,10 @@ declare const DropdownTypes: () => (({
|
|
|
3829
3833
|
type: import("vue").PropType<boolean>;
|
|
3830
3834
|
default: boolean;
|
|
3831
3835
|
};
|
|
3836
|
+
triggerShownValuesCount: {
|
|
3837
|
+
type: import("vue").PropType<number>;
|
|
3838
|
+
default: number;
|
|
3839
|
+
};
|
|
3832
3840
|
optionNameKey: {
|
|
3833
3841
|
type: import("vue").PropType<string>;
|
|
3834
3842
|
required: true;
|
|
@@ -3921,6 +3929,7 @@ declare const DropdownTypes: () => (({
|
|
|
3921
3929
|
testId: string;
|
|
3922
3930
|
isOpen: boolean;
|
|
3923
3931
|
infiniteLoading: boolean;
|
|
3932
|
+
triggerShownValuesCount: number;
|
|
3924
3933
|
optionNameKey: string;
|
|
3925
3934
|
optionIconKey: string;
|
|
3926
3935
|
optionImageKey: string;
|
package/index.d.ts
CHANGED
|
@@ -23087,6 +23087,10 @@ declare const _default: {
|
|
|
23087
23087
|
type: import("vue").PropType<boolean>;
|
|
23088
23088
|
default: boolean;
|
|
23089
23089
|
};
|
|
23090
|
+
triggerShownValuesCount: {
|
|
23091
|
+
type: import("vue").PropType<number>;
|
|
23092
|
+
default: number;
|
|
23093
|
+
};
|
|
23090
23094
|
optionNameKey: {
|
|
23091
23095
|
type: import("vue").PropType<string>;
|
|
23092
23096
|
required: true;
|
|
@@ -23192,6 +23196,10 @@ declare const _default: {
|
|
|
23192
23196
|
type: import("vue").PropType<boolean>;
|
|
23193
23197
|
default: boolean;
|
|
23194
23198
|
};
|
|
23199
|
+
triggerShownValuesCount: {
|
|
23200
|
+
type: import("vue").PropType<number>;
|
|
23201
|
+
default: number;
|
|
23202
|
+
};
|
|
23195
23203
|
optionNameKey: {
|
|
23196
23204
|
type: import("vue").PropType<string>;
|
|
23197
23205
|
required: true;
|
|
@@ -23284,6 +23292,7 @@ declare const _default: {
|
|
|
23284
23292
|
testId: string;
|
|
23285
23293
|
isOpen: boolean;
|
|
23286
23294
|
infiniteLoading: boolean;
|
|
23295
|
+
triggerShownValuesCount: number;
|
|
23287
23296
|
optionNameKey: string;
|
|
23288
23297
|
optionIconKey: string;
|
|
23289
23298
|
optionImageKey: string;
|
|
@@ -24287,6 +24296,10 @@ declare const _default: {
|
|
|
24287
24296
|
type: import("vue").PropType<boolean>;
|
|
24288
24297
|
default: boolean;
|
|
24289
24298
|
};
|
|
24299
|
+
triggerShownValuesCount: {
|
|
24300
|
+
type: import("vue").PropType<number>;
|
|
24301
|
+
default: number;
|
|
24302
|
+
};
|
|
24290
24303
|
optionNameKey: {
|
|
24291
24304
|
type: import("vue").PropType<string>;
|
|
24292
24305
|
required: true;
|
|
@@ -24392,6 +24405,10 @@ declare const _default: {
|
|
|
24392
24405
|
type: import("vue").PropType<boolean>;
|
|
24393
24406
|
default: boolean;
|
|
24394
24407
|
};
|
|
24408
|
+
triggerShownValuesCount: {
|
|
24409
|
+
type: import("vue").PropType<number>;
|
|
24410
|
+
default: number;
|
|
24411
|
+
};
|
|
24395
24412
|
optionNameKey: {
|
|
24396
24413
|
type: import("vue").PropType<string>;
|
|
24397
24414
|
required: true;
|
|
@@ -24484,6 +24501,7 @@ declare const _default: {
|
|
|
24484
24501
|
testId: string;
|
|
24485
24502
|
isOpen: boolean;
|
|
24486
24503
|
infiniteLoading: boolean;
|
|
24504
|
+
triggerShownValuesCount: number;
|
|
24487
24505
|
optionNameKey: string;
|
|
24488
24506
|
optionIconKey: string;
|
|
24489
24507
|
optionImageKey: string;
|
package/index.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import './
|
|
1
|
+
import './Heading.vue_vue_type_style_index_0_scoped_19878c4b_lang.css';
|
|
2
2
|
import { AppTriggerTypes as eo } from "./components/appTrigger/index.js";
|
|
3
3
|
import { AutocompleteDropdownTypes as mo } from "./components/autocompleteDropdown/index.js";
|
|
4
4
|
import { MenuItemTypes as ao } from "./components/menuItem/index.js";
|
package/package.json
CHANGED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
.custom-list-area[data-v-8d5521da]{color:var(--text-secondary);width:100%;text-align:center;box-sizing:border-box;padding:63px 10px}.inline-search[data-v-8d5521da]{width:100%}.contain-accept[data-v-8d5521da]{padding:6px 8px;margin-bottom:4px;cursor:pointer}.contain-accept[data-v-8d5521da]:hover{background-color:var(--action-hover);border-radius:.5rem}.contain-accept--query[data-v-8d5521da]{margin-left:4px;display:inline-flex;color:var(--primary-main)}
|