@ironsource/shared-ui 2.1.12-rc.2 → 2.1.12-rc.3
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/DataGrid.vue_vue_type_style_index_0_scoped_6b54ac22_lang.css +1 -0
- package/components/table/v4/DataGrid.vue.d.ts +1 -0
- package/components/table/v4/DataGrid.vue.js +3 -3
- package/components/table/v4/DataGrid.vue2.js +150 -141
- package/components/table/v4/index.d.ts +1 -0
- package/index.d.ts +2 -0
- package/package.json +1 -1
- package/testids/index.d.ts +2 -1
- package/testids/index.js +10 -10
- package/DataGrid.vue_vue_type_style_index_0_scoped_020072b0_lang.css +0 -1
|
@@ -0,0 +1 @@
|
|
|
1
|
+
.sticky[data-v-6b54ac22]{position:sticky}.table-container[data-v-6b54ac22]{width:100%;position:relative;display:flex;flex-direction:column}.table-header[data-v-6b54ac22]{display:flex;align-items:center;height:calc(var(--spacing-800) - 1px);border-bottom:1px solid var(--common-divider);background-color:var(--background-paper-elevation-0);position:sticky;left:0;padding:var(--spacing-300)}.table-header .table-title[data-v-6b54ac22]{display:flex;flex:1;align-items:center;justify-content:flex-start;height:100%;color:var(--text-primary)}.table-header .table-header-right[data-v-6b54ac22]{display:flex;align-items:center;height:100%}.table-header .search-wrapper[data-v-6b54ac22]{width:13.75rem}.table-header.isStickyHeader[data-v-6b54ac22]{z-index:calc(var(--3041fee8) + 3);top:0}.table-head-container[data-v-6b54ac22]{display:flex;align-items:center;white-space:nowrap;color:var(--text-primary)}.table-footer[data-v-6b54ac22]{color:var(--text-primary);background-color:var(--background-paper-elevation-0);padding:0 var(--spacing-300);display:flex;align-items:center;min-height:var(--spacing-600);border:1px solid var(--common-divider);border-radius:var(--border-radius-md);border-top-right-radius:0;border-top-left-radius:0}.table-body-wrapper[data-v-6b54ac22]{display:inline-table}.table-header-pre-search-content[data-v-6b54ac22]{margin-right:var(--spacing-100);display:flex;align-items:center}.table-header-actions[data-v-6b54ac22]{margin-left:var(--spacing-100);display:flex;align-items:center}.table-row[data-v-6b54ac22]{position:relative}.table-row.loading[data-v-6b54ac22]{opacity:.7}.table-row:not(.expanded):last-child>td[data-v-6b54ac22]{border-bottom:none}.table-row.expanded:last-child>.expanded-row[data-v-6b54ac22]{border-bottom:none}.expanded-row[data-v-6b54ac22]{grid-column:var(--8ac5cc00);border-bottom:1px solid var(--common-divider);background-color:var(--background-default)}table[data-v-6b54ac22]{position:relative;display:block;overflow:auto;background:var(--background-paper-elevation-0);border:1px solid var(--common-divider);color:var(--text-primary);text-align:left;table-layout:fixed;width:100%;max-height:100%;border-radius:var(--border-radius-md);border-collapse:collapse;border-spacing:0}table.hasFooter[data-v-6b54ac22]{border-bottom-left-radius:0;border-bottom-right-radius:0;border-bottom:none}table td[data-v-6b54ac22],table th[data-v-6b54ac22]{line-height:normal;padding:0 var(--spacing-200)}table td[data-v-6b54ac22]:first-of-type,table th[data-v-6b54ac22]:first-of-type{padding-left:var(--spacing-300)}table td[data-v-6b54ac22]:last-of-type,table th[data-v-6b54ac22]:last-of-type{padding-right:var(--spacing-300)}table td.expand-toggle-cell[data-v-6b54ac22],table th.expand-toggle-cell[data-v-6b54ac22]{padding-left:var(--spacing-150);padding-right:var(--spacing-75)}table>thead[data-v-6b54ac22]{border-bottom:none;z-index:calc(var(--3041fee8) + 1);display:inline-table;min-width:100%}table>thead>tr[data-v-6b54ac22]{color:var(--text-primary);border-bottom:1px solid var(--common-divider);height:var(--spacing-500);display:grid;grid-template-columns:var(--4f8aacf9)}table>thead>tr>th[data-v-6b54ac22]{background:var(--background-paper-elevation-0);width:100%;display:flex;align-items:center;cursor:default}table>thead>tr>th.bordered[data-v-6b54ac22]{border-right:1px solid var(--common-divider)}table>thead>tr>th.bordered.isStickyRight[data-v-6b54ac22]{border-right:none;border-left:1px solid var(--common-divider)}table>thead>tr>th.isTextRight[data-v-6b54ac22]{justify-content:flex-end}table>thead>tr>th.isSortable[data-v-6b54ac22]{cursor:pointer}table>thead.sticky[data-v-6b54ac22]{position:sticky;top:0;background:white}table>thead.isStickyHeader[data-v-6b54ac22]{z-index:calc(var(--3041fee8) + 2);top:calc(var(--spacing-800) - 1px)}table>tbody[data-v-6b54ac22]{display:block}table>tbody>*>tr[data-v-6b54ac22]{background-color:var(--background-default);min-height:var(--65a66d41);height:auto;display:grid;align-items:center;grid-template-columns:var(--4f8aacf9)}table>tbody>*>tr:nth-of-type(2n)>td[data-v-6b54ac22]{background-color:var(--background-default)}table>tbody>*>tr:hover:not(.loading)>td[data-v-6b54ac22],table>tbody>*>tr.activeMenu>td[data-v-6b54ac22]{background-color:var(--background-paper-elevation-1)}table>tbody td[data-v-6b54ac22]{background-color:var(--background-default);border:none;min-width:0;display:flex;min-height:var(--65a66d41);height:auto;width:100%;place-items:center;border-bottom:1px solid var(--common-divider);justify-content:start}table>tbody td.bordered[data-v-6b54ac22]{border-right:1px solid var(--common-divider)}table>tbody td.bordered.isStickyRight[data-v-6b54ac22]{border-right:none;border-left:1px solid var(--common-divider)}table>tbody td.isTextRight[data-v-6b54ac22]{justify-content:flex-end;text-align:right}.section-container[data-v-6b54ac22]{left:0}.sections[data-v-6b54ac22]{display:flex}.section[data-v-6b54ac22]{padding:0 1.5rem;background:var(--background-default);left:0;height:32px;display:flex;align-items:flex-end;border-right:1px solid var(--common-divider)}.table-cell[data-v-6b54ac22]{width:100%}.empty-state[data-v-6b54ac22]{min-height:250px}.floating-row[data-v-6b54ac22]{display:flex;inset:0;pointer-events:none;position:absolute;z-index:calc(var(--3041fee8) + 1)}.floating-row *[data-v-6b54ac22-s]{pointer-events:auto}
|
|
@@ -182,6 +182,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
182
182
|
rowIndex: number;
|
|
183
183
|
}) => any>> & {
|
|
184
184
|
title?(_: {}): any;
|
|
185
|
+
"table-header-pre-search"?(_: {}): any;
|
|
185
186
|
search?(_: {}): any;
|
|
186
187
|
"table-header-actions"?(_: {}): any;
|
|
187
188
|
"select-all-checkbox"?(_: {}): any;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import o from "./DataGrid.vue2.js";
|
|
2
2
|
/* empty css */import _ from "../../../_virtual/_plugin-vue_export-helper.js";
|
|
3
|
-
// import "../../../DataGrid.
|
|
4
|
-
const
|
|
3
|
+
// import "../../../DataGrid.vue_vue_type_style_index_0_scoped_6b54ac22_lang.css"; //*');
|
|
4
|
+
const s = /* @__PURE__ */ _(o, [["__scopeId", "data-v-6b54ac22"]]);
|
|
5
5
|
export {
|
|
6
|
-
|
|
6
|
+
s as default
|
|
7
7
|
};
|
|
@@ -1,32 +1,32 @@
|
|
|
1
|
-
import "../../../DataGrid.
|
|
1
|
+
import "../../../DataGrid.vue_vue_type_style_index_0_scoped_6b54ac22_lang.css"; import { defineComponent as ce, useCssVars as re, unref as t, useSlots as ue, computed as m, openBlock as i, createElementBlock as o, createElementVNode as u, normalizeStyle as T, normalizeClass as S, renderSlot as c, createVNode as h, withCtx as w, createTextVNode as E, toDisplayString as B, createCommentVNode as r, isRef as he, Fragment as p, renderList as I, mergeProps as M, createBlock as z } from "vue";
|
|
2
2
|
import A from "../../typography/v4/Typography.vue.js";
|
|
3
|
-
import
|
|
4
|
-
import
|
|
3
|
+
import ye from "../../skeleton/v4/SkeletonV4.vue.js";
|
|
4
|
+
import fe from "../../emptyState/v4/EmptyStateV4.vue.js";
|
|
5
5
|
import G from "../../checkbox/v4/CheckboxV4.vue.js";
|
|
6
|
-
import { TableTestIdModifiers as
|
|
7
|
-
import { tableCommon as
|
|
8
|
-
import
|
|
9
|
-
import
|
|
10
|
-
import
|
|
11
|
-
import
|
|
12
|
-
import { useVModel as
|
|
13
|
-
import { CHECKBOX_COLUMN_ID as
|
|
14
|
-
const Ce = ["data-testid"],
|
|
6
|
+
import { TableTestIdModifiers as y } from "../../../testids/index.js";
|
|
7
|
+
import { tableCommon as Se } from "../common/Table.common.js";
|
|
8
|
+
import ke from "./SortIcon.vue.js";
|
|
9
|
+
import me from "./HelpIcon.vue.js";
|
|
10
|
+
import ge from "./ExpandRowToggle.vue.js";
|
|
11
|
+
import ve from "../../search/v4/SearchV4.vue.js";
|
|
12
|
+
import { useVModel as be } from "@vueuse/core";
|
|
13
|
+
import { CHECKBOX_COLUMN_ID as $e } from "../common/consts.js";
|
|
14
|
+
const Re = ["data-testid"], Ce = ["data-testid"], xe = ["data-testid"], Te = ["data-testid"], we = ["data-testid"], Ee = ["data-testid"], Be = { class: "search-wrapper" }, pe = ["data-testid"], Ie = ["data-testid"], Ae = {
|
|
15
15
|
key: 1,
|
|
16
16
|
class: "expand-toggle-cell"
|
|
17
|
-
},
|
|
17
|
+
}, He = ["onClick"], Pe = { class: "table-head-container" }, Le = ["data-testid"], Me = ["onMouseenter", "onClick"], Ve = {
|
|
18
18
|
key: 1,
|
|
19
19
|
class: "expand-toggle-cell"
|
|
20
|
-
},
|
|
20
|
+
}, Ne = {
|
|
21
21
|
key: 2,
|
|
22
22
|
class: "expanded-row"
|
|
23
|
-
},
|
|
23
|
+
}, Fe = {
|
|
24
24
|
key: 3,
|
|
25
25
|
class: "floating-row"
|
|
26
|
-
},
|
|
26
|
+
}, Oe = { key: 1 }, De = {
|
|
27
27
|
key: 0,
|
|
28
28
|
class: "table-footer"
|
|
29
|
-
},
|
|
29
|
+
}, et = /* @__PURE__ */ ce({
|
|
30
30
|
__name: "DataGrid",
|
|
31
31
|
props: {
|
|
32
32
|
title: { default: "" },
|
|
@@ -61,167 +61,176 @@ const Ce = ["data-testid"], $e = ["data-testid"], Re = ["data-testid"], xe = ["d
|
|
|
61
61
|
isSelectionBordered: { type: Boolean, default: !1 }
|
|
62
62
|
},
|
|
63
63
|
emits: ["update:sort", "update:search", "update:selection", "onScroll", "onClearSearch", "saveRow", "loadMore", "selectAll", "selectRow", "clickRow"],
|
|
64
|
-
setup(s, { expose: k, emit:
|
|
65
|
-
const
|
|
66
|
-
|
|
67
|
-
"
|
|
68
|
-
"
|
|
69
|
-
"
|
|
70
|
-
|
|
64
|
+
setup(s, { expose: k, emit: f }) {
|
|
65
|
+
const l = s;
|
|
66
|
+
re((a) => ({
|
|
67
|
+
"3041fee8": s.zIndexBase,
|
|
68
|
+
"8ac5cc00": t(_),
|
|
69
|
+
"4f8aacf9": t(N),
|
|
70
|
+
"65a66d41": t(Z)
|
|
71
71
|
}));
|
|
72
|
-
const
|
|
73
|
-
list:
|
|
72
|
+
const g = ue(), Y = (a) => l.rowCustomClassKey && l.rows[a] ? l.rows[a][l.rowCustomClassKey] : "", {
|
|
73
|
+
list: V,
|
|
74
74
|
containerProps: Q,
|
|
75
75
|
wrapperProps: W,
|
|
76
|
-
activeRow:
|
|
76
|
+
activeRow: $,
|
|
77
77
|
gridColumnTemplate: N,
|
|
78
78
|
toggleSortOrder: X,
|
|
79
|
-
columnsStickyPositions:
|
|
79
|
+
columnsStickyPositions: H,
|
|
80
80
|
hasSearchSlot: j,
|
|
81
81
|
containerStyle: q,
|
|
82
82
|
onScroll: F,
|
|
83
83
|
savingRows: O,
|
|
84
|
-
hasExpandSlot:
|
|
84
|
+
hasExpandSlot: R,
|
|
85
85
|
toggleExpandRow: J,
|
|
86
86
|
cssRowHeight: Z,
|
|
87
87
|
cssExpandGridCol: _,
|
|
88
|
-
isRowExpanded:
|
|
88
|
+
isRowExpanded: P,
|
|
89
89
|
hasCheckboxes: D,
|
|
90
90
|
activeMenuRow: ee,
|
|
91
91
|
scrollTo: te
|
|
92
|
-
} =
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
92
|
+
} = Se(l, f), K = m(() => !!g.footer), se = m(
|
|
93
|
+
() => l.title || g.title || j || g["table-header-actions"] || g["table-header-pre-search"]
|
|
94
|
+
), b = be(l, "search", f), ae = m(() => l.selection.length || 0), L = m(() => {
|
|
95
|
+
const a = l.rows.map((d, e) => l.getRowId(d, e));
|
|
96
|
+
return !!a.length && a.every((d) => C(d));
|
|
97
|
+
}), C = (a) => l.selection.findIndex((d) => l.selectedMatcher(a, d)) !== -1, le = (a) => {
|
|
98
|
+
C(a) ? (x(
|
|
99
|
+
l.selection.filter(
|
|
100
|
+
(d) => !l.selectedMatcher(a, d)
|
|
99
101
|
)
|
|
100
|
-
),
|
|
101
|
-
},
|
|
102
|
-
if (
|
|
103
|
-
x([]),
|
|
102
|
+
), f("selectRow", !1)) : (x([...l.selection, a]), f("selectRow", !0));
|
|
103
|
+
}, ie = () => {
|
|
104
|
+
if (L.value)
|
|
105
|
+
x([]), f("selectAll", !1);
|
|
104
106
|
else {
|
|
105
|
-
const
|
|
106
|
-
x([...
|
|
107
|
+
const a = l.rows.map((d, e) => l.getRowId(d, e)).filter((d) => !C(d));
|
|
108
|
+
x([...l.selection, ...a]), f("selectAll", !0);
|
|
107
109
|
}
|
|
108
|
-
}, x = (
|
|
109
|
-
|
|
110
|
-
},
|
|
111
|
-
() =>
|
|
112
|
-
),
|
|
113
|
-
() =>
|
|
114
|
-
), U =
|
|
110
|
+
}, x = (a) => {
|
|
111
|
+
f("update:selection", a);
|
|
112
|
+
}, oe = (a) => !l.isLoading && $.value === a, de = m(
|
|
113
|
+
() => l.emptyStateVariant ?? (b.value ? "no-results" : "no-data")
|
|
114
|
+
), ne = m(
|
|
115
|
+
() => l.emptyStateSubtitle ? l.emptyStateSubtitle : b.value ? "Search again with different filters" : void 0
|
|
116
|
+
), U = m(() => ({
|
|
115
117
|
class: {
|
|
116
|
-
sticky:
|
|
117
|
-
bordered:
|
|
118
|
+
sticky: l.isSelectionSticky,
|
|
119
|
+
bordered: l.isSelectionBordered
|
|
118
120
|
},
|
|
119
|
-
style:
|
|
121
|
+
style: l.isSelectionSticky ? H.value[$e] : null
|
|
120
122
|
}));
|
|
121
123
|
return k({
|
|
122
124
|
scrollTo: te
|
|
123
|
-
}), (
|
|
125
|
+
}), (a, d) => (i(), o("div", {
|
|
124
126
|
class: "table-container",
|
|
125
|
-
"data-testid": `${s.testId}-${t(
|
|
126
|
-
onMouseleave: d[3] || (d[3] = (e) =>
|
|
127
|
+
"data-testid": `${s.testId}-${t(y).CONTAINER}`,
|
|
128
|
+
onMouseleave: d[3] || (d[3] = (e) => $.value = null)
|
|
127
129
|
}, [
|
|
128
130
|
u("table", {
|
|
129
131
|
ref: t(Q).ref,
|
|
130
132
|
style: T(t(q)),
|
|
131
|
-
class:
|
|
133
|
+
class: S({
|
|
132
134
|
hasFooter: t(K)
|
|
133
135
|
}),
|
|
134
|
-
"data-testid": `${s.testId}-${t(
|
|
136
|
+
"data-testid": `${s.testId}-${t(y).TABLE}`,
|
|
135
137
|
onScrollPassive: d[2] || (d[2] = //@ts-ignore
|
|
136
138
|
(...e) => t(F) && t(F)(...e))
|
|
137
139
|
}, [
|
|
138
|
-
|
|
140
|
+
t(se) ? (i(), o("div", {
|
|
139
141
|
key: 0,
|
|
140
|
-
class:
|
|
141
|
-
"data-testid": `${s.testId}-${t(
|
|
142
|
+
class: S(["table-header", { isStickyHeader: s.isStickyHeader }]),
|
|
143
|
+
"data-testid": `${s.testId}-${t(y).HEADER}`
|
|
142
144
|
}, [
|
|
143
145
|
u("div", {
|
|
144
146
|
class: "table-title",
|
|
145
|
-
"data-testid": `${s.testId}-${t(
|
|
147
|
+
"data-testid": `${s.testId}-${t(y).TITLE}`
|
|
146
148
|
}, [
|
|
147
|
-
c(
|
|
149
|
+
c(a.$slots, "title", {}, () => [
|
|
148
150
|
h(t(A), { variant: "h3" }, {
|
|
149
151
|
default: w(() => [
|
|
150
|
-
B(
|
|
152
|
+
E(B(s.title), 1)
|
|
151
153
|
]),
|
|
152
154
|
_: 1
|
|
153
155
|
})
|
|
154
156
|
])
|
|
155
|
-
], 8,
|
|
157
|
+
], 8, Te),
|
|
158
|
+
t(g)["table-header-pre-search"] ? (i(), o("div", {
|
|
159
|
+
key: 0,
|
|
160
|
+
class: "table-header-pre-search-content",
|
|
161
|
+
"data-testid": `${s.testId}-${t(y).PRE_SEARCH_HEADER}`
|
|
162
|
+
}, [
|
|
163
|
+
c(a.$slots, "table-header-pre-search")
|
|
164
|
+
], 8, we)) : r("", !0),
|
|
156
165
|
u("div", {
|
|
157
166
|
class: "table-header-right",
|
|
158
|
-
"data-testid": `${s.testId}-${t(
|
|
167
|
+
"data-testid": `${s.testId}-${t(y).HEADER_RIGHT}`
|
|
159
168
|
}, [
|
|
160
|
-
s.showSearch ? c(
|
|
161
|
-
u("div",
|
|
162
|
-
h(t(
|
|
163
|
-
modelValue: t(
|
|
164
|
-
"onUpdate:modelValue": d[0] || (d[0] = (e) =>
|
|
169
|
+
s.showSearch ? c(a.$slots, "search", { key: 0 }, () => [
|
|
170
|
+
u("div", Be, [
|
|
171
|
+
h(t(ve), {
|
|
172
|
+
modelValue: t(b),
|
|
173
|
+
"onUpdate:modelValue": d[0] || (d[0] = (e) => he(b) ? b.value = e : null),
|
|
165
174
|
placeholder: s.searchPlaceholder,
|
|
166
175
|
"auto-focus": s.searchAutoFocus,
|
|
167
176
|
"test-id": s.testId,
|
|
168
|
-
onOnClear: d[1] || (d[1] = (e) =>
|
|
177
|
+
onOnClear: d[1] || (d[1] = (e) => f("onClearSearch"))
|
|
169
178
|
}, null, 8, ["modelValue", "placeholder", "auto-focus", "test-id"])
|
|
170
179
|
])
|
|
171
180
|
]) : r("", !0)
|
|
172
|
-
], 8,
|
|
173
|
-
t(
|
|
174
|
-
key:
|
|
181
|
+
], 8, Ee),
|
|
182
|
+
t(g)["table-header-actions"] ? (i(), o("div", {
|
|
183
|
+
key: 1,
|
|
175
184
|
class: "table-header-actions",
|
|
176
|
-
"data-testid": `${s.testId}-${t(
|
|
185
|
+
"data-testid": `${s.testId}-${t(y).ACTIONS}`
|
|
177
186
|
}, [
|
|
178
|
-
c(
|
|
179
|
-
], 8,
|
|
180
|
-
], 10,
|
|
187
|
+
c(a.$slots, "table-header-actions")
|
|
188
|
+
], 8, pe)) : r("", !0)
|
|
189
|
+
], 10, xe)) : r("", !0),
|
|
181
190
|
u("thead", {
|
|
182
|
-
class:
|
|
191
|
+
class: S({ sticky: s.isSticky, isStickyHeader: s.isStickyHeader })
|
|
183
192
|
}, [
|
|
184
193
|
u("div", {
|
|
185
194
|
class: "sections",
|
|
186
|
-
"data-testid": `${s.testId}-${t(
|
|
195
|
+
"data-testid": `${s.testId}-${t(y).SECTIONS}`
|
|
187
196
|
}, [
|
|
188
|
-
(i(!0), o(
|
|
197
|
+
(i(!0), o(p, null, I(s.sections, (e) => (i(), o("div", {
|
|
189
198
|
key: e.id,
|
|
190
|
-
class:
|
|
199
|
+
class: S(["section-container", { sticky: e.isSticky }])
|
|
191
200
|
}, [
|
|
192
|
-
c(
|
|
201
|
+
c(a.$slots, `section-${e.id}`, {}, () => [
|
|
193
202
|
u("div", {
|
|
194
203
|
style: T({ width: e.width + "px" }),
|
|
195
|
-
class:
|
|
204
|
+
class: S({ section: !0 })
|
|
196
205
|
}, [
|
|
197
206
|
h(t(A), { variant: "body2" }, {
|
|
198
207
|
default: w(() => [
|
|
199
|
-
B(
|
|
208
|
+
E(B(e.title), 1)
|
|
200
209
|
]),
|
|
201
210
|
_: 2
|
|
202
211
|
}, 1024)
|
|
203
212
|
], 4)
|
|
204
213
|
])
|
|
205
214
|
], 2))), 128))
|
|
206
|
-
], 8,
|
|
215
|
+
], 8, Ie),
|
|
207
216
|
u("tr", null, [
|
|
208
|
-
t(D) ? (i(), o("th",
|
|
217
|
+
t(D) ? (i(), o("th", M({
|
|
209
218
|
key: 0,
|
|
210
219
|
class: "checkbox-cell"
|
|
211
220
|
}, t(U)), [
|
|
212
|
-
c(
|
|
221
|
+
c(a.$slots, "select-all-checkbox", {}, () => [
|
|
213
222
|
h(t(G), {
|
|
214
223
|
disabled: s.isLoading,
|
|
215
|
-
"is-checked": t(
|
|
216
|
-
"is-indeterminate": !t(
|
|
217
|
-
"onUpdate:isChecked":
|
|
224
|
+
"is-checked": t(L),
|
|
225
|
+
"is-indeterminate": !t(L) && t(ae) > 0,
|
|
226
|
+
"onUpdate:isChecked": ie
|
|
218
227
|
}, null, 8, ["disabled", "is-checked", "is-indeterminate"])
|
|
219
228
|
])
|
|
220
229
|
], 16)) : r("", !0),
|
|
221
|
-
t(
|
|
222
|
-
(i(!0), o(
|
|
230
|
+
t(R) ? (i(), o("th", Ae)) : r("", !0),
|
|
231
|
+
(i(!0), o(p, null, I(s.columns, (e) => (i(), o("th", {
|
|
223
232
|
key: e.id,
|
|
224
|
-
class:
|
|
233
|
+
class: S({
|
|
225
234
|
sticky: e.isSticky,
|
|
226
235
|
isStickyRight: e.isStickyRight,
|
|
227
236
|
bordered: e.isBordered,
|
|
@@ -229,67 +238,67 @@ const Ce = ["data-testid"], $e = ["data-testid"], Re = ["data-testid"], xe = ["d
|
|
|
229
238
|
isSortable: e.isSortable,
|
|
230
239
|
[`column-${e.id}`]: !0
|
|
231
240
|
}),
|
|
232
|
-
style: T(e.isSticky ? t(
|
|
233
|
-
onClick: (
|
|
241
|
+
style: T(e.isSticky ? t(H)[e.id] : null),
|
|
242
|
+
onClick: (v) => e.isSortable ? t(X)(e) : null
|
|
234
243
|
}, [
|
|
235
|
-
u("div",
|
|
236
|
-
c(
|
|
244
|
+
u("div", Pe, [
|
|
245
|
+
c(a.$slots, `header-${e.id}`, { column: e }, () => [
|
|
237
246
|
h(t(A), { variant: "tableLabel" }, {
|
|
238
247
|
default: w(() => [
|
|
239
|
-
B(
|
|
248
|
+
E(B(e.title), 1)
|
|
240
249
|
]),
|
|
241
250
|
_: 2
|
|
242
251
|
}, 1024)
|
|
243
252
|
]),
|
|
244
|
-
e.helpText ? (i(), z(
|
|
253
|
+
e.helpText ? (i(), z(me, {
|
|
245
254
|
key: 0,
|
|
246
255
|
"hover-help-text": e.helpText,
|
|
247
256
|
"hover-help-text-placement": e.helpTextPlacement
|
|
248
257
|
}, null, 8, ["hover-help-text", "hover-help-text-placement"])) : r("", !0),
|
|
249
|
-
e.isSortable && e.id === s.sort?.sortBy ? (i(), z(
|
|
258
|
+
e.isSortable && e.id === s.sort?.sortBy ? (i(), z(ke, {
|
|
250
259
|
key: 1,
|
|
251
260
|
"sort-order": s.sort.sortOrder
|
|
252
261
|
}, null, 8, ["sort-order"])) : r("", !0)
|
|
253
262
|
])
|
|
254
|
-
], 14,
|
|
263
|
+
], 14, He))), 128))
|
|
255
264
|
])
|
|
256
265
|
], 2),
|
|
257
266
|
u("tbody", null, [
|
|
258
|
-
t(
|
|
267
|
+
t(V).length > 0 ? (i(), o("div", M({
|
|
259
268
|
key: 0,
|
|
260
269
|
class: "table-body-wrapper",
|
|
261
|
-
"data-testid": `${s.testId}-${t(
|
|
270
|
+
"data-testid": `${s.testId}-${t(y).BODY_WRAPPER}`
|
|
262
271
|
}, t(W)), [
|
|
263
|
-
(i(!0), o(
|
|
272
|
+
(i(!0), o(p, null, I(t(V), (e) => (i(), o("tr", {
|
|
264
273
|
key: s.getRowKey(e.data, e.index),
|
|
265
|
-
class:
|
|
274
|
+
class: S(["table-row", {
|
|
266
275
|
loading: s.isLoading || s.isLoading && !e.data || t(O).includes(e.index),
|
|
267
|
-
active: t(
|
|
276
|
+
active: t($) === e.index,
|
|
268
277
|
activeMenu: t(ee) === e.index,
|
|
269
|
-
expanded: t(
|
|
278
|
+
expanded: t(R) && t(P)(e.index),
|
|
270
279
|
[Y(e.index)]: !0
|
|
271
280
|
}]),
|
|
272
|
-
onMouseenter: (
|
|
273
|
-
onClick: (
|
|
281
|
+
onMouseenter: (v) => $.value = e.index,
|
|
282
|
+
onClick: (v) => f("clickRow", e.index)
|
|
274
283
|
}, [
|
|
275
|
-
t(D) ? (i(), o("td",
|
|
284
|
+
t(D) ? (i(), o("td", M({
|
|
276
285
|
key: 0,
|
|
277
286
|
class: "checkbox-cell"
|
|
278
287
|
}, t(U)), [
|
|
279
288
|
h(t(G), {
|
|
280
|
-
"is-checked":
|
|
281
|
-
"onUpdate:isChecked": (
|
|
289
|
+
"is-checked": C(s.getRowId(e.data, e.index)),
|
|
290
|
+
"onUpdate:isChecked": (v) => le(s.getRowId(e.data, e.index))
|
|
282
291
|
}, null, 8, ["is-checked", "onUpdate:isChecked"])
|
|
283
292
|
], 16)) : r("", !0),
|
|
284
|
-
t(
|
|
285
|
-
h(
|
|
286
|
-
expanded: t(
|
|
287
|
-
onClick: (
|
|
293
|
+
t(R) ? (i(), o("td", Ve, [
|
|
294
|
+
h(ge, {
|
|
295
|
+
expanded: t(P)(e.index),
|
|
296
|
+
onClick: (v) => t(J)(e.index, v)
|
|
288
297
|
}, null, 8, ["expanded", "onClick"])
|
|
289
298
|
])) : r("", !0),
|
|
290
|
-
(i(!0), o(
|
|
299
|
+
(i(!0), o(p, null, I(s.columns, (v, n) => (i(), o("td", {
|
|
291
300
|
key: n,
|
|
292
|
-
class:
|
|
301
|
+
class: S({
|
|
293
302
|
sticky: s.columns[n].isSticky,
|
|
294
303
|
isStickyRight: s.columns[n].isStickyRight,
|
|
295
304
|
bordered: s.columns[n].isBordered,
|
|
@@ -297,14 +306,14 @@ const Ce = ["data-testid"], $e = ["data-testid"], Re = ["data-testid"], xe = ["d
|
|
|
297
306
|
[`column-${s.columns[n].id}`]: !0
|
|
298
307
|
}),
|
|
299
308
|
style: T(
|
|
300
|
-
s.columns[n].isSticky ? t(
|
|
309
|
+
s.columns[n].isSticky ? t(H)[s.columns[n].id] : null
|
|
301
310
|
)
|
|
302
311
|
}, [
|
|
303
312
|
!s.isLoading || s.isLoading && e.data[n] ? (i(), o("div", {
|
|
304
313
|
key: 0,
|
|
305
|
-
class:
|
|
314
|
+
class: S(["table-cell", { last: n === e.data.length - 1 }])
|
|
306
315
|
}, [
|
|
307
|
-
c(
|
|
316
|
+
c(a.$slots, `cell-${s.columns[n].id}`, {
|
|
308
317
|
cell: e.data[n],
|
|
309
318
|
isLoading: t(O).includes(e.index),
|
|
310
319
|
cellIndex: n,
|
|
@@ -313,48 +322,48 @@ const Ce = ["data-testid"], $e = ["data-testid"], Re = ["data-testid"], xe = ["d
|
|
|
313
322
|
}, () => [
|
|
314
323
|
h(t(A), { variant: "body1" }, {
|
|
315
324
|
default: w(() => [
|
|
316
|
-
B(
|
|
325
|
+
E(B(e.data[n]), 1)
|
|
317
326
|
]),
|
|
318
327
|
_: 2
|
|
319
328
|
}, 1024)
|
|
320
329
|
])
|
|
321
|
-
], 2)) : c(
|
|
322
|
-
h(t(
|
|
330
|
+
], 2)) : c(a.$slots, "loader", { key: 1 }, () => [
|
|
331
|
+
h(t(ye), { round: "" })
|
|
323
332
|
])
|
|
324
333
|
], 6))), 128)),
|
|
325
|
-
t(
|
|
326
|
-
c(
|
|
334
|
+
t(R) && t(P)(e.index) ? (i(), o("div", Ne, [
|
|
335
|
+
c(a.$slots, "expanded", {
|
|
327
336
|
row: e,
|
|
328
337
|
gridColumnTemplate: t(N)
|
|
329
338
|
})
|
|
330
339
|
])) : r("", !0),
|
|
331
|
-
|
|
332
|
-
c(
|
|
340
|
+
oe(e.index) ? (i(), o("div", Fe, [
|
|
341
|
+
c(a.$slots, "floating-row", {
|
|
333
342
|
row: e,
|
|
334
343
|
rowIndex: e.index
|
|
335
344
|
})
|
|
336
345
|
])) : r("", !0)
|
|
337
346
|
], 42, Me))), 128))
|
|
338
|
-
], 16, Le)) : (i(), o("div",
|
|
339
|
-
c(
|
|
340
|
-
h(t(
|
|
347
|
+
], 16, Le)) : (i(), o("div", Oe, [
|
|
348
|
+
c(a.$slots, "empty-state", {}, () => [
|
|
349
|
+
h(t(fe), {
|
|
341
350
|
class: "empty-state",
|
|
342
351
|
title: s.emptyStateTitle,
|
|
343
|
-
subtitle: t(
|
|
344
|
-
variant: t(
|
|
352
|
+
subtitle: t(ne),
|
|
353
|
+
variant: t(de),
|
|
345
354
|
"icon-name": "file-search",
|
|
346
|
-
"test-id": `${s.testId}-${t(
|
|
355
|
+
"test-id": `${s.testId}-${t(y).EMPTY_STATE}`
|
|
347
356
|
}, null, 8, ["title", "subtitle", "variant", "test-id"])
|
|
348
357
|
])
|
|
349
358
|
]))
|
|
350
359
|
])
|
|
351
|
-
], 46,
|
|
352
|
-
t(K) ? (i(), o("div",
|
|
353
|
-
c(
|
|
360
|
+
], 46, Ce),
|
|
361
|
+
t(K) ? (i(), o("div", De, [
|
|
362
|
+
c(a.$slots, "footer")
|
|
354
363
|
])) : r("", !0)
|
|
355
|
-
], 40,
|
|
364
|
+
], 40, Re));
|
|
356
365
|
}
|
|
357
366
|
});
|
|
358
367
|
export {
|
|
359
|
-
|
|
368
|
+
et as default
|
|
360
369
|
};
|
|
@@ -698,6 +698,7 @@ declare const DataGridTypes: () => (({
|
|
|
698
698
|
rowIndex: number;
|
|
699
699
|
}) => any>> & {
|
|
700
700
|
title?(_: {}): any;
|
|
701
|
+
"table-header-pre-search"?(_: {}): any;
|
|
701
702
|
search?(_: {}): any;
|
|
702
703
|
"table-header-actions"?(_: {}): any;
|
|
703
704
|
"select-all-checkbox"?(_: {}): any;
|
package/index.d.ts
CHANGED
|
@@ -6455,6 +6455,7 @@ declare const _default: {
|
|
|
6455
6455
|
rowIndex: number;
|
|
6456
6456
|
}) => any>> & {
|
|
6457
6457
|
title?(_: {}): any;
|
|
6458
|
+
"table-header-pre-search"?(_: {}): any;
|
|
6458
6459
|
search?(_: {}): any;
|
|
6459
6460
|
"table-header-actions"?(_: {}): any;
|
|
6460
6461
|
"select-all-checkbox"?(_: {}): any;
|
|
@@ -7262,6 +7263,7 @@ declare const _default: {
|
|
|
7262
7263
|
rowIndex: number;
|
|
7263
7264
|
}) => any>> & {
|
|
7264
7265
|
title?(_: {}): any;
|
|
7266
|
+
"table-header-pre-search"?(_: {}): any;
|
|
7265
7267
|
search?(_: {}): any;
|
|
7266
7268
|
"table-header-actions"?(_: {}): any;
|
|
7267
7269
|
"select-all-checkbox"?(_: {}): any;
|
package/package.json
CHANGED
package/testids/index.d.ts
CHANGED
|
@@ -101,7 +101,8 @@ export declare enum TableTestIdModifiers {
|
|
|
101
101
|
ACTIONS = "tbl-actions",
|
|
102
102
|
SECTIONS = "tbl-sections",
|
|
103
103
|
BODY_WRAPPER = "tbl-body-wrapper",
|
|
104
|
-
EMPTY_STATE = "tbl-empty-state"
|
|
104
|
+
EMPTY_STATE = "tbl-empty-state",
|
|
105
|
+
PRE_SEARCH_HEADER = "tbl-pre-search-header"
|
|
105
106
|
}
|
|
106
107
|
export declare enum RowsCounterTestIdModifiers {
|
|
107
108
|
CONTAINER = "rc-container",
|
package/testids/index.js
CHANGED
|
@@ -1,36 +1,36 @@
|
|
|
1
|
-
var a = /* @__PURE__ */ ((E) => (E.TRIGGER = "ie-trigger", E.CONTENT = "ie-content", E.SEARCH = "ie-search", E.LIST = "ie-list", E.LIST_SELECTED = "ie-list-selected", E.ACTION_CANCEL = "ie-action-cancel", E.ACTION_APPLY = "ie-action-apply", E.SELECT_ALL = "ie-select-all", E.CLEAR_ALL = "ie-clear-all", E))(a || {}),
|
|
1
|
+
var a = /* @__PURE__ */ ((E) => (E.TRIGGER = "ie-trigger", E.CONTENT = "ie-content", E.SEARCH = "ie-search", E.LIST = "ie-list", E.LIST_SELECTED = "ie-list-selected", E.ACTION_CANCEL = "ie-action-cancel", E.ACTION_APPLY = "ie-action-apply", E.SELECT_ALL = "ie-select-all", E.CLEAR_ALL = "ie-clear-all", E))(a || {}), R = /* @__PURE__ */ ((E) => (E.TRIGGER = "dd-trigger", E.WRAPPER = "dd-wrapper", E.BUTTON = "dd-button", E.BUTTON_WRAPPER = "dd-button-wrapper", E.BUTTON_CONTENT = "dd-button-content", E.BUTTON_CONTENT_SUFFIX = "dd-button-content-suffix", E.BUTTON_CLEAR = "dd-button-clear", E.LABEL = "dd-label", E.LIST_CONTAINER = "dd-list-container", E.SEARCH = "dd-search", E.TITLE = "dd-title", E.ACTION_CANCEL = "dd-action-cancel", E.ACTION_APPLY = "dd-action-apply", E.ACTION_CLEAR_ALL = "dd-action-clear-all", E.HELPER_TEXT = "dd-helper-text", E.HELPER_TEXT_ERROR = "dd-helper-text-error", E.SELECT_ALL = "dd-select-all", E.NO_RESULT = "dd-no-result", E))(R || {}), O = /* @__PURE__ */ ((E) => (E.WRAPPER = "banner-wrapper", E.CONTENT = "banner-content", E))(O || {}), t = /* @__PURE__ */ ((E) => (E.WRAPPER = "alert-wrapper", E.TITLE = "alert-title", E.MESSAGE = "alert-message", E.ACTION_BUTTON = "alert-action-button", E.CLOSE_BUTTON = "alert-close-button", E))(t || {}), N = /* @__PURE__ */ ((E) => (E.WRAPPER = "dialog-wrapper", E.HEADER = "dialog-header", E.ACTION_CLOSE = "dialog-action-close", E.HEADER_SECONDARY = "dialog-header-secondary", E.CONTENT = "dialog-content", E.ACTION_BUTTONS_WRAPPER = "dialog-action-buttons-wrapper", E.BACKDROP = "dialog-backdrop", E.SAVE_BUTTON = "dialog-save-button", E.CANCEL_BUTTON = "dialog-cancel-button", E))(N || {}), A = /* @__PURE__ */ ((E) => (E.WRAPPER = "input-wrapper", E.TOOLTIP = "input-tooltip", E.TOOLTIP_WITHOUT_ICON = "input-tooltip-without-icon", E.MANDATORY = "input-mandatory", E.LABEL_CONTAINER = "input-label-container", E.LABEL_TEXT = "input-label-text", E.FIELD = "input-field", E.EXTRA_TEXT = "input-extra-text", E.TOGGLE_PASSWORD = "input-toggle-password-icon", E))(A || {}), L = /* @__PURE__ */ ((E) => (E.WRAPPER = "cb-wrapper", E.LABEL = "cb-label", E.FIELD = "cb-field", E.CHECKED = "cb-checked", E))(L || {}), P = /* @__PURE__ */ ((E) => (E.FIELD = "radio-field", E.LABEL = "radio-label", E.ERROR_TEXT = "radio-error-text", E.GROUP = "radio-group", E.LABEL_DESCRIPTION = "label-description", E))(P || {}), c = /* @__PURE__ */ ((E) => (E.WRAPPER = "swicth-wrapper", E.BUTTON = "swicth-button", E.TEXT = "swicth-text", E))(c || {}), _ = /* @__PURE__ */ ((E) => (E.WRAPPER = "ta-wrapper", E.LABEL = "ta-label", E.FIELD = "ta-field", E.TEXT = "ta-text", E))(_ || {}), n = /* @__PURE__ */ ((E) => (E.CONTAINER = "search-container", E.FIELD = "search-field", E.CLOSE = "search-close", E.CLEAR = "search-clear", E))(n || {}), l = /* @__PURE__ */ ((E) => (E.CONTAINER = "tbl-container", E.TABLE = "tbl-table", E.HEADER = "tbl-header", E.TITLE = "tbl-title", E.HEADER_RIGHT = "tbl-header-right", E.ACTIONS = "tbl-actions", E.SECTIONS = "tbl-sections", E.BODY_WRAPPER = "tbl-body-wrapper", E.EMPTY_STATE = "tbl-empty-state", E.PRE_SEARCH_HEADER = "tbl-pre-search-header", E))(l || {}), r = /* @__PURE__ */ ((E) => (E.CONTAINER = "rc-container", E.COUNT = "rc-count", E.TOTAL = "rc-total", E))(r || {}), C = /* @__PURE__ */ ((E) => (E.WRAPPER = "toggle-wrapper", E.BODY = "toggle-body", E.FIELD = "toggle-field", E.TEXT = "toggle-text", E.HELPER_TEXT = "toggle-helper-text", E.ERROR_TEXT = "toggle-error-text", E))(C || {}), b = /* @__PURE__ */ ((E) => (E.TEXT = "tt-text", E.TRIGGER = "tt-trigger", E.HEADER = "tt-header", E))(b || {}), p = /* @__PURE__ */ ((E) => (E.WRAPPER = "at-wrapper", E.TITLE_TEXT = "at-title-text", E.TITLE_TOOLTIP_TEXT = "at-tooltip-text", E.DESCRIPTION_TOOLTIP_TEXT = "at-description-tooltip-text", E.DESCRIPTION_TEXT = "at-description-text", E.TRIGGER_BUTTON = "at-trigger-button", E))(p || {}), v = /* @__PURE__ */ ((E) => (E.WRAPPER = "ai-wrapper", E.SELECTED_OPTION = "ai-selected-option", E.SEARCH_FIELD = "ai-search-field", E))(v || {}), u = /* @__PURE__ */ ((E) => (E.WRAPPER = "chip-wrapper", E.CLEAR = "chip-clear", E))(u || {}), S = /* @__PURE__ */ ((E) => (E.WRAPPER = "dp-wrapper", E.INPUT = "dp-input", E))(S || {}), U = /* @__PURE__ */ ((E) => (E.WRAPPER = "cm-wrapper", E.DAYS_HEADER = "cm-days-header", E.PREVIOUS = "cm-previous", E.NEXT = "cm-next", E.DAYS_WRAPPER = "cm-days-wrapper", E.DAY = "cm-day", E.MONTH_HEADER_TEXT = "cm-month-header-text", E.MONTH_HEADER = "cm-month-header", E))(U || {}), B = /* @__PURE__ */ ((E) => (E.WRAPPER = "dr-wrapper", E.FIELD = "dr-field", E.TRIGGER = "dr-trigger", E.CONTAINER = "dr-container", E.MENU = "dr-menu", E.MESSAGE = "dr-message", E.ACTION_APPLY = "dr-action-apply", E.ACTION_CANCEL = "dr-action-cancel", E))(B || {}), h = /* @__PURE__ */ ((E) => (E.WRAPPER = "tabs-wrapper", E.TAB = "tabs-tab", E))(h || {}), T = /* @__PURE__ */ ((E) => (E.TEXT = "t-text", E))(T || {}), W = /* @__PURE__ */ ((E) => (E.HEADER = "h-header", E))(W || {}), X = /* @__PURE__ */ ((E) => (E.CONTAINER = "field-label-container", E.TEXT = "field-label-text", E.MANDATORY = "field-label-mandatory", E.TOOLTIP = "field-label-help-tooltip", E))(X || {}), m = /* @__PURE__ */ ((E) => (E.CONTAINER = "field-help-text-container", E.TEXT = "field-help-text-text", E.ICON = "field-help-text-icon", E))(m || {}), G = /* @__PURE__ */ ((E) => (E.CONTAINER = "sb-container", E.TITLE = "sb-title", E.MESSAGE = "sb-message", E.CLOSE = "sb-close", E.ICON = "sb-icon", E.ACTION_BUTTON = "sb-action-button", E))(G || {}), H = /* @__PURE__ */ ((E) => (E.TITLE = "foldable-section-title", E.CONTENT = "foldable-section-content", E))(H || {}), Y = /* @__PURE__ */ ((E) => (E.TITLE = "form-card-title", E.CONTENT = "form-card-content", E.ACTIONS = "form-card-actions", E.SAVE_BUTTON = "form-card-save-btn", E.CANCEL_BUTTON = "form-card-cancel-btn", E))(Y || {}), y = /* @__PURE__ */ ((E) => (E.TITLE = "ah-title", E.APP_KEY = "ah-app-key", E.APP_PLATFORM = "ah-app-platform", E.AB_ICON = "ah-ab-icon", E))(y || {}), x = /* @__PURE__ */ ((E) => (E.TEXT = "ic-text", E.COPY_BTN = "ic-copy-btn", E))(x || {}), g = /* @__PURE__ */ ((E) => (E.WRAPPER = "multibar-wrapper", E.CLOSE_BTN = "multibar-close-button", E.MENU = "multibar-menu", E.ACTION = "multibar-action", E))(g || {}), w = /* @__PURE__ */ ((E) => (E.CONTAINER = "sortable-list-container", E.DRAGGABLE_LIST = "sortable-list-draggable-list", E.LOCKED_LIST = "sortable-list-locked-list", E))(w || {}), V = /* @__PURE__ */ ((E) => (E.BUTTON_A = "ab-group-button-a", E.BUTTON_B = "ab-group-button-b", E.POPOVER_TRIGGER = "ab-group-popover-trigger", E.POPOVER_AB = "ab-group-popover", E))(V || {});
|
|
2
2
|
export {
|
|
3
|
-
|
|
3
|
+
t as AlertTestIdModifiers,
|
|
4
4
|
y as AppHeaderTestIdModifiers,
|
|
5
5
|
p as AppTriggerTestIdModifiers,
|
|
6
6
|
v as AutocompleteInputTestIdModifiers,
|
|
7
|
-
|
|
7
|
+
O as BannerTestIdModifiers,
|
|
8
8
|
U as CalendarMonthTestIdModifiers,
|
|
9
9
|
L as CheckboxTestIdModifiers,
|
|
10
10
|
u as ChipTestIdModifiers,
|
|
11
11
|
S as DatePickerTestIdModifiers,
|
|
12
12
|
B as DateRangeTestIdModifiers,
|
|
13
13
|
N as DialogTestIdModifiers,
|
|
14
|
-
|
|
14
|
+
R as DropdownTestIdModifiers,
|
|
15
15
|
m as FieldHelpTextTestIdModifiers,
|
|
16
|
-
|
|
16
|
+
X as FieldLabelTestIdModifiers,
|
|
17
17
|
H as FoldableSectionTestIdModifiers,
|
|
18
18
|
Y as FormCardTestIdModifiers,
|
|
19
|
-
|
|
19
|
+
W as HeaderTestIdModifiers,
|
|
20
20
|
a as IncludeExcludeTestIdModifiers,
|
|
21
21
|
x as InlineCopyTestIdModifiers,
|
|
22
22
|
A as InputTestIdModifiers,
|
|
23
23
|
g as MultiBarTestIdModifiers,
|
|
24
24
|
P as RadioTestIdModifiers,
|
|
25
25
|
r as RowsCounterTestIdModifiers,
|
|
26
|
-
|
|
26
|
+
n as SearchTestIdModifiers,
|
|
27
27
|
G as SnackbarTestIdModifiers,
|
|
28
28
|
w as SortableListTestIdModifiers,
|
|
29
29
|
c as SwitchTestIdModifiers,
|
|
30
30
|
l as TableTestIdModifiers,
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
31
|
+
h as TabsTestIdModifiers,
|
|
32
|
+
_ as TextAreaTestIdModifiers,
|
|
33
|
+
T as TextTestIdModifiers,
|
|
34
34
|
V as ToggleButtonGroupABTestIdModifiers,
|
|
35
35
|
C as ToggleTestIdModifiers,
|
|
36
36
|
b as TooltipTestIdModifiers
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
.sticky[data-v-020072b0]{position:sticky}.table-container[data-v-020072b0]{width:100%;position:relative;display:flex;flex-direction:column}.table-header[data-v-020072b0]{display:flex;align-items:center;height:calc(var(--spacing-800) - 1px);border-bottom:1px solid var(--common-divider);background-color:var(--background-paper-elevation-0);position:sticky;left:0;padding:var(--spacing-300)}.table-header .table-title[data-v-020072b0]{display:flex;flex:1;align-items:center;justify-content:flex-start;height:100%;color:var(--text-primary)}.table-header .table-header-right[data-v-020072b0]{display:flex;align-items:center;height:100%}.table-header .search-wrapper[data-v-020072b0]{width:13.75rem}.table-header.isStickyHeader[data-v-020072b0]{z-index:calc(var(--213d426c) + 3);top:0}.table-head-container[data-v-020072b0]{display:flex;align-items:center;white-space:nowrap;color:var(--text-primary)}.table-footer[data-v-020072b0]{color:var(--text-primary);background-color:var(--background-paper-elevation-0);padding:0 var(--spacing-300);display:flex;align-items:center;min-height:var(--spacing-600);border:1px solid var(--common-divider);border-radius:var(--border-radius-md);border-top-right-radius:0;border-top-left-radius:0}.table-body-wrapper[data-v-020072b0]{display:inline-table}.table-header-actions[data-v-020072b0]{margin-left:var(--spacing-100);display:flex;align-items:center}.table-row[data-v-020072b0]{position:relative}.table-row.loading[data-v-020072b0]{opacity:.7}.table-row:not(.expanded):last-child>td[data-v-020072b0]{border-bottom:none}.table-row.expanded:last-child>.expanded-row[data-v-020072b0]{border-bottom:none}.expanded-row[data-v-020072b0]{grid-column:var(--1bb95c84);border-bottom:1px solid var(--common-divider);background-color:var(--background-default)}table[data-v-020072b0]{position:relative;display:block;overflow:auto;background:var(--background-paper-elevation-0);border:1px solid var(--common-divider);color:var(--text-primary);text-align:left;table-layout:fixed;width:100%;max-height:100%;border-radius:var(--border-radius-md);border-collapse:collapse;border-spacing:0}table.hasFooter[data-v-020072b0]{border-bottom-left-radius:0;border-bottom-right-radius:0;border-bottom:none}table td[data-v-020072b0],table th[data-v-020072b0]{line-height:normal;padding:0 var(--spacing-200)}table td[data-v-020072b0]:first-of-type,table th[data-v-020072b0]:first-of-type{padding-left:var(--spacing-300)}table td[data-v-020072b0]:last-of-type,table th[data-v-020072b0]:last-of-type{padding-right:var(--spacing-300)}table td.expand-toggle-cell[data-v-020072b0],table th.expand-toggle-cell[data-v-020072b0]{padding-left:var(--spacing-150);padding-right:var(--spacing-75)}table>thead[data-v-020072b0]{border-bottom:none;z-index:calc(var(--213d426c) + 1);display:inline-table;min-width:100%}table>thead>tr[data-v-020072b0]{color:var(--text-primary);border-bottom:1px solid var(--common-divider);height:var(--spacing-500);display:grid;grid-template-columns:var(--833c2592)}table>thead>tr>th[data-v-020072b0]{background:var(--background-paper-elevation-0);width:100%;display:flex;align-items:center;cursor:default}table>thead>tr>th.bordered[data-v-020072b0]{border-right:1px solid var(--common-divider)}table>thead>tr>th.bordered.isStickyRight[data-v-020072b0]{border-right:none;border-left:1px solid var(--common-divider)}table>thead>tr>th.isTextRight[data-v-020072b0]{justify-content:flex-end}table>thead>tr>th.isSortable[data-v-020072b0]{cursor:pointer}table>thead.sticky[data-v-020072b0]{position:sticky;top:0;background:white}table>thead.isStickyHeader[data-v-020072b0]{z-index:calc(var(--213d426c) + 2);top:calc(var(--spacing-800) - 1px)}table>tbody[data-v-020072b0]{display:block}table>tbody>*>tr[data-v-020072b0]{background-color:var(--background-default);min-height:var(--d3eb9802);height:auto;display:grid;align-items:center;grid-template-columns:var(--833c2592)}table>tbody>*>tr:nth-of-type(2n)>td[data-v-020072b0]{background-color:var(--background-default)}table>tbody>*>tr:hover:not(.loading)>td[data-v-020072b0],table>tbody>*>tr.activeMenu>td[data-v-020072b0]{background-color:var(--background-paper-elevation-1)}table>tbody td[data-v-020072b0]{background-color:var(--background-default);border:none;min-width:0;display:flex;min-height:var(--d3eb9802);height:auto;width:100%;place-items:center;border-bottom:1px solid var(--common-divider);justify-content:start}table>tbody td.bordered[data-v-020072b0]{border-right:1px solid var(--common-divider)}table>tbody td.bordered.isStickyRight[data-v-020072b0]{border-right:none;border-left:1px solid var(--common-divider)}table>tbody td.isTextRight[data-v-020072b0]{justify-content:flex-end;text-align:right}.section-container[data-v-020072b0]{left:0}.sections[data-v-020072b0]{display:flex}.section[data-v-020072b0]{padding:0 1.5rem;background:var(--background-default);left:0;height:32px;display:flex;align-items:flex-end;border-right:1px solid var(--common-divider)}.table-cell[data-v-020072b0]{width:100%}.empty-state[data-v-020072b0]{min-height:250px}.floating-row[data-v-020072b0]{display:flex;inset:0;pointer-events:none;position:absolute;z-index:calc(var(--213d426c) + 1)}.floating-row *[data-v-020072b0-s]{pointer-events:auto}
|