@genesislcap/foundation-entity-management 14.71.1-auth-mf.13 → 14.71.1-auth-mf.14
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 +57 -57
- package/package.json +13 -13
|
@@ -87,6 +87,41 @@
|
|
|
87
87
|
}
|
|
88
88
|
]
|
|
89
89
|
},
|
|
90
|
+
{
|
|
91
|
+
"kind": "javascript-module",
|
|
92
|
+
"path": "src/components/components.ts",
|
|
93
|
+
"declarations": [
|
|
94
|
+
{
|
|
95
|
+
"kind": "function",
|
|
96
|
+
"name": "loadRemotes"
|
|
97
|
+
}
|
|
98
|
+
],
|
|
99
|
+
"exports": [
|
|
100
|
+
{
|
|
101
|
+
"kind": "js",
|
|
102
|
+
"name": "loadRemotes",
|
|
103
|
+
"declaration": {
|
|
104
|
+
"name": "loadRemotes",
|
|
105
|
+
"module": "src/components/components.ts"
|
|
106
|
+
}
|
|
107
|
+
}
|
|
108
|
+
]
|
|
109
|
+
},
|
|
110
|
+
{
|
|
111
|
+
"kind": "javascript-module",
|
|
112
|
+
"path": "src/components/index.ts",
|
|
113
|
+
"declarations": [],
|
|
114
|
+
"exports": [
|
|
115
|
+
{
|
|
116
|
+
"kind": "js",
|
|
117
|
+
"name": "*",
|
|
118
|
+
"declaration": {
|
|
119
|
+
"name": "*",
|
|
120
|
+
"package": "./components"
|
|
121
|
+
}
|
|
122
|
+
}
|
|
123
|
+
]
|
|
124
|
+
},
|
|
90
125
|
{
|
|
91
126
|
"kind": "javascript-module",
|
|
92
127
|
"path": "src/entities/entities.styles.ts",
|
|
@@ -640,27 +675,41 @@
|
|
|
640
675
|
},
|
|
641
676
|
{
|
|
642
677
|
"kind": "javascript-module",
|
|
643
|
-
"path": "src/
|
|
678
|
+
"path": "src/layouts/default.ts",
|
|
644
679
|
"declarations": [
|
|
645
680
|
{
|
|
646
|
-
"kind": "
|
|
647
|
-
"name": "
|
|
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)"
|
|
648
689
|
}
|
|
649
690
|
],
|
|
650
691
|
"exports": [
|
|
651
692
|
{
|
|
652
693
|
"kind": "js",
|
|
653
|
-
"name": "
|
|
694
|
+
"name": "loginLayout",
|
|
654
695
|
"declaration": {
|
|
655
|
-
"name": "
|
|
656
|
-
"module": "src/
|
|
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"
|
|
657
706
|
}
|
|
658
707
|
}
|
|
659
708
|
]
|
|
660
709
|
},
|
|
661
710
|
{
|
|
662
711
|
"kind": "javascript-module",
|
|
663
|
-
"path": "src/
|
|
712
|
+
"path": "src/layouts/index.ts",
|
|
664
713
|
"declarations": [],
|
|
665
714
|
"exports": [
|
|
666
715
|
{
|
|
@@ -668,7 +717,7 @@
|
|
|
668
717
|
"name": "*",
|
|
669
718
|
"declaration": {
|
|
670
719
|
"name": "*",
|
|
671
|
-
"package": "./
|
|
720
|
+
"package": "./default"
|
|
672
721
|
}
|
|
673
722
|
}
|
|
674
723
|
]
|
|
@@ -1145,55 +1194,6 @@
|
|
|
1145
1194
|
}
|
|
1146
1195
|
]
|
|
1147
1196
|
},
|
|
1148
|
-
{
|
|
1149
|
-
"kind": "javascript-module",
|
|
1150
|
-
"path": "src/layouts/default.ts",
|
|
1151
|
-
"declarations": [
|
|
1152
|
-
{
|
|
1153
|
-
"kind": "variable",
|
|
1154
|
-
"name": "loginLayout",
|
|
1155
|
-
"default": "new FASTElementLayout(\n html`\n <div class=\"container\">\n <div class=\"content\">\n <slot></slot>\n </div>\n </div>\n `,\n baseLayoutCss,\n)"
|
|
1156
|
-
},
|
|
1157
|
-
{
|
|
1158
|
-
"kind": "variable",
|
|
1159
|
-
"name": "defaultLayout",
|
|
1160
|
-
"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)"
|
|
1161
|
-
}
|
|
1162
|
-
],
|
|
1163
|
-
"exports": [
|
|
1164
|
-
{
|
|
1165
|
-
"kind": "js",
|
|
1166
|
-
"name": "loginLayout",
|
|
1167
|
-
"declaration": {
|
|
1168
|
-
"name": "loginLayout",
|
|
1169
|
-
"module": "src/layouts/default.ts"
|
|
1170
|
-
}
|
|
1171
|
-
},
|
|
1172
|
-
{
|
|
1173
|
-
"kind": "js",
|
|
1174
|
-
"name": "defaultLayout",
|
|
1175
|
-
"declaration": {
|
|
1176
|
-
"name": "defaultLayout",
|
|
1177
|
-
"module": "src/layouts/default.ts"
|
|
1178
|
-
}
|
|
1179
|
-
}
|
|
1180
|
-
]
|
|
1181
|
-
},
|
|
1182
|
-
{
|
|
1183
|
-
"kind": "javascript-module",
|
|
1184
|
-
"path": "src/layouts/index.ts",
|
|
1185
|
-
"declarations": [],
|
|
1186
|
-
"exports": [
|
|
1187
|
-
{
|
|
1188
|
-
"kind": "js",
|
|
1189
|
-
"name": "*",
|
|
1190
|
-
"declaration": {
|
|
1191
|
-
"name": "*",
|
|
1192
|
-
"package": "./default"
|
|
1193
|
-
}
|
|
1194
|
-
}
|
|
1195
|
-
]
|
|
1196
|
-
},
|
|
1197
1197
|
{
|
|
1198
1198
|
"kind": "javascript-module",
|
|
1199
1199
|
"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.71.1-auth-mf.
|
|
4
|
+
"version": "14.71.1-auth-mf.14",
|
|
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.71.1-auth-mf.
|
|
45
|
-
"@genesislcap/genx": "14.71.1-auth-mf.
|
|
44
|
+
"@genesislcap/foundation-testing": "14.71.1-auth-mf.14",
|
|
45
|
+
"@genesislcap/genx": "14.71.1-auth-mf.14",
|
|
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.71.1-auth-mf.
|
|
51
|
-
"@genesislcap/foundation-errors": "14.71.1-auth-mf.
|
|
52
|
-
"@genesislcap/foundation-forms": "14.71.1-auth-mf.
|
|
53
|
-
"@genesislcap/foundation-login": "14.71.1-auth-mf.
|
|
54
|
-
"@genesislcap/foundation-ui": "14.71.1-auth-mf.
|
|
55
|
-
"@genesislcap/foundation-utils": "14.71.1-auth-mf.
|
|
56
|
-
"@genesislcap/foundation-zero": "14.71.1-auth-mf.
|
|
57
|
-
"@genesislcap/foundation-zero-grid-pro": "14.71.1-auth-mf.
|
|
58
|
-
"@genesislcap/grid-pro": "14.71.1-auth-mf.
|
|
50
|
+
"@genesislcap/foundation-comms": "14.71.1-auth-mf.14",
|
|
51
|
+
"@genesislcap/foundation-errors": "14.71.1-auth-mf.14",
|
|
52
|
+
"@genesislcap/foundation-forms": "14.71.1-auth-mf.14",
|
|
53
|
+
"@genesislcap/foundation-login": "14.71.1-auth-mf.14",
|
|
54
|
+
"@genesislcap/foundation-ui": "14.71.1-auth-mf.14",
|
|
55
|
+
"@genesislcap/foundation-utils": "14.71.1-auth-mf.14",
|
|
56
|
+
"@genesislcap/foundation-zero": "14.71.1-auth-mf.14",
|
|
57
|
+
"@genesislcap/foundation-zero-grid-pro": "14.71.1-auth-mf.14",
|
|
58
|
+
"@genesislcap/grid-pro": "14.71.1-auth-mf.14",
|
|
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": "8442e63c86ec94db2f39a78870165148254cc78e"
|
|
75
75
|
}
|