@arsedizioni/ars-utils 21.2.331 → 21.2.333
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/fesm2022/arsedizioni-ars-utils-core.mjs.map +1 -1
- package/fesm2022/arsedizioni-ars-utils-ui.application.mjs +1 -1
- package/fesm2022/arsedizioni-ars-utils-ui.application.mjs.map +1 -1
- package/package.json +1 -1
- package/types/arsedizioni-ars-utils-clipper.ui.d.ts +1 -1
- package/types/arsedizioni-ars-utils-core.d.ts +1 -0
- package/types/arsedizioni-ars-utils-ui.application.d.ts +2 -2
- package/types/arsedizioni-ars-utils-ui.d.ts +1 -1
|
@@ -895,7 +895,7 @@ class PromptDialogComponent {
|
|
|
895
895
|
return;
|
|
896
896
|
}
|
|
897
897
|
if (this.dialogData().type === PromptDialogType.Date) {
|
|
898
|
-
const date = SystemUtils.parseDate(this.value
|
|
898
|
+
const date = SystemUtils.parseDate(this.value);
|
|
899
899
|
if (!date || date.getFullYear() > 9999) {
|
|
900
900
|
this.dialogService.error('Data non valida.');
|
|
901
901
|
return;
|