@genesislcap/foundation-entity-management 14.177.0-raise-intent.1 → 14.177.0-raise-intent.3

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.
Files changed (2) hide show
  1. package/dist/custom-elements.json +202 -202
  2. package/package.json +21 -21
@@ -880,208 +880,6 @@
880
880
  }
881
881
  ]
882
882
  },
883
- {
884
- "kind": "javascript-module",
885
- "path": "src/layouts/default.ts",
886
- "declarations": [
887
- {
888
- "kind": "variable",
889
- "name": "loginLayout",
890
- "default": "new FASTElementLayout(\n html`\n <div class=\"container\">\n <div class=\"content\">\n <slot></slot>\n </div>\n </div>\n `,\n baseLayoutCss,\n)"
891
- },
892
- {
893
- "kind": "variable",
894
- "name": "defaultLayout",
895
- "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)"
896
- }
897
- ],
898
- "exports": [
899
- {
900
- "kind": "js",
901
- "name": "loginLayout",
902
- "declaration": {
903
- "name": "loginLayout",
904
- "module": "src/layouts/default.ts"
905
- }
906
- },
907
- {
908
- "kind": "js",
909
- "name": "defaultLayout",
910
- "declaration": {
911
- "name": "defaultLayout",
912
- "module": "src/layouts/default.ts"
913
- }
914
- }
915
- ]
916
- },
917
- {
918
- "kind": "javascript-module",
919
- "path": "src/layouts/index.ts",
920
- "declarations": [],
921
- "exports": [
922
- {
923
- "kind": "js",
924
- "name": "*",
925
- "declaration": {
926
- "name": "*",
927
- "package": "./default"
928
- }
929
- }
930
- ]
931
- },
932
- {
933
- "kind": "javascript-module",
934
- "path": "src/main/index.ts",
935
- "declarations": [],
936
- "exports": [
937
- {
938
- "kind": "js",
939
- "name": "*",
940
- "declaration": {
941
- "name": "*",
942
- "package": "./main.template"
943
- }
944
- },
945
- {
946
- "kind": "js",
947
- "name": "*",
948
- "declaration": {
949
- "name": "*",
950
- "package": "./main"
951
- }
952
- }
953
- ]
954
- },
955
- {
956
- "kind": "javascript-module",
957
- "path": "src/main/main.styles.ts",
958
- "declarations": [
959
- {
960
- "kind": "variable",
961
- "name": "MainStyles",
962
- "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`"
963
- }
964
- ],
965
- "exports": [
966
- {
967
- "kind": "js",
968
- "name": "MainStyles",
969
- "declaration": {
970
- "name": "MainStyles",
971
- "module": "src/main/main.styles.ts"
972
- }
973
- }
974
- ]
975
- },
976
- {
977
- "kind": "javascript-module",
978
- "path": "src/main/main.template.ts",
979
- "declarations": [],
980
- "exports": []
981
- },
982
- {
983
- "kind": "javascript-module",
984
- "path": "src/main/main.ts",
985
- "declarations": [
986
- {
987
- "kind": "class",
988
- "description": "",
989
- "name": "MainApplication",
990
- "members": [
991
- {
992
- "kind": "field",
993
- "name": "config",
994
- "type": {
995
- "text": "MainRouterConfig"
996
- }
997
- },
998
- {
999
- "kind": "field",
1000
- "name": "connect",
1001
- "type": {
1002
- "text": "Connect"
1003
- }
1004
- },
1005
- {
1006
- "kind": "field",
1007
- "name": "session",
1008
- "type": {
1009
- "text": "Session"
1010
- }
1011
- },
1012
- {
1013
- "kind": "field",
1014
- "name": "container",
1015
- "type": {
1016
- "text": "Container"
1017
- }
1018
- },
1019
- {
1020
- "kind": "field",
1021
- "name": "provider",
1022
- "type": {
1023
- "text": "any"
1024
- }
1025
- },
1026
- {
1027
- "kind": "field",
1028
- "name": "ready",
1029
- "type": {
1030
- "text": "boolean"
1031
- },
1032
- "default": "false"
1033
- },
1034
- {
1035
- "kind": "field",
1036
- "name": "data",
1037
- "type": {
1038
- "text": "any"
1039
- },
1040
- "default": "null"
1041
- },
1042
- {
1043
- "kind": "method",
1044
- "name": "onLuminanceToggle"
1045
- },
1046
- {
1047
- "kind": "method",
1048
- "name": "loadRemotes"
1049
- },
1050
- {
1051
- "kind": "method",
1052
- "name": "selectTemplate"
1053
- },
1054
- {
1055
- "kind": "method",
1056
- "name": "registerDIDependencies",
1057
- "privacy": "private"
1058
- }
1059
- ],
1060
- "superclass": {
1061
- "name": "FASTElement",
1062
- "package": "@microsoft/fast-element"
1063
- },
1064
- "customElement": true
1065
- }
1066
- ],
1067
- "exports": [
1068
- {
1069
- "kind": "js",
1070
- "name": "MainApplication",
1071
- "declaration": {
1072
- "name": "MainApplication",
1073
- "module": "src/main/main.ts"
1074
- }
1075
- },
1076
- {
1077
- "kind": "custom-element-definition",
1078
- "declaration": {
1079
- "name": "MainApplication",
1080
- "module": "src/main/main.ts"
1081
- }
1082
- }
1083
- ]
1084
- },
1085
883
  {
1086
884
  "kind": "javascript-module",
1087
885
  "path": "src/list/index.ts",
@@ -1539,6 +1337,208 @@
1539
1337
  }
