@genesislcap/foundation-entity-management 14.433.0 → 14.434.0-moreRowsPolling.1

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.
@@ -227,8 +227,28 @@
227
227
  "path": "src/entities/entities.ts",
228
228
  "declarations": [
229
229
  {
230
- "kind": "class",
230
+ "kind": "function",
231
+ "name": "getActionNotificationTitleAndBody",
232
+ "parameters": [
233
+ {
234
+ "name": "type",
235
+ "type": {
236
+ "text": "ModalFormType | CrudAction.Delete | string"
237
+ }
238
+ },
239
+ {
240
+ "name": "label",
241
+ "type": {
242
+ "text": "string"
243
+ }
244
+ }
245
+ ],
231
246
  "description": "Main class which defines the entity management functionality",
247
+ "privacy": "public"
248
+ },
249
+ {
250
+ "kind": "class",
251
+ "description": "",
232
252
  "name": "EntityManagement",
233
253
  "members": [
234
254
  {
@@ -864,56 +884,6 @@
864
884
  "description": "Ensure any confirmation dialog anchored to the modal boundary is closed/removed"
865
885
  }
866
886
  ],
867
- "events": [
868
- {
869
- "description": "Fired when the request is changed",
870
- "name": "request-changed"
871
- },
872
- {
873
- "description": "Fired when the criteria is changed",
874
- "name": "criteria-changed"
875
- },
876
- {
877
- "description": "Fired when an entity is created",
878
- "name": "create-entity"
879
- },
880
- {
881
- "description": "Fired when an entity is edited",
882
- "name": "edit-entity"
883
- },
884
- {
885
- "description": "Fired when an entity is deleted Bubbled events from the child entity-list component",
886
- "name": "delete-entity"
887
- },
888
- {
889
- "description": "Fired when there is an error in a create, edit or delete operation",
890
- "name": "submit-failure"
891
- },
892
- {
893
- "description": "Fired when a create, edit or delete operation is completed successfully",
894
- "name": "submit-success"
895
- },
896
- {
897
- "description": "Fired when a row is clicked",
898
- "name": "rowClick"
899
- },
900
- {
901
- "description": "Fired when a row is double clicked",
902
- "name": "rowDblClick"
903
- },
904
- {
905
- "description": "Fired when a row is right clicked",
906
- "name": "contextMenu"
907
- },
908
- {
909
- "description": "Fired when a row is selected",
910
- "name": "rowSelected"
911
- },
912
- {
913
- "description": "Fired when grid selection changes (bubbled from entity-list)",
914
- "name": "selectionChanged"
915
- }
916
- ],
917
887
  "attributes": [
918
888
  {
919
889
  "name": "design-system-prefix",
@@ -1210,6 +1180,14 @@
1210
1180
  }
1211
1181
  ],
1212
1182
  "exports": [
1183
+ {
1184
+ "kind": "js",
1185
+ "name": "getActionNotificationTitleAndBody",
1186
+ "declaration": {
1187
+ "name": "getActionNotificationTitleAndBody",
1188
+ "module": "src/entities/entities.ts"
1189
+ }
1190
+ },
1213
1191
  {
1214
1192
  "kind": "js",
1215
1193
  "name": "EntityManagement",
@@ -2587,104 +2565,6 @@
2587
2565
  "module": "src/entities/entities.ts"
2588
2566
  }
2589
2567
  }
2590
- ],
2591
- "events": [
2592
- {
2593
- "description": "Fired when the request is changed",
2594
- "name": "request-changed",
2595
- "inheritedFrom": {
2596
- "name": "EntityManagement",
2597
- "module": "src/entities/entities.ts"
2598
- }
2599
- },
2600
- {
2601
- "description": "Fired when the criteria is changed",
2602
- "name": "criteria-changed",
2603
- "inheritedFrom": {
2604
- "name": "EntityManagement",
2605
- "module": "src/entities/entities.ts"
2606
- }
2607
- },
2608
- {
2609
- "description": "Fired when an entity is created",
2610
- "name": "create-entity",
2611
- "inheritedFrom": {
2612
- "name": "EntityManagement",
2613
- "module": "src/entities/entities.ts"
2614
- }
2615
- },
2616
- {
2617
- "description": "Fired when an entity is edited",
2618
- "name": "edit-entity",
2619
- "inheritedFrom": {
2620
- "name": "EntityManagement",
2621
- "module": "src/entities/entities.ts"
2622
- }
2623
- },
2624
- {
2625
- "description": "Fired when an entity is deleted Bubbled events from the child entity-list component",
2626
- "name": "delete-entity",
2627
- "inheritedFrom": {
2628
- "name": "EntityManagement",
2629
- "module": "src/entities/entities.ts"
2630
- }
2631
- },
2632
- {
2633
- "description": "Fired when there is an error in a create, edit or delete operation",
2634
- "name": "submit-failure",
2635
- "inheritedFrom": {
2636
- "name": "EntityManagement",
2637
- "module": "src/entities/entities.ts"
2638
- }
2639
- },
2640
- {
2641
- "description": "Fired when a create, edit or delete operation is completed successfully",
2642
- "name": "submit-success",
2643
- "inheritedFrom": {
2644
- "name": "EntityManagement",
2645
- "module": "src/entities/entities.ts"
2646
- }
2647
- },
2648
- {
2649
- "description": "Fired when a row is clicked",
2650
- "name": "rowClick",
2651
- "inheritedFrom": {
2652
- "name": "EntityManagement",
2653
- "module": "src/entities/entities.ts"
2654
- }
2655
- },
2656
- {
2657
- "description": "Fired when a row is double clicked",
2658
- "name": "rowDblClick",
2659
- "inheritedFrom": {
2660
- "name": "EntityManagement",
2661
- "module": "src/entities/entities.ts"
2662
- }
2663
- },
2664
- {
2665
- "description": "Fired when a row is right clicked",
2666
- "name": "contextMenu",
2667
- "inheritedFrom": {
2668
- "name": "EntityManagement",
2669
- "module": "src/entities/entities.ts"
2670
- }
2671
- },
2672
- {
2673
- "description": "Fired when a row is selected",
2674
- "name": "rowSelected",
2675
- "inheritedFrom": {
2676
- "name": "EntityManagement",
2677
- "module": "src/entities/entities.ts"
2678
- }
2679
- },
2680
- {
2681
- "description": "Fired when grid selection changes (bubbled from entity-list)",
2682
- "name": "selectionChanged",
2683
- "inheritedFrom": {
2684
- "name": "EntityManagement",
2685
- "module": "src/entities/entities.ts"
2686
- }
2687
- }
2688
2568
  ]
2689
2569
  }
