@ldmjs/ui 1.0.76 → 1.0.77
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 +2 -0
- package/dist/lib/calendar.js +1 -1
- package/dist/lib/floating.js +1 -1
- package/dist/lib/imask.js +1 -1
- package/dist/lib/multiselect.js +1 -1
- package/dist/lib/runtime-template.js +1 -1
- package/dist/lib/toastification.js +1 -1
- package/dist/utils/validators.js +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -20346,6 +20346,8 @@ let DatepickerComponent = class DatepickerComponent extends (0,external_vue_clas
|
|
|
20346
20346
|
setTimeout(() => {
|
|
20347
20347
|
this.validate();
|
|
20348
20348
|
this.dateMenu = false;
|
|
20349
|
+
this.currentYear = dt.getUTCFullYear();
|
|
20350
|
+
this.currentMonth = dt.getUTCMonth() + 1;
|
|
20349
20351
|
}, 100);
|
|
20350
20352
|
}
|
|
20351
20353
|
onInputDateFocus(e) {
|