@praxisui/dynamic-form 9.0.0-beta.85 → 9.0.0-beta.86
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/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@praxisui/dynamic-form",
|
|
3
|
-
"version": "9.0.0-beta.
|
|
3
|
+
"version": "9.0.0-beta.86",
|
|
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": "^21.0.0",
|
|
@@ -9,13 +9,13 @@
|
|
|
9
9
|
"@angular/forms": "^21.0.0",
|
|
10
10
|
"@angular/material": "^21.0.0",
|
|
11
11
|
"@angular/router": "^21.0.0",
|
|
12
|
-
"@praxisui/ai": "^9.0.0-beta.
|
|
13
|
-
"@praxisui/dynamic-fields": "^9.0.0-beta.
|
|
14
|
-
"@praxisui/metadata-editor": "^9.0.0-beta.
|
|
15
|
-
"@praxisui/rich-content": "^9.0.0-beta.
|
|
16
|
-
"@praxisui/settings-panel": "^9.0.0-beta.
|
|
17
|
-
"@praxisui/visual-builder": "^9.0.0-beta.
|
|
18
|
-
"@praxisui/core": "^9.0.0-beta.
|
|
12
|
+
"@praxisui/ai": "^9.0.0-beta.86",
|
|
13
|
+
"@praxisui/dynamic-fields": "^9.0.0-beta.86",
|
|
14
|
+
"@praxisui/metadata-editor": "^9.0.0-beta.86",
|
|
15
|
+
"@praxisui/rich-content": "^9.0.0-beta.86",
|
|
16
|
+
"@praxisui/settings-panel": "^9.0.0-beta.86",
|
|
17
|
+
"@praxisui/visual-builder": "^9.0.0-beta.86",
|
|
18
|
+
"@praxisui/core": "^9.0.0-beta.86",
|
|
19
19
|
"rxjs": "^7.8.0"
|
|
20
20
|
},
|
|
21
21
|
"dependencies": {
|
|
@@ -1105,7 +1105,6 @@ declare class PraxisDynamicForm implements OnInit, OnChanges, OnDestroy {
|
|
|
1105
1105
|
getEffectiveSectionTitleGapBottom(section: FormSection): number;
|
|
1106
1106
|
isSectionHeaderTitleOnly(section: FormSection): boolean;
|
|
1107
1107
|
getSectionDescriptionGapBottom(section: FormSection): number | null;
|
|
1108
|
-
getSectionHeaderActionColor(action: FormSectionHeaderAction): 'primary' | 'accent' | 'warn' | undefined;
|
|
1109
1108
|
getSectionHeaderActionTooltip(action: FormSectionHeaderAction): string;
|
|
1110
1109
|
isSectionHeaderActionDisabled(action: FormSectionHeaderAction): boolean;
|
|
1111
1110
|
getSectionHeaderActionNgClass(action: FormSectionHeaderAction): Record<string, boolean>;
|