@alfalab/core-components-table 2.4.13 → 2.4.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.
Files changed (117) hide show
  1. package/component.js +0 -13
  2. package/components/index.js +0 -13
  3. package/components/pagination/Component.js +1 -2
  4. package/components/pagination/index.css +9 -9
  5. package/components/pagination/index.js +0 -8
  6. package/components/pagination/select-field/index.css +4 -4
  7. package/components/pagination/select-field/index.js +1 -1
  8. package/components/table/Component.js +1 -3
  9. package/components/table/index.css +7 -7
  10. package/components/table/index.js +0 -7
  11. package/components/table/utils.js +0 -2
  12. package/components/tbody/Component.js +1 -1
  13. package/components/tbody/index.css +2 -2
  14. package/components/tbody/index.js +0 -3
  15. package/components/tcell/Component.js +1 -1
  16. package/components/tcell/index.css +6 -6
  17. package/components/tcell/index.js +0 -4
  18. package/components/texpandable-row/Component.js +1 -1
  19. package/components/texpandable-row/index.css +5 -5
  20. package/components/texpandable-row/index.js +0 -4
  21. package/components/thead/Component.js +1 -1
  22. package/components/thead/index.css +6 -6
  23. package/components/thead/index.js +0 -3
  24. package/components/thead-cell/Component.js +1 -1
  25. package/components/thead-cell/index.css +9 -9
  26. package/components/thead-cell/index.js +0 -4
  27. package/components/trow/Component.js +1 -1
  28. package/components/trow/index.css +8 -8
  29. package/components/trow/index.js +0 -3
  30. package/components/tsortable-head-cell/Component.js +1 -2
  31. package/components/tsortable-head-cell/index.css +8 -8
  32. package/components/tsortable-head-cell/index.js +0 -8
  33. package/cssm/component.js +0 -23
  34. package/cssm/components/index.js +0 -23
  35. package/cssm/components/pagination/Component.js +0 -2
  36. package/cssm/components/pagination/index.js +0 -10
  37. package/cssm/components/table/Component.js +0 -3
  38. package/cssm/components/table/index.js +0 -9
  39. package/cssm/components/table/utils.js +0 -3
  40. package/cssm/components/tbody/index.js +0 -4
  41. package/cssm/components/tcell/index.js +0 -5
  42. package/cssm/components/texpandable-row/Component.js +0 -1
  43. package/cssm/components/texpandable-row/index.js +0 -6
  44. package/cssm/components/thead/index.js +0 -4
  45. package/cssm/components/thead-cell/index.js +0 -5
  46. package/cssm/components/trow/index.js +0 -4
  47. package/cssm/components/tsortable-head-cell/Component.js +0 -2
  48. package/cssm/components/tsortable-head-cell/index.js +0 -10
  49. package/cssm/index.js +0 -32
  50. package/esm/component.js +0 -13
  51. package/esm/components/index.js +0 -13
  52. package/esm/components/pagination/Component.js +1 -2
  53. package/esm/components/pagination/index.css +9 -9
  54. package/esm/components/pagination/index.js +0 -8
  55. package/esm/components/pagination/select-field/index.css +4 -4
  56. package/esm/components/pagination/select-field/index.js +1 -1
  57. package/esm/components/table/Component.js +1 -3
  58. package/esm/components/table/index.css +7 -7
  59. package/esm/components/table/index.js +0 -7
  60. package/esm/components/table/utils.js +0 -2
  61. package/esm/components/tbody/Component.js +1 -1
  62. package/esm/components/tbody/index.css +2 -2
  63. package/esm/components/tbody/index.js +0 -3
  64. package/esm/components/tcell/Component.js +1 -1
  65. package/esm/components/tcell/index.css +6 -6
  66. package/esm/components/tcell/index.js +0 -4
  67. package/esm/components/texpandable-row/Component.js +1 -1
  68. package/esm/components/texpandable-row/index.css +5 -5
  69. package/esm/components/texpandable-row/index.js +0 -4
  70. package/esm/components/thead/Component.js +1 -1
  71. package/esm/components/thead/index.css +6 -6
  72. package/esm/components/thead/index.js +0 -3
  73. package/esm/components/thead-cell/Component.js +1 -1
  74. package/esm/components/thead-cell/index.css +9 -9
  75. package/esm/components/thead-cell/index.js +0 -4
  76. package/esm/components/trow/Component.js +1 -1
  77. package/esm/components/trow/index.css +8 -8
  78. package/esm/components/trow/index.js +0 -3
  79. package/esm/components/tsortable-head-cell/Component.js +1 -2
  80. package/esm/components/tsortable-head-cell/index.css +8 -8
  81. package/esm/components/tsortable-head-cell/index.js +0 -8
  82. package/esm/index.js +0 -22
  83. package/index.js +0 -22
  84. package/modern/component.js +0 -12
  85. package/modern/components/index.js +0 -12
  86. package/modern/components/pagination/Component.js +1 -2
  87. package/modern/components/pagination/index.css +9 -9
  88. package/modern/components/pagination/index.js +0 -7
  89. package/modern/components/pagination/select-field/index.css +4 -4
  90. package/modern/components/pagination/select-field/index.js +1 -1
  91. package/modern/components/table/Component.js +1 -3
  92. package/modern/components/table/index.css +7 -7
  93. package/modern/components/table/index.js +0 -6
  94. package/modern/components/table/utils.js +0 -1
  95. package/modern/components/tbody/Component.js +1 -1
  96. package/modern/components/tbody/index.css +2 -2
  97. package/modern/components/tbody/index.js +0 -2
  98. package/modern/components/tcell/Component.js +1 -1
  99. package/modern/components/tcell/index.css +6 -6
  100. package/modern/components/tcell/index.js +0 -3
  101. package/modern/components/texpandable-row/Component.js +1 -1
  102. package/modern/components/texpandable-row/index.css +5 -5
  103. package/modern/components/texpandable-row/index.js +0 -3
  104. package/modern/components/thead/Component.js +1 -1
  105. package/modern/components/thead/index.css +6 -6
  106. package/modern/components/thead/index.js +0 -2
  107. package/modern/components/thead-cell/Component.js +1 -1
  108. package/modern/components/thead-cell/index.css +9 -9
  109. package/modern/components/thead-cell/index.js +0 -3
  110. package/modern/components/trow/Component.js +1 -1
  111. package/modern/components/trow/index.css +8 -8
  112. package/modern/components/trow/index.js +0 -2
  113. package/modern/components/tsortable-head-cell/Component.js +1 -2
  114. package/modern/components/tsortable-head-cell/index.css +8 -8
  115. package/modern/components/tsortable-head-cell/index.js +0 -7
  116. package/modern/index.js +0 -21
  117. package/package.json +4 -4
