@alfalab/core-components-table 2.2.23 → 2.2.25
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/component.js +2 -0
- package/components/index.js +2 -0
- package/components/pagination/Component.js +3 -1
- package/components/pagination/index.css +9 -9
- package/components/pagination/index.js +2 -0
- package/components/pagination/select-field/index.css +4 -4
- package/components/pagination/select-field/index.js +3 -1
- package/components/table/Component.js +3 -1
- package/components/table/index.css +8 -9
- package/components/table/index.js +2 -0
- package/components/table/utils.js +2 -0
- package/components/table-context/index.js +2 -0
- package/components/tbody/Component.js +3 -1
- package/components/tbody/index.css +2 -2
- package/components/tbody/index.js +2 -0
- package/components/tcell/Component.js +3 -1
- package/components/tcell/index.css +8 -8
- package/components/tcell/index.js +2 -0
- package/components/texpandable-row/Component.js +3 -1
- package/components/texpandable-row/index.css +5 -5
- package/components/texpandable-row/index.js +2 -0
- package/components/thead/Component.js +3 -1
- package/components/thead/index.css +7 -7
- package/components/thead/index.js +2 -0
- package/components/thead-cell/Component.js +3 -1
- package/components/thead-cell/index.css +10 -10
- package/components/thead-cell/index.js +2 -0
- package/components/trow/Component.js +3 -1
- package/components/trow/index.css +8 -8
- package/components/trow/index.js +2 -0
- package/components/tsortable-head-cell/Component.js +3 -1
- package/components/tsortable-head-cell/index.css +12 -12
- package/components/tsortable-head-cell/index.js +2 -0
- package/components/tsortable-head-cell/sort-icon-asc.js +2 -0
- package/components/tsortable-head-cell/sort-icon-desc.js +2 -0
- package/components/tsortable-head-cell/sort-icon-unset.js +2 -0
- package/cssm/component.js +2 -0
- package/cssm/components/index.js +3 -1
- package/cssm/components/pagination/Component.js +2 -0
- package/cssm/components/pagination/index.js +2 -0
- package/cssm/components/pagination/index.module.css +1 -1
- package/cssm/components/pagination/select-field/index.js +2 -0
- package/cssm/components/table/Component.js +2 -0
- package/cssm/components/table/index.js +2 -0
- package/cssm/components/table/index.module.css +1 -2
- package/cssm/components/table/utils.js +2 -0
- package/cssm/components/table-context/index.js +2 -0
- package/cssm/components/tbody/Component.js +2 -0
- package/cssm/components/tbody/index.js +2 -0
- package/cssm/components/tcell/Component.js +2 -0
- package/cssm/components/tcell/index.js +2 -0
- package/cssm/components/tcell/index.module.css +2 -2
- package/cssm/components/texpandable-row/Component.js +2 -0
- package/cssm/components/texpandable-row/index.js +2 -0
- package/cssm/components/thead/Component.js +2 -0
- package/cssm/components/thead/index.js +2 -0
- package/cssm/components/thead/index.module.css +1 -1
- package/cssm/components/thead-cell/Component.js +2 -0
- package/cssm/components/thead-cell/index.js +2 -0
- package/cssm/components/thead-cell/index.module.css +2 -2
- package/cssm/components/trow/Component.js +2 -0
- package/cssm/components/trow/index.js +2 -0
- package/cssm/components/tsortable-head-cell/Component.js +2 -0
- package/cssm/components/tsortable-head-cell/index.js +2 -0
- package/cssm/components/tsortable-head-cell/index.module.css +3 -3
- package/cssm/components/tsortable-head-cell/sort-icon-asc.js +2 -0
- package/cssm/components/tsortable-head-cell/sort-icon-desc.js +2 -0
- package/cssm/components/tsortable-head-cell/sort-icon-unset.js +2 -0
- package/cssm/index.js +2 -0
- package/cssm/utils.js +2 -0
- package/esm/components/pagination/Component.js +1 -1
- package/esm/components/pagination/index.css +9 -9
- package/esm/components/pagination/select-field/index.css +4 -4
- package/esm/components/pagination/select-field/index.js +1 -1
- package/esm/components/table/Component.js +1 -1
- package/esm/components/table/index.css +8 -9
- package/esm/components/tbody/Component.js +1 -1
- package/esm/components/tbody/index.css +2 -2
- package/esm/components/tcell/Component.js +1 -1
- package/esm/components/tcell/index.css +8 -8
- package/esm/components/texpandable-row/Component.js +1 -1
- package/esm/components/texpandable-row/index.css +5 -5
- package/esm/components/thead/Component.js +1 -1
- package/esm/components/thead/index.css +7 -7
- package/esm/components/thead-cell/Component.js +1 -1
- package/esm/components/thead-cell/index.css +10 -10
- package/esm/components/trow/Component.js +1 -1
- package/esm/components/trow/index.css +8 -8
- package/esm/components/tsortable-head-cell/Component.js +1 -1
- package/esm/components/tsortable-head-cell/index.css +12 -12
- package/index.js +2 -0
- package/modern/components/pagination/Component.js +1 -1
- package/modern/components/pagination/index.css +9 -9
- package/modern/components/pagination/select-field/index.css +4 -4
- package/modern/components/pagination/select-field/index.js +1 -1
- package/modern/components/table/Component.js +1 -1
- package/modern/components/table/index.css +8 -9
- package/modern/components/tbody/Component.js +1 -1
- package/modern/components/tbody/index.css +2 -2
- package/modern/components/tcell/Component.js +1 -1
- package/modern/components/tcell/index.css +8 -8
- package/modern/components/texpandable-row/Component.js +1 -1
- package/modern/components/texpandable-row/index.css +5 -5
- package/modern/components/thead/Component.js +1 -1
- package/modern/components/thead/index.css +7 -7
- package/modern/components/thead-cell/Component.js +1 -1
- package/modern/components/thead-cell/index.css +10 -10
- package/modern/components/trow/Component.js +1 -1
- package/modern/components/trow/index.css +8 -8
- package/modern/components/tsortable-head-cell/Component.js +1 -1
- package/modern/components/tsortable-head-cell/index.css +12 -12
- package/package.json +4 -4
- package/utils.js +2 -0
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
/* hash:
|
|
1
|
+
/* hash: 1p41a */
|
|
2
2
|
:root {
|
|
3
3
|
} /* deprecated */ :root {
|
|
4
|
-
--color-light-graphic-link: #
|
|
5
|
-
--color-light-graphic-primary: #
|
|
6
|
-
--color-light-graphic-secondary: #
|
|
4
|
+
--color-light-graphic-link: #0072ef;
|
|
5
|
+
--color-light-graphic-primary: #0e0e0e;
|
|
6
|
+
--color-light-graphic-secondary: #86868a; /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
|
|
7
7
|
} :root { /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
|
|
8
8
|
} :root {
|
|
9
9
|
} :root {
|
|
@@ -18,12 +18,12 @@
|
|
|
18
18
|
--gap-xs: 8px;
|
|
19
19
|
} :root {
|
|
20
20
|
} :root {
|
|
21
|
-
} .
|
|
21
|
+
} .table__component_1addm {
|
|
22
22
|
position: relative;
|
|
23
|
-
} .
|
|
23
|
+
} .table__content_1addm {
|
|
24
24
|
display: flex;
|
|
25
25
|
align-items: flex-start;
|
|
26
|
-
} .
|
|
26
|
+
} .table__icon_1addm {
|
|
27
27
|
cursor: pointer;
|
|
28
28
|
margin-left: var(--gap-xs);
|
|
29
29
|
|
|
@@ -35,15 +35,15 @@
|
|
|
35
35
|
color: var(--color-light-graphic-secondary);
|
|
36
36
|
transition: color 0.2s ease;
|
|
37
37
|
flex-shrink: 0
|
|
38
|
-
} .
|
|
38
|
+
} .table__icon_1addm:hover {
|
|
39
39
|
color: var(--color-light-graphic-primary);
|
|
40
|
-
} .
|
|
40
|
+
} .table__reverse_1addm {
|
|
41
41
|
flex-direction: row-reverse
|
|
42
|
-
} .
|
|
42
|
+
} .table__reverse_1addm .table__icon_1addm {
|
|
43
43
|
margin-left: 0;
|
|
44
44
|
margin-right: var(--gap-xs);
|
|
45
|
-
} .
|
|
45
|
+
} .table__sorted_1addm {
|
|
46
46
|
color: var(--color-light-graphic-link)
|
|
47
|
-
} .
|
|
47
|
+
} .table__sorted_1addm:hover {
|
|
48
48
|
color: var(--color-light-graphic-link);
|
|
49
49
|
}
|
package/cssm/component.js
CHANGED
|
@@ -1,5 +1,7 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
+
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
|
+
|
|
3
5
|
var components_table_Component = require('./components/table/Component.js');
|
|
4
6
|
var components_pagination_Component = require('./components/pagination/Component.js');
|
|
5
7
|
var components_thead_Component = require('./components/thead/Component.js');
|
package/cssm/components/index.js
CHANGED
|
@@ -1,5 +1,7 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
+
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
|
+
|
|
3
5
|
var components_table_Component = require('./table/Component.js');
|
|
4
6
|
var components_pagination_Component = require('./pagination/Component.js');
|
|
5
7
|
var components_thead_Component = require('./thead/Component.js');
|
|
@@ -15,7 +17,6 @@ require('classnames');
|
|
|
15
17
|
require('./table-context/index.js');
|
|
16
18
|
require('./table/utils.js');
|
|
17
19
|
require('../utils.js');
|
|
18
|
-
require('./thead/index.module.css');
|
|
19
20
|
require('./table/index.module.css');
|
|
20
21
|
require('@alfalab/core-components-pagination/cssm');
|
|
21
22
|
require('@alfalab/core-components-select/cssm');
|
|
@@ -23,6 +24,7 @@ require('./pagination/select-field/index.js');
|
|
|
23
24
|
require('@alfalab/core-components-button/cssm');
|
|
24
25
|
require('./pagination/select-field/index.module.css');
|
|
25
26
|
require('./pagination/index.module.css');
|
|
27
|
+
require('./thead/index.module.css');
|
|
26
28
|
require('./thead-cell/index.module.css');
|
|
27
29
|
require('./tsortable-head-cell/sort-icon-asc.js');
|
|
28
30
|
require('./tsortable-head-cell/sort-icon-desc.js');
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
:root {
|
|
2
2
|
} /* deprecated */ :root {
|
|
3
|
-
--color-light-border-primary: #
|
|
3
|
+
--color-light-border-primary: #dcdcdd; /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
|
|
4
4
|
} :root { /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
|
|
5
5
|
} :root {
|
|
6
6
|
} :root {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
:root {
|
|
2
2
|
} /* deprecated */ :root {
|
|
3
|
-
--color-light-border-primary: #
|
|
4
|
-
--color-light-text-primary: #
|
|
3
|
+
--color-light-border-primary: #dcdcdd;
|
|
4
|
+
--color-light-text-primary: #0e0e0e; /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
|
|
5
5
|
} :root { /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
|
|
6
6
|
} :root {
|
|
7
7
|
} :root {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
:root {
|
|
2
2
|
} /* deprecated */ :root {
|
|
3
|
-
--color-light-graphic-quaternary: #
|
|
3
|
+
--color-light-graphic-quaternary: #dcdcdd; /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
|
|
4
4
|
} :root { /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
|
|
5
5
|
} :root {
|
|
6
6
|
} :root {
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
:root {
|
|
2
2
|
} /* deprecated */ :root {
|
|
3
3
|
--color-light-bg-primary: #fff;
|
|
4
|
-
--color-light-border-primary: #
|
|
5
|
-
--color-light-text-primary: #
|
|
4
|
+
--color-light-border-primary: #dcdcdd;
|
|
5
|
+
--color-light-text-primary: #0e0e0e; /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
|
|
6
6
|
} :root { /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
|
|
7
7
|
} :root {
|
|
8
8
|
} :root {
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
:root {
|
|
2
2
|
} /* deprecated */ :root {
|
|
3
|
-
--color-light-graphic-link: #
|
|
4
|
-
--color-light-graphic-primary: #
|
|
5
|
-
--color-light-graphic-secondary: #
|
|
3
|
+
--color-light-graphic-link: #0072ef;
|
|
4
|
+
--color-light-graphic-primary: #0e0e0e;
|
|
5
|
+
--color-light-graphic-secondary: #86868a; /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
|
|
6
6
|
} :root { /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
|
|
7
7
|
} :root {
|
|
8
8
|
} :root {
|
package/cssm/index.js
CHANGED
package/cssm/utils.js
CHANGED
|
@@ -7,7 +7,7 @@ import { TableContext } from '../table-context/index.js';
|
|
|
7
7
|
import { CustomSelectField } from './select-field/index.js';
|
|
8
8
|
import '@alfalab/core-components-button/esm';
|
|
9
9
|
|
|
10
|
-
var styles = {"component":"
|
|
10
|
+
var styles = {"component":"table__component_10e99","pagesWrapper":"table__pagesWrapper_10e99","tag":"table__tag_10e99","tagActive":"table__tagActive_10e99","menu":"table__menu_10e99","option":"table__option_10e99"};
|
|
11
11
|
require('./index.css')
|
|
12
12
|
|
|
13
13
|
var Pagination = function (_a) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
/* hash:
|
|
1
|
+
/* hash: icovz */
|
|
2
2
|
:root {
|
|
3
3
|
} /* deprecated */ :root {
|
|
4
|
-
--color-light-border-primary: #
|
|
4
|
+
--color-light-border-primary: #dcdcdd; /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
|
|
5
5
|
} :root { /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
|
|
6
6
|
} :root {
|
|
7
7
|
} :root {
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
--gap-2xl: 32px;
|
|
21
21
|
} :root {
|
|
22
22
|
} :root {
|
|
23
|
-
} .
|
|
23
|
+
} .table__component_10e99 {
|
|
24
24
|
display: flex;
|
|
25
25
|
justify-content: space-between;
|
|
26
26
|
align-items: flex-start;
|
|
@@ -28,19 +28,19 @@
|
|
|
28
28
|
padding: var(--gap-xl) var(--gap-m) var(--gap-2xl);
|
|
29
29
|
border-top: 1px solid var(--color-light-border-primary);
|
|
30
30
|
box-sizing: border-box;
|
|
31
|
-
} .
|
|
31
|
+
} .table__pagesWrapper_10e99 {
|
|
32
32
|
display: flex;
|
|
33
|
-
} .
|
|
33
|
+
} .table__tag_10e99.table__tag_10e99 {
|
|
34
34
|
flex-shrink: 0;
|
|
35
35
|
margin-right: var(--gap-xs);
|
|
36
36
|
padding: 0 var(--gap-xs);
|
|
37
37
|
min-width: 32px
|
|
38
|
-
} .
|
|
38
|
+
} .table__tag_10e99.table__tag_10e99:last-child {
|
|
39
39
|
margin-right: 0;
|
|
40
|
-
} .
|
|
40
|
+
} .table__tag_10e99.table__tag_10e99.table__tagActive_10e99 {
|
|
41
41
|
cursor: default;
|
|
42
|
-
} .
|
|
42
|
+
} .table__menu_10e99 {
|
|
43
43
|
margin: var(--gap-2xs) 0;
|
|
44
|
-
} .
|
|
44
|
+
} .table__option_10e99 {
|
|
45
45
|
min-width: 208px;
|
|
46
46
|
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/* hash:
|
|
1
|
+
/* hash: wrayj */
|
|
2
2
|
:root {
|
|
3
3
|
} /* deprecated */ :root { /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
|
|
4
4
|
--color-light-specialbg-component-shade-7: rgba(10, 29, 49, 0.1351);
|
|
@@ -15,10 +15,10 @@
|
|
|
15
15
|
} :root {
|
|
16
16
|
} :root {
|
|
17
17
|
} :root {
|
|
18
|
-
} .
|
|
18
|
+
} .table__field_wscfu svg {
|
|
19
19
|
width: 18px;
|
|
20
20
|
height: 18px;
|
|
21
|
-
} .
|
|
22
|
-
.
|
|
21
|
+
} .table__open_wscfu,
|
|
22
|
+
.table__open_wscfu:hover {
|
|
23
23
|
background-color: var(--color-light-specialbg-component-shade-7);
|
|
24
24
|
}
|
|
@@ -3,7 +3,7 @@ import React from 'react';
|
|
|
3
3
|
import cn from 'classnames';
|
|
4
4
|
import { Button } from '@alfalab/core-components-button/esm';
|
|
5
5
|
|
|
6
|
-
var styles = {"field":"
|
|
6
|
+
var styles = {"field":"table__field_wscfu","open":"table__open_wscfu"};
|
|
7
7
|
require('./index.css')
|
|
8
8
|
|
|
9
9
|
var CustomSelectField = function (_a) {
|
|
@@ -6,7 +6,7 @@ import { findAllHeadCellsProps } from './utils.js';
|
|
|
6
6
|
import '../../utils.js';
|
|
7
7
|
import '../thead/Component.js';
|
|
8
8
|
|
|
9
|
-
var styles = {"component":"
|
|
9
|
+
var styles = {"component":"table__component_mt4xy","wrapper":"table__wrapper_mt4xy","stickyHeader":"table__stickyHeader_mt4xy","hasPagination":"table__hasPagination_mt4xy","table":"table__table_mt4xy"};
|
|
10
10
|
require('./index.css')
|
|
11
11
|
|
|
12
12
|
var Table = forwardRef(function (_a, ref) {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/* hash:
|
|
1
|
+
/* hash: t6zif */
|
|
2
2
|
:root {
|
|
3
3
|
} /* deprecated */ :root {
|
|
4
4
|
--color-light-bg-primary: #fff; /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
|
|
@@ -7,8 +7,7 @@
|
|
|
7
7
|
} :root {
|
|
8
8
|
|
|
9
9
|
/* Hard */
|
|
10
|
-
--shadow-xs-hard: 0
|
|
11
|
-
0 2px 4px rgba(11, 31, 53, 0.16);
|
|
10
|
+
--shadow-xs-hard: 0 4px 8px rgba(0, 0, 0, 0.16), 0 0 1px rgba(0, 0, 0, 0.16);
|
|
12
11
|
|
|
13
12
|
/* Up */
|
|
14
13
|
|
|
@@ -19,24 +18,24 @@
|
|
|
19
18
|
--gap-m: 16px;
|
|
20
19
|
} :root {
|
|
21
20
|
} :root {
|
|
22
|
-
} .
|
|
21
|
+
} .table__component_mt4xy {
|
|
23
22
|
box-sizing: border-box;
|
|
24
|
-
} .
|
|
23
|
+
} .table__wrapper_mt4xy {
|
|
25
24
|
padding: 0 var(--gap-m) var(--gap-m);
|
|
26
25
|
background: var(--color-light-bg-primary);
|
|
27
26
|
box-shadow: var(--shadow-xs-hard);
|
|
28
27
|
border-radius: var(--border-radius-m);
|
|
29
28
|
overflow: auto;
|
|
30
|
-
} .
|
|
29
|
+
} .table__stickyHeader_mt4xy {
|
|
31
30
|
max-height: 100%;
|
|
32
|
-
} .
|
|
31
|
+
} .table__hasPagination_mt4xy {
|
|
33
32
|
padding-bottom: 0;
|
|
34
|
-
} .
|
|
33
|
+
} .table__table_mt4xy {
|
|
35
34
|
width: 100%;
|
|
36
35
|
border-collapse: collapse;
|
|
37
36
|
box-sizing: border-box
|
|
38
37
|
|
|
39
38
|
/* TODO: Хак для выравнивания чекбокса */
|
|
40
|
-
} .
|
|
39
|
+
} .table__table_mt4xy td:first-child label > *[class^='box'], .table__table_mt4xy th:first-child label > *[class^='box'] {
|
|
41
40
|
margin-top: 0;
|
|
42
41
|
}
|
|
@@ -2,7 +2,7 @@ import { __rest, __assign } from 'tslib';
|
|
|
2
2
|
import React from 'react';
|
|
3
3
|
import cn from 'classnames';
|
|
4
4
|
|
|
5
|
-
var styles = {"component":"
|
|
5
|
+
var styles = {"component":"table__component_v4rpj"};
|
|
6
6
|
require('./index.css')
|
|
7
7
|
|
|
8
8
|
var TBody = function (_a) {
|