@genesislcap/foundation-entity-management 14.125.1 → 14.126.0-PA-1036.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 +202 -202
- package/package.json +15 -15
|
@@ -777,208 +777,6 @@
|
|
|
777
777
|
}
|
|
778
778
|
]
|
|
779
779
|
},
|
|
780
|
-
{
|
|
781
|
-
"kind": "javascript-module",
|
|
782
|
-
"path": "src/layouts/default.ts",
|
|
783
|
-
"declarations": [
|
|
784
|
-
{
|
|
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)"
|
|
793
|
-
}
|
|
794
|
-
],
|
|
795
|
-
"exports": [
|
|
796
|
-
{
|
|
797
|
-
"kind": "js",
|
|
798
|
-
"name": "loginLayout",
|
|
799
|
-
"declaration": {
|
|
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"
|
|
810
|
-
}
|
|
811
|
-
}
|
|
812
|
-
]
|
|
813
|
-
},
|
|
814
|
-
{
|
|
815
|
-
"kind": "javascript-module",
|
|
816
|
-
"path": "src/layouts/index.ts",
|
|
817
|
-
"declarations": [],
|
|
818
|
-
"exports": [
|
|
819
|
-
{
|
|
820
|
-
"kind": "js",
|
|
821
|
-
"name": "*",
|
|
822
|
-
"declaration": {
|
|
823
|
-
"name": "*",
|
|
824
|
-
"package": "./default"
|
|
825
|
-
}
|
|
826
|
-
}
|
|
827
|
-
]
|
|
828
|
-
},
|
|
829
|
-
{
|
|
830
|
-
"kind": "javascript-module",
|
|
831
|
-
"path": "src/main/index.ts",
|
|
832
|
-
"declarations": [],
|
|
833
|
-
"exports": [
|
|
834
|
-
{
|
|
835
|
-
"kind": "js",
|
|
836
|
-
"name": "*",
|
|
837
|
-
"declaration": {
|
|
838
|
-
"name": "*",
|
|
839
|
-
"package": "./main.template"
|
|
840
|
-
}
|
|
841
|
-
},
|
|
842
|
-
{
|
|
843
|
-
"kind": "js",
|
|
844
|
-
"name": "*",
|
|
845
|
-
"declaration": {
|
|
846
|
-
"name": "*",
|
|
847
|
-
"package": "./main"
|
|
848
|
-
}
|
|
849
|
-
}
|
|
850
|
-
]
|
|
851
|
-
},
|
|
852
|
-
{
|
|
853
|
-
"kind": "javascript-module",
|
|
854
|
-
"path": "src/main/main.styles.ts",
|
|
855
|
-
"declarations": [
|
|
856
|
-
{
|
|
857
|
-
"kind": "variable",
|
|
858
|
-
"name": "MainStyles",
|
|
859
|
-
"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`"
|
|
860
|
-
}
|
|
861
|
-
],
|
|
862
|
-
"exports": [
|
|
863
|
-
{
|
|
864
|
-
"kind": "js",
|
|
865
|
-
"name": "MainStyles",
|
|
866
|
-
"declaration": {
|
|
867
|
-
"name": "MainStyles",
|
|
868
|
-
"module": "src/main/main.styles.ts"
|
|
869
|
-
}
|
|
870
|
-
}
|
|
871
|
-
]
|
|
872
|
-
},
|
|
873
|
-
{
|
|
874
|
-
"kind": "javascript-module",
|
|
875
|
-
"path": "src/main/main.template.ts",
|
|
876
|
-
"declarations": [],
|
|
877
|
-
"exports": []
|
|
878
|
-
},
|
|
879
|
-
{
|
|
880
|
-
"kind": "javascript-module",
|
|
881
|
-
"path": "src/main/main.ts",
|
|
882
|
-
"declarations": [
|
|
883
|
-
{
|
|
884
|
-
"kind": "class",
|
|
885
|
-
"description": "",
|
|
886
|
-
"name": "MainApplication",
|
|
887
|
-
"members": [
|
|
888
|
-
{
|
|
889
|
-
"kind": "field",
|
|
890
|
-
"name": "config",
|
|
891
|
-
"type": {
|
|
892
|
-
"text": "MainRouterConfig"
|
|
893
|
-
}
|
|
894
|
-
},
|
|
895
|
-
{
|
|
896
|
-
"kind": "field",
|
|
897
|
-
"name": "connect",
|
|
898
|
-
"type": {
|
|
899
|
-
"text": "Connect"
|
|
900
|
-
}
|
|
901
|
-
},
|
|
902
|
-
{
|
|
903
|
-
"kind": "field",
|
|
904
|
-
"name": "session",
|
|
905
|
-
"type": {
|
|
906
|
-
"text": "Session"
|
|
907
|
-
}
|
|
908
|
-
},
|
|
909
|
-
{
|
|
910
|
-
"kind": "field",
|
|
911
|
-
"name": "container",
|
|
912
|
-
"type": {
|
|
913
|
-
"text": "Container"
|
|
914
|
-
}
|
|
915
|
-
},
|
|
916
|
-
{
|
|
917
|
-
"kind": "field",
|
|
918
|
-
"name": "provider",
|
|
919
|
-
"type": {
|
|
920
|
-
"text": "any"
|
|
921
|
-
}
|
|
922
|
-
},
|
|
923
|
-
{
|
|
924
|
-
"kind": "field",
|
|
925
|
-
"name": "ready",
|
|
926
|
-
"type": {
|
|
927
|
-
"text": "boolean"
|
|
928
|
-
},
|
|
929
|
-
"default": "false"
|
|
930
|
-
},
|
|
931
|
-
{
|
|
932
|
-
"kind": "field",
|
|
933
|
-
"name": "data",
|
|
934
|
-
"type": {
|
|
935
|
-
"text": "any"
|
|
936
|
-
},
|
|
937
|
-
"default": "null"
|
|
938
|
-
},
|
|
939
|
-
{
|
|
940
|
-
"kind": "method",
|
|
941
|
-
"name": "onLuminanceToggle"
|
|
942
|
-
},
|
|
943
|
-
{
|
|
944
|
-
"kind": "method",
|
|
945
|
-
"name": "loadRemotes"
|
|
946
|
-
},
|
|
947
|
-
{
|
|
948
|
-
"kind": "method",
|
|
949
|
-
"name": "selectTemplate"
|
|
950
|
-
},
|
|
951
|
-
{
|
|
952
|
-
"kind": "method",
|
|
953
|
-
"name": "registerDIDependencies",
|
|
954
|
-
"privacy": "private"
|
|
955
|
-
}
|
|
956
|
-
],
|
|
957
|
-
"superclass": {
|
|
958
|
-
"name": "FASTElement",
|
|
959
|
-
"package": "@microsoft/fast-element"
|
|
960
|
-
},
|
|
961
|
-
"customElement": true
|
|
962
|
-
}
|
|
963
|
-
],
|
|
964
|
-
"exports": [
|
|
965
|
-
{
|
|
966
|
-
"kind": "js",
|
|
967
|
-
"name": "MainApplication",
|
|
968
|
-
"declaration": {
|
|
969
|
-
"name": "MainApplication",
|
|
970
|
-
"module": "src/main/main.ts"
|
|
971
|
-
}
|
|
972
|
-
},
|
|
973
|
-
{
|
|
974
|
-
"kind": "custom-element-definition",
|
|
975
|
-
"declaration": {
|
|
976
|
-
"name": "MainApplication",
|
|
977
|
-
"module": "src/main/main.ts"
|
|
978
|
-
}
|
|
979
|
-
}
|
|
980
|
-
]
|
|
981
|
-
},
|
|
982
780
|
{
|
|
983
781
|
"kind": "javascript-module",
|
|
984
782
|
"path": "src/list/index.ts",
|
|
@@ -1385,6 +1183,208 @@
|
|
|
1385
1183
|
}
|
|
1386
1184
|
]
|
|
1387
1185
|
},
|
|
1186
|
+
{
|
|
1187
|
+
"kind": "javascript-module",
|
|
1188
|
+
"path": "src/layouts/default.ts",
|
|
1189
|
+
"declarations": [
|
|
1190
|
+
{
|
|
1191
|
+
"kind": "variable",
|
|
1192
|
+
"name": "loginLayout",
|
|
1193
|
+
"default": "new FASTElementLayout(\n html`\n <div class=\"container\">\n <div class=\"content\">\n <slot></slot>\n </div>\n </div>\n `,\n baseLayoutCss,\n)"
|
|
1194
|
+
},
|
|
1195
|
+
{
|
|
1196
|
+
"kind": "variable",
|
|
1197
|
+
"name": "defaultLayout",
|
|
1198
|
+
"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)"
|
|
1199
|
+
}
|
|
1200
|
+
],
|
|
1201
|
+
"exports": [
|
|
1202
|
+
{
|
|
1203
|
+
"kind": "js",
|
|
1204
|
+
"name": "loginLayout",
|
|
1205
|
+
"declaration": {
|
|
1206
|
+
"name": "loginLayout",
|
|
1207
|
+
"module": "src/layouts/default.ts"
|
|
1208
|
+
}
|
|
1209
|
+
},
|
|
1210
|
+
{
|
|
1211
|
+
"kind": "js",
|
|
1212
|
+
"name": "defaultLayout",
|
|
1213
|
+
"declaration": {
|
|
1214
|
+
"name": "defaultLayout",
|
|
1215
|
+
"module": "src/layouts/default.ts"
|
|
1216
|
+
}
|
|
1217
|
+
}
|
|
1218
|
+
]
|
|
1219
|
+
},
|
|
1220
|
+
{
|
|
1221
|
+
"kind": "javascript-module",
|
|
1222
|
+
"path": "src/layouts/index.ts",
|
|
1223
|
+
"declarations": [],
|
|
1224
|
+
"exports": [
|
|
1225
|
+
{
|
|
1226
|
+
"kind": "js",
|
|
1227
|
+
"name": "*",
|
|
1228
|
+
"declaration": {
|
|
1229
|
+
"name": "*",
|
|
1230
|
+
"package": "./default"
|
|
1231
|
+
}
|
|
1232
|
+
}
|
|
1233
|
+
]
|
|
1234
|
+
},
|
|
1235
|
+
{
|
|
1236
|
+
"kind": "javascript-module",
|
|
1237
|
+
"path": "src/main/index.ts",
|
|
1238
|
+
"declarations": [],
|
|
1239
|
+
"exports": [
|
|
1240
|
+
{
|
|
1241
|
+
"kind": "js",
|
|
1242
|
+
"name": "*",
|
|
1243
|
+
"declaration": {
|
|
1244
|
+
"name": "*",
|
|
1245
|
+
"package": "./main.template"
|
|
1246
|
+
}
|
|
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": [
|
|
1262
|
+
{
|
|
1263
|
+
"kind": "variable",
|
|
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`"
|
|
1266
|
+
}
|
|
1267
|
+
],
|
|
1268
|
+
"exports": [
|
|
1269
|
+
{
|
|
1270
|
+
"kind": "js",
|
|
1271
|
+
"name": "MainStyles",
|
|
1272
|
+
"declaration": {
|
|
1273
|
+
"name": "MainStyles",
|
|
1274
|
+
"module": "src/main/main.styles.ts"
|
|
1275
|
+
}
|
|
1276
|
+
}
|
|
1277
|
+
]
|
|
1278
|
+
},
|
|
1279
|
+
{
|
|
1280
|
+
"kind": "javascript-module",
|
|
1281
|
+
"path": "src/main/main.template.ts",
|
|
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
|
+
],
|
|
1370
|
+
"exports": [
|
|
1371
|
+
{
|
|
1372
|
+
"kind": "js",
|
|
1373
|
+
"name": "MainApplication",
|
|
1374
|
+
"declaration": {
|
|
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"
|
|
1384
|
+
}
|
|
1385
|
+
}
|
|
1386
|
+
]
|
|
1387
|
+
},
|
|
1388
1388
|
{
|
|
1389
1389
|
"kind": "javascript-module",
|
|
1390
1390
|
"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.126.0-PA-1036.1",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"license": "SEE LICENSE IN license.txt",
|
|
7
7
|
"main": "dist/esm/index.js",
|
|
@@ -44,23 +44,23 @@
|
|
|
44
44
|
},
|
|
45
45
|
"devDependencies": {
|
|
46
46
|
"@genesislcap/foundation-login": "^14.40.0",
|
|
47
|
-
"@genesislcap/foundation-testing": "14.
|
|
48
|
-
"@genesislcap/genx": "14.
|
|
47
|
+
"@genesislcap/foundation-testing": "14.126.0-PA-1036.1",
|
|
48
|
+
"@genesislcap/genx": "14.126.0-PA-1036.1",
|
|
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-login": "14.
|
|
58
|
-
"@genesislcap/foundation-notifications": "14.
|
|
59
|
-
"@genesislcap/foundation-ui": "14.
|
|
60
|
-
"@genesislcap/foundation-utils": "14.
|
|
61
|
-
"@genesislcap/foundation-zero": "14.
|
|
62
|
-
"@genesislcap/foundation-zero-grid-pro": "14.
|
|
63
|
-
"@genesislcap/grid-pro": "14.
|
|
53
|
+
"@genesislcap/foundation-comms": "14.126.0-PA-1036.1",
|
|
54
|
+
"@genesislcap/foundation-errors": "14.126.0-PA-1036.1",
|
|
55
|
+
"@genesislcap/foundation-forms": "14.126.0-PA-1036.1",
|
|
56
|
+
"@genesislcap/foundation-logger": "14.126.0-PA-1036.1",
|
|
57
|
+
"@genesislcap/foundation-login": "14.126.0-PA-1036.1",
|
|
58
|
+
"@genesislcap/foundation-notifications": "14.126.0-PA-1036.1",
|
|
59
|
+
"@genesislcap/foundation-ui": "14.126.0-PA-1036.1",
|
|
60
|
+
"@genesislcap/foundation-utils": "14.126.0-PA-1036.1",
|
|
61
|
+
"@genesislcap/foundation-zero": "14.126.0-PA-1036.1",
|
|
62
|
+
"@genesislcap/foundation-zero-grid-pro": "14.126.0-PA-1036.1",
|
|
63
|
+
"@genesislcap/grid-pro": "14.126.0-PA-1036.1",
|
|
64
64
|
"@microsoft/fast-components": "^2.21.3",
|
|
65
65
|
"@microsoft/fast-element": "^1.7.0",
|
|
66
66
|
"@microsoft/fast-foundation": "^2.33.2",
|
|
@@ -76,5 +76,5 @@
|
|
|
76
76
|
"access": "public"
|
|
77
77
|
},
|
|
78
78
|
"customElements": "dist/custom-elements.json",
|
|
79
|
-
"gitHead": "
|
|
79
|
+
"gitHead": "8aaf618a04b53570dfe0d72e88df81d823fd4166"
|
|
80
80
|
}
|