@genesislcap/foundation-entity-management 14.437.2 → 14.437.3-alpha-5efde79.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 +23 -23
|
@@ -2587,6 +2587,55 @@
|
|
|
2587
2587
|
}
|
|
2588
2588
|
]
|
|
2589
2589
|
},
|
|
2590
|
+
{
|
|
2591
|
+
"kind": "javascript-module",
|
|
2592
|
+
"path": "src/layouts/default.ts",
|
|
2593
|
+
"declarations": [
|
|
2594
|
+
{
|
|
2595
|
+
"kind": "variable",
|
|
2596
|
+
"name": "loginLayout",
|
|
2597
|
+
"default": "new GenesisElementLayout(\n html`\n <div class=\"container\">\n <div class=\"content\">\n <slot></slot>\n </div>\n </div>\n `,\n baseLayoutCss,\n)"
|
|
2598
|
+
},
|
|
2599
|
+
{
|
|
2600
|
+
"kind": "variable",
|
|
2601
|
+
"name": "defaultLayout",
|
|
2602
|
+
"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)"
|
|
2603
|
+
}
|
|
2604
|
+
],
|
|
2605
|
+
"exports": [
|
|
2606
|
+
{
|
|
2607
|
+
"kind": "js",
|
|
2608
|
+
"name": "loginLayout",
|
|
2609
|
+
"declaration": {
|
|
2610
|
+
"name": "loginLayout",
|
|
2611
|
+
"module": "src/layouts/default.ts"
|
|
2612
|
+
}
|
|
2613
|
+
},
|
|
2614
|
+
{
|
|
2615
|
+
"kind": "js",
|
|
2616
|
+
"name": "defaultLayout",
|
|
2617
|
+
"declaration": {
|
|
2618
|
+
"name": "defaultLayout",
|
|
2619
|
+
"module": "src/layouts/default.ts"
|
|
2620
|
+
}
|
|
2621
|
+
}
|
|
2622
|
+
]
|
|
2623
|
+
},
|
|
2624
|
+
{
|
|
2625
|
+
"kind": "javascript-module",
|
|
2626
|
+
"path": "src/layouts/index.ts",
|
|
2627
|
+
"declarations": [],
|
|
2628
|
+
"exports": [
|
|
2629
|
+
{
|
|
2630
|
+
"kind": "js",
|
|
2631
|
+
"name": "*",
|
|
2632
|
+
"declaration": {
|
|
2633
|
+
"name": "*",
|
|
2634
|
+
"package": "./default"
|
|
2635
|
+
}
|
|
2636
|
+
}
|
|
2637
|
+
]
|
|
2638
|
+
},
|
|
2590
2639
|
{
|
|
2591
2640
|
"kind": "javascript-module",
|
|
2592
2641
|
"path": "src/list/index.ts",
|
|
@@ -3360,55 +3409,6 @@
|
|
|
3360
3409
|
}
|
|
3361
3410
|
]
|
|
3362
3411
|
},
|
|
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
|
-
},
|
|
3412
3412
|
{
|
|
3413
3413
|
"kind": "javascript-module",
|
|
3414
3414
|
"path": "src/main/index.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.437.
|
|
4
|
+
"version": "14.437.3-alpha-5efde79.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.437.
|
|
58
|
-
"@genesislcap/genx": "14.437.
|
|
59
|
-
"@genesislcap/rollup-builder": "14.437.
|
|
60
|
-
"@genesislcap/ts-builder": "14.437.
|
|
61
|
-
"@genesislcap/uvu-playwright-builder": "14.437.
|
|
62
|
-
"@genesislcap/vite-builder": "14.437.
|
|
63
|
-
"@genesislcap/webpack-builder": "14.437.
|
|
57
|
+
"@genesislcap/foundation-testing": "14.437.3-alpha-5efde79.0",
|
|
58
|
+
"@genesislcap/genx": "14.437.3-alpha-5efde79.0",
|
|
59
|
+
"@genesislcap/rollup-builder": "14.437.3-alpha-5efde79.0",
|
|
60
|
+
"@genesislcap/ts-builder": "14.437.3-alpha-5efde79.0",
|
|
61
|
+
"@genesislcap/uvu-playwright-builder": "14.437.3-alpha-5efde79.0",
|
|
62
|
+
"@genesislcap/vite-builder": "14.437.3-alpha-5efde79.0",
|
|
63
|
+
"@genesislcap/webpack-builder": "14.437.3-alpha-5efde79.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.437.
|
|
70
|
-
"@genesislcap/foundation-comms": "14.437.
|
|
71
|
-
"@genesislcap/foundation-errors": "14.437.
|
|
72
|
-
"@genesislcap/foundation-events": "14.437.
|
|
73
|
-
"@genesislcap/foundation-forms": "14.437.
|
|
74
|
-
"@genesislcap/foundation-logger": "14.437.
|
|
75
|
-
"@genesislcap/foundation-login": "14.437.
|
|
76
|
-
"@genesislcap/foundation-notifications": "14.437.
|
|
77
|
-
"@genesislcap/foundation-ui": "14.437.
|
|
78
|
-
"@genesislcap/foundation-utils": "14.437.
|
|
79
|
-
"@genesislcap/foundation-zero": "14.437.
|
|
80
|
-
"@genesislcap/foundation-zero-grid-pro": "14.437.
|
|
81
|
-
"@genesislcap/grid-pro": "14.437.
|
|
82
|
-
"@genesislcap/web-core": "14.437.
|
|
69
|
+
"@genesislcap/foundation-ai": "14.437.3-alpha-5efde79.0",
|
|
70
|
+
"@genesislcap/foundation-comms": "14.437.3-alpha-5efde79.0",
|
|
71
|
+
"@genesislcap/foundation-errors": "14.437.3-alpha-5efde79.0",
|
|
72
|
+
"@genesislcap/foundation-events": "14.437.3-alpha-5efde79.0",
|
|
73
|
+
"@genesislcap/foundation-forms": "14.437.3-alpha-5efde79.0",
|
|
74
|
+
"@genesislcap/foundation-logger": "14.437.3-alpha-5efde79.0",
|
|
75
|
+
"@genesislcap/foundation-login": "14.437.3-alpha-5efde79.0",
|
|
76
|
+
"@genesislcap/foundation-notifications": "14.437.3-alpha-5efde79.0",
|
|
77
|
+
"@genesislcap/foundation-ui": "14.437.3-alpha-5efde79.0",
|
|
78
|
+
"@genesislcap/foundation-utils": "14.437.3-alpha-5efde79.0",
|
|
79
|
+
"@genesislcap/foundation-zero": "14.437.3-alpha-5efde79.0",
|
|
80
|
+
"@genesislcap/foundation-zero-grid-pro": "14.437.3-alpha-5efde79.0",
|
|
81
|
+
"@genesislcap/grid-pro": "14.437.3-alpha-5efde79.0",
|
|
82
|
+
"@genesislcap/web-core": "14.437.3-alpha-5efde79.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": "fca66afc75f9e9e5c9e594a2fc8cc89ba545aa9d"
|
|
106
106
|
}
|