@genesislcap/foundation-entity-management 14.202.0 → 14.202.1-alpha-77ef7ac.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.
Files changed (2) hide show
  1. package/dist/custom-elements.json +175 -175
  2. package/package.json +21 -21
@@ -87,6 +87,41 @@
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
+ },
90
125
  {
91
126
  "kind": "javascript-module",
92
127
  "path": "src/entities/entities.styles.ts",
@@ -1057,27 +1092,41 @@
1057
1092
  },
1058
1093
  {
1059
1094
  "kind": "javascript-module",
1060
- "path": "src/components/components.ts",
1095
+ "path": "src/layouts/default.ts",
1061
1096
  "declarations": [
1062
1097
  {
1063
- "kind": "function",
1064
- "name": "loadRemotes"
1098
+ "kind": "variable",
1099
+ "name": "loginLayout",
1100
+ "default": "new FASTElementLayout(\n html`\n <div class=\"container\">\n <div class=\"content\">\n <slot></slot>\n </div>\n </div>\n `,\n baseLayoutCss,\n)"
1101
+ },
1102
+ {
1103
+ "kind": "variable",
1104
+ "name": "defaultLayout",
1105
+ "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)"
1065
1106
  }
1066
1107
  ],
1067
1108
  "exports": [
1068
1109
  {
1069
1110
  "kind": "js",
1070
- "name": "loadRemotes",
1111
+ "name": "loginLayout",
1071
1112
  "declaration": {
1072
- "name": "loadRemotes",
1073
- "module": "src/components/components.ts"
1113
+ "name": "loginLayout",
1114
+ "module": "src/layouts/default.ts"
1115
+ }
1116
+ },
1117
+ {
1118
+ "kind": "js",
1119
+ "name": "defaultLayout",
1120
+ "declaration": {
1121
+ "name": "defaultLayout",
1122
+ "module": "src/layouts/default.ts"
1074
1123
  }
1075
1124
  }
1076
1125
  ]
1077
1126
  },
1078
1127
  {
1079
1128
  "kind": "javascript-module",
1080
- "path": "src/components/index.ts",
1129
+ "path": "src/layouts/index.ts",
1081
1130
  "declarations": [],
1082
1131
  "exports": [
1083
1132
  {
@@ -1085,56 +1134,152 @@
1085
1134
  "name": "*",
1086
1135
  "declaration": {
1087
1136
  "name": "*",
1088
- "package": "./components"
1137
+ "package": "./default"
1089
1138
  }
1090
1139
  }
1091
1140
  ]
1092
1141
  },
