@genesislcap/foundation-forms 14.26.7 → 14.26.8-alpha-692a398.0

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.
@@ -673,6 +673,140 @@
673
673
  }
674
674
  ]
675
675
  },
676
+ {
677
+ "kind": "javascript-module",
678
+ "path": "src/utils/filters.ts",
679
+ "declarations": [
680
+ {
681
+ "kind": "function",
682
+ "name": "createExpressions",
683
+ "parameters": [
684
+ {
685
+ "name": "payload",
686
+ "type": {
687
+ "text": "any"
688
+ }
689
+ }
690
+ ],
691
+ "description": "Creates a expressions/criteria from given payload",
692
+ "privacy": "public"
693
+ }
694
+ ],
695
+ "exports": [
696
+ {
697
+ "kind": "js",
698
+ "name": "createExpressions",
699
+ "declaration": {
700
+ "name": "createExpressions",
701
+ "module": "src/utils/filters.ts"
702
+ }
703
+ }
704
+ ]
705
+ },
706
+ {
707
+ "kind": "javascript-module",
708
+ "path": "src/utils/index.ts",
709
+ "declarations": [],
710
+ "exports": [
711
+ {
712
+ "kind": "js",
713
+ "name": "*",
714
+ "declaration": {
715
+ "name": "*",
716
+ "package": "./filters"
717
+ }
718
+ },
719
+ {
720
+ "kind": "js",
721
+ "name": "*",
722
+ "declaration": {
723
+ "name": "*",
724
+ "package": "./translation"
725
+ }
726
+ },
727
+ {
728
+ "kind": "js",
729
+ "name": "*",
730
+ "declaration": {
731
+ "name": "*",
732
+ "package": "./validation"
733
+ }
734
+ }
735
+ ]
736
+ },
737
+ {
738
+ "kind": "javascript-module",
739
+ "path": "src/utils/translation.ts",
740
+ "declarations": [
741
+ {
742
+ "kind": "function",
743
+ "name": "genesisErrorTranslator",
744
+ "return": {
745
+ "type": {
746
+ "text": "string"
747
+ }
748
+ },
749
+ "parameters": [
750
+ {
751
+ "name": "error"
752
+ },
753
+ {
754
+ "name": "t"
755
+ },
756
+ {
757
+ "name": "uischema"
758
+ }
759
+ ],
760
+ "privacy": "public"
761
+ }
762
+ ],
763
+ "exports": [
764
+ {
765
+ "kind": "js",
766
+ "name": "genesisErrorTranslator",
767
+ "declaration": {
768
+ "name": "genesisErrorTranslator",
769
+ "module": "src/utils/translation.ts"
770
+ }
771
+ }
772
+ ]
773
+ },
774
+ {
775
+ "kind": "javascript-module",
776
+ "path": "src/utils/validation.ts",
777
+ "declarations": [
778
+ {
779
+ "kind": "function",
780
+ "name": "mustMatch",
781
+ "parameters": [
782
+ {
783
+ "name": "target",
784
+ "type": {
785
+ "text": "string"
786
+ },
787
+ "description": "any other field"
788
+ }
789
+ ],
790
+ "description": "Ensures the value of the current field (the one the validator is on) matches the one of the target field.",
791
+ "return": {
792
+ "type": {
793
+ "text": ""
794
+ }
795
+ },
796
+ "privacy": "public"
797
+ }
798
+ ],
799
+ "exports": [
800
+ {
801
+ "kind": "js",
802
+ "name": "mustMatch",
803
+ "declaration": {
804
+ "name": "mustMatch",
805
+ "module": "src/utils/validation.ts"
806
+ }
807
+ }
808
+ ]
809
+ },
676
810
  {
677
811
  "kind": "javascript-module",
678
812
  "path": "src/jsonforms/json-forms.ts",
@@ -849,140 +983,6 @@
849
983
  }
850
984
  ]
851
985
  },
