@genesislcap/foundation-entity-management 14.374.2-alpha-0edcc93.0 → 14.375.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
|
@@ -3324,6 +3324,55 @@
|
|
|
3324
3324
|
}
|
|
3325
3325
|
]
|
|
3326
3326
|
},
|
|
3327
|
+
{
|
|
3328
|
+
"kind": "javascript-module",
|
|
3329
|
+
"path": "src/layouts/default.ts",
|
|
3330
|
+
"declarations": [
|
|
3331
|
+
{
|
|
3332
|
+
"kind": "variable",
|
|
3333
|
+
"name": "loginLayout",
|
|
3334
|
+
"default": "new GenesisElementLayout(\n html`\n <div class=\"container\">\n <div class=\"content\">\n <slot></slot>\n </div>\n </div>\n `,\n baseLayoutCss,\n)"
|
|
3335
|
+
},
|
|
3336
|
+
{
|
|
3337
|
+
"kind": "variable",
|
|
3338
|
+
"name": "defaultLayout",
|
|
3339
|
+
"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)"
|
|
3340
|
+
}
|
|
3341
|
+
],
|
|
3342
|
+
"exports": [
|
|
3343
|
+
{
|
|
3344
|
+
"kind": "js",
|
|
3345
|
+
"name": "loginLayout",
|
|
3346
|
+
"declaration": {
|
|
3347
|
+
"name": "loginLayout",
|
|
3348
|
+
"module": "src/layouts/default.ts"
|
|
3349
|
+
}
|
|
3350
|
+
},
|
|
3351
|
+
{
|
|
3352
|
+
"kind": "js",
|
|
3353
|
+
"name": "defaultLayout",
|
|
3354
|
+
"declaration": {
|
|
3355
|
+
"name": "defaultLayout",
|
|
3356
|
+
"module": "src/layouts/default.ts"
|
|
3357
|
+
}
|
|
3358
|
+
}
|
|
3359
|
+
]
|
|
3360
|
+
},
|
|
3361
|
+
{
|
|
3362
|
+
"kind": "javascript-module",
|
|
3363
|
+
"path": "src/layouts/index.ts",
|
|
3364
|
+
"declarations": [],
|
|
3365
|
+
"exports": [
|
|
3366
|
+
{
|
|
3367
|
+
"kind": "js",
|
|
3368
|
+
"name": "*",
|
|
3369
|
+
"declaration": {
|
|
3370
|
+
"name": "*",
|
|
3371
|
+
"package": "./default"
|
|
3372
|
+
}
|
|
3373
|
+
}
|
|
3374
|
+
]
|
|
3375
|
+
},
|
|
3327
3376
|
{
|
|
3328
3377
|
"kind": "javascript-module",
|
|
3329
3378
|
"path": "src/main/index.ts",
|
|
@@ -3468,55 +3517,6 @@
|
|
|
3468
3517
|
}
|
|
3469
3518
|
]
|
|
3470
3519
|
},
|
|
3471
|
-
{
|
|
3472
|
-
"kind": "javascript-module",
|
|
3473
|
-
"path": "src/layouts/default.ts",
|
|
3474
|
-
"declarations": [
|
|
3475
|
-
{
|
|
3476
|
-
"kind": "variable",
|
|
3477
|
-
"name": "loginLayout",
|
|
3478
|
-
"default": "new GenesisElementLayout(\n html`\n <div class=\"container\">\n <div class=\"content\">\n <slot></slot>\n </div>\n </div>\n `,\n baseLayoutCss,\n)"
|
|
3479
|
-
},
|
|
3480
|
-
{
|
|
3481
|
-
"kind": "variable",
|
|
3482
|
-
"name": "defaultLayout",
|
|
3483
|
-
"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)"
|
|
3484
|
-
}
|
|
3485
|
-
],
|
|
3486
|
-
"exports": [
|
|
3487
|
-
{
|
|
3488
|
-
"kind": "js",
|
|
3489
|
-
"name": "loginLayout",
|
|
3490
|
-
"declaration": {
|
|
3491
|
-
"name": "loginLayout",
|
|
3492
|
-
"module": "src/layouts/default.ts"
|
|
3493
|
-
}
|
|
3494
|
-
},
|
|
3495
|
-
{
|
|
3496
|
-
"kind": "js",
|
|
3497
|
-
"name": "defaultLayout",
|
|
3498
|
-
"declaration": {
|
|
3499
|
-
"name": "defaultLayout",
|
|
3500
|
-
"module": "src/layouts/default.ts"
|
|
3501
|
-
}
|
|
3502
|
-
}
|
|
3503
|
-
]
|
|
3504
|
-
},
|
|
3505
|
-
{
|
|
3506
|
-
"kind": "javascript-module",
|
|
3507
|
-
"path": "src/layouts/index.ts",
|
|
3508
|
-
"declarations": [],
|
|
3509
|
-
"exports": [
|
|
3510
|
-
{
|
|
3511
|
-
"kind": "js",
|
|
3512
|
-
"name": "*",
|
|
3513
|
-
"declaration": {
|
|
3514
|
-
"name": "*",
|
|
3515
|
-
"package": "./default"
|
|
3516
|
-
}
|
|
3517
|
-
}
|
|
3518
|
-
]
|
|
3519
|
-
},
|
|
3520
3520
|
{
|
|
3521
3521
|
"kind": "javascript-module",
|
|
3522
3522
|
"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.375.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.
|
|
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.375.0",
|
|
56
|
+
"@genesislcap/genx": "14.375.0",
|
|
57
|
+
"@genesislcap/rollup-builder": "14.375.0",
|
|
58
|
+
"@genesislcap/ts-builder": "14.375.0",
|
|
59
|
+
"@genesislcap/uvu-playwright-builder": "14.375.0",
|
|
60
|
+
"@genesislcap/vite-builder": "14.375.0",
|
|
61
|
+
"@genesislcap/webpack-builder": "14.375.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.
|
|
68
|
-
"@genesislcap/foundation-errors": "14.
|
|
69
|
-
"@genesislcap/foundation-events": "14.
|
|
70
|
-
"@genesislcap/foundation-forms": "14.
|
|
71
|
-
"@genesislcap/foundation-logger": "14.
|
|
72
|
-
"@genesislcap/foundation-login": "14.
|
|
73
|
-
"@genesislcap/foundation-notifications": "14.
|
|
74
|
-
"@genesislcap/foundation-ui": "14.
|
|
75
|
-
"@genesislcap/foundation-utils": "14.
|
|
76
|
-
"@genesislcap/foundation-zero": "14.
|
|
77
|
-
"@genesislcap/foundation-zero-grid-pro": "14.
|
|
78
|
-
"@genesislcap/grid-pro": "14.
|
|
79
|
-
"@genesislcap/web-core": "14.
|
|
67
|
+
"@genesislcap/foundation-comms": "14.375.0",
|
|
68
|
+
"@genesislcap/foundation-errors": "14.375.0",
|
|
69
|
+
"@genesislcap/foundation-events": "14.375.0",
|
|
70
|
+
"@genesislcap/foundation-forms": "14.375.0",
|
|
71
|
+
"@genesislcap/foundation-logger": "14.375.0",
|
|
72
|
+
"@genesislcap/foundation-login": "14.375.0",
|
|
73
|
+
"@genesislcap/foundation-notifications": "14.375.0",
|
|
74
|
+
"@genesislcap/foundation-ui": "14.375.0",
|
|
75
|
+
"@genesislcap/foundation-utils": "14.375.0",
|
|
76
|
+
"@genesislcap/foundation-zero": "14.375.0",
|
|
77
|
+
"@genesislcap/foundation-zero-grid-pro": "14.375.0",
|
|
78
|
+
"@genesislcap/grid-pro": "14.375.0",
|
|
79
|
+
"@genesislcap/web-core": "14.375.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": "08b47a11ea26fb21fb0ad3ad8b6206ba881d7ad3"
|
|
92
92
|
}
|