@alfalab/core-components-table 1.6.0 → 1.6.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/component.js +1 -1
- package/components/index.js +1 -1
- package/components/pagination/Component.js +1 -1
- package/components/pagination/index.js +1 -1
- package/components/pagination/select-field/index.js +1 -1
- package/components/table/Component.js +1 -1
- package/components/table/index.js +1 -1
- package/components/table/utils.js +1 -1
- package/components/tbody/Component.js +1 -1
- package/components/tbody/index.js +1 -1
- package/components/tcell/Component.js +1 -1
- package/components/tcell/index.js +1 -1
- package/components/texpandable-row/Component.js +1 -1
- package/components/texpandable-row/index.js +1 -1
- package/components/thead/Component.js +1 -1
- package/components/thead/index.js +1 -1
- package/components/thead-cell/Component.js +1 -1
- package/components/thead-cell/index.js +1 -1
- package/components/trow/Component.js +1 -1
- package/components/trow/index.js +1 -1
- package/components/tsortable-head-cell/Component.js +1 -1
- package/components/tsortable-head-cell/index.js +1 -1
- package/components/tsortable-head-cell/sort-icon-asc.js +1 -1
- package/components/tsortable-head-cell/sort-icon-desc.js +1 -1
- package/components/tsortable-head-cell/sort-icon-unset.js +1 -1
- package/esm/component.js +1 -1
- package/esm/components/index.js +1 -1
- package/esm/components/pagination/Component.js +1 -1
- package/esm/components/pagination/index.js +1 -1
- package/esm/components/pagination/select-field/index.js +1 -1
- package/esm/components/table/Component.js +1 -1
- package/esm/components/table/index.js +1 -1
- package/esm/components/table/utils.js +1 -1
- package/esm/components/tbody/Component.js +1 -1
- package/esm/components/tbody/index.js +1 -1
- package/esm/components/tcell/Component.js +1 -1
- package/esm/components/tcell/index.js +1 -1
- package/esm/components/texpandable-row/Component.js +1 -1
- package/esm/components/texpandable-row/index.js +1 -1
- package/esm/components/thead/Component.js +1 -1
- package/esm/components/thead/index.js +1 -1
- package/esm/components/thead-cell/Component.js +1 -1
- package/esm/components/thead-cell/index.js +1 -1
- package/esm/components/trow/Component.js +1 -1
- package/esm/components/trow/index.js +1 -1
- package/esm/components/tsortable-head-cell/Component.js +1 -1
- package/esm/components/tsortable-head-cell/index.js +1 -1
- package/esm/components/tsortable-head-cell/sort-icon-asc.js +1 -1
- package/esm/components/tsortable-head-cell/sort-icon-desc.js +1 -1
- package/esm/components/tsortable-head-cell/sort-icon-unset.js +1 -1
- package/esm/index.js +1 -1
- package/esm/{tslib.es6-1e0c7aec.d.ts → tslib.es6-a59291d1.d.ts} +0 -0
- package/esm/{tslib.es6-1e0c7aec.js → tslib.es6-a59291d1.js} +0 -0
- package/index.js +1 -1
- package/package.json +2 -2
- package/{tslib.es6-d0e154e2.d.ts → tslib.es6-4d964bfd.d.ts} +0 -0
- package/{tslib.es6-d0e154e2.js → tslib.es6-4d964bfd.js} +0 -0
- package/CHANGELOG.md +0 -316
package/component.js
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
|
-
require('./tslib.es6-
|
|
5
|
+
require('./tslib.es6-4d964bfd.js');
|
|
6
6
|
require('react');
|
|
7
7
|
require('classnames');
|
|
8
8
|
var components_thead_Component = require('./components/thead/Component.js');
|
package/components/index.js
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
|
-
var tslib_es6 = require('../../tslib.es6-
|
|
5
|
+
var tslib_es6 = require('../../tslib.es6-4d964bfd.js');
|
|
6
6
|
var React = require('react');
|
|
7
7
|
var cn = require('classnames');
|
|
8
8
|
var components_tableContext_index = require('../table-context/index.js');
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
|
-
var tslib_es6 = require('../../../tslib.es6-
|
|
5
|
+
var tslib_es6 = require('../../../tslib.es6-4d964bfd.js');
|
|
6
6
|
var React = require('react');
|
|
7
7
|
var cn = require('classnames');
|
|
8
8
|
var coreComponentsButton = require('@alfalab/core-components-button');
|
|
@@ -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-4d964bfd.js');
|
|
6
6
|
var React = require('react');
|
|
7
7
|
var cn = require('classnames');
|
|
8
8
|
require('../thead/Component.js');
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
|
-
require('../../tslib.es6-
|
|
5
|
+
require('../../tslib.es6-4d964bfd.js');
|
|
6
6
|
var React = require('react');
|
|
7
7
|
require('classnames');
|
|
8
8
|
var components_thead_Component = require('../thead/Component.js');
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
|
-
var tslib_es6 = require('../../tslib.es6-
|
|
5
|
+
var tslib_es6 = require('../../tslib.es6-4d964bfd.js');
|
|
6
6
|
var React = require('react');
|
|
7
7
|
var cn = require('classnames');
|
|
8
8
|
var components_tableContext_index = require('../table-context/index.js');
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
|
-
var tslib_es6 = require('../../tslib.es6-
|
|
5
|
+
var tslib_es6 = require('../../tslib.es6-4d964bfd.js');
|
|
6
6
|
var React = require('react');
|
|
7
7
|
var cn = require('classnames');
|
|
8
8
|
var components_trow_Component = require('../trow/Component.js');
|
package/components/trow/index.js
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
|
-
var tslib_es6 = require('../../tslib.es6-
|
|
5
|
+
var tslib_es6 = require('../../tslib.es6-4d964bfd.js');
|
|
6
6
|
var React = require('react');
|
|
7
7
|
var cn = require('classnames');
|
|
8
8
|
var components_theadCell_Component = require('../thead-cell/Component.js');
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
|
-
var tslib_es6 = require('../../tslib.es6-
|
|
5
|
+
var tslib_es6 = require('../../tslib.es6-4d964bfd.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 }; }
|
|
@@ -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-4d964bfd.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 }; }
|
|
@@ -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-4d964bfd.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 }; }
|
package/esm/component.js
CHANGED
package/esm/components/index.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { _ as __rest, a as __assign } from '../../tslib.es6-
|
|
1
|
+
import { _ as __rest, a as __assign } from '../../tslib.es6-a59291d1.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';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { _ as __rest, a as __assign } from '../../../tslib.es6-
|
|
1
|
+
import { _ as __rest, a as __assign } from '../../../tslib.es6-a59291d1.js';
|
|
2
2
|
import React from 'react';
|
|
3
3
|
import cn from 'classnames';
|
|
4
4
|
import { Button } from '@alfalab/core-components-button/esm';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { _ as __rest, a as __assign } from '../../tslib.es6-
|
|
1
|
+
import { _ as __rest, a as __assign } from '../../tslib.es6-a59291d1.js';
|
|
2
2
|
import React, { forwardRef, useRef, useMemo } from 'react';
|
|
3
3
|
import cn from 'classnames';
|
|
4
4
|
import '../thead/Component.js';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { _ as __rest, a as __assign } from '../../tslib.es6-
|
|
1
|
+
import { _ as __rest, a as __assign } from '../../tslib.es6-a59291d1.js';
|
|
2
2
|
import React, { useContext } from 'react';
|
|
3
3
|
import cn from 'classnames';
|
|
4
4
|
import { TableContext } from '../table-context/index.js';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { _ as __rest, a as __assign } from '../../tslib.es6-
|
|
1
|
+
import { _ as __rest, a as __assign } from '../../tslib.es6-a59291d1.js';
|
|
2
2
|
import React, { useMemo } from 'react';
|
|
3
3
|
import cn from 'classnames';
|
|
4
4
|
import { THeadCell } from '../thead-cell/Component.js';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { a as __assign } from '../../tslib.es6-
|
|
1
|
+
import { a as __assign } from '../../tslib.es6-a59291d1.js';
|
|
2
2
|
import React from 'react';
|
|
3
3
|
|
|
4
4
|
var SortIconAsc = function (props) { return (React.createElement("svg", __assign({ width: '18', height: '18', viewBox: '0 0 18 18', fill: 'currentColor', xmlns: 'http://www.w3.org/2000/svg', focusable: 'false', role: 'img' }, props),
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { a as __assign } from '../../tslib.es6-
|
|
1
|
+
import { a as __assign } from '../../tslib.es6-a59291d1.js';
|
|
2
2
|
import React from 'react';
|
|
3
3
|
|
|
4
4
|
var SortIconDesc = function (props) { return (React.createElement("svg", __assign({ width: '18', height: '18', viewBox: '0 0 18 18', fill: 'currentColor', xmlns: 'http://www.w3.org/2000/svg', focusable: 'false', role: 'img' }, props),
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { a as __assign } from '../../tslib.es6-
|
|
1
|
+
import { a as __assign } from '../../tslib.es6-a59291d1.js';
|
|
2
2
|
import React from 'react';
|
|
3
3
|
|
|
4
4
|
var SortIconUnset = function (props) { return (React.createElement("svg", __assign({ width: '18', height: '18', viewBox: '0 0 18 18', fill: 'currentColor', xmlns: 'http://www.w3.org/2000/svg', focusable: 'false', role: 'img' }, props),
|
package/esm/index.js
CHANGED
|
File without changes
|
|
File without changes
|
package/index.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@alfalab/core-components-table",
|
|
3
|
-
"version": "1.6.
|
|
3
|
+
"version": "1.6.1",
|
|
4
4
|
"description": "",
|
|
5
5
|
"keywords": [],
|
|
6
6
|
"license": "MIT",
|
|
@@ -17,7 +17,7 @@
|
|
|
17
17
|
"dependencies": {
|
|
18
18
|
"@alfalab/core-components-button": "^5.3.0",
|
|
19
19
|
"@alfalab/core-components-pagination": "^1.4.0",
|
|
20
|
-
"@alfalab/core-components-select": "^11.1.
|
|
20
|
+
"@alfalab/core-components-select": "^11.1.1",
|
|
21
21
|
"classnames": "^2.3.1"
|
|
22
22
|
}
|
|
23
23
|
}
|
|
File without changes
|
|
File without changes
|
package/CHANGELOG.md
DELETED
|
@@ -1,316 +0,0 @@
|
|
|
1
|
-
# Change Log
|
|
2
|
-
|
|
3
|
-
All notable changes to this project will be documented in this file.
|
|
4
|
-
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
|
-
|
|
6
|
-
# [1.6.0](https://github.com/core-ds/core-components/compare/@alfalab/core-components-table@1.5.9...@alfalab/core-components-table@1.6.0) (2022-08-04)
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
### Features
|
|
10
|
-
|
|
11
|
-
* react 18 support ([#159](https://github.com/core-ds/core-components/issues/159)) ([2e6693c](https://github.com/core-ds/core-components/commit/2e6693c62f534e333aadb7d3fff4ffd78ac84c63))
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
## [1.5.9](https://github.com/core-ds/core-components/compare/@alfalab/core-components-table@1.5.8...@alfalab/core-components-table@1.5.9) (2022-07-25)
|
|
18
|
-
|
|
19
|
-
**Note:** Version bump only for package @alfalab/core-components-table
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
## [1.5.8](https://github.com/core-ds/core-components/compare/@alfalab/core-components-table@1.5.7...@alfalab/core-components-table@1.5.8) (2022-07-25)
|
|
26
|
-
|
|
27
|
-
**Note:** Version bump only for package @alfalab/core-components-table
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
## [1.5.7](https://github.com/core-ds/core-components/compare/@alfalab/core-components-table@1.5.6...@alfalab/core-components-table@1.5.7) (2022-07-18)
|
|
34
|
-
|
|
35
|
-
**Note:** Version bump only for package @alfalab/core-components-table
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
## [1.5.6](https://github.com/core-ds/core-components/compare/@alfalab/core-components-table@1.5.5...@alfalab/core-components-table@1.5.6) (2022-07-18)
|
|
42
|
-
|
|
43
|
-
**Note:** Version bump only for package @alfalab/core-components-table
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
## [1.5.5](https://github.com/core-ds/core-components/compare/@alfalab/core-components-table@1.5.4...@alfalab/core-components-table@1.5.5) (2022-07-15)
|
|
50
|
-
|
|
51
|
-
**Note:** Version bump only for package @alfalab/core-components-table
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
## [1.5.4](https://github.com/core-ds/core-components/compare/@alfalab/core-components-table@1.5.3...@alfalab/core-components-table@1.5.4) (2022-07-15)
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
### Bug Fixes
|
|
61
|
-
|
|
62
|
-
* bump packages version ([#153](https://github.com/core-ds/core-components/issues/153)) ([fd3e082](https://github.com/core-ds/core-components/commit/fd3e08205672129cdce04e1000c673f2cd9c10da))
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
## [1.5.3](https://github.com/core-ds/core-components/compare/@alfalab/core-components-table@1.5.2...@alfalab/core-components-table@1.5.3) (2022-07-14)
|
|
69
|
-
|
|
70
|
-
**Note:** Version bump only for package @alfalab/core-components-table
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
## [1.5.2](https://github.com/core-ds/core-components/compare/@alfalab/core-components-table@1.5.1...@alfalab/core-components-table@1.5.2) (2022-07-14)
|
|
77
|
-
|
|
78
|
-
**Note:** Version bump only for package @alfalab/core-components-table
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
## [1.5.1](https://github.com/core-ds/core-components/compare/@alfalab/core-components-table@1.5.0...@alfalab/core-components-table@1.5.1) (2022-07-11)
|
|
85
|
-
|
|
86
|
-
**Note:** Version bump only for package @alfalab/core-components-table
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
# [1.5.0](https://github.com/core-ds/core-components/compare/@alfalab/core-components-table@1.4.2...@alfalab/core-components-table@1.5.0) (2022-07-01)
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
### Features
|
|
96
|
-
|
|
97
|
-
* **select:** add select-modal-mobile ([#47](https://github.com/core-ds/core-components/issues/47)) ([5ec4268](https://github.com/core-ds/core-components/commit/5ec42688065bb279d721541ec21bde242675ab8a))
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
## [1.4.2](https://github.com/core-ds/core-components/compare/@alfalab/core-components-table@1.4.1...@alfalab/core-components-table@1.4.2) (2022-06-30)
|
|
104
|
-
|
|
105
|
-
**Note:** Version bump only for package @alfalab/core-components-table
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
## [1.4.1](https://github.com/core-ds/core-components/compare/@alfalab/core-components-table@1.4.0...@alfalab/core-components-table@1.4.1) (2022-06-29)
|
|
112
|
-
|
|
113
|
-
**Note:** Version bump only for package @alfalab/core-components-table
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
# [1.4.0](https://github.com/core-ds/core-components/compare/@alfalab/core-components-table@1.3.11...@alfalab/core-components-table@1.4.0) (2022-06-28)
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
### Features
|
|
123
|
-
|
|
124
|
-
* circumflexus retrieval ([#57](https://github.com/core-ds/core-components/issues/57)) ([3820da8](https://github.com/core-ds/core-components/commit/3820da818bcdcbee6904c648b3e29c3c828fe202))
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
## [1.3.11](https://github.com/core-ds/core-components/compare/@alfalab/core-components-table@1.3.10...@alfalab/core-components-table@1.3.11) (2022-06-24)
|
|
131
|
-
|
|
132
|
-
**Note:** Version bump only for package @alfalab/core-components-table
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
## [1.3.10](https://github.com/core-ds/core-components/compare/@alfalab/core-components-table@1.3.9...@alfalab/core-components-table@1.3.10) (2022-06-23)
|
|
139
|
-
|
|
140
|
-
**Note:** Version bump only for package @alfalab/core-components-table
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
## [1.3.9](https://github.com/core-ds/core-components/compare/@alfalab/core-components-table@1.3.8...@alfalab/core-components-table@1.3.9) (2022-06-20)
|
|
147
|
-
|
|
148
|
-
**Note:** Version bump only for package @alfalab/core-components-table
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
## [1.3.8](https://github.com/core-ds/core-components/compare/@alfalab/core-components-table@1.3.7...@alfalab/core-components-table@1.3.8) (2022-06-20)
|
|
155
|
-
|
|
156
|
-
**Note:** Version bump only for package @alfalab/core-components-table
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
## [1.3.7](https://github.com/core-ds/core-components/compare/@alfalab/core-components-table@1.3.6...@alfalab/core-components-table@1.3.7) (2022-06-16)
|
|
163
|
-
|
|
164
|
-
**Note:** Version bump only for package @alfalab/core-components-table
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
## [1.3.6](https://github.com/core-ds/core-components/compare/@alfalab/core-components-table@1.3.5...@alfalab/core-components-table@1.3.6) (2022-06-08)
|
|
171
|
-
|
|
172
|
-
**Note:** Version bump only for package @alfalab/core-components-table
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
## [1.3.5](https://github.com/core-ds/core-components/compare/@alfalab/core-components-table@1.3.4...@alfalab/core-components-table@1.3.5) (2022-06-03)
|
|
179
|
-
|
|
180
|
-
**Note:** Version bump only for package @alfalab/core-components-table
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
## [1.2.6](https://github.com/core-ds/core-components/compare/@alfalab/core-components-table@1.2.5...@alfalab/core-components-table@1.2.6) (2022-03-29)
|
|
187
|
-
|
|
188
|
-
**Note:** Version bump only for package @alfalab/core-components-table
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
## [1.2.5](https://github.com/core-ds/core-components/compare/@alfalab/core-components-table@1.2.4...@alfalab/core-components-table@1.2.5) (2022-03-28)
|
|
195
|
-
|
|
196
|
-
**Note:** Version bump only for package @alfalab/core-components-table
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
## [1.2.4](https://github.com/core-ds/core-components/compare/@alfalab/core-components-table@1.2.3...@alfalab/core-components-table@1.2.4) (2022-03-24)
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
### Bug Fixes
|
|
206
|
-
|
|
207
|
-
* **table:** update styles ([#1036](https://github.com/core-ds/core-components/issues/1036)) ([3fe236d](https://github.com/core-ds/core-components/commit/3fe236dfb584c3e96fc7fb8c499aee3e9e12e64e))
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
## [1.2.3](https://github.com/core-ds/core-components/compare/@alfalab/core-components-table@1.2.2...@alfalab/core-components-table@1.2.3) (2022-03-04)
|
|
214
|
-
|
|
215
|
-
**Note:** Version bump only for package @alfalab/core-components-table
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
## [1.2.2](https://github.com/core-ds/core-components/compare/@alfalab/core-components-table@1.2.1...@alfalab/core-components-table@1.2.2) (2022-03-04)
|
|
222
|
-
|
|
223
|
-
**Note:** Version bump only for package @alfalab/core-components-table
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
## [1.2.1](https://github.com/core-ds/core-components/compare/@alfalab/core-components-table@1.2.0...@alfalab/core-components-table@1.2.1) (2022-03-03)
|
|
230
|
-
|
|
231
|
-
**Note:** Version bump only for package @alfalab/core-components-table
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
# [1.2.0](https://github.com/core-ds/core-components/compare/@alfalab/core-components-table@1.1.7...@alfalab/core-components-table@1.2.0) (2022-03-01)
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
### Features
|
|
241
|
-
|
|
242
|
-
* Исправить импорты в сторях. ([#998](https://github.com/core-ds/core-components/issues/998)) ([e6a654a](https://github.com/core-ds/core-components/commit/e6a654a0599451c7d149484cb61d8067eed083b7))
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
## [1.1.7](https://github.com/core-ds/core-components/compare/@alfalab/core-components-table@1.1.6...@alfalab/core-components-table@1.1.7) (2022-02-17)
|
|
249
|
-
|
|
250
|
-
**Note:** Version bump only for package @alfalab/core-components-table
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
## [1.1.6](https://github.com/core-ds/core-components/compare/@alfalab/core-components-table@1.1.5...@alfalab/core-components-table@1.1.6) (2022-02-15)
|
|
257
|
-
|
|
258
|
-
**Note:** Version bump only for package @alfalab/core-components-table
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
## [1.1.5](https://github.com/core-ds/core-components/compare/@alfalab/core-components-table@1.1.4...@alfalab/core-components-table@1.1.5) (2022-02-09)
|
|
265
|
-
|
|
266
|
-
**Note:** Version bump only for package @alfalab/core-components-table
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
## [1.1.4](https://github.com/core-ds/core-components/compare/@alfalab/core-components-table@1.1.3...@alfalab/core-components-table@1.1.4) (2022-02-03)
|
|
273
|
-
|
|
274
|
-
**Note:** Version bump only for package @alfalab/core-components-table
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
## [1.1.3](https://github.com/core-ds/core-components/compare/@alfalab/core-components-table@1.1.2...@alfalab/core-components-table@1.1.3) (2022-02-02)
|
|
281
|
-
|
|
282
|
-
**Note:** Version bump only for package @alfalab/core-components-table
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
## [1.1.2](https://github.com/core-ds/core-components/compare/@alfalab/core-components-table@1.1.1...@alfalab/core-components-table@1.1.2) (2022-01-27)
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
### Bug Fixes
|
|
292
|
-
|
|
293
|
-
* **table:** fix th paddings ([#951](https://github.com/core-ds/core-components/issues/951)) ([2d916c1](https://github.com/core-ds/core-components/commit/2d916c16a388b0949db2d0ae00c852c0acac6d28))
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
## [1.1.1](https://github.com/core-ds/core-components/compare/@alfalab/core-components-table@1.1.0...@alfalab/core-components-table@1.1.1) (2022-01-17)
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
### Bug Fixes
|
|
303
|
-
|
|
304
|
-
* **table:** фикс высоты раскрывающейся ячейки ([#946](https://github.com/core-ds/core-components/issues/946)) ([643f9a5](https://github.com/core-ds/core-components/commit/643f9a556748bafc46a5c6f8c458c07770b11b17))
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
# 1.1.0 (2021-12-29)
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
### Features
|
|
314
|
-
|
|
315
|
-
|
|
316
|
-
* **table:** компоненты для построения таблиц ([#911](https://github.com/core-ds/core-components/issues/911)) ([4ac648a](https://github.com/core-ds/core-components/commit/4ac648abd4de08bf68babc2f122f432d5b14080e))
|