@genesislcap/foundation-entity-management 14.36.1-alpha-5c96caa.0 → 14.37.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
@@ -948,6 +948,159 @@
948
948
  }
949
949
  ]
950
950
  },
951
+ {
952
+ "kind": "javascript-module",
953
+ "path": "src/main/index.ts",
954
+ "declarations": [],
955
+ "exports": [
956
+ {
957
+ "kind": "js",
958
+ "name": "*",
959
+ "declaration": {
960
+ "name": "*",
961
+ "package": "./main.template"
962
+ }
963
+ },
964
+ {
965
+ "kind": "js",
966
+ "name": "*",
967
+ "declaration": {
968
+ "name": "*",
969
+ "package": "./main"
970
+ }
971
+ }
972
+ ]
973
+ },
974
+ {
975
+ "kind": "javascript-module",
976
+ "path": "src/main/main.styles.ts",
977
+ "declarations": [
978
+ {
979
+ "kind": "variable",
980
+ "name": "MainStyles",
981
+ "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`"
982
+ }
983
+ ],
984
+ "exports": [
985
+ {
986
+ "kind": "js",
987
+ "name": "MainStyles",
988
+ "declaration": {
989
+ "name": "MainStyles",
990
+ "module": "src/main/main.styles.ts"
991
+ }
992
+ }
993
+ ]
994
+ },
995
+ {
996
+ "kind": "javascript-module",
997
+ "path": "src/main/main.template.ts",
998
+ "declarations": [],
999
+ "exports": []
1000
+ },
1001
+ {
1002
+ "kind": "javascript-module",
1003
+ "path": "src/main/main.ts",
1004
+ "declarations": [
1005
+ {
1006
+ "kind": "class",
1007
+ "description": "",
1008
+ "name": "MainApplication",
1009
+ "members": [
1010
+ {
1011
+ "kind": "field",
1012
+ "name": "config",
1013
+ "type": {
1014
+ "text": "MainRouterConfig"
1015
+ }
1016
+ },
1017
+ {
1018
+ "kind": "field",
1019
+ "name": "connect",
1020
+ "type": {
1021
+ "text": "Connect"
1022
+ }
1023
+ },
1024
+ {
1025
+ "kind": "field",
1026
+ "name": "session",
1027
+ "type": {
1028
+ "text": "Session"
1029
+ }
1030
+ },
1031
+ {
1032
+ "kind": "field",
1033
+ "name": "container",
1034
+ "type": {
1035
+ "text": "Container"
1036
+ }
1037
+ },
1038
+ {
1039
+ "kind": "field",
1040
+ "name": "provider",
1041
+ "type": {
1042
+ "text": "any"
1043
+ }
1044
+ },
1045
+ {
1046
+ "kind": "field",
1047
+ "name": "ready",
1048
+ "type": {
1049
+ "text": "boolean"
1050
+ },
1051
+ "default": "false"
1052
+ },
1053
+ {
1054
+ "kind": "field",
1055
+ "name": "data",
1056
+ "type": {
1057
+ "text": "any"
1058
+ },
1059
+ "default": "null"
1060
+ },
1061
+ {
1062
+ "kind": "method",
1063
+ "name": "onLuminanceToggle"
1064
+ },
1065
+ {
1066
+ "kind": "method",
1067
+ "name": "loadRemotes"
1068
+ },
1069
+ {
1070
+ "kind": "method",
1071
+ "name": "selectTemplate"
1072
+ },
1073
+ {
1074
+ "kind": "method",
1075
+ "name": "registerDIDependencies",
1076
+ "privacy": "private"
1077
+ }
1078
+ ],
1079
+ "superclass": {
1080
+ "name": "FASTElement",
1081
+ "package": "@microsoft/fast-element"
1082
+ },
1083
+ "customElement": true
1084
+ }
1085
+ ],
1086
+ "exports": [
1087
+ {
1088
+ "kind": "js",
1089
+ "name": "MainApplication",
1090
+ "declaration": {
1091
+ "name": "MainApplication",
1092
+ "module": "src/main/main.ts"
1093
+ }
1094
+ },
1095
+ {
1096
+ "kind": "custom-element-definition",
1097
+ "declaration": {
1098
+ "name": "MainApplication",
1099
+ "module": "src/main/main.ts"
1100
+ }
1101
+ }
1102
+ ]
1103
+ },
951
1104
  {
952
1105
  "kind": "javascript-module",
953
1106
  "path": "src/profiles/editProfileSchema.ts",
@@ -1612,159 +1765,6 @@
1612
1765
  }
1613
1766
  ]
1614
1767
  },
