@abgov/jsonforms-components 2.50.1 → 2.52.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.
package/index.esm.js CHANGED
@@ -5,7 +5,7 @@ import { GoabFormItem, GoabDropdown, GoabDropdownItem, GoabInput, GoabTextArea,
5
5
  import styled from 'styled-components';
6
6
  import axios from 'axios';
7
7
  import get$1 from 'lodash/get';
8
- import { isVisible, isEnabled, deriveLabelForUISchemaElement, rankWith, isStringControl, and, optionIs, isDateControl, isNumberControl, isIntegerControl, isDateTimeControl, isTimeControl, uiTypeIs, isControl as isControl$1, isEnumControl, isBooleanControl, createDefaultValue, Paths, Resolve, toDataPath, schemaMatches, getAjv, or, isObjectArrayControl, isPrimitiveArrayControl, composePaths, schemaTypeIs, formatIs, hasType, isCategorization, isLayout } from '@jsonforms/core';
8
+ import { isVisible, isEnabled, deriveLabelForUISchemaElement, rankWith, isStringControl, and, optionIs, isDateControl, isNumberControl, isIntegerControl, isDateTimeControl, isTimeControl, uiTypeIs, isControl as isControl$1, isEnumControl, isBooleanControl, createDefaultValue, Paths, Resolve, toDataPath, schemaTypeIs, formatIs, getAjv, schemaMatches, or, isObjectArrayControl, isPrimitiveArrayControl, composePaths, hasType, isCategorization, isLayout } from '@jsonforms/core';
9
9
  import * as _$b from 'lodash';
10
10
  import ___default, { isObject as isObject$i, isEmpty as isEmpty$1 } from 'lodash';
11
11
  import { useJsonForms, withJsonFormsControlProps, withJsonFormsEnumProps, withTranslateProps, JsonFormsDispatch, withJsonFormsAllOfProps, withJsonFormsArrayLayoutProps, withJsonFormsLayoutProps, withJsonFormsCellProps } from '@jsonforms/react';
@@ -10029,7 +10029,7 @@ const GoAEmailInput = props => {
10029
10029
  });
10030
10030
  };
10031
10031
  const GoAEmailControl = props => jsx(GoAEmailInput, Object.assign({}, props));
10032
- const GoAEmailControlTester = rankWith(4, and(isControl$1, schemaMatches(schema => schema.format === 'email')));
10032
+ const GoAEmailControlTester = rankWith(4, and(isControl$1, schemaTypeIs('string'), formatIs('email')));
10033
10033
  const GoAInputEmailControl = withJsonFormsControlProps(GoAEmailControl);
10034
10034
 
10035
10035
  let _$6 = t => t,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@abgov/jsonforms-components",
3
- "version": "2.50.1",
3
+ "version": "2.52.0",
4
4
  "license": "Apache-2.0",
5
5
  "description": "Government of Alberta - React renderers for JSON Forms based on the design system.",
6
6
  "repository": "https://github.com/GovAlta/adsp-monorepo",