1540
1338
  ]
1541
1339
  },
1340
+ {
1341
+ "kind": "javascript-module",
1342
+ "path": "src/layouts/default.ts",
1343
+ "declarations": [
1344
+ {
1345
+ "kind": "variable",
1346
+ "name": "loginLayout",
1347
+ "default": "new FASTElementLayout(\n html`\n <div class=\"container\">\n <div class=\"content\">\n <slot></slot>\n </div>\n </div>\n `,\n baseLayoutCss,\n)"
1348
+ },
1349
+ {
1350
+ "kind": "variable",
1351
+ "name": "defaultLayout",
1352
+ "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)"
1353
+ }
1354
+ ],
1355
+ "exports": [
1356
+ {
1357
+ "kind": "js",
1358
+ "name": "loginLayout",
1359
+ "declaration": {
1360
+ "name": "loginLayout",
1361
+ "module": "src/layouts/default.ts"
1362
+ }
1363
+ },
1364
+ {
1365
+ "kind": "js",
1366
+ "name": "defaultLayout",
1367
+ "declaration": {
1368
+ "name": "defaultLayout",
1369
+ "module": "src/layouts/default.ts"
1370
+ }
1371
+ }
1372
+ ]
1373
+ },
1374
+ {
1375
+ "kind": "javascript-module",
1376
+ "path": "src/layouts/index.ts",
1377
+ "declarations": [],
1378
+ "exports": [
1379
+ {
1380
+ "kind": "js",
1381
+ "name": "*",
1382
+ "declaration": {
1383
+ "name": "*",
1384
+ "package": "./default"
1385
+ }
1386
+ }
1387
+ ]
1388
+ },
1389
+ {
1390
+ "kind": "javascript-module",
1391
+ "path": "src/main/index.ts",
1392
+ "declarations": [],
1393
+ "exports": [
1394
+ {
1395
+ "kind": "js",
1396
+ "name": "*",
1397
+ "declaration": {
1398
+ "name": "*",
1399
+ "package": "./main.template"
1400
+ }
1401
+ },
1402
+ {
1403
+ "kind": "js",
1404
+ "name": "*",
1405
+ "declaration": {
1406
+ "name": "*",
1407
+ "package": "./main"
1408
+ }
1409
+ }
1410
+ ]
1411
+ },
1412
+ {
1413
+ "kind": "javascript-module",
1414
+ "path": "src/main/main.styles.ts",
1415
+ "declarations": [
1416
+ {
1417
+ "kind": "variable",
1418
+ "name": "MainStyles",
1419
+ "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`"
1420
+ }
1421
+ ],
1422
+ "exports": [
1423
+ {
1424
+ "kind": "js",
1425
+ "name": "MainStyles",
1426
+ "declaration": {
1427
+ "name": "MainStyles",
1428
+ "module": "src/main/main.styles.ts"
1429
+ }
1430
+ }
1431
+ ]
1432
+ },
1433
+ {
1434
+ "kind": "javascript-module",
1435
+ "path": "src/main/main.template.ts",
1436
+ "declarations": [],
1437
+ "exports": []
1438
+ },
1439
+ {
1440
+ "kind": "javascript-module",
1441
+ "path": "src/main/main.ts",
1442
+ "declarations": [
1443
+ {
1444
+ "kind": "class",
1445
+ "description": "",
1446
+ "name": "MainApplication",
1447
+ "members": [
1448
+ {
1449
+ "kind": "field",
1450
+ "name": "config",
1451
+ "type": {
1452
+ "text": "MainRouterConfig"
1453
+ }
1454
+ },
1455
+ {
1456
+ "kind": "field",
1457
+ "name": "connect",
1458
+ "type": {
1459
+ "text": "Connect"
1460
+ }
1461
+ },
1462
+ {
1463
+ "kind": "field",
1464
+ "name": "session",
1465
+ "type": {
1466
+ "text": "Session"
1467
+ }
1468
+ },
1469
+ {
1470
+ "kind": "field",
1471
+ "name": "container",
1472
+ "type": {
1473
+ "text": "Container"
1474
+ }
1475
+ },
1476
+ {
1477
+ "kind": "field",
1478
+ "name": "provider",
1479
+ "type": {
1480
+ "text": "any"
1481
+ }
1482
+ },
1483
+ {
1484
+ "kind": "field",
1485
+ "name": "ready",
1486
+ "type": {
1487
+ "text": "boolean"
1488
+ },
1489
+ "default": "false"
1490
+ },
1491
+ {
1492
+ "kind": "field",
1493
+ "name": "data",
1494
+ "type": {
1495
+ "text": "any"
1496
+ },
1497
+ "default": "null"
1498
+ },
1499
+ {
1500
+ "kind": "method",
1501
+ "name": "onLuminanceToggle"
1502
+ },
1503
+ {
1504
+ "kind": "method",
1505
+ "name": "loadRemotes"
1506
+ },
1507
+ {
1508
+ "kind": "method",
1509
+ "name": "selectTemplate"
1510
+ },
1511
+ {
1512
+ "kind": "method",
1513
+ "name": "registerDIDependencies",
1514
+ "privacy": "private"
1515
+ }
1516
+ ],
1517
+ "superclass": {
1518
+ "name": "FASTElement",
1519
+ "package": "@microsoft/fast-element"
1520
+ },
1521
+ "customElement": true
1522
+ }
1523
+ ],
1524
+ "exports": [
1525
+ {
1526
+ "kind": "js",
1527
+ "name": "MainApplication",
1528
+ "declaration": {
1529
+ "name": "MainApplication",
1530
+ "module": "src/main/main.ts"
1531
+ }
1532
+ },
1533
+ {
1534
+ "kind": "custom-element-definition",
1535
+ "declaration": {
1536
+ "name": "MainApplication",
1537
+ "module": "src/main/main.ts"
1538
+ }
1539
+ }
1540
+ ]
1541
+ },
1542
1542
  {
1543
1543
  "kind": "javascript-module",
1544
1544
  "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.177.0-raise-intent.1",
4
+ "version": "14.177.0-raise-intent.3",
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.177.0-raise-intent.1",
47
- "@genesislcap/genx": "14.177.0-raise-intent.1",
48
- "@genesislcap/rollup-builder": "14.177.0-raise-intent.1",
49
- "@genesislcap/ts-builder": "14.177.0-raise-intent.1",
50
- "@genesislcap/uvu-playwright-builder": "14.177.0-raise-intent.1",
51
- "@genesislcap/vite-builder": "14.177.0-raise-intent.1",
52
- "@genesislcap/webpack-builder": "14.177.0-raise-intent.1",
46
+ "@genesislcap/foundation-testing": "14.177.0-raise-intent.3",
47
+ "@genesislcap/genx": "14.177.0-raise-intent.3",
48
+ "@genesislcap/rollup-builder": "14.177.0-raise-intent.3",
49
+ "@genesislcap/ts-builder": "14.177.0-raise-intent.3",
50
+ "@genesislcap/uvu-playwright-builder": "14.177.0-raise-intent.3",
51
+ "@genesislcap/vite-builder": "14.177.0-raise-intent.3",
52
+ "@genesislcap/webpack-builder": "14.177.0-raise-intent.3",
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.177.0-raise-intent.1",
58
- "@genesislcap/foundation-errors": "14.177.0-raise-intent.1",
59
- "@genesislcap/foundation-events": "14.177.0-raise-intent.1",
60
- "@genesislcap/foundation-forms": "14.177.0-raise-intent.1",
61
- "@genesislcap/foundation-logger": "14.177.0-raise-intent.1",
62
- "@genesislcap/foundation-login": "14.177.0-raise-intent.1",
63
- "@genesislcap/foundation-notifications": "14.177.0-raise-intent.1",
64
- "@genesislcap/foundation-ui": "14.177.0-raise-intent.1",
65
- "@genesislcap/foundation-utils": "14.177.0-raise-intent.1",
66
- "@genesislcap/foundation-zero": "14.177.0-raise-intent.1",
67
- "@genesislcap/foundation-zero-grid-pro": "14.177.0-raise-intent.1",
68
- "@genesislcap/grid-pro": "14.177.0-raise-intent.1",
57
+ "@genesislcap/foundation-comms": "14.177.0-raise-intent.3",
58
+ "@genesislcap/foundation-errors": "14.177.0-raise-intent.3",
59
+ "@genesislcap/foundation-events": "14.177.0-raise-intent.3",
60
+ "@genesislcap/foundation-forms": "14.177.0-raise-intent.3",
61
+ "@genesislcap/foundation-logger": "14.177.0-raise-intent.3",
62
+ "@genesislcap/foundation-login": "14.177.0-raise-intent.3",
63
+ "@genesislcap/foundation-notifications": "14.177.0-raise-intent.3",
64
+ "@genesislcap/foundation-ui": "14.177.0-raise-intent.3",
65
+ "@genesislcap/foundation-utils": "14.177.0-raise-intent.3",
66
+ "@genesislcap/foundation-zero": "14.177.0-raise-intent.3",
67
+ "@genesislcap/foundation-zero-grid-pro": "14.177.0-raise-intent.3",
68
+ "@genesislcap/grid-pro": "14.177.0-raise-intent.3",
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": "feead1717af6b7a7eeaea57c4d93d466af377c48"
84
+ "gitHead": "10af686352f09c217eb4430fb013c2beb0239966"
85
85
  }