@ptsecurity/mosaic 15.8.3 → 15.8.4
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/esm2020/autocomplete/autocomplete-trigger.directive.mjs +3 -3
- package/esm2020/core/version.mjs +2 -2
- package/fesm2015/ptsecurity-mosaic-autocomplete.mjs +2 -2
- package/fesm2015/ptsecurity-mosaic-autocomplete.mjs.map +1 -1
- package/fesm2015/ptsecurity-mosaic-core.mjs +1 -1
- package/fesm2015/ptsecurity-mosaic-core.mjs.map +1 -1
- package/fesm2020/ptsecurity-mosaic-autocomplete.mjs +2 -2
- package/fesm2020/ptsecurity-mosaic-autocomplete.mjs.map +1 -1
- package/fesm2020/ptsecurity-mosaic-core.mjs +1 -1
- package/fesm2020/ptsecurity-mosaic-core.mjs.map +1 -1
- package/package.json +4 -4
@@ -2475,7 +2475,7 @@ const validationTooltipShowDelay = 10;
|
|
2475
2475
|
const validationTooltipHideDelay = 3000;
|
2476
2476
|
const MC_VALIDATION = new InjectionToken('McUseValidation', { factory: () => ({ useValidation: true }) });
|
2477
2477
|
|
2478
|
-
const VERSION = new Version('15.8.
|
2478
|
+
const VERSION = new Version('15.8.4+sha-caf90f6');
|
2479
2479
|
|
2480
2480
|
/**
|
2481
2481
|
* Generated bundle index. Do not edit.
|