@genesislcap/foundation-forms 14.370.0 → 14.370.1-alpha-fa13546.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.
Files changed (2) hide show
  1. package/dist/custom-elements.json +200 -200
  2. package/package.json +15 -15
@@ -1235,6 +1235,206 @@
1235
1235
  }
1236
1236
  ]
1237
1237
  },
1238
+ {
1239
+ "kind": "javascript-module",
1240
+ "path": "src/utils/confirmation-dialog-utils.ts",
1241
+ "declarations": [],
1242
+ "exports": []
1243
+ },
1244
+ {
1245
+ "kind": "javascript-module",
1246
+ "path": "src/utils/filters.ts",
1247
+ "declarations": [],
1248
+ "exports": []
1249
+ },
1250
+ {
1251
+ "kind": "javascript-module",
1252
+ "path": "src/utils/form-utils.ts",
1253
+ "declarations": [
1254
+ {
1255
+ "kind": "function",
1256
+ "name": "removeDataPropertiesNotInSchema",
1257
+ "return": {
1258
+ "type": {
1259
+ "text": ""
1260
+ }
1261
+ },
1262
+ "parameters": [
1263
+ {
1264
+ "name": "data",
1265
+ "type": {
1266
+ "text": "any"
1267
+ },
1268
+ "description": "The data object to clean"
1269
+ },
1270
+ {
1271
+ "name": "jsonSchema",
1272
+ "type": {
1273
+ "text": "JSONSchema7"
1274
+ },
1275
+ "description": "The JSON schema to validate against"
1276
+ }
1277
+ ],
1278
+ "description": "Removes data properties that aren't part of the schema"
1279
+ }
1280
+ ],
1281
+ "exports": [
1282
+ {
1283
+ "kind": "js",
1284
+ "name": "removeDataPropertiesNotInSchema",
1285
+ "declaration": {
1286
+ "name": "removeDataPropertiesNotInSchema",
1287
+ "module": "src/utils/form-utils.ts"
1288
+ }
1289
+ }
1290
+ ]
1291
+ },
1292
+ {
1293
+ "kind": "javascript-module",
1294
+ "path": "src/utils/index.ts",
1295
+ "declarations": [],
1296
+ "exports": [
1297
+ {
1298
+ "kind": "js",
1299
+ "name": "*",
1300
+ "declaration": {
1301
+ "name": "*",
1302
+ "package": "./filters"
1303
+ }
1304
+ },
1305
+ {
1306
+ "kind": "js",
1307
+ "name": "*",
1308
+ "declaration": {
1309
+ "name": "*",
1310
+ "package": "./logger"
1311
+ }
1312
+ },
1313
+ {
1314
+ "kind": "js",
1315
+ "name": "*",
1316
+ "declaration": {
1317
+ "name": "*",
1318
+ "package": "./translation"
1319
+ }
1320
+ },
1321
+ {
1322
+ "kind": "js",
1323
+ "name": "*",
1324
+ "declaration": {
1325
+ "name": "*",
1326
+ "package": "./validation"
1327
+ }
1328
+ },
1329
+ {
1330
+ "kind": "js",
1331
+ "name": "*",
1332
+ "declaration": {
1333
+ "name": "*",
1334
+ "package": "./types"
1335
+ }
1336
+ }
1337
+ ]
1338
+ },
1339
+ {
1340
+ "kind": "javascript-module",
1341
+ "path": "src/utils/logger.ts",
1342
+ "declarations": [],
1343
+ "exports": []
1344
+ },
1345
+ {
1346
+ "kind": "javascript-module",
1347
+ "path": "src/utils/translation.ts",
1348
+ "declarations": [],
1349
+ "exports": []
1350
+ },
1351
+ {
1352
+ "kind": "javascript-module",
1353
+ "path": "src/utils/types.ts",
1354
+ "declarations": [],
1355
+ "exports": []
1356
+ },
1357
+ {
1358
+ "kind": "javascript-module",
1359
+ "path": "src/utils/validation.ts",
1360
+ "declarations": [
1361
+ {
1362
+ "kind": "function",
1363
+ "name": "mustMatch",
1364
+ "parameters": [
1365
+ {
1366
+ "name": "target",
1367
+ "type": {
1368
+ "text": "string"
1369
+ },
1370
+ "description": "any other field"
1371
+ }
1372
+ ],
1373
+ "description": "Ensures the value of the current field (the one the validator is on) matches the one of the target field.",
1374
+ "return": {
1375
+ "type": {
1376
+ "text": ""
1377
+ }
1378
+ },
1379
+ "privacy": "public"
1380
+ },
1381
+ {
1382
+ "kind": "function",
1383
+ "name": "getAnyOfErrorMessage",
1384
+ "return": {
1385
+ "type": {
1386
+ "text": "string"
1387
+ }
1388
+ },
1389
+ "parameters": [
1390
+ {
1391
+ "name": "errors",
1392
+ "type": {
1393
+ "text": "Array<any> | undefined"
1394
+ }
1395
+ },
1396
+ {
1397
+ "name": "schema",
1398
+ "type": {
1399
+ "text": "any"
1400
+ }
1401
+ },
1402
+ {
1403
+ "name": "controlPath",
1404
+ "type": {
1405
+ "text": "string | undefined"
1406
+ }
1407
+ },
1408
+ {
1409
+ "name": "uiCustomMsg",
1410
+ "optional": true,
1411
+ "type": {
1412
+ "text": "string"
1413
+ }
1414
+ }
1415
+ ],
1416
+ "description": "Computes a human-friendly anyOf error message for a given control path.\nPrefers UI schema custom message, then JSON schema errorMessage.anyOf, then a constructed fallback."
1417
+ }
1418
+ ],
1419
+ "exports": [
1420
+ {
1421
+ "kind": "js",
1422
+ "name": "mustMatch",
1423
+ "declaration": {
1424
+ "name": "mustMatch",
1425
+ "module": "src/utils/validation.ts"
1426
+ }
1427
+ },
1428
+ {
1429
+ "kind": "js",
1430
+ "name": "getAnyOfErrorMessage",
1431
+ "declaration": {
1432
+ "name": "getAnyOfErrorMessage",
1433
+ "module": "src/utils/validation.ts"
1434
+ }
1435
+ }
1436
+ ]
1437
+ },
1238
1438
  {
1239
1439
  "kind": "javascript-module",
1240
1440
  "path": "src/jsonforms/renderers/ArrayListWrapperRenderer.ts",
@@ -2926,206 +3126,6 @@
2926
3126
  }
