@alfresco/adf-core 7.0.0-alpha.8-13180326229 → 7.0.0-alpha.8-13181987261

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 (968) 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/bundles/assets/adf-core/i18n/en.json +1 -0
  15. package/esm2022/api/index.mjs +2 -2
  16. package/esm2022/api/lib/adf-http-client.service.mjs +6 -6
  17. package/esm2022/api/lib/alfresco-api/alfresco-api.param-encoder.mjs +2 -2
  18. package/esm2022/api/lib/alfresco-api/alfresco-api.response-error.mjs +2 -2
  19. package/esm2022/api/lib/alfresco-api/alfresco-api.utils.mjs +3 -3
  20. package/esm2022/api/lib/interfaces.mjs +2 -2
  21. package/esm2022/api/lib/types.mjs +3 -2
  22. package/esm2022/auth/authentication-interceptor/authentication.interceptor.mjs +8 -7
  23. package/esm2022/auth/authentication.mjs +2 -2
  24. package/esm2022/auth/index.mjs +2 -2
  25. package/esm2022/breadcrumbs/components/breadcrumb/breadcrumb.component.mjs +7 -7
  26. package/esm2022/breadcrumbs/components/breadcrumb-item/breadcrumb-item.component.mjs +7 -7
  27. package/esm2022/breadcrumbs/directives/breadcrumb-focus.directive.mjs +6 -6
  28. package/esm2022/breadcrumbs/index.mjs +2 -2
  29. package/esm2022/feature-flags/index.mjs +2 -2
  30. package/esm2022/feature-flags/lib/components/feature-flags-wrapper.mjs +5 -5
  31. package/esm2022/feature-flags/lib/components/feature-override-indicator.component.mjs +7 -7
  32. package/esm2022/feature-flags/lib/components/flags/flags.component.mjs +7 -7
  33. package/esm2022/feature-flags/lib/directives/features.directive.mjs +7 -7
  34. package/esm2022/feature-flags/lib/directives/not-features.directive.mjs +7 -7
  35. package/esm2022/feature-flags/lib/guards/is-feature-off.guard.mjs +7 -7
  36. package/esm2022/feature-flags/lib/guards/is-feature-on.guard.mjs +7 -7
  37. package/esm2022/feature-flags/lib/guards/is-flags-override-on.guard.mjs +7 -7
  38. package/esm2022/feature-flags/lib/interfaces/features.interface.mjs +2 -2
  39. package/esm2022/feature-flags/lib/mocks/features-service-mock.factory.mjs +2 -2
  40. package/esm2022/feature-flags/lib/providers/debug-feature-flags.provider.mjs +2 -2
  41. package/esm2022/feature-flags/lib/providers/dummy-feature-flags.provider.mjs +2 -2
  42. package/esm2022/feature-flags/lib/services/debug-features.service.mjs +7 -7
  43. package/esm2022/feature-flags/lib/services/dummy-features.service.mjs +5 -5
  44. package/esm2022/feature-flags/lib/services/flagset.parser.mjs +2 -2
  45. package/esm2022/feature-flags/lib/services/qa-features.helper.mjs +7 -7
  46. package/esm2022/feature-flags/lib/services/storage-features.service.mjs +7 -7
  47. package/esm2022/lib/about/about-extension-list/about-extension-list.component.mjs +5 -5
  48. package/esm2022/lib/about/about-license-list/about-license-list.component.mjs +5 -5
  49. package/esm2022/lib/about/about-module-list/module-list.component.mjs +5 -5
  50. package/esm2022/lib/about/about-package/package-list.component.mjs +5 -5
  51. package/esm2022/lib/about/about-panel.directive.mjs +5 -5
  52. package/esm2022/lib/about/about-repository-info/about-repository-info.component.mjs +5 -5
  53. package/esm2022/lib/about/about-repository-info/repository-info.interface.mjs +2 -2
  54. package/esm2022/lib/about/about-server-settings/about-server-settings.component.mjs +6 -6
  55. package/esm2022/lib/about/about-status-list/about-status-list.component.mjs +5 -5
  56. package/esm2022/lib/about/about.component.mjs +5 -5
  57. package/esm2022/lib/about/about.module.mjs +6 -6
  58. package/esm2022/lib/about/index.mjs +2 -2
  59. package/esm2022/lib/about/interfaces.mjs +2 -2
  60. package/esm2022/lib/about/public-api.mjs +2 -2
  61. package/esm2022/lib/app-config/app-config-storage-prefix.factory.mjs +10 -8
  62. package/esm2022/lib/app-config/app-config.loader.mjs +3 -2
  63. package/esm2022/lib/app-config/app-config.module.mjs +6 -6
  64. package/esm2022/lib/app-config/app-config.pipe.mjs +6 -6
  65. package/esm2022/lib/app-config/app-config.service.mjs +6 -6
  66. package/esm2022/lib/app-config/debug-app-config.service.mjs +6 -6
  67. package/esm2022/lib/app-config/index.mjs +2 -2
  68. package/esm2022/lib/app-config/public-api.mjs +2 -2
  69. package/esm2022/lib/auth/authentication-interceptor/auth-bearer.interceptor.mjs +12 -9
  70. package/esm2022/lib/auth/basic-auth/basic-alfresco-auth.service.mjs +6 -6
  71. package/esm2022/lib/auth/basic-auth/content-auth.mjs +7 -7
  72. package/esm2022/lib/auth/basic-auth/process-auth.mjs +7 -8
  73. package/esm2022/lib/auth/guard/auth-guard-bpm.service.mjs +2 -2
  74. package/esm2022/lib/auth/guard/auth-guard-ecm.service.mjs +2 -2
  75. package/esm2022/lib/auth/guard/auth-guard-sso-role.service.mjs +3 -3
  76. package/esm2022/lib/auth/guard/auth-guard.mjs +2 -2
  77. package/esm2022/lib/auth/guard/auth-guard.service.mjs +6 -6
  78. package/esm2022/lib/auth/index.mjs +2 -2
  79. package/esm2022/lib/auth/interfaces/authentication-service.interface.mjs +2 -2
  80. package/esm2022/lib/auth/interfaces/authentication.interface.mjs +2 -2
  81. package/esm2022/lib/auth/interfaces/identity-group.interface.mjs +2 -2
  82. package/esm2022/lib/auth/interfaces/identity-user.service.interface.mjs +2 -2
  83. package/esm2022/lib/auth/interfaces/openid-configuration.interface.mjs +2 -2
  84. package/esm2022/lib/auth/models/application-access.model.mjs +2 -2
  85. package/esm2022/lib/auth/models/identity-group.model.mjs +2 -2
  86. package/esm2022/lib/auth/models/identity-role.model.mjs +2 -2
  87. package/esm2022/lib/auth/models/identity-user.model.mjs +2 -2
  88. package/esm2022/lib/auth/models/oauth-config.model.mjs +2 -2
  89. package/esm2022/lib/auth/models/redirection.model.mjs +2 -2
  90. package/esm2022/lib/auth/models/user-access.model.mjs +2 -2
  91. package/esm2022/lib/auth/oidc/auth-config.mjs +2 -2
  92. package/esm2022/lib/auth/oidc/auth-config.service.mjs +7 -7
  93. package/esm2022/lib/auth/oidc/auth-routing.module.mjs +6 -6
  94. package/esm2022/lib/auth/oidc/auth.module.mjs +6 -6
  95. package/esm2022/lib/auth/oidc/auth.service.mjs +2 -2
  96. package/esm2022/lib/auth/oidc/oidc-auth.guard.mjs +2 -2
  97. package/esm2022/lib/auth/oidc/oidc-authentication.service.mjs +6 -6
  98. package/esm2022/lib/auth/oidc/public-api.mjs +2 -2
  99. package/esm2022/lib/auth/oidc/redirect-auth.service.mjs +7 -7
  100. package/esm2022/lib/auth/oidc/retry-login.service.mjs +5 -5
  101. package/esm2022/lib/auth/oidc/token.interceptor.mjs +5 -5
  102. package/esm2022/lib/auth/oidc/view/authentication-confirmation/authentication-confirmation.component.mjs +6 -6
  103. package/esm2022/lib/auth/public-api.mjs +2 -2
  104. package/esm2022/lib/auth/services/authentication.service.mjs +6 -6
  105. package/esm2022/lib/auth/services/base-authentication.service.mjs +2 -2
  106. package/esm2022/lib/auth/services/identity-group.service.mjs +7 -7
  107. package/esm2022/lib/auth/services/identity-role.service.mjs +6 -6
  108. package/esm2022/lib/auth/services/identity-user.service.mjs +9 -7
  109. package/esm2022/lib/auth/services/jwt-helper.service.mjs +5 -5
  110. package/esm2022/lib/auth/services/oauth2.service.mjs +6 -6
  111. package/esm2022/lib/auth/services/time-sync.service.mjs +9 -9
  112. package/esm2022/lib/auth/services/user-access.service.mjs +8 -10
  113. package/esm2022/lib/avatar/avatar.component.mjs +5 -5
  114. package/esm2022/lib/blank-page/blank-page.component.mjs +5 -5
  115. package/esm2022/lib/blank-page/blank-page.module.mjs +6 -6
  116. package/esm2022/lib/blank-page/index.mjs +2 -2
  117. package/esm2022/lib/blank-page/public-api.mjs +2 -2
  118. package/esm2022/lib/button/button.component.mjs +6 -6
  119. package/esm2022/lib/card-view/card-view.module.mjs +6 -6
  120. package/esm2022/lib/card-view/components/base-card-view.mjs +6 -6
  121. package/esm2022/lib/card-view/components/card-view/card-view.component.mjs +5 -5
  122. package/esm2022/lib/card-view/components/card-view-arrayitem/card-view-arrayitem.component.mjs +5 -5
  123. package/esm2022/lib/card-view/components/card-view-boolitem/card-view-boolitem.component.mjs +5 -5
  124. package/esm2022/lib/card-view/components/card-view-dateitem/card-view-dateitem.component.mjs +7 -7
  125. package/esm2022/lib/card-view/components/card-view-item-dispatcher/card-view-item-dispatcher.component.mjs +7 -7
  126. package/esm2022/lib/card-view/components/card-view-keyvaluepairsitem/card-view-keyvaluepairsitem.component.mjs +5 -5
  127. package/esm2022/lib/card-view/components/card-view-mapitem/card-view-mapitem.component.mjs +5 -5
  128. package/esm2022/lib/card-view/components/card-view-selectitem/card-view-selectitem.component.mjs +5 -5
  129. package/esm2022/lib/card-view/components/card-view-selectitem/select-filter-input/select-filter-input.component.mjs +7 -7
  130. package/esm2022/lib/card-view/components/card-view-textitem/card-view-textitem.component.mjs +6 -6
  131. package/esm2022/lib/card-view/components/card-view.components.mjs +2 -2
  132. package/esm2022/lib/card-view/index.mjs +2 -2
  133. package/esm2022/lib/card-view/interfaces/base-card-view-update.interface.mjs +2 -2
  134. package/esm2022/lib/card-view/interfaces/card-view-arrayitem-properties.interface.mjs +2 -2
  135. package/esm2022/lib/card-view/interfaces/card-view-boolitem-properties.interface.mjs +2 -2
  136. package/esm2022/lib/card-view/interfaces/card-view-dateitem-properties.interface.mjs +2 -2
  137. package/esm2022/lib/card-view/interfaces/card-view-item-properties.interface.mjs +2 -2
  138. package/esm2022/lib/card-view/interfaces/card-view-item-validator.interface.mjs +2 -2
  139. package/esm2022/lib/card-view/interfaces/card-view-item.interface.mjs +2 -2
  140. package/esm2022/lib/card-view/interfaces/card-view-keyvaluepairsitem-properties.interface.mjs +2 -2
  141. package/esm2022/lib/card-view/interfaces/card-view-selectitem-properties.interface.mjs +2 -2
  142. package/esm2022/lib/card-view/interfaces/card-view-textitem-pipe-property.interface.mjs +2 -2
  143. package/esm2022/lib/card-view/interfaces/card-view-textitem-properties.interface.mjs +2 -2
  144. package/esm2022/lib/card-view/interfaces/card-view.interfaces.mjs +2 -2
  145. package/esm2022/lib/card-view/interfaces/click-notification.interface.mjs +2 -2
  146. package/esm2022/lib/card-view/interfaces/update-notification.interface.mjs +2 -2
  147. package/esm2022/lib/card-view/models/card-view-arrayitem.model.mjs +2 -2
  148. package/esm2022/lib/card-view/models/card-view-baseitem.model.mjs +2 -2
  149. package/esm2022/lib/card-view/models/card-view-boolitem.model.mjs +2 -2
  150. package/esm2022/lib/card-view/models/card-view-dateitem.model.mjs +2 -2
  151. package/esm2022/lib/card-view/models/card-view-datetimeitem.model.mjs +2 -2
  152. package/esm2022/lib/card-view/models/card-view-floatitem.model.mjs +2 -2
  153. package/esm2022/lib/card-view/models/card-view-intitem.model.mjs +2 -2
  154. package/esm2022/lib/card-view/models/card-view-keyvaluepairs.model.mjs +2 -2
  155. package/esm2022/lib/card-view/models/card-view-longitem.model.mjs +2 -2
  156. package/esm2022/lib/card-view/models/card-view-mapitem.model.mjs +2 -2
  157. package/esm2022/lib/card-view/models/card-view-selectitem.model.mjs +2 -2
  158. package/esm2022/lib/card-view/models/card-view-textitem.model.mjs +2 -2
  159. package/esm2022/lib/card-view/models/card-view.models.mjs +2 -2
  160. package/esm2022/lib/card-view/public-api.mjs +2 -2
  161. package/esm2022/lib/card-view/services/card-item-types.service.mjs +5 -5
  162. package/esm2022/lib/card-view/services/card-view-update.service.mjs +5 -5
  163. package/esm2022/lib/card-view/services/card-view.services.mjs +2 -2
  164. package/esm2022/lib/card-view/validators/card-view-item-float.validator.mjs +2 -2
  165. package/esm2022/lib/card-view/validators/card-view-item-int.validator.mjs +3 -3
  166. package/esm2022/lib/card-view/validators/card-view-item-length.validator.mjs +2 -2
  167. package/esm2022/lib/card-view/validators/card-view-item-long.validator.mjs +2 -2
  168. package/esm2022/lib/card-view/validators/card-view-item-match.validator.mjs +2 -2
  169. package/esm2022/lib/card-view/validators/card-view-item-minmax.validator.mjs +2 -2
  170. package/esm2022/lib/card-view/validators/card-view-item-only-positive-int.validator.mjs +5 -3
  171. package/esm2022/lib/card-view/validators/card-view-item-only-positive-long.validator.mjs +2 -2
  172. package/esm2022/lib/card-view/validators/card-view.validators.mjs +2 -2
  173. package/esm2022/lib/card-view/validators/validators.map.mjs +2 -2
  174. package/esm2022/lib/clipboard/clipboard.directive.mjs +9 -9
  175. package/esm2022/lib/clipboard/clipboard.module.mjs +6 -6
  176. package/esm2022/lib/clipboard/clipboard.service.mjs +7 -7
  177. package/esm2022/lib/clipboard/index.mjs +2 -2
  178. package/esm2022/lib/clipboard/public-api.mjs +2 -2
  179. package/esm2022/lib/comments/comment-list/comment-list.component.mjs +5 -5
  180. package/esm2022/lib/comments/comment-list/comment-list.module.mjs +6 -6
  181. package/esm2022/lib/comments/comment-list/index.mjs +2 -2
  182. package/esm2022/lib/comments/comment-list/public-api.mjs +2 -2
  183. package/esm2022/lib/comments/comments.component.mjs +4 -4
  184. package/esm2022/lib/comments/comments.module.mjs +6 -6
  185. package/esm2022/lib/comments/index.mjs +2 -2
  186. package/esm2022/lib/comments/interfaces/comments-service.interface.mjs +2 -2
  187. package/esm2022/lib/comments/interfaces/comments.token.mjs +2 -2
  188. package/esm2022/lib/comments/public-api.mjs +2 -2
  189. package/esm2022/lib/common/index.mjs +2 -2
  190. package/esm2022/lib/common/interface/search-component.interface.mjs +2 -2
  191. package/esm2022/lib/common/mock/app-config.service.mock.mjs +6 -6
  192. package/esm2022/lib/common/models/default-languages.model.mjs +2 -2
  193. package/esm2022/lib/common/models/log-levels.model.mjs +2 -2
  194. package/esm2022/lib/common/models/user-info-mode.enum.mjs +2 -2
  195. package/esm2022/lib/common/services/cookie.service.mjs +12 -9
  196. package/esm2022/lib/common/services/download.service.mjs +8 -7
  197. package/esm2022/lib/common/services/dynamic-component-mapper.service.mjs +2 -2
  198. package/esm2022/lib/common/services/highlight-transform.service.mjs +6 -9
  199. package/esm2022/lib/common/services/language-item.interface.mjs +2 -2
  200. package/esm2022/lib/common/services/log.service.mjs +6 -6
  201. package/esm2022/lib/common/services/page-title.service.mjs +6 -6
  202. package/esm2022/lib/common/services/sort-by-category.service.mjs +5 -5
  203. package/esm2022/lib/common/services/storage.service.mjs +6 -6
  204. package/esm2022/lib/common/services/thumbnail.service.mjs +7 -7
  205. package/esm2022/lib/common/services/url.service.mjs +6 -6
  206. package/esm2022/lib/common/services/user-preferences.service.mjs +6 -6
  207. package/esm2022/lib/common/utils/date-fns-adapter.mjs +7 -7
  208. package/esm2022/lib/common/utils/date-fns-utils.mjs +2 -2
  209. package/esm2022/lib/common/utils/datetime-fns-adapter.mjs +17 -17
  210. package/esm2022/lib/common/utils/file-utils.mjs +2 -2
  211. package/esm2022/lib/common/utils/index.mjs +2 -2
  212. package/esm2022/lib/common/utils/moment-date-adapter.mjs +6 -6
  213. package/esm2022/lib/common/utils/moment-date-formats.model.mjs +2 -2
  214. package/esm2022/lib/common/utils/object-utils.mjs +10 -9
  215. package/esm2022/lib/common/utils/public-api.mjs +2 -2
  216. package/esm2022/lib/common/utils/string-utils.mjs +3 -3
  217. package/esm2022/lib/context-menu/animations.mjs +2 -2
  218. package/esm2022/lib/context-menu/context-menu-list.component.mjs +7 -7
  219. package/esm2022/lib/context-menu/context-menu-overlay.mjs +2 -2
  220. package/esm2022/lib/context-menu/context-menu-overlay.service.mjs +10 -11
  221. package/esm2022/lib/context-menu/context-menu.directive.mjs +6 -6
  222. package/esm2022/lib/context-menu/context-menu.module.mjs +6 -6
  223. package/esm2022/lib/context-menu/context-menu.tokens.mjs +2 -2
  224. package/esm2022/lib/context-menu/index.mjs +2 -2
  225. package/esm2022/lib/context-menu/interfaces.mjs +2 -2
  226. package/esm2022/lib/context-menu/public-api.mjs +2 -2
  227. package/esm2022/lib/core.module.mjs +7 -7
  228. package/esm2022/lib/datatable/components/amount-cell/amount-cell.component.mjs +5 -5
  229. package/esm2022/lib/datatable/components/boolean-cell/boolean-cell.component.mjs +5 -5
  230. package/esm2022/lib/datatable/components/columns-selector/columns-search-filter.pipe.mjs +5 -5
  231. package/esm2022/lib/datatable/components/columns-selector/columns-selector.component.mjs +5 -5
  232. package/esm2022/lib/datatable/components/data-cell.event.mjs +2 -2
  233. package/esm2022/lib/datatable/components/data-row-action.event.mjs +2 -2
  234. package/esm2022/lib/datatable/components/datatable/datatable.component.mjs +7 -7
  235. package/esm2022/lib/datatable/components/datatable-cell/datatable-cell.component.mjs +5 -5
  236. package/esm2022/lib/datatable/components/datatable-row/datatable-row.component.mjs +7 -7
  237. package/esm2022/lib/datatable/components/date-cell/date-cell.component.mjs +5 -5
  238. package/esm2022/lib/datatable/components/empty-list/empty-list.component.mjs +15 -15
  239. package/esm2022/lib/datatable/components/filesize-cell/filesize-cell.component.mjs +5 -5
  240. package/esm2022/lib/datatable/components/icon-cell/icon-cell.component.mjs +6 -6
  241. package/esm2022/lib/datatable/components/json-cell/json-cell.component.mjs +7 -7
  242. package/esm2022/lib/datatable/components/location-cell/location-cell.component.mjs +6 -6
  243. package/esm2022/lib/datatable/components/mocks/datatable.mock.mjs +3 -3
  244. package/esm2022/lib/datatable/components/number-cell/number-cell.component.mjs +5 -5
  245. package/esm2022/lib/datatable/data/data-column.model.mjs +2 -2
  246. package/esm2022/lib/datatable/data/data-row-event.model.mjs +2 -2
  247. package/esm2022/lib/datatable/data/data-row-update.model.mjs +2 -2
  248. package/esm2022/lib/datatable/data/data-row.model.mjs +2 -2
  249. package/esm2022/lib/datatable/data/data-sorting.model.mjs +2 -2
  250. package/esm2022/lib/datatable/data/data-table.schema.mjs +6 -6
  251. package/esm2022/lib/datatable/data/datatable-adapter.mjs +2 -2
  252. package/esm2022/lib/datatable/data/object-datacolumn.model.mjs +2 -2
  253. package/esm2022/lib/datatable/data/object-datarow.model.mjs +2 -2
  254. package/esm2022/lib/datatable/data/object-datatable-adapter.mjs +2 -2
  255. package/esm2022/lib/datatable/data-column/data-column-header.component.mjs +6 -6
  256. package/esm2022/lib/datatable/data-column/data-column-list.component.mjs +5 -5
  257. package/esm2022/lib/datatable/data-column/data-column.component.mjs +5 -5
  258. package/esm2022/lib/datatable/data-column/index.mjs +2 -2
  259. package/esm2022/lib/datatable/data-column/public-api.mjs +2 -2
  260. package/esm2022/lib/datatable/datatable.module.mjs +6 -6
  261. package/esm2022/lib/datatable/directives/custom-empty-content-template.directive.mjs +5 -5
  262. package/esm2022/lib/datatable/directives/custom-loading-template.directive.mjs +5 -5
  263. package/esm2022/lib/datatable/directives/custom-no-permission-template.directive.mjs +5 -5
  264. package/esm2022/lib/datatable/directives/drop-zone.directive.mjs +6 -6
  265. package/esm2022/lib/datatable/directives/header-filter-template.directive.mjs +6 -6
  266. package/esm2022/lib/datatable/directives/loading-template.directive.mjs +6 -6
  267. package/esm2022/lib/datatable/directives/main-data-table-action-template.directive.mjs +6 -6
  268. package/esm2022/lib/datatable/directives/no-content-template.directive.mjs +6 -6
  269. package/esm2022/lib/datatable/directives/no-permission-template.directive.mjs +6 -6
  270. package/esm2022/lib/datatable/directives/resizable/resizable.directive.mjs +6 -6
  271. package/esm2022/lib/datatable/directives/resizable/resize-handle.directive.mjs +6 -6
  272. package/esm2022/lib/datatable/directives/resizable/types.mjs +2 -2
  273. package/esm2022/lib/datatable/index.mjs +2 -2
  274. package/esm2022/lib/datatable/public-api.mjs +2 -2
  275. package/esm2022/lib/datatable/services/datatable.service.mjs +5 -5
  276. package/esm2022/lib/dialogs/confirm-dialog/confirm.dialog.mjs +7 -7
  277. package/esm2022/lib/dialogs/confirm-dialog/confirm.dialog.module.mjs +6 -6
  278. package/esm2022/lib/dialogs/dialog/dialog-data.interface.mjs +2 -2
  279. package/esm2022/lib/dialogs/dialog/dialog.component.mjs +7 -7
  280. package/esm2022/lib/dialogs/dialog/dialog.model.mjs +2 -2
  281. package/esm2022/lib/dialogs/dialog/index.mjs +2 -2
  282. package/esm2022/lib/dialogs/edit-json/edit-json.dialog.mjs +7 -7
  283. package/esm2022/lib/dialogs/edit-json/edit-json.dialog.module.mjs +24 -7
  284. package/esm2022/lib/dialogs/index.mjs +2 -2
  285. package/esm2022/lib/dialogs/public-api.mjs +2 -2
  286. package/esm2022/lib/dialogs/unsaved-changes-dialog/unsaved-changes-dialog.component.mjs +7 -7
  287. package/esm2022/lib/dialogs/unsaved-changes-dialog/unsaved-changes-dialog.model.mjs +2 -2
  288. package/esm2022/lib/dialogs/unsaved-changes-dialog/unsaved-changes-dialog.module.mjs +6 -6
  289. package/esm2022/lib/dialogs/unsaved-changes-dialog/unsaved-changes.guard.mjs +6 -6
  290. package/esm2022/lib/directives/directive.module.mjs +6 -6
  291. package/esm2022/lib/directives/highlight.directive.mjs +6 -6
  292. package/esm2022/lib/directives/index.mjs +2 -2
  293. package/esm2022/lib/directives/infinite-select-scroll.directive.mjs +7 -7
  294. package/esm2022/lib/directives/logout.directive.mjs +6 -6
  295. package/esm2022/lib/directives/public-api.mjs +2 -2
  296. package/esm2022/lib/directives/tooltip-card/tooltip-card.component.mjs +6 -6
  297. package/esm2022/lib/directives/tooltip-card/tooltip-card.directive.mjs +6 -6
  298. package/esm2022/lib/directives/upload.directive.mjs +6 -6
  299. package/esm2022/lib/dynamic-chip-list/chip.mjs +2 -2
  300. package/esm2022/lib/dynamic-chip-list/dynamic-chip-list.component.mjs +6 -6
  301. package/esm2022/lib/dynamic-chip-list/dynamic-chip-list.module.mjs +6 -6
  302. package/esm2022/lib/dynamic-chip-list/index.mjs +2 -2
  303. package/esm2022/lib/dynamic-chip-list/public-api.mjs +2 -2
  304. package/esm2022/lib/events/base-ui.event.mjs +2 -2
  305. package/esm2022/lib/events/base.event.mjs +2 -2
  306. package/esm2022/lib/events/index.mjs +2 -2
  307. package/esm2022/lib/events/public-api.mjs +2 -2
  308. package/esm2022/lib/form/components/form-base.component.mjs +5 -5
  309. package/esm2022/lib/form/components/form-custom-button.directive.mjs +5 -5
  310. package/esm2022/lib/form/components/form-field/form-field.component.mjs +5 -5
  311. package/esm2022/lib/form/components/form-renderer.component.mjs +9 -9
  312. package/esm2022/lib/form/components/inplace-form-input/inplace-form-input.component.mjs +6 -6
  313. package/esm2022/lib/form/components/middlewares/decimal-middleware.service.mjs +5 -5
  314. package/esm2022/lib/form/components/middlewares/middleware.mjs +2 -2
  315. package/esm2022/lib/form/components/widgets/amount/amount.widget.mjs +7 -7
  316. package/esm2022/lib/form/components/widgets/base-viewer/base-viewer.widget.mjs +6 -6
  317. package/esm2022/lib/form/components/widgets/checkbox/checkbox.widget.mjs +6 -6
  318. package/esm2022/lib/form/components/widgets/core/container-column.model.mjs +2 -2
  319. package/esm2022/lib/form/components/widgets/core/container.model.mjs +2 -2
  320. package/esm2022/lib/form/components/widgets/core/content-link.model.mjs +2 -2
  321. package/esm2022/lib/form/components/widgets/core/displayable-cm-properties.model.mjs +2 -2
  322. package/esm2022/lib/form/components/widgets/core/error-message.model.mjs +2 -2
  323. package/esm2022/lib/form/components/widgets/core/external-content-link.mjs +2 -2
  324. package/esm2022/lib/form/components/widgets/core/external-content.mjs +2 -2
  325. package/esm2022/lib/form/components/widgets/core/form-field-file-source.mjs +2 -2
  326. package/esm2022/lib/form/components/widgets/core/form-field-metadata.mjs +2 -2
  327. package/esm2022/lib/form/components/widgets/core/form-field-option.mjs +2 -2
  328. package/esm2022/lib/form/components/widgets/core/form-field-rule.mjs +2 -2
  329. package/esm2022/lib/form/components/widgets/core/form-field-selected-folder.mjs +2 -2
  330. package/esm2022/lib/form/components/widgets/core/form-field-templates.mjs +2 -2
  331. package/esm2022/lib/form/components/widgets/core/form-field-types.mjs +2 -2
  332. package/esm2022/lib/form/components/widgets/core/form-field-utils.mjs +2 -2
  333. package/esm2022/lib/form/components/widgets/core/form-field-validator.mjs +2 -2
  334. package/esm2022/lib/form/components/widgets/core/form-field-variable-options.mjs +2 -2
  335. package/esm2022/lib/form/components/widgets/core/form-field.model.mjs +3 -3
  336. package/esm2022/lib/form/components/widgets/core/form-outcome-event.model.mjs +2 -2
  337. package/esm2022/lib/form/components/widgets/core/form-outcome.model.mjs +2 -2
  338. package/esm2022/lib/form/components/widgets/core/form-values.mjs +2 -2
  339. package/esm2022/lib/form/components/widgets/core/form-variable.model.mjs +2 -2
  340. package/esm2022/lib/form/components/widgets/core/form-widget.model.mjs +2 -2
  341. package/esm2022/lib/form/components/widgets/core/form.model.mjs +2 -2
  342. package/esm2022/lib/form/components/widgets/core/group.model.mjs +2 -2
  343. package/esm2022/lib/form/components/widgets/core/index.mjs +2 -2
  344. package/esm2022/lib/form/components/widgets/core/predefined-theme.mjs +2 -2
  345. package/esm2022/lib/form/components/widgets/core/process-form-model.interface.mjs +2 -2
  346. package/esm2022/lib/form/components/widgets/core/process-variable.model.mjs +2 -2
  347. package/esm2022/lib/form/components/widgets/core/tab.model.mjs +2 -2
  348. package/esm2022/lib/form/components/widgets/core/theme.model.mjs +2 -2
  349. package/esm2022/lib/form/components/widgets/core/upload-widget-content-link.model.mjs +2 -2
  350. package/esm2022/lib/form/components/widgets/core/widget-schema.model.mjs +2 -2
  351. package/esm2022/lib/form/components/widgets/date/date.widget.mjs +5 -5
  352. package/esm2022/lib/form/components/widgets/date-time/date-time.widget.mjs +5 -5
  353. package/esm2022/lib/form/components/widgets/decimal/decimal.component.mjs +6 -6
  354. package/esm2022/lib/form/components/widgets/display-text/display-text.schema.mjs +2 -2
  355. package/esm2022/lib/form/components/widgets/display-text/display-text.widget.mjs +6 -6
  356. package/esm2022/lib/form/components/widgets/display-text/index.mjs +2 -2
  357. package/esm2022/lib/form/components/widgets/error/error.component.mjs +6 -6
  358. package/esm2022/lib/form/components/widgets/header/header.schema.mjs +2 -2
  359. package/esm2022/lib/form/components/widgets/header/header.widget.mjs +5 -5
  360. package/esm2022/lib/form/components/widgets/header/index.mjs +2 -2
  361. package/esm2022/lib/form/components/widgets/hyperlink/hyperlink.widget.mjs +6 -6
  362. package/esm2022/lib/form/components/widgets/index.mjs +2 -2
  363. package/esm2022/lib/form/components/widgets/json/json.widget.mjs +6 -6
  364. package/esm2022/lib/form/components/widgets/multiline-text/multiline-text.widget.mjs +6 -6
  365. package/esm2022/lib/form/components/widgets/number/number.widget.mjs +6 -6
  366. package/esm2022/lib/form/components/widgets/reactive-widget.interface.mjs +2 -2
  367. package/esm2022/lib/form/components/widgets/text/text-mask.component.mjs +8 -8
  368. package/esm2022/lib/form/components/widgets/text/text.widget.mjs +6 -6
  369. package/esm2022/lib/form/components/widgets/unknown/unknown.widget.mjs +6 -6
  370. package/esm2022/lib/form/components/widgets/widget.component.mjs +6 -6
  371. package/esm2022/lib/form/events/form-error.event.mjs +2 -2
  372. package/esm2022/lib/form/events/form-field.event.mjs +2 -2
  373. package/esm2022/lib/form/events/form-rules.event.mjs +2 -2
  374. package/esm2022/lib/form/events/form-spinner.event.mjs +2 -2
  375. package/esm2022/lib/form/events/form.event.mjs +2 -2
  376. package/esm2022/lib/form/events/index.mjs +2 -2
  377. package/esm2022/lib/form/events/validate-form-field.event.mjs +2 -2
  378. package/esm2022/lib/form/events/validate-form.event.mjs +2 -2
  379. package/esm2022/lib/form/form-base.module.mjs +6 -6
  380. package/esm2022/lib/form/index.mjs +2 -2
  381. package/esm2022/lib/form/models/form-rules.model.mjs +2 -2
  382. package/esm2022/lib/form/models/task-process-variable.model.mjs +2 -2
  383. package/esm2022/lib/form/models/widget-visibility.model.mjs +2 -2
  384. package/esm2022/lib/form/pipes/field-style.pipe.mjs +5 -5
  385. package/esm2022/lib/form/pipes/index.mjs +2 -2
  386. package/esm2022/lib/form/public-api.mjs +2 -2
  387. package/esm2022/lib/form/services/form-rendering.service.mjs +5 -5
  388. package/esm2022/lib/form/services/form-validation-service.interface.mjs +2 -2
  389. package/esm2022/lib/form/services/form.service.mjs +6 -6
  390. package/esm2022/lib/form/services/widget-visibility.service.mjs +5 -5
  391. package/esm2022/lib/header/header.component.mjs +6 -6
  392. package/esm2022/lib/header/index.mjs +2 -2
  393. package/esm2022/lib/header/navbar/navbar-item.component.mjs +5 -5
  394. package/esm2022/lib/header/navbar/navbar.component.mjs +6 -6
  395. package/esm2022/lib/header/public-api.mjs +2 -2
  396. package/esm2022/lib/icon/icon.component.mjs +5 -5
  397. package/esm2022/lib/icon/icon.module.mjs +6 -6
  398. package/esm2022/lib/icon/index.mjs +2 -2
  399. package/esm2022/lib/icon/public-api.mjs +2 -2
  400. package/esm2022/lib/identity-user-info/identity-user-info.component.mjs +5 -5
  401. package/esm2022/lib/identity-user-info/identity-user-info.module.mjs +6 -6
  402. package/esm2022/lib/identity-user-info/index.mjs +2 -2
  403. package/esm2022/lib/identity-user-info/public-api.mjs +2 -2
  404. package/esm2022/lib/info-drawer/index.mjs +2 -2
  405. package/esm2022/lib/info-drawer/info-drawer-layout.component.mjs +15 -15
  406. package/esm2022/lib/info-drawer/info-drawer.component.mjs +10 -10
  407. package/esm2022/lib/info-drawer/info-drawer.module.mjs +6 -6
  408. package/esm2022/lib/info-drawer/public-api.mjs +2 -2
  409. package/esm2022/lib/interface/index.mjs +2 -2
  410. package/esm2022/lib/interface/injection.tokens.mjs +2 -2
  411. package/esm2022/lib/interface/public-api.mjs +2 -2
  412. package/esm2022/lib/language-menu/index.mjs +2 -2
  413. package/esm2022/lib/language-menu/language-menu.component.mjs +7 -7
  414. package/esm2022/lib/language-menu/language-menu.module.mjs +6 -6
  415. package/esm2022/lib/language-menu/language-picker.component.mjs +6 -6
  416. package/esm2022/lib/language-menu/public-api.mjs +2 -2
  417. package/esm2022/lib/language-menu/service/language.service.interface.mjs +2 -2
  418. package/esm2022/lib/language-menu/service/language.service.mjs +5 -5
  419. package/esm2022/lib/layout/components/header/header.component.mjs +7 -7
  420. package/esm2022/lib/layout/components/layout-container/layout-container.component.mjs +7 -7
  421. package/esm2022/lib/layout/components/sidebar-action/sidebar-action-menu.component.mjs +15 -15
  422. package/esm2022/lib/layout/components/sidenav-layout/sidenav-layout.component.mjs +7 -7
  423. package/esm2022/lib/layout/directives/sidenav-layout-content.directive.mjs +5 -5
  424. package/esm2022/lib/layout/directives/sidenav-layout-header.directive.mjs +5 -5
  425. package/esm2022/lib/layout/directives/sidenav-layout-navigation.directive.mjs +5 -5
  426. package/esm2022/lib/layout/index.mjs +2 -2
  427. package/esm2022/lib/layout/layout.module.mjs +6 -6
  428. package/esm2022/lib/layout/public-api.mjs +2 -2
  429. package/esm2022/lib/login/components/login/login.component.mjs +8 -8
  430. package/esm2022/lib/login/components/login-dialog/login-dialog-component-data.interface.mjs +2 -2
  431. package/esm2022/lib/login/components/login-dialog/login-dialog.component.mjs +13 -8
  432. package/esm2022/lib/login/components/login-dialog-panel/login-dialog-panel.component.mjs +10 -6
  433. package/esm2022/lib/login/directives/login-footer.directive.mjs +6 -6
  434. package/esm2022/lib/login/directives/login-header.directive.mjs +6 -6
  435. package/esm2022/lib/login/index.mjs +2 -2
  436. package/esm2022/lib/login/login.module.mjs +6 -6
  437. package/esm2022/lib/login/models/login-error.event.mjs +2 -2
  438. package/esm2022/lib/login/models/login-submit.event.mjs +2 -2
  439. package/esm2022/lib/login/models/login-success.event.mjs +2 -2
  440. package/esm2022/lib/login/public-api.mjs +2 -2
  441. package/esm2022/lib/material.module.mjs +6 -6
  442. package/esm2022/lib/mock/cookie.service.mock.mjs +5 -5
  443. package/esm2022/lib/mock/data-column.mock.mjs +41 -9
  444. package/esm2022/lib/mock/event.mock.mjs +2 -2
  445. package/esm2022/lib/mock/form/form-definition-readonly.mock.mjs +4 -4
  446. package/esm2022/lib/mock/form/form-definition-visibility.mock.mjs +6 -6
  447. package/esm2022/lib/mock/form/form-definition.mock.mjs +8 -8
  448. package/esm2022/lib/mock/form/form.component.mock.mjs +6 -6
  449. package/esm2022/lib/mock/form/form.service.mock.mjs +6 -6
  450. package/esm2022/lib/mock/form/widget-visibility.service.mock.mjs +52 -84
  451. package/esm2022/lib/mock/index.mjs +2 -2
  452. package/esm2022/lib/mock/public-api.mjs +2 -2
  453. package/esm2022/lib/mock/translation.service.mock.mjs +5 -5
  454. package/esm2022/lib/models/comment.model.mjs +2 -2
  455. package/esm2022/lib/models/component.model.mjs +2 -2
  456. package/esm2022/lib/models/decimal-number.model.mjs +2 -2
  457. package/esm2022/lib/models/general-user.model.mjs +2 -2
  458. package/esm2022/lib/models/index.mjs +2 -2
  459. package/esm2022/lib/models/pagination.model.mjs +2 -2
  460. package/esm2022/lib/models/path.model.mjs +2 -2
  461. package/esm2022/lib/models/product-version.model.mjs +2 -2
  462. package/esm2022/lib/models/public-api.mjs +2 -2
  463. package/esm2022/lib/models/request-pagination.model.mjs +2 -2
  464. package/esm2022/lib/notifications/components/add-notification.stories.component.mjs +6 -6
  465. package/esm2022/lib/notifications/components/notification-history.component.mjs +7 -7
  466. package/esm2022/lib/notifications/helpers/notification.factory.mjs +2 -2
  467. package/esm2022/lib/notifications/index.mjs +2 -2
  468. package/esm2022/lib/notifications/models/notification.model.mjs +2 -2
  469. package/esm2022/lib/notifications/notification-history.module.mjs +6 -6
  470. package/esm2022/lib/notifications/public-api.mjs +2 -2
  471. package/esm2022/lib/notifications/services/notification.service.mjs +8 -8
  472. package/esm2022/lib/pagination/index.mjs +2 -2
  473. package/esm2022/lib/pagination/infinite-pagination.component.mjs +7 -7
  474. package/esm2022/lib/pagination/paginated-component.interface.mjs +2 -2
  475. package/esm2022/lib/pagination/pagination-component.interface.mjs +2 -2
  476. package/esm2022/lib/pagination/pagination.component.mjs +6 -6
  477. package/esm2022/lib/pagination/pagination.module.mjs +6 -6
  478. package/esm2022/lib/pagination/public-api.mjs +2 -2
  479. package/esm2022/lib/pipes/date-time.pipe.mjs +5 -5
  480. package/esm2022/lib/pipes/decimal-number.pipe.mjs +6 -6
  481. package/esm2022/lib/pipes/file-size.pipe.mjs +6 -6
  482. package/esm2022/lib/pipes/file-type.pipe.mjs +5 -5
  483. package/esm2022/lib/pipes/format-space.pipe.mjs +5 -5
  484. package/esm2022/lib/pipes/full-name.pipe.mjs +5 -5
  485. package/esm2022/lib/pipes/index.mjs +2 -2
  486. package/esm2022/lib/pipes/localized-date.pipe.mjs +6 -6
  487. package/esm2022/lib/pipes/multi-value.pipe.mjs +5 -5
  488. package/esm2022/lib/pipes/pipe.module.mjs +6 -6
  489. package/esm2022/lib/pipes/public-api.mjs +2 -2
  490. package/esm2022/lib/pipes/text-highlight.pipe.mjs +6 -6
  491. package/esm2022/lib/pipes/time-ago.pipe.mjs +6 -6
  492. package/esm2022/lib/pipes/truncate.pipe.mjs +5 -5
  493. package/esm2022/lib/pipes/user-initial.pipe.mjs +6 -6
  494. package/esm2022/lib/pipes/user-like.interface.mjs +3 -2
  495. package/esm2022/lib/progress/progress.component.mjs +5 -5
  496. package/esm2022/lib/search-text/animations.mjs +2 -2
  497. package/esm2022/lib/search-text/index.mjs +2 -2
  498. package/esm2022/lib/search-text/models/search-text-input.model.mjs +2 -2
  499. package/esm2022/lib/search-text/public-api.mjs +2 -2
  500. package/esm2022/lib/search-text/search-text-input.component.mjs +5 -5
  501. package/esm2022/lib/search-text/search-text-input.module.mjs +6 -6
  502. package/esm2022/lib/search-text/search-trigger.directive.mjs +7 -7
  503. package/esm2022/lib/snackbar-content/index.mjs +2 -2
  504. package/esm2022/lib/snackbar-content/public-api.mjs +2 -2
  505. package/esm2022/lib/snackbar-content/snack-bar-data.mjs +2 -2
  506. package/esm2022/lib/snackbar-content/snackbar-content.component.mjs +7 -7
  507. package/esm2022/lib/snackbar-content/snackbar-content.module.mjs +27 -9
  508. package/esm2022/lib/sorting-picker/index.mjs +2 -2
  509. package/esm2022/lib/sorting-picker/public-api.mjs +2 -2
  510. package/esm2022/lib/sorting-picker/sorting-picker.component.mjs +5 -5
  511. package/esm2022/lib/templates/empty-content/empty-content.component.mjs +6 -6
  512. package/esm2022/lib/templates/error-content/error-content.component.mjs +7 -7
  513. package/esm2022/lib/templates/index.mjs +2 -2
  514. package/esm2022/lib/templates/public-api.mjs +2 -2
  515. package/esm2022/lib/templates/template.module.mjs +6 -6
  516. package/esm2022/lib/testing/core.story.module.mjs +6 -6
  517. package/esm2022/lib/testing/core.testing.module.mjs +6 -6
  518. package/esm2022/lib/testing/index.mjs +2 -2
  519. package/esm2022/lib/testing/noop-auth.module.mjs +10 -11
  520. package/esm2022/lib/testing/noop-translate.module.mjs +9 -9
  521. package/esm2022/lib/testing/unit-testing-utils.mjs +2 -2
  522. package/esm2022/lib/toolbar/index.mjs +2 -2
  523. package/esm2022/lib/toolbar/public-api.mjs +2 -2
  524. package/esm2022/lib/toolbar/toolbar-divider.component.mjs +5 -5
  525. package/esm2022/lib/toolbar/toolbar-title.component.mjs +6 -6
  526. package/esm2022/lib/toolbar/toolbar.component.mjs +6 -6
  527. package/esm2022/lib/toolbar/toolbar.module.mjs +6 -6
  528. package/esm2022/lib/translation/index.mjs +2 -2
  529. package/esm2022/lib/translation/public-api.mjs +2 -2
  530. package/esm2022/lib/translation/translate-loader.service.mjs +6 -6
  531. package/esm2022/lib/translation/translation.service.mjs +7 -7
  532. package/esm2022/lib/viewer/components/download-prompt-dialog/download-prompt-dialog.component.mjs +5 -5
  533. package/esm2022/lib/viewer/components/img-viewer/img-viewer.component.mjs +6 -6
  534. package/esm2022/lib/viewer/components/media-player/media-player.component.mjs +6 -6
  535. package/esm2022/lib/viewer/components/pdf-viewer/pdf-viewer.component.mjs +7 -7
  536. package/esm2022/lib/viewer/components/pdf-viewer-password-dialog/pdf-viewer-password-dialog.mjs +7 -7
  537. package/esm2022/lib/viewer/components/pdf-viewer-thumb/pdf-viewer-thumb.component.mjs +5 -5
  538. package/esm2022/lib/viewer/components/pdf-viewer-thumbnails/pdf-viewer-thumbnails.component.mjs +7 -7
  539. package/esm2022/lib/viewer/components/txt-viewer/txt-viewer.component.mjs +6 -6
  540. package/esm2022/lib/viewer/components/unknown-format/unknown-format.component.mjs +5 -5
  541. package/esm2022/lib/viewer/components/viewer-more-actions.component.mjs +6 -6
  542. package/esm2022/lib/viewer/components/viewer-open-with.component.mjs +6 -6
  543. package/esm2022/lib/viewer/components/viewer-render/viewer-render.component.mjs +7 -7
  544. package/esm2022/lib/viewer/components/viewer-sidebar.component.mjs +6 -6
  545. package/esm2022/lib/viewer/components/viewer-toolbar-actions.component.mjs +6 -6
  546. package/esm2022/lib/viewer/components/viewer-toolbar-custom-actions.component.mjs +6 -6
  547. package/esm2022/lib/viewer/components/viewer-toolbar.component.mjs +6 -6
  548. package/esm2022/lib/viewer/components/viewer.component.mjs +7 -7
  549. package/esm2022/lib/viewer/directives/viewer-extension.directive.mjs +6 -6
  550. package/esm2022/lib/viewer/index.mjs +2 -2
  551. package/esm2022/lib/viewer/models/download-prompt.actions.mjs +2 -2
  552. package/esm2022/lib/viewer/models/viewer.model.mjs +2 -2
  553. package/esm2022/lib/viewer/public-api.mjs +2 -2
  554. package/esm2022/lib/viewer/services/rendering-queue.services.mjs +5 -5
  555. package/esm2022/lib/viewer/services/view-util.service.mjs +6 -6
  556. package/esm2022/lib/viewer/viewer.module.mjs +6 -6
  557. package/esm2022/public-api.mjs +2 -2
  558. package/esm2022/shell/index.mjs +2 -2
  559. package/esm2022/shell/lib/components/shell/shell.component.mjs +7 -7
  560. package/esm2022/shell/lib/services/shell-app.service.mjs +2 -2
  561. package/esm2022/shell/lib/shell.module.mjs +6 -6
  562. package/esm2022/shell/lib/shell.routes.mjs +2 -2
  563. package/feature-flags/index.d.ts +1 -1
  564. package/feature-flags/lib/components/feature-override-indicator.component.d.ts +1 -1
  565. package/feature-flags/lib/directives/features.directive.d.ts +1 -1
  566. package/feature-flags/lib/directives/not-features.directive.d.ts +1 -1
  567. package/feature-flags/lib/interfaces/features.interface.d.ts +1 -1
  568. package/feature-flags/lib/mocks/features-service-mock.factory.d.ts +1 -1
  569. package/feature-flags/lib/providers/debug-feature-flags.provider.d.ts +1 -1
  570. package/feature-flags/lib/providers/dummy-feature-flags.provider.d.ts +1 -1
  571. package/feature-flags/lib/services/flagset.parser.d.ts +1 -1
  572. package/feature-flags/lib/services/qa-features.helper.d.ts +1 -1
  573. package/fesm2022/adf-core.mjs +1725 -1673
  574. package/fesm2022/adf-core.mjs.map +1 -1
  575. package/fesm2022/alfresco-adf-core-api.mjs +14 -13
  576. package/fesm2022/alfresco-adf-core-api.mjs.map +1 -1
  577. package/fesm2022/alfresco-adf-core-auth.mjs +9 -8
  578. package/fesm2022/alfresco-adf-core-auth.mjs.map +1 -1
  579. package/fesm2022/alfresco-adf-core-breadcrumbs.mjs +19 -19
  580. package/fesm2022/alfresco-adf-core-breadcrumbs.mjs.map +1 -1
  581. package/fesm2022/alfresco-adf-core-feature-flags.mjs +75 -75
  582. package/fesm2022/alfresco-adf-core-feature-flags.mjs.map +1 -1
  583. package/fesm2022/alfresco-adf-core-shell.mjs +15 -15
  584. package/fesm2022/alfresco-adf-core-shell.mjs.map +1 -1
  585. package/lib/about/about-package/package-list.component.d.ts +1 -1
  586. package/lib/about/about-panel.directive.d.ts +1 -1
  587. package/lib/about/about-repository-info/about-repository-info.component.d.ts +1 -1
  588. package/lib/about/about-repository-info/repository-info.interface.d.ts +1 -1
  589. package/lib/about/about-server-settings/about-server-settings.component.d.ts +1 -1
  590. package/lib/about/about.component.d.ts +1 -1
  591. package/lib/about/index.d.ts +1 -1
  592. package/lib/about/interfaces.d.ts +1 -1
  593. package/lib/about/public-api.d.ts +1 -1
  594. package/lib/app-config/app-config-storage-prefix.factory.d.ts +1 -1
  595. package/lib/app-config/app-config.loader.d.ts +1 -1
  596. package/lib/app-config/app-config.pipe.d.ts +1 -1
  597. package/lib/app-config/app-config.service.d.ts +1 -1
  598. package/lib/app-config/index.d.ts +1 -1
  599. package/lib/app-config/public-api.d.ts +1 -1
  600. package/lib/auth/authentication-interceptor/auth-bearer.interceptor.d.ts +1 -1
  601. package/lib/auth/guard/auth-guard-bpm.service.d.ts +1 -1
  602. package/lib/auth/guard/auth-guard-ecm.service.d.ts +1 -1
  603. package/lib/auth/guard/auth-guard-sso-role.service.d.ts +1 -1
  604. package/lib/auth/guard/auth-guard.d.ts +1 -1
  605. package/lib/auth/guard/auth-guard.service.d.ts +1 -1
  606. package/lib/auth/index.d.ts +1 -1
  607. package/lib/auth/interfaces/authentication-service.interface.d.ts +1 -1
  608. package/lib/auth/interfaces/authentication.interface.d.ts +1 -1
  609. package/lib/auth/interfaces/identity-group.interface.d.ts +1 -1
  610. package/lib/auth/interfaces/identity-user.service.interface.d.ts +1 -1
  611. package/lib/auth/interfaces/openid-configuration.interface.d.ts +1 -1
  612. package/lib/auth/models/application-access.model.d.ts +1 -1
  613. package/lib/auth/models/identity-group.model.d.ts +1 -1
  614. package/lib/auth/models/identity-role.model.d.ts +1 -1
  615. package/lib/auth/models/identity-user.model.d.ts +1 -1
  616. package/lib/auth/models/oauth-config.model.d.ts +1 -1
  617. package/lib/auth/models/redirection.model.d.ts +1 -1
  618. package/lib/auth/models/user-access.model.d.ts +1 -1
  619. package/lib/auth/oidc/auth-config.d.ts +1 -1
  620. package/lib/auth/oidc/auth.module.d.ts +1 -1
  621. package/lib/auth/oidc/auth.service.d.ts +1 -1
  622. package/lib/auth/oidc/oidc-auth.guard.d.ts +1 -1
  623. package/lib/auth/oidc/public-api.d.ts +1 -1
  624. package/lib/auth/public-api.d.ts +1 -1
  625. package/lib/auth/services/authentication.service.d.ts +1 -1
  626. package/lib/auth/services/base-authentication.service.d.ts +1 -1
  627. package/lib/blank-page/index.d.ts +1 -1
  628. package/lib/blank-page/public-api.d.ts +1 -1
  629. package/lib/card-view/components/card-view-dateitem/card-view-dateitem.component.d.ts +1 -1
  630. package/lib/card-view/components/card-view-item-dispatcher/card-view-item-dispatcher.component.d.ts +1 -1
  631. package/lib/card-view/components/card-view-keyvaluepairsitem/card-view-keyvaluepairsitem.component.d.ts +1 -1
  632. package/lib/card-view/components/card-view-selectitem/card-view-selectitem.component.d.ts +1 -1
  633. package/lib/card-view/components/card-view-selectitem/select-filter-input/select-filter-input.component.d.ts +1 -1
  634. package/lib/card-view/components/card-view-textitem/card-view-textitem.component.d.ts +1 -1
  635. package/lib/card-view/components/card-view.components.d.ts +1 -1
  636. package/lib/card-view/index.d.ts +1 -1
  637. package/lib/card-view/interfaces/base-card-view-update.interface.d.ts +1 -1
  638. package/lib/card-view/interfaces/card-view-arrayitem-properties.interface.d.ts +1 -1
  639. package/lib/card-view/interfaces/card-view-boolitem-properties.interface.d.ts +1 -1
  640. package/lib/card-view/interfaces/card-view-dateitem-properties.interface.d.ts +1 -1
  641. package/lib/card-view/interfaces/card-view-item-properties.interface.d.ts +1 -1
  642. package/lib/card-view/interfaces/card-view-item-validator.interface.d.ts +1 -1
  643. package/lib/card-view/interfaces/card-view-item.interface.d.ts +1 -1
  644. package/lib/card-view/interfaces/card-view-keyvaluepairsitem-properties.interface.d.ts +1 -1
  645. package/lib/card-view/interfaces/card-view-selectitem-properties.interface.d.ts +1 -1
  646. package/lib/card-view/interfaces/card-view-textitem-pipe-property.interface.d.ts +1 -1
  647. package/lib/card-view/interfaces/card-view-textitem-properties.interface.d.ts +1 -1
  648. package/lib/card-view/interfaces/card-view.interfaces.d.ts +1 -1
  649. package/lib/card-view/interfaces/click-notification.interface.d.ts +1 -1
  650. package/lib/card-view/interfaces/update-notification.interface.d.ts +1 -1
  651. package/lib/card-view/models/card-view-arrayitem.model.d.ts +1 -1
  652. package/lib/card-view/models/card-view-baseitem.model.d.ts +1 -1
  653. package/lib/card-view/models/card-view-boolitem.model.d.ts +1 -1
  654. package/lib/card-view/models/card-view-dateitem.model.d.ts +1 -1
  655. package/lib/card-view/models/card-view-datetimeitem.model.d.ts +1 -1
  656. package/lib/card-view/models/card-view-floatitem.model.d.ts +1 -1
  657. package/lib/card-view/models/card-view-intitem.model.d.ts +1 -1
  658. package/lib/card-view/models/card-view-keyvaluepairs.model.d.ts +1 -1
  659. package/lib/card-view/models/card-view-longitem.model.d.ts +1 -1
  660. package/lib/card-view/models/card-view-mapitem.model.d.ts +1 -1
  661. package/lib/card-view/models/card-view-selectitem.model.d.ts +1 -1
  662. package/lib/card-view/models/card-view-textitem.model.d.ts +1 -1
  663. package/lib/card-view/models/card-view.models.d.ts +1 -1
  664. package/lib/card-view/public-api.d.ts +1 -1
  665. package/lib/card-view/services/card-item-types.service.d.ts +1 -1
  666. package/lib/card-view/services/card-view.services.d.ts +1 -1
  667. package/lib/card-view/validators/card-view-item-float.validator.d.ts +1 -1
  668. package/lib/card-view/validators/card-view-item-int.validator.d.ts +1 -1
  669. package/lib/card-view/validators/card-view-item-length.validator.d.ts +1 -1
  670. package/lib/card-view/validators/card-view-item-long.validator.d.ts +1 -1
  671. package/lib/card-view/validators/card-view-item-match.validator.d.ts +1 -1
  672. package/lib/card-view/validators/card-view-item-minmax.validator.d.ts +1 -1
  673. package/lib/card-view/validators/card-view-item-only-positive-int.validator.d.ts +1 -1
  674. package/lib/card-view/validators/card-view-item-only-positive-long.validator.d.ts +1 -1
  675. package/lib/card-view/validators/card-view.validators.d.ts +1 -1
  676. package/lib/card-view/validators/validators.map.d.ts +1 -1
  677. package/lib/clipboard/clipboard.directive.d.ts +1 -1
  678. package/lib/clipboard/index.d.ts +1 -1
  679. package/lib/clipboard/public-api.d.ts +1 -1
  680. package/lib/comments/comment-list/comment-list.component.d.ts +1 -1
  681. package/lib/comments/comment-list/index.d.ts +1 -1
  682. package/lib/comments/comment-list/public-api.d.ts +1 -1
  683. package/lib/comments/comments.component.d.ts +1 -1
  684. package/lib/comments/index.d.ts +1 -1
  685. package/lib/comments/interfaces/comments-service.interface.d.ts +1 -1
  686. package/lib/comments/interfaces/comments.token.d.ts +1 -1
  687. package/lib/comments/public-api.d.ts +1 -1
  688. package/lib/common/index.d.ts +1 -1
  689. package/lib/common/interface/search-component.interface.d.ts +1 -1
  690. package/lib/common/models/default-languages.model.d.ts +1 -1
  691. package/lib/common/models/log-levels.model.d.ts +1 -1
  692. package/lib/common/models/user-info-mode.enum.d.ts +1 -1
  693. package/lib/common/services/dynamic-component-mapper.service.d.ts +1 -1
  694. package/lib/common/services/language-item.interface.d.ts +1 -1
  695. package/lib/common/utils/date-fns-adapter.d.ts +1 -1
  696. package/lib/common/utils/date-fns-utils.d.ts +1 -1
  697. package/lib/common/utils/file-utils.d.ts +1 -1
  698. package/lib/common/utils/index.d.ts +1 -1
  699. package/lib/common/utils/moment-date-formats.model.d.ts +1 -1
  700. package/lib/common/utils/object-utils.d.ts +1 -1
  701. package/lib/common/utils/public-api.d.ts +1 -1
  702. package/lib/common/utils/string-utils.d.ts +1 -1
  703. package/lib/context-menu/animations.d.ts +1 -1
  704. package/lib/context-menu/context-menu-overlay.d.ts +1 -1
  705. package/lib/context-menu/context-menu-overlay.service.d.ts +1 -1
  706. package/lib/context-menu/context-menu.tokens.d.ts +1 -1
  707. package/lib/context-menu/index.d.ts +1 -1
  708. package/lib/context-menu/interfaces.d.ts +1 -1
  709. package/lib/context-menu/public-api.d.ts +1 -1
  710. package/lib/core.module.d.ts +1 -1
  711. package/lib/datatable/components/amount-cell/amount-cell.component.d.ts +1 -1
  712. package/lib/datatable/components/boolean-cell/boolean-cell.component.d.ts +1 -1
  713. package/lib/datatable/components/columns-selector/columns-search-filter.pipe.d.ts +1 -1
  714. package/lib/datatable/components/columns-selector/columns-selector.component.d.ts +1 -1
  715. package/lib/datatable/components/data-cell.event.d.ts +1 -1
  716. package/lib/datatable/components/data-row-action.event.d.ts +1 -1
  717. package/lib/datatable/components/datatable/datatable.component.d.ts +1 -1
  718. package/lib/datatable/components/datatable-cell/datatable-cell.component.d.ts +1 -1
  719. package/lib/datatable/components/datatable-row/datatable-row.component.d.ts +1 -1
  720. package/lib/datatable/components/date-cell/date-cell.component.d.ts +1 -1
  721. package/lib/datatable/components/filesize-cell/filesize-cell.component.d.ts +1 -1
  722. package/lib/datatable/components/json-cell/json-cell.component.d.ts +1 -1
  723. package/lib/datatable/components/location-cell/location-cell.component.d.ts +1 -1
  724. package/lib/datatable/components/mocks/datatable.mock.d.ts +1 -1
  725. package/lib/datatable/components/number-cell/number-cell.component.d.ts +1 -1
  726. package/lib/datatable/data/data-column.model.d.ts +1 -1
  727. package/lib/datatable/data/data-row-event.model.d.ts +1 -1
  728. package/lib/datatable/data/data-row-update.model.d.ts +1 -1
  729. package/lib/datatable/data/data-row.model.d.ts +1 -1
  730. package/lib/datatable/data/data-sorting.model.d.ts +1 -1
  731. package/lib/datatable/data/datatable-adapter.d.ts +1 -1
  732. package/lib/datatable/data/object-datacolumn.model.d.ts +1 -1
  733. package/lib/datatable/data/object-datarow.model.d.ts +1 -1
  734. package/lib/datatable/data/object-datatable-adapter.d.ts +1 -1
  735. package/lib/datatable/data-column/data-column-header.component.d.ts +1 -1
  736. package/lib/datatable/data-column/data-column-list.component.d.ts +1 -1
  737. package/lib/datatable/data-column/data-column.component.d.ts +1 -1
  738. package/lib/datatable/data-column/index.d.ts +1 -1
  739. package/lib/datatable/data-column/public-api.d.ts +1 -1
  740. package/lib/datatable/directives/drop-zone.directive.d.ts +1 -1
  741. package/lib/datatable/directives/header-filter-template.directive.d.ts +1 -1
  742. package/lib/datatable/directives/loading-template.directive.d.ts +1 -1
  743. package/lib/datatable/directives/main-data-table-action-template.directive.d.ts +1 -1
  744. package/lib/datatable/directives/no-content-template.directive.d.ts +1 -1
  745. package/lib/datatable/directives/no-permission-template.directive.d.ts +1 -1
  746. package/lib/datatable/directives/resizable/resizable.directive.d.ts +1 -1
  747. package/lib/datatable/directives/resizable/resize-handle.directive.d.ts +1 -1
  748. package/lib/datatable/directives/resizable/types.d.ts +1 -1
  749. package/lib/datatable/index.d.ts +1 -1
  750. package/lib/datatable/public-api.d.ts +1 -1
  751. package/lib/dialogs/dialog/dialog-data.interface.d.ts +1 -1
  752. package/lib/dialogs/dialog/dialog.component.d.ts +1 -1
  753. package/lib/dialogs/dialog/dialog.model.d.ts +1 -1
  754. package/lib/dialogs/dialog/index.d.ts +1 -1
  755. package/lib/dialogs/edit-json/edit-json.dialog.d.ts +1 -1
  756. package/lib/dialogs/index.d.ts +1 -1
  757. package/lib/dialogs/public-api.d.ts +1 -1
  758. package/lib/dialogs/unsaved-changes-dialog/unsaved-changes-dialog.component.d.ts +1 -1
  759. package/lib/dialogs/unsaved-changes-dialog/unsaved-changes-dialog.model.d.ts +1 -1
  760. package/lib/directives/highlight.directive.d.ts +1 -1
  761. package/lib/directives/index.d.ts +1 -1
  762. package/lib/directives/infinite-select-scroll.directive.d.ts +1 -1
  763. package/lib/directives/logout.directive.d.ts +1 -1
  764. package/lib/directives/public-api.d.ts +1 -1
  765. package/lib/directives/tooltip-card/tooltip-card.directive.d.ts +1 -1
  766. package/lib/directives/upload.directive.d.ts +1 -1
  767. package/lib/dynamic-chip-list/chip.d.ts +1 -1
  768. package/lib/dynamic-chip-list/dynamic-chip-list.component.d.ts +1 -1
  769. package/lib/dynamic-chip-list/index.d.ts +1 -1
  770. package/lib/dynamic-chip-list/public-api.d.ts +1 -1
  771. package/lib/events/base-ui.event.d.ts +1 -1
  772. package/lib/events/base.event.d.ts +1 -1
  773. package/lib/events/index.d.ts +1 -1
  774. package/lib/events/public-api.d.ts +1 -1
  775. package/lib/form/components/form-base.component.d.ts +1 -1
  776. package/lib/form/components/form-field/form-field.component.d.ts +1 -1
  777. package/lib/form/components/middlewares/middleware.d.ts +1 -1
  778. package/lib/form/components/widgets/core/container-column.model.d.ts +1 -1
  779. package/lib/form/components/widgets/core/container.model.d.ts +1 -1
  780. package/lib/form/components/widgets/core/content-link.model.d.ts +1 -1
  781. package/lib/form/components/widgets/core/displayable-cm-properties.model.d.ts +1 -1
  782. package/lib/form/components/widgets/core/error-message.model.d.ts +1 -1
  783. package/lib/form/components/widgets/core/external-content-link.d.ts +1 -1
  784. package/lib/form/components/widgets/core/external-content.d.ts +1 -1
  785. package/lib/form/components/widgets/core/form-field-file-source.d.ts +1 -1
  786. package/lib/form/components/widgets/core/form-field-metadata.d.ts +1 -1
  787. package/lib/form/components/widgets/core/form-field-option.d.ts +1 -1
  788. package/lib/form/components/widgets/core/form-field-rule.d.ts +1 -1
  789. package/lib/form/components/widgets/core/form-field-selected-folder.d.ts +1 -1
  790. package/lib/form/components/widgets/core/form-field-templates.d.ts +1 -1
  791. package/lib/form/components/widgets/core/form-field-types.d.ts +1 -1
  792. package/lib/form/components/widgets/core/form-field-utils.d.ts +1 -1
  793. package/lib/form/components/widgets/core/form-field-validator.d.ts +1 -1
  794. package/lib/form/components/widgets/core/form-field-variable-options.d.ts +1 -1
  795. package/lib/form/components/widgets/core/form-field.model.d.ts +1 -1
  796. package/lib/form/components/widgets/core/form-outcome-event.model.d.ts +1 -1
  797. package/lib/form/components/widgets/core/form-outcome.model.d.ts +1 -1
  798. package/lib/form/components/widgets/core/form-values.d.ts +1 -1
  799. package/lib/form/components/widgets/core/form-variable.model.d.ts +1 -1
  800. package/lib/form/components/widgets/core/form-widget.model.d.ts +1 -1
  801. package/lib/form/components/widgets/core/form.model.d.ts +1 -1
  802. package/lib/form/components/widgets/core/group.model.d.ts +1 -1
  803. package/lib/form/components/widgets/core/index.d.ts +1 -1
  804. package/lib/form/components/widgets/core/predefined-theme.d.ts +1 -1
  805. package/lib/form/components/widgets/core/process-form-model.interface.d.ts +1 -1
  806. package/lib/form/components/widgets/core/process-variable.model.d.ts +1 -1
  807. package/lib/form/components/widgets/core/tab.model.d.ts +1 -1
  808. package/lib/form/components/widgets/core/theme.model.d.ts +1 -1
  809. package/lib/form/components/widgets/core/upload-widget-content-link.model.d.ts +1 -1
  810. package/lib/form/components/widgets/core/widget-schema.model.d.ts +1 -1
  811. package/lib/form/components/widgets/display-text/display-text.schema.d.ts +1 -1
  812. package/lib/form/components/widgets/display-text/index.d.ts +1 -1
  813. package/lib/form/components/widgets/header/header.schema.d.ts +1 -1
  814. package/lib/form/components/widgets/header/index.d.ts +1 -1
  815. package/lib/form/components/widgets/index.d.ts +1 -1
  816. package/lib/form/components/widgets/reactive-widget.interface.d.ts +1 -1
  817. package/lib/form/components/widgets/text/text-mask.component.d.ts +1 -1
  818. package/lib/form/components/widgets/widget.component.d.ts +1 -1
  819. package/lib/form/events/form-error.event.d.ts +1 -1
  820. package/lib/form/events/form-field.event.d.ts +1 -1
  821. package/lib/form/events/form-rules.event.d.ts +1 -1
  822. package/lib/form/events/form-spinner.event.d.ts +1 -1
  823. package/lib/form/events/form.event.d.ts +1 -1
  824. package/lib/form/events/index.d.ts +1 -1
  825. package/lib/form/events/validate-form-field.event.d.ts +1 -1
  826. package/lib/form/events/validate-form.event.d.ts +1 -1
  827. package/lib/form/index.d.ts +1 -1
  828. package/lib/form/models/form-rules.model.d.ts +1 -1
  829. package/lib/form/models/task-process-variable.model.d.ts +1 -1
  830. package/lib/form/models/widget-visibility.model.d.ts +1 -1
  831. package/lib/form/pipes/field-style.pipe.d.ts +1 -1
  832. package/lib/form/pipes/index.d.ts +1 -1
  833. package/lib/form/public-api.d.ts +1 -1
  834. package/lib/form/services/form-rendering.service.d.ts +1 -1
  835. package/lib/form/services/form-validation-service.interface.d.ts +1 -1
  836. package/lib/header/index.d.ts +1 -1
  837. package/lib/header/public-api.d.ts +1 -1
  838. package/lib/icon/index.d.ts +1 -1
  839. package/lib/icon/public-api.d.ts +1 -1
  840. package/lib/identity-user-info/index.d.ts +1 -1
  841. package/lib/identity-user-info/public-api.d.ts +1 -1
  842. package/lib/info-drawer/index.d.ts +1 -1
  843. package/lib/info-drawer/info-drawer.component.d.ts +1 -1
  844. package/lib/info-drawer/public-api.d.ts +1 -1
  845. package/lib/interface/index.d.ts +1 -1
  846. package/lib/interface/injection.tokens.d.ts +1 -1
  847. package/lib/interface/public-api.d.ts +1 -1
  848. package/lib/language-menu/index.d.ts +1 -1
  849. package/lib/language-menu/language-menu.component.d.ts +1 -1
  850. package/lib/language-menu/language-picker.component.d.ts +1 -1
  851. package/lib/language-menu/public-api.d.ts +1 -1
  852. package/lib/language-menu/service/language.service.d.ts +1 -1
  853. package/lib/language-menu/service/language.service.interface.d.ts +1 -1
  854. package/lib/layout/components/header/header.component.d.ts +1 -1
  855. package/lib/layout/components/layout-container/layout-container.component.d.ts +1 -1
  856. package/lib/layout/components/sidenav-layout/sidenav-layout.component.d.ts +1 -1
  857. package/lib/layout/directives/sidenav-layout-content.directive.d.ts +1 -1
  858. package/lib/layout/directives/sidenav-layout-header.directive.d.ts +1 -1
  859. package/lib/layout/directives/sidenav-layout-navigation.directive.d.ts +1 -1
  860. package/lib/layout/index.d.ts +1 -1
  861. package/lib/layout/public-api.d.ts +1 -1
  862. package/lib/login/components/login-dialog/login-dialog-component-data.interface.d.ts +1 -1
  863. package/lib/login/components/login-dialog-panel/login-dialog-panel.component.d.ts +1 -1
  864. package/lib/login/directives/login-footer.directive.d.ts +1 -1
  865. package/lib/login/directives/login-header.directive.d.ts +1 -1
  866. package/lib/login/index.d.ts +1 -1
  867. package/lib/login/models/login-error.event.d.ts +1 -1
  868. package/lib/login/models/login-submit.event.d.ts +1 -1
  869. package/lib/login/models/login-success.event.d.ts +1 -1
  870. package/lib/login/public-api.d.ts +1 -1
  871. package/lib/mock/data-column.mock.d.ts +1 -1
  872. package/lib/mock/event.mock.d.ts +1 -1
  873. package/lib/mock/form/form-definition-readonly.mock.d.ts +1 -1
  874. package/lib/mock/form/form-definition-visibility.mock.d.ts +1 -1
  875. package/lib/mock/form/form-definition.mock.d.ts +1 -1
  876. package/lib/mock/form/form.component.mock.d.ts +1 -1
  877. package/lib/mock/form/form.service.mock.d.ts +1 -1
  878. package/lib/mock/form/widget-visibility.service.mock.d.ts +1 -1
  879. package/lib/mock/index.d.ts +1 -1
  880. package/lib/mock/public-api.d.ts +1 -1
  881. package/lib/models/comment.model.d.ts +1 -1
  882. package/lib/models/component.model.d.ts +1 -1
  883. package/lib/models/decimal-number.model.d.ts +1 -1
  884. package/lib/models/general-user.model.d.ts +1 -1
  885. package/lib/models/index.d.ts +1 -1
  886. package/lib/models/pagination.model.d.ts +1 -1
  887. package/lib/models/path.model.d.ts +1 -1
  888. package/lib/models/product-version.model.d.ts +1 -1
  889. package/lib/models/public-api.d.ts +1 -1
  890. package/lib/models/request-pagination.model.d.ts +1 -1
  891. package/lib/notifications/components/notification-history.component.d.ts +1 -1
  892. package/lib/notifications/components/notification-history.component.scss +0 -1
  893. package/lib/notifications/helpers/notification.factory.d.ts +1 -1
  894. package/lib/notifications/index.d.ts +1 -1
  895. package/lib/notifications/models/notification.model.d.ts +1 -1
  896. package/lib/notifications/public-api.d.ts +1 -1
  897. package/lib/pagination/index.d.ts +1 -1
  898. package/lib/pagination/infinite-pagination.component.d.ts +1 -1
  899. package/lib/pagination/paginated-component.interface.d.ts +1 -1
  900. package/lib/pagination/pagination-component.interface.d.ts +1 -1
  901. package/lib/pagination/pagination.component.d.ts +1 -1
  902. package/lib/pagination/public-api.d.ts +1 -1
  903. package/lib/pipes/date-time.pipe.d.ts +1 -1
  904. package/lib/pipes/file-size.pipe.d.ts +1 -1
  905. package/lib/pipes/file-type.pipe.d.ts +1 -1
  906. package/lib/pipes/format-space.pipe.d.ts +1 -1
  907. package/lib/pipes/full-name.pipe.d.ts +1 -1
  908. package/lib/pipes/index.d.ts +1 -1
  909. package/lib/pipes/multi-value.pipe.d.ts +1 -1
  910. package/lib/pipes/public-api.d.ts +1 -1
  911. package/lib/pipes/text-highlight.pipe.d.ts +1 -1
  912. package/lib/pipes/time-ago.pipe.d.ts +1 -1
  913. package/lib/pipes/truncate.pipe.d.ts +1 -1
  914. package/lib/pipes/user-initial.pipe.d.ts +1 -1
  915. package/lib/pipes/user-like.interface.d.ts +1 -1
  916. package/lib/prebuilt-themes/adf-blue-orange.css +1 -1
  917. package/lib/prebuilt-themes/adf-blue-purple.css +1 -1
  918. package/lib/prebuilt-themes/adf-cyan-orange.css +1 -1
  919. package/lib/prebuilt-themes/adf-cyan-purple.css +1 -1
  920. package/lib/prebuilt-themes/adf-green-orange.css +1 -1
  921. package/lib/prebuilt-themes/adf-green-purple.css +1 -1
  922. package/lib/prebuilt-themes/adf-indigo-pink.css +1 -1
  923. package/lib/prebuilt-themes/adf-pink-bluegrey.css +1 -1
  924. package/lib/prebuilt-themes/adf-purple-green.css +1 -1
  925. package/lib/search-text/animations.d.ts +1 -1
  926. package/lib/search-text/index.d.ts +1 -1
  927. package/lib/search-text/models/search-text-input.model.d.ts +1 -1
  928. package/lib/search-text/public-api.d.ts +1 -1
  929. package/lib/snackbar-content/index.d.ts +1 -1
  930. package/lib/snackbar-content/public-api.d.ts +1 -1
  931. package/lib/snackbar-content/snack-bar-data.d.ts +1 -1
  932. package/lib/sorting-picker/index.d.ts +1 -1
  933. package/lib/sorting-picker/public-api.d.ts +1 -1
  934. package/lib/sorting-picker/sorting-picker.component.d.ts +1 -1
  935. package/lib/styles/_mat-selectors.scss +0 -2
  936. package/lib/styles/material.theme.scss +0 -4
  937. package/lib/templates/error-content/error-content.component.d.ts +1 -1
  938. package/lib/templates/index.d.ts +1 -1
  939. package/lib/templates/public-api.d.ts +1 -1
  940. package/lib/testing/index.d.ts +1 -1
  941. package/lib/testing/noop-auth.module.d.ts +1 -1
  942. package/lib/testing/unit-testing-utils.d.ts +1 -1
  943. package/lib/toolbar/index.d.ts +1 -1
  944. package/lib/toolbar/public-api.d.ts +1 -1
  945. package/lib/translation/index.d.ts +1 -1
  946. package/lib/translation/public-api.d.ts +1 -1
  947. package/lib/translation/translate-loader.service.d.ts +1 -1
  948. package/lib/translation/translation.service.d.ts +1 -1
  949. package/lib/viewer/components/pdf-viewer-thumb/pdf-viewer-thumb.component.d.ts +1 -1
  950. package/lib/viewer/components/txt-viewer/txt-viewer.component.d.ts +1 -1
  951. package/lib/viewer/components/viewer-render/viewer-render.component.d.ts +1 -1
  952. package/lib/viewer/directives/viewer-extension.directive.d.ts +1 -1
  953. package/lib/viewer/index.d.ts +1 -1
  954. package/lib/viewer/models/download-prompt.actions.d.ts +1 -1
  955. package/lib/viewer/models/viewer.model.d.ts +1 -1
  956. package/lib/viewer/public-api.d.ts +1 -1
  957. package/package.json +17 -17
  958. package/public-api.d.ts +1 -1
  959. package/schematics/migrations/package.json +62 -0
  960. package/schematics/migrations/schematics/migrations/7_0_0/index.d.ts +1 -1
  961. package/schematics/migrations/schematics/migrations/7_0_0/index.js +1 -1
  962. package/schematics/migrations/schematics/migrations/7_0_0/index.js.map +1 -1
  963. package/schematics/migrations/schematics/migrations/collection.json +8 -8
  964. package/shell/index.d.ts +1 -1
  965. package/shell/lib/components/shell/shell.component.d.ts +1 -1
  966. package/shell/lib/services/shell-app.service.d.ts +1 -1
  967. package/shell/lib/shell.module.d.ts +1 -1
  968. package/shell/lib/shell.routes.d.ts +1 -1
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * @license
3
- * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
3
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
4
4
  *