2690
2570
  ],
@@ -2707,150 +2587,6 @@
2707
2587
  }
2708
2588
  ]
2709
2589
  },
2710
- {
2711
- "kind": "javascript-module",
2712
- "path": "src/main/index.ts",
2713
- "declarations": [],
2714
- "exports": [
2715
- {
2716
- "kind": "js",
2717
- "name": "*",
2718
- "declaration": {
2719
- "name": "*",
2720
- "package": "./main.template"
2721
- }
2722
- },
2723
- {
2724
- "kind": "js",
2725
- "name": "*",
2726
- "declaration": {
2727
- "name": "*",
2728
- "package": "./main"
2729
- }
2730
- }
2731
- ]
2732
- },
2733
- {
2734
- "kind": "javascript-module",
2735
- "path": "src/main/main.styles.ts",
2736
- "declarations": [
2737
- {
2738
- "kind": "variable",
2739
- "name": "MainStyles",
2740
- "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`"
2741
- }
2742
- ],
2743
- "exports": [
2744
- {
2745
- "kind": "js",
2746
- "name": "MainStyles",
2747
- "declaration": {
2748
- "name": "MainStyles",
2749
- "module": "src/main/main.styles.ts"
2750
- }
2751
- }
2752
- ]
2753
- },
2754
- {
2755
- "kind": "javascript-module",
2756
- "path": "src/main/main.template.ts",
2757
- "declarations": [],
2758
- "exports": []
2759
- },
2760
- {
2761
- "kind": "javascript-module",
2762
- "path": "src/main/main.ts",
2763
- "declarations": [
2764
- {
2765
- "kind": "class",
2766
- "description": "",
2767
- "name": "MainApplication",
2768
- "members": [
2769
- {
2770
- "kind": "field",
2771
- "name": "config",
2772
- "type": {
2773
- "text": "MainRouterConfig"
2774
- }
2775
- },
2776
- {
2777
- "kind": "field",
2778
- "name": "connect",
2779
- "type": {
2780
- "text": "Connect"
2781
- }
2782
- },
2783
- {
2784
- "kind": "field",
2785
- "name": "session",
2786
- "type": {
2787
- "text": "Session"
2788
- }
2789
- },
2790
- {
2791
- "kind": "field",
2792
- "name": "container",
2793
- "type": {
2794
- "text": "Container"
2795
- }
2796
- },
2797
- {
2798
- "kind": "field",
2799
- "name": "provider",
2800
- "type": {
2801
- "text": "HTMLElement"
2802
- }
2803
- },
2804
- {
2805
- "kind": "field",
2806
- "name": "ready",
2807
- "type": {
2808
- "text": "boolean"
2809
- },
2810
- "default": "false"
2811
- },
2812
- {
2813
- "kind": "method",
2814
- "name": "onLuminanceToggle"
2815
- },
2816
- {
2817
- "kind": "method",
2818
- "name": "loadRemotes"
2819
- },
2820
- {
2821
- "kind": "method",
2822
- "name": "selectTemplate"
2823
- },
2824
- {
2825
- "kind": "method",
2826
- "name": "registerDIDependencies",
2827
- "privacy": "private"
2828
- }
2829
- ],
2830
- "superclass": {
2831
- "name": "GenesisElement",
2832
- "package": "@genesislcap/web-core"
2833
- }
2834
- }
2835
- ],
2836
- "exports": [
2837
- {
2838
- "kind": "js",
2839
- "name": "MainApplication",
2840
- "declaration": {
2841
- "name": "MainApplication",
2842
- "module": "src/main/main.ts"
2843
- }
2844
- },
2845
- {
2846
- "kind": "custom-element-definition",
2847
- "declaration": {
2848
- "name": "MainApplication",
2849
- "module": "src/main/main.ts"
2850
- }
2851
- }
2852
- ]
2853
- },
2854
2590
  {
2855
2591
  "kind": "javascript-module",
2856
2592
  "path": "src/list/index.ts",
@@ -3626,21 +3362,144 @@
3626
3362
  },
