@alfresco/adf-core 8.1.0-14486936416 → 8.1.0-14489297497

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 (600) hide show
  1. package/api/lib/alfresco-api/alfresco-api.utils.d.ts +1 -1
  2. package/breadcrumbs/styles/_breadcrumb.theme.scss +4 -4
  3. package/custom-theme/material-theme.scss +4 -7
  4. package/custom-theme/theme/custom-theme-palettes.scss +8 -12
  5. package/custom-theme/theme/typography.scss +26 -26
  6. package/feature-flags/lib/providers/debug-feature-flags.provider.d.ts +4 -35
  7. package/fesm2022/adf-core.mjs +976 -1012
  8. package/fesm2022/adf-core.mjs.map +1 -1
  9. package/fesm2022/alfresco-adf-core-api.mjs +3 -3
  10. package/fesm2022/alfresco-adf-core-auth.mjs +3 -3
  11. package/fesm2022/alfresco-adf-core-breadcrumbs.mjs +10 -10
  12. package/fesm2022/alfresco-adf-core-breadcrumbs.mjs.map +1 -1
  13. package/fesm2022/alfresco-adf-core-feature-flags.mjs +51 -56
  14. package/fesm2022/alfresco-adf-core-feature-flags.mjs.map +1 -1
  15. package/fesm2022/alfresco-adf-core-shell.mjs +8 -8
  16. package/fesm2022/alfresco-adf-core-shell.mjs.map +1 -1
  17. package/lib/card-view/components/base-card-view.d.ts +1 -1
  18. package/lib/datatable/data/data-table.schema.d.ts +1 -1
  19. package/lib/prebuilt-themes/adf-blue-orange.css +1 -1
  20. package/lib/prebuilt-themes/adf-blue-purple.css +1 -1
  21. package/lib/prebuilt-themes/adf-cyan-orange.css +1 -1
  22. package/lib/prebuilt-themes/adf-cyan-purple.css +1 -1
  23. package/lib/prebuilt-themes/adf-green-orange.css +1 -1
  24. package/lib/prebuilt-themes/adf-green-purple.css +1 -1
  25. package/lib/prebuilt-themes/adf-indigo-pink.css +1 -1
  26. package/lib/prebuilt-themes/adf-pink-bluegrey.css +1 -1
  27. package/lib/prebuilt-themes/adf-purple-green.css +1 -1
  28. package/lib/styles/_components-variables.scss +42 -42
  29. package/lib/styles/_index.scss +57 -57
  30. package/lib/styles/_typography.scss +13 -13
  31. package/lib/styles/prebuilt/adf-blue-orange.scss +7 -6
  32. package/lib/styles/prebuilt/adf-blue-purple.scss +7 -6
  33. package/lib/styles/prebuilt/adf-cyan-orange.scss +7 -6
  34. package/lib/styles/prebuilt/adf-cyan-purple.scss +7 -6
  35. package/lib/styles/prebuilt/adf-green-orange.scss +7 -6
  36. package/lib/styles/prebuilt/adf-green-purple.scss +7 -6
  37. package/lib/styles/prebuilt/adf-indigo-pink.scss +7 -6
  38. package/lib/styles/prebuilt/adf-pink-bluegrey.scss +7 -6
  39. package/lib/styles/prebuilt/adf-purple-green.scss +7 -6
  40. package/lib/viewer/components/pdf-viewer/pdf-viewer.component.d.ts +10 -14
  41. package/lib/viewer/components/viewer-render/viewer-render.component.scss +0 -4
  42. package/package.json +3 -15
  43. package/schematics/migrations/schematics/migrations/7_0_0/index.d.ts +1 -1
  44. package/schematics/migrations/schematics/migrations/7_0_0/index.js +2 -2
  45. package/schematics/migrations/schematics/migrations/7_0_0/index.js.map +1 -1
  46. package/esm2022/adf-core.mjs +0 -5
  47. package/esm2022/api/alfresco-adf-core-api.mjs +0 -5
  48. package/esm2022/api/index.mjs +0 -20
  49. package/esm2022/api/lib/adf-http-client.service.mjs +0 -311
  50. package/esm2022/api/lib/alfresco-api/alfresco-api.param-encoder.mjs +0 -33
  51. package/esm2022/api/lib/alfresco-api/alfresco-api.response-error.mjs +0 -25
  52. package/esm2022/api/lib/alfresco-api/alfresco-api.utils.mjs +0 -80
  53. package/esm2022/api/lib/interfaces.mjs +0 -18
  54. package/esm2022/api/lib/types.mjs +0 -18
  55. package/esm2022/auth/alfresco-adf-core-auth.mjs +0 -5
  56. package/esm2022/auth/authentication-interceptor/authentication.interceptor.mjs +0 -56
  57. package/esm2022/auth/authentication.mjs +0 -19
  58. package/esm2022/auth/index.mjs +0 -19
  59. package/esm2022/breadcrumbs/alfresco-adf-core-breadcrumbs.mjs +0 -5
  60. package/esm2022/breadcrumbs/components/breadcrumb/breadcrumb.component.mjs +0 -83
  61. package/esm2022/breadcrumbs/components/breadcrumb-item/breadcrumb-item.component.mjs +0 -42
  62. package/esm2022/breadcrumbs/directives/breadcrumb-focus.directive.mjs +0 -44
  63. package/esm2022/breadcrumbs/index.mjs +0 -19
  64. package/esm2022/feature-flags/alfresco-adf-core-feature-flags.mjs +0 -5
  65. package/esm2022/feature-flags/index.mjs +0 -29
  66. package/esm2022/feature-flags/lib/components/feature-flags-wrapper.mjs +0 -36
  67. package/esm2022/feature-flags/lib/components/feature-override-indicator.component.mjs +0 -56
  68. package/esm2022/feature-flags/lib/components/flags/flags.component.mjs +0 -130
  69. package/esm2022/feature-flags/lib/directives/features.directive.mjs +0 -63
  70. package/esm2022/feature-flags/lib/directives/not-features.directive.mjs +0 -63
  71. package/esm2022/feature-flags/lib/guards/is-feature-off.guard.mjs +0 -38
  72. package/esm2022/feature-flags/lib/guards/is-feature-on.guard.mjs +0 -38
  73. package/esm2022/feature-flags/lib/guards/is-flags-override-on.guard.mjs +0 -40
  74. package/esm2022/feature-flags/lib/interfaces/features.interface.mjs +0 -24
  75. package/esm2022/feature-flags/lib/mocks/features-service-mock.factory.mjs +0 -62
  76. package/esm2022/feature-flags/lib/providers/debug-feature-flags.provider.mjs +0 -51
  77. package/esm2022/feature-flags/lib/providers/dummy-feature-flags.provider.mjs +0 -36
  78. package/esm2022/feature-flags/lib/services/debug-features.service.mjs +0 -84
  79. package/esm2022/feature-flags/lib/services/dummy-features.service.mjs +0 -40
  80. package/esm2022/feature-flags/lib/services/flagset.parser.mjs +0 -38
  81. package/esm2022/feature-flags/lib/services/qa-features.helper.mjs +0 -62
  82. package/esm2022/feature-flags/lib/services/storage-features.service.mjs +0 -121
  83. package/esm2022/lib/about/about-extension-list/about-extension-list.component.mjs +0 -52
  84. package/esm2022/lib/about/about-license-list/about-license-list.component.mjs +0 -52
  85. package/esm2022/lib/about/about-module-list/module-list.component.mjs +0 -52
  86. package/esm2022/lib/about/about-package/package-list.component.mjs +0 -66
  87. package/esm2022/lib/about/about-panel.directive.mjs +0 -37
  88. package/esm2022/lib/about/about-repository-info/about-repository-info.component.mjs +0 -60
  89. package/esm2022/lib/about/about-repository-info/repository-info.interface.mjs +0 -18
  90. package/esm2022/lib/about/about-server-settings/about-server-settings.component.mjs +0 -43
  91. package/esm2022/lib/about/about-status-list/about-status-list.component.mjs +0 -52
  92. package/esm2022/lib/about/about.component.mjs +0 -35
  93. package/esm2022/lib/about/about.module.mjs +0 -75
  94. package/esm2022/lib/about/index.mjs +0 -18
  95. package/esm2022/lib/about/interfaces.mjs +0 -18
  96. package/esm2022/lib/about/public-api.mjs +0 -28
  97. package/esm2022/lib/app-config/app-config-storage-prefix.factory.mjs +0 -51
  98. package/esm2022/lib/app-config/app-config.loader.mjs +0 -37
  99. package/esm2022/lib/app-config/app-config.module.mjs +0 -33
  100. package/esm2022/lib/app-config/app-config.pipe.mjs +0 -38
  101. package/esm2022/lib/app-config/app-config.service.mjs +0 -243
  102. package/esm2022/lib/app-config/debug-app-config.service.mjs +0 -44
  103. package/esm2022/lib/app-config/index.mjs +0 -18
  104. package/esm2022/lib/app-config/public-api.mjs +0 -22
  105. package/esm2022/lib/auth/authentication-interceptor/auth-bearer.interceptor.mjs +0 -67
  106. package/esm2022/lib/auth/basic-auth/basic-alfresco-auth.service.mjs +0 -356
  107. package/esm2022/lib/auth/basic-auth/content-auth.mjs +0 -189
  108. package/esm2022/lib/auth/basic-auth/process-auth.mjs +0 -193
  109. package/esm2022/lib/auth/guard/auth-guard-bpm.service.mjs +0 -31
  110. package/esm2022/lib/auth/guard/auth-guard-ecm.service.mjs +0 -31
  111. package/esm2022/lib/auth/guard/auth-guard-sso-role.service.mjs +0 -57
  112. package/esm2022/lib/auth/guard/auth-guard.mjs +0 -53
  113. package/esm2022/lib/auth/guard/auth-guard.service.mjs +0 -113
  114. package/esm2022/lib/auth/index.mjs +0 -18
  115. package/esm2022/lib/auth/interfaces/authentication-service.interface.mjs +0 -18
  116. package/esm2022/lib/auth/interfaces/authentication.interface.mjs +0 -18
  117. package/esm2022/lib/auth/interfaces/identity-group.interface.mjs +0 -18
  118. package/esm2022/lib/auth/interfaces/identity-user.service.interface.mjs +0 -18
  119. package/esm2022/lib/auth/interfaces/openid-configuration.interface.mjs +0 -18
  120. package/esm2022/lib/auth/models/application-access.model.mjs +0 -18
  121. package/esm2022/lib/auth/models/identity-group.model.mjs +0 -18
  122. package/esm2022/lib/auth/models/identity-role.model.mjs +0 -30
  123. package/esm2022/lib/auth/models/identity-user.model.mjs +0 -18
  124. package/esm2022/lib/auth/models/oauth-config.model.mjs +0 -18
  125. package/esm2022/lib/auth/models/redirection.model.mjs +0 -28
  126. package/esm2022/lib/auth/models/user-access.model.mjs +0 -18
  127. package/esm2022/lib/auth/oidc/auth-config.mjs +0 -19
  128. package/esm2022/lib/auth/oidc/auth-config.service.mjs +0 -110
  129. package/esm2022/lib/auth/oidc/auth-routing.module.mjs +0 -34
  130. package/esm2022/lib/auth/oidc/auth.module.mjs +0 -112
  131. package/esm2022/lib/auth/oidc/auth.service.mjs +0 -22
  132. package/esm2022/lib/auth/oidc/oidc-auth.guard.mjs +0 -37
  133. package/esm2022/lib/auth/oidc/oidc-authentication.service.mjs +0 -202
  134. package/esm2022/lib/auth/oidc/public-api.mjs +0 -24
  135. package/esm2022/lib/auth/oidc/redirect-auth.service.mjs +0 -267
  136. package/esm2022/lib/auth/oidc/retry-login.service.mjs +0 -66
  137. package/esm2022/lib/auth/oidc/token.interceptor.mjs +0 -62
  138. package/esm2022/lib/auth/oidc/view/authentication-confirmation/authentication-confirmation.component.mjs +0 -31
  139. package/esm2022/lib/auth/public-api.mjs +0 -44
  140. package/esm2022/lib/auth/services/authentication.service.mjs +0 -190
  141. package/esm2022/lib/auth/services/base-authentication.service.mjs +0 -99
  142. package/esm2022/lib/auth/services/identity-group.service.mjs +0 -269
  143. package/esm2022/lib/auth/services/identity-role.service.mjs +0 -99
  144. package/esm2022/lib/auth/services/identity-user.service.mjs +0 -443
  145. package/esm2022/lib/auth/services/jwt-helper.service.mjs +0 -205
  146. package/esm2022/lib/auth/services/oauth2.service.mjs +0 -69
  147. package/esm2022/lib/auth/services/time-sync.service.mjs +0 -83
  148. package/esm2022/lib/auth/services/user-access.service.mjs +0 -110
  149. package/esm2022/lib/avatar/avatar.component.mjs +0 -51
  150. package/esm2022/lib/blank-page/blank-page.component.mjs +0 -31
  151. package/esm2022/lib/blank-page/blank-page.module.mjs +0 -33
  152. package/esm2022/lib/blank-page/index.mjs +0 -18
  153. package/esm2022/lib/blank-page/public-api.mjs +0 -19
  154. package/esm2022/lib/button/button.component.mjs +0 -61
  155. package/esm2022/lib/card-view/card-view.module.mjs +0 -80
  156. package/esm2022/lib/card-view/components/base-card-view.mjs +0 -51
  157. package/esm2022/lib/card-view/components/card-view/card-view.component.mjs +0 -66
  158. package/esm2022/lib/card-view/components/card-view-arrayitem/card-view-arrayitem.component.mjs +0 -56
  159. package/esm2022/lib/card-view/components/card-view-boolitem/card-view-boolitem.component.mjs +0 -40
  160. package/esm2022/lib/card-view/components/card-view-dateitem/card-view-dateitem.component.mjs +0 -177
  161. package/esm2022/lib/card-view/components/card-view-item-dispatcher/card-view-item-dispatcher.component.mjs +0 -108
  162. package/esm2022/lib/card-view/components/card-view-keyvaluepairsitem/card-view-keyvaluepairsitem.component.mjs +0 -65
  163. package/esm2022/lib/card-view/components/card-view-mapitem/card-view-mapitem.component.mjs +0 -47
  164. package/esm2022/lib/card-view/components/card-view-selectitem/card-view-selectitem.component.mjs +0 -138
  165. package/esm2022/lib/card-view/components/card-view-selectitem/select-filter-input/select-filter-input.component.mjs +0 -114
  166. package/esm2022/lib/card-view/components/card-view-textitem/card-view-textitem.component.mjs +0 -240
  167. package/esm2022/lib/card-view/components/card-view.components.mjs +0 -28
  168. package/esm2022/lib/card-view/index.mjs +0 -18
  169. package/esm2022/lib/card-view/interfaces/base-card-view-update.interface.mjs +0 -18
  170. package/esm2022/lib/card-view/interfaces/card-view-arrayitem-properties.interface.mjs +0 -18
  171. package/esm2022/lib/card-view/interfaces/card-view-boolitem-properties.interface.mjs +0 -18
  172. package/esm2022/lib/card-view/interfaces/card-view-dateitem-properties.interface.mjs +0 -18
  173. package/esm2022/lib/card-view/interfaces/card-view-item-properties.interface.mjs +0 -18
  174. package/esm2022/lib/card-view/interfaces/card-view-item-validator.interface.mjs +0 -18
  175. package/esm2022/lib/card-view/interfaces/card-view-item.interface.mjs +0 -18
  176. package/esm2022/lib/card-view/interfaces/card-view-keyvaluepairsitem-properties.interface.mjs +0 -18
  177. package/esm2022/lib/card-view/interfaces/card-view-selectitem-properties.interface.mjs +0 -18
  178. package/esm2022/lib/card-view/interfaces/card-view-textitem-pipe-property.interface.mjs +0 -18
  179. package/esm2022/lib/card-view/interfaces/card-view-textitem-properties.interface.mjs +0 -18
  180. package/esm2022/lib/card-view/interfaces/card-view.interfaces.mjs +0 -29
  181. package/esm2022/lib/card-view/interfaces/click-notification.interface.mjs +0 -18
  182. package/esm2022/lib/card-view/interfaces/update-notification.interface.mjs +0 -18
  183. package/esm2022/lib/card-view/models/card-view-arrayitem.model.mjs +0 -28
  184. package/esm2022/lib/card-view/models/card-view-baseitem.model.mjs +0 -64
  185. package/esm2022/lib/card-view/models/card-view-boolitem.model.mjs +0 -36
  186. package/esm2022/lib/card-view/models/card-view-dateitem.model.mjs +0 -58
  187. package/esm2022/lib/card-view/models/card-view-datetimeitem.model.mjs +0 -28
  188. package/esm2022/lib/card-view/models/card-view-floatitem.model.mjs +0 -33
  189. package/esm2022/lib/card-view/models/card-view-intitem.model.mjs +0 -36
  190. package/esm2022/lib/card-view/models/card-view-keyvaluepairs.model.mjs +0 -27
  191. package/esm2022/lib/card-view/models/card-view-longitem.model.mjs +0 -36
  192. package/esm2022/lib/card-view/models/card-view-mapitem.model.mjs +0 -32
  193. package/esm2022/lib/card-view/models/card-view-selectitem.model.mjs +0 -41
  194. package/esm2022/lib/card-view/models/card-view-textitem.model.mjs +0 -40
  195. package/esm2022/lib/card-view/models/card-view.models.mjs +0 -29
  196. package/esm2022/lib/card-view/public-api.mjs +0 -25
  197. package/esm2022/lib/card-view/services/card-item-types.service.mjs +0 -54
  198. package/esm2022/lib/card-view/services/card-view-update.service.mjs +0 -59
  199. package/esm2022/lib/card-view/services/card-view.services.mjs +0 -19
  200. package/esm2022/lib/card-view/validators/card-view-item-float.validator.mjs +0 -31
  201. package/esm2022/lib/card-view/validators/card-view-item-int.validator.mjs +0 -35
  202. package/esm2022/lib/card-view/validators/card-view-item-length.validator.mjs +0 -34
  203. package/esm2022/lib/card-view/validators/card-view-item-long.validator.mjs +0 -35
  204. package/esm2022/lib/card-view/validators/card-view-item-match.validator.mjs +0 -35
  205. package/esm2022/lib/card-view/validators/card-view-item-minmax.validator.mjs +0 -35
  206. package/esm2022/lib/card-view/validators/card-view-item-only-positive-int.validator.mjs +0 -32
  207. package/esm2022/lib/card-view/validators/card-view-item-only-positive-long.validator.mjs +0 -31
  208. package/esm2022/lib/card-view/validators/card-view.validators.mjs +0 -26
  209. package/esm2022/lib/card-view/validators/validators.map.mjs +0 -26
  210. package/esm2022/lib/clipboard/clipboard.directive.mjs +0 -99
  211. package/esm2022/lib/clipboard/clipboard.module.mjs +0 -34
  212. package/esm2022/lib/clipboard/clipboard.service.mjs +0 -103
  213. package/esm2022/lib/clipboard/index.mjs +0 -18
  214. package/esm2022/lib/clipboard/public-api.mjs +0 -21
  215. package/esm2022/lib/comments/comment-list/comment-list.component.mjs +0 -53
  216. package/esm2022/lib/comments/comment-list/comment-list.module.mjs +0 -33
  217. package/esm2022/lib/comments/comment-list/index.mjs +0 -18
  218. package/esm2022/lib/comments/comment-list/public-api.mjs +0 -19
  219. package/esm2022/lib/comments/comments.component.mjs +0 -128
  220. package/esm2022/lib/comments/comments.module.mjs +0 -33
  221. package/esm2022/lib/comments/index.mjs +0 -18
  222. package/esm2022/lib/comments/interfaces/comments-service.interface.mjs +0 -18
  223. package/esm2022/lib/comments/interfaces/comments.token.mjs +0 -19
  224. package/esm2022/lib/comments/public-api.mjs +0 -22
  225. package/esm2022/lib/common/index.mjs +0 -35
  226. package/esm2022/lib/common/interface/search-component.interface.mjs +0 -18
  227. package/esm2022/lib/common/mock/app-config.service.mock.mjs +0 -47
  228. package/esm2022/lib/common/models/default-languages.model.mjs +0 -36
  229. package/esm2022/lib/common/models/log-levels.model.mjs +0 -33
  230. package/esm2022/lib/common/models/user-info-mode.enum.mjs +0 -25
  231. package/esm2022/lib/common/services/cookie.service.mjs +0 -82
  232. package/esm2022/lib/common/services/download.service.mjs +0 -102
  233. package/esm2022/lib/common/services/dynamic-component-mapper.service.mjs +0 -89
  234. package/esm2022/lib/common/services/highlight-transform.service.mjs +0 -61
  235. package/esm2022/lib/common/services/language-item.interface.mjs +0 -18
  236. package/esm2022/lib/common/services/log.service.mjs +0 -171
  237. package/esm2022/lib/common/services/page-title.service.mjs +0 -63
  238. package/esm2022/lib/common/services/sort-by-category.service.mjs +0 -81
  239. package/esm2022/lib/common/services/storage.service.mjs +0 -143
  240. package/esm2022/lib/common/services/thumbnail.service.mjs +0 -194
  241. package/esm2022/lib/common/services/url.service.mjs +0 -45
  242. package/esm2022/lib/common/services/user-preferences.service.mjs +0 -238
  243. package/esm2022/lib/common/utils/date-fns-adapter.mjs +0 -115
  244. package/esm2022/lib/common/utils/date-fns-utils.mjs +0 -222
  245. package/esm2022/lib/common/utils/datetime-fns-adapter.mjs +0 -134
  246. package/esm2022/lib/common/utils/file-utils.mjs +0 -65
  247. package/esm2022/lib/common/utils/index.mjs +0 -18
  248. package/esm2022/lib/common/utils/moment-date-adapter.mjs +0 -202
  249. package/esm2022/lib/common/utils/moment-date-formats.model.mjs +0 -32
  250. package/esm2022/lib/common/utils/object-utils.mjs +0 -107
  251. package/esm2022/lib/common/utils/public-api.mjs +0 -25
  252. package/esm2022/lib/common/utils/string-utils.mjs +0 -45
  253. package/esm2022/lib/context-menu/animations.mjs +0 -33
  254. package/esm2022/lib/context-menu/context-menu-list.component.mjs +0 -92
  255. package/esm2022/lib/context-menu/context-menu-overlay.mjs +0 -25
  256. package/esm2022/lib/context-menu/context-menu-overlay.service.mjs +0 -109
  257. package/esm2022/lib/context-menu/context-menu.directive.mjs +0 -63
  258. package/esm2022/lib/context-menu/context-menu.module.mjs +0 -35
  259. package/esm2022/lib/context-menu/context-menu.tokens.mjs +0 -19
  260. package/esm2022/lib/context-menu/index.mjs +0 -18
  261. package/esm2022/lib/context-menu/interfaces.mjs +0 -18
  262. package/esm2022/lib/context-menu/public-api.mjs +0 -21
  263. package/esm2022/lib/core.module.mjs +0 -314
  264. package/esm2022/lib/datatable/components/amount-cell/amount-cell.component.mjs +0 -45
  265. package/esm2022/lib/datatable/components/boolean-cell/boolean-cell.component.mjs +0 -65
  266. package/esm2022/lib/datatable/components/columns-selector/columns-search-filter.pipe.mjs +0 -55
  267. package/esm2022/lib/datatable/components/columns-selector/columns-selector.component.mjs +0 -114
  268. package/esm2022/lib/datatable/components/data-cell.event.mjs +0 -31
  269. package/esm2022/lib/datatable/components/data-row-action.event.mjs +0 -34
  270. package/esm2022/lib/datatable/components/datatable/datatable.component.mjs +0 -915
  271. package/esm2022/lib/datatable/components/datatable-cell/datatable-cell.component.mjs +0 -126
  272. package/esm2022/lib/datatable/components/datatable-row/datatable-row.component.mjs +0 -98
  273. package/esm2022/lib/datatable/components/date-cell/date-cell.component.mjs +0 -78
  274. package/esm2022/lib/datatable/components/empty-list/empty-list.component.mjs +0 -60
  275. package/esm2022/lib/datatable/components/filesize-cell/filesize-cell.component.mjs +0 -49
  276. package/esm2022/lib/datatable/components/icon-cell/icon-cell.component.mjs +0 -67
  277. package/esm2022/lib/datatable/components/json-cell/json-cell.component.mjs +0 -86
  278. package/esm2022/lib/datatable/components/location-cell/location-cell.component.mjs +0 -69
  279. package/esm2022/lib/datatable/components/mocks/datatable.mock.mjs +0 -153
  280. package/esm2022/lib/datatable/components/number-cell/number-cell.component.mjs +0 -42
  281. package/esm2022/lib/datatable/data/data-column.model.mjs +0 -18
  282. package/esm2022/lib/datatable/data/data-row-event.model.mjs +0 -26
  283. package/esm2022/lib/datatable/data/data-row-update.model.mjs +0 -18
  284. package/esm2022/lib/datatable/data/data-row.model.mjs +0 -18
  285. package/esm2022/lib/datatable/data/data-sorting.model.mjs +0 -24
  286. package/esm2022/lib/datatable/data/data-table.schema.mjs +0 -132
  287. package/esm2022/lib/datatable/data/datatable-adapter.mjs +0 -18
  288. package/esm2022/lib/datatable/data/object-datacolumn.model.mjs +0 -46
  289. package/esm2022/lib/datatable/data/object-datarow.model.mjs +0 -38
  290. package/esm2022/lib/datatable/data/object-datatable-adapter.mjs +0 -134
  291. package/esm2022/lib/datatable/data-column/data-column-header.component.mjs +0 -45
  292. package/esm2022/lib/datatable/data-column/data-column-list.component.mjs +0 -36
  293. package/esm2022/lib/datatable/data-column/data-column.component.mjs +0 -114
  294. package/esm2022/lib/datatable/data-column/index.mjs +0 -18
  295. package/esm2022/lib/datatable/data-column/public-api.mjs +0 -20
  296. package/esm2022/lib/datatable/datatable.module.mjs +0 -161
  297. package/esm2022/lib/datatable/directives/custom-empty-content-template.directive.mjs +0 -35
  298. package/esm2022/lib/datatable/directives/custom-loading-template.directive.mjs +0 -30
  299. package/esm2022/lib/datatable/directives/custom-no-permission-template.directive.mjs +0 -35
  300. package/esm2022/lib/datatable/directives/drop-zone.directive.mjs +0 -89
  301. package/esm2022/lib/datatable/directives/header-filter-template.directive.mjs +0 -43
  302. package/esm2022/lib/datatable/directives/loading-template.directive.mjs +0 -46
  303. package/esm2022/lib/datatable/directives/main-data-table-action-template.directive.mjs +0 -43
  304. package/esm2022/lib/datatable/directives/no-content-template.directive.mjs +0 -46
  305. package/esm2022/lib/datatable/directives/no-permission-template.directive.mjs +0 -46
  306. package/esm2022/lib/datatable/directives/resizable/resizable.directive.mjs +0 -173
  307. package/esm2022/lib/datatable/directives/resizable/resize-handle.directive.mjs +0 -72
  308. package/esm2022/lib/datatable/directives/resizable/types.mjs +0 -18
  309. package/esm2022/lib/datatable/index.mjs +0 -18
  310. package/esm2022/lib/datatable/public-api.mjs +0 -55
  311. package/esm2022/lib/datatable/services/datatable.service.mjs +0 -33
  312. package/esm2022/lib/dialogs/confirm-dialog/confirm.dialog.mjs +0 -50
  313. package/esm2022/lib/dialogs/confirm-dialog/confirm.dialog.module.mjs +0 -38
  314. package/esm2022/lib/dialogs/dialog/dialog-data.interface.mjs +0 -18
  315. package/esm2022/lib/dialogs/dialog/dialog.component.mjs +0 -71
  316. package/esm2022/lib/dialogs/dialog/dialog.model.mjs +0 -22
  317. package/esm2022/lib/dialogs/dialog/index.mjs +0 -20
  318. package/esm2022/lib/dialogs/edit-json/edit-json.dialog.mjs +0 -51
  319. package/esm2022/lib/dialogs/edit-json/edit-json.dialog.module.mjs +0 -38
  320. package/esm2022/lib/dialogs/index.mjs +0 -18
  321. package/esm2022/lib/dialogs/public-api.mjs +0 -25
  322. package/esm2022/lib/dialogs/unsaved-changes-dialog/unsaved-changes-dialog.component.mjs +0 -74
  323. package/esm2022/lib/dialogs/unsaved-changes-dialog/unsaved-changes-dialog.model.mjs +0 -18
  324. package/esm2022/lib/dialogs/unsaved-changes-dialog/unsaved-changes-dialog.module.mjs +0 -33
  325. package/esm2022/lib/dialogs/unsaved-changes-dialog/unsaved-changes.guard.mjs +0 -64
  326. package/esm2022/lib/directives/directive.module.mjs +0 -56
  327. package/esm2022/lib/directives/highlight.directive.mjs +0 -67
  328. package/esm2022/lib/directives/index.mjs +0 -18
  329. package/esm2022/lib/directives/infinite-select-scroll.directive.mjs +0 -67
  330. package/esm2022/lib/directives/logout.directive.mjs +0 -72
  331. package/esm2022/lib/directives/public-api.mjs +0 -24
  332. package/esm2022/lib/directives/tooltip-card/tooltip-card.component.mjs +0 -60
  333. package/esm2022/lib/directives/tooltip-card/tooltip-card.directive.mjs +0 -104
  334. package/esm2022/lib/directives/upload.directive.mjs +0 -241
  335. package/esm2022/lib/dynamic-chip-list/chip.mjs +0 -18
  336. package/esm2022/lib/dynamic-chip-list/dynamic-chip-list.component.mjs +0 -205
  337. package/esm2022/lib/dynamic-chip-list/dynamic-chip-list.module.mjs +0 -33
  338. package/esm2022/lib/dynamic-chip-list/index.mjs +0 -18
  339. package/esm2022/lib/dynamic-chip-list/public-api.mjs +0 -20
  340. package/esm2022/lib/events/base-ui.event.mjs +0 -21
  341. package/esm2022/lib/events/base.event.mjs +0 -29
  342. package/esm2022/lib/events/index.mjs +0 -18
  343. package/esm2022/lib/events/public-api.mjs +0 -19
  344. package/esm2022/lib/form/components/form-base.component.mjs +0 -229
  345. package/esm2022/lib/form/components/form-custom-button.directive.mjs +0 -30
  346. package/esm2022/lib/form/components/form-field/form-field.component.mjs +0 -142
  347. package/esm2022/lib/form/components/form-renderer.component.mjs +0 -171
  348. package/esm2022/lib/form/components/form-section/form-section.component.mjs +0 -46
  349. package/esm2022/lib/form/components/inplace-form-input/inplace-form-input.component.mjs +0 -37
  350. package/esm2022/lib/form/components/middlewares/decimal-middleware.service.mjs +0 -48
  351. package/esm2022/lib/form/components/middlewares/middleware.mjs +0 -19
  352. package/esm2022/lib/form/components/widgets/amount/amount.widget.mjs +0 -78
  353. package/esm2022/lib/form/components/widgets/base-viewer/base-viewer.widget.mjs +0 -60
  354. package/esm2022/lib/form/components/widgets/checkbox/checkbox.widget.mjs +0 -53
  355. package/esm2022/lib/form/components/widgets/core/container-column.model.mjs +0 -28
  356. package/esm2022/lib/form/components/widgets/core/container.model.mjs +0 -50
  357. package/esm2022/lib/form/components/widgets/core/content-link.model.mjs +0 -52
  358. package/esm2022/lib/form/components/widgets/core/displayable-cm-properties.model.mjs +0 -18
  359. package/esm2022/lib/form/components/widgets/core/error-message.model.mjs +0 -38
  360. package/esm2022/lib/form/components/widgets/core/external-content-link.mjs +0 -18
  361. package/esm2022/lib/form/components/widgets/core/external-content.mjs +0 -18
  362. package/esm2022/lib/form/components/widgets/core/form-field-file-source.mjs +0 -18
  363. package/esm2022/lib/form/components/widgets/core/form-field-metadata.mjs +0 -18
  364. package/esm2022/lib/form/components/widgets/core/form-field-option.mjs +0 -18
  365. package/esm2022/lib/form/components/widgets/core/form-field-rule.mjs +0 -18
  366. package/esm2022/lib/form/components/widgets/core/form-field-selected-folder.mjs +0 -18
  367. package/esm2022/lib/form/components/widgets/core/form-field-templates.mjs +0 -18
  368. package/esm2022/lib/form/components/widgets/core/form-field-types.mjs +0 -74
  369. package/esm2022/lib/form/components/widgets/core/form-field-utils.mjs +0 -23
  370. package/esm2022/lib/form/components/widgets/core/form-field-validator.mjs +0 -268
  371. package/esm2022/lib/form/components/widgets/core/form-field-variable-options.mjs +0 -18
  372. package/esm2022/lib/form/components/widgets/core/form-field.model.mjs +0 -482
  373. package/esm2022/lib/form/components/widgets/core/form-outcome-event.model.mjs +0 -32
  374. package/esm2022/lib/form/components/widgets/core/form-outcome.model.mjs +0 -38
  375. package/esm2022/lib/form/components/widgets/core/form-values.mjs +0 -18
  376. package/esm2022/lib/form/components/widgets/core/form-variable.model.mjs +0 -18
  377. package/esm2022/lib/form/components/widgets/core/form-widget.model.mjs +0 -33
  378. package/esm2022/lib/form/components/widgets/core/form.model.mjs +0 -384
  379. package/esm2022/lib/form/components/widgets/core/group.model.mjs +0 -18
  380. package/esm2022/lib/form/components/widgets/core/index.mjs +0 -49
  381. package/esm2022/lib/form/components/widgets/core/predefined-theme.mjs +0 -115
  382. package/esm2022/lib/form/components/widgets/core/process-form-model.interface.mjs +0 -18
  383. package/esm2022/lib/form/components/widgets/core/process-variable.model.mjs +0 -18
  384. package/esm2022/lib/form/components/widgets/core/tab.model.mjs +0 -34
  385. package/esm2022/lib/form/components/widgets/core/theme.model.mjs +0 -18
  386. package/esm2022/lib/form/components/widgets/core/upload-widget-content-link.model.mjs +0 -27
  387. package/esm2022/lib/form/components/widgets/core/widget-schema.model.mjs +0 -18
  388. package/esm2022/lib/form/components/widgets/date/date.widget.mjs +0 -163
  389. package/esm2022/lib/form/components/widgets/date-time/date-time.widget.mjs +0 -154
  390. package/esm2022/lib/form/components/widgets/decimal/decimal.component.mjs +0 -54
  391. package/esm2022/lib/form/components/widgets/display-text/display-text.schema.mjs +0 -86
  392. package/esm2022/lib/form/components/widgets/display-text/display-text.widget.mjs +0 -47
  393. package/esm2022/lib/form/components/widgets/display-text/index.mjs +0 -19
  394. package/esm2022/lib/form/components/widgets/error/error.component.mjs +0 -93
  395. package/esm2022/lib/form/components/widgets/header/header.schema.mjs +0 -86
  396. package/esm2022/lib/form/components/widgets/header/header.widget.mjs +0 -43
  397. package/esm2022/lib/form/components/widgets/header/index.mjs +0 -19
  398. package/esm2022/lib/form/components/widgets/hyperlink/hyperlink.widget.mjs +0 -71
  399. package/esm2022/lib/form/components/widgets/index.mjs +0 -71
  400. package/esm2022/lib/form/components/widgets/json/json.widget.mjs +0 -67
  401. package/esm2022/lib/form/components/widgets/multiline-text/multiline-text.widget.mjs +0 -56
  402. package/esm2022/lib/form/components/widgets/number/number.widget.mjs +0 -66
  403. package/esm2022/lib/form/components/widgets/reactive-widget.interface.mjs +0 -18
  404. package/esm2022/lib/form/components/widgets/text/text-mask.component.mjs +0 -215
  405. package/esm2022/lib/form/components/widgets/text/text.widget.mjs +0 -66
  406. package/esm2022/lib/form/components/widgets/unknown/unknown.widget.mjs +0 -63
  407. package/esm2022/lib/form/components/widgets/widget.component.mjs +0 -110
  408. package/esm2022/lib/form/events/form-error.event.mjs +0 -24
  409. package/esm2022/lib/form/events/form-field.event.mjs +0 -24
  410. package/esm2022/lib/form/events/form-rules.event.mjs +0 -25
  411. package/esm2022/lib/form/events/form-spinner.event.mjs +0 -23
  412. package/esm2022/lib/form/events/form.event.mjs +0 -29
  413. package/esm2022/lib/form/events/index.mjs +0 -24
  414. package/esm2022/lib/form/events/validate-form-field.event.mjs +0 -24
  415. package/esm2022/lib/form/events/validate-form.event.mjs +0 -25
  416. package/esm2022/lib/form/form-base.module.mjs +0 -90
  417. package/esm2022/lib/form/index.mjs +0 -18
  418. package/esm2022/lib/form/models/form-rules.model.mjs +0 -77
  419. package/esm2022/lib/form/models/task-process-variable.model.mjs +0 -19
  420. package/esm2022/lib/form/models/widget-visibility.model.mjs +0 -104
  421. package/esm2022/lib/form/pipes/field-style.pipe.mjs +0 -45
  422. package/esm2022/lib/form/pipes/index.mjs +0 -18
  423. package/esm2022/lib/form/public-api.mjs +0 -34
  424. package/esm2022/lib/form/services/form-rendering.service.mjs +0 -53
  425. package/esm2022/lib/form/services/form-validation-service.interface.mjs +0 -18
  426. package/esm2022/lib/form/services/form.service.mjs +0 -86
  427. package/esm2022/lib/form/services/widget-visibility.service.mjs +0 -294
  428. package/esm2022/lib/header/header.component.mjs +0 -73
  429. package/esm2022/lib/header/index.mjs +0 -18
  430. package/esm2022/lib/header/navbar/navbar-item.component.mjs +0 -37
  431. package/esm2022/lib/header/navbar/navbar.component.mjs +0 -36
  432. package/esm2022/lib/header/public-api.mjs +0 -20
  433. package/esm2022/lib/icon/icon.component.mjs +0 -51
  434. package/esm2022/lib/icon/icon.module.mjs +0 -36
  435. package/esm2022/lib/icon/index.mjs +0 -18
  436. package/esm2022/lib/icon/public-api.mjs +0 -19
  437. package/esm2022/lib/identity-user-info/identity-user-info.component.mjs +0 -87
  438. package/esm2022/lib/identity-user-info/identity-user-info.module.mjs +0 -33
  439. package/esm2022/lib/identity-user-info/index.mjs +0 -18
  440. package/esm2022/lib/identity-user-info/public-api.mjs +0 -19
  441. package/esm2022/lib/info-drawer/index.mjs +0 -18
  442. package/esm2022/lib/info-drawer/info-drawer-layout.component.mjs +0 -71
  443. package/esm2022/lib/info-drawer/info-drawer.component.mjs +0 -114
  444. package/esm2022/lib/info-drawer/info-drawer.module.mjs +0 -53
  445. package/esm2022/lib/info-drawer/public-api.mjs +0 -20
  446. package/esm2022/lib/interface/index.mjs +0 -18
  447. package/esm2022/lib/interface/injection.tokens.mjs +0 -19
  448. package/esm2022/lib/interface/public-api.mjs +0 -18
  449. package/esm2022/lib/language-menu/index.mjs +0 -18
  450. package/esm2022/lib/language-menu/language-menu.component.mjs +0 -61
  451. package/esm2022/lib/language-menu/language-menu.module.mjs +0 -35
  452. package/esm2022/lib/language-menu/language-picker.component.mjs +0 -78
  453. package/esm2022/lib/language-menu/public-api.mjs +0 -21
  454. package/esm2022/lib/language-menu/service/language.service.interface.mjs +0 -18
  455. package/esm2022/lib/language-menu/service/language.service.mjs +0 -34
  456. package/esm2022/lib/layout/components/header/header.component.mjs +0 -100
  457. package/esm2022/lib/layout/components/layout-container/layout-container.component.mjs +0 -180
  458. package/esm2022/lib/layout/components/sidebar-action/sidebar-action-menu.component.mjs +0 -82
  459. package/esm2022/lib/layout/components/sidenav-layout/sidenav-layout.component.mjs +0 -145
  460. package/esm2022/lib/layout/directives/sidenav-layout-content.directive.mjs +0 -33
  461. package/esm2022/lib/layout/directives/sidenav-layout-header.directive.mjs +0 -33
  462. package/esm2022/lib/layout/directives/sidenav-layout-navigation.directive.mjs +0 -33
  463. package/esm2022/lib/layout/index.mjs +0 -18
  464. package/esm2022/lib/layout/layout.module.mjs +0 -72
  465. package/esm2022/lib/layout/public-api.mjs +0 -25
  466. package/esm2022/lib/login/components/login/login.component.mjs +0 -368
  467. package/esm2022/lib/login/components/login-dialog/login-dialog-component-data.interface.mjs +0 -18
  468. package/esm2022/lib/login/components/login-dialog/login-dialog.component.mjs +0 -58
  469. package/esm2022/lib/login/components/login-dialog-panel/login-dialog-panel.component.mjs +0 -48
  470. package/esm2022/lib/login/directives/login-footer.directive.mjs +0 -41
  471. package/esm2022/lib/login/directives/login-header.directive.mjs +0 -41
  472. package/esm2022/lib/login/index.mjs +0 -18
  473. package/esm2022/lib/login/login.module.mjs +0 -54
  474. package/esm2022/lib/login/models/login-error.event.mjs +0 -22
  475. package/esm2022/lib/login/models/login-submit.event.mjs +0 -32
  476. package/esm2022/lib/login/models/login-success.event.mjs +0 -24
  477. package/esm2022/lib/login/public-api.mjs +0 -27
  478. package/esm2022/lib/material.module.mjs +0 -254
  479. package/esm2022/lib/mock/cookie.service.mock.mjs +0 -43
  480. package/esm2022/lib/mock/data-column.mock.mjs +0 -73
  481. package/esm2022/lib/mock/event.mock.mjs +0 -39
  482. package/esm2022/lib/mock/form/form-definition-readonly.mock.mjs +0 -225
  483. package/esm2022/lib/mock/form/form-definition-visibility.mock.mjs +0 -347
  484. package/esm2022/lib/mock/form/form-definition.mock.mjs +0 -403
  485. package/esm2022/lib/mock/form/form.component.mock.mjs +0 -275
  486. package/esm2022/lib/mock/form/form.service.mock.mjs +0 -248
  487. package/esm2022/lib/mock/form/widget-visibility.service.mock.mjs +0 -1835
  488. package/esm2022/lib/mock/index.mjs +0 -18
  489. package/esm2022/lib/mock/public-api.mjs +0 -27
  490. package/esm2022/lib/mock/translation.service.mock.mjs +0 -44
  491. package/esm2022/lib/models/comment.model.mjs +0 -51
  492. package/esm2022/lib/models/component.model.mjs +0 -24
  493. package/esm2022/lib/models/decimal-number.model.mjs +0 -26
  494. package/esm2022/lib/models/general-user.model.mjs +0 -24
  495. package/esm2022/lib/models/index.mjs +0 -18
  496. package/esm2022/lib/models/pagination.model.mjs +0 -29
  497. package/esm2022/lib/models/path.model.mjs +0 -24
  498. package/esm2022/lib/models/product-version.model.mjs +0 -28
  499. package/esm2022/lib/models/public-api.mjs +0 -24
  500. package/esm2022/lib/models/request-pagination.model.mjs +0 -25
  501. package/esm2022/lib/notifications/components/add-notification.stories.component.mjs +0 -44
  502. package/esm2022/lib/notifications/components/notification-history.component.mjs +0 -139
  503. package/esm2022/lib/notifications/helpers/notification.factory.mjs +0 -43
  504. package/esm2022/lib/notifications/index.mjs +0 -18
  505. package/esm2022/lib/notifications/models/notification.model.mjs +0 -25
  506. package/esm2022/lib/notifications/notification-history.module.mjs +0 -35
  507. package/esm2022/lib/notifications/public-api.mjs +0 -23
  508. package/esm2022/lib/notifications/services/notification.service.mjs +0 -166
  509. package/esm2022/lib/pagination/index.mjs +0 -18
  510. package/esm2022/lib/pagination/infinite-pagination.component.mjs +0 -112
  511. package/esm2022/lib/pagination/paginated-component.interface.mjs +0 -18
  512. package/esm2022/lib/pagination/pagination-component.interface.mjs +0 -18
  513. package/esm2022/lib/pagination/pagination.component.mjs +0 -263
  514. package/esm2022/lib/pagination/pagination.module.mjs +0 -35
  515. package/esm2022/lib/pagination/public-api.mjs +0 -22
  516. package/esm2022/lib/pipes/date-time.pipe.mjs +0 -46
  517. package/esm2022/lib/pipes/decimal-number.pipe.mjs +0 -78
  518. package/esm2022/lib/pipes/file-size.pipe.mjs +0 -54
  519. package/esm2022/lib/pipes/file-type.pipe.mjs +0 -40
  520. package/esm2022/lib/pipes/format-space.pipe.mjs +0 -39
  521. package/esm2022/lib/pipes/full-name.pipe.mjs +0 -43
  522. package/esm2022/lib/pipes/index.mjs +0 -18
  523. package/esm2022/lib/pipes/localized-date.pipe.mjs +0 -70
  524. package/esm2022/lib/pipes/multi-value.pipe.mjs +0 -37
  525. package/esm2022/lib/pipes/pipe.module.mjs +0 -83
  526. package/esm2022/lib/pipes/public-api.mjs +0 -30
  527. package/esm2022/lib/pipes/text-highlight.pipe.mjs +0 -39
  528. package/esm2022/lib/pipes/time-ago.pipe.mjs +0 -65
  529. package/esm2022/lib/pipes/truncate.pipe.mjs +0 -33
  530. package/esm2022/lib/pipes/user-initial.pipe.mjs +0 -52
  531. package/esm2022/lib/pipes/user-like.interface.mjs +0 -18
  532. package/esm2022/lib/progress/progress.component.mjs +0 -90
  533. package/esm2022/lib/search-text/animations.mjs +0 -32
  534. package/esm2022/lib/search-text/index.mjs +0 -18
  535. package/esm2022/lib/search-text/models/search-text-input.model.mjs +0 -23
  536. package/esm2022/lib/search-text/public-api.mjs +0 -22
  537. package/esm2022/lib/search-text/search-text-input.component.mjs +0 -294
  538. package/esm2022/lib/search-text/search-text-input.module.mjs +0 -35
  539. package/esm2022/lib/search-text/search-trigger.directive.mjs +0 -181
  540. package/esm2022/lib/snackbar-content/index.mjs +0 -18
  541. package/esm2022/lib/snackbar-content/public-api.mjs +0 -20
  542. package/esm2022/lib/snackbar-content/snack-bar-data.mjs +0 -18
  543. package/esm2022/lib/snackbar-content/snackbar-content.component.mjs +0 -48
  544. package/esm2022/lib/snackbar-content/snackbar-content.module.mjs +0 -38
  545. package/esm2022/lib/sorting-picker/index.mjs +0 -18
  546. package/esm2022/lib/sorting-picker/public-api.mjs +0 -18
  547. package/esm2022/lib/sorting-picker/sorting-picker.component.mjs +0 -68
  548. package/esm2022/lib/templates/empty-content/empty-content.component.mjs +0 -44
  549. package/esm2022/lib/templates/error-content/error-content.component.mjs +0 -62
  550. package/esm2022/lib/templates/index.mjs +0 -18
  551. package/esm2022/lib/templates/public-api.mjs +0 -20
  552. package/esm2022/lib/templates/template.module.mjs +0 -38
  553. package/esm2022/lib/testing/core.story.module.mjs +0 -39
  554. package/esm2022/lib/testing/core.testing.module.mjs +0 -35
  555. package/esm2022/lib/testing/index.mjs +0 -22
  556. package/esm2022/lib/testing/noop-auth.module.mjs +0 -80
  557. package/esm2022/lib/testing/noop-translate.module.mjs +0 -61
  558. package/esm2022/lib/testing/unit-testing-utils.mjs +0 -364
  559. package/esm2022/lib/toolbar/index.mjs +0 -18
  560. package/esm2022/lib/toolbar/public-api.mjs +0 -21
  561. package/esm2022/lib/toolbar/toolbar-divider.component.mjs +0 -27
  562. package/esm2022/lib/toolbar/toolbar-title.component.mjs +0 -32
  563. package/esm2022/lib/toolbar/toolbar.component.mjs +0 -40
  564. package/esm2022/lib/toolbar/toolbar.module.mjs +0 -36
  565. package/esm2022/lib/translation/index.mjs +0 -18
  566. package/esm2022/lib/translation/public-api.mjs +0 -19
  567. package/esm2022/lib/translation/translate-loader.service.mjs +0 -148
  568. package/esm2022/lib/translation/translation.service.mjs +0 -148
  569. package/esm2022/lib/viewer/components/download-prompt-dialog/download-prompt-dialog.component.mjs +0 -37
  570. package/esm2022/lib/viewer/components/img-viewer/img-viewer.component.mjs +0 -221
  571. package/esm2022/lib/viewer/components/media-player/media-player.component.mjs +0 -64
  572. package/esm2022/lib/viewer/components/pdf-viewer/pdf-viewer.component.mjs +0 -528
  573. package/esm2022/lib/viewer/components/pdf-viewer-password-dialog/pdf-viewer-password-dialog.mjs +0 -61
  574. package/esm2022/lib/viewer/components/pdf-viewer-thumb/pdf-viewer-thumb.component.mjs +0 -49
  575. package/esm2022/lib/viewer/components/pdf-viewer-thumbnails/pdf-viewer-thumbnails.component.mjs +0 -198
  576. package/esm2022/lib/viewer/components/txt-viewer/txt-viewer.component.mjs +0 -77
  577. package/esm2022/lib/viewer/components/unknown-format/unknown-format.component.mjs +0 -33
  578. package/esm2022/lib/viewer/components/viewer-more-actions.component.mjs +0 -34
  579. package/esm2022/lib/viewer/components/viewer-open-with.component.mjs +0 -34
  580. package/esm2022/lib/viewer/components/viewer-render/viewer-render.component.mjs +0 -211
  581. package/esm2022/lib/viewer/components/viewer-sidebar.component.mjs +0 -46
  582. package/esm2022/lib/viewer/components/viewer-toolbar-actions.component.mjs +0 -34
  583. package/esm2022/lib/viewer/components/viewer-toolbar-custom-actions.component.mjs +0 -34
  584. package/esm2022/lib/viewer/components/viewer-toolbar.component.mjs +0 -34
  585. package/esm2022/lib/viewer/components/viewer.component.mjs +0 -462
  586. package/esm2022/lib/viewer/directives/viewer-extension.directive.mjs +0 -67
  587. package/esm2022/lib/viewer/index.mjs +0 -18
  588. package/esm2022/lib/viewer/models/download-prompt.actions.mjs +0 -23
  589. package/esm2022/lib/viewer/models/viewer.model.mjs +0 -22
  590. package/esm2022/lib/viewer/public-api.mjs +0 -40
  591. package/esm2022/lib/viewer/services/rendering-queue.services.mjs +0 -179
  592. package/esm2022/lib/viewer/services/view-util.service.mjs +0 -149
  593. package/esm2022/lib/viewer/viewer.module.mjs +0 -112
  594. package/esm2022/public-api.mjs +0 -60
  595. package/esm2022/shell/alfresco-adf-core-shell.mjs +0 -5
  596. package/esm2022/shell/index.mjs +0 -20
  597. package/esm2022/shell/lib/components/shell/shell.component.mjs +0 -122
  598. package/esm2022/shell/lib/services/shell-app.service.mjs +0 -22
  599. package/esm2022/shell/lib/shell.module.mjs +0 -79
  600. package/esm2022/shell/lib/shell.routes.mjs +0 -25