5
5
  * Licensed under the Apache License, Version 2.0 (the "License");
6
6
  * you may not use this file except in compliance with the License.
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * @license
3
- * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
3
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
4
4
  *
5
5
  * Licensed under the Apache License, Version 2.0 (the "License");
6
6
  * you may not use this file except in compliance with the License.
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * @license
3
- * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
3
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
4
4
  *
5
5
  * Licensed under the Apache License, Version 2.0 (the "License");
6
6
  * you may not use this file except in compliance with the License.
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * @license
3
- * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
3
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
4
4
  *
5
5
  * Licensed under the Apache License, Version 2.0 (the "License");
6
6
  * you may not use this file except in compliance with the License.
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * @license
3
- * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
3
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
4
4
  *
5
5
  * Licensed under the Apache License, Version 2.0 (the "License");
6
6
  * you may not use this file except in compliance with the License.
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * @license
3
- * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
3
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
4
4
  *
5
5
  * Licensed under the Apache License, Version 2.0 (the "License");
6
6
  * you may not use this file except in compliance with the License.
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * @license
3
- * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
3
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
4
4
  *
5
5
  * Licensed under the Apache License, Version 2.0 (the "License");
6
6
  * you may not use this file except in compliance with the License.
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * @license
3
- * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
3
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
4
4
  *
