@foblex/m-render 2.6.1 → 2.6.2

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 (487) hide show
  1. package/assets/styles/_code-group.scss +1 -0
  2. package/assets/styles/_code-highlight.scss +104 -62
  3. package/assets/styles/_code-view.scss +1 -4
  4. package/assets/styles/_icons.scss +1 -0
  5. package/assets/styles/styles.scss +19 -0
  6. package/fesm2022/foblex-m-render.mjs +2451 -2008
  7. package/fesm2022/foblex-m-render.mjs.map +1 -1
  8. package/index.d.ts +3 -5
  9. package/lib/{domain/i-docs-social-link.d.ts → common/components/f-social-links/domain/i-social-link.d.ts} +1 -1
  10. package/lib/common/components/f-social-links/domain/i-social-links-provider.d.ts +6 -0
  11. package/lib/common/components/f-social-links/domain/index.d.ts +2 -0
  12. package/lib/{f-documentation → common/components}/f-social-links/f-social-links.component.d.ts +1 -1
  13. package/lib/common/components/f-social-links/index.d.ts +2 -0
  14. package/lib/common/components/f-theme-button/f-theme-button.component.d.ts +14 -0
  15. package/lib/{common-components → common/components}/index.d.ts +3 -1
  16. package/lib/common/components/menus/domain/i-header-menu-link.d.ts +4 -0
  17. package/lib/common/components/menus/domain/i-header-menu.d.ts +8 -0
  18. package/lib/common/components/menus/domain/i-version.d.ts +6 -0
  19. package/lib/common/components/menus/domain/index.d.ts +3 -0
  20. package/lib/common/components/menus/dropdown-menu/domain/index.d.ts +1 -0
  21. package/lib/common/components/menus/dropdown-menu/domain/right-top-overlay-position.constant.d.ts +2 -0
  22. package/lib/common/components/menus/dropdown-menu/dropdown-menu.component.d.ts +19 -0
  23. package/lib/common/components/menus/dropdown-menu/index.d.ts +2 -0
  24. package/lib/common/components/menus/index.d.ts +4 -0
  25. package/lib/common/components/menus/inline-menu/index.d.ts +1 -0
  26. package/lib/common/components/menus/inline-menu/inline-menu.component.d.ts +17 -0
  27. package/lib/common/components/menus/npm-version/index.d.ts +1 -0
  28. package/lib/common/components/menus/npm-version/npm-version.component.d.ts +12 -0
  29. package/lib/common/directives/index.d.ts +1 -0
  30. package/lib/common/directives/overflow-observer.directive.d.ts +15 -0
  31. package/lib/common/domain/configuration-providers/index.d.ts +6 -0
  32. package/lib/common/domain/configuration-providers/provide-header-media-links.d.ts +3 -0
  33. package/lib/common/domain/configuration-providers/provide-header-navigation.d.ts +3 -0
  34. package/lib/common/domain/configuration-providers/provide-header.d.ts +11 -0
  35. package/lib/common/domain/configuration-providers/provide-language.d.ts +4 -0
  36. package/lib/common/domain/configuration-providers/provide-logo.d.ts +4 -0
  37. package/lib/common/domain/configuration-providers/provide-title.d.ts +4 -0
  38. package/lib/common/domain/i-link.d.ts +4 -0
  39. package/lib/common/domain/index.d.ts +3 -0
  40. package/lib/common/domain/providers.d.ts +6 -0
  41. package/lib/common/index.d.ts +5 -0
  42. package/lib/common/services/index.d.ts +2 -0
  43. package/lib/common/services/popover.service.d.ts +9 -0
  44. package/lib/common/services/theme.service.d.ts +11 -0
  45. package/lib/{common-services → documentation-page/analytics}/analytics/f-analytics.service.d.ts +2 -2
  46. package/lib/documentation-page/analytics/analytics/f-cookie-popup/f-cookie-popup.component.d.ts +9 -0
  47. package/lib/{common-services → documentation-page/analytics}/analytics/index.d.ts +1 -0
  48. package/lib/{common-services → documentation-page/analytics/common-services}/f-head-tag.service.d.ts +4 -6
  49. package/lib/documentation-page/analytics/common-services/f-meta.service.d.ts +15 -0
  50. package/lib/documentation-page/analytics/common-services/index.d.ts +2 -0
  51. package/lib/documentation-page/analytics/index.d.ts +2 -0
  52. package/lib/documentation-page/components/header/hamburger-button/domain/i-toggle-navigation-component.d.ts +5 -0
  53. package/lib/documentation-page/components/header/hamburger-button/domain/index.d.ts +1 -0
  54. package/lib/documentation-page/components/header/hamburger-button/hamburger-button.component.d.ts +7 -0
  55. package/lib/documentation-page/components/header/hamburger-button/index.d.ts +2 -0
  56. package/lib/documentation-page/components/header/header.component.d.ts +6 -0
  57. package/lib/documentation-page/components/header/index.d.ts +2 -0
  58. package/lib/documentation-page/components/index.d.ts +4 -0
  59. package/lib/documentation-page/components/markdown-container/f-markdown/components/f-code-group/f-code-group-tabs/f-code-group-tabs.component.d.ts +11 -0
  60. package/lib/documentation-page/components/markdown-container/f-markdown/components/f-code-group/f-code-group-tabs/index.d.ts +1 -0
  61. package/lib/documentation-page/components/markdown-container/f-markdown/components/f-code-group/f-code-group.component.d.ts +10 -0
  62. package/lib/documentation-page/components/markdown-container/f-markdown/components/f-code-group/f-code-view/components/highlight.component.d.ts +12 -0
  63. package/lib/documentation-page/components/markdown-container/f-markdown/components/f-code-group/f-code-view/f-code-view.component.d.ts +22 -0
  64. package/lib/documentation-page/components/markdown-container/f-markdown/components/f-code-group/f-code-view/index.d.ts +3 -0
  65. package/lib/documentation-page/components/markdown-container/f-markdown/components/f-code-group/f-code-view/utils/parse-language.d.ts +3 -0
  66. package/lib/documentation-page/components/markdown-container/f-markdown/components/f-code-group/f-example-view/directives/f-insert-component.directive.d.ts +13 -0
  67. package/lib/documentation-page/components/markdown-container/f-markdown/components/f-code-group/f-example-view/domain/i-example-component-instance.d.ts +3 -0
  68. package/lib/documentation-page/components/markdown-container/f-markdown/components/f-code-group/f-example-view/domain/i-example-component.d.ts +6 -0
  69. package/lib/documentation-page/components/markdown-container/f-markdown/components/f-code-group/f-example-view/domain/i-example-view-data.d.ts +4 -0
  70. package/lib/documentation-page/components/markdown-container/f-markdown/components/f-code-group/f-example-view/f-example-view.component.d.ts +18 -0
  71. package/lib/documentation-page/components/markdown-container/f-markdown/components/f-code-group/f-example-view/index.d.ts +7 -0
  72. package/lib/documentation-page/components/markdown-container/f-markdown/components/f-code-group/f-example-view/utils/coerce-component-height.d.ts +1 -0
  73. package/lib/documentation-page/components/markdown-container/f-markdown/components/f-code-group/f-example-view/utils/is-promise.d.ts +1 -0
  74. package/lib/documentation-page/components/markdown-container/f-markdown/components/f-code-group/f-example-view/utils/parse-component-tag.d.ts +1 -0
  75. package/lib/documentation-page/components/markdown-container/f-markdown/components/f-code-group/index.d.ts +4 -0
  76. package/lib/{f-documentation/f-page/f-markdown-footer/domain/features → documentation-page/components/markdown-container/f-markdown/components/f-markdown-footer/domain}/get-previous-next-page-navigation/get-previous-next-page-navigation.handler.d.ts +3 -3
  77. package/lib/documentation-page/components/markdown-container/f-markdown/components/f-markdown-footer/domain/get-previous-next-page-navigation/get-previous-next-page-navigation.response.d.ts +6 -0
  78. package/lib/{f-documentation/f-page/f-markdown-footer/domain/i-page-link.d.ts → documentation-page/components/markdown-container/f-markdown/components/f-markdown-footer/domain/i-markdown-footer-link.d.ts} +1 -1
  79. package/lib/{domain/i-docs-footer-navigation.d.ts → documentation-page/components/markdown-container/f-markdown/components/f-markdown-footer/domain/i-markdown-footer-navigation.d.ts} +1 -1
  80. package/lib/documentation-page/components/markdown-container/f-markdown/components/f-markdown-footer/domain/index.d.ts +3 -0
  81. package/lib/{f-documentation/f-page → documentation-page/components/markdown-container/f-markdown/components}/f-markdown-footer/f-footer-navigation/f-footer-navigation-button/f-footer-navigation-button.component.d.ts +2 -2
  82. package/lib/documentation-page/components/markdown-container/f-markdown/components/f-markdown-footer/f-markdown-footer.component.d.ts +24 -0
  83. package/lib/{f-documentation → documentation-page/components/markdown-container/f-markdown/components/f-preview-group}/f-preview/f-preview.component.d.ts +2 -2
  84. package/lib/documentation-page/components/markdown-container/f-markdown/components/f-preview-group/f-preview/index.d.ts +2 -0
  85. package/lib/documentation-page/components/markdown-container/f-markdown/components/f-preview-group/f-preview-group-filters/index.d.ts +1 -0
  86. package/lib/{f-documentation → documentation-page/components/markdown-container/f-markdown/components}/f-preview-group/f-preview-group.service.d.ts +1 -1
  87. package/lib/documentation-page/components/markdown-container/f-markdown/components/f-preview-group/index.d.ts +3 -0
  88. package/lib/documentation-page/components/markdown-container/f-markdown/components/index.d.ts +3 -0
  89. package/lib/documentation-page/components/markdown-container/f-markdown/f-markdown-renderer.component.d.ts +23 -0
  90. package/lib/{f-documentation/f-page/f-markdown/domain → documentation-page/components/markdown-container/f-markdown}/highlight/change-code-focused-syntax.pre-processor.d.ts +2 -2
  91. package/lib/documentation-page/components/markdown-container/f-markdown/highlight/highlight.service.d.ts +14 -0
  92. package/lib/{f-documentation/f-page/f-markdown/domain → documentation-page/components/markdown-container/f-markdown}/highlight/index.d.ts +0 -1
  93. package/lib/{f-documentation/f-page/f-markdown/domain → documentation-page/components/markdown-container/f-markdown}/highlight/mark-code-focused-blocks.post-processor.d.ts +8 -8
  94. package/lib/{f-documentation/f-page/f-markdown/domain → documentation-page/components/markdown-container/f-markdown}/highlight/modify-punctuation-highlight.post-processor.d.ts +1 -1
  95. package/lib/documentation-page/components/markdown-container/f-markdown/highlight/theme.d.ts +2 -0
  96. package/lib/documentation-page/components/markdown-container/f-markdown/index.d.ts +4 -0
  97. package/lib/{f-documentation/f-page/f-markdown/domain/markdown/parse-markdown → documentation-page/components/markdown-container/f-markdown/markdown/domain}/e-markdown-container-type.d.ts +0 -1
  98. package/lib/documentation-page/components/markdown-container/f-markdown/markdown/domain/e-parsed-container-type.d.ts +4 -0
  99. package/lib/documentation-page/components/markdown-container/f-markdown/markdown/domain/i-markdown-container-data.d.ts +4 -0
  100. package/lib/documentation-page/components/markdown-container/f-markdown/markdown/domain/i-parsed-container-data.d.ts +9 -0
  101. package/lib/documentation-page/components/markdown-container/f-markdown/markdown/domain/i-preview-navigation-group.d.ts +8 -0
  102. package/lib/documentation-page/components/markdown-container/f-markdown/markdown/domain/i-preview-navigation-service.d.ts +6 -0
  103. package/lib/documentation-page/components/markdown-container/f-markdown/markdown/domain/index.d.ts +7 -0
  104. package/lib/documentation-page/components/markdown-container/f-markdown/markdown/index.d.ts +8 -0
  105. package/lib/documentation-page/components/markdown-container/f-markdown/markdown/markdown.service.d.ts +19 -0
  106. package/lib/documentation-page/components/markdown-container/f-markdown/markdown/parse-angular-example-with-code-links.d.ts +17 -0
  107. package/lib/documentation-page/components/markdown-container/f-markdown/markdown/parse-grouped-code-items.d.ts +15 -0
  108. package/lib/documentation-page/components/markdown-container/f-markdown/markdown/parse-preview-group.d.ts +18 -0
  109. package/lib/documentation-page/components/markdown-container/f-markdown/markdown/parse-single-code-item.d.ts +7 -0
  110. package/lib/documentation-page/components/markdown-container/f-markdown/markdown/utils/get-content.d.ts +2 -0
  111. package/lib/documentation-page/components/markdown-container/index.d.ts +2 -0
  112. package/lib/documentation-page/components/markdown-container/markdown-container.component.d.ts +5 -0
  113. package/lib/documentation-page/components/navigation-panel/index.d.ts +4 -0
  114. package/lib/documentation-page/components/navigation-panel/navigation-group/navigation-group.component.d.ts +8 -0
  115. package/lib/documentation-page/components/navigation-panel/navigation-panel.component.d.ts +23 -0
  116. package/lib/documentation-page/components/scrollable-container/components/index.d.ts +1 -0
  117. package/lib/documentation-page/components/scrollable-container/components/table-of-content/index.d.ts +2 -0
  118. package/lib/documentation-page/components/scrollable-container/components/table-of-content/table-of-content-items/index.d.ts +1 -0
  119. package/lib/documentation-page/components/scrollable-container/components/table-of-content/table-of-content-items/table-of-content-items.component.d.ts +7 -0
  120. package/lib/documentation-page/components/scrollable-container/components/table-of-content/table-of-content.component.d.ts +16 -0
  121. package/lib/documentation-page/components/scrollable-container/domain/activate-toc-by-hash/activate-toc-by-hash.handler.d.ts +9 -0
  122. package/lib/documentation-page/components/scrollable-container/domain/activate-toc-by-hash/activate-toc-by-hash.request.d.ts +4 -0
  123. package/lib/documentation-page/components/scrollable-container/domain/activate-toc-by-hash/index.d.ts +2 -0
  124. package/lib/documentation-page/components/scrollable-container/domain/calculate-hash-from-scroll-position-and-activate-toc/calculate-hash-from-scroll-position-and-activate-toc.handler.d.ts +18 -0
  125. package/lib/documentation-page/components/scrollable-container/domain/calculate-hash-from-scroll-position-and-activate-toc/calculate-hash-from-scroll-position-and-activate-toc.request.d.ts +2 -0
  126. package/lib/documentation-page/components/scrollable-container/domain/calculate-hash-from-scroll-position-and-activate-toc/index.d.ts +2 -0
  127. package/lib/documentation-page/components/scrollable-container/domain/calculate-table-of-content-data/calculate-table-of-content-data.handler.d.ts +15 -0
  128. package/lib/documentation-page/components/scrollable-container/domain/calculate-table-of-content-data/calculate-table-of-content-data.request.d.ts +4 -0
  129. package/lib/documentation-page/components/scrollable-container/domain/calculate-table-of-content-data/index.d.ts +2 -0
  130. package/lib/{f-documentation/f-scrollable-container → documentation-page/components/scrollable-container}/domain/get-absolute-top-to-container/get-absolute-top-to-container.handler.d.ts +4 -0
  131. package/lib/documentation-page/components/scrollable-container/domain/get-absolute-top-to-container/get-absolute-top-to-container.request.d.ts +4 -0
  132. package/lib/documentation-page/components/scrollable-container/domain/i-scrollable-container.d.ts +5 -0
  133. package/lib/{domain/i-docs-table-of-content.d.ts → documentation-page/components/scrollable-container/domain/i-table-of-content.d.ts} +1 -1
  134. package/lib/documentation-page/components/scrollable-container/domain/index.d.ts +11 -0
  135. package/lib/documentation-page/components/scrollable-container/domain/providers.d.ts +7 -0
  136. package/lib/documentation-page/components/scrollable-container/domain/render-dynamic-components/index.d.ts +2 -0
  137. package/lib/documentation-page/components/scrollable-container/domain/render-dynamic-components/render-dynamic-components.handler.d.ts +16 -0
  138. package/lib/{f-documentation/f-page/f-markdown/domain/handle-dynamic-components/handle-dynamic-components.request.d.ts → documentation-page/components/scrollable-container/domain/render-dynamic-components/render-dynamic-components.request.d.ts} +1 -1
  139. package/lib/documentation-page/components/scrollable-container/domain/scroll-to-element-in-container/index.d.ts +2 -0
  140. package/lib/documentation-page/components/scrollable-container/domain/scroll-to-element-in-container/scroll-to-element-in-container.handler.d.ts +15 -0
  141. package/lib/documentation-page/components/scrollable-container/domain/scroll-to-element-in-container/scroll-to-element-in-container.request.d.ts +4 -0
  142. package/lib/documentation-page/components/scrollable-container/index.d.ts +3 -0
  143. package/lib/documentation-page/components/scrollable-container/scrollable-container.component.d.ts +12 -0
  144. package/lib/documentation-page/documentation-root.component.d.ts +14 -0
  145. package/lib/documentation-page/domain/configuration-providers/index.d.ts +8 -0
  146. package/lib/documentation-page/domain/configuration-providers/provide-404-markdown.d.ts +2 -0
  147. package/lib/documentation-page/domain/configuration-providers/provide-components.d.ts +6 -0
  148. package/lib/documentation-page/domain/configuration-providers/provide-directory.d.ts +2 -0
  149. package/lib/documentation-page/domain/configuration-providers/provide-documentation-meta.d.ts +3 -0
  150. package/lib/documentation-page/domain/configuration-providers/provide-documentation.d.ts +11 -0
  151. package/lib/documentation-page/domain/configuration-providers/provide-footer-navigation.d.ts +2 -0
  152. package/lib/documentation-page/domain/configuration-providers/provide-navigation.d.ts +4 -0
  153. package/lib/documentation-page/domain/configuration-providers/provide-toc-data.d.ts +3 -0
  154. package/lib/documentation-page/domain/handle-navigation-links/handle-navigation-links.handler.d.ts +16 -0
  155. package/lib/documentation-page/domain/i-documentation-configuration.d.ts +15 -0
  156. package/lib/documentation-page/domain/index.d.ts +4 -0
  157. package/lib/documentation-page/domain/providers.d.ts +2 -0
  158. package/lib/documentation-page/index.d.ts +6 -0
  159. package/lib/documentation-page/routes.d.ts +2 -0
  160. package/lib/documentation-page/services/documentation.store.d.ts +23 -0
  161. package/lib/documentation-page/services/index.d.ts +1 -0
  162. package/lib/home-page/components/f-home-page-buttons-row/index.d.ts +1 -0
  163. package/lib/home-page/components/f-home-page-features/index.d.ts +1 -0
  164. package/lib/home-page/components/f-home-page-footer/index.d.ts +1 -0
  165. package/lib/home-page/components/f-home-page-header/index.d.ts +1 -0
  166. package/lib/home-page/components/f-home-page-hero/index.d.ts +1 -0
  167. package/lib/home-page/components/f-home-page-memberships/index.d.ts +1 -0
  168. package/lib/home-page/components/index.d.ts +6 -0
  169. package/lib/home-page/domain/configuration-providers/index.d.ts +7 -0
  170. package/lib/home-page/domain/configuration-providers/provide-background.d.ts +3 -0
  171. package/lib/home-page/domain/configuration-providers/provide-hero.d.ts +8 -0
  172. package/lib/home-page/domain/configuration-providers/provide-home-buttons.d.ts +9 -0
  173. package/lib/home-page/domain/configuration-providers/provide-home-features.d.ts +6 -0
  174. package/lib/home-page/domain/configuration-providers/provide-home-footer.d.ts +5 -0
  175. package/lib/home-page/domain/configuration-providers/provide-home-page.d.ts +11 -0
  176. package/lib/home-page/domain/configuration-providers/provide-image.d.ts +3 -0
  177. package/lib/home-page/domain/i-home-page-configuration.d.ts +11 -0
  178. package/lib/home-page/domain/index.d.ts +3 -0
  179. package/lib/{f-home-page/f-home-page.component.d.ts → home-page/home-root.component.d.ts} +4 -4
  180. package/lib/home-page/index.d.ts +5 -0
  181. package/lib/home-page/router.d.ts +2 -0
  182. package/lib/{f-home-page/f-home-page-environment.service.d.ts → home-page/services/home.store.d.ts} +7 -6
  183. package/lib/home-page/services/index.d.ts +1 -0
  184. package/package.json +3 -5
  185. package/esm2022/foblex-m-render.mjs +0 -5
  186. package/esm2022/lib/common-components/f-checkbox/f-checkbox.component.mjs +0 -73
  187. package/esm2022/lib/common-components/f-cookie-popup/f-cookie-popup.component.mjs +0 -33
  188. package/esm2022/lib/common-components/f-radio-button/f-radio-button.component.mjs +0 -41
  189. package/esm2022/lib/common-components/f-theme-button/f-theme-button.component.mjs +0 -44
  190. package/esm2022/lib/common-components/index.mjs +0 -5
  191. package/esm2022/lib/common-services/analytics/f-accept-cookies-key.mjs +0 -2
  192. package/esm2022/lib/common-services/analytics/f-analytics.service.mjs +0 -50
  193. package/esm2022/lib/common-services/analytics/i-window-with-analytics.mjs +0 -2
  194. package/esm2022/lib/common-services/analytics/index.mjs +0 -5
  195. package/esm2022/lib/common-services/analytics/set-cookie-consent.mjs +0 -32
  196. package/esm2022/lib/common-services/f-head-tag.service.mjs +0 -54
  197. package/esm2022/lib/common-services/f-meta.service.mjs +0 -80
  198. package/esm2022/lib/common-services/f-popover.service.mjs +0 -25
  199. package/esm2022/lib/common-services/index.mjs +0 -6
  200. package/esm2022/lib/common-services/json-ld/f-json-ld.service.mjs +0 -53
  201. package/esm2022/lib/common-services/json-ld/i-json-ld-creator.mjs +0 -2
  202. package/esm2022/lib/common-services/json-ld/i-json-ld-entity-of-page.mjs +0 -2
  203. package/esm2022/lib/common-services/json-ld/i-json-ld.mjs +0 -2
  204. package/esm2022/lib/common-services/json-ld/index.mjs +0 -5
  205. package/esm2022/lib/domain/f-state.service.mjs +0 -28
  206. package/esm2022/lib/domain/get-version-handler/get-version.handler.mjs +0 -28
  207. package/esm2022/lib/domain/get-version-handler/get-version.request.mjs +0 -7
  208. package/esm2022/lib/domain/get-version-handler/index.mjs +0 -3
  209. package/esm2022/lib/domain/handle-navigation-links/handle-navigation-links.handler.mjs +0 -53
  210. package/esm2022/lib/domain/handle-navigation-links/handle-navigation-links.request.mjs +0 -7
  211. package/esm2022/lib/domain/handle-navigation-links/index.mjs +0 -3
  212. package/esm2022/lib/domain/i-docs-component.mjs +0 -2
  213. package/esm2022/lib/domain/i-docs-footer-navigation.mjs +0 -2
  214. package/esm2022/lib/domain/i-docs-header-navigation-item.mjs +0 -2
  215. package/esm2022/lib/domain/i-docs-social-link.mjs +0 -2
  216. package/esm2022/lib/domain/i-docs-table-of-content.mjs +0 -2
  217. package/esm2022/lib/domain/i-docs-version.mjs +0 -2
  218. package/esm2022/lib/domain/i-environment-service.mjs +0 -2
  219. package/esm2022/lib/domain/i-meta-data.mjs +0 -2
  220. package/esm2022/lib/domain/index.mjs +0 -11
  221. package/esm2022/lib/f-documentation/domain/i-docs-environment.mjs +0 -2
  222. package/esm2022/lib/f-documentation/domain/index.mjs +0 -2
  223. package/esm2022/lib/f-documentation/f-badge/f-badge.component.mjs +0 -20
  224. package/esm2022/lib/f-documentation/f-badge/index.mjs +0 -2
  225. package/esm2022/lib/f-documentation/f-documentation-environment.service.mjs +0 -69
  226. package/esm2022/lib/f-documentation/f-documentation.component.mjs +0 -54
  227. package/esm2022/lib/f-documentation/f-hamburger-button/f-hamburger-button.component.mjs +0 -25
  228. package/esm2022/lib/f-documentation/f-header/f-header.component.mjs +0 -24
  229. package/esm2022/lib/f-documentation/f-header-menu/f-header-menu.component.mjs +0 -26
  230. package/esm2022/lib/f-documentation/f-navigation-panel/domain/i-navigation-group.mjs +0 -2
  231. package/esm2022/lib/f-documentation/f-navigation-panel/domain/i-navigation-item-badge.mjs +0 -2
  232. package/esm2022/lib/f-documentation/f-navigation-panel/domain/i-navigation-item.mjs +0 -2
  233. package/esm2022/lib/f-documentation/f-navigation-panel/domain/index.mjs +0 -4
  234. package/esm2022/lib/f-documentation/f-navigation-panel/f-navigation-group/f-navigation-group.component.mjs +0 -21
  235. package/esm2022/lib/f-documentation/f-navigation-panel/f-navigation-header/f-navigation-header.component.mjs +0 -26
  236. package/esm2022/lib/f-documentation/f-navigation-panel/f-navigation-item/f-navigation-item.component.mjs +0 -11
  237. package/esm2022/lib/f-documentation/f-navigation-panel/f-navigation-panel.component.mjs +0 -101
  238. package/esm2022/lib/f-documentation/f-navigation-panel/index.mjs +0 -6
  239. package/esm2022/lib/f-documentation/f-page/f-markdown/domain/handle-dynamic-components/handle-dynamic-components.handler.mjs +0 -107
  240. package/esm2022/lib/f-documentation/f-page/f-markdown/domain/handle-dynamic-components/handle-dynamic-components.request.mjs +0 -7
  241. package/esm2022/lib/f-documentation/f-page/f-markdown/domain/handle-dynamic-components/index.mjs +0 -3
  242. package/esm2022/lib/f-documentation/f-page/f-markdown/domain/handle-parsed-containers/handle-parsed-containers.handler.mjs +0 -35
  243. package/esm2022/lib/f-documentation/f-page/f-markdown/domain/handle-parsed-containers/handle-parsed-containers.request.mjs +0 -7
  244. package/esm2022/lib/f-documentation/f-page/f-markdown/domain/handle-parsed-containers/i-parsed-container.mjs +0 -2
  245. package/esm2022/lib/f-documentation/f-page/f-markdown/domain/handle-parsed-containers/index.mjs +0 -5
  246. package/esm2022/lib/f-documentation/f-page/f-markdown/domain/handle-parsed-containers/pseudo-components/clipboard/copy-to-clipboard.mjs +0 -15
  247. package/esm2022/lib/f-documentation/f-page/f-markdown/domain/handle-parsed-containers/pseudo-components/clipboard/index.mjs +0 -2
  248. package/esm2022/lib/f-documentation/f-page/f-markdown/domain/handle-parsed-containers/pseudo-components/f-async-code-view-handler.mjs +0 -46
  249. package/esm2022/lib/f-documentation/f-page/f-markdown/domain/handle-parsed-containers/pseudo-components/f-code-group/f-code-group.handler.mjs +0 -54
  250. package/esm2022/lib/f-documentation/f-page/f-markdown/domain/handle-parsed-containers/pseudo-components/f-code-group/i-code-group-view.mjs +0 -2
  251. package/esm2022/lib/f-documentation/f-page/f-markdown/domain/handle-parsed-containers/pseudo-components/f-code-group/index.mjs +0 -3
  252. package/esm2022/lib/f-documentation/f-page/f-markdown/domain/handle-parsed-containers/pseudo-components/f-code-group-body.handler.mjs +0 -48
  253. package/esm2022/lib/f-documentation/f-page/f-markdown/domain/handle-parsed-containers/pseudo-components/f-code-view-handler.mjs +0 -63
  254. package/esm2022/lib/f-documentation/f-page/f-markdown/domain/handle-parsed-containers/pseudo-components/f-example-view-handler.mjs +0 -10
  255. package/esm2022/lib/f-documentation/f-page/f-markdown/domain/handle-parsed-containers/pseudo-components/index.mjs +0 -7
  256. package/esm2022/lib/f-documentation/f-page/f-markdown/domain/highlight/change-code-focused-syntax.pre-processor.mjs +0 -23
  257. package/esm2022/lib/f-documentation/f-page/f-markdown/domain/highlight/highlight.service.mjs +0 -56
  258. package/esm2022/lib/f-documentation/f-page/f-markdown/domain/highlight/index.mjs +0 -6
  259. package/esm2022/lib/f-documentation/f-page/f-markdown/domain/highlight/mark-code-focused-blocks.post-processor.mjs +0 -53
  260. package/esm2022/lib/f-documentation/f-page/f-markdown/domain/highlight/modify-punctuation-highlight.post-processor.mjs +0 -22
  261. package/esm2022/lib/f-documentation/f-page/f-markdown/domain/highlight/separate-code-by-lines.post-processor.mjs +0 -28
  262. package/esm2022/lib/f-documentation/f-page/f-markdown/domain/index.mjs +0 -5
  263. package/esm2022/lib/f-documentation/f-page/f-markdown/domain/markdown/index.mjs +0 -4
  264. package/esm2022/lib/f-documentation/f-page/f-markdown/domain/markdown/markdown.service.mjs +0 -69
  265. package/esm2022/lib/f-documentation/f-page/f-markdown/domain/markdown/parse-markdown/e-markdown-container-type.mjs +0 -13
  266. package/esm2022/lib/f-documentation/f-page/f-markdown/domain/markdown/parse-markdown/i-markdown-it-token.mjs +0 -2
  267. package/esm2022/lib/f-documentation/f-page/f-markdown/domain/markdown/parse-markdown/index.mjs +0 -8
  268. package/esm2022/lib/f-documentation/f-page/f-markdown/domain/markdown/parse-markdown/parse-alerts.mjs +0 -19
  269. package/esm2022/lib/f-documentation/f-page/f-markdown/domain/markdown/parse-markdown/parse-code-group.mjs +0 -54
  270. package/esm2022/lib/f-documentation/f-page/f-markdown/domain/markdown/parse-markdown/parse-code-view.mjs +0 -15
  271. package/esm2022/lib/f-documentation/f-page/f-markdown/domain/markdown/parse-markdown/parse-example-group.mjs +0 -92
  272. package/esm2022/lib/f-documentation/f-page/f-markdown/domain/markdown/parse-markdown/parse-preview-group.mjs +0 -54
  273. package/esm2022/lib/f-documentation/f-page/f-markdown/domain/markdown/utils/get-content.mjs +0 -17
  274. package/esm2022/lib/f-documentation/f-page/f-markdown/domain/markdown/utils/index.mjs +0 -2
  275. package/esm2022/lib/f-documentation/f-page/f-markdown/f-markdown-renderer.component.mjs +0 -84
  276. package/esm2022/lib/f-documentation/f-page/f-markdown/index.mjs +0 -3
  277. package/esm2022/lib/f-documentation/f-page/f-markdown-footer/domain/features/get-previous-next-page-navigation/get-previous-next-page-navigation.handler.mjs +0 -37
  278. package/esm2022/lib/f-documentation/f-page/f-markdown-footer/domain/features/get-previous-next-page-navigation/get-previous-next-page-navigation.request.mjs +0 -7
  279. package/esm2022/lib/f-documentation/f-page/f-markdown-footer/domain/features/get-previous-next-page-navigation/get-previous-next-page-navigation.response.mjs +0 -9
  280. package/esm2022/lib/f-documentation/f-page/f-markdown-footer/domain/features/get-previous-next-page-navigation/index.mjs +0 -4
  281. package/esm2022/lib/f-documentation/f-page/f-markdown-footer/domain/features/index.mjs +0 -2
  282. package/esm2022/lib/f-documentation/f-page/f-markdown-footer/domain/i-page-link.mjs +0 -2
  283. package/esm2022/lib/f-documentation/f-page/f-markdown-footer/domain/index.mjs +0 -3
  284. package/esm2022/lib/f-documentation/f-page/f-markdown-footer/f-footer-edit-information/f-footer-edit-information.component.mjs +0 -11
  285. package/esm2022/lib/f-documentation/f-page/f-markdown-footer/f-footer-edit-information/f-footer-edit-link/f-footer-edit-link.component.mjs +0 -11
  286. package/esm2022/lib/f-documentation/f-page/f-markdown-footer/f-footer-edit-information/f-footer-edit-link/index.mjs +0 -2
  287. package/esm2022/lib/f-documentation/f-page/f-markdown-footer/f-footer-edit-information/f-footer-last-updated/f-footer-last-updated.component.mjs +0 -11
  288. package/esm2022/lib/f-documentation/f-page/f-markdown-footer/f-footer-edit-information/f-footer-last-updated/index.mjs +0 -2
  289. package/esm2022/lib/f-documentation/f-page/f-markdown-footer/f-footer-edit-information/index.mjs +0 -2
  290. package/esm2022/lib/f-documentation/f-page/f-markdown-footer/f-footer-navigation/f-footer-navigation-button/f-footer-navigation-button.component.mjs +0 -19
  291. package/esm2022/lib/f-documentation/f-page/f-markdown-footer/f-footer-navigation/f-footer-navigation-button/index.mjs +0 -2
  292. package/esm2022/lib/f-documentation/f-page/f-markdown-footer/f-footer-navigation/f-footer-navigation.component.mjs +0 -11
  293. package/esm2022/lib/f-documentation/f-page/f-markdown-footer/f-footer-navigation/index.mjs +0 -3
  294. package/esm2022/lib/f-documentation/f-page/f-markdown-footer/f-markdown-footer.component.mjs +0 -89
  295. package/esm2022/lib/f-documentation/f-page/f-markdown-footer/index.mjs +0 -5
  296. package/esm2022/lib/f-documentation/f-page/f-page.component.mjs +0 -18
  297. package/esm2022/lib/f-documentation/f-page/f-table-of-content/f-table-of-content-items/f-table-of-content-items.component.mjs +0 -14
  298. package/esm2022/lib/f-documentation/f-page/f-table-of-content/f-table-of-content-items/index.mjs +0 -2
  299. package/esm2022/lib/f-documentation/f-page/f-table-of-content/f-table-of-content.component.mjs +0 -69
  300. package/esm2022/lib/f-documentation/f-page/f-table-of-content/index.mjs +0 -3
  301. package/esm2022/lib/f-documentation/f-page/index.mjs +0 -5
  302. package/esm2022/lib/f-documentation/f-preview/f-preview-base.mjs +0 -3
  303. package/esm2022/lib/f-documentation/f-preview/f-preview.component.mjs +0 -79
  304. package/esm2022/lib/f-documentation/f-preview-group/f-preview-group.service.mjs +0 -73
  305. package/esm2022/lib/f-documentation/f-preview-group-filters/f-preview-group-filters.component.mjs +0 -53
  306. package/esm2022/lib/f-documentation/f-scrollable-container/domain/calculate-hash-from-scroll-position/calculate-hash-from-scroll-position.handler.mjs +0 -53
  307. package/esm2022/lib/f-documentation/f-scrollable-container/domain/calculate-hash-from-scroll-position/calculate-hash-from-scroll-position.request.mjs +0 -7
  308. package/esm2022/lib/f-documentation/f-scrollable-container/domain/calculate-hash-from-scroll-position/index.mjs +0 -3
  309. package/esm2022/lib/f-documentation/f-scrollable-container/domain/get-absolute-top-to-container/get-absolute-top-to-container.handler.mjs +0 -14
  310. package/esm2022/lib/f-documentation/f-scrollable-container/domain/get-absolute-top-to-container/get-absolute-top-to-container.request.mjs +0 -9
  311. package/esm2022/lib/f-documentation/f-scrollable-container/domain/get-absolute-top-to-container/index.mjs +0 -3
  312. package/esm2022/lib/f-documentation/f-scrollable-container/domain/get-table-of-content-data/get-table-of-content-data.handler.mjs +0 -52
  313. package/esm2022/lib/f-documentation/f-scrollable-container/domain/get-table-of-content-data/get-table-of-content-data.request.mjs +0 -9
  314. package/esm2022/lib/f-documentation/f-scrollable-container/domain/get-table-of-content-data/index.mjs +0 -3
  315. package/esm2022/lib/f-documentation/f-scrollable-container/domain/i-table-of-content-item.mjs +0 -2
  316. package/esm2022/lib/f-documentation/f-scrollable-container/domain/index.mjs +0 -7
  317. package/esm2022/lib/f-documentation/f-scrollable-container/domain/scroll-to-element-in-container.mjs +0 -35
  318. package/esm2022/lib/f-documentation/f-scrollable-container/domain/table-of-content-data.mjs +0 -9
  319. package/esm2022/lib/f-documentation/f-scrollable-container/f-scrollable-container.component.mjs +0 -32
  320. package/esm2022/lib/f-documentation/f-scrollable-container/f-scrollable.service.mjs +0 -60
  321. package/esm2022/lib/f-documentation/f-scrollable-container/index.mjs +0 -3
  322. package/esm2022/lib/f-documentation/f-social-links/f-social-links.component.mjs +0 -13
  323. package/esm2022/lib/f-documentation/f-version/f-version.component.mjs +0 -16
  324. package/esm2022/lib/f-documentation/i-documentation-component.mjs +0 -3
  325. package/esm2022/lib/f-documentation/index.mjs +0 -20
  326. package/esm2022/lib/f-documentation/providers.mjs +0 -3
  327. package/esm2022/lib/f-documentation/router.mjs +0 -13
  328. package/esm2022/lib/f-home-page/domain/i-home-page-environment.mjs +0 -2
  329. package/esm2022/lib/f-home-page/domain/i-home-page-feature.mjs +0 -2
  330. package/esm2022/lib/f-home-page/domain/i-home-page-footer.mjs +0 -2
  331. package/esm2022/lib/f-home-page/domain/i-home-page-hero.mjs +0 -2
  332. package/esm2022/lib/f-home-page/domain/i-home-page-link.mjs +0 -2
  333. package/esm2022/lib/f-home-page/domain/i-home-page-membership.mjs +0 -2
  334. package/esm2022/lib/f-home-page/domain/index.mjs +0 -7
  335. package/esm2022/lib/f-home-page/f-home-page-environment.service.mjs +0 -39
  336. package/esm2022/lib/f-home-page/f-home-page-features/f-home-page-features.component.mjs +0 -15
  337. package/esm2022/lib/f-home-page/f-home-page-footer/f-home-page-footer.component.mjs +0 -13
  338. package/esm2022/lib/f-home-page/f-home-page-header/f-home-page-header.component.mjs +0 -17
  339. package/esm2022/lib/f-home-page/f-home-page-hero/f-home-page-buttons-row/f-home-page-buttons-row.component.mjs +0 -18
  340. package/esm2022/lib/f-home-page/f-home-page-hero/f-home-page-hero.component.mjs +0 -16
  341. package/esm2022/lib/f-home-page/f-home-page-memberships/f-home-page-memberships.component.mjs +0 -15
  342. package/esm2022/lib/f-home-page/f-home-page.component.mjs +0 -59
  343. package/esm2022/lib/f-home-page/index.mjs +0 -10
  344. package/esm2022/lib/f-home-page/providers.mjs +0 -3
  345. package/esm2022/lib/f-home-page/router.mjs +0 -7
  346. package/esm2022/lib/index.mjs +0 -6
  347. package/esm2022/public-api.mjs +0 -2
  348. package/lib/common-components/f-cookie-popup/f-cookie-popup.component.d.ts +0 -9
  349. package/lib/common-components/f-theme-button/f-theme-button.component.d.ts +0 -15
  350. package/lib/common-services/f-meta.service.d.ts +0 -20
  351. package/lib/common-services/f-popover.service.d.ts +0 -11
  352. package/lib/common-services/index.d.ts +0 -5
  353. package/lib/common-services/json-ld/f-json-ld.service.d.ts +0 -12
  354. package/lib/common-services/json-ld/i-json-ld-creator.d.ts +0 -7
  355. package/lib/common-services/json-ld/i-json-ld-entity-of-page.d.ts +0 -3
  356. package/lib/common-services/json-ld/i-json-ld.d.ts +0 -9
  357. package/lib/common-services/json-ld/index.d.ts +0 -4
  358. package/lib/domain/f-state.service.d.ts +0 -13
  359. package/lib/domain/get-version-handler/get-version.handler.d.ts +0 -13
  360. package/lib/domain/get-version-handler/get-version.request.d.ts +0 -5
  361. package/lib/domain/get-version-handler/index.d.ts +0 -2
  362. package/lib/domain/handle-navigation-links/handle-navigation-links.handler.d.ts +0 -19
  363. package/lib/domain/i-docs-component.d.ts +0 -5
  364. package/lib/domain/i-docs-header-navigation-item.d.ts +0 -5
  365. package/lib/domain/i-docs-version.d.ts +0 -4
  366. package/lib/domain/i-environment-service.d.ts +0 -4
  367. package/lib/domain/index.d.ts +0 -10
  368. package/lib/f-documentation/domain/i-docs-environment.d.ts +0 -21
  369. package/lib/f-documentation/domain/index.d.ts +0 -1
  370. package/lib/f-documentation/f-badge/f-badge.component.d.ts +0 -7
  371. package/lib/f-documentation/f-badge/index.d.ts +0 -1
  372. package/lib/f-documentation/f-documentation-environment.service.d.ts +0 -23
  373. package/lib/f-documentation/f-documentation.component.d.ts +0 -15
  374. package/lib/f-documentation/f-hamburger-button/f-hamburger-button.component.d.ts +0 -9
  375. package/lib/f-documentation/f-header/f-header.component.d.ts +0 -6
  376. package/lib/f-documentation/f-header-menu/f-header-menu.component.d.ts +0 -15
  377. package/lib/f-documentation/f-navigation-panel/f-navigation-group/f-navigation-group.component.d.ts +0 -8
  378. package/lib/f-documentation/f-navigation-panel/f-navigation-header/f-navigation-header.component.d.ts +0 -12
  379. package/lib/f-documentation/f-navigation-panel/f-navigation-panel.component.d.ts +0 -28
  380. package/lib/f-documentation/f-navigation-panel/index.d.ts +0 -5
  381. package/lib/f-documentation/f-page/f-markdown/domain/handle-dynamic-components/handle-dynamic-components.handler.d.ts +0 -26
  382. package/lib/f-documentation/f-page/f-markdown/domain/handle-dynamic-components/index.d.ts +0 -2
  383. package/lib/f-documentation/f-page/f-markdown/domain/handle-parsed-containers/handle-parsed-containers.handler.d.ts +0 -16
  384. package/lib/f-documentation/f-page/f-markdown/domain/handle-parsed-containers/handle-parsed-containers.request.d.ts +0 -4
  385. package/lib/f-documentation/f-page/f-markdown/domain/handle-parsed-containers/i-parsed-container.d.ts +0 -3
  386. package/lib/f-documentation/f-page/f-markdown/domain/handle-parsed-containers/index.d.ts +0 -4
  387. package/lib/f-documentation/f-page/f-markdown/domain/handle-parsed-containers/pseudo-components/f-async-code-view-handler.d.ts +0 -10
  388. package/lib/f-documentation/f-page/f-markdown/domain/handle-parsed-containers/pseudo-components/f-code-group/f-code-group.handler.d.ts +0 -18
  389. package/lib/f-documentation/f-page/f-markdown/domain/handle-parsed-containers/pseudo-components/f-code-group/i-code-group-view.d.ts +0 -3
  390. package/lib/f-documentation/f-page/f-markdown/domain/handle-parsed-containers/pseudo-components/f-code-group/index.d.ts +0 -2
  391. package/lib/f-documentation/f-page/f-markdown/domain/handle-parsed-containers/pseudo-components/f-code-group-body.handler.d.ts +0 -15
  392. package/lib/f-documentation/f-page/f-markdown/domain/handle-parsed-containers/pseudo-components/f-code-view-handler.d.ts +0 -21
  393. package/lib/f-documentation/f-page/f-markdown/domain/handle-parsed-containers/pseudo-components/f-example-view-handler.d.ts +0 -6
  394. package/lib/f-documentation/f-page/f-markdown/domain/handle-parsed-containers/pseudo-components/index.d.ts +0 -6
  395. package/lib/f-documentation/f-page/f-markdown/domain/highlight/highlight.service.d.ts +0 -15
  396. package/lib/f-documentation/f-page/f-markdown/domain/highlight/separate-code-by-lines.post-processor.d.ts +0 -9
  397. package/lib/f-documentation/f-page/f-markdown/domain/index.d.ts +0 -4
  398. package/lib/f-documentation/f-page/f-markdown/domain/markdown/index.d.ts +0 -3
  399. package/lib/f-documentation/f-page/f-markdown/domain/markdown/markdown.service.d.ts +0 -22
  400. package/lib/f-documentation/f-page/f-markdown/domain/markdown/parse-markdown/index.d.ts +0 -7
  401. package/lib/f-documentation/f-page/f-markdown/domain/markdown/parse-markdown/parse-code-group.d.ts +0 -17
  402. package/lib/f-documentation/f-page/f-markdown/domain/markdown/parse-markdown/parse-code-view.d.ts +0 -5
  403. package/lib/f-documentation/f-page/f-markdown/domain/markdown/parse-markdown/parse-example-group.d.ts +0 -21
  404. package/lib/f-documentation/f-page/f-markdown/domain/markdown/parse-markdown/parse-preview-group.d.ts +0 -18
  405. package/lib/f-documentation/f-page/f-markdown/domain/markdown/utils/get-content.d.ts +0 -2
  406. package/lib/f-documentation/f-page/f-markdown/f-markdown-renderer.component.d.ts +0 -25
  407. package/lib/f-documentation/f-page/f-markdown/index.d.ts +0 -2
  408. package/lib/f-documentation/f-page/f-markdown-footer/domain/features/get-previous-next-page-navigation/get-previous-next-page-navigation.response.d.ts +0 -6
  409. package/lib/f-documentation/f-page/f-markdown-footer/domain/features/index.d.ts +0 -1
  410. package/lib/f-documentation/f-page/f-markdown-footer/domain/index.d.ts +0 -2
  411. package/lib/f-documentation/f-page/f-markdown-footer/f-footer-edit-information/f-footer-last-updated/f-footer-last-updated.component.d.ts +0 -5
  412. package/lib/f-documentation/f-page/f-markdown-footer/f-footer-edit-information/f-footer-last-updated/index.d.ts +0 -1
  413. package/lib/f-documentation/f-page/f-markdown-footer/f-markdown-footer.component.d.ts +0 -30
  414. package/lib/f-documentation/f-page/f-page.component.d.ts +0 -5
  415. package/lib/f-documentation/f-page/f-table-of-content/f-table-of-content-items/f-table-of-content-items.component.d.ts +0 -7
  416. package/lib/f-documentation/f-page/f-table-of-content/f-table-of-content-items/index.d.ts +0 -1
  417. package/lib/f-documentation/f-page/f-table-of-content/f-table-of-content.component.d.ts +0 -28
  418. package/lib/f-documentation/f-page/f-table-of-content/index.d.ts +0 -2
  419. package/lib/f-documentation/f-page/index.d.ts +0 -4
  420. package/lib/f-documentation/f-scrollable-container/domain/calculate-hash-from-scroll-position/calculate-hash-from-scroll-position.handler.d.ts +0 -15
  421. package/lib/f-documentation/f-scrollable-container/domain/calculate-hash-from-scroll-position/calculate-hash-from-scroll-position.request.d.ts +0 -5
  422. package/lib/f-documentation/f-scrollable-container/domain/calculate-hash-from-scroll-position/index.d.ts +0 -2
  423. package/lib/f-documentation/f-scrollable-container/domain/get-absolute-top-to-container/get-absolute-top-to-container.request.d.ts +0 -5
  424. package/lib/f-documentation/f-scrollable-container/domain/get-table-of-content-data/get-table-of-content-data.handler.d.ts +0 -11
  425. package/lib/f-documentation/f-scrollable-container/domain/get-table-of-content-data/get-table-of-content-data.request.d.ts +0 -11
  426. package/lib/f-documentation/f-scrollable-container/domain/get-table-of-content-data/index.d.ts +0 -2
  427. package/lib/f-documentation/f-scrollable-container/domain/index.d.ts +0 -6
  428. package/lib/f-documentation/f-scrollable-container/domain/scroll-to-element-in-container.d.ts +0 -12
  429. package/lib/f-documentation/f-scrollable-container/f-scrollable-container.component.d.ts +0 -13
  430. package/lib/f-documentation/f-scrollable-container/f-scrollable.service.d.ts +0 -25
  431. package/lib/f-documentation/f-scrollable-container/index.d.ts +0 -2
  432. package/lib/f-documentation/f-version/f-version.component.d.ts +0 -7
  433. package/lib/f-documentation/i-documentation-component.d.ts +0 -5
  434. package/lib/f-documentation/index.d.ts +0 -19
  435. package/lib/f-documentation/providers.d.ts +0 -3
  436. package/lib/f-documentation/router.d.ts +0 -2
  437. package/lib/f-home-page/domain/i-home-page-environment.d.ts +0 -20
  438. package/lib/f-home-page/domain/i-home-page-feature.d.ts +0 -4
  439. package/lib/f-home-page/domain/i-home-page-footer.d.ts +0 -3
  440. package/lib/f-home-page/domain/i-home-page-hero.d.ts +0 -6
  441. package/lib/f-home-page/domain/i-home-page-link.d.ts +0 -7
  442. package/lib/f-home-page/domain/index.d.ts +0 -6
  443. package/lib/f-home-page/index.d.ts +0 -9
  444. package/lib/f-home-page/providers.d.ts +0 -3
  445. package/lib/f-home-page/router.d.ts +0 -2
  446. package/lib/index.d.ts +0 -5
  447. package/public-api.d.ts +0 -1
  448. /package/lib/{common-components → common/components}/f-checkbox/f-checkbox.component.d.ts +0 -0
  449. /package/lib/{common-components → common/components}/f-radio-button/f-radio-button.component.d.ts +0 -0
  450. /package/lib/{f-documentation/f-page/f-markdown/domain/handle-parsed-containers/pseudo-components/clipboard → common/utils}/copy-to-clipboard.d.ts +0 -0
  451. /package/lib/{f-documentation/f-page/f-markdown/domain/handle-parsed-containers/pseudo-components/clipboard → common/utils}/index.d.ts +0 -0
  452. /package/lib/{common-services → documentation-page/analytics}/analytics/f-accept-cookies-key.d.ts +0 -0
  453. /package/lib/{common-services → documentation-page/analytics}/analytics/i-window-with-analytics.d.ts +0 -0
  454. /package/lib/{common-services → documentation-page/analytics}/analytics/set-cookie-consent.d.ts +0 -0
  455. /package/lib/{domain → documentation-page/analytics/common-services}/i-meta-data.d.ts +0 -0
  456. /package/lib/{f-documentation/f-page/f-markdown-footer/domain/features → documentation-page/components/markdown-container/f-markdown/components/f-markdown-footer/domain}/get-previous-next-page-navigation/get-previous-next-page-navigation.request.d.ts +0 -0
  457. /package/lib/{f-documentation/f-page/f-markdown-footer/domain/features → documentation-page/components/markdown-container/f-markdown/components/f-markdown-footer/domain}/get-previous-next-page-navigation/index.d.ts +0 -0
  458. /package/lib/{f-documentation/f-page → documentation-page/components/markdown-container/f-markdown/components}/f-markdown-footer/f-footer-edit-information/f-footer-edit-information.component.d.ts +0 -0
  459. /package/lib/{f-documentation/f-page → documentation-page/components/markdown-container/f-markdown/components}/f-markdown-footer/f-footer-edit-information/f-footer-edit-link/f-footer-edit-link.component.d.ts +0 -0
  460. /package/lib/{f-documentation/f-page → documentation-page/components/markdown-container/f-markdown/components}/f-markdown-footer/f-footer-edit-information/f-footer-edit-link/index.d.ts +0 -0
  461. /package/lib/{f-documentation/f-page → documentation-page/components/markdown-container/f-markdown/components}/f-markdown-footer/f-footer-edit-information/index.d.ts +0 -0
  462. /package/lib/{f-documentation/f-page → documentation-page/components/markdown-container/f-markdown/components}/f-markdown-footer/f-footer-navigation/f-footer-navigation-button/index.d.ts +0 -0
  463. /package/lib/{f-documentation/f-page → documentation-page/components/markdown-container/f-markdown/components}/f-markdown-footer/f-footer-navigation/f-footer-navigation.component.d.ts +0 -0
  464. /package/lib/{f-documentation/f-page → documentation-page/components/markdown-container/f-markdown/components}/f-markdown-footer/f-footer-navigation/index.d.ts +0 -0
  465. /package/lib/{f-documentation/f-page → documentation-page/components/markdown-container/f-markdown/components}/f-markdown-footer/index.d.ts +0 -0
  466. /package/lib/{f-documentation → documentation-page/components/markdown-container/f-markdown/components/f-preview-group}/f-preview/f-preview-base.d.ts +0 -0
  467. /package/lib/{f-documentation → documentation-page/components/markdown-container/f-markdown/components/f-preview-group}/f-preview-group-filters/f-preview-group-filters.component.d.ts +0 -0
  468. /package/lib/{f-documentation/f-page/f-markdown/domain/markdown/parse-markdown → documentation-page/components/markdown-container/f-markdown/markdown/domain}/i-markdown-it-token.d.ts +0 -0
  469. /package/lib/{f-documentation/f-page/f-markdown/domain/markdown/parse-markdown → documentation-page/components/markdown-container/f-markdown/markdown}/parse-alerts.d.ts +0 -0
  470. /package/lib/{f-documentation/f-page/f-markdown/domain → documentation-page/components/markdown-container/f-markdown}/markdown/utils/index.d.ts +0 -0
  471. /package/lib/{f-documentation/f-navigation-panel → documentation-page/components/navigation-panel}/domain/i-navigation-group.d.ts +0 -0
  472. /package/lib/{f-documentation/f-navigation-panel → documentation-page/components/navigation-panel}/domain/i-navigation-item-badge.d.ts +0 -0
  473. /package/lib/{f-documentation/f-navigation-panel → documentation-page/components/navigation-panel}/domain/i-navigation-item.d.ts +0 -0
  474. /package/lib/{f-documentation/f-navigation-panel → documentation-page/components/navigation-panel}/domain/index.d.ts +0 -0
  475. /package/lib/{f-documentation/f-navigation-panel → documentation-page/components/navigation-panel}/f-navigation-item/f-navigation-item.component.d.ts +0 -0
  476. /package/lib/{f-documentation/f-scrollable-container → documentation-page/components/scrollable-container}/domain/get-absolute-top-to-container/index.d.ts +0 -0
  477. /package/lib/{f-documentation/f-scrollable-container → documentation-page/components/scrollable-container}/domain/i-table-of-content-item.d.ts +0 -0
  478. /package/lib/{f-documentation/f-scrollable-container → documentation-page/components/scrollable-container}/domain/table-of-content-data.d.ts +0 -0
  479. /package/lib/{domain → documentation-page/domain}/handle-navigation-links/handle-navigation-links.request.d.ts +0 -0
  480. /package/lib/{domain → documentation-page/domain}/handle-navigation-links/index.d.ts +0 -0
  481. /package/lib/{f-home-page/f-home-page-hero → home-page/components}/f-home-page-buttons-row/f-home-page-buttons-row.component.d.ts +0 -0
  482. /package/lib/{f-home-page → home-page/components}/f-home-page-features/f-home-page-features.component.d.ts +0 -0
  483. /package/lib/{f-home-page → home-page/components}/f-home-page-footer/f-home-page-footer.component.d.ts +0 -0
  484. /package/lib/{f-home-page → home-page/components}/f-home-page-header/f-home-page-header.component.d.ts +0 -0
  485. /package/lib/{f-home-page → home-page/components}/f-home-page-hero/f-home-page-hero.component.d.ts +0 -0
  486. /package/lib/{f-home-page → home-page/components}/f-home-page-memberships/f-home-page-memberships.component.d.ts +0 -0
  487. /package/lib/{f-home-page → home-page}/domain/i-home-page-membership.d.ts +0 -0
