@alfalab/core-components-table 1.2.7 → 1.2.8
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/CHANGELOG.md +19 -19
- package/dist/component.js +1 -1
- package/dist/components/index.js +1 -1
- package/dist/components/pagination/Component.js +2 -2
- package/dist/components/pagination/index.css +8 -8
- package/dist/components/pagination/index.js +1 -1
- package/dist/components/pagination/select-field/index.css +4 -4
- package/dist/components/pagination/select-field/index.js +2 -2
- package/dist/components/table/Component.js +2 -2
- package/dist/components/table/index.css +5 -5
- package/dist/components/table/index.js +1 -1
- package/dist/components/table/utils.js +1 -1
- package/dist/components/tbody/Component.js +2 -2
- package/dist/components/tbody/index.css +2 -2
- package/dist/components/tbody/index.js +1 -1
- package/dist/components/tcell/Component.js +2 -2
- package/dist/components/tcell/index.css +4 -4
- package/dist/components/tcell/index.js +1 -1
- package/dist/components/texpandable-row/Component.js +2 -2
- package/dist/components/texpandable-row/index.css +5 -5
- package/dist/components/texpandable-row/index.js +1 -1
- package/dist/components/thead/Component.js +2 -2
- package/dist/components/thead/index.css +6 -6
- package/dist/components/thead/index.js +1 -1
- package/dist/components/thead-cell/Component.js +2 -2
- package/dist/components/thead-cell/index.css +5 -5
- package/dist/components/thead-cell/index.js +1 -1
- package/dist/components/trow/Component.js +2 -2
- package/dist/components/trow/index.css +8 -8
- package/dist/components/trow/index.js +1 -1
- package/dist/components/tsortable-head-cell/Component.js +2 -2
- package/dist/components/tsortable-head-cell/index.css +9 -9
- package/dist/components/tsortable-head-cell/index.js +1 -1
- package/dist/components/tsortable-head-cell/sort-icon-asc.js +1 -1
- package/dist/components/tsortable-head-cell/sort-icon-desc.js +1 -1
- package/dist/components/tsortable-head-cell/sort-icon-unset.js +1 -1
- package/dist/esm/component.js +1 -1
- package/dist/esm/components/index.js +1 -1
- package/dist/esm/components/pagination/Component.js +2 -2
- package/dist/esm/components/pagination/index.css +8 -8
- package/dist/esm/components/pagination/index.js +1 -1
- package/dist/esm/components/pagination/select-field/index.css +4 -4
- package/dist/esm/components/pagination/select-field/index.js +2 -2
- package/dist/esm/components/table/Component.js +2 -2
- package/dist/esm/components/table/index.css +5 -5
- package/dist/esm/components/table/index.js +1 -1
- package/dist/esm/components/table/utils.js +1 -1
- package/dist/esm/components/tbody/Component.js +2 -2
- package/dist/esm/components/tbody/index.css +2 -2
- package/dist/esm/components/tbody/index.js +1 -1
- package/dist/esm/components/tcell/Component.js +2 -2
- package/dist/esm/components/tcell/index.css +4 -4
- package/dist/esm/components/tcell/index.js +1 -1
- package/dist/esm/components/texpandable-row/Component.js +2 -2
- package/dist/esm/components/texpandable-row/index.css +5 -5
- package/dist/esm/components/texpandable-row/index.js +1 -1
- package/dist/esm/components/thead/Component.js +2 -2
- package/dist/esm/components/thead/index.css +6 -6
- package/dist/esm/components/thead/index.js +1 -1
- package/dist/esm/components/thead-cell/Component.js +2 -2
- package/dist/esm/components/thead-cell/index.css +5 -5
- package/dist/esm/components/thead-cell/index.js +1 -1
- package/dist/esm/components/trow/Component.js +2 -2
- package/dist/esm/components/trow/index.css +8 -8
- package/dist/esm/components/trow/index.js +1 -1
- package/dist/esm/components/tsortable-head-cell/Component.js +2 -2
- package/dist/esm/components/tsortable-head-cell/index.css +9 -9
- package/dist/esm/components/tsortable-head-cell/index.js +1 -1
- package/dist/esm/components/tsortable-head-cell/sort-icon-asc.js +1 -1
- package/dist/esm/components/tsortable-head-cell/sort-icon-desc.js +1 -1
- package/dist/esm/components/tsortable-head-cell/sort-icon-unset.js +1 -1
- package/dist/esm/index.js +1 -1
- package/dist/esm/{tslib.es6-3d62be3b.d.ts → tslib.es6-d631ea3e.d.ts} +0 -0
- package/dist/esm/{tslib.es6-3d62be3b.js → tslib.es6-d631ea3e.js} +0 -0
- package/dist/index.js +1 -1
- package/dist/modern/components/pagination/Component.js +1 -1
- package/dist/modern/components/pagination/index.css +8 -8
- package/dist/modern/components/pagination/select-field/index.css +4 -4
- package/dist/modern/components/pagination/select-field/index.js +1 -1
- package/dist/modern/components/table/Component.js +1 -1
- package/dist/modern/components/table/index.css +5 -5
- package/dist/modern/components/tbody/Component.js +1 -1
- package/dist/modern/components/tbody/index.css +2 -2
- package/dist/modern/components/tcell/Component.js +1 -1
- package/dist/modern/components/tcell/index.css +4 -4
- package/dist/modern/components/texpandable-row/Component.js +1 -1
- package/dist/modern/components/texpandable-row/index.css +5 -5
- package/dist/modern/components/thead/Component.js +1 -1
- package/dist/modern/components/thead/index.css +6 -6
- package/dist/modern/components/thead-cell/Component.js +1 -1
- package/dist/modern/components/thead-cell/index.css +5 -5
- package/dist/modern/components/trow/Component.js +1 -1
- package/dist/modern/components/trow/index.css +8 -8
- package/dist/modern/components/tsortable-head-cell/Component.js +1 -1
- package/dist/modern/components/tsortable-head-cell/index.css +9 -9
- package/dist/{tslib.es6-698770a1.d.ts → tslib.es6-f9bac405.d.ts} +0 -0
- package/dist/{tslib.es6-698770a1.js → tslib.es6-f9bac405.js} +0 -0
- package/package.json +5 -5
package/CHANGELOG.md
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
-
## [1.2.6](https://github.com/
|
|
6
|
+
## [1.2.6](https://github.com/core-ds/core-components/compare/@alfalab/core-components-table@1.2.5...@alfalab/core-components-table@1.2.6) (2022-03-29)
|
|
7
7
|
|
|
8
8
|
**Note:** Version bump only for package @alfalab/core-components-table
|
|
9
9
|
|
|
@@ -11,7 +11,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
11
11
|
|
|
12
12
|
|
|
13
13
|
|
|
14
|
-
## [1.2.5](https://github.com/
|
|
14
|
+
## [1.2.5](https://github.com/core-ds/core-components/compare/@alfalab/core-components-table@1.2.4...@alfalab/core-components-table@1.2.5) (2022-03-28)
|
|
15
15
|
|
|
16
16
|
**Note:** Version bump only for package @alfalab/core-components-table
|
|
17
17
|
|
|
@@ -19,18 +19,18 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
19
19
|
|
|
20
20
|
|
|
21
21
|
|
|
22
|
-
## [1.2.4](https://github.com/
|
|
22
|
+
## [1.2.4](https://github.com/core-ds/core-components/compare/@alfalab/core-components-table@1.2.3...@alfalab/core-components-table@1.2.4) (2022-03-24)
|
|
23
23
|
|
|
24
24
|
|
|
25
25
|
### Bug Fixes
|
|
26
26
|
|
|
27
|
-
* **table:** update styles ([#1036](https://github.com/
|
|
27
|
+
* **table:** update styles ([#1036](https://github.com/core-ds/core-components/issues/1036)) ([3fe236d](https://github.com/core-ds/core-components/commit/3fe236dfb584c3e96fc7fb8c499aee3e9e12e64e))
|
|
28
28
|
|
|
29
29
|
|
|
30
30
|
|
|
31
31
|
|
|
32
32
|
|
|
33
|
-
## [1.2.3](https://github.com/
|
|
33
|
+
## [1.2.3](https://github.com/core-ds/core-components/compare/@alfalab/core-components-table@1.2.2...@alfalab/core-components-table@1.2.3) (2022-03-04)
|
|
34
34
|
|
|
35
35
|
**Note:** Version bump only for package @alfalab/core-components-table
|
|
36
36
|
|
|
@@ -38,7 +38,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
38
38
|
|
|
39
39
|
|
|
40
40
|
|
|
41
|
-
## [1.2.2](https://github.com/
|
|
41
|
+
## [1.2.2](https://github.com/core-ds/core-components/compare/@alfalab/core-components-table@1.2.1...@alfalab/core-components-table@1.2.2) (2022-03-04)
|
|
42
42
|
|
|
43
43
|
**Note:** Version bump only for package @alfalab/core-components-table
|
|
44
44
|
|
|
@@ -46,7 +46,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
46
46
|
|
|
47
47
|
|
|
48
48
|
|
|
49
|
-
## [1.2.1](https://github.com/
|
|
49
|
+
## [1.2.1](https://github.com/core-ds/core-components/compare/@alfalab/core-components-table@1.2.0...@alfalab/core-components-table@1.2.1) (2022-03-03)
|
|
50
50
|
|
|
51
51
|
**Note:** Version bump only for package @alfalab/core-components-table
|
|
52
52
|
|
|
@@ -54,18 +54,18 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
54
54
|
|
|
55
55
|
|
|
56
56
|
|
|
57
|
-
# [1.2.0](https://github.com/
|
|
57
|
+
# [1.2.0](https://github.com/core-ds/core-components/compare/@alfalab/core-components-table@1.1.7...@alfalab/core-components-table@1.2.0) (2022-03-01)
|
|
58
58
|
|
|
59
59
|
|
|
60
60
|
### Features
|
|
61
61
|
|
|
62
|
-
* Исправить импорты в сторях. ([#998](https://github.com/
|
|
62
|
+
* Исправить импорты в сторях. ([#998](https://github.com/core-ds/core-components/issues/998)) ([e6a654a](https://github.com/core-ds/core-components/commit/e6a654a0599451c7d149484cb61d8067eed083b7))
|
|
63
63
|
|
|
64
64
|
|
|
65
65
|
|
|
66
66
|
|
|
67
67
|
|
|
68
|
-
## [1.1.7](https://github.com/
|
|
68
|
+
## [1.1.7](https://github.com/core-ds/core-components/compare/@alfalab/core-components-table@1.1.6...@alfalab/core-components-table@1.1.7) (2022-02-17)
|
|
69
69
|
|
|
70
70
|
**Note:** Version bump only for package @alfalab/core-components-table
|
|
71
71
|
|
|
@@ -73,7 +73,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
73
73
|
|
|
74
74
|
|
|
75
75
|
|
|
76
|
-
## [1.1.6](https://github.com/
|
|
76
|
+
## [1.1.6](https://github.com/core-ds/core-components/compare/@alfalab/core-components-table@1.1.5...@alfalab/core-components-table@1.1.6) (2022-02-15)
|
|
77
77
|
|
|
78
78
|
**Note:** Version bump only for package @alfalab/core-components-table
|
|
79
79
|
|
|
@@ -81,7 +81,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
81
81
|
|
|
82
82
|
|
|
83
83
|
|
|
84
|
-
## [1.1.5](https://github.com/
|
|
84
|
+
## [1.1.5](https://github.com/core-ds/core-components/compare/@alfalab/core-components-table@1.1.4...@alfalab/core-components-table@1.1.5) (2022-02-09)
|
|
85
85
|
|
|
86
86
|
**Note:** Version bump only for package @alfalab/core-components-table
|
|
87
87
|
|
|
@@ -89,7 +89,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
89
89
|
|
|
90
90
|
|
|
91
91
|
|
|
92
|
-
## [1.1.4](https://github.com/
|
|
92
|
+
## [1.1.4](https://github.com/core-ds/core-components/compare/@alfalab/core-components-table@1.1.3...@alfalab/core-components-table@1.1.4) (2022-02-03)
|
|
93
93
|
|
|
94
94
|
**Note:** Version bump only for package @alfalab/core-components-table
|
|
95
95
|
|
|
@@ -97,7 +97,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
97
97
|
|
|
98
98
|
|
|
99
99
|
|
|
100
|
-
## [1.1.3](https://github.com/
|
|
100
|
+
## [1.1.3](https://github.com/core-ds/core-components/compare/@alfalab/core-components-table@1.1.2...@alfalab/core-components-table@1.1.3) (2022-02-02)
|
|
101
101
|
|
|
102
102
|
**Note:** Version bump only for package @alfalab/core-components-table
|
|
103
103
|
|
|
@@ -105,23 +105,23 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
105
105
|
|
|
106
106
|
|
|
107
107
|
|
|
108
|
-
## [1.1.2](https://github.com/
|
|
108
|
+
## [1.1.2](https://github.com/core-ds/core-components/compare/@alfalab/core-components-table@1.1.1...@alfalab/core-components-table@1.1.2) (2022-01-27)
|
|
109
109
|
|
|
110
110
|
|
|
111
111
|
### Bug Fixes
|
|
112
112
|
|
|
113
|
-
* **table:** fix th paddings ([#951](https://github.com/
|
|
113
|
+
* **table:** fix th paddings ([#951](https://github.com/core-ds/core-components/issues/951)) ([2d916c1](https://github.com/core-ds/core-components/commit/2d916c16a388b0949db2d0ae00c852c0acac6d28))
|
|
114
114
|
|
|
115
115
|
|
|
116
116
|
|
|
117
117
|
|
|
118
118
|
|
|
119
|
-
## [1.1.1](https://github.com/
|
|
119
|
+
## [1.1.1](https://github.com/core-ds/core-components/compare/@alfalab/core-components-table@1.1.0...@alfalab/core-components-table@1.1.1) (2022-01-17)
|
|
120
120
|
|
|
121
121
|
|
|
122
122
|
### Bug Fixes
|
|
123
123
|
|
|
124
|
-
* **table:** фикс высоты раскрывающейся ячейки ([#946](https://github.com/
|
|
124
|
+
* **table:** фикс высоты раскрывающейся ячейки ([#946](https://github.com/core-ds/core-components/issues/946)) ([643f9a5](https://github.com/core-ds/core-components/commit/643f9a556748bafc46a5c6f8c458c07770b11b17))
|
|
125
125
|
|
|
126
126
|
|
|
127
127
|
|
|
@@ -132,4 +132,4 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
132
132
|
|
|
133
133
|
### Features
|
|
134
134
|
|
|
135
|
-
* **table:** компоненты для построения таблиц ([#911](https://github.com/
|
|
135
|
+
* **table:** компоненты для построения таблиц ([#911](https://github.com/core-ds/core-components/issues/911)) ([4ac648a](https://github.com/core-ds/core-components/commit/4ac648abd4de08bf68babc2f122f432d5b14080e))
|
package/dist/component.js
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
|
-
require('./tslib.es6-
|
|
5
|
+
require('./tslib.es6-f9bac405.js');
|
|
6
6
|
require('react');
|
|
7
7
|
require('classnames');
|
|
8
8
|
var components_thead_Component = require('./components/thead/Component.js');
|
package/dist/components/index.js
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
|
-
var tslib_es6 = require('../../tslib.es6-
|
|
5
|
+
var tslib_es6 = require('../../tslib.es6-f9bac405.js');
|
|
6
6
|
var React = require('react');
|
|
7
7
|
var cn = require('classnames');
|
|
8
8
|
var components_tableContext_index = require('../table-context/index.js');
|
|
@@ -16,7 +16,7 @@ function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'defau
|
|
|
16
16
|
var React__default = /*#__PURE__*/_interopDefaultLegacy(React);
|
|
17
17
|
var cn__default = /*#__PURE__*/_interopDefaultLegacy(cn);
|
|
18
18
|
|
|
19
|
-
var styles = {"component":"
|
|
19
|
+
var styles = {"component":"table__component_qk5hi","pagesWrapper":"table__pagesWrapper_qk5hi","tag":"table__tag_qk5hi","tagActive":"table__tagActive_qk5hi","menu":"table__menu_qk5hi","option":"table__option_qk5hi"};
|
|
20
20
|
require('./index.css')
|
|
21
21
|
|
|
22
22
|
var Pagination = function (_a) {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/* hash:
|
|
1
|
+
/* hash: 1nk47 */
|
|
2
2
|
:root {
|
|
3
3
|
--color-light-border-primary: #dbdee1;
|
|
4
4
|
}
|
|
@@ -17,7 +17,7 @@
|
|
|
17
17
|
--gap-xl: 24px;
|
|
18
18
|
--gap-2xl: 32px;
|
|
19
19
|
}
|
|
20
|
-
.
|
|
20
|
+
.table__component_qk5hi {
|
|
21
21
|
display: flex;
|
|
22
22
|
justify-content: space-between;
|
|
23
23
|
align-items: flex-start;
|
|
@@ -26,24 +26,24 @@
|
|
|
26
26
|
border-top: 1px solid var(--color-light-border-primary);
|
|
27
27
|
box-sizing: border-box;
|
|
28
28
|
}
|
|
29
|
-
.
|
|
29
|
+
.table__pagesWrapper_qk5hi {
|
|
30
30
|
display: flex;
|
|
31
31
|
}
|
|
32
|
-
.
|
|
32
|
+
.table__tag_qk5hi.table__tag_qk5hi {
|
|
33
33
|
flex-shrink: 0;
|
|
34
34
|
margin-right: var(--gap-xs);
|
|
35
35
|
padding: 0 var(--gap-xs);
|
|
36
36
|
min-width: 32px
|
|
37
37
|
}
|
|
38
|
-
.
|
|
38
|
+
.table__tag_qk5hi.table__tag_qk5hi:last-child {
|
|
39
39
|
margin-right: 0;
|
|
40
40
|
}
|
|
41
|
-
.
|
|
41
|
+
.table__tag_qk5hi.table__tag_qk5hi.table__tagActive_qk5hi {
|
|
42
42
|
cursor: default;
|
|
43
43
|
}
|
|
44
|
-
.
|
|
44
|
+
.table__menu_qk5hi {
|
|
45
45
|
margin: var(--gap-2xs) 0;
|
|
46
46
|
}
|
|
47
|
-
.
|
|
47
|
+
.table__option_qk5hi {
|
|
48
48
|
min-width: 208px;
|
|
49
49
|
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/* hash:
|
|
1
|
+
/* hash: sztte */
|
|
2
2
|
:root {
|
|
3
3
|
--color-light-specialbg-component-shade-7: rgba(10, 29, 49, 0.1351);
|
|
4
4
|
}
|
|
@@ -10,11 +10,11 @@
|
|
|
10
10
|
|
|
11
11
|
/* Hard up */
|
|
12
12
|
}
|
|
13
|
-
.
|
|
13
|
+
.table__field_15j2o svg {
|
|
14
14
|
width: 18px;
|
|
15
15
|
height: 18px;
|
|
16
16
|
}
|
|
17
|
-
.
|
|
18
|
-
.
|
|
17
|
+
.table__open_15j2o,
|
|
18
|
+
.table__open_15j2o:hover {
|
|
19
19
|
background-color: var(--color-light-specialbg-component-shade-7);
|
|
20
20
|
}
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
|
-
var tslib_es6 = require('../../../tslib.es6-
|
|
5
|
+
var tslib_es6 = require('../../../tslib.es6-f9bac405.js');
|
|
6
6
|
var React = require('react');
|
|
7
7
|
var cn = require('classnames');
|
|
8
8
|
var coreComponentsButton = require('@alfalab/core-components-button');
|
|
@@ -12,7 +12,7 @@ function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'defau
|
|
|
12
12
|
var React__default = /*#__PURE__*/_interopDefaultLegacy(React);
|
|
13
13
|
var cn__default = /*#__PURE__*/_interopDefaultLegacy(cn);
|
|
14
14
|
|
|
15
|
-
var styles = {"field":"
|
|
15
|
+
var styles = {"field":"table__field_15j2o","open":"table__open_15j2o"};
|
|
16
16
|
require('./index.css')
|
|
17
17
|
|
|
18
18
|
var CustomSelectField = function (_a) {
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
|
-
var tslib_es6 = require('../../tslib.es6-
|
|
5
|
+
var tslib_es6 = require('../../tslib.es6-f9bac405.js');
|
|
6
6
|
var React = require('react');
|
|
7
7
|
var cn = require('classnames');
|
|
8
8
|
require('../thead/Component.js');
|
|
@@ -15,7 +15,7 @@ function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'defau
|
|
|
15
15
|
var React__default = /*#__PURE__*/_interopDefaultLegacy(React);
|
|
16
16
|
var cn__default = /*#__PURE__*/_interopDefaultLegacy(cn);
|
|
17
17
|
|
|
18
|
-
var styles = {"component":"
|
|
18
|
+
var styles = {"component":"table__component_1qkk0","wrapper":"table__wrapper_1qkk0","hasPagination":"table__hasPagination_1qkk0","table":"table__table_1qkk0"};
|
|
19
19
|
require('./index.css')
|
|
20
20
|
|
|
21
21
|
var Table = React.forwardRef(function (_a, ref) {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/* hash:
|
|
1
|
+
/* hash: mlc9i */
|
|
2
2
|
:root {
|
|
3
3
|
--color-light-bg-primary: #fff;
|
|
4
4
|
}
|
|
@@ -18,20 +18,20 @@
|
|
|
18
18
|
:root {
|
|
19
19
|
--border-radius-m: 8px;
|
|
20
20
|
}
|
|
21
|
-
.
|
|
21
|
+
.table__component_1qkk0 {
|
|
22
22
|
box-sizing: border-box;
|
|
23
23
|
}
|
|
24
|
-
.
|
|
24
|
+
.table__wrapper_1qkk0 {
|
|
25
25
|
padding: 0 var(--gap-m) var(--gap-m);
|
|
26
26
|
background: var(--color-light-bg-primary);
|
|
27
27
|
box-shadow: var(--shadow-xs-hard);
|
|
28
28
|
border-radius: var(--border-radius-m);
|
|
29
29
|
overflow: auto;
|
|
30
30
|
}
|
|
31
|
-
.
|
|
31
|
+
.table__hasPagination_1qkk0 {
|
|
32
32
|
padding-bottom: 0;
|
|
33
33
|
}
|
|
34
|
-
.
|
|
34
|
+
.table__table_1qkk0 {
|
|
35
35
|
width: 100%;
|
|
36
36
|
border-collapse: collapse;
|
|
37
37
|
box-sizing: border-box
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
|
-
require('../../tslib.es6-
|
|
5
|
+
require('../../tslib.es6-f9bac405.js');
|
|
6
6
|
var React = require('react');
|
|
7
7
|
require('classnames');
|
|
8
8
|
var components_thead_Component = require('../thead/Component.js');
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
|
-
var tslib_es6 = require('../../tslib.es6-
|
|
5
|
+
var tslib_es6 = require('../../tslib.es6-f9bac405.js');
|
|
6
6
|
var React = require('react');
|
|
7
7
|
var cn = require('classnames');
|
|
8
8
|
|
|
@@ -11,7 +11,7 @@ function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'defau
|
|
|
11
11
|
var React__default = /*#__PURE__*/_interopDefaultLegacy(React);
|
|
12
12
|
var cn__default = /*#__PURE__*/_interopDefaultLegacy(cn);
|
|
13
13
|
|
|
14
|
-
var styles = {"component":"
|
|
14
|
+
var styles = {"component":"table__component_vrfw9"};
|
|
15
15
|
require('./index.css')
|
|
16
16
|
|
|
17
17
|
var TBody = function (_a) {
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
|
-
var tslib_es6 = require('../../tslib.es6-
|
|
5
|
+
var tslib_es6 = require('../../tslib.es6-f9bac405.js');
|
|
6
6
|
var React = require('react');
|
|
7
7
|
var cn = require('classnames');
|
|
8
8
|
var components_tableContext_index = require('../table-context/index.js');
|
|
@@ -12,7 +12,7 @@ function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'defau
|
|
|
12
12
|
var React__default = /*#__PURE__*/_interopDefaultLegacy(React);
|
|
13
13
|
var cn__default = /*#__PURE__*/_interopDefaultLegacy(cn);
|
|
14
14
|
|
|
15
|
-
var styles = {"component":"
|
|
15
|
+
var styles = {"component":"table__component_lrmes","hidden":"table__hidden_lrmes","compact":"table__compact_lrmes"};
|
|
16
16
|
require('./index.css')
|
|
17
17
|
|
|
18
18
|
var TCell = function (_a) {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/* hash:
|
|
1
|
+
/* hash: b0w44 */
|
|
2
2
|
:root {
|
|
3
3
|
--color-light-border-primary: #dbdee1;
|
|
4
4
|
--color-light-text-primary: #0b1f35;
|
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
--gap-m: 16px;
|
|
17
17
|
--gap-xl: 24px;
|
|
18
18
|
}
|
|
19
|
-
.
|
|
19
|
+
.table__component_lrmes {
|
|
20
20
|
font-size: 14px;
|
|
21
21
|
line-height: 20px;
|
|
22
22
|
font-weight: 400;
|
|
@@ -28,10 +28,10 @@
|
|
|
28
28
|
vertical-align: top;
|
|
29
29
|
box-sizing: border-box;
|
|
30
30
|
}
|
|
31
|
-
.
|
|
31
|
+
.table__hidden_lrmes {
|
|
32
32
|
display: none;
|
|
33
33
|
}
|
|
34
|
-
.
|
|
34
|
+
.table__compact_lrmes {
|
|
35
35
|
padding-top: var(--gap-xs);
|
|
36
36
|
padding-bottom: var(--gap-xs);
|
|
37
37
|
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
|
-
var tslib_es6 = require('../../tslib.es6-
|
|
5
|
+
var tslib_es6 = require('../../tslib.es6-f9bac405.js');
|
|
6
6
|
var React = require('react');
|
|
7
7
|
var cn = require('classnames');
|
|
8
8
|
var components_trow_Component = require('../trow/Component.js');
|
|
@@ -12,7 +12,7 @@ function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'defau
|
|
|
12
12
|
var React__default = /*#__PURE__*/_interopDefaultLegacy(React);
|
|
13
13
|
var cn__default = /*#__PURE__*/_interopDefaultLegacy(cn);
|
|
14
14
|
|
|
15
|
-
var styles = {"row":"
|
|
15
|
+
var styles = {"row":"table__row_qyhkm","selected":"table__selected_qyhkm","expanded":"table__expanded_qyhkm","expandable":"table__expandable_qyhkm"};
|
|
16
16
|
require('./index.css')
|
|
17
17
|
|
|
18
18
|
var TExpandableRow = function (_a) {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/* hash:
|
|
1
|
+
/* hash: 19uba */
|
|
2
2
|
:root {
|
|
3
3
|
|
|
4
4
|
/* Hard */
|
|
@@ -7,16 +7,16 @@
|
|
|
7
7
|
|
|
8
8
|
/* Hard up */
|
|
9
9
|
}
|
|
10
|
-
.
|
|
10
|
+
.table__row_qyhkm {
|
|
11
11
|
cursor: pointer;
|
|
12
12
|
}
|
|
13
|
-
.
|
|
13
|
+
.table__selected_qyhkm.table__expanded_qyhkm {
|
|
14
14
|
background-color: inherit;
|
|
15
15
|
}
|
|
16
|
-
.
|
|
16
|
+
.table__expanded_qyhkm:hover {
|
|
17
17
|
background-color: inherit;
|
|
18
18
|
}
|
|
19
|
-
.
|
|
19
|
+
.table__expandable_qyhkm td {
|
|
20
20
|
margin: 0;
|
|
21
21
|
padding-top: 0;
|
|
22
22
|
padding-bottom: 0;
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
|
-
var tslib_es6 = require('../../tslib.es6-
|
|
5
|
+
var tslib_es6 = require('../../tslib.es6-f9bac405.js');
|
|
6
6
|
var React = require('react');
|
|
7
7
|
var cn = require('classnames');
|
|
8
8
|
|
|
@@ -11,7 +11,7 @@ function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'defau
|
|
|
11
11
|
var React__default = /*#__PURE__*/_interopDefaultLegacy(React);
|
|
12
12
|
var cn__default = /*#__PURE__*/_interopDefaultLegacy(cn);
|
|
13
13
|
|
|
14
|
-
var styles = {"component":"
|
|
14
|
+
var styles = {"component":"table__component_11a2l","row":"table__row_11a2l"};
|
|
15
15
|
require('./index.css')
|
|
16
16
|
|
|
17
17
|
var THead = function (_a) {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/* hash:
|
|
1
|
+
/* hash: zgg2j */
|
|
2
2
|
:root {
|
|
3
3
|
--color-light-graphic-neutral: #dbdee1;
|
|
4
4
|
}
|
|
@@ -10,12 +10,12 @@
|
|
|
10
10
|
|
|
11
11
|
/* Hard up */
|
|
12
12
|
}
|
|
13
|
-
.
|
|
13
|
+
.table__component_11a2l {
|
|
14
14
|
position: relative;
|
|
15
15
|
width: 100%;
|
|
16
16
|
box-sizing: border-box
|
|
17
17
|
}
|
|
18
|
-
.
|
|
18
|
+
.table__component_11a2l th:not(:last-child):not(:empty):after {
|
|
19
19
|
transition: opacity 0.2s;
|
|
20
20
|
position: absolute;
|
|
21
21
|
content: '';
|
|
@@ -27,12 +27,12 @@
|
|
|
27
27
|
bottom: 8px;
|
|
28
28
|
background-color: var(--color-light-graphic-neutral);
|
|
29
29
|
}
|
|
30
|
-
.
|
|
30
|
+
.table__component_11a2l th:after {
|
|
31
31
|
opacity: 0;
|
|
32
32
|
}
|
|
33
|
-
.
|
|
33
|
+
.table__component_11a2l:hover th:after {
|
|
34
34
|
opacity: 1;
|
|
35
35
|
}
|
|
36
|
-
.
|
|
36
|
+
.table__row_11a2l {
|
|
37
37
|
height: 72px;
|
|
38
38
|
}
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
|
-
var tslib_es6 = require('../../tslib.es6-
|
|
5
|
+
var tslib_es6 = require('../../tslib.es6-f9bac405.js');
|
|
6
6
|
var React = require('react');
|
|
7
7
|
var cn = require('classnames');
|
|
8
8
|
|
|
@@ -11,7 +11,7 @@ function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'defau
|
|
|
11
11
|
var React__default = /*#__PURE__*/_interopDefaultLegacy(React);
|
|
12
12
|
var cn__default = /*#__PURE__*/_interopDefaultLegacy(cn);
|
|
13
13
|
|
|
14
|
-
var styles = {"component":"
|
|
14
|
+
var styles = {"component":"table__component_1elx3","sortable":"table__sortable_1elx3","sorted":"table__sorted_1elx3","hidden":"table__hidden_1elx3"};
|
|
15
15
|
require('./index.css')
|
|
16
16
|
|
|
17
17
|
var THeadCell = function (_a) {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/* hash:
|
|
1
|
+
/* hash: 6qtau */
|
|
2
2
|
:root {
|
|
3
3
|
--color-light-bg-primary: #fff;
|
|
4
4
|
--color-light-border-primary: #dbdee1;
|
|
@@ -17,7 +17,7 @@
|
|
|
17
17
|
--gap-m: 16px;
|
|
18
18
|
--gap-2xl: 32px;
|
|
19
19
|
}
|
|
20
|
-
.
|
|
20
|
+
.table__component_1elx3 {
|
|
21
21
|
font-size: 12px;
|
|
22
22
|
line-height: 16px;
|
|
23
23
|
font-weight: 500;
|
|
@@ -34,12 +34,12 @@
|
|
|
34
34
|
vertical-align: top;
|
|
35
35
|
box-sizing: border-box;
|
|
36
36
|
}
|
|
37
|
-
.
|
|
37
|
+
.table__sortable_1elx3 {
|
|
38
38
|
cursor: pointer;
|
|
39
39
|
}
|
|
40
|
-
.
|
|
40
|
+
.table__sorted_1elx3 {
|
|
41
41
|
color: var(--color-light-text-primary);
|
|
42
42
|
}
|
|
43
|
-
.
|
|
43
|
+
.table__hidden_1elx3 {
|
|
44
44
|
display: none;
|
|
45
45
|
}
|