@alfalab/core-components-pagination 1.4.0 → 1.4.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/default-view/index.css +1 -1
- package/components/default-view/index.js +1 -1
- package/components/per-page-view/index.css +1 -1
- package/components/per-page-view/index.js +1 -1
- package/components/tag/index.css +7 -7
- package/components/tag/index.js +1 -1
- package/esm/Component.js +1 -1
- package/esm/components/default-view/index.css +1 -1
- package/esm/components/default-view/index.js +1 -1
- package/esm/components/per-page-view/index.css +1 -1
- package/esm/components/per-page-view/index.js +1 -1
- package/esm/components/tag/index.css +7 -7
- package/esm/components/tag/index.js +1 -1
- package/esm/index.css +3 -3
- package/index.css +3 -3
- package/modern/Component.js +1 -1
- package/modern/components/default-view/index.css +1 -1
- package/modern/components/default-view/index.js +1 -1
- package/modern/components/per-page-view/index.css +1 -1
- package/modern/components/per-page-view/index.js +1 -1
- package/modern/components/tag/index.css +7 -7
- package/modern/components/tag/index.js +1 -1
- package/modern/index.css +3 -3
- package/package.json +2 -2
- package/CHANGELOG.md +0 -128
package/Component.js
CHANGED
|
@@ -16,7 +16,7 @@ function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'defau
|
|
|
16
16
|
var React__default = /*#__PURE__*/_interopDefaultLegacy(React);
|
|
17
17
|
var cn__default = /*#__PURE__*/_interopDefaultLegacy(cn);
|
|
18
18
|
|
|
19
|
-
var styles = {"component":"
|
|
19
|
+
var styles = {"component":"pagination__component_8p6xh","defaultView":"pagination__defaultView_8p6xh"};
|
|
20
20
|
require('./index.css')
|
|
21
21
|
|
|
22
22
|
var Pagination = function (_a) {
|
|
@@ -11,7 +11,7 @@ function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'defau
|
|
|
11
11
|
|
|
12
12
|
var React__default = /*#__PURE__*/_interopDefaultLegacy(React);
|
|
13
13
|
|
|
14
|
-
var styles = {"dots":"
|
|
14
|
+
var styles = {"dots":"pagination__dots_1tui3"};
|
|
15
15
|
require('./index.css')
|
|
16
16
|
|
|
17
17
|
var DefaultView = function (_a) {
|
|
@@ -8,7 +8,7 @@ function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'defau
|
|
|
8
8
|
|
|
9
9
|
var React__default = /*#__PURE__*/_interopDefaultLegacy(React);
|
|
10
10
|
|
|
11
|
-
var styles = {"component":"
|
|
11
|
+
var styles = {"component":"pagination__component_inh9q"};
|
|
12
12
|
require('./index.css')
|
|
13
13
|
|
|
14
14
|
var PerPageView = function (_a) {
|
package/components/tag/index.css
CHANGED
|
@@ -18,7 +18,7 @@
|
|
|
18
18
|
:root {
|
|
19
19
|
--border-radius-m: 8px;
|
|
20
20
|
}
|
|
21
|
-
.
|
|
21
|
+
.pagination__tag_1ag4j.pagination__tag_1ag4j {
|
|
22
22
|
color: var(--color-light-text-secondary);
|
|
23
23
|
border-radius: var(--border-radius-m);
|
|
24
24
|
border: none;
|
|
@@ -29,24 +29,24 @@
|
|
|
29
29
|
height: 32px;
|
|
30
30
|
padding: 0
|
|
31
31
|
}
|
|
32
|
-
.
|
|
32
|
+
.pagination__tag_1ag4j.pagination__tag_1ag4j:disabled:not(.pagination__checked_1ag4j) {
|
|
33
33
|
opacity: 0.3;
|
|
34
34
|
}
|
|
35
|
-
.
|
|
35
|
+
.pagination__tag_1ag4j.pagination__tag_1ag4j:hover:not(:disabled) {
|
|
36
36
|
background-color: var(--color-light-bg-tertiary);
|
|
37
37
|
color: var(--color-light-text-primary);
|
|
38
38
|
}
|
|
39
|
-
.
|
|
39
|
+
.pagination__tag_1ag4j.pagination__tag_1ag4j:active:not(:disabled) {
|
|
40
40
|
background-color: var(--color-light-bg-quaternary);
|
|
41
41
|
}
|
|
42
|
-
.
|
|
42
|
+
.pagination__tag_1ag4j.pagination__tag_1ag4j.pagination__checked_1ag4j {
|
|
43
43
|
cursor: default;
|
|
44
44
|
background-color: var(--color-light-bg-secondary-inverted);
|
|
45
45
|
color: var(--color-light-text-primary-inverted);
|
|
46
46
|
}
|
|
47
|
-
.
|
|
47
|
+
.pagination__tag_1ag4j.pagination__tag_1ag4j.pagination__checked_1ag4j:hover:not(:disabled) {
|
|
48
48
|
color: var(--color-light-text-primary-inverted);
|
|
49
49
|
}
|
|
50
|
-
.
|
|
50
|
+
.pagination__tag_1ag4j.pagination__tag_1ag4j.pagination__checked_1ag4j:active:not(:disabled) {
|
|
51
51
|
color: var(--color-light-text-primary);
|
|
52
52
|
}
|
package/components/tag/index.js
CHANGED
|
@@ -50,7 +50,7 @@ function __rest(s, e) {
|
|
|
50
50
|
return t;
|
|
51
51
|
}
|
|
52
52
|
|
|
53
|
-
var styles = {"tag":"
|
|
53
|
+
var styles = {"tag":"pagination__tag_1ag4j","checked":"pagination__checked_1ag4j"};
|
|
54
54
|
require('./index.css')
|
|
55
55
|
|
|
56
56
|
var Tag = function (_a) {
|
package/esm/Component.js
CHANGED
|
@@ -7,7 +7,7 @@ import '@alfalab/core-components-tag/esm';
|
|
|
7
7
|
import { DefaultView } from './components/default-view/index.js';
|
|
8
8
|
import { PerPageView } from './components/per-page-view/index.js';
|
|
9
9
|
|
|
10
|
-
var styles = {"component":"
|
|
10
|
+
var styles = {"component":"pagination__component_8p6xh","defaultView":"pagination__defaultView_8p6xh"};
|
|
11
11
|
require('./index.css')
|
|
12
12
|
|
|
13
13
|
var Pagination = function (_a) {
|
|
@@ -3,7 +3,7 @@ import 'classnames';
|
|
|
3
3
|
import { Tag } from '../tag/index.js';
|
|
4
4
|
import '@alfalab/core-components-tag/esm';
|
|
5
5
|
|
|
6
|
-
var styles = {"dots":"
|
|
6
|
+
var styles = {"dots":"pagination__dots_1tui3"};
|
|
7
7
|
require('./index.css')
|
|
8
8
|
|
|
9
9
|
var DefaultView = function (_a) {
|
|
@@ -18,7 +18,7 @@
|
|
|
18
18
|
:root {
|
|
19
19
|
--border-radius-m: 8px;
|
|
20
20
|
}
|
|
21
|
-
.
|
|
21
|
+
.pagination__tag_1ag4j.pagination__tag_1ag4j {
|
|
22
22
|
color: var(--color-light-text-secondary);
|
|
23
23
|
border-radius: var(--border-radius-m);
|
|
24
24
|
border: none;
|
|
@@ -29,24 +29,24 @@
|
|
|
29
29
|
height: 32px;
|
|
30
30
|
padding: 0
|
|
31
31
|
}
|
|
32
|
-
.
|
|
32
|
+
.pagination__tag_1ag4j.pagination__tag_1ag4j:disabled:not(.pagination__checked_1ag4j) {
|
|
33
33
|
opacity: 0.3;
|
|
34
34
|
}
|
|
35
|
-
.
|
|
35
|
+
.pagination__tag_1ag4j.pagination__tag_1ag4j:hover:not(:disabled) {
|
|
36
36
|
background-color: var(--color-light-bg-tertiary);
|
|
37
37
|
color: var(--color-light-text-primary);
|
|
38
38
|
}
|
|
39
|
-
.
|
|
39
|
+
.pagination__tag_1ag4j.pagination__tag_1ag4j:active:not(:disabled) {
|
|
40
40
|
background-color: var(--color-light-bg-quaternary);
|
|
41
41
|
}
|
|
42
|
-
.
|
|
42
|
+
.pagination__tag_1ag4j.pagination__tag_1ag4j.pagination__checked_1ag4j {
|
|
43
43
|
cursor: default;
|
|
44
44
|
background-color: var(--color-light-bg-secondary-inverted);
|
|
45
45
|
color: var(--color-light-text-primary-inverted);
|
|
46
46
|
}
|
|
47
|
-
.
|
|
47
|
+
.pagination__tag_1ag4j.pagination__tag_1ag4j.pagination__checked_1ag4j:hover:not(:disabled) {
|
|
48
48
|
color: var(--color-light-text-primary-inverted);
|
|
49
49
|
}
|
|
50
|
-
.
|
|
50
|
+
.pagination__tag_1ag4j.pagination__tag_1ag4j.pagination__checked_1ag4j:active:not(:disabled) {
|
|
51
51
|
color: var(--color-light-text-primary);
|
|
52
52
|
}
|
|
@@ -41,7 +41,7 @@ function __rest(s, e) {
|
|
|
41
41
|
return t;
|
|
42
42
|
}
|
|
43
43
|
|
|
44
|
-
var styles = {"tag":"
|
|
44
|
+
var styles = {"tag":"pagination__tag_1ag4j","checked":"pagination__checked_1ag4j"};
|
|
45
45
|
require('./index.css')
|
|
46
46
|
|
|
47
47
|
var Tag = function (_a) {
|
package/esm/index.css
CHANGED
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
:root {
|
|
14
14
|
--gap-xs: 8px;
|
|
15
15
|
}
|
|
16
|
-
.
|
|
16
|
+
.pagination__component_8p6xh {
|
|
17
17
|
font-size: 14px;
|
|
18
18
|
line-height: 20px;
|
|
19
19
|
font-weight: 400;
|
|
@@ -24,9 +24,9 @@
|
|
|
24
24
|
font-feature-settings: "tnum";
|
|
25
25
|
font-variant-numeric: tabular-nums;
|
|
26
26
|
}
|
|
27
|
-
.
|
|
27
|
+
.pagination__defaultView_8p6xh > * {
|
|
28
28
|
margin-right: var(--gap-xs)
|
|
29
29
|
}
|
|
30
|
-
.
|
|
30
|
+
.pagination__defaultView_8p6xh > *:last-child {
|
|
31
31
|
margin-right: 0;
|
|
32
32
|
}
|
package/index.css
CHANGED
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
:root {
|
|
14
14
|
--gap-xs: 8px;
|
|
15
15
|
}
|
|
16
|
-
.
|
|
16
|
+
.pagination__component_8p6xh {
|
|
17
17
|
font-size: 14px;
|
|
18
18
|
line-height: 20px;
|
|
19
19
|
font-weight: 400;
|
|
@@ -24,9 +24,9 @@
|
|
|
24
24
|
font-feature-settings: "tnum";
|
|
25
25
|
font-variant-numeric: tabular-nums;
|
|
26
26
|
}
|
|
27
|
-
.
|
|
27
|
+
.pagination__defaultView_8p6xh > * {
|
|
28
28
|
margin-right: var(--gap-xs)
|
|
29
29
|
}
|
|
30
|
-
.
|
|
30
|
+
.pagination__defaultView_8p6xh > *:last-child {
|
|
31
31
|
margin-right: 0;
|
|
32
32
|
}
|
package/modern/Component.js
CHANGED
|
@@ -7,7 +7,7 @@ import { Tag } from './components/tag/index.js';
|
|
|
7
7
|
import { DefaultView } from './components/default-view/index.js';
|
|
8
8
|
import { PerPageView } from './components/per-page-view/index.js';
|
|
9
9
|
|
|
10
|
-
var styles = {"component":"
|
|
10
|
+
var styles = {"component":"pagination__component_8p6xh","defaultView":"pagination__defaultView_8p6xh"};
|
|
11
11
|
require('./index.css')
|
|
12
12
|
|
|
13
13
|
const Pagination = ({ currentPageIndex = 0, pagesCount, className, sidePadding = 1, activePadding = 2, hideArrows = true, view = 'default', onPageChange = () => null, dataTestId, }) => {
|
|
@@ -3,7 +3,7 @@ import 'classnames';
|
|
|
3
3
|
import '@alfalab/core-components-tag/modern';
|
|
4
4
|
import { Tag } from '../tag/index.js';
|
|
5
5
|
|
|
6
|
-
var styles = {"dots":"
|
|
6
|
+
var styles = {"dots":"pagination__dots_1tui3"};
|
|
7
7
|
require('./index.css')
|
|
8
8
|
|
|
9
9
|
const DefaultView = ({ sidePadding = 2, activePadding = 1, pagesCount, currentPageIndex, onPageChange = () => null, }) => {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
|
|
3
|
-
var styles = {"component":"
|
|
3
|
+
var styles = {"component":"pagination__component_inh9q"};
|
|
4
4
|
require('./index.css')
|
|
5
5
|
|
|
6
6
|
const PerPageView = ({ pagesCount, currentPageIndex }) => (React.createElement("span", { className: styles.component },
|
|
@@ -18,7 +18,7 @@
|
|
|
18
18
|
:root {
|
|
19
19
|
--border-radius-m: 8px;
|
|
20
20
|
}
|
|
21
|
-
.
|
|
21
|
+
.pagination__tag_1ag4j.pagination__tag_1ag4j {
|
|
22
22
|
color: var(--color-light-text-secondary);
|
|
23
23
|
border-radius: var(--border-radius-m);
|
|
24
24
|
border: none;
|
|
@@ -29,24 +29,24 @@
|
|
|
29
29
|
height: 32px;
|
|
30
30
|
padding: 0
|
|
31
31
|
}
|
|
32
|
-
.
|
|
32
|
+
.pagination__tag_1ag4j.pagination__tag_1ag4j:disabled:not(.pagination__checked_1ag4j) {
|
|
33
33
|
opacity: 0.3;
|
|
34
34
|
}
|
|
35
|
-
.
|
|
35
|
+
.pagination__tag_1ag4j.pagination__tag_1ag4j:hover:not(:disabled) {
|
|
36
36
|
background-color: var(--color-light-bg-tertiary);
|
|
37
37
|
color: var(--color-light-text-primary);
|
|
38
38
|
}
|
|
39
|
-
.
|
|
39
|
+
.pagination__tag_1ag4j.pagination__tag_1ag4j:active:not(:disabled) {
|
|
40
40
|
background-color: var(--color-light-bg-quaternary);
|
|
41
41
|
}
|
|
42
|
-
.
|
|
42
|
+
.pagination__tag_1ag4j.pagination__tag_1ag4j.pagination__checked_1ag4j {
|
|
43
43
|
cursor: default;
|
|
44
44
|
background-color: var(--color-light-bg-secondary-inverted);
|
|
45
45
|
color: var(--color-light-text-primary-inverted);
|
|
46
46
|
}
|
|
47
|
-
.
|
|
47
|
+
.pagination__tag_1ag4j.pagination__tag_1ag4j.pagination__checked_1ag4j:hover:not(:disabled) {
|
|
48
48
|
color: var(--color-light-text-primary-inverted);
|
|
49
49
|
}
|
|
50
|
-
.
|
|
50
|
+
.pagination__tag_1ag4j.pagination__tag_1ag4j.pagination__checked_1ag4j:active:not(:disabled) {
|
|
51
51
|
color: var(--color-light-text-primary);
|
|
52
52
|
}
|
|
@@ -2,7 +2,7 @@ import React from 'react';
|
|
|
2
2
|
import cn from 'classnames';
|
|
3
3
|
import { Tag as Tag$1 } from '@alfalab/core-components-tag/modern';
|
|
4
4
|
|
|
5
|
-
var styles = {"tag":"
|
|
5
|
+
var styles = {"tag":"pagination__tag_1ag4j","checked":"pagination__checked_1ag4j"};
|
|
6
6
|
require('./index.css')
|
|
7
7
|
|
|
8
8
|
const Tag = ({ className, checked, ...restProps }) => (React.createElement(Tag$1, Object.assign({}, restProps, { checked: checked, size: 'xxs', className: cn(className, styles.tag, { [styles.checked]: checked }) })));
|
package/modern/index.css
CHANGED
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
:root {
|
|
14
14
|
--gap-xs: 8px;
|
|
15
15
|
}
|
|
16
|
-
.
|
|
16
|
+
.pagination__component_8p6xh {
|
|
17
17
|
font-size: 14px;
|
|
18
18
|
line-height: 20px;
|
|
19
19
|
font-weight: 400;
|
|
@@ -24,9 +24,9 @@
|
|
|
24
24
|
font-feature-settings: "tnum";
|
|
25
25
|
font-variant-numeric: tabular-nums;
|
|
26
26
|
}
|
|
27
|
-
.
|
|
27
|
+
.pagination__defaultView_8p6xh > * {
|
|
28
28
|
margin-right: var(--gap-xs)
|
|
29
29
|
}
|
|
30
|
-
.
|
|
30
|
+
.pagination__defaultView_8p6xh > *:last-child {
|
|
31
31
|
margin-right: 0;
|
|
32
32
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@alfalab/core-components-pagination",
|
|
3
|
-
"version": "1.4.
|
|
3
|
+
"version": "1.4.1",
|
|
4
4
|
"description": "",
|
|
5
5
|
"keywords": [],
|
|
6
6
|
"license": "MIT",
|
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
"react-dom": "^16.9.0 || ^17.0.1 || ^18.0.0"
|
|
16
16
|
},
|
|
17
17
|
"dependencies": {
|
|
18
|
-
"@alfalab/core-components-button": "^5.3.
|
|
18
|
+
"@alfalab/core-components-button": "^5.3.1",
|
|
19
19
|
"@alfalab/core-components-tag": "^4.4.0",
|
|
20
20
|
"classnames": "^2.3.1"
|
|
21
21
|
}
|
package/CHANGELOG.md
DELETED
|
@@ -1,128 +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.4.0](https://github.com/core-ds/core-components/compare/@alfalab/core-components-pagination@1.3.3...@alfalab/core-components-pagination@1.4.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.3.3](https://github.com/core-ds/core-components/compare/@alfalab/core-components-pagination@1.3.2...@alfalab/core-components-pagination@1.3.3) (2022-07-18)
|
|
18
|
-
|
|
19
|
-
**Note:** Version bump only for package @alfalab/core-components-pagination
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
## [1.3.2](https://github.com/core-ds/core-components/compare/@alfalab/core-components-pagination@1.3.1...@alfalab/core-components-pagination@1.3.2) (2022-07-15)
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
### Bug Fixes
|
|
29
|
-
|
|
30
|
-
* bump packages version ([#153](https://github.com/core-ds/core-components/issues/153)) ([fd3e082](https://github.com/core-ds/core-components/commit/fd3e08205672129cdce04e1000c673f2cd9c10da))
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
## [1.3.1](https://github.com/core-ds/core-components/compare/@alfalab/core-components-pagination@1.3.0...@alfalab/core-components-pagination@1.3.1) (2022-07-14)
|
|
37
|
-
|
|
38
|
-
**Note:** Version bump only for package @alfalab/core-components-pagination
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
# [1.3.0](https://github.com/core-ds/core-components/compare/@alfalab/core-components-pagination@1.2.8...@alfalab/core-components-pagination@1.3.0) (2022-06-28)
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
### Features
|
|
48
|
-
|
|
49
|
-
* circumflexus retrieval ([#57](https://github.com/core-ds/core-components/issues/57)) ([3820da8](https://github.com/core-ds/core-components/commit/3820da818bcdcbee6904c648b3e29c3c828fe202))
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
## [1.2.8](https://github.com/core-ds/core-components/compare/@alfalab/core-components-pagination@1.2.7...@alfalab/core-components-pagination@1.2.8) (2022-06-23)
|
|
56
|
-
|
|
57
|
-
**Note:** Version bump only for package @alfalab/core-components-pagination
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
## [1.2.7](https://github.com/core-ds/core-components/compare/@alfalab/core-components-pagination@1.2.6...@alfalab/core-components-pagination@1.2.7) (2022-06-03)
|
|
64
|
-
|
|
65
|
-
**Note:** Version bump only for package @alfalab/core-components-pagination
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
## [1.2.1](https://github.com/core-ds/core-components/compare/@alfalab/core-components-pagination@1.2.0...@alfalab/core-components-pagination@1.2.1) (2022-03-28)
|
|
72
|
-
|
|
73
|
-
**Note:** Version bump only for package @alfalab/core-components-pagination
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
# [1.2.0](https://github.com/core-ds/core-components/compare/@alfalab/core-components-pagination@1.1.4...@alfalab/core-components-pagination@1.2.0) (2022-03-24)
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
### Features
|
|
83
|
-
|
|
84
|
-
* Исправить импорты в сторях. ([#998](https://github.com/core-ds/core-components/issues/998)) ([e6a654a](https://github.com/core-ds/core-components/commit/e6a654a0599451c7d149484cb61d8067eed083b7))
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
## [1.1.4](https://github.com/core-ds/core-components/compare/@alfalab/core-components-pagination@1.1.3...@alfalab/core-components-pagination@1.1.4) (2022-02-15)
|
|
91
|
-
|
|
92
|
-
**Note:** Version bump only for package @alfalab/core-components-pagination
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
## [1.1.3](https://github.com/core-ds/core-components/compare/@alfalab/core-components-pagination@1.1.2...@alfalab/core-components-pagination@1.1.3) (2022-02-09)
|
|
99
|
-
|
|
100
|
-
**Note:** Version bump only for package @alfalab/core-components-pagination
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
## [1.1.2](https://github.com/core-ds/core-components/compare/@alfalab/core-components-pagination@1.1.1...@alfalab/core-components-pagination@1.1.2) (2022-02-03)
|
|
107
|
-
|
|
108
|
-
**Note:** Version bump only for package @alfalab/core-components-pagination
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
## [1.1.1](https://github.com/core-ds/core-components/compare/@alfalab/core-components-pagination@1.1.0...@alfalab/core-components-pagination@1.1.1) (2022-02-02)
|
|
115
|
-
|
|
116
|
-
**Note:** Version bump only for package @alfalab/core-components-pagination
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
# 1.1.0 (2021-12-29)
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
### Features
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
* **table:** компоненты для построения таблиц ([#911](https://github.com/core-ds/core-components/issues/911)) ([4ac648a](https://github.com/core-ds/core-components/commit/4ac648abd4de08bf68babc2f122f432d5b14080e))
|