@genesislcap/foundation-entity-management 14.50.2-alpha-301637d.0 → 14.50.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 +153 -153
  2. package/package.json +13 -14
@@ -1041,159 +1041,6 @@
1041
1041
  }
1042
1042
  ]
1043
1043
  },
1044
- {
1045
- "kind": "javascript-module",
1046
- "path": "src/main/index.ts",
1047
- "declarations": [],
1048
- "exports": [
1049
- {
1050
- "kind": "js",
1051
- "name": "*",
1052
- "declaration": {
1053
- "name": "*",
1054
- "package": "./main.template"
1055
- }
1056
- },
1057
- {
1058
- "kind": "js",
1059
- "name": "*",
1060
- "declaration": {
1061
- "name": "*",
1062
- "package": "./main"
1063
- }
1064
- }
1065
- ]
1066
- },
1067
- {
1068
- "kind": "javascript-module",
1069
- "path": "src/main/main.styles.ts",
1070
- "declarations": [
1071
- {
1072
- "kind": "variable",
1073
- "name": "MainStyles",
1074
- "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`"
1075
- }
1076
- ],
1077
- "exports": [
1078
- {
1079
- "kind": "js",
1080
- "name": "MainStyles",
1081
- "declaration": {
1082
- "name": "MainStyles",
1083
- "module": "src/main/main.styles.ts"
1084
- }
1085
- }
1086
- ]
1087
- },
1088
- {
1089
- "kind": "javascript-module",
1090
- "path": "src/main/main.template.ts",
1091
- "declarations": [],
1092
- "exports": []
1093
- },
1094
- {
1095
- "kind": "javascript-module",
1096
- "path": "src/main/main.ts",
1097
- "declarations": [
1098
- {
1099
- "kind": "class",
1100
- "description": "",
1101
- "name": "MainApplication",
1102
- "members": [
1103
- {
1104
- "kind": "field",
1105
- "name": "config",
1106
- "type": {
1107
- "text": "MainRouterConfig"
1108
- }
1109
- },
1110
- {
1111
- "kind": "field",
1112
- "name": "connect",
1113
- "type": {
1114
- "text": "Connect"
1115
- }
1116
- },
1117
- {
1118
- "kind": "field",
1119
- "name": "session",
1120
- "type": {
1121
- "text": "Session"
1122
- }
1123
- },
1124
- {
1125
- "kind": "field",
1126
- "name": "container",
1127
- "type": {
1128
- "text": "Container"
1129
- }
1130
- },
1131
- {
1132
- "kind": "field",
1133
- "name": "provider",
1134
- "type": {
1135
- "text": "any"
1136
- }
1137
- },
1138
- {
1139
- "kind": "field",
1140
- "name": "ready",
1141
- "type": {
1142
- "text": "boolean"
1143
- },
1144
- "default": "false"
1145
- },
1146
- {
1147
- "kind": "field",
1148
- "name": "data",
1149
- "type": {
1150
- "text": "any"
1151
- },
1152
- "default": "null"
1153
- },
1154
- {
1155
- "kind": "method",
1156
- "name": "onLuminanceToggle"
1157
- },
1158
- {
1159
- "kind": "method",
1160
- "name": "loadRemotes"
1161
- },
1162
- {
1163
- "kind": "method",
1164
- "name": "selectTemplate"
1165
- },
1166
- {
1167
- "kind": "method",
1168
- "name": "registerDIDependencies",
1169
- "privacy": "private"
1170
- }
1171
- ],
1172
- "superclass": {
1173
- "name": "FASTElement",
1174
- "package": "@microsoft/fast-element"
1175
- },
1176
- "customElement": true
1177
- }
1178
- ],
1179
- "exports": [
1180
- {
1181
- "kind": "js",
1182
- "name": "MainApplication",
1183
- "declaration": {
1184
- "name": "MainApplication",
1185
- "module": "src/main/main.ts"
1186
- }
1187
- },
1188
- {
1189
- "kind": "custom-element-definition",
1190
- "declaration": {
1191
- "name": "MainApplication",
1192
- "module": "src/main/main.ts"
1193
- }
1194
- }
1195
- ]
1196
- },
1197
1044
  {
1198
1045
  "kind": "javascript-module",
1199
1046
  "path": "src/profiles/editProfileSchema.ts",
@@ -1936,6 +1783,159 @@
1936
1783
  }
