@ptsecurity/mosaic 15.9.1 → 15.9.3
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/core/version.mjs +2 -2
- package/esm2020/tree-select/tree-select.component.mjs +16 -6
- package/fesm2015/ptsecurity-mosaic-core.mjs +1 -1
- package/fesm2015/ptsecurity-mosaic-core.mjs.map +1 -1
- package/fesm2015/ptsecurity-mosaic-tree-select.mjs +15 -5
- package/fesm2015/ptsecurity-mosaic-tree-select.mjs.map +1 -1
- package/fesm2020/ptsecurity-mosaic-core.mjs +1 -1
- package/fesm2020/ptsecurity-mosaic-core.mjs.map +1 -1
- package/fesm2020/ptsecurity-mosaic-tree-select.mjs +15 -5
- package/fesm2020/ptsecurity-mosaic-tree-select.mjs.map +1 -1
- package/package.json +4 -4
- package/tree-select/tree-select.component.d.ts +5 -2
@@ -2797,7 +2797,7 @@ const validationTooltipShowDelay = 10;
|
|
2797
2797
|
const validationTooltipHideDelay = 3000;
|
2798
2798
|
const MC_VALIDATION = new InjectionToken('McUseValidation', { factory: () => ({ useValidation: true }) });
|
2799
2799
|
|
2800
|
-
const VERSION = new Version('15.9.
|
2800
|
+
const VERSION = new Version('15.9.3+sha-5e8e536');
|
2801
2801
|
|
2802
2802
|
/**
|
2803
2803
|
* Generated bundle index. Do not edit.
|