@genesislcap/foundation-entity-management 14.290.1-alpha-e7f1a10.0 → 14.291.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
|
@@ -2013,6 +2013,55 @@
|
|
|
2013
2013
|
}
|
|
2014
2014
|
]
|
|
2015
2015
|
},
|
|
2016
|
+
{
|
|
2017
|
+
"kind": "javascript-module",
|
|
2018
|
+
"path": "src/layouts/default.ts",
|
|
2019
|
+
"declarations": [
|
|
2020
|
+
{
|
|
2021
|
+
"kind": "variable",
|
|
2022
|
+
"name": "loginLayout",
|
|
2023
|
+
"default": "new FASTElementLayout(\n html`\n <div class=\"container\">\n <div class=\"content\">\n <slot></slot>\n </div>\n </div>\n `,\n baseLayoutCss,\n)"
|
|
2024
|
+
},
|
|
2025
|
+
{
|
|
2026
|
+
"kind": "variable",
|
|
2027
|
+
"name": "defaultLayout",
|
|
2028
|
+
"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)"
|
|
2029
|
+
}
|
|
2030
|
+
],
|
|
2031
|
+
"exports": [
|
|
2032
|
+
{
|
|
2033
|
+
"kind": "js",
|
|
2034
|
+
"name": "loginLayout",
|
|
2035
|
+
"declaration": {
|
|
2036
|
+
"name": "loginLayout",
|
|
2037
|
+
"module": "src/layouts/default.ts"
|
|
2038
|
+
}
|
|
2039
|
+
},
|
|
2040
|
+
{
|
|
2041
|
+
"kind": "js",
|
|
2042
|
+
"name": "defaultLayout",
|
|
2043
|
+
"declaration": {
|
|
2044
|
+
"name": "defaultLayout",
|
|
2045
|
+
"module": "src/layouts/default.ts"
|
|
2046
|
+
}
|
|
2047
|
+
}
|
|
2048
|
+
]
|
|
2049
|
+
},
|
|
2050
|
+
{
|
|
2051
|
+
"kind": "javascript-module",
|
|
2052
|
+
"path": "src/layouts/index.ts",
|
|
2053
|
+
"declarations": [],
|
|
2054
|
+
"exports": [
|
|
2055
|
+
{
|
|
2056
|
+
"kind": "js",
|
|
2057
|
+
"name": "*",
|
|
2058
|
+
"declaration": {
|
|
2059
|
+
"name": "*",
|
|
2060
|
+
"package": "./default"
|
|
2061
|
+
}
|
|
2062
|
+
}
|
|
2063
|
+
]
|
|
2064
|
+
},
|
|
2016
2065
|
{
|
|
2017
2066
|
"kind": "javascript-module",
|
|
2018
2067
|
"path": "src/list/index.ts",
|
|
@@ -2643,55 +2692,6 @@
|
|
|
2643
2692
|
}
|
|
2644
2693
|
]
|
|
2645
2694
|
},
|
|
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
2695
|
{
|
|
2696
2696
|
"kind": "javascript-module",
|
|
2697
2697
|
"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.
|
|
4
|
+
"version": "14.291.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.
|
|
56
|
-
"@genesislcap/genx": "14.
|
|
57
|
-
"@genesislcap/rollup-builder": "14.
|
|
58
|
-
"@genesislcap/ts-builder": "14.
|
|
59
|
-
"@genesislcap/uvu-playwright-builder": "14.
|
|
60
|
-
"@genesislcap/vite-builder": "14.
|
|
61
|
-
"@genesislcap/webpack-builder": "14.
|
|
55
|
+
"@genesislcap/foundation-testing": "14.291.1",
|
|
56
|
+
"@genesislcap/genx": "14.291.1",
|
|
57
|
+
"@genesislcap/rollup-builder": "14.291.1",
|
|
58
|
+
"@genesislcap/ts-builder": "14.291.1",
|
|
59
|
+
"@genesislcap/uvu-playwright-builder": "14.291.1",
|
|
60
|
+
"@genesislcap/vite-builder": "14.291.1",
|
|
61
|
+
"@genesislcap/webpack-builder": "14.291.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.
|
|
67
|
-
"@genesislcap/foundation-errors": "14.
|
|
68
|
-
"@genesislcap/foundation-events": "14.
|
|
69
|
-
"@genesislcap/foundation-forms": "14.
|
|
70
|
-
"@genesislcap/foundation-logger": "14.
|
|
71
|
-
"@genesislcap/foundation-login": "14.
|
|
72
|
-
"@genesislcap/foundation-notifications": "14.
|
|
73
|
-
"@genesislcap/foundation-ui": "14.
|
|
74
|
-
"@genesislcap/foundation-utils": "14.
|
|
75
|
-
"@genesislcap/foundation-zero": "14.
|
|
76
|
-
"@genesislcap/foundation-zero-grid-pro": "14.
|
|
77
|
-
"@genesislcap/grid-pro": "14.
|
|
66
|
+
"@genesislcap/foundation-comms": "14.291.1",
|
|
67
|
+
"@genesislcap/foundation-errors": "14.291.1",
|
|
68
|
+
"@genesislcap/foundation-events": "14.291.1",
|
|
69
|
+
"@genesislcap/foundation-forms": "14.291.1",
|
|
70
|
+
"@genesislcap/foundation-logger": "14.291.1",
|
|
71
|
+
"@genesislcap/foundation-login": "14.291.1",
|
|
72
|
+
"@genesislcap/foundation-notifications": "14.291.1",
|
|
73
|
+
"@genesislcap/foundation-ui": "14.291.1",
|
|
74
|
+
"@genesislcap/foundation-utils": "14.291.1",
|
|
75
|
+
"@genesislcap/foundation-zero": "14.291.1",
|
|
76
|
+
"@genesislcap/foundation-zero-grid-pro": "14.291.1",
|
|
77
|
+
"@genesislcap/grid-pro": "14.291.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": "d39889eae923b6267b84294d4b0d5ff773e4b696"
|
|
95
95
|
}
|