@genesislcap/foundation-forms 14.92.3-beta.a19c58d.1 → 14.92.3-beta.de92271.1

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.
@@ -842,140 +842,6 @@
842
842
  }
843
843
  ]
844
844
  },
845
- {
846
- "kind": "javascript-module",
847
- "path": "src/utils/filters.ts",
848
- "declarations": [
849
- {
850
- "kind": "function",
851
- "name": "createExpressions",
852
- "parameters": [
853
- {
854
- "name": "payload",
855
- "type": {
856
- "text": "any"
857
- }
858
- }
859
- ],
860
- "description": "Creates a expressions/criteria from given payload",
861
- "privacy": "public"
862
- }
863
- ],
864
- "exports": [
865
- {
866
- "kind": "js",
867
- "name": "createExpressions",
868
- "declaration": {
869
- "name": "createExpressions",
870
- "module": "src/utils/filters.ts"
871
- }
872
- }
873
- ]
874
- },
875
- {
876
- "kind": "javascript-module",
877
- "path": "src/utils/index.ts",
878
- "declarations": [],
879
- "exports": [
880
- {
881
- "kind": "js",
882
- "name": "*",
883
- "declaration": {
884
- "name": "*",
885
- "package": "./filters"
886
- }
887
- },
888
- {
889
- "kind": "js",
890
- "name": "*",
891
- "declaration": {
892
- "name": "*",
893
- "package": "./translation"
894
- }
895
- },
896
- {
897
- "kind": "js",
898
- "name": "*",
899
- "declaration": {
900
- "name": "*",
901
- "package": "./validation"
902
- }
903
- }
904
- ]
905
- },
906
- {
907
- "kind": "javascript-module",
908
- "path": "src/utils/translation.ts",
909
- "declarations": [
910
- {
911
- "kind": "function",
912
- "name": "genesisErrorTranslator",
913
- "return": {
914
- "type": {
915
- "text": "string"
916
- }
917
- },
918
- "parameters": [
919
- {
920
- "name": "error"
921
- },
922
- {
923
- "name": "t"
924
- },
925
- {
926
- "name": "uischema"
927
- }
928
- ],
929
- "privacy": "public"
930
- }
931
- ],
932
- "exports": [
933
- {
934
- "kind": "js",
935
- "name": "genesisErrorTranslator",
936
- "declaration": {
937
- "name": "genesisErrorTranslator",
938
- "module": "src/utils/translation.ts"
939
- }
940
- }
941
- ]
942
- },
943
- {
944
- "kind": "javascript-module",
945
- "path": "src/utils/validation.ts",
946
- "declarations": [
947
- {
948
- "kind": "function",
949
- "name": "mustMatch",
950
- "parameters": [
951
- {
952
- "name": "target",
953
- "type": {
954
- "text": "string"
955
- },
956
- "description": "any other field"
957
- }
958
- ],
959
- "description": "Ensures the value of the current field (the one the validator is on) matches the one of the target field.",
960
- "return": {
961
- "type": {
962
- "text": ""
963
- }
964
- },
965
- "privacy": "public"
966
- }
967
- ],
968
- "exports": [
969
- {
970
- "kind": "js",
971
- "name": "mustMatch",
972
- "declaration": {
973
- "name": "mustMatch",
974
- "module": "src/utils/validation.ts"
975
- }
976
- }
977
- ]
978
- },
979
845
  {
980
846
  "kind": "javascript-module",
981
847
  "path": "src/jsonforms/renderers/ArrayListWrapperRenderer.ts",
@@ -2221,6 +2087,140 @@
2221
2087
  }
2222
2088
  ]
2223
2089
  },