1937
1784
  ]
1938
1785
  },
1786
+ {
1787
+ "kind": "javascript-module",
1788
+ "path": "src/main/index.ts",
1789
+ "declarations": [],
1790
+ "exports": [
1791
+ {
1792
+ "kind": "js",
1793
+ "name": "*",
1794
+ "declaration": {
1795
+ "name": "*",
1796
+ "package": "./main.template"
1797
+ }
1798
+ },
1799
+ {
1800
+ "kind": "js",
1801
+ "name": "*",
1802
+ "declaration": {
1803
+ "name": "*",
1804
+ "package": "./main"
1805
+ }
1806
+ }
1807
+ ]
1808
+ },
1809
+ {
1810
+ "kind": "javascript-module",
1811
+ "path": "src/main/main.styles.ts",
1812
+ "declarations": [
1813
+ {
1814
+ "kind": "variable",
1815
+ "name": "MainStyles",
1816
+ "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`"
1817
+ }
1818
+ ],
1819
+ "exports": [
1820
+ {
1821
+ "kind": "js",
1822
+ "name": "MainStyles",
1823
+ "declaration": {
1824
+ "name": "MainStyles",
1825
+ "module": "src/main/main.styles.ts"
1826
+ }
1827
+ }
1828
+ ]
1829
+ },
1830
+ {
1831
+ "kind": "javascript-module",
1832
+ "path": "src/main/main.template.ts",
1833
+ "declarations": [],
1834
+ "exports": []
1835
+ },
1836
+ {
1837
+ "kind": "javascript-module",
1838
+ "path": "src/main/main.ts",
1839
+ "declarations": [
1840
+ {
1841
+ "kind": "class",
1842
+ "description": "",
1843
+ "name": "MainApplication",
1844
+ "members": [
1845
+ {
1846
+ "kind": "field",
1847
+ "name": "config",
1848
+ "type": {
1849
+ "text": "MainRouterConfig"
1850
+ }
1851
+ },
1852
+ {
1853
+ "kind": "field",
1854
+ "name": "connect",
1855
+ "type": {
1856
+ "text": "Connect"
1857
+ }
1858
+ },
1859
+ {
1860
+ "kind": "field",
1861
+ "name": "session",
1862
+ "type": {
1863
+ "text": "Session"
1864
+ }
1865
+ },
1866
+ {
1867
+ "kind": "field",
1868
+ "name": "container",
1869
+ "type": {
1870
+ "text": "Container"
1871
+ }
1872
+ },
1873
+ {
1874
+ "kind": "field",
1875
+ "name": "provider",
1876
+ "type": {
1877
+ "text": "any"
1878
+ }
1879
+ },
1880
+ {
1881
+ "kind": "field",
1882
+ "name": "ready",
1883
+ "type": {
1884
+ "text": "boolean"
1885
+ },
1886
+ "default": "false"
1887
+ },
1888
+ {
1889
+ "kind": "field",
1890
+ "name": "data",
1891
+ "type": {
1892
+ "text": "any"
1893
+ },
1894
+ "default": "null"
1895
+ },
1896
+ {
1897
+ "kind": "method",
1898
+ "name": "onLuminanceToggle"
1899
+ },
1900
+ {
1901
+ "kind": "method",
1902
+ "name": "loadRemotes"
1903
+ },
1904
+ {
1905
+ "kind": "method",
1906
+ "name": "selectTemplate"
1907
+ },
1908
+ {
1909
+ "kind": "method",
1910
+ "name": "registerDIDependencies",
1911
+ "privacy": "private"
1912
+ }
1913
+ ],
1914
+ "superclass": {
1915
+ "name": "FASTElement",
1916
+ "package": "@microsoft/fast-element"
1917
+ },
1918
+ "customElement": true
1919
+ }
1920
+ ],
1921
+ "exports": [
1922
+ {
1923
+ "kind": "js",
1924
+ "name": "MainApplication",
1925
+ "declaration": {
1926
+ "name": "MainApplication",
1927
+ "module": "src/main/main.ts"
1928
+ }
1929
+ },
1930
+ {
1931
+ "kind": "custom-element-definition",
1932
+ "declaration": {
1933
+ "name": "MainApplication",
1934
+ "module": "src/main/main.ts"
1935
+ }
1936
+ }
1937
+ ]
1938
+ },
1939
1939
  {
1940
1940
  "kind": "javascript-module",
1941
1941
  "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.50.2-alpha-301637d.0",
4
+ "version": "14.50.3",
5
5
  "sideEffects": false,
6
6
  "license": "SEE LICENSE IN license.txt",
7
7
  "main": "dist/esm/index.js",
@@ -41,21 +41,20 @@
41
41
  },
