@genesislcap/foundation-forms 14.354.1 → 14.354.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.
@@ -523,198 +523,6 @@
523
523
  }
524
524
  ]
525
525
  },
526
- {
527
- "kind": "javascript-module",
528
- "path": "src/jsonforms/json-forms.ts",
529
- "declarations": [
530
- {
531
- "kind": "class",
532
- "description": "",
533
- "name": "JSONForms",
534
- "members": [
535
- {
536
- "kind": "field",
537
- "name": "submitted",
538
- "type": {
539
- "text": "boolean"
540
- }
541
- },
542
- {
543
- "kind": "field",
544
- "name": "prefix"
545
- },
546
- {
547
- "kind": "method",
548
- "name": "prefixChanged"
549
- },
550
- {
551
- "kind": "field",
552
- "name": "jsonforms"
553
- },
554
- {
555
- "kind": "field",
556
- "name": "i18n"
557
- },
558
- {
559
- "kind": "field",
560
- "name": "uichemaToUse"
561
- },
562
- {
563
- "kind": "field",
564
- "name": "schema"
565
- },
566
- {
567
- "kind": "method",
568
- "name": "schemaChanged"
569
- },
570
- {
571
- "kind": "field",
572
- "name": "uischema",
573
- "type": {
574
- "text": "UISchemaElement"
575
- }
576
- },
577
- {
578
- "kind": "method",
579
- "name": "uischemaChanged"
580
- },
581
- {
582
- "kind": "field",
583
- "name": "data"
584
- },
585
- {
586
- "kind": "method",
587
- "name": "dataChanged"
588
- },
589
- {
590
- "kind": "field",
591
- "name": "renderers",
592
- "type": {
593
- "text": "JsonFormsRendererRegistryEntry[]"
594
- }
595
- },
596
- {
597
- "kind": "method",
598
- "name": "renderersChanged"
599
- },
600
- {
601
- "kind": "field",
602
- "name": "validationMode",
603
- "type": {
604
- "text": "ValidationMode"
605
- }
606
- },
607
- {
608
- "kind": "method",
609
- "name": "validationModeChanged"
610
- },
611
- {
612
- "kind": "field",
613
- "name": "ajv",
614
- "type": {
615
- "text": "Ajv"
616
- }
617
- },
618
- {
619
- "kind": "method",
620
- "name": "ajvChanged"
621
- },
622
- {
623
- "kind": "field",
624
- "name": "readonly",
625
- "type": {
626
- "text": "boolean"
627
- }
628
- },
629
- {
630
- "kind": "method",
631
- "name": "readonlyChanged"
632
- },
633
- {
634
- "kind": "field",
635
- "name": "config",
636
- "type": {
637
- "text": "any"
638
- }
639
- },
640
- {
641
- "kind": "method",
642
- "name": "configChanged"
643
- },
644
- {
645
- "kind": "field",
646
- "name": "props",
647
- "type": {
648
- "text": "RendererProps"
649
- },
650
- "readonly": true
651
- },
652
- {
653
- "kind": "field",
654
- "name": "dispatch"
655
- },
656
- {
657
- "kind": "field",
658
- "name": "validate",
659
- "description": "Performs client-side validation by running the validator defined in the UI schema.",
660
- "parameters": [
661
- {
662
- "description": "the UI schema",
663
- "name": "uischema"
664
- }
665
- ],
666
- "return": {
667
- "type": {
668
- "text": ""
669
- }
670
- }
671
- },
672
- {
673
- "kind": "method",
674
- "name": "copyUISchemaToClipboard"
675
- }
676
- ],
677
- "attributes": [
678
- {
679
- "type": {
680
- "text": "boolean"
681
- },
682
- "fieldName": "submitted"
683
- },
684
- {
685
- "type": {
686
- "text": "boolean"
687
- },
688
- "fieldName": "readonly"
689
- }
690
- ],
691
- "superclass": {
692
- "name": "FASTElement",
693
- "package": "@microsoft/fast-element"
694
- },
695
- "tagName": "json-forms",
696
- "customElement": true
697
- }
698
- ],
699
- "exports": [
700
- {
701
- "kind": "js",
702
- "name": "JSONForms",
703
- "declaration": {
704
- "name": "JSONForms",
705
- "module": "src/jsonforms/json-forms.ts"
706
- }
707
- },
708
- {
709
- "kind": "custom-element-definition",
710
- "name": "json-forms",
711
- "declaration": {
712
- "name": "JSONForms",
713
- "module": "src/jsonforms/json-forms.ts"
714
- }
715
- }
716
- ]
717
- },
718
526
  {
719
527
  "kind": "javascript-module",
720
528
  "path": "src/filters/filters.styles.ts",
@@ -1201,67 +1009,259 @@
1201
1009
  },
