@genesislcap/foundation-entity-management 14.214.2-alpha-40e31af.0 → 14.214.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/custom-elements.json +345 -995
- 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
|
@@ -203,15 +203,6 @@
|
|
|
203
203
|
"description": "Main class which defines the entity management functionality",
|
|
204
204
|
"name": "EntityManagement",
|
|
205
205
|
"members": [
|
|
206
|
-
{
|
|
207
|
-
"kind": "field",
|
|
208
|
-
"name": "connect",
|
|
209
|
-
"type": {
|
|
210
|
-
"text": "Connect"
|
|
211
|
-
},
|
|
212
|
-
"privacy": "protected",
|
|
213
|
-
"description": "DI connect object which is used to interact with the backend."
|
|
214
|
-
},
|
|
215
206
|
{
|
|
216
207
|
"kind": "field",
|
|
217
208
|
"name": "prefix",
|
|
@@ -236,21 +227,29 @@
|
|
|
236
227
|
"name": "readEvent",
|
|
237
228
|
"type": {
|
|
238
229
|
"text": "string"
|
|
239
|
-
}
|
|
230
|
+
},
|
|
231
|
+
"description": "Name of the request on the Genesis server which fetches data for the form, example usage could\ninclude fetching additional data that is not available in the grid but required for the selected entity",
|
|
232
|
+
"privacy": "public"
|
|
240
233
|
},
|
|
241
234
|
{
|
|
242
235
|
"kind": "field",
|
|
243
236
|
"name": "readEventFn",
|
|
244
237
|
"type": {
|
|
245
|
-
"text": "(
|
|
246
|
-
}
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
238
|
+
"text": "(entity) => any"
|
|
239
|
+
},
|
|
240
|
+
"description": "Similar to readEvent but allows to provide function that will be executed before\nopening the form and yields data to the form",
|
|
241
|
+
"parameters": [
|
|
242
|
+
{
|
|
243
|
+
"description": "selected entity from the grid",
|
|
244
|
+
"name": "entity"
|
|
245
|
+
}
|
|
246
|
+
],
|
|
247
|
+
"return": {
|
|
248
|
+
"type": {
|
|
249
|
+
"text": ""
|
|
250
|
+
}
|
|
251
|
+
},
|
|
252
|
+
"privacy": "public"
|
|
254
253
|
},
|
|
255
254
|
{
|
|
256
255
|
"kind": "field",
|
|
@@ -294,37 +293,7 @@
|
|
|
294
293
|
"type": {
|
|
295
294
|
"text": "string"
|
|
296
295
|
},
|
|
297
|
-
"description": "Label for the entity which
|
|
298
|
-
"privacy": "public"
|
|
299
|
-
},
|
|
300
|
-
{
|
|
301
|
-
"kind": "field",
|
|
302
|
-
"name": "asyncAdd",
|
|
303
|
-
"type": {
|
|
304
|
-
"text": "boolean"
|
|
305
|
-
},
|
|
306
|
-
"default": "false",
|
|
307
|
-
"description": "Whether to use the `applyTransactionAsync` function for *add* transactions",
|
|
308
|
-
"privacy": "public"
|
|
309
|
-
},
|
|
310
|
-
{
|
|
311
|
-
"kind": "field",
|
|
312
|
-
"name": "asyncRemove",
|
|
313
|
-
"type": {
|
|
314
|
-
"text": "boolean"
|
|
315
|
-
},
|
|
316
|
-
"default": "false",
|
|
317
|
-
"description": "Whether to use the `applyTransactionAsync` function for *remove* transactions",
|
|
318
|
-
"privacy": "public"
|
|
319
|
-
},
|
|
320
|
-
{
|
|
321
|
-
"kind": "field",
|
|
322
|
-
"name": "asyncUpdate",
|
|
323
|
-
"type": {
|
|
324
|
-
"text": "boolean"
|
|
325
|
-
},
|
|
326
|
-
"default": "true",
|
|
327
|
-
"description": "Whether to use the `applyTransactionAsync` function for *update* transactions",
|
|
296
|
+
"description": "Label for the entity which is used in the title of the modal when editing the entity, on CRUD buttons and on toast notifications",
|
|
328
297
|
"privacy": "public"
|
|
329
298
|
},
|
|
330
299
|
{
|
|
@@ -403,26 +372,23 @@
|
|
|
403
372
|
"description": "The configuration which is used when interacting with the resource on the backend",
|
|
404
373
|
"privacy": "public"
|
|
405
374
|
},
|
|
406
|
-
{
|
|
407
|
-
"kind": "field",
|
|
408
|
-
"name": "formUiSchema",
|
|
409
|
-
"type": {
|
|
410
|
-
"text": "UiSchema"
|
|
411
|
-
}
|
|
412
|
-
},
|
|
413
375
|
{
|
|
414
376
|
"kind": "field",
|
|
415
377
|
"name": "createFormUiSchema",
|
|
416
378
|
"type": {
|
|
417
379
|
"text": "UiSchema"
|
|
418
|
-
}
|
|
380
|
+
},
|
|
381
|
+
"description": "Enables you to supply a schema to configure an insert form.",
|
|
382
|
+
"privacy": "public"
|
|
419
383
|
},
|
|
420
384
|
{
|
|
421
385
|
"kind": "field",
|
|
422
386
|
"name": "updateFormUiSchema",
|
|
423
387
|
"type": {
|
|
424
388
|
"text": "UiSchema"
|
|
425
|
-
}
|
|
389
|
+
},
|
|
390
|
+
"description": "Enables you to supply a schema to configure an update form.",
|
|
391
|
+
"privacy": "public"
|
|
426
392
|
},
|
|
427
393
|
{
|
|
428
394
|
"kind": "field",
|
|
@@ -434,24 +400,6 @@
|
|
|
434
400
|
"description": "Array with renderers used by foundation-forms",
|
|
435
401
|
"privacy": "public"
|
|
436
402
|
},
|
|
437
|
-
{
|
|
438
|
-
"kind": "field",
|
|
439
|
-
"name": "selectedEntity",
|
|
440
|
-
"type": {
|
|
441
|
-
"text": "Record<string, unknown>"
|
|
442
|
-
},
|
|
443
|
-
"description": "Reference to the currently selected entity from the grid.",
|
|
444
|
-
"privacy": "public"
|
|
445
|
-
},
|
|
446
|
-
{
|
|
447
|
-
"kind": "field",
|
|
448
|
-
"name": "editedEntity",
|
|
449
|
-
"type": {
|
|
450
|
-
"text": "Record<string, unknown>"
|
|
451
|
-
},
|
|
452
|
-
"description": "Disables the form while enabled to stop the user dispatching a large number of duplicate events",
|
|
453
|
-
"privacy": "public"
|
|
454
|
-
},
|
|
455
403
|
{
|
|
456
404
|
"kind": "field",
|
|
457
405
|
"name": "defaultEntityValues",
|
|
@@ -461,54 +409,28 @@
|
|
|
461
409
|
"description": "The default values to populate the form with when the user is adding an entity",
|
|
462
410
|
"privacy": "public"
|
|
463
411
|
},
|
|
464
|
-
{
|
|
465
|
-
"kind": "field",
|
|
466
|
-
"name": "submitting",
|
|
467
|
-
"type": {
|
|
468
|
-
"text": "boolean"
|
|
469
|
-
}
|
|
470
|
-
},
|
|
471
|
-
{
|
|
472
|
-
"kind": "field",
|
|
473
|
-
"name": "modalFormType",
|
|
474
|
-
"type": {
|
|
475
|
-
"text": "ModalFormType"
|
|
476
|
-
},
|
|
477
|
-
"description": "The type of form that is currently being displayed in the modal"
|
|
478
|
-
},
|
|
479
|
-
{
|
|
480
|
-
"kind": "field",
|
|
481
|
-
"name": "editModalVisible",
|
|
482
|
-
"type": {
|
|
483
|
-
"text": "boolean"
|
|
484
|
-
},
|
|
485
|
-
"default": "false"
|
|
486
|
-
},
|
|
487
412
|
{
|
|
488
413
|
"kind": "method",
|
|
489
|
-
"name": "editModalVisibleChanged"
|
|
490
|
-
|
|
491
|
-
{
|
|
492
|
-
"kind": "field",
|
|
493
|
-
"name": "editEntityModal",
|
|
494
|
-
"type": {
|
|
495
|
-
"text": "Modal"
|
|
496
|
-
},
|
|
497
|
-
"privacy": "public"
|
|
414
|
+
"name": "editModalVisibleChanged",
|
|
415
|
+
"privacy": "private"
|
|
498
416
|
},
|
|
499
417
|
{
|
|
500
418
|
"kind": "field",
|
|
501
419
|
"name": "sizeColumnsToFit",
|
|
502
420
|
"type": {
|
|
503
421
|
"text": "boolean"
|
|
504
|
-
}
|
|
422
|
+
},
|
|
423
|
+
"description": "Resizes columns to take available space",
|
|
424
|
+
"privacy": "public"
|
|
505
425
|
},
|
|
506
426
|
{
|
|
507
427
|
"kind": "field",
|
|
508
428
|
"name": "enableFilterBar",
|
|
509
429
|
"type": {
|
|
510
430
|
"text": "boolean"
|
|
511
|
-
}
|
|
431
|
+
},
|
|
432
|
+
"description": "Enables filter bar component",
|
|
433
|
+
"privacy": "public"
|
|
512
434
|
},
|
|
513
435
|
{
|
|
514
436
|
"kind": "field",
|
|
@@ -516,7 +438,9 @@
|
|
|
516
438
|
"type": {
|
|
517
439
|
"text": "boolean"
|
|
518
440
|
},
|
|
519
|
-
"default": "false"
|
|
441
|
+
"default": "false",
|
|
442
|
+
"description": "Hides edit button",
|
|
443
|
+
"privacy": "public"
|
|
520
444
|
},
|
|
521
445
|
{
|
|
522
446
|
"kind": "field",
|
|
@@ -524,7 +448,9 @@
|
|
|
524
448
|
"type": {
|
|
525
449
|
"text": "boolean"
|
|
526
450
|
},
|
|
527
|
-
"default": "false"
|
|
451
|
+
"default": "false",
|
|
452
|
+
"description": "Hides delete button",
|
|
453
|
+
"privacy": "public"
|
|
528
454
|
},
|
|
529
455
|
{
|
|
530
456
|
"kind": "field",
|
|
@@ -550,7 +476,8 @@
|
|
|
550
476
|
"name": "searchBarConfig",
|
|
551
477
|
"type": {
|
|
552
478
|
"text": "AvailableOption[]"
|
|
553
|
-
}
|
|
479
|
+
},
|
|
480
|
+
"description": "Allows configuration of the search bar component, if not provided it would build configuration based on columns in the grid\n* @public"
|
|
554
481
|
},
|
|
555
482
|
{
|
|
556
483
|
"kind": "field",
|
|
@@ -589,106 +516,6 @@
|
|
|
589
516
|
"default": "'⋮'",
|
|
590
517
|
"description": "The label of the crud action menu"
|
|
591
518
|
},
|
|
592
|
-
{
|
|
593
|
-
"kind": "field",
|
|
594
|
-
"name": "crudMenuWrapper",
|
|
595
|
-
"privacy": "public",
|
|
596
|
-
"description": "The Id of the crud buttons wrapper element"
|
|
597
|
-
},
|
|
598
|
-
{
|
|
599
|
-
"kind": "method",
|
|
600
|
-
"name": "getTitleBasedOnActionOrType",
|
|
601
|
-
"privacy": "public",
|
|
602
|
-
"parameters": [
|
|
603
|
-
{
|
|
604
|
-
"name": "actionOrType",
|
|
605
|
-
"type": {
|
|
606
|
-
"text": "CrudAction | ModalFormType"
|
|
607
|
-
},
|
|
608
|
-
"description": "The crud action or modal form type"
|
|
609
|
-
}
|
|
610
|
-
],
|
|
611
|
-
"description": "The helper function to determine the title of the modal form or button based on the action or type"
|
|
612
|
-
},
|
|
613
|
-
{
|
|
614
|
-
"kind": "field",
|
|
615
|
-
"name": "modalFormTitle",
|
|
616
|
-
"description": "Getter for the title of the modal form",
|
|
617
|
-
"readonly": true
|
|
618
|
-
},
|
|
619
|
-
{
|
|
620
|
-
"kind": "field",
|
|
621
|
-
"name": "shouldHideEditInColumn",
|
|
622
|
-
"type": {
|
|
623
|
-
"text": "boolean"
|
|
624
|
-
},
|
|
625
|
-
"description": "Determines whether the button edit should be hidden in the column",
|
|
626
|
-
"readonly": true
|
|
627
|
-
},
|
|
628
|
-
{
|
|
629
|
-
"kind": "field",
|
|
630
|
-
"name": "shouldHideDeleteInColumn",
|
|
631
|
-
"type": {
|
|
632
|
-
"text": "boolean"
|
|
633
|
-
},
|
|
634
|
-
"description": "Determines whether the button delete should be hidden in the column",
|
|
635
|
-
"readonly": true
|
|
636
|
-
},
|
|
637
|
-
{
|
|
638
|
-
"kind": "field",
|
|
639
|
-
"name": "hasSelectedEntity",
|
|
640
|
-
"type": {
|
|
641
|
-
"text": "boolean"
|
|
642
|
-
},
|
|
643
|
-
"description": "Determines whether there is a selected entity",
|
|
644
|
-
"readonly": true
|
|
645
|
-
},
|
|
646
|
-
{
|
|
647
|
-
"kind": "method",
|
|
648
|
-
"name": "hasContentInSlot",
|
|
649
|
-
"privacy": "public",
|
|
650
|
-
"return": {
|
|
651
|
-
"type": {
|
|
652
|
-
"text": ""
|
|
653
|
-
}
|
|
654
|
-
},
|
|
655
|
-
"parameters": [
|
|
656
|
-
{
|
|
657
|
-
"name": "slotName",
|
|
658
|
-
"type": {
|
|
659
|
-
"text": "string"
|
|
660
|
-
},
|
|
661
|
-
"description": "The name of the slot to check."
|
|
662
|
-
}
|
|
663
|
-
],
|
|
664
|
-
"description": "Checks if a slot contains any content."
|
|
665
|
-
},
|
|
666
|
-
{
|
|
667
|
-
"kind": "method",
|
|
668
|
-
"name": "deepClone",
|
|
669
|
-
"return": {
|
|
670
|
-
"type": {
|
|
671
|
-
"text": "Node"
|
|
672
|
-
}
|
|
673
|
-
},
|
|
674
|
-
"description": "Override the deepClone method to ensure that observable attributes are cloned",
|
|
675
|
-
"privacy": "public"
|
|
676
|
-
},
|
|
677
|
-
{
|
|
678
|
-
"kind": "method",
|
|
679
|
-
"name": "submitEntityChanges",
|
|
680
|
-
"privacy": "public",
|
|
681
|
-
"parameters": [
|
|
682
|
-
{
|
|
683
|
-
"name": "e",
|
|
684
|
-
"type": {
|
|
685
|
-
"text": "CustomEvent"
|
|
686
|
-
},
|
|
687
|
-
"description": "CustomEvent which contains the payload for the entity to submit to the backend\n\nEmits an event upon error"
|
|
688
|
-
}
|
|
689
|
-
],
|
|
690
|
-
"description": "Event handler for when the user submits the action for the currently open form, either editing or adding the entity"
|
|
691
|
-
},
|
|
692
519
|
{
|
|
693
520
|
"kind": "method",
|
|
694
521
|
"name": "readEntity",
|
|
@@ -702,40 +529,10 @@
|
|
|
702
529
|
}
|
|
703
530
|
]
|
|
704
531
|
},
|
|
705
|
-
{
|
|
706
|
-
"kind": "method",
|
|
707
|
-
"name": "closeModal",
|
|
708
|
-
"privacy": "public"
|
|
709
|
-
},
|
|
710
|
-
{
|
|
711
|
-
"kind": "field",
|
|
712
|
-
"name": "headerTempalate",
|
|
713
|
-
"readonly": true
|
|
714
|
-
},
|
|
715
|
-
{
|
|
716
|
-
"kind": "field",
|
|
717
|
-
"name": "isServerSideDatasource",
|
|
718
|
-
"type": {
|
|
719
|
-
"text": "boolean"
|
|
720
|
-
},
|
|
721
|
-
"readonly": true
|
|
722
|
-
},
|
|
723
|
-
{
|
|
724
|
-
"kind": "method",
|
|
725
|
-
"name": "searchChanged",
|
|
726
|
-
"privacy": "public",
|
|
727
|
-
"parameters": [
|
|
728
|
-
{
|
|
729
|
-
"name": "event",
|
|
730
|
-
"type": {
|
|
731
|
-
"text": "CustomEvent<Array<SelectedOption>>"
|
|
732
|
-
}
|
|
733
|
-
}
|
|
734
|
-
]
|
|
735
|
-
},
|
|
736
532
|
{
|
|
737
533
|
"kind": "method",
|
|
738
534
|
"name": "searchBarReqServer",
|
|
535
|
+
"privacy": "private",
|
|
739
536
|
"parameters": [
|
|
740
537
|
{
|
|
741
538
|
"name": "options",
|
|
@@ -748,6 +545,7 @@
|
|
|
748
545
|
{
|
|
749
546
|
"kind": "method",
|
|
750
547
|
"name": "searchBarDataserver",
|
|
548
|
+
"privacy": "private",
|
|
751
549
|
"parameters": [
|
|
752
550
|
{
|
|
753
551
|
"name": "options",
|
|
@@ -760,7 +558,7 @@
|
|
|
760
558
|
{
|
|
761
559
|
"kind": "method",
|
|
762
560
|
"name": "requestChanged",
|
|
763
|
-
"privacy": "
|
|
561
|
+
"privacy": "private",
|
|
764
562
|
"parameters": [
|
|
765
563
|
{
|
|
766
564
|
"name": "e",
|
|
@@ -773,7 +571,7 @@
|
|
|
773
571
|
{
|
|
774
572
|
"kind": "method",
|
|
775
573
|
"name": "criteriaChanged",
|
|
776
|
-
"privacy": "
|
|
574
|
+
"privacy": "private",
|
|
777
575
|
"parameters": [
|
|
778
576
|
{
|
|
779
577
|
"name": "e",
|
|
@@ -786,7 +584,7 @@
|
|
|
786
584
|
{
|
|
787
585
|
"kind": "method",
|
|
788
586
|
"name": "submitFailureNotification",
|
|
789
|
-
"privacy": "
|
|
587
|
+
"privacy": "private",
|
|
790
588
|
"parameters": [
|
|
791
589
|
{
|
|
792
590
|
"name": "e",
|
|
@@ -809,43 +607,10 @@
|
|
|
809
607
|
}
|
|
810
608
|
]
|
|
811
609
|
},
|
|
812
|
-
{
|
|
813
|
-
"kind": "method",
|
|
814
|
-
"name": "confirmDelete"
|
|
815
|
-
},
|
|
816
610
|
{
|
|
817
611
|
"kind": "method",
|
|
818
612
|
"name": "showDeleteConfirmation",
|
|
819
613
|
"privacy": "private"
|
|
820
|
-
},
|
|
821
|
-
{
|
|
822
|
-
"kind": "method",
|
|
823
|
-
"name": "emitCrud",
|
|
824
|
-
"privacy": "public",
|
|
825
|
-
"parameters": [
|
|
826
|
-
{
|
|
827
|
-
"name": "action",
|
|
828
|
-
"type": {
|
|
829
|
-
"text": "'create' | 'edit' | 'delete'"
|
|
830
|
-
},
|
|
831
|
-
"description": "the action to emit"
|
|
832
|
-
}
|
|
833
|
-
],
|
|
834
|
-
"description": "Emit the CRUD event for the selected entity"
|
|
835
|
-
},
|
|
836
|
-
{
|
|
837
|
-
"kind": "method",
|
|
838
|
-
"name": "selectionChanged",
|
|
839
|
-
"privacy": "public",
|
|
840
|
-
"parameters": [
|
|
841
|
-
{
|
|
842
|
-
"name": "event",
|
|
843
|
-
"type": {
|
|
844
|
-
"text": "CustomEvent<SelectionChangedEvent>"
|
|
845
|
-
}
|
|
846
|
-
}
|
|
847
|
-
],
|
|
848
|
-
"description": "The event handler for when the selection changes in the grid."
|
|
849
614
|
}
|
|
850
615
|
],
|
|
851
616
|
"attributes": [
|
|
@@ -871,16 +636,11 @@
|
|
|
871
636
|
"type": {
|
|
872
637
|
"text": "string"
|
|
873
638
|
},
|
|
639
|
+
"description": "Name of the request on the Genesis server which fetches data for the form, example usage could\ninclude fetching additional data that is not available in the grid but required for the selected entity",
|
|
874
640
|
"fieldName": "readEvent"
|
|
875
641
|
},
|
|
876
642
|
{
|
|
877
|
-
"
|
|
878
|
-
"text": "boolean"
|
|
879
|
-
},
|
|
880
|
-
"fieldName": "readonly"
|
|
881
|
-
},
|
|
882
|
-
{
|
|
883
|
-
"name": "updateEvent",
|
|
643
|
+
"name": "updateEvent",
|
|
884
644
|
"type": {
|
|
885
645
|
"text": "string"
|
|
886
646
|
},
|
|
@@ -916,36 +676,9 @@
|
|
|
916
676
|
"type": {
|
|
917
677
|
"text": "string"
|
|
918
678
|
},
|
|
919
|
-
"description": "Label for the entity which
|
|
679
|
+
"description": "Label for the entity which is used in the title of the modal when editing the entity, on CRUD buttons and on toast notifications",
|
|
920
680
|
"fieldName": "entityLabel"
|
|
921
681
|
},
|
|
922
|
-
{
|
|
923
|
-
"name": "async-add",
|
|
924
|
-
"type": {
|
|
925
|
-
"text": "boolean"
|
|
926
|
-
},
|
|
927
|
-
"default": "false",
|
|
928
|
-
"description": "Whether to use the `applyTransactionAsync` function for *add* transactions",
|
|
929
|
-
"fieldName": "asyncAdd"
|
|
930
|
-
},
|
|
931
|
-
{
|
|
932
|
-
"name": "async-remove",
|
|
933
|
-
"type": {
|
|
934
|
-
"text": "boolean"
|
|
935
|
-
},
|
|
936
|
-
"default": "false",
|
|
937
|
-
"description": "Whether to use the `applyTransactionAsync` function for *remove* transactions",
|
|
938
|
-
"fieldName": "asyncRemove"
|
|
939
|
-
},
|
|
940
|
-
{
|
|
941
|
-
"name": "async-update",
|
|
942
|
-
"type": {
|
|
943
|
-
"text": "boolean"
|
|
944
|
-
},
|
|
945
|
-
"default": "true",
|
|
946
|
-
"description": "Whether to use the `applyTransactionAsync` function for *update* transactions",
|
|
947
|
-
"fieldName": "asyncUpdate"
|
|
948
|
-
},
|
|
949
682
|
{
|
|
950
683
|
"name": "row-selection",
|
|
951
684
|
"type": {
|
|
@@ -995,6 +728,7 @@
|
|
|
995
728
|
"type": {
|
|
996
729
|
"text": "boolean"
|
|
997
730
|
},
|
|
731
|
+
"description": "Resizes columns to take available space",
|
|
998
732
|
"fieldName": "sizeColumnsToFit"
|
|
999
733
|
},
|
|
1000
734
|
{
|
|
@@ -1002,6 +736,7 @@
|
|
|
1002
736
|
"type": {
|
|
1003
737
|
"text": "boolean"
|
|
1004
738
|
},
|
|
739
|
+
"description": "Enables filter bar component",
|
|
1005
740
|
"fieldName": "enableFilterBar"
|
|
1006
741
|
},
|
|
1007
742
|
{
|
|
@@ -1010,6 +745,7 @@
|
|
|
1010
745
|
"text": "boolean"
|
|
1011
746
|
},
|
|
1012
747
|
"default": "false",
|
|
748
|
+
"description": "Hides edit button",
|
|
1013
749
|
"fieldName": "hideEdit"
|
|
1014
750
|
},
|
|
1015
751
|
{
|
|
@@ -1018,6 +754,7 @@
|
|
|
1018
754
|
"text": "boolean"
|
|
1019
755
|
},
|
|
1020
756
|
"default": "false",
|
|
757
|
+
"description": "Hides delete button",
|
|
1021
758
|
"fieldName": "hideDelete"
|
|
1022
759
|
},
|
|
1023
760
|
{
|
|
@@ -1185,151 +922,6 @@
|
|
|
1185
922
|
}
|
|
1186
923
|
]
|
|
1187
924
|
},
|
|
1188
|
-
{
|
|
1189
|
-
"kind": "javascript-module",
|
|
1190
|
-
"path": "src/main/index.ts",
|
|
1191
|
-
"declarations": [],
|
|
1192
|
-
"exports": [
|
|
1193
|
-
{
|
|
1194
|
-
"kind": "js",
|
|
1195
|
-
"name": "*",
|
|
1196
|
-
"declaration": {
|
|
1197
|
-
"name": "*",
|
|
1198
|
-
"package": "./main.template"
|
|
1199
|
-
}
|
|
1200
|
-
},
|
|
1201
|
-
{
|
|
1202
|
-
"kind": "js",
|
|
1203
|
-
"name": "*",
|
|
1204
|
-
"declaration": {
|
|
1205
|
-
"name": "*",
|
|
1206
|
-
"package": "./main"
|
|
1207
|
-
}
|
|
1208
|
-
}
|
|
1209
|
-
]
|
|
1210
|
-
},
|
|
1211
|
-
{
|
|
1212
|
-
"kind": "javascript-module",
|
|
1213
|
-
"path": "src/main/main.styles.ts",
|
|
1214
|
-
"declarations": [
|
|
1215
|
-
{
|
|
1216
|
-
"kind": "variable",
|
|
1217
|
-
"name": "MainStyles",
|
|
1218
|
-
"default": "css`\n ${mixinRobotoFont()}\n :host {\n contain: content;\n }\n\n :host,\n zero-design-system-provider,\n .dynamic-template,\n foundation-router {\n display: flex;\n width: 100%;\n height: 100%;\n }\n\n fast-progress {\n --accent-foreground-rest: #654df9;\n\n height: calc(var(--design-unit) * 1px);\n margin: 0;\n width: 100%;\n }\n`"
|
|
1219
|
-
}
|
|
1220
|
-
],
|
|
1221
|
-
"exports": [
|
|
1222
|
-
{
|
|
1223
|
-
"kind": "js",
|
|
1224
|
-
"name": "MainStyles",
|
|
1225
|
-
"declaration": {
|
|
1226
|
-
"name": "MainStyles",
|
|
1227
|
-
"module": "src/main/main.styles.ts"
|
|
1228
|
-
}
|
|
1229
|
-
}
|
|
1230
|
-
]
|
|
1231
|
-
},
|
|
1232
|
-
{
|
|
1233
|
-
"kind": "javascript-module",
|
|
1234
|
-
"path": "src/main/main.template.ts",
|
|
1235
|
-
"declarations": [],
|
|
1236
|
-
"exports": []
|
|
1237
|
-
},
|
|
1238
|
-
{
|
|
1239
|
-
"kind": "javascript-module",
|
|
1240
|
-
"path": "src/main/main.ts",
|
|
1241
|
-
"declarations": [
|
|
1242
|
-
{
|
|
1243
|
-
"kind": "class",
|
|
1244
|
-
"description": "",
|
|
1245
|
-
"name": "MainApplication",
|
|
1246
|
-
"members": [
|
|
1247
|
-
{
|
|
1248
|
-
"kind": "field",
|
|
1249
|
-
"name": "config",
|
|
1250
|
-
"type": {
|
|
1251
|
-
"text": "MainRouterConfig"
|
|
1252
|
-
}
|
|
1253
|
-
},
|
|
1254
|
-
{
|
|
1255
|
-
"kind": "field",
|
|
1256
|
-
"name": "connect",
|
|
1257
|
-
"type": {
|
|
1258
|
-
"text": "Connect"
|
|
1259
|
-
}
|
|
1260
|
-
},
|
|
1261
|
-
{
|
|
1262
|
-
"kind": "field",
|
|
1263
|
-
"name": "session",
|
|
1264
|
-
"type": {
|
|
1265
|
-
"text": "Session"
|
|
1266
|
-
}
|
|
1267
|
-
},
|
|
1268
|
-
{
|
|
1269
|
-
"kind": "field",
|
|
1270
|
-
"name": "container",
|
|
1271
|
-
"type": {
|
|
1272
|
-
"text": "Container"
|
|
1273
|
-
}
|
|
1274
|
-
},
|
|
1275
|
-
{
|
|
1276
|
-
"kind": "field",
|
|
1277
|
-
"name": "provider",
|
|
1278
|
-
"type": {
|
|
1279
|
-
"text": "HTMLElement"
|
|
1280
|
-
}
|
|
1281
|
-
},
|
|
1282
|
-
{
|
|
1283
|
-
"kind": "field",
|
|
1284
|
-
"name": "ready",
|
|
1285
|
-
"type": {
|
|
1286
|
-
"text": "boolean"
|
|
1287
|
-
},
|
|
1288
|
-
"default": "false"
|
|
1289
|
-
},
|
|
1290
|
-
{
|
|
1291
|
-
"kind": "method",
|
|
1292
|
-
"name": "onLuminanceToggle"
|
|
1293
|
-
},
|
|
1294
|
-
{
|
|
1295
|
-
"kind": "method",
|
|
1296
|
-
"name": "loadRemotes"
|
|
1297
|
-
},
|
|
1298
|
-
{
|
|
1299
|
-
"kind": "method",
|
|
1300
|
-
"name": "selectTemplate"
|
|
1301
|
-
},
|
|
1302
|
-
{
|
|
1303
|
-
"kind": "method",
|
|
1304
|
-
"name": "registerDIDependencies",
|
|
1305
|
-
"privacy": "private"
|
|
1306
|
-
}
|
|
1307
|
-
],
|
|
1308
|
-
"superclass": {
|
|
1309
|
-
"name": "FASTElement",
|
|
1310
|
-
"package": "@microsoft/fast-element"
|
|
1311
|
-
},
|
|
1312
|
-
"customElement": true
|
|
1313
|
-
}
|
|
1314
|
-
],
|
|
1315
|
-
"exports": [
|
|
1316
|
-
{
|
|
1317
|
-
"kind": "js",
|
|
1318
|
-
"name": "MainApplication",
|
|
1319
|
-
"declaration": {
|
|
1320
|
-
"name": "MainApplication",
|
|
1321
|
-
"module": "src/main/main.ts"
|
|
1322
|
-
}
|
|
1323
|
-
},
|
|
1324
|
-
{
|
|
1325
|
-
"kind": "custom-element-definition",
|
|
1326
|
-
"declaration": {
|
|
1327
|
-
"name": "MainApplication",
|
|
1328
|
-
"module": "src/main/main.ts"
|
|
1329
|
-
}
|
|
1330
|
-
}
|
|
1331
|
-
]
|
|
1332
|
-
},
|
|
1333
925
|
{
|
|
1334
926
|
"kind": "javascript-module",
|
|
1335
927
|
"path": "src/list/index.ts",
|
|
@@ -1882,206 +1474,203 @@
|
|
|
1882
1474
|
},
|
|
1883
1475
|
{
|
|
1884
1476
|
"kind": "javascript-module",
|
|
1885
|
-
"path": "src/
|
|
1477
|
+
"path": "src/main/index.ts",
|
|
1478
|
+
"declarations": [],
|
|
1479
|
+
"exports": [
|
|
1480
|
+
{
|
|
1481
|
+
"kind": "js",
|
|
1482
|
+
"name": "*",
|
|
1483
|
+
"declaration": {
|
|
1484
|
+
"name": "*",
|
|
1485
|
+
"package": "./main.template"
|
|
1486
|
+
}
|
|
1487
|
+
},
|
|
1488
|
+
{
|
|
1489
|
+
"kind": "js",
|
|
1490
|
+
"name": "*",
|
|
1491
|
+
"declaration": {
|
|
1492
|
+
"name": "*",
|
|
1493
|
+
"package": "./main"
|
|
1494
|
+
}
|
|
1495
|
+
}
|
|
1496
|
+
]
|
|
1497
|
+
},
|
|
1498
|
+
{
|
|
1499
|
+
"kind": "javascript-module",
|
|
1500
|
+
"path": "src/main/main.styles.ts",
|
|
1886
1501
|
"declarations": [
|
|
1887
1502
|
{
|
|
1888
1503
|
"kind": "variable",
|
|
1889
|
-
"name": "
|
|
1890
|
-
"
|
|
1891
|
-
"text": "UiSchema"
|
|
1892
|
-
},
|
|
1893
|
-
"default": "{\n type: 'VerticalLayout',\n elements: [\n {\n type: 'Control',\n label: 'Name',\n scope: '#/properties/NAME',\n },\n {\n type: 'Control',\n label: 'Description',\n scope: '#/properties/DESCRIPTION',\n },\n {\n type: 'Control',\n label: 'Status',\n scope: '#/properties/STATUS',\n },\n {\n type: 'Control',\n label: 'Rights',\n scope: '#/properties/RIGHT_CODES',\n options: {\n allOptionsResourceName: 'RIGHT',\n valueField: 'CODE',\n labelField: 'CODE',\n },\n },\n {\n type: 'Control',\n label: 'Users',\n scope: '#/properties/USER_NAMES',\n options: {\n allOptionsResourceName: 'USER',\n valueField: 'USER_NAME',\n labelField: 'USER_NAME',\n },\n },\n ],\n}"
|
|
1504
|
+
"name": "MainStyles",
|
|
1505
|
+
"default": "css`\n ${mixinRobotoFont()}\n :host {\n contain: content;\n }\n\n :host,\n zero-design-system-provider,\n .dynamic-template,\n foundation-router {\n display: flex;\n width: 100%;\n height: 100%;\n }\n\n fast-progress {\n --accent-foreground-rest: #654df9;\n\n height: calc(var(--design-unit) * 1px);\n margin: 0;\n width: 100%;\n }\n`"
|
|
1894
1506
|
}
|
|
1895
1507
|
],
|
|
1896
1508
|
"exports": [
|
|
1897
1509
|
{
|
|
1898
1510
|
"kind": "js",
|
|
1899
|
-
"name": "
|
|
1511
|
+
"name": "MainStyles",
|
|
1900
1512
|
"declaration": {
|
|
1901
|
-
"name": "
|
|
1902
|
-
"module": "src/
|
|
1513
|
+
"name": "MainStyles",
|
|
1514
|
+
"module": "src/main/main.styles.ts"
|
|
1903
1515
|
}
|
|
1904
1516
|
}
|
|
1905
1517
|
]
|
|
1906
1518
|
},
|
|
1907
1519
|
{
|
|
1908
1520
|
"kind": "javascript-module",
|
|
1909
|
-
"path": "src/
|
|
1521
|
+
"path": "src/main/main.template.ts",
|
|
1522
|
+
"declarations": [],
|
|
1523
|
+
"exports": []
|
|
1524
|
+
},
|
|
1525
|
+
{
|
|
1526
|
+
"kind": "javascript-module",
|
|
1527
|
+
"path": "src/main/main.ts",
|
|
1910
1528
|
"declarations": [
|
|
1911
1529
|
{
|
|
1912
1530
|
"kind": "class",
|
|
1913
|
-
"description": "
|
|
1914
|
-
"name": "
|
|
1531
|
+
"description": "",
|
|
1532
|
+
"name": "MainApplication",
|
|
1915
1533
|
"members": [
|
|
1916
1534
|
{
|
|
1917
|
-
"kind": "
|
|
1918
|
-
"name": "
|
|
1919
|
-
"
|
|
1920
|
-
|
|
1921
|
-
|
|
1922
|
-
"name": "profile"
|
|
1923
|
-
}
|
|
1924
|
-
]
|
|
1535
|
+
"kind": "field",
|
|
1536
|
+
"name": "config",
|
|
1537
|
+
"type": {
|
|
1538
|
+
"text": "MainRouterConfig"
|
|
1539
|
+
}
|
|
1925
1540
|
},
|
|
1926
1541
|
{
|
|
1927
|
-
"kind": "
|
|
1928
|
-
"name": "
|
|
1929
|
-
"
|
|
1930
|
-
"
|
|
1931
|
-
"module": "src/entities/entities.ts"
|
|
1542
|
+
"kind": "field",
|
|
1543
|
+
"name": "connect",
|
|
1544
|
+
"type": {
|
|
1545
|
+
"text": "Connect"
|
|
1932
1546
|
}
|
|
1933
1547
|
},
|
|
1934
1548
|
{
|
|
1935
1549
|
"kind": "field",
|
|
1936
|
-
"name": "
|
|
1550
|
+
"name": "session",
|
|
1937
1551
|
"type": {
|
|
1938
|
-
"text": "
|
|
1939
|
-
},
|
|
1940
|
-
"description": "Name of the event handler on the Genesis server which handles creating an entity",
|
|
1941
|
-
"privacy": "public",
|
|
1942
|
-
"inheritedFrom": {
|
|
1943
|
-
"name": "EntityManagement",
|
|
1944
|
-
"module": "src/entities/entities.ts"
|
|
1552
|
+
"text": "Session"
|
|
1945
1553
|
}
|
|
1946
1554
|
},
|
|
1947
1555
|
{
|
|
1948
1556
|
"kind": "field",
|
|
1949
|
-
"name": "
|
|
1950
|
-
"type": {
|
|
1951
|
-
"text": "string"
|
|
1952
|
-
},
|
|
1953
|
-
"description": "Name of the event handler on the Genesis server which handles deleting the entity",
|
|
1954
|
-
"privacy": "public",
|
|
1955
|
-
"inheritedFrom": {
|
|
1956
|
-
"name": "EntityManagement",
|
|
1957
|
-
"module": "src/entities/entities.ts"
|
|
1958
|
-
}
|
|
1959
|
-
},
|
|
1960
|
-
{
|
|
1961
|
-
"kind": "field",
|
|
1962
|
-
"name": "updateEvent",
|
|
1557
|
+
"name": "container",
|
|
1963
1558
|
"type": {
|
|
1964
|
-
"text": "
|
|
1965
|
-
},
|
|
1966
|
-
"description": "Name of the event handler on the Genesis server which handles updating the entity",
|
|
1967
|
-
"privacy": "public",
|
|
1968
|
-
"inheritedFrom": {
|
|
1969
|
-
"name": "EntityManagement",
|
|
1970
|
-
"module": "src/entities/entities.ts"
|
|
1559
|
+
"text": "Container"
|
|
1971
1560
|
}
|
|
1972
1561
|
},
|
|
1973
1562
|
{
|
|
1974
1563
|
"kind": "field",
|
|
1975
|
-
"name": "
|
|
1564
|
+
"name": "provider",
|
|
1976
1565
|
"type": {
|
|
1977
|
-
"text": "
|
|
1978
|
-
},
|
|
1979
|
-
"description": "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.",
|
|
1980
|
-
"privacy": "public",
|
|
1981
|
-
"default": "'entity_profiles_management'",
|
|
1982
|
-
"inheritedFrom": {
|
|
1983
|
-
"name": "EntityManagement",
|
|
1984
|
-
"module": "src/entities/entities.ts"
|
|
1566
|
+
"text": "HTMLElement"
|
|
1985
1567
|
}
|
|
1986
1568
|
},
|
|
1987
1569
|
{
|
|
1988
1570
|
"kind": "field",
|
|
1989
|
-
"name": "
|
|
1571
|
+
"name": "ready",
|
|
1990
1572
|
"type": {
|
|
1991
|
-
"text": "
|
|
1573
|
+
"text": "boolean"
|
|
1992
1574
|
},
|
|
1993
|
-
"default": "
|
|
1994
|
-
"inheritedFrom": {
|
|
1995
|
-
"name": "EntityManagement",
|
|
1996
|
-
"module": "src/entities/entities.ts"
|
|
1997
|
-
}
|
|
1575
|
+
"default": "false"
|
|
1998
1576
|
},
|
|
1999
1577
|
{
|
|
2000
|
-
"kind": "
|
|
2001
|
-
"name": "
|
|
2002
|
-
"type": {
|
|
2003
|
-
"text": "UiSchema"
|
|
2004
|
-
},
|
|
2005
|
-
"default": "editProfileFormSchema",
|
|
2006
|
-
"inheritedFrom": {
|
|
2007
|
-
"name": "EntityManagement",
|
|
2008
|
-
"module": "src/entities/entities.ts"
|
|
2009
|
-
}
|
|
1578
|
+
"kind": "method",
|
|
1579
|
+
"name": "onLuminanceToggle"
|
|
2010
1580
|
},
|
|
2011
1581
|
{
|
|
2012
|
-
"kind": "
|
|
2013
|
-
"name": "
|
|
2014
|
-
"type": {
|
|
2015
|
-
"text": "(...args) => {}"
|
|
2016
|
-
},
|
|
2017
|
-
"inheritedFrom": {
|
|
2018
|
-
"name": "EntityManagement",
|
|
2019
|
-
"module": "src/entities/entities.ts"
|
|
2020
|
-
}
|
|
1582
|
+
"kind": "method",
|
|
1583
|
+
"name": "loadRemotes"
|
|
2021
1584
|
},
|
|
2022
1585
|
{
|
|
2023
|
-
"kind": "
|
|
2024
|
-
"name": "
|
|
2025
|
-
"type": {
|
|
2026
|
-
"text": "string"
|
|
2027
|
-
},
|
|
2028
|
-
"description": "Name of the backend resource which contain the entities to manage",
|
|
2029
|
-
"privacy": "public",
|
|
2030
|
-
"default": "'ALL_PROFILES'",
|
|
2031
|
-
"inheritedFrom": {
|
|
2032
|
-
"name": "EntityManagement",
|
|
2033
|
-
"module": "src/entities/entities.ts"
|
|
2034
|
-
}
|
|
1586
|
+
"kind": "method",
|
|
1587
|
+
"name": "selectTemplate"
|
|
2035
1588
|
},
|
|
2036
1589
|
{
|
|
2037
|
-
"kind": "
|
|
2038
|
-
"name": "
|
|
2039
|
-
"
|
|
2040
|
-
|
|
2041
|
-
|
|
2042
|
-
|
|
2043
|
-
|
|
2044
|
-
|
|
2045
|
-
|
|
2046
|
-
|
|
2047
|
-
|
|
2048
|
-
|
|
2049
|
-
|
|
1590
|
+
"kind": "method",
|
|
1591
|
+
"name": "registerDIDependencies",
|
|
1592
|
+
"privacy": "private"
|
|
1593
|
+
}
|
|
1594
|
+
],
|
|
1595
|
+
"superclass": {
|
|
1596
|
+
"name": "FASTElement",
|
|
1597
|
+
"package": "@microsoft/fast-element"
|
|
1598
|
+
},
|
|
1599
|
+
"customElement": true
|
|
1600
|
+
}
|
|
1601
|
+
],
|
|
1602
|
+
"exports": [
|
|
1603
|
+
{
|
|
1604
|
+
"kind": "js",
|
|
1605
|
+
"name": "MainApplication",
|
|
1606
|
+
"declaration": {
|
|
1607
|
+
"name": "MainApplication",
|
|
1608
|
+
"module": "src/main/main.ts"
|
|
1609
|
+
}
|
|
1610
|
+
},
|
|
1611
|
+
{
|
|
1612
|
+
"kind": "custom-element-definition",
|
|
1613
|
+
"declaration": {
|
|
1614
|
+
"name": "MainApplication",
|
|
1615
|
+
"module": "src/main/main.ts"
|
|
1616
|
+
}
|
|
1617
|
+
}
|
|
1618
|
+
]
|
|
1619
|
+
},
|
|
1620
|
+
{
|
|
1621
|
+
"kind": "javascript-module",
|
|
1622
|
+
"path": "src/profiles/editProfileSchema.ts",
|
|
1623
|
+
"declarations": [
|
|
1624
|
+
{
|
|
1625
|
+
"kind": "variable",
|
|
1626
|
+
"name": "editProfileFormSchema",
|
|
1627
|
+
"type": {
|
|
1628
|
+
"text": "UiSchema"
|
|
1629
|
+
},
|
|
1630
|
+
"default": "{\n type: 'VerticalLayout',\n elements: [\n {\n type: 'Control',\n label: 'Name',\n scope: '#/properties/NAME',\n },\n {\n type: 'Control',\n label: 'Description',\n scope: '#/properties/DESCRIPTION',\n },\n {\n type: 'Control',\n label: 'Status',\n scope: '#/properties/STATUS',\n },\n {\n type: 'Control',\n label: 'Rights',\n scope: '#/properties/RIGHT_CODES',\n options: {\n allOptionsResourceName: 'RIGHT',\n valueField: 'CODE',\n labelField: 'CODE',\n },\n },\n {\n type: 'Control',\n label: 'Users',\n scope: '#/properties/USER_NAMES',\n options: {\n allOptionsResourceName: 'USER',\n valueField: 'USER_NAME',\n labelField: 'USER_NAME',\n },\n },\n ],\n}"
|
|
1631
|
+
}
|
|
1632
|
+
],
|
|
1633
|
+
"exports": [
|
|
1634
|
+
{
|
|
1635
|
+
"kind": "js",
|
|
1636
|
+
"name": "editProfileFormSchema",
|
|
1637
|
+
"declaration": {
|
|
1638
|
+
"name": "editProfileFormSchema",
|
|
1639
|
+
"module": "src/profiles/editProfileSchema.ts"
|
|
1640
|
+
}
|
|
1641
|
+
}
|
|
1642
|
+
]
|
|
1643
|
+
},
|
|
1644
|
+
{
|
|
1645
|
+
"kind": "javascript-module",
|
|
1646
|
+
"path": "src/profiles/profiles.ts",
|
|
1647
|
+
"declarations": [
|
|
1648
|
+
{
|
|
1649
|
+
"kind": "class",
|
|
1650
|
+
"description": "Main class which defined the profile management functionality",
|
|
1651
|
+
"name": "Profiles",
|
|
1652
|
+
"members": [
|
|
2050
1653
|
{
|
|
2051
|
-
"kind": "
|
|
2052
|
-
"name": "
|
|
2053
|
-
"type": {
|
|
2054
|
-
"text": "string"
|
|
2055
|
-
},
|
|
2056
|
-
"description": "Label for the entity which has usages such as being shown in the title of the modal wen editing the entity",
|
|
1654
|
+
"kind": "method",
|
|
1655
|
+
"name": "readProfileData",
|
|
2057
1656
|
"privacy": "public",
|
|
2058
|
-
"
|
|
2059
|
-
|
|
2060
|
-
|
|
2061
|
-
|
|
2062
|
-
|
|
1657
|
+
"parameters": [
|
|
1658
|
+
{
|
|
1659
|
+
"name": "profile"
|
|
1660
|
+
}
|
|
1661
|
+
]
|
|
2063
1662
|
},
|
|
2064
1663
|
{
|
|
2065
|
-
"kind": "
|
|
2066
|
-
"name": "
|
|
2067
|
-
"type": {
|
|
2068
|
-
"text": "Connect"
|
|
2069
|
-
},
|
|
2070
|
-
"privacy": "protected",
|
|
2071
|
-
"description": "DI connect object which is used to interact with the backend.",
|
|
2072
|
-
"inheritedFrom": {
|
|
2073
|
-
"name": "EntityManagement",
|
|
2074
|
-
"module": "src/entities/entities.ts"
|
|
2075
|
-
}
|
|
1664
|
+
"kind": "method",
|
|
1665
|
+
"name": "confirmDelete"
|
|
2076
1666
|
},
|
|
2077
1667
|
{
|
|
2078
1668
|
"kind": "field",
|
|
2079
|
-
"name": "
|
|
1669
|
+
"name": "createEvent",
|
|
2080
1670
|
"type": {
|
|
2081
1671
|
"text": "string"
|
|
2082
1672
|
},
|
|
2083
|
-
"
|
|
2084
|
-
"description": "Name of the design system prefix that will be used in renderers.",
|
|
1673
|
+
"description": "Name of the event handler on the Genesis server which handles creating an entity",
|
|
2085
1674
|
"privacy": "public",
|
|
2086
1675
|
"inheritedFrom": {
|
|
2087
1676
|
"name": "EntityManagement",
|
|
@@ -2090,62 +1679,11 @@
|
|
|
2090
1679
|
},
|
|
2091
1680
|
{
|
|
2092
1681
|
"kind": "field",
|
|
2093
|
-
"name": "
|
|
1682
|
+
"name": "deleteEvent",
|
|
2094
1683
|
"type": {
|
|
2095
1684
|
"text": "string"
|
|
2096
1685
|
},
|
|
2097
|
-
"
|
|
2098
|
-
"name": "EntityManagement",
|
|
2099
|
-
"module": "src/entities/entities.ts"
|
|
2100
|
-
}
|
|
2101
|
-
},
|
|
2102
|
-
{
|
|
2103
|
-
"kind": "field",
|
|
2104
|
-
"name": "readonly",
|
|
2105
|
-
"type": {
|
|
2106
|
-
"text": "boolean"
|
|
2107
|
-
},
|
|
2108
|
-
"inheritedFrom": {
|
|
2109
|
-
"name": "EntityManagement",
|
|
2110
|
-
"module": "src/entities/entities.ts"
|
|
2111
|
-
}
|
|
2112
|
-
},
|
|
2113
|
-
{
|
|
2114
|
-
"kind": "field",
|
|
2115
|
-
"name": "asyncAdd",
|
|
2116
|
-
"type": {
|
|
2117
|
-
"text": "boolean"
|
|
2118
|
-
},
|
|
2119
|
-
"default": "false",
|
|
2120
|
-
"description": "Whether to use the `applyTransactionAsync` function for *add* transactions",
|
|
2121
|
-
"privacy": "public",
|
|
2122
|
-
"inheritedFrom": {
|
|
2123
|
-
"name": "EntityManagement",
|
|
2124
|
-
"module": "src/entities/entities.ts"
|
|
2125
|
-
}
|
|
2126
|
-
},
|
|
2127
|
-
{
|
|
2128
|
-
"kind": "field",
|
|
2129
|
-
"name": "asyncRemove",
|
|
2130
|
-
"type": {
|
|
2131
|
-
"text": "boolean"
|
|
2132
|
-
},
|
|
2133
|
-
"default": "false",
|
|
2134
|
-
"description": "Whether to use the `applyTransactionAsync` function for *remove* transactions",
|
|
2135
|
-
"privacy": "public",
|
|
2136
|
-
"inheritedFrom": {
|
|
2137
|
-
"name": "EntityManagement",
|
|
2138
|
-
"module": "src/entities/entities.ts"
|
|
2139
|
-
}
|
|
2140
|
-
},
|
|
2141
|
-
{
|
|
2142
|
-
"kind": "field",
|
|
2143
|
-
"name": "asyncUpdate",
|
|
2144
|
-
"type": {
|
|
2145
|
-
"text": "boolean"
|
|
2146
|
-
},
|
|
2147
|
-
"default": "true",
|
|
2148
|
-
"description": "Whether to use the `applyTransactionAsync` function for *update* transactions",
|
|
1686
|
+
"description": "Name of the event handler on the Genesis server which handles deleting the entity",
|
|
2149
1687
|
"privacy": "public",
|
|
2150
1688
|
"inheritedFrom": {
|
|
2151
1689
|
"name": "EntityManagement",
|
|
@@ -2154,54 +1692,11 @@
|
|
|
2154
1692
|
},
|
|
2155
1693
|
{
|
|
2156
1694
|
"kind": "field",
|
|
2157
|
-
"name": "
|
|
1695
|
+
"name": "updateEvent",
|
|
2158
1696
|
"type": {
|
|
2159
1697
|
"text": "string"
|
|
2160
1698
|
},
|
|
2161
|
-
"
|
|
2162
|
-
"description": "This attribute allows you to change row-selection to 'single' or 'multiple' which will allow you to select single or multiple rows.",
|
|
2163
|
-
"privacy": "public",
|
|
2164
|
-
"inheritedFrom": {
|
|
2165
|
-
"name": "EntityManagement",
|
|
2166
|
-
"module": "src/entities/entities.ts"
|
|
2167
|
-
}
|
|
2168
|
-
},
|
|
2169
|
-
{
|
|
2170
|
-
"kind": "field",
|
|
2171
|
-
"name": "enableCellFlashing",
|
|
2172
|
-
"type": {
|
|
2173
|
-
"text": "boolean"
|
|
2174
|
-
},
|
|
2175
|
-
"default": "false",
|
|
2176
|
-
"description": "If false, will disable cell flashing for all cells by default, unless otherwise defined in custom colDef",
|
|
2177
|
-
"privacy": "public",
|
|
2178
|
-
"inheritedFrom": {
|
|
2179
|
-
"name": "EntityManagement",
|
|
2180
|
-
"module": "src/entities/entities.ts"
|
|
2181
|
-
}
|
|
2182
|
-
},
|
|
2183
|
-
{
|
|
2184
|
-
"kind": "field",
|
|
2185
|
-
"name": "enableRowFlashing",
|
|
2186
|
-
"type": {
|
|
2187
|
-
"text": "boolean"
|
|
2188
|
-
},
|
|
2189
|
-
"default": "false",
|
|
2190
|
-
"description": "If true, will enable row flashing for all rows for `add` transactions",
|
|
2191
|
-
"privacy": "public",
|
|
2192
|
-
"inheritedFrom": {
|
|
2193
|
-
"name": "EntityManagement",
|
|
2194
|
-
"module": "src/entities/entities.ts"
|
|
2195
|
-
}
|
|
2196
|
-
},
|
|
2197
|
-
{
|
|
2198
|
-
"kind": "field",
|
|
2199
|
-
"name": "datasourceType",
|
|
2200
|
-
"type": {
|
|
2201
|
-
"text": "DatasourceType"
|
|
2202
|
-
},
|
|
2203
|
-
"default": "'client'",
|
|
2204
|
-
"description": "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.\nBy default `grid-pro-client-side-datasource` will be used.",
|
|
1699
|
+
"description": "Name of the event handler on the Genesis server which handles updating the entity",
|
|
2205
1700
|
"privacy": "public",
|
|
2206
1701
|
"inheritedFrom": {
|
|
2207
1702
|
"name": "EntityManagement",
|
|
@@ -2210,12 +1705,13 @@
|
|
|
2210
1705
|
},
|
|
2211
1706
|
{
|
|
2212
1707
|
"kind": "field",
|
|
2213
|
-
"name": "
|
|
1708
|
+
"name": "persistColumnStateKey",
|
|
2214
1709
|
"type": {
|
|
2215
|
-
"text": "
|
|
1710
|
+
"text": "string"
|
|
2216
1711
|
},
|
|
2217
|
-
"description": "
|
|
1712
|
+
"description": "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.",
|
|
2218
1713
|
"privacy": "public",
|
|
1714
|
+
"default": "'entity_profiles_management'",
|
|
2219
1715
|
"inheritedFrom": {
|
|
2220
1716
|
"name": "EntityManagement",
|
|
2221
1717
|
"module": "src/entities/entities.ts"
|
|
@@ -2223,12 +1719,13 @@
|
|
|
2223
1719
|
},
|
|
2224
1720
|
{
|
|
2225
1721
|
"kind": "field",
|
|
2226
|
-
"name": "
|
|
1722
|
+
"name": "updateFormUiSchema",
|
|
2227
1723
|
"type": {
|
|
2228
|
-
"text": "
|
|
1724
|
+
"text": "UiSchema"
|
|
2229
1725
|
},
|
|
2230
|
-
"description": "
|
|
1726
|
+
"description": "Enables you to supply a schema to configure an update form.",
|
|
2231
1727
|
"privacy": "public",
|
|
1728
|
+
"default": "editProfileFormSchema",
|
|
2232
1729
|
"inheritedFrom": {
|
|
2233
1730
|
"name": "EntityManagement",
|
|
2234
1731
|
"module": "src/entities/entities.ts"
|
|
@@ -2236,12 +1733,13 @@
|
|
|
2236
1733
|
},
|
|
2237
1734
|
{
|
|
2238
1735
|
"kind": "field",
|
|
2239
|
-
"name": "
|
|
1736
|
+
"name": "createFormUiSchema",
|
|
2240
1737
|
"type": {
|
|
2241
|
-
"text": "
|
|
1738
|
+
"text": "UiSchema"
|
|
2242
1739
|
},
|
|
2243
|
-
"description": "
|
|
1740
|
+
"description": "Enables you to supply a schema to configure an insert form.",
|
|
2244
1741
|
"privacy": "public",
|
|
1742
|
+
"default": "editProfileFormSchema",
|
|
2245
1743
|
"inheritedFrom": {
|
|
2246
1744
|
"name": "EntityManagement",
|
|
2247
1745
|
"module": "src/entities/entities.ts"
|
|
@@ -2249,23 +1747,22 @@
|
|
|
2249
1747
|
},
|
|
2250
1748
|
{
|
|
2251
1749
|
"kind": "field",
|
|
2252
|
-
"name": "
|
|
1750
|
+
"name": "readEventFn",
|
|
2253
1751
|
"type": {
|
|
2254
|
-
"text": "
|
|
1752
|
+
"text": "(entity) => any"
|
|
2255
1753
|
},
|
|
2256
|
-
"
|
|
2257
|
-
|
|
2258
|
-
|
|
2259
|
-
|
|
2260
|
-
|
|
2261
|
-
|
|
2262
|
-
|
|
2263
|
-
"
|
|
2264
|
-
|
|
2265
|
-
|
|
1754
|
+
"description": "Similar to readEvent but allows to provide function that will be executed before\nopening the form and yields data to the form",
|
|
1755
|
+
"parameters": [
|
|
1756
|
+
{
|
|
1757
|
+
"description": "selected entity from the grid",
|
|
1758
|
+
"name": "entity"
|
|
1759
|
+
}
|
|
1760
|
+
],
|
|
1761
|
+
"return": {
|
|
1762
|
+
"type": {
|
|
1763
|
+
"text": ""
|
|
1764
|
+
}
|
|
2266
1765
|
},
|
|
2267
|
-
"default": "renderers",
|
|
2268
|
-
"description": "Array with renderers used by foundation-forms",
|
|
2269
1766
|
"privacy": "public",
|
|
2270
1767
|
"inheritedFrom": {
|
|
2271
1768
|
"name": "EntityManagement",
|
|
@@ -2274,12 +1771,13 @@
|
|
|
2274
1771
|
},
|
|
2275
1772
|
{
|
|
2276
1773
|
"kind": "field",
|
|
2277
|
-
"name": "
|
|
1774
|
+
"name": "resourceName",
|
|
2278
1775
|
"type": {
|
|
2279
|
-
"text": "
|
|
1776
|
+
"text": "string"
|
|
2280
1777
|
},
|
|
2281
|
-
"description": "
|
|
1778
|
+
"description": "Name of the backend resource which contain the entities to manage",
|
|
2282
1779
|
"privacy": "public",
|
|
1780
|
+
"default": "'ALL_PROFILES'",
|
|
2283
1781
|
"inheritedFrom": {
|
|
2284
1782
|
"name": "EntityManagement",
|
|
2285
1783
|
"module": "src/entities/entities.ts"
|
|
@@ -2287,12 +1785,13 @@
|
|
|
2287
1785
|
},
|
|
2288
1786
|
{
|
|
2289
1787
|
"kind": "field",
|
|
2290
|
-
"name": "
|
|
1788
|
+
"name": "title",
|
|
2291
1789
|
"type": {
|
|
2292
|
-
"text": "
|
|
1790
|
+
"text": "string"
|
|
2293
1791
|
},
|
|
2294
|
-
"description": "
|
|
1792
|
+
"description": "Title of the grid",
|
|
2295
1793
|
"privacy": "public",
|
|
1794
|
+
"default": "'Profile Management'",
|
|
2296
1795
|
"inheritedFrom": {
|
|
2297
1796
|
"name": "EntityManagement",
|
|
2298
1797
|
"module": "src/entities/entities.ts"
|
|
@@ -2300,12 +1799,13 @@
|
|
|
2300
1799
|
},
|
|
2301
1800
|
{
|
|
2302
1801
|
"kind": "field",
|
|
2303
|
-
"name": "
|
|
1802
|
+
"name": "entityLabel",
|
|
2304
1803
|
"type": {
|
|
2305
|
-
"text": "
|
|
1804
|
+
"text": "string"
|
|
2306
1805
|
},
|
|
2307
|
-
"description": "
|
|
1806
|
+
"description": "Label for the entity which is used in the title of the modal when editing the entity, on CRUD buttons and on toast notifications",
|
|
2308
1807
|
"privacy": "public",
|
|
1808
|
+
"default": "'Profile'",
|
|
2309
1809
|
"inheritedFrom": {
|
|
2310
1810
|
"name": "EntityManagement",
|
|
2311
1811
|
"module": "src/entities/entities.ts"
|
|
@@ -2313,53 +1813,12 @@
|
|
|
2313
1813
|
},
|
|
2314
1814
|
{
|
|
2315
1815
|
"kind": "field",
|
|
2316
|
-
"name": "
|
|
2317
|
-
"type": {
|
|
2318
|
-
"text": "boolean"
|
|
2319
|
-
},
|
|
2320
|
-
"inheritedFrom": {
|
|
2321
|
-
"name": "EntityManagement",
|
|
2322
|
-
"module": "src/entities/entities.ts"
|
|
2323
|
-
}
|
|
2324
|
-
},
|
|
2325
|
-
{
|
|
2326
|
-
"kind": "field",
|
|
2327
|
-
"name": "modalFormType",
|
|
2328
|
-
"type": {
|
|
2329
|
-
"text": "ModalFormType"
|
|
2330
|
-
},
|
|
2331
|
-
"description": "The type of form that is currently being displayed in the modal",
|
|
2332
|
-
"inheritedFrom": {
|
|
2333
|
-
"name": "EntityManagement",
|
|
2334
|
-
"module": "src/entities/entities.ts"
|
|
2335
|
-
}
|
|
2336
|
-
},
|
|
2337
|
-
{
|
|
2338
|
-
"kind": "field",
|
|
2339
|
-
"name": "editModalVisible",
|
|
2340
|
-
"type": {
|
|
2341
|
-
"text": "boolean"
|
|
2342
|
-
},
|
|
2343
|
-
"default": "false",
|
|
2344
|
-
"inheritedFrom": {
|
|
2345
|
-
"name": "EntityManagement",
|
|
2346
|
-
"module": "src/entities/entities.ts"
|
|
2347
|
-
}
|
|
2348
|
-
},
|
|
2349
|
-
{
|
|
2350
|
-
"kind": "method",
|
|
2351
|
-
"name": "editModalVisibleChanged",
|
|
2352
|
-
"inheritedFrom": {
|
|
2353
|
-
"name": "EntityManagement",
|
|
2354
|
-
"module": "src/entities/entities.ts"
|
|
2355
|
-
}
|
|
2356
|
-
},
|
|
2357
|
-
{
|
|
2358
|
-
"kind": "field",
|
|
2359
|
-
"name": "editEntityModal",
|
|
1816
|
+
"name": "prefix",
|
|
2360
1817
|
"type": {
|
|
2361
|
-
"text": "
|
|
1818
|
+
"text": "string"
|
|
2362
1819
|
},
|
|
1820
|
+
"default": "'zero'",
|
|
1821
|
+
"description": "Name of the design system prefix that will be used in renderers.",
|
|
2363
1822
|
"privacy": "public",
|
|
2364
1823
|
"inheritedFrom": {
|
|
2365
1824
|
"name": "EntityManagement",
|
|
@@ -2368,21 +1827,12 @@
|
|
|
2368
1827
|
},
|
|
2369
1828
|
{
|
|
2370
1829
|
"kind": "field",
|
|
2371
|
-
"name": "
|
|
2372
|
-
"type": {
|
|
2373
|
-
"text": "boolean"
|
|
2374
|
-
},
|
|
2375
|
-
"inheritedFrom": {
|
|
2376
|
-
"name": "EntityManagement",
|
|
2377
|
-
"module": "src/entities/entities.ts"
|
|
2378
|
-
}
|
|
2379
|
-
},
|
|
2380
|
-
{
|
|
2381
|
-
"kind": "field",
|
|
2382
|
-
"name": "enableFilterBar",
|
|
1830
|
+
"name": "readEvent",
|
|
2383
1831
|
"type": {
|
|
2384
|
-
"text": "
|
|
1832
|
+
"text": "string"
|
|
2385
1833
|
},
|
|
1834
|
+
"description": "Name of the request on the Genesis server which fetches data for the form, example usage could\ninclude fetching additional data that is not available in the grid but required for the selected entity",
|
|
1835
|
+
"privacy": "public",
|
|
2386
1836
|
"inheritedFrom": {
|
|
2387
1837
|
"name": "EntityManagement",
|
|
2388
1838
|
"module": "src/entities/entities.ts"
|
|
@@ -2390,11 +1840,13 @@
|
|
|
2390
1840
|
},
|
|
2391
1841
|
{
|
|
2392
1842
|
"kind": "field",
|
|
2393
|
-
"name": "
|
|
1843
|
+
"name": "rowSelection",
|
|
2394
1844
|
"type": {
|
|
2395
|
-
"text": "
|
|
1845
|
+
"text": "string"
|
|
2396
1846
|
},
|
|
2397
|
-
"default": "
|
|
1847
|
+
"default": "'single'",
|
|
1848
|
+
"description": "This attribute allows you to change row-selection to 'single' or 'multiple' which will allow you to select single or multiple rows.",
|
|
1849
|
+
"privacy": "public",
|
|
2398
1850
|
"inheritedFrom": {
|
|
2399
1851
|
"name": "EntityManagement",
|
|
2400
1852
|
"module": "src/entities/entities.ts"
|
|
@@ -2402,11 +1854,13 @@
|
|
|
2402
1854
|
},
|
|
2403
1855
|
{
|
|
2404
1856
|
"kind": "field",
|
|
2405
|
-
"name": "
|
|
1857
|
+
"name": "enableCellFlashing",
|
|
2406
1858
|
"type": {
|
|
2407
1859
|
"text": "boolean"
|
|
2408
1860
|
},
|
|
2409
1861
|
"default": "false",
|
|
1862
|
+
"description": "If false, will disable cell flashing for all cells by default, unless otherwise defined in custom colDef",
|
|
1863
|
+
"privacy": "public",
|
|
2410
1864
|
"inheritedFrom": {
|
|
2411
1865
|
"name": "EntityManagement",
|
|
2412
1866
|
"module": "src/entities/entities.ts"
|
|
@@ -2414,12 +1868,12 @@
|
|
|
2414
1868
|
},
|
|
2415
1869
|
{
|
|
2416
1870
|
"kind": "field",
|
|
2417
|
-
"name": "
|
|
1871
|
+
"name": "enableRowFlashing",
|
|
2418
1872
|
"type": {
|
|
2419
1873
|
"text": "boolean"
|
|
2420
1874
|
},
|
|
2421
1875
|
"default": "false",
|
|
2422
|
-
"description": "
|
|
1876
|
+
"description": "If true, will enable row flashing for all rows for `add` transactions",
|
|
2423
1877
|
"privacy": "public",
|
|
2424
1878
|
"inheritedFrom": {
|
|
2425
1879
|
"name": "EntityManagement",
|
|
@@ -2428,11 +1882,12 @@
|
|
|
2428
1882
|
},
|
|
2429
1883
|
{
|
|
2430
1884
|
"kind": "field",
|
|
2431
|
-
"name": "
|
|
1885
|
+
"name": "datasourceType",
|
|
2432
1886
|
"type": {
|
|
2433
|
-
"text": "
|
|
1887
|
+
"text": "DatasourceType"
|
|
2434
1888
|
},
|
|
2435
|
-
"
|
|
1889
|
+
"default": "'client'",
|
|
1890
|
+
"description": "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.\nBy default `grid-pro-client-side-datasource` will be used.",
|
|
2436
1891
|
"privacy": "public",
|
|
2437
1892
|
"inheritedFrom": {
|
|
2438
1893
|
"name": "EntityManagement",
|
|
@@ -2441,10 +1896,12 @@
|
|
|
2441
1896
|
},
|
|
2442
1897
|
{
|
|
2443
1898
|
"kind": "field",
|
|
2444
|
-
"name": "
|
|
1899
|
+
"name": "gridOptions",
|
|
2445
1900
|
"type": {
|
|
2446
|
-
"text": "
|
|
1901
|
+
"text": "GridOptions"
|
|
2447
1902
|
},
|
|
1903
|
+
"description": "GridOptions to be passed down from application",
|
|
1904
|
+
"privacy": "public",
|
|
2448
1905
|
"inheritedFrom": {
|
|
2449
1906
|
"name": "EntityManagement",
|
|
2450
1907
|
"module": "src/entities/entities.ts"
|
|
@@ -2452,12 +1909,11 @@
|
|
|
2452
1909
|
},
|
|
2453
1910
|
{
|
|
2454
1911
|
"kind": "field",
|
|
2455
|
-
"name": "
|
|
1912
|
+
"name": "columns",
|
|
2456
1913
|
"type": {
|
|
2457
|
-
"text": "
|
|
1914
|
+
"text": "ColDef[]"
|
|
2458
1915
|
},
|
|
2459
|
-
"
|
|
2460
|
-
"description": "Determines where the modal dialog will appear on screen",
|
|
1916
|
+
"description": "Array which holds the column definitions.",
|
|
2461
1917
|
"privacy": "public",
|
|
2462
1918
|
"inheritedFrom": {
|
|
2463
1919
|
"name": "EntityManagement",
|
|
@@ -2466,11 +1922,11 @@
|
|
|
2466
1922
|
},
|
|
2467
1923
|
{
|
|
2468
1924
|
"kind": "field",
|
|
2469
|
-
"name": "
|
|
1925
|
+
"name": "datasourceConfig",
|
|
2470
1926
|
"type": {
|
|
2471
|
-
"text": "
|
|
1927
|
+
"text": "DatasourceConfiguration"
|
|
2472
1928
|
},
|
|
2473
|
-
"description": "
|
|
1929
|
+
"description": "The configuration which is used when interacting with the resource on the backend",
|
|
2474
1930
|
"privacy": "public",
|
|
2475
1931
|
"inheritedFrom": {
|
|
2476
1932
|
"name": "EntityManagement",
|
|
@@ -2479,11 +1935,12 @@
|
|
|
2479
1935
|
},
|
|
2480
1936
|
{
|
|
2481
1937
|
"kind": "field",
|
|
2482
|
-
"name": "
|
|
1938
|
+
"name": "formRenderers",
|
|
2483
1939
|
"type": {
|
|
2484
|
-
"text": "
|
|
1940
|
+
"text": "RendererEntry[]"
|
|
2485
1941
|
},
|
|
2486
|
-
"
|
|
1942
|
+
"default": "renderers",
|
|
1943
|
+
"description": "Array with renderers used by foundation-forms",
|
|
2487
1944
|
"privacy": "public",
|
|
2488
1945
|
"inheritedFrom": {
|
|
2489
1946
|
"name": "EntityManagement",
|
|
@@ -2492,22 +1949,12 @@
|
|
|
2492
1949
|
},
|
|
2493
1950
|
{
|
|
2494
1951
|
"kind": "field",
|
|
2495
|
-
"name": "
|
|
1952
|
+
"name": "defaultEntityValues",
|
|
2496
1953
|
"type": {
|
|
2497
|
-
"text": "string"
|
|
1954
|
+
"text": "Record<string, unknown>"
|
|
2498
1955
|
},
|
|
2499
|
-
"
|
|
2500
|
-
"description": "The label of the crud action menu",
|
|
2501
|
-
"inheritedFrom": {
|
|
2502
|
-
"name": "EntityManagement",
|
|
2503
|
-
"module": "src/entities/entities.ts"
|
|
2504
|
-
}
|
|
2505
|
-
},
|
|
2506
|
-
{
|
|
2507
|
-
"kind": "field",
|
|
2508
|
-
"name": "crudMenuWrapper",
|
|
1956
|
+
"description": "The default values to populate the form with when the user is adding an entity",
|
|
2509
1957
|
"privacy": "public",
|
|
2510
|
-
"description": "The Id of the crud buttons wrapper element",
|
|
2511
1958
|
"inheritedFrom": {
|
|
2512
1959
|
"name": "EntityManagement",
|
|
2513
1960
|
"module": "src/entities/entities.ts"
|
|
@@ -2515,18 +1962,8 @@
|
|
|
2515
1962
|
},
|
|
2516
1963
|
{
|
|
2517
1964
|
"kind": "method",
|
|
2518
|
-
"name": "
|
|
2519
|
-
"privacy": "
|
|
2520
|
-
"parameters": [
|
|
2521
|
-
{
|
|
2522
|
-
"name": "actionOrType",
|
|
2523
|
-
"type": {
|
|
2524
|
-
"text": "CrudAction | ModalFormType"
|
|
2525
|
-
},
|
|
2526
|
-
"description": "The crud action or modal form type"
|
|
2527
|
-
}
|
|
2528
|
-
],
|
|
2529
|
-
"description": "The helper function to determine the title of the modal form or button based on the action or type",
|
|
1965
|
+
"name": "editModalVisibleChanged",
|
|
1966
|
+
"privacy": "private",
|
|
2530
1967
|
"inheritedFrom": {
|
|
2531
1968
|
"name": "EntityManagement",
|
|
2532
1969
|
"module": "src/entities/entities.ts"
|
|
@@ -2534,9 +1971,12 @@
|
|
|
2534
1971
|
},
|
|
2535
1972
|
{
|
|
2536
1973
|
"kind": "field",
|
|
2537
|
-
"name": "
|
|
2538
|
-
"
|
|
2539
|
-
|
|
1974
|
+
"name": "sizeColumnsToFit",
|
|
1975
|
+
"type": {
|
|
1976
|
+
"text": "boolean"
|
|
1977
|
+
},
|
|
1978
|
+
"description": "Resizes columns to take available space",
|
|
1979
|
+
"privacy": "public",
|
|
2540
1980
|
"inheritedFrom": {
|
|
2541
1981
|
"name": "EntityManagement",
|
|
2542
1982
|
"module": "src/entities/entities.ts"
|
|
@@ -2544,12 +1984,12 @@
|
|
|
2544
1984
|
},
|
|
2545
1985
|
{
|
|
2546
1986
|
"kind": "field",
|
|
2547
|
-
"name": "
|
|
1987
|
+
"name": "enableFilterBar",
|
|
2548
1988
|
"type": {
|
|
2549
1989
|
"text": "boolean"
|
|
2550
1990
|
},
|
|
2551
|
-
"description": "
|
|
2552
|
-
"
|
|
1991
|
+
"description": "Enables filter bar component",
|
|
1992
|
+
"privacy": "public",
|
|
2553
1993
|
"inheritedFrom": {
|
|
2554
1994
|
"name": "EntityManagement",
|
|
2555
1995
|
"module": "src/entities/entities.ts"
|
|
@@ -2557,12 +1997,13 @@
|
|
|
2557
1997
|
},
|
|
2558
1998
|
{
|
|
2559
1999
|
"kind": "field",
|
|
2560
|
-
"name": "
|
|
2000
|
+
"name": "hideEdit",
|
|
2561
2001
|
"type": {
|
|
2562
2002
|
"text": "boolean"
|
|
2563
2003
|
},
|
|
2564
|
-
"
|
|
2565
|
-
"
|
|
2004
|
+
"default": "false",
|
|
2005
|
+
"description": "Hides edit button",
|
|
2006
|
+
"privacy": "public",
|
|
2566
2007
|
"inheritedFrom": {
|
|
2567
2008
|
"name": "EntityManagement",
|
|
2568
2009
|
"module": "src/entities/entities.ts"
|
|
@@ -2570,50 +2011,39 @@
|
|
|
2570
2011
|
},
|
|
2571
2012
|
{
|
|
2572
2013
|
"kind": "field",
|
|
2573
|
-
"name": "
|
|
2014
|
+
"name": "hideDelete",
|
|
2574
2015
|
"type": {
|
|
2575
2016
|
"text": "boolean"
|
|
2576
2017
|
},
|
|
2577
|
-
"
|
|
2578
|
-
"
|
|
2018
|
+
"default": "false",
|
|
2019
|
+
"description": "Hides delete button",
|
|
2020
|
+
"privacy": "public",
|
|
2579
2021
|
"inheritedFrom": {
|
|
2580
2022
|
"name": "EntityManagement",
|
|
2581
2023
|
"module": "src/entities/entities.ts"
|
|
2582
2024
|
}
|
|
2583
2025
|
},
|
|
2584
2026
|
{
|
|
2585
|
-
"kind": "
|
|
2586
|
-
"name": "
|
|
2587
|
-
"
|
|
2588
|
-
|
|
2589
|
-
"type": {
|
|
2590
|
-
"text": ""
|
|
2591
|
-
}
|
|
2027
|
+
"kind": "field",
|
|
2028
|
+
"name": "enableSearchBar",
|
|
2029
|
+
"type": {
|
|
2030
|
+
"text": "boolean"
|
|
2592
2031
|
},
|
|
2593
|
-
"
|
|
2594
|
-
|
|
2595
|
-
|
|
2596
|
-
"type": {
|
|
2597
|
-
"text": "string"
|
|
2598
|
-
},
|
|
2599
|
-
"description": "The name of the slot to check."
|
|
2600
|
-
}
|
|
2601
|
-
],
|
|
2602
|
-
"description": "Checks if a slot contains any content.",
|
|
2032
|
+
"default": "false",
|
|
2033
|
+
"description": "This attribute controls whether to enable the search-bar.",
|
|
2034
|
+
"privacy": "public",
|
|
2603
2035
|
"inheritedFrom": {
|
|
2604
2036
|
"name": "EntityManagement",
|
|
2605
2037
|
"module": "src/entities/entities.ts"
|
|
2606
2038
|
}
|
|
2607
2039
|
},
|
|
2608
2040
|
{
|
|
2609
|
-
"kind": "
|
|
2610
|
-
"name": "
|
|
2611
|
-
"
|
|
2612
|
-
"
|
|
2613
|
-
"text": "Node"
|
|
2614
|
-
}
|
|
2041
|
+
"kind": "field",
|
|
2042
|
+
"name": "headerCaseType",
|
|
2043
|
+
"type": {
|
|
2044
|
+
"text": "GridProCaseType"
|
|
2615
2045
|
},
|
|
2616
|
-
"description": "
|
|
2046
|
+
"description": "The case type to use for the header names. If not set, the default CONSTANT_CASE will be used.",
|
|
2617
2047
|
"privacy": "public",
|
|
2618
2048
|
"inheritedFrom": {
|
|
2619
2049
|
"name": "EntityManagement",
|
|
@@ -2621,44 +2051,38 @@
|
|
|
2621
2051
|
}
|
|
2622
2052
|
},
|
|
2623
2053
|
{
|
|
2624
|
-
"kind": "
|
|
2625
|
-
"name": "
|
|
2626
|
-
"
|
|
2627
|
-
|
|
2628
|
-
|
|
2629
|
-
|
|
2630
|
-
"type": {
|
|
2631
|
-
"text": "CustomEvent"
|
|
2632
|
-
},
|
|
2633
|
-
"description": "CustomEvent which contains the payload for the entity to submit to the backend\n\nEmits an event upon error"
|
|
2634
|
-
}
|
|
2635
|
-
],
|
|
2636
|
-
"description": "Event handler for when the user submits the action for the currently open form, either editing or adding the entity",
|
|
2054
|
+
"kind": "field",
|
|
2055
|
+
"name": "searchBarConfig",
|
|
2056
|
+
"type": {
|
|
2057
|
+
"text": "AvailableOption[]"
|
|
2058
|
+
},
|
|
2059
|
+
"description": "Allows configuration of the search bar component, if not provided it would build configuration based on columns in the grid\n* @public",
|
|
2637
2060
|
"inheritedFrom": {
|
|
2638
2061
|
"name": "EntityManagement",
|
|
2639
2062
|
"module": "src/entities/entities.ts"
|
|
2640
2063
|
}
|
|
2641
2064
|
},
|
|
2642
2065
|
{
|
|
2643
|
-
"kind": "
|
|
2644
|
-
"name": "
|
|
2645
|
-
"
|
|
2646
|
-
|
|
2647
|
-
|
|
2648
|
-
|
|
2649
|
-
|
|
2650
|
-
|
|
2651
|
-
}
|
|
2652
|
-
}
|
|
2653
|
-
],
|
|
2066
|
+
"kind": "field",
|
|
2067
|
+
"name": "modalPosition",
|
|
2068
|
+
"type": {
|
|
2069
|
+
"text": "'centre' | 'left' | 'right'"
|
|
2070
|
+
},
|
|
2071
|
+
"default": "'right'",
|
|
2072
|
+
"description": "Determines where the modal dialog will appear on screen",
|
|
2073
|
+
"privacy": "public",
|
|
2654
2074
|
"inheritedFrom": {
|
|
2655
2075
|
"name": "EntityManagement",
|
|
2656
2076
|
"module": "src/entities/entities.ts"
|
|
2657
2077
|
}
|
|
2658
2078
|
},
|
|
2659
2079
|
{
|
|
2660
|
-
"kind": "
|
|
2661
|
-
"name": "
|
|
2080
|
+
"kind": "field",
|
|
2081
|
+
"name": "crudMenuPosition",
|
|
2082
|
+
"type": {
|
|
2083
|
+
"text": "CrudMenuPosition"
|
|
2084
|
+
},
|
|
2085
|
+
"description": "Determines where the buttons will appear",
|
|
2662
2086
|
"privacy": "public",
|
|
2663
2087
|
"inheritedFrom": {
|
|
2664
2088
|
"name": "EntityManagement",
|
|
@@ -2667,8 +2091,12 @@
|
|
|
2667
2091
|
},
|
|
2668
2092
|
{
|
|
2669
2093
|
"kind": "field",
|
|
2670
|
-
"name": "
|
|
2671
|
-
"
|
|
2094
|
+
"name": "crudMenuStyle",
|
|
2095
|
+
"type": {
|
|
2096
|
+
"text": "ActionsMenuStyle"
|
|
2097
|
+
},
|
|
2098
|
+
"description": "Determines the style of the buttons",
|
|
2099
|
+
"privacy": "public",
|
|
2672
2100
|
"inheritedFrom": {
|
|
2673
2101
|
"name": "EntityManagement",
|
|
2674
2102
|
"module": "src/entities/entities.ts"
|
|
@@ -2676,11 +2104,12 @@
|
|
|
2676
2104
|
},
|
|
2677
2105
|
{
|
|
2678
2106
|
"kind": "field",
|
|
2679
|
-
"name": "
|
|
2107
|
+
"name": "crudActionMenuName",
|
|
2680
2108
|
"type": {
|
|
2681
|
-
"text": "
|
|
2109
|
+
"text": "string"
|
|
2682
2110
|
},
|
|
2683
|
-
"
|
|
2111
|
+
"default": "'⋮'",
|
|
2112
|
+
"description": "The label of the crud action menu",
|
|
2684
2113
|
"inheritedFrom": {
|
|
2685
2114
|
"name": "EntityManagement",
|
|
2686
2115
|
"module": "src/entities/entities.ts"
|
|
@@ -2688,13 +2117,13 @@
|
|
|
2688
2117
|
},
|
|
2689
2118
|
{
|
|
2690
2119
|
"kind": "method",
|
|
2691
|
-
"name": "
|
|
2692
|
-
"privacy": "
|
|
2120
|
+
"name": "readEntity",
|
|
2121
|
+
"privacy": "private",
|
|
2693
2122
|
"parameters": [
|
|
2694
2123
|
{
|
|
2695
|
-
"name": "
|
|
2124
|
+
"name": "e",
|
|
2696
2125
|
"type": {
|
|
2697
|
-
"text": "CustomEvent
|
|
2126
|
+
"text": "CustomEvent"
|
|
2698
2127
|
}
|
|
2699
2128
|
}
|
|
2700
2129
|
],
|
|
@@ -2706,6 +2135,7 @@
|
|
|
2706
2135
|
{
|
|
2707
2136
|
"kind": "method",
|
|
2708
2137
|
"name": "searchBarReqServer",
|
|
2138
|
+
"privacy": "private",
|
|
2709
2139
|
"parameters": [
|
|
2710
2140
|
{
|
|
2711
2141
|
"name": "options",
|
|
@@ -2722,6 +2152,7 @@
|
|
|
2722
2152
|
{
|
|
2723
2153
|
"kind": "method",
|
|
2724
2154
|
"name": "searchBarDataserver",
|
|
2155
|
+
"privacy": "private",
|
|
2725
2156
|
"parameters": [
|
|
2726
2157
|
{
|
|
2727
2158
|
"name": "options",
|
|
@@ -2738,7 +2169,7 @@
|
|
|
2738
2169
|
{
|
|
2739
2170
|
"kind": "method",
|
|
2740
2171
|
"name": "requestChanged",
|
|
2741
|
-
"privacy": "
|
|
2172
|
+
"privacy": "private",
|
|
2742
2173
|
"parameters": [
|
|
2743
2174
|
{
|
|
2744
2175
|
"name": "e",
|
|
@@ -2755,7 +2186,7 @@
|
|
|
2755
2186
|
{
|
|
2756
2187
|
"kind": "method",
|
|
2757
2188
|
"name": "criteriaChanged",
|
|
2758
|
-
"privacy": "
|
|
2189
|
+
"privacy": "private",
|
|
2759
2190
|
"parameters": [
|
|
2760
2191
|
{
|
|
2761
2192
|
"name": "e",
|
|
@@ -2772,7 +2203,7 @@
|
|
|
2772
2203
|
{
|
|
2773
2204
|
"kind": "method",
|
|
2774
2205
|
"name": "submitFailureNotification",
|
|
2775
|
-
"privacy": "
|
|
2206
|
+
"privacy": "private",
|
|
2776
2207
|
"parameters": [
|
|
2777
2208
|
{
|
|
2778
2209
|
"name": "e",
|
|
@@ -2811,43 +2242,6 @@
|
|
|
2811
2242
|
"name": "EntityManagement",
|
|
2812
2243
|
"module": "src/entities/entities.ts"
|
|
2813
2244
|
}
|
|
2814
|
-
},
|
|
2815
|
-
{
|
|
2816
|
-
"kind": "method",
|
|
2817
|
-
"name": "emitCrud",
|
|
2818
|
-
"privacy": "public",
|
|
2819
|
-
"parameters": [
|
|
2820
|
-
{
|
|
2821
|
-
"name": "action",
|
|
2822
|
-
"type": {
|
|
2823
|
-
"text": "'create' | 'edit' | 'delete'"
|
|
2824
|
-
},
|
|
2825
|
-
"description": "the action to emit"
|
|
2826
|
-
}
|
|
2827
|
-
],
|
|
2828
|
-
"description": "Emit the CRUD event for the selected entity",
|
|
2829
|
-
"inheritedFrom": {
|
|
2830
|
-
"name": "EntityManagement",
|
|
2831
|
-
"module": "src/entities/entities.ts"
|
|
2832
|
-
}
|
|
2833
|
-
},
|
|
2834
|
-
{
|
|
2835
|
-
"kind": "method",
|
|
2836
|
-
"name": "selectionChanged",
|
|
2837
|
-
"privacy": "public",
|
|
2838
|
-
"parameters": [
|
|
2839
|
-
{
|
|
2840
|
-
"name": "event",
|
|
2841
|
-
"type": {
|
|
2842
|
-
"text": "CustomEvent<SelectionChangedEvent>"
|
|
2843
|
-
}
|
|
2844
|
-
}
|
|
2845
|
-
],
|
|
2846
|
-
"description": "The event handler for when the selection changes in the grid.",
|
|
2847
|
-
"inheritedFrom": {
|
|
2848
|
-
"name": "EntityManagement",
|
|
2849
|
-
"module": "src/entities/entities.ts"
|
|
2850
|
-
}
|
|
2851
2245
|
}
|
|
2852
2246
|
],
|
|
2853
2247
|
"superclass": {
|
|
@@ -2888,22 +2282,13 @@
|
|
|
2888
2282
|
"type": {
|
|
2889
2283
|
"text": "string"
|
|
2890
2284
|
},
|
|
2285
|
+
"description": "Name of the request on the Genesis server which fetches data for the form, example usage could\ninclude fetching additional data that is not available in the grid but required for the selected entity",
|
|
2891
2286
|
"fieldName": "readEvent",
|
|
2892
2287
|
"inheritedFrom": {
|
|
2893
2288
|
"name": "EntityManagement",
|
|
2894
2289
|
"module": "src/entities/entities.ts"
|
|
2895
2290
|
}
|
|
2896
2291
|
},
|
|
2897
|
-
{
|
|
2898
|
-
"type": {
|
|
2899
|
-
"text": "boolean"
|
|
2900
|
-
},
|
|
2901
|
-
"fieldName": "readonly",
|
|
2902
|
-
"inheritedFrom": {
|
|
2903
|
-
"name": "EntityManagement",
|
|
2904
|
-
"module": "src/entities/entities.ts"
|
|
2905
|
-
}
|
|
2906
|
-
},
|
|
2907
2292
|
{
|
|
2908
2293
|
"name": "updateEvent",
|
|
2909
2294
|
"type": {
|
|
@@ -2957,52 +2342,13 @@
|
|
|
2957
2342
|
"type": {
|
|
2958
2343
|
"text": "string"
|
|
2959
2344
|
},
|
|
2960
|
-
"description": "Label for the entity which
|
|
2345
|
+
"description": "Label for the entity which is used in the title of the modal when editing the entity, on CRUD buttons and on toast notifications",
|
|
2961
2346
|
"fieldName": "entityLabel",
|
|
2962
2347
|
"inheritedFrom": {
|
|
2963
2348
|
"name": "EntityManagement",
|
|
2964
2349
|
"module": "src/entities/entities.ts"
|
|
2965
2350
|
}
|
|
2966
2351
|
},
|
|
2967
|
-
{
|
|
2968
|
-
"name": "async-add",
|
|
2969
|
-
"type": {
|
|
2970
|
-
"text": "boolean"
|
|
2971
|
-
},
|
|
2972
|
-
"default": "false",
|
|
2973
|
-
"description": "Whether to use the `applyTransactionAsync` function for *add* transactions",
|
|
2974
|
-
"fieldName": "asyncAdd",
|
|
2975
|
-
"inheritedFrom": {
|
|
2976
|
-
"name": "EntityManagement",
|
|
2977
|
-
"module": "src/entities/entities.ts"
|
|
2978
|
-
}
|
|
2979
|
-
},
|
|
2980
|
-
{
|
|
2981
|
-
"name": "async-remove",
|
|
2982
|
-
"type": {
|
|
2983
|
-
"text": "boolean"
|
|
2984
|
-
},
|
|
2985
|
-
"default": "false",
|
|
2986
|
-
"description": "Whether to use the `applyTransactionAsync` function for *remove* transactions",
|
|
2987
|
-
"fieldName": "asyncRemove",
|
|
2988
|
-
"inheritedFrom": {
|
|
2989
|
-
"name": "EntityManagement",
|
|
2990
|
-
"module": "src/entities/entities.ts"
|
|
2991
|
-
}
|
|
2992
|
-
},
|
|
2993
|
-
{
|
|
2994
|
-
"name": "async-update",
|
|
2995
|
-
"type": {
|
|
2996
|
-
"text": "boolean"
|
|
2997
|
-
},
|
|
2998
|
-
"default": "true",
|
|
2999
|
-
"description": "Whether to use the `applyTransactionAsync` function for *update* transactions",
|
|
3000
|
-
"fieldName": "asyncUpdate",
|
|
3001
|
-
"inheritedFrom": {
|
|
3002
|
-
"name": "EntityManagement",
|
|
3003
|
-
"module": "src/entities/entities.ts"
|
|
3004
|
-
}
|
|
3005
|
-
},
|
|
3006
2352
|
{
|
|
3007
2353
|
"name": "row-selection",
|
|
3008
2354
|
"type": {
|
|
@@ -3072,6 +2418,7 @@
|
|
|
3072
2418
|
"type": {
|
|
3073
2419
|
"text": "boolean"
|
|
3074
2420
|
},
|
|
2421
|
+
"description": "Resizes columns to take available space",
|
|
3075
2422
|
"fieldName": "sizeColumnsToFit",
|
|
3076
2423
|
"inheritedFrom": {
|
|
3077
2424
|
"name": "EntityManagement",
|
|
@@ -3083,6 +2430,7 @@
|
|
|
3083
2430
|
"type": {
|
|
3084
2431
|
"text": "boolean"
|
|
3085
2432
|
},
|
|
2433
|
+
"description": "Enables filter bar component",
|
|
3086
2434
|
"fieldName": "enableFilterBar",
|
|
3087
2435
|
"inheritedFrom": {
|
|
3088
2436
|
"name": "EntityManagement",
|
|
@@ -3095,6 +2443,7 @@
|
|
|
3095
2443
|
"text": "boolean"
|
|
3096
2444
|
},
|
|
3097
2445
|
"default": "false",
|
|
2446
|
+
"description": "Hides edit button",
|
|
3098
2447
|
"fieldName": "hideEdit",
|
|
3099
2448
|
"inheritedFrom": {
|
|
3100
2449
|
"name": "EntityManagement",
|
|
@@ -3107,6 +2456,7 @@
|
|
|
3107
2456
|
"text": "boolean"
|
|
3108
2457
|
},
|
|
3109
2458
|
"default": "false",
|
|
2459
|
+
"description": "Hides delete button",
|
|
3110
2460
|
"fieldName": "hideDelete",
|
|
3111
2461
|
"inheritedFrom": {
|
|
3112
2462
|
"name": "EntityManagement",
|