@praxisui/dynamic-fields 9.0.14 → 9.0.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.
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@praxisui/dynamic-fields",
|
|
3
|
-
"version": "9.0.
|
|
3
|
+
"version": "9.0.15",
|
|
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": "^21.0.0",
|
|
@@ -11,8 +11,8 @@
|
|
|
11
11
|
"@angular/platform-browser": "^21.0.0",
|
|
12
12
|
"@angular/router": "^21.0.0",
|
|
13
13
|
"rxjs": "^7.8.0",
|
|
14
|
-
"@praxisui/core": "^9.0.
|
|
15
|
-
"@praxisui/cron-builder": "^9.0.
|
|
14
|
+
"@praxisui/core": "^9.0.15",
|
|
15
|
+
"@praxisui/cron-builder": "^9.0.15"
|
|
16
16
|
},
|
|
17
17
|
"dependencies": {
|
|
18
18
|
"libphonenumber-js": "^1.12.41",
|
|
@@ -3561,7 +3561,6 @@ declare class InlineMultiSelectComponent extends SimpleBaseSelectComponent {
|
|
|
3561
3561
|
onComponentInit(): void;
|
|
3562
3562
|
ngAfterViewInit(): void;
|
|
3563
3563
|
onViewportResize(): void;
|
|
3564
|
-
errorStateMatcher(): _angular_material_core.ErrorStateMatcher;
|
|
3565
3564
|
protected getSpecificCssClasses(): string[];
|
|
3566
3565
|
protected defaultPanelClass(): string | string[] | undefined;
|
|
3567
3566
|
hasSelection(): boolean;
|