@genesislcap/foundation-entity-management 14.479.1-alpha-af2aa5c.0 → 14.480.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 -193
- package/package.json +23 -23
|
@@ -2978,199 +2978,6 @@
|
|
|
2978
2978
|
}
|
|
2979
2979
|
]
|
|
2980
2980
|
},
|
|
2981
|
-
{
|
|
2982
|
-
"kind": "javascript-module",
|
|
2983
|
-
"path": "src/layouts/default.ts",
|
|
2984
|
-
"declarations": [
|
|
2985
|
-
{
|
|
2986
|
-
"kind": "variable",
|
|
2987
|
-
"name": "loginLayout",
|
|
2988
|
-
"default": "new GenesisElementLayout(\n html`\n <div class=\"container\">\n <div class=\"content\">\n <slot></slot>\n </div>\n </div>\n `,\n baseLayoutCss,\n)"
|
|
2989
|
-
},
|
|
2990
|
-
{
|
|
2991
|
-
"kind": "variable",
|
|
2992
|
-
"name": "defaultLayout",
|
|
2993
|
-
"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)"
|
|
2994
|
-
}
|
|
2995
|
-
],
|
|
2996
|
-
"exports": [
|
|
2997
|
-
{
|
|
2998
|
-
"kind": "js",
|
|
2999
|
-
"name": "loginLayout",
|
|
3000
|
-
"declaration": {
|
|
3001
|
-
"name": "loginLayout",
|
|
3002
|
-
"module": "src/layouts/default.ts"
|
|
3003
|
-
}
|
|
3004
|
-
},
|
|
3005
|
-
{
|
|
3006
|
-
"kind": "js",
|
|
3007
|
-
"name": "defaultLayout",
|
|
3008
|
-
"declaration": {
|
|
3009
|
-
"name": "defaultLayout",
|
|
3010
|
-
"module": "src/layouts/default.ts"
|
|
3011
|
-
}
|
|
3012
|
-
}
|
|
3013
|
-
]
|
|
3014
|
-
},
|
|
3015
|
-
{
|
|
3016
|
-
"kind": "javascript-module",
|
|
3017
|
-
"path": "src/layouts/index.ts",
|
|
3018
|
-
"declarations": [],
|
|
3019
|
-
"exports": [
|
|
3020
|
-
{
|
|
3021
|
-
"kind": "js",
|
|
3022
|
-
"name": "*",
|
|
3023
|
-
"declaration": {
|
|
3024
|
-
"name": "*",
|
|
3025
|
-
"package": "./default"
|
|
3026
|
-
}
|
|
3027
|
-
}
|
|
3028
|
-
]
|
|
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
2981
|
{
|
|
3175
2982
|
"kind": "javascript-module",
|
|
3176
2983
|
"path": "src/list/index.ts",
|
|
@@ -3944,6 +3751,199 @@
|
|
|
3944
3751
|
}
|
|
3945
3752
|
]
|
|
3946
3753
|
},
|
|
3754
|
+
{
|
|
3755
|
+
"kind": "javascript-module",
|
|
3756
|
+
"path": "src/main/index.ts",
|
|
3757
|
+
"declarations": [],
|
|
3758
|
+
"exports": [
|
|
3759
|
+
{
|
|
3760
|
+
"kind": "js",
|
|
3761
|
+
"name": "*",
|
|
3762
|
+
"declaration": {
|
|
3763
|
+
"name": "*",
|
|
3764
|
+
"package": "./main.template"
|
|
3765
|
+
}
|
|
3766
|
+
},
|
|
3767
|
+
{
|
|
3768
|
+
"kind": "js",
|
|
3769
|
+
"name": "*",
|
|
3770
|
+
"declaration": {
|
|
3771
|
+
"name": "*",
|
|
3772
|
+
"package": "./main"
|
|
3773
|
+
}
|
|
3774
|
+
}
|
|
3775
|
+
]
|
|
3776
|
+
},
|
|
3777
|
+
{
|
|
3778
|
+
"kind": "javascript-module",
|
|
3779
|
+
"path": "src/main/main.styles.ts",
|
|
3780
|
+
"declarations": [
|
|
3781
|
+
{
|
|
3782
|
+
"kind": "variable",
|
|
3783
|
+
"name": "MainStyles",
|
|
3784
|
+
"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`"
|
|
3785
|
+
}
|
|
3786
|
+
],
|
|
3787
|
+
"exports": [
|
|
3788
|
+
{
|
|
3789
|
+
"kind": "js",
|
|
3790
|
+
"name": "MainStyles",
|
|
3791
|
+
"declaration": {
|
|
3792
|
+
"name": "MainStyles",
|
|
3793
|
+
"module": "src/main/main.styles.ts"
|
|
3794
|
+
}
|
|
3795
|
+
}
|
|
3796
|
+
]
|
|
3797
|
+
},
|
|
3798
|
+
{
|
|
3799
|
+
"kind": "javascript-module",
|
|
3800
|
+
"path": "src/main/main.template.ts",
|
|
3801
|
+
"declarations": [],
|
|
3802
|
+
"exports": []
|
|
3803
|
+
},
|
|
3804
|
+
{
|
|
3805
|
+
"kind": "javascript-module",
|
|
3806
|
+
"path": "src/main/main.ts",
|
|
3807
|
+
"declarations": [
|
|
3808
|
+
{
|
|
3809
|
+
"kind": "class",
|
|
3810
|
+
"description": "",
|
|
3811
|
+
"name": "MainApplication",
|
|
3812
|
+
"members": [
|
|
3813
|
+
{
|
|
3814
|
+
"kind": "field",
|
|
3815
|
+
"name": "config",
|
|
3816
|
+
"type": {
|
|
3817
|
+
"text": "MainRouterConfig"
|
|
3818
|
+
}
|
|
3819
|
+
},
|
|
3820
|
+
{
|
|
3821
|
+
"kind": "field",
|
|
3822
|
+
"name": "connect",
|
|
3823
|
+
"type": {
|
|
3824
|
+
"text": "Connect"
|
|
3825
|
+
}
|
|
3826
|
+
},
|
|
3827
|
+
{
|
|
3828
|
+
"kind": "field",
|
|
3829
|
+
"name": "session",
|
|
3830
|
+
"type": {
|
|
3831
|
+
"text": "Session"
|
|
3832
|
+
}
|
|
3833
|
+
},
|
|
3834
|
+
{
|
|
3835
|
+
"kind": "field",
|
|
3836
|
+
"name": "container",
|
|
3837
|
+
"type": {
|
|
3838
|
+
"text": "Container"
|
|
3839
|
+
}
|
|
3840
|
+
},
|
|
3841
|
+
{
|
|
3842
|
+
"kind": "field",
|
|
3843
|
+
"name": "provider",
|
|
3844
|
+
"type": {
|
|
3845
|
+
"text": "HTMLElement"
|
|
3846
|
+
}
|
|
3847
|
+
},
|
|
3848
|
+
{
|
|
3849
|
+
"kind": "field",
|
|
3850
|
+
"name": "ready",
|
|
3851
|
+
"type": {
|
|
3852
|
+
"text": "boolean"
|
|
3853
|
+
},
|
|
3854
|
+
"default": "false"
|
|
3855
|
+
},
|
|
3856
|
+
{
|
|
3857
|
+
"kind": "method",
|
|
3858
|
+
"name": "onLuminanceToggle"
|
|
3859
|
+
},
|
|
3860
|
+
{
|
|
3861
|
+
"kind": "method",
|
|
3862
|
+
"name": "loadRemotes"
|
|
3863
|
+
},
|
|
3864
|
+
{
|
|
3865
|
+
"kind": "method",
|
|
3866
|
+
"name": "selectTemplate"
|
|
3867
|
+
},
|
|
3868
|
+
{
|
|
3869
|
+
"kind": "method",
|
|
3870
|
+
"name": "registerDIDependencies",
|
|
3871
|
+
"privacy": "private"
|
|
3872
|
+
}
|
|
3873
|
+
],
|
|
3874
|
+
"superclass": {
|
|
3875
|
+
"name": "GenesisElement",
|
|
3876
|
+
"package": "@genesislcap/web-core"
|
|
3877
|
+
}
|
|
3878
|
+
}
|
|
3879
|
+
],
|
|
3880
|
+
"exports": [
|
|
3881
|
+
{
|
|
3882
|
+
"kind": "js",
|
|
3883
|
+
"name": "MainApplication",
|
|
3884
|
+
"declaration": {
|
|
3885
|
+
"name": "MainApplication",
|
|
3886
|
+
"module": "src/main/main.ts"
|
|
3887
|
+
}
|
|
3888
|
+
},
|
|
3889
|
+
{
|
|
3890
|
+
"kind": "custom-element-definition",
|
|
3891
|
+
"declaration": {
|
|
3892
|
+
"name": "MainApplication",
|
|
3893
|
+
"module": "src/main/main.ts"
|
|
3894
|
+
}
|
|
3895
|
+
}
|
|
3896
|
+
]
|
|
3897
|
+
},
|
|
3898
|
+
{
|
|
3899
|
+
"kind": "javascript-module",
|
|
3900
|
+
"path": "src/layouts/default.ts",
|
|
3901
|
+
"declarations": [
|
|
3902
|
+
{
|
|
3903
|
+
"kind": "variable",
|
|
3904
|
+
"name": "loginLayout",
|
|
3905
|
+
"default": "new GenesisElementLayout(\n html`\n <div class=\"container\">\n <div class=\"content\">\n <slot></slot>\n </div>\n </div>\n `,\n baseLayoutCss,\n)"
|
|
3906
|
+
},
|
|
3907
|
+
{
|
|
3908
|
+
"kind": "variable",
|
|
3909
|
+
"name": "defaultLayout",
|
|
3910
|
+
"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)"
|
|
3911
|
+
}
|
|
3912
|
+
],
|
|
3913
|
+
"exports": [
|
|
3914
|
+
{
|
|
3915
|
+
"kind": "js",
|
|
3916
|
+
"name": "loginLayout",
|
|
3917
|
+
"declaration": {
|
|
3918
|
+
"name": "loginLayout",
|
|
3919
|
+
"module": "src/layouts/default.ts"
|
|
3920
|
+
}
|
|
3921
|
+
},
|
|
3922
|
+
{
|
|
3923
|
+
"kind": "js",
|
|
3924
|
+
"name": "defaultLayout",
|
|
3925
|
+
"declaration": {
|
|
3926
|
+
"name": "defaultLayout",
|
|
3927
|
+
"module": "src/layouts/default.ts"
|
|
3928
|
+
}
|
|
3929
|
+
}
|
|
3930
|
+
]
|
|
3931
|
+
},
|
|
3932
|
+
{
|
|
3933
|
+
"kind": "javascript-module",
|
|
3934
|
+
"path": "src/layouts/index.ts",
|
|
3935
|
+
"declarations": [],
|
|
3936
|
+
"exports": [
|
|
3937
|
+
{
|
|
3938
|
+
"kind": "js",
|
|
3939
|
+
"name": "*",
|
|
3940
|
+
"declaration": {
|
|
3941
|
+
"name": "*",
|
|
3942
|
+
"package": "./default"
|
|
3943
|
+
}
|
|
3944
|
+
}
|
|
3945
|
+
]
|
|
3946
|
+
},
|
|
3947
3947
|
{
|
|
3948
3948
|
"kind": "javascript-module",
|
|
3949
3949
|
"path": "src/routes/config.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.480.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.480.0",
|
|
58
|
+
"@genesislcap/genx": "14.480.0",
|
|
59
|
+
"@genesislcap/rollup-builder": "14.480.0",
|
|
60
|
+
"@genesislcap/ts-builder": "14.480.0",
|
|
61
|
+
"@genesislcap/uvu-playwright-builder": "14.480.0",
|
|
62
|
+
"@genesislcap/vite-builder": "14.480.0",
|
|
63
|
+
"@genesislcap/webpack-builder": "14.480.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.480.0",
|
|
70
|
+
"@genesislcap/foundation-comms": "14.480.0",
|
|
71
|
+
"@genesislcap/foundation-errors": "14.480.0",
|
|
72
|
+
"@genesislcap/foundation-events": "14.480.0",
|
|
73
|
+
"@genesislcap/foundation-forms": "14.480.0",
|
|
74
|
+
"@genesislcap/foundation-logger": "14.480.0",
|
|
75
|
+
"@genesislcap/foundation-login": "14.480.0",
|
|
76
|
+
"@genesislcap/foundation-notifications": "14.480.0",
|
|
77
|
+
"@genesislcap/foundation-ui": "14.480.0",
|
|
78
|
+
"@genesislcap/foundation-utils": "14.480.0",
|
|
79
|
+
"@genesislcap/foundation-zero": "14.480.0",
|
|
80
|
+
"@genesislcap/foundation-zero-grid-pro": "14.480.0",
|
|
81
|
+
"@genesislcap/grid-pro": "14.480.0",
|
|
82
|
+
"@genesislcap/web-core": "14.480.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": "6d2bc60f9700ab9f5a6d8c1834baebbd66ae5e6b"
|
|
106
106
|
}
|