1093
1142
  {
1094
1143
  "kind": "javascript-module",
1095
- "path": "src/layouts/default.ts",
1096
- "declarations": [
1144
+ "path": "src/main/index.ts",
1145
+ "declarations": [],
1146
+ "exports": [
1097
1147
  {
1098
- "kind": "variable",
1099
- "name": "loginLayout",
1100
- "default": "new FASTElementLayout(\n html`\n <div class=\"container\">\n <div class=\"content\">\n <slot></slot>\n </div>\n </div>\n `,\n baseLayoutCss,\n)"
1148
+ "kind": "js",
1149
+ "name": "*",
1150
+ "declaration": {
1151
+ "name": "*",
1152
+ "package": "./main.template"
1153
+ }
1101
1154
  },
1155
+ {
1156
+ "kind": "js",
1157
+ "name": "*",
1158
+ "declaration": {
1159
+ "name": "*",
1160
+ "package": "./main"
1161
+ }
1162
+ }
1163
+ ]
1164
+ },
1165
+ {
1166
+ "kind": "javascript-module",
1167
+ "path": "src/main/main.styles.ts",
1168
+ "declarations": [
1102
1169
  {
1103
1170
  "kind": "variable",
1104
- "name": "defaultLayout",
1105
- "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)"
1171
+ "name": "MainStyles",
1172
+ "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`"
1106
1173
  }
1107
1174
  ],
1108
1175
  "exports": [
1109
1176
  {
1110
1177
  "kind": "js",
1111
- "name": "loginLayout",
1112
- "declaration": {
1113
- "name": "loginLayout",
1114
- "module": "src/layouts/default.ts"
1115
- }
1116
- },
1117
- {
1118
- "kind": "js",
1119
- "name": "defaultLayout",
1178
+ "name": "MainStyles",
1120
1179
  "declaration": {
1121
- "name": "defaultLayout",
1122
- "module": "src/layouts/default.ts"
1180
+ "name": "MainStyles",
1181
+ "module": "src/main/main.styles.ts"
1123
1182
  }
1124
1183
  }
1125
1184
  ]
1126
1185
  },
1127
1186
  {
1128
1187
  "kind": "javascript-module",
1129
- "path": "src/layouts/index.ts",
1188
+ "path": "src/main/main.template.ts",
1130
1189
  "declarations": [],
1190
+ "exports": []
1191
+ },
1192
+ {
1193
+ "kind": "javascript-module",
1194
+ "path": "src/main/main.ts",
1195
+ "declarations": [
1196
+ {
1197
+ "kind": "class",
1198
+ "description": "",
1199
+ "name": "MainApplication",
1200
+ "members": [
1201
+ {
1202
+ "kind": "field",
1203
+ "name": "config",
1204
+ "type": {
1205
+ "text": "MainRouterConfig"
1206
+ }
1207
+ },
1208
+ {
1209
+ "kind": "field",
1210
+ "name": "connect",
1211
+ "type": {
1212
+ "text": "Connect"
1213
+ }
1214
+ },
1215
+ {
1216
+ "kind": "field",
1217
+ "name": "session",
1218
+ "type": {
1219
+ "text": "Session"
1220
+ }
1221
+ },
1222
+ {
1223
+ "kind": "field",
1224
+ "name": "container",
1225
+ "type": {
1226
+ "text": "Container"
1227
+ }
1228
+ },
1229
+ {
1230
+ "kind": "field",
1231
+ "name": "provider",
1232
+ "type": {
1233
+ "text": "HTMLElement"
1234
+ }
1235
+ },
1236
+ {
1237
+ "kind": "field",
1238
+ "name": "ready",
1239
+ "type": {
1240
+ "text": "boolean"
1241
+ },
1242
+ "default": "false"
1243
+ },
1244
+ {
1245
+ "kind": "method",
1246
+ "name": "onLuminanceToggle"
1247
+ },
1248
+ {
1249
+ "kind": "method",
1250
+ "name": "loadRemotes"
1251
+ },
1252
+ {
1253
+ "kind": "method",
1254
+ "name": "selectTemplate"
1255
+ },
1256
+ {
1257
+ "kind": "method",
1258
+ "name": "registerDIDependencies",
1259
+ "privacy": "private"
1260
+ }
1261
+ ],
1262
+ "superclass": {
1263
+ "name": "FASTElement",
1264
+ "package": "@microsoft/fast-element"
1265
+ },
1266
+ "customElement": true
1267
+ }
1268
+ ],
1131
1269
  "exports": [
1132
1270
  {
1133
1271
  "kind": "js",
1134
- "name": "*",
1272
+ "name": "MainApplication",
1135
1273
  "declaration": {
1136
- "name": "*",
1137
- "package": "./default"
1274
+ "name": "MainApplication",
1275
+ "module": "src/main/main.ts"
1276
+ }
1277
+ },
1278
+ {
1279
+ "kind": "custom-element-definition",
1280
+ "declaration": {
1281
+ "name": "MainApplication",
1282
+ "module": "src/main/main.ts"
1138
1283
  }
1139
1284
  }
1140
1285
  ]
@@ -1626,151 +1771,6 @@
1626
1771
  }
1627
1772
  ]
1628
1773
  },
