@genesislcap/foundation-forms 14.152.2-alpha-65be1bd.0 → 14.152.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.
Files changed (2) hide show
  1. package/dist/custom-elements.json +198 -198
  2. package/package.json +14 -14
@@ -1050,204 +1050,6 @@
1050
1050
  }
1051
1051
  ]
1052
1052
  },
1053
- {
1054
- "kind": "javascript-module",
1055
- "path": "src/jsonforms/testers/isDate.ts",
1056
- "declarations": [
1057
- {
1058
- "kind": "variable",
1059
- "name": "isOneOfDate"
1060
- }
1061
- ],
1062
- "exports": [
1063
- {
1064
- "kind": "js",
1065
- "name": "isOneOfDate",
1066
- "declaration": {
1067
- "name": "isOneOfDate",
1068
- "module": "src/jsonforms/testers/isDate.ts"
1069
- }
1070
- }
1071
- ]
1072
- },
1073
- {
1074
- "kind": "javascript-module",
1075
- "path": "src/jsonforms/testers/isInvisible.ts",
1076
- "declarations": [
1077
- {
1078
- "kind": "function",
1079
- "name": "isInvisible",
1080
- "return": {
1081
- "type": {
1082
- "text": "boolean"
1083
- }
1084
- },
1085
- "parameters": [
1086
- {
1087
- "name": "uischema",
1088
- "type": {
1089
- "text": "UISchemaElement"
1090
- }
1091
- },
1092
- {
1093
- "name": "schema",
1094
- "type": {
1095
- "text": "JsonSchema"
1096
- }
1097
- },
1098
- {
1099
- "name": "context",
1100
- "type": {
1101
- "text": "TesterContext"
1102
- }
1103
- }
1104
- ]
1105
- }
1106
- ],
1107
- "exports": [
1108
- {
1109
- "kind": "js",
1110
- "name": "isInvisible",
1111
- "declaration": {
1112
- "name": "isInvisible",
1113
- "module": "src/jsonforms/testers/isInvisible.ts"
1114
- }
1115
- }
1116
- ]
1117
- },
1118
- {
1119
- "kind": "javascript-module",
1120
- "path": "src/jsonforms/testers/isLayoutArray.ts",
1121
- "declarations": [
1122
- {
1123
- "kind": "variable",
1124
- "name": "isLayoutArray"
1125
- }
1126
- ],
1127
- "exports": [
1128
- {
1129
- "kind": "js",
1130
- "name": "isLayoutArray",
1131
- "declaration": {
1132
- "name": "isLayoutArray",
1133
- "module": "src/jsonforms/testers/isLayoutArray.ts"
1134
- }
1135
- }
1136
- ]
1137
- },
1138
- {
1139
- "kind": "javascript-module",
1140
- "path": "src/jsonforms/testers/isOneOfBoolean.ts",
1141
- "declarations": [
1142
- {
1143
- "kind": "variable",
1144
- "name": "isOneOfBoolean"
1145
- }
1146
- ],
1147
- "exports": [
1148
- {
1149
- "kind": "js",
1150
- "name": "isOneOfBoolean",
1151
- "declaration": {
1152
- "name": "isOneOfBoolean",
1153
- "module": "src/jsonforms/testers/isOneOfBoolean.ts"
1154
- }
1155
- }
1156
- ]
1157
- },
1158
- {
1159
- "kind": "javascript-module",
1160
- "path": "src/jsonforms/testers/isOneOfEnum.ts",
1161
- "declarations": [
1162
- {
1163
- "kind": "variable",
1164
- "name": "isOneOfEnum"
1165
- }
1166
- ],
1167
- "exports": [
1168
- {
1169
- "kind": "js",
1170
- "name": "isOneOfEnum",
1171
- "declaration": {
1172
- "name": "isOneOfEnum",
1173
- "module": "src/jsonforms/testers/isOneOfEnum.ts"
1174
- }
1175
- }
1176
- ]
1177
- },
1178
- {
1179
- "kind": "javascript-module",
1180
- "path": "src/jsonforms/testers/isOneOfNumber.ts",
1181
- "declarations": [
1182
- {
1183
- "kind": "variable",
1184
- "name": "isOneOfNumber"
1185
- }
1186
- ],
1187
- "exports": [
1188
- {
1189
- "kind": "js",
1190
- "name": "isOneOfNumber",
1191
- "declaration": {
1192
- "name": "isOneOfNumber",
1193
- "module": "src/jsonforms/testers/isOneOfNumber.ts"
1194
- }
1195
- }
1196
- ]
1197
- },
1198
- {
1199
- "kind": "javascript-module",
1200
- "path": "src/jsonforms/testers/isOneOfOptionMultiselect.ts",
1201
- "declarations": [
1202
- {
1203
- "kind": "variable",
1204
- "name": "isOneOfOptionMultiselect"
1205
- }
1206
- ],
1207
- "exports": [
1208
- {
1209
- "kind": "js",
1210
- "name": "isOneOfOptionMultiselect",
1211
- "declaration": {
1212
- "name": "isOneOfOptionMultiselect",
1213
- "module": "src/jsonforms/testers/isOneOfOptionMultiselect.ts"
1214
- }
1215
- }
1216
- ]
1217
- },
1218
- {
1219
- "kind": "javascript-module",
1220
- "path": "src/jsonforms/testers/optionIs.ts",
1221
- "declarations": [
1222
- {
1223
- "kind": "function",
1224
- "name": "optionIs",
1225
- "return": {
1226
- "type": {
1227
- "text": "Tester"
1228
- }
1229
- },
1230
- "parameters": [
1231
- {
1232
- "name": "optionName",
1233
- "type": {
1234
- "text": "string"
1235
- }
1236
- }
1237
- ]
1238
- }
1239
- ],
1240
- "exports": [
1241
- {
1242
- "kind": "js",
1243
- "name": "optionIs",
1244
- "declaration": {
1245
- "name": "optionIs",
1246
- "module": "src/jsonforms/testers/optionIs.ts"
1247
- }
1248
- }
1249
- ]
1250
- },
1251
1053
  {
1252
1054
  "kind": "javascript-module",
1253
1055
  "path": "src/jsonforms/renderers/ArrayListWrapperRenderer.ts",
@@ -2642,6 +2444,204 @@
2642
2444
  }
