@genesislcap/foundation-entity-management 14.199.3-alpha-40ecfcd.0 → 14.200.0-FUI-2127.3
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 +145 -145
- package/package.json +21 -21
|
@@ -995,6 +995,151 @@
|
|
|
995
995
|
}
|
|
996
996
|
]
|
|
997
997
|
},
|
|
998
|
+
{
|
|
999
|
+
"kind": "javascript-module",
|
|
1000
|
+
"path": "src/main/index.ts",
|
|
1001
|
+
"declarations": [],
|
|
1002
|
+
"exports": [
|
|
1003
|
+
{
|
|
1004
|
+
"kind": "js",
|
|
1005
|
+
"name": "*",
|
|
1006
|
+
"declaration": {
|
|
1007
|
+
"name": "*",
|
|
1008
|
+
"package": "./main.template"
|
|
1009
|
+
}
|
|
1010
|
+
},
|
|
1011
|
+
{
|
|
1012
|
+
"kind": "js",
|
|
1013
|
+
"name": "*",
|
|
1014
|
+
"declaration": {
|
|
1015
|
+
"name": "*",
|
|
1016
|
+
"package": "./main"
|
|
1017
|
+
}
|
|
1018
|
+
}
|
|
1019
|
+
]
|
|
1020
|
+
},
|
|
1021
|
+
{
|
|
1022
|
+
"kind": "javascript-module",
|
|
1023
|
+
"path": "src/main/main.styles.ts",
|
|
1024
|
+
"declarations": [
|
|
1025
|
+
{
|
|
1026
|
+
"kind": "variable",
|
|
1027
|
+
"name": "MainStyles",
|
|
1028
|
+
"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`"
|
|
1029
|
+
}
|
|
1030
|
+
],
|
|
1031
|
+
"exports": [
|
|
1032
|
+
{
|
|
1033
|
+
"kind": "js",
|
|
1034
|
+
"name": "MainStyles",
|
|
1035
|
+
"declaration": {
|
|
1036
|
+
"name": "MainStyles",
|
|
1037
|
+
"module": "src/main/main.styles.ts"
|
|
1038
|
+
}
|
|
1039
|
+
}
|
|
1040
|
+
]
|
|
1041
|
+
},
|
|
1042
|
+
{
|
|
1043
|
+
"kind": "javascript-module",
|
|
1044
|
+
"path": "src/main/main.template.ts",
|
|
1045
|
+
"declarations": [],
|
|
1046
|
+
"exports": []
|
|
1047
|
+
},
|
|
1048
|
+
{
|
|
1049
|
+
"kind": "javascript-module",
|
|
1050
|
+
"path": "src/main/main.ts",
|
|
1051
|
+
"declarations": [
|
|
1052
|
+
{
|
|
1053
|
+
"kind": "class",
|
|
1054
|
+
"description": "",
|
|
1055
|
+
"name": "MainApplication",
|
|
1056
|
+
"members": [
|
|
1057
|
+
{
|
|
1058
|
+
"kind": "field",
|
|
1059
|
+
"name": "config",
|
|
1060
|
+
"type": {
|
|
1061
|
+
"text": "MainRouterConfig"
|
|
1062
|
+
}
|
|
1063
|
+
},
|
|
1064
|
+
{
|
|
1065
|
+
"kind": "field",
|
|
1066
|
+
"name": "connect",
|
|
1067
|
+
"type": {
|
|
1068
|
+
"text": "Connect"
|
|
1069
|
+
}
|
|
1070
|
+
},
|
|
1071
|
+
{
|
|
1072
|
+
"kind": "field",
|
|
1073
|
+
"name": "session",
|
|
1074
|
+
"type": {
|
|
1075
|
+
"text": "Session"
|
|
1076
|
+
}
|
|
1077
|
+
},
|
|
1078
|
+
{
|
|
1079
|
+
"kind": "field",
|
|
1080
|
+
"name": "container",
|
|
1081
|
+
"type": {
|
|
1082
|
+
"text": "Container"
|
|
1083
|
+
}
|
|
1084
|
+
},
|
|
1085
|
+
{
|
|
1086
|
+
"kind": "field",
|
|
1087
|
+
"name": "provider",
|
|
1088
|
+
"type": {
|
|
1089
|
+
"text": "HTMLElement"
|
|
1090
|
+
}
|
|
1091
|
+
},
|
|
1092
|
+
{
|
|
1093
|
+
"kind": "field",
|
|
1094
|
+
"name": "ready",
|
|
1095
|
+
"type": {
|
|
1096
|
+
"text": "boolean"
|
|
1097
|
+
},
|
|
1098
|
+
"default": "false"
|
|
1099
|
+
},
|
|
1100
|
+
{
|
|
1101
|
+
"kind": "method",
|
|
1102
|
+
"name": "onLuminanceToggle"
|
|
1103
|
+
},
|
|
1104
|
+
{
|
|
1105
|
+
"kind": "method",
|
|
1106
|
+
"name": "loadRemotes"
|
|
1107
|
+
},
|
|
1108
|
+
{
|
|
1109
|
+
"kind": "method",
|
|
1110
|
+
"name": "selectTemplate"
|
|
1111
|
+
},
|
|
1112
|
+
{
|
|
1113
|
+
"kind": "method",
|
|
1114
|
+
"name": "registerDIDependencies",
|
|
1115
|
+
"privacy": "private"
|
|
1116
|
+
}
|
|
1117
|
+
],
|
|
1118
|
+
"superclass": {
|
|
1119
|
+
"name": "FASTElement",
|
|
1120
|
+
"package": "@microsoft/fast-element"
|
|
1121
|
+
},
|
|
1122
|
+
"customElement": true
|
|
1123
|
+
}
|
|
1124
|
+
],
|
|
1125
|
+
"exports": [
|
|
1126
|
+
{
|
|
1127
|
+
"kind": "js",
|
|
1128
|
+
"name": "MainApplication",
|
|
1129
|
+
"declaration": {
|
|
1130
|
+
"name": "MainApplication",
|
|
1131
|
+
"module": "src/main/main.ts"
|
|
1132
|
+
}
|
|
1133
|
+
},
|
|
1134
|
+
{
|
|
1135
|
+
"kind": "custom-element-definition",
|
|
1136
|
+
"declaration": {
|
|
1137
|
+
"name": "MainApplication",
|
|
1138
|
+
"module": "src/main/main.ts"
|
|
1139
|
+
}
|
|
1140
|
+
}
|
|
1141
|
+
]
|
|
1142
|
+
},
|
|
998
1143
|
{
|
|
999
1144
|
"kind": "javascript-module",
|
|
1000
1145
|
"path": "src/list/index.ts",
|
|
@@ -1482,151 +1627,6 @@
|
|
|
1482
1627
|
}
|
|
1483
1628
|
]
|
|
1484
1629
|
},
|
|
1485
|
-
{
|
|
1486
|
-
"kind": "javascript-module",
|
|
1487
|
-
"path": "src/main/index.ts",
|
|
1488
|
-
"declarations": [],
|
|
1489
|
-
"exports": [
|
|
1490
|
-
{
|
|
1491
|
-
"kind": "js",
|
|
1492
|
-
"name": "*",
|
|
1493
|
-
"declaration": {
|
|
1494
|
-
"name": "*",
|
|
1495
|
-
"package": "./main.template"
|
|
1496
|
-
}
|
|
1497
|
-
},
|
|
1498
|
-
{
|
|
1499
|
-
"kind": "js",
|
|
1500
|
-
"name": "*",
|
|
1501
|
-
"declaration": {
|
|
1502
|
-
"name": "*",
|
|
1503
|
-
"package": "./main"
|
|
1504
|
-
}
|
|
1505
|
-
}
|
|
1506
|
-
]
|
|
1507
|
-
},
|
|
1508
|
-
{
|
|
1509
|
-
"kind": "javascript-module",
|
|
1510
|
-
"path": "src/main/main.styles.ts",
|
|
1511
|
-
"declarations": [
|
|
1512
|
-
{
|
|
1513
|
-
"kind": "variable",
|
|
1514
|
-
"name": "MainStyles",
|
|
1515
|
-
"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`"
|
|
1516
|
-
}
|
|
1517
|
-
],
|
|
1518
|
-
"exports": [
|
|
1519
|
-
{
|
|
1520
|
-
"kind": "js",
|
|
1521
|
-
"name": "MainStyles",
|
|
1522
|
-
"declaration": {
|
|
1523
|
-
"name": "MainStyles",
|
|
1524
|
-
"module": "src/main/main.styles.ts"
|
|
1525
|
-
}
|
|
1526
|
-
}
|
|
1527
|
-
]
|
|
1528
|
-
},
|
|
1529
|
-
{
|
|
1530
|
-
"kind": "javascript-module",
|
|
1531
|
-
"path": "src/main/main.template.ts",
|
|
1532
|
-
"declarations": [],
|
|
1533
|
-
"exports": []
|
|
1534
|
-
},
|
|
1535
|
-
{
|
|
1536
|
-
"kind": "javascript-module",
|
|
1537
|
-
"path": "src/main/main.ts",
|
|
1538
|
-
"declarations": [
|
|
1539
|
-
{
|
|
1540
|
-
"kind": "class",
|
|
1541
|
-
"description": "",
|
|
1542
|
-
"name": "MainApplication",
|
|
1543
|
-
"members": [
|
|
1544
|
-
{
|
|
1545
|
-
"kind": "field",
|
|
1546
|
-
"name": "config",
|
|
1547
|
-
"type": {
|
|
1548
|
-
"text": "MainRouterConfig"
|
|
1549
|
-
}
|
|
1550
|
-
},
|
|
1551
|
-
{
|
|
1552
|
-
"kind": "field",
|
|
1553
|
-
"name": "connect",
|
|
1554
|
-
"type": {
|
|
1555
|
-
"text": "Connect"
|
|
1556
|
-
}
|
|
1557
|
-
},
|
|
1558
|
-
{
|
|
1559
|
-
"kind": "field",
|
|
1560
|
-
"name": "session",
|
|
1561
|
-
"type": {
|
|
1562
|
-
"text": "Session"
|
|
1563
|
-
}
|
|
1564
|
-
},
|
|
1565
|
-
{
|
|
1566
|
-
"kind": "field",
|
|
1567
|
-
"name": "container",
|
|
1568
|
-
"type": {
|
|
1569
|
-
"text": "Container"
|
|
1570
|
-
}
|
|
1571
|
-
},
|
|
1572
|
-
{
|
|
1573
|
-
"kind": "field",
|
|
1574
|
-
"name": "provider",
|
|
1575
|
-
"type": {
|
|
1576
|
-
"text": "HTMLElement"
|
|
1577
|
-
}
|
|
1578
|
-
},
|
|
1579
|
-
{
|
|
1580
|
-
"kind": "field",
|
|
1581
|
-
"name": "ready",
|
|
1582
|
-
"type": {
|
|
1583
|
-
"text": "boolean"
|
|
1584
|
-
},
|
|
1585
|
-
"default": "false"
|
|
1586
|
-
},
|
|
1587
|
-
{
|
|
1588
|
-
"kind": "method",
|
|
1589
|
-
"name": "onLuminanceToggle"
|
|
1590
|
-
},
|
|
1591
|
-
{
|
|
1592
|
-
"kind": "method",
|
|
1593
|
-
"name": "loadRemotes"
|
|
1594
|
-
},
|
|
1595
|
-
{
|
|
1596
|
-
"kind": "method",
|
|
1597
|
-
"name": "selectTemplate"
|
|
1598
|
-
},
|
|
1599
|
-
{
|
|
1600
|
-
"kind": "method",
|
|
1601
|
-
"name": "registerDIDependencies",
|
|
1602
|
-
"privacy": "private"
|
|
1603
|
-
}
|
|
1604
|
-
],
|
|
1605
|
-
"superclass": {
|
|
1606
|
-
"name": "FASTElement",
|
|
1607
|
-
"package": "@microsoft/fast-element"
|
|
1608
|
-
},
|
|
1609
|
-
"customElement": true
|
|
1610
|
-
}
|
|
1611
|
-
],
|
|
1612
|
-
"exports": [
|
|
1613
|
-
{
|
|
1614
|
-
"kind": "js",
|
|
1615
|
-
"name": "MainApplication",
|
|
1616
|
-
"declaration": {
|
|
1617
|
-
"name": "MainApplication",
|
|
1618
|
-
"module": "src/main/main.ts"
|
|
1619
|
-
}
|
|
1620
|
-
},
|
|
1621
|
-
{
|
|
1622
|
-
"kind": "custom-element-definition",
|
|
1623
|
-
"declaration": {
|
|
1624
|
-
"name": "MainApplication",
|
|
1625
|
-
"module": "src/main/main.ts"
|
|
1626
|
-
}
|
|
1627
|
-
}
|
|
1628
|
-
]
|
|
1629
|
-
},
|
|
1630
1630
|
{
|
|
1631
1631
|
"kind": "javascript-module",
|
|
1632
1632
|
"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.
|
|
4
|
+
"version": "14.200.0-FUI-2127.3",
|
|
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.
|
|
56
|
-
"@genesislcap/genx": "14.
|
|
57
|
-
"@genesislcap/rollup-builder": "14.
|
|
58
|
-
"@genesislcap/ts-builder": "14.
|
|
59
|
-
"@genesislcap/uvu-playwright-builder": "14.
|
|
60
|
-
"@genesislcap/vite-builder": "14.
|
|
61
|
-
"@genesislcap/webpack-builder": "14.
|
|
55
|
+
"@genesislcap/foundation-testing": "14.200.0-FUI-2127.3",
|
|
56
|
+
"@genesislcap/genx": "14.200.0-FUI-2127.3",
|
|
57
|
+
"@genesislcap/rollup-builder": "14.200.0-FUI-2127.3",
|
|
58
|
+
"@genesislcap/ts-builder": "14.200.0-FUI-2127.3",
|
|
59
|
+
"@genesislcap/uvu-playwright-builder": "14.200.0-FUI-2127.3",
|
|
60
|
+
"@genesislcap/vite-builder": "14.200.0-FUI-2127.3",
|
|
61
|
+
"@genesislcap/webpack-builder": "14.200.0-FUI-2127.3",
|
|
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.
|
|
67
|
-
"@genesislcap/foundation-errors": "14.
|
|
68
|
-
"@genesislcap/foundation-events": "14.
|
|
69
|
-
"@genesislcap/foundation-forms": "14.
|
|
70
|
-
"@genesislcap/foundation-logger": "14.
|
|
71
|
-
"@genesislcap/foundation-login": "14.
|
|
72
|
-
"@genesislcap/foundation-notifications": "14.
|
|
73
|
-
"@genesislcap/foundation-ui": "14.
|
|
74
|
-
"@genesislcap/foundation-utils": "14.
|
|
75
|
-
"@genesislcap/foundation-zero": "14.
|
|
76
|
-
"@genesislcap/foundation-zero-grid-pro": "14.
|
|
77
|
-
"@genesislcap/grid-pro": "14.
|
|
66
|
+
"@genesislcap/foundation-comms": "14.200.0-FUI-2127.3",
|
|
67
|
+
"@genesislcap/foundation-errors": "14.200.0-FUI-2127.3",
|
|
68
|
+
"@genesislcap/foundation-events": "14.200.0-FUI-2127.3",
|
|
69
|
+
"@genesislcap/foundation-forms": "14.200.0-FUI-2127.3",
|
|
70
|
+
"@genesislcap/foundation-logger": "14.200.0-FUI-2127.3",
|
|
71
|
+
"@genesislcap/foundation-login": "14.200.0-FUI-2127.3",
|
|
72
|
+
"@genesislcap/foundation-notifications": "14.200.0-FUI-2127.3",
|
|
73
|
+
"@genesislcap/foundation-ui": "14.200.0-FUI-2127.3",
|
|
74
|
+
"@genesislcap/foundation-utils": "14.200.0-FUI-2127.3",
|
|
75
|
+
"@genesislcap/foundation-zero": "14.200.0-FUI-2127.3",
|
|
76
|
+
"@genesislcap/foundation-zero-grid-pro": "14.200.0-FUI-2127.3",
|
|
77
|
+
"@genesislcap/grid-pro": "14.200.0-FUI-2127.3",
|
|
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": "b29e581ae1cc6e2acdaec752de35ddeb6262894d"
|
|
94
94
|
}
|