@ptsecurity/mosaic 15.9.0 → 15.9.2
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
@@ -2792,7 +2792,7 @@ const validationTooltipShowDelay = 10;
|
|
2792
2792
|
const validationTooltipHideDelay = 3000;
|
2793
2793
|
const MC_VALIDATION = new InjectionToken('McUseValidation', { factory: () => ({ useValidation: true }) });
|
2794
2794
|
|
2795
|
-
const VERSION = new Version('15.9.
|
2795
|
+
const VERSION = new Version('15.9.2+sha-a759707');
|
2796
2796
|
|
2797
2797
|
/**
|
2798
2798
|
* Generated bundle index. Do not edit.
|