@genesislcap/foundation-entity-management 14.284.3 → 14.284.4
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
|
@@ -2643,55 +2643,6 @@
|
|
|
2643
2643
|
}
|
|
2644
2644
|
]
|
|
2645
2645
|
},
|
|
2646
|
-
{
|
|
2647
|
-
"kind": "javascript-module",
|
|
2648
|
-
"path": "src/layouts/default.ts",
|
|
2649
|
-
"declarations": [
|
|
2650
|
-
{
|
|
2651
|
-
"kind": "variable",
|
|
2652
|
-
"name": "loginLayout",
|
|
2653
|
-
"default": "new FASTElementLayout(\n html`\n <div class=\"container\">\n <div class=\"content\">\n <slot></slot>\n </div>\n </div>\n `,\n baseLayoutCss,\n)"
|
|
2654
|
-
},
|
|
2655
|
-
{
|
|
2656
|
-
"kind": "variable",
|
|
2657
|
-
"name": "defaultLayout",
|
|
2658
|
-
"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)"
|
|
2659
|
-
}
|
|
2660
|
-
],
|
|
2661
|
-
"exports": [
|
|
2662
|
-
{
|
|
2663
|
-
"kind": "js",
|
|
2664
|
-
"name": "loginLayout",
|
|
2665
|
-
"declaration": {
|
|
2666
|
-
"name": "loginLayout",
|
|
2667
|
-
"module": "src/layouts/default.ts"
|
|
2668
|
-
}
|
|
2669
|
-
},
|
|
2670
|
-
{
|
|
2671
|
-
"kind": "js",
|
|
2672
|
-
"name": "defaultLayout",
|
|
2673
|
-
"declaration": {
|
|
2674
|
-
"name": "defaultLayout",
|
|
2675
|
-
"module": "src/layouts/default.ts"
|
|
2676
|
-
}
|
|
2677
|
-
}
|
|
2678
|
-
]
|
|
2679
|
-
},
|
|
2680
|
-
{
|
|
2681
|
-
"kind": "javascript-module",
|
|
2682
|
-
"path": "src/layouts/index.ts",
|
|
2683
|
-
"declarations": [],
|
|
2684
|
-
"exports": [
|
|
2685
|
-
{
|
|
2686
|
-
"kind": "js",
|
|
2687
|
-
"name": "*",
|
|
2688
|
-
"declaration": {
|
|
2689
|
-
"name": "*",
|
|
2690
|
-
"package": "./default"
|
|
2691
|
-
}
|
|
2692
|
-
}
|
|
2693
|
-
]
|
|
2694
|
-
},
|
|
2695
2646
|
{
|
|
2696
2647
|
"kind": "javascript-module",
|
|
2697
2648
|
"path": "src/main/index.ts",
|
|
@@ -2837,6 +2788,55 @@
|
|
|
2837
2788
|
}
|
|
2838
2789
|
]
|
|
2839
2790
|
},
|
|
2791
|
+
{
|
|
2792
|
+
"kind": "javascript-module",
|
|
2793
|
+
"path": "src/layouts/default.ts",
|
|
2794
|
+
"declarations": [
|
|
2795
|
+
{
|
|
2796
|
+
"kind": "variable",
|
|
2797
|
+
"name": "loginLayout",
|
|
2798
|
+
"default": "new FASTElementLayout(\n html`\n <div class=\"container\">\n <div class=\"content\">\n <slot></slot>\n </div>\n </div>\n `,\n baseLayoutCss,\n)"
|
|
2799
|
+
},
|
|
2800
|
+
{
|
|
2801
|
+
"kind": "variable",
|
|
2802
|
+
"name": "defaultLayout",
|
|
2803
|
+
"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)"
|
|
2804
|
+
}
|
|
2805
|
+
],
|
|
2806
|
+
"exports": [
|
|
2807
|
+
{
|
|
2808
|
+
"kind": "js",
|
|
2809
|
+
"name": "loginLayout",
|
|
2810
|
+
"declaration": {
|
|
2811
|
+
"name": "loginLayout",
|
|
2812
|
+
"module": "src/layouts/default.ts"
|
|
2813
|
+
}
|
|
2814
|
+
},
|
|
2815
|
+
{
|
|
2816
|
+
"kind": "js",
|
|
2817
|
+
"name": "defaultLayout",
|
|
2818
|
+
"declaration": {
|
|
2819
|
+
"name": "defaultLayout",
|
|
2820
|
+
"module": "src/layouts/default.ts"
|
|
2821
|
+
}
|
|
2822
|
+
}
|
|
2823
|
+
]
|
|
2824
|
+
},
|
|
2825
|
+
{
|
|
2826
|
+
"kind": "javascript-module",
|
|
2827
|
+
"path": "src/layouts/index.ts",
|
|
2828
|
+
"declarations": [],
|
|
2829
|
+
"exports": [
|
|
2830
|
+
{
|
|
2831
|
+
"kind": "js",
|
|
2832
|
+
"name": "*",
|
|
2833
|
+
"declaration": {
|
|
2834
|
+
"name": "*",
|
|
2835
|
+
"package": "./default"
|
|
2836
|
+
}
|
|
2837
|
+
}
|
|
2838
|
+
]
|
|
2839
|
+
},
|
|
2840
2840
|
{
|
|
2841
2841
|
"kind": "javascript-module",
|
|
2842
2842
|
"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.284.
|
|
4
|
+
"version": "14.284.4",
|
|
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.284.
|
|
56
|
-
"@genesislcap/genx": "14.284.
|
|
57
|
-
"@genesislcap/rollup-builder": "14.284.
|
|
58
|
-
"@genesislcap/ts-builder": "14.284.
|
|
59
|
-
"@genesislcap/uvu-playwright-builder": "14.284.
|
|
60
|
-
"@genesislcap/vite-builder": "14.284.
|
|
61
|
-
"@genesislcap/webpack-builder": "14.284.
|
|
55
|
+
"@genesislcap/foundation-testing": "14.284.4",
|
|
56
|
+
"@genesislcap/genx": "14.284.4",
|
|
57
|
+
"@genesislcap/rollup-builder": "14.284.4",
|
|
58
|
+
"@genesislcap/ts-builder": "14.284.4",
|
|
59
|
+
"@genesislcap/uvu-playwright-builder": "14.284.4",
|
|
60
|
+
"@genesislcap/vite-builder": "14.284.4",
|
|
61
|
+
"@genesislcap/webpack-builder": "14.284.4",
|
|
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.284.
|
|
67
|
-
"@genesislcap/foundation-errors": "14.284.
|
|
68
|
-
"@genesislcap/foundation-events": "14.284.
|
|
69
|
-
"@genesislcap/foundation-forms": "14.284.
|
|
70
|
-
"@genesislcap/foundation-logger": "14.284.
|
|
71
|
-
"@genesislcap/foundation-login": "14.284.
|
|
72
|
-
"@genesislcap/foundation-notifications": "14.284.
|
|
73
|
-
"@genesislcap/foundation-ui": "14.284.
|
|
74
|
-
"@genesislcap/foundation-utils": "14.284.
|
|
75
|
-
"@genesislcap/foundation-zero": "14.284.
|
|
76
|
-
"@genesislcap/foundation-zero-grid-pro": "14.284.
|
|
77
|
-
"@genesislcap/grid-pro": "14.284.
|
|
66
|
+
"@genesislcap/foundation-comms": "14.284.4",
|
|
67
|
+
"@genesislcap/foundation-errors": "14.284.4",
|
|
68
|
+
"@genesislcap/foundation-events": "14.284.4",
|
|
69
|
+
"@genesislcap/foundation-forms": "14.284.4",
|
|
70
|
+
"@genesislcap/foundation-logger": "14.284.4",
|
|
71
|
+
"@genesislcap/foundation-login": "14.284.4",
|
|
72
|
+
"@genesislcap/foundation-notifications": "14.284.4",
|
|
73
|
+
"@genesislcap/foundation-ui": "14.284.4",
|
|
74
|
+
"@genesislcap/foundation-utils": "14.284.4",
|
|
75
|
+
"@genesislcap/foundation-zero": "14.284.4",
|
|
76
|
+
"@genesislcap/foundation-zero-grid-pro": "14.284.4",
|
|
77
|
+
"@genesislcap/grid-pro": "14.284.4",
|
|
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": "2d0cf06b2b00f5e0e5fd096552cef9d324e832f5"
|
|
95
95
|
}
|