2643
2445
  }
2644
2446
  ]
2447
+ },
2448
+ {
2449
+ "kind": "javascript-module",
2450
+ "path": "src/jsonforms/testers/isDate.ts",
2451
+ "declarations": [
2452
+ {
2453
+ "kind": "variable",
2454
+ "name": "isOneOfDate"
2455
+ }
2456
+ ],
2457
+ "exports": [
2458
+ {
2459
+ "kind": "js",
2460
+ "name": "isOneOfDate",
2461
+ "declaration": {
2462
+ "name": "isOneOfDate",
2463
+ "module": "src/jsonforms/testers/isDate.ts"
2464
+ }
2465
+ }
2466
+ ]
2467
+ },
2468
+ {
2469
+ "kind": "javascript-module",
2470
+ "path": "src/jsonforms/testers/isInvisible.ts",
2471
+ "declarations": [
2472
+ {
2473
+ "kind": "function",
2474
+ "name": "isInvisible",
2475
+ "return": {
2476
+ "type": {
2477
+ "text": "boolean"
2478
+ }
2479
+ },
2480
+ "parameters": [
2481
+ {
2482
+ "name": "uischema",
2483
+ "type": {
2484
+ "text": "UISchemaElement"
2485
+ }
2486
+ },
2487
+ {
2488
+ "name": "schema",
2489
+ "type": {
2490
+ "text": "JsonSchema"
2491
+ }
2492
+ },
2493
+ {
2494
+ "name": "context",
2495
+ "type": {
2496
+ "text": "TesterContext"
2497
+ }
2498
+ }
2499
+ ]
2500
+ }
2501
+ ],
2502
+ "exports": [
2503
+ {
2504
+ "kind": "js",
2505
+ "name": "isInvisible",
2506
+ "declaration": {
2507
+ "name": "isInvisible",
2508
+ "module": "src/jsonforms/testers/isInvisible.ts"
2509
+ }
2510
+ }
2511
+ ]
2512
+ },
2513
+ {
2514
+ "kind": "javascript-module",
2515
+ "path": "src/jsonforms/testers/isLayoutArray.ts",
2516
+ "declarations": [
2517
+ {
2518
+ "kind": "variable",
2519
+ "name": "isLayoutArray"
2520
+ }
2521
+ ],
2522
+ "exports": [
2523
+ {
2524
+ "kind": "js",
2525
+ "name": "isLayoutArray",
2526
+ "declaration": {
2527
+ "name": "isLayoutArray",
2528
+ "module": "src/jsonforms/testers/isLayoutArray.ts"
2529
+ }
2530
+ }
2531
+ ]
2532
+ },
2533
+ {
2534
+ "kind": "javascript-module",
2535
+ "path": "src/jsonforms/testers/isOneOfBoolean.ts",
2536
+ "declarations": [
2537
+ {
2538
+ "kind": "variable",
2539
+ "name": "isOneOfBoolean"
2540
+ }
2541
+ ],
2542
+ "exports": [
2543
+ {
2544
+ "kind": "js",
2545
+ "name": "isOneOfBoolean",
2546
+ "declaration": {
2547
+ "name": "isOneOfBoolean",
2548
+ "module": "src/jsonforms/testers/isOneOfBoolean.ts"
2549
+ }
2550
+ }
2551
+ ]
2552
+ },
2553
+ {
2554
+ "kind": "javascript-module",
2555
+ "path": "src/jsonforms/testers/isOneOfEnum.ts",
2556
+ "declarations": [
2557
+ {
2558
+ "kind": "variable",
2559
+ "name": "isOneOfEnum"
2560
+ }
2561
+ ],
2562
+ "exports": [
2563
+ {
2564
+ "kind": "js",
2565
+ "name": "isOneOfEnum",
2566
+ "declaration": {
2567
+ "name": "isOneOfEnum",
2568
+ "module": "src/jsonforms/testers/isOneOfEnum.ts"
2569
+ }
2570
+ }
2571
+ ]
2572
+ },
2573
+ {
2574
+ "kind": "javascript-module",
2575
+ "path": "src/jsonforms/testers/isOneOfNumber.ts",
2576
+ "declarations": [
2577
+ {
2578
+ "kind": "variable",
2579
+ "name": "isOneOfNumber"
2580
+ }
2581
+ ],
2582
+ "exports": [
2583
+ {
2584
+ "kind": "js",
2585
+ "name": "isOneOfNumber",
2586
+ "declaration": {
2587
+ "name": "isOneOfNumber",
2588
+ "module": "src/jsonforms/testers/isOneOfNumber.ts"
2589
+ }
2590
+ }
2591
+ ]
2592
+ },
2593
+ {
2594
+ "kind": "javascript-module",
2595
+ "path": "src/jsonforms/testers/isOneOfOptionMultiselect.ts",
2596
+ "declarations": [
2597
+ {
2598
+ "kind": "variable",
2599
+ "name": "isOneOfOptionMultiselect"
2600
+ }
2601
+ ],
2602
+ "exports": [
2603
+ {
2604
+ "kind": "js",
2605
+ "name": "isOneOfOptionMultiselect",
2606
+ "declaration": {
2607
+ "name": "isOneOfOptionMultiselect",
2608
+ "module": "src/jsonforms/testers/isOneOfOptionMultiselect.ts"
2609
+ }
2610
+ }
2611
+ ]
2612
+ },
2613
+ {
2614
+ "kind": "javascript-module",
2615
+ "path": "src/jsonforms/testers/optionIs.ts",
2616
+ "declarations": [
2617
+ {
2618
+ "kind": "function",
2619
+ "name": "optionIs",
2620
+ "return": {
2621
+ "type": {
2622
+ "text": "Tester"
2623
+ }
2624
+ },
2625
+ "parameters": [
2626
+ {
2627
+ "name": "optionName",
2628
+ "type": {
2629
+ "text": "string"
2630
+ }
2631
+ }
2632
+ ]
2633
+ }
2634
+ ],
2635
+ "exports": [
2636
+ {
2637
+ "kind": "js",
2638
+ "name": "optionIs",
2639
+ "declaration": {
2640
+ "name": "optionIs",
2641
+ "module": "src/jsonforms/testers/optionIs.ts"
2642
+ }
2643
+ }
2644
+ ]
2645
2645
  }
