@ironsource/shared-ui 2.2.0-rc.17 → 2.2.0-rc.19
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/ColumnPicker.vue_vue_type_style_index_0_scoped_d59af062_lang.css +1 -0
- package/components/columnPicker/ColumnPicker.vue.d.ts +2 -2
- package/components/columnPicker/ColumnPicker.vue.js +3 -3
- package/components/columnPicker/ColumnPicker.vue2.js +51 -51
- package/components/columnPicker/index.d.ts +7 -7
- package/index.js +1 -1
- package/package.json +1 -1
- package/ColumnPicker.vue_vue_type_style_index_0_scoped_77c2a074_lang.css +0 -1
|
@@ -0,0 +1 @@
|
|
|
1
|
+
.column-picker[data-v-d59af062]{width:37.375rem;border-radius:var(--border-radius-lg);background:var(--background-modal-elevation)}.content[data-v-d59af062]{min-height:18.75rem;display:grid;grid-template-columns:1fr 1fr}.selected-list-wrapper[data-v-d59af062]{padding:.25rem 1rem 1rem}.scrollable-list[data-v-d59af062]{overflow-y:auto;max-height:24.625rem}.search-wrapper[data-v-d59af062]{height:3rem;padding:1rem 1rem .25rem}.options-list-wrapper[data-v-d59af062]{border-right:1px solid var(--common-divider)}.options-list[data-v-d59af062]{margin:0;list-style:none;padding:.3125rem .75rem}.options-list__item[data-v-d59af062]{margin-bottom:.5rem}.options-list[data-v-d59af062] .item-container{margin-bottom:1px;min-height:1.9375rem}.selected-list-header[data-v-d59af062]{height:3rem;padding:.25rem 1rem 0;display:flex;justify-content:space-between;align-items:center}.group-name[data-v-d59af062]{color:var(--text-secondary)}.inline-group[data-v-d59af062]{padding:.25rem .5rem}.no-result-container[data-v-d59af062]{height:100%;display:flex;align-items:center;padding:.375rem .5rem;color:var(--text-disabled)}
|
|
@@ -34,7 +34,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
34
34
|
testId: string;
|
|
35
35
|
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
36
36
|
"update:selected": (value: unknown[]) => void;
|
|
37
|
-
|
|
37
|
+
trackUserActivity: (isResetToDefault: boolean, isSearched: boolean, isExpanded: boolean, isCollapse: boolean, status: "Cancel" | "Save") => void;
|
|
38
38
|
}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
|
|
39
39
|
selected: unknown[];
|
|
40
40
|
options: Record<string, unknown>[];
|
|
@@ -71,7 +71,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
71
71
|
testId: string;
|
|
72
72
|
}>>> & {
|
|
73
73
|
"onUpdate:selected"?: (value: unknown[]) => any;
|
|
74
|
-
|
|
74
|
+
onTrackUserActivity?: (isResetToDefault: boolean, isSearched: boolean, isExpanded: boolean, isCollapse: boolean, status: "Cancel" | "Save") => any;
|
|
75
75
|
}, {
|
|
76
76
|
testId: string;
|
|
77
77
|
selected: unknown[];
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import o from "./ColumnPicker.vue2.js";
|
|
2
2
|
/* empty css */import e from "../../_virtual/_plugin-vue_export-helper.js";
|
|
3
|
-
// import "../../ColumnPicker.
|
|
4
|
-
const
|
|
3
|
+
// import "../../ColumnPicker.vue_vue_type_style_index_0_scoped_d59af062_lang.css"; //*');
|
|
4
|
+
const c = /* @__PURE__ */ e(o, [["__scopeId", "data-v-d59af062"]]);
|
|
5
5
|
export {
|
|
6
|
-
|
|
6
|
+
c as default
|
|
7
7
|
};
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import "../../ColumnPicker.
|
|
1
|
+
import "../../ColumnPicker.vue_vue_type_style_index_0_scoped_d59af062_lang.css"; import { defineComponent as re, ref as c, watch as H, computed as m, provide as ue, openBlock as d, createElementBlock as f, Fragment as x, renderSlot as ce, createVNode as r, unref as n, withCtx as p, createElementVNode as u, mergeProps as me, renderList as P, withModifiers as J, createTextVNode as T, toDisplayString as A, withDirectives as fe, createBlock as X, vShow as pe, createCommentVNode as Y, isRef as ve } from "vue";
|
|
2
2
|
import ye from "./OptionChip.vue.js";
|
|
3
3
|
import "../dropdown/v4/DropdownV4.vue.js";
|
|
4
4
|
import "../dropdown/v4/DefaultDropdownTrigger.vue.js";
|
|
@@ -13,9 +13,9 @@ import "../dropdown/v4/ConditionalDropdown.vue.js";
|
|
|
13
13
|
import { DropdownContext as he } from "../dropdown/common/DropdownContext.js";
|
|
14
14
|
import L from "../typography/v4/Typography.vue.js";
|
|
15
15
|
import ge from "../dialog/v4/DialogV4.vue.js";
|
|
16
|
-
import
|
|
17
|
-
import
|
|
18
|
-
import
|
|
16
|
+
import ke from "../sortableList/SortableList.vue.js";
|
|
17
|
+
import Se from "../link/Link.vue.js";
|
|
18
|
+
import Ke from "../search/v4/SearchV4.vue.js";
|
|
19
19
|
import { matchString as Ce } from "../../utils/search.js";
|
|
20
20
|
import "../button/v4/ButtonV4.vue.js";
|
|
21
21
|
import be from "../button/v4/IconButtonV4.vue.js";
|
|
@@ -30,7 +30,7 @@ const Ie = { class: "content" }, Oe = { class: "options-list-wrapper" }, Re = {
|
|
|
30
30
|
}, Be = ["onClick"], De = {
|
|
31
31
|
key: 0,
|
|
32
32
|
class: "no-result-container"
|
|
33
|
-
}, Ge = { class: "selected-list-header" }, Pe = { class: "selected-list-wrapper scrollable-list" }, ot = /* @__PURE__ */
|
|
33
|
+
}, Ge = { class: "selected-list-header" }, Pe = { class: "selected-list-wrapper scrollable-list" }, ot = /* @__PURE__ */ re({
|
|
34
34
|
__name: "ColumnPicker",
|
|
35
35
|
props: {
|
|
36
36
|
selected: { default: () => [] },
|
|
@@ -50,17 +50,17 @@ const Ie = { class: "content" }, Oe = { class: "options-list-wrapper" }, Re = {
|
|
|
50
50
|
appendToBody: { type: Boolean, default: !0 },
|
|
51
51
|
testId: { default: "" }
|
|
52
52
|
},
|
|
53
|
-
emits: ["update:selected", "
|
|
53
|
+
emits: ["update:selected", "trackUserActivity"],
|
|
54
54
|
setup(s, { emit: I }) {
|
|
55
|
-
const t = s, o = c([]), v = c([]), h = c(""), y = c(!1),
|
|
55
|
+
const t = s, o = c([]), v = c([]), h = c(""), y = c(!1), k = c(!1), S = c(!1), K = c(!1), C = c(!1), $ = () => {
|
|
56
56
|
t.selected?.length ? o.value = [...t.selected] : t.defaultSelection?.length ? o.value = [...t.defaultSelection] : o.value = [];
|
|
57
57
|
}, O = (e = !0) => {
|
|
58
58
|
y.value = !1, v.value = [], h.value = "", $(), e && I(
|
|
59
|
-
"
|
|
60
|
-
|
|
59
|
+
"trackUserActivity",
|
|
60
|
+
k.value,
|
|
61
61
|
C.value,
|
|
62
|
+
S.value,
|
|
62
63
|
K.value,
|
|
63
|
-
k.value,
|
|
64
64
|
"Cancel"
|
|
65
65
|
), oe();
|
|
66
66
|
};
|
|
@@ -73,7 +73,7 @@ const Ie = { class: "content" }, Oe = { class: "options-list-wrapper" }, Re = {
|
|
|
73
73
|
immediate: !0
|
|
74
74
|
}
|
|
75
75
|
);
|
|
76
|
-
const
|
|
76
|
+
const E = () => {
|
|
77
77
|
y.value = !y.value;
|
|
78
78
|
}, R = m({
|
|
79
79
|
get() {
|
|
@@ -102,23 +102,23 @@ const Ie = { class: "content" }, Oe = { class: "options-list-wrapper" }, Re = {
|
|
|
102
102
|
}), M = (e) => b(e) && V.value, B = (e) => e[t.disabledKey] || M(e), b = (e) => o.value.some(
|
|
103
103
|
(l) => l[t.idKey] === e[t.idKey]
|
|
104
104
|
), _ = (e) => {
|
|
105
|
-
b(e) ?
|
|
105
|
+
b(e) ? U(e[t.idKey]) : ee(e);
|
|
106
106
|
}, D = (e) => {
|
|
107
107
|
t.disabledKey && e[t.disabledKey] || _(e);
|
|
108
108
|
}, ee = (e) => {
|
|
109
109
|
o.value.push(e);
|
|
110
|
-
},
|
|
110
|
+
}, U = (e) => {
|
|
111
111
|
o.value = o.value.filter(
|
|
112
112
|
(l) => l[t.idKey] !== e
|
|
113
113
|
);
|
|
114
|
-
},
|
|
114
|
+
}, N = m(() => {
|
|
115
115
|
if (!t.defaultSelection?.length)
|
|
116
116
|
return !1;
|
|
117
117
|
const e = o.value.map((i) => i[t.idKey]), l = t.defaultSelection.map((i) => i[t.idKey]);
|
|
118
118
|
return e.length !== l.length ? !0 : !l.every((i) => e.includes(i));
|
|
119
119
|
}), te = () => {
|
|
120
|
-
|
|
121
|
-
},
|
|
120
|
+
N.value && (o.value = [...t.defaultSelection]), k.value = !0;
|
|
121
|
+
}, z = (e) => Q.value ? !0 : !v.value.includes(e), le = (e) => t.inlineGroupIds?.includes(e), W = (e) => t.options.find(
|
|
122
122
|
(l) => g(l).map((i) => i[t.idKey]).includes(e[t.idKey])
|
|
123
123
|
), ie = (e) => {
|
|
124
124
|
const l = W(e);
|
|
@@ -126,7 +126,7 @@ const Ie = { class: "content" }, Oe = { class: "options-list-wrapper" }, Re = {
|
|
|
126
126
|
}, q = (e) => {
|
|
127
127
|
v.value.includes(e) ? (v.value = v.value.filter(
|
|
128
128
|
(l) => l !== e
|
|
129
|
-
),
|
|
129
|
+
), S.value = !0) : (v.value.push(e), K.value = !0);
|
|
130
130
|
}, g = (e) => e[t.childrenKey] || [], se = m(() => o.value.length), G = m(() => h.value?.trim()), Q = m(() => !!G.value), j = m(() => Q.value ? t.options.map((l) => ({
|
|
131
131
|
...l,
|
|
132
132
|
[t.childrenKey]: g(l).filter(
|
|
@@ -136,11 +136,11 @@ const Ie = { class: "content" }, Oe = { class: "options-list-wrapper" }, Re = {
|
|
|
136
136
|
(l) => g(l).length > 0
|
|
137
137
|
) : t.options), ne = xe(t.testId, F), ae = () => {
|
|
138
138
|
I("update:selected", o.value), I(
|
|
139
|
-
"
|
|
140
|
-
|
|
139
|
+
"trackUserActivity",
|
|
140
|
+
k.value,
|
|
141
141
|
C.value,
|
|
142
|
+
S.value,
|
|
142
143
|
K.value,
|
|
143
|
-
k.value,
|
|
144
144
|
"Save"
|
|
145
145
|
), O(!1);
|
|
146
146
|
};
|
|
@@ -148,9 +148,9 @@ const Ie = { class: "content" }, Oe = { class: "options-list-wrapper" }, Re = {
|
|
|
148
148
|
C.value = !0;
|
|
149
149
|
});
|
|
150
150
|
const oe = () => {
|
|
151
|
-
|
|
151
|
+
k.value = !1, S.value = !1, K.value = !1, C.value = !1;
|
|
152
152
|
};
|
|
153
|
-
return
|
|
153
|
+
return ue(he, {
|
|
154
154
|
activeIndex: null,
|
|
155
155
|
activeOption: null,
|
|
156
156
|
clearSelection: () => {
|
|
@@ -184,16 +184,16 @@ const Ie = { class: "content" }, Oe = { class: "options-list-wrapper" }, Re = {
|
|
|
184
184
|
}
|
|
185
185
|
}), (e, l) => (d(), f(x, null, [
|
|
186
186
|
ce(e.$slots, "trigger", {
|
|
187
|
-
triggerProps: { onClick:
|
|
187
|
+
triggerProps: { onClick: E }
|
|
188
188
|
}, () => [
|
|
189
|
-
|
|
189
|
+
r(n(be), {
|
|
190
190
|
"icon-name": "layout",
|
|
191
191
|
variant: "outlined",
|
|
192
192
|
"test-id": `${s.testId}-${n(F).TRIGGER}`,
|
|
193
|
-
onClick:
|
|
193
|
+
onClick: E
|
|
194
194
|
}, null, 8, ["test-id"])
|
|
195
195
|
], !0),
|
|
196
|
-
|
|
196
|
+
r(n(ge), {
|
|
197
197
|
modelValue: y.value,
|
|
198
198
|
"onUpdate:modelValue": l[2] || (l[2] = (i) => y.value = i),
|
|
199
199
|
title: s.headerText,
|
|
@@ -207,11 +207,11 @@ const Ie = { class: "content" }, Oe = { class: "options-list-wrapper" }, Re = {
|
|
|
207
207
|
onCancel: O
|
|
208
208
|
}, {
|
|
209
209
|
default: p(() => [
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
210
|
+
u("div", me({ class: "column-picker" }, n(ne)[n(F).WRAPPER]), [
|
|
211
|
+
u("div", Ie, [
|
|
212
|
+
u("div", Oe, [
|
|
213
|
+
u("header", Re, [
|
|
214
|
+
r(n(Ke), {
|
|
215
215
|
modelValue: h.value,
|
|
216
216
|
"onUpdate:modelValue": l[0] || (l[0] = (i) => h.value = i),
|
|
217
217
|
placeholder: s.searchPlaceholder,
|
|
@@ -221,32 +221,32 @@ const Ie = { class: "content" }, Oe = { class: "options-list-wrapper" }, Re = {
|
|
|
221
221
|
"test-id": s.testId
|
|
222
222
|
}, null, 8, ["modelValue", "placeholder", "auto-focus", "test-id"])
|
|
223
223
|
]),
|
|
224
|
-
|
|
224
|
+
u("ul", Ve, [
|
|
225
225
|
(d(!0), f(x, null, P(n(j), (i) => (d(), f("li", {
|
|
226
226
|
key: String(i[s.idKey]),
|
|
227
227
|
class: "options-list__item"
|
|
228
228
|
}, [
|
|
229
|
-
|
|
229
|
+
r(n(Z), {
|
|
230
230
|
option: i,
|
|
231
231
|
"tree-main-option": "",
|
|
232
|
-
"tree-main-option-expanded":
|
|
232
|
+
"tree-main-option-expanded": z(i[s.idKey]),
|
|
233
233
|
onClick: J((a) => q(i[s.idKey]), ["stop"]),
|
|
234
234
|
onToggleTreeCollapse: (a) => q(i[s.idKey])
|
|
235
235
|
}, {
|
|
236
236
|
default: p(() => [
|
|
237
|
-
|
|
237
|
+
r(n(L), {
|
|
238
238
|
variant: "h5",
|
|
239
239
|
class: "group-name"
|
|
240
240
|
}, {
|
|
241
241
|
default: p(() => [
|
|
242
|
-
T(
|
|
242
|
+
T(A(i[s.displayKey]), 1)
|
|
243
243
|
]),
|
|
244
244
|
_: 2
|
|
245
245
|
}, 1024)
|
|
246
246
|
]),
|
|
247
247
|
_: 2
|
|
248
248
|
}, 1032, ["option", "tree-main-option-expanded", "onClick", "onToggleTreeCollapse"]),
|
|
249
|
-
fe(
|
|
249
|
+
fe(u("div", null, [
|
|
250
250
|
le(i[s.idKey]) ? (d(), f("div", we, [
|
|
251
251
|
(d(!0), f(x, null, P(g(i), (a) => (d(), X(ye, {
|
|
252
252
|
key: a[s.idKey],
|
|
@@ -261,7 +261,7 @@ const Ie = { class: "content" }, Oe = { class: "options-list-wrapper" }, Re = {
|
|
|
261
261
|
key: a[s.idKey],
|
|
262
262
|
onClick: J((de) => D(a), ["stop"])
|
|
263
263
|
}, [
|
|
264
|
-
|
|
264
|
+
r(n(Z), {
|
|
265
265
|
option: a,
|
|
266
266
|
"selected-prop": b(a),
|
|
267
267
|
"name-key": s.displayKey,
|
|
@@ -272,34 +272,34 @@ const Ie = { class: "content" }, Oe = { class: "options-list-wrapper" }, Re = {
|
|
|
272
272
|
}, null, 8, ["option", "selected-prop", "name-key", "disabled", "min-max-selection-tooltip-message"])
|
|
273
273
|
], 8, Be))), 128))
|
|
274
274
|
], 512), [
|
|
275
|
-
[pe,
|
|
275
|
+
[pe, z(i[s.idKey])]
|
|
276
276
|
])
|
|
277
277
|
]))), 128)),
|
|
278
278
|
n(j).length ? Y("", !0) : (d(), f("li", De, [
|
|
279
|
-
|
|
279
|
+
r(n(L), { variant: "body2" }, {
|
|
280
280
|
default: p(() => [
|
|
281
|
-
T(
|
|
281
|
+
T(A(s.noResultsText), 1)
|
|
282
282
|
]),
|
|
283
283
|
_: 1
|
|
284
284
|
})
|
|
285
285
|
]))
|
|
286
286
|
])
|
|
287
287
|
]),
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
|
|
288
|
+
u("div", null, [
|
|
289
|
+
u("header", Ge, [
|
|
290
|
+
r(n(L), {
|
|
291
291
|
variant: "h5",
|
|
292
292
|
class: "selected-count-text"
|
|
293
293
|
}, {
|
|
294
294
|
default: p(() => [
|
|
295
|
-
T(
|
|
295
|
+
T(A(n(se)) + " selected ", 1)
|
|
296
296
|
]),
|
|
297
297
|
_: 1
|
|
298
298
|
}),
|
|
299
|
-
s.defaultSelection?.length ? (d(), X(n(
|
|
299
|
+
s.defaultSelection?.length ? (d(), X(n(Se), {
|
|
300
300
|
key: 0,
|
|
301
301
|
variant: "subtitle2",
|
|
302
|
-
disabled: !n(
|
|
302
|
+
disabled: !n(N),
|
|
303
303
|
"test-id": s.testId,
|
|
304
304
|
onClick: te
|
|
305
305
|
}, {
|
|
@@ -309,8 +309,8 @@ const Ie = { class: "content" }, Oe = { class: "options-list-wrapper" }, Re = {
|
|
|
309
309
|
_: 1
|
|
310
310
|
}, 8, ["disabled", "test-id"])) : Y("", !0)
|
|
311
311
|
]),
|
|
312
|
-
|
|
313
|
-
|
|
312
|
+
u("div", Pe, [
|
|
313
|
+
r(n(ke), {
|
|
314
314
|
items: n(R),
|
|
315
315
|
"onUpdate:items": l[1] || (l[1] = (i) => ve(R) ? R.value = i : null),
|
|
316
316
|
"display-value": (i) => i.displayText,
|
|
@@ -319,10 +319,10 @@ const Ie = { class: "content" }, Oe = { class: "options-list-wrapper" }, Re = {
|
|
|
319
319
|
"test-id": s.testId
|
|
320
320
|
}, {
|
|
321
321
|
menu: p(({ item: i }) => [
|
|
322
|
-
|
|
322
|
+
r(Te, {
|
|
323
323
|
disabled: n(V),
|
|
324
324
|
"tooltip-text": n(V) ? n(w) : null,
|
|
325
|
-
onClick: (a) =>
|
|
325
|
+
onClick: (a) => U(i.id)
|
|
326
326
|
}, null, 8, ["disabled", "tooltip-text", "onClick"])
|
|
327
327
|
]),
|
|
328
328
|
_: 1
|
|
@@ -90,7 +90,7 @@ declare const ColumnPickerTypes: () => ({
|
|
|
90
90
|
};
|
|
91
91
|
}>> & {
|
|
92
92
|
"onUpdate:selected"?: (value: unknown[]) => any;
|
|
93
|
-
|
|
93
|
+
onTrackUserActivity?: (isResetToDefault: boolean, isSearched: boolean, isExpanded: boolean, isCollapse: boolean, status: "Cancel" | "Save") => any;
|
|
94
94
|
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "testId" | "selected" | "options" | "minSelections" | "noResultsText" | "searchAutoFocus" | "searchPlaceholder" | "headerText" | "appendToBody" | "defaultSelection" | "inlineGroupIds" | "idKey" | "displayKey" | "childrenKey" | "disabledKey" | "minSelectionsTooltipMessage">;
|
|
95
95
|
$attrs: {
|
|
96
96
|
[x: string]: unknown;
|
|
@@ -103,7 +103,7 @@ declare const ColumnPickerTypes: () => ({
|
|
|
103
103
|
}>;
|
|
104
104
|
$root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
|
|
105
105
|
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
|
|
106
|
-
$emit: ((event: "update:selected", value: unknown[]) => void) & ((event: "
|
|
106
|
+
$emit: ((event: "update:selected", value: unknown[]) => void) & ((event: "trackUserActivity", isResetToDefault: boolean, isSearched: boolean, isExpanded: boolean, isCollapse: boolean, status: "Cancel" | "Save") => void);
|
|
107
107
|
$el: any;
|
|
108
108
|
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
109
109
|
testId: {
|
|
@@ -175,10 +175,10 @@ declare const ColumnPickerTypes: () => ({
|
|
|
175
175
|
};
|
|
176
176
|
}>> & {
|
|
177
177
|
"onUpdate:selected"?: (value: unknown[]) => any;
|
|
178
|
-
|
|
178
|
+
onTrackUserActivity?: (isResetToDefault: boolean, isSearched: boolean, isExpanded: boolean, isCollapse: boolean, status: "Cancel" | "Save") => any;
|
|
179
179
|
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
180
180
|
"update:selected": (value: unknown[]) => void;
|
|
181
|
-
|
|
181
|
+
trackUserActivity: (isResetToDefault: boolean, isSearched: boolean, isExpanded: boolean, isCollapse: boolean, status: "Cancel" | "Save") => void;
|
|
182
182
|
}, string, {
|
|
183
183
|
testId: string;
|
|
184
184
|
selected: unknown[];
|
|
@@ -286,7 +286,7 @@ declare const ColumnPickerTypes: () => ({
|
|
|
286
286
|
};
|
|
287
287
|
}>> & {
|
|
288
288
|
"onUpdate:selected"?: (value: unknown[]) => any;
|
|
289
|
-
|
|
289
|
+
onTrackUserActivity?: (isResetToDefault: boolean, isSearched: boolean, isExpanded: boolean, isCollapse: boolean, status: "Cancel" | "Save") => any;
|
|
290
290
|
} & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {};
|
|
291
291
|
__isFragment?: never;
|
|
292
292
|
__isTeleport?: never;
|
|
@@ -361,10 +361,10 @@ declare const ColumnPickerTypes: () => ({
|
|
|
361
361
|
};
|
|
362
362
|
}>> & {
|
|
363
363
|
"onUpdate:selected"?: (value: unknown[]) => any;
|
|
364
|
-
|
|
364
|
+
onTrackUserActivity?: (isResetToDefault: boolean, isSearched: boolean, isExpanded: boolean, isCollapse: boolean, status: "Cancel" | "Save") => any;
|
|
365
365
|
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
366
366
|
"update:selected": (value: unknown[]) => void;
|
|
367
|
-
|
|
367
|
+
trackUserActivity: (isResetToDefault: boolean, isSearched: boolean, isExpanded: boolean, isCollapse: boolean, status: "Cancel" | "Save") => void;
|
|
368
368
|
}, string, {
|
|
369
369
|
testId: string;
|
|
370
370
|
selected: unknown[];
|
package/index.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import './
|
|
1
|
+
import './AppTrigger.vue_vue_type_style_index_0_scoped_121aac8b_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
|
-
.column-picker[data-v-77c2a074]{width:37.375rem;border-radius:var(--border-radius-lg);background:var(--background-modal-elevation)}.content[data-v-77c2a074]{min-height:18.75rem;display:grid;grid-template-columns:1fr 1fr}.selected-list-wrapper[data-v-77c2a074]{padding:.25rem 1rem 1rem}.scrollable-list[data-v-77c2a074]{overflow-y:auto;max-height:24.625rem}.search-wrapper[data-v-77c2a074]{height:3rem;padding:1rem 1rem .25rem}.options-list-wrapper[data-v-77c2a074]{border-right:1px solid var(--common-divider)}.options-list[data-v-77c2a074]{margin:0;list-style:none;padding:.3125rem .75rem}.options-list__item[data-v-77c2a074]{margin-bottom:.5rem}.options-list[data-v-77c2a074] .item-container{margin-bottom:1px;min-height:1.9375rem}.selected-list-header[data-v-77c2a074]{height:3rem;padding:.25rem 1rem 0;display:flex;justify-content:space-between;align-items:center}.group-name[data-v-77c2a074]{color:var(--text-secondary)}.inline-group[data-v-77c2a074]{padding:.25rem .5rem}.no-result-container[data-v-77c2a074]{height:100%;display:flex;align-items:center;padding:.375rem .5rem;color:var(--text-disabled)}
|