@softheon/armature 15.22.1 → 17.1.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 (437) hide show
  1. package/README.md +142 -18
  2. package/assets/styles/_utility.scss +35 -0
  3. package/assets/styles/material-overrides.scss +0 -1
  4. package/assets/styles/sof-styles.scss +8 -7
  5. package/{esm2020 → esm2022}/lib/alert-banner/alert-banner-api.mjs +9 -9
  6. package/{esm2020 → esm2022}/lib/alert-banner/alert-banner.module.mjs +41 -41
  7. package/{esm2020 → esm2022}/lib/alert-banner/components/alert-banner/alert-banner.component.mjs +83 -83
  8. package/{esm2020 → esm2022}/lib/alert-banner/models/alert-banner-config.mjs +1 -1
  9. package/{esm2020 → esm2022}/lib/alert-banner/models/alert-banner-context.mjs +1 -1
  10. package/{esm2020 → esm2022}/lib/alert-banner/models/constants.mjs +15 -15
  11. package/{esm2020 → esm2022}/lib/alert-banner/services/alert-banner.service.mjs +44 -44
  12. package/esm2022/lib/armature.module.mjs +176 -0
  13. package/{esm2020 → esm2022}/lib/base-components/base-component-api.mjs +14 -14
  14. package/{esm2020 → esm2022}/lib/base-components/base-component.module.mjs +123 -123
  15. package/{esm2020 → esm2022}/lib/base-components/sof-alert/sof-alert.component.mjs +79 -79
  16. package/{esm2020 → esm2022}/lib/base-components/sof-badge/sof-badge.component.mjs +49 -49
  17. package/esm2022/lib/base-components/sof-banner/sof-banner.component.mjs +49 -0
  18. package/{esm2020 → esm2022}/lib/base-components/sof-button-toggle-group/sof-button-toggle-group.component.mjs +188 -188
  19. package/{esm2020 → esm2022}/lib/base-components/sof-confirm-address/sof-confirm-address.component.mjs +59 -59
  20. package/esm2022/lib/base-components/sof-image-checkbox/sof-image-checkbox.component.mjs +58 -0
  21. package/esm2022/lib/base-components/sof-modal/sof-modal.component.mjs +57 -0
  22. package/esm2022/lib/base-components/sof-progress-bar/sof-progress-bar.component.mjs +79 -0
  23. package/{esm2020 → esm2022}/lib/base-components/sof-radio-card/sof-radio-card.component.mjs +35 -35
  24. package/{esm2020 → esm2022}/lib/base-components/sof-simple-alert/sof-simple-alert.component.mjs +49 -49
  25. package/esm2022/lib/base-components/sof-star-rating/sof-star-rating.component.mjs +40 -0
  26. package/{esm2020 → esm2022}/lib/component-save-print/components/component-save-print/component-save-print.component.mjs +91 -91
  27. package/{esm2020 → esm2022}/lib/component-save-print/services/component-save-print.service.mjs +30 -30
  28. package/esm2022/lib/component-save-print/sof-ar-component-save-print.module.mjs +29 -0
  29. package/{esm2020 → esm2022}/lib/core/client-generated/api/session.service.mjs +242 -242
  30. package/{esm2020 → esm2022}/lib/core/client-generated/configuration.mjs +58 -58
  31. package/{esm2020 → esm2022}/lib/core/client-generated/encoder.mjs +16 -16
  32. package/{esm2020 → esm2022}/lib/core/client-generated/model/applicationUserModel.mjs +19 -19
  33. package/{esm2020 → esm2022}/lib/core/client-generated/model/assertedUserModel.mjs +1 -1
  34. package/{esm2020 → esm2022}/lib/core/client-generated/model/brandingModel.mjs +1 -1
  35. package/{esm2020 → esm2022}/lib/core/client-generated/model/errorModel.mjs +12 -12
  36. package/{esm2020 → esm2022}/lib/core/client-generated/model/folderLink.mjs +12 -12
  37. package/{esm2020 → esm2022}/lib/core/client-generated/model/identityProfile.mjs +1 -1
  38. package/{esm2020 → esm2022}/lib/core/client-generated/model/models.mjs +19 -19
  39. package/{esm2020 → esm2022}/lib/core/client-generated/model/oAuthModel.mjs +12 -12
  40. package/{esm2020 → esm2022}/lib/core/client-generated/model/preferencesRow.mjs +12 -12
  41. package/{esm2020 → esm2022}/lib/core/client-generated/model/rolesRow.mjs +12 -12
  42. package/{esm2020 → esm2022}/lib/core/client-generated/model/sessionGetResponseModel.mjs +1 -1
  43. package/{esm2020 → esm2022}/lib/core/client-generated/model/sessionPostRequestModel.mjs +1 -1
  44. package/{esm2020 → esm2022}/lib/core/client-generated/model/sessionPostResponseModel.mjs +1 -1
  45. package/{esm2020 → esm2022}/lib/core/client-generated/model/sessionPutRequestModel.mjs +1 -1
  46. package/{esm2020 → esm2022}/lib/core/client-generated/model/sessionPutResponseModel.mjs +1 -1
  47. package/{esm2020 → esm2022}/lib/core/client-generated/model/sessionResponseModel.mjs +1 -1
  48. package/{esm2020 → esm2022}/lib/core/client-generated/model/settingsProfile.mjs +1 -1
  49. package/{esm2020 → esm2022}/lib/core/client-generated/model/themePaletteColorsModel.mjs +12 -12
  50. package/{esm2020 → esm2022}/lib/core/client-generated/model/themePaletteModel.mjs +1 -1
  51. package/{esm2020 → esm2022}/lib/core/client-generated/model/trackingModel.mjs +12 -12
  52. package/{esm2020 → esm2022}/lib/core/client-generated/model/validationRecordsRow.mjs +12 -12
  53. package/{esm2020 → esm2022}/lib/core/client-generated/variables.mjs +8 -8
  54. package/esm2022/lib/core/components/app-template/app-template.component.mjs +250 -0
  55. package/{esm2020 → esm2022}/lib/core/functions/guid.mjs +10 -10
  56. package/{esm2020 → esm2022}/lib/core/functions/naming-convention.mjs +32 -32
  57. package/{esm2020 → esm2022}/lib/core/functions/route-to-pre-login-route.mjs +12 -12
  58. package/{esm2020 → esm2022}/lib/core/initializer/abstract-startup-service.mjs +3 -3
  59. package/esm2022/lib/core/initializer/initializer.service.mjs +286 -0
  60. package/{esm2020 → esm2022}/lib/core/interceptors/armature-auth-token-append.interceptor.mjs +73 -73
  61. package/esm2022/lib/core/models/base-config.mjs +2 -0
  62. package/esm2022/lib/core/models/constants.mjs +13 -0
  63. package/{esm2020 → esm2022}/lib/core/models/data-store-config.mjs +3 -3
  64. package/{esm2020 → esm2022}/lib/core/models/header-config.mjs +1 -1
  65. package/{esm2020 → esm2022}/lib/core/models/http-verbs.mjs +8 -8
  66. package/{esm2020 → esm2022}/lib/core/models/navigation-config.mjs +1 -1
  67. package/{esm2020 → esm2022}/lib/core/models/oidc-auth-settings.mjs +1 -1
  68. package/{esm2020 → esm2022}/lib/core/models/route-path.mjs +6 -6
  69. package/{esm2020 → esm2022}/lib/core/models/session-config.mjs +3 -3
  70. package/{esm2020 → esm2022}/lib/core/models/styles.mjs +1 -1
  71. package/{esm2020 → esm2022}/lib/core/models/subdomain-config.mjs +1 -1
  72. package/{esm2020 → esm2022}/lib/core/models/typed-session.mjs +3 -3
  73. package/{esm2020 → esm2022}/lib/core/models/user-entity-service-config.mjs +11 -11
  74. package/{esm2020 → esm2022}/lib/core/services/authorization.service.mjs +175 -175
  75. package/{esm2020 → esm2022}/lib/core/services/banner.service.mjs +43 -43
  76. package/{esm2020 → esm2022}/lib/core/services/base-config.service.mjs +32 -32
  77. package/{esm2020 → esm2022}/lib/core/services/custom-auth-config.service.mjs +3 -3
  78. package/{esm2020 → esm2022}/lib/core/services/default-config.service.mjs +19 -19
  79. package/{esm2020 → esm2022}/lib/core/services/session.service.mjs +385 -385
  80. package/{esm2020 → esm2022}/lib/core/services/user-entity.service.mjs +140 -140
  81. package/{esm2020 → esm2022}/lib/distributed-cache/client-generated/api/api.mjs +3 -3
  82. package/{esm2020 → esm2022}/lib/distributed-cache/client-generated/api/cache.service.mjs +213 -213
  83. package/{esm2020 → esm2022}/lib/distributed-cache/client-generated/configuration.mjs +58 -58
  84. package/{esm2020 → esm2022}/lib/distributed-cache/client-generated/encoder.mjs +16 -16
  85. package/{esm2020 → esm2022}/lib/distributed-cache/client-generated/model/cacheExpirationType.mjs +15 -15
  86. package/{esm2020 → esm2022}/lib/distributed-cache/client-generated/model/createCacheEntryRequestModel.mjs +1 -1
  87. package/{esm2020 → esm2022}/lib/distributed-cache/client-generated/model/models.mjs +4 -4
  88. package/{esm2020 → esm2022}/lib/distributed-cache/client-generated/model/retrieveCacheEntryResponseModel.mjs +12 -12
  89. package/{esm2020 → esm2022}/lib/distributed-cache/client-generated/model/updateCacheEntryRequestModel.mjs +12 -12
  90. package/{esm2020 → esm2022}/lib/distributed-cache/client-generated/variables.mjs +8 -8
  91. package/{esm2020 → esm2022}/lib/distributed-cache/distributed-cache-api.mjs +7 -7
  92. package/esm2022/lib/distributed-cache/distributed-cache.module.mjs +38 -0
  93. package/{esm2020 → esm2022}/lib/distributed-cache/models/constants.mjs +2 -2
  94. package/{esm2020 → esm2022}/lib/distributed-cache/models/policy-person.mjs +8 -8
  95. package/{esm2020 → esm2022}/lib/distributed-cache/services/server-cache.service.mjs +48 -48
  96. package/{esm2020 → esm2022}/lib/error/components/error-common/error-common.component.mjs +25 -25
  97. package/{esm2020 → esm2022}/lib/error/error-api.mjs +6 -6
  98. package/{esm2020 → esm2022}/lib/error/error.module.mjs +31 -31
  99. package/{esm2020 → esm2022}/lib/error/models/error-common-config.mjs +7 -7
  100. package/esm2022/lib/faq/components/faq/faq.component.mjs +40 -0
  101. package/{esm2020 → esm2022}/lib/faq/faq-api.mjs +7 -7
  102. package/{esm2020 → esm2022}/lib/faq/faq.module.mjs +41 -41
  103. package/{esm2020 → esm2022}/lib/faq/models/faq-config.mjs +3 -3
  104. package/{esm2020 → esm2022}/lib/faq/models/faq.mjs +7 -7
  105. package/esm2022/lib/feedback-tool/components/feedback-tool/feedback-tool.component.mjs +81 -0
  106. package/esm2022/lib/feedback-tool/feedback-tool-api.mjs +5 -0
  107. package/esm2022/lib/feedback-tool/feedback-tool.module.mjs +44 -0
  108. package/esm2022/lib/footer/components/footer/footer.component.mjs +25 -0
  109. package/{esm2020 → esm2022}/lib/footer/components/site-map/site-map.component.mjs +25 -25
  110. package/{esm2020 → esm2022}/lib/footer/footer-api.mjs +9 -9
  111. package/{esm2020 → esm2022}/lib/footer/footer.module.mjs +45 -45
  112. package/{esm2020 → esm2022}/lib/footer/models/enum/site-map-direction.mjs +14 -14
  113. package/{esm2020 → esm2022}/lib/footer/models/footer-config.mjs +3 -3
  114. package/{esm2020 → esm2022}/lib/footer/models/site-map-models.mjs +1 -1
  115. package/{esm2020 → esm2022}/lib/forms/components/sof-address/sof-address.component.mjs +110 -110
  116. package/{esm2020 → esm2022}/lib/forms/directives/alphanumeric/alphanumeric.directive.mjs +78 -78
  117. package/{esm2020 → esm2022}/lib/forms/directives/input-trim/input-trim.directive.mjs +110 -110
  118. package/{esm2020 → esm2022}/lib/forms/directives/letters-characters/letters-characters.directive.mjs +87 -87
  119. package/{esm2020 → esm2022}/lib/forms/directives/letters-only/letters-only.directive.mjs +85 -85
  120. package/{esm2020 → esm2022}/lib/forms/directives/numbers-only/numbers-only.directive.mjs +55 -55
  121. package/{esm2020 → esm2022}/lib/forms/forms-api.mjs +19 -19
  122. package/{esm2020 → esm2022}/lib/forms/forms.module.mjs +87 -87
  123. package/{esm2020 → esm2022}/lib/forms/models/address.mjs +1 -1
  124. package/esm2022/lib/forms/models/constants.mjs +10 -0
  125. package/{esm2020 → esm2022}/lib/forms/models/county.mjs +1 -1
  126. package/{esm2020 → esm2022}/lib/forms/models/enums/states.mjs +65 -65
  127. package/{esm2020 → esm2022}/lib/forms/pipes/phone-format.pipe.mjs +33 -33
  128. package/{esm2020 → esm2022}/lib/forms/services/alert.service.mjs +167 -167
  129. package/esm2022/lib/header/components/header/header.component.mjs +161 -0
  130. package/{esm2020 → esm2022}/lib/header/components/mobile-header-menu/mobile-header-menu.component.mjs +39 -39
  131. package/{esm2020 → esm2022}/lib/header/header-api.mjs +11 -11
  132. package/{esm2020 → esm2022}/lib/header/header.module.mjs +85 -85
  133. package/{esm2020 → esm2022}/lib/header/models/header-auth.settings.mjs +31 -31
  134. package/{esm2020 → esm2022}/lib/header/models/header-language.settings.mjs +1 -1
  135. package/{esm2020 → esm2022}/lib/header/models/header-theme.settings.mjs +1 -1
  136. package/{esm2020 → esm2022}/lib/header/models/header.settings.mjs +1 -1
  137. package/{esm2020 → esm2022}/lib/header/models/mobile-header-nav.settings.mjs +1 -1
  138. package/esm2022/lib/navigation/components/navigation/navigation.component.mjs +556 -0
  139. package/{esm2020 → esm2022}/lib/navigation/models/nav-theme.settings.mjs +1 -1
  140. package/{esm2020 → esm2022}/lib/navigation/models/nav.settings.mjs +1 -1
  141. package/{esm2020 → esm2022}/lib/navigation/models/navigation.mjs +1 -1
  142. package/{esm2020 → esm2022}/lib/navigation/navigation-api.mjs +8 -8
  143. package/{esm2020 → esm2022}/lib/navigation/navigation.module.mjs +126 -126
  144. package/{esm2020 → esm2022}/lib/oauth/models/constants.mjs +5 -5
  145. package/{esm2020 → esm2022}/lib/oauth/models/generated/accountManagementAssertionModel.mjs +1 -1
  146. package/{esm2020 → esm2022}/lib/oauth/models/generated/accountManagementRefreshRequestModel.mjs +1 -1
  147. package/{esm2020 → esm2022}/lib/oauth/models/generated/accountManagementResponseModel.mjs +1 -1
  148. package/{esm2020 → esm2022}/lib/oauth/models/generated/coverageDetail.mjs +18 -18
  149. package/{esm2020 → esm2022}/lib/oauth/models/generated/finance.mjs +12 -12
  150. package/{esm2020 → esm2022}/lib/oauth/models/generated/iSsoResponseModel.mjs +12 -12
  151. package/{esm2020 → esm2022}/lib/oauth/models/generated/iSsoResponseModelAccountManagementAssertionModel.mjs +1 -1
  152. package/{esm2020 → esm2022}/lib/oauth/models/generated/person.mjs +12 -12
  153. package/{esm2020 → esm2022}/lib/oauth/models/generated/policy.mjs +1 -1
  154. package/{esm2020 → esm2022}/lib/oauth/models/generated/refreshResponseModel.mjs +12 -12
  155. package/{esm2020 → esm2022}/lib/oauth/models/hybrid-saml-oauth-config.mjs +3 -3
  156. package/{esm2020 → esm2022}/lib/oauth/oauth-api.mjs +14 -14
  157. package/{esm2020 → esm2022}/lib/oauth/oauth.module.mjs +29 -29
  158. package/{esm2020 → esm2022}/lib/oauth/services/hybrid-saml-oauth.service.mjs +201 -201
  159. package/{esm2020 → esm2022}/lib/rbac/directives/rbac-action.directive.mjs +50 -50
  160. package/{esm2020 → esm2022}/lib/rbac/models/access-token-claims.mjs +22 -22
  161. package/{esm2020 → esm2022}/lib/rbac/models/constants.mjs +3 -3
  162. package/{esm2020 → esm2022}/lib/rbac/models/decoded-access-token.mjs +68 -68
  163. package/{esm2020 → esm2022}/lib/rbac/models/rbac-config.mjs +3 -3
  164. package/{esm2020 → esm2022}/lib/rbac/models/role-access.mjs +9 -9
  165. package/{esm2020 → esm2022}/lib/rbac/rbac-api.mjs +14 -14
  166. package/{esm2020 → esm2022}/lib/rbac/rbac.module.mjs +51 -51
  167. package/{esm2020 → esm2022}/lib/rbac/services/ar-role-nav.service.mjs +104 -104
  168. package/{esm2020 → esm2022}/lib/rbac/services/oauth2-role.service.mjs +114 -114
  169. package/{esm2020 → esm2022}/lib/rbac/services/role-nav.service.mjs +3 -3
  170. package/{esm2020 → esm2022}/lib/rbac/services/tokens.mjs +3 -3
  171. package/{esm2020 → esm2022}/lib/resize-panels/components/resize-panels/resize-panels.component.mjs +156 -156
  172. package/{esm2020 → esm2022}/lib/resize-panels/models/resize-event.mjs +1 -1
  173. package/{esm2020 → esm2022}/lib/resize-panels/resize-panels-api.mjs +4 -4
  174. package/{esm2020 → esm2022}/lib/resize-panels/resize-panels.module.mjs +23 -23
  175. package/{esm2020 → esm2022}/lib/rum/models/arm-error.mjs +28 -28
  176. package/{esm2020 → esm2022}/lib/rum/models/rum-config.mjs +3 -3
  177. package/{esm2020 → esm2022}/lib/rum/rum-api.mjs +9 -9
  178. package/{esm2020 → esm2022}/lib/rum/rum.module.mjs +48 -48
  179. package/{esm2020 → esm2022}/lib/rum/services/rum.service.mjs +115 -115
  180. package/{esm2020 → esm2022}/lib/rum/services/shared-error.service.mjs +45 -45
  181. package/{esm2020 → esm2022}/lib/rum/services/softheon-error-handler.service.mjs +76 -76
  182. package/{esm2020 → esm2022}/lib/saml/components/redirect-saml/redirect-saml.component.mjs +79 -79
  183. package/{esm2020 → esm2022}/lib/saml/models/i-saml-request.mjs +1 -1
  184. package/{esm2020 → esm2022}/lib/saml/models/i-saml-response.mjs +1 -1
  185. package/{esm2020 → esm2022}/lib/saml/models/redirect-saml-request.mjs +3 -3
  186. package/{esm2020 → esm2022}/lib/saml/models/sso-gateway-model.mjs +3 -3
  187. package/{esm2020 → esm2022}/lib/saml/saml-api.mjs +14 -14
  188. package/{esm2020 → esm2022}/lib/saml/saml.module.mjs +43 -43
  189. package/{esm2020 → esm2022}/lib/saml/services/entry/abstract-saml-entry.service.mjs +3 -3
  190. package/{esm2020 → esm2022}/lib/saml/services/entry/sso-gateway-entry.service.mjs +36 -36
  191. package/{esm2020 → esm2022}/lib/saml/services/send-off/abstract-saml.service.mjs +3 -3
  192. package/{esm2020 → esm2022}/lib/saml/services/send-off/saml.service.mjs +39 -39
  193. package/{esm2020 → esm2022}/lib/sof-pipe/constants/constants.mjs +16 -16
  194. package/{esm2020 → esm2022}/lib/sof-pipe/models/sof-date-pipe-format.mjs +1 -1
  195. package/{esm2020 → esm2022}/lib/sof-pipe/pipes/sof-blank/sof-blank.pipe.mjs +39 -39
  196. package/{esm2020 → esm2022}/lib/sof-pipe/pipes/sof-date/sof-date.pipe.mjs +59 -59
  197. package/{esm2020 → esm2022}/lib/sof-pipe/pipes/sof-ssn/sof-ssn.pipe.mjs +28 -28
  198. package/{esm2020 → esm2022}/lib/sof-pipe/sof-pipe.api.mjs +8 -8
  199. package/{esm2020 → esm2022}/lib/sof-pipe/sof-pipe.module.mjs +39 -39
  200. package/{esm2020 → esm2022}/lib/theming/directives/css-override.directive.mjs +69 -69
  201. package/{esm2020 → esm2022}/lib/theming/models/css-override.mjs +10 -10
  202. package/{esm2020 → esm2022}/lib/theming/services/theme.service.mjs +169 -169
  203. package/{esm2020 → esm2022}/lib/theming/theme-api.mjs +5 -5
  204. package/{esm2020 → esm2022}/lib/theming/theme.module.mjs +31 -31
  205. package/esm2022/public-api.mjs +52 -0
  206. package/{esm2020 → esm2022}/softheon-armature.mjs +4 -4
  207. package/fesm2022/softheon-armature.mjs +7439 -0
  208. package/fesm2022/softheon-armature.mjs.map +1 -0
  209. package/index.d.ts +5 -5
  210. package/lib/alert-banner/alert-banner-api.d.ts +7 -7
  211. package/lib/alert-banner/alert-banner.module.d.ts +11 -11
  212. package/lib/alert-banner/components/alert-banner/alert-banner.component.d.ts +40 -40
  213. package/lib/alert-banner/models/alert-banner-config.d.ts +20 -20
  214. package/lib/alert-banner/models/alert-banner-context.d.ts +18 -18
  215. package/lib/alert-banner/models/constants.d.ts +15 -15
  216. package/lib/alert-banner/services/alert-banner.service.d.ts +28 -28
  217. package/lib/armature.module.d.ts +46 -46
  218. package/lib/base-components/base-component-api.d.ts +13 -13
  219. package/lib/base-components/base-component.module.d.ts +35 -35
  220. package/lib/base-components/sof-alert/sof-alert.component.d.ts +40 -40
  221. package/lib/base-components/sof-badge/sof-badge.component.d.ts +26 -26
  222. package/lib/base-components/sof-banner/sof-banner.component.d.ts +34 -34
  223. package/lib/base-components/sof-button-toggle-group/sof-button-toggle-group.component.d.ts +100 -100
  224. package/lib/base-components/sof-confirm-address/sof-confirm-address.component.d.ts +61 -61
  225. package/lib/base-components/sof-image-checkbox/sof-image-checkbox.component.d.ts +28 -28
  226. package/lib/base-components/sof-modal/sof-modal.component.d.ts +51 -51
  227. package/lib/base-components/sof-progress-bar/sof-progress-bar.component.d.ts +40 -40
  228. package/lib/base-components/sof-radio-card/sof-radio-card.component.d.ts +20 -20
  229. package/lib/base-components/sof-simple-alert/sof-simple-alert.component.d.ts +29 -29
  230. package/lib/base-components/sof-star-rating/sof-star-rating.component.d.ts +25 -25
  231. package/lib/component-save-print/components/component-save-print/component-save-print.component.d.ts +46 -46
  232. package/lib/component-save-print/services/component-save-print.service.d.ts +18 -18
  233. package/lib/component-save-print/sof-ar-component-save-print.module.d.ts +9 -9
  234. package/lib/core/client-generated/api/session.service.d.ts +94 -94
  235. package/lib/core/client-generated/configuration.d.ts +48 -48
  236. package/lib/core/client-generated/encoder.d.ts +10 -10
  237. package/lib/core/client-generated/model/applicationUserModel.d.ts +54 -54
  238. package/lib/core/client-generated/model/assertedUserModel.d.ts +25 -25
  239. package/lib/core/client-generated/model/brandingModel.d.ts +33 -33
  240. package/lib/core/client-generated/model/errorModel.d.ts +24 -24
  241. package/lib/core/client-generated/model/folderLink.d.ts +34 -34
  242. package/lib/core/client-generated/model/identityProfile.d.ts +82 -82
  243. package/lib/core/client-generated/model/models.d.ts +19 -19
  244. package/lib/core/client-generated/model/oAuthModel.d.ts +28 -28
  245. package/lib/core/client-generated/model/preferencesRow.d.ts +15 -15
  246. package/lib/core/client-generated/model/rolesRow.d.ts +17 -17
  247. package/lib/core/client-generated/model/sessionGetResponseModel.d.ts +23 -23
  248. package/lib/core/client-generated/model/sessionPostRequestModel.d.ts +39 -39
  249. package/lib/core/client-generated/model/sessionPostResponseModel.d.ts +23 -23
  250. package/lib/core/client-generated/model/sessionPutRequestModel.d.ts +39 -39
  251. package/lib/core/client-generated/model/sessionPutResponseModel.d.ts +23 -23
  252. package/lib/core/client-generated/model/sessionResponseModel.d.ts +43 -43
  253. package/lib/core/client-generated/model/settingsProfile.d.ts +21 -21
  254. package/lib/core/client-generated/model/themePaletteColorsModel.d.ts +72 -72
  255. package/lib/core/client-generated/model/themePaletteModel.d.ts +65 -65
  256. package/lib/core/client-generated/model/trackingModel.d.ts +24 -24
  257. package/lib/core/client-generated/model/validationRecordsRow.d.ts +17 -17
  258. package/lib/core/client-generated/variables.d.ts +8 -8
  259. package/lib/core/components/app-template/app-template.component.d.ts +61 -67
  260. package/lib/core/functions/guid.d.ts +4 -4
  261. package/lib/core/functions/naming-convention.d.ts +6 -6
  262. package/lib/core/functions/route-to-pre-login-route.d.ts +6 -6
  263. package/lib/core/initializer/abstract-startup-service.d.ts +5 -5
  264. package/lib/core/initializer/initializer.service.d.ts +79 -87
  265. package/lib/core/interceptors/armature-auth-token-append.interceptor.d.ts +31 -31
  266. package/lib/core/models/base-config.d.ts +18 -23
  267. package/lib/core/models/constants.d.ts +13 -17
  268. package/lib/core/models/data-store-config.d.ts +27 -27
  269. package/lib/core/models/header-config.d.ts +9 -9
  270. package/lib/core/models/http-verbs.d.ts +10 -10
  271. package/lib/core/models/navigation-config.d.ts +14 -14
  272. package/lib/core/models/oidc-auth-settings.d.ts +11 -11
  273. package/lib/core/models/route-path.d.ts +5 -5
  274. package/lib/core/models/session-config.d.ts +18 -18
  275. package/lib/core/models/styles.d.ts +11 -11
  276. package/lib/core/models/subdomain-config.d.ts +7 -7
  277. package/lib/core/models/typed-session.d.ts +17 -17
  278. package/lib/core/models/user-entity-service-config.d.ts +14 -14
  279. package/lib/core/services/authorization.service.d.ts +54 -54
  280. package/lib/core/services/banner.service.d.ts +31 -31
  281. package/lib/core/services/base-config.service.d.ts +21 -21
  282. package/lib/core/services/custom-auth-config.service.d.ts +6 -6
  283. package/lib/core/services/default-config.service.d.ts +8 -8
  284. package/lib/core/services/session.service.d.ts +127 -127
  285. package/lib/core/services/user-entity.service.d.ts +47 -47
  286. package/lib/distributed-cache/client-generated/api/api.d.ts +3 -3
  287. package/lib/distributed-cache/client-generated/api/cache.service.d.ts +72 -72
  288. package/lib/distributed-cache/client-generated/configuration.d.ts +48 -48
  289. package/lib/distributed-cache/client-generated/encoder.d.ts +10 -10
  290. package/lib/distributed-cache/client-generated/model/cacheExpirationType.d.ts +19 -19
  291. package/lib/distributed-cache/client-generated/model/createCacheEntryRequestModel.d.ts +33 -33
  292. package/lib/distributed-cache/client-generated/model/models.d.ts +4 -4
  293. package/lib/distributed-cache/client-generated/model/retrieveCacheEntryResponseModel.d.ts +20 -20
  294. package/lib/distributed-cache/client-generated/model/updateCacheEntryRequestModel.d.ts +20 -20
  295. package/lib/distributed-cache/client-generated/variables.d.ts +8 -8
  296. package/lib/distributed-cache/distributed-cache-api.d.ts +7 -7
  297. package/lib/distributed-cache/distributed-cache.module.d.ts +8 -8
  298. package/lib/distributed-cache/models/constants.d.ts +2 -2
  299. package/lib/distributed-cache/models/policy-person.d.ts +19 -19
  300. package/lib/distributed-cache/services/server-cache.service.d.ts +72 -72
  301. package/lib/error/components/error-common/error-common.component.d.ts +14 -14
  302. package/lib/error/error-api.d.ts +4 -4
  303. package/lib/error/error.module.d.ts +11 -11
  304. package/lib/error/models/error-common-config.d.ts +21 -21
  305. package/lib/faq/components/faq/faq.component.d.ts +19 -19
  306. package/lib/faq/faq-api.d.ts +5 -5
  307. package/lib/faq/faq.module.d.ts +15 -15
  308. package/lib/faq/models/faq-config.d.ts +13 -13
  309. package/lib/faq/models/faq.d.ts +9 -9
  310. package/lib/feedback-tool/components/feedback-tool/feedback-tool.component.d.ts +62 -0
  311. package/lib/feedback-tool/feedback-tool-api.d.ts +3 -0
  312. package/lib/feedback-tool/feedback-tool.module.d.ts +14 -0
  313. package/lib/footer/components/footer/footer.component.d.ts +14 -14
  314. package/lib/footer/components/site-map/site-map.component.d.ts +13 -13
  315. package/lib/footer/footer-api.d.ts +7 -7
  316. package/lib/footer/footer.module.d.ts +14 -14
  317. package/lib/footer/models/enum/site-map-direction.d.ts +13 -13
  318. package/lib/footer/models/footer-config.d.ts +7 -7
  319. package/lib/footer/models/site-map-models.d.ts +41 -41
  320. package/lib/forms/components/sof-address/sof-address.component.d.ts +53 -53
  321. package/lib/forms/directives/alphanumeric/alphanumeric.directive.d.ts +31 -31
  322. package/lib/forms/directives/input-trim/input-trim.directive.d.ts +58 -58
  323. package/lib/forms/directives/letters-characters/letters-characters.directive.d.ts +27 -27
  324. package/lib/forms/directives/letters-only/letters-only.directive.d.ts +27 -27
  325. package/lib/forms/directives/numbers-only/numbers-only.directive.d.ts +22 -22
  326. package/lib/forms/forms-api.d.ts +14 -14
  327. package/lib/forms/forms.module.d.ts +21 -21
  328. package/lib/forms/models/address.d.ts +14 -14
  329. package/lib/forms/models/constants.d.ts +9 -9
  330. package/lib/forms/models/county.d.ts +13 -13
  331. package/lib/forms/models/enums/states.d.ts +64 -64
  332. package/lib/forms/pipes/phone-format.pipe.d.ts +10 -10
  333. package/lib/forms/services/alert.service.d.ts +60 -60
  334. package/lib/header/components/header/header.component.d.ts +120 -120
  335. package/lib/header/components/mobile-header-menu/mobile-header-menu.component.d.ts +26 -26
  336. package/lib/header/header-api.d.ts +9 -9
  337. package/lib/header/header.module.d.ts +20 -20
  338. package/lib/header/models/header-auth.settings.d.ts +30 -30
  339. package/lib/header/models/header-language.settings.d.ts +10 -10
  340. package/lib/header/models/header-theme.settings.d.ts +19 -19
  341. package/lib/header/models/header.settings.d.ts +53 -53
  342. package/lib/header/models/mobile-header-nav.settings.d.ts +11 -11
  343. package/lib/navigation/components/navigation/navigation.component.d.ts +200 -200
  344. package/lib/navigation/models/nav-theme.settings.d.ts +25 -25
  345. package/lib/navigation/models/nav.settings.d.ts +64 -64
  346. package/lib/navigation/models/navigation.d.ts +40 -40
  347. package/lib/navigation/navigation-api.d.ts +6 -6
  348. package/lib/navigation/navigation.module.d.ts +25 -25
  349. package/lib/oauth/models/constants.d.ts +6 -6
  350. package/lib/oauth/models/generated/accountManagementAssertionModel.d.ts +49 -49
  351. package/lib/oauth/models/generated/accountManagementRefreshRequestModel.d.ts +21 -21
  352. package/lib/oauth/models/generated/accountManagementResponseModel.d.ts +45 -45
  353. package/lib/oauth/models/generated/coverageDetail.d.ts +67 -67
  354. package/lib/oauth/models/generated/finance.d.ts +36 -36
  355. package/lib/oauth/models/generated/iSsoResponseModel.d.ts +44 -44
  356. package/lib/oauth/models/generated/iSsoResponseModelAccountManagementAssertionModel.d.ts +45 -45
  357. package/lib/oauth/models/generated/person.d.ts +53 -53
  358. package/lib/oauth/models/generated/policy.d.ts +51 -51
  359. package/lib/oauth/models/generated/refreshResponseModel.d.ts +20 -20
  360. package/lib/oauth/models/hybrid-saml-oauth-config.d.ts +14 -14
  361. package/lib/oauth/oauth-api.d.ts +12 -12
  362. package/lib/oauth/oauth.module.d.ts +9 -9
  363. package/lib/oauth/services/hybrid-saml-oauth.service.d.ts +59 -59
  364. package/lib/rbac/directives/rbac-action.directive.d.ts +27 -27
  365. package/lib/rbac/models/access-token-claims.d.ts +18 -18
  366. package/lib/rbac/models/constants.d.ts +4 -4
  367. package/lib/rbac/models/decoded-access-token.d.ts +43 -43
  368. package/lib/rbac/models/rbac-config.d.ts +15 -15
  369. package/lib/rbac/models/role-access.d.ts +7 -7
  370. package/lib/rbac/rbac-api.d.ts +11 -11
  371. package/lib/rbac/rbac.module.d.ts +19 -19
  372. package/lib/rbac/services/ar-role-nav.service.d.ts +25 -25
  373. package/lib/rbac/services/oauth2-role.service.d.ts +51 -51
  374. package/lib/rbac/services/role-nav.service.d.ts +12 -12
  375. package/lib/rbac/services/tokens.d.ts +3 -3
  376. package/lib/resize-panels/components/resize-panels/resize-panels.component.d.ts +64 -64
  377. package/lib/resize-panels/models/resize-event.d.ts +6 -6
  378. package/lib/resize-panels/resize-panels-api.d.ts +4 -4
  379. package/lib/resize-panels/resize-panels.module.d.ts +9 -9
  380. package/lib/rum/models/arm-error.d.ts +27 -27
  381. package/lib/rum/models/rum-config.d.ts +9 -9
  382. package/lib/rum/rum-api.d.ts +7 -7
  383. package/lib/rum/rum.module.d.ts +14 -14
  384. package/lib/rum/services/rum.service.d.ts +47 -47
  385. package/lib/rum/services/shared-error.service.d.ts +27 -27
  386. package/lib/rum/services/softheon-error-handler.service.d.ts +32 -32
  387. package/lib/saml/components/redirect-saml/redirect-saml.component.d.ts +41 -41
  388. package/lib/saml/models/i-saml-request.d.ts +4 -4
  389. package/lib/saml/models/i-saml-response.d.ts +4 -4
  390. package/lib/saml/models/redirect-saml-request.d.ts +24 -24
  391. package/lib/saml/models/sso-gateway-model.d.ts +17 -17
  392. package/lib/saml/saml-api.d.ts +11 -11
  393. package/lib/saml/saml.module.d.ts +9 -9
  394. package/lib/saml/services/entry/abstract-saml-entry.service.d.ts +16 -16
  395. package/lib/saml/services/entry/sso-gateway-entry.service.d.ts +22 -22
  396. package/lib/saml/services/send-off/abstract-saml.service.d.ts +20 -20
  397. package/lib/saml/services/send-off/saml.service.d.ts +32 -32
  398. package/lib/sof-pipe/constants/constants.d.ts +8 -8
  399. package/lib/sof-pipe/models/sof-date-pipe-format.d.ts +7 -7
  400. package/lib/sof-pipe/pipes/sof-blank/sof-blank.pipe.d.ts +19 -19
  401. package/lib/sof-pipe/pipes/sof-date/sof-date.pipe.d.ts +21 -21
  402. package/lib/sof-pipe/pipes/sof-ssn/sof-ssn.pipe.d.ts +12 -12
  403. package/lib/sof-pipe/sof-pipe.api.d.ts +7 -7
  404. package/lib/sof-pipe/sof-pipe.module.d.ts +10 -10
  405. package/lib/theming/directives/css-override.directive.d.ts +20 -20
  406. package/lib/theming/models/css-override.d.ts +15 -15
  407. package/lib/theming/services/theme.service.d.ts +48 -48
  408. package/lib/theming/theme-api.d.ts +5 -5
  409. package/lib/theming/theme.module.d.ts +9 -9
  410. package/package.json +17 -23
  411. package/public-api.d.ts +49 -48
  412. package/esm2020/lib/armature.module.mjs +0 -179
  413. package/esm2020/lib/base-components/sof-banner/sof-banner.component.mjs +0 -49
  414. package/esm2020/lib/base-components/sof-image-checkbox/sof-image-checkbox.component.mjs +0 -58
  415. package/esm2020/lib/base-components/sof-modal/sof-modal.component.mjs +0 -58
  416. package/esm2020/lib/base-components/sof-progress-bar/sof-progress-bar.component.mjs +0 -79
  417. package/esm2020/lib/base-components/sof-star-rating/sof-star-rating.component.mjs +0 -40
  418. package/esm2020/lib/component-save-print/sof-ar-component-save-print.module.mjs +0 -32
  419. package/esm2020/lib/core/components/app-template/app-template.component.mjs +0 -258
  420. package/esm2020/lib/core/initializer/initializer.service.mjs +0 -302
  421. package/esm2020/lib/core/models/base-config.mjs +0 -2
  422. package/esm2020/lib/core/models/constants.mjs +0 -17
  423. package/esm2020/lib/core/models/federated-module-config.mjs +0 -2
  424. package/esm2020/lib/core/services/federated-module.service.mjs +0 -60
  425. package/esm2020/lib/distributed-cache/distributed-cache.module.mjs +0 -38
  426. package/esm2020/lib/faq/components/faq/faq.component.mjs +0 -40
  427. package/esm2020/lib/footer/components/footer/footer.component.mjs +0 -25
  428. package/esm2020/lib/forms/models/constants.mjs +0 -10
  429. package/esm2020/lib/header/components/header/header.component.mjs +0 -161
  430. package/esm2020/lib/navigation/components/navigation/navigation.component.mjs +0 -556
  431. package/esm2020/public-api.mjs +0 -51
  432. package/fesm2015/softheon-armature.mjs +0 -7361
  433. package/fesm2015/softheon-armature.mjs.map +0 -1
  434. package/fesm2020/softheon-armature.mjs +0 -7416
  435. package/fesm2020/softheon-armature.mjs.map +0 -1
  436. package/lib/core/models/federated-module-config.d.ts +0 -3
  437. package/lib/core/services/federated-module.service.d.ts +0 -23
