@genesislcap/foundation-entity-management 14.192.1 → 14.192.2-publicpath.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.
Files changed (2) hide show
  1. package/dist/custom-elements.json +148 -148
  2. package/package.json +21 -21
@@ -919,49 +919,153 @@
919
919
  },
920
920
  {
921
921
  "kind": "javascript-module",
922
- "path": "src/layouts/default.ts",
923
- "declarations": [
922
+ "path": "src/main/index.ts",
923
+ "declarations": [],
924
+ "exports": [
924
925
  {
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)"
926
+ "kind": "js",
927
+ "name": "*",
928
+ "declaration": {
929
+ "name": "*",
930
+ "package": "./main.template"
931
+ }
928
932
  },
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": [
929
947
  {
930
948
  "kind": "variable",
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)"
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`"
933
951
  }
934
952
  ],
935
953
  "exports": [
936
954
  {
937
955
  "kind": "js",
938
- "name": "loginLayout",
939
- "declaration": {
940
- "name": "loginLayout",
941
- "module": "src/layouts/default.ts"
942
- }
943
- },
944
- {
945
- "kind": "js",
946
- "name": "defaultLayout",
956
+ "name": "MainStyles",
947
957
  "declaration": {
948
- "name": "defaultLayout",
949
- "module": "src/layouts/default.ts"
958
+ "name": "MainStyles",
959
+ "module": "src/main/main.styles.ts"
950
960
  }
951
961
  }
952
962
  ]
953
963
  },
954
964
  {
955
965
  "kind": "javascript-module",
956
- "path": "src/layouts/index.ts",
966
+ "path": "src/main/main.template.ts",
957
967
  "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
+ ],
958
1055
  "exports": [
959
1056
  {
960
1057
  "kind": "js",
961
- "name": "*",
1058
+ "name": "MainApplication",
962
1059
  "declaration": {
963
- "name": "*",
964
- "package": "./default"
1060
+ "name": "MainApplication",
1061
+ "module": "src/main/main.ts"
1062
+ }
1063
+ },
1064
+ {
1065
+ "kind": "custom-element-definition",
1066
+ "declaration": {
1067
+ "name": "MainApplication",
1068
+ "module": "src/main/main.ts"
965
1069
  }
966
1070
  }
967
1071
  ]
@@ -1431,153 +1535,49 @@
1431
1535
  },
1432
1536
  {
1433
1537
  "kind": "javascript-module",
1434
- "path": "src/main/index.ts",
1435
- "declarations": [],
1436
- "exports": [
1538
+ "path": "src/layouts/default.ts",
1539
+ "declarations": [
1437
1540
  {
1438
- "kind": "js",
1439
- "name": "*",
1440
- "declaration": {
1441
- "name": "*",
1442
- "package": "./main.template"
1443
- }
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)"
1444
1544
  },
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": [
1459
1545
  {
1460
1546
  "kind": "variable",
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`"
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)"
1463
1549
  }
1464
1550
  ],
1465
1551
  "exports": [
1466
1552
  {
1467
1553
  "kind": "js",
1468
- "name": "MainStyles",
1554
+ "name": "loginLayout",
1469
1555
  "declaration": {
1470
- "name": "MainStyles",
1471
- "module": "src/main/main.styles.ts"
1556
+ "name": "loginLayout",
1557
+ "module": "src/layouts/default.ts"
1558
+ }
1559
+ },
1560
+ {
1561
+ "kind": "js",
1562
+ "name": "defaultLayout",
1563
+ "declaration": {
1564
+ "name": "defaultLayout",
1565
+ "module": "src/layouts/default.ts"
1472
1566
  }
1473
1567
  }
1474
1568
  ]
1475
1569
  },
1476
1570
  {
1477
1571
  "kind": "javascript-module",
1478
- "path": "src/main/main.template.ts",
1572
+ "path": "src/layouts/index.ts",
1479
1573
  "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
- ],
1567
1574
  "exports": [
1568
1575
  {
1569
1576
  "kind": "js",
1570
- "name": "MainApplication",
1571
- "declaration": {
1572
- "name": "MainApplication",
1573
- "module": "src/main/main.ts"
1574
- }
1575
- },
1576
- {
1577
- "kind": "custom-element-definition",
1577
+ "name": "*",
1578
1578
  "declaration": {
1579
- "name": "MainApplication",
1580
- "module": "src/main/main.ts"
1579
+ "name": "*",
1580
+ "package": "./default"
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.1",
4
+ "version": "14.192.2-publicpath.1",
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.1",
56
- "@genesislcap/genx": "14.192.1",
57
- "@genesislcap/rollup-builder": "14.192.1",
58
- "@genesislcap/ts-builder": "14.192.1",
59
- "@genesislcap/uvu-playwright-builder": "14.192.1",
60
- "@genesislcap/vite-builder": "14.192.1",
61
- "@genesislcap/webpack-builder": "14.192.1",
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",
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.1",
67
- "@genesislcap/foundation-errors": "14.192.1",
68
- "@genesislcap/foundation-events": "14.192.1",
69
- "@genesislcap/foundation-forms": "14.192.1",
70
- "@genesislcap/foundation-logger": "14.192.1",
71
- "@genesislcap/foundation-login": "14.192.1",
72
- "@genesislcap/foundation-notifications": "14.192.1",
73
- "@genesislcap/foundation-ui": "14.192.1",
74
- "@genesislcap/foundation-utils": "14.192.1",
75
- "@genesislcap/foundation-zero": "14.192.1",
76
- "@genesislcap/foundation-zero-grid-pro": "14.192.1",
77
- "@genesislcap/grid-pro": "14.192.1",
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",
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": "a29aa171eb4bd0a83c1787bdcfb0351f77ff0cc5"
93
+ "gitHead": "165c9d37df321541fb2ed9091af9e6bdd17261b2"
94
94
  }