@genesislcap/foundation-entity-management 14.192.2-fdc3-enhancements.1 → 14.192.2-publicpath.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 +21 -21
|
@@ -917,6 +917,55 @@
|
|
|
917
917
|
}
|
|
918
918
|
]
|
|
919
919
|
},
|
|
920
|
+
{
|
|
921
|
+
"kind": "javascript-module",
|
|
922
|
+
"path": "src/layouts/default.ts",
|
|
923
|
+
"declarations": [
|
|
924
|
+
{
|
|
925
|
+
"kind": "variable",
|
|
926
|
+
"name": "loginLayout",
|
|
927
|
+
"default": "new FASTElementLayout(\n html`\n <div class=\"container\">\n <div class=\"content\">\n <slot></slot>\n </div>\n </div>\n `,\n baseLayoutCss,\n)"
|
|
928
|
+
},
|
|
929
|
+
{
|
|
930
|
+
"kind": "variable",
|
|
931
|
+
"name": "defaultLayout",
|
|
932
|
+
"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)"
|
|
933
|
+
}
|
|
934
|
+
],
|
|
935
|
+
"exports": [
|
|
936
|
+
{
|
|
937
|
+
"kind": "js",
|
|
938
|
+
"name": "loginLayout",
|
|
939
|
+
"declaration": {
|
|
940
|
+
"name": "loginLayout",
|
|
941
|
+
"module": "src/layouts/default.ts"
|
|
942
|
+
}
|
|
943
|
+
},
|
|
944
|
+
{
|
|
945
|
+
"kind": "js",
|
|
946
|
+
"name": "defaultLayout",
|
|
947
|
+
"declaration": {
|
|
948
|
+
"name": "defaultLayout",
|
|
949
|
+
"module": "src/layouts/default.ts"
|
|
950
|
+
}
|
|
951
|
+
}
|
|
952
|
+
]
|
|
953
|
+
},
|
|
954
|
+
{
|
|
955
|
+
"kind": "javascript-module",
|
|
956
|
+
"path": "src/layouts/index.ts",
|
|
957
|
+
"declarations": [],
|
|
958
|
+
"exports": [
|
|
959
|
+
{
|
|
960
|
+
"kind": "js",
|
|
961
|
+
"name": "*",
|
|
962
|
+
"declaration": {
|
|
963
|
+
"name": "*",
|
|
964
|
+
"package": "./default"
|
|
965
|
+
}
|
|
966
|
+
}
|
|
967
|
+
]
|
|
968
|
+
},
|
|
920
969
|
{
|
|
921
970
|
"kind": "javascript-module",
|
|
922
971
|
"path": "src/list/index.ts",
|
|
@@ -2591,55 +2640,6 @@
|
|
|
2591
2640
|
}
|
|
2592
2641
|
]
|
|
2593
2642
|
},
|
|
2594
|
-
{
|
|
2595
|
-
"kind": "javascript-module",
|
|
2596
|
-
"path": "src/layouts/default.ts",
|
|
2597
|
-
"declarations": [
|
|
2598
|
-
{
|
|
2599
|
-
"kind": "variable",
|
|
2600
|
-
"name": "loginLayout",
|
|
2601
|
-
"default": "new FASTElementLayout(\n html`\n <div class=\"container\">\n <div class=\"content\">\n <slot></slot>\n </div>\n </div>\n `,\n baseLayoutCss,\n)"
|
|
2602
|
-
},
|
|
2603
|
-
{
|
|
2604
|
-
"kind": "variable",
|
|
2605
|
-
"name": "defaultLayout",
|
|
2606
|
-
"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)"
|
|
2607
|
-
}
|
|
2608
|
-
],
|
|
2609
|
-
"exports": [
|
|
2610
|
-
{
|
|
2611
|
-
"kind": "js",
|
|
2612
|
-
"name": "loginLayout",
|
|
2613
|
-
"declaration": {
|
|
2614
|
-
"name": "loginLayout",
|
|
2615
|
-
"module": "src/layouts/default.ts"
|
|
2616
|
-
}
|
|
2617
|
-
},
|
|
2618
|
-
{
|
|
2619
|
-
"kind": "js",
|
|
2620
|
-
"name": "defaultLayout",
|
|
2621
|
-
"declaration": {
|
|
2622
|
-
"name": "defaultLayout",
|
|
2623
|
-
"module": "src/layouts/default.ts"
|
|
2624
|
-
}
|
|
2625
|
-
}
|
|
2626
|
-
]
|
|
2627
|
-
},
|
|
2628
|
-
{
|
|
2629
|
-
"kind": "javascript-module",
|
|
2630
|
-
"path": "src/layouts/index.ts",
|
|
2631
|
-
"declarations": [],
|
|
2632
|
-
"exports": [
|
|
2633
|
-
{
|
|
2634
|
-
"kind": "js",
|
|
2635
|
-
"name": "*",
|
|
2636
|
-
"declaration": {
|
|
2637
|
-
"name": "*",
|
|
2638
|
-
"package": "./default"
|
|
2639
|
-
}
|
|
2640
|
-
}
|
|
2641
|
-
]
|
|
2642
|
-
},
|
|
2643
2643
|
{
|
|
2644
2644
|
"kind": "javascript-module",
|
|
2645
2645
|
"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.192.2-
|
|
4
|
+
"version": "14.192.2-publicpath.2",
|
|
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.192.2-
|
|
56
|
-
"@genesislcap/genx": "14.192.2-
|
|
57
|
-
"@genesislcap/rollup-builder": "14.192.2-
|
|
58
|
-
"@genesislcap/ts-builder": "14.192.2-
|
|
59
|
-
"@genesislcap/uvu-playwright-builder": "14.192.2-
|
|
60
|
-
"@genesislcap/vite-builder": "14.192.2-
|
|
61
|
-
"@genesislcap/webpack-builder": "14.192.2-
|
|
55
|
+
"@genesislcap/foundation-testing": "14.192.2-publicpath.2",
|
|
56
|
+
"@genesislcap/genx": "14.192.2-publicpath.2",
|
|
57
|
+
"@genesislcap/rollup-builder": "14.192.2-publicpath.2",
|
|
58
|
+
"@genesislcap/ts-builder": "14.192.2-publicpath.2",
|
|
59
|
+
"@genesislcap/uvu-playwright-builder": "14.192.2-publicpath.2",
|
|
60
|
+
"@genesislcap/vite-builder": "14.192.2-publicpath.2",
|
|
61
|
+
"@genesislcap/webpack-builder": "14.192.2-publicpath.2",
|
|
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.192.2-
|
|
67
|
-
"@genesislcap/foundation-errors": "14.192.2-
|
|
68
|
-
"@genesislcap/foundation-events": "14.192.2-
|
|
69
|
-
"@genesislcap/foundation-forms": "14.192.2-
|
|
70
|
-
"@genesislcap/foundation-logger": "14.192.2-
|
|
71
|
-
"@genesislcap/foundation-login": "14.192.2-
|
|
72
|
-
"@genesislcap/foundation-notifications": "14.192.2-
|
|
73
|
-
"@genesislcap/foundation-ui": "14.192.2-
|
|
74
|
-
"@genesislcap/foundation-utils": "14.192.2-
|
|
75
|
-
"@genesislcap/foundation-zero": "14.192.2-
|
|
76
|
-
"@genesislcap/foundation-zero-grid-pro": "14.192.2-
|
|
77
|
-
"@genesislcap/grid-pro": "14.192.2-
|
|
66
|
+
"@genesislcap/foundation-comms": "14.192.2-publicpath.2",
|
|
67
|
+
"@genesislcap/foundation-errors": "14.192.2-publicpath.2",
|
|
68
|
+
"@genesislcap/foundation-events": "14.192.2-publicpath.2",
|
|
69
|
+
"@genesislcap/foundation-forms": "14.192.2-publicpath.2",
|
|
70
|
+
"@genesislcap/foundation-logger": "14.192.2-publicpath.2",
|
|
71
|
+
"@genesislcap/foundation-login": "14.192.2-publicpath.2",
|
|
72
|
+
"@genesislcap/foundation-notifications": "14.192.2-publicpath.2",
|
|
73
|
+
"@genesislcap/foundation-ui": "14.192.2-publicpath.2",
|
|
74
|
+
"@genesislcap/foundation-utils": "14.192.2-publicpath.2",
|
|
75
|
+
"@genesislcap/foundation-zero": "14.192.2-publicpath.2",
|
|
76
|
+
"@genesislcap/foundation-zero-grid-pro": "14.192.2-publicpath.2",
|
|
77
|
+
"@genesislcap/grid-pro": "14.192.2-publicpath.2",
|
|
78
78
|
"@microsoft/fast-components": "^2.30.6",
|
|
79
79
|
"@microsoft/fast-element": "^1.12.0",
|
|
80
80
|
"@microsoft/fast-foundation": "^2.49.4",
|
|
@@ -90,5 +90,5 @@
|
|
|
90
90
|
"access": "public"
|
|
91
91
|
},
|
|
92
92
|
"customElements": "dist/custom-elements.json",
|
|
93
|
-
"gitHead": "
|
|
93
|
+
"gitHead": "3e95c2f2fc734bc4776df6351bd8da85a8d059a6"
|
|
94
94
|
}
|