@genesislcap/foundation-entity-management 14.373.2-MX-499.2 → 14.373.2-MX-499.3
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
|
@@ -2617,6 +2617,55 @@
|
|
|
2617
2617
|
}
|
|
2618
2618
|
]
|
|
2619
2619
|
},
|
|
2620
|
+
{
|
|
2621
|
+
"kind": "javascript-module",
|
|
2622
|
+
"path": "src/layouts/default.ts",
|
|
2623
|
+
"declarations": [
|
|
2624
|
+
{
|
|
2625
|
+
"kind": "variable",
|
|
2626
|
+
"name": "loginLayout",
|
|
2627
|
+
"default": "new GenesisElementLayout(\n html`\n <div class=\"container\">\n <div class=\"content\">\n <slot></slot>\n </div>\n </div>\n `,\n baseLayoutCss,\n)"
|
|
2628
|
+
},
|
|
2629
|
+
{
|
|
2630
|
+
"kind": "variable",
|
|
2631
|
+
"name": "defaultLayout",
|
|
2632
|
+
"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)"
|
|
2633
|
+
}
|
|
2634
|
+
],
|
|
2635
|
+
"exports": [
|
|
2636
|
+
{
|
|
2637
|
+
"kind": "js",
|
|
2638
|
+
"name": "loginLayout",
|
|
2639
|
+
"declaration": {
|
|
2640
|
+
"name": "loginLayout",
|
|
2641
|
+
"module": "src/layouts/default.ts"
|
|
2642
|
+
}
|
|
2643
|
+
},
|
|
2644
|
+
{
|
|
2645
|
+
"kind": "js",
|
|
2646
|
+
"name": "defaultLayout",
|
|
2647
|
+
"declaration": {
|
|
2648
|
+
"name": "defaultLayout",
|
|
2649
|
+
"module": "src/layouts/default.ts"
|
|
2650
|
+
}
|
|
2651
|
+
}
|
|
2652
|
+
]
|
|
2653
|
+
},
|
|
2654
|
+
{
|
|
2655
|
+
"kind": "javascript-module",
|
|
2656
|
+
"path": "src/layouts/index.ts",
|
|
2657
|
+
"declarations": [],
|
|
2658
|
+
"exports": [
|
|
2659
|
+
{
|
|
2660
|
+
"kind": "js",
|
|
2661
|
+
"name": "*",
|
|
2662
|
+
"declaration": {
|
|
2663
|
+
"name": "*",
|
|
2664
|
+
"package": "./default"
|
|
2665
|
+
}
|
|
2666
|
+
}
|
|
2667
|
+
]
|
|
2668
|
+
},
|
|
2620
2669
|
{
|
|
2621
2670
|
"kind": "javascript-module",
|
|
2622
2671
|
"path": "src/list/index.ts",
|
|
@@ -3460,55 +3509,6 @@
|
|
|
3460
3509
|
}
|
|
3461
3510
|
]
|
|
3462
3511
|
},
|
|
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.373.2-MX-499.
|
|
4
|
+
"version": "14.373.2-MX-499.3",
|
|
5
5
|
"sideEffects": [
|
|
6
6
|
"./src/**/*.ts",
|
|
7
7
|
"./dist/**/*.js"
|
|
@@ -55,31 +55,31 @@
|
|
|
55
55
|
}
|
|
56
56
|
},
|
|
57
57
|
"devDependencies": {
|
|
58
|
-
"@genesislcap/foundation-testing": "14.373.2-MX-499.
|
|
59
|
-
"@genesislcap/genx": "14.373.2-MX-499.
|
|
60
|
-
"@genesislcap/rollup-builder": "14.373.2-MX-499.
|
|
61
|
-
"@genesislcap/ts-builder": "14.373.2-MX-499.
|
|
62
|
-
"@genesislcap/uvu-playwright-builder": "14.373.2-MX-499.
|
|
63
|
-
"@genesislcap/vite-builder": "14.373.2-MX-499.
|
|
64
|
-
"@genesislcap/webpack-builder": "14.373.2-MX-499.
|
|
58
|
+
"@genesislcap/foundation-testing": "14.373.2-MX-499.3",
|
|
59
|
+
"@genesislcap/genx": "14.373.2-MX-499.3",
|
|
60
|
+
"@genesislcap/rollup-builder": "14.373.2-MX-499.3",
|
|
61
|
+
"@genesislcap/ts-builder": "14.373.2-MX-499.3",
|
|
62
|
+
"@genesislcap/uvu-playwright-builder": "14.373.2-MX-499.3",
|
|
63
|
+
"@genesislcap/vite-builder": "14.373.2-MX-499.3",
|
|
64
|
+
"@genesislcap/webpack-builder": "14.373.2-MX-499.3"
|
|
65
65
|
},
|
|
66
66
|
"peerDependencies": {
|
|
67
67
|
"@ag-grid-community/core": "29.2.0"
|
|
68
68
|
},
|
|
69
69
|
"dependencies": {
|
|
70
|
-
"@genesislcap/foundation-comms": "14.373.2-MX-499.
|
|
71
|
-
"@genesislcap/foundation-errors": "14.373.2-MX-499.
|
|
72
|
-
"@genesislcap/foundation-events": "14.373.2-MX-499.
|
|
73
|
-
"@genesislcap/foundation-forms": "14.373.2-MX-499.
|
|
74
|
-
"@genesislcap/foundation-logger": "14.373.2-MX-499.
|
|
75
|
-
"@genesislcap/foundation-login": "14.373.2-MX-499.
|
|
76
|
-
"@genesislcap/foundation-notifications": "14.373.2-MX-499.
|
|
77
|
-
"@genesislcap/foundation-ui": "14.373.2-MX-499.
|
|
78
|
-
"@genesislcap/foundation-utils": "14.373.2-MX-499.
|
|
79
|
-
"@genesislcap/foundation-zero": "14.373.2-MX-499.
|
|
80
|
-
"@genesislcap/foundation-zero-grid-pro": "14.373.2-MX-499.
|
|
81
|
-
"@genesislcap/grid-pro": "14.373.2-MX-499.
|
|
82
|
-
"@genesislcap/web-core": "14.373.2-MX-499.
|
|
70
|
+
"@genesislcap/foundation-comms": "14.373.2-MX-499.3",
|
|
71
|
+
"@genesislcap/foundation-errors": "14.373.2-MX-499.3",
|
|
72
|
+
"@genesislcap/foundation-events": "14.373.2-MX-499.3",
|
|
73
|
+
"@genesislcap/foundation-forms": "14.373.2-MX-499.3",
|
|
74
|
+
"@genesislcap/foundation-logger": "14.373.2-MX-499.3",
|
|
75
|
+
"@genesislcap/foundation-login": "14.373.2-MX-499.3",
|
|
76
|
+
"@genesislcap/foundation-notifications": "14.373.2-MX-499.3",
|
|
77
|
+
"@genesislcap/foundation-ui": "14.373.2-MX-499.3",
|
|
78
|
+
"@genesislcap/foundation-utils": "14.373.2-MX-499.3",
|
|
79
|
+
"@genesislcap/foundation-zero": "14.373.2-MX-499.3",
|
|
80
|
+
"@genesislcap/foundation-zero-grid-pro": "14.373.2-MX-499.3",
|
|
81
|
+
"@genesislcap/grid-pro": "14.373.2-MX-499.3",
|
|
82
|
+
"@genesislcap/web-core": "14.373.2-MX-499.3",
|
|
83
83
|
"change-case": "^4.1.2"
|
|
84
84
|
},
|
|
85
85
|
"repository": {
|
|
@@ -91,5 +91,5 @@
|
|
|
91
91
|
"access": "public"
|
|
92
92
|
},
|
|
93
93
|
"customElements": "dist/custom-elements.json",
|
|
94
|
-
"gitHead": "
|
|
94
|
+
"gitHead": "807170ab9c5237c5c743952a7cb30956fee288c7"
|
|
95
95
|
}
|