1202
1010
  {
1203
1011
  "kind": "javascript-module",
1204
- "path": "src/utils/confirmation-dialog-utils.ts",
1205
- "declarations": [],
1206
- "exports": []
1207
- },
1208
- {
1209
- "kind": "javascript-module",
1210
- "path": "src/utils/filters.ts",
1211
- "declarations": [],
1212
- "exports": []
1213
- },
1214
- {
1215
- "kind": "javascript-module",
1216
- "path": "src/utils/form-utils.ts",
1012
+ "path": "src/jsonforms/json-forms.ts",
1217
1013
  "declarations": [
1218
1014
  {
1219
- "kind": "function",
1220
- "name": "removeDataPropertiesNotInSchema",
1221
- "return": {
1222
- "type": {
1223
- "text": ""
1224
- }
1225
- },
1226
- "parameters": [
1015
+ "kind": "class",
1016
+ "description": "",
1017
+ "name": "JSONForms",
1018
+ "members": [
1227
1019
  {
1228
- "name": "data",
1020
+ "kind": "field",
1021
+ "name": "submitted",
1229
1022
  "type": {
1230
- "text": "any"
1231
- },
1232
- "description": "The data object to clean"
1023
+ "text": "boolean"
1024
+ }
1233
1025
  },
1234
1026
  {
1235
- "name": "jsonSchema",
1236
- "type": {
1237
- "text": "JSONSchema7"
1238
- },
1239
- "description": "The JSON schema to validate against"
1240
- }
1241
- ],
1242
- "description": "Removes data properties that aren't part of the schema"
1243
- }
1244
- ],
1245
- "exports": [
1246
- {
1247
- "kind": "js",
1248
- "name": "removeDataPropertiesNotInSchema",
1249
- "declaration": {
1250
- "name": "removeDataPropertiesNotInSchema",
1251
- "module": "src/utils/form-utils.ts"
1252
- }
1253
- }
1254
- ]
1255
- },
1256
- {
1257
- "kind": "javascript-module",
1258
- "path": "src/utils/index.ts",
1259
- "declarations": [],
1260
- "exports": [
1261
- {
1262
- "kind": "js",
1263
- "name": "*",
1264
- "declaration": {
1027
+ "kind": "field",
1028
+ "name": "prefix"
1029
+ },
1030
+ {
1031
+ "kind": "method",
1032
+ "name": "prefixChanged"
1033
+ },
1034
+ {
1035
+ "kind": "field",
1036
+ "name": "jsonforms"
1037
+ },
1038
+ {
1039
+ "kind": "field",
1040
+ "name": "i18n"
1041
+ },
1042
+ {
1043
+ "kind": "field",
1044
+ "name": "uichemaToUse"
1045
+ },
1046
+ {
1047
+ "kind": "field",
1048
+ "name": "schema"
1049
+ },
1050
+ {
1051
+ "kind": "method",
1052
+ "name": "schemaChanged"
1053
+ },
1054
+ {
1055
+ "kind": "field",
1056
+ "name": "uischema",
1057
+ "type": {
1058
+ "text": "UISchemaElement"
1059
+ }
1060
+ },
1061
+ {
1062
+ "kind": "method",
1063
+ "name": "uischemaChanged"
1064
+ },
1065
+ {
1066
+ "kind": "field",
1067
+ "name": "data"
1068
+ },
1069
+ {
1070
+ "kind": "method",
1071
+ "name": "dataChanged"
1072
+ },
1073
+ {
1074
+ "kind": "field",
1075
+ "name": "renderers",
1076
+ "type": {
1077
+ "text": "JsonFormsRendererRegistryEntry[]"
1078
+ }
1079
+ },
1080
+ {
1081
+ "kind": "method",
1082
+ "name": "renderersChanged"
1083
+ },
1084
+ {
1085
+ "kind": "field",
1086
+ "name": "validationMode",
1087
+ "type": {
1088
+ "text": "ValidationMode"
1089
+ }
1090
+ },
1091
+ {
1092
+ "kind": "method",
1093
+ "name": "validationModeChanged"
1094
+ },
1095
+ {
1096
+ "kind": "field",
1097
+ "name": "ajv",
1098
+ "type": {
1099
+ "text": "Ajv"
1100
+ }
1101
+ },
1102
+ {
1103
+ "kind": "method",
1104
+ "name": "ajvChanged"
1105
+ },
1106
+ {
1107
+ "kind": "field",
1108
+ "name": "readonly",
1109
+ "type": {
1110
+ "text": "boolean"
1111
+ }
1112
+ },
1113
+ {
1114
+ "kind": "method",
1115
+ "name": "readonlyChanged"
1116
+ },
1117
+ {
1118
+ "kind": "field",
1119
+ "name": "config",
1120
+ "type": {
1121
+ "text": "any"
1122
+ }
1123
+ },
1124
+ {
1125
+ "kind": "method",
1126
+ "name": "configChanged"
1127
+ },
1128
+ {
1129
+ "kind": "field",
1130
+ "name": "props",
1131
+ "type": {
1132
+ "text": "RendererProps"
1133
+ },
1134
+ "readonly": true
1135
+ },
1136
+ {
1137
+ "kind": "field",
1138
+ "name": "dispatch"
1139
+ },
1140
+ {
1141
+ "kind": "field",
1142
+ "name": "validate",
1143
+ "description": "Performs client-side validation by running the validator defined in the UI schema.",
1144
+ "parameters": [
1145
+ {
1146
+ "description": "the UI schema",
1147
+ "name": "uischema"
1148
+ }
1149
+ ],
1150
+ "return": {
1151
+ "type": {
1152
+ "text": ""
1153
+ }
1154
+ }
1155
+ },
1156
+ {
1157
+ "kind": "method",
1158
+ "name": "copyUISchemaToClipboard"
1159
+ }
1160
+ ],
1161
+ "attributes": [
1162
+ {
1163
+ "type": {
1164
+ "text": "boolean"
1165
+ },
1166
+ "fieldName": "submitted"
1167
+ },
1168
+ {
1169
+ "type": {
1170
+ "text": "boolean"
1171
+ },
1172
+ "fieldName": "readonly"
1173
+ }
1174
+ ],
1175
+ "superclass": {
1176
+ "name": "FASTElement",
1177
+ "package": "@microsoft/fast-element"
1178
+ },
1179
+ "tagName": "json-forms",
1180
+ "customElement": true
1181
+ }
1182
+ ],
1183
+ "exports": [
1184
+ {
1185
+ "kind": "js",
1186
+ "name": "JSONForms",
1187
+ "declaration": {
1188
+ "name": "JSONForms",
1189
+ "module": "src/jsonforms/json-forms.ts"
1190
+ }
1191
+ },
1192
+ {
1193
+ "kind": "custom-element-definition",
1194
+ "name": "json-forms",
1195
+ "declaration": {
1196
+ "name": "JSONForms",
1197
+ "module": "src/jsonforms/json-forms.ts"
1198
+ }
1199
+ }
1200
+ ]
1201
+ },
1202
+ {
1203
+ "kind": "javascript-module",
1204
+ "path": "src/utils/confirmation-dialog-utils.ts",
1205
+ "declarations": [],
1206
+ "exports": []
1207
+ },
1208
+ {
1209
+ "kind": "javascript-module",
1210
+ "path": "src/utils/filters.ts",
1211
+ "declarations": [],
1212
+ "exports": []
1213
+ },
1214
+ {
1215
+ "kind": "javascript-module",
1216
+ "path": "src/utils/form-utils.ts",
1217
+ "declarations": [
1218
+ {
1219
+ "kind": "function",
1220
+ "name": "removeDataPropertiesNotInSchema",
1221
+ "return": {
1222
+ "type": {
1223
+ "text": ""
1224
+ }
1225
+ },
1226
+ "parameters": [
1227
+ {
1228
+ "name": "data",
1229
+ "type": {
1230
+ "text": "any"
1231
+ },
1232
+ "description": "The data object to clean"
1233
+ },
1234
+ {
1235
+ "name": "jsonSchema",
1236
+ "type": {
1237
+ "text": "JSONSchema7"
1238
+ },
1239
+ "description": "The JSON schema to validate against"
1240
+ }
1241
+ ],
1242
+ "description": "Removes data properties that aren't part of the schema"
1243
+ }
1244
+ ],
1245
+ "exports": [
1246
+ {
1247
+ "kind": "js",
1248
+ "name": "removeDataPropertiesNotInSchema",
1249
+ "declaration": {
1250
+ "name": "removeDataPropertiesNotInSchema",
1251
+ "module": "src/utils/form-utils.ts"
1252
+ }
1253
+ }
1254
+ ]
1255
+ },
1256
+ {
1257
+ "kind": "javascript-module",
1258
+ "path": "src/utils/index.ts",
1259
+ "declarations": [],
1260
+ "exports": [
1261
+ {
1262
+ "kind": "js",
1263
+ "name": "*",
1264
+ "declaration": {
1265
1265
  "name": "*",
1266
1266
  "package": "./filters"
1267
1267
  }
@@ -1370,31 +1370,257 @@
1370
1370
  }
1371
1371
  },
1372
1372
  {
1373
- "name": "uiCustomMsg",
1374
- "optional": true,
1373
+ "name": "uiCustomMsg",
1374
+ "optional": true,
1375
+ "type": {
1376
+ "text": "string"
1377
+ }
1378
+ }
1379
+ ],
1380
+ "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."
1381
+ }
1382
+ ],
1383
+ "exports": [
1384
+ {
1385
+ "kind": "js",
1386
+ "name": "mustMatch",
1387
+ "declaration": {
1388
+ "name": "mustMatch",
1389
+ "module": "src/utils/validation.ts"
1390
+ }
1391
+ },
1392
+ {
1393
+ "kind": "js",
1394
+ "name": "getAnyOfErrorMessage",
1395
+ "declaration": {
1396
+ "name": "getAnyOfErrorMessage",
1397
+ "module": "src/utils/validation.ts"
1398
+ }
1399
+ }
1400
+ ]
1401
+ },
1402
+ {
1403
+ "kind": "javascript-module",
1404
+ "path": "src/jsonforms/testers/isArray.ts",
1405
+ "declarations": [
1406
+ {
1407
+ "kind": "function",
1408
+ "name": "isArray",
1409
+ "parameters": [
1410
+ {
1411
+ "name": "itemsType",
1412
+ "type": {
1413
+ "text": "ArrayItemsType"
1414
+ }
1415
+ }
1416
+ ]
1417
+ }
1418
+ ],
1419
+ "exports": [
1420
+ {
1421
+ "kind": "js",
1422
+ "name": "isArray",
1423
+ "declaration": {
1424
+ "name": "isArray",
1425
+ "module": "src/jsonforms/testers/isArray.ts"
1426
+ }
1427
+ }
1428
+ ]
1429
+ },
1430
+ {
1431
+ "kind": "javascript-module",
1432
+ "path": "src/jsonforms/testers/isDate.ts",
1433
+ "declarations": [
1434
+ {
1435
+ "kind": "variable",
1436
+ "name": "isOneOfDate"
1437
+ }
1438
+ ],
1439
+ "exports": [
1440
+ {
1441
+ "kind": "js",
1442
+ "name": "isOneOfDate",
1443
+ "declaration": {
1444
+ "name": "isOneOfDate",
1445
+ "module": "src/jsonforms/testers/isDate.ts"
1446
+ }
1447
+ }
1448
+ ]
1449
+ },
1450
+ {
1451
+ "kind": "javascript-module",
1452
+ "path": "src/jsonforms/testers/isInvisible.ts",
1453
+ "declarations": [
1454
+ {
1455
+ "kind": "function",
1456
+ "name": "isInvisible",
1457
+ "return": {
1458
+ "type": {
1459
+ "text": "boolean"
1460
+ }
1461
+ },
1462
+ "parameters": [
1463
+ {
1464
+ "name": "uischema",
1465
+ "type": {
1466
+ "text": "UISchemaElement"
1467
+ }
1468
+ },
1469
+ {
1470
+ "name": "schema",
1471
+ "type": {
1472
+ "text": "JsonSchema"
1473
+ }
1474
+ },
1475
+ {
1476
+ "name": "context",
1477
+ "type": {
1478
+ "text": "TesterContext"
1479
+ }
1480
+ }
1481
+ ]
1482
+ }
1483
+ ],
1484
+ "exports": [
1485
+ {
1486
+ "kind": "js",
1487
+ "name": "isInvisible",
1488
+ "declaration": {
1489
+ "name": "isInvisible",
1490
+ "module": "src/jsonforms/testers/isInvisible.ts"
1491
+ }
1492
+ }
1493
+ ]
1494
+ },
1495
+ {
1496
+ "kind": "javascript-module",
1497
+ "path": "src/jsonforms/testers/isOneOfBoolean.ts",
1498
+ "declarations": [
1499
+ {
1500
+ "kind": "variable",
1501
+ "name": "isOneOfBoolean"
1502
+ }
1503
+ ],
1504
+ "exports": [
1505
+ {
1506
+ "kind": "js",
1507
+ "name": "isOneOfBoolean",
1508
+ "declaration": {
1509
+ "name": "isOneOfBoolean",
1510
+ "module": "src/jsonforms/testers/isOneOfBoolean.ts"
1511
+ }
1512
+ }
1513
+ ]
1514
+ },
1515
+ {
1516
+ "kind": "javascript-module",
1517
+ "path": "src/jsonforms/testers/isOneOfEnum.ts",
1518
+ "declarations": [
1519
+ {
1520
+ "kind": "variable",
1521
+ "name": "isOneOfEnum"
1522
+ }
1523
+ ],
1524
+ "exports": [
1525
+ {
1526
+ "kind": "js",
1527
+ "name": "isOneOfEnum",
1528
+ "declaration": {
1529
+ "name": "isOneOfEnum",
1530
+ "module": "src/jsonforms/testers/isOneOfEnum.ts"
1531
+ }
1532
+ }
1533
+ ]
1534
+ },
1535
+ {
1536
+ "kind": "javascript-module",
1537
+ "path": "src/jsonforms/testers/isOneOfNumber.ts",
1538
+ "declarations": [
1539
+ {
1540
+ "kind": "variable",
1541
+ "name": "isOneOfNumber"
1542
+ }
1543
+ ],
1544
+ "exports": [
1545
+ {
1546
+ "kind": "js",
1547
+ "name": "isOneOfNumber",
1548
+ "declaration": {
1549
+ "name": "isOneOfNumber",
1550
+ "module": "src/jsonforms/testers/isOneOfNumber.ts"
1551
+ }
1552
+ }
1553
+ ]
1554
+ },
1555
+ {
1556
+ "kind": "javascript-module",
1557
+ "path": "src/jsonforms/testers/isOneOfOptionMultiselect.ts",
1558
+ "declarations": [
1559
+ {
1560
+ "kind": "variable",
1561
+ "name": "isOneOfOptionMultiselect"
1562
+ }
1563
+ ],
1564
+ "exports": [
1565
+ {
1566
+ "kind": "js",
1567
+ "name": "isOneOfOptionMultiselect",
1568
+ "declaration": {
1569
+ "name": "isOneOfOptionMultiselect",
1570
+ "module": "src/jsonforms/testers/isOneOfOptionMultiselect.ts"
1571
+ }
1572
+ }
1573
+ ]
1574
+ },
1575
+ {
1576
+ "kind": "javascript-module",
1577
+ "path": "src/jsonforms/testers/isTime.ts",
1578
+ "declarations": [
1579
+ {
1580
+ "kind": "variable",
1581
+ "name": "isOneOfTime"
1582
+ }
1583
+ ],
1584
+ "exports": [
1585
+ {
1586
+ "kind": "js",
1587
+ "name": "isOneOfTime",
1588
+ "declaration": {
1589
+ "name": "isOneOfTime",
1590
+ "module": "src/jsonforms/testers/isTime.ts"
1591
+ }
1592
+ }
1593
+ ]
1594
+ },
1595
+ {
1596
+ "kind": "javascript-module",
1597
+ "path": "src/jsonforms/testers/optionIs.ts",
1598
+ "declarations": [
1599
+ {
1600
+ "kind": "function",
1601
+ "name": "optionIs",
1602
+ "return": {
1603
+ "type": {
1604
+ "text": "Tester"
1605
+ }
1606
+ },
1607
+ "parameters": [
1608
+ {
1609
+ "name": "optionName",
1375
1610
  "type": {
1376
1611
  "text": "string"
1377
1612
  }
1378
1613
  }
1379
- ],
1380
- "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."
1614
+ ]
1381
1615
  }
1382
1616
  ],
