@genesislcap/foundation-entity-management 14.69.5 → 14.70.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 +153 -153
  2. package/package.json +13 -13
@@ -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",
@@ -1915,6 +1762,159 @@
1915
1762
  }
1916
1763
  ]
1917
1764
  },
1765
+ {
1766
+ "kind": "javascript-module",
1767
+ "path": "src/main/index.ts",
1768
+ "declarations": [],
1769
+ "exports": [
1770
+ {
1771
+ "kind": "js",
1772
+ "name": "*",
1773
+ "declaration": {
1774
+ "name": "*",
1775
+ "package": "./main.template"
1776
+ }
1777
+ },
1778
+ {
1779
+ "kind": "js",
1780
+ "name": "*",
1781
+ "declaration": {
1782
+ "name": "*",
1783
+ "package": "./main"
1784
+ }
1785
+ }
1786
+ ]
1787
+ },
1788
+ {
1789
+ "kind": "javascript-module",
1790
+ "path": "src/main/main.styles.ts",
1791
+ "declarations": [
1792
+ {
1793
+ "kind": "variable",
1794
+ "name": "MainStyles",
1795
+ "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`"
1796
+ }
1797
+ ],
1798
+ "exports": [
1799
+ {
1800
+ "kind": "js",
1801
+ "name": "MainStyles",
1802
+ "declaration": {
1803
+ "name": "MainStyles",
1804
+ "module": "src/main/main.styles.ts"
1805
+ }
1806
+ }
1807
+ ]
1808
+ },
1809
+ {
1810
+ "kind": "javascript-module",
1811
+ "path": "src/main/main.template.ts",
1812
+ "declarations": [],
1813
+ "exports": []
1814
+ },
1815
+ {
1816
+ "kind": "javascript-module",
1817
+ "path": "src/main/main.ts",
1818
+ "declarations": [
1819
+ {
1820
+ "kind": "class",
1821
+ "description": "",
1822
+ "name": "MainApplication",
1823
+ "members": [
1824
+ {
1825
+ "kind": "field",
1826
+ "name": "config",
1827
+ "type": {
1828
+ "text": "MainRouterConfig"
1829
+ }
1830
+ },
1831
+ {
1832
+ "kind": "field",
1833
+ "name": "connect",
1834
+ "type": {
1835
+ "text": "Connect"
1836
+ }
1837
+ },
1838
+ {
1839
+ "kind": "field",
1840
+ "name": "session",
1841
+ "type": {
1842
+ "text": "Session"
1843
+ }
1844
+ },
1845
+ {
1846
+ "kind": "field",
1847
+ "name": "container",
1848
+ "type": {
1849
+ "text": "Container"
1850
+ }
1851
+ },
1852
+ {
1853
+ "kind": "field",
1854
+ "name": "provider",
1855
+ "type": {
1856
+ "text": "any"
1857
+ }
1858
+ },
1859
+ {
1860
+ "kind": "field",
1861
+ "name": "ready",
1862
+ "type": {
1863
+ "text": "boolean"
1864
+ },
1865
+ "default": "false"
1866
+ },
1867
+ {
1868
+ "kind": "field",
1869
+ "name": "data",
1870
+ "type": {
1871
+ "text": "any"
1872
+ },
1873
+ "default": "null"
1874
+ },
1875
+ {
1876
+ "kind": "method",
1877
+ "name": "onLuminanceToggle"
1878
+ },
1879
+ {
1880
+ "kind": "method",
1881
+ "name": "loadRemotes"
1882
+ },
1883
+ {
1884
+ "kind": "method",
1885
+ "name": "selectTemplate"
1886
+ },
1887
+ {
1888
+ "kind": "method",
1889
+ "name": "registerDIDependencies",
1890
+ "privacy": "private"
1891
+ }
1892
+ ],
1893
+ "superclass": {
1894
+ "name": "FASTElement",
1895
+ "package": "@microsoft/fast-element"
1896
+ },
1897
+ "customElement": true
1898
+ }
1899
+ ],
1900
+ "exports": [
1901
+ {
1902
+ "kind": "js",
1903
+ "name": "MainApplication",
1904
+ "declaration": {
1905
+ "name": "MainApplication",
1906
+ "module": "src/main/main.ts"
1907
+ }
1908
+ },
1909
+ {
1910
+ "kind": "custom-element-definition",
1911
+ "declaration": {
1912
+ "name": "MainApplication",
1913
+ "module": "src/main/main.ts"
1914
+ }
1915
+ }
1916
+ ]
1917
+ },
1918
1918
  {
1919
1919
  "kind": "javascript-module",
1920
1920
  "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.69.5",
4
+ "version": "14.70.1",
5
5
  "sideEffects": false,
6
6
  "license": "SEE LICENSE IN license.txt",
7
7
  "main": "dist/esm/index.js",
@@ -41,21 +41,21 @@
41
41
  },
42
42
  "devDependencies": {
43
43
  "@genesislcap/foundation-login": "^14.40.0",
44
- "@genesislcap/foundation-testing": "14.69.5",
45
- "@genesislcap/genx": "14.69.5",
44
+ "@genesislcap/foundation-testing": "14.70.1",
45
+ "@genesislcap/genx": "14.70.1",
46
46
  "rimraf": "^3.0.2"
47
47
  },
48
48
  "dependencies": {
49
49
  "@ag-grid-community/core": "29.2.0",
50
- "@genesislcap/foundation-comms": "14.69.5",
51
- "@genesislcap/foundation-errors": "14.69.5",
52
- "@genesislcap/foundation-forms": "14.69.5",
53
- "@genesislcap/foundation-login": "14.69.5",
54
- "@genesislcap/foundation-ui": "14.69.5",
55
- "@genesislcap/foundation-utils": "14.69.5",
56
- "@genesislcap/foundation-zero": "14.69.5",
57
- "@genesislcap/foundation-zero-grid-pro": "14.69.5",
58
- "@genesislcap/grid-pro": "14.69.5",
50
+ "@genesislcap/foundation-comms": "14.70.1",
51
+ "@genesislcap/foundation-errors": "14.70.1",
52
+ "@genesislcap/foundation-forms": "14.70.1",
53
+ "@genesislcap/foundation-login": "14.70.1",
54
+ "@genesislcap/foundation-ui": "14.70.1",
55
+ "@genesislcap/foundation-utils": "14.70.1",
56
+ "@genesislcap/foundation-zero": "14.70.1",
57
+ "@genesislcap/foundation-zero-grid-pro": "14.70.1",
58
+ "@genesislcap/grid-pro": "14.70.1",
59
59
  "@microsoft/fast-components": "^2.21.3",
60
60
  "@microsoft/fast-element": "^1.7.0",
61
61
  "@microsoft/fast-foundation": "^2.33.2",
@@ -71,5 +71,5 @@
71
71
  "access": "public"
72
72
  },
73
73
  "customElements": "dist/custom-elements.json",
74
- "gitHead": "0b36b06226cbf24f2809b3292f8f60ca44c6c549"
74
+ "gitHead": "a68a68369dc71a093fd15b600304d266dc9e8281"
75
75
  }