@@ -451,10 +451,10 @@ class AdfHttpClient {
451
451
  static deserializeBlobResponse(response) {
452
452
  return new Blob([response.body], { type: response.headers.get('Content-Type') });
453
453
  }
454
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.3", ngImport: i0, type: AdfHttpClient, deps: [{ token: i1.HttpClient }], target: i0.ɵɵFactoryTarget.Injectable }); }
455
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.1.3", ngImport: i0, type: AdfHttpClient, providedIn: 'root' }); }
454
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.6", ngImport: i0, type: AdfHttpClient, deps: [{ token: i1.HttpClient }], target: i0.ɵɵFactoryTarget.Injectable }); }
455
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.6", ngImport: i0, type: AdfHttpClient, providedIn: 'root' }); }
456
456
  }
457
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.3", ngImport: i0, type: AdfHttpClient, decorators: [{
457
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.6", ngImport: i0, type: AdfHttpClient, decorators: [{
458
458
  type: Injectable,
459
459
  args: [{
460
460
  providedIn: 'root'
@@ -65,10 +65,10 @@ class AuthenticationInterceptor {
65
65
  }
66
66
  return headers;
67
67
  }
68
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.3", ngImport: i0, type: AuthenticationInterceptor, deps: [{ token: Authentication }], target: i0.ɵɵFactoryTarget.Injectable }); }
69
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.1.3", ngImport: i0, type: AuthenticationInterceptor }); }
68
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.6", ngImport: i0, type: AuthenticationInterceptor, deps: [{ token: Authentication }], target: i0.ɵɵFactoryTarget.Injectable }); }
69
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.6", ngImport: i0, type: AuthenticationInterceptor }); }
70
70
  }
