@alfalab/core-components-table 2.1.12 → 2.1.14
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.d.ts +1 -1
- package/component.js +5 -5
- package/components/index.js +5 -5
- package/components/pagination/Component.js +3 -3
- package/components/pagination/index.css +8 -8
- package/components/pagination/index.js +2 -2
- package/components/pagination/select-field/index.css +4 -4
- package/components/pagination/select-field/index.js +2 -2
- package/components/table/Component.d.ts +3 -3
- package/components/table/Component.js +5 -4
- package/components/table/index.css +6 -6
- package/components/table/index.js +3 -3
- package/components/table/utils.js +2 -2
- package/components/tbody/Component.js +2 -2
- package/components/tbody/index.css +2 -2
- package/components/tbody/index.js +1 -1
- package/components/tcell/Component.js +2 -2
- package/components/tcell/index.css +6 -6
- package/components/tcell/index.js +1 -1
- package/components/texpandable-row/Component.js +2 -2
- package/components/texpandable-row/index.css +5 -5
- package/components/texpandable-row/index.js +1 -1
- package/components/thead/Component.js +2 -2
- package/components/thead/index.css +6 -6
- package/components/thead/index.js +1 -1
- package/components/thead-cell/Component.js +2 -2
- package/components/thead-cell/index.css +7 -7
- package/components/thead-cell/index.js +1 -1
- package/components/trow/Component.js +2 -2
- package/components/trow/index.css +8 -8
- package/components/trow/index.js +1 -1
- package/components/tsortable-head-cell/Component.js +2 -2
- package/components/tsortable-head-cell/index.css +9 -9
- package/components/tsortable-head-cell/index.js +2 -2
- 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/component.d.ts +1 -1
- package/cssm/component.js +5 -5
- package/cssm/components/index.js +5 -5
- package/cssm/components/pagination/Component.js +2 -2
- package/cssm/components/pagination/index.js +2 -2
- package/cssm/components/pagination/select-field/index.js +1 -1
- package/cssm/components/table/Component.d.ts +3 -3
- package/cssm/components/table/Component.js +4 -3
- package/cssm/components/table/index.js +3 -3
- package/cssm/components/table/utils.js +2 -2
- package/cssm/components/tbody/Component.js +1 -1
- package/cssm/components/tbody/index.js +1 -1
- package/cssm/components/tcell/Component.js +1 -1
- package/cssm/components/tcell/index.js +1 -1
- package/cssm/components/texpandable-row/Component.js +1 -1
- package/cssm/components/texpandable-row/index.js +1 -1
- package/cssm/components/thead/Component.js +1 -1
- package/cssm/components/thead/index.js +1 -1
- package/cssm/components/thead-cell/Component.js +1 -1
- package/cssm/components/thead-cell/index.js +1 -1
- package/cssm/components/trow/Component.js +1 -1
- package/cssm/components/trow/index.js +1 -1
- package/cssm/components/tsortable-head-cell/Component.js +2 -2
- package/cssm/components/tsortable-head-cell/index.js +2 -2
- package/cssm/components/tsortable-head-cell/sort-icon-asc.js +1 -1
- package/cssm/components/tsortable-head-cell/sort-icon-desc.js +1 -1
- package/cssm/components/tsortable-head-cell/sort-icon-unset.js +1 -1
- package/cssm/index.js +5 -5
- package/cssm/{tslib.es6-ce870b46.d.ts → tslib.es6-9682e485.d.ts} +8 -4
- package/{tslib.es6-3a4b55c5.js → cssm/tslib.es6-9682e485.js} +1 -1
- package/esm/component.d.ts +1 -1
- package/esm/component.js +5 -5
- package/esm/components/index.js +5 -5
- package/esm/components/pagination/Component.js +3 -3
- package/esm/components/pagination/index.css +8 -8
- package/esm/components/pagination/index.js +2 -2
- package/esm/components/pagination/select-field/index.css +4 -4
- package/esm/components/pagination/select-field/index.js +2 -2
- package/esm/components/table/Component.d.ts +3 -3
- package/esm/components/table/Component.js +5 -4
- package/esm/components/table/index.css +6 -6
- package/esm/components/table/index.js +3 -3
- package/esm/components/table/utils.js +2 -2
- package/esm/components/tbody/Component.js +2 -2
- package/esm/components/tbody/index.css +2 -2
- package/esm/components/tbody/index.js +1 -1
- package/esm/components/tcell/Component.js +2 -2
- package/esm/components/tcell/index.css +6 -6
- package/esm/components/tcell/index.js +1 -1
- package/esm/components/texpandable-row/Component.js +2 -2
- package/esm/components/texpandable-row/index.css +5 -5
- package/esm/components/texpandable-row/index.js +1 -1
- package/esm/components/thead/Component.js +2 -2
- package/esm/components/thead/index.css +6 -6
- package/esm/components/thead/index.js +1 -1
- package/esm/components/thead-cell/Component.js +2 -2
- package/esm/components/thead-cell/index.css +7 -7
- package/esm/components/thead-cell/index.js +1 -1
- package/esm/components/trow/Component.js +2 -2
- package/esm/components/trow/index.css +8 -8
- 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 +9 -9
- package/esm/components/tsortable-head-cell/index.js +2 -2
- 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 +5 -5
- package/{tslib.es6-3a4b55c5.d.ts → esm/tslib.es6-de554ff0.d.ts} +8 -4
- package/esm/{tslib.es6-0dcfe20e.js → tslib.es6-de554ff0.js} +1 -1
- package/index.js +5 -5
- package/modern/component.d.ts +1 -1
- package/modern/component.js +4 -4
- package/modern/components/index.js +4 -4
- package/modern/components/pagination/Component.js +3 -3
- package/modern/components/pagination/index.css +8 -8
- package/modern/components/pagination/index.js +1 -1
- package/modern/components/pagination/select-field/index.css +4 -4
- package/modern/components/pagination/select-field/index.js +2 -2
- package/modern/components/table/Component.d.ts +3 -3
- package/modern/components/table/Component.js +5 -4
- package/modern/components/table/index.css +6 -6
- package/modern/components/table/index.js +2 -2
- package/modern/components/table/utils.js +1 -1
- package/modern/components/tbody/Component.js +2 -4
- package/modern/components/tbody/index.css +2 -2
- package/modern/components/tcell/Component.js +2 -2
- package/modern/components/tcell/index.css +6 -6
- package/modern/components/texpandable-row/Component.js +3 -3
- package/modern/components/texpandable-row/index.css +5 -5
- package/modern/components/thead/Component.js +3 -5
- package/modern/components/thead/index.css +6 -6
- package/modern/components/thead-cell/Component.js +2 -2
- package/modern/components/thead-cell/index.css +7 -7
- package/modern/components/trow/Component.js +3 -3
- package/modern/components/trow/index.css +8 -8
- package/modern/components/tsortable-head-cell/Component.js +2 -2
- package/modern/components/tsortable-head-cell/index.css +9 -9
- package/modern/components/tsortable-head-cell/index.js +1 -1
- package/modern/components/tsortable-head-cell/sort-icon-asc.js +1 -1
- package/modern/components/tsortable-head-cell/sort-icon-desc.js +1 -1
- package/modern/components/tsortable-head-cell/sort-icon-unset.js +1 -1
- package/modern/index.js +4 -4
- package/package.json +4 -4
- package/{esm/tslib.es6-0dcfe20e.d.ts → tslib.es6-88e029d7.d.ts} +8 -4
- package/{cssm/tslib.es6-ce870b46.js → tslib.es6-88e029d7.js} +1 -1
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/* hash:
|
|
1
|
+
/* hash: 1h5ld */
|
|
2
2
|
:root {
|
|
3
3
|
--color-light-graphic-quaternary: #dbdee1;
|
|
4
4
|
}
|
|
@@ -13,12 +13,12 @@
|
|
|
13
13
|
:root {
|
|
14
14
|
--gap-xs: 8px;
|
|
15
15
|
}
|
|
16
|
-
.
|
|
16
|
+
.table__component_x3k0x {
|
|
17
17
|
position: relative;
|
|
18
18
|
width: 100%;
|
|
19
19
|
box-sizing: border-box
|
|
20
20
|
}
|
|
21
|
-
.
|
|
21
|
+
.table__component_x3k0x th:not(:last-child):not(:empty):after {
|
|
22
22
|
transition: opacity 0.2s;
|
|
23
23
|
position: absolute;
|
|
24
24
|
content: '';
|
|
@@ -30,12 +30,12 @@
|
|
|
30
30
|
bottom: var(--gap-xs);
|
|
31
31
|
background-color: var(--color-light-graphic-quaternary);
|
|
32
32
|
}
|
|
33
|
-
.
|
|
33
|
+
.table__component_x3k0x th:after {
|
|
34
34
|
opacity: 0;
|
|
35
35
|
}
|
|
36
|
-
.
|
|
36
|
+
.table__component_x3k0x:hover th:after {
|
|
37
37
|
opacity: 1;
|
|
38
38
|
}
|
|
39
|
-
.
|
|
39
|
+
.table__row_x3k0x {
|
|
40
40
|
height: 72px;
|
|
41
41
|
}
|
|
@@ -2,14 +2,14 @@ import React, { useContext } from 'react';
|
|
|
2
2
|
import cn from 'classnames';
|
|
3
3
|
import { TableContext } from '../table-context/index.js';
|
|
4
4
|
|
|
5
|
-
var styles = {"component":"
|
|
5
|
+
var styles = {"component":"table__component_1fnfd","sortable":"table__sortable_1fnfd","sorted":"table__sorted_1fnfd","compactHorizontal":"table__compactHorizontal_1fnfd"};
|
|
6
6
|
require('./index.css')
|
|
7
7
|
|
|
8
8
|
const THeadCell = ({ children, className, dataTestId, style, width, textAlign, hidden, ...restProps }) => {
|
|
9
9
|
const { compactHorizontal } = useContext(TableContext);
|
|
10
10
|
if (hidden)
|
|
11
11
|
return null;
|
|
12
|
-
return (React.createElement("th",
|
|
12
|
+
return (React.createElement("th", { className: cn(styles.component, className, compactHorizontal && styles.compactHorizontal), style: { ...style, width, textAlign }, "data-test-id": dataTestId, ...restProps }, children));
|
|
13
13
|
};
|
|
14
14
|
|
|
15
15
|
export { THeadCell };
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/* hash:
|
|
1
|
+
/* hash: 1p0ca */
|
|
2
2
|
:root {
|
|
3
3
|
--color-light-bg-primary: #fff;
|
|
4
4
|
--color-light-border-primary: #dbdee1;
|
|
@@ -18,7 +18,7 @@
|
|
|
18
18
|
--gap-m: 16px;
|
|
19
19
|
--gap-2xl: 32px;
|
|
20
20
|
}
|
|
21
|
-
.
|
|
21
|
+
.table__component_1fnfd {
|
|
22
22
|
font-size: 12px;
|
|
23
23
|
line-height: 16px;
|
|
24
24
|
font-weight: 500;
|
|
@@ -35,19 +35,19 @@
|
|
|
35
35
|
vertical-align: top;
|
|
36
36
|
box-sizing: border-box
|
|
37
37
|
}
|
|
38
|
-
.
|
|
38
|
+
.table__component_1fnfd:first-child {
|
|
39
39
|
padding-left: var(--gap-m);
|
|
40
40
|
}
|
|
41
|
-
.
|
|
41
|
+
.table__component_1fnfd:last-child {
|
|
42
42
|
padding-right: var(--gap-m);
|
|
43
43
|
}
|
|
44
|
-
.
|
|
44
|
+
.table__sortable_1fnfd {
|
|
45
45
|
cursor: pointer;
|
|
46
46
|
}
|
|
47
|
-
.
|
|
47
|
+
.table__sorted_1fnfd {
|
|
48
48
|
color: var(--color-light-text-primary);
|
|
49
49
|
}
|
|
50
|
-
.
|
|
50
|
+
.table__compactHorizontal_1fnfd {
|
|
51
51
|
padding-left: 6px;
|
|
52
52
|
padding-right: 6px;
|
|
53
53
|
}
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
import cn from 'classnames';
|
|
3
3
|
|
|
4
|
-
var styles = {"component":"
|
|
4
|
+
var styles = {"component":"table__component_q5ojc","withoutBorder":"table__withoutBorder_q5ojc","clickable":"table__clickable_q5ojc","selected":"table__selected_q5ojc"};
|
|
5
5
|
require('./index.css')
|
|
6
6
|
|
|
7
|
-
const TRow = ({ children, className, selected, withoutBorder, dataTestId, ...restProps }) => (React.createElement("tr",
|
|
7
|
+
const TRow = ({ children, className, selected, withoutBorder, dataTestId, ...restProps }) => (React.createElement("tr", { className: cn(styles.component, className, {
|
|
8
8
|
[styles.clickable]: typeof restProps.onClick !== 'undefined',
|
|
9
9
|
[styles.selected]: selected,
|
|
10
10
|
[styles.withoutBorder]: withoutBorder,
|
|
11
|
-
}), "data-test-id": dataTestId
|
|
11
|
+
}), "data-test-id": dataTestId, ...restProps }, React.Children.map(children, (child, index) => React.cloneElement(child, { index }))));
|
|
12
12
|
|
|
13
13
|
export { TRow };
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/* hash:
|
|
1
|
+
/* hash: 13nfy */
|
|
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_q5ojc {
|
|
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_q5ojc:first-child td {
|
|
25
25
|
border-top: 0;
|
|
26
26
|
}
|
|
27
|
-
.
|
|
27
|
+
.table__withoutBorder_q5ojc {
|
|
28
28
|
td {
|
|
29
29
|
border: none;
|
|
30
30
|
}
|
|
31
31
|
}
|
|
32
|
-
.
|
|
32
|
+
.table__clickable_q5ojc {
|
|
33
33
|
cursor: pointer
|
|
34
34
|
}
|
|
35
|
-
.
|
|
35
|
+
.table__clickable_q5ojc:hover {
|
|
36
36
|
background-color: var(--color-light-bg-secondary);
|
|
37
37
|
}
|
|
38
|
-
.
|
|
38
|
+
.table__selected_q5ojc {
|
|
39
39
|
background-color: #f2f8ff /* нет цвета в палитре */
|
|
40
40
|
}
|
|
41
|
-
.
|
|
41
|
+
.table__selected_q5ojc:hover {
|
|
42
42
|
background-color: var(--color-static-graphic-solitude);
|
|
43
43
|
}
|
|
@@ -6,7 +6,7 @@ import { SortIconAsc } from './sort-icon-asc.js';
|
|
|
6
6
|
import { SortIconDesc } from './sort-icon-desc.js';
|
|
7
7
|
import { SortIconUnset } from './sort-icon-unset.js';
|
|
8
8
|
|
|
9
|
-
var styles = {"component":"
|
|
9
|
+
var styles = {"component":"table__component_xzgsk","content":"table__content_xzgsk","icon":"table__icon_xzgsk","reverse":"table__reverse_xzgsk","sorted":"table__sorted_xzgsk"};
|
|
10
10
|
require('./index.css')
|
|
11
11
|
|
|
12
12
|
const TSortableHeadCell = ({ children, className, defaultIsSortedDesc, isSortedDesc, textAlign, onSort, ...restProps }) => {
|
|
@@ -18,7 +18,7 @@ const TSortableHeadCell = ({ children, className, defaultIsSortedDesc, isSortedD
|
|
|
18
18
|
return value ? SortIconDesc : SortIconAsc;
|
|
19
19
|
return SortIconUnset;
|
|
20
20
|
}, [defaultIsSortedDesc, isSortedDesc]);
|
|
21
|
-
return (React.createElement(THeadCell,
|
|
21
|
+
return (React.createElement(THeadCell, { className: cn(className, styles.component), ...restProps },
|
|
22
22
|
React.createElement("div", { className: cn(styles.content, { [styles.reverse]: textAlign === 'right' }) },
|
|
23
23
|
children,
|
|
24
24
|
React.createElement(SortIcon, { onClick: onSort, className: cn(styles.icon, {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/* hash:
|
|
1
|
+
/* hash: 14y24 */
|
|
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_xzgsk {
|
|
19
19
|
position: relative;
|
|
20
20
|
}
|
|
21
|
-
.
|
|
21
|
+
.table__content_xzgsk {
|
|
22
22
|
display: flex;
|
|
23
23
|
align-items: flex-start;
|
|
24
24
|
}
|
|
25
|
-
.
|
|
25
|
+
.table__icon_xzgsk {
|
|
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_xzgsk:hover {
|
|
39
39
|
color: var(--color-light-graphic-primary);
|
|
40
40
|
}
|
|
41
|
-
.
|
|
41
|
+
.table__reverse_xzgsk {
|
|
42
42
|
flex-direction: row-reverse
|
|
43
43
|
}
|
|
44
|
-
.
|
|
44
|
+
.table__reverse_xzgsk .table__icon_xzgsk {
|
|
45
45
|
margin-left: 0;
|
|
46
46
|
margin-right: var(--gap-xs);
|
|
47
47
|
}
|
|
48
|
-
.
|
|
48
|
+
.table__sorted_xzgsk {
|
|
49
49
|
color: var(--color-light-graphic-link)
|
|
50
50
|
}
|
|
51
|
-
.
|
|
51
|
+
.table__sorted_xzgsk:hover {
|
|
52
52
|
color: var(--color-light-graphic-link);
|
|
53
53
|
}
|
|
@@ -2,7 +2,7 @@ import 'react';
|
|
|
2
2
|
import 'classnames';
|
|
3
3
|
import '../table-context/index.js';
|
|
4
4
|
import '../thead-cell/Component.js';
|
|
5
|
-
export { TSortableHeadCell } from './Component.js';
|
|
6
5
|
import './sort-icon-asc.js';
|
|
7
6
|
import './sort-icon-desc.js';
|
|
8
7
|
import './sort-icon-unset.js';
|
|
8
|
+
export { TSortableHeadCell } from './Component.js';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
|
|
3
|
-
const SortIconAsc = props => (React.createElement("svg",
|
|
3
|
+
const SortIconAsc = props => (React.createElement("svg", { width: '18', height: '18', viewBox: '0 0 18 18', fill: 'currentColor', xmlns: 'http://www.w3.org/2000/svg', focusable: 'false', role: 'img', ...props },
|
|
4
4
|
React.createElement("path", { d: 'M3.00004 10C3.00004 10 11.4477 10 12 10C12 9.33333 12.0001 8.16667 12.0001 7.5H3.0001C3.00006 8 3.0001 9.5 3.00004 10ZM3.0001 3.5C3.00003 4.16667 3 5.33333 3 6H9C9 5.33333 9 4.16667 9 3.5C9 3.5 3.55238 3.5 3.0001 3.5ZM3.00009 14C3.21041 14 15 14 15 14C15 13.5 15 12 15 11.5C15 11.5 3.55238 11.5 3.00009 11.5C3 12 3 13.5 3.00009 14Z' })));
|
|
5
5
|
|
|
6
6
|
export { SortIconAsc };
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
|
|
3
|
-
const SortIconDesc = props => (React.createElement("svg",
|
|
3
|
+
const SortIconDesc = props => (React.createElement("svg", { width: '18', height: '18', viewBox: '0 0 18 18', fill: 'currentColor', xmlns: 'http://www.w3.org/2000/svg', focusable: 'false', role: 'img', ...props },
|
|
4
4
|
React.createElement("path", { d: 'M3.00004 10C3.00004 10 11.4477 10 12 10C12 9.33333 12.0001 8.16667 12.0001 7.5H3.0001C3.00006 8 3.0001 9.5 3.00004 10ZM3.0001 3.5C3.00003 4.16667 3 5.33333 3 6H15C15 5.33333 15 4.16667 15 3.5C15 3.5 3.55238 3.5 3.0001 3.5ZM3.00009 14C3.21041 14 9 14 9 14C9 13.5 9 12 9 11.5C9 11.5 3.55238 11.5 3.00009 11.5C3 12 3 13.5 3.00009 14Z' })));
|
|
5
5
|
|
|
6
6
|
export { SortIconDesc };
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
|
|
3
|
-
const SortIconUnset = props => (React.createElement("svg",
|
|
3
|
+
const SortIconUnset = props => (React.createElement("svg", { width: '18', height: '18', viewBox: '0 0 18 18', fill: 'currentColor', xmlns: 'http://www.w3.org/2000/svg', focusable: 'false', role: 'img', ...props },
|
|
4
4
|
React.createElement("path", { d: 'M3 10C3 10 10.4477 10 11 10C11 9.33333 11.0001 8.16667 11.0001 7.5H3.00006C3.00002 8 3.00006 9.5 3 10ZM3.0001 3.5C3.00003 4.16667 3 5.33333 3 6H15C15 5.33333 15 4.16667 15 3.5C15 3.5 3.55238 3.5 3.0001 3.5ZM3 14C3.21032 14 14 14 14 14C14 13.5 14 12 14 11.5C14 11.5 3.55228 11.5 3 11.5C2.99991 12 2.99991 13.5 3 14Z' })));
|
|
5
5
|
|
|
6
6
|
export { SortIconUnset };
|
package/modern/index.js
CHANGED
|
@@ -1,20 +1,20 @@
|
|
|
1
1
|
import 'react';
|
|
2
2
|
import 'classnames';
|
|
3
|
-
import './components/
|
|
3
|
+
import './components/table-context/index.js';
|
|
4
4
|
import './utils.js';
|
|
5
|
+
import './components/thead/Component.js';
|
|
5
6
|
import './components/table/utils.js';
|
|
6
|
-
import './components/table-context/index.js';
|
|
7
7
|
import './components/table/Component.js';
|
|
8
|
-
import '@alfalab/core-components-select/modern';
|
|
9
8
|
import '@alfalab/core-components-pagination/modern';
|
|
9
|
+
import '@alfalab/core-components-select/modern';
|
|
10
10
|
import '@alfalab/core-components-button/modern';
|
|
11
11
|
import './components/pagination/select-field/index.js';
|
|
12
12
|
import './components/pagination/Component.js';
|
|
13
13
|
import './components/thead-cell/Component.js';
|
|
14
|
-
import './components/tsortable-head-cell/Component.js';
|
|
15
14
|
import './components/tsortable-head-cell/sort-icon-asc.js';
|
|
16
15
|
import './components/tsortable-head-cell/sort-icon-desc.js';
|
|
17
16
|
import './components/tsortable-head-cell/sort-icon-unset.js';
|
|
17
|
+
import './components/tsortable-head-cell/Component.js';
|
|
18
18
|
import './components/tbody/Component.js';
|
|
19
19
|
import './components/tcell/Component.js';
|
|
20
20
|
import './components/trow/Component.js';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@alfalab/core-components-table",
|
|
3
|
-
"version": "2.1.
|
|
3
|
+
"version": "2.1.14",
|
|
4
4
|
"description": "",
|
|
5
5
|
"keywords": [],
|
|
6
6
|
"license": "MIT",
|
|
@@ -15,9 +15,9 @@
|
|
|
15
15
|
"react-dom": "^16.9.0 || ^17.0.1 || ^18.0.0"
|
|
16
16
|
},
|
|
17
17
|
"dependencies": {
|
|
18
|
-
"@alfalab/core-components-button": "^
|
|
19
|
-
"@alfalab/core-components-pagination": "^2.0.
|
|
20
|
-
"@alfalab/core-components-select": "^
|
|
18
|
+
"@alfalab/core-components-button": "^7.0.0",
|
|
19
|
+
"@alfalab/core-components-pagination": "^2.0.6",
|
|
20
|
+
"@alfalab/core-components-select": "^13.0.0",
|
|
21
21
|
"classnames": "^2.3.1"
|
|
22
22
|
}
|
|
23
23
|
}
|
|
@@ -12,9 +12,12 @@ declare function __generator(thisArg: any, body: any): {
|
|
|
12
12
|
declare function __exportStar(m: any, o: any): void;
|
|
13
13
|
declare function __values(o: any): any;
|
|
14
14
|
declare function __read(o: any, n: any): any;
|
|
15
|
+
/** @deprecated */
|
|
15
16
|
declare function __spread(...args: any[]): any[];
|
|
17
|
+
/** @deprecated */
|
|
16
18
|
declare function __spreadArrays(...args: any[]): any[];
|
|
17
|
-
declare function
|
|
19
|
+
declare function __spreadArray(to: any, from: any, pack: any, ...args: any[]): any;
|
|
20
|
+
declare function __await(v: any): __await;
|
|
18
21
|
declare class __await {
|
|
19
22
|
constructor(v: any);
|
|
20
23
|
v: any;
|
|
@@ -25,8 +28,9 @@ declare function __asyncValues(o: any): any;
|
|
|
25
28
|
declare function __makeTemplateObject(cooked: any, raw: any): any;
|
|
26
29
|
declare function __importStar(mod: any): any;
|
|
27
30
|
declare function __importDefault(mod: any): any;
|
|
28
|
-
declare function __classPrivateFieldGet(receiver: any,
|
|
29
|
-
declare function __classPrivateFieldSet(receiver: any,
|
|
31
|
+
declare function __classPrivateFieldGet(receiver: any, state: any, kind: any, f: any): any;
|
|
32
|
+
declare function __classPrivateFieldSet(receiver: any, state: any, value: any, kind: any, f: any): any;
|
|
33
|
+
declare function __classPrivateFieldIn(state: any, receiver: any): any;
|
|
30
34
|
declare function __assign(...args: any[]): any;
|
|
31
35
|
declare function __createBinding(o: any, m: any, k: any, k2: any): void;
|
|
32
|
-
export { __extends, __rest, __decorate, __param, __metadata, __awaiter, __generator, __exportStar, __values, __read, __spread, __spreadArrays, __await, __asyncGenerator, __asyncDelegator, __asyncValues, __makeTemplateObject, __importStar, __importDefault, __classPrivateFieldGet, __classPrivateFieldSet, __assign, __createBinding };
|
|
36
|
+
export { __extends, __rest, __decorate, __param, __metadata, __awaiter, __generator, __exportStar, __values, __read, __spread, __spreadArrays, __spreadArray, __await, __asyncGenerator, __asyncDelegator, __asyncValues, __makeTemplateObject, __importStar, __importDefault, __classPrivateFieldGet, __classPrivateFieldSet, __classPrivateFieldIn, __assign, __createBinding };
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
|
|
3
|
+
/******************************************************************************
|
|
4
4
|
Copyright (c) Microsoft Corporation.
|
|
5
5
|
|
|
6
6
|
Permission to use, copy, modify, and/or distribute this software for any
|