@genesislcap/foundation-entity-management 14.179.0 → 14.180.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 +336 -336
- package/package.json +21 -21
|
@@ -87,41 +87,6 @@
|
|
|
87
87
|
}
|
|
88
88
|
]
|
|
89
89
|
},
|
|
90
|
-
{
|
|
91
|
-
"kind": "javascript-module",
|
|
92
|
-
"path": "src/components/components.ts",
|
|
93
|
-
"declarations": [
|
|
94
|
-
{
|
|
95
|
-
"kind": "function",
|
|
96
|
-
"name": "loadRemotes"
|
|
97
|
-
}
|
|
98
|
-
],
|
|
99
|
-
"exports": [
|
|
100
|
-
{
|
|
101
|
-
"kind": "js",
|
|
102
|
-
"name": "loadRemotes",
|
|
103
|
-
"declaration": {
|
|
104
|
-
"name": "loadRemotes",
|
|
105
|
-
"module": "src/components/components.ts"
|
|
106
|
-
}
|
|
107
|
-
}
|
|
108
|
-
]
|
|
109
|
-
},
|
|
110
|
-
{
|
|
111
|
-
"kind": "javascript-module",
|
|
112
|
-
"path": "src/components/index.ts",
|
|
113
|
-
"declarations": [],
|
|
114
|
-
"exports": [
|
|
115
|
-
{
|
|
116
|
-
"kind": "js",
|
|
117
|
-
"name": "*",
|
|
118
|
-
"declaration": {
|
|
119
|
-
"name": "*",
|
|
120
|
-
"package": "./components"
|
|
121
|
-
}
|
|
122
|
-
}
|
|
123
|
-
]
|
|
124
|
-
},
|
|
125
90
|
{
|
|
126
91
|
"kind": "javascript-module",
|
|
127
92
|
"path": "src/entities/entities.styles.ts",
|
|
@@ -880,6 +845,90 @@
|
|
|
880
845
|
}
|
|
881
846
|
]
|
|
882
847
|
},
|
|
848
|
+
{
|
|
849
|
+
"kind": "javascript-module",
|
|
850
|
+
"path": "src/components/components.ts",
|
|
851
|
+
"declarations": [
|
|
852
|
+
{
|
|
853
|
+
"kind": "function",
|
|
854
|
+
"name": "loadRemotes"
|
|
855
|
+
}
|
|
856
|
+
],
|
|
857
|
+
"exports": [
|
|
858
|
+
{
|
|
859
|
+
"kind": "js",
|
|
860
|
+
"name": "loadRemotes",
|
|
861
|
+
"declaration": {
|
|
862
|
+
"name": "loadRemotes",
|
|
863
|
+
"module": "src/components/components.ts"
|
|
864
|
+
}
|
|
865
|
+
}
|
|
866
|
+
]
|
|
867
|
+
},
|
|
868
|
+
{
|
|
869
|
+
"kind": "javascript-module",
|
|
870
|
+
"path": "src/components/index.ts",
|
|
871
|
+
"declarations": [],
|
|
872
|
+
"exports": [
|
|
873
|
+
{
|
|
874
|
+
"kind": "js",
|
|
875
|
+
"name": "*",
|
|
876
|
+
"declaration": {
|
|
877
|
+
"name": "*",
|
|
878
|
+
"package": "./components"
|
|
879
|
+
}
|
|
880
|
+
}
|
|
881
|
+
]
|
|
882
|
+
},
|
|
883
|
+
{
|
|
884
|
+
"kind": "javascript-module",
|
|
885
|
+
"path": "src/layouts/default.ts",
|
|
886
|
+
"declarations": [
|
|
887
|
+
{
|
|
888
|
+
"kind": "variable",
|
|
889
|
+
"name": "loginLayout",
|
|
890
|
+
"default": "new FASTElementLayout(\n html`\n <div class=\"container\">\n <div class=\"content\">\n <slot></slot>\n </div>\n </div>\n `,\n baseLayoutCss,\n)"
|
|
891
|
+
},
|
|
892
|
+
{
|
|
893
|
+
"kind": "variable",
|
|
894
|
+
"name": "defaultLayout",
|
|
895
|
+
"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)"
|
|
896
|
+
}
|
|
897
|
+
],
|
|
898
|
+
"exports": [
|
|
899
|
+
{
|
|
900
|
+
"kind": "js",
|
|
901
|
+
"name": "loginLayout",
|
|
902
|
+
"declaration": {
|
|
903
|
+
"name": "loginLayout",
|
|
904
|
+
"module": "src/layouts/default.ts"
|
|
905
|
+
}
|
|
906
|
+
},
|
|
907
|
+
{
|
|
908
|
+
"kind": "js",
|
|
909
|
+
"name": "defaultLayout",
|
|
910
|
+
"declaration": {
|
|
911
|
+
"name": "defaultLayout",
|
|
912
|
+
"module": "src/layouts/default.ts"
|
|
913
|
+
}
|
|
914
|
+
}
|
|
915
|
+
]
|
|
916
|
+
},
|
|
917
|
+
{
|
|
918
|
+
"kind": "javascript-module",
|
|
919
|
+
"path": "src/layouts/index.ts",
|
|
920
|
+
"declarations": [],
|
|
921
|
+
"exports": [
|
|
922
|
+
{
|
|
923
|
+
"kind": "js",
|
|
924
|
+
"name": "*",
|
|
925
|
+
"declaration": {
|
|
926
|
+
"name": "*",
|
|
927
|
+
"package": "./default"
|
|
928
|
+
}
|
|
929
|
+
}
|
|
930
|
+
]
|
|
931
|
+
},
|
|
883
932
|
{
|
|
884
933
|
"kind": "javascript-module",
|
|
885
934
|
"path": "src/list/index.ts",
|
|
@@ -1345,273 +1394,71 @@
|
|
|
1345
1394
|
},
|
|
1346
1395
|
{
|
|
1347
1396
|
"kind": "javascript-module",
|
|
1348
|
-
"path": "src/
|
|
1349
|
-
"declarations": [
|
|
1350
|
-
{
|
|
1351
|
-
"kind": "variable",
|
|
1352
|
-
"name": "loginLayout",
|
|
1353
|
-
"default": "new FASTElementLayout(\n html`\n <div class=\"container\">\n <div class=\"content\">\n <slot></slot>\n </div>\n </div>\n `,\n baseLayoutCss,\n)"
|
|
1354
|
-
},
|
|
1355
|
-
{
|
|
1356
|
-
"kind": "variable",
|
|
1357
|
-
"name": "defaultLayout",
|
|
1358
|
-
"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)"
|
|
1359
|
-
}
|
|
1360
|
-
],
|
|
1361
|
-
"exports": [
|
|
1362
|
-
{
|
|
1363
|
-
"kind": "js",
|
|
1364
|
-
"name": "loginLayout",
|
|
1365
|
-
"declaration": {
|
|
1366
|
-
"name": "loginLayout",
|
|
1367
|
-
"module": "src/layouts/default.ts"
|
|
1368
|
-
}
|
|
1369
|
-
},
|
|
1370
|
-
{
|
|
1371
|
-
"kind": "js",
|
|
1372
|
-
"name": "defaultLayout",
|
|
1373
|
-
"declaration": {
|
|
1374
|
-
"name": "defaultLayout",
|
|
1375
|
-
"module": "src/layouts/default.ts"
|
|
1376
|
-
}
|
|
1377
|
-
}
|
|
1378
|
-
]
|
|
1379
|
-
},
|
|
1380
|
-
{
|
|
1381
|
-
"kind": "javascript-module",
|
|
1382
|
-
"path": "src/layouts/index.ts",
|
|
1383
|
-
"declarations": [],
|
|
1384
|
-
"exports": [
|
|
1385
|
-
{
|
|
1386
|
-
"kind": "js",
|
|
1387
|
-
"name": "*",
|
|
1388
|
-
"declaration": {
|
|
1389
|
-
"name": "*",
|
|
1390
|
-
"package": "./default"
|
|
1391
|
-
}
|
|
1392
|
-
}
|
|
1393
|
-
]
|
|
1394
|
-
},
|
|
1395
|
-
{
|
|
1396
|
-
"kind": "javascript-module",
|
|
1397
|
-
"path": "src/main/index.ts",
|
|
1398
|
-
"declarations": [],
|
|
1399
|
-
"exports": [
|
|
1400
|
-
{
|
|
1401
|
-
"kind": "js",
|
|
1402
|
-
"name": "*",
|
|
1403
|
-
"declaration": {
|
|
1404
|
-
"name": "*",
|
|
1405
|
-
"package": "./main.template"
|
|
1406
|
-
}
|
|
1407
|
-
},
|
|
1408
|
-
{
|
|
1409
|
-
"kind": "js",
|
|
1410
|
-
"name": "*",
|
|
1411
|
-
"declaration": {
|
|
1412
|
-
"name": "*",
|
|
1413
|
-
"package": "./main"
|
|
1414
|
-
}
|
|
1415
|
-
}
|
|
1416
|
-
]
|
|
1417
|
-
},
|
|
1418
|
-
{
|
|
1419
|
-
"kind": "javascript-module",
|
|
1420
|
-
"path": "src/main/main.styles.ts",
|
|
1397
|
+
"path": "src/profiles/editProfileSchema.ts",
|
|
1421
1398
|
"declarations": [
|
|
1422
1399
|
{
|
|
1423
1400
|
"kind": "variable",
|
|
1424
|
-
"name": "
|
|
1425
|
-
"
|
|
1401
|
+
"name": "editProfileFormSchema",
|
|
1402
|
+
"type": {
|
|
1403
|
+
"text": "object"
|
|
1404
|
+
},
|
|
1405
|
+
"default": "{\n type: 'VerticalLayout',\n elements: [\n {\n type: 'Control',\n label: 'Name',\n scope: '#/properties/NAME',\n },\n {\n type: 'Control',\n label: 'Description',\n scope: '#/properties/DESCRIPTION',\n },\n {\n type: 'Control',\n label: 'Status',\n scope: '#/properties/STATUS',\n },\n {\n type: 'Control',\n label: 'Rights',\n scope: '#/properties/RIGHT_CODES',\n options: {\n allOptionsResourceName: 'RIGHT',\n valueField: 'CODE',\n labelField: 'CODE',\n },\n },\n {\n type: 'Control',\n label: 'Users',\n scope: '#/properties/USER_NAMES',\n options: {\n allOptionsResourceName: 'USER',\n valueField: 'USER_NAME',\n labelField: 'USER_NAME',\n },\n },\n ],\n}"
|
|
1426
1406
|
}
|
|
1427
1407
|
],
|
|
1428
1408
|
"exports": [
|
|
1429
1409
|
{
|
|
1430
1410
|
"kind": "js",
|
|
1431
|
-
"name": "
|
|
1411
|
+
"name": "editProfileFormSchema",
|
|
1432
1412
|
"declaration": {
|
|
1433
|
-
"name": "
|
|
1434
|
-
"module": "src/
|
|
1413
|
+
"name": "editProfileFormSchema",
|
|
1414
|
+
"module": "src/profiles/editProfileSchema.ts"
|
|
1435
1415
|
}
|
|
1436
1416
|
}
|
|
1437
1417
|
]
|
|
1438
1418
|
},
|
|
1439
1419
|
{
|
|
1440
1420
|
"kind": "javascript-module",
|
|
1441
|
-
"path": "src/
|
|
1442
|
-
"declarations": [],
|
|
1443
|
-
"exports": []
|
|
1444
|
-
},
|
|
1445
|
-
{
|
|
1446
|
-
"kind": "javascript-module",
|
|
1447
|
-
"path": "src/main/main.ts",
|
|
1421
|
+
"path": "src/profiles/profiles.ts",
|
|
1448
1422
|
"declarations": [
|
|
1449
1423
|
{
|
|
1450
1424
|
"kind": "class",
|
|
1451
|
-
"description": "",
|
|
1452
|
-
"name": "
|
|
1425
|
+
"description": "Main class which defined the profile management functionality",
|
|
1426
|
+
"name": "Profiles",
|
|
1453
1427
|
"members": [
|
|
1454
1428
|
{
|
|
1455
|
-
"kind": "
|
|
1456
|
-
"name": "
|
|
1457
|
-
"
|
|
1458
|
-
|
|
1459
|
-
|
|
1429
|
+
"kind": "method",
|
|
1430
|
+
"name": "readProfileData",
|
|
1431
|
+
"privacy": "public",
|
|
1432
|
+
"parameters": [
|
|
1433
|
+
{
|
|
1434
|
+
"name": "profile"
|
|
1435
|
+
}
|
|
1436
|
+
]
|
|
1460
1437
|
},
|
|
1461
1438
|
{
|
|
1462
|
-
"kind": "
|
|
1463
|
-
"name": "
|
|
1464
|
-
"
|
|
1465
|
-
"
|
|
1439
|
+
"kind": "method",
|
|
1440
|
+
"name": "confirmDelete",
|
|
1441
|
+
"inheritedFrom": {
|
|
1442
|
+
"name": "EntityManagement",
|
|
1443
|
+
"module": "src/entities/entities.ts"
|
|
1466
1444
|
}
|
|
1467
1445
|
},
|
|
1468
1446
|
{
|
|
1469
1447
|
"kind": "field",
|
|
1470
|
-
"name": "
|
|
1448
|
+
"name": "createEvent",
|
|
1471
1449
|
"type": {
|
|
1472
|
-
"text": "
|
|
1450
|
+
"text": "string"
|
|
1451
|
+
},
|
|
1452
|
+
"description": "Name of the event handler on the Genesis server which handles creating an entity",
|
|
1453
|
+
"privacy": "public",
|
|
1454
|
+
"inheritedFrom": {
|
|
1455
|
+
"name": "EntityManagement",
|
|
1456
|
+
"module": "src/entities/entities.ts"
|
|
1473
1457
|
}
|
|
1474
1458
|
},
|
|
1475
1459
|
{
|
|
1476
1460
|
"kind": "field",
|
|
1477
|
-
"name": "
|
|
1478
|
-
"type": {
|
|
1479
|
-
"text": "Container"
|
|
1480
|
-
}
|
|
1481
|
-
},
|
|
1482
|
-
{
|
|
1483
|
-
"kind": "field",
|
|
1484
|
-
"name": "provider",
|
|
1485
|
-
"type": {
|
|
1486
|
-
"text": "any"
|
|
1487
|
-
}
|
|
1488
|
-
},
|
|
1489
|
-
{
|
|
1490
|
-
"kind": "field",
|
|
1491
|
-
"name": "ready",
|
|
1492
|
-
"type": {
|
|
1493
|
-
"text": "boolean"
|
|
1494
|
-
},
|
|
1495
|
-
"default": "false"
|
|
1496
|
-
},
|
|
1497
|
-
{
|
|
1498
|
-
"kind": "field",
|
|
1499
|
-
"name": "data",
|
|
1500
|
-
"type": {
|
|
1501
|
-
"text": "any"
|
|
1502
|
-
},
|
|
1503
|
-
"default": "null"
|
|
1504
|
-
},
|
|
1505
|
-
{
|
|
1506
|
-
"kind": "method",
|
|
1507
|
-
"name": "onLuminanceToggle"
|
|
1508
|
-
},
|
|
1509
|
-
{
|
|
1510
|
-
"kind": "method",
|
|
1511
|
-
"name": "loadRemotes"
|
|
1512
|
-
},
|
|
1513
|
-
{
|
|
1514
|
-
"kind": "method",
|
|
1515
|
-
"name": "selectTemplate"
|
|
1516
|
-
},
|
|
1517
|
-
{
|
|
1518
|
-
"kind": "method",
|
|
1519
|
-
"name": "registerDIDependencies",
|
|
1520
|
-
"privacy": "private"
|
|
1521
|
-
}
|
|
1522
|
-
],
|
|
1523
|
-
"superclass": {
|
|
1524
|
-
"name": "FASTElement",
|
|
1525
|
-
"package": "@microsoft/fast-element"
|
|
1526
|
-
},
|
|
1527
|
-
"customElement": true
|
|
1528
|
-
}
|
|
1529
|
-
],
|
|
1530
|
-
"exports": [
|
|
1531
|
-
{
|
|
1532
|
-
"kind": "js",
|
|
1533
|
-
"name": "MainApplication",
|
|
1534
|
-
"declaration": {
|
|
1535
|
-
"name": "MainApplication",
|
|
1536
|
-
"module": "src/main/main.ts"
|
|
1537
|
-
}
|
|
1538
|
-
},
|
|
1539
|
-
{
|
|
1540
|
-
"kind": "custom-element-definition",
|
|
1541
|
-
"declaration": {
|
|
1542
|
-
"name": "MainApplication",
|
|
1543
|
-
"module": "src/main/main.ts"
|
|
1544
|
-
}
|
|
1545
|
-
}
|
|
1546
|
-
]
|
|
1547
|
-
},
|
|
1548
|
-
{
|
|
1549
|
-
"kind": "javascript-module",
|
|
1550
|
-
"path": "src/profiles/editProfileSchema.ts",
|
|
1551
|
-
"declarations": [
|
|
1552
|
-
{
|
|
1553
|
-
"kind": "variable",
|
|
1554
|
-
"name": "editProfileFormSchema",
|
|
1555
|
-
"type": {
|
|
1556
|
-
"text": "object"
|
|
1557
|
-
},
|
|
1558
|
-
"default": "{\n type: 'VerticalLayout',\n elements: [\n {\n type: 'Control',\n label: 'Name',\n scope: '#/properties/NAME',\n },\n {\n type: 'Control',\n label: 'Description',\n scope: '#/properties/DESCRIPTION',\n },\n {\n type: 'Control',\n label: 'Status',\n scope: '#/properties/STATUS',\n },\n {\n type: 'Control',\n label: 'Rights',\n scope: '#/properties/RIGHT_CODES',\n options: {\n allOptionsResourceName: 'RIGHT',\n valueField: 'CODE',\n labelField: 'CODE',\n },\n },\n {\n type: 'Control',\n label: 'Users',\n scope: '#/properties/USER_NAMES',\n options: {\n allOptionsResourceName: 'USER',\n valueField: 'USER_NAME',\n labelField: 'USER_NAME',\n },\n },\n ],\n}"
|
|
1559
|
-
}
|
|
1560
|
-
],
|
|
1561
|
-
"exports": [
|
|
1562
|
-
{
|
|
1563
|
-
"kind": "js",
|
|
1564
|
-
"name": "editProfileFormSchema",
|
|
1565
|
-
"declaration": {
|
|
1566
|
-
"name": "editProfileFormSchema",
|
|
1567
|
-
"module": "src/profiles/editProfileSchema.ts"
|
|
1568
|
-
}
|
|
1569
|
-
}
|
|
1570
|
-
]
|
|
1571
|
-
},
|
|
1572
|
-
{
|
|
1573
|
-
"kind": "javascript-module",
|
|
1574
|
-
"path": "src/profiles/profiles.ts",
|
|
1575
|
-
"declarations": [
|
|
1576
|
-
{
|
|
1577
|
-
"kind": "class",
|
|
1578
|
-
"description": "Main class which defined the profile management functionality",
|
|
1579
|
-
"name": "Profiles",
|
|
1580
|
-
"members": [
|
|
1581
|
-
{
|
|
1582
|
-
"kind": "method",
|
|
1583
|
-
"name": "readProfileData",
|
|
1584
|
-
"privacy": "public",
|
|
1585
|
-
"parameters": [
|
|
1586
|
-
{
|
|
1587
|
-
"name": "profile"
|
|
1588
|
-
}
|
|
1589
|
-
]
|
|
1590
|
-
},
|
|
1591
|
-
{
|
|
1592
|
-
"kind": "method",
|
|
1593
|
-
"name": "confirmDelete",
|
|
1594
|
-
"inheritedFrom": {
|
|
1595
|
-
"name": "EntityManagement",
|
|
1596
|
-
"module": "src/entities/entities.ts"
|
|
1597
|
-
}
|
|
1598
|
-
},
|
|
1599
|
-
{
|
|
1600
|
-
"kind": "field",
|
|
1601
|
-
"name": "createEvent",
|
|
1602
|
-
"type": {
|
|
1603
|
-
"text": "string"
|
|
1604
|
-
},
|
|
1605
|
-
"description": "Name of the event handler on the Genesis server which handles creating an entity",
|
|
1606
|
-
"privacy": "public",
|
|
1607
|
-
"inheritedFrom": {
|
|
1608
|
-
"name": "EntityManagement",
|
|
1609
|
-
"module": "src/entities/entities.ts"
|
|
1610
|
-
}
|
|
1611
|
-
},
|
|
1612
|
-
{
|
|
1613
|
-
"kind": "field",
|
|
1614
|
-
"name": "deleteEvent",
|
|
1461
|
+
"name": "deleteEvent",
|
|
1615
1462
|
"type": {
|
|
1616
1463
|
"text": "string"
|
|
1617
1464
|
},
|
|
@@ -2556,21 +2403,153 @@
|
|
|
2556
2403
|
},
|
|
2557
2404
|
{
|
|
2558
2405
|
"kind": "javascript-module",
|
|
2559
|
-
"path": "src/
|
|
2406
|
+
"path": "src/main/index.ts",
|
|
2560
2407
|
"declarations": [],
|
|
2561
|
-
"exports": [
|
|
2408
|
+
"exports": [
|
|
2409
|
+
{
|
|
2410
|
+
"kind": "js",
|
|
2411
|
+
"name": "*",
|
|
2412
|
+
"declaration": {
|
|
2413
|
+
"name": "*",
|
|
2414
|
+
"package": "./main.template"
|
|
2415
|
+
}
|
|
2416
|
+
},
|
|
2417
|
+
{
|
|
2418
|
+
"kind": "js",
|
|
2419
|
+
"name": "*",
|
|
2420
|
+
"declaration": {
|
|
2421
|
+
"name": "*",
|
|
2422
|
+
"package": "./main"
|
|
2423
|
+
}
|
|
2424
|
+
}
|
|
2425
|
+
]
|
|
2562
2426
|
},
|
|
2563
2427
|
{
|
|
2564
2428
|
"kind": "javascript-module",
|
|
2565
|
-
"path": "src/
|
|
2429
|
+
"path": "src/main/main.styles.ts",
|
|
2430
|
+
"declarations": [
|
|
2431
|
+
{
|
|
2432
|
+
"kind": "variable",
|
|
2433
|
+
"name": "MainStyles",
|
|
2434
|
+
"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`"
|
|
2435
|
+
}
|
|
2436
|
+
],
|
|
2437
|
+
"exports": [
|
|
2438
|
+
{
|
|
2439
|
+
"kind": "js",
|
|
2440
|
+
"name": "MainStyles",
|
|
2441
|
+
"declaration": {
|
|
2442
|
+
"name": "MainStyles",
|
|
2443
|
+
"module": "src/main/main.styles.ts"
|
|
2444
|
+
}
|
|
2445
|
+
}
|
|
2446
|
+
]
|
|
2447
|
+
},
|
|
2448
|
+
{
|
|
2449
|
+
"kind": "javascript-module",
|
|
2450
|
+
"path": "src/main/main.template.ts",
|
|
2566
2451
|
"declarations": [],
|
|
2452
|
+
"exports": []
|
|
2453
|
+
},
|
|
2454
|
+
{
|
|
2455
|
+
"kind": "javascript-module",
|
|
2456
|
+
"path": "src/main/main.ts",
|
|
2457
|
+
"declarations": [
|
|
2458
|
+
{
|
|
2459
|
+
"kind": "class",
|
|
2460
|
+
"description": "",
|
|
2461
|
+
"name": "MainApplication",
|
|
2462
|
+
"members": [
|
|
2463
|
+
{
|
|
2464
|
+
"kind": "field",
|
|
2465
|
+
"name": "config",
|
|
2466
|
+
"type": {
|
|
2467
|
+
"text": "MainRouterConfig"
|
|
2468
|
+
}
|
|
2469
|
+
},
|
|
2470
|
+
{
|
|
2471
|
+
"kind": "field",
|
|
2472
|
+
"name": "connect",
|
|
2473
|
+
"type": {
|
|
2474
|
+
"text": "Connect"
|
|
2475
|
+
}
|
|
2476
|
+
},
|
|
2477
|
+
{
|
|
2478
|
+
"kind": "field",
|
|
2479
|
+
"name": "session",
|
|
2480
|
+
"type": {
|
|
2481
|
+
"text": "Session"
|
|
2482
|
+
}
|
|
2483
|
+
},
|
|
2484
|
+
{
|
|
2485
|
+
"kind": "field",
|
|
2486
|
+
"name": "container",
|
|
2487
|
+
"type": {
|
|
2488
|
+
"text": "Container"
|
|
2489
|
+
}
|
|
2490
|
+
},
|
|
2491
|
+
{
|
|
2492
|
+
"kind": "field",
|
|
2493
|
+
"name": "provider",
|
|
2494
|
+
"type": {
|
|
2495
|
+
"text": "any"
|
|
2496
|
+
}
|
|
2497
|
+
},
|
|
2498
|
+
{
|
|
2499
|
+
"kind": "field",
|
|
2500
|
+
"name": "ready",
|
|
2501
|
+
"type": {
|
|
2502
|
+
"text": "boolean"
|
|
2503
|
+
},
|
|
2504
|
+
"default": "false"
|
|
2505
|
+
},
|
|
2506
|
+
{
|
|
2507
|
+
"kind": "field",
|
|
2508
|
+
"name": "data",
|
|
2509
|
+
"type": {
|
|
2510
|
+
"text": "any"
|
|
2511
|
+
},
|
|
2512
|
+
"default": "null"
|
|
2513
|
+
},
|
|
2514
|
+
{
|
|
2515
|
+
"kind": "method",
|
|
2516
|
+
"name": "onLuminanceToggle"
|
|
2517
|
+
},
|
|
2518
|
+
{
|
|
2519
|
+
"kind": "method",
|
|
2520
|
+
"name": "loadRemotes"
|
|
2521
|
+
},
|
|
2522
|
+
{
|
|
2523
|
+
"kind": "method",
|
|
2524
|
+
"name": "selectTemplate"
|
|
2525
|
+
},
|
|
2526
|
+
{
|
|
2527
|
+
"kind": "method",
|
|
2528
|
+
"name": "registerDIDependencies",
|
|
2529
|
+
"privacy": "private"
|
|
2530
|
+
}
|
|
2531
|
+
],
|
|
2532
|
+
"superclass": {
|
|
2533
|
+
"name": "FASTElement",
|
|
2534
|
+
"package": "@microsoft/fast-element"
|
|
2535
|
+
},
|
|
2536
|
+
"customElement": true
|
|
2537
|
+
}
|
|
2538
|
+
],
|
|
2567
2539
|
"exports": [
|
|
2568
2540
|
{
|
|
2569
2541
|
"kind": "js",
|
|
2570
|
-
"name": "
|
|
2542
|
+
"name": "MainApplication",
|
|
2571
2543
|
"declaration": {
|
|
2572
|
-
"name": "
|
|
2573
|
-
"
|
|
2544
|
+
"name": "MainApplication",
|
|
2545
|
+
"module": "src/main/main.ts"
|
|
2546
|
+
}
|
|
2547
|
+
},
|
|
2548
|
+
{
|
|
2549
|
+
"kind": "custom-element-definition",
|
|
2550
|
+
"declaration": {
|
|
2551
|
+
"name": "MainApplication",
|
|
2552
|
+
"module": "src/main/main.ts"
|
|
2574
2553
|
}
|
|
2575
2554
|
}
|
|
2576
2555
|
]
|
|
@@ -2803,6 +2782,86 @@
|
|
|
2803
2782
|
}
|
|
2804
2783
|
]
|
|
2805
2784
|
},
|
|
2785
|
+
{
|
|
2786
|
+
"kind": "javascript-module",
|
|
2787
|
+
"path": "src/routes/config.ts",
|
|
2788
|
+
"declarations": [],
|
|
2789
|
+
"exports": []
|
|
2790
|
+
},
|
|
2791
|
+
{
|
|
2792
|
+
"kind": "javascript-module",
|
|
2793
|
+
"path": "src/routes/index.ts",
|
|
2794
|
+
"declarations": [],
|
|
2795
|
+
"exports": [
|
|
2796
|
+
{
|
|
2797
|
+
"kind": "js",
|
|
2798
|
+
"name": "*",
|
|
2799
|
+
"declaration": {
|
|
2800
|
+
"name": "*",
|
|
2801
|
+
"package": "./config"
|
|
2802
|
+
}
|
|
2803
|
+
}
|
|
2804
|
+
]
|
|
2805
|
+
},
|
|
2806
|
+
{
|
|
2807
|
+
"kind": "javascript-module",
|
|
2808
|
+
"path": "src/routes/demo/entity-management.template.ts",
|
|
2809
|
+
"declarations": [
|
|
2810
|
+
{
|
|
2811
|
+
"kind": "variable",
|
|
2812
|
+
"name": "EntityManagementDemoTemplate",
|
|
2813
|
+
"type": {
|
|
2814
|
+
"text": "ViewTemplate"
|
|
2815
|
+
},
|
|
2816
|
+
"default": "html<EntityManagementDemo>`\n <zero-tabs>\n <span slot=\"start\">Entity Management</span>\n <zero-tab data-test-id=\"profiles\" slot=\"tab\">Counterparty</zero-tab>\n <zero-tab-panel slot=\"tabpanel\">\n <zero-notification-listener>\n <entity-management\n resourceName=\"ALL_COUNTERPARTYS\"\n title=\"Counterparty Management\"\n updateEvent=\"EVENT_COUNTERPARTY_MODIFY\"\n deleteEvent=\"EVENT_COUNTERPARTY_DELETE\"\n createEvent=\"EVENT_COUNTERPARTY_INSERT\"\n ></entity-management>\n </zero-notification-listener>\n </zero-tab-panel>\n </zero-tabs>\n`"
|
|
2817
|
+
}
|
|
2818
|
+
],
|
|
2819
|
+
"exports": [
|
|
2820
|
+
{
|
|
2821
|
+
"kind": "js",
|
|
2822
|
+
"name": "EntityManagementDemoTemplate",
|
|
2823
|
+
"declaration": {
|
|
2824
|
+
"name": "EntityManagementDemoTemplate",
|
|
2825
|
+
"module": "src/routes/demo/entity-management.template.ts"
|
|
2826
|
+
}
|
|
2827
|
+
}
|
|
2828
|
+
]
|
|
2829
|
+
},
|
|
2830
|
+
{
|
|
2831
|
+
"kind": "javascript-module",
|
|
2832
|
+
"path": "src/routes/demo/entity-management.ts",
|
|
2833
|
+
"declarations": [
|
|
2834
|
+
{
|
|
2835
|
+
"kind": "class",
|
|
2836
|
+
"description": "",
|
|
2837
|
+
"name": "EntityManagementDemo",
|
|
2838
|
+
"superclass": {
|
|
2839
|
+
"name": "FASTElement",
|
|
2840
|
+
"package": "@microsoft/fast-element"
|
|
2841
|
+
},
|
|
2842
|
+
"tagName": "entity-management-demo",
|
|
2843
|
+
"customElement": true
|
|
2844
|
+
}
|
|
2845
|
+
],
|
|
2846
|
+
"exports": [
|
|
2847
|
+
{
|
|
2848
|
+
"kind": "js",
|
|
2849
|
+
"name": "EntityManagementDemo",
|
|
2850
|
+
"declaration": {
|
|
2851
|
+
"name": "EntityManagementDemo",
|
|
2852
|
+
"module": "src/routes/demo/entity-management.ts"
|
|
2853
|
+
}
|
|
2854
|
+
},
|
|
2855
|
+
{
|
|
2856
|
+
"kind": "custom-element-definition",
|
|
2857
|
+
"name": "entity-management-demo",
|
|
2858
|
+
"declaration": {
|
|
2859
|
+
"name": "EntityManagementDemo",
|
|
2860
|
+
"module": "src/routes/demo/entity-management.ts"
|
|
2861
|
+
}
|
|
2862
|
+
}
|
|
2863
|
+
]
|
|
2864
|
+
},
|
|
2806
2865
|
{
|
|
2807
2866
|
"kind": "javascript-module",
|
|
2808
2867
|
"path": "src/utils/formatting.ts",
|
|
@@ -2918,65 +2977,6 @@
|
|
|
2918
2977
|
}
|
|
2919
2978
|
}
|
|
2920
2979
|
]
|
|
2921
|
-
},
|
|
2922
|
-
{
|
|
2923
|
-
"kind": "javascript-module",
|
|
2924
|
-
"path": "src/routes/demo/entity-management.template.ts",
|
|
2925
|
-
"declarations": [
|
|
2926
|
-
{
|
|
2927
|
-
"kind": "variable",
|
|
2928
|
-
"name": "EntityManagementDemoTemplate",
|
|
2929
|
-
"type": {
|
|
2930
|
-
"text": "ViewTemplate"
|
|
2931
|
-
},
|
|
2932
|
-
"default": "html<EntityManagementDemo>`\n <zero-tabs>\n <span slot=\"start\">Entity Management</span>\n <zero-tab data-test-id=\"profiles\" slot=\"tab\">Counterparty</zero-tab>\n <zero-tab-panel slot=\"tabpanel\">\n <zero-notification-listener>\n <entity-management\n resourceName=\"ALL_COUNTERPARTYS\"\n title=\"Counterparty Management\"\n updateEvent=\"EVENT_COUNTERPARTY_MODIFY\"\n deleteEvent=\"EVENT_COUNTERPARTY_DELETE\"\n createEvent=\"EVENT_COUNTERPARTY_INSERT\"\n ></entity-management>\n </zero-notification-listener>\n </zero-tab-panel>\n </zero-tabs>\n`"
|
|
2933
|
-
}
|
|
2934
|
-
],
|
|
2935
|
-
"exports": [
|
|
2936
|
-
{
|
|
2937
|
-
"kind": "js",
|
|
2938
|
-
"name": "EntityManagementDemoTemplate",
|
|
2939
|
-
"declaration": {
|
|
2940
|
-
"name": "EntityManagementDemoTemplate",
|
|
2941
|
-
"module": "src/routes/demo/entity-management.template.ts"
|
|
2942
|
-
}
|
|
2943
|
-
}
|
|
2944
|
-
]
|
|
2945
|
-
},
|
|
2946
|
-
{
|
|
2947
|
-
"kind": "javascript-module",
|
|
2948
|
-
"path": "src/routes/demo/entity-management.ts",
|
|
2949
|
-
"declarations": [
|
|
2950
|
-
{
|
|
2951
|
-
"kind": "class",
|
|
2952
|
-
"description": "",
|
|
2953
|
-
"name": "EntityManagementDemo",
|
|
2954
|
-
"superclass": {
|
|
2955
|
-
"name": "FASTElement",
|
|
2956
|
-
"package": "@microsoft/fast-element"
|
|
2957
|
-
},
|
|
2958
|
-
"tagName": "entity-management-demo",
|
|
2959
|
-
"customElement": true
|
|
2960
|
-
}
|
|
2961
|
-
],
|
|
2962
|
-
"exports": [
|
|
2963
|
-
{
|
|
2964
|
-
"kind": "js",
|
|
2965
|
-
"name": "EntityManagementDemo",
|
|
2966
|
-
"declaration": {
|
|
2967
|
-
"name": "EntityManagementDemo",
|
|
2968
|
-
"module": "src/routes/demo/entity-management.ts"
|
|
2969
|
-
}
|
|
2970
|
-
},
|
|
2971
|
-
{
|
|
2972
|
-
"kind": "custom-element-definition",
|
|
2973
|
-
"name": "entity-management-demo",
|
|
2974
|
-
"declaration": {
|
|
2975
|
-
"name": "EntityManagementDemo",
|
|
2976
|
-
"module": "src/routes/demo/entity-management.ts"
|
|
2977
|
-
}
|
|
2978
|
-
}
|
|
2979
|
-
]
|
|
2980
2980
|
}
|
|
2981
2981
|
]
|
|
2982
2982
|
}
|
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.
|
|
4
|
+
"version": "14.180.0",
|
|
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.
|
|
47
|
-
"@genesislcap/genx": "14.
|
|
48
|
-
"@genesislcap/rollup-builder": "14.
|
|
49
|
-
"@genesislcap/ts-builder": "14.
|
|
50
|
-
"@genesislcap/uvu-playwright-builder": "14.
|
|
51
|
-
"@genesislcap/vite-builder": "14.
|
|
52
|
-
"@genesislcap/webpack-builder": "14.
|
|
46
|
+
"@genesislcap/foundation-testing": "14.180.0",
|
|
47
|
+
"@genesislcap/genx": "14.180.0",
|
|
48
|
+
"@genesislcap/rollup-builder": "14.180.0",
|
|
49
|
+
"@genesislcap/ts-builder": "14.180.0",
|
|
50
|
+
"@genesislcap/uvu-playwright-builder": "14.180.0",
|
|
51
|
+
"@genesislcap/vite-builder": "14.180.0",
|
|
52
|
+
"@genesislcap/webpack-builder": "14.180.0",
|
|
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.
|
|
58
|
-
"@genesislcap/foundation-errors": "14.
|
|
59
|
-
"@genesislcap/foundation-events": "14.
|
|
60
|
-
"@genesislcap/foundation-forms": "14.
|
|
61
|
-
"@genesislcap/foundation-logger": "14.
|
|
62
|
-
"@genesislcap/foundation-login": "14.
|
|
63
|
-
"@genesislcap/foundation-notifications": "14.
|
|
64
|
-
"@genesislcap/foundation-ui": "14.
|
|
65
|
-
"@genesislcap/foundation-utils": "14.
|
|
66
|
-
"@genesislcap/foundation-zero": "14.
|
|
67
|
-
"@genesislcap/foundation-zero-grid-pro": "14.
|
|
68
|
-
"@genesislcap/grid-pro": "14.
|
|
57
|
+
"@genesislcap/foundation-comms": "14.180.0",
|
|
58
|
+
"@genesislcap/foundation-errors": "14.180.0",
|
|
59
|
+
"@genesislcap/foundation-events": "14.180.0",
|
|
60
|
+
"@genesislcap/foundation-forms": "14.180.0",
|
|
61
|
+
"@genesislcap/foundation-logger": "14.180.0",
|
|
62
|
+
"@genesislcap/foundation-login": "14.180.0",
|
|
63
|
+
"@genesislcap/foundation-notifications": "14.180.0",
|
|
64
|
+
"@genesislcap/foundation-ui": "14.180.0",
|
|
65
|
+
"@genesislcap/foundation-utils": "14.180.0",
|
|
66
|
+
"@genesislcap/foundation-zero": "14.180.0",
|
|
67
|
+
"@genesislcap/foundation-zero-grid-pro": "14.180.0",
|
|
68
|
+
"@genesislcap/grid-pro": "14.180.0",
|
|
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": "24ddbaf4c43ccfe2c323ec1178b1829451b1721a"
|
|
85
85
|
}
|