3627
3363
  {
3628
3364
  "kind": "javascript-module",
3629
- "path": "src/routes/config.ts",
3365
+ "path": "src/main/index.ts",
3630
3366
  "declarations": [],
3631
- "exports": []
3367
+ "exports": [
3368
+ {
3369
+ "kind": "js",
3370
+ "name": "*",
3371
+ "declaration": {
3372
+ "name": "*",
3373
+ "package": "./main.template"
3374
+ }
3375
+ },
3376
+ {
3377
+ "kind": "js",
3378
+ "name": "*",
3379
+ "declaration": {
3380
+ "name": "*",
3381
+ "package": "./main"
3382
+ }
3383
+ }
3384
+ ]
3632
3385
  },
3633
3386
  {
3634
3387
  "kind": "javascript-module",
3635
- "path": "src/routes/index.ts",
3388
+ "path": "src/main/main.styles.ts",
3389
+ "declarations": [
3390
+ {
3391
+ "kind": "variable",
3392
+ "name": "MainStyles",
3393
+ "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`"
3394
+ }
3395
+ ],
3396
+ "exports": [
3397
+ {
3398
+ "kind": "js",
3399
+ "name": "MainStyles",
3400
+ "declaration": {
3401
+ "name": "MainStyles",
3402
+ "module": "src/main/main.styles.ts"
3403
+ }
3404
+ }
3405
+ ]
3406
+ },
3407
+ {
3408
+ "kind": "javascript-module",
3409
+ "path": "src/main/main.template.ts",
3636
3410
  "declarations": [],
3411
+ "exports": []
3412
+ },
3413
+ {
3414
+ "kind": "javascript-module",
3415
+ "path": "src/main/main.ts",
3416
+ "declarations": [
3417
+ {
3418
+ "kind": "class",
3419
+ "description": "",
3420
+ "name": "MainApplication",
3421
+ "members": [
3422
+ {
3423
+ "kind": "field",
3424
+ "name": "config",
3425
+ "type": {
3426
+ "text": "MainRouterConfig"
3427
+ }
3428
+ },
3429
+ {
3430
+ "kind": "field",
3431
+ "name": "connect",
3432
+ "type": {
3433
+ "text": "Connect"
3434
+ }
3435
+ },
3436
+ {
3437
+ "kind": "field",
3438
+ "name": "session",
3439
+ "type": {
3440
+ "text": "Session"
3441
+ }
3442
+ },
3443
+ {
3444
+ "kind": "field",
3445
+ "name": "container",
3446
+ "type": {
3447
+ "text": "Container"
3448
+ }
3449
+ },
3450
+ {
3451
+ "kind": "field",
3452
+ "name": "provider",
3453
+ "type": {
3454
+ "text": "HTMLElement"
3455
+ }
3456
+ },
3457
+ {
3458
+ "kind": "field",
3459
+ "name": "ready",
3460
+ "type": {
3461
+ "text": "boolean"
3462
+ },
3463
+ "default": "false"
3464
+ },
3465
+ {
3466
+ "kind": "method",
3467
+ "name": "onLuminanceToggle"
3468
+ },
3469
+ {
3470
+ "kind": "method",
3471
+ "name": "loadRemotes"
3472
+ },
3473
+ {
3474
+ "kind": "method",
3475
+ "name": "selectTemplate"
3476
+ },
3477
+ {
3478
+ "kind": "method",
3479
+ "name": "registerDIDependencies",
3480
+ "privacy": "private"
3481
+ }
3482
+ ],
3483
+ "superclass": {
3484
+ "name": "GenesisElement",
3485
+ "package": "@genesislcap/web-core"
3486
+ }
3487
+ }
3488
+ ],
3637
3489
  "exports": [
3638
3490
  {
3639
3491
  "kind": "js",
3640
- "name": "*",
3492
+ "name": "MainApplication",
3641
3493
  "declaration": {
3642
- "name": "*",
3643
- "package": "./config"
3494
+ "name": "MainApplication",
3495
+ "module": "src/main/main.ts"
3496
+ }
3497
+ },
3498
+ {
3499
+ "kind": "custom-element-definition",
3500
+ "declaration": {
3501
+ "name": "MainApplication",
3502
+ "module": "src/main/main.ts"
3644
3503
  }
3645
3504
  }
3646
3505
  ]
@@ -3694,6 +3553,27 @@
3694
3553
  }
3695
3554
  ]
3696
3555
  },
3556
+ {
3557
+ "kind": "javascript-module",
3558
+ "path": "src/routes/config.ts",
3559
+ "declarations": [],
3560
+ "exports": []
3561
+ },
3562
+ {
3563
+ "kind": "javascript-module",
3564
+ "path": "src/routes/index.ts",
3565
+ "declarations": [],
3566
+ "exports": [
3567
+ {
3568
+ "kind": "js",
3569
+ "name": "*",
3570
+ "declaration": {
3571
+ "name": "*",
3572
+ "package": "./config"
3573
+ }
3574
+ }
3575
+ ]
3576
+ },
3697
3577
  {
3698
3578
  "kind": "javascript-module",
3699
3579
  "path": "src/utils/custom-actions-utils.ts",