@praxisui/core 9.0.0-beta.55 → 9.0.0-beta.57

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-08T22:08:16.337Z",
3
+ "generatedAt": "2026-07-08T22:49:24.424Z",
4
4
  "packageName": "@praxisui/core",
5
- "packageVersion": "9.0.0-beta.55",
5
+ "packageVersion": "9.0.0-beta.57",
6
6
  "sourceRegistry": "praxis-component-registry-ingestion",
7
7
  "sourceRegistryVersion": "1.0.0",
8
8
  "componentCount": 4,
@@ -14496,6 +14496,7 @@ class SurfaceOpenMaterializerService {
14496
14496
  },
14497
14497
  data,
14498
14498
  table: tableConfig,
14499
+ form: this.buildRelatedCommandFormConfig(),
14499
14500
  queryContext: null,
14500
14501
  defaults: {
14501
14502
  openMode: 'drawer',
@@ -14757,6 +14758,31 @@ class SurfaceOpenMaterializerService {
14757
14758
  }
14758
14759
  return actions;
14759
14760
  }
14761
+ buildRelatedCommandFormConfig() {
14762
+ return {
14763
+ metadata: {
14764
+ source: 'schema',
14765
+ },
14766
+ helpPresentation: {
14767
+ display: 'popover',
14768
+ inlineMaxLength: 48,
14769
+ preferPopoverForControls: [
14770
+ 'select',
14771
+ 'toggle',
14772
+ 'checkbox',
14773
+ 'numericTextBox',
14774
+ 'number',
14775
+ 'date',
14776
+ 'datepicker',
14777
+ ],
14778
+ },
14779
+ behavior: {
14780
+ disableMountAnimation: true,
14781
+ focusFirstError: true,
14782
+ scrollToErrors: true,
14783
+ },
14784
+ };
14785
+ }
14760
14786
  buildExplicitRelatedActionForm(action, paths) {
14761
14787
  const resourcePath = this.normalizeResourcePath(paths?.resourcePath || '');
14762
14788
  const schemaResourcePath = this.normalizeResourcePath(paths?.schemaResourcePath || resourcePath);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@praxisui/core",
3
- "version": "9.0.0-beta.55",
3
+ "version": "9.0.0-beta.57",
4
4
  "description": "Core library for Praxis UI Workspace: types, tokens, services and utilities shared across @praxisui/* packages.",
5
5
  "peerDependencies": {
6
6
  "@angular/common": "^21.0.0",
@@ -9782,6 +9782,7 @@ declare class SurfaceOpenMaterializerService {
9782
9782
  private buildLocalTableConfig;
9783
9783
  private objectRecord;
9784
9784
  private buildRelatedCrudActions;
9785
+ private buildRelatedCommandFormConfig;
9785
9786
  private buildExplicitRelatedActionForm;
9786
9787
  private buildRelatedCommandLayoutPolicy;
9787
9788
  private buildSchemaUrl;