@genesislcap/foundation-entity-management 14.133.0 → 14.134.0
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 +183 -183
- package/package.json +15 -15
|
@@ -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",
|
|
@@ -744,27 +779,41 @@
|
|
|
744
779
|
},
|
|
745
780
|
{
|
|
746
781
|
"kind": "javascript-module",
|
|
747
|
-
"path": "src/
|
|
782
|
+
"path": "src/layouts/default.ts",
|
|
748
783
|
"declarations": [
|
|
749
784
|
{
|
|
750
|
-
"kind": "
|
|
751
|
-
"name": "
|
|
785
|
+
"kind": "variable",
|
|
786
|
+
"name": "loginLayout",
|
|
787
|
+
"default": "new FASTElementLayout(\n html`\n <div class=\"container\">\n <div class=\"content\">\n <slot></slot>\n </div>\n </div>\n `,\n baseLayoutCss,\n)"
|
|
788
|
+
},
|
|
789
|
+
{
|
|
790
|
+
"kind": "variable",
|
|
791
|
+
"name": "defaultLayout",
|
|
792
|
+
"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)"
|
|
752
793
|
}
|
|
753
794
|
],
|
|
754
795
|
"exports": [
|
|
755
796
|
{
|
|
756
797
|
"kind": "js",
|
|
757
|
-
"name": "
|
|
798
|
+
"name": "loginLayout",
|
|
758
799
|
"declaration": {
|
|
759
|
-
"name": "
|
|
760
|
-
"module": "src/
|
|
800
|
+
"name": "loginLayout",
|
|
801
|
+
"module": "src/layouts/default.ts"
|
|
802
|
+
}
|
|
803
|
+
},
|
|
804
|
+
{
|
|
805
|
+
"kind": "js",
|
|
806
|
+
"name": "defaultLayout",
|
|
807
|
+
"declaration": {
|
|
808
|
+
"name": "defaultLayout",
|
|
809
|
+
"module": "src/layouts/default.ts"
|
|
761
810
|
}
|
|
762
811
|
}
|
|
763
812
|
]
|
|
764
813
|
},
|
|
765
814
|
{
|
|
766
815
|
"kind": "javascript-module",
|
|
767
|
-
"path": "src/
|
|
816
|
+
"path": "src/layouts/index.ts",
|
|
768
817
|
"declarations": [],
|
|
769
818
|
"exports": [
|
|
770
819
|
{
|
|
@@ -772,7 +821,7 @@
|
|
|
772
821
|
"name": "*",
|
|
773
822
|
"declaration": {
|
|
774
823
|
"name": "*",
|
|
775
|
-
"package": "./
|
|
824
|
+
"package": "./default"
|
|
776
825
|
}
|
|
777
826
|
}
|
|
778
827
|
]
|
|
@@ -1185,49 +1234,153 @@
|
|
|
1185
1234
|
},
|
|
1186
1235
|
{
|
|
1187
1236
|
"kind": "javascript-module",
|
|
1188
|
-
"path": "src/
|
|
1189
|
-
"declarations": [
|
|
1237
|
+
"path": "src/main/index.ts",
|
|
1238
|
+
"declarations": [],
|
|
1239
|
+
"exports": [
|
|
1190
1240
|
{
|
|
1191
|
-
"kind": "
|
|
1192
|
-
"name": "
|
|
1193
|
-
"
|
|
1241
|
+
"kind": "js",
|
|
1242
|
+
"name": "*",
|
|
1243
|
+
"declaration": {
|
|
1244
|
+
"name": "*",
|
|
1245
|
+
"package": "./main.template"
|
|
1246
|
+
}
|
|
1194
1247
|
},
|
|
1248
|
+
{
|
|
1249
|
+
"kind": "js",
|
|
1250
|
+
"name": "*",
|
|
1251
|
+
"declaration": {
|
|
1252
|
+
"name": "*",
|
|
1253
|
+
"package": "./main"
|
|
1254
|
+
}
|
|
1255
|
+
}
|
|
1256
|
+
]
|
|
1257
|
+
},
|
|
1258
|
+
{
|
|
1259
|
+
"kind": "javascript-module",
|
|
1260
|
+
"path": "src/main/main.styles.ts",
|
|
1261
|
+
"declarations": [
|
|
1195
1262
|
{
|
|
1196
1263
|
"kind": "variable",
|
|
1197
|
-
"name": "
|
|
1198
|
-
"default": "
|
|
1264
|
+
"name": "MainStyles",
|
|
1265
|
+
"default": "css`\n ${mixinRobotoFont()}\n :host {\n contain: content;\n }\n\n :host,\n zero-design-system-provider,\n .dynamic-template,\n foundation-router {\n display: flex;\n width: 100%;\n height: 100%;\n }\n\n fast-progress {\n --accent-foreground-rest: #654df9;\n\n height: calc(var(--design-unit) * 1px);\n margin: 0;\n width: 100%;\n }\n`"
|
|
1199
1266
|
}
|
|
1200
1267
|
],
|
|
1201
1268
|
"exports": [
|
|
1202
1269
|
{
|
|
1203
1270
|
"kind": "js",
|
|
1204
|
-
"name": "
|
|
1205
|
-
"declaration": {
|
|
1206
|
-
"name": "loginLayout",
|
|
1207
|
-
"module": "src/layouts/default.ts"
|
|
1208
|
-
}
|
|
1209
|
-
},
|
|
1210
|
-
{
|
|
1211
|
-
"kind": "js",
|
|
1212
|
-
"name": "defaultLayout",
|
|
1271
|
+
"name": "MainStyles",
|
|
1213
1272
|
"declaration": {
|
|
1214
|
-
"name": "
|
|
1215
|
-
"module": "src/
|
|
1273
|
+
"name": "MainStyles",
|
|
1274
|
+
"module": "src/main/main.styles.ts"
|
|
1216
1275
|
}
|
|
1217
1276
|
}
|
|
1218
1277
|
]
|
|
1219
1278
|
},
|
|
1220
1279
|
{
|
|
1221
1280
|
"kind": "javascript-module",
|
|
1222
|
-
"path": "src/
|
|
1281
|
+
"path": "src/main/main.template.ts",
|
|
1223
1282
|
"declarations": [],
|
|
1283
|
+
"exports": []
|
|
1284
|
+
},
|
|
1285
|
+
{
|
|
1286
|
+
"kind": "javascript-module",
|
|
1287
|
+
"path": "src/main/main.ts",
|
|
1288
|
+
"declarations": [
|
|
1289
|
+
{
|
|
1290
|
+
"kind": "class",
|
|
1291
|
+
"description": "",
|
|
1292
|
+
"name": "MainApplication",
|
|
1293
|
+
"members": [
|
|
1294
|
+
{
|
|
1295
|
+
"kind": "field",
|
|
1296
|
+
"name": "config",
|
|
1297
|
+
"type": {
|
|
1298
|
+
"text": "MainRouterConfig"
|
|
1299
|
+
}
|
|
1300
|
+
},
|
|
1301
|
+
{
|
|
1302
|
+
"kind": "field",
|
|
1303
|
+
"name": "connect",
|
|
1304
|
+
"type": {
|
|
1305
|
+
"text": "Connect"
|
|
1306
|
+
}
|
|
1307
|
+
},
|
|
1308
|
+
{
|
|
1309
|
+
"kind": "field",
|
|
1310
|
+
"name": "session",
|
|
1311
|
+
"type": {
|
|
1312
|
+
"text": "Session"
|
|
1313
|
+
}
|
|
1314
|
+
},
|
|
1315
|
+
{
|
|
1316
|
+
"kind": "field",
|
|
1317
|
+
"name": "container",
|
|
1318
|
+
"type": {
|
|
1319
|
+
"text": "Container"
|
|
1320
|
+
}
|
|
1321
|
+
},
|
|
1322
|
+
{
|
|
1323
|
+
"kind": "field",
|
|
1324
|
+
"name": "provider",
|
|
1325
|
+
"type": {
|
|
1326
|
+
"text": "any"
|
|
1327
|
+
}
|
|
1328
|
+
},
|
|
1329
|
+
{
|
|
1330
|
+
"kind": "field",
|
|
1331
|
+
"name": "ready",
|
|
1332
|
+
"type": {
|
|
1333
|
+
"text": "boolean"
|
|
1334
|
+
},
|
|
1335
|
+
"default": "false"
|
|
1336
|
+
},
|
|
1337
|
+
{
|
|
1338
|
+
"kind": "field",
|
|
1339
|
+
"name": "data",
|
|
1340
|
+
"type": {
|
|
1341
|
+
"text": "any"
|
|
1342
|
+
},
|
|
1343
|
+
"default": "null"
|
|
1344
|
+
},
|
|
1345
|
+
{
|
|
1346
|
+
"kind": "method",
|
|
1347
|
+
"name": "onLuminanceToggle"
|
|
1348
|
+
},
|
|
1349
|
+
{
|
|
1350
|
+
"kind": "method",
|
|
1351
|
+
"name": "loadRemotes"
|
|
1352
|
+
},
|
|
1353
|
+
{
|
|
1354
|
+
"kind": "method",
|
|
1355
|
+
"name": "selectTemplate"
|
|
1356
|
+
},
|
|
1357
|
+
{
|
|
1358
|
+
"kind": "method",
|
|
1359
|
+
"name": "registerDIDependencies",
|
|
1360
|
+
"privacy": "private"
|
|
1361
|
+
}
|
|
1362
|
+
],
|
|
1363
|
+
"superclass": {
|
|
1364
|
+
"name": "FASTElement",
|
|
1365
|
+
"package": "@microsoft/fast-element"
|
|
1366
|
+
},
|
|
1367
|
+
"customElement": true
|
|
1368
|
+
}
|
|
1369
|
+
],
|
|
1224
1370
|
"exports": [
|
|
1225
1371
|
{
|
|
1226
1372
|
"kind": "js",
|
|
1227
|
-
"name": "
|
|
1373
|
+
"name": "MainApplication",
|
|
1228
1374
|
"declaration": {
|
|
1229
|
-
"name": "
|
|
1230
|
-
"
|
|
1375
|
+
"name": "MainApplication",
|
|
1376
|
+
"module": "src/main/main.ts"
|
|
1377
|
+
}
|
|
1378
|
+
},
|
|
1379
|
+
{
|
|
1380
|
+
"kind": "custom-element-definition",
|
|
1381
|
+
"declaration": {
|
|
1382
|
+
"name": "MainApplication",
|
|
1383
|
+
"module": "src/main/main.ts"
|
|
1231
1384
|
}
|
|
1232
1385
|
}
|
|
1233
1386
|
]
|
|
@@ -2097,159 +2250,6 @@
|
|
|
2097
2250
|
}
|
|
2098
2251
|
]
|
|
2099
2252
|
},
|
|
2100
|
-
{
|
|
2101
|
-
"kind": "javascript-module",
|
|
2102
|
-
"path": "src/main/index.ts",
|
|
2103
|
-
"declarations": [],
|
|
2104
|
-
"exports": [
|
|
2105
|
-
{
|
|
2106
|
-
"kind": "js",
|
|
2107
|
-
"name": "*",
|
|
2108
|
-
"declaration": {
|
|
2109
|
-
"name": "*",
|
|
2110
|
-
"package": "./main.template"
|
|
2111
|
-
}
|
|
2112
|
-
},
|
|
2113
|
-
{
|
|
2114
|
-
"kind": "js",
|
|
2115
|
-
"name": "*",
|
|
2116
|
-
"declaration": {
|
|
2117
|
-
"name": "*",
|
|
2118
|
-
"package": "./main"
|
|
2119
|
-
}
|
|
2120
|
-
}
|
|
2121
|
-
]
|
|
2122
|
-
},
|
|
2123
|
-
{
|
|
2124
|
-
"kind": "javascript-module",
|
|
2125
|
-
"path": "src/main/main.styles.ts",
|
|
2126
|
-
"declarations": [
|
|
2127
|
-
{
|
|
2128
|
-
"kind": "variable",
|
|
2129
|
-
"name": "MainStyles",
|
|
2130
|
-
"default": "css`\n ${mixinRobotoFont()}\n :host {\n contain: content;\n }\n\n :host,\n zero-design-system-provider,\n .dynamic-template,\n foundation-router {\n display: flex;\n width: 100%;\n height: 100%;\n }\n\n fast-progress {\n --accent-foreground-rest: #654df9;\n\n height: calc(var(--design-unit) * 1px);\n margin: 0;\n width: 100%;\n }\n`"
|
|
2131
|
-
}
|
|
2132
|
-
],
|
|
2133
|
-
"exports": [
|
|
2134
|
-
{
|
|
2135
|
-
"kind": "js",
|
|
2136
|
-
"name": "MainStyles",
|
|
2137
|
-
"declaration": {
|
|
2138
|
-
"name": "MainStyles",
|
|
2139
|
-
"module": "src/main/main.styles.ts"
|
|
2140
|
-
}
|
|
2141
|
-
}
|
|
2142
|
-
]
|
|
2143
|
-
},
|
|
2144
|
-
{
|
|
2145
|
-
"kind": "javascript-module",
|
|
2146
|
-
"path": "src/main/main.template.ts",
|
|
2147
|
-
"declarations": [],
|
|
2148
|
-
"exports": []
|
|
2149
|
-
},
|
|
2150
|
-
{
|
|
2151
|
-
"kind": "javascript-module",
|
|
2152
|
-
"path": "src/main/main.ts",
|
|
2153
|
-
"declarations": [
|
|
2154
|
-
{
|
|
2155
|
-
"kind": "class",
|
|
2156
|
-
"description": "",
|
|
2157
|
-
"name": "MainApplication",
|
|
2158
|
-
"members": [
|
|
2159
|
-
{
|
|
2160
|
-
"kind": "field",
|
|
2161
|
-
"name": "config",
|
|
2162
|
-
"type": {
|
|
2163
|
-
"text": "MainRouterConfig"
|
|
2164
|
-
}
|
|
2165
|
-
},
|
|
2166
|
-
{
|
|
2167
|
-
"kind": "field",
|
|
2168
|
-
"name": "connect",
|
|
2169
|
-
"type": {
|
|
2170
|
-
"text": "Connect"
|
|
2171
|
-
}
|
|
2172
|
-
},
|
|
2173
|
-
{
|
|
2174
|
-
"kind": "field",
|
|
2175
|
-
"name": "session",
|
|
2176
|
-
"type": {
|
|
2177
|
-
"text": "Session"
|
|
2178
|
-
}
|
|
2179
|
-
},
|
|
2180
|
-
{
|
|
2181
|
-
"kind": "field",
|
|
2182
|
-
"name": "container",
|
|
2183
|
-
"type": {
|
|
2184
|
-
"text": "Container"
|
|
2185
|
-
}
|
|
2186
|
-
},
|
|
2187
|
-
{
|
|
2188
|
-
"kind": "field",
|
|
2189
|
-
"name": "provider",
|
|
2190
|
-
"type": {
|
|
2191
|
-
"text": "any"
|
|
2192
|
-
}
|
|
2193
|
-
},
|
|
2194
|
-
{
|
|
2195
|
-
"kind": "field",
|
|
2196
|
-
"name": "ready",
|
|
2197
|
-
"type": {
|
|
2198
|
-
"text": "boolean"
|
|
2199
|
-
},
|
|
2200
|
-
"default": "false"
|
|
2201
|
-
},
|
|
2202
|
-
{
|
|
2203
|
-
"kind": "field",
|
|
2204
|
-
"name": "data",
|
|
2205
|
-
"type": {
|
|
2206
|
-
"text": "any"
|
|
2207
|
-
},
|
|
2208
|
-
"default": "null"
|
|
2209
|
-
},
|
|
2210
|
-
{
|
|
2211
|
-
"kind": "method",
|
|
2212
|
-
"name": "onLuminanceToggle"
|
|
2213
|
-
},
|
|
2214
|
-
{
|
|
2215
|
-
"kind": "method",
|
|
2216
|
-
"name": "loadRemotes"
|
|
2217
|
-
},
|
|
2218
|
-
{
|
|
2219
|
-
"kind": "method",
|
|
2220
|
-
"name": "selectTemplate"
|
|
2221
|
-
},
|
|
2222
|
-
{
|
|
2223
|
-
"kind": "method",
|
|
2224
|
-
"name": "registerDIDependencies",
|
|
2225
|
-
"privacy": "private"
|
|
2226
|
-
}
|
|
2227
|
-
],
|
|
2228
|
-
"superclass": {
|
|
2229
|
-
"name": "FASTElement",
|
|
2230
|
-
"package": "@microsoft/fast-element"
|
|
2231
|
-
},
|
|
2232
|
-
"customElement": true
|
|
2233
|
-
}
|
|
2234
|
-
],
|
|
2235
|
-
"exports": [
|
|
2236
|
-
{
|
|
2237
|
-
"kind": "js",
|
|
2238
|
-
"name": "MainApplication",
|
|
2239
|
-
"declaration": {
|
|
2240
|
-
"name": "MainApplication",
|
|
2241
|
-
"module": "src/main/main.ts"
|
|
2242
|
-
}
|
|
2243
|
-
},
|
|
2244
|
-
{
|
|
2245
|
-
"kind": "custom-element-definition",
|
|
2246
|
-
"declaration": {
|
|
2247
|
-
"name": "MainApplication",
|
|
2248
|
-
"module": "src/main/main.ts"
|
|
2249
|
-
}
|
|
2250
|
-
}
|
|
2251
|
-
]
|
|
2252
|
-
},
|
|
2253
2253
|
{
|
|
2254
2254
|
"kind": "javascript-module",
|
|
2255
2255
|
"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.
|
|
4
|
+
"version": "14.134.0",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"license": "SEE LICENSE IN license.txt",
|
|
7
7
|
"main": "dist/esm/index.js",
|
|
@@ -43,23 +43,23 @@
|
|
|
43
43
|
"test:debug": "genx test --debug"
|
|
44
44
|
},
|
|
45
45
|
"devDependencies": {
|
|
46
|
-
"@genesislcap/foundation-login": "14.
|
|
47
|
-
"@genesislcap/foundation-testing": "14.
|
|
48
|
-
"@genesislcap/genx": "14.
|
|
46
|
+
"@genesislcap/foundation-login": "14.134.0",
|
|
47
|
+
"@genesislcap/foundation-testing": "14.134.0",
|
|
48
|
+
"@genesislcap/genx": "14.134.0",
|
|
49
49
|
"rimraf": "^3.0.2"
|
|
50
50
|
},
|
|
51
51
|
"dependencies": {
|
|
52
52
|
"@ag-grid-community/core": "29.2.0",
|
|
53
|
-
"@genesislcap/foundation-comms": "14.
|
|
54
|
-
"@genesislcap/foundation-errors": "14.
|
|
55
|
-
"@genesislcap/foundation-forms": "14.
|
|
56
|
-
"@genesislcap/foundation-logger": "14.
|
|
57
|
-
"@genesislcap/foundation-notifications": "14.
|
|
58
|
-
"@genesislcap/foundation-ui": "14.
|
|
59
|
-
"@genesislcap/foundation-utils": "14.
|
|
60
|
-
"@genesislcap/foundation-zero": "14.
|
|
61
|
-
"@genesislcap/foundation-zero-grid-pro": "14.
|
|
62
|
-
"@genesislcap/grid-pro": "14.
|
|
53
|
+
"@genesislcap/foundation-comms": "14.134.0",
|
|
54
|
+
"@genesislcap/foundation-errors": "14.134.0",
|
|
55
|
+
"@genesislcap/foundation-forms": "14.134.0",
|
|
56
|
+
"@genesislcap/foundation-logger": "14.134.0",
|
|
57
|
+
"@genesislcap/foundation-notifications": "14.134.0",
|
|
58
|
+
"@genesislcap/foundation-ui": "14.134.0",
|
|
59
|
+
"@genesislcap/foundation-utils": "14.134.0",
|
|
60
|
+
"@genesislcap/foundation-zero": "14.134.0",
|
|
61
|
+
"@genesislcap/foundation-zero-grid-pro": "14.134.0",
|
|
62
|
+
"@genesislcap/grid-pro": "14.134.0",
|
|
63
63
|
"@microsoft/fast-components": "^2.30.6",
|
|
64
64
|
"@microsoft/fast-element": "^1.12.0",
|
|
65
65
|
"@microsoft/fast-foundation": "^2.49.4",
|
|
@@ -75,5 +75,5 @@
|
|
|
75
75
|
"access": "public"
|
|
76
76
|
},
|
|
77
77
|
"customElements": "dist/custom-elements.json",
|
|
78
|
-
"gitHead": "
|
|
78
|
+
"gitHead": "2e07ccefac615ca60229b55ffed0da7ed23dfeca"
|
|
79
79
|
}
|