42
42
  "devDependencies": {
43
43
  "@genesislcap/foundation-login": "^14.40.0",
44
- "@genesislcap/foundation-testing": "14.50.2-alpha-301637d.0",
45
- "@genesislcap/genx": "14.50.2-alpha-301637d.0",
46
- "bulma": "^0.9.3"
44
+ "@genesislcap/foundation-testing": "^14.50.3",
45
+ "@genesislcap/genx": "^14.50.3"
47
46
  },
48
47
  "dependencies": {
49
48
  "@ag-grid-community/core": "29.2.0",
50
- "@genesislcap/foundation-comms": "14.50.2-alpha-301637d.0",
51
- "@genesislcap/foundation-errors": "14.50.2-alpha-301637d.0",
52
- "@genesislcap/foundation-forms": "14.50.2-alpha-301637d.0",
53
- "@genesislcap/foundation-login": "14.50.2-alpha-301637d.0",
54
- "@genesislcap/foundation-ui": "14.50.2-alpha-301637d.0",
55
- "@genesislcap/foundation-utils": "14.50.2-alpha-301637d.0",
56
- "@genesislcap/foundation-zero": "14.50.2-alpha-301637d.0",
57
- "@genesislcap/foundation-zero-grid-pro": "14.50.2-alpha-301637d.0",
58
- "@genesislcap/grid-pro": "14.50.2-alpha-301637d.0",
49
+ "@genesislcap/foundation-comms": "^14.50.3",
50
+ "@genesislcap/foundation-errors": "^14.50.3",
51
+ "@genesislcap/foundation-forms": "^14.50.3",
52
+ "@genesislcap/foundation-login": "^14.50.3",
53
+ "@genesislcap/foundation-ui": "^14.50.3",
54
+ "@genesislcap/foundation-utils": "^14.50.3",
55
+ "@genesislcap/foundation-zero": "^14.50.3",
56
+ "@genesislcap/foundation-zero-grid-pro": "^14.50.3",
57
+ "@genesislcap/grid-pro": "^14.50.3",
59
58
  "@microsoft/fast-components": "^2.21.3",
60
59
  "@microsoft/fast-element": "^1.7.0",
61
60
  "@microsoft/fast-foundation": "^2.33.2",
@@ -71,5 +70,5 @@
71
70
  "access": "public"
72
71
  },
73
72
  "customElements": "dist/custom-elements.json",
74
- "gitHead": "ff09b6e992060921ecfea7e04fe951587e6c425d"
73
+ "gitHead": "3d1fd6b809f522c7f2ff5da1603fbc57bc4fad01"
75
74
  }