@genesislcap/foundation-entity-management 14.214.1 → 14.214.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 +212 -862
- package/dist/dts/entities/entities.d.ts +132 -32
- package/dist/dts/entities/entities.d.ts.map +1 -1
- package/dist/esm/entities/entities.js +44 -10
- package/dist/esm/entities/entities.template.js +1 -1
- package/dist/foundation-entity-management.api.json +243 -1613
- package/dist/foundation-entity-management.d.ts +132 -32
- package/docs/api/foundation-entity-management.entitymanagement.createformuischema.md +2 -0
- package/docs/api/foundation-entity-management.entitymanagement.enablefilterbar.md +2 -0
- package/docs/api/foundation-entity-management.entitymanagement.entitylabel.md +1 -1
- package/docs/api/foundation-entity-management.entitymanagement.hidedelete.md +2 -0
- package/docs/api/foundation-entity-management.entitymanagement.hideedit.md +2 -0
- package/docs/api/foundation-entity-management.entitymanagement.md +10 -50
- package/docs/api/foundation-entity-management.entitymanagement.readevent.md +2 -0
- package/docs/api/foundation-entity-management.entitymanagement.readeventfn.md +3 -1
- package/docs/api/foundation-entity-management.entitymanagement.searchbarconfig.md +2 -0
- package/docs/api/foundation-entity-management.entitymanagement.sizecolumnstofit.md +2 -0
- package/docs/api/foundation-entity-management.entitymanagement.updateformuischema.md +2 -0
- package/docs/api-report.md +33 -34
- package/package.json +21 -21
- package/docs/api/foundation-entity-management.entitymanagement.asyncadd.md +0 -18
- package/docs/api/foundation-entity-management.entitymanagement.asyncremove.md +0 -18
- package/docs/api/foundation-entity-management.entitymanagement.asyncupdate.md +0 -18
- package/docs/api/foundation-entity-management.entitymanagement.closemodal.md +0 -15
- package/docs/api/foundation-entity-management.entitymanagement.confirmdelete.md +0 -15
- package/docs/api/foundation-entity-management.entitymanagement.connect.md +0 -18
- package/docs/api/foundation-entity-management.entitymanagement.criteriachanged.md +0 -22
- package/docs/api/foundation-entity-management.entitymanagement.crudmenuwrapper.md +0 -13
- package/docs/api/foundation-entity-management.entitymanagement.deepclone.md +0 -17
- package/docs/api/foundation-entity-management.entitymanagement.disconnectedcallback.md +0 -15
- package/docs/api/foundation-entity-management.entitymanagement.editedentity.md +0 -13
- package/docs/api/foundation-entity-management.entitymanagement.editentitymodal.md +0 -11
- package/docs/api/foundation-entity-management.entitymanagement.editmodalvisible.md +0 -11
- package/docs/api/foundation-entity-management.entitymanagement.editmodalvisiblechanged.md +0 -15
- package/docs/api/foundation-entity-management.entitymanagement.emitcrud.md +0 -24
- package/docs/api/foundation-entity-management.entitymanagement.formuischema.md +0 -11
- package/docs/api/foundation-entity-management.entitymanagement.gettitlebasedonactionortype.md +0 -24
- package/docs/api/foundation-entity-management.entitymanagement.hascontentinslot.md +0 -26
- package/docs/api/foundation-entity-management.entitymanagement.hasselectedentity.md +0 -13
- package/docs/api/foundation-entity-management.entitymanagement.headertempalate.md +0 -11
- package/docs/api/foundation-entity-management.entitymanagement.isserversidedatasource.md +0 -11
- package/docs/api/foundation-entity-management.entitymanagement.modalformtitle.md +0 -13
- package/docs/api/foundation-entity-management.entitymanagement.modalformtype.md +0 -13
- package/docs/api/foundation-entity-management.entitymanagement.readonly.md +0 -11
- package/docs/api/foundation-entity-management.entitymanagement.requestchanged.md +0 -22
- package/docs/api/foundation-entity-management.entitymanagement.searchbardataserver.md +0 -22
- package/docs/api/foundation-entity-management.entitymanagement.searchbarreqserver.md +0 -22
- package/docs/api/foundation-entity-management.entitymanagement.searchchanged.md +0 -22
- package/docs/api/foundation-entity-management.entitymanagement.selectedentity.md +0 -18
- package/docs/api/foundation-entity-management.entitymanagement.selectionchanged.md +0 -24
- package/docs/api/foundation-entity-management.entitymanagement.shouldhidedeleteincolumn.md +0 -13
- package/docs/api/foundation-entity-management.entitymanagement.shouldhideeditincolumn.md +0 -13
- package/docs/api/foundation-entity-management.entitymanagement.submitentitychanges.md +0 -24
- package/docs/api/foundation-entity-management.entitymanagement.submitfailurenotification.md +0 -22
- package/docs/api/foundation-entity-management.entitymanagement.submitting.md +0 -11
|
@@ -267,16 +267,21 @@
|
|
|
267
267
|
"members": [
|
|
268
268
|
{
|
|
269
269
|
"kind": "Property",
|
|
270
|
-
"canonicalReference": "@genesislcap/foundation-entity-management!EntityManagement#
|
|
271
|
-
"docComment": "/**\n *
|
|
270
|
+
"canonicalReference": "@genesislcap/foundation-entity-management!EntityManagement#columns:member",
|
|
271
|
+
"docComment": "/**\n * Array which holds the column definitions.\n *\n * @public\n */\n",
|
|
272
272
|
"excerptTokens": [
|
|
273
273
|
{
|
|
274
274
|
"kind": "Content",
|
|
275
|
-
"text": "
|
|
275
|
+
"text": "columns: "
|
|
276
|
+
},
|
|
277
|
+
{
|
|
278
|
+
"kind": "Reference",
|
|
279
|
+
"text": "ColDef",
|
|
280
|
+
"canonicalReference": "@ag-grid-community/core!ColDef:interface"
|
|
276
281
|
},
|
|
277
282
|
{
|
|
278
283
|
"kind": "Content",
|
|
279
|
-
"text": "
|
|
284
|
+
"text": "[]"
|
|
280
285
|
},
|
|
281
286
|
{
|
|
282
287
|
"kind": "Content",
|
|
@@ -286,10 +291,10 @@
|
|
|
286
291
|
"isReadonly": false,
|
|
287
292
|
"isOptional": false,
|
|
288
293
|
"releaseTag": "Public",
|
|
289
|
-
"name": "
|
|
294
|
+
"name": "columns",
|
|
290
295
|
"propertyTypeTokenRange": {
|
|
291
296
|
"startIndex": 1,
|
|
292
|
-
"endIndex":
|
|
297
|
+
"endIndex": 3
|
|
293
298
|
},
|
|
294
299
|
"isStatic": false,
|
|
295
300
|
"isProtected": false,
|
|
@@ -297,16 +302,16 @@
|
|
|
297
302
|
},
|
|
298
303
|
{
|
|
299
304
|
"kind": "Property",
|
|
300
|
-
"canonicalReference": "@genesislcap/foundation-entity-management!EntityManagement#
|
|
301
|
-
"docComment": "/**\n *
|
|
305
|
+
"canonicalReference": "@genesislcap/foundation-entity-management!EntityManagement#createEvent:member",
|
|
306
|
+
"docComment": "/**\n * Name of the event handler on the Genesis server which handles creating an entity\n *\n * @public\n */\n",
|
|
302
307
|
"excerptTokens": [
|
|
303
308
|
{
|
|
304
309
|
"kind": "Content",
|
|
305
|
-
"text": "
|
|
310
|
+
"text": "createEvent: "
|
|
306
311
|
},
|
|
307
312
|
{
|
|
308
313
|
"kind": "Content",
|
|
309
|
-
"text": "
|
|
314
|
+
"text": "string"
|
|
310
315
|
},
|
|
311
316
|
{
|
|
312
317
|
"kind": "Content",
|
|
@@ -316,7 +321,7 @@
|
|
|
316
321
|
"isReadonly": false,
|
|
317
322
|
"isOptional": false,
|
|
318
323
|
"releaseTag": "Public",
|
|
319
|
-
"name": "
|
|
324
|
+
"name": "createEvent",
|
|
320
325
|
"propertyTypeTokenRange": {
|
|
321
326
|
"startIndex": 1,
|
|
322
327
|
"endIndex": 2
|
|
@@ -327,16 +332,17 @@
|
|
|
327
332
|
},
|
|
328
333
|
{
|
|
329
334
|
"kind": "Property",
|
|
330
|
-
"canonicalReference": "@genesislcap/foundation-entity-management!EntityManagement#
|
|
331
|
-
"docComment": "/**\n *
|
|
335
|
+
"canonicalReference": "@genesislcap/foundation-entity-management!EntityManagement#createFormUiSchema:member",
|
|
336
|
+
"docComment": "/**\n * Enables you to supply a schema to configure an insert form.\n *\n * @public\n */\n",
|
|
332
337
|
"excerptTokens": [
|
|
333
338
|
{
|
|
334
339
|
"kind": "Content",
|
|
335
|
-
"text": "
|
|
340
|
+
"text": "createFormUiSchema: "
|
|
336
341
|
},
|
|
337
342
|
{
|
|
338
|
-
"kind": "
|
|
339
|
-
"text": "
|
|
343
|
+
"kind": "Reference",
|
|
344
|
+
"text": "UiSchema",
|
|
345
|
+
"canonicalReference": "@genesislcap/foundation-forms!UiSchema:type"
|
|
340
346
|
},
|
|
341
347
|
{
|
|
342
348
|
"kind": "Content",
|
|
@@ -346,7 +352,7 @@
|
|
|
346
352
|
"isReadonly": false,
|
|
347
353
|
"isOptional": false,
|
|
348
354
|
"releaseTag": "Public",
|
|
349
|
-
"name": "
|
|
355
|
+
"name": "createFormUiSchema",
|
|
350
356
|
"propertyTypeTokenRange": {
|
|
351
357
|
"startIndex": 1,
|
|
352
358
|
"endIndex": 2
|
|
@@ -356,53 +362,48 @@
|
|
|
356
362
|
"isAbstract": false
|
|
357
363
|
},
|
|
358
364
|
{
|
|
359
|
-
"kind": "
|
|
360
|
-
"canonicalReference": "@genesislcap/foundation-entity-management!EntityManagement#
|
|
361
|
-
"docComment": "",
|
|
365
|
+
"kind": "Property",
|
|
366
|
+
"canonicalReference": "@genesislcap/foundation-entity-management!EntityManagement#crudActionMenuName:member",
|
|
367
|
+
"docComment": "/**\n * The label of the crud action menu\n */\n",
|
|
362
368
|
"excerptTokens": [
|
|
363
369
|
{
|
|
364
370
|
"kind": "Content",
|
|
365
|
-
"text": "
|
|
371
|
+
"text": "crudActionMenuName: "
|
|
366
372
|
},
|
|
367
373
|
{
|
|
368
374
|
"kind": "Content",
|
|
369
|
-
"text": "
|
|
375
|
+
"text": "string"
|
|
370
376
|
},
|
|
371
377
|
{
|
|
372
378
|
"kind": "Content",
|
|
373
379
|
"text": ";"
|
|
374
380
|
}
|
|
375
381
|
],
|
|
376
|
-
"
|
|
377
|
-
"
|
|
382
|
+
"isReadonly": false,
|
|
383
|
+
"isOptional": false,
|
|
384
|
+
"releaseTag": "Public",
|
|
385
|
+
"name": "crudActionMenuName",
|
|
386
|
+
"propertyTypeTokenRange": {
|
|
378
387
|
"startIndex": 1,
|
|
379
388
|
"endIndex": 2
|
|
380
389
|
},
|
|
381
|
-
"
|
|
390
|
+
"isStatic": false,
|
|
382
391
|
"isProtected": false,
|
|
383
|
-
"
|
|
384
|
-
"parameters": [],
|
|
385
|
-
"isOptional": false,
|
|
386
|
-
"isAbstract": false,
|
|
387
|
-
"name": "closeModal"
|
|
392
|
+
"isAbstract": false
|
|
388
393
|
},
|
|
389
394
|
{
|
|
390
395
|
"kind": "Property",
|
|
391
|
-
"canonicalReference": "@genesislcap/foundation-entity-management!EntityManagement#
|
|
392
|
-
"docComment": "/**\n *
|
|
396
|
+
"canonicalReference": "@genesislcap/foundation-entity-management!EntityManagement#crudMenuPosition:member",
|
|
397
|
+
"docComment": "/**\n * Determines where the buttons will appear\n *\n * @public\n */\n",
|
|
393
398
|
"excerptTokens": [
|
|
394
399
|
{
|
|
395
400
|
"kind": "Content",
|
|
396
|
-
"text": "
|
|
401
|
+
"text": "crudMenuPosition: "
|
|
397
402
|
},
|
|
398
403
|
{
|
|
399
404
|
"kind": "Reference",
|
|
400
|
-
"text": "
|
|
401
|
-
"canonicalReference": "@
|
|
402
|
-
},
|
|
403
|
-
{
|
|
404
|
-
"kind": "Content",
|
|
405
|
-
"text": "[]"
|
|
405
|
+
"text": "CrudMenuPosition",
|
|
406
|
+
"canonicalReference": "@genesislcap/foundation-entity-management!~CrudMenuPosition:enum"
|
|
406
407
|
},
|
|
407
408
|
{
|
|
408
409
|
"kind": "Content",
|
|
@@ -412,64 +413,28 @@
|
|
|
412
413
|
"isReadonly": false,
|
|
413
414
|
"isOptional": false,
|
|
414
415
|
"releaseTag": "Public",
|
|
415
|
-
"name": "
|
|
416
|
+
"name": "crudMenuPosition",
|
|
416
417
|
"propertyTypeTokenRange": {
|
|
417
418
|
"startIndex": 1,
|
|
418
|
-
"endIndex":
|
|
419
|
+
"endIndex": 2
|
|
419
420
|
},
|
|
420
421
|
"isStatic": false,
|
|
421
422
|
"isProtected": false,
|
|
422
423
|
"isAbstract": false
|
|
423
424
|
},
|
|
424
|
-
{
|
|
425
|
-
"kind": "Method",
|
|
426
|
-
"canonicalReference": "@genesislcap/foundation-entity-management!EntityManagement#confirmDelete:member(1)",
|
|
427
|
-
"docComment": "",
|
|
428
|
-
"excerptTokens": [
|
|
429
|
-
{
|
|
430
|
-
"kind": "Content",
|
|
431
|
-
"text": "confirmDelete(): "
|
|
432
|
-
},
|
|
433
|
-
{
|
|
434
|
-
"kind": "Reference",
|
|
435
|
-
"text": "Promise",
|
|
436
|
-
"canonicalReference": "!Promise:interface"
|
|
437
|
-
},
|
|
438
|
-
{
|
|
439
|
-
"kind": "Content",
|
|
440
|
-
"text": "<void>"
|
|
441
|
-
},
|
|
442
|
-
{
|
|
443
|
-
"kind": "Content",
|
|
444
|
-
"text": ";"
|
|
445
|
-
}
|
|
446
|
-
],
|
|
447
|
-
"isStatic": false,
|
|
448
|
-
"returnTypeTokenRange": {
|
|
449
|
-
"startIndex": 1,
|
|
450
|
-
"endIndex": 3
|
|
451
|
-
},
|
|
452
|
-
"releaseTag": "Public",
|
|
453
|
-
"isProtected": false,
|
|
454
|
-
"overloadIndex": 1,
|
|
455
|
-
"parameters": [],
|
|
456
|
-
"isOptional": false,
|
|
457
|
-
"isAbstract": false,
|
|
458
|
-
"name": "confirmDelete"
|
|
459
|
-
},
|
|
460
425
|
{
|
|
461
426
|
"kind": "Property",
|
|
462
|
-
"canonicalReference": "@genesislcap/foundation-entity-management!EntityManagement#
|
|
463
|
-
"docComment": "/**\n *
|
|
427
|
+
"canonicalReference": "@genesislcap/foundation-entity-management!EntityManagement#crudMenuStyle:member",
|
|
428
|
+
"docComment": "/**\n * Determines the style of the buttons\n *\n * @public\n */\n",
|
|
464
429
|
"excerptTokens": [
|
|
465
430
|
{
|
|
466
431
|
"kind": "Content",
|
|
467
|
-
"text": "
|
|
432
|
+
"text": "crudMenuStyle: "
|
|
468
433
|
},
|
|
469
434
|
{
|
|
470
435
|
"kind": "Reference",
|
|
471
|
-
"text": "
|
|
472
|
-
"canonicalReference": "@genesislcap/foundation-
|
|
436
|
+
"text": "ActionsMenuStyle",
|
|
437
|
+
"canonicalReference": "@genesislcap/foundation-entity-management!~ActionsMenuStyle:enum"
|
|
473
438
|
},
|
|
474
439
|
{
|
|
475
440
|
"kind": "Content",
|
|
@@ -479,27 +444,28 @@
|
|
|
479
444
|
"isReadonly": false,
|
|
480
445
|
"isOptional": false,
|
|
481
446
|
"releaseTag": "Public",
|
|
482
|
-
"name": "
|
|
447
|
+
"name": "crudMenuStyle",
|
|
483
448
|
"propertyTypeTokenRange": {
|
|
484
449
|
"startIndex": 1,
|
|
485
450
|
"endIndex": 2
|
|
486
451
|
},
|
|
487
452
|
"isStatic": false,
|
|
488
|
-
"isProtected":
|
|
453
|
+
"isProtected": false,
|
|
489
454
|
"isAbstract": false
|
|
490
455
|
},
|
|
491
456
|
{
|
|
492
457
|
"kind": "Property",
|
|
493
|
-
"canonicalReference": "@genesislcap/foundation-entity-management!EntityManagement#
|
|
494
|
-
"docComment": "/**\n *
|
|
458
|
+
"canonicalReference": "@genesislcap/foundation-entity-management!EntityManagement#datasourceConfig:member",
|
|
459
|
+
"docComment": "/**\n * The configuration which is used when interacting with the resource on the backend\n *\n * @remarks\n *\n * Handles the configuration such as how many rows of entities to fetch at a time\n *\n * @public\n */\n",
|
|
495
460
|
"excerptTokens": [
|
|
496
461
|
{
|
|
497
462
|
"kind": "Content",
|
|
498
|
-
"text": "
|
|
463
|
+
"text": "datasourceConfig: "
|
|
499
464
|
},
|
|
500
465
|
{
|
|
501
|
-
"kind": "
|
|
502
|
-
"text": "
|
|
466
|
+
"kind": "Reference",
|
|
467
|
+
"text": "DatasourceConfiguration",
|
|
468
|
+
"canonicalReference": "@genesislcap/foundation-entity-management!DatasourceConfiguration:type"
|
|
503
469
|
},
|
|
504
470
|
{
|
|
505
471
|
"kind": "Content",
|
|
@@ -509,7 +475,7 @@
|
|
|
509
475
|
"isReadonly": false,
|
|
510
476
|
"isOptional": false,
|
|
511
477
|
"releaseTag": "Public",
|
|
512
|
-
"name": "
|
|
478
|
+
"name": "datasourceConfig",
|
|
513
479
|
"propertyTypeTokenRange": {
|
|
514
480
|
"startIndex": 1,
|
|
515
481
|
"endIndex": 2
|
|
@@ -520,17 +486,17 @@
|
|
|
520
486
|
},
|
|
521
487
|
{
|
|
522
488
|
"kind": "Property",
|
|
523
|
-
"canonicalReference": "@genesislcap/foundation-entity-management!EntityManagement#
|
|
524
|
-
"docComment": "",
|
|
489
|
+
"canonicalReference": "@genesislcap/foundation-entity-management!EntityManagement#datasourceType:member",
|
|
490
|
+
"docComment": "/**\n * If set to 'server' it will enable Server-Side Row Model and use `grid-pro-server-side-datasource` for the grid of the `entity-list` sub-component. By default `grid-pro-client-side-datasource` will be used.\n *\n * @public\n */\n",
|
|
525
491
|
"excerptTokens": [
|
|
526
492
|
{
|
|
527
493
|
"kind": "Content",
|
|
528
|
-
"text": "
|
|
494
|
+
"text": "datasourceType: "
|
|
529
495
|
},
|
|
530
496
|
{
|
|
531
497
|
"kind": "Reference",
|
|
532
|
-
"text": "
|
|
533
|
-
"canonicalReference": "@genesislcap/
|
|
498
|
+
"text": "DatasourceType",
|
|
499
|
+
"canonicalReference": "@genesislcap/grid-pro!DatasourceType:type"
|
|
534
500
|
},
|
|
535
501
|
{
|
|
536
502
|
"kind": "Content",
|
|
@@ -540,7 +506,7 @@
|
|
|
540
506
|
"isReadonly": false,
|
|
541
507
|
"isOptional": false,
|
|
542
508
|
"releaseTag": "Public",
|
|
543
|
-
"name": "
|
|
509
|
+
"name": "datasourceType",
|
|
544
510
|
"propertyTypeTokenRange": {
|
|
545
511
|
"startIndex": 1,
|
|
546
512
|
"endIndex": 2
|
|
@@ -550,66 +516,48 @@
|
|
|
550
516
|
"isAbstract": false
|
|
551
517
|
},
|
|
552
518
|
{
|
|
553
|
-
"kind": "
|
|
554
|
-
"canonicalReference": "@genesislcap/foundation-entity-management!EntityManagement#
|
|
555
|
-
"docComment": "",
|
|
519
|
+
"kind": "Property",
|
|
520
|
+
"canonicalReference": "@genesislcap/foundation-entity-management!EntityManagement#defaultEntityValues:member",
|
|
521
|
+
"docComment": "/**\n * The default values to populate the form with when the user is adding an entity\n *\n * @public\n */\n",
|
|
556
522
|
"excerptTokens": [
|
|
557
523
|
{
|
|
558
524
|
"kind": "Content",
|
|
559
|
-
"text": "
|
|
525
|
+
"text": "defaultEntityValues: "
|
|
560
526
|
},
|
|
561
527
|
{
|
|
562
528
|
"kind": "Reference",
|
|
563
|
-
"text": "
|
|
564
|
-
"canonicalReference": "!
|
|
565
|
-
},
|
|
566
|
-
{
|
|
567
|
-
"kind": "Content",
|
|
568
|
-
"text": "<string>"
|
|
569
|
-
},
|
|
570
|
-
{
|
|
571
|
-
"kind": "Content",
|
|
572
|
-
"text": "): "
|
|
529
|
+
"text": "Record",
|
|
530
|
+
"canonicalReference": "!Record:type"
|
|
573
531
|
},
|
|
574
532
|
{
|
|
575
533
|
"kind": "Content",
|
|
576
|
-
"text": "
|
|
534
|
+
"text": "<string, unknown>"
|
|
577
535
|
},
|
|
578
536
|
{
|
|
579
537
|
"kind": "Content",
|
|
580
538
|
"text": ";"
|
|
581
539
|
}
|
|
582
540
|
],
|
|
583
|
-
"
|
|
584
|
-
"
|
|
585
|
-
"startIndex": 4,
|
|
586
|
-
"endIndex": 5
|
|
587
|
-
},
|
|
541
|
+
"isReadonly": false,
|
|
542
|
+
"isOptional": false,
|
|
588
543
|
"releaseTag": "Public",
|
|
544
|
+
"name": "defaultEntityValues",
|
|
545
|
+
"propertyTypeTokenRange": {
|
|
546
|
+
"startIndex": 1,
|
|
547
|
+
"endIndex": 3
|
|
548
|
+
},
|
|
549
|
+
"isStatic": false,
|
|
589
550
|
"isProtected": false,
|
|
590
|
-
"
|
|
591
|
-
"parameters": [
|
|
592
|
-
{
|
|
593
|
-
"parameterName": "e",
|
|
594
|
-
"parameterTypeTokenRange": {
|
|
595
|
-
"startIndex": 1,
|
|
596
|
-
"endIndex": 3
|
|
597
|
-
},
|
|
598
|
-
"isOptional": false
|
|
599
|
-
}
|
|
600
|
-
],
|
|
601
|
-
"isOptional": false,
|
|
602
|
-
"isAbstract": false,
|
|
603
|
-
"name": "criteriaChanged"
|
|
551
|
+
"isAbstract": false
|
|
604
552
|
},
|
|
605
553
|
{
|
|
606
554
|
"kind": "Property",
|
|
607
|
-
"canonicalReference": "@genesislcap/foundation-entity-management!EntityManagement#
|
|
608
|
-
"docComment": "/**\n *
|
|
555
|
+
"canonicalReference": "@genesislcap/foundation-entity-management!EntityManagement#deleteEvent:member",
|
|
556
|
+
"docComment": "/**\n * Name of the event handler on the Genesis server which handles deleting the entity\n *\n * @public\n */\n",
|
|
609
557
|
"excerptTokens": [
|
|
610
558
|
{
|
|
611
559
|
"kind": "Content",
|
|
612
|
-
"text": "
|
|
560
|
+
"text": "deleteEvent: "
|
|
613
561
|
},
|
|
614
562
|
{
|
|
615
563
|
"kind": "Content",
|
|
@@ -623,7 +571,7 @@
|
|
|
623
571
|
"isReadonly": false,
|
|
624
572
|
"isOptional": false,
|
|
625
573
|
"releaseTag": "Public",
|
|
626
|
-
"name": "
|
|
574
|
+
"name": "deleteEvent",
|
|
627
575
|
"propertyTypeTokenRange": {
|
|
628
576
|
"startIndex": 1,
|
|
629
577
|
"endIndex": 2
|
|
@@ -634,17 +582,16 @@
|
|
|
634
582
|
},
|
|
635
583
|
{
|
|
636
584
|
"kind": "Property",
|
|
637
|
-
"canonicalReference": "@genesislcap/foundation-entity-management!EntityManagement#
|
|
638
|
-
"docComment": "/**\n *
|
|
585
|
+
"canonicalReference": "@genesislcap/foundation-entity-management!EntityManagement#enableCellFlashing:member",
|
|
586
|
+
"docComment": "/**\n * If false, will disable cell flashing for all cells by default, unless otherwise defined in custom colDef\n *\n * @remarks\n *\n * Defaults to true\n *\n * @public\n */\n",
|
|
639
587
|
"excerptTokens": [
|
|
640
588
|
{
|
|
641
589
|
"kind": "Content",
|
|
642
|
-
"text": "
|
|
590
|
+
"text": "enableCellFlashing: "
|
|
643
591
|
},
|
|
644
592
|
{
|
|
645
|
-
"kind": "
|
|
646
|
-
"text": "
|
|
647
|
-
"canonicalReference": "@genesislcap/foundation-entity-management!~CrudMenuPosition:enum"
|
|
593
|
+
"kind": "Content",
|
|
594
|
+
"text": "boolean"
|
|
648
595
|
},
|
|
649
596
|
{
|
|
650
597
|
"kind": "Content",
|
|
@@ -654,7 +601,7 @@
|
|
|
654
601
|
"isReadonly": false,
|
|
655
602
|
"isOptional": false,
|
|
656
603
|
"releaseTag": "Public",
|
|
657
|
-
"name": "
|
|
604
|
+
"name": "enableCellFlashing",
|
|
658
605
|
"propertyTypeTokenRange": {
|
|
659
606
|
"startIndex": 1,
|
|
660
607
|
"endIndex": 2
|
|
@@ -665,17 +612,16 @@
|
|
|
665
612
|
},
|
|
666
613
|
{
|
|
667
614
|
"kind": "Property",
|
|
668
|
-
"canonicalReference": "@genesislcap/foundation-entity-management!EntityManagement#
|
|
669
|
-
"docComment": "/**\n *
|
|
615
|
+
"canonicalReference": "@genesislcap/foundation-entity-management!EntityManagement#enableFilterBar:member",
|
|
616
|
+
"docComment": "/**\n * Enables filter bar component\n *\n * @public\n */\n",
|
|
670
617
|
"excerptTokens": [
|
|
671
618
|
{
|
|
672
619
|
"kind": "Content",
|
|
673
|
-
"text": "
|
|
620
|
+
"text": "enableFilterBar: "
|
|
674
621
|
},
|
|
675
622
|
{
|
|
676
|
-
"kind": "
|
|
677
|
-
"text": "
|
|
678
|
-
"canonicalReference": "@genesislcap/foundation-entity-management!~ActionsMenuStyle:enum"
|
|
623
|
+
"kind": "Content",
|
|
624
|
+
"text": "boolean"
|
|
679
625
|
},
|
|
680
626
|
{
|
|
681
627
|
"kind": "Content",
|
|
@@ -685,7 +631,7 @@
|
|
|
685
631
|
"isReadonly": false,
|
|
686
632
|
"isOptional": false,
|
|
687
633
|
"releaseTag": "Public",
|
|
688
|
-
"name": "
|
|
634
|
+
"name": "enableFilterBar",
|
|
689
635
|
"propertyTypeTokenRange": {
|
|
690
636
|
"startIndex": 1,
|
|
691
637
|
"endIndex": 2
|
|
@@ -696,16 +642,16 @@
|
|
|
696
642
|
},
|
|
697
643
|
{
|
|
698
644
|
"kind": "Property",
|
|
699
|
-
"canonicalReference": "@genesislcap/foundation-entity-management!EntityManagement#
|
|
700
|
-
"docComment": "/**\n *
|
|
645
|
+
"canonicalReference": "@genesislcap/foundation-entity-management!EntityManagement#enableRowFlashing:member",
|
|
646
|
+
"docComment": "/**\n * If true, will enable row flashing for all rows for `add` transactions\n *\n * @public\n */\n",
|
|
701
647
|
"excerptTokens": [
|
|
702
648
|
{
|
|
703
649
|
"kind": "Content",
|
|
704
|
-
"text": "
|
|
650
|
+
"text": "enableRowFlashing: "
|
|
705
651
|
},
|
|
706
652
|
{
|
|
707
653
|
"kind": "Content",
|
|
708
|
-
"text": "
|
|
654
|
+
"text": "boolean"
|
|
709
655
|
},
|
|
710
656
|
{
|
|
711
657
|
"kind": "Content",
|
|
@@ -715,7 +661,7 @@
|
|
|
715
661
|
"isReadonly": false,
|
|
716
662
|
"isOptional": false,
|
|
717
663
|
"releaseTag": "Public",
|
|
718
|
-
"name": "
|
|
664
|
+
"name": "enableRowFlashing",
|
|
719
665
|
"propertyTypeTokenRange": {
|
|
720
666
|
"startIndex": 1,
|
|
721
667
|
"endIndex": 2
|
|
@@ -726,17 +672,16 @@
|
|
|
726
672
|
},
|
|
727
673
|
{
|
|
728
674
|
"kind": "Property",
|
|
729
|
-
"canonicalReference": "@genesislcap/foundation-entity-management!EntityManagement#
|
|
730
|
-
"docComment": "/**\n *
|
|
675
|
+
"canonicalReference": "@genesislcap/foundation-entity-management!EntityManagement#enableSearchBar:member",
|
|
676
|
+
"docComment": "/**\n * This attribute controls whether to enable the search-bar.\n *\n * @public\n */\n",
|
|
731
677
|
"excerptTokens": [
|
|
732
678
|
{
|
|
733
679
|
"kind": "Content",
|
|
734
|
-
"text": "
|
|
680
|
+
"text": "enableSearchBar: "
|
|
735
681
|
},
|
|
736
682
|
{
|
|
737
|
-
"kind": "
|
|
738
|
-
"text": "
|
|
739
|
-
"canonicalReference": "@genesislcap/foundation-entity-management!DatasourceConfiguration:type"
|
|
683
|
+
"kind": "Content",
|
|
684
|
+
"text": "boolean"
|
|
740
685
|
},
|
|
741
686
|
{
|
|
742
687
|
"kind": "Content",
|
|
@@ -746,7 +691,7 @@
|
|
|
746
691
|
"isReadonly": false,
|
|
747
692
|
"isOptional": false,
|
|
748
693
|
"releaseTag": "Public",
|
|
749
|
-
"name": "
|
|
694
|
+
"name": "enableSearchBar",
|
|
750
695
|
"propertyTypeTokenRange": {
|
|
751
696
|
"startIndex": 1,
|
|
752
697
|
"endIndex": 2
|
|
@@ -757,17 +702,16 @@
|
|
|
757
702
|
},
|
|
758
703
|
{
|
|
759
704
|
"kind": "Property",
|
|
760
|
-
"canonicalReference": "@genesislcap/foundation-entity-management!EntityManagement#
|
|
761
|
-
"docComment": "/**\n *
|
|
705
|
+
"canonicalReference": "@genesislcap/foundation-entity-management!EntityManagement#entityLabel:member",
|
|
706
|
+
"docComment": "/**\n * Label for the entity which is used in the title of the modal when editing the entity, on CRUD buttons and on toast notifications\n *\n * @public\n */\n",
|
|
762
707
|
"excerptTokens": [
|
|
763
708
|
{
|
|
764
709
|
"kind": "Content",
|
|
765
|
-
"text": "
|
|
710
|
+
"text": "entityLabel: "
|
|
766
711
|
},
|
|
767
712
|
{
|
|
768
|
-
"kind": "
|
|
769
|
-
"text": "
|
|
770
|
-
"canonicalReference": "@genesislcap/grid-pro!DatasourceType:type"
|
|
713
|
+
"kind": "Content",
|
|
714
|
+
"text": "string"
|
|
771
715
|
},
|
|
772
716
|
{
|
|
773
717
|
"kind": "Content",
|
|
@@ -777,7 +721,7 @@
|
|
|
777
721
|
"isReadonly": false,
|
|
778
722
|
"isOptional": false,
|
|
779
723
|
"releaseTag": "Public",
|
|
780
|
-
"name": "
|
|
724
|
+
"name": "entityLabel",
|
|
781
725
|
"propertyTypeTokenRange": {
|
|
782
726
|
"startIndex": 1,
|
|
783
727
|
"endIndex": 2
|
|
@@ -787,54 +731,53 @@
|
|
|
787
731
|
"isAbstract": false
|
|
788
732
|
},
|
|
789
733
|
{
|
|
790
|
-
"kind": "
|
|
791
|
-
"canonicalReference": "@genesislcap/foundation-entity-management!EntityManagement#
|
|
792
|
-
"docComment": "/**\n *
|
|
734
|
+
"kind": "Property",
|
|
735
|
+
"canonicalReference": "@genesislcap/foundation-entity-management!EntityManagement#formRenderers:member",
|
|
736
|
+
"docComment": "/**\n * Array with renderers used by foundation-forms\n *\n * @public\n */\n",
|
|
793
737
|
"excerptTokens": [
|
|
794
738
|
{
|
|
795
739
|
"kind": "Content",
|
|
796
|
-
"text": "
|
|
740
|
+
"text": "formRenderers: "
|
|
797
741
|
},
|
|
798
742
|
{
|
|
799
743
|
"kind": "Reference",
|
|
800
|
-
"text": "
|
|
801
|
-
"canonicalReference": "!
|
|
744
|
+
"text": "RendererEntry",
|
|
745
|
+
"canonicalReference": "@genesislcap/foundation-forms!RendererEntry:type"
|
|
746
|
+
},
|
|
747
|
+
{
|
|
748
|
+
"kind": "Content",
|
|
749
|
+
"text": "[]"
|
|
802
750
|
},
|
|
803
751
|
{
|
|
804
752
|
"kind": "Content",
|
|
805
753
|
"text": ";"
|
|
806
754
|
}
|
|
807
755
|
],
|
|
808
|
-
"
|
|
809
|
-
"
|
|
756
|
+
"isReadonly": false,
|
|
757
|
+
"isOptional": false,
|
|
758
|
+
"releaseTag": "Public",
|
|
759
|
+
"name": "formRenderers",
|
|
760
|
+
"propertyTypeTokenRange": {
|
|
810
761
|
"startIndex": 1,
|
|
811
|
-
"endIndex":
|
|
762
|
+
"endIndex": 3
|
|
812
763
|
},
|
|
813
|
-
"
|
|
764
|
+
"isStatic": false,
|
|
814
765
|
"isProtected": false,
|
|
815
|
-
"
|
|
816
|
-
"parameters": [],
|
|
817
|
-
"isOptional": false,
|
|
818
|
-
"isAbstract": false,
|
|
819
|
-
"name": "deepClone"
|
|
766
|
+
"isAbstract": false
|
|
820
767
|
},
|
|
821
768
|
{
|
|
822
769
|
"kind": "Property",
|
|
823
|
-
"canonicalReference": "@genesislcap/foundation-entity-management!EntityManagement#
|
|
824
|
-
"docComment": "/**\n *
|
|
770
|
+
"canonicalReference": "@genesislcap/foundation-entity-management!EntityManagement#gridOptions:member",
|
|
771
|
+
"docComment": "/**\n * GridOptions to be passed down from application\n *\n * @public\n */\n",
|
|
825
772
|
"excerptTokens": [
|
|
826
773
|
{
|
|
827
774
|
"kind": "Content",
|
|
828
|
-
"text": "
|
|
775
|
+
"text": "gridOptions: "
|
|
829
776
|
},
|
|
830
777
|
{
|
|
831
778
|
"kind": "Reference",
|
|
832
|
-
"text": "
|
|
833
|
-
"canonicalReference": "!
|
|
834
|
-
},
|
|
835
|
-
{
|
|
836
|
-
"kind": "Content",
|
|
837
|
-
"text": "<string, unknown>"
|
|
779
|
+
"text": "GridOptions",
|
|
780
|
+
"canonicalReference": "@ag-grid-community/core!GridOptions:interface"
|
|
838
781
|
},
|
|
839
782
|
{
|
|
840
783
|
"kind": "Content",
|
|
@@ -844,10 +787,10 @@
|
|
|
844
787
|
"isReadonly": false,
|
|
845
788
|
"isOptional": false,
|
|
846
789
|
"releaseTag": "Public",
|
|
847
|
-
"name": "
|
|
790
|
+
"name": "gridOptions",
|
|
848
791
|
"propertyTypeTokenRange": {
|
|
849
792
|
"startIndex": 1,
|
|
850
|
-
"endIndex":
|
|
793
|
+
"endIndex": 2
|
|
851
794
|
},
|
|
852
795
|
"isStatic": false,
|
|
853
796
|
"isProtected": false,
|
|
@@ -855,16 +798,17 @@
|
|
|
855
798
|
},
|
|
856
799
|
{
|
|
857
800
|
"kind": "Property",
|
|
858
|
-
"canonicalReference": "@genesislcap/foundation-entity-management!EntityManagement#
|
|
859
|
-
"docComment": "/**\n *
|
|
801
|
+
"canonicalReference": "@genesislcap/foundation-entity-management!EntityManagement#headerCaseType:member",
|
|
802
|
+
"docComment": "/**\n * The case type to use for the header names. If not set, the default CONSTANT_CASE will be used.\n *\n * @remarks\n *\n * Can be one of the following: camelCase, capitalCase, dotCase, headerCase, noCase, paramCase, pascalCase, pathCase, sentenceCase, snakeCase.\n *\n * @public\n */\n",
|
|
860
803
|
"excerptTokens": [
|
|
861
804
|
{
|
|
862
805
|
"kind": "Content",
|
|
863
|
-
"text": "
|
|
806
|
+
"text": "headerCaseType: "
|
|
864
807
|
},
|
|
865
808
|
{
|
|
866
|
-
"kind": "
|
|
867
|
-
"text": "
|
|
809
|
+
"kind": "Reference",
|
|
810
|
+
"text": "GridProCaseType",
|
|
811
|
+
"canonicalReference": "@genesislcap/grid-pro!GridProCaseType:enum"
|
|
868
812
|
},
|
|
869
813
|
{
|
|
870
814
|
"kind": "Content",
|
|
@@ -874,7 +818,7 @@
|
|
|
874
818
|
"isReadonly": false,
|
|
875
819
|
"isOptional": false,
|
|
876
820
|
"releaseTag": "Public",
|
|
877
|
-
"name": "
|
|
821
|
+
"name": "headerCaseType",
|
|
878
822
|
"propertyTypeTokenRange": {
|
|
879
823
|
"startIndex": 1,
|
|
880
824
|
"endIndex": 2
|
|
@@ -884,58 +828,47 @@
|
|
|
884
828
|
"isAbstract": false
|
|
885
829
|
},
|
|
886
830
|
{
|
|
887
|
-
"kind": "
|
|
888
|
-
"canonicalReference": "@genesislcap/foundation-entity-management!EntityManagement#
|
|
889
|
-
"docComment": "",
|
|
831
|
+
"kind": "Property",
|
|
832
|
+
"canonicalReference": "@genesislcap/foundation-entity-management!EntityManagement#hideDelete:member",
|
|
833
|
+
"docComment": "/**\n * Hides delete button\n *\n * @public\n */\n",
|
|
890
834
|
"excerptTokens": [
|
|
891
835
|
{
|
|
892
836
|
"kind": "Content",
|
|
893
|
-
"text": "
|
|
894
|
-
},
|
|
895
|
-
{
|
|
896
|
-
"kind": "Reference",
|
|
897
|
-
"text": "Promise",
|
|
898
|
-
"canonicalReference": "!Promise:interface"
|
|
837
|
+
"text": "hideDelete: "
|
|
899
838
|
},
|
|
900
839
|
{
|
|
901
840
|
"kind": "Content",
|
|
902
|
-
"text": "
|
|
841
|
+
"text": "boolean"
|
|
903
842
|
},
|
|
904
843
|
{
|
|
905
844
|
"kind": "Content",
|
|
906
845
|
"text": ";"
|
|
907
846
|
}
|
|
908
847
|
],
|
|
909
|
-
"
|
|
910
|
-
"
|
|
848
|
+
"isReadonly": false,
|
|
849
|
+
"isOptional": false,
|
|
850
|
+
"releaseTag": "Public",
|
|
851
|
+
"name": "hideDelete",
|
|
852
|
+
"propertyTypeTokenRange": {
|
|
911
853
|
"startIndex": 1,
|
|
912
|
-
"endIndex":
|
|
854
|
+
"endIndex": 2
|
|
913
855
|
},
|
|
914
|
-
"
|
|
856
|
+
"isStatic": false,
|
|
915
857
|
"isProtected": false,
|
|
916
|
-
"
|
|
917
|
-
"parameters": [],
|
|
918
|
-
"isOptional": false,
|
|
919
|
-
"isAbstract": false,
|
|
920
|
-
"name": "disconnectedCallback"
|
|
858
|
+
"isAbstract": false
|
|
921
859
|
},
|
|
922
860
|
{
|
|
923
861
|
"kind": "Property",
|
|
924
|
-
"canonicalReference": "@genesislcap/foundation-entity-management!EntityManagement#
|
|
925
|
-
"docComment": "/**\n *
|
|
862
|
+
"canonicalReference": "@genesislcap/foundation-entity-management!EntityManagement#hideEdit:member",
|
|
863
|
+
"docComment": "/**\n * Hides edit button\n *\n * @public\n */\n",
|
|
926
864
|
"excerptTokens": [
|
|
927
865
|
{
|
|
928
866
|
"kind": "Content",
|
|
929
|
-
"text": "
|
|
930
|
-
},
|
|
931
|
-
{
|
|
932
|
-
"kind": "Reference",
|
|
933
|
-
"text": "Record",
|
|
934
|
-
"canonicalReference": "!Record:type"
|
|
867
|
+
"text": "hideEdit: "
|
|
935
868
|
},
|
|
936
869
|
{
|
|
937
870
|
"kind": "Content",
|
|
938
|
-
"text": "
|
|
871
|
+
"text": "boolean"
|
|
939
872
|
},
|
|
940
873
|
{
|
|
941
874
|
"kind": "Content",
|
|
@@ -945,10 +878,10 @@
|
|
|
945
878
|
"isReadonly": false,
|
|
946
879
|
"isOptional": false,
|
|
947
880
|
"releaseTag": "Public",
|
|
948
|
-
"name": "
|
|
881
|
+
"name": "hideEdit",
|
|
949
882
|
"propertyTypeTokenRange": {
|
|
950
883
|
"startIndex": 1,
|
|
951
|
-
"endIndex":
|
|
884
|
+
"endIndex": 2
|
|
952
885
|
},
|
|
953
886
|
"isStatic": false,
|
|
954
887
|
"isProtected": false,
|
|
@@ -956,17 +889,16 @@
|
|
|
956
889
|
},
|
|
957
890
|
{
|
|
958
891
|
"kind": "Property",
|
|
959
|
-
"canonicalReference": "@genesislcap/foundation-entity-management!EntityManagement#
|
|
960
|
-
"docComment": "",
|
|
892
|
+
"canonicalReference": "@genesislcap/foundation-entity-management!EntityManagement#modalPosition:member",
|
|
893
|
+
"docComment": "/**\n * Determines where the modal dialog will appear on screen\n *\n * @public\n */\n",
|
|
961
894
|
"excerptTokens": [
|
|
962
895
|
{
|
|
963
896
|
"kind": "Content",
|
|
964
|
-
"text": "
|
|
897
|
+
"text": "modalPosition: "
|
|
965
898
|
},
|
|
966
899
|
{
|
|
967
|
-
"kind": "
|
|
968
|
-
"text": "
|
|
969
|
-
"canonicalReference": "@genesislcap/foundation-ui!Modal:class"
|
|
900
|
+
"kind": "Content",
|
|
901
|
+
"text": "'centre' | 'left' | 'right'"
|
|
970
902
|
},
|
|
971
903
|
{
|
|
972
904
|
"kind": "Content",
|
|
@@ -976,7 +908,7 @@
|
|
|
976
908
|
"isReadonly": false,
|
|
977
909
|
"isOptional": false,
|
|
978
910
|
"releaseTag": "Public",
|
|
979
|
-
"name": "
|
|
911
|
+
"name": "modalPosition",
|
|
980
912
|
"propertyTypeTokenRange": {
|
|
981
913
|
"startIndex": 1,
|
|
982
914
|
"endIndex": 2
|
|
@@ -987,16 +919,16 @@
|
|
|
987
919
|
},
|
|
988
920
|
{
|
|
989
921
|
"kind": "Property",
|
|
990
|
-
"canonicalReference": "@genesislcap/foundation-entity-management!EntityManagement#
|
|
991
|
-
"docComment": "",
|
|
922
|
+
"canonicalReference": "@genesislcap/foundation-entity-management!EntityManagement#persistColumnStateKey:member",
|
|
923
|
+
"docComment": "/**\n * This attribute controls whether and how the entity manager stores the state of the columns when the user edits them. Omit this attribute to disable the functionality, set it to a unique value to enable it.\n *\n * @remarks\n *\n * Setting this value will set the entity manager to persist the column states through page refreshes etc. An example of what is stored is when the user resizes or reorders columns. This value must be unique for each table in your app otherwise the persisted data will be corrupted. There is an option on the grid for the user to reset the table to the default layout if they wish. If you omit this attribute then nothing is persisted\n *\n * @public\n */\n",
|
|
992
924
|
"excerptTokens": [
|
|
993
925
|
{
|
|
994
926
|
"kind": "Content",
|
|
995
|
-
"text": "
|
|
927
|
+
"text": "persistColumnStateKey: "
|
|
996
928
|
},
|
|
997
929
|
{
|
|
998
930
|
"kind": "Content",
|
|
999
|
-
"text": "
|
|
931
|
+
"text": "string"
|
|
1000
932
|
},
|
|
1001
933
|
{
|
|
1002
934
|
"kind": "Content",
|
|
@@ -1006,7 +938,7 @@
|
|
|
1006
938
|
"isReadonly": false,
|
|
1007
939
|
"isOptional": false,
|
|
1008
940
|
"releaseTag": "Public",
|
|
1009
|
-
"name": "
|
|
941
|
+
"name": "persistColumnStateKey",
|
|
1010
942
|
"propertyTypeTokenRange": {
|
|
1011
943
|
"startIndex": 1,
|
|
1012
944
|
"endIndex": 2
|
|
@@ -1016,96 +948,77 @@
|
|
|
1016
948
|
"isAbstract": false
|
|
1017
949
|
},
|
|
1018
950
|
{
|
|
1019
|
-
"kind": "
|
|
1020
|
-
"canonicalReference": "@genesislcap/foundation-entity-management!EntityManagement#
|
|
1021
|
-
"docComment": "",
|
|
951
|
+
"kind": "Property",
|
|
952
|
+
"canonicalReference": "@genesislcap/foundation-entity-management!EntityManagement#prefix:member",
|
|
953
|
+
"docComment": "/**\n * Name of the design system prefix that will be used in renderers.\n *\n * @public\n */\n",
|
|
1022
954
|
"excerptTokens": [
|
|
1023
955
|
{
|
|
1024
956
|
"kind": "Content",
|
|
1025
|
-
"text": "
|
|
957
|
+
"text": "prefix: "
|
|
1026
958
|
},
|
|
1027
959
|
{
|
|
1028
960
|
"kind": "Content",
|
|
1029
|
-
"text": "
|
|
961
|
+
"text": "string"
|
|
1030
962
|
},
|
|
1031
963
|
{
|
|
1032
964
|
"kind": "Content",
|
|
1033
965
|
"text": ";"
|
|
1034
966
|
}
|
|
1035
967
|
],
|
|
1036
|
-
"
|
|
1037
|
-
"
|
|
968
|
+
"isReadonly": false,
|
|
969
|
+
"isOptional": false,
|
|
970
|
+
"releaseTag": "Public",
|
|
971
|
+
"name": "prefix",
|
|
972
|
+
"propertyTypeTokenRange": {
|
|
1038
973
|
"startIndex": 1,
|
|
1039
974
|
"endIndex": 2
|
|
1040
975
|
},
|
|
1041
|
-
"
|
|
976
|
+
"isStatic": false,
|
|
1042
977
|
"isProtected": false,
|
|
1043
|
-
"
|
|
1044
|
-
"parameters": [],
|
|
1045
|
-
"isOptional": false,
|
|
1046
|
-
"isAbstract": false,
|
|
1047
|
-
"name": "editModalVisibleChanged"
|
|
978
|
+
"isAbstract": false
|
|
1048
979
|
},
|
|
1049
980
|
{
|
|
1050
|
-
"kind": "
|
|
1051
|
-
"canonicalReference": "@genesislcap/foundation-entity-management!EntityManagement#
|
|
1052
|
-
"docComment": "/**\n *
|
|
981
|
+
"kind": "Property",
|
|
982
|
+
"canonicalReference": "@genesislcap/foundation-entity-management!EntityManagement#readEvent:member",
|
|
983
|
+
"docComment": "/**\n * Name of the request on the Genesis server which fetches data for the form, example usage could include fetching additional data that is not available in the grid but required for the selected entity\n *\n * @public\n */\n",
|
|
1053
984
|
"excerptTokens": [
|
|
1054
985
|
{
|
|
1055
986
|
"kind": "Content",
|
|
1056
|
-
"text": "
|
|
1057
|
-
},
|
|
1058
|
-
{
|
|
1059
|
-
"kind": "Content",
|
|
1060
|
-
"text": "'create' | 'edit' | 'delete'"
|
|
1061
|
-
},
|
|
1062
|
-
{
|
|
1063
|
-
"kind": "Content",
|
|
1064
|
-
"text": "): "
|
|
987
|
+
"text": "readEvent: "
|
|
1065
988
|
},
|
|
1066
989
|
{
|
|
1067
990
|
"kind": "Content",
|
|
1068
|
-
"text": "
|
|
991
|
+
"text": "string"
|
|
1069
992
|
},
|
|
1070
993
|
{
|
|
1071
994
|
"kind": "Content",
|
|
1072
995
|
"text": ";"
|
|
1073
996
|
}
|
|
1074
997
|
],
|
|
1075
|
-
"
|
|
1076
|
-
"
|
|
1077
|
-
"startIndex": 3,
|
|
1078
|
-
"endIndex": 4
|
|
1079
|
-
},
|
|
998
|
+
"isReadonly": false,
|
|
999
|
+
"isOptional": false,
|
|
1080
1000
|
"releaseTag": "Public",
|
|
1001
|
+
"name": "readEvent",
|
|
1002
|
+
"propertyTypeTokenRange": {
|
|
1003
|
+
"startIndex": 1,
|
|
1004
|
+
"endIndex": 2
|
|
1005
|
+
},
|
|
1006
|
+
"isStatic": false,
|
|
1081
1007
|
"isProtected": false,
|
|
1082
|
-
"
|
|
1083
|
-
"parameters": [
|
|
1084
|
-
{
|
|
1085
|
-
"parameterName": "action",
|
|
1086
|
-
"parameterTypeTokenRange": {
|
|
1087
|
-
"startIndex": 1,
|
|
1088
|
-
"endIndex": 2
|
|
1089
|
-
},
|
|
1090
|
-
"isOptional": false
|
|
1091
|
-
}
|
|
1092
|
-
],
|
|
1093
|
-
"isOptional": false,
|
|
1094
|
-
"isAbstract": false,
|
|
1095
|
-
"name": "emitCrud"
|
|
1008
|
+
"isAbstract": false
|
|
1096
1009
|
},
|
|
1097
1010
|
{
|
|
1098
1011
|
"kind": "Property",
|
|
1099
|
-
"canonicalReference": "@genesislcap/foundation-entity-management!EntityManagement#
|
|
1100
|
-
"docComment": "/**\n *
|
|
1012
|
+
"canonicalReference": "@genesislcap/foundation-entity-management!EntityManagement#readEventFn:member",
|
|
1013
|
+
"docComment": "/**\n * Similar to readEvent but allows to provide function that will be executed before opening the form and yields data to the form\n *\n * @param entity - selected entity from the grid\n *\n * @returns object with data which will be used to prefill the form similarly to `defaultEntityValues`\n *\n * @public\n */\n",
|
|
1101
1014
|
"excerptTokens": [
|
|
1102
1015
|
{
|
|
1103
1016
|
"kind": "Content",
|
|
1104
|
-
"text": "
|
|
1017
|
+
"text": "readEventFn: "
|
|
1105
1018
|
},
|
|
1106
1019
|
{
|
|
1107
1020
|
"kind": "Content",
|
|
1108
|
-
"text": "
|
|
1021
|
+
"text": "(entity: any) => any"
|
|
1109
1022
|
},
|
|
1110
1023
|
{
|
|
1111
1024
|
"kind": "Content",
|
|
@@ -1115,7 +1028,7 @@
|
|
|
1115
1028
|
"isReadonly": false,
|
|
1116
1029
|
"isOptional": false,
|
|
1117
1030
|
"releaseTag": "Public",
|
|
1118
|
-
"name": "
|
|
1031
|
+
"name": "readEventFn",
|
|
1119
1032
|
"propertyTypeTokenRange": {
|
|
1120
1033
|
"startIndex": 1,
|
|
1121
1034
|
"endIndex": 2
|
|
@@ -1126,16 +1039,16 @@
|
|
|
1126
1039
|
},
|
|
1127
1040
|
{
|
|
1128
1041
|
"kind": "Property",
|
|
1129
|
-
"canonicalReference": "@genesislcap/foundation-entity-management!EntityManagement#
|
|
1130
|
-
"docComment": "",
|
|
1042
|
+
"canonicalReference": "@genesislcap/foundation-entity-management!EntityManagement#resourceName:member",
|
|
1043
|
+
"docComment": "/**\n * Name of the backend resource which contain the entities to manage\n *\n * @public\n */\n",
|
|
1131
1044
|
"excerptTokens": [
|
|
1132
1045
|
{
|
|
1133
1046
|
"kind": "Content",
|
|
1134
|
-
"text": "
|
|
1047
|
+
"text": "resourceName: "
|
|
1135
1048
|
},
|
|
1136
1049
|
{
|
|
1137
1050
|
"kind": "Content",
|
|
1138
|
-
"text": "
|
|
1051
|
+
"text": "string"
|
|
1139
1052
|
},
|
|
1140
1053
|
{
|
|
1141
1054
|
"kind": "Content",
|
|
@@ -1145,7 +1058,7 @@
|
|
|
1145
1058
|
"isReadonly": false,
|
|
1146
1059
|
"isOptional": false,
|
|
1147
1060
|
"releaseTag": "Public",
|
|
1148
|
-
"name": "
|
|
1061
|
+
"name": "resourceName",
|
|
1149
1062
|
"propertyTypeTokenRange": {
|
|
1150
1063
|
"startIndex": 1,
|
|
1151
1064
|
"endIndex": 2
|
|
@@ -1156,16 +1069,16 @@
|
|
|
1156
1069
|
},
|
|
1157
1070
|
{
|
|
1158
1071
|
"kind": "Property",
|
|
1159
|
-
"canonicalReference": "@genesislcap/foundation-entity-management!EntityManagement#
|
|
1160
|
-
"docComment": "/**\n *
|
|
1072
|
+
"canonicalReference": "@genesislcap/foundation-entity-management!EntityManagement#rowSelection:member",
|
|
1073
|
+
"docComment": "/**\n * This attribute allows you to change row-selection to 'single' or 'multiple' which will allow you to select single or multiple rows.\n *\n * @remarks\n *\n * Defaults to single\n *\n * @public\n */\n",
|
|
1161
1074
|
"excerptTokens": [
|
|
1162
1075
|
{
|
|
1163
1076
|
"kind": "Content",
|
|
1164
|
-
"text": "
|
|
1077
|
+
"text": "rowSelection: "
|
|
1165
1078
|
},
|
|
1166
1079
|
{
|
|
1167
1080
|
"kind": "Content",
|
|
1168
|
-
"text": "
|
|
1081
|
+
"text": "string"
|
|
1169
1082
|
},
|
|
1170
1083
|
{
|
|
1171
1084
|
"kind": "Content",
|
|
@@ -1175,7 +1088,7 @@
|
|
|
1175
1088
|
"isReadonly": false,
|
|
1176
1089
|
"isOptional": false,
|
|
1177
1090
|
"releaseTag": "Public",
|
|
1178
|
-
"name": "
|
|
1091
|
+
"name": "rowSelection",
|
|
1179
1092
|
"propertyTypeTokenRange": {
|
|
1180
1093
|
"startIndex": 1,
|
|
1181
1094
|
"endIndex": 2
|
|
@@ -1186,16 +1099,21 @@
|
|
|
1186
1099
|
},
|
|
1187
1100
|
{
|
|
1188
1101
|
"kind": "Property",
|
|
1189
|
-
"canonicalReference": "@genesislcap/foundation-entity-management!EntityManagement#
|
|
1190
|
-
"docComment": "/**\n *
|
|
1102
|
+
"canonicalReference": "@genesislcap/foundation-entity-management!EntityManagement#searchBarConfig:member",
|
|
1103
|
+
"docComment": "/**\n * Allows configuration of the search bar component, if not provided it would build configuration based on columns in the grid *\n *\n * @public\n */\n",
|
|
1191
1104
|
"excerptTokens": [
|
|
1192
1105
|
{
|
|
1193
1106
|
"kind": "Content",
|
|
1194
|
-
"text": "
|
|
1107
|
+
"text": "searchBarConfig: "
|
|
1108
|
+
},
|
|
1109
|
+
{
|
|
1110
|
+
"kind": "Reference",
|
|
1111
|
+
"text": "AvailableOption",
|
|
1112
|
+
"canonicalReference": "@genesislcap/foundation-ui!AvailableOption:type"
|
|
1195
1113
|
},
|
|
1196
1114
|
{
|
|
1197
1115
|
"kind": "Content",
|
|
1198
|
-
"text": "
|
|
1116
|
+
"text": "[]"
|
|
1199
1117
|
},
|
|
1200
1118
|
{
|
|
1201
1119
|
"kind": "Content",
|
|
@@ -1205,10 +1123,10 @@
|
|
|
1205
1123
|
"isReadonly": false,
|
|
1206
1124
|
"isOptional": false,
|
|
1207
1125
|
"releaseTag": "Public",
|
|
1208
|
-
"name": "
|
|
1126
|
+
"name": "searchBarConfig",
|
|
1209
1127
|
"propertyTypeTokenRange": {
|
|
1210
1128
|
"startIndex": 1,
|
|
1211
|
-
"endIndex":
|
|
1129
|
+
"endIndex": 3
|
|
1212
1130
|
},
|
|
1213
1131
|
"isStatic": false,
|
|
1214
1132
|
"isProtected": false,
|
|
@@ -1216,16 +1134,16 @@
|
|
|
1216
1134
|
},
|
|
1217
1135
|
{
|
|
1218
1136
|
"kind": "Property",
|
|
1219
|
-
"canonicalReference": "@genesislcap/foundation-entity-management!EntityManagement#
|
|
1220
|
-
"docComment": "/**\n *
|
|
1137
|
+
"canonicalReference": "@genesislcap/foundation-entity-management!EntityManagement#sizeColumnsToFit:member",
|
|
1138
|
+
"docComment": "/**\n * Resizes columns to take available space\n *\n * @public\n */\n",
|
|
1221
1139
|
"excerptTokens": [
|
|
1222
1140
|
{
|
|
1223
1141
|
"kind": "Content",
|
|
1224
|
-
"text": "
|
|
1142
|
+
"text": "sizeColumnsToFit: "
|
|
1225
1143
|
},
|
|
1226
1144
|
{
|
|
1227
1145
|
"kind": "Content",
|
|
1228
|
-
"text": "
|
|
1146
|
+
"text": "boolean"
|
|
1229
1147
|
},
|
|
1230
1148
|
{
|
|
1231
1149
|
"kind": "Content",
|
|
@@ -1235,7 +1153,7 @@
|
|
|
1235
1153
|
"isReadonly": false,
|
|
1236
1154
|
"isOptional": false,
|
|
1237
1155
|
"releaseTag": "Public",
|
|
1238
|
-
"name": "
|
|
1156
|
+
"name": "sizeColumnsToFit",
|
|
1239
1157
|
"propertyTypeTokenRange": {
|
|
1240
1158
|
"startIndex": 1,
|
|
1241
1159
|
"endIndex": 2
|
|
@@ -1246,21 +1164,16 @@
|
|
|
1246
1164
|
},
|
|
1247
1165
|
{
|
|
1248
1166
|
"kind": "Property",
|
|
1249
|
-
"canonicalReference": "@genesislcap/foundation-entity-management!EntityManagement#
|
|
1250
|
-
"docComment": "/**\n *
|
|
1167
|
+
"canonicalReference": "@genesislcap/foundation-entity-management!EntityManagement#title:member",
|
|
1168
|
+
"docComment": "/**\n * Title of the grid\n *\n * @public\n */\n",
|
|
1251
1169
|
"excerptTokens": [
|
|
1252
1170
|
{
|
|
1253
1171
|
"kind": "Content",
|
|
1254
|
-
"text": "
|
|
1255
|
-
},
|
|
1256
|
-
{
|
|
1257
|
-
"kind": "Reference",
|
|
1258
|
-
"text": "RendererEntry",
|
|
1259
|
-
"canonicalReference": "@genesislcap/foundation-forms!RendererEntry:type"
|
|
1172
|
+
"text": "title: "
|
|
1260
1173
|
},
|
|
1261
1174
|
{
|
|
1262
1175
|
"kind": "Content",
|
|
1263
|
-
"text": "
|
|
1176
|
+
"text": "string"
|
|
1264
1177
|
},
|
|
1265
1178
|
{
|
|
1266
1179
|
"kind": "Content",
|
|
@@ -1270,10 +1183,10 @@
|
|
|
1270
1183
|
"isReadonly": false,
|
|
1271
1184
|
"isOptional": false,
|
|
1272
1185
|
"releaseTag": "Public",
|
|
1273
|
-
"name": "
|
|
1186
|
+
"name": "title",
|
|
1274
1187
|
"propertyTypeTokenRange": {
|
|
1275
1188
|
"startIndex": 1,
|
|
1276
|
-
"endIndex":
|
|
1189
|
+
"endIndex": 2
|
|
1277
1190
|
},
|
|
1278
1191
|
"isStatic": false,
|
|
1279
1192
|
"isProtected": false,
|
|
@@ -1281,17 +1194,16 @@
|
|
|
1281
1194
|
},
|
|
1282
1195
|
{
|
|
1283
1196
|
"kind": "Property",
|
|
1284
|
-
"canonicalReference": "@genesislcap/foundation-entity-management!EntityManagement#
|
|
1285
|
-
"docComment": "",
|
|
1197
|
+
"canonicalReference": "@genesislcap/foundation-entity-management!EntityManagement#updateEvent:member",
|
|
1198
|
+
"docComment": "/**\n * Name of the event handler on the Genesis server which handles updating the entity\n *\n * @public\n */\n",
|
|
1286
1199
|
"excerptTokens": [
|
|
1287
1200
|
{
|
|
1288
1201
|
"kind": "Content",
|
|
1289
|
-
"text": "
|
|
1202
|
+
"text": "updateEvent: "
|
|
1290
1203
|
},
|
|
1291
1204
|
{
|
|
1292
|
-
"kind": "
|
|
1293
|
-
"text": "
|
|
1294
|
-
"canonicalReference": "@genesislcap/foundation-forms!UiSchema:type"
|
|
1205
|
+
"kind": "Content",
|
|
1206
|
+
"text": "string"
|
|
1295
1207
|
},
|
|
1296
1208
|
{
|
|
1297
1209
|
"kind": "Content",
|
|
@@ -1301,1289 +1213,7 @@
|
|
|
1301
1213
|
"isReadonly": false,
|
|
1302
1214
|
"isOptional": false,
|
|
1303
1215
|
"releaseTag": "Public",
|
|
1304
|
-
"name": "
|
|
1305
|
-
"propertyTypeTokenRange": {
|
|
1306
|
-
"startIndex": 1,
|
|
1307
|
-
"endIndex": 2
|
|
1308
|
-
},
|
|
1309
|
-
"isStatic": false,
|
|
1310
|
-
"isProtected": false,
|
|
1311
|
-
"isAbstract": false
|
|
1312
|
-
},
|
|
1313
|
-
{
|
|
1314
|
-
"kind": "Method",
|
|
1315
|
-
"canonicalReference": "@genesislcap/foundation-entity-management!EntityManagement#getTitleBasedOnActionOrType:member(1)",
|
|
1316
|
-
"docComment": "/**\n * The helper function to determine the title of the modal form or button based on the action or type\n *\n * @param actionOrType - The crud action or modal form type\n */\n",
|
|
1317
|
-
"excerptTokens": [
|
|
1318
|
-
{
|
|
1319
|
-
"kind": "Content",
|
|
1320
|
-
"text": "getTitleBasedOnActionOrType(actionOrType: "
|
|
1321
|
-
},
|
|
1322
|
-
{
|
|
1323
|
-
"kind": "Reference",
|
|
1324
|
-
"text": "CrudAction",
|
|
1325
|
-
"canonicalReference": "@genesislcap/foundation-entity-management!~CrudAction:enum"
|
|
1326
|
-
},
|
|
1327
|
-
{
|
|
1328
|
-
"kind": "Content",
|
|
1329
|
-
"text": " | "
|
|
1330
|
-
},
|
|
1331
|
-
{
|
|
1332
|
-
"kind": "Reference",
|
|
1333
|
-
"text": "ModalFormType",
|
|
1334
|
-
"canonicalReference": "@genesislcap/foundation-entity-management!~ModalFormType:enum"
|
|
1335
|
-
},
|
|
1336
|
-
{
|
|
1337
|
-
"kind": "Content",
|
|
1338
|
-
"text": "): "
|
|
1339
|
-
},
|
|
1340
|
-
{
|
|
1341
|
-
"kind": "Content",
|
|
1342
|
-
"text": "string"
|
|
1343
|
-
},
|
|
1344
|
-
{
|
|
1345
|
-
"kind": "Content",
|
|
1346
|
-
"text": ";"
|
|
1347
|
-
}
|
|
1348
|
-
],
|
|
1349
|
-
"isStatic": false,
|
|
1350
|
-
"returnTypeTokenRange": {
|
|
1351
|
-
"startIndex": 5,
|
|
1352
|
-
"endIndex": 6
|
|
1353
|
-
},
|
|
1354
|
-
"releaseTag": "Public",
|
|
1355
|
-
"isProtected": false,
|
|
1356
|
-
"overloadIndex": 1,
|
|
1357
|
-
"parameters": [
|
|
1358
|
-
{
|
|
1359
|
-
"parameterName": "actionOrType",
|
|
1360
|
-
"parameterTypeTokenRange": {
|
|
1361
|
-
"startIndex": 1,
|
|
1362
|
-
"endIndex": 4
|
|
1363
|
-
},
|
|
1364
|
-
"isOptional": false
|
|
1365
|
-
}
|
|
1366
|
-
],
|
|
1367
|
-
"isOptional": false,
|
|
1368
|
-
"isAbstract": false,
|
|
1369
|
-
"name": "getTitleBasedOnActionOrType"
|
|
1370
|
-
},
|
|
1371
|
-
{
|
|
1372
|
-
"kind": "Property",
|
|
1373
|
-
"canonicalReference": "@genesislcap/foundation-entity-management!EntityManagement#gridOptions:member",
|
|
1374
|
-
"docComment": "/**\n * GridOptions to be passed down from application\n *\n * @public\n */\n",
|
|
1375
|
-
"excerptTokens": [
|
|
1376
|
-
{
|
|
1377
|
-
"kind": "Content",
|
|
1378
|
-
"text": "gridOptions: "
|
|
1379
|
-
},
|
|
1380
|
-
{
|
|
1381
|
-
"kind": "Reference",
|
|
1382
|
-
"text": "GridOptions",
|
|
1383
|
-
"canonicalReference": "@ag-grid-community/core!GridOptions:interface"
|
|
1384
|
-
},
|
|
1385
|
-
{
|
|
1386
|
-
"kind": "Content",
|
|
1387
|
-
"text": ";"
|
|
1388
|
-
}
|
|
1389
|
-
],
|
|
1390
|
-
"isReadonly": false,
|
|
1391
|
-
"isOptional": false,
|
|
1392
|
-
"releaseTag": "Public",
|
|
1393
|
-
"name": "gridOptions",
|
|
1394
|
-
"propertyTypeTokenRange": {
|
|
1395
|
-
"startIndex": 1,
|
|
1396
|
-
"endIndex": 2
|
|
1397
|
-
},
|
|
1398
|
-
"isStatic": false,
|
|
1399
|
-
"isProtected": false,
|
|
1400
|
-
"isAbstract": false
|
|
1401
|
-
},
|
|
1402
|
-
{
|
|
1403
|
-
"kind": "Method",
|
|
1404
|
-
"canonicalReference": "@genesislcap/foundation-entity-management!EntityManagement#hasContentInSlot:member(1)",
|
|
1405
|
-
"docComment": "/**\n * Checks if a slot contains any content.\n *\n * @param slotName - The name of the slot to check.\n *\n * @returns True if the slot has content, otherwise false.\n *\n * @public\n */\n",
|
|
1406
|
-
"excerptTokens": [
|
|
1407
|
-
{
|
|
1408
|
-
"kind": "Content",
|
|
1409
|
-
"text": "hasContentInSlot(slotName: "
|
|
1410
|
-
},
|
|
1411
|
-
{
|
|
1412
|
-
"kind": "Content",
|
|
1413
|
-
"text": "string"
|
|
1414
|
-
},
|
|
1415
|
-
{
|
|
1416
|
-
"kind": "Content",
|
|
1417
|
-
"text": "): "
|
|
1418
|
-
},
|
|
1419
|
-
{
|
|
1420
|
-
"kind": "Content",
|
|
1421
|
-
"text": "boolean"
|
|
1422
|
-
},
|
|
1423
|
-
{
|
|
1424
|
-
"kind": "Content",
|
|
1425
|
-
"text": ";"
|
|
1426
|
-
}
|
|
1427
|
-
],
|
|
1428
|
-
"isStatic": false,
|
|
1429
|
-
"returnTypeTokenRange": {
|
|
1430
|
-
"startIndex": 3,
|
|
1431
|
-
"endIndex": 4
|
|
1432
|
-
},
|
|
1433
|
-
"releaseTag": "Public",
|
|
1434
|
-
"isProtected": false,
|
|
1435
|
-
"overloadIndex": 1,
|
|
1436
|
-
"parameters": [
|
|
1437
|
-
{
|
|
1438
|
-
"parameterName": "slotName",
|
|
1439
|
-
"parameterTypeTokenRange": {
|
|
1440
|
-
"startIndex": 1,
|
|
1441
|
-
"endIndex": 2
|
|
1442
|
-
},
|
|
1443
|
-
"isOptional": false
|
|
1444
|
-
}
|
|
1445
|
-
],
|
|
1446
|
-
"isOptional": false,
|
|
1447
|
-
"isAbstract": false,
|
|
1448
|
-
"name": "hasContentInSlot"
|
|
1449
|
-
},
|
|
1450
|
-
{
|
|
1451
|
-
"kind": "Property",
|
|
1452
|
-
"canonicalReference": "@genesislcap/foundation-entity-management!EntityManagement#hasSelectedEntity:member",
|
|
1453
|
-
"docComment": "/**\n * Determines whether there is a selected entity\n */\n",
|
|
1454
|
-
"excerptTokens": [
|
|
1455
|
-
{
|
|
1456
|
-
"kind": "Content",
|
|
1457
|
-
"text": "get hasSelectedEntity(): "
|
|
1458
|
-
},
|
|
1459
|
-
{
|
|
1460
|
-
"kind": "Content",
|
|
1461
|
-
"text": "boolean"
|
|
1462
|
-
},
|
|
1463
|
-
{
|
|
1464
|
-
"kind": "Content",
|
|
1465
|
-
"text": ";"
|
|
1466
|
-
}
|
|
1467
|
-
],
|
|
1468
|
-
"isReadonly": true,
|
|
1469
|
-
"isOptional": false,
|
|
1470
|
-
"releaseTag": "Public",
|
|
1471
|
-
"name": "hasSelectedEntity",
|
|
1472
|
-
"propertyTypeTokenRange": {
|
|
1473
|
-
"startIndex": 1,
|
|
1474
|
-
"endIndex": 2
|
|
1475
|
-
},
|
|
1476
|
-
"isStatic": false,
|
|
1477
|
-
"isProtected": false,
|
|
1478
|
-
"isAbstract": false
|
|
1479
|
-
},
|
|
1480
|
-
{
|
|
1481
|
-
"kind": "Property",
|
|
1482
|
-
"canonicalReference": "@genesislcap/foundation-entity-management!EntityManagement#headerCaseType:member",
|
|
1483
|
-
"docComment": "/**\n * The case type to use for the header names. If not set, the default CONSTANT_CASE will be used.\n *\n * @remarks\n *\n * Can be one of the following: camelCase, capitalCase, dotCase, headerCase, noCase, paramCase, pascalCase, pathCase, sentenceCase, snakeCase.\n *\n * @public\n */\n",
|
|
1484
|
-
"excerptTokens": [
|
|
1485
|
-
{
|
|
1486
|
-
"kind": "Content",
|
|
1487
|
-
"text": "headerCaseType: "
|
|
1488
|
-
},
|
|
1489
|
-
{
|
|
1490
|
-
"kind": "Reference",
|
|
1491
|
-
"text": "GridProCaseType",
|
|
1492
|
-
"canonicalReference": "@genesislcap/grid-pro!GridProCaseType:enum"
|
|
1493
|
-
},
|
|
1494
|
-
{
|
|
1495
|
-
"kind": "Content",
|
|
1496
|
-
"text": ";"
|
|
1497
|
-
}
|
|
1498
|
-
],
|
|
1499
|
-
"isReadonly": false,
|
|
1500
|
-
"isOptional": false,
|
|
1501
|
-
"releaseTag": "Public",
|
|
1502
|
-
"name": "headerCaseType",
|
|
1503
|
-
"propertyTypeTokenRange": {
|
|
1504
|
-
"startIndex": 1,
|
|
1505
|
-
"endIndex": 2
|
|
1506
|
-
},
|
|
1507
|
-
"isStatic": false,
|
|
1508
|
-
"isProtected": false,
|
|
1509
|
-
"isAbstract": false
|
|
1510
|
-
},
|
|
1511
|
-
{
|
|
1512
|
-
"kind": "Property",
|
|
1513
|
-
"canonicalReference": "@genesislcap/foundation-entity-management!EntityManagement#headerTempalate:member",
|
|
1514
|
-
"docComment": "",
|
|
1515
|
-
"excerptTokens": [
|
|
1516
|
-
{
|
|
1517
|
-
"kind": "Content",
|
|
1518
|
-
"text": "get headerTempalate(): "
|
|
1519
|
-
},
|
|
1520
|
-
{
|
|
1521
|
-
"kind": "Content",
|
|
1522
|
-
"text": "import(\"@microsoft/fast-element\")."
|
|
1523
|
-
},
|
|
1524
|
-
{
|
|
1525
|
-
"kind": "Reference",
|
|
1526
|
-
"text": "ViewTemplate",
|
|
1527
|
-
"canonicalReference": "@microsoft/fast-element!ViewTemplate:class"
|
|
1528
|
-
},
|
|
1529
|
-
{
|
|
1530
|
-
"kind": "Content",
|
|
1531
|
-
"text": "<"
|
|
1532
|
-
},
|
|
1533
|
-
{
|
|
1534
|
-
"kind": "Reference",
|
|
1535
|
-
"text": "EntityManagement",
|
|
1536
|
-
"canonicalReference": "@genesislcap/foundation-entity-management!EntityManagement:class"
|
|
1537
|
-
},
|
|
1538
|
-
{
|
|
1539
|
-
"kind": "Content",
|
|
1540
|
-
"text": ", any>"
|
|
1541
|
-
},
|
|
1542
|
-
{
|
|
1543
|
-
"kind": "Content",
|
|
1544
|
-
"text": ";"
|
|
1545
|
-
}
|
|
1546
|
-
],
|
|
1547
|
-
"isReadonly": true,
|
|
1548
|
-
"isOptional": false,
|
|
1549
|
-
"releaseTag": "Public",
|
|
1550
|
-
"name": "headerTempalate",
|
|
1551
|
-
"propertyTypeTokenRange": {
|
|
1552
|
-
"startIndex": 1,
|
|
1553
|
-
"endIndex": 6
|
|
1554
|
-
},
|
|
1555
|
-
"isStatic": false,
|
|
1556
|
-
"isProtected": false,
|
|
1557
|
-
"isAbstract": false
|
|
1558
|
-
},
|
|
1559
|
-
{
|
|
1560
|
-
"kind": "Property",
|
|
1561
|
-
"canonicalReference": "@genesislcap/foundation-entity-management!EntityManagement#hideDelete:member",
|
|
1562
|
-
"docComment": "",
|
|
1563
|
-
"excerptTokens": [
|
|
1564
|
-
{
|
|
1565
|
-
"kind": "Content",
|
|
1566
|
-
"text": "hideDelete: "
|
|
1567
|
-
},
|
|
1568
|
-
{
|
|
1569
|
-
"kind": "Content",
|
|
1570
|
-
"text": "boolean"
|
|
1571
|
-
},
|
|
1572
|
-
{
|
|
1573
|
-
"kind": "Content",
|
|
1574
|
-
"text": ";"
|
|
1575
|
-
}
|
|
1576
|
-
],
|
|
1577
|
-
"isReadonly": false,
|
|
1578
|
-
"isOptional": false,
|
|
1579
|
-
"releaseTag": "Public",
|
|
1580
|
-
"name": "hideDelete",
|
|
1581
|
-
"propertyTypeTokenRange": {
|
|
1582
|
-
"startIndex": 1,
|
|
1583
|
-
"endIndex": 2
|
|
1584
|
-
},
|
|
1585
|
-
"isStatic": false,
|
|
1586
|
-
"isProtected": false,
|
|
1587
|
-
"isAbstract": false
|
|
1588
|
-
},
|
|
1589
|
-
{
|
|
1590
|
-
"kind": "Property",
|
|
1591
|
-
"canonicalReference": "@genesislcap/foundation-entity-management!EntityManagement#hideEdit:member",
|
|
1592
|
-
"docComment": "",
|
|
1593
|
-
"excerptTokens": [
|
|
1594
|
-
{
|
|
1595
|
-
"kind": "Content",
|
|
1596
|
-
"text": "hideEdit: "
|
|
1597
|
-
},
|
|
1598
|
-
{
|
|
1599
|
-
"kind": "Content",
|
|
1600
|
-
"text": "boolean"
|
|
1601
|
-
},
|
|
1602
|
-
{
|
|
1603
|
-
"kind": "Content",
|
|
1604
|
-
"text": ";"
|
|
1605
|
-
}
|
|
1606
|
-
],
|
|
1607
|
-
"isReadonly": false,
|
|
1608
|
-
"isOptional": false,
|
|
1609
|
-
"releaseTag": "Public",
|
|
1610
|
-
"name": "hideEdit",
|
|
1611
|
-
"propertyTypeTokenRange": {
|
|
1612
|
-
"startIndex": 1,
|
|
1613
|
-
"endIndex": 2
|
|
1614
|
-
},
|
|
1615
|
-
"isStatic": false,
|
|
1616
|
-
"isProtected": false,
|
|
1617
|
-
"isAbstract": false
|
|
1618
|
-
},
|
|
1619
|
-
{
|
|
1620
|
-
"kind": "Property",
|
|
1621
|
-
"canonicalReference": "@genesislcap/foundation-entity-management!EntityManagement#isServerSideDatasource:member",
|
|
1622
|
-
"docComment": "",
|
|
1623
|
-
"excerptTokens": [
|
|
1624
|
-
{
|
|
1625
|
-
"kind": "Content",
|
|
1626
|
-
"text": "get isServerSideDatasource(): "
|
|
1627
|
-
},
|
|
1628
|
-
{
|
|
1629
|
-
"kind": "Content",
|
|
1630
|
-
"text": "boolean"
|
|
1631
|
-
},
|
|
1632
|
-
{
|
|
1633
|
-
"kind": "Content",
|
|
1634
|
-
"text": ";"
|
|
1635
|
-
}
|
|
1636
|
-
],
|
|
1637
|
-
"isReadonly": true,
|
|
1638
|
-
"isOptional": false,
|
|
1639
|
-
"releaseTag": "Public",
|
|
1640
|
-
"name": "isServerSideDatasource",
|
|
1641
|
-
"propertyTypeTokenRange": {
|
|
1642
|
-
"startIndex": 1,
|
|
1643
|
-
"endIndex": 2
|
|
1644
|
-
},
|
|
1645
|
-
"isStatic": false,
|
|
1646
|
-
"isProtected": false,
|
|
1647
|
-
"isAbstract": false
|
|
1648
|
-
},
|
|
1649
|
-
{
|
|
1650
|
-
"kind": "Property",
|
|
1651
|
-
"canonicalReference": "@genesislcap/foundation-entity-management!EntityManagement#modalFormTitle:member",
|
|
1652
|
-
"docComment": "/**\n * Getter for the title of the modal form\n */\n",
|
|
1653
|
-
"excerptTokens": [
|
|
1654
|
-
{
|
|
1655
|
-
"kind": "Content",
|
|
1656
|
-
"text": "get modalFormTitle(): "
|
|
1657
|
-
},
|
|
1658
|
-
{
|
|
1659
|
-
"kind": "Content",
|
|
1660
|
-
"text": "string"
|
|
1661
|
-
},
|
|
1662
|
-
{
|
|
1663
|
-
"kind": "Content",
|
|
1664
|
-
"text": ";"
|
|
1665
|
-
}
|
|
1666
|
-
],
|
|
1667
|
-
"isReadonly": true,
|
|
1668
|
-
"isOptional": false,
|
|
1669
|
-
"releaseTag": "Public",
|
|
1670
|
-
"name": "modalFormTitle",
|
|
1671
|
-
"propertyTypeTokenRange": {
|
|
1672
|
-
"startIndex": 1,
|
|
1673
|
-
"endIndex": 2
|
|
1674
|
-
},
|
|
1675
|
-
"isStatic": false,
|
|
1676
|
-
"isProtected": false,
|
|
1677
|
-
"isAbstract": false
|
|
1678
|
-
},
|
|
1679
|
-
{
|
|
1680
|
-
"kind": "Property",
|
|
1681
|
-
"canonicalReference": "@genesislcap/foundation-entity-management!EntityManagement#modalFormType:member",
|
|
1682
|
-
"docComment": "/**\n * The type of form that is currently being displayed in the modal\n */\n",
|
|
1683
|
-
"excerptTokens": [
|
|
1684
|
-
{
|
|
1685
|
-
"kind": "Content",
|
|
1686
|
-
"text": "modalFormType: "
|
|
1687
|
-
},
|
|
1688
|
-
{
|
|
1689
|
-
"kind": "Reference",
|
|
1690
|
-
"text": "ModalFormType",
|
|
1691
|
-
"canonicalReference": "@genesislcap/foundation-entity-management!~ModalFormType:enum"
|
|
1692
|
-
},
|
|
1693
|
-
{
|
|
1694
|
-
"kind": "Content",
|
|
1695
|
-
"text": ";"
|
|
1696
|
-
}
|
|
1697
|
-
],
|
|
1698
|
-
"isReadonly": false,
|
|
1699
|
-
"isOptional": false,
|
|
1700
|
-
"releaseTag": "Public",
|
|
1701
|
-
"name": "modalFormType",
|
|
1702
|
-
"propertyTypeTokenRange": {
|
|
1703
|
-
"startIndex": 1,
|
|
1704
|
-
"endIndex": 2
|
|
1705
|
-
},
|
|
1706
|
-
"isStatic": false,
|
|
1707
|
-
"isProtected": false,
|
|
1708
|
-
"isAbstract": false
|
|
1709
|
-
},
|
|
1710
|
-
{
|
|
1711
|
-
"kind": "Property",
|
|
1712
|
-
"canonicalReference": "@genesislcap/foundation-entity-management!EntityManagement#modalPosition:member",
|
|
1713
|
-
"docComment": "/**\n * Determines where the modal dialog will appear on screen\n *\n * @public\n */\n",
|
|
1714
|
-
"excerptTokens": [
|
|
1715
|
-
{
|
|
1716
|
-
"kind": "Content",
|
|
1717
|
-
"text": "modalPosition: "
|
|
1718
|
-
},
|
|
1719
|
-
{
|
|
1720
|
-
"kind": "Content",
|
|
1721
|
-
"text": "'centre' | 'left' | 'right'"
|
|
1722
|
-
},
|
|
1723
|
-
{
|
|
1724
|
-
"kind": "Content",
|
|
1725
|
-
"text": ";"
|
|
1726
|
-
}
|
|
1727
|
-
],
|
|
1728
|
-
"isReadonly": false,
|
|
1729
|
-
"isOptional": false,
|
|
1730
|
-
"releaseTag": "Public",
|
|
1731
|
-
"name": "modalPosition",
|
|
1732
|
-
"propertyTypeTokenRange": {
|
|
1733
|
-
"startIndex": 1,
|
|
1734
|
-
"endIndex": 2
|
|
1735
|
-
},
|
|
1736
|
-
"isStatic": false,
|
|
1737
|
-
"isProtected": false,
|
|
1738
|
-
"isAbstract": false
|
|
1739
|
-
},
|
|
1740
|
-
{
|
|
1741
|
-
"kind": "Property",
|
|
1742
|
-
"canonicalReference": "@genesislcap/foundation-entity-management!EntityManagement#persistColumnStateKey:member",
|
|
1743
|
-
"docComment": "/**\n * This attribute controls whether and how the entity manager stores the state of the columns when the user edits them. Omit this attribute to disable the functionality, set it to a unique value to enable it.\n *\n * @remarks\n *\n * Setting this value will set the entity manager to persist the column states through page refreshes etc. An example of what is stored is when the user resizes or reorders columns. This value must be unique for each table in your app otherwise the persisted data will be corrupted. There is an option on the grid for the user to reset the table to the default layout if they wish. If you omit this attribute then nothing is persisted\n *\n * @public\n */\n",
|
|
1744
|
-
"excerptTokens": [
|
|
1745
|
-
{
|
|
1746
|
-
"kind": "Content",
|
|
1747
|
-
"text": "persistColumnStateKey: "
|
|
1748
|
-
},
|
|
1749
|
-
{
|
|
1750
|
-
"kind": "Content",
|
|
1751
|
-
"text": "string"
|
|
1752
|
-
},
|
|
1753
|
-
{
|
|
1754
|
-
"kind": "Content",
|
|
1755
|
-
"text": ";"
|
|
1756
|
-
}
|
|
1757
|
-
],
|
|
1758
|
-
"isReadonly": false,
|
|
1759
|
-
"isOptional": false,
|
|
1760
|
-
"releaseTag": "Public",
|
|
1761
|
-
"name": "persistColumnStateKey",
|
|
1762
|
-
"propertyTypeTokenRange": {
|
|
1763
|
-
"startIndex": 1,
|
|
1764
|
-
"endIndex": 2
|
|
1765
|
-
},
|
|
1766
|
-
"isStatic": false,
|
|
1767
|
-
"isProtected": false,
|
|
1768
|
-
"isAbstract": false
|
|
1769
|
-
},
|
|
1770
|
-
{
|
|
1771
|
-
"kind": "Property",
|
|
1772
|
-
"canonicalReference": "@genesislcap/foundation-entity-management!EntityManagement#prefix:member",
|
|
1773
|
-
"docComment": "/**\n * Name of the design system prefix that will be used in renderers.\n *\n * @public\n */\n",
|
|
1774
|
-
"excerptTokens": [
|
|
1775
|
-
{
|
|
1776
|
-
"kind": "Content",
|
|
1777
|
-
"text": "prefix: "
|
|
1778
|
-
},
|
|
1779
|
-
{
|
|
1780
|
-
"kind": "Content",
|
|
1781
|
-
"text": "string"
|
|
1782
|
-
},
|
|
1783
|
-
{
|
|
1784
|
-
"kind": "Content",
|
|
1785
|
-
"text": ";"
|
|
1786
|
-
}
|
|
1787
|
-
],
|
|
1788
|
-
"isReadonly": false,
|
|
1789
|
-
"isOptional": false,
|
|
1790
|
-
"releaseTag": "Public",
|
|
1791
|
-
"name": "prefix",
|
|
1792
|
-
"propertyTypeTokenRange": {
|
|
1793
|
-
"startIndex": 1,
|
|
1794
|
-
"endIndex": 2
|
|
1795
|
-
},
|
|
1796
|
-
"isStatic": false,
|
|
1797
|
-
"isProtected": false,
|
|
1798
|
-
"isAbstract": false
|
|
1799
|
-
},
|
|
1800
|
-
{
|
|
1801
|
-
"kind": "Property",
|
|
1802
|
-
"canonicalReference": "@genesislcap/foundation-entity-management!EntityManagement#readEvent:member",
|
|
1803
|
-
"docComment": "",
|
|
1804
|
-
"excerptTokens": [
|
|
1805
|
-
{
|
|
1806
|
-
"kind": "Content",
|
|
1807
|
-
"text": "readEvent: "
|
|
1808
|
-
},
|
|
1809
|
-
{
|
|
1810
|
-
"kind": "Content",
|
|
1811
|
-
"text": "string"
|
|
1812
|
-
},
|
|
1813
|
-
{
|
|
1814
|
-
"kind": "Content",
|
|
1815
|
-
"text": ";"
|
|
1816
|
-
}
|
|
1817
|
-
],
|
|
1818
|
-
"isReadonly": false,
|
|
1819
|
-
"isOptional": false,
|
|
1820
|
-
"releaseTag": "Public",
|
|
1821
|
-
"name": "readEvent",
|
|
1822
|
-
"propertyTypeTokenRange": {
|
|
1823
|
-
"startIndex": 1,
|
|
1824
|
-
"endIndex": 2
|
|
1825
|
-
},
|
|
1826
|
-
"isStatic": false,
|
|
1827
|
-
"isProtected": false,
|
|
1828
|
-
"isAbstract": false
|
|
1829
|
-
},
|
|
1830
|
-
{
|
|
1831
|
-
"kind": "Property",
|
|
1832
|
-
"canonicalReference": "@genesislcap/foundation-entity-management!EntityManagement#readEventFn:member",
|
|
1833
|
-
"docComment": "",
|
|
1834
|
-
"excerptTokens": [
|
|
1835
|
-
{
|
|
1836
|
-
"kind": "Content",
|
|
1837
|
-
"text": "readEventFn: "
|
|
1838
|
-
},
|
|
1839
|
-
{
|
|
1840
|
-
"kind": "Content",
|
|
1841
|
-
"text": "(...args: any[]) => {}"
|
|
1842
|
-
},
|
|
1843
|
-
{
|
|
1844
|
-
"kind": "Content",
|
|
1845
|
-
"text": ";"
|
|
1846
|
-
}
|
|
1847
|
-
],
|
|
1848
|
-
"isReadonly": false,
|
|
1849
|
-
"isOptional": false,
|
|
1850
|
-
"releaseTag": "Public",
|
|
1851
|
-
"name": "readEventFn",
|
|
1852
|
-
"propertyTypeTokenRange": {
|
|
1853
|
-
"startIndex": 1,
|
|
1854
|
-
"endIndex": 2
|
|
1855
|
-
},
|
|
1856
|
-
"isStatic": false,
|
|
1857
|
-
"isProtected": false,
|
|
1858
|
-
"isAbstract": false
|
|
1859
|
-
},
|
|
1860
|
-
{
|
|
1861
|
-
"kind": "Property",
|
|
1862
|
-
"canonicalReference": "@genesislcap/foundation-entity-management!EntityManagement#readonly:member",
|
|
1863
|
-
"docComment": "",
|
|
1864
|
-
"excerptTokens": [
|
|
1865
|
-
{
|
|
1866
|
-
"kind": "Content",
|
|
1867
|
-
"text": "readonly: "
|
|
1868
|
-
},
|
|
1869
|
-
{
|
|
1870
|
-
"kind": "Content",
|
|
1871
|
-
"text": "boolean"
|
|
1872
|
-
},
|
|
1873
|
-
{
|
|
1874
|
-
"kind": "Content",
|
|
1875
|
-
"text": ";"
|
|
1876
|
-
}
|
|
1877
|
-
],
|
|
1878
|
-
"isReadonly": false,
|
|
1879
|
-
"isOptional": false,
|
|
1880
|
-
"releaseTag": "Public",
|
|
1881
|
-
"name": "readonly",
|
|
1882
|
-
"propertyTypeTokenRange": {
|
|
1883
|
-
"startIndex": 1,
|
|
1884
|
-
"endIndex": 2
|
|
1885
|
-
},
|
|
1886
|
-
"isStatic": false,
|
|
1887
|
-
"isProtected": false,
|
|
1888
|
-
"isAbstract": false
|
|
1889
|
-
},
|
|
1890
|
-
{
|
|
1891
|
-
"kind": "Method",
|
|
1892
|
-
"canonicalReference": "@genesislcap/foundation-entity-management!EntityManagement#requestChanged:member(1)",
|
|
1893
|
-
"docComment": "",
|
|
1894
|
-
"excerptTokens": [
|
|
1895
|
-
{
|
|
1896
|
-
"kind": "Content",
|
|
1897
|
-
"text": "requestChanged(e: "
|
|
1898
|
-
},
|
|
1899
|
-
{
|
|
1900
|
-
"kind": "Reference",
|
|
1901
|
-
"text": "CustomEvent",
|
|
1902
|
-
"canonicalReference": "!CustomEvent:interface"
|
|
1903
|
-
},
|
|
1904
|
-
{
|
|
1905
|
-
"kind": "Content",
|
|
1906
|
-
"text": "<string>"
|
|
1907
|
-
},
|
|
1908
|
-
{
|
|
1909
|
-
"kind": "Content",
|
|
1910
|
-
"text": "): "
|
|
1911
|
-
},
|
|
1912
|
-
{
|
|
1913
|
-
"kind": "Content",
|
|
1914
|
-
"text": "void"
|
|
1915
|
-
},
|
|
1916
|
-
{
|
|
1917
|
-
"kind": "Content",
|
|
1918
|
-
"text": ";"
|
|
1919
|
-
}
|
|
1920
|
-
],
|
|
1921
|
-
"isStatic": false,
|
|
1922
|
-
"returnTypeTokenRange": {
|
|
1923
|
-
"startIndex": 4,
|
|
1924
|
-
"endIndex": 5
|
|
1925
|
-
},
|
|
1926
|
-
"releaseTag": "Public",
|
|
1927
|
-
"isProtected": false,
|
|
1928
|
-
"overloadIndex": 1,
|
|
1929
|
-
"parameters": [
|
|
1930
|
-
{
|
|
1931
|
-
"parameterName": "e",
|
|
1932
|
-
"parameterTypeTokenRange": {
|
|
1933
|
-
"startIndex": 1,
|
|
1934
|
-
"endIndex": 3
|
|
1935
|
-
},
|
|
1936
|
-
"isOptional": false
|
|
1937
|
-
}
|
|
1938
|
-
],
|
|
1939
|
-
"isOptional": false,
|
|
1940
|
-
"isAbstract": false,
|
|
1941
|
-
"name": "requestChanged"
|
|
1942
|
-
},
|
|
1943
|
-
{
|
|
1944
|
-
"kind": "Property",
|
|
1945
|
-
"canonicalReference": "@genesislcap/foundation-entity-management!EntityManagement#resourceName:member",
|
|
1946
|
-
"docComment": "/**\n * Name of the backend resource which contain the entities to manage\n *\n * @public\n */\n",
|
|
1947
|
-
"excerptTokens": [
|
|
1948
|
-
{
|
|
1949
|
-
"kind": "Content",
|
|
1950
|
-
"text": "resourceName: "
|
|
1951
|
-
},
|
|
1952
|
-
{
|
|
1953
|
-
"kind": "Content",
|
|
1954
|
-
"text": "string"
|
|
1955
|
-
},
|
|
1956
|
-
{
|
|
1957
|
-
"kind": "Content",
|
|
1958
|
-
"text": ";"
|
|
1959
|
-
}
|
|
1960
|
-
],
|
|
1961
|
-
"isReadonly": false,
|
|
1962
|
-
"isOptional": false,
|
|
1963
|
-
"releaseTag": "Public",
|
|
1964
|
-
"name": "resourceName",
|
|
1965
|
-
"propertyTypeTokenRange": {
|
|
1966
|
-
"startIndex": 1,
|
|
1967
|
-
"endIndex": 2
|
|
1968
|
-
},
|
|
1969
|
-
"isStatic": false,
|
|
1970
|
-
"isProtected": false,
|
|
1971
|
-
"isAbstract": false
|
|
1972
|
-
},
|
|
1973
|
-
{
|
|
1974
|
-
"kind": "Property",
|
|
1975
|
-
"canonicalReference": "@genesislcap/foundation-entity-management!EntityManagement#rowSelection:member",
|
|
1976
|
-
"docComment": "/**\n * This attribute allows you to change row-selection to 'single' or 'multiple' which will allow you to select single or multiple rows.\n *\n * @remarks\n *\n * Defaults to single\n *\n * @public\n */\n",
|
|
1977
|
-
"excerptTokens": [
|
|
1978
|
-
{
|
|
1979
|
-
"kind": "Content",
|
|
1980
|
-
"text": "rowSelection: "
|
|
1981
|
-
},
|
|
1982
|
-
{
|
|
1983
|
-
"kind": "Content",
|
|
1984
|
-
"text": "string"
|
|
1985
|
-
},
|
|
1986
|
-
{
|
|
1987
|
-
"kind": "Content",
|
|
1988
|
-
"text": ";"
|
|
1989
|
-
}
|
|
1990
|
-
],
|
|
1991
|
-
"isReadonly": false,
|
|
1992
|
-
"isOptional": false,
|
|
1993
|
-
"releaseTag": "Public",
|
|
1994
|
-
"name": "rowSelection",
|
|
1995
|
-
"propertyTypeTokenRange": {
|
|
1996
|
-
"startIndex": 1,
|
|
1997
|
-
"endIndex": 2
|
|
1998
|
-
},
|
|
1999
|
-
"isStatic": false,
|
|
2000
|
-
"isProtected": false,
|
|
2001
|
-
"isAbstract": false
|
|
2002
|
-
},
|
|
2003
|
-
{
|
|
2004
|
-
"kind": "Property",
|
|
2005
|
-
"canonicalReference": "@genesislcap/foundation-entity-management!EntityManagement#searchBarConfig:member",
|
|
2006
|
-
"docComment": "",
|
|
2007
|
-
"excerptTokens": [
|
|
2008
|
-
{
|
|
2009
|
-
"kind": "Content",
|
|
2010
|
-
"text": "searchBarConfig: "
|
|
2011
|
-
},
|
|
2012
|
-
{
|
|
2013
|
-
"kind": "Reference",
|
|
2014
|
-
"text": "AvailableOption",
|
|
2015
|
-
"canonicalReference": "@genesislcap/foundation-ui!AvailableOption:type"
|
|
2016
|
-
},
|
|
2017
|
-
{
|
|
2018
|
-
"kind": "Content",
|
|
2019
|
-
"text": "[]"
|
|
2020
|
-
},
|
|
2021
|
-
{
|
|
2022
|
-
"kind": "Content",
|
|
2023
|
-
"text": ";"
|
|
2024
|
-
}
|
|
2025
|
-
],
|
|
2026
|
-
"isReadonly": false,
|
|
2027
|
-
"isOptional": false,
|
|
2028
|
-
"releaseTag": "Public",
|
|
2029
|
-
"name": "searchBarConfig",
|
|
2030
|
-
"propertyTypeTokenRange": {
|
|
2031
|
-
"startIndex": 1,
|
|
2032
|
-
"endIndex": 3
|
|
2033
|
-
},
|
|
2034
|
-
"isStatic": false,
|
|
2035
|
-
"isProtected": false,
|
|
2036
|
-
"isAbstract": false
|
|
2037
|
-
},
|
|
2038
|
-
{
|
|
2039
|
-
"kind": "Method",
|
|
2040
|
-
"canonicalReference": "@genesislcap/foundation-entity-management!EntityManagement#searchBarDataserver:member(1)",
|
|
2041
|
-
"docComment": "",
|
|
2042
|
-
"excerptTokens": [
|
|
2043
|
-
{
|
|
2044
|
-
"kind": "Content",
|
|
2045
|
-
"text": "searchBarDataserver(options: "
|
|
2046
|
-
},
|
|
2047
|
-
{
|
|
2048
|
-
"kind": "Reference",
|
|
2049
|
-
"text": "SelectedOption",
|
|
2050
|
-
"canonicalReference": "@genesislcap/foundation-ui!SelectedOption:type"
|
|
2051
|
-
},
|
|
2052
|
-
{
|
|
2053
|
-
"kind": "Content",
|
|
2054
|
-
"text": "<string>[]"
|
|
2055
|
-
},
|
|
2056
|
-
{
|
|
2057
|
-
"kind": "Content",
|
|
2058
|
-
"text": "): "
|
|
2059
|
-
},
|
|
2060
|
-
{
|
|
2061
|
-
"kind": "Content",
|
|
2062
|
-
"text": "void"
|
|
2063
|
-
},
|
|
2064
|
-
{
|
|
2065
|
-
"kind": "Content",
|
|
2066
|
-
"text": ";"
|
|
2067
|
-
}
|
|
2068
|
-
],
|
|
2069
|
-
"isStatic": false,
|
|
2070
|
-
"returnTypeTokenRange": {
|
|
2071
|
-
"startIndex": 4,
|
|
2072
|
-
"endIndex": 5
|
|
2073
|
-
},
|
|
2074
|
-
"releaseTag": "Public",
|
|
2075
|
-
"isProtected": false,
|
|
2076
|
-
"overloadIndex": 1,
|
|
2077
|
-
"parameters": [
|
|
2078
|
-
{
|
|
2079
|
-
"parameterName": "options",
|
|
2080
|
-
"parameterTypeTokenRange": {
|
|
2081
|
-
"startIndex": 1,
|
|
2082
|
-
"endIndex": 3
|
|
2083
|
-
},
|
|
2084
|
-
"isOptional": false
|
|
2085
|
-
}
|
|
2086
|
-
],
|
|
2087
|
-
"isOptional": false,
|
|
2088
|
-
"isAbstract": false,
|
|
2089
|
-
"name": "searchBarDataserver"
|
|
2090
|
-
},
|
|
2091
|
-
{
|
|
2092
|
-
"kind": "Method",
|
|
2093
|
-
"canonicalReference": "@genesislcap/foundation-entity-management!EntityManagement#searchBarReqServer:member(1)",
|
|
2094
|
-
"docComment": "",
|
|
2095
|
-
"excerptTokens": [
|
|
2096
|
-
{
|
|
2097
|
-
"kind": "Content",
|
|
2098
|
-
"text": "searchBarReqServer(options: "
|
|
2099
|
-
},
|
|
2100
|
-
{
|
|
2101
|
-
"kind": "Reference",
|
|
2102
|
-
"text": "SelectedOption",
|
|
2103
|
-
"canonicalReference": "@genesislcap/foundation-ui!SelectedOption:type"
|
|
2104
|
-
},
|
|
2105
|
-
{
|
|
2106
|
-
"kind": "Content",
|
|
2107
|
-
"text": "<string>[]"
|
|
2108
|
-
},
|
|
2109
|
-
{
|
|
2110
|
-
"kind": "Content",
|
|
2111
|
-
"text": "): "
|
|
2112
|
-
},
|
|
2113
|
-
{
|
|
2114
|
-
"kind": "Content",
|
|
2115
|
-
"text": "void"
|
|
2116
|
-
},
|
|
2117
|
-
{
|
|
2118
|
-
"kind": "Content",
|
|
2119
|
-
"text": ";"
|
|
2120
|
-
}
|
|
2121
|
-
],
|
|
2122
|
-
"isStatic": false,
|
|
2123
|
-
"returnTypeTokenRange": {
|
|
2124
|
-
"startIndex": 4,
|
|
2125
|
-
"endIndex": 5
|
|
2126
|
-
},
|
|
2127
|
-
"releaseTag": "Public",
|
|
2128
|
-
"isProtected": false,
|
|
2129
|
-
"overloadIndex": 1,
|
|
2130
|
-
"parameters": [
|
|
2131
|
-
{
|
|
2132
|
-
"parameterName": "options",
|
|
2133
|
-
"parameterTypeTokenRange": {
|
|
2134
|
-
"startIndex": 1,
|
|
2135
|
-
"endIndex": 3
|
|
2136
|
-
},
|
|
2137
|
-
"isOptional": false
|
|
2138
|
-
}
|
|
2139
|
-
],
|
|
2140
|
-
"isOptional": false,
|
|
2141
|
-
"isAbstract": false,
|
|
2142
|
-
"name": "searchBarReqServer"
|
|
2143
|
-
},
|
|
2144
|
-
{
|
|
2145
|
-
"kind": "Method",
|
|
2146
|
-
"canonicalReference": "@genesislcap/foundation-entity-management!EntityManagement#searchChanged:member(1)",
|
|
2147
|
-
"docComment": "",
|
|
2148
|
-
"excerptTokens": [
|
|
2149
|
-
{
|
|
2150
|
-
"kind": "Content",
|
|
2151
|
-
"text": "searchChanged(event: "
|
|
2152
|
-
},
|
|
2153
|
-
{
|
|
2154
|
-
"kind": "Reference",
|
|
2155
|
-
"text": "CustomEvent",
|
|
2156
|
-
"canonicalReference": "!CustomEvent:interface"
|
|
2157
|
-
},
|
|
2158
|
-
{
|
|
2159
|
-
"kind": "Content",
|
|
2160
|
-
"text": "<"
|
|
2161
|
-
},
|
|
2162
|
-
{
|
|
2163
|
-
"kind": "Reference",
|
|
2164
|
-
"text": "Array",
|
|
2165
|
-
"canonicalReference": "!Array:interface"
|
|
2166
|
-
},
|
|
2167
|
-
{
|
|
2168
|
-
"kind": "Content",
|
|
2169
|
-
"text": "<"
|
|
2170
|
-
},
|
|
2171
|
-
{
|
|
2172
|
-
"kind": "Reference",
|
|
2173
|
-
"text": "SelectedOption",
|
|
2174
|
-
"canonicalReference": "@genesislcap/foundation-ui!SelectedOption:type"
|
|
2175
|
-
},
|
|
2176
|
-
{
|
|
2177
|
-
"kind": "Content",
|
|
2178
|
-
"text": ">>"
|
|
2179
|
-
},
|
|
2180
|
-
{
|
|
2181
|
-
"kind": "Content",
|
|
2182
|
-
"text": "): "
|
|
2183
|
-
},
|
|
2184
|
-
{
|
|
2185
|
-
"kind": "Content",
|
|
2186
|
-
"text": "void"
|
|
2187
|
-
},
|
|
2188
|
-
{
|
|
2189
|
-
"kind": "Content",
|
|
2190
|
-
"text": ";"
|
|
2191
|
-
}
|
|
2192
|
-
],
|
|
2193
|
-
"isStatic": false,
|
|
2194
|
-
"returnTypeTokenRange": {
|
|
2195
|
-
"startIndex": 8,
|
|
2196
|
-
"endIndex": 9
|
|
2197
|
-
},
|
|
2198
|
-
"releaseTag": "Public",
|
|
2199
|
-
"isProtected": false,
|
|
2200
|
-
"overloadIndex": 1,
|
|
2201
|
-
"parameters": [
|
|
2202
|
-
{
|
|
2203
|
-
"parameterName": "event",
|
|
2204
|
-
"parameterTypeTokenRange": {
|
|
2205
|
-
"startIndex": 1,
|
|
2206
|
-
"endIndex": 7
|
|
2207
|
-
},
|
|
2208
|
-
"isOptional": false
|
|
2209
|
-
}
|
|
2210
|
-
],
|
|
2211
|
-
"isOptional": false,
|
|
2212
|
-
"isAbstract": false,
|
|
2213
|
-
"name": "searchChanged"
|
|
2214
|
-
},
|
|
2215
|
-
{
|
|
2216
|
-
"kind": "Property",
|
|
2217
|
-
"canonicalReference": "@genesislcap/foundation-entity-management!EntityManagement#selectedEntity:member",
|
|
2218
|
-
"docComment": "/**\n * Reference to the currently selected entity from the grid.\n *\n * @remarks\n *\n * When the user attempts to initiate functionality such as deleting or editing an entity, the entity which will be deleted/edited is the one which is referenced by this variable\n *\n * @public\n */\n",
|
|
2219
|
-
"excerptTokens": [
|
|
2220
|
-
{
|
|
2221
|
-
"kind": "Content",
|
|
2222
|
-
"text": "selectedEntity: "
|
|
2223
|
-
},
|
|
2224
|
-
{
|
|
2225
|
-
"kind": "Reference",
|
|
2226
|
-
"text": "Record",
|
|
2227
|
-
"canonicalReference": "!Record:type"
|
|
2228
|
-
},
|
|
2229
|
-
{
|
|
2230
|
-
"kind": "Content",
|
|
2231
|
-
"text": "<string, unknown>"
|
|
2232
|
-
},
|
|
2233
|
-
{
|
|
2234
|
-
"kind": "Content",
|
|
2235
|
-
"text": ";"
|
|
2236
|
-
}
|
|
2237
|
-
],
|
|
2238
|
-
"isReadonly": false,
|
|
2239
|
-
"isOptional": false,
|
|
2240
|
-
"releaseTag": "Public",
|
|
2241
|
-
"name": "selectedEntity",
|
|
2242
|
-
"propertyTypeTokenRange": {
|
|
2243
|
-
"startIndex": 1,
|
|
2244
|
-
"endIndex": 3
|
|
2245
|
-
},
|
|
2246
|
-
"isStatic": false,
|
|
2247
|
-
"isProtected": false,
|
|
2248
|
-
"isAbstract": false
|
|
2249
|
-
},
|
|
2250
|
-
{
|
|
2251
|
-
"kind": "Method",
|
|
2252
|
-
"canonicalReference": "@genesislcap/foundation-entity-management!EntityManagement#selectionChanged:member(1)",
|
|
2253
|
-
"docComment": "/**\n * The event handler for when the selection changes in the grid.\n */\n",
|
|
2254
|
-
"excerptTokens": [
|
|
2255
|
-
{
|
|
2256
|
-
"kind": "Content",
|
|
2257
|
-
"text": "selectionChanged(event: "
|
|
2258
|
-
},
|
|
2259
|
-
{
|
|
2260
|
-
"kind": "Reference",
|
|
2261
|
-
"text": "CustomEvent",
|
|
2262
|
-
"canonicalReference": "!CustomEvent:interface"
|
|
2263
|
-
},
|
|
2264
|
-
{
|
|
2265
|
-
"kind": "Content",
|
|
2266
|
-
"text": "<"
|
|
2267
|
-
},
|
|
2268
|
-
{
|
|
2269
|
-
"kind": "Reference",
|
|
2270
|
-
"text": "SelectionChangedEvent",
|
|
2271
|
-
"canonicalReference": "@ag-grid-community/core!SelectionChangedEvent:interface"
|
|
2272
|
-
},
|
|
2273
|
-
{
|
|
2274
|
-
"kind": "Content",
|
|
2275
|
-
"text": ">"
|
|
2276
|
-
},
|
|
2277
|
-
{
|
|
2278
|
-
"kind": "Content",
|
|
2279
|
-
"text": "): "
|
|
2280
|
-
},
|
|
2281
|
-
{
|
|
2282
|
-
"kind": "Content",
|
|
2283
|
-
"text": "void"
|
|
2284
|
-
},
|
|
2285
|
-
{
|
|
2286
|
-
"kind": "Content",
|
|
2287
|
-
"text": ";"
|
|
2288
|
-
}
|
|
2289
|
-
],
|
|
2290
|
-
"isStatic": false,
|
|
2291
|
-
"returnTypeTokenRange": {
|
|
2292
|
-
"startIndex": 6,
|
|
2293
|
-
"endIndex": 7
|
|
2294
|
-
},
|
|
2295
|
-
"releaseTag": "Public",
|
|
2296
|
-
"isProtected": false,
|
|
2297
|
-
"overloadIndex": 1,
|
|
2298
|
-
"parameters": [
|
|
2299
|
-
{
|
|
2300
|
-
"parameterName": "event",
|
|
2301
|
-
"parameterTypeTokenRange": {
|
|
2302
|
-
"startIndex": 1,
|
|
2303
|
-
"endIndex": 5
|
|
2304
|
-
},
|
|
2305
|
-
"isOptional": false
|
|
2306
|
-
}
|
|
2307
|
-
],
|
|
2308
|
-
"isOptional": false,
|
|
2309
|
-
"isAbstract": false,
|
|
2310
|
-
"name": "selectionChanged"
|
|
2311
|
-
},
|
|
2312
|
-
{
|
|
2313
|
-
"kind": "Property",
|
|
2314
|
-
"canonicalReference": "@genesislcap/foundation-entity-management!EntityManagement#shouldHideDeleteInColumn:member",
|
|
2315
|
-
"docComment": "/**\n * Determines whether the button delete should be hidden in the column\n */\n",
|
|
2316
|
-
"excerptTokens": [
|
|
2317
|
-
{
|
|
2318
|
-
"kind": "Content",
|
|
2319
|
-
"text": "get shouldHideDeleteInColumn(): "
|
|
2320
|
-
},
|
|
2321
|
-
{
|
|
2322
|
-
"kind": "Content",
|
|
2323
|
-
"text": "boolean"
|
|
2324
|
-
},
|
|
2325
|
-
{
|
|
2326
|
-
"kind": "Content",
|
|
2327
|
-
"text": ";"
|
|
2328
|
-
}
|
|
2329
|
-
],
|
|
2330
|
-
"isReadonly": true,
|
|
2331
|
-
"isOptional": false,
|
|
2332
|
-
"releaseTag": "Public",
|
|
2333
|
-
"name": "shouldHideDeleteInColumn",
|
|
2334
|
-
"propertyTypeTokenRange": {
|
|
2335
|
-
"startIndex": 1,
|
|
2336
|
-
"endIndex": 2
|
|
2337
|
-
},
|
|
2338
|
-
"isStatic": false,
|
|
2339
|
-
"isProtected": false,
|
|
2340
|
-
"isAbstract": false
|
|
2341
|
-
},
|
|
2342
|
-
{
|
|
2343
|
-
"kind": "Property",
|
|
2344
|
-
"canonicalReference": "@genesislcap/foundation-entity-management!EntityManagement#shouldHideEditInColumn:member",
|
|
2345
|
-
"docComment": "/**\n * Determines whether the button edit should be hidden in the column\n */\n",
|
|
2346
|
-
"excerptTokens": [
|
|
2347
|
-
{
|
|
2348
|
-
"kind": "Content",
|
|
2349
|
-
"text": "get shouldHideEditInColumn(): "
|
|
2350
|
-
},
|
|
2351
|
-
{
|
|
2352
|
-
"kind": "Content",
|
|
2353
|
-
"text": "boolean"
|
|
2354
|
-
},
|
|
2355
|
-
{
|
|
2356
|
-
"kind": "Content",
|
|
2357
|
-
"text": ";"
|
|
2358
|
-
}
|
|
2359
|
-
],
|
|
2360
|
-
"isReadonly": true,
|
|
2361
|
-
"isOptional": false,
|
|
2362
|
-
"releaseTag": "Public",
|
|
2363
|
-
"name": "shouldHideEditInColumn",
|
|
2364
|
-
"propertyTypeTokenRange": {
|
|
2365
|
-
"startIndex": 1,
|
|
2366
|
-
"endIndex": 2
|
|
2367
|
-
},
|
|
2368
|
-
"isStatic": false,
|
|
2369
|
-
"isProtected": false,
|
|
2370
|
-
"isAbstract": false
|
|
2371
|
-
},
|
|
2372
|
-
{
|
|
2373
|
-
"kind": "Property",
|
|
2374
|
-
"canonicalReference": "@genesislcap/foundation-entity-management!EntityManagement#sizeColumnsToFit:member",
|
|
2375
|
-
"docComment": "",
|
|
2376
|
-
"excerptTokens": [
|
|
2377
|
-
{
|
|
2378
|
-
"kind": "Content",
|
|
2379
|
-
"text": "sizeColumnsToFit: "
|
|
2380
|
-
},
|
|
2381
|
-
{
|
|
2382
|
-
"kind": "Content",
|
|
2383
|
-
"text": "boolean"
|
|
2384
|
-
},
|
|
2385
|
-
{
|
|
2386
|
-
"kind": "Content",
|
|
2387
|
-
"text": ";"
|
|
2388
|
-
}
|
|
2389
|
-
],
|
|
2390
|
-
"isReadonly": false,
|
|
2391
|
-
"isOptional": false,
|
|
2392
|
-
"releaseTag": "Public",
|
|
2393
|
-
"name": "sizeColumnsToFit",
|
|
2394
|
-
"propertyTypeTokenRange": {
|
|
2395
|
-
"startIndex": 1,
|
|
2396
|
-
"endIndex": 2
|
|
2397
|
-
},
|
|
2398
|
-
"isStatic": false,
|
|
2399
|
-
"isProtected": false,
|
|
2400
|
-
"isAbstract": false
|
|
2401
|
-
},
|
|
2402
|
-
{
|
|
2403
|
-
"kind": "Method",
|
|
2404
|
-
"canonicalReference": "@genesislcap/foundation-entity-management!EntityManagement#submitEntityChanges:member(1)",
|
|
2405
|
-
"docComment": "/**\n * Event handler for when the user submits the action for the currently open form, either editing or adding the entity\n *\n * @param e - CustomEvent which contains the payload for the entity to submit to the backend\n *\n * Emits an event upon error\n *\n * @public\n */\n",
|
|
2406
|
-
"excerptTokens": [
|
|
2407
|
-
{
|
|
2408
|
-
"kind": "Content",
|
|
2409
|
-
"text": "submitEntityChanges(e: "
|
|
2410
|
-
},
|
|
2411
|
-
{
|
|
2412
|
-
"kind": "Reference",
|
|
2413
|
-
"text": "CustomEvent",
|
|
2414
|
-
"canonicalReference": "!CustomEvent:interface"
|
|
2415
|
-
},
|
|
2416
|
-
{
|
|
2417
|
-
"kind": "Content",
|
|
2418
|
-
"text": "): "
|
|
2419
|
-
},
|
|
2420
|
-
{
|
|
2421
|
-
"kind": "Reference",
|
|
2422
|
-
"text": "Promise",
|
|
2423
|
-
"canonicalReference": "!Promise:interface"
|
|
2424
|
-
},
|
|
2425
|
-
{
|
|
2426
|
-
"kind": "Content",
|
|
2427
|
-
"text": "<void>"
|
|
2428
|
-
},
|
|
2429
|
-
{
|
|
2430
|
-
"kind": "Content",
|
|
2431
|
-
"text": ";"
|
|
2432
|
-
}
|
|
2433
|
-
],
|
|
2434
|
-
"isStatic": false,
|
|
2435
|
-
"returnTypeTokenRange": {
|
|
2436
|
-
"startIndex": 3,
|
|
2437
|
-
"endIndex": 5
|
|
2438
|
-
},
|
|
2439
|
-
"releaseTag": "Public",
|
|
2440
|
-
"isProtected": false,
|
|
2441
|
-
"overloadIndex": 1,
|
|
2442
|
-
"parameters": [
|
|
2443
|
-
{
|
|
2444
|
-
"parameterName": "e",
|
|
2445
|
-
"parameterTypeTokenRange": {
|
|
2446
|
-
"startIndex": 1,
|
|
2447
|
-
"endIndex": 2
|
|
2448
|
-
},
|
|
2449
|
-
"isOptional": false
|
|
2450
|
-
}
|
|
2451
|
-
],
|
|
2452
|
-
"isOptional": false,
|
|
2453
|
-
"isAbstract": false,
|
|
2454
|
-
"name": "submitEntityChanges"
|
|
2455
|
-
},
|
|
2456
|
-
{
|
|
2457
|
-
"kind": "Method",
|
|
2458
|
-
"canonicalReference": "@genesislcap/foundation-entity-management!EntityManagement#submitFailureNotification:member(1)",
|
|
2459
|
-
"docComment": "",
|
|
2460
|
-
"excerptTokens": [
|
|
2461
|
-
{
|
|
2462
|
-
"kind": "Content",
|
|
2463
|
-
"text": "submitFailureNotification(e: "
|
|
2464
|
-
},
|
|
2465
|
-
{
|
|
2466
|
-
"kind": "Reference",
|
|
2467
|
-
"text": "CustomEvent",
|
|
2468
|
-
"canonicalReference": "!CustomEvent:interface"
|
|
2469
|
-
},
|
|
2470
|
-
{
|
|
2471
|
-
"kind": "Content",
|
|
2472
|
-
"text": "): "
|
|
2473
|
-
},
|
|
2474
|
-
{
|
|
2475
|
-
"kind": "Content",
|
|
2476
|
-
"text": "void"
|
|
2477
|
-
},
|
|
2478
|
-
{
|
|
2479
|
-
"kind": "Content",
|
|
2480
|
-
"text": ";"
|
|
2481
|
-
}
|
|
2482
|
-
],
|
|
2483
|
-
"isStatic": false,
|
|
2484
|
-
"returnTypeTokenRange": {
|
|
2485
|
-
"startIndex": 3,
|
|
2486
|
-
"endIndex": 4
|
|
2487
|
-
},
|
|
2488
|
-
"releaseTag": "Public",
|
|
2489
|
-
"isProtected": false,
|
|
2490
|
-
"overloadIndex": 1,
|
|
2491
|
-
"parameters": [
|
|
2492
|
-
{
|
|
2493
|
-
"parameterName": "e",
|
|
2494
|
-
"parameterTypeTokenRange": {
|
|
2495
|
-
"startIndex": 1,
|
|
2496
|
-
"endIndex": 2
|
|
2497
|
-
},
|
|
2498
|
-
"isOptional": false
|
|
2499
|
-
}
|
|
2500
|
-
],
|
|
2501
|
-
"isOptional": false,
|
|
2502
|
-
"isAbstract": false,
|
|
2503
|
-
"name": "submitFailureNotification"
|
|
2504
|
-
},
|
|
2505
|
-
{
|
|
2506
|
-
"kind": "Property",
|
|
2507
|
-
"canonicalReference": "@genesislcap/foundation-entity-management!EntityManagement#submitting:member",
|
|
2508
|
-
"docComment": "",
|
|
2509
|
-
"excerptTokens": [
|
|
2510
|
-
{
|
|
2511
|
-
"kind": "Content",
|
|
2512
|
-
"text": "submitting: "
|
|
2513
|
-
},
|
|
2514
|
-
{
|
|
2515
|
-
"kind": "Content",
|
|
2516
|
-
"text": "boolean"
|
|
2517
|
-
},
|
|
2518
|
-
{
|
|
2519
|
-
"kind": "Content",
|
|
2520
|
-
"text": ";"
|
|
2521
|
-
}
|
|
2522
|
-
],
|
|
2523
|
-
"isReadonly": false,
|
|
2524
|
-
"isOptional": false,
|
|
2525
|
-
"releaseTag": "Public",
|
|
2526
|
-
"name": "submitting",
|
|
2527
|
-
"propertyTypeTokenRange": {
|
|
2528
|
-
"startIndex": 1,
|
|
2529
|
-
"endIndex": 2
|
|
2530
|
-
},
|
|
2531
|
-
"isStatic": false,
|
|
2532
|
-
"isProtected": false,
|
|
2533
|
-
"isAbstract": false
|
|
2534
|
-
},
|
|
2535
|
-
{
|
|
2536
|
-
"kind": "Property",
|
|
2537
|
-
"canonicalReference": "@genesislcap/foundation-entity-management!EntityManagement#title:member",
|
|
2538
|
-
"docComment": "/**\n * Title of the grid\n *\n * @public\n */\n",
|
|
2539
|
-
"excerptTokens": [
|
|
2540
|
-
{
|
|
2541
|
-
"kind": "Content",
|
|
2542
|
-
"text": "title: "
|
|
2543
|
-
},
|
|
2544
|
-
{
|
|
2545
|
-
"kind": "Content",
|
|
2546
|
-
"text": "string"
|
|
2547
|
-
},
|
|
2548
|
-
{
|
|
2549
|
-
"kind": "Content",
|
|
2550
|
-
"text": ";"
|
|
2551
|
-
}
|
|
2552
|
-
],
|
|
2553
|
-
"isReadonly": false,
|
|
2554
|
-
"isOptional": false,
|
|
2555
|
-
"releaseTag": "Public",
|
|
2556
|
-
"name": "title",
|
|
2557
|
-
"propertyTypeTokenRange": {
|
|
2558
|
-
"startIndex": 1,
|
|
2559
|
-
"endIndex": 2
|
|
2560
|
-
},
|
|
2561
|
-
"isStatic": false,
|
|
2562
|
-
"isProtected": false,
|
|
2563
|
-
"isAbstract": false
|
|
2564
|
-
},
|
|
2565
|
-
{
|
|
2566
|
-
"kind": "Property",
|
|
2567
|
-
"canonicalReference": "@genesislcap/foundation-entity-management!EntityManagement#updateEvent:member",
|
|
2568
|
-
"docComment": "/**\n * Name of the event handler on the Genesis server which handles updating the entity\n *\n * @public\n */\n",
|
|
2569
|
-
"excerptTokens": [
|
|
2570
|
-
{
|
|
2571
|
-
"kind": "Content",
|
|
2572
|
-
"text": "updateEvent: "
|
|
2573
|
-
},
|
|
2574
|
-
{
|
|
2575
|
-
"kind": "Content",
|
|
2576
|
-
"text": "string"
|
|
2577
|
-
},
|
|
2578
|
-
{
|
|
2579
|
-
"kind": "Content",
|
|
2580
|
-
"text": ";"
|
|
2581
|
-
}
|
|
2582
|
-
],
|
|
2583
|
-
"isReadonly": false,
|
|
2584
|
-
"isOptional": false,
|
|
2585
|
-
"releaseTag": "Public",
|
|
2586
|
-
"name": "updateEvent",
|
|
1216
|
+
"name": "updateEvent",
|
|
2587
1217
|
"propertyTypeTokenRange": {
|
|
2588
1218
|
"startIndex": 1,
|
|
2589
1219
|
"endIndex": 2
|
|
@@ -2595,7 +1225,7 @@
|
|
|
2595
1225
|
{
|
|
2596
1226
|
"kind": "Property",
|
|
2597
1227
|
"canonicalReference": "@genesislcap/foundation-entity-management!EntityManagement#updateFormUiSchema:member",
|
|
2598
|
-
"docComment": "",
|
|
1228
|
+
"docComment": "/**\n * Enables you to supply a schema to configure an update form.\n *\n * @public\n */\n",
|
|
2599
1229
|
"excerptTokens": [
|
|
2600
1230
|
{
|
|
2601
1231
|
"kind": "Content",
|