@genesislcap/foundation-entity-management 14.371.0-FUI-2456.1 → 14.371.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 +49 -49
- package/package.json +22 -22
|
@@ -3316,55 +3316,6 @@
|
|
|
3316
3316
|
}
|
|
3317
3317
|
]
|
|
3318
3318
|
},
|
|
3319
|
-
{
|
|
3320
|
-
"kind": "javascript-module",
|
|
3321
|
-
"path": "src/layouts/default.ts",
|
|
3322
|
-
"declarations": [
|
|
3323
|
-
{
|
|
3324
|
-
"kind": "variable",
|
|
3325
|
-
"name": "loginLayout",
|
|
3326
|
-
"default": "new GenesisElementLayout(\n html`\n <div class=\"container\">\n <div class=\"content\">\n <slot></slot>\n </div>\n </div>\n `,\n baseLayoutCss,\n)"
|
|
3327
|
-
},
|
|
3328
|
-
{
|
|
3329
|
-
"kind": "variable",
|
|
3330
|
-
"name": "defaultLayout",
|
|
3331
|
-
"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)"
|
|
3332
|
-
}
|
|
3333
|
-
],
|
|
3334
|
-
"exports": [
|
|
3335
|
-
{
|
|
3336
|
-
"kind": "js",
|
|
3337
|
-
"name": "loginLayout",
|
|
3338
|
-
"declaration": {
|
|
3339
|
-
"name": "loginLayout",
|
|
3340
|
-
"module": "src/layouts/default.ts"
|
|
3341
|
-
}
|
|
3342
|
-
},
|
|
3343
|
-
{
|
|
3344
|
-
"kind": "js",
|
|
3345
|
-
"name": "defaultLayout",
|
|
3346
|
-
"declaration": {
|
|
3347
|
-
"name": "defaultLayout",
|
|
3348
|
-
"module": "src/layouts/default.ts"
|
|
3349
|
-
}
|
|
3350
|
-
}
|
|
3351
|
-
]
|
|
3352
|
-
},
|
|
3353
|
-
{
|
|
3354
|
-
"kind": "javascript-module",
|
|
3355
|
-
"path": "src/layouts/index.ts",
|
|
3356
|
-
"declarations": [],
|
|
3357
|
-
"exports": [
|
|
3358
|
-
{
|
|
3359
|
-
"kind": "js",
|
|
3360
|
-
"name": "*",
|
|
3361
|
-
"declaration": {
|
|
3362
|
-
"name": "*",
|
|
3363
|
-
"package": "./default"
|
|
3364
|
-
}
|
|
3365
|
-
}
|
|
3366
|
-
]
|
|
3367
|
-
},
|
|
3368
3319
|
{
|
|
3369
3320
|
"kind": "javascript-module",
|
|
3370
3321
|
"path": "src/main/index.ts",
|
|
@@ -3509,6 +3460,55 @@
|
|
|
3509
3460
|
}
|
|
3510
3461
|
]
|
|
3511
3462
|
},
|
|
3463
|
+
{
|
|
3464
|
+
"kind": "javascript-module",
|
|
3465
|
+
"path": "src/layouts/default.ts",
|
|
3466
|
+
"declarations": [
|
|
3467
|
+
{
|
|
3468
|
+
"kind": "variable",
|
|
3469
|
+
"name": "loginLayout",
|
|
3470
|
+
"default": "new GenesisElementLayout(\n html`\n <div class=\"container\">\n <div class=\"content\">\n <slot></slot>\n </div>\n </div>\n `,\n baseLayoutCss,\n)"
|
|
3471
|
+
},
|
|
3472
|
+
{
|
|
3473
|
+
"kind": "variable",
|
|
3474
|
+
"name": "defaultLayout",
|
|
3475
|
+
"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)"
|
|
3476
|
+
}
|
|
3477
|
+
],
|
|
3478
|
+
"exports": [
|
|
3479
|
+
{
|
|
3480
|
+
"kind": "js",
|
|
3481
|
+
"name": "loginLayout",
|
|
3482
|
+
"declaration": {
|
|
3483
|
+
"name": "loginLayout",
|
|
3484
|
+
"module": "src/layouts/default.ts"
|
|
3485
|
+
}
|
|
3486
|
+
},
|
|
3487
|
+
{
|
|
3488
|
+
"kind": "js",
|
|
3489
|
+
"name": "defaultLayout",
|
|
3490
|
+
"declaration": {
|
|
3491
|
+
"name": "defaultLayout",
|
|
3492
|
+
"module": "src/layouts/default.ts"
|
|
3493
|
+
}
|
|
3494
|
+
}
|
|
3495
|
+
]
|
|
3496
|
+
},
|
|
3497
|
+
{
|
|
3498
|
+
"kind": "javascript-module",
|
|
3499
|
+
"path": "src/layouts/index.ts",
|
|
3500
|
+
"declarations": [],
|
|
3501
|
+
"exports": [
|
|
3502
|
+
{
|
|
3503
|
+
"kind": "js",
|
|
3504
|
+
"name": "*",
|
|
3505
|
+
"declaration": {
|
|
3506
|
+
"name": "*",
|
|
3507
|
+
"package": "./default"
|
|
3508
|
+
}
|
|
3509
|
+
}
|
|
3510
|
+
]
|
|
3511
|
+
},
|
|
3512
3512
|
{
|
|
3513
3513
|
"kind": "javascript-module",
|
|
3514
3514
|
"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.371.0
|
|
4
|
+
"version": "14.371.0",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"license": "SEE LICENSE IN license.txt",
|
|
7
7
|
"main": "dist/esm/index.js",
|
|
@@ -52,31 +52,31 @@
|
|
|
52
52
|
}
|
|
53
53
|
},
|
|
54
54
|
"devDependencies": {
|
|
55
|
-
"@genesislcap/foundation-testing": "14.371.0
|
|
56
|
-
"@genesislcap/genx": "14.371.0
|
|
57
|
-
"@genesislcap/rollup-builder": "14.371.0
|
|
58
|
-
"@genesislcap/ts-builder": "14.371.0
|
|
59
|
-
"@genesislcap/uvu-playwright-builder": "14.371.0
|
|
60
|
-
"@genesislcap/vite-builder": "14.371.0
|
|
61
|
-
"@genesislcap/webpack-builder": "14.371.0
|
|
55
|
+
"@genesislcap/foundation-testing": "14.371.0",
|
|
56
|
+
"@genesislcap/genx": "14.371.0",
|
|
57
|
+
"@genesislcap/rollup-builder": "14.371.0",
|
|
58
|
+
"@genesislcap/ts-builder": "14.371.0",
|
|
59
|
+
"@genesislcap/uvu-playwright-builder": "14.371.0",
|
|
60
|
+
"@genesislcap/vite-builder": "14.371.0",
|
|
61
|
+
"@genesislcap/webpack-builder": "14.371.0"
|
|
62
62
|
},
|
|
63
63
|
"peerDependencies": {
|
|
64
64
|
"@ag-grid-community/core": "29.2.0"
|
|
65
65
|
},
|
|
66
66
|
"dependencies": {
|
|
67
|
-
"@genesislcap/foundation-comms": "14.371.0
|
|
68
|
-
"@genesislcap/foundation-errors": "14.371.0
|
|
69
|
-
"@genesislcap/foundation-events": "14.371.0
|
|
70
|
-
"@genesislcap/foundation-forms": "14.371.0
|
|
71
|
-
"@genesislcap/foundation-logger": "14.371.0
|
|
72
|
-
"@genesislcap/foundation-login": "14.371.0
|
|
73
|
-
"@genesislcap/foundation-notifications": "14.371.0
|
|
74
|
-
"@genesislcap/foundation-ui": "14.371.0
|
|
75
|
-
"@genesislcap/foundation-utils": "14.371.0
|
|
76
|
-
"@genesislcap/foundation-zero": "14.371.0
|
|
77
|
-
"@genesislcap/foundation-zero-grid-pro": "14.371.0
|
|
78
|
-
"@genesislcap/grid-pro": "14.371.0
|
|
79
|
-
"@genesislcap/web-core": "14.371.0
|
|
67
|
+
"@genesislcap/foundation-comms": "14.371.0",
|
|
68
|
+
"@genesislcap/foundation-errors": "14.371.0",
|
|
69
|
+
"@genesislcap/foundation-events": "14.371.0",
|
|
70
|
+
"@genesislcap/foundation-forms": "14.371.0",
|
|
71
|
+
"@genesislcap/foundation-logger": "14.371.0",
|
|
72
|
+
"@genesislcap/foundation-login": "14.371.0",
|
|
73
|
+
"@genesislcap/foundation-notifications": "14.371.0",
|
|
74
|
+
"@genesislcap/foundation-ui": "14.371.0",
|
|
75
|
+
"@genesislcap/foundation-utils": "14.371.0",
|
|
76
|
+
"@genesislcap/foundation-zero": "14.371.0",
|
|
77
|
+
"@genesislcap/foundation-zero-grid-pro": "14.371.0",
|
|
78
|
+
"@genesislcap/grid-pro": "14.371.0",
|
|
79
|
+
"@genesislcap/web-core": "14.371.0",
|
|
80
80
|
"change-case": "^4.1.2"
|
|
81
81
|
},
|
|
82
82
|
"repository": {
|
|
@@ -88,5 +88,5 @@
|
|
|
88
88
|
"access": "public"
|
|
89
89
|
},
|
|
90
90
|
"customElements": "dist/custom-elements.json",
|
|
91
|
-
"gitHead": "
|
|
91
|
+
"gitHead": "ea4401059f690d90b8c5ebbfdd0c9bea654fa611"
|
|
92
92
|
}
|