@genesislcap/foundation-entity-management 14.18.0 → 14.19.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 +153 -153
  2. package/package.json +13 -13
@@ -955,6 +955,159 @@
955
955
  }
956
956
  ]
957
957
  },
958
+ {
959
+ "kind": "javascript-module",
960
+ "path": "src/main/index.ts",
961
+ "declarations": [],
962
+ "exports": [
963
+ {
964
+ "kind": "js",
965
+ "name": "*",
966
+ "declaration": {
967
+ "name": "*",
968
+ "package": "./main.template"
969
+ }
970
+ },
971
+ {
972
+ "kind": "js",
973
+ "name": "*",
974
+ "declaration": {
975
+ "name": "*",
976
+ "package": "./main"
977
+ }
978
+ }
979
+ ]
980
+ },
981
+ {
982
+ "kind": "javascript-module",
983
+ "path": "src/main/main.styles.ts",
984
+ "declarations": [
985
+ {
986
+ "kind": "variable",
987
+ "name": "MainStyles",
988
+ "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`"
989
+ }
990
+ ],
991
+ "exports": [
992
+ {
993
+ "kind": "js",
994
+ "name": "MainStyles",
995
+ "declaration": {
996
+ "name": "MainStyles",
997
+ "module": "src/main/main.styles.ts"
998
+ }
999
+ }
1000
+ ]
1001
+ },
1002
+ {
1003
+ "kind": "javascript-module",
1004
+ "path": "src/main/main.template.ts",
1005
+ "declarations": [],
1006
+ "exports": []
1007
+ },
1008
+ {
1009
+ "kind": "javascript-module",
1010
+ "path": "src/main/main.ts",
1011
+ "declarations": [
1012
+ {
1013
+ "kind": "class",
1014
+ "description": "",
1015
+ "name": "MainApplication",
1016
+ "members": [
1017
+ {
1018
+ "kind": "field",
1019
+ "name": "config",
1020
+ "type": {
1021
+ "text": "MainRouterConfig"
1022
+ }
1023
+ },
1024
+ {
1025
+ "kind": "field",
1026
+ "name": "connect",
1027
+ "type": {
1028
+ "text": "Connect"
1029
+ }
1030
+ },
1031
+ {
1032
+ "kind": "field",
1033
+ "name": "session",
1034
+ "type": {
1035
+ "text": "Session"
1036
+ }
1037
+ },
1038
+ {
1039
+ "kind": "field",
1040
+ "name": "container",
1041
+ "type": {
1042
+ "text": "Container"
1043
+ }
1044
+ },
1045
+ {
1046
+ "kind": "field",
1047
+ "name": "provider",
1048
+ "type": {
1049
+ "text": "any"
1050
+ }
1051
+ },
1052
+ {
1053
+ "kind": "field",
1054
+ "name": "ready",
1055
+ "type": {
1056
+ "text": "boolean"
1057
+ },
1058
+ "default": "false"
1059
+ },
1060
+ {
1061
+ "kind": "field",
1062
+ "name": "data",
1063
+ "type": {
1064
+ "text": "any"
1065
+ },
1066
+ "default": "null"
1067
+ },
1068
+ {
1069
+ "kind": "method",
1070
+ "name": "onLuminanceToggle"
1071
+ },
1072
+ {
1073
+ "kind": "method",
1074
+ "name": "loadRemotes"
1075
+ },
1076
+ {
1077
+ "kind": "method",
1078
+ "name": "selectTemplate"
1079
+ },
1080
+ {
1081
+ "kind": "method",
1082
+ "name": "registerDIDependencies",
1083
+ "privacy": "private"
1084
+ }
1085
+ ],
1086
+ "superclass": {
1087
+ "name": "FASTElement",
1088
+ "package": "@microsoft/fast-element"
1089
+ },
1090
+ "customElement": true
1091
+ }
1092
+ ],
1093
+ "exports": [
1094
+ {
1095
+ "kind": "js",
1096
+ "name": "MainApplication",
1097
+ "declaration": {
1098
+ "name": "MainApplication",
1099
+ "module": "src/main/main.ts"
1100
+ }
1101
+ },
1102
+ {
1103
+ "kind": "custom-element-definition",
1104
+ "declaration": {
1105
+ "name": "MainApplication",
1106
+ "module": "src/main/main.ts"
1107
+ }
1108
+ }
1109
+ ]
1110
+ },
958
1111
  {
959
1112
  "kind": "javascript-module",
960
1113
  "path": "src/profiles/editProfileSchema.ts",
@@ -1570,159 +1723,6 @@
1570
1723
  }
1571
1724
  ]
1572
1725
  },
