@genesislcap/foundation-entity-management 14.436.0 → 14.437.1
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 +23 -23
|
@@ -3360,6 +3360,55 @@
|
|
|
3360
3360
|
}
|
|
3361
3361
|
]
|
|
3362
3362
|
},
|
|
3363
|
+
{
|
|
3364
|
+
"kind": "javascript-module",
|
|
3365
|
+
"path": "src/layouts/default.ts",
|
|
3366
|
+
"declarations": [
|
|
3367
|
+
{
|
|
3368
|
+
"kind": "variable",
|
|
3369
|
+
"name": "loginLayout",
|
|
3370
|
+
"default": "new GenesisElementLayout(\n html`\n <div class=\"container\">\n <div class=\"content\">\n <slot></slot>\n </div>\n </div>\n `,\n baseLayoutCss,\n)"
|
|
3371
|
+
},
|
|
3372
|
+
{
|
|
3373
|
+
"kind": "variable",
|
|
3374
|
+
"name": "defaultLayout",
|
|
3375
|
+
"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)"
|
|
3376
|
+
}
|
|
3377
|
+
],
|
|
3378
|
+
"exports": [
|
|
3379
|
+
{
|
|
3380
|
+
"kind": "js",
|
|
3381
|
+
"name": "loginLayout",
|
|
3382
|
+
"declaration": {
|
|
3383
|
+
"name": "loginLayout",
|
|
3384
|
+
"module": "src/layouts/default.ts"
|
|
3385
|
+
}
|
|
3386
|
+
},
|
|
3387
|
+
{
|
|
3388
|
+
"kind": "js",
|
|
3389
|
+
"name": "defaultLayout",
|
|
3390
|
+
"declaration": {
|
|
3391
|
+
"name": "defaultLayout",
|
|
3392
|
+
"module": "src/layouts/default.ts"
|
|
3393
|
+
}
|
|
3394
|
+
}
|
|
3395
|
+
]
|
|
3396
|
+
},
|
|
3397
|
+
{
|
|
3398
|
+
"kind": "javascript-module",
|
|
3399
|
+
"path": "src/layouts/index.ts",
|
|
3400
|
+
"declarations": [],
|
|
3401
|
+
"exports": [
|
|
3402
|
+
{
|
|
3403
|
+
"kind": "js",
|
|
3404
|
+
"name": "*",
|
|
3405
|
+
"declaration": {
|
|
3406
|
+
"name": "*",
|
|
3407
|
+
"package": "./default"
|
|
3408
|
+
}
|
|
3409
|
+
}
|
|
3410
|
+
]
|
|
3411
|
+
},
|
|
3363
3412
|
{
|
|
3364
3413
|
"kind": "javascript-module",
|
|
3365
3414
|
"path": "src/main/index.ts",
|
|
@@ -3504,55 +3553,6 @@
|
|
|
3504
3553
|
}
|
|
3505
3554
|
]
|
|
3506
3555
|
},
|
|
3507
|
-
{
|
|
3508
|
-
"kind": "javascript-module",
|
|
3509
|
-
"path": "src/layouts/default.ts",
|
|
3510
|
-
"declarations": [
|
|
3511
|
-
{
|
|
3512
|
-
"kind": "variable",
|
|
3513
|
-
"name": "loginLayout",
|
|
3514
|
-
"default": "new GenesisElementLayout(\n html`\n <div class=\"container\">\n <div class=\"content\">\n <slot></slot>\n </div>\n </div>\n `,\n baseLayoutCss,\n)"
|
|
3515
|
-
},
|
|
3516
|
-
{
|
|
3517
|
-
"kind": "variable",
|
|
3518
|
-
"name": "defaultLayout",
|
|
3519
|
-
"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)"
|
|
3520
|
-
}
|
|
3521
|
-
],
|
|
3522
|
-
"exports": [
|
|
3523
|
-
{
|
|
3524
|
-
"kind": "js",
|
|
3525
|
-
"name": "loginLayout",
|
|
3526
|
-
"declaration": {
|
|
3527
|
-
"name": "loginLayout",
|
|
3528
|
-
"module": "src/layouts/default.ts"
|
|
3529
|
-
}
|
|
3530
|
-
},
|
|
3531
|
-
{
|
|
3532
|
-
"kind": "js",
|
|
3533
|
-
"name": "defaultLayout",
|
|
3534
|
-
"declaration": {
|
|
3535
|
-
"name": "defaultLayout",
|
|
3536
|
-
"module": "src/layouts/default.ts"
|
|
3537
|
-
}
|
|
3538
|
-
}
|
|
3539
|
-
]
|
|
3540
|
-
},
|
|
3541
|
-
{
|
|
3542
|
-
"kind": "javascript-module",
|
|
3543
|
-
"path": "src/layouts/index.ts",
|
|
3544
|
-
"declarations": [],
|
|
3545
|
-
"exports": [
|
|
3546
|
-
{
|
|
3547
|
-
"kind": "js",
|
|
3548
|
-
"name": "*",
|
|
3549
|
-
"declaration": {
|
|
3550
|
-
"name": "*",
|
|
3551
|
-
"package": "./default"
|
|
3552
|
-
}
|
|
3553
|
-
}
|
|
3554
|
-
]
|
|
3555
|
-
},
|
|
3556
3556
|
{
|
|
3557
3557
|
"kind": "javascript-module",
|
|
3558
3558
|
"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.437.1",
|
|
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.437.1",
|
|
58
|
+
"@genesislcap/genx": "14.437.1",
|
|
59
|
+
"@genesislcap/rollup-builder": "14.437.1",
|
|
60
|
+
"@genesislcap/ts-builder": "14.437.1",
|
|
61
|
+
"@genesislcap/uvu-playwright-builder": "14.437.1",
|
|
62
|
+
"@genesislcap/vite-builder": "14.437.1",
|
|
63
|
+
"@genesislcap/webpack-builder": "14.437.1"
|
|
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.437.1",
|
|
70
|
+
"@genesislcap/foundation-comms": "14.437.1",
|
|
71
|
+
"@genesislcap/foundation-errors": "14.437.1",
|
|
72
|
+
"@genesislcap/foundation-events": "14.437.1",
|
|
73
|
+
"@genesislcap/foundation-forms": "14.437.1",
|
|
74
|
+
"@genesislcap/foundation-logger": "14.437.1",
|
|
75
|
+
"@genesislcap/foundation-login": "14.437.1",
|
|
76
|
+
"@genesislcap/foundation-notifications": "14.437.1",
|
|
77
|
+
"@genesislcap/foundation-ui": "14.437.1",
|
|
78
|
+
"@genesislcap/foundation-utils": "14.437.1",
|
|
79
|
+
"@genesislcap/foundation-zero": "14.437.1",
|
|
80
|
+
"@genesislcap/foundation-zero-grid-pro": "14.437.1",
|
|
81
|
+
"@genesislcap/grid-pro": "14.437.1",
|
|
82
|
+
"@genesislcap/web-core": "14.437.1",
|
|
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": "121e8dd85e298464b0781220db72ad5190c3fb5f"
|
|
106
106
|
}
|