@genesislcap/foundation-entity-management 14.211.0 → 14.211.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 +194 -194
  2. package/package.json +21 -21
@@ -1136,200 +1136,6 @@
1136
1136
  }
1137
1137
  ]
1138
1138
  },
1139
- {
1140
- "kind": "javascript-module",
1141
- "path": "src/layouts/default.ts",
1142
- "declarations": [
1143
- {
1144
- "kind": "variable",
1145
- "name": "loginLayout",
1146
- "default": "new FASTElementLayout(\n html`\n <div class=\"container\">\n <div class=\"content\">\n <slot></slot>\n </div>\n </div>\n `,\n baseLayoutCss,\n)"
1147
- },
1148
- {
1149
- "kind": "variable",
1150
- "name": "defaultLayout",
1151
- "default": "new FASTElementLayout(\n html`\n <div class=\"container\">\n <div class=\"content\">\n <slot></slot>\n </div>\n </div>\n `,\n css`\n ${baseLayoutCss}\n `,\n)"
1152
- }
1153
- ],
1154
- "exports": [
1155
- {
1156
- "kind": "js",
1157
- "name": "loginLayout",
1158
- "declaration": {
1159
- "name": "loginLayout",
1160
- "module": "src/layouts/default.ts"
1161
- }
1162
- },
1163
- {
1164
- "kind": "js",
1165
- "name": "defaultLayout",
1166
- "declaration": {
1167
- "name": "defaultLayout",
1168
- "module": "src/layouts/default.ts"
1169
- }
1170
- }
1171
- ]
1172
- },
1173
- {
1174
- "kind": "javascript-module",
1175
- "path": "src/layouts/index.ts",
1176
- "declarations": [],
1177
- "exports": [
1178
- {
1179
- "kind": "js",
1180
- "name": "*",
1181
- "declaration": {
1182
- "name": "*",
1183
- "package": "./default"
1184
- }
1185
- }
1186
- ]
1187
- },
1188
- {
1189
- "kind": "javascript-module",
1190
- "path": "src/main/index.ts",
1191
- "declarations": [],
1192
- "exports": [
1193
- {
1194
- "kind": "js",
1195
- "name": "*",
1196
- "declaration": {
1197
- "name": "*",
1198
- "package": "./main.template"
1199
- }
1200
- },
1201
- {
1202
- "kind": "js",
1203
- "name": "*",
1204
- "declaration": {
1205
- "name": "*",
1206
- "package": "./main"
1207
- }
1208
- }
1209
- ]
1210
- },
1211
- {
1212
- "kind": "javascript-module",
1213
- "path": "src/main/main.styles.ts",
1214
- "declarations": [
1215
- {
1216
- "kind": "variable",
1217
- "name": "MainStyles",
1218
- "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`"
1219
- }
1220
- ],
1221
- "exports": [
1222
- {
1223
- "kind": "js",
1224
- "name": "MainStyles",
1225
- "declaration": {
1226
- "name": "MainStyles",
1227
- "module": "src/main/main.styles.ts"
1228
- }
1229
- }
1230
- ]
1231
- },
1232
- {
1233
- "kind": "javascript-module",
1234
- "path": "src/main/main.template.ts",
1235
- "declarations": [],
1236
- "exports": []
1237
- },
1238
- {
1239
- "kind": "javascript-module",
1240
- "path": "src/main/main.ts",
1241
- "declarations": [
1242
- {
1243
- "kind": "class",
1244
- "description": "",
1245
- "name": "MainApplication",
1246
- "members": [
1247
- {
1248
- "kind": "field",
1249
- "name": "config",
1250
- "type": {
1251
- "text": "MainRouterConfig"
1252
- }
1253
- },
1254
- {
1255
- "kind": "field",
1256
- "name": "connect",
1257
- "type": {
1258
- "text": "Connect"
1259
- }
1260
- },
1261
- {
1262
- "kind": "field",
1263
- "name": "session",
1264
- "type": {
1265
- "text": "Session"
1266
- }
1267
- },
1268
- {
1269
- "kind": "field",
1270
- "name": "container",
1271
- "type": {
1272
- "text": "Container"
1273
- }
1274
- },
1275
- {
1276
- "kind": "field",
1277
- "name": "provider",
1278
- "type": {
1279
- "text": "HTMLElement"
1280
- }
1281
- },
1282
- {
1283
- "kind": "field",
1284
- "name": "ready",
1285
- "type": {
1286
- "text": "boolean"
1287
- },
1288
- "default": "false"
1289
- },
1290
- {
1291
- "kind": "method",
1292
- "name": "onLuminanceToggle"
1293
- },
1294
- {
1295
- "kind": "method",
1296
- "name": "loadRemotes"
1297
- },
1298
- {
1299
- "kind": "method",
1300
- "name": "selectTemplate"
1301
- },
1302
- {
1303
- "kind": "method",
1304
- "name": "registerDIDependencies",
1305
- "privacy": "private"
1306
- }
1307
- ],
1308
- "superclass": {
1309
- "name": "FASTElement",
1310
- "package": "@microsoft/fast-element"
1311
- },
1312
- "customElement": true
1313
- }
1314
- ],
1315
- "exports": [
1316
- {
1317
- "kind": "js",
1318
- "name": "MainApplication",
1319
- "declaration": {
1320
- "name": "MainApplication",
1321
- "module": "src/main/main.ts"
1322
- }
1323
- },
1324
- {
1325
- "kind": "custom-element-definition",
1326
- "declaration": {
1327
- "name": "MainApplication",
1328
- "module": "src/main/main.ts"
1329
- }
1330
- }
1331
- ]
1332
- },
1333
1139
  {
1334
1140
  "kind": "javascript-module",
1335
1141
  "path": "src/list/index.ts",
@@ -1830,6 +1636,200 @@
1830
1636
  }
