@ptsecurity/mosaic 17.2.3 → 17.2.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/datepicker/calendar-header.component.d.ts +11 -5
- package/datepicker/datepicker-input.directive.d.ts +10 -0
- package/esm2022/core/version.mjs +2 -2
- package/esm2022/datepicker/calendar-header.component.mjs +40 -10
- package/esm2022/datepicker/datepicker-input.directive.mjs +103 -23
- package/fesm2022/ptsecurity-mosaic-core.mjs +1 -1
- package/fesm2022/ptsecurity-mosaic-core.mjs.map +1 -1
- package/fesm2022/ptsecurity-mosaic-datepicker.mjs +141 -31
- package/fesm2022/ptsecurity-mosaic-datepicker.mjs.map +1 -1
- package/package.json +4 -4
@@ -2974,7 +2974,7 @@ const validationTooltipShowDelay = 10;
|
|
2974
2974
|
const validationTooltipHideDelay = 3000;
|
2975
2975
|
const MC_VALIDATION = new InjectionToken('McUseValidation', { factory: () => ({ useValidation: true }) });
|
2976
2976
|
|
2977
|
-
const VERSION = new Version('17.2.
|
2977
|
+
const VERSION = new Version('17.2.5+sha-d5d4c2c');
|
2978
2978
|
|
2979
2979
|
/**
|
2980
2980
|
* Generated bundle index. Do not edit.
|