@genesislcap/foundation-entity-management 14.342.0 → 14.343.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 +70 -70
- package/package.json +21 -21
|
@@ -2303,55 +2303,6 @@
|
|
|
2303
2303
|
}
|
|
2304
2304
|
]
|
|
2305
2305
|
},
|
|
2306
|
-
{
|
|
2307
|
-
"kind": "javascript-module",
|
|
2308
|
-
"path": "src/layouts/default.ts",
|
|
2309
|
-
"declarations": [
|
|
2310
|
-
{
|
|
2311
|
-
"kind": "variable",
|
|
2312
|
-
"name": "loginLayout",
|
|
2313
|
-
"default": "new FASTElementLayout(\n html`\n <div class=\"container\">\n <div class=\"content\">\n <slot></slot>\n </div>\n </div>\n `,\n baseLayoutCss,\n)"
|
|
2314
|
-
},
|
|
2315
|
-
{
|
|
2316
|
-
"kind": "variable",
|
|
2317
|
-
"name": "defaultLayout",
|
|
2318
|
-
"default": "new FASTElementLayout(\n html`\n <div class=\"container\">\n <div class=\"content\">\n <slot></slot>\n </div>\n </div>\n `,\n css`\n ${baseLayoutCss}\n `,\n)"
|
|
2319
|
-
}
|
|
2320
|
-
],
|
|
2321
|
-
"exports": [
|
|
2322
|
-
{
|
|
2323
|
-
"kind": "js",
|
|
2324
|
-
"name": "loginLayout",
|
|
2325
|
-
"declaration": {
|
|
2326
|
-
"name": "loginLayout",
|
|
2327
|
-
"module": "src/layouts/default.ts"
|
|
2328
|
-
}
|
|
2329
|
-
},
|
|
2330
|
-
{
|
|
2331
|
-
"kind": "js",
|
|
2332
|
-
"name": "defaultLayout",
|
|
2333
|
-
"declaration": {
|
|
2334
|
-
"name": "defaultLayout",
|
|
2335
|
-
"module": "src/layouts/default.ts"
|
|
2336
|
-
}
|
|
2337
|
-
}
|
|
2338
|
-
]
|
|
2339
|
-
},
|
|
2340
|
-
{
|
|
2341
|
-
"kind": "javascript-module",
|
|
2342
|
-
"path": "src/layouts/index.ts",
|
|
2343
|
-
"declarations": [],
|
|
2344
|
-
"exports": [
|
|
2345
|
-
{
|
|
2346
|
-
"kind": "js",
|
|
2347
|
-
"name": "*",
|
|
2348
|
-
"declaration": {
|
|
2349
|
-
"name": "*",
|
|
2350
|
-
"package": "./default"
|
|
2351
|
-
}
|
|
2352
|
-
}
|
|
2353
|
-
]
|
|
2354
|
-
},
|
|
2355
2306
|
{
|
|
2356
2307
|
"kind": "javascript-module",
|
|
2357
2308
|
"path": "src/list/index.ts",
|
|
@@ -3051,27 +3002,6 @@
|
|
|
3051
3002
|
}
|
|
3052
3003
|
]
|
|
3053
3004
|
},
|
|
3054
|
-
{
|
|
3055
|
-
"kind": "javascript-module",
|
|
3056
|
-
"path": "src/routes/config.ts",
|
|
3057
|
-
"declarations": [],
|
|
3058
|
-
"exports": []
|
|
3059
|
-
},
|
|
3060
|
-
{
|
|
3061
|
-
"kind": "javascript-module",
|
|
3062
|
-
"path": "src/routes/index.ts",
|
|
3063
|
-
"declarations": [],
|
|
3064
|
-
"exports": [
|
|
3065
|
-
{
|
|
3066
|
-
"kind": "js",
|
|
3067
|
-
"name": "*",
|
|
3068
|
-
"declaration": {
|
|
3069
|
-
"name": "*",
|
|
3070
|
-
"package": "./config"
|
|
3071
|
-
}
|
|
3072
|
-
}
|
|
3073
|
-
]
|
|
3074
|
-
},
|
|
3075
3005
|
{
|
|
3076
3006
|
"kind": "javascript-module",
|
|
3077
3007
|
"path": "src/main/index.ts",
|
|
@@ -3217,6 +3147,76 @@
|
|
|
3217
3147
|
}
|
|
3218
3148
|
]
|
|
3219
3149
|
},
|
|
3150
|
+
{
|
|
3151
|
+
"kind": "javascript-module",
|
|
3152
|
+
"path": "src/layouts/default.ts",
|
|
3153
|
+
"declarations": [
|
|
3154
|
+
{
|
|
3155
|
+
"kind": "variable",
|
|
3156
|
+
"name": "loginLayout",
|
|
3157
|
+
"default": "new FASTElementLayout(\n html`\n <div class=\"container\">\n <div class=\"content\">\n <slot></slot>\n </div>\n </div>\n `,\n baseLayoutCss,\n)"
|
|
3158
|
+
},
|
|
3159
|
+
{
|
|
3160
|
+
"kind": "variable",
|
|
3161
|
+
"name": "defaultLayout",
|
|
3162
|
+
"default": "new FASTElementLayout(\n html`\n <div class=\"container\">\n <div class=\"content\">\n <slot></slot>\n </div>\n </div>\n `,\n css`\n ${baseLayoutCss}\n `,\n)"
|
|
3163
|
+
}
|
|
3164
|
+
],
|
|
3165
|
+
"exports": [
|
|
3166
|
+
{
|
|
3167
|
+
"kind": "js",
|
|
3168
|
+
"name": "loginLayout",
|
|
3169
|
+
"declaration": {
|
|
3170
|
+
"name": "loginLayout",
|
|
3171
|
+
"module": "src/layouts/default.ts"
|
|
3172
|
+
}
|
|
3173
|
+
},
|
|
3174
|
+
{
|
|
3175
|
+
"kind": "js",
|
|
3176
|
+
"name": "defaultLayout",
|
|
3177
|
+
"declaration": {
|
|
3178
|
+
"name": "defaultLayout",
|
|
3179
|
+
"module": "src/layouts/default.ts"
|
|
3180
|
+
}
|
|
3181
|
+
}
|
|
3182
|
+
]
|
|
3183
|
+
},
|
|
3184
|
+
{
|
|
3185
|
+
"kind": "javascript-module",
|
|
3186
|
+
"path": "src/layouts/index.ts",
|
|
3187
|
+
"declarations": [],
|
|
3188
|
+
"exports": [
|
|
3189
|
+
{
|
|
3190
|
+
"kind": "js",
|
|
3191
|
+
"name": "*",
|
|
3192
|
+
"declaration": {
|
|
3193
|
+
"name": "*",
|
|
3194
|
+
"package": "./default"
|
|
3195
|
+
}
|
|
3196
|
+
}
|
|
3197
|
+
]
|
|
3198
|
+
},
|
|
3199
|
+
{
|
|
3200
|
+
"kind": "javascript-module",
|
|
3201
|
+
"path": "src/routes/config.ts",
|
|
3202
|
+
"declarations": [],
|
|
3203
|
+
"exports": []
|
|
3204
|
+
},
|
|
3205
|
+
{
|
|
3206
|
+
"kind": "javascript-module",
|
|
3207
|
+
"path": "src/routes/index.ts",
|
|
3208
|
+
"declarations": [],
|
|
3209
|
+
"exports": [
|
|
3210
|
+
{
|
|
3211
|
+
"kind": "js",
|
|
3212
|
+
"name": "*",
|
|
3213
|
+
"declaration": {
|
|
3214
|
+
"name": "*",
|
|
3215
|
+
"package": "./config"
|
|
3216
|
+
}
|
|
3217
|
+
}
|
|
3218
|
+
]
|
|
3219
|
+
},
|
|
3220
3220
|
{
|
|
3221
3221
|
"kind": "javascript-module",
|
|
3222
3222
|
"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.343.0",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"license": "SEE LICENSE IN license.txt",
|
|
7
7
|
"main": "dist/esm/index.js",
|
|
@@ -52,28 +52,28 @@
|
|
|
52
52
|
}
|
|
53
53
|
},
|
|
54
54
|
"devDependencies": {
|
|
55
|
-
"@genesislcap/foundation-testing": "14.
|
|
56
|
-
"@genesislcap/genx": "14.
|
|
57
|
-
"@genesislcap/rollup-builder": "14.
|
|
58
|
-
"@genesislcap/ts-builder": "14.
|
|
59
|
-
"@genesislcap/uvu-playwright-builder": "14.
|
|
60
|
-
"@genesislcap/vite-builder": "14.
|
|
61
|
-
"@genesislcap/webpack-builder": "14.
|
|
55
|
+
"@genesislcap/foundation-testing": "14.343.0",
|
|
56
|
+
"@genesislcap/genx": "14.343.0",
|
|
57
|
+
"@genesislcap/rollup-builder": "14.343.0",
|
|
58
|
+
"@genesislcap/ts-builder": "14.343.0",
|
|
59
|
+
"@genesislcap/uvu-playwright-builder": "14.343.0",
|
|
60
|
+
"@genesislcap/vite-builder": "14.343.0",
|
|
61
|
+
"@genesislcap/webpack-builder": "14.343.0"
|
|
62
62
|
},
|
|
63
63
|
"dependencies": {
|
|
64
64
|
"@ag-grid-community/core": "29.2.0",
|
|
65
|
-
"@genesislcap/foundation-comms": "14.
|
|
66
|
-
"@genesislcap/foundation-errors": "14.
|
|
67
|
-
"@genesislcap/foundation-events": "14.
|
|
68
|
-
"@genesislcap/foundation-forms": "14.
|
|
69
|
-
"@genesislcap/foundation-logger": "14.
|
|
70
|
-
"@genesislcap/foundation-login": "14.
|
|
71
|
-
"@genesislcap/foundation-notifications": "14.
|
|
72
|
-
"@genesislcap/foundation-ui": "14.
|
|
73
|
-
"@genesislcap/foundation-utils": "14.
|
|
74
|
-
"@genesislcap/foundation-zero": "14.
|
|
75
|
-
"@genesislcap/foundation-zero-grid-pro": "14.
|
|
76
|
-
"@genesislcap/grid-pro": "14.
|
|
65
|
+
"@genesislcap/foundation-comms": "14.343.0",
|
|
66
|
+
"@genesislcap/foundation-errors": "14.343.0",
|
|
67
|
+
"@genesislcap/foundation-events": "14.343.0",
|
|
68
|
+
"@genesislcap/foundation-forms": "14.343.0",
|
|
69
|
+
"@genesislcap/foundation-logger": "14.343.0",
|
|
70
|
+
"@genesislcap/foundation-login": "14.343.0",
|
|
71
|
+
"@genesislcap/foundation-notifications": "14.343.0",
|
|
72
|
+
"@genesislcap/foundation-ui": "14.343.0",
|
|
73
|
+
"@genesislcap/foundation-utils": "14.343.0",
|
|
74
|
+
"@genesislcap/foundation-zero": "14.343.0",
|
|
75
|
+
"@genesislcap/foundation-zero-grid-pro": "14.343.0",
|
|
76
|
+
"@genesislcap/grid-pro": "14.343.0",
|
|
77
77
|
"@microsoft/fast-components": "2.30.6",
|
|
78
78
|
"@microsoft/fast-element": "1.14.0",
|
|
79
79
|
"@microsoft/fast-foundation": "2.49.6",
|
|
@@ -89,5 +89,5 @@
|
|
|
89
89
|
"access": "public"
|
|
90
90
|
},
|
|
91
91
|
"customElements": "dist/custom-elements.json",
|
|
92
|
-
"gitHead": "
|
|
92
|
+
"gitHead": "aa61f70fbd642ecde7e85d771f40cdd0a8dc4a20"
|
|
93
93
|
}
|