@genesislcap/foundation-entity-management 14.207.1 → 14.207.2
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.
|
@@ -1172,151 +1172,6 @@
|
|
|
1172
1172
|
}
|
|
1173
1173
|
]
|
|
1174
1174
|
},
|
|
1175
|
-
{
|
|
1176
|
-
"kind": "javascript-module",
|
|
1177
|
-
"path": "src/main/index.ts",
|
|
1178
|
-
"declarations": [],
|
|
1179
|
-
"exports": [
|
|
1180
|
-
{
|
|
1181
|
-
"kind": "js",
|
|
1182
|
-
"name": "*",
|
|
1183
|
-
"declaration": {
|
|
1184
|
-
"name": "*",
|
|
1185
|
-
"package": "./main.template"
|
|
1186
|
-
}
|
|
1187
|
-
},
|
|
1188
|
-
{
|
|
1189
|
-
"kind": "js",
|
|
1190
|
-
"name": "*",
|
|
1191
|
-
"declaration": {
|
|
1192
|
-
"name": "*",
|
|
1193
|
-
"package": "./main"
|
|
1194
|
-
}
|
|
1195
|
-
}
|
|
1196
|
-
]
|
|
1197
|
-
},
|
|
1198
|
-
{
|
|
1199
|
-
"kind": "javascript-module",
|
|
1200
|
-
"path": "src/main/main.styles.ts",
|
|
1201
|
-
"declarations": [
|
|
1202
|
-
{
|
|
1203
|
-
"kind": "variable",
|
|
1204
|
-
"name": "MainStyles",
|
|
1205
|
-
"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`"
|
|
1206
|
-
}
|
|
1207
|
-
],
|
|
1208
|
-
"exports": [
|
|
1209
|
-
{
|
|
1210
|
-
"kind": "js",
|
|
1211
|
-
"name": "MainStyles",
|
|
1212
|
-
"declaration": {
|
|
1213
|
-
"name": "MainStyles",
|
|
1214
|
-
"module": "src/main/main.styles.ts"
|
|
1215
|
-
}
|
|
1216
|
-
}
|
|
1217
|
-
]
|
|
1218
|
-
},
|
|
1219
|
-
{
|
|
1220
|
-
"kind": "javascript-module",
|
|
1221
|
-
"path": "src/main/main.template.ts",
|
|
1222
|
-
"declarations": [],
|
|
1223
|
-
"exports": []
|
|
1224
|
-
},
|
|
1225
|
-
{
|
|
1226
|
-
"kind": "javascript-module",
|
|
1227
|
-
"path": "src/main/main.ts",
|
|
1228
|
-
"declarations": [
|
|
1229
|
-
{
|
|
1230
|
-
"kind": "class",
|
|
1231
|
-
"description": "",
|
|
1232
|
-
"name": "MainApplication",
|
|
1233
|
-
"members": [
|
|
1234
|
-
{
|
|
1235
|
-
"kind": "field",
|
|
1236
|
-
"name": "config",
|
|
1237
|
-
"type": {
|
|
1238
|
-
"text": "MainRouterConfig"
|
|
1239
|
-
}
|
|
1240
|
-
},
|
|
1241
|
-
{
|
|
1242
|
-
"kind": "field",
|
|
1243
|
-
"name": "connect",
|
|
1244
|
-
"type": {
|
|
1245
|
-
"text": "Connect"
|
|
1246
|
-
}
|
|
1247
|
-
},
|
|
1248
|
-
{
|
|
1249
|
-
"kind": "field",
|
|
1250
|
-
"name": "session",
|
|
1251
|
-
"type": {
|
|
1252
|
-
"text": "Session"
|
|
1253
|
-
}
|
|
1254
|
-
},
|
|
1255
|
-
{
|
|
1256
|
-
"kind": "field",
|
|
1257
|
-
"name": "container",
|
|
1258
|
-
"type": {
|
|
1259
|
-
"text": "Container"
|
|
1260
|
-
}
|
|
1261
|
-
},
|
|
1262
|
-
{
|
|
1263
|
-
"kind": "field",
|
|
1264
|
-
"name": "provider",
|
|
1265
|
-
"type": {
|
|
1266
|
-
"text": "HTMLElement"
|
|
1267
|
-
}
|
|
1268
|
-
},
|
|
1269
|
-
{
|
|
1270
|
-
"kind": "field",
|
|
1271
|
-
"name": "ready",
|
|
1272
|
-
"type": {
|
|
1273
|
-
"text": "boolean"
|
|
1274
|
-
},
|
|
1275
|
-
"default": "false"
|
|
1276
|
-
},
|
|
1277
|
-
{
|
|
1278
|
-
"kind": "method",
|
|
1279
|
-
"name": "onLuminanceToggle"
|
|
1280
|
-
},
|
|
1281
|
-
{
|
|
1282
|
-
"kind": "method",
|
|
1283
|
-
"name": "loadRemotes"
|
|
1284
|
-
},
|
|
1285
|
-
{
|
|
1286
|
-
"kind": "method",
|
|
1287
|
-
"name": "selectTemplate"
|
|
1288
|
-
},
|
|
1289
|
-
{
|
|
1290
|
-
"kind": "method",
|
|
1291
|
-
"name": "registerDIDependencies",
|
|
1292
|
-
"privacy": "private"
|
|
1293
|
-
}
|
|
1294
|
-
],
|
|
1295
|
-
"superclass": {
|
|
1296
|
-
"name": "FASTElement",
|
|
1297
|
-
"package": "@microsoft/fast-element"
|
|
1298
|
-
},
|
|
1299
|
-
"customElement": true
|
|
1300
|
-
}
|
|
1301
|
-
],
|
|
1302
|
-
"exports": [
|
|
1303
|
-
{
|
|
1304
|
-
"kind": "js",
|
|
1305
|
-
"name": "MainApplication",
|
|
1306
|
-
"declaration": {
|
|
1307
|
-
"name": "MainApplication",
|
|
1308
|
-
"module": "src/main/main.ts"
|
|
1309
|
-
}
|
|
1310
|
-
},
|
|
1311
|
-
{
|
|
1312
|
-
"kind": "custom-element-definition",
|
|
1313
|
-
"declaration": {
|
|
1314
|
-
"name": "MainApplication",
|
|
1315
|
-
"module": "src/main/main.ts"
|
|
1316
|
-
}
|
|
1317
|
-
}
|
|
1318
|
-
]
|
|
1319
|
-
},
|
|
1320
1175
|
{
|
|
1321
1176
|
"kind": "javascript-module",
|
|
1322
1177
|
"path": "src/list/index.ts",
|
|
@@ -1817,6 +1672,151 @@
|
|
|
1817
1672
|
}
|
|
1818
1673
|
]
|
|
1819
1674
|
},
|
|
1675
|
+
{
|
|
1676
|
+
"kind": "javascript-module",
|
|
1677
|
+
"path": "src/main/index.ts",
|
|
1678
|
+
"declarations": [],
|
|
1679
|
+
"exports": [
|
|
1680
|
+
{
|
|
1681
|
+
"kind": "js",
|
|
1682
|
+
"name": "*",
|
|
1683
|
+
"declaration": {
|
|
1684
|
+
"name": "*",
|
|
1685
|
+
"package": "./main.template"
|
|
1686
|
+
}
|
|
1687
|
+
},
|
|
1688
|
+
{
|
|
1689
|
+
"kind": "js",
|
|
1690
|
+
"name": "*",
|
|
1691
|
+
"declaration": {
|
|
1692
|
+
"name": "*",
|
|
1693
|
+
"package": "./main"
|
|
1694
|
+
}
|
|
1695
|
+
}
|
|
1696
|
+
]
|
|
1697
|
+
},
|
|
1698
|
+
{
|
|
1699
|
+
"kind": "javascript-module",
|
|
1700
|
+
"path": "src/main/main.styles.ts",
|
|
1701
|
+
"declarations": [
|
|
1702
|
+
{
|
|
1703
|
+
"kind": "variable",
|
|
1704
|
+
"name": "MainStyles",
|
|
1705
|
+
"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`"
|
|
1706
|
+
}
|
|
1707
|
+
],
|
|
1708
|
+
"exports": [
|
|
1709
|
+
{
|
|
1710
|
+
"kind": "js",
|
|
1711
|
+
"name": "MainStyles",
|
|
1712
|
+
"declaration": {
|
|
1713
|
+
"name": "MainStyles",
|
|
1714
|
+
"module": "src/main/main.styles.ts"
|
|
1715
|
+
}
|
|
1716
|
+
}
|
|
1717
|
+
]
|
|
1718
|
+
},
|
|
1719
|
+
{
|
|
1720
|
+
"kind": "javascript-module",
|
|
1721
|
+
"path": "src/main/main.template.ts",
|
|
1722
|
+
"declarations": [],
|
|
1723
|
+
"exports": []
|
|
1724
|
+
},
|
|
1725
|
+
{
|
|
1726
|
+
"kind": "javascript-module",
|
|
1727
|
+
"path": "src/main/main.ts",
|
|
1728
|
+
"declarations": [
|
|
1729
|
+
{
|
|
1730
|
+
"kind": "class",
|
|
1731
|
+
"description": "",
|
|
1732
|
+
"name": "MainApplication",
|
|
1733
|
+
"members": [
|
|
1734
|
+
{
|
|
1735
|
+
"kind": "field",
|
|
1736
|
+
"name": "config",
|
|
1737
|
+
"type": {
|
|
1738
|
+
"text": "MainRouterConfig"
|
|
1739
|
+
}
|
|
1740
|
+
},
|
|
1741
|
+
{
|
|
1742
|
+
"kind": "field",
|
|
1743
|
+
"name": "connect",
|
|
1744
|
+
"type": {
|
|
1745
|
+
"text": "Connect"
|
|
1746
|
+
}
|
|
1747
|
+
},
|
|
1748
|
+
{
|
|
1749
|
+
"kind": "field",
|
|
1750
|
+
"name": "session",
|
|
1751
|
+
"type": {
|
|
1752
|
+
"text": "Session"
|
|
1753
|
+
}
|
|
1754
|
+
},
|
|
1755
|
+
{
|
|
1756
|
+
"kind": "field",
|
|
1757
|
+
"name": "container",
|
|
1758
|
+
"type": {
|
|
1759
|
+
"text": "Container"
|
|
1760
|
+
}
|
|
1761
|
+
},
|
|
1762
|
+
{
|
|
1763
|
+
"kind": "field",
|
|
1764
|
+
"name": "provider",
|
|
1765
|
+
"type": {
|
|
1766
|
+
"text": "HTMLElement"
|
|
1767
|
+
}
|
|
1768
|
+
},
|
|
1769
|
+
{
|
|
1770
|
+
"kind": "field",
|
|
1771
|
+
"name": "ready",
|
|
1772
|
+
"type": {
|
|
1773
|
+
"text": "boolean"
|
|
1774
|
+
},
|
|
1775
|
+
"default": "false"
|
|
1776
|
+
},
|
|
1777
|
+
{
|
|
1778
|
+
"kind": "method",
|
|
1779
|
+
"name": "onLuminanceToggle"
|
|
1780
|
+
},
|
|
1781
|
+
{
|
|
1782
|
+
"kind": "method",
|
|
1783
|
+
"name": "loadRemotes"
|
|
1784
|
+
},
|
|
1785
|
+
{
|
|
1786
|
+
"kind": "method",
|
|
1787
|
+
"name": "selectTemplate"
|
|
1788
|
+
},
|
|
1789
|
+
{
|
|
1790
|
+
"kind": "method",
|
|
1791
|
+
"name": "registerDIDependencies",
|
|
1792
|
+
"privacy": "private"
|
|
1793
|
+
}
|
|
1794
|
+
],
|
|
1795
|
+
"superclass": {
|
|
1796
|
+
"name": "FASTElement",
|
|
1797
|
+
"package": "@microsoft/fast-element"
|
|
1798
|
+
},
|
|
1799
|
+
"customElement": true
|
|
1800
|
+
}
|
|
1801
|
+
],
|
|
1802
|
+
"exports": [
|
|
1803
|
+
{
|
|
1804
|
+
"kind": "js",
|
|
1805
|
+
"name": "MainApplication",
|
|
1806
|
+
"declaration": {
|
|
1807
|
+
"name": "MainApplication",
|
|
1808
|
+
"module": "src/main/main.ts"
|
|
1809
|
+
}
|
|
1810
|
+
},
|
|
1811
|
+
{
|
|
1812
|
+
"kind": "custom-element-definition",
|
|
1813
|
+
"declaration": {
|
|
1814
|
+
"name": "MainApplication",
|
|
1815
|
+
"module": "src/main/main.ts"
|
|
1816
|
+
}
|
|
1817
|
+
}
|
|
1818
|
+
]
|
|
1819
|
+
},
|
|
1820
1820
|
{
|
|
1821
1821
|
"kind": "javascript-module",
|
|
1822
1822
|
"path": "src/profiles/editProfileSchema.ts",
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"entities.d.ts","sourceRoot":"","sources":["../../../src/entities/entities.ts"],"names":[],"mappings":"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
|
|
1
|
+
{"version":3,"file":"entities.d.ts","sourceRoot":"","sources":["../../../src/entities/entities.ts"],"names":[],"mappings":"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"}
|
|
@@ -505,18 +505,19 @@ let EntityManagement = class EntityManagement extends LifecycleMixin(FASTElement
|
|
|
505
505
|
});
|
|
506
506
|
}
|
|
507
507
|
else {
|
|
508
|
+
const label = this.entityLabel ? this.entityLabel : 'Entity';
|
|
508
509
|
const titleAndBody = {
|
|
509
510
|
[ModalFormType.Create]: {
|
|
510
|
-
title:
|
|
511
|
-
body:
|
|
511
|
+
title: `${label} Added`,
|
|
512
|
+
body: `The ${label} was successfully added`,
|
|
512
513
|
},
|
|
513
514
|
[ModalFormType.Update]: {
|
|
514
|
-
title:
|
|
515
|
-
body:
|
|
515
|
+
title: `${label} Updated`,
|
|
516
|
+
body: `The ${label} was successfully updated`,
|
|
516
517
|
},
|
|
517
518
|
[CrudAction.Delete]: {
|
|
518
|
-
title:
|
|
519
|
-
body:
|
|
519
|
+
title: `${label} Deleted`,
|
|
520
|
+
body: `The ${label} was successfully deleted`,
|
|
520
521
|
},
|
|
521
522
|
}[type] || { title: '', body: '' };
|
|
522
523
|
showNotification(Object.assign(Object.assign({}, titleAndBody), { config: {
|
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.207.
|
|
4
|
+
"version": "14.207.2",
|
|
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.207.
|
|
56
|
-
"@genesislcap/genx": "14.207.
|
|
57
|
-
"@genesislcap/rollup-builder": "14.207.
|
|
58
|
-
"@genesislcap/ts-builder": "14.207.
|
|
59
|
-
"@genesislcap/uvu-playwright-builder": "14.207.
|
|
60
|
-
"@genesislcap/vite-builder": "14.207.
|
|
61
|
-
"@genesislcap/webpack-builder": "14.207.
|
|
55
|
+
"@genesislcap/foundation-testing": "14.207.2",
|
|
56
|
+
"@genesislcap/genx": "14.207.2",
|
|
57
|
+
"@genesislcap/rollup-builder": "14.207.2",
|
|
58
|
+
"@genesislcap/ts-builder": "14.207.2",
|
|
59
|
+
"@genesislcap/uvu-playwright-builder": "14.207.2",
|
|
60
|
+
"@genesislcap/vite-builder": "14.207.2",
|
|
61
|
+
"@genesislcap/webpack-builder": "14.207.2",
|
|
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.207.
|
|
67
|
-
"@genesislcap/foundation-errors": "14.207.
|
|
68
|
-
"@genesislcap/foundation-events": "14.207.
|
|
69
|
-
"@genesislcap/foundation-forms": "14.207.
|
|
70
|
-
"@genesislcap/foundation-logger": "14.207.
|
|
71
|
-
"@genesislcap/foundation-login": "14.207.
|
|
72
|
-
"@genesislcap/foundation-notifications": "14.207.
|
|
73
|
-
"@genesislcap/foundation-ui": "14.207.
|
|
74
|
-
"@genesislcap/foundation-utils": "14.207.
|
|
75
|
-
"@genesislcap/foundation-zero": "14.207.
|
|
76
|
-
"@genesislcap/foundation-zero-grid-pro": "14.207.
|
|
77
|
-
"@genesislcap/grid-pro": "14.207.
|
|
66
|
+
"@genesislcap/foundation-comms": "14.207.2",
|
|
67
|
+
"@genesislcap/foundation-errors": "14.207.2",
|
|
68
|
+
"@genesislcap/foundation-events": "14.207.2",
|
|
69
|
+
"@genesislcap/foundation-forms": "14.207.2",
|
|
70
|
+
"@genesislcap/foundation-logger": "14.207.2",
|
|
71
|
+
"@genesislcap/foundation-login": "14.207.2",
|
|
72
|
+
"@genesislcap/foundation-notifications": "14.207.2",
|
|
73
|
+
"@genesislcap/foundation-ui": "14.207.2",
|
|
74
|
+
"@genesislcap/foundation-utils": "14.207.2",
|
|
75
|
+
"@genesislcap/foundation-zero": "14.207.2",
|
|
76
|
+
"@genesislcap/foundation-zero-grid-pro": "14.207.2",
|
|
77
|
+
"@genesislcap/grid-pro": "14.207.2",
|
|
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": "
|
|
93
|
+
"gitHead": "81fdbfe3ff7adcae76ba126e4e5bb73e98724878"
|
|
94
94
|
}
|