@genesislcap/foundation-entity-management 14.214.1 → 14.214.2-alpha-40e31af.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.
- package/dist/custom-elements.json +145 -145
- package/package.json +21 -21
|
@@ -1185,6 +1185,151 @@
|
|
|
1185
1185
|
}
|
|
1186
1186
|
]
|
|
1187
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
|
+
},
|
|
1188
1333
|
{
|
|
1189
1334
|
"kind": "javascript-module",
|
|
1190
1335
|
"path": "src/list/index.ts",
|
|
@@ -1735,151 +1880,6 @@
|
|
|
1735
1880
|
}
|
|
1736
1881
|
]
|
|
1737
1882
|
},
|
|
1738
|
-
{
|
|
1739
|
-
"kind": "javascript-module",
|
|
1740
|
-
"path": "src/main/index.ts",
|
|
1741
|
-
"declarations": [],
|
|
1742
|
-
"exports": [
|
|
1743
|
-
{
|
|
1744
|
-
"kind": "js",
|
|
1745
|
-
"name": "*",
|
|
1746
|
-
"declaration": {
|
|
1747
|
-
"name": "*",
|
|
1748
|
-
"package": "./main.template"
|
|
1749
|
-
}
|
|
1750
|
-
},
|
|
1751
|
-
{
|
|
1752
|
-
"kind": "js",
|
|
1753
|
-
"name": "*",
|
|
1754
|
-
"declaration": {
|
|
1755
|
-
"name": "*",
|
|
1756
|
-
"package": "./main"
|
|
1757
|
-
}
|
|
1758
|
-
}
|
|
1759
|
-
]
|
|
1760
|
-
},
|
|
1761
|
-
{
|
|
1762
|
-
"kind": "javascript-module",
|
|
1763
|
-
"path": "src/main/main.styles.ts",
|
|
1764
|
-
"declarations": [
|
|
1765
|
-
{
|
|
1766
|
-
"kind": "variable",
|
|
1767
|
-
"name": "MainStyles",
|
|
1768
|
-
"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`"
|
|
1769
|
-
}
|
|
1770
|
-
],
|
|
1771
|
-
"exports": [
|
|
1772
|
-
{
|
|
1773
|
-
"kind": "js",
|
|
1774
|
-
"name": "MainStyles",
|
|
1775
|
-
"declaration": {
|
|
1776
|
-
"name": "MainStyles",
|
|
1777
|
-
"module": "src/main/main.styles.ts"
|
|
1778
|
-
}
|
|
1779
|
-
}
|
|
1780
|
-
]
|
|
1781
|
-
},
|
|
1782
|
-
{
|
|
1783
|
-
"kind": "javascript-module",
|
|
1784
|
-
"path": "src/main/main.template.ts",
|
|
1785
|
-
"declarations": [],
|
|
1786
|
-
"exports": []
|
|
1787
|
-
},
|
|
1788
|
-
{
|
|
1789
|
-
"kind": "javascript-module",
|
|
1790
|
-
"path": "src/main/main.ts",
|
|
1791
|
-
"declarations": [
|
|
1792
|
-
{
|
|
1793
|
-
"kind": "class",
|
|
1794
|
-
"description": "",
|
|
1795
|
-
"name": "MainApplication",
|
|
1796
|
-
"members": [
|
|
1797
|
-
{
|
|
1798
|
-
"kind": "field",
|
|
1799
|
-
"name": "config",
|
|
1800
|
-
"type": {
|
|
1801
|
-
"text": "MainRouterConfig"
|
|
1802
|
-
}
|
|
1803
|
-
},
|
|
1804
|
-
{
|
|
1805
|
-
"kind": "field",
|
|
1806
|
-
"name": "connect",
|
|
1807
|
-
"type": {
|
|
1808
|
-
"text": "Connect"
|
|
1809
|
-
}
|
|
1810
|
-
},
|
|
1811
|
-
{
|
|
1812
|
-
"kind": "field",
|
|
1813
|
-
"name": "session",
|
|
1814
|
-
"type": {
|
|
1815
|
-
"text": "Session"
|
|
1816
|
-
}
|
|
1817
|
-
},
|
|
1818
|
-
{
|
|
1819
|
-
"kind": "field",
|
|
1820
|
-
"name": "container",
|
|
1821
|
-
"type": {
|
|
1822
|
-
"text": "Container"
|
|
1823
|
-
}
|
|
1824
|
-
},
|
|
1825
|
-
{
|
|
1826
|
-
"kind": "field",
|
|
1827
|
-
"name": "provider",
|
|
1828
|
-
"type": {
|
|
1829
|
-
"text": "HTMLElement"
|
|
1830
|
-
}
|
|
1831
|
-
},
|
|
1832
|
-
{
|
|
1833
|
-
"kind": "field",
|
|
1834
|
-
"name": "ready",
|
|
1835
|
-
"type": {
|
|
1836
|
-
"text": "boolean"
|
|
1837
|
-
},
|
|
1838
|
-
"default": "false"
|
|
1839
|
-
},
|
|
1840
|
-
{
|
|
1841
|
-
"kind": "method",
|
|
1842
|
-
"name": "onLuminanceToggle"
|
|
1843
|
-
},
|
|
1844
|
-
{
|
|
1845
|
-
"kind": "method",
|
|
1846
|
-
"name": "loadRemotes"
|
|
1847
|
-
},
|
|
1848
|
-
{
|
|
1849
|
-
"kind": "method",
|
|
1850
|
-
"name": "selectTemplate"
|
|
1851
|
-
},
|
|
1852
|
-
{
|
|
1853
|
-
"kind": "method",
|
|
1854
|
-
"name": "registerDIDependencies",
|
|
1855
|
-
"privacy": "private"
|
|
1856
|
-
}
|
|
1857
|
-
],
|
|
1858
|
-
"superclass": {
|
|
1859
|
-
"name": "FASTElement",
|
|
1860
|
-
"package": "@microsoft/fast-element"
|
|
1861
|
-
},
|
|
1862
|
-
"customElement": true
|
|
1863
|
-
}
|
|
1864
|
-
],
|
|
1865
|
-
"exports": [
|
|
1866
|
-
{
|
|
1867
|
-
"kind": "js",
|
|
1868
|
-
"name": "MainApplication",
|
|
1869
|
-
"declaration": {
|
|
1870
|
-
"name": "MainApplication",
|
|
1871
|
-
"module": "src/main/main.ts"
|
|
1872
|
-
}
|
|
1873
|
-
},
|
|
1874
|
-
{
|
|
1875
|
-
"kind": "custom-element-definition",
|
|
1876
|
-
"declaration": {
|
|
1877
|
-
"name": "MainApplication",
|
|
1878
|
-
"module": "src/main/main.ts"
|
|
1879
|
-
}
|
|
1880
|
-
}
|
|
1881
|
-
]
|
|
1882
|
-
},
|
|
1883
1883
|
{
|
|
1884
1884
|
"kind": "javascript-module",
|
|
1885
1885
|
"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.214.
|
|
4
|
+
"version": "14.214.2-alpha-40e31af.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.214.
|
|
56
|
-
"@genesislcap/genx": "14.214.
|
|
57
|
-
"@genesislcap/rollup-builder": "14.214.
|
|
58
|
-
"@genesislcap/ts-builder": "14.214.
|
|
59
|
-
"@genesislcap/uvu-playwright-builder": "14.214.
|
|
60
|
-
"@genesislcap/vite-builder": "14.214.
|
|
61
|
-
"@genesislcap/webpack-builder": "14.214.
|
|
55
|
+
"@genesislcap/foundation-testing": "14.214.2-alpha-40e31af.0",
|
|
56
|
+
"@genesislcap/genx": "14.214.2-alpha-40e31af.0",
|
|
57
|
+
"@genesislcap/rollup-builder": "14.214.2-alpha-40e31af.0",
|
|
58
|
+
"@genesislcap/ts-builder": "14.214.2-alpha-40e31af.0",
|
|
59
|
+
"@genesislcap/uvu-playwright-builder": "14.214.2-alpha-40e31af.0",
|
|
60
|
+
"@genesislcap/vite-builder": "14.214.2-alpha-40e31af.0",
|
|
61
|
+
"@genesislcap/webpack-builder": "14.214.2-alpha-40e31af.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.214.
|
|
67
|
-
"@genesislcap/foundation-errors": "14.214.
|
|
68
|
-
"@genesislcap/foundation-events": "14.214.
|
|
69
|
-
"@genesislcap/foundation-forms": "14.214.
|
|
70
|
-
"@genesislcap/foundation-logger": "14.214.
|
|
71
|
-
"@genesislcap/foundation-login": "14.214.
|
|
72
|
-
"@genesislcap/foundation-notifications": "14.214.
|
|
73
|
-
"@genesislcap/foundation-ui": "14.214.
|
|
74
|
-
"@genesislcap/foundation-utils": "14.214.
|
|
75
|
-
"@genesislcap/foundation-zero": "14.214.
|
|
76
|
-
"@genesislcap/foundation-zero-grid-pro": "14.214.
|
|
77
|
-
"@genesislcap/grid-pro": "14.214.
|
|
66
|
+
"@genesislcap/foundation-comms": "14.214.2-alpha-40e31af.0",
|
|
67
|
+
"@genesislcap/foundation-errors": "14.214.2-alpha-40e31af.0",
|
|
68
|
+
"@genesislcap/foundation-events": "14.214.2-alpha-40e31af.0",
|
|
69
|
+
"@genesislcap/foundation-forms": "14.214.2-alpha-40e31af.0",
|
|
70
|
+
"@genesislcap/foundation-logger": "14.214.2-alpha-40e31af.0",
|
|
71
|
+
"@genesislcap/foundation-login": "14.214.2-alpha-40e31af.0",
|
|
72
|
+
"@genesislcap/foundation-notifications": "14.214.2-alpha-40e31af.0",
|
|
73
|
+
"@genesislcap/foundation-ui": "14.214.2-alpha-40e31af.0",
|
|
74
|
+
"@genesislcap/foundation-utils": "14.214.2-alpha-40e31af.0",
|
|
75
|
+
"@genesislcap/foundation-zero": "14.214.2-alpha-40e31af.0",
|
|
76
|
+
"@genesislcap/foundation-zero-grid-pro": "14.214.2-alpha-40e31af.0",
|
|
77
|
+
"@genesislcap/grid-pro": "14.214.2-alpha-40e31af.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",
|
|
@@ -91,5 +91,5 @@
|
|
|
91
91
|
"access": "public"
|
|
92
92
|
},
|
|
93
93
|
"customElements": "dist/custom-elements.json",
|
|
94
|
-
"gitHead": "
|
|
94
|
+
"gitHead": "5c01cc68fc2eac6ba9a162c3c5af98661ff8edf5"
|
|
95
95
|
}
|