@@ -0,0 +1,1242 @@
1
+ {
2
+ "schemaVersion": "1.0.0",
3
+ "generatedAt": "2026-03-06T17:19:31.979Z",
4
+ "sourceCommit": "861881a2ba103e8afab679844750d0ef8aafb067",
5
+ "sourcePath": "libs/jsonforms-components/src/index.ts",
6
+ "rendererCount": 32,
7
+ "renderers": [
8
+ {
9
+ "id": "address-look-up",
10
+ "tester": "AddressLookUpTester",
11
+ "kind": "control",
12
+ "ui": {
13
+ "type": "Control",
14
+ "options": {
15
+ "required": {},
16
+ "optional": {}
17
+ }
18
+ },
19
+ "match": {
20
+ "scope": "control",
21
+ "schema": {
22
+ "type": "object",
23
+ "format": null,
24
+ "enum": null,
25
+ "requiredProperties": [
26
+ "addressLine2",
27
+ "municipality",
28
+ "addressLine1",
29
+ "subdivisionCode",
30
+ "postalCode"
31
+ ],
32
+ "exactProperties": false,
33
+ "arrayItemType": null
34
+ }
35
+ },
36
+ "rank": 4,
37
+ "supports": {
38
+ "input": true,
39
+ "review": true
40
+ },
41
+ "fallback": {
42
+ "strategy": "decompose-object",
43
+ "message": "No direct renderer match. Decompose object properties into primitive child controls or use known common schema refs."
44
+ },
45
+ "source": {
46
+ "file": "libs/jsonforms-components/src/lib/Controls/AddressLookup/AddressLookupTester.tsx"
47
+ },
48
+ "notes": [],
49
+ "inference": "auto"
50
+ },
51
+ {
52
+ "id": "categorization-pages-renderer",
53
+ "tester": "CategorizationPagesRendererTester",
54
+ "kind": "layout",
55
+ "ui": {
56
+ "type": "Categorization",
57
+ "options": {
58
+ "required": {
59
+ "variant": "pages"
60
+ },
61
+ "optional": {}
62
+ }
63
+ },
64
+ "match": {
65
+ "scope": "layout",
66
+ "schema": {
67
+ "type": null,
68
+ "format": null,
69
+ "enum": null,
70
+ "requiredProperties": [],
71
+ "exactProperties": null,
72
+ "arrayItemType": null
73
+ }
74
+ },
75
+ "rank": 2,
76
+ "supports": {
77
+ "input": true,
78
+ "review": true
79
+ },
80
+ "fallback": {
81
+ "strategy": "unsupported",
82
+ "message": "No compatible renderer match for the requested UI schema element."
83
+ },
84
+ "source": {
85
+ "file": "libs/jsonforms-components/src/lib/Controls/FormStepper/FormStepperTester.tsx"
86
+ },
87
+ "notes": [
88
+ "Requires Categorization with options.variant=pages and valid Category children."
89
+ ],
90
+ "inference": "auto"
91
+ },
92
+ {
93
+ "id": "categorization-stepper-renderer",
94
+ "tester": "CategorizationStepperRendererTester",
95
+ "kind": "layout",
96
+ "ui": {
97
+ "type": "Categorization",
98
+ "options": {
99
+ "required": {},
100
+ "optional": {
101
+ "variant": [
102
+ "stepper"
103
+ ]
104
+ }
105
+ }
106
+ },
107
+ "match": {
108
+ "scope": "layout",
109
+ "schema": {
110
+ "type": null,
111
+ "format": null,
112
+ "enum": null,
113
+ "requiredProperties": [],
114
+ "exactProperties": null,
115
+ "arrayItemType": null
116
+ }
117
+ },
118
+ "rank": 2,
119
+ "supports": {
120
+ "input": true,
121
+ "review": true
122
+ },
123
+ "fallback": {
124
+ "strategy": "unsupported",
125
+ "message": "No compatible renderer match for the requested UI schema element."
126
+ },
127
+ "source": {
128
+ "file": "libs/jsonforms-components/src/lib/Controls/FormStepper/FormStepperTester.tsx"
129
+ },
130
+ "notes": [
131
+ "Requires Categorization with valid Category children; default variant behaves as stepper."
132
+ ],
133
+ "inference": "auto"
134
+ },
135
+ {
136
+ "id": "file-uploader",
137
+ "tester": "FileUploaderTester",
138
+ "kind": "control",
139
+ "ui": {
140
+ "type": "Control",
141
+ "options": {
142
+ "required": {},
143
+ "optional": {}
144
+ }
145
+ },
146
+ "match": {
147
+ "scope": "control",
148
+ "schema": {
149
+ "type": "string",
150
+ "format": "file-urn",
151
+ "enum": null,
152
+ "requiredProperties": [],
153
+ "exactProperties": null,
154
+ "arrayItemType": null
155
+ }
156
+ },
157
+ "rank": 3,
158
+ "supports": {
159
+ "input": true,
160
+ "review": true
161
+ },
162
+ "fallback": {
163
+ "strategy": "decompose-object",
164
+ "message": "No direct renderer match. Decompose object properties into primitive child controls or use known common schema refs."
165
+ },
166
+ "source": {
167
+ "file": "libs/jsonforms-components/src/lib/Controls/FileUploader/FileUploaderTester.tsx"
168
+ },
169
+ "notes": [],
170
+ "inference": "auto"
171
+ },
172
+ {
173
+ "id": "full-name",
174
+ "tester": "FullNameTester",
175
+ "kind": "control",
176
+ "ui": {
177
+ "type": "Control",
178
+ "options": {
179
+ "required": {},
180
+ "optional": {}
181
+ }
182
+ },
183
+ "match": {
184
+ "scope": "control",
185
+ "schema": {
186
+ "type": "object",
187
+ "format": null,
188
+ "enum": null,
189
+ "requiredProperties": [
190
+ "firstName",
191
+ "middleName",
192
+ "lastName"
193
+ ],
194
+ "exactProperties": true,
195
+ "arrayItemType": null
196
+ }
197
+ },
198
+ "rank": 4,
199
+ "supports": {
200
+ "input": true,
201
+ "review": true
202
+ },
203
+ "fallback": {
204
+ "strategy": "decompose-object",
205
+ "message": "No direct renderer match. Decompose object properties into primitive child controls or use known common schema refs."
206
+ },
207
+ "source": {
208
+ "file": "libs/jsonforms-components/src/lib/Controls/FullName/FullNameTester.tsx"
209
+ },
210
+ "notes": [],
211
+ "inference": "auto"
212
+ },
213
+ {
214
+ "id": "full-name-dob",
215
+ "tester": "FullNameDobTester",
216
+ "kind": "control",
217
+ "ui": {
218
+ "type": "Control",
219
+ "options": {
220
+ "required": {},
221
+ "optional": {}
222
+ }
223
+ },
224
+ "match": {
225
+ "scope": "control",
226
+ "schema": {
227
+ "type": "object",
228
+ "format": null,
229
+ "enum": null,
230
+ "requiredProperties": [
231
+ "firstName",
232
+ "middleName",
233
+ "lastName",
234
+ "dateOfBirth"
235
+ ],
236
+ "exactProperties": true,
237
+ "arrayItemType": null
238
+ }
239
+ },
240
+ "rank": 4,
241
+ "supports": {
242
+ "input": true,
243
+ "review": true
244
+ },
245
+ "fallback": {
246
+ "strategy": "decompose-object",
247
+ "message": "No direct renderer match. Decompose object properties into primitive child controls or use known common schema refs."
248
+ },
249
+ "source": {
250
+ "file": "libs/jsonforms-components/src/lib/Controls/FullNameDOB/FullNameDobTester.tsx"
251
+ },
252
+ "notes": [],
253
+ "inference": "auto"
254
+ },
255
+ {
256
+ "id": "goa-array-control",
257
+ "tester": "GoAArrayControlTester",
258
+ "kind": "control",
259
+ "ui": {
260
+ "type": "Control",
261
+ "options": {
262
+ "required": {},
263
+ "optional": {}
264
+ }
265
+ },
266
+ "match": {
267
+ "scope": "control",
268
+ "schema": {
269
+ "type": "array",
270
+ "format": null,
271
+ "enum": null,
272
+ "requiredProperties": [],
273
+ "exactProperties": null,
274
+ "arrayItemType": "object"
275
+ }
276
+ },
277
+ "rank": 3,
278
+ "supports": {
279
+ "input": true,
280
+ "review": true
281
+ },
282
+ "fallback": {
283
+ "strategy": "decompose-object",
284
+ "message": "No direct renderer match. Decompose object properties into primitive child controls or use known common schema refs."
285
+ },
286
+ "source": {
287
+ "file": "libs/jsonforms-components/src/lib/Controls/ObjectArray/ObjectArray.tsx"
288
+ },
289
+ "notes": [],
290
+ "inference": "auto"
291
+ },
292
+ {
293
+ "id": "goa-boolean-control",
294
+ "tester": "GoABooleanControlTester",
295
+ "kind": "control",
296
+ "ui": {
297
+ "type": "Control",
298
+ "options": {
299
+ "required": {},
300
+ "optional": {}
301
+ }
302
+ },
303
+ "match": {
304
+ "scope": "control",
305
+ "schema": {
306
+ "type": "boolean",
307
+ "format": null,
308
+ "enum": null,
309
+ "requiredProperties": [],
310
+ "exactProperties": null,
311
+ "arrayItemType": null
312
+ }
313
+ },
314
+ "rank": 2,
315
+ "supports": {
316
+ "input": true,
317
+ "review": true
318
+ },
319
+ "fallback": {
320
+ "strategy": "decompose-object",
321
+ "message": "No direct renderer match. Decompose object properties into primitive child controls or use known common schema refs."
322
+ },
323
+ "source": {
324
+ "file": "libs/jsonforms-components/src/lib/Controls/Inputs/InputBooleanControl.tsx"
325
+ },
326
+ "notes": [],
327
+ "inference": "auto"
328
+ },
329
+ {
330
+ "id": "goa-boolean-radio-control",
331
+ "tester": "GoABooleanRadioControlTester",
332
+ "kind": "control",
333
+ "ui": {
334
+ "type": "Control",
335
+ "options": {
336
+ "required": {
337
+ "radio": true
338
+ },
339
+ "optional": {}
340
+ }
341
+ },
342
+ "match": {
343
+ "scope": "control",
344
+ "schema": {
345
+ "type": "boolean",
346
+ "format": null,
347
+ "enum": null,
348
+ "requiredProperties": [],
349
+ "exactProperties": null,
350
+ "arrayItemType": null
351
+ }
352
+ },
353
+ "rank": 3,
354
+ "supports": {
355
+ "input": true,
356
+ "review": true
357
+ },
358
+ "fallback": {
359
+ "strategy": "decompose-object",
360
+ "message": "No direct renderer match. Decompose object properties into primitive child controls or use known common schema refs."
361
+ },
362
+ "source": {
363
+ "file": "libs/jsonforms-components/src/lib/Controls/Inputs/InputBooleanRadioControl.tsx"
364
+ },
365
+ "notes": [],
366
+ "inference": "auto"
367
+ },
368
+ {
369
+ "id": "goa-calculation-control",
370
+ "tester": "GoACalculationControlTester",
371
+ "kind": "control",
372
+ "ui": {
373
+ "type": "Control",
374
+ "options": {
375
+ "required": {},
376
+ "optional": {}
377
+ }
378
+ },
379
+ "match": {
380
+ "scope": "control",
381
+ "schema": {
382
+ "type": "string",
383
+ "format": "computed",
384
+ "enum": null,
385
+ "requiredProperties": [],
386
+ "exactProperties": null,
387
+ "arrayItemType": null
388
+ }
389
+ },
390
+ "rank": 3,
391
+ "supports": {
392
+ "input": true,
393
+ "review": false
394
+ },
395
+ "fallback": {
396
+ "strategy": "decompose-object",
397
+ "message": "No direct renderer match. Decompose object properties into primitive child controls or use known common schema refs."
398
+ },
399
+ "source": {
400
+ "file": "libs/jsonforms-components/src/lib/Controls/Calculation/CalculationControl.tsx"
401
+ },
402
+ "notes": [],
403
+ "inference": "auto"
404
+ },
405
+ {
406
+ "id": "goa-callout-control",
407
+ "tester": "GoACalloutControlTester",
408
+ "kind": "custom",
409
+ "ui": {
410
+ "type": "Callout",
411
+ "options": {
412
+ "required": {},
413
+ "optional": {}
414
+ }
415
+ },
416
+ "match": {
417
+ "scope": "control",
418
+ "schema": {
419
+ "type": null,
420
+ "format": null,
421
+ "enum": null,
422
+ "requiredProperties": [],
423
+ "exactProperties": null,
424
+ "arrayItemType": null
425
+ }
426
+ },
427
+ "rank": 1,
428
+ "supports": {
429
+ "input": true,
430
+ "review": true
431
+ },
432
+ "fallback": {
433
+ "strategy": "unsupported",
434
+ "message": "No compatible renderer match for the requested UI schema element."
435
+ },
436
+ "source": {
437
+ "file": "libs/jsonforms-components/src/lib/Additional/GoACalloutControl.tsx"
438
+ },
439
+ "notes": [],
440
+ "inference": "auto"
441
+ },
442
+ {
443
+ "id": "goa-checkout-group-control",
444
+ "tester": "GoACheckoutGroupControlTester",
445
+ "kind": "control",
446
+ "ui": {
447
+ "type": "Control",
448
+ "options": {
449
+ "required": {
450
+ "format": "checkbox"
451
+ },
452
+ "optional": {}
453
+ }
454
+ },
455
+ "match": {
456
+ "scope": "control",
457
+ "schema": {
458
+ "type": null,
459
+ "format": null,
460
+ "enum": null,
461
+ "requiredProperties": [],
462
+ "exactProperties": null,
463
+ "arrayItemType": null
464
+ }
465
+ },
466
+ "rank": 18,
467
+ "supports": {
468
+ "input": true,
469
+ "review": true
470
+ },
471
+ "fallback": {
472
+ "strategy": "decompose-object",
473
+ "message": "No direct renderer match. Decompose object properties into primitive child controls or use known common schema refs."
474
+ },
475
+ "source": {
476
+ "file": "libs/jsonforms-components/src/lib/Controls/Inputs/InputEnumCheckboxes.tsx"
477
+ },
478
+ "notes": [],
479
+ "inference": "auto"
480
+ },
481
+ {
482
+ "id": "goa-date-control",
483
+ "tester": "GoADateControlTester",
484
+ "kind": "control",
485
+ "ui": {
486
+ "type": "Control",
487
+ "options": {
488
+ "required": {},
489
+ "optional": {}
490
+ }
491
+ },
492
+ "match": {
493
+ "scope": "control",
494
+ "schema": {
495
+ "type": null,
496
+ "format": "date",
497
+ "enum": null,
498
+ "requiredProperties": [],
499
+ "exactProperties": null,
500
+ "arrayItemType": null
501
+ }
502
+ },
503
+ "rank": 4,
504
+ "supports": {
505
+ "input": true,
506
+ "review": true
507
+ },
508
+ "fallback": {
509
+ "strategy": "decompose-object",
510
+ "message": "No direct renderer match. Decompose object properties into primitive child controls or use known common schema refs."
511
+ },
512
+ "source": {
513
+ "file": "libs/jsonforms-components/src/lib/Controls/Inputs/InputDateControl.tsx"
514
+ },
515
+ "notes": [],
516
+ "inference": "auto"
517
+ },
518
+ {
519
+ "id": "goa-date-time-control",
520
+ "tester": "GoADateTimeControlTester",
521
+ "kind": "control",
522
+ "ui": {
523
+ "type": "Control",
524
+ "options": {
525
+ "required": {},
526
+ "optional": {}
527
+ }
528
+ },
529
+ "match": {
530
+ "scope": "control",
531
+ "schema": {
532
+ "type": null,
533
+ "format": "date-time",
534
+ "enum": null,
535
+ "requiredProperties": [],
536
+ "exactProperties": null,
537
+ "arrayItemType": null
538
+ }
539
+ },
540
+ "rank": 2,
541
+ "supports": {
542
+ "input": true,
543
+ "review": true
544
+ },
545
+ "fallback": {
546
+ "strategy": "decompose-object",
547
+ "message": "No direct renderer match. Decompose object properties into primitive child controls or use known common schema refs."
548
+ },
549
+ "source": {
550
+ "file": "libs/jsonforms-components/src/lib/Controls/Inputs/InputDateTimeControl.tsx"
551
+ },
552
+ "notes": [],
553
+ "inference": "auto"
554
+ },
555
+ {
556
+ "id": "goa-email-control",
557
+ "tester": "GoAEmailControlTester",
558
+ "kind": "control",
559
+ "ui": {
560
+ "type": "Control",
561
+ "options": {
562
+ "required": {},
563
+ "optional": {}
564
+ }
565
+ },
566
+ "match": {
567
+ "scope": "control",
568
+ "schema": {
569
+ "type": "string",
570
+ "format": "email",
571
+ "enum": null,
572
+ "requiredProperties": [],
573
+ "exactProperties": null,
574
+ "arrayItemType": null
575
+ }
576
+ },
577
+ "rank": 4,
578
+ "supports": {
579
+ "input": true,
580
+ "review": false
581
+ },
582
+ "fallback": {
583
+ "strategy": "decompose-object",
584
+ "message": "No direct renderer match. Decompose object properties into primitive child controls or use known common schema refs."
585
+ },
586
+ "source": {
587
+ "file": "libs/jsonforms-components/src/lib/Controls/Inputs/InputEmailControl.tsx"
588
+ },
589
+ "notes": [],
590
+ "inference": "auto"
591
+ },
592
+ {
593
+ "id": "goa-enum-control",
594
+ "tester": "GoAEnumControlTester",
595
+ "kind": "control",
596
+ "ui": {
597
+ "type": "Control",
598
+ "options": {
599
+ "required": {},
600
+ "optional": {
601
+ "format": [
602
+ "enum"
603
+ ]
604
+ }
605
+ }
606
+ },
607
+ "match": {
608
+ "scope": "control",
609
+ "schema": {
610
+ "type": null,
611
+ "format": null,
612
+ "enum": true,
613
+ "requiredProperties": [],
614
+ "exactProperties": null,
615
+ "arrayItemType": null
616
+ }
617
+ },
618
+ "rank": 4,
619
+ "supports": {
620
+ "input": true,
621
+ "review": true
622
+ },
623
+ "fallback": {
624
+ "strategy": "decompose-object",
625
+ "message": "No direct renderer match. Decompose object properties into primitive child controls or use known common schema refs."
626
+ },
627
+ "source": {
628
+ "file": "libs/jsonforms-components/src/lib/Controls/Inputs/InputEnum.tsx"
629
+ },
630
+ "notes": [
631
+ "Matches standard enum controls and object-backed enum configuration when options.format=enum."
632
+ ],
633
+ "inference": "auto"
634
+ },
635
+ {
636
+ "id": "goa-error-control",
637
+ "tester": "GoAErrorControlTester",
638
+ "kind": "control",
639
+ "ui": {
640
+ "type": "Control",
641
+ "options": {
642
+ "required": {},
643
+ "optional": {}
644
+ }
645
+ },
646
+ "match": {
647
+ "scope": "control",
648
+ "schema": {
649
+ "type": null,
650
+ "format": null,
651
+ "enum": null,
652
+ "requiredProperties": [],
653
+ "exactProperties": null,
654
+ "arrayItemType": null
655
+ }
656
+ },
657
+ "rank": 1000,
658
+ "supports": {
659
+ "input": true,
660
+ "review": false
661
+ },
662
+ "fallback": {
663
+ "strategy": "decompose-object",
664
+ "message": "No direct renderer match. Decompose object properties into primitive child controls or use known common schema refs."
665
+ },
666
+ "source": {
667
+ "file": "libs/jsonforms-components/src/lib/ErrorHandling/GoAErrorControl.tsx"
668
+ },
669
+ "notes": [
670
+ "Error renderer displayed when configuration is invalid. Should not be suggested as a valid renderer option."
671
+ ],
672
+ "inference": "manual-required",
673
+ "internal": true
674
+ },
675
+ {
676
+ "id": "goa-group-layout",
677
+ "tester": "GoAGroupLayoutTester",
678
+ "kind": "layout",
679
+ "ui": {
680
+ "type": "Group",
681
+ "options": {
682
+ "required": {},
683
+ "optional": {}
684
+ }
685
+ },
686
+ "match": {
687
+ "scope": "layout",
688
+ "schema": {
689
+ "type": null,
690
+ "format": null,
691
+ "enum": null,
692
+ "requiredProperties": [],
693
+ "exactProperties": null,
694
+ "arrayItemType": null
695
+ }
696
+ },
697
+ "rank": 1,
698
+ "supports": {
699
+ "input": true,
700
+ "review": false
701
+ },
702
+ "fallback": {
703
+ "strategy": "unsupported",
704
+ "message": "No compatible renderer match for the requested UI schema element."
705
+ },
706
+ "source": {
707
+ "file": "libs/jsonforms-components/src/lib/layouts/GroupControl.tsx"
708
+ },
709
+ "notes": [],
710
+ "inference": "auto"
711
+ },
712
+ {
713
+ "id": "goa-group-review-layout",
714
+ "tester": "GoAGroupReviewLayoutTester",
715
+ "kind": "layout",
716
+ "ui": {
717
+ "type": "Group",
718
+ "options": {
719
+ "required": {},
720
+ "optional": {}
721
+ }
722
+ },
723
+ "match": {
724
+ "scope": "layout",
725
+ "schema": {
726
+ "type": null,
727
+ "format": null,
728
+ "enum": null,
729
+ "requiredProperties": [],
730
+ "exactProperties": null,
731
+ "arrayItemType": null
732
+ }
733
+ },
734
+ "rank": 1,
735
+ "supports": {
736
+ "input": false,
737
+ "review": true
738
+ },
739
+ "fallback": {
740
+ "strategy": "unsupported",
741
+ "message": "No compatible renderer match for the requested UI schema element."
742
+ },
743
+ "source": {
744
+ "file": "libs/jsonforms-components/src/lib/layouts/GroupReviewControl.tsx"
745
+ },
746
+ "notes": [],
747
+ "inference": "auto"
748
+ },
749
+ {
750
+ "id": "goa-horizontal-layout",
751
+ "tester": "GoAHorizontalLayoutTester",
752
+ "kind": "layout",
753
+ "ui": {
754
+ "type": "HorizontalLayout",
755
+ "options": {
756
+ "required": {},
757
+ "optional": {}
758
+ }
759
+ },
760
+ "match": {
761
+ "scope": "layout",
762
+ "schema": {
763
+ "type": null,
764
+ "format": null,
765
+ "enum": null,
766
+ "requiredProperties": [],
767
+ "exactProperties": null,
768
+ "arrayItemType": null
769
+ }
770
+ },
771
+ "rank": 2,
772
+ "supports": {
773
+ "input": true,
774
+ "review": true
775
+ },
776
+ "fallback": {
777
+ "strategy": "unsupported",
778
+ "message": "No compatible renderer match for the requested UI schema element."
779
+ },
780
+ "source": {
781
+ "file": "libs/jsonforms-components/src/lib/layouts/HorizontalLayoutControl.tsx"
782
+ },
783
+ "notes": [],
784
+ "inference": "auto"
785
+ },
786
+ {
787
+ "id": "goa-integer-control",
788
+ "tester": "GoAIntegerControlTester",
789
+ "kind": "control",
790
+ "ui": {
791
+ "type": "Control",
792
+ "options": {
793
+ "required": {},
794
+ "optional": {}
795
+ }
796
+ },
797
+ "match": {
798
+ "scope": "control",
799
+ "schema": {
800
+ "type": "integer",
801
+ "format": null,
802
+ "enum": null,
803
+ "requiredProperties": [],
804
+ "exactProperties": null,
805
+ "arrayItemType": null
806
+ }
807
+ },
808
+ "rank": 2,
809
+ "supports": {
810
+ "input": true,
811
+ "review": true
812
+ },
813
+ "fallback": {
814
+ "strategy": "decompose-object",
815
+ "message": "No direct renderer match. Decompose object properties into primitive child controls or use known common schema refs."
816
+ },
817
+ "source": {
818
+ "file": "libs/jsonforms-components/src/lib/Controls/Inputs/InputIntegerControl.tsx"
819
+ },
820
+ "notes": [],
821
+ "inference": "auto"
822
+ },
823
+ {
824
+ "id": "goa-list-with-details",
825
+ "tester": "GoAListWithDetailsTester",
826
+ "kind": "custom",
827
+ "ui": {
828
+ "type": "ListWithDetail",
829
+ "options": {
830
+ "required": {},
831
+ "optional": {}
832
+ }
833
+ },
834
+ "match": {
835
+ "scope": "control",
836
+ "schema": {
837
+ "type": null,
838
+ "format": null,
839
+ "enum": null,
840
+ "requiredProperties": [],
841
+ "exactProperties": null,
842
+ "arrayItemType": null
843
+ }
844
+ },
845
+ "rank": 3,
846
+ "supports": {
847
+ "input": true,
848
+ "review": true
849
+ },
850
+ "fallback": {
851
+ "strategy": "unsupported",
852
+ "message": "No compatible renderer match for the requested UI schema element."
853
+ },
854
+ "source": {
855
+ "file": "libs/jsonforms-components/src/lib/Controls/ObjectArray/listWithDetails.tsx"
856
+ },
857
+ "notes": [
858
+ "Custom UI schema type used for array item detail views."
859
+ ],
860
+ "inference": "auto"
861
+ },
862
+ {
863
+ "id": "goa-number-control",
864
+ "tester": "GoANumberControlTester",
865
+ "kind": "control",
866
+ "ui": {
867
+ "type": "Control",
868
+ "options": {
869
+ "required": {},
870
+ "optional": {}
871
+ }
872
+ },
873
+ "match": {
874
+ "scope": "control",
875
+ "schema": {
876
+ "type": "number",
877
+ "format": null,
878
+ "enum": null,
879
+ "requiredProperties": [],
880
+ "exactProperties": null,
881
+ "arrayItemType": null
882
+ }
883
+ },
884
+ "rank": 2,
885
+ "supports": {
886
+ "input": true,
887
+ "review": true
888
+ },
889
+ "fallback": {
890
+ "strategy": "decompose-object",
891
+ "message": "No direct renderer match. Decompose object properties into primitive child controls or use known common schema refs."
892
+ },
893
+ "source": {
894
+ "file": "libs/jsonforms-components/src/lib/Controls/Inputs/InputNumberControl.tsx"
895
+ },
896
+ "notes": [],
897
+ "inference": "auto"
898
+ },
899
+ {
900
+ "id": "goa-primitive-array",
901
+ "tester": "GoAPrimitiveArrayTester",
902
+ "kind": "control",
903
+ "ui": {
904
+ "type": "Control",
905
+ "options": {
906
+ "required": {},
907
+ "optional": {}
908
+ }
909
+ },
910
+ "match": {
911
+ "scope": "control",
912
+ "schema": {
913
+ "type": "array",
914
+ "format": null,
915
+ "enum": null,
916
+ "requiredProperties": [],
917
+ "exactProperties": null,
918
+ "arrayItemType": "primitive"
919
+ }
920
+ },
921
+ "rank": 2,
922
+ "supports": {
923
+ "input": true,
924
+ "review": false
925
+ },
926
+ "fallback": {
927
+ "strategy": "decompose-object",
928
+ "message": "No direct renderer match. Decompose object properties into primitive child controls or use known common schema refs."
929
+ },
930
+ "source": {
931
+ "file": "libs/jsonforms-components/src/lib/Controls/ObjectArray/ObjectArray.tsx"
932
+ },
933
+ "notes": [],
934
+ "inference": "auto"
935
+ },
936
+ {
937
+ "id": "goa-radio-group-control",
938
+ "tester": "GoARadioGroupControlTester",
939
+ "kind": "control",
940
+ "ui": {
941
+ "type": "Control",
942
+ "options": {
943
+ "required": {
944
+ "format": "radio"
945
+ },
946
+ "optional": {}
947
+ }
948
+ },
949
+ "match": {
950
+ "scope": "control",
951
+ "schema": {
952
+ "type": null,
953
+ "format": null,
954
+ "enum": true,
955
+ "requiredProperties": [],
956
+ "exactProperties": null,
957
+ "arrayItemType": null
958
+ }
959
+ },
960
+ "rank": 20,
961
+ "supports": {
962
+ "input": true,
963
+ "review": true
964
+ },
965
+ "fallback": {
966
+ "strategy": "decompose-object",
967
+ "message": "No direct renderer match. Decompose object properties into primitive child controls or use known common schema refs."
968
+ },
969
+ "source": {
970
+ "file": "libs/jsonforms-components/src/lib/Controls/Inputs/InputEnumRadios.tsx"
971
+ },
972
+ "notes": [],
973
+ "inference": "auto"
974
+ },
975
+ {
976
+ "id": "goa-text-control",
977
+ "tester": "GoATextControlTester",
978
+ "kind": "control",
979
+ "ui": {
980
+ "type": "Control",
981
+ "options": {
982
+ "required": {},
983
+ "optional": {}
984
+ }
985
+ },
986
+ "match": {
987
+ "scope": "control",
988
+ "schema": {
989
+ "type": "string",
990
+ "format": null,
991
+ "enum": null,
992
+ "requiredProperties": [],
993
+ "exactProperties": null,
994
+ "arrayItemType": null
995
+ }
996
+ },
997
+ "rank": 1,
998
+ "supports": {
999
+ "input": true,
1000
+ "review": true
1001
+ },
1002
+ "fallback": {
1003
+ "strategy": "decompose-object",
1004
+ "message": "No direct renderer match. Decompose object properties into primitive child controls or use known common schema refs."
1005
+ },
1006
+ "source": {
1007
+ "file": "libs/jsonforms-components/src/lib/Controls/Inputs/InputTextControl.tsx"
1008
+ },
1009
+ "notes": [],
1010
+ "inference": "auto"
1011
+ },
1012
+ {
1013
+ "id": "goa-time-control",
1014
+ "tester": "GoATimeControlTester",
1015
+ "kind": "control",
1016
+ "ui": {
1017
+ "type": "Control",
1018
+ "options": {
1019
+ "required": {},
1020
+ "optional": {}
1021
+ }
1022
+ },
1023
+ "match": {
1024
+ "scope": "control",
1025
+ "schema": {
1026
+ "type": null,
1027
+ "format": "time",
1028
+ "enum": null,
1029
+ "requiredProperties": [],
1030
+ "exactProperties": null,
1031
+ "arrayItemType": null
1032
+ }
1033
+ },
1034
+ "rank": 4,
1035
+ "supports": {
1036
+ "input": true,
1037
+ "review": true
1038
+ },
1039
+ "fallback": {
1040
+ "strategy": "decompose-object",
1041
+ "message": "No direct renderer match. Decompose object properties into primitive child controls or use known common schema refs."
1042
+ },
1043
+ "source": {
1044
+ "file": "libs/jsonforms-components/src/lib/Controls/Inputs/InputTimeControl.tsx"
1045
+ },
1046
+ "notes": [],
1047
+ "inference": "auto"
1048
+ },
1049
+ {
1050
+ "id": "goal-vertical-layout",
1051
+ "tester": "GoAlVerticalLayoutTester",
1052
+ "kind": "layout",
1053
+ "ui": {
1054
+ "type": "VerticalLayout",
1055
+ "options": {
1056
+ "required": {},
1057
+ "optional": {}
1058
+ }
1059
+ },
1060
+ "match": {
1061
+ "scope": "layout",
1062
+ "schema": {
1063
+ "type": null,
1064
+ "format": null,
1065
+ "enum": null,
1066
+ "requiredProperties": [],
1067
+ "exactProperties": null,
1068
+ "arrayItemType": null
1069
+ }
1070
+ },
1071
+ "rank": 1,
1072
+ "supports": {
1073
+ "input": true,
1074
+ "review": true
1075
+ },
1076
+ "fallback": {
1077
+ "strategy": "unsupported",
1078
+ "message": "No compatible renderer match for the requested UI schema element."
1079
+ },
1080
+ "source": {
1081
+ "file": "libs/jsonforms-components/src/lib/layouts/VerticalLayoutControl.tsx"
1082
+ },
1083
+ "notes": [],
1084
+ "inference": "auto"
1085
+ },
1086
+ {
1087
+ "id": "help-content",
1088
+ "tester": "HelpContentTester",
1089
+ "kind": "custom",
1090
+ "ui": {
1091
+ "type": "HelpContent",
1092
+ "options": {
1093
+ "required": {},
1094
+ "optional": {}
1095
+ }
1096
+ },
1097
+ "match": {
1098
+ "scope": "control",
1099
+ "schema": {
1100
+ "type": null,
1101
+ "format": null,
1102
+ "enum": null,
1103
+ "requiredProperties": [],
1104
+ "exactProperties": null,
1105
+ "arrayItemType": null
1106
+ }
1107
+ },
1108
+ "rank": 5,
1109
+ "supports": {
1110
+ "input": true,
1111
+ "review": true
1112
+ },
1113
+ "fallback": {
1114
+ "strategy": "unsupported",
1115
+ "message": "No compatible renderer match for the requested UI schema element."
1116
+ },
1117
+ "source": {
1118
+ "file": "libs/jsonforms-components/src/lib/Additional/HelpContent.tsx"
1119
+ },
1120
+ "notes": [],
1121
+ "inference": "auto"
1122
+ },
1123
+ {
1124
+ "id": "multi-line-text-control",
1125
+ "tester": "MultiLineTextControlTester",
1126
+ "kind": "control",
1127
+ "ui": {
1128
+ "type": "Control",
1129
+ "options": {
1130
+ "required": {
1131
+ "multi": true
1132
+ },
1133
+ "optional": {}
1134
+ }
1135
+ },
1136
+ "match": {
1137
+ "scope": "control",
1138
+ "schema": {
1139
+ "type": "string",
1140
+ "format": null,
1141
+ "enum": null,
1142
+ "requiredProperties": [],
1143
+ "exactProperties": null,
1144
+ "arrayItemType": null
1145
+ }
1146
+ },
1147
+ "rank": 3,
1148
+ "supports": {
1149
+ "input": true,
1150
+ "review": true
1151
+ },
1152
+ "fallback": {
1153
+ "strategy": "decompose-object",
1154
+ "message": "No direct renderer match. Decompose object properties into primitive child controls or use known common schema refs."
1155
+ },
1156
+ "source": {
1157
+ "file": "libs/jsonforms-components/src/lib/Controls/Inputs/InputMultiLineTextControl.tsx"
1158
+ },
1159
+ "notes": [],
1160
+ "inference": "auto"
1161
+ },
1162
+ {
1163
+ "id": "phone-number",
1164
+ "tester": "PhoneNumberTester",
1165
+ "kind": "control",
1166
+ "ui": {
1167
+ "type": "Control",
1168
+ "options": {
1169
+ "required": {},
1170
+ "optional": {}
1171
+ }
1172
+ },
1173
+ "match": {
1174
+ "scope": "control",
1175
+ "schema": {
1176
+ "type": "object",
1177
+ "format": null,
1178
+ "enum": null,
1179
+ "requiredProperties": [
1180
+ "phoneNumber"
1181
+ ],
1182
+ "exactProperties": false,
1183
+ "arrayItemType": null
1184
+ }
1185
+ },
1186
+ "rank": 3,
1187
+ "supports": {
1188
+ "input": true,
1189
+ "review": true
1190
+ },
1191
+ "fallback": {
1192
+ "strategy": "decompose-object",
1193
+ "message": "No direct renderer match. Decompose object properties into primitive child controls or use known common schema refs."
1194
+ },
1195
+ "source": {
1196
+ "file": "libs/jsonforms-components/src/lib/Controls/PhoneNumber/PhoneNumberTester.tsx"
1197
+ },
1198
+ "notes": [],
1199
+ "inference": "auto"
1200
+ },
1201
+ {
1202
+ "id": "phone-number-with-type",
1203
+ "tester": "PhoneNumberWithTypeTester",
1204
+ "kind": "control",
1205
+ "ui": {
1206
+ "type": "Control",
1207
+ "options": {
1208
+ "required": {},
1209
+ "optional": {}
1210
+ }
1211
+ },
1212
+ "match": {
1213
+ "scope": "control",
1214
+ "schema": {
1215
+ "type": "object",
1216
+ "format": null,
1217
+ "enum": null,
1218
+ "requiredProperties": [
1219
+ "number",
1220
+ "type"
1221
+ ],
1222
+ "exactProperties": true,
1223
+ "arrayItemType": null
1224
+ }
1225
+ },
1226
+ "rank": 4,
1227
+ "supports": {
1228
+ "input": true,
1229
+ "review": true
1230
+ },
1231
+ "fallback": {
1232
+ "strategy": "decompose-object",
1233
+ "message": "No direct renderer match. Decompose object properties into primitive child controls or use known common schema refs."
1234
+ },
1235
+ "source": {
1236
+ "file": "libs/jsonforms-components/src/lib/Controls/PhoneNumber/PhoneNumberTypeTester.tsx"
1237
+ },
1238
+ "notes": [],
1239
+ "inference": "auto"
1240
+ }
1241
+ ]
1242
+ }
@@ -7,6 +7,7 @@ export interface RegisterConfig {
7
7
  urn?: string;
8
8
  url?: string;
9
9
  name?: string;
10
+ description?: string;
10
11
  env?: string;
11
12
  token?: string;
12
13
  responsePrefixPath?: string;