@genesislcap/foundation-forms 14.94.1 → 14.94.2
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/dist/custom-elements.json +134 -134
- package/package.json +8 -8
|
@@ -842,6 +842,140 @@
|
|
|
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
|
+
},
|
|
845
979
|
{
|
|
846
980
|
"kind": "javascript-module",
|
|
847
981
|
"path": "src/jsonforms/renderers/ArrayListWrapperRenderer.ts",
|
|
@@ -2284,140 +2418,6 @@
|
|
|
2284
2418
|
}
|
|
2285
2419
|
}
|
|
2286
2420
|
]
|
|
2287
|
-
},
|
|
2288
|
-
{
|
|
2289
|
-
"kind": "javascript-module",
|
|
2290
|
-
"path": "src/utils/filters.ts",
|
|
2291
|
-
"declarations": [
|
|
2292
|
-
{
|
|
2293
|
-
"kind": "function",
|
|
2294
|
-
"name": "createExpressions",
|
|
2295
|
-
"parameters": [
|
|
2296
|
-
{
|
|
2297
|
-
"name": "payload",
|
|
2298
|
-
"type": {
|
|
2299
|
-
"text": "any"
|
|
2300
|
-
}
|
|
2301
|
-
}
|
|
2302
|
-
],
|
|
2303
|
-
"description": "Creates a expressions/criteria from given payload",
|
|
2304
|
-
"privacy": "public"
|
|
2305
|
-
}
|
|
2306
|
-
],
|
|
2307
|
-
"exports": [
|
|
2308
|
-
{
|
|
2309
|
-
"kind": "js",
|
|
2310
|
-
"name": "createExpressions",
|
|
2311
|
-
"declaration": {
|
|
2312
|
-
"name": "createExpressions",
|
|
2313
|
-
"module": "src/utils/filters.ts"
|
|
2314
|
-
}
|
|
2315
|
-
}
|
|
2316
|
-
]
|
|
2317
|
-
},
|
|
2318
|
-
{
|
|
2319
|
-
"kind": "javascript-module",
|
|
2320
|
-
"path": "src/utils/index.ts",
|
|
2321
|
-
"declarations": [],
|
|
2322
|
-
"exports": [
|
|
2323
|
-
{
|
|
2324
|
-
"kind": "js",
|
|
2325
|
-
"name": "*",
|
|
2326
|
-
"declaration": {
|
|
2327
|
-
"name": "*",
|
|
2328
|
-
"package": "./filters"
|
|
2329
|
-
}
|
|
2330
|
-
},
|
|
2331
|
-
{
|
|
2332
|
-
"kind": "js",
|
|
2333
|
-
"name": "*",
|
|
2334
|
-
"declaration": {
|
|
2335
|
-
"name": "*",
|
|
2336
|
-
"package": "./translation"
|
|
2337
|
-
}
|
|
2338
|
-
},
|
|
2339
|
-
{
|
|
2340
|
-
"kind": "js",
|
|
2341
|
-
"name": "*",
|
|
2342
|
-
"declaration": {
|
|
2343
|
-
"name": "*",
|
|
2344
|
-
"package": "./validation"
|
|
2345
|
-
}
|
|
2346
|
-
}
|
|
2347
|
-
]
|
|
2348
|
-
},
|
|
2349
|
-
{
|
|
2350
|
-
"kind": "javascript-module",
|
|
2351
|
-
"path": "src/utils/translation.ts",
|
|
2352
|
-
"declarations": [
|
|
2353
|
-
{
|
|
2354
|
-
"kind": "function",
|
|
2355
|
-
"name": "genesisErrorTranslator",
|
|
2356
|
-
"return": {
|
|
2357
|
-
"type": {
|
|
2358
|
-
"text": "string"
|
|
2359
|
-
}
|
|
2360
|
-
},
|
|
2361
|
-
"parameters": [
|
|
2362
|
-
{
|
|
2363
|
-
"name": "error"
|
|
2364
|
-
},
|
|
2365
|
-
{
|
|
2366
|
-
"name": "t"
|
|
2367
|
-
},
|
|
2368
|
-
{
|
|
2369
|
-
"name": "uischema"
|
|
2370
|
-
}
|
|
2371
|
-
],
|
|
2372
|
-
"privacy": "public"
|
|
2373
|
-
}
|
|
2374
|
-
],
|
|
2375
|
-
"exports": [
|
|
2376
|
-
{
|
|
2377
|
-
"kind": "js",
|
|
2378
|
-
"name": "genesisErrorTranslator",
|
|
2379
|
-
"declaration": {
|
|
2380
|
-
"name": "genesisErrorTranslator",
|
|
2381
|
-
"module": "src/utils/translation.ts"
|
|
2382
|
-
}
|
|
2383
|
-
}
|
|
2384
|
-
]
|
|
2385
|
-
},
|
|
2386
|
-
{
|
|
2387
|
-
"kind": "javascript-module",
|
|
2388
|
-
"path": "src/utils/validation.ts",
|
|
2389
|
-
"declarations": [
|
|
2390
|
-
{
|
|
2391
|
-
"kind": "function",
|
|
2392
|
-
"name": "mustMatch",
|
|
2393
|
-
"parameters": [
|
|
2394
|
-
{
|
|
2395
|
-
"name": "target",
|
|
2396
|
-
"type": {
|
|
2397
|
-
"text": "string"
|
|
2398
|
-
},
|
|
2399
|
-
"description": "any other field"
|
|
2400
|
-
}
|
|
2401
|
-
],
|
|
2402
|
-
"description": "Ensures the value of the current field (the one the validator is on) matches the one of the target field.",
|
|
2403
|
-
"return": {
|
|
2404
|
-
"type": {
|
|
2405
|
-
"text": ""
|
|
2406
|
-
}
|
|
2407
|
-
},
|
|
2408
|
-
"privacy": "public"
|
|
2409
|
-
}
|
|
2410
|
-
],
|
|
2411
|
-
"exports": [
|
|
2412
|
-
{
|
|
2413
|
-
"kind": "js",
|
|
2414
|
-
"name": "mustMatch",
|
|
2415
|
-
"declaration": {
|
|
2416
|
-
"name": "mustMatch",
|
|
2417
|
-
"module": "src/utils/validation.ts"
|
|
2418
|
-
}
|
|
2419
|
-
}
|
|
2420
|
-
]
|
|
2421
2421
|
}
|
|
2422
2422
|
]
|
|
2423
2423
|
}
|
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.94.
|
|
4
|
+
"version": "14.94.2",
|
|
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.94.
|
|
44
|
-
"@genesislcap/genx": "14.94.
|
|
43
|
+
"@genesislcap/foundation-testing": "14.94.2",
|
|
44
|
+
"@genesislcap/genx": "14.94.2",
|
|
45
45
|
"@types/json-schema": "^7.0.11",
|
|
46
46
|
"rimraf": "^3.0.2"
|
|
47
47
|
},
|
|
48
48
|
"dependencies": {
|
|
49
|
-
"@genesislcap/foundation-comms": "14.94.
|
|
50
|
-
"@genesislcap/foundation-criteria": "14.94.
|
|
51
|
-
"@genesislcap/foundation-logger": "14.94.
|
|
52
|
-
"@genesislcap/foundation-ui": "14.94.
|
|
49
|
+
"@genesislcap/foundation-comms": "14.94.2",
|
|
50
|
+
"@genesislcap/foundation-criteria": "14.94.2",
|
|
51
|
+
"@genesislcap/foundation-logger": "14.94.2",
|
|
52
|
+
"@genesislcap/foundation-ui": "14.94.2",
|
|
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": "
|
|
72
|
+
"gitHead": "8f234d54d3f4baf8f21a036b93dd6ba07eb59158"
|
|
73
73
|
}
|