@ironsource/shared-ui 2.1.11-rc.20 → 2.1.11-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/DropdownV4.vue_vue_type_style_index_0_scoped_b1bde483_lang.css +1 -0
- package/PopoverV4.vue_vue_type_style_index_0_scoped_c7e688b1_lang.css +1 -0
- package/components/dropdown/v4/DropdownV4.vue.d.ts +5 -5
- package/components/dropdown/v4/DropdownV4.vue.js +4 -4
- package/components/dropdown/v4/DropdownV4.vue2.js +17 -17
- package/components/dropdown/v4/index.d.ts +20 -20
- package/components/popover/v4/PopoverV4.vue.d.ts +5 -0
- package/components/popover/v4/PopoverV4.vue.js +2 -2
- package/components/popover/v4/PopoverV4.vue2.js +19 -17
- package/components/popover/v4/index.d.ts +20 -1
- package/components/sortableList/SortableList.vue.d.ts +1 -1
- package/components/sortableList/index.d.ts +4 -4
- package/components/table/v4/index.d.ts +2 -2
- package/index.d.ts +92 -54
- package/package.json +1 -1
- package/DropdownV4.vue_vue_type_style_index_0_scoped_5c7bcf85_lang.css +0 -1
- package/PopoverV4.vue_vue_type_style_index_0_scoped_052bc376_lang.css +0 -1
|
@@ -0,0 +1 @@
|
|
|
1
|
+
.v-enter-active[data-v-b1bde483],.v-leave-active[data-v-b1bde483]{transition:opacity .25s ease}ol[data-v-b1bde483],ul[data-v-b1bde483],menu[data-v-b1bde483]{list-style:none;margin:0;padding:0}.dropdown.full-width[data-v-b1bde483],.dropdown.full-width .button__container[data-v-b1bde483]{width:100%}.dropdown-list-wrapper[data-v-b1bde483]{display:flex;flex-direction:column;padding:.5rem .5rem .25rem}.dropdown-list-wrapper--multi[data-v-b1bde483]{padding:.5rem}.list-container--multi[data-v-b1bde483]{margin-bottom:0}.inline-search .inline-search-wrapper[data-v-b1bde483]{display:flex;gap:4px;padding-bottom:.25rem}.inline-search .inline-search-wrapper .search-container[data-v-b1bde483]{width:100%}.inline-search .list-container[data-v-b1bde483]{padding-top:0}.no-result-container[data-v-b1bde483]{height:100%;display:flex;align-items:center;padding:.375rem .5rem;color:var(--text-disabled)}.no-result[data-v-b1bde483]{color:var(--text-disabled);padding-left:.5rem}.list[data-v-b1bde483]{outline:none;display:flex;flex-direction:column;width:100%;min-height:2rem}.list--multi[data-v-b1bde483]{margin-bottom:.5rem;border-bottom-left-radius:0;border-bottom-right-radius:0}.list--with-conditions[data-v-b1bde483]{min-height:0;margin-bottom:0}.image-slot[data-v-b1bde483]{margin-right:.5rem}.actions-wrapper[data-v-b1bde483]{display:flex;width:100%;padding:.5rem .5rem .5rem .125rem;padding-bottom:0;border-top:1px solid var(--common-divider);justify-content:space-between;margin-top:.25rem}.apply-button[data-v-b1bde483]{margin-left:.5rem}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
div[data-v-c7e688b1]{display:block}
|
|
@@ -35,7 +35,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
35
35
|
onSearch?: (option: any, term: string) => boolean;
|
|
36
36
|
noResultsText?: string;
|
|
37
37
|
searchAutoFocus?: boolean;
|
|
38
|
-
|
|
38
|
+
onClearSearch?: () => void;
|
|
39
39
|
displayValue: (option: unknown) => string;
|
|
40
40
|
optionNameKey?: string;
|
|
41
41
|
optionIconKey?: string;
|
|
@@ -78,7 +78,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
78
78
|
placeholder: string;
|
|
79
79
|
size: string;
|
|
80
80
|
onSearch: any;
|
|
81
|
-
|
|
81
|
+
onClearSearch: () => true;
|
|
82
82
|
theme: string;
|
|
83
83
|
container: string;
|
|
84
84
|
flip: boolean;
|
|
@@ -165,7 +165,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
165
165
|
onSearch?: (option: any, term: string) => boolean;
|
|
166
166
|
noResultsText?: string;
|
|
167
167
|
searchAutoFocus?: boolean;
|
|
168
|
-
|
|
168
|
+
onClearSearch?: () => void;
|
|
169
169
|
displayValue: (option: unknown) => string;
|
|
170
170
|
optionNameKey?: string;
|
|
171
171
|
optionIconKey?: string;
|
|
@@ -208,7 +208,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
208
208
|
placeholder: string;
|
|
209
209
|
size: string;
|
|
210
210
|
onSearch: any;
|
|
211
|
-
|
|
211
|
+
onClearSearch: () => true;
|
|
212
212
|
theme: string;
|
|
213
213
|
container: string;
|
|
214
214
|
flip: boolean;
|
|
@@ -271,7 +271,6 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
271
271
|
modelValue: any;
|
|
272
272
|
selected: any;
|
|
273
273
|
valueToCopy: string;
|
|
274
|
-
onClear: () => void;
|
|
275
274
|
placeholder: string;
|
|
276
275
|
multi: boolean;
|
|
277
276
|
showSelectAll: boolean;
|
|
@@ -292,6 +291,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
292
291
|
onSearch: (option: any, term: string) => boolean;
|
|
293
292
|
noResultsText: string;
|
|
294
293
|
searchAutoFocus: boolean;
|
|
294
|
+
onClearSearch: () => void;
|
|
295
295
|
optionNameKey: string;
|
|
296
296
|
optionIconKey: string;
|
|
297
297
|
optionImageKey: string;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import o from "./DropdownV4.vue2.js";
|
|
2
|
-
/* empty css *//* empty css */import
|
|
3
|
-
// import "../../../DropdownV4.
|
|
2
|
+
/* empty css *//* empty css */import e from "../../../_virtual/_plugin-vue_export-helper.js";
|
|
3
|
+
// import "../../../DropdownV4.vue_vue_type_style_index_0_scoped_b1bde483_lang.css"; //*');
|
|
4
4
|
// import "../../../DropdownV4.vue_vue_type_style_index_1_lang.css"; //');
|
|
5
|
-
const
|
|
5
|
+
const r = /* @__PURE__ */ e(o, [["__scopeId", "data-v-b1bde483"]]);
|
|
6
6
|
export {
|
|
7
|
-
|
|
7
|
+
r as default
|
|
8
8
|
};
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import "../../../DropdownV4.
|
|
1
|
+
import "../../../DropdownV4.vue_vue_type_style_index_0_scoped_b1bde483_lang.css"; import "../../../DropdownV4.vue_vue_type_style_index_1_lang.css"; import { defineComponent as fe, computed as U, openBlock as n, createElementBlock as r, mergeProps as y, unref as t, renderSlot as f, createElementVNode as m, createVNode as i, withCtx as u, Transition as me, normalizeClass as O, normalizeStyle as pe, createTextVNode as T, createCommentVNode as a, isRef as ge, toDisplayString as W, withModifiers as M, Fragment as Te, renderList as ke, toRaw as C, createBlock as X, resolveDynamicComponent as he } from "vue";
|
|
2
2
|
import L from "../../button/v4/ButtonV4.vue.js";
|
|
3
3
|
import "../../button/v4/IconButtonV4.vue.js";
|
|
4
4
|
import "../../button/v4/ButtonGroup.vue.js";
|
|
5
5
|
import "../../button/v4/ToggleButtonGroupAB.vue.js";
|
|
6
6
|
import "./DropdownV4.vue.js";
|
|
7
|
-
import
|
|
7
|
+
import be from "./DefaultDropdownTrigger.vue.js";
|
|
8
8
|
import we from "./IconButtonDropdownTrigger.vue.js";
|
|
9
9
|
import Ie from "./ChipDropdownTrigger.vue.js";
|
|
10
10
|
import ve from "./AppDropdownTrigger.vue.js";
|
|
@@ -74,7 +74,7 @@ const Be = ["tabindex"], Fe = { style: { width: "100%" } }, Ne = { key: 0 }, Ve
|
|
|
74
74
|
onSearch: { type: Function, default: null },
|
|
75
75
|
noResultsText: { default: "No results found" },
|
|
76
76
|
searchAutoFocus: { type: Boolean, default: !0 },
|
|
77
|
-
|
|
77
|
+
onClearSearch: { type: Function, default: () => !0 },
|
|
78
78
|
displayValue: null,
|
|
79
79
|
optionNameKey: { default: "" },
|
|
80
80
|
optionIconKey: { default: "" },
|
|
@@ -109,7 +109,7 @@ const Be = ["tabindex"], Fe = { style: { width: "100%" } }, Ne = { key: 0 }, Ve
|
|
|
109
109
|
DROPLIST_MIN_WIDTH: 240,
|
|
110
110
|
VERSION: 4
|
|
111
111
|
}, {
|
|
112
|
-
onKeydown:
|
|
112
|
+
onKeydown: b,
|
|
113
113
|
open: s,
|
|
114
114
|
toggleMenu: I,
|
|
115
115
|
onButtonKeydown: N,
|
|
@@ -124,7 +124,7 @@ const Be = ["tabindex"], Fe = { style: { width: "100%" } }, Ne = { key: 0 }, Ve
|
|
|
124
124
|
onSelectAll: te,
|
|
125
125
|
virtualOptions: x,
|
|
126
126
|
isSelected: A,
|
|
127
|
-
selectedOption:
|
|
127
|
+
selectedOption: h,
|
|
128
128
|
selectedOptionPrevious: E,
|
|
129
129
|
selectedValue: oe,
|
|
130
130
|
onSelect: D,
|
|
@@ -140,7 +140,7 @@ const Be = ["tabindex"], Fe = { style: { width: "100%" } }, Ne = { key: 0 }, Ve
|
|
|
140
140
|
onClearAllSelections: z,
|
|
141
141
|
clearAll: ue,
|
|
142
142
|
isGroup: ce
|
|
143
|
-
} = Ke(d, B, F), g = Ae(d.testId, p), $ = U(() => !d.predefinedTrigger || d.predefinedTrigger === k.DEFAULT ?
|
|
143
|
+
} = Ke(d, B, F), g = Ae(d.testId, p), $ = U(() => !d.predefinedTrigger || d.predefinedTrigger === k.DEFAULT ? be : d.predefinedTrigger === k.APP ? ve : null), { width: H } = Ee(R), ye = U(() => d.optionsListWidth ? d.optionsListWidth : !d.predefinedTrigger || d.predefinedTrigger === k.DEFAULT || d.predefinedTrigger === k.APP ? H.value - 2 > 240 ? `${H.value - 2}px` : `${F.DROPLIST_MIN_WIDTH}px` : "auto"), G = () => {
|
|
144
144
|
I();
|
|
145
145
|
};
|
|
146
146
|
return j({
|
|
@@ -153,7 +153,7 @@ const Be = ["tabindex"], Fe = { style: { width: "100%" } }, Ne = { key: 0 }, Ve
|
|
|
153
153
|
tabindex: e.disabled ? -1 : 0
|
|
154
154
|
}, t(g)[t(p).WRAPPER], {
|
|
155
155
|
onKeydown: l[8] || (l[8] = //@ts-ignore
|
|
156
|
-
(...o) => t(
|
|
156
|
+
(...o) => t(b) && t(b)(...o))
|
|
157
157
|
}), [
|
|
158
158
|
f(c.$slots, "label", {}, void 0, !0),
|
|
159
159
|
m("div", Fe, [
|
|
@@ -192,7 +192,7 @@ const Be = ["tabindex"], Fe = { style: { width: "100%" } }, Ne = { key: 0 }, Ve
|
|
|
192
192
|
key: 0,
|
|
193
193
|
class: O(["dropdown-list-wrapper", { "dropdown-list-wrapper--multi": e.multi }]),
|
|
194
194
|
onKeydown: l[7] || (l[7] = //@ts-ignore
|
|
195
|
-
(...o) => t(
|
|
195
|
+
(...o) => t(b) && t(b)(...o))
|
|
196
196
|
}, [
|
|
197
197
|
t(s) && e.inlineSearch ? (n(), r("div", De, [
|
|
198
198
|
e.withConditions ? f(c.$slots, "dropdown-conditions", { key: 0 }, () => [
|
|
@@ -210,14 +210,14 @@ const Be = ["tabindex"], Fe = { style: { width: "100%" } }, Ne = { key: 0 }, Ve
|
|
|
210
210
|
modelValue: t(v),
|
|
211
211
|
"onUpdate:modelValue": [
|
|
212
212
|
l[4] || (l[4] = (o) => ge(v) ? v.value = o : null),
|
|
213
|
-
e.
|
|
213
|
+
e.onClearSearch
|
|
214
214
|
],
|
|
215
215
|
placeholder: e.inlineSearchPlaceholder,
|
|
216
216
|
variant: "transparent",
|
|
217
217
|
size: "md",
|
|
218
218
|
"auto-focus": e.searchAutoFocus,
|
|
219
219
|
"test-id": e.testId,
|
|
220
|
-
onKeydown: t(
|
|
220
|
+
onKeydown: t(b)
|
|
221
221
|
}, null, 8, ["modelValue", "placeholder", "auto-focus", "test-id", "onUpdate:modelValue", "onKeydown"])
|
|
222
222
|
], !0)
|
|
223
223
|
])) : a("", !0),
|
|
@@ -276,7 +276,7 @@ const Be = ["tabindex"], Fe = { style: { width: "100%" } }, Ne = { key: 0 }, Ve
|
|
|
276
276
|
], !0) : a("", !0),
|
|
277
277
|
t(x).length && !e.loading ? (n(!0), r(Te, { key: 3 }, ke(t(x), ({ data: o, index: w }) => (n(), r("li", {
|
|
278
278
|
key: w,
|
|
279
|
-
"aria-selected": t(A)(C(t(
|
|
279
|
+
"aria-selected": t(A)(C(t(h)), o),
|
|
280
280
|
"aria-disabled": !!e.disabled,
|
|
281
281
|
onClick: M(() => t(D)(o, w), ["stop"])
|
|
282
282
|
}, [
|
|
@@ -291,13 +291,13 @@ const Be = ["tabindex"], Fe = { style: { width: "100%" } }, Ne = { key: 0 }, Ve
|
|
|
291
291
|
key: 1,
|
|
292
292
|
option: o,
|
|
293
293
|
index: w,
|
|
294
|
-
selected: t(A)(C(t(
|
|
294
|
+
selected: t(A)(C(t(h)), o),
|
|
295
295
|
active: C(t(P)) === w,
|
|
296
296
|
disabled: o[d.disabledOptionKey]
|
|
297
297
|
}, () => [
|
|
298
298
|
i(t(q), {
|
|
299
299
|
option: o,
|
|
300
|
-
"selected-prop": t(A)(t(
|
|
300
|
+
"selected-prop": t(A)(t(h), o),
|
|
301
301
|
active: C(t(P)) === w,
|
|
302
302
|
disabled: o[d.disabledOptionKey],
|
|
303
303
|
"name-key": e.optionNameKey,
|
|
@@ -402,7 +402,7 @@ const Be = ["tabindex"], Fe = { style: { width: "100%" } }, Ne = { key: 0 }, Ve
|
|
|
402
402
|
testId: e.testId,
|
|
403
403
|
multi: e.multi,
|
|
404
404
|
disabled: e.disabled,
|
|
405
|
-
selectedOption: e.multi ? t(E) : t(
|
|
405
|
+
selectedOption: e.multi ? t(E) : t(h),
|
|
406
406
|
displayValue: e.displayValue,
|
|
407
407
|
options: e.options,
|
|
408
408
|
optionNameKey: e.optionNameKey,
|
|
@@ -424,7 +424,7 @@ const Be = ["tabindex"], Fe = { style: { width: "100%" } }, Ne = { key: 0 }, Ve
|
|
|
424
424
|
}
|
|
425
425
|
}, () => [
|
|
426
426
|
t($) ? (n(), r("div", Ne, [
|
|
427
|
-
(n(), X(
|
|
427
|
+
(n(), X(he(t($)), {
|
|
428
428
|
placeholder: e.placeholder,
|
|
429
429
|
open: t(s),
|
|
430
430
|
label: e.triggerLabel,
|
|
@@ -433,7 +433,7 @@ const Be = ["tabindex"], Fe = { style: { width: "100%" } }, Ne = { key: 0 }, Ve
|
|
|
433
433
|
"test-id": e.testId,
|
|
434
434
|
multi: e.multi,
|
|
435
435
|
disabled: e.disabled,
|
|
436
|
-
"selected-option": e.multi ? t(E) : t(
|
|
436
|
+
"selected-option": e.multi ? t(E) : t(h),
|
|
437
437
|
"display-value": e.displayValue,
|
|
438
438
|
options: e.options,
|
|
439
439
|
"option-name-key": e.optionNameKey,
|
|
@@ -466,7 +466,7 @@ const Be = ["tabindex"], Fe = { style: { width: "100%" } }, Ne = { key: 0 }, Ve
|
|
|
466
466
|
label: e.placeholder,
|
|
467
467
|
"test-id": e.testId,
|
|
468
468
|
options: e.options,
|
|
469
|
-
"selected-option": e.multi ? t(E) : t(
|
|
469
|
+
"selected-option": e.multi ? t(E) : t(h),
|
|
470
470
|
"display-value": e.displayValue,
|
|
471
471
|
multi: e.multi,
|
|
472
472
|
"all-selected": t(K),
|
|
@@ -1710,7 +1710,6 @@ declare const DropdownTypes: () => (({
|
|
|
1710
1710
|
modelValue: any;
|
|
1711
1711
|
selected: any;
|
|
1712
1712
|
valueToCopy: string;
|
|
1713
|
-
onClear: () => void;
|
|
1714
1713
|
placeholder: string;
|
|
1715
1714
|
multi: boolean;
|
|
1716
1715
|
showSelectAll: boolean;
|
|
@@ -1731,6 +1730,7 @@ declare const DropdownTypes: () => (({
|
|
|
1731
1730
|
onSearch: (option: any, term: string) => boolean;
|
|
1732
1731
|
noResultsText: string;
|
|
1733
1732
|
searchAutoFocus: boolean;
|
|
1733
|
+
onClearSearch: () => void;
|
|
1734
1734
|
optionNameKey: string;
|
|
1735
1735
|
optionIconKey: string;
|
|
1736
1736
|
optionImageKey: string;
|
|
@@ -1818,10 +1818,6 @@ declare const DropdownTypes: () => (({
|
|
|
1818
1818
|
type: import("vue").PropType<unknown[]>;
|
|
1819
1819
|
required: true;
|
|
1820
1820
|
};
|
|
1821
|
-
onClear: {
|
|
1822
|
-
type: import("vue").PropType<() => void>;
|
|
1823
|
-
default: () => true;
|
|
1824
|
-
};
|
|
1825
1821
|
placeholder: {
|
|
1826
1822
|
type: import("vue").PropType<string>;
|
|
1827
1823
|
default: string;
|
|
@@ -1902,6 +1898,10 @@ declare const DropdownTypes: () => (({
|
|
|
1902
1898
|
type: import("vue").PropType<boolean>;
|
|
1903
1899
|
default: boolean;
|
|
1904
1900
|
};
|
|
1901
|
+
onClearSearch: {
|
|
1902
|
+
type: import("vue").PropType<() => void>;
|
|
1903
|
+
default: () => true;
|
|
1904
|
+
};
|
|
1905
1905
|
displayValue: {
|
|
1906
1906
|
type: import("vue").PropType<(option: unknown) => string>;
|
|
1907
1907
|
required: true;
|
|
@@ -1996,7 +1996,7 @@ declare const DropdownTypes: () => (({
|
|
|
1996
1996
|
onOnsearch?: (value: string) => any;
|
|
1997
1997
|
onOpened?: () => any;
|
|
1998
1998
|
onClosed?: () => any;
|
|
1999
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "theme" | "testId" | "placement" | "disabled" | "distance" | "container" | "popperClass" | "size" | "flip" | "mandatory" | "skidding" | "modelValue" | "selected" | "valueToCopy" | "
|
|
1999
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "theme" | "testId" | "placement" | "disabled" | "distance" | "container" | "popperClass" | "size" | "flip" | "mandatory" | "skidding" | "modelValue" | "selected" | "valueToCopy" | "placeholder" | "multi" | "showSelectAll" | "defaultOpen" | "keepOpen" | "autoSize" | "disableKeyboardEvents" | "isOnTop" | "triggerLabel" | "triggerHelperText" | "triggerFeedbackText" | "triggerFeedbackVariant" | "triggerFeedbackShowIcon" | "triggerShowAllSelectedText" | "predefinedTrigger" | "inlineSearch" | "inlineSearchPlaceholder" | "onSearch" | "noResultsText" | "searchAutoFocus" | "onClearSearch" | "optionNameKey" | "optionIconKey" | "optionImageKey" | "optionIconType" | "optionEndIconKey" | "optionEndIconType" | "optionsEndTextIconKey" | "optionFlagKey" | "disabledOptionKey" | "optionTwoLinesVariant" | "optionTwoLinesKey" | "groupedOptions" | "comparingKey" | "customNumberOfDisplayedOptions" | "fullWidth" | "optionsListWidth" | "statusType" | "disableVirtualScroll" | "overrideOptionCountCalculation" | "withConditions">;
|
|
2000
2000
|
$attrs: {
|
|
2001
2001
|
[x: string]: unknown;
|
|
2002
2002
|
};
|
|
@@ -2077,10 +2077,6 @@ declare const DropdownTypes: () => (({
|
|
|
2077
2077
|
type: import("vue").PropType<unknown[]>;
|
|
2078
2078
|
required: true;
|
|
2079
2079
|
};
|
|
2080
|
-
onClear: {
|
|
2081
|
-
type: import("vue").PropType<() => void>;
|
|
2082
|
-
default: () => true;
|
|
2083
|
-
};
|
|
2084
2080
|
placeholder: {
|
|
2085
2081
|
type: import("vue").PropType<string>;
|
|
2086
2082
|
default: string;
|
|
@@ -2161,6 +2157,10 @@ declare const DropdownTypes: () => (({
|
|
|
2161
2157
|
type: import("vue").PropType<boolean>;
|
|
2162
2158
|
default: boolean;
|
|
2163
2159
|
};
|
|
2160
|
+
onClearSearch: {
|
|
2161
|
+
type: import("vue").PropType<() => void>;
|
|
2162
|
+
default: () => true;
|
|
2163
|
+
};
|
|
2164
2164
|
displayValue: {
|
|
2165
2165
|
type: import("vue").PropType<(option: unknown) => string>;
|
|
2166
2166
|
required: true;
|
|
@@ -2283,7 +2283,6 @@ declare const DropdownTypes: () => (({
|
|
|
2283
2283
|
modelValue: any;
|
|
2284
2284
|
selected: any;
|
|
2285
2285
|
valueToCopy: string;
|
|
2286
|
-
onClear: () => void;
|
|
2287
2286
|
placeholder: string;
|
|
2288
2287
|
multi: boolean;
|
|
2289
2288
|
showSelectAll: boolean;
|
|
@@ -2304,6 +2303,7 @@ declare const DropdownTypes: () => (({
|
|
|
2304
2303
|
onSearch: (option: any, term: string) => boolean;
|
|
2305
2304
|
noResultsText: string;
|
|
2306
2305
|
searchAutoFocus: boolean;
|
|
2306
|
+
onClearSearch: () => void;
|
|
2307
2307
|
optionNameKey: string;
|
|
2308
2308
|
optionIconKey: string;
|
|
2309
2309
|
optionImageKey: string;
|
|
@@ -2411,10 +2411,6 @@ declare const DropdownTypes: () => (({
|
|
|
2411
2411
|
type: import("vue").PropType<unknown[]>;
|
|
2412
2412
|
required: true;
|
|
2413
2413
|
};
|
|
2414
|
-
onClear: {
|
|
2415
|
-
type: import("vue").PropType<() => void>;
|
|
2416
|
-
default: () => true;
|
|
2417
|
-
};
|
|
2418
2414
|
placeholder: {
|
|
2419
2415
|
type: import("vue").PropType<string>;
|
|
2420
2416
|
default: string;
|
|
@@ -2495,6 +2491,10 @@ declare const DropdownTypes: () => (({
|
|
|
2495
2491
|
type: import("vue").PropType<boolean>;
|
|
2496
2492
|
default: boolean;
|
|
2497
2493
|
};
|
|
2494
|
+
onClearSearch: {
|
|
2495
|
+
type: import("vue").PropType<() => void>;
|
|
2496
|
+
default: () => true;
|
|
2497
|
+
};
|
|
2498
2498
|
displayValue: {
|
|
2499
2499
|
type: import("vue").PropType<(option: unknown) => string>;
|
|
2500
2500
|
required: true;
|
|
@@ -2663,10 +2663,6 @@ declare const DropdownTypes: () => (({
|
|
|
2663
2663
|
type: import("vue").PropType<unknown[]>;
|
|
2664
2664
|
required: true;
|
|
2665
2665
|
};
|
|
2666
|
-
onClear: {
|
|
2667
|
-
type: import("vue").PropType<() => void>;
|
|
2668
|
-
default: () => true;
|
|
2669
|
-
};
|
|
2670
2666
|
placeholder: {
|
|
2671
2667
|
type: import("vue").PropType<string>;
|
|
2672
2668
|
default: string;
|
|
@@ -2747,6 +2743,10 @@ declare const DropdownTypes: () => (({
|
|
|
2747
2743
|
type: import("vue").PropType<boolean>;
|
|
2748
2744
|
default: boolean;
|
|
2749
2745
|
};
|
|
2746
|
+
onClearSearch: {
|
|
2747
|
+
type: import("vue").PropType<() => void>;
|
|
2748
|
+
default: () => true;
|
|
2749
|
+
};
|
|
2750
2750
|
displayValue: {
|
|
2751
2751
|
type: import("vue").PropType<(option: unknown) => string>;
|
|
2752
2752
|
required: true;
|
|
@@ -2869,7 +2869,6 @@ declare const DropdownTypes: () => (({
|
|
|
2869
2869
|
modelValue: any;
|
|
2870
2870
|
selected: any;
|
|
2871
2871
|
valueToCopy: string;
|
|
2872
|
-
onClear: () => void;
|
|
2873
2872
|
placeholder: string;
|
|
2874
2873
|
multi: boolean;
|
|
2875
2874
|
showSelectAll: boolean;
|
|
@@ -2890,6 +2889,7 @@ declare const DropdownTypes: () => (({
|
|
|
2890
2889
|
onSearch: (option: any, term: string) => boolean;
|
|
2891
2890
|
noResultsText: string;
|
|
2892
2891
|
searchAutoFocus: boolean;
|
|
2892
|
+
onClearSearch: () => void;
|
|
2893
2893
|
optionNameKey: string;
|
|
2894
2894
|
optionIconKey: string;
|
|
2895
2895
|
optionImageKey: string;
|
|
@@ -9,6 +9,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
9
9
|
skidding?: number;
|
|
10
10
|
testId?: string;
|
|
11
11
|
popperClass?: string;
|
|
12
|
+
container?: string;
|
|
12
13
|
}>, {
|
|
13
14
|
isOpen: boolean;
|
|
14
15
|
trigger: string;
|
|
@@ -19,6 +20,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
19
20
|
skidding: number;
|
|
20
21
|
testId: string;
|
|
21
22
|
popperClass: string;
|
|
23
|
+
container: any;
|
|
22
24
|
}>, {
|
|
23
25
|
toggle: (value?: boolean) => boolean;
|
|
24
26
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
@@ -33,6 +35,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
33
35
|
skidding?: number;
|
|
34
36
|
testId?: string;
|
|
35
37
|
popperClass?: string;
|
|
38
|
+
container?: string;
|
|
36
39
|
}>, {
|
|
37
40
|
isOpen: boolean;
|
|
38
41
|
trigger: string;
|
|
@@ -43,6 +46,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
43
46
|
skidding: number;
|
|
44
47
|
testId: string;
|
|
45
48
|
popperClass: string;
|
|
49
|
+
container: any;
|
|
46
50
|
}>>> & {
|
|
47
51
|
onIsOpen?: (value: boolean) => any;
|
|
48
52
|
}, {
|
|
@@ -50,6 +54,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
50
54
|
placement: Placement;
|
|
51
55
|
disabled: boolean;
|
|
52
56
|
distance: number;
|
|
57
|
+
container: string;
|
|
53
58
|
autoHide: boolean;
|
|
54
59
|
popperClass: string;
|
|
55
60
|
isOpen: boolean;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import o from "./PopoverV4.vue2.js";
|
|
2
2
|
/* empty css *//* empty css */import e from "../../../_virtual/_plugin-vue_export-helper.js";
|
|
3
|
-
// import "../../../PopoverV4.
|
|
3
|
+
// import "../../../PopoverV4.vue_vue_type_style_index_0_scoped_c7e688b1_lang.css"; //*');
|
|
4
4
|
// import "../../../PopoverV4.vue_vue_type_style_index_1_lang.css"; //');
|
|
5
|
-
const r = /* @__PURE__ */ e(o, [["__scopeId", "data-v-
|
|
5
|
+
const r = /* @__PURE__ */ e(o, [["__scopeId", "data-v-c7e688b1"]]);
|
|
6
6
|
export {
|
|
7
7
|
r as default
|
|
8
8
|
};
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import "../../../PopoverV4.
|
|
1
|
+
import "../../../PopoverV4.vue_vue_type_style_index_0_scoped_c7e688b1_lang.css"; import "../../../PopoverV4.vue_vue_type_style_index_1_lang.css"; import { defineComponent as k, watch as s, openBlock as p, createBlock as h, unref as a, withCtx as u, createElementBlock as y, renderSlot as g, createCommentVNode as B, createElementVNode as C } from "vue";
|
|
2
2
|
import { Dropdown as w } from "floating-vue";
|
|
3
3
|
import { popoverCommon as $ } from "../common/Popover.common.js";
|
|
4
4
|
const O = ["data-testid"], H = /* @__PURE__ */ k({
|
|
@@ -12,36 +12,38 @@ const O = ["data-testid"], H = /* @__PURE__ */ k({
|
|
|
12
12
|
distance: { default: 0 },
|
|
13
13
|
skidding: { default: 0 },
|
|
14
14
|
testId: { default: "" },
|
|
15
|
-
popperClass: { default: "" }
|
|
15
|
+
popperClass: { default: "" },
|
|
16
|
+
container: { default: null }
|
|
16
17
|
},
|
|
17
18
|
emits: ["isOpen"],
|
|
18
19
|
setup(e, { expose: f, emit: m }) {
|
|
19
|
-
const
|
|
20
|
-
|
|
20
|
+
const i = e, { popup: c, open: t, toggle: l, triggerRef: v } = $();
|
|
21
|
+
s(t, () => {
|
|
21
22
|
m("isOpen", t.value);
|
|
22
|
-
}),
|
|
23
|
-
() =>
|
|
23
|
+
}), s(
|
|
24
|
+
() => i.isOpen,
|
|
24
25
|
(o) => {
|
|
25
|
-
|
|
26
|
+
l(o);
|
|
26
27
|
}
|
|
27
28
|
);
|
|
28
|
-
const
|
|
29
|
-
|
|
29
|
+
const r = (o) => {
|
|
30
|
+
i.trigger === o && (t.value = !t.value);
|
|
30
31
|
};
|
|
31
32
|
return f({
|
|
32
|
-
toggle:
|
|
33
|
-
}), (o,
|
|
33
|
+
toggle: l
|
|
34
|
+
}), (o, n) => (p(), h(a(w), {
|
|
34
35
|
theme: "custom-popover",
|
|
35
36
|
placement: e.placement,
|
|
36
|
-
shown: !!
|
|
37
|
+
shown: !!a(t),
|
|
37
38
|
triggers: e.trigger === "managed" ? [] : [e.trigger],
|
|
38
39
|
"auto-hide": e.autoHide,
|
|
39
40
|
distance: e.distance,
|
|
40
41
|
skidding: e.skidding,
|
|
42
|
+
container: e.container,
|
|
41
43
|
"popper-class": [e.popperClass, "v4-popover__popper light-theme-v4"]
|
|
42
44
|
}, {
|
|
43
45
|
popper: u(() => [
|
|
44
|
-
|
|
46
|
+
a(t) ? (p(), y("div", {
|
|
45
47
|
key: 0,
|
|
46
48
|
ref_key: "popup",
|
|
47
49
|
ref: c,
|
|
@@ -55,15 +57,15 @@ const O = ["data-testid"], H = /* @__PURE__ */ k({
|
|
|
55
57
|
C("div", {
|
|
56
58
|
ref_key: "triggerRef",
|
|
57
59
|
ref: v,
|
|
58
|
-
onClick:
|
|
59
|
-
onMouseenter:
|
|
60
|
-
onMouseleave:
|
|
60
|
+
onClick: n[0] || (n[0] = (d) => r("click")),
|
|
61
|
+
onMouseenter: n[1] || (n[1] = (d) => r("hover")),
|
|
62
|
+
onMouseleave: n[2] || (n[2] = (d) => r("hover"))
|
|
61
63
|
}, [
|
|
62
64
|
g(o.$slots, "trigger", {}, void 0, !0)
|
|
63
65
|
], 544)
|
|
64
66
|
]),
|
|
65
67
|
_: 3
|
|
66
|
-
}, 8, ["placement", "shown", "triggers", "auto-hide", "distance", "skidding", "popper-class"]));
|
|
68
|
+
}, 8, ["placement", "shown", "triggers", "auto-hide", "distance", "skidding", "container", "popper-class"]));
|
|
67
69
|
}
|
|
68
70
|
});
|
|
69
71
|
export {
|
|
@@ -8,6 +8,7 @@ declare const PopoverTypes: () => ({
|
|
|
8
8
|
placement: import("floating-vue").Placement;
|
|
9
9
|
disabled: boolean;
|
|
10
10
|
distance: number;
|
|
11
|
+
container: string;
|
|
11
12
|
autoHide: boolean;
|
|
12
13
|
popperClass: string;
|
|
13
14
|
isOpen: boolean;
|
|
@@ -30,6 +31,10 @@ declare const PopoverTypes: () => ({
|
|
|
30
31
|
type: import("vue").PropType<number>;
|
|
31
32
|
default: number;
|
|
32
33
|
};
|
|
34
|
+
container: {
|
|
35
|
+
type: import("vue").PropType<string>;
|
|
36
|
+
default: any;
|
|
37
|
+
};
|
|
33
38
|
autoHide: {
|
|
34
39
|
type: import("vue").PropType<boolean>;
|
|
35
40
|
default: boolean;
|
|
@@ -52,7 +57,7 @@ declare const PopoverTypes: () => ({
|
|
|
52
57
|
};
|
|
53
58
|
}>> & {
|
|
54
59
|
onIsOpen?: (value: boolean) => any;
|
|
55
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "testId" | "placement" | "disabled" | "distance" | "autoHide" | "popperClass" | "isOpen" | "trigger" | "skidding">;
|
|
60
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "testId" | "placement" | "disabled" | "distance" | "container" | "autoHide" | "popperClass" | "isOpen" | "trigger" | "skidding">;
|
|
56
61
|
$attrs: {
|
|
57
62
|
[x: string]: unknown;
|
|
58
63
|
};
|
|
@@ -83,6 +88,10 @@ declare const PopoverTypes: () => ({
|
|
|
83
88
|
type: import("vue").PropType<number>;
|
|
84
89
|
default: number;
|
|
85
90
|
};
|
|
91
|
+
container: {
|
|
92
|
+
type: import("vue").PropType<string>;
|
|
93
|
+
default: any;
|
|
94
|
+
};
|
|
86
95
|
autoHide: {
|
|
87
96
|
type: import("vue").PropType<boolean>;
|
|
88
97
|
default: boolean;
|
|
@@ -114,6 +123,7 @@ declare const PopoverTypes: () => ({
|
|
|
114
123
|
placement: import("floating-vue").Placement;
|
|
115
124
|
disabled: boolean;
|
|
116
125
|
distance: number;
|
|
126
|
+
container: string;
|
|
117
127
|
autoHide: boolean;
|
|
118
128
|
popperClass: string;
|
|
119
129
|
isOpen: boolean;
|
|
@@ -156,6 +166,10 @@ declare const PopoverTypes: () => ({
|
|
|
156
166
|
type: import("vue").PropType<number>;
|
|
157
167
|
default: number;
|
|
158
168
|
};
|
|
169
|
+
container: {
|
|
170
|
+
type: import("vue").PropType<string>;
|
|
171
|
+
default: any;
|
|
172
|
+
};
|
|
159
173
|
autoHide: {
|
|
160
174
|
type: import("vue").PropType<boolean>;
|
|
161
175
|
default: boolean;
|
|
@@ -201,6 +215,10 @@ declare const PopoverTypes: () => ({
|
|
|
201
215
|
type: import("vue").PropType<number>;
|
|
202
216
|
default: number;
|
|
203
217
|
};
|
|
218
|
+
container: {
|
|
219
|
+
type: import("vue").PropType<string>;
|
|
220
|
+
default: any;
|
|
221
|
+
};
|
|
204
222
|
autoHide: {
|
|
205
223
|
type: import("vue").PropType<boolean>;
|
|
206
224
|
default: boolean;
|
|
@@ -232,6 +250,7 @@ declare const PopoverTypes: () => ({
|
|
|
232
250
|
placement: import("floating-vue").Placement;
|
|
233
251
|
disabled: boolean;
|
|
234
252
|
distance: number;
|
|
253
|
+
container: string;
|
|
235
254
|
autoHide: boolean;
|
|
236
255
|
popperClass: string;
|
|
237
256
|
isOpen: boolean;
|
|
@@ -67,6 +67,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
67
67
|
emptyStateTitle: string;
|
|
68
68
|
testId: string;
|
|
69
69
|
}>>> & {
|
|
70
|
+
onClearSearch?: () => any;
|
|
70
71
|
onSortableItemDragged?: (event: {
|
|
71
72
|
id: string;
|
|
72
73
|
newIndex: number;
|
|
@@ -76,7 +77,6 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
76
77
|
"onUpdate:selectedId"?: (id: string | number) => any;
|
|
77
78
|
"onUpdate:selectedChildId"?: (id: string | number) => any;
|
|
78
79
|
"onUpdate:search"?: (query: string) => any;
|
|
79
|
-
onClearSearch?: () => any;
|
|
80
80
|
}, {
|
|
81
81
|
search: string;
|
|
82
82
|
testId: string;
|
|
@@ -73,6 +73,7 @@ declare const SortableListTypes: () => ({
|
|
|
73
73
|
default: string;
|
|
74
74
|
};
|
|
75
75
|
}>> & {
|
|
76
|
+
onClearSearch?: () => any;
|
|
76
77
|
onSortableItemDragged?: (event: {
|
|
77
78
|
id: string;
|
|
78
79
|
newIndex: number;
|
|
@@ -82,7 +83,6 @@ declare const SortableListTypes: () => ({
|
|
|
82
83
|
"onUpdate:selectedId"?: (id: string | number) => any;
|
|
83
84
|
"onUpdate:selectedChildId"?: (id: string | number) => any;
|
|
84
85
|
"onUpdate:search"?: (query: string) => any;
|
|
85
|
-
onClearSearch?: () => any;
|
|
86
86
|
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "search" | "testId" | "isLoading" | "displayValue" | "searchPlaceholder" | "items" | "selectedChildId" | "searchHandler" | "openId" | "selectedId" | "showSearch" | "loadingRowCount" | "emptyStateTitle">;
|
|
87
87
|
$attrs: {
|
|
88
88
|
[x: string]: unknown;
|
|
@@ -156,6 +156,7 @@ declare const SortableListTypes: () => ({
|
|
|
156
156
|
default: string;
|
|
157
157
|
};
|
|
158
158
|
}>> & {
|
|
159
|
+
onClearSearch?: () => any;
|
|
159
160
|
onSortableItemDragged?: (event: {
|
|
160
161
|
id: string;
|
|
161
162
|
newIndex: number;
|
|
@@ -165,7 +166,6 @@ declare const SortableListTypes: () => ({
|
|
|
165
166
|
"onUpdate:selectedId"?: (id: string | number) => any;
|
|
166
167
|
"onUpdate:selectedChildId"?: (id: string | number) => any;
|
|
167
168
|
"onUpdate:search"?: (query: string) => any;
|
|
168
|
-
onClearSearch?: () => any;
|
|
169
169
|
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
170
170
|
sortableItemDragged: (event: {
|
|
171
171
|
id: string;
|
|
@@ -267,6 +267,7 @@ declare const SortableListTypes: () => ({
|
|
|
267
267
|
default: string;
|
|
268
268
|
};
|
|
269
269
|
}>> & {
|
|
270
|
+
onClearSearch?: () => any;
|
|
270
271
|
onSortableItemDragged?: (event: {
|
|
271
272
|
id: string;
|
|
272
273
|
newIndex: number;
|
|
@@ -276,7 +277,6 @@ declare const SortableListTypes: () => ({
|
|
|
276
277
|
"onUpdate:selectedId"?: (id: string | number) => any;
|
|
277
278
|
"onUpdate:selectedChildId"?: (id: string | number) => any;
|
|
278
279
|
"onUpdate:search"?: (query: string) => any;
|
|
279
|
-
onClearSearch?: () => any;
|
|
280
280
|
} & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {};
|
|
281
281
|
__isFragment?: never;
|
|
282
282
|
__isTeleport?: never;
|
|
@@ -337,6 +337,7 @@ declare const SortableListTypes: () => ({
|
|
|
337
337
|
default: string;
|
|
338
338
|
};
|
|
339
339
|
}>> & {
|
|
340
|
+
onClearSearch?: () => any;
|
|
340
341
|
onSortableItemDragged?: (event: {
|
|
341
342
|
id: string;
|
|
342
343
|
newIndex: number;
|
|
@@ -346,7 +347,6 @@ declare const SortableListTypes: () => ({
|
|
|
346
347
|
"onUpdate:selectedId"?: (id: string | number) => any;
|
|
347
348
|
"onUpdate:selectedChildId"?: (id: string | number) => any;
|
|
348
349
|
"onUpdate:search"?: (query: string) => any;
|
|
349
|
-
onClearSearch?: () => any;
|
|
350
350
|
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
351
351
|
sortableItemDragged: (event: {
|
|
352
352
|
id: string;
|
|
@@ -169,7 +169,7 @@ declare const DataGridTypes: () => (({
|
|
|
169
169
|
}>;
|
|
170
170
|
$root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
|
|
171
171
|
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
|
|
172
|
-
$emit: ((event: "onScroll", event: Event) => void) & ((event: "selectAll", value: boolean) => void) & ((event: "
|
|
172
|
+
$emit: ((event: "onScroll", event: Event) => void) & ((event: "selectAll", value: boolean) => void) & ((event: "onClearSearch") => void) & ((event: "update:search", query: string) => void) & ((event: "update:sort", newSort: import("../common/Table.types").Sort) => void) & ((event: "saveRow", args_0: import("../common/Table.types").SaveRowEvent) => void) & ((event: "loadMore") => void) & ((event: "update:selection", selection: unknown[]) => void) & ((event: "selectRow", value: boolean) => void) & ((event: "clickRow", rowIndex: number) => void);
|
|
173
173
|
$el: any;
|
|
174
174
|
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
175
175
|
sort: {
|
|
@@ -906,7 +906,7 @@ declare const DataGridTypes: () => (({
|
|
|
906
906
|
}>;
|
|
907
907
|
$root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
|
|
908
908
|
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
|
|
909
|
-
$emit: ((event: "onScroll", scrollTop: number) => void) & ((event: "
|
|
909
|
+
$emit: ((event: "onScroll", scrollTop: number) => void) & ((event: "onClearSearch") => void) & ((event: "update:search", query: string) => void) & ((event: "saveRow", args_0: import("../common/Table.types").SaveRowEvent & {
|
|
910
910
|
tableIndex: number;
|
|
911
911
|
}) => void) & ((event: "clickRow", rowIndex: number, tableIndex: number) => void);
|
|
912
912
|
$el: any;
|
package/index.d.ts
CHANGED
|
@@ -28,6 +28,7 @@ declare const _default: {
|
|
|
28
28
|
placement: import("floating-vue").Placement;
|
|
29
29
|
disabled: boolean;
|
|
30
30
|
distance: number;
|
|
31
|
+
container: string;
|
|
31
32
|
autoHide: boolean;
|
|
32
33
|
popperClass: string;
|
|
33
34
|
isOpen: boolean;
|
|
@@ -50,6 +51,10 @@ declare const _default: {
|
|
|
50
51
|
type: import("vue").PropType<number>;
|
|
51
52
|
default: number;
|
|
52
53
|
};
|
|
54
|
+
container: {
|
|
55
|
+
type: import("vue").PropType<string>;
|
|
56
|
+
default: any;
|
|
57
|
+
};
|
|
53
58
|
autoHide: {
|
|
54
59
|
type: import("vue").PropType<boolean>;
|
|
55
60
|
default: boolean;
|
|
@@ -72,7 +77,7 @@ declare const _default: {
|
|
|
72
77
|
};
|
|
73
78
|
}>> & {
|
|
74
79
|
onIsOpen?: (value: boolean) => any;
|
|
75
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "testId" | "placement" | "disabled" | "distance" | "autoHide" | "popperClass" | "isOpen" | "trigger" | "skidding">;
|
|
80
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "testId" | "placement" | "disabled" | "distance" | "container" | "autoHide" | "popperClass" | "isOpen" | "trigger" | "skidding">;
|
|
76
81
|
$attrs: {
|
|
77
82
|
[x: string]: unknown;
|
|
78
83
|
};
|
|
@@ -103,6 +108,10 @@ declare const _default: {
|
|
|
103
108
|
type: import("vue").PropType<number>;
|
|
104
109
|
default: number;
|
|
105
110
|
};
|
|
111
|
+
container: {
|
|
112
|
+
type: import("vue").PropType<string>;
|
|
113
|
+
default: any;
|
|
114
|
+
};
|
|
106
115
|
autoHide: {
|
|
107
116
|
type: import("vue").PropType<boolean>;
|
|
108
117
|
default: boolean;
|
|
@@ -134,6 +143,7 @@ declare const _default: {
|
|
|
134
143
|
placement: import("floating-vue").Placement;
|
|
135
144
|
disabled: boolean;
|
|
136
145
|
distance: number;
|
|
146
|
+
container: string;
|
|
137
147
|
autoHide: boolean;
|
|
138
148
|
popperClass: string;
|
|
139
149
|
isOpen: boolean;
|
|
@@ -176,6 +186,10 @@ declare const _default: {
|
|
|
176
186
|
type: import("vue").PropType<number>;
|
|
177
187
|
default: number;
|
|
178
188
|
};
|
|
189
|
+
container: {
|
|
190
|
+
type: import("vue").PropType<string>;
|
|
191
|
+
default: any;
|
|
192
|
+
};
|
|
179
193
|
autoHide: {
|
|
180
194
|
type: import("vue").PropType<boolean>;
|
|
181
195
|
default: boolean;
|
|
@@ -221,6 +235,10 @@ declare const _default: {
|
|
|
221
235
|
type: import("vue").PropType<number>;
|
|
222
236
|
default: number;
|
|
223
237
|
};
|
|
238
|
+
container: {
|
|
239
|
+
type: import("vue").PropType<string>;
|
|
240
|
+
default: any;
|
|
241
|
+
};
|
|
224
242
|
autoHide: {
|
|
225
243
|
type: import("vue").PropType<boolean>;
|
|
226
244
|
default: boolean;
|
|
@@ -252,6 +270,7 @@ declare const _default: {
|
|
|
252
270
|
placement: import("floating-vue").Placement;
|
|
253
271
|
disabled: boolean;
|
|
254
272
|
distance: number;
|
|
273
|
+
container: string;
|
|
255
274
|
autoHide: boolean;
|
|
256
275
|
popperClass: string;
|
|
257
276
|
isOpen: boolean;
|
|
@@ -272,6 +291,7 @@ declare const _default: {
|
|
|
272
291
|
placement: import("floating-vue").Placement;
|
|
273
292
|
disabled: boolean;
|
|
274
293
|
distance: number;
|
|
294
|
+
container: string;
|
|
275
295
|
autoHide: boolean;
|
|
276
296
|
popperClass: string;
|
|
277
297
|
isOpen: boolean;
|
|
@@ -294,6 +314,10 @@ declare const _default: {
|
|
|
294
314
|
type: import("vue").PropType<number>;
|
|
295
315
|
default: number;
|
|
296
316
|
};
|
|
317
|
+
container: {
|
|
318
|
+
type: import("vue").PropType<string>;
|
|
319
|
+
default: any;
|
|
320
|
+
};
|
|
297
321
|
autoHide: {
|
|
298
322
|
type: import("vue").PropType<boolean>;
|
|
299
323
|
default: boolean;
|
|
@@ -316,7 +340,7 @@ declare const _default: {
|
|
|
316
340
|
};
|
|
317
341
|
}>> & {
|
|
318
342
|
onIsOpen?: (value: boolean) => any;
|
|
319
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "testId" | "placement" | "disabled" | "distance" | "autoHide" | "popperClass" | "isOpen" | "trigger" | "skidding">;
|
|
343
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "testId" | "placement" | "disabled" | "distance" | "container" | "autoHide" | "popperClass" | "isOpen" | "trigger" | "skidding">;
|
|
320
344
|
$attrs: {
|
|
321
345
|
[x: string]: unknown;
|
|
322
346
|
};
|
|
@@ -347,6 +371,10 @@ declare const _default: {
|
|
|
347
371
|
type: import("vue").PropType<number>;
|
|
348
372
|
default: number;
|
|
349
373
|
};
|
|
374
|
+
container: {
|
|
375
|
+
type: import("vue").PropType<string>;
|
|
376
|
+
default: any;
|
|
377
|
+
};
|
|
350
378
|
autoHide: {
|
|
351
379
|
type: import("vue").PropType<boolean>;
|
|
352
380
|
default: boolean;
|
|
@@ -378,6 +406,7 @@ declare const _default: {
|
|
|
378
406
|
placement: import("floating-vue").Placement;
|
|
379
407
|
disabled: boolean;
|
|
380
408
|
distance: number;
|
|
409
|
+
container: string;
|
|
381
410
|
autoHide: boolean;
|
|
382
411
|
popperClass: string;
|
|
383
412
|
isOpen: boolean;
|
|
@@ -420,6 +449,10 @@ declare const _default: {
|
|
|
420
449
|
type: import("vue").PropType<number>;
|
|
421
450
|
default: number;
|
|
422
451
|
};
|
|
452
|
+
container: {
|
|
453
|
+
type: import("vue").PropType<string>;
|
|
454
|
+
default: any;
|
|
455
|
+
};
|
|
423
456
|
autoHide: {
|
|
424
457
|
type: import("vue").PropType<boolean>;
|
|
425
458
|
default: boolean;
|
|
@@ -465,6 +498,10 @@ declare const _default: {
|
|
|
465
498
|
type: import("vue").PropType<number>;
|
|
466
499
|
default: number;
|
|
467
500
|
};
|
|
501
|
+
container: {
|
|
502
|
+
type: import("vue").PropType<string>;
|
|
503
|
+
default: any;
|
|
504
|
+
};
|
|
468
505
|
autoHide: {
|
|
469
506
|
type: import("vue").PropType<boolean>;
|
|
470
507
|
default: boolean;
|
|
@@ -496,6 +533,7 @@ declare const _default: {
|
|
|
496
533
|
placement: import("floating-vue").Placement;
|
|
497
534
|
disabled: boolean;
|
|
498
535
|
distance: number;
|
|
536
|
+
container: string;
|
|
499
537
|
autoHide: boolean;
|
|
500
538
|
popperClass: string;
|
|
501
539
|
isOpen: boolean;
|
|
@@ -1757,6 +1795,7 @@ declare const _default: {
|
|
|
1757
1795
|
default: string;
|
|
1758
1796
|
};
|
|
1759
1797
|
}>> & {
|
|
1798
|
+
onClearSearch?: () => any;
|
|
1760
1799
|
onSortableItemDragged?: (event: {
|
|
1761
1800
|
id: string;
|
|
1762
1801
|
newIndex: number;
|
|
@@ -1766,7 +1805,6 @@ declare const _default: {
|
|
|
1766
1805
|
"onUpdate:selectedId"?: (id: string | number) => any;
|
|
1767
1806
|
"onUpdate:selectedChildId"?: (id: string | number) => any;
|
|
1768
1807
|
"onUpdate:search"?: (query: string) => any;
|
|
1769
|
-
onClearSearch?: () => any;
|
|
1770
1808
|
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "search" | "testId" | "isLoading" | "displayValue" | "searchPlaceholder" | "items" | "selectedChildId" | "searchHandler" | "openId" | "selectedId" | "showSearch" | "loadingRowCount" | "emptyStateTitle">;
|
|
1771
1809
|
$attrs: {
|
|
1772
1810
|
[x: string]: unknown;
|
|
@@ -1840,6 +1878,7 @@ declare const _default: {
|
|
|
1840
1878
|
default: string;
|
|
1841
1879
|
};
|
|
1842
1880
|
}>> & {
|
|
1881
|
+
onClearSearch?: () => any;
|
|
1843
1882
|
onSortableItemDragged?: (event: {
|
|
1844
1883
|
id: string;
|
|
1845
1884
|
newIndex: number;
|
|
@@ -1849,7 +1888,6 @@ declare const _default: {
|
|
|
1849
1888
|
"onUpdate:selectedId"?: (id: string | number) => any;
|
|
1850
1889
|
"onUpdate:selectedChildId"?: (id: string | number) => any;
|
|
1851
1890
|
"onUpdate:search"?: (query: string) => any;
|
|
1852
|
-
onClearSearch?: () => any;
|
|
1853
1891
|
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
1854
1892
|
sortableItemDragged: (event: {
|
|
1855
1893
|
id: string;
|
|
@@ -1951,6 +1989,7 @@ declare const _default: {
|
|
|
1951
1989
|
default: string;
|
|
1952
1990
|
};
|
|
1953
1991
|
}>> & {
|
|
1992
|
+
onClearSearch?: () => any;
|
|
1954
1993
|
onSortableItemDragged?: (event: {
|
|
1955
1994
|
id: string;
|
|
1956
1995
|
newIndex: number;
|
|
@@ -1960,7 +1999,6 @@ declare const _default: {
|
|
|
1960
1999
|
"onUpdate:selectedId"?: (id: string | number) => any;
|
|
1961
2000
|
"onUpdate:selectedChildId"?: (id: string | number) => any;
|
|
1962
2001
|
"onUpdate:search"?: (query: string) => any;
|
|
1963
|
-
onClearSearch?: () => any;
|
|
1964
2002
|
} & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {};
|
|
1965
2003
|
__isFragment?: never;
|
|
1966
2004
|
__isTeleport?: never;
|
|
@@ -2021,6 +2059,7 @@ declare const _default: {
|
|
|
2021
2059
|
default: string;
|
|
2022
2060
|
};
|
|
2023
2061
|
}>> & {
|
|
2062
|
+
onClearSearch?: () => any;
|
|
2024
2063
|
onSortableItemDragged?: (event: {
|
|
2025
2064
|
id: string;
|
|
2026
2065
|
newIndex: number;
|
|
@@ -2030,7 +2069,6 @@ declare const _default: {
|
|
|
2030
2069
|
"onUpdate:selectedId"?: (id: string | number) => any;
|
|
2031
2070
|
"onUpdate:selectedChildId"?: (id: string | number) => any;
|
|
2032
2071
|
"onUpdate:search"?: (query: string) => any;
|
|
2033
|
-
onClearSearch?: () => any;
|
|
2034
2072
|
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
2035
2073
|
sortableItemDragged: (event: {
|
|
2036
2074
|
id: string;
|
|
@@ -2139,6 +2177,7 @@ declare const _default: {
|
|
|
2139
2177
|
default: string;
|
|
2140
2178
|
};
|
|
2141
2179
|
}>> & {
|
|
2180
|
+
onClearSearch?: () => any;
|
|
2142
2181
|
onSortableItemDragged?: (event: {
|
|
2143
2182
|
id: string;
|
|
2144
2183
|
newIndex: number;
|
|
@@ -2148,7 +2187,6 @@ declare const _default: {
|
|
|
2148
2187
|
"onUpdate:selectedId"?: (id: string | number) => any;
|
|
2149
2188
|
"onUpdate:selectedChildId"?: (id: string | number) => any;
|
|
2150
2189
|
"onUpdate:search"?: (query: string) => any;
|
|
2151
|
-
onClearSearch?: () => any;
|
|
2152
2190
|
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "search" | "testId" | "isLoading" | "displayValue" | "searchPlaceholder" | "items" | "selectedChildId" | "searchHandler" | "openId" | "selectedId" | "showSearch" | "loadingRowCount" | "emptyStateTitle">;
|
|
2153
2191
|
$attrs: {
|
|
2154
2192
|
[x: string]: unknown;
|
|
@@ -2222,6 +2260,7 @@ declare const _default: {
|
|
|
2222
2260
|
default: string;
|
|
2223
2261
|
};
|
|
2224
2262
|
}>> & {
|
|
2263
|
+
onClearSearch?: () => any;
|
|
2225
2264
|
onSortableItemDragged?: (event: {
|
|
2226
2265
|
id: string;
|
|
2227
2266
|
newIndex: number;
|
|
@@ -2231,7 +2270,6 @@ declare const _default: {
|
|
|
2231
2270
|
"onUpdate:selectedId"?: (id: string | number) => any;
|
|
2232
2271
|
"onUpdate:selectedChildId"?: (id: string | number) => any;
|
|
2233
2272
|
"onUpdate:search"?: (query: string) => any;
|
|
2234
|
-
onClearSearch?: () => any;
|
|
2235
2273
|
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
2236
2274
|
sortableItemDragged: (event: {
|
|
2237
2275
|
id: string;
|
|
@@ -2333,6 +2371,7 @@ declare const _default: {
|
|
|
2333
2371
|
default: string;
|
|
2334
2372
|
};
|
|
2335
2373
|
}>> & {
|
|
2374
|
+
onClearSearch?: () => any;
|
|
2336
2375
|
onSortableItemDragged?: (event: {
|
|
2337
2376
|
id: string;
|
|
2338
2377
|
newIndex: number;
|
|
@@ -2342,7 +2381,6 @@ declare const _default: {
|
|
|
2342
2381
|
"onUpdate:selectedId"?: (id: string | number) => any;
|
|
2343
2382
|
"onUpdate:selectedChildId"?: (id: string | number) => any;
|
|
2344
2383
|
"onUpdate:search"?: (query: string) => any;
|
|
2345
|
-
onClearSearch?: () => any;
|
|
2346
2384
|
} & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {};
|
|
2347
2385
|
__isFragment?: never;
|
|
2348
2386
|
__isTeleport?: never;
|
|
@@ -2403,6 +2441,7 @@ declare const _default: {
|
|
|
2403
2441
|
default: string;
|
|
2404
2442
|
};
|
|
2405
2443
|
}>> & {
|
|
2444
|
+
onClearSearch?: () => any;
|
|
2406
2445
|
onSortableItemDragged?: (event: {
|
|
2407
2446
|
id: string;
|
|
2408
2447
|
newIndex: number;
|
|
@@ -2412,7 +2451,6 @@ declare const _default: {
|
|
|
2412
2451
|
"onUpdate:selectedId"?: (id: string | number) => any;
|
|
2413
2452
|
"onUpdate:selectedChildId"?: (id: string | number) => any;
|
|
2414
2453
|
"onUpdate:search"?: (query: string) => any;
|
|
2415
|
-
onClearSearch?: () => any;
|
|
2416
2454
|
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
2417
2455
|
sortableItemDragged: (event: {
|
|
2418
2456
|
id: string;
|
|
@@ -5734,7 +5772,7 @@ declare const _default: {
|
|
|
5734
5772
|
}>;
|
|
5735
5773
|
$root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
|
|
5736
5774
|
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
|
|
5737
|
-
$emit: ((event: "onScroll", event: Event) => void) & ((event: "selectAll", value: boolean) => void) & ((event: "
|
|
5775
|
+
$emit: ((event: "onScroll", event: Event) => void) & ((event: "selectAll", value: boolean) => void) & ((event: "onClearSearch") => void) & ((event: "update:search", query: string) => void) & ((event: "update:sort", newSort: tableV3.Sort) => void) & ((event: "saveRow", args_0: import("./components/table/common/Table.types").SaveRowEvent) => void) & ((event: "loadMore") => void) & ((event: "update:selection", selection: unknown[]) => void) & ((event: "selectRow", value: boolean) => void) & ((event: "clickRow", rowIndex: number) => void);
|
|
5738
5776
|
$el: any;
|
|
5739
5777
|
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
5740
5778
|
sort: {
|
|
@@ -6503,7 +6541,7 @@ declare const _default: {
|
|
|
6503
6541
|
}>;
|
|
6504
6542
|
$root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
|
|
6505
6543
|
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
|
|
6506
|
-
$emit: ((event: "onScroll", event: Event) => void) & ((event: "selectAll", value: boolean) => void) & ((event: "
|
|
6544
|
+
$emit: ((event: "onScroll", event: Event) => void) & ((event: "selectAll", value: boolean) => void) & ((event: "onClearSearch") => void) & ((event: "update:search", query: string) => void) & ((event: "update:sort", newSort: tableV3.Sort) => void) & ((event: "saveRow", args_0: import("./components/table/common/Table.types").SaveRowEvent) => void) & ((event: "loadMore") => void) & ((event: "update:selection", selection: unknown[]) => void) & ((event: "selectRow", value: boolean) => void) & ((event: "clickRow", rowIndex: number) => void);
|
|
6507
6545
|
$el: any;
|
|
6508
6546
|
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
6509
6547
|
sort: {
|
|
@@ -7240,7 +7278,7 @@ declare const _default: {
|
|
|
7240
7278
|
}>;
|
|
7241
7279
|
$root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
|
|
7242
7280
|
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
|
|
7243
|
-
$emit: ((event: "onScroll", scrollTop: number) => void) & ((event: "
|
|
7281
|
+
$emit: ((event: "onScroll", scrollTop: number) => void) & ((event: "onClearSearch") => void) & ((event: "update:search", query: string) => void) & ((event: "saveRow", args_0: import("./components/table/common/Table.types").SaveRowEvent & {
|
|
7244
7282
|
tableIndex: number;
|
|
7245
7283
|
}) => void) & ((event: "clickRow", rowIndex: number, tableIndex: number) => void);
|
|
7246
7284
|
$el: any;
|
|
@@ -7788,7 +7826,7 @@ declare const _default: {
|
|
|
7788
7826
|
}>;
|
|
7789
7827
|
$root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
|
|
7790
7828
|
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
|
|
7791
|
-
$emit: ((event: "onScroll", scrollTop: number) => void) & ((event: "
|
|
7829
|
+
$emit: ((event: "onScroll", scrollTop: number) => void) & ((event: "onClearSearch") => void) & ((event: "update:search", query: string) => void) & ((event: "saveRow", args_0: import("./components/table/common/Table.types").SaveRowEvent & {
|
|
7792
7830
|
tableIndex: number;
|
|
7793
7831
|
}) => void) & ((event: "clickRow", rowIndex: number, tableIndex: number) => void);
|
|
7794
7832
|
$el: any;
|
|
@@ -15910,7 +15948,6 @@ declare const _default: {
|
|
|
15910
15948
|
modelValue: any;
|
|
15911
15949
|
selected: any;
|
|
15912
15950
|
valueToCopy: string;
|
|
15913
|
-
onClear: () => void;
|
|
15914
15951
|
placeholder: string;
|
|
15915
15952
|
multi: boolean;
|
|
15916
15953
|
showSelectAll: boolean;
|
|
@@ -15931,6 +15968,7 @@ declare const _default: {
|
|
|
15931
15968
|
onSearch: (option: any, term: string) => boolean;
|
|
15932
15969
|
noResultsText: string;
|
|
15933
15970
|
searchAutoFocus: boolean;
|
|
15971
|
+
onClearSearch: () => void;
|
|
15934
15972
|
optionNameKey: string;
|
|
15935
15973
|
optionIconKey: string;
|
|
15936
15974
|
optionImageKey: string;
|
|
@@ -16018,10 +16056,6 @@ declare const _default: {
|
|
|
16018
16056
|
type: import("vue").PropType<unknown[]>;
|
|
16019
16057
|
required: true;
|
|
16020
16058
|
};
|
|
16021
|
-
onClear: {
|
|
16022
|
-
type: import("vue").PropType<() => void>;
|
|
16023
|
-
default: () => true;
|
|
16024
|
-
};
|
|
16025
16059
|
placeholder: {
|
|
16026
16060
|
type: import("vue").PropType<string>;
|
|
16027
16061
|
default: string;
|
|
@@ -16102,6 +16136,10 @@ declare const _default: {
|
|
|
16102
16136
|
type: import("vue").PropType<boolean>;
|
|
16103
16137
|
default: boolean;
|
|
16104
16138
|
};
|
|
16139
|
+
onClearSearch: {
|
|
16140
|
+
type: import("vue").PropType<() => void>;
|
|
16141
|
+
default: () => true;
|
|
16142
|
+
};
|
|
16105
16143
|
displayValue: {
|
|
16106
16144
|
type: import("vue").PropType<(option: unknown) => string>;
|
|
16107
16145
|
required: true;
|
|
@@ -16196,7 +16234,7 @@ declare const _default: {
|
|
|
16196
16234
|
onOnsearch?: (value: string) => any;
|
|
16197
16235
|
onOpened?: () => any;
|
|
16198
16236
|
onClosed?: () => any;
|
|
16199
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "theme" | "testId" | "placement" | "disabled" | "distance" | "container" | "popperClass" | "size" | "flip" | "mandatory" | "skidding" | "modelValue" | "selected" | "valueToCopy" | "
|
|
16237
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "theme" | "testId" | "placement" | "disabled" | "distance" | "container" | "popperClass" | "size" | "flip" | "mandatory" | "skidding" | "modelValue" | "selected" | "valueToCopy" | "placeholder" | "multi" | "showSelectAll" | "defaultOpen" | "keepOpen" | "autoSize" | "disableKeyboardEvents" | "isOnTop" | "triggerLabel" | "triggerHelperText" | "triggerFeedbackText" | "triggerFeedbackVariant" | "triggerFeedbackShowIcon" | "triggerShowAllSelectedText" | "predefinedTrigger" | "inlineSearch" | "inlineSearchPlaceholder" | "onSearch" | "noResultsText" | "searchAutoFocus" | "onClearSearch" | "optionNameKey" | "optionIconKey" | "optionImageKey" | "optionIconType" | "optionEndIconKey" | "optionEndIconType" | "optionsEndTextIconKey" | "optionFlagKey" | "disabledOptionKey" | "optionTwoLinesVariant" | "optionTwoLinesKey" | "groupedOptions" | "comparingKey" | "customNumberOfDisplayedOptions" | "fullWidth" | "optionsListWidth" | "statusType" | "disableVirtualScroll" | "overrideOptionCountCalculation" | "withConditions">;
|
|
16200
16238
|
$attrs: {
|
|
16201
16239
|
[x: string]: unknown;
|
|
16202
16240
|
};
|
|
@@ -16277,10 +16315,6 @@ declare const _default: {
|
|
|
16277
16315
|
type: import("vue").PropType<unknown[]>;
|
|
16278
16316
|
required: true;
|
|
16279
16317
|
};
|
|
16280
|
-
onClear: {
|
|
16281
|
-
type: import("vue").PropType<() => void>;
|
|
16282
|
-
default: () => true;
|
|
16283
|
-
};
|
|
16284
16318
|
placeholder: {
|
|
16285
16319
|
type: import("vue").PropType<string>;
|
|
16286
16320
|
default: string;
|
|
@@ -16361,6 +16395,10 @@ declare const _default: {
|
|
|
16361
16395
|
type: import("vue").PropType<boolean>;
|
|
16362
16396
|
default: boolean;
|
|
16363
16397
|
};
|
|
16398
|
+
onClearSearch: {
|
|
16399
|
+
type: import("vue").PropType<() => void>;
|
|
16400
|
+
default: () => true;
|
|
16401
|
+
};
|
|
16364
16402
|
displayValue: {
|
|
16365
16403
|
type: import("vue").PropType<(option: unknown) => string>;
|
|
16366
16404
|
required: true;
|
|
@@ -16483,7 +16521,6 @@ declare const _default: {
|
|
|
16483
16521
|
modelValue: any;
|
|
16484
16522
|
selected: any;
|
|
16485
16523
|
valueToCopy: string;
|
|
16486
|
-
onClear: () => void;
|
|
16487
16524
|
placeholder: string;
|
|
16488
16525
|
multi: boolean;
|
|
16489
16526
|
showSelectAll: boolean;
|
|
@@ -16504,6 +16541,7 @@ declare const _default: {
|
|
|
16504
16541
|
onSearch: (option: any, term: string) => boolean;
|
|
16505
16542
|
noResultsText: string;
|
|
16506
16543
|
searchAutoFocus: boolean;
|
|
16544
|
+
onClearSearch: () => void;
|
|
16507
16545
|
optionNameKey: string;
|
|
16508
16546
|
optionIconKey: string;
|
|
16509
16547
|
optionImageKey: string;
|
|
@@ -16611,10 +16649,6 @@ declare const _default: {
|
|
|
16611
16649
|
type: import("vue").PropType<unknown[]>;
|
|
16612
16650
|
required: true;
|
|
16613
16651
|
};
|
|
16614
|
-
onClear: {
|
|
16615
|
-
type: import("vue").PropType<() => void>;
|
|
16616
|
-
default: () => true;
|
|
16617
|
-
};
|
|
16618
16652
|
placeholder: {
|
|
16619
16653
|
type: import("vue").PropType<string>;
|
|
16620
16654
|
default: string;
|
|
@@ -16695,6 +16729,10 @@ declare const _default: {
|
|
|
16695
16729
|
type: import("vue").PropType<boolean>;
|
|
16696
16730
|
default: boolean;
|
|
16697
16731
|
};
|
|
16732
|
+
onClearSearch: {
|
|
16733
|
+
type: import("vue").PropType<() => void>;
|
|
16734
|
+
default: () => true;
|
|
16735
|
+
};
|
|
16698
16736
|
displayValue: {
|
|
16699
16737
|
type: import("vue").PropType<(option: unknown) => string>;
|
|
16700
16738
|
required: true;
|
|
@@ -16863,10 +16901,6 @@ declare const _default: {
|
|
|
16863
16901
|
type: import("vue").PropType<unknown[]>;
|
|
16864
16902
|
required: true;
|
|
16865
16903
|
};
|
|
16866
|
-
onClear: {
|
|
16867
|
-
type: import("vue").PropType<() => void>;
|
|
16868
|
-
default: () => true;
|
|
16869
|
-
};
|
|
16870
16904
|
placeholder: {
|
|
16871
16905
|
type: import("vue").PropType<string>;
|
|
16872
16906
|
default: string;
|
|
@@ -16947,6 +16981,10 @@ declare const _default: {
|
|
|
16947
16981
|
type: import("vue").PropType<boolean>;
|
|
16948
16982
|
default: boolean;
|
|
16949
16983
|
};
|
|
16984
|
+
onClearSearch: {
|
|
16985
|
+
type: import("vue").PropType<() => void>;
|
|
16986
|
+
default: () => true;
|
|
16987
|
+
};
|
|
16950
16988
|
displayValue: {
|
|
16951
16989
|
type: import("vue").PropType<(option: unknown) => string>;
|
|
16952
16990
|
required: true;
|
|
@@ -17069,7 +17107,6 @@ declare const _default: {
|
|
|
17069
17107
|
modelValue: any;
|
|
17070
17108
|
selected: any;
|
|
17071
17109
|
valueToCopy: string;
|
|
17072
|
-
onClear: () => void;
|
|
17073
17110
|
placeholder: string;
|
|
17074
17111
|
multi: boolean;
|
|
17075
17112
|
showSelectAll: boolean;
|
|
@@ -17090,6 +17127,7 @@ declare const _default: {
|
|
|
17090
17127
|
onSearch: (option: any, term: string) => boolean;
|
|
17091
17128
|
noResultsText: string;
|
|
17092
17129
|
searchAutoFocus: boolean;
|
|
17130
|
+
onClearSearch: () => void;
|
|
17093
17131
|
optionNameKey: string;
|
|
17094
17132
|
optionIconKey: string;
|
|
17095
17133
|
optionImageKey: string;
|
|
@@ -20370,7 +20408,6 @@ declare const _default: {
|
|
|
20370
20408
|
modelValue: any;
|
|
20371
20409
|
selected: any;
|
|
20372
20410
|
valueToCopy: string;
|
|
20373
|
-
onClear: () => void;
|
|
20374
20411
|
placeholder: string;
|
|
20375
20412
|
multi: boolean;
|
|
20376
20413
|
showSelectAll: boolean;
|
|
@@ -20391,6 +20428,7 @@ declare const _default: {
|
|
|
20391
20428
|
onSearch: (option: any, term: string) => boolean;
|
|
20392
20429
|
noResultsText: string;
|
|
20393
20430
|
searchAutoFocus: boolean;
|
|
20431
|
+
onClearSearch: () => void;
|
|
20394
20432
|
optionNameKey: string;
|
|
20395
20433
|
optionIconKey: string;
|
|
20396
20434
|
optionImageKey: string;
|
|
@@ -20478,10 +20516,6 @@ declare const _default: {
|
|
|
20478
20516
|
type: import("vue").PropType<unknown[]>;
|
|
20479
20517
|
required: true;
|
|
20480
20518
|
};
|
|
20481
|
-
onClear: {
|
|
20482
|
-
type: import("vue").PropType<() => void>;
|
|
20483
|
-
default: () => true;
|
|
20484
|
-
};
|
|
20485
20519
|
placeholder: {
|
|
20486
20520
|
type: import("vue").PropType<string>;
|
|
20487
20521
|
default: string;
|
|
@@ -20562,6 +20596,10 @@ declare const _default: {
|
|
|
20562
20596
|
type: import("vue").PropType<boolean>;
|
|
20563
20597
|
default: boolean;
|
|
20564
20598
|
};
|
|
20599
|
+
onClearSearch: {
|
|
20600
|
+
type: import("vue").PropType<() => void>;
|
|
20601
|
+
default: () => true;
|
|
20602
|
+
};
|
|
20565
20603
|
displayValue: {
|
|
20566
20604
|
type: import("vue").PropType<(option: unknown) => string>;
|
|
20567
20605
|
required: true;
|
|
@@ -20656,7 +20694,7 @@ declare const _default: {
|
|
|
20656
20694
|
onOnsearch?: (value: string) => any;
|
|
20657
20695
|
onOpened?: () => any;
|
|
20658
20696
|
onClosed?: () => any;
|
|
20659
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "theme" | "testId" | "placement" | "disabled" | "distance" | "container" | "popperClass" | "size" | "flip" | "mandatory" | "skidding" | "modelValue" | "selected" | "valueToCopy" | "
|
|
20697
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "theme" | "testId" | "placement" | "disabled" | "distance" | "container" | "popperClass" | "size" | "flip" | "mandatory" | "skidding" | "modelValue" | "selected" | "valueToCopy" | "placeholder" | "multi" | "showSelectAll" | "defaultOpen" | "keepOpen" | "autoSize" | "disableKeyboardEvents" | "isOnTop" | "triggerLabel" | "triggerHelperText" | "triggerFeedbackText" | "triggerFeedbackVariant" | "triggerFeedbackShowIcon" | "triggerShowAllSelectedText" | "predefinedTrigger" | "inlineSearch" | "inlineSearchPlaceholder" | "onSearch" | "noResultsText" | "searchAutoFocus" | "onClearSearch" | "optionNameKey" | "optionIconKey" | "optionImageKey" | "optionIconType" | "optionEndIconKey" | "optionEndIconType" | "optionsEndTextIconKey" | "optionFlagKey" | "disabledOptionKey" | "optionTwoLinesVariant" | "optionTwoLinesKey" | "groupedOptions" | "comparingKey" | "customNumberOfDisplayedOptions" | "fullWidth" | "optionsListWidth" | "statusType" | "disableVirtualScroll" | "overrideOptionCountCalculation" | "withConditions">;
|
|
20660
20698
|
$attrs: {
|
|
20661
20699
|
[x: string]: unknown;
|
|
20662
20700
|
};
|
|
@@ -20737,10 +20775,6 @@ declare const _default: {
|
|
|
20737
20775
|
type: import("vue").PropType<unknown[]>;
|
|
20738
20776
|
required: true;
|
|
20739
20777
|
};
|
|
20740
|
-
onClear: {
|
|
20741
|
-
type: import("vue").PropType<() => void>;
|
|
20742
|
-
default: () => true;
|
|
20743
|
-
};
|
|
20744
20778
|
placeholder: {
|
|
20745
20779
|
type: import("vue").PropType<string>;
|
|
20746
20780
|
default: string;
|
|
@@ -20821,6 +20855,10 @@ declare const _default: {
|
|
|
20821
20855
|
type: import("vue").PropType<boolean>;
|
|
20822
20856
|
default: boolean;
|
|
20823
20857
|
};
|
|
20858
|
+
onClearSearch: {
|
|
20859
|
+
type: import("vue").PropType<() => void>;
|
|
20860
|
+
default: () => true;
|
|
20861
|
+
};
|
|
20824
20862
|
displayValue: {
|
|
20825
20863
|
type: import("vue").PropType<(option: unknown) => string>;
|
|
20826
20864
|
required: true;
|
|
@@ -20943,7 +20981,6 @@ declare const _default: {
|
|
|
20943
20981
|
modelValue: any;
|
|
20944
20982
|
selected: any;
|
|
20945
20983
|
valueToCopy: string;
|
|
20946
|
-
onClear: () => void;
|
|
20947
20984
|
placeholder: string;
|
|
20948
20985
|
multi: boolean;
|
|
20949
20986
|
showSelectAll: boolean;
|
|
@@ -20964,6 +21001,7 @@ declare const _default: {
|
|
|
20964
21001
|
onSearch: (option: any, term: string) => boolean;
|
|
20965
21002
|
noResultsText: string;
|
|
20966
21003
|
searchAutoFocus: boolean;
|
|
21004
|
+
onClearSearch: () => void;
|
|
20967
21005
|
optionNameKey: string;
|
|
20968
21006
|
optionIconKey: string;
|
|
20969
21007
|
optionImageKey: string;
|
|
@@ -21071,10 +21109,6 @@ declare const _default: {
|
|
|
21071
21109
|
type: import("vue").PropType<unknown[]>;
|
|
21072
21110
|
required: true;
|
|
21073
21111
|
};
|
|
21074
|
-
onClear: {
|
|
21075
|
-
type: import("vue").PropType<() => void>;
|
|
21076
|
-
default: () => true;
|
|
21077
|
-
};
|
|
21078
21112
|
placeholder: {
|
|
21079
21113
|
type: import("vue").PropType<string>;
|
|
21080
21114
|
default: string;
|
|
@@ -21155,6 +21189,10 @@ declare const _default: {
|
|
|
21155
21189
|
type: import("vue").PropType<boolean>;
|
|
21156
21190
|
default: boolean;
|
|
21157
21191
|
};
|
|
21192
|
+
onClearSearch: {
|
|
21193
|
+
type: import("vue").PropType<() => void>;
|
|
21194
|
+
default: () => true;
|
|
21195
|
+
};
|
|
21158
21196
|
displayValue: {
|
|
21159
21197
|
type: import("vue").PropType<(option: unknown) => string>;
|
|
21160
21198
|
required: true;
|
|
@@ -21323,10 +21361,6 @@ declare const _default: {
|
|
|
21323
21361
|
type: import("vue").PropType<unknown[]>;
|
|
21324
21362
|
required: true;
|
|
21325
21363
|
};
|
|
21326
|
-
onClear: {
|
|
21327
|
-
type: import("vue").PropType<() => void>;
|
|
21328
|
-
default: () => true;
|
|
21329
|
-
};
|
|
21330
21364
|
placeholder: {
|
|
21331
21365
|
type: import("vue").PropType<string>;
|
|
21332
21366
|
default: string;
|
|
@@ -21407,6 +21441,10 @@ declare const _default: {
|
|
|
21407
21441
|
type: import("vue").PropType<boolean>;
|
|
21408
21442
|
default: boolean;
|
|
21409
21443
|
};
|
|
21444
|
+
onClearSearch: {
|
|
21445
|
+
type: import("vue").PropType<() => void>;
|
|
21446
|
+
default: () => true;
|
|
21447
|
+
};
|
|
21410
21448
|
displayValue: {
|
|
21411
21449
|
type: import("vue").PropType<(option: unknown) => string>;
|
|
21412
21450
|
required: true;
|
|
@@ -21529,7 +21567,6 @@ declare const _default: {
|
|
|
21529
21567
|
modelValue: any;
|
|
21530
21568
|
selected: any;
|
|
21531
21569
|
valueToCopy: string;
|
|
21532
|
-
onClear: () => void;
|
|
21533
21570
|
placeholder: string;
|
|
21534
21571
|
multi: boolean;
|
|
21535
21572
|
showSelectAll: boolean;
|
|
@@ -21550,6 +21587,7 @@ declare const _default: {
|
|
|
21550
21587
|
onSearch: (option: any, term: string) => boolean;
|
|
21551
21588
|
noResultsText: string;
|
|
21552
21589
|
searchAutoFocus: boolean;
|
|
21590
|
+
onClearSearch: () => void;
|
|
21553
21591
|
optionNameKey: string;
|
|
21554
21592
|
optionIconKey: string;
|
|
21555
21593
|
optionImageKey: string;
|
package/package.json
CHANGED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
.v-enter-active[data-v-5c7bcf85],.v-leave-active[data-v-5c7bcf85]{transition:opacity .25s ease}ol[data-v-5c7bcf85],ul[data-v-5c7bcf85],menu[data-v-5c7bcf85]{list-style:none;margin:0;padding:0}.dropdown.full-width[data-v-5c7bcf85],.dropdown.full-width .button__container[data-v-5c7bcf85]{width:100%}.dropdown-list-wrapper[data-v-5c7bcf85]{display:flex;flex-direction:column;padding:.5rem .5rem .25rem}.dropdown-list-wrapper--multi[data-v-5c7bcf85]{padding:.5rem}.list-container--multi[data-v-5c7bcf85]{margin-bottom:0}.inline-search .inline-search-wrapper[data-v-5c7bcf85]{display:flex;gap:4px;padding-bottom:.25rem}.inline-search .inline-search-wrapper .search-container[data-v-5c7bcf85]{width:100%}.inline-search .list-container[data-v-5c7bcf85]{padding-top:0}.no-result-container[data-v-5c7bcf85]{height:100%;display:flex;align-items:center;padding:.375rem .5rem;color:var(--text-disabled)}.no-result[data-v-5c7bcf85]{color:var(--text-disabled);padding-left:.5rem}.list[data-v-5c7bcf85]{outline:none;display:flex;flex-direction:column;width:100%;min-height:2rem}.list--multi[data-v-5c7bcf85]{margin-bottom:.5rem;border-bottom-left-radius:0;border-bottom-right-radius:0}.list--with-conditions[data-v-5c7bcf85]{min-height:0;margin-bottom:0}.image-slot[data-v-5c7bcf85]{margin-right:.5rem}.actions-wrapper[data-v-5c7bcf85]{display:flex;width:100%;padding:.5rem .5rem .5rem .125rem;padding-bottom:0;border-top:1px solid var(--common-divider);justify-content:space-between;margin-top:.25rem}.apply-button[data-v-5c7bcf85]{margin-left:.5rem}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
div[data-v-052bc376]{display:block}
|