package/cssm/component.js CHANGED
@@ -11,29 +11,6 @@ var components_tbody_Component = require('./components/tbody/Component.js');
11
11
  var components_tcell_Component = require('./components/tcell/Component.js');
12
12
  var components_trow_Component = require('./components/trow/Component.js');
13
13
  var components_texpandableRow_Component = require('./components/texpandable-row/Component.js');
14
- require('tslib');
15
- require('react');
16
- require('classnames');
17
- require('./components/table-context/index.js');
18
- require('./components/table/utils.js');
19
- require('./utils.js');
20
- require('./components/table/index.module.css');
21
- require('@alfalab/core-components-pagination/cssm');
22
- require('@alfalab/core-components-select/cssm/desktop');
23
- require('./components/pagination/select-field/index.js');
24
- require('@alfalab/core-components-button/cssm');
25
- require('./components/pagination/select-field/index.module.css');
26
- require('./components/pagination/index.module.css');
27
- require('./components/thead/index.module.css');
28
- require('./components/thead-cell/index.module.css');
29
- require('./components/tsortable-head-cell/sort-icon-asc.js');
30
- require('./components/tsortable-head-cell/sort-icon-desc.js');
31
- require('./components/tsortable-head-cell/sort-icon-unset.js');
32
- require('./components/tsortable-head-cell/index.module.css');
33
- require('./components/tbody/index.module.css');
34
- require('./components/tcell/index.module.css');
35
- require('./components/trow/index.module.css');
36
- require('./components/texpandable-row/index.module.css');
37
14
 
