@genesislcap/foundation-forms 14.488.2-FUI-2571.3 → 14.488.2-GENC-1351.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.
- package/dist/custom-elements.json +1115 -1775
- package/dist/dts/form.d.ts +0 -77
- 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 +0 -3
- 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 +0 -10
- package/dist/dts/utils/index.d.ts +0 -1
- package/dist/dts/utils/index.d.ts.map +1 -1
- package/dist/dts/utils/schema-utils.d.ts +0 -12
- package/dist/dts/utils/schema-utils.d.ts.map +1 -1
- package/dist/esm/form.js +1 -120
- package/dist/esm/form.styles.js +2 -9
- package/dist/esm/form.template.js +24 -58
- package/dist/esm/index.js +0 -3
- package/dist/esm/jsonforms/renderers/CategorizationWrapperRenderer.js +45 -1
- package/dist/esm/utils/index.js +0 -1
- package/dist/esm/utils/schema-utils.js +0 -48
- package/dist/foundation-forms.api.json +112 -1227
- package/dist/foundation-forms.d.ts +0 -200
- package/dist/react.cjs +0 -7
- package/dist/react.mjs +0 -6
- package/package.json +15 -15
- package/dist/dts/review.d.ts +0 -34
- package/dist/dts/review.d.ts.map +0 -1
- package/dist/dts/review.styles.d.ts +0 -3
- package/dist/dts/review.styles.d.ts.map +0 -1
- package/dist/dts/review.template.d.ts +0 -6
- package/dist/dts/review.template.d.ts.map +0 -1
- package/dist/dts/utils/review-utils.d.ts +0 -73
- package/dist/dts/utils/review-utils.d.ts.map +0 -1
- package/dist/esm/review.js +0 -63
- package/dist/esm/review.styles.js +0 -93
- package/dist/esm/review.template.js +0 -38
- package/dist/esm/utils/review-utils.js +0 -269
|
@@ -216,198 +216,6 @@
|
|
|
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
|
-
},
|
|
411
219
|
{
|
|
412
220
|
"kind": "TypeAlias",
|
|
413
221
|
"canonicalReference": "@genesislcap/foundation-forms!BulkRowStatus:type",
|
|
@@ -711,211 +519,97 @@
|
|
|
711
519
|
}
|
|
712
520
|
},
|
|
713
521
|
{
|
|
714
|
-
"kind": "
|
|
715
|
-
"canonicalReference": "@genesislcap/foundation-forms!
|
|
716
|
-
"docComment": "/**\n *
|
|
522
|
+
"kind": "TypeAlias",
|
|
523
|
+
"canonicalReference": "@genesislcap/foundation-forms!ConnectedRenderersOptions:type",
|
|
524
|
+
"docComment": "/**\n * Available configuration options for connected combobox/multiselect.\n *\n * @public\n */\n",
|
|
717
525
|
"excerptTokens": [
|
|
718
526
|
{
|
|
719
527
|
"kind": "Content",
|
|
720
|
-
"text": "export
|
|
721
|
-
},
|
|
722
|
-
{
|
|
723
|
-
"kind": "Content",
|
|
724
|
-
"text": "any"
|
|
725
|
-
},
|
|
726
|
-
{
|
|
727
|
-
"kind": "Content",
|
|
728
|
-
"text": ", data: "
|
|
729
|
-
},
|
|
730
|
-
{
|
|
731
|
-
"kind": "Content",
|
|
732
|
-
"text": "any"
|
|
528
|
+
"text": "export type ConnectedRenderersOptions = "
|
|
733
529
|
},
|
|
734
530
|
{
|
|
735
531
|
"kind": "Content",
|
|
736
|
-
"text": "
|
|
532
|
+
"text": "{\n async?: boolean;\n allOptionsResourceName?: string;\n datasourceConfig?: "
|
|
737
533
|
},
|
|
738
534
|
{
|
|
739
535
|
"kind": "Reference",
|
|
740
|
-
"text": "
|
|
741
|
-
"canonicalReference": "@genesislcap/foundation-
|
|
742
|
-
},
|
|
743
|
-
{
|
|
744
|
-
"kind": "Content",
|
|
745
|
-
"text": "[]"
|
|
536
|
+
"text": "DatasourceOptions",
|
|
537
|
+
"canonicalReference": "@genesislcap/foundation-comms!DatasourceOptions:interface"
|
|
746
538
|
},
|
|
747
539
|
{
|
|
748
540
|
"kind": "Content",
|
|
749
|
-
"text": "
|
|
541
|
+
"text": ";\n valueField?: string;\n labelField?: string;\n data?: any[];\n allowCustomOptions?: boolean;\n filterMode?: "
|
|
750
542
|
},
|
|
751
543
|
{
|
|
752
|
-
"kind": "
|
|
753
|
-
"text": "
|
|
544
|
+
"kind": "Reference",
|
|
545
|
+
"text": "FilterMode",
|
|
546
|
+
"canonicalReference": "@genesislcap/foundation-ui!FilterMode:type"
|
|
754
547
|
},
|
|
755
548
|
{
|
|
756
549
|
"kind": "Content",
|
|
757
|
-
"text": "
|
|
550
|
+
"text": ";\n labelRowFormatter?: (any: any) => string;\n delimiter?: string;\n}"
|
|
758
551
|
},
|
|
759
552
|
{
|
|
760
553
|
"kind": "Content",
|
|
761
|
-
"text": "
|
|
762
|
-
}
|
|
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": [
|
|
763
570
|
{
|
|
764
571
|
"kind": "Content",
|
|
765
|
-
"text": "
|
|
572
|
+
"text": "export declare class ControlWrapper extends "
|
|
766
573
|
},
|
|
767
574
|
{
|
|
768
|
-
"kind": "
|
|
769
|
-
"text": "
|
|
575
|
+
"kind": "Reference",
|
|
576
|
+
"text": "FASTElement",
|
|
577
|
+
"canonicalReference": "@microsoft/fast-element!FASTElement:interface"
|
|
770
578
|
},
|
|
771
579
|
{
|
|
772
580
|
"kind": "Content",
|
|
773
|
-
"text": "
|
|
581
|
+
"text": " "
|
|
774
582
|
}
|
|
775
583
|
],
|
|
776
|
-
"fileUrlPath": "src/
|
|
777
|
-
"returnTypeTokenRange": {
|
|
778
|
-
"startIndex": 12,
|
|
779
|
-
"endIndex": 13
|
|
780
|
-
},
|
|
584
|
+
"fileUrlPath": "src/jsonforms/renderers/ControlWrapperRenderer.ts",
|
|
781
585
|
"releaseTag": "Public",
|
|
782
|
-
"
|
|
783
|
-
"
|
|
586
|
+
"isAbstract": false,
|
|
587
|
+
"name": "ControlWrapper",
|
|
588
|
+
"preserveMemberOrder": false,
|
|
589
|
+
"members": [
|
|
784
590
|
{
|
|
785
|
-
"
|
|
786
|
-
"
|
|
787
|
-
|
|
788
|
-
|
|
789
|
-
|
|
790
|
-
|
|
791
|
-
|
|
792
|
-
|
|
793
|
-
|
|
794
|
-
|
|
795
|
-
|
|
796
|
-
|
|
797
|
-
|
|
798
|
-
|
|
799
|
-
|
|
800
|
-
|
|
801
|
-
|
|
802
|
-
"
|
|
803
|
-
|
|
804
|
-
|
|
805
|
-
|
|
806
|
-
"
|
|
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": {
|
|
591
|
+
"kind": "Property",
|
|
592
|
+
"canonicalReference": "@genesislcap/foundation-forms!ControlWrapper#anyOfError:member",
|
|
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": {
|
|
919
613
|
"startIndex": 1,
|
|
920
614
|
"endIndex": 2
|
|
921
615
|
},
|
|
@@ -1608,77 +1302,6 @@
|
|
|
1608
1302
|
],
|
|
1609
1303
|
"name": "downloadCsvTemplate"
|
|
1610
1304
|
},
|
|
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
|
-
},
|
|
1682
1305
|
{
|
|
1683
1306
|
"kind": "Class",
|
|
1684
1307
|
"canonicalReference": "@genesislcap/foundation-forms!Filters:class",
|
|
@@ -2579,36 +2202,6 @@
|
|
|
2579
2202
|
"isProtected": false,
|
|
2580
2203
|
"isAbstract": false
|
|
2581
2204
|
},
|
|
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
|
-
},
|
|
2612
2205
|
{
|
|
2613
2206
|
"kind": "Method",
|
|
2614
2207
|
"canonicalReference": "@genesislcap/foundation-forms!Form#clearRowSubmitStatuses:member(1)",
|
|
@@ -2991,12 +2584,12 @@
|
|
|
2991
2584
|
},
|
|
2992
2585
|
{
|
|
2993
2586
|
"kind": "Property",
|
|
2994
|
-
"canonicalReference": "@genesislcap/foundation-forms!Form#
|
|
2995
|
-
"docComment": "/**\n *
|
|
2587
|
+
"canonicalReference": "@genesislcap/foundation-forms!Form#resourceName:member",
|
|
2588
|
+
"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",
|
|
2996
2589
|
"excerptTokens": [
|
|
2997
2590
|
{
|
|
2998
2591
|
"kind": "Content",
|
|
2999
|
-
"text": "
|
|
2592
|
+
"text": "resourceName: "
|
|
3000
2593
|
},
|
|
3001
2594
|
{
|
|
3002
2595
|
"kind": "Content",
|
|
@@ -3010,7 +2603,7 @@
|
|
|
3010
2603
|
"isReadonly": false,
|
|
3011
2604
|
"isOptional": false,
|
|
3012
2605
|
"releaseTag": "Public",
|
|
3013
|
-
"name": "
|
|
2606
|
+
"name": "resourceName",
|
|
3014
2607
|
"propertyTypeTokenRange": {
|
|
3015
2608
|
"startIndex": 1,
|
|
3016
2609
|
"endIndex": 2
|
|
@@ -3021,16 +2614,30 @@
|
|
|
3021
2614
|
},
|
|
3022
2615
|
{
|
|
3023
2616
|
"kind": "Property",
|
|
3024
|
-
"canonicalReference": "@genesislcap/foundation-forms!Form#
|
|
3025
|
-
"docComment": "/**\n *
|
|
2617
|
+
"canonicalReference": "@genesislcap/foundation-forms!Form#rowSubmitStatuses:member",
|
|
2618
|
+
"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",
|
|
3026
2619
|
"excerptTokens": [
|
|
3027
2620
|
{
|
|
3028
2621
|
"kind": "Content",
|
|
3029
|
-
"text": "
|
|
2622
|
+
"text": "rowSubmitStatuses: "
|
|
2623
|
+
},
|
|
2624
|
+
{
|
|
2625
|
+
"kind": "Reference",
|
|
2626
|
+
"text": "Map",
|
|
2627
|
+
"canonicalReference": "!Map:interface"
|
|
3030
2628
|
},
|
|
3031
2629
|
{
|
|
3032
2630
|
"kind": "Content",
|
|
3033
|
-
"text": "
|
|
2631
|
+
"text": "<number, "
|
|
2632
|
+
},
|
|
2633
|
+
{
|
|
2634
|
+
"kind": "Reference",
|
|
2635
|
+
"text": "BulkRowStatus",
|
|
2636
|
+
"canonicalReference": "@genesislcap/foundation-forms!BulkRowStatus:type"
|
|
2637
|
+
},
|
|
2638
|
+
{
|
|
2639
|
+
"kind": "Content",
|
|
2640
|
+
"text": ">"
|
|
3034
2641
|
},
|
|
3035
2642
|
{
|
|
3036
2643
|
"kind": "Content",
|
|
@@ -3040,10 +2647,10 @@
|
|
|
3040
2647
|
"isReadonly": false,
|
|
3041
2648
|
"isOptional": false,
|
|
3042
2649
|
"releaseTag": "Public",
|
|
3043
|
-
"name": "
|
|
2650
|
+
"name": "rowSubmitStatuses",
|
|
3044
2651
|
"propertyTypeTokenRange": {
|
|
3045
2652
|
"startIndex": 1,
|
|
3046
|
-
"endIndex":
|
|
2653
|
+
"endIndex": 5
|
|
3047
2654
|
},
|
|
3048
2655
|
"isStatic": false,
|
|
3049
2656
|
"isProtected": false,
|
|
@@ -3051,16 +2658,16 @@
|
|
|
3051
2658
|
},
|
|
3052
2659
|
{
|
|
3053
2660
|
"kind": "Property",
|
|
3054
|
-
"canonicalReference": "@genesislcap/foundation-forms!Form#
|
|
3055
|
-
"docComment": "/**\n *
|
|
2661
|
+
"canonicalReference": "@genesislcap/foundation-forms!Form#setApprovalMessage:member",
|
|
2662
|
+
"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",
|
|
3056
2663
|
"excerptTokens": [
|
|
3057
2664
|
{
|
|
3058
2665
|
"kind": "Content",
|
|
3059
|
-
"text": "
|
|
2666
|
+
"text": "setApprovalMessage: "
|
|
3060
2667
|
},
|
|
3061
2668
|
{
|
|
3062
2669
|
"kind": "Content",
|
|
3063
|
-
"text": "
|
|
2670
|
+
"text": "boolean"
|
|
3064
2671
|
},
|
|
3065
2672
|
{
|
|
3066
2673
|
"kind": "Content",
|
|
@@ -3070,7 +2677,7 @@
|
|
|
3070
2677
|
"isReadonly": false,
|
|
3071
2678
|
"isOptional": false,
|
|
3072
2679
|
"releaseTag": "Public",
|
|
3073
|
-
"name": "
|
|
2680
|
+
"name": "setApprovalMessage",
|
|
3074
2681
|
"propertyTypeTokenRange": {
|
|
3075
2682
|
"startIndex": 1,
|
|
3076
2683
|
"endIndex": 2
|
|
@@ -3081,16 +2688,16 @@
|
|
|
3081
2688
|
},
|
|
3082
2689
|
{
|
|
3083
2690
|
"kind": "Property",
|
|
3084
|
-
"canonicalReference": "@genesislcap/foundation-forms!Form#
|
|
3085
|
-
"docComment": "/**\n *
|
|
2691
|
+
"canonicalReference": "@genesislcap/foundation-forms!Form#showReset:member",
|
|
2692
|
+
"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",
|
|
3086
2693
|
"excerptTokens": [
|
|
3087
2694
|
{
|
|
3088
2695
|
"kind": "Content",
|
|
3089
|
-
"text": "
|
|
2696
|
+
"text": "showReset: "
|
|
3090
2697
|
},
|
|
3091
2698
|
{
|
|
3092
2699
|
"kind": "Content",
|
|
3093
|
-
"text": "
|
|
2700
|
+
"text": "boolean"
|
|
3094
2701
|
},
|
|
3095
2702
|
{
|
|
3096
2703
|
"kind": "Content",
|
|
@@ -3100,7 +2707,7 @@
|
|
|
3100
2707
|
"isReadonly": false,
|
|
3101
2708
|
"isOptional": false,
|
|
3102
2709
|
"releaseTag": "Public",
|
|
3103
|
-
"name": "
|
|
2710
|
+
"name": "showReset",
|
|
3104
2711
|
"propertyTypeTokenRange": {
|
|
3105
2712
|
"startIndex": 1,
|
|
3106
2713
|
"endIndex": 2
|
|
@@ -3110,207 +2717,13 @@
|
|
|
3110
2717
|
"isAbstract": false
|
|
3111
2718
|
},
|
|
3112
2719
|
{
|
|
3113
|
-
"kind": "
|
|
3114
|
-
"canonicalReference": "@genesislcap/foundation-forms!Form#
|
|
3115
|
-
"docComment": "/**\n *
|
|
2720
|
+
"kind": "Method",
|
|
2721
|
+
"canonicalReference": "@genesislcap/foundation-forms!Form#submitSingleRow:member(1)",
|
|
2722
|
+
"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",
|
|
3116
2723
|
"excerptTokens": [
|
|
3117
2724
|
{
|
|
3118
2725
|
"kind": "Content",
|
|
3119
|
-
"text": "
|
|
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)",
|
|
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",
|
|
3310
|
-
"excerptTokens": [
|
|
3311
|
-
{
|
|
3312
|
-
"kind": "Content",
|
|
3313
|
-
"text": "submitSingleRow(index: "
|
|
2726
|
+
"text": "submitSingleRow(index: "
|
|
3314
2727
|
},
|
|
3315
2728
|
{
|
|
3316
2729
|
"kind": "Content",
|
|
@@ -3394,51 +2807,6 @@
|
|
|
3394
2807
|
},
|
|
3395
2808
|
"implementsTokenRanges": []
|
|
3396
2809
|
},
|
|
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
|
-
},
|
|
3442
2810
|
{
|
|
3443
2811
|
"kind": "TypeAlias",
|
|
3444
2812
|
"canonicalReference": "@genesislcap/foundation-forms!FormDataChangeEventDetail:type",
|
|
@@ -3762,24 +3130,21 @@
|
|
|
3762
3130
|
},
|
|
3763
3131
|
{
|
|
3764
3132
|
"kind": "Function",
|
|
3765
|
-
"canonicalReference": "@genesislcap/foundation-forms!
|
|
3766
|
-
"docComment": "/**\n *
|
|
3133
|
+
"canonicalReference": "@genesislcap/foundation-forms!getVerticalCategorizationHeight:function(1)",
|
|
3134
|
+
"docComment": "/**\n * Fixed height (CSS value) for vertical categorization when `layout` is `{ type: 'vertical'; height?: string }`.\n *\n * @public\n */\n",
|
|
3767
3135
|
"excerptTokens": [
|
|
3768
3136
|
{
|
|
3769
3137
|
"kind": "Content",
|
|
3770
|
-
"text": "export declare function
|
|
3771
|
-
},
|
|
3772
|
-
{
|
|
3773
|
-
"kind": "Content",
|
|
3774
|
-
"text": "any"
|
|
3138
|
+
"text": "export declare function getVerticalCategorizationHeight(layout: "
|
|
3775
3139
|
},
|
|
3776
3140
|
{
|
|
3777
|
-
"kind": "
|
|
3778
|
-
"text": ",
|
|
3141
|
+
"kind": "Reference",
|
|
3142
|
+
"text": "CategorizationLayoutType",
|
|
3143
|
+
"canonicalReference": "@genesislcap/foundation-forms!CategorizationLayoutType:type"
|
|
3779
3144
|
},
|
|
3780
3145
|
{
|
|
3781
3146
|
"kind": "Content",
|
|
3782
|
-
"text": "
|
|
3147
|
+
"text": " | undefined"
|
|
3783
3148
|
},
|
|
3784
3149
|
{
|
|
3785
3150
|
"kind": "Content",
|
|
@@ -3787,89 +3152,31 @@
|
|
|
3787
3152
|
},
|
|
3788
3153
|
{
|
|
3789
3154
|
"kind": "Content",
|
|
3790
|
-
"text": "
|
|
3155
|
+
"text": "string | undefined"
|
|
3791
3156
|
},
|
|
3792
3157
|
{
|
|
3793
3158
|
"kind": "Content",
|
|
3794
3159
|
"text": ";"
|
|
3795
3160
|
}
|
|
3796
3161
|
],
|
|
3797
|
-
"fileUrlPath": "src/
|
|
3162
|
+
"fileUrlPath": "src/types.ts",
|
|
3798
3163
|
"returnTypeTokenRange": {
|
|
3799
|
-
"startIndex":
|
|
3800
|
-
"endIndex":
|
|
3164
|
+
"startIndex": 4,
|
|
3165
|
+
"endIndex": 5
|
|
3801
3166
|
},
|
|
3802
3167
|
"releaseTag": "Public",
|
|
3803
3168
|
"overloadIndex": 1,
|
|
3804
3169
|
"parameters": [
|
|
3805
3170
|
{
|
|
3806
|
-
"parameterName": "
|
|
3171
|
+
"parameterName": "layout",
|
|
3807
3172
|
"parameterTypeTokenRange": {
|
|
3808
3173
|
"startIndex": 1,
|
|
3809
|
-
"endIndex":
|
|
3810
|
-
},
|
|
3811
|
-
"isOptional": false
|
|
3812
|
-
},
|
|
3813
|
-
{
|
|
3814
|
-
"parameterName": "fieldName",
|
|
3815
|
-
"parameterTypeTokenRange": {
|
|
3816
|
-
"startIndex": 3,
|
|
3817
|
-
"endIndex": 4
|
|
3174
|
+
"endIndex": 3
|
|
3818
3175
|
},
|
|
3819
3176
|
"isOptional": false
|
|
3820
3177
|
}
|
|
3821
3178
|
],
|
|
3822
|
-
"name": "
|
|
3823
|
-
},
|
|
3824
|
-
{
|
|
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"
|
|
3179
|
+
"name": "getVerticalCategorizationHeight"
|
|
3873
3180
|
},
|
|
3874
3181
|
{
|
|
3875
3182
|
"kind": "TypeAlias",
|
|
@@ -5049,428 +4356,6 @@
|
|
|
5049
4356
|
"endIndex": 2
|
|
5050
4357
|
}
|
|
5051
4358
|
},
|
|
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
|
-
},
|
|
5474
4359
|
{
|
|
5475
4360
|
"kind": "TypeAlias",
|
|
5476
4361
|
"canonicalReference": "@genesislcap/foundation-forms!RowStatusChangedEventDetail:type",
|