71
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.3", ngImport: i0, type: AuthenticationInterceptor, decorators: [{
71
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.6", ngImport: i0, type: AuthenticationInterceptor, decorators: [{
72
72
  type: Injectable
73
73
  }], ctorParameters: () => [{ type: Authentication }] });
74
74
 
@@ -38,10 +38,10 @@ class BreadcrumbFocusDirective {
38
38
  const allFocusableElements = `button, a, input, select, textarea, [tabindex]:not([tabindex="-1"])`;
39
39
  return Array.from(root.querySelectorAll(allFocusableElements)).filter((element) => !element.hasAttribute('disabled') && element.tabIndex >= 0);
40
40
  }
41
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.3", ngImport: i0, type: BreadcrumbFocusDirective, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive }); }
42
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.1.3", type: BreadcrumbFocusDirective, isStandalone: true, selector: "[adf-breadcrumb-focus]", host: { classAttribute: "adf-breadcrumb-focus" }, ngImport: i0 }); }
41
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.6", ngImport: i0, type: BreadcrumbFocusDirective, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive }); }
42
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.6", type: BreadcrumbFocusDirective, isStandalone: true, selector: "[adf-breadcrumb-focus]", host: { classAttribute: "adf-breadcrumb-focus" }, ngImport: i0 }); }
43
43
  }