2927
3127
  ]
2928
3128
  },
2929
- {
2930
- "kind": "javascript-module",
2931
- "path": "src/utils/confirmation-dialog-utils.ts",
2932
- "declarations": [],
2933
- "exports": []
2934
- },
2935
- {
2936
- "kind": "javascript-module",
2937
- "path": "src/utils/filters.ts",
2938
- "declarations": [],
2939
- "exports": []
2940
- },
2941
- {
2942
- "kind": "javascript-module",
2943
- "path": "src/utils/form-utils.ts",
2944
- "declarations": [
2945
- {
2946
- "kind": "function",
2947
- "name": "removeDataPropertiesNotInSchema",
2948
- "return": {
2949
- "type": {
2950
- "text": ""
2951
- }
2952
- },
2953
- "parameters": [
2954
- {
2955
- "name": "data",
2956
- "type": {
2957
- "text": "any"
2958
- },
2959
- "description": "The data object to clean"
2960
- },
2961
- {
2962
- "name": "jsonSchema",
2963
- "type": {
2964
- "text": "JSONSchema7"
2965
- },
2966
- "description": "The JSON schema to validate against"
2967
- }
2968
- ],
2969
- "description": "Removes data properties that aren't part of the schema"
2970
- }
2971
- ],
2972
- "exports": [
2973
- {
2974
- "kind": "js",
2975
- "name": "removeDataPropertiesNotInSchema",
2976
- "declaration": {
2977
- "name": "removeDataPropertiesNotInSchema",
2978
- "module": "src/utils/form-utils.ts"
2979
- }
2980
- }
2981
- ]
2982
- },
2983
- {
2984
- "kind": "javascript-module",
2985
- "path": "src/utils/index.ts",
2986
- "declarations": [],
2987
- "exports": [
2988
- {
2989
- "kind": "js",
2990
- "name": "*",
2991
- "declaration": {
2992
- "name": "*",
2993
- "package": "./filters"
2994
- }
2995
- },
2996
- {
2997
- "kind": "js",
2998
- "name": "*",
2999
- "declaration": {
3000
- "name": "*",
3001
- "package": "./logger"
3002
- }
3003
- },
3004
- {
3005
- "kind": "js",
3006
- "name": "*",
3007
- "declaration": {
3008
- "name": "*",
3009
- "package": "./translation"
3010
- }
3011
- },
3012
- {
3013
- "kind": "js",
3014
- "name": "*",
3015
- "declaration": {
3016
- "name": "*",
3017
- "package": "./validation"
3018
- }
3019
- },
3020
- {
3021
- "kind": "js",
3022
- "name": "*",
3023
- "declaration": {
3024
- "name": "*",
3025
- "package": "./types"
3026
- }
3027
- }
3028
- ]
3029
- },
3030
- {
3031
- "kind": "javascript-module",
3032
- "path": "src/utils/logger.ts",
3033
- "declarations": [],
3034
- "exports": []
3035
- },
3036
- {
3037
- "kind": "javascript-module",
3038
- "path": "src/utils/translation.ts",
3039
- "declarations": [],
3040
- "exports": []
3041
- },
3042
- {
3043
- "kind": "javascript-module",
3044
- "path": "src/utils/types.ts",
3045
- "declarations": [],
3046
- "exports": []
3047
- },
3048
- {
3049
- "kind": "javascript-module",
3050
- "path": "src/utils/validation.ts",
3051
- "declarations": [
3052
- {
3053
- "kind": "function",
3054
- "name": "mustMatch",
3055
- "parameters": [
3056
- {
3057
- "name": "target",
3058
- "type": {
3059
- "text": "string"
3060
- },
3061
- "description": "any other field"
3062
- }
3063
- ],
3064
- "description": "Ensures the value of the current field (the one the validator is on) matches the one of the target field.",
3065
- "return": {
3066
- "type": {
3067
- "text": ""
3068
- }
3069
- },
3070
- "privacy": "public"
3071
- },
3072
- {
3073
- "kind": "function",
3074
- "name": "getAnyOfErrorMessage",
3075
- "return": {
3076
- "type": {
3077
- "text": "string"
3078
- }
3079
- },
3080
- "parameters": [
3081
- {
3082
- "name": "errors",
3083
- "type": {
3084
- "text": "Array<any> | undefined"
3085
- }
3086
- },
3087
- {
3088
- "name": "schema",
3089
- "type": {
3090
- "text": "any"
3091
- }
3092
- },
3093
- {
3094
- "name": "controlPath",
3095
- "type": {
3096
- "text": "string | undefined"
3097
- }
3098
- },
3099
- {
3100
- "name": "uiCustomMsg",
3101
- "optional": true,
3102
- "type": {
3103
- "text": "string"
3104
- }
3105
- }
3106
- ],
3107
- "description": "Computes a human-friendly anyOf error message for a given control path.\nPrefers UI schema custom message, then JSON schema errorMessage.anyOf, then a constructed fallback."
3108
- }
3109
- ],
3110
- "exports": [
3111
- {
3112
- "kind": "js",
3113
- "name": "mustMatch",
3114
- "declaration": {
3115
- "name": "mustMatch",
3116
- "module": "src/utils/validation.ts"
3117
- }
3118
- },
3119
- {
3120
- "kind": "js",
3121
- "name": "getAnyOfErrorMessage",
3122
- "declaration": {
3123
- "name": "getAnyOfErrorMessage",
3124
- "module": "src/utils/validation.ts"
3125
- }
3126
- }
3127
- ]
3128
- },
3129
3129
  {
3130
3130
  "kind": "javascript-module",
3131
3131
  "path": "src/jsonforms/testers/isArray.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.370.0",
4
+ "version": "14.370.1-alpha-fa13546.0",
5
5
  "sideEffects": false,
6
6
  "license": "SEE LICENSE IN license.txt",
7
7
  "main": "dist/esm/index.js",
@@ -48,22 +48,22 @@
48
48
  }