2646
2646
  ]
2647
2647
  }
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.152.2-alpha-65be1bd.0",
4
+ "version": "14.152.2",
5
5
  "sideEffects": false,
6
6
  "license": "SEE LICENSE IN license.txt",
7
7
  "main": "dist/esm/index.js",
@@ -40,22 +40,22 @@
40
40
  "test:debug": "genx test --debug"
41
41
  },
42
42
  "devDependencies": {
43
- "@genesislcap/foundation-testing": "14.152.2-alpha-65be1bd.0",
44
- "@genesislcap/genx": "14.152.2-alpha-65be1bd.0",
45
- "@genesislcap/rollup-builder": "14.152.2-alpha-65be1bd.0",
46
- "@genesislcap/ts-builder": "14.152.2-alpha-65be1bd.0",
47
- "@genesislcap/uvu-playwright-builder": "14.152.2-alpha-65be1bd.0",
48
- "@genesislcap/vite-builder": "14.152.2-alpha-65be1bd.0",
49
- "@genesislcap/webpack-builder": "14.152.2-alpha-65be1bd.0",
43
+ "@genesislcap/foundation-testing": "14.152.2",
44
+ "@genesislcap/genx": "14.152.2",
45
+ "@genesislcap/rollup-builder": "14.152.2",
46
+ "@genesislcap/ts-builder": "14.152.2",
47
+ "@genesislcap/uvu-playwright-builder": "14.152.2",
48
+ "@genesislcap/vite-builder": "14.152.2",
49
+ "@genesislcap/webpack-builder": "14.152.2",
50
50
  "@types/json-schema": "^7.0.11",
51
51
  "rimraf": "^3.0.2"
52
52
  },
