@genesislcap/foundation-entity-management 14.433.0 → 14.434.0
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 +193 -313
- package/dist/dts/entities/entities.d.ts +67 -71
- package/dist/dts/entities/entities.d.ts.map +1 -1
- package/dist/dts/react.d.ts +0 -22
- package/dist/esm/entities/entities.js +30 -16
- package/dist/foundation-entity-management.api.json +72 -1
- package/dist/foundation-entity-management.d.ts +68 -71
- package/dist/react.cjs +4 -128
- package/dist/react.mjs +4 -128
- package/package.json +23 -23
|
@@ -227,8 +227,28 @@
|
|
|
227
227
|
"path": "src/entities/entities.ts",
|
|
228
228
|
"declarations": [
|
|
229
229
|
{
|
|
230
|
-
"kind": "
|
|
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,13 +3362,56 @@
|
|
|
3626
3362
|
},
|
|
3627
3363
|
{
|
|
3628
3364
|
"kind": "javascript-module",
|
|
3629
|
-
"path": "src/
|
|
3365
|
+
"path": "src/layouts/default.ts",
|
|
3366
|
+
"declarations": [
|
|
3367
|
+
{
|
|
3368
|
+
"kind": "variable",
|
|
3369
|
+
"name": "loginLayout",
|
|
3370
|
+
"default": "new GenesisElementLayout(\n html`\n <div class=\"container\">\n <div class=\"content\">\n <slot></slot>\n </div>\n </div>\n `,\n baseLayoutCss,\n)"
|
|
3371
|
+
},
|
|
3372
|
+
{
|
|
3373
|
+
"kind": "variable",
|
|
3374
|
+
"name": "defaultLayout",
|
|
3375
|
+
"default": "new GenesisElementLayout(\n html`\n <div class=\"container\">\n <div class=\"content\">\n <slot></slot>\n </div>\n </div>\n `,\n css`\n ${baseLayoutCss}\n `,\n)"
|
|
3376
|
+
}
|
|
3377
|
+
],
|
|
3378
|
+
"exports": [
|
|
3379
|
+
{
|
|
3380
|
+
"kind": "js",
|
|
3381
|
+
"name": "loginLayout",
|
|
3382
|
+
"declaration": {
|
|
3383
|
+
"name": "loginLayout",
|
|
3384
|
+
"module": "src/layouts/default.ts"
|
|
3385
|
+
}
|
|
3386
|
+
},
|
|
3387
|
+
{
|
|
3388
|
+
"kind": "js",
|
|
3389
|
+
"name": "defaultLayout",
|
|
3390
|
+
"declaration": {
|
|
3391
|
+
"name": "defaultLayout",
|
|
3392
|
+
"module": "src/layouts/default.ts"
|
|
3393
|
+
}
|
|
3394
|
+
}
|
|
3395
|
+
]
|
|
3396
|
+
},
|
|
3397
|
+
{
|
|
3398
|
+
"kind": "javascript-module",
|
|
3399
|
+
"path": "src/layouts/index.ts",
|
|
3630
3400
|
"declarations": [],
|
|
3631
|
-
"exports": [
|
|
3401
|
+
"exports": [
|
|
3402
|
+
{
|
|
3403
|
+
"kind": "js",
|
|
3404
|
+
"name": "*",
|
|
3405
|
+
"declaration": {
|
|
3406
|
+
"name": "*",
|
|
3407
|
+
"package": "./default"
|
|
3408
|
+
}
|
|
3409
|
+
}
|
|
3410
|
+
]
|
|
3632
3411
|
},
|
|
3633
3412
|
{
|
|
3634
3413
|
"kind": "javascript-module",
|
|
3635
|
-
"path": "src/
|
|
3414
|
+
"path": "src/main/index.ts",
|
|
3636
3415
|
"declarations": [],
|
|
3637
3416
|
"exports": [
|
|
3638
3417
|
{
|
|
@@ -3640,48 +3419,149 @@
|
|
|
3640
3419
|
"name": "*",
|
|
3641
3420
|
"declaration": {
|
|
3642
3421
|
"name": "*",
|
|
3643
|
-
"package": "./
|
|
3422
|
+
"package": "./main.template"
|
|
3423
|
+
}
|
|
3424
|
+
},
|
|
3425
|
+
{
|
|
3426
|
+
"kind": "js",
|
|
3427
|
+
"name": "*",
|
|
3428
|
+
"declaration": {
|
|
3429
|
+
"name": "*",
|
|
3430
|
+
"package": "./main"
|
|
3644
3431
|
}
|
|
3645
3432
|
}
|
|
3646
3433
|
]
|
|
3647
3434
|
},
|
|
3648
3435
|
{
|
|
3649
3436
|
"kind": "javascript-module",
|
|
3650
|
-
"path": "src/
|
|
3437
|
+
"path": "src/main/main.styles.ts",
|
|
3651
3438
|
"declarations": [
|
|
3652
3439
|
{
|
|
3653
3440
|
"kind": "variable",
|
|
3654
|
-
"name": "
|
|
3655
|
-
"default": "
|
|
3656
|
-
}
|
|
3441
|
+
"name": "MainStyles",
|
|
3442
|
+
"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`"
|
|
3443
|
+
}
|
|
3444
|
+
],
|
|
3445
|
+
"exports": [
|
|
3657
3446
|
{
|
|
3658
|
-
"kind": "
|
|
3659
|
-
"name": "
|
|
3660
|
-
"
|
|
3447
|
+
"kind": "js",
|
|
3448
|
+
"name": "MainStyles",
|
|
3449
|
+
"declaration": {
|
|
3450
|
+
"name": "MainStyles",
|
|
3451
|
+
"module": "src/main/main.styles.ts"
|
|
3452
|
+
}
|
|
3453
|
+
}
|
|
3454
|
+
]
|
|
3455
|
+
},
|
|
3456
|
+
{
|
|
3457
|
+
"kind": "javascript-module",
|
|
3458
|
+
"path": "src/main/main.template.ts",
|
|
3459
|
+
"declarations": [],
|
|
3460
|
+
"exports": []
|
|
3461
|
+
},
|
|
3462
|
+
{
|
|
3463
|
+
"kind": "javascript-module",
|
|
3464
|
+
"path": "src/main/main.ts",
|
|
3465
|
+
"declarations": [
|
|
3466
|
+
{
|
|
3467
|
+
"kind": "class",
|
|
3468
|
+
"description": "",
|
|
3469
|
+
"name": "MainApplication",
|
|
3470
|
+
"members": [
|
|
3471
|
+
{
|
|
3472
|
+
"kind": "field",
|
|
3473
|
+
"name": "config",
|
|
3474
|
+
"type": {
|
|
3475
|
+
"text": "MainRouterConfig"
|
|
3476
|
+
}
|
|
3477
|
+
},
|
|
3478
|
+
{
|
|
3479
|
+
"kind": "field",
|
|
3480
|
+
"name": "connect",
|
|
3481
|
+
"type": {
|
|
3482
|
+
"text": "Connect"
|
|
3483
|
+
}
|
|
3484
|
+
},
|
|
3485
|
+
{
|
|
3486
|
+
"kind": "field",
|
|
3487
|
+
"name": "session",
|
|
3488
|
+
"type": {
|
|
3489
|
+
"text": "Session"
|
|
3490
|
+
}
|
|
3491
|
+
},
|
|
3492
|
+
{
|
|
3493
|
+
"kind": "field",
|
|
3494
|
+
"name": "container",
|
|
3495
|
+
"type": {
|
|
3496
|
+
"text": "Container"
|
|
3497
|
+
}
|
|
3498
|
+
},
|
|
3499
|
+
{
|
|
3500
|
+
"kind": "field",
|
|
3501
|
+
"name": "provider",
|
|
3502
|
+
"type": {
|
|
3503
|
+
"text": "HTMLElement"
|
|
3504
|
+
}
|
|
3505
|
+
},
|
|
3506
|
+
{
|
|
3507
|
+
"kind": "field",
|
|
3508
|
+
"name": "ready",
|
|
3509
|
+
"type": {
|
|
3510
|
+
"text": "boolean"
|
|
3511
|
+
},
|
|
3512
|
+
"default": "false"
|
|
3513
|
+
},
|
|
3514
|
+
{
|
|
3515
|
+
"kind": "method",
|
|
3516
|
+
"name": "onLuminanceToggle"
|
|
3517
|
+
},
|
|
3518
|
+
{
|
|
3519
|
+
"kind": "method",
|
|
3520
|
+
"name": "loadRemotes"
|
|
3521
|
+
},
|
|
3522
|
+
{
|
|
3523
|
+
"kind": "method",
|
|
3524
|
+
"name": "selectTemplate"
|
|
3525
|
+
},
|
|
3526
|
+
{
|
|
3527
|
+
"kind": "method",
|
|
3528
|
+
"name": "registerDIDependencies",
|
|
3529
|
+
"privacy": "private"
|
|
3530
|
+
}
|
|
3531
|
+
],
|
|
3532
|
+
"superclass": {
|
|
3533
|
+
"name": "GenesisElement",
|
|
3534
|
+
"package": "@genesislcap/web-core"
|
|
3535
|
+
}
|
|
3661
3536
|
}
|
|
3662
3537
|
],
|
|
3663
3538
|
"exports": [
|
|
3664
3539
|
{
|
|
3665
3540
|
"kind": "js",
|
|
3666
|
-
"name": "
|
|
3541
|
+
"name": "MainApplication",
|
|
3667
3542
|
"declaration": {
|
|
3668
|
-
"name": "
|
|
3669
|
-
"module": "src/
|
|
3543
|
+
"name": "MainApplication",
|
|
3544
|
+
"module": "src/main/main.ts"
|
|
3670
3545
|
}
|
|
3671
3546
|
},
|
|
3672
3547
|
{
|
|
3673
|
-
"kind": "
|
|
3674
|
-
"name": "defaultLayout",
|
|
3548
|
+
"kind": "custom-element-definition",
|
|
3675
3549
|
"declaration": {
|
|
3676
|
-
"name": "
|
|
3677
|
-
"module": "src/
|
|
3550
|
+
"name": "MainApplication",
|
|
3551
|
+
"module": "src/main/main.ts"
|
|
3678
3552
|
}
|
|
3679
3553
|
}
|
|
3680
3554
|
]
|
|
3681
3555
|
},
|
|
3682
3556
|
{
|
|
3683
3557
|
"kind": "javascript-module",
|
|
3684
|
-
"path": "src/
|
|
3558
|
+
"path": "src/routes/config.ts",
|
|
3559
|
+
"declarations": [],
|
|
3560
|
+
"exports": []
|
|
3561
|
+
},
|
|
3562
|
+
{
|
|
3563
|
+
"kind": "javascript-module",
|
|
3564
|
+
"path": "src/routes/index.ts",
|
|
3685
3565
|
"declarations": [],
|
|
3686
3566
|
"exports": [
|
|
3687
3567
|
{
|
|
@@ -3689,7 +3569,7 @@
|
|
|
3689
3569
|
"name": "*",
|
|
3690
3570
|
"declaration": {
|
|
3691
3571
|
"name": "*",
|
|
3692
|
-
"package": "./
|
|
3572
|
+
"package": "./config"
|
|
3693
3573
|
}
|
|
3694
3574
|
}
|
|
3695
3575
|
]
|