@genesislcap/foundation-entity-management 14.78.2 → 14.78.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 +13 -13
|
@@ -673,6 +673,55 @@
|
|
|
673
673
|
}
|
|
674
674
|
]
|
|
675
675
|
},
|
|
676
|
+
{
|
|
677
|
+
"kind": "javascript-module",
|
|
678
|
+
"path": "src/layouts/default.ts",
|
|
679
|
+
"declarations": [
|
|
680
|
+
{
|
|
681
|
+
"kind": "variable",
|
|
682
|
+
"name": "loginLayout",
|
|
683
|
+
"default": "new FASTElementLayout(\n html`\n <div class=\"container\">\n <div class=\"content\">\n <slot></slot>\n </div>\n </div>\n `,\n baseLayoutCss,\n)"
|
|
684
|
+
},
|
|
685
|
+
{
|
|
686
|
+
"kind": "variable",
|
|
687
|
+
"name": "defaultLayout",
|
|
688
|
+
"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)"
|
|
689
|
+
}
|
|
690
|
+
],
|
|
691
|
+
"exports": [
|
|
692
|
+
{
|
|
693
|
+
"kind": "js",
|
|
694
|
+
"name": "loginLayout",
|
|
695
|
+
"declaration": {
|
|
696
|
+
"name": "loginLayout",
|
|
697
|
+
"module": "src/layouts/default.ts"
|
|
698
|
+
}
|
|
699
|
+
},
|
|
700
|
+
{
|
|
701
|
+
"kind": "js",
|
|
702
|
+
"name": "defaultLayout",
|
|
703
|
+
"declaration": {
|
|
704
|
+
"name": "defaultLayout",
|
|
705
|
+
"module": "src/layouts/default.ts"
|
|
706
|
+
}
|
|
707
|
+
}
|
|
708
|
+
]
|
|
709
|
+
},
|
|
710
|
+
{
|
|
711
|
+
"kind": "javascript-module",
|
|
712
|
+
"path": "src/layouts/index.ts",
|
|
713
|
+
"declarations": [],
|
|
714
|
+
"exports": [
|
|
715
|
+
{
|
|
716
|
+
"kind": "js",
|
|
717
|
+
"name": "*",
|
|
718
|
+
"declaration": {
|
|
719
|
+
"name": "*",
|
|
720
|
+
"package": "./default"
|
|
721
|
+
}
|
|
722
|
+
}
|
|
723
|
+
]
|
|
724
|
+
},
|
|
676
725
|
{
|
|
677
726
|
"kind": "javascript-module",
|
|
678
727
|
"path": "src/list/index.ts",
|
|
@@ -992,55 +1041,6 @@
|
|
|
992
1041
|
}
|
|
993
1042
|
]
|
|
994
1043
|
},
|
|
995
|
-
{
|
|
996
|
-
"kind": "javascript-module",
|
|
997
|
-
"path": "src/layouts/default.ts",
|
|
998
|
-
"declarations": [
|
|
999
|
-
{
|
|
1000
|
-
"kind": "variable",
|
|
1001
|
-
"name": "loginLayout",
|
|
1002
|
-
"default": "new FASTElementLayout(\n html`\n <div class=\"container\">\n <div class=\"content\">\n <slot></slot>\n </div>\n </div>\n `,\n baseLayoutCss,\n)"
|
|
1003
|
-
},
|
|
1004
|
-
{
|
|
1005
|
-
"kind": "variable",
|
|
1006
|
-
"name": "defaultLayout",
|
|
1007
|
-
"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)"
|
|
1008
|
-
}
|
|
1009
|
-
],
|
|
1010
|
-
"exports": [
|
|
1011
|
-
{
|
|
1012
|
-
"kind": "js",
|
|
1013
|
-
"name": "loginLayout",
|
|
1014
|
-
"declaration": {
|
|
1015
|
-
"name": "loginLayout",
|
|
1016
|
-
"module": "src/layouts/default.ts"
|
|
1017
|
-
}
|
|
1018
|
-
},
|
|
1019
|
-
{
|
|
1020
|
-
"kind": "js",
|
|
1021
|
-
"name": "defaultLayout",
|
|
1022
|
-
"declaration": {
|
|
1023
|
-
"name": "defaultLayout",
|
|
1024
|
-
"module": "src/layouts/default.ts"
|
|
1025
|
-
}
|
|
1026
|
-
}
|
|
1027
|
-
]
|
|
1028
|
-
},
|
|
1029
|
-
{
|
|
1030
|
-
"kind": "javascript-module",
|
|
1031
|
-
"path": "src/layouts/index.ts",
|
|
1032
|
-
"declarations": [],
|
|
1033
|
-
"exports": [
|
|
1034
|
-
{
|
|
1035
|
-
"kind": "js",
|
|
1036
|
-
"name": "*",
|
|
1037
|
-
"declaration": {
|
|
1038
|
-
"name": "*",
|
|
1039
|
-
"package": "./default"
|
|
1040
|
-
}
|
|
1041
|
-
}
|
|
1042
|
-
]
|
|
1043
|
-
},
|
|
1044
1044
|
{
|
|
1045
1045
|
"kind": "javascript-module",
|
|
1046
1046
|
"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.78.
|
|
4
|
+
"version": "14.78.3",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"license": "SEE LICENSE IN license.txt",
|
|
7
7
|
"main": "dist/esm/index.js",
|
|
@@ -41,21 +41,21 @@
|
|
|
41
41
|
},
|
|
42
42
|
"devDependencies": {
|
|
43
43
|
"@genesislcap/foundation-login": "^14.40.0",
|
|
44
|
-
"@genesislcap/foundation-testing": "14.78.
|
|
45
|
-
"@genesislcap/genx": "14.78.
|
|
44
|
+
"@genesislcap/foundation-testing": "14.78.3",
|
|
45
|
+
"@genesislcap/genx": "14.78.3",
|
|
46
46
|
"rimraf": "^3.0.2"
|
|
47
47
|
},
|
|
48
48
|
"dependencies": {
|
|
49
49
|
"@ag-grid-community/core": "29.2.0",
|
|
50
|
-
"@genesislcap/foundation-comms": "14.78.
|
|
51
|
-
"@genesislcap/foundation-errors": "14.78.
|
|
52
|
-
"@genesislcap/foundation-forms": "14.78.
|
|
53
|
-
"@genesislcap/foundation-login": "14.78.
|
|
54
|
-
"@genesislcap/foundation-ui": "14.78.
|
|
55
|
-
"@genesislcap/foundation-utils": "14.78.
|
|
56
|
-
"@genesislcap/foundation-zero": "14.78.
|
|
57
|
-
"@genesislcap/foundation-zero-grid-pro": "14.78.
|
|
58
|
-
"@genesislcap/grid-pro": "14.78.
|
|
50
|
+
"@genesislcap/foundation-comms": "14.78.3",
|
|
51
|
+
"@genesislcap/foundation-errors": "14.78.3",
|
|
52
|
+
"@genesislcap/foundation-forms": "14.78.3",
|
|
53
|
+
"@genesislcap/foundation-login": "14.78.3",
|
|
54
|
+
"@genesislcap/foundation-ui": "14.78.3",
|
|
55
|
+
"@genesislcap/foundation-utils": "14.78.3",
|
|
56
|
+
"@genesislcap/foundation-zero": "14.78.3",
|
|
57
|
+
"@genesislcap/foundation-zero-grid-pro": "14.78.3",
|
|
58
|
+
"@genesislcap/grid-pro": "14.78.3",
|
|
59
59
|
"@microsoft/fast-components": "^2.21.3",
|
|
60
60
|
"@microsoft/fast-element": "^1.7.0",
|
|
61
61
|
"@microsoft/fast-foundation": "^2.33.2",
|
|
@@ -71,5 +71,5 @@
|
|
|
71
71
|
"access": "public"
|
|
72
72
|
},
|
|
73
73
|
"customElements": "dist/custom-elements.json",
|
|
74
|
-
"gitHead": "
|
|
74
|
+
"gitHead": "36c19bd07b065b30f919f2b1abd1eae5493090d8"
|
|
75
75
|
}
|