@genesislcap/foundation-entity-management 14.432.2 → 14.433.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 +160 -160
- package/package.json +23 -23
|
@@ -89,6 +89,41 @@
|
|
|
89
89
|
}
|
|
90
90
|
]
|
|
91
91
|
},
|
|
92
|
+
{
|
|
93
|
+
"kind": "javascript-module",
|
|
94
|
+
"path": "src/components/components.ts",
|
|
95
|
+
"declarations": [
|
|
96
|
+
{
|
|
97
|
+
"kind": "function",
|
|
98
|
+
"name": "loadRemotes"
|
|
99
|
+
}
|
|
100
|
+
],
|
|
101
|
+
"exports": [
|
|
102
|
+
{
|
|
103
|
+
"kind": "js",
|
|
104
|
+
"name": "loadRemotes",
|
|
105
|
+
"declaration": {
|
|
106
|
+
"name": "loadRemotes",
|
|
107
|
+
"module": "src/components/components.ts"
|
|
108
|
+
}
|
|
109
|
+
}
|
|
110
|
+
]
|
|
111
|
+
},
|
|
112
|
+
{
|
|
113
|
+
"kind": "javascript-module",
|
|
114
|
+
"path": "src/components/index.ts",
|
|
115
|
+
"declarations": [],
|
|
116
|
+
"exports": [
|
|
117
|
+
{
|
|
118
|
+
"kind": "js",
|
|
119
|
+
"name": "*",
|
|
120
|
+
"declaration": {
|
|
121
|
+
"name": "*",
|
|
122
|
+
"package": "./components"
|
|
123
|
+
}
|
|
124
|
+
}
|
|
125
|
+
]
|
|
126
|
+
},
|
|
92
127
|
{
|
|
93
128
|
"kind": "javascript-module",
|
|
94
129
|
"path": "src/entities/entities.styles.ts",
|
|
@@ -2674,35 +2709,144 @@
|
|
|
2674
2709
|
},
|
|
2675
2710
|
{
|
|
2676
2711
|
"kind": "javascript-module",
|
|
2677
|
-
"path": "src/
|
|
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",
|
|
2678
2736
|
"declarations": [
|
|
2679
2737
|
{
|
|
2680
|
-
"kind": "
|
|
2681
|
-
"name": "
|
|
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`"
|
|
2682
2741
|
}
|
|
2683
2742
|
],
|
|
2684
2743
|
"exports": [
|
|
2685
2744
|
{
|
|
2686
2745
|
"kind": "js",
|
|
2687
|
-
"name": "
|
|
2746
|
+
"name": "MainStyles",
|
|
2688
2747
|
"declaration": {
|
|
2689
|
-
"name": "
|
|
2690
|
-
"module": "src/
|
|
2748
|
+
"name": "MainStyles",
|
|
2749
|
+
"module": "src/main/main.styles.ts"
|
|
2691
2750
|
}
|
|
2692
2751
|
}
|
|
2693
2752
|
]
|
|
2694
2753
|
},
|
|
2695
2754
|
{
|
|
2696
2755
|
"kind": "javascript-module",
|
|
2697
|
-
"path": "src/
|
|
2756
|
+
"path": "src/main/main.template.ts",
|
|
2698
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
|
+
],
|
|
2699
2836
|
"exports": [
|
|
2700
2837
|
{
|
|
2701
2838
|
"kind": "js",
|
|
2702
|
-
"name": "
|
|
2839
|
+
"name": "MainApplication",
|
|
2703
2840
|
"declaration": {
|
|
2704
|
-
"name": "
|
|
2705
|
-
"
|
|
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"
|
|
2706
2850
|
}
|
|
2707
2851
|
}
|
|
2708
2852
|
]
|
|
@@ -3482,144 +3626,21 @@
|
|
|
3482
3626
|
},
|
|
3483
3627
|
{
|
|
3484
3628
|
"kind": "javascript-module",
|
|
3485
|
-
"path": "src/
|
|
3486
|
-
"declarations": [],
|
|
3487
|
-
"exports": [
|
|
3488
|
-
{
|
|
3489
|
-
"kind": "js",
|
|
3490
|
-
"name": "*",
|
|
3491
|
-
"declaration": {
|
|
3492
|
-
"name": "*",
|
|
3493
|
-
"package": "./main.template"
|
|
3494
|
-
}
|
|
3495
|
-
},
|
|
3496
|
-
{
|
|
3497
|
-
"kind": "js",
|
|
3498
|
-
"name": "*",
|
|
3499
|
-
"declaration": {
|
|
3500
|
-
"name": "*",
|
|
3501
|
-
"package": "./main"
|
|
3502
|
-
}
|
|
3503
|
-
}
|
|
3504
|
-
]
|
|
3505
|
-
},
|
|
3506
|
-
{
|
|
3507
|
-
"kind": "javascript-module",
|
|
3508
|
-
"path": "src/main/main.styles.ts",
|
|
3509
|
-
"declarations": [
|
|
3510
|
-
{
|
|
3511
|
-
"kind": "variable",
|
|
3512
|
-
"name": "MainStyles",
|
|
3513
|
-
"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`"
|
|
3514
|
-
}
|
|
3515
|
-
],
|
|
3516
|
-
"exports": [
|
|
3517
|
-
{
|
|
3518
|
-
"kind": "js",
|
|
3519
|
-
"name": "MainStyles",
|
|
3520
|
-
"declaration": {
|
|
3521
|
-
"name": "MainStyles",
|
|
3522
|
-
"module": "src/main/main.styles.ts"
|
|
3523
|
-
}
|
|
3524
|
-
}
|
|
3525
|
-
]
|
|
3526
|
-
},
|
|
3527
|
-
{
|
|
3528
|
-
"kind": "javascript-module",
|
|
3529
|
-
"path": "src/main/main.template.ts",
|
|
3629
|
+
"path": "src/routes/config.ts",
|
|
3530
3630
|
"declarations": [],
|
|
3531
3631
|
"exports": []
|
|
3532
3632
|
},
|
|
3533
3633
|
{
|
|
3534
3634
|
"kind": "javascript-module",
|
|
3535
|
-
"path": "src/
|
|
3536
|
-
"declarations": [
|
|
3537
|
-
{
|
|
3538
|
-
"kind": "class",
|
|
3539
|
-
"description": "",
|
|
3540
|
-
"name": "MainApplication",
|
|
3541
|
-
"members": [
|
|
3542
|
-
{
|
|
3543
|
-
"kind": "field",
|
|
3544
|
-
"name": "config",
|
|
3545
|
-
"type": {
|
|
3546
|
-
"text": "MainRouterConfig"
|
|
3547
|
-
}
|
|
3548
|
-
},
|
|
3549
|
-
{
|
|
3550
|
-
"kind": "field",
|
|
3551
|
-
"name": "connect",
|
|
3552
|
-
"type": {
|
|
3553
|
-
"text": "Connect"
|
|
3554
|
-
}
|
|
3555
|
-
},
|
|
3556
|
-
{
|
|
3557
|
-
"kind": "field",
|
|
3558
|
-
"name": "session",
|
|
3559
|
-
"type": {
|
|
3560
|
-
"text": "Session"
|
|
3561
|
-
}
|
|
3562
|
-
},
|
|
3563
|
-
{
|
|
3564
|
-
"kind": "field",
|
|
3565
|
-
"name": "container",
|
|
3566
|
-
"type": {
|
|
3567
|
-
"text": "Container"
|
|
3568
|
-
}
|
|
3569
|
-
},
|
|
3570
|
-
{
|
|
3571
|
-
"kind": "field",
|
|
3572
|
-
"name": "provider",
|
|
3573
|
-
"type": {
|
|
3574
|
-
"text": "HTMLElement"
|
|
3575
|
-
}
|
|
3576
|
-
},
|
|
3577
|
-
{
|
|
3578
|
-
"kind": "field",
|
|
3579
|
-
"name": "ready",
|
|
3580
|
-
"type": {
|
|
3581
|
-
"text": "boolean"
|
|
3582
|
-
},
|
|
3583
|
-
"default": "false"
|
|
3584
|
-
},
|
|
3585
|
-
{
|
|
3586
|
-
"kind": "method",
|
|
3587
|
-
"name": "onLuminanceToggle"
|
|
3588
|
-
},
|
|
3589
|
-
{
|
|
3590
|
-
"kind": "method",
|
|
3591
|
-
"name": "loadRemotes"
|
|
3592
|
-
},
|
|
3593
|
-
{
|
|
3594
|
-
"kind": "method",
|
|
3595
|
-
"name": "selectTemplate"
|
|
3596
|
-
},
|
|
3597
|
-
{
|
|
3598
|
-
"kind": "method",
|
|
3599
|
-
"name": "registerDIDependencies",
|
|
3600
|
-
"privacy": "private"
|
|
3601
|
-
}
|
|
3602
|
-
],
|
|
3603
|
-
"superclass": {
|
|
3604
|
-
"name": "GenesisElement",
|
|
3605
|
-
"package": "@genesislcap/web-core"
|
|
3606
|
-
}
|
|
3607
|
-
}
|
|
3608
|
-
],
|
|
3635
|
+
"path": "src/routes/index.ts",
|
|
3636
|
+
"declarations": [],
|
|
3609
3637
|
"exports": [
|
|
3610
3638
|
{
|
|
3611
3639
|
"kind": "js",
|
|
3612
|
-
"name": "
|
|
3613
|
-
"declaration": {
|
|
3614
|
-
"name": "MainApplication",
|
|
3615
|
-
"module": "src/main/main.ts"
|
|
3616
|
-
}
|
|
3617
|
-
},
|
|
3618
|
-
{
|
|
3619
|
-
"kind": "custom-element-definition",
|
|
3640
|
+
"name": "*",
|
|
3620
3641
|
"declaration": {
|
|
3621
|
-
"name": "
|
|
3622
|
-
"
|
|
3642
|
+
"name": "*",
|
|
3643
|
+
"package": "./config"
|
|
3623
3644
|
}
|
|
3624
3645
|
}
|
|
3625
3646
|
]
|
|
@@ -3673,27 +3694,6 @@
|
|
|
3673
3694
|
}
|
|
3674
3695
|
]
|
|
3675
3696
|
},
|
|
3676
|
-
{
|
|
3677
|
-
"kind": "javascript-module",
|
|
3678
|
-
"path": "src/routes/config.ts",
|
|
3679
|
-
"declarations": [],
|
|
3680
|
-
"exports": []
|
|
3681
|
-
},
|
|
3682
|
-
{
|
|
3683
|
-
"kind": "javascript-module",
|
|
3684
|
-
"path": "src/routes/index.ts",
|
|
3685
|
-
"declarations": [],
|
|
3686
|
-
"exports": [
|
|
3687
|
-
{
|
|
3688
|
-
"kind": "js",
|
|
3689
|
-
"name": "*",
|
|
3690
|
-
"declaration": {
|
|
3691
|
-
"name": "*",
|
|
3692
|
-
"package": "./config"
|
|
3693
|
-
}
|
|
3694
|
-
}
|
|
3695
|
-
]
|
|
3696
|
-
},
|
|
3697
3697
|
{
|
|
3698
3698
|
"kind": "javascript-module",
|
|
3699
3699
|
"path": "src/utils/custom-actions-utils.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.
|
|
4
|
+
"version": "14.433.0",
|
|
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.
|
|
58
|
-
"@genesislcap/genx": "14.
|
|
59
|
-
"@genesislcap/rollup-builder": "14.
|
|
60
|
-
"@genesislcap/ts-builder": "14.
|
|
61
|
-
"@genesislcap/uvu-playwright-builder": "14.
|
|
62
|
-
"@genesislcap/vite-builder": "14.
|
|
63
|
-
"@genesislcap/webpack-builder": "14.
|
|
57
|
+
"@genesislcap/foundation-testing": "14.433.0",
|
|
58
|
+
"@genesislcap/genx": "14.433.0",
|
|
59
|
+
"@genesislcap/rollup-builder": "14.433.0",
|
|
60
|
+
"@genesislcap/ts-builder": "14.433.0",
|
|
61
|
+
"@genesislcap/uvu-playwright-builder": "14.433.0",
|
|
62
|
+
"@genesislcap/vite-builder": "14.433.0",
|
|
63
|
+
"@genesislcap/webpack-builder": "14.433.0"
|
|
64
64
|
},
|
|
65
65
|
"peerDependencies": {
|
|
66
66
|
"@ag-grid-community/core": "29.2.0"
|
|
67
67
|
},
|
|
68
68
|
"dependencies": {
|
|
69
|
-
"@genesislcap/foundation-ai": "14.
|
|
70
|
-
"@genesislcap/foundation-comms": "14.
|
|
71
|
-
"@genesislcap/foundation-errors": "14.
|
|
72
|
-
"@genesislcap/foundation-events": "14.
|
|
73
|
-
"@genesislcap/foundation-forms": "14.
|
|
74
|
-
"@genesislcap/foundation-logger": "14.
|
|
75
|
-
"@genesislcap/foundation-login": "14.
|
|
76
|
-
"@genesislcap/foundation-notifications": "14.
|
|
77
|
-
"@genesislcap/foundation-ui": "14.
|
|
78
|
-
"@genesislcap/foundation-utils": "14.
|
|
79
|
-
"@genesislcap/foundation-zero": "14.
|
|
80
|
-
"@genesislcap/foundation-zero-grid-pro": "14.
|
|
81
|
-
"@genesislcap/grid-pro": "14.
|
|
82
|
-
"@genesislcap/web-core": "14.
|
|
69
|
+
"@genesislcap/foundation-ai": "14.433.0",
|
|
70
|
+
"@genesislcap/foundation-comms": "14.433.0",
|
|
71
|
+
"@genesislcap/foundation-errors": "14.433.0",
|
|
72
|
+
"@genesislcap/foundation-events": "14.433.0",
|
|
73
|
+
"@genesislcap/foundation-forms": "14.433.0",
|
|
74
|
+
"@genesislcap/foundation-logger": "14.433.0",
|
|
75
|
+
"@genesislcap/foundation-login": "14.433.0",
|
|
76
|
+
"@genesislcap/foundation-notifications": "14.433.0",
|
|
77
|
+
"@genesislcap/foundation-ui": "14.433.0",
|
|
78
|
+
"@genesislcap/foundation-utils": "14.433.0",
|
|
79
|
+
"@genesislcap/foundation-zero": "14.433.0",
|
|
80
|
+
"@genesislcap/foundation-zero-grid-pro": "14.433.0",
|
|
81
|
+
"@genesislcap/grid-pro": "14.433.0",
|
|
82
|
+
"@genesislcap/web-core": "14.433.0",
|
|
83
83
|
"change-case": "^4.1.2"
|
|
84
84
|
},
|
|
85
85
|
"repository": {
|
|
@@ -102,5 +102,5 @@
|
|
|
102
102
|
"require": "./dist/react.cjs"
|
|
103
103
|
}
|
|
104
104
|
},
|
|
105
|
-
"gitHead": "
|
|
105
|
+
"gitHead": "0ddedcdfa75d7b64b9c7b1397dcfa3008e23cd04"
|
|
106
106
|
}
|