1629
- {
1630
- "kind": "javascript-module",
1631
- "path": "src/main/index.ts",
1632
- "declarations": [],
1633
- "exports": [
1634
- {
1635
- "kind": "js",
1636
- "name": "*",
1637
- "declaration": {
1638
- "name": "*",
1639
- "package": "./main.template"
1640
- }
1641
- },
1642
- {
1643
- "kind": "js",
1644
- "name": "*",
1645
- "declaration": {
1646
- "name": "*",
1647
- "package": "./main"
1648
- }
1649
- }
1650
- ]
1651
- },
1652
- {
1653
- "kind": "javascript-module",
1654
- "path": "src/main/main.styles.ts",
1655
- "declarations": [
1656
- {
1657
- "kind": "variable",
1658
- "name": "MainStyles",
1659
- "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`"
1660
- }
1661
- ],
1662
- "exports": [
1663
- {
1664
- "kind": "js",
1665
- "name": "MainStyles",
1666
- "declaration": {
1667
- "name": "MainStyles",
1668
- "module": "src/main/main.styles.ts"
1669
- }
1670
- }
1671
- ]
1672
- },
1673
- {
1674
- "kind": "javascript-module",
1675
- "path": "src/main/main.template.ts",
1676
- "declarations": [],
1677
- "exports": []
1678
- },
1679
- {
1680
- "kind": "javascript-module",
1681
- "path": "src/main/main.ts",
1682
- "declarations": [
1683
- {
1684
- "kind": "class",
1685
- "description": "",
1686
- "name": "MainApplication",
1687
- "members": [
1688
- {
1689
- "kind": "field",
1690
- "name": "config",
1691
- "type": {
1692
- "text": "MainRouterConfig"
1693
- }
1694
- },
1695
- {
1696
- "kind": "field",
1697
- "name": "connect",
1698
- "type": {
1699
- "text": "Connect"
1700
- }
1701
- },
1702
- {
1703
- "kind": "field",
1704
- "name": "session",
1705
- "type": {
1706
- "text": "Session"
1707
- }
1708
- },
1709
- {
1710
- "kind": "field",
1711
- "name": "container",
1712
- "type": {
1713
- "text": "Container"
1714
- }
1715
- },
1716
- {
1717
- "kind": "field",
1718
- "name": "provider",
1719
- "type": {
1720
- "text": "HTMLElement"
1721
- }
1722
- },
1723
- {
1724
- "kind": "field",
1725
- "name": "ready",
1726
- "type": {
1727
- "text": "boolean"
1728
- },
1729
- "default": "false"
1730
- },
1731
- {
1732
- "kind": "method",
1733
- "name": "onLuminanceToggle"
1734
- },
1735
- {
1736
- "kind": "method",
1737
- "name": "loadRemotes"
1738
- },
1739
- {
1740
- "kind": "method",
1741
- "name": "selectTemplate"
1742
- },
1743
- {
1744
- "kind": "method",
1745
- "name": "registerDIDependencies",
1746
- "privacy": "private"
1747
- }
1748
- ],
1749
- "superclass": {
1750
- "name": "FASTElement",
1751
- "package": "@microsoft/fast-element"
1752
- },
1753
- "customElement": true
1754
- }
1755
- ],
1756
- "exports": [
1757
- {
1758
- "kind": "js",
1759
- "name": "MainApplication",
1760
- "declaration": {
1761
- "name": "MainApplication",
1762
- "module": "src/main/main.ts"
1763
- }
1764
- },
1765
- {
1766
- "kind": "custom-element-definition",
1767
- "declaration": {
1768
- "name": "MainApplication",
1769
- "module": "src/main/main.ts"
1770
- }
1771
- }
1772
- ]
1773
- },
1774
1774
  {
1775
1775
  "kind": "javascript-module",
1776
1776
  "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.202.0",
4
+ "version": "14.202.1-alpha-77ef7ac.0",
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.202.0",
56
- "@genesislcap/genx": "14.202.0",
57
- "@genesislcap/rollup-builder": "14.202.0",
58
- "@genesislcap/ts-builder": "14.202.0",
59
- "@genesislcap/uvu-playwright-builder": "14.202.0",
60
- "@genesislcap/vite-builder": "14.202.0",
61
- "@genesislcap/webpack-builder": "14.202.0",
55
+ "@genesislcap/foundation-testing": "14.202.1-alpha-77ef7ac.0",
56
+ "@genesislcap/genx": "14.202.1-alpha-77ef7ac.0",
57
+ "@genesislcap/rollup-builder": "14.202.1-alpha-77ef7ac.0",
58
+ "@genesislcap/ts-builder": "14.202.1-alpha-77ef7ac.0",
59
+ "@genesislcap/uvu-playwright-builder": "14.202.1-alpha-77ef7ac.0",
60
+ "@genesislcap/vite-builder": "14.202.1-alpha-77ef7ac.0",
61
+ "@genesislcap/webpack-builder": "14.202.1-alpha-77ef7ac.0",
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.202.0",
67
- "@genesislcap/foundation-errors": "14.202.0",
68
- "@genesislcap/foundation-events": "14.202.0",
69
- "@genesislcap/foundation-forms": "14.202.0",
70
- "@genesislcap/foundation-logger": "14.202.0",
71
- "@genesislcap/foundation-login": "14.202.0",
72
- "@genesislcap/foundation-notifications": "14.202.0",
73
- "@genesislcap/foundation-ui": "14.202.0",
74
- "@genesislcap/foundation-utils": "14.202.0",
75
- "@genesislcap/foundation-zero": "14.202.0",
76
- "@genesislcap/foundation-zero-grid-pro": "14.202.0",
77
- "@genesislcap/grid-pro": "14.202.0",
66
+ "@genesislcap/foundation-comms": "14.202.1-alpha-77ef7ac.0",
67
+ "@genesislcap/foundation-errors": "14.202.1-alpha-77ef7ac.0",
68
+ "@genesislcap/foundation-events": "14.202.1-alpha-77ef7ac.0",
69
+ "@genesislcap/foundation-forms": "14.202.1-alpha-77ef7ac.0",
70
+ "@genesislcap/foundation-logger": "14.202.1-alpha-77ef7ac.0",
71
+ "@genesislcap/foundation-login": "14.202.1-alpha-77ef7ac.0",
72
+ "@genesislcap/foundation-notifications": "14.202.1-alpha-77ef7ac.0",
73
+ "@genesislcap/foundation-ui": "14.202.1-alpha-77ef7ac.0",
74
+ "@genesislcap/foundation-utils": "14.202.1-alpha-77ef7ac.0",
75
+ "@genesislcap/foundation-zero": "14.202.1-alpha-77ef7ac.0",
76
+ "@genesislcap/foundation-zero-grid-pro": "14.202.1-alpha-77ef7ac.0",
77
+ "@genesislcap/grid-pro": "14.202.1-alpha-77ef7ac.0",
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": "73a2550f84344266438432d5c18a567885de548e"
93
+ "gitHead": "5396ccdfe1b0add8cf3e96be9f3c7f63350ace86"
94
94
  }