@ptsecurity/mosaic 17.5.1 → 17.5.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/esm2022/core/version.mjs +2 -2
- package/esm2022/file-upload/multiple-file-upload.component.mjs +3 -4
- package/esm2022/file-upload/single-file-upload.component.mjs +9 -10
- package/esm2022/list/list-selection.component.mjs +4 -2
- package/esm2022/tree/tree-option.component.mjs +4 -3
- package/esm2022/tree/tree-selection.component.mjs +4 -2
- package/esm2022/tree-select/tree-select.component.mjs +7 -5
- package/fesm2022/ptsecurity-mosaic-core.mjs +1 -1
- package/fesm2022/ptsecurity-mosaic-core.mjs.map +1 -1
- package/fesm2022/ptsecurity-mosaic-file-upload.mjs +10 -12
- package/fesm2022/ptsecurity-mosaic-file-upload.mjs.map +1 -1
- package/fesm2022/ptsecurity-mosaic-list.mjs +3 -1
- package/fesm2022/ptsecurity-mosaic-list.mjs.map +1 -1
- package/fesm2022/ptsecurity-mosaic-tree-select.mjs +6 -4
- package/fesm2022/ptsecurity-mosaic-tree-select.mjs.map +1 -1
- package/fesm2022/ptsecurity-mosaic-tree.mjs +6 -3
- package/fesm2022/ptsecurity-mosaic-tree.mjs.map +1 -1
- package/file-upload/single-file-upload.component.scss +1 -1
- package/list/list-selection.component.d.ts +1 -1
- package/package.json +22 -22
@@ -3160,7 +3160,7 @@ const validationTooltipShowDelay = 10;
|
|
3160
3160
|
const validationTooltipHideDelay = 3000;
|
3161
3161
|
const MC_VALIDATION = new InjectionToken('McUseValidation', { factory: () => ({ useValidation: true }) });
|
3162
3162
|
|
3163
|
-
const VERSION = new Version('17.5.
|
3163
|
+
const VERSION = new Version('17.5.2+sha-a4d8486');
|
3164
3164
|
|
3165
3165
|
/**
|
3166
3166
|
* Generated bundle index. Do not edit.
|