@alfalab/core-components-table 3.0.2 → 3.0.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/components/pagination/index.css +8 -8
- package/components/pagination/index.module.css.js +1 -1
- package/components/pagination/select-field/index.css +3 -3
- package/components/pagination/select-field/index.module.css.js +1 -1
- package/components/table/index.css +6 -6
- package/components/table/index.module.css.js +1 -1
- package/components/tbody/index.css +1 -1
- package/components/tbody/index.module.css.js +1 -1
- package/components/tcell/index.css +5 -5
- package/components/tcell/index.module.css.js +1 -1
- package/components/texpandable-row/index.css +4 -4
- package/components/texpandable-row/index.module.css.js +1 -1
- package/components/thead/index.css +5 -5
- package/components/thead/index.module.css.js +1 -1
- package/components/thead-cell/index.css +8 -8
- package/components/thead-cell/index.module.css.js +1 -1
- package/components/trow/index.css +7 -7
- package/components/trow/index.module.css.js +1 -1
- package/components/tsortable-head-cell/index.css +7 -7
- package/components/tsortable-head-cell/index.module.css.js +1 -1
- package/esm/components/pagination/index.css +8 -8
- package/esm/components/pagination/index.module.css.js +1 -1
- package/esm/components/pagination/select-field/index.css +3 -3
- package/esm/components/pagination/select-field/index.module.css.js +1 -1
- package/esm/components/table/index.css +6 -6
- package/esm/components/table/index.module.css.js +1 -1
- package/esm/components/tbody/index.css +1 -1
- package/esm/components/tbody/index.module.css.js +1 -1
- package/esm/components/tcell/index.css +5 -5
- package/esm/components/tcell/index.module.css.js +1 -1
- package/esm/components/texpandable-row/index.css +4 -4
- package/esm/components/texpandable-row/index.module.css.js +1 -1
- package/esm/components/thead/index.css +5 -5
- package/esm/components/thead/index.module.css.js +1 -1
- package/esm/components/thead-cell/index.css +8 -8
- package/esm/components/thead-cell/index.module.css.js +1 -1
- package/esm/components/trow/index.css +7 -7
- package/esm/components/trow/index.module.css.js +1 -1
- package/esm/components/tsortable-head-cell/index.css +7 -7
- package/esm/components/tsortable-head-cell/index.module.css.js +1 -1
- package/modern/components/pagination/index.css +8 -8
- package/modern/components/pagination/index.module.css.js +1 -1
- package/modern/components/pagination/select-field/index.css +3 -3
- package/modern/components/pagination/select-field/index.module.css.js +1 -1
- package/modern/components/table/index.css +6 -6
- package/modern/components/table/index.module.css.js +1 -1
- package/modern/components/tbody/index.css +1 -1
- package/modern/components/tbody/index.module.css.js +1 -1
- package/modern/components/tcell/index.css +5 -5
- package/modern/components/tcell/index.module.css.js +1 -1
- package/modern/components/texpandable-row/index.css +4 -4
- package/modern/components/texpandable-row/index.module.css.js +1 -1
- package/modern/components/thead/index.css +5 -5
- package/modern/components/thead/index.module.css.js +1 -1
- package/modern/components/thead-cell/index.css +8 -8
- package/modern/components/thead-cell/index.module.css.js +1 -1
- package/modern/components/trow/index.css +7 -7
- package/modern/components/trow/index.module.css.js +1 -1
- package/modern/components/tsortable-head-cell/index.css +7 -7
- package/modern/components/tsortable-head-cell/index.module.css.js +1 -1
- package/package.json +5 -5
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
--gap-16: var(--gap-m);
|
|
13
13
|
--gap-24: var(--gap-xl);
|
|
14
14
|
--gap-32: var(--gap-2xl);
|
|
15
|
-
} .
|
|
15
|
+
} .table__component_1i55n {
|
|
16
16
|
position: sticky;
|
|
17
17
|
left: var(--gap-0);
|
|
18
18
|
display: flex;
|
|
@@ -22,21 +22,21 @@
|
|
|
22
22
|
padding: var(--gap-24) var(--gap-16) var(--gap-32);
|
|
23
23
|
border-top: 1px solid var(--color-light-neutral-400);
|
|
24
24
|
box-sizing: border-box;
|
|
25
|
-
} .
|
|
25
|
+
} .table__pagesWrapper_1i55n {
|
|
26
26
|
display: flex;
|
|
27
|
-
} .
|
|
27
|
+
} .table__tag_1i55n.table__tag_1i55n {
|
|
28
28
|
flex-shrink: 0;
|
|
29
29
|
margin-right: var(--gap-8);
|
|
30
30
|
padding: var(--gap-0) var(--gap-8);
|
|
31
31
|
min-width: 32px;
|
|
32
|
-
} .
|
|
32
|
+
} .table__tag_1i55n.table__tag_1i55n:last-child {
|
|
33
33
|
margin-right: var(--gap-0);
|
|
34
|
-
} .
|
|
34
|
+
} .table__tag_1i55n.table__tag_1i55n.table__tagActive_1i55n {
|
|
35
35
|
cursor: default;
|
|
36
|
-
} .
|
|
36
|
+
} .table__pagination_1i55n {
|
|
37
37
|
margin-left: auto;
|
|
38
|
-
} .
|
|
38
|
+
} .table__menu_1i55n {
|
|
39
39
|
margin: var(--gap-4) var(--gap-0);
|
|
40
|
-
} .
|
|
40
|
+
} .table__option_1i55n {
|
|
41
41
|
min-width: 208px;
|
|
42
42
|
}
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
require('./index.css');
|
|
4
4
|
|
|
5
|
-
var styles = {"component":"
|
|
5
|
+
var styles = {"component":"table__component_1i55n","pagination":"table__pagination_1i55n","menu":"table__menu_1i55n","option":"table__option_1i55n"};
|
|
6
6
|
|
|
7
7
|
module.exports = styles;
|
|
8
8
|
//# sourceMappingURL=index.module.css.js.map
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
:root {
|
|
2
2
|
--color-light-neutral-translucent-200-hover: rgba(15, 25, 55, 0.1);
|
|
3
|
-
} .
|
|
3
|
+
} .table__field_1wdml svg {
|
|
4
4
|
width: 18px;
|
|
5
5
|
height: 18px;
|
|
6
|
-
} .
|
|
7
|
-
.
|
|
6
|
+
} .table__open_1wdml,
|
|
7
|
+
.table__open_1wdml:hover {
|
|
8
8
|
background-color: var(--color-light-neutral-translucent-200-hover);
|
|
9
9
|
}
|
|
@@ -9,22 +9,22 @@
|
|
|
9
9
|
--gap-m: 16px;
|
|
10
10
|
--gap-0: 0px;
|
|
11
11
|
--gap-16: var(--gap-m);
|
|
12
|
-
} .
|
|
12
|
+
} .table__component_brix7 {
|
|
13
13
|
box-sizing: border-box;
|
|
14
|
-
} .
|
|
14
|
+
} .table__wrapper_brix7 {
|
|
15
15
|
padding: var(--gap-0) var(--gap-16) var(--gap-16);
|
|
16
16
|
background: var(--color-light-base-bg-primary);
|
|
17
17
|
box-shadow: var(--shadow-xs-hard);
|
|
18
18
|
border-radius: var(--border-radius-8);
|
|
19
19
|
overflow: auto;
|
|
20
|
-
} .
|
|
20
|
+
} .table__stickyHeader_brix7 {
|
|
21
21
|
max-height: 100%;
|
|
22
|
-
} .
|
|
22
|
+
} .table__hasPagination_brix7 {
|
|
23
23
|
padding-bottom: var(--gap-0);
|
|
24
|
-
} .
|
|
24
|
+
} .table__table_brix7 {
|
|
25
25
|
width: 100%;
|
|
26
26
|
border-collapse: collapse;
|
|
27
27
|
box-sizing: border-box;
|
|
28
|
-
} .
|
|
28
|
+
} .table__table_brix7 td:first-child label > *[class^='box'], .table__table_brix7 th:first-child label > *[class^='box'] {
|
|
29
29
|
margin-top: var(--gap-0);
|
|
30
30
|
}
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
require('./index.css');
|
|
4
4
|
|
|
5
|
-
var styles = {"component":"
|
|
5
|
+
var styles = {"component":"table__component_brix7","wrapper":"table__wrapper_brix7","stickyHeader":"table__stickyHeader_brix7","hasPagination":"table__hasPagination_brix7","table":"table__table_brix7"};
|
|
6
6
|
|
|
7
7
|
module.exports = styles;
|
|
8
8
|
//# sourceMappingURL=index.module.css.js.map
|
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
--gap-12: var(--gap-s);
|
|
11
11
|
--gap-16: var(--gap-m);
|
|
12
12
|
--gap-24: var(--gap-xl);
|
|
13
|
-
} .
|
|
13
|
+
} .table__component_gfunh {
|
|
14
14
|
font-size: 14px;
|
|
15
15
|
line-height: 20px;
|
|
16
16
|
font-weight: 400;
|
|
@@ -21,14 +21,14 @@
|
|
|
21
21
|
border-top: 1px solid var(--color-light-neutral-400);
|
|
22
22
|
vertical-align: top;
|
|
23
23
|
box-sizing: border-box;
|
|
24
|
-
} .
|
|
24
|
+
} .table__component_gfunh:first-child {
|
|
25
25
|
padding-left: var(--gap-16);
|
|
26
|
-
} .
|
|
26
|
+
} .table__component_gfunh:last-child {
|
|
27
27
|
padding-right: var(--gap-16);
|
|
28
|
-
} .
|
|
28
|
+
} .table__compactHorizontal_gfunh {
|
|
29
29
|
padding-left: 6px;
|
|
30
30
|
padding-right: 6px;
|
|
31
|
-
} .
|
|
31
|
+
} .table__compact_gfunh {
|
|
32
32
|
padding-top: var(--gap-8);
|
|
33
33
|
padding-bottom: var(--gap-8);
|
|
34
34
|
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
require('./index.css');
|
|
4
4
|
|
|
5
|
-
var styles = {"component":"
|
|
5
|
+
var styles = {"component":"table__component_gfunh","compactHorizontal":"table__compactHorizontal_gfunh","compact":"table__compact_gfunh"};
|
|
6
6
|
|
|
7
7
|
module.exports = styles;
|
|
8
8
|
//# sourceMappingURL=index.module.css.js.map
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
:root {
|
|
2
2
|
--gap-0: 0px;
|
|
3
|
-
} .
|
|
3
|
+
} .table__row_z0hyi {
|
|
4
4
|
cursor: pointer;
|
|
5
|
-
} .
|
|
5
|
+
} .table__selected_z0hyi.table__expanded_z0hyi {
|
|
6
6
|
background-color: inherit;
|
|
7
|
-
} .
|
|
7
|
+
} .table__expanded_z0hyi:hover {
|
|
8
8
|
background-color: inherit;
|
|
9
|
-
} .
|
|
9
|
+
} .table__expandable_z0hyi td {
|
|
10
10
|
margin: var(--gap-0);
|
|
11
11
|
padding-top: var(--gap-0);
|
|
12
12
|
padding-bottom: var(--gap-0);
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
require('./index.css');
|
|
4
4
|
|
|
5
|
-
var styles = {"row":"
|
|
5
|
+
var styles = {"row":"table__row_z0hyi","selected":"table__selected_z0hyi","expanded":"table__expanded_z0hyi","expandable":"table__expandable_z0hyi"};
|
|
6
6
|
|
|
7
7
|
module.exports = styles;
|
|
8
8
|
//# sourceMappingURL=index.module.css.js.map
|
|
@@ -4,11 +4,11 @@
|
|
|
4
4
|
--gap-xs: 8px;
|
|
5
5
|
--gap-0: 0px;
|
|
6
6
|
--gap-8: var(--gap-xs);
|
|
7
|
-
} .
|
|
7
|
+
} .table__component_u1hj6 {
|
|
8
8
|
position: relative;
|
|
9
9
|
width: 100%;
|
|
10
10
|
box-sizing: border-box;
|
|
11
|
-
} .
|
|
11
|
+
} .table__component_u1hj6 th:not(:last-child):not(:empty):after {
|
|
12
12
|
transition: opacity 0.2s;
|
|
13
13
|
position: absolute;
|
|
14
14
|
content: '';
|
|
@@ -19,10 +19,10 @@
|
|
|
19
19
|
top: var(--gap-8);
|
|
20
20
|
bottom: var(--gap-8);
|
|
21
21
|
background-color: var(--color-light-neutral-400);
|
|
22
|
-
} .
|
|
22
|
+
} .table__component_u1hj6 th:after {
|
|
23
23
|
opacity: 0;
|
|
24
|
-
} .
|
|
24
|
+
} .table__component_u1hj6:hover th:after {
|
|
25
25
|
opacity: 1;
|
|
26
|
-
} .
|
|
26
|
+
} .table__row_u1hj6 {
|
|
27
27
|
height: 72px;
|
|
28
28
|
}
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
--gap-12: var(--gap-s);
|
|
13
13
|
--gap-16: var(--gap-m);
|
|
14
14
|
--gap-32: var(--gap-2xl);
|
|
15
|
-
} .
|
|
15
|
+
} .table__component_14pr9 {
|
|
16
16
|
font-size: 12px;
|
|
17
17
|
line-height: 16px;
|
|
18
18
|
font-weight: 500;
|
|
@@ -27,23 +27,23 @@
|
|
|
27
27
|
background: var(--color-light-base-bg-primary);
|
|
28
28
|
vertical-align: top;
|
|
29
29
|
box-sizing: border-box;
|
|
30
|
-
} .
|
|
30
|
+
} .table__component_14pr9:first-child {
|
|
31
31
|
padding-left: var(--gap-16);
|
|
32
|
-
} .
|
|
32
|
+
} .table__component_14pr9:last-child {
|
|
33
33
|
padding-right: var(--gap-16);
|
|
34
|
-
} .
|
|
34
|
+
} .table__component_14pr9:not(.table__stickyHeader_14pr9) {
|
|
35
35
|
position: relative;
|
|
36
|
-
} .
|
|
36
|
+
} .table__sortable_14pr9 {
|
|
37
37
|
cursor: pointer;
|
|
38
|
-
} .
|
|
38
|
+
} .table__sorted_14pr9 {
|
|
39
39
|
color: var(--color-light-text-primary);
|
|
40
|
-
} .
|
|
40
|
+
} .table__stickyHeader_14pr9 {
|
|
41
41
|
top: var(--gap-0);
|
|
42
42
|
position: sticky;
|
|
43
43
|
box-shadow: inset 0 -1px 0 0 rgba(11, 31, 53, 0.16);
|
|
44
44
|
border: none;
|
|
45
45
|
z-index: 1;
|
|
46
|
-
} .
|
|
46
|
+
} .table__compactHorizontal_14pr9 {
|
|
47
47
|
padding-left: 6px;
|
|
48
48
|
padding-right: 6px;
|
|
49
49
|
}
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
require('./index.css');
|
|
4
4
|
|
|
5
|
-
var styles = {"component":"
|
|
5
|
+
var styles = {"component":"table__component_14pr9","stickyHeader":"table__stickyHeader_14pr9","compactHorizontal":"table__compactHorizontal_14pr9"};
|
|
6
6
|
|
|
7
7
|
module.exports = styles;
|
|
8
8
|
//# sourceMappingURL=index.module.css.js.map
|
|
@@ -3,22 +3,22 @@
|
|
|
3
3
|
--color-light-base-bg-secondary: #f2f3f5;
|
|
4
4
|
} :root {
|
|
5
5
|
--color-static-graphic-solitude: #e8f2fe;
|
|
6
|
-
} .
|
|
6
|
+
} .table__component_1pcg5 {
|
|
7
7
|
padding-top: 1px;
|
|
8
8
|
width: 100%;
|
|
9
9
|
transition: background-color 0.2s;
|
|
10
10
|
box-sizing: border-box;
|
|
11
11
|
background: var(--color-light-base-bg-primary);
|
|
12
|
-
} .
|
|
12
|
+
} .table__component_1pcg5:first-child td {
|
|
13
13
|
border-top: 0;
|
|
14
|
-
} .
|
|
14
|
+
} .table__withoutBorder_1pcg5 td {
|
|
15
15
|
border: none;
|
|
16
|
-
} .
|
|
16
|
+
} .table__clickable_1pcg5 {
|
|
17
17
|
cursor: pointer;
|
|
18
|
-
} .
|
|
18
|
+
} .table__clickable_1pcg5:hover {
|
|
19
19
|
background-color: var(--color-light-base-bg-secondary);
|
|
20
|
-
} .
|
|
20
|
+
} .table__selected_1pcg5 {
|
|
21
21
|
background-color: #f2f8ff;
|
|
22
|
-
} .
|
|
22
|
+
} .table__selected_1pcg5:hover {
|
|
23
23
|
background-color: var(--color-static-graphic-solitude);
|
|
24
24
|
}
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
require('./index.css');
|
|
4
4
|
|
|
5
|
-
var styles = {"component":"
|
|
5
|
+
var styles = {"component":"table__component_1pcg5","withoutBorder":"table__withoutBorder_1pcg5","clickable":"table__clickable_1pcg5","selected":"table__selected_1pcg5"};
|
|
6
6
|
|
|
7
7
|
module.exports = styles;
|
|
8
8
|
//# sourceMappingURL=index.module.css.js.map
|
|
@@ -6,25 +6,25 @@
|
|
|
6
6
|
--gap-xs: 8px;
|
|
7
7
|
--gap-0: 0px;
|
|
8
8
|
--gap-8: var(--gap-xs);
|
|
9
|
-
} .
|
|
9
|
+
} .table__content_nzx7p {
|
|
10
10
|
display: flex;
|
|
11
11
|
align-items: flex-start;
|
|
12
|
-
} .
|
|
12
|
+
} .table__icon_nzx7p {
|
|
13
13
|
cursor: pointer;
|
|
14
14
|
margin-left: var(--gap-8);
|
|
15
15
|
margin-top: 1px;
|
|
16
16
|
color: var(--color-light-neutral-700);
|
|
17
17
|
transition: color 0.2s ease;
|
|
18
18
|
flex-shrink: 0;
|
|
19
|
-
} .
|
|
19
|
+
} .table__icon_nzx7p:hover {
|
|
20
20
|
color: var(--color-light-neutral-translucent-1300);
|
|
21
|
-
} .
|
|
21
|
+
} .table__reverse_nzx7p {
|
|
22
22
|
flex-direction: row-reverse;
|
|
23
|
-
} .
|
|
23
|
+
} .table__reverse_nzx7p .table__icon_nzx7p {
|
|
24
24
|
margin-left: var(--gap-0);
|
|
25
25
|
margin-right: var(--gap-8);
|
|
26
|
-
} .
|
|
26
|
+
} .table__sorted_nzx7p {
|
|
27
27
|
color: var(--color-light-status-info);
|
|
28
|
-
} .
|
|
28
|
+
} .table__sorted_nzx7p:hover {
|
|
29
29
|
color: var(--color-light-status-info);
|
|
30
30
|
}
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
require('./index.css');
|
|
4
4
|
|
|
5
|
-
var styles = {"content":"
|
|
5
|
+
var styles = {"content":"table__content_nzx7p","icon":"table__icon_nzx7p","reverse":"table__reverse_nzx7p","sorted":"table__sorted_nzx7p"};
|
|
6
6
|
|
|
7
7
|
module.exports = styles;
|
|
8
8
|
//# sourceMappingURL=index.module.css.js.map
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
--gap-16: var(--gap-m);
|
|
13
13
|
--gap-24: var(--gap-xl);
|
|
14
14
|
--gap-32: var(--gap-2xl);
|
|
15
|
-
} .
|
|
15
|
+
} .table__component_1i55n {
|
|
16
16
|
position: sticky;
|
|
17
17
|
left: var(--gap-0);
|
|
18
18
|
display: flex;
|
|
@@ -22,21 +22,21 @@
|
|
|
22
22
|
padding: var(--gap-24) var(--gap-16) var(--gap-32);
|
|
23
23
|
border-top: 1px solid var(--color-light-neutral-400);
|
|
24
24
|
box-sizing: border-box;
|
|
25
|
-
} .
|
|
25
|
+
} .table__pagesWrapper_1i55n {
|
|
26
26
|
display: flex;
|
|
27
|
-
} .
|
|
27
|
+
} .table__tag_1i55n.table__tag_1i55n {
|
|
28
28
|
flex-shrink: 0;
|
|
29
29
|
margin-right: var(--gap-8);
|
|
30
30
|
padding: var(--gap-0) var(--gap-8);
|
|
31
31
|
min-width: 32px;
|
|
32
|
-
} .
|
|
32
|
+
} .table__tag_1i55n.table__tag_1i55n:last-child {
|
|
33
33
|
margin-right: var(--gap-0);
|
|
34
|
-
} .
|
|
34
|
+
} .table__tag_1i55n.table__tag_1i55n.table__tagActive_1i55n {
|
|
35
35
|
cursor: default;
|
|
36
|
-
} .
|
|
36
|
+
} .table__pagination_1i55n {
|
|
37
37
|
margin-left: auto;
|
|
38
|
-
} .
|
|
38
|
+
} .table__menu_1i55n {
|
|
39
39
|
margin: var(--gap-4) var(--gap-0);
|
|
40
|
-
} .
|
|
40
|
+
} .table__option_1i55n {
|
|
41
41
|
min-width: 208px;
|
|
42
42
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import './index.css';
|
|
2
2
|
|
|
3
|
-
var styles = {"component":"
|
|
3
|
+
var styles = {"component":"table__component_1i55n","pagination":"table__pagination_1i55n","menu":"table__menu_1i55n","option":"table__option_1i55n"};
|
|
4
4
|
|
|
5
5
|
export { styles as default };
|
|
6
6
|
//# sourceMappingURL=index.module.css.js.map
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
:root {
|
|
2
2
|
--color-light-neutral-translucent-200-hover: rgba(15, 25, 55, 0.1);
|
|
3
|
-
} .
|
|
3
|
+
} .table__field_1wdml svg {
|
|
4
4
|
width: 18px;
|
|
5
5
|
height: 18px;
|
|
6
|
-
} .
|
|
7
|
-
.
|
|
6
|
+
} .table__open_1wdml,
|
|
7
|
+
.table__open_1wdml:hover {
|
|
8
8
|
background-color: var(--color-light-neutral-translucent-200-hover);
|
|
9
9
|
}
|
|
@@ -9,22 +9,22 @@
|
|
|
9
9
|
--gap-m: 16px;
|
|
10
10
|
--gap-0: 0px;
|
|
11
11
|
--gap-16: var(--gap-m);
|
|
12
|
-
} .
|
|
12
|
+
} .table__component_brix7 {
|
|
13
13
|
box-sizing: border-box;
|
|
14
|
-
} .
|
|
14
|
+
} .table__wrapper_brix7 {
|
|
15
15
|
padding: var(--gap-0) var(--gap-16) var(--gap-16);
|
|
16
16
|
background: var(--color-light-base-bg-primary);
|
|
17
17
|
box-shadow: var(--shadow-xs-hard);
|
|
18
18
|
border-radius: var(--border-radius-8);
|
|
19
19
|
overflow: auto;
|
|
20
|
-
} .
|
|
20
|
+
} .table__stickyHeader_brix7 {
|
|
21
21
|
max-height: 100%;
|
|
22
|
-
} .
|
|
22
|
+
} .table__hasPagination_brix7 {
|
|
23
23
|
padding-bottom: var(--gap-0);
|
|
24
|
-
} .
|
|
24
|
+
} .table__table_brix7 {
|
|
25
25
|
width: 100%;
|
|
26
26
|
border-collapse: collapse;
|
|
27
27
|
box-sizing: border-box;
|
|
28
|
-
} .
|
|
28
|
+
} .table__table_brix7 td:first-child label > *[class^='box'], .table__table_brix7 th:first-child label > *[class^='box'] {
|
|
29
29
|
margin-top: var(--gap-0);
|
|
30
30
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import './index.css';
|
|
2
2
|
|
|
3
|
-
var styles = {"component":"
|
|
3
|
+
var styles = {"component":"table__component_brix7","wrapper":"table__wrapper_brix7","stickyHeader":"table__stickyHeader_brix7","hasPagination":"table__hasPagination_brix7","table":"table__table_brix7"};
|
|
4
4
|
|
|
5
5
|
export { styles as default };
|
|
6
6
|
//# sourceMappingURL=index.module.css.js.map
|
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
--gap-12: var(--gap-s);
|
|
11
11
|
--gap-16: var(--gap-m);
|
|
12
12
|
--gap-24: var(--gap-xl);
|
|
13
|
-
} .
|
|
13
|
+
} .table__component_gfunh {
|
|
14
14
|
font-size: 14px;
|
|
15
15
|
line-height: 20px;
|
|
16
16
|
font-weight: 400;
|
|
@@ -21,14 +21,14 @@
|
|
|
21
21
|
border-top: 1px solid var(--color-light-neutral-400);
|
|
22
22
|
vertical-align: top;
|
|
23
23
|
box-sizing: border-box;
|
|
24
|
-
} .
|
|
24
|
+
} .table__component_gfunh:first-child {
|
|
25
25
|
padding-left: var(--gap-16);
|
|
26
|
-
} .
|
|
26
|
+
} .table__component_gfunh:last-child {
|
|
27
27
|
padding-right: var(--gap-16);
|
|
28
|
-
} .
|
|
28
|
+
} .table__compactHorizontal_gfunh {
|
|
29
29
|
padding-left: 6px;
|
|
30
30
|
padding-right: 6px;
|
|
31
|
-
} .
|
|
31
|
+
} .table__compact_gfunh {
|
|
32
32
|
padding-top: var(--gap-8);
|
|
33
33
|
padding-bottom: var(--gap-8);
|
|
34
34
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import './index.css';
|
|
2
2
|
|
|
3
|
-
var styles = {"component":"
|
|
3
|
+
var styles = {"component":"table__component_gfunh","compactHorizontal":"table__compactHorizontal_gfunh","compact":"table__compact_gfunh"};
|
|
4
4
|
|
|
5
5
|
export { styles as default };
|
|
6
6
|
//# sourceMappingURL=index.module.css.js.map
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
:root {
|
|
2
2
|
--gap-0: 0px;
|
|
3
|
-
} .
|
|
3
|
+
} .table__row_z0hyi {
|
|
4
4
|
cursor: pointer;
|
|
5
|
-
} .
|
|
5
|
+
} .table__selected_z0hyi.table__expanded_z0hyi {
|
|
6
6
|
background-color: inherit;
|
|
7
|
-
} .
|
|
7
|
+
} .table__expanded_z0hyi:hover {
|
|
8
8
|
background-color: inherit;
|
|
9
|
-
} .
|
|
9
|
+
} .table__expandable_z0hyi td {
|
|
10
10
|
margin: var(--gap-0);
|
|
11
11
|
padding-top: var(--gap-0);
|
|
12
12
|
padding-bottom: var(--gap-0);
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import './index.css';
|
|
2
2
|
|
|
3
|
-
var styles = {"row":"
|
|
3
|
+
var styles = {"row":"table__row_z0hyi","selected":"table__selected_z0hyi","expanded":"table__expanded_z0hyi","expandable":"table__expandable_z0hyi"};
|
|
4
4
|
|
|
5
5
|
export { styles as default };
|
|
6
6
|
//# sourceMappingURL=index.module.css.js.map
|
|
@@ -4,11 +4,11 @@
|
|
|
4
4
|
--gap-xs: 8px;
|
|
5
5
|
--gap-0: 0px;
|
|
6
6
|
--gap-8: var(--gap-xs);
|
|
7
|
-
} .
|
|
7
|
+
} .table__component_u1hj6 {
|
|
8
8
|
position: relative;
|
|
9
9
|
width: 100%;
|
|
10
10
|
box-sizing: border-box;
|
|
11
|
-
} .
|
|
11
|
+
} .table__component_u1hj6 th:not(:last-child):not(:empty):after {
|
|
12
12
|
transition: opacity 0.2s;
|
|
13
13
|
position: absolute;
|
|
14
14
|
content: '';
|
|
@@ -19,10 +19,10 @@
|
|
|
19
19
|
top: var(--gap-8);
|
|
20
20
|
bottom: var(--gap-8);
|
|
21
21
|
background-color: var(--color-light-neutral-400);
|
|
22
|
-
} .
|
|
22
|
+
} .table__component_u1hj6 th:after {
|
|
23
23
|
opacity: 0;
|
|
24
|
-
} .
|
|
24
|
+
} .table__component_u1hj6:hover th:after {
|
|
25
25
|
opacity: 1;
|
|
26
|
-
} .
|
|
26
|
+
} .table__row_u1hj6 {
|
|
27
27
|
height: 72px;
|
|
28
28
|
}
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
--gap-12: var(--gap-s);
|
|
13
13
|
--gap-16: var(--gap-m);
|
|
14
14
|
--gap-32: var(--gap-2xl);
|
|
15
|
-
} .
|
|
15
|
+
} .table__component_14pr9 {
|
|
16
16
|
font-size: 12px;
|
|
17
17
|
line-height: 16px;
|
|
18
18
|
font-weight: 500;
|
|
@@ -27,23 +27,23 @@
|
|
|
27
27
|
background: var(--color-light-base-bg-primary);
|
|
28
28
|
vertical-align: top;
|
|
29
29
|
box-sizing: border-box;
|
|
30
|
-
} .
|
|
30
|
+
} .table__component_14pr9:first-child {
|
|
31
31
|
padding-left: var(--gap-16);
|
|
32
|
-
} .
|
|
32
|
+
} .table__component_14pr9:last-child {
|
|
33
33
|
padding-right: var(--gap-16);
|
|
34
|
-
} .
|
|
34
|
+
} .table__component_14pr9:not(.table__stickyHeader_14pr9) {
|
|
35
35
|
position: relative;
|
|
36
|
-
} .
|
|
36
|
+
} .table__sortable_14pr9 {
|
|
37
37
|
cursor: pointer;
|
|
38
|
-
} .
|
|
38
|
+
} .table__sorted_14pr9 {
|
|
39
39
|
color: var(--color-light-text-primary);
|
|
40
|
-
} .
|
|
40
|
+
} .table__stickyHeader_14pr9 {
|
|
41
41
|
top: var(--gap-0);
|
|
42
42
|
position: sticky;
|
|
43
43
|
box-shadow: inset 0 -1px 0 0 rgba(11, 31, 53, 0.16);
|
|
44
44
|
border: none;
|
|
45
45
|
z-index: 1;
|
|
46
|
-
} .
|
|
46
|
+
} .table__compactHorizontal_14pr9 {
|
|
47
47
|
padding-left: 6px;
|
|
48
48
|
padding-right: 6px;
|
|
49
49
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import './index.css';
|
|
2
2
|
|
|
3
|
-
var styles = {"component":"
|
|
3
|
+
var styles = {"component":"table__component_14pr9","stickyHeader":"table__stickyHeader_14pr9","compactHorizontal":"table__compactHorizontal_14pr9"};
|
|
4
4
|
|
|
5
5
|
export { styles as default };
|
|
6
6
|
//# sourceMappingURL=index.module.css.js.map
|
|
@@ -3,22 +3,22 @@
|
|
|
3
3
|
--color-light-base-bg-secondary: #f2f3f5;
|
|
4
4
|
} :root {
|
|
5
5
|
--color-static-graphic-solitude: #e8f2fe;
|
|
6
|
-
} .
|
|
6
|
+
} .table__component_1pcg5 {
|
|
7
7
|
padding-top: 1px;
|
|
8
8
|
width: 100%;
|
|
9
9
|
transition: background-color 0.2s;
|
|
10
10
|
box-sizing: border-box;
|
|
11
11
|
background: var(--color-light-base-bg-primary);
|
|
12
|
-
} .
|
|
12
|
+
} .table__component_1pcg5:first-child td {
|
|
13
13
|
border-top: 0;
|
|
14
|
-
} .
|
|
14
|
+
} .table__withoutBorder_1pcg5 td {
|
|
15
15
|
border: none;
|
|
16
|
-
} .
|
|
16
|
+
} .table__clickable_1pcg5 {
|
|
17
17
|
cursor: pointer;
|
|
18
|
-
} .
|
|
18
|
+
} .table__clickable_1pcg5:hover {
|
|
19
19
|
background-color: var(--color-light-base-bg-secondary);
|
|
20
|
-
} .
|
|
20
|
+
} .table__selected_1pcg5 {
|
|
21
21
|
background-color: #f2f8ff;
|
|
22
|
-
} .
|
|
22
|
+
} .table__selected_1pcg5:hover {
|
|
23
23
|
background-color: var(--color-static-graphic-solitude);
|
|
24
24
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import './index.css';
|
|
2
2
|
|
|
3
|
-
var styles = {"component":"
|
|
3
|
+
var styles = {"component":"table__component_1pcg5","withoutBorder":"table__withoutBorder_1pcg5","clickable":"table__clickable_1pcg5","selected":"table__selected_1pcg5"};
|
|
4
4
|
|
|
5
5
|
export { styles as default };
|
|
6
6
|
//# sourceMappingURL=index.module.css.js.map
|
|
@@ -6,25 +6,25 @@
|
|
|
6
6
|
--gap-xs: 8px;
|
|
7
7
|
--gap-0: 0px;
|
|
8
8
|
--gap-8: var(--gap-xs);
|
|
9
|
-
} .
|
|
9
|
+
} .table__content_nzx7p {
|
|
10
10
|
display: flex;
|
|
11
11
|
align-items: flex-start;
|
|
12
|
-
} .
|
|
12
|
+
} .table__icon_nzx7p {
|
|
13
13
|
cursor: pointer;
|
|
14
14
|
margin-left: var(--gap-8);
|
|
15
15
|
margin-top: 1px;
|
|
16
16
|
color: var(--color-light-neutral-700);
|
|
17
17
|
transition: color 0.2s ease;
|
|
18
18
|
flex-shrink: 0;
|
|
19
|
-
} .
|
|
19
|
+
} .table__icon_nzx7p:hover {
|
|
20
20
|
color: var(--color-light-neutral-translucent-1300);
|
|
21
|
-
} .
|
|
21
|
+
} .table__reverse_nzx7p {
|
|
22
22
|
flex-direction: row-reverse;
|
|
23
|
-
} .
|
|
23
|
+
} .table__reverse_nzx7p .table__icon_nzx7p {
|
|
24
24
|
margin-left: var(--gap-0);
|
|
25
25
|
margin-right: var(--gap-8);
|
|
26
|
-
} .
|
|
26
|
+
} .table__sorted_nzx7p {
|
|
27
27
|
color: var(--color-light-status-info);
|
|
28
|
-
} .
|
|
28
|
+
} .table__sorted_nzx7p:hover {
|
|
29
29
|
color: var(--color-light-status-info);
|
|
30
30
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import './index.css';
|
|
2
2
|
|
|
3
|
-
var styles = {"content":"
|
|
3
|
+
var styles = {"content":"table__content_nzx7p","icon":"table__icon_nzx7p","reverse":"table__reverse_nzx7p","sorted":"table__sorted_nzx7p"};
|
|
4
4
|
|
|
5
5
|
export { styles as default };
|
|
6
6
|
//# sourceMappingURL=index.module.css.js.map
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
--gap-16: var(--gap-m);
|
|
13
13
|
--gap-24: var(--gap-xl);
|
|
14
14
|
--gap-32: var(--gap-2xl);
|
|
15
|
-
} .
|
|
15
|
+
} .table__component_1i55n {
|
|
16
16
|
position: sticky;
|
|
17
17
|
left: var(--gap-0);
|
|
18
18
|
display: flex;
|
|
@@ -22,21 +22,21 @@
|
|
|
22
22
|
padding: var(--gap-24) var(--gap-16) var(--gap-32);
|
|
23
23
|
border-top: 1px solid var(--color-light-neutral-400);
|
|
24
24
|
box-sizing: border-box;
|
|
25
|
-
} .
|
|
25
|
+
} .table__pagesWrapper_1i55n {
|
|
26
26
|
display: flex;
|
|
27
|
-
} .
|
|
27
|
+
} .table__tag_1i55n.table__tag_1i55n {
|
|
28
28
|
flex-shrink: 0;
|
|
29
29
|
margin-right: var(--gap-8);
|
|
30
30
|
padding: var(--gap-0) var(--gap-8);
|
|
31
31
|
min-width: 32px;
|
|
32
|
-
} .
|
|
32
|
+
} .table__tag_1i55n.table__tag_1i55n:last-child {
|
|
33
33
|
margin-right: var(--gap-0);
|
|
34
|
-
} .
|
|
34
|
+
} .table__tag_1i55n.table__tag_1i55n.table__tagActive_1i55n {
|
|
35
35
|
cursor: default;
|
|
36
|
-
} .
|
|
36
|
+
} .table__pagination_1i55n {
|
|
37
37
|
margin-left: auto;
|
|
38
|
-
} .
|
|
38
|
+
} .table__menu_1i55n {
|
|
39
39
|
margin: var(--gap-4) var(--gap-0);
|
|
40
|
-
} .
|
|
40
|
+
} .table__option_1i55n {
|
|
41
41
|
min-width: 208px;
|
|
42
42
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import './index.css';
|
|
2
2
|
|
|
3
|
-
const styles = {"component":"
|
|
3
|
+
const styles = {"component":"table__component_1i55n","pagination":"table__pagination_1i55n","menu":"table__menu_1i55n","option":"table__option_1i55n"};
|
|
4
4
|
|
|
5
5
|
export { styles as default };
|
|
6
6
|
//# sourceMappingURL=index.module.css.js.map
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
:root {
|
|
2
2
|
--color-light-neutral-translucent-200-hover: rgba(15, 25, 55, 0.1);
|
|
3
|
-
} .
|
|
3
|
+
} .table__field_1wdml svg {
|
|
4
4
|
width: 18px;
|
|
5
5
|
height: 18px;
|
|
6
|
-
} .
|
|
7
|
-
.
|
|
6
|
+
} .table__open_1wdml,
|
|
7
|
+
.table__open_1wdml:hover {
|
|
8
8
|
background-color: var(--color-light-neutral-translucent-200-hover);
|
|
9
9
|
}
|
|
@@ -9,22 +9,22 @@
|
|
|
9
9
|
--gap-m: 16px;
|
|
10
10
|
--gap-0: 0px;
|
|
11
11
|
--gap-16: var(--gap-m);
|
|
12
|
-
} .
|
|
12
|
+
} .table__component_brix7 {
|
|
13
13
|
box-sizing: border-box;
|
|
14
|
-
} .
|
|
14
|
+
} .table__wrapper_brix7 {
|
|
15
15
|
padding: var(--gap-0) var(--gap-16) var(--gap-16);
|
|
16
16
|
background: var(--color-light-base-bg-primary);
|
|
17
17
|
box-shadow: var(--shadow-xs-hard);
|
|
18
18
|
border-radius: var(--border-radius-8);
|
|
19
19
|
overflow: auto;
|
|
20
|
-
} .
|
|
20
|
+
} .table__stickyHeader_brix7 {
|
|
21
21
|
max-height: 100%;
|
|
22
|
-
} .
|
|
22
|
+
} .table__hasPagination_brix7 {
|
|
23
23
|
padding-bottom: var(--gap-0);
|
|
24
|
-
} .
|
|
24
|
+
} .table__table_brix7 {
|
|
25
25
|
width: 100%;
|
|
26
26
|
border-collapse: collapse;
|
|
27
27
|
box-sizing: border-box;
|
|
28
|
-
} .
|
|
28
|
+
} .table__table_brix7 td:first-child label > *[class^='box'], .table__table_brix7 th:first-child label > *[class^='box'] {
|
|
29
29
|
margin-top: var(--gap-0);
|
|
30
30
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import './index.css';
|
|
2
2
|
|
|
3
|
-
const styles = {"component":"
|
|
3
|
+
const styles = {"component":"table__component_brix7","wrapper":"table__wrapper_brix7","stickyHeader":"table__stickyHeader_brix7","hasPagination":"table__hasPagination_brix7","table":"table__table_brix7"};
|
|
4
4
|
|
|
5
5
|
export { styles as default };
|
|
6
6
|
//# sourceMappingURL=index.module.css.js.map
|
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
--gap-12: var(--gap-s);
|
|
11
11
|
--gap-16: var(--gap-m);
|
|
12
12
|
--gap-24: var(--gap-xl);
|
|
13
|
-
} .
|
|
13
|
+
} .table__component_gfunh {
|
|
14
14
|
font-size: 14px;
|
|
15
15
|
line-height: 20px;
|
|
16
16
|
font-weight: 400;
|
|
@@ -21,14 +21,14 @@
|
|
|
21
21
|
border-top: 1px solid var(--color-light-neutral-400);
|
|
22
22
|
vertical-align: top;
|
|
23
23
|
box-sizing: border-box;
|
|
24
|
-
} .
|
|
24
|
+
} .table__component_gfunh:first-child {
|
|
25
25
|
padding-left: var(--gap-16);
|
|
26
|
-
} .
|
|
26
|
+
} .table__component_gfunh:last-child {
|
|
27
27
|
padding-right: var(--gap-16);
|
|
28
|
-
} .
|
|
28
|
+
} .table__compactHorizontal_gfunh {
|
|
29
29
|
padding-left: 6px;
|
|
30
30
|
padding-right: 6px;
|
|
31
|
-
} .
|
|
31
|
+
} .table__compact_gfunh {
|
|
32
32
|
padding-top: var(--gap-8);
|
|
33
33
|
padding-bottom: var(--gap-8);
|
|
34
34
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import './index.css';
|
|
2
2
|
|
|
3
|
-
const styles = {"component":"
|
|
3
|
+
const styles = {"component":"table__component_gfunh","compactHorizontal":"table__compactHorizontal_gfunh","compact":"table__compact_gfunh"};
|
|
4
4
|
|
|
5
5
|
export { styles as default };
|
|
6
6
|
//# sourceMappingURL=index.module.css.js.map
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
:root {
|
|
2
2
|
--gap-0: 0px;
|
|
3
|
-
} .
|
|
3
|
+
} .table__row_z0hyi {
|
|
4
4
|
cursor: pointer;
|
|
5
|
-
} .
|
|
5
|
+
} .table__selected_z0hyi.table__expanded_z0hyi {
|
|
6
6
|
background-color: inherit;
|
|
7
|
-
} .
|
|
7
|
+
} .table__expanded_z0hyi:hover {
|
|
8
8
|
background-color: inherit;
|
|
9
|
-
} .
|
|
9
|
+
} .table__expandable_z0hyi td {
|
|
10
10
|
margin: var(--gap-0);
|
|
11
11
|
padding-top: var(--gap-0);
|
|
12
12
|
padding-bottom: var(--gap-0);
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import './index.css';
|
|
2
2
|
|
|
3
|
-
const styles = {"row":"
|
|
3
|
+
const styles = {"row":"table__row_z0hyi","selected":"table__selected_z0hyi","expanded":"table__expanded_z0hyi","expandable":"table__expandable_z0hyi"};
|
|
4
4
|
|
|
5
5
|
export { styles as default };
|
|
6
6
|
//# sourceMappingURL=index.module.css.js.map
|
|
@@ -4,11 +4,11 @@
|
|
|
4
4
|
--gap-xs: 8px;
|
|
5
5
|
--gap-0: 0px;
|
|
6
6
|
--gap-8: var(--gap-xs);
|
|
7
|
-
} .
|
|
7
|
+
} .table__component_u1hj6 {
|
|
8
8
|
position: relative;
|
|
9
9
|
width: 100%;
|
|
10
10
|
box-sizing: border-box;
|
|
11
|
-
} .
|
|
11
|
+
} .table__component_u1hj6 th:not(:last-child):not(:empty):after {
|
|
12
12
|
transition: opacity 0.2s;
|
|
13
13
|
position: absolute;
|
|
14
14
|
content: '';
|
|
@@ -19,10 +19,10 @@
|
|
|
19
19
|
top: var(--gap-8);
|
|
20
20
|
bottom: var(--gap-8);
|
|
21
21
|
background-color: var(--color-light-neutral-400);
|
|
22
|
-
} .
|
|
22
|
+
} .table__component_u1hj6 th:after {
|
|
23
23
|
opacity: 0;
|
|
24
|
-
} .
|
|
24
|
+
} .table__component_u1hj6:hover th:after {
|
|
25
25
|
opacity: 1;
|
|
26
|
-
} .
|
|
26
|
+
} .table__row_u1hj6 {
|
|
27
27
|
height: 72px;
|
|
28
28
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import './index.css';
|
|
2
2
|
|
|
3
|
-
const styles = {"component":"
|
|
3
|
+
const styles = {"component":"table__component_u1hj6","row":"table__row_u1hj6"};
|
|
4
4
|
|
|
5
5
|
export { styles as default };
|
|
6
6
|
//# sourceMappingURL=index.module.css.js.map
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
--gap-12: var(--gap-s);
|
|
13
13
|
--gap-16: var(--gap-m);
|
|
14
14
|
--gap-32: var(--gap-2xl);
|
|
15
|
-
} .
|
|
15
|
+
} .table__component_14pr9 {
|
|
16
16
|
font-size: 12px;
|
|
17
17
|
line-height: 16px;
|
|
18
18
|
font-weight: 500;
|
|
@@ -27,23 +27,23 @@
|
|
|
27
27
|
background: var(--color-light-base-bg-primary);
|
|
28
28
|
vertical-align: top;
|
|
29
29
|
box-sizing: border-box;
|
|
30
|
-
} .
|
|
30
|
+
} .table__component_14pr9:first-child {
|
|
31
31
|
padding-left: var(--gap-16);
|
|
32
|
-
} .
|
|
32
|
+
} .table__component_14pr9:last-child {
|
|
33
33
|
padding-right: var(--gap-16);
|
|
34
|
-
} .
|
|
34
|
+
} .table__component_14pr9:not(.table__stickyHeader_14pr9) {
|
|
35
35
|
position: relative;
|
|
36
|
-
} .
|
|
36
|
+
} .table__sortable_14pr9 {
|
|
37
37
|
cursor: pointer;
|
|
38
|
-
} .
|
|
38
|
+
} .table__sorted_14pr9 {
|
|
39
39
|
color: var(--color-light-text-primary);
|
|
40
|
-
} .
|
|
40
|
+
} .table__stickyHeader_14pr9 {
|
|
41
41
|
top: var(--gap-0);
|
|
42
42
|
position: sticky;
|
|
43
43
|
box-shadow: inset 0 -1px 0 0 rgba(11, 31, 53, 0.16);
|
|
44
44
|
border: none;
|
|
45
45
|
z-index: 1;
|
|
46
|
-
} .
|
|
46
|
+
} .table__compactHorizontal_14pr9 {
|
|
47
47
|
padding-left: 6px;
|
|
48
48
|
padding-right: 6px;
|
|
49
49
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import './index.css';
|
|
2
2
|
|
|
3
|
-
const styles = {"component":"
|
|
3
|
+
const styles = {"component":"table__component_14pr9","stickyHeader":"table__stickyHeader_14pr9","compactHorizontal":"table__compactHorizontal_14pr9"};
|
|
4
4
|
|
|
5
5
|
export { styles as default };
|
|
6
6
|
//# sourceMappingURL=index.module.css.js.map
|
|
@@ -3,22 +3,22 @@
|
|
|
3
3
|
--color-light-base-bg-secondary: #f2f3f5;
|
|
4
4
|
} :root {
|
|
5
5
|
--color-static-graphic-solitude: #e8f2fe;
|
|
6
|
-
} .
|
|
6
|
+
} .table__component_1pcg5 {
|
|
7
7
|
padding-top: 1px;
|
|
8
8
|
width: 100%;
|
|
9
9
|
transition: background-color 0.2s;
|
|
10
10
|
box-sizing: border-box;
|
|
11
11
|
background: var(--color-light-base-bg-primary);
|
|
12
|
-
} .
|
|
12
|
+
} .table__component_1pcg5:first-child td {
|
|
13
13
|
border-top: 0;
|
|
14
|
-
} .
|
|
14
|
+
} .table__withoutBorder_1pcg5 td {
|
|
15
15
|
border: none;
|
|
16
|
-
} .
|
|
16
|
+
} .table__clickable_1pcg5 {
|
|
17
17
|
cursor: pointer;
|
|
18
|
-
} .
|
|
18
|
+
} .table__clickable_1pcg5:hover {
|
|
19
19
|
background-color: var(--color-light-base-bg-secondary);
|
|
20
|
-
} .
|
|
20
|
+
} .table__selected_1pcg5 {
|
|
21
21
|
background-color: #f2f8ff;
|
|
22
|
-
} .
|
|
22
|
+
} .table__selected_1pcg5:hover {
|
|
23
23
|
background-color: var(--color-static-graphic-solitude);
|
|
24
24
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import './index.css';
|
|
2
2
|
|
|
3
|
-
const styles = {"component":"
|
|
3
|
+
const styles = {"component":"table__component_1pcg5","withoutBorder":"table__withoutBorder_1pcg5","clickable":"table__clickable_1pcg5","selected":"table__selected_1pcg5"};
|
|
4
4
|
|
|
5
5
|
export { styles as default };
|
|
6
6
|
//# sourceMappingURL=index.module.css.js.map
|
|
@@ -6,25 +6,25 @@
|
|
|
6
6
|
--gap-xs: 8px;
|
|
7
7
|
--gap-0: 0px;
|
|
8
8
|
--gap-8: var(--gap-xs);
|
|
9
|
-
} .
|
|
9
|
+
} .table__content_nzx7p {
|
|
10
10
|
display: flex;
|
|
11
11
|
align-items: flex-start;
|
|
12
|
-
} .
|
|
12
|
+
} .table__icon_nzx7p {
|
|
13
13
|
cursor: pointer;
|
|
14
14
|
margin-left: var(--gap-8);
|
|
15
15
|
margin-top: 1px;
|
|
16
16
|
color: var(--color-light-neutral-700);
|
|
17
17
|
transition: color 0.2s ease;
|
|
18
18
|
flex-shrink: 0;
|
|
19
|
-
} .
|
|
19
|
+
} .table__icon_nzx7p:hover {
|
|
20
20
|
color: var(--color-light-neutral-translucent-1300);
|
|
21
|
-
} .
|
|
21
|
+
} .table__reverse_nzx7p {
|
|
22
22
|
flex-direction: row-reverse;
|
|
23
|
-
} .
|
|
23
|
+
} .table__reverse_nzx7p .table__icon_nzx7p {
|
|
24
24
|
margin-left: var(--gap-0);
|
|
25
25
|
margin-right: var(--gap-8);
|
|
26
|
-
} .
|
|
26
|
+
} .table__sorted_nzx7p {
|
|
27
27
|
color: var(--color-light-status-info);
|
|
28
|
-
} .
|
|
28
|
+
} .table__sorted_nzx7p:hover {
|
|
29
29
|
color: var(--color-light-status-info);
|
|
30
30
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import './index.css';
|
|
2
2
|
|
|
3
|
-
const styles = {"content":"
|
|
3
|
+
const styles = {"content":"table__content_nzx7p","icon":"table__icon_nzx7p","reverse":"table__reverse_nzx7p","sorted":"table__sorted_nzx7p"};
|
|
4
4
|
|
|
5
5
|
export { styles as default };
|
|
6
6
|
//# sourceMappingURL=index.module.css.js.map
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@alfalab/core-components-table",
|
|
3
|
-
"version": "3.0.
|
|
3
|
+
"version": "3.0.4",
|
|
4
4
|
"description": "",
|
|
5
5
|
"keywords": [],
|
|
6
6
|
"license": "MIT",
|
|
@@ -11,8 +11,8 @@
|
|
|
11
11
|
"module": "./esm/index.js",
|
|
12
12
|
"dependencies": {
|
|
13
13
|
"@alfalab/core-components-button": "^12.0.1",
|
|
14
|
-
"@alfalab/core-components-pagination": "^3.0.
|
|
15
|
-
"@alfalab/core-components-select": "^18.1
|
|
14
|
+
"@alfalab/core-components-pagination": "^3.0.2",
|
|
15
|
+
"@alfalab/core-components-select": "^18.2.1",
|
|
16
16
|
"classnames": "^2.5.1",
|
|
17
17
|
"tslib": "^2.4.0"
|
|
18
18
|
},
|
|
@@ -24,6 +24,6 @@
|
|
|
24
24
|
"access": "public",
|
|
25
25
|
"directory": "dist"
|
|
26
26
|
},
|
|
27
|
-
"themesVersion": "14.1.
|
|
28
|
-
"varsVersion": "10.1.
|
|
27
|
+
"themesVersion": "14.1.3",
|
|
28
|
+
"varsVersion": "10.1.1"
|
|
29
29
|
}
|