@genesislcap/foundation-entity-management 14.488.1 → 14.488.2-FUI-2571.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 +144 -144
- package/dist/dts/routes/config.d.ts.map +1 -1
- package/dist/esm/routes/config.js +7 -13
- package/package.json +23 -23
- package/test/e2e/fixture.ts +1 -1
|
@@ -3027,150 +3027,6 @@
|
|
|
3027
3027
|
}
|
|
3028
3028
|
]
|
|
3029
3029
|
},
|
|
3030
|
-
{
|
|
3031
|
-
"kind": "javascript-module",
|
|
3032
|
-
"path": "src/main/index.ts",
|
|
3033
|
-
"declarations": [],
|
|
3034
|
-
"exports": [
|
|
3035
|
-
{
|
|
3036
|
-
"kind": "js",
|
|
3037
|
-
"name": "*",
|
|
3038
|
-
"declaration": {
|
|
3039
|
-
"name": "*",
|
|
3040
|
-
"package": "./main.template"
|
|
3041
|
-
}
|
|
3042
|
-
},
|
|
3043
|
-
{
|
|
3044
|
-
"kind": "js",
|
|
3045
|
-
"name": "*",
|
|
3046
|
-
"declaration": {
|
|
3047
|
-
"name": "*",
|
|
3048
|
-
"package": "./main"
|
|
3049
|
-
}
|
|
3050
|
-
}
|
|
3051
|
-
]
|
|
3052
|
-
},
|
|
3053
|
-
{
|
|
3054
|
-
"kind": "javascript-module",
|
|
3055
|
-
"path": "src/main/main.styles.ts",
|
|
3056
|
-
"declarations": [
|
|
3057
|
-
{
|
|
3058
|
-
"kind": "variable",
|
|
3059
|
-
"name": "MainStyles",
|
|
3060
|
-
"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`"
|
|
3061
|
-
}
|
|
3062
|
-
],
|
|
3063
|
-
"exports": [
|
|
3064
|
-
{
|
|
3065
|
-
"kind": "js",
|
|
3066
|
-
"name": "MainStyles",
|
|
3067
|
-
"declaration": {
|
|
3068
|
-
"name": "MainStyles",
|
|
3069
|
-
"module": "src/main/main.styles.ts"
|
|
3070
|
-
}
|
|
3071
|
-
}
|
|
3072
|
-
]
|
|
3073
|
-
},
|
|
3074
|
-
{
|
|
3075
|
-
"kind": "javascript-module",
|
|
3076
|
-
"path": "src/main/main.template.ts",
|
|
3077
|
-
"declarations": [],
|
|
3078
|
-
"exports": []
|
|
3079
|
-
},
|
|
3080
|
-
{
|
|
3081
|
-
"kind": "javascript-module",
|
|
3082
|
-
"path": "src/main/main.ts",
|
|
3083
|
-
"declarations": [
|
|
3084
|
-
{
|
|
3085
|
-
"kind": "class",
|
|
3086
|
-
"description": "",
|
|
3087
|
-
"name": "MainApplication",
|
|
3088
|
-
"members": [
|
|
3089
|
-
{
|
|
3090
|
-
"kind": "field",
|
|
3091
|
-
"name": "config",
|
|
3092
|
-
"type": {
|
|
3093
|
-
"text": "MainRouterConfig"
|
|
3094
|
-
}
|
|
3095
|
-
},
|
|
3096
|
-
{
|
|
3097
|
-
"kind": "field",
|
|
3098
|
-
"name": "connect",
|
|
3099
|
-
"type": {
|
|
3100
|
-
"text": "Connect"
|
|
3101
|
-
}
|
|
3102
|
-
},
|
|
3103
|
-
{
|
|
3104
|
-
"kind": "field",
|
|
3105
|
-
"name": "session",
|
|
3106
|
-
"type": {
|
|
3107
|
-
"text": "Session"
|
|
3108
|
-
}
|
|
3109
|
-
},
|
|
3110
|
-
{
|
|
3111
|
-
"kind": "field",
|
|
3112
|
-
"name": "container",
|
|
3113
|
-
"type": {
|
|
3114
|
-
"text": "Container"
|
|
3115
|
-
}
|
|
3116
|
-
},
|
|
3117
|
-
{
|
|
3118
|
-
"kind": "field",
|
|
3119
|
-
"name": "provider",
|
|
3120
|
-
"type": {
|
|
3121
|
-
"text": "HTMLElement"
|
|
3122
|
-
}
|
|
3123
|
-
},
|
|
3124
|
-
{
|
|
3125
|
-
"kind": "field",
|
|
3126
|
-
"name": "ready",
|
|
3127
|
-
"type": {
|
|
3128
|
-
"text": "boolean"
|
|
3129
|
-
},
|
|
3130
|
-
"default": "false"
|
|
3131
|
-
},
|
|
3132
|
-
{
|
|
3133
|
-
"kind": "method",
|
|
3134
|
-
"name": "onLuminanceToggle"
|
|
3135
|
-
},
|
|
3136
|
-
{
|
|
3137
|
-
"kind": "method",
|
|
3138
|
-
"name": "loadRemotes"
|
|
3139
|
-
},
|
|
3140
|
-
{
|
|
3141
|
-
"kind": "method",
|
|
3142
|
-
"name": "selectTemplate"
|
|
3143
|
-
},
|
|
3144
|
-
{
|
|
3145
|
-
"kind": "method",
|
|
3146
|
-
"name": "registerDIDependencies",
|
|
3147
|
-
"privacy": "private"
|
|
3148
|
-
}
|
|
3149
|
-
],
|
|
3150
|
-
"superclass": {
|
|
3151
|
-
"name": "GenesisElement",
|
|
3152
|
-
"package": "@genesislcap/web-core"
|
|
3153
|
-
}
|
|
3154
|
-
}
|
|
3155
|
-
],
|
|
3156
|
-
"exports": [
|
|
3157
|
-
{
|
|
3158
|
-
"kind": "js",
|
|
3159
|
-
"name": "MainApplication",
|
|
3160
|
-
"declaration": {
|
|
3161
|
-
"name": "MainApplication",
|
|
3162
|
-
"module": "src/main/main.ts"
|
|
3163
|
-
}
|
|
3164
|
-
},
|
|
3165
|
-
{
|
|
3166
|
-
"kind": "custom-element-definition",
|
|
3167
|
-
"declaration": {
|
|
3168
|
-
"name": "MainApplication",
|
|
3169
|
-
"module": "src/main/main.ts"
|
|
3170
|
-
}
|
|
3171
|
-
}
|
|
3172
|
-
]
|
|
3173
|
-
},
|
|
3174
3030
|
{
|
|
3175
3031
|
"kind": "javascript-module",
|
|
3176
3032
|
"path": "src/list/index.ts",
|
|
@@ -3944,6 +3800,150 @@
|
|
|
3944
3800
|
}
|
|
3945
3801
|
]
|
|
3946
3802
|
},
|
|
3803
|
+
{
|
|
3804
|
+
"kind": "javascript-module",
|
|
3805
|
+
"path": "src/main/index.ts",
|
|
3806
|
+
"declarations": [],
|
|
3807
|
+
"exports": [
|
|
3808
|
+
{
|
|
3809
|
+
"kind": "js",
|
|
3810
|
+
"name": "*",
|
|
3811
|
+
"declaration": {
|
|
3812
|
+
"name": "*",
|
|
3813
|
+
"package": "./main.template"
|
|
3814
|
+
}
|
|
3815
|
+
},
|
|
3816
|
+
{
|
|
3817
|
+
"kind": "js",
|
|
3818
|
+
"name": "*",
|
|
3819
|
+
"declaration": {
|
|
3820
|
+
"name": "*",
|
|
3821
|
+
"package": "./main"
|
|
3822
|
+
}
|
|
3823
|
+
}
|
|
3824
|
+
]
|
|
3825
|
+
},
|
|
3826
|
+
{
|
|
3827
|
+
"kind": "javascript-module",
|
|
3828
|
+
"path": "src/main/main.styles.ts",
|
|
3829
|
+
"declarations": [
|
|
3830
|
+
{
|
|
3831
|
+
"kind": "variable",
|
|
3832
|
+
"name": "MainStyles",
|
|
3833
|
+
"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`"
|
|
3834
|
+
}
|
|
3835
|
+
],
|
|
3836
|
+
"exports": [
|
|
3837
|
+
{
|
|
3838
|
+
"kind": "js",
|
|
3839
|
+
"name": "MainStyles",
|
|
3840
|
+
"declaration": {
|
|
3841
|
+
"name": "MainStyles",
|
|
3842
|
+
"module": "src/main/main.styles.ts"
|
|
3843
|
+
}
|
|
3844
|
+
}
|
|
3845
|
+
]
|
|
3846
|
+
},
|
|
3847
|
+
{
|
|
3848
|
+
"kind": "javascript-module",
|
|
3849
|
+
"path": "src/main/main.template.ts",
|
|
3850
|
+
"declarations": [],
|
|
3851
|
+
"exports": []
|
|
3852
|
+
},
|
|
3853
|
+
{
|
|
3854
|
+
"kind": "javascript-module",
|
|
3855
|
+
"path": "src/main/main.ts",
|
|
3856
|
+
"declarations": [
|
|
3857
|
+
{
|
|
3858
|
+
"kind": "class",
|
|
3859
|
+
"description": "",
|
|
3860
|
+
"name": "MainApplication",
|
|
3861
|
+
"members": [
|
|
3862
|
+
{
|
|
3863
|
+
"kind": "field",
|
|
3864
|
+
"name": "config",
|
|
3865
|
+
"type": {
|
|
3866
|
+
"text": "MainRouterConfig"
|
|
3867
|
+
}
|
|
3868
|
+
},
|
|
3869
|
+
{
|
|
3870
|
+
"kind": "field",
|
|
3871
|
+
"name": "connect",
|
|
3872
|
+
"type": {
|
|
3873
|
+
"text": "Connect"
|
|
3874
|
+
}
|
|
3875
|
+
},
|
|
3876
|
+
{
|
|
3877
|
+
"kind": "field",
|
|
3878
|
+
"name": "session",
|
|
3879
|
+
"type": {
|
|
3880
|
+
"text": "Session"
|
|
3881
|
+
}
|
|
3882
|
+
},
|
|
3883
|
+
{
|
|
3884
|
+
"kind": "field",
|
|
3885
|
+
"name": "container",
|
|
3886
|
+
"type": {
|
|
3887
|
+
"text": "Container"
|
|
3888
|
+
}
|
|
3889
|
+
},
|
|
3890
|
+
{
|
|
3891
|
+
"kind": "field",
|
|
3892
|
+
"name": "provider",
|
|
3893
|
+
"type": {
|
|
3894
|
+
"text": "HTMLElement"
|
|
3895
|
+
}
|
|
3896
|
+
},
|
|
3897
|
+
{
|
|
3898
|
+
"kind": "field",
|
|
3899
|
+
"name": "ready",
|
|
3900
|
+
"type": {
|
|
3901
|
+
"text": "boolean"
|
|
3902
|
+
},
|
|
3903
|
+
"default": "false"
|
|
3904
|
+
},
|
|
3905
|
+
{
|
|
3906
|
+
"kind": "method",
|
|
3907
|
+
"name": "onLuminanceToggle"
|
|
3908
|
+
},
|
|
3909
|
+
{
|
|
3910
|
+
"kind": "method",
|
|
3911
|
+
"name": "loadRemotes"
|
|
3912
|
+
},
|
|
3913
|
+
{
|
|
3914
|
+
"kind": "method",
|
|
3915
|
+
"name": "selectTemplate"
|
|
3916
|
+
},
|
|
3917
|
+
{
|
|
3918
|
+
"kind": "method",
|
|
3919
|
+
"name": "registerDIDependencies",
|
|
3920
|
+
"privacy": "private"
|
|
3921
|
+
}
|
|
3922
|
+
],
|
|
3923
|
+
"superclass": {
|
|
3924
|
+
"name": "GenesisElement",
|
|
3925
|
+
"package": "@genesislcap/web-core"
|
|
3926
|
+
}
|
|
3927
|
+
}
|
|
3928
|
+
],
|
|
3929
|
+
"exports": [
|
|
3930
|
+
{
|
|
3931
|
+
"kind": "js",
|
|
3932
|
+
"name": "MainApplication",
|
|
3933
|
+
"declaration": {
|
|
3934
|
+
"name": "MainApplication",
|
|
3935
|
+
"module": "src/main/main.ts"
|
|
3936
|
+
}
|
|
3937
|
+
},
|
|
3938
|
+
{
|
|
3939
|
+
"kind": "custom-element-definition",
|
|
3940
|
+
"declaration": {
|
|
3941
|
+
"name": "MainApplication",
|
|
3942
|
+
"module": "src/main/main.ts"
|
|
3943
|
+
}
|
|
3944
|
+
}
|
|
3945
|
+
]
|
|
3946
|
+
},
|
|
3947
3947
|
{
|
|
3948
3948
|
"kind": "javascript-module",
|
|
3949
3949
|
"path": "src/routes/config.ts",
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"config.d.ts","sourceRoot":"","sources":["../../../src/routes/config.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,IAAI,EACJ,OAAO,EAGR,MAAM,+BAA+B,CAAC;AACvC,OAAO,EAAE,6BAA6B,EAAsB,MAAM,4BAA4B,CAAC;AAC/F,OAAO,EAAE,aAAa,EAAE,MAAM,uBAAuB,CAAC;AAGtD,KAAK,cAAc,GAAG;IACpB,MAAM,CAAC,EAAE,OAAO,CAAC;IACjB,QAAQ,CAAC,EAAE,OAAO,CAAC;CACpB,CAAC;AAEF;;;;;;;;;GASG;AACH,qBAAa,gBAAiB,SAAQ,6BAA6B,CAAC,cAAc,CAAC;IAEzE,OAAO,CAAC,IAAI;IACT,OAAO,CAAC,OAAO;gBADV,IAAI,EAAE,IAAI,EACP,OAAO,EAAE,OAAO;IAK5B,SAAS;
|
|
1
|
+
{"version":3,"file":"config.d.ts","sourceRoot":"","sources":["../../../src/routes/config.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,IAAI,EACJ,OAAO,EAGR,MAAM,+BAA+B,CAAC;AACvC,OAAO,EAAE,6BAA6B,EAAsB,MAAM,4BAA4B,CAAC;AAC/F,OAAO,EAAE,aAAa,EAAE,MAAM,uBAAuB,CAAC;AAGtD,KAAK,cAAc,GAAG;IACpB,MAAM,CAAC,EAAE,OAAO,CAAC;IACjB,QAAQ,CAAC,EAAE,OAAO,CAAC;CACpB,CAAC;AAEF;;;;;;;;;GASG;AACH,qBAAa,gBAAiB,SAAQ,6BAA6B,CAAC,cAAc,CAAC;IAEzE,OAAO,CAAC,IAAI;IACT,OAAO,CAAC,OAAO;gBADV,IAAI,EAAE,IAAI,EACP,OAAO,EAAE,OAAO;IAK5B,SAAS;IA8FT,SAAS,CAAC,CAAC,EAAE,IAAI,EAAE,aAAa,CAAC,CAAC,CAAC,GAAG,CAAC;CAG/C"}
|
|
@@ -26,20 +26,14 @@ let MainRouterConfig = class MainRouterConfig extends FoundationRouterConfigurat
|
|
|
26
26
|
name: 'auth',
|
|
27
27
|
title: 'Login',
|
|
28
28
|
element: () => __awaiter(this, void 0, void 0, function* () {
|
|
29
|
-
const { configure
|
|
30
|
-
/* webpackChunkName: "foundation-
|
|
31
|
-
'@genesislcap/foundation-
|
|
32
|
-
configure(
|
|
33
|
-
defaultRedirectUrl: 'entity-management-demo',
|
|
34
|
-
});
|
|
35
|
-
/**
|
|
36
|
-
* You can import and return `Login` directly:
|
|
37
|
-
* return Login;
|
|
38
|
-
*
|
|
39
|
-
* ...or re-define it to suit your app needs first.
|
|
40
|
-
*/
|
|
41
|
-
return define({
|
|
29
|
+
const { configure } = yield import(
|
|
30
|
+
/* webpackChunkName: "foundation-auth" */
|
|
31
|
+
'@genesislcap/foundation-auth/config');
|
|
32
|
+
return configure({
|
|
42
33
|
name: `entity-management-login`,
|
|
34
|
+
postLoginRedirect: () => {
|
|
35
|
+
FoundationRouteNav.path.push('entity-management-demo');
|
|
36
|
+
},
|
|
43
37
|
});
|
|
44
38
|
}),
|
|
45
39
|
layout: loginLayout,
|
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.488.
|
|
4
|
+
"version": "14.488.2-FUI-2571.3",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"license": "SEE LICENSE IN license.txt",
|
|
7
7
|
"main": "dist/esm/index.js",
|
|
@@ -54,33 +54,33 @@
|
|
|
54
54
|
}
|
|
55
55
|
},
|
|
56
56
|
"devDependencies": {
|
|
57
|
-
"@genesislcap/foundation-testing": "14.488.
|
|
58
|
-
"@genesislcap/genx": "14.488.
|
|
59
|
-
"@genesislcap/rollup-builder": "14.488.
|
|
60
|
-
"@genesislcap/ts-builder": "14.488.
|
|
61
|
-
"@genesislcap/uvu-playwright-builder": "14.488.
|
|
62
|
-
"@genesislcap/vite-builder": "14.488.
|
|
63
|
-
"@genesislcap/webpack-builder": "14.488.
|
|
57
|
+
"@genesislcap/foundation-testing": "14.488.2-FUI-2571.3",
|
|
58
|
+
"@genesislcap/genx": "14.488.2-FUI-2571.3",
|
|
59
|
+
"@genesislcap/rollup-builder": "14.488.2-FUI-2571.3",
|
|
60
|
+
"@genesislcap/ts-builder": "14.488.2-FUI-2571.3",
|
|
61
|
+
"@genesislcap/uvu-playwright-builder": "14.488.2-FUI-2571.3",
|
|
62
|
+
"@genesislcap/vite-builder": "14.488.2-FUI-2571.3",
|
|
63
|
+
"@genesislcap/webpack-builder": "14.488.2-FUI-2571.3"
|
|
64
64
|
},
|
|
65
65
|
"peerDependencies": {
|
|
66
66
|
"@ag-grid-community/core": "29.2.0",
|
|
67
67
|
"ag-grid-community": "36.0.0"
|
|
68
68
|
},
|
|
69
69
|
"dependencies": {
|
|
70
|
-
"@genesislcap/foundation-ai": "14.488.
|
|
71
|
-
"@genesislcap/foundation-
|
|
72
|
-
"@genesislcap/foundation-
|
|
73
|
-
"@genesislcap/foundation-
|
|
74
|
-
"@genesislcap/foundation-
|
|
75
|
-
"@genesislcap/foundation-
|
|
76
|
-
"@genesislcap/foundation-
|
|
77
|
-
"@genesislcap/foundation-notifications": "14.488.
|
|
78
|
-
"@genesislcap/foundation-ui": "14.488.
|
|
79
|
-
"@genesislcap/foundation-utils": "14.488.
|
|
80
|
-
"@genesislcap/foundation-zero": "14.488.
|
|
81
|
-
"@genesislcap/foundation-zero-grid-pro": "14.488.
|
|
82
|
-
"@genesislcap/grid-pro": "14.488.
|
|
83
|
-
"@genesislcap/web-core": "14.488.
|
|
70
|
+
"@genesislcap/foundation-ai": "14.488.2-FUI-2571.3",
|
|
71
|
+
"@genesislcap/foundation-auth": "14.488.2-FUI-2571.3",
|
|
72
|
+
"@genesislcap/foundation-comms": "14.488.2-FUI-2571.3",
|
|
73
|
+
"@genesislcap/foundation-errors": "14.488.2-FUI-2571.3",
|
|
74
|
+
"@genesislcap/foundation-events": "14.488.2-FUI-2571.3",
|
|
75
|
+
"@genesislcap/foundation-forms": "14.488.2-FUI-2571.3",
|
|
76
|
+
"@genesislcap/foundation-logger": "14.488.2-FUI-2571.3",
|
|
77
|
+
"@genesislcap/foundation-notifications": "14.488.2-FUI-2571.3",
|
|
78
|
+
"@genesislcap/foundation-ui": "14.488.2-FUI-2571.3",
|
|
79
|
+
"@genesislcap/foundation-utils": "14.488.2-FUI-2571.3",
|
|
80
|
+
"@genesislcap/foundation-zero": "14.488.2-FUI-2571.3",
|
|
81
|
+
"@genesislcap/foundation-zero-grid-pro": "14.488.2-FUI-2571.3",
|
|
82
|
+
"@genesislcap/grid-pro": "14.488.2-FUI-2571.3",
|
|
83
|
+
"@genesislcap/web-core": "14.488.2-FUI-2571.3",
|
|
84
84
|
"change-case": "^4.1.2"
|
|
85
85
|
},
|
|
86
86
|
"repository": {
|
|
@@ -103,5 +103,5 @@
|
|
|
103
103
|
"require": "./dist/react.cjs"
|
|
104
104
|
}
|
|
105
105
|
},
|
|
106
|
-
"gitHead": "
|
|
106
|
+
"gitHead": "faafa39ff0c79190190672db8d6f26b6e51bd642"
|
|
107
107
|
}
|
package/test/e2e/fixture.ts
CHANGED