852
- {
853
- "kind": "javascript-module",
854
- "path": "src/utils/filters.ts",
855
- "declarations": [
856
- {
857
- "kind": "function",
858
- "name": "createExpressions",
859
- "parameters": [
860
- {
861
- "name": "payload",
862
- "type": {
863
- "text": "any"
864
- }
865
- }
866
- ],
867
- "description": "Creates a expressions/criteria from given payload",
868
- "privacy": "public"
869
- }
870
- ],
871
- "exports": [
872
- {
873
- "kind": "js",
874
- "name": "createExpressions",
875
- "declaration": {
876
- "name": "createExpressions",
877
- "module": "src/utils/filters.ts"
878
- }
879
- }
880
- ]
881
- },
882
- {
883
- "kind": "javascript-module",
884
- "path": "src/utils/index.ts",
885
- "declarations": [],
886
- "exports": [
887
- {
888
- "kind": "js",
889
- "name": "*",
890
- "declaration": {
891
- "name": "*",
892
- "package": "./filters"
893
- }
894
- },
895
- {
896
- "kind": "js",
897
- "name": "*",
898
- "declaration": {
899
- "name": "*",
900
- "package": "./translation"
901
- }
902
- },
903
- {
904
- "kind": "js",
905
- "name": "*",
906
- "declaration": {
907
- "name": "*",
908
- "package": "./validation"
909
- }
910
- }
911
- ]
912
- },
913
- {
914
- "kind": "javascript-module",
915
- "path": "src/utils/translation.ts",
916
- "declarations": [
917
- {
918
- "kind": "function",
919
- "name": "genesisErrorTranslator",
920
- "return": {
921
- "type": {
922
- "text": "string"
923
- }
924
- },
925
- "parameters": [
926
- {
927
- "name": "error"
928
- },
929
- {
930
- "name": "t"
931
- },
932
- {
933
- "name": "uischema"
934
- }
935
- ],
936
- "privacy": "public"
937
- }
938
- ],
939
- "exports": [
940
- {
941
- "kind": "js",
942
- "name": "genesisErrorTranslator",
943
- "declaration": {
944
- "name": "genesisErrorTranslator",
945
- "module": "src/utils/translation.ts"
946
- }
947
- }
948
- ]
949
- },
950
- {
951
- "kind": "javascript-module",
952
- "path": "src/utils/validation.ts",
953
- "declarations": [
954
- {
955
- "kind": "function",
956
- "name": "mustMatch",
957
- "parameters": [
958
- {
959
- "name": "target",
960
- "type": {
961
- "text": "string"
962
- },
963
- "description": "any other field"
964
- }
965
- ],
966
- "description": "Ensures the value of the current field (the one the validator is on) matches the one of the target field.",
967
- "return": {
968
- "type": {
969
- "text": ""
970
- }
971
- },
972
- "privacy": "public"
973
- }
974
- ],
975
- "exports": [
976
- {
977
- "kind": "js",
978
- "name": "mustMatch",
979
- "declaration": {
980
- "name": "mustMatch",
981
- "module": "src/utils/validation.ts"
982
- }
983
- }
984
- ]
985
- },
986
986
  {
987
987
  "kind": "javascript-module",
988
988
  "path": "src/jsonforms/renderers/ArrayListWrapperRenderer.ts",
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@genesislcap/foundation-forms",
3
3
  "description": "Genesis Foundation Forms",
4
- "version": "14.26.7",
4
+ "version": "14.26.8-alpha-692a398.0",
5
5
  "sideEffects": false,
6
6
  "license": "SEE LICENSE IN license.txt",
7
7
  "main": "dist/esm/index.js",
@@ -43,8 +43,8 @@
43
43
  "test:unit:watch": "watchlist src test -- npm run test:unit"
44
44
  },
45
45
  "devDependencies": {
46
- "@genesislcap/foundation-testing": "^14.26.7",
47
- "@genesislcap/genx": "^14.26.7",
46
+ "@genesislcap/foundation-testing": "14.26.8-alpha-692a398.0",
47
+ "@genesislcap/genx": "14.26.8-alpha-692a398.0",
48
48
  "@playwright/test": "^1.18.1",
49
49
  "@types/json-schema": "^7.0.11",
50
50
  "@types/ua-parser-js": "^0.7.36",
@@ -59,9 +59,9 @@
59
59
  "watchlist": "^0.3.1"
60
60
  },
61
61
  "dependencies": {
62
- "@genesislcap/foundation-comms": "^14.26.7",
63
- "@genesislcap/foundation-criteria": "^14.26.7",
64
- "@genesislcap/foundation-utils": "^14.26.7",
62
+ "@genesislcap/foundation-comms": "14.26.8-alpha-692a398.0",
63
+ "@genesislcap/foundation-criteria": "14.26.8-alpha-692a398.0",
64
+ "@genesislcap/foundation-utils": "14.26.8-alpha-692a398.0",
65
65
  "@jsonforms/core": "^3.0.0",
66
66
  "@microsoft/fast-components": "^2.21.3",
67
67
  "@microsoft/fast-element": "^1.7.0",
@@ -82,5 +82,5 @@
82
82
  "access": "public"
83
83
  },
84
84
  "customElements": "dist/custom-elements.json",
85
- "gitHead": "52910dfe41ec45c2b29b970137a848315897e6f4"
85
+ "gitHead": "af81f305950dfd60a07aa021261f865c16721be9"
86
86
  }