@alfalab/core-components-table 2.2.14 → 2.2.16
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 +1 -1
- package/components/index.js +1 -1
- package/components/pagination/Component.js +2 -2
- package/components/pagination/index.css +16 -19
- package/components/pagination/index.js +1 -1
- package/components/pagination/select-field/index.css +12 -8
- package/components/pagination/select-field/index.js +2 -2
- package/components/table/Component.js +2 -2
- package/components/table/index.css +16 -20
- package/components/table/index.js +1 -1
- package/components/table/utils.js +1 -1
- package/components/tbody/Component.js +2 -2
- package/components/tbody/index.css +10 -3
- package/components/tbody/index.js +1 -1
- package/components/tcell/Component.js +2 -2
- package/components/tcell/index.css +14 -15
- package/components/tcell/index.js +1 -1
- package/components/texpandable-row/Component.js +2 -2
- package/components/texpandable-row/index.css +13 -9
- package/components/texpandable-row/index.js +1 -1
- package/components/thead/Component.js +2 -2
- package/components/thead/index.css +14 -15
- package/components/thead/index.js +1 -1
- package/components/thead-cell/Component.js +2 -2
- package/components/thead-cell/index.css +16 -19
- package/components/thead-cell/index.js +1 -1
- package/components/trow/Component.js +2 -2
- package/components/trow/index.css +17 -20
- package/components/trow/index.js +1 -1
- package/components/tsortable-head-cell/Component.js +2 -2
- package/components/tsortable-head-cell/index.css +17 -21
- package/components/tsortable-head-cell/index.js +1 -1
- package/components/tsortable-head-cell/sort-icon-asc.js +1 -1
- package/components/tsortable-head-cell/sort-icon-desc.js +1 -1
- package/components/tsortable-head-cell/sort-icon-unset.js +1 -1
- package/cssm/components/pagination/index.module.css +15 -18
- package/cssm/components/pagination/select-field/index.module.css +10 -6
- package/cssm/components/table/index.module.css +15 -19
- package/cssm/components/tbody/index.module.css +9 -2
- package/cssm/components/tcell/index.module.css +13 -14
- package/cssm/components/texpandable-row/index.module.css +12 -8
- package/cssm/components/thead/index.module.css +13 -14
- package/cssm/components/thead-cell/index.module.css +15 -18
- package/cssm/components/trow/index.module.css +16 -19
- package/cssm/components/tsortable-head-cell/index.module.css +16 -20
- package/esm/component.js +1 -1
- package/esm/components/index.js +1 -1
- package/esm/components/pagination/Component.js +2 -2
- package/esm/components/pagination/index.css +16 -19
- package/esm/components/pagination/index.js +1 -1
- package/esm/components/pagination/select-field/index.css +12 -8
- package/esm/components/pagination/select-field/index.js +2 -2
- package/esm/components/table/Component.js +2 -2
- package/esm/components/table/index.css +16 -20
- package/esm/components/table/index.js +1 -1
- package/esm/components/table/utils.js +1 -1
- package/esm/components/tbody/Component.js +2 -2
- package/esm/components/tbody/index.css +10 -3
- package/esm/components/tbody/index.js +1 -1
- package/esm/components/tcell/Component.js +2 -2
- package/esm/components/tcell/index.css +14 -15
- package/esm/components/tcell/index.js +1 -1
- package/esm/components/texpandable-row/Component.js +2 -2
- package/esm/components/texpandable-row/index.css +13 -9
- package/esm/components/texpandable-row/index.js +1 -1
- package/esm/components/thead/Component.js +2 -2
- package/esm/components/thead/index.css +14 -15
- package/esm/components/thead/index.js +1 -1
- package/esm/components/thead-cell/Component.js +2 -2
- package/esm/components/thead-cell/index.css +16 -19
- package/esm/components/thead-cell/index.js +1 -1
- package/esm/components/trow/Component.js +2 -2
- package/esm/components/trow/index.css +17 -20
- package/esm/components/trow/index.js +1 -1
- package/esm/components/tsortable-head-cell/Component.js +2 -2
- package/esm/components/tsortable-head-cell/index.css +17 -21
- package/esm/components/tsortable-head-cell/index.js +1 -1
- package/esm/components/tsortable-head-cell/sort-icon-asc.js +1 -1
- package/esm/components/tsortable-head-cell/sort-icon-desc.js +1 -1
- package/esm/components/tsortable-head-cell/sort-icon-unset.js +1 -1
- package/esm/index.js +1 -1
- package/esm/{tslib.es6-a679cce6.d.ts → tslib.es6-c0e0b00e.d.ts} +0 -0
- package/esm/{tslib.es6-a679cce6.js → tslib.es6-c0e0b00e.js} +0 -0
- package/index.js +1 -1
- package/modern/components/pagination/Component.js +1 -1
- package/modern/components/pagination/index.css +16 -19
- package/modern/components/pagination/select-field/index.css +12 -8
- package/modern/components/pagination/select-field/index.js +1 -1
- package/modern/components/table/Component.js +1 -1
- package/modern/components/table/index.css +16 -20
- package/modern/components/tbody/Component.js +1 -1
- package/modern/components/tbody/index.css +10 -3
- package/modern/components/tcell/Component.js +1 -1
- package/modern/components/tcell/index.css +14 -15
- package/modern/components/texpandable-row/Component.js +1 -1
- package/modern/components/texpandable-row/index.css +13 -9
- package/modern/components/thead/Component.js +1 -1
- package/modern/components/thead/index.css +14 -15
- package/modern/components/thead-cell/Component.js +1 -1
- package/modern/components/thead-cell/index.css +16 -19
- package/modern/components/trow/Component.js +1 -1
- package/modern/components/trow/index.css +17 -20
- package/modern/components/tsortable-head-cell/Component.js +1 -1
- package/modern/components/tsortable-head-cell/index.css +17 -21
- package/package.json +4 -4
- /package/{tslib.es6-06001441.d.ts → tslib.es6-79d63e20.d.ts} +0 -0
- /package/{tslib.es6-06001441.js → tslib.es6-79d63e20.js} +0 -0
|
@@ -1,41 +1,38 @@
|
|
|
1
|
-
/* hash:
|
|
2
|
-
:root {
|
|
3
|
-
--color-static-graphic-solitude: #e8f2fe;
|
|
4
|
-
}
|
|
1
|
+
/* hash: uzhw5 */
|
|
5
2
|
:root {
|
|
3
|
+
} /* deprecated */ :root {
|
|
6
4
|
--color-light-bg-primary: #fff;
|
|
7
5
|
--color-light-bg-secondary: #f3f4f5;
|
|
8
|
-
}
|
|
9
|
-
:
|
|
6
|
+
} :root {
|
|
7
|
+
--color-static-graphic-solitude: #e8f2fe;
|
|
8
|
+
} :root {
|
|
9
|
+
} :root {
|
|
10
10
|
|
|
11
11
|
/* Hard */
|
|
12
12
|
|
|
13
13
|
/* Up */
|
|
14
14
|
|
|
15
15
|
/* Hard up */
|
|
16
|
-
}
|
|
17
|
-
|
|
16
|
+
} :root {
|
|
17
|
+
} :root {
|
|
18
|
+
} :root {
|
|
19
|
+
} :root {
|
|
20
|
+
} .table__component_1m46e {
|
|
18
21
|
padding-top: 1px;
|
|
19
22
|
width: 100%;
|
|
20
23
|
transition: background-color 0.2s;
|
|
21
24
|
box-sizing: border-box;
|
|
22
25
|
background: var(--color-light-bg-primary)
|
|
23
|
-
}
|
|
24
|
-
.table__component_zaon3:first-child td {
|
|
26
|
+
} .table__component_1m46e:first-child td {
|
|
25
27
|
border-top: 0;
|
|
26
|
-
}
|
|
27
|
-
.table__withoutBorder_zaon3 td {
|
|
28
|
+
} .table__withoutBorder_1m46e td {
|
|
28
29
|
border: none;
|
|
29
|
-
}
|
|
30
|
-
.table__clickable_zaon3 {
|
|
30
|
+
} .table__clickable_1m46e {
|
|
31
31
|
cursor: pointer
|
|
32
|
-
}
|
|
33
|
-
.table__clickable_zaon3:hover {
|
|
32
|
+
} .table__clickable_1m46e:hover {
|
|
34
33
|
background-color: var(--color-light-bg-secondary);
|
|
35
|
-
}
|
|
36
|
-
.table__selected_zaon3 {
|
|
34
|
+
} .table__selected_1m46e {
|
|
37
35
|
background-color: #f2f8ff /* нет цвета в палитре */
|
|
38
|
-
}
|
|
39
|
-
.table__selected_zaon3:hover {
|
|
36
|
+
} .table__selected_1m46e:hover {
|
|
40
37
|
background-color: var(--color-static-graphic-solitude);
|
|
41
38
|
}
|
package/components/trow/index.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
var tslib_es6 = require('../../tslib.es6-
|
|
3
|
+
var tslib_es6 = require('../../tslib.es6-79d63e20.js');
|
|
4
4
|
var React = require('react');
|
|
5
5
|
var cn = require('classnames');
|
|
6
6
|
var components_theadCell_Component = require('../thead-cell/Component.js');
|
|
@@ -14,7 +14,7 @@ function _interopDefaultCompat (e) { return e && typeof e === 'object' && 'defau
|
|
|
14
14
|
var React__default = /*#__PURE__*/_interopDefaultCompat(React);
|
|
15
15
|
var cn__default = /*#__PURE__*/_interopDefaultCompat(cn);
|
|
16
16
|
|
|
17
|
-
var styles = {"component":"
|
|
17
|
+
var styles = {"component":"table__component_6e72l","content":"table__content_6e72l","icon":"table__icon_6e72l","reverse":"table__reverse_6e72l","sorted":"table__sorted_6e72l"};
|
|
18
18
|
require('./index.css')
|
|
19
19
|
|
|
20
20
|
var TSortableHeadCell = function (_a) {
|
|
@@ -1,28 +1,29 @@
|
|
|
1
|
-
/* hash:
|
|
1
|
+
/* hash: 5rek6 */
|
|
2
2
|
:root {
|
|
3
|
+
} /* deprecated */ :root {
|
|
3
4
|
--color-light-graphic-link: #007aff;
|
|
4
5
|
--color-light-graphic-primary: #0b1f35;
|
|
5
6
|
--color-light-graphic-secondary: #6d7986;
|
|
6
|
-
}
|
|
7
|
-
:root {
|
|
7
|
+
} :root {
|
|
8
|
+
} :root {
|
|
9
|
+
} :root {
|
|
8
10
|
|
|
9
11
|
/* Hard */
|
|
10
12
|
|
|
11
13
|
/* Up */
|
|
12
14
|
|
|
13
15
|
/* Hard up */
|
|
14
|
-
}
|
|
15
|
-
:root {
|
|
16
|
+
} :root {
|
|
17
|
+
} :root {
|
|
16
18
|
--gap-xs: 8px;
|
|
17
|
-
}
|
|
18
|
-
|
|
19
|
+
} :root {
|
|
20
|
+
} :root {
|
|
21
|
+
} .table__component_6e72l {
|
|
19
22
|
position: relative;
|
|
20
|
-
}
|
|
21
|
-
.table__content_174gw {
|
|
23
|
+
} .table__content_6e72l {
|
|
22
24
|
display: flex;
|
|
23
25
|
align-items: flex-start;
|
|
24
|
-
}
|
|
25
|
-
.table__icon_174gw {
|
|
26
|
+
} .table__icon_6e72l {
|
|
26
27
|
cursor: pointer;
|
|
27
28
|
margin-left: var(--gap-xs);
|
|
28
29
|
|
|
@@ -34,20 +35,15 @@
|
|
|
34
35
|
color: var(--color-light-graphic-secondary);
|
|
35
36
|
transition: color 0.2s ease;
|
|
36
37
|
flex-shrink: 0
|
|
37
|
-
}
|
|
38
|
-
.table__icon_174gw:hover {
|
|
38
|
+
} .table__icon_6e72l:hover {
|
|
39
39
|
color: var(--color-light-graphic-primary);
|
|
40
|
-
}
|
|
41
|
-
.table__reverse_174gw {
|
|
40
|
+
} .table__reverse_6e72l {
|
|
42
41
|
flex-direction: row-reverse
|
|
43
|
-
}
|
|
44
|
-
.table__reverse_174gw .table__icon_174gw {
|
|
42
|
+
} .table__reverse_6e72l .table__icon_6e72l {
|
|
45
43
|
margin-left: 0;
|
|
46
44
|
margin-right: var(--gap-xs);
|
|
47
|
-
}
|
|
48
|
-
.table__sorted_174gw {
|
|
45
|
+
} .table__sorted_6e72l {
|
|
49
46
|
color: var(--color-light-graphic-link)
|
|
50
|
-
}
|
|
51
|
-
.table__sorted_174gw:hover {
|
|
47
|
+
} .table__sorted_6e72l:hover {
|
|
52
48
|
color: var(--color-light-graphic-link);
|
|
53
49
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
var tslib_es6 = require('../../tslib.es6-
|
|
3
|
+
var tslib_es6 = require('../../tslib.es6-79d63e20.js');
|
|
4
4
|
var React = require('react');
|
|
5
5
|
|
|
6
6
|
function _interopDefaultCompat (e) { return e && typeof e === 'object' && 'default' in e ? e : { default: e }; }
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
var tslib_es6 = require('../../tslib.es6-
|
|
3
|
+
var tslib_es6 = require('../../tslib.es6-79d63e20.js');
|
|
4
4
|
var React = require('react');
|
|
5
5
|
|
|
6
6
|
function _interopDefaultCompat (e) { return e && typeof e === 'object' && 'default' in e ? e : { default: e }; }
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
var tslib_es6 = require('../../tslib.es6-
|
|
3
|
+
var tslib_es6 = require('../../tslib.es6-79d63e20.js');
|
|
4
4
|
var React = require('react');
|
|
5
5
|
|
|
6
6
|
function _interopDefaultCompat (e) { return e && typeof e === 'object' && 'default' in e ? e : { default: e }; }
|
|
@@ -1,22 +1,25 @@
|
|
|
1
1
|
:root {
|
|
2
|
+
} /* deprecated */ :root {
|
|
2
3
|
--color-light-border-primary: #dbdee1;
|
|
3
|
-
}
|
|
4
|
-
:root {
|
|
4
|
+
} :root {
|
|
5
|
+
} :root {
|
|
6
|
+
} :root {
|
|
5
7
|
|
|
6
8
|
/* Hard */
|
|
7
9
|
|
|
8
10
|
/* Up */
|
|
9
11
|
|
|
10
12
|
/* Hard up */
|
|
11
|
-
}
|
|
12
|
-
:root {
|
|
13
|
+
} :root {
|
|
14
|
+
} :root {
|
|
13
15
|
--gap-2xs: 4px;
|
|
14
16
|
--gap-xs: 8px;
|
|
15
17
|
--gap-m: 16px;
|
|
16
18
|
--gap-xl: 24px;
|
|
17
19
|
--gap-2xl: 32px;
|
|
18
|
-
}
|
|
19
|
-
|
|
20
|
+
} :root {
|
|
21
|
+
} :root {
|
|
22
|
+
} .component {
|
|
20
23
|
display: flex;
|
|
21
24
|
justify-content: space-between;
|
|
22
25
|
align-items: flex-start;
|
|
@@ -24,25 +27,19 @@
|
|
|
24
27
|
padding: var(--gap-xl) var(--gap-m) var(--gap-2xl);
|
|
25
28
|
border-top: 1px solid var(--color-light-border-primary);
|
|
26
29
|
box-sizing: border-box;
|
|
27
|
-
}
|
|
28
|
-
.pagesWrapper {
|
|
30
|
+
} .pagesWrapper {
|
|
29
31
|
display: flex;
|
|
30
|
-
}
|
|
31
|
-
.tag.tag {
|
|
32
|
+
} .tag.tag {
|
|
32
33
|
flex-shrink: 0;
|
|
33
34
|
margin-right: var(--gap-xs);
|
|
34
35
|
padding: 0 var(--gap-xs);
|
|
35
36
|
min-width: 32px
|
|
36
|
-
}
|
|
37
|
-
.tag.tag:last-child {
|
|
37
|
+
} .tag.tag:last-child {
|
|
38
38
|
margin-right: 0;
|
|
39
|
-
}
|
|
40
|
-
.tag.tag.tagActive {
|
|
39
|
+
} .tag.tag.tagActive {
|
|
41
40
|
cursor: default;
|
|
42
|
-
}
|
|
43
|
-
.menu {
|
|
41
|
+
} .menu {
|
|
44
42
|
margin: var(--gap-2xs) 0;
|
|
45
|
-
}
|
|
46
|
-
.option {
|
|
43
|
+
} .option {
|
|
47
44
|
min-width: 208px;
|
|
48
45
|
}
|
|
@@ -1,19 +1,23 @@
|
|
|
1
1
|
:root {
|
|
2
|
+
} /* deprecated */ :root {
|
|
2
3
|
--color-light-specialbg-component-shade-7: rgba(10, 29, 49, 0.1351);
|
|
3
|
-
}
|
|
4
|
-
:root {
|
|
4
|
+
} :root {
|
|
5
|
+
} :root {
|
|
6
|
+
} :root {
|
|
5
7
|
|
|
6
8
|
/* Hard */
|
|
7
9
|
|
|
8
10
|
/* Up */
|
|
9
11
|
|
|
10
12
|
/* Hard up */
|
|
11
|
-
}
|
|
12
|
-
|
|
13
|
+
} :root {
|
|
14
|
+
} :root {
|
|
15
|
+
} :root {
|
|
16
|
+
} :root {
|
|
17
|
+
} .field svg {
|
|
13
18
|
width: 18px;
|
|
14
19
|
height: 18px;
|
|
15
|
-
}
|
|
16
|
-
.open,
|
|
20
|
+
} .open,
|
|
17
21
|
.open:hover {
|
|
18
22
|
background-color: var(--color-light-specialbg-component-shade-7);
|
|
19
23
|
}
|
|
@@ -1,7 +1,9 @@
|
|
|
1
1
|
:root {
|
|
2
|
+
} /* deprecated */ :root {
|
|
2
3
|
--color-light-bg-primary: #fff;
|
|
3
|
-
}
|
|
4
|
-
:root {
|
|
4
|
+
} :root {
|
|
5
|
+
} :root {
|
|
6
|
+
} :root {
|
|
5
7
|
|
|
6
8
|
/* Hard */
|
|
7
9
|
--shadow-xs-hard: 0 0 4px rgba(11, 31, 53, 0.02), 0 2px 4px rgba(11, 31, 53, 0.04),
|
|
@@ -10,36 +12,30 @@
|
|
|
10
12
|
/* Up */
|
|
11
13
|
|
|
12
14
|
/* Hard up */
|
|
13
|
-
}
|
|
14
|
-
:root {
|
|
15
|
-
--gap-m: 16px;
|
|
16
|
-
}
|
|
17
|
-
:root {
|
|
15
|
+
} :root {
|
|
18
16
|
--border-radius-m: 8px;
|
|
19
|
-
}
|
|
20
|
-
|
|
17
|
+
} :root {
|
|
18
|
+
--gap-m: 16px;
|
|
19
|
+
} :root {
|
|
20
|
+
} :root {
|
|
21
|
+
} .component {
|
|
21
22
|
box-sizing: border-box;
|
|
22
|
-
}
|
|
23
|
-
.wrapper {
|
|
23
|
+
} .wrapper {
|
|
24
24
|
padding: 0 var(--gap-m) var(--gap-m);
|
|
25
25
|
background: var(--color-light-bg-primary);
|
|
26
26
|
box-shadow: var(--shadow-xs-hard);
|
|
27
27
|
border-radius: var(--border-radius-m);
|
|
28
28
|
overflow: auto;
|
|
29
|
-
}
|
|
30
|
-
.stickyHeader {
|
|
29
|
+
} .stickyHeader {
|
|
31
30
|
max-height: 100%;
|
|
32
|
-
}
|
|
33
|
-
.hasPagination {
|
|
31
|
+
} .hasPagination {
|
|
34
32
|
padding-bottom: 0;
|
|
35
|
-
}
|
|
36
|
-
.table {
|
|
33
|
+
} .table {
|
|
37
34
|
width: 100%;
|
|
38
35
|
border-collapse: collapse;
|
|
39
36
|
box-sizing: border-box
|
|
40
37
|
|
|
41
38
|
/* TODO: Хак для выравнивания чекбокса */
|
|
42
|
-
}
|
|
43
|
-
.table td:first-child label > *[class^='box'], .table th:first-child label > *[class^='box'] {
|
|
39
|
+
} .table td:first-child label > *[class^='box'], .table th:first-child label > *[class^='box'] {
|
|
44
40
|
margin-top: 0;
|
|
45
41
|
}
|
|
@@ -1,12 +1,19 @@
|
|
|
1
1
|
:root {
|
|
2
|
+
} /* deprecated */ :root {
|
|
3
|
+
} :root {
|
|
4
|
+
} :root {
|
|
5
|
+
} :root {
|
|
2
6
|
|
|
3
7
|
/* Hard */
|
|
4
8
|
|
|
5
9
|
/* Up */
|
|
6
10
|
|
|
7
11
|
/* Hard up */
|
|
8
|
-
}
|
|
9
|
-
|
|
12
|
+
} :root {
|
|
13
|
+
} :root {
|
|
14
|
+
} :root {
|
|
15
|
+
} :root {
|
|
16
|
+
} .component {
|
|
10
17
|
width: 100%;
|
|
11
18
|
box-sizing: border-box;
|
|
12
19
|
}
|
|
@@ -1,22 +1,25 @@
|
|
|
1
1
|
:root {
|
|
2
|
+
} /* deprecated */ :root {
|
|
2
3
|
--color-light-border-primary: #dbdee1;
|
|
3
4
|
--color-light-text-primary: #0b1f35;
|
|
4
|
-
}
|
|
5
|
-
:root {
|
|
5
|
+
} :root {
|
|
6
|
+
} :root {
|
|
7
|
+
} :root {
|
|
6
8
|
|
|
7
9
|
/* Hard */
|
|
8
10
|
|
|
9
11
|
/* Up */
|
|
10
12
|
|
|
11
13
|
/* Hard up */
|
|
12
|
-
}
|
|
13
|
-
:root {
|
|
14
|
+
} :root {
|
|
15
|
+
} :root {
|
|
14
16
|
--gap-xs: 8px;
|
|
15
17
|
--gap-s: 12px;
|
|
16
18
|
--gap-m: 16px;
|
|
17
19
|
--gap-xl: 24px;
|
|
18
|
-
}
|
|
19
|
-
|
|
20
|
+
} :root {
|
|
21
|
+
} :root {
|
|
22
|
+
} .component {
|
|
20
23
|
font-size: 14px;
|
|
21
24
|
line-height: 20px;
|
|
22
25
|
font-weight: 400;
|
|
@@ -27,18 +30,14 @@
|
|
|
27
30
|
border-top: 1px solid var(--color-light-border-primary);
|
|
28
31
|
vertical-align: top;
|
|
29
32
|
box-sizing: border-box
|
|
30
|
-
}
|
|
31
|
-
.component:first-child {
|
|
33
|
+
} .component:first-child {
|
|
32
34
|
padding-left: var(--gap-m);
|
|
33
|
-
}
|
|
34
|
-
.component:last-child {
|
|
35
|
+
} .component:last-child {
|
|
35
36
|
padding-right: var(--gap-m);
|
|
36
|
-
}
|
|
37
|
-
.compactHorizontal {
|
|
37
|
+
} .compactHorizontal {
|
|
38
38
|
padding-left: 6px;
|
|
39
39
|
padding-right: 6px;
|
|
40
|
-
}
|
|
41
|
-
.compact {
|
|
40
|
+
} .compact {
|
|
42
41
|
padding-top: var(--gap-xs);
|
|
43
42
|
padding-bottom: var(--gap-xs);
|
|
44
43
|
|
|
@@ -1,21 +1,25 @@
|
|
|
1
1
|
:root {
|
|
2
|
+
} /* deprecated */ :root {
|
|
3
|
+
} :root {
|
|
4
|
+
} :root {
|
|
5
|
+
} :root {
|
|
2
6
|
|
|
3
7
|
/* Hard */
|
|
4
8
|
|
|
5
9
|
/* Up */
|
|
6
10
|
|
|
7
11
|
/* Hard up */
|
|
8
|
-
}
|
|
9
|
-
|
|
12
|
+
} :root {
|
|
13
|
+
} :root {
|
|
14
|
+
} :root {
|
|
15
|
+
} :root {
|
|
16
|
+
} .row {
|
|
10
17
|
cursor: pointer;
|
|
11
|
-
}
|
|
12
|
-
.selected.expanded {
|
|
18
|
+
} .selected.expanded {
|
|
13
19
|
background-color: inherit;
|
|
14
|
-
}
|
|
15
|
-
.expanded:hover {
|
|
20
|
+
} .expanded:hover {
|
|
16
21
|
background-color: inherit;
|
|
17
|
-
}
|
|
18
|
-
.expandable td {
|
|
22
|
+
} .expandable td {
|
|
19
23
|
margin: 0;
|
|
20
24
|
padding-top: 0;
|
|
21
25
|
padding-bottom: 0;
|
|
@@ -1,23 +1,25 @@
|
|
|
1
1
|
:root {
|
|
2
|
+
} /* deprecated */ :root {
|
|
2
3
|
--color-light-graphic-quaternary: #dbdee1;
|
|
3
|
-
}
|
|
4
|
-
:root {
|
|
4
|
+
} :root {
|
|
5
|
+
} :root {
|
|
6
|
+
} :root {
|
|
5
7
|
|
|
6
8
|
/* Hard */
|
|
7
9
|
|
|
8
10
|
/* Up */
|
|
9
11
|
|
|
10
12
|
/* Hard up */
|
|
11
|
-
}
|
|
12
|
-
:root {
|
|
13
|
+
} :root {
|
|
14
|
+
} :root {
|
|
13
15
|
--gap-xs: 8px;
|
|
14
|
-
}
|
|
15
|
-
|
|
16
|
+
} :root {
|
|
17
|
+
} :root {
|
|
18
|
+
} .component {
|
|
16
19
|
position: relative;
|
|
17
20
|
width: 100%;
|
|
18
21
|
box-sizing: border-box
|
|
19
|
-
}
|
|
20
|
-
.component th:not(:last-child):not(:empty):after {
|
|
22
|
+
} .component th:not(:last-child):not(:empty):after {
|
|
21
23
|
transition: opacity 0.2s;
|
|
22
24
|
position: absolute;
|
|
23
25
|
content: '';
|
|
@@ -28,13 +30,10 @@
|
|
|
28
30
|
top: var(--gap-xs);
|
|
29
31
|
bottom: var(--gap-xs);
|
|
30
32
|
background-color: var(--color-light-graphic-quaternary);
|
|
31
|
-
}
|
|
32
|
-
.component th:after {
|
|
33
|
+
} .component th:after {
|
|
33
34
|
opacity: 0;
|
|
34
|
-
}
|
|
35
|
-
.component:hover th:after {
|
|
35
|
+
} .component:hover th:after {
|
|
36
36
|
opacity: 1;
|
|
37
|
-
}
|
|
38
|
-
.row {
|
|
37
|
+
} .row {
|
|
39
38
|
height: 72px;
|
|
40
39
|
}
|
|
@@ -1,23 +1,26 @@
|
|
|
1
1
|
:root {
|
|
2
|
+
} /* deprecated */ :root {
|
|
2
3
|
--color-light-bg-primary: #fff;
|
|
3
4
|
--color-light-border-primary: #dbdee1;
|
|
4
5
|
--color-light-text-primary: #0b1f35;
|
|
5
|
-
}
|
|
6
|
-
:root {
|
|
6
|
+
} :root {
|
|
7
|
+
} :root {
|
|
8
|
+
} :root {
|
|
7
9
|
|
|
8
10
|
/* Hard */
|
|
9
11
|
|
|
10
12
|
/* Up */
|
|
11
13
|
|
|
12
14
|
/* Hard up */
|
|
13
|
-
}
|
|
14
|
-
:root {
|
|
15
|
+
} :root {
|
|
16
|
+
} :root {
|
|
15
17
|
--gap-2xs: 4px;
|
|
16
18
|
--gap-s: 12px;
|
|
17
19
|
--gap-m: 16px;
|
|
18
20
|
--gap-2xl: 32px;
|
|
19
|
-
}
|
|
20
|
-
|
|
21
|
+
} :root {
|
|
22
|
+
} :root {
|
|
23
|
+
} .component {
|
|
21
24
|
font-size: 12px;
|
|
22
25
|
line-height: 16px;
|
|
23
26
|
font-weight: 500;
|
|
@@ -33,27 +36,21 @@
|
|
|
33
36
|
background: var(--color-light-bg-primary);
|
|
34
37
|
vertical-align: top;
|
|
35
38
|
box-sizing: border-box
|
|
36
|
-
}
|
|
37
|
-
.component:first-child {
|
|
39
|
+
} .component:first-child {
|
|
38
40
|
padding-left: var(--gap-m);
|
|
39
|
-
}
|
|
40
|
-
.component:last-child {
|
|
41
|
+
} .component:last-child {
|
|
41
42
|
padding-right: var(--gap-m);
|
|
42
|
-
}
|
|
43
|
-
.sortable {
|
|
43
|
+
} .sortable {
|
|
44
44
|
cursor: pointer;
|
|
45
|
-
}
|
|
46
|
-
.sorted {
|
|
45
|
+
} .sorted {
|
|
47
46
|
color: var(--color-light-text-primary);
|
|
48
|
-
}
|
|
49
|
-
.stickyHeader {
|
|
47
|
+
} .stickyHeader {
|
|
50
48
|
top: 0;
|
|
51
49
|
position: sticky;
|
|
52
50
|
box-shadow: inset 0 -1px 0 0 rgba(11, 31, 53, 0.16);
|
|
53
51
|
border: none;
|
|
54
52
|
z-index: 1;
|
|
55
|
-
}
|
|
56
|
-
.compactHorizontal {
|
|
53
|
+
} .compactHorizontal {
|
|
57
54
|
padding-left: 6px;
|
|
58
55
|
padding-right: 6px;
|
|
59
56
|
}
|
|
@@ -1,40 +1,37 @@
|
|
|
1
1
|
:root {
|
|
2
|
-
|
|
3
|
-
}
|
|
4
|
-
:root {
|
|
2
|
+
} /* deprecated */ :root {
|
|
5
3
|
--color-light-bg-primary: #fff;
|
|
6
4
|
--color-light-bg-secondary: #f3f4f5;
|
|
7
|
-
}
|
|
8
|
-
:
|
|
5
|
+
} :root {
|
|
6
|
+
--color-static-graphic-solitude: #e8f2fe;
|
|
7
|
+
} :root {
|
|
8
|
+
} :root {
|
|
9
9
|
|
|
10
10
|
/* Hard */
|
|
11
11
|
|
|
12
12
|
/* Up */
|
|
13
13
|
|
|
14
14
|
/* Hard up */
|
|
15
|
-
}
|
|
16
|
-
|
|
15
|
+
} :root {
|
|
16
|
+
} :root {
|
|
17
|
+
} :root {
|
|
18
|
+
} :root {
|
|
19
|
+
} .component {
|
|
17
20
|
padding-top: 1px;
|
|
18
21
|
width: 100%;
|
|
19
22
|
transition: background-color 0.2s;
|
|
20
23
|
box-sizing: border-box;
|
|
21
24
|
background: var(--color-light-bg-primary)
|
|
22
|
-
}
|
|
23
|
-
.component:first-child td {
|
|
25
|
+
} .component:first-child td {
|
|
24
26
|
border-top: 0;
|
|
25
|
-
}
|
|
26
|
-
.withoutBorder td {
|
|
27
|
+
} .withoutBorder td {
|
|
27
28
|
border: none;
|
|
28
|
-
}
|
|
29
|
-
.clickable {
|
|
29
|
+
} .clickable {
|
|
30
30
|
cursor: pointer
|
|
31
|
-
}
|
|
32
|
-
.clickable:hover {
|
|
31
|
+
} .clickable:hover {
|
|
33
32
|
background-color: var(--color-light-bg-secondary);
|
|
34
|
-
}
|
|
35
|
-
.selected {
|
|
33
|
+
} .selected {
|
|
36
34
|
background-color: #f2f8ff /* нет цвета в палитре */
|
|
37
|
-
}
|
|
38
|
-
.selected:hover {
|
|
35
|
+
} .selected:hover {
|
|
39
36
|
background-color: var(--color-static-graphic-solitude);
|
|
40
37
|
}
|