@praxisui/dynamic-fields 9.0.4-rc.37 → 9.0.4-rc.39

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.
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "schemaVersion": "1.0.0",
3
- "generatedAt": "2026-08-09T11:18:35.694Z",
3
+ "generatedAt": "2026-08-10T02:36:18.987Z",
4
4
  "packageName": "@praxisui/dynamic-fields",
5
- "packageVersion": "9.0.4-rc.37",
5
+ "packageVersion": "9.0.4-rc.39",
6
6
  "sourceRegistry": "praxis-component-registry-ingestion",
7
7
  "sourceRegistryVersion": "1.0.0",
8
8
  "componentCount": 76,
@@ -35309,7 +35309,9 @@ class InlineToggleComponent extends SimpleBaseInputComponent {
35309
35309
  const label = this.placeholderText();
35310
35310
  if (!this.hasSelection())
35311
35311
  return label;
35312
- return `${label}: ${this.isTrue() ? 'On' : 'Off'}`;
35312
+ return `${label}: ${this.isTrue()
35313
+ ? this.tDynamicFields('boolean.true', 'Sim')
35314
+ : this.tDynamicFields('boolean.false', 'Não')}`;
35313
35315
  }
35314
35316
  ariaLabel() {
35315
35317
  const label = this.placeholderText();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@praxisui/dynamic-fields",
3
- "version": "9.0.4-rc.37",
3
+ "version": "9.0.4-rc.39",
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.4-rc.37",
15
- "@praxisui/cron-builder": "^9.0.4-rc.37"
14
+ "@praxisui/core": "^9.0.4-rc.39",
15
+ "@praxisui/cron-builder": "^9.0.4-rc.39"
16
16
  },
17
17
  "dependencies": {
18
18
  "libphonenumber-js": "^1.12.41",