5
5
  * Licensed under the Apache License, Version 2.0 (the "License");
6
6
  * you may not use this file except in compliance with the License.
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * @license
3
- * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
3
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
4
4
  *
5
5
  * Licensed under the Apache License, Version 2.0 (the "License");
6
6
  * you may not use this file except in compliance with the License.
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * @license
3
- * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
3
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
4
4
  *
5
5
  * Licensed under the Apache License, Version 2.0 (the "License");
6
6
  * you may not use this file except in compliance with the License.
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * @license
3
- * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
3
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
4
4
  *
5
5
  * Licensed under the Apache License, Version 2.0 (the "License");
6
6
  * you may not use this file except in compliance with the License.
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * @license
3
- * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
3
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
4
4
  *
5
5
  * Licensed under the Apache License, Version 2.0 (the "License");
6
6
  * you may not use this file except in compliance with the License.
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * @license
3
- * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
3
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
4
4
  *
5
5
  * Licensed under the Apache License, Version 2.0 (the "License");
6
6
  * you may not use this file except in compliance with the License.
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * @license
3
- * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
3
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
4
4
  *
5
5
  * Licensed under the Apache License, Version 2.0 (the "License");
6
6
  * you may not use this file except in compliance with the License.
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * @license
3
- * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
3
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
4
4
  *
