@praxisui/dynamic-fields 9.0.6 → 9.0.8

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.6",
3
+ "version": "9.0.8",
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.6",
15
- "@praxisui/cron-builder": "^9.0.6"
14
+ "@praxisui/core": "^9.0.8",
15
+ "@praxisui/cron-builder": "^9.0.8"
16
16
  },
17
17
  "dependencies": {
18
18
  "libphonenumber-js": "^1.12.41",
@@ -4802,6 +4802,8 @@ interface TimeRangeValue {
4802
4802
  end: string | null;
4803
4803
  }
4804
4804
  declare class PdxMaterialTimeRangeComponent extends SimpleBaseInputComponent implements OnInit {
4805
+ supportingTextId(): string;
4806
+ supportingTextDescribedBy(): string | null;
4805
4807
  readonlyMode: boolean;
4806
4808
  disabledMode: boolean;
4807
4809
  visible: boolean;