@praxisui/dynamic-fields 3.0.0-beta.2 → 3.0.0-beta.3
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
|
@@ -689,7 +689,9 @@ declare abstract class SimpleBaseInputComponent implements ControlValueAccessor,
|
|
|
689
689
|
*/
|
|
690
690
|
protected getSpecificCssClasses(): string[];
|
|
691
691
|
private setupFormControlIntegration;
|
|
692
|
+
private syncComponentStateFromControl;
|
|
692
693
|
private refreshErrorTooltip;
|
|
694
|
+
protected ariaInvalidAttribute(): 'true' | null;
|
|
693
695
|
protected tDynamicFields(keySuffix: string, fallback: string, params?: Record<string, string | number | boolean | null | undefined>): string;
|
|
694
696
|
protected resolveDynamicFieldsMessage(value: string | {
|
|
695
697
|
key?: string;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@praxisui/dynamic-fields",
|
|
3
|
-
"version": "3.0.0-beta.
|
|
3
|
+
"version": "3.0.0-beta.3",
|
|
4
4
|
"description": "Angular Material-based dynamic form fields for Praxis UI with lazy loading and metadata-driven rendering.",
|
|
5
5
|
"peerDependencies": {
|
|
6
6
|
"@angular/common": "^20.1.0",
|
|
@@ -10,10 +10,10 @@
|
|
|
10
10
|
"@angular/cdk": "^20.1.0",
|
|
11
11
|
"@angular/router": "^20.1.0",
|
|
12
12
|
"rxjs": "^7.8.0",
|
|
13
|
-
"@praxisui/specification-core": "^3.0.0-beta.
|
|
14
|
-
"@praxisui/core": "^3.0.0-beta.
|
|
15
|
-
"@praxisui/cron-builder": "^3.0.0-beta.
|
|
16
|
-
"@praxisui/dialog": "^3.0.0-beta.
|
|
13
|
+
"@praxisui/specification-core": "^3.0.0-beta.3",
|
|
14
|
+
"@praxisui/core": "^3.0.0-beta.3",
|
|
15
|
+
"@praxisui/cron-builder": "^3.0.0-beta.3",
|
|
16
|
+
"@praxisui/dialog": "^3.0.0-beta.3"
|
|
17
17
|
},
|
|
18
18
|
"dependencies": {
|
|
19
19
|
"tslib": "^2.3.0"
|