arengibook 2.4.54 → 2.4.55
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/index.js +1 -4
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -12993,10 +12993,7 @@ var DatePickerPresets = {
|
|
|
12993
12993
|
Default: {
|
|
12994
12994
|
placeholder: 'Choisissez une date',
|
|
12995
12995
|
dateFormat: 'dd/mm/yy',
|
|
12996
|
-
view: 'date'
|
|
12997
|
-
onSelect: function onSelect(e) {
|
|
12998
|
-
return alert(e.getFullYear());
|
|
12999
|
-
}
|
|
12996
|
+
view: 'date'
|
|
13000
12997
|
},
|
|
13001
12998
|
MonthOnly: {
|
|
13002
12999
|
placeholder: 'Choisissez un mois',
|