@alfresco/adf-core 7.0.0-alpha.8-13161984194 → 7.0.0-alpha.8-13178609839

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 (953) hide show
  1. package/api/index.d.ts +1 -1
  2. package/api/lib/alfresco-api/alfresco-api.param-encoder.d.ts +1 -1
  3. package/api/lib/alfresco-api/alfresco-api.response-error.d.ts +1 -1
  4. package/api/lib/alfresco-api/alfresco-api.utils.d.ts +1 -1
  5. package/api/lib/interfaces.d.ts +1 -1
  6. package/api/lib/types.d.ts +1 -1
  7. package/auth/authentication-interceptor/authentication.interceptor.d.ts +1 -1
  8. package/auth/authentication.d.ts +1 -1
  9. package/auth/index.d.ts +1 -1
  10. package/breadcrumbs/components/breadcrumb/breadcrumb.component.d.ts +1 -1
  11. package/breadcrumbs/components/breadcrumb-item/breadcrumb-item.component.d.ts +1 -1
  12. package/breadcrumbs/directives/breadcrumb-focus.directive.d.ts +1 -1
  13. package/breadcrumbs/index.d.ts +1 -1
  14. package/esm2022/api/index.mjs +2 -2
  15. package/esm2022/api/lib/adf-http-client.service.mjs +2 -2
  16. package/esm2022/api/lib/alfresco-api/alfresco-api.param-encoder.mjs +2 -2
  17. package/esm2022/api/lib/alfresco-api/alfresco-api.response-error.mjs +2 -2
  18. package/esm2022/api/lib/alfresco-api/alfresco-api.utils.mjs +2 -2
  19. package/esm2022/api/lib/interfaces.mjs +2 -2
  20. package/esm2022/api/lib/types.mjs +2 -2
  21. package/esm2022/auth/authentication-interceptor/authentication.interceptor.mjs +2 -2
  22. package/esm2022/auth/authentication.mjs +2 -2
  23. package/esm2022/auth/index.mjs +2 -2
  24. package/esm2022/breadcrumbs/components/breadcrumb/breadcrumb.component.mjs +2 -2
  25. package/esm2022/breadcrumbs/components/breadcrumb-item/breadcrumb-item.component.mjs +2 -2
  26. package/esm2022/breadcrumbs/directives/breadcrumb-focus.directive.mjs +2 -2
  27. package/esm2022/breadcrumbs/index.mjs +2 -2
  28. package/esm2022/feature-flags/index.mjs +2 -2
  29. package/esm2022/feature-flags/lib/components/feature-flags-wrapper.mjs +2 -2
  30. package/esm2022/feature-flags/lib/components/feature-override-indicator.component.mjs +2 -2
  31. package/esm2022/feature-flags/lib/components/flags/flags.component.mjs +2 -2
  32. package/esm2022/feature-flags/lib/directives/features.directive.mjs +2 -2
  33. package/esm2022/feature-flags/lib/directives/not-features.directive.mjs +2 -2
  34. package/esm2022/feature-flags/lib/guards/is-feature-off.guard.mjs +2 -2
  35. package/esm2022/feature-flags/lib/guards/is-feature-on.guard.mjs +2 -2
  36. package/esm2022/feature-flags/lib/guards/is-flags-override-on.guard.mjs +2 -2
  37. package/esm2022/feature-flags/lib/interfaces/features.interface.mjs +2 -2
  38. package/esm2022/feature-flags/lib/mocks/features-service-mock.factory.mjs +2 -2
  39. package/esm2022/feature-flags/lib/providers/debug-feature-flags.provider.mjs +2 -2
  40. package/esm2022/feature-flags/lib/providers/dummy-feature-flags.provider.mjs +2 -2
  41. package/esm2022/feature-flags/lib/services/debug-features.service.mjs +2 -2
  42. package/esm2022/feature-flags/lib/services/dummy-features.service.mjs +2 -2
  43. package/esm2022/feature-flags/lib/services/flagset.parser.mjs +2 -2
  44. package/esm2022/feature-flags/lib/services/qa-features.helper.mjs +2 -2
  45. package/esm2022/feature-flags/lib/services/storage-features.service.mjs +2 -2
  46. package/esm2022/lib/about/about-extension-list/about-extension-list.component.mjs +2 -2
  47. package/esm2022/lib/about/about-license-list/about-license-list.component.mjs +2 -2
  48. package/esm2022/lib/about/about-module-list/module-list.component.mjs +2 -2
  49. package/esm2022/lib/about/about-package/package-list.component.mjs +2 -2
  50. package/esm2022/lib/about/about-panel.directive.mjs +2 -2
  51. package/esm2022/lib/about/about-repository-info/about-repository-info.component.mjs +2 -2
  52. package/esm2022/lib/about/about-repository-info/repository-info.interface.mjs +2 -2
  53. package/esm2022/lib/about/about-server-settings/about-server-settings.component.mjs +2 -2
  54. package/esm2022/lib/about/about-status-list/about-status-list.component.mjs +2 -2
  55. package/esm2022/lib/about/about.component.mjs +2 -2
  56. package/esm2022/lib/about/about.module.mjs +2 -2
  57. package/esm2022/lib/about/index.mjs +2 -2
  58. package/esm2022/lib/about/interfaces.mjs +2 -2
  59. package/esm2022/lib/about/public-api.mjs +2 -2
  60. package/esm2022/lib/app-config/app-config-storage-prefix.factory.mjs +2 -2
  61. package/esm2022/lib/app-config/app-config.loader.mjs +2 -2
  62. package/esm2022/lib/app-config/app-config.module.mjs +2 -2
  63. package/esm2022/lib/app-config/app-config.pipe.mjs +2 -2
  64. package/esm2022/lib/app-config/app-config.service.mjs +2 -2
  65. package/esm2022/lib/app-config/debug-app-config.service.mjs +2 -2
  66. package/esm2022/lib/app-config/index.mjs +2 -2
  67. package/esm2022/lib/app-config/public-api.mjs +2 -2
  68. package/esm2022/lib/auth/authentication-interceptor/auth-bearer.interceptor.mjs +2 -2
  69. package/esm2022/lib/auth/basic-auth/basic-alfresco-auth.service.mjs +2 -2
  70. package/esm2022/lib/auth/basic-auth/content-auth.mjs +2 -2
  71. package/esm2022/lib/auth/basic-auth/process-auth.mjs +2 -2
  72. package/esm2022/lib/auth/guard/auth-guard-bpm.service.mjs +2 -2
  73. package/esm2022/lib/auth/guard/auth-guard-ecm.service.mjs +2 -2
  74. package/esm2022/lib/auth/guard/auth-guard-sso-role.service.mjs +2 -2
  75. package/esm2022/lib/auth/guard/auth-guard.mjs +2 -2
  76. package/esm2022/lib/auth/guard/auth-guard.service.mjs +2 -2
  77. package/esm2022/lib/auth/index.mjs +2 -2
  78. package/esm2022/lib/auth/interfaces/authentication-service.interface.mjs +2 -2
  79. package/esm2022/lib/auth/interfaces/authentication.interface.mjs +2 -2
  80. package/esm2022/lib/auth/interfaces/identity-group.interface.mjs +2 -2
  81. package/esm2022/lib/auth/interfaces/identity-user.service.interface.mjs +2 -2
  82. package/esm2022/lib/auth/interfaces/openid-configuration.interface.mjs +2 -2
  83. package/esm2022/lib/auth/models/application-access.model.mjs +2 -2
  84. package/esm2022/lib/auth/models/identity-group.model.mjs +2 -2
  85. package/esm2022/lib/auth/models/identity-role.model.mjs +2 -2
  86. package/esm2022/lib/auth/models/identity-user.model.mjs +2 -2
  87. package/esm2022/lib/auth/models/oauth-config.model.mjs +2 -2
  88. package/esm2022/lib/auth/models/redirection.model.mjs +2 -2
  89. package/esm2022/lib/auth/models/user-access.model.mjs +2 -2
  90. package/esm2022/lib/auth/oidc/auth-config.mjs +2 -2
  91. package/esm2022/lib/auth/oidc/auth-config.service.mjs +2 -2
  92. package/esm2022/lib/auth/oidc/auth-routing.module.mjs +2 -2
  93. package/esm2022/lib/auth/oidc/auth.module.mjs +2 -2
  94. package/esm2022/lib/auth/oidc/auth.service.mjs +2 -2
  95. package/esm2022/lib/auth/oidc/oidc-auth.guard.mjs +2 -2
  96. package/esm2022/lib/auth/oidc/oidc-authentication.service.mjs +2 -2
  97. package/esm2022/lib/auth/oidc/public-api.mjs +2 -2
  98. package/esm2022/lib/auth/oidc/redirect-auth.service.mjs +2 -2
  99. package/esm2022/lib/auth/oidc/retry-login.service.mjs +2 -2
  100. package/esm2022/lib/auth/oidc/token.interceptor.mjs +2 -2
  101. package/esm2022/lib/auth/oidc/view/authentication-confirmation/authentication-confirmation.component.mjs +2 -2
  102. package/esm2022/lib/auth/public-api.mjs +2 -2
  103. package/esm2022/lib/auth/services/authentication.service.mjs +2 -2
  104. package/esm2022/lib/auth/services/base-authentication.service.mjs +2 -2
  105. package/esm2022/lib/auth/services/identity-group.service.mjs +2 -2
  106. package/esm2022/lib/auth/services/identity-role.service.mjs +2 -2
  107. package/esm2022/lib/auth/services/identity-user.service.mjs +2 -2
  108. package/esm2022/lib/auth/services/jwt-helper.service.mjs +2 -2
  109. package/esm2022/lib/auth/services/oauth2.service.mjs +2 -2
  110. package/esm2022/lib/auth/services/time-sync.service.mjs +2 -2
  111. package/esm2022/lib/auth/services/user-access.service.mjs +2 -2
  112. package/esm2022/lib/avatar/avatar.component.mjs +2 -2
  113. package/esm2022/lib/blank-page/blank-page.component.mjs +2 -2
  114. package/esm2022/lib/blank-page/blank-page.module.mjs +2 -2
  115. package/esm2022/lib/blank-page/index.mjs +2 -2
  116. package/esm2022/lib/blank-page/public-api.mjs +2 -2
  117. package/esm2022/lib/button/button.component.mjs +2 -2
  118. package/esm2022/lib/card-view/card-view.module.mjs +2 -2
  119. package/esm2022/lib/card-view/components/base-card-view.mjs +2 -2
  120. package/esm2022/lib/card-view/components/card-view/card-view.component.mjs +2 -2
  121. package/esm2022/lib/card-view/components/card-view-arrayitem/card-view-arrayitem.component.mjs +2 -2
  122. package/esm2022/lib/card-view/components/card-view-boolitem/card-view-boolitem.component.mjs +2 -2
  123. package/esm2022/lib/card-view/components/card-view-dateitem/card-view-dateitem.component.mjs +2 -2
  124. package/esm2022/lib/card-view/components/card-view-item-dispatcher/card-view-item-dispatcher.component.mjs +2 -2
  125. package/esm2022/lib/card-view/components/card-view-keyvaluepairsitem/card-view-keyvaluepairsitem.component.mjs +2 -2
  126. package/esm2022/lib/card-view/components/card-view-mapitem/card-view-mapitem.component.mjs +2 -2
  127. package/esm2022/lib/card-view/components/card-view-selectitem/card-view-selectitem.component.mjs +2 -2
  128. package/esm2022/lib/card-view/components/card-view-selectitem/select-filter-input/select-filter-input.component.mjs +2 -2
  129. package/esm2022/lib/card-view/components/card-view-textitem/card-view-textitem.component.mjs +2 -2
  130. package/esm2022/lib/card-view/components/card-view.components.mjs +2 -2
  131. package/esm2022/lib/card-view/index.mjs +2 -2
  132. package/esm2022/lib/card-view/interfaces/base-card-view-update.interface.mjs +2 -2
  133. package/esm2022/lib/card-view/interfaces/card-view-arrayitem-properties.interface.mjs +2 -2
  134. package/esm2022/lib/card-view/interfaces/card-view-boolitem-properties.interface.mjs +2 -2
  135. package/esm2022/lib/card-view/interfaces/card-view-dateitem-properties.interface.mjs +2 -2
  136. package/esm2022/lib/card-view/interfaces/card-view-item-properties.interface.mjs +2 -2
  137. package/esm2022/lib/card-view/interfaces/card-view-item-validator.interface.mjs +2 -2
  138. package/esm2022/lib/card-view/interfaces/card-view-item.interface.mjs +2 -2
  139. package/esm2022/lib/card-view/interfaces/card-view-keyvaluepairsitem-properties.interface.mjs +2 -2
  140. package/esm2022/lib/card-view/interfaces/card-view-selectitem-properties.interface.mjs +2 -2
  141. package/esm2022/lib/card-view/interfaces/card-view-textitem-pipe-property.interface.mjs +2 -2
  142. package/esm2022/lib/card-view/interfaces/card-view-textitem-properties.interface.mjs +2 -2
  143. package/esm2022/lib/card-view/interfaces/card-view.interfaces.mjs +2 -2
  144. package/esm2022/lib/card-view/interfaces/click-notification.interface.mjs +2 -2
  145. package/esm2022/lib/card-view/interfaces/update-notification.interface.mjs +2 -2
  146. package/esm2022/lib/card-view/models/card-view-arrayitem.model.mjs +2 -2
  147. package/esm2022/lib/card-view/models/card-view-baseitem.model.mjs +2 -2
  148. package/esm2022/lib/card-view/models/card-view-boolitem.model.mjs +2 -2
  149. package/esm2022/lib/card-view/models/card-view-dateitem.model.mjs +2 -2
  150. package/esm2022/lib/card-view/models/card-view-datetimeitem.model.mjs +2 -2
  151. package/esm2022/lib/card-view/models/card-view-floatitem.model.mjs +2 -2
  152. package/esm2022/lib/card-view/models/card-view-intitem.model.mjs +2 -2
  153. package/esm2022/lib/card-view/models/card-view-keyvaluepairs.model.mjs +2 -2
  154. package/esm2022/lib/card-view/models/card-view-longitem.model.mjs +2 -2
  155. package/esm2022/lib/card-view/models/card-view-mapitem.model.mjs +2 -2
  156. package/esm2022/lib/card-view/models/card-view-selectitem.model.mjs +2 -2
  157. package/esm2022/lib/card-view/models/card-view-textitem.model.mjs +2 -2
  158. package/esm2022/lib/card-view/models/card-view.models.mjs +2 -2
  159. package/esm2022/lib/card-view/public-api.mjs +2 -2
  160. package/esm2022/lib/card-view/services/card-item-types.service.mjs +2 -2
  161. package/esm2022/lib/card-view/services/card-view-update.service.mjs +2 -2
  162. package/esm2022/lib/card-view/services/card-view.services.mjs +2 -2
  163. package/esm2022/lib/card-view/validators/card-view-item-float.validator.mjs +2 -2
  164. package/esm2022/lib/card-view/validators/card-view-item-int.validator.mjs +2 -2
  165. package/esm2022/lib/card-view/validators/card-view-item-length.validator.mjs +2 -2
  166. package/esm2022/lib/card-view/validators/card-view-item-long.validator.mjs +2 -2
  167. package/esm2022/lib/card-view/validators/card-view-item-match.validator.mjs +2 -2
  168. package/esm2022/lib/card-view/validators/card-view-item-minmax.validator.mjs +2 -2
  169. package/esm2022/lib/card-view/validators/card-view-item-only-positive-int.validator.mjs +2 -2
  170. package/esm2022/lib/card-view/validators/card-view-item-only-positive-long.validator.mjs +2 -2
  171. package/esm2022/lib/card-view/validators/card-view.validators.mjs +2 -2
  172. package/esm2022/lib/card-view/validators/validators.map.mjs +2 -2
  173. package/esm2022/lib/clipboard/clipboard.directive.mjs +2 -2
  174. package/esm2022/lib/clipboard/clipboard.module.mjs +2 -2
  175. package/esm2022/lib/clipboard/clipboard.service.mjs +2 -2
  176. package/esm2022/lib/clipboard/index.mjs +2 -2
  177. package/esm2022/lib/clipboard/public-api.mjs +2 -2
  178. package/esm2022/lib/comments/comment-list/comment-list.component.mjs +2 -2
  179. package/esm2022/lib/comments/comment-list/comment-list.module.mjs +2 -2
  180. package/esm2022/lib/comments/comment-list/index.mjs +2 -2
  181. package/esm2022/lib/comments/comment-list/public-api.mjs +2 -2
  182. package/esm2022/lib/comments/comments.component.mjs +1 -1
  183. package/esm2022/lib/comments/comments.module.mjs +2 -2
  184. package/esm2022/lib/comments/index.mjs +2 -2
  185. package/esm2022/lib/comments/interfaces/comments-service.interface.mjs +2 -2
  186. package/esm2022/lib/comments/interfaces/comments.token.mjs +2 -2
  187. package/esm2022/lib/comments/public-api.mjs +2 -2
  188. package/esm2022/lib/common/index.mjs +2 -2
  189. package/esm2022/lib/common/interface/search-component.interface.mjs +2 -2
  190. package/esm2022/lib/common/mock/app-config.service.mock.mjs +2 -2
  191. package/esm2022/lib/common/models/default-languages.model.mjs +2 -2
  192. package/esm2022/lib/common/models/log-levels.model.mjs +2 -2
  193. package/esm2022/lib/common/models/user-info-mode.enum.mjs +2 -2
  194. package/esm2022/lib/common/services/cookie.service.mjs +2 -2
  195. package/esm2022/lib/common/services/download.service.mjs +2 -2
  196. package/esm2022/lib/common/services/dynamic-component-mapper.service.mjs +2 -2
  197. package/esm2022/lib/common/services/highlight-transform.service.mjs +2 -2
  198. package/esm2022/lib/common/services/language-item.interface.mjs +2 -2
  199. package/esm2022/lib/common/services/log.service.mjs +2 -2
  200. package/esm2022/lib/common/services/page-title.service.mjs +2 -2
  201. package/esm2022/lib/common/services/sort-by-category.service.mjs +2 -2
  202. package/esm2022/lib/common/services/storage.service.mjs +2 -2
  203. package/esm2022/lib/common/services/thumbnail.service.mjs +2 -2
  204. package/esm2022/lib/common/services/url.service.mjs +2 -2
  205. package/esm2022/lib/common/services/user-preferences.service.mjs +2 -2
  206. package/esm2022/lib/common/utils/date-fns-adapter.mjs +2 -2
  207. package/esm2022/lib/common/utils/date-fns-utils.mjs +2 -2
  208. package/esm2022/lib/common/utils/datetime-fns-adapter.mjs +2 -2
  209. package/esm2022/lib/common/utils/file-utils.mjs +2 -2
  210. package/esm2022/lib/common/utils/index.mjs +2 -2
  211. package/esm2022/lib/common/utils/moment-date-adapter.mjs +2 -2
  212. package/esm2022/lib/common/utils/moment-date-formats.model.mjs +2 -2
  213. package/esm2022/lib/common/utils/object-utils.mjs +2 -2
  214. package/esm2022/lib/common/utils/public-api.mjs +2 -2
  215. package/esm2022/lib/common/utils/string-utils.mjs +2 -2
  216. package/esm2022/lib/context-menu/animations.mjs +2 -2
  217. package/esm2022/lib/context-menu/context-menu-list.component.mjs +2 -2
  218. package/esm2022/lib/context-menu/context-menu-overlay.mjs +2 -2
  219. package/esm2022/lib/context-menu/context-menu-overlay.service.mjs +2 -2
  220. package/esm2022/lib/context-menu/context-menu.directive.mjs +2 -2
  221. package/esm2022/lib/context-menu/context-menu.module.mjs +2 -2
  222. package/esm2022/lib/context-menu/context-menu.tokens.mjs +2 -2
  223. package/esm2022/lib/context-menu/index.mjs +2 -2
  224. package/esm2022/lib/context-menu/interfaces.mjs +2 -2
  225. package/esm2022/lib/context-menu/public-api.mjs +2 -2
  226. package/esm2022/lib/core.module.mjs +2 -2
  227. package/esm2022/lib/datatable/components/amount-cell/amount-cell.component.mjs +2 -2
  228. package/esm2022/lib/datatable/components/boolean-cell/boolean-cell.component.mjs +2 -2
  229. package/esm2022/lib/datatable/components/columns-selector/columns-search-filter.pipe.mjs +2 -2
  230. package/esm2022/lib/datatable/components/columns-selector/columns-selector.component.mjs +2 -2
  231. package/esm2022/lib/datatable/components/data-cell.event.mjs +2 -2
  232. package/esm2022/lib/datatable/components/data-row-action.event.mjs +2 -2
  233. package/esm2022/lib/datatable/components/datatable/datatable.component.mjs +2 -2
  234. package/esm2022/lib/datatable/components/datatable-cell/datatable-cell.component.mjs +2 -2
  235. package/esm2022/lib/datatable/components/datatable-row/datatable-row.component.mjs +2 -2
  236. package/esm2022/lib/datatable/components/date-cell/date-cell.component.mjs +2 -2
  237. package/esm2022/lib/datatable/components/empty-list/empty-list.component.mjs +2 -2
  238. package/esm2022/lib/datatable/components/filesize-cell/filesize-cell.component.mjs +2 -2
  239. package/esm2022/lib/datatable/components/icon-cell/icon-cell.component.mjs +2 -2
  240. package/esm2022/lib/datatable/components/json-cell/json-cell.component.mjs +2 -2
  241. package/esm2022/lib/datatable/components/location-cell/location-cell.component.mjs +2 -2
  242. package/esm2022/lib/datatable/components/mocks/datatable.mock.mjs +2 -2
  243. package/esm2022/lib/datatable/components/number-cell/number-cell.component.mjs +2 -2
  244. package/esm2022/lib/datatable/data/data-column.model.mjs +2 -2
  245. package/esm2022/lib/datatable/data/data-row-event.model.mjs +2 -2
  246. package/esm2022/lib/datatable/data/data-row-update.model.mjs +2 -2
  247. package/esm2022/lib/datatable/data/data-row.model.mjs +2 -2
  248. package/esm2022/lib/datatable/data/data-sorting.model.mjs +2 -2
  249. package/esm2022/lib/datatable/data/data-table.schema.mjs +2 -2
  250. package/esm2022/lib/datatable/data/datatable-adapter.mjs +2 -2
  251. package/esm2022/lib/datatable/data/object-datacolumn.model.mjs +2 -2
  252. package/esm2022/lib/datatable/data/object-datarow.model.mjs +2 -2
  253. package/esm2022/lib/datatable/data/object-datatable-adapter.mjs +2 -2
  254. package/esm2022/lib/datatable/data-column/data-column-header.component.mjs +2 -2
  255. package/esm2022/lib/datatable/data-column/data-column-list.component.mjs +2 -2
  256. package/esm2022/lib/datatable/data-column/data-column.component.mjs +2 -2
  257. package/esm2022/lib/datatable/data-column/index.mjs +2 -2
  258. package/esm2022/lib/datatable/data-column/public-api.mjs +2 -2
  259. package/esm2022/lib/datatable/datatable.module.mjs +2 -2
  260. package/esm2022/lib/datatable/directives/custom-empty-content-template.directive.mjs +2 -2
  261. package/esm2022/lib/datatable/directives/custom-loading-template.directive.mjs +2 -2
  262. package/esm2022/lib/datatable/directives/custom-no-permission-template.directive.mjs +2 -2
  263. package/esm2022/lib/datatable/directives/drop-zone.directive.mjs +2 -2
  264. package/esm2022/lib/datatable/directives/header-filter-template.directive.mjs +2 -2
  265. package/esm2022/lib/datatable/directives/loading-template.directive.mjs +2 -2
  266. package/esm2022/lib/datatable/directives/main-data-table-action-template.directive.mjs +2 -2
  267. package/esm2022/lib/datatable/directives/no-content-template.directive.mjs +2 -2
  268. package/esm2022/lib/datatable/directives/no-permission-template.directive.mjs +2 -2
  269. package/esm2022/lib/datatable/directives/resizable/resizable.directive.mjs +2 -2
  270. package/esm2022/lib/datatable/directives/resizable/resize-handle.directive.mjs +2 -2
  271. package/esm2022/lib/datatable/directives/resizable/types.mjs +2 -2
  272. package/esm2022/lib/datatable/index.mjs +2 -2
  273. package/esm2022/lib/datatable/public-api.mjs +2 -2
  274. package/esm2022/lib/datatable/services/datatable.service.mjs +2 -2
  275. package/esm2022/lib/dialogs/confirm-dialog/confirm.dialog.mjs +2 -2
  276. package/esm2022/lib/dialogs/confirm-dialog/confirm.dialog.module.mjs +2 -2
  277. package/esm2022/lib/dialogs/dialog/dialog-data.interface.mjs +2 -2
  278. package/esm2022/lib/dialogs/dialog/dialog.component.mjs +2 -2
  279. package/esm2022/lib/dialogs/dialog/dialog.model.mjs +2 -2
  280. package/esm2022/lib/dialogs/dialog/index.mjs +2 -2
  281. package/esm2022/lib/dialogs/edit-json/edit-json.dialog.mjs +2 -2
  282. package/esm2022/lib/dialogs/edit-json/edit-json.dialog.module.mjs +2 -2
  283. package/esm2022/lib/dialogs/index.mjs +2 -2
  284. package/esm2022/lib/dialogs/public-api.mjs +2 -2
  285. package/esm2022/lib/dialogs/unsaved-changes-dialog/unsaved-changes-dialog.component.mjs +2 -2
  286. package/esm2022/lib/dialogs/unsaved-changes-dialog/unsaved-changes-dialog.model.mjs +2 -2
  287. package/esm2022/lib/dialogs/unsaved-changes-dialog/unsaved-changes-dialog.module.mjs +2 -2
  288. package/esm2022/lib/dialogs/unsaved-changes-dialog/unsaved-changes.guard.mjs +2 -2
  289. package/esm2022/lib/directives/directive.module.mjs +2 -2
  290. package/esm2022/lib/directives/highlight.directive.mjs +2 -2
  291. package/esm2022/lib/directives/index.mjs +2 -2
  292. package/esm2022/lib/directives/infinite-select-scroll.directive.mjs +2 -2
  293. package/esm2022/lib/directives/logout.directive.mjs +2 -2
  294. package/esm2022/lib/directives/public-api.mjs +2 -2
  295. package/esm2022/lib/directives/tooltip-card/tooltip-card.component.mjs +2 -2
  296. package/esm2022/lib/directives/tooltip-card/tooltip-card.directive.mjs +2 -2
  297. package/esm2022/lib/directives/upload.directive.mjs +2 -2
  298. package/esm2022/lib/dynamic-chip-list/chip.mjs +2 -2
  299. package/esm2022/lib/dynamic-chip-list/dynamic-chip-list.component.mjs +2 -2
  300. package/esm2022/lib/dynamic-chip-list/dynamic-chip-list.module.mjs +2 -2
  301. package/esm2022/lib/dynamic-chip-list/index.mjs +2 -2
  302. package/esm2022/lib/dynamic-chip-list/public-api.mjs +2 -2
  303. package/esm2022/lib/events/base-ui.event.mjs +2 -2
  304. package/esm2022/lib/events/base.event.mjs +2 -2
  305. package/esm2022/lib/events/index.mjs +2 -2
  306. package/esm2022/lib/events/public-api.mjs +2 -2
  307. package/esm2022/lib/form/components/form-base.component.mjs +2 -2
  308. package/esm2022/lib/form/components/form-custom-button.directive.mjs +2 -2
  309. package/esm2022/lib/form/components/form-field/form-field.component.mjs +2 -2
  310. package/esm2022/lib/form/components/form-renderer.component.mjs +2 -2
  311. package/esm2022/lib/form/components/inplace-form-input/inplace-form-input.component.mjs +2 -2
  312. package/esm2022/lib/form/components/middlewares/decimal-middleware.service.mjs +2 -2
  313. package/esm2022/lib/form/components/middlewares/middleware.mjs +2 -2
  314. package/esm2022/lib/form/components/widgets/amount/amount.widget.mjs +2 -2
  315. package/esm2022/lib/form/components/widgets/base-viewer/base-viewer.widget.mjs +2 -2
  316. package/esm2022/lib/form/components/widgets/checkbox/checkbox.widget.mjs +2 -2
  317. package/esm2022/lib/form/components/widgets/core/container-column.model.mjs +2 -2
  318. package/esm2022/lib/form/components/widgets/core/container.model.mjs +2 -2
  319. package/esm2022/lib/form/components/widgets/core/content-link.model.mjs +2 -2
  320. package/esm2022/lib/form/components/widgets/core/displayable-cm-properties.model.mjs +2 -2
  321. package/esm2022/lib/form/components/widgets/core/error-message.model.mjs +2 -2
  322. package/esm2022/lib/form/components/widgets/core/external-content-link.mjs +2 -2
  323. package/esm2022/lib/form/components/widgets/core/external-content.mjs +2 -2
  324. package/esm2022/lib/form/components/widgets/core/form-field-file-source.mjs +2 -2
  325. package/esm2022/lib/form/components/widgets/core/form-field-metadata.mjs +2 -2
  326. package/esm2022/lib/form/components/widgets/core/form-field-option.mjs +2 -2
  327. package/esm2022/lib/form/components/widgets/core/form-field-rule.mjs +2 -2
  328. package/esm2022/lib/form/components/widgets/core/form-field-selected-folder.mjs +2 -2
  329. package/esm2022/lib/form/components/widgets/core/form-field-templates.mjs +2 -2
  330. package/esm2022/lib/form/components/widgets/core/form-field-types.mjs +2 -2
  331. package/esm2022/lib/form/components/widgets/core/form-field-utils.mjs +2 -2
  332. package/esm2022/lib/form/components/widgets/core/form-field-validator.mjs +2 -2
  333. package/esm2022/lib/form/components/widgets/core/form-field-variable-options.mjs +2 -2
  334. package/esm2022/lib/form/components/widgets/core/form-field.model.mjs +2 -2
  335. package/esm2022/lib/form/components/widgets/core/form-outcome-event.model.mjs +2 -2
  336. package/esm2022/lib/form/components/widgets/core/form-outcome.model.mjs +2 -2
  337. package/esm2022/lib/form/components/widgets/core/form-values.mjs +2 -2
  338. package/esm2022/lib/form/components/widgets/core/form-variable.model.mjs +2 -2
  339. package/esm2022/lib/form/components/widgets/core/form-widget.model.mjs +2 -2
  340. package/esm2022/lib/form/components/widgets/core/form.model.mjs +2 -2
  341. package/esm2022/lib/form/components/widgets/core/group.model.mjs +2 -2
  342. package/esm2022/lib/form/components/widgets/core/index.mjs +2 -2
  343. package/esm2022/lib/form/components/widgets/core/predefined-theme.mjs +2 -2
  344. package/esm2022/lib/form/components/widgets/core/process-form-model.interface.mjs +2 -2
  345. package/esm2022/lib/form/components/widgets/core/process-variable.model.mjs +2 -2
  346. package/esm2022/lib/form/components/widgets/core/tab.model.mjs +2 -2
  347. package/esm2022/lib/form/components/widgets/core/theme.model.mjs +2 -2
  348. package/esm2022/lib/form/components/widgets/core/upload-widget-content-link.model.mjs +2 -2
  349. package/esm2022/lib/form/components/widgets/core/widget-schema.model.mjs +2 -2
  350. package/esm2022/lib/form/components/widgets/date/date.widget.mjs +2 -2
  351. package/esm2022/lib/form/components/widgets/date-time/date-time.widget.mjs +2 -2
  352. package/esm2022/lib/form/components/widgets/decimal/decimal.component.mjs +2 -2
  353. package/esm2022/lib/form/components/widgets/display-text/display-text.schema.mjs +2 -2
  354. package/esm2022/lib/form/components/widgets/display-text/display-text.widget.mjs +2 -2
  355. package/esm2022/lib/form/components/widgets/display-text/index.mjs +2 -2
  356. package/esm2022/lib/form/components/widgets/error/error.component.mjs +2 -2
  357. package/esm2022/lib/form/components/widgets/header/header.schema.mjs +2 -2
  358. package/esm2022/lib/form/components/widgets/header/header.widget.mjs +2 -2
  359. package/esm2022/lib/form/components/widgets/header/index.mjs +2 -2
  360. package/esm2022/lib/form/components/widgets/hyperlink/hyperlink.widget.mjs +2 -2
  361. package/esm2022/lib/form/components/widgets/index.mjs +2 -2
  362. package/esm2022/lib/form/components/widgets/json/json.widget.mjs +2 -2
  363. package/esm2022/lib/form/components/widgets/multiline-text/multiline-text.widget.mjs +2 -2
  364. package/esm2022/lib/form/components/widgets/number/number.widget.mjs +2 -2
  365. package/esm2022/lib/form/components/widgets/reactive-widget.interface.mjs +2 -2
  366. package/esm2022/lib/form/components/widgets/text/text-mask.component.mjs +2 -2
  367. package/esm2022/lib/form/components/widgets/text/text.widget.mjs +2 -2
  368. package/esm2022/lib/form/components/widgets/unknown/unknown.widget.mjs +2 -2
  369. package/esm2022/lib/form/components/widgets/widget.component.mjs +2 -2
  370. package/esm2022/lib/form/events/form-error.event.mjs +2 -2
  371. package/esm2022/lib/form/events/form-field.event.mjs +2 -2
  372. package/esm2022/lib/form/events/form-rules.event.mjs +2 -2
  373. package/esm2022/lib/form/events/form-spinner.event.mjs +2 -2
  374. package/esm2022/lib/form/events/form.event.mjs +2 -2
  375. package/esm2022/lib/form/events/index.mjs +2 -2
  376. package/esm2022/lib/form/events/validate-form-field.event.mjs +2 -2
  377. package/esm2022/lib/form/events/validate-form.event.mjs +2 -2
  378. package/esm2022/lib/form/form-base.module.mjs +2 -2
  379. package/esm2022/lib/form/index.mjs +2 -2
  380. package/esm2022/lib/form/models/form-rules.model.mjs +2 -2
  381. package/esm2022/lib/form/models/task-process-variable.model.mjs +2 -2
  382. package/esm2022/lib/form/models/widget-visibility.model.mjs +2 -2
  383. package/esm2022/lib/form/pipes/field-style.pipe.mjs +2 -2
  384. package/esm2022/lib/form/pipes/index.mjs +2 -2
  385. package/esm2022/lib/form/public-api.mjs +2 -2
  386. package/esm2022/lib/form/services/form-rendering.service.mjs +2 -2
  387. package/esm2022/lib/form/services/form-validation-service.interface.mjs +2 -2
  388. package/esm2022/lib/form/services/form.service.mjs +2 -2
  389. package/esm2022/lib/form/services/widget-visibility.service.mjs +2 -2
  390. package/esm2022/lib/header/header.component.mjs +2 -2
  391. package/esm2022/lib/header/index.mjs +2 -2
  392. package/esm2022/lib/header/navbar/navbar-item.component.mjs +2 -2
  393. package/esm2022/lib/header/navbar/navbar.component.mjs +2 -2
  394. package/esm2022/lib/header/public-api.mjs +2 -2
  395. package/esm2022/lib/icon/icon.component.mjs +2 -2
  396. package/esm2022/lib/icon/icon.module.mjs +2 -2
  397. package/esm2022/lib/icon/index.mjs +2 -2
  398. package/esm2022/lib/icon/public-api.mjs +2 -2
  399. package/esm2022/lib/identity-user-info/identity-user-info.component.mjs +2 -2
  400. package/esm2022/lib/identity-user-info/identity-user-info.module.mjs +2 -2
  401. package/esm2022/lib/identity-user-info/index.mjs +2 -2
  402. package/esm2022/lib/identity-user-info/public-api.mjs +2 -2
  403. package/esm2022/lib/info-drawer/index.mjs +2 -2
  404. package/esm2022/lib/info-drawer/info-drawer-layout.component.mjs +2 -2
  405. package/esm2022/lib/info-drawer/info-drawer.component.mjs +2 -2
  406. package/esm2022/lib/info-drawer/info-drawer.module.mjs +2 -2
  407. package/esm2022/lib/info-drawer/public-api.mjs +2 -2
  408. package/esm2022/lib/interface/index.mjs +2 -2
  409. package/esm2022/lib/interface/injection.tokens.mjs +2 -2
  410. package/esm2022/lib/interface/public-api.mjs +2 -2
  411. package/esm2022/lib/language-menu/index.mjs +2 -2
  412. package/esm2022/lib/language-menu/language-menu.component.mjs +2 -2
  413. package/esm2022/lib/language-menu/language-menu.module.mjs +2 -2
  414. package/esm2022/lib/language-menu/language-picker.component.mjs +2 -2
  415. package/esm2022/lib/language-menu/public-api.mjs +2 -2
  416. package/esm2022/lib/language-menu/service/language.service.interface.mjs +2 -2
  417. package/esm2022/lib/language-menu/service/language.service.mjs +1 -1
  418. package/esm2022/lib/layout/components/header/header.component.mjs +2 -2
  419. package/esm2022/lib/layout/components/layout-container/layout-container.component.mjs +2 -2
  420. package/esm2022/lib/layout/components/sidebar-action/sidebar-action-menu.component.mjs +2 -2
  421. package/esm2022/lib/layout/components/sidenav-layout/sidenav-layout.component.mjs +2 -2
  422. package/esm2022/lib/layout/directives/sidenav-layout-content.directive.mjs +2 -2
  423. package/esm2022/lib/layout/directives/sidenav-layout-header.directive.mjs +2 -2
  424. package/esm2022/lib/layout/directives/sidenav-layout-navigation.directive.mjs +2 -2
  425. package/esm2022/lib/layout/index.mjs +2 -2
  426. package/esm2022/lib/layout/layout.module.mjs +2 -2
  427. package/esm2022/lib/layout/public-api.mjs +2 -2
  428. package/esm2022/lib/login/components/login/login.component.mjs +3 -3
  429. package/esm2022/lib/login/components/login-dialog/login-dialog-component-data.interface.mjs +2 -2
  430. package/esm2022/lib/login/components/login-dialog/login-dialog.component.mjs +2 -2
  431. package/esm2022/lib/login/components/login-dialog-panel/login-dialog-panel.component.mjs +2 -2
  432. package/esm2022/lib/login/directives/login-footer.directive.mjs +2 -2
  433. package/esm2022/lib/login/directives/login-header.directive.mjs +2 -2
  434. package/esm2022/lib/login/index.mjs +2 -2
  435. package/esm2022/lib/login/login.module.mjs +2 -2
  436. package/esm2022/lib/login/models/login-error.event.mjs +2 -2
  437. package/esm2022/lib/login/models/login-submit.event.mjs +2 -2
  438. package/esm2022/lib/login/models/login-success.event.mjs +2 -2
  439. package/esm2022/lib/login/public-api.mjs +2 -2
  440. package/esm2022/lib/material.module.mjs +2 -2
  441. package/esm2022/lib/mock/cookie.service.mock.mjs +2 -2
  442. package/esm2022/lib/mock/data-column.mock.mjs +2 -2
  443. package/esm2022/lib/mock/event.mock.mjs +2 -2
  444. package/esm2022/lib/mock/form/form-definition-readonly.mock.mjs +2 -2
  445. package/esm2022/lib/mock/form/form-definition-visibility.mock.mjs +2 -2
  446. package/esm2022/lib/mock/form/form-definition.mock.mjs +2 -2
  447. package/esm2022/lib/mock/form/form.component.mock.mjs +2 -2
  448. package/esm2022/lib/mock/form/form.service.mock.mjs +2 -2
  449. package/esm2022/lib/mock/form/widget-visibility.service.mock.mjs +2 -2
  450. package/esm2022/lib/mock/index.mjs +2 -2
  451. package/esm2022/lib/mock/public-api.mjs +2 -2
  452. package/esm2022/lib/mock/translation.service.mock.mjs +2 -2
  453. package/esm2022/lib/models/comment.model.mjs +2 -2
  454. package/esm2022/lib/models/component.model.mjs +2 -2
  455. package/esm2022/lib/models/decimal-number.model.mjs +2 -2
  456. package/esm2022/lib/models/general-user.model.mjs +2 -2
  457. package/esm2022/lib/models/index.mjs +2 -2
  458. package/esm2022/lib/models/pagination.model.mjs +2 -2
  459. package/esm2022/lib/models/path.model.mjs +2 -2
  460. package/esm2022/lib/models/product-version.model.mjs +2 -2
  461. package/esm2022/lib/models/public-api.mjs +2 -2
  462. package/esm2022/lib/models/request-pagination.model.mjs +2 -2
  463. package/esm2022/lib/notifications/components/add-notification.stories.component.mjs +2 -2
  464. package/esm2022/lib/notifications/components/notification-history.component.mjs +2 -2
  465. package/esm2022/lib/notifications/helpers/notification.factory.mjs +2 -2
  466. package/esm2022/lib/notifications/index.mjs +2 -2
  467. package/esm2022/lib/notifications/models/notification.model.mjs +2 -2
  468. package/esm2022/lib/notifications/notification-history.module.mjs +2 -2
  469. package/esm2022/lib/notifications/public-api.mjs +2 -2
  470. package/esm2022/lib/notifications/services/notification.service.mjs +2 -2
  471. package/esm2022/lib/pagination/index.mjs +2 -2
  472. package/esm2022/lib/pagination/infinite-pagination.component.mjs +2 -2
  473. package/esm2022/lib/pagination/paginated-component.interface.mjs +2 -2
  474. package/esm2022/lib/pagination/pagination-component.interface.mjs +2 -2
  475. package/esm2022/lib/pagination/pagination.component.mjs +2 -2
  476. package/esm2022/lib/pagination/pagination.module.mjs +2 -2
  477. package/esm2022/lib/pagination/public-api.mjs +2 -2
  478. package/esm2022/lib/pipes/date-time.pipe.mjs +2 -2
  479. package/esm2022/lib/pipes/decimal-number.pipe.mjs +2 -2
  480. package/esm2022/lib/pipes/file-size.pipe.mjs +2 -2
  481. package/esm2022/lib/pipes/file-type.pipe.mjs +2 -2
  482. package/esm2022/lib/pipes/format-space.pipe.mjs +2 -2
  483. package/esm2022/lib/pipes/full-name.pipe.mjs +2 -2
  484. package/esm2022/lib/pipes/index.mjs +2 -2
  485. package/esm2022/lib/pipes/localized-date.pipe.mjs +2 -2
  486. package/esm2022/lib/pipes/multi-value.pipe.mjs +2 -2
  487. package/esm2022/lib/pipes/pipe.module.mjs +2 -2
  488. package/esm2022/lib/pipes/public-api.mjs +2 -2
  489. package/esm2022/lib/pipes/text-highlight.pipe.mjs +2 -2
  490. package/esm2022/lib/pipes/time-ago.pipe.mjs +2 -2
  491. package/esm2022/lib/pipes/truncate.pipe.mjs +2 -2
  492. package/esm2022/lib/pipes/user-initial.pipe.mjs +2 -2
  493. package/esm2022/lib/pipes/user-like.interface.mjs +2 -2
  494. package/esm2022/lib/progress/progress.component.mjs +2 -2
  495. package/esm2022/lib/search-text/animations.mjs +2 -2
  496. package/esm2022/lib/search-text/index.mjs +2 -2
  497. package/esm2022/lib/search-text/models/search-text-input.model.mjs +2 -2
  498. package/esm2022/lib/search-text/public-api.mjs +2 -2
  499. package/esm2022/lib/search-text/search-text-input.component.mjs +1 -1
  500. package/esm2022/lib/search-text/search-text-input.module.mjs +2 -2
  501. package/esm2022/lib/search-text/search-trigger.directive.mjs +2 -2
  502. package/esm2022/lib/snackbar-content/index.mjs +2 -2
  503. package/esm2022/lib/snackbar-content/public-api.mjs +2 -2
  504. package/esm2022/lib/snackbar-content/snack-bar-data.mjs +2 -2
  505. package/esm2022/lib/snackbar-content/snackbar-content.component.mjs +2 -2
  506. package/esm2022/lib/snackbar-content/snackbar-content.module.mjs +2 -2
  507. package/esm2022/lib/sorting-picker/index.mjs +2 -2
  508. package/esm2022/lib/sorting-picker/public-api.mjs +2 -2
  509. package/esm2022/lib/sorting-picker/sorting-picker.component.mjs +2 -2
  510. package/esm2022/lib/templates/empty-content/empty-content.component.mjs +2 -2
  511. package/esm2022/lib/templates/error-content/error-content.component.mjs +2 -2
  512. package/esm2022/lib/templates/index.mjs +2 -2
  513. package/esm2022/lib/templates/public-api.mjs +2 -2
  514. package/esm2022/lib/templates/template.module.mjs +2 -2
  515. package/esm2022/lib/testing/core.story.module.mjs +2 -2
  516. package/esm2022/lib/testing/core.testing.module.mjs +2 -2
  517. package/esm2022/lib/testing/index.mjs +2 -2
  518. package/esm2022/lib/testing/noop-auth.module.mjs +2 -2
  519. package/esm2022/lib/testing/noop-translate.module.mjs +2 -2
  520. package/esm2022/lib/testing/unit-testing-utils.mjs +2 -2
  521. package/esm2022/lib/toolbar/index.mjs +2 -2
  522. package/esm2022/lib/toolbar/public-api.mjs +2 -2
  523. package/esm2022/lib/toolbar/toolbar-divider.component.mjs +2 -2
  524. package/esm2022/lib/toolbar/toolbar-title.component.mjs +2 -2
  525. package/esm2022/lib/toolbar/toolbar.component.mjs +2 -2
  526. package/esm2022/lib/toolbar/toolbar.module.mjs +2 -2
  527. package/esm2022/lib/translation/index.mjs +2 -2
  528. package/esm2022/lib/translation/public-api.mjs +2 -2
  529. package/esm2022/lib/translation/translate-loader.service.mjs +2 -2
  530. package/esm2022/lib/translation/translation.service.mjs +2 -2
  531. package/esm2022/lib/viewer/components/download-prompt-dialog/download-prompt-dialog.component.mjs +2 -2
  532. package/esm2022/lib/viewer/components/img-viewer/img-viewer.component.mjs +2 -2
  533. package/esm2022/lib/viewer/components/media-player/media-player.component.mjs +2 -2
  534. package/esm2022/lib/viewer/components/pdf-viewer/pdf-viewer.component.mjs +2 -2
  535. package/esm2022/lib/viewer/components/pdf-viewer-password-dialog/pdf-viewer-password-dialog.mjs +2 -2
  536. package/esm2022/lib/viewer/components/pdf-viewer-thumb/pdf-viewer-thumb.component.mjs +1 -1
  537. package/esm2022/lib/viewer/components/pdf-viewer-thumbnails/pdf-viewer-thumbnails.component.mjs +2 -2
  538. package/esm2022/lib/viewer/components/txt-viewer/txt-viewer.component.mjs +2 -2
  539. package/esm2022/lib/viewer/components/unknown-format/unknown-format.component.mjs +2 -2
  540. package/esm2022/lib/viewer/components/viewer-more-actions.component.mjs +2 -2
  541. package/esm2022/lib/viewer/components/viewer-open-with.component.mjs +2 -2
  542. package/esm2022/lib/viewer/components/viewer-render/viewer-render.component.mjs +2 -2
  543. package/esm2022/lib/viewer/components/viewer-sidebar.component.mjs +2 -2
  544. package/esm2022/lib/viewer/components/viewer-toolbar-actions.component.mjs +2 -2
  545. package/esm2022/lib/viewer/components/viewer-toolbar-custom-actions.component.mjs +2 -2
  546. package/esm2022/lib/viewer/components/viewer-toolbar.component.mjs +2 -2
  547. package/esm2022/lib/viewer/components/viewer.component.mjs +2 -2
  548. package/esm2022/lib/viewer/directives/viewer-extension.directive.mjs +2 -2
  549. package/esm2022/lib/viewer/index.mjs +2 -2
  550. package/esm2022/lib/viewer/models/download-prompt.actions.mjs +2 -2
  551. package/esm2022/lib/viewer/models/viewer.model.mjs +2 -2
  552. package/esm2022/lib/viewer/public-api.mjs +2 -2
  553. package/esm2022/lib/viewer/services/rendering-queue.services.mjs +2 -2
  554. package/esm2022/lib/viewer/services/view-util.service.mjs +2 -2
  555. package/esm2022/lib/viewer/viewer.module.mjs +2 -2
  556. package/esm2022/public-api.mjs +2 -2
  557. package/esm2022/shell/index.mjs +2 -2
  558. package/esm2022/shell/lib/components/shell/shell.component.mjs +2 -2
  559. package/esm2022/shell/lib/services/shell-app.service.mjs +2 -2
  560. package/esm2022/shell/lib/shell.module.mjs +2 -2
  561. package/esm2022/shell/lib/shell.routes.mjs +2 -2
  562. package/feature-flags/index.d.ts +1 -1
  563. package/feature-flags/lib/components/feature-override-indicator.component.d.ts +1 -1
  564. package/feature-flags/lib/directives/features.directive.d.ts +1 -1
  565. package/feature-flags/lib/directives/not-features.directive.d.ts +1 -1
  566. package/feature-flags/lib/interfaces/features.interface.d.ts +1 -1
  567. package/feature-flags/lib/mocks/features-service-mock.factory.d.ts +1 -1
  568. package/feature-flags/lib/providers/debug-feature-flags.provider.d.ts +1 -1
  569. package/feature-flags/lib/providers/dummy-feature-flags.provider.d.ts +1 -1
  570. package/feature-flags/lib/services/flagset.parser.d.ts +1 -1
  571. package/feature-flags/lib/services/qa-features.helper.d.ts +1 -1
  572. package/fesm2022/adf-core.mjs +497 -497
  573. package/fesm2022/adf-core.mjs.map +1 -1
  574. package/fesm2022/alfresco-adf-core-api.mjs +7 -7
  575. package/fesm2022/alfresco-adf-core-api.mjs.map +1 -1
  576. package/fesm2022/alfresco-adf-core-auth.mjs +3 -3
  577. package/fesm2022/alfresco-adf-core-auth.mjs.map +1 -1
  578. package/fesm2022/alfresco-adf-core-breadcrumbs.mjs +4 -4
  579. package/fesm2022/alfresco-adf-core-breadcrumbs.mjs.map +1 -1
  580. package/fesm2022/alfresco-adf-core-feature-flags.mjs +18 -18
  581. package/fesm2022/alfresco-adf-core-feature-flags.mjs.map +1 -1
  582. package/fesm2022/alfresco-adf-core-shell.mjs +5 -5
  583. package/fesm2022/alfresco-adf-core-shell.mjs.map +1 -1
  584. package/lib/about/about-package/package-list.component.d.ts +1 -1
  585. package/lib/about/about-panel.directive.d.ts +1 -1
  586. package/lib/about/about-repository-info/about-repository-info.component.d.ts +1 -1
  587. package/lib/about/about-repository-info/repository-info.interface.d.ts +1 -1
  588. package/lib/about/about-server-settings/about-server-settings.component.d.ts +1 -1
  589. package/lib/about/about.component.d.ts +1 -1
  590. package/lib/about/index.d.ts +1 -1
  591. package/lib/about/interfaces.d.ts +1 -1
  592. package/lib/about/public-api.d.ts +1 -1
  593. package/lib/app-config/app-config-storage-prefix.factory.d.ts +1 -1
  594. package/lib/app-config/app-config.loader.d.ts +1 -1
  595. package/lib/app-config/app-config.pipe.d.ts +1 -1
  596. package/lib/app-config/app-config.service.d.ts +1 -1
  597. package/lib/app-config/index.d.ts +1 -1
  598. package/lib/app-config/public-api.d.ts +1 -1
  599. package/lib/auth/authentication-interceptor/auth-bearer.interceptor.d.ts +1 -1
  600. package/lib/auth/guard/auth-guard-bpm.service.d.ts +1 -1
  601. package/lib/auth/guard/auth-guard-ecm.service.d.ts +1 -1
  602. package/lib/auth/guard/auth-guard-sso-role.service.d.ts +1 -1
  603. package/lib/auth/guard/auth-guard.d.ts +1 -1
  604. package/lib/auth/guard/auth-guard.service.d.ts +1 -1
  605. package/lib/auth/index.d.ts +1 -1
  606. package/lib/auth/interfaces/authentication-service.interface.d.ts +1 -1
  607. package/lib/auth/interfaces/authentication.interface.d.ts +1 -1
  608. package/lib/auth/interfaces/identity-group.interface.d.ts +1 -1
  609. package/lib/auth/interfaces/identity-user.service.interface.d.ts +1 -1
  610. package/lib/auth/interfaces/openid-configuration.interface.d.ts +1 -1
  611. package/lib/auth/models/application-access.model.d.ts +1 -1
  612. package/lib/auth/models/identity-group.model.d.ts +1 -1
  613. package/lib/auth/models/identity-role.model.d.ts +1 -1
  614. package/lib/auth/models/identity-user.model.d.ts +1 -1
  615. package/lib/auth/models/oauth-config.model.d.ts +1 -1
  616. package/lib/auth/models/redirection.model.d.ts +1 -1
  617. package/lib/auth/models/user-access.model.d.ts +1 -1
  618. package/lib/auth/oidc/auth-config.d.ts +1 -1
  619. package/lib/auth/oidc/auth.module.d.ts +1 -1
  620. package/lib/auth/oidc/auth.service.d.ts +1 -1
  621. package/lib/auth/oidc/oidc-auth.guard.d.ts +1 -1
  622. package/lib/auth/oidc/public-api.d.ts +1 -1
  623. package/lib/auth/public-api.d.ts +1 -1
  624. package/lib/auth/services/authentication.service.d.ts +1 -1
  625. package/lib/auth/services/base-authentication.service.d.ts +1 -1
  626. package/lib/blank-page/index.d.ts +1 -1
  627. package/lib/blank-page/public-api.d.ts +1 -1
  628. package/lib/card-view/components/card-view-dateitem/card-view-dateitem.component.d.ts +1 -1
  629. package/lib/card-view/components/card-view-item-dispatcher/card-view-item-dispatcher.component.d.ts +1 -1
  630. package/lib/card-view/components/card-view-keyvaluepairsitem/card-view-keyvaluepairsitem.component.d.ts +1 -1
  631. package/lib/card-view/components/card-view-selectitem/card-view-selectitem.component.d.ts +1 -1
  632. package/lib/card-view/components/card-view-selectitem/select-filter-input/select-filter-input.component.d.ts +1 -1
  633. package/lib/card-view/components/card-view-textitem/card-view-textitem.component.d.ts +1 -1
  634. package/lib/card-view/components/card-view.components.d.ts +1 -1
  635. package/lib/card-view/index.d.ts +1 -1
  636. package/lib/card-view/interfaces/base-card-view-update.interface.d.ts +1 -1
  637. package/lib/card-view/interfaces/card-view-arrayitem-properties.interface.d.ts +1 -1
  638. package/lib/card-view/interfaces/card-view-boolitem-properties.interface.d.ts +1 -1
  639. package/lib/card-view/interfaces/card-view-dateitem-properties.interface.d.ts +1 -1
  640. package/lib/card-view/interfaces/card-view-item-properties.interface.d.ts +1 -1
  641. package/lib/card-view/interfaces/card-view-item-validator.interface.d.ts +1 -1
  642. package/lib/card-view/interfaces/card-view-item.interface.d.ts +1 -1
  643. package/lib/card-view/interfaces/card-view-keyvaluepairsitem-properties.interface.d.ts +1 -1
  644. package/lib/card-view/interfaces/card-view-selectitem-properties.interface.d.ts +1 -1
  645. package/lib/card-view/interfaces/card-view-textitem-pipe-property.interface.d.ts +1 -1
  646. package/lib/card-view/interfaces/card-view-textitem-properties.interface.d.ts +1 -1
  647. package/lib/card-view/interfaces/card-view.interfaces.d.ts +1 -1
  648. package/lib/card-view/interfaces/click-notification.interface.d.ts +1 -1
  649. package/lib/card-view/interfaces/update-notification.interface.d.ts +1 -1
  650. package/lib/card-view/models/card-view-arrayitem.model.d.ts +1 -1
  651. package/lib/card-view/models/card-view-baseitem.model.d.ts +1 -1
  652. package/lib/card-view/models/card-view-boolitem.model.d.ts +1 -1
  653. package/lib/card-view/models/card-view-dateitem.model.d.ts +1 -1
  654. package/lib/card-view/models/card-view-datetimeitem.model.d.ts +1 -1
  655. package/lib/card-view/models/card-view-floatitem.model.d.ts +1 -1
  656. package/lib/card-view/models/card-view-intitem.model.d.ts +1 -1
  657. package/lib/card-view/models/card-view-keyvaluepairs.model.d.ts +1 -1
  658. package/lib/card-view/models/card-view-longitem.model.d.ts +1 -1
  659. package/lib/card-view/models/card-view-mapitem.model.d.ts +1 -1
  660. package/lib/card-view/models/card-view-selectitem.model.d.ts +1 -1
  661. package/lib/card-view/models/card-view-textitem.model.d.ts +1 -1
  662. package/lib/card-view/models/card-view.models.d.ts +1 -1
  663. package/lib/card-view/public-api.d.ts +1 -1
  664. package/lib/card-view/services/card-item-types.service.d.ts +1 -1
  665. package/lib/card-view/services/card-view.services.d.ts +1 -1
  666. package/lib/card-view/validators/card-view-item-float.validator.d.ts +1 -1
  667. package/lib/card-view/validators/card-view-item-int.validator.d.ts +1 -1
  668. package/lib/card-view/validators/card-view-item-length.validator.d.ts +1 -1
  669. package/lib/card-view/validators/card-view-item-long.validator.d.ts +1 -1
  670. package/lib/card-view/validators/card-view-item-match.validator.d.ts +1 -1
  671. package/lib/card-view/validators/card-view-item-minmax.validator.d.ts +1 -1
  672. package/lib/card-view/validators/card-view-item-only-positive-int.validator.d.ts +1 -1
  673. package/lib/card-view/validators/card-view-item-only-positive-long.validator.d.ts +1 -1
  674. package/lib/card-view/validators/card-view.validators.d.ts +1 -1
  675. package/lib/card-view/validators/validators.map.d.ts +1 -1
  676. package/lib/clipboard/clipboard.directive.d.ts +1 -1
  677. package/lib/clipboard/index.d.ts +1 -1
  678. package/lib/clipboard/public-api.d.ts +1 -1
  679. package/lib/comments/comment-list/comment-list.component.d.ts +1 -1
  680. package/lib/comments/comment-list/index.d.ts +1 -1
  681. package/lib/comments/comment-list/public-api.d.ts +1 -1
  682. package/lib/comments/comments.component.d.ts +1 -1
  683. package/lib/comments/index.d.ts +1 -1
  684. package/lib/comments/interfaces/comments-service.interface.d.ts +1 -1
  685. package/lib/comments/interfaces/comments.token.d.ts +1 -1
  686. package/lib/comments/public-api.d.ts +1 -1
  687. package/lib/common/index.d.ts +1 -1
  688. package/lib/common/interface/search-component.interface.d.ts +1 -1
  689. package/lib/common/models/default-languages.model.d.ts +1 -1
  690. package/lib/common/models/log-levels.model.d.ts +1 -1
  691. package/lib/common/models/user-info-mode.enum.d.ts +1 -1
  692. package/lib/common/services/dynamic-component-mapper.service.d.ts +1 -1
  693. package/lib/common/services/language-item.interface.d.ts +1 -1
  694. package/lib/common/utils/date-fns-adapter.d.ts +1 -1
  695. package/lib/common/utils/date-fns-utils.d.ts +1 -1
  696. package/lib/common/utils/file-utils.d.ts +1 -1
  697. package/lib/common/utils/index.d.ts +1 -1
  698. package/lib/common/utils/moment-date-formats.model.d.ts +1 -1
  699. package/lib/common/utils/object-utils.d.ts +1 -1
  700. package/lib/common/utils/public-api.d.ts +1 -1
  701. package/lib/common/utils/string-utils.d.ts +1 -1
  702. package/lib/context-menu/animations.d.ts +1 -1
  703. package/lib/context-menu/context-menu-overlay.d.ts +1 -1
  704. package/lib/context-menu/context-menu-overlay.service.d.ts +1 -1
  705. package/lib/context-menu/context-menu.tokens.d.ts +1 -1
  706. package/lib/context-menu/index.d.ts +1 -1
  707. package/lib/context-menu/interfaces.d.ts +1 -1
  708. package/lib/context-menu/public-api.d.ts +1 -1
  709. package/lib/core.module.d.ts +1 -1
  710. package/lib/datatable/components/amount-cell/amount-cell.component.d.ts +1 -1
  711. package/lib/datatable/components/boolean-cell/boolean-cell.component.d.ts +1 -1
  712. package/lib/datatable/components/columns-selector/columns-search-filter.pipe.d.ts +1 -1
  713. package/lib/datatable/components/columns-selector/columns-selector.component.d.ts +1 -1
  714. package/lib/datatable/components/data-cell.event.d.ts +1 -1
  715. package/lib/datatable/components/data-row-action.event.d.ts +1 -1
  716. package/lib/datatable/components/datatable/datatable.component.d.ts +1 -1
  717. package/lib/datatable/components/datatable-cell/datatable-cell.component.d.ts +1 -1
  718. package/lib/datatable/components/datatable-row/datatable-row.component.d.ts +1 -1
  719. package/lib/datatable/components/date-cell/date-cell.component.d.ts +1 -1
  720. package/lib/datatable/components/filesize-cell/filesize-cell.component.d.ts +1 -1
  721. package/lib/datatable/components/json-cell/json-cell.component.d.ts +1 -1
  722. package/lib/datatable/components/location-cell/location-cell.component.d.ts +1 -1
  723. package/lib/datatable/components/mocks/datatable.mock.d.ts +1 -1
  724. package/lib/datatable/components/number-cell/number-cell.component.d.ts +1 -1
  725. package/lib/datatable/data/data-column.model.d.ts +1 -1
  726. package/lib/datatable/data/data-row-event.model.d.ts +1 -1
  727. package/lib/datatable/data/data-row-update.model.d.ts +1 -1
  728. package/lib/datatable/data/data-row.model.d.ts +1 -1
  729. package/lib/datatable/data/data-sorting.model.d.ts +1 -1
  730. package/lib/datatable/data/datatable-adapter.d.ts +1 -1
  731. package/lib/datatable/data/object-datacolumn.model.d.ts +1 -1
  732. package/lib/datatable/data/object-datarow.model.d.ts +1 -1
  733. package/lib/datatable/data/object-datatable-adapter.d.ts +1 -1
  734. package/lib/datatable/data-column/data-column-header.component.d.ts +1 -1
  735. package/lib/datatable/data-column/data-column-list.component.d.ts +1 -1
  736. package/lib/datatable/data-column/data-column.component.d.ts +1 -1
  737. package/lib/datatable/data-column/index.d.ts +1 -1
  738. package/lib/datatable/data-column/public-api.d.ts +1 -1
  739. package/lib/datatable/directives/drop-zone.directive.d.ts +1 -1
  740. package/lib/datatable/directives/header-filter-template.directive.d.ts +1 -1
  741. package/lib/datatable/directives/loading-template.directive.d.ts +1 -1
  742. package/lib/datatable/directives/main-data-table-action-template.directive.d.ts +1 -1
  743. package/lib/datatable/directives/no-content-template.directive.d.ts +1 -1
  744. package/lib/datatable/directives/no-permission-template.directive.d.ts +1 -1
  745. package/lib/datatable/directives/resizable/resizable.directive.d.ts +1 -1
  746. package/lib/datatable/directives/resizable/resize-handle.directive.d.ts +1 -1
  747. package/lib/datatable/directives/resizable/types.d.ts +1 -1
  748. package/lib/datatable/index.d.ts +1 -1
  749. package/lib/datatable/public-api.d.ts +1 -1
  750. package/lib/dialogs/dialog/dialog-data.interface.d.ts +1 -1
  751. package/lib/dialogs/dialog/dialog.component.d.ts +1 -1
  752. package/lib/dialogs/dialog/dialog.model.d.ts +1 -1
  753. package/lib/dialogs/dialog/index.d.ts +1 -1
  754. package/lib/dialogs/edit-json/edit-json.dialog.d.ts +1 -1
  755. package/lib/dialogs/index.d.ts +1 -1
  756. package/lib/dialogs/public-api.d.ts +1 -1
  757. package/lib/dialogs/unsaved-changes-dialog/unsaved-changes-dialog.component.d.ts +1 -1
  758. package/lib/dialogs/unsaved-changes-dialog/unsaved-changes-dialog.model.d.ts +1 -1
  759. package/lib/directives/highlight.directive.d.ts +1 -1
  760. package/lib/directives/index.d.ts +1 -1
  761. package/lib/directives/infinite-select-scroll.directive.d.ts +1 -1
  762. package/lib/directives/logout.directive.d.ts +1 -1
  763. package/lib/directives/public-api.d.ts +1 -1
  764. package/lib/directives/tooltip-card/tooltip-card.directive.d.ts +1 -1
  765. package/lib/directives/upload.directive.d.ts +1 -1
  766. package/lib/dynamic-chip-list/chip.d.ts +1 -1
  767. package/lib/dynamic-chip-list/dynamic-chip-list.component.d.ts +1 -1
  768. package/lib/dynamic-chip-list/index.d.ts +1 -1
  769. package/lib/dynamic-chip-list/public-api.d.ts +1 -1
  770. package/lib/events/base-ui.event.d.ts +1 -1
  771. package/lib/events/base.event.d.ts +1 -1
  772. package/lib/events/index.d.ts +1 -1
  773. package/lib/events/public-api.d.ts +1 -1
  774. package/lib/form/components/form-base.component.d.ts +1 -1
  775. package/lib/form/components/form-field/form-field.component.d.ts +1 -1
  776. package/lib/form/components/middlewares/middleware.d.ts +1 -1
  777. package/lib/form/components/widgets/core/container-column.model.d.ts +1 -1
  778. package/lib/form/components/widgets/core/container.model.d.ts +1 -1
  779. package/lib/form/components/widgets/core/content-link.model.d.ts +1 -1
  780. package/lib/form/components/widgets/core/displayable-cm-properties.model.d.ts +1 -1
  781. package/lib/form/components/widgets/core/error-message.model.d.ts +1 -1
  782. package/lib/form/components/widgets/core/external-content-link.d.ts +1 -1
  783. package/lib/form/components/widgets/core/external-content.d.ts +1 -1
  784. package/lib/form/components/widgets/core/form-field-file-source.d.ts +1 -1
  785. package/lib/form/components/widgets/core/form-field-metadata.d.ts +1 -1
  786. package/lib/form/components/widgets/core/form-field-option.d.ts +1 -1
  787. package/lib/form/components/widgets/core/form-field-rule.d.ts +1 -1
  788. package/lib/form/components/widgets/core/form-field-selected-folder.d.ts +1 -1
  789. package/lib/form/components/widgets/core/form-field-templates.d.ts +1 -1
  790. package/lib/form/components/widgets/core/form-field-types.d.ts +1 -1
  791. package/lib/form/components/widgets/core/form-field-utils.d.ts +1 -1
  792. package/lib/form/components/widgets/core/form-field-validator.d.ts +1 -1
  793. package/lib/form/components/widgets/core/form-field-variable-options.d.ts +1 -1
  794. package/lib/form/components/widgets/core/form-field.model.d.ts +1 -1
  795. package/lib/form/components/widgets/core/form-outcome-event.model.d.ts +1 -1
  796. package/lib/form/components/widgets/core/form-outcome.model.d.ts +1 -1
  797. package/lib/form/components/widgets/core/form-values.d.ts +1 -1
  798. package/lib/form/components/widgets/core/form-variable.model.d.ts +1 -1
  799. package/lib/form/components/widgets/core/form-widget.model.d.ts +1 -1
  800. package/lib/form/components/widgets/core/form.model.d.ts +1 -1
  801. package/lib/form/components/widgets/core/group.model.d.ts +1 -1
  802. package/lib/form/components/widgets/core/index.d.ts +1 -1
  803. package/lib/form/components/widgets/core/predefined-theme.d.ts +1 -1
  804. package/lib/form/components/widgets/core/process-form-model.interface.d.ts +1 -1
  805. package/lib/form/components/widgets/core/process-variable.model.d.ts +1 -1
  806. package/lib/form/components/widgets/core/tab.model.d.ts +1 -1
  807. package/lib/form/components/widgets/core/theme.model.d.ts +1 -1
  808. package/lib/form/components/widgets/core/upload-widget-content-link.model.d.ts +1 -1
  809. package/lib/form/components/widgets/core/widget-schema.model.d.ts +1 -1
  810. package/lib/form/components/widgets/display-text/display-text.schema.d.ts +1 -1
  811. package/lib/form/components/widgets/display-text/index.d.ts +1 -1
  812. package/lib/form/components/widgets/header/header.schema.d.ts +1 -1
  813. package/lib/form/components/widgets/header/index.d.ts +1 -1
  814. package/lib/form/components/widgets/index.d.ts +1 -1
  815. package/lib/form/components/widgets/reactive-widget.interface.d.ts +1 -1
  816. package/lib/form/components/widgets/text/text-mask.component.d.ts +1 -1
  817. package/lib/form/components/widgets/widget.component.d.ts +1 -1
  818. package/lib/form/events/form-error.event.d.ts +1 -1
  819. package/lib/form/events/form-field.event.d.ts +1 -1
  820. package/lib/form/events/form-rules.event.d.ts +1 -1
  821. package/lib/form/events/form-spinner.event.d.ts +1 -1
  822. package/lib/form/events/form.event.d.ts +1 -1
  823. package/lib/form/events/index.d.ts +1 -1
  824. package/lib/form/events/validate-form-field.event.d.ts +1 -1
  825. package/lib/form/events/validate-form.event.d.ts +1 -1
  826. package/lib/form/index.d.ts +1 -1
  827. package/lib/form/models/form-rules.model.d.ts +1 -1
  828. package/lib/form/models/task-process-variable.model.d.ts +1 -1
  829. package/lib/form/models/widget-visibility.model.d.ts +1 -1
  830. package/lib/form/pipes/field-style.pipe.d.ts +1 -1
  831. package/lib/form/pipes/index.d.ts +1 -1
  832. package/lib/form/public-api.d.ts +1 -1
  833. package/lib/form/services/form-rendering.service.d.ts +1 -1
  834. package/lib/form/services/form-validation-service.interface.d.ts +1 -1
  835. package/lib/header/index.d.ts +1 -1
  836. package/lib/header/public-api.d.ts +1 -1
  837. package/lib/icon/index.d.ts +1 -1
  838. package/lib/icon/public-api.d.ts +1 -1
  839. package/lib/identity-user-info/index.d.ts +1 -1
  840. package/lib/identity-user-info/public-api.d.ts +1 -1
  841. package/lib/info-drawer/index.d.ts +1 -1
  842. package/lib/info-drawer/info-drawer.component.d.ts +1 -1
  843. package/lib/info-drawer/public-api.d.ts +1 -1
  844. package/lib/interface/index.d.ts +1 -1
  845. package/lib/interface/injection.tokens.d.ts +1 -1
  846. package/lib/interface/public-api.d.ts +1 -1
  847. package/lib/language-menu/index.d.ts +1 -1
  848. package/lib/language-menu/language-menu.component.d.ts +1 -1
  849. package/lib/language-menu/language-picker.component.d.ts +1 -1
  850. package/lib/language-menu/public-api.d.ts +1 -1
  851. package/lib/language-menu/service/language.service.d.ts +1 -1
  852. package/lib/language-menu/service/language.service.interface.d.ts +1 -1
  853. package/lib/layout/components/header/header.component.d.ts +1 -1
  854. package/lib/layout/components/layout-container/layout-container.component.d.ts +1 -1
  855. package/lib/layout/components/sidenav-layout/sidenav-layout.component.d.ts +1 -1
  856. package/lib/layout/directives/sidenav-layout-content.directive.d.ts +1 -1
  857. package/lib/layout/directives/sidenav-layout-header.directive.d.ts +1 -1
  858. package/lib/layout/directives/sidenav-layout-navigation.directive.d.ts +1 -1
  859. package/lib/layout/index.d.ts +1 -1
  860. package/lib/layout/public-api.d.ts +1 -1
  861. package/lib/login/components/login-dialog/login-dialog-component-data.interface.d.ts +1 -1
  862. package/lib/login/components/login-dialog-panel/login-dialog-panel.component.d.ts +1 -1
  863. package/lib/login/directives/login-footer.directive.d.ts +1 -1
  864. package/lib/login/directives/login-header.directive.d.ts +1 -1
  865. package/lib/login/index.d.ts +1 -1
  866. package/lib/login/models/login-error.event.d.ts +1 -1
  867. package/lib/login/models/login-submit.event.d.ts +1 -1
  868. package/lib/login/models/login-success.event.d.ts +1 -1
  869. package/lib/login/public-api.d.ts +1 -1
  870. package/lib/mock/data-column.mock.d.ts +1 -1
  871. package/lib/mock/event.mock.d.ts +1 -1
  872. package/lib/mock/form/form-definition-readonly.mock.d.ts +1 -1
  873. package/lib/mock/form/form-definition-visibility.mock.d.ts +1 -1
  874. package/lib/mock/form/form-definition.mock.d.ts +1 -1
  875. package/lib/mock/form/form.component.mock.d.ts +1 -1
  876. package/lib/mock/form/form.service.mock.d.ts +1 -1
  877. package/lib/mock/form/widget-visibility.service.mock.d.ts +1 -1
  878. package/lib/mock/index.d.ts +1 -1
  879. package/lib/mock/public-api.d.ts +1 -1
  880. package/lib/models/comment.model.d.ts +1 -1
  881. package/lib/models/component.model.d.ts +1 -1
  882. package/lib/models/decimal-number.model.d.ts +1 -1
  883. package/lib/models/general-user.model.d.ts +1 -1
  884. package/lib/models/index.d.ts +1 -1
  885. package/lib/models/pagination.model.d.ts +1 -1
  886. package/lib/models/path.model.d.ts +1 -1
  887. package/lib/models/product-version.model.d.ts +1 -1
  888. package/lib/models/public-api.d.ts +1 -1
  889. package/lib/models/request-pagination.model.d.ts +1 -1
  890. package/lib/notifications/components/notification-history.component.d.ts +1 -1
  891. package/lib/notifications/helpers/notification.factory.d.ts +1 -1
  892. package/lib/notifications/index.d.ts +1 -1
  893. package/lib/notifications/models/notification.model.d.ts +1 -1
  894. package/lib/notifications/public-api.d.ts +1 -1
  895. package/lib/pagination/index.d.ts +1 -1
  896. package/lib/pagination/infinite-pagination.component.d.ts +1 -1
  897. package/lib/pagination/paginated-component.interface.d.ts +1 -1
  898. package/lib/pagination/pagination-component.interface.d.ts +1 -1
  899. package/lib/pagination/pagination.component.d.ts +1 -1
  900. package/lib/pagination/public-api.d.ts +1 -1
  901. package/lib/pipes/date-time.pipe.d.ts +1 -1
  902. package/lib/pipes/file-size.pipe.d.ts +1 -1
  903. package/lib/pipes/file-type.pipe.d.ts +1 -1
  904. package/lib/pipes/format-space.pipe.d.ts +1 -1
  905. package/lib/pipes/full-name.pipe.d.ts +1 -1
  906. package/lib/pipes/index.d.ts +1 -1
  907. package/lib/pipes/multi-value.pipe.d.ts +1 -1
  908. package/lib/pipes/public-api.d.ts +1 -1
  909. package/lib/pipes/text-highlight.pipe.d.ts +1 -1
  910. package/lib/pipes/time-ago.pipe.d.ts +1 -1
  911. package/lib/pipes/truncate.pipe.d.ts +1 -1
  912. package/lib/pipes/user-initial.pipe.d.ts +1 -1
  913. package/lib/pipes/user-like.interface.d.ts +1 -1
  914. package/lib/search-text/animations.d.ts +1 -1
  915. package/lib/search-text/index.d.ts +1 -1
  916. package/lib/search-text/models/search-text-input.model.d.ts +1 -1
  917. package/lib/search-text/public-api.d.ts +1 -1
  918. package/lib/snackbar-content/index.d.ts +1 -1
  919. package/lib/snackbar-content/public-api.d.ts +1 -1
  920. package/lib/snackbar-content/snack-bar-data.d.ts +1 -1
  921. package/lib/sorting-picker/index.d.ts +1 -1
  922. package/lib/sorting-picker/public-api.d.ts +1 -1
  923. package/lib/sorting-picker/sorting-picker.component.d.ts +1 -1
  924. package/lib/templates/error-content/error-content.component.d.ts +1 -1
  925. package/lib/templates/index.d.ts +1 -1
  926. package/lib/templates/public-api.d.ts +1 -1
  927. package/lib/testing/index.d.ts +1 -1
  928. package/lib/testing/unit-testing-utils.d.ts +1 -1
  929. package/lib/toolbar/index.d.ts +1 -1
  930. package/lib/toolbar/public-api.d.ts +1 -1
  931. package/lib/translation/index.d.ts +1 -1
  932. package/lib/translation/public-api.d.ts +1 -1
  933. package/lib/translation/translate-loader.service.d.ts +1 -1
  934. package/lib/translation/translation.service.d.ts +1 -1
  935. package/lib/viewer/components/pdf-viewer-thumb/pdf-viewer-thumb.component.d.ts +1 -1
  936. package/lib/viewer/components/txt-viewer/txt-viewer.component.d.ts +1 -1
  937. package/lib/viewer/components/viewer-render/viewer-render.component.d.ts +1 -1
  938. package/lib/viewer/directives/viewer-extension.directive.d.ts +1 -1
  939. package/lib/viewer/index.d.ts +1 -1
  940. package/lib/viewer/models/download-prompt.actions.d.ts +1 -1
  941. package/lib/viewer/models/viewer.model.d.ts +1 -1
  942. package/lib/viewer/public-api.d.ts +1 -1
  943. package/package.json +3 -3
  944. package/public-api.d.ts +1 -1
  945. package/schematics/migrations/package.json +3 -3
  946. package/schematics/migrations/schematics/migrations/7_0_0/index.d.ts +1 -1
  947. package/schematics/migrations/schematics/migrations/7_0_0/index.js +1 -1
  948. package/schematics/migrations/schematics/migrations/collection.json +8 -8
  949. package/shell/index.d.ts +1 -1
  950. package/shell/lib/components/shell/shell.component.d.ts +1 -1
  951. package/shell/lib/services/shell-app.service.d.ts +1 -1
  952. package/shell/lib/shell.module.d.ts +1 -1
  953. package/shell/lib/shell.routes.d.ts +1 -1
