@genesislcap/foundation-entity-management 14.202.1-alpha-77ef7ac.0 → 14.203.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 +145 -145
  2. package/package.json +21 -21
@@ -1139,151 +1139,6 @@
1139
1139
  }
1140
1140
  ]
1141
1141
  },
1142
- {
1143
- "kind": "javascript-module",
1144
- "path": "src/main/index.ts",
1145
- "declarations": [],
1146
- "exports": [
1147
- {
1148
- "kind": "js",
1149
- "name": "*",
1150
- "declaration": {
1151
- "name": "*",
1152
- "package": "./main.template"
1153
- }
1154
- },
1155
- {
1156
- "kind": "js",
1157
- "name": "*",
1158
- "declaration": {
1159
- "name": "*",
1160
- "package": "./main"
1161
- }
1162
- }
1163
- ]
1164
- },
1165
- {
1166
- "kind": "javascript-module",
1167
- "path": "src/main/main.styles.ts",
1168
- "declarations": [
1169
- {
1170
- "kind": "variable",
1171
- "name": "MainStyles",
1172
- "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`"
1173
- }
1174
- ],
1175
- "exports": [
1176
- {
1177
- "kind": "js",
1178
- "name": "MainStyles",
1179
- "declaration": {
1180
- "name": "MainStyles",
1181
- "module": "src/main/main.styles.ts"
1182
- }
1183
- }
1184
- ]
1185
- },
1186
- {
1187
- "kind": "javascript-module",
1188
- "path": "src/main/main.template.ts",
1189
- "declarations": [],
1190
- "exports": []
1191
- },
1192
- {
1193
- "kind": "javascript-module",
1194
- "path": "src/main/main.ts",
1195
- "declarations": [
1196
- {
1197
- "kind": "class",
1198
- "description": "",
1199
- "name": "MainApplication",
1200
- "members": [
1201
- {
1202
- "kind": "field",
1203
- "name": "config",
1204
- "type": {
1205
- "text": "MainRouterConfig"
1206
- }
1207
- },
1208
- {
1209
- "kind": "field",
1210
- "name": "connect",
1211
- "type": {
1212
- "text": "Connect"
1213
- }
1214
- },
1215
- {
1216
- "kind": "field",
1217
- "name": "session",
1218
- "type": {
1219
- "text": "Session"
1220
- }
1221
- },
1222
- {
1223
- "kind": "field",
1224
- "name": "container",
1225
- "type": {
1226
- "text": "Container"
1227
- }
1228
- },
1229
- {
1230
- "kind": "field",
1231
- "name": "provider",
1232
- "type": {
1233
- "text": "HTMLElement"
1234
- }
1235
- },
1236
- {
1237
- "kind": "field",
1238
- "name": "ready",
1239
- "type": {
1240
- "text": "boolean"
1241
- },
1242
- "default": "false"
1243
- },
1244
- {
1245
- "kind": "method",
1246
- "name": "onLuminanceToggle"
1247
- },
1248
- {
1249
- "kind": "method",
1250
- "name": "loadRemotes"
1251
- },
1252
- {
1253
- "kind": "method",
1254
- "name": "selectTemplate"
1255
- },
1256
- {
1257
- "kind": "method",
1258
- "name": "registerDIDependencies",
1259
- "privacy": "private"
1260
- }
1261
- ],
1262
- "superclass": {
1263
- "name": "FASTElement",
1264
- "package": "@microsoft/fast-element"
1265
- },
1266
- "customElement": true
1267
- }
1268
- ],
1269
- "exports": [
1270
- {
1271
- "kind": "js",
1272
- "name": "MainApplication",
1273
- "declaration": {
1274
- "name": "MainApplication",
1275
- "module": "src/main/main.ts"
1276
- }
1277
- },
1278
- {
1279
- "kind": "custom-element-definition",
1280
- "declaration": {
1281
- "name": "MainApplication",
1282
- "module": "src/main/main.ts"
1283
- }
1284
- }
1285
- ]
1286
- },
1287
1142
  {
1288
1143
  "kind": "javascript-module",
1289
1144
  "path": "src/list/index.ts",
@@ -1771,6 +1626,151 @@
1771
1626
  }