5
5
  * Licensed under the Apache License, Version 2.0 (the "License");
6
6
  * you may not use this file except in compliance with the License.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@alfresco/adf-core",
3
3
  "description": "Alfresco ADF core",
4
- "version": "7.0.0-alpha.8-13180326229",
4
+ "version": "7.0.0-alpha.8-13181987261",
5
5
  "author": "Hyland Software, Inc. and its affiliates",
6
6
  "repository": {
7
7
  "type": "git",
@@ -64,22 +64,22 @@
64
64
  "tslib": "^2.3.0"
65
65
  },
66
66
  "peerDependencies": {
67
- "@angular/animations": ">=16.0.0",
68
- "@angular/cdk": ">=16.0.0",
69
- "@angular/common": ">=16.0.0",
70
- "@angular/core": ">=16.0.0",
71
- "@angular/forms": ">=16.0.0",
72
- "@angular/material": ">=16.0.0",
73
- "@angular/material-date-fns-adapter": ">=16.0.0",
74
- "@angular/platform-browser": ">=16.0.0",
75
- "@angular/router": ">=16.0.0",
76
- "@mat-datetimepicker/core": ">=12.0.1",
77
- "@ngx-translate/core": ">=14.0.0",
78
- "@alfresco/js-api": ">=8.0.0-alpha.8-13180326229",
79
- "@alfresco/adf-extensions": ">=7.0.0-alpha.8-13180326229",
80
- "minimatch-browser": ">=10.0.0",
81
- "pdfjs-dist": ">=3.3.122",
82
- "ts-morph": ">=20.0.0"
67
+ "@angular/animations": "16.2.9",
68
+ "@angular/cdk": "16.2.9",
69
+ "@angular/common": "16.2.9",
70
+ "@angular/core": "16.2.9",
71
+ "@angular/forms": "16.2.9",
72
+ "@angular/material": "16.2.9",
73
+ "@angular/material-date-fns-adapter": "16.2.9",
74
+ "@angular/platform-browser": "16.2.9",
75
+ "@angular/router": "16.2.9",
76
+ "@mat-datetimepicker/core": "12.0.1",
77
+ "@ngx-translate/core": "^14.0.0",
78
+ "@alfresco/js-api": ">=8.0.0-alpha.8-13181987261",
79
+ "@alfresco/adf-extensions": ">=7.0.0-alpha.8-13181987261",
80
+ "minimatch": "^10.0.1",
81
+ "pdfjs-dist": "3.3.122",
82
+ "ts-morph": "^20.0.0"
83
83
  },
