@genesislcap/foundation-entity-management 14.192.2-publicpath.1 → 14.192.3-alpha-1303ae2.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.
Files changed (2) hide show
  1. package/dist/custom-elements.json +148 -148
  2. package/package.json +21 -21
@@ -919,153 +919,49 @@
919
919
  },
920
920
  {
921
921
  "kind": "javascript-module",
922
- "path": "src/main/index.ts",
923
- "declarations": [],
924
- "exports": [
922
+ "path": "src/layouts/default.ts",
923
+ "declarations": [
925
924
  {
926
- "kind": "js",
927
- "name": "*",
928
- "declaration": {
929
- "name": "*",
930
- "package": "./main.template"
931
- }
925
+ "kind": "variable",
926
+ "name": "loginLayout",
927
+ "default": "new FASTElementLayout(\n html`\n <div class=\"container\">\n <div class=\"content\">\n <slot></slot>\n </div>\n </div>\n `,\n baseLayoutCss,\n)"
932
928
  },
933
- {
934
- "kind": "js",
935
- "name": "*",
936
- "declaration": {
937
- "name": "*",
938
- "package": "./main"
939
- }
940
- }
941
- ]
942
- },
943
- {
944
- "kind": "javascript-module",
945
- "path": "src/main/main.styles.ts",
946
- "declarations": [
947
929
  {
948
930
  "kind": "variable",
949
- "name": "MainStyles",
950
- "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`"
931
+ "name": "defaultLayout",
932
+ "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)"
951
933
  }
952
934
  ],
953
935
  "exports": [
954
936
  {
955
937
  "kind": "js",
956
- "name": "MainStyles",
938
+ "name": "loginLayout",
957
939
  "declaration": {
958
- "name": "MainStyles",
959
- "module": "src/main/main.styles.ts"
940
+ "name": "loginLayout",
941
+ "module": "src/layouts/default.ts"
942
+ }
943
+ },
944
+ {
945
+ "kind": "js",
946
+ "name": "defaultLayout",
947
+ "declaration": {
948
+ "name": "defaultLayout",
949
+ "module": "src/layouts/default.ts"
960
950
  }
961
951
  }
962
952
  ]
963
953
  },
964
954
  {
965
955
  "kind": "javascript-module",
966
- "path": "src/main/main.template.ts",
956
+ "path": "src/layouts/index.ts",
967
957
  "declarations": [],
968
- "exports": []
969
- },
970
- {
971
- "kind": "javascript-module",
972
- "path": "src/main/main.ts",
973
- "declarations": [
974
- {
975
- "kind": "class",
976
- "description": "",
977
- "name": "MainApplication",
978
- "members": [
979
- {
980
- "kind": "field",
981
- "name": "config",
982
- "type": {
983
- "text": "MainRouterConfig"
984
- }
985
- },
986
- {
987
- "kind": "field",
988
- "name": "connect",
989
- "type": {
990
- "text": "Connect"
991
- }
992
- },
993
- {
994
- "kind": "field",
995
- "name": "session",
996
- "type": {
997
- "text": "Session"
998
- }
999
- },
1000
- {
1001
- "kind": "field",
1002
- "name": "container",
1003
- "type": {
1004
- "text": "Container"
1005
- }
1006
- },
1007
- {
1008
- "kind": "field",
1009
- "name": "provider",
1010
- "type": {
1011
- "text": "any"
1012
- }
1013
- },
1014
- {
1015
- "kind": "field",
1016
- "name": "ready",
1017
- "type": {
1018
- "text": "boolean"
1019
- },
1020
- "default": "false"
1021
- },
1022
- {
1023
- "kind": "field",
1024
- "name": "data",
1025
- "type": {
1026
- "text": "any"
1027
- },
1028
- "default": "null"
1029
- },
1030
- {
1031
- "kind": "method",
1032
- "name": "onLuminanceToggle"
1033
- },
1034
- {
1035
- "kind": "method",
1036
- "name": "loadRemotes"
1037
- },
1038
- {
1039
- "kind": "method",
1040
- "name": "selectTemplate"
1041
- },
1042
- {
1043
- "kind": "method",
1044
- "name": "registerDIDependencies",
1045
- "privacy": "private"
1046
- }
1047
- ],
1048
- "superclass": {
1049
- "name": "FASTElement",
1050
- "package": "@microsoft/fast-element"
1051
- },
1052
- "customElement": true
1053
- }
1054
- ],
1055
958
  "exports": [
1056
959
  {
1057
960
  "kind": "js",
1058
- "name": "MainApplication",
1059
- "declaration": {
1060
- "name": "MainApplication",
1061
- "module": "src/main/main.ts"
1062
- }
1063
- },
1064
- {
1065
- "kind": "custom-element-definition",
961
+ "name": "*",
1066
962
  "declaration": {
1067
- "name": "MainApplication",
1068
- "module": "src/main/main.ts"
963
+ "name": "*",
964
+ "package": "./default"
1069
965
  }
1070
966
  }
1071
967
  ]
@@ -1535,49 +1431,153 @@
1535
1431
  },
1536
1432
  {
1537
1433
  "kind": "javascript-module",
1538
- "path": "src/layouts/default.ts",
1539
- "declarations": [
1434
+ "path": "src/main/index.ts",
1435
+ "declarations": [],
1436
+ "exports": [
1540
1437
  {
1541
- "kind": "variable",
1542
- "name": "loginLayout",
1543
- "default": "new FASTElementLayout(\n html`\n <div class=\"container\">\n <div class=\"content\">\n <slot></slot>\n </div>\n </div>\n `,\n baseLayoutCss,\n)"
1438
+ "kind": "js",
1439
+ "name": "*",
1440
+ "declaration": {
1441
+ "name": "*",
1442
+ "package": "./main.template"
1443
+ }
1544
1444
  },
1445
+ {
1446
+ "kind": "js",
1447
+ "name": "*",
1448
+ "declaration": {
1449
+ "name": "*",
1450
+ "package": "./main"
1451
+ }
1452
+ }
1453
+ ]
1454
+ },
1455
+ {
1456
+ "kind": "javascript-module",
1457
+ "path": "src/main/main.styles.ts",
1458
+ "declarations": [
1545
1459
  {
1546
1460
  "kind": "variable",
1547
- "name": "defaultLayout",
1548
- "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)"
1461
+ "name": "MainStyles",
1462
+ "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`"
1549
1463
  }
1550
1464
  ],
1551
1465
  "exports": [
1552
1466
  {
1553
1467
  "kind": "js",
1554
- "name": "loginLayout",
1555
- "declaration": {
1556
- "name": "loginLayout",
1557
- "module": "src/layouts/default.ts"
1558
- }
1559
- },
1560
- {
1561
- "kind": "js",
1562
- "name": "defaultLayout",
1468
+ "name": "MainStyles",
1563
1469
  "declaration": {
1564
- "name": "defaultLayout",
1565
- "module": "src/layouts/default.ts"
1470
+ "name": "MainStyles",
1471
+ "module": "src/main/main.styles.ts"
1566
1472
  }
1567
1473
  }
1568
1474
  ]
1569
1475
  },
1570
1476
  {
1571
1477
  "kind": "javascript-module",
1572
- "path": "src/layouts/index.ts",
1478
+ "path": "src/main/main.template.ts",
1573
1479
  "declarations": [],
1480
+ "exports": []
1481
+ },
1482
+ {
1483
+ "kind": "javascript-module",
1484
+ "path": "src/main/main.ts",
1485
+ "declarations": [
1486
+ {
1487
+ "kind": "class",
1488
+ "description": "",
1489
+ "name": "MainApplication",
1490
+ "members": [
1491
+ {
1492
+ "kind": "field",
1493
+ "name": "config",
1494
+ "type": {
1495
+ "text": "MainRouterConfig"
1496
+ }
1497
+ },
1498
+ {
1499
+ "kind": "field",
1500
+ "name": "connect",
1501
+ "type": {
1502
+ "text": "Connect"
1503
+ }
1504
+ },
1505
+ {
1506
+ "kind": "field",
1507
+ "name": "session",
1508
+ "type": {
1509
+ "text": "Session"
1510
+ }
1511
+ },
1512
+ {
1513
+ "kind": "field",
1514
+ "name": "container",
1515
+ "type": {
1516
+ "text": "Container"
1517
+ }
1518
+ },
1519
+ {
1520
+ "kind": "field",
1521
+ "name": "provider",
1522
+ "type": {
1523
+ "text": "any"
1524
+ }
1525
+ },
1526
+ {
1527
+ "kind": "field",
1528
+ "name": "ready",
1529
+ "type": {
1530
+ "text": "boolean"
1531
+ },
1532
+ "default": "false"
1533
+ },
1534
+ {
1535
+ "kind": "field",
1536
+ "name": "data",
1537
+ "type": {
1538
+ "text": "any"
1539
+ },
1540
+ "default": "null"
1541
+ },
1542
+ {
1543
+ "kind": "method",
1544
+ "name": "onLuminanceToggle"
1545
+ },
1546
+ {
1547
+ "kind": "method",
1548
+ "name": "loadRemotes"
1549
+ },
1550
+ {
1551
+ "kind": "method",
1552
+ "name": "selectTemplate"
1553
+ },
1554
+ {
1555
+ "kind": "method",
1556
+ "name": "registerDIDependencies",
1557
+ "privacy": "private"
1558
+ }
1559
+ ],
1560
+ "superclass": {
1561
+ "name": "FASTElement",
1562
+ "package": "@microsoft/fast-element"
1563
+ },
1564
+ "customElement": true
1565
+ }
1566
+ ],
1574
1567
  "exports": [
1575
1568
  {
1576
1569
  "kind": "js",
1577
- "name": "*",
1570
+ "name": "MainApplication",
1578
1571
  "declaration": {
1579
- "name": "*",
1580
- "package": "./default"
1572
+ "name": "MainApplication",
1573
+ "module": "src/main/main.ts"
1574
+ }
1575
+ },
1576
+ {
1577
+ "kind": "custom-element-definition",
1578
+ "declaration": {
1579
+ "name": "MainApplication",
1580
+ "module": "src/main/main.ts"
1581
1581
  }
1582
1582
  }
1583
1583
  ]
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.192.2-publicpath.1",
4
+ "version": "14.192.3-alpha-1303ae2.0",
5
5
  "sideEffects": false,
6
6
  "license": "SEE LICENSE IN license.txt",
7
7
  "main": "dist/esm/index.js",
@@ -52,29 +52,29 @@
52
52
  }
53
53
  },
54
54
  "devDependencies": {
55
- "@genesislcap/foundation-testing": "14.192.2-publicpath.1",
56
- "@genesislcap/genx": "14.192.2-publicpath.1",
57
- "@genesislcap/rollup-builder": "14.192.2-publicpath.1",
58
- "@genesislcap/ts-builder": "14.192.2-publicpath.1",
59
- "@genesislcap/uvu-playwright-builder": "14.192.2-publicpath.1",
60
- "@genesislcap/vite-builder": "14.192.2-publicpath.1",
61
- "@genesislcap/webpack-builder": "14.192.2-publicpath.1",
55
+ "@genesislcap/foundation-testing": "14.192.3-alpha-1303ae2.0",
56
+ "@genesislcap/genx": "14.192.3-alpha-1303ae2.0",
57
+ "@genesislcap/rollup-builder": "14.192.3-alpha-1303ae2.0",
58
+ "@genesislcap/ts-builder": "14.192.3-alpha-1303ae2.0",
59
+ "@genesislcap/uvu-playwright-builder": "14.192.3-alpha-1303ae2.0",
60
+ "@genesislcap/vite-builder": "14.192.3-alpha-1303ae2.0",
61
+ "@genesislcap/webpack-builder": "14.192.3-alpha-1303ae2.0",
62
62
  "rimraf": "^5.0.0"
63
63
  },
64
64
  "dependencies": {
65
65
  "@ag-grid-community/core": "29.2.0",
66
- "@genesislcap/foundation-comms": "14.192.2-publicpath.1",
67
- "@genesislcap/foundation-errors": "14.192.2-publicpath.1",
68
- "@genesislcap/foundation-events": "14.192.2-publicpath.1",
69
- "@genesislcap/foundation-forms": "14.192.2-publicpath.1",
70
- "@genesislcap/foundation-logger": "14.192.2-publicpath.1",
71
- "@genesislcap/foundation-login": "14.192.2-publicpath.1",
72
- "@genesislcap/foundation-notifications": "14.192.2-publicpath.1",
73
- "@genesislcap/foundation-ui": "14.192.2-publicpath.1",
74
- "@genesislcap/foundation-utils": "14.192.2-publicpath.1",
75
- "@genesislcap/foundation-zero": "14.192.2-publicpath.1",
76
- "@genesislcap/foundation-zero-grid-pro": "14.192.2-publicpath.1",
77
- "@genesislcap/grid-pro": "14.192.2-publicpath.1",
66
+ "@genesislcap/foundation-comms": "14.192.3-alpha-1303ae2.0",
67
+ "@genesislcap/foundation-errors": "14.192.3-alpha-1303ae2.0",
68
+ "@genesislcap/foundation-events": "14.192.3-alpha-1303ae2.0",
69
+ "@genesislcap/foundation-forms": "14.192.3-alpha-1303ae2.0",
70
+ "@genesislcap/foundation-logger": "14.192.3-alpha-1303ae2.0",
71
+ "@genesislcap/foundation-login": "14.192.3-alpha-1303ae2.0",
72
+ "@genesislcap/foundation-notifications": "14.192.3-alpha-1303ae2.0",
73
+ "@genesislcap/foundation-ui": "14.192.3-alpha-1303ae2.0",
74
+ "@genesislcap/foundation-utils": "14.192.3-alpha-1303ae2.0",
75
+ "@genesislcap/foundation-zero": "14.192.3-alpha-1303ae2.0",
76
+ "@genesislcap/foundation-zero-grid-pro": "14.192.3-alpha-1303ae2.0",
77
+ "@genesislcap/grid-pro": "14.192.3-alpha-1303ae2.0",
78
78
  "@microsoft/fast-components": "^2.30.6",
79
79
  "@microsoft/fast-element": "^1.12.0",
80
80
  "@microsoft/fast-foundation": "^2.49.4",
@@ -90,5 +90,5 @@
90
90
  "access": "public"
91
91
  },
92
92
  "customElements": "dist/custom-elements.json",
93
- "gitHead": "165c9d37df321541fb2ed9091af9e6bdd17261b2"
93
+ "gitHead": "a3a2aa25079aae6722a6f7039dcc3abc862b90dc"
94
94
  }