@praxisui/dynamic-form 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.
- package/ai/component-registry.json +285 -2
- package/package.json +8 -8
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"schemaVersion": "1.0.0",
|
|
3
|
-
"generatedAt": "2026-09-
|
|
3
|
+
"generatedAt": "2026-09-03T20:25:30.797Z",
|
|
4
4
|
"packageName": "@praxisui/dynamic-form",
|
|
5
|
-
"packageVersion": "9.0.
|
|
5
|
+
"packageVersion": "9.0.59",
|
|
6
6
|
"sourceRegistry": "praxis-component-registry-ingestion",
|
|
7
7
|
"sourceRegistryVersion": "1.0.0",
|
|
8
8
|
"componentCount": 2,
|
|
@@ -561,6 +561,289 @@
|
|
|
561
561
|
}
|
|
562
562
|
}
|
|
563
563
|
],
|
|
564
|
+
"runtimeProfiles": [
|
|
565
|
+
{
|
|
566
|
+
"id": "public-local-readonly",
|
|
567
|
+
"audience": "public-untrusted",
|
|
568
|
+
"description": "Formulário local somente-leitura, sem persistência, endpoints, rich content, hooks, comandos ou controles remotos.",
|
|
569
|
+
"constraints": [
|
|
570
|
+
{
|
|
571
|
+
"path": "$",
|
|
572
|
+
"operator": "keys-subset",
|
|
573
|
+
"values": [
|
|
574
|
+
"mode",
|
|
575
|
+
"readonlyModeGlobal",
|
|
576
|
+
"configPersistenceStrategy",
|
|
577
|
+
"enableCustomization",
|
|
578
|
+
"showAiAssistant",
|
|
579
|
+
"initialValue",
|
|
580
|
+
"config"
|
|
581
|
+
]
|
|
582
|
+
},
|
|
583
|
+
{
|
|
584
|
+
"path": "resourcePath",
|
|
585
|
+
"operator": "absent-or-empty"
|
|
586
|
+
},
|
|
587
|
+
{
|
|
588
|
+
"path": "resourceId",
|
|
589
|
+
"operator": "absent-or-empty"
|
|
590
|
+
},
|
|
591
|
+
{
|
|
592
|
+
"path": "schemaUrl",
|
|
593
|
+
"operator": "absent-or-empty"
|
|
594
|
+
},
|
|
595
|
+
{
|
|
596
|
+
"path": "readUrl",
|
|
597
|
+
"operator": "absent-or-empty"
|
|
598
|
+
},
|
|
599
|
+
{
|
|
600
|
+
"path": "submitUrl",
|
|
601
|
+
"operator": "absent-or-empty"
|
|
602
|
+
},
|
|
603
|
+
{
|
|
604
|
+
"path": "submitMethod",
|
|
605
|
+
"operator": "absent-or-empty"
|
|
606
|
+
},
|
|
607
|
+
{
|
|
608
|
+
"path": "responseSchemaUrl",
|
|
609
|
+
"operator": "absent-or-empty"
|
|
610
|
+
},
|
|
611
|
+
{
|
|
612
|
+
"path": "apiEndpointKey",
|
|
613
|
+
"operator": "absent-or-empty"
|
|
614
|
+
},
|
|
615
|
+
{
|
|
616
|
+
"path": "apiUrlEntry",
|
|
617
|
+
"operator": "absent-or-empty"
|
|
618
|
+
},
|
|
619
|
+
{
|
|
620
|
+
"path": "formId",
|
|
621
|
+
"operator": "absent-or-empty"
|
|
622
|
+
},
|
|
623
|
+
{
|
|
624
|
+
"path": "componentInstanceId",
|
|
625
|
+
"operator": "absent-or-empty"
|
|
626
|
+
},
|
|
627
|
+
{
|
|
628
|
+
"path": "hooks",
|
|
629
|
+
"operator": "absent-or-empty"
|
|
630
|
+
},
|
|
631
|
+
{
|
|
632
|
+
"path": "backConfig",
|
|
633
|
+
"operator": "absent-or-empty"
|
|
634
|
+
},
|
|
635
|
+
{
|
|
636
|
+
"path": "customEndpoints",
|
|
637
|
+
"operator": "absent-or-empty"
|
|
638
|
+
},
|
|
639
|
+
{
|
|
640
|
+
"path": "layout",
|
|
641
|
+
"operator": "absent-or-empty"
|
|
642
|
+
},
|
|
643
|
+
{
|
|
644
|
+
"path": "layoutPolicy",
|
|
645
|
+
"operator": "absent-or-empty"
|
|
646
|
+
},
|
|
647
|
+
{
|
|
648
|
+
"path": "mode",
|
|
649
|
+
"operator": "equals",
|
|
650
|
+
"value": "view"
|
|
651
|
+
},
|
|
652
|
+
{
|
|
653
|
+
"path": "readonlyModeGlobal",
|
|
654
|
+
"operator": "equals",
|
|
655
|
+
"value": true
|
|
656
|
+
},
|
|
657
|
+
{
|
|
658
|
+
"path": "configPersistenceStrategy",
|
|
659
|
+
"operator": "equals",
|
|
660
|
+
"value": "input-first"
|
|
661
|
+
},
|
|
662
|
+
{
|
|
663
|
+
"path": "enableCustomization",
|
|
664
|
+
"operator": "not-true"
|
|
665
|
+
},
|
|
666
|
+
{
|
|
667
|
+
"path": "showAiAssistant",
|
|
668
|
+
"operator": "equals",
|
|
669
|
+
"value": false
|
|
670
|
+
},
|
|
671
|
+
{
|
|
672
|
+
"path": "config.sections",
|
|
673
|
+
"operator": "array"
|
|
674
|
+
},
|
|
675
|
+
{
|
|
676
|
+
"path": "config.fieldMetadata",
|
|
677
|
+
"operator": "array"
|
|
678
|
+
},
|
|
679
|
+
{
|
|
680
|
+
"path": "config",
|
|
681
|
+
"operator": "keys-subset",
|
|
682
|
+
"values": [
|
|
683
|
+
"sections",
|
|
684
|
+
"fieldMetadata"
|
|
685
|
+
]
|
|
686
|
+
},
|
|
687
|
+
{
|
|
688
|
+
"path": "config.sections[*]",
|
|
689
|
+
"operator": "keys-subset",
|
|
690
|
+
"values": [
|
|
691
|
+
"id",
|
|
692
|
+
"title",
|
|
693
|
+
"description",
|
|
694
|
+
"icon",
|
|
695
|
+
"collapsible",
|
|
696
|
+
"expanded",
|
|
697
|
+
"rows"
|
|
698
|
+
]
|
|
699
|
+
},
|
|
700
|
+
{
|
|
701
|
+
"path": "config.sections[*].rows[*]",
|
|
702
|
+
"operator": "keys-subset",
|
|
703
|
+
"values": [
|
|
704
|
+
"id",
|
|
705
|
+
"columns"
|
|
706
|
+
]
|
|
707
|
+
},
|
|
708
|
+
{
|
|
709
|
+
"path": "config.sections[*].rows[*].columns[*]",
|
|
710
|
+
"operator": "keys-subset",
|
|
711
|
+
"values": [
|
|
712
|
+
"id",
|
|
713
|
+
"fields",
|
|
714
|
+
"width"
|
|
715
|
+
]
|
|
716
|
+
},
|
|
717
|
+
{
|
|
718
|
+
"path": "config.fieldMetadata[*]",
|
|
719
|
+
"operator": "keys-subset",
|
|
720
|
+
"values": [
|
|
721
|
+
"name",
|
|
722
|
+
"label",
|
|
723
|
+
"controlType",
|
|
724
|
+
"dataType",
|
|
725
|
+
"order",
|
|
726
|
+
"required",
|
|
727
|
+
"readOnly",
|
|
728
|
+
"disabled",
|
|
729
|
+
"hidden",
|
|
730
|
+
"defaultValue",
|
|
731
|
+
"placeholder",
|
|
732
|
+
"hint",
|
|
733
|
+
"helpText",
|
|
734
|
+
"options",
|
|
735
|
+
"valueField",
|
|
736
|
+
"displayField",
|
|
737
|
+
"width",
|
|
738
|
+
"prefixIcon",
|
|
739
|
+
"suffixIcon",
|
|
740
|
+
"ariaLabel",
|
|
741
|
+
"validators",
|
|
742
|
+
"format",
|
|
743
|
+
"selectionMode"
|
|
744
|
+
]
|
|
745
|
+
},
|
|
746
|
+
{
|
|
747
|
+
"path": "config.actions",
|
|
748
|
+
"operator": "absent-or-empty"
|
|
749
|
+
},
|
|
750
|
+
{
|
|
751
|
+
"path": "config.api",
|
|
752
|
+
"operator": "absent-or-empty"
|
|
753
|
+
},
|
|
754
|
+
{
|
|
755
|
+
"path": "config.hooks",
|
|
756
|
+
"operator": "absent-or-empty"
|
|
757
|
+
},
|
|
758
|
+
{
|
|
759
|
+
"path": "config.formRules",
|
|
760
|
+
"operator": "empty-array-or-absent"
|
|
761
|
+
},
|
|
762
|
+
{
|
|
763
|
+
"path": "config.formCommandRules",
|
|
764
|
+
"operator": "empty-array-or-absent"
|
|
765
|
+
},
|
|
766
|
+
{
|
|
767
|
+
"path": "config.formBlocksBefore",
|
|
768
|
+
"operator": "absent-or-empty"
|
|
769
|
+
},
|
|
770
|
+
{
|
|
771
|
+
"path": "config.formBlocksBeforeActions",
|
|
772
|
+
"operator": "absent-or-empty"
|
|
773
|
+
},
|
|
774
|
+
{
|
|
775
|
+
"path": "config.formBlocksAfter",
|
|
776
|
+
"operator": "absent-or-empty"
|
|
777
|
+
},
|
|
778
|
+
{
|
|
779
|
+
"path": "config.behavior.redirectAfterSave",
|
|
780
|
+
"operator": "absent-or-empty"
|
|
781
|
+
},
|
|
782
|
+
{
|
|
783
|
+
"path": "config.behavior.reactiveValidation",
|
|
784
|
+
"operator": "not-true"
|
|
785
|
+
},
|
|
786
|
+
{
|
|
787
|
+
"path": "config.sections[*].headerActions",
|
|
788
|
+
"operator": "empty-array-or-absent"
|
|
789
|
+
},
|
|
790
|
+
{
|
|
791
|
+
"path": "config.sections[*].rows[*].columns[*].items",
|
|
792
|
+
"operator": "empty-array-or-absent"
|
|
793
|
+
},
|
|
794
|
+
{
|
|
795
|
+
"path": "config.fieldMetadata[*].controlType",
|
|
796
|
+
"operator": "one-of",
|
|
797
|
+
"values": [
|
|
798
|
+
"input",
|
|
799
|
+
"textarea",
|
|
800
|
+
"number",
|
|
801
|
+
"numericTextBox",
|
|
802
|
+
"checkbox",
|
|
803
|
+
"toggle",
|
|
804
|
+
"date",
|
|
805
|
+
"time",
|
|
806
|
+
"currency",
|
|
807
|
+
"select",
|
|
808
|
+
"radio"
|
|
809
|
+
]
|
|
810
|
+
},
|
|
811
|
+
{
|
|
812
|
+
"path": "config.fieldMetadata[*].endpoint",
|
|
813
|
+
"operator": "absent-or-empty"
|
|
814
|
+
},
|
|
815
|
+
{
|
|
816
|
+
"path": "config.fieldMetadata[*].resourcePath",
|
|
817
|
+
"operator": "absent-or-empty"
|
|
818
|
+
},
|
|
819
|
+
{
|
|
820
|
+
"path": "config.fieldMetadata[*].optionSource",
|
|
821
|
+
"operator": "absent-or-empty"
|
|
822
|
+
},
|
|
823
|
+
{
|
|
824
|
+
"path": "config.fieldMetadata[*].queryParams",
|
|
825
|
+
"operator": "absent-or-empty"
|
|
826
|
+
},
|
|
827
|
+
{
|
|
828
|
+
"path": "config.fieldMetadata[*].uploadUrl",
|
|
829
|
+
"operator": "absent-or-empty"
|
|
830
|
+
},
|
|
831
|
+
{
|
|
832
|
+
"path": "config.fieldMetadata[*].actions",
|
|
833
|
+
"operator": "absent-or-empty"
|
|
834
|
+
},
|
|
835
|
+
{
|
|
836
|
+
"path": "config.fieldMetadata[*].dialog",
|
|
837
|
+
"operator": "absent-or-empty"
|
|
838
|
+
},
|
|
839
|
+
{
|
|
840
|
+
"path": "config.fieldMetadata[*].globalAction",
|
|
841
|
+
"operator": "absent-or-empty"
|
|
842
|
+
}
|
|
843
|
+
],
|
|
844
|
+
"effects": []
|
|
845
|
+
}
|
|
846
|
+
],
|
|
564
847
|
"configEditor": {
|
|
565
848
|
"component": "[ref:PraxisDynamicFormWidgetConfigEditor]",
|
|
566
849
|
"title": "Configurar formulário"
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@praxisui/dynamic-form",
|
|
3
|
-
"version": "9.0.
|
|
3
|
+
"version": "9.0.59",
|
|
4
4
|
"description": "Angular dynamic form engine for Praxis UI: metadata-driven forms, hooks, and services integrating @praxisui/* packages.",
|
|
5
5
|
"peerDependencies": {
|
|
6
6
|
"@angular/common": "^21.0.0",
|
|
@@ -9,13 +9,13 @@
|
|
|
9
9
|
"@angular/forms": "^21.0.0",
|
|
10
10
|
"@angular/material": "^21.0.0",
|
|
11
11
|
"@angular/router": "^21.0.0",
|
|
12
|
-
"@praxisui/ai": "^9.0.
|
|
13
|
-
"@praxisui/dynamic-fields": "^9.0.
|
|
14
|
-
"@praxisui/metadata-editor": "^9.0.
|
|
15
|
-
"@praxisui/rich-content": "^9.0.
|
|
16
|
-
"@praxisui/settings-panel": "^9.0.
|
|
17
|
-
"@praxisui/visual-builder": "^9.0.
|
|
18
|
-
"@praxisui/core": "^9.0.
|
|
12
|
+
"@praxisui/ai": "^9.0.59",
|
|
13
|
+
"@praxisui/dynamic-fields": "^9.0.59",
|
|
14
|
+
"@praxisui/metadata-editor": "^9.0.59",
|
|
15
|
+
"@praxisui/rich-content": "^9.0.59",
|
|
16
|
+
"@praxisui/settings-panel": "^9.0.59",
|
|
17
|
+
"@praxisui/visual-builder": "^9.0.59",
|
|
18
|
+
"@praxisui/core": "^9.0.59",
|
|
19
19
|
"rxjs": "^7.8.0"
|
|
20
20
|
},
|
|
21
21
|
"dependencies": {
|