44
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.3", ngImport: i0, type: BreadcrumbFocusDirective, decorators: [{
44
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.6", ngImport: i0, type: BreadcrumbFocusDirective, decorators: [{
45
45
  type: Directive,
46
46
  args: [{
47
47
  standalone: true,
@@ -69,14 +69,14 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.3", ngImpor
69
69
  * limitations under the License.
70
70
  */
71
71
  class BreadcrumbItemComponent {
72
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.3", ngImport: i0, type: BreadcrumbItemComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
73
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.1.3", type: BreadcrumbItemComponent, isStandalone: true, selector: "adf-breadcrumb-item", viewQueries: [{ propertyName: "templateRef", first: true, predicate: ["breadcrumbItemTemplate"], descendants: true, static: true }], ngImport: i0, template: `
72
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.6", ngImport: i0, type: BreadcrumbItemComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
73
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.6", type: BreadcrumbItemComponent, isStandalone: true, selector: "adf-breadcrumb-item", viewQueries: [{ propertyName: "templateRef", first: true, predicate: ["breadcrumbItemTemplate"], descendants: true, static: true }], ngImport: i0, template: `
74
74
  <ng-template #breadcrumbItemTemplate>
75
75
  <ng-content />
76
76
  </ng-template>
77
77
  `, isInline: true }); }
78
78
  }
79
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.3", ngImport: i0, type: BreadcrumbItemComponent, decorators: [{
79
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.6", ngImport: i0, type: BreadcrumbItemComponent, decorators: [{
80
80
  type: Component,
81
81
  args: [{
82
82
  standalone: true,
@@ -144,12 +144,12 @@ class BreadcrumbComponent {
144
144
  mapToTemplateRefs(breadcrumbItems) {
145
145
  return breadcrumbItems.toArray().map((breadcrumbItem) => breadcrumbItem.templateRef);
146
146
  }
147
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.3", ngImport: i0, type: BreadcrumbComponent, deps: [{ token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component }); }
148
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.1.3", type: BreadcrumbComponent, isStandalone: true, selector: "adf-breadcrumb", inputs: { compact: "compact" }, outputs: { compactChange: "compactChange" }, queries: [{ propertyName: "breadcrumbItems", predicate: BreadcrumbItemComponent }], viewQueries: [{ propertyName: "breadcrumbFocusItems", predicate: BreadcrumbFocusDirective, descendants: true }], usesOnChanges: true, ngImport: i0, template: "<ng-container>\n <nav class=\"adf-breadcrumb\" [class.adf-breadcrumb--compact]=\"compact\" [attr.aria-label]=\"'CORE.BREADCRUMBS.TITLE' | translate\" >\n <ol>\n <ng-container *ngFor=\"let breadcrumbTemplate of selectedBreadcrumbs; last as last\">\n <li adf-breadcrumb-focus class=\"adf-breadcrumb__item-wrapper\">\n <ng-container *ngTemplateOutlet=\"breadcrumbTemplate\" />\n <div *ngIf=\"!last\" class=\"adf-breadcrumb__chevron\" [class.adf-breadcrumb__chevron-before--compact]=\"compact\" ></div>\n </li>\n\n <li *ngIf=\"!last && compact === true\" class=\"adf-breadcrumb__show-all-button-wrapper\">\n <button\n mat-icon-button\n (click)=\"toggleCompact()\"\n color=\"primary\"\n [title]=\"'CORE.BREADCRUMBS.SHOWALL' | translate\"\n [attr.aria-label]=\"'CORE.BREADCRUMBS.SHOWALL' | translate\"\n >\n <mat-icon class=\"adf-breadcrumb__show-all-button-icon--rotate\">more_vert</mat-icon >\n </button>\n <div class=\"adf-breadcrumb__chevron\" [class.adf-breadcrumb__chevron-after--compact]=\"compact\" ></div>\n </li>\n </ng-container>\n </ol>\n </nav>\n</ng-container>\n", styles: ["ol{margin:0;padding:0;display:flex;flex-wrap:wrap;min-height:40px}.adf-breadcrumb__item-wrapper{display:flex;align-items:center}.adf-breadcrumb__chevron{background-image:url('data:image/svg+xml,<svg width=\"5\" height=\"8\" viewBox=\"0 0 5 8\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">%0A<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M0.229292 0.234315C-0.0751287 0.546734 -0.0751287 1.05327 0.229292 1.36569L2.79616 4L0.229293 6.63432C-0.0751284 6.94673 -0.0751284 7.45327 0.229293 7.76569C0.533714 8.0781 1.02728 8.0781 1.3317 7.76569L4.44943 4.56604L5.00098 4L1.3317 0.234315C1.02728 -0.0781049 0.533713 -0.0781049 0.229292 0.234315Z\" fill=\"%236B7280\"/>%0A</svg>%0A');background-repeat:no-repeat;background-position:center;width:5px;height:8px;margin:0 8px}:host-context([dir=rtl]) .adf-breadcrumb__chevron{transform:scaleX(-1)}.adf-breadcrumb__chevron-before--compact{margin:0 4px 0 8px}:host-context([dir=rtl]) .adf-breadcrumb__chevron-before--compact{margin:0 8px 0 4px}.adf-breadcrumb__chevron-after--compact{margin:0 8px 0 4px}:host-context([dir=rtl]) .adf-breadcrumb__chevron-after--compact{margin:0 4px 0 8px}.adf-breadcrumb__show-all-button-wrapper{display:flex;align-items:center}.adf-breadcrumb__show-all-button-icon--rotate{transform:rotate(90deg)}\n"], dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i1.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i1.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { kind: "ngmodule", type: MatIconModule }, { kind: "component", type: i2.MatIcon, selector: "mat-icon", inputs: ["color", "inline", "svgIcon", "fontSet", "fontIcon"], exportAs: ["matIcon"] }, { kind: "ngmodule", type: TranslateModule }, { kind: "pipe", type: i3.TranslatePipe, name: "translate" }, { kind: "ngmodule", type: MatButtonModule }, { kind: "component", type: i4.MatIconButton, selector: "button[mat-icon-button]", exportAs: ["matButton"] }, { kind: "directive", type: BreadcrumbFocusDirective, selector: "[adf-breadcrumb-focus]" }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
147
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.6", ngImport: i0, type: BreadcrumbComponent, deps: [{ token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component }); }
148
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.6", type: BreadcrumbComponent, isStandalone: true, selector: "adf-breadcrumb", inputs: { compact: "compact" }, outputs: { compactChange: "compactChange" }, queries: [{ propertyName: "breadcrumbItems", predicate: BreadcrumbItemComponent }], viewQueries: [{ propertyName: "breadcrumbFocusItems", predicate: BreadcrumbFocusDirective, descendants: true }], usesOnChanges: true, ngImport: i0, template: "<ng-container>\n <nav class=\"adf-breadcrumb\" [class.adf-breadcrumb--compact]=\"compact\" [attr.aria-label]=\"'CORE.BREADCRUMBS.TITLE' | translate\" >\n <ol>\n <ng-container *ngFor=\"let breadcrumbTemplate of selectedBreadcrumbs; last as last\">\n <li adf-breadcrumb-focus class=\"adf-breadcrumb__item-wrapper\">\n <ng-container *ngTemplateOutlet=\"breadcrumbTemplate\" />\n <div *ngIf=\"!last\" class=\"adf-breadcrumb__chevron\" [class.adf-breadcrumb__chevron-before--compact]=\"compact\" ></div>\n </li>\n\n <li *ngIf=\"!last && compact === true\" class=\"adf-breadcrumb__show-all-button-wrapper\">\n <button\n mat-icon-button\n (click)=\"toggleCompact()\"\n color=\"primary\"\n [title]=\"'CORE.BREADCRUMBS.SHOWALL' | translate\"\n [attr.aria-label]=\"'CORE.BREADCRUMBS.SHOWALL' | translate\"\n >\n <mat-icon class=\"adf-breadcrumb__show-all-button-icon--rotate\">more_vert</mat-icon >\n </button>\n <div class=\"adf-breadcrumb__chevron\" [class.adf-breadcrumb__chevron-after--compact]=\"compact\" ></div>\n </li>\n </ng-container>\n </ol>\n </nav>\n</ng-container>\n", styles: ["ol{margin:0;padding:0;display:flex;flex-wrap:wrap;min-height:40px}.adf-breadcrumb__item-wrapper{display:flex;align-items:center}.adf-breadcrumb__chevron{background-image:url('data:image/svg+xml,<svg width=\"5\" height=\"8\" viewBox=\"0 0 5 8\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">%0A<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M0.229292 0.234315C-0.0751287 0.546734 -0.0751287 1.05327 0.229292 1.36569L2.79616 4L0.229293 6.63432C-0.0751284 6.94673 -0.0751284 7.45327 0.229293 7.76569C0.533714 8.0781 1.02728 8.0781 1.3317 7.76569L4.44943 4.56604L5.00098 4L1.3317 0.234315C1.02728 -0.0781049 0.533713 -0.0781049 0.229292 0.234315Z\" fill=\"%236B7280\"/>%0A</svg>%0A');background-repeat:no-repeat;background-position:center;width:5px;height:8px;margin:0 8px}:host-context([dir=rtl]) .adf-breadcrumb__chevron{transform:scaleX(-1)}.adf-breadcrumb__chevron-before--compact{margin:0 4px 0 8px}:host-context([dir=rtl]) .adf-breadcrumb__chevron-before--compact{margin:0 8px 0 4px}.adf-breadcrumb__chevron-after--compact{margin:0 8px 0 4px}:host-context([dir=rtl]) .adf-breadcrumb__chevron-after--compact{margin:0 4px 0 8px}.adf-breadcrumb__show-all-button-wrapper{display:flex;align-items:center}.adf-breadcrumb__show-all-button-icon--rotate{transform:rotate(90deg)}\n"], dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i1.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i1.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { kind: "ngmodule", type: MatIconModule }, { kind: "component", type: i2.MatIcon, selector: "mat-icon", inputs: ["color", "inline", "svgIcon", "fontSet", "fontIcon"], exportAs: ["matIcon"] }, { kind: "ngmodule", type: TranslateModule }, { kind: "pipe", type: i3.TranslatePipe, name: "translate" }, { kind: "ngmodule", type: MatButtonModule }, { kind: "component", type: i4.MatIconButton, selector: "button[mat-icon-button]", exportAs: ["matButton"] }, { kind: "directive", type: BreadcrumbFocusDirective, selector: "[adf-breadcrumb-focus]" }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
149
149
  }
150
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.3", ngImport: i0, type: BreadcrumbComponent, decorators: [{
150
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.6", ngImport: i0, type: BreadcrumbComponent, decorators: [{
151
151
  type: Component,
152
- args: [{ standalone: true, selector: 'adf-breadcrumb', changeDetection: ChangeDetectionStrategy.OnPush, imports: [CommonModule, MatIconModule, TranslateModule, MatButtonModule, BreadcrumbFocusDirective], template: "<ng-container>\n <nav class=\"adf-breadcrumb\" [class.adf-breadcrumb--compact]=\"compact\" [attr.aria-label]=\"'CORE.BREADCRUMBS.TITLE' | translate\" >\n <ol>\n <ng-container *ngFor=\"let breadcrumbTemplate of selectedBreadcrumbs; last as last\">\n <li adf-breadcrumb-focus class=\"adf-breadcrumb__item-wrapper\">\n <ng-container *ngTemplateOutlet=\"breadcrumbTemplate\" />\n <div *ngIf=\"!last\" class=\"adf-breadcrumb__chevron\" [class.adf-breadcrumb__chevron-before--compact]=\"compact\" ></div>\n </li>\n\n <li *ngIf=\"!last && compact === true\" class=\"adf-breadcrumb__show-all-button-wrapper\">\n <button\n mat-icon-button\n (click)=\"toggleCompact()\"\n color=\"primary\"\n [title]=\"'CORE.BREADCRUMBS.SHOWALL' | translate\"\n [attr.aria-label]=\"'CORE.BREADCRUMBS.SHOWALL' | translate\"\n >\n <mat-icon class=\"adf-breadcrumb__show-all-button-icon--rotate\">more_vert</mat-icon >\n </button>\n <div class=\"adf-breadcrumb__chevron\" [class.adf-breadcrumb__chevron-after--compact]=\"compact\" ></div>\n </li>\n </ng-container>\n </ol>\n </nav>\n</ng-container>\n", styles: ["ol{margin:0;padding:0;display:flex;flex-wrap:wrap;min-height:40px}.adf-breadcrumb__item-wrapper{display:flex;align-items:center}.adf-breadcrumb__chevron{background-image:url('data:image/svg+xml,<svg width=\"5\" height=\"8\" viewBox=\"0 0 5 8\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">%0A<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M0.229292 0.234315C-0.0751287 0.546734 -0.0751287 1.05327 0.229292 1.36569L2.79616 4L0.229293 6.63432C-0.0751284 6.94673 -0.0751284 7.45327 0.229293 7.76569C0.533714 8.0781 1.02728 8.0781 1.3317 7.76569L4.44943 4.56604L5.00098 4L1.3317 0.234315C1.02728 -0.0781049 0.533713 -0.0781049 0.229292 0.234315Z\" fill=\"%236B7280\"/>%0A</svg>%0A');background-repeat:no-repeat;background-position:center;width:5px;height:8px;margin:0 8px}:host-context([dir=rtl]) .adf-breadcrumb__chevron{transform:scaleX(-1)}.adf-breadcrumb__chevron-before--compact{margin:0 4px 0 8px}:host-context([dir=rtl]) .adf-breadcrumb__chevron-before--compact{margin:0 8px 0 4px}.adf-breadcrumb__chevron-after--compact{margin:0 8px 0 4px}:host-context([dir=rtl]) .adf-breadcrumb__chevron-after--compact{margin:0 4px 0 8px}.adf-breadcrumb__show-all-button-wrapper{display:flex;align-items:center}.adf-breadcrumb__show-all-button-icon--rotate{transform:rotate(90deg)}\n"] }]
152
+ args: [{ selector: 'adf-breadcrumb', changeDetection: ChangeDetectionStrategy.OnPush, imports: [CommonModule, MatIconModule, TranslateModule, MatButtonModule, BreadcrumbFocusDirective], template: "<ng-container>\n <nav class=\"adf-breadcrumb\" [class.adf-breadcrumb--compact]=\"compact\" [attr.aria-label]=\"'CORE.BREADCRUMBS.TITLE' | translate\" >\n <ol>\n <ng-container *ngFor=\"let breadcrumbTemplate of selectedBreadcrumbs; last as last\">\n <li adf-breadcrumb-focus class=\"adf-breadcrumb__item-wrapper\">\n <ng-container *ngTemplateOutlet=\"breadcrumbTemplate\" />\n <div *ngIf=\"!last\" class=\"adf-breadcrumb__chevron\" [class.adf-breadcrumb__chevron-before--compact]=\"compact\" ></div>\n </li>\n\n <li *ngIf=\"!last && compact === true\" class=\"adf-breadcrumb__show-all-button-wrapper\">\n <button\n mat-icon-button\n (click)=\"toggleCompact()\"\n color=\"primary\"\n [title]=\"'CORE.BREADCRUMBS.SHOWALL' | translate\"\n [attr.aria-label]=\"'CORE.BREADCRUMBS.SHOWALL' | translate\"\n >\n <mat-icon class=\"adf-breadcrumb__show-all-button-icon--rotate\">more_vert</mat-icon >\n </button>\n <div class=\"adf-breadcrumb__chevron\" [class.adf-breadcrumb__chevron-after--compact]=\"compact\" ></div>\n </li>\n </ng-container>\n </ol>\n </nav>\n</ng-container>\n", styles: ["ol{margin:0;padding:0;display:flex;flex-wrap:wrap;min-height:40px}.adf-breadcrumb__item-wrapper{display:flex;align-items:center}.adf-breadcrumb__chevron{background-image:url('data:image/svg+xml,<svg width=\"5\" height=\"8\" viewBox=\"0 0 5 8\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">%0A<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M0.229292 0.234315C-0.0751287 0.546734 -0.0751287 1.05327 0.229292 1.36569L2.79616 4L0.229293 6.63432C-0.0751284 6.94673 -0.0751284 7.45327 0.229293 7.76569C0.533714 8.0781 1.02728 8.0781 1.3317 7.76569L4.44943 4.56604L5.00098 4L1.3317 0.234315C1.02728 -0.0781049 0.533713 -0.0781049 0.229292 0.234315Z\" fill=\"%236B7280\"/>%0A</svg>%0A');background-repeat:no-repeat;background-position:center;width:5px;height:8px;margin:0 8px}:host-context([dir=rtl]) .adf-breadcrumb__chevron{transform:scaleX(-1)}.adf-breadcrumb__chevron-before--compact{margin:0 4px 0 8px}:host-context([dir=rtl]) .adf-breadcrumb__chevron-before--compact{margin:0 8px 0 4px}.adf-breadcrumb__chevron-after--compact{margin:0 8px 0 4px}:host-context([dir=rtl]) .adf-breadcrumb__chevron-after--compact{margin:0 4px 0 8px}.adf-breadcrumb__show-all-button-wrapper{display:flex;align-items:center}.adf-breadcrumb__show-all-button-icon--rotate{transform:rotate(90deg)}\n"] }]
153
153
  }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }], propDecorators: { compact: [{
154
154
  type: Input
155
155
  }], compactChange: [{
@@ -1 +1 @@
1
- {"version":3,"file":"alfresco-adf-core-breadcrumbs.mjs","sources":["../../../../lib/core/breadcrumbs/src/directives/breadcrumb-focus.directive.ts","../../../../lib/core/breadcrumbs/src/components/breadcrumb-item/breadcrumb-item.component.ts","../../../../lib/core/breadcrumbs/src/components/breadcrumb/breadcrumb.component.ts","../../../../lib/core/breadcrumbs/src/components/breadcrumb/breadcrumb.component.html","../../../../lib/core/breadcrumbs/src/index.ts","../../../../lib/core/breadcrumbs/src/alfresco-adf-core-breadcrumbs.ts"],"sourcesContent":["/*!\n * @license\n * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\nimport { Directive, ElementRef } from '@angular/core';\n\n/** @internal */\n@Directive({\n standalone: true,\n selector: '[adf-breadcrumb-focus]',\n host: {\n class: 'adf-breadcrumb-focus'\n }\n})\nexport class BreadcrumbFocusDirective {\n constructor(private elementRef: ElementRef) {}\n\n focusOnFirstFocusableElement() {\n this.getFocusableElements(this.elementRef.nativeElement)[0].focus();\n }\n\n private getFocusableElements(root: HTMLElement): HTMLElement[] {\n const allFocusableElements = `button, a, input, select, textarea, [tabindex]:not([tabindex=\"-1\"])`;\n return Array.from(root.querySelectorAll(allFocusableElements) as NodeListOf<HTMLElement>).filter(\n (element) => !element.hasAttribute('disabled') && element.tabIndex >= 0\n );\n }\n}\n","/*!\n * @license\n * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\nimport { Component, TemplateRef, ViewChild } from '@angular/core';\n\n@Component({\n standalone: true,\n selector: 'adf-breadcrumb-item',\n template: `\n <ng-template #breadcrumbItemTemplate>\n <ng-content />\n </ng-template>\n `\n})\nexport class BreadcrumbItemComponent {\n @ViewChild('breadcrumbItemTemplate', { static: true })\n templateRef!: TemplateRef<any>;\n}\n","/*!\n * @license\n * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\nimport {\n AfterContentInit,\n ChangeDetectionStrategy,\n ChangeDetectorRef,\n Component,\n ContentChildren,\n EventEmitter,\n Input,\n OnChanges,\n Output,\n QueryList,\n SimpleChanges,\n TemplateRef,\n ViewChildren\n} from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { MatButtonModule } from '@angular/material/button';\nimport { MatIconModule } from '@angular/material/icon';\nimport { map, startWith } from 'rxjs/operators';\nimport { TranslateModule } from '@ngx-translate/core';\n\nimport { BreadcrumbFocusDirective } from '../../directives/breadcrumb-focus.directive';\nimport { BreadcrumbItemComponent } from '../breadcrumb-item/breadcrumb-item.component';\n\n@Component({\n standalone: true,\n selector: 'adf-breadcrumb',\n templateUrl: './breadcrumb.component.html',\n styleUrls: ['./breadcrumb.component.scss'],\n changeDetection: ChangeDetectionStrategy.OnPush,\n imports: [CommonModule, MatIconModule, TranslateModule, MatButtonModule, BreadcrumbFocusDirective]\n})\nexport class BreadcrumbComponent implements AfterContentInit, OnChanges {\n private _breadcrumbTemplateRefs: Array<TemplateRef<unknown>> = [];\n\n @Input()\n compact = false;\n\n @Output()\n compactChange: EventEmitter<boolean> = new EventEmitter();\n\n @ViewChildren(BreadcrumbFocusDirective)\n breadcrumbFocusItems!: QueryList<BreadcrumbFocusDirective>;\n\n @ContentChildren(BreadcrumbItemComponent)\n breadcrumbItems!: QueryList<BreadcrumbItemComponent>;\n\n selectedBreadcrumbs: Array<TemplateRef<unknown>> = [];\n\n constructor(private cdr: ChangeDetectorRef) {}\n\n ngAfterContentInit() {\n this.breadcrumbItems.changes\n .pipe(\n startWith(this.breadcrumbItems),\n map((breadcrumbItems: QueryList<BreadcrumbItemComponent>) => this.mapToTemplateRefs(breadcrumbItems))\n )\n .subscribe((templateRefs) => {\n this._breadcrumbTemplateRefs = templateRefs;\n this.setBreadcrumbs(templateRefs);\n });\n }\n\n ngOnChanges(changes: SimpleChanges): void {\n if (changes.compact) {\n this.setBreadcrumbs(this._breadcrumbTemplateRefs);\n }\n }\n\n toggleCompact(compact = false) {\n this.compact = compact;\n this.setBreadcrumbs(this._breadcrumbTemplateRefs);\n this.compactChange.emit(this.compact);\n if (!compact) {\n this.breadcrumbFocusItems.get(1)?.focusOnFirstFocusableElement();\n }\n }\n\n private setBreadcrumbs(breadcrumbs: Array<TemplateRef<unknown>>) {\n this.selectedBreadcrumbs = this.compact && breadcrumbs.length > 2 ? [breadcrumbs[0], breadcrumbs[breadcrumbs.length - 1]] : [...breadcrumbs];\n this.cdr.detectChanges();\n }\n\n private mapToTemplateRefs(breadcrumbItems: QueryList<BreadcrumbItemComponent>) {\n return breadcrumbItems.toArray().map((breadcrumbItem) => breadcrumbItem.templateRef);\n }\n}\n","<ng-container>\n <nav class=\"adf-breadcrumb\" [class.adf-breadcrumb--compact]=\"compact\" [attr.aria-label]=\"'CORE.BREADCRUMBS.TITLE' | translate\" >\n <ol>\n <ng-container *ngFor=\"let breadcrumbTemplate of selectedBreadcrumbs; last as last\">\n <li adf-breadcrumb-focus class=\"adf-breadcrumb__item-wrapper\">\n <ng-container *ngTemplateOutlet=\"breadcrumbTemplate\" />\n <div *ngIf=\"!last\" class=\"adf-breadcrumb__chevron\" [class.adf-breadcrumb__chevron-before--compact]=\"compact\" ></div>\n </li>\n\n <li *ngIf=\"!last && compact === true\" class=\"adf-breadcrumb__show-all-button-wrapper\">\n <button\n mat-icon-button\n (click)=\"toggleCompact()\"\n color=\"primary\"\n [title]=\"'CORE.BREADCRUMBS.SHOWALL' | translate\"\n [attr.aria-label]=\"'CORE.BREADCRUMBS.SHOWALL' | translate\"\n >\n <mat-icon class=\"adf-breadcrumb__show-all-button-icon--rotate\">more_vert</mat-icon >\n </button>\n <div class=\"adf-breadcrumb__chevron\" [class.adf-breadcrumb__chevron-after--compact]=\"compact\" ></div>\n </li>\n </ng-container>\n </ol>\n </nav>\n</ng-container>\n","/*!\n * @license\n * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\nexport { BreadcrumbComponent } from './components/breadcrumb/breadcrumb.component';\nexport { BreadcrumbItemComponent } from './components/breadcrumb-item/breadcrumb-item.component';\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":[],"mappings":";;;;;;;;;;;;AAAA;;;;;;;;;;;;;;;AAeG;AAIH;MAQa,wBAAwB,CAAA;AACjC,IAAA,WAAA,CAAoB,UAAsB,EAAA;QAAtB,IAAU,CAAA,UAAA,GAAV,UAAU;;IAE9B,4BAA4B,GAAA;AACxB,QAAA,IAAI,CAAC,oBAAoB,CAAC,IAAI,CAAC,UAAU,CAAC,aAAa,CAAC,CAAC,CAAC,CAAC,CAAC,KAAK,EAAE;;AAG/D,IAAA,oBAAoB,CAAC,IAAiB,EAAA;QAC1C,MAAM,oBAAoB,GAAG,CAAA,mEAAA,CAAqE;AAClG,QAAA,OAAO,KAAK,CAAC,IAAI,CAAC,IAAI,CAAC,gBAAgB,CAAC,oBAAoB,CAA4B,CAAC,CAAC,MAAM,CAC5F,CAAC,OAAO,KAAK,CAAC,OAAO,CAAC,YAAY,CAAC,UAAU,CAAC,IAAI,OAAO,CAAC,QAAQ,IAAI,CAAC,CAC1E;;8GAXI,wBAAwB,EAAA,IAAA,EAAA,CAAA,EAAA,KAAA,EAAA,EAAA,CAAA,UAAA,EAAA,CAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA,CAAA;kGAAxB,wBAAwB,EAAA,YAAA,EAAA,IAAA,EAAA,QAAA,EAAA,wBAAA,EAAA,IAAA,EAAA,EAAA,cAAA,EAAA,sBAAA,EAAA,EAAA,QAAA,EAAA,EAAA,EAAA,CAAA,CAAA;;2FAAxB,wBAAwB,EAAA,UAAA,EAAA,CAAA;kBAPpC,SAAS;AAAC,YAAA,IAAA,EAAA,CAAA;AACP,oBAAA,UAAU,EAAE,IAAI;AAChB,oBAAA,QAAQ,EAAE,wBAAwB;AAClC,oBAAA,IAAI,EAAE;AACF,wBAAA,KAAK,EAAE;AACV;AACJ,iBAAA;;;AC1BD;;;;;;;;;;;;;;;AAeG;MAaU,uBAAuB,CAAA;8GAAvB,uBAAuB,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA,CAAA;AAAvB,IAAA,SAAA,IAAA,CAAA,IAAA,GAAA,EAAA,CAAA,oBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,QAAA,EAAA,IAAA,EAAA,uBAAuB,EANtB,YAAA,EAAA,IAAA,EAAA,QAAA,EAAA,qBAAA,EAAA,WAAA,EAAA,CAAA,EAAA,YAAA,EAAA,aAAA,EAAA,KAAA,EAAA,IAAA,EAAA,SAAA,EAAA,CAAA,wBAAA,CAAA,EAAA,WAAA,EAAA,IAAA,EAAA,MAAA,EAAA,IAAA,EAAA,CAAA,EAAA,QAAA,EAAA,EAAA,EAAA,QAAA,EAAA;;;;AAIT,IAAA,CAAA,EAAA,QAAA,EAAA,IAAA,EAAA,CAAA,CAAA;;2FAEQ,uBAAuB,EAAA,UAAA,EAAA,CAAA;kBATnC,SAAS;AAAC,YAAA,IAAA,EAAA,CAAA;AACP,oBAAA,UAAU,EAAE,IAAI;AAChB,oBAAA,QAAQ,EAAE,qBAAqB;AAC/B,oBAAA,QAAQ,EAAE;;;;AAIT,IAAA;AACJ,iBAAA;8BAGG,WAAW,EAAA,CAAA;sBADV,SAAS;AAAC,gBAAA,IAAA,EAAA,CAAA,wBAAwB,EAAE,EAAE,MAAM,EAAE,IAAI,EAAE;;;AC7BzD;;;;;;;;;;;;;;;AAeG;MAkCU,mBAAmB,CAAA;AAiB5B,IAAA,WAAA,CAAoB,GAAsB,EAAA;QAAtB,IAAG,CAAA,GAAA,GAAH,GAAG;QAhBf,IAAuB,CAAA,uBAAA,GAAgC,EAAE;QAGjE,IAAO,CAAA,OAAA,GAAG,KAAK;AAGf,QAAA,IAAA,CAAA,aAAa,GAA0B,IAAI,YAAY,EAAE;QAQzD,IAAmB,CAAA,mBAAA,GAAgC,EAAE;;IAIrD,kBAAkB,GAAA;QACd,IAAI,CAAC,eAAe,CAAC;aAChB,IAAI,CACD,SAAS,CAAC,IAAI,CAAC,eAAe,CAAC,EAC/B,GAAG,CAAC,CAAC,eAAmD,KAAK,IAAI,CAAC,iBAAiB,CAAC,eAAe,CAAC,CAAC;AAExG,aAAA,SAAS,CAAC,CAAC,YAAY,KAAI;AACxB,YAAA,IAAI,CAAC,uBAAuB,GAAG,YAAY;AAC3C,YAAA,IAAI,CAAC,cAAc,CAAC,YAAY,CAAC;AACrC,SAAC,CAAC;;AAGV,IAAA,WAAW,CAAC,OAAsB,EAAA;AAC9B,QAAA,IAAI,OAAO,CAAC,OAAO,EAAE;AACjB,YAAA,IAAI,CAAC,cAAc,CAAC,IAAI,CAAC,uBAAuB,CAAC;;;IAIzD,aAAa,CAAC,OAAO,GAAG,KAAK,EAAA;AACzB,QAAA,IAAI,CAAC,OAAO,GAAG,OAAO;AACtB,QAAA,IAAI,CAAC,cAAc,CAAC,IAAI,CAAC,uBAAuB,CAAC;QACjD,IAAI,CAAC,aAAa,CAAC,IAAI,CAAC,IAAI,CAAC,OAAO,CAAC;QACrC,IAAI,CAAC,OAAO,EAAE;YACV,IAAI,CAAC,oBAAoB,CAAC,GAAG,CAAC,CAAC,CAAC,EAAE,4BAA4B,EAAE;;;AAIhE,IAAA,cAAc,CAAC,WAAwC,EAAA;AAC3D,QAAA,IAAI,CAAC,mBAAmB,GAAG,IAAI,CAAC,OAAO,IAAI,WAAW,CAAC,MAAM,GAAG,CAAC,GAAG,CAAC,WAAW,CAAC,CAAC,CAAC,EAAE,WAAW,CAAC,WAAW,CAAC,MAAM,GAAG,CAAC,CAAC,CAAC,GAAG,CAAC,GAAG,WAAW,CAAC;AAC5I,QAAA,IAAI,CAAC,GAAG,CAAC,aAAa,EAAE;;AAGpB,IAAA,iBAAiB,CAAC,eAAmD,EAAA;AACzE,QAAA,OAAO,eAAe,CAAC,OAAO,EAAE,CAAC,GAAG,CAAC,CAAC,cAAc,KAAK,cAAc,CAAC,WAAW,CAAC;;8GApD/E,mBAAmB,EAAA,IAAA,EAAA,CAAA,EAAA,KAAA,EAAA,EAAA,CAAA,iBAAA,EAAA,CAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA,CAAA;AAAnB,IAAA,SAAA,IAAA,CAAA,IAAA,GAAA,EAAA,CAAA,oBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,QAAA,EAAA,IAAA,EAAA,mBAAmB,EAYX,YAAA,EAAA,IAAA,EAAA,QAAA,EAAA,gBAAA,EAAA,MAAA,EAAA,EAAA,OAAA,EAAA,SAAA,EAAA,EAAA,OAAA,EAAA,EAAA,aAAA,EAAA,eAAA,EAAA,EAAA,OAAA,EAAA,CAAA,EAAA,YAAA,EAAA,iBAAA,EAAA,SAAA,EAAA,uBAAuB,EAH1B,CAAA,EAAA,WAAA,EAAA,CAAA,EAAA,YAAA,EAAA,sBAAA,EAAA,SAAA,EAAA,wBAAwB,qEC1D1C,stCAyBA,EAAA,MAAA,EAAA,CAAA,uwCAAA,CAAA,EAAA,YAAA,EAAA,CAAA,EAAA,IAAA,EAAA,UAAA,EAAA,IAAA,EDsBc,YAAY,EAAA,EAAA,EAAA,IAAA,EAAA,WAAA,EAAA,IAAA,EAAA,EAAA,CAAA,OAAA,EAAA,QAAA,EAAA,kBAAA,EAAA,MAAA,EAAA,CAAA,SAAA,EAAA,cAAA,EAAA,eAAA,CAAA,EAAA,EAAA,EAAA,IAAA,EAAA,WAAA,EAAA,IAAA,EAAA,EAAA,CAAA,IAAA,EAAA,QAAA,EAAA,QAAA,EAAA,MAAA,EAAA,CAAA,MAAA,EAAA,UAAA,EAAA,UAAA,CAAA,EAAA,EAAA,EAAA,IAAA,EAAA,WAAA,EAAA,IAAA,EAAA,EAAA,CAAA,gBAAA,EAAA,QAAA,EAAA,oBAAA,EAAA,MAAA,EAAA,CAAA,yBAAA,EAAA,kBAAA,EAAA,0BAAA,CAAA,EAAA,EAAA,EAAA,IAAA,EAAA,UAAA,EAAA,IAAA,EAAE,aAAa,EAAE,EAAA,EAAA,IAAA,EAAA,WAAA,EAAA,IAAA,EAAA,EAAA,CAAA,OAAA,EAAA,QAAA,EAAA,UAAA,EAAA,MAAA,EAAA,CAAA,OAAA,EAAA,QAAA,EAAA,SAAA,EAAA,SAAA,EAAA,UAAA,CAAA,EAAA,QAAA,EAAA,CAAA,SAAA,CAAA,EAAA,EAAA,EAAA,IAAA,EAAA,UAAA,EAAA,IAAA,EAAA,eAAe,EAAE,EAAA,EAAA,IAAA,EAAA,MAAA,EAAA,IAAA,EAAA,EAAA,CAAA,aAAA,EAAA,IAAA,EAAA,WAAA,EAAA,EAAA,EAAA,IAAA,EAAA,UAAA,EAAA,IAAA,EAAA,eAAe,4IAAE,wBAAwB,EAAA,QAAA,EAAA,wBAAA,EAAA,CAAA,EAAA,eAAA,EAAA,EAAA,CAAA,uBAAA,CAAA,MAAA,EAAA,CAAA,CAAA;;2FAExF,mBAAmB,EAAA,UAAA,EAAA,CAAA;kBAR/B,SAAS;AACM,YAAA,IAAA,EAAA,CAAA,EAAA,UAAA,EAAA,IAAI,YACN,gBAAgB,EAAA,eAAA,EAGT,uBAAuB,CAAC,MAAM,EACtC,OAAA,EAAA,CAAC,YAAY,EAAE,aAAa,EAAE,eAAe,EAAE,eAAe,EAAE,wBAAwB,CAAC,EAAA,QAAA,EAAA,stCAAA,EAAA,MAAA,EAAA,CAAA,uwCAAA,CAAA,EAAA;sFAMlG,OAAO,EAAA,CAAA;sBADN;gBAID,aAAa,EAAA,CAAA;sBADZ;gBAID,oBAAoB,EAAA,CAAA;sBADnB,YAAY;uBAAC,wBAAwB;gBAItC,eAAe,EAAA,CAAA;sBADd,eAAe;uBAAC,uBAAuB;;;AE7D5C;;;;;;;;;;;;;;;AAeG;;ACfH;;AAEG;;;;"}
1
+ {"version":3,"file":"alfresco-adf-core-breadcrumbs.mjs","sources":["../../../../lib/core/breadcrumbs/src/directives/breadcrumb-focus.directive.ts","../../../../lib/core/breadcrumbs/src/components/breadcrumb-item/breadcrumb-item.component.ts","../../../../lib/core/breadcrumbs/src/components/breadcrumb/breadcrumb.component.ts","../../../../lib/core/breadcrumbs/src/components/breadcrumb/breadcrumb.component.html","../../../../lib/core/breadcrumbs/src/index.ts","../../../../lib/core/breadcrumbs/src/alfresco-adf-core-breadcrumbs.ts"],"sourcesContent":["/*!\n * @license\n * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\nimport { Directive, ElementRef } from '@angular/core';\n\n/** @internal */\n@Directive({\n standalone: true,\n selector: '[adf-breadcrumb-focus]',\n host: {\n class: 'adf-breadcrumb-focus'\n }\n})\nexport class BreadcrumbFocusDirective {\n constructor(private elementRef: ElementRef) {}\n\n focusOnFirstFocusableElement() {\n this.getFocusableElements(this.elementRef.nativeElement)[0].focus();\n }\n\n private getFocusableElements(root: HTMLElement): HTMLElement[] {\n const allFocusableElements = `button, a, input, select, textarea, [tabindex]:not([tabindex=\"-1\"])`;\n return Array.from(root.querySelectorAll(allFocusableElements) as NodeListOf<HTMLElement>).filter(\n (element) => !element.hasAttribute('disabled') && element.tabIndex >= 0\n );\n }\n}\n","/*!\n * @license\n * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\nimport { Component, TemplateRef, ViewChild } from '@angular/core';\n\n@Component({\n standalone: true,\n selector: 'adf-breadcrumb-item',\n template: `\n <ng-template #breadcrumbItemTemplate>\n <ng-content />\n </ng-template>\n `\n})\nexport class BreadcrumbItemComponent {\n @ViewChild('breadcrumbItemTemplate', { static: true })\n templateRef!: TemplateRef<any>;\n}\n","/*!\n * @license\n * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\nimport {\n AfterContentInit,\n ChangeDetectionStrategy,\n ChangeDetectorRef,\n Component,\n ContentChildren,\n EventEmitter,\n Input,\n OnChanges,\n Output,\n QueryList,\n SimpleChanges,\n TemplateRef,\n ViewChildren\n} from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { MatButtonModule } from '@angular/material/button';\nimport { MatIconModule } from '@angular/material/icon';\nimport { map, startWith } from 'rxjs/operators';\nimport { TranslateModule } from '@ngx-translate/core';\n\nimport { BreadcrumbFocusDirective } from '../../directives/breadcrumb-focus.directive';\nimport { BreadcrumbItemComponent } from '../breadcrumb-item/breadcrumb-item.component';\n\n@Component({\n selector: 'adf-breadcrumb',\n templateUrl: './breadcrumb.component.html',\n styleUrls: ['./breadcrumb.component.scss'],\n changeDetection: ChangeDetectionStrategy.OnPush,\n imports: [CommonModule, MatIconModule, TranslateModule, MatButtonModule, BreadcrumbFocusDirective]\n})\nexport class BreadcrumbComponent implements AfterContentInit, OnChanges {\n private _breadcrumbTemplateRefs: Array<TemplateRef<unknown>> = [];\n\n @Input()\n compact = false;\n\n @Output()\n compactChange: EventEmitter<boolean> = new EventEmitter();\n\n @ViewChildren(BreadcrumbFocusDirective)\n breadcrumbFocusItems!: QueryList<BreadcrumbFocusDirective>;\n\n @ContentChildren(BreadcrumbItemComponent)\n breadcrumbItems!: QueryList<BreadcrumbItemComponent>;\n\n selectedBreadcrumbs: Array<TemplateRef<unknown>> = [];\n\n constructor(private cdr: ChangeDetectorRef) {}\n\n ngAfterContentInit() {\n this.breadcrumbItems.changes\n .pipe(\n startWith(this.breadcrumbItems),\n map((breadcrumbItems: QueryList<BreadcrumbItemComponent>) => this.mapToTemplateRefs(breadcrumbItems))\n )\n .subscribe((templateRefs) => {\n this._breadcrumbTemplateRefs = templateRefs;\n this.setBreadcrumbs(templateRefs);\n });\n }\n\n ngOnChanges(changes: SimpleChanges): void {\n if (changes.compact) {\n this.setBreadcrumbs(this._breadcrumbTemplateRefs);\n }\n }\n\n toggleCompact(compact = false) {\n this.compact = compact;\n this.setBreadcrumbs(this._breadcrumbTemplateRefs);\n this.compactChange.emit(this.compact);\n if (!compact) {\n this.breadcrumbFocusItems.get(1)?.focusOnFirstFocusableElement();\n }\n }\n\n private setBreadcrumbs(breadcrumbs: Array<TemplateRef<unknown>>) {\n this.selectedBreadcrumbs = this.compact && breadcrumbs.length > 2 ? [breadcrumbs[0], breadcrumbs[breadcrumbs.length - 1]] : [...breadcrumbs];\n this.cdr.detectChanges();\n }\n\n private mapToTemplateRefs(breadcrumbItems: QueryList<BreadcrumbItemComponent>) {\n return breadcrumbItems.toArray().map((breadcrumbItem) => breadcrumbItem.templateRef);\n }\n}\n","<ng-container>\n <nav class=\"adf-breadcrumb\" [class.adf-breadcrumb--compact]=\"compact\" [attr.aria-label]=\"'CORE.BREADCRUMBS.TITLE' | translate\" >\n <ol>\n <ng-container *ngFor=\"let breadcrumbTemplate of selectedBreadcrumbs; last as last\">\n <li adf-breadcrumb-focus class=\"adf-breadcrumb__item-wrapper\">\n <ng-container *ngTemplateOutlet=\"breadcrumbTemplate\" />\n <div *ngIf=\"!last\" class=\"adf-breadcrumb__chevron\" [class.adf-breadcrumb__chevron-before--compact]=\"compact\" ></div>\n </li>\n\n <li *ngIf=\"!last && compact === true\" class=\"adf-breadcrumb__show-all-button-wrapper\">\n <button\n mat-icon-button\n (click)=\"toggleCompact()\"\n color=\"primary\"\n [title]=\"'CORE.BREADCRUMBS.SHOWALL' | translate\"\n [attr.aria-label]=\"'CORE.BREADCRUMBS.SHOWALL' | translate\"\n >\n <mat-icon class=\"adf-breadcrumb__show-all-button-icon--rotate\">more_vert</mat-icon >\n </button>\n <div class=\"adf-breadcrumb__chevron\" [class.adf-breadcrumb__chevron-after--compact]=\"compact\" ></div>\n </li>\n </ng-container>\n </ol>\n </nav>\n</ng-container>\n","/*!\n * @license\n * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\nexport { BreadcrumbComponent } from './components/breadcrumb/breadcrumb.component';\nexport { BreadcrumbItemComponent } from './components/breadcrumb-item/breadcrumb-item.component';\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":[],"mappings":";;;;;;;;;;;;AAAA;;;;;;;;;;;;;;;AAeG;AAIH;MAQa,wBAAwB,CAAA;AACjC,IAAA,WAAA,CAAoB,UAAsB,EAAA;QAAtB,IAAU,CAAA,UAAA,GAAV,UAAU;;IAE9B,4BAA4B,GAAA;AACxB,QAAA,IAAI,CAAC,oBAAoB,CAAC,IAAI,CAAC,UAAU,CAAC,aAAa,CAAC,CAAC,CAAC,CAAC,CAAC,KAAK,EAAE;;AAG/D,IAAA,oBAAoB,CAAC,IAAiB,EAAA;QAC1C,MAAM,oBAAoB,GAAG,CAAA,mEAAA,CAAqE;AAClG,QAAA,OAAO,KAAK,CAAC,IAAI,CAAC,IAAI,CAAC,gBAAgB,CAAC,oBAAoB,CAA4B,CAAC,CAAC,MAAM,CAC5F,CAAC,OAAO,KAAK,CAAC,OAAO,CAAC,YAAY,CAAC,UAAU,CAAC,IAAI,OAAO,CAAC,QAAQ,IAAI,CAAC,CAC1E;;8GAXI,wBAAwB,EAAA,IAAA,EAAA,CAAA,EAAA,KAAA,EAAA,EAAA,CAAA,UAAA,EAAA,CAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA,CAAA;kGAAxB,wBAAwB,EAAA,YAAA,EAAA,IAAA,EAAA,QAAA,EAAA,wBAAA,EAAA,IAAA,EAAA,EAAA,cAAA,EAAA,sBAAA,EAAA,EAAA,QAAA,EAAA,EAAA,EAAA,CAAA,CAAA;;2FAAxB,wBAAwB,EAAA,UAAA,EAAA,CAAA;kBAPpC,SAAS;AAAC,YAAA,IAAA,EAAA,CAAA;AACP,oBAAA,UAAU,EAAE,IAAI;AAChB,oBAAA,QAAQ,EAAE,wBAAwB;AAClC,oBAAA,IAAI,EAAE;AACF,wBAAA,KAAK,EAAE;AACV;AACJ,iBAAA;;;AC1BD;;;;;;;;;;;;;;;AAeG;MAaU,uBAAuB,CAAA;8GAAvB,uBAAuB,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA,CAAA;AAAvB,IAAA,SAAA,IAAA,CAAA,IAAA,GAAA,EAAA,CAAA,oBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,QAAA,EAAA,IAAA,EAAA,uBAAuB,EANtB,YAAA,EAAA,IAAA,EAAA,QAAA,EAAA,qBAAA,EAAA,WAAA,EAAA,CAAA,EAAA,YAAA,EAAA,aAAA,EAAA,KAAA,EAAA,IAAA,EAAA,SAAA,EAAA,CAAA,wBAAA,CAAA,EAAA,WAAA,EAAA,IAAA,EAAA,MAAA,EAAA,IAAA,EAAA,CAAA,EAAA,QAAA,EAAA,EAAA,EAAA,QAAA,EAAA;;;;AAIT,IAAA,CAAA,EAAA,QAAA,EAAA,IAAA,EAAA,CAAA,CAAA;;2FAEQ,uBAAuB,EAAA,UAAA,EAAA,CAAA;kBATnC,SAAS;AAAC,YAAA,IAAA,EAAA,CAAA;AACP,oBAAA,UAAU,EAAE,IAAI;AAChB,oBAAA,QAAQ,EAAE,qBAAqB;AAC/B,oBAAA,QAAQ,EAAE;;;;AAIT,IAAA;AACJ,iBAAA;8BAGG,WAAW,EAAA,CAAA;sBADV,SAAS;AAAC,gBAAA,IAAA,EAAA,CAAA,wBAAwB,EAAE,EAAE,MAAM,EAAE,IAAI,EAAE;;;AC7BzD;;;;;;;;;;;;;;;AAeG;MAiCU,mBAAmB,CAAA;AAiB5B,IAAA,WAAA,CAAoB,GAAsB,EAAA;QAAtB,IAAG,CAAA,GAAA,GAAH,GAAG;QAhBf,IAAuB,CAAA,uBAAA,GAAgC,EAAE;QAGjE,IAAO,CAAA,OAAA,GAAG,KAAK;AAGf,QAAA,IAAA,CAAA,aAAa,GAA0B,IAAI,YAAY,EAAE;QAQzD,IAAmB,CAAA,mBAAA,GAAgC,EAAE;;IAIrD,kBAAkB,GAAA;QACd,IAAI,CAAC,eAAe,CAAC;aAChB,IAAI,CACD,SAAS,CAAC,IAAI,CAAC,eAAe,CAAC,EAC/B,GAAG,CAAC,CAAC,eAAmD,KAAK,IAAI,CAAC,iBAAiB,CAAC,eAAe,CAAC,CAAC;AAExG,aAAA,SAAS,CAAC,CAAC,YAAY,KAAI;AACxB,YAAA,IAAI,CAAC,uBAAuB,GAAG,YAAY;AAC3C,YAAA,IAAI,CAAC,cAAc,CAAC,YAAY,CAAC;AACrC,SAAC,CAAC;;AAGV,IAAA,WAAW,CAAC,OAAsB,EAAA;AAC9B,QAAA,IAAI,OAAO,CAAC,OAAO,EAAE;AACjB,YAAA,IAAI,CAAC,cAAc,CAAC,IAAI,CAAC,uBAAuB,CAAC;;;IAIzD,aAAa,CAAC,OAAO,GAAG,KAAK,EAAA;AACzB,QAAA,IAAI,CAAC,OAAO,GAAG,OAAO;AACtB,QAAA,IAAI,CAAC,cAAc,CAAC,IAAI,CAAC,uBAAuB,CAAC;QACjD,IAAI,CAAC,aAAa,CAAC,IAAI,CAAC,IAAI,CAAC,OAAO,CAAC;QACrC,IAAI,CAAC,OAAO,EAAE;YACV,IAAI,CAAC,oBAAoB,CAAC,GAAG,CAAC,CAAC,CAAC,EAAE,4BAA4B,EAAE;;;AAIhE,IAAA,cAAc,CAAC,WAAwC,EAAA;AAC3D,QAAA,IAAI,CAAC,mBAAmB,GAAG,IAAI,CAAC,OAAO,IAAI,WAAW,CAAC,MAAM,GAAG,CAAC,GAAG,CAAC,WAAW,CAAC,CAAC,CAAC,EAAE,WAAW,CAAC,WAAW,CAAC,MAAM,GAAG,CAAC,CAAC,CAAC,GAAG,CAAC,GAAG,WAAW,CAAC;AAC5I,QAAA,IAAI,CAAC,GAAG,CAAC,aAAa,EAAE;;AAGpB,IAAA,iBAAiB,CAAC,eAAmD,EAAA;AACzE,QAAA,OAAO,eAAe,CAAC,OAAO,EAAE,CAAC,GAAG,CAAC,CAAC,cAAc,KAAK,cAAc,CAAC,WAAW,CAAC;;8GApD/E,mBAAmB,EAAA,IAAA,EAAA,CAAA,EAAA,KAAA,EAAA,EAAA,CAAA,iBAAA,EAAA,CAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA,CAAA;AAAnB,IAAA,SAAA,IAAA,CAAA,IAAA,GAAA,EAAA,CAAA,oBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,QAAA,EAAA,IAAA,EAAA,mBAAmB,EAYX,YAAA,EAAA,IAAA,EAAA,QAAA,EAAA,gBAAA,EAAA,MAAA,EAAA,EAAA,OAAA,EAAA,SAAA,EAAA,EAAA,OAAA,EAAA,EAAA,aAAA,EAAA,eAAA,EAAA,EAAA,OAAA,EAAA,CAAA,EAAA,YAAA,EAAA,iBAAA,EAAA,SAAA,EAAA,uBAAuB,EAH1B,CAAA,EAAA,WAAA,EAAA,CAAA,EAAA,YAAA,EAAA,sBAAA,EAAA,SAAA,EAAA,wBAAwB,qECzD1C,stCAyBA,EAAA,MAAA,EAAA,CAAA,uwCAAA,CAAA,EAAA,YAAA,EAAA,CAAA,EAAA,IAAA,EAAA,UAAA,EAAA,IAAA,EDqBc,YAAY,EAAA,EAAA,EAAA,IAAA,EAAA,WAAA,EAAA,IAAA,EAAA,EAAA,CAAA,OAAA,EAAA,QAAA,EAAA,kBAAA,EAAA,MAAA,EAAA,CAAA,SAAA,EAAA,cAAA,EAAA,eAAA,CAAA,EAAA,EAAA,EAAA,IAAA,EAAA,WAAA,EAAA,IAAA,EAAA,EAAA,CAAA,IAAA,EAAA,QAAA,EAAA,QAAA,EAAA,MAAA,EAAA,CAAA,MAAA,EAAA,UAAA,EAAA,UAAA,CAAA,EAAA,EAAA,EAAA,IAAA,EAAA,WAAA,EAAA,IAAA,EAAA,EAAA,CAAA,gBAAA,EAAA,QAAA,EAAA,oBAAA,EAAA,MAAA,EAAA,CAAA,yBAAA,EAAA,kBAAA,EAAA,0BAAA,CAAA,EAAA,EAAA,EAAA,IAAA,EAAA,UAAA,EAAA,IAAA,EAAE,aAAa,EAAE,EAAA,EAAA,IAAA,EAAA,WAAA,EAAA,IAAA,EAAA,EAAA,CAAA,OAAA,EAAA,QAAA,EAAA,UAAA,EAAA,MAAA,EAAA,CAAA,OAAA,EAAA,QAAA,EAAA,SAAA,EAAA,SAAA,EAAA,UAAA,CAAA,EAAA,QAAA,EAAA,CAAA,SAAA,CAAA,EAAA,EAAA,EAAA,IAAA,EAAA,UAAA,EAAA,IAAA,EAAA,eAAe,EAAE,EAAA,EAAA,IAAA,EAAA,MAAA,EAAA,IAAA,EAAA,EAAA,CAAA,aAAA,EAAA,IAAA,EAAA,WAAA,EAAA,EAAA,EAAA,IAAA,EAAA,UAAA,EAAA,IAAA,EAAA,eAAe,4IAAE,wBAAwB,EAAA,QAAA,EAAA,wBAAA,EAAA,CAAA,EAAA,eAAA,EAAA,EAAA,CAAA,uBAAA,CAAA,MAAA,EAAA,CAAA,CAAA;;2FAExF,mBAAmB,EAAA,UAAA,EAAA,CAAA;kBAP/B,SAAS;AACI,YAAA,IAAA,EAAA,CAAA,EAAA,QAAA,EAAA,gBAAgB,EAGT,eAAA,EAAA,uBAAuB,CAAC,MAAM,WACtC,CAAC,YAAY,EAAE,aAAa,EAAE,eAAe,EAAE,eAAe,EAAE,wBAAwB,CAAC,EAAA,QAAA,EAAA,stCAAA,EAAA,MAAA,EAAA,CAAA,uwCAAA,CAAA,EAAA;sFAMlG,OAAO,EAAA,CAAA;sBADN;gBAID,aAAa,EAAA,CAAA;sBADZ;gBAID,oBAAoB,EAAA,CAAA;sBADnB,YAAY;uBAAC,wBAAwB;gBAItC,eAAe,EAAA,CAAA;sBADd,eAAe;uBAAC,uBAAuB;;;AE5D5C;;;;;;;;;;;;;;;AAeG;;ACfH;;AAEG;;;;"}
@@ -1,5 +1,5 @@
1
1
  import * as i0 from '@angular/core';
2
- import { InjectionToken, Input, Inject, ChangeDetectionStrategy, ViewEncapsulation, Component, Directive, inject, Injectable, Optional, APP_INITIALIZER } from '@angular/core';
2
+ import { InjectionToken, Input, Inject, ChangeDetectionStrategy, ViewEncapsulation, Component, Directive, inject, Injectable, Optional, provideAppInitializer } from '@angular/core';
3
3
  import * as i1 from '@angular/common';
4
4
  import { CommonModule, DOCUMENT } from '@angular/common';
5
5
  import { BehaviorSubject, combineLatest, of } from 'rxjs';
@@ -19,11 +19,10 @@ import { MatInputModule } from '@angular/material/input';
19
19
  import * as i2 from '@angular/forms';
20
20
  import { FormsModule } from '@angular/forms';
21
21
  import { takeUntilDestroyed } from '@angular/core/rxjs-interop';
22
- import * as i10 from '@angular/material/dialog';
22
+ import * as i9 from '@angular/material/dialog';
23
23
  import { MatDialogModule } from '@angular/material/dialog';
24
- import * as i11 from '@ngx-translate/core';
24
+ import * as i10 from '@ngx-translate/core';
25
25
  import { TranslateModule } from '@ngx-translate/core';
26
- import * as i9 from '@angular/material/form-field';
27
26
  import * as i1$1 from '@alfresco/adf-core';
28
27
 
29
28
  /*!
@@ -80,15 +79,15 @@ class FlagsOverrideComponent {
80
79
  });
81
80
  }
82
81
  }
83
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.3", ngImport: i0, type: FlagsOverrideComponent, deps: [{ token: FeaturesServiceToken }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component }); }
84
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.1.3", type: FlagsOverrideComponent, isStandalone: true, selector: "adf-feature-flags-override-indicator", inputs: { size: "size" }, ngImport: i0, template: `
82
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.6", ngImport: i0, type: FlagsOverrideComponent, deps: [{ token: FeaturesServiceToken }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component }); }
83
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.6", type: FlagsOverrideComponent, isStandalone: true, selector: "adf-feature-flags-override-indicator", inputs: { size: "size" }, ngImport: i0, template: `
85
84
  <span [ngClass]="['activity-indicator', size]" *ngIf="isEnabled; else inActive">🟢</span>
86
85
  <ng-template #inActive><span [ngClass]="['activity-indicator', size]">🔴</span></ng-template>
87
86
  `, isInline: true, styles: [".adf-activity-indicator{font-size:.885rem}\n", ".adf-activity-indicator .small{font-size:.7rem}\n", ".adf-activity-indicator .large{font-size:1.2rem}\n"], dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None }); }
88
87
  }
89
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.3", ngImport: i0, type: FlagsOverrideComponent, decorators: [{
88
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.6", ngImport: i0, type: FlagsOverrideComponent, decorators: [{
90
89
  type: Component,
91
- args: [{ selector: 'adf-feature-flags-override-indicator', standalone: true, imports: [CommonModule], template: `
90
+ args: [{ selector: 'adf-feature-flags-override-indicator', imports: [CommonModule], template: `
92
91
  <span [ngClass]="['activity-indicator', size]" *ngIf="isEnabled; else inActive">🟢</span>
93
92
  <ng-template #inActive><span [ngClass]="['activity-indicator', size]">🔴</span></ng-template>
94
93
  `, encapsulation: ViewEncapsulation.None, changeDetection: ChangeDetectionStrategy.OnPush, styles: [".adf-activity-indicator{font-size:.885rem}\n", ".adf-activity-indicator .small{font-size:.7rem}\n", ".adf-activity-indicator .large{font-size:1.2rem}\n"] }]
@@ -175,12 +174,12 @@ class FlagsComponent {
175
174
  onDelete(flag) {
176
175
  this.writableFeaturesService.removeFlag(flag);
177
176
  }
178
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.3", ngImport: i0, type: FlagsComponent, deps: [{ token: FeaturesServiceToken }, { token: WritableFeaturesServiceToken }], target: i0.ɵɵFactoryTarget.Component }); }
179
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.1.3", type: FlagsComponent, isStandalone: true, selector: "adf-feature-flags-overrides", ngImport: i0, template: "<mat-toolbar class=\"adf-feature-flags-overrides-header\">\n <div class=\"adf-feature-flags-overrides-header-text\" tabindex=\"0\">\n <adf-feature-flags-override-indicator\n class=\"adf-activity-indicator\"\n size='large' />\n <span>{{ \"CORE.FEATURE-FLAGS.OVERRIDES\" | translate }}</span>\n </div>\n <mat-slide-toggle\n [checked]=\"isEnabled\"\n (change)=\"onEnable($event.checked)\" />\n <button\n class=\"adf-feature-flags-overrides-header-close\"\n mat-icon-button\n mat-dialog-close>\n <mat-icon>close</mat-icon>\n </button>\n</mat-toolbar>\n\n<ng-container *ngIf=\"flags$ | async as flags\">\n <table mat-table [dataSource]=\"flags\" class=\"adf-feature-flags-overrides-table mat-elevation-z0\">\n <ng-container matColumnDef=\"icon\">\n <th mat-header-cell class=\"adf-icon-col adf-header-cell\" *matHeaderCellDef>\n <mat-icon class=\"material-icons-outlined adf-search-icon\">search</mat-icon>\n </th>\n <td mat-cell class=\"adf-icon-col\" *matCellDef=\"let element\">\n <button mat-icon-button *ngIf=\"element.fictive; else flagFromApi\" class=\"adf-fictive-flag-button\" (click)=\"onDelete(element.flag)\">\n <mat-icon class=\"material-icons-outlined adf-custom-flag-icon\" fontIcon=\"memory\" />\n <mat-icon class=\"material-icons-outlined adf-trash-icon\" fontIcon=\"delete\" />\n </button>\n </td>\n </ng-container>\n\n <ng-container matColumnDef=\"flag\">\n <th mat-header-cell class=\"flag-col header-cell\" *matHeaderCellDef>\n <mat-form-field class=\"adf-flag-form-field\" appearance=\"fill\" floatLabel=\"auto\">\n <input class=\"flag-input\" [placeholder]=\"(isEnabled ? 'CORE.FEATURE-FLAGS.FILTER_OR_ADD_NEW' : 'CORE.FEATURE-FLAGS.FILTER') | translate\" matInput type=\"text\" [(ngModel)]=\"inputValue\" (keyup)=\"onInputChange(inputValue)\" (keypress)=\"onAdd($event)\">\n </mat-form-field>\n </th>\n <td mat-cell class=\"flag-col\" *matCellDef=\"let element\">{{ element.flag }}</td>\n </ng-container>\n\n <ng-container matColumnDef=\"value\">\n <th mat-header-cell class=\"adf-val-col header-cell\" *matHeaderCellDef>\n <div class=\"adf-input-field-buttons-container\">\n <button *ngIf=\"showPlusButton$ | async\" mat-icon-button title=\"{{'CORE.FEATURE-FLAGS.ADD_NEW' | translate}}\" color=\"accent\" (click)=\"onAddButtonClick()\">\n <mat-icon class=\"material-icons-outlined\" fontIcon=\"add_circle\" />\n </button>\n <button *ngIf=\"inputValue\" matSuffix mat-icon-button aria-label=\"Clear\" (click)=\"onClearInput()\" class=\"adf-clear-button\">\n <mat-icon>cancel</mat-icon>\n </button>\n </div>\n </th>\n <td mat-cell class=\"adf-val-col\" *matCellDef=\"let element\">\n <mat-slide-toggle\n [checked]=\"element.value\"\n (change)=\"onChange(element.flag, $event.checked)\"\n [disabled]=\"!isEnabled\" />\n </td>\n </ng-container>\n\n <tr mat-header-row *matHeaderRowDef=\"displayedColumns; sticky: true\"></tr>\n <tr mat-row *matRowDef=\"let row; columns: displayedColumns\"></tr>\n </table>\n</ng-container>\n\n<ng-template #flagFromApi>\n <mat-icon class=\"material-icons-outlined\">cloud</mat-icon>\n</ng-template>\n\n", styles: [".adf-feature-flags-overrides-header{position:sticky;top:0;height:64px;z-index:101;display:flex}.adf-feature-flags-overrides-header .adf-activity-indicator{margin-right:12px;position:relative;top:-2px}.adf-feature-flags-overrides-header-text{flex:1}.adf-feature-flags-overrides-header-close{margin-left:12px}.adf-feature-flags-overrides-table{width:100%}.adf-feature-flags-overrides-table .adf-search-icon{position:relative;top:4px}.adf-feature-flags-overrides-table .adf-flag-form-field{width:100%;display:flex}.adf-feature-flags-overrides-table .adf-flag-form-field .mat-mdc-form-field-subscript-wrapper,.adf-feature-flags-overrides-table .adf-flag-form-field .mdc-line-ripple{display:none}.adf-feature-flags-overrides-table .adf-input-field-buttons-container{display:flex;justify-content:flex-end}.adf-feature-flags-overrides-table .adf-clear-button{margin-left:-14px}.adf-feature-flags-overrides-table .adf-fictive-flag-button{margin-left:-12px}.adf-feature-flags-overrides-table .adf-fictive-flag-button .adf-custom-flag-icon{display:block}.adf-feature-flags-overrides-table .adf-fictive-flag-button .adf-trash-icon,.adf-feature-flags-overrides-table .adf-fictive-flag-button:hover .adf-custom-flag-icon{display:none}.adf-feature-flags-overrides-table .adf-fictive-flag-button:hover .adf-trash-icon{display:block}.adf-feature-flags-overrides-table .adf-icon-col{width:56px;padding-left:24px}.adf-feature-flags-overrides-table .adf-val-col{width:85px}\n"], dependencies: [{ kind: "component", type: FlagsOverrideComponent, selector: "adf-feature-flags-override-indicator", inputs: ["size"] }, { kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "pipe", type: i1.AsyncPipe, name: "async" }, { kind: "ngmodule", type: FormsModule }, { kind: "directive", type: i2.DefaultValueAccessor, selector: "input:not([type=checkbox])[formControlName],textarea[formControlName],input:not([type=checkbox])[formControl],textarea[formControl],input:not([type=checkbox])[ngModel],textarea[ngModel],[ngDefaultControl]" }, { kind: "directive", type: i2.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i2.NgModel, selector: "[ngModel]:not([formControlName]):not([formControl])", inputs: ["name", "disabled", "ngModel", "ngModelOptions"], outputs: ["ngModelChange"], exportAs: ["ngModel"] }, { kind: "ngmodule", type: MatTableModule }, { kind: "component", type: i3.MatTable, selector: "mat-table, table[mat-table]", exportAs: ["matTable"] }, { kind: "directive", type: i3.MatHeaderCellDef, selector: "[matHeaderCellDef]" }, { kind: "directive", type: i3.MatHeaderRowDef, selector: "[matHeaderRowDef]", inputs: ["matHeaderRowDef", "matHeaderRowDefSticky"] }, { kind: "directive", type: i3.MatColumnDef, selector: "[matColumnDef]", inputs: ["sticky", "matColumnDef"] }, { kind: "directive", type: i3.MatCellDef, selector: "[matCellDef]" }, { kind: "directive", type: i3.MatRowDef, selector: "[matRowDef]", inputs: ["matRowDefColumns", "matRowDefWhen"] }, { kind: "directive", type: i3.MatHeaderCell, selector: "mat-header-cell, th[mat-header-cell]" }, { kind: "directive", type: i3.MatCell, selector: "mat-cell, td[mat-cell]" }, { kind: "component", type: i3.MatHeaderRow, selector: "mat-header-row, tr[mat-header-row]", exportAs: ["matHeaderRow"] }, { kind: "component", type: i3.MatRow, selector: "mat-row, tr[mat-row]", exportAs: ["matRow"] }, { kind: "ngmodule", type: MatSlideToggleModule }, { kind: "component", type: i4.MatSlideToggle, selector: "mat-slide-toggle", inputs: ["name", "id", "labelPosition", "aria-label", "aria-labelledby", "aria-describedby", "required", "color", "disabled", "disableRipple", "tabIndex", "checked", "hideIcon"], outputs: ["change", "toggleChange"], exportAs: ["matSlideToggle"] }, { kind: "ngmodule", type: MatToolbarModule }, { kind: "component", type: i5.MatToolbar, selector: "mat-toolbar", inputs: ["color"], exportAs: ["matToolbar"] }, { kind: "ngmodule", type: MatIconModule }, { kind: "component", type: i6.MatIcon, selector: "mat-icon", inputs: ["color", "inline", "svgIcon", "fontSet", "fontIcon"], exportAs: ["matIcon"] }, { kind: "ngmodule", type: MatButtonModule }, { kind: "component", type: i7.MatIconButton, selector: "button[mat-icon-button]", exportAs: ["matButton"] }, { kind: "ngmodule", type: MatInputModule }, { kind: "directive", type: i8.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: i9.MatFormField, selector: "mat-form-field", inputs: ["hideRequiredMarker", "color", "floatLabel", "appearance", "subscriptSizing", "hintLabel"], exportAs: ["matFormField"] }, { kind: "directive", type: i9.MatSuffix, selector: "[matSuffix], [matIconSuffix], [matTextSuffix]", inputs: ["matTextSuffix"] }, { kind: "ngmodule", type: MatDialogModule }, { kind: "directive", type: i10.MatDialogClose, selector: "[mat-dialog-close], [matDialogClose]", inputs: ["aria-label", "type", "mat-dialog-close", "matDialogClose"], exportAs: ["matDialogClose"] }, { kind: "ngmodule", type: TranslateModule }, { kind: "pipe", type: i11.TranslatePipe, name: "translate" }], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None }); }
177
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.6", ngImport: i0, type: FlagsComponent, deps: [{ token: FeaturesServiceToken }, { token: WritableFeaturesServiceToken }], target: i0.ɵɵFactoryTarget.Component }); }
178
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.6", type: FlagsComponent, isStandalone: true, selector: "adf-feature-flags-overrides", ngImport: i0, template: "<mat-toolbar class=\"adf-feature-flags-overrides-header\">\n <div class=\"adf-feature-flags-overrides-header-text\" tabindex=\"0\">\n <adf-feature-flags-override-indicator\n class=\"adf-activity-indicator\"\n size='large' />\n <span>{{ \"CORE.FEATURE-FLAGS.OVERRIDES\" | translate }}</span>\n </div>\n <mat-slide-toggle\n [checked]=\"isEnabled\"\n (change)=\"onEnable($event.checked)\" />\n <button\n class=\"adf-feature-flags-overrides-header-close\"\n mat-icon-button\n mat-dialog-close>\n <mat-icon>close</mat-icon>\n </button>\n</mat-toolbar>\n\n<ng-container *ngIf=\"flags$ | async as flags\">\n <table mat-table [dataSource]=\"flags\" class=\"adf-feature-flags-overrides-table mat-elevation-z0\">\n <ng-container matColumnDef=\"icon\">\n <th mat-header-cell class=\"adf-icon-col adf-header-cell\" *matHeaderCellDef>\n <mat-icon class=\"material-icons-outlined adf-search-icon\">search</mat-icon>\n </th>\n <td mat-cell class=\"adf-icon-col\" *matCellDef=\"let element\">\n <button mat-icon-button *ngIf=\"element.fictive; else flagFromApi\" class=\"adf-fictive-flag-button\" (click)=\"onDelete(element.flag)\">\n <mat-icon class=\"material-icons-outlined adf-custom-flag-icon\" fontIcon=\"memory\" />\n <mat-icon class=\"material-icons-outlined adf-trash-icon\" fontIcon=\"delete\" />\n </button>\n </td>\n </ng-container>\n\n <ng-container matColumnDef=\"flag\">\n <th mat-header-cell class=\"flag-col header-cell\" *matHeaderCellDef>\n <mat-form-field class=\"adf-flag-form-field\" appearance=\"fill\" floatLabel=\"auto\">\n <input class=\"flag-input\" [placeholder]=\"(isEnabled ? 'CORE.FEATURE-FLAGS.FILTER_OR_ADD_NEW' : 'CORE.FEATURE-FLAGS.FILTER') | translate\" matInput type=\"text\" [(ngModel)]=\"inputValue\" (keyup)=\"onInputChange(inputValue)\" (keypress)=\"onAdd($event)\">\n </mat-form-field>\n </th>\n <td mat-cell class=\"flag-col\" *matCellDef=\"let element\">{{ element.flag }}</td>\n </ng-container>\n\n <ng-container matColumnDef=\"value\">\n <th mat-header-cell class=\"adf-val-col header-cell\" *matHeaderCellDef>\n <div class=\"adf-input-field-buttons-container\">\n <button *ngIf=\"showPlusButton$ | async\" mat-icon-button title=\"{{'CORE.FEATURE-FLAGS.ADD_NEW' | translate}}\" color=\"accent\" (click)=\"onAddButtonClick()\">\n <mat-icon class=\"material-icons-outlined\" fontIcon=\"add_circle\" />\n </button>\n <button *ngIf=\"inputValue\" matSuffix mat-icon-button aria-label=\"Clear\" (click)=\"onClearInput()\" class=\"adf-clear-button\">\n <mat-icon>cancel</mat-icon>\n </button>\n </div>\n </th>\n <td mat-cell class=\"adf-val-col\" *matCellDef=\"let element\">\n <mat-slide-toggle\n [checked]=\"element.value\"\n (change)=\"onChange(element.flag, $event.checked)\"\n [disabled]=\"!isEnabled\" />\n </td>\n </ng-container>\n\n <tr mat-header-row *matHeaderRowDef=\"displayedColumns; sticky: true\"></tr>\n <tr mat-row *matRowDef=\"let row; columns: displayedColumns\"></tr>\n </table>\n</ng-container>\n\n<ng-template #flagFromApi>\n <mat-icon class=\"material-icons-outlined\">cloud</mat-icon>\n</ng-template>\n\n", styles: [".adf-feature-flags-overrides-header{position:sticky;top:0;height:64px;z-index:101;display:flex}.adf-feature-flags-overrides-header .adf-activity-indicator{margin-right:12px;position:relative;top:-2px}.adf-feature-flags-overrides-header-text{flex:1}.adf-feature-flags-overrides-header-close{margin-left:12px}.adf-feature-flags-overrides-table{width:100%}.adf-feature-flags-overrides-table .adf-search-icon{position:relative;top:4px}.adf-feature-flags-overrides-table .adf-flag-form-field{width:100%;display:flex}.adf-feature-flags-overrides-table .adf-flag-form-field .mat-mdc-form-field-subscript-wrapper,.adf-feature-flags-overrides-table .adf-flag-form-field .mdc-line-ripple{display:none}.adf-feature-flags-overrides-table .adf-input-field-buttons-container{display:flex;justify-content:flex-end}.adf-feature-flags-overrides-table .adf-clear-button{margin-left:-14px}.adf-feature-flags-overrides-table .adf-fictive-flag-button{margin-left:-12px}.adf-feature-flags-overrides-table .adf-fictive-flag-button .adf-custom-flag-icon{display:block}.adf-feature-flags-overrides-table .adf-fictive-flag-button .adf-trash-icon,.adf-feature-flags-overrides-table .adf-fictive-flag-button:hover .adf-custom-flag-icon{display:none}.adf-feature-flags-overrides-table .adf-fictive-flag-button:hover .adf-trash-icon{display:block}.adf-feature-flags-overrides-table .adf-icon-col{width:56px;padding-left:24px}.adf-feature-flags-overrides-table .adf-val-col{width:85px}\n"], dependencies: [{ kind: "component", type: FlagsOverrideComponent, selector: "adf-feature-flags-override-indicator", inputs: ["size"] }, { kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "pipe", type: i1.AsyncPipe, name: "async" }, { kind: "ngmodule", type: FormsModule }, { kind: "directive", type: i2.DefaultValueAccessor, selector: "input:not([type=checkbox])[formControlName],textarea[formControlName],input:not([type=checkbox])[formControl],textarea[formControl],input:not([type=checkbox])[ngModel],textarea[ngModel],[ngDefaultControl]" }, { kind: "directive", type: i2.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i2.NgModel, selector: "[ngModel]:not([formControlName]):not([formControl])", inputs: ["name", "disabled", "ngModel", "ngModelOptions"], outputs: ["ngModelChange"], exportAs: ["ngModel"] }, { kind: "ngmodule", type: MatTableModule }, { kind: "component", type: i3.MatTable, selector: "mat-table, table[mat-table]", exportAs: ["matTable"] }, { kind: "directive", type: i3.MatHeaderCellDef, selector: "[matHeaderCellDef]" }, { kind: "directive", type: i3.MatHeaderRowDef, selector: "[matHeaderRowDef]", inputs: ["matHeaderRowDef", "matHeaderRowDefSticky"] }, { kind: "directive", type: i3.MatColumnDef, selector: "[matColumnDef]", inputs: ["matColumnDef"] }, { kind: "directive", type: i3.MatCellDef, selector: "[matCellDef]" }, { kind: "directive", type: i3.MatRowDef, selector: "[matRowDef]", inputs: ["matRowDefColumns", "matRowDefWhen"] }, { kind: "directive", type: i3.MatHeaderCell, selector: "mat-header-cell, th[mat-header-cell]" }, { kind: "directive", type: i3.MatCell, selector: "mat-cell, td[mat-cell]" }, { kind: "component", type: i3.MatHeaderRow, selector: "mat-header-row, tr[mat-header-row]", exportAs: ["matHeaderRow"] }, { kind: "component", type: i3.MatRow, selector: "mat-row, tr[mat-row]", exportAs: ["matRow"] }, { kind: "ngmodule", type: MatSlideToggleModule }, { kind: "component", type: i4.MatSlideToggle, selector: "mat-slide-toggle", inputs: ["name", "id", "labelPosition", "aria-label", "aria-labelledby", "aria-describedby", "required", "color", "disabled", "disableRipple", "tabIndex", "checked", "hideIcon", "disabledInteractive"], outputs: ["change", "toggleChange"], exportAs: ["matSlideToggle"] }, { kind: "ngmodule", type: MatToolbarModule }, { kind: "component", type: i5.MatToolbar, selector: "mat-toolbar", inputs: ["color"], exportAs: ["matToolbar"] }, { kind: "ngmodule", type: MatIconModule }, { kind: "component", type: i6.MatIcon, selector: "mat-icon", inputs: ["color", "inline", "svgIcon", "fontSet", "fontIcon"], exportAs: ["matIcon"] }, { kind: "ngmodule", type: MatButtonModule }, { kind: "component", type: i7.MatIconButton, selector: "button[mat-icon-button]", exportAs: ["matButton"] }, { kind: "ngmodule", type: MatInputModule }, { kind: "directive", type: i8.MatInput, selector: "input[matInput], textarea[matInput], select[matNativeControl], input[matNativeControl], textarea[matNativeControl]", inputs: ["disabled", "id", "placeholder", "name", "required", "type", "errorStateMatcher", "aria-describedby", "value", "readonly", "disabledInteractive"], exportAs: ["matInput"] }, { kind: "component", type: i8.MatFormField, selector: "mat-form-field", inputs: ["hideRequiredMarker", "color", "floatLabel", "appearance", "subscriptSizing", "hintLabel"], exportAs: ["matFormField"] }, { kind: "directive", type: i8.MatSuffix, selector: "[matSuffix], [matIconSuffix], [matTextSuffix]", inputs: ["matTextSuffix"] }, { kind: "ngmodule", type: MatDialogModule }, { kind: "directive", type: i9.MatDialogClose, selector: "[mat-dialog-close], [matDialogClose]", inputs: ["aria-label", "type", "mat-dialog-close", "matDialogClose"], exportAs: ["matDialogClose"] }, { kind: "ngmodule", type: TranslateModule }, { kind: "pipe", type: i10.TranslatePipe, name: "translate" }], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None }); }
180
179
  }
181
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.3", ngImport: i0, type: FlagsComponent, decorators: [{
180
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.6", ngImport: i0, type: FlagsComponent, decorators: [{
182
181
  type: Component,
183
- args: [{ selector: 'adf-feature-flags-overrides', standalone: true, imports: [
182
+ args: [{ selector: 'adf-feature-flags-overrides', imports: [
184
183
  FlagsOverrideComponent,
185
184
  CommonModule,
186
185
  FormsModule,
@@ -218,16 +217,16 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.3", ngImpor
218
217
  * limitations under the License.
219
218
  */
220
219
  class FeatureFlagsWrapperComponent {
221
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.3", ngImport: i0, type: FeatureFlagsWrapperComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
222
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.1.3", type: FeatureFlagsWrapperComponent, isStandalone: true, selector: "adf-feature-flags-wrapper", ngImport: i0, template: `
220
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.6", ngImport: i0, type: FeatureFlagsWrapperComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
221
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.6", type: FeatureFlagsWrapperComponent, isStandalone: true, selector: "adf-feature-flags-wrapper", ngImport: i0, template: `
223
222
  <div class="adf-feature-flags-wrapper">
224
223
  <adf-feature-flags-overrides />
225
224
  </div>
226
225
  `, isInline: true, styles: [".adf-feature-flags-wrapper{width:100%;height:100%}\n"], dependencies: [{ kind: "component", type: FlagsComponent, selector: "adf-feature-flags-overrides" }] }); }
227
226
  }
228
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.3", ngImport: i0, type: FeatureFlagsWrapperComponent, decorators: [{
227
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.6", ngImport: i0, type: FeatureFlagsWrapperComponent, decorators: [{
229
228
  type: Component,
230
- args: [{ selector: 'adf-feature-flags-wrapper', standalone: true, imports: [FlagsComponent], template: `
229
+ args: [{ selector: 'adf-feature-flags-wrapper', imports: [FlagsComponent], template: `
231
230
  <div class="adf-feature-flags-wrapper">
232
231
  <adf-feature-flags-overrides />
233
232
  </div>
@@ -275,10 +274,10 @@ class FeaturesDirective {
275
274
  this.hasView = false;
276
275
  }
277
276
  }
278
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.3", ngImport: i0, type: FeaturesDirective, deps: [{ token: FeaturesServiceToken }, { token: i0.TemplateRef }, { token: i0.ViewContainerRef }], target: i0.ɵɵFactoryTarget.Directive }); }
279
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.1.3", type: FeaturesDirective, isStandalone: true, selector: "[adfForFeatures]", inputs: { adfForFeatures: "adfForFeatures" }, ngImport: i0 }); }
277
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.6", ngImport: i0, type: FeaturesDirective, deps: [{ token: FeaturesServiceToken }, { token: i0.TemplateRef }, { token: i0.ViewContainerRef }], target: i0.ɵɵFactoryTarget.Directive }); }
278
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.6", type: FeaturesDirective, isStandalone: true, selector: "[adfForFeatures]", inputs: { adfForFeatures: "adfForFeatures" }, ngImport: i0 }); }
280
279
  }
281
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.3", ngImport: i0, type: FeaturesDirective, decorators: [{
280
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.6", ngImport: i0, type: FeaturesDirective, decorators: [{
282
281
  type: Directive,
283
282
  args: [{
284
283
  /* eslint-disable-next-line @angular-eslint/directive-selector */
@@ -333,10 +332,10 @@ class NotFeaturesDirective {
333
332
  this.hasView = false;
334
333
  }
335
334
  }
336
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.3", ngImport: i0, type: NotFeaturesDirective, deps: [{ token: FeaturesServiceToken }, { token: i0.TemplateRef }, { token: i0.ViewContainerRef }], target: i0.ɵɵFactoryTarget.Directive }); }
337
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.1.3", type: NotFeaturesDirective, isStandalone: true, selector: "[adfNotForFeatures]", inputs: { adfNotForFeatures: "adfNotForFeatures" }, ngImport: i0 }); }
335
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.6", ngImport: i0, type: NotFeaturesDirective, deps: [{ token: FeaturesServiceToken }, { token: i0.TemplateRef }, { token: i0.ViewContainerRef }], target: i0.ɵɵFactoryTarget.Directive }); }
336
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.6", type: NotFeaturesDirective, isStandalone: true, selector: "[adfNotForFeatures]", inputs: { adfNotForFeatures: "adfNotForFeatures" }, ngImport: i0 }); }
338
337
  }
339
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.3", ngImport: i0, type: NotFeaturesDirective, decorators: [{
338
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.6", ngImport: i0, type: NotFeaturesDirective, decorators: [{
340
339
  type: Directive,
341
340
  args: [{
342
341
  /* eslint-disable-next-line @angular-eslint/directive-selector */
@@ -374,10 +373,10 @@ class IsFeatureOn {
374
373
  canMatch(route) {
375
374
  return this.featuresServiceToken.isOn$(route?.data?.['feature']);
376
375
  }
377
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.3", ngImport: i0, type: IsFeatureOn, deps: [{ token: FeaturesServiceToken }], target: i0.ɵɵFactoryTarget.Injectable }); }
378
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.1.3", ngImport: i0, type: IsFeatureOn, providedIn: 'root' }); }
376
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.6", ngImport: i0, type: IsFeatureOn, deps: [{ token: FeaturesServiceToken }], target: i0.ɵɵFactoryTarget.Injectable }); }
377
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.6", ngImport: i0, type: IsFeatureOn, providedIn: 'root' }); }
379
378
  }
380
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.3", ngImport: i0, type: IsFeatureOn, decorators: [{
379
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.6", ngImport: i0, type: IsFeatureOn, decorators: [{
381
380
  type: Injectable,
382
381
  args: [{ providedIn: 'root' }]
383
382
  }], ctorParameters: () => [{ type: undefined, decorators: [{
@@ -409,10 +408,10 @@ class IsFeatureOff {
409
408
  canMatch(route) {
410
409
  return this.featuresServiceToken.isOff$(route?.data?.['feature']);
411
410
  }
412
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.3", ngImport: i0, type: IsFeatureOff, deps: [{ token: FeaturesServiceToken }], target: i0.ɵɵFactoryTarget.Injectable }); }
413
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.1.3", ngImport: i0, type: IsFeatureOff, providedIn: 'root' }); }
411
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.6", ngImport: i0, type: IsFeatureOff, deps: [{ token: FeaturesServiceToken }], target: i0.ɵɵFactoryTarget.Injectable }); }
412
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.6", ngImport: i0, type: IsFeatureOff, providedIn: 'root' }); }
414
413
  }
415
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.3", ngImport: i0, type: IsFeatureOff, decorators: [{
414
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.6", ngImport: i0, type: IsFeatureOff, decorators: [{
416
415
  type: Injectable,
417
416
  args: [{ providedIn: 'root' }]
418
417
  }], ctorParameters: () => [{ type: undefined, decorators: [{
@@ -444,10 +443,10 @@ class IsFlagsOverrideOn {
444
443
  canMatch() {
445
444
  return !!this.devToolsToken;
446
445
  }
447
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.3", ngImport: i0, type: IsFlagsOverrideOn, deps: [{ token: FlagsOverrideToken, optional: true }], target: i0.ɵɵFactoryTarget.Injectable }); }
448
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.1.3", ngImport: i0, type: IsFlagsOverrideOn, providedIn: 'root' }); }
446
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.6", ngImport: i0, type: IsFlagsOverrideOn, deps: [{ token: FlagsOverrideToken, optional: true }], target: i0.ɵɵFactoryTarget.Injectable }); }
447
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.6", ngImport: i0, type: IsFlagsOverrideOn, providedIn: 'root' }); }
449
448
  }
450
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.3", ngImport: i0, type: IsFlagsOverrideOn, decorators: [{
449
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.6", ngImport: i0, type: IsFlagsOverrideOn, decorators: [{
451
450
  type: Injectable,
452
451
  args: [{ providedIn: 'root' }]
453
452
  }], ctorParameters: () => [{ type: undefined, decorators: [{
@@ -487,10 +486,10 @@ class DummyFeaturesService {
487
486
  getFlags$() {
488
487
  return of({});
489
488
  }
490
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.3", ngImport: i0, type: DummyFeaturesService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
491
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.1.3", ngImport: i0, type: DummyFeaturesService }); }
489
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.6", ngImport: i0, type: DummyFeaturesService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
490
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.6", ngImport: i0, type: DummyFeaturesService }); }
492
491
  }
493
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.3", ngImport: i0, type: DummyFeaturesService, decorators: [{
492
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.6", ngImport: i0, type: DummyFeaturesService, decorators: [{
494
493
  type: Injectable
495
494
  }] });
496
495
 
@@ -663,10 +662,10 @@ class StorageFeaturesService {
663
662
  });
664
663
  this.flags.next(mergedFlags);
665
664
  }
666
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.3", ngImport: i0, type: StorageFeaturesService, deps: [{ token: i1$1.StorageService }, { token: WritableFeaturesServiceConfigToken, optional: true }], target: i0.ɵɵFactoryTarget.Injectable }); }
667
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.1.3", ngImport: i0, type: StorageFeaturesService, providedIn: 'root' }); }
665
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.6", ngImport: i0, type: StorageFeaturesService, deps: [{ token: i1$1.StorageService }, { token: WritableFeaturesServiceConfigToken, optional: true }], target: i0.ɵɵFactoryTarget.Injectable }); }
666
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.6", ngImport: i0, type: StorageFeaturesService, providedIn: 'root' }); }
668
667
  }
669
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.3", ngImport: i0, type: StorageFeaturesService, decorators: [{
668
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.6", ngImport: i0, type: StorageFeaturesService, decorators: [{
670
669
  type: Injectable,
671
670
  args: [{ providedIn: 'root' }]
672
671
  }], ctorParameters: () => [{ type: i1$1.StorageService }, { type: undefined, decorators: [{
@@ -735,10 +734,10 @@ class DebugFeaturesService {
735
734
  isEnabled$() {
736
735
  return this.isInDebugMode$;
737
736
  }
738
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.3", ngImport: i0, type: DebugFeaturesService, deps: [{ token: OverridableFeaturesServiceToken }, { token: WritableFeaturesServiceToken }, { token: i1$1.StorageService }, { token: WritableFeaturesServiceConfigToken, optional: true }], target: i0.ɵɵFactoryTarget.Injectable }); }
739
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.1.3", ngImport: i0, type: DebugFeaturesService }); }
737
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.6", ngImport: i0, type: DebugFeaturesService, deps: [{ token: OverridableFeaturesServiceToken }, { token: WritableFeaturesServiceToken }, { token: i1$1.StorageService }, { token: WritableFeaturesServiceConfigToken, optional: true }], target: i0.ɵɵFactoryTarget.Injectable }); }
738
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.6", ngImport: i0, type: DebugFeaturesService }); }
740
739
  }
741
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.3", ngImport: i0, type: DebugFeaturesService, decorators: [{
740
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.6", ngImport: i0, type: DebugFeaturesService, decorators: [{
742
741
  type: Injectable
743
742
  }], ctorParameters: () => [{ type: undefined, decorators: [{
744
743
  type: Inject,
@@ -800,10 +799,10 @@ class QaFeaturesHelper {
800
799
  });
801
800
  return enabled;
802
801
  }
803
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.3", ngImport: i0, type: QaFeaturesHelper, deps: [{ token: i0.ApplicationRef }, { token: FeaturesServiceToken }], target: i0.ɵɵFactoryTarget.Injectable }); }
804
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.1.3", ngImport: i0, type: QaFeaturesHelper }); }
802
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.6", ngImport: i0, type: QaFeaturesHelper, deps: [{ token: i0.ApplicationRef }, { token: FeaturesServiceToken }], target: i0.ɵɵFactoryTarget.Injectable }); }
803
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.6", ngImport: i0, type: QaFeaturesHelper }); }
805
804
  }
806
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.3", ngImport: i0, type: QaFeaturesHelper, decorators: [{
805
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.6", ngImport: i0, type: QaFeaturesHelper, decorators: [{
807
806
  type: Injectable
808
807
  }], ctorParameters: () => [{ type: i0.ApplicationRef }, { type: DebugFeaturesService, decorators: [{
809
808
  type: Inject,
@@ -838,20 +837,16 @@ function provideDebugFeatureFlags(config) {
838
837
  { provide: WritableFeaturesServiceConfigToken, useValue: config },
839
838
  { provide: WritableFeaturesServiceToken, useClass: StorageFeaturesService },
840
839
  { provide: QaFeaturesHelper, useClass: QaFeaturesHelper },
841
- {
842
- provide: APP_INITIALIZER,
843
- useFactory: (featuresService) => () => featuresService.init(),
844
- deps: [WritableFeaturesServiceToken],
845
- multi: true
846
- },
847
- {
848
- provide: APP_INITIALIZER,
849
- useFactory: (qaFeaturesHelper, document) => () => {
840
+ provideAppInitializer(() => {
841
+ const initializerFn = ((featuresService) => () => featuresService.init())(inject(WritableFeaturesServiceToken));
842
+ return initializerFn();
843
+ }),
844
+ provideAppInitializer(() => {
845
+ const initializerFn = ((qaFeaturesHelper, document) => () => {
850
846
  document[config.helperExposeKeyOnDocument ?? 'featureOverrides'] = qaFeaturesHelper;
851
- },
852
- deps: [QaFeaturesHelper, DOCUMENT],
853
- multi: true
854
- }
847
+ })(inject(QaFeaturesHelper), inject(DOCUMENT));
848
+ return initializerFn();
849
+ })
855
850
  ];
856
851
  }
857
852