1573
- {
1574
- "kind": "javascript-module",
1575
- "path": "src/main/index.ts",
1576
- "declarations": [],
1577
- "exports": [
1578
- {
1579
- "kind": "js",
1580
- "name": "*",
1581
- "declaration": {
1582
- "name": "*",
1583
- "package": "./main.template"
1584
- }
1585
- },
1586
- {
1587
- "kind": "js",
1588
- "name": "*",
1589
- "declaration": {
1590
- "name": "*",
1591
- "package": "./main"
1592
- }
1593
- }
1594
- ]
1595
- },
1596
- {
1597
- "kind": "javascript-module",
1598
- "path": "src/main/main.styles.ts",
1599
- "declarations": [
1600
- {
1601
- "kind": "variable",
1602
- "name": "MainStyles",
1603
- "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`"
1604
- }
1605
- ],
1606
- "exports": [
1607
- {
1608
- "kind": "js",
1609
- "name": "MainStyles",
1610
- "declaration": {
1611
- "name": "MainStyles",
1612
- "module": "src/main/main.styles.ts"
1613
- }
1614
- }
1615
- ]
1616
- },
1617
- {
1618
- "kind": "javascript-module",
1619
- "path": "src/main/main.template.ts",
1620
- "declarations": [],
1621
- "exports": []
1622
- },
1623
- {
1624
- "kind": "javascript-module",
1625
- "path": "src/main/main.ts",
1626
- "declarations": [
1627
- {
1628
- "kind": "class",
1629
- "description": "",
1630
- "name": "MainApplication",
1631
- "members": [
1632
- {
1633
- "kind": "field",
1634
- "name": "config",
1635
- "type": {
1636
- "text": "MainRouterConfig"
1637
- }
1638
- },
1639
- {
1640
- "kind": "field",
1641
- "name": "connect",
1642
- "type": {
1643
- "text": "Connect"
1644
- }
1645
- },
1646
- {
1647
- "kind": "field",
1648
- "name": "session",
1649
- "type": {
1650
- "text": "Session"
1651
- }
1652
- },
1653
- {
1654
- "kind": "field",
1655
- "name": "container",
1656
- "type": {
1657
- "text": "Container"
1658
- }
1659
- },
1660
- {
1661
- "kind": "field",
1662
- "name": "provider",
1663
- "type": {
1664
- "text": "any"
1665
- }
1666
- },
1667
- {
1668
- "kind": "field",
1669
- "name": "ready",
1670
- "type": {
1671
- "text": "boolean"
1672
- },
1673
- "default": "false"
1674
- },
1675
- {
1676
- "kind": "field",
1677
- "name": "data",
1678
- "type": {
1679
- "text": "any"
1680
- },
1681
- "default": "null"
1682
- },
1683
- {
1684
- "kind": "method",
1685
- "name": "onLuminanceToggle"
1686
- },
1687
- {
1688
- "kind": "method",
1689
- "name": "loadRemotes"
1690
- },
1691
- {
1692
- "kind": "method",
1693
- "name": "selectTemplate"
1694
- },
1695
- {
1696
- "kind": "method",
1697
- "name": "registerDIDependencies",
1698
- "privacy": "private"
1699
- }
1700
- ],
1701
- "superclass": {
1702
- "name": "FASTElement",
1703
- "package": "@microsoft/fast-element"
1704
- },
1705
- "customElement": true
1706
- }
1707
- ],
1708
- "exports": [
1709
- {
1710
- "kind": "js",
1711
- "name": "MainApplication",
1712
- "declaration": {
1713
- "name": "MainApplication",
1714
- "module": "src/main/main.ts"
1715
- }
1716
- },
1717
- {
1718
- "kind": "custom-element-definition",
1719
- "declaration": {
1720
- "name": "MainApplication",
1721
- "module": "src/main/main.ts"
1722
- }
1723
- }
1724
- ]
1725
- },
1726
1726
  {
1727
1727
  "kind": "javascript-module",
1728
1728
  "path": "src/routes/config.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.18.0",
4
+ "version": "14.19.0",
5
5
  "sideEffects": false,
6
6
  "license": "SEE LICENSE IN license.txt",
7
7
  "main": "dist/esm/index.js",
@@ -46,8 +46,8 @@
46
46
  },
47
47
  "devDependencies": {
48
48
  "@custom-elements-manifest/analyzer": "^0.8.2",
49
- "@genesislcap/foundation-testing": "^14.18.0",
50
- "@genesislcap/genx": "^14.18.0",
49
+ "@genesislcap/foundation-testing": "^14.19.0",
50
+ "@genesislcap/genx": "^14.19.0",
51
51
  "@microsoft/api-documenter": "^7.19.13",
52
52
  "@microsoft/api-extractor": "^7.31.1",
53
53
  "@playwright/test": "^1.18.1",
@@ -90,15 +90,15 @@
90
90
  "webpack-merge": "^5.7.3"
91
91
  },
92
92
  "dependencies": {
93
- "@genesislcap/foundation-comms": "^14.18.0",
94
- "@genesislcap/foundation-errors": "^14.18.0",
95
- "@genesislcap/foundation-forms": "^14.18.0",
96
- "@genesislcap/foundation-login": "^14.18.0",
97
- "@genesislcap/foundation-ui": "^14.18.0",
98
- "@genesislcap/foundation-utils": "^14.18.0",
99
- "@genesislcap/foundation-zero": "^14.18.0",
100
- "@genesislcap/foundation-zero-grid-pro": "^14.18.0",
101
- "@genesislcap/grid-pro": "^14.18.0",
93
+ "@genesislcap/foundation-comms": "^14.19.0",
94
+ "@genesislcap/foundation-errors": "^14.19.0",
95
+ "@genesislcap/foundation-forms": "^14.19.0",
96
+ "@genesislcap/foundation-login": "^14.19.0",
97
+ "@genesislcap/foundation-ui": "^14.19.0",
98
+ "@genesislcap/foundation-utils": "^14.19.0",
99
+ "@genesislcap/foundation-zero": "^14.19.0",
100
+ "@genesislcap/foundation-zero-grid-pro": "^14.19.0",
101
+ "@genesislcap/grid-pro": "^14.19.0",
102
102
  "@microsoft/fast-components": "^2.21.3",
103
103
  "@microsoft/fast-element": "^1.7.0",
104
104
  "@microsoft/fast-foundation": "^2.33.2",
@@ -119,5 +119,5 @@
119
119
  "access": "public"
120
120
  },
121
121
  "customElements": "dist/custom-elements.json",
122
- "gitHead": "35c1a42bdf004f0eb61b721bec7f1e871145186d"
122
+ "gitHead": "39baddc0d618b2ceb964f5382821d8901f5194b3"
123
123
  }