@alfalab/core-components-pagination 1.4.2 → 2.0.0
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/{dist/Component.d.ts → Component.d.ts} +0 -0
- package/{dist/Component.js → Component.js} +0 -0
- package/{dist/esm/components → components}/default-view/index.css +1 -1
- package/{dist/components → components}/default-view/index.d.ts +0 -0
- package/{dist/components → components}/default-view/index.js +0 -0
- package/{dist/components → components}/per-page-view/index.css +1 -1
- package/{dist/components → components}/per-page-view/index.d.ts +0 -0
- package/{dist/components → components}/per-page-view/index.js +0 -0
- package/{dist/esm/components → components}/tag/index.css +1 -1
- package/{dist/components → components}/tag/index.d.ts +0 -0
- package/{dist/components → components}/tag/index.js +0 -0
- package/{dist/cssm → cssm}/Component.d.ts +0 -0
- package/{dist/cssm → cssm}/Component.js +1 -1
- package/{dist/cssm → cssm}/components/default-view/index.d.ts +0 -0
- package/{dist/cssm → cssm}/components/default-view/index.js +1 -1
- package/{dist/cssm → cssm}/components/default-view/index.module.css +0 -0
- package/{dist/cssm → cssm}/components/per-page-view/index.d.ts +0 -0
- package/{dist/cssm → cssm}/components/per-page-view/index.js +0 -0
- package/{dist/cssm → cssm}/components/per-page-view/index.module.css +0 -0
- package/{dist/cssm → cssm}/components/tag/index.d.ts +0 -0
- package/{dist/cssm → cssm}/components/tag/index.js +1 -1
- package/{dist/cssm → cssm}/components/tag/index.module.css +0 -0
- package/{dist/cssm → cssm}/index.d.ts +0 -0
- package/{dist/cssm → cssm}/index.js +1 -1
- package/{dist/cssm → cssm}/index.module.css +0 -0
- package/{dist/esm → esm}/Component.d.ts +0 -0
- package/{dist/esm → esm}/Component.js +1 -1
- package/{dist/modern → esm}/components/default-view/index.css +1 -1
- package/{dist/esm → esm}/components/default-view/index.d.ts +0 -0
- package/{dist/esm → esm}/components/default-view/index.js +1 -1
- package/{dist/modern → esm}/components/per-page-view/index.css +1 -1
- package/{dist/esm → esm}/components/per-page-view/index.d.ts +0 -0
- package/{dist/esm → esm}/components/per-page-view/index.js +0 -0
- package/{dist → esm}/components/tag/index.css +1 -1
- package/{dist/esm → esm}/components/tag/index.d.ts +0 -0
- package/{dist/esm → esm}/components/tag/index.js +1 -1
- package/{dist/esm → esm}/index.css +1 -1
- package/{dist/esm → esm}/index.d.ts +0 -0
- package/{dist/esm → esm}/index.js +1 -1
- package/{dist/index.css → index.css} +1 -1
- package/{dist/index.d.ts → index.d.ts} +0 -0
- package/{dist/index.js → index.js} +0 -0
- package/{dist/modern → modern}/Component.d.ts +0 -0
- package/{dist/modern → modern}/Component.js +1 -1
- package/{dist → modern}/components/default-view/index.css +1 -1
- package/{dist/modern → modern}/components/default-view/index.d.ts +0 -0
- package/{dist/modern → modern}/components/default-view/index.js +1 -1
- package/{dist/esm → modern}/components/per-page-view/index.css +1 -1
- package/{dist/modern → modern}/components/per-page-view/index.d.ts +0 -0
- package/{dist/modern → modern}/components/per-page-view/index.js +0 -0
- package/{dist/modern → modern}/components/tag/index.css +1 -1
- package/{dist/modern → modern}/components/tag/index.d.ts +0 -0
- package/{dist/modern → modern}/components/tag/index.js +1 -1
- package/{dist/modern → modern}/index.css +1 -1
- package/{dist/modern → modern}/index.d.ts +0 -0
- package/{dist/modern → modern}/index.js +1 -1
- package/package.json +8 -11
- package/{dist/send-stats.js → send-stats.js} +0 -0
- package/CHANGELOG.md +0 -147
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
@@ -7,7 +7,7 @@ var cn = require('classnames');
|
|
|
7
7
|
var ChevronBackMIcon = require('@alfalab/icons-glyph/ChevronBackMIcon');
|
|
8
8
|
var ChevronForwardMIcon = require('@alfalab/icons-glyph/ChevronForwardMIcon');
|
|
9
9
|
var components_tag_index = require('./components/tag/index.js');
|
|
10
|
-
require('@alfalab/core-components-tag/
|
|
10
|
+
require('@alfalab/core-components-tag/cssm');
|
|
11
11
|
require('./components/tag/index.module.css');
|
|
12
12
|
require('./components/default-view/index.module.css');
|
|
13
13
|
var components_defaultView_index = require('./components/default-view/index.js');
|
|
File without changes
|
|
@@ -5,7 +5,7 @@ Object.defineProperty(exports, '__esModule', { value: true });
|
|
|
5
5
|
var React = require('react');
|
|
6
6
|
require('classnames');
|
|
7
7
|
var components_tag_index = require('../tag/index.js');
|
|
8
|
-
require('@alfalab/core-components-tag/
|
|
8
|
+
require('@alfalab/core-components-tag/cssm');
|
|
9
9
|
require('../tag/index.module.css');
|
|
10
10
|
var styles = require('./index.module.css');
|
|
11
11
|
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
@@ -4,7 +4,7 @@ Object.defineProperty(exports, '__esModule', { value: true });
|
|
|
4
4
|
|
|
5
5
|
var React = require('react');
|
|
6
6
|
var cn = require('classnames');
|
|
7
|
-
var coreComponentsTag = require('@alfalab/core-components-tag/
|
|
7
|
+
var coreComponentsTag = require('@alfalab/core-components-tag/cssm');
|
|
8
8
|
var styles = require('./index.module.css');
|
|
9
9
|
|
|
10
10
|
function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'default' in e ? e : { 'default': e }; }
|
|
File without changes
|
|
File without changes
|
|
@@ -7,7 +7,7 @@ require('classnames');
|
|
|
7
7
|
require('@alfalab/icons-glyph/ChevronBackMIcon');
|
|
8
8
|
require('@alfalab/icons-glyph/ChevronForwardMIcon');
|
|
9
9
|
require('./components/tag/index.js');
|
|
10
|
-
require('@alfalab/core-components-tag/
|
|
10
|
+
require('@alfalab/core-components-tag/cssm');
|
|
11
11
|
require('./components/tag/index.module.css');
|
|
12
12
|
require('./components/default-view/index.module.css');
|
|
13
13
|
require('./components/default-view/index.js');
|
|
File without changes
|
|
File without changes
|
|
@@ -3,7 +3,7 @@ import cn from 'classnames';
|
|
|
3
3
|
import { ChevronBackMIcon } from '@alfalab/icons-glyph/ChevronBackMIcon';
|
|
4
4
|
import { ChevronForwardMIcon } from '@alfalab/icons-glyph/ChevronForwardMIcon';
|
|
5
5
|
import { Tag } from './components/tag/index.js';
|
|
6
|
-
import '@alfalab/core-components-tag/
|
|
6
|
+
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
|
|
|
File without changes
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import React, { useCallback } from 'react';
|
|
2
2
|
import 'classnames';
|
|
3
3
|
import { Tag } from '../tag/index.js';
|
|
4
|
-
import '@alfalab/core-components-tag/
|
|
4
|
+
import '@alfalab/core-components-tag/esm';
|
|
5
5
|
|
|
6
6
|
var styles = {"dots":"pagination__dots_6b2sn"};
|
|
7
7
|
require('./index.css')
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
import cn from 'classnames';
|
|
3
|
-
import { Tag as Tag$1 } from '@alfalab/core-components-tag/
|
|
3
|
+
import { Tag as Tag$1 } from '@alfalab/core-components-tag/esm';
|
|
4
4
|
|
|
5
5
|
/*! *****************************************************************************
|
|
6
6
|
Copyright (c) Microsoft Corporation.
|
|
File without changes
|
|
@@ -3,7 +3,7 @@ import 'classnames';
|
|
|
3
3
|
import '@alfalab/icons-glyph/ChevronBackMIcon';
|
|
4
4
|
import '@alfalab/icons-glyph/ChevronForwardMIcon';
|
|
5
5
|
import './components/tag/index.js';
|
|
6
|
-
import '@alfalab/core-components-tag/
|
|
6
|
+
import '@alfalab/core-components-tag/esm';
|
|
7
7
|
import './components/default-view/index.js';
|
|
8
8
|
import './components/per-page-view/index.js';
|
|
9
9
|
export { Pagination } from './Component.js';
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
@@ -2,7 +2,7 @@ import React from 'react';
|
|
|
2
2
|
import cn from 'classnames';
|
|
3
3
|
import { ChevronBackMIcon } from '@alfalab/icons-glyph/ChevronBackMIcon';
|
|
4
4
|
import { ChevronForwardMIcon } from '@alfalab/icons-glyph/ChevronForwardMIcon';
|
|
5
|
-
import '@alfalab/core-components-tag/
|
|
5
|
+
import '@alfalab/core-components-tag/modern';
|
|
6
6
|
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';
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
import cn from 'classnames';
|
|
3
|
-
import { Tag as Tag$1 } from '@alfalab/core-components-tag/
|
|
3
|
+
import { Tag as Tag$1 } from '@alfalab/core-components-tag/modern';
|
|
4
4
|
|
|
5
5
|
var styles = {"tag":"pagination__tag_5zelo","checked":"pagination__checked_5zelo"};
|
|
6
6
|
require('./index.css')
|
|
File without changes
|
|
@@ -2,7 +2,7 @@ import 'react';
|
|
|
2
2
|
import 'classnames';
|
|
3
3
|
import '@alfalab/icons-glyph/ChevronBackMIcon';
|
|
4
4
|
import '@alfalab/icons-glyph/ChevronForwardMIcon';
|
|
5
|
-
import '@alfalab/core-components-tag/
|
|
5
|
+
import '@alfalab/core-components-tag/modern';
|
|
6
6
|
import './components/tag/index.js';
|
|
7
7
|
import './components/default-view/index.js';
|
|
8
8
|
import './components/per-page-view/index.js';
|
package/package.json
CHANGED
|
@@ -1,25 +1,22 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@alfalab/core-components-pagination",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "2.0.0",
|
|
4
4
|
"description": "",
|
|
5
5
|
"keywords": [],
|
|
6
6
|
"license": "MIT",
|
|
7
|
-
"main": "
|
|
8
|
-
"module": "./
|
|
9
|
-
"files": [
|
|
10
|
-
"dist"
|
|
11
|
-
],
|
|
7
|
+
"main": "index.js",
|
|
8
|
+
"module": "./esm/index.js",
|
|
12
9
|
"publishConfig": {
|
|
13
|
-
"access": "public"
|
|
10
|
+
"access": "public",
|
|
11
|
+
"directory": "dist"
|
|
14
12
|
},
|
|
15
13
|
"peerDependencies": {
|
|
16
14
|
"react": "^16.9.0 || ^17.0.1 || ^18.0.0",
|
|
17
15
|
"react-dom": "^16.9.0 || ^17.0.1 || ^18.0.0"
|
|
18
16
|
},
|
|
19
17
|
"dependencies": {
|
|
20
|
-
"@alfalab/core-components-button": "^
|
|
21
|
-
"@alfalab/core-components-tag": "^
|
|
18
|
+
"@alfalab/core-components-button": "^6.0.0",
|
|
19
|
+
"@alfalab/core-components-tag": "^5.0.0",
|
|
22
20
|
"classnames": "^2.3.1"
|
|
23
|
-
}
|
|
24
|
-
"gitHead": "4d6c8965d07839e339b370bb7c92bd7f9e24b1f3"
|
|
21
|
+
}
|
|
25
22
|
}
|
|
File without changes
|
package/CHANGELOG.md
DELETED
|
@@ -1,147 +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.2](https://github.com/core-ds/core-components/compare/@alfalab/core-components-pagination@1.4.1...@alfalab/core-components-pagination@1.4.2) (2022-08-17)
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
### Bug Fixes
|
|
10
|
-
|
|
11
|
-
* returned dist directory ([#199](https://github.com/core-ds/core-components/issues/199)) ([fabc15e](https://github.com/core-ds/core-components/commit/fabc15effa1457ca65ec7238206f1b1fc2a2a613))
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
## [1.4.1](https://github.com/core-ds/core-components/compare/@alfalab/core-components-pagination@1.4.0...@alfalab/core-components-pagination@1.4.1) (2022-08-11)
|
|
18
|
-
|
|
19
|
-
**Note:** Version bump only for package @alfalab/core-components-pagination
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
# [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)
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
### Features
|
|
29
|
-
|
|
30
|
-
* react 18 support ([#159](https://github.com/core-ds/core-components/issues/159)) ([2e6693c](https://github.com/core-ds/core-components/commit/2e6693c62f534e333aadb7d3fff4ffd78ac84c63))
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
## [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)
|
|
37
|
-
|
|
38
|
-
**Note:** Version bump only for package @alfalab/core-components-pagination
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
## [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)
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
### Bug Fixes
|
|
48
|
-
|
|
49
|
-
* bump packages version ([#153](https://github.com/core-ds/core-components/issues/153)) ([fd3e082](https://github.com/core-ds/core-components/commit/fd3e08205672129cdce04e1000c673f2cd9c10da))
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
## [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)
|
|
56
|
-
|
|
57
|
-
**Note:** Version bump only for package @alfalab/core-components-pagination
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
# [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)
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
### Features
|
|
67
|
-
|
|
68
|
-
* circumflexus retrieval ([#57](https://github.com/core-ds/core-components/issues/57)) ([3820da8](https://github.com/core-ds/core-components/commit/3820da818bcdcbee6904c648b3e29c3c828fe202))
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
## [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)
|
|
75
|
-
|
|
76
|
-
**Note:** Version bump only for package @alfalab/core-components-pagination
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
## [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)
|
|
83
|
-
|
|
84
|
-
**Note:** Version bump only for package @alfalab/core-components-pagination
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
## [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)
|
|
91
|
-
|
|
92
|
-
**Note:** Version bump only for package @alfalab/core-components-pagination
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
# [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)
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
### Features
|
|
102
|
-
|
|
103
|
-
* Исправить импорты в сторях. ([#998](https://github.com/core-ds/core-components/issues/998)) ([e6a654a](https://github.com/core-ds/core-components/commit/e6a654a0599451c7d149484cb61d8067eed083b7))
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
## [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)
|
|
110
|
-
|
|
111
|
-
**Note:** Version bump only for package @alfalab/core-components-pagination
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
## [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)
|
|
118
|
-
|
|
119
|
-
**Note:** Version bump only for package @alfalab/core-components-pagination
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
## [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)
|
|
126
|
-
|
|
127
|
-
**Note:** Version bump only for package @alfalab/core-components-pagination
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
## [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)
|
|
134
|
-
|
|
135
|
-
**Note:** Version bump only for package @alfalab/core-components-pagination
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
# 1.1.0 (2021-12-29)
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
### Features
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
* **table:** компоненты для построения таблиц ([#911](https://github.com/core-ds/core-components/issues/911)) ([4ac648a](https://github.com/core-ds/core-components/commit/4ac648abd4de08bf68babc2f122f432d5b14080e))
|