53
53
  "dependencies": {
54
- "@genesislcap/foundation-comms": "14.152.2-alpha-65be1bd.0",
55
- "@genesislcap/foundation-criteria": "14.152.2-alpha-65be1bd.0",
56
- "@genesislcap/foundation-logger": "14.152.2-alpha-65be1bd.0",
57
- "@genesislcap/foundation-ui": "14.152.2-alpha-65be1bd.0",
58
- "@genesislcap/foundation-utils": "14.152.2-alpha-65be1bd.0",
54
+ "@genesislcap/foundation-comms": "14.152.2",
55
+ "@genesislcap/foundation-criteria": "14.152.2",
56
+ "@genesislcap/foundation-logger": "14.152.2",
57
+ "@genesislcap/foundation-ui": "14.152.2",
58
+ "@genesislcap/foundation-utils": "14.152.2",
59
59
  "@jsonforms/core": "^3.0.0",
60
60
  "@microsoft/fast-components": "^2.30.6",
61
61
  "@microsoft/fast-element": "^1.12.0",
@@ -75,5 +75,5 @@
75
75
  "access": "public"
76
76
  },
77
77
  "customElements": "dist/custom-elements.json",
78
- "gitHead": "05603c50c02ad3c8ae4a6f9321c4a0241da65dfa"
78
+ "gitHead": "26e5cab4ec64021e0e836eb981e154a7f7e6b607"
79
79
  }