84
84
  "keywords": [
85
85
  "core",
package/public-api.d.ts CHANGED
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * @license
3
- * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
3
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
4
4
  *
5
5
  * Licensed under the Apache License, Version 2.0 (the "License");
6
6
  * you may not use this file except in compliance with the License.
@@ -0,0 +1,62 @@
1
+ {
2
+ "name": "@alfresco/adf-core",
3
+ "description": "Alfresco ADF core",
4
+ "version": "7.0.0-alpha.8-13181987261",
5
+ "author": "Hyland Software, Inc. and its affiliates",
6
+ "repository": {
7
+ "type": "git",
8
+ "url": "https://github.com/Alfresco/alfresco-ng2-components.git"
9
+ },
10
+ "bugs": {
11
+ "url": "https://github.com/Alfresco/alfresco-ng2-components/issues"
12
+ },
13
+ "scripts": {},
14
+ "exports": {
15
+ "./theming": {
16
+ "sass": "./lib/theming/_index.scss"
17
+ },
18
+ "./breadcrumbs": {
19
+ "sass": "./breadcrumbs/styles/_breadcrumb.theme.scss"
20
+ }
21
+ },
22
+ "dependencies": {
23
+ "cropperjs": "^1.6.2",
24
+ "angular-oauth2-oidc": "17.0.2",
25
+ "angular-oauth2-oidc-jwks": "17.0.2",
26
+ "date-fns": "^2.30.0",
27
+ "rxjs": "7.8.1"
28
+ },
29
+ "peerDependencies": {
30
+ "@angular/animations": "16.2.9",
31
+ "@angular/cdk": "16.2.9",
32
+ "@angular/common": "16.2.9",
33
+ "@angular/core": "16.2.9",
34
+ "@angular/forms": "16.2.9",
35
+ "@angular/material": "16.2.9",
36
+ "@angular/material-date-fns-adapter": "16.2.9",
37
+ "@angular/platform-browser": "16.2.9",
38
+ "@angular/router": "16.2.9",
39
+ "@mat-datetimepicker/core": "12.0.1",
40
+ "@ngx-translate/core": "^14.0.0",
41
+ "@alfresco/js-api": ">=8.0.0-alpha.8-13181987261",
42
+ "@alfresco/adf-extensions": ">=7.0.0-alpha.8-13181987261",
43
+ "minimatch": "^10.0.1",
44
+ "pdfjs-dist": "3.3.122",
45
+ "ts-morph": "^20.0.0"
46
+ },
47
+ "keywords": [
48
+ "core",
49
+ "alfresco-component",
50
+ "angular",
51
+ "components"
52
+ ],
53
+ "license": "Apache-2.0",
54
+ "ng-update": {
55
+ "migrations": "./schematics/migrations/collection.json"
56
+ },
57
+ "nx-migrations": {
58
+ "migrations": "./schematics/migrations/collection.json"
59
+ },
60
+ "main": "./schematics/migrations/index.js",
61
+ "type": "commonjs"
62
+ }
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * @license
3
- * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
3
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
4
4
  *
5
5
  * Licensed under the Apache License, Version 2.0 (the "License");
6
6
  * you may not use this file except in compliance with the License.
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  /*!
3
3
  * @license
4
- * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
4
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
5
5
  *
6
6
  * Licensed under the Apache License, Version 2.0 (the "License");
7
7
  * you may not use this file except in compliance with the License.
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../../../lib/core/schematics/migrations/7_0_0/index.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../../../lib/core/schematics/migrations/7_0_0/index.ts"],"names":[],"mappings":"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"}
@@ -3,13 +3,13 @@
3
3
  "schematics": {
4
4
  "move-out-alfresco-api": {
5
5
  "description": "Update alfresco-api imports",
6
- "version": "7.0.0-alpha.8-13180326229",
6
+ "version": "7.0.0-alpha.8-13181987261",
7
7
  "factory": "./7_0_0/index#updateAlfrescoApiImports"
8
8
  }
9
9
  },
10
10
  "packageJsonUpdates": {
11
11
  "move-out-alfresco-api": {
12
- "version": "7.0.0-alpha.8-13180326229",
12
+ "version": "7.0.0-alpha.8-13181987261",
13
13
  "packages": {
14
14
  "ts-morph": {
15
15
  "version": "^20.0.0",
@@ -17,27 +17,27 @@
17
17
  "addToPackageJson": "devDependencies"
18
18
  },
19
19
  "@alfresco/adf-content-services": {
20
- "version": "7.0.0-alpha.8-13180326229",
20
+ "version": "7.0.0-alpha.8-13181987261",
21
21
  "alwaysAddToPackageJson": false
22
22
  },
23
23
  "@alfresco/adf-extensions": {
24
- "version": "7.0.0-alpha.8-13180326229",
24
+ "version": "7.0.0-alpha.8-13181987261",
25
25
  "alwaysAddToPackageJson": false
26
26
  },
27
27
  "@alfresco/adf-process-services-cloud": {
28
- "version": "7.0.0-alpha.8-13180326229",
28
+ "version": "7.0.0-alpha.8-13181987261",
29
29
  "alwaysAddToPackageJson": false
30
30
  },
31
31
  "@alfresco/adf-process-services": {
32
- "version": "7.0.0-alpha.8-13180326229",
32
+ "version": "7.0.0-alpha.8-13181987261",
33
33
  "alwaysAddToPackageJson": false
34
34
  },
35
35
  "@alfresco/eslint-plugin-eslint-angular": {
36
- "version": "7.0.0-alpha.8-13180326229",
36
+ "version": "7.0.0-alpha.8-13181987261",
37
37
  "alwaysAddToPackageJson": false
38
38
  },
39
39
  "@alfresco/js-api": {
40
- "version": "8.0.0-alpha.8-13180326229",
40
+ "version": "8.0.0-alpha.8-13181987261",
41
41
  "alwaysAddToPackageJson": false
42
42
  }
43
43
  }
package/shell/index.d.ts CHANGED
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * @license
3
- * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
3
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
4
4
  *
5
5
  * Licensed under the Apache License, Version 2.0 (the "License");
6
6
  * you may not use this file except in compliance with the License.
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * @license
3
- * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
3
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
4
4
  *
5
5
  * Licensed under the Apache License, Version 2.0 (the "License");
6
6
  * you may not use this file except in compliance with the License.
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * @license
3
- * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
3
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
4
4
  *
5
5
  * Licensed under the Apache License, Version 2.0 (the "License");
6
6
  * you may not use this file except in compliance with the License.
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * @license
3
- * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
3
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
4
4
  *
5
5
  * Licensed under the Apache License, Version 2.0 (the "License");
6
6
  * you may not use this file except in compliance with the License.
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * @license
3
- * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
3
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
4
4
  *
5
5
  * Licensed under the Apache License, Version 2.0 (the "License");
6
6
  * you may not use this file except in compliance with the License.