@genesislcap/foundation-entity-management 14.193.0 → 14.193.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 +153 -153
- package/package.json +21 -21
|
@@ -966,159 +966,6 @@
|
|
|
966
966
|
}
|
|
967
967
|
]
|
|
968
968
|
},
|
|
969
|
-
{
|
|
970
|
-
"kind": "javascript-module",
|
|
971
|
-
"path": "src/main/index.ts",
|
|
972
|
-
"declarations": [],
|
|
973
|
-
"exports": [
|
|
974
|
-
{
|
|
975
|
-
"kind": "js",
|
|
976
|
-
"name": "*",
|
|
977
|
-
"declaration": {
|
|
978
|
-
"name": "*",
|
|
979
|
-
"package": "./main.template"
|
|
980
|
-
}
|
|
981
|
-
},
|
|
982
|
-
{
|
|
983
|
-
"kind": "js",
|
|
984
|
-
"name": "*",
|
|
985
|
-
"declaration": {
|
|
986
|
-
"name": "*",
|
|
987
|
-
"package": "./main"
|
|
988
|
-
}
|
|
989
|
-
}
|
|
990
|
-
]
|
|
991
|
-
},
|
|
992
|
-
{
|
|
993
|
-
"kind": "javascript-module",
|
|
994
|
-
"path": "src/main/main.styles.ts",
|
|
995
|
-
"declarations": [
|
|
996
|
-
{
|
|
997
|
-
"kind": "variable",
|
|
998
|
-
"name": "MainStyles",
|
|
999
|
-
"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`"
|
|
1000
|
-
}
|
|
1001
|
-
],
|
|
1002
|
-
"exports": [
|
|
1003
|
-
{
|
|
1004
|
-
"kind": "js",
|
|
1005
|
-
"name": "MainStyles",
|
|
1006
|
-
"declaration": {
|
|
1007
|
-
"name": "MainStyles",
|
|
1008
|
-
"module": "src/main/main.styles.ts"
|
|
1009
|
-
}
|
|
1010
|
-
}
|
|
1011
|
-
]
|
|
1012
|
-
},
|
|
1013
|
-
{
|
|
1014
|
-
"kind": "javascript-module",
|
|
1015
|
-
"path": "src/main/main.template.ts",
|
|
1016
|
-
"declarations": [],
|
|
1017
|
-
"exports": []
|
|
1018
|
-
},
|
|
1019
|
-
{
|
|
1020
|
-
"kind": "javascript-module",
|
|
1021
|
-
"path": "src/main/main.ts",
|
|
1022
|
-
"declarations": [
|
|
1023
|
-
{
|
|
1024
|
-
"kind": "class",
|
|
1025
|
-
"description": "",
|
|
1026
|
-
"name": "MainApplication",
|
|
1027
|
-
"members": [
|
|
1028
|
-
{
|
|
1029
|
-
"kind": "field",
|
|
1030
|
-
"name": "config",
|
|
1031
|
-
"type": {
|
|
1032
|
-
"text": "MainRouterConfig"
|
|
1033
|
-
}
|
|
1034
|
-
},
|
|
1035
|
-
{
|
|
1036
|
-
"kind": "field",
|
|
1037
|
-
"name": "connect",
|
|
1038
|
-
"type": {
|
|
1039
|
-
"text": "Connect"
|
|
1040
|
-
}
|
|
1041
|
-
},
|
|
1042
|
-
{
|
|
1043
|
-
"kind": "field",
|
|
1044
|
-
"name": "session",
|
|
1045
|
-
"type": {
|
|
1046
|
-
"text": "Session"
|
|
1047
|
-
}
|
|
1048
|
-
},
|
|
1049
|
-
{
|
|
1050
|
-
"kind": "field",
|
|
1051
|
-
"name": "container",
|
|
1052
|
-
"type": {
|
|
1053
|
-
"text": "Container"
|
|
1054
|
-
}
|
|
1055
|
-
},
|
|
1056
|
-
{
|
|
1057
|
-
"kind": "field",
|
|
1058
|
-
"name": "provider",
|
|
1059
|
-
"type": {
|
|
1060
|
-
"text": "any"
|
|
1061
|
-
}
|
|
1062
|
-
},
|
|
1063
|
-
{
|
|
1064
|
-
"kind": "field",
|
|
1065
|
-
"name": "ready",
|
|
1066
|
-
"type": {
|
|
1067
|
-
"text": "boolean"
|
|
1068
|
-
},
|
|
1069
|
-
"default": "false"
|
|
1070
|
-
},
|
|
1071
|
-
{
|
|
1072
|
-
"kind": "field",
|
|
1073
|
-
"name": "data",
|
|
1074
|
-
"type": {
|
|
1075
|
-
"text": "any"
|
|
1076
|
-
},
|
|
1077
|
-
"default": "null"
|
|
1078
|
-
},
|
|
1079
|
-
{
|
|
1080
|
-
"kind": "method",
|
|
1081
|
-
"name": "onLuminanceToggle"
|
|
1082
|
-
},
|
|
1083
|
-
{
|
|
1084
|
-
"kind": "method",
|
|
1085
|
-
"name": "loadRemotes"
|
|
1086
|
-
},
|
|
1087
|
-
{
|
|
1088
|
-
"kind": "method",
|
|
1089
|
-
"name": "selectTemplate"
|
|
1090
|
-
},
|
|
1091
|
-
{
|
|
1092
|
-
"kind": "method",
|
|
1093
|
-
"name": "registerDIDependencies",
|
|
1094
|
-
"privacy": "private"
|
|
1095
|
-
}
|
|
1096
|
-
],
|
|
1097
|
-
"superclass": {
|
|
1098
|
-
"name": "FASTElement",
|
|
1099
|
-
"package": "@microsoft/fast-element"
|
|
1100
|
-
},
|
|
1101
|
-
"customElement": true
|
|
1102
|
-
}
|
|
1103
|
-
],
|
|
1104
|
-
"exports": [
|
|
1105
|
-
{
|
|
1106
|
-
"kind": "js",
|
|
1107
|
-
"name": "MainApplication",
|
|
1108
|
-
"declaration": {
|
|
1109
|
-
"name": "MainApplication",
|
|
1110
|
-
"module": "src/main/main.ts"
|
|
1111
|
-
}
|
|
1112
|
-
},
|
|
1113
|
-
{
|
|
1114
|
-
"kind": "custom-element-definition",
|
|
1115
|
-
"declaration": {
|
|
1116
|
-
"name": "MainApplication",
|
|
1117
|
-
"module": "src/main/main.ts"
|
|
1118
|
-
}
|
|
1119
|
-
}
|
|
1120
|
-
]
|
|
1121
|
-
},
|
|
1122
969
|
{
|
|
1123
970
|
"kind": "javascript-module",
|
|
1124
971
|
"path": "src/list/index.ts",
|
|
@@ -1582,6 +1429,159 @@
|
|
|
1582
1429
|
}
|
|
1583
1430
|
]
|
|
1584
1431
|
},
|
|
1432
|
+
{
|
|
1433
|
+
"kind": "javascript-module",
|
|
1434
|
+
"path": "src/main/index.ts",
|
|
1435
|
+
"declarations": [],
|
|
1436
|
+
"exports": [
|
|
1437
|
+
{
|
|
1438
|
+
"kind": "js",
|
|
1439
|
+
"name": "*",
|
|
1440
|
+
"declaration": {
|
|
1441
|
+
"name": "*",
|
|
1442
|
+
"package": "./main.template"
|
|
1443
|
+
}
|
|
1444
|
+
},
|
|
1445
|
+
{
|
|
1446
|
+
"kind": "js",
|
|
1447
|
+
"name": "*",
|
|
1448
|
+
"declaration": {
|
|
1449
|
+
"name": "*",
|
|
1450
|
+
"package": "./main"
|
|
1451
|
+
}
|
|
1452
|
+
}
|
|
1453
|
+
]
|
|
1454
|
+
},
|
|
1455
|
+
{
|
|
1456
|
+
"kind": "javascript-module",
|
|
1457
|
+
"path": "src/main/main.styles.ts",
|
|
1458
|
+
"declarations": [
|
|
1459
|
+
{
|
|
1460
|
+
"kind": "variable",
|
|
1461
|
+
"name": "MainStyles",
|
|
1462
|
+
"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`"
|
|
1463
|
+
}
|
|
1464
|
+
],
|
|
1465
|
+
"exports": [
|
|
1466
|
+
{
|
|
1467
|
+
"kind": "js",
|
|
1468
|
+
"name": "MainStyles",
|
|
1469
|
+
"declaration": {
|
|
1470
|
+
"name": "MainStyles",
|
|
1471
|
+
"module": "src/main/main.styles.ts"
|
|
1472
|
+
}
|
|
1473
|
+
}
|
|
1474
|
+
]
|
|
1475
|
+
},
|
|
1476
|
+
{
|
|
1477
|
+
"kind": "javascript-module",
|
|
1478
|
+
"path": "src/main/main.template.ts",
|
|
1479
|
+
"declarations": [],
|
|
1480
|
+
"exports": []
|
|
1481
|
+
},
|
|
1482
|
+
{
|
|
1483
|
+
"kind": "javascript-module",
|
|
1484
|
+
"path": "src/main/main.ts",
|
|
1485
|
+
"declarations": [
|
|
1486
|
+
{
|
|
1487
|
+
"kind": "class",
|
|
1488
|
+
"description": "",
|
|
1489
|
+
"name": "MainApplication",
|
|
1490
|
+
"members": [
|
|
1491
|
+
{
|
|
1492
|
+
"kind": "field",
|
|
1493
|
+
"name": "config",
|
|
1494
|
+
"type": {
|
|
1495
|
+
"text": "MainRouterConfig"
|
|
1496
|
+
}
|
|
1497
|
+
},
|
|
1498
|
+
{
|
|
1499
|
+
"kind": "field",
|
|
1500
|
+
"name": "connect",
|
|
1501
|
+
"type": {
|
|
1502
|
+
"text": "Connect"
|
|
1503
|
+
}
|
|
1504
|
+
},
|
|
1505
|
+
{
|
|
1506
|
+
"kind": "field",
|
|
1507
|
+
"name": "session",
|
|
1508
|
+
"type": {
|
|
1509
|
+
"text": "Session"
|
|
1510
|
+
}
|
|
1511
|
+
},
|
|
1512
|
+
{
|
|
1513
|
+
"kind": "field",
|
|
1514
|
+
"name": "container",
|
|
1515
|
+
"type": {
|
|
1516
|
+
"text": "Container"
|
|
1517
|
+
}
|
|
1518
|
+
},
|
|
1519
|
+
{
|
|
1520
|
+
"kind": "field",
|
|
1521
|
+
"name": "provider",
|
|
1522
|
+
"type": {
|
|
1523
|
+
"text": "any"
|
|
1524
|
+
}
|
|
1525
|
+
},
|
|
1526
|
+
{
|
|
1527
|
+
"kind": "field",
|
|
1528
|
+
"name": "ready",
|
|
1529
|
+
"type": {
|
|
1530
|
+
"text": "boolean"
|
|
1531
|
+
},
|
|
1532
|
+
"default": "false"
|
|
1533
|
+
},
|
|
1534
|
+
{
|
|
1535
|
+
"kind": "field",
|
|
1536
|
+
"name": "data",
|
|
1537
|
+
"type": {
|
|
1538
|
+
"text": "any"
|
|
1539
|
+
},
|
|
1540
|
+
"default": "null"
|
|
1541
|
+
},
|
|
1542
|
+
{
|
|
1543
|
+
"kind": "method",
|
|
1544
|
+
"name": "onLuminanceToggle"
|
|
1545
|
+
},
|
|
1546
|
+
{
|
|
1547
|
+
"kind": "method",
|
|
1548
|
+
"name": "loadRemotes"
|
|
1549
|
+
},
|
|
1550
|
+
{
|
|
1551
|
+
"kind": "method",
|
|
1552
|
+
"name": "selectTemplate"
|
|
1553
|
+
},
|
|
1554
|
+
{
|
|
1555
|
+
"kind": "method",
|
|
1556
|
+
"name": "registerDIDependencies",
|
|
1557
|
+
"privacy": "private"
|
|
1558
|
+
}
|
|
1559
|
+
],
|
|
1560
|
+
"superclass": {
|
|
1561
|
+
"name": "FASTElement",
|
|
1562
|
+
"package": "@microsoft/fast-element"
|
|
1563
|
+
},
|
|
1564
|
+
"customElement": true
|
|
1565
|
+
}
|
|
1566
|
+
],
|
|
1567
|
+
"exports": [
|
|
1568
|
+
{
|
|
1569
|
+
"kind": "js",
|
|
1570
|
+
"name": "MainApplication",
|
|
1571
|
+
"declaration": {
|
|
1572
|
+
"name": "MainApplication",
|
|
1573
|
+
"module": "src/main/main.ts"
|
|
1574
|
+
}
|
|
1575
|
+
},
|
|
1576
|
+
{
|
|
1577
|
+
"kind": "custom-element-definition",
|
|
1578
|
+
"declaration": {
|
|
1579
|
+
"name": "MainApplication",
|
|
1580
|
+
"module": "src/main/main.ts"
|
|
1581
|
+
}
|
|
1582
|
+
}
|
|
1583
|
+
]
|
|
1584
|
+
},
|
|
1585
1585
|
{
|
|
1586
1586
|
"kind": "javascript-module",
|
|
1587
1587
|
"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.193.
|
|
4
|
+
"version": "14.193.1",
|
|
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.193.
|
|
56
|
-
"@genesislcap/genx": "14.193.
|
|
57
|
-
"@genesislcap/rollup-builder": "14.193.
|
|
58
|
-
"@genesislcap/ts-builder": "14.193.
|
|
59
|
-
"@genesislcap/uvu-playwright-builder": "14.193.
|
|
60
|
-
"@genesislcap/vite-builder": "14.193.
|
|
61
|
-
"@genesislcap/webpack-builder": "14.193.
|
|
55
|
+
"@genesislcap/foundation-testing": "14.193.1",
|
|
56
|
+
"@genesislcap/genx": "14.193.1",
|
|
57
|
+
"@genesislcap/rollup-builder": "14.193.1",
|
|
58
|
+
"@genesislcap/ts-builder": "14.193.1",
|
|
59
|
+
"@genesislcap/uvu-playwright-builder": "14.193.1",
|
|
60
|
+
"@genesislcap/vite-builder": "14.193.1",
|
|
61
|
+
"@genesislcap/webpack-builder": "14.193.1",
|
|
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.193.
|
|
67
|
-
"@genesislcap/foundation-errors": "14.193.
|
|
68
|
-
"@genesislcap/foundation-events": "14.193.
|
|
69
|
-
"@genesislcap/foundation-forms": "14.193.
|
|
70
|
-
"@genesislcap/foundation-logger": "14.193.
|
|
71
|
-
"@genesislcap/foundation-login": "14.193.
|
|
72
|
-
"@genesislcap/foundation-notifications": "14.193.
|
|
73
|
-
"@genesislcap/foundation-ui": "14.193.
|
|
74
|
-
"@genesislcap/foundation-utils": "14.193.
|
|
75
|
-
"@genesislcap/foundation-zero": "14.193.
|
|
76
|
-
"@genesislcap/foundation-zero-grid-pro": "14.193.
|
|
77
|
-
"@genesislcap/grid-pro": "14.193.
|
|
66
|
+
"@genesislcap/foundation-comms": "14.193.1",
|
|
67
|
+
"@genesislcap/foundation-errors": "14.193.1",
|
|
68
|
+
"@genesislcap/foundation-events": "14.193.1",
|
|
69
|
+
"@genesislcap/foundation-forms": "14.193.1",
|
|
70
|
+
"@genesislcap/foundation-logger": "14.193.1",
|
|
71
|
+
"@genesislcap/foundation-login": "14.193.1",
|
|
72
|
+
"@genesislcap/foundation-notifications": "14.193.1",
|
|
73
|
+
"@genesislcap/foundation-ui": "14.193.1",
|
|
74
|
+
"@genesislcap/foundation-utils": "14.193.1",
|
|
75
|
+
"@genesislcap/foundation-zero": "14.193.1",
|
|
76
|
+
"@genesislcap/foundation-zero-grid-pro": "14.193.1",
|
|
77
|
+
"@genesislcap/grid-pro": "14.193.1",
|
|
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": "83048f45bf5634a5c7e93d461eceb393610aee37"
|
|
94
94
|
}
|