@praxisui/crud 9.0.0-beta.47 → 9.0.0-beta.48

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-07-08T03:07:40.937Z",
3
+ "generatedAt": "2026-07-08T13:50:56.661Z",
4
4
  "packageName": "@praxisui/crud",
5
- "packageVersion": "9.0.0-beta.47",
5
+ "packageVersion": "9.0.0-beta.48",
6
6
  "sourceRegistry": "praxis-component-registry-ingestion",
7
7
  "sourceRegistryVersion": "1.0.0",
8
8
  "componentCount": 2,
@@ -4426,6 +4426,7 @@ class PraxisCrudComponent {
4426
4426
  action: 'create',
4427
4427
  }
4428
4428
  : action);
4429
+ changed = true;
4429
4430
  }
4430
4431
  else {
4431
4432
  const toolbar = ensureToolbar();
package/package.json CHANGED
@@ -1,20 +1,20 @@
1
1
  {
2
2
  "name": "@praxisui/crud",
3
- "version": "9.0.0-beta.47",
3
+ "version": "9.0.0-beta.48",
4
4
  "description": "CRUD building blocks for Praxis UI: integrates dynamic forms and tables with unified configuration and services.",
5
5
  "peerDependencies": {
6
6
  "@angular/common": "^21.0.0",
7
7
  "@angular/core": "^21.0.0",
8
- "@praxisui/dynamic-form": "^9.0.0-beta.47",
9
- "@praxisui/table": "^9.0.0-beta.47",
10
- "@praxisui/core": "^9.0.0-beta.47",
11
- "@praxisui/dynamic-fields": "^9.0.0-beta.47",
12
- "@praxisui/settings-panel": "^9.0.0-beta.47",
8
+ "@praxisui/dynamic-form": "^9.0.0-beta.48",
9
+ "@praxisui/table": "^9.0.0-beta.48",
10
+ "@praxisui/core": "^9.0.0-beta.48",
11
+ "@praxisui/dynamic-fields": "^9.0.0-beta.48",
12
+ "@praxisui/settings-panel": "^9.0.0-beta.48",
13
13
  "@angular/cdk": "^21.0.0",
14
14
  "@angular/forms": "^21.0.0",
15
15
  "@angular/material": "^21.0.0",
16
16
  "@angular/router": "^21.0.0",
17
- "@praxisui/ai": "^9.0.0-beta.47",
17
+ "@praxisui/ai": "^9.0.0-beta.48",
18
18
  "rxjs": "~7.8.0"
19
19
  },
20
20
  "dependencies": {