@praxisui/dynamic-form 8.0.0-beta.13 → 8.0.0-beta.15
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.
|
@@ -19645,7 +19645,9 @@ function normalizeTargets(rawTargets, explicitTargetType) {
|
|
|
19645
19645
|
? 'row'
|
|
19646
19646
|
: detected.some((d) => d.type === 'column')
|
|
19647
19647
|
? 'column'
|
|
19648
|
-
: '
|
|
19648
|
+
: detected.some((d) => d.type === 'visualBlock')
|
|
19649
|
+
? 'visualBlock'
|
|
19650
|
+
: 'field');
|
|
19649
19651
|
const targets = Array.from(new Set(detected.map((d) => d.value).filter(Boolean)));
|
|
19650
19652
|
return {
|
|
19651
19653
|
targetType: type,
|
package/package.json
CHANGED
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@praxisui/dynamic-form",
|
|
3
|
-
"version": "8.0.0-beta.
|
|
3
|
+
"version": "8.0.0-beta.15",
|
|
4
4
|
"description": "Angular dynamic form engine for Praxis UI: metadata-driven forms, hooks, and services integrating @praxisui/* packages.",
|
|
5
5
|
"peerDependencies": {
|
|
6
6
|
"@angular/common": "^20.0.0",
|
|
7
7
|
"@angular/core": "^20.0.0",
|
|
8
8
|
"@angular/cdk": "^20.0.0",
|
|
9
|
-
"@praxisui/rich-content": "^8.0.0-beta.
|
|
10
|
-
"@praxisui/settings-panel": "^8.0.0-beta.
|
|
11
|
-
"@praxisui/visual-builder": "^8.0.0-beta.
|
|
12
|
-
"@praxisui/core": "^8.0.0-beta.
|
|
13
|
-
"@praxisui/cron-builder": "^8.0.0-beta.
|
|
9
|
+
"@praxisui/rich-content": "^8.0.0-beta.15",
|
|
10
|
+
"@praxisui/settings-panel": "^8.0.0-beta.15",
|
|
11
|
+
"@praxisui/visual-builder": "^8.0.0-beta.15",
|
|
12
|
+
"@praxisui/core": "^8.0.0-beta.15",
|
|
13
|
+
"@praxisui/cron-builder": "^8.0.0-beta.15"
|
|
14
14
|
},
|
|
15
15
|
"dependencies": {
|
|
16
16
|
"tslib": "^2.3.0",
|