@genesislcap/foundation-login 9.0.1-alpha-b5c5eb7.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 (260) hide show
  1. package/README.md +160 -0
  2. package/dist/1.0.0.remoteEntry.js +1 -0
  3. package/dist/15.15.b20930426d82ddb7bd44.js +1322 -0
  4. package/dist/15.1f4ec0deba9aca7499d56c621e06b130.js.map +1 -0
  5. package/dist/170.170.f64459527c9480c31e74.js +726 -0
  6. package/dist/170.a9086b342b886f13162e76944c6232ea.js.map +1 -0
  7. package/dist/176.176.bfbfc60ffad852c406c4.js +2 -0
  8. package/dist/176.7ce7d4e386b9ebd99f2a121d6364c1ad.js.map +1 -0
  9. package/dist/185.185.c56719990d52bcca8549.js +2 -0
  10. package/dist/185.d623d7c2df70c9d665343444e7c1fa6c.js.map +1 -0
  11. package/dist/338.338.e399ff6c11eb8175de4c.js +2 -0
  12. package/dist/338.4f68feefeaca1bf1dbc7ba12af2e84aa.js.map +1 -0
  13. package/dist/397.397.22e0364e0ff35fdfe9a0.js +3 -0
  14. package/dist/397.397.22e0364e0ff35fdfe9a0.js.LICENSE.txt +1 -0
  15. package/dist/397.629a215804364ccc7763bc046dbea3d5.js.map +1 -0
  16. package/dist/419.419.00fda3874a096d8457d8.js +2136 -0
  17. package/dist/419.b6fb3444f7d56877c3a81cba8eaca942.js.map +1 -0
  18. package/dist/453.3c9a25d2af3ccf8232fdd1dfc5244b3d.js.map +1 -0
  19. package/dist/453.453.14247e88aa4df78dca2c.js +2 -0
  20. package/dist/726.4c7419d8edb8ba5e67699f4820c8c461.js.map +1 -0
  21. package/dist/726.726.e09fed9a1e3b529acd46.js +3 -0
  22. package/dist/726.726.e09fed9a1e3b529acd46.js.LICENSE.txt +4 -0
  23. package/dist/741.741.d84fc7e9236cae1acc99.js +3 -0
  24. package/dist/741.741.d84fc7e9236cae1acc99.js.LICENSE.txt +4 -0
  25. package/dist/741.a3dfed45252169e53ee396a8b76cea67.js.map +1 -0
  26. package/dist/b634d7e1f2324faf1230.svg +10 -0
  27. package/dist/c0bd2c45d93ce443d624.jpg +0 -0
  28. package/dist/dashboard.json +1 -0
  29. package/dist/dts/components/components.d.ts +5 -0
  30. package/dist/dts/components/components.d.ts.map +1 -0
  31. package/dist/dts/components/index.d.ts +2 -0
  32. package/dist/dts/components/index.d.ts.map +1 -0
  33. package/dist/dts/index.d.ts +3 -0
  34. package/dist/dts/index.d.ts.map +1 -0
  35. package/dist/dts/index.federated.d.ts +1 -0
  36. package/dist/dts/index.federated.d.ts.map +1 -0
  37. package/dist/dts/layouts/default.d.ts +3 -0
  38. package/dist/dts/layouts/default.d.ts.map +1 -0
  39. package/dist/dts/layouts/index.d.ts +2 -0
  40. package/dist/dts/layouts/index.d.ts.map +1 -0
  41. package/dist/dts/main/config.d.ts +261 -0
  42. package/dist/dts/main/config.d.ts.map +1 -0
  43. package/dist/dts/main/define.d.ts +29 -0
  44. package/dist/dts/main/define.d.ts.map +1 -0
  45. package/dist/dts/main/index.d.ts +7 -0
  46. package/dist/dts/main/index.d.ts.map +1 -0
  47. package/dist/dts/main/main.d.ts +179 -0
  48. package/dist/dts/main/main.d.ts.map +1 -0
  49. package/dist/dts/main/main.definition.d.ts +48 -0
  50. package/dist/dts/main/main.definition.d.ts.map +1 -0
  51. package/dist/dts/main/main.styles.d.ts +13 -0
  52. package/dist/dts/main/main.styles.d.ts.map +1 -0
  53. package/dist/dts/main/main.template.d.ts +7 -0
  54. package/dist/dts/main/main.template.d.ts.map +1 -0
  55. package/dist/dts/routes/base.d.ts +127 -0
  56. package/dist/dts/routes/base.d.ts.map +1 -0
  57. package/dist/dts/routes/config.d.ts +27 -0
  58. package/dist/dts/routes/config.d.ts.map +1 -0
  59. package/dist/dts/routes/forgot-password/forgot-password.d.ts +6 -0
  60. package/dist/dts/routes/forgot-password/forgot-password.d.ts.map +1 -0
  61. package/dist/dts/routes/forgot-password/forgot-password.template.d.ts +3 -0
  62. package/dist/dts/routes/forgot-password/forgot-password.template.d.ts.map +1 -0
  63. package/dist/dts/routes/index.d.ts +4 -0
  64. package/dist/dts/routes/index.d.ts.map +1 -0
  65. package/dist/dts/routes/login-form/login-form.d.ts +27 -0
  66. package/dist/dts/routes/login-form/login-form.d.ts.map +1 -0
  67. package/dist/dts/routes/login-form/login-form.styles.d.ts +2 -0
  68. package/dist/dts/routes/login-form/login-form.styles.d.ts.map +1 -0
  69. package/dist/dts/routes/login-form/login-form.template.d.ts +3 -0
  70. package/dist/dts/routes/login-form/login-form.template.d.ts.map +1 -0
  71. package/dist/dts/routes/not-found/not-found.d.ts +4 -0
  72. package/dist/dts/routes/not-found/not-found.d.ts.map +1 -0
  73. package/dist/dts/routes/protected/protected.d.ts +5 -0
  74. package/dist/dts/routes/protected/protected.d.ts.map +1 -0
  75. package/dist/dts/routes/protected/protected.template.d.ts +3 -0
  76. package/dist/dts/routes/protected/protected.template.d.ts.map +1 -0
  77. package/dist/dts/routes/request-account/request-account.d.ts +6 -0
  78. package/dist/dts/routes/request-account/request-account.d.ts.map +1 -0
  79. package/dist/dts/routes/request-account/request-account.template.d.ts +3 -0
  80. package/dist/dts/routes/request-account/request-account.template.d.ts.map +1 -0
  81. package/dist/dts/routes/reset-password/reset-password.d.ts +14 -0
  82. package/dist/dts/routes/reset-password/reset-password.d.ts.map +1 -0
  83. package/dist/dts/routes/reset-password/reset-password.template.d.ts +3 -0
  84. package/dist/dts/routes/reset-password/reset-password.template.d.ts.map +1 -0
  85. package/dist/dts/routes/types.d.ts +29 -0
  86. package/dist/dts/routes/types.d.ts.map +1 -0
  87. package/dist/dts/routes/verify/verify.d.ts +6 -0
  88. package/dist/dts/routes/verify/verify.d.ts.map +1 -0
  89. package/dist/dts/routes/verify/verify.template.d.ts +3 -0
  90. package/dist/dts/routes/verify/verify.template.d.ts.map +1 -0
  91. package/dist/dts/styles/index.d.ts +3 -0
  92. package/dist/dts/styles/index.d.ts.map +1 -0
  93. package/dist/dts/styles/styles.d.ts +5 -0
  94. package/dist/dts/styles/styles.d.ts.map +1 -0
  95. package/dist/dts/styles/typography.d.ts +4 -0
  96. package/dist/dts/styles/typography.d.ts.map +1 -0
  97. package/dist/dts/utils/index.d.ts +2 -0
  98. package/dist/dts/utils/index.d.ts.map +1 -0
  99. package/dist/dts/utils/logger.d.ts +2 -0
  100. package/dist/dts/utils/logger.d.ts.map +1 -0
  101. package/dist/esm/assets/bg.jpg +0 -0
  102. package/dist/esm/assets/genesis-logo-dark.svg +32 -0
  103. package/dist/esm/assets/genesis-logo-light.svg +10 -0
  104. package/dist/esm/assets/genesis-logo-old.svg +36 -0
  105. package/dist/esm/components/components.js +49 -0
  106. package/dist/esm/components/components.js.map +1 -0
  107. package/dist/esm/components/index.js +2 -0
  108. package/dist/esm/components/index.js.map +1 -0
  109. package/dist/esm/index.federated.js +2 -0
  110. package/dist/esm/index.federated.js.map +1 -0
  111. package/dist/esm/index.js +3 -0
  112. package/dist/esm/index.js.map +1 -0
  113. package/dist/esm/layouts/default.js +28 -0
  114. package/dist/esm/layouts/default.js.map +1 -0
  115. package/dist/esm/layouts/index.js +2 -0
  116. package/dist/esm/layouts/index.js.map +1 -0
  117. package/dist/esm/main/config.js +153 -0
  118. package/dist/esm/main/config.js.map +1 -0
  119. package/dist/esm/main/define.js +31 -0
  120. package/dist/esm/main/define.js.map +1 -0
  121. package/dist/esm/main/index.js +7 -0
  122. package/dist/esm/main/index.js.map +1 -0
  123. package/dist/esm/main/main.definition.js +44 -0
  124. package/dist/esm/main/main.definition.js.map +1 -0
  125. package/dist/esm/main/main.js +234 -0
  126. package/dist/esm/main/main.js.map +1 -0
  127. package/dist/esm/main/main.styles.js +39 -0
  128. package/dist/esm/main/main.styles.js.map +1 -0
  129. package/dist/esm/main/main.template.js +15 -0
  130. package/dist/esm/main/main.template.js.map +1 -0
  131. package/dist/esm/routes/base.js +512 -0
  132. package/dist/esm/routes/base.js.map +1 -0
  133. package/dist/esm/routes/config.js +169 -0
  134. package/dist/esm/routes/config.js.map +1 -0
  135. package/dist/esm/routes/forgot-password/forgot-password.js +42 -0
  136. package/dist/esm/routes/forgot-password/forgot-password.js.map +1 -0
  137. package/dist/esm/routes/forgot-password/forgot-password.template.js +27 -0
  138. package/dist/esm/routes/forgot-password/forgot-password.template.js.map +1 -0
  139. package/dist/esm/routes/index.js +4 -0
  140. package/dist/esm/routes/index.js.map +1 -0
  141. package/dist/esm/routes/login-form/login-form.js +256 -0
  142. package/dist/esm/routes/login-form/login-form.js.map +1 -0
  143. package/dist/esm/routes/login-form/login-form.styles.js +79 -0
  144. package/dist/esm/routes/login-form/login-form.styles.js.map +1 -0
  145. package/dist/esm/routes/login-form/login-form.template.js +162 -0
  146. package/dist/esm/routes/login-form/login-form.template.js.map +1 -0
  147. package/dist/esm/routes/not-found/not-found.js +17 -0
  148. package/dist/esm/routes/not-found/not-found.js.map +1 -0
  149. package/dist/esm/routes/protected/protected.js +26 -0
  150. package/dist/esm/routes/protected/protected.js.map +1 -0
  151. package/dist/esm/routes/protected/protected.template.js +14 -0
  152. package/dist/esm/routes/protected/protected.template.js.map +1 -0
  153. package/dist/esm/routes/request-account/request-account.js +33 -0
  154. package/dist/esm/routes/request-account/request-account.js.map +1 -0
  155. package/dist/esm/routes/request-account/request-account.template.js +38 -0
  156. package/dist/esm/routes/request-account/request-account.template.js.map +1 -0
  157. package/dist/esm/routes/reset-password/reset-password.js +79 -0
  158. package/dist/esm/routes/reset-password/reset-password.js.map +1 -0
  159. package/dist/esm/routes/reset-password/reset-password.template.js +31 -0
  160. package/dist/esm/routes/reset-password/reset-password.template.js.map +1 -0
  161. package/dist/esm/routes/types.js +2 -0
  162. package/dist/esm/routes/types.js.map +1 -0
  163. package/dist/esm/routes/verify/verify.js +33 -0
  164. package/dist/esm/routes/verify/verify.js.map +1 -0
  165. package/dist/esm/routes/verify/verify.template.js +39 -0
  166. package/dist/esm/routes/verify/verify.template.js.map +1 -0
  167. package/dist/esm/styles/index.js +3 -0
  168. package/dist/esm/styles/index.js.map +1 -0
  169. package/dist/esm/styles/styles.js +145 -0
  170. package/dist/esm/styles/styles.js.map +1 -0
  171. package/dist/esm/styles/typography.js +27 -0
  172. package/dist/esm/styles/typography.js.map +1 -0
  173. package/dist/esm/utils/index.js +2 -0
  174. package/dist/esm/utils/index.js.map +1 -0
  175. package/dist/esm/utils/logger.js +3 -0
  176. package/dist/esm/utils/logger.js.map +1 -0
  177. package/dist/favicon.ico +0 -0
  178. package/dist/foundation-login.api.json +1598 -0
  179. package/dist/foundation-login.d.ts +758 -0
  180. package/dist/foundationLogin.51f4a45f08e04c340be2f7a5a21d203d.js.map +1 -0
  181. package/dist/index.ejs +23 -0
  182. package/dist/index.html +10 -0
  183. package/dist/info.ejs +13 -0
  184. package/dist/info.html +22 -0
  185. package/dist/main.6b8ef32149fa7ade387e34be21e80e9f.js.map +1 -0
  186. package/dist/main.f20fa5670484f5c57ef1.js +2 -0
  187. package/dist/npm.analytics.343.1691cbc7d8a5badd3734.js +2 -0
  188. package/dist/npm.analytics.ce2eefcbb0dbd8ec610f4a90f48aa689.js.map +1 -0
  189. package/dist/npm.consola.713.661cb6ae3806c228029d.js +2 -0
  190. package/dist/npm.consola.96aceeeb14c801e429604b872dd754d7.js.map +1 -0
  191. package/dist/npm.dialog-polyfill.47.34b0c0d52e6712cf91bb.js +2 -0
  192. package/dist/npm.dialog-polyfill.9d605973cbc29184d8b9b4736433dddc.js.map +1 -0
  193. package/dist/npm.finos.690.d012d887fab1a50fd3fd.js +2 -0
  194. package/dist/npm.finos.bb7f5996c8be19fd2a1c0bb82b2512ef.js.map +1 -0
  195. package/dist/npm.fortawesome.104.f45009da0a55a389999c.js +2 -0
  196. package/dist/npm.fortawesome.e10775e8f8583851351996b12aec3dfb.js.map +1 -0
  197. package/dist/npm.microsoft.127.7781d48b93413319f199.js +6406 -0
  198. package/dist/npm.microsoft.127.7781d48b93413319f199.js.LICENSE.txt +14 -0
  199. package/dist/npm.microsoft.b0947aa2f980f173ee68c35127bf2481.js.map +1 -0
  200. package/dist/npm.popperjs.47700ec72e909558c6ebe29941887dcf.js.map +1 -0
  201. package/dist/npm.popperjs.591.6ab52bc8e177edef695a.js +2 -0
  202. package/dist/npm.rxjs.271.210fdd198235c86ce4cd.js +2 -0
  203. package/dist/npm.rxjs.36e7291df63583daef7bbafd0a3ab9dc.js.map +1 -0
  204. package/dist/remoteEntry.js +2 -0
  205. package/dist/serve.json +3 -0
  206. package/dist/tsdoc-metadata.json +11 -0
  207. package/docs/.gitattributes +2 -0
  208. package/docs/api/foundation-login.configure.md +62 -0
  209. package/docs/api/foundation-login.defaultapihost.md +12 -0
  210. package/docs/api/foundation-login.defaultloginconfig.md +13 -0
  211. package/docs/api/foundation-login.defaultorganisation.md +12 -0
  212. package/docs/api/foundation-login.defaultpassword.md +12 -0
  213. package/docs/api/foundation-login.defaultsocketext.md +12 -0
  214. package/docs/api/foundation-login.defaulttemplateoptions.md +16 -0
  215. package/docs/api/foundation-login.defaultuser.md +12 -0
  216. package/docs/api/foundation-login.define.md +38 -0
  217. package/docs/api/foundation-login.definition.md +19 -0
  218. package/docs/api/foundation-login.fieldconfig.md +16 -0
  219. package/docs/api/foundation-login.fieldconfigmap.md +19 -0
  220. package/docs/api/foundation-login.hostenv.md +12 -0
  221. package/docs/api/foundation-login.hosturl.md +12 -0
  222. package/docs/api/foundation-login.idp.id.md +11 -0
  223. package/docs/api/foundation-login.idp.md +20 -0
  224. package/docs/api/foundation-login.idp.type.md +11 -0
  225. package/docs/api/foundation-login.idpresponse.id.md +11 -0
  226. package/docs/api/foundation-login.idpresponse.md +20 -0
  227. package/docs/api/foundation-login.idpresponse.type.md +11 -0
  228. package/docs/api/foundation-login.ismfroute.md +24 -0
  229. package/docs/api/foundation-login.login.md +108 -0
  230. package/docs/api/foundation-login.loginconfig.autoauth.md +18 -0
  231. package/docs/api/foundation-login.loginconfig.autoconnect.md +13 -0
  232. package/docs/api/foundation-login.loginconfig.background.md +30 -0
  233. package/docs/api/foundation-login.loginconfig.defaultredirecturl.md +18 -0
  234. package/docs/api/foundation-login.loginconfig.fields.md +18 -0
  235. package/docs/api/foundation-login.loginconfig.logo.md +28 -0
  236. package/docs/api/foundation-login.loginconfig.md +30 -0
  237. package/docs/api/foundation-login.loginconfig.omitredirecturls.md +21 -0
  238. package/docs/api/foundation-login.loginconfig.omitroutes.md +25 -0
  239. package/docs/api/foundation-login.loginconfig.showconnectionindicator.md +13 -0
  240. package/docs/api/foundation-login.loginconfig.sso.md +18 -0
  241. package/docs/api/foundation-login.loginconfig.versioninformation.md +25 -0
  242. package/docs/api/foundation-login.loginhosted.md +23 -0
  243. package/docs/api/foundation-login.loginhosted.registercommoncomponents.md +18 -0
  244. package/docs/api/foundation-login.md +59 -0
  245. package/docs/api/foundation-login.routes.md +20 -0
  246. package/docs/api/foundation-login.settings.md +20 -0
  247. package/docs/api/foundation-login.ssoconfig.md +15 -0
  248. package/docs/api/foundation-login.styles.md +12 -0
  249. package/docs/api/foundation-login.template.md +12 -0
  250. package/docs/api/foundation-login.templatecomponents.md +25 -0
  251. package/docs/api/foundation-login.templateoptions.md +19 -0
  252. package/docs/api/index.md +12 -0
  253. package/docs/api-report.md +380 -0
  254. package/docs/img/foundation-login_change-password.png +0 -0
  255. package/docs/img/foundation-login_forgotten-password.png +0 -0
  256. package/docs/img/foundation-login_login-sso.png +0 -0
  257. package/docs/img/foundation-login_login-standard.png +0 -0
  258. package/docs/img/foundation-login_request-account.png +0 -0
  259. package/license.txt +46 -0
  260. package/package.json +90 -0
