@genesislcap/foundation-entity-management 14.419.2-alpha-83dfc7d.0 → 14.419.2
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
|
@@ -2707,55 +2707,6 @@
|
|
|
2707
2707
|
}
|
|
2708
2708
|
]
|
|
2709
2709
|
},
|
|
2710
|
-
{
|
|
2711
|
-
"kind": "javascript-module",
|
|
2712
|
-
"path": "src/layouts/default.ts",
|
|
2713
|
-
"declarations": [
|
|
2714
|
-
{
|
|
2715
|
-
"kind": "variable",
|
|
2716
|
-
"name": "loginLayout",
|
|
2717
|
-
"default": "new GenesisElementLayout(\n html`\n <div class=\"container\">\n <div class=\"content\">\n <slot></slot>\n </div>\n </div>\n `,\n baseLayoutCss,\n)"
|
|
2718
|
-
},
|
|
2719
|
-
{
|
|
2720
|
-
"kind": "variable",
|
|
2721
|
-
"name": "defaultLayout",
|
|
2722
|
-
"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)"
|
|
2723
|
-
}
|
|
2724
|
-
],
|
|
2725
|
-
"exports": [
|
|
2726
|
-
{
|
|
2727
|
-
"kind": "js",
|
|
2728
|
-
"name": "loginLayout",
|
|
2729
|
-
"declaration": {
|
|
2730
|
-
"name": "loginLayout",
|
|
2731
|
-
"module": "src/layouts/default.ts"
|
|
2732
|
-
}
|
|
2733
|
-
},
|
|
2734
|
-
{
|
|
2735
|
-
"kind": "js",
|
|
2736
|
-
"name": "defaultLayout",
|
|
2737
|
-
"declaration": {
|
|
2738
|
-
"name": "defaultLayout",
|
|
2739
|
-
"module": "src/layouts/default.ts"
|
|
2740
|
-
}
|
|
2741
|
-
}
|
|
2742
|
-
]
|
|
2743
|
-
},
|
|
2744
|
-
{
|
|
2745
|
-
"kind": "javascript-module",
|
|
2746
|
-
"path": "src/layouts/index.ts",
|
|
2747
|
-
"declarations": [],
|
|
2748
|
-
"exports": [
|
|
2749
|
-
{
|
|
2750
|
-
"kind": "js",
|
|
2751
|
-
"name": "*",
|
|
2752
|
-
"declaration": {
|
|
2753
|
-
"name": "*",
|
|
2754
|
-
"package": "./default"
|
|
2755
|
-
}
|
|
2756
|
-
}
|
|
2757
|
-
]
|
|
2758
|
-
},
|
|
2759
2710
|
{
|
|
2760
2711
|
"kind": "javascript-module",
|
|
2761
2712
|
"path": "src/list/index.ts",
|
|
@@ -3497,6 +3448,55 @@
|
|
|
3497
3448
|
}
|
|
3498
3449
|
]
|
|
3499
3450
|
},
|
|
3451
|
+
{
|
|
3452
|
+
"kind": "javascript-module",
|
|
3453
|
+
"path": "src/layouts/default.ts",
|
|
3454
|
+
"declarations": [
|
|
3455
|
+
{
|
|
3456
|
+
"kind": "variable",
|
|
3457
|
+
"name": "loginLayout",
|
|
3458
|
+
"default": "new GenesisElementLayout(\n html`\n <div class=\"container\">\n <div class=\"content\">\n <slot></slot>\n </div>\n </div>\n `,\n baseLayoutCss,\n)"
|
|
3459
|
+
},
|
|
3460
|
+
{
|
|
3461
|
+
"kind": "variable",
|
|
3462
|
+
"name": "defaultLayout",
|
|
3463
|
+
"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)"
|
|
3464
|
+
}
|
|
3465
|
+
],
|
|
3466
|
+
"exports": [
|
|
3467
|
+
{
|
|
3468
|
+
"kind": "js",
|
|
3469
|
+
"name": "loginLayout",
|
|
3470
|
+
"declaration": {
|
|
3471
|
+
"name": "loginLayout",
|
|
3472
|
+
"module": "src/layouts/default.ts"
|
|
3473
|
+
}
|
|
3474
|
+
},
|
|
3475
|
+
{
|
|
3476
|
+
"kind": "js",
|
|
3477
|
+
"name": "defaultLayout",
|
|
3478
|
+
"declaration": {
|
|
3479
|
+
"name": "defaultLayout",
|
|
3480
|
+
"module": "src/layouts/default.ts"
|
|
3481
|
+
}
|
|
3482
|
+
}
|
|
3483
|
+
]
|
|
3484
|
+
},
|
|
3485
|
+
{
|
|
3486
|
+
"kind": "javascript-module",
|
|
3487
|
+
"path": "src/layouts/index.ts",
|
|
3488
|
+
"declarations": [],
|
|
3489
|
+
"exports": [
|
|
3490
|
+
{
|
|
3491
|
+
"kind": "js",
|
|
3492
|
+
"name": "*",
|
|
3493
|
+
"declaration": {
|
|
3494
|
+
"name": "*",
|
|
3495
|
+
"package": "./default"
|
|
3496
|
+
}
|
|
3497
|
+
}
|
|
3498
|
+
]
|
|
3499
|
+
},
|
|
3500
3500
|
{
|
|
3501
3501
|
"kind": "javascript-module",
|
|
3502
3502
|
"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.419.2
|
|
4
|
+
"version": "14.419.2",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"license": "SEE LICENSE IN license.txt",
|
|
7
7
|
"main": "dist/esm/index.js",
|
|
@@ -54,33 +54,33 @@
|
|
|
54
54
|
}
|
|
55
55
|
},
|
|
56
56
|
"devDependencies": {
|
|
57
|
-
"@genesislcap/foundation-testing": "14.419.2
|
|
58
|
-
"@genesislcap/genx": "14.419.2
|
|
59
|
-
"@genesislcap/rollup-builder": "14.419.2
|
|
60
|
-
"@genesislcap/ts-builder": "14.419.2
|
|
61
|
-
"@genesislcap/uvu-playwright-builder": "14.419.2
|
|
62
|
-
"@genesislcap/vite-builder": "14.419.2
|
|
63
|
-
"@genesislcap/webpack-builder": "14.419.2
|
|
57
|
+
"@genesislcap/foundation-testing": "14.419.2",
|
|
58
|
+
"@genesislcap/genx": "14.419.2",
|
|
59
|
+
"@genesislcap/rollup-builder": "14.419.2",
|
|
60
|
+
"@genesislcap/ts-builder": "14.419.2",
|
|
61
|
+
"@genesislcap/uvu-playwright-builder": "14.419.2",
|
|
62
|
+
"@genesislcap/vite-builder": "14.419.2",
|
|
63
|
+
"@genesislcap/webpack-builder": "14.419.2"
|
|
64
64
|
},
|
|
65
65
|
"peerDependencies": {
|
|
66
66
|
"@ag-grid-community/core": "29.2.0",
|
|
67
67
|
"@microsoft/fast-react-wrapper": ">=0.3.0"
|
|
68
68
|
},
|
|
69
69
|
"dependencies": {
|
|
70
|
-
"@genesislcap/foundation-ai": "14.419.2
|
|
71
|
-
"@genesislcap/foundation-comms": "14.419.2
|
|
72
|
-
"@genesislcap/foundation-errors": "14.419.2
|
|
73
|
-
"@genesislcap/foundation-events": "14.419.2
|
|
74
|
-
"@genesislcap/foundation-forms": "14.419.2
|
|
75
|
-
"@genesislcap/foundation-logger": "14.419.2
|
|
76
|
-
"@genesislcap/foundation-login": "14.419.2
|
|
77
|
-
"@genesislcap/foundation-notifications": "14.419.2
|
|
78
|
-
"@genesislcap/foundation-ui": "14.419.2
|
|
79
|
-
"@genesislcap/foundation-utils": "14.419.2
|
|
80
|
-
"@genesislcap/foundation-zero": "14.419.2
|
|
81
|
-
"@genesislcap/foundation-zero-grid-pro": "14.419.2
|
|
82
|
-
"@genesislcap/grid-pro": "14.419.2
|
|
83
|
-
"@genesislcap/web-core": "14.419.2
|
|
70
|
+
"@genesislcap/foundation-ai": "14.419.2",
|
|
71
|
+
"@genesislcap/foundation-comms": "14.419.2",
|
|
72
|
+
"@genesislcap/foundation-errors": "14.419.2",
|
|
73
|
+
"@genesislcap/foundation-events": "14.419.2",
|
|
74
|
+
"@genesislcap/foundation-forms": "14.419.2",
|
|
75
|
+
"@genesislcap/foundation-logger": "14.419.2",
|
|
76
|
+
"@genesislcap/foundation-login": "14.419.2",
|
|
77
|
+
"@genesislcap/foundation-notifications": "14.419.2",
|
|
78
|
+
"@genesislcap/foundation-ui": "14.419.2",
|
|
79
|
+
"@genesislcap/foundation-utils": "14.419.2",
|
|
80
|
+
"@genesislcap/foundation-zero": "14.419.2",
|
|
81
|
+
"@genesislcap/foundation-zero-grid-pro": "14.419.2",
|
|
82
|
+
"@genesislcap/grid-pro": "14.419.2",
|
|
83
|
+
"@genesislcap/web-core": "14.419.2",
|
|
84
84
|
"change-case": "^4.1.2"
|
|
85
85
|
},
|
|
86
86
|
"repository": {
|
|
@@ -103,5 +103,5 @@
|
|
|
103
103
|
"require": "./dist/react.cjs"
|
|
104
104
|
}
|
|
105
105
|
},
|
|
106
|
-
"gitHead": "
|
|
106
|
+
"gitHead": "a9bf0fc6bd28727bf0f95f63b227aee7c418470f"
|
|
107
107
|
}
|