@genesislcap/foundation-entity-management 14.148.1-alpha-eef6f33.0 → 14.149.2
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 +21 -21
|
@@ -835,6 +835,208 @@
|
|
|
835
835
|
}
|
|
836
836
|
]
|
|
837
837
|
},
|
|
838
|
+
{
|
|
839
|
+
"kind": "javascript-module",
|
|
840
|
+
"path": "src/layouts/default.ts",
|
|
841
|
+
"declarations": [
|
|
842
|
+
{
|
|
843
|
+
"kind": "variable",
|
|
844
|
+
"name": "loginLayout",
|
|
845
|
+
"default": "new FASTElementLayout(\n html`\n <div class=\"container\">\n <div class=\"content\">\n <slot></slot>\n </div>\n </div>\n `,\n baseLayoutCss,\n)"
|
|
846
|
+
},
|
|
847
|
+
{
|
|
848
|
+
"kind": "variable",
|
|
849
|
+
"name": "defaultLayout",
|
|
850
|
+
"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)"
|
|
851
|
+
}
|
|
852
|
+
],
|
|
853
|
+
"exports": [
|
|
854
|
+
{
|
|
855
|
+
"kind": "js",
|
|
856
|
+
"name": "loginLayout",
|
|
857
|
+
"declaration": {
|
|
858
|
+
"name": "loginLayout",
|
|
859
|
+
"module": "src/layouts/default.ts"
|
|
860
|
+
}
|
|
861
|
+
},
|
|
862
|
+
{
|
|
863
|
+
"kind": "js",
|
|
864
|
+
"name": "defaultLayout",
|
|
865
|
+
"declaration": {
|
|
866
|
+
"name": "defaultLayout",
|
|
867
|
+
"module": "src/layouts/default.ts"
|
|
868
|
+
}
|
|
869
|
+
}
|
|
870
|
+
]
|
|
871
|
+
},
|
|
872
|
+
{
|
|
873
|
+
"kind": "javascript-module",
|
|
874
|
+
"path": "src/layouts/index.ts",
|
|
875
|
+
"declarations": [],
|
|
876
|
+
"exports": [
|
|
877
|
+
{
|
|
878
|
+
"kind": "js",
|
|
879
|
+
"name": "*",
|
|
880
|
+
"declaration": {
|
|
881
|
+
"name": "*",
|
|
882
|
+
"package": "./default"
|
|
883
|
+
}
|
|
884
|
+
}
|
|
885
|
+
]
|
|
886
|
+
},
|
|
887
|
+
{
|
|
888
|
+
"kind": "javascript-module",
|
|
889
|
+
"path": "src/main/index.ts",
|
|
890
|
+
"declarations": [],
|
|
891
|
+
"exports": [
|
|
892
|
+
{
|
|
893
|
+
"kind": "js",
|
|
894
|
+
"name": "*",
|
|
895
|
+
"declaration": {
|
|
896
|
+
"name": "*",
|
|
897
|
+
"package": "./main.template"
|
|
898
|
+
}
|
|
899
|
+
},
|
|
900
|
+
{
|
|
901
|
+
"kind": "js",
|
|
902
|
+
"name": "*",
|
|
903
|
+
"declaration": {
|
|
904
|
+
"name": "*",
|
|
905
|
+
"package": "./main"
|
|
906
|
+
}
|
|
907
|
+
}
|
|
908
|
+
]
|
|
909
|
+
},
|
|
910
|
+
{
|
|
911
|
+
"kind": "javascript-module",
|
|
912
|
+
"path": "src/main/main.styles.ts",
|
|
913
|
+
"declarations": [
|
|
914
|
+
{
|
|
915
|
+
"kind": "variable",
|
|
916
|
+
"name": "MainStyles",
|
|
917
|
+
"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`"
|
|
918
|
+
}
|
|
919
|
+
],
|
|
920
|
+
"exports": [
|
|
921
|
+
{
|
|
922
|
+
"kind": "js",
|
|
923
|
+
"name": "MainStyles",
|
|
924
|
+
"declaration": {
|
|
925
|
+
"name": "MainStyles",
|
|
926
|
+
"module": "src/main/main.styles.ts"
|
|
927
|
+
}
|
|
928
|
+
}
|
|
929
|
+
]
|
|
930
|
+
},
|
|
931
|
+
{
|
|
932
|
+
"kind": "javascript-module",
|
|
933
|
+
"path": "src/main/main.template.ts",
|
|
934
|
+
"declarations": [],
|
|
935
|
+
"exports": []
|
|
936
|
+
},
|
|
937
|
+
{
|
|
938
|
+
"kind": "javascript-module",
|
|
939
|
+
"path": "src/main/main.ts",
|
|
940
|
+
"declarations": [
|
|
941
|
+
{
|
|
942
|
+
"kind": "class",
|
|
943
|
+
"description": "",
|
|
944
|
+
"name": "MainApplication",
|
|
945
|
+
"members": [
|
|
946
|
+
{
|
|
947
|
+
"kind": "field",
|
|
948
|
+
"name": "config",
|
|
949
|
+
"type": {
|
|
950
|
+
"text": "MainRouterConfig"
|
|
951
|
+
}
|
|
952
|
+
},
|
|
953
|
+
{
|
|
954
|
+
"kind": "field",
|
|
955
|
+
"name": "connect",
|
|
956
|
+
"type": {
|
|
957
|
+
"text": "Connect"
|
|
958
|
+
}
|
|
959
|
+
},
|
|
960
|
+
{
|
|
961
|
+
"kind": "field",
|
|
962
|
+
"name": "session",
|
|
963
|
+
"type": {
|
|
964
|
+
"text": "Session"
|
|
965
|
+
}
|
|
966
|
+
},
|
|
967
|
+
{
|
|
968
|
+
"kind": "field",
|
|
969
|
+
"name": "container",
|
|
970
|
+
"type": {
|
|
971
|
+
"text": "Container"
|
|
972
|
+
}
|
|
973
|
+
},
|
|
974
|
+
{
|
|
975
|
+
"kind": "field",
|
|
976
|
+
"name": "provider",
|
|
977
|
+
"type": {
|
|
978
|
+
"text": "any"
|
|
979
|
+
}
|
|
980
|
+
},
|
|
981
|
+
{
|
|
982
|
+
"kind": "field",
|
|
983
|
+
"name": "ready",
|
|
984
|
+
"type": {
|
|
985
|
+
"text": "boolean"
|
|
986
|
+
},
|
|
987
|
+
"default": "false"
|
|
988
|
+
},
|
|
989
|
+
{
|
|
990
|
+
"kind": "field",
|
|
991
|
+
"name": "data",
|
|
992
|
+
"type": {
|
|
993
|
+
"text": "any"
|
|
994
|
+
},
|
|
995
|
+
"default": "null"
|
|
996
|
+
},
|
|
997
|
+
{
|
|
998
|
+
"kind": "method",
|
|
999
|
+
"name": "onLuminanceToggle"
|
|
1000
|
+
},
|
|
1001
|
+
{
|
|
1002
|
+
"kind": "method",
|
|
1003
|
+
"name": "loadRemotes"
|
|
1004
|
+
},
|
|
1005
|
+
{
|
|
1006
|
+
"kind": "method",
|
|
1007
|
+
"name": "selectTemplate"
|
|
1008
|
+
},
|
|
1009
|
+
{
|
|
1010
|
+
"kind": "method",
|
|
1011
|
+
"name": "registerDIDependencies",
|
|
1012
|
+
"privacy": "private"
|
|
1013
|
+
}
|
|
1014
|
+
],
|
|
1015
|
+
"superclass": {
|
|
1016
|
+
"name": "FASTElement",
|
|
1017
|
+
"package": "@microsoft/fast-element"
|
|
1018
|
+
},
|
|
1019
|
+
"customElement": true
|
|
1020
|
+
}
|
|
1021
|
+
],
|
|
1022
|
+
"exports": [
|
|
1023
|
+
{
|
|
1024
|
+
"kind": "js",
|
|
1025
|
+
"name": "MainApplication",
|
|
1026
|
+
"declaration": {
|
|
1027
|
+
"name": "MainApplication",
|
|
1028
|
+
"module": "src/main/main.ts"
|
|
1029
|
+
}
|
|
1030
|
+
},
|
|
1031
|
+
{
|
|
1032
|
+
"kind": "custom-element-definition",
|
|
1033
|
+
"declaration": {
|
|
1034
|
+
"name": "MainApplication",
|
|
1035
|
+
"module": "src/main/main.ts"
|
|
1036
|
+
}
|
|
1037
|
+
}
|
|
1038
|
+
]
|
|
1039
|
+
},
|
|
838
1040
|
{
|
|
839
1041
|
"kind": "javascript-module",
|
|
840
1042
|
"path": "src/list/index.ts",
|
|
@@ -1255,208 +1457,6 @@
|
|
|
1255
1457
|
}
|
|
1256
1458
|
]
|
|
1257
1459
|
},
|
|
1258
|
-
{
|
|
1259
|
-
"kind": "javascript-module",
|
|
1260
|
-
"path": "src/layouts/default.ts",
|
|
1261
|
-
"declarations": [
|
|
1262
|
-
{
|
|
1263
|
-
"kind": "variable",
|
|
1264
|
-
"name": "loginLayout",
|
|
1265
|
-
"default": "new FASTElementLayout(\n html`\n <div class=\"container\">\n <div class=\"content\">\n <slot></slot>\n </div>\n </div>\n `,\n baseLayoutCss,\n)"
|
|
1266
|
-
},
|
|
1267
|
-
{
|
|
1268
|
-
"kind": "variable",
|
|
1269
|
-
"name": "defaultLayout",
|
|
1270
|
-
"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)"
|
|
1271
|
-
}
|
|
1272
|
-
],
|
|
1273
|
-
"exports": [
|
|
1274
|
-
{
|
|
1275
|
-
"kind": "js",
|
|
1276
|
-
"name": "loginLayout",
|
|
1277
|
-
"declaration": {
|
|
1278
|
-
"name": "loginLayout",
|
|
1279
|
-
"module": "src/layouts/default.ts"
|
|
1280
|
-
}
|
|
1281
|
-
},
|
|
1282
|
-
{
|
|
1283
|
-
"kind": "js",
|
|
1284
|
-
"name": "defaultLayout",
|
|
1285
|
-
"declaration": {
|
|
1286
|
-
"name": "defaultLayout",
|
|
1287
|
-
"module": "src/layouts/default.ts"
|
|
1288
|
-
}
|
|
1289
|
-
}
|
|
1290
|
-
]
|
|
1291
|
-
},
|
|
1292
|
-
{
|
|
1293
|
-
"kind": "javascript-module",
|
|
1294
|
-
"path": "src/layouts/index.ts",
|
|
1295
|
-
"declarations": [],
|
|
1296
|
-
"exports": [
|
|
1297
|
-
{
|
|
1298
|
-
"kind": "js",
|
|
1299
|
-
"name": "*",
|
|
1300
|
-
"declaration": {
|
|
1301
|
-
"name": "*",
|
|
1302
|
-
"package": "./default"
|
|
1303
|
-
}
|
|
1304
|
-
}
|
|
1305
|
-
]
|
|
1306
|
-
},
|
|
1307
|
-
{
|
|
1308
|
-
"kind": "javascript-module",
|
|
1309
|
-
"path": "src/main/index.ts",
|
|
1310
|
-
"declarations": [],
|
|
1311
|
-
"exports": [
|
|
1312
|
-
{
|
|
1313
|
-
"kind": "js",
|
|
1314
|
-
"name": "*",
|
|
1315
|
-
"declaration": {
|
|
1316
|
-
"name": "*",
|
|
1317
|
-
"package": "./main.template"
|
|
1318
|
-
}
|
|
1319
|
-
},
|
|
1320
|
-
{
|
|
1321
|
-
"kind": "js",
|
|
1322
|
-
"name": "*",
|
|
1323
|
-
"declaration": {
|
|
1324
|
-
"name": "*",
|
|
1325
|
-
"package": "./main"
|
|
1326
|
-
}
|
|
1327
|
-
}
|
|
1328
|
-
]
|
|
1329
|
-
},
|
|
1330
|
-
{
|
|
1331
|
-
"kind": "javascript-module",
|
|
1332
|
-
"path": "src/main/main.styles.ts",
|
|
1333
|
-
"declarations": [
|
|
1334
|
-
{
|
|
1335
|
-
"kind": "variable",
|
|
1336
|
-
"name": "MainStyles",
|
|
1337
|
-
"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`"
|
|
1338
|
-
}
|
|
1339
|
-
],
|
|
1340
|
-
"exports": [
|
|
1341
|
-
{
|
|
1342
|
-
"kind": "js",
|
|
1343
|
-
"name": "MainStyles",
|
|
1344
|
-
"declaration": {
|
|
1345
|
-
"name": "MainStyles",
|
|
1346
|
-
"module": "src/main/main.styles.ts"
|
|
1347
|
-
}
|
|
1348
|
-
}
|
|
1349
|
-
]
|
|
1350
|
-
},
|
|
1351
|
-
{
|
|
1352
|
-
"kind": "javascript-module",
|
|
1353
|
-
"path": "src/main/main.template.ts",
|
|
1354
|
-
"declarations": [],
|
|
1355
|
-
"exports": []
|
|
1356
|
-
},
|
|
1357
|
-
{
|
|
1358
|
-
"kind": "javascript-module",
|
|
1359
|
-
"path": "src/main/main.ts",
|
|
1360
|
-
"declarations": [
|
|
1361
|
-
{
|
|
1362
|
-
"kind": "class",
|
|
1363
|
-
"description": "",
|
|
1364
|
-
"name": "MainApplication",
|
|
1365
|
-
"members": [
|
|
1366
|
-
{
|
|
1367
|
-
"kind": "field",
|
|
1368
|
-
"name": "config",
|
|
1369
|
-
"type": {
|
|
1370
|
-
"text": "MainRouterConfig"
|
|
1371
|
-
}
|
|
1372
|
-
},
|
|
1373
|
-
{
|
|
1374
|
-
"kind": "field",
|
|
1375
|
-
"name": "connect",
|
|
1376
|
-
"type": {
|
|
1377
|
-
"text": "Connect"
|
|
1378
|
-
}
|
|
1379
|
-
},
|
|
1380
|
-
{
|
|
1381
|
-
"kind": "field",
|
|
1382
|
-
"name": "session",
|
|
1383
|
-
"type": {
|
|
1384
|
-
"text": "Session"
|
|
1385
|
-
}
|
|
1386
|
-
},
|
|
1387
|
-
{
|
|
1388
|
-
"kind": "field",
|
|
1389
|
-
"name": "container",
|
|
1390
|
-
"type": {
|
|
1391
|
-
"text": "Container"
|
|
1392
|
-
}
|
|
1393
|
-
},
|
|
1394
|
-
{
|
|
1395
|
-
"kind": "field",
|
|
1396
|
-
"name": "provider",
|
|
1397
|
-
"type": {
|
|
1398
|
-
"text": "any"
|
|
1399
|
-
}
|
|
1400
|
-
},
|
|
1401
|
-
{
|
|
1402
|
-
"kind": "field",
|
|
1403
|
-
"name": "ready",
|
|
1404
|
-
"type": {
|
|
1405
|
-
"text": "boolean"
|
|
1406
|
-
},
|
|
1407
|
-
"default": "false"
|
|
1408
|
-
},
|
|
1409
|
-
{
|
|
1410
|
-
"kind": "field",
|
|
1411
|
-
"name": "data",
|
|
1412
|
-
"type": {
|
|
1413
|
-
"text": "any"
|
|
1414
|
-
},
|
|
1415
|
-
"default": "null"
|
|
1416
|
-
},
|
|
1417
|
-
{
|
|
1418
|
-
"kind": "method",
|
|
1419
|
-
"name": "onLuminanceToggle"
|
|
1420
|
-
},
|
|
1421
|
-
{
|
|
1422
|
-
"kind": "method",
|
|
1423
|
-
"name": "loadRemotes"
|
|
1424
|
-
},
|
|
1425
|
-
{
|
|
1426
|
-
"kind": "method",
|
|
1427
|
-
"name": "selectTemplate"
|
|
1428
|
-
},
|
|
1429
|
-
{
|
|
1430
|
-
"kind": "method",
|
|
1431
|
-
"name": "registerDIDependencies",
|
|
1432
|
-
"privacy": "private"
|
|
1433
|
-
}
|
|
1434
|
-
],
|
|
1435
|
-
"superclass": {
|
|
1436
|
-
"name": "FASTElement",
|
|
1437
|
-
"package": "@microsoft/fast-element"
|
|
1438
|
-
},
|
|
1439
|
-
"customElement": true
|
|
1440
|
-
}
|
|
1441
|
-
],
|
|
1442
|
-
"exports": [
|
|
1443
|
-
{
|
|
1444
|
-
"kind": "js",
|
|
1445
|
-
"name": "MainApplication",
|
|
1446
|
-
"declaration": {
|
|
1447
|
-
"name": "MainApplication",
|
|
1448
|
-
"module": "src/main/main.ts"
|
|
1449
|
-
}
|
|
1450
|
-
},
|
|
1451
|
-
{
|
|
1452
|
-
"kind": "custom-element-definition",
|
|
1453
|
-
"declaration": {
|
|
1454
|
-
"name": "MainApplication",
|
|
1455
|
-
"module": "src/main/main.ts"
|
|
1456
|
-
}
|
|
1457
|
-
}
|
|
1458
|
-
]
|
|
1459
|
-
},
|
|
1460
1460
|
{
|
|
1461
1461
|
"kind": "javascript-module",
|
|
1462
1462
|
"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.149.2",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"license": "SEE LICENSE IN license.txt",
|
|
7
7
|
"main": "dist/esm/index.js",
|
|
@@ -43,29 +43,29 @@
|
|
|
43
43
|
"test:debug": "genx test --debug"
|
|
44
44
|
},
|
|
45
45
|
"devDependencies": {
|
|
46
|
-
"@genesislcap/foundation-testing": "14.
|
|
47
|
-
"@genesislcap/genx": "14.
|
|
48
|
-
"@genesislcap/rollup-builder": "14.
|
|
49
|
-
"@genesislcap/ts-builder": "14.
|
|
50
|
-
"@genesislcap/uvu-playwright-builder": "14.
|
|
51
|
-
"@genesislcap/vite-builder": "14.
|
|
52
|
-
"@genesislcap/webpack-builder": "14.
|
|
46
|
+
"@genesislcap/foundation-testing": "14.149.2",
|
|
47
|
+
"@genesislcap/genx": "14.149.2",
|
|
48
|
+
"@genesislcap/rollup-builder": "14.149.2",
|
|
49
|
+
"@genesislcap/ts-builder": "14.149.2",
|
|
50
|
+
"@genesislcap/uvu-playwright-builder": "14.149.2",
|
|
51
|
+
"@genesislcap/vite-builder": "14.149.2",
|
|
52
|
+
"@genesislcap/webpack-builder": "14.149.2",
|
|
53
53
|
"rimraf": "^3.0.2"
|
|
54
54
|
},
|
|
55
55
|
"dependencies": {
|
|
56
56
|
"@ag-grid-community/core": "29.2.0",
|
|
57
|
-
"@genesislcap/foundation-comms": "14.
|
|
58
|
-
"@genesislcap/foundation-errors": "14.
|
|
59
|
-
"@genesislcap/foundation-events": "14.
|
|
60
|
-
"@genesislcap/foundation-forms": "14.
|
|
61
|
-
"@genesislcap/foundation-logger": "14.
|
|
62
|
-
"@genesislcap/foundation-login": "14.
|
|
63
|
-
"@genesislcap/foundation-notifications": "14.
|
|
64
|
-
"@genesislcap/foundation-ui": "14.
|
|
65
|
-
"@genesislcap/foundation-utils": "14.
|
|
66
|
-
"@genesislcap/foundation-zero": "14.
|
|
67
|
-
"@genesislcap/foundation-zero-grid-pro": "14.
|
|
68
|
-
"@genesislcap/grid-pro": "14.
|
|
57
|
+
"@genesislcap/foundation-comms": "14.149.2",
|
|
58
|
+
"@genesislcap/foundation-errors": "14.149.2",
|
|
59
|
+
"@genesislcap/foundation-events": "14.149.2",
|
|
60
|
+
"@genesislcap/foundation-forms": "14.149.2",
|
|
61
|
+
"@genesislcap/foundation-logger": "14.149.2",
|
|
62
|
+
"@genesislcap/foundation-login": "14.149.2",
|
|
63
|
+
"@genesislcap/foundation-notifications": "14.149.2",
|
|
64
|
+
"@genesislcap/foundation-ui": "14.149.2",
|
|
65
|
+
"@genesislcap/foundation-utils": "14.149.2",
|
|
66
|
+
"@genesislcap/foundation-zero": "14.149.2",
|
|
67
|
+
"@genesislcap/foundation-zero-grid-pro": "14.149.2",
|
|
68
|
+
"@genesislcap/grid-pro": "14.149.2",
|
|
69
69
|
"@microsoft/fast-components": "^2.30.6",
|
|
70
70
|
"@microsoft/fast-element": "^1.12.0",
|
|
71
71
|
"@microsoft/fast-foundation": "^2.49.4",
|
|
@@ -81,5 +81,5 @@
|
|
|
81
81
|
"access": "public"
|
|
82
82
|
},
|
|
83
83
|
"customElements": "dist/custom-elements.json",
|
|
84
|
-
"gitHead": "
|
|
84
|
+
"gitHead": "7cd54ab7f102571fb3f611db37edc6b9e5625df1"
|
|
85
85
|
}
|