@@ -0,0 +1,1598 @@
1
+ {
2
+ "metadata": {
3
+ "toolPackage": "@microsoft/api-extractor",
4
+ "toolVersion": "7.34.4",
5
+ "schemaVersion": 1011,
6
+ "oldestForwardsCompatibleVersion": 1001,
7
+ "tsdocConfig": {
8
+ "$schema": "https://developer.microsoft.com/json-schemas/tsdoc/v0/tsdoc.schema.json",
9
+ "noStandardTags": true,
10
+ "tagDefinitions": [
11
+ {
12
+ "tagName": "@alpha",
13
+ "syntaxKind": "modifier"
14
+ },
15
+ {
16
+ "tagName": "@beta",
17
+ "syntaxKind": "modifier"
18
+ },
19
+ {
20
+ "tagName": "@defaultValue",
21
+ "syntaxKind": "block"
22
+ },
23
+ {
24
+ "tagName": "@decorator",
25
+ "syntaxKind": "block",
26
+ "allowMultiple": true
27
+ },
28
+ {
29
+ "tagName": "@deprecated",
30
+ "syntaxKind": "block"
31
+ },
32
+ {
33
+ "tagName": "@eventProperty",
34
+ "syntaxKind": "modifier"
35
+ },
36
+ {
37
+ "tagName": "@example",
38
+ "syntaxKind": "block",
39
+ "allowMultiple": true
40
+ },
41
+ {
42
+ "tagName": "@experimental",
43
+ "syntaxKind": "modifier"
44
+ },
45
+ {
46
+ "tagName": "@inheritDoc",
47
+ "syntaxKind": "inline"
48
+ },
49
+ {
50
+ "tagName": "@internal",
51
+ "syntaxKind": "modifier"
52
+ },
53
+ {
54
+ "tagName": "@label",
55
+ "syntaxKind": "inline"
56
+ },
57
+ {
58
+ "tagName": "@link",
59
+ "syntaxKind": "inline",
60
+ "allowMultiple": true
61
+ },
62
+ {
63
+ "tagName": "@override",
64
+ "syntaxKind": "modifier"
65
+ },
66
+ {
67
+ "tagName": "@packageDocumentation",
68
+ "syntaxKind": "modifier"
69
+ },
70
+ {
71
+ "tagName": "@param",
72
+ "syntaxKind": "block",
73
+ "allowMultiple": true
74
+ },
75
+ {
76
+ "tagName": "@privateRemarks",
77
+ "syntaxKind": "block"
78
+ },
79
+ {
80
+ "tagName": "@public",
81
+ "syntaxKind": "modifier"
82
+ },
83
+ {
84
+ "tagName": "@readonly",
85
+ "syntaxKind": "modifier"
86
+ },
87
+ {
88
+ "tagName": "@remarks",
89
+ "syntaxKind": "block"
90
+ },
91
+ {
92
+ "tagName": "@returns",
93
+ "syntaxKind": "block"
94
+ },
95
+ {
96
+ "tagName": "@sealed",
97
+ "syntaxKind": "modifier"
98
+ },
99
+ {
100
+ "tagName": "@see",
101
+ "syntaxKind": "block"
102
+ },
103
+ {
104
+ "tagName": "@throws",
105
+ "syntaxKind": "block",
106
+ "allowMultiple": true
107
+ },
108
+ {
109
+ "tagName": "@typeParam",
110
+ "syntaxKind": "block",
111
+ "allowMultiple": true
112
+ },
113
+ {
114
+ "tagName": "@virtual",
115
+ "syntaxKind": "modifier"
116
+ },
117
+ {
118
+ "tagName": "@betaDocumentation",
119
+ "syntaxKind": "modifier"
120
+ },
121
+ {
122
+ "tagName": "@internalRemarks",
123
+ "syntaxKind": "block"
124
+ },
125
+ {
126
+ "tagName": "@preapproved",
127
+ "syntaxKind": "modifier"
128
+ }
129
+ ],
130
+ "supportForTags": {
131
+ "@alpha": true,
132
+ "@beta": true,
133
+ "@defaultValue": true,
134
+ "@decorator": true,
135
+ "@deprecated": true,
136
+ "@eventProperty": true,
137
+ "@example": true,
138
+ "@experimental": true,
139
+ "@inheritDoc": true,
140
+ "@internal": true,
141
+ "@label": true,
142
+ "@link": true,
143
+ "@override": true,
144
+ "@packageDocumentation": true,
145
+ "@param": true,
146
+ "@privateRemarks": true,
147
+ "@public": true,
148
+ "@readonly": true,
149
+ "@remarks": true,
150
+ "@returns": true,
151
+ "@sealed": true,
152
+ "@see": true,
153
+ "@throws": true,
154
+ "@typeParam": true,
155
+ "@virtual": true,
156
+ "@betaDocumentation": true,
157
+ "@internalRemarks": true,
158
+ "@preapproved": true
159
+ },
160
+ "reportUnsupportedHtmlElements": false
161
+ }
162
+ },
163
+ "kind": "Package",
164
+ "canonicalReference": "@genesislcap/foundation-login!",
165
+ "docComment": "",
166
+ "name": "@genesislcap/foundation-login",
167
+ "preserveMemberOrder": false,
168
+ "members": [
169
+ {
170
+ "kind": "EntryPoint",
171
+ "canonicalReference": "@genesislcap/foundation-login!",
172
+ "name": "",
173
+ "preserveMemberOrder": false,
174
+ "members": [
175
+ {
176
+ "kind": "Function",
177
+ "canonicalReference": "@genesislcap/foundation-login!configure:function(1)",
178
+ "docComment": "/**\n * Configure the login micro frontend settings.\n *\n * @remarks\n *\n * This is primarily for general settings, rather than re-defining the element, static templating / style changes.\n *\n * @param container - DI container.\n *\n * @param config - A partial LoginConfig.\n *\n * @example\n *\n * Configuring login on lazy load\n * ```ts\n * name: 'login',\n * path: 'login',\n * title: 'Login',\n * element: async () => {\n * const { configure, define, defaultLoginConfig } = await import('@genesislcap/foundation-login');\n * configure(this.container, {\n * autoConnect: true,\n * omitRoutes: ['request-account'],\n * fields: {\n * ...defaultLoginConfig.fields,\n * organisation: {\n * label: 'CompID',\n * },\n * },\n * defaultRedirectUrl: 'dashboard',\n * logo: loginLogo,\n * background: loginBG,\n * });\n * // You can import and return `Login` directly here or re-define it completely via `define`.\n * return define({\n * name: `nexus-login`,\n * });\n * },\n * layout: loginLayout,\n * settings: { public: true },\n * childRouters: true,\n * ```\n *\n * @public\n */\n",
179
+ "excerptTokens": [
180
+ {
181
+ "kind": "Content",
182
+ "text": "export declare function configure(container: "
183
+ },
184
+ {
185
+ "kind": "Reference",
186
+ "text": "Container",
187
+ "canonicalReference": "@microsoft/fast-foundation!Container:interface"
188
+ },
189
+ {
190
+ "kind": "Content",
191
+ "text": ", config: "
192
+ },
193
+ {
194
+ "kind": "Reference",
195
+ "text": "Partial",
196
+ "canonicalReference": "!Partial:type"
197
+ },
198
+ {
199
+ "kind": "Content",
200
+ "text": "<"
201
+ },
202
+ {
203
+ "kind": "Reference",
204
+ "text": "LoginConfig",
205
+ "canonicalReference": "@genesislcap/foundation-login!LoginConfig:interface"
206
+ },
207
+ {
208
+ "kind": "Content",
209
+ "text": ">"
210
+ },
211
+ {
212
+ "kind": "Content",
213
+ "text": "): "
214
+ },
215
+ {
216
+ "kind": "Content",
217
+ "text": "void"
218
+ },
219
+ {
220
+ "kind": "Content",
221
+ "text": ";"
222
+ }
223
+ ],
224
+ "fileUrlPath": "src/main/config.ts",
225
+ "returnTypeTokenRange": {
226
+ "startIndex": 8,
227
+ "endIndex": 9
228
+ },
229
+ "releaseTag": "Public",
230
+ "overloadIndex": 1,
231
+ "parameters": [
232
+ {
233
+ "parameterName": "container",
234
+ "parameterTypeTokenRange": {
235
+ "startIndex": 1,
236
+ "endIndex": 2
237
+ },
238
+ "isOptional": false
239
+ },
240
+ {
241
+ "parameterName": "config",
242
+ "parameterTypeTokenRange": {
243
+ "startIndex": 3,
244
+ "endIndex": 7
245
+ },
246
+ "isOptional": false
247
+ }
248
+ ],
249
+ "name": "configure"
250
+ },
251
+ {
252
+ "kind": "Variable",
253
+ "canonicalReference": "@genesislcap/foundation-login!defaultApiHost:var",
254
+ "docComment": "/**\n * @public\n */\n",
255
+ "excerptTokens": [
256
+ {
257
+ "kind": "Content",
258
+ "text": "defaultApiHost: "
259
+ },
260
+ {
261
+ "kind": "Content",
262
+ "text": "string"
263
+ }
264
+ ],
265
+ "fileUrlPath": "src/main/config.ts",
266
+ "isReadonly": true,
267
+ "releaseTag": "Public",
268
+ "name": "defaultApiHost",
269
+ "variableTypeTokenRange": {
270
+ "startIndex": 1,
271
+ "endIndex": 2
272
+ }
273
+ },
274
+ {
275
+ "kind": "Variable",
276
+ "canonicalReference": "@genesislcap/foundation-login!defaultLoginConfig:var",
277
+ "docComment": "/**\n * Default LoginConfig DI implementation.\n *\n * @public\n */\n",
278
+ "excerptTokens": [
279
+ {
280
+ "kind": "Content",
281
+ "text": "defaultLoginConfig: "
282
+ },
283
+ {
284
+ "kind": "Reference",
285
+ "text": "LoginConfig",
286
+ "canonicalReference": "@genesislcap/foundation-login!LoginConfig:interface"
287
+ }
288
+ ],
289
+ "fileUrlPath": "src/main/config.ts",
290
+ "isReadonly": true,
291
+ "releaseTag": "Public",
292
+ "name": "defaultLoginConfig",
293
+ "variableTypeTokenRange": {
294
+ "startIndex": 1,
295
+ "endIndex": 2
296
+ }
297
+ },
298
+ {
299
+ "kind": "Variable",
300
+ "canonicalReference": "@genesislcap/foundation-login!defaultOrganisation:var",
301
+ "docComment": "/**\n * @public\n */\n",
302
+ "excerptTokens": [
303
+ {
304
+ "kind": "Content",
305
+ "text": "defaultOrganisation: "
306
+ },
307
+ {
308
+ "kind": "Content",
309
+ "text": "string"
310
+ }
311
+ ],
312
+ "fileUrlPath": "src/main/config.ts",
313
+ "isReadonly": true,
314
+ "releaseTag": "Public",
315
+ "name": "defaultOrganisation",
316
+ "variableTypeTokenRange": {
317
+ "startIndex": 1,
318
+ "endIndex": 2
319
+ }
320
+ },
321
+ {
322
+ "kind": "Variable",
323
+ "canonicalReference": "@genesislcap/foundation-login!defaultPassword:var",
324
+ "docComment": "/**\n * @public\n */\n",
325
+ "excerptTokens": [
326
+ {
327
+ "kind": "Content",
328
+ "text": "defaultPassword: "
329
+ },
330
+ {
331
+ "kind": "Content",
332
+ "text": "string"
333
+ }
334
+ ],
335
+ "fileUrlPath": "src/main/config.ts",
336
+ "isReadonly": true,
337
+ "releaseTag": "Public",
338
+ "name": "defaultPassword",
339
+ "variableTypeTokenRange": {
340
+ "startIndex": 1,
341
+ "endIndex": 2
342
+ }
343
+ },
344
+ {
345
+ "kind": "Variable",
346
+ "canonicalReference": "@genesislcap/foundation-login!defaultSocketExt:var",
347
+ "docComment": "/**\n * @public\n */\n",
348
+ "excerptTokens": [
349
+ {
350
+ "kind": "Content",
351
+ "text": "defaultSocketExt: "
352
+ },
353
+ {
354
+ "kind": "Content",
355
+ "text": "string"
356
+ }
357
+ ],
358
+ "fileUrlPath": "src/main/config.ts",
359
+ "isReadonly": true,
360
+ "releaseTag": "Public",
361
+ "name": "defaultSocketExt",
362
+ "variableTypeTokenRange": {
363
+ "startIndex": 1,
364
+ "endIndex": 2
365
+ }
366
+ },
367
+ {
368
+ "kind": "Variable",
369
+ "canonicalReference": "@genesislcap/foundation-login!defaultTemplateOptions:var",
370
+ "docComment": "/**\n * The default template options this MF has been created with.\n *\n * @beta\n */\n",
371
+ "excerptTokens": [
372
+ {
373
+ "kind": "Content",
374
+ "text": "defaultTemplateOptions: "
375
+ },
376
+ {
377
+ "kind": "Reference",
378
+ "text": "TemplateOptions",
379
+ "canonicalReference": "@genesislcap/foundation-login!TemplateOptions:type"
380
+ }
381
+ ],
382
+ "fileUrlPath": "src/main/main.definition.ts",
383
+ "isReadonly": true,
384
+ "releaseTag": "Beta",
385
+ "name": "defaultTemplateOptions",
386
+ "variableTypeTokenRange": {
387
+ "startIndex": 1,
388
+ "endIndex": 2
389
+ }
390
+ },
391
+ {
392
+ "kind": "Variable",
393
+ "canonicalReference": "@genesislcap/foundation-login!defaultUser:var",
394
+ "docComment": "/**\n * @public\n */\n",
395
+ "excerptTokens": [
396
+ {
397
+ "kind": "Content",
398
+ "text": "defaultUser: "
399
+ },
400
+ {
401
+ "kind": "Content",
402
+ "text": "string"
403
+ }
404
+ ],
405
+ "fileUrlPath": "src/main/config.ts",
406
+ "isReadonly": true,
407
+ "releaseTag": "Public",
408
+ "name": "defaultUser",
409
+ "variableTypeTokenRange": {
410
+ "startIndex": 1,
411
+ "endIndex": 2
412
+ }
413
+ },
414
+ {
415
+ "kind": "Variable",
416
+ "canonicalReference": "@genesislcap/foundation-login!define:var",
417
+ "docComment": "/**\n * Re-define the login micro frontend.\n *\n * @example\n * ```ts\n * import { define, styles, template, defaultTemplateOptions } from '@genesislcap/foundation-login';\n * const customTemplateOptions = {\n * ...defaultTemplateOptions,\n * ...customOptions,\n * }\n * export const AppLogin = define({\n * name: `nexus-login`,\n * template: template(customTemplateOptions),\n * styles: css`\n * ${styles(customTemplateOptions)}\n * some-element {\n * background-color: #ff00b4;\n * }\n * `,\n * });\n * ```\n *\n * @beta\n */\n",
418
+ "excerptTokens": [
419
+ {
420
+ "kind": "Content",
421
+ "text": "define: "
422
+ },
423
+ {
424
+ "kind": "Content",
425
+ "text": "import(\"@genesislcap/foundation-ui\")."
426
+ },
427
+ {
428
+ "kind": "Reference",
429
+ "text": "DefineFunction",
430
+ "canonicalReference": "@genesislcap/foundation-ui!DefineFunction:type"
431
+ },
432
+ {
433
+ "kind": "Content",
434
+ "text": "<typeof "
435
+ },
436
+ {
437
+ "kind": "Reference",
438
+ "text": "Login",
439
+ "canonicalReference": "@genesislcap/foundation-login!Login:class"
440
+ },
441
+ {
442
+ "kind": "Content",
443
+ "text": ">"
444
+ }
445
+ ],
446
+ "fileUrlPath": "src/main/define.ts",
447
+ "isReadonly": true,
448
+ "releaseTag": "Beta",
449
+ "name": "define",
450
+ "variableTypeTokenRange": {
451
+ "startIndex": 1,
452
+ "endIndex": 6
453
+ }
454
+ },
455
+ {
456
+ "kind": "Variable",
457
+ "canonicalReference": "@genesislcap/foundation-login!definition:var",
458
+ "docComment": "/**\n * @remarks\n *\n * This is the main definition of this micro frontend which is exposed for user reconfiguration.\n *\n * @beta\n */\n",
459
+ "excerptTokens": [
460
+ {
461
+ "kind": "Content",
462
+ "text": "definition: "
463
+ },
464
+ {
465
+ "kind": "Reference",
466
+ "text": "PartialFASTElementDefinition",
467
+ "canonicalReference": "@microsoft/fast-element!PartialFASTElementDefinition:interface"
468
+ }
469
+ ],
470
+ "fileUrlPath": "src/main/main.definition.ts",
471
+ "isReadonly": true,
472
+ "releaseTag": "Beta",
473
+ "name": "definition",
474
+ "variableTypeTokenRange": {
475
+ "startIndex": 1,
476
+ "endIndex": 2
477
+ }
478
+ },
479
+ {
480
+ "kind": "TypeAlias",
481
+ "canonicalReference": "@genesislcap/foundation-login!FieldConfig:type",
482
+ "docComment": "/**\n * Could be expanded to allow field ViewTemplates.\n *\n * @public\n */\n",
483
+ "excerptTokens": [
484
+ {
485
+ "kind": "Content",
486
+ "text": "export type FieldConfig = "
487
+ },
488
+ {
489
+ "kind": "Content",
490
+ "text": "{\n label: string;\n value?: any;\n}"
491
+ },
492
+ {
493
+ "kind": "Content",
494
+ "text": ";"
495
+ }
496
+ ],
497
+ "fileUrlPath": "src/main/config.ts",
498
+ "releaseTag": "Public",
499
+ "name": "FieldConfig",
500
+ "typeTokenRange": {
501
+ "startIndex": 1,
502
+ "endIndex": 2
503
+ }
504
+ },
505
+ {
506
+ "kind": "TypeAlias",
507
+ "canonicalReference": "@genesislcap/foundation-login!FieldConfigMap:type",
508
+ "docComment": "/**\n * @public\n */\n",
509
+ "excerptTokens": [
510
+ {
511
+ "kind": "Content",
512
+ "text": "export type FieldConfigMap = "
513
+ },
514
+ {
515
+ "kind": "Content",
516
+ "text": "{\n organisation: "
517
+ },
518
+ {
519
+ "kind": "Reference",
520
+ "text": "FieldConfig",
521
+ "canonicalReference": "@genesislcap/foundation-login!FieldConfig:type"
522
+ },
523
+ {
524
+ "kind": "Content",
525
+ "text": " | null;\n username: "
526
+ },
527
+ {
528
+ "kind": "Reference",
529
+ "text": "FieldConfig",
530
+ "canonicalReference": "@genesislcap/foundation-login!FieldConfig:type"
531
+ },
532
+ {
533
+ "kind": "Content",
534
+ "text": ";\n email: "
535
+ },
536
+ {
537
+ "kind": "Reference",
538
+ "text": "FieldConfig",
539
+ "canonicalReference": "@genesislcap/foundation-login!FieldConfig:type"
540
+ },
541
+ {
542
+ "kind": "Content",
543
+ "text": ";\n password: "
544
+ },
545
+ {
546
+ "kind": "Reference",
547
+ "text": "FieldConfig",
548
+ "canonicalReference": "@genesislcap/foundation-login!FieldConfig:type"
549
+ },
550
+ {
551
+ "kind": "Content",
552
+ "text": ";\n}"
553
+ },
554
+ {
555
+ "kind": "Content",
556
+ "text": ";"
557
+ }
558
+ ],
559
+ "fileUrlPath": "src/main/config.ts",
560
+ "releaseTag": "Public",
561
+ "name": "FieldConfigMap",
562
+ "typeTokenRange": {
563
+ "startIndex": 1,
564
+ "endIndex": 10
565
+ }
566
+ },
567
+ {
568
+ "kind": "Variable",
569
+ "canonicalReference": "@genesislcap/foundation-login!hostEnv:var",
570
+ "docComment": "/**\n * @public\n */\n",
571
+ "excerptTokens": [
572
+ {
573
+ "kind": "Content",
574
+ "text": "hostEnv: "
575
+ },
576
+ {
577
+ "kind": "Content",
578
+ "text": "string"
579
+ }
580
+ ],
581
+ "fileUrlPath": "src/main/config.ts",
582
+ "isReadonly": true,
583
+ "releaseTag": "Public",
584
+ "name": "hostEnv",
585
+ "variableTypeTokenRange": {
586
+ "startIndex": 1,
587
+ "endIndex": 2
588
+ }
589
+ },
590
+ {
591
+ "kind": "Variable",
592
+ "canonicalReference": "@genesislcap/foundation-login!hostUrl:var",
593
+ "docComment": "/**\n * @public\n */\n",
594
+ "excerptTokens": [
595
+ {
596
+ "kind": "Content",
597
+ "text": "hostUrl: "
598
+ },
599
+ {
600
+ "kind": "Content",
601
+ "text": "string"
602
+ }
603
+ ],
604
+ "fileUrlPath": "src/main/config.ts",
605
+ "isReadonly": true,
606
+ "releaseTag": "Public",
607
+ "name": "hostUrl",
608
+ "variableTypeTokenRange": {
609
+ "startIndex": 1,
610
+ "endIndex": 2
611
+ }
612
+ },
613
+ {
614
+ "kind": "Interface",
615
+ "canonicalReference": "@genesislcap/foundation-login!IDP:interface",
616
+ "docComment": "/**\n * @public\n */\n",
617
+ "excerptTokens": [
618
+ {
619
+ "kind": "Content",
620
+ "text": "export interface IDP "
621
+ }
622
+ ],
623
+ "fileUrlPath": "src/routes/types.ts",
624
+ "releaseTag": "Public",
625
+ "name": "IDP",
626
+ "preserveMemberOrder": false,
627
+ "members": [
628
+ {
629
+ "kind": "PropertySignature",
630
+ "canonicalReference": "@genesislcap/foundation-login!IDP#id:member",
631
+ "docComment": "",
632
+ "excerptTokens": [
633
+ {
634
+ "kind": "Content",
635
+ "text": "id: "
636
+ },
637
+ {
638
+ "kind": "Content",
639
+ "text": "string"
640
+ },
641
+ {
642
+ "kind": "Content",
643
+ "text": ";"
644
+ }
645
+ ],
646
+ "isReadonly": false,
647
+ "isOptional": false,
648
+ "releaseTag": "Public",
649
+ "name": "id",
650
+ "propertyTypeTokenRange": {
651
+ "startIndex": 1,
652
+ "endIndex": 2
653
+ }
654
+ },
655
+ {
656
+ "kind": "PropertySignature",
657
+ "canonicalReference": "@genesislcap/foundation-login!IDP#type:member",
658
+ "docComment": "",
659
+ "excerptTokens": [
660
+ {
661
+ "kind": "Content",
662
+ "text": "type: "
663
+ },
664
+ {
665
+ "kind": "Content",
666
+ "text": "string"
667
+ },
668
+ {
669
+ "kind": "Content",
670
+ "text": ";"
671
+ }
672
+ ],
673
+ "isReadonly": false,
674
+ "isOptional": false,
675
+ "releaseTag": "Public",
676
+ "name": "type",
677
+ "propertyTypeTokenRange": {
678
+ "startIndex": 1,
679
+ "endIndex": 2
680
+ }
681
+ }
682
+ ],
683
+ "extendsTokenRanges": []
684
+ },
685
+ {
686
+ "kind": "Interface",
687
+ "canonicalReference": "@genesislcap/foundation-login!IDPResponse:interface",
688
+ "docComment": "/**\n * @public\n */\n",
689
+ "excerptTokens": [
690
+ {
691
+ "kind": "Content",
692
+ "text": "export interface IDPResponse "
693
+ }
694
+ ],
695
+ "fileUrlPath": "src/routes/types.ts",
696
+ "releaseTag": "Public",
697
+ "name": "IDPResponse",
698
+ "preserveMemberOrder": false,
699
+ "members": [
700
+ {
701
+ "kind": "PropertySignature",
702
+ "canonicalReference": "@genesislcap/foundation-login!IDPResponse#ID:member",
703
+ "docComment": "",
704
+ "excerptTokens": [
705
+ {
706
+ "kind": "Content",
707
+ "text": "ID: "
708
+ },
709
+ {
710
+ "kind": "Content",
711
+ "text": "string"
712
+ },
713
+ {
714
+ "kind": "Content",
715
+ "text": ";"
716
+ }
717
+ ],
718
+ "isReadonly": false,
719
+ "isOptional": false,
720
+ "releaseTag": "Public",
721
+ "name": "ID",
722
+ "propertyTypeTokenRange": {
723
+ "startIndex": 1,
724
+ "endIndex": 2
725
+ }
726
+ },
727
+ {
728
+ "kind": "PropertySignature",
729
+ "canonicalReference": "@genesislcap/foundation-login!IDPResponse#TYPE:member",
730
+ "docComment": "",
731
+ "excerptTokens": [
732
+ {
733
+ "kind": "Content",
734
+ "text": "TYPE: "
735
+ },
736
+ {
737
+ "kind": "Content",
738
+ "text": "string"
739
+ },
740
+ {
741
+ "kind": "Content",
742
+ "text": ";"
743
+ }
744
+ ],
745
+ "isReadonly": false,
746
+ "isOptional": false,
747
+ "releaseTag": "Public",
748
+ "name": "TYPE",
749
+ "propertyTypeTokenRange": {
750
+ "startIndex": 1,
751
+ "endIndex": 2
752
+ }
753
+ }
754
+ ],
755
+ "extendsTokenRanges": []
756
+ },
757
+ {
758
+ "kind": "Function",
759
+ "canonicalReference": "@genesislcap/foundation-login!isMFRoute:function(1)",
760
+ "docComment": "/**\n * A utility to check if a pathname is a route of this micro frontend.\n *\n * @param pathname - A pathname string to check, typically location.pathname, which is used when a value is omitted.\n *\n * @public\n */\n",
761
+ "excerptTokens": [
762
+ {
763
+ "kind": "Content",
764
+ "text": "export declare function isMFRoute(pathname?: "
765
+ },
766
+ {
767
+ "kind": "Content",
768
+ "text": "string"
769
+ },
770
+ {
771
+ "kind": "Content",
772
+ "text": "): "
773
+ },
774
+ {
775
+ "kind": "Content",
776
+ "text": "boolean"
777
+ },
778
+ {
779
+ "kind": "Content",
780
+ "text": ";"
781
+ }
782
+ ],
783
+ "fileUrlPath": "src/main/config.ts",
784
+ "returnTypeTokenRange": {
785
+ "startIndex": 3,
786
+ "endIndex": 4
787
+ },
788
+ "releaseTag": "Public",
789
+ "overloadIndex": 1,
790
+ "parameters": [
791
+ {
792
+ "parameterName": "pathname",
793
+ "parameterTypeTokenRange": {
794
+ "startIndex": 1,
795
+ "endIndex": 2
796
+ },
797
+ "isOptional": true
798
+ }
799
+ ],
800
+ "name": "isMFRoute"
801
+ },
802
+ {
803
+ "kind": "Class",
804
+ "canonicalReference": "@genesislcap/foundation-login!Login:class",
805
+ "docComment": "/**\n * Defines the login class which handles account authentication from the front-end\n *\n * @remarks\n *\n * Add the Login class as a router element, and it will handle the account authentication for you. Requires use of `@genesislcap/foundation-comms` for the {@link @genesislcap/foundation-comms#Auth | Auth} and {@link @genesislcap/foundation#Session | Session} classes.\n *\n * There are a lot of configuration options available, and different authentication types (such as login via SSO). Use the modules exported `configure` and `define` functions for more power.\n *\n * @example\n *\n * The following is an example of using it in your app, setting it up in the router configuration. This isn't a complete routes confutation, but it contains all required configuration in regard to adding Login functionality.\n * ```ts\n * // Import required dependencies from the foundation-login package\n * import { Login } from '@genesislcap/foundation-login';\n * // Import required dependencies from the foundation-comms package\n * // You could also import analytics events and set them up in the NavigationContributor\n * import { Auth, Session } from '@genesislcap/foundation-comms';\n *\n * type RouterSettings = {\n * public?: boolean;\n * autoAuth?: boolean;\n * }\n *\n * // Define your router config\n * export class MainRouterConfig extends RouterConfiguration<RouterSettings> {\n * // Ensure you inject in required dependencies\n * constructor(\n * @Auth private auth: Auth,\n * @Session private session: Session\n * ) {\n * super();\n * }\n *\n * // Add Login as a route\n * public configure() {\n * ...\n * this.routes.map(\n * { path: '', redirect: 'login' },\n * {\n * path: 'login',\n * element: Login,\n * title: 'Login',\n * name: 'login',\n * layout: loginLayout,\n * settings: { public: true },\n * childRouters: true,\n * },\n * ... // Other routes config here\n * );\n *\n * const session = this.session;\n * const auth = this.auth;\n *\n * // Example of a FallbackRouteDefinition\n * this.routes.fallback(() =>\n * auth.isLoggedIn ? { redirect: 'not-found' } : { redirect: 'login' }\n * );\n *\n * // Example of a NavigationContributor\n * this.contributors.push({\n * navigate: async (phase) => {\n * const settings = phase.route.settings;\n *\n * // Could add in processes such as analytics here\n *\n * // If public route don't block\n * if (settings && settings.public) {\n * return;\n * }\n *\n * // If logged in don't block\n * if (auth.isLoggedIn) {\n * return;\n * }\n *\n * // If autoAuth and session is valid try to connect+auto-login\n * if (settings && settings.autoAuth && (await auth.reAuthFromSession())) {\n * return;\n * }\n *\n * // Otherwise route them to login\n * phase.cancel(() => {\n * session.captureReturnUrl();\n * Route.name.replace(phase.router, 'login');\n * });\n * },\n * });\n * }\n *\n * ... // Other configuration/methods\n *\n * }\n * ```\n *\n * @public\n */\n",
806
+ "excerptTokens": [
807
+ {
808
+ "kind": "Content",
809
+ "text": "export declare class Login extends "
810
+ },
811
+ {
812
+ "kind": "Reference",
813
+ "text": "FASTElement",
814
+ "canonicalReference": "@microsoft/fast-element!FASTElement:interface"
815
+ },
816
+ {
817
+ "kind": "Content",
818
+ "text": " "
819
+ }
820
+ ],
821
+ "fileUrlPath": "src/main/main.ts",
822
+ "releaseTag": "Public",
823
+ "isAbstract": false,
824
+ "name": "Login",
825
+ "preserveMemberOrder": false,
826
+ "members": [],
827
+ "extendsTokenRange": {
828
+ "startIndex": 1,
829
+ "endIndex": 2
830
+ },
831
+ "implementsTokenRanges": []
832
+ },
833
+ {
834
+ "kind": "Interface",
835
+ "canonicalReference": "@genesislcap/foundation-login!LoginConfig:interface",
836
+ "docComment": "/**\n * LoginConfig DI interface.\n *\n * @public\n */\n",
837
+ "excerptTokens": [
838
+ {
839
+ "kind": "Content",
840
+ "text": "export interface LoginConfig "
841
+ }
842
+ ],
843
+ "fileUrlPath": "src/main/config.ts",
844
+ "releaseTag": "Public",
845
+ "name": "LoginConfig",
846
+ "preserveMemberOrder": false,
847
+ "members": [
848
+ {
849
+ "kind": "PropertySignature",
850
+ "canonicalReference": "@genesislcap/foundation-login!LoginConfig#autoAuth:member",
851
+ "docComment": "/**\n * Login automatically or require user to click a login button after a connection is established.\n *\n * @remarks\n *\n * Needs to manually be enabled in the NavigationContributor (see [2] in the example in the {@link Login} class).\n */\n",
852
+ "excerptTokens": [
853
+ {
854
+ "kind": "Content",
855
+ "text": "autoAuth: "
856
+ },
857
+ {
858
+ "kind": "Content",
859
+ "text": "boolean"
860
+ },
861
+ {
862
+ "kind": "Content",
863
+ "text": ";"
864
+ }
865
+ ],
866
+ "isReadonly": false,
867
+ "isOptional": false,
868
+ "releaseTag": "Public",
869
+ "name": "autoAuth",
870
+ "propertyTypeTokenRange": {
871
+ "startIndex": 1,
872
+ "endIndex": 2
873
+ }
874
+ },
875
+ {
876
+ "kind": "PropertySignature",
877
+ "canonicalReference": "@genesislcap/foundation-login!LoginConfig#autoConnect:member",
878
+ "docComment": "/**\n * Connect automatically or require user to click a connect button.\n */\n",
879
+ "excerptTokens": [
880
+ {
881
+ "kind": "Content",
882
+ "text": "autoConnect: "
883
+ },
884
+ {
885
+ "kind": "Content",
886
+ "text": "boolean"
887
+ },
888
+ {
889
+ "kind": "Content",
890
+ "text": ";"
891
+ }
892
+ ],
893
+ "isReadonly": false,
894
+ "isOptional": false,
895
+ "releaseTag": "Public",
896
+ "name": "autoConnect",
897
+ "propertyTypeTokenRange": {
898
+ "startIndex": 1,
899
+ "endIndex": 2
900
+ }
901
+ },
902
+ {
903
+ "kind": "PropertySignature",
904
+ "canonicalReference": "@genesislcap/foundation-login!LoginConfig#background:member",
905
+ "docComment": "/**\n * Background styles.\n *\n * @remarks\n *\n * See {@link https://developer.mozilla.org/en-US/docs/Web/CSS/background} for more information.\n *\n * @example\n *\n * Setting a custom background image\n * ```ts\n * background: css`\n * :host {\n * background-image: url(${customBGImport});\n * }\n * `,\n * ```\n *\n */\n",
906
+ "excerptTokens": [
907
+ {
908
+ "kind": "Content",
909
+ "text": "background: "
910
+ },
911
+ {
912
+ "kind": "Reference",
913
+ "text": "ElementStyles",
914
+ "canonicalReference": "@microsoft/fast-element!ElementStyles:class"
915
+ },
916
+ {
917
+ "kind": "Content",
918
+ "text": ";"
919
+ }
920
+ ],
921
+ "isReadonly": false,
922
+ "isOptional": false,
923
+ "releaseTag": "Public",
924
+ "name": "background",
925
+ "propertyTypeTokenRange": {
926
+ "startIndex": 1,
927
+ "endIndex": 2
928
+ }
929
+ },
930
+ {
931
+ "kind": "PropertySignature",
932
+ "canonicalReference": "@genesislcap/foundation-login!LoginConfig#defaultRedirectUrl:member",
933
+ "docComment": "/**\n * The default URL to route the user to after a successful login.\n *\n * @remarks\n *\n * Session.returnUrl set via Session.captureReturnUrl() trumps this value.\n */\n",
934
+ "excerptTokens": [
935
+ {
936
+ "kind": "Content",
937
+ "text": "defaultRedirectUrl: "
938
+ },
939
+ {
940
+ "kind": "Content",
941
+ "text": "string"
942
+ },
943
+ {
944
+ "kind": "Content",
945
+ "text": ";"
946
+ }
947
+ ],
948
+ "isReadonly": false,
949
+ "isOptional": false,
950
+ "releaseTag": "Public",
951
+ "name": "defaultRedirectUrl",
952
+ "propertyTypeTokenRange": {
953
+ "startIndex": 1,
954
+ "endIndex": 2
955
+ }
956
+ },
957
+ {
958
+ "kind": "PropertySignature",
959
+ "canonicalReference": "@genesislcap/foundation-login!LoginConfig#fields:member",
960
+ "docComment": "/**\n * Map of configuration for each of the primary form fields.\n *\n * @remarks\n *\n * Use to drive inclusion / exclusion, tailor labels etc.\n */\n",
961
+ "excerptTokens": [
962
+ {
963
+ "kind": "Content",
964
+ "text": "fields: "
965
+ },
966
+ {
967
+ "kind": "Reference",
968
+ "text": "FieldConfigMap",
969
+ "canonicalReference": "@genesislcap/foundation-login!FieldConfigMap:type"
970
+ },
971
+ {
972
+ "kind": "Content",
973
+ "text": ";"
974
+ }
975
+ ],
976
+ "isReadonly": false,
977
+ "isOptional": false,
978
+ "releaseTag": "Public",
979
+ "name": "fields",
980
+ "propertyTypeTokenRange": {
981
+ "startIndex": 1,
982
+ "endIndex": 2
983
+ }
984
+ },
985
+ {
986
+ "kind": "PropertySignature",
987
+ "canonicalReference": "@genesislcap/foundation-login!LoginConfig#logo:member",
988
+ "docComment": "/**\n * Logo styles.\n *\n * @remarks\n *\n * Providing `null` will hide the logo. Use content: url(...); to set source.\n *\n * @example\n *\n * Setting a custom logo\n * ```ts\n * logo: css`\n * content: url(${customLogoImport});\n * `,\n * ```\n *\n */\n",
989
+ "excerptTokens": [
990
+ {
991
+ "kind": "Content",
992
+ "text": "logo: "
993
+ },
994
+ {
995
+ "kind": "Reference",
996
+ "text": "ElementStyles",
997
+ "canonicalReference": "@microsoft/fast-element!ElementStyles:class"
998
+ },
999
+ {
1000
+ "kind": "Content",
1001
+ "text": " | null"
1002
+ },
1003
+ {
1004
+ "kind": "Content",
1005
+ "text": ";"
1006
+ }
1007
+ ],
1008
+ "isReadonly": false,
1009
+ "isOptional": false,
1010
+ "releaseTag": "Public",
1011
+ "name": "logo",
1012
+ "propertyTypeTokenRange": {
1013
+ "startIndex": 1,
1014
+ "endIndex": 3
1015
+ }
1016
+ },
1017
+ {
1018
+ "kind": "PropertySignature",
1019
+ "canonicalReference": "@genesislcap/foundation-login!LoginConfig#omitRedirectUrls:member",
1020
+ "docComment": "/**\n * Omit certain return urls which the session service may have captured.\n *\n * @example\n * ```ts\n * omitRedirectUrls: ['/not-found'],\n * ```\n *\n */\n",
1021
+ "excerptTokens": [
1022
+ {
1023
+ "kind": "Content",
1024
+ "text": "omitRedirectUrls: "
1025
+ },
1026
+ {
1027
+ "kind": "Content",
1028
+ "text": "string[]"
1029
+ },
1030
+ {
1031
+ "kind": "Content",
1032
+ "text": ";"
1033
+ }
1034
+ ],
1035
+ "isReadonly": false,
1036
+ "isOptional": false,
1037
+ "releaseTag": "Public",
1038
+ "name": "omitRedirectUrls",
1039
+ "propertyTypeTokenRange": {
1040
+ "startIndex": 1,
1041
+ "endIndex": 2
1042
+ }
1043
+ },
1044
+ {
1045
+ "kind": "PropertySignature",
1046
+ "canonicalReference": "@genesislcap/foundation-login!LoginConfig#omitRoutes:member",
1047
+ "docComment": "/**\n * Omit any of the internal routes except 'login' and 'not-found'.\n *\n * @remarks\n *\n * Routes specified here will not be configured nor will any internal cross-links to them be displayed.\n *\n * @example\n * ```ts\n * omitRoutes: ['request-account'],\n * ```\n *\n */\n",
1048
+ "excerptTokens": [
1049
+ {
1050
+ "kind": "Content",
1051
+ "text": "omitRoutes: "
1052
+ },
1053
+ {
1054
+ "kind": "Reference",
1055
+ "text": "Exclude",
1056
+ "canonicalReference": "!Exclude:type"
1057
+ },
1058
+ {
1059
+ "kind": "Content",
1060
+ "text": "<"
1061
+ },
1062
+ {
1063
+ "kind": "Reference",
1064
+ "text": "Routes",
1065
+ "canonicalReference": "@genesislcap/foundation-login!Routes:type"
1066
+ },
1067
+ {
1068
+ "kind": "Content",
1069
+ "text": ", 'login' | 'not-found'>[]"
1070
+ },
1071
+ {
1072
+ "kind": "Content",
1073
+ "text": ";"
1074
+ }
1075
+ ],
1076
+ "isReadonly": false,
1077
+ "isOptional": false,
1078
+ "releaseTag": "Public",
1079
+ "name": "omitRoutes",
1080
+ "propertyTypeTokenRange": {
1081
+ "startIndex": 1,
1082
+ "endIndex": 5
1083
+ }
1084
+ },
1085
+ {
1086
+ "kind": "PropertySignature",
1087
+ "canonicalReference": "@genesislcap/foundation-login!LoginConfig#showConnectionIndicator:member",
1088
+ "docComment": "/**\n * Show or hide the connection status indicator.\n */\n",
1089
+ "excerptTokens": [
1090
+ {
1091
+ "kind": "Content",
1092
+ "text": "showConnectionIndicator: "
1093
+ },
1094
+ {
1095
+ "kind": "Content",
1096
+ "text": "boolean"
1097
+ },
1098
+ {
1099
+ "kind": "Content",
1100
+ "text": ";"
1101
+ }
1102
+ ],
1103
+ "isReadonly": false,
1104
+ "isOptional": false,
1105
+ "releaseTag": "Public",
1106
+ "name": "showConnectionIndicator",
1107
+ "propertyTypeTokenRange": {
1108
+ "startIndex": 1,
1109
+ "endIndex": 2
1110
+ }
1111
+ },
1112
+ {
1113
+ "kind": "PropertySignature",
1114
+ "canonicalReference": "@genesislcap/foundation-login!LoginConfig#sso:member",
1115
+ "docComment": "/**\n * SSO configuration.\n *\n * @remarks\n *\n * Providing `null` excludes the SSO journey option completely.\n */\n",
1116
+ "excerptTokens": [
1117
+ {
1118
+ "kind": "Content",
1119
+ "text": "sso: "
1120
+ },
1121
+ {
1122
+ "kind": "Reference",
1123
+ "text": "SSOConfig",
1124
+ "canonicalReference": "@genesislcap/foundation-login!SSOConfig:type"
1125
+ },
1126
+ {
1127
+ "kind": "Content",
1128
+ "text": " | null"
1129
+ },
1130
+ {
1131
+ "kind": "Content",
1132
+ "text": ";"
1133
+ }
1134
+ ],
1135
+ "isReadonly": false,
1136
+ "isOptional": false,
1137
+ "releaseTag": "Public",
1138
+ "name": "sso",
1139
+ "propertyTypeTokenRange": {
1140
+ "startIndex": 1,
1141
+ "endIndex": 3
1142
+ }
1143
+ },
1144
+ {
1145
+ "kind": "PropertySignature",
1146
+ "canonicalReference": "@genesislcap/foundation-login!LoginConfig#versionInformation:member",
1147
+ "docComment": "/**\n * Display arbitrary version information.\n *\n * @remarks\n *\n * Applications may choose to set this to display their Application release version on the login form.\n *\n * @example\n * ```ts\n * versionInformation: 'Version 3.0.0',\n * ```\n *\n */\n",
1148
+ "excerptTokens": [
1149
+ {
1150
+ "kind": "Content",
1151
+ "text": "versionInformation?: "
1152
+ },
1153
+ {
1154
+ "kind": "Content",
1155
+ "text": "string"
1156
+ },
1157
+ {
1158
+ "kind": "Content",
1159
+ "text": ";"
1160
+ }
1161
+ ],
1162
+ "isReadonly": false,
1163
+ "isOptional": true,
1164
+ "releaseTag": "Public",
1165
+ "name": "versionInformation",
1166
+ "propertyTypeTokenRange": {
1167
+ "startIndex": 1,
1168
+ "endIndex": 2
1169
+ }
1170
+ }
1171
+ ],
1172
+ "extendsTokenRanges": []
1173
+ },
1174
+ {
1175
+ "kind": "Class",
1176
+ "canonicalReference": "@genesislcap/foundation-login!LoginHosted:class",
1177
+ "docComment": "/**\n * @beta\n */\n",
1178
+ "excerptTokens": [
1179
+ {
1180
+ "kind": "Content",
1181
+ "text": "export declare class LoginHosted extends "
1182
+ },
1183
+ {
1184
+ "kind": "Reference",
1185
+ "text": "Login",
1186
+ "canonicalReference": "@genesislcap/foundation-login!Login:class"
1187
+ },
1188
+ {
1189
+ "kind": "Content",
1190
+ "text": " "
1191
+ }
1192
+ ],
1193
+ "fileUrlPath": "src/main/main.ts",
1194
+ "releaseTag": "Beta",
1195
+ "isAbstract": false,
1196
+ "name": "LoginHosted",
1197
+ "preserveMemberOrder": false,
1198
+ "members": [
1199
+ {
1200
+ "kind": "Method",
1201
+ "canonicalReference": "@genesislcap/foundation-login!LoginHosted#registerCommonComponents:member(1)",
1202
+ "docComment": "",
1203
+ "excerptTokens": [
1204
+ {
1205
+ "kind": "Content",
1206
+ "text": "registerCommonComponents(): "
1207
+ },
1208
+ {
1209
+ "kind": "Reference",
1210
+ "text": "Promise",
1211
+ "canonicalReference": "!Promise:interface"
1212
+ },
1213
+ {
1214
+ "kind": "Content",
1215
+ "text": "<void>"
1216
+ },
1217
+ {
1218
+ "kind": "Content",
1219
+ "text": ";"
1220
+ }
1221
+ ],
1222
+ "isStatic": false,
1223
+ "returnTypeTokenRange": {
1224
+ "startIndex": 1,
1225
+ "endIndex": 3
1226
+ },
1227
+ "releaseTag": "Beta",
1228
+ "isProtected": false,
1229
+ "overloadIndex": 1,
1230
+ "parameters": [],
1231
+ "isOptional": false,
1232
+ "isAbstract": false,
1233
+ "name": "registerCommonComponents"
1234
+ }
1235
+ ],
1236
+ "extendsTokenRange": {
1237
+ "startIndex": 1,
1238
+ "endIndex": 2
1239
+ },
1240
+ "implementsTokenRanges": []
1241
+ },
1242
+ {
1243
+ "kind": "TypeAlias",
1244
+ "canonicalReference": "@genesislcap/foundation-login!Routes:type",
1245
+ "docComment": "/**\n * @public\n */\n",
1246
+ "excerptTokens": [
1247
+ {
1248
+ "kind": "Content",
1249
+ "text": "export type Routes = "
1250
+ },
1251
+ {
1252
+ "kind": "Content",
1253
+ "text": "(typeof "
1254
+ },
1255
+ {
1256
+ "kind": "Reference",
1257
+ "text": "Routes",
1258
+ "canonicalReference": "@genesislcap/foundation-login!Routes:var"
1259
+ },
1260
+ {
1261
+ "kind": "Content",
1262
+ "text": ")[keyof typeof "
1263
+ },
1264
+ {
1265
+ "kind": "Reference",
1266
+ "text": "Routes",
1267
+ "canonicalReference": "@genesislcap/foundation-login!Routes:var"
1268
+ },
1269
+ {
1270
+ "kind": "Content",
1271
+ "text": "]"
1272
+ },
1273
+ {
1274
+ "kind": "Content",
1275
+ "text": ";"
1276
+ }
1277
+ ],
1278
+ "fileUrlPath": "src/main/config.ts",
1279
+ "releaseTag": "Public",
1280
+ "name": "Routes",
1281
+ "typeTokenRange": {
1282
+ "startIndex": 1,
1283
+ "endIndex": 6
1284
+ }
1285
+ },
1286
+ {
1287
+ "kind": "Variable",
1288
+ "canonicalReference": "@genesislcap/foundation-login!Routes:var",
1289
+ "docComment": "/**\n * @public\n */\n",
1290
+ "excerptTokens": [
1291
+ {
1292
+ "kind": "Content",
1293
+ "text": "Routes: "
1294
+ },
1295
+ {
1296
+ "kind": "Content",
1297
+ "text": "{\n readonly login: \"login\";\n readonly 'request-account': \"request-account\";\n readonly 'reset-password': \"reset-password\";\n readonly 'forgot-password': \"forgot-password\";\n readonly verify: \"verify\";\n readonly protected: \"protected\";\n readonly 'not-found': \"not-found\";\n}"
1298
+ }
1299
+ ],
1300
+ "fileUrlPath": "src/main/config.ts",
1301
+ "isReadonly": true,
1302
+ "releaseTag": "Public",
1303
+ "name": "Routes",
1304
+ "variableTypeTokenRange": {
1305
+ "startIndex": 1,
1306
+ "endIndex": 2
1307
+ }
1308
+ },
1309
+ {
1310
+ "kind": "TypeAlias",
1311
+ "canonicalReference": "@genesislcap/foundation-login!Settings:type",
1312
+ "docComment": "/**\n * Defines the parameters you may set on the routes.\n *\n * @remarks\n *\n * See the example in the {@link Login} class in the router's `configure` method for usage. All parameters are Optional.\n *\n * @public\n */\n",
1313
+ "excerptTokens": [
1314
+ {
1315
+ "kind": "Content",
1316
+ "text": "export type Settings = "
1317
+ },
1318
+ {
1319
+ "kind": "Content",
1320
+ "text": "{\n public?: boolean;\n}"
1321
+ },
1322
+ {
1323
+ "kind": "Content",
1324
+ "text": ";"
1325
+ }
1326
+ ],
1327
+ "fileUrlPath": "src/routes/types.ts",
1328
+ "releaseTag": "Public",
1329
+ "name": "Settings",
1330
+ "typeTokenRange": {
1331
+ "startIndex": 1,
1332
+ "endIndex": 2
1333
+ }
1334
+ },
1335
+ {
1336
+ "kind": "TypeAlias",
1337
+ "canonicalReference": "@genesislcap/foundation-login!SSOConfig:type",
1338
+ "docComment": "/**\n * @public\n */\n",
1339
+ "excerptTokens": [
1340
+ {
1341
+ "kind": "Content",
1342
+ "text": "export type SSOConfig = "
1343
+ },
1344
+ {
1345
+ "kind": "Content",
1346
+ "text": "{\n toggled?: boolean;\n identityProvidersPath: string;\n}"
1347
+ },
1348
+ {
1349
+ "kind": "Content",
1350
+ "text": ";"
1351
+ }
1352
+ ],
1353
+ "fileUrlPath": "src/main/config.ts",
1354
+ "releaseTag": "Public",
1355
+ "name": "SSOConfig",
1356
+ "typeTokenRange": {
1357
+ "startIndex": 1,
1358
+ "endIndex": 2
1359
+ }
1360
+ },
1361
+ {
1362
+ "kind": "Variable",
1363
+ "canonicalReference": "@genesislcap/foundation-login!styles:var",
1364
+ "docComment": "/**\n * @public\n */\n",
1365
+ "excerptTokens": [
1366
+ {
1367
+ "kind": "Content",
1368
+ "text": "styles: "
1369
+ },
1370
+ {
1371
+ "kind": "Content",
1372
+ "text": "(options: "
1373
+ },
1374
+ {
1375
+ "kind": "Reference",
1376
+ "text": "TemplateOptions",
1377
+ "canonicalReference": "@genesislcap/foundation-login!TemplateOptions:type"
1378
+ },
1379
+ {
1380
+ "kind": "Content",
1381
+ "text": ") => import(\"@microsoft/fast-element\")."
1382
+ },
1383
+ {
1384
+ "kind": "Reference",
1385
+ "text": "ElementStyles",
1386
+ "canonicalReference": "@microsoft/fast-element!ElementStyles:class"
1387
+ }
1388
+ ],
1389
+ "fileUrlPath": "src/main/main.styles.ts",
1390
+ "isReadonly": true,
1391
+ "releaseTag": "Public",
1392
+ "name": "styles",
1393
+ "variableTypeTokenRange": {
1394
+ "startIndex": 1,
1395
+ "endIndex": 5
1396
+ }
1397
+ },
1398
+ {
1399
+ "kind": "Variable",
1400
+ "canonicalReference": "@genesislcap/foundation-login!template:var",
1401
+ "docComment": "/**\n * @public\n */\n",
1402
+ "excerptTokens": [
1403
+ {
1404
+ "kind": "Content",
1405
+ "text": "template: "
1406
+ },
1407
+ {
1408
+ "kind": "Content",
1409
+ "text": "(options: "
1410
+ },
1411
+ {
1412
+ "kind": "Reference",
1413
+ "text": "TemplateOptions",
1414
+ "canonicalReference": "@genesislcap/foundation-login!TemplateOptions:type"
1415
+ },
1416
+ {
1417
+ "kind": "Content",
1418
+ "text": ") => import(\"@microsoft/fast-element\")."
1419
+ },
1420
+ {
1421
+ "kind": "Reference",
1422
+ "text": "ViewTemplate",
1423
+ "canonicalReference": "@microsoft/fast-element!ViewTemplate:class"
1424
+ },
1425
+ {
1426
+ "kind": "Content",
1427
+ "text": "<"
1428
+ },
1429
+ {
1430
+ "kind": "Reference",
1431
+ "text": "Login",
1432
+ "canonicalReference": "@genesislcap/foundation-login!Login:class"
1433
+ },
1434
+ {
1435
+ "kind": "Content",
1436
+ "text": ", any>"
1437
+ }
1438
+ ],
1439
+ "fileUrlPath": "src/main/main.template.ts",
1440
+ "isReadonly": true,
1441
+ "releaseTag": "Public",
1442
+ "name": "template",
1443
+ "variableTypeTokenRange": {
1444
+ "startIndex": 1,
1445
+ "endIndex": 8
1446
+ }
1447
+ },
1448
+ {
1449
+ "kind": "TypeAlias",
1450
+ "canonicalReference": "@genesislcap/foundation-login!TemplateComponents:type",
1451
+ "docComment": "/**\n * @beta\n */\n",
1452
+ "excerptTokens": [
1453
+ {
1454
+ "kind": "Content",
1455
+ "text": "export type TemplateComponents = "
1456
+ },
1457
+ {
1458
+ "kind": "Content",
1459
+ "text": "{\n anchor: "
1460
+ },
1461
+ {
1462
+ "kind": "Reference",
1463
+ "text": "TemplateElementDependency",
1464
+ "canonicalReference": "@genesislcap/foundation-ui!TemplateElementDependency:type"
1465
+ },
1466
+ {
1467
+ "kind": "Content",
1468
+ "text": ";\n button: "
1469
+ },
1470
+ {
1471
+ "kind": "Reference",
1472
+ "text": "TemplateElementDependency",
1473
+ "canonicalReference": "@genesislcap/foundation-ui!TemplateElementDependency:type"
1474
+ },
1475
+ {
1476
+ "kind": "Content",
1477
+ "text": ";\n card: "
1478
+ },
1479
+ {
1480
+ "kind": "Reference",
1481
+ "text": "TemplateElementDependency",
1482
+ "canonicalReference": "@genesislcap/foundation-ui!TemplateElementDependency:type"
1483
+ },
1484
+ {
1485
+ "kind": "Content",
1486
+ "text": ";\n checkbox: "
1487
+ },
1488
+ {
1489
+ "kind": "Reference",
1490
+ "text": "TemplateElementDependency",
1491
+ "canonicalReference": "@genesislcap/foundation-ui!TemplateElementDependency:type"
1492
+ },
1493
+ {
1494
+ "kind": "Content",
1495
+ "text": ";\n listboxOption: "
1496
+ },
1497
+ {
1498
+ "kind": "Reference",
1499
+ "text": "TemplateElementDependency",
1500
+ "canonicalReference": "@genesislcap/foundation-ui!TemplateElementDependency:type"
1501
+ },
1502
+ {
1503
+ "kind": "Content",
1504
+ "text": ";\n provider: "
1505
+ },
1506
+ {
1507
+ "kind": "Reference",
1508
+ "text": "TemplateElementDependency",
1509
+ "canonicalReference": "@genesislcap/foundation-ui!TemplateElementDependency:type"
1510
+ },
1511
+ {
1512
+ "kind": "Content",
1513
+ "text": ";\n router: "
1514
+ },
1515
+ {
1516
+ "kind": "Reference",
1517
+ "text": "TemplateElementDependency",
1518
+ "canonicalReference": "@genesislcap/foundation-ui!TemplateElementDependency:type"
1519
+ },
1520
+ {
1521
+ "kind": "Content",
1522
+ "text": ";\n select: "
1523
+ },
1524
+ {
1525
+ "kind": "Reference",
1526
+ "text": "TemplateElementDependency",
1527
+ "canonicalReference": "@genesislcap/foundation-ui!TemplateElementDependency:type"
1528
+ },
1529
+ {
1530
+ "kind": "Content",
1531
+ "text": ";\n textField: "
1532
+ },
1533
+ {
1534
+ "kind": "Reference",
1535
+ "text": "TemplateElementDependency",
1536
+ "canonicalReference": "@genesislcap/foundation-ui!TemplateElementDependency:type"
1537
+ },
1538
+ {
1539
+ "kind": "Content",
1540
+ "text": ";\n}"
1541
+ },
1542
+ {
1543
+ "kind": "Content",
1544
+ "text": ";"
1545
+ }
1546
+ ],
1547
+ "fileUrlPath": "src/main/main.definition.ts",
1548
+ "releaseTag": "Beta",
1549
+ "name": "TemplateComponents",
1550
+ "typeTokenRange": {
1551
+ "startIndex": 1,
1552
+ "endIndex": 20
1553
+ }
1554
+ },
1555
+ {
1556
+ "kind": "TypeAlias",
1557
+ "canonicalReference": "@genesislcap/foundation-login!TemplateOptions:type",
1558
+ "docComment": "/**\n * @beta\n */\n",
1559
+ "excerptTokens": [
1560
+ {
1561
+ "kind": "Content",
1562
+ "text": "export type TemplateOptions = "
1563
+ },
1564
+ {
1565
+ "kind": "Reference",
1566
+ "text": "TemplateComponents",
1567
+ "canonicalReference": "@genesislcap/foundation-login!TemplateComponents:type"
1568
+ },
1569
+ {
1570
+ "kind": "Content",
1571
+ "text": " & {\n somePartial?: string | "
1572
+ },
1573
+ {
1574
+ "kind": "Reference",
1575
+ "text": "SyntheticViewTemplate",
1576
+ "canonicalReference": "@microsoft/fast-element!SyntheticViewTemplate:interface"
1577
+ },
1578
+ {
1579
+ "kind": "Content",
1580
+ "text": ";\n}"
1581
+ },
1582
+ {
1583
+ "kind": "Content",
1584
+ "text": ";"
1585
+ }
1586
+ ],
1587
+ "fileUrlPath": "src/main/main.definition.ts",
1588
+ "releaseTag": "Beta",
1589
+ "name": "TemplateOptions",
1590
+ "typeTokenRange": {
1591
+ "startIndex": 1,
1592
+ "endIndex": 5
1593
+ }
1594
+ }
1595
+ ]
1596
+ }
1597
+ ]
1598
+ }