1772
1627
  ]
1773
1628
  },
1629
+ {
1630
+ "kind": "javascript-module",
1631
+ "path": "src/main/index.ts",
1632
+ "declarations": [],
1633
+ "exports": [
1634
+ {
1635
+ "kind": "js",
1636
+ "name": "*",
1637
+ "declaration": {
1638
+ "name": "*",
1639
+ "package": "./main.template"
1640
+ }
1641
+ },
1642
+ {
1643
+ "kind": "js",
1644
+ "name": "*",
1645
+ "declaration": {
1646
+ "name": "*",
1647
+ "package": "./main"
1648
+ }
1649
+ }
1650
+ ]
1651
+ },
1652
+ {
1653
+ "kind": "javascript-module",
1654
+ "path": "src/main/main.styles.ts",
1655
+ "declarations": [
1656
+ {
1657
+ "kind": "variable",
1658
+ "name": "MainStyles",
1659
+ "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`"
1660
+ }
1661
+ ],
1662
+ "exports": [
1663
+ {
1664
+ "kind": "js",
1665
+ "name": "MainStyles",
1666
+ "declaration": {
1667
+ "name": "MainStyles",
1668
+ "module": "src/main/main.styles.ts"
1669
+ }
1670
+ }
1671
+ ]
1672
+ },
1673
+ {
1674
+ "kind": "javascript-module",
1675
+ "path": "src/main/main.template.ts",
1676
+ "declarations": [],
1677
+ "exports": []
1678
+ },
1679
+ {
1680
+ "kind": "javascript-module",
1681
+ "path": "src/main/main.ts",
1682
+ "declarations": [
1683
+ {
1684
+ "kind": "class",
1685
+ "description": "",
1686
+ "name": "MainApplication",
1687
+ "members": [
1688
+ {
1689
+ "kind": "field",
1690
+ "name": "config",
1691
+ "type": {
1692
+ "text": "MainRouterConfig"
1693
+ }
1694
+ },
1695
+ {
1696
+ "kind": "field",
1697
+ "name": "connect",
1698
+ "type": {
1699
+ "text": "Connect"
1700
+ }
1701
+ },
1702
+ {
1703
+ "kind": "field",
1704
+ "name": "session",
1705
+ "type": {
1706
+ "text": "Session"
1707
+ }
1708
+ },
1709
+ {
1710
+ "kind": "field",
1711
+ "name": "container",
1712
+ "type": {
1713
+ "text": "Container"
1714
+ }
1715
+ },
1716
+ {
1717
+ "kind": "field",
1718
+ "name": "provider",
1719
+ "type": {
1720
+ "text": "HTMLElement"
1721
+ }
1722
+ },
1723
+ {
1724
+ "kind": "field",
1725
+ "name": "ready",
1726
+ "type": {
1727
+ "text": "boolean"
1728
+ },
1729
+ "default": "false"
1730
+ },
1731
+ {
1732
+ "kind": "method",
1733
+ "name": "onLuminanceToggle"
1734
+ },
1735
+ {
1736
+ "kind": "method",
1737
+ "name": "loadRemotes"
1738
+ },
1739
+ {
1740
+ "kind": "method",
1741
+ "name": "selectTemplate"
1742
+ },
1743
+ {
1744
+ "kind": "method",
1745
+ "name": "registerDIDependencies",
1746
+ "privacy": "private"
1747
+ }
1748
+ ],
1749
+ "superclass": {
1750
+ "name": "FASTElement",
1751
+ "package": "@microsoft/fast-element"
1752
+ },
1753
+ "customElement": true
1754
+ }
1755
+ ],
1756
+ "exports": [
1757
+ {
1758
+ "kind": "js",
1759
+ "name": "MainApplication",
1760
+ "declaration": {
1761
+ "name": "MainApplication",
1762
+ "module": "src/main/main.ts"
1763
+ }
1764
+ },
1765
+ {
1766
+ "kind": "custom-element-definition",
1767
+ "declaration": {
1768
+ "name": "MainApplication",
1769
+ "module": "src/main/main.ts"
1770
+ }
1771
+ }
1772
+ ]
1773
+ },
1774
1774
  {
1775
1775
  "kind": "javascript-module",
1776
1776
  "path": "src/profiles/editProfileSchema.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.202.1-alpha-77ef7ac.0",
4
+ "version": "14.203.0",
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.202.1-alpha-77ef7ac.0",
56
- "@genesislcap/genx": "14.202.1-alpha-77ef7ac.0",
57
- "@genesislcap/rollup-builder": "14.202.1-alpha-77ef7ac.0",
58
- "@genesislcap/ts-builder": "14.202.1-alpha-77ef7ac.0",
59
- "@genesislcap/uvu-playwright-builder": "14.202.1-alpha-77ef7ac.0",
60
- "@genesislcap/vite-builder": "14.202.1-alpha-77ef7ac.0",
61
- "@genesislcap/webpack-builder": "14.202.1-alpha-77ef7ac.0",
55
+ "@genesislcap/foundation-testing": "14.203.0",
56
+ "@genesislcap/genx": "14.203.0",
57
+ "@genesislcap/rollup-builder": "14.203.0",
58
+ "@genesislcap/ts-builder": "14.203.0",
59
+ "@genesislcap/uvu-playwright-builder": "14.203.0",
60
+ "@genesislcap/vite-builder": "14.203.0",
61
+ "@genesislcap/webpack-builder": "14.203.0",
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.202.1-alpha-77ef7ac.0",
67
- "@genesislcap/foundation-errors": "14.202.1-alpha-77ef7ac.0",
68
- "@genesislcap/foundation-events": "14.202.1-alpha-77ef7ac.0",
69
- "@genesislcap/foundation-forms": "14.202.1-alpha-77ef7ac.0",
70
- "@genesislcap/foundation-logger": "14.202.1-alpha-77ef7ac.0",
71
- "@genesislcap/foundation-login": "14.202.1-alpha-77ef7ac.0",
72
- "@genesislcap/foundation-notifications": "14.202.1-alpha-77ef7ac.0",
73
- "@genesislcap/foundation-ui": "14.202.1-alpha-77ef7ac.0",
74
- "@genesislcap/foundation-utils": "14.202.1-alpha-77ef7ac.0",
75
- "@genesislcap/foundation-zero": "14.202.1-alpha-77ef7ac.0",
76
- "@genesislcap/foundation-zero-grid-pro": "14.202.1-alpha-77ef7ac.0",
77
- "@genesislcap/grid-pro": "14.202.1-alpha-77ef7ac.0",
66
+ "@genesislcap/foundation-comms": "14.203.0",
67
+ "@genesislcap/foundation-errors": "14.203.0",
68
+ "@genesislcap/foundation-events": "14.203.0",
69
+ "@genesislcap/foundation-forms": "14.203.0",
70
+ "@genesislcap/foundation-logger": "14.203.0",
71
+ "@genesislcap/foundation-login": "14.203.0",
72
+ "@genesislcap/foundation-notifications": "14.203.0",
73
+ "@genesislcap/foundation-ui": "14.203.0",
74
+ "@genesislcap/foundation-utils": "14.203.0",
75
+ "@genesislcap/foundation-zero": "14.203.0",
76
+ "@genesislcap/foundation-zero-grid-pro": "14.203.0",
77
+ "@genesislcap/grid-pro": "14.203.0",
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": "5396ccdfe1b0add8cf3e96be9f3c7f63350ace86"
93
+ "gitHead": "3f779b9e65169135dc8fea0605f21d0d65ce263b"
94
94
  }