@genesislcap/foundation-entity-management 14.165.1 → 14.165.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.
- package/dist/custom-elements.json +277 -277
- package/dist/dts/entities/entities.d.ts.map +1 -1
- package/dist/esm/entities/entities.js +11 -1
- package/package.json +21 -21
|
@@ -887,159 +887,6 @@
|
|
|
887
887
|
}
|
|
888
888
|
]
|
|
889
889
|
},
|
|
890
|
-
{
|
|
891
|
-
"kind": "javascript-module",
|
|
892
|
-
"path": "src/main/index.ts",
|
|
893
|
-
"declarations": [],
|
|
894
|
-
"exports": [
|
|
895
|
-
{
|
|
896
|
-
"kind": "js",
|
|
897
|
-
"name": "*",
|
|
898
|
-
"declaration": {
|
|
899
|
-
"name": "*",
|
|
900
|
-
"package": "./main.template"
|
|
901
|
-
}
|
|
902
|
-
},
|
|
903
|
-
{
|
|
904
|
-
"kind": "js",
|
|
905
|
-
"name": "*",
|
|
906
|
-
"declaration": {
|
|
907
|
-
"name": "*",
|
|
908
|
-
"package": "./main"
|
|
909
|
-
}
|
|
910
|
-
}
|
|
911
|
-
]
|
|
912
|
-
},
|
|
913
|
-
{
|
|
914
|
-
"kind": "javascript-module",
|
|
915
|
-
"path": "src/main/main.styles.ts",
|
|
916
|
-
"declarations": [
|
|
917
|
-
{
|
|
918
|
-
"kind": "variable",
|
|
919
|
-
"name": "MainStyles",
|
|
920
|
-
"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`"
|
|
921
|
-
}
|
|
922
|
-
],
|
|
923
|
-
"exports": [
|
|
924
|
-
{
|
|
925
|
-
"kind": "js",
|
|
926
|
-
"name": "MainStyles",
|
|
927
|
-
"declaration": {
|
|
928
|
-
"name": "MainStyles",
|
|
929
|
-
"module": "src/main/main.styles.ts"
|
|
930
|
-
}
|
|
931
|
-
}
|
|
932
|
-
]
|
|
933
|
-
},
|
|
934
|
-
{
|
|
935
|
-
"kind": "javascript-module",
|
|
936
|
-
"path": "src/main/main.template.ts",
|
|
937
|
-
"declarations": [],
|
|
938
|
-
"exports": []
|
|
939
|
-
},
|
|
940
|
-
{
|
|
941
|
-
"kind": "javascript-module",
|
|
942
|
-
"path": "src/main/main.ts",
|
|
943
|
-
"declarations": [
|
|
944
|
-
{
|
|
945
|
-
"kind": "class",
|
|
946
|
-
"description": "",
|
|
947
|
-
"name": "MainApplication",
|
|
948
|
-
"members": [
|
|
949
|
-
{
|
|
950
|
-
"kind": "field",
|
|
951
|
-
"name": "config",
|
|
952
|
-
"type": {
|
|
953
|
-
"text": "MainRouterConfig"
|
|
954
|
-
}
|
|
955
|
-
},
|
|
956
|
-
{
|
|
957
|
-
"kind": "field",
|
|
958
|
-
"name": "connect",
|
|
959
|
-
"type": {
|
|
960
|
-
"text": "Connect"
|
|
961
|
-
}
|
|
962
|
-
},
|
|
963
|
-
{
|
|
964
|
-
"kind": "field",
|
|
965
|
-
"name": "session",
|
|
966
|
-
"type": {
|
|
967
|
-
"text": "Session"
|
|
968
|
-
}
|
|
969
|
-
},
|
|
970
|
-
{
|
|
971
|
-
"kind": "field",
|
|
972
|
-
"name": "container",
|
|
973
|
-
"type": {
|
|
974
|
-
"text": "Container"
|
|
975
|
-
}
|
|
976
|
-
},
|
|
977
|
-
{
|
|
978
|
-
"kind": "field",
|
|
979
|
-
"name": "provider",
|
|
980
|
-
"type": {
|
|
981
|
-
"text": "any"
|
|
982
|
-
}
|
|
983
|
-
},
|
|
984
|
-
{
|
|
985
|
-
"kind": "field",
|
|
986
|
-
"name": "ready",
|
|
987
|
-
"type": {
|
|
988
|
-
"text": "boolean"
|
|
989
|
-
},
|
|
990
|
-
"default": "false"
|
|
991
|
-
},
|
|
992
|
-
{
|
|
993
|
-
"kind": "field",
|
|
994
|
-
"name": "data",
|
|
995
|
-
"type": {
|
|
996
|
-
"text": "any"
|
|
997
|
-
},
|
|
998
|
-
"default": "null"
|
|
999
|
-
},
|
|
1000
|
-
{
|
|
1001
|
-
"kind": "method",
|
|
1002
|
-
"name": "onLuminanceToggle"
|
|
1003
|
-
},
|
|
1004
|
-
{
|
|
1005
|
-
"kind": "method",
|
|
1006
|
-
"name": "loadRemotes"
|
|
1007
|
-
},
|
|
1008
|
-
{
|
|
1009
|
-
"kind": "method",
|
|
1010
|
-
"name": "selectTemplate"
|
|
1011
|
-
},
|
|
1012
|
-
{
|
|
1013
|
-
"kind": "method",
|
|
1014
|
-
"name": "registerDIDependencies",
|
|
1015
|
-
"privacy": "private"
|
|
1016
|
-
}
|
|
1017
|
-
],
|
|
1018
|
-
"superclass": {
|
|
1019
|
-
"name": "FASTElement",
|
|
1020
|
-
"package": "@microsoft/fast-element"
|
|
1021
|
-
},
|
|
1022
|
-
"customElement": true
|
|
1023
|
-
}
|
|
1024
|
-
],
|
|
1025
|
-
"exports": [
|
|
1026
|
-
{
|
|
1027
|
-
"kind": "js",
|
|
1028
|
-
"name": "MainApplication",
|
|
1029
|
-
"declaration": {
|
|
1030
|
-
"name": "MainApplication",
|
|
1031
|
-
"module": "src/main/main.ts"
|
|
1032
|
-
}
|
|
1033
|
-
},
|
|
1034
|
-
{
|
|
1035
|
-
"kind": "custom-element-definition",
|
|
1036
|
-
"declaration": {
|
|
1037
|
-
"name": "MainApplication",
|
|
1038
|
-
"module": "src/main/main.ts"
|
|
1039
|
-
}
|
|
1040
|
-
}
|
|
1041
|
-
]
|
|
1042
|
-
},
|
|
1043
890
|
{
|
|
1044
891
|
"kind": "javascript-module",
|
|
1045
892
|
"path": "src/list/index.ts",
|
|
@@ -1410,52 +1257,205 @@
|
|
|
1410
1257
|
"fieldName": "enableRowFlashing"
|
|
1411
1258
|
},
|
|
1412
1259
|
{
|
|
1413
|
-
"name": "hide-edit",
|
|
1260
|
+
"name": "hide-edit",
|
|
1261
|
+
"type": {
|
|
1262
|
+
"text": "boolean"
|
|
1263
|
+
},
|
|
1264
|
+
"default": "false",
|
|
1265
|
+
"fieldName": "hideEdit"
|
|
1266
|
+
},
|
|
1267
|
+
{
|
|
1268
|
+
"name": "hide-delete",
|
|
1269
|
+
"type": {
|
|
1270
|
+
"text": "boolean"
|
|
1271
|
+
},
|
|
1272
|
+
"default": "false",
|
|
1273
|
+
"fieldName": "hideDelete"
|
|
1274
|
+
},
|
|
1275
|
+
{
|
|
1276
|
+
"name": "header-case-type",
|
|
1277
|
+
"type": {
|
|
1278
|
+
"text": "GridProCaseType"
|
|
1279
|
+
},
|
|
1280
|
+
"fieldName": "headerCaseType"
|
|
1281
|
+
}
|
|
1282
|
+
],
|
|
1283
|
+
"superclass": {
|
|
1284
|
+
"name": "FASTElement",
|
|
1285
|
+
"package": "@microsoft/fast-element"
|
|
1286
|
+
},
|
|
1287
|
+
"tagName": "entity-list",
|
|
1288
|
+
"customElement": true
|
|
1289
|
+
}
|
|
1290
|
+
],
|
|
1291
|
+
"exports": [
|
|
1292
|
+
{
|
|
1293
|
+
"kind": "js",
|
|
1294
|
+
"name": "List",
|
|
1295
|
+
"declaration": {
|
|
1296
|
+
"name": "List",
|
|
1297
|
+
"module": "src/list/list.ts"
|
|
1298
|
+
}
|
|
1299
|
+
},
|
|
1300
|
+
{
|
|
1301
|
+
"kind": "custom-element-definition",
|
|
1302
|
+
"name": "entity-list",
|
|
1303
|
+
"declaration": {
|
|
1304
|
+
"name": "List",
|
|
1305
|
+
"module": "src/list/list.ts"
|
|
1306
|
+
}
|
|
1307
|
+
}
|
|
1308
|
+
]
|
|
1309
|
+
},
|
|
1310
|
+
{
|
|
1311
|
+
"kind": "javascript-module",
|
|
1312
|
+
"path": "src/main/index.ts",
|
|
1313
|
+
"declarations": [],
|
|
1314
|
+
"exports": [
|
|
1315
|
+
{
|
|
1316
|
+
"kind": "js",
|
|
1317
|
+
"name": "*",
|
|
1318
|
+
"declaration": {
|
|
1319
|
+
"name": "*",
|
|
1320
|
+
"package": "./main.template"
|
|
1321
|
+
}
|
|
1322
|
+
},
|
|
1323
|
+
{
|
|
1324
|
+
"kind": "js",
|
|
1325
|
+
"name": "*",
|
|
1326
|
+
"declaration": {
|
|
1327
|
+
"name": "*",
|
|
1328
|
+
"package": "./main"
|
|
1329
|
+
}
|
|
1330
|
+
}
|
|
1331
|
+
]
|
|
1332
|
+
},
|
|
1333
|
+
{
|
|
1334
|
+
"kind": "javascript-module",
|
|
1335
|
+
"path": "src/main/main.styles.ts",
|
|
1336
|
+
"declarations": [
|
|
1337
|
+
{
|
|
1338
|
+
"kind": "variable",
|
|
1339
|
+
"name": "MainStyles",
|
|
1340
|
+
"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`"
|
|
1341
|
+
}
|
|
1342
|
+
],
|
|
1343
|
+
"exports": [
|
|
1344
|
+
{
|
|
1345
|
+
"kind": "js",
|
|
1346
|
+
"name": "MainStyles",
|
|
1347
|
+
"declaration": {
|
|
1348
|
+
"name": "MainStyles",
|
|
1349
|
+
"module": "src/main/main.styles.ts"
|
|
1350
|
+
}
|
|
1351
|
+
}
|
|
1352
|
+
]
|
|
1353
|
+
},
|
|
1354
|
+
{
|
|
1355
|
+
"kind": "javascript-module",
|
|
1356
|
+
"path": "src/main/main.template.ts",
|
|
1357
|
+
"declarations": [],
|
|
1358
|
+
"exports": []
|
|
1359
|
+
},
|
|
1360
|
+
{
|
|
1361
|
+
"kind": "javascript-module",
|
|
1362
|
+
"path": "src/main/main.ts",
|
|
1363
|
+
"declarations": [
|
|
1364
|
+
{
|
|
1365
|
+
"kind": "class",
|
|
1366
|
+
"description": "",
|
|
1367
|
+
"name": "MainApplication",
|
|
1368
|
+
"members": [
|
|
1369
|
+
{
|
|
1370
|
+
"kind": "field",
|
|
1371
|
+
"name": "config",
|
|
1372
|
+
"type": {
|
|
1373
|
+
"text": "MainRouterConfig"
|
|
1374
|
+
}
|
|
1375
|
+
},
|
|
1376
|
+
{
|
|
1377
|
+
"kind": "field",
|
|
1378
|
+
"name": "connect",
|
|
1379
|
+
"type": {
|
|
1380
|
+
"text": "Connect"
|
|
1381
|
+
}
|
|
1382
|
+
},
|
|
1383
|
+
{
|
|
1384
|
+
"kind": "field",
|
|
1385
|
+
"name": "session",
|
|
1386
|
+
"type": {
|
|
1387
|
+
"text": "Session"
|
|
1388
|
+
}
|
|
1389
|
+
},
|
|
1390
|
+
{
|
|
1391
|
+
"kind": "field",
|
|
1392
|
+
"name": "container",
|
|
1393
|
+
"type": {
|
|
1394
|
+
"text": "Container"
|
|
1395
|
+
}
|
|
1396
|
+
},
|
|
1397
|
+
{
|
|
1398
|
+
"kind": "field",
|
|
1399
|
+
"name": "provider",
|
|
1400
|
+
"type": {
|
|
1401
|
+
"text": "any"
|
|
1402
|
+
}
|
|
1403
|
+
},
|
|
1404
|
+
{
|
|
1405
|
+
"kind": "field",
|
|
1406
|
+
"name": "ready",
|
|
1414
1407
|
"type": {
|
|
1415
1408
|
"text": "boolean"
|
|
1416
1409
|
},
|
|
1417
|
-
"default": "false"
|
|
1418
|
-
"fieldName": "hideEdit"
|
|
1410
|
+
"default": "false"
|
|
1419
1411
|
},
|
|
1420
1412
|
{
|
|
1421
|
-
"
|
|
1413
|
+
"kind": "field",
|
|
1414
|
+
"name": "data",
|
|
1422
1415
|
"type": {
|
|
1423
|
-
"text": "
|
|
1416
|
+
"text": "any"
|
|
1424
1417
|
},
|
|
1425
|
-
"default": "
|
|
1426
|
-
"fieldName": "hideDelete"
|
|
1418
|
+
"default": "null"
|
|
1427
1419
|
},
|
|
1428
1420
|
{
|
|
1429
|
-
"
|
|
1430
|
-
"
|
|
1431
|
-
|
|
1432
|
-
|
|
1433
|
-
"
|
|
1421
|
+
"kind": "method",
|
|
1422
|
+
"name": "onLuminanceToggle"
|
|
1423
|
+
},
|
|
1424
|
+
{
|
|
1425
|
+
"kind": "method",
|
|
1426
|
+
"name": "loadRemotes"
|
|
1427
|
+
},
|
|
1428
|
+
{
|
|
1429
|
+
"kind": "method",
|
|
1430
|
+
"name": "selectTemplate"
|
|
1431
|
+
},
|
|
1432
|
+
{
|
|
1433
|
+
"kind": "method",
|
|
1434
|
+
"name": "registerDIDependencies",
|
|
1435
|
+
"privacy": "private"
|
|
1434
1436
|
}
|
|
1435
1437
|
],
|
|
1436
1438
|
"superclass": {
|
|
1437
1439
|
"name": "FASTElement",
|
|
1438
1440
|
"package": "@microsoft/fast-element"
|
|
1439
1441
|
},
|
|
1440
|
-
"tagName": "entity-list",
|
|
1441
1442
|
"customElement": true
|
|
1442
1443
|
}
|
|
1443
1444
|
],
|
|
1444
1445
|
"exports": [
|
|
1445
1446
|
{
|
|
1446
1447
|
"kind": "js",
|
|
1447
|
-
"name": "
|
|
1448
|
+
"name": "MainApplication",
|
|
1448
1449
|
"declaration": {
|
|
1449
|
-
"name": "
|
|
1450
|
-
"module": "src/
|
|
1450
|
+
"name": "MainApplication",
|
|
1451
|
+
"module": "src/main/main.ts"
|
|
1451
1452
|
}
|
|
1452
1453
|
},
|
|
1453
1454
|
{
|
|
1454
1455
|
"kind": "custom-element-definition",
|
|
1455
|
-
"name": "entity-list",
|
|
1456
1456
|
"declaration": {
|
|
1457
|
-
"name": "
|
|
1458
|
-
"module": "src/
|
|
1457
|
+
"name": "MainApplication",
|
|
1458
|
+
"module": "src/main/main.ts"
|
|
1459
1459
|
}
|
|
1460
1460
|
}
|
|
1461
1461
|
]
|
|
@@ -2416,34 +2416,13 @@
|
|
|
2416
2416
|
},
|
|
2417
2417
|
{
|
|
2418
2418
|
"kind": "javascript-module",
|
|
2419
|
-
"path": "src/
|
|
2420
|
-
"declarations": [
|
|
2421
|
-
|
|
2422
|
-
"kind": "function",
|
|
2423
|
-
"name": "getErrorFormat",
|
|
2424
|
-
"parameters": [
|
|
2425
|
-
{
|
|
2426
|
-
"name": "err"
|
|
2427
|
-
}
|
|
2428
|
-
],
|
|
2429
|
-
"description": "Format the error as a string with a different format depending on whether\n`err` has a `FIELD` property or not",
|
|
2430
|
-
"privacy": "public"
|
|
2431
|
-
}
|
|
2432
|
-
],
|
|
2433
|
-
"exports": [
|
|
2434
|
-
{
|
|
2435
|
-
"kind": "js",
|
|
2436
|
-
"name": "getErrorFormat",
|
|
2437
|
-
"declaration": {
|
|
2438
|
-
"name": "getErrorFormat",
|
|
2439
|
-
"module": "src/utils/formatting.ts"
|
|
2440
|
-
}
|
|
2441
|
-
}
|
|
2442
|
-
]
|
|
2419
|
+
"path": "src/routes/config.ts",
|
|
2420
|
+
"declarations": [],
|
|
2421
|
+
"exports": []
|
|
2443
2422
|
},
|
|
2444
2423
|
{
|
|
2445
2424
|
"kind": "javascript-module",
|
|
2446
|
-
"path": "src/
|
|
2425
|
+
"path": "src/routes/index.ts",
|
|
2447
2426
|
"declarations": [],
|
|
2448
2427
|
"exports": [
|
|
2449
2428
|
{
|
|
@@ -2451,81 +2430,7 @@
|
|
|
2451
2430
|
"name": "*",
|
|
2452
2431
|
"declaration": {
|
|
2453
2432
|
"name": "*",
|
|
2454
|
-
"package": "./
|
|
2455
|
-
}
|
|
2456
|
-
},
|
|
2457
|
-
{
|
|
2458
|
-
"kind": "js",
|
|
2459
|
-
"name": "*",
|
|
2460
|
-
"declaration": {
|
|
2461
|
-
"name": "*",
|
|
2462
|
-
"package": "./logger"
|
|
2463
|
-
}
|
|
2464
|
-
},
|
|
2465
|
-
{
|
|
2466
|
-
"kind": "js",
|
|
2467
|
-
"name": "*",
|
|
2468
|
-
"declaration": {
|
|
2469
|
-
"name": "*",
|
|
2470
|
-
"package": "./renderer"
|
|
2471
|
-
}
|
|
2472
|
-
}
|
|
2473
|
-
]
|
|
2474
|
-
},
|
|
2475
|
-
{
|
|
2476
|
-
"kind": "javascript-module",
|
|
2477
|
-
"path": "src/utils/logger.ts",
|
|
2478
|
-
"declarations": [
|
|
2479
|
-
{
|
|
2480
|
-
"kind": "variable",
|
|
2481
|
-
"name": "logger",
|
|
2482
|
-
"privacy": "public"
|
|
2483
|
-
}
|
|
2484
|
-
],
|
|
2485
|
-
"exports": [
|
|
2486
|
-
{
|
|
2487
|
-
"kind": "js",
|
|
2488
|
-
"name": "logger",
|
|
2489
|
-
"declaration": {
|
|
2490
|
-
"name": "logger",
|
|
2491
|
-
"module": "src/utils/logger.ts"
|
|
2492
|
-
}
|
|
2493
|
-
}
|
|
2494
|
-
]
|
|
2495
|
-
},
|
|
2496
|
-
{
|
|
2497
|
-
"kind": "javascript-module",
|
|
2498
|
-
"path": "src/utils/renderer.ts",
|
|
2499
|
-
"declarations": [
|
|
2500
|
-
{
|
|
2501
|
-
"kind": "function",
|
|
2502
|
-
"name": "buttonCellRenderer",
|
|
2503
|
-
"return": {
|
|
2504
|
-
"type": {
|
|
2505
|
-
"text": "ColDef"
|
|
2506
|
-
}
|
|
2507
|
-
},
|
|
2508
|
-
"parameters": [
|
|
2509
|
-
{
|
|
2510
|
-
"name": "title"
|
|
2511
|
-
},
|
|
2512
|
-
{
|
|
2513
|
-
"name": "clickHandler"
|
|
2514
|
-
},
|
|
2515
|
-
{
|
|
2516
|
-
"name": "contentTemplate"
|
|
2517
|
-
}
|
|
2518
|
-
],
|
|
2519
|
-
"privacy": "public"
|
|
2520
|
-
}
|
|
2521
|
-
],
|
|
2522
|
-
"exports": [
|
|
2523
|
-
{
|
|
2524
|
-
"kind": "js",
|
|
2525
|
-
"name": "buttonCellRenderer",
|
|
2526
|
-
"declaration": {
|
|
2527
|
-
"name": "buttonCellRenderer",
|
|
2528
|
-
"module": "src/utils/renderer.ts"
|
|
2433
|
+
"package": "./config"
|
|
2529
2434
|
}
|
|
2530
2435
|
}
|
|
2531
2436
|
]
|
|
@@ -2740,13 +2645,34 @@
|
|
|
2740
2645
|
},
|
|
2741
2646
|
{
|
|
2742
2647
|
"kind": "javascript-module",
|
|
2743
|
-
"path": "src/
|
|
2744
|
-
"declarations": [
|
|
2745
|
-
|
|
2648
|
+
"path": "src/utils/formatting.ts",
|
|
2649
|
+
"declarations": [
|
|
2650
|
+
{
|
|
2651
|
+
"kind": "function",
|
|
2652
|
+
"name": "getErrorFormat",
|
|
2653
|
+
"parameters": [
|
|
2654
|
+
{
|
|
2655
|
+
"name": "err"
|
|
2656
|
+
}
|
|
2657
|
+
],
|
|
2658
|
+
"description": "Format the error as a string with a different format depending on whether\n`err` has a `FIELD` property or not",
|
|
2659
|
+
"privacy": "public"
|
|
2660
|
+
}
|
|
2661
|
+
],
|
|
2662
|
+
"exports": [
|
|
2663
|
+
{
|
|
2664
|
+
"kind": "js",
|
|
2665
|
+
"name": "getErrorFormat",
|
|
2666
|
+
"declaration": {
|
|
2667
|
+
"name": "getErrorFormat",
|
|
2668
|
+
"module": "src/utils/formatting.ts"
|
|
2669
|
+
}
|
|
2670
|
+
}
|
|
2671
|
+
]
|
|
2746
2672
|
},
|
|
2747
2673
|
{
|
|
2748
2674
|
"kind": "javascript-module",
|
|
2749
|
-
"path": "src/
|
|
2675
|
+
"path": "src/utils/index.ts",
|
|
2750
2676
|
"declarations": [],
|
|
2751
2677
|
"exports": [
|
|
2752
2678
|
{
|
|
@@ -2754,7 +2680,81 @@
|
|
|
2754
2680
|
"name": "*",
|
|
2755
2681
|
"declaration": {
|
|
2756
2682
|
"name": "*",
|
|
2757
|
-
"package": "./
|
|
2683
|
+
"package": "./formatting"
|
|
2684
|
+
}
|
|
2685
|
+
},
|
|
2686
|
+
{
|
|
2687
|
+
"kind": "js",
|
|
2688
|
+
"name": "*",
|
|
2689
|
+
"declaration": {
|
|
2690
|
+
"name": "*",
|
|
2691
|
+
"package": "./logger"
|
|
2692
|
+
}
|
|
2693
|
+
},
|
|
2694
|
+
{
|
|
2695
|
+
"kind": "js",
|
|
2696
|
+
"name": "*",
|
|
2697
|
+
"declaration": {
|
|
2698
|
+
"name": "*",
|
|
2699
|
+
"package": "./renderer"
|
|
2700
|
+
}
|
|
2701
|
+
}
|
|
2702
|
+
]
|
|
2703
|
+
},
|
|
2704
|
+
{
|
|
2705
|
+
"kind": "javascript-module",
|
|
2706
|
+
"path": "src/utils/logger.ts",
|
|
2707
|
+
"declarations": [
|
|
2708
|
+
{
|
|
2709
|
+
"kind": "variable",
|
|
2710
|
+
"name": "logger",
|
|
2711
|
+
"privacy": "public"
|
|
2712
|
+
}
|
|
2713
|
+
],
|
|
2714
|
+
"exports": [
|
|
2715
|
+
{
|
|
2716
|
+
"kind": "js",
|
|
2717
|
+
"name": "logger",
|
|
2718
|
+
"declaration": {
|
|
2719
|
+
"name": "logger",
|
|
2720
|
+
"module": "src/utils/logger.ts"
|
|
2721
|
+
}
|
|
2722
|
+
}
|
|
2723
|
+
]
|
|
2724
|
+
},
|
|
2725
|
+
{
|
|
2726
|
+
"kind": "javascript-module",
|
|
2727
|
+
"path": "src/utils/renderer.ts",
|
|
2728
|
+
"declarations": [
|
|
2729
|
+
{
|
|
2730
|
+
"kind": "function",
|
|
2731
|
+
"name": "buttonCellRenderer",
|
|
2732
|
+
"return": {
|
|
2733
|
+
"type": {
|
|
2734
|
+
"text": "ColDef"
|
|
2735
|
+
}
|
|
2736
|
+
},
|
|
2737
|
+
"parameters": [
|
|
2738
|
+
{
|
|
2739
|
+
"name": "title"
|
|
2740
|
+
},
|
|
2741
|
+
{
|
|
2742
|
+
"name": "clickHandler"
|
|
2743
|
+
},
|
|
2744
|
+
{
|
|
2745
|
+
"name": "contentTemplate"
|
|
2746
|
+
}
|
|
2747
|
+
],
|
|
2748
|
+
"privacy": "public"
|
|
2749
|
+
}
|
|
2750
|
+
],
|
|
2751
|
+
"exports": [
|
|
2752
|
+
{
|
|
2753
|
+
"kind": "js",
|
|
2754
|
+
"name": "buttonCellRenderer",
|
|
2755
|
+
"declaration": {
|
|
2756
|
+
"name": "buttonCellRenderer",
|
|
2757
|
+
"module": "src/utils/renderer.ts"
|
|
2758
2758
|
}
|
|
2759
2759
|
}
|
|
2760
2760
|
]
|
|
@@ -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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"}
|
|
@@ -170,7 +170,17 @@ let EntityManagement = class EntityManagement extends LifecycleMixin(FASTElement
|
|
|
170
170
|
const copy = super.deepClone();
|
|
171
171
|
copy.createFormUiSchema = structuredClone(this.createFormUiSchema);
|
|
172
172
|
copy.datasourceConfig = structuredClone(this.datasourceConfig);
|
|
173
|
-
copy.gridOptions =
|
|
173
|
+
copy.gridOptions = {};
|
|
174
|
+
if (this.gridOptions) {
|
|
175
|
+
Object.keys(this.gridOptions).forEach((key) => {
|
|
176
|
+
if (typeof this.gridOptions[key] === 'function') {
|
|
177
|
+
copy.gridOptions[key] = this.gridOptions[key].bind(copy);
|
|
178
|
+
}
|
|
179
|
+
else {
|
|
180
|
+
copy.gridOptions[key] = structuredClone(this.gridOptions[key]);
|
|
181
|
+
}
|
|
182
|
+
});
|
|
183
|
+
}
|
|
174
184
|
copy.editDialogTitle = structuredClone(this.editDialogTitle);
|
|
175
185
|
copy.editModalVisible = structuredClone(this.editModalVisible);
|
|
176
186
|
copy.formResourceName = structuredClone(this.formResourceName);
|
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.165.
|
|
4
|
+
"version": "14.165.2",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"license": "SEE LICENSE IN license.txt",
|
|
7
7
|
"main": "dist/esm/index.js",
|
|
@@ -43,29 +43,29 @@
|
|
|
43
43
|
"test:debug": "genx test --debug"
|
|
44
44
|
},
|
|
45
45
|
"devDependencies": {
|
|
46
|
-
"@genesislcap/foundation-testing": "14.165.
|
|
47
|
-
"@genesislcap/genx": "14.165.
|
|
48
|
-
"@genesislcap/rollup-builder": "14.165.
|
|
49
|
-
"@genesislcap/ts-builder": "14.165.
|
|
50
|
-
"@genesislcap/uvu-playwright-builder": "14.165.
|
|
51
|
-
"@genesislcap/vite-builder": "14.165.
|
|
52
|
-
"@genesislcap/webpack-builder": "14.165.
|
|
46
|
+
"@genesislcap/foundation-testing": "14.165.2",
|
|
47
|
+
"@genesislcap/genx": "14.165.2",
|
|
48
|
+
"@genesislcap/rollup-builder": "14.165.2",
|
|
49
|
+
"@genesislcap/ts-builder": "14.165.2",
|
|
50
|
+
"@genesislcap/uvu-playwright-builder": "14.165.2",
|
|
51
|
+
"@genesislcap/vite-builder": "14.165.2",
|
|
52
|
+
"@genesislcap/webpack-builder": "14.165.2",
|
|
53
53
|
"rimraf": "^3.0.2"
|
|
54
54
|
},
|
|
55
55
|
"dependencies": {
|
|
56
56
|
"@ag-grid-community/core": "29.2.0",
|
|
57
|
-
"@genesislcap/foundation-comms": "14.165.
|
|
58
|
-
"@genesislcap/foundation-errors": "14.165.
|
|
59
|
-
"@genesislcap/foundation-events": "14.165.
|
|
60
|
-
"@genesislcap/foundation-forms": "14.165.
|
|
61
|
-
"@genesislcap/foundation-logger": "14.165.
|
|
62
|
-
"@genesislcap/foundation-login": "14.165.
|
|
63
|
-
"@genesislcap/foundation-notifications": "14.165.
|
|
64
|
-
"@genesislcap/foundation-ui": "14.165.
|
|
65
|
-
"@genesislcap/foundation-utils": "14.165.
|
|
66
|
-
"@genesislcap/foundation-zero": "14.165.
|
|
67
|
-
"@genesislcap/foundation-zero-grid-pro": "14.165.
|
|
68
|
-
"@genesislcap/grid-pro": "14.165.
|
|
57
|
+
"@genesislcap/foundation-comms": "14.165.2",
|
|
58
|
+
"@genesislcap/foundation-errors": "14.165.2",
|
|
59
|
+
"@genesislcap/foundation-events": "14.165.2",
|
|
60
|
+
"@genesislcap/foundation-forms": "14.165.2",
|
|
61
|
+
"@genesislcap/foundation-logger": "14.165.2",
|
|
62
|
+
"@genesislcap/foundation-login": "14.165.2",
|
|
63
|
+
"@genesislcap/foundation-notifications": "14.165.2",
|
|
64
|
+
"@genesislcap/foundation-ui": "14.165.2",
|
|
65
|
+
"@genesislcap/foundation-utils": "14.165.2",
|
|
66
|
+
"@genesislcap/foundation-zero": "14.165.2",
|
|
67
|
+
"@genesislcap/foundation-zero-grid-pro": "14.165.2",
|
|
68
|
+
"@genesislcap/grid-pro": "14.165.2",
|
|
69
69
|
"@microsoft/fast-components": "^2.30.6",
|
|
70
70
|
"@microsoft/fast-element": "^1.12.0",
|
|
71
71
|
"@microsoft/fast-foundation": "^2.49.4",
|
|
@@ -81,5 +81,5 @@
|
|
|
81
81
|
"access": "public"
|
|
82
82
|
},
|
|
83
83
|
"customElements": "dist/custom-elements.json",
|
|
84
|
-
"gitHead": "
|
|
84
|
+
"gitHead": "82e64d5c660134bc453fc0171f6f937b5f78848c"
|
|
85
85
|
}
|