@alfalab/core-components-table 1.5.1 → 1.5.7
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 +52 -0
- package/{dist/component.d.ts → component.d.ts} +0 -0
- package/{dist/component.js → component.js} +1 -1
- package/{dist/components → components}/index.d.ts +0 -0
- package/{dist/components → components}/index.js +1 -1
- package/{dist/components → components}/pagination/Component.d.ts +0 -0
- package/{dist/components → components}/pagination/Component.js +2 -2
- package/{dist/components → components}/pagination/index.css +8 -8
- package/{dist/components → components}/pagination/index.d.ts +0 -0
- package/{dist/components → components}/pagination/index.js +1 -1
- package/{dist/esm/components → components}/pagination/select-field/index.css +4 -4
- package/{dist/components → components}/pagination/select-field/index.d.ts +0 -0
- package/{dist/components → components}/pagination/select-field/index.js +2 -2
- package/{dist/components → components}/table/Component.d.ts +0 -0
- package/{dist/components → components}/table/Component.js +2 -2
- package/{dist/modern/components → components}/table/index.css +5 -5
- package/{dist/components → components}/table/index.d.ts +0 -0
- package/{dist/components → components}/table/index.js +1 -1
- package/{dist/components → components}/table/utils.d.ts +0 -0
- package/{dist/components → components}/table/utils.js +1 -1
- package/{dist/components → components}/table-context/index.d.ts +0 -0
- package/{dist/components → components}/table-context/index.js +0 -0
- package/{dist/components → components}/tbody/Component.d.ts +0 -0
- package/{dist/components → components}/tbody/Component.js +2 -2
- package/{dist/modern/components → components}/tbody/index.css +2 -2
- package/{dist/components → components}/tbody/index.d.ts +0 -0
- package/{dist/components → components}/tbody/index.js +1 -1
- package/{dist/components → components}/tcell/Component.d.ts +0 -0
- package/{dist/components → components}/tcell/Component.js +2 -2
- package/{dist/esm/components → components}/tcell/index.css +4 -4
- package/{dist/components → components}/tcell/index.d.ts +0 -0
- package/{dist/components → components}/tcell/index.js +1 -1
- package/{dist/components → components}/texpandable-row/Component.d.ts +0 -0
- package/{dist/components → components}/texpandable-row/Component.js +2 -2
- package/{dist/esm/components → components}/texpandable-row/index.css +5 -5
- package/{dist/components → components}/texpandable-row/index.d.ts +0 -0
- package/{dist/components → components}/texpandable-row/index.js +1 -1
- package/{dist/components → components}/thead/Component.d.ts +0 -0
- package/{dist/components → components}/thead/Component.js +2 -2
- package/{dist/components → components}/thead/index.css +6 -6
- package/{dist/components → components}/thead/index.d.ts +0 -0
- package/{dist/components → components}/thead/index.js +1 -1
- package/{dist/components → components}/thead-cell/Component.d.ts +0 -0
- package/{dist/components → components}/thead-cell/Component.js +2 -2
- package/{dist/esm/components → components}/thead-cell/index.css +5 -5
- package/{dist/components → components}/thead-cell/index.d.ts +0 -0
- package/{dist/components → components}/thead-cell/index.js +1 -1
- package/{dist/components → components}/trow/Component.d.ts +0 -0
- package/{dist/components → components}/trow/Component.js +2 -2
- package/{dist/esm/components → components}/trow/index.css +8 -8
- package/{dist/components → components}/trow/index.d.ts +0 -0
- package/{dist/components → components}/trow/index.js +1 -1
- package/{dist/components → components}/tsortable-head-cell/Component.d.ts +0 -0
- package/{dist/components → components}/tsortable-head-cell/Component.js +2 -2
- package/{dist/components → components}/tsortable-head-cell/index.css +9 -9
- package/{dist/components → components}/tsortable-head-cell/index.d.ts +0 -0
- package/{dist/components → components}/tsortable-head-cell/index.js +1 -1
- package/{dist/components → components}/tsortable-head-cell/sort-icon-asc.d.ts +0 -0
- package/{dist/components → components}/tsortable-head-cell/sort-icon-asc.js +1 -1
- package/{dist/components → components}/tsortable-head-cell/sort-icon-desc.d.ts +0 -0
- package/{dist/components → components}/tsortable-head-cell/sort-icon-desc.js +1 -1
- package/{dist/components → components}/tsortable-head-cell/sort-icon-unset.d.ts +0 -0
- package/{dist/components → components}/tsortable-head-cell/sort-icon-unset.js +1 -1
- package/{dist/cssm → cssm}/component.d.ts +0 -0
- package/{dist/cssm → cssm}/component.js +3 -3
- package/{dist/cssm → cssm}/components/index.d.ts +0 -0
- package/{dist/cssm → cssm}/components/index.js +3 -3
- package/{dist/cssm → cssm}/components/pagination/Component.d.ts +0 -0
- package/{dist/cssm → cssm}/components/pagination/Component.js +3 -3
- package/{dist/cssm → cssm}/components/pagination/index.d.ts +0 -0
- package/{dist/cssm → cssm}/components/pagination/index.js +3 -3
- package/{dist/cssm → cssm}/components/pagination/index.module.css +0 -0
- package/{dist/cssm → cssm}/components/pagination/select-field/index.d.ts +0 -0
- package/{dist/cssm → cssm}/components/pagination/select-field/index.js +1 -1
- package/{dist/cssm → cssm}/components/pagination/select-field/index.module.css +0 -0
- package/{dist/cssm → cssm}/components/table/Component.d.ts +0 -0
- package/{dist/cssm → cssm}/components/table/Component.js +0 -0
- package/{dist/cssm → cssm}/components/table/index.d.ts +0 -0
- package/{dist/cssm → cssm}/components/table/index.js +0 -0
- package/{dist/cssm → cssm}/components/table/index.module.css +0 -0
- package/{dist/cssm → cssm}/components/table/utils.d.ts +0 -0
- package/{dist/cssm → cssm}/components/table/utils.js +0 -0
- package/{dist/cssm → cssm}/components/table-context/index.d.ts +0 -0
- package/{dist/cssm → cssm}/components/table-context/index.js +0 -0
- package/{dist/cssm → cssm}/components/tbody/Component.d.ts +0 -0
- package/{dist/cssm → cssm}/components/tbody/Component.js +0 -0
- package/{dist/cssm → cssm}/components/tbody/index.d.ts +0 -0
- package/{dist/cssm → cssm}/components/tbody/index.js +0 -0
- package/{dist/cssm → cssm}/components/tbody/index.module.css +0 -0
- package/{dist/cssm → cssm}/components/tcell/Component.d.ts +0 -0
- package/{dist/cssm → cssm}/components/tcell/Component.js +0 -0
- package/{dist/cssm → cssm}/components/tcell/index.d.ts +0 -0
- package/{dist/cssm → cssm}/components/tcell/index.js +0 -0
- package/{dist/cssm → cssm}/components/tcell/index.module.css +0 -0
- package/{dist/cssm → cssm}/components/texpandable-row/Component.d.ts +0 -0
- package/{dist/cssm → cssm}/components/texpandable-row/Component.js +0 -0
- package/{dist/cssm → cssm}/components/texpandable-row/index.d.ts +0 -0
- package/{dist/cssm → cssm}/components/texpandable-row/index.js +0 -0
- package/{dist/cssm → cssm}/components/texpandable-row/index.module.css +0 -0
- package/{dist/cssm → cssm}/components/thead/Component.d.ts +0 -0
- package/{dist/cssm → cssm}/components/thead/Component.js +0 -0
- package/{dist/cssm → cssm}/components/thead/index.d.ts +0 -0
- package/{dist/cssm → cssm}/components/thead/index.js +0 -0
- package/{dist/cssm → cssm}/components/thead/index.module.css +0 -0
- package/{dist/cssm → cssm}/components/thead-cell/Component.d.ts +0 -0
- package/{dist/cssm → cssm}/components/thead-cell/Component.js +0 -0
- package/{dist/cssm → cssm}/components/thead-cell/index.d.ts +0 -0
- package/{dist/cssm → cssm}/components/thead-cell/index.js +0 -0
- package/{dist/cssm → cssm}/components/thead-cell/index.module.css +0 -0
- package/{dist/cssm → cssm}/components/trow/Component.d.ts +0 -0
- package/{dist/cssm → cssm}/components/trow/Component.js +0 -0
- package/{dist/cssm → cssm}/components/trow/index.d.ts +0 -0
- package/{dist/cssm → cssm}/components/trow/index.js +0 -0
- package/{dist/cssm → cssm}/components/trow/index.module.css +0 -0
- package/{dist/cssm → cssm}/components/tsortable-head-cell/Component.d.ts +0 -0
- package/{dist/cssm → cssm}/components/tsortable-head-cell/Component.js +0 -0
- package/{dist/cssm → cssm}/components/tsortable-head-cell/index.d.ts +0 -0
- package/{dist/cssm → cssm}/components/tsortable-head-cell/index.js +0 -0
- package/{dist/cssm → cssm}/components/tsortable-head-cell/index.module.css +0 -0
- package/{dist/cssm → cssm}/components/tsortable-head-cell/sort-icon-asc.d.ts +0 -0
- package/{dist/cssm → cssm}/components/tsortable-head-cell/sort-icon-asc.js +0 -0
- package/{dist/cssm → cssm}/components/tsortable-head-cell/sort-icon-desc.d.ts +0 -0
- package/{dist/cssm → cssm}/components/tsortable-head-cell/sort-icon-desc.js +0 -0
- package/{dist/cssm → cssm}/components/tsortable-head-cell/sort-icon-unset.d.ts +0 -0
- package/{dist/cssm → cssm}/components/tsortable-head-cell/sort-icon-unset.js +0 -0
- package/{dist/cssm → cssm}/index.d.ts +0 -0
- package/{dist/cssm → cssm}/index.js +3 -3
- package/{dist/cssm → cssm}/tslib.es6-ce870b46.d.ts +0 -0
- package/{dist/cssm → cssm}/tslib.es6-ce870b46.js +0 -0
- package/{dist/cssm → cssm}/typings.d.ts +0 -0
- package/{dist/cssm → cssm}/typings.js +0 -0
- package/{dist/cssm → cssm}/utils.d.ts +0 -0
- package/{dist/cssm → cssm}/utils.js +0 -0
- package/{dist/esm → esm}/component.d.ts +0 -0
- package/{dist/esm → esm}/component.js +4 -4
- package/{dist/esm → esm}/components/index.d.ts +0 -0
- package/{dist/esm → esm}/components/index.js +4 -4
- package/{dist/esm → esm}/components/pagination/Component.d.ts +0 -0
- package/{dist/esm → esm}/components/pagination/Component.js +5 -5
- package/{dist/esm → esm}/components/pagination/index.css +8 -8
- package/{dist/esm → esm}/components/pagination/index.d.ts +0 -0
- package/esm/components/pagination/index.js +9 -0
- package/{dist → esm}/components/pagination/select-field/index.css +4 -4
- package/{dist/esm → esm}/components/pagination/select-field/index.d.ts +0 -0
- package/{dist/esm → esm}/components/pagination/select-field/index.js +3 -3
- package/{dist/esm → esm}/components/table/Component.d.ts +0 -0
- package/{dist/esm → esm}/components/table/Component.js +2 -2
- package/{dist/esm → esm}/components/table/index.css +5 -5
- package/{dist/esm → esm}/components/table/index.d.ts +0 -0
- package/{dist/esm → esm}/components/table/index.js +1 -1
- package/{dist/esm → esm}/components/table/utils.d.ts +0 -0
- package/{dist/esm → esm}/components/table/utils.js +1 -1
- package/{dist/esm → esm}/components/table-context/index.d.ts +0 -0
- package/{dist/esm → esm}/components/table-context/index.js +0 -0
- package/{dist/esm → esm}/components/tbody/Component.d.ts +0 -0
- package/{dist/esm → esm}/components/tbody/Component.js +2 -2
- package/{dist/esm → esm}/components/tbody/index.css +2 -2
- package/{dist/esm → esm}/components/tbody/index.d.ts +0 -0
- package/{dist/esm → esm}/components/tbody/index.js +1 -1
- package/{dist/esm → esm}/components/tcell/Component.d.ts +0 -0
- package/{dist/esm → esm}/components/tcell/Component.js +2 -2
- package/{dist → esm}/components/tcell/index.css +4 -4
- package/{dist/esm → esm}/components/tcell/index.d.ts +0 -0
- package/{dist/esm → esm}/components/tcell/index.js +1 -1
- package/{dist/esm → esm}/components/texpandable-row/Component.d.ts +0 -0
- package/{dist/esm → esm}/components/texpandable-row/Component.js +2 -2
- package/{dist/modern → esm}/components/texpandable-row/index.css +5 -5
- package/{dist/esm → esm}/components/texpandable-row/index.d.ts +0 -0
- package/{dist/esm → esm}/components/texpandable-row/index.js +1 -1
- package/{dist/esm → esm}/components/thead/Component.d.ts +0 -0
- package/{dist/esm → esm}/components/thead/Component.js +2 -2
- package/{dist/modern → esm}/components/thead/index.css +6 -6
- package/{dist/esm → esm}/components/thead/index.d.ts +0 -0
- package/{dist/esm → esm}/components/thead/index.js +1 -1
- package/{dist/esm → esm}/components/thead-cell/Component.d.ts +0 -0
- package/{dist/esm → esm}/components/thead-cell/Component.js +2 -2
- package/{dist → esm}/components/thead-cell/index.css +5 -5
- package/{dist/esm → esm}/components/thead-cell/index.d.ts +0 -0
- package/{dist/esm → esm}/components/thead-cell/index.js +1 -1
- package/{dist/esm → esm}/components/trow/Component.d.ts +0 -0
- package/{dist/esm → esm}/components/trow/Component.js +2 -2
- package/{dist → esm}/components/trow/index.css +8 -8
- package/{dist/esm → esm}/components/trow/index.d.ts +0 -0
- package/{dist/esm → esm}/components/trow/index.js +1 -1
- package/{dist/esm → esm}/components/tsortable-head-cell/Component.d.ts +0 -0
- package/{dist/esm → esm}/components/tsortable-head-cell/Component.js +2 -2
- package/{dist/esm → esm}/components/tsortable-head-cell/index.css +9 -9
- package/{dist/esm → esm}/components/tsortable-head-cell/index.d.ts +0 -0
- package/{dist/esm → esm}/components/tsortable-head-cell/index.js +1 -1
- package/{dist/esm → esm}/components/tsortable-head-cell/sort-icon-asc.d.ts +0 -0
- package/{dist/esm → esm}/components/tsortable-head-cell/sort-icon-asc.js +1 -1
- package/{dist/esm → esm}/components/tsortable-head-cell/sort-icon-desc.d.ts +0 -0
- package/{dist/esm → esm}/components/tsortable-head-cell/sort-icon-desc.js +1 -1
- package/{dist/esm → esm}/components/tsortable-head-cell/sort-icon-unset.d.ts +0 -0
- package/{dist/esm → esm}/components/tsortable-head-cell/sort-icon-unset.js +1 -1
- package/{dist/esm → esm}/index.d.ts +0 -0
- package/{dist/esm → esm}/index.js +4 -4
- package/{dist/esm/tslib.es6-389f959c.d.ts → esm/tslib.es6-c2477daa.d.ts} +0 -0
- package/{dist/esm/tslib.es6-389f959c.js → esm/tslib.es6-c2477daa.js} +0 -0
- package/{dist/esm → esm}/typings.d.ts +0 -0
- package/{dist/esm → esm}/typings.js +0 -0
- package/{dist/esm → esm}/utils.d.ts +0 -0
- package/{dist/esm → esm}/utils.js +0 -0
- package/{dist/index.d.ts → index.d.ts} +0 -0
- package/{dist/index.js → index.js} +1 -1
- package/{dist/modern → modern}/component.d.ts +0 -0
- package/{dist/modern → modern}/component.js +3 -3
- package/{dist/modern → modern}/components/index.d.ts +0 -0
- package/{dist/modern → modern}/components/index.js +3 -3
- package/{dist/modern → modern}/components/pagination/Component.d.ts +0 -0
- package/{dist/modern → modern}/components/pagination/Component.js +4 -4
- package/{dist/modern → modern}/components/pagination/index.css +8 -8
- package/{dist/modern → modern}/components/pagination/index.d.ts +0 -0
- package/modern/components/pagination/index.js +8 -0
- package/{dist/modern → modern}/components/pagination/select-field/index.css +4 -4
- package/{dist/modern → modern}/components/pagination/select-field/index.d.ts +0 -0
- package/{dist/modern → modern}/components/pagination/select-field/index.js +2 -2
- package/{dist/modern → modern}/components/table/Component.d.ts +0 -0
- package/{dist/modern → modern}/components/table/Component.js +1 -1
- package/{dist → modern}/components/table/index.css +5 -5
- package/{dist/modern → modern}/components/table/index.d.ts +0 -0
- package/{dist/modern → modern}/components/table/index.js +0 -0
- package/{dist/modern → modern}/components/table/utils.d.ts +0 -0
- package/{dist/modern → modern}/components/table/utils.js +0 -0
- package/{dist/modern → modern}/components/table-context/index.d.ts +0 -0
- package/{dist/modern → modern}/components/table-context/index.js +0 -0
- package/{dist/modern → modern}/components/tbody/Component.d.ts +0 -0
- package/{dist/modern → modern}/components/tbody/Component.js +1 -1
- package/{dist → modern}/components/tbody/index.css +2 -2
- package/{dist/modern → modern}/components/tbody/index.d.ts +0 -0
- package/{dist/modern → modern}/components/tbody/index.js +0 -0
- package/{dist/modern → modern}/components/tcell/Component.d.ts +0 -0
- package/{dist/modern → modern}/components/tcell/Component.js +1 -1
- package/{dist/modern → modern}/components/tcell/index.css +4 -4
- package/{dist/modern → modern}/components/tcell/index.d.ts +0 -0
- package/{dist/modern → modern}/components/tcell/index.js +0 -0
- package/{dist/modern → modern}/components/texpandable-row/Component.d.ts +0 -0
- package/{dist/modern → modern}/components/texpandable-row/Component.js +1 -1
- package/{dist → modern}/components/texpandable-row/index.css +5 -5
- package/{dist/modern → modern}/components/texpandable-row/index.d.ts +0 -0
- package/{dist/modern → modern}/components/texpandable-row/index.js +0 -0
- package/{dist/modern → modern}/components/thead/Component.d.ts +0 -0
- package/{dist/modern → modern}/components/thead/Component.js +1 -1
- package/{dist/esm → modern}/components/thead/index.css +6 -6
- package/{dist/modern → modern}/components/thead/index.d.ts +0 -0
- package/{dist/modern → modern}/components/thead/index.js +0 -0
- package/{dist/modern → modern}/components/thead-cell/Component.d.ts +0 -0
- package/{dist/modern → modern}/components/thead-cell/Component.js +1 -1
- package/{dist/modern → modern}/components/thead-cell/index.css +5 -5
- package/{dist/modern → modern}/components/thead-cell/index.d.ts +0 -0
- package/{dist/modern → modern}/components/thead-cell/index.js +0 -0
- package/{dist/modern → modern}/components/trow/Component.d.ts +0 -0
- package/{dist/modern → modern}/components/trow/Component.js +1 -1
- package/{dist/modern → modern}/components/trow/index.css +8 -8
- package/{dist/modern → modern}/components/trow/index.d.ts +0 -0
- package/{dist/modern → modern}/components/trow/index.js +0 -0
- package/{dist/modern → modern}/components/tsortable-head-cell/Component.d.ts +0 -0
- package/{dist/modern → modern}/components/tsortable-head-cell/Component.js +1 -1
- package/{dist/modern → modern}/components/tsortable-head-cell/index.css +9 -9
- package/{dist/modern → modern}/components/tsortable-head-cell/index.d.ts +0 -0
- package/{dist/modern → modern}/components/tsortable-head-cell/index.js +0 -0
- package/{dist/modern → modern}/components/tsortable-head-cell/sort-icon-asc.d.ts +0 -0
- package/{dist/modern → modern}/components/tsortable-head-cell/sort-icon-asc.js +0 -0
- package/{dist/modern → modern}/components/tsortable-head-cell/sort-icon-desc.d.ts +0 -0
- package/{dist/modern → modern}/components/tsortable-head-cell/sort-icon-desc.js +0 -0
- package/{dist/modern → modern}/components/tsortable-head-cell/sort-icon-unset.d.ts +0 -0
- package/{dist/modern → modern}/components/tsortable-head-cell/sort-icon-unset.js +0 -0
- package/{dist/modern → modern}/index.d.ts +0 -0
- package/{dist/modern → modern}/index.js +3 -3
- package/{dist/modern → modern}/typings.d.ts +0 -0
- package/{dist/modern → modern}/typings.js +0 -0
- package/{dist/modern → modern}/utils.d.ts +0 -0
- package/{dist/modern → modern}/utils.js +0 -0
- package/package.json +9 -12
- package/{dist/send-stats.js → send-stats.js} +0 -0
- package/{dist/tslib.es6-953f1097.d.ts → tslib.es6-f111e04d.d.ts} +0 -0
- package/{dist/tslib.es6-953f1097.js → tslib.es6-f111e04d.js} +0 -0
- package/{dist/typings.d.ts → typings.d.ts} +0 -0
- package/{dist/typings.js → typings.js} +0 -0
- package/{dist/utils.d.ts → utils.d.ts} +0 -0
- package/{dist/utils.js → utils.js} +0 -0
- package/dist/esm/components/pagination/index.js +0 -9
- package/dist/modern/components/pagination/index.js +0 -8
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/* hash:
|
|
1
|
+
/* hash: vpz14 */
|
|
2
2
|
:root {
|
|
3
3
|
--color-static-graphic-solitude: #e8f2fe;
|
|
4
4
|
}
|
|
@@ -14,30 +14,30 @@
|
|
|
14
14
|
|
|
15
15
|
/* Hard up */
|
|
16
16
|
}
|
|
17
|
-
.
|
|
17
|
+
.table__component_pmt26 {
|
|
18
18
|
padding-top: 1px;
|
|
19
19
|
width: 100%;
|
|
20
20
|
transition: background-color 0.2s;
|
|
21
21
|
box-sizing: border-box;
|
|
22
22
|
background: var(--color-light-bg-primary)
|
|
23
23
|
}
|
|
24
|
-
.
|
|
24
|
+
.table__component_pmt26:first-child td {
|
|
25
25
|
border-top: 0;
|
|
26
26
|
}
|
|
27
|
-
.
|
|
27
|
+
.table__withoutBorder_pmt26 {
|
|
28
28
|
td {
|
|
29
29
|
border: none;
|
|
30
30
|
}
|
|
31
31
|
}
|
|
32
|
-
.
|
|
32
|
+
.table__clickable_pmt26 {
|
|
33
33
|
cursor: pointer
|
|
34
34
|
}
|
|
35
|
-
.
|
|
35
|
+
.table__clickable_pmt26:hover {
|
|
36
36
|
background-color: var(--color-light-bg-secondary);
|
|
37
37
|
}
|
|
38
|
-
.
|
|
38
|
+
.table__selected_pmt26 {
|
|
39
39
|
background-color: #f2f8ff /* нет цвета в палитре */
|
|
40
40
|
}
|
|
41
|
-
.
|
|
41
|
+
.table__selected_pmt26:hover {
|
|
42
42
|
background-color: var(--color-static-graphic-solitude);
|
|
43
43
|
}
|
|
File without changes
|
|
File without changes
|
|
@@ -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-f111e04d.js');
|
|
6
6
|
var React = require('react');
|
|
7
7
|
var cn = require('classnames');
|
|
8
8
|
var components_theadCell_Component = require('../thead-cell/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_evk7w","content":"table__content_evk7w","icon":"table__icon_evk7w","reverse":"table__reverse_evk7w","sorted":"table__sorted_evk7w"};
|
|
19
19
|
require('./index.css')
|
|
20
20
|
|
|
21
21
|
var TSortableHeadCell = function (_a) {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/* hash:
|
|
1
|
+
/* hash: pahva */
|
|
2
2
|
:root {
|
|
3
3
|
--color-light-graphic-link: #007aff;
|
|
4
4
|
--color-light-graphic-primary: #0b1f35;
|
|
@@ -15,14 +15,14 @@
|
|
|
15
15
|
:root {
|
|
16
16
|
--gap-xs: 8px;
|
|
17
17
|
}
|
|
18
|
-
.
|
|
18
|
+
.table__component_evk7w {
|
|
19
19
|
position: relative;
|
|
20
20
|
}
|
|
21
|
-
.
|
|
21
|
+
.table__content_evk7w {
|
|
22
22
|
display: flex;
|
|
23
23
|
align-items: flex-start;
|
|
24
24
|
}
|
|
25
|
-
.
|
|
25
|
+
.table__icon_evk7w {
|
|
26
26
|
cursor: pointer;
|
|
27
27
|
margin-left: var(--gap-xs);
|
|
28
28
|
|
|
@@ -35,19 +35,19 @@
|
|
|
35
35
|
transition: color 0.2s ease;
|
|
36
36
|
flex-shrink: 0
|
|
37
37
|
}
|
|
38
|
-
.
|
|
38
|
+
.table__icon_evk7w:hover {
|
|
39
39
|
color: var(--color-light-graphic-primary);
|
|
40
40
|
}
|
|
41
|
-
.
|
|
41
|
+
.table__reverse_evk7w {
|
|
42
42
|
flex-direction: row-reverse
|
|
43
43
|
}
|
|
44
|
-
.
|
|
44
|
+
.table__reverse_evk7w .table__icon_evk7w {
|
|
45
45
|
margin-left: 0;
|
|
46
46
|
margin-right: var(--gap-xs);
|
|
47
47
|
}
|
|
48
|
-
.
|
|
48
|
+
.table__sorted_evk7w {
|
|
49
49
|
color: var(--color-light-graphic-link)
|
|
50
50
|
}
|
|
51
|
-
.
|
|
51
|
+
.table__sorted_evk7w:hover {
|
|
52
52
|
color: var(--color-light-graphic-link);
|
|
53
53
|
}
|
|
File without changes
|
|
File without changes
|
|
@@ -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-f111e04d.js');
|
|
6
6
|
var React = require('react');
|
|
7
7
|
|
|
8
8
|
function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'default' in e ? e : { 'default': e }; }
|
|
File without changes
|
|
@@ -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-f111e04d.js');
|
|
6
6
|
var React = require('react');
|
|
7
7
|
|
|
8
8
|
function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'default' in e ? e : { 'default': e }; }
|
|
File without changes
|
|
@@ -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-f111e04d.js');
|
|
6
6
|
var React = require('react');
|
|
7
7
|
|
|
8
8
|
function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'default' in e ? e : { 'default': e }; }
|
|
File without changes
|
|
@@ -12,9 +12,9 @@ require('./components/table/utils.js');
|
|
|
12
12
|
require('./components/table-context/index.js');
|
|
13
13
|
require('./components/table/index.module.css');
|
|
14
14
|
var components_table_Component = require('./components/table/Component.js');
|
|
15
|
-
require('@alfalab/core-components-select/
|
|
16
|
-
require('@alfalab/core-components-pagination/
|
|
17
|
-
require('@alfalab/core-components-button/
|
|
15
|
+
require('@alfalab/core-components-select/cssm');
|
|
16
|
+
require('@alfalab/core-components-pagination/cssm');
|
|
17
|
+
require('@alfalab/core-components-button/cssm');
|
|
18
18
|
require('./components/pagination/select-field/index.module.css');
|
|
19
19
|
require('./components/pagination/select-field/index.js');
|
|
20
20
|
require('./components/pagination/index.module.css');
|
|
File without changes
|
|
@@ -12,9 +12,9 @@ require('./table/utils.js');
|
|
|
12
12
|
require('./table-context/index.js');
|
|
13
13
|
require('./table/index.module.css');
|
|
14
14
|
var components_table_Component = require('./table/Component.js');
|
|
15
|
-
require('@alfalab/core-components-select/
|
|
16
|
-
require('@alfalab/core-components-pagination/
|
|
17
|
-
require('@alfalab/core-components-button/
|
|
15
|
+
require('@alfalab/core-components-select/cssm');
|
|
16
|
+
require('@alfalab/core-components-pagination/cssm');
|
|
17
|
+
require('@alfalab/core-components-button/cssm');
|
|
18
18
|
require('./pagination/select-field/index.module.css');
|
|
19
19
|
require('./pagination/select-field/index.js');
|
|
20
20
|
require('./pagination/index.module.css');
|
|
File without changes
|
|
@@ -6,9 +6,9 @@ var tslib_es6 = require('../../tslib.es6-ce870b46.js');
|
|
|
6
6
|
var React = require('react');
|
|
7
7
|
var cn = require('classnames');
|
|
8
8
|
var components_tableContext_index = require('../table-context/index.js');
|
|
9
|
-
var coreComponentsSelect = require('@alfalab/core-components-select/
|
|
10
|
-
var coreComponentsPagination = require('@alfalab/core-components-pagination/
|
|
11
|
-
require('@alfalab/core-components-button/
|
|
9
|
+
var coreComponentsSelect = require('@alfalab/core-components-select/cssm');
|
|
10
|
+
var coreComponentsPagination = require('@alfalab/core-components-pagination/cssm');
|
|
11
|
+
require('@alfalab/core-components-button/cssm');
|
|
12
12
|
require('./select-field/index.module.css');
|
|
13
13
|
var components_pagination_selectField_index = require('./select-field/index.js');
|
|
14
14
|
var styles = require('./index.module.css');
|
|
File without changes
|
|
@@ -6,9 +6,9 @@ require('../../tslib.es6-ce870b46.js');
|
|
|
6
6
|
require('react');
|
|
7
7
|
require('classnames');
|
|
8
8
|
require('../table-context/index.js');
|
|
9
|
-
require('@alfalab/core-components-select/
|
|
10
|
-
require('@alfalab/core-components-pagination/
|
|
11
|
-
require('@alfalab/core-components-button/
|
|
9
|
+
require('@alfalab/core-components-select/cssm');
|
|
10
|
+
require('@alfalab/core-components-pagination/cssm');
|
|
11
|
+
require('@alfalab/core-components-button/cssm');
|
|
12
12
|
require('./select-field/index.module.css');
|
|
13
13
|
require('./select-field/index.js');
|
|
14
14
|
require('./index.module.css');
|
|
File without changes
|
|
File without changes
|
|
@@ -5,7 +5,7 @@ Object.defineProperty(exports, '__esModule', { value: true });
|
|
|
5
5
|
var tslib_es6 = require('../../../tslib.es6-ce870b46.js');
|
|
6
6
|
var React = require('react');
|
|
7
7
|
var cn = require('classnames');
|
|
8
|
-
var coreComponentsButton = require('@alfalab/core-components-button/
|
|
8
|
+
var coreComponentsButton = require('@alfalab/core-components-button/cssm');
|
|
9
9
|
var styles = require('./index.module.css');
|
|
10
10
|
|
|
11
11
|
function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'default' in e ? e : { 'default': e }; }
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
@@ -12,9 +12,9 @@ require('./components/table/utils.js');
|
|
|
12
12
|
require('./components/table-context/index.js');
|
|
13
13
|
require('./components/table/index.module.css');
|
|
14
14
|
require('./components/table/Component.js');
|
|
15
|
-
require('@alfalab/core-components-select/
|
|
16
|
-
require('@alfalab/core-components-pagination/
|
|
17
|
-
require('@alfalab/core-components-button/
|
|
15
|
+
require('@alfalab/core-components-select/cssm');
|
|
16
|
+
require('@alfalab/core-components-pagination/cssm');
|
|
17
|
+
require('@alfalab/core-components-button/cssm');
|
|
18
18
|
require('./components/pagination/select-field/index.module.css');
|
|
19
19
|
require('./components/pagination/select-field/index.js');
|
|
20
20
|
require('./components/pagination/index.module.css');
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import './tslib.es6-
|
|
1
|
+
import './tslib.es6-c2477daa.js';
|
|
2
2
|
import 'react';
|
|
3
3
|
import 'classnames';
|
|
4
4
|
import { THead } from './components/thead/Component.js';
|
|
@@ -6,9 +6,9 @@ import './utils.js';
|
|
|
6
6
|
import './components/table/utils.js';
|
|
7
7
|
import './components/table-context/index.js';
|
|
8
8
|
import { Table as Table$1 } from './components/table/Component.js';
|
|
9
|
-
import '@alfalab/core-components-select/
|
|
10
|
-
import '@alfalab/core-components-pagination/
|
|
11
|
-
import '@alfalab/core-components-button/
|
|
9
|
+
import '@alfalab/core-components-select/esm';
|
|
10
|
+
import '@alfalab/core-components-pagination/esm';
|
|
11
|
+
import '@alfalab/core-components-button/esm';
|
|
12
12
|
import './components/pagination/select-field/index.js';
|
|
13
13
|
import { Pagination } from './components/pagination/Component.js';
|
|
14
14
|
import { THeadCell } from './components/thead-cell/Component.js';
|
|
File without changes
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import '../tslib.es6-
|
|
1
|
+
import '../tslib.es6-c2477daa.js';
|
|
2
2
|
import 'react';
|
|
3
3
|
import 'classnames';
|
|
4
4
|
export { THead } from './thead/Component.js';
|
|
@@ -6,9 +6,9 @@ import '../utils.js';
|
|
|
6
6
|
import './table/utils.js';
|
|
7
7
|
import './table-context/index.js';
|
|
8
8
|
export { Table } from './table/Component.js';
|
|
9
|
-
import '@alfalab/core-components-select/
|
|
10
|
-
import '@alfalab/core-components-pagination/
|
|
11
|
-
import '@alfalab/core-components-button/
|
|
9
|
+
import '@alfalab/core-components-select/esm';
|
|
10
|
+
import '@alfalab/core-components-pagination/esm';
|
|
11
|
+
import '@alfalab/core-components-button/esm';
|
|
12
12
|
import './pagination/select-field/index.js';
|
|
13
13
|
export { Pagination } from './pagination/Component.js';
|
|
14
14
|
export { THeadCell } from './thead-cell/Component.js';
|
|
File without changes
|
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
import { _ as __rest, a as __assign } from '../../tslib.es6-
|
|
1
|
+
import { _ as __rest, a as __assign } from '../../tslib.es6-c2477daa.js';
|
|
2
2
|
import React, { useContext, useMemo, useCallback } from 'react';
|
|
3
3
|
import cn from 'classnames';
|
|
4
4
|
import { TableContext } from '../table-context/index.js';
|
|
5
|
-
import { Select } from '@alfalab/core-components-select/
|
|
6
|
-
import { Pagination as Pagination$1 } from '@alfalab/core-components-pagination/
|
|
7
|
-
import '@alfalab/core-components-button/
|
|
5
|
+
import { Select } from '@alfalab/core-components-select/esm';
|
|
6
|
+
import { Pagination as Pagination$1 } from '@alfalab/core-components-pagination/esm';
|
|
7
|
+
import '@alfalab/core-components-button/esm';
|
|
8
8
|
import { CustomSelectField } from './select-field/index.js';
|
|
9
9
|
|
|
10
|
-
var styles = {"component":"
|
|
10
|
+
var styles = {"component":"table__component_1ot4p","pagesWrapper":"table__pagesWrapper_1ot4p","tag":"table__tag_1ot4p","tagActive":"table__tagActive_1ot4p","menu":"table__menu_1ot4p","option":"table__option_1ot4p"};
|
|
11
11
|
require('./index.css')
|
|
12
12
|
|
|
13
13
|
var Pagination = function (_a) {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/* hash:
|
|
1
|
+
/* hash: a1paf */
|
|
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_1ot4p {
|
|
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_1ot4p {
|
|
30
30
|
display: flex;
|
|
31
31
|
}
|
|
32
|
-
.
|
|
32
|
+
.table__tag_1ot4p.table__tag_1ot4p {
|
|
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_1ot4p.table__tag_1ot4p:last-child {
|
|
39
39
|
margin-right: 0;
|
|
40
40
|
}
|
|
41
|
-
.
|
|
41
|
+
.table__tag_1ot4p.table__tag_1ot4p.table__tagActive_1ot4p {
|
|
42
42
|
cursor: default;
|
|
43
43
|
}
|
|
44
|
-
.
|
|
44
|
+
.table__menu_1ot4p {
|
|
45
45
|
margin: var(--gap-2xs) 0;
|
|
46
46
|
}
|
|
47
|
-
.
|
|
47
|
+
.table__option_1ot4p {
|
|
48
48
|
min-width: 208px;
|
|
49
49
|
}
|
|
File without changes
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import '../../tslib.es6-c2477daa.js';
|
|
2
|
+
import 'react';
|
|
3
|
+
import 'classnames';
|
|
4
|
+
import '../table-context/index.js';
|
|
5
|
+
import '@alfalab/core-components-select/esm';
|
|
6
|
+
import '@alfalab/core-components-pagination/esm';
|
|
7
|
+
import '@alfalab/core-components-button/esm';
|
|
8
|
+
import './select-field/index.js';
|
|
9
|
+
export { Pagination } from './Component.js';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/* hash:
|
|
1
|
+
/* hash: oa67x */
|
|
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_1l77v svg {
|
|
14
14
|
width: 18px;
|
|
15
15
|
height: 18px;
|
|
16
16
|
}
|
|
17
|
-
.
|
|
18
|
-
.
|
|
17
|
+
.table__open_1l77v,
|
|
18
|
+
.table__open_1l77v:hover {
|
|
19
19
|
background-color: var(--color-light-specialbg-component-shade-7);
|
|
20
20
|
}
|
|
File without changes
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import { _ as __rest, a as __assign } from '../../../tslib.es6-
|
|
1
|
+
import { _ as __rest, a as __assign } from '../../../tslib.es6-c2477daa.js';
|
|
2
2
|
import React from 'react';
|
|
3
3
|
import cn from 'classnames';
|
|
4
|
-
import { Button } from '@alfalab/core-components-button/
|
|
4
|
+
import { Button } from '@alfalab/core-components-button/esm';
|
|
5
5
|
|
|
6
|
-
var styles = {"field":"
|
|
6
|
+
var styles = {"field":"table__field_1l77v","open":"table__open_1l77v"};
|
|
7
7
|
require('./index.css')
|
|
8
8
|
|
|
9
9
|
var CustomSelectField = function (_a) {
|
|
File without changes
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { _ as __rest, a as __assign } from '../../tslib.es6-
|
|
1
|
+
import { _ as __rest, a as __assign } from '../../tslib.es6-c2477daa.js';
|
|
2
2
|
import React, { forwardRef, useRef, useMemo } from 'react';
|
|
3
3
|
import cn from 'classnames';
|
|
4
4
|
import '../thead/Component.js';
|
|
@@ -6,7 +6,7 @@ import '../../utils.js';
|
|
|
6
6
|
import { findAllHeadCellsProps } from './utils.js';
|
|
7
7
|
import { TableContext } from '../table-context/index.js';
|
|
8
8
|
|
|
9
|
-
var styles = {"component":"
|
|
9
|
+
var styles = {"component":"table__component_1qcfl","wrapper":"table__wrapper_1qcfl","hasPagination":"table__hasPagination_1qcfl","table":"table__table_1qcfl"};
|
|
10
10
|
require('./index.css')
|
|
11
11
|
|
|
12
12
|
var Table = forwardRef(function (_a, ref) {
|