1615
- {
1616
- "kind": "javascript-module",
1617
- "path": "src/main/index.ts",
1618
- "declarations": [],
1619
- "exports": [
1620
- {
1621
- "kind": "js",
1622
- "name": "*",
1623
- "declaration": {
1624
- "name": "*",
1625
- "package": "./main.template"
1626
- }
1627
- },
1628
- {
1629
- "kind": "js",
1630
- "name": "*",
1631
- "declaration": {
1632
- "name": "*",
1633
- "package": "./main"
1634
- }
1635
- }
1636
- ]
1637
- },
1638
- {
1639
- "kind": "javascript-module",
1640
- "path": "src/main/main.styles.ts",
1641
- "declarations": [
1642
- {
1643
- "kind": "variable",
1644
- "name": "MainStyles",
1645
- "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`"
1646
- }
1647
- ],
1648
- "exports": [
1649
- {
1650
- "kind": "js",
1651
- "name": "MainStyles",
1652
- "declaration": {
1653
- "name": "MainStyles",
1654
- "module": "src/main/main.styles.ts"
1655
- }
1656
- }
1657
- ]
1658
- },
1659
- {
1660
- "kind": "javascript-module",
1661
- "path": "src/main/main.template.ts",
1662
- "declarations": [],
1663
- "exports": []
1664
- },
1665
- {
1666
- "kind": "javascript-module",
1667
- "path": "src/main/main.ts",
1668
- "declarations": [
1669
- {
1670
- "kind": "class",
1671
- "description": "",
1672
- "name": "MainApplication",
1673
- "members": [
1674
- {
1675
- "kind": "field",
1676
- "name": "config",
1677
- "type": {
1678
- "text": "MainRouterConfig"
1679
- }
1680
- },
1681
- {
1682
- "kind": "field",
1683
- "name": "connect",
1684
- "type": {
1685
- "text": "Connect"
1686
- }
1687
- },
1688
- {
1689
- "kind": "field",
1690
- "name": "session",
1691
- "type": {
1692
- "text": "Session"
1693
- }
1694
- },
1695
- {
1696
- "kind": "field",
1697
- "name": "container",
1698
- "type": {
1699
- "text": "Container"
1700
- }
1701
- },
1702
- {
1703
- "kind": "field",
1704
- "name": "provider",
1705
- "type": {
1706
- "text": "any"
1707
- }
1708
- },
1709
- {
1710
- "kind": "field",
1711
- "name": "ready",
1712
- "type": {
1713
- "text": "boolean"
1714
- },
1715
- "default": "false"
1716
- },
1717
- {
1718
- "kind": "field",
1719
- "name": "data",
1720
- "type": {
1721
- "text": "any"
1722
- },
1723
- "default": "null"
1724
- },
1725
- {
1726
- "kind": "method",
1727
- "name": "onLuminanceToggle"
1728
- },
1729
- {
1730
- "kind": "method",
1731
- "name": "loadRemotes"
1732
- },
1733
- {
1734
- "kind": "method",
1735
- "name": "selectTemplate"
1736
- },
1737
- {
1738
- "kind": "method",
1739
- "name": "registerDIDependencies",
1740
- "privacy": "private"
1741
- }
1742
- ],
1743
- "superclass": {
1744
- "name": "FASTElement",
1745
- "package": "@microsoft/fast-element"
1746
- },
1747
- "customElement": true
1748
- }
1749
- ],
1750
- "exports": [
1751
- {
1752
- "kind": "js",
1753
- "name": "MainApplication",
1754
- "declaration": {
1755
- "name": "MainApplication",
1756
- "module": "src/main/main.ts"
1757
- }
1758
- },
1759
- {
1760
- "kind": "custom-element-definition",
1761
- "declaration": {
1762
- "name": "MainApplication",
1763
- "module": "src/main/main.ts"
1764
- }
1765
- }
1766
- ]
1767
- },
1768
1768
  {
1769
1769
  "kind": "javascript-module",
1770
1770
  "path": "src/users/users.template.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.36.1-alpha-5c96caa.0",
4
+ "version": "14.37.0",
5
5
  "sideEffects": false,
6
6
  "license": "SEE LICENSE IN license.txt",
7
7
  "main": "dist/esm/index.js",
@@ -40,20 +40,20 @@
40
40
  "test:debug": "genx test --debug"
41
41
  },
42
42
  "devDependencies": {
43
- "@genesislcap/foundation-testing": "14.36.1-alpha-5c96caa.0",
44
- "@genesislcap/genx": "14.36.1-alpha-5c96caa.0",
43
+ "@genesislcap/foundation-testing": "^14.37.0",
44
+ "@genesislcap/genx": "^14.37.0",
45
45
  "bulma": "^0.9.3"
46
46
  },
47
47
  "dependencies": {
48
- "@genesislcap/foundation-comms": "14.36.1-alpha-5c96caa.0",
49
- "@genesislcap/foundation-errors": "14.36.1-alpha-5c96caa.0",
50
- "@genesislcap/foundation-forms": "14.36.1-alpha-5c96caa.0",
51
- "@genesislcap/foundation-login": "14.36.1-alpha-5c96caa.0",
52
- "@genesislcap/foundation-ui": "14.36.1-alpha-5c96caa.0",
53
- "@genesislcap/foundation-utils": "14.36.1-alpha-5c96caa.0",
54
- "@genesislcap/foundation-zero": "14.36.1-alpha-5c96caa.0",
55
- "@genesislcap/foundation-zero-grid-pro": "14.36.1-alpha-5c96caa.0",
56
- "@genesislcap/grid-pro": "14.36.1-alpha-5c96caa.0",
48
+ "@genesislcap/foundation-comms": "^14.37.0",
49
+ "@genesislcap/foundation-errors": "^14.37.0",
50
+ "@genesislcap/foundation-forms": "^14.37.0",
51
+ "@genesislcap/foundation-login": "^14.37.0",
52
+ "@genesislcap/foundation-ui": "^14.37.0",
53
+ "@genesislcap/foundation-utils": "^14.37.0",
54
+ "@genesislcap/foundation-zero": "^14.37.0",
55
+ "@genesislcap/foundation-zero-grid-pro": "^14.37.0",
56
+ "@genesislcap/grid-pro": "^14.37.0",
57
57
  "@microsoft/fast-components": "^2.21.3",
58
58
  "@microsoft/fast-element": "^1.7.0",
59
59
  "@microsoft/fast-foundation": "^2.33.2",
@@ -78,5 +78,5 @@
78
78
  "access": "public"
79
79
  },
80
80
  "customElements": "dist/custom-elements.json",
81
- "gitHead": "ad20d2c7beb089619c4a1b7c5c5762eabbfea974"
81
+ "gitHead": "d810b6c20990971227e8659939f70fa704e8e503"
82
82
  }