49
49
  },
50
50
  "devDependencies": {
51
- "@genesislcap/foundation-testing": "14.370.0",
52
- "@genesislcap/genx": "14.370.0",
53
- "@genesislcap/rollup-builder": "14.370.0",
54
- "@genesislcap/ts-builder": "14.370.0",
55
- "@genesislcap/uvu-playwright-builder": "14.370.0",
56
- "@genesislcap/vite-builder": "14.370.0",
57
- "@genesislcap/webpack-builder": "14.370.0",
51
+ "@genesislcap/foundation-testing": "14.370.1-alpha-fa13546.0",
52
+ "@genesislcap/genx": "14.370.1-alpha-fa13546.0",
53
+ "@genesislcap/rollup-builder": "14.370.1-alpha-fa13546.0",
54
+ "@genesislcap/ts-builder": "14.370.1-alpha-fa13546.0",
55
+ "@genesislcap/uvu-playwright-builder": "14.370.1-alpha-fa13546.0",
56
+ "@genesislcap/vite-builder": "14.370.1-alpha-fa13546.0",
57
+ "@genesislcap/webpack-builder": "14.370.1-alpha-fa13546.0",
58
58
  "@types/json-schema": "^7.0.11"
59
59
  },
60
60
  "dependencies": {
61
- "@genesislcap/foundation-comms": "14.370.0",
62
- "@genesislcap/foundation-criteria": "14.370.0",
63
- "@genesislcap/foundation-logger": "14.370.0",
64
- "@genesislcap/foundation-notifications": "14.370.0",
65
- "@genesislcap/foundation-ui": "14.370.0",
66
- "@genesislcap/foundation-utils": "14.370.0",
61
+ "@genesislcap/foundation-comms": "14.370.1-alpha-fa13546.0",
62
+ "@genesislcap/foundation-criteria": "14.370.1-alpha-fa13546.0",
63
+ "@genesislcap/foundation-logger": "14.370.1-alpha-fa13546.0",
64
+ "@genesislcap/foundation-notifications": "14.370.1-alpha-fa13546.0",
65
+ "@genesislcap/foundation-ui": "14.370.1-alpha-fa13546.0",
66
+ "@genesislcap/foundation-utils": "14.370.1-alpha-fa13546.0",
67
67
  "@json-schema-tools/dereferencer": "^1.6.1",
68
68
  "@jsonforms/core": "^3.2.1",
69
69
  "@microsoft/fast-components": "2.30.6",
@@ -84,5 +84,5 @@
84
84
  "access": "public"
85
85
  },
86
86
  "customElements": "dist/custom-elements.json",
87
- "gitHead": "85079a1941403b9daee95a1cca7fc14bc5929435"
87
+ "gitHead": "563c0837d18d73bd4bad45e74e6809ab1922514c"
88
88
  }