@@ -0,0 +1,15 @@
1
+ import { IHandler } from '@foblex/mediator';
2
+ import { ScrollToElementInContainerRequest } from './scroll-to-element-in-container.request';
3
+ import * as i0 from "@angular/core";
4
+ export declare class ScrollToElementInContainerHandler implements IHandler<ScrollToElementInContainerRequest, void> {
5
+ private readonly _scrollableContainer;
6
+ handle(payload: ScrollToElementInContainerRequest): void;
7
+ private _getScrollToElement;
8
+ private _getScrollTo;
9
+ private _isFirstElementInContainer;
10
+ private _calculateScrollTo;
11
+ private _getElementTop;
12
+ private _getContainerTop;
13
+ static ɵfac: i0.ɵɵFactoryDeclaration<ScrollToElementInContainerHandler, never>;
14
+ static ɵprov: i0.ɵɵInjectableDeclaration<ScrollToElementInContainerHandler>;
15
+ }
@@ -0,0 +1,4 @@
1
+ export declare class ScrollToElementInContainerRequest {
2
+ hash: string;
3
+ constructor(hash: string);
4
+ }
@@ -0,0 +1,3 @@
1
+ export * from './components';
2
+ export * from './domain';
3
+ export * from './scrollable-container.component';
@@ -0,0 +1,12 @@
1
+ import { OnInit } from '@angular/core';
2
+ import { IScrollableContainer } from './domain';
3
+ import * as i0 from "@angular/core";
4
+ export declare class ScrollableContainerComponent implements OnInit, IScrollableContainer {
5
+ private readonly _mediator;
6
+ private readonly _destroyRef;
7
+ readonly htmlElement: any;
8
+ ngOnInit(): void;
9
+ private _calculateHashAndActivate;
10
+ static ɵfac: i0.ɵɵFactoryDeclaration<ScrollableContainerComponent, never>;
11
+ static ɵcmp: i0.ɵɵComponentDeclaration<ScrollableContainerComponent, "f-scrollable-container", never, {}, {}, never, ["*"], true, never>;
12
+ }
@@ -0,0 +1,14 @@
1
+ import { OnDestroy, OnInit } from '@angular/core';
2
+ import { IToggleNavigationComponent } from './components';
3
+ import * as i0 from "@angular/core";
4
+ export declare class DocumentationRootComponent implements IToggleNavigationComponent, OnInit, OnDestroy {
5
+ protected readonly isNavigationVisible: import("@angular/core").WritableSignal<boolean>;
6
+ protected readonly popover: import("@angular/core").Signal<string | null>;
7
+ private readonly _metaService;
8
+ private readonly _destroyRef;
9
+ ngOnInit(): void;
10
+ onToggleNavigation(value: boolean): void;
11
+ ngOnDestroy(): void;
12
+ static ɵfac: i0.ɵɵFactoryDeclaration<DocumentationRootComponent, never>;
13
+ static ɵcmp: i0.ɵɵComponentDeclaration<DocumentationRootComponent, "documentation-root", never, {}, {}, never, never, true, never>;
14
+ }
@@ -0,0 +1,8 @@
1
+ export * from './provide-404-markdown';
2
+ export * from './provide-components';
3
+ export * from './provide-directory';
4
+ export * from './provide-documentation';
5
+ export * from './provide-documentation-meta';
6
+ export * from './provide-footer-navigation';
7
+ export * from './provide-navigation';
8
+ export * from './provide-toc-data';
@@ -0,0 +1,2 @@
1
+ import { IDocumentationConfiguration } from '../i-documentation-configuration';
2
+ export declare function provide404Markdown(notFoundMarkdown: string): Partial<IDocumentationConfiguration>;
@@ -0,0 +1,6 @@
1
+ import { IDocumentationConfiguration } from '../i-documentation-configuration';
2
+ import { Type } from '@angular/core';
3
+ import { IExampleComponent } from '../../components';
4
+ export declare function defineLazyComponent(selector: string, loader: () => Promise<Record<string, unknown>>): IExampleComponent;
5
+ export declare function provideComponents(components: IExampleComponent[]): Partial<IDocumentationConfiguration>;
6
+ export declare function extractComponent(loader: () => Promise<Record<string, unknown>>): Promise<Type<any>>;
@@ -0,0 +1,2 @@
1
+ import { IDocumentationConfiguration } from '../i-documentation-configuration';
2
+ export declare function provideDirectory(docsDir: string): Partial<IDocumentationConfiguration>;
@@ -0,0 +1,3 @@
1
+ import { IMetaData } from '../../analytics';
2
+ import { IDocumentationConfiguration } from '../i-documentation-configuration';
3
+ export declare function provideDocumentationMeta(meta: IMetaData): Partial<IDocumentationConfiguration>;
@@ -0,0 +1,11 @@
1
+ import { IDocumentationConfiguration } from '../i-documentation-configuration';
2
+ import { InjectionToken } from '@angular/core';
3
+ export declare function provideDocumentation(configuration: IProviderInstance): {
4
+ provide: InjectionToken<IDocumentationConfiguration>;
5
+ useValue: any;
6
+ };
7
+ export declare const DOCUMENTATION_CONFIGURATION: InjectionToken<IDocumentationConfiguration>;
8
+ interface IProviderInstance {
9
+ providers: Partial<IDocumentationConfiguration>[];
10
+ }
11
+ export {};
@@ -0,0 +1,2 @@
1
+ import { IDocumentationConfiguration, IMarkdownFooterNavigation } from '../../index';
2
+ export declare function provideFooterNavigation(navigation: IMarkdownFooterNavigation): Partial<IDocumentationConfiguration>;
@@ -0,0 +1,4 @@
1
+ import { IDocumentationConfiguration } from '../i-documentation-configuration';
2
+ import { INavigationGroup, INavigationItem } from '../../components';
3
+ export declare function provideNavigation(...navigation: INavigationGroup[]): Partial<IDocumentationConfiguration>;
4
+ export declare function defineNavigationGroup(name: string | undefined, items: INavigationItem[]): INavigationGroup;
@@ -0,0 +1,3 @@
1
+ import { ITableOfContent } from '../../components';
2
+ import { IDocumentationConfiguration } from '../i-documentation-configuration';
3
+ export declare function provideTocData(toC: ITableOfContent): Partial<IDocumentationConfiguration>;
@@ -0,0 +1,16 @@
1
+ import { IExecution } from '@foblex/mediator';
2
+ import { HandleNavigationLinksRequest } from './handle-navigation-links.request';
3
+ import * as i0 from "@angular/core";
4
+ export declare class HandleNavigationLinksHandler implements IExecution<HandleNavigationLinksRequest, void> {
5
+ private readonly _router;
6
+ private readonly _browser;
7
+ handle(request: HandleNavigationLinksRequest): void;
8
+ private _getTargetElement;
9
+ private _getClosestAnchorTag;
10
+ private _hasHref;
11
+ private _isExternalLink;
12
+ private _navigateInternalLink;
13
+ private _navigateExternalLink;
14
+ static ɵfac: i0.ɵɵFactoryDeclaration<HandleNavigationLinksHandler, never>;
15
+ static ɵprov: i0.ɵɵInjectableDeclaration<HandleNavigationLinksHandler>;
16
+ }
@@ -0,0 +1,15 @@
1
+ import { IExampleComponent, IMarkdownFooterNavigation, INavigationGroup, ITableOfContent } from '../components';
2
+ import { IHasHeaderConfiguration, ILanguageConfiguration, ILogoConfiguration, ITitleConfiguration } from '../../common';
3
+ import { IMetaData } from '../analytics';
4
+ export interface IDocumentationConfiguration extends ILanguageConfiguration, ITitleConfiguration, ILogoConfiguration, IHasHeaderConfiguration {
5
+ docsDir: string;
6
+ notFoundMarkdown: string;
7
+ navigation: INavigationGroup[];
8
+ footer?: IDocumentationFooterConfiguration;
9
+ components?: IExampleComponent[];
10
+ toC?: ITableOfContent;
11
+ meta?: IMetaData;
12
+ }
13
+ export interface IDocumentationFooterConfiguration {
14
+ navigation?: IMarkdownFooterNavigation;
15
+ }
@@ -0,0 +1,4 @@
1
+ export * from './handle-navigation-links';
2
+ export * from './configuration-providers';
3
+ export * from './i-documentation-configuration';
4
+ export * from './providers';
@@ -0,0 +1,2 @@
1
+ import { HandleNavigationLinksHandler } from './handle-navigation-links';
2
+ export declare const COMMON_FEATURES: (typeof HandleNavigationLinksHandler)[];
@@ -0,0 +1,6 @@
1
+ export * from './analytics';
2
+ export * from './components';
3
+ export * from './domain';
4
+ export * from './services';
5
+ export * from './documentation-root.component';
6
+ export * from './routes';
@@ -0,0 +1,2 @@
1
+ import { Routes } from '@angular/router';
2
+ export declare const DOCUMENTATION_ROUTES: Routes;
@@ -0,0 +1,23 @@
1
+ import { ComponentRef } from '@angular/core';
2
+ import { IExampleComponent, IMarkdownFooterNavigation, INavigationGroup, ITableOfContent, TableOfContentData } from '../components';
3
+ import { IHeaderConfiguration, IHeaderConfigurationStore, IHeaderMenuLink, ISocialLink, ISocialLinksProvider } from '../../common';
4
+ import * as i0 from "@angular/core";
5
+ export declare class DocumentationStore implements ISocialLinksProvider, IHeaderConfigurationStore {
6
+ private readonly _configuration;
7
+ readonly tocData: import("@angular/core").WritableSignal<TableOfContentData>;
8
+ readonly dComponents: import("@angular/core").WritableSignal<ComponentRef<any>[]>;
9
+ disposeDComponents(): void;
10
+ getMarkdownUrl(markdown: string): string;
11
+ private _isMarkdownExist;
12
+ getLogo(): string;
13
+ getTitle(): string;
14
+ getHeaderNavigation(): IHeaderMenuLink[];
15
+ getComponents(): IExampleComponent[];
16
+ getNavigation(): INavigationGroup[];
17
+ getFooterNavigation(): IMarkdownFooterNavigation;
18
+ getSocialLinks(): ISocialLink[];
19
+ getToC(): ITableOfContent;
20
+ getHeader(): IHeaderConfiguration | undefined;
21
+ static ɵfac: i0.ɵɵFactoryDeclaration<DocumentationStore, never>;
22
+ static ɵprov: i0.ɵɵInjectableDeclaration<DocumentationStore>;
23
+ }
@@ -0,0 +1 @@
1
+ export * from './documentation.store';
@@ -0,0 +1 @@
1
+ export * from './f-home-page-buttons-row.component';
@@ -0,0 +1 @@
1
+ export * from './f-home-page-features.component';
@@ -0,0 +1 @@
1
+ export * from './f-home-page-footer.component';
@@ -0,0 +1 @@
1
+ export * from './f-home-page-header.component';
@@ -0,0 +1 @@
1
+ export * from './f-home-page-hero.component';
@@ -0,0 +1 @@
1
+ export * from './f-home-page-memberships.component';
@@ -0,0 +1,6 @@
1
+ export * from './f-home-page-buttons-row';
2
+ export * from './f-home-page-features';
3
+ export * from './f-home-page-footer';
4
+ export * from './f-home-page-header';
5
+ export * from './f-home-page-hero';
6
+ export * from './f-home-page-memberships';
@@ -0,0 +1,7 @@
1
+ export * from './provide-background';
2
+ export * from './provide-hero';
3
+ export * from './provide-home-buttons';
4
+ export * from './provide-home-features';
5
+ export * from './provide-home-footer';
6
+ export * from './provide-home-page';
7
+ export * from './provide-image';
@@ -0,0 +1,3 @@
1
+ import { Type } from '@angular/core';
2
+ import { IHomePageConfiguration } from '../i-home-page-configuration';
3
+ export declare function provideBackground(background: Type<any>): Partial<IHomePageConfiguration>;
@@ -0,0 +1,8 @@
1
+ import { IHomePageConfiguration } from '../i-home-page-configuration';
2
+ export declare function provideHero(hero: IHomePageHero): Partial<IHomePageConfiguration>;
3
+ export interface IHomePageHero {
4
+ headline?: string;
5
+ tagline1?: string;
6
+ tagline2?: string;
7
+ subDescription?: string;
8
+ }
@@ -0,0 +1,9 @@
1
+ import { IHomePageConfiguration } from '../i-home-page-configuration';
2
+ export declare function provideHomeButtons(buttons: IHomePageLink[]): Partial<IHomePageConfiguration>;
3
+ export interface IHomePageLink {
4
+ primary?: boolean;
5
+ routerLink?: string;
6
+ href?: string;
7
+ text: string;
8
+ icon?: string;
9
+ }
@@ -0,0 +1,6 @@
1
+ import { IHomePageConfiguration } from '../i-home-page-configuration';
2
+ export declare function provideHomeFeatures(features: IHomePageFeature[]): Partial<IHomePageConfiguration>;
3
+ export interface IHomePageFeature {
4
+ headline: string;
5
+ description: string;
6
+ }
@@ -0,0 +1,5 @@
1
+ import { IHomePageConfiguration } from '../i-home-page-configuration';
2
+ export declare function provideHomeFooter(footer: IHomePageFooter): Partial<IHomePageConfiguration>;
3
+ export interface IHomePageFooter {
4
+ text: string;
5
+ }
@@ -0,0 +1,11 @@
1
+ import { InjectionToken } from '@angular/core';
2
+ import { IHomePageConfiguration } from '../i-home-page-configuration';
3
+ export declare function provideHomePage(configuration: IProviderInstance): {
4
+ provide: InjectionToken<IHomePageConfiguration>;
5
+ useValue: any;
6
+ }[];
7
+ export declare const HOME_PAGE_CONFIGURATION: InjectionToken<IHomePageConfiguration>;
8
+ interface IProviderInstance {
9
+ providers: Partial<IHomePageConfiguration>[];
10
+ }
11
+ export {};
@@ -0,0 +1,3 @@
1
+ import { Type } from '@angular/core';
2
+ import { IHomePageConfiguration } from '../i-home-page-configuration';
3
+ export declare function provideImage(image: Type<any>): Partial<IHomePageConfiguration>;
@@ -0,0 +1,11 @@
1
+ import { Type } from '@angular/core';
2
+ import { IHasHeaderConfiguration, ILogoConfiguration, ITitleConfiguration } from '../../common';
3
+ import { IHomePageFeature, IHomePageFooter, IHomePageHero, IHomePageLink } from './configuration-providers';
4
+ export interface IHomePageConfiguration extends ITitleConfiguration, ILogoConfiguration, IHasHeaderConfiguration {
5
+ background?: Type<any>;
6
+ hero: IHomePageHero;
7
+ image?: Type<any>;
8
+ buttons?: IHomePageLink[];
9
+ features?: IHomePageFeature[];
10
+ footer: IHomePageFooter;
11
+ }
@@ -0,0 +1,3 @@
1
+ export * from './configuration-providers';
2
+ export * from './i-home-page-configuration';
3
+ export * from './i-home-page-membership';
@@ -1,6 +1,6 @@
1
1
  import { AfterViewInit } from '@angular/core';