1383
1617
  "exports": [
1384
1618
  {
1385
1619
  "kind": "js",
1386
- "name": "mustMatch",
1387
- "declaration": {
1388
- "name": "mustMatch",
1389
- "module": "src/utils/validation.ts"
1390
- }
1391
- },
1392
- {
1393
- "kind": "js",
1394
- "name": "getAnyOfErrorMessage",
1620
+ "name": "optionIs",
1395
1621
  "declaration": {
1396
- "name": "getAnyOfErrorMessage",
1397
- "module": "src/utils/validation.ts"
1622
+ "name": "optionIs",
1623
+ "module": "src/jsonforms/testers/optionIs.ts"
1398
1624
  }
1399
1625
  }
1400
1626
  ]
@@ -3089,232 +3315,6 @@
3089
3315
  }
3090
3316
  }
3091
3317
  ]
3092
- },
3093
- {
3094
- "kind": "javascript-module",
3095
- "path": "src/jsonforms/testers/isArray.ts",
3096
- "declarations": [
3097
- {
3098
- "kind": "function",
3099
- "name": "isArray",
3100
- "parameters": [
3101
- {
3102
- "name": "itemsType",
3103
- "type": {
3104
- "text": "ArrayItemsType"
3105
- }
3106
- }
3107
- ]
3108
- }
3109
- ],
3110
- "exports": [
3111
- {
3112
- "kind": "js",
3113
- "name": "isArray",
3114
- "declaration": {
3115
- "name": "isArray",
3116
- "module": "src/jsonforms/testers/isArray.ts"
3117
- }
3118
- }
3119
- ]
3120
- },
3121
- {
3122
- "kind": "javascript-module",
3123
- "path": "src/jsonforms/testers/isDate.ts",
3124
- "declarations": [
3125
- {
3126
- "kind": "variable",
3127
- "name": "isOneOfDate"
3128
- }
3129
- ],
3130
- "exports": [
3131
- {
3132
- "kind": "js",
3133
- "name": "isOneOfDate",
3134
- "declaration": {
3135
- "name": "isOneOfDate",
3136
- "module": "src/jsonforms/testers/isDate.ts"
3137
- }
3138
- }
3139
- ]
3140
- },
3141
- {
3142
- "kind": "javascript-module",
3143
- "path": "src/jsonforms/testers/isInvisible.ts",
3144
- "declarations": [
3145
- {
3146
- "kind": "function",
3147
- "name": "isInvisible",
3148
- "return": {
3149
- "type": {
3150
- "text": "boolean"
3151
- }
3152
- },
3153
- "parameters": [
3154
- {
3155
- "name": "uischema",
3156
- "type": {
3157
- "text": "UISchemaElement"
3158
- }
3159
- },
3160
- {
3161
- "name": "schema",
3162
- "type": {
3163
- "text": "JsonSchema"
3164
- }
3165
- },
3166
- {
3167
- "name": "context",
3168
- "type": {
3169
- "text": "TesterContext"
3170
- }
3171
- }
3172
- ]
3173
- }
3174
- ],
3175
- "exports": [
3176
- {
3177
- "kind": "js",
3178
- "name": "isInvisible",
3179
- "declaration": {
3180
- "name": "isInvisible",
3181
- "module": "src/jsonforms/testers/isInvisible.ts"
3182
- }
3183
- }
3184
- ]
3185
- },
3186
- {
3187
- "kind": "javascript-module",
3188
- "path": "src/jsonforms/testers/isOneOfBoolean.ts",
3189
- "declarations": [
3190
- {
3191
- "kind": "variable",
3192
- "name": "isOneOfBoolean"
3193
- }
3194
- ],
3195
- "exports": [
3196
- {
3197
- "kind": "js",
3198
- "name": "isOneOfBoolean",
3199
- "declaration": {
3200
- "name": "isOneOfBoolean",
3201
- "module": "src/jsonforms/testers/isOneOfBoolean.ts"
3202
- }
3203
- }
3204
- ]
3205
- },
3206
- {
3207
- "kind": "javascript-module",
3208
- "path": "src/jsonforms/testers/isOneOfEnum.ts",
3209
- "declarations": [
3210
- {
3211
- "kind": "variable",
3212
- "name": "isOneOfEnum"
3213
- }
3214
- ],
3215
- "exports": [
3216
- {
3217
- "kind": "js",
3218
- "name": "isOneOfEnum",
3219
- "declaration": {
3220
- "name": "isOneOfEnum",
3221
- "module": "src/jsonforms/testers/isOneOfEnum.ts"
3222
- }
3223
- }
3224
- ]
3225
- },
3226
- {
3227
- "kind": "javascript-module",
3228
- "path": "src/jsonforms/testers/isOneOfNumber.ts",
3229
- "declarations": [
3230
- {
3231
- "kind": "variable",
3232
- "name": "isOneOfNumber"
3233
- }
3234
- ],
3235
- "exports": [
3236
- {
3237
- "kind": "js",
3238
- "name": "isOneOfNumber",
3239
- "declaration": {
3240
- "name": "isOneOfNumber",
3241
- "module": "src/jsonforms/testers/isOneOfNumber.ts"
3242
- }
3243
- }
3244
- ]
3245
- },
3246
- {
3247
- "kind": "javascript-module",
3248
- "path": "src/jsonforms/testers/isOneOfOptionMultiselect.ts",
3249
- "declarations": [
3250
- {
3251
- "kind": "variable",
3252
- "name": "isOneOfOptionMultiselect"
3253
- }
3254
- ],
3255
- "exports": [
3256
- {
3257
- "kind": "js",
3258
- "name": "isOneOfOptionMultiselect",
3259
- "declaration": {
3260
- "name": "isOneOfOptionMultiselect",
3261
- "module": "src/jsonforms/testers/isOneOfOptionMultiselect.ts"
3262
- }
3263
- }
3264
- ]
3265
- },
3266
- {
3267
- "kind": "javascript-module",
3268
- "path": "src/jsonforms/testers/isTime.ts",
3269
- "declarations": [
3270
- {
3271
- "kind": "variable",
3272
- "name": "isOneOfTime"
3273
- }
3274
- ],
3275
- "exports": [
3276
- {
3277
- "kind": "js",
3278
- "name": "isOneOfTime",
3279
- "declaration": {
3280
- "name": "isOneOfTime",
3281
- "module": "src/jsonforms/testers/isTime.ts"
3282
- }
3283
- }
3284
- ]
3285
- },
3286
- {
3287
- "kind": "javascript-module",
3288
- "path": "src/jsonforms/testers/optionIs.ts",
3289
- "declarations": [
3290
- {
3291
- "kind": "function",
3292
- "name": "optionIs",
3293
- "return": {
3294
- "type": {
3295
- "text": "Tester"
3296
- }
3297
- },
3298
- "parameters": [
3299
- {
3300
- "name": "optionName",
3301
- "type": {
3302
- "text": "string"
3303
- }
3304
- }
3305
- ]
3306
- }
3307
- ],
3308
- "exports": [
3309
- {
3310
- "kind": "js",
3311
- "name": "optionIs",
3312
- "declaration": {
3313
- "name": "optionIs",
3314
- "module": "src/jsonforms/testers/optionIs.ts"
3315
- }
3316
- }
3317
- ]
3318
3318
  }