@@ -0,0 +1,81 @@
1
+ import { Component, EventEmitter, Input, Output, ViewChild } from '@angular/core';
2
+ import * as i0 from "@angular/core";
3
+ import * as i1 from "@angular/flex-layout/flex";
4
+ import * as i2 from "@angular/flex-layout/extended";
5
+ import * as i3 from "@angular/material/form-field";
6
+ import * as i4 from "@angular/material/input";
7
+ import * as i5 from "@angular/material/button";
8
+ import * as i6 from "@ngx-translate/core";
9
+ /**
10
+ * The feedback-tool component
11
+ * @input application, the application using this component *required
12
+ * @input experience, language key for the user experience, default is 'purchasingPlan',
13
+ * @output close, the event to close/destroy this component
14
+ * */
15
+ export class FeedbackToolComponent {
16
+ constructor() {
17
+ /** Language key for the user experience, default is 'purchasingPlan' */
18
+ this.experience = 'purchasingPlan';
19
+ /** The event to close/destroy this component */
20
+ this.close = new EventEmitter();
21
+ /** The event with the feedback object for submit */
22
+ this.feedbackSubmit = new EventEmitter();
23
+ /** Has the user selected feedback (thumbs) */
24
+ this.hasFeedback = false;
25
+ /** Has the user submitted feedback */
26
+ this.isSubmitted = false;
27
+ /** The headers icon class */
28
+ this.headerIcon = 'hand-wave';
29
+ /** The headers title language key */
30
+ this.headerTitle = 'rate-us';
31
+ }
32
+ ngOnInit() {
33
+ this.description = 'experience.' + this.experience;
34
+ this.userFeedback = {
35
+ application: this.application,
36
+ experience: this.experience,
37
+ isPositive: null,
38
+ message: ''
39
+ };
40
+ }
41
+ /**
42
+ * Give positive/negative feedback
43
+ * @param isPositive is the feedback positive
44
+ */
45
+ giveFeedback(isPositive) {
46
+ this.headerIcon = this.headerTitle = this.description = `thumbs-${isPositive ? 'up' : 'down'}`;
47
+ this.hasFeedback = true;
48
+ this.userFeedback.isPositive = isPositive;
49
+ }
50
+ /** Submits the users feedback */
51
+ submitFeedback() {
52
+ this.userFeedback.message = this.message.nativeElement.value;
53
+ this.feedbackSubmit.emit(this.userFeedback);
54
+ this.headerIcon = 'sparkles';
55
+ this.headerTitle = this.description = 'thanks';
56
+ this.isSubmitted = true;
57
+ }
58
+ /** Emit the event to close/destroy this component */
59
+ closeFeedbackTool() {
60
+ this.close.emit(null);
61
+ }
62
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.2", ngImport: i0, type: FeedbackToolComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
63
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "17.1.2", type: FeedbackToolComponent, selector: "sof-ar-feedback-tool", inputs: { application: "application", experience: "experience" }, outputs: { close: "close", feedbackSubmit: "feedbackSubmit" }, viewQueries: [{ propertyName: "message", first: true, predicate: ["message"], descendants: true }], ngImport: i0, template: "<div class=\"feedback-tool\" role=\"dialog\" aria-modal=\"true\" aria-labelledby=\"feedback-tool_label\" aria-describedby=\"feedback-tool_desc\">\r\n <div fxLayout=\"row\" fxLayoutAlign=\"start center\" class=\"feedback-tool__heading p-v-15 p-h-20\">\r\n <i class=\"fa-regular fa-{{headerIcon}} m-r-10 feedback-tool__heading__icon\" aria-hidden=\"true\"></i>\r\n <h4 id=\"feedback-tool_label\">{{'armature.feedback-tool.headings.'+headerTitle|translate}}</h4>\r\n <button (click)=\"closeFeedbackTool()\" fxHide fxShow.lt-sm mat-button class=\"sof-icon-button m-l-auto\" size=\"small\" color=\"neutral\" \r\n [attr.aria-label]=\"'armature.feedback-tool.buttons.close'|translate\">\r\n <i class=\"fa-regular fa-xmark\" aria-hidden=\"true\"></i>\r\n </button>\r\n </div>\r\n <div fxLayout=\"column\" fxLayoutGap=\"20px\" p-a-20>\r\n <p id=\"feedback-tool_desc\" class=\"feedback-tool__description m-t-0\">{{'armature.feedback-tool.descriptions.'+description|translate}}</p>\r\n @if (!isSubmitted) {\r\n @if (!hasFeedback) {\r\n <div fxLayout=\"row\" fxLayoutGap=\"8px\" fxLayoutAlign=\"center center\" p-v-20>\r\n <button (click)=\"giveFeedback(true)\" mat-stroked-button class=\"sof-stroked-icon-button\" size=\"small\" color=\"neutral\" \r\n [attr.aria-label]=\"'armature.feedback-tool.buttons.thumbs-up'|translate\">\r\n <i class=\"fa-regular fa-thumbs-up\" aria-hidden=\"true\"></i>\r\n </button>\r\n <button (click)=\"giveFeedback(false)\" mat-stroked-button class=\"sof-stroked-icon-button\" size=\"small\" color=\"neutral\" \r\n [attr.aria-label]=\"'armature.feedback-tool.buttons.thumbs-down'|translate\">\r\n <i class=\"fa-regular fa-thumbs-down\" aria-hidden=\"true\"></i>\r\n </button>\r\n </div>\r\n } @else {\r\n <mat-form-field class=\"feedback-tool__message\">\r\n <label for=\"feedback-tool-message_textarea\" id=\"feedback-tool-message_label\" class=\"sr-only\">\r\n {{'armature.feedback-tool.message.sr-only-label'|translate}}\r\n </label>\r\n <textarea matInput #message id=\"feedback-tool-message_textarea\" rows=\"4\" maxlength=\"1000\" \r\n [placeholder]=\"'armature.feedback-tool.message.placeholder'|translate\" aria-labelledby=\"feedback-tool-message_label\"></textarea>\r\n <mat-hint [align]=\"'end'\">{{message.value.length}}/1000</mat-hint>\r\n </mat-form-field>\r\n <div class=\"sr-only\" aria-live=\"assertive\">\r\n {{message.value.length === 1000 ? ('armature.feedback-tool.message.sr-only-max-char-limit'|translate):''}}\r\n </div>\r\n }\r\n }\r\n <div fxLayout=\"row\" fxLayoutGap=\"16px\">\r\n @if (!isSubmitted) {\r\n <button (click)=\"closeFeedbackTool()\" \r\n fxHide fxShow.gt-xs mat-stroked-button class=\"sof-stroked-button m-l-auto\" size=\"small\" color=\"neutral\">\r\n {{'armature.feedback-tool.buttons.close'|translate}}\r\n </button>\r\n @if (hasFeedback) {\r\n <button (click)=\"submitFeedback()\" mat-flat-button class=\"sof-flat-button full-width-mobile\" size=\"small\" color=\"neutral\">\r\n {{'armature.feedback-tool.buttons.submit'|translate}}\r\n </button>\r\n }\r\n } @else {\r\n <button (click)=\"closeFeedbackTool()\" \r\n mat-flat-button class=\"sof-flat-button m-l-auto full-width-mobile\" size=\"small\" color=\"neutral\">\r\n {{'armature.feedback-tool.buttons.got-it'|translate}}\r\n </button>\r\n }\r\n </div>\r\n </div>\r\n</div>\r\n<div fxHide fxShow.lt-sm class=\"mobile-space\"></div>", styles: [":root{--primary-color-50-parts: #edf4ff;--primary-color-100-parts: #b9d4fc;--primary-color-200-parts: #8ab7fb;--primary-color-300-parts: #5b9af9;--primary-color-400-parts: #3784f7;--primary-color-500-parts: #146ef6;--primary-color-600-parts: #1266f5;--primary-color-700-parts: #0e5bf3;--primary-color-800-parts: #0b51f2;--primary-color-900-parts: #063fef;--primary-color-A100-parts: #ffffff;--primary-color-A200-parts: #e4e9ff;--primary-color-A400-parts: #b1c0ff;--primary-color-A700-parts: #97acff;--primary-color-contrast-50-parts: rgba(0, 0, 0, .87);--primary-color-contrast-100-parts: rgba(0, 0, 0, .87);--primary-color-contrast-200-parts: rgba(0, 0, 0, .87);--primary-color-contrast-300-parts: rgba(0, 0, 0, .87);--primary-color-contrast-400-parts: rgba(255, 255, 255, 1);--primary-color-contrast-500-parts: rgba(255, 255, 255, 1);--primary-color-contrast-600-parts: rgba(255, 255, 255, 1);--primary-color-contrast-700-parts: rgba(255, 255, 255, 1);--primary-color-contrast-800-parts: rgba(255, 255, 255, 1);--primary-color-contrast-900-parts: rgba(255, 255, 255, 1);--primary-color-contrast-A100-parts: rgba(0, 0, 0, .87);--primary-color-contrast-A200-parts: rgba(0, 0, 0, .87);--primary-color-contrast-A400-parts: rgba(0, 0, 0, .87);--primary-color-contrast-A700-parts: rgba(0, 0, 0, .87);--primary-color-50-parts-rgb: 237, 244, 255;--primary-color-100-parts-rgb: 185, 212, 252;--primary-color-200-parts-rgb: 138, 183, 251;--primary-color-300-parts-rgb: 91, 154, 249;--primary-color-400-parts-rgb: 55, 132, 247;--primary-color-500-parts-rgb: 20, 110, 246;--primary-color-600-parts-rgb: 18, 102, 245;--primary-color-700-parts-rgb: 14, 91, 243;--primary-color-800-parts-rgb: 11, 81, 242;--primary-color-900-parts-rgb: 6, 63, 239;--primary-color-A100-parts-rgb: 255, 255, 255;--primary-color-A200-parts-rgb: 228, 233, 255;--primary-color-A400-parts-rgb: 177, 192, 255;--primary-color-A700-parts-rgb: 151, 172, 255;--accent-color-50-parts: #e0f2f1;--accent-color-100-parts: #b2dfdb;--accent-color-200-parts: #80cbc4;--accent-color-300-parts: #4db6ac;--accent-color-400-parts: #26a69a;--accent-color-500-parts: #009688;--accent-color-600-parts: #00897b;--accent-color-700-parts: #00796b;--accent-color-800-parts: #00695c;--accent-color-900-parts: #004d40;--accent-color-A100-parts: #a7ffeb;--accent-color-A200-parts: #64ffda;--accent-color-A400-parts: #1de9b6;--accent-color-A700-parts: #00bfa5;--accent-color-contrast-50-parts: #000000;--accent-color-contrast-100-parts: #000000;--accent-color-contrast-200-parts: #000000;--accent-color-contrast-300-parts: #000000;--accent-color-contrast-400-parts: #000000;--accent-color-contrast-500-parts: #ffffff;--accent-color-contrast-600-parts: #ffffff;--accent-color-contrast-700-parts: #ffffff;--accent-color-contrast-800-parts: #ffffff;--accent-color-contrast-900-parts: #ffffff;--accent-color-contrast-A100-parts: #000000;--accent-color-contrast-A200-parts: #000000;--accent-color-contrast-A400-parts: #000000;--accent-color-contrast-A700-parts: #000000;--accent-color-50-parts-rgb: 224, 242, 241;--accent-color-100-parts-rgb: 178, 223, 219;--accent-color-200-parts-rgb: 128, 203, 196;--accent-color-300-parts-rgb: 77, 182, 172;--accent-color-400-parts-rgb: 38, 166, 154;--accent-color-500-parts-rgb: 0, 150, 136;--accent-color-600-parts-rgb: 0, 137, 123;--accent-color-700-parts-rgb: 0, 121, 107;--accent-color-800-parts-rgb: 0, 105, 92;--accent-color-900-parts-rgb: 0, 77, 64;--accent-color-A100-parts-rgb: 167, 255, 235;--accent-color-A200-parts-rgb: 100, 255, 218;--accent-color-A400-parts-rgb: 29, 233, 182;--accent-color-A700-parts-rgb: 0, 191, 165;--warn-color-50-parts: #fdf3e7;--warn-color-100-parts: #fbe1c3;--warn-color-200-parts: #f9ce9c;--warn-color-300-parts: #f6ba74;--warn-color-400-parts: #f4ab56;--warn-color-500-parts: #f29c38;--warn-color-600-parts: #f09432;--warn-color-700-parts: #ee8a2b;--warn-color-800-parts: #ec8024;--warn-color-900-parts: #e86e17;--warn-color-A100-parts: #ffffff;--warn-color-A200-parts: #fff0e6;--warn-color-A400-parts: #ffd0b3;--warn-color-A700-parts: #ffc19a;--warn-color-contrast-50-parts: rgba(0, 0, 0, .87);--warn-color-contrast-100-parts: rgba(0, 0, 0, .87);--warn-color-contrast-200-parts: rgba(0, 0, 0, .87);--warn-color-contrast-300-parts: rgba(0, 0, 0, .87);--warn-color-contrast-400-parts: rgba(0, 0, 0, .87);--warn-color-contrast-500-parts: rgba(0, 0, 0, .87);--warn-color-contrast-600-parts: rgba(0, 0, 0, .87);--warn-color-contrast-700-parts: rgba(0, 0, 0, .87);--warn-color-contrast-800-parts: rgba(0, 0, 0, .87);--warn-color-contrast-900-parts: rgba(0, 0, 0, .87);--warn-color-contrast-A100-parts: rgba(0, 0, 0, .87);--warn-color-contrast-A200-parts: rgba(0, 0, 0, .87);--warn-color-contrast-A400-parts: rgba(0, 0, 0, .87);--warn-color-contrast-A700-parts: rgba(0, 0, 0, .87);--warn-color-50-parts-rgb: 253, 243, 231;--warn-color-100-parts-rgb: 251, 225, 195;--warn-color-200-parts-rgb: 249, 206, 156;--warn-color-300-parts-rgb: 246, 186, 116;--warn-color-400-parts-rgb: 244, 171, 86;--warn-color-500-parts-rgb: 242, 156, 56;--warn-color-600-parts-rgb: 240, 148, 50;--warn-color-700-parts-rgb: 238, 138, 43;--warn-color-800-parts-rgb: 236, 128, 36;--warn-color-900-parts-rgb: 232, 110, 23;--warn-color-A100-parts-rgb: 255, 255, 255;--warn-color-A200-parts-rgb: 255, 240, 230;--warn-color-A400-parts-rgb: 255, 208, 179;--warn-color-A700-parts-rgb: 255, 193, 154;--info-color-50-parts: #e7f3fb;--info-color-100-parts: #c2e0f4;--info-color-200-parts: #9acced;--info-color-300-parts: #71b7e6;--info-color-400-parts: #52a7e0;--info-color-500-parts: #3498db;--info-color-600-parts: #2f90d7;--info-color-700-parts: #2785d2;--info-color-800-parts: #217bcd;--info-color-900-parts: #156ac4;--info-color-A100-parts: #f5f9ff;--info-color-A200-parts: #c2ddff;--info-color-A400-parts: #8fc1ff;--info-color-A700-parts: #75b3ff;--info-color-contrast-50-parts: rgba(0, 0, 0, .87);--info-color-contrast-100-parts: rgba(0, 0, 0, .87);--info-color-contrast-200-parts: rgba(0, 0, 0, .87);--info-color-contrast-300-parts: rgba(0, 0, 0, .87);--info-color-contrast-400-parts: rgba(255, 255, 255, 1);--info-color-contrast-500-parts: rgba(255, 255, 255, 1);--info-color-contrast-600-parts: rgba(255, 255, 255, 1);--info-color-contrast-700-parts: rgba(255, 255, 255, 1);--info-color-contrast-800-parts: rgba(255, 255, 255, 1);--info-color-contrast-900-parts: rgba(255, 255, 255, 1);--info-color-contrast-A100-parts: rgba(0, 0, 0, .87);--info-color-contrast-A200-parts: rgba(0, 0, 0, .87);--info-color-contrast-A400-parts: rgba(0, 0, 0, .87);--info-color-contrast-A700-parts: rgba(0, 0, 0, .87);--info-color-50-parts-rgb: 231, 243, 251;--info-color-100-parts-rgb: 194, 224, 244;--info-color-200-parts-rgb: 154, 204, 237;--info-color-300-parts-rgb: 113, 183, 230;--info-color-400-parts-rgb: 82, 167, 224;--info-color-500-parts-rgb: 52, 152, 219;--info-color-600-parts-rgb: 47, 144, 215;--info-color-700-parts-rgb: 39, 133, 210;--info-color-800-parts-rgb: 33, 123, 205;--info-color-900-parts-rgb: 21, 106, 196;--info-color-A100-parts-rgb: 245, 249, 255;--info-color-A200-parts-rgb: 194, 221, 255;--info-color-A400-parts-rgb: 143, 193, 255;--info-color-A700-parts-rgb: 117, 179, 255;--success-color-50-parts: #edf5eb;--success-color-100-parts: #d1e6ce;--success-color-200-parts: #b3d6ae;--success-color-300-parts: #95c58d;--success-color-400-parts: #7eb874;--success-color-500-parts: #67ac5c;--success-color-600-parts: #5fa554;--success-color-700-parts: #549b4a;--success-color-800-parts: #4a9241;--success-color-900-parts: #398230;--success-color-A100-parts: #d0ffcb;--success-color-A200-parts: #a2ff98;--success-color-A400-parts: #74ff65;--success-color-A700-parts: #5dff4c;--success-color-contrast-50-parts: rgba(0, 0, 0, .87);--success-color-contrast-100-parts: rgba(0, 0, 0, .87);--success-color-contrast-200-parts: rgba(0, 0, 0, .87);--success-color-contrast-300-parts: rgba(0, 0, 0, .87);--success-color-contrast-400-parts: rgba(0, 0, 0, .87);--success-color-contrast-500-parts: rgba(0, 0, 0, .87);--success-color-contrast-600-parts: rgba(0, 0, 0, .87);--success-color-contrast-700-parts: rgba(255, 255, 255, 1);--success-color-contrast-800-parts: rgba(255, 255, 255, 1);--success-color-contrast-900-parts: rgba(255, 255, 255, 1);--success-color-contrast-A100-parts: rgba(0, 0, 0, .87);--success-color-contrast-A200-parts: rgba(0, 0, 0, .87);--success-color-contrast-A400-parts: rgba(0, 0, 0, .87);--success-color-contrast-A700-parts: rgba(0, 0, 0, .87);--success-color-50-parts-rgb: 237, 245, 235;--success-color-100-parts-rgb: 209, 230, 206;--success-color-200-parts-rgb: 179, 214, 174;--success-color-300-parts-rgb: 149, 197, 141;--success-color-400-parts-rgb: 126, 184, 116;--success-color-500-parts-rgb: 103, 172, 92;--success-color-600-parts-rgb: 95, 165, 84;--success-color-700-parts-rgb: 84, 155, 74;--success-color-800-parts-rgb: 74, 146, 65;--success-color-900-parts-rgb: 57, 130, 48;--success-color-A100-parts-rgb: 208, 255, 203;--success-color-A200-parts-rgb: 162, 255, 152;--success-color-A400-parts-rgb: 116, 255, 101;--success-color-A700-parts-rgb: 93, 255, 76;--error-color-50-parts: #fceae8;--error-color-100-parts: #f8c9c5;--error-color-200-parts: #f3a69e;--error-color-300-parts: #ee8277;--error-color-400-parts: #eb6759;--error-color-500-parts: #e74c3c;--error-color-600-parts: #e44536;--error-color-700-parts: #e03c2e;--error-color-800-parts: #dd3327;--error-color-900-parts: #d7241a;--error-color-A100-parts: #ffffff;--error-color-A200-parts: #ffd9d7;--error-color-A400-parts: #ffa8a4;--error-color-A700-parts: #ff8f8b;--error-color-contrast-50-parts: rgba(0, 0, 0, .87);--error-color-contrast-100-parts: rgba(0, 0, 0, .87);--error-color-contrast-200-parts: rgba(0, 0, 0, .87);--error-color-contrast-300-parts: rgba(0, 0, 0, .87);--error-color-contrast-400-parts: rgba(0, 0, 0, .87);--error-color-contrast-500-parts: rgba(255, 255, 255, 1);--error-color-contrast-600-parts: rgba(255, 255, 255, 1);--error-color-contrast-700-parts: rgba(255, 255, 255, 1);--error-color-contrast-800-parts: rgba(255, 255, 255, 1);--error-color-contrast-900-parts: rgba(255, 255, 255, 1);--error-color-contrast-A100-parts: rgba(0, 0, 0, .87);--error-color-contrast-A200-parts: rgba(0, 0, 0, .87);--error-color-contrast-A400-parts: rgba(0, 0, 0, .87);--error-color-contrast-A700-parts: rgba(0, 0, 0, .87);--error-color-50-parts-rgb: 252, 234, 232;--error-color-100-parts-rgb: 248, 201, 197;--error-color-200-parts-rgb: 248, 201, 197;--error-color-300-parts-rgb: 238, 130, 119;--error-color-400-parts-rgb: 235, 103, 89;--error-color-500-parts-rgb: 231, 76, 60;--error-color-600-parts-rgb: 228, 69, 54;--error-color-700-parts-rgb: 224, 60, 46;--error-color-800-parts-rgb: 221, 51, 39;--error-color-900-parts-rgb: 215, 36, 26;--error-color-A100-parts-rgb: 255, 255, 255;--error-color-A200-parts-rgb: 255, 217, 215;--error-color-A400-parts-rgb: 255, 168, 164;--error-color-A700-parts-rgb: 255, 143, 139;--neutral-color-50-parts: #e9e9e9;--neutral-color-100-parts: #dddddd;--neutral-color-200-parts: #cccccc;--neutral-color-300-parts: #b0b0b0;--neutral-color-400-parts: #909090;--neutral-color-500-parts: #515151;--neutral-color-600-parts: #424242;--neutral-color-700-parts: #333333;--neutral-color-800-parts: #212121;--neutral-color-900-parts: #141414;--neutral-color-A100-parts: #ffffff;--neutral-color-A200-parts: #ffffff;--neutral-color-A400-parts: #ffffff;--neutral-color-A700-parts: #ffffff;--neutral-color-contrast-50-parts: rgba(0, 0, 0, .87);--neutral-color-contrast-100-parts: rgba(0, 0, 0, .87);--neutral-color-contrast-200-parts: rgba(0, 0, 0, .87);--neutral-color-contrast-300-parts: rgba(0, 0, 0, .87);--neutral-color-contrast-400-parts: rgba(0, 0, 0, .87);--neutral-color-contrast-500-parts: rgba(255, 255, 255, 1);--neutral-color-contrast-600-parts: rgba(255, 255, 255, 1);--neutral-color-contrast-700-parts: rgba(255, 255, 255, 1);--neutral-color-contrast-800-parts: rgba(255, 255, 255, 1);--neutral-color-contrast-900-parts: rgba(255, 255, 255, 1);--neutral-color-contrast-A100-parts: rgba(0, 0, 0, .87);--neutral-color-contrast-A200-parts: rgba(0, 0, 0, .87);--neutral-color-contrast-A400-parts: rgba(0, 0, 0, .87);--neutral-color-contrast-A700-parts: rgba(0, 0, 0, .87);--neutral-color-50-parts-rgb: 233, 233, 233;--neutral-color-100-parts-rgb: 221, 221, 221;--neutral-color-200-parts-rgb: 204, 204, 204;--neutral-color-300-parts-rgb: 176, 176, 176;--neutral-color-400-parts-rgb: 144, 144, 144;--neutral-color-500-parts-rgb: 81, 81, 81;--neutral-color-600-parts-rgb: 66, 66, 66;--neutral-color-700-parts-rgb: 51, 51, 51;--neutral-color-800-parts-rgb: 33, 33, 33;--neutral-color-900-parts-rgb: 20, 20, 20;--neutral-color-A100-parts-rgb: 255, 255, 255;--neutral-color-A200-parts-rgb: 255, 255, 255;--neutral-color-A400-parts-rgb: 255, 255, 255;--neutral-color-A700-parts-rgb: 255, 255, 255}.feedback-tool{background:var(--neutral-color-A100-parts);width:500px;position:fixed;bottom:2rem;right:2rem;border-radius:8px;box-shadow:0 0 10px 5px #51515140;z-index:1000}@media screen and (max-width: 600px){.feedback-tool{width:100%;bottom:0;right:0;left:0;border-radius:20px 20px 0 0;box-shadow:none;border:1px solid var(--neutral-color-50-parts)}.feedback-tool .full-width-mobile{width:100%!important}}.feedback-tool__heading{border-bottom:1px solid var(--neutral-color-50-parts)}.feedback-tool__heading__icon{color:var(--neutral-color-700-parts);font-size:18px}.feedback-tool__description{font-size:16px}.feedback-tool__message textarea{resize:none;caret-color:auto;scrollbar-width:8px}.feedback-tool__message textarea::-webkit-scrollbar{width:8px}.feedback-tool__message textarea::-webkit-scrollbar-track{box-shadow:inset 0 0 6px #0003;border-radius:6px}.feedback-tool__message textarea::-webkit-scrollbar-thumb{border-radius:6px;background:#0003}.feedback-tool__message mat-hint{color:#0009}.feedback-tool__message ::ng-deep .mat-mdc-text-field-wrapper{border-radius:6px;border:1px solid var(--neutral-color-100-parts)}.feedback-tool__message ::ng-deep .mat-mdc-text-field-wrapper.mdc-text-field{padding:0 10px}.feedback-tool__message ::ng-deep .mat-mdc-text-field-wrapper .mat-mdc-form-field-infix{--mat-form-field-container-vertical-padding: 10px}.feedback-tool__message ::ng-deep .mat-mdc-text-field-wrapper .mdc-line-ripple{display:none}.feedback-tool__message ::ng-deep .mat-mdc-text-field-wrapper .mat-mdc-form-field-focus-overlay{background-color:transparent}.feedback-tool__message ::ng-deep .mat-mdc-form-field-subscript-wrapper .mat-mdc-form-field-hint-wrapper{padding:0}.feedback-tool__message ::ng-deep .mat-mdc-form-field-subscript-wrapper .mat-mdc-form-field-hint-wrapper .mat-mdc-form-field-bottom-align:before{height:unset}.feedback-tool__message ::ng-deep .mdc-text-field--filled:not(.mdc-text-field--disabled){--mdc-filled-text-field-container-color: transparent}.mobile-space{background:transparent;pointer-events:none;height:60vh;width:100%}\n"], dependencies: [{ kind: "directive", type: i1.DefaultLayoutDirective, selector: " [fxLayout], [fxLayout.xs], [fxLayout.sm], [fxLayout.md], [fxLayout.lg], [fxLayout.xl], [fxLayout.lt-sm], [fxLayout.lt-md], [fxLayout.lt-lg], [fxLayout.lt-xl], [fxLayout.gt-xs], [fxLayout.gt-sm], [fxLayout.gt-md], [fxLayout.gt-lg]", inputs: ["fxLayout", "fxLayout.xs", "fxLayout.sm", "fxLayout.md", "fxLayout.lg", "fxLayout.xl", "fxLayout.lt-sm", "fxLayout.lt-md", "fxLayout.lt-lg", "fxLayout.lt-xl", "fxLayout.gt-xs", "fxLayout.gt-sm", "fxLayout.gt-md", "fxLayout.gt-lg"] }, { kind: "directive", type: i1.DefaultLayoutGapDirective, selector: " [fxLayoutGap], [fxLayoutGap.xs], [fxLayoutGap.sm], [fxLayoutGap.md], [fxLayoutGap.lg], [fxLayoutGap.xl], [fxLayoutGap.lt-sm], [fxLayoutGap.lt-md], [fxLayoutGap.lt-lg], [fxLayoutGap.lt-xl], [fxLayoutGap.gt-xs], [fxLayoutGap.gt-sm], [fxLayoutGap.gt-md], [fxLayoutGap.gt-lg]", inputs: ["fxLayoutGap", "fxLayoutGap.xs", "fxLayoutGap.sm", "fxLayoutGap.md", "fxLayoutGap.lg", "fxLayoutGap.xl", "fxLayoutGap.lt-sm", "fxLayoutGap.lt-md", "fxLayoutGap.lt-lg", "fxLayoutGap.lt-xl", "fxLayoutGap.gt-xs", "fxLayoutGap.gt-sm", "fxLayoutGap.gt-md", "fxLayoutGap.gt-lg"] }, { kind: "directive", type: i1.DefaultLayoutAlignDirective, selector: " [fxLayoutAlign], [fxLayoutAlign.xs], [fxLayoutAlign.sm], [fxLayoutAlign.md], [fxLayoutAlign.lg], [fxLayoutAlign.xl], [fxLayoutAlign.lt-sm], [fxLayoutAlign.lt-md], [fxLayoutAlign.lt-lg], [fxLayoutAlign.lt-xl], [fxLayoutAlign.gt-xs], [fxLayoutAlign.gt-sm], [fxLayoutAlign.gt-md], [fxLayoutAlign.gt-lg]", inputs: ["fxLayoutAlign", "fxLayoutAlign.xs", "fxLayoutAlign.sm", "fxLayoutAlign.md", "fxLayoutAlign.lg", "fxLayoutAlign.xl", "fxLayoutAlign.lt-sm", "fxLayoutAlign.lt-md", "fxLayoutAlign.lt-lg", "fxLayoutAlign.lt-xl", "fxLayoutAlign.gt-xs", "fxLayoutAlign.gt-sm", "fxLayoutAlign.gt-md", "fxLayoutAlign.gt-lg"] }, { kind: "directive", type: i2.DefaultShowHideDirective, selector: " [fxShow], [fxShow.print], [fxShow.xs], [fxShow.sm], [fxShow.md], [fxShow.lg], [fxShow.xl], [fxShow.lt-sm], [fxShow.lt-md], [fxShow.lt-lg], [fxShow.lt-xl], [fxShow.gt-xs], [fxShow.gt-sm], [fxShow.gt-md], [fxShow.gt-lg], [fxHide], [fxHide.print], [fxHide.xs], [fxHide.sm], [fxHide.md], [fxHide.lg], [fxHide.xl], [fxHide.lt-sm], [fxHide.lt-md], [fxHide.lt-lg], [fxHide.lt-xl], [fxHide.gt-xs], [fxHide.gt-sm], [fxHide.gt-md], [fxHide.gt-lg]", inputs: ["fxShow", "fxShow.print", "fxShow.xs", "fxShow.sm", "fxShow.md", "fxShow.lg", "fxShow.xl", "fxShow.lt-sm", "fxShow.lt-md", "fxShow.lt-lg", "fxShow.lt-xl", "fxShow.gt-xs", "fxShow.gt-sm", "fxShow.gt-md", "fxShow.gt-lg", "fxHide", "fxHide.print", "fxHide.xs", "fxHide.sm", "fxHide.md", "fxHide.lg", "fxHide.xl", "fxHide.lt-sm", "fxHide.lt-md", "fxHide.lt-lg", "fxHide.lt-xl", "fxHide.gt-xs", "fxHide.gt-sm", "fxHide.gt-md", "fxHide.gt-lg"] }, { kind: "component", type: i3.MatFormField, selector: "mat-form-field", inputs: ["hideRequiredMarker", "color", "floatLabel", "appearance", "subscriptSizing", "hintLabel"], exportAs: ["matFormField"] }, { kind: "directive", type: i3.MatHint, selector: "mat-hint", inputs: ["align", "id"] }, { kind: "directive", type: i4.MatInput, selector: "input[matInput], textarea[matInput], select[matNativeControl], input[matNativeControl], textarea[matNativeControl]", inputs: ["disabled", "id", "placeholder", "name", "required", "type", "errorStateMatcher", "aria-describedby", "value", "readonly"], exportAs: ["matInput"] }, { kind: "component", type: i5.MatButton, selector: " button[mat-button], button[mat-raised-button], button[mat-flat-button], button[mat-stroked-button] ", exportAs: ["matButton"] }, { kind: "pipe", type: i6.TranslatePipe, name: "translate" }] }); }
64
+ }
65
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.2", ngImport: i0, type: FeedbackToolComponent, decorators: [{
66
+ type: Component,
67
+ args: [{ selector: 'sof-ar-feedback-tool', template: "<div class=\"feedback-tool\" role=\"dialog\" aria-modal=\"true\" aria-labelledby=\"feedback-tool_label\" aria-describedby=\"feedback-tool_desc\">\r\n <div fxLayout=\"row\" fxLayoutAlign=\"start center\" class=\"feedback-tool__heading p-v-15 p-h-20\">\r\n <i class=\"fa-regular fa-{{headerIcon}} m-r-10 feedback-tool__heading__icon\" aria-hidden=\"true\"></i>\r\n <h4 id=\"feedback-tool_label\">{{'armature.feedback-tool.headings.'+headerTitle|translate}}</h4>\r\n <button (click)=\"closeFeedbackTool()\" fxHide fxShow.lt-sm mat-button class=\"sof-icon-button m-l-auto\" size=\"small\" color=\"neutral\" \r\n [attr.aria-label]=\"'armature.feedback-tool.buttons.close'|translate\">\r\n <i class=\"fa-regular fa-xmark\" aria-hidden=\"true\"></i>\r\n </button>\r\n </div>\r\n <div fxLayout=\"column\" fxLayoutGap=\"20px\" p-a-20>\r\n <p id=\"feedback-tool_desc\" class=\"feedback-tool__description m-t-0\">{{'armature.feedback-tool.descriptions.'+description|translate}}</p>\r\n @if (!isSubmitted) {\r\n @if (!hasFeedback) {\r\n <div fxLayout=\"row\" fxLayoutGap=\"8px\" fxLayoutAlign=\"center center\" p-v-20>\r\n <button (click)=\"giveFeedback(true)\" mat-stroked-button class=\"sof-stroked-icon-button\" size=\"small\" color=\"neutral\" \r\n [attr.aria-label]=\"'armature.feedback-tool.buttons.thumbs-up'|translate\">\r\n <i class=\"fa-regular fa-thumbs-up\" aria-hidden=\"true\"></i>\r\n </button>\r\n <button (click)=\"giveFeedback(false)\" mat-stroked-button class=\"sof-stroked-icon-button\" size=\"small\" color=\"neutral\" \r\n [attr.aria-label]=\"'armature.feedback-tool.buttons.thumbs-down'|translate\">\r\n <i class=\"fa-regular fa-thumbs-down\" aria-hidden=\"true\"></i>\r\n </button>\r\n </div>\r\n } @else {\r\n <mat-form-field class=\"feedback-tool__message\">\r\n <label for=\"feedback-tool-message_textarea\" id=\"feedback-tool-message_label\" class=\"sr-only\">\r\n {{'armature.feedback-tool.message.sr-only-label'|translate}}\r\n </label>\r\n <textarea matInput #message id=\"feedback-tool-message_textarea\" rows=\"4\" maxlength=\"1000\" \r\n [placeholder]=\"'armature.feedback-tool.message.placeholder'|translate\" aria-labelledby=\"feedback-tool-message_label\"></textarea>\r\n <mat-hint [align]=\"'end'\">{{message.value.length}}/1000</mat-hint>\r\n </mat-form-field>\r\n <div class=\"sr-only\" aria-live=\"assertive\">\r\n {{message.value.length === 1000 ? ('armature.feedback-tool.message.sr-only-max-char-limit'|translate):''}}\r\n </div>\r\n }\r\n }\r\n <div fxLayout=\"row\" fxLayoutGap=\"16px\">\r\n @if (!isSubmitted) {\r\n <button (click)=\"closeFeedbackTool()\" \r\n fxHide fxShow.gt-xs mat-stroked-button class=\"sof-stroked-button m-l-auto\" size=\"small\" color=\"neutral\">\r\n {{'armature.feedback-tool.buttons.close'|translate}}\r\n </button>\r\n @if (hasFeedback) {\r\n <button (click)=\"submitFeedback()\" mat-flat-button class=\"sof-flat-button full-width-mobile\" size=\"small\" color=\"neutral\">\r\n {{'armature.feedback-tool.buttons.submit'|translate}}\r\n </button>\r\n }\r\n } @else {\r\n <button (click)=\"closeFeedbackTool()\" \r\n mat-flat-button class=\"sof-flat-button m-l-auto full-width-mobile\" size=\"small\" color=\"neutral\">\r\n {{'armature.feedback-tool.buttons.got-it'|translate}}\r\n </button>\r\n }\r\n </div>\r\n </div>\r\n</div>\r\n<div fxHide fxShow.lt-sm class=\"mobile-space\"></div>", styles: [":root{--primary-color-50-parts: #edf4ff;--primary-color-100-parts: #b9d4fc;--primary-color-200-parts: #8ab7fb;--primary-color-300-parts: #5b9af9;--primary-color-400-parts: #3784f7;--primary-color-500-parts: #146ef6;--primary-color-600-parts: #1266f5;--primary-color-700-parts: #0e5bf3;--primary-color-800-parts: #0b51f2;--primary-color-900-parts: #063fef;--primary-color-A100-parts: #ffffff;--primary-color-A200-parts: #e4e9ff;--primary-color-A400-parts: #b1c0ff;--primary-color-A700-parts: #97acff;--primary-color-contrast-50-parts: rgba(0, 0, 0, .87);--primary-color-contrast-100-parts: rgba(0, 0, 0, .87);--primary-color-contrast-200-parts: rgba(0, 0, 0, .87);--primary-color-contrast-300-parts: rgba(0, 0, 0, .87);--primary-color-contrast-400-parts: rgba(255, 255, 255, 1);--primary-color-contrast-500-parts: rgba(255, 255, 255, 1);--primary-color-contrast-600-parts: rgba(255, 255, 255, 1);--primary-color-contrast-700-parts: rgba(255, 255, 255, 1);--primary-color-contrast-800-parts: rgba(255, 255, 255, 1);--primary-color-contrast-900-parts: rgba(255, 255, 255, 1);--primary-color-contrast-A100-parts: rgba(0, 0, 0, .87);--primary-color-contrast-A200-parts: rgba(0, 0, 0, .87);--primary-color-contrast-A400-parts: rgba(0, 0, 0, .87);--primary-color-contrast-A700-parts: rgba(0, 0, 0, .87);--primary-color-50-parts-rgb: 237, 244, 255;--primary-color-100-parts-rgb: 185, 212, 252;--primary-color-200-parts-rgb: 138, 183, 251;--primary-color-300-parts-rgb: 91, 154, 249;--primary-color-400-parts-rgb: 55, 132, 247;--primary-color-500-parts-rgb: 20, 110, 246;--primary-color-600-parts-rgb: 18, 102, 245;--primary-color-700-parts-rgb: 14, 91, 243;--primary-color-800-parts-rgb: 11, 81, 242;--primary-color-900-parts-rgb: 6, 63, 239;--primary-color-A100-parts-rgb: 255, 255, 255;--primary-color-A200-parts-rgb: 228, 233, 255;--primary-color-A400-parts-rgb: 177, 192, 255;--primary-color-A700-parts-rgb: 151, 172, 255;--accent-color-50-parts: #e0f2f1;--accent-color-100-parts: #b2dfdb;--accent-color-200-parts: #80cbc4;--accent-color-300-parts: #4db6ac;--accent-color-400-parts: #26a69a;--accent-color-500-parts: #009688;--accent-color-600-parts: #00897b;--accent-color-700-parts: #00796b;--accent-color-800-parts: #00695c;--accent-color-900-parts: #004d40;--accent-color-A100-parts: #a7ffeb;--accent-color-A200-parts: #64ffda;--accent-color-A400-parts: #1de9b6;--accent-color-A700-parts: #00bfa5;--accent-color-contrast-50-parts: #000000;--accent-color-contrast-100-parts: #000000;--accent-color-contrast-200-parts: #000000;--accent-color-contrast-300-parts: #000000;--accent-color-contrast-400-parts: #000000;--accent-color-contrast-500-parts: #ffffff;--accent-color-contrast-600-parts: #ffffff;--accent-color-contrast-700-parts: #ffffff;--accent-color-contrast-800-parts: #ffffff;--accent-color-contrast-900-parts: #ffffff;--accent-color-contrast-A100-parts: #000000;--accent-color-contrast-A200-parts: #000000;--accent-color-contrast-A400-parts: #000000;--accent-color-contrast-A700-parts: #000000;--accent-color-50-parts-rgb: 224, 242, 241;--accent-color-100-parts-rgb: 178, 223, 219;--accent-color-200-parts-rgb: 128, 203, 196;--accent-color-300-parts-rgb: 77, 182, 172;--accent-color-400-parts-rgb: 38, 166, 154;--accent-color-500-parts-rgb: 0, 150, 136;--accent-color-600-parts-rgb: 0, 137, 123;--accent-color-700-parts-rgb: 0, 121, 107;--accent-color-800-parts-rgb: 0, 105, 92;--accent-color-900-parts-rgb: 0, 77, 64;--accent-color-A100-parts-rgb: 167, 255, 235;--accent-color-A200-parts-rgb: 100, 255, 218;--accent-color-A400-parts-rgb: 29, 233, 182;--accent-color-A700-parts-rgb: 0, 191, 165;--warn-color-50-parts: #fdf3e7;--warn-color-100-parts: #fbe1c3;--warn-color-200-parts: #f9ce9c;--warn-color-300-parts: #f6ba74;--warn-color-400-parts: #f4ab56;--warn-color-500-parts: #f29c38;--warn-color-600-parts: #f09432;--warn-color-700-parts: #ee8a2b;--warn-color-800-parts: #ec8024;--warn-color-900-parts: #e86e17;--warn-color-A100-parts: #ffffff;--warn-color-A200-parts: #fff0e6;--warn-color-A400-parts: #ffd0b3;--warn-color-A700-parts: #ffc19a;--warn-color-contrast-50-parts: rgba(0, 0, 0, .87);--warn-color-contrast-100-parts: rgba(0, 0, 0, .87);--warn-color-contrast-200-parts: rgba(0, 0, 0, .87);--warn-color-contrast-300-parts: rgba(0, 0, 0, .87);--warn-color-contrast-400-parts: rgba(0, 0, 0, .87);--warn-color-contrast-500-parts: rgba(0, 0, 0, .87);--warn-color-contrast-600-parts: rgba(0, 0, 0, .87);--warn-color-contrast-700-parts: rgba(0, 0, 0, .87);--warn-color-contrast-800-parts: rgba(0, 0, 0, .87);--warn-color-contrast-900-parts: rgba(0, 0, 0, .87);--warn-color-contrast-A100-parts: rgba(0, 0, 0, .87);--warn-color-contrast-A200-parts: rgba(0, 0, 0, .87);--warn-color-contrast-A400-parts: rgba(0, 0, 0, .87);--warn-color-contrast-A700-parts: rgba(0, 0, 0, .87);--warn-color-50-parts-rgb: 253, 243, 231;--warn-color-100-parts-rgb: 251, 225, 195;--warn-color-200-parts-rgb: 249, 206, 156;--warn-color-300-parts-rgb: 246, 186, 116;--warn-color-400-parts-rgb: 244, 171, 86;--warn-color-500-parts-rgb: 242, 156, 56;--warn-color-600-parts-rgb: 240, 148, 50;--warn-color-700-parts-rgb: 238, 138, 43;--warn-color-800-parts-rgb: 236, 128, 36;--warn-color-900-parts-rgb: 232, 110, 23;--warn-color-A100-parts-rgb: 255, 255, 255;--warn-color-A200-parts-rgb: 255, 240, 230;--warn-color-A400-parts-rgb: 255, 208, 179;--warn-color-A700-parts-rgb: 255, 193, 154;--info-color-50-parts: #e7f3fb;--info-color-100-parts: #c2e0f4;--info-color-200-parts: #9acced;--info-color-300-parts: #71b7e6;--info-color-400-parts: #52a7e0;--info-color-500-parts: #3498db;--info-color-600-parts: #2f90d7;--info-color-700-parts: #2785d2;--info-color-800-parts: #217bcd;--info-color-900-parts: #156ac4;--info-color-A100-parts: #f5f9ff;--info-color-A200-parts: #c2ddff;--info-color-A400-parts: #8fc1ff;--info-color-A700-parts: #75b3ff;--info-color-contrast-50-parts: rgba(0, 0, 0, .87);--info-color-contrast-100-parts: rgba(0, 0, 0, .87);--info-color-contrast-200-parts: rgba(0, 0, 0, .87);--info-color-contrast-300-parts: rgba(0, 0, 0, .87);--info-color-contrast-400-parts: rgba(255, 255, 255, 1);--info-color-contrast-500-parts: rgba(255, 255, 255, 1);--info-color-contrast-600-parts: rgba(255, 255, 255, 1);--info-color-contrast-700-parts: rgba(255, 255, 255, 1);--info-color-contrast-800-parts: rgba(255, 255, 255, 1);--info-color-contrast-900-parts: rgba(255, 255, 255, 1);--info-color-contrast-A100-parts: rgba(0, 0, 0, .87);--info-color-contrast-A200-parts: rgba(0, 0, 0, .87);--info-color-contrast-A400-parts: rgba(0, 0, 0, .87);--info-color-contrast-A700-parts: rgba(0, 0, 0, .87);--info-color-50-parts-rgb: 231, 243, 251;--info-color-100-parts-rgb: 194, 224, 244;--info-color-200-parts-rgb: 154, 204, 237;--info-color-300-parts-rgb: 113, 183, 230;--info-color-400-parts-rgb: 82, 167, 224;--info-color-500-parts-rgb: 52, 152, 219;--info-color-600-parts-rgb: 47, 144, 215;--info-color-700-parts-rgb: 39, 133, 210;--info-color-800-parts-rgb: 33, 123, 205;--info-color-900-parts-rgb: 21, 106, 196;--info-color-A100-parts-rgb: 245, 249, 255;--info-color-A200-parts-rgb: 194, 221, 255;--info-color-A400-parts-rgb: 143, 193, 255;--info-color-A700-parts-rgb: 117, 179, 255;--success-color-50-parts: #edf5eb;--success-color-100-parts: #d1e6ce;--success-color-200-parts: #b3d6ae;--success-color-300-parts: #95c58d;--success-color-400-parts: #7eb874;--success-color-500-parts: #67ac5c;--success-color-600-parts: #5fa554;--success-color-700-parts: #549b4a;--success-color-800-parts: #4a9241;--success-color-900-parts: #398230;--success-color-A100-parts: #d0ffcb;--success-color-A200-parts: #a2ff98;--success-color-A400-parts: #74ff65;--success-color-A700-parts: #5dff4c;--success-color-contrast-50-parts: rgba(0, 0, 0, .87);--success-color-contrast-100-parts: rgba(0, 0, 0, .87);--success-color-contrast-200-parts: rgba(0, 0, 0, .87);--success-color-contrast-300-parts: rgba(0, 0, 0, .87);--success-color-contrast-400-parts: rgba(0, 0, 0, .87);--success-color-contrast-500-parts: rgba(0, 0, 0, .87);--success-color-contrast-600-parts: rgba(0, 0, 0, .87);--success-color-contrast-700-parts: rgba(255, 255, 255, 1);--success-color-contrast-800-parts: rgba(255, 255, 255, 1);--success-color-contrast-900-parts: rgba(255, 255, 255, 1);--success-color-contrast-A100-parts: rgba(0, 0, 0, .87);--success-color-contrast-A200-parts: rgba(0, 0, 0, .87);--success-color-contrast-A400-parts: rgba(0, 0, 0, .87);--success-color-contrast-A700-parts: rgba(0, 0, 0, .87);--success-color-50-parts-rgb: 237, 245, 235;--success-color-100-parts-rgb: 209, 230, 206;--success-color-200-parts-rgb: 179, 214, 174;--success-color-300-parts-rgb: 149, 197, 141;--success-color-400-parts-rgb: 126, 184, 116;--success-color-500-parts-rgb: 103, 172, 92;--success-color-600-parts-rgb: 95, 165, 84;--success-color-700-parts-rgb: 84, 155, 74;--success-color-800-parts-rgb: 74, 146, 65;--success-color-900-parts-rgb: 57, 130, 48;--success-color-A100-parts-rgb: 208, 255, 203;--success-color-A200-parts-rgb: 162, 255, 152;--success-color-A400-parts-rgb: 116, 255, 101;--success-color-A700-parts-rgb: 93, 255, 76;--error-color-50-parts: #fceae8;--error-color-100-parts: #f8c9c5;--error-color-200-parts: #f3a69e;--error-color-300-parts: #ee8277;--error-color-400-parts: #eb6759;--error-color-500-parts: #e74c3c;--error-color-600-parts: #e44536;--error-color-700-parts: #e03c2e;--error-color-800-parts: #dd3327;--error-color-900-parts: #d7241a;--error-color-A100-parts: #ffffff;--error-color-A200-parts: #ffd9d7;--error-color-A400-parts: #ffa8a4;--error-color-A700-parts: #ff8f8b;--error-color-contrast-50-parts: rgba(0, 0, 0, .87);--error-color-contrast-100-parts: rgba(0, 0, 0, .87);--error-color-contrast-200-parts: rgba(0, 0, 0, .87);--error-color-contrast-300-parts: rgba(0, 0, 0, .87);--error-color-contrast-400-parts: rgba(0, 0, 0, .87);--error-color-contrast-500-parts: rgba(255, 255, 255, 1);--error-color-contrast-600-parts: rgba(255, 255, 255, 1);--error-color-contrast-700-parts: rgba(255, 255, 255, 1);--error-color-contrast-800-parts: rgba(255, 255, 255, 1);--error-color-contrast-900-parts: rgba(255, 255, 255, 1);--error-color-contrast-A100-parts: rgba(0, 0, 0, .87);--error-color-contrast-A200-parts: rgba(0, 0, 0, .87);--error-color-contrast-A400-parts: rgba(0, 0, 0, .87);--error-color-contrast-A700-parts: rgba(0, 0, 0, .87);--error-color-50-parts-rgb: 252, 234, 232;--error-color-100-parts-rgb: 248, 201, 197;--error-color-200-parts-rgb: 248, 201, 197;--error-color-300-parts-rgb: 238, 130, 119;--error-color-400-parts-rgb: 235, 103, 89;--error-color-500-parts-rgb: 231, 76, 60;--error-color-600-parts-rgb: 228, 69, 54;--error-color-700-parts-rgb: 224, 60, 46;--error-color-800-parts-rgb: 221, 51, 39;--error-color-900-parts-rgb: 215, 36, 26;--error-color-A100-parts-rgb: 255, 255, 255;--error-color-A200-parts-rgb: 255, 217, 215;--error-color-A400-parts-rgb: 255, 168, 164;--error-color-A700-parts-rgb: 255, 143, 139;--neutral-color-50-parts: #e9e9e9;--neutral-color-100-parts: #dddddd;--neutral-color-200-parts: #cccccc;--neutral-color-300-parts: #b0b0b0;--neutral-color-400-parts: #909090;--neutral-color-500-parts: #515151;--neutral-color-600-parts: #424242;--neutral-color-700-parts: #333333;--neutral-color-800-parts: #212121;--neutral-color-900-parts: #141414;--neutral-color-A100-parts: #ffffff;--neutral-color-A200-parts: #ffffff;--neutral-color-A400-parts: #ffffff;--neutral-color-A700-parts: #ffffff;--neutral-color-contrast-50-parts: rgba(0, 0, 0, .87);--neutral-color-contrast-100-parts: rgba(0, 0, 0, .87);--neutral-color-contrast-200-parts: rgba(0, 0, 0, .87);--neutral-color-contrast-300-parts: rgba(0, 0, 0, .87);--neutral-color-contrast-400-parts: rgba(0, 0, 0, .87);--neutral-color-contrast-500-parts: rgba(255, 255, 255, 1);--neutral-color-contrast-600-parts: rgba(255, 255, 255, 1);--neutral-color-contrast-700-parts: rgba(255, 255, 255, 1);--neutral-color-contrast-800-parts: rgba(255, 255, 255, 1);--neutral-color-contrast-900-parts: rgba(255, 255, 255, 1);--neutral-color-contrast-A100-parts: rgba(0, 0, 0, .87);--neutral-color-contrast-A200-parts: rgba(0, 0, 0, .87);--neutral-color-contrast-A400-parts: rgba(0, 0, 0, .87);--neutral-color-contrast-A700-parts: rgba(0, 0, 0, .87);--neutral-color-50-parts-rgb: 233, 233, 233;--neutral-color-100-parts-rgb: 221, 221, 221;--neutral-color-200-parts-rgb: 204, 204, 204;--neutral-color-300-parts-rgb: 176, 176, 176;--neutral-color-400-parts-rgb: 144, 144, 144;--neutral-color-500-parts-rgb: 81, 81, 81;--neutral-color-600-parts-rgb: 66, 66, 66;--neutral-color-700-parts-rgb: 51, 51, 51;--neutral-color-800-parts-rgb: 33, 33, 33;--neutral-color-900-parts-rgb: 20, 20, 20;--neutral-color-A100-parts-rgb: 255, 255, 255;--neutral-color-A200-parts-rgb: 255, 255, 255;--neutral-color-A400-parts-rgb: 255, 255, 255;--neutral-color-A700-parts-rgb: 255, 255, 255}.feedback-tool{background:var(--neutral-color-A100-parts);width:500px;position:fixed;bottom:2rem;right:2rem;border-radius:8px;box-shadow:0 0 10px 5px #51515140;z-index:1000}@media screen and (max-width: 600px){.feedback-tool{width:100%;bottom:0;right:0;left:0;border-radius:20px 20px 0 0;box-shadow:none;border:1px solid var(--neutral-color-50-parts)}.feedback-tool .full-width-mobile{width:100%!important}}.feedback-tool__heading{border-bottom:1px solid var(--neutral-color-50-parts)}.feedback-tool__heading__icon{color:var(--neutral-color-700-parts);font-size:18px}.feedback-tool__description{font-size:16px}.feedback-tool__message textarea{resize:none;caret-color:auto;scrollbar-width:8px}.feedback-tool__message textarea::-webkit-scrollbar{width:8px}.feedback-tool__message textarea::-webkit-scrollbar-track{box-shadow:inset 0 0 6px #0003;border-radius:6px}.feedback-tool__message textarea::-webkit-scrollbar-thumb{border-radius:6px;background:#0003}.feedback-tool__message mat-hint{color:#0009}.feedback-tool__message ::ng-deep .mat-mdc-text-field-wrapper{border-radius:6px;border:1px solid var(--neutral-color-100-parts)}.feedback-tool__message ::ng-deep .mat-mdc-text-field-wrapper.mdc-text-field{padding:0 10px}.feedback-tool__message ::ng-deep .mat-mdc-text-field-wrapper .mat-mdc-form-field-infix{--mat-form-field-container-vertical-padding: 10px}.feedback-tool__message ::ng-deep .mat-mdc-text-field-wrapper .mdc-line-ripple{display:none}.feedback-tool__message ::ng-deep .mat-mdc-text-field-wrapper .mat-mdc-form-field-focus-overlay{background-color:transparent}.feedback-tool__message ::ng-deep .mat-mdc-form-field-subscript-wrapper .mat-mdc-form-field-hint-wrapper{padding:0}.feedback-tool__message ::ng-deep .mat-mdc-form-field-subscript-wrapper .mat-mdc-form-field-hint-wrapper .mat-mdc-form-field-bottom-align:before{height:unset}.feedback-tool__message ::ng-deep .mdc-text-field--filled:not(.mdc-text-field--disabled){--mdc-filled-text-field-container-color: transparent}.mobile-space{background:transparent;pointer-events:none;height:60vh;width:100%}\n"] }]
68
+ }], ctorParameters: () => [], propDecorators: { application: [{
69
+ type: Input,
70
+ args: [{ required: true }]
71
+ }], experience: [{
72
+ type: Input
73
+ }], close: [{
74
+ type: Output
75
+ }], feedbackSubmit: [{
76
+ type: Output
77
+ }], message: [{
78
+ type: ViewChild,
79
+ args: ['message']
80
+ }] } });
81
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZmVlZGJhY2stdG9vbC5jb21wb25lbnQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9hcm1hdHVyZS9zcmMvbGliL2ZlZWRiYWNrLXRvb2wvY29tcG9uZW50cy9mZWVkYmFjay10b29sL2ZlZWRiYWNrLXRvb2wuY29tcG9uZW50LnRzIiwiLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvYXJtYXR1cmUvc3JjL2xpYi9mZWVkYmFjay10b29sL2NvbXBvbmVudHMvZmVlZGJhY2stdG9vbC9mZWVkYmFjay10b29sLmNvbXBvbmVudC5odG1sIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxTQUFTLEVBQWMsWUFBWSxFQUFFLEtBQUssRUFBVSxNQUFNLEVBQUUsU0FBUyxFQUFFLE1BQU0sZUFBZSxDQUFDOzs7Ozs7OztBQUV0Rzs7Ozs7S0FLSztBQU1MLE1BQU0sT0FBTyxxQkFBcUI7SUFtQ2hDO1FBOUJBLHdFQUF3RTtRQUN2RCxlQUFVLEdBQVcsZ0JBQWdCLENBQUM7UUFFdkQsZ0RBQWdEO1FBQy9CLFVBQUssR0FBRyxJQUFJLFlBQVksRUFBRSxDQUFDO1FBRTVDLG9EQUFvRDtRQUNuQyxtQkFBYyxHQUFHLElBQUksWUFBWSxFQUFnQixDQUFDO1FBUW5FLDhDQUE4QztRQUN2QyxnQkFBVyxHQUFZLEtBQUssQ0FBQztRQUVwQyxzQ0FBc0M7UUFDL0IsZ0JBQVcsR0FBWSxLQUFLLENBQUM7UUFFcEMsNkJBQTZCO1FBQ3RCLGVBQVUsR0FBVyxXQUFXLENBQUM7UUFFeEMscUNBQXFDO1FBQzlCLGdCQUFXLEdBQVcsU0FBUyxDQUFDO0lBS3hCLENBQUM7SUFFVCxRQUFRO1FBQ2IsSUFBSSxDQUFDLFdBQVcsR0FBRyxhQUFhLEdBQUMsSUFBSSxDQUFDLFVBQVUsQ0FBQztRQUNqRCxJQUFJLENBQUMsWUFBWSxHQUFHO1lBQ2xCLFdBQVcsRUFBRSxJQUFJLENBQUMsV0FBVztZQUM3QixVQUFVLEVBQUUsSUFBSSxDQUFDLFVBQVU7WUFDM0IsVUFBVSxFQUFFLElBQUk7WUFDaEIsT0FBTyxFQUFFLEVBQUU7U0FDWixDQUFDO0lBQ0osQ0FBQztJQUVEOzs7T0FHRztJQUNJLFlBQVksQ0FBQyxVQUFrQjtRQUNwQyxJQUFJLENBQUMsVUFBVSxHQUFHLElBQUksQ0FBQyxXQUFXLEdBQUcsSUFBSSxDQUFDLFdBQVcsR0FBRyxVQUFVLFVBQVUsQ0FBQyxDQUFDLENBQUMsSUFBSSxDQUFBLENBQUMsQ0FBQSxNQUFNLEVBQUUsQ0FBQztRQUM3RixJQUFJLENBQUMsV0FBVyxHQUFHLElBQUksQ0FBQztRQUN4QixJQUFJLENBQUMsWUFBWSxDQUFDLFVBQVUsR0FBRyxVQUFVLENBQUM7SUFDNUMsQ0FBQztJQUVELGlDQUFpQztJQUMxQixjQUFjO1FBQ25CLElBQUksQ0FBQyxZQUFZLENBQUMsT0FBTyxHQUFHLElBQUksQ0FBQyxPQUFPLENBQUMsYUFBYSxDQUFDLEtBQUssQ0FBQztRQUM3RCxJQUFJLENBQUMsY0FBYyxDQUFDLElBQUksQ0FBQyxJQUFJLENBQUMsWUFBWSxDQUFDLENBQUM7UUFDNUMsSUFBSSxDQUFDLFVBQVUsR0FBRyxVQUFVLENBQUM7UUFDN0IsSUFBSSxDQUFDLFdBQVcsR0FBRyxJQUFJLENBQUMsV0FBVyxHQUFHLFFBQVEsQ0FBQztRQUMvQyxJQUFJLENBQUMsV0FBVyxHQUFHLElBQUksQ0FBQztJQUMxQixDQUFDO0lBRUQscURBQXFEO0lBQzlDLGlCQUFpQjtRQUN0QixJQUFJLENBQUMsS0FBSyxDQUFDLElBQUksQ0FBQyxJQUFJLENBQUMsQ0FBQztJQUN4QixDQUFDOzhHQXJFVSxxQkFBcUI7a0dBQXJCLHFCQUFxQixpU0NibEMseXBIQXlEb0Q7OzJGRDVDdkMscUJBQXFCO2tCQUxqQyxTQUFTOytCQUNFLHNCQUFzQjt3REFPQSxXQUFXO3NCQUExQyxLQUFLO3VCQUFDLEVBQUMsUUFBUSxFQUFDLElBQUksRUFBQztnQkFHTCxVQUFVO3NCQUExQixLQUFLO2dCQUdXLEtBQUs7c0JBQXJCLE1BQU07Z0JBR1UsY0FBYztzQkFBOUIsTUFBTTtnQkFHc0IsT0FBTztzQkFBbkMsU0FBUzt1QkFBQyxTQUFTIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgQ29tcG9uZW50LCBFbGVtZW50UmVmLCBFdmVudEVtaXR0ZXIsIElucHV0LCBPbkluaXQsIE91dHB1dCwgVmlld0NoaWxkIH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XHJcblxyXG4vKiogXHJcbiAqIFRoZSBmZWVkYmFjay10b29sIGNvbXBvbmVudCBcclxuICogQGlucHV0IGFwcGxpY2F0aW9uLCB0aGUgYXBwbGljYXRpb24gdXNpbmcgdGhpcyBjb21wb25lbnQgKnJlcXVpcmVkIFxyXG4gKiBAaW5wdXQgZXhwZXJpZW5jZSwgbGFuZ3VhZ2Uga2V5IGZvciB0aGUgdXNlciBleHBlcmllbmNlLCBkZWZhdWx0IGlzICdwdXJjaGFzaW5nUGxhbicsXHJcbiAqIEBvdXRwdXQgY2xvc2UsIHRoZSBldmVudCB0byBjbG9zZS9kZXN0cm95IHRoaXMgY29tcG9uZW50XHJcbiAqICovXHJcbkBDb21wb25lbnQoe1xyXG4gIHNlbGVjdG9yOiAnc29mLWFyLWZlZWRiYWNrLXRvb2wnLFxyXG4gIHRlbXBsYXRlVXJsOiAnLi9mZWVkYmFjay10b29sLmNvbXBvbmVudC5odG1sJyxcclxuICBzdHlsZVVybDogJy4vZmVlZGJhY2stdG9vbC5jb21wb25lbnQuc2NzcydcclxufSlcclxuZXhwb3J0IGNsYXNzIEZlZWRiYWNrVG9vbENvbXBvbmVudCBpbXBsZW1lbnRzIE9uSW5pdCB7XHJcblxyXG4gIC8qKiBUaGUgYXBwbGljYXRpb24gdXNpbmcgdGhpcyBjb21wb25lbnQgKnJlcXVpcmVkICovXHJcbiAgQElucHV0KHtyZXF1aXJlZDp0cnVlfSkgcHJpdmF0ZSBhcHBsaWNhdGlvbjogc3RyaW5nO1xyXG5cclxuICAvKiogTGFuZ3VhZ2Uga2V5IGZvciB0aGUgdXNlciBleHBlcmllbmNlLCBkZWZhdWx0IGlzICdwdXJjaGFzaW5nUGxhbicgKi9cclxuICBASW5wdXQoKSBwcml2YXRlIGV4cGVyaWVuY2U6IHN0cmluZyA9ICdwdXJjaGFzaW5nUGxhbic7XHJcblxyXG4gIC8qKiBUaGUgZXZlbnQgdG8gY2xvc2UvZGVzdHJveSB0aGlzIGNvbXBvbmVudCAqL1xyXG4gIEBPdXRwdXQoKSBwdWJsaWMgY2xvc2UgPSBuZXcgRXZlbnRFbWl0dGVyKCk7XHJcblxyXG4gIC8qKiBUaGUgZXZlbnQgd2l0aCB0aGUgZmVlZGJhY2sgb2JqZWN0IGZvciBzdWJtaXQgKi9cclxuICBAT3V0cHV0KCkgcHVibGljIGZlZWRiYWNrU3VibWl0ID0gbmV3IEV2ZW50RW1pdHRlcjxVc2VyRmVlZGJhY2s+KCk7XHJcblxyXG4gIC8qKiBVc2VyIGZlZWRiYWNrIG1lc3NhZ2UgdGV4dGFyZWEgZWxlbWVudCByZWYgKi9cclxuICBAVmlld0NoaWxkKCdtZXNzYWdlJykgcHVibGljIG1lc3NhZ2U6IEVsZW1lbnRSZWY8SFRNTFRleHRBcmVhRWxlbWVudD47XHJcblxyXG4gIC8qKiBUaGUgdXNlciBmZWVkYmFjayBvYmplY3QgZm9yIHN1Ym1pdCAqL1xyXG4gIHByaXZhdGUgdXNlckZlZWRiYWNrOiBVc2VyRmVlZGJhY2s7XHJcblxyXG4gIC8qKiBIYXMgdGhlIHVzZXIgc2VsZWN0ZWQgZmVlZGJhY2sgKHRodW1icykgKi9cclxuICBwdWJsaWMgaGFzRmVlZGJhY2s6IGJvb2xlYW4gPSBmYWxzZTtcclxuXHJcbiAgLyoqIEhhcyB0aGUgdXNlciBzdWJtaXR0ZWQgZmVlZGJhY2sgKi9cclxuICBwdWJsaWMgaXNTdWJtaXR0ZWQ6IGJvb2xlYW4gPSBmYWxzZTtcclxuXHJcbiAgLyoqIFRoZSBoZWFkZXJzIGljb24gY2xhc3MgKi9cclxuICBwdWJsaWMgaGVhZGVySWNvbjogc3RyaW5nID0gJ2hhbmQtd2F2ZSc7XHJcblxyXG4gIC8qKiBUaGUgaGVhZGVycyB0aXRsZSBsYW5ndWFnZSBrZXkgKi9cclxuICBwdWJsaWMgaGVhZGVyVGl0bGU6IHN0cmluZyA9ICdyYXRlLXVzJztcclxuICBcclxuICAvKiogVGhlIGRlc2NyaXB0aW9uIGxhbmd1YWdlIGtleSAqL1xyXG4gIHB1YmxpYyBkZXNjcmlwdGlvbjogc3RyaW5nO1xyXG5cclxuICBjb25zdHJ1Y3RvcigpIHt9XHJcblxyXG4gIHB1YmxpYyBuZ09uSW5pdCgpOiB2b2lkIHtcclxuICAgIHRoaXMuZGVzY3JpcHRpb24gPSAnZXhwZXJpZW5jZS4nK3RoaXMuZXhwZXJpZW5jZTtcclxuICAgIHRoaXMudXNlckZlZWRiYWNrID0ge1xyXG4gICAgICBhcHBsaWNhdGlvbjogdGhpcy5hcHBsaWNhdGlvbixcclxuICAgICAgZXhwZXJpZW5jZTogdGhpcy5leHBlcmllbmNlLFxyXG4gICAgICBpc1Bvc2l0aXZlOiBudWxsLFxyXG4gICAgICBtZXNzYWdlOiAnJ1xyXG4gICAgfTtcclxuICB9XHJcblxyXG4gIC8qKiBcclxuICAgKiBHaXZlIHBvc2l0aXZlL25lZ2F0aXZlIGZlZWRiYWNrIFxyXG4gICAqIEBwYXJhbSBpc1Bvc2l0aXZlIGlzIHRoZSBmZWVkYmFjayBwb3NpdGl2ZSBcclxuICAgKi9cclxuICBwdWJsaWMgZ2l2ZUZlZWRiYWNrKGlzUG9zaXRpdmU6Ym9vbGVhbik6IHZvaWQge1xyXG4gICAgdGhpcy5oZWFkZXJJY29uID0gdGhpcy5oZWFkZXJUaXRsZSA9IHRoaXMuZGVzY3JpcHRpb24gPSBgdGh1bWJzLSR7aXNQb3NpdGl2ZSA/ICd1cCc6J2Rvd24nfWA7XHJcbiAgICB0aGlzLmhhc0ZlZWRiYWNrID0gdHJ1ZTtcclxuICAgIHRoaXMudXNlckZlZWRiYWNrLmlzUG9zaXRpdmUgPSBpc1Bvc2l0aXZlO1xyXG4gIH1cclxuXHJcbiAgLyoqIFN1Ym1pdHMgdGhlIHVzZXJzIGZlZWRiYWNrICovXHJcbiAgcHVibGljIHN1Ym1pdEZlZWRiYWNrKCk6dm9pZCB7XHJcbiAgICB0aGlzLnVzZXJGZWVkYmFjay5tZXNzYWdlID0gdGhpcy5tZXNzYWdlLm5hdGl2ZUVsZW1lbnQudmFsdWU7XHJcbiAgICB0aGlzLmZlZWRiYWNrU3VibWl0LmVtaXQodGhpcy51c2VyRmVlZGJhY2spO1xyXG4gICAgdGhpcy5oZWFkZXJJY29uID0gJ3NwYXJrbGVzJztcclxuICAgIHRoaXMuaGVhZGVyVGl0bGUgPSB0aGlzLmRlc2NyaXB0aW9uID0gJ3RoYW5rcyc7XHJcbiAgICB0aGlzLmlzU3VibWl0dGVkID0gdHJ1ZTtcclxuICB9XHJcblxyXG4gIC8qKiBFbWl0IHRoZSBldmVudCB0byBjbG9zZS9kZXN0cm95IHRoaXMgY29tcG9uZW50ICovXHJcbiAgcHVibGljIGNsb3NlRmVlZGJhY2tUb29sKCk6IHZvaWQge1xyXG4gICAgdGhpcy5jbG9zZS5lbWl0KG51bGwpO1xyXG4gIH1cclxufVxyXG5cclxuLyoqIFxyXG4gKiBUaGUgdXNlciBmZWVkYmFjayBpbnRlcmZhY2UgXHJcbiAqIEBwcm9wZXJ0eSBhcHBsaWNhdGlvbjogc3RyaW5nLCBUaGUgYXBwbGljYXRpb24gdGhpcyBmZWVkYmFjayBpcyBmb3JcclxuICogQHByb3BlcnR5IGV4cGVyaWVuY2U6IHN0cmluZywgVGhlIGV4cGVyaWVuY2UgdGhpcyBmZWVkYmFjayBpcyBmb3JcclxuICogQHByb3BlcnR5IGlzUG9zaXRpdmU6IGJvb2xlYW4sIElzIHRoZSBmZWVkYmFjayBwb3NpdGl2ZVxyXG4gKiBAcHJvcGVydHkgbWVzc2FnZTogc3RyaW5nLCBUaGUgZmVlZGJhY2sgbWVzc2FnZVxyXG4gKiAqL1xyXG5leHBvcnQgaW50ZXJmYWNlIFVzZXJGZWVkYmFjayB7XHJcbiAgLyoqIFRoZSBhcHBsaWNhdGlvbiB0aGlzIGZlZWRiYWNrIGlzIGZvciAqL1xyXG4gIGFwcGxpY2F0aW9uPzogc3RyaW5nO1xyXG4gIC8qKiBUaGUgZXhwZXJpZW5jZSB0aGlzIGZlZWRiYWNrIGlzIGZvciAqL1xyXG4gIGV4cGVyaWVuY2U/OiBzdHJpbmc7XHJcbiAgLyoqIElzIHRoZSBmZWVkYmFjayBwb3NpdGl2ZSAqL1xyXG4gIGlzUG9zaXRpdmU/OiBib29sZWFuO1xyXG4gIC8qKiBUaGUgZmVlZGJhY2sgbWVzc2FnZSAqL1xyXG4gIG1lc3NhZ2U/OiBzdHJpbmc7XHJcbn1cclxuIiwiPGRpdiBjbGFzcz1cImZlZWRiYWNrLXRvb2xcIiByb2xlPVwiZGlhbG9nXCIgYXJpYS1tb2RhbD1cInRydWVcIiBhcmlhLWxhYmVsbGVkYnk9XCJmZWVkYmFjay10b29sX2xhYmVsXCIgYXJpYS1kZXNjcmliZWRieT1cImZlZWRiYWNrLXRvb2xfZGVzY1wiPlxyXG4gIDxkaXYgZnhMYXlvdXQ9XCJyb3dcIiBmeExheW91dEFsaWduPVwic3RhcnQgY2VudGVyXCIgY2xhc3M9XCJmZWVkYmFjay10b29sX19oZWFkaW5nIHAtdi0xNSBwLWgtMjBcIj5cclxuICAgIDxpIGNsYXNzPVwiZmEtcmVndWxhciBmYS17e2hlYWRlckljb259fSBtLXItMTAgZmVlZGJhY2stdG9vbF9faGVhZGluZ19faWNvblwiIGFyaWEtaGlkZGVuPVwidHJ1ZVwiPjwvaT5cclxuICAgIDxoNCBpZD1cImZlZWRiYWNrLXRvb2xfbGFiZWxcIj57eydhcm1hdHVyZS5mZWVkYmFjay10b29sLmhlYWRpbmdzLicraGVhZGVyVGl0bGV8dHJhbnNsYXRlfX08L2g0PlxyXG4gICAgPGJ1dHRvbiAoY2xpY2spPVwiY2xvc2VGZWVkYmFja1Rvb2woKVwiIGZ4SGlkZSBmeFNob3cubHQtc20gbWF0LWJ1dHRvbiBjbGFzcz1cInNvZi1pY29uLWJ1dHRvbiBtLWwtYXV0b1wiIHNpemU9XCJzbWFsbFwiIGNvbG9yPVwibmV1dHJhbFwiIFxyXG4gICAgICBbYXR0ci5hcmlhLWxhYmVsXT1cIidhcm1hdHVyZS5mZWVkYmFjay10b29sLmJ1dHRvbnMuY2xvc2UnfHRyYW5zbGF0ZVwiPlxyXG4gICAgICA8aSBjbGFzcz1cImZhLXJlZ3VsYXIgZmEteG1hcmtcIiBhcmlhLWhpZGRlbj1cInRydWVcIj48L2k+XHJcbiAgICA8L2J1dHRvbj5cclxuICA8L2Rpdj5cclxuICA8ZGl2IGZ4TGF5b3V0PVwiY29sdW1uXCIgZnhMYXlvdXRHYXA9XCIyMHB4XCIgcC1hLTIwPlxyXG4gICAgPHAgaWQ9XCJmZWVkYmFjay10b29sX2Rlc2NcIiBjbGFzcz1cImZlZWRiYWNrLXRvb2xfX2Rlc2NyaXB0aW9uIG0tdC0wXCI+e3snYXJtYXR1cmUuZmVlZGJhY2stdG9vbC5kZXNjcmlwdGlvbnMuJytkZXNjcmlwdGlvbnx0cmFuc2xhdGV9fTwvcD5cclxuICAgIEBpZiAoIWlzU3VibWl0dGVkKSB7XHJcbiAgICAgIEBpZiAoIWhhc0ZlZWRiYWNrKSB7XHJcbiAgICAgICAgICA8ZGl2IGZ4TGF5b3V0PVwicm93XCIgZnhMYXlvdXRHYXA9XCI4cHhcIiBmeExheW91dEFsaWduPVwiY2VudGVyIGNlbnRlclwiIHAtdi0yMD5cclxuICAgICAgICAgICAgPGJ1dHRvbiAoY2xpY2spPVwiZ2l2ZUZlZWRiYWNrKHRydWUpXCIgbWF0LXN0cm9rZWQtYnV0dG9uIGNsYXNzPVwic29mLXN0cm9rZWQtaWNvbi1idXR0b25cIiBzaXplPVwic21hbGxcIiBjb2xvcj1cIm5ldXRyYWxcIiBcclxuICAgICAgICAgICAgICBbYXR0ci5hcmlhLWxhYmVsXT1cIidhcm1hdHVyZS5mZWVkYmFjay10b29sLmJ1dHRvbnMudGh1bWJzLXVwJ3x0cmFuc2xhdGVcIj5cclxuICAgICAgICAgICAgICA8aSBjbGFzcz1cImZhLXJlZ3VsYXIgZmEtdGh1bWJzLXVwXCIgYXJpYS1oaWRkZW49XCJ0cnVlXCI+PC9pPlxyXG4gICAgICAgICAgICA8L2J1dHRvbj5cclxuICAgICAgICAgICAgPGJ1dHRvbiAoY2xpY2spPVwiZ2l2ZUZlZWRiYWNrKGZhbHNlKVwiIG1hdC1zdHJva2VkLWJ1dHRvbiBjbGFzcz1cInNvZi1zdHJva2VkLWljb24tYnV0dG9uXCIgc2l6ZT1cInNtYWxsXCIgY29sb3I9XCJuZXV0cmFsXCIgXHJcbiAgICAgICAgICAgICAgW2F0dHIuYXJpYS1sYWJlbF09XCInYXJtYXR1cmUuZmVlZGJhY2stdG9vbC5idXR0b25zLnRodW1icy1kb3duJ3x0cmFuc2xhdGVcIj5cclxuICAgICAgICAgICAgICA8aSBjbGFzcz1cImZhLXJlZ3VsYXIgZmEtdGh1bWJzLWRvd25cIiBhcmlhLWhpZGRlbj1cInRydWVcIj48L2k+XHJcbiAgICAgICAgICAgIDwvYnV0dG9uPlxyXG4gICAgICAgICAgPC9kaXY+XHJcbiAgICAgIH0gQGVsc2Uge1xyXG4gICAgICAgIDxtYXQtZm9ybS1maWVsZCBjbGFzcz1cImZlZWRiYWNrLXRvb2xfX21lc3NhZ2VcIj5cclxuICAgICAgICAgIDxsYWJlbCBmb3I9XCJmZWVkYmFjay10b29sLW1lc3NhZ2VfdGV4dGFyZWFcIiBpZD1cImZlZWRiYWNrLXRvb2wtbWVzc2FnZV9sYWJlbFwiIGNsYXNzPVwic3Itb25seVwiPlxyXG4gICAgICAgICAgICB7eydhcm1hdHVyZS5mZWVkYmFjay10b29sLm1lc3NhZ2Uuc3Itb25seS1sYWJlbCd8dHJhbnNsYXRlfX1cclxuICAgICAgICAgIDwvbGFiZWw+XHJcbiAgICAgICAgICA8dGV4dGFyZWEgbWF0SW5wdXQgI21lc3NhZ2UgaWQ9XCJmZWVkYmFjay10b29sLW1lc3NhZ2VfdGV4dGFyZWFcIiByb3dzPVwiNFwiIG1heGxlbmd0aD1cIjEwMDBcIiBcclxuICAgICAgICAgICAgW3BsYWNlaG9sZGVyXT1cIidhcm1hdHVyZS5mZWVkYmFjay10b29sLm1lc3NhZ2UucGxhY2Vob2xkZXInfHRyYW5zbGF0ZVwiIGFyaWEtbGFiZWxsZWRieT1cImZlZWRiYWNrLXRvb2wtbWVzc2FnZV9sYWJlbFwiPjwvdGV4dGFyZWE+XHJcbiAgICAgICAgICA8bWF0LWhpbnQgW2FsaWduXT1cIidlbmQnXCI+e3ttZXNzYWdlLnZhbHVlLmxlbmd0aH19LzEwMDA8L21hdC1oaW50PlxyXG4gICAgICAgIDwvbWF0LWZvcm0tZmllbGQ+XHJcbiAgICAgICAgPGRpdiBjbGFzcz1cInNyLW9ubHlcIiBhcmlhLWxpdmU9XCJhc3NlcnRpdmVcIj5cclxuICAgICAgICAgIHt7bWVzc2FnZS52YWx1ZS5sZW5ndGggPT09IDEwMDAgPyAoJ2FybWF0dXJlLmZlZWRiYWNrLXRvb2wubWVzc2FnZS5zci1vbmx5LW1heC1jaGFyLWxpbWl0J3x0cmFuc2xhdGUpOicnfX1cclxuICAgICAgICA8L2Rpdj5cclxuICAgICAgfVxyXG4gICAgfVxyXG4gICAgPGRpdiBmeExheW91dD1cInJvd1wiIGZ4TGF5b3V0R2FwPVwiMTZweFwiPlxyXG4gICAgICBAaWYgKCFpc1N1Ym1pdHRlZCkge1xyXG4gICAgICAgIDxidXR0b24gKGNsaWNrKT1cImNsb3NlRmVlZGJhY2tUb29sKClcIiBcclxuICAgICAgICAgIGZ4SGlkZSBmeFNob3cuZ3QteHMgbWF0LXN0cm9rZWQtYnV0dG9uIGNsYXNzPVwic29mLXN0cm9rZWQtYnV0dG9uIG0tbC1hdXRvXCIgc2l6ZT1cInNtYWxsXCIgY29sb3I9XCJuZXV0cmFsXCI+XHJcbiAgICAgICAgICB7eydhcm1hdHVyZS5mZWVkYmFjay10b29sLmJ1dHRvbnMuY2xvc2UnfHRyYW5zbGF0ZX19XHJcbiAgICAgICAgPC9idXR0b24+XHJcbiAgICAgICAgQGlmIChoYXNGZWVkYmFjaykge1xyXG4gICAgICAgICAgPGJ1dHRvbiAoY2xpY2spPVwic3VibWl0RmVlZGJhY2soKVwiIG1hdC1mbGF0LWJ1dHRvbiBjbGFzcz1cInNvZi1mbGF0LWJ1dHRvbiBmdWxsLXdpZHRoLW1vYmlsZVwiIHNpemU9XCJzbWFsbFwiIGNvbG9yPVwibmV1dHJhbFwiPlxyXG4gICAgICAgICAgICB7eydhcm1hdHVyZS5mZWVkYmFjay10b29sLmJ1dHRvbnMuc3VibWl0J3x0cmFuc2xhdGV9fVxyXG4gICAgICAgICAgPC9idXR0b24+XHJcbiAgICAgICAgfVxyXG4gICAgICB9IEBlbHNlIHtcclxuICAgICAgICA8YnV0dG9uIChjbGljayk9XCJjbG9zZUZlZWRiYWNrVG9vbCgpXCIgXHJcbiAgICAgICAgICBtYXQtZmxhdC1idXR0b24gY2xhc3M9XCJzb2YtZmxhdC1idXR0b24gbS1sLWF1dG8gZnVsbC13aWR0aC1tb2JpbGVcIiBzaXplPVwic21hbGxcIiBjb2xvcj1cIm5ldXRyYWxcIj5cclxuICAgICAgICAgIHt7J2FybWF0dXJlLmZlZWRiYWNrLXRvb2wuYnV0dG9ucy5nb3QtaXQnfHRyYW5zbGF0ZX19XHJcbiAgICAgICAgPC9idXR0b24+XHJcbiAgICAgIH1cclxuICAgIDwvZGl2PlxyXG4gIDwvZGl2PlxyXG48L2Rpdj5cclxuPGRpdiBmeEhpZGUgZnhTaG93Lmx0LXNtIGNsYXNzPVwibW9iaWxlLXNwYWNlXCI+PC9kaXY+Il19
@@ -0,0 +1,5 @@
1
+ /** Public API surface for components */
2
+ export * from './feedback-tool.module';
3
+ // component
4
+ export * from './components/feedback-tool/feedback-tool.component';
5
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZmVlZGJhY2stdG9vbC1hcGkuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9hcm1hdHVyZS9zcmMvbGliL2ZlZWRiYWNrLXRvb2wvZmVlZGJhY2stdG9vbC1hcGkudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsd0NBQXdDO0FBQ3hDLGNBQWMsd0JBQXdCLENBQUM7QUFDdkMsWUFBWTtBQUNaLGNBQWMsb0RBQW9ELENBQUMiLCJzb3VyY2VzQ29udGVudCI6WyIvKiogUHVibGljIEFQSSBzdXJmYWNlIGZvciBjb21wb25lbnRzICovXHJcbmV4cG9ydCAqIGZyb20gJy4vZmVlZGJhY2stdG9vbC5tb2R1bGUnO1xyXG4vLyBjb21wb25lbnRcclxuZXhwb3J0ICogZnJvbSAnLi9jb21wb25lbnRzL2ZlZWRiYWNrLXRvb2wvZmVlZGJhY2stdG9vbC5jb21wb25lbnQnO1xyXG4iXX0=
@@ -0,0 +1,44 @@
1
+ import { NgModule } from '@angular/core';
2
+ import { CommonModule } from '@angular/common';
3
+ import { FeedbackToolComponent } from './components/feedback-tool/feedback-tool.component';
4
+ import { TranslateModule } from '@ngx-translate/core';
5
+ import { FlexLayoutModule } from '@angular/flex-layout';
6
+ import { MatFormFieldModule } from '@angular/material/form-field';
7
+ import { MatInputModule } from '@angular/material/input';
8
+ import { MatButtonModule } from '@angular/material/button';
9
+ import * as i0 from "@angular/core";
10
+ const materialModules = [
11
+ MatFormFieldModule,
12
+ MatInputModule,
13
+ MatButtonModule
14
+ ];
15
+ /** The feedback-tool module */
16
+ export class FeedbackToolModule {
17
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.2", ngImport: i0, type: FeedbackToolModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
18
+ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "17.1.2", ngImport: i0, type: FeedbackToolModule, declarations: [FeedbackToolComponent], imports: [CommonModule,
19
+ TranslateModule,
20
+ FlexLayoutModule, MatFormFieldModule,
21
+ MatInputModule,
22
+ MatButtonModule], exports: [FeedbackToolComponent] }); }
23
+ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "17.1.2", ngImport: i0, type: FeedbackToolModule, imports: [CommonModule,
24
+ TranslateModule,
25
+ FlexLayoutModule, materialModules] }); }
26
+ }
27
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.2", ngImport: i0, type: FeedbackToolModule, decorators: [{
28
+ type: NgModule,
29
+ args: [{
30
+ declarations: [
31
+ FeedbackToolComponent
32
+ ],
33
+ imports: [
34
+ CommonModule,
35
+ TranslateModule,
36
+ FlexLayoutModule,
37
+ ...materialModules
38
+ ],
39
+ exports: [
40
+ FeedbackToolComponent
41
+ ]
42
+ }]
43
+ }] });
44
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZmVlZGJhY2stdG9vbC5tb2R1bGUuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9hcm1hdHVyZS9zcmMvbGliL2ZlZWRiYWNrLXRvb2wvZmVlZGJhY2stdG9vbC5tb2R1bGUudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFFBQVEsRUFBRSxNQUFNLGVBQWUsQ0FBQztBQUN6QyxPQUFPLEVBQUUsWUFBWSxFQUFFLE1BQU0saUJBQWlCLENBQUM7QUFDL0MsT0FBTyxFQUFFLHFCQUFxQixFQUFFLE1BQU0sb0RBQW9ELENBQUM7QUFDM0YsT0FBTyxFQUFFLGVBQWUsRUFBRSxNQUFNLHFCQUFxQixDQUFDO0FBQ3RELE9BQU8sRUFBRSxnQkFBZ0IsRUFBRSxNQUFNLHNCQUFzQixDQUFDO0FBQ3hELE9BQU8sRUFBRSxrQkFBa0IsRUFBRSxNQUFNLDhCQUE4QixDQUFDO0FBQ2xFLE9BQU8sRUFBRSxjQUFjLEVBQUUsTUFBTSx5QkFBeUIsQ0FBQztBQUN6RCxPQUFPLEVBQUUsZUFBZSxFQUFFLE1BQU0sMEJBQTBCLENBQUM7O0FBRTNELE1BQU0sZUFBZSxHQUFHO0lBQ3RCLGtCQUFrQjtJQUNsQixjQUFjO0lBQ2QsZUFBZTtDQUNoQixDQUFDO0FBRUYsK0JBQStCO0FBZS9CLE1BQU0sT0FBTyxrQkFBa0I7OEdBQWxCLGtCQUFrQjsrR0FBbEIsa0JBQWtCLGlCQVozQixxQkFBcUIsYUFHckIsWUFBWTtZQUNaLGVBQWU7WUFDZixnQkFBZ0IsRUFibEIsa0JBQWtCO1lBQ2xCLGNBQWM7WUFDZCxlQUFlLGFBZWIscUJBQXFCOytHQUdaLGtCQUFrQixZQVQzQixZQUFZO1lBQ1osZUFBZTtZQUNmLGdCQUFnQixFQUNiLGVBQWU7OzJGQU1ULGtCQUFrQjtrQkFkOUIsUUFBUTttQkFBQztvQkFDUixZQUFZLEVBQUU7d0JBQ1oscUJBQXFCO3FCQUN0QjtvQkFDRCxPQUFPLEVBQUU7d0JBQ1AsWUFBWTt3QkFDWixlQUFlO3dCQUNmLGdCQUFnQjt3QkFDaEIsR0FBRyxlQUFlO3FCQUNuQjtvQkFDRCxPQUFPLEVBQUU7d0JBQ1AscUJBQXFCO3FCQUN0QjtpQkFDRiIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IE5nTW9kdWxlIH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XHJcbmltcG9ydCB7IENvbW1vbk1vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL2NvbW1vbic7XHJcbmltcG9ydCB7IEZlZWRiYWNrVG9vbENvbXBvbmVudCB9IGZyb20gJy4vY29tcG9uZW50cy9mZWVkYmFjay10b29sL2ZlZWRiYWNrLXRvb2wuY29tcG9uZW50JztcclxuaW1wb3J0IHsgVHJhbnNsYXRlTW9kdWxlIH0gZnJvbSAnQG5neC10cmFuc2xhdGUvY29yZSc7XHJcbmltcG9ydCB7IEZsZXhMYXlvdXRNb2R1bGUgfSBmcm9tICdAYW5ndWxhci9mbGV4LWxheW91dCc7XHJcbmltcG9ydCB7IE1hdEZvcm1GaWVsZE1vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL21hdGVyaWFsL2Zvcm0tZmllbGQnO1xyXG5pbXBvcnQgeyBNYXRJbnB1dE1vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL21hdGVyaWFsL2lucHV0JztcclxuaW1wb3J0IHsgTWF0QnV0dG9uTW9kdWxlIH0gZnJvbSAnQGFuZ3VsYXIvbWF0ZXJpYWwvYnV0dG9uJztcclxuXHJcbmNvbnN0IG1hdGVyaWFsTW9kdWxlcyA9IFtcclxuICBNYXRGb3JtRmllbGRNb2R1bGUsXHJcbiAgTWF0SW5wdXRNb2R1bGUsXHJcbiAgTWF0QnV0dG9uTW9kdWxlXHJcbl07XHJcblxyXG4vKiogVGhlIGZlZWRiYWNrLXRvb2wgbW9kdWxlICovXHJcbkBOZ01vZHVsZSh7XHJcbiAgZGVjbGFyYXRpb25zOiBbXHJcbiAgICBGZWVkYmFja1Rvb2xDb21wb25lbnRcclxuICBdLFxyXG4gIGltcG9ydHM6IFtcclxuICAgIENvbW1vbk1vZHVsZSxcclxuICAgIFRyYW5zbGF0ZU1vZHVsZSxcclxuICAgIEZsZXhMYXlvdXRNb2R1bGUsXHJcbiAgICAuLi5tYXRlcmlhbE1vZHVsZXNcclxuICBdLFxyXG4gIGV4cG9ydHM6IFtcclxuICAgIEZlZWRiYWNrVG9vbENvbXBvbmVudFxyXG4gIF1cclxufSlcclxuZXhwb3J0IGNsYXNzIEZlZWRiYWNrVG9vbE1vZHVsZSB7IH1cclxuIl19
@@ -0,0 +1,25 @@
1
+ import { Component, Input } from '@angular/core';
2
+ import { FooterConfig } from '../../models/footer-config';
3
+ import * as i0 from "@angular/core";
4
+ import * as i1 from "@angular/common";
5
+ import * as i2 from "@angular/flex-layout/flex";
6
+ /** The Armature Footer Component */
7
+ export class ArmatureFooterComponent {
8
+ /** the constructor */
9
+ constructor() {
10
+ /** The footer config */
11
+ this.footerConfig = new FooterConfig();
12
+ }
13
+ /** On Init */
14
+ ngOnInit() {
15
+ }
16
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.2", ngImport: i0, type: ArmatureFooterComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
17
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.1.2", type: ArmatureFooterComponent, selector: "sof-ar-footer", inputs: { footerConfig: "footerConfig" }, ngImport: i0, template: "<footer role=\"contentinfo\" class=\"sof-ar-footer-container\">\r\n <div fxLayout=\"column\" fxLayoutAlign=\"center center\" style=\"width: 100%\" fxLayoutGap=\"10px\">\r\n <div fxFlex=\"100%\" style=\"width: 100%\" fxLayoutAlign=\"center center\" fxLayoutAlign.lt-md=\"start start\" *ngIf=\"footerConfig.showPreContent1\">\r\n <ng-content select=\"[sof-ar-footer-pre-content-1]\"></ng-content>\r\n </div>\r\n <div fxFlex=\"100%\" style=\"width: 100%\" *ngIf=\"footerConfig.showPreContent1\">\r\n <hr />\r\n </div>\r\n <div fxFlex=\"100%\" style=\"width: 100%\" fxLayoutAlign=\"center center\" *ngIf=\"footerConfig.showPreContent2\">\r\n <ng-content select=\"[sof-ar-footer-pre-content-2]\"></ng-content>\r\n </div>\r\n <div fxFlex=\"100%\" style=\"width: 100%\" *ngIf=\"footerConfig.showPreContent2\">\r\n <hr />\r\n </div>\r\n </div>\r\n <ng-content select=\"[sof-ar-footer-content]\"></ng-content>\r\n</footer>\r\n", styles: [".sof-ar-footer-container{background:#f5f5f5;display:inline-flex;justify-content:center;align-items:center;flex-wrap:wrap;padding:30px 0;width:100%;box-sizing:border-box}sof-ar-footer{position:relative}::ng-deep .sof-ar-footer-container button:not(:last-child){position:relative}::ng-deep .sof-ar-footer-container button:not(:last-child):after{content:\"\";position:absolute;right:0;top:0;height:100%;width:1px;background:#0000004d}::ng-deep .flex-full-width{flex:0 0 100%;text-align:center}hr{border:1px solid #E4E4E4}\n"], dependencies: [{ kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i2.DefaultLayoutDirective, selector: " [fxLayout], [fxLayout.xs], [fxLayout.sm], [fxLayout.md], [fxLayout.lg], [fxLayout.xl], [fxLayout.lt-sm], [fxLayout.lt-md], [fxLayout.lt-lg], [fxLayout.lt-xl], [fxLayout.gt-xs], [fxLayout.gt-sm], [fxLayout.gt-md], [fxLayout.gt-lg]", inputs: ["fxLayout", "fxLayout.xs", "fxLayout.sm", "fxLayout.md", "fxLayout.lg", "fxLayout.xl", "fxLayout.lt-sm", "fxLayout.lt-md", "fxLayout.lt-lg", "fxLayout.lt-xl", "fxLayout.gt-xs", "fxLayout.gt-sm", "fxLayout.gt-md", "fxLayout.gt-lg"] }, { kind: "directive", type: i2.DefaultLayoutGapDirective, selector: " [fxLayoutGap], [fxLayoutGap.xs], [fxLayoutGap.sm], [fxLayoutGap.md], [fxLayoutGap.lg], [fxLayoutGap.xl], [fxLayoutGap.lt-sm], [fxLayoutGap.lt-md], [fxLayoutGap.lt-lg], [fxLayoutGap.lt-xl], [fxLayoutGap.gt-xs], [fxLayoutGap.gt-sm], [fxLayoutGap.gt-md], [fxLayoutGap.gt-lg]", inputs: ["fxLayoutGap", "fxLayoutGap.xs", "fxLayoutGap.sm", "fxLayoutGap.md", "fxLayoutGap.lg", "fxLayoutGap.xl", "fxLayoutGap.lt-sm", "fxLayoutGap.lt-md", "fxLayoutGap.lt-lg", "fxLayoutGap.lt-xl", "fxLayoutGap.gt-xs", "fxLayoutGap.gt-sm", "fxLayoutGap.gt-md", "fxLayoutGap.gt-lg"] }, { kind: "directive", type: i2.DefaultLayoutAlignDirective, selector: " [fxLayoutAlign], [fxLayoutAlign.xs], [fxLayoutAlign.sm], [fxLayoutAlign.md], [fxLayoutAlign.lg], [fxLayoutAlign.xl], [fxLayoutAlign.lt-sm], [fxLayoutAlign.lt-md], [fxLayoutAlign.lt-lg], [fxLayoutAlign.lt-xl], [fxLayoutAlign.gt-xs], [fxLayoutAlign.gt-sm], [fxLayoutAlign.gt-md], [fxLayoutAlign.gt-lg]", inputs: ["fxLayoutAlign", "fxLayoutAlign.xs", "fxLayoutAlign.sm", "fxLayoutAlign.md", "fxLayoutAlign.lg", "fxLayoutAlign.xl", "fxLayoutAlign.lt-sm", "fxLayoutAlign.lt-md", "fxLayoutAlign.lt-lg", "fxLayoutAlign.lt-xl", "fxLayoutAlign.gt-xs", "fxLayoutAlign.gt-sm", "fxLayoutAlign.gt-md", "fxLayoutAlign.gt-lg"] }, { kind: "directive", type: i2.DefaultFlexDirective, selector: " [fxFlex], [fxFlex.xs], [fxFlex.sm], [fxFlex.md], [fxFlex.lg], [fxFlex.xl], [fxFlex.lt-sm], [fxFlex.lt-md], [fxFlex.lt-lg], [fxFlex.lt-xl], [fxFlex.gt-xs], [fxFlex.gt-sm], [fxFlex.gt-md], [fxFlex.gt-lg]", inputs: ["fxFlex", "fxFlex.xs", "fxFlex.sm", "fxFlex.md", "fxFlex.lg", "fxFlex.xl", "fxFlex.lt-sm", "fxFlex.lt-md", "fxFlex.lt-lg", "fxFlex.lt-xl", "fxFlex.gt-xs", "fxFlex.gt-sm", "fxFlex.gt-md", "fxFlex.gt-lg"] }] }); }
18
+ }
19
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.2", ngImport: i0, type: ArmatureFooterComponent, decorators: [{
20
+ type: Component,
21
+ args: [{ selector: 'sof-ar-footer', template: "<footer role=\"contentinfo\" class=\"sof-ar-footer-container\">\r\n <div fxLayout=\"column\" fxLayoutAlign=\"center center\" style=\"width: 100%\" fxLayoutGap=\"10px\">\r\n <div fxFlex=\"100%\" style=\"width: 100%\" fxLayoutAlign=\"center center\" fxLayoutAlign.lt-md=\"start start\" *ngIf=\"footerConfig.showPreContent1\">\r\n <ng-content select=\"[sof-ar-footer-pre-content-1]\"></ng-content>\r\n </div>\r\n <div fxFlex=\"100%\" style=\"width: 100%\" *ngIf=\"footerConfig.showPreContent1\">\r\n <hr />\r\n </div>\r\n <div fxFlex=\"100%\" style=\"width: 100%\" fxLayoutAlign=\"center center\" *ngIf=\"footerConfig.showPreContent2\">\r\n <ng-content select=\"[sof-ar-footer-pre-content-2]\"></ng-content>\r\n </div>\r\n <div fxFlex=\"100%\" style=\"width: 100%\" *ngIf=\"footerConfig.showPreContent2\">\r\n <hr />\r\n </div>\r\n </div>\r\n <ng-content select=\"[sof-ar-footer-content]\"></ng-content>\r\n</footer>\r\n", styles: [".sof-ar-footer-container{background:#f5f5f5;display:inline-flex;justify-content:center;align-items:center;flex-wrap:wrap;padding:30px 0;width:100%;box-sizing:border-box}sof-ar-footer{position:relative}::ng-deep .sof-ar-footer-container button:not(:last-child){position:relative}::ng-deep .sof-ar-footer-container button:not(:last-child):after{content:\"\";position:absolute;right:0;top:0;height:100%;width:1px;background:#0000004d}::ng-deep .flex-full-width{flex:0 0 100%;text-align:center}hr{border:1px solid #E4E4E4}\n"] }]
22
+ }], ctorParameters: () => [], propDecorators: { footerConfig: [{
23
+ type: Input
24
+ }] } });
25
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZm9vdGVyLmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2FybWF0dXJlL3NyYy9saWIvZm9vdGVyL2NvbXBvbmVudHMvZm9vdGVyL2Zvb3Rlci5jb21wb25lbnQudHMiLCIuLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9hcm1hdHVyZS9zcmMvbGliL2Zvb3Rlci9jb21wb25lbnRzL2Zvb3Rlci9mb290ZXIuY29tcG9uZW50Lmh0bWwiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFNBQVMsRUFBVSxLQUFLLEVBQUUsTUFBTSxlQUFlLENBQUM7QUFDekQsT0FBTyxFQUFFLFlBQVksRUFBRSxNQUFNLDRCQUE0QixDQUFDOzs7O0FBRTFELG9DQUFvQztBQU1wQyxNQUFNLE9BQU8sdUJBQXVCO0lBS2xDLHNCQUFzQjtJQUN0QjtRQUpBLHdCQUF3QjtRQUNSLGlCQUFZLEdBQWlCLElBQUksWUFBWSxFQUFFLENBQUM7SUFHaEQsQ0FBQztJQUVqQixjQUFjO0lBQ1AsUUFBUTtJQUNmLENBQUM7OEdBVlUsdUJBQXVCO2tHQUF2Qix1QkFBdUIsK0ZDVHBDLHM4QkFpQkE7OzJGRFJhLHVCQUF1QjtrQkFMbkMsU0FBUzsrQkFDRSxlQUFlO3dEQU9ULFlBQVk7c0JBQTNCLEtBQUsiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBDb21wb25lbnQsIE9uSW5pdCwgSW5wdXQgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcclxuaW1wb3J0IHsgRm9vdGVyQ29uZmlnIH0gZnJvbSAnLi4vLi4vbW9kZWxzL2Zvb3Rlci1jb25maWcnO1xyXG5cclxuLyoqIFRoZSBBcm1hdHVyZSBGb290ZXIgQ29tcG9uZW50ICovXHJcbkBDb21wb25lbnQoe1xyXG4gIHNlbGVjdG9yOiAnc29mLWFyLWZvb3RlcicsXHJcbiAgdGVtcGxhdGVVcmw6ICcuL2Zvb3Rlci5jb21wb25lbnQuaHRtbCcsXHJcbiAgc3R5bGVVcmxzOiBbJy4vZm9vdGVyLmNvbXBvbmVudC5zY3NzJ11cclxufSlcclxuZXhwb3J0IGNsYXNzIEFybWF0dXJlRm9vdGVyQ29tcG9uZW50IGltcGxlbWVudHMgT25Jbml0IHtcclxuXHJcbiAgLyoqIFRoZSBmb290ZXIgY29uZmlnICovXHJcbiAgQElucHV0KCkgcHVibGljIGZvb3RlckNvbmZpZzogRm9vdGVyQ29uZmlnID0gbmV3IEZvb3RlckNvbmZpZygpO1xyXG5cclxuICAvKiogdGhlIGNvbnN0cnVjdG9yICovXHJcbiAgY29uc3RydWN0b3IoKSB7IH1cclxuXHJcbiAgLyoqIE9uIEluaXQgKi9cclxuICBwdWJsaWMgbmdPbkluaXQoKTogdm9pZCB7XHJcbiAgfVxyXG5cclxufVxyXG4iLCI8Zm9vdGVyIHJvbGU9XCJjb250ZW50aW5mb1wiIGNsYXNzPVwic29mLWFyLWZvb3Rlci1jb250YWluZXJcIj5cclxuICA8ZGl2IGZ4TGF5b3V0PVwiY29sdW1uXCIgZnhMYXlvdXRBbGlnbj1cImNlbnRlciBjZW50ZXJcIiBzdHlsZT1cIndpZHRoOiAxMDAlXCIgZnhMYXlvdXRHYXA9XCIxMHB4XCI+XHJcbiAgICA8ZGl2IGZ4RmxleD1cIjEwMCVcIiBzdHlsZT1cIndpZHRoOiAxMDAlXCIgZnhMYXlvdXRBbGlnbj1cImNlbnRlciBjZW50ZXJcIiBmeExheW91dEFsaWduLmx0LW1kPVwic3RhcnQgc3RhcnRcIiAqbmdJZj1cImZvb3RlckNvbmZpZy5zaG93UHJlQ29udGVudDFcIj5cclxuICAgICAgPG5nLWNvbnRlbnQgc2VsZWN0PVwiW3NvZi1hci1mb290ZXItcHJlLWNvbnRlbnQtMV1cIj48L25nLWNvbnRlbnQ+XHJcbiAgICA8L2Rpdj5cclxuICAgIDxkaXYgZnhGbGV4PVwiMTAwJVwiIHN0eWxlPVwid2lkdGg6IDEwMCVcIiAqbmdJZj1cImZvb3RlckNvbmZpZy5zaG93UHJlQ29udGVudDFcIj5cclxuICAgICAgPGhyIC8+XHJcbiAgICA8L2Rpdj5cclxuICAgIDxkaXYgZnhGbGV4PVwiMTAwJVwiIHN0eWxlPVwid2lkdGg6IDEwMCVcIiBmeExheW91dEFsaWduPVwiY2VudGVyIGNlbnRlclwiICpuZ0lmPVwiZm9vdGVyQ29uZmlnLnNob3dQcmVDb250ZW50MlwiPlxyXG4gICAgICA8bmctY29udGVudCBzZWxlY3Q9XCJbc29mLWFyLWZvb3Rlci1wcmUtY29udGVudC0yXVwiPjwvbmctY29udGVudD5cclxuICAgIDwvZGl2PlxyXG4gICAgPGRpdiBmeEZsZXg9XCIxMDAlXCIgc3R5bGU9XCJ3aWR0aDogMTAwJVwiICpuZ0lmPVwiZm9vdGVyQ29uZmlnLnNob3dQcmVDb250ZW50MlwiPlxyXG4gICAgICA8aHIgLz5cclxuICAgIDwvZGl2PlxyXG4gIDwvZGl2PlxyXG4gIDxuZy1jb250ZW50IHNlbGVjdD1cIltzb2YtYXItZm9vdGVyLWNvbnRlbnRdXCI+PC9uZy1jb250ZW50PlxyXG48L2Zvb3Rlcj5cclxuIl19
@@ -1,25 +1,25 @@
1
- import { Component, Input } from '@angular/core';
2
- import * as i0 from "@angular/core";
3
- import * as i1 from "@angular/router";
4
- import * as i2 from "@angular/common";
5
- import * as i3 from "@angular/flex-layout/flex";
6
- import * as i4 from "@ngx-translate/core";
7
- export class SiteMapComponent {
8
- /** Creates an instance of SiteMapComponent. */
9
- constructor() { }
10
- /** Init */
11
- ngOnInit() {
12
- if (!this.config) {
13
- throw new Error('sof-ar-site-map: [config] input is required');
14
- }
15
- }
16
- }
17
- SiteMapComponentfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.7", ngImport: i0, type: SiteMapComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
18
- SiteMapComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.7", type: SiteMapComponent, selector: "sof-ar-site-map", inputs: { config: "config" }, ngImport: i0, template: "<div fxLayout=\"row\" class=\"site-map-container\" fxLayoutAlign=\"space-around\">\r\n <div class=\"sof-ar-site-map-column\" *ngFor=\"let column of config.graph\" fxLayout=\"column\" fxLayoutGap=\"10px\">\r\n <ng-container *ngFor=\"let row of column\">\r\n <h2 class=\"{{config.sectionTitleClass ? config.sectionTitleClass : 'default-header-color'}}\">\r\n {{row.sectionTitle | translate}}\r\n </h2>\r\n <ng-container *ngIf=\"row.direction === 'Vertical' else horizontalLinks\">\r\n <ng-container *ngIf=\"!row.iconLinks else logoButton\">\r\n <div *ngFor=\"let link of row.links\" class=\"{{ link.linkClass ? link.linkClass : config.linkClass }}\">\r\n <a h4 routerLink=\"{{link.routerLink}}\" *ngIf=\"link.routePath === 'internal' else externalLink\">\r\n {{link.text | translate}}\r\n </a>\r\n <ng-template #externalLink>\r\n <a href=\"{{link.routerLink}}\" target=\"_blank\" h4>\r\n {{link.text | translate}}\r\n </a>\r\n </ng-template>\r\n </div>\r\n </ng-container>\r\n <ng-template #logoButton>\r\n <div *ngFor=\"let link of row.links\" class=\"{{ link.linkClass ? link.linkClass : config.linkClass }}\">\r\n <a routerLink=\"{{link.routerLink}}\" *ngIf=\"link.routePath === 'internal' else externalLogoLink\">\r\n <i title=\"{{link.text | translate}}\" class=\"{{link.logoClass}}\"></i>\r\n </a>\r\n <ng-template #externalLogoLink>\r\n <a target=\"_blank\" href=\"{{link.routerLink}}\">\r\n <i title=\"{{link.text | translate}}\" class=\"{{link.logoClass}}\"></i>\r\n </a>\r\n </ng-template>\r\n </div>\r\n </ng-template>\r\n </ng-container>\r\n <ng-template #horizontalLinks>\r\n <div fxLayout=\"row\" fxLayoutGap=\"20px\">\r\n <ng-container *ngIf=\"!row.iconLinks else logoButton\">\r\n <div *ngFor=\"let link of row.links\" class=\"{{ link.linkClass ? link.linkClass : config.linkClass }}\">\r\n <a h4 routerLink=\"{{link.routerLink}}\"\r\n *ngIf=\"link.routePath === 'internal' else externalLink\">\r\n {{link.text | translate}}\r\n </a>\r\n <ng-template #externalLink>\r\n <a href=\"{{link.routerLink}}\" target=\"_blank\" h4>\r\n {{link.text | translate}}\r\n </a>\r\n </ng-template>\r\n </div>\r\n </ng-container>\r\n <ng-template #logoButton>\r\n <div *ngFor=\"let link of row.links\" class=\"{{link.linkClass ? link.linkClass : config.linkClass}}\">\r\n <a routerLink=\"{{link.routerLink}}\"\r\n *ngIf=\"link.routePath === 'internal' else externalLogoLink\">\r\n <i title=\"{{link.text | translate}}\" class=\"{{link.logoClass}}\"></i>\r\n </a>\r\n <ng-template #externalLogoLink>\r\n <a target=\"_blank\" href=\"{{link.routerLink}}\">\r\n <i title=\"{{link.text | translate}}\" class=\"{{link.logoClass}}\"></i>\r\n </a>\r\n </ng-template>\r\n </div>\r\n </ng-template>\r\n </div>\r\n </ng-template>\r\n </ng-container>\r\n </div>\r\n</div>", styles: [":host{width:80%}a{text-decoration:none;padding-bottom:10px}.default-header-color{color:#00f}\n"], dependencies: [{ kind: "directive", type: i1.RouterLink, selector: "[routerLink]", inputs: ["target", "queryParams", "fragment", "queryParamsHandling", "state", "relativeTo", "preserveFragment", "skipLocationChange", "replaceUrl", "routerLink"] }, { kind: "directive", type: i2.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: i2.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i3.DefaultLayoutDirective, selector: " [fxLayout], [fxLayout.xs], [fxLayout.sm], [fxLayout.md], [fxLayout.lg], [fxLayout.xl], [fxLayout.lt-sm], [fxLayout.lt-md], [fxLayout.lt-lg], [fxLayout.lt-xl], [fxLayout.gt-xs], [fxLayout.gt-sm], [fxLayout.gt-md], [fxLayout.gt-lg]", inputs: ["fxLayout", "fxLayout.xs", "fxLayout.sm", "fxLayout.md", "fxLayout.lg", "fxLayout.xl", "fxLayout.lt-sm", "fxLayout.lt-md", "fxLayout.lt-lg", "fxLayout.lt-xl", "fxLayout.gt-xs", "fxLayout.gt-sm", "fxLayout.gt-md", "fxLayout.gt-lg"] }, { kind: "directive", type: i3.DefaultLayoutGapDirective, selector: " [fxLayoutGap], [fxLayoutGap.xs], [fxLayoutGap.sm], [fxLayoutGap.md], [fxLayoutGap.lg], [fxLayoutGap.xl], [fxLayoutGap.lt-sm], [fxLayoutGap.lt-md], [fxLayoutGap.lt-lg], [fxLayoutGap.lt-xl], [fxLayoutGap.gt-xs], [fxLayoutGap.gt-sm], [fxLayoutGap.gt-md], [fxLayoutGap.gt-lg]", inputs: ["fxLayoutGap", "fxLayoutGap.xs", "fxLayoutGap.sm", "fxLayoutGap.md", "fxLayoutGap.lg", "fxLayoutGap.xl", "fxLayoutGap.lt-sm", "fxLayoutGap.lt-md", "fxLayoutGap.lt-lg", "fxLayoutGap.lt-xl", "fxLayoutGap.gt-xs", "fxLayoutGap.gt-sm", "fxLayoutGap.gt-md", "fxLayoutGap.gt-lg"] }, { kind: "directive", type: i3.DefaultLayoutAlignDirective, selector: " [fxLayoutAlign], [fxLayoutAlign.xs], [fxLayoutAlign.sm], [fxLayoutAlign.md], [fxLayoutAlign.lg], [fxLayoutAlign.xl], [fxLayoutAlign.lt-sm], [fxLayoutAlign.lt-md], [fxLayoutAlign.lt-lg], [fxLayoutAlign.lt-xl], [fxLayoutAlign.gt-xs], [fxLayoutAlign.gt-sm], [fxLayoutAlign.gt-md], [fxLayoutAlign.gt-lg]", inputs: ["fxLayoutAlign", "fxLayoutAlign.xs", "fxLayoutAlign.sm", "fxLayoutAlign.md", "fxLayoutAlign.lg", "fxLayoutAlign.xl", "fxLayoutAlign.lt-sm", "fxLayoutAlign.lt-md", "fxLayoutAlign.lt-lg", "fxLayoutAlign.lt-xl", "fxLayoutAlign.gt-xs", "fxLayoutAlign.gt-sm", "fxLayoutAlign.gt-md", "fxLayoutAlign.gt-lg"] }, { kind: "pipe", type: i4.TranslatePipe, name: "translate" }] });
19
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.7", ngImport: i0, type: SiteMapComponent, decorators: [{
20
- type: Component,
21
- args: [{ selector: 'sof-ar-site-map', template: "<div fxLayout=\"row\" class=\"site-map-container\" fxLayoutAlign=\"space-around\">\r\n <div class=\"sof-ar-site-map-column\" *ngFor=\"let column of config.graph\" fxLayout=\"column\" fxLayoutGap=\"10px\">\r\n <ng-container *ngFor=\"let row of column\">\r\n <h2 class=\"{{config.sectionTitleClass ? config.sectionTitleClass : 'default-header-color'}}\">\r\n {{row.sectionTitle | translate}}\r\n </h2>\r\n <ng-container *ngIf=\"row.direction === 'Vertical' else horizontalLinks\">\r\n <ng-container *ngIf=\"!row.iconLinks else logoButton\">\r\n <div *ngFor=\"let link of row.links\" class=\"{{ link.linkClass ? link.linkClass : config.linkClass }}\">\r\n <a h4 routerLink=\"{{link.routerLink}}\" *ngIf=\"link.routePath === 'internal' else externalLink\">\r\n {{link.text | translate}}\r\n </a>\r\n <ng-template #externalLink>\r\n <a href=\"{{link.routerLink}}\" target=\"_blank\" h4>\r\n {{link.text | translate}}\r\n </a>\r\n </ng-template>\r\n </div>\r\n </ng-container>\r\n <ng-template #logoButton>\r\n <div *ngFor=\"let link of row.links\" class=\"{{ link.linkClass ? link.linkClass : config.linkClass }}\">\r\n <a routerLink=\"{{link.routerLink}}\" *ngIf=\"link.routePath === 'internal' else externalLogoLink\">\r\n <i title=\"{{link.text | translate}}\" class=\"{{link.logoClass}}\"></i>\r\n </a>\r\n <ng-template #externalLogoLink>\r\n <a target=\"_blank\" href=\"{{link.routerLink}}\">\r\n <i title=\"{{link.text | translate}}\" class=\"{{link.logoClass}}\"></i>\r\n </a>\r\n </ng-template>\r\n </div>\r\n </ng-template>\r\n </ng-container>\r\n <ng-template #horizontalLinks>\r\n <div fxLayout=\"row\" fxLayoutGap=\"20px\">\r\n <ng-container *ngIf=\"!row.iconLinks else logoButton\">\r\n <div *ngFor=\"let link of row.links\" class=\"{{ link.linkClass ? link.linkClass : config.linkClass }}\">\r\n <a h4 routerLink=\"{{link.routerLink}}\"\r\n *ngIf=\"link.routePath === 'internal' else externalLink\">\r\n {{link.text | translate}}\r\n </a>\r\n <ng-template #externalLink>\r\n <a href=\"{{link.routerLink}}\" target=\"_blank\" h4>\r\n {{link.text | translate}}\r\n </a>\r\n </ng-template>\r\n </div>\r\n </ng-container>\r\n <ng-template #logoButton>\r\n <div *ngFor=\"let link of row.links\" class=\"{{link.linkClass ? link.linkClass : config.linkClass}}\">\r\n <a routerLink=\"{{link.routerLink}}\"\r\n *ngIf=\"link.routePath === 'internal' else externalLogoLink\">\r\n <i title=\"{{link.text | translate}}\" class=\"{{link.logoClass}}\"></i>\r\n </a>\r\n <ng-template #externalLogoLink>\r\n <a target=\"_blank\" href=\"{{link.routerLink}}\">\r\n <i title=\"{{link.text | translate}}\" class=\"{{link.logoClass}}\"></i>\r\n </a>\r\n </ng-template>\r\n </div>\r\n </ng-template>\r\n </div>\r\n </ng-template>\r\n </ng-container>\r\n </div>\r\n</div>", styles: [":host{width:80%}a{text-decoration:none;padding-bottom:10px}.default-header-color{color:#00f}\n"] }]
22
- }], ctorParameters: function () { return []; }, propDecorators: { config: [{
23
- type: Input
24
- }] } });
25
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoic2l0ZS1tYXAuY29tcG9uZW50LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvYXJtYXR1cmUvc3JjL2xpYi9mb290ZXIvY29tcG9uZW50cy9zaXRlLW1hcC9zaXRlLW1hcC5jb21wb25lbnQudHMiLCIuLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9hcm1hdHVyZS9zcmMvbGliL2Zvb3Rlci9jb21wb25lbnRzL3NpdGUtbWFwL3NpdGUtbWFwLmNvbXBvbmVudC5odG1sIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxTQUFTLEVBQVUsS0FBSyxFQUFFLE1BQU0sZUFBZSxDQUFDOzs7Ozs7QUFTekQsTUFBTSxPQUFPLGdCQUFnQjtJQUszQiwrQ0FBK0M7SUFDL0MsZ0JBQXVCLENBQUM7SUFFeEIsV0FBVztJQUNKLFFBQVE7UUFDYixJQUFJLENBQUMsSUFBSSxDQUFDLE1BQU0sRUFBRTtZQUNoQixNQUFNLElBQUksS0FBSyxDQUFDLDZDQUE2QyxDQUFDLENBQUM7U0FDaEU7SUFDSCxDQUFDOzs2R0FiVSxnQkFBZ0I7aUdBQWhCLGdCQUFnQixxRkNUN0Isc2lJQWdFTTsyRkR2RE8sZ0JBQWdCO2tCQUw1QixTQUFTOytCQUNFLGlCQUFpQjswRUFPWCxNQUFNO3NCQUFyQixLQUFLIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgQ29tcG9uZW50LCBPbkluaXQsIElucHV0IH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XHJcblxyXG5pbXBvcnQgeyBTaXRlTWFwQ29uZmlnIH0gZnJvbSAnLi4vLi4vbW9kZWxzL3NpdGUtbWFwLW1vZGVscyc7XHJcblxyXG5AQ29tcG9uZW50KHtcclxuICBzZWxlY3RvcjogJ3NvZi1hci1zaXRlLW1hcCcsXHJcbiAgdGVtcGxhdGVVcmw6ICcuL3NpdGUtbWFwLmNvbXBvbmVudC5odG1sJyxcclxuICBzdHlsZVVybHM6IFsnLi9zaXRlLW1hcC5jb21wb25lbnQuc2NzcyddXHJcbn0pXHJcbmV4cG9ydCBjbGFzcyBTaXRlTWFwQ29tcG9uZW50IGltcGxlbWVudHMgT25Jbml0IHtcclxuXHJcbiAgLyoqIFNpdGUgbWFwIGNvbmZpZyAqL1xyXG4gIEBJbnB1dCgpIHB1YmxpYyBjb25maWc6IFNpdGVNYXBDb25maWc7XHJcbiAgXHJcbiAgLyoqIENyZWF0ZXMgYW4gaW5zdGFuY2Ugb2YgU2l0ZU1hcENvbXBvbmVudC4gKi9cclxuICBwdWJsaWMgY29uc3RydWN0b3IoKSB7IH1cclxuXHJcbiAgLyoqIEluaXQgKi9cclxuICBwdWJsaWMgbmdPbkluaXQoKTogdm9pZCB7ICAgICAgICBcclxuICAgIGlmICghdGhpcy5jb25maWcpIHtcclxuICAgICAgdGhyb3cgbmV3IEVycm9yKCdzb2YtYXItc2l0ZS1tYXA6IFtjb25maWddIGlucHV0IGlzIHJlcXVpcmVkJyk7XHJcbiAgICB9XHJcbiAgfVxyXG59XHJcbiIsIjxkaXYgZnhMYXlvdXQ9XCJyb3dcIiBjbGFzcz1cInNpdGUtbWFwLWNvbnRhaW5lclwiIGZ4TGF5b3V0QWxpZ249XCJzcGFjZS1hcm91bmRcIj5cclxuICAgIDxkaXYgY2xhc3M9XCJzb2YtYXItc2l0ZS1tYXAtY29sdW1uXCIgKm5nRm9yPVwibGV0IGNvbHVtbiBvZiBjb25maWcuZ3JhcGhcIiBmeExheW91dD1cImNvbHVtblwiIGZ4TGF5b3V0R2FwPVwiMTBweFwiPlxyXG4gICAgICAgIDxuZy1jb250YWluZXIgKm5nRm9yPVwibGV0IHJvdyBvZiBjb2x1bW5cIj5cclxuICAgICAgICAgICAgPGgyIGNsYXNzPVwie3tjb25maWcuc2VjdGlvblRpdGxlQ2xhc3MgPyBjb25maWcuc2VjdGlvblRpdGxlQ2xhc3MgOiAnZGVmYXVsdC1oZWFkZXItY29sb3InfX1cIj5cclxuICAgICAgICAgICAgICAgIHt7cm93LnNlY3Rpb25UaXRsZSB8IHRyYW5zbGF0ZX19XHJcbiAgICAgICAgICAgIDwvaDI+XHJcbiAgICAgICAgICAgIDxuZy1jb250YWluZXIgKm5nSWY9XCJyb3cuZGlyZWN0aW9uID09PSAnVmVydGljYWwnIGVsc2UgaG9yaXpvbnRhbExpbmtzXCI+XHJcbiAgICAgICAgICAgICAgICA8bmctY29udGFpbmVyICpuZ0lmPVwiIXJvdy5pY29uTGlua3MgZWxzZSBsb2dvQnV0dG9uXCI+XHJcbiAgICAgICAgICAgICAgICAgICAgPGRpdiAqbmdGb3I9XCJsZXQgbGluayBvZiByb3cubGlua3NcIiBjbGFzcz1cInt7IGxpbmsubGlua0NsYXNzID8gbGluay5saW5rQ2xhc3MgOiBjb25maWcubGlua0NsYXNzIH19XCI+XHJcbiAgICAgICAgICAgICAgICAgICAgICAgIDxhIGg0IHJvdXRlckxpbms9XCJ7e2xpbmsucm91dGVyTGlua319XCIgKm5nSWY9XCJsaW5rLnJvdXRlUGF0aCA9PT0gJ2ludGVybmFsJyBlbHNlIGV4dGVybmFsTGlua1wiPlxyXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAge3tsaW5rLnRleHQgfCB0cmFuc2xhdGV9fVxyXG4gICAgICAgICAgICAgICAgICAgICAgICA8L2E+XHJcbiAgICAgICAgICAgICAgICAgICAgICAgIDxuZy10ZW1wbGF0ZSAjZXh0ZXJuYWxMaW5rPlxyXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgPGEgaHJlZj1cInt7bGluay5yb3V0ZXJMaW5rfX1cIiB0YXJnZXQ9XCJfYmxhbmtcIiBoND5cclxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIHt7bGluay50ZXh0IHwgdHJhbnNsYXRlfX1cclxuICAgICAgICAgICAgICAgICAgICAgICAgICAgIDwvYT5cclxuICAgICAgICAgICAgICAgICAgICAgICAgPC9uZy10ZW1wbGF0ZT5cclxuICAgICAgICAgICAgICAgICAgICA8L2Rpdj5cclxuICAgICAgICAgICAgICAgIDwvbmctY29udGFpbmVyPlxyXG4gICAgICAgICAgICAgICAgPG5nLXRlbXBsYXRlICNsb2dvQnV0dG9uPlxyXG4gICAgICAgICAgICAgICAgICAgIDxkaXYgKm5nRm9yPVwibGV0IGxpbmsgb2Ygcm93LmxpbmtzXCIgY2xhc3M9XCJ7eyBsaW5rLmxpbmtDbGFzcyA/IGxpbmsubGlua0NsYXNzIDogY29uZmlnLmxpbmtDbGFzcyB9fVwiPlxyXG4gICAgICAgICAgICAgICAgICAgICAgICA8YSByb3V0ZXJMaW5rPVwie3tsaW5rLnJvdXRlckxpbmt9fVwiICpuZ0lmPVwibGluay5yb3V0ZVBhdGggPT09ICdpbnRlcm5hbCcgZWxzZSBleHRlcm5hbExvZ29MaW5rXCI+XHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICA8aSB0aXRsZT1cInt7bGluay50ZXh0IHwgdHJhbnNsYXRlfX1cIiBjbGFzcz1cInt7bGluay5sb2dvQ2xhc3N9fVwiPjwvaT5cclxuICAgICAgICAgICAgICAgICAgICAgICAgPC9hPlxyXG4gICAgICAgICAgICAgICAgICAgICAgICA8bmctdGVtcGxhdGUgI2V4dGVybmFsTG9nb0xpbms+XHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICA8YSB0YXJnZXQ9XCJfYmxhbmtcIiBocmVmPVwie3tsaW5rLnJvdXRlckxpbmt9fVwiPlxyXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxpIHRpdGxlPVwie3tsaW5rLnRleHQgfCB0cmFuc2xhdGV9fVwiIGNsYXNzPVwie3tsaW5rLmxvZ29DbGFzc319XCI+PC9pPlxyXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgPC9hPlxyXG4gICAgICAgICAgICAgICAgICAgICAgICA8L25nLXRlbXBsYXRlPlxyXG4gICAgICAgICAgICAgICAgICAgIDwvZGl2PlxyXG4gICAgICAgICAgICAgICAgPC9uZy10ZW1wbGF0ZT5cclxuICAgICAgICAgICAgPC9uZy1jb250YWluZXI+XHJcbiAgICAgICAgICAgIDxuZy10ZW1wbGF0ZSAjaG9yaXpvbnRhbExpbmtzPlxyXG4gICAgICAgICAgICAgICAgPGRpdiBmeExheW91dD1cInJvd1wiIGZ4TGF5b3V0R2FwPVwiMjBweFwiPlxyXG4gICAgICAgICAgICAgICAgICAgIDxuZy1jb250YWluZXIgKm5nSWY9XCIhcm93Lmljb25MaW5rcyBlbHNlIGxvZ29CdXR0b25cIj5cclxuICAgICAgICAgICAgICAgICAgICAgICAgPGRpdiAqbmdGb3I9XCJsZXQgbGluayBvZiByb3cubGlua3NcIiBjbGFzcz1cInt7IGxpbmsubGlua0NsYXNzID8gbGluay5saW5rQ2xhc3MgOiBjb25maWcubGlua0NsYXNzIH19XCI+XHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICA8YSBoNCByb3V0ZXJMaW5rPVwie3tsaW5rLnJvdXRlckxpbmt9fVwiXHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgKm5nSWY9XCJsaW5rLnJvdXRlUGF0aCA9PT0gJ2ludGVybmFsJyBlbHNlIGV4dGVybmFsTGlua1wiPlxyXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIHt7bGluay50ZXh0IHwgdHJhbnNsYXRlfX1cclxuICAgICAgICAgICAgICAgICAgICAgICAgICAgIDwvYT5cclxuICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxuZy10ZW1wbGF0ZSAjZXh0ZXJuYWxMaW5rPlxyXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxhIGhyZWY9XCJ7e2xpbmsucm91dGVyTGlua319XCIgdGFyZ2V0PVwiX2JsYW5rXCIgaDQ+XHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIHt7bGluay50ZXh0IHwgdHJhbnNsYXRlfX1cclxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8L2E+XHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICA8L25nLXRlbXBsYXRlPlxyXG4gICAgICAgICAgICAgICAgICAgICAgICA8L2Rpdj5cclxuICAgICAgICAgICAgICAgICAgICA8L25nLWNvbnRhaW5lcj5cclxuICAgICAgICAgICAgICAgICAgICA8bmctdGVtcGxhdGUgI2xvZ29CdXR0b24+XHJcbiAgICAgICAgICAgICAgICAgICAgICAgIDxkaXYgKm5nRm9yPVwibGV0IGxpbmsgb2Ygcm93LmxpbmtzXCIgY2xhc3M9XCJ7e2xpbmsubGlua0NsYXNzID8gbGluay5saW5rQ2xhc3MgOiBjb25maWcubGlua0NsYXNzfX1cIj5cclxuICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxhIHJvdXRlckxpbms9XCJ7e2xpbmsucm91dGVyTGlua319XCJcclxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAqbmdJZj1cImxpbmsucm91dGVQYXRoID09PSAnaW50ZXJuYWwnIGVsc2UgZXh0ZXJuYWxMb2dvTGlua1wiPlxyXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxpIHRpdGxlPVwie3tsaW5rLnRleHQgfCB0cmFuc2xhdGV9fVwiIGNsYXNzPVwie3tsaW5rLmxvZ29DbGFzc319XCI+PC9pPlxyXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgPC9hPlxyXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgPG5nLXRlbXBsYXRlICNleHRlcm5hbExvZ29MaW5rPlxyXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxhIHRhcmdldD1cIl9ibGFua1wiIGhyZWY9XCJ7e2xpbmsucm91dGVyTGlua319XCI+XHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxpIHRpdGxlPVwie3tsaW5rLnRleHQgfCB0cmFuc2xhdGV9fVwiIGNsYXNzPVwie3tsaW5rLmxvZ29DbGFzc319XCI+PC9pPlxyXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDwvYT5cclxuICAgICAgICAgICAgICAgICAgICAgICAgICAgIDwvbmctdGVtcGxhdGU+XHJcbiAgICAgICAgICAgICAgICAgICAgICAgIDwvZGl2PlxyXG4gICAgICAgICAgICAgICAgICAgIDwvbmctdGVtcGxhdGU+XHJcbiAgICAgICAgICAgICAgICA8L2Rpdj5cclxuICAgICAgICAgICAgPC9uZy10ZW1wbGF0ZT5cclxuICAgICAgICA8L25nLWNvbnRhaW5lcj5cclxuICAgIDwvZGl2PlxyXG48L2Rpdj4iXX0=
1
+ import { Component, Input } from '@angular/core';
2
+ import * as i0 from "@angular/core";
3
+ import * as i1 from "@angular/router";
4
+ import * as i2 from "@angular/common";
5
+ import * as i3 from "@angular/flex-layout/flex";
6
+ import * as i4 from "@ngx-translate/core";
7
+ export class SiteMapComponent {
8
+ /** Creates an instance of SiteMapComponent. */
9
+ constructor() { }
10
+ /** Init */
11
+ ngOnInit() {
12
+ if (!this.config) {
13
+ throw new Error('sof-ar-site-map: [config] input is required');
14
+ }
15
+ }
16
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.2", ngImport: i0, type: SiteMapComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
17
+ static { thiscmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.1.2", type: SiteMapComponent, selector: "sof-ar-site-map", inputs: { config: "config" }, ngImport: i0, template: "<div fxLayout=\"row\" class=\"site-map-container\" fxLayoutAlign=\"space-around\">\r\n <div class=\"sof-ar-site-map-column\" *ngFor=\"let column of config.graph\" fxLayout=\"column\" fxLayoutGap=\"10px\">\r\n <ng-container *ngFor=\"let row of column\">\r\n <h2 class=\"{{config.sectionTitleClass ? config.sectionTitleClass : 'default-header-color'}}\">\r\n {{row.sectionTitle | translate}}\r\n </h2>\r\n <ng-container *ngIf=\"row.direction === 'Vertical' else horizontalLinks\">\r\n <ng-container *ngIf=\"!row.iconLinks else logoButton\">\r\n <div *ngFor=\"let link of row.links\" class=\"{{ link.linkClass ? link.linkClass : config.linkClass }}\">\r\n <a h4 routerLink=\"{{link.routerLink}}\" *ngIf=\"link.routePath === 'internal' else externalLink\">\r\n {{link.text | translate}}\r\n </a>\r\n <ng-template #externalLink>\r\n <a href=\"{{link.routerLink}}\" target=\"_blank\" h4>\r\n {{link.text | translate}}\r\n </a>\r\n </ng-template>\r\n </div>\r\n </ng-container>\r\n <ng-template #logoButton>\r\n <div *ngFor=\"let link of row.links\" class=\"{{ link.linkClass ? link.linkClass : config.linkClass }}\">\r\n <a routerLink=\"{{link.routerLink}}\" *ngIf=\"link.routePath === 'internal' else externalLogoLink\">\r\n <i title=\"{{link.text | translate}}\" class=\"{{link.logoClass}}\"></i>\r\n </a>\r\n <ng-template #externalLogoLink>\r\n <a target=\"_blank\" href=\"{{link.routerLink}}\">\r\n <i title=\"{{link.text | translate}}\" class=\"{{link.logoClass}}\"></i>\r\n </a>\r\n </ng-template>\r\n </div>\r\n </ng-template>\r\n </ng-container>\r\n <ng-template #horizontalLinks>\r\n <div fxLayout=\"row\" fxLayoutGap=\"20px\">\r\n <ng-container *ngIf=\"!row.iconLinks else logoButton\">\r\n <div *ngFor=\"let link of row.links\" class=\"{{ link.linkClass ? link.linkClass : config.linkClass }}\">\r\n <a h4 routerLink=\"{{link.routerLink}}\"\r\n *ngIf=\"link.routePath === 'internal' else externalLink\">\r\n {{link.text | translate}}\r\n </a>\r\n <ng-template #externalLink>\r\n <a href=\"{{link.routerLink}}\" target=\"_blank\" h4>\r\n {{link.text | translate}}\r\n </a>\r\n </ng-template>\r\n </div>\r\n </ng-container>\r\n <ng-template #logoButton>\r\n <div *ngFor=\"let link of row.links\" class=\"{{link.linkClass ? link.linkClass : config.linkClass}}\">\r\n <a routerLink=\"{{link.routerLink}}\"\r\n *ngIf=\"link.routePath === 'internal' else externalLogoLink\">\r\n <i title=\"{{link.text | translate}}\" class=\"{{link.logoClass}}\"></i>\r\n </a>\r\n <ng-template #externalLogoLink>\r\n <a target=\"_blank\" href=\"{{link.routerLink}}\">\r\n <i title=\"{{link.text | translate}}\" class=\"{{link.logoClass}}\"></i>\r\n </a>\r\n </ng-template>\r\n </div>\r\n </ng-template>\r\n </div>\r\n </ng-template>\r\n </ng-container>\r\n </div>\r\n</div>", styles: [":host{width:80%}a{text-decoration:none;padding-bottom:10px}.default-header-color{color:#00f}\n"], dependencies: [{ kind: "directive", type: i1.RouterLink, selector: "[routerLink]", inputs: ["target", "queryParams", "fragment", "queryParamsHandling", "state", "info", "relativeTo", "preserveFragment", "skipLocationChange", "replaceUrl", "routerLink"] }, { kind: "directive", type: i2.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: i2.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i3.DefaultLayoutDirective, selector: " [fxLayout], [fxLayout.xs], [fxLayout.sm], [fxLayout.md], [fxLayout.lg], [fxLayout.xl], [fxLayout.lt-sm], [fxLayout.lt-md], [fxLayout.lt-lg], [fxLayout.lt-xl], [fxLayout.gt-xs], [fxLayout.gt-sm], [fxLayout.gt-md], [fxLayout.gt-lg]", inputs: ["fxLayout", "fxLayout.xs", "fxLayout.sm", "fxLayout.md", "fxLayout.lg", "fxLayout.xl", "fxLayout.lt-sm", "fxLayout.lt-md", "fxLayout.lt-lg", "fxLayout.lt-xl", "fxLayout.gt-xs", "fxLayout.gt-sm", "fxLayout.gt-md", "fxLayout.gt-lg"] }, { kind: "directive", type: i3.DefaultLayoutGapDirective, selector: " [fxLayoutGap], [fxLayoutGap.xs], [fxLayoutGap.sm], [fxLayoutGap.md], [fxLayoutGap.lg], [fxLayoutGap.xl], [fxLayoutGap.lt-sm], [fxLayoutGap.lt-md], [fxLayoutGap.lt-lg], [fxLayoutGap.lt-xl], [fxLayoutGap.gt-xs], [fxLayoutGap.gt-sm], [fxLayoutGap.gt-md], [fxLayoutGap.gt-lg]", inputs: ["fxLayoutGap", "fxLayoutGap.xs", "fxLayoutGap.sm", "fxLayoutGap.md", "fxLayoutGap.lg", "fxLayoutGap.xl", "fxLayoutGap.lt-sm", "fxLayoutGap.lt-md", "fxLayoutGap.lt-lg", "fxLayoutGap.lt-xl", "fxLayoutGap.gt-xs", "fxLayoutGap.gt-sm", "fxLayoutGap.gt-md", "fxLayoutGap.gt-lg"] }, { kind: "directive", type: i3.DefaultLayoutAlignDirective, selector: " [fxLayoutAlign], [fxLayoutAlign.xs], [fxLayoutAlign.sm], [fxLayoutAlign.md], [fxLayoutAlign.lg], [fxLayoutAlign.xl], [fxLayoutAlign.lt-sm], [fxLayoutAlign.lt-md], [fxLayoutAlign.lt-lg], [fxLayoutAlign.lt-xl], [fxLayoutAlign.gt-xs], [fxLayoutAlign.gt-sm], [fxLayoutAlign.gt-md], [fxLayoutAlign.gt-lg]", inputs: ["fxLayoutAlign", "fxLayoutAlign.xs", "fxLayoutAlign.sm", "fxLayoutAlign.md", "fxLayoutAlign.lg", "fxLayoutAlign.xl", "fxLayoutAlign.lt-sm", "fxLayoutAlign.lt-md", "fxLayoutAlign.lt-lg", "fxLayoutAlign.lt-xl", "fxLayoutAlign.gt-xs", "fxLayoutAlign.gt-sm", "fxLayoutAlign.gt-md", "fxLayoutAlign.gt-lg"] }, { kind: "pipe", type: i4.TranslatePipe, name: "translate" }] }); }
18
+ }
19
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.2", ngImport: i0, type: SiteMapComponent, decorators: [{
20
+ type: Component,
21
+ args: [{ selector: 'sof-ar-site-map', template: "<div fxLayout=\"row\" class=\"site-map-container\" fxLayoutAlign=\"space-around\">\r\n <div class=\"sof-ar-site-map-column\" *ngFor=\"let column of config.graph\" fxLayout=\"column\" fxLayoutGap=\"10px\">\r\n <ng-container *ngFor=\"let row of column\">\r\n <h2 class=\"{{config.sectionTitleClass ? config.sectionTitleClass : 'default-header-color'}}\">\r\n {{row.sectionTitle | translate}}\r\n </h2>\r\n <ng-container *ngIf=\"row.direction === 'Vertical' else horizontalLinks\">\r\n <ng-container *ngIf=\"!row.iconLinks else logoButton\">\r\n <div *ngFor=\"let link of row.links\" class=\"{{ link.linkClass ? link.linkClass : config.linkClass }}\">\r\n <a h4 routerLink=\"{{link.routerLink}}\" *ngIf=\"link.routePath === 'internal' else externalLink\">\r\n {{link.text | translate}}\r\n </a>\r\n <ng-template #externalLink>\r\n <a href=\"{{link.routerLink}}\" target=\"_blank\" h4>\r\n {{link.text | translate}}\r\n </a>\r\n </ng-template>\r\n </div>\r\n </ng-container>\r\n <ng-template #logoButton>\r\n <div *ngFor=\"let link of row.links\" class=\"{{ link.linkClass ? link.linkClass : config.linkClass }}\">\r\n <a routerLink=\"{{link.routerLink}}\" *ngIf=\"link.routePath === 'internal' else externalLogoLink\">\r\n <i title=\"{{link.text | translate}}\" class=\"{{link.logoClass}}\"></i>\r\n </a>\r\n <ng-template #externalLogoLink>\r\n <a target=\"_blank\" href=\"{{link.routerLink}}\">\r\n <i title=\"{{link.text | translate}}\" class=\"{{link.logoClass}}\"></i>\r\n </a>\r\n </ng-template>\r\n </div>\r\n </ng-template>\r\n </ng-container>\r\n <ng-template #horizontalLinks>\r\n <div fxLayout=\"row\" fxLayoutGap=\"20px\">\r\n <ng-container *ngIf=\"!row.iconLinks else logoButton\">\r\n <div *ngFor=\"let link of row.links\" class=\"{{ link.linkClass ? link.linkClass : config.linkClass }}\">\r\n <a h4 routerLink=\"{{link.routerLink}}\"\r\n *ngIf=\"link.routePath === 'internal' else externalLink\">\r\n {{link.text | translate}}\r\n </a>\r\n <ng-template #externalLink>\r\n <a href=\"{{link.routerLink}}\" target=\"_blank\" h4>\r\n {{link.text | translate}}\r\n </a>\r\n </ng-template>\r\n </div>\r\n </ng-container>\r\n <ng-template #logoButton>\r\n <div *ngFor=\"let link of row.links\" class=\"{{link.linkClass ? link.linkClass : config.linkClass}}\">\r\n <a routerLink=\"{{link.routerLink}}\"\r\n *ngIf=\"link.routePath === 'internal' else externalLogoLink\">\r\n <i title=\"{{link.text | translate}}\" class=\"{{link.logoClass}}\"></i>\r\n </a>\r\n <ng-template #externalLogoLink>\r\n <a target=\"_blank\" href=\"{{link.routerLink}}\">\r\n <i title=\"{{link.text | translate}}\" class=\"{{link.logoClass}}\"></i>\r\n </a>\r\n </ng-template>\r\n </div>\r\n </ng-template>\r\n </div>\r\n </ng-template>\r\n </ng-container>\r\n </div>\r\n</div>", styles: [":host{width:80%}a{text-decoration:none;padding-bottom:10px}.default-header-color{color:#00f}\n"] }]
22
+ }], ctorParameters: () => [], propDecorators: { config: [{
23
+ type: Input
24
+ }] } });
25
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoic2l0ZS1tYXAuY29tcG9uZW50LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvYXJtYXR1cmUvc3JjL2xpYi9mb290ZXIvY29tcG9uZW50cy9zaXRlLW1hcC9zaXRlLW1hcC5jb21wb25lbnQudHMiLCIuLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9hcm1hdHVyZS9zcmMvbGliL2Zvb3Rlci9jb21wb25lbnRzL3NpdGUtbWFwL3NpdGUtbWFwLmNvbXBvbmVudC5odG1sIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxTQUFTLEVBQVUsS0FBSyxFQUFFLE1BQU0sZUFBZSxDQUFDOzs7Ozs7QUFTekQsTUFBTSxPQUFPLGdCQUFnQjtJQUszQiwrQ0FBK0M7SUFDL0MsZ0JBQXVCLENBQUM7SUFFeEIsV0FBVztJQUNKLFFBQVE7UUFDYixJQUFJLENBQUMsSUFBSSxDQUFDLE1BQU0sRUFBRTtZQUNoQixNQUFNLElBQUksS0FBSyxDQUFDLDZDQUE2QyxDQUFDLENBQUM7U0FDaEU7SUFDSCxDQUFDOzhHQWJVLGdCQUFnQjtrR0FBaEIsZ0JBQWdCLHFGQ1Q3QixzaUlBZ0VNOzsyRkR2RE8sZ0JBQWdCO2tCQUw1QixTQUFTOytCQUNFLGlCQUFpQjt3REFPWCxNQUFNO3NCQUFyQixLQUFLIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgQ29tcG9uZW50LCBPbkluaXQsIElucHV0IH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XHJcblxyXG5pbXBvcnQgeyBTaXRlTWFwQ29uZmlnIH0gZnJvbSAnLi4vLi4vbW9kZWxzL3NpdGUtbWFwLW1vZGVscyc7XHJcblxyXG5AQ29tcG9uZW50KHtcclxuICBzZWxlY3RvcjogJ3NvZi1hci1zaXRlLW1hcCcsXHJcbiAgdGVtcGxhdGVVcmw6ICcuL3NpdGUtbWFwLmNvbXBvbmVudC5odG1sJyxcclxuICBzdHlsZVVybHM6IFsnLi9zaXRlLW1hcC5jb21wb25lbnQuc2NzcyddXHJcbn0pXHJcbmV4cG9ydCBjbGFzcyBTaXRlTWFwQ29tcG9uZW50IGltcGxlbWVudHMgT25Jbml0IHtcclxuXHJcbiAgLyoqIFNpdGUgbWFwIGNvbmZpZyAqL1xyXG4gIEBJbnB1dCgpIHB1YmxpYyBjb25maWc6IFNpdGVNYXBDb25maWc7XHJcbiAgXHJcbiAgLyoqIENyZWF0ZXMgYW4gaW5zdGFuY2Ugb2YgU2l0ZU1hcENvbXBvbmVudC4gKi9cclxuICBwdWJsaWMgY29uc3RydWN0b3IoKSB7IH1cclxuXHJcbiAgLyoqIEluaXQgKi9cclxuICBwdWJsaWMgbmdPbkluaXQoKTogdm9pZCB7ICAgICAgICBcclxuICAgIGlmICghdGhpcy5jb25maWcpIHtcclxuICAgICAgdGhyb3cgbmV3IEVycm9yKCdzb2YtYXItc2l0ZS1tYXA6IFtjb25maWddIGlucHV0IGlzIHJlcXVpcmVkJyk7XHJcbiAgICB9XHJcbiAgfVxyXG59XHJcbiIsIjxkaXYgZnhMYXlvdXQ9XCJyb3dcIiBjbGFzcz1cInNpdGUtbWFwLWNvbnRhaW5lclwiIGZ4TGF5b3V0QWxpZ249XCJzcGFjZS1hcm91bmRcIj5cclxuICAgIDxkaXYgY2xhc3M9XCJzb2YtYXItc2l0ZS1tYXAtY29sdW1uXCIgKm5nRm9yPVwibGV0IGNvbHVtbiBvZiBjb25maWcuZ3JhcGhcIiBmeExheW91dD1cImNvbHVtblwiIGZ4TGF5b3V0R2FwPVwiMTBweFwiPlxyXG4gICAgICAgIDxuZy1jb250YWluZXIgKm5nRm9yPVwibGV0IHJvdyBvZiBjb2x1bW5cIj5cclxuICAgICAgICAgICAgPGgyIGNsYXNzPVwie3tjb25maWcuc2VjdGlvblRpdGxlQ2xhc3MgPyBjb25maWcuc2VjdGlvblRpdGxlQ2xhc3MgOiAnZGVmYXVsdC1oZWFkZXItY29sb3InfX1cIj5cclxuICAgICAgICAgICAgICAgIHt7cm93LnNlY3Rpb25UaXRsZSB8IHRyYW5zbGF0ZX19XHJcbiAgICAgICAgICAgIDwvaDI+XHJcbiAgICAgICAgICAgIDxuZy1jb250YWluZXIgKm5nSWY9XCJyb3cuZGlyZWN0aW9uID09PSAnVmVydGljYWwnIGVsc2UgaG9yaXpvbnRhbExpbmtzXCI+XHJcbiAgICAgICAgICAgICAgICA8bmctY29udGFpbmVyICpuZ0lmPVwiIXJvdy5pY29uTGlua3MgZWxzZSBsb2dvQnV0dG9uXCI+XHJcbiAgICAgICAgICAgICAgICAgICAgPGRpdiAqbmdGb3I9XCJsZXQgbGluayBvZiByb3cubGlua3NcIiBjbGFzcz1cInt7IGxpbmsubGlua0NsYXNzID8gbGluay5saW5rQ2xhc3MgOiBjb25maWcubGlua0NsYXNzIH19XCI+XHJcbiAgICAgICAgICAgICAgICAgICAgICAgIDxhIGg0IHJvdXRlckxpbms9XCJ7e2xpbmsucm91dGVyTGlua319XCIgKm5nSWY9XCJsaW5rLnJvdXRlUGF0aCA9PT0gJ2ludGVybmFsJyBlbHNlIGV4dGVybmFsTGlua1wiPlxyXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAge3tsaW5rLnRleHQgfCB0cmFuc2xhdGV9fVxyXG4gICAgICAgICAgICAgICAgICAgICAgICA8L2E+XHJcbiAgICAgICAgICAgICAgICAgICAgICAgIDxuZy10ZW1wbGF0ZSAjZXh0ZXJuYWxMaW5rPlxyXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgPGEgaHJlZj1cInt7bGluay5yb3V0ZXJMaW5rfX1cIiB0YXJnZXQ9XCJfYmxhbmtcIiBoND5cclxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIHt7bGluay50ZXh0IHwgdHJhbnNsYXRlfX1cclxuICAgICAgICAgICAgICAgICAgICAgICAgICAgIDwvYT5cclxuICAgICAgICAgICAgICAgICAgICAgICAgPC9uZy10ZW1wbGF0ZT5cclxuICAgICAgICAgICAgICAgICAgICA8L2Rpdj5cclxuICAgICAgICAgICAgICAgIDwvbmctY29udGFpbmVyPlxyXG4gICAgICAgICAgICAgICAgPG5nLXRlbXBsYXRlICNsb2dvQnV0dG9uPlxyXG4gICAgICAgICAgICAgICAgICAgIDxkaXYgKm5nRm9yPVwibGV0IGxpbmsgb2Ygcm93LmxpbmtzXCIgY2xhc3M9XCJ7eyBsaW5rLmxpbmtDbGFzcyA/IGxpbmsubGlua0NsYXNzIDogY29uZmlnLmxpbmtDbGFzcyB9fVwiPlxyXG4gICAgICAgICAgICAgICAgICAgICAgICA8YSByb3V0ZXJMaW5rPVwie3tsaW5rLnJvdXRlckxpbmt9fVwiICpuZ0lmPVwibGluay5yb3V0ZVBhdGggPT09ICdpbnRlcm5hbCcgZWxzZSBleHRlcm5hbExvZ29MaW5rXCI+XHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICA8aSB0aXRsZT1cInt7bGluay50ZXh0IHwgdHJhbnNsYXRlfX1cIiBjbGFzcz1cInt7bGluay5sb2dvQ2xhc3N9fVwiPjwvaT5cclxuICAgICAgICAgICAgICAgICAgICAgICAgPC9hPlxyXG4gICAgICAgICAgICAgICAgICAgICAgICA8bmctdGVtcGxhdGUgI2V4dGVybmFsTG9nb0xpbms+XHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICA8YSB0YXJnZXQ9XCJfYmxhbmtcIiBocmVmPVwie3tsaW5rLnJvdXRlckxpbmt9fVwiPlxyXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxpIHRpdGxlPVwie3tsaW5rLnRleHQgfCB0cmFuc2xhdGV9fVwiIGNsYXNzPVwie3tsaW5rLmxvZ29DbGFzc319XCI+PC9pPlxyXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgPC9hPlxyXG4gICAgICAgICAgICAgICAgICAgICAgICA8L25nLXRlbXBsYXRlPlxyXG4gICAgICAgICAgICAgICAgICAgIDwvZGl2PlxyXG4gICAgICAgICAgICAgICAgPC9uZy10ZW1wbGF0ZT5cclxuICAgICAgICAgICAgPC9uZy1jb250YWluZXI+XHJcbiAgICAgICAgICAgIDxuZy10ZW1wbGF0ZSAjaG9yaXpvbnRhbExpbmtzPlxyXG4gICAgICAgICAgICAgICAgPGRpdiBmeExheW91dD1cInJvd1wiIGZ4TGF5b3V0R2FwPVwiMjBweFwiPlxyXG4gICAgICAgICAgICAgICAgICAgIDxuZy1jb250YWluZXIgKm5nSWY9XCIhcm93Lmljb25MaW5rcyBlbHNlIGxvZ29CdXR0b25cIj5cclxuICAgICAgICAgICAgICAgICAgICAgICAgPGRpdiAqbmdGb3I9XCJsZXQgbGluayBvZiByb3cubGlua3NcIiBjbGFzcz1cInt7IGxpbmsubGlua0NsYXNzID8gbGluay5saW5rQ2xhc3MgOiBjb25maWcubGlua0NsYXNzIH19XCI+XHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICA8YSBoNCByb3V0ZXJMaW5rPVwie3tsaW5rLnJvdXRlckxpbmt9fVwiXHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgKm5nSWY9XCJsaW5rLnJvdXRlUGF0aCA9PT0gJ2ludGVybmFsJyBlbHNlIGV4dGVybmFsTGlua1wiPlxyXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIHt7bGluay50ZXh0IHwgdHJhbnNsYXRlfX1cclxuICAgICAgICAgICAgICAgICAgICAgICAgICAgIDwvYT5cclxuICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxuZy10ZW1wbGF0ZSAjZXh0ZXJuYWxMaW5rPlxyXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxhIGhyZWY9XCJ7e2xpbmsucm91dGVyTGlua319XCIgdGFyZ2V0PVwiX2JsYW5rXCIgaDQ+XHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIHt7bGluay50ZXh0IHwgdHJhbnNsYXRlfX1cclxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8L2E+XHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICA8L25nLXRlbXBsYXRlPlxyXG4gICAgICAgICAgICAgICAgICAgICAgICA8L2Rpdj5cclxuICAgICAgICAgICAgICAgICAgICA8L25nLWNvbnRhaW5lcj5cclxuICAgICAgICAgICAgICAgICAgICA8bmctdGVtcGxhdGUgI2xvZ29CdXR0b24+XHJcbiAgICAgICAgICAgICAgICAgICAgICAgIDxkaXYgKm5nRm9yPVwibGV0IGxpbmsgb2Ygcm93LmxpbmtzXCIgY2xhc3M9XCJ7e2xpbmsubGlua0NsYXNzID8gbGluay5saW5rQ2xhc3MgOiBjb25maWcubGlua0NsYXNzfX1cIj5cclxuICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxhIHJvdXRlckxpbms9XCJ7e2xpbmsucm91dGVyTGlua319XCJcclxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAqbmdJZj1cImxpbmsucm91dGVQYXRoID09PSAnaW50ZXJuYWwnIGVsc2UgZXh0ZXJuYWxMb2dvTGlua1wiPlxyXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxpIHRpdGxlPVwie3tsaW5rLnRleHQgfCB0cmFuc2xhdGV9fVwiIGNsYXNzPVwie3tsaW5rLmxvZ29DbGFzc319XCI+PC9pPlxyXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgPC9hPlxyXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgPG5nLXRlbXBsYXRlICNleHRlcm5hbExvZ29MaW5rPlxyXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxhIHRhcmdldD1cIl9ibGFua1wiIGhyZWY9XCJ7e2xpbmsucm91dGVyTGlua319XCI+XHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxpIHRpdGxlPVwie3tsaW5rLnRleHQgfCB0cmFuc2xhdGV9fVwiIGNsYXNzPVwie3tsaW5rLmxvZ29DbGFzc319XCI+PC9pPlxyXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDwvYT5cclxuICAgICAgICAgICAgICAgICAgICAgICAgICAgIDwvbmctdGVtcGxhdGU+XHJcbiAgICAgICAgICAgICAgICAgICAgICAgIDwvZGl2PlxyXG4gICAgICAgICAgICAgICAgICAgIDwvbmctdGVtcGxhdGU+XHJcbiAgICAgICAgICAgICAgICA8L2Rpdj5cclxuICAgICAgICAgICAgPC9uZy10ZW1wbGF0ZT5cclxuICAgICAgICA8L25nLWNvbnRhaW5lcj5cclxuICAgIDwvZGl2PlxyXG48L2Rpdj4iXX0=
@@ -1,10 +1,10 @@
1
- /** Public api for the footer module */
2
- export * from './footer.module';
3
- // models
4
- export * from './models/footer-config';
5
- export * from './models/site-map-models';
6
- export * from './models/enum/site-map-direction';
7
- // components
8
- export * from './components/footer/footer.component';
9
- export * from './components/site-map/site-map.component';
1
+ /** Public api for the footer module */
2
+ export * from './footer.module';
3
+ // models
4
+ export * from './models/footer-config';
5
+ export * from './models/site-map-models';
6
+ export * from './models/enum/site-map-direction';
7
+ // components
8
+ export * from './components/footer/footer.component';
9
+ export * from './components/site-map/site-map.component';
10
10
  //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZm9vdGVyLWFwaS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2FybWF0dXJlL3NyYy9saWIvZm9vdGVyL2Zvb3Rlci1hcGkudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsdUNBQXVDO0FBQ3ZDLGNBQWMsaUJBQWlCLENBQUM7QUFFaEMsU0FBUztBQUNULGNBQWMsd0JBQXdCLENBQUM7QUFDdkMsY0FBYywwQkFBMEIsQ0FBQztBQUN6QyxjQUFjLGtDQUFrQyxDQUFDO0FBRWpELGFBQWE7QUFDYixjQUFjLHNDQUFzQyxDQUFDO0FBQ3JELGNBQWMsMENBQTBDLENBQUMiLCJzb3VyY2VzQ29udGVudCI6WyIvKiogUHVibGljIGFwaSBmb3IgdGhlIGZvb3RlciBtb2R1bGUgKi9cclxuZXhwb3J0ICogZnJvbSAnLi9mb290ZXIubW9kdWxlJztcclxuXHJcbi8vIG1vZGVsc1xyXG5leHBvcnQgKiBmcm9tICcuL21vZGVscy9mb290ZXItY29uZmlnJztcclxuZXhwb3J0ICogZnJvbSAnLi9tb2RlbHMvc2l0ZS1tYXAtbW9kZWxzJztcclxuZXhwb3J0ICogZnJvbSAnLi9tb2RlbHMvZW51bS9zaXRlLW1hcC1kaXJlY3Rpb24nO1xyXG5cclxuLy8gY29tcG9uZW50c1xyXG5leHBvcnQgKiBmcm9tICcuL2NvbXBvbmVudHMvZm9vdGVyL2Zvb3Rlci5jb21wb25lbnQnO1xyXG5leHBvcnQgKiBmcm9tICcuL2NvbXBvbmVudHMvc2l0ZS1tYXAvc2l0ZS1tYXAuY29tcG9uZW50JztcclxuIl19
