@praxisui/dynamic-form 1.0.0-beta.64 → 1.0.0-beta.66
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/index.d.ts
CHANGED
|
@@ -700,6 +700,7 @@ declare class PraxisDynamicForm implements OnInit, OnChanges, OnDestroy {
|
|
|
700
700
|
protected getMountOffsetVar(): string | null;
|
|
701
701
|
protected getMountStaggerVar(): string | null;
|
|
702
702
|
private connectionKey;
|
|
703
|
+
private isEquivalentFormConfig;
|
|
703
704
|
private saveConnection;
|
|
704
705
|
disconnect(): void;
|
|
705
706
|
onToolbarRequestClose(): void;
|
package/package.json
CHANGED
|
@@ -1,17 +1,17 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@praxisui/dynamic-form",
|
|
3
|
-
"version": "1.0.0-beta.
|
|
3
|
+
"version": "1.0.0-beta.66",
|
|
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/settings-panel": "^1.0.0-beta.
|
|
10
|
-
"@praxisui/visual-builder": "^1.0.0-beta.
|
|
11
|
-
"@praxisui/specification-core": "^1.0.0-beta.
|
|
12
|
-
"@praxisui/specification": "^1.0.0-beta.
|
|
13
|
-
"@praxisui/core": "^1.0.0-beta.
|
|
14
|
-
"@praxisui/cron-builder": "^1.0.0-beta.
|
|
9
|
+
"@praxisui/settings-panel": "^1.0.0-beta.66",
|
|
10
|
+
"@praxisui/visual-builder": "^1.0.0-beta.66",
|
|
11
|
+
"@praxisui/specification-core": "^1.0.0-beta.66",
|
|
12
|
+
"@praxisui/specification": "^1.0.0-beta.66",
|
|
13
|
+
"@praxisui/core": "^1.0.0-beta.66",
|
|
14
|
+
"@praxisui/cron-builder": "^1.0.0-beta.66"
|
|
15
15
|
},
|
|
16
16
|
"dependencies": {
|
|
17
17
|
"tslib": "^2.3.0",
|