1831
1637
  ]
1832
1638
  },
1639
+ {
1640
+ "kind": "javascript-module",
1641
+ "path": "src/main/index.ts",
1642
+ "declarations": [],
1643
+ "exports": [
1644
+ {
1645
+ "kind": "js",
1646
+ "name": "*",
1647
+ "declaration": {
1648
+ "name": "*",
1649
+ "package": "./main.template"
1650
+ }
1651
+ },
1652
+ {
1653
+ "kind": "js",
1654
+ "name": "*",
1655
+ "declaration": {
1656
+ "name": "*",
1657
+ "package": "./main"
1658
+ }
1659
+ }
1660
+ ]
1661
+ },
1662
+ {
1663
+ "kind": "javascript-module",
1664
+ "path": "src/main/main.styles.ts",
1665
+ "declarations": [
1666
+ {
1667
+ "kind": "variable",
1668
+ "name": "MainStyles",
1669
+ "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`"
1670
+ }
1671
+ ],
1672
+ "exports": [
1673
+ {
1674
+ "kind": "js",
1675
+ "name": "MainStyles",
1676
+ "declaration": {
1677
+ "name": "MainStyles",
1678
+ "module": "src/main/main.styles.ts"
1679
+ }
1680
+ }
1681
+ ]
1682
+ },
1683
+ {
1684
+ "kind": "javascript-module",
1685
+ "path": "src/main/main.template.ts",
1686
+ "declarations": [],
1687
+ "exports": []
1688
+ },
1689
+ {
1690
+ "kind": "javascript-module",
1691
+ "path": "src/main/main.ts",
1692
+ "declarations": [
1693
+ {
1694
+ "kind": "class",
1695
+ "description": "",
1696
+ "name": "MainApplication",
1697
+ "members": [
1698
+ {
1699
+ "kind": "field",
1700
+ "name": "config",
1701
+ "type": {
1702
+ "text": "MainRouterConfig"
1703
+ }
1704
+ },
1705
+ {
1706
+ "kind": "field",
1707
+ "name": "connect",
1708
+ "type": {
1709
+ "text": "Connect"
1710
+ }
1711
+ },
1712
+ {
1713
+ "kind": "field",
1714
+ "name": "session",
1715
+ "type": {
1716
+ "text": "Session"
1717
+ }
1718
+ },
1719
+ {
1720
+ "kind": "field",
1721
+ "name": "container",
1722
+ "type": {
1723
+ "text": "Container"
1724
+ }
1725
+ },
1726
+ {
1727
+ "kind": "field",
1728
+ "name": "provider",
1729
+ "type": {
1730
+ "text": "HTMLElement"
1731
+ }
1732
+ },
1733
+ {
1734
+ "kind": "field",
1735
+ "name": "ready",
1736
+ "type": {
1737
+ "text": "boolean"
1738
+ },
1739
+ "default": "false"
1740
+ },
1741
+ {
1742
+ "kind": "method",
1743
+ "name": "onLuminanceToggle"
1744
+ },
1745
+ {
1746
+ "kind": "method",
1747
+ "name": "loadRemotes"
1748
+ },
1749
+ {
1750
+ "kind": "method",
1751
+ "name": "selectTemplate"
1752
+ },
1753
+ {
1754
+ "kind": "method",
1755
+ "name": "registerDIDependencies",
1756
+ "privacy": "private"
1757
+ }
1758
+ ],
1759
+ "superclass": {
1760
+ "name": "FASTElement",
1761
+ "package": "@microsoft/fast-element"
1762
+ },
1763
+ "customElement": true
1764
+ }
1765
+ ],
1766
+ "exports": [
1767
+ {
1768
+ "kind": "js",
1769
+ "name": "MainApplication",
1770
+ "declaration": {
1771
+ "name": "MainApplication",
1772
+ "module": "src/main/main.ts"
1773
+ }
1774
+ },
1775
+ {
1776
+ "kind": "custom-element-definition",
1777
+ "declaration": {
1778
+ "name": "MainApplication",
1779
+ "module": "src/main/main.ts"
1780
+ }
1781
+ }
1782
+ ]
1783
+ },
1784
+ {
1785
+ "kind": "javascript-module",
1786
+ "path": "src/layouts/default.ts",
1787
+ "declarations": [
1788
+ {
1789
+ "kind": "variable",
1790
+ "name": "loginLayout",
1791
+ "default": "new FASTElementLayout(\n html`\n <div class=\"container\">\n <div class=\"content\">\n <slot></slot>\n </div>\n </div>\n `,\n baseLayoutCss,\n)"
1792
+ },
1793
+ {
1794
+ "kind": "variable",
1795
+ "name": "defaultLayout",
1796
+ "default": "new FASTElementLayout(\n html`\n <div class=\"container\">\n <div class=\"content\">\n <slot></slot>\n </div>\n </div>\n `,\n css`\n ${baseLayoutCss}\n `,\n)"
1797
+ }
1798
+ ],
1799
+ "exports": [
1800
+ {
1801
+ "kind": "js",
1802
+ "name": "loginLayout",
1803
+ "declaration": {
1804
+ "name": "loginLayout",
1805
+ "module": "src/layouts/default.ts"
1806
+ }
1807
+ },
1808
+ {
1809
+ "kind": "js",
1810
+ "name": "defaultLayout",
1811
+ "declaration": {
1812
+ "name": "defaultLayout",
1813
+ "module": "src/layouts/default.ts"
1814
+ }
1815
+ }
1816
+ ]
1817
+ },
1818
+ {
1819
+ "kind": "javascript-module",
1820
+ "path": "src/layouts/index.ts",
1821
+ "declarations": [],
1822
+ "exports": [
1823
+ {
1824
+ "kind": "js",
1825
+ "name": "*",
1826
+ "declaration": {
1827
+ "name": "*",
1828
+ "package": "./default"
1829
+ }
1830
+ }
1831
+ ]
1832
+ },
1833
1833
  {
1834
1834
  "kind": "javascript-module",
1835
1835
  "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.211.0",
4
+ "version": "14.211.1",
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.211.0",
56
- "@genesislcap/genx": "14.211.0",
57
- "@genesislcap/rollup-builder": "14.211.0",
58
- "@genesislcap/ts-builder": "14.211.0",
59
- "@genesislcap/uvu-playwright-builder": "14.211.0",
60
- "@genesislcap/vite-builder": "14.211.0",
61
- "@genesislcap/webpack-builder": "14.211.0",
55
+ "@genesislcap/foundation-testing": "14.211.1",
56
+ "@genesislcap/genx": "14.211.1",
57
+ "@genesislcap/rollup-builder": "14.211.1",
58
+ "@genesislcap/ts-builder": "14.211.1",
59
+ "@genesislcap/uvu-playwright-builder": "14.211.1",
60
+ "@genesislcap/vite-builder": "14.211.1",
61
+ "@genesislcap/webpack-builder": "14.211.1",
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.211.0",
67
- "@genesislcap/foundation-errors": "14.211.0",
68
- "@genesislcap/foundation-events": "14.211.0",
69
- "@genesislcap/foundation-forms": "14.211.0",
70
- "@genesislcap/foundation-logger": "14.211.0",
71
- "@genesislcap/foundation-login": "14.211.0",
72
- "@genesislcap/foundation-notifications": "14.211.0",
73
- "@genesislcap/foundation-ui": "14.211.0",
74
- "@genesislcap/foundation-utils": "14.211.0",
75
- "@genesislcap/foundation-zero": "14.211.0",
76
- "@genesislcap/foundation-zero-grid-pro": "14.211.0",
77
- "@genesislcap/grid-pro": "14.211.0",
66
+ "@genesislcap/foundation-comms": "14.211.1",
67
+ "@genesislcap/foundation-errors": "14.211.1",
68
+ "@genesislcap/foundation-events": "14.211.1",
69
+ "@genesislcap/foundation-forms": "14.211.1",
70
+ "@genesislcap/foundation-logger": "14.211.1",
71
+ "@genesislcap/foundation-login": "14.211.1",
72
+ "@genesislcap/foundation-notifications": "14.211.1",
73
+ "@genesislcap/foundation-ui": "14.211.1",
74
+ "@genesislcap/foundation-utils": "14.211.1",
75
+ "@genesislcap/foundation-zero": "14.211.1",
76
+ "@genesislcap/foundation-zero-grid-pro": "14.211.1",
77
+ "@genesislcap/grid-pro": "14.211.1",
78
78
  "@microsoft/fast-components": "^2.30.6",
79
79
  "@microsoft/fast-element": "^1.12.0",
80
80
  "@microsoft/fast-foundation": "^2.49.4",
@@ -91,5 +91,5 @@
91
91
  "access": "public"
92
92
  },
93
93
  "customElements": "dist/custom-elements.json",
94
- "gitHead": "2e84d374f5aef5e0211565f5069c7150b6561d6d"
94
+ "gitHead": "be6e09c6d022e7d13f5423c2c5aed363668711da"
95
95
  }