@genesislcap/foundation-forms 14.144.0 → 14.144.1-alpha-82ebae3.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.
@@ -710,154 +710,6 @@
710
710
  }
711
711
  ]
712
712
  },
713
- {
714
- "kind": "javascript-module",
715
- "path": "src/utils/filters.ts",
716
- "declarations": [
717
- {
718
- "kind": "function",
719
- "name": "createExpressions",
720
- "parameters": [
721
- {
722
- "name": "payload",
723
- "type": {
724
- "text": "any"
725
- }
726
- }
727
- ],
728
- "description": "Creates a expressions/criteria from given payload",
729
- "privacy": "public"
730
- }
731
- ],
732
- "exports": [
733
- {
734
- "kind": "js",
735
- "name": "createExpressions",
736
- "declaration": {
737
- "name": "createExpressions",
738
- "module": "src/utils/filters.ts"
739
- }
740
- }
741
- ]
742
- },
743
- {
744
- "kind": "javascript-module",
745
- "path": "src/utils/index.ts",
746
- "declarations": [],
747
- "exports": [
748
- {
749
- "kind": "js",
750
- "name": "*",
751
- "declaration": {
752
- "name": "*",
753
- "package": "./filters"
754
- }
755
- },
756
- {
757
- "kind": "js",
758
- "name": "*",
759
- "declaration": {
760
- "name": "*",
761
- "package": "./logger"
762
- }
763
- },
764
- {
765
- "kind": "js",
766
- "name": "*",
767
- "declaration": {
768
- "name": "*",
769
- "package": "./translation"
770
- }
771
- },
772
- {
773
- "kind": "js",
774
- "name": "*",
775
- "declaration": {
776
- "name": "*",
777
- "package": "./validation"
778
- }
779
- }
780
- ]
781
- },
782
- {
783
- "kind": "javascript-module",
784
- "path": "src/utils/logger.ts",
785
- "declarations": [],
786
- "exports": []
787
- },
788
- {
789
- "kind": "javascript-module",
790
- "path": "src/utils/translation.ts",
791
- "declarations": [
792
- {
793
- "kind": "function",
794
- "name": "genesisErrorTranslator",
795
- "return": {
796
- "type": {
797
- "text": "string"
798
- }
799
- },
800
- "parameters": [
801
- {
802
- "name": "error"
803
- },
804
- {
805
- "name": "t"
806
- },
807
- {
808
- "name": "uischema"
809
- }
810
- ],
811
- "privacy": "public"
812
- }
813
- ],
814
- "exports": [
815
- {
816
- "kind": "js",
817
- "name": "genesisErrorTranslator",
818
- "declaration": {
819
- "name": "genesisErrorTranslator",
820
- "module": "src/utils/translation.ts"
821
- }
822
- }
823
- ]
824
- },
825
- {
826
- "kind": "javascript-module",
827
- "path": "src/utils/validation.ts",
828
- "declarations": [
829
- {
830
- "kind": "function",
831
- "name": "mustMatch",
832
- "parameters": [
833
- {
834
- "name": "target",
835
- "type": {
836
- "text": "string"
837
- },
838
- "description": "any other field"
839
- }
840
- ],
841
- "description": "Ensures the value of the current field (the one the validator is on) matches the one of the target field.",
842
- "return": {
843
- "type": {
844
- "text": ""
845
- }
846
- },
847
- "privacy": "public"
848
- }
849
- ],
850
- "exports": [
851
- {
852
- "kind": "js",
853
- "name": "mustMatch",
854
- "declaration": {
855
- "name": "mustMatch",
856
- "module": "src/utils/validation.ts"
857
- }
858
- }
859
- ]
860
- },
861
713
  {
862
714
  "kind": "javascript-module",
863
715
  "path": "src/jsonforms/json-forms.ts",
@@ -1050,6 +902,154 @@
1050
902
  }
1051
903
  ]
1052
904
  },
