@ironsource/shared-ui 2.1.10-rc.2 → 2.1.10-rc.4
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/ChipDropdownTrigger.vue_vue_type_style_index_0_scoped_49bd7193_lang.css +1 -0
- package/DataGrid.vue_vue_type_style_index_0_scoped_92101a6c_lang.css +1 -0
- package/DefaultDropdownTrigger.vue_vue_type_style_index_0_scoped_9fa84b26_lang.css +1 -0
- package/DropdownV4.vue_vue_type_style_index_0_scoped_899679d0_lang.css +1 -0
- package/DropdownV4.vue_vue_type_style_index_1_lang.css +1 -1
- package/MultipleDataGrid.vue_vue_type_style_index_0_scoped_020a9896_lang.css +1 -0
- package/OptionV4.vue_vue_type_style_index_0_scoped_f61be399_lang.css +1 -0
- package/components/dropdown/common/Dropdown.common.d.ts +1 -0
- package/components/dropdown/common/Dropdown.common.js +165 -158
- package/components/dropdown/v4/ChipDropdownTrigger.vue.d.ts +5 -0
- package/components/dropdown/v4/ChipDropdownTrigger.vue.js +2 -2
- package/components/dropdown/v4/ChipDropdownTrigger.vue2.js +23 -22
- package/components/dropdown/v4/DefaultDropdownTrigger.vue.d.ts +11 -0
- package/components/dropdown/v4/DefaultDropdownTrigger.vue.js +2 -2
- package/components/dropdown/v4/DefaultDropdownTrigger.vue2.js +59 -45
- package/components/dropdown/v4/DropdownV4.vue.d.ts +12 -0
- package/components/dropdown/v4/DropdownV4.vue.js +3 -3
- package/components/dropdown/v4/DropdownV4.vue2.js +173 -167
- package/components/dropdown/v4/OptionV4.vue.d.ts +6 -0
- package/components/dropdown/v4/OptionV4.vue.js +3 -3
- package/components/dropdown/v4/OptionV4.vue2.js +83 -70
- package/components/dropdown/v4/index.d.ts +111 -3
- package/components/table/v4/DataGrid.vue.d.ts +8 -3
- package/components/table/v4/DataGrid.vue.js +2 -2
- package/components/table/v4/DataGrid.vue2.js +58 -57
- package/components/table/v4/MultipleDataGrid.vue.d.ts +18 -3
- package/components/table/v4/MultipleDataGrid.vue.js +2 -2
- package/components/table/v4/MultipleDataGrid.vue2.js +78 -72
- package/components/table/v4/index.d.ts +84 -8
- package/consts/configs.d.ts +1 -0
- package/consts/configs.js +4 -0
- package/index.d.ts +390 -22
- package/index.js +1 -1
- package/package.json +1 -1
- package/ChipDropdownTrigger.vue_vue_type_style_index_0_scoped_a8fdae89_lang.css +0 -1
- package/DataGrid.vue_vue_type_style_index_0_scoped_9cab3826_lang.css +0 -1
- package/DefaultDropdownTrigger.vue_vue_type_style_index_0_scoped_fd7a490e_lang.css +0 -1
- package/DropdownV4.vue_vue_type_style_index_0_scoped_62a620ee_lang.css +0 -1
- package/MultipleDataGrid.vue_vue_type_style_index_0_scoped_60d4a465_lang.css +0 -1
- package/OptionV4.vue_vue_type_style_index_0_scoped_77509f61_lang.css +0 -1
|
@@ -1,20 +1,21 @@
|
|
|
1
|
-
import "../../../MultipleDataGrid.
|
|
2
|
-
import
|
|
1
|
+
import "../../../MultipleDataGrid.vue_vue_type_style_index_0_scoped_020a9896_lang.css"; import { defineComponent as A, useCssVars as K, useSlots as H, computed as O, openBlock as d, createElementBlock as c, createElementVNode as k, normalizeClass as G, unref as s, renderSlot as i, createBlock as C, createCommentVNode as m, createVNode as M, isRef as R, Fragment as F, renderList as f, createSlots as $, withCtx as y } from "vue";
|
|
2
|
+
import b from "./DataGrid.vue.js";
|
|
3
3
|
import "./DataGridMenu.vue.js";
|
|
4
|
-
import
|
|
4
|
+
import P from "./DataGridRowsCounter.vue.js";
|
|
5
5
|
import "./MultipleDataGrid.vue.js";
|
|
6
|
-
import
|
|
7
|
-
import { useVModel as
|
|
8
|
-
import { TableTestIdModifiers as
|
|
9
|
-
const
|
|
6
|
+
import U from "../../search/v4/SearchV4.vue.js";
|
|
7
|
+
import { useVModel as Q } from "@vueuse/core";
|
|
8
|
+
import { TableTestIdModifiers as g } from "../../../testids/index.js";
|
|
9
|
+
const j = ["data-testid"], q = ["data-testid"], J = ["data-testid"], W = ["data-testid"], X = {
|
|
10
10
|
key: 0,
|
|
11
11
|
class: "tables-container"
|
|
12
|
-
},
|
|
12
|
+
}, st = /* @__PURE__ */ A({
|
|
13
13
|
__name: "MultipleDataGrid",
|
|
14
14
|
props: {
|
|
15
15
|
tablesSettings: { default: () => [] },
|
|
16
16
|
loadingAndEmptyStatesColumns: { default: () => [] },
|
|
17
|
-
getRowId: { type: Function, default: (t,
|
|
17
|
+
getRowId: { type: Function, default: (t, l) => l },
|
|
18
|
+
getRowKey: { type: Function, default: (t, l) => l },
|
|
18
19
|
isSticky: { type: Boolean, default: !0 },
|
|
19
20
|
isLoading: { type: Boolean, default: !1 },
|
|
20
21
|
emptyStateVariant: { default: null },
|
|
@@ -30,33 +31,35 @@ const q = ["data-testid"], J = ["data-testid"], K = ["data-testid"], W = ["data-
|
|
|
30
31
|
displayingText: { default: "Displaying" },
|
|
31
32
|
outOfText: { default: "out of" },
|
|
32
33
|
totalText: { default: "total rows" },
|
|
34
|
+
rowCustomClassKey: { default: "" },
|
|
35
|
+
rowDataKey: { default: "" },
|
|
33
36
|
testId: { default: "" }
|
|
34
37
|
},
|
|
35
38
|
emits: ["update:search", "onScroll", "onClearSearch", "clickRow", "saveRow"],
|
|
36
|
-
setup(t, { emit:
|
|
37
|
-
const
|
|
38
|
-
|
|
39
|
-
|
|
39
|
+
setup(t, { emit: l }) {
|
|
40
|
+
const h = t;
|
|
41
|
+
K((e) => ({
|
|
42
|
+
"81d1b864": t.zIndexBase
|
|
40
43
|
}));
|
|
41
|
-
const
|
|
42
|
-
() =>
|
|
43
|
-
), r =
|
|
44
|
-
|
|
45
|
-
}, E = () =>
|
|
46
|
-
return (e,
|
|
44
|
+
const I = H(), T = O(
|
|
45
|
+
() => h.isLoading || !h.tablesSettings.flatMap((e) => e.rows).length
|
|
46
|
+
), r = Q(h, "search", l), w = (e) => `header-${e.id}`, v = (e) => `cell-${e.id}`, x = (e) => {
|
|
47
|
+
l("onScroll", e.target.scrollTop);
|
|
48
|
+
}, E = () => l("onClearSearch"), V = (e, n) => l("clickRow", e, n), B = ({ value: e, rowIndex: n, cellIndex: a, confirm: u }, o) => l("saveRow", { value: e, tableIndex: o, rowIndex: n, cellIndex: a, confirm: u });
|
|
49
|
+
return (e, n) => (d(), c("div", {
|
|
47
50
|
class: "multi-table-container",
|
|
48
51
|
onScrollPassive: x
|
|
49
52
|
}, [
|
|
50
|
-
|
|
51
|
-
class:
|
|
52
|
-
"data-testid": `${t.testId}-${
|
|
53
|
+
k("div", {
|
|
54
|
+
class: G(["table-header-container", { sticky: t.isSticky }]),
|
|
55
|
+
"data-testid": `${t.testId}-${s(g).HEADER}`
|
|
53
56
|
}, [
|
|
54
|
-
|
|
57
|
+
k("div", {
|
|
55
58
|
class: "rows-counter-container",
|
|
56
|
-
"data-testid": `${t.testId}-${
|
|
59
|
+
"data-testid": `${t.testId}-${s(g).TITLE}`
|
|
57
60
|
}, [
|
|
58
|
-
|
|
59
|
-
t.isLoading ?
|
|
61
|
+
i(e.$slots, "title", {}, () => [
|
|
62
|
+
t.isLoading ? m("", !0) : (d(), C(s(P), {
|
|
60
63
|
key: 0,
|
|
61
64
|
count: t.count,
|
|
62
65
|
"total-count": t.totalCount,
|
|
@@ -66,33 +69,33 @@ const q = ["data-testid"], J = ["data-testid"], K = ["data-testid"], W = ["data-
|
|
|
66
69
|
"test-id": t.testId
|
|
67
70
|
}, null, 8, ["count", "total-count", "total-text", "displaying-text", "out-of-text", "test-id"]))
|
|
68
71
|
], !0)
|
|
69
|
-
], 8,
|
|
70
|
-
|
|
72
|
+
], 8, q),
|
|
73
|
+
k("div", {
|
|
71
74
|
class: "table-header-right",
|
|
72
|
-
"data-testid": `${t.testId}-${
|
|
75
|
+
"data-testid": `${t.testId}-${s(g).HEADER_RIGHT}`
|
|
73
76
|
}, [
|
|
74
|
-
t.showSearch ?
|
|
75
|
-
|
|
76
|
-
modelValue:
|
|
77
|
-
"onUpdate:modelValue":
|
|
77
|
+
t.showSearch ? i(e.$slots, "search", { key: 0 }, () => [
|
|
78
|
+
M(s(U), {
|
|
79
|
+
modelValue: s(r),
|
|
80
|
+
"onUpdate:modelValue": n[0] || (n[0] = (a) => R(r) ? r.value = a : null),
|
|
78
81
|
placeholder: t.searchPlaceholder,
|
|
79
82
|
"test-id": t.testId,
|
|
80
83
|
onOnClear: E
|
|
81
84
|
}, null, 8, ["modelValue", "placeholder", "test-id"])
|
|
82
|
-
], !0) :
|
|
83
|
-
|
|
85
|
+
], !0) : m("", !0),
|
|
86
|
+
s(I)["table-header-actions"] ? (d(), c("div", {
|
|
84
87
|
key: 1,
|
|
85
88
|
class: "table-header-actions",
|
|
86
|
-
"data-testid": `${t.testId}-${
|
|
89
|
+
"data-testid": `${t.testId}-${s(g).ACTIONS}`
|
|
87
90
|
}, [
|
|
88
|
-
|
|
89
|
-
], 8, W)) :
|
|
90
|
-
], 8,
|
|
91
|
-
], 10,
|
|
92
|
-
|
|
91
|
+
i(e.$slots, "table-header-actions", {}, void 0, !0)
|
|
92
|
+
], 8, W)) : m("", !0)
|
|
93
|
+
], 8, J)
|
|
94
|
+
], 10, j),
|
|
95
|
+
s(T) ? (d(), C(s(b), {
|
|
93
96
|
key: 1,
|
|
94
|
-
search:
|
|
95
|
-
"onUpdate:search":
|
|
97
|
+
search: s(r),
|
|
98
|
+
"onUpdate:search": n[1] || (n[1] = (a) => R(r) ? r.value = a : null),
|
|
96
99
|
rows: [],
|
|
97
100
|
columns: t.loadingAndEmptyStatesColumns,
|
|
98
101
|
"is-loading": t.isLoading,
|
|
@@ -101,24 +104,24 @@ const q = ["data-testid"], J = ["data-testid"], K = ["data-testid"], W = ["data-
|
|
|
101
104
|
"empty-state-title": t.emptyStateTitle,
|
|
102
105
|
"empty-state-subtitle": t.emptyStateSubtitle,
|
|
103
106
|
"test-id": t.testId
|
|
104
|
-
},
|
|
105
|
-
"empty-state":
|
|
106
|
-
|
|
107
|
+
}, $({
|
|
108
|
+
"empty-state": y(() => [
|
|
109
|
+
i(e.$slots, "empty-state", {}, void 0, !0)
|
|
107
110
|
]),
|
|
108
111
|
_: 2
|
|
109
112
|
}, [
|
|
110
|
-
|
|
111
|
-
name:
|
|
112
|
-
fn:
|
|
113
|
-
|
|
113
|
+
f(t.loadingAndEmptyStatesColumns, (a) => ({
|
|
114
|
+
name: w(a),
|
|
115
|
+
fn: y(() => [
|
|
116
|
+
i(e.$slots, `${w(a)}`, { column: a }, void 0, !0)
|
|
114
117
|
])
|
|
115
118
|
}))
|
|
116
|
-
]), 1032, ["search", "columns", "is-loading", "loading-row-count", "empty-state-variant", "empty-state-title", "empty-state-subtitle", "test-id"])) : (
|
|
117
|
-
(
|
|
119
|
+
]), 1032, ["search", "columns", "is-loading", "loading-row-count", "empty-state-variant", "empty-state-title", "empty-state-subtitle", "test-id"])) : (d(), c("div", X, [
|
|
120
|
+
(d(!0), c(F, null, f(t.tablesSettings, (a, u) => (d(), c("div", {
|
|
118
121
|
key: a.testId,
|
|
119
122
|
class: "table-wrapper"
|
|
120
123
|
}, [
|
|
121
|
-
a.rows.length ? (
|
|
124
|
+
a.rows.length ? (d(), C(s(b), {
|
|
122
125
|
key: 0,
|
|
123
126
|
sections: a.sections,
|
|
124
127
|
columns: a.columns,
|
|
@@ -127,12 +130,15 @@ const q = ["data-testid"], J = ["data-testid"], K = ["data-testid"], W = ["data-
|
|
|
127
130
|
"is-sticky": t.isSticky,
|
|
128
131
|
"z-index-base": t.zIndexBase,
|
|
129
132
|
"get-row-id": t.getRowId,
|
|
133
|
+
"get-row-key": t.getRowKey,
|
|
134
|
+
"row-custom-class-key": t.rowCustomClassKey,
|
|
135
|
+
"row-data-key": t.rowDataKey,
|
|
130
136
|
"test-id": a.testId,
|
|
131
137
|
onClickRow: (o) => V(o, u),
|
|
132
138
|
onSaveRow: (o) => B(o, u)
|
|
133
|
-
},
|
|
134
|
-
"floating-row":
|
|
135
|
-
|
|
139
|
+
}, $({
|
|
140
|
+
"floating-row": y(({ row: o, rowIndex: S }) => [
|
|
141
|
+
i(e.$slots, "floating-row", {
|
|
136
142
|
row: o,
|
|
137
143
|
rowIndex: S,
|
|
138
144
|
tableIndex: u
|
|
@@ -140,36 +146,36 @@ const q = ["data-testid"], J = ["data-testid"], K = ["data-testid"], W = ["data-
|
|
|
140
146
|
]),
|
|
141
147
|
_: 2
|
|
142
148
|
}, [
|
|
143
|
-
|
|
144
|
-
name:
|
|
145
|
-
fn:
|
|
146
|
-
|
|
149
|
+
f(a.columns, (o) => ({
|
|
150
|
+
name: w(o),
|
|
151
|
+
fn: y(() => [
|
|
152
|
+
i(e.$slots, `${w(o)}`, { column: o }, void 0, !0)
|
|
147
153
|
])
|
|
148
154
|
})),
|
|
149
|
-
|
|
150
|
-
name:
|
|
151
|
-
fn:
|
|
155
|
+
f(a.columns, (o) => ({
|
|
156
|
+
name: v(o),
|
|
157
|
+
fn: y(({
|
|
152
158
|
cell: S,
|
|
153
159
|
rowIndex: L,
|
|
154
|
-
isLoading:
|
|
155
|
-
cellIndex:
|
|
156
|
-
row:
|
|
160
|
+
isLoading: D,
|
|
161
|
+
cellIndex: N,
|
|
162
|
+
row: z
|
|
157
163
|
}) => [
|
|
158
|
-
|
|
164
|
+
i(e.$slots, `${v(o)}`, {
|
|
159
165
|
cell: S,
|
|
160
|
-
isLoading:
|
|
161
|
-
cellIndex:
|
|
162
|
-
row:
|
|
166
|
+
isLoading: D,
|
|
167
|
+
cellIndex: N,
|
|
168
|
+
row: z,
|
|
163
169
|
rowIndex: L
|
|
164
170
|
}, void 0, !0)
|
|
165
171
|
])
|
|
166
172
|
}))
|
|
167
|
-
]), 1032, ["sections", "columns", "rows", "row-height", "is-sticky", "z-index-base", "get-row-id", "test-id", "onClickRow", "onSaveRow"])) :
|
|
173
|
+
]), 1032, ["sections", "columns", "rows", "row-height", "is-sticky", "z-index-base", "get-row-id", "get-row-key", "row-custom-class-key", "row-data-key", "test-id", "onClickRow", "onSaveRow"])) : m("", !0)
|
|
168
174
|
]))), 128))
|
|
169
175
|
]))
|
|
170
176
|
], 32));
|
|
171
177
|
}
|
|
172
178
|
});
|
|
173
179
|
export {
|
|
174
|
-
|
|
180
|
+
st as default
|
|
175
181
|
};
|
|
@@ -26,7 +26,8 @@ declare const DataGridTypes: () => (({
|
|
|
26
26
|
infiniteScrollThreshold: number;
|
|
27
27
|
rowHeight: number | ((index: number) => number);
|
|
28
28
|
defaultScrollPosition: number;
|
|
29
|
-
getRowId: (row: import("../common/Table.types").Row, index: number) =>
|
|
29
|
+
getRowId: (row: import("../common/Table.types").Row, index: number) => unknown;
|
|
30
|
+
getRowKey: (row: import("../common/Table.types").Row, index: number) => string | number;
|
|
30
31
|
selectedMatcher: (rowId: unknown, selected: unknown) => boolean;
|
|
31
32
|
emptyStateVariant: "error" | "no-access" | "no-results" | "no-data" | "files" | "settings";
|
|
32
33
|
zIndexBase: number;
|
|
@@ -118,6 +119,10 @@ declare const DataGridTypes: () => (({
|
|
|
118
119
|
default: any;
|
|
119
120
|
};
|
|
120
121
|
getRowId: {
|
|
122
|
+
type: import("vue").PropType<(row: import("../common/Table.types").Row, index: number) => unknown>;
|
|
123
|
+
default: (row: any, index: any) => any;
|
|
124
|
+
};
|
|
125
|
+
getRowKey: {
|
|
121
126
|
type: import("vue").PropType<(row: import("../common/Table.types").Row, index: number) => string | number>;
|
|
122
127
|
default: (row: any, index: any) => any;
|
|
123
128
|
};
|
|
@@ -152,7 +157,7 @@ declare const DataGridTypes: () => (({
|
|
|
152
157
|
"onUpdate:selection"?: (selection: unknown[]) => any;
|
|
153
158
|
onSelectRow?: (value: boolean) => any;
|
|
154
159
|
onClickRow?: (rowIndex: number) => any;
|
|
155
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "sort" | "title" | "search" | "testId" | "isLoading" | "searchAutoFocus" | "searchPlaceholder" | "selection" | "showSearch" | "loadingRowCount" | "emptyStateTitle" | "isSticky" | "sections" | "isStickyHeader" | "emptyStateSubtitle" | "isInfiniteScroll" | "infiniteScrollThreshold" | "rowHeight" | "defaultScrollPosition" | "getRowId" | "selectedMatcher" | "emptyStateVariant" | "zIndexBase" | "rowCustomClassKey" | "rowDataKey">;
|
|
160
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "sort" | "title" | "search" | "testId" | "isLoading" | "searchAutoFocus" | "searchPlaceholder" | "selection" | "showSearch" | "loadingRowCount" | "emptyStateTitle" | "isSticky" | "sections" | "isStickyHeader" | "emptyStateSubtitle" | "isInfiniteScroll" | "infiniteScrollThreshold" | "rowHeight" | "defaultScrollPosition" | "getRowId" | "getRowKey" | "selectedMatcher" | "emptyStateVariant" | "zIndexBase" | "rowCustomClassKey" | "rowDataKey">;
|
|
156
161
|
$attrs: {
|
|
157
162
|
[x: string]: unknown;
|
|
158
163
|
};
|
|
@@ -252,6 +257,10 @@ declare const DataGridTypes: () => (({
|
|
|
252
257
|
default: any;
|
|
253
258
|
};
|
|
254
259
|
getRowId: {
|
|
260
|
+
type: import("vue").PropType<(row: import("../common/Table.types").Row, index: number) => unknown>;
|
|
261
|
+
default: (row: any, index: any) => any;
|
|
262
|
+
};
|
|
263
|
+
getRowKey: {
|
|
255
264
|
type: import("vue").PropType<(row: import("../common/Table.types").Row, index: number) => string | number>;
|
|
256
265
|
default: (row: any, index: any) => any;
|
|
257
266
|
};
|
|
@@ -319,7 +328,8 @@ declare const DataGridTypes: () => (({
|
|
|
319
328
|
infiniteScrollThreshold: number;
|
|
320
329
|
rowHeight: number | ((index: number) => number);
|
|
321
330
|
defaultScrollPosition: number;
|
|
322
|
-
getRowId: (row: import("../common/Table.types").Row, index: number) =>
|
|
331
|
+
getRowId: (row: import("../common/Table.types").Row, index: number) => unknown;
|
|
332
|
+
getRowKey: (row: import("../common/Table.types").Row, index: number) => string | number;
|
|
323
333
|
selectedMatcher: (rowId: unknown, selected: unknown) => boolean;
|
|
324
334
|
emptyStateVariant: "error" | "no-access" | "no-results" | "no-data" | "files" | "settings";
|
|
325
335
|
zIndexBase: number;
|
|
@@ -431,6 +441,10 @@ declare const DataGridTypes: () => (({
|
|
|
431
441
|
default: any;
|
|
432
442
|
};
|
|
433
443
|
getRowId: {
|
|
444
|
+
type: import("vue").PropType<(row: import("../common/Table.types").Row, index: number) => unknown>;
|
|
445
|
+
default: (row: any, index: any) => any;
|
|
446
|
+
};
|
|
447
|
+
getRowKey: {
|
|
434
448
|
type: import("vue").PropType<(row: import("../common/Table.types").Row, index: number) => string | number>;
|
|
435
449
|
default: (row: any, index: any) => any;
|
|
436
450
|
};
|
|
@@ -557,6 +571,10 @@ declare const DataGridTypes: () => (({
|
|
|
557
571
|
default: any;
|
|
558
572
|
};
|
|
559
573
|
getRowId: {
|
|
574
|
+
type: import("vue").PropType<(row: import("../common/Table.types").Row, index: number) => unknown>;
|
|
575
|
+
default: (row: any, index: any) => any;
|
|
576
|
+
};
|
|
577
|
+
getRowKey: {
|
|
560
578
|
type: import("vue").PropType<(row: import("../common/Table.types").Row, index: number) => string | number>;
|
|
561
579
|
default: (row: any, index: any) => any;
|
|
562
580
|
};
|
|
@@ -624,7 +642,8 @@ declare const DataGridTypes: () => (({
|
|
|
624
642
|
infiniteScrollThreshold: number;
|
|
625
643
|
rowHeight: number | ((index: number) => number);
|
|
626
644
|
defaultScrollPosition: number;
|
|
627
|
-
getRowId: (row: import("../common/Table.types").Row, index: number) =>
|
|
645
|
+
getRowId: (row: import("../common/Table.types").Row, index: number) => unknown;
|
|
646
|
+
getRowKey: (row: import("../common/Table.types").Row, index: number) => string | number;
|
|
628
647
|
selectedMatcher: (rowId: unknown, selected: unknown) => boolean;
|
|
629
648
|
emptyStateVariant: "error" | "no-access" | "no-results" | "no-data" | "files" | "settings";
|
|
630
649
|
zIndexBase: number;
|
|
@@ -764,9 +783,12 @@ declare const DataGridTypes: () => (({
|
|
|
764
783
|
emptyStateTitle: string;
|
|
765
784
|
isSticky: boolean;
|
|
766
785
|
emptyStateSubtitle: string;
|
|
767
|
-
getRowId: (row: import("../common/Table.types").Row, index: number) =>
|
|
786
|
+
getRowId: (row: import("../common/Table.types").Row, index: number) => unknown;
|
|
787
|
+
getRowKey: (row: import("../common/Table.types").Row, index: number) => string | number;
|
|
768
788
|
emptyStateVariant: "error" | "no-access" | "no-results" | "no-data" | "files" | "settings";
|
|
769
789
|
zIndexBase: number;
|
|
790
|
+
rowCustomClassKey: string;
|
|
791
|
+
rowDataKey: string;
|
|
770
792
|
totalCount: number;
|
|
771
793
|
displayingText: string;
|
|
772
794
|
outOfText: string;
|
|
@@ -815,6 +837,10 @@ declare const DataGridTypes: () => (({
|
|
|
815
837
|
default: string;
|
|
816
838
|
};
|
|
817
839
|
getRowId: {
|
|
840
|
+
type: import("vue").PropType<(row: import("../common/Table.types").Row, index: number) => unknown>;
|
|
841
|
+
default: (row: any, index: any) => any;
|
|
842
|
+
};
|
|
843
|
+
getRowKey: {
|
|
818
844
|
type: import("vue").PropType<(row: import("../common/Table.types").Row, index: number) => string | number>;
|
|
819
845
|
default: (row: any, index: any) => any;
|
|
820
846
|
};
|
|
@@ -826,6 +852,14 @@ declare const DataGridTypes: () => (({
|
|
|
826
852
|
type: import("vue").PropType<number>;
|
|
827
853
|
default: number;
|
|
828
854
|
};
|
|
855
|
+
rowCustomClassKey: {
|
|
856
|
+
type: import("vue").PropType<string>;
|
|
857
|
+
default: string;
|
|
858
|
+
};
|
|
859
|
+
rowDataKey: {
|
|
860
|
+
type: import("vue").PropType<string>;
|
|
861
|
+
default: string;
|
|
862
|
+
};
|
|
829
863
|
totalCount: {
|
|
830
864
|
type: import("vue").PropType<number>;
|
|
831
865
|
default: number;
|
|
@@ -860,7 +894,7 @@ declare const DataGridTypes: () => (({
|
|
|
860
894
|
}) => any;
|
|
861
895
|
onOnClearSearch?: () => any;
|
|
862
896
|
onClickRow?: (rowIndex: number, tableIndex: number) => any;
|
|
863
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "search" | "testId" | "isLoading" | "searchPlaceholder" | "count" | "showSearch" | "loadingRowCount" | "emptyStateTitle" | "isSticky" | "emptyStateSubtitle" | "getRowId" | "emptyStateVariant" | "zIndexBase" | "totalCount" | "displayingText" | "outOfText" | "totalText" | "tablesSettings" | "loadingAndEmptyStatesColumns">;
|
|
897
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "search" | "testId" | "isLoading" | "searchPlaceholder" | "count" | "showSearch" | "loadingRowCount" | "emptyStateTitle" | "isSticky" | "emptyStateSubtitle" | "getRowId" | "getRowKey" | "emptyStateVariant" | "zIndexBase" | "rowCustomClassKey" | "rowDataKey" | "totalCount" | "displayingText" | "outOfText" | "totalText" | "tablesSettings" | "loadingAndEmptyStatesColumns">;
|
|
864
898
|
$attrs: {
|
|
865
899
|
[x: string]: unknown;
|
|
866
900
|
};
|
|
@@ -918,6 +952,10 @@ declare const DataGridTypes: () => (({
|
|
|
918
952
|
default: string;
|
|
919
953
|
};
|
|
920
954
|
getRowId: {
|
|
955
|
+
type: import("vue").PropType<(row: import("../common/Table.types").Row, index: number) => unknown>;
|
|
956
|
+
default: (row: any, index: any) => any;
|
|
957
|
+
};
|
|
958
|
+
getRowKey: {
|
|
921
959
|
type: import("vue").PropType<(row: import("../common/Table.types").Row, index: number) => string | number>;
|
|
922
960
|
default: (row: any, index: any) => any;
|
|
923
961
|
};
|
|
@@ -929,6 +967,14 @@ declare const DataGridTypes: () => (({
|
|
|
929
967
|
type: import("vue").PropType<number>;
|
|
930
968
|
default: number;
|
|
931
969
|
};
|
|
970
|
+
rowCustomClassKey: {
|
|
971
|
+
type: import("vue").PropType<string>;
|
|
972
|
+
default: string;
|
|
973
|
+
};
|
|
974
|
+
rowDataKey: {
|
|
975
|
+
type: import("vue").PropType<string>;
|
|
976
|
+
default: string;
|
|
977
|
+
};
|
|
932
978
|
totalCount: {
|
|
933
979
|
type: import("vue").PropType<number>;
|
|
934
980
|
default: number;
|
|
@@ -982,9 +1028,12 @@ declare const DataGridTypes: () => (({
|
|
|
982
1028
|
emptyStateTitle: string;
|
|
983
1029
|
isSticky: boolean;
|
|
984
1030
|
emptyStateSubtitle: string;
|
|
985
|
-
getRowId: (row: import("../common/Table.types").Row, index: number) =>
|
|
1031
|
+
getRowId: (row: import("../common/Table.types").Row, index: number) => unknown;
|
|
1032
|
+
getRowKey: (row: import("../common/Table.types").Row, index: number) => string | number;
|
|
986
1033
|
emptyStateVariant: "error" | "no-access" | "no-results" | "no-data" | "files" | "settings";
|
|
987
1034
|
zIndexBase: number;
|
|
1035
|
+
rowCustomClassKey: string;
|
|
1036
|
+
rowDataKey: string;
|
|
988
1037
|
totalCount: number;
|
|
989
1038
|
displayingText: string;
|
|
990
1039
|
outOfText: string;
|
|
@@ -1053,6 +1102,10 @@ declare const DataGridTypes: () => (({
|
|
|
1053
1102
|
default: string;
|
|
1054
1103
|
};
|
|
1055
1104
|
getRowId: {
|
|
1105
|
+
type: import("vue").PropType<(row: import("../common/Table.types").Row, index: number) => unknown>;
|
|
1106
|
+
default: (row: any, index: any) => any;
|
|
1107
|
+
};
|
|
1108
|
+
getRowKey: {
|
|
1056
1109
|
type: import("vue").PropType<(row: import("../common/Table.types").Row, index: number) => string | number>;
|
|
1057
1110
|
default: (row: any, index: any) => any;
|
|
1058
1111
|
};
|
|
@@ -1064,6 +1117,14 @@ declare const DataGridTypes: () => (({
|
|
|
1064
1117
|
type: import("vue").PropType<number>;
|
|
1065
1118
|
default: number;
|
|
1066
1119
|
};
|
|
1120
|
+
rowCustomClassKey: {
|
|
1121
|
+
type: import("vue").PropType<string>;
|
|
1122
|
+
default: string;
|
|
1123
|
+
};
|
|
1124
|
+
rowDataKey: {
|
|
1125
|
+
type: import("vue").PropType<string>;
|
|
1126
|
+
default: string;
|
|
1127
|
+
};
|
|
1067
1128
|
totalCount: {
|
|
1068
1129
|
type: import("vue").PropType<number>;
|
|
1069
1130
|
default: number;
|
|
@@ -1144,6 +1205,10 @@ declare const DataGridTypes: () => (({
|
|
|
1144
1205
|
default: string;
|
|
1145
1206
|
};
|
|
1146
1207
|
getRowId: {
|
|
1208
|
+
type: import("vue").PropType<(row: import("../common/Table.types").Row, index: number) => unknown>;
|
|
1209
|
+
default: (row: any, index: any) => any;
|
|
1210
|
+
};
|
|
1211
|
+
getRowKey: {
|
|
1147
1212
|
type: import("vue").PropType<(row: import("../common/Table.types").Row, index: number) => string | number>;
|
|
1148
1213
|
default: (row: any, index: any) => any;
|
|
1149
1214
|
};
|
|
@@ -1155,6 +1220,14 @@ declare const DataGridTypes: () => (({
|
|
|
1155
1220
|
type: import("vue").PropType<number>;
|
|
1156
1221
|
default: number;
|
|
1157
1222
|
};
|
|
1223
|
+
rowCustomClassKey: {
|
|
1224
|
+
type: import("vue").PropType<string>;
|
|
1225
|
+
default: string;
|
|
1226
|
+
};
|
|
1227
|
+
rowDataKey: {
|
|
1228
|
+
type: import("vue").PropType<string>;
|
|
1229
|
+
default: string;
|
|
1230
|
+
};
|
|
1158
1231
|
totalCount: {
|
|
1159
1232
|
type: import("vue").PropType<number>;
|
|
1160
1233
|
default: number;
|
|
@@ -1208,9 +1281,12 @@ declare const DataGridTypes: () => (({
|
|
|
1208
1281
|
emptyStateTitle: string;
|
|
1209
1282
|
isSticky: boolean;
|
|
1210
1283
|
emptyStateSubtitle: string;
|
|
1211
|
-
getRowId: (row: import("../common/Table.types").Row, index: number) =>
|
|
1284
|
+
getRowId: (row: import("../common/Table.types").Row, index: number) => unknown;
|
|
1285
|
+
getRowKey: (row: import("../common/Table.types").Row, index: number) => string | number;
|
|
1212
1286
|
emptyStateVariant: "error" | "no-access" | "no-results" | "no-data" | "files" | "settings";
|
|
1213
1287
|
zIndexBase: number;
|
|
1288
|
+
rowCustomClassKey: string;
|
|
1289
|
+
rowDataKey: string;
|
|
1214
1290
|
totalCount: number;
|
|
1215
1291
|
displayingText: string;
|
|
1216
1292
|
outOfText: string;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const SHARED_ASSETS_CDN_DOMAIN = "https://shared-platform-assets.ironsrc.mobi";
|