2090
+ {
2091
+ "kind": "javascript-module",
2092
+ "path": "src/utils/filters.ts",
2093
+ "declarations": [
2094
+ {
2095
+ "kind": "function",
2096
+ "name": "createExpressions",
2097
+ "parameters": [
2098
+ {
2099
+ "name": "payload",
2100
+ "type": {
2101
+ "text": "any"
2102
+ }
2103
+ }
2104
+ ],
2105
+ "description": "Creates a expressions/criteria from given payload",
2106
+ "privacy": "public"
2107
+ }
2108
+ ],
2109
+ "exports": [
2110
+ {
2111
+ "kind": "js",
2112
+ "name": "createExpressions",
2113
+ "declaration": {
2114
+ "name": "createExpressions",
2115
+ "module": "src/utils/filters.ts"
2116
+ }
2117
+ }
2118
+ ]
2119
+ },
2120
+ {
2121
+ "kind": "javascript-module",
2122
+ "path": "src/utils/index.ts",
2123
+ "declarations": [],
2124
+ "exports": [
2125
+ {
2126
+ "kind": "js",
2127
+ "name": "*",
2128
+ "declaration": {
2129
+ "name": "*",
2130
+ "package": "./filters"
2131
+ }
2132
+ },
2133
+ {
2134
+ "kind": "js",
2135
+ "name": "*",
2136
+ "declaration": {
2137
+ "name": "*",
2138
+ "package": "./translation"
2139
+ }
2140
+ },
2141
+ {
2142
+ "kind": "js",
2143
+ "name": "*",
2144
+ "declaration": {
2145
+ "name": "*",
2146
+ "package": "./validation"
2147
+ }
2148
+ }
2149
+ ]
2150
+ },
2151
+ {
2152
+ "kind": "javascript-module",
2153
+ "path": "src/utils/translation.ts",
2154
+ "declarations": [
2155
+ {
2156
+ "kind": "function",
2157
+ "name": "genesisErrorTranslator",
2158
+ "return": {
2159
+ "type": {
2160
+ "text": "string"
2161
+ }
2162
+ },
2163
+ "parameters": [
2164
+ {
2165
+ "name": "error"
2166
+ },
2167
+ {
2168
+ "name": "t"
2169
+ },
2170
+ {
2171
+ "name": "uischema"
2172
+ }
2173
+ ],
2174
+ "privacy": "public"
2175
+ }
2176
+ ],
2177
+ "exports": [
2178
+ {
2179
+ "kind": "js",
2180
+ "name": "genesisErrorTranslator",
2181
+ "declaration": {
2182
+ "name": "genesisErrorTranslator",
2183
+ "module": "src/utils/translation.ts"
2184
+ }
2185
+ }
2186
+ ]
2187
+ },
2188
+ {
2189
+ "kind": "javascript-module",
2190
+ "path": "src/utils/validation.ts",
2191
+ "declarations": [
2192
+ {
2193
+ "kind": "function",
2194
+ "name": "mustMatch",
2195
+ "parameters": [
2196
+ {
2197
+ "name": "target",
2198
+ "type": {
2199
+ "text": "string"
2200
+ },
2201
+ "description": "any other field"
2202
+ }
2203
+ ],
2204
+ "description": "Ensures the value of the current field (the one the validator is on) matches the one of the target field.",
2205
+ "return": {
2206
+ "type": {
2207
+ "text": ""
2208
+ }
2209
+ },
2210
+ "privacy": "public"
2211
+ }
2212
+ ],
2213
+ "exports": [
2214
+ {
2215
+ "kind": "js",
2216
+ "name": "mustMatch",
2217
+ "declaration": {
2218
+ "name": "mustMatch",
2219
+ "module": "src/utils/validation.ts"
2220
+ }
2221
+ }
2222
+ ]
2223
+ },
2224
2224
  {
2225
2225
  "kind": "javascript-module",
2226
2226
  "path": "src/jsonforms/testers/isDate.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.92.3-beta.a19c58d.1",
4
+ "version": "14.92.3-beta.de92271.1",
5
5
  "sideEffects": false,
6
6
  "license": "SEE LICENSE IN license.txt",
7
7
  "main": "dist/esm/index.js",
@@ -40,16 +40,16 @@
40
40
  "test:debug": "genx test --debug"
41
41
  },
42
42
  "devDependencies": {
43
- "@genesislcap/foundation-testing": "14.92.3-beta.a19c58d.1",
44
- "@genesislcap/genx": "14.92.3-beta.a19c58d.1",
43
+ "@genesislcap/foundation-testing": "14.92.3-beta.de92271.1",
44
+ "@genesislcap/genx": "14.92.3-beta.de92271.1",
45
45
  "@types/json-schema": "^7.0.11",
46
46
  "rimraf": "^3.0.2"
47
47
  },
48
48
  "dependencies": {
49
- "@genesislcap/foundation-comms": "14.92.3-beta.a19c58d.1",
50
- "@genesislcap/foundation-criteria": "14.92.3-beta.a19c58d.1",
51
- "@genesislcap/foundation-logger": "14.92.3-beta.a19c58d.1",
52
- "@genesislcap/foundation-ui": "14.92.3-beta.a19c58d.1",
49
+ "@genesislcap/foundation-comms": "14.92.3-beta.de92271.1",
50
+ "@genesislcap/foundation-criteria": "14.92.3-beta.de92271.1",
51
+ "@genesislcap/foundation-logger": "14.92.3-beta.de92271.1",
52
+ "@genesislcap/foundation-ui": "14.92.3-beta.de92271.1",
53
53
  "@jsonforms/core": "^3.0.0",
54
54
  "@microsoft/fast-components": "^2.21.3",
55
55
  "@microsoft/fast-element": "^1.7.0",
@@ -69,5 +69,5 @@
69
69
  "access": "public"
70
70
  },
71
71
  "customElements": "dist/custom-elements.json",
72
- "gitHead": "cff146f4f8b582b0992839560dc7538e923fd13e"
72
+ "gitHead": "9dcdd4ff03889b4560071657cec914cd6b609971"
73
73
  }