@@ -9,7 +9,7 @@ import ee from 'event-emitter';
9
9
 
10
10
  /*!
11
11
  * @license
12
- * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
12
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
13
13
  *
14
14
  * Licensed under the Apache License, Version 2.0 (the "License");
15
15
  * you may not use this file except in compliance with the License.
@@ -27,7 +27,7 @@ import ee from 'event-emitter';
27
27
 
28
28
  /*!
29
29
  * @license
30
- * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
30
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
31
31
  *
32
32
  * Licensed under the Apache License, Version 2.0 (the "License");
33
33
  * you may not use this file except in compliance with the License.
@@ -106,7 +106,7 @@ const convertObjectToFormData = (formParams) => {
106
106
 
107
107
  /*!
108
108
  * @license
109
- * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
109
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
110
110
  *
111
111
  * Licensed under the Apache License, Version 2.0 (the "License");
112
112
  * you may not use this file except in compliance with the License.
@@ -139,7 +139,7 @@ class AlfrescoApiParamEncoder {
139
139
 
140
140
  /*!
141
141
  * @license
142
- * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
142
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
143
143
  *
144
144
  * Licensed under the Apache License, Version 2.0 (the "License");
145
145
  * you may not use this file except in compliance with the License.
@@ -164,7 +164,7 @@ class AlfrescoApiResponseError extends Error {
164
164
 
165
165
  /*!
166
166
  * @license
167
- * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
167
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
168
168
  *
169
169
  * Licensed under the Apache License, Version 2.0 (the "License");
170
170
  * you may not use this file except in compliance with the License.
@@ -464,7 +464,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImpor
464
464
 
465
465
  /*!
466
466
  * @license
467
- * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
467
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
468
468
  *
469
469
  * Licensed under the Apache License, Version 2.0 (the "License");
470
470
  * you may not use this file except in compliance with the License.
@@ -481,7 +481,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImpor
481
481
 
482
482
  /*!
483
483
  * @license
484
- * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
484
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
485
485
  *
486
486
  * Licensed under the Apache License, Version 2.0 (the "License");
487
487
  * you may not use this file except in compliance with the License.
@@ -1 +1 @@
1
- {"version":3,"file":"alfresco-adf-core-api.mjs","sources":["../../../../lib/core/api/src/lib/types.ts","../../../../lib/core/api/src/lib/alfresco-api/alfresco-api.utils.ts","../../../../lib/core/api/src/lib/alfresco-api/alfresco-api.param-encoder.ts","../../../../lib/core/api/src/lib/alfresco-api/alfresco-api.response-error.ts","../../../../lib/core/api/src/lib/adf-http-client.service.ts","../../../../lib/core/api/src/lib/interfaces.ts","../../../../lib/core/api/src/index.ts","../../../../lib/core/api/src/alfresco-adf-core-api.ts"],"sourcesContent":["/*!\n * @license\n * Copyright © 2005-2024 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 interface Dictionary<T> {\n [key: string]: T;\n};\n\nexport type Constructor<T> = new (...args: any[]) => T;\n","/*!\n * @license\n * Copyright © 2005-2024 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 { HttpEvent, HttpUploadProgressEvent, HttpEventType, HttpResponse, HttpParams, HttpParameterCodec, HttpUrlEncodingCodec } from '@angular/common/http';\nimport { Constructor } from '../types';\n\nexport const isHttpUploadProgressEvent = <T>(val: HttpEvent<T>): val is HttpUploadProgressEvent => val.type === HttpEventType.UploadProgress;\nexport const isHttpResponseEvent = <T>(val: HttpEvent<T>): val is HttpResponse<T> => val.type === HttpEventType.Response;\nexport const isDate = (value: unknown): value is Date => value instanceof Date;\nexport const isXML = (value: unknown): boolean => typeof value === 'string' && value.startsWith('<?xml');\nexport const isBlobResponse = (response: HttpResponse<any>, returnType: Constructor<unknown> | 'blob'): response is HttpResponse<Blob> => returnType === 'blob' || response.body instanceof Blob;\nexport const isConstructor = <T = unknown>(value: any): value is Constructor<T> => typeof value === 'function' && !!value?.prototype?.constructor.name;\n\nconst convertParamsToString = (value: any): any => isDate(value) ? value.toISOString() : value;\nexport const getQueryParamsWithCustomEncoder = (obj: Record<string | number, unknown>, encoder: HttpParameterCodec = new HttpUrlEncodingCodec()): HttpParams | undefined => {\n if (!obj) {\n return undefined;\n }\n\n let httpParams = new HttpParams({\n encoder\n });\n\n const params = removeNilValues(obj);\n\n for (const key in params) {\n\n if (Object.prototype.hasOwnProperty.call(params, key)) {\n const value = params[key];\n if (value instanceof Array) {\n const array = value.map(convertParamsToString).filter(Boolean);\n httpParams = httpParams.appendAll({\n [key]: array\n });\n } else {\n httpParams = httpParams.append(key, convertParamsToString(value));\n }\n }\n }\n\n return httpParams;\n};\n\n/**\n * Removes null and undefined values from an object.\n *\n * @param obj object to process\n * @returns object with updated values\n */\nexport const removeNilValues = (obj: Record<string | number, unknown>) => {\n\n if (!obj) {\n return {};\n }\n\n return Object.keys(obj).reduce((acc, key) => {\n const value = obj[key];\n const isNil = value === undefined || value === null;\n return isNil ? acc : { ...acc, [key]: value };\n }, {});\n};\n\n\nexport const convertObjectToFormData = (formParams: Record<string | number, string | Blob>): FormData => {\n\n const formData = new FormData();\n\n for (const key in formParams) {\n if (Object.prototype.hasOwnProperty.call(formParams, key)) {\n const value = formParams[key];\n if (value instanceof File) {\n formData.append(key, value, value.name);\n } else {\n formData.append(key, value);\n }\n }\n }\n\n return formData;\n};\n","/*!\n * @license\n * Copyright © 2005-2024 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 { HttpParameterCodec } from '@angular/common/http';\n\n// The default implementation of HttpParameterCodec from angular\n// does not encode some special characters like + with is causing issues with the alfresco js API and returns 500 error\n\nexport class AlfrescoApiParamEncoder implements HttpParameterCodec {\n\n encodeKey(key: string): string {\n return encodeURIComponent(key);\n }\n\n encodeValue(value: string): string {\n return encodeURIComponent(value);\n }\n\n decodeKey(key: string): string {\n return decodeURIComponent(key);\n }\n\n decodeValue(value: string): string {\n return decodeURIComponent(value);\n }\n}\n","/*!\n * @license\n * Copyright © 2005-2024 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 class AlfrescoApiResponseError extends Error {\n\n public name = 'AlfrescoApiResponseError';\n\n constructor(msg: string, public status: number, public response: Record<string, any> ) {\n super(msg);\n }\n}\n","/*!\n * @license\n * Copyright © 2005-2024 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 { SHOULD_ADD_AUTH_TOKEN } from '@alfresco/adf-core/auth';\nimport { Emitters as JsApiEmitters, HttpClient as JsApiHttpClient } from '@alfresco/js-api';\nimport { HttpClient, HttpContext, HttpErrorResponse, HttpEvent, HttpHeaders, HttpParams, HttpResponse } from '@angular/common/http';\nimport { Injectable } from '@angular/core';\nimport { Observable, of, Subject, throwError } from 'rxjs';\nimport { catchError, map, takeUntil } from 'rxjs/operators';\nimport {\n convertObjectToFormData,\n getQueryParamsWithCustomEncoder,\n isBlobResponse,\n isConstructor,\n isHttpResponseEvent,\n isHttpUploadProgressEvent,\n removeNilValues\n} from './alfresco-api/alfresco-api.utils';\nimport { AlfrescoApiParamEncoder } from './alfresco-api/alfresco-api.param-encoder';\nimport { AlfrescoApiResponseError } from './alfresco-api/alfresco-api.response-error';\nimport { Constructor } from './types';\nimport { RequestOptions, SecurityOptions } from './interfaces';\nimport ee, { Emitter } from 'event-emitter';\n\nexport interface Emitters {\n readonly eventEmitter: Emitter;\n readonly apiClientEmitter: Emitter;\n}\n\n@Injectable({\n providedIn: 'root'\n})\nexport class AdfHttpClient implements ee.Emitter, JsApiHttpClient {\n on: ee.EmitterMethod;\n off: ee.EmitterMethod;\n once: ee.EmitterMethod;\n _disableCsrf: boolean;\n\n emit: (type: string, ...args: any[]) => void;\n\n get disableCsrf(): boolean {\n return this._disableCsrf;\n }\n\n set disableCsrf(disableCsrf: boolean) {\n this._disableCsrf = disableCsrf;\n }\n\n private defaultSecurityOptions = {\n withCredentials: true,\n isBpmRequest: false,\n authentications: {},\n defaultHeaders: {}\n };\n\n constructor(private httpClient: HttpClient) {\n ee(this);\n }\n\n setDefaultSecurityOption(options: any) {\n this.defaultSecurityOptions = this.merge(this.defaultSecurityOptions, options);\n }\n\n merge(...objects): any {\n const result = {};\n\n objects.forEach((source) => {\n Object.keys(source).forEach((prop) => {\n if (prop in result && Array.isArray(result[prop])) {\n result[prop] = result[prop].concat(source[prop]);\n } else if (prop in result && typeof result[prop] === 'object') {\n result[prop] = this.merge(result[prop], source[prop]);\n } else {\n result[prop] = source[prop];\n }\n });\n });\n\n return result;\n }\n\n request<T = any>(url: string, options?: RequestOptions, sc: SecurityOptions = this.defaultSecurityOptions, emitters?: JsApiEmitters): Promise<T> {\n const body = AdfHttpClient.getBody(options);\n const params = getQueryParamsWithCustomEncoder(options.queryParams, new AlfrescoApiParamEncoder());\n const responseType = AdfHttpClient.getResponseType(options);\n const context = new HttpContext().set(SHOULD_ADD_AUTH_TOKEN, true);\n const security: SecurityOptions = { ...this.defaultSecurityOptions, ...sc };\n const headers = this.getHeaders(options);\n if (!emitters) {\n emitters = this.getEventEmitters();\n }\n\n const request = this.httpClient.request(options.httpMethod, url, {\n context,\n ...(body && { body }),\n ...(responseType && { responseType }),\n ...security,\n ...(params && { params }),\n headers,\n observe: 'events',\n reportProgress: true\n });\n\n return this.requestWithLegacyEventEmitters<T>(request, emitters, options.returnType);\n }\n\n post<T = any>(url: string, options?: RequestOptions, sc?: SecurityOptions, emitters?: JsApiEmitters): Promise<T> {\n return this.request<T>(url, { ...options, httpMethod: 'POST' }, sc, emitters);\n }\n\n put<T = any>(url: string, options?: RequestOptions, sc?: SecurityOptions, emitters?: JsApiEmitters): Promise<T> {\n return this.request<T>(url, { ...options, httpMethod: 'PUT' }, sc, emitters);\n }\n\n get<T = any>(url: string, options?: RequestOptions, sc?: SecurityOptions, emitters?: JsApiEmitters): Promise<T> {\n return this.request<T>(url, { ...options, httpMethod: 'GET' }, sc, emitters);\n }\n\n delete<T = void>(url: string, options?: RequestOptions, sc?: SecurityOptions, emitters?: JsApiEmitters): Promise<T> {\n return this.request<T>(url, { ...options, httpMethod: 'DELETE' }, sc, emitters);\n }\n\n private addPromiseListeners<T = any>(promise: Promise<T>, eventEmitter: any) {\n const eventPromise = Object.assign(promise, {\n on() {\n // eslint-disable-next-line prefer-spread, prefer-rest-params\n eventEmitter.on.apply(eventEmitter, arguments);\n return this;\n },\n once() {\n // eslint-disable-next-line prefer-spread, prefer-rest-params\n eventEmitter.once.apply(eventEmitter, arguments);\n return this;\n },\n emit() {\n // eslint-disable-next-line prefer-spread, prefer-rest-params\n eventEmitter.emit.apply(eventEmitter, arguments);\n return this;\n },\n off() {\n // eslint-disable-next-line prefer-spread, prefer-rest-params\n eventEmitter.off.apply(eventEmitter, arguments);\n return this;\n }\n });\n\n return eventPromise;\n }\n\n private getEventEmitters(): Emitters {\n const apiClientEmitter = {\n on: this.on.bind(this),\n off: this.off.bind(this),\n once: this.once.bind(this),\n emit: this.emit.bind(this)\n };\n\n return {\n apiClientEmitter,\n eventEmitter: ee({})\n };\n }\n\n private requestWithLegacyEventEmitters<T = any>(request$: Observable<HttpEvent<T>>, emitters: JsApiEmitters, returnType: any): Promise<T> {\n const abort$ = new Subject<void>();\n const { eventEmitter, apiClientEmitter } = emitters;\n\n const promise = request$\n .pipe(\n map((res) => {\n if (isHttpUploadProgressEvent(res)) {\n const percent = Math.round((res.loaded / res.total) * 100);\n eventEmitter.emit('progress', { loaded: res.loaded, total: res.total, percent });\n }\n\n if (isHttpResponseEvent(res)) {\n eventEmitter.emit('success', res.body);\n return AdfHttpClient.deserialize(res, returnType);\n }\n }),\n catchError((err: HttpErrorResponse): Observable<AlfrescoApiResponseError> => {\n // since we can't always determinate ahead of time if the response is going to be xml or plain text response\n // we need to handle false positive cases here.\n\n if (err.status === 200) {\n eventEmitter.emit('success', err.error.text);\n return of(err.error.text);\n }\n\n eventEmitter.emit('error', err);\n apiClientEmitter.emit('error', { ...err, response: { req: err } });\n\n if (err.status === 401) {\n eventEmitter.emit('unauthorized');\n apiClientEmitter.emit('unauthorized');\n }\n\n // for backwards compatibility we need to convert it to error class as the HttpErrorResponse only implements Error interface, not extending it,\n // and we need to be able to correctly pass instanceof Error conditions used inside repository\n // we also need to pass error as Stringify string as we are detecting statusCodes using JSON.parse(error.message) in some places\n const msg = typeof err.error === 'string' ? err.error : JSON.stringify(err.error);\n\n // for backwards compatibility to handle cases in code where we try read response.error.response.body;\n\n const error = {\n ...err,\n body: err.error\n };\n\n const alfrescoApiError = new AlfrescoApiResponseError(msg, err.status, error);\n return throwError(alfrescoApiError);\n }),\n takeUntil(abort$)\n )\n .toPromise();\n\n (promise as any).abort = function () {\n eventEmitter.emit('abort');\n abort$.next();\n abort$.complete();\n return this;\n };\n\n return this.addPromiseListeners(promise, eventEmitter);\n }\n\n private static getBody(options: RequestOptions): any {\n const contentType = options.contentType ? options.contentType : AdfHttpClient.jsonPreferredMime(options.contentTypes);\n const isFormData = contentType === 'multipart/form-data';\n const isFormUrlEncoded = contentType === 'application/x-www-form-urlencoded';\n const body = options.bodyParam;\n\n if (isFormData) {\n return convertObjectToFormData(options.formParams);\n }\n\n if (isFormUrlEncoded) {\n return new HttpParams({ fromObject: removeNilValues(options.formParams) });\n }\n\n return body;\n }\n\n private getHeaders(options: RequestOptions): HttpHeaders {\n const contentType = options.contentType || AdfHttpClient.jsonPreferredMime(options.contentTypes);\n const accept = options.accept || AdfHttpClient.jsonPreferredMime(options.accepts);\n\n const optionsHeaders = {\n ...options.headerParams,\n ...(accept && { Accept: accept }),\n ...(contentType && { 'Content-Type': contentType })\n };\n\n if (!this.disableCsrf) {\n this.setCsrfToken(optionsHeaders);\n }\n\n return new HttpHeaders(optionsHeaders);\n }\n\n /**\n * Chooses a content type from the given array, with JSON preferred; i.e. return JSON if included, otherwise return the first.\n *\n * @param contentTypes a contentType array\n * @returns The chosen content type, preferring JSON.\n */\n private static jsonPreferredMime(contentTypes: readonly string[]): string {\n if (!contentTypes?.length) {\n return 'application/json';\n }\n\n for (let i = 0; i < contentTypes.length; i++) {\n if (AdfHttpClient.isJsonMime(contentTypes[i])) {\n return contentTypes[i];\n }\n }\n return contentTypes[0];\n }\n\n /**\n * Checks whether the given content type represents JSON.<br>\n * JSON content type examples:<br>\n * <ul>\n * <li>application/json</li>\n * <li>application/json; charset=UTF8</li>\n * <li>APPLICATION/JSON</li>\n * </ul>\n *\n * @param contentType The MIME content type to check.\n * @returns <code>true</code> if <code>contentType</code> represents JSON, otherwise <code>false</code>.\n */\n private static isJsonMime(contentType: string): boolean {\n return Boolean(contentType?.match(/^application\\/json(;.*)?$/i));\n }\n\n private setCsrfToken(optionsHeaders: any) {\n const token = this.createCSRFToken();\n optionsHeaders['X-CSRF-TOKEN'] = token;\n\n try {\n document.cookie = 'CSRF-TOKEN=' + token + ';path=/';\n } catch (err) {\n /* continue regardless of error */\n }\n }\n\n private createCSRFToken(a?: any): string {\n const randomValue = AdfHttpClient.getSecureRandomValue();\n return a ? (a ^ ((randomValue * 16) >> (a / 4))).toString(16) : ([1e16] + (1e16).toString()).replace(/[01]/g, this.createCSRFToken);\n }\n\n private static getSecureRandomValue(): number {\n const max = Math.pow(2, 32);\n return window.crypto.getRandomValues(new Uint32Array(1))[0] / max;\n }\n\n private static getResponseType(options: RequestOptions): 'blob' | 'json' | 'text' {\n const isBlobType = options.returnType?.toString().toLowerCase() === 'blob' || options.responseType?.toString().toLowerCase() === 'blob';\n\n if (isBlobType) {\n return 'blob';\n }\n\n if (options.returnType === 'String') {\n return 'text';\n }\n\n return 'json';\n }\n\n /**\n * Deserialize an HTTP response body into a value of the specified type.\n *\n * @param response response object\n * @param returnType return type\n * @returns deserialized object\n */\n private static deserialize<T>(response: HttpResponse<T>, returnType?: Constructor<unknown> | 'blob'): any {\n if (response === null) {\n return null;\n }\n\n const body = response.body;\n\n if (!returnType) {\n // for backwards compatibility we need to return empty string instead of null,\n // to avoid issues when accessing null response would break application [C309878]\n // cannot read property 'entry' of null in cases like\n // return this.post(apiUrl, saveFormRepresentation).pipe(map((res: any) => res.entry))\n\n return body !== null ? body : '';\n }\n\n if (isBlobResponse(response, returnType)) {\n return AdfHttpClient.deserializeBlobResponse(response);\n }\n\n if (!isConstructor(returnType)) {\n return body;\n }\n\n if (Array.isArray(body)) {\n return body.map((element) => new returnType(element));\n }\n\n return new returnType(body);\n }\n\n private static deserializeBlobResponse(response: HttpResponse<Blob>) {\n return new Blob([response.body], { type: response.headers.get('Content-Type') });\n }\n}\n","/*!\n * @license\n * Copyright © 2005-2024 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 interface SecurityOptions {\n readonly withCredentials?: boolean;\n readonly authentications?: Authentication;\n readonly defaultHeaders?: Record<string, string>;\n}\n\nexport interface Oauth2 {\n refreshToken?: string;\n accessToken?: string;\n}\n\nexport interface BasicAuth {\n username?: string;\n password?: string;\n ticket?: string;\n}\n\nexport interface Authentication {\n basicAuth?: BasicAuth;\n oauth2?: Oauth2;\n cookie?: string;\n type?: string;\n}\n\nexport interface RequestOptions {\n httpMethod?: string;\n pathParams?: any;\n queryParams?: any;\n headerParams?: any;\n formParams?: any;\n bodyParam?: any;\n returnType?: any;\n responseType?: string;\n accepts?: string[];\n contentTypes?: string[];\n readonly accept?: string;\n readonly contentType?: string;\n}\n","/*!\n * @license\n * Copyright © 2005-2024 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 * from './lib/types';\nexport * from './lib/adf-http-client.service';\nexport * from './lib/interfaces';\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"alfresco-adf-core-api.mjs","sources":["../../../../lib/core/api/src/lib/types.ts","../../../../lib/core/api/src/lib/alfresco-api/alfresco-api.utils.ts","../../../../lib/core/api/src/lib/alfresco-api/alfresco-api.param-encoder.ts","../../../../lib/core/api/src/lib/alfresco-api/alfresco-api.response-error.ts","../../../../lib/core/api/src/lib/adf-http-client.service.ts","../../../../lib/core/api/src/lib/interfaces.ts","../../../../lib/core/api/src/index.ts","../../../../lib/core/api/src/alfresco-adf-core-api.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\nexport interface Dictionary<T> {\n [key: string]: T;\n};\n\nexport type Constructor<T> = new (...args: any[]) => T;\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 { HttpEvent, HttpUploadProgressEvent, HttpEventType, HttpResponse, HttpParams, HttpParameterCodec, HttpUrlEncodingCodec } from '@angular/common/http';\nimport { Constructor } from '../types';\n\nexport const isHttpUploadProgressEvent = <T>(val: HttpEvent<T>): val is HttpUploadProgressEvent => val.type === HttpEventType.UploadProgress;\nexport const isHttpResponseEvent = <T>(val: HttpEvent<T>): val is HttpResponse<T> => val.type === HttpEventType.Response;\nexport const isDate = (value: unknown): value is Date => value instanceof Date;\nexport const isXML = (value: unknown): boolean => typeof value === 'string' && value.startsWith('<?xml');\nexport const isBlobResponse = (response: HttpResponse<any>, returnType: Constructor<unknown> | 'blob'): response is HttpResponse<Blob> => returnType === 'blob' || response.body instanceof Blob;\nexport const isConstructor = <T = unknown>(value: any): value is Constructor<T> => typeof value === 'function' && !!value?.prototype?.constructor.name;\n\nconst convertParamsToString = (value: any): any => isDate(value) ? value.toISOString() : value;\nexport const getQueryParamsWithCustomEncoder = (obj: Record<string | number, unknown>, encoder: HttpParameterCodec = new HttpUrlEncodingCodec()): HttpParams | undefined => {\n if (!obj) {\n return undefined;\n }\n\n let httpParams = new HttpParams({\n encoder\n });\n\n const params = removeNilValues(obj);\n\n for (const key in params) {\n\n if (Object.prototype.hasOwnProperty.call(params, key)) {\n const value = params[key];\n if (value instanceof Array) {\n const array = value.map(convertParamsToString).filter(Boolean);\n httpParams = httpParams.appendAll({\n [key]: array\n });\n } else {\n httpParams = httpParams.append(key, convertParamsToString(value));\n }\n }\n }\n\n return httpParams;\n};\n\n/**\n * Removes null and undefined values from an object.\n *\n * @param obj object to process\n * @returns object with updated values\n */\nexport const removeNilValues = (obj: Record<string | number, unknown>) => {\n\n if (!obj) {\n return {};\n }\n\n return Object.keys(obj).reduce((acc, key) => {\n const value = obj[key];\n const isNil = value === undefined || value === null;\n return isNil ? acc : { ...acc, [key]: value };\n }, {});\n};\n\n\nexport const convertObjectToFormData = (formParams: Record<string | number, string | Blob>): FormData => {\n\n const formData = new FormData();\n\n for (const key in formParams) {\n if (Object.prototype.hasOwnProperty.call(formParams, key)) {\n const value = formParams[key];\n if (value instanceof File) {\n formData.append(key, value, value.name);\n } else {\n formData.append(key, value);\n }\n }\n }\n\n return formData;\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 { HttpParameterCodec } from '@angular/common/http';\n\n// The default implementation of HttpParameterCodec from angular\n// does not encode some special characters like + with is causing issues with the alfresco js API and returns 500 error\n\nexport class AlfrescoApiParamEncoder implements HttpParameterCodec {\n\n encodeKey(key: string): string {\n return encodeURIComponent(key);\n }\n\n encodeValue(value: string): string {\n return encodeURIComponent(value);\n }\n\n decodeKey(key: string): string {\n return decodeURIComponent(key);\n }\n\n decodeValue(value: string): string {\n return decodeURIComponent(value);\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\nexport class AlfrescoApiResponseError extends Error {\n\n public name = 'AlfrescoApiResponseError';\n\n constructor(msg: string, public status: number, public response: Record<string, any> ) {\n super(msg);\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 { SHOULD_ADD_AUTH_TOKEN } from '@alfresco/adf-core/auth';\nimport { Emitters as JsApiEmitters, HttpClient as JsApiHttpClient } from '@alfresco/js-api';\nimport { HttpClient, HttpContext, HttpErrorResponse, HttpEvent, HttpHeaders, HttpParams, HttpResponse } from '@angular/common/http';\nimport { Injectable } from '@angular/core';\nimport { Observable, of, Subject, throwError } from 'rxjs';\nimport { catchError, map, takeUntil } from 'rxjs/operators';\nimport {\n convertObjectToFormData,\n getQueryParamsWithCustomEncoder,\n isBlobResponse,\n isConstructor,\n isHttpResponseEvent,\n isHttpUploadProgressEvent,\n removeNilValues\n} from './alfresco-api/alfresco-api.utils';\nimport { AlfrescoApiParamEncoder } from './alfresco-api/alfresco-api.param-encoder';\nimport { AlfrescoApiResponseError } from './alfresco-api/alfresco-api.response-error';\nimport { Constructor } from './types';\nimport { RequestOptions, SecurityOptions } from './interfaces';\nimport ee, { Emitter } from 'event-emitter';\n\nexport interface Emitters {\n readonly eventEmitter: Emitter;\n readonly apiClientEmitter: Emitter;\n}\n\n@Injectable({\n providedIn: 'root'\n})\nexport class AdfHttpClient implements ee.Emitter, JsApiHttpClient {\n on: ee.EmitterMethod;\n off: ee.EmitterMethod;\n once: ee.EmitterMethod;\n _disableCsrf: boolean;\n\n emit: (type: string, ...args: any[]) => void;\n\n get disableCsrf(): boolean {\n return this._disableCsrf;\n }\n\n set disableCsrf(disableCsrf: boolean) {\n this._disableCsrf = disableCsrf;\n }\n\n private defaultSecurityOptions = {\n withCredentials: true,\n isBpmRequest: false,\n authentications: {},\n defaultHeaders: {}\n };\n\n constructor(private httpClient: HttpClient) {\n ee(this);\n }\n\n setDefaultSecurityOption(options: any) {\n this.defaultSecurityOptions = this.merge(this.defaultSecurityOptions, options);\n }\n\n merge(...objects): any {\n const result = {};\n\n objects.forEach((source) => {\n Object.keys(source).forEach((prop) => {\n if (prop in result && Array.isArray(result[prop])) {\n result[prop] = result[prop].concat(source[prop]);\n } else if (prop in result && typeof result[prop] === 'object') {\n result[prop] = this.merge(result[prop], source[prop]);\n } else {\n result[prop] = source[prop];\n }\n });\n });\n\n return result;\n }\n\n request<T = any>(url: string, options?: RequestOptions, sc: SecurityOptions = this.defaultSecurityOptions, emitters?: JsApiEmitters): Promise<T> {\n const body = AdfHttpClient.getBody(options);\n const params = getQueryParamsWithCustomEncoder(options.queryParams, new AlfrescoApiParamEncoder());\n const responseType = AdfHttpClient.getResponseType(options);\n const context = new HttpContext().set(SHOULD_ADD_AUTH_TOKEN, true);\n const security: SecurityOptions = { ...this.defaultSecurityOptions, ...sc };\n const headers = this.getHeaders(options);\n if (!emitters) {\n emitters = this.getEventEmitters();\n }\n\n const request = this.httpClient.request(options.httpMethod, url, {\n context,\n ...(body && { body }),\n ...(responseType && { responseType }),\n ...security,\n ...(params && { params }),\n headers,\n observe: 'events',\n reportProgress: true\n });\n\n return this.requestWithLegacyEventEmitters<T>(request, emitters, options.returnType);\n }\n\n post<T = any>(url: string, options?: RequestOptions, sc?: SecurityOptions, emitters?: JsApiEmitters): Promise<T> {\n return this.request<T>(url, { ...options, httpMethod: 'POST' }, sc, emitters);\n }\n\n put<T = any>(url: string, options?: RequestOptions, sc?: SecurityOptions, emitters?: JsApiEmitters): Promise<T> {\n return this.request<T>(url, { ...options, httpMethod: 'PUT' }, sc, emitters);\n }\n\n get<T = any>(url: string, options?: RequestOptions, sc?: SecurityOptions, emitters?: JsApiEmitters): Promise<T> {\n return this.request<T>(url, { ...options, httpMethod: 'GET' }, sc, emitters);\n }\n\n delete<T = void>(url: string, options?: RequestOptions, sc?: SecurityOptions, emitters?: JsApiEmitters): Promise<T> {\n return this.request<T>(url, { ...options, httpMethod: 'DELETE' }, sc, emitters);\n }\n\n private addPromiseListeners<T = any>(promise: Promise<T>, eventEmitter: any) {\n const eventPromise = Object.assign(promise, {\n on() {\n // eslint-disable-next-line prefer-spread, prefer-rest-params\n eventEmitter.on.apply(eventEmitter, arguments);\n return this;\n },\n once() {\n // eslint-disable-next-line prefer-spread, prefer-rest-params\n eventEmitter.once.apply(eventEmitter, arguments);\n return this;\n },\n emit() {\n // eslint-disable-next-line prefer-spread, prefer-rest-params\n eventEmitter.emit.apply(eventEmitter, arguments);\n return this;\n },\n off() {\n // eslint-disable-next-line prefer-spread, prefer-rest-params\n eventEmitter.off.apply(eventEmitter, arguments);\n return this;\n }\n });\n\n return eventPromise;\n }\n\n private getEventEmitters(): Emitters {\n const apiClientEmitter = {\n on: this.on.bind(this),\n off: this.off.bind(this),\n once: this.once.bind(this),\n emit: this.emit.bind(this)\n };\n\n return {\n apiClientEmitter,\n eventEmitter: ee({})\n };\n }\n\n private requestWithLegacyEventEmitters<T = any>(request$: Observable<HttpEvent<T>>, emitters: JsApiEmitters, returnType: any): Promise<T> {\n const abort$ = new Subject<void>();\n const { eventEmitter, apiClientEmitter } = emitters;\n\n const promise = request$\n .pipe(\n map((res) => {\n if (isHttpUploadProgressEvent(res)) {\n const percent = Math.round((res.loaded / res.total) * 100);\n eventEmitter.emit('progress', { loaded: res.loaded, total: res.total, percent });\n }\n\n if (isHttpResponseEvent(res)) {\n eventEmitter.emit('success', res.body);\n return AdfHttpClient.deserialize(res, returnType);\n }\n }),\n catchError((err: HttpErrorResponse): Observable<AlfrescoApiResponseError> => {\n // since we can't always determinate ahead of time if the response is going to be xml or plain text response\n // we need to handle false positive cases here.\n\n if (err.status === 200) {\n eventEmitter.emit('success', err.error.text);\n return of(err.error.text);\n }\n\n eventEmitter.emit('error', err);\n apiClientEmitter.emit('error', { ...err, response: { req: err } });\n\n if (err.status === 401) {\n eventEmitter.emit('unauthorized');\n apiClientEmitter.emit('unauthorized');\n }\n\n // for backwards compatibility we need to convert it to error class as the HttpErrorResponse only implements Error interface, not extending it,\n // and we need to be able to correctly pass instanceof Error conditions used inside repository\n // we also need to pass error as Stringify string as we are detecting statusCodes using JSON.parse(error.message) in some places\n const msg = typeof err.error === 'string' ? err.error : JSON.stringify(err.error);\n\n // for backwards compatibility to handle cases in code where we try read response.error.response.body;\n\n const error = {\n ...err,\n body: err.error\n };\n\n const alfrescoApiError = new AlfrescoApiResponseError(msg, err.status, error);\n return throwError(alfrescoApiError);\n }),\n takeUntil(abort$)\n )\n .toPromise();\n\n (promise as any).abort = function () {\n eventEmitter.emit('abort');\n abort$.next();\n abort$.complete();\n return this;\n };\n\n return this.addPromiseListeners(promise, eventEmitter);\n }\n\n private static getBody(options: RequestOptions): any {\n const contentType = options.contentType ? options.contentType : AdfHttpClient.jsonPreferredMime(options.contentTypes);\n const isFormData = contentType === 'multipart/form-data';\n const isFormUrlEncoded = contentType === 'application/x-www-form-urlencoded';\n const body = options.bodyParam;\n\n if (isFormData) {\n return convertObjectToFormData(options.formParams);\n }\n\n if (isFormUrlEncoded) {\n return new HttpParams({ fromObject: removeNilValues(options.formParams) });\n }\n\n return body;\n }\n\n private getHeaders(options: RequestOptions): HttpHeaders {\n const contentType = options.contentType || AdfHttpClient.jsonPreferredMime(options.contentTypes);\n const accept = options.accept || AdfHttpClient.jsonPreferredMime(options.accepts);\n\n const optionsHeaders = {\n ...options.headerParams,\n ...(accept && { Accept: accept }),\n ...(contentType && { 'Content-Type': contentType })\n };\n\n if (!this.disableCsrf) {\n this.setCsrfToken(optionsHeaders);\n }\n\n return new HttpHeaders(optionsHeaders);\n }\n\n /**\n * Chooses a content type from the given array, with JSON preferred; i.e. return JSON if included, otherwise return the first.\n *\n * @param contentTypes a contentType array\n * @returns The chosen content type, preferring JSON.\n */\n private static jsonPreferredMime(contentTypes: readonly string[]): string {\n if (!contentTypes?.length) {\n return 'application/json';\n }\n\n for (let i = 0; i < contentTypes.length; i++) {\n if (AdfHttpClient.isJsonMime(contentTypes[i])) {\n return contentTypes[i];\n }\n }\n return contentTypes[0];\n }\n\n /**\n * Checks whether the given content type represents JSON.<br>\n * JSON content type examples:<br>\n * <ul>\n * <li>application/json</li>\n * <li>application/json; charset=UTF8</li>\n * <li>APPLICATION/JSON</li>\n * </ul>\n *\n * @param contentType The MIME content type to check.\n * @returns <code>true</code> if <code>contentType</code> represents JSON, otherwise <code>false</code>.\n */\n private static isJsonMime(contentType: string): boolean {\n return Boolean(contentType?.match(/^application\\/json(;.*)?$/i));\n }\n\n private setCsrfToken(optionsHeaders: any) {\n const token = this.createCSRFToken();\n optionsHeaders['X-CSRF-TOKEN'] = token;\n\n try {\n document.cookie = 'CSRF-TOKEN=' + token + ';path=/';\n } catch (err) {\n /* continue regardless of error */\n }\n }\n\n private createCSRFToken(a?: any): string {\n const randomValue = AdfHttpClient.getSecureRandomValue();\n return a ? (a ^ ((randomValue * 16) >> (a / 4))).toString(16) : ([1e16] + (1e16).toString()).replace(/[01]/g, this.createCSRFToken);\n }\n\n private static getSecureRandomValue(): number {\n const max = Math.pow(2, 32);\n return window.crypto.getRandomValues(new Uint32Array(1))[0] / max;\n }\n\n private static getResponseType(options: RequestOptions): 'blob' | 'json' | 'text' {\n const isBlobType = options.returnType?.toString().toLowerCase() === 'blob' || options.responseType?.toString().toLowerCase() === 'blob';\n\n if (isBlobType) {\n return 'blob';\n }\n\n if (options.returnType === 'String') {\n return 'text';\n }\n\n return 'json';\n }\n\n /**\n * Deserialize an HTTP response body into a value of the specified type.\n *\n * @param response response object\n * @param returnType return type\n * @returns deserialized object\n */\n private static deserialize<T>(response: HttpResponse<T>, returnType?: Constructor<unknown> | 'blob'): any {\n if (response === null) {\n return null;\n }\n\n const body = response.body;\n\n if (!returnType) {\n // for backwards compatibility we need to return empty string instead of null,\n // to avoid issues when accessing null response would break application [C309878]\n // cannot read property 'entry' of null in cases like\n // return this.post(apiUrl, saveFormRepresentation).pipe(map((res: any) => res.entry))\n\n return body !== null ? body : '';\n }\n\n if (isBlobResponse(response, returnType)) {\n return AdfHttpClient.deserializeBlobResponse(response);\n }\n\n if (!isConstructor(returnType)) {\n return body;\n }\n\n if (Array.isArray(body)) {\n return body.map((element) => new returnType(element));\n }\n\n return new returnType(body);\n }\n\n private static deserializeBlobResponse(response: HttpResponse<Blob>) {\n return new Blob([response.body], { type: response.headers.get('Content-Type') });\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\nexport interface SecurityOptions {\n readonly withCredentials?: boolean;\n readonly authentications?: Authentication;\n readonly defaultHeaders?: Record<string, string>;\n}\n\nexport interface Oauth2 {\n refreshToken?: string;\n accessToken?: string;\n}\n\nexport interface BasicAuth {\n username?: string;\n password?: string;\n ticket?: string;\n}\n\nexport interface Authentication {\n basicAuth?: BasicAuth;\n oauth2?: Oauth2;\n cookie?: string;\n type?: string;\n}\n\nexport interface RequestOptions {\n httpMethod?: string;\n pathParams?: any;\n queryParams?: any;\n headerParams?: any;\n formParams?: any;\n bodyParam?: any;\n returnType?: any;\n responseType?: string;\n accepts?: string[];\n contentTypes?: string[];\n readonly accept?: string;\n readonly contentType?: string;\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\nexport * from './lib/types';\nexport * from './lib/adf-http-client.service';\nexport * from './lib/interfaces';\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":[],"mappings":"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"}
@@ -6,7 +6,7 @@ import { mergeMap, catchError } from 'rxjs/operators';
6
6
 
7
7
  /*!
8
8
  * @license
9
- * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
9
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
10
10
  *
11
11
  * Licensed under the Apache License, Version 2.0 (the "License");
12
12
  * you may not use this file except in compliance with the License.
@@ -25,7 +25,7 @@ class Authentication {
25
25
 
26
26
  /*!
27
27
  * @license
28
- * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
28
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
29
29
  *
30
30
  * Licensed under the Apache License, Version 2.0 (the "License");
31
31
  * you may not use this file except in compliance with the License.
@@ -75,7 +75,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImpor
75
75
 
76
76
  /*!
77
77
  * @license
78
- * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
78
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
79
79
  *
80
80
  * Licensed under the Apache License, Version 2.0 (the "License");
81
81
  * you may not use this file except in compliance with the License.
@@ -1 +1 @@
1
- {"version":3,"file":"alfresco-adf-core-auth.mjs","sources":["../../../../lib/core/auth/src/authentication.ts","../../../../lib/core/auth/src/authentication-interceptor/authentication.interceptor.ts","../../../../lib/core/auth/src/index.ts","../../../../lib/core/auth/src/alfresco-adf-core-auth.ts"],"sourcesContent":["/*!\n * @license\n * Copyright © 2005-2024 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 { HttpHeaders } from '@angular/common/http';\nimport { Observable } from 'rxjs';\n\nexport abstract class Authentication {\n public abstract addTokenToHeader(requestUrl: string, headers: HttpHeaders): Observable<HttpHeaders>;\n}\n","/*!\n * @license\n * Copyright © 2005-2024 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 HttpContextToken,\n HttpHandler,\n HttpHeaderResponse,\n HttpHeaders,\n HttpInterceptor,\n HttpProgressEvent,\n HttpRequest,\n HttpResponse,\n HttpSentEvent,\n HttpUserEvent\n} from '@angular/common/http';\nimport { Injectable } from '@angular/core';\nimport { Observable, throwError as observableThrowError } from 'rxjs';\nimport { catchError, mergeMap } from 'rxjs/operators';\nimport { Authentication } from '../authentication';\n\nexport const SHOULD_ADD_AUTH_TOKEN = new HttpContextToken<boolean>(() => false);\n\n@Injectable()\nexport class AuthenticationInterceptor implements HttpInterceptor {\n\n constructor( private authService: Authentication) { }\n\n intercept(req: HttpRequest<any>, next: HttpHandler):\n Observable<HttpSentEvent | HttpHeaderResponse | HttpProgressEvent | HttpResponse<any> | HttpUserEvent<any>> {\n\n if (req.context.get(SHOULD_ADD_AUTH_TOKEN)) {\n return this.authService.addTokenToHeader(req.url, req.headers).pipe(\n mergeMap((headersWithBearer) => {\n const headerWithContentType = this.appendJsonContentType(headersWithBearer);\n const kcReq = req.clone({ headers: headerWithContentType});\n return next.handle(kcReq)\n .pipe(\n catchError((error) => observableThrowError(error))\n );\n })\n );\n }\n\n return next.handle(req).pipe(catchError((error) => observableThrowError(error)));\n }\n\n private appendJsonContentType(headers: HttpHeaders): HttpHeaders {\n\n // prevent adding any content type, to properly handle formData with boundary browser generated value,\n // as adding any Content-Type its going to break the upload functionality\n\n if (headers.get('Content-Type') === 'multipart/form-data') {\n return headers.delete('Content-Type');\n }\n\n if (!headers.get('Content-Type')) {\n return headers.set('Content-Type', 'application/json;charset=UTF-8');\n }\n\n return headers;\n }\n\n}\n","/*!\n * @license\n * Copyright © 2005-2024 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 * from './authentication';\nexport * from './authentication-interceptor/authentication.interceptor';\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":["observableThrowError","i1.Authentication"],"mappings":";;;;;;AAAA;;;;;;;;;;;;;;;AAeG;MAKmB,cAAc,CAAA;AAEnC;;ACtBD;;;;;;;;;;;;;;;AAeG;AAmBI,MAAM,qBAAqB,GAAG,IAAI,gBAAgB,CAAU,MAAM,KAAK,EAAE;MAGnE,yBAAyB,CAAA;AAElC,IAAA,WAAA,CAAqB,WAA2B,EAAA;QAA3B,IAAW,CAAA,WAAA,GAAX,WAAW,CAAgB;KAAK;IAErD,SAAS,CAAC,GAAqB,EAAE,IAAiB,EAAA;QAGhD,IAAI,GAAG,CAAC,OAAO,CAAC,GAAG,CAAC,qBAAqB,CAAC,EAAE;YACxC,OAAO,IAAI,CAAC,WAAW,CAAC,gBAAgB,CAAC,GAAG,CAAC,GAAG,EAAE,GAAG,CAAC,OAAO,CAAC,CAAC,IAAI,CAC/D,QAAQ,CAAC,CAAC,iBAAiB,KAAI;gBAC3B,MAAM,qBAAqB,GAAG,IAAI,CAAC,qBAAqB,CAAC,iBAAiB,CAAC,CAAC;AAC5E,gBAAA,MAAM,KAAK,GAAG,GAAG,CAAC,KAAK,CAAC,EAAE,OAAO,EAAE,qBAAqB,EAAC,CAAC,CAAC;AAC3D,gBAAA,OAAO,IAAI,CAAC,MAAM,CAAC,KAAK,CAAC;AACxB,qBAAA,IAAI,CACD,UAAU,CAAC,CAAC,KAAK,KAAKA,UAAoB,CAAC,KAAK,CAAC,CAAC,CACrD,CAAC;aACL,CAAC,CACL,CAAC;AACL,SAAA;QAED,OAAO,IAAI,CAAC,MAAM,CAAC,GAAG,CAAC,CAAC,IAAI,CAAC,UAAU,CAAC,CAAC,KAAK,KAAKA,UAAoB,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC;KAClF;AAEO,IAAA,qBAAqB,CAAC,OAAoB,EAAA;;;QAKhD,IAAI,OAAO,CAAC,GAAG,CAAC,cAAc,CAAC,KAAK,qBAAqB,EAAE;AACvD,YAAA,OAAO,OAAO,CAAC,MAAM,CAAC,cAAc,CAAC,CAAC;AACzC,SAAA;AAED,QAAA,IAAI,CAAC,OAAO,CAAC,GAAG,CAAC,cAAc,CAAC,EAAE;YAC9B,OAAO,OAAO,CAAC,GAAG,CAAC,cAAc,EAAE,gCAAgC,CAAC,CAAC;AACxE,SAAA;AAED,QAAA,OAAO,OAAO,CAAC;KAChB;8GArCQ,yBAAyB,EAAA,IAAA,EAAA,CAAA,EAAA,KAAA,EAAAC,cAAA,EAAA,CAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,UAAA,EAAA,CAAA,CAAA,EAAA;kHAAzB,yBAAyB,EAAA,CAAA,CAAA,EAAA;;2FAAzB,yBAAyB,EAAA,UAAA,EAAA,CAAA;kBADrC,UAAU;;;ACpCX;;;;;;;;;;;;;;;AAeG;;ACfH;;AAEG;;;;"}
1
+ {"version":3,"file":"alfresco-adf-core-auth.mjs","sources":["../../../../lib/core/auth/src/authentication.ts","../../../../lib/core/auth/src/authentication-interceptor/authentication.interceptor.ts","../../../../lib/core/auth/src/index.ts","../../../../lib/core/auth/src/alfresco-adf-core-auth.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 { HttpHeaders } from '@angular/common/http';\nimport { Observable } from 'rxjs';\n\nexport abstract class Authentication {\n public abstract addTokenToHeader(requestUrl: string, headers: HttpHeaders): Observable<HttpHeaders>;\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 HttpContextToken,\n HttpHandler,\n HttpHeaderResponse,\n HttpHeaders,\n HttpInterceptor,\n HttpProgressEvent,\n HttpRequest,\n HttpResponse,\n HttpSentEvent,\n HttpUserEvent\n} from '@angular/common/http';\nimport { Injectable } from '@angular/core';\nimport { Observable, throwError as observableThrowError } from 'rxjs';\nimport { catchError, mergeMap } from 'rxjs/operators';\nimport { Authentication } from '../authentication';\n\nexport const SHOULD_ADD_AUTH_TOKEN = new HttpContextToken<boolean>(() => false);\n\n@Injectable()\nexport class AuthenticationInterceptor implements HttpInterceptor {\n\n constructor( private authService: Authentication) { }\n\n intercept(req: HttpRequest<any>, next: HttpHandler):\n Observable<HttpSentEvent | HttpHeaderResponse | HttpProgressEvent | HttpResponse<any> | HttpUserEvent<any>> {\n\n if (req.context.get(SHOULD_ADD_AUTH_TOKEN)) {\n return this.authService.addTokenToHeader(req.url, req.headers).pipe(\n mergeMap((headersWithBearer) => {\n const headerWithContentType = this.appendJsonContentType(headersWithBearer);\n const kcReq = req.clone({ headers: headerWithContentType});\n return next.handle(kcReq)\n .pipe(\n catchError((error) => observableThrowError(error))\n );\n })\n );\n }\n\n return next.handle(req).pipe(catchError((error) => observableThrowError(error)));\n }\n\n private appendJsonContentType(headers: HttpHeaders): HttpHeaders {\n\n // prevent adding any content type, to properly handle formData with boundary browser generated value,\n // as adding any Content-Type its going to break the upload functionality\n\n if (headers.get('Content-Type') === 'multipart/form-data') {\n return headers.delete('Content-Type');\n }\n\n if (!headers.get('Content-Type')) {\n return headers.set('Content-Type', 'application/json;charset=UTF-8');\n }\n\n return headers;\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\nexport * from './authentication';\nexport * from './authentication-interceptor/authentication.interceptor';\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":["observableThrowError","i1.Authentication"],"mappings":";;;;;;AAAA;;;;;;;;;;;;;;;AAeG;MAKmB,cAAc,CAAA;AAEnC;;ACtBD;;;;;;;;;;;;;;;AAeG;AAmBI,MAAM,qBAAqB,GAAG,IAAI,gBAAgB,CAAU,MAAM,KAAK,EAAE;MAGnE,yBAAyB,CAAA;AAElC,IAAA,WAAA,CAAqB,WAA2B,EAAA;QAA3B,IAAW,CAAA,WAAA,GAAX,WAAW,CAAgB;KAAK;IAErD,SAAS,CAAC,GAAqB,EAAE,IAAiB,EAAA;QAGhD,IAAI,GAAG,CAAC,OAAO,CAAC,GAAG,CAAC,qBAAqB,CAAC,EAAE;YACxC,OAAO,IAAI,CAAC,WAAW,CAAC,gBAAgB,CAAC,GAAG,CAAC,GAAG,EAAE,GAAG,CAAC,OAAO,CAAC,CAAC,IAAI,CAC/D,QAAQ,CAAC,CAAC,iBAAiB,KAAI;gBAC3B,MAAM,qBAAqB,GAAG,IAAI,CAAC,qBAAqB,CAAC,iBAAiB,CAAC,CAAC;AAC5E,gBAAA,MAAM,KAAK,GAAG,GAAG,CAAC,KAAK,CAAC,EAAE,OAAO,EAAE,qBAAqB,EAAC,CAAC,CAAC;AAC3D,gBAAA,OAAO,IAAI,CAAC,MAAM,CAAC,KAAK,CAAC;AACxB,qBAAA,IAAI,CACD,UAAU,CAAC,CAAC,KAAK,KAAKA,UAAoB,CAAC,KAAK,CAAC,CAAC,CACrD,CAAC;aACL,CAAC,CACL,CAAC;AACL,SAAA;QAED,OAAO,IAAI,CAAC,MAAM,CAAC,GAAG,CAAC,CAAC,IAAI,CAAC,UAAU,CAAC,CAAC,KAAK,KAAKA,UAAoB,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC;KAClF;AAEO,IAAA,qBAAqB,CAAC,OAAoB,EAAA;;;QAKhD,IAAI,OAAO,CAAC,GAAG,CAAC,cAAc,CAAC,KAAK,qBAAqB,EAAE;AACvD,YAAA,OAAO,OAAO,CAAC,MAAM,CAAC,cAAc,CAAC,CAAC;AACzC,SAAA;AAED,QAAA,IAAI,CAAC,OAAO,CAAC,GAAG,CAAC,cAAc,CAAC,EAAE;YAC9B,OAAO,OAAO,CAAC,GAAG,CAAC,cAAc,EAAE,gCAAgC,CAAC,CAAC;AACxE,SAAA;AAED,QAAA,OAAO,OAAO,CAAC;KAChB;8GArCQ,yBAAyB,EAAA,IAAA,EAAA,CAAA,EAAA,KAAA,EAAAC,cAAA,EAAA,CAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,UAAA,EAAA,CAAA,CAAA,EAAA;kHAAzB,yBAAyB,EAAA,CAAA,CAAA,EAAA;;2FAAzB,yBAAyB,EAAA,UAAA,EAAA,CAAA;kBADrC,UAAU;;;ACpCX;;;;;;;;;;;;;;;AAeG;;ACfH;;AAEG;;;;"}
@@ -12,7 +12,7 @@ import { TranslateModule } from '@ngx-translate/core';
12
12
 
13
13
  /*!
14
14
  * @license
15
- * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
15
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
16
16
  *
17
17
  * Licensed under the Apache License, Version 2.0 (the "License");
18
18
  * you may not use this file except in compliance with the License.
@@ -54,7 +54,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImpor
54
54
 
55
55
  /*!
56
56
  * @license
57
- * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
57
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
58
58
  *
59
59
  * Licensed under the Apache License, Version 2.0 (the "License");
60
60
  * you may not use this file except in compliance with the License.
@@ -94,7 +94,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImpor
94
94
 
95
95
  /*!
96
96
  * @license
97
- * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
97
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
98
98
  *
99
99
  * Licensed under the Apache License, Version 2.0 (the "License");
100
100
  * you may not use this file except in compliance with the License.
@@ -164,7 +164,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImpor
164
164
 
165
165
  /*!
166
166
  * @license
167
- * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
167
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
168
168
  *
169
169
  * Licensed under the Apache License, Version 2.0 (the "License");
170
170
  * you may not use this file except in compliance with the License.
@@ -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-2024 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(\n root.querySelectorAll(\n allFocusableElements\n ) as NodeListOf<HTMLElement>\n ).filter(\n (element) =>\n !element.hasAttribute('disabled') && element.tabIndex >= 0\n );\n }\n}\n","/*!\n * @license\n * Copyright © 2005-2024 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></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-2024 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-2024 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":"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"}
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(\n root.querySelectorAll(\n allFocusableElements\n ) as NodeListOf<HTMLElement>\n ).filter(\n (element) =>\n !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></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":"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"}
@@ -28,7 +28,7 @@ import * as i1$1 from '@alfresco/adf-core';
28
28
 
29
29
  /*!
30
30
  * @license
31
- * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
31
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
32
32
  *
33
33
  * Licensed under the Apache License, Version 2.0 (the "License");
34
34
  * you may not use this file except in compliance with the License.
@@ -51,7 +51,7 @@ const FlagsOverrideToken = new InjectionToken('FlagsOverrideToken');
51
51
 
52
52
  /*!
53
53
  * @license
54
- * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
54
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
55
55
  *
56
56
  * Licensed under the Apache License, Version 2.0 (the "License");
57
57
  * you may not use this file except in compliance with the License.
@@ -101,7 +101,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImpor
101
101
 
102
102
  /*!
103
103
  * @license
104
- * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
104
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
105
105
  *
106
106
  * Licensed under the Apache License, Version 2.0 (the "License");
107
107
  * you may not use this file except in compliance with the License.
@@ -203,7 +203,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImpor
203
203
 
204
204
  /*!
205
205
  * @license
206
- * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
206
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
207
207
  *
208
208
  * Licensed under the Apache License, Version 2.0 (the "License");
209
209
  * you may not use this file except in compliance with the License.
@@ -236,7 +236,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImpor
236
236
 
237
237
  /*!
238
238
  * @license
239
- * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
239
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
240
240
  *
241
241
  * Licensed under the Apache License, Version 2.0 (the "License");
242
242
  * you may not use this file except in compliance with the License.
@@ -294,7 +294,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImpor
294
294
 
295
295
  /*!
296
296
  * @license
297
- * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
297
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
298
298
  *
299
299
  * Licensed under the Apache License, Version 2.0 (the "License");
300
300
  * you may not use this file except in compliance with the License.
@@ -352,7 +352,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImpor
352
352
 
353
353
  /*!
354
354
  * @license
355
- * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
355
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
356
356
  *
357
357
  * Licensed under the Apache License, Version 2.0 (the "License");
358
358
  * you may not use this file except in compliance with the License.
@@ -387,7 +387,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImpor
387
387
 
388
388
  /*!
389
389
  * @license
390
- * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
390
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
391
391
  *
392
392
  * Licensed under the Apache License, Version 2.0 (the "License");
393
393
  * you may not use this file except in compliance with the License.
@@ -422,7 +422,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImpor
422
422
 
423
423
  /*!
424
424
  * @license
425
- * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
425
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
426
426
  *
427
427
  * Licensed under the Apache License, Version 2.0 (the "License");
428
428
  * you may not use this file except in compliance with the License.
@@ -459,7 +459,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImpor
459
459
 
460
460
  /*!
461
461
  * @license
462
- * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
462
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
463
463
  *
464
464
  * Licensed under the Apache License, Version 2.0 (the "License");
465
465
  * you may not use this file except in compliance with the License.
@@ -496,7 +496,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImpor
496
496
 
497
497
  /*!
498
498
  * @license
499
- * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
499
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
500
500
  *
501
501
  * Licensed under the Apache License, Version 2.0 (the "License");
502
502
  * you may not use this file except in compliance with the License.
@@ -527,7 +527,7 @@ function provideDummyFeatureFlags() {
527
527
 
528
528
  /*!
529
529
  * @license
530
- * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
530
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
531
531
  *
532
532
  * Licensed under the Apache License, Version 2.0 (the "License");
533
533
  * you may not use this file except in compliance with the License.
@@ -565,7 +565,7 @@ class FlagSetParser {
565
565
 
566
566
  /*!
567
567
  * @license
568
- * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
568
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
569
569
  *
570
570
  * Licensed under the Apache License, Version 2.0 (the "License");
571
571
  * you may not use this file except in compliance with the License.
@@ -678,7 +678,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImpor
678
678
 
679
679
  /*!
680
680
  * @license
681
- * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
681
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
682
682
  *
683
683
  * Licensed under the Apache License, Version 2.0 (the "License");
684
684
  * you may not use this file except in compliance with the License.
@@ -755,7 +755,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImpor
755
755
 
756
756
  /*!
757
757
  * @license
758
- * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
758
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
759
759
  *
760
760
  * Licensed under the Apache License, Version 2.0 (the "License");
761
761
  * you may not use this file except in compliance with the License.
@@ -812,7 +812,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImpor
812
812
 
813
813
  /*!
814
814
  * @license
815
- * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
815
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
816
816
  *
817
817
  * Licensed under the Apache License, Version 2.0 (the "License");
818
818
  * you may not use this file except in compliance with the License.
@@ -857,7 +857,7 @@ function provideDebugFeatureFlags(config) {
857
857
 
858
858
  /*!
859
859
  * @license
860
- * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
860
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
861
861
  *
862
862
  * Licensed under the Apache License, Version 2.0 (the "License");
863
863
  * you may not use this file except in compliance with the License.
@@ -917,7 +917,7 @@ const provideMockFeatureFlags = (featureFlag) => {
917
917
 
918
918
  /*!
919
919
  * @license
920
- * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
920
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
921
921
  *
922
922
  * Licensed under the Apache License, Version 2.0 (the "License");
923
923
  * you may not use this file except in compliance with the License.