2
2
  import * as i0 from "@angular/core";
3
- export declare class FHomePageComponent implements AfterViewInit {
3
+ export declare class HomeRootComponent implements AfterViewInit {
4
4
  private _environment;
5
5
  private _backgroundContainer;
6
6
  private _heroImageContainer;
@@ -9,7 +9,7 @@ export declare class FHomePageComponent implements AfterViewInit {
9
9
  private _renderBackgroundComponent;
10
10
  private _getBackgroundComponentReference;
11
11
  private _getImageComponentReference;
12
- private requestComponentRedraw;
13
- static ɵfac: i0.ɵɵFactoryDeclaration<FHomePageComponent, never>;
14
- static ɵcmp: i0.ɵɵComponentDeclaration<FHomePageComponent, "f-home-page", never, {}, {}, never, never, true, never>;
12
+ private _requestComponentRedraw;
13
+ static ɵfac: i0.ɵɵFactoryDeclaration<HomeRootComponent, never>;
14
+ static ɵcmp: i0.ɵɵComponentDeclaration<HomeRootComponent, "home-root", never, {}, {}, never, never, true, never>;
15
15
  }
@@ -0,0 +1,5 @@
1
+ export * from './components';
2
+ export * from './domain';
3
+ export * from './services';
4
+ export * from './home-root.component';
5
+ export * from './router';
@@ -0,0 +1,2 @@
1
+ import { Routes } from '@angular/router';
2
+ export declare const HOME_ROUTES: Routes;
@@ -1,9 +1,9 @@
1
1
  import { Type } from '@angular/core';
2
- import { IHomePageFeature, IHomePageFooter, IHomePageHero, IHomePageLink, IHomePageMembership } from './domain';
3
- import { IEnvironmentService } from '../domain';
2
+ import { IHomePageFeature, IHomePageFooter, IHomePageHero, IHomePageLink, IHomePageMembership } from '../domain';
3
+ import { IHeaderConfiguration, IHeaderConfigurationStore } from '../../common';
4
4
  import * as i0 from "@angular/core";
5
- export declare class FHomePageEnvironmentService implements IEnvironmentService {
6
- private _environment;
5
+ export declare class HomeStore implements IHeaderConfigurationStore {
6
+ private readonly _configuration;
7
7
  getLogo(): string;
8
8
  getTitle(): string;
9
9
  getHero(): IHomePageHero;
@@ -13,6 +13,7 @@ export declare class FHomePageEnvironmentService implements IEnvironmentService
13
13
  getFooter(): IHomePageFooter;
14
14
  getBackgroundComponent(): Type<any> | undefined;
15
15
  getImageComponent(): Type<any> | undefined;
16
- static ɵfac: i0.ɵɵFactoryDeclaration<FHomePageEnvironmentService, never>;
17
- static ɵprov: i0.ɵɵInjectableDeclaration<FHomePageEnvironmentService>;
16
+ getHeader(): IHeaderConfiguration | undefined;
17
+ static ɵfac: i0.ɵɵFactoryDeclaration<HomeStore, never>;
18
+ static ɵprov: i0.ɵɵInjectableDeclaration<HomeStore>;
18
19
  }
@@ -0,0 +1 @@
1
+ export * from './home.store';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@foblex/m-render",
3
- "version": "2.6.1",
3
+ "version": "2.6.2",
4
4
  "description": "MRender is a static site generator designed for creating fast and user-friendly documentation sites based on Markdown files. MarkEngine supports extended Markdown syntax and can render Angular components directly from Markdown files.",
5
5
  "author": "Siarhei Huzarevich",
6
6
  "license": "MIT",
@@ -23,11 +23,11 @@
23
23
  "@angular/core": ">=12.0.0",
24
24
  "@angular/cdk": ">=12.0.0",
25
25
  "@foblex/platform": "^1.0.4",
26
- "@foblex/mediator": "^1.1.0",
26
+ "@foblex/mediator": "^1.1.2",
27
27
  "@foblex/utils": "^1.1.0",
28
28
  "markdown-it": ">=14.1.0",
29
29
  "markdown-it-container": ">=4.0.0",
30
- "prismjs": ">=1.29.0"
30
+ "shiki": "^3.4.2"
31
31
  },
32
32
  "dependencies": {
33
33
  "tslib": ">=2.3.0"
@@ -41,8 +41,6 @@
41
41
  },
42
42
  ".": {
43
43
  "types": "./index.d.ts",
44
- "esm2022": "./esm2022/foblex-m-render.mjs",
45
- "esm": "./esm2022/foblex-m-render.mjs",
46
44
  "default": "./fesm2022/foblex-m-render.mjs"
47
45
  }
48
46
  }
@@ -1,5 +0,0 @@
1
- /**
2
- * Generated bundle index. Do not edit.
3
- */
4
- export * from './public-api';
5
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZm9ibGV4LW0tcmVuZGVyLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vcHJvamVjdHMvbS1yZW5kZXIvc3JjL2ZvYmxleC1tLXJlbmRlci50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQTs7R0FFRztBQUVILGNBQWMsY0FBYyxDQUFDIiwic291cmNlc0NvbnRlbnQiOlsiLyoqXG4gKiBHZW5lcmF0ZWQgYnVuZGxlIGluZGV4LiBEbyBub3QgZWRpdC5cbiAqL1xuXG5leHBvcnQgKiBmcm9tICcuL3B1YmxpYy1hcGknO1xuIl19
@@ -1,73 +0,0 @@
1
- import { booleanAttribute, ChangeDetectionStrategy, Component, EventEmitter, HostListener, Input, Output, ViewChild } from '@angular/core';
2
- import * as i0 from "@angular/core";
3
- let uniqueId = 0;
4
- export class FCheckboxComponent {
5
- changeDetectorRef;
6
- id = `f-checkbox-${uniqueId++}`;
7
- change = new EventEmitter();
8
- inputElement;
9
- labelElement;
10
- get checked() {
11
- return this.isChecked;
12
- }
13
- set checked(value) {
14
- if (value != this.checked) {
15
- this.isChecked = value;
16
- this.changeDetectorRef.markForCheck();
17
- }
18
- }
19
- isChecked = false;
20
- constructor(changeDetectorRef) {
21
- this.changeDetectorRef = changeDetectorRef;
22
- }
23
- onInputClick() {
24
- this.handleInputClick();
25
- }
26
- onTouchTargetClick() {
27
- this.handleInputClick();
28
- this.inputElement?.nativeElement.focus();
29
- }
30
- handleInputClick() {
31
- this.isChecked = !this.isChecked;
32
- this.emitChangeEvent();
33
- }
34
- emitChangeEvent() {
35
- this.change.emit(this.isChecked);
36
- if (this.inputElement) {
37
- this.inputElement.nativeElement.checked = this.isChecked;
38
- }
39
- }
40
- onInteractionEvent(event) {
41
- event.stopPropagation();
42
- }
43
- preventBubblingFromLabel(event) {
44
- if (!!event.target && this.labelElement?.nativeElement.contains(event.target)) {
45
- event.stopPropagation();
46
- }
47
- }
48
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: FCheckboxComponent, deps: [{ token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component });
49
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "16.1.0", version: "18.2.13", type: FCheckboxComponent, isStandalone: true, selector: "f-checkbox", inputs: { id: "id", checked: ["checked", "checked", booleanAttribute] }, outputs: { change: "change" }, host: { listeners: { "click": "preventBubblingFromLabel($event)" }, properties: { "class.f-checkbox-checked": "checked" } }, viewQueries: [{ propertyName: "inputElement", first: true, predicate: ["input"], descendants: true }, { propertyName: "labelElement", first: true, predicate: ["label"], descendants: true }], ngImport: i0, template: "<input #input\n [id]=\"id\"\n type=\"checkbox\"\n [checked]=\"checked\"\n (click)=\"onInputClick()\"\n (change)=\"onInteractionEvent($event)\"/>\n<div class=\"f-checkbox-container\" (click)=\"onTouchTargetClick()\">\n <svg class=\"f-checkbox-checkmark\" focusable=\"false\" viewBox=\"0 0 24 24\" aria-hidden=\"true\">\n <path class=\"f-checkbox-checkmark-path\" fill=\"none\" d=\"M1.73,12.91 8.1,19.28 22.79,4.59\"/>\n </svg>\n</div>\n<label [for]=\"id\" #label>\n <ng-content></ng-content>\n</label>\n", styles: [":host{position:relative;display:flex;align-items:center;font-weight:400;white-space:nowrap;font-size:14px;cursor:pointer;background-color:var(--checkbox-container-background);border-radius:var(--checkbox-border-radius);padding:0 8px;color:var(--checkbox-text);transition:color .25s,background-color .25s}:host input{position:absolute;inset:0;opacity:0;cursor:pointer}:host .f-checkbox-container{position:relative;display:flex;align-items:center;justify-content:center;width:var(--checkbox-size);height:var(--checkbox-size);margin-right:6px;border-radius:var(--checkbox-border-radius);background-color:var(--checkbox-background);padding:2px}:host .f-checkbox-container .f-checkbox-checkmark{position:absolute;top:calc(var(--checkbox-size) / 8);right:calc(var(--checkbox-size) / 8);bottom:calc(var(--checkbox-size) / 8);left:calc(var(--checkbox-size) / 8);opacity:0}:host .f-checkbox-container .f-checkbox-checkmark .f-checkbox-checkmark-path{stroke:currentColor;stroke-width:3}:host label{-webkit-user-select:none;user-select:none}:host.f-checkbox-checked .f-checkbox-container{background-color:var(--checkbox-checked-background)}:host.f-checkbox-checked .f-checkbox-container .f-checkbox-checkmark{color:var(--checkbox-checkmark-color);opacity:1}\n"], changeDetection: i0.ChangeDetectionStrategy.OnPush });
50
- }
51
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: FCheckboxComponent, decorators: [{
52
- type: Component,
53
- args: [{ selector: 'f-checkbox', standalone: true, changeDetection: ChangeDetectionStrategy.OnPush, host: {
54
- '[class.f-checkbox-checked]': 'checked',
55
- }, template: "<input #input\n [id]=\"id\"\n type=\"checkbox\"\n [checked]=\"checked\"\n (click)=\"onInputClick()\"\n (change)=\"onInteractionEvent($event)\"/>\n<div class=\"f-checkbox-container\" (click)=\"onTouchTargetClick()\">\n <svg class=\"f-checkbox-checkmark\" focusable=\"false\" viewBox=\"0 0 24 24\" aria-hidden=\"true\">\n <path class=\"f-checkbox-checkmark-path\" fill=\"none\" d=\"M1.73,12.91 8.1,19.28 22.79,4.59\"/>\n </svg>\n</div>\n<label [for]=\"id\" #label>\n <ng-content></ng-content>\n</label>\n", styles: [":host{position:relative;display:flex;align-items:center;font-weight:400;white-space:nowrap;font-size:14px;cursor:pointer;background-color:var(--checkbox-container-background);border-radius:var(--checkbox-border-radius);padding:0 8px;color:var(--checkbox-text);transition:color .25s,background-color .25s}:host input{position:absolute;inset:0;opacity:0;cursor:pointer}:host .f-checkbox-container{position:relative;display:flex;align-items:center;justify-content:center;width:var(--checkbox-size);height:var(--checkbox-size);margin-right:6px;border-radius:var(--checkbox-border-radius);background-color:var(--checkbox-background);padding:2px}:host .f-checkbox-container .f-checkbox-checkmark{position:absolute;top:calc(var(--checkbox-size) / 8);right:calc(var(--checkbox-size) / 8);bottom:calc(var(--checkbox-size) / 8);left:calc(var(--checkbox-size) / 8);opacity:0}:host .f-checkbox-container .f-checkbox-checkmark .f-checkbox-checkmark-path{stroke:currentColor;stroke-width:3}:host label{-webkit-user-select:none;user-select:none}:host.f-checkbox-checked .f-checkbox-container{background-color:var(--checkbox-checked-background)}:host.f-checkbox-checked .f-checkbox-container .f-checkbox-checkmark{color:var(--checkbox-checkmark-color);opacity:1}\n"] }]
56
- }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }], propDecorators: { id: [{
57
- type: Input
58
- }], change: [{
59
- type: Output
60
- }], inputElement: [{
61
- type: ViewChild,
62
- args: ['input']
63
- }], labelElement: [{
64
- type: ViewChild,
65
- args: ['label']
66
- }], checked: [{
67
- type: Input,
68
- args: [{ transform: booleanAttribute }]
69
- }], preventBubblingFromLabel: [{
70
- type: HostListener,
71
- args: ['click', ['$event']]
72
- }] } });
73
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZi1jaGVja2JveC5jb21wb25lbnQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9tLXJlbmRlci9zcmMvbGliL2NvbW1vbi1jb21wb25lbnRzL2YtY2hlY2tib3gvZi1jaGVja2JveC5jb21wb25lbnQudHMiLCIuLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9tLXJlbmRlci9zcmMvbGliL2NvbW1vbi1jb21wb25lbnRzL2YtY2hlY2tib3gvZi1jaGVja2JveC5jb21wb25lbnQuaHRtbCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQ0wsZ0JBQWdCLEVBQ2hCLHVCQUF1QixFQUN2QixTQUFTLEVBQWMsWUFBWSxFQUFFLFlBQVksRUFBRSxLQUFLLEVBQUUsTUFBTSxFQUFFLFNBQVMsRUFDNUUsTUFBTSxlQUFlLENBQUM7O0FBRXZCLElBQUksUUFBUSxHQUFHLENBQUMsQ0FBQztBQVlqQixNQUFNLE9BQU8sa0JBQWtCO0lBOEJuQjtJQTNCSCxFQUFFLEdBQVcsY0FBZSxRQUFRLEVBQUcsRUFBRSxDQUFDO0lBRzFDLE1BQU0sR0FBMEIsSUFBSSxZQUFZLEVBQVcsQ0FBQztJQUczRCxZQUFZLENBQWdDO0lBRzdDLFlBQVksQ0FBZ0M7SUFFbkQsSUFDVyxPQUFPO1FBQ2hCLE9BQU8sSUFBSSxDQUFDLFNBQVMsQ0FBQztJQUN4QixDQUFDO0lBRUQsSUFBVyxPQUFPLENBQUMsS0FBYztRQUMvQixJQUFJLEtBQUssSUFBSSxJQUFJLENBQUMsT0FBTyxFQUFFLENBQUM7WUFDMUIsSUFBSSxDQUFDLFNBQVMsR0FBRyxLQUFLLENBQUM7WUFDdkIsSUFBSSxDQUFDLGlCQUFpQixDQUFDLFlBQVksRUFBRSxDQUFDO1FBQ3hDLENBQUM7SUFDSCxDQUFDO0lBRU8sU0FBUyxHQUFZLEtBQUssQ0FBQztJQUduQyxZQUNVLGlCQUFvQztRQUFwQyxzQkFBaUIsR0FBakIsaUJBQWlCLENBQW1CO0lBRTlDLENBQUM7SUFFTSxZQUFZO1FBQ2pCLElBQUksQ0FBQyxnQkFBZ0IsRUFBRSxDQUFDO0lBQzFCLENBQUM7SUFFTSxrQkFBa0I7UUFDdkIsSUFBSSxDQUFDLGdCQUFnQixFQUFFLENBQUM7UUFDeEIsSUFBSSxDQUFDLFlBQVksRUFBRSxhQUFhLENBQUMsS0FBSyxFQUFFLENBQUM7SUFDM0MsQ0FBQztJQUVPLGdCQUFnQjtRQUN0QixJQUFJLENBQUMsU0FBUyxHQUFHLENBQUMsSUFBSSxDQUFDLFNBQVMsQ0FBQztRQUNqQyxJQUFJLENBQUMsZUFBZSxFQUFFLENBQUM7SUFDekIsQ0FBQztJQUVPLGVBQWU7UUFDckIsSUFBSSxDQUFDLE1BQU0sQ0FBQyxJQUFJLENBQUMsSUFBSSxDQUFDLFNBQVMsQ0FBQyxDQUFDO1FBQ2pDLElBQUksSUFBSSxDQUFDLFlBQVksRUFBRSxDQUFDO1lBQ3RCLElBQUksQ0FBQyxZQUFZLENBQUMsYUFBYSxDQUFDLE9BQU8sR0FBRyxJQUFJLENBQUMsU0FBUyxDQUFDO1FBQzNELENBQUM7SUFDSCxDQUFDO0lBRU0sa0JBQWtCLENBQUMsS0FBWTtRQUNwQyxLQUFLLENBQUMsZUFBZSxFQUFFLENBQUM7SUFDMUIsQ0FBQztJQUdNLHdCQUF3QixDQUFDLEtBQWlCO1FBQy9DLElBQUksQ0FBQyxDQUFDLEtBQUssQ0FBQyxNQUFNLElBQUksSUFBSSxDQUFDLFlBQVksRUFBRSxhQUFhLENBQUMsUUFBUSxDQUFDLEtBQUssQ0FBQyxNQUFxQixDQUFDLEVBQUUsQ0FBQztZQUM3RixLQUFLLENBQUMsZUFBZSxFQUFFLENBQUM7UUFDMUIsQ0FBQztJQUNILENBQUM7d0dBaEVVLGtCQUFrQjs0RkFBbEIsa0JBQWtCLGtHQWNULGdCQUFnQix3WENoQ3RDLDRoQkFjQTs7NEZESWEsa0JBQWtCO2tCQVY5QixTQUFTOytCQUNFLFlBQVksY0FHVixJQUFJLG1CQUNDLHVCQUF1QixDQUFDLE1BQU0sUUFDekM7d0JBQ0osNEJBQTRCLEVBQUUsU0FBUztxQkFDeEM7c0ZBS00sRUFBRTtzQkFEUixLQUFLO2dCQUlDLE1BQU07c0JBRFosTUFBTTtnQkFJQyxZQUFZO3NCQURuQixTQUFTO3VCQUFDLE9BQU87Z0JBSVgsWUFBWTtzQkFEbEIsU0FBUzt1QkFBQyxPQUFPO2dCQUlQLE9BQU87c0JBRGpCLEtBQUs7dUJBQUMsRUFBRSxTQUFTLEVBQUUsZ0JBQWdCLEVBQUU7Z0JBOEMvQix3QkFBd0I7c0JBRDlCLFlBQVk7dUJBQUMsT0FBTyxFQUFFLENBQUUsUUFBUSxDQUFFIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHtcbiAgYm9vbGVhbkF0dHJpYnV0ZSxcbiAgQ2hhbmdlRGV0ZWN0aW9uU3RyYXRlZ3ksIENoYW5nZURldGVjdG9yUmVmLFxuICBDb21wb25lbnQsIEVsZW1lbnRSZWYsIEV2ZW50RW1pdHRlciwgSG9zdExpc3RlbmVyLCBJbnB1dCwgT3V0cHV0LCBWaWV3Q2hpbGRcbn0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5cbmxldCB1bmlxdWVJZCA9IDA7XG5cbkBDb21wb25lbnQoe1xuICBzZWxlY3RvcjogJ2YtY2hlY2tib3gnLFxuICB0ZW1wbGF0ZVVybDogJy4vZi1jaGVja2JveC5jb21wb25lbnQuaHRtbCcsXG4gIHN0eWxlVXJsczogWyAnLi9mLWNoZWNrYm94LmNvbXBvbmVudC5zY3NzJyBdLFxuICBzdGFuZGFsb25lOiB0cnVlLFxuICBjaGFuZ2VEZXRlY3Rpb246IENoYW5nZURldGVjdGlvblN0cmF0ZWd5Lk9uUHVzaCxcbiAgaG9zdDoge1xuICAgICdbY2xhc3MuZi1jaGVja2JveC1jaGVja2VkXSc6ICdjaGVja2VkJyxcbiAgfVxufSlcbmV4cG9ydCBjbGFzcyBGQ2hlY2tib3hDb21wb25lbnQge1xuXG4gIEBJbnB1dCgpXG4gIHB1YmxpYyBpZDogc3RyaW5nID0gYGYtY2hlY2tib3gtJHsgdW5pcXVlSWQrKyB9YDtcblxuICBAT3V0cHV0KClcbiAgcHVibGljIGNoYW5nZTogRXZlbnRFbWl0dGVyPGJvb2xlYW4+ID0gbmV3IEV2ZW50RW1pdHRlcjxib29sZWFuPigpO1xuXG4gIEBWaWV3Q2hpbGQoJ2lucHV0JylcbiAgcHJpdmF0ZSBpbnB1dEVsZW1lbnQ/OiBFbGVtZW50UmVmPEhUTUxJbnB1dEVsZW1lbnQ+O1xuXG4gIEBWaWV3Q2hpbGQoJ2xhYmVsJylcbiAgcHVibGljIGxhYmVsRWxlbWVudD86IEVsZW1lbnRSZWY8SFRNTExhYmVsRWxlbWVudD47XG5cbiAgQElucHV0KHsgdHJhbnNmb3JtOiBib29sZWFuQXR0cmlidXRlIH0pXG4gIHB1YmxpYyBnZXQgY2hlY2tlZCgpOiBib29sZWFuIHtcbiAgICByZXR1cm4gdGhpcy5pc0NoZWNrZWQ7XG4gIH1cblxuICBwdWJsaWMgc2V0IGNoZWNrZWQodmFsdWU6IGJvb2xlYW4pIHtcbiAgICBpZiAodmFsdWUgIT0gdGhpcy5jaGVja2VkKSB7XG4gICAgICB0aGlzLmlzQ2hlY2tlZCA9IHZhbHVlO1xuICAgICAgdGhpcy5jaGFuZ2VEZXRlY3RvclJlZi5tYXJrRm9yQ2hlY2soKTtcbiAgICB9XG4gIH1cblxuICBwcml2YXRlIGlzQ2hlY2tlZDogYm9vbGVhbiA9IGZhbHNlO1xuXG5cbiAgY29uc3RydWN0b3IoXG4gICAgcHJpdmF0ZSBjaGFuZ2VEZXRlY3RvclJlZjogQ2hhbmdlRGV0ZWN0b3JSZWYsXG4gICkge1xuICB9XG5cbiAgcHVibGljIG9uSW5wdXRDbGljaygpOiB2b2lkIHtcbiAgICB0aGlzLmhhbmRsZUlucHV0Q2xpY2soKTtcbiAgfVxuXG4gIHB1YmxpYyBvblRvdWNoVGFyZ2V0Q2xpY2soKTogdm9pZCB7XG4gICAgdGhpcy5oYW5kbGVJbnB1dENsaWNrKCk7XG4gICAgdGhpcy5pbnB1dEVsZW1lbnQ/Lm5hdGl2ZUVsZW1lbnQuZm9jdXMoKTtcbiAgfVxuXG4gIHByaXZhdGUgaGFuZGxlSW5wdXRDbGljaygpOiB2b2lkIHtcbiAgICB0aGlzLmlzQ2hlY2tlZCA9ICF0aGlzLmlzQ2hlY2tlZDtcbiAgICB0aGlzLmVtaXRDaGFuZ2VFdmVudCgpO1xuICB9XG5cbiAgcHJpdmF0ZSBlbWl0Q2hhbmdlRXZlbnQoKTogdm9pZCB7XG4gICAgdGhpcy5jaGFuZ2UuZW1pdCh0aGlzLmlzQ2hlY2tlZCk7XG4gICAgaWYgKHRoaXMuaW5wdXRFbGVtZW50KSB7XG4gICAgICB0aGlzLmlucHV0RWxlbWVudC5uYXRpdmVFbGVtZW50LmNoZWNrZWQgPSB0aGlzLmlzQ2hlY2tlZDtcbiAgICB9XG4gIH1cblxuICBwdWJsaWMgb25JbnRlcmFjdGlvbkV2ZW50KGV2ZW50OiBFdmVudCk6IHZvaWQge1xuICAgIGV2ZW50LnN0b3BQcm9wYWdhdGlvbigpO1xuICB9XG5cbiAgQEhvc3RMaXN0ZW5lcignY2xpY2snLCBbICckZXZlbnQnIF0pXG4gIHB1YmxpYyBwcmV2ZW50QnViYmxpbmdGcm9tTGFiZWwoZXZlbnQ6IE1vdXNlRXZlbnQpOiB2b2lkIHtcbiAgICBpZiAoISFldmVudC50YXJnZXQgJiYgdGhpcy5sYWJlbEVsZW1lbnQ/Lm5hdGl2ZUVsZW1lbnQuY29udGFpbnMoZXZlbnQudGFyZ2V0IGFzIEhUTUxFbGVtZW50KSkge1xuICAgICAgZXZlbnQuc3RvcFByb3BhZ2F0aW9uKCk7XG4gICAgfVxuICB9XG59XG4iLCI8aW5wdXQgI2lucHV0XG4gICAgICAgW2lkXT1cImlkXCJcbiAgICAgICB0eXBlPVwiY2hlY2tib3hcIlxuICAgICAgIFtjaGVja2VkXT1cImNoZWNrZWRcIlxuICAgICAgIChjbGljayk9XCJvbklucHV0Q2xpY2soKVwiXG4gICAgICAgKGNoYW5nZSk9XCJvbkludGVyYWN0aW9uRXZlbnQoJGV2ZW50KVwiLz5cbjxkaXYgY2xhc3M9XCJmLWNoZWNrYm94LWNvbnRhaW5lclwiIChjbGljayk9XCJvblRvdWNoVGFyZ2V0Q2xpY2soKVwiPlxuICA8c3ZnIGNsYXNzPVwiZi1jaGVja2JveC1jaGVja21hcmtcIiBmb2N1c2FibGU9XCJmYWxzZVwiIHZpZXdCb3g9XCIwIDAgMjQgMjRcIiBhcmlhLWhpZGRlbj1cInRydWVcIj5cbiAgICA8cGF0aCBjbGFzcz1cImYtY2hlY2tib3gtY2hlY2ttYXJrLXBhdGhcIiBmaWxsPVwibm9uZVwiIGQ9XCJNMS43MywxMi45MSA4LjEsMTkuMjggMjIuNzksNC41OVwiLz5cbiAgPC9zdmc+XG48L2Rpdj5cbjxsYWJlbCBbZm9yXT1cImlkXCIgI2xhYmVsPlxuICA8bmctY29udGVudD48L25nLWNvbnRlbnQ+XG48L2xhYmVsPlxuIl19
@@ -1,33 +0,0 @@
1
- import { ChangeDetectionStrategy, Component, inject, signal } from '@angular/core';
2
- import { F_LOCAL_STORAGE } from '@foblex/platform';
3
- import { setCookieConsent } from '../../common-services';
4
- import { F_ACCEPT_COOKIES_KEY } from '../../common-services';
5
- import * as i0 from "@angular/core";
6
- export class CookiePopup {
7
- fLocalStorage = inject(F_LOCAL_STORAGE);
8
- hasAccepted = signal(false);
9
- constructor() {
10
- try {
11
- this.hasAccepted.set(this.fLocalStorage?.getItem(F_ACCEPT_COOKIES_KEY) === 'true');
12
- }
13
- catch {
14
- this.hasAccepted.set(false);
15
- }
16
- }
17
- accept() {
18
- try {
19
- this.fLocalStorage?.setItem(F_ACCEPT_COOKIES_KEY, 'true');
20
- }
21
- catch {
22
- }
23
- this.hasAccepted.set(true);
24
- setCookieConsent('granted');
25
- }
26
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: CookiePopup, deps: [], target: i0.ɵɵFactoryTarget.Component });
27
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "18.2.13", type: CookiePopup, isStandalone: true, selector: "f-cookie-popup", ngImport: i0, template: "@if (!hasAccepted()) {\n <div class=\"docs-cookies-popup docs-invert-mode\">\n <p>This site uses cookies from Google to deliver its services and to analyze traffic.</p>\n\n <div>\n <a href=\"https://policies.google.com/technologies/cookies\" target=\"_blank\" rel=\"noopener\">\n <button class=\"f-button\" [attr.text]=\"'Learn more'\" aria-label=\"Learn More\">\n Learn more\n </button>\n </a>\n <button\n (click)=\"accept()\"\n class=\"f-button\"\n [attr.text]=\"'Ok, Got it'\"\n aria-label=\"Ok, Got it\">\n Ok, Got it\n </button>\n </div>\n </div>\n}\n", styles: [":host{position:fixed;bottom:16px;right:16px;z-index:99999;opacity:0;visibility:hidden;animation:1s linear forwards .5s fadeIn}.docs-cookies-popup{padding:1rem;background-color:var(--background-color);border:1px solid var(--divider-color);color:var(--primary-text);border-radius:var(--border-radius);font-size:14px;max-width:310px;transition:background-color .3s ease,border-color .3s ease,color .3s ease;box-shadow:var(--shadow-3)}.docs-cookies-popup>div{display:flex;gap:8px;align-items:center;width:100%;margin-block-start:1rem}.f-button{outline:none;border:none;height:unset;line-height:26px;font-size:14px;font-weight:500;border-radius:var(--border-radius)}@keyframes fadeIn{to{opacity:100%;visibility:visible}}\n"], changeDetection: i0.ChangeDetectionStrategy.OnPush });
28
- }
29
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: CookiePopup, decorators: [{
30
- type: Component,
31
- args: [{ selector: 'f-cookie-popup', standalone: true, changeDetection: ChangeDetectionStrategy.OnPush, template: "@if (!hasAccepted()) {\n <div class=\"docs-cookies-popup docs-invert-mode\">\n <p>This site uses cookies from Google to deliver its services and to analyze traffic.</p>\n\n <div>\n <a href=\"https://policies.google.com/technologies/cookies\" target=\"_blank\" rel=\"noopener\">\n <button class=\"f-button\" [attr.text]=\"'Learn more'\" aria-label=\"Learn More\">\n Learn more\n </button>\n </a>\n <button\n (click)=\"accept()\"\n class=\"f-button\"\n [attr.text]=\"'Ok, Got it'\"\n aria-label=\"Ok, Got it\">\n Ok, Got it\n </button>\n </div>\n </div>\n}\n", styles: [":host{position:fixed;bottom:16px;right:16px;z-index:99999;opacity:0;visibility:hidden;animation:1s linear forwards .5s fadeIn}.docs-cookies-popup{padding:1rem;background-color:var(--background-color);border:1px solid var(--divider-color);color:var(--primary-text);border-radius:var(--border-radius);font-size:14px;max-width:310px;transition:background-color .3s ease,border-color .3s ease,color .3s ease;box-shadow:var(--shadow-3)}.docs-cookies-popup>div{display:flex;gap:8px;align-items:center;width:100%;margin-block-start:1rem}.f-button{outline:none;border:none;height:unset;line-height:26px;font-size:14px;font-weight:500;border-radius:var(--border-radius)}@keyframes fadeIn{to{opacity:100%;visibility:visible}}\n"] }]
32
- }], ctorParameters: () => [] });
33
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZi1jb29raWUtcG9wdXAuY29tcG9uZW50LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvbS1yZW5kZXIvc3JjL2xpYi9jb21tb24tY29tcG9uZW50cy9mLWNvb2tpZS1wb3B1cC9mLWNvb2tpZS1wb3B1cC5jb21wb25lbnQudHMiLCIuLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9tLXJlbmRlci9zcmMvbGliL2NvbW1vbi1jb21wb25lbnRzL2YtY29va2llLXBvcHVwL2YtY29va2llLXBvcHVwLmNvbXBvbmVudC5odG1sIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSx1QkFBdUIsRUFBRSxTQUFTLEVBQUUsTUFBTSxFQUFFLE1BQU0sRUFBRSxNQUFNLGVBQWUsQ0FBQztBQUNuRixPQUFPLEVBQUUsZUFBZSxFQUFFLE1BQU0sa0JBQWtCLENBQUM7QUFDbkQsT0FBTyxFQUFFLGdCQUFnQixFQUFFLE1BQU0sdUJBQXVCLENBQUM7QUFDekQsT0FBTyxFQUFFLG9CQUFvQixFQUFFLE1BQU0sdUJBQXVCLENBQUM7O0FBVzdELE1BQU0sT0FBTyxXQUFXO0lBRUwsYUFBYSxHQUFHLE1BQU0sQ0FBQyxlQUFlLENBQUMsQ0FBQztJQUVsRCxXQUFXLEdBQUcsTUFBTSxDQUFVLEtBQUssQ0FBQyxDQUFDO0lBRTVDO1FBQ0UsSUFBSSxDQUFDO1lBQ0gsSUFBSSxDQUFDLFdBQVcsQ0FBQyxHQUFHLENBQUMsSUFBSSxDQUFDLGFBQWEsRUFBRSxPQUFPLENBQUMsb0JBQW9CLENBQUMsS0FBSyxNQUFNLENBQUMsQ0FBQztRQUNyRixDQUFDO1FBQUMsTUFBTSxDQUFDO1lBQ1AsSUFBSSxDQUFDLFdBQVcsQ0FBQyxHQUFHLENBQUMsS0FBSyxDQUFDLENBQUM7UUFDOUIsQ0FBQztJQUNILENBQUM7SUFFUyxNQUFNO1FBQ2QsSUFBSSxDQUFDO1lBQ0gsSUFBSSxDQUFDLGFBQWEsRUFBRSxPQUFPLENBQUMsb0JBQW9CLEVBQUUsTUFBTSxDQUFDLENBQUM7UUFDNUQsQ0FBQztRQUFDLE1BQU0sQ0FBQztRQUNULENBQUM7UUFFRCxJQUFJLENBQUMsV0FBVyxDQUFDLEdBQUcsQ0FBQyxJQUFJLENBQUMsQ0FBQztRQUMzQixnQkFBZ0IsQ0FBQyxTQUFTLENBQUMsQ0FBQztJQUM5QixDQUFDO3dHQXRCVSxXQUFXOzRGQUFYLFdBQVcsMEVDZHhCLHVvQkFvQkE7OzRGRE5hLFdBQVc7a0JBUHZCLFNBQVM7K0JBQ0UsZ0JBQWdCLGNBQ2QsSUFBSSxtQkFHQyx1QkFBdUIsQ0FBQyxNQUFNIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgQ2hhbmdlRGV0ZWN0aW9uU3RyYXRlZ3ksIENvbXBvbmVudCwgaW5qZWN0LCBzaWduYWwgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7IEZfTE9DQUxfU1RPUkFHRSB9IGZyb20gJ0Bmb2JsZXgvcGxhdGZvcm0nO1xuaW1wb3J0IHsgc2V0Q29va2llQ29uc2VudCB9IGZyb20gJy4uLy4uL2NvbW1vbi1zZXJ2aWNlcyc7XG5pbXBvcnQgeyBGX0FDQ0VQVF9DT09LSUVTX0tFWSB9IGZyb20gJy4uLy4uL2NvbW1vbi1zZXJ2aWNlcyc7XG5cbmRlY2xhcmUgY29uc3Qgd2luZG93OiBXaW5kb3cgJiB0eXBlb2YgZ2xvYmFsVGhpcyAmIHsgZ3RhZz86IEZ1bmN0aW9uIH07XG5cbkBDb21wb25lbnQoe1xuICBzZWxlY3RvcjogJ2YtY29va2llLXBvcHVwJyxcbiAgc3RhbmRhbG9uZTogdHJ1ZSxcbiAgdGVtcGxhdGVVcmw6ICcuL2YtY29va2llLXBvcHVwLmNvbXBvbmVudC5odG1sJyxcbiAgc3R5bGVVcmxzOiBbICcuL2YtY29va2llLXBvcHVwLmNvbXBvbmVudC5zY3NzJyBdLFxuICBjaGFuZ2VEZXRlY3Rpb246IENoYW5nZURldGVjdGlvblN0cmF0ZWd5Lk9uUHVzaCxcbn0pXG5leHBvcnQgY2xhc3MgQ29va2llUG9wdXAge1xuXG4gIHByaXZhdGUgcmVhZG9ubHkgZkxvY2FsU3RvcmFnZSA9IGluamVjdChGX0xPQ0FMX1NUT1JBR0UpO1xuXG4gIHB1YmxpYyBoYXNBY2NlcHRlZCA9IHNpZ25hbDxib29sZWFuPihmYWxzZSk7XG5cbiAgY29uc3RydWN0b3IoKSB7XG4gICAgdHJ5IHtcbiAgICAgIHRoaXMuaGFzQWNjZXB0ZWQuc2V0KHRoaXMuZkxvY2FsU3RvcmFnZT8uZ2V0SXRlbShGX0FDQ0VQVF9DT09LSUVTX0tFWSkgPT09ICd0cnVlJyk7XG4gICAgfSBjYXRjaCB7XG4gICAgICB0aGlzLmhhc0FjY2VwdGVkLnNldChmYWxzZSk7XG4gICAgfVxuICB9XG5cbiAgcHJvdGVjdGVkIGFjY2VwdCgpOiB2b2lkIHtcbiAgICB0cnkge1xuICAgICAgdGhpcy5mTG9jYWxTdG9yYWdlPy5zZXRJdGVtKEZfQUNDRVBUX0NPT0tJRVNfS0VZLCAndHJ1ZScpO1xuICAgIH0gY2F0Y2gge1xuICAgIH1cblxuICAgIHRoaXMuaGFzQWNjZXB0ZWQuc2V0KHRydWUpO1xuICAgIHNldENvb2tpZUNvbnNlbnQoJ2dyYW50ZWQnKTtcbiAgfVxufVxuIiwiQGlmICghaGFzQWNjZXB0ZWQoKSkge1xuICA8ZGl2IGNsYXNzPVwiZG9jcy1jb29raWVzLXBvcHVwIGRvY3MtaW52ZXJ0LW1vZGVcIj5cbiAgICA8cD5UaGlzIHNpdGUgdXNlcyBjb29raWVzIGZyb20gR29vZ2xlIHRvIGRlbGl2ZXIgaXRzIHNlcnZpY2VzIGFuZCB0byBhbmFseXplIHRyYWZmaWMuPC9wPlxuXG4gICAgPGRpdj5cbiAgICAgIDxhIGhyZWY9XCJodHRwczovL3BvbGljaWVzLmdvb2dsZS5jb20vdGVjaG5vbG9naWVzL2Nvb2tpZXNcIiB0YXJnZXQ9XCJfYmxhbmtcIiByZWw9XCJub29wZW5lclwiPlxuICAgICAgICA8YnV0dG9uIGNsYXNzPVwiZi1idXR0b25cIiBbYXR0ci50ZXh0XT1cIidMZWFybiBtb3JlJ1wiIGFyaWEtbGFiZWw9XCJMZWFybiBNb3JlXCI+XG4gICAgICAgICAgTGVhcm4gbW9yZVxuICAgICAgICA8L2J1dHRvbj5cbiAgICAgIDwvYT5cbiAgICAgIDxidXR0b25cbiAgICAgICAgKGNsaWNrKT1cImFjY2VwdCgpXCJcbiAgICAgICAgY2xhc3M9XCJmLWJ1dHRvblwiXG4gICAgICAgIFthdHRyLnRleHRdPVwiJ09rLCBHb3QgaXQnXCJcbiAgICAgICAgYXJpYS1sYWJlbD1cIk9rLCBHb3QgaXRcIj5cbiAgICAgICAgT2ssIEdvdCBpdFxuICAgICAgPC9idXR0b24+XG4gICAgPC9kaXY+XG4gIDwvZGl2PlxufVxuIl19