@praxisui/crud 9.0.58 → 9.0.60
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/ai/component-registry.json +264 -2
- package/fesm2022/praxisui-crud.mjs +1 -1
- package/package.json +7 -7
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"schemaVersion": "1.0.0",
|
|
3
|
-
"generatedAt": "2026-09-
|
|
3
|
+
"generatedAt": "2026-09-04T15:26:31.194Z",
|
|
4
4
|
"packageName": "@praxisui/crud",
|
|
5
|
-
"packageVersion": "9.0.
|
|
5
|
+
"packageVersion": "9.0.60",
|
|
6
6
|
"sourceRegistry": "praxis-component-registry-ingestion",
|
|
7
7
|
"sourceRegistryVersion": "1.0.0",
|
|
8
8
|
"componentCount": 2,
|
|
@@ -506,6 +506,268 @@
|
|
|
506
506
|
}
|
|
507
507
|
}
|
|
508
508
|
],
|
|
509
|
+
"runtimeProfiles": [
|
|
510
|
+
{
|
|
511
|
+
"id": "public-local-inspect-only",
|
|
512
|
+
"audience": "public-untrusted",
|
|
513
|
+
"description": "CRUD local somente para inspeção, sem resource binding, persistência, authoring ou ações operacionais.",
|
|
514
|
+
"constraints": [
|
|
515
|
+
{
|
|
516
|
+
"path": "$",
|
|
517
|
+
"operator": "keys-subset",
|
|
518
|
+
"values": [
|
|
519
|
+
"metadata",
|
|
520
|
+
"crudId",
|
|
521
|
+
"tableConfigPersistenceStrategy",
|
|
522
|
+
"enableCustomization"
|
|
523
|
+
]
|
|
524
|
+
},
|
|
525
|
+
{
|
|
526
|
+
"path": "crudId",
|
|
527
|
+
"operator": "present"
|
|
528
|
+
},
|
|
529
|
+
{
|
|
530
|
+
"path": "tableConfigPersistenceStrategy",
|
|
531
|
+
"operator": "equals",
|
|
532
|
+
"value": "volatile"
|
|
533
|
+
},
|
|
534
|
+
{
|
|
535
|
+
"path": "enableCustomization",
|
|
536
|
+
"operator": "not-true"
|
|
537
|
+
},
|
|
538
|
+
{
|
|
539
|
+
"path": "metadata.component",
|
|
540
|
+
"operator": "equals",
|
|
541
|
+
"value": "praxis-crud"
|
|
542
|
+
},
|
|
543
|
+
{
|
|
544
|
+
"path": "metadata.interactionMode",
|
|
545
|
+
"operator": "equals",
|
|
546
|
+
"value": "inspect-only"
|
|
547
|
+
},
|
|
548
|
+
{
|
|
549
|
+
"path": "metadata.data",
|
|
550
|
+
"operator": "array"
|
|
551
|
+
},
|
|
552
|
+
{
|
|
553
|
+
"path": "metadata",
|
|
554
|
+
"operator": "keys-subset",
|
|
555
|
+
"values": [
|
|
556
|
+
"component",
|
|
557
|
+
"interactionMode",
|
|
558
|
+
"data",
|
|
559
|
+
"table"
|
|
560
|
+
]
|
|
561
|
+
},
|
|
562
|
+
{
|
|
563
|
+
"path": "metadata.resource",
|
|
564
|
+
"operator": "absent-or-empty"
|
|
565
|
+
},
|
|
566
|
+
{
|
|
567
|
+
"path": "metadata.queryContext",
|
|
568
|
+
"operator": "absent-or-empty"
|
|
569
|
+
},
|
|
570
|
+
{
|
|
571
|
+
"path": "metadata.filterCriteria",
|
|
572
|
+
"operator": "absent-or-empty"
|
|
573
|
+
},
|
|
574
|
+
{
|
|
575
|
+
"path": "metadata.form",
|
|
576
|
+
"operator": "absent-or-empty"
|
|
577
|
+
},
|
|
578
|
+
{
|
|
579
|
+
"path": "metadata.defaults",
|
|
580
|
+
"operator": "absent-or-empty"
|
|
581
|
+
},
|
|
582
|
+
{
|
|
583
|
+
"path": "metadata.actions",
|
|
584
|
+
"operator": "empty-array-or-absent"
|
|
585
|
+
},
|
|
586
|
+
{
|
|
587
|
+
"path": "metadata.i18n",
|
|
588
|
+
"operator": "absent-or-empty"
|
|
589
|
+
},
|
|
590
|
+
{
|
|
591
|
+
"path": "metadata.table.columns",
|
|
592
|
+
"operator": "array"
|
|
593
|
+
},
|
|
594
|
+
{
|
|
595
|
+
"path": "metadata.table",
|
|
596
|
+
"operator": "keys-subset",
|
|
597
|
+
"values": [
|
|
598
|
+
"columns",
|
|
599
|
+
"behavior",
|
|
600
|
+
"toolbar"
|
|
601
|
+
]
|
|
602
|
+
},
|
|
603
|
+
{
|
|
604
|
+
"path": "metadata.table.columns[*]",
|
|
605
|
+
"operator": "keys-subset",
|
|
606
|
+
"values": [
|
|
607
|
+
"field",
|
|
608
|
+
"header",
|
|
609
|
+
"type",
|
|
610
|
+
"width",
|
|
611
|
+
"visible",
|
|
612
|
+
"sortable",
|
|
613
|
+
"filterable",
|
|
614
|
+
"resizable",
|
|
615
|
+
"sticky",
|
|
616
|
+
"align",
|
|
617
|
+
"order",
|
|
618
|
+
"sortField",
|
|
619
|
+
"format",
|
|
620
|
+
"valueMapping"
|
|
621
|
+
]
|
|
622
|
+
},
|
|
623
|
+
{
|
|
624
|
+
"path": "metadata.table.columns[*].renderer",
|
|
625
|
+
"operator": "absent-or-empty"
|
|
626
|
+
},
|
|
627
|
+
{
|
|
628
|
+
"path": "metadata.table.columns[*].conditionalRenderers",
|
|
629
|
+
"operator": "absent-or-empty"
|
|
630
|
+
},
|
|
631
|
+
{
|
|
632
|
+
"path": "metadata.table.behavior",
|
|
633
|
+
"operator": "keys-subset",
|
|
634
|
+
"values": [
|
|
635
|
+
"localDataMode",
|
|
636
|
+
"pagination",
|
|
637
|
+
"sorting",
|
|
638
|
+
"filtering"
|
|
639
|
+
]
|
|
640
|
+
},
|
|
641
|
+
{
|
|
642
|
+
"path": "metadata.table.behavior.localDataMode.enabled",
|
|
643
|
+
"operator": "equals",
|
|
644
|
+
"value": true
|
|
645
|
+
},
|
|
646
|
+
{
|
|
647
|
+
"path": "metadata.table.behavior.pagination.strategy",
|
|
648
|
+
"operator": "none-of",
|
|
649
|
+
"values": [
|
|
650
|
+
"server"
|
|
651
|
+
]
|
|
652
|
+
},
|
|
653
|
+
{
|
|
654
|
+
"path": "metadata.table.behavior.pagination",
|
|
655
|
+
"operator": "keys-subset",
|
|
656
|
+
"values": [
|
|
657
|
+
"enabled",
|
|
658
|
+
"pageSize",
|
|
659
|
+
"pageSizeOptions",
|
|
660
|
+
"showFirstLastButtons",
|
|
661
|
+
"showPageNumbers",
|
|
662
|
+
"showPageInfo",
|
|
663
|
+
"position",
|
|
664
|
+
"style",
|
|
665
|
+
"totalItems",
|
|
666
|
+
"strategy"
|
|
667
|
+
]
|
|
668
|
+
},
|
|
669
|
+
{
|
|
670
|
+
"path": "metadata.table.behavior.pagination.advanced",
|
|
671
|
+
"operator": "absent-or-empty"
|
|
672
|
+
},
|
|
673
|
+
{
|
|
674
|
+
"path": "metadata.table.behavior.sorting.strategy",
|
|
675
|
+
"operator": "none-of",
|
|
676
|
+
"values": [
|
|
677
|
+
"server"
|
|
678
|
+
]
|
|
679
|
+
},
|
|
680
|
+
{
|
|
681
|
+
"path": "metadata.table.behavior.sorting",
|
|
682
|
+
"operator": "keys-subset",
|
|
683
|
+
"values": [
|
|
684
|
+
"enabled",
|
|
685
|
+
"defaultSort",
|
|
686
|
+
"multiSort",
|
|
687
|
+
"strategy",
|
|
688
|
+
"showSortIndicators",
|
|
689
|
+
"indicatorPosition",
|
|
690
|
+
"allowClearSort"
|
|
691
|
+
]
|
|
692
|
+
},
|
|
693
|
+
{
|
|
694
|
+
"path": "metadata.table.behavior.sorting.advanced",
|
|
695
|
+
"operator": "absent-or-empty"
|
|
696
|
+
},
|
|
697
|
+
{
|
|
698
|
+
"path": "metadata.table.behavior.filtering.strategy",
|
|
699
|
+
"operator": "none-of",
|
|
700
|
+
"values": [
|
|
701
|
+
"server"
|
|
702
|
+
]
|
|
703
|
+
},
|
|
704
|
+
{
|
|
705
|
+
"path": "metadata.table.behavior.filtering",
|
|
706
|
+
"operator": "keys-subset",
|
|
707
|
+
"values": [
|
|
708
|
+
"enabled",
|
|
709
|
+
"columnFilters",
|
|
710
|
+
"strategy",
|
|
711
|
+
"debounceTime"
|
|
712
|
+
]
|
|
713
|
+
},
|
|
714
|
+
{
|
|
715
|
+
"path": "metadata.table.behavior.filtering.columnFilters",
|
|
716
|
+
"operator": "keys-subset",
|
|
717
|
+
"values": [
|
|
718
|
+
"enabled",
|
|
719
|
+
"defaultType",
|
|
720
|
+
"position"
|
|
721
|
+
]
|
|
722
|
+
},
|
|
723
|
+
{
|
|
724
|
+
"path": "metadata.table.behavior.filtering.advancedFilters",
|
|
725
|
+
"operator": "absent-or-empty"
|
|
726
|
+
},
|
|
727
|
+
{
|
|
728
|
+
"path": "metadata.table.toolbar",
|
|
729
|
+
"operator": "keys-subset",
|
|
730
|
+
"values": [
|
|
731
|
+
"visible",
|
|
732
|
+
"position",
|
|
733
|
+
"title",
|
|
734
|
+
"subtitle",
|
|
735
|
+
"icon",
|
|
736
|
+
"textAlign"
|
|
737
|
+
]
|
|
738
|
+
},
|
|
739
|
+
{
|
|
740
|
+
"path": "metadata.table.toolbar.actions",
|
|
741
|
+
"operator": "empty-array-or-absent"
|
|
742
|
+
},
|
|
743
|
+
{
|
|
744
|
+
"path": "metadata.table.actions",
|
|
745
|
+
"operator": "absent-or-empty"
|
|
746
|
+
},
|
|
747
|
+
{
|
|
748
|
+
"path": "metadata.table.export",
|
|
749
|
+
"operator": "absent-or-empty"
|
|
750
|
+
},
|
|
751
|
+
{
|
|
752
|
+
"path": "metadata.table.ai",
|
|
753
|
+
"operator": "absent-or-empty"
|
|
754
|
+
},
|
|
755
|
+
{
|
|
756
|
+
"path": "metadata.table.columnProjection",
|
|
757
|
+
"operator": "absent-or-empty"
|
|
758
|
+
},
|
|
759
|
+
{
|
|
760
|
+
"path": "metadata.table.analyticsProjection",
|
|
761
|
+
"operator": "absent-or-empty"
|
|
762
|
+
},
|
|
763
|
+
{
|
|
764
|
+
"path": "metadata.table.plugins",
|
|
765
|
+
"operator": "empty-array-or-absent"
|
|
766
|
+
}
|
|
767
|
+
],
|
|
768
|
+
"effects": []
|
|
769
|
+
}
|
|
770
|
+
],
|
|
509
771
|
"configEditor": {
|
|
510
772
|
"component": "[ref:PraxisCrudWidgetConfigEditor]",
|
|
511
773
|
"title": "Configurar CRUD"
|
|
@@ -6652,7 +6652,7 @@ class DynamicFormDialogHostComponent {
|
|
|
6652
6652
|
(reactiveDeterminationPendingChange)="onReactiveDeterminationPendingChange($event)"
|
|
6653
6653
|
></praxis-dynamic-form>
|
|
6654
6654
|
</mat-dialog-content>
|
|
6655
|
-
`, isInline: true, styles: ["praxis-dynamic-form-dialog-host{--dlg-header-h: 56px;--dlg-footer-h: 56px;--dlg-pad: 16px;display:flex;flex-direction:column;height:100%;overflow:hidden}praxis-dynamic-form-dialog-host[data-density=compact]{--dlg-header-h: 44px;--dlg-footer-h: 44px;--dlg-pad: 12px}praxis-dynamic-form-dialog-host .dialog-header{position:sticky;top:0;z-index:1;display:flex;align-items:center;gap:var(--dlg-pad);min-height:var(--dlg-header-h);padding:10px var(--dlg-pad);margin:0;background:var(--md-sys-color-surface-container-high);border-bottom:1px solid var(--md-sys-color-outline-variant);color:var(--md-sys-color-on-surface)}praxis-dynamic-form-dialog-host .dialog-title{margin:0;font:inherit;font-weight:600;color:var(--md-sys-color-on-surface)}praxis-dynamic-form-dialog-host .dialog-heading{display:grid;min-width:0;gap:2px}praxis-dynamic-form-dialog-host .dialog-title-icon{display:inline-grid;flex:0 0 auto;width:36px;height:36px;place-items:center;border-radius:10px;color:var(--md-sys-color-primary);background:color-mix(in srgb,var(--md-sys-color-primary) 12%,transparent)}praxis-dynamic-form-dialog-host .dialog-title-icon mat-icon{width:22px;height:22px;font-size:22px}praxis-dynamic-form-dialog-host .dialog-subtitle{display:-webkit-box;overflow:hidden;color:var(--md-sys-color-on-surface-variant);font-size:.82rem;font-weight:400;line-height:1.35;-webkit-box-orient:vertical;-webkit-line-clamp:2}praxis-dynamic-form-dialog-host .spacer{flex:1}praxis-dynamic-form-dialog-host .dialog-content{flex:1 1 auto;overflow:auto;padding:var(--dlg-pad);max-height:calc(100svh - var(--dlg-header-h) - 32px)}praxis-dynamic-form-dialog-host .crud-operation-context{position:sticky;top:0;z-index:1;display:grid;gap:.75rem;margin-block-end:var(--dlg-pad);padding-block:.5rem .75rem;background:var(--pfx-form-surface, var(--md-sys-color-surface));border-bottom:1px solid var(--md-sys-color-outline-variant)}praxis-dynamic-form-dialog-host .crud-resource-identity{display:grid;gap:.25rem;min-width:0}praxis-dynamic-form-dialog-host .crud-resource-identity__label{color:var(--md-sys-color-on-surface-variant);font:var(--md-sys-typescale-label-medium, 500 .75rem/1rem inherit)}praxis-dynamic-form-dialog-host.praxis-drawer{--dlg-header-h: 72px;width:100%;min-width:0;max-width:100vw;height:100dvh;background:var(--pfx-form-surface, var(--md-sys-color-surface));color:var(--md-sys-color-on-surface)}praxis-dynamic-form-dialog-host.praxis-drawer .dialog-header{background:color-mix(in srgb,var(--md-sys-color-surface-container-high, var(--md-sys-color-surface)),transparent 4%)}praxis-dynamic-form-dialog-host.praxis-drawer .dialog-content{display:flex;flex-direction:column;max-height:none;min-height:0;padding:clamp(12px,2.4vw,24px)}praxis-dynamic-form-dialog-host.praxis-drawer .dialog-content>praxis-dynamic-form{display:block;flex:1 1 auto;min-height:0}praxis-dynamic-form-dialog-host.praxis-drawer .dialog-content>praxis-dynamic-form>.praxis-dynamic-form{min-height:100%}praxis-dynamic-form-dialog-host.praxis-drawer .dialog-content>praxis-dynamic-form>.praxis-dynamic-form>praxis-form-actions[data-actions-placement=afterSections]{margin-top:auto;padding-top:var(--pfx-actions-gap-top, var(--pfx-section-gap, 20px))}praxis-dynamic-form-dialog-host.praxis-surface-frame .dialog-content{max-height:none;min-height:0;padding:clamp(12px,2.4vw,24px)}praxis-dynamic-form-dialog-host .dialog-header button.praxis-icon-button{color:var(--md-sys-color-on-surface-variant)}praxis-dynamic-form-dialog-host .dialog-header button.praxis-icon-button:hover{color:var(--md-sys-color-primary)}praxis-dynamic-form-dialog-host .dialog-footer{position:sticky;bottom:0;z-index:1;padding:var(--dlg-pad)}.pfx-blur-backdrop{background-color:var(--pfx-backdrop, rgba(15, 23, 42, .42))!important;backdrop-filter:blur(var(--pfx-backdrop-blur, 10px)) saturate(110%);-webkit-backdrop-filter:blur(var(--pfx-backdrop-blur, 10px)) saturate(110%)}.pfx-transparent-backdrop{background-color:transparent!important}.cdk-overlay-pane.pfx-dialog-pane{overflow:hidden;transition:width .2s ease,height .2s ease,margin .2s ease}.cdk-overlay-pane.pfx-dialog-pane .mat-mdc-dialog-surface,.cdk-overlay-pane.pfx-dialog-pane .mdc-dialog__surface{display:flex;flex-direction:column;width:100%;min-width:0;height:100%;max-height:inherit;overflow:hidden;background:var(--pfx-form-surface, var(--md-sys-color-surface))!important;border:1px solid var(--pfx-form-stroke, var(--md-sys-color-outline-variant))!important}.cdk-overlay-pane.pfx-dialog-pane.pfx-dialog-frosted .mat-mdc-dialog-surface,.cdk-overlay-pane.pfx-dialog-pane.pfx-dialog-frosted .mdc-dialog__surface{backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}.cdk-overlay-pane.pfx-drawer-pane{margin:0!important;border-radius:0!important;box-shadow:var(--md-sys-elevation-level3, 0 24px 80px rgba(15, 23, 42, .28)),0 0 0 1px color-mix(in srgb,var(--md-sys-color-outline, #64748b) 24%,transparent)}.cdk-overlay-pane.pfx-drawer-pane.pfx-drawer-maximized{margin:var(--pfx-drawer-edge-gap, 8px)!important}.cdk-overlay-pane.pfx-drawer-pane .mat-mdc-dialog-surface,.cdk-overlay-pane.pfx-drawer-pane .mdc-dialog__surface{min-width:0!important;border-radius:0!important}\n"], dependencies: [{ kind: "ngmodule", type: MatDialogModule }, { kind: "directive", type: i1.MatDialogTitle, selector: "[mat-dialog-title], [matDialogTitle]", inputs: ["id"], exportAs: ["matDialogTitle"] }, { kind: "directive", type: i1.MatDialogContent, selector: "[mat-dialog-content], mat-dialog-content, [matDialogContent]" }, { kind: "ngmodule", type: MatIconModule }, { kind: "component", type: i6.MatIcon, selector: "mat-icon", inputs: ["color", "inline", "svgIcon", "fontSet", "fontIcon"], exportAs: ["matIcon"] }, { kind: "component", type: PraxisIconButtonComponent, selector: "button[praxisIconButton]", inputs: ["praxisIconButton", "size", "appearance", "presentation", "pressed", "busy"] }, { kind: "directive", type: PraxisIconDirective, selector: "mat-icon[praxisIcon]", inputs: ["praxisIcon"] }, { kind: "component", type: PraxisResourceIdentityComponent, selector: "praxis-resource-identity", inputs: ["identity", "emptyTitle", "density", "showMetadataLabels", "showKey", "showKeyLabel", "ariaLabel"] }, { kind: "component", type: PraxisDynamicForm, selector: "praxis-dynamic-form", inputs: ["resourcePath", "resourceId", "initialValue", "editorialContext", "mode", "config", "actions", "schemaSource", "schemaUrl", "readUrl", "submitUrl", "submitMethod", "submitIdempotencyKey", "submitCorrelationId", "submitResourceVersion", "submitResourceVersionTargetResourceKey", "submitResourceVersionTargetIdField", "responseSchemaUrl", "apiEndpointKey", "apiUrlEntry", "enableCustomization", "showAiAssistant", "formId", "componentInstanceId", "configPersistenceStrategy", "layout", "generatedLayoutPreset", "layoutPolicy", "backConfig", "hooks", "removeEmptyContainersOnSave", "reactiveValidation", "reactiveValidationDebounceMs", "notifyIfOutdated", "snoozeMs", "autoOpenSettingsOnOutdated", "readonlyModeGlobal", "disabledModeGlobal", "presentationModeGlobal", "visibleGlobal", "fieldIconPolicy", "domainRules", "customEndpoints"], outputs: ["formSubmit", "formCancel", "formReset", "configChange", "configPatchChange", "formReady", "valueChange", "syncCompleted", "initializationError", "loadingStateChange", "enableCustomizationChange", "customAction", "actionConfirmation", "schemaStatusChange", "fieldRenderError", "ruleDiagnosticsChange", "reactiveDeterminationExecuted", "reactiveDeterminationPendingChange"] }], encapsulation: i0.ViewEncapsulation.None });
|
|
6655
|
+
`, isInline: true, styles: ["praxis-dynamic-form-dialog-host{--dlg-header-h: 56px;--dlg-footer-h: 56px;--dlg-pad: 16px;display:flex;flex-direction:column;height:100%;overflow:hidden}praxis-dynamic-form-dialog-host[data-density=compact]{--dlg-header-h: 44px;--dlg-footer-h: 44px;--dlg-pad: 12px}praxis-dynamic-form-dialog-host .dialog-header{position:sticky;top:0;z-index:1;display:flex;align-items:center;gap:var(--dlg-pad);min-height:var(--dlg-header-h);padding:10px var(--dlg-pad);margin:0;background:var(--md-sys-color-surface-container-high);border-bottom:1px solid var(--md-sys-color-outline-variant);color:var(--md-sys-color-on-surface)}praxis-dynamic-form-dialog-host .dialog-title{margin:0;font:inherit;font-weight:600;color:var(--md-sys-color-on-surface)}praxis-dynamic-form-dialog-host .dialog-heading{display:grid;min-width:0;gap:2px}praxis-dynamic-form-dialog-host .dialog-title-icon{display:inline-grid;flex:0 0 auto;width:36px;height:36px;place-items:center;border-radius:10px;color:var(--md-sys-color-primary);background:color-mix(in srgb,var(--md-sys-color-primary) 12%,transparent)}praxis-dynamic-form-dialog-host .dialog-title-icon mat-icon{width:22px;height:22px;font-size:22px}praxis-dynamic-form-dialog-host .dialog-subtitle{display:-webkit-box;overflow:hidden;color:var(--md-sys-color-on-surface-variant);font-size:.82rem;font-weight:400;line-height:1.35;-webkit-box-orient:vertical;-webkit-line-clamp:2}praxis-dynamic-form-dialog-host .spacer{flex:1}praxis-dynamic-form-dialog-host .dialog-content{flex:1 1 auto;overflow:auto;padding:var(--dlg-pad);max-height:calc(100svh - var(--dlg-header-h) - 32px)}praxis-dynamic-form-dialog-host .crud-operation-context{position:sticky;top:0;z-index:1;display:grid;gap:.75rem;margin-block-end:var(--dlg-pad);padding-block:.5rem .75rem;background:var(--pfx-form-surface, var(--md-sys-color-surface));border-bottom:1px solid var(--md-sys-color-outline-variant)}praxis-dynamic-form-dialog-host .crud-resource-identity{display:grid;gap:.25rem;min-width:0}praxis-dynamic-form-dialog-host .crud-resource-identity__label{color:var(--md-sys-color-on-surface-variant);font:var(--md-sys-typescale-label-medium, 500 .75rem/1rem inherit)}praxis-dynamic-form-dialog-host.praxis-drawer{--dlg-header-h: 72px;width:100%;min-width:0;max-width:100vw;height:100dvh;background:var(--pfx-form-surface, var(--md-sys-color-surface));color:var(--md-sys-color-on-surface)}praxis-dynamic-form-dialog-host.praxis-drawer .dialog-header{background:color-mix(in srgb,var(--md-sys-color-surface-container-high, var(--md-sys-color-surface)),transparent 4%)}praxis-dynamic-form-dialog-host.praxis-drawer .dialog-content{display:flex;flex-direction:column;max-height:none;min-height:0;padding:clamp(12px,2.4vw,24px)}praxis-dynamic-form-dialog-host.praxis-drawer .dialog-content>praxis-dynamic-form{display:block;flex:1 1 auto;min-height:0}praxis-dynamic-form-dialog-host.praxis-drawer .dialog-content>praxis-dynamic-form>.praxis-dynamic-form{min-height:100%}praxis-dynamic-form-dialog-host.praxis-drawer .dialog-content>praxis-dynamic-form>.praxis-dynamic-form>praxis-form-actions[data-actions-placement=afterSections]{margin-top:auto;padding-top:var(--pfx-actions-gap-top, var(--pfx-section-gap, 20px))}praxis-dynamic-form-dialog-host.praxis-surface-frame .dialog-content{max-height:none;min-height:0;padding:clamp(12px,2.4vw,24px)}praxis-dynamic-form-dialog-host .dialog-header button.praxis-icon-button{color:var(--md-sys-color-on-surface-variant)}praxis-dynamic-form-dialog-host .dialog-header button.praxis-icon-button:hover{color:var(--md-sys-color-primary)}praxis-dynamic-form-dialog-host .dialog-footer{position:sticky;bottom:0;z-index:1;padding:var(--dlg-pad)}.pfx-blur-backdrop{background-color:var(--pfx-backdrop, rgba(15, 23, 42, .42))!important;backdrop-filter:blur(var(--pfx-backdrop-blur, 10px)) saturate(110%);-webkit-backdrop-filter:blur(var(--pfx-backdrop-blur, 10px)) saturate(110%)}.pfx-transparent-backdrop{background-color:transparent!important}.cdk-overlay-pane.pfx-dialog-pane{overflow:hidden;transition:width .2s ease,height .2s ease,margin .2s ease}.cdk-overlay-pane.pfx-dialog-pane .mat-mdc-dialog-surface,.cdk-overlay-pane.pfx-dialog-pane .mdc-dialog__surface{display:flex;flex-direction:column;width:100%;min-width:0;height:100%;max-height:inherit;overflow:hidden;background:var(--pfx-form-surface, var(--md-sys-color-surface))!important;border:1px solid var(--pfx-form-stroke, var(--md-sys-color-outline-variant))!important}.cdk-overlay-pane.pfx-dialog-pane.pfx-dialog-frosted .mat-mdc-dialog-surface,.cdk-overlay-pane.pfx-dialog-pane.pfx-dialog-frosted .mdc-dialog__surface{backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}.cdk-overlay-pane.pfx-drawer-pane{margin:0!important;border-radius:0!important;box-shadow:var(--md-sys-elevation-level3, 0 24px 80px rgba(15, 23, 42, .28)),0 0 0 1px color-mix(in srgb,var(--md-sys-color-outline, #64748b) 24%,transparent)}.cdk-overlay-pane.pfx-drawer-pane.pfx-drawer-maximized{margin:var(--pfx-drawer-edge-gap, 8px)!important}.cdk-overlay-pane.pfx-drawer-pane .mat-mdc-dialog-surface,.cdk-overlay-pane.pfx-drawer-pane .mdc-dialog__surface{min-width:0!important;border-radius:0!important}\n"], dependencies: [{ kind: "ngmodule", type: MatDialogModule }, { kind: "directive", type: i1.MatDialogTitle, selector: "[mat-dialog-title], [matDialogTitle]", inputs: ["id"], exportAs: ["matDialogTitle"] }, { kind: "directive", type: i1.MatDialogContent, selector: "[mat-dialog-content], mat-dialog-content, [matDialogContent]" }, { kind: "ngmodule", type: MatIconModule }, { kind: "component", type: i6.MatIcon, selector: "mat-icon", inputs: ["color", "inline", "svgIcon", "fontSet", "fontIcon"], exportAs: ["matIcon"] }, { kind: "component", type: PraxisIconButtonComponent, selector: "button[praxisIconButton]", inputs: ["praxisIconButton", "size", "appearance", "presentation", "pressed", "busy"] }, { kind: "directive", type: PraxisIconDirective, selector: "mat-icon[praxisIcon]", inputs: ["praxisIcon"] }, { kind: "component", type: PraxisResourceIdentityComponent, selector: "praxis-resource-identity", inputs: ["identity", "emptyTitle", "density", "showMetadataLabels", "showKey", "showKeyLabel", "ariaLabel"] }, { kind: "component", type: PraxisDynamicForm, selector: "praxis-dynamic-form", inputs: ["resourcePath", "resourceId", "initialValue", "editorialContext", "mode", "config", "actions", "schemaSource", "schemaUrl", "readUrl", "submitUrl", "submitMethod", "submitIdempotencyKey", "submitCorrelationId", "submitResourceVersion", "submitResourceVersionTargetResourceKey", "submitResourceVersionTargetIdField", "responseSchemaUrl", "apiEndpointKey", "apiUrlEntry", "enableCustomization", "showAiAssistant", "formId", "componentInstanceId", "configPersistenceStrategy", "layout", "generatedLayoutPreset", "layoutPolicy", "backConfig", "hooks", "removeEmptyContainersOnSave", "reactiveValidation", "reactiveValidationDebounceMs", "notifyIfOutdated", "snoozeMs", "autoOpenSettingsOnOutdated", "readonlyModeGlobal", "disabledModeGlobal", "presentationModeGlobal", "visibleGlobal", "fieldIconPolicy", "domainRules", "customEndpoints"], outputs: ["formSubmit", "formCancel", "formReset", "configChange", "configPatchChange", "formReady", "valueChange", "payloadPreviewChange", "syncCompleted", "initializationError", "loadingStateChange", "enableCustomizationChange", "customAction", "actionConfirmation", "schemaStatusChange", "fieldRenderError", "ruleDiagnosticsChange", "reactiveDeterminationExecuted", "reactiveDeterminationPendingChange"] }], encapsulation: i0.ViewEncapsulation.None });
|
|
6656
6656
|
}
|
|
6657
6657
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.14", ngImport: i0, type: DynamicFormDialogHostComponent, decorators: [{
|
|
6658
6658
|
type: Component,
|
package/package.json
CHANGED
|
@@ -1,20 +1,20 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@praxisui/crud",
|
|
3
|
-
"version": "9.0.
|
|
3
|
+
"version": "9.0.60",
|
|
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.
|
|
9
|
-
"@praxisui/table": "^9.0.
|
|
10
|
-
"@praxisui/core": "^9.0.
|
|
11
|
-
"@praxisui/dynamic-fields": "^9.0.
|
|
12
|
-
"@praxisui/settings-panel": "^9.0.
|
|
8
|
+
"@praxisui/dynamic-form": "^9.0.60",
|
|
9
|
+
"@praxisui/table": "^9.0.60",
|
|
10
|
+
"@praxisui/core": "^9.0.60",
|
|
11
|
+
"@praxisui/dynamic-fields": "^9.0.60",
|
|
12
|
+
"@praxisui/settings-panel": "^9.0.60",
|
|
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.
|
|
17
|
+
"@praxisui/ai": "^9.0.60",
|
|
18
18
|
"rxjs": "~7.8.0"
|
|
19
19
|
},
|
|
20
20
|
"dependencies": {
|