38
15
  var Table = Object.assign(components_table_Component.Table, {
39
16
  TBody: components_tbody_Component.TBody,
@@ -11,29 +11,6 @@ var components_tbody_Component = require('./tbody/Component.js');
11
11
  var components_tcell_Component = require('./tcell/Component.js');
12
12
  var components_trow_Component = require('./trow/Component.js');
13
13
  var components_texpandableRow_Component = require('./texpandable-row/Component.js');
14
- require('tslib');
15
- require('react');
16
- require('classnames');
17
- require('./table-context/index.js');
18
- require('./table/utils.js');
19
- require('../utils.js');
20
- require('./table/index.module.css');
21
- require('@alfalab/core-components-pagination/cssm');
22
- require('@alfalab/core-components-select/cssm/desktop');
23
- require('./pagination/select-field/index.js');
24
- require('@alfalab/core-components-button/cssm');
25
- require('./pagination/select-field/index.module.css');
26
- require('./pagination/index.module.css');
27
- require('./thead/index.module.css');
28
- require('./thead-cell/index.module.css');
29
- require('./tsortable-head-cell/sort-icon-asc.js');
30
- require('./tsortable-head-cell/sort-icon-desc.js');
31
- require('./tsortable-head-cell/sort-icon-unset.js');
32
- require('./tsortable-head-cell/index.module.css');
33
- require('./tbody/index.module.css');
34
- require('./tcell/index.module.css');
35
- require('./trow/index.module.css');
36
- require('./texpandable-row/index.module.css');
37
14
 
38
15
 
39
16
 
@@ -10,8 +10,6 @@ var desktop = require('@alfalab/core-components-select/cssm/desktop');
10
10
  var components_tableContext_index = require('../table-context/index.js');
11
11
  var components_pagination_selectField_index = require('./select-field/index.js');
12
12
  var styles = require('./index.module.css');
13
- require('@alfalab/core-components-button/cssm');
14
- require('./select-field/index.module.css');
15
13
 
16
14
  function _interopDefaultCompat (e) { return e && typeof e === 'object' && 'default' in e ? e : { default: e }; }
17
15
 
@@ -3,16 +3,6 @@
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
5
  var components_pagination_Component = require('./Component.js');
6
- require('tslib');
7
- require('react');
8
- require('classnames');
9
- require('@alfalab/core-components-pagination/cssm');
10
- require('@alfalab/core-components-select/cssm/desktop');
11
- require('../table-context/index.js');
12
- require('./select-field/index.js');
13
- require('@alfalab/core-components-button/cssm');
14
- require('./select-field/index.module.css');
15
- require('./index.module.css');
16
6
 
17
7
 
18
8
 
@@ -8,9 +8,6 @@ var cn = require('classnames');
8
8
  var components_tableContext_index = require('../table-context/index.js');
9
9
  var components_table_utils = require('./utils.js');
10
10
  var styles = require('./index.module.css');
11
- require('../../utils.js');
12
- require('../thead/Component.js');
13
- require('../thead/index.module.css');
14
11
 
15
12
  function _interopDefaultCompat (e) { return e && typeof e === 'object' && 'default' in e ? e : { default: e }; }
16
13
 
@@ -3,15 +3,6 @@
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
5
  var components_table_Component = require('./Component.js');
6
- require('tslib');
7
- require('react');
8
- require('classnames');
9
- require('../table-context/index.js');
10
- require('./utils.js');
11
- require('../../utils.js');
12
- require('../thead/Component.js');
13
- require('../thead/index.module.css');
14
- require('./index.module.css');
15
6
 
16
7
 
17
8
 
@@ -5,9 +5,6 @@ Object.defineProperty(exports, '__esModule', { value: true });
5
5
  var React = require('react');
6
6
  var utils = require('../../utils.js');
7
7
  var components_thead_Component = require('../thead/Component.js');
8
- require('tslib');
9
- require('classnames');
10
- require('../thead/index.module.css');
11
8
 
12
9
  function _interopDefaultCompat (e) { return e && typeof e === 'object' && 'default' in e ? e : { default: e }; }
13
10
 
@@ -3,10 +3,6 @@
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
5
  var components_tbody_Component = require('./Component.js');
6
- require('tslib');
7
- require('react');
8
- require('classnames');
9
- require('./index.module.css');
10
6
 
11
7
 
12
8
 
@@ -3,11 +3,6 @@
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
5
  var components_tcell_Component = require('./Component.js');
6
- require('tslib');
7
- require('react');
8
- require('classnames');
9
- require('../table-context/index.js');
10
- require('./index.module.css');
11
6
 
12
7
 
13
8
 
@@ -7,7 +7,6 @@ var React = require('react');
7
7
  var cn = require('classnames');
8
8
  var components_trow_Component = require('../trow/Component.js');
9
9
  var styles = require('./index.module.css');
10
- require('../trow/index.module.css');
11
10
 
12
11
  function _interopDefaultCompat (e) { return e && typeof e === 'object' && 'default' in e ? e : { default: e }; }
13
12
 
@@ -3,12 +3,6 @@
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
5
  var components_texpandableRow_Component = require('./Component.js');
6
- require('tslib');
7
- require('react');
8
- require('classnames');
9
- require('../trow/Component.js');
10
- require('../trow/index.module.css');
11
- require('./index.module.css');
12
6
 
13
7
 
14
8
 
@@ -3,10 +3,6 @@
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
5
  var components_thead_Component = require('./Component.js');
6
- require('tslib');
7
- require('react');
8
- require('classnames');
9
- require('./index.module.css');
10
6
 
11
7
 
12
8
 
@@ -3,11 +3,6 @@
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
5
  var components_theadCell_Component = require('./Component.js');
6
- require('tslib');
7
- require('react');
8
- require('classnames');
9
- require('../table-context/index.js');
10
- require('./index.module.css');
11
6
 
12
7
 
13
8
 
@@ -3,10 +3,6 @@
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
5
  var components_trow_Component = require('./Component.js');
6
- require('tslib');
7
- require('react');
8
- require('classnames');
9
- require('./index.module.css');
10
6
 
11
7
 
12
8
 
@@ -10,8 +10,6 @@ var components_tsortableHeadCell_sortIconAsc = require('./sort-icon-asc.js');
10
10
  var components_tsortableHeadCell_sortIconDesc = require('./sort-icon-desc.js');
11
11
  var components_tsortableHeadCell_sortIconUnset = require('./sort-icon-unset.js');
12
12
  var styles = require('./index.module.css');
13
- require('../table-context/index.js');
14
- require('../thead-cell/index.module.css');
15
13
 
16
14
  function _interopDefaultCompat (e) { return e && typeof e === 'object' && 'default' in e ? e : { default: e }; }
17
15
 
@@ -3,16 +3,6 @@
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
5
  var components_tsortableHeadCell_Component = require('./Component.js');
6
- require('tslib');
7
- require('react');
8
- require('classnames');
9
- require('../thead-cell/Component.js');
10
- require('../table-context/index.js');
11
- require('../thead-cell/index.module.css');
12
- require('./sort-icon-asc.js');
13
- require('./sort-icon-desc.js');
14
- require('./sort-icon-unset.js');
15
- require('./index.module.css');
16
6
 
17
7
 
18
8
 
package/cssm/index.js CHANGED
@@ -3,38 +3,6 @@
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
5
  var component = require('./component.js');
6
- require('./components/table/Component.js');
7
- require('tslib');
8
- require('react');
9
- require('classnames');
10
- require('./components/table-context/index.js');
11
- require('./components/table/utils.js');
12
- require('./utils.js');
13
- require('./components/thead/Component.js');
14
- require('./components/thead/index.module.css');
15
- require('./components/table/index.module.css');
16
- require('./components/pagination/Component.js');
17
- require('@alfalab/core-components-pagination/cssm');
18
- require('@alfalab/core-components-select/cssm/desktop');
19
- require('./components/pagination/select-field/index.js');
20
- require('@alfalab/core-components-button/cssm');
21
- require('./components/pagination/select-field/index.module.css');
22
- require('./components/pagination/index.module.css');
23
- require('./components/thead-cell/Component.js');
24
- require('./components/thead-cell/index.module.css');
25
- require('./components/tsortable-head-cell/Component.js');
26
- require('./components/tsortable-head-cell/sort-icon-asc.js');
27
- require('./components/tsortable-head-cell/sort-icon-desc.js');
28
- require('./components/tsortable-head-cell/sort-icon-unset.js');
29
- require('./components/tsortable-head-cell/index.module.css');
30
- require('./components/tbody/Component.js');
31
- require('./components/tbody/index.module.css');
32
- require('./components/tcell/Component.js');
33
- require('./components/tcell/index.module.css');
34
- require('./components/trow/Component.js');
35
- require('./components/trow/index.module.css');
36
- require('./components/texpandable-row/Component.js');
37
- require('./components/texpandable-row/index.module.css');
38
6
 
39
7
 
40
8
 
package/esm/component.js CHANGED
@@ -7,19 +7,6 @@ import { TBody } from './components/tbody/Component.js';
7
7
  import { TCell } from './components/tcell/Component.js';
8
8
  import { TRow } from './components/trow/Component.js';
9
9
  import { TExpandableRow } from './components/texpandable-row/Component.js';
10
- import 'tslib';
11
- import 'react';
12
- import 'classnames';
13
- import './components/table-context/index.js';
14
- import './components/table/utils.js';
15
- import './utils.js';
16
- import '@alfalab/core-components-pagination/esm';
17
- import '@alfalab/core-components-select/esm/desktop';
18
- import './components/pagination/select-field/index.js';
19
- import '@alfalab/core-components-button/esm';
20
- import './components/tsortable-head-cell/sort-icon-asc.js';
21
- import './components/tsortable-head-cell/sort-icon-desc.js';
22
- import './components/tsortable-head-cell/sort-icon-unset.js';
23
10
 
24
11
  var Table = Object.assign(Table$1, {
25
12
  TBody: TBody,
@@ -7,16 +7,3 @@ export { TBody } from './tbody/Component.js';
7
7
  export { TCell } from './tcell/Component.js';
8
8
  export { TRow } from './trow/Component.js';
9
9
  export { TExpandableRow } from './texpandable-row/Component.js';
10
- import 'tslib';
11
- import 'react';
12
- import 'classnames';
13
- import './table-context/index.js';
14
- import './table/utils.js';
15
- import '../utils.js';
16
- import '@alfalab/core-components-pagination/esm';
17
- import '@alfalab/core-components-select/esm/desktop';
18
- import './pagination/select-field/index.js';
19
- import '@alfalab/core-components-button/esm';
20
- import './tsortable-head-cell/sort-icon-asc.js';
21
- import './tsortable-head-cell/sort-icon-desc.js';
22
- import './tsortable-head-cell/sort-icon-unset.js';
@@ -5,9 +5,8 @@ import { Pagination as Pagination$1 } from '@alfalab/core-components-pagination/
5
5
  import { SelectDesktop } from '@alfalab/core-components-select/esm/desktop';
6
6
  import { TableContext } from '../table-context/index.js';
7
7
  import { CustomSelectField } from './select-field/index.js';
8
- import '@alfalab/core-components-button/esm';
9
8
 
10
- var styles = {"component":"table__component_1t1zk","pagesWrapper":"table__pagesWrapper_1t1zk","tag":"table__tag_1t1zk","tagActive":"table__tagActive_1t1zk","pagination":"table__pagination_1t1zk","menu":"table__menu_1t1zk","option":"table__option_1t1zk"};
9
+ var styles = {"component":"table__component_cvjei","pagesWrapper":"table__pagesWrapper_cvjei","tag":"table__tag_cvjei","tagActive":"table__tagActive_cvjei","pagination":"table__pagination_cvjei","menu":"table__menu_cvjei","option":"table__option_cvjei"};
11
10
  require('./index.css')
12
11
 
13
12
  var Pagination = function (_a) {
@@ -1,4 +1,4 @@
1
- /* hash: hp0ik */
1
+ /* hash: 1od7e */
2
2
  :root {
3
3
  } /* deprecated */ :root {
4
4
  --color-light-border-primary: #d5d6dc; /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
@@ -20,7 +20,7 @@
20
20
  --gap-2xl: 32px;
21
21
  } :root {
22
22
  } :root {
23
- } .table__component_1t1zk {
23
+ } .table__component_cvjei {
24
24
  position: sticky;
25
25
  left: 0;
26
26
  display: flex;
@@ -30,21 +30,21 @@
30
30
  padding: var(--gap-xl) var(--gap-m) var(--gap-2xl);
31
31
  border-top: 1px solid var(--color-light-border-primary);
32
32
  box-sizing: border-box;
33
- } .table__pagesWrapper_1t1zk {
33
+ } .table__pagesWrapper_cvjei {
34
34
  display: flex;
35
- } .table__tag_1t1zk.table__tag_1t1zk {
35
+ } .table__tag_cvjei.table__tag_cvjei {
36
36
  flex-shrink: 0;
37
37
  margin-right: var(--gap-xs);
38
38
  padding: 0 var(--gap-xs);
39
39
  min-width: 32px
40
- } .table__tag_1t1zk.table__tag_1t1zk:last-child {
40
+ } .table__tag_cvjei.table__tag_cvjei:last-child {
41
41
  margin-right: 0;
42
- } .table__tag_1t1zk.table__tag_1t1zk.table__tagActive_1t1zk {
42
+ } .table__tag_cvjei.table__tag_cvjei.table__tagActive_cvjei {
43
43
  cursor: default;
44
- } .table__pagination_1t1zk {
44
+ } .table__pagination_cvjei {
45
45
  margin-left: auto;
46
- } .table__menu_1t1zk {
46
+ } .table__menu_cvjei {
47
47
  margin: var(--gap-2xs) 0;
48
- } .table__option_1t1zk {
48
+ } .table__option_cvjei {
49
49
  min-width: 208px;
50
50
  }
@@ -1,9 +1 @@
1
1
  export { Pagination } from './Component.js';
2
- import 'tslib';
3
- import 'react';
4
- import 'classnames';
5
- import '@alfalab/core-components-pagination/esm';
6
- import '@alfalab/core-components-select/esm/desktop';
7
- import '../table-context/index.js';
8
- import './select-field/index.js';
9
- import '@alfalab/core-components-button/esm';
@@ -1,4 +1,4 @@
1
- /* hash: w3ml4 */
1
+ /* hash: 3qpfb */
2
2
  :root {
3
3
  } /* deprecated */ :root { /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
4
4
  --color-light-specialbg-component-shade-7: rgba(10, 29, 49, 0.1351);
@@ -15,10 +15,10 @@
15
15
  } :root {
16
16
  } :root {
17
17
  } :root {
18
- } .table__field_8zspi svg {
18
+ } .table__field_rugln svg {
19
19
  width: 18px;
20
20
  height: 18px;
21
- } .table__open_8zspi,
22
- .table__open_8zspi:hover {
21
+ } .table__open_rugln,
22
+ .table__open_rugln:hover {
23
23
  background-color: var(--color-light-specialbg-component-shade-7);
24
24
  }
@@ -3,7 +3,7 @@ import React from 'react';
3
3
  import cn from 'classnames';
4
4
  import { Button } from '@alfalab/core-components-button/esm';
5
5
 
6
- var styles = {"field":"table__field_8zspi","open":"table__open_8zspi"};
6
+ var styles = {"field":"table__field_rugln","open":"table__open_rugln"};
7
7
  require('./index.css')
8
8
 
9
9
  var CustomSelectField = function (_a) {
@@ -3,10 +3,8 @@ import React, { forwardRef, useRef, useMemo } from 'react';
3
3
  import cn from 'classnames';
4
4
  import { TableContext } from '../table-context/index.js';
5
5
  import { findAllHeadCellsProps } from './utils.js';
6
- import '../../utils.js';
7
- import '../thead/Component.js';
8
6
 
9
- var styles = {"component":"table__component_uhjxs","wrapper":"table__wrapper_uhjxs","stickyHeader":"table__stickyHeader_uhjxs","hasPagination":"table__hasPagination_uhjxs","table":"table__table_uhjxs"};
7
+ var styles = {"component":"table__component_1azxs","wrapper":"table__wrapper_1azxs","stickyHeader":"table__stickyHeader_1azxs","hasPagination":"table__hasPagination_1azxs","table":"table__table_1azxs"};
10
8
  require('./index.css')
11
9
 
12
10
  var Table = forwardRef(function (_a, ref) {
@@ -1,4 +1,4 @@
1
- /* hash: 1bae1 */
1
+ /* hash: 1smwm */
2
2
  :root {
3
3
  } /* deprecated */ :root {
4
4
  --color-light-bg-primary: #fff; /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
@@ -18,24 +18,24 @@
18
18
  --gap-m: 16px;
19
19
  } :root {
20
20
  } :root {
21
- } .table__component_uhjxs {
21
+ } .table__component_1azxs {
22
22
  box-sizing: border-box;
23
- } .table__wrapper_uhjxs {
23
+ } .table__wrapper_1azxs {
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
- } .table__stickyHeader_uhjxs {
29
+ } .table__stickyHeader_1azxs {
30
30
  max-height: 100%;
31
- } .table__hasPagination_uhjxs {
31
+ } .table__hasPagination_1azxs {
32
32
  padding-bottom: 0;
33
- } .table__table_uhjxs {
33
+ } .table__table_1azxs {
34
34
  width: 100%;
35
35
  border-collapse: collapse;
36
36
  box-sizing: border-box
37
37
 
38
38
  /* TODO: Хак для выравнивания чекбокса */
39
- } .table__table_uhjxs td:first-child label > *[class^='box'], .table__table_uhjxs th:first-child label > *[class^='box'] {
39
+ } .table__table_1azxs td:first-child label > *[class^='box'], .table__table_1azxs th:first-child label > *[class^='box'] {
40
40
  margin-top: 0;
41
41
  }
@@ -1,8 +1 @@
1
1
  export { Table } from './Component.js';
2
- import 'tslib';
3
- import 'react';
4
- import 'classnames';
5
- import '../table-context/index.js';
6
- import './utils.js';
7
- import '../../utils.js';
8
- import '../thead/Component.js';
@@ -1,8 +1,6 @@
1
1
  import React from 'react';
2
2
  import { isChildInstanceOf } from '../../utils.js';
3
3
  import { THead } from '../thead/Component.js';
4
- import 'tslib';
5
- import 'classnames';
6
4
 
7
5
  function findAllHeadCellsProps(children) {
8
6
  var result = [];
@@ -2,7 +2,7 @@ import { __rest, __assign } from 'tslib';
2
2
  import React from 'react';
3
3
  import cn from 'classnames';
4
4
 
5
- var styles = {"component":"table__component_1di3c"};
5
+ var styles = {"component":"table__component_q3n4g"};
6
6
  require('./index.css')
7
7
 
8
8
  var TBody = function (_a) {
@@ -1,4 +1,4 @@
1
- /* hash: 1f0qz */
1
+ /* hash: spexk */
2
2
  :root {
3
3
  } /* deprecated */ :root { /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
4
4
  } :root { /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
@@ -14,7 +14,7 @@
14
14
  } :root {
15
15
  } :root {
16
16
  } :root {
17
- } .table__component_1di3c {
17
+ } .table__component_q3n4g {
18
18
  width: 100%;
19
19
  box-sizing: border-box;
20
20
  }
@@ -1,4 +1 @@
1
1
  export { TBody } from './Component.js';
2
- import 'tslib';
3
- import 'react';
4
- import 'classnames';
@@ -3,7 +3,7 @@ import React, { useContext } from 'react';
3
3
  import cn from 'classnames';
4
4
  import { TableContext } from '../table-context/index.js';
5
5
 
6
- var styles = {"component":"table__component_p0k4k","compactHorizontal":"table__compactHorizontal_p0k4k","compact":"table__compact_p0k4k"};
6
+ var styles = {"component":"table__component_17onn","compactHorizontal":"table__compactHorizontal_17onn","compact":"table__compact_17onn"};
7
7
  require('./index.css')
8
8
 
9
9
  var TCell = function (_a) {
@@ -1,4 +1,4 @@
1
- /* hash: 11psw */
1
+ /* hash: 1aeb2 */
2
2
  :root {
3
3
  } /* deprecated */ :root {
4
4
  --color-light-border-primary: #d5d6dc;
@@ -20,7 +20,7 @@
20
20
  --gap-xl: 24px;
21
21
  } :root {
22
22
  } :root {
23
- } .table__component_p0k4k {
23
+ } .table__component_17onn {
24
24
  font-size: 14px;
25
25
  line-height: 20px;
26
26
  font-weight: 400;
@@ -31,14 +31,14 @@
31
31
  border-top: 1px solid var(--color-light-border-primary);
32
32
  vertical-align: top;
33
33
  box-sizing: border-box
34
- } .table__component_p0k4k:first-child {
34
+ } .table__component_17onn:first-child {
35
35
  padding-left: var(--gap-m);
36
- } .table__component_p0k4k:last-child {
36
+ } .table__component_17onn:last-child {
37
37
  padding-right: var(--gap-m);
38
- } .table__compactHorizontal_p0k4k {
38
+ } .table__compactHorizontal_17onn {
39
39
  padding-left: 6px;
40
40
  padding-right: 6px;
41
- } .table__compact_p0k4k {
41
+ } .table__compact_17onn {
42
42
  padding-top: var(--gap-xs);
43
43
  padding-bottom: var(--gap-xs);
44
44
 
@@ -1,5 +1 @@
1
1
  export { TCell } from './Component.js';
2
- import 'tslib';
3
- import 'react';
4
- import 'classnames';
5
- import '../table-context/index.js';
@@ -3,7 +3,7 @@ import React, { useState } from 'react';
3
3
  import cn from 'classnames';
4
4
  import { TRow } from '../trow/Component.js';
5
5
 
6
- var styles = {"row":"table__row_1a2ql","selected":"table__selected_1a2ql","expanded":"table__expanded_1a2ql","expandable":"table__expandable_1a2ql"};
6
+ var styles = {"row":"table__row_tkcqu","selected":"table__selected_tkcqu","expanded":"table__expanded_tkcqu","expandable":"table__expandable_tkcqu"};
7
7
  require('./index.css')
8
8
 
9
9
  var TExpandableRow = function (_a) {
@@ -1,4 +1,4 @@
1
- /* hash: 1rppf */
1
+ /* hash: 1ad6u */
2
2
  :root {
3
3
  } /* deprecated */ :root { /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
4
4
  } :root { /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
@@ -14,13 +14,13 @@
14
14
  } :root {
15
15
  } :root {
16
16
  } :root {
17
- } .table__row_1a2ql {
17
+ } .table__row_tkcqu {
18
18
  cursor: pointer;
19
- } .table__selected_1a2ql.table__expanded_1a2ql {
19
+ } .table__selected_tkcqu.table__expanded_tkcqu {
20
20
  background-color: inherit;
21
- } .table__expanded_1a2ql:hover {
21
+ } .table__expanded_tkcqu:hover {
22
22
  background-color: inherit;
23
- } .table__expandable_1a2ql td {
23
+ } .table__expandable_tkcqu td {
24
24
  margin: 0;
25
25
  padding-top: 0;
26
26
  padding-bottom: 0;
@@ -1,5 +1 @@
1
1
  export { TExpandableRow } from './Component.js';
2
- import 'tslib';
3
- import 'react';
4
- import 'classnames';
5
- import '../trow/Component.js';
@@ -2,7 +2,7 @@ import { __rest, __assign } from 'tslib';
2
2
  import React from 'react';
3
3
  import cn from 'classnames';
4
4
 
5
- var styles = {"component":"table__component_1huzv","row":"table__row_1huzv"};
5
+ var styles = {"component":"table__component_17r3g","row":"table__row_17r3g"};
6
6
  require('./index.css')
7
7
 
8
8
  var THead = function (_a) {