@genesislcap/foundation-entity-management 14.271.0 → 14.271.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 +21 -21
|
@@ -2595,6 +2595,55 @@
|
|
|
2595
2595
|
}
|
|
2596
2596
|
]
|
|
2597
2597
|
},
|
|
2598
|
+
{
|
|
2599
|
+
"kind": "javascript-module",
|
|
2600
|
+
"path": "src/layouts/default.ts",
|
|
2601
|
+
"declarations": [
|
|
2602
|
+
{
|
|
2603
|
+
"kind": "variable",
|
|
2604
|
+
"name": "loginLayout",
|
|
2605
|
+
"default": "new FASTElementLayout(\n html`\n <div class=\"container\">\n <div class=\"content\">\n <slot></slot>\n </div>\n </div>\n `,\n baseLayoutCss,\n)"
|
|
2606
|
+
},
|
|
2607
|
+
{
|
|
2608
|
+
"kind": "variable",
|
|
2609
|
+
"name": "defaultLayout",
|
|
2610
|
+
"default": "new FASTElementLayout(\n html`\n <div class=\"container\">\n <div class=\"content\">\n <slot></slot>\n </div>\n </div>\n `,\n css`\n ${baseLayoutCss}\n `,\n)"
|
|
2611
|
+
}
|
|
2612
|
+
],
|
|
2613
|
+
"exports": [
|
|
2614
|
+
{
|
|
2615
|
+
"kind": "js",
|
|
2616
|
+
"name": "loginLayout",
|
|
2617
|
+
"declaration": {
|
|
2618
|
+
"name": "loginLayout",
|
|
2619
|
+
"module": "src/layouts/default.ts"
|
|
2620
|
+
}
|
|
2621
|
+
},
|
|
2622
|
+
{
|
|
2623
|
+
"kind": "js",
|
|
2624
|
+
"name": "defaultLayout",
|
|
2625
|
+
"declaration": {
|
|
2626
|
+
"name": "defaultLayout",
|
|
2627
|
+
"module": "src/layouts/default.ts"
|
|
2628
|
+
}
|
|
2629
|
+
}
|
|
2630
|
+
]
|
|
2631
|
+
},
|
|
2632
|
+
{
|
|
2633
|
+
"kind": "javascript-module",
|
|
2634
|
+
"path": "src/layouts/index.ts",
|
|
2635
|
+
"declarations": [],
|
|
2636
|
+
"exports": [
|
|
2637
|
+
{
|
|
2638
|
+
"kind": "js",
|
|
2639
|
+
"name": "*",
|
|
2640
|
+
"declaration": {
|
|
2641
|
+
"name": "*",
|
|
2642
|
+
"package": "./default"
|
|
2643
|
+
}
|
|
2644
|
+
}
|
|
2645
|
+
]
|
|
2646
|
+
},
|
|
2598
2647
|
{
|
|
2599
2648
|
"kind": "javascript-module",
|
|
2600
2649
|
"path": "src/main/index.ts",
|
|
@@ -2740,55 +2789,6 @@
|
|
|
2740
2789
|
}
|
|
2741
2790
|
]
|
|
2742
2791
|
},
|
|
2743
|
-
{
|
|
2744
|
-
"kind": "javascript-module",
|
|
2745
|
-
"path": "src/layouts/default.ts",
|
|
2746
|
-
"declarations": [
|
|
2747
|
-
{
|
|
2748
|
-
"kind": "variable",
|
|
2749
|
-
"name": "loginLayout",
|
|
2750
|
-
"default": "new FASTElementLayout(\n html`\n <div class=\"container\">\n <div class=\"content\">\n <slot></slot>\n </div>\n </div>\n `,\n baseLayoutCss,\n)"
|
|
2751
|
-
},
|
|
2752
|
-
{
|
|
2753
|
-
"kind": "variable",
|
|
2754
|
-
"name": "defaultLayout",
|
|
2755
|
-
"default": "new FASTElementLayout(\n html`\n <div class=\"container\">\n <div class=\"content\">\n <slot></slot>\n </div>\n </div>\n `,\n css`\n ${baseLayoutCss}\n `,\n)"
|
|
2756
|
-
}
|
|
2757
|
-
],
|
|
2758
|
-
"exports": [
|
|
2759
|
-
{
|
|
2760
|
-
"kind": "js",
|
|
2761
|
-
"name": "loginLayout",
|
|
2762
|
-
"declaration": {
|
|
2763
|
-
"name": "loginLayout",
|
|
2764
|
-
"module": "src/layouts/default.ts"
|
|
2765
|
-
}
|
|
2766
|
-
},
|
|
2767
|
-
{
|
|
2768
|
-
"kind": "js",
|
|
2769
|
-
"name": "defaultLayout",
|
|
2770
|
-
"declaration": {
|
|
2771
|
-
"name": "defaultLayout",
|
|
2772
|
-
"module": "src/layouts/default.ts"
|
|
2773
|
-
}
|
|
2774
|
-
}
|
|
2775
|
-
]
|
|
2776
|
-
},
|
|
2777
|
-
{
|
|
2778
|
-
"kind": "javascript-module",
|
|
2779
|
-
"path": "src/layouts/index.ts",
|
|
2780
|
-
"declarations": [],
|
|
2781
|
-
"exports": [
|
|
2782
|
-
{
|
|
2783
|
-
"kind": "js",
|
|
2784
|
-
"name": "*",
|
|
2785
|
-
"declaration": {
|
|
2786
|
-
"name": "*",
|
|
2787
|
-
"package": "./default"
|
|
2788
|
-
}
|
|
2789
|
-
}
|
|
2790
|
-
]
|
|
2791
|
-
},
|
|
2792
2792
|
{
|
|
2793
2793
|
"kind": "javascript-module",
|
|
2794
2794
|
"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.271.
|
|
4
|
+
"version": "14.271.1",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"license": "SEE LICENSE IN license.txt",
|
|
7
7
|
"main": "dist/esm/index.js",
|
|
@@ -52,29 +52,29 @@
|
|
|
52
52
|
}
|
|
53
53
|
},
|
|
54
54
|
"devDependencies": {
|
|
55
|
-
"@genesislcap/foundation-testing": "14.271.
|
|
56
|
-
"@genesislcap/genx": "14.271.
|
|
57
|
-
"@genesislcap/rollup-builder": "14.271.
|
|
58
|
-
"@genesislcap/ts-builder": "14.271.
|
|
59
|
-
"@genesislcap/uvu-playwright-builder": "14.271.
|
|
60
|
-
"@genesislcap/vite-builder": "14.271.
|
|
61
|
-
"@genesislcap/webpack-builder": "14.271.
|
|
55
|
+
"@genesislcap/foundation-testing": "14.271.1",
|
|
56
|
+
"@genesislcap/genx": "14.271.1",
|
|
57
|
+
"@genesislcap/rollup-builder": "14.271.1",
|
|
58
|
+
"@genesislcap/ts-builder": "14.271.1",
|
|
59
|
+
"@genesislcap/uvu-playwright-builder": "14.271.1",
|
|
60
|
+
"@genesislcap/vite-builder": "14.271.1",
|
|
61
|
+
"@genesislcap/webpack-builder": "14.271.1",
|
|
62
62
|
"rimraf": "^5.0.0"
|
|
63
63
|
},
|
|
64
64
|
"dependencies": {
|
|
65
65
|
"@ag-grid-community/core": "29.2.0",
|
|
66
|
-
"@genesislcap/foundation-comms": "14.271.
|
|
67
|
-
"@genesislcap/foundation-errors": "14.271.
|
|
68
|
-
"@genesislcap/foundation-events": "14.271.
|
|
69
|
-
"@genesislcap/foundation-forms": "14.271.
|
|
70
|
-
"@genesislcap/foundation-logger": "14.271.
|
|
71
|
-
"@genesislcap/foundation-login": "14.271.
|
|
72
|
-
"@genesislcap/foundation-notifications": "14.271.
|
|
73
|
-
"@genesislcap/foundation-ui": "14.271.
|
|
74
|
-
"@genesislcap/foundation-utils": "14.271.
|
|
75
|
-
"@genesislcap/foundation-zero": "14.271.
|
|
76
|
-
"@genesislcap/foundation-zero-grid-pro": "14.271.
|
|
77
|
-
"@genesislcap/grid-pro": "14.271.
|
|
66
|
+
"@genesislcap/foundation-comms": "14.271.1",
|
|
67
|
+
"@genesislcap/foundation-errors": "14.271.1",
|
|
68
|
+
"@genesislcap/foundation-events": "14.271.1",
|
|
69
|
+
"@genesislcap/foundation-forms": "14.271.1",
|
|
70
|
+
"@genesislcap/foundation-logger": "14.271.1",
|
|
71
|
+
"@genesislcap/foundation-login": "14.271.1",
|
|
72
|
+
"@genesislcap/foundation-notifications": "14.271.1",
|
|
73
|
+
"@genesislcap/foundation-ui": "14.271.1",
|
|
74
|
+
"@genesislcap/foundation-utils": "14.271.1",
|
|
75
|
+
"@genesislcap/foundation-zero": "14.271.1",
|
|
76
|
+
"@genesislcap/foundation-zero-grid-pro": "14.271.1",
|
|
77
|
+
"@genesislcap/grid-pro": "14.271.1",
|
|
78
78
|
"@microsoft/fast-components": "2.30.6",
|
|
79
79
|
"@microsoft/fast-element": "1.14.0",
|
|
80
80
|
"@microsoft/fast-foundation": "2.49.6",
|
|
@@ -91,5 +91,5 @@
|
|
|
91
91
|
"access": "public"
|
|
92
92
|
},
|
|
93
93
|
"customElements": "dist/custom-elements.json",
|
|
94
|
-
"gitHead": "
|
|
94
|
+
"gitHead": "b7df8a9982196fad51bf272ecdc8f4568292870b"
|
|
95
95
|
}
|