3319
3319
  ]
3320
3320
  }
@@ -1 +1 @@
1
- {"version":3,"file":"filters.d.ts","sourceRoot":"","sources":["../../../src/filters/filters.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,SAAS,EAAE,MAAM,+BAA+B,CAAC;AAO1D,OAAO,EAAE,iBAAiB,EAAE,MAAM,4BAA4B,CAAC;AAC/D,OAAO,EAAE,WAAW,EAAE,MAAM,aAAa,CAAC;AAa1C,OAAO,EAAE,aAAa,EAAE,QAAQ,EAAE,MAAM,UAAU,CAAC;AAMnD,gBAAgB;AAChB,eAAO,MAAM,aAAa,iDAAqC,CAAC;AAchE;;;GAGG;AACH,eAAO,MAAM,gBAAgB,OAa5B,CAAC;;;;;;;kBAG8B,CAAC;;;;;;;;8BAyD0C,CAAC,cAEvE,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;yBAsCK,CAAC;4IAGgC,CAAC;wFAGvB,CAAC;+IAOjB,CAAC;2FAOE,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;2BA6CJ,CAAH;;;;;;;;;;;;;;;;;;;;;;;mBAmF0C,CAAC;;;;;;;;;;;;;6BAgC/B,CAAC;8BAEJ,CAAC;kBAC2C,CAAC;;oBAI1C,CAAC;;sBAEP,CAAC;oBAIgB,CAAC;;;;;;;;gDAgBc,CAAC;;;;;;;;;;;;;;;;;;uBAUqd,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;4EAAiiH,CAAC;yBAA8E,CAAC;UAAoD,GAAG;WAAgD,GAAG;;gBAA6E,GAAG;;;;;;;WAA4V,GAAG;YAAiD,GAAG;;;;;;;;;;;oBAAupC,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iBAAiiO,CAAC;cAA6F,CAAC;eAA8F,CAAC;gBAA+F,CAAC;;;;;;;;;;;;;;SAAulC,CAAC;;;iBAA+E,CAAC;;AA1T/zc;;;;;GAKG;AACH,qBAKa,OAAQ,SAAQ,YAAiC;IACjD,SAAS,EAAE,SAAS,CAAC;IACpB,UAAU,EAAE,MAAM,CAAC;IAE/B;;;;OAIG;IACG,YAAY,EAAE,MAAM,CAAC;IACf,eAAe,EAAE,GAAG,EAAE,CAAM;IAExC;;;OAGG;IAEH,6BAA6B,EAAE,OAAO,CAAC;YAEzB,mBAAmB;IAWjC;;OAEG;IACI,gBAAgB;IAMvB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;OAqCG;IACS,QAAQ,EAAE,QAAQ,CAAC;IAC/B;;;OAGG;IACS,SAAS,EAAE,aAAa,EAAE,CAAoB;IAC1D;;;;;;OAMG;IACS,UAAU,EAAE,WAAW,CAAC;IACpC;;;OAGG;IAC0C,MAAM,EAAE,MAAM,CAAW;IAE7D,OAAO,CAAC,OAAO,CAAW;IACnC;;;OAGG;IACS,IAAI,EAAE,GAAG,CAAM;IAC3B;;;OAGG;IACS,KAAK,EAAE,MAAM,CAAC;IAC1B;;OAEG;IACH,YAAY;IAIZ;;OAEG;IACM,SAAS,IAAI,IAAI;IAY1B;;OAEG;IACG,aAAa;IAmCnB;;OAEG;IACH,QAAQ,CAAC,KAAK,EAAE,WAAW;IAOrB,UAAU;IA0CV,YAAY;IA4BZ,iBAAiB;IAOjB,mBAAmB;IAsBzB,iBAAiB,CAAC,QAAQ,EAAE,MAAM,EAAE,QAAQ,EAAE,MAAM;IAW9C,cAAc,CAAC,SAAS,EAAE,MAAM;CAcvC"}
1
+ {"version":3,"file":"filters.d.ts","sourceRoot":"","sources":["../../../src/filters/filters.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,SAAS,EAAE,MAAM,+BAA+B,CAAC;AAO1D,OAAO,EAAE,iBAAiB,EAAE,MAAM,4BAA4B,CAAC;AAC/D,OAAO,EAAE,WAAW,EAAE,MAAM,aAAa,CAAC;AAa1C,OAAO,EAAE,aAAa,EAAE,QAAQ,EAAE,MAAM,UAAU,CAAC;AAMnD,gBAAgB;AAChB,eAAO,MAAM,aAAa,iDAAqC,CAAC;AAchE;;;GAGG;AACH,eAAO,MAAM,gBAAgB,OAa5B,CAAC;;;;;;;kBAG8B,CAAC;;;;;;;;8BA4DtB,CAAC,cAAc,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;yBAuCjB,CAAC;4IAGc,CAAC;wFAEqE,CAAC;+IAK7F,CAAD;2FAKE,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;2BA+CoB,CAAC;;;;;;;;;;;;;;;;;;;;;;;mBAmFb,CAAC;;;;;;;;;;;;;6BAmCY,CAAC;8BAED,CAAA;kBACL,CAAC;;oBAEE,CAAC;;sBAGM,CAAC;oBACd,CAAC;;;;;;;;gDAsBb,CAAJ;;;;;;;;;;;;;;;;;;uBAakS,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;4EAAiiH,CAAC;yBAA8E,CAAC;UAAoD,GAAG;WAAgD,GAAG;;gBAA6E,GAAG;;;;;;;WAA4V,GAAG;YAAiD,GAAG;;;;;;;;;;;oBAAupC,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iBAAiiO,CAAC;cAA6F,CAAC;eAA8F,CAAC;gBAA+F,CAAC;;;;;;;;;;;;;;SAAulC,CAAC;;;iBAA+E,CAAC;;AAjUpmc;;;;;GAKG;AACH,qBAKa,OAAQ,SAAQ,YAAiC;IACjD,SAAS,EAAE,SAAS,CAAC;IACpB,UAAU,EAAE,MAAM,CAAC;IAE/B;;;;OAIG;IACG,YAAY,EAAE,MAAM,CAAC;IACf,eAAe,EAAE,GAAG,EAAE,CAAM;IAExC;;;OAGG;IAEH,6BAA6B,EAAE,OAAO,CAAC;YAEzB,mBAAmB;IAkBjC;;OAEG;IACI,gBAAgB;IAMvB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;OAqCG;IACS,QAAQ,EAAE,QAAQ,CAAC;IAC/B;;;OAGG;IACS,SAAS,EAAE,aAAa,EAAE,CAAoB;IAC1D;;;;;;OAMG;IACS,UAAU,EAAE,WAAW,CAAC;IACpC;;;OAGG;IAC0C,MAAM,EAAE,MAAM,CAAW;IAE7D,OAAO,CAAC,OAAO,CAAW;IACnC;;;OAGG;IACS,IAAI,EAAE,GAAG,CAAM;IAC3B;;;OAGG;IACS,KAAK,EAAE,MAAM,CAAC;IAC1B;;OAEG;IACH,YAAY;IAIZ;;OAEG;IACM,SAAS,IAAI,IAAI;IAY1B;;OAEG;IACG,aAAa;IAmCnB;;OAEG;IACH,QAAQ,CAAC,KAAK,EAAE,WAAW;IAOrB,UAAU;IA0CV,YAAY;IA4BZ,iBAAiB;IAOjB,mBAAmB;IAsBzB,iBAAiB,CAAC,QAAQ,EAAE,MAAM,EAAE,QAAQ,EAAE,MAAM;IAW9C,cAAc,CAAC,SAAS,EAAE,MAAM;CAcvC"}
@@ -83,12 +83,17 @@ let Filters = class Filters extends LifecycleMixin(FoundationElement) {
83
83
  }
84
84
  resourceNameChanged() {
85
85
  return __awaiter(this, void 0, void 0, function* () {
86
- var _a, _b, _c;
86
+ var _a, _b, _c, _d, _e, _f, _g;
87
87
  this.jsonSchema = undefined;
88
88
  if (this.resourceName) {
89
89
  const jsonSchemaResponse = yield this.connect.getJSONSchema(this.resourceName);
90
- this.jsonSchema = (_b = (_a = jsonSchemaResponse === null || jsonSchemaResponse === void 0 ? void 0 : jsonSchemaResponse.OUTBOUND) === null || _a === void 0 ? void 0 : _a.$defs) === null || _b === void 0 ? void 0 : _b['global.genesis.message.core.dataserver.QueryRow'];
91
- (_c = this.jsonSchema) === null || _c === void 0 ? true : delete _c.properties['DETAILS'];
90
+ if ((_b = (_a = jsonSchemaResponse.OUTBOUND) === null || _a === void 0 ? void 0 : _a.properties) === null || _b === void 0 ? void 0 : _b['REPLY']) {
91
+ this.jsonSchema = (_d = (_c = jsonSchemaResponse.OUTBOUND.properties) === null || _c === void 0 ? void 0 : _c['REPLY']) === null || _d === void 0 ? void 0 : _d['items'];
92
+ }
93
+ else {
94
+ this.jsonSchema = (_f = (_e = jsonSchemaResponse === null || jsonSchemaResponse === void 0 ? void 0 : jsonSchemaResponse.OUTBOUND) === null || _e === void 0 ? void 0 : _e.$defs) === null || _f === void 0 ? void 0 : _f['global.genesis.message.core.dataserver.QueryRow'];
95
+ (_g = this.jsonSchema) === null || _g === void 0 ? true : delete _g.properties['DETAILS'];
96
+ }
92
97
  }
93
98
  });
94
99
  }
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.354.1",
4
+ "version": "14.354.2",
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.354.1",
52
- "@genesislcap/genx": "14.354.1",
53
- "@genesislcap/rollup-builder": "14.354.1",
54
- "@genesislcap/ts-builder": "14.354.1",
55
- "@genesislcap/uvu-playwright-builder": "14.354.1",
56
- "@genesislcap/vite-builder": "14.354.1",
57
- "@genesislcap/webpack-builder": "14.354.1",
51
+ "@genesislcap/foundation-testing": "14.354.2",
52
+ "@genesislcap/genx": "14.354.2",
53
+ "@genesislcap/rollup-builder": "14.354.2",
54
+ "@genesislcap/ts-builder": "14.354.2",
55
+ "@genesislcap/uvu-playwright-builder": "14.354.2",
56
+ "@genesislcap/vite-builder": "14.354.2",
57
+ "@genesislcap/webpack-builder": "14.354.2",
58
58
  "@types/json-schema": "^7.0.11"
59
59
  },
60
60
  "dependencies": {
61
- "@genesislcap/foundation-comms": "14.354.1",
62
- "@genesislcap/foundation-criteria": "14.354.1",
63
- "@genesislcap/foundation-logger": "14.354.1",
64
- "@genesislcap/foundation-notifications": "14.354.1",
65
- "@genesislcap/foundation-ui": "14.354.1",
66
- "@genesislcap/foundation-utils": "14.354.1",
61
+ "@genesislcap/foundation-comms": "14.354.2",
62
+ "@genesislcap/foundation-criteria": "14.354.2",
63
+ "@genesislcap/foundation-logger": "14.354.2",
64
+ "@genesislcap/foundation-notifications": "14.354.2",
65
+ "@genesislcap/foundation-ui": "14.354.2",
66
+ "@genesislcap/foundation-utils": "14.354.2",
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": "f895bab2961a8d114d896536c573bd8eb46dff12"
87
+ "gitHead": "6736ae7e39fd72cd8e8c42a524b7fe0ed13d4a83"
88
88
  }