@ironsource/shared-ui 2.1.8-test.0 → 2.1.8-test.1
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_d27e1304_lang.css +1 -0
- package/MultipleDataGrid.vue_vue_type_style_index_0_scoped_cfedf78b_lang.css +1 -0
- package/Table.vue_vue_type_style_index_0_scoped_9375215d_lang.css +1 -0
- package/components/chart/consts.d.ts +0 -6
- package/components/chart/consts.js +15 -14
- package/components/chart/index.d.ts +20 -21
- package/components/table/common/Table.types.d.ts +6 -0
- package/components/table/v3/Table.vue.d.ts +3 -13
- package/components/table/v3/Table.vue.js +5 -5
- package/components/table/v3/Table.vue2.js +2 -2
- package/components/table/v3/index.d.ts +7 -42
- package/components/table/v4/DataGrid.vue.d.ts +3 -13
- package/components/table/v4/DataGrid.vue.js +3 -3
- package/components/table/v4/DataGrid.vue2.js +5 -5
- package/components/table/v4/MultipleDataGrid.vue.d.ts +7 -1
- package/components/table/v4/MultipleDataGrid.vue.js +3 -3
- package/components/table/v4/MultipleDataGrid.vue2.js +76 -75
- package/components/table/v4/index.d.ts +28 -43
- package/index.d.ts +71 -170
- package/index.js +122 -119
- package/package.json +1 -1
- package/utils/formatNumbers.js +15 -7
- package/DataGrid.vue_vue_type_style_index_0_scoped_2f666594_lang.css +0 -1
- package/MultipleDataGrid.vue_vue_type_style_index_0_scoped_82ba0e12_lang.css +0 -1
- package/Table.vue_vue_type_style_index_0_scoped_76fef9bd_lang.css +0 -1
package/index.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import './
|
|
1
|
+
import './AutocompleteDropdown.vue_vue_type_style_index_0_scoped_214ddaf4_lang.css';
|
|
2
2
|
import { AppTriggerTypes as ro } from "./components/appTrigger/index.js";
|
|
3
3
|
import { AutocompleteDropdownTypes as mo } from "./components/autocompleteDropdown/index.js";
|
|
4
4
|
import { MenuItemTypes as po } from "./components/menuItem/index.js";
|
|
@@ -7,12 +7,12 @@ import { AppIconTypes as xo } from "./components/appIcon/index.js";
|
|
|
7
7
|
import { FloatingToolbarTypes as no } from "./components/floatingToolbar/index.js";
|
|
8
8
|
import { IncludeExcludeTypes as uo } from "./components/includeExclude/index.js";
|
|
9
9
|
import { ID_INJECTION_KEY as To, useId as co } from "./composables/useId.js";
|
|
10
|
-
import { FilterDropdownTypes as
|
|
10
|
+
import { FilterDropdownTypes as Fo } from "./components/filterDropdown/index.js";
|
|
11
11
|
import { TypographyTypes as Io } from "./components/typography/index.js";
|
|
12
12
|
import { TypographyTypesV4 as Eo } from "./components/typography/v4/index.js";
|
|
13
|
-
import { MultiBarTypes as
|
|
13
|
+
import { MultiBarTypes as Do } from "./components/multibar/index.js";
|
|
14
14
|
import { FoldableSectionTypes as Bo } from "./components/layout/index.js";
|
|
15
|
-
import { FormCardTypes as
|
|
15
|
+
import { FormCardTypes as Mo, FormFieldTypes as wo } from "./components/forms/index.js";
|
|
16
16
|
import * as o from "./components/button/v3/index.js";
|
|
17
17
|
import * as r from "./components/button/v4/index.js";
|
|
18
18
|
import * as e from "./components/chip/v3/index.js";
|
|
@@ -32,75 +32,75 @@ import * as $ from "./components/icon/v4/index.js";
|
|
|
32
32
|
import * as T from "./components/input/v3/index.js";
|
|
33
33
|
import * as c from "./components/input/v4/index.js";
|
|
34
34
|
import * as y from "./components/tabs/v3/index.js";
|
|
35
|
-
import * as
|
|
36
|
-
import * as
|
|
35
|
+
import * as F from "./components/tabs/v4/index.js";
|
|
36
|
+
import * as g from "./components/dialog/v3/index.js";
|
|
37
37
|
import * as I from "./components/dialog/v4/index.js";
|
|
38
38
|
import * as A from "./components/toggle/v3/index.js";
|
|
39
39
|
import * as E from "./components/toggle/v4/index.js";
|
|
40
40
|
import * as C from "./components/tooltip/v3/index.js";
|
|
41
|
-
import * as
|
|
42
|
-
import * as
|
|
41
|
+
import * as D from "./components/tooltip/v4/index.js";
|
|
42
|
+
import * as h from "./components/table/v3/index.js";
|
|
43
43
|
import * as B from "./components/table/v4/index.js";
|
|
44
|
-
import * as
|
|
45
|
-
import * as
|
|
44
|
+
import * as b from "./components/table-cells/v3/index.js";
|
|
45
|
+
import * as M from "./components/table-cells/v4/index.js";
|
|
46
46
|
import * as w from "./components/skeleton/v3/index.js";
|
|
47
|
-
import * as
|
|
48
|
-
import * as
|
|
49
|
-
import * as
|
|
50
|
-
import * as
|
|
51
|
-
import * as
|
|
52
|
-
import * as
|
|
53
|
-
import * as
|
|
54
|
-
import * as
|
|
55
|
-
import * as
|
|
56
|
-
import * as
|
|
57
|
-
import * as
|
|
58
|
-
import * as
|
|
59
|
-
import * as
|
|
60
|
-
import * as
|
|
61
|
-
import * as
|
|
62
|
-
import * as
|
|
47
|
+
import * as L from "./components/skeleton/v4/index.js";
|
|
48
|
+
import * as N from "./components/loader/v4/index.js";
|
|
49
|
+
import * as O from "./components/emptyState/v3/index.js";
|
|
50
|
+
import * as H from "./components/emptyState/v4/index.js";
|
|
51
|
+
import * as K from "./components/snackbar/v3/index.js";
|
|
52
|
+
import * as P from "./components/snackbar/v4/index.js";
|
|
53
|
+
import * as S from "./components/radioButton/v3/index.js";
|
|
54
|
+
import * as V from "./components/radioButton/v4/index.js";
|
|
55
|
+
import * as _ from "./components/textArea/v3/index.js";
|
|
56
|
+
import * as v from "./components/textArea/v4/index.js";
|
|
57
|
+
import * as J from "./components/ThemeWrapper/index.js";
|
|
58
|
+
import * as j from "./components/appHeader/index.js";
|
|
59
|
+
import * as k from "./components/inlineCopy/index.js";
|
|
60
|
+
import * as q from "./components/statusDot/index.js";
|
|
61
|
+
import * as z from "./components/sortableList/index.js";
|
|
62
|
+
import * as G from "./components/datePicker/v3/index.js";
|
|
63
63
|
import * as Q from "./components/datePicker/v4/index.js";
|
|
64
64
|
import * as R from "./components/dateRange/v3/index.js";
|
|
65
|
-
import * as
|
|
66
|
-
import * as
|
|
67
|
-
import * as
|
|
68
|
-
import { useToggle as
|
|
69
|
-
import { useSearch as
|
|
70
|
-
import { scrollToElementByClass as
|
|
71
|
-
import { BannerTypes as
|
|
72
|
-
import { AlertTypes as
|
|
73
|
-
import { AutocompleteTypes as
|
|
65
|
+
import * as U from "./components/dateRange/v4/index.js";
|
|
66
|
+
import * as W from "./components/popover/v3/index.js";
|
|
67
|
+
import * as Y from "./components/popover/v4/index.js";
|
|
68
|
+
import { useToggle as No } from "./composables/useToggle.js";
|
|
69
|
+
import { useSearch as Ho } from "./composables/useSearch.js";
|
|
70
|
+
import { scrollToElementByClass as Po, scrollToFirstInvalidElement as So, useFormValidation as Vo, yupValidation as _o } from "./composables/useFormValidation.js";
|
|
71
|
+
import { BannerTypes as Jo } from "./components/banner/index.js";
|
|
72
|
+
import { AlertTypes as ko } from "./components/alert/index.js";
|
|
73
|
+
import { AutocompleteTypes as zo } from "./components/autocomplete/index.js";
|
|
74
74
|
import { ChartTypes as Qo } from "./components/chart/index.js";
|
|
75
|
-
import {
|
|
76
|
-
import { default as
|
|
77
|
-
import { default as
|
|
78
|
-
import { default as
|
|
79
|
-
import { default as
|
|
80
|
-
import { default as
|
|
81
|
-
import { default as
|
|
82
|
-
import { default as
|
|
83
|
-
import { default as
|
|
84
|
-
import { default as
|
|
85
|
-
import { default as
|
|
86
|
-
import { default as
|
|
87
|
-
import { default as
|
|
88
|
-
import { default as
|
|
89
|
-
import { default as
|
|
90
|
-
import { default as
|
|
91
|
-
import { default as
|
|
92
|
-
import { default as
|
|
93
|
-
import { default as
|
|
94
|
-
import { default as
|
|
95
|
-
import { default as Vr } from "./components/
|
|
96
|
-
import { default as
|
|
97
|
-
import { default as
|
|
98
|
-
import { default as
|
|
99
|
-
import { default as
|
|
100
|
-
import { default as
|
|
101
|
-
import { default as
|
|
102
|
-
import { default as
|
|
103
|
-
import {
|
|
75
|
+
import { DEFAULT_FALLBACK as Uo, diffInPersentage as Wo, formatNumberWithCommas as Yo, nFormatter as Xo } from "./utils/formatNumbers.js";
|
|
76
|
+
import { default as or } from "./components/appTrigger/AppTrigger.vue.js";
|
|
77
|
+
import { default as er } from "./components/autocompleteDropdown/AutocompleteDropdown.vue.js";
|
|
78
|
+
import { default as tr } from "./components/menuItem/MenuItem.vue.js";
|
|
79
|
+
import { default as ar } from "./components/menu/Menu.vue.js";
|
|
80
|
+
import { default as ir } from "./components/appIcon/AppIcon.vue.js";
|
|
81
|
+
import { default as xr } from "./components/floatingToolbar/FloatingToolbar.vue.js";
|
|
82
|
+
import { default as nr } from "./components/includeExclude/IncludeExclude.vue.js";
|
|
83
|
+
import { default as ur } from "./components/includeExclude/IncludeExcludeDragDrop.vue.js";
|
|
84
|
+
import { default as Tr } from "./components/includeExclude/IncludeExcludeOption.vue.js";
|
|
85
|
+
import { default as yr } from "./components/includeExclude/IncludeExcludeOptionDraggable.vue.js";
|
|
86
|
+
import { default as gr } from "./components/includeExclude/IncludeExcludeAppTrigger.vue.js";
|
|
87
|
+
import { default as Ar } from "./components/includeExclude/IncludeExcludeAppHeader.vue.js";
|
|
88
|
+
import { default as Cr } from "./components/includeExclude/IncludeExcludeChipFilter.vue.js";
|
|
89
|
+
import { default as hr } from "./components/filterDropdown/FilterDropdown.vue.js";
|
|
90
|
+
import { default as br } from "./components/filterDropdown/AddFilterButton.vue.js";
|
|
91
|
+
import { default as wr } from "./components/typography/Heading.vue.js";
|
|
92
|
+
import { default as Nr } from "./components/typography/Text.vue.js";
|
|
93
|
+
import { default as Hr } from "./components/typography/v4/Typography.vue.js";
|
|
94
|
+
import { default as Pr } from "./components/multibar/MultiBar.vue.js";
|
|
95
|
+
import { default as Vr } from "./components/layout/FoldableSection.vue.js";
|
|
96
|
+
import { default as vr } from "./components/forms/FormRow.vue.js";
|
|
97
|
+
import { default as jr } from "./components/forms/FormCard.vue.js";
|
|
98
|
+
import { default as qr } from "./components/forms/CardPanel.vue.js";
|
|
99
|
+
import { default as Gr } from "./components/forms/FormField.vue.js";
|
|
100
|
+
import { default as Rr } from "./components/banner/Banner.vue.js";
|
|
101
|
+
import { default as Wr } from "./components/alert/Alert.vue.js";
|
|
102
|
+
import { default as Xr } from "./components/autocomplete/Autocomplete.vue.js";
|
|
103
|
+
import { default as oe } from "./components/chart/Chart.vue.js";
|
|
104
104
|
const X = {
|
|
105
105
|
...e,
|
|
106
106
|
...m,
|
|
@@ -119,97 +119,100 @@ const X = {
|
|
|
119
119
|
...u,
|
|
120
120
|
...$,
|
|
121
121
|
...y,
|
|
122
|
-
...g,
|
|
123
122
|
...F,
|
|
123
|
+
...g,
|
|
124
124
|
...I,
|
|
125
125
|
...C,
|
|
126
|
-
...
|
|
126
|
+
...D,
|
|
127
127
|
...A,
|
|
128
128
|
...E,
|
|
129
|
-
...
|
|
129
|
+
...h,
|
|
130
130
|
...B,
|
|
131
|
-
...M,
|
|
132
131
|
...b,
|
|
133
|
-
...
|
|
134
|
-
...S,
|
|
135
|
-
...w,
|
|
132
|
+
...M,
|
|
136
133
|
...O,
|
|
137
134
|
...H,
|
|
138
|
-
...
|
|
139
|
-
...
|
|
135
|
+
...w,
|
|
136
|
+
...L,
|
|
137
|
+
...N,
|
|
138
|
+
...K,
|
|
139
|
+
...P,
|
|
140
140
|
...n,
|
|
141
141
|
...l,
|
|
142
|
-
...P,
|
|
143
142
|
..._,
|
|
143
|
+
...v,
|
|
144
|
+
...S,
|
|
145
|
+
...V,
|
|
144
146
|
...J,
|
|
145
|
-
...K,
|
|
146
147
|
...j,
|
|
147
148
|
...k,
|
|
148
149
|
...q,
|
|
149
150
|
...z,
|
|
150
151
|
...G,
|
|
151
|
-
...L,
|
|
152
152
|
...Q,
|
|
153
153
|
...R,
|
|
154
|
-
...Y,
|
|
155
154
|
...U,
|
|
156
|
-
...W
|
|
155
|
+
...W,
|
|
156
|
+
...Y
|
|
157
157
|
};
|
|
158
158
|
export {
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
159
|
+
br as AddFilterButton,
|
|
160
|
+
Wr as Alert,
|
|
161
|
+
ko as AlertTypes,
|
|
162
|
+
ir as AppIcon,
|
|
163
163
|
xo as AppIconTypes,
|
|
164
|
-
|
|
164
|
+
or as AppTrigger,
|
|
165
165
|
ro as AppTriggerTypes,
|
|
166
|
-
|
|
167
|
-
|
|
166
|
+
Xr as Autocomplete,
|
|
167
|
+
er as AutocompleteDropdown,
|
|
168
168
|
mo as AutocompleteDropdownTypes,
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
Wr as ChartType,
|
|
169
|
+
zo as AutocompleteTypes,
|
|
170
|
+
Rr as Banner,
|
|
171
|
+
Jo as BannerTypes,
|
|
172
|
+
qr as CardPanel,
|
|
173
|
+
oe as Chart,
|
|
175
174
|
Qo as ChartTypes,
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
175
|
+
Uo as DEFAULT_FALLBACK,
|
|
176
|
+
hr as FilterDropdown,
|
|
177
|
+
Fo as FilterDropdownTypes,
|
|
178
|
+
xr as FloatingToolbar,
|
|
179
179
|
no as FloatingToolbarTypes,
|
|
180
|
-
|
|
180
|
+
Vr as FoldableSection,
|
|
181
181
|
Bo as FoldableSectionTypes,
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
182
|
+
jr as FormCard,
|
|
183
|
+
Mo as FormCardTypes,
|
|
184
|
+
Gr as FormField,
|
|
185
185
|
wo as FormFieldTypes,
|
|
186
|
-
|
|
187
|
-
|
|
186
|
+
vr as FormRow,
|
|
187
|
+
wr as Heading,
|
|
188
188
|
To as ID_INJECTION_KEY,
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
189
|
+
nr as IncludeExclude,
|
|
190
|
+
Ar as IncludeExcludeAppHeader,
|
|
191
|
+
gr as IncludeExcludeAppTrigger,
|
|
192
|
+
Cr as IncludeExcludeChipFilter,
|
|
193
|
+
ur as IncludeExcludeDragDrop,
|
|
194
|
+
Tr as IncludeExcludeOption,
|
|
195
|
+
yr as IncludeExcludeOptionDraggable,
|
|
196
196
|
uo as IncludeExcludeTypes,
|
|
197
|
-
|
|
198
|
-
|
|
197
|
+
ar as Menu,
|
|
198
|
+
tr as MenuItem,
|
|
199
199
|
po as MenuItemTypes,
|
|
200
200
|
fo as MenuTypes,
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
201
|
+
Pr as MultiBar,
|
|
202
|
+
Do as MultiBarTypes,
|
|
203
|
+
Nr as Text,
|
|
204
|
+
Hr as Typography,
|
|
205
205
|
Io as TypographyTypes,
|
|
206
206
|
Eo as TypographyTypesV4,
|
|
207
207
|
X as default,
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
208
|
+
Wo as diffInPersentage,
|
|
209
|
+
Yo as formatNumberWithCommas,
|
|
210
|
+
Xo as nFormatter,
|
|
211
|
+
Po as scrollToElementByClass,
|
|
212
|
+
So as scrollToFirstInvalidElement,
|
|
213
|
+
Vo as useFormValidation,
|
|
211
214
|
co as useId,
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
+
Ho as useSearch,
|
|
216
|
+
No as useToggle,
|
|
217
|
+
_o as yupValidation
|
|
215
218
|
};
|
package/package.json
CHANGED
package/utils/formatNumbers.js
CHANGED
|
@@ -1,11 +1,19 @@
|
|
|
1
|
-
const
|
|
1
|
+
const i = "N/A", n = (s, e, r) => s.toLocaleString("en", {
|
|
2
2
|
minimumFractionDigits: e,
|
|
3
|
-
maximumFractionDigits:
|
|
4
|
-
}),
|
|
5
|
-
const
|
|
6
|
-
return isNaN(
|
|
3
|
+
maximumFractionDigits: r
|
|
4
|
+
}), a = (s, e = i) => {
|
|
5
|
+
const r = Number(s), t = r % 1 !== 0;
|
|
6
|
+
return isNaN(r) && e ? e : Math.abs(r) >= 1e12 ? "∞" : Math.abs(r) >= 1e9 ? `${n(r / 1e9, 0, 1)}B` : Math.abs(r) >= 1e6 ? `${n(r / 1e6, 0, 1)}M` : Math.abs(r) >= 1e3 ? `${n(r / 1e3, 0, 1)}K` : t && Math.abs(r) >= 100 ? n(r, 0, 0) : t && Math.abs(r) >= 10 ? n(r, 0, 1) : t ? n(r, 2, 2) : n(r, 0, 0);
|
|
7
|
+
}, o = (s, e, r = i) => {
|
|
8
|
+
const t = Number(s), u = Number(e);
|
|
9
|
+
return r && (isNaN(t) || isNaN(u)) ? r : t >= u ? (u - t) / t * 100 : (t - u) / t * -100;
|
|
10
|
+
}, N = (s, e = i) => {
|
|
11
|
+
const r = Number(s);
|
|
12
|
+
return isNaN(r) && e ? e : n(r, 0, 2);
|
|
7
13
|
};
|
|
8
14
|
export {
|
|
9
|
-
|
|
10
|
-
|
|
15
|
+
i as DEFAULT_FALLBACK,
|
|
16
|
+
o as diffInPersentage,
|
|
17
|
+
N as formatNumberWithCommas,
|
|
18
|
+
a as nFormatter
|
|
11
19
|
};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
.sticky[data-v-2f666594]{position:sticky}.table-container[data-v-2f666594]{width:100%;position:relative;display:flex;flex-direction:column}.table-header[data-v-2f666594]{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-2f666594]{display:flex;flex:1;align-items:center;justify-content:flex-start;height:100%;color:var(--text-primary)}.table-header .table-header-right[data-v-2f666594]{display:flex;align-items:center;height:100%}.table-header .search-wrapper[data-v-2f666594]{width:13.75rem}.table-header.isStickyHeader[data-v-2f666594]{z-index:calc(var(--416084ad) + 3);top:0}.table-head-container[data-v-2f666594]{display:flex;align-items:center;white-space:nowrap;color:var(--text-primary)}.table-footer[data-v-2f666594]{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-2f666594]{display:inline-table}.table-header-actions[data-v-2f666594]{margin-left:var(--spacing-100);display:flex;align-items:center}.table-row[data-v-2f666594]{position:relative}.table-row.loading[data-v-2f666594]{opacity:.7}.table-row:not(.expanded):last-child>td[data-v-2f666594]{border-bottom:none}.table-row.expanded:last-child>.expanded-row[data-v-2f666594]{border-bottom:none}.expanded-row[data-v-2f666594]{grid-column:var(--90cd7d3e);border-bottom:1px solid var(--common-divider);background-color:var(--background-default)}table[data-v-2f666594]{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-2f666594]{border-bottom-left-radius:0;border-bottom-right-radius:0;border-bottom:none}table td[data-v-2f666594],table th[data-v-2f666594]{line-height:normal;padding:0 var(--spacing-200)}table td[data-v-2f666594]:first-of-type,table th[data-v-2f666594]:first-of-type{padding-left:var(--spacing-300)}table td[data-v-2f666594]:last-of-type,table th[data-v-2f666594]:last-of-type{padding-right:var(--spacing-300)}table td.expand-toggle-cell[data-v-2f666594],table th.expand-toggle-cell[data-v-2f666594]{padding-left:var(--spacing-150);padding-right:var(--spacing-75)}table>thead[data-v-2f666594]{border-bottom:none;z-index:calc(var(--416084ad) + 1);display:inline-table;min-width:100%}table>thead>tr[data-v-2f666594]{color:var(--text-primary);border-bottom:1px solid var(--common-divider);height:var(--spacing-500);display:grid;grid-template-columns:var(--03caffcc)}table>thead>tr>th[data-v-2f666594]{background:var(--background-paper-elevation-0);width:100%;display:flex;align-items:center;cursor:default}table>thead>tr>th.bordered[data-v-2f666594]{border-right:1px solid var(--common-divider)}table>thead>tr>th.bordered.isStickyRight[data-v-2f666594]{border-right:none;border-left:1px solid var(--common-divider)}table>thead>tr>th.isTextRight[data-v-2f666594]{justify-content:flex-end}table>thead>tr>th.isSortable[data-v-2f666594]{cursor:pointer}table>thead.sticky[data-v-2f666594]{position:sticky;top:0;background:white}table>thead.isStickyHeader[data-v-2f666594]{z-index:calc(var(--416084ad) + 2);top:calc(var(--spacing-800) - 1px)}table>tbody[data-v-2f666594]{display:block}table>tbody>*>tr[data-v-2f666594]{background-color:var(--background-default);min-height:var(--64d76d22);height:auto;display:grid;align-items:center;grid-template-columns:var(--03caffcc)}table>tbody>*>tr:nth-of-type(2n)>td[data-v-2f666594]{background-color:var(--background-default)}table>tbody>*>tr:hover:not(.loading)>td[data-v-2f666594],table>tbody>*>tr.activeMenu>td[data-v-2f666594]{background-color:var(--background-paper-elevation-1)}table>tbody td[data-v-2f666594]{background-color:var(--background-default);border:none;min-width:0;display:flex;min-height:var(--64d76d22);height:auto;width:100%;place-items:center;border-bottom:1px solid var(--common-divider);justify-content:start}table>tbody td.bordered[data-v-2f666594]{border-right:1px solid var(--common-divider)}table>tbody td.bordered.isStickyRight[data-v-2f666594]{border-right:none;border-left:1px solid var(--common-divider)}table>tbody td.isTextRight[data-v-2f666594]{justify-content:flex-end;text-align:right}.section-container[data-v-2f666594]{left:0}.sections[data-v-2f666594]{display:flex}.section[data-v-2f666594]{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-2f666594]{width:100%}.empty-state[data-v-2f666594]{min-height:250px}.floating-row[data-v-2f666594]{display:flex;inset:0;pointer-events:none;position:absolute;z-index:calc(var(--416084ad) + 1)}.floating-row *[data-v-2f666594-s]{pointer-events:auto}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
.multi-table-container[data-v-82ba0e12]{border-radius:var(--border-radius-md);border:1px solid var(--common-divider);display:flex;flex-direction:column;overflow-y:auto;width:100%}.multi-table-container .table-header-container[data-v-82ba0e12]{align-items:center;background-color:var(--background-paper-elevation-0);display:flex;height:calc(var(--spacing-800) - 2px);justify-content:space-between;padding:var(--spacing-300);width:100%}.multi-table-container .table-header-container.sticky[data-v-82ba0e12]{position:sticky;top:0;z-index:calc(var(--5d3fa26e) + 3)}.multi-table-container[data-v-82ba0e12] table{display:table;border:unset;border-radius:unset}.multi-table-container[data-v-82ba0e12] thead{border-top:1px solid var(--common-divider)}.multi-table-container .tables-container[data-v-82ba0e12] thead.sticky{top:62px}.multi-table-container .empty-state[data-v-82ba0e12]{min-height:250px}.multi-table-container .table-header-right[data-v-82ba0e12]{align-items:center;display:flex;height:100%}.multi-table-container .table-header-right .table-header-actions[data-v-82ba0e12]{align-items:center;display:flex;margin-left:var(--spacing-100)}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
.label[data-v-76fef9bd]{color:#41454d}.sticky[data-v-76fef9bd]{position:sticky}.table-container[data-v-76fef9bd]{width:100%;position:relative}.last.floating[data-v-76fef9bd]{max-width:100%}.table-header[data-v-76fef9bd]{display:flex;align-items:center;height:55px;border-bottom:1px solid #dddfe1;background-color:#fff;position:sticky;left:0}.table-header .table-title[data-v-76fef9bd]{display:flex;align-items:center;justify-content:center;height:100%;padding:1.25rem 1.5rem}.table-header .table-header-right[data-v-76fef9bd]{display:flex;align-items:center;height:100%}.table-header .table-header-right.border-search[data-v-76fef9bd]{border-left:1px solid #dddfe1}.table-header.isStickyHeader[data-v-76fef9bd]{z-index:199;top:0}.table-head-container[data-v-76fef9bd]{display:flex;align-items:center;white-space:nowrap}.table-body-wrapper[data-v-76fef9bd]{display:inline-table}.table-header-actions[data-v-76fef9bd]{margin-left:auto;margin-right:1rem;display:flex;align-items:center}.table-row[data-v-76fef9bd]{position:relative}.table-row.loading[data-v-76fef9bd]{opacity:.7}.floating-actions[data-v-76fef9bd]{position:absolute;z-index:10;max-width:max-content;transform:translateY(-50%) translate(calc(-100% - 12px));top:50%;left:0}table[data-v-76fef9bd]{position:relative;display:block;overflow:auto;background:#ffffff;border:1px solid #dddfe1;color:#53575b;text-align:left;table-layout:fixed;width:100%;max-height:100%;border-radius:1rem}table td[data-v-76fef9bd],table th[data-v-76fef9bd]{padding:0 1.5rem;line-height:normal}table thead[data-v-76fef9bd]{border-bottom:none;z-index:101;display:inline-table;min-width:100%}table thead tr[data-v-76fef9bd]{color:#626970;border-bottom:2px solid #dddfe1;height:2.5rem;display:grid;grid-template-columns:var(--3205197f)}table thead tr th[data-v-76fef9bd]{background:#ffffff;width:100%;display:flex;align-items:center;cursor:default}table thead tr th.bordered[data-v-76fef9bd]{border-right:1px solid #dddfe1}table thead tr th.isTextRight[data-v-76fef9bd]{justify-content:flex-end}table thead tr th.isSortable[data-v-76fef9bd]{cursor:pointer}table thead.sticky[data-v-76fef9bd]{position:sticky;top:0;background:white}table thead.isStickyHeader[data-v-76fef9bd]{z-index:198px;top:55px}table tbody[data-v-76fef9bd]{height:100%;display:block}table tbody tr[data-v-76fef9bd]{background-color:#fff;min-height:3rem;height:auto;display:grid;align-items:center;grid-template-columns:var(--3205197f)}table tbody tr:nth-of-type(2n) td[data-v-76fef9bd]{background-color:#fff}table tbody tr:hover:not(.loading) td[data-v-76fef9bd]{background-color:#f7f8f9}table tbody td[data-v-76fef9bd]{background-color:#fff;border:none;min-width:0;display:flex;height:100%;width:100%;place-items:center;border-bottom:1px solid #dddfe1;justify-content:start}table tbody td.bordered[data-v-76fef9bd]{border-right:1px solid #dddfe1}table tbody td.isTextRight[data-v-76fef9bd]{justify-content:flex-end}table tfoot[data-v-76fef9bd]{display:block;height:4.5rem;background-color:#fff;border:none}.section-container[data-v-76fef9bd]{left:0}.sections[data-v-76fef9bd]{display:flex}.section[data-v-76fef9bd]{padding:0 1.5rem;background:#ffffff;left:0;height:32px;display:flex;align-items:flex-end;border-right:1px solid #dddfe1}
|