@alfalab/core-components-calendar-range 5.1.2 → 5.1.5
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/CHANGELOG.md +97 -89
- package/dist/Component.js +1 -1
- package/dist/esm/Component.js +1 -1
- package/dist/esm/index.js +1 -1
- package/dist/esm/{index.module-bc6eae37.d.ts → index.module-6f4fe3b7.d.ts} +0 -0
- package/dist/esm/{index.module-bc6eae37.js → index.module-6f4fe3b7.js} +1 -1
- package/dist/esm/views/index.css +8 -8
- package/dist/esm/views/popover.js +1 -1
- package/dist/esm/views/static.js +1 -1
- package/dist/index.js +1 -1
- package/dist/{index.module-0d9c90e3.d.ts → index.module-3cdbd49d.d.ts} +0 -0
- package/dist/{index.module-0d9c90e3.js → index.module-3cdbd49d.js} +1 -1
- package/dist/modern/Component.js +1 -1
- package/dist/modern/index.js +1 -1
- package/dist/modern/index.module-99e2fe88.js +4 -0
- package/dist/modern/views/index.css +8 -8
- package/dist/modern/views/popover.js +1 -1
- package/dist/modern/views/static.js +1 -1
- package/dist/views/index.css +8 -8
- package/dist/views/popover.js +1 -1
- package/dist/views/static.js +1 -1
- package/package.json +7 -7
- package/dist/modern/index.module-0b0efcd6.js +0 -4
package/CHANGELOG.md
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
-
## [5.1.
|
|
6
|
+
## [5.1.3](https://github.com/core-ds/core-components/compare/@alfalab/core-components-calendar-range@5.1.2...@alfalab/core-components-calendar-range@5.1.3) (2022-03-18)
|
|
7
7
|
|
|
8
8
|
**Note:** Version bump only for package @alfalab/core-components-calendar-range
|
|
9
9
|
|
|
@@ -11,7 +11,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
11
11
|
|
|
12
12
|
|
|
13
13
|
|
|
14
|
-
## [5.1.
|
|
14
|
+
## [5.1.2](https://github.com/core-ds/core-components/compare/@alfalab/core-components-calendar-range@5.1.1...@alfalab/core-components-calendar-range@5.1.2) (2022-03-04)
|
|
15
15
|
|
|
16
16
|
**Note:** Version bump only for package @alfalab/core-components-calendar-range
|
|
17
17
|
|
|
@@ -19,26 +19,34 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
19
19
|
|
|
20
20
|
|
|
21
21
|
|
|
22
|
-
|
|
22
|
+
## [5.1.1](https://github.com/core-ds/core-components/compare/@alfalab/core-components-calendar-range@5.1.0...@alfalab/core-components-calendar-range@5.1.1) (2022-03-01)
|
|
23
|
+
|
|
24
|
+
**Note:** Version bump only for package @alfalab/core-components-calendar-range
|
|
25
|
+
|
|
26
|
+
|
|
27
|
+
|
|
28
|
+
|
|
29
|
+
|
|
30
|
+
# [5.1.0](https://github.com/core-ds/core-components/compare/@alfalab/core-components-calendar-range@5.0.0...@alfalab/core-components-calendar-range@5.1.0) (2022-02-21)
|
|
23
31
|
|
|
24
32
|
|
|
25
33
|
### Bug Fixes
|
|
26
34
|
|
|
27
|
-
* **calendar-range:** correct highlights ([#1002](https://github.com/
|
|
35
|
+
* **calendar-range:** correct highlights ([#1002](https://github.com/core-ds/core-components/issues/1002)) ([5c12da2](https://github.com/core-ds/core-components/commit/5c12da2eb72b146b0a5f58447312f96f4b424c48))
|
|
28
36
|
|
|
29
37
|
|
|
30
38
|
### Features
|
|
31
39
|
|
|
32
|
-
* Исправить импорты в сторях. ([#998](https://github.com/
|
|
40
|
+
* Исправить импорты в сторях. ([#998](https://github.com/core-ds/core-components/issues/998)) ([e6a654a](https://github.com/core-ds/core-components/commit/e6a654a0599451c7d149484cb61d8067eed083b7))
|
|
33
41
|
|
|
34
42
|
|
|
35
43
|
|
|
36
44
|
|
|
37
45
|
|
|
38
|
-
# [5.0.0](https://github.com/
|
|
46
|
+
# [5.0.0](https://github.com/core-ds/core-components/compare/@alfalab/core-components-calendar-range@4.3.0...@alfalab/core-components-calendar-range@5.0.0) (2022-02-17)
|
|
39
47
|
|
|
40
48
|
|
|
41
|
-
* refactor/calendar-range (#984) ([714f615](https://github.com/
|
|
49
|
+
* refactor/calendar-range (#984) ([714f615](https://github.com/core-ds/core-components/commit/714f61590586bafe1060e652943e95c133ed002a)), closes [#984](https://github.com/core-ds/core-components/issues/984)
|
|
42
50
|
|
|
43
51
|
|
|
44
52
|
### BREAKING CHANGES
|
|
@@ -91,19 +99,19 @@ Co-authored-by: dmitrsavk <dmitrsavk@yandex.ru>
|
|
|
91
99
|
|
|
92
100
|
|
|
93
101
|
|
|
94
|
-
# [4.3.0](https://github.com/
|
|
102
|
+
# [4.3.0](https://github.com/core-ds/core-components/compare/@alfalab/core-components-calendar-range@4.2.5...@alfalab/core-components-calendar-range@4.3.0) (2022-02-17)
|
|
95
103
|
|
|
96
104
|
|
|
97
105
|
### Features
|
|
98
106
|
|
|
99
|
-
* **calendar:** design & logic updates ([#991](https://github.com/
|
|
100
|
-
* **date-input:** add some improvements ([#971](https://github.com/
|
|
107
|
+
* **calendar:** design & logic updates ([#991](https://github.com/core-ds/core-components/issues/991)) ([358142c](https://github.com/core-ds/core-components/commit/358142c6d259e1463954139cc648787cdf461f76)), closes [#993](https://github.com/core-ds/core-components/issues/993) [#990](https://github.com/core-ds/core-components/issues/990)
|
|
108
|
+
* **date-input:** add some improvements ([#971](https://github.com/core-ds/core-components/issues/971)) ([47756ca](https://github.com/core-ds/core-components/commit/47756ca1d4eea89f78ed7234e95c02e51dd72e49))
|
|
101
109
|
|
|
102
110
|
|
|
103
111
|
|
|
104
112
|
|
|
105
113
|
|
|
106
|
-
## [4.2.5](https://github.com/
|
|
114
|
+
## [4.2.5](https://github.com/core-ds/core-components/compare/@alfalab/core-components-calendar-range@4.2.4...@alfalab/core-components-calendar-range@4.2.5) (2022-02-15)
|
|
107
115
|
|
|
108
116
|
**Note:** Version bump only for package @alfalab/core-components-calendar-range
|
|
109
117
|
|
|
@@ -111,7 +119,7 @@ Co-authored-by: dmitrsavk <dmitrsavk@yandex.ru>
|
|
|
111
119
|
|
|
112
120
|
|
|
113
121
|
|
|
114
|
-
## [4.2.4](https://github.com/
|
|
122
|
+
## [4.2.4](https://github.com/core-ds/core-components/compare/@alfalab/core-components-calendar-range@4.2.3...@alfalab/core-components-calendar-range@4.2.4) (2022-02-09)
|
|
115
123
|
|
|
116
124
|
**Note:** Version bump only for package @alfalab/core-components-calendar-range
|
|
117
125
|
|
|
@@ -119,7 +127,7 @@ Co-authored-by: dmitrsavk <dmitrsavk@yandex.ru>
|
|
|
119
127
|
|
|
120
128
|
|
|
121
129
|
|
|
122
|
-
## [4.2.3](https://github.com/
|
|
130
|
+
## [4.2.3](https://github.com/core-ds/core-components/compare/@alfalab/core-components-calendar-range@4.2.2...@alfalab/core-components-calendar-range@4.2.3) (2022-02-03)
|
|
123
131
|
|
|
124
132
|
**Note:** Version bump only for package @alfalab/core-components-calendar-range
|
|
125
133
|
|
|
@@ -127,7 +135,7 @@ Co-authored-by: dmitrsavk <dmitrsavk@yandex.ru>
|
|
|
127
135
|
|
|
128
136
|
|
|
129
137
|
|
|
130
|
-
## [4.2.2](https://github.com/
|
|
138
|
+
## [4.2.2](https://github.com/core-ds/core-components/compare/@alfalab/core-components-calendar-range@4.2.1...@alfalab/core-components-calendar-range@4.2.2) (2022-02-02)
|
|
131
139
|
|
|
132
140
|
**Note:** Version bump only for package @alfalab/core-components-calendar-range
|
|
133
141
|
|
|
@@ -135,7 +143,7 @@ Co-authored-by: dmitrsavk <dmitrsavk@yandex.ru>
|
|
|
135
143
|
|
|
136
144
|
|
|
137
145
|
|
|
138
|
-
## [4.2.1](https://github.com/
|
|
146
|
+
## [4.2.1](https://github.com/core-ds/core-components/compare/@alfalab/core-components-calendar-range@4.2.0...@alfalab/core-components-calendar-range@4.2.1) (2022-01-27)
|
|
139
147
|
|
|
140
148
|
**Note:** Version bump only for package @alfalab/core-components-calendar-range
|
|
141
149
|
|
|
@@ -143,18 +151,18 @@ Co-authored-by: dmitrsavk <dmitrsavk@yandex.ru>
|
|
|
143
151
|
|
|
144
152
|
|
|
145
153
|
|
|
146
|
-
# [4.2.0](https://github.com/
|
|
154
|
+
# [4.2.0](https://github.com/core-ds/core-components/compare/@alfalab/core-components-calendar-range@4.1.5...@alfalab/core-components-calendar-range@4.2.0) (2022-01-17)
|
|
147
155
|
|
|
148
156
|
|
|
149
157
|
### Features
|
|
150
158
|
|
|
151
|
-
* **calendar:** split header to header & period-slider ([#939](https://github.com/
|
|
159
|
+
* **calendar:** split header to header & period-slider ([#939](https://github.com/core-ds/core-components/issues/939)) ([107cee0](https://github.com/core-ds/core-components/commit/107cee0f2b5d609a02b61023b324dcc8c98c5220))
|
|
152
160
|
|
|
153
161
|
|
|
154
162
|
|
|
155
163
|
|
|
156
164
|
|
|
157
|
-
## [4.1.5](https://github.com/
|
|
165
|
+
## [4.1.5](https://github.com/core-ds/core-components/compare/@alfalab/core-components-calendar-range@4.1.4...@alfalab/core-components-calendar-range@4.1.5) (2021-12-29)
|
|
158
166
|
|
|
159
167
|
**Note:** Version bump only for package @alfalab/core-components-calendar-range
|
|
160
168
|
|
|
@@ -162,7 +170,7 @@ Co-authored-by: dmitrsavk <dmitrsavk@yandex.ru>
|
|
|
162
170
|
|
|
163
171
|
|
|
164
172
|
|
|
165
|
-
## [4.1.4](https://github.com/
|
|
173
|
+
## [4.1.4](https://github.com/core-ds/core-components/compare/@alfalab/core-components-calendar-range@4.1.3...@alfalab/core-components-calendar-range@4.1.4) (2021-12-21)
|
|
166
174
|
|
|
167
175
|
**Note:** Version bump only for package @alfalab/core-components-calendar-range
|
|
168
176
|
|
|
@@ -170,7 +178,7 @@ Co-authored-by: dmitrsavk <dmitrsavk@yandex.ru>
|
|
|
170
178
|
|
|
171
179
|
|
|
172
180
|
|
|
173
|
-
## [4.1.3](https://github.com/
|
|
181
|
+
## [4.1.3](https://github.com/core-ds/core-components/compare/@alfalab/core-components-calendar-range@4.1.2...@alfalab/core-components-calendar-range@4.1.3) (2021-12-14)
|
|
174
182
|
|
|
175
183
|
**Note:** Version bump only for package @alfalab/core-components-calendar-range
|
|
176
184
|
|
|
@@ -178,7 +186,7 @@ Co-authored-by: dmitrsavk <dmitrsavk@yandex.ru>
|
|
|
178
186
|
|
|
179
187
|
|
|
180
188
|
|
|
181
|
-
## [4.1.2](https://github.com/
|
|
189
|
+
## [4.1.2](https://github.com/core-ds/core-components/compare/@alfalab/core-components-calendar-range@4.1.1...@alfalab/core-components-calendar-range@4.1.2) (2021-12-08)
|
|
182
190
|
|
|
183
191
|
**Note:** Version bump only for package @alfalab/core-components-calendar-range
|
|
184
192
|
|
|
@@ -186,7 +194,7 @@ Co-authored-by: dmitrsavk <dmitrsavk@yandex.ru>
|
|
|
186
194
|
|
|
187
195
|
|
|
188
196
|
|
|
189
|
-
## [4.1.1](https://github.com/
|
|
197
|
+
## [4.1.1](https://github.com/core-ds/core-components/compare/@alfalab/core-components-calendar-range@4.1.0...@alfalab/core-components-calendar-range@4.1.1) (2021-12-08)
|
|
190
198
|
|
|
191
199
|
**Note:** Version bump only for package @alfalab/core-components-calendar-range
|
|
192
200
|
|
|
@@ -194,18 +202,18 @@ Co-authored-by: dmitrsavk <dmitrsavk@yandex.ru>
|
|
|
194
202
|
|
|
195
203
|
|
|
196
204
|
|
|
197
|
-
# [4.1.0](https://github.com/
|
|
205
|
+
# [4.1.0](https://github.com/core-ds/core-components/compare/@alfalab/core-components-calendar-range@4.0.4...@alfalab/core-components-calendar-range@4.1.0) (2021-12-08)
|
|
198
206
|
|
|
199
207
|
|
|
200
208
|
### Features
|
|
201
209
|
|
|
202
|
-
* **calendar:** мобильные стили ([#867](https://github.com/
|
|
210
|
+
* **calendar:** мобильные стили ([#867](https://github.com/core-ds/core-components/issues/867)) ([febf545](https://github.com/core-ds/core-components/commit/febf54551f8179a1ba03fe65ed47aa3b20b01472))
|
|
203
211
|
|
|
204
212
|
|
|
205
213
|
|
|
206
214
|
|
|
207
215
|
|
|
208
|
-
## [4.0.4](https://github.com/
|
|
216
|
+
## [4.0.4](https://github.com/core-ds/core-components/compare/@alfalab/core-components-calendar-range@4.0.3...@alfalab/core-components-calendar-range@4.0.4) (2021-12-01)
|
|
209
217
|
|
|
210
218
|
**Note:** Version bump only for package @alfalab/core-components-calendar-range
|
|
211
219
|
|
|
@@ -213,7 +221,7 @@ Co-authored-by: dmitrsavk <dmitrsavk@yandex.ru>
|
|
|
213
221
|
|
|
214
222
|
|
|
215
223
|
|
|
216
|
-
## [4.0.3](https://github.com/
|
|
224
|
+
## [4.0.3](https://github.com/core-ds/core-components/compare/@alfalab/core-components-calendar-range@4.0.2...@alfalab/core-components-calendar-range@4.0.3) (2021-11-26)
|
|
217
225
|
|
|
218
226
|
**Note:** Version bump only for package @alfalab/core-components-calendar-range
|
|
219
227
|
|
|
@@ -221,18 +229,18 @@ Co-authored-by: dmitrsavk <dmitrsavk@yandex.ru>
|
|
|
221
229
|
|
|
222
230
|
|
|
223
231
|
|
|
224
|
-
## [4.0.2](https://github.com/
|
|
232
|
+
## [4.0.2](https://github.com/core-ds/core-components/compare/@alfalab/core-components-calendar-range@4.0.1...@alfalab/core-components-calendar-range@4.0.2) (2021-11-22)
|
|
225
233
|
|
|
226
234
|
|
|
227
235
|
### Bug Fixes
|
|
228
236
|
|
|
229
|
-
* **calendar-range:** fix default month to ([#868](https://github.com/
|
|
237
|
+
* **calendar-range:** fix default month to ([#868](https://github.com/core-ds/core-components/issues/868)) ([1f9fb97](https://github.com/core-ds/core-components/commit/1f9fb9709292d28300c3fc4386ffd858b2efd852))
|
|
230
238
|
|
|
231
239
|
|
|
232
240
|
|
|
233
241
|
|
|
234
242
|
|
|
235
|
-
## [4.0.1](https://github.com/
|
|
243
|
+
## [4.0.1](https://github.com/core-ds/core-components/compare/@alfalab/core-components-calendar-range@4.0.0...@alfalab/core-components-calendar-range@4.0.1) (2021-11-16)
|
|
236
244
|
|
|
237
245
|
**Note:** Version bump only for package @alfalab/core-components-calendar-range
|
|
238
246
|
|
|
@@ -240,12 +248,12 @@ Co-authored-by: dmitrsavk <dmitrsavk@yandex.ru>
|
|
|
240
248
|
|
|
241
249
|
|
|
242
250
|
|
|
243
|
-
# [4.0.0](https://github.com/
|
|
251
|
+
# [4.0.0](https://github.com/core-ds/core-components/compare/@alfalab/core-components-calendar-range@3.2.2...@alfalab/core-components-calendar-range@4.0.0) (2021-10-15)
|
|
244
252
|
|
|
245
253
|
|
|
246
254
|
### Features
|
|
247
255
|
|
|
248
|
-
* **calendar-input:** переход к темизации цвета иконки ([adf1dfd](https://github.com/
|
|
256
|
+
* **calendar-input:** переход к темизации цвета иконки ([adf1dfd](https://github.com/core-ds/core-components/commit/adf1dfd080c1986976a57fee448183e762892eb0))
|
|
249
257
|
|
|
250
258
|
|
|
251
259
|
### BREAKING CHANGES
|
|
@@ -256,7 +264,7 @@ Co-authored-by: dmitrsavk <dmitrsavk@yandex.ru>
|
|
|
256
264
|
|
|
257
265
|
|
|
258
266
|
|
|
259
|
-
## [3.2.2](https://github.com/
|
|
267
|
+
## [3.2.2](https://github.com/core-ds/core-components/compare/@alfalab/core-components-calendar-range@3.2.1...@alfalab/core-components-calendar-range@3.2.2) (2021-10-15)
|
|
260
268
|
|
|
261
269
|
**Note:** Version bump only for package @alfalab/core-components-calendar-range
|
|
262
270
|
|
|
@@ -264,7 +272,7 @@ Co-authored-by: dmitrsavk <dmitrsavk@yandex.ru>
|
|
|
264
272
|
|
|
265
273
|
|
|
266
274
|
|
|
267
|
-
## [3.2.1](https://github.com/
|
|
275
|
+
## [3.2.1](https://github.com/core-ds/core-components/compare/@alfalab/core-components-calendar-range@3.2.0...@alfalab/core-components-calendar-range@3.2.1) (2021-10-11)
|
|
268
276
|
|
|
269
277
|
**Note:** Version bump only for package @alfalab/core-components-calendar-range
|
|
270
278
|
|
|
@@ -272,18 +280,18 @@ Co-authored-by: dmitrsavk <dmitrsavk@yandex.ru>
|
|
|
272
280
|
|
|
273
281
|
|
|
274
282
|
|
|
275
|
-
# [3.2.0](https://github.com/
|
|
283
|
+
# [3.2.0](https://github.com/core-ds/core-components/compare/@alfalab/core-components-calendar-range@3.1.8...@alfalab/core-components-calendar-range@3.2.0) (2021-09-14)
|
|
276
284
|
|
|
277
285
|
|
|
278
286
|
### Features
|
|
279
287
|
|
|
280
|
-
* change error type to ReactNode ([#825](https://github.com/
|
|
288
|
+
* change error type to ReactNode ([#825](https://github.com/core-ds/core-components/issues/825)) ([c6d95c1](https://github.com/core-ds/core-components/commit/c6d95c1c6239f2b2a3bf2c1639554d8500e794f3))
|
|
281
289
|
|
|
282
290
|
|
|
283
291
|
|
|
284
292
|
|
|
285
293
|
|
|
286
|
-
## [3.1.8](https://github.com/
|
|
294
|
+
## [3.1.8](https://github.com/core-ds/core-components/compare/@alfalab/core-components-calendar-range@3.1.7...@alfalab/core-components-calendar-range@3.1.8) (2021-09-06)
|
|
287
295
|
|
|
288
296
|
**Note:** Version bump only for package @alfalab/core-components-calendar-range
|
|
289
297
|
|
|
@@ -291,7 +299,7 @@ Co-authored-by: dmitrsavk <dmitrsavk@yandex.ru>
|
|
|
291
299
|
|
|
292
300
|
|
|
293
301
|
|
|
294
|
-
## [3.1.7](https://github.com/
|
|
302
|
+
## [3.1.7](https://github.com/core-ds/core-components/compare/@alfalab/core-components-calendar-range@3.1.6...@alfalab/core-components-calendar-range@3.1.7) (2021-08-27)
|
|
295
303
|
|
|
296
304
|
**Note:** Version bump only for package @alfalab/core-components-calendar-range
|
|
297
305
|
|
|
@@ -299,7 +307,7 @@ Co-authored-by: dmitrsavk <dmitrsavk@yandex.ru>
|
|
|
299
307
|
|
|
300
308
|
|
|
301
309
|
|
|
302
|
-
## [3.1.6](https://github.com/
|
|
310
|
+
## [3.1.6](https://github.com/core-ds/core-components/compare/@alfalab/core-components-calendar-range@3.1.5...@alfalab/core-components-calendar-range@3.1.6) (2021-08-23)
|
|
303
311
|
|
|
304
312
|
**Note:** Version bump only for package @alfalab/core-components-calendar-range
|
|
305
313
|
|
|
@@ -307,18 +315,18 @@ Co-authored-by: dmitrsavk <dmitrsavk@yandex.ru>
|
|
|
307
315
|
|
|
308
316
|
|
|
309
317
|
|
|
310
|
-
## [3.1.5](https://github.com/
|
|
318
|
+
## [3.1.5](https://github.com/core-ds/core-components/compare/@alfalab/core-components-calendar-range@3.1.4...@alfalab/core-components-calendar-range@3.1.5) (2021-08-23)
|
|
311
319
|
|
|
312
320
|
|
|
313
321
|
### Bug Fixes
|
|
314
322
|
|
|
315
|
-
* **input:** smart error icon ([#746](https://github.com/
|
|
323
|
+
* **input:** smart error icon ([#746](https://github.com/core-ds/core-components/issues/746)) ([f1950d6](https://github.com/core-ds/core-components/commit/f1950d6d516d17d993f0865c10390b6301bb2707)), closes [#782](https://github.com/core-ds/core-components/issues/782)
|
|
316
324
|
|
|
317
325
|
|
|
318
326
|
|
|
319
327
|
|
|
320
328
|
|
|
321
|
-
## [3.1.4](https://github.com/
|
|
329
|
+
## [3.1.4](https://github.com/core-ds/core-components/compare/@alfalab/core-components-calendar-range@3.1.3...@alfalab/core-components-calendar-range@3.1.4) (2021-08-13)
|
|
322
330
|
|
|
323
331
|
**Note:** Version bump only for package @alfalab/core-components-calendar-range
|
|
324
332
|
|
|
@@ -326,7 +334,7 @@ Co-authored-by: dmitrsavk <dmitrsavk@yandex.ru>
|
|
|
326
334
|
|
|
327
335
|
|
|
328
336
|
|
|
329
|
-
## [3.1.3](https://github.com/
|
|
337
|
+
## [3.1.3](https://github.com/core-ds/core-components/compare/@alfalab/core-components-calendar-range@3.1.2...@alfalab/core-components-calendar-range@3.1.3) (2021-08-11)
|
|
330
338
|
|
|
331
339
|
**Note:** Version bump only for package @alfalab/core-components-calendar-range
|
|
332
340
|
|
|
@@ -334,7 +342,7 @@ Co-authored-by: dmitrsavk <dmitrsavk@yandex.ru>
|
|
|
334
342
|
|
|
335
343
|
|
|
336
344
|
|
|
337
|
-
## [3.1.2](https://github.com/
|
|
345
|
+
## [3.1.2](https://github.com/core-ds/core-components/compare/@alfalab/core-components-calendar-range@3.1.1...@alfalab/core-components-calendar-range@3.1.2) (2021-08-04)
|
|
338
346
|
|
|
339
347
|
**Note:** Version bump only for package @alfalab/core-components-calendar-range
|
|
340
348
|
|
|
@@ -342,29 +350,29 @@ Co-authored-by: dmitrsavk <dmitrsavk@yandex.ru>
|
|
|
342
350
|
|
|
343
351
|
|
|
344
352
|
|
|
345
|
-
## [3.1.1](https://github.com/
|
|
353
|
+
## [3.1.1](https://github.com/core-ds/core-components/compare/@alfalab/core-components-calendar-range@3.1.0...@alfalab/core-components-calendar-range@3.1.1) (2021-08-03)
|
|
346
354
|
|
|
347
355
|
|
|
348
356
|
### Bug Fixes
|
|
349
357
|
|
|
350
|
-
* move icon from date input to calendar input ([#768](https://github.com/
|
|
358
|
+
* move icon from date input to calendar input ([#768](https://github.com/core-ds/core-components/issues/768)) ([040bd42](https://github.com/core-ds/core-components/commit/040bd423279eb535f1ea924599ee16c296453e3f))
|
|
351
359
|
|
|
352
360
|
|
|
353
361
|
|
|
354
362
|
|
|
355
363
|
|
|
356
|
-
# [3.1.0](https://github.com/
|
|
364
|
+
# [3.1.0](https://github.com/core-ds/core-components/compare/@alfalab/core-components-calendar-range@3.0.2...@alfalab/core-components-calendar-range@3.1.0) (2021-07-23)
|
|
357
365
|
|
|
358
366
|
|
|
359
367
|
### Features
|
|
360
368
|
|
|
361
|
-
* **calendar-input:** uses date-input ([#752](https://github.com/
|
|
369
|
+
* **calendar-input:** uses date-input ([#752](https://github.com/core-ds/core-components/issues/752)) ([509dba2](https://github.com/core-ds/core-components/commit/509dba26913ccf6df859a200aa476eeef1df2ddc))
|
|
362
370
|
|
|
363
371
|
|
|
364
372
|
|
|
365
373
|
|
|
366
374
|
|
|
367
|
-
## [3.0.2](https://github.com/
|
|
375
|
+
## [3.0.2](https://github.com/core-ds/core-components/compare/@alfalab/core-components-calendar-range@3.0.1...@alfalab/core-components-calendar-range@3.0.2) (2021-07-19)
|
|
368
376
|
|
|
369
377
|
**Note:** Version bump only for package @alfalab/core-components-calendar-range
|
|
370
378
|
|
|
@@ -372,7 +380,7 @@ Co-authored-by: dmitrsavk <dmitrsavk@yandex.ru>
|
|
|
372
380
|
|
|
373
381
|
|
|
374
382
|
|
|
375
|
-
## [3.0.1](https://github.com/
|
|
383
|
+
## [3.0.1](https://github.com/core-ds/core-components/compare/@alfalab/core-components-calendar-range@3.0.0...@alfalab/core-components-calendar-range@3.0.1) (2021-07-09)
|
|
376
384
|
|
|
377
385
|
**Note:** Version bump only for package @alfalab/core-components-calendar-range
|
|
378
386
|
|
|
@@ -380,25 +388,25 @@ Co-authored-by: dmitrsavk <dmitrsavk@yandex.ru>
|
|
|
380
388
|
|
|
381
389
|
|
|
382
390
|
|
|
383
|
-
# [3.0.0](https://github.com/
|
|
391
|
+
# [3.0.0](https://github.com/core-ds/core-components/compare/@alfalab/core-components-calendar-range@2.1.0...@alfalab/core-components-calendar-range@3.0.0) (2021-07-08)
|
|
384
392
|
|
|
385
393
|
|
|
386
394
|
### Features
|
|
387
395
|
|
|
388
|
-
* upgrade storybook ([#696](https://github.com/
|
|
396
|
+
* upgrade storybook ([#696](https://github.com/core-ds/core-components/issues/696))
|
|
389
397
|
|
|
390
|
-
# [2.1.0](https://github.com/
|
|
398
|
+
# [2.1.0](https://github.com/core-ds/core-components/compare/@alfalab/core-components-calendar-range@2.0.3...@alfalab/core-components-calendar-range@2.1.0) (2021-06-30)
|
|
391
399
|
|
|
392
400
|
|
|
393
401
|
### Features
|
|
394
402
|
|
|
395
|
-
* **calendar-range:** pass props to render calendar in popper ([#702](https://github.com/
|
|
403
|
+
* **calendar-range:** pass props to render calendar in popper ([#702](https://github.com/core-ds/core-components/issues/702)) ([4369e46](https://github.com/core-ds/core-components/commit/4369e462116dc1d240f95f811be67639b10dedb6))
|
|
396
404
|
|
|
397
405
|
|
|
398
406
|
|
|
399
407
|
|
|
400
408
|
|
|
401
|
-
## [2.0.3](https://github.com/
|
|
409
|
+
## [2.0.3](https://github.com/core-ds/core-components/compare/@alfalab/core-components-calendar-range@2.0.2...@alfalab/core-components-calendar-range@2.0.3) (2021-06-22)
|
|
402
410
|
|
|
403
411
|
**Note:** Version bump only for package @alfalab/core-components-calendar-range
|
|
404
412
|
|
|
@@ -406,7 +414,7 @@ Co-authored-by: dmitrsavk <dmitrsavk@yandex.ru>
|
|
|
406
414
|
|
|
407
415
|
|
|
408
416
|
|
|
409
|
-
## [2.0.2](https://github.com/
|
|
417
|
+
## [2.0.2](https://github.com/core-ds/core-components/compare/@alfalab/core-components-calendar-range@2.0.1...@alfalab/core-components-calendar-range@2.0.2) (2021-06-08)
|
|
410
418
|
|
|
411
419
|
**Note:** Version bump only for package @alfalab/core-components-calendar-range
|
|
412
420
|
|
|
@@ -414,7 +422,7 @@ Co-authored-by: dmitrsavk <dmitrsavk@yandex.ru>
|
|
|
414
422
|
|
|
415
423
|
|
|
416
424
|
|
|
417
|
-
## [2.0.1](https://github.com/
|
|
425
|
+
## [2.0.1](https://github.com/core-ds/core-components/compare/@alfalab/core-components-calendar-range@2.0.0...@alfalab/core-components-calendar-range@2.0.1) (2021-05-31)
|
|
418
426
|
|
|
419
427
|
**Note:** Version bump only for package @alfalab/core-components-calendar-range
|
|
420
428
|
|
|
@@ -422,12 +430,12 @@ Co-authored-by: dmitrsavk <dmitrsavk@yandex.ru>
|
|
|
422
430
|
|
|
423
431
|
|
|
424
432
|
|
|
425
|
-
# [2.0.0](https://github.com/
|
|
433
|
+
# [2.0.0](https://github.com/core-ds/core-components/compare/@alfalab/core-components-calendar-range@1.3.30...@alfalab/core-components-calendar-range@2.0.0) (2021-05-25)
|
|
426
434
|
|
|
427
435
|
|
|
428
436
|
### Features
|
|
429
437
|
|
|
430
|
-
* **button:** add inverted ([#649](https://github.com/
|
|
438
|
+
* **button:** add inverted ([#649](https://github.com/core-ds/core-components/issues/649)) ([be321b0](https://github.com/core-ds/core-components/commit/be321b07e99d20824138ad65141f3fbed1b6e315)), closes [#658](https://github.com/core-ds/core-components/issues/658) [#657](https://github.com/core-ds/core-components/issues/657)
|
|
431
439
|
|
|
432
440
|
|
|
433
441
|
### BREAKING CHANGES
|
|
@@ -438,7 +446,7 @@ Co-authored-by: dmitrsavk <dmitrsavk@yandex.ru>
|
|
|
438
446
|
|
|
439
447
|
|
|
440
448
|
|
|
441
|
-
## [1.3.30](https://github.com/
|
|
449
|
+
## [1.3.30](https://github.com/core-ds/core-components/compare/@alfalab/core-components-calendar-range@1.3.29...@alfalab/core-components-calendar-range@1.3.30) (2021-05-25)
|
|
442
450
|
|
|
443
451
|
**Note:** Version bump only for package @alfalab/core-components-calendar-range
|
|
444
452
|
|
|
@@ -446,7 +454,7 @@ Co-authored-by: dmitrsavk <dmitrsavk@yandex.ru>
|
|
|
446
454
|
|
|
447
455
|
|
|
448
456
|
|
|
449
|
-
## [1.3.29](https://github.com/
|
|
457
|
+
## [1.3.29](https://github.com/core-ds/core-components/compare/@alfalab/core-components-calendar-range@1.3.28...@alfalab/core-components-calendar-range@1.3.29) (2021-05-18)
|
|
450
458
|
|
|
451
459
|
**Note:** Version bump only for package @alfalab/core-components-calendar-range
|
|
452
460
|
|
|
@@ -454,7 +462,7 @@ Co-authored-by: dmitrsavk <dmitrsavk@yandex.ru>
|
|
|
454
462
|
|
|
455
463
|
|
|
456
464
|
|
|
457
|
-
## [1.3.28](https://github.com/
|
|
465
|
+
## [1.3.28](https://github.com/core-ds/core-components/compare/@alfalab/core-components-calendar-range@1.3.27...@alfalab/core-components-calendar-range@1.3.28) (2021-05-07)
|
|
458
466
|
|
|
459
467
|
**Note:** Version bump only for package @alfalab/core-components-calendar-range
|
|
460
468
|
|
|
@@ -462,7 +470,7 @@ Co-authored-by: dmitrsavk <dmitrsavk@yandex.ru>
|
|
|
462
470
|
|
|
463
471
|
|
|
464
472
|
|
|
465
|
-
## [1.3.27](https://github.com/
|
|
473
|
+
## [1.3.27](https://github.com/core-ds/core-components/compare/@alfalab/core-components-calendar-range@1.3.26...@alfalab/core-components-calendar-range@1.3.27) (2021-05-06)
|
|
466
474
|
|
|
467
475
|
**Note:** Version bump only for package @alfalab/core-components-calendar-range
|
|
468
476
|
|
|
@@ -470,7 +478,7 @@ Co-authored-by: dmitrsavk <dmitrsavk@yandex.ru>
|
|
|
470
478
|
|
|
471
479
|
|
|
472
480
|
|
|
473
|
-
## [1.3.26](https://github.com/
|
|
481
|
+
## [1.3.26](https://github.com/core-ds/core-components/compare/@alfalab/core-components-calendar-range@1.3.25...@alfalab/core-components-calendar-range@1.3.26) (2021-04-26)
|
|
474
482
|
|
|
475
483
|
**Note:** Version bump only for package @alfalab/core-components-calendar-range
|
|
476
484
|
|
|
@@ -478,7 +486,7 @@ Co-authored-by: dmitrsavk <dmitrsavk@yandex.ru>
|
|
|
478
486
|
|
|
479
487
|
|
|
480
488
|
|
|
481
|
-
## [1.3.25](https://github.com/
|
|
489
|
+
## [1.3.25](https://github.com/core-ds/core-components/compare/@alfalab/core-components-calendar-range@1.3.24...@alfalab/core-components-calendar-range@1.3.25) (2021-04-26)
|
|
482
490
|
|
|
483
491
|
**Note:** Version bump only for package @alfalab/core-components-calendar-range
|
|
484
492
|
|
|
@@ -486,7 +494,7 @@ Co-authored-by: dmitrsavk <dmitrsavk@yandex.ru>
|
|
|
486
494
|
|
|
487
495
|
|
|
488
496
|
|
|
489
|
-
## [1.3.24](https://github.com/
|
|
497
|
+
## [1.3.24](https://github.com/core-ds/core-components/compare/@alfalab/core-components-calendar-range@1.3.23...@alfalab/core-components-calendar-range@1.3.24) (2021-04-26)
|
|
490
498
|
|
|
491
499
|
**Note:** Version bump only for package @alfalab/core-components-calendar-range
|
|
492
500
|
|
|
@@ -494,7 +502,7 @@ Co-authored-by: dmitrsavk <dmitrsavk@yandex.ru>
|
|
|
494
502
|
|
|
495
503
|
|
|
496
504
|
|
|
497
|
-
## [1.3.23](https://github.com/
|
|
505
|
+
## [1.3.23](https://github.com/core-ds/core-components/compare/@alfalab/core-components-calendar-range@1.3.22...@alfalab/core-components-calendar-range@1.3.23) (2021-04-09)
|
|
498
506
|
|
|
499
507
|
**Note:** Version bump only for package @alfalab/core-components-calendar-range
|
|
500
508
|
|
|
@@ -502,7 +510,7 @@ Co-authored-by: dmitrsavk <dmitrsavk@yandex.ru>
|
|
|
502
510
|
|
|
503
511
|
|
|
504
512
|
|
|
505
|
-
## [1.3.22](https://github.com/
|
|
513
|
+
## [1.3.22](https://github.com/core-ds/core-components/compare/@alfalab/core-components-calendar-range@1.3.21...@alfalab/core-components-calendar-range@1.3.22) (2021-04-06)
|
|
506
514
|
|
|
507
515
|
**Note:** Version bump only for package @alfalab/core-components-calendar-range
|
|
508
516
|
|
|
@@ -510,7 +518,7 @@ Co-authored-by: dmitrsavk <dmitrsavk@yandex.ru>
|
|
|
510
518
|
|
|
511
519
|
|
|
512
520
|
|
|
513
|
-
## [1.3.21](https://github.com/
|
|
521
|
+
## [1.3.21](https://github.com/core-ds/core-components/compare/@alfalab/core-components-calendar-range@1.3.20...@alfalab/core-components-calendar-range@1.3.21) (2021-04-01)
|
|
514
522
|
|
|
515
523
|
**Note:** Version bump only for package @alfalab/core-components-calendar-range
|
|
516
524
|
|
|
@@ -518,7 +526,7 @@ Co-authored-by: dmitrsavk <dmitrsavk@yandex.ru>
|
|
|
518
526
|
|
|
519
527
|
|
|
520
528
|
|
|
521
|
-
## [1.3.20](https://github.com/
|
|
529
|
+
## [1.3.20](https://github.com/core-ds/core-components/compare/@alfalab/core-components-calendar-range@1.3.19...@alfalab/core-components-calendar-range@1.3.20) (2021-03-31)
|
|
522
530
|
|
|
523
531
|
**Note:** Version bump only for package @alfalab/core-components-calendar-range
|
|
524
532
|
|
|
@@ -526,7 +534,7 @@ Co-authored-by: dmitrsavk <dmitrsavk@yandex.ru>
|
|
|
526
534
|
|
|
527
535
|
|
|
528
536
|
|
|
529
|
-
## [1.3.19](https://github.com/
|
|
537
|
+
## [1.3.19](https://github.com/core-ds/core-components/compare/@alfalab/core-components-calendar-range@1.3.18...@alfalab/core-components-calendar-range@1.3.19) (2021-03-30)
|
|
530
538
|
|
|
531
539
|
**Note:** Version bump only for package @alfalab/core-components-calendar-range
|
|
532
540
|
|
|
@@ -534,7 +542,7 @@ Co-authored-by: dmitrsavk <dmitrsavk@yandex.ru>
|
|
|
534
542
|
|
|
535
543
|
|
|
536
544
|
|
|
537
|
-
## [1.3.18](https://github.com/
|
|
545
|
+
## [1.3.18](https://github.com/core-ds/core-components/compare/@alfalab/core-components-calendar-range@1.3.17...@alfalab/core-components-calendar-range@1.3.18) (2021-03-24)
|
|
538
546
|
|
|
539
547
|
**Note:** Version bump only for package @alfalab/core-components-calendar-range
|
|
540
548
|
|
|
@@ -542,7 +550,7 @@ Co-authored-by: dmitrsavk <dmitrsavk@yandex.ru>
|
|
|
542
550
|
|
|
543
551
|
|
|
544
552
|
|
|
545
|
-
## [1.3.17](https://github.com/
|
|
553
|
+
## [1.3.17](https://github.com/core-ds/core-components/compare/@alfalab/core-components-calendar-range@1.3.16...@alfalab/core-components-calendar-range@1.3.17) (2021-03-24)
|
|
546
554
|
|
|
547
555
|
**Note:** Version bump only for package @alfalab/core-components-calendar-range
|
|
548
556
|
|
|
@@ -550,7 +558,7 @@ Co-authored-by: dmitrsavk <dmitrsavk@yandex.ru>
|
|
|
550
558
|
|
|
551
559
|
|
|
552
560
|
|
|
553
|
-
## [1.3.16](https://github.com/
|
|
561
|
+
## [1.3.16](https://github.com/core-ds/core-components/compare/@alfalab/core-components-calendar-range@1.3.15...@alfalab/core-components-calendar-range@1.3.16) (2021-03-19)
|
|
554
562
|
|
|
555
563
|
**Note:** Version bump only for package @alfalab/core-components-calendar-range
|
|
556
564
|
|
|
@@ -558,29 +566,29 @@ Co-authored-by: dmitrsavk <dmitrsavk@yandex.ru>
|
|
|
558
566
|
|
|
559
567
|
|
|
560
568
|
|
|
561
|
-
## [1.3.15](https://github.com/
|
|
569
|
+
## [1.3.15](https://github.com/core-ds/core-components/compare/@alfalab/core-components-calendar-range@1.3.13...@alfalab/core-components-calendar-range@1.3.15) (2021-03-18)
|
|
562
570
|
|
|
563
571
|
|
|
564
572
|
### Bug Fixes
|
|
565
573
|
|
|
566
|
-
* one more sborka bug ([#579](https://github.com/
|
|
574
|
+
* one more sborka bug ([#579](https://github.com/core-ds/core-components/issues/579)) ([9fbe0be](https://github.com/core-ds/core-components/commit/9fbe0beca56ec5971de78b3f6cda25305b260efc))
|
|
567
575
|
|
|
568
576
|
|
|
569
577
|
|
|
570
578
|
|
|
571
579
|
|
|
572
|
-
## [1.3.13](https://github.com/
|
|
580
|
+
## [1.3.13](https://github.com/core-ds/core-components/compare/@alfalab/core-components-calendar-range@1.3.11...@alfalab/core-components-calendar-range@1.3.13) (2021-03-16)
|
|
573
581
|
|
|
574
582
|
|
|
575
583
|
### Bug Fixes
|
|
576
584
|
|
|
577
|
-
* border-radius in packages ([781749e](https://github.com/
|
|
585
|
+
* border-radius in packages ([781749e](https://github.com/core-ds/core-components/commit/781749ef38aefd5a6707ac56d2e297dce9f3e073))
|
|
578
586
|
|
|
579
587
|
|
|
580
588
|
|
|
581
589
|
|
|
582
590
|
|
|
583
|
-
## [1.3.11](https://github.com/
|
|
591
|
+
## [1.3.11](https://github.com/core-ds/core-components/compare/@alfalab/core-components-calendar-range@1.3.10...@alfalab/core-components-calendar-range@1.3.11) (2021-03-15)
|
|
584
592
|
|
|
585
593
|
**Note:** Version bump only for package @alfalab/core-components-calendar-range
|
|
586
594
|
|
|
@@ -588,18 +596,18 @@ Co-authored-by: dmitrsavk <dmitrsavk@yandex.ru>
|
|
|
588
596
|
|
|
589
597
|
|
|
590
598
|
|
|
591
|
-
## [1.3.10](https://github.com/
|
|
599
|
+
## [1.3.10](https://github.com/core-ds/core-components/compare/@alfalab/core-components-calendar-range@1.3.9...@alfalab/core-components-calendar-range@1.3.10) (2021-03-14)
|
|
592
600
|
|
|
593
601
|
|
|
594
602
|
### Bug Fixes
|
|
595
603
|
|
|
596
|
-
* **button:** set type button by default ([#564](https://github.com/
|
|
604
|
+
* **button:** set type button by default ([#564](https://github.com/core-ds/core-components/issues/564)) ([59fdefd](https://github.com/core-ds/core-components/commit/59fdefd4f37fbe589840aa8944d88bde5b8cda6e))
|
|
597
605
|
|
|
598
606
|
|
|
599
607
|
|
|
600
608
|
|
|
601
609
|
|
|
602
|
-
## [1.3.9](https://github.com/
|
|
610
|
+
## [1.3.9](https://github.com/core-ds/core-components/compare/@alfalab/core-components-calendar-range@1.3.8...@alfalab/core-components-calendar-range@1.3.9) (2021-03-10)
|
|
603
611
|
|
|
604
612
|
**Note:** Version bump only for package @alfalab/core-components-calendar-range
|
|
605
613
|
|
|
@@ -607,7 +615,7 @@ Co-authored-by: dmitrsavk <dmitrsavk@yandex.ru>
|
|
|
607
615
|
|
|
608
616
|
|
|
609
617
|
|
|
610
|
-
## [1.3.8](https://github.com/
|
|
618
|
+
## [1.3.8](https://github.com/core-ds/core-components/compare/@alfalab/core-components-calendar-range@1.3.7...@alfalab/core-components-calendar-range@1.3.8) (2021-03-04)
|
|
611
619
|
|
|
612
620
|
**Note:** Version bump only for package @alfalab/core-components-calendar-range
|
|
613
621
|
|
|
@@ -615,7 +623,7 @@ Co-authored-by: dmitrsavk <dmitrsavk@yandex.ru>
|
|
|
615
623
|
|
|
616
624
|
|
|
617
625
|
|
|
618
|
-
## [1.3.7](https://github.com/
|
|
626
|
+
## [1.3.7](https://github.com/core-ds/core-components/compare/@alfalab/core-components-calendar-range@1.3.6...@alfalab/core-components-calendar-range@1.3.7) (2021-03-03)
|
|
619
627
|
|
|
620
628
|
**Note:** Version bump only for package @alfalab/core-components-calendar-range
|
|
621
629
|
|
|
@@ -623,7 +631,7 @@ Co-authored-by: dmitrsavk <dmitrsavk@yandex.ru>
|
|
|
623
631
|
|
|
624
632
|
|
|
625
633
|
|
|
626
|
-
## [1.3.6](https://github.com/
|
|
634
|
+
## [1.3.6](https://github.com/core-ds/core-components/compare/@alfalab/core-components-calendar-range@1.3.5...@alfalab/core-components-calendar-range@1.3.6) (2021-03-03)
|
|
627
635
|
|
|
628
636
|
**Note:** Version bump only for package @alfalab/core-components-calendar-range
|
|
629
637
|
|
|
@@ -631,7 +639,7 @@ Co-authored-by: dmitrsavk <dmitrsavk@yandex.ru>
|
|
|
631
639
|
|
|
632
640
|
|
|
633
641
|
|
|
634
|
-
## [1.3.5](https://github.com/
|
|
642
|
+
## [1.3.5](https://github.com/core-ds/core-components/compare/@alfalab/core-components-calendar-range@1.3.4...@alfalab/core-components-calendar-range@1.3.5) (2021-03-03)
|
|
635
643
|
|
|
636
644
|
**Note:** Version bump only for package @alfalab/core-components-calendar-range
|
|
637
645
|
|
|
@@ -639,7 +647,7 @@ Co-authored-by: dmitrsavk <dmitrsavk@yandex.ru>
|
|
|
639
647
|
|
|
640
648
|
|
|
641
649
|
|
|
642
|
-
## [1.3.4](https://github.com/
|
|
650
|
+
## [1.3.4](https://github.com/core-ds/core-components/compare/@alfalab/core-components-calendar-range@1.3.3...@alfalab/core-components-calendar-range@1.3.4) (2021-02-20)
|
|
643
651
|
|
|
644
652
|
**Note:** Version bump only for package @alfalab/core-components-calendar-range
|
|
645
653
|
|
|
@@ -647,7 +655,7 @@ Co-authored-by: dmitrsavk <dmitrsavk@yandex.ru>
|
|
|
647
655
|
|
|
648
656
|
|
|
649
657
|
|
|
650
|
-
## [1.3.3](https://github.com/
|
|
658
|
+
## [1.3.3](https://github.com/core-ds/core-components/compare/@alfalab/core-components-calendar-range@1.3.2...@alfalab/core-components-calendar-range@1.3.3) (2021-02-19)
|
|
651
659
|
|
|
652
660
|
**Note:** Version bump only for package @alfalab/core-components-calendar-range
|
|
653
661
|
|
|
@@ -655,9 +663,9 @@ Co-authored-by: dmitrsavk <dmitrsavk@yandex.ru>
|
|
|
655
663
|
|
|
656
664
|
|
|
657
665
|
|
|
658
|
-
## [1.3.2](https://github.com/
|
|
666
|
+
## [1.3.2](https://github.com/core-ds/core-components/compare/@alfalab/core-components-calendar-range@1.3.1...@alfalab/core-components-calendar-range@1.3.2) (2021-02-18)
|
|
659
667
|
|
|
660
668
|
|
|
661
669
|
### Bug Fixes
|
|
662
670
|
|
|
663
|
-
* update versions ([#525](https://github.com/
|
|
671
|
+
* update versions ([#525](https://github.com/core-ds/core-components/issues/525)) ([31b2e4c](https://github.com/core-ds/core-components/commit/31b2e4c92fde6e2b63a3391a4e053cd328e93e70))
|
package/dist/Component.js
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
|
-
var index_module = require('./index.module-
|
|
5
|
+
var index_module = require('./index.module-3cdbd49d.js');
|
|
6
6
|
var React = require('react');
|
|
7
7
|
require('classnames');
|
|
8
8
|
require('date-fns/startOfMonth');
|
package/dist/esm/Component.js
CHANGED
package/dist/esm/index.js
CHANGED
|
File without changes
|
|
@@ -37,7 +37,7 @@ function __rest(s, e) {
|
|
|
37
37
|
return t;
|
|
38
38
|
}
|
|
39
39
|
|
|
40
|
-
var styles = {"component":"calendar-
|
|
40
|
+
var styles = {"component":"calendar-range__component_1lwkb","divider":"calendar-range__divider_1lwkb","static":"calendar-range__static_1lwkb","calendar":"calendar-range__calendar_1lwkb"};
|
|
41
41
|
require('./views/index.css')
|
|
42
42
|
|
|
43
43
|
export { __rest as _, __assign as a, styles as s };
|
package/dist/esm/views/index.css
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/* hash:
|
|
1
|
+
/* hash: 1o7pl */
|
|
2
2
|
:root {
|
|
3
3
|
--color-light-graphic-primary: #0b1f35;
|
|
4
4
|
}
|
|
@@ -34,19 +34,19 @@
|
|
|
34
34
|
|
|
35
35
|
/* marker */
|
|
36
36
|
}
|
|
37
|
-
.calendar-
|
|
37
|
+
.calendar-range__component_1lwkb {
|
|
38
38
|
display: flex
|
|
39
39
|
}
|
|
40
|
-
.calendar-
|
|
40
|
+
.calendar-range__component_1lwkb button[aria-selected='true'] {
|
|
41
41
|
cursor: pointer;
|
|
42
42
|
}
|
|
43
|
-
.calendar-
|
|
43
|
+
.calendar-range__component_1lwkb *[class*='errorIcon_'] {
|
|
44
44
|
display: none;
|
|
45
45
|
}
|
|
46
|
-
.calendar-
|
|
46
|
+
.calendar-range__component_1lwkb *[class*='calendarIcon_'] {
|
|
47
47
|
margin-right: 0;
|
|
48
48
|
}
|
|
49
|
-
.calendar-
|
|
49
|
+
.calendar-range__divider_1lwkb {
|
|
50
50
|
height: 48px;
|
|
51
51
|
display: flex;
|
|
52
52
|
align-items: center;
|
|
@@ -54,13 +54,13 @@
|
|
|
54
54
|
width: 16px;
|
|
55
55
|
margin: 0 var(--gap-xs)
|
|
56
56
|
}
|
|
57
|
-
.calendar-
|
|
57
|
+
.calendar-range__divider_1lwkb:after {
|
|
58
58
|
content: '';
|
|
59
59
|
display: block;
|
|
60
60
|
width: 100%;
|
|
61
61
|
height: 1px;
|
|
62
62
|
background-color: var(--color-light-graphic-primary);
|
|
63
63
|
}
|
|
64
|
-
.calendar-
|
|
64
|
+
.calendar-range__static_1lwkb .calendar-range__calendar_1lwkb {
|
|
65
65
|
width: var(--calendar-inner-width);
|
|
66
66
|
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { s as styles, a as __assign } from '../index.module-
|
|
1
|
+
import { s as styles, a as __assign } from '../index.module-6f4fe3b7.js';
|
|
2
2
|
import React, { useState, useCallback, useEffect } from 'react';
|
|
3
3
|
import cn from 'classnames';
|
|
4
4
|
import startOfMonth from 'date-fns/startOfMonth';
|
package/dist/esm/views/static.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { _ as __rest, s as styles, a as __assign } from '../index.module-
|
|
1
|
+
import { _ as __rest, s as styles, a as __assign } from '../index.module-6f4fe3b7.js';
|
|
2
2
|
import React, { useState, useCallback, useEffect } from 'react';
|
|
3
3
|
import cn from 'classnames';
|
|
4
4
|
import startOfMonth from 'date-fns/startOfMonth';
|
package/dist/index.js
CHANGED
|
File without changes
|
|
@@ -39,7 +39,7 @@ function __rest(s, e) {
|
|
|
39
39
|
return t;
|
|
40
40
|
}
|
|
41
41
|
|
|
42
|
-
var styles = {"component":"calendar-
|
|
42
|
+
var styles = {"component":"calendar-range__component_1lwkb","divider":"calendar-range__divider_1lwkb","static":"calendar-range__static_1lwkb","calendar":"calendar-range__calendar_1lwkb"};
|
|
43
43
|
require('./views/index.css')
|
|
44
44
|
|
|
45
45
|
exports.__rest = __rest;
|
package/dist/modern/Component.js
CHANGED
|
@@ -9,7 +9,7 @@ import 'date-fns/max';
|
|
|
9
9
|
import 'date-fns/min';
|
|
10
10
|
import 'date-fns/isEqual';
|
|
11
11
|
import './hooks.js';
|
|
12
|
-
import './index.module-
|
|
12
|
+
import './index.module-99e2fe88.js';
|
|
13
13
|
import { CalendarRangePopover } from './views/popover.js';
|
|
14
14
|
import 'date-fns/endOfMonth';
|
|
15
15
|
import '@alfalab/core-components-calendar/dist/modern';
|
package/dist/modern/index.js
CHANGED
|
@@ -9,7 +9,7 @@ import 'date-fns/max';
|
|
|
9
9
|
import 'date-fns/min';
|
|
10
10
|
import 'date-fns/isEqual';
|
|
11
11
|
import './hooks.js';
|
|
12
|
-
import './index.module-
|
|
12
|
+
import './index.module-99e2fe88.js';
|
|
13
13
|
import './views/popover.js';
|
|
14
14
|
import 'date-fns/endOfMonth';
|
|
15
15
|
import '@alfalab/core-components-calendar/dist/modern';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/* hash:
|
|
1
|
+
/* hash: 1o7pl */
|
|
2
2
|
:root {
|
|
3
3
|
--color-light-graphic-primary: #0b1f35;
|
|
4
4
|
}
|
|
@@ -34,19 +34,19 @@
|
|
|
34
34
|
|
|
35
35
|
/* marker */
|
|
36
36
|
}
|
|
37
|
-
.calendar-
|
|
37
|
+
.calendar-range__component_1lwkb {
|
|
38
38
|
display: flex
|
|
39
39
|
}
|
|
40
|
-
.calendar-
|
|
40
|
+
.calendar-range__component_1lwkb button[aria-selected='true'] {
|
|
41
41
|
cursor: pointer;
|
|
42
42
|
}
|
|
43
|
-
.calendar-
|
|
43
|
+
.calendar-range__component_1lwkb *[class*='errorIcon_'] {
|
|
44
44
|
display: none;
|
|
45
45
|
}
|
|
46
|
-
.calendar-
|
|
46
|
+
.calendar-range__component_1lwkb *[class*='calendarIcon_'] {
|
|
47
47
|
margin-right: 0;
|
|
48
48
|
}
|
|
49
|
-
.calendar-
|
|
49
|
+
.calendar-range__divider_1lwkb {
|
|
50
50
|
height: 48px;
|
|
51
51
|
display: flex;
|
|
52
52
|
align-items: center;
|
|
@@ -54,13 +54,13 @@
|
|
|
54
54
|
width: 16px;
|
|
55
55
|
margin: 0 var(--gap-xs)
|
|
56
56
|
}
|
|
57
|
-
.calendar-
|
|
57
|
+
.calendar-range__divider_1lwkb:after {
|
|
58
58
|
content: '';
|
|
59
59
|
display: block;
|
|
60
60
|
width: 100%;
|
|
61
61
|
height: 1px;
|
|
62
62
|
background-color: var(--color-light-graphic-primary);
|
|
63
63
|
}
|
|
64
|
-
.calendar-
|
|
64
|
+
.calendar-range__static_1lwkb .calendar-range__calendar_1lwkb {
|
|
65
65
|
width: var(--calendar-inner-width);
|
|
66
66
|
}
|
|
@@ -9,7 +9,7 @@ import 'date-fns/max';
|
|
|
9
9
|
import 'date-fns/min';
|
|
10
10
|
import 'date-fns/isEqual';
|
|
11
11
|
import { usePopoverViewMonthes } from '../hooks.js';
|
|
12
|
-
import { s as styles } from '../index.module-
|
|
12
|
+
import { s as styles } from '../index.module-99e2fe88.js';
|
|
13
13
|
|
|
14
14
|
const CalendarRangePopover = ({ className, defaultMonth = startOfMonth(new Date()).getTime(), minDate, maxDate, valueFrom = '', valueTo = '', onDateFromChange = () => null, onDateToChange = () => null, onChange = () => null, inputFromProps = {}, inputToProps = {}, offDays, events, dataTestId, }) => {
|
|
15
15
|
const [inputFromValue, setInputFromValue] = useState(valueFrom);
|
|
@@ -9,7 +9,7 @@ import max from 'date-fns/max';
|
|
|
9
9
|
import 'date-fns/min';
|
|
10
10
|
import 'date-fns/isEqual';
|
|
11
11
|
import { useStaticViewMonthes, useSelectionProps } from '../hooks.js';
|
|
12
|
-
import { s as styles } from '../index.module-
|
|
12
|
+
import { s as styles } from '../index.module-99e2fe88.js';
|
|
13
13
|
import endOfMonth from 'date-fns/endOfMonth';
|
|
14
14
|
import { usePeriodWithReset, Calendar } from '@alfalab/core-components-calendar/dist/modern';
|
|
15
15
|
import { isDayButton } from '../utils.js';
|
package/dist/views/index.css
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/* hash:
|
|
1
|
+
/* hash: 1o7pl */
|
|
2
2
|
:root {
|
|
3
3
|
--color-light-graphic-primary: #0b1f35;
|
|
4
4
|
}
|
|
@@ -34,19 +34,19 @@
|
|
|
34
34
|
|
|
35
35
|
/* marker */
|
|
36
36
|
}
|
|
37
|
-
.calendar-
|
|
37
|
+
.calendar-range__component_1lwkb {
|
|
38
38
|
display: flex
|
|
39
39
|
}
|
|
40
|
-
.calendar-
|
|
40
|
+
.calendar-range__component_1lwkb button[aria-selected='true'] {
|
|
41
41
|
cursor: pointer;
|
|
42
42
|
}
|
|
43
|
-
.calendar-
|
|
43
|
+
.calendar-range__component_1lwkb *[class*='errorIcon_'] {
|
|
44
44
|
display: none;
|
|
45
45
|
}
|
|
46
|
-
.calendar-
|
|
46
|
+
.calendar-range__component_1lwkb *[class*='calendarIcon_'] {
|
|
47
47
|
margin-right: 0;
|
|
48
48
|
}
|
|
49
|
-
.calendar-
|
|
49
|
+
.calendar-range__divider_1lwkb {
|
|
50
50
|
height: 48px;
|
|
51
51
|
display: flex;
|
|
52
52
|
align-items: center;
|
|
@@ -54,13 +54,13 @@
|
|
|
54
54
|
width: 16px;
|
|
55
55
|
margin: 0 var(--gap-xs)
|
|
56
56
|
}
|
|
57
|
-
.calendar-
|
|
57
|
+
.calendar-range__divider_1lwkb:after {
|
|
58
58
|
content: '';
|
|
59
59
|
display: block;
|
|
60
60
|
width: 100%;
|
|
61
61
|
height: 1px;
|
|
62
62
|
background-color: var(--color-light-graphic-primary);
|
|
63
63
|
}
|
|
64
|
-
.calendar-
|
|
64
|
+
.calendar-range__static_1lwkb .calendar-range__calendar_1lwkb {
|
|
65
65
|
width: var(--calendar-inner-width);
|
|
66
66
|
}
|
package/dist/views/popover.js
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
|
-
var index_module = require('../index.module-
|
|
5
|
+
var index_module = require('../index.module-3cdbd49d.js');
|
|
6
6
|
var React = require('react');
|
|
7
7
|
var cn = require('classnames');
|
|
8
8
|
var startOfMonth = require('date-fns/startOfMonth');
|
package/dist/views/static.js
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
|
-
var index_module = require('../index.module-
|
|
5
|
+
var index_module = require('../index.module-3cdbd49d.js');
|
|
6
6
|
var React = require('react');
|
|
7
7
|
var cn = require('classnames');
|
|
8
8
|
var startOfMonth = require('date-fns/startOfMonth');
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@alfalab/core-components-calendar-range",
|
|
3
|
-
"version": "5.1.
|
|
3
|
+
"version": "5.1.5",
|
|
4
4
|
"description": "Calendar range component",
|
|
5
5
|
"keywords": [],
|
|
6
6
|
"license": "MIT",
|
|
@@ -19,11 +19,11 @@
|
|
|
19
19
|
"react-dom": "^16.9.0 || ^17.0.1"
|
|
20
20
|
},
|
|
21
21
|
"dependencies": {
|
|
22
|
-
"@alfalab/core-components-calendar": "^5.
|
|
23
|
-
"@alfalab/core-components-calendar-input": "^6.1.
|
|
24
|
-
"@alfalab/core-components-date-input": "^2.1.
|
|
25
|
-
"classnames": "
|
|
26
|
-
"date-fns": "
|
|
22
|
+
"@alfalab/core-components-calendar": "^5.2.2",
|
|
23
|
+
"@alfalab/core-components-calendar-input": "^6.1.4",
|
|
24
|
+
"@alfalab/core-components-date-input": "^2.1.2",
|
|
25
|
+
"classnames": "2.2.6",
|
|
26
|
+
"date-fns": "2.16.1"
|
|
27
27
|
},
|
|
28
|
-
"gitHead": "
|
|
28
|
+
"gitHead": "8d998af881e79e8b524179aa50cdb117c1380c74"
|
|
29
29
|
}
|