905
+ {
906
+ "kind": "javascript-module",
907
+ "path": "src/utils/filters.ts",
908
+ "declarations": [
909
+ {
910
+ "kind": "function",
911
+ "name": "createExpressions",
912
+ "parameters": [
913
+ {
914
+ "name": "payload",
915
+ "type": {
916
+ "text": "any"
917
+ }
918
+ }
919
+ ],
920
+ "description": "Creates a expressions/criteria from given payload",
921
+ "privacy": "public"
922
+ }
923
+ ],
924
+ "exports": [
925
+ {
926
+ "kind": "js",
927
+ "name": "createExpressions",
928
+ "declaration": {
929
+ "name": "createExpressions",
930
+ "module": "src/utils/filters.ts"
931
+ }
932
+ }
933
+ ]
934
+ },
935
+ {
936
+ "kind": "javascript-module",
937
+ "path": "src/utils/index.ts",
938
+ "declarations": [],
939
+ "exports": [
940
+ {
941
+ "kind": "js",
942
+ "name": "*",
943
+ "declaration": {
944
+ "name": "*",
945
+ "package": "./filters"
946
+ }
947
+ },
948
+ {
949
+ "kind": "js",
950
+ "name": "*",
951
+ "declaration": {
952
+ "name": "*",
953
+ "package": "./logger"
954
+ }
955
+ },
956
+ {
957
+ "kind": "js",
958
+ "name": "*",
959
+ "declaration": {
960
+ "name": "*",
961
+ "package": "./translation"
962
+ }
963
+ },
964
+ {
965
+ "kind": "js",
966
+ "name": "*",
967
+ "declaration": {
968
+ "name": "*",
969
+ "package": "./validation"
970
+ }
971
+ }
972
+ ]
973
+ },
974
+ {
975
+ "kind": "javascript-module",
976
+ "path": "src/utils/logger.ts",
977
+ "declarations": [],
978
+ "exports": []
979
+ },
980
+ {
981
+ "kind": "javascript-module",
982
+ "path": "src/utils/translation.ts",
983
+ "declarations": [
984
+ {
985
+ "kind": "function",
986
+ "name": "genesisErrorTranslator",
987
+ "return": {
988
+ "type": {
989
+ "text": "string"
990
+ }
991
+ },
992
+ "parameters": [
993
+ {
994
+ "name": "error"
995
+ },
996
+ {
997
+ "name": "t"
998
+ },
999
+ {
1000
+ "name": "uischema"
1001
+ }
1002
+ ],
1003
+ "privacy": "public"
1004
+ }
1005
+ ],
1006
+ "exports": [
1007
+ {
1008
+ "kind": "js",
1009
+ "name": "genesisErrorTranslator",
1010
+ "declaration": {
1011
+ "name": "genesisErrorTranslator",
1012
+ "module": "src/utils/translation.ts"
1013
+ }
1014
+ }
1015
+ ]
1016
+ },
1017
+ {
1018
+ "kind": "javascript-module",
1019
+ "path": "src/utils/validation.ts",
1020
+ "declarations": [
1021
+ {
1022
+ "kind": "function",
1023
+ "name": "mustMatch",
1024
+ "parameters": [
1025
+ {
1026
+ "name": "target",
1027
+ "type": {
1028
+ "text": "string"
1029
+ },
1030
+ "description": "any other field"
1031
+ }
1032
+ ],
1033
+ "description": "Ensures the value of the current field (the one the validator is on) matches the one of the target field.",
1034
+ "return": {
1035
+ "type": {
1036
+ "text": ""
1037
+ }
1038
+ },
1039
+ "privacy": "public"
1040
+ }
1041
+ ],
1042
+ "exports": [
1043
+ {
1044
+ "kind": "js",
1045
+ "name": "mustMatch",
1046
+ "declaration": {
1047
+ "name": "mustMatch",
1048
+ "module": "src/utils/validation.ts"
1049
+ }
1050
+ }
1051
+ ]
1052
+ },
1053
1053
  {
1054
1054
  "kind": "javascript-module",
1055
1055
  "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.144.0",
4
+ "version": "14.144.1-alpha-82ebae3.0",
5
5
  "sideEffects": false,
6
6
  "license": "SEE LICENSE IN license.txt",
7
7
  "main": "dist/esm/index.js",
@@ -40,17 +40,17 @@
40
40
  "test:debug": "genx test --debug"
41
41
  },
42
42
  "devDependencies": {
43
- "@genesislcap/foundation-testing": "14.144.0",
44
- "@genesislcap/genx": "14.144.0",
43
+ "@genesislcap/foundation-testing": "14.144.1-alpha-82ebae3.0",
44
+ "@genesislcap/genx": "14.144.1-alpha-82ebae3.0",
45
45
  "@types/json-schema": "^7.0.11",
46
46
  "rimraf": "^3.0.2"
47
47
  },
48
48
  "dependencies": {
49
- "@genesislcap/foundation-comms": "14.144.0",
50
- "@genesislcap/foundation-criteria": "14.144.0",
51
- "@genesislcap/foundation-logger": "14.144.0",
52
- "@genesislcap/foundation-ui": "14.144.0",
53
- "@genesislcap/foundation-utils": "14.144.0",
49
+ "@genesislcap/foundation-comms": "14.144.1-alpha-82ebae3.0",
50
+ "@genesislcap/foundation-criteria": "14.144.1-alpha-82ebae3.0",
51
+ "@genesislcap/foundation-logger": "14.144.1-alpha-82ebae3.0",
52
+ "@genesislcap/foundation-ui": "14.144.1-alpha-82ebae3.0",
53
+ "@genesislcap/foundation-utils": "14.144.1-alpha-82ebae3.0",
54
54
  "@jsonforms/core": "^3.0.0",
55
55
  "@microsoft/fast-components": "^2.30.6",
56
56
  "@microsoft/fast-element": "^1.12.0",
@@ -70,5 +70,5 @@
70
70
  "access": "public"
71
71
  },
72
72
  "customElements": "dist/custom-elements.json",
73
- "gitHead": "df7a6ecc6ef4278d7354c939f9560746a32bc4cf"
73
+ "gitHead": "a444c0935138d856a4369b32a94a6202bb6dfeeb"
74
74
  }