@@ -1,45 +1,45 @@
1
- import { CommonModule } from '@angular/common';
2
- import { NgModule } from '@angular/core';
3
- import { FlexLayoutModule } from '@angular/flex-layout';
4
- import { MatButtonModule } from '@angular/material/button';
5
- import { RouterModule } from '@angular/router';
6
- import { TranslateModule } from '@ngx-translate/core';
7
- import { ArmatureFooterComponent } from './components/footer/footer.component';
8
- import { SiteMapComponent } from './components/site-map/site-map.component';
9
- import * as i0 from "@angular/core";
10
- /** The components */
11
- const components = [
12
- ArmatureFooterComponent,
13
- SiteMapComponent
14
- ];
15
- /** The Footer Module */
16
- export class ArmatureFooterModule {
17
- }
18
- ArmatureFooterModulefac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.7", ngImport: i0, type: ArmatureFooterModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
19
- ArmatureFooterModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.7", ngImport: i0, type: ArmatureFooterModule, declarations: [ArmatureFooterComponent,
20
- SiteMapComponent], imports: [RouterModule,
21
- CommonModule,
22
- FlexLayoutModule,
23
- TranslateModule,
24
- MatButtonModule], exports: [ArmatureFooterComponent,
25
- SiteMapComponent] });
26
- ArmatureFooterModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.7", ngImport: i0, type: ArmatureFooterModule, imports: [RouterModule,
27
- CommonModule,
28
- FlexLayoutModule,
29
- TranslateModule,
30
- MatButtonModule] });
31
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.7", ngImport: i0, type: ArmatureFooterModule, decorators: [{
32
- type: NgModule,
33
- args: [{
34
- declarations: [...components],
35
- imports: [
36
- RouterModule,
37
- CommonModule,
38
- FlexLayoutModule,
39
- TranslateModule,
40
- MatButtonModule
41
- ],
42
- exports: [...components]
43
- }]
44
- }] });
45
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZm9vdGVyLm1vZHVsZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2FybWF0dXJlL3NyYy9saWIvZm9vdGVyL2Zvb3Rlci5tb2R1bGUudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFlBQVksRUFBRSxNQUFNLGlCQUFpQixDQUFDO0FBQy9DLE9BQU8sRUFBRSxRQUFRLEVBQUUsTUFBTSxlQUFlLENBQUM7QUFDekMsT0FBTyxFQUFFLGdCQUFnQixFQUFFLE1BQU0sc0JBQXNCLENBQUM7QUFDeEQsT0FBTyxFQUFFLGVBQWUsRUFBRSxNQUFNLDBCQUEwQixDQUFDO0FBQzNELE9BQU8sRUFBRSxZQUFZLEVBQUUsTUFBTSxpQkFBaUIsQ0FBQztBQUMvQyxPQUFPLEVBQUUsZUFBZSxFQUFFLE1BQU0scUJBQXFCLENBQUM7QUFFdEQsT0FBTyxFQUFFLHVCQUF1QixFQUFFLE1BQU0sc0NBQXNDLENBQUM7QUFDL0UsT0FBTyxFQUFFLGdCQUFnQixFQUFFLE1BQU0sMENBQTBDLENBQUM7O0FBRTVFLHFCQUFxQjtBQUNyQixNQUFNLFVBQVUsR0FBRztJQUNqQix1QkFBdUI7SUFDdkIsZ0JBQWdCO0NBQ2pCLENBQUM7QUFFRix3QkFBd0I7QUFZeEIsTUFBTSxPQUFPLG9CQUFvQjs7aUhBQXBCLG9CQUFvQjtrSEFBcEIsb0JBQW9CLGlCQWhCL0IsdUJBQXVCO1FBQ3ZCLGdCQUFnQixhQU9kLFlBQVk7UUFDWixZQUFZO1FBQ1osZ0JBQWdCO1FBQ2hCLGVBQWU7UUFDZixlQUFlLGFBWmpCLHVCQUF1QjtRQUN2QixnQkFBZ0I7a0hBZUwsb0JBQW9CLFlBUjdCLFlBQVk7UUFDWixZQUFZO1FBQ1osZ0JBQWdCO1FBQ2hCLGVBQWU7UUFDZixlQUFlOzJGQUlOLG9CQUFvQjtrQkFYaEMsUUFBUTttQkFBQztvQkFDUixZQUFZLEVBQUUsQ0FBQyxHQUFHLFVBQVUsQ0FBQztvQkFDN0IsT0FBTyxFQUFFO3dCQUNQLFlBQVk7d0JBQ1osWUFBWTt3QkFDWixnQkFBZ0I7d0JBQ2hCLGVBQWU7d0JBQ2YsZUFBZTtxQkFDaEI7b0JBQ0QsT0FBTyxFQUFFLENBQUMsR0FBRyxVQUFVLENBQUM7aUJBQ3pCIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgQ29tbW9uTW9kdWxlIH0gZnJvbSAnQGFuZ3VsYXIvY29tbW9uJztcclxuaW1wb3J0IHsgTmdNb2R1bGUgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcclxuaW1wb3J0IHsgRmxleExheW91dE1vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL2ZsZXgtbGF5b3V0JztcclxuaW1wb3J0IHsgTWF0QnV0dG9uTW9kdWxlIH0gZnJvbSAnQGFuZ3VsYXIvbWF0ZXJpYWwvYnV0dG9uJztcclxuaW1wb3J0IHsgUm91dGVyTW9kdWxlIH0gZnJvbSAnQGFuZ3VsYXIvcm91dGVyJztcclxuaW1wb3J0IHsgVHJhbnNsYXRlTW9kdWxlIH0gZnJvbSAnQG5neC10cmFuc2xhdGUvY29yZSc7XHJcblxyXG5pbXBvcnQgeyBBcm1hdHVyZUZvb3RlckNvbXBvbmVudCB9IGZyb20gJy4vY29tcG9uZW50cy9mb290ZXIvZm9vdGVyLmNvbXBvbmVudCc7XHJcbmltcG9ydCB7IFNpdGVNYXBDb21wb25lbnQgfSBmcm9tICcuL2NvbXBvbmVudHMvc2l0ZS1tYXAvc2l0ZS1tYXAuY29tcG9uZW50JztcclxuXHJcbi8qKiBUaGUgY29tcG9uZW50cyAqL1xyXG5jb25zdCBjb21wb25lbnRzID0gW1xyXG4gIEFybWF0dXJlRm9vdGVyQ29tcG9uZW50LFxyXG4gIFNpdGVNYXBDb21wb25lbnRcclxuXTtcclxuXHJcbi8qKiBUaGUgRm9vdGVyIE1vZHVsZSAqL1xyXG5ATmdNb2R1bGUoe1xyXG4gIGRlY2xhcmF0aW9uczogWy4uLmNvbXBvbmVudHNdLFxyXG4gIGltcG9ydHM6IFtcclxuICAgIFJvdXRlck1vZHVsZSxcclxuICAgIENvbW1vbk1vZHVsZSxcclxuICAgIEZsZXhMYXlvdXRNb2R1bGUsXHJcbiAgICBUcmFuc2xhdGVNb2R1bGUsXHJcbiAgICBNYXRCdXR0b25Nb2R1bGVcclxuICBdLFxyXG4gIGV4cG9ydHM6IFsuLi5jb21wb25lbnRzXVxyXG59KVxyXG5leHBvcnQgY2xhc3MgQXJtYXR1cmVGb290ZXJNb2R1bGUgeyB9XHJcbiJdfQ==
1
+ import { CommonModule } from '@angular/common';
2
+ import { NgModule } from '@angular/core';
3
+ import { FlexLayoutModule } from '@angular/flex-layout';
4
+ import { MatButtonModule } from '@angular/material/button';
5
+ import { RouterModule } from '@angular/router';
6
+ import { TranslateModule } from '@ngx-translate/core';
7
+ import { ArmatureFooterComponent } from './components/footer/footer.component';
8
+ import { SiteMapComponent } from './components/site-map/site-map.component';
9
+ import * as i0 from "@angular/core";
10
+ /** The components */
11
+ const components = [
12
+ ArmatureFooterComponent,
13
+ SiteMapComponent
14
+ ];
15
+ /** The Footer Module */
16
+ export class ArmatureFooterModule {
17
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.2", ngImport: i0, type: ArmatureFooterModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
18
+ static { thismod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "17.1.2", ngImport: i0, type: ArmatureFooterModule, declarations: [ArmatureFooterComponent,
19
+ SiteMapComponent], imports: [RouterModule,
20
+ CommonModule,
21
+ FlexLayoutModule,
22
+ TranslateModule,
23
+ MatButtonModule], exports: [ArmatureFooterComponent,
24
+ SiteMapComponent] }); }
25
+ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "17.1.2", ngImport: i0, type: ArmatureFooterModule, imports: [RouterModule,
26
+ CommonModule,
27
+ FlexLayoutModule,
28
+ TranslateModule,
29
+ MatButtonModule] }); }
30
+ }
31
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.2", ngImport: i0, type: ArmatureFooterModule, decorators: [{
32
+ type: NgModule,
33
+ args: [{
34
+ declarations: [...components],
35
+ imports: [
36
+ RouterModule,
37
+ CommonModule,
38
+ FlexLayoutModule,
39
+ TranslateModule,
40
+ MatButtonModule
41
+ ],
42
+ exports: [...components]
43
+ }]
44
+ }] });
45
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZm9vdGVyLm1vZHVsZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2FybWF0dXJlL3NyYy9saWIvZm9vdGVyL2Zvb3Rlci5tb2R1bGUudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFlBQVksRUFBRSxNQUFNLGlCQUFpQixDQUFDO0FBQy9DLE9BQU8sRUFBRSxRQUFRLEVBQUUsTUFBTSxlQUFlLENBQUM7QUFDekMsT0FBTyxFQUFFLGdCQUFnQixFQUFFLE1BQU0sc0JBQXNCLENBQUM7QUFDeEQsT0FBTyxFQUFFLGVBQWUsRUFBRSxNQUFNLDBCQUEwQixDQUFDO0FBQzNELE9BQU8sRUFBRSxZQUFZLEVBQUUsTUFBTSxpQkFBaUIsQ0FBQztBQUMvQyxPQUFPLEVBQUUsZUFBZSxFQUFFLE1BQU0scUJBQXFCLENBQUM7QUFFdEQsT0FBTyxFQUFFLHVCQUF1QixFQUFFLE1BQU0sc0NBQXNDLENBQUM7QUFDL0UsT0FBTyxFQUFFLGdCQUFnQixFQUFFLE1BQU0sMENBQTBDLENBQUM7O0FBRTVFLHFCQUFxQjtBQUNyQixNQUFNLFVBQVUsR0FBRztJQUNqQix1QkFBdUI7SUFDdkIsZ0JBQWdCO0NBQ2pCLENBQUM7QUFFRix3QkFBd0I7QUFZeEIsTUFBTSxPQUFPLG9CQUFvQjs4R0FBcEIsb0JBQW9COytHQUFwQixvQkFBb0IsaUJBaEIvQix1QkFBdUI7WUFDdkIsZ0JBQWdCLGFBT2QsWUFBWTtZQUNaLFlBQVk7WUFDWixnQkFBZ0I7WUFDaEIsZUFBZTtZQUNmLGVBQWUsYUFaakIsdUJBQXVCO1lBQ3ZCLGdCQUFnQjsrR0FlTCxvQkFBb0IsWUFSN0IsWUFBWTtZQUNaLFlBQVk7WUFDWixnQkFBZ0I7WUFDaEIsZUFBZTtZQUNmLGVBQWU7OzJGQUlOLG9CQUFvQjtrQkFYaEMsUUFBUTttQkFBQztvQkFDUixZQUFZLEVBQUUsQ0FBQyxHQUFHLFVBQVUsQ0FBQztvQkFDN0IsT0FBTyxFQUFFO3dCQUNQLFlBQVk7d0JBQ1osWUFBWTt3QkFDWixnQkFBZ0I7d0JBQ2hCLGVBQWU7d0JBQ2YsZUFBZTtxQkFDaEI7b0JBQ0QsT0FBTyxFQUFFLENBQUMsR0FBRyxVQUFVLENBQUM7aUJBQ3pCIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgQ29tbW9uTW9kdWxlIH0gZnJvbSAnQGFuZ3VsYXIvY29tbW9uJztcclxuaW1wb3J0IHsgTmdNb2R1bGUgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcclxuaW1wb3J0IHsgRmxleExheW91dE1vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL2ZsZXgtbGF5b3V0JztcclxuaW1wb3J0IHsgTWF0QnV0dG9uTW9kdWxlIH0gZnJvbSAnQGFuZ3VsYXIvbWF0ZXJpYWwvYnV0dG9uJztcclxuaW1wb3J0IHsgUm91dGVyTW9kdWxlIH0gZnJvbSAnQGFuZ3VsYXIvcm91dGVyJztcclxuaW1wb3J0IHsgVHJhbnNsYXRlTW9kdWxlIH0gZnJvbSAnQG5neC10cmFuc2xhdGUvY29yZSc7XHJcblxyXG5pbXBvcnQgeyBBcm1hdHVyZUZvb3RlckNvbXBvbmVudCB9IGZyb20gJy4vY29tcG9uZW50cy9mb290ZXIvZm9vdGVyLmNvbXBvbmVudCc7XHJcbmltcG9ydCB7IFNpdGVNYXBDb21wb25lbnQgfSBmcm9tICcuL2NvbXBvbmVudHMvc2l0ZS1tYXAvc2l0ZS1tYXAuY29tcG9uZW50JztcclxuXHJcbi8qKiBUaGUgY29tcG9uZW50cyAqL1xyXG5jb25zdCBjb21wb25lbnRzID0gW1xyXG4gIEFybWF0dXJlRm9vdGVyQ29tcG9uZW50LFxyXG4gIFNpdGVNYXBDb21wb25lbnRcclxuXTtcclxuXHJcbi8qKiBUaGUgRm9vdGVyIE1vZHVsZSAqL1xyXG5ATmdNb2R1bGUoe1xyXG4gIGRlY2xhcmF0aW9uczogWy4uLmNvbXBvbmVudHNdLFxyXG4gIGltcG9ydHM6IFtcclxuICAgIFJvdXRlck1vZHVsZSxcclxuICAgIENvbW1vbk1vZHVsZSxcclxuICAgIEZsZXhMYXlvdXRNb2R1bGUsXHJcbiAgICBUcmFuc2xhdGVNb2R1bGUsXHJcbiAgICBNYXRCdXR0b25Nb2R1bGVcclxuICBdLFxyXG4gIGV4cG9ydHM6IFsuLi5jb21wb25lbnRzXVxyXG59KVxyXG5leHBvcnQgY2xhc3MgQXJtYXR1cmVGb290ZXJNb2R1bGUgeyB9XHJcbiJdfQ==