@genesislcap/foundation-forms 14.488.1 → 14.488.2-FUI-2571.3
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 +1381 -721
- package/dist/dts/form.d.ts +77 -0
- package/dist/dts/form.d.ts.map +1 -1
- package/dist/dts/form.styles.d.ts.map +1 -1
- package/dist/dts/form.template.d.ts.map +1 -1
- package/dist/dts/index.d.ts +3 -0
- package/dist/dts/index.d.ts.map +1 -1
- package/dist/dts/jsonforms/renderers/CategorizationWrapperRenderer.d.ts.map +1 -1
- package/dist/dts/react.d.ts +10 -0
- package/dist/dts/review.d.ts +34 -0
- package/dist/dts/review.d.ts.map +1 -0
- package/dist/dts/review.styles.d.ts +3 -0
- package/dist/dts/review.styles.d.ts.map +1 -0
- package/dist/dts/review.template.d.ts +6 -0
- package/dist/dts/review.template.d.ts.map +1 -0
- package/dist/dts/utils/index.d.ts +1 -0
- package/dist/dts/utils/index.d.ts.map +1 -1
- package/dist/dts/utils/review-utils.d.ts +73 -0
- package/dist/dts/utils/review-utils.d.ts.map +1 -0
- package/dist/dts/utils/schema-utils.d.ts +12 -0
- package/dist/dts/utils/schema-utils.d.ts.map +1 -1
- package/dist/esm/form.js +120 -1
- package/dist/esm/form.styles.js +9 -2
- package/dist/esm/form.template.js +58 -24
- package/dist/esm/index.js +3 -0
- package/dist/esm/jsonforms/renderers/CategorizationWrapperRenderer.js +1 -45
- package/dist/esm/review.js +63 -0
- package/dist/esm/review.styles.js +93 -0
- package/dist/esm/review.template.js +38 -0
- package/dist/esm/utils/index.js +1 -0
- package/dist/esm/utils/review-utils.js +269 -0
- package/dist/esm/utils/schema-utils.js +48 -0
- package/dist/foundation-forms.api.json +1229 -114
- package/dist/foundation-forms.d.ts +200 -0
- package/dist/react.cjs +7 -0
- package/dist/react.mjs +6 -0
- package/package.json +15 -15
|
@@ -216,6 +216,198 @@
|
|
|
216
216
|
"endIndex": 6
|
|
217
217
|
}
|
|
218
218
|
},
|
|
219
|
+
{
|
|
220
|
+
"kind": "Function",
|
|
221
|
+
"canonicalReference": "@genesislcap/foundation-forms!buildReviewFields:function(1)",
|
|
222
|
+
"docComment": "/**\n * Flattens `buildReviewSections` output into a single ordered list. Section titles are prepended to field labels as \"Title — Field\".\n */\n",
|
|
223
|
+
"excerptTokens": [
|
|
224
|
+
{
|
|
225
|
+
"kind": "Content",
|
|
226
|
+
"text": "export declare function buildReviewFields(data: "
|
|
227
|
+
},
|
|
228
|
+
{
|
|
229
|
+
"kind": "Reference",
|
|
230
|
+
"text": "Record",
|
|
231
|
+
"canonicalReference": "!Record:type"
|
|
232
|
+
},
|
|
233
|
+
{
|
|
234
|
+
"kind": "Content",
|
|
235
|
+
"text": "<string, any>"
|
|
236
|
+
},
|
|
237
|
+
{
|
|
238
|
+
"kind": "Content",
|
|
239
|
+
"text": ", uiSchema: "
|
|
240
|
+
},
|
|
241
|
+
{
|
|
242
|
+
"kind": "Content",
|
|
243
|
+
"text": "any"
|
|
244
|
+
},
|
|
245
|
+
{
|
|
246
|
+
"kind": "Content",
|
|
247
|
+
"text": ", schema: "
|
|
248
|
+
},
|
|
249
|
+
{
|
|
250
|
+
"kind": "Content",
|
|
251
|
+
"text": "any"
|
|
252
|
+
},
|
|
253
|
+
{
|
|
254
|
+
"kind": "Content",
|
|
255
|
+
"text": "): "
|
|
256
|
+
},
|
|
257
|
+
{
|
|
258
|
+
"kind": "Reference",
|
|
259
|
+
"text": "Promise",
|
|
260
|
+
"canonicalReference": "!Promise:interface"
|
|
261
|
+
},
|
|
262
|
+
{
|
|
263
|
+
"kind": "Content",
|
|
264
|
+
"text": "<"
|
|
265
|
+
},
|
|
266
|
+
{
|
|
267
|
+
"kind": "Reference",
|
|
268
|
+
"text": "ReviewField",
|
|
269
|
+
"canonicalReference": "@genesislcap/foundation-forms!ReviewField:type"
|
|
270
|
+
},
|
|
271
|
+
{
|
|
272
|
+
"kind": "Content",
|
|
273
|
+
"text": "[]>"
|
|
274
|
+
},
|
|
275
|
+
{
|
|
276
|
+
"kind": "Content",
|
|
277
|
+
"text": ";"
|
|
278
|
+
}
|
|
279
|
+
],
|
|
280
|
+
"fileUrlPath": "src/utils/review-utils.ts",
|
|
281
|
+
"returnTypeTokenRange": {
|
|
282
|
+
"startIndex": 8,
|
|
283
|
+
"endIndex": 12
|
|
284
|
+
},
|
|
285
|
+
"releaseTag": "Public",
|
|
286
|
+
"overloadIndex": 1,
|
|
287
|
+
"parameters": [
|
|
288
|
+
{
|
|
289
|
+
"parameterName": "data",
|
|
290
|
+
"parameterTypeTokenRange": {
|
|
291
|
+
"startIndex": 1,
|
|
292
|
+
"endIndex": 3
|
|
293
|
+
},
|
|
294
|
+
"isOptional": false
|
|
295
|
+
},
|
|
296
|
+
{
|
|
297
|
+
"parameterName": "uiSchema",
|
|
298
|
+
"parameterTypeTokenRange": {
|
|
299
|
+
"startIndex": 4,
|
|
300
|
+
"endIndex": 5
|
|
301
|
+
},
|
|
302
|
+
"isOptional": false
|
|
303
|
+
},
|
|
304
|
+
{
|
|
305
|
+
"parameterName": "schema",
|
|
306
|
+
"parameterTypeTokenRange": {
|
|
307
|
+
"startIndex": 6,
|
|
308
|
+
"endIndex": 7
|
|
309
|
+
},
|
|
310
|
+
"isOptional": false
|
|
311
|
+
}
|
|
312
|
+
],
|
|
313
|
+
"name": "buildReviewFields"
|
|
314
|
+
},
|
|
315
|
+
{
|
|
316
|
+
"kind": "Function",
|
|
317
|
+
"canonicalReference": "@genesislcap/foundation-forms!buildReviewSections:function(1)",
|
|
318
|
+
"docComment": "/**\n * Builds the review panel's fields grouped into sections by their nearest `Group` layout. Ungrouped fields are collected into a single section with a `null` title (rendered with a placeholder heading). Falls back to a flat, single ungrouped section when no UI schema is available.\n *\n * Async because connected-select fields backed by `options.allOptionsResourceName` (rather than a static `options.data`) resolve their display label with a criteria-filtered fetch — see `resolveResourceOptionLabel`. The UI schema is walked synchronously to collect one value-resolution promise per field (preserving encounter order), then all promises settle in parallel via `Promise.all` before fields are added to their sections — so a slow fetch for one field can't reorder fields that resolved faster.\n */\n",
|
|
319
|
+
"excerptTokens": [
|
|
320
|
+
{
|
|
321
|
+
"kind": "Content",
|
|
322
|
+
"text": "export declare function buildReviewSections(data: "
|
|
323
|
+
},
|
|
324
|
+
{
|
|
325
|
+
"kind": "Reference",
|
|
326
|
+
"text": "Record",
|
|
327
|
+
"canonicalReference": "!Record:type"
|
|
328
|
+
},
|
|
329
|
+
{
|
|
330
|
+
"kind": "Content",
|
|
331
|
+
"text": "<string, any>"
|
|
332
|
+
},
|
|
333
|
+
{
|
|
334
|
+
"kind": "Content",
|
|
335
|
+
"text": ", uiSchema: "
|
|
336
|
+
},
|
|
337
|
+
{
|
|
338
|
+
"kind": "Content",
|
|
339
|
+
"text": "any"
|
|
340
|
+
},
|
|
341
|
+
{
|
|
342
|
+
"kind": "Content",
|
|
343
|
+
"text": ", schema: "
|
|
344
|
+
},
|
|
345
|
+
{
|
|
346
|
+
"kind": "Content",
|
|
347
|
+
"text": "any"
|
|
348
|
+
},
|
|
349
|
+
{
|
|
350
|
+
"kind": "Content",
|
|
351
|
+
"text": "): "
|
|
352
|
+
},
|
|
353
|
+
{
|
|
354
|
+
"kind": "Reference",
|
|
355
|
+
"text": "Promise",
|
|
356
|
+
"canonicalReference": "!Promise:interface"
|
|
357
|
+
},
|
|
358
|
+
{
|
|
359
|
+
"kind": "Content",
|
|
360
|
+
"text": "<"
|
|
361
|
+
},
|
|
362
|
+
{
|
|
363
|
+
"kind": "Reference",
|
|
364
|
+
"text": "ReviewSection",
|
|
365
|
+
"canonicalReference": "@genesislcap/foundation-forms!ReviewSection:type"
|
|
366
|
+
},
|
|
367
|
+
{
|
|
368
|
+
"kind": "Content",
|
|
369
|
+
"text": "[]>"
|
|
370
|
+
},
|
|
371
|
+
{
|
|
372
|
+
"kind": "Content",
|
|
373
|
+
"text": ";"
|
|
374
|
+
}
|
|
375
|
+
],
|
|
376
|
+
"fileUrlPath": "src/utils/review-utils.ts",
|
|
377
|
+
"returnTypeTokenRange": {
|
|
378
|
+
"startIndex": 8,
|
|
379
|
+
"endIndex": 12
|
|
380
|
+
},
|
|
381
|
+
"releaseTag": "Public",
|
|
382
|
+
"overloadIndex": 1,
|
|
383
|
+
"parameters": [
|
|
384
|
+
{
|
|
385
|
+
"parameterName": "data",
|
|
386
|
+
"parameterTypeTokenRange": {
|
|
387
|
+
"startIndex": 1,
|
|
388
|
+
"endIndex": 3
|
|
389
|
+
},
|
|
390
|
+
"isOptional": false
|
|
391
|
+
},
|
|
392
|
+
{
|
|
393
|
+
"parameterName": "uiSchema",
|
|
394
|
+
"parameterTypeTokenRange": {
|
|
395
|
+
"startIndex": 4,
|
|
396
|
+
"endIndex": 5
|
|
397
|
+
},
|
|
398
|
+
"isOptional": false
|
|
399
|
+
},
|
|
400
|
+
{
|
|
401
|
+
"parameterName": "schema",
|
|
402
|
+
"parameterTypeTokenRange": {
|
|
403
|
+
"startIndex": 6,
|
|
404
|
+
"endIndex": 7
|
|
405
|
+
},
|
|
406
|
+
"isOptional": false
|
|
407
|
+
}
|
|
408
|
+
],
|
|
409
|
+
"name": "buildReviewSections"
|
|
410
|
+
},
|
|
219
411
|
{
|
|
220
412
|
"kind": "TypeAlias",
|
|
221
413
|
"canonicalReference": "@genesislcap/foundation-forms!BulkRowStatus:type",
|
|
@@ -519,102 +711,216 @@
|
|
|
519
711
|
}
|
|
520
712
|
},
|
|
521
713
|
{
|
|
522
|
-
"kind": "
|
|
523
|
-
"canonicalReference": "@genesislcap/foundation-forms!
|
|
524
|
-
"docComment": "/**\n *
|
|
714
|
+
"kind": "Function",
|
|
715
|
+
"canonicalReference": "@genesislcap/foundation-forms!collectReviewFields:function(1)",
|
|
716
|
+
"docComment": "/**\n * Recursively walks a UI schema element, collecting visible Control fields into `out`. Passes the nearest Group label down so children are labelled \"Group — Field\".\n */\n",
|
|
525
717
|
"excerptTokens": [
|
|
526
718
|
{
|
|
527
719
|
"kind": "Content",
|
|
528
|
-
"text": "export
|
|
720
|
+
"text": "export declare function collectReviewFields(element: "
|
|
529
721
|
},
|
|
530
722
|
{
|
|
531
723
|
"kind": "Content",
|
|
532
|
-
"text": "
|
|
724
|
+
"text": "any"
|
|
533
725
|
},
|
|
534
726
|
{
|
|
535
|
-
"kind": "
|
|
536
|
-
"text": "
|
|
537
|
-
"canonicalReference": "@genesislcap/foundation-comms!DatasourceOptions:interface"
|
|
727
|
+
"kind": "Content",
|
|
728
|
+
"text": ", data: "
|
|
538
729
|
},
|
|
539
730
|
{
|
|
540
731
|
"kind": "Content",
|
|
541
|
-
"text": "
|
|
732
|
+
"text": "any"
|
|
733
|
+
},
|
|
734
|
+
{
|
|
735
|
+
"kind": "Content",
|
|
736
|
+
"text": ", out: "
|
|
542
737
|
},
|
|
543
738
|
{
|
|
544
739
|
"kind": "Reference",
|
|
545
|
-
"text": "
|
|
546
|
-
"canonicalReference": "@genesislcap/foundation-
|
|
740
|
+
"text": "ReviewField",
|
|
741
|
+
"canonicalReference": "@genesislcap/foundation-forms!ReviewField:type"
|
|
547
742
|
},
|
|
548
743
|
{
|
|
549
744
|
"kind": "Content",
|
|
550
|
-
"text": "
|
|
745
|
+
"text": "[]"
|
|
551
746
|
},
|
|
552
747
|
{
|
|
553
748
|
"kind": "Content",
|
|
554
|
-
"text": "
|
|
555
|
-
}
|
|
556
|
-
],
|
|
557
|
-
"fileUrlPath": "src/types.ts",
|
|
558
|
-
"releaseTag": "Public",
|
|
559
|
-
"name": "ConnectedRenderersOptions",
|
|
560
|
-
"typeTokenRange": {
|
|
561
|
-
"startIndex": 1,
|
|
562
|
-
"endIndex": 6
|
|
563
|
-
}
|
|
564
|
-
},
|
|
565
|
-
{
|
|
566
|
-
"kind": "Class",
|
|
567
|
-
"canonicalReference": "@genesislcap/foundation-forms!ControlWrapper:class",
|
|
568
|
-
"docComment": "/**\n * @deprecated\n *\n * Use `controlWrapperTemplate` instead. The `<control-wrapper>` custom element will be removed in a future major version. Migrate to the light-DOM `controlWrapperTemplate` function which renders inline within the parent renderer's template.\n */\n",
|
|
569
|
-
"excerptTokens": [
|
|
749
|
+
"text": ", groupLabel: "
|
|
750
|
+
},
|
|
570
751
|
{
|
|
571
752
|
"kind": "Content",
|
|
572
|
-
"text": "
|
|
753
|
+
"text": "string | undefined"
|
|
573
754
|
},
|
|
574
755
|
{
|
|
575
|
-
"kind": "
|
|
576
|
-
"text": "
|
|
577
|
-
"canonicalReference": "@microsoft/fast-element!FASTElement:interface"
|
|
756
|
+
"kind": "Content",
|
|
757
|
+
"text": ", schema: "
|
|
578
758
|
},
|
|
579
759
|
{
|
|
580
760
|
"kind": "Content",
|
|
581
|
-
"text": "
|
|
761
|
+
"text": "any"
|
|
762
|
+
},
|
|
763
|
+
{
|
|
764
|
+
"kind": "Content",
|
|
765
|
+
"text": "): "
|
|
766
|
+
},
|
|
767
|
+
{
|
|
768
|
+
"kind": "Content",
|
|
769
|
+
"text": "void"
|
|
770
|
+
},
|
|
771
|
+
{
|
|
772
|
+
"kind": "Content",
|
|
773
|
+
"text": ";"
|
|
582
774
|
}
|
|
583
775
|
],
|
|
584
|
-
"fileUrlPath": "src/
|
|
776
|
+
"fileUrlPath": "src/utils/review-utils.ts",
|
|
777
|
+
"returnTypeTokenRange": {
|
|
778
|
+
"startIndex": 12,
|
|
779
|
+
"endIndex": 13
|
|
780
|
+
},
|
|
585
781
|
"releaseTag": "Public",
|
|
586
|
-
"
|
|
587
|
-
"
|
|
588
|
-
"preserveMemberOrder": false,
|
|
589
|
-
"members": [
|
|
782
|
+
"overloadIndex": 1,
|
|
783
|
+
"parameters": [
|
|
590
784
|
{
|
|
591
|
-
"
|
|
592
|
-
"
|
|
593
|
-
"docComment": "",
|
|
594
|
-
"excerptTokens": [
|
|
595
|
-
{
|
|
596
|
-
"kind": "Content",
|
|
597
|
-
"text": "get anyOfError(): "
|
|
598
|
-
},
|
|
599
|
-
{
|
|
600
|
-
"kind": "Content",
|
|
601
|
-
"text": "string"
|
|
602
|
-
},
|
|
603
|
-
{
|
|
604
|
-
"kind": "Content",
|
|
605
|
-
"text": ";"
|
|
606
|
-
}
|
|
607
|
-
],
|
|
608
|
-
"isReadonly": true,
|
|
609
|
-
"isOptional": false,
|
|
610
|
-
"releaseTag": "Public",
|
|
611
|
-
"name": "anyOfError",
|
|
612
|
-
"propertyTypeTokenRange": {
|
|
785
|
+
"parameterName": "element",
|
|
786
|
+
"parameterTypeTokenRange": {
|
|
613
787
|
"startIndex": 1,
|
|
614
788
|
"endIndex": 2
|
|
615
789
|
},
|
|
616
|
-
"
|
|
617
|
-
|
|
790
|
+
"isOptional": false
|
|
791
|
+
},
|
|
792
|
+
{
|
|
793
|
+
"parameterName": "data",
|
|
794
|
+
"parameterTypeTokenRange": {
|
|
795
|
+
"startIndex": 3,
|
|
796
|
+
"endIndex": 4
|
|
797
|
+
},
|
|
798
|
+
"isOptional": false
|
|
799
|
+
},
|
|
800
|
+
{
|
|
801
|
+
"parameterName": "out",
|
|
802
|
+
"parameterTypeTokenRange": {
|
|
803
|
+
"startIndex": 5,
|
|
804
|
+
"endIndex": 7
|
|
805
|
+
},
|
|
806
|
+
"isOptional": false
|
|
807
|
+
},
|
|
808
|
+
{
|
|
809
|
+
"parameterName": "groupLabel",
|
|
810
|
+
"parameterTypeTokenRange": {
|
|
811
|
+
"startIndex": 8,
|
|
812
|
+
"endIndex": 9
|
|
813
|
+
},
|
|
814
|
+
"isOptional": false
|
|
815
|
+
},
|
|
816
|
+
{
|
|
817
|
+
"parameterName": "schema",
|
|
818
|
+
"parameterTypeTokenRange": {
|
|
819
|
+
"startIndex": 10,
|
|
820
|
+
"endIndex": 11
|
|
821
|
+
},
|
|
822
|
+
"isOptional": false
|
|
823
|
+
}
|
|
824
|
+
],
|
|
825
|
+
"name": "collectReviewFields"
|
|
826
|
+
},
|
|
827
|
+
{
|
|
828
|
+
"kind": "TypeAlias",
|
|
829
|
+
"canonicalReference": "@genesislcap/foundation-forms!ConnectedRenderersOptions:type",
|
|
830
|
+
"docComment": "/**\n * Available configuration options for connected combobox/multiselect.\n *\n * @public\n */\n",
|
|
831
|
+
"excerptTokens": [
|
|
832
|
+
{
|
|
833
|
+
"kind": "Content",
|
|
834
|
+
"text": "export type ConnectedRenderersOptions = "
|
|
835
|
+
},
|
|
836
|
+
{
|
|
837
|
+
"kind": "Content",
|
|
838
|
+
"text": "{\n async?: boolean;\n allOptionsResourceName?: string;\n datasourceConfig?: "
|
|
839
|
+
},
|
|
840
|
+
{
|
|
841
|
+
"kind": "Reference",
|
|
842
|
+
"text": "DatasourceOptions",
|
|
843
|
+
"canonicalReference": "@genesislcap/foundation-comms!DatasourceOptions:interface"
|
|
844
|
+
},
|
|
845
|
+
{
|
|
846
|
+
"kind": "Content",
|
|
847
|
+
"text": ";\n valueField?: string;\n labelField?: string;\n data?: any[];\n allowCustomOptions?: boolean;\n filterMode?: "
|
|
848
|
+
},
|
|
849
|
+
{
|
|
850
|
+
"kind": "Reference",
|
|
851
|
+
"text": "FilterMode",
|
|
852
|
+
"canonicalReference": "@genesislcap/foundation-ui!FilterMode:type"
|
|
853
|
+
},
|
|
854
|
+
{
|
|
855
|
+
"kind": "Content",
|
|
856
|
+
"text": ";\n labelRowFormatter?: (any: any) => string;\n delimiter?: string;\n}"
|
|
857
|
+
},
|
|
858
|
+
{
|
|
859
|
+
"kind": "Content",
|
|
860
|
+
"text": ";"
|
|
861
|
+
}
|
|
862
|
+
],
|
|
863
|
+
"fileUrlPath": "src/types.ts",
|
|
864
|
+
"releaseTag": "Public",
|
|
865
|
+
"name": "ConnectedRenderersOptions",
|
|
866
|
+
"typeTokenRange": {
|
|
867
|
+
"startIndex": 1,
|
|
868
|
+
"endIndex": 6
|
|
869
|
+
}
|
|
870
|
+
},
|
|
871
|
+
{
|
|
872
|
+
"kind": "Class",
|
|
873
|
+
"canonicalReference": "@genesislcap/foundation-forms!ControlWrapper:class",
|
|
874
|
+
"docComment": "/**\n * @deprecated\n *\n * Use `controlWrapperTemplate` instead. The `<control-wrapper>` custom element will be removed in a future major version. Migrate to the light-DOM `controlWrapperTemplate` function which renders inline within the parent renderer's template.\n */\n",
|
|
875
|
+
"excerptTokens": [
|
|
876
|
+
{
|
|
877
|
+
"kind": "Content",
|
|
878
|
+
"text": "export declare class ControlWrapper extends "
|
|
879
|
+
},
|
|
880
|
+
{
|
|
881
|
+
"kind": "Reference",
|
|
882
|
+
"text": "FASTElement",
|
|
883
|
+
"canonicalReference": "@microsoft/fast-element!FASTElement:interface"
|
|
884
|
+
},
|
|
885
|
+
{
|
|
886
|
+
"kind": "Content",
|
|
887
|
+
"text": " "
|
|
888
|
+
}
|
|
889
|
+
],
|
|
890
|
+
"fileUrlPath": "src/jsonforms/renderers/ControlWrapperRenderer.ts",
|
|
891
|
+
"releaseTag": "Public",
|
|
892
|
+
"isAbstract": false,
|
|
893
|
+
"name": "ControlWrapper",
|
|
894
|
+
"preserveMemberOrder": false,
|
|
895
|
+
"members": [
|
|
896
|
+
{
|
|
897
|
+
"kind": "Property",
|
|
898
|
+
"canonicalReference": "@genesislcap/foundation-forms!ControlWrapper#anyOfError:member",
|
|
899
|
+
"docComment": "",
|
|
900
|
+
"excerptTokens": [
|
|
901
|
+
{
|
|
902
|
+
"kind": "Content",
|
|
903
|
+
"text": "get anyOfError(): "
|
|
904
|
+
},
|
|
905
|
+
{
|
|
906
|
+
"kind": "Content",
|
|
907
|
+
"text": "string"
|
|
908
|
+
},
|
|
909
|
+
{
|
|
910
|
+
"kind": "Content",
|
|
911
|
+
"text": ";"
|
|
912
|
+
}
|
|
913
|
+
],
|
|
914
|
+
"isReadonly": true,
|
|
915
|
+
"isOptional": false,
|
|
916
|
+
"releaseTag": "Public",
|
|
917
|
+
"name": "anyOfError",
|
|
918
|
+
"propertyTypeTokenRange": {
|
|
919
|
+
"startIndex": 1,
|
|
920
|
+
"endIndex": 2
|
|
921
|
+
},
|
|
922
|
+
"isStatic": false,
|
|
923
|
+
"isProtected": false,
|
|
618
924
|
"isAbstract": false
|
|
619
925
|
},
|
|
620
926
|
{
|
|
@@ -1302,6 +1608,77 @@
|
|
|
1302
1608
|
],
|
|
1303
1609
|
"name": "downloadCsvTemplate"
|
|
1304
1610
|
},
|
|
1611
|
+
{
|
|
1612
|
+
"kind": "Function",
|
|
1613
|
+
"canonicalReference": "@genesislcap/foundation-forms!filterReviewSections:function(1)",
|
|
1614
|
+
"docComment": "/**\n * Filters review sections down to fields whose label or value contains `query` (case-insensitive). Sections left with no matching fields are dropped entirely. Returns `sections` unchanged when `query` is blank.\n */\n",
|
|
1615
|
+
"excerptTokens": [
|
|
1616
|
+
{
|
|
1617
|
+
"kind": "Content",
|
|
1618
|
+
"text": "export declare function filterReviewSections(sections: "
|
|
1619
|
+
},
|
|
1620
|
+
{
|
|
1621
|
+
"kind": "Reference",
|
|
1622
|
+
"text": "ReviewSection",
|
|
1623
|
+
"canonicalReference": "@genesislcap/foundation-forms!ReviewSection:type"
|
|
1624
|
+
},
|
|
1625
|
+
{
|
|
1626
|
+
"kind": "Content",
|
|
1627
|
+
"text": "[]"
|
|
1628
|
+
},
|
|
1629
|
+
{
|
|
1630
|
+
"kind": "Content",
|
|
1631
|
+
"text": ", query: "
|
|
1632
|
+
},
|
|
1633
|
+
{
|
|
1634
|
+
"kind": "Content",
|
|
1635
|
+
"text": "string"
|
|
1636
|
+
},
|
|
1637
|
+
{
|
|
1638
|
+
"kind": "Content",
|
|
1639
|
+
"text": "): "
|
|
1640
|
+
},
|
|
1641
|
+
{
|
|
1642
|
+
"kind": "Reference",
|
|
1643
|
+
"text": "ReviewSection",
|
|
1644
|
+
"canonicalReference": "@genesislcap/foundation-forms!ReviewSection:type"
|
|
1645
|
+
},
|
|
1646
|
+
{
|
|
1647
|
+
"kind": "Content",
|
|
1648
|
+
"text": "[]"
|
|
1649
|
+
},
|
|
1650
|
+
{
|
|
1651
|
+
"kind": "Content",
|
|
1652
|
+
"text": ";"
|
|
1653
|
+
}
|
|
1654
|
+
],
|
|
1655
|
+
"fileUrlPath": "src/utils/review-utils.ts",
|
|
1656
|
+
"returnTypeTokenRange": {
|
|
1657
|
+
"startIndex": 6,
|
|
1658
|
+
"endIndex": 8
|
|
1659
|
+
},
|
|
1660
|
+
"releaseTag": "Public",
|
|
1661
|
+
"overloadIndex": 1,
|
|
1662
|
+
"parameters": [
|
|
1663
|
+
{
|
|
1664
|
+
"parameterName": "sections",
|
|
1665
|
+
"parameterTypeTokenRange": {
|
|
1666
|
+
"startIndex": 1,
|
|
1667
|
+
"endIndex": 3
|
|
1668
|
+
},
|
|
1669
|
+
"isOptional": false
|
|
1670
|
+
},
|
|
1671
|
+
{
|
|
1672
|
+
"parameterName": "query",
|
|
1673
|
+
"parameterTypeTokenRange": {
|
|
1674
|
+
"startIndex": 4,
|
|
1675
|
+
"endIndex": 5
|
|
1676
|
+
},
|
|
1677
|
+
"isOptional": false
|
|
1678
|
+
}
|
|
1679
|
+
],
|
|
1680
|
+
"name": "filterReviewSections"
|
|
1681
|
+
},
|
|
1305
1682
|
{
|
|
1306
1683
|
"kind": "Class",
|
|
1307
1684
|
"canonicalReference": "@genesislcap/foundation-forms!Filters:class",
|
|
@@ -2202,6 +2579,36 @@
|
|
|
2202
2579
|
"isProtected": false,
|
|
2203
2580
|
"isAbstract": false
|
|
2204
2581
|
},
|
|
2582
|
+
{
|
|
2583
|
+
"kind": "Property",
|
|
2584
|
+
"canonicalReference": "@genesislcap/foundation-forms!Form#bulkSubmitButtonText:member",
|
|
2585
|
+
"docComment": "/**\n * Text to appear on submit button in bulk insert mode @default Submit AllS\n *\n * @public\n */\n",
|
|
2586
|
+
"excerptTokens": [
|
|
2587
|
+
{
|
|
2588
|
+
"kind": "Content",
|
|
2589
|
+
"text": "bulkSubmitButtonText: "
|
|
2590
|
+
},
|
|
2591
|
+
{
|
|
2592
|
+
"kind": "Content",
|
|
2593
|
+
"text": "string"
|
|
2594
|
+
},
|
|
2595
|
+
{
|
|
2596
|
+
"kind": "Content",
|
|
2597
|
+
"text": ";"
|
|
2598
|
+
}
|
|
2599
|
+
],
|
|
2600
|
+
"isReadonly": false,
|
|
2601
|
+
"isOptional": false,
|
|
2602
|
+
"releaseTag": "Public",
|
|
2603
|
+
"name": "bulkSubmitButtonText",
|
|
2604
|
+
"propertyTypeTokenRange": {
|
|
2605
|
+
"startIndex": 1,
|
|
2606
|
+
"endIndex": 2
|
|
2607
|
+
},
|
|
2608
|
+
"isStatic": false,
|
|
2609
|
+
"isProtected": false,
|
|
2610
|
+
"isAbstract": false
|
|
2611
|
+
},
|
|
2205
2612
|
{
|
|
2206
2613
|
"kind": "Method",
|
|
2207
2614
|
"canonicalReference": "@genesislcap/foundation-forms!Form#clearRowSubmitStatuses:member(1)",
|
|
@@ -2584,12 +2991,12 @@
|
|
|
2584
2991
|
},
|
|
2585
2992
|
{
|
|
2586
2993
|
"kind": "Property",
|
|
2587
|
-
"canonicalReference": "@genesislcap/foundation-forms!Form#
|
|
2588
|
-
"docComment": "/**\n *
|
|
2994
|
+
"canonicalReference": "@genesislcap/foundation-forms!Form#resetButtonText:member",
|
|
2995
|
+
"docComment": "/**\n * Text to appear on reset button @default Submit\n *\n * @public\n */\n",
|
|
2589
2996
|
"excerptTokens": [
|
|
2590
2997
|
{
|
|
2591
2998
|
"kind": "Content",
|
|
2592
|
-
"text": "
|
|
2999
|
+
"text": "resetButtonText: "
|
|
2593
3000
|
},
|
|
2594
3001
|
{
|
|
2595
3002
|
"kind": "Content",
|
|
@@ -2603,7 +3010,7 @@
|
|
|
2603
3010
|
"isReadonly": false,
|
|
2604
3011
|
"isOptional": false,
|
|
2605
3012
|
"releaseTag": "Public",
|
|
2606
|
-
"name": "
|
|
3013
|
+
"name": "resetButtonText",
|
|
2607
3014
|
"propertyTypeTokenRange": {
|
|
2608
3015
|
"startIndex": 1,
|
|
2609
3016
|
"endIndex": 2
|
|
@@ -2614,30 +3021,16 @@
|
|
|
2614
3021
|
},
|
|
2615
3022
|
{
|
|
2616
3023
|
"kind": "Property",
|
|
2617
|
-
"canonicalReference": "@genesislcap/foundation-forms!Form#
|
|
2618
|
-
"docComment": "/**\n *
|
|
3024
|
+
"canonicalReference": "@genesislcap/foundation-forms!Form#resourceName:member",
|
|
3025
|
+
"docComment": "/**\n * Name of the backend resource which will provide metadata used to generate form and later used for submitting data\n *\n * @public\n */\n",
|
|
2619
3026
|
"excerptTokens": [
|
|
2620
3027
|
{
|
|
2621
3028
|
"kind": "Content",
|
|
2622
|
-
"text": "
|
|
2623
|
-
},
|
|
2624
|
-
{
|
|
2625
|
-
"kind": "Reference",
|
|
2626
|
-
"text": "Map",
|
|
2627
|
-
"canonicalReference": "!Map:interface"
|
|
2628
|
-
},
|
|
2629
|
-
{
|
|
2630
|
-
"kind": "Content",
|
|
2631
|
-
"text": "<number, "
|
|
2632
|
-
},
|
|
2633
|
-
{
|
|
2634
|
-
"kind": "Reference",
|
|
2635
|
-
"text": "BulkRowStatus",
|
|
2636
|
-
"canonicalReference": "@genesislcap/foundation-forms!BulkRowStatus:type"
|
|
3029
|
+
"text": "resourceName: "
|
|
2637
3030
|
},
|
|
2638
3031
|
{
|
|
2639
3032
|
"kind": "Content",
|
|
2640
|
-
"text": "
|
|
3033
|
+
"text": "string"
|
|
2641
3034
|
},
|
|
2642
3035
|
{
|
|
2643
3036
|
"kind": "Content",
|
|
@@ -2647,10 +3040,10 @@
|
|
|
2647
3040
|
"isReadonly": false,
|
|
2648
3041
|
"isOptional": false,
|
|
2649
3042
|
"releaseTag": "Public",
|
|
2650
|
-
"name": "
|
|
3043
|
+
"name": "resourceName",
|
|
2651
3044
|
"propertyTypeTokenRange": {
|
|
2652
3045
|
"startIndex": 1,
|
|
2653
|
-
"endIndex":
|
|
3046
|
+
"endIndex": 2
|
|
2654
3047
|
},
|
|
2655
3048
|
"isStatic": false,
|
|
2656
3049
|
"isProtected": false,
|
|
@@ -2658,16 +3051,16 @@
|
|
|
2658
3051
|
},
|
|
2659
3052
|
{
|
|
2660
3053
|
"kind": "Property",
|
|
2661
|
-
"canonicalReference": "@genesislcap/foundation-forms!Form#
|
|
2662
|
-
"docComment": "/**\n *
|
|
3054
|
+
"canonicalReference": "@genesislcap/foundation-forms!Form#reviewButtonText:member",
|
|
3055
|
+
"docComment": "/**\n * Text to appear on reset button\n *\n * @public\n */\n",
|
|
2663
3056
|
"excerptTokens": [
|
|
2664
3057
|
{
|
|
2665
3058
|
"kind": "Content",
|
|
2666
|
-
"text": "
|
|
3059
|
+
"text": "reviewButtonText: "
|
|
2667
3060
|
},
|
|
2668
3061
|
{
|
|
2669
3062
|
"kind": "Content",
|
|
2670
|
-
"text": "
|
|
3063
|
+
"text": "string"
|
|
2671
3064
|
},
|
|
2672
3065
|
{
|
|
2673
3066
|
"kind": "Content",
|
|
@@ -2677,7 +3070,7 @@
|
|
|
2677
3070
|
"isReadonly": false,
|
|
2678
3071
|
"isOptional": false,
|
|
2679
3072
|
"releaseTag": "Public",
|
|
2680
|
-
"name": "
|
|
3073
|
+
"name": "reviewButtonText",
|
|
2681
3074
|
"propertyTypeTokenRange": {
|
|
2682
3075
|
"startIndex": 1,
|
|
2683
3076
|
"endIndex": 2
|
|
@@ -2688,16 +3081,16 @@
|
|
|
2688
3081
|
},
|
|
2689
3082
|
{
|
|
2690
3083
|
"kind": "Property",
|
|
2691
|
-
"canonicalReference": "@genesislcap/foundation-forms!Form#
|
|
2692
|
-
"docComment": "/**\n *
|
|
3084
|
+
"canonicalReference": "@genesislcap/foundation-forms!Form#reviewHeading:member",
|
|
3085
|
+
"docComment": "/**\n * Heading shown at the top of the review panel.\n *\n * @public\n */\n",
|
|
2693
3086
|
"excerptTokens": [
|
|
2694
3087
|
{
|
|
2695
3088
|
"kind": "Content",
|
|
2696
|
-
"text": "
|
|
3089
|
+
"text": "reviewHeading: "
|
|
2697
3090
|
},
|
|
2698
3091
|
{
|
|
2699
3092
|
"kind": "Content",
|
|
2700
|
-
"text": "
|
|
3093
|
+
"text": "string"
|
|
2701
3094
|
},
|
|
2702
3095
|
{
|
|
2703
3096
|
"kind": "Content",
|
|
@@ -2707,7 +3100,7 @@
|
|
|
2707
3100
|
"isReadonly": false,
|
|
2708
3101
|
"isOptional": false,
|
|
2709
3102
|
"releaseTag": "Public",
|
|
2710
|
-
"name": "
|
|
3103
|
+
"name": "reviewHeading",
|
|
2711
3104
|
"propertyTypeTokenRange": {
|
|
2712
3105
|
"startIndex": 1,
|
|
2713
3106
|
"endIndex": 2
|
|
@@ -2717,8 +3110,202 @@
|
|
|
2717
3110
|
"isAbstract": false
|
|
2718
3111
|
},
|
|
2719
3112
|
{
|
|
2720
|
-
"kind": "
|
|
2721
|
-
"canonicalReference": "@genesislcap/foundation-forms!Form#
|
|
3113
|
+
"kind": "Property",
|
|
3114
|
+
"canonicalReference": "@genesislcap/foundation-forms!Form#reviewIdField:member",
|
|
3115
|
+
"docComment": "/**\n * Name of a top-level data field whose value is shown as an identifier next to the review heading (e.g. a record's primary key). No identifier is shown when unset.\n *\n * @public\n */\n",
|
|
3116
|
+
"excerptTokens": [
|
|
3117
|
+
{
|
|
3118
|
+
"kind": "Content",
|
|
3119
|
+
"text": "reviewIdField: "
|
|
3120
|
+
},
|
|
3121
|
+
{
|
|
3122
|
+
"kind": "Content",
|
|
3123
|
+
"text": "string"
|
|
3124
|
+
},
|
|
3125
|
+
{
|
|
3126
|
+
"kind": "Content",
|
|
3127
|
+
"text": ";"
|
|
3128
|
+
}
|
|
3129
|
+
],
|
|
3130
|
+
"isReadonly": false,
|
|
3131
|
+
"isOptional": false,
|
|
3132
|
+
"releaseTag": "Public",
|
|
3133
|
+
"name": "reviewIdField",
|
|
3134
|
+
"propertyTypeTokenRange": {
|
|
3135
|
+
"startIndex": 1,
|
|
3136
|
+
"endIndex": 2
|
|
3137
|
+
},
|
|
3138
|
+
"isStatic": false,
|
|
3139
|
+
"isProtected": false,
|
|
3140
|
+
"isAbstract": false
|
|
3141
|
+
},
|
|
3142
|
+
{
|
|
3143
|
+
"kind": "Property",
|
|
3144
|
+
"canonicalReference": "@genesislcap/foundation-forms!Form#rowSubmitStatuses:member",
|
|
3145
|
+
"docComment": "/**\n * Tracks the submission status for each row in bulk insert mode. Key is the row index, value is the status object.\n *\n * @public\n */\n",
|
|
3146
|
+
"excerptTokens": [
|
|
3147
|
+
{
|
|
3148
|
+
"kind": "Content",
|
|
3149
|
+
"text": "rowSubmitStatuses: "
|
|
3150
|
+
},
|
|
3151
|
+
{
|
|
3152
|
+
"kind": "Reference",
|
|
3153
|
+
"text": "Map",
|
|
3154
|
+
"canonicalReference": "!Map:interface"
|
|
3155
|
+
},
|
|
3156
|
+
{
|
|
3157
|
+
"kind": "Content",
|
|
3158
|
+
"text": "<number, "
|
|
3159
|
+
},
|
|
3160
|
+
{
|
|
3161
|
+
"kind": "Reference",
|
|
3162
|
+
"text": "BulkRowStatus",
|
|
3163
|
+
"canonicalReference": "@genesislcap/foundation-forms!BulkRowStatus:type"
|
|
3164
|
+
},
|
|
3165
|
+
{
|
|
3166
|
+
"kind": "Content",
|
|
3167
|
+
"text": ">"
|
|
3168
|
+
},
|
|
3169
|
+
{
|
|
3170
|
+
"kind": "Content",
|
|
3171
|
+
"text": ";"
|
|
3172
|
+
}
|
|
3173
|
+
],
|
|
3174
|
+
"isReadonly": false,
|
|
3175
|
+
"isOptional": false,
|
|
3176
|
+
"releaseTag": "Public",
|
|
3177
|
+
"name": "rowSubmitStatuses",
|
|
3178
|
+
"propertyTypeTokenRange": {
|
|
3179
|
+
"startIndex": 1,
|
|
3180
|
+
"endIndex": 5
|
|
3181
|
+
},
|
|
3182
|
+
"isStatic": false,
|
|
3183
|
+
"isProtected": false,
|
|
3184
|
+
"isAbstract": false
|
|
3185
|
+
},
|
|
3186
|
+
{
|
|
3187
|
+
"kind": "Property",
|
|
3188
|
+
"canonicalReference": "@genesislcap/foundation-forms!Form#setApprovalMessage:member",
|
|
3189
|
+
"docComment": "/**\n * When enabled, adds an APPROVAL_MESSAGE field to the form schema. This field will be sent at root level alongside DETAILS when submitting.\n *\n * @public\n */\n",
|
|
3190
|
+
"excerptTokens": [
|
|
3191
|
+
{
|
|
3192
|
+
"kind": "Content",
|
|
3193
|
+
"text": "setApprovalMessage: "
|
|
3194
|
+
},
|
|
3195
|
+
{
|
|
3196
|
+
"kind": "Content",
|
|
3197
|
+
"text": "boolean"
|
|
3198
|
+
},
|
|
3199
|
+
{
|
|
3200
|
+
"kind": "Content",
|
|
3201
|
+
"text": ";"
|
|
3202
|
+
}
|
|
3203
|
+
],
|
|
3204
|
+
"isReadonly": false,
|
|
3205
|
+
"isOptional": false,
|
|
3206
|
+
"releaseTag": "Public",
|
|
3207
|
+
"name": "setApprovalMessage",
|
|
3208
|
+
"propertyTypeTokenRange": {
|
|
3209
|
+
"startIndex": 1,
|
|
3210
|
+
"endIndex": 2
|
|
3211
|
+
},
|
|
3212
|
+
"isStatic": false,
|
|
3213
|
+
"isProtected": false,
|
|
3214
|
+
"isAbstract": false
|
|
3215
|
+
},
|
|
3216
|
+
{
|
|
3217
|
+
"kind": "Property",
|
|
3218
|
+
"canonicalReference": "@genesislcap/foundation-forms!Form#showReset:member",
|
|
3219
|
+
"docComment": "/**\n * When set, shows a Reset button in the actions area that clears the form data and resets validation state.\n *\n * @public\n */\n",
|
|
3220
|
+
"excerptTokens": [
|
|
3221
|
+
{
|
|
3222
|
+
"kind": "Content",
|
|
3223
|
+
"text": "showReset: "
|
|
3224
|
+
},
|
|
3225
|
+
{
|
|
3226
|
+
"kind": "Content",
|
|
3227
|
+
"text": "boolean"
|
|
3228
|
+
},
|
|
3229
|
+
{
|
|
3230
|
+
"kind": "Content",
|
|
3231
|
+
"text": ";"
|
|
3232
|
+
}
|
|
3233
|
+
],
|
|
3234
|
+
"isReadonly": false,
|
|
3235
|
+
"isOptional": false,
|
|
3236
|
+
"releaseTag": "Public",
|
|
3237
|
+
"name": "showReset",
|
|
3238
|
+
"propertyTypeTokenRange": {
|
|
3239
|
+
"startIndex": 1,
|
|
3240
|
+
"endIndex": 2
|
|
3241
|
+
},
|
|
3242
|
+
"isStatic": false,
|
|
3243
|
+
"isProtected": false,
|
|
3244
|
+
"isAbstract": false
|
|
3245
|
+
},
|
|
3246
|
+
{
|
|
3247
|
+
"kind": "Property",
|
|
3248
|
+
"canonicalReference": "@genesislcap/foundation-forms!Form#showSubmitReview:member",
|
|
3249
|
+
"docComment": "/**\n * When enabled, clicking submit with no validation errors shows a read-only preview of the form data before the final submission.\n *\n * @public\n */\n",
|
|
3250
|
+
"excerptTokens": [
|
|
3251
|
+
{
|
|
3252
|
+
"kind": "Content",
|
|
3253
|
+
"text": "showSubmitReview: "
|
|
3254
|
+
},
|
|
3255
|
+
{
|
|
3256
|
+
"kind": "Content",
|
|
3257
|
+
"text": "boolean"
|
|
3258
|
+
},
|
|
3259
|
+
{
|
|
3260
|
+
"kind": "Content",
|
|
3261
|
+
"text": ";"
|
|
3262
|
+
}
|
|
3263
|
+
],
|
|
3264
|
+
"isReadonly": false,
|
|
3265
|
+
"isOptional": false,
|
|
3266
|
+
"releaseTag": "Public",
|
|
3267
|
+
"name": "showSubmitReview",
|
|
3268
|
+
"propertyTypeTokenRange": {
|
|
3269
|
+
"startIndex": 1,
|
|
3270
|
+
"endIndex": 2
|
|
3271
|
+
},
|
|
3272
|
+
"isStatic": false,
|
|
3273
|
+
"isProtected": false,
|
|
3274
|
+
"isAbstract": false
|
|
3275
|
+
},
|
|
3276
|
+
{
|
|
3277
|
+
"kind": "Property",
|
|
3278
|
+
"canonicalReference": "@genesislcap/foundation-forms!Form#submitButtonText:member",
|
|
3279
|
+
"docComment": "/**\n * Text to appear on submit button @default Submit\n *\n * @public\n */\n",
|
|
3280
|
+
"excerptTokens": [
|
|
3281
|
+
{
|
|
3282
|
+
"kind": "Content",
|
|
3283
|
+
"text": "submitButtonText: "
|
|
3284
|
+
},
|
|
3285
|
+
{
|
|
3286
|
+
"kind": "Content",
|
|
3287
|
+
"text": "string"
|
|
3288
|
+
},
|
|
3289
|
+
{
|
|
3290
|
+
"kind": "Content",
|
|
3291
|
+
"text": ";"
|
|
3292
|
+
}
|
|
3293
|
+
],
|
|
3294
|
+
"isReadonly": false,
|
|
3295
|
+
"isOptional": false,
|
|
3296
|
+
"releaseTag": "Public",
|
|
3297
|
+
"name": "submitButtonText",
|
|
3298
|
+
"propertyTypeTokenRange": {
|
|
3299
|
+
"startIndex": 1,
|
|
3300
|
+
"endIndex": 2
|
|
3301
|
+
},
|
|
3302
|
+
"isStatic": false,
|
|
3303
|
+
"isProtected": false,
|
|
3304
|
+
"isAbstract": false
|
|
3305
|
+
},
|
|
3306
|
+
{
|
|
3307
|
+
"kind": "Method",
|
|
3308
|
+
"canonicalReference": "@genesislcap/foundation-forms!Form#submitSingleRow:member(1)",
|
|
2722
3309
|
"docComment": "/**\n * Submits a single row in bulk insert mode.\n *\n * @param index - The index of the row to submit\n *\n * @returns Promise that resolves when submission is complete\n *\n * @public\n */\n",
|
|
2723
3310
|
"excerptTokens": [
|
|
2724
3311
|
{
|
|
@@ -2807,6 +3394,51 @@
|
|
|
2807
3394
|
},
|
|
2808
3395
|
"implementsTokenRanges": []
|
|
2809
3396
|
},
|
|
3397
|
+
{
|
|
3398
|
+
"kind": "Function",
|
|
3399
|
+
"canonicalReference": "@genesislcap/foundation-forms!formatValueForReview:function(1)",
|
|
3400
|
+
"docComment": "/**\n * Converts a raw field value to a display string for the review panel. Arrays of primitives are comma-joined; arrays of objects and plain objects are rendered as readable `key: value` lines.\n */\n",
|
|
3401
|
+
"excerptTokens": [
|
|
3402
|
+
{
|
|
3403
|
+
"kind": "Content",
|
|
3404
|
+
"text": "export declare function formatValueForReview(value: "
|
|
3405
|
+
},
|
|
3406
|
+
{
|
|
3407
|
+
"kind": "Content",
|
|
3408
|
+
"text": "any"
|
|
3409
|
+
},
|
|
3410
|
+
{
|
|
3411
|
+
"kind": "Content",
|
|
3412
|
+
"text": "): "
|
|
3413
|
+
},
|
|
3414
|
+
{
|
|
3415
|
+
"kind": "Content",
|
|
3416
|
+
"text": "string"
|
|
3417
|
+
},
|
|
3418
|
+
{
|
|
3419
|
+
"kind": "Content",
|
|
3420
|
+
"text": ";"
|
|
3421
|
+
}
|
|
3422
|
+
],
|
|
3423
|
+
"fileUrlPath": "src/utils/review-utils.ts",
|
|
3424
|
+
"returnTypeTokenRange": {
|
|
3425
|
+
"startIndex": 3,
|
|
3426
|
+
"endIndex": 4
|
|
3427
|
+
},
|
|
3428
|
+
"releaseTag": "Public",
|
|
3429
|
+
"overloadIndex": 1,
|
|
3430
|
+
"parameters": [
|
|
3431
|
+
{
|
|
3432
|
+
"parameterName": "value",
|
|
3433
|
+
"parameterTypeTokenRange": {
|
|
3434
|
+
"startIndex": 1,
|
|
3435
|
+
"endIndex": 2
|
|
3436
|
+
},
|
|
3437
|
+
"isOptional": false
|
|
3438
|
+
}
|
|
3439
|
+
],
|
|
3440
|
+
"name": "formatValueForReview"
|
|
3441
|
+
},
|
|
2810
3442
|
{
|
|
2811
3443
|
"kind": "TypeAlias",
|
|
2812
3444
|
"canonicalReference": "@genesislcap/foundation-forms!FormDataChangeEventDetail:type",
|
|
@@ -3130,21 +3762,24 @@
|
|
|
3130
3762
|
},
|
|
3131
3763
|
{
|
|
3132
3764
|
"kind": "Function",
|
|
3133
|
-
"canonicalReference": "@genesislcap/foundation-forms!
|
|
3134
|
-
"docComment": "/**\n *
|
|
3765
|
+
"canonicalReference": "@genesislcap/foundation-forms!getDataValueAtPath:function(1)",
|
|
3766
|
+
"docComment": "/**\n * Navigates a `/properties/`-separated path in data to support nested object scopes such as `ADDRESS/properties/STREET` produced by Group layout UI schemas.\n */\n",
|
|
3135
3767
|
"excerptTokens": [
|
|
3136
3768
|
{
|
|
3137
3769
|
"kind": "Content",
|
|
3138
|
-
"text": "export declare function
|
|
3770
|
+
"text": "export declare function getDataValueAtPath(data: "
|
|
3139
3771
|
},
|
|
3140
3772
|
{
|
|
3141
|
-
"kind": "
|
|
3142
|
-
"text": "
|
|
3143
|
-
"canonicalReference": "@genesislcap/foundation-forms!CategorizationLayoutType:type"
|
|
3773
|
+
"kind": "Content",
|
|
3774
|
+
"text": "any"
|
|
3144
3775
|
},
|
|
3145
3776
|
{
|
|
3146
3777
|
"kind": "Content",
|
|
3147
|
-
"text": "
|
|
3778
|
+
"text": ", fieldName: "
|
|
3779
|
+
},
|
|
3780
|
+
{
|
|
3781
|
+
"kind": "Content",
|
|
3782
|
+
"text": "string"
|
|
3148
3783
|
},
|
|
3149
3784
|
{
|
|
3150
3785
|
"kind": "Content",
|
|
@@ -3152,35 +3787,93 @@
|
|
|
3152
3787
|
},
|
|
3153
3788
|
{
|
|
3154
3789
|
"kind": "Content",
|
|
3155
|
-
"text": "
|
|
3790
|
+
"text": "any"
|
|
3156
3791
|
},
|
|
3157
3792
|
{
|
|
3158
3793
|
"kind": "Content",
|
|
3159
3794
|
"text": ";"
|
|
3160
3795
|
}
|
|
3161
3796
|
],
|
|
3162
|
-
"fileUrlPath": "src/
|
|
3797
|
+
"fileUrlPath": "src/utils/review-utils.ts",
|
|
3163
3798
|
"returnTypeTokenRange": {
|
|
3164
|
-
"startIndex":
|
|
3165
|
-
"endIndex":
|
|
3799
|
+
"startIndex": 5,
|
|
3800
|
+
"endIndex": 6
|
|
3166
3801
|
},
|
|
3167
3802
|
"releaseTag": "Public",
|
|
3168
3803
|
"overloadIndex": 1,
|
|
3169
3804
|
"parameters": [
|
|
3170
3805
|
{
|
|
3171
|
-
"parameterName": "
|
|
3806
|
+
"parameterName": "data",
|
|
3172
3807
|
"parameterTypeTokenRange": {
|
|
3173
3808
|
"startIndex": 1,
|
|
3174
|
-
"endIndex":
|
|
3809
|
+
"endIndex": 2
|
|
3810
|
+
},
|
|
3811
|
+
"isOptional": false
|
|
3812
|
+
},
|
|
3813
|
+
{
|
|
3814
|
+
"parameterName": "fieldName",
|
|
3815
|
+
"parameterTypeTokenRange": {
|
|
3816
|
+
"startIndex": 3,
|
|
3817
|
+
"endIndex": 4
|
|
3175
3818
|
},
|
|
3176
3819
|
"isOptional": false
|
|
3177
3820
|
}
|
|
3178
3821
|
],
|
|
3179
|
-
"name": "
|
|
3822
|
+
"name": "getDataValueAtPath"
|
|
3180
3823
|
},
|
|
3181
3824
|
{
|
|
3182
|
-
"kind": "
|
|
3183
|
-
"canonicalReference": "@genesislcap/foundation-forms!
|
|
3825
|
+
"kind": "Function",
|
|
3826
|
+
"canonicalReference": "@genesislcap/foundation-forms!getVerticalCategorizationHeight:function(1)",
|
|
3827
|
+
"docComment": "/**\n * Fixed height (CSS value) for vertical categorization when `layout` is `{ type: 'vertical'; height?: string }`.\n *\n * @public\n */\n",
|
|
3828
|
+
"excerptTokens": [
|
|
3829
|
+
{
|
|
3830
|
+
"kind": "Content",
|
|
3831
|
+
"text": "export declare function getVerticalCategorizationHeight(layout: "
|
|
3832
|
+
},
|
|
3833
|
+
{
|
|
3834
|
+
"kind": "Reference",
|
|
3835
|
+
"text": "CategorizationLayoutType",
|
|
3836
|
+
"canonicalReference": "@genesislcap/foundation-forms!CategorizationLayoutType:type"
|
|
3837
|
+
},
|
|
3838
|
+
{
|
|
3839
|
+
"kind": "Content",
|
|
3840
|
+
"text": " | undefined"
|
|
3841
|
+
},
|
|
3842
|
+
{
|
|
3843
|
+
"kind": "Content",
|
|
3844
|
+
"text": "): "
|
|
3845
|
+
},
|
|
3846
|
+
{
|
|
3847
|
+
"kind": "Content",
|
|
3848
|
+
"text": "string | undefined"
|
|
3849
|
+
},
|
|
3850
|
+
{
|
|
3851
|
+
"kind": "Content",
|
|
3852
|
+
"text": ";"
|
|
3853
|
+
}
|
|
3854
|
+
],
|
|
3855
|
+
"fileUrlPath": "src/types.ts",
|
|
3856
|
+
"returnTypeTokenRange": {
|
|
3857
|
+
"startIndex": 4,
|
|
3858
|
+
"endIndex": 5
|
|
3859
|
+
},
|
|
3860
|
+
"releaseTag": "Public",
|
|
3861
|
+
"overloadIndex": 1,
|
|
3862
|
+
"parameters": [
|
|
3863
|
+
{
|
|
3864
|
+
"parameterName": "layout",
|
|
3865
|
+
"parameterTypeTokenRange": {
|
|
3866
|
+
"startIndex": 1,
|
|
3867
|
+
"endIndex": 3
|
|
3868
|
+
},
|
|
3869
|
+
"isOptional": false
|
|
3870
|
+
}
|
|
3871
|
+
],
|
|
3872
|
+
"name": "getVerticalCategorizationHeight"
|
|
3873
|
+
},
|
|
3874
|
+
{
|
|
3875
|
+
"kind": "TypeAlias",
|
|
3876
|
+
"canonicalReference": "@genesislcap/foundation-forms!GroupRendererOptions:type",
|
|
3184
3877
|
"docComment": "/**\n * Configuration options available for group renderer.\n *\n * @public\n */\n",
|
|
3185
3878
|
"excerptTokens": [
|
|
3186
3879
|
{
|
|
@@ -4356,6 +5049,428 @@
|
|
|
4356
5049
|
"endIndex": 2
|
|
4357
5050
|
}
|
|
4358
5051
|
},
|
|
5052
|
+
{
|
|
5053
|
+
"kind": "Function",
|
|
5054
|
+
"canonicalReference": "@genesislcap/foundation-forms!resolveEnumLabel:function(1)",
|
|
5055
|
+
"docComment": "/**\n * For plain enum combobox fields (no options.data), applies the same `capitalCase` transform the renderer uses — e.g. `SEMI_ANNUAL` → `Semi Annual`. Navigates the JSON schema via the fieldName path to confirm the field is an enum before transforming. Returns `null` for non-enum fields.\n */\n",
|
|
5056
|
+
"excerptTokens": [
|
|
5057
|
+
{
|
|
5058
|
+
"kind": "Content",
|
|
5059
|
+
"text": "export declare function resolveEnumLabel(raw: "
|
|
5060
|
+
},
|
|
5061
|
+
{
|
|
5062
|
+
"kind": "Content",
|
|
5063
|
+
"text": "any"
|
|
5064
|
+
},
|
|
5065
|
+
{
|
|
5066
|
+
"kind": "Content",
|
|
5067
|
+
"text": ", fieldName: "
|
|
5068
|
+
},
|
|
5069
|
+
{
|
|
5070
|
+
"kind": "Content",
|
|
5071
|
+
"text": "string"
|
|
5072
|
+
},
|
|
5073
|
+
{
|
|
5074
|
+
"kind": "Content",
|
|
5075
|
+
"text": ", schema: "
|
|
5076
|
+
},
|
|
5077
|
+
{
|
|
5078
|
+
"kind": "Content",
|
|
5079
|
+
"text": "any"
|
|
5080
|
+
},
|
|
5081
|
+
{
|
|
5082
|
+
"kind": "Content",
|
|
5083
|
+
"text": "): "
|
|
5084
|
+
},
|
|
5085
|
+
{
|
|
5086
|
+
"kind": "Content",
|
|
5087
|
+
"text": "string | null"
|
|
5088
|
+
},
|
|
5089
|
+
{
|
|
5090
|
+
"kind": "Content",
|
|
5091
|
+
"text": ";"
|
|
5092
|
+
}
|
|
5093
|
+
],
|
|
5094
|
+
"fileUrlPath": "src/utils/review-utils.ts",
|
|
5095
|
+
"returnTypeTokenRange": {
|
|
5096
|
+
"startIndex": 7,
|
|
5097
|
+
"endIndex": 8
|
|
5098
|
+
},
|
|
5099
|
+
"releaseTag": "Public",
|
|
5100
|
+
"overloadIndex": 1,
|
|
5101
|
+
"parameters": [
|
|
5102
|
+
{
|
|
5103
|
+
"parameterName": "raw",
|
|
5104
|
+
"parameterTypeTokenRange": {
|
|
5105
|
+
"startIndex": 1,
|
|
5106
|
+
"endIndex": 2
|
|
5107
|
+
},
|
|
5108
|
+
"isOptional": false
|
|
5109
|
+
},
|
|
5110
|
+
{
|
|
5111
|
+
"parameterName": "fieldName",
|
|
5112
|
+
"parameterTypeTokenRange": {
|
|
5113
|
+
"startIndex": 3,
|
|
5114
|
+
"endIndex": 4
|
|
5115
|
+
},
|
|
5116
|
+
"isOptional": false
|
|
5117
|
+
},
|
|
5118
|
+
{
|
|
5119
|
+
"parameterName": "schema",
|
|
5120
|
+
"parameterTypeTokenRange": {
|
|
5121
|
+
"startIndex": 5,
|
|
5122
|
+
"endIndex": 6
|
|
5123
|
+
},
|
|
5124
|
+
"isOptional": false
|
|
5125
|
+
}
|
|
5126
|
+
],
|
|
5127
|
+
"name": "resolveEnumLabel"
|
|
5128
|
+
},
|
|
5129
|
+
{
|
|
5130
|
+
"kind": "Function",
|
|
5131
|
+
"canonicalReference": "@genesislcap/foundation-forms!resolveOptionLabel:function(1)",
|
|
5132
|
+
"docComment": "/**\n * Looks up the display label for a raw value from `options.data` (used by segmented, radio group, connected-select, and enum-with-explicit-data renderers). Honors `options.valueField`/`options.labelField` when set, defaulting to `value`/`label`. Returns `null` when no match found.\n */\n",
|
|
5133
|
+
"excerptTokens": [
|
|
5134
|
+
{
|
|
5135
|
+
"kind": "Content",
|
|
5136
|
+
"text": "export declare function resolveOptionLabel(raw: "
|
|
5137
|
+
},
|
|
5138
|
+
{
|
|
5139
|
+
"kind": "Content",
|
|
5140
|
+
"text": "any"
|
|
5141
|
+
},
|
|
5142
|
+
{
|
|
5143
|
+
"kind": "Content",
|
|
5144
|
+
"text": ", options: "
|
|
5145
|
+
},
|
|
5146
|
+
{
|
|
5147
|
+
"kind": "Content",
|
|
5148
|
+
"text": "any"
|
|
5149
|
+
},
|
|
5150
|
+
{
|
|
5151
|
+
"kind": "Content",
|
|
5152
|
+
"text": "): "
|
|
5153
|
+
},
|
|
5154
|
+
{
|
|
5155
|
+
"kind": "Content",
|
|
5156
|
+
"text": "string | null"
|
|
5157
|
+
},
|
|
5158
|
+
{
|
|
5159
|
+
"kind": "Content",
|
|
5160
|
+
"text": ";"
|
|
5161
|
+
}
|
|
5162
|
+
],
|
|
5163
|
+
"fileUrlPath": "src/utils/review-utils.ts",
|
|
5164
|
+
"returnTypeTokenRange": {
|
|
5165
|
+
"startIndex": 5,
|
|
5166
|
+
"endIndex": 6
|
|
5167
|
+
},
|
|
5168
|
+
"releaseTag": "Public",
|
|
5169
|
+
"overloadIndex": 1,
|
|
5170
|
+
"parameters": [
|
|
5171
|
+
{
|
|
5172
|
+
"parameterName": "raw",
|
|
5173
|
+
"parameterTypeTokenRange": {
|
|
5174
|
+
"startIndex": 1,
|
|
5175
|
+
"endIndex": 2
|
|
5176
|
+
},
|
|
5177
|
+
"isOptional": false
|
|
5178
|
+
},
|
|
5179
|
+
{
|
|
5180
|
+
"parameterName": "options",
|
|
5181
|
+
"parameterTypeTokenRange": {
|
|
5182
|
+
"startIndex": 3,
|
|
5183
|
+
"endIndex": 4
|
|
5184
|
+
},
|
|
5185
|
+
"isOptional": false
|
|
5186
|
+
}
|
|
5187
|
+
],
|
|
5188
|
+
"name": "resolveOptionLabel"
|
|
5189
|
+
},
|
|
5190
|
+
{
|
|
5191
|
+
"kind": "Function",
|
|
5192
|
+
"canonicalReference": "@genesislcap/foundation-forms!resolveResourceOptionLabel:function(1)",
|
|
5193
|
+
"docComment": "/**\n * Resolves the display label for a connected-select field backed by `options.allOptionsResourceName` (a Data Server/Request Server resource) rather than a static `options.data` array — e.g. `ConnectedSelectControlRenderer` in async/remote mode. Fetches a single row via a criteria-filtered snapshot matching `valueField === raw`, then reads `labelField` off the returned row. Returns `null` when there's no resource to query, the resource can't be reached, or no row matches.\n */\n",
|
|
5194
|
+
"excerptTokens": [
|
|
5195
|
+
{
|
|
5196
|
+
"kind": "Content",
|
|
5197
|
+
"text": "export declare function resolveResourceOptionLabel(raw: "
|
|
5198
|
+
},
|
|
5199
|
+
{
|
|
5200
|
+
"kind": "Content",
|
|
5201
|
+
"text": "any"
|
|
5202
|
+
},
|
|
5203
|
+
{
|
|
5204
|
+
"kind": "Content",
|
|
5205
|
+
"text": ", options: "
|
|
5206
|
+
},
|
|
5207
|
+
{
|
|
5208
|
+
"kind": "Content",
|
|
5209
|
+
"text": "any"
|
|
5210
|
+
},
|
|
5211
|
+
{
|
|
5212
|
+
"kind": "Content",
|
|
5213
|
+
"text": "): "
|
|
5214
|
+
},
|
|
5215
|
+
{
|
|
5216
|
+
"kind": "Reference",
|
|
5217
|
+
"text": "Promise",
|
|
5218
|
+
"canonicalReference": "!Promise:interface"
|
|
5219
|
+
},
|
|
5220
|
+
{
|
|
5221
|
+
"kind": "Content",
|
|
5222
|
+
"text": "<string | null>"
|
|
5223
|
+
},
|
|
5224
|
+
{
|
|
5225
|
+
"kind": "Content",
|
|
5226
|
+
"text": ";"
|
|
5227
|
+
}
|
|
5228
|
+
],
|
|
5229
|
+
"fileUrlPath": "src/utils/review-utils.ts",
|
|
5230
|
+
"returnTypeTokenRange": {
|
|
5231
|
+
"startIndex": 5,
|
|
5232
|
+
"endIndex": 7
|
|
5233
|
+
},
|
|
5234
|
+
"releaseTag": "Public",
|
|
5235
|
+
"overloadIndex": 1,
|
|
5236
|
+
"parameters": [
|
|
5237
|
+
{
|
|
5238
|
+
"parameterName": "raw",
|
|
5239
|
+
"parameterTypeTokenRange": {
|
|
5240
|
+
"startIndex": 1,
|
|
5241
|
+
"endIndex": 2
|
|
5242
|
+
},
|
|
5243
|
+
"isOptional": false
|
|
5244
|
+
},
|
|
5245
|
+
{
|
|
5246
|
+
"parameterName": "options",
|
|
5247
|
+
"parameterTypeTokenRange": {
|
|
5248
|
+
"startIndex": 3,
|
|
5249
|
+
"endIndex": 4
|
|
5250
|
+
},
|
|
5251
|
+
"isOptional": false
|
|
5252
|
+
}
|
|
5253
|
+
],
|
|
5254
|
+
"name": "resolveResourceOptionLabel"
|
|
5255
|
+
},
|
|
5256
|
+
{
|
|
5257
|
+
"kind": "Class",
|
|
5258
|
+
"canonicalReference": "@genesislcap/foundation-forms!Review:class",
|
|
5259
|
+
"docComment": "/**\n * Read-only preview panel shown by `<foundation-form>` when `show-submit-review` is enabled. Renders the reviewed data grouped into sections with a header and a filter field.\n *\n * @public\n */\n",
|
|
5260
|
+
"excerptTokens": [
|
|
5261
|
+
{
|
|
5262
|
+
"kind": "Content",
|
|
5263
|
+
"text": "export declare class Review extends "
|
|
5264
|
+
},
|
|
5265
|
+
{
|
|
5266
|
+
"kind": "Reference",
|
|
5267
|
+
"text": "FASTElement",
|
|
5268
|
+
"canonicalReference": "@microsoft/fast-element!FASTElement:interface"
|
|
5269
|
+
},
|
|
5270
|
+
{
|
|
5271
|
+
"kind": "Content",
|
|
5272
|
+
"text": " "
|
|
5273
|
+
}
|
|
5274
|
+
],
|
|
5275
|
+
"fileUrlPath": "src/review.ts",
|
|
5276
|
+
"releaseTag": "Public",
|
|
5277
|
+
"isAbstract": false,
|
|
5278
|
+
"name": "Review",
|
|
5279
|
+
"preserveMemberOrder": false,
|
|
5280
|
+
"members": [
|
|
5281
|
+
{
|
|
5282
|
+
"kind": "Property",
|
|
5283
|
+
"canonicalReference": "@genesislcap/foundation-forms!Review#heading:member",
|
|
5284
|
+
"docComment": "/**\n * Title shown in the review header.\n *\n * @public\n */\n",
|
|
5285
|
+
"excerptTokens": [
|
|
5286
|
+
{
|
|
5287
|
+
"kind": "Content",
|
|
5288
|
+
"text": "heading: "
|
|
5289
|
+
},
|
|
5290
|
+
{
|
|
5291
|
+
"kind": "Content",
|
|
5292
|
+
"text": "string"
|
|
5293
|
+
},
|
|
5294
|
+
{
|
|
5295
|
+
"kind": "Content",
|
|
5296
|
+
"text": ";"
|
|
5297
|
+
}
|
|
5298
|
+
],
|
|
5299
|
+
"isReadonly": false,
|
|
5300
|
+
"isOptional": false,
|
|
5301
|
+
"releaseTag": "Public",
|
|
5302
|
+
"name": "heading",
|
|
5303
|
+
"propertyTypeTokenRange": {
|
|
5304
|
+
"startIndex": 1,
|
|
5305
|
+
"endIndex": 2
|
|
5306
|
+
},
|
|
5307
|
+
"isStatic": false,
|
|
5308
|
+
"isProtected": false,
|
|
5309
|
+
"isAbstract": false
|
|
5310
|
+
},
|
|
5311
|
+
{
|
|
5312
|
+
"kind": "Property",
|
|
5313
|
+
"canonicalReference": "@genesislcap/foundation-forms!Review#prefix:member",
|
|
5314
|
+
"docComment": "",
|
|
5315
|
+
"excerptTokens": [
|
|
5316
|
+
{
|
|
5317
|
+
"kind": "Content",
|
|
5318
|
+
"text": "prefix: "
|
|
5319
|
+
},
|
|
5320
|
+
{
|
|
5321
|
+
"kind": "Content",
|
|
5322
|
+
"text": "string"
|
|
5323
|
+
},
|
|
5324
|
+
{
|
|
5325
|
+
"kind": "Content",
|
|
5326
|
+
"text": ";"
|
|
5327
|
+
}
|
|
5328
|
+
],
|
|
5329
|
+
"isReadonly": false,
|
|
5330
|
+
"isOptional": false,
|
|
5331
|
+
"releaseTag": "Public",
|
|
5332
|
+
"name": "prefix",
|
|
5333
|
+
"propertyTypeTokenRange": {
|
|
5334
|
+
"startIndex": 1,
|
|
5335
|
+
"endIndex": 2
|
|
5336
|
+
},
|
|
5337
|
+
"isStatic": false,
|
|
5338
|
+
"isProtected": false,
|
|
5339
|
+
"isAbstract": false
|
|
5340
|
+
},
|
|
5341
|
+
{
|
|
5342
|
+
"kind": "Property",
|
|
5343
|
+
"canonicalReference": "@genesislcap/foundation-forms!Review#recordId:member",
|
|
5344
|
+
"docComment": "/**\n * Optional identifier shown next to the heading, e.g. a record's primary key.\n *\n * @public\n */\n",
|
|
5345
|
+
"excerptTokens": [
|
|
5346
|
+
{
|
|
5347
|
+
"kind": "Content",
|
|
5348
|
+
"text": "recordId: "
|
|
5349
|
+
},
|
|
5350
|
+
{
|
|
5351
|
+
"kind": "Content",
|
|
5352
|
+
"text": "string"
|
|
5353
|
+
},
|
|
5354
|
+
{
|
|
5355
|
+
"kind": "Content",
|
|
5356
|
+
"text": ";"
|
|
5357
|
+
}
|
|
5358
|
+
],
|
|
5359
|
+
"isReadonly": false,
|
|
5360
|
+
"isOptional": false,
|
|
5361
|
+
"releaseTag": "Public",
|
|
5362
|
+
"name": "recordId",
|
|
5363
|
+
"propertyTypeTokenRange": {
|
|
5364
|
+
"startIndex": 1,
|
|
5365
|
+
"endIndex": 2
|
|
5366
|
+
},
|
|
5367
|
+
"isStatic": false,
|
|
5368
|
+
"isProtected": false,
|
|
5369
|
+
"isAbstract": false
|
|
5370
|
+
},
|
|
5371
|
+
{
|
|
5372
|
+
"kind": "Property",
|
|
5373
|
+
"canonicalReference": "@genesislcap/foundation-forms!Review#sections:member",
|
|
5374
|
+
"docComment": "/**\n * Sections of label/value pairs to render, grouped by their nearest UI schema `Group`.\n *\n * @public\n */\n",
|
|
5375
|
+
"excerptTokens": [
|
|
5376
|
+
{
|
|
5377
|
+
"kind": "Content",
|
|
5378
|
+
"text": "sections: "
|
|
5379
|
+
},
|
|
5380
|
+
{
|
|
5381
|
+
"kind": "Reference",
|
|
5382
|
+
"text": "ReviewSection",
|
|
5383
|
+
"canonicalReference": "@genesislcap/foundation-forms!ReviewSection:type"
|
|
5384
|
+
},
|
|
5385
|
+
{
|
|
5386
|
+
"kind": "Content",
|
|
5387
|
+
"text": "[]"
|
|
5388
|
+
},
|
|
5389
|
+
{
|
|
5390
|
+
"kind": "Content",
|
|
5391
|
+
"text": ";"
|
|
5392
|
+
}
|
|
5393
|
+
],
|
|
5394
|
+
"isReadonly": false,
|
|
5395
|
+
"isOptional": false,
|
|
5396
|
+
"releaseTag": "Public",
|
|
5397
|
+
"name": "sections",
|
|
5398
|
+
"propertyTypeTokenRange": {
|
|
5399
|
+
"startIndex": 1,
|
|
5400
|
+
"endIndex": 3
|
|
5401
|
+
},
|
|
5402
|
+
"isStatic": false,
|
|
5403
|
+
"isProtected": false,
|
|
5404
|
+
"isAbstract": false
|
|
5405
|
+
}
|
|
5406
|
+
],
|
|
5407
|
+
"extendsTokenRange": {
|
|
5408
|
+
"startIndex": 1,
|
|
5409
|
+
"endIndex": 2
|
|
5410
|
+
},
|
|
5411
|
+
"implementsTokenRanges": []
|
|
5412
|
+
},
|
|
5413
|
+
{
|
|
5414
|
+
"kind": "TypeAlias",
|
|
5415
|
+
"canonicalReference": "@genesislcap/foundation-forms!ReviewField:type",
|
|
5416
|
+
"docComment": "",
|
|
5417
|
+
"excerptTokens": [
|
|
5418
|
+
{
|
|
5419
|
+
"kind": "Content",
|
|
5420
|
+
"text": "export type ReviewField = "
|
|
5421
|
+
},
|
|
5422
|
+
{
|
|
5423
|
+
"kind": "Content",
|
|
5424
|
+
"text": "{\n label: string;\n value: string;\n}"
|
|
5425
|
+
},
|
|
5426
|
+
{
|
|
5427
|
+
"kind": "Content",
|
|
5428
|
+
"text": ";"
|
|
5429
|
+
}
|
|
5430
|
+
],
|
|
5431
|
+
"fileUrlPath": "src/utils/review-utils.ts",
|
|
5432
|
+
"releaseTag": "Public",
|
|
5433
|
+
"name": "ReviewField",
|
|
5434
|
+
"typeTokenRange": {
|
|
5435
|
+
"startIndex": 1,
|
|
5436
|
+
"endIndex": 2
|
|
5437
|
+
}
|
|
5438
|
+
},
|
|
5439
|
+
{
|
|
5440
|
+
"kind": "TypeAlias",
|
|
5441
|
+
"canonicalReference": "@genesislcap/foundation-forms!ReviewSection:type",
|
|
5442
|
+
"docComment": "",
|
|
5443
|
+
"excerptTokens": [
|
|
5444
|
+
{
|
|
5445
|
+
"kind": "Content",
|
|
5446
|
+
"text": "export type ReviewSection = "
|
|
5447
|
+
},
|
|
5448
|
+
{
|
|
5449
|
+
"kind": "Content",
|
|
5450
|
+
"text": "{\n title: string | null;\n fields: "
|
|
5451
|
+
},
|
|
5452
|
+
{
|
|
5453
|
+
"kind": "Reference",
|
|
5454
|
+
"text": "ReviewField",
|
|
5455
|
+
"canonicalReference": "@genesislcap/foundation-forms!ReviewField:type"
|
|
5456
|
+
},
|
|
5457
|
+
{
|
|
5458
|
+
"kind": "Content",
|
|
5459
|
+
"text": "[];\n}"
|
|
5460
|
+
},
|
|
5461
|
+
{
|
|
5462
|
+
"kind": "Content",
|
|
5463
|
+
"text": ";"
|
|
5464
|
+
}
|
|
5465
|
+
],
|
|
5466
|
+
"fileUrlPath": "src/utils/review-utils.ts",
|
|
5467
|
+
"releaseTag": "Public",
|
|
5468
|
+
"name": "ReviewSection",
|
|
5469
|
+
"typeTokenRange": {
|
|
5470
|
+
"startIndex": 1,
|
|
5471
|
+
"endIndex": 4
|
|
5472
|
+
}
|
|
5473
|
+
},
|
|
4359
5474
|
{
|
|
4360
5475
|
"kind": "TypeAlias",
|
|
4361
5476
|
"canonicalReference": "@genesislcap/foundation-forms!RowStatusChangedEventDetail:type",
|