@symbo.ls/datepicker 2.11.55 → 2.11.70
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/index.js +12 -8
- package/package.json +2 -2
package/index.js
CHANGED
|
@@ -156,10 +156,7 @@ export const DatePickerMonthsSlider = {
|
|
|
156
156
|
}
|
|
157
157
|
},
|
|
158
158
|
|
|
159
|
-
|
|
160
|
-
extend: Button,
|
|
161
|
-
props: { icon: 'arrowLeft' }
|
|
162
|
-
},
|
|
159
|
+
Button_left: { icon: 'arrowLeft' },
|
|
163
160
|
|
|
164
161
|
Flex: {
|
|
165
162
|
props: {
|
|
@@ -209,7 +206,7 @@ export const DatePickerMonthsSlider = {
|
|
|
209
206
|
}
|
|
210
207
|
},
|
|
211
208
|
|
|
212
|
-
|
|
209
|
+
Button_right: { icon: 'arrowRight' }
|
|
213
210
|
}
|
|
214
211
|
|
|
215
212
|
export const DatePickerWeekDays = {
|
|
@@ -390,15 +387,22 @@ export const DatePicker = {
|
|
|
390
387
|
|
|
391
388
|
export const DatePickerTwoColumns = {
|
|
392
389
|
extend: DatePicker,
|
|
390
|
+
DatePickerYears: {},
|
|
393
391
|
Flex: {
|
|
394
392
|
DatePickerMonthsSlider: {
|
|
395
|
-
|
|
393
|
+
props: {
|
|
394
|
+
maxWidth: `${544 / 16}em`
|
|
395
|
+
}
|
|
396
396
|
},
|
|
397
397
|
DatePickerWeekDays: {
|
|
398
|
-
|
|
398
|
+
props: {
|
|
399
|
+
maxWidth: `${544 / 16}em`
|
|
400
|
+
}
|
|
399
401
|
},
|
|
400
402
|
monthNumbersContainer: {
|
|
401
|
-
|
|
403
|
+
props: {
|
|
404
|
+
maxWidth: `${544 / 16}em`
|
|
405
|
+
}
|
|
402
406
|
}
|
|
403
407
|
}
|
|
404
408
|
}
|
package/package.json
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@symbo.ls/datepicker",
|
|
3
|
-
"version": "2.11.
|
|
3
|
+
"version": "2.11.70",
|
|
4
4
|
"main": "index.js",
|
|
5
5
|
"license": "MIT",
|
|
6
|
-
"gitHead": "
|
|
6
|
+
"gitHead": "329c180a4cf02896ec76566a5b2f5368f62a6b06",
|
|
7
7
|
"dependencies": {
|
|
8
8
|
"@symbo.ls/atoms": "latest",
|
|
9
9
|
"@symbo.ls/button": "latest",
|