@genesislcap/foundation-entity-management 14.409.0-FUI-2495.2 → 14.409.0-FUI-2495.4
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 +144 -144
- package/package.json +23 -23
|
@@ -2671,6 +2671,150 @@
|
|
|
2671
2671
|
}
|
|
2672
2672
|
]
|
|
2673
2673
|
},
|
|
2674
|
+
{
|
|
2675
|
+
"kind": "javascript-module",
|
|
2676
|
+
"path": "src/main/index.ts",
|
|
2677
|
+
"declarations": [],
|
|
2678
|
+
"exports": [
|
|
2679
|
+
{
|
|
2680
|
+
"kind": "js",
|
|
2681
|
+
"name": "*",
|
|
2682
|
+
"declaration": {
|
|
2683
|
+
"name": "*",
|
|
2684
|
+
"package": "./main.template"
|
|
2685
|
+
}
|
|
2686
|
+
},
|
|
2687
|
+
{
|
|
2688
|
+
"kind": "js",
|
|
2689
|
+
"name": "*",
|
|
2690
|
+
"declaration": {
|
|
2691
|
+
"name": "*",
|
|
2692
|
+
"package": "./main"
|
|
2693
|
+
}
|
|
2694
|
+
}
|
|
2695
|
+
]
|
|
2696
|
+
},
|
|
2697
|
+
{
|
|
2698
|
+
"kind": "javascript-module",
|
|
2699
|
+
"path": "src/main/main.styles.ts",
|
|
2700
|
+
"declarations": [
|
|
2701
|
+
{
|
|
2702
|
+
"kind": "variable",
|
|
2703
|
+
"name": "MainStyles",
|
|
2704
|
+
"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`"
|
|
2705
|
+
}
|
|
2706
|
+
],
|
|
2707
|
+
"exports": [
|
|
2708
|
+
{
|
|
2709
|
+
"kind": "js",
|
|
2710
|
+
"name": "MainStyles",
|
|
2711
|
+
"declaration": {
|
|
2712
|
+
"name": "MainStyles",
|
|
2713
|
+
"module": "src/main/main.styles.ts"
|
|
2714
|
+
}
|
|
2715
|
+
}
|
|
2716
|
+
]
|
|
2717
|
+
},
|
|
2718
|
+
{
|
|
2719
|
+
"kind": "javascript-module",
|
|
2720
|
+
"path": "src/main/main.template.ts",
|
|
2721
|
+
"declarations": [],
|
|
2722
|
+
"exports": []
|
|
2723
|
+
},
|
|
2724
|
+
{
|
|
2725
|
+
"kind": "javascript-module",
|
|
2726
|
+
"path": "src/main/main.ts",
|
|
2727
|
+
"declarations": [
|
|
2728
|
+
{
|
|
2729
|
+
"kind": "class",
|
|
2730
|
+
"description": "",
|
|
2731
|
+
"name": "MainApplication",
|
|
2732
|
+
"members": [
|
|
2733
|
+
{
|
|
2734
|
+
"kind": "field",
|
|
2735
|
+
"name": "config",
|
|
2736
|
+
"type": {
|
|
2737
|
+
"text": "MainRouterConfig"
|
|
2738
|
+
}
|
|
2739
|
+
},
|
|
2740
|
+
{
|
|
2741
|
+
"kind": "field",
|
|
2742
|
+
"name": "connect",
|
|
2743
|
+
"type": {
|
|
2744
|
+
"text": "Connect"
|
|
2745
|
+
}
|
|
2746
|
+
},
|
|
2747
|
+
{
|
|
2748
|
+
"kind": "field",
|
|
2749
|
+
"name": "session",
|
|
2750
|
+
"type": {
|
|
2751
|
+
"text": "Session"
|
|
2752
|
+
}
|
|
2753
|
+
},
|
|
2754
|
+
{
|
|
2755
|
+
"kind": "field",
|
|
2756
|
+
"name": "container",
|
|
2757
|
+
"type": {
|
|
2758
|
+
"text": "Container"
|
|
2759
|
+
}
|
|
2760
|
+
},
|
|
2761
|
+
{
|
|
2762
|
+
"kind": "field",
|
|
2763
|
+
"name": "provider",
|
|
2764
|
+
"type": {
|
|
2765
|
+
"text": "HTMLElement"
|
|
2766
|
+
}
|
|
2767
|
+
},
|
|
2768
|
+
{
|
|
2769
|
+
"kind": "field",
|
|
2770
|
+
"name": "ready",
|
|
2771
|
+
"type": {
|
|
2772
|
+
"text": "boolean"
|
|
2773
|
+
},
|
|
2774
|
+
"default": "false"
|
|
2775
|
+
},
|
|
2776
|
+
{
|
|
2777
|
+
"kind": "method",
|
|
2778
|
+
"name": "onLuminanceToggle"
|
|
2779
|
+
},
|
|
2780
|
+
{
|
|
2781
|
+
"kind": "method",
|
|
2782
|
+
"name": "loadRemotes"
|
|
2783
|
+
},
|
|
2784
|
+
{
|
|
2785
|
+
"kind": "method",
|
|
2786
|
+
"name": "selectTemplate"
|
|
2787
|
+
},
|
|
2788
|
+
{
|
|
2789
|
+
"kind": "method",
|
|
2790
|
+
"name": "registerDIDependencies",
|
|
2791
|
+
"privacy": "private"
|
|
2792
|
+
}
|
|
2793
|
+
],
|
|
2794
|
+
"superclass": {
|
|
2795
|
+
"name": "GenesisElement",
|
|
2796
|
+
"package": "@genesislcap/web-core"
|
|
2797
|
+
}
|
|
2798
|
+
}
|
|
2799
|
+
],
|
|
2800
|
+
"exports": [
|
|
2801
|
+
{
|
|
2802
|
+
"kind": "js",
|
|
2803
|
+
"name": "MainApplication",
|
|
2804
|
+
"declaration": {
|
|
2805
|
+
"name": "MainApplication",
|
|
2806
|
+
"module": "src/main/main.ts"
|
|
2807
|
+
}
|
|
2808
|
+
},
|
|
2809
|
+
{
|
|
2810
|
+
"kind": "custom-element-definition",
|
|
2811
|
+
"declaration": {
|
|
2812
|
+
"name": "MainApplication",
|
|
2813
|
+
"module": "src/main/main.ts"
|
|
2814
|
+
}
|
|
2815
|
+
}
|
|
2816
|
+
]
|
|
2817
|
+
},
|
|
2674
2818
|
{
|
|
2675
2819
|
"kind": "javascript-module",
|
|
2676
2820
|
"path": "src/list/index.ts",
|
|
@@ -3370,150 +3514,6 @@
|
|
|
3370
3514
|
}
|
|
3371
3515
|
]
|
|
3372
3516
|
},
|
|
3373
|
-
{
|
|
3374
|
-
"kind": "javascript-module",
|
|
3375
|
-
"path": "src/main/index.ts",
|
|
3376
|
-
"declarations": [],
|
|
3377
|
-
"exports": [
|
|
3378
|
-
{
|
|
3379
|
-
"kind": "js",
|
|
3380
|
-
"name": "*",
|
|
3381
|
-
"declaration": {
|
|
3382
|
-
"name": "*",
|
|
3383
|
-
"package": "./main.template"
|
|
3384
|
-
}
|
|
3385
|
-
},
|
|
3386
|
-
{
|
|
3387
|
-
"kind": "js",
|
|
3388
|
-
"name": "*",
|
|
3389
|
-
"declaration": {
|
|
3390
|
-
"name": "*",
|
|
3391
|
-
"package": "./main"
|
|
3392
|
-
}
|
|
3393
|
-
}
|
|
3394
|
-
]
|
|
3395
|
-
},
|
|
3396
|
-
{
|
|
3397
|
-
"kind": "javascript-module",
|
|
3398
|
-
"path": "src/main/main.styles.ts",
|
|
3399
|
-
"declarations": [
|
|
3400
|
-
{
|
|
3401
|
-
"kind": "variable",
|
|
3402
|
-
"name": "MainStyles",
|
|
3403
|
-
"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`"
|
|
3404
|
-
}
|
|
3405
|
-
],
|
|
3406
|
-
"exports": [
|
|
3407
|
-
{
|
|
3408
|
-
"kind": "js",
|
|
3409
|
-
"name": "MainStyles",
|
|
3410
|
-
"declaration": {
|
|
3411
|
-
"name": "MainStyles",
|
|
3412
|
-
"module": "src/main/main.styles.ts"
|
|
3413
|
-
}
|
|
3414
|
-
}
|
|
3415
|
-
]
|
|
3416
|
-
},
|
|
3417
|
-
{
|
|
3418
|
-
"kind": "javascript-module",
|
|
3419
|
-
"path": "src/main/main.template.ts",
|
|
3420
|
-
"declarations": [],
|
|
3421
|
-
"exports": []
|
|
3422
|
-
},
|
|
3423
|
-
{
|
|
3424
|
-
"kind": "javascript-module",
|
|
3425
|
-
"path": "src/main/main.ts",
|
|
3426
|
-
"declarations": [
|
|
3427
|
-
{
|
|
3428
|
-
"kind": "class",
|
|
3429
|
-
"description": "",
|
|
3430
|
-
"name": "MainApplication",
|
|
3431
|
-
"members": [
|
|
3432
|
-
{
|
|
3433
|
-
"kind": "field",
|
|
3434
|
-
"name": "config",
|
|
3435
|
-
"type": {
|
|
3436
|
-
"text": "MainRouterConfig"
|
|
3437
|
-
}
|
|
3438
|
-
},
|
|
3439
|
-
{
|
|
3440
|
-
"kind": "field",
|
|
3441
|
-
"name": "connect",
|
|
3442
|
-
"type": {
|
|
3443
|
-
"text": "Connect"
|
|
3444
|
-
}
|
|
3445
|
-
},
|
|
3446
|
-
{
|
|
3447
|
-
"kind": "field",
|
|
3448
|
-
"name": "session",
|
|
3449
|
-
"type": {
|
|
3450
|
-
"text": "Session"
|
|
3451
|
-
}
|
|
3452
|
-
},
|
|
3453
|
-
{
|
|
3454
|
-
"kind": "field",
|
|
3455
|
-
"name": "container",
|
|
3456
|
-
"type": {
|
|
3457
|
-
"text": "Container"
|
|
3458
|
-
}
|
|
3459
|
-
},
|
|
3460
|
-
{
|
|
3461
|
-
"kind": "field",
|
|
3462
|
-
"name": "provider",
|
|
3463
|
-
"type": {
|
|
3464
|
-
"text": "HTMLElement"
|
|
3465
|
-
}
|
|
3466
|
-
},
|
|
3467
|
-
{
|
|
3468
|
-
"kind": "field",
|
|
3469
|
-
"name": "ready",
|
|
3470
|
-
"type": {
|
|
3471
|
-
"text": "boolean"
|
|
3472
|
-
},
|
|
3473
|
-
"default": "false"
|
|
3474
|
-
},
|
|
3475
|
-
{
|
|
3476
|
-
"kind": "method",
|
|
3477
|
-
"name": "onLuminanceToggle"
|
|
3478
|
-
},
|
|
3479
|
-
{
|
|
3480
|
-
"kind": "method",
|
|
3481
|
-
"name": "loadRemotes"
|
|
3482
|
-
},
|
|
3483
|
-
{
|
|
3484
|
-
"kind": "method",
|
|
3485
|
-
"name": "selectTemplate"
|
|
3486
|
-
},
|
|
3487
|
-
{
|
|
3488
|
-
"kind": "method",
|
|
3489
|
-
"name": "registerDIDependencies",
|
|
3490
|
-
"privacy": "private"
|
|
3491
|
-
}
|
|
3492
|
-
],
|
|
3493
|
-
"superclass": {
|
|
3494
|
-
"name": "GenesisElement",
|
|
3495
|
-
"package": "@genesislcap/web-core"
|
|
3496
|
-
}
|
|
3497
|
-
}
|
|
3498
|
-
],
|
|
3499
|
-
"exports": [
|
|
3500
|
-
{
|
|
3501
|
-
"kind": "js",
|
|
3502
|
-
"name": "MainApplication",
|
|
3503
|
-
"declaration": {
|
|
3504
|
-
"name": "MainApplication",
|
|
3505
|
-
"module": "src/main/main.ts"
|
|
3506
|
-
}
|
|
3507
|
-
},
|
|
3508
|
-
{
|
|
3509
|
-
"kind": "custom-element-definition",
|
|
3510
|
-
"declaration": {
|
|
3511
|
-
"name": "MainApplication",
|
|
3512
|
-
"module": "src/main/main.ts"
|
|
3513
|
-
}
|
|
3514
|
-
}
|
|
3515
|
-
]
|
|
3516
|
-
},
|
|
3517
3517
|
{
|
|
3518
3518
|
"kind": "javascript-module",
|
|
3519
3519
|
"path": "src/layouts/default.ts",
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@genesislcap/foundation-entity-management",
|
|
3
3
|
"description": "Genesis Foundation Entity Management",
|
|
4
|
-
"version": "14.409.0-FUI-2495.
|
|
4
|
+
"version": "14.409.0-FUI-2495.4",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"license": "SEE LICENSE IN license.txt",
|
|
7
7
|
"main": "dist/esm/index.js",
|
|
@@ -54,32 +54,32 @@
|
|
|
54
54
|
}
|
|
55
55
|
},
|
|
56
56
|
"devDependencies": {
|
|
57
|
-
"@genesislcap/foundation-testing": "14.409.0-FUI-2495.
|
|
58
|
-
"@genesislcap/genx": "14.409.0-FUI-2495.
|
|
59
|
-
"@genesislcap/rollup-builder": "14.409.0-FUI-2495.
|
|
60
|
-
"@genesislcap/ts-builder": "14.409.0-FUI-2495.
|
|
61
|
-
"@genesislcap/uvu-playwright-builder": "14.409.0-FUI-2495.
|
|
62
|
-
"@genesislcap/vite-builder": "14.409.0-FUI-2495.
|
|
63
|
-
"@genesislcap/webpack-builder": "14.409.0-FUI-2495.
|
|
57
|
+
"@genesislcap/foundation-testing": "14.409.0-FUI-2495.4",
|
|
58
|
+
"@genesislcap/genx": "14.409.0-FUI-2495.4",
|
|
59
|
+
"@genesislcap/rollup-builder": "14.409.0-FUI-2495.4",
|
|
60
|
+
"@genesislcap/ts-builder": "14.409.0-FUI-2495.4",
|
|
61
|
+
"@genesislcap/uvu-playwright-builder": "14.409.0-FUI-2495.4",
|
|
62
|
+
"@genesislcap/vite-builder": "14.409.0-FUI-2495.4",
|
|
63
|
+
"@genesislcap/webpack-builder": "14.409.0-FUI-2495.4"
|
|
64
64
|
},
|
|
65
65
|
"peerDependencies": {
|
|
66
66
|
"@ag-grid-community/core": "29.2.0"
|
|
67
67
|
},
|
|
68
68
|
"dependencies": {
|
|
69
|
-
"@genesislcap/foundation-ai": "14.409.0-FUI-2495.
|
|
70
|
-
"@genesislcap/foundation-comms": "14.409.0-FUI-2495.
|
|
71
|
-
"@genesislcap/foundation-errors": "14.409.0-FUI-2495.
|
|
72
|
-
"@genesislcap/foundation-events": "14.409.0-FUI-2495.
|
|
73
|
-
"@genesislcap/foundation-forms": "14.409.0-FUI-2495.
|
|
74
|
-
"@genesislcap/foundation-logger": "14.409.0-FUI-2495.
|
|
75
|
-
"@genesislcap/foundation-login": "14.409.0-FUI-2495.
|
|
76
|
-
"@genesislcap/foundation-notifications": "14.409.0-FUI-2495.
|
|
77
|
-
"@genesislcap/foundation-ui": "14.409.0-FUI-2495.
|
|
78
|
-
"@genesislcap/foundation-utils": "14.409.0-FUI-2495.
|
|
79
|
-
"@genesislcap/foundation-zero": "14.409.0-FUI-2495.
|
|
80
|
-
"@genesislcap/foundation-zero-grid-pro": "14.409.0-FUI-2495.
|
|
81
|
-
"@genesislcap/grid-pro": "14.409.0-FUI-2495.
|
|
82
|
-
"@genesislcap/web-core": "14.409.0-FUI-2495.
|
|
69
|
+
"@genesislcap/foundation-ai": "14.409.0-FUI-2495.4",
|
|
70
|
+
"@genesislcap/foundation-comms": "14.409.0-FUI-2495.4",
|
|
71
|
+
"@genesislcap/foundation-errors": "14.409.0-FUI-2495.4",
|
|
72
|
+
"@genesislcap/foundation-events": "14.409.0-FUI-2495.4",
|
|
73
|
+
"@genesislcap/foundation-forms": "14.409.0-FUI-2495.4",
|
|
74
|
+
"@genesislcap/foundation-logger": "14.409.0-FUI-2495.4",
|
|
75
|
+
"@genesislcap/foundation-login": "14.409.0-FUI-2495.4",
|
|
76
|
+
"@genesislcap/foundation-notifications": "14.409.0-FUI-2495.4",
|
|
77
|
+
"@genesislcap/foundation-ui": "14.409.0-FUI-2495.4",
|
|
78
|
+
"@genesislcap/foundation-utils": "14.409.0-FUI-2495.4",
|
|
79
|
+
"@genesislcap/foundation-zero": "14.409.0-FUI-2495.4",
|
|
80
|
+
"@genesislcap/foundation-zero-grid-pro": "14.409.0-FUI-2495.4",
|
|
81
|
+
"@genesislcap/grid-pro": "14.409.0-FUI-2495.4",
|
|
82
|
+
"@genesislcap/web-core": "14.409.0-FUI-2495.4",
|
|
83
83
|
"change-case": "^4.1.2"
|
|
84
84
|
},
|
|
85
85
|
"repository": {
|
|
@@ -91,5 +91,5 @@
|
|
|
91
91
|
"access": "public"
|
|
92
92
|
},
|
|
93
93
|
"customElements": "dist/custom-elements.json",
|
|
94
|
-
"gitHead": "
|
|
94
|
+
"gitHead": "776a61e07afe56f5e9521ccee55034385cc03d44"
|
|
95
95
|
}
|