@genesislcap/foundation-entity-management 14.165.1-alpha-55a54c6.0 → 14.165.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.
- package/dist/custom-elements.json +277 -277
- package/package.json +21 -21
|
@@ -887,6 +887,159 @@
|
|
|
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
|
+
},
|
|
890
1043
|
{
|
|
891
1044
|
"kind": "javascript-module",
|
|
892
1045
|
"path": "src/list/index.ts",
|
|
@@ -1257,205 +1410,52 @@
|
|
|
1257
1410
|
"fieldName": "enableRowFlashing"
|
|
1258
1411
|
},
|
|
1259
1412
|
{
|
|
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",
|
|
1413
|
+
"name": "hide-edit",
|
|
1407
1414
|
"type": {
|
|
1408
1415
|
"text": "boolean"
|
|
1409
1416
|
},
|
|
1410
|
-
"default": "false"
|
|
1417
|
+
"default": "false",
|
|
1418
|
+
"fieldName": "hideEdit"
|
|
1411
1419
|
},
|
|
1412
1420
|
{
|
|
1413
|
-
"
|
|
1414
|
-
"name": "data",
|
|
1421
|
+
"name": "hide-delete",
|
|
1415
1422
|
"type": {
|
|
1416
|
-
"text": "
|
|
1423
|
+
"text": "boolean"
|
|
1417
1424
|
},
|
|
1418
|
-
"default": "
|
|
1419
|
-
|
|
1420
|
-
{
|
|
1421
|
-
"kind": "method",
|
|
1422
|
-
"name": "onLuminanceToggle"
|
|
1423
|
-
},
|
|
1424
|
-
{
|
|
1425
|
-
"kind": "method",
|
|
1426
|
-
"name": "loadRemotes"
|
|
1427
|
-
},
|
|
1428
|
-
{
|
|
1429
|
-
"kind": "method",
|
|
1430
|
-
"name": "selectTemplate"
|
|
1425
|
+
"default": "false",
|
|
1426
|
+
"fieldName": "hideDelete"
|
|
1431
1427
|
},
|
|
1432
1428
|
{
|
|
1433
|
-
"
|
|
1434
|
-
"
|
|
1435
|
-
|
|
1429
|
+
"name": "header-case-type",
|
|
1430
|
+
"type": {
|
|
1431
|
+
"text": "GridProCaseType"
|
|
1432
|
+
},
|
|
1433
|
+
"fieldName": "headerCaseType"
|
|
1436
1434
|
}
|
|
1437
1435
|
],
|
|
1438
1436
|
"superclass": {
|
|
1439
1437
|
"name": "FASTElement",
|
|
1440
1438
|
"package": "@microsoft/fast-element"
|
|
1441
1439
|
},
|
|
1440
|
+
"tagName": "entity-list",
|
|
1442
1441
|
"customElement": true
|
|
1443
1442
|
}
|
|
1444
1443
|
],
|
|
1445
1444
|
"exports": [
|
|
1446
1445
|
{
|
|
1447
1446
|
"kind": "js",
|
|
1448
|
-
"name": "
|
|
1447
|
+
"name": "List",
|
|
1449
1448
|
"declaration": {
|
|
1450
|
-
"name": "
|
|
1451
|
-
"module": "src/
|
|
1449
|
+
"name": "List",
|
|
1450
|
+
"module": "src/list/list.ts"
|
|
1452
1451
|
}
|
|
1453
1452
|
},
|
|
1454
1453
|
{
|
|
1455
1454
|
"kind": "custom-element-definition",
|
|
1455
|
+
"name": "entity-list",
|
|
1456
1456
|
"declaration": {
|
|
1457
|
-
"name": "
|
|
1458
|
-
"module": "src/
|
|
1457
|
+
"name": "List",
|
|
1458
|
+
"module": "src/list/list.ts"
|
|
1459
1459
|
}
|
|
1460
1460
|
}
|
|
1461
1461
|
]
|
|
@@ -2416,13 +2416,34 @@
|
|
|
2416
2416
|
},
|
|
2417
2417
|
{
|
|
2418
2418
|
"kind": "javascript-module",
|
|
2419
|
-
"path": "src/
|
|
2420
|
-
"declarations": [
|
|
2421
|
-
|
|
2419
|
+
"path": "src/utils/formatting.ts",
|
|
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
|
+
]
|
|
2422
2443
|
},
|
|
2423
2444
|
{
|
|
2424
2445
|
"kind": "javascript-module",
|
|
2425
|
-
"path": "src/
|
|
2446
|
+
"path": "src/utils/index.ts",
|
|
2426
2447
|
"declarations": [],
|
|
2427
2448
|
"exports": [
|
|
2428
2449
|
{
|
|
@@ -2430,7 +2451,81 @@
|
|
|
2430
2451
|
"name": "*",
|
|
2431
2452
|
"declaration": {
|
|
2432
2453
|
"name": "*",
|
|
2433
|
-
"package": "./
|
|
2454
|
+
"package": "./formatting"
|
|
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"
|
|
2434
2529
|
}
|
|
2435
2530
|
}
|
|
2436
2531
|
]
|
|
@@ -2645,34 +2740,13 @@
|
|
|
2645
2740
|
},
|
|
2646
2741
|
{
|
|
2647
2742
|
"kind": "javascript-module",
|
|
2648
|
-
"path": "src/
|
|
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
|
-
]
|
|
2743
|
+
"path": "src/routes/config.ts",
|
|
2744
|
+
"declarations": [],
|
|
2745
|
+
"exports": []
|
|
2672
2746
|
},
|
|
2673
2747
|
{
|
|
2674
2748
|
"kind": "javascript-module",
|
|
2675
|
-
"path": "src/
|
|
2749
|
+
"path": "src/routes/index.ts",
|
|
2676
2750
|
"declarations": [],
|
|
2677
2751
|
"exports": [
|
|
2678
2752
|
{
|
|
@@ -2680,81 +2754,7 @@
|
|
|
2680
2754
|
"name": "*",
|
|
2681
2755
|
"declaration": {
|
|
2682
2756
|
"name": "*",
|
|
2683
|
-
"package": "./
|
|
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"
|
|
2757
|
+
"package": "./config"
|
|
2758
2758
|
}
|
|
2759
2759
|
}
|
|
2760
2760
|
]
|
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.1
|
|
4
|
+
"version": "14.165.1",
|
|
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.1
|
|
47
|
-
"@genesislcap/genx": "14.165.1
|
|
48
|
-
"@genesislcap/rollup-builder": "14.165.1
|
|
49
|
-
"@genesislcap/ts-builder": "14.165.1
|
|
50
|
-
"@genesislcap/uvu-playwright-builder": "14.165.1
|
|
51
|
-
"@genesislcap/vite-builder": "14.165.1
|
|
52
|
-
"@genesislcap/webpack-builder": "14.165.1
|
|
46
|
+
"@genesislcap/foundation-testing": "14.165.1",
|
|
47
|
+
"@genesislcap/genx": "14.165.1",
|
|
48
|
+
"@genesislcap/rollup-builder": "14.165.1",
|
|
49
|
+
"@genesislcap/ts-builder": "14.165.1",
|
|
50
|
+
"@genesislcap/uvu-playwright-builder": "14.165.1",
|
|
51
|
+
"@genesislcap/vite-builder": "14.165.1",
|
|
52
|
+
"@genesislcap/webpack-builder": "14.165.1",
|
|
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.1
|
|
58
|
-
"@genesislcap/foundation-errors": "14.165.1
|
|
59
|
-
"@genesislcap/foundation-events": "14.165.1
|
|
60
|
-
"@genesislcap/foundation-forms": "14.165.1
|
|
61
|
-
"@genesislcap/foundation-logger": "14.165.1
|
|
62
|
-
"@genesislcap/foundation-login": "14.165.1
|
|
63
|
-
"@genesislcap/foundation-notifications": "14.165.1
|
|
64
|
-
"@genesislcap/foundation-ui": "14.165.1
|
|
65
|
-
"@genesislcap/foundation-utils": "14.165.1
|
|
66
|
-
"@genesislcap/foundation-zero": "14.165.1
|
|
67
|
-
"@genesislcap/foundation-zero-grid-pro": "14.165.1
|
|
68
|
-
"@genesislcap/grid-pro": "14.165.1
|
|
57
|
+
"@genesislcap/foundation-comms": "14.165.1",
|
|
58
|
+
"@genesislcap/foundation-errors": "14.165.1",
|
|
59
|
+
"@genesislcap/foundation-events": "14.165.1",
|
|
60
|
+
"@genesislcap/foundation-forms": "14.165.1",
|
|
61
|
+
"@genesislcap/foundation-logger": "14.165.1",
|
|
62
|
+
"@genesislcap/foundation-login": "14.165.1",
|
|
63
|
+
"@genesislcap/foundation-notifications": "14.165.1",
|
|
64
|
+
"@genesislcap/foundation-ui": "14.165.1",
|
|
65
|
+
"@genesislcap/foundation-utils": "14.165.1",
|
|
66
|
+
"@genesislcap/foundation-zero": "14.165.1",
|
|
67
|
+
"@genesislcap/foundation-zero-grid-pro": "14.165.1",
|
|
68
|
+
"@genesislcap/grid-pro": "14.165.1",
|
|
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": "dbe3bd6ccc2637e5b0d54b039136562fa2bcac75"
|
|
85
85
|
}
|