@genesislcap/foundation-entity-management 14.41.3-alpha-c0f89844a.0 → 14.42.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 +13 -13
|
@@ -619,6 +619,55 @@
|
|
|
619
619
|
}
|
|
620
620
|
]
|
|
621
621
|
},
|
|
622
|
+
{
|
|
623
|
+
"kind": "javascript-module",
|
|
624
|
+
"path": "src/layouts/default.ts",
|
|
625
|
+
"declarations": [
|
|
626
|
+
{
|
|
627
|
+
"kind": "variable",
|
|
628
|
+
"name": "loginLayout",
|
|
629
|
+
"default": "new FASTElementLayout(\n html`\n <div class=\"container\">\n <div class=\"content\">\n <slot></slot>\n </div>\n </div>\n `,\n baseLayoutCss\n)"
|
|
630
|
+
},
|
|
631
|
+
{
|
|
632
|
+
"kind": "variable",
|
|
633
|
+
"name": "defaultLayout",
|
|
634
|
+
"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)"
|
|
635
|
+
}
|
|
636
|
+
],
|
|
637
|
+
"exports": [
|
|
638
|
+
{
|
|
639
|
+
"kind": "js",
|
|
640
|
+
"name": "loginLayout",
|
|
641
|
+
"declaration": {
|
|
642
|
+
"name": "loginLayout",
|
|
643
|
+
"module": "src/layouts/default.ts"
|
|
644
|
+
}
|
|
645
|
+
},
|
|
646
|
+
{
|
|
647
|
+
"kind": "js",
|
|
648
|
+
"name": "defaultLayout",
|
|
649
|
+
"declaration": {
|
|
650
|
+
"name": "defaultLayout",
|
|
651
|
+
"module": "src/layouts/default.ts"
|
|
652
|
+
}
|
|
653
|
+
}
|
|
654
|
+
]
|
|
655
|
+
},
|
|
656
|
+
{
|
|
657
|
+
"kind": "javascript-module",
|
|
658
|
+
"path": "src/layouts/index.ts",
|
|
659
|
+
"declarations": [],
|
|
660
|
+
"exports": [
|
|
661
|
+
{
|
|
662
|
+
"kind": "js",
|
|
663
|
+
"name": "*",
|
|
664
|
+
"declaration": {
|
|
665
|
+
"name": "*",
|
|
666
|
+
"package": "./default"
|
|
667
|
+
}
|
|
668
|
+
}
|
|
669
|
+
]
|
|
670
|
+
},
|
|
622
671
|
{
|
|
623
672
|
"kind": "javascript-module",
|
|
624
673
|
"path": "src/list/index.ts",
|
|
@@ -1052,55 +1101,6 @@
|
|
|
1052
1101
|
}
|
|
1053
1102
|
]
|
|
1054
1103
|
},
|
|
1055
|
-
{
|
|
1056
|
-
"kind": "javascript-module",
|
|
1057
|
-
"path": "src/layouts/default.ts",
|
|
1058
|
-
"declarations": [
|
|
1059
|
-
{
|
|
1060
|
-
"kind": "variable",
|
|
1061
|
-
"name": "loginLayout",
|
|
1062
|
-
"default": "new FASTElementLayout(\n html`\n <div class=\"container\">\n <div class=\"content\">\n <slot></slot>\n </div>\n </div>\n `,\n baseLayoutCss\n)"
|
|
1063
|
-
},
|
|
1064
|
-
{
|
|
1065
|
-
"kind": "variable",
|
|
1066
|
-
"name": "defaultLayout",
|
|
1067
|
-
"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)"
|
|
1068
|
-
}
|
|
1069
|
-
],
|
|
1070
|
-
"exports": [
|
|
1071
|
-
{
|
|
1072
|
-
"kind": "js",
|
|
1073
|
-
"name": "loginLayout",
|
|
1074
|
-
"declaration": {
|
|
1075
|
-
"name": "loginLayout",
|
|
1076
|
-
"module": "src/layouts/default.ts"
|
|
1077
|
-
}
|
|
1078
|
-
},
|
|
1079
|
-
{
|
|
1080
|
-
"kind": "js",
|
|
1081
|
-
"name": "defaultLayout",
|
|
1082
|
-
"declaration": {
|
|
1083
|
-
"name": "defaultLayout",
|
|
1084
|
-
"module": "src/layouts/default.ts"
|
|
1085
|
-
}
|
|
1086
|
-
}
|
|
1087
|
-
]
|
|
1088
|
-
},
|
|
1089
|
-
{
|
|
1090
|
-
"kind": "javascript-module",
|
|
1091
|
-
"path": "src/layouts/index.ts",
|
|
1092
|
-
"declarations": [],
|
|
1093
|
-
"exports": [
|
|
1094
|
-
{
|
|
1095
|
-
"kind": "js",
|
|
1096
|
-
"name": "*",
|
|
1097
|
-
"declaration": {
|
|
1098
|
-
"name": "*",
|
|
1099
|
-
"package": "./default"
|
|
1100
|
-
}
|
|
1101
|
-
}
|
|
1102
|
-
]
|
|
1103
|
-
},
|
|
1104
1104
|
{
|
|
1105
1105
|
"kind": "javascript-module",
|
|
1106
1106
|
"path": "src/profiles/editProfileSchema.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.42.1",
|
|
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.
|
|
45
|
-
"@genesislcap/genx": "14.
|
|
44
|
+
"@genesislcap/foundation-testing": "^14.42.1",
|
|
45
|
+
"@genesislcap/genx": "^14.42.1",
|
|
46
46
|
"bulma": "^0.9.3"
|
|
47
47
|
},
|
|
48
48
|
"dependencies": {
|
|
49
49
|
"@ag-grid-community/core": "29.2.0",
|
|
50
|
-
"@genesislcap/foundation-comms": "14.
|
|
51
|
-
"@genesislcap/foundation-errors": "14.
|
|
52
|
-
"@genesislcap/foundation-forms": "14.
|
|
53
|
-
"@genesislcap/foundation-login": "14.
|
|
54
|
-
"@genesislcap/foundation-ui": "14.
|
|
55
|
-
"@genesislcap/foundation-utils": "14.
|
|
56
|
-
"@genesislcap/foundation-zero": "14.
|
|
57
|
-
"@genesislcap/foundation-zero-grid-pro": "14.
|
|
58
|
-
"@genesislcap/grid-pro": "14.
|
|
50
|
+
"@genesislcap/foundation-comms": "^14.42.1",
|
|
51
|
+
"@genesislcap/foundation-errors": "^14.42.1",
|
|
52
|
+
"@genesislcap/foundation-forms": "^14.42.1",
|
|
53
|
+
"@genesislcap/foundation-login": "^14.42.1",
|
|
54
|
+
"@genesislcap/foundation-ui": "^14.42.1",
|
|
55
|
+
"@genesislcap/foundation-utils": "^14.42.1",
|
|
56
|
+
"@genesislcap/foundation-zero": "^14.42.1",
|
|
57
|
+
"@genesislcap/foundation-zero-grid-pro": "^14.42.1",
|
|
58
|
+
"@genesislcap/grid-pro": "^14.42.1",
|
|
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": "b688084443149d167ad4173e19d444f2bdeccab8"
|
|
75
75
|
}
|