@praxisui/crud 9.0.57 → 9.0.59

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-09-01T14:12:48.929Z",
3
+ "generatedAt": "2026-09-03T20:25:30.797Z",
4
4
  "packageName": "@praxisui/crud",
5
- "packageVersion": "9.0.57",
5
+ "packageVersion": "9.0.59",
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"
package/package.json CHANGED
@@ -1,20 +1,20 @@
1
1
  {
2
2
  "name": "@praxisui/crud",
3
- "version": "9.0.57",
3
+ "version": "9.0.59",
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.57",
9
- "@praxisui/table": "^9.0.57",
10
- "@praxisui/core": "^9.0.57",
11
- "@praxisui/dynamic-fields": "^9.0.57",
12
- "@praxisui/settings-panel": "^9.0.57",
8
+ "@praxisui/dynamic-form": "^9.0.59",
9
+ "@praxisui/table": "^9.0.59",
10
+ "@praxisui/core": "^9.0.59",
11
+ "@praxisui/dynamic-fields": "^9.0.59",
12
+ "@praxisui/settings-panel": "^9.0.59",
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.57",
17
+ "@praxisui/ai": "^9.0.59",
18
18
  "rxjs": "~7.8.0"
19
19
  },
20
20
  "dependencies": {