@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
@@ -116,7 +116,7 @@ import { MatProgressBarHarness } from '@angular/material/progress-bar/testing';
116
116
 
117
117
  /*!
118
118
  * @license
119
- * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
119
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
120
120
  *
121
121
  * Licensed under the Apache License, Version 2.0 (the "License");
122
122
  * you may not use this file except in compliance with the License.
@@ -160,7 +160,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImpor
160
160
 
161
161
  /*!
162
162
  * @license
163
- * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
163
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
164
164
  *
165
165
  * Licensed under the Apache License, Version 2.0 (the "License");
166
166
  * you may not use this file except in compliance with the License.
@@ -204,7 +204,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImpor
204
204
 
205
205
  /*!
206
206
  * @license
207
- * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
207
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
208
208
  *
209
209
  * Licensed under the Apache License, Version 2.0 (the "License");
210
210
  * you may not use this file except in compliance with the License.
@@ -248,7 +248,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImpor
248
248
 
249
249
  /*!
250
250
  * @license
251
- * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
251
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
252
252
  *
253
253
  * Licensed under the Apache License, Version 2.0 (the "License");
254
254
  * you may not use this file except in compliance with the License.
@@ -306,7 +306,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImpor
306
306
 
307
307
  /*!
308
308
  * @license
309
- * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
309
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
310
310
  *
311
311
  * Licensed under the Apache License, Version 2.0 (the "License");
312
312
  * you may not use this file except in compliance with the License.
@@ -414,7 +414,7 @@ class ObjectUtils {
414
414
 
415
415
  /*!
416
416
  * @license
417
- * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
417
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
418
418
  *
419
419
  * Licensed under the Apache License, Version 2.0 (the "License");
420
420
  * you may not use this file except in compliance with the License.
@@ -650,7 +650,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImpor
650
650
 
651
651
  /*!
652
652
  * @license
653
- * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
653
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
654
654
  *
655
655
  * Licensed under the Apache License, Version 2.0 (the "License");
656
656
  * you may not use this file except in compliance with the License.
@@ -684,7 +684,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImpor
684
684
 
685
685
  /*!
686
686
  * @license
687
- * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
687
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
688
688
  *
689
689
  * Licensed under the Apache License, Version 2.0 (the "License");
690
690
  * you may not use this file except in compliance with the License.
@@ -728,7 +728,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImpor
728
728
 
729
729
  /*!
730
730
  * @license
731
- * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
731
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
732
732
  *
733
733
  * Licensed under the Apache License, Version 2.0 (the "License");
734
734
  * you may not use this file except in compliance with the License.
@@ -763,7 +763,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImpor
763
763
 
764
764
  /*!
765
765
  * @license
766
- * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
766
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
767
767
  *
768
768
  * Licensed under the Apache License, Version 2.0 (the "License");
769
769
  * you may not use this file except in compliance with the License.
@@ -791,7 +791,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImpor
791
791
 
792
792
  /*!
793
793
  * @license
794
- * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
794
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
795
795
  *
796
796
  * Licensed under the Apache License, Version 2.0 (the "License");
797
797
  * you may not use this file except in compliance with the License.
@@ -856,7 +856,7 @@ class FileUtils {
856
856
 
857
857
  /*!
858
858
  * @license
859
- * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
859
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
860
860
  *
861
861
  * Licensed under the Apache License, Version 2.0 (the "License");
862
862
  * you may not use this file except in compliance with the License.
@@ -888,7 +888,7 @@ for (let date = 1; date <= 31; date++) {
888
888
 
889
889
  /*!
890
890
  * @license
891
- * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
891
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
892
892
  *
893
893
  * Licensed under the Apache License, Version 2.0 (the "License");
894
894
  * you may not use this file except in compliance with the License.
@@ -1003,7 +1003,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImpor
1003
1003
 
1004
1004
  /*!
1005
1005
  * @license
1006
- * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
1006
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
1007
1007
  *
1008
1008
  * Licensed under the Apache License, Version 2.0 (the "License");
1009
1009
  * you may not use this file except in compliance with the License.
@@ -1039,7 +1039,7 @@ const DEFAULT_LANGUAGE_LIST = [
1039
1039
 
1040
1040
  /*!
1041
1041
  * @license
1042
- * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
1042
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
1043
1043
  *
1044
1044
  * Licensed under the Apache License, Version 2.0 (the "License");
1045
1045
  * you may not use this file except in compliance with the License.
@@ -1264,7 +1264,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImpor
1264
1264
 
1265
1265
  /*!
1266
1266
  * @license
1267
- * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
1267
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
1268
1268
  *
1269
1269
  * Licensed under the Apache License, Version 2.0 (the "License");
1270
1270
  * you may not use this file except in compliance with the License.
@@ -1461,7 +1461,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImpor
1461
1461
 
1462
1462
  /*!
1463
1463
  * @license
1464
- * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
1464
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
1465
1465
  *
1466
1466
  * Licensed under the Apache License, Version 2.0 (the "License");
1467
1467
  * you may not use this file except in compliance with the License.
@@ -1505,7 +1505,7 @@ class StringUtils {
1505
1505
 
1506
1506
  /*!
1507
1507
  * @license
1508
- * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
1508
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
1509
1509
  *
1510
1510
  * Licensed under the Apache License, Version 2.0 (the "License");
1511
1511
  * you may not use this file except in compliance with the License.
@@ -1725,7 +1725,7 @@ class DateFnsUtils {
1725
1725
 
1726
1726
  /*!
1727
1727
  * @license
1728
- * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
1728
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
1729
1729
  *
1730
1730
  * Licensed under the Apache License, Version 2.0 (the "License");
1731
1731
  * you may not use this file except in compliance with the License.
@@ -1832,7 +1832,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImpor
1832
1832
 
1833
1833
  /*!
1834
1834
  * @license
1835
- * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
1835
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
1836
1836
  *
1837
1837
  * Licensed under the Apache License, Version 2.0 (the "License");
1838
1838
  * you may not use this file except in compliance with the License.
@@ -1959,7 +1959,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImpor
1959
1959
 
1960
1960
  /*!
1961
1961
  * @license
1962
- * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
1962
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
1963
1963
  *
1964
1964
  * Licensed under the Apache License, Version 2.0 (the "License");
1965
1965
  * you may not use this file except in compliance with the License.
@@ -1976,7 +1976,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImpor
1976
1976
 
1977
1977
  /*!
1978
1978
  * @license
1979
- * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
1979
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
1980
1980
  *
1981
1981
  * Licensed under the Apache License, Version 2.0 (the "License");
1982
1982
  * you may not use this file except in compliance with the License.
@@ -1993,7 +1993,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImpor
1993
1993
 
1994
1994
  /*!
1995
1995
  * @license
1996
- * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
1996
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
1997
1997
  *
1998
1998
  * Licensed under the Apache License, Version 2.0 (the "License");
1999
1999
  * you may not use this file except in compliance with the License.
@@ -2043,7 +2043,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImpor
2043
2043
 
2044
2044
  /*!
2045
2045
  * @license
2046
- * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
2046
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
2047
2047
  *
2048
2048
  * Licensed under the Apache License, Version 2.0 (the "License");
2049
2049
  * you may not use this file except in compliance with the License.
@@ -2060,7 +2060,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImpor
2060
2060
 
2061
2061
  /*!
2062
2062
  * @license
2063
- * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
2063
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
2064
2064
  *
2065
2065
  * Licensed under the Apache License, Version 2.0 (the "License");
2066
2066
  * you may not use this file except in compliance with the License.
@@ -2124,7 +2124,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImpor
2124
2124
 
2125
2125
  /*!
2126
2126
  * @license
2127
- * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
2127
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
2128
2128
  *
2129
2129
  * Licensed under the Apache License, Version 2.0 (the "License");
2130
2130
  * you may not use this file except in compliance with the License.
@@ -2141,7 +2141,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImpor
2141
2141
 
2142
2142
  /*!
2143
2143
  * @license
2144
- * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
2144
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
2145
2145
  *
2146
2146
  * Licensed under the Apache License, Version 2.0 (the "License");
2147
2147
  * you may not use this file except in compliance with the License.
@@ -2158,7 +2158,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImpor
2158
2158
 
2159
2159
  /*!
2160
2160
  * @license
2161
- * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
2161
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
2162
2162
  *
2163
2163
  * Licensed under the Apache License, Version 2.0 (the "License");
2164
2164
  * you may not use this file except in compliance with the License.
@@ -2205,7 +2205,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImpor
2205
2205
 
2206
2206
  /*!
2207
2207
  * @license
2208
- * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
2208
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
2209
2209
  *
2210
2210
  * Licensed under the Apache License, Version 2.0 (the "License");
2211
2211
  * you may not use this file except in compliance with the License.
@@ -2258,7 +2258,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImpor
2258
2258
 
2259
2259
  /*!
2260
2260
  * @license
2261
- * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
2261
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
2262
2262
  *
2263
2263
  * Licensed under the Apache License, Version 2.0 (the "License");
2264
2264
  * you may not use this file except in compliance with the License.
@@ -2340,7 +2340,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImpor
2340
2340
 
2341
2341
  /*!
2342
2342
  * @license
2343
- * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
2343
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
2344
2344
  *
2345
2345
  * Licensed under the Apache License, Version 2.0 (the "License");
2346
2346
  * you may not use this file except in compliance with the License.
@@ -2485,7 +2485,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImpor
2485
2485
 
2486
2486
  /*!
2487
2487
  * @license
2488
- * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
2488
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
2489
2489
  *
2490
2490
  * Licensed under the Apache License, Version 2.0 (the "License");
2491
2491
  * you may not use this file except in compliance with the License.
@@ -2524,7 +2524,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImpor
2524
2524
 
2525
2525
  /*!
2526
2526
  * @license
2527
- * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
2527
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
2528
2528
  *
2529
2529
  * Licensed under the Apache License, Version 2.0 (the "License");
2530
2530
  * you may not use this file except in compliance with the License.
@@ -2558,7 +2558,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImpor
2558
2558
 
2559
2559
  /*!
2560
2560
  * @license
2561
- * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
2561
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
2562
2562
  *
2563
2563
  * Licensed under the Apache License, Version 2.0 (the "License");
2564
2564
  * you may not use this file except in compliance with the License.
@@ -2605,7 +2605,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImpor
2605
2605
 
2606
2606
  /*!
2607
2607
  * @license
2608
- * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
2608
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
2609
2609
  *
2610
2610
  * Licensed under the Apache License, Version 2.0 (the "License");
2611
2611
  * you may not use this file except in compliance with the License.
@@ -2635,7 +2635,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImpor
2635
2635
 
2636
2636
  /*!
2637
2637
  * @license
2638
- * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
2638
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
2639
2639
  *
2640
2640
  * Licensed under the Apache License, Version 2.0 (the "License");
2641
2641
  * you may not use this file except in compliance with the License.
@@ -2652,7 +2652,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImpor
2652
2652
 
2653
2653
  /*!
2654
2654
  * @license
2655
- * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
2655
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
2656
2656
  *
2657
2657
  * Licensed under the Apache License, Version 2.0 (the "License");
2658
2658
  * you may not use this file except in compliance with the License.
@@ -2669,7 +2669,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImpor
2669
2669
 
2670
2670
  /*!
2671
2671
  * @license
2672
- * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
2672
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
2673
2673
  *
2674
2674
  * Licensed under the Apache License, Version 2.0 (the "License");
2675
2675
  * you may not use this file except in compliance with the License.
@@ -2752,7 +2752,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImpor
2752
2752
 
2753
2753
  /*!
2754
2754
  * @license
2755
- * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
2755
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
2756
2756
  *
2757
2757
  * Licensed under the Apache License, Version 2.0 (the "License");
2758
2758
  * you may not use this file except in compliance with the License.
@@ -2785,7 +2785,7 @@ const logLevels = [
2785
2785
 
2786
2786
  /*!
2787
2787
  * @license
2788
- * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
2788
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
2789
2789
  *
2790
2790
  * Licensed under the Apache License, Version 2.0 (the "License");
2791
2791
  * you may not use this file except in compliance with the License.
@@ -2950,7 +2950,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImpor
2950
2950
 
2951
2951
  /*!
2952
2952
  * @license
2953
- * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
2953
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
2954
2954
  *
2955
2955
  * Licensed under the Apache License, Version 2.0 (the "License");
2956
2956
  * you may not use this file except in compliance with the License.
@@ -2967,7 +2967,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImpor
2967
2967
 
2968
2968
  /*!
2969
2969
  * @license
2970
- * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
2970
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
2971
2971
  *
2972
2972
  * Licensed under the Apache License, Version 2.0 (the "License");
2973
2973
  * you may not use this file except in compliance with the License.
@@ -3056,7 +3056,7 @@ class DynamicComponentMapper {
3056
3056
 
3057
3057
  /*!
3058
3058
  * @license
3059
- * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
3059
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
3060
3060
  *
3061
3061
  * Licensed under the Apache License, Version 2.0 (the "License");
3062
3062
  * you may not use this file except in compliance with the License.
@@ -3112,7 +3112,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImpor
3112
3112
 
3113
3113
  /*!
3114
3114
  * @license
3115
- * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
3115
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
3116
3116
  *
3117
3117
  * Licensed under the Apache License, Version 2.0 (the "License");
3118
3118
  * you may not use this file except in compliance with the License.
@@ -3254,7 +3254,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImpor
3254
3254
 
3255
3255
  /*!
3256
3256
  * @license
3257
- * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
3257
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
3258
3258
  *
3259
3259
  * Licensed under the Apache License, Version 2.0 (the "License");
3260
3260
  * you may not use this file except in compliance with the License.
@@ -3309,7 +3309,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImpor
3309
3309
 
3310
3310
  /*!
3311
3311
  * @license
3312
- * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
3312
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
3313
3313
  *
3314
3314
  * Licensed under the Apache License, Version 2.0 (the "License");
3315
3315
  * you may not use this file except in compliance with the License.
@@ -3497,7 +3497,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImpor
3497
3497
 
3498
3498
  /*!
3499
3499
  * @license
3500
- * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
3500
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
3501
3501
  *
3502
3502
  * Licensed under the Apache License, Version 2.0 (the "License");
3503
3503
  * you may not use this file except in compliance with the License.
@@ -3576,7 +3576,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImpor
3576
3576
 
3577
3577
  /*!
3578
3578
  * @license
3579
- * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
3579
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
3580
3580
  *
3581
3581
  * Licensed under the Apache License, Version 2.0 (the "License");
3582
3582
  * you may not use this file except in compliance with the License.
@@ -3677,7 +3677,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImpor
3677
3677
 
3678
3678
  /*!
3679
3679
  * @license
3680
- * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
3680
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
3681
3681
  *
3682
3682
  * Licensed under the Apache License, Version 2.0 (the "License");
3683
3683
  * you may not use this file except in compliance with the License.
@@ -3718,7 +3718,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImpor
3718
3718
 
3719
3719
  /*!
3720
3720
  * @license
3721
- * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
3721
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
3722
3722
  *
3723
3723
  * Licensed under the Apache License, Version 2.0 (the "License");
3724
3724
  * you may not use this file except in compliance with the License.
@@ -3743,7 +3743,7 @@ var UserInfoMode;
3743
3743
 
3744
3744
  /*!
3745
3745
  * @license
3746
- * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
3746
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
3747
3747
  *
3748
3748
  * Licensed under the Apache License, Version 2.0 (the "License");
3749
3749
  * you may not use this file except in compliance with the License.
@@ -3760,7 +3760,7 @@ var UserInfoMode;
3760
3760
 
3761
3761
  /*!
3762
3762
  * @license
3763
- * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
3763
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
3764
3764
  *
3765
3765
  * Licensed under the Apache License, Version 2.0 (the "License");
3766
3766
  * you may not use this file except in compliance with the License.
@@ -3804,7 +3804,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImpor
3804
3804
 
3805
3805
  /*!
3806
3806
  * @license
3807
- * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
3807
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
3808
3808
  *
3809
3809
  * Licensed under the Apache License, Version 2.0 (the "License");
3810
3810
  * you may not use this file except in compliance with the License.
@@ -3821,7 +3821,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImpor
3821
3821
 
3822
3822
  /*!
3823
3823
  * @license
3824
- * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
3824
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
3825
3825
  *
3826
3826
  * Licensed under the Apache License, Version 2.0 (the "License");
3827
3827
  * you may not use this file except in compliance with the License.
@@ -3846,7 +3846,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImpor
3846
3846
 
3847
3847
  /*!
3848
3848
  * @license
3849
- * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
3849
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
3850
3850
  *
3851
3851
  * Licensed under the Apache License, Version 2.0 (the "License");
3852
3852
  * you may not use this file except in compliance with the License.
@@ -3876,7 +3876,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImpor
3876
3876
 
3877
3877
  /*!
3878
3878
  * @license
3879
- * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
3879
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
3880
3880
  *
3881
3881
  * Licensed under the Apache License, Version 2.0 (the "License");
3882
3882
  * you may not use this file except in compliance with the License.
@@ -3909,7 +3909,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImpor
3909
3909
 
3910
3910
  /*!
3911
3911
  * @license
3912
- * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
3912
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
3913
3913
  *
3914
3914
  * Licensed under the Apache License, Version 2.0 (the "License");
3915
3915
  * you may not use this file except in compliance with the License.
@@ -3940,7 +3940,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImpor
3940
3940
 
3941
3941
  /*!
3942
3942
  * @license
3943
- * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
3943
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
3944
3944
  *
3945
3945
  * Licensed under the Apache License, Version 2.0 (the "License");
3946
3946
  * you may not use this file except in compliance with the License.
@@ -3957,7 +3957,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImpor
3957
3957
 
3958
3958
  /*!
3959
3959
  * @license
3960
- * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
3960
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
3961
3961
  *
3962
3962
  * Licensed under the Apache License, Version 2.0 (the "License");
3963
3963
  * you may not use this file except in compliance with the License.
@@ -3974,7 +3974,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImpor
3974
3974
 
3975
3975
  /*!
3976
3976
  * @license
3977
- * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
3977
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
3978
3978
  *
3979
3979
  * Licensed under the Apache License, Version 2.0 (the "License");
3980
3980
  * you may not use this file except in compliance with the License.
@@ -4177,7 +4177,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImpor
4177
4177
 
4178
4178
  /*!
4179
4179
  * @license
4180
- * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
4180
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
4181
4181
  *
4182
4182
  * Licensed under the Apache License, Version 2.0 (the "License");
4183
4183
  * you may not use this file except in compliance with the License.
@@ -4233,7 +4233,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImpor
4233
4233
 
4234
4234
  /*!
4235
4235
  * @license
4236
- * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
4236
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
4237
4237
  *
4238
4238
  * Licensed under the Apache License, Version 2.0 (the "License");
4239
4239
  * you may not use this file except in compliance with the License.
@@ -4277,7 +4277,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImpor
4277
4277
 
4278
4278
  /*!
4279
4279
  * @license
4280
- * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
4280
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
4281
4281
  *
4282
4282
  * Licensed under the Apache License, Version 2.0 (the "License");
4283
4283
  * you may not use this file except in compliance with the License.
@@ -4496,7 +4496,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImpor
4496
4496
 
4497
4497
  /*!
4498
4498
  * @license
4499
- * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
4499
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
4500
4500
  *
4501
4501
  * Licensed under the Apache License, Version 2.0 (the "License");
4502
4502
  * you may not use this file except in compliance with the License.
@@ -4687,7 +4687,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImpor
4687
4687
 
4688
4688
  /*!
4689
4689
  * @license
4690
- * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
4690
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
4691
4691
  *
4692
4692
  * Licensed under the Apache License, Version 2.0 (the "License");
4693
4693
  * you may not use this file except in compliance with the License.
@@ -5173,7 +5173,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImpor
5173
5173
 
5174
5174
  /*!
5175
5175
  * @license
5176
- * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
5176
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
5177
5177
  *
5178
5178
  * Licensed under the Apache License, Version 2.0 (the "License");
5179
5179
  * you may not use this file except in compliance with the License.
@@ -5244,7 +5244,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImpor
5244
5244
 
5245
5245
  /*!
5246
5246
  * @license
5247
- * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
5247
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
5248
5248
  *
5249
5249
  * Licensed under the Apache License, Version 2.0 (the "License");
5250
5250
  * you may not use this file except in compliance with the License.
@@ -5269,7 +5269,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImpor
5269
5269
 
5270
5270
  /*!
5271
5271
  * @license
5272
- * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
5272
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
5273
5273
  *
5274
5274
  * Licensed under the Apache License, Version 2.0 (the "License");
5275
5275
  * you may not use this file except in compliance with the License.
@@ -5301,7 +5301,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImpor
5301
5301
 
5302
5302
  /*!
5303
5303
  * @license
5304
- * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
5304
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
5305
5305
  *
5306
5306
  * Licensed under the Apache License, Version 2.0 (the "License");
5307
5307
  * you may not use this file except in compliance with the License.
@@ -5333,7 +5333,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImpor
5333
5333
 
5334
5334
  /*!
5335
5335
  * @license
5336
- * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
5336
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
5337
5337
  *
5338
5338
  * Licensed under the Apache License, Version 2.0 (the "License");
5339
5339
  * you may not use this file except in compliance with the License.
@@ -5377,7 +5377,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImpor
5377
5377
 
5378
5378
  /*!
5379
5379
  * @license
5380
- * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
5380
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
5381
5381
  *
5382
5382
  * Licensed under the Apache License, Version 2.0 (the "License");
5383
5383
  * you may not use this file except in compliance with the License.
@@ -5409,7 +5409,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImpor
5409
5409
 
5410
5410
  /*!
5411
5411
  * @license
5412
- * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
5412
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
5413
5413
  *
5414
5414
  * Licensed under the Apache License, Version 2.0 (the "License");
5415
5415
  * you may not use this file except in compliance with the License.
@@ -5441,7 +5441,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImpor
5441
5441
 
5442
5442
  /*!
5443
5443
  * @license
5444
- * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
5444
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
5445
5445
  *
5446
5446
  * Licensed under the Apache License, Version 2.0 (the "License");
5447
5447
  * you may not use this file except in compliance with the License.
@@ -5473,7 +5473,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImpor
5473
5473
 
5474
5474
  /*!
5475
5475
  * @license
5476
- * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
5476
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
5477
5477
  *
5478
5478
  * Licensed under the Apache License, Version 2.0 (the "License");
5479
5479
  * you may not use this file except in compliance with the License.
@@ -5660,7 +5660,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImpor
5660
5660
 
5661
5661
  /*!
5662
5662
  * @license
5663
- * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
5663
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
5664
5664
  *
5665
5665
  * Licensed under the Apache License, Version 2.0 (the "License");
5666
5666
  * you may not use this file except in compliance with the License.
@@ -5683,7 +5683,7 @@ var DownloadPromptActions;
5683
5683
 
5684
5684
  /*!
5685
5685
  * @license
5686
- * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
5686
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
5687
5687
  *
5688
5688
  * Licensed under the Apache License, Version 2.0 (the "License");
5689
5689
  * you may not use this file except in compliance with the License.
@@ -5705,7 +5705,7 @@ var CloseButtonPosition;
5705
5705
 
5706
5706
  /*!
5707
5707
  * @license
5708
- * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
5708
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
5709
5709
  *
5710
5710
  * Licensed under the Apache License, Version 2.0 (the "License");
5711
5711
  * you may not use this file except in compliance with the License.
@@ -5733,7 +5733,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImpor
5733
5733
 
5734
5734
  /*!
5735
5735
  * @license
5736
- * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
5736
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
5737
5737
  *
5738
5738
  * Licensed under the Apache License, Version 2.0 (the "License");
5739
5739
  * you may not use this file except in compliance with the License.
@@ -5779,7 +5779,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImpor
5779
5779
 
5780
5780
  /*!
5781
5781
  * @license
5782
- * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
5782
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
5783
5783
  *
5784
5784
  * Licensed under the Apache License, Version 2.0 (the "License");
5785
5785
  * you may not use this file except in compliance with the License.
@@ -5812,7 +5812,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImpor
5812
5812
 
5813
5813
  /*!
5814
5814
  * @license
5815
- * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
5815
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
5816
5816
  *
5817
5817
  * Licensed under the Apache License, Version 2.0 (the "License");
5818
5818
  * you may not use this file except in compliance with the License.
@@ -5829,7 +5829,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImpor
5829
5829
 
5830
5830
  /*!
5831
5831
  * @license
5832
- * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
5832
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
5833
5833
  *
5834
5834
  * Licensed under the Apache License, Version 2.0 (the "License");
5835
5835
  * you may not use this file except in compliance with the License.
@@ -5846,7 +5846,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImpor
5846
5846
 
5847
5847
  /*!
5848
5848
  * @license
5849
- * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
5849
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
5850
5850
  *
5851
5851
  * Licensed under the Apache License, Version 2.0 (the "License");
5852
5852
  * you may not use this file except in compliance with the License.
@@ -6252,7 +6252,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImpor
6252
6252
 
6253
6253
  /*!
6254
6254
  * @license
6255
- * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
6255
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
6256
6256
  *
6257
6257
  * Licensed under the Apache License, Version 2.0 (the "License");
6258
6258
  * you may not use this file except in compliance with the License.
@@ -6314,7 +6314,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImpor
6314
6314
 
6315
6315
  /*!
6316
6316
  * @license
6317
- * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
6317
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
6318
6318
  *
6319
6319
  * Licensed under the Apache License, Version 2.0 (the "License");
6320
6320
  * you may not use this file except in compliance with the License.
@@ -6406,7 +6406,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImpor
6406
6406
 
6407
6407
  /*!
6408
6408
  * @license
6409
- * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
6409
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
6410
6410
  *
6411
6411
  * Licensed under the Apache License, Version 2.0 (the "License");
6412
6412
  * you may not use this file except in compliance with the License.
@@ -6423,7 +6423,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImpor
6423
6423
 
6424
6424
  /*!
6425
6425
  * @license
6426
- * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
6426
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
6427
6427
  *
6428
6428
  * Licensed under the Apache License, Version 2.0 (the "License");
6429
6429
  * you may not use this file except in compliance with the License.
@@ -6440,7 +6440,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImpor
6440
6440
 
6441
6441
  /*!
6442
6442
  * @license
6443
- * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
6443
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
6444
6444
  *
6445
6445
  * Licensed under the Apache License, Version 2.0 (the "License");
6446
6446
  * you may not use this file except in compliance with the License.
@@ -6469,7 +6469,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImpor
6469
6469
 
6470
6470
  /*!
6471
6471
  * @license
6472
- * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
6472
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
6473
6473
  *
6474
6474
  * Licensed under the Apache License, Version 2.0 (the "License");
6475
6475
  * you may not use this file except in compliance with the License.
@@ -6499,7 +6499,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImpor
6499
6499
 
6500
6500
  /*!
6501
6501
  * @license
6502
- * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
6502
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
6503
6503
  *
6504
6504
  * Licensed under the Apache License, Version 2.0 (the "License");
6505
6505
  * you may not use this file except in compliance with the License.
@@ -6564,7 +6564,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImpor
6564
6564
 
6565
6565
  /*!
6566
6566
  * @license
6567
- * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
6567
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
6568
6568
  *
6569
6569
  * Licensed under the Apache License, Version 2.0 (the "License");
6570
6570
  * you may not use this file except in compliance with the License.
@@ -6581,7 +6581,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImpor
6581
6581
 
6582
6582
  /*!
6583
6583
  * @license
6584
- * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
6584
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
6585
6585
  *
6586
6586
  * Licensed under the Apache License, Version 2.0 (the "License");
6587
6587
  * you may not use this file except in compliance with the License.
@@ -6598,7 +6598,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImpor
6598
6598
 
6599
6599
  /*!
6600
6600
  * @license
6601
- * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
6601
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
6602
6602
  *
6603
6603
  * Licensed under the Apache License, Version 2.0 (the "License");
6604
6604
  * you may not use this file except in compliance with the License.
@@ -6627,7 +6627,7 @@ class PaginationModel {
6627
6627
 
6628
6628
  /*!
6629
6629
  * @license
6630
- * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
6630
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
6631
6631
  *
6632
6632
  * Licensed under the Apache License, Version 2.0 (the "License");
6633
6633
  * you may not use this file except in compliance with the License.
@@ -6874,7 +6874,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImpor
6874
6874
 
6875
6875
  /*!
6876
6876
  * @license
6877
- * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
6877
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
6878
6878
  *
6879
6879
  * Licensed under the Apache License, Version 2.0 (the "License");
6880
6880
  * you may not use this file except in compliance with the License.
@@ -6972,7 +6972,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImpor
6972
6972
 
6973
6973
  /*!
6974
6974
  * @license
6975
- * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
6975
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
6976
6976
  *
6977
6977
  * Licensed under the Apache License, Version 2.0 (the "License");
6978
6978
  * you may not use this file except in compliance with the License.
@@ -6989,7 +6989,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImpor
6989
6989
 
6990
6990
  /*!
6991
6991
  * @license
6992
- * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
6992
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
6993
6993
  *
6994
6994
  * Licensed under the Apache License, Version 2.0 (the "License");
6995
6995
  * you may not use this file except in compliance with the License.
@@ -7006,7 +7006,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImpor
7006
7006
 
7007
7007
  /*!
7008
7008
  * @license
7009
- * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
7009
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
7010
7010
  *
7011
7011
  * Licensed under the Apache License, Version 2.0 (the "License");
7012
7012
  * you may not use this file except in compliance with the License.
@@ -7037,7 +7037,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImpor
7037
7037
 
7038
7038
  /*!
7039
7039
  * @license
7040
- * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
7040
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
7041
7041
  *
7042
7042
  * Licensed under the Apache License, Version 2.0 (the "License");
7043
7043
  * you may not use this file except in compliance with the License.
@@ -7054,7 +7054,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImpor
7054
7054
 
7055
7055
  /*!
7056
7056
  * @license
7057
- * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
7057
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
7058
7058
  *
7059
7059
  * Licensed under the Apache License, Version 2.0 (the "License");
7060
7060
  * you may not use this file except in compliance with the License.
@@ -7071,7 +7071,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImpor
7071
7071
 
7072
7072
  /*!
7073
7073
  * @license
7074
- * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
7074
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
7075
7075
  *
7076
7076
  * Licensed under the Apache License, Version 2.0 (the "License");
7077
7077
  * you may not use this file except in compliance with the License.
@@ -7166,7 +7166,7 @@ class BaseAuthenticationService {
7166
7166
 
7167
7167
  /*!
7168
7168
  * @license
7169
- * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
7169
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
7170
7170
  *
7171
7171
  * Licensed under the Apache License, Version 2.0 (the "License");
7172
7172
  * you may not use this file except in compliance with the License.
@@ -7368,7 +7368,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImpor
7368
7368
 
7369
7369
  /*!
7370
7370
  * @license
7371
- * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
7371
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
7372
7372
  *
7373
7373
  * Licensed under the Apache License, Version 2.0 (the "License");
7374
7374
  * you may not use this file except in compliance with the License.
@@ -7386,7 +7386,7 @@ const AUTH_MODULE_CONFIG = new InjectionToken('AUTH_MODULE_CONFIG');
7386
7386
 
7387
7387
  /*!
7388
7388
  * @license
7389
- * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
7389
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
7390
7390
  *
7391
7391
  * Licensed under the Apache License, Version 2.0 (the "License");
7392
7392
  * you may not use this file except in compliance with the License.
@@ -7489,7 +7489,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImpor
7489
7489
 
7490
7490
  /*!
7491
7491
  * @license
7492
- * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
7492
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
7493
7493
  *
7494
7494
  * Licensed under the Apache License, Version 2.0 (the "License");
7495
7495
  * you may not use this file except in compliance with the License.
@@ -7511,7 +7511,7 @@ class AuthService {
7511
7511
 
7512
7512
  /*!
7513
7513
  * @license
7514
- * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
7514
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
7515
7515
  *
7516
7516
  * Licensed under the Apache License, Version 2.0 (the "License");
7517
7517
  * you may not use this file except in compliance with the License.
@@ -7695,7 +7695,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImpor
7695
7695
 
7696
7696
  /*!
7697
7697
  * @license
7698
- * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
7698
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
7699
7699
  *
7700
7700
  * Licensed under the Apache License, Version 2.0 (the "License");
7701
7701
  * you may not use this file except in compliance with the License.
@@ -7875,7 +7875,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImpor
7875
7875
 
7876
7876
  /*!
7877
7877
  * @license
7878
- * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
7878
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
7879
7879
  *
7880
7880
  * Licensed under the Apache License, Version 2.0 (the "License");
7881
7881
  * you may not use this file except in compliance with the License.
@@ -8058,7 +8058,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImpor
8058
8058
 
8059
8059
  /*!
8060
8060
  * @license
8061
- * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
8061
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
8062
8062
  *
8063
8063
  * Licensed under the Apache License, Version 2.0 (the "License");
8064
8064
  * you may not use this file except in compliance with the License.
@@ -8401,7 +8401,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImpor
8401
8401
 
8402
8402
  /*!
8403
8403
  * @license
8404
- * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
8404
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
8405
8405
  *
8406
8406
  * Licensed under the Apache License, Version 2.0 (the "License");
8407
8407
  * you may not use this file except in compliance with the License.
@@ -8464,7 +8464,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImpor
8464
8464
 
8465
8465
  /*!
8466
8466
  * @license
8467
- * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
8467
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
8468
8468
  *
8469
8469
  * Licensed under the Apache License, Version 2.0 (the "License");
8470
8470
  * you may not use this file except in compliance with the License.
@@ -8540,7 +8540,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImpor
8540
8540
 
8541
8541
  /*!
8542
8542
  * @license
8543
- * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
8543
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
8544
8544
  *
8545
8545
  * Licensed under the Apache License, Version 2.0 (the "License");
8546
8546
  * you may not use this file except in compliance with the License.
@@ -8796,7 +8796,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImpor
8796
8796
 
8797
8797
  /*!
8798
8798
  * @license
8799
- * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
8799
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
8800
8800
  *
8801
8801
  * Licensed under the Apache License, Version 2.0 (the "License");
8802
8802
  * you may not use this file except in compliance with the License.
@@ -8979,7 +8979,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImpor
8979
8979
 
8980
8980
  /*!
8981
8981
  * @license
8982
- * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
8982
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
8983
8983
  *
8984
8984
  * Licensed under the Apache License, Version 2.0 (the "License");
8985
8985
  * you may not use this file except in compliance with the License.
@@ -9043,7 +9043,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImpor
9043
9043
 
9044
9044
  /*!
9045
9045
  * @license
9046
- * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
9046
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
9047
9047
  *
9048
9048
  * Licensed under the Apache License, Version 2.0 (the "License");
9049
9049
  * you may not use this file except in compliance with the License.
@@ -9140,7 +9140,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImpor
9140
9140
 
9141
9141
  /*!
9142
9142
  * @license
9143
- * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
9143
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
9144
9144
  *
9145
9145
  * Licensed under the Apache License, Version 2.0 (the "License");
9146
9146
  * you may not use this file except in compliance with the License.
@@ -9188,7 +9188,7 @@ const AuthGuard = async (_, state) => {
9188
9188
 
9189
9189
  /*!
9190
9190
  * @license
9191
- * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
9191
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
9192
9192
  *
9193
9193
  * Licensed under the Apache License, Version 2.0 (the "License");
9194
9194
  * you may not use this file except in compliance with the License.
@@ -9216,7 +9216,7 @@ const AuthGuardEcm = async (_, state) => {
9216
9216
 
9217
9217
  /*!
9218
9218
  * @license
9219
- * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
9219
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
9220
9220
  *
9221
9221
  * Licensed under the Apache License, Version 2.0 (the "License");
9222
9222
  * you may not use this file except in compliance with the License.
@@ -9244,7 +9244,7 @@ const AuthGuardBpm = async (_, state) => {
9244
9244
 
9245
9245
  /*!
9246
9246
  * @license
9247
- * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
9247
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
9248
9248
  *
9249
9249
  * Licensed under the Apache License, Version 2.0 (the "License");
9250
9250
  * you may not use this file except in compliance with the License.
@@ -9346,7 +9346,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImpor
9346
9346
 
9347
9347
  /*!
9348
9348
  * @license
9349
- * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
9349
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
9350
9350
  *
9351
9351
  * Licensed under the Apache License, Version 2.0 (the "License");
9352
9352
  * you may not use this file except in compliance with the License.
@@ -9399,7 +9399,7 @@ const AuthGuardSsoRoleService = (route) => {
9399
9399
 
9400
9400
  /*!
9401
9401
  * @license
9402
- * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
9402
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
9403
9403
  *
9404
9404
  * Licensed under the Apache License, Version 2.0 (the "License");
9405
9405
  * you may not use this file except in compliance with the License.
@@ -9490,7 +9490,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImpor
9490
9490
 
9491
9491
  /*!
9492
9492
  * @license
9493
- * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
9493
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
9494
9494
  *
9495
9495
  * Licensed under the Apache License, Version 2.0 (the "License");
9496
9496
  * you may not use this file except in compliance with the License.
@@ -9554,7 +9554,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImpor
9554
9554
 
9555
9555
  /*!
9556
9556
  * @license
9557
- * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
9557
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
9558
9558
  *
9559
9559
  * Licensed under the Apache License, Version 2.0 (the "License");
9560
9560
  * you may not use this file except in compliance with the License.
@@ -9989,7 +9989,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImpor
9989
9989
 
9990
9990
  /*!
9991
9991
  * @license
9992
- * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
9992
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
9993
9993
  *
9994
9994
  * Licensed under the Apache License, Version 2.0 (the "License");
9995
9995
  * you may not use this file except in compliance with the License.
@@ -10250,7 +10250,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImpor
10250
10250
 
10251
10251
  /*!
10252
10252
  * @license
10253
- * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
10253
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
10254
10254
  *
10255
10255
  * Licensed under the Apache License, Version 2.0 (the "License");
10256
10256
  * you may not use this file except in compliance with the License.
@@ -10267,7 +10267,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImpor
10267
10267
 
10268
10268
  /*!
10269
10269
  * @license
10270
- * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
10270
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
10271
10271
  *
10272
10272
  * Licensed under the Apache License, Version 2.0 (the "License");
10273
10273
  * you may not use this file except in compliance with the License.
@@ -10284,7 +10284,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImpor
10284
10284
 
10285
10285
  /*!
10286
10286
  * @license
10287
- * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
10287
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
10288
10288
  *
10289
10289
  * Licensed under the Apache License, Version 2.0 (the "License");
10290
10290
  * you may not use this file except in compliance with the License.
@@ -10301,7 +10301,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImpor
10301
10301
 
10302
10302
  /*!
10303
10303
  * @license
10304
- * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
10304
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
10305
10305
  *
10306
10306
  * Licensed under the Apache License, Version 2.0 (the "License");
10307
10307
  * you may not use this file except in compliance with the License.
@@ -10318,7 +10318,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImpor
10318
10318
 
10319
10319
  /*!
10320
10320
  * @license
10321
- * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
10321
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
10322
10322
  *
10323
10323
  * Licensed under the Apache License, Version 2.0 (the "License");
10324
10324
  * you may not use this file except in compliance with the License.
@@ -10346,7 +10346,7 @@ class RedirectionModel {
10346
10346
 
10347
10347
  /*!
10348
10348
  * @license
10349
- * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
10349
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
10350
10350
  *
10351
10351
  * Licensed under the Apache License, Version 2.0 (the "License");
10352
10352
  * you may not use this file except in compliance with the License.
@@ -10363,7 +10363,7 @@ class RedirectionModel {
10363
10363
 
10364
10364
  /*!
10365
10365
  * @license
10366
- * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
10366
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
10367
10367
  *
10368
10368
  * Licensed under the Apache License, Version 2.0 (the "License");
10369
10369
  * you may not use this file except in compliance with the License.
@@ -10380,7 +10380,7 @@ class RedirectionModel {
10380
10380
 
10381
10381
  /*!
10382
10382
  * @license
10383
- * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
10383
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
10384
10384
  *
10385
10385
  * Licensed under the Apache License, Version 2.0 (the "License");
10386
10386
  * you may not use this file except in compliance with the License.
@@ -10410,7 +10410,7 @@ class IdentityRoleModel {
10410
10410
 
10411
10411
  /*!
10412
10412
  * @license
10413
- * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
10413
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
10414
10414
  *
10415
10415
  * Licensed under the Apache License, Version 2.0 (the "License");
10416
10416
  * you may not use this file except in compliance with the License.
@@ -10427,7 +10427,7 @@ class IdentityRoleModel {
10427
10427
 
10428
10428
  /*!
10429
10429
  * @license
10430
- * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
10430
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
10431
10431
  *
10432
10432
  * Licensed under the Apache License, Version 2.0 (the "License");
10433
10433
  * you may not use this file except in compliance with the License.
@@ -10444,7 +10444,7 @@ class IdentityRoleModel {
10444
10444
 
10445
10445
  /*!
10446
10446
  * @license
10447
- * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
10447
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
10448
10448
  *
10449
10449
  * Licensed under the Apache License, Version 2.0 (the "License");
10450
10450
  * you may not use this file except in compliance with the License.
@@ -10473,7 +10473,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImpor
10473
10473
 
10474
10474
  /*!
10475
10475
  * @license
10476
- * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
10476
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
10477
10477
  *
10478
10478
  * Licensed under the Apache License, Version 2.0 (the "License");
10479
10479
  * you may not use this file except in compliance with the License.
@@ -10507,7 +10507,7 @@ const OidcAuthGuard = async () => {
10507
10507
 
10508
10508
  /*!
10509
10509
  * @license
10510
- * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
10510
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
10511
10511
  *
10512
10512
  * Licensed under the Apache License, Version 2.0 (the "License");
10513
10513
  * you may not use this file except in compliance with the License.
@@ -10536,7 +10536,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImpor
10536
10536
 
10537
10537
  /*!
10538
10538
  * @license
10539
- * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
10539
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
10540
10540
  *
10541
10541
  * Licensed under the Apache License, Version 2.0 (the "License");
10542
10542
  * you may not use this file except in compliance with the License.
@@ -10593,7 +10593,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImpor
10593
10593
 
10594
10594
  /*!
10595
10595
  * @license
10596
- * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
10596
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
10597
10597
  *
10598
10598
  * Licensed under the Apache License, Version 2.0 (the "License");
10599
10599
  * you may not use this file except in compliance with the License.
@@ -10691,7 +10691,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImpor
10691
10691
 
10692
10692
  /*!
10693
10693
  * @license
10694
- * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
10694
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
10695
10695
  *
10696
10696
  * Licensed under the Apache License, Version 2.0 (the "License");
10697
10697
  * you may not use this file except in compliance with the License.
@@ -10708,7 +10708,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImpor
10708
10708
 
10709
10709
  /*!
10710
10710
  * @license
10711
- * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
10711
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
10712
10712
  *
10713
10713
  * Licensed under the Apache License, Version 2.0 (the "License");
10714
10714
  * you may not use this file except in compliance with the License.
@@ -10725,7 +10725,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImpor
10725
10725
 
10726
10726
  /*!
10727
10727
  * @license
10728
- * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
10728
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
10729
10729
  *
10730
10730
  * Licensed under the Apache License, Version 2.0 (the "License");
10731
10731
  * you may not use this file except in compliance with the License.
@@ -10742,7 +10742,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImpor
10742
10742
 
10743
10743
  /*!
10744
10744
  * @license
10745
- * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
10745
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
10746
10746
  *
10747
10747
  * Licensed under the Apache License, Version 2.0 (the "License");
10748
10748
  * you may not use this file except in compliance with the License.
@@ -10766,7 +10766,7 @@ class ComponentTranslationModel {
10766
10766
 
10767
10767
  /*!
10768
10768
  * @license
10769
- * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
10769
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
10770
10770
  *
10771
10771
  * Licensed under the Apache License, Version 2.0 (the "License");
10772
10772
  * you may not use this file except in compliance with the License.
@@ -10906,7 +10906,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImpor
10906
10906
 
10907
10907
  /*!
10908
10908
  * @license
10909
- * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
10909
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
10910
10910
  *
10911
10911
  * Licensed under the Apache License, Version 2.0 (the "License");
10912
10912
  * you may not use this file except in compliance with the License.
@@ -10923,7 +10923,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImpor
10923
10923
 
10924
10924
  /*!
10925
10925
  * @license
10926
- * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
10926
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
10927
10927
  *
10928
10928
  * Licensed under the Apache License, Version 2.0 (the "License");
10929
10929
  * you may not use this file except in compliance with the License.
@@ -10940,7 +10940,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImpor
10940
10940
 
10941
10941
  /*!
10942
10942
  * @license
10943
- * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
10943
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
10944
10944
  *
10945
10945
  * Licensed under the Apache License, Version 2.0 (the "License");
10946
10946
  * you may not use this file except in compliance with the License.
@@ -10962,7 +10962,7 @@ class LoginErrorEvent {
10962
10962
 
10963
10963
  /*!
10964
10964
  * @license
10965
- * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
10965
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
10966
10966
  *
10967
10967
  * Licensed under the Apache License, Version 2.0 (the "License");
10968
10968
  * you may not use this file except in compliance with the License.
@@ -10994,7 +10994,7 @@ class LoginSubmitEvent {
10994
10994
 
10995
10995
  /*!
10996
10996
  * @license
10997
- * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
10997
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
10998
10998
  *
10999
10999
  * Licensed under the Apache License, Version 2.0 (the "License");
11000
11000
  * you may not use this file except in compliance with the License.
@@ -11018,7 +11018,7 @@ class LoginSuccessEvent {
11018
11018
 
11019
11019
  /*!
11020
11020
  * @license
11021
- * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
11021
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
11022
11022
  *
11023
11023
  * Licensed under the Apache License, Version 2.0 (the "License");
11024
11024
  * you may not use this file except in compliance with the License.
@@ -11068,7 +11068,7 @@ class LoginComponent {
11068
11068
  /** Path to a custom background image. */
11069
11069
  this.backgroundImageUrl = './assets/images/background.svg';
11070
11070
  /** The copyright text below the login box. */
11071
- this.copyrightText = '\u00A9 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.';
11071
+ this.copyrightText = '\u00A9 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.';
11072
11072
  /** Route to redirect to on successful login. */
11073
11073
  this.successRoute = null;
11074
11074
  /** Emitted when the login is successful. */
@@ -11348,7 +11348,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImpor
11348
11348
 
11349
11349
  /*!
11350
11350
  * @license
11351
- * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
11351
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
11352
11352
  *
11353
11353
  * Licensed under the Apache License, Version 2.0 (the "License");
11354
11354
  * you may not use this file except in compliance with the License.
@@ -11385,7 +11385,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImpor
11385
11385
 
11386
11386
  /*!
11387
11387
  * @license
11388
- * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
11388
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
11389
11389
  *
11390
11390
  * Licensed under the Apache License, Version 2.0 (the "License");
11391
11391
  * you may not use this file except in compliance with the License.
@@ -11422,7 +11422,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImpor
11422
11422
 
11423
11423
  /*!
11424
11424
  * @license
11425
- * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
11425
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
11426
11426
  *
11427
11427
  * Licensed under the Apache License, Version 2.0 (the "License");
11428
11428
  * you may not use this file except in compliance with the License.
@@ -11469,7 +11469,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImpor
11469
11469
 
11470
11470
  /*!
11471
11471
  * @license
11472
- * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
11472
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
11473
11473
  *
11474
11474
  * Licensed under the Apache License, Version 2.0 (the "License");
11475
11475
  * you may not use this file except in compliance with the License.
@@ -11523,7 +11523,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImpor
11523
11523
 
11524
11524
  /*!
11525
11525
  * @license
11526
- * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
11526
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
11527
11527
  *
11528
11528
  * Licensed under the Apache License, Version 2.0 (the "License");
11529
11529
  * you may not use this file except in compliance with the License.
@@ -11540,7 +11540,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImpor
11540
11540
 
11541
11541
  /*!
11542
11542
  * @license
11543
- * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
11543
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
11544
11544
  *
11545
11545
  * Licensed under the Apache License, Version 2.0 (the "License");
11546
11546
  * you may not use this file except in compliance with the License.
@@ -11587,7 +11587,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImpor
11587
11587
 
11588
11588
  /*!
11589
11589
  * @license
11590
- * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
11590
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
11591
11591
  *
11592
11592
  * Licensed under the Apache License, Version 2.0 (the "License");
11593
11593
  * you may not use this file except in compliance with the License.
@@ -11604,7 +11604,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImpor
11604
11604
 
11605
11605
  /*!
11606
11606
  * @license
11607
- * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
11607
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
11608
11608
  *
11609
11609
  * Licensed under the Apache License, Version 2.0 (the "License");
11610
11610
  * you may not use this file except in compliance with the License.
@@ -11646,7 +11646,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImpor
11646
11646
 
11647
11647
  /*!
11648
11648
  * @license
11649
- * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
11649
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
11650
11650
  *
11651
11651
  * Licensed under the Apache License, Version 2.0 (the "License");
11652
11652
  * you may not use this file except in compliance with the License.
@@ -11696,7 +11696,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImpor
11696
11696
 
11697
11697
  /*!
11698
11698
  * @license
11699
- * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
11699
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
11700
11700
  *
11701
11701
  * Licensed under the Apache License, Version 2.0 (the "License");
11702
11702
  * you may not use this file except in compliance with the License.
@@ -11747,7 +11747,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImpor
11747
11747
 
11748
11748
  /*!
11749
11749
  * @license
11750
- * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
11750
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
11751
11751
  *
11752
11752
  * Licensed under the Apache License, Version 2.0 (the "License");
11753
11753
  * you may not use this file except in compliance with the License.
@@ -11778,7 +11778,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImpor
11778
11778
 
11779
11779
  /*!
11780
11780
  * @license
11781
- * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
11781
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
11782
11782
  *
11783
11783
  * Licensed under the Apache License, Version 2.0 (the "License");
11784
11784
  * you may not use this file except in compliance with the License.
@@ -11795,7 +11795,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImpor
11795
11795
 
11796
11796
  /*!
11797
11797
  * @license
11798
- * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
11798
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
11799
11799
  *
11800
11800
  * Licensed under the Apache License, Version 2.0 (the "License");
11801
11801
  * you may not use this file except in compliance with the License.
@@ -11812,7 +11812,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImpor
11812
11812
 
11813
11813
  /*!
11814
11814
  * @license
11815
- * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
11815
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
11816
11816
  *
11817
11817
  * Licensed under the Apache License, Version 2.0 (the "License");
11818
11818
  * you may not use this file except in compliance with the License.
@@ -11879,7 +11879,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImpor
11879
11879
 
11880
11880
  /*!
11881
11881
  * @license
11882
- * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
11882
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
11883
11883
  *
11884
11884
  * Licensed under the Apache License, Version 2.0 (the "License");
11885
11885
  * you may not use this file except in compliance with the License.
@@ -11982,7 +11982,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImpor
11982
11982
 
11983
11983
  /*!
11984
11984
  * @license
11985
- * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
11985
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
11986
11986
  *
11987
11987
  * Licensed under the Apache License, Version 2.0 (the "License");
11988
11988
  * you may not use this file except in compliance with the License.
@@ -12031,7 +12031,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImpor
12031
12031
 
12032
12032
  /*!
12033
12033
  * @license
12034
- * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
12034
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
12035
12035
  *
12036
12036
  * Licensed under the Apache License, Version 2.0 (the "License");
12037
12037
  * you may not use this file except in compliance with the License.
@@ -12048,7 +12048,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImpor
12048
12048
 
12049
12049
  /*!
12050
12050
  * @license
12051
- * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
12051
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
12052
12052
  *
12053
12053
  * Licensed under the Apache License, Version 2.0 (the "License");
12054
12054
  * you may not use this file except in compliance with the License.
@@ -12065,7 +12065,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImpor
12065
12065
 
12066
12066
  /*!
12067
12067
  * @license
12068
- * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
12068
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
12069
12069
  *
12070
12070
  * Licensed under the Apache License, Version 2.0 (the "License");
12071
12071
  * you may not use this file except in compliance with the License.
@@ -12135,7 +12135,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImpor
12135
12135
 
12136
12136
  /*!
12137
12137
  * @license
12138
- * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
12138
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
12139
12139
  *
12140
12140
  * Licensed under the Apache License, Version 2.0 (the "License");
12141
12141
  * you may not use this file except in compliance with the License.
@@ -12185,7 +12185,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImpor
12185
12185
 
12186
12186
  /*!
12187
12187
  * @license
12188
- * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
12188
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
12189
12189
  *
12190
12190
  * Licensed under the Apache License, Version 2.0 (the "License");
12191
12191
  * you may not use this file except in compliance with the License.
@@ -12223,7 +12223,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImpor
12223
12223
 
12224
12224
  /*!
12225
12225
  * @license
12226
- * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
12226
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
12227
12227
  *
12228
12228
  * Licensed under the Apache License, Version 2.0 (the "License");
12229
12229
  * you may not use this file except in compliance with the License.
@@ -12260,7 +12260,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImpor
12260
12260
 
12261
12261
  /*!
12262
12262
  * @license
12263
- * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
12263
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
12264
12264
  *
12265
12265
  * Licensed under the Apache License, Version 2.0 (the "License");
12266
12266
  * you may not use this file except in compliance with the License.
@@ -12300,7 +12300,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImpor
12300
12300
 
12301
12301
  /*!
12302
12302
  * @license
12303
- * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
12303
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
12304
12304
  *
12305
12305
  * Licensed under the Apache License, Version 2.0 (the "License");
12306
12306
  * you may not use this file except in compliance with the License.
@@ -12361,7 +12361,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImpor
12361
12361
 
12362
12362
  /*!
12363
12363
  * @license
12364
- * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
12364
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
12365
12365
  *
12366
12366
  * Licensed under the Apache License, Version 2.0 (the "License");
12367
12367
  * you may not use this file except in compliance with the License.
@@ -12396,7 +12396,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImpor
12396
12396
 
12397
12397
  /*!
12398
12398
  * @license
12399
- * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
12399
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
12400
12400
  *
12401
12401
  * Licensed under the Apache License, Version 2.0 (the "License");
12402
12402
  * you may not use this file except in compliance with the License.
@@ -12431,7 +12431,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImpor
12431
12431
 
12432
12432
  /*!
12433
12433
  * @license
12434
- * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
12434
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
12435
12435
  *
12436
12436
  * Licensed under the Apache License, Version 2.0 (the "License");
12437
12437
  * you may not use this file except in compliance with the License.
@@ -12486,7 +12486,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImpor
12486
12486
 
12487
12487
  /*!
12488
12488
  * @license
12489
- * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
12489
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
12490
12490
  *
12491
12491
  * Licensed under the Apache License, Version 2.0 (the "License");
12492
12492
  * you may not use this file except in compliance with the License.
@@ -12534,7 +12534,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImpor
12534
12534
 
12535
12535
  /*!
12536
12536
  * @license
12537
- * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
12537
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
12538
12538
  *
12539
12539
  * Licensed under the Apache License, Version 2.0 (the "License");
12540
12540
  * you may not use this file except in compliance with the License.
@@ -12577,7 +12577,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImpor
12577
12577
 
12578
12578
  /*!
12579
12579
  * @license
12580
- * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
12580
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
12581
12581
  *
12582
12582
  * Licensed under the Apache License, Version 2.0 (the "License");
12583
12583
  * you may not use this file except in compliance with the License.
@@ -12608,7 +12608,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImpor
12608
12608
 
12609
12609
  /*!
12610
12610
  * @license
12611
- * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
12611
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
12612
12612
  *
12613
12613
  * Licensed under the Apache License, Version 2.0 (the "License");
12614
12614
  * you may not use this file except in compliance with the License.
@@ -12677,7 +12677,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImpor
12677
12677
 
12678
12678
  /*!
12679
12679
  * @license
12680
- * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
12680
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
12681
12681
  *
12682
12682
  * Licensed under the Apache License, Version 2.0 (the "License");
12683
12683
  * you may not use this file except in compliance with the License.
@@ -12694,7 +12694,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImpor
12694
12694
 
12695
12695
  /*!
12696
12696
  * @license
12697
- * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
12697
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
12698
12698
  *
12699
12699
  * Licensed under the Apache License, Version 2.0 (the "License");
12700
12700
  * you may not use this file except in compliance with the License.
@@ -12711,7 +12711,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImpor
12711
12711
 
12712
12712
  /*!
12713
12713
  * @license
12714
- * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
12714
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
12715
12715
  *
12716
12716
  * Licensed under the Apache License, Version 2.0 (the "License");
12717
12717
  * you may not use this file except in compliance with the License.
@@ -12785,7 +12785,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImpor
12785
12785
 
12786
12786
  /*!
12787
12787
  * @license
12788
- * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
12788
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
12789
12789
  *
12790
12790
  * Licensed under the Apache License, Version 2.0 (the "License");
12791
12791
  * you may not use this file except in compliance with the License.
@@ -12815,7 +12815,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImpor
12815
12815
 
12816
12816
  /*!
12817
12817
  * @license
12818
- * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
12818
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
12819
12819
  *
12820
12820
  * Licensed under the Apache License, Version 2.0 (the "License");
12821
12821
  * you may not use this file except in compliance with the License.
@@ -12832,7 +12832,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImpor
12832
12832
 
12833
12833
  /*!
12834
12834
  * @license
12835
- * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
12835
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
12836
12836
  *
12837
12837
  * Licensed under the Apache License, Version 2.0 (the "License");
12838
12838
  * you may not use this file except in compliance with the License.
@@ -12849,7 +12849,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImpor
12849
12849
 
12850
12850
  /*!
12851
12851
  * @license
12852
- * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
12852
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
12853
12853
  *
12854
12854
  * Licensed under the Apache License, Version 2.0 (the "License");
12855
12855
  * you may not use this file except in compliance with the License.
@@ -12961,7 +12961,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImpor
12961
12961
 
12962
12962
  /*!
12963
12963
  * @license
12964
- * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
12964
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
12965
12965
  *
12966
12966
  * Licensed under the Apache License, Version 2.0 (the "License");
12967
12967
  * you may not use this file except in compliance with the License.
@@ -12994,7 +12994,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImpor
12994
12994
 
12995
12995
  /*!
12996
12996
  * @license
12997
- * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
12997
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
12998
12998
  *
12999
12999
  * Licensed under the Apache License, Version 2.0 (the "License");
13000
13000
  * you may not use this file except in compliance with the License.
@@ -13035,7 +13035,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImpor
13035
13035
 
13036
13036
  /*!
13037
13037
  * @license
13038
- * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
13038
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
13039
13039
  *
13040
13040
  * Licensed under the Apache License, Version 2.0 (the "License");
13041
13041
  * you may not use this file except in compliance with the License.
@@ -13052,7 +13052,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImpor
13052
13052
 
13053
13053
  /*!
13054
13054
  * @license
13055
- * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
13055
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
13056
13056
  *
13057
13057
  * Licensed under the Apache License, Version 2.0 (the "License");
13058
13058
  * you may not use this file except in compliance with the License.
@@ -13069,7 +13069,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImpor
13069
13069
 
13070
13070
  /*!
13071
13071
  * @license
13072
- * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
13072
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
13073
13073
  *
13074
13074
  * Licensed under the Apache License, Version 2.0 (the "License");
13075
13075
  * you may not use this file except in compliance with the License.
@@ -13099,7 +13099,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImpor
13099
13099
 
13100
13100
  /*!
13101
13101
  * @license
13102
- * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
13102
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
13103
13103
  *
13104
13104
  * Licensed under the Apache License, Version 2.0 (the "License");
13105
13105
  * you may not use this file except in compliance with the License.
@@ -13124,7 +13124,7 @@ var NOTIFICATION_TYPE;
13124
13124
 
13125
13125
  /*!
13126
13126
  * @license
13127
- * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
13127
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
13128
13128
  *
13129
13129
  * Licensed under the Apache License, Version 2.0 (the "License");
13130
13130
  * you may not use this file except in compliance with the License.
@@ -13166,7 +13166,7 @@ const error = (messages, initiator = rootInitiator) => ({
13166
13166
 
13167
13167
  /*!
13168
13168
  * @license
13169
- * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
13169
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
13170
13170
  *
13171
13171
  * Licensed under the Apache License, Version 2.0 (the "License");
13172
13172
  * you may not use this file except in compliance with the License.
@@ -13206,7 +13206,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImpor
13206
13206
 
13207
13207
  /*!
13208
13208
  * @license
13209
- * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
13209
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
13210
13210
  *
13211
13211
  * Licensed under the Apache License, Version 2.0 (the "License");
13212
13212
  * you may not use this file except in compliance with the License.
@@ -13254,7 +13254,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImpor
13254
13254
 
13255
13255
  /*!
13256
13256
  * @license
13257
- * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
13257
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
13258
13258
  *
13259
13259
  * Licensed under the Apache License, Version 2.0 (the "License");
13260
13260
  * you may not use this file except in compliance with the License.
@@ -13271,7 +13271,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImpor
13271
13271
 
13272
13272
  /*!
13273
13273
  * @license
13274
- * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
13274
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
13275
13275
  *
13276
13276
  * Licensed under the Apache License, Version 2.0 (the "License");
13277
13277
  * you may not use this file except in compliance with the License.
@@ -13288,7 +13288,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImpor
13288
13288
 
13289
13289
  /*!
13290
13290
  * @license
13291
- * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
13291
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
13292
13292
  *
13293
13293
  * Licensed under the Apache License, Version 2.0 (the "License");
13294
13294
  * you may not use this file except in compliance with the License.
@@ -13305,7 +13305,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImpor
13305
13305
 
13306
13306
  /*!
13307
13307
  * @license
13308
- * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
13308
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
13309
13309
  *
13310
13310
  * Licensed under the Apache License, Version 2.0 (the "License");
13311
13311
  * you may not use this file except in compliance with the License.
@@ -13462,7 +13462,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImpor
13462
13462
 
13463
13463
  /*!
13464
13464
  * @license
13465
- * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
13465
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
13466
13466
  *
13467
13467
  * Licensed under the Apache License, Version 2.0 (the "License");
13468
13468
  * you may not use this file except in compliance with the License.
@@ -13560,7 +13560,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImpor
13560
13560
 
13561
13561
  /*!
13562
13562
  * @license
13563
- * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
13563
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
13564
13564
  *
13565
13565
  * Licensed under the Apache License, Version 2.0 (the "License");
13566
13566
  * you may not use this file except in compliance with the License.
@@ -13653,7 +13653,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImpor
13653
13653
 
13654
13654
  /*!
13655
13655
  * @license
13656
- * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
13656
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
13657
13657
  *
13658
13658
  * Licensed under the Apache License, Version 2.0 (the "License");
13659
13659
  * you may not use this file except in compliance with the License.
@@ -13770,7 +13770,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImpor
13770
13770
 
13771
13771
  /*!
13772
13772
  * @license
13773
- * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
13773
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
13774
13774
  *
13775
13775
  * Licensed under the Apache License, Version 2.0 (the "License");
13776
13776
  * you may not use this file except in compliance with the License.
@@ -13810,7 +13810,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImpor
13810
13810
 
13811
13811
  /*!
13812
13812
  * @license
13813
- * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
13813
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
13814
13814
  *
13815
13815
  * Licensed under the Apache License, Version 2.0 (the "License");
13816
13816
  * you may not use this file except in compliance with the License.
@@ -13870,7 +13870,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImpor
13870
13870
 
13871
13871
  /*!
13872
13872
  * @license
13873
- * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
13873
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
13874
13874
  *
13875
13875
  * Licensed under the Apache License, Version 2.0 (the "License");
13876
13876
  * you may not use this file except in compliance with the License.
@@ -13922,7 +13922,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImpor
13922
13922
 
13923
13923
  /*!
13924
13924
  * @license
13925
- * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
13925
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
13926
13926
  *
13927
13927
  * Licensed under the Apache License, Version 2.0 (the "License");
13928
13928
  * you may not use this file except in compliance with the License.
@@ -14016,7 +14016,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImpor
14016
14016
 
14017
14017
  /*!
14018
14018
  * @license
14019
- * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
14019
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
14020
14020
  *
14021
14021
  * Licensed under the Apache License, Version 2.0 (the "License");
14022
14022
  * you may not use this file except in compliance with the License.
@@ -14045,7 +14045,7 @@ class BaseEvent {
14045
14045
 
14046
14046
  /*!
14047
14047
  * @license
14048
- * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
14048
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
14049
14049
  *
14050
14050
  * Licensed under the Apache License, Version 2.0 (the "License");
14051
14051
  * you may not use this file except in compliance with the License.
@@ -14065,7 +14065,7 @@ class BaseUIEvent extends BaseEvent {
14065
14065
 
14066
14066
  /*!
14067
14067
  * @license
14068
- * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
14068
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
14069
14069
  *
14070
14070
  * Licensed under the Apache License, Version 2.0 (the "License");
14071
14071
  * you may not use this file except in compliance with the License.
@@ -14082,7 +14082,7 @@ class BaseUIEvent extends BaseEvent {
14082
14082
 
14083
14083
  /*!
14084
14084
  * @license
14085
- * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
14085
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
14086
14086
  *
14087
14087
  * Licensed under the Apache License, Version 2.0 (the "License");
14088
14088
  * you may not use this file except in compliance with the License.
@@ -14099,7 +14099,7 @@ class BaseUIEvent extends BaseEvent {
14099
14099
 
14100
14100
  /*!
14101
14101
  * @license
14102
- * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
14102
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
14103
14103
  *
14104
14104
  * Licensed under the Apache License, Version 2.0 (the "License");
14105
14105
  * you may not use this file except in compliance with the License.
@@ -14124,7 +14124,7 @@ class DataRowEvent extends BaseUIEvent {
14124
14124
 
14125
14125
  /*!
14126
14126
  * @license
14127
- * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
14127
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
14128
14128
  *
14129
14129
  * Licensed under the Apache License, Version 2.0 (the "License");
14130
14130
  * you may not use this file except in compliance with the License.
@@ -14148,7 +14148,7 @@ class DataSorting {
14148
14148
 
14149
14149
  /*!
14150
14150
  * @license
14151
- * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
14151
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
14152
14152
  *
14153
14153
  * Licensed under the Apache License, Version 2.0 (the "License");
14154
14154
  * you may not use this file except in compliance with the License.
@@ -14244,7 +14244,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImpor
14244
14244
 
14245
14245
  /*!
14246
14246
  * @license
14247
- * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
14247
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
14248
14248
  *
14249
14249
  * Licensed under the Apache License, Version 2.0 (the "License");
14250
14250
  * you may not use this file except in compliance with the License.
@@ -14281,7 +14281,7 @@ class ObjectDataRow {
14281
14281
 
14282
14282
  /*!
14283
14283
  * @license
14284
- * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
14284
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
14285
14285
  *
14286
14286
  * Licensed under the Apache License, Version 2.0 (the "License");
14287
14287
  * you may not use this file except in compliance with the License.
@@ -14327,7 +14327,7 @@ class ObjectDataColumn {
14327
14327
 
14328
14328
  /*!
14329
14329
  * @license
14330
- * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
14330
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
14331
14331
  *
14332
14332
  * Licensed under the Apache License, Version 2.0 (the "License");
14333
14333
  * you may not use this file except in compliance with the License.
@@ -14457,7 +14457,7 @@ class ObjectDataTableAdapter {
14457
14457
 
14458
14458
  /*!
14459
14459
  * @license
14460
- * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
14460
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
14461
14461
  *
14462
14462
  * Licensed under the Apache License, Version 2.0 (the "License");
14463
14463
  * you may not use this file except in compliance with the License.
@@ -14487,7 +14487,7 @@ class DataCellEvent extends BaseEvent {
14487
14487
 
14488
14488
  /*!
14489
14489
  * @license
14490
- * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
14490
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
14491
14491
  *
14492
14492
  * Licensed under the Apache License, Version 2.0 (the "License");
14493
14493
  * you may not use this file except in compliance with the License.
@@ -14520,7 +14520,7 @@ class DataRowActionEvent extends BaseEvent {
14520
14520
 
14521
14521
  /*!
14522
14522
  * @license
14523
- * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
14523
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
14524
14524
  *
14525
14525
  * Licensed under the Apache License, Version 2.0 (the "License");
14526
14526
  * you may not use this file except in compliance with the License.
@@ -14607,7 +14607,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImpor
14607
14607
 
14608
14608
  /*!
14609
14609
  * @license
14610
- * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
14610
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
14611
14611
  *
14612
14612
  * Licensed under the Apache License, Version 2.0 (the "License");
14613
14613
  * you may not use this file except in compliance with the License.
@@ -14775,7 +14775,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImpor
14775
14775
 
14776
14776
  /*!
14777
14777
  * @license
14778
- * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
14778
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
14779
14779
  *
14780
14780
  * Licensed under the Apache License, Version 2.0 (the "License");
14781
14781
  * you may not use this file except in compliance with the License.
@@ -14844,7 +14844,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImpor
14844
14844
 
14845
14845
  /*!
14846
14846
  * @license
14847
- * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
14847
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
14848
14848
  *
14849
14849
  * Licensed under the Apache License, Version 2.0 (the "License");
14850
14850
  * you may not use this file except in compliance with the License.
@@ -14897,7 +14897,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImpor
14897
14897
 
14898
14898
  /*!
14899
14899
  * @license
14900
- * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
14900
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
14901
14901
  *
14902
14902
  * Licensed under the Apache License, Version 2.0 (the "License");
14903
14903
  * you may not use this file except in compliance with the License.
@@ -14995,7 +14995,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImpor
14995
14995
 
14996
14996
  /*!
14997
14997
  * @license
14998
- * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
14998
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
14999
14999
  *
15000
15000
  * Licensed under the Apache License, Version 2.0 (the "License");
15001
15001
  * you may not use this file except in compliance with the License.
@@ -15058,7 +15058,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImpor
15058
15058
 
15059
15059
  /*!
15060
15060
  * @license
15061
- * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
15061
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
15062
15062
  *
15063
15063
  * Licensed under the Apache License, Version 2.0 (the "License");
15064
15064
  * you may not use this file except in compliance with the License.
@@ -15120,7 +15120,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImpor
15120
15120
 
15121
15121
  /*!
15122
15122
  * @license
15123
- * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
15123
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
15124
15124
  *
15125
15125
  * Licensed under the Apache License, Version 2.0 (the "License");
15126
15126
  * you may not use this file except in compliance with the License.
@@ -15184,7 +15184,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImpor
15184
15184
 
15185
15185
  /*!
15186
15186
  * @license
15187
- * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
15187
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
15188
15188
  *
15189
15189
  * Licensed under the Apache License, Version 2.0 (the "License");
15190
15190
  * you may not use this file except in compliance with the License.
@@ -15422,7 +15422,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImpor
15422
15422
 
15423
15423
  /*!
15424
15424
  * @license
15425
- * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
15425
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
15426
15426
  *
15427
15427
  * Licensed under the Apache License, Version 2.0 (the "License");
15428
15428
  * you may not use this file except in compliance with the License.
@@ -15470,7 +15470,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImpor
15470
15470
 
15471
15471
  /*!
15472
15472
  * @license
15473
- * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
15473
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
15474
15474
  *
15475
15475
  * Licensed under the Apache License, Version 2.0 (the "License");
15476
15476
  * you may not use this file except in compliance with the License.
@@ -15487,7 +15487,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImpor
15487
15487
 
15488
15488
  /*!
15489
15489
  * @license
15490
- * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
15490
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
15491
15491
  *
15492
15492
  * Licensed under the Apache License, Version 2.0 (the "License");
15493
15493
  * you may not use this file except in compliance with the License.
@@ -15504,7 +15504,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImpor
15504
15504
 
15505
15505
  /*!
15506
15506
  * @license
15507
- * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
15507
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
15508
15508
  *
15509
15509
  * Licensed under the Apache License, Version 2.0 (the "License");
15510
15510
  * you may not use this file except in compliance with the License.
@@ -15529,7 +15529,7 @@ class ContextMenuOverlayRef {
15529
15529
 
15530
15530
  /*!
15531
15531
  * @license
15532
- * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
15532
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
15533
15533
  *
15534
15534
  * Licensed under the Apache License, Version 2.0 (the "License");
15535
15535
  * you may not use this file except in compliance with the License.
@@ -15561,7 +15561,7 @@ const contextMenuAnimation = [
15561
15561
 
15562
15562
  /*!
15563
15563
  * @license
15564
- * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
15564
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
15565
15565
  *
15566
15566
  * Licensed under the Apache License, Version 2.0 (the "License");
15567
15567
  * you may not use this file except in compliance with the License.
@@ -15579,7 +15579,7 @@ const CONTEXT_MENU_DATA = new InjectionToken('CONTEXT_MENU_DATA');
15579
15579
 
15580
15580
  /*!
15581
15581
  * @license
15582
- * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
15582
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
15583
15583
  *
15584
15584
  * Licensed under the Apache License, Version 2.0 (the "License");
15585
15585
  * you may not use this file except in compliance with the License.
@@ -15655,7 +15655,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImpor
15655
15655
 
15656
15656
  /*!
15657
15657
  * @license
15658
- * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
15658
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
15659
15659
  *
15660
15660
  * Licensed under the Apache License, Version 2.0 (the "License");
15661
15661
  * you may not use this file except in compliance with the License.
@@ -15755,7 +15755,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImpor
15755
15755
 
15756
15756
  /*!
15757
15757
  * @license
15758
- * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
15758
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
15759
15759
  *
15760
15760
  * Licensed under the Apache License, Version 2.0 (the "License");
15761
15761
  * you may not use this file except in compliance with the License.
@@ -15814,7 +15814,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImpor
15814
15814
 
15815
15815
  /*!
15816
15816
  * @license
15817
- * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
15817
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
15818
15818
  *
15819
15819
  * Licensed under the Apache License, Version 2.0 (the "License");
15820
15820
  * you may not use this file except in compliance with the License.
@@ -15845,7 +15845,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImpor
15845
15845
 
15846
15846
  /*!
15847
15847
  * @license
15848
- * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
15848
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
15849
15849
  *
15850
15850
  * Licensed under the Apache License, Version 2.0 (the "License");
15851
15851
  * you may not use this file except in compliance with the License.
@@ -15862,7 +15862,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImpor
15862
15862
 
15863
15863
  /*!
15864
15864
  * @license
15865
- * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
15865
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
15866
15866
  *
15867
15867
  * Licensed under the Apache License, Version 2.0 (the "License");
15868
15868
  * you may not use this file except in compliance with the License.
@@ -15879,7 +15879,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImpor
15879
15879
 
15880
15880
  /*!
15881
15881
  * @license
15882
- * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
15882
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
15883
15883
  *
15884
15884
  * Licensed under the Apache License, Version 2.0 (the "License");
15885
15885
  * you may not use this file except in compliance with the License.
@@ -15938,7 +15938,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImpor
15938
15938
 
15939
15939
  /*!
15940
15940
  * @license
15941
- * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
15941
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
15942
15942
  *
15943
15943
  * Licensed under the Apache License, Version 2.0 (the "License");
15944
15944
  * you may not use this file except in compliance with the License.
@@ -16009,7 +16009,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImpor
16009
16009
 
16010
16010
  /*!
16011
16011
  * @license
16012
- * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
16012
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
16013
16013
  *
16014
16014
  * Licensed under the Apache License, Version 2.0 (the "License");
16015
16015
  * you may not use this file except in compliance with the License.
@@ -16072,7 +16072,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImpor
16072
16072
 
16073
16073
  /*!
16074
16074
  * @license
16075
- * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
16075
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
16076
16076
  *
16077
16077
  * Licensed under the Apache License, Version 2.0 (the "License");
16078
16078
  * you may not use this file except in compliance with the License.
@@ -16115,7 +16115,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImpor
16115
16115
 
16116
16116
  /*!
16117
16117
  * @license
16118
- * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
16118
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
16119
16119
  *
16120
16120
  * Licensed under the Apache License, Version 2.0 (the "License");
16121
16121
  * you may not use this file except in compliance with the License.
@@ -16158,7 +16158,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImpor
16158
16158
 
16159
16159
  /*!
16160
16160
  * @license
16161
- * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
16161
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
16162
16162
  *
16163
16163
  * Licensed under the Apache License, Version 2.0 (the "License");
16164
16164
  * you may not use this file except in compliance with the License.
@@ -16234,7 +16234,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImpor
16234
16234
 
16235
16235
  /*!
16236
16236
  * @license
16237
- * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
16237
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
16238
16238
  *
16239
16239
  * Licensed under the Apache License, Version 2.0 (the "License");
16240
16240
  * you may not use this file except in compliance with the License.
@@ -16271,7 +16271,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImpor
16271
16271
 
16272
16272
  /*!
16273
16273
  * @license
16274
- * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
16274
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
16275
16275
  *
16276
16276
  * Licensed under the Apache License, Version 2.0 (the "License");
16277
16277
  * you may not use this file except in compliance with the License.
@@ -17123,7 +17123,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImpor
17123
17123
 
17124
17124
  /*!
17125
17125
  * @license
17126
- * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
17126
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
17127
17127
  *
17128
17128
  * Licensed under the Apache License, Version 2.0 (the "License");
17129
17129
  * you may not use this file except in compliance with the License.
@@ -17181,7 +17181,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImpor
17181
17181
 
17182
17182
  /*!
17183
17183
  * @license
17184
- * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
17184
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
17185
17185
  *
17186
17186
  * Licensed under the Apache License, Version 2.0 (the "License");
17187
17187
  * you may not use this file except in compliance with the License.
@@ -17198,7 +17198,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImpor
17198
17198
 
17199
17199
  /*!
17200
17200
  * @license
17201
- * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
17201
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
17202
17202
  *
17203
17203
  * Licensed under the Apache License, Version 2.0 (the "License");
17204
17204
  * you may not use this file except in compliance with the License.
@@ -17215,7 +17215,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImpor
17215
17215
 
17216
17216
  /*!
17217
17217
  * @license
17218
- * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
17218
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
17219
17219
  *
17220
17220
  * Licensed under the Apache License, Version 2.0 (the "License");
17221
17221
  * you may not use this file except in compliance with the License.
@@ -17232,7 +17232,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImpor
17232
17232
 
17233
17233
  /*!
17234
17234
  * @license
17235
- * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
17235
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
17236
17236
  *
17237
17237
  * Licensed under the Apache License, Version 2.0 (the "License");
17238
17238
  * you may not use this file except in compliance with the License.
@@ -17357,7 +17357,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImpor
17357
17357
 
17358
17358
  /*!
17359
17359
  * @license
17360
- * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
17360
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
17361
17361
  *
17362
17362
  * Licensed under the Apache License, Version 2.0 (the "License");
17363
17363
  * you may not use this file except in compliance with the License.
@@ -17399,7 +17399,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImpor
17399
17399
 
17400
17400
  /*!
17401
17401
  * @license
17402
- * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
17402
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
17403
17403
  *
17404
17404
  * Licensed under the Apache License, Version 2.0 (the "License");
17405
17405
  * you may not use this file except in compliance with the License.
@@ -17441,7 +17441,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImpor
17441
17441
 
17442
17442
  /*!
17443
17443
  * @license
17444
- * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
17444
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
17445
17445
  *
17446
17446
  * Licensed under the Apache License, Version 2.0 (the "License");
17447
17447
  * you may not use this file except in compliance with the License.
@@ -17483,7 +17483,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImpor
17483
17483
 
17484
17484
  /*!
17485
17485
  * @license
17486
- * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
17486
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
17487
17487
  *
17488
17488
  * Licensed under the Apache License, Version 2.0 (the "License");
17489
17489
  * you may not use this file except in compliance with the License.
@@ -17522,7 +17522,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImpor
17522
17522
 
17523
17523
  /*!
17524
17524
  * @license
17525
- * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
17525
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
17526
17526
  *
17527
17527
  * Licensed under the Apache License, Version 2.0 (the "License");
17528
17528
  * you may not use this file except in compliance with the License.
@@ -17555,7 +17555,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImpor
17555
17555
 
17556
17556
  /*!
17557
17557
  * @license
17558
- * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
17558
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
17559
17559
  *
17560
17560
  * Licensed under the Apache License, Version 2.0 (the "License");
17561
17561
  * you may not use this file except in compliance with the License.
@@ -17583,7 +17583,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImpor
17583
17583
 
17584
17584
  /*!
17585
17585
  * @license
17586
- * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
17586
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
17587
17587
  *
17588
17588
  * Licensed under the Apache License, Version 2.0 (the "License");
17589
17589
  * you may not use this file except in compliance with the License.
@@ -17616,7 +17616,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImpor
17616
17616
 
17617
17617
  /*!
17618
17618
  * @license
17619
- * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
17619
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
17620
17620
  *
17621
17621
  * Licensed under the Apache License, Version 2.0 (the "License");
17622
17622
  * you may not use this file except in compliance with the License.
@@ -17655,7 +17655,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImpor
17655
17655
 
17656
17656
  /*!
17657
17657
  * @license
17658
- * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
17658
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
17659
17659
  *
17660
17660
  * Licensed under the Apache License, Version 2.0 (the "License");
17661
17661
  * you may not use this file except in compliance with the License.
@@ -17788,7 +17788,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImpor
17788
17788
 
17789
17789
  /*!
17790
17790
  * @license
17791
- * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
17791
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
17792
17792
  *
17793
17793
  * Licensed under the Apache License, Version 2.0 (the "License");
17794
17794
  * you may not use this file except in compliance with the License.
@@ -17805,7 +17805,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImpor
17805
17805
 
17806
17806
  /*!
17807
17807
  * @license
17808
- * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
17808
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
17809
17809
  *
17810
17810
  * Licensed under the Apache License, Version 2.0 (the "License");
17811
17811
  * you may not use this file except in compliance with the License.
@@ -17822,7 +17822,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImpor
17822
17822
 
17823
17823
  /*!
17824
17824
  * @license
17825
- * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
17825
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
17826
17826
  *
17827
17827
  * Licensed under the Apache License, Version 2.0 (the "License");
17828
17828
  * you may not use this file except in compliance with the License.
@@ -17878,7 +17878,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImpor
17878
17878
 
17879
17879
  /*!
17880
17880
  * @license
17881
- * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
17881
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
17882
17882
  *
17883
17883
  * Licensed under the Apache License, Version 2.0 (the "License");
17884
17884
  * you may not use this file except in compliance with the License.
@@ -17925,7 +17925,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImpor
17925
17925
 
17926
17926
  /*!
17927
17927
  * @license
17928
- * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
17928
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
17929
17929
  *
17930
17930
  * Licensed under the Apache License, Version 2.0 (the "License");
17931
17931
  * you may not use this file except in compliance with the License.
@@ -18138,7 +18138,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImpor
18138
18138
 
18139
18139
  /*!
18140
18140
  * @license
18141
- * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
18141
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
18142
18142
  *
18143
18143
  * Licensed under the Apache License, Version 2.0 (the "License");
18144
18144
  * you may not use this file except in compliance with the License.
@@ -18285,7 +18285,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImpor
18285
18285
 
18286
18286
  /*!
18287
18287
  * @license
18288
- * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
18288
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
18289
18289
  *
18290
18290
  * Licensed under the Apache License, Version 2.0 (the "License");
18291
18291
  * you may not use this file except in compliance with the License.
@@ -18325,7 +18325,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImpor
18325
18325
 
18326
18326
  /*!
18327
18327
  * @license
18328
- * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
18328
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
18329
18329
  *
18330
18330
  * Licensed under the Apache License, Version 2.0 (the "License");
18331
18331
  * you may not use this file except in compliance with the License.
@@ -18420,7 +18420,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImpor
18420
18420
 
18421
18421
  /*!
18422
18422
  * @license
18423
- * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
18423
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
18424
18424
  *
18425
18425
  * Licensed under the Apache License, Version 2.0 (the "License");
18426
18426
  * you may not use this file except in compliance with the License.
@@ -18535,7 +18535,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImpor
18535
18535
 
18536
18536
  /*!
18537
18537
  * @license
18538
- * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
18538
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
18539
18539
  *
18540
18540
  * Licensed under the Apache License, Version 2.0 (the "License");
18541
18541
  * you may not use this file except in compliance with the License.
@@ -18566,7 +18566,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImpor
18566
18566
 
18567
18567
  /*!
18568
18568
  * @license
18569
- * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
18569
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
18570
18570
  *
18571
18571
  * Licensed under the Apache License, Version 2.0 (the "License");
18572
18572
  * you may not use this file except in compliance with the License.
@@ -18614,7 +18614,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImpor
18614
18614
 
18615
18615
  /*!
18616
18616
  * @license
18617
- * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
18617
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
18618
18618
  *
18619
18619
  * Licensed under the Apache License, Version 2.0 (the "License");
18620
18620
  * you may not use this file except in compliance with the License.
@@ -18653,7 +18653,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImpor
18653
18653
 
18654
18654
  /*!
18655
18655
  * @license
18656
- * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
18656
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
18657
18657
  *
18658
18658
  * Licensed under the Apache License, Version 2.0 (the "License");
18659
18659
  * you may not use this file except in compliance with the License.
@@ -18697,7 +18697,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImpor
18697
18697
 
18698
18698
  /*!
18699
18699
  * @license
18700
- * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
18700
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
18701
18701
  *
18702
18702
  * Licensed under the Apache License, Version 2.0 (the "License");
18703
18703
  * you may not use this file except in compliance with the License.
@@ -18800,7 +18800,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImpor
18800
18800
 
18801
18801
  /*!
18802
18802
  * @license
18803
- * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
18803
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
18804
18804
  *
18805
18805
  * Licensed under the Apache License, Version 2.0 (the "License");
18806
18806
  * you may not use this file except in compliance with the License.
@@ -18860,7 +18860,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImpor
18860
18860
 
18861
18861
  /*!
18862
18862
  * @license
18863
- * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
18863
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
18864
18864
  *
18865
18865
  * Licensed under the Apache License, Version 2.0 (the "License");
18866
18866
  * you may not use this file except in compliance with the License.
@@ -18877,7 +18877,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImpor
18877
18877
 
18878
18878
  /*!
18879
18879
  * @license
18880
- * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
18880
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
18881
18881
  *
18882
18882
  * Licensed under the Apache License, Version 2.0 (the "License");
18883
18883
  * you may not use this file except in compliance with the License.
@@ -18894,7 +18894,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImpor
18894
18894
 
18895
18895
  /*!
18896
18896
  * @license
18897
- * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
18897
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
18898
18898
  *
18899
18899
  * Licensed under the Apache License, Version 2.0 (the "License");
18900
18900
  * you may not use this file except in compliance with the License.
@@ -18911,7 +18911,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImpor
18911
18911
 
18912
18912
  /*!
18913
18913
  * @license
18914
- * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
18914
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
18915
18915
  *
18916
18916
  * Licensed under the Apache License, Version 2.0 (the "License");
18917
18917
  * you may not use this file except in compliance with the License.
@@ -18928,7 +18928,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImpor
18928
18928
 
18929
18929
  /*!
18930
18930
  * @license
18931
- * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
18931
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
18932
18932
  *
18933
18933
  * Licensed under the Apache License, Version 2.0 (the "License");
18934
18934
  * you may not use this file except in compliance with the License.
@@ -18945,7 +18945,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImpor
18945
18945
 
18946
18946
  /*!
18947
18947
  * @license
18948
- * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
18948
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
18949
18949
  *
18950
18950
  * Licensed under the Apache License, Version 2.0 (the "License");
18951
18951
  * you may not use this file except in compliance with the License.
@@ -18962,7 +18962,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImpor
18962
18962
 
18963
18963
  /*!
18964
18964
  * @license
18965
- * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
18965
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
18966
18966
  *
18967
18967
  * Licensed under the Apache License, Version 2.0 (the "License");
18968
18968
  * you may not use this file except in compliance with the License.
@@ -18979,7 +18979,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImpor
18979
18979
 
18980
18980
  /*!
18981
18981
  * @license
18982
- * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
18982
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
18983
18983
  *
18984
18984
  * Licensed under the Apache License, Version 2.0 (the "License");
18985
18985
  * you may not use this file except in compliance with the License.
@@ -18996,7 +18996,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImpor
18996
18996
 
18997
18997
  /*!
18998
18998
  * @license
18999
- * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
18999
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
19000
19000
  *
19001
19001
  * Licensed under the Apache License, Version 2.0 (the "License");
19002
19002
  * you may not use this file except in compliance with the License.
@@ -19013,7 +19013,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImpor
19013
19013
 
19014
19014
  /*!
19015
19015
  * @license
19016
- * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
19016
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
19017
19017
  *
19018
19018
  * Licensed under the Apache License, Version 2.0 (the "License");
19019
19019
  * you may not use this file except in compliance with the License.
@@ -19030,7 +19030,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImpor
19030
19030
 
19031
19031
  /*!
19032
19032
  * @license
19033
- * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
19033
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
19034
19034
  *
19035
19035
  * Licensed under the Apache License, Version 2.0 (the "License");
19036
19036
  * you may not use this file except in compliance with the License.
@@ -19047,7 +19047,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImpor
19047
19047
 
19048
19048
  /*!
19049
19049
  * @license
19050
- * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
19050
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
19051
19051
  *
19052
19052
  * Licensed under the Apache License, Version 2.0 (the "License");
19053
19053
  * you may not use this file except in compliance with the License.
@@ -19064,7 +19064,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImpor
19064
19064
 
19065
19065
  /*!
19066
19066
  * @license
19067
- * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
19067
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
19068
19068
  *
19069
19069
  * Licensed under the Apache License, Version 2.0 (the "License");
19070
19070
  * you may not use this file except in compliance with the License.
@@ -19081,7 +19081,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImpor
19081
19081
 
19082
19082
  /*!
19083
19083
  * @license
19084
- * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
19084
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
19085
19085
  *
19086
19086
  * Licensed under the Apache License, Version 2.0 (the "License");
19087
19087
  * you may not use this file except in compliance with the License.
@@ -19098,7 +19098,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImpor
19098
19098
 
19099
19099
  /*!
19100
19100
  * @license
19101
- * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
19101
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
19102
19102
  *
19103
19103
  * Licensed under the Apache License, Version 2.0 (the "License");
19104
19104
  * you may not use this file except in compliance with the License.
@@ -19133,7 +19133,7 @@ class CardViewItemIntValidator {
19133
19133
 
19134
19134
  /*!
19135
19135
  * @license
19136
- * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
19136
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
19137
19137
  *
19138
19138
  * Licensed under the Apache License, Version 2.0 (the "License");
19139
19139
  * you may not use this file except in compliance with the License.
@@ -19167,7 +19167,7 @@ class CardViewItemPositiveIntValidator {
19167
19167
 
19168
19168
  /*!
19169
19169
  * @license
19170
- * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
19170
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
19171
19171
  *
19172
19172
  * Licensed under the Apache License, Version 2.0 (the "License");
19173
19173
  * you may not use this file except in compliance with the License.
@@ -19198,7 +19198,7 @@ class CardViewItemFloatValidator {
19198
19198
 
19199
19199
  /*!
19200
19200
  * @license
19201
- * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
19201
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
19202
19202
  *
19203
19203
  * Licensed under the Apache License, Version 2.0 (the "License");
19204
19204
  * you may not use this file except in compliance with the License.
@@ -19233,7 +19233,7 @@ class CardViewItemLongValidator {
19233
19233
 
19234
19234
  /*!
19235
19235
  * @license
19236
- * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
19236
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
19237
19237
  *
19238
19238
  * Licensed under the Apache License, Version 2.0 (the "License");
19239
19239
  * you may not use this file except in compliance with the License.
@@ -19264,7 +19264,7 @@ class CardViewItemPositiveLongValidator {
19264
19264
 
19265
19265
  /*!
19266
19266
  * @license
19267
- * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
19267
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
19268
19268
  *
19269
19269
  * Licensed under the Apache License, Version 2.0 (the "License");
19270
19270
  * you may not use this file except in compliance with the License.
@@ -19299,7 +19299,7 @@ class CardViewItemMatchValidator {
19299
19299
 
19300
19300
  /*!
19301
19301
  * @license
19302
- * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
19302
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
19303
19303
  *
19304
19304
  * Licensed under the Apache License, Version 2.0 (the "License");
19305
19305
  * you may not use this file except in compliance with the License.
@@ -19333,7 +19333,7 @@ class CardViewItemMinMaxValidator {
19333
19333
 
19334
19334
  /*!
19335
19335
  * @license
19336
- * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
19336
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
19337
19337
  *
19338
19338
  * Licensed under the Apache License, Version 2.0 (the "License");
19339
19339
  * you may not use this file except in compliance with the License.
@@ -19367,7 +19367,7 @@ class CardViewItemLengthValidator {
19367
19367
 
19368
19368
  /*!
19369
19369
  * @license
19370
- * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
19370
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
19371
19371
  *
19372
19372
  * Licensed under the Apache License, Version 2.0 (the "License");
19373
19373
  * you may not use this file except in compliance with the License.
@@ -19389,7 +19389,7 @@ const validators = {
19389
19389
 
19390
19390
  /*!
19391
19391
  * @license
19392
- * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
19392
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
19393
19393
  *
19394
19394
  * Licensed under the Apache License, Version 2.0 (the "License");
19395
19395
  * you may not use this file except in compliance with the License.
@@ -19406,7 +19406,7 @@ const validators = {
19406
19406
 
19407
19407
  /*!
19408
19408
  * @license
19409
- * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
19409
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
19410
19410
  *
19411
19411
  * Licensed under the Apache License, Version 2.0 (the "License");
19412
19412
  * you may not use this file except in compliance with the License.
@@ -19464,7 +19464,7 @@ class CardViewBaseItemModel {
19464
19464
 
19465
19465
  /*!
19466
19466
  * @license
19467
- * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
19467
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
19468
19468
  *
19469
19469
  * Licensed under the Apache License, Version 2.0 (the "License");
19470
19470
  * you may not use this file except in compliance with the License.
@@ -19499,7 +19499,7 @@ class CardViewBoolItemModel extends CardViewBaseItemModel {
19499
19499
 
19500
19500
  /*!
19501
19501
  * @license
19502
- * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
19502
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
19503
19503
  *
19504
19504
  * Licensed under the Apache License, Version 2.0 (the "License");
19505
19505
  * you may not use this file except in compliance with the License.
@@ -19554,7 +19554,7 @@ class CardViewDateItemModel extends CardViewBaseItemModel {
19554
19554
 
19555
19555
  /*!
19556
19556
  * @license
19557
- * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
19557
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
19558
19558
  *
19559
19559
  * Licensed under the Apache License, Version 2.0 (the "License");
19560
19560
  * you may not use this file except in compliance with the License.
@@ -19581,7 +19581,7 @@ class CardViewDatetimeItemModel extends CardViewDateItemModel {
19581
19581
 
19582
19582
  /*!
19583
19583
  * @license
19584
- * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
19584
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
19585
19585
  *
19586
19586
  * Licensed under the Apache License, Version 2.0 (the "License");
19587
19587
  * you may not use this file except in compliance with the License.
@@ -19620,7 +19620,7 @@ class CardViewTextItemModel extends CardViewBaseItemModel {
19620
19620
 
19621
19621
  /*!
19622
19622
  * @license
19623
- * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
19623
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
19624
19624
  *
19625
19625
  * Licensed under the Apache License, Version 2.0 (the "License");
19626
19626
  * you may not use this file except in compliance with the License.
@@ -19651,7 +19651,7 @@ class CardViewFloatItemModel extends CardViewTextItemModel {
19651
19651
 
19652
19652
  /*!
19653
19653
  * @license
19654
- * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
19654
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
19655
19655
  *
19656
19656
  * Licensed under the Apache License, Version 2.0 (the "License");
19657
19657
  * you may not use this file except in compliance with the License.
@@ -19685,7 +19685,7 @@ class CardViewIntItemModel extends CardViewTextItemModel {
19685
19685
 
19686
19686
  /*!
19687
19687
  * @license
19688
- * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
19688
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
19689
19689
  *
19690
19690
  * Licensed under the Apache License, Version 2.0 (the "License");
19691
19691
  * you may not use this file except in compliance with the License.
@@ -19719,7 +19719,7 @@ class CardViewLongItemModel extends CardViewTextItemModel {
19719
19719
 
19720
19720
  /*!
19721
19721
  * @license
19722
- * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
19722
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
19723
19723
  *
19724
19724
  * Licensed under the Apache License, Version 2.0 (the "License");
19725
19725
  * you may not use this file except in compliance with the License.
@@ -19750,7 +19750,7 @@ class CardViewMapItemModel extends CardViewBaseItemModel {
19750
19750
 
19751
19751
  /*!
19752
19752
  * @license
19753
- * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
19753
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
19754
19754
  *
19755
19755
  * Licensed under the Apache License, Version 2.0 (the "License");
19756
19756
  * you may not use this file except in compliance with the License.
@@ -19776,7 +19776,7 @@ class CardViewKeyValuePairsItemModel extends CardViewBaseItemModel {
19776
19776
 
19777
19777
  /*!
19778
19778
  * @license
19779
- * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
19779
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
19780
19780
  *
19781
19781
  * Licensed under the Apache License, Version 2.0 (the "License");
19782
19782
  * you may not use this file except in compliance with the License.
@@ -19814,7 +19814,7 @@ class CardViewSelectItemModel extends CardViewBaseItemModel {
19814
19814
 
19815
19815
  /*!
19816
19816
  * @license
19817
- * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
19817
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
19818
19818
  *
19819
19819
  * Licensed under the Apache License, Version 2.0 (the "License");
19820
19820
  * you may not use this file except in compliance with the License.
@@ -19841,7 +19841,7 @@ class CardViewArrayItemModel extends CardViewBaseItemModel {
19841
19841
 
19842
19842
  /*!
19843
19843
  * @license
19844
- * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
19844
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
19845
19845
  *
19846
19846
  * Licensed under the Apache License, Version 2.0 (the "License");
19847
19847
  * you may not use this file except in compliance with the License.
@@ -19858,7 +19858,7 @@ class CardViewArrayItemModel extends CardViewBaseItemModel {
19858
19858
 
19859
19859
  /*!
19860
19860
  * @license
19861
- * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
19861
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
19862
19862
  *
19863
19863
  * Licensed under the Apache License, Version 2.0 (the "License");
19864
19864
  * you may not use this file except in compliance with the License.
@@ -19875,7 +19875,7 @@ class CardViewArrayItemModel extends CardViewBaseItemModel {
19875
19875
 
19876
19876
  /*!
19877
19877
  * @license
19878
- * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
19878
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
19879
19879
  *
19880
19880
  * Licensed under the Apache License, Version 2.0 (the "License");
19881
19881
  * you may not use this file except in compliance with the License.
@@ -19943,7 +19943,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImpor
19943
19943
 
19944
19944
  /*!
19945
19945
  * @license
19946
- * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
19946
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
19947
19947
  *
19948
19948
  * Licensed under the Apache License, Version 2.0 (the "License");
19949
19949
  * you may not use this file except in compliance with the License.
@@ -19960,7 +19960,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImpor
19960
19960
 
19961
19961
  /*!
19962
19962
  * @license
19963
- * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
19963
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
19964
19964
  *
19965
19965
  * Licensed under the Apache License, Version 2.0 (the "License");
19966
19966
  * you may not use this file except in compliance with the License.
@@ -19977,7 +19977,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImpor
19977
19977
 
19978
19978
  /*!
19979
19979
  * @license
19980
- * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
19980
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
19981
19981
  *
19982
19982
  * Licensed under the Apache License, Version 2.0 (the "License");
19983
19983
  * you may not use this file except in compliance with the License.
@@ -20006,7 +20006,7 @@ class FormEvent {
20006
20006
 
20007
20007
  /*!
20008
20008
  * @license
20009
- * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
20009
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
20010
20010
  *
20011
20011
  * Licensed under the Apache License, Version 2.0 (the "License");
20012
20012
  * you may not use this file except in compliance with the License.
@@ -20029,7 +20029,7 @@ class FormFieldEvent extends FormEvent {
20029
20029
 
20030
20030
  /*!
20031
20031
  * @license
20032
- * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
20032
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
20033
20033
  *
20034
20034
  * Licensed under the Apache License, Version 2.0 (the "License");
20035
20035
  * you may not use this file except in compliance with the License.
@@ -20052,7 +20052,7 @@ class ValidateFormFieldEvent extends FormFieldEvent {
20052
20052
 
20053
20053
  /*!
20054
20054
  * @license
20055
- * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
20055
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
20056
20056
  *
20057
20057
  * Licensed under the Apache License, Version 2.0 (the "License");
20058
20058
  * you may not use this file except in compliance with the License.
@@ -20076,7 +20076,7 @@ class ValidateFormEvent extends FormEvent {
20076
20076
 
20077
20077
  /*!
20078
20078
  * @license
20079
- * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
20079
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
20080
20080
  *
20081
20081
  * Licensed under the Apache License, Version 2.0 (the "License");
20082
20082
  * you may not use this file except in compliance with the License.
@@ -20109,7 +20109,7 @@ class FormWidgetModel {
20109
20109
 
20110
20110
  /*!
20111
20111
  * @license
20112
- * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
20112
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
20113
20113
  *
20114
20114
  * Licensed under the Apache License, Version 2.0 (the "License");
20115
20115
  * you may not use this file except in compliance with the License.
@@ -20183,7 +20183,7 @@ class FormFieldTypes {
20183
20183
 
20184
20184
  /*!
20185
20185
  * @license
20186
- * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
20186
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
20187
20187
  *
20188
20188
  * Licensed under the Apache License, Version 2.0 (the "License");
20189
20189
  * you may not use this file except in compliance with the License.
@@ -20231,7 +20231,7 @@ class ContainerModel extends FormWidgetModel {
20231
20231
 
20232
20232
  /*!
20233
20233
  * @license
20234
- * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
20234
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
20235
20235
  *
20236
20236
  * Licensed under the Apache License, Version 2.0 (the "License");
20237
20237
  * you may not use this file except in compliance with the License.
@@ -20335,7 +20335,7 @@ var WidgetTypeEnum;
20335
20335
 
20336
20336
  /*!
20337
20337
  * @license
20338
- * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
20338
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
20339
20339
  *
20340
20340
  * Licensed under the Apache License, Version 2.0 (the "License");
20341
20341
  * you may not use this file except in compliance with the License.
@@ -20364,7 +20364,7 @@ class ContainerColumnModel {
20364
20364
 
20365
20365
  /*!
20366
20366
  * @license
20367
- * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
20367
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
20368
20368
  *
20369
20369
  * Licensed under the Apache License, Version 2.0 (the "License");
20370
20370
  * you may not use this file except in compliance with the License.
@@ -20402,7 +20402,7 @@ class ErrorMessageModel {
20402
20402
 
20403
20403
  /*!
20404
20404
  * @license
20405
- * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
20405
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
20406
20406
  *
20407
20407
  * Licensed under the Apache License, Version 2.0 (the "License");
20408
20408
  * you may not use this file except in compliance with the License.
@@ -20425,7 +20425,7 @@ const isNumberValue = (value) => {
20425
20425
 
20426
20426
  /*!
20427
20427
  * @license
20428
- * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
20428
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
20429
20429
  *
20430
20430
  * Licensed under the Apache License, Version 2.0 (the "License");
20431
20431
  * you may not use this file except in compliance with the License.
@@ -20894,7 +20894,7 @@ class FormFieldModel extends FormWidgetModel {
20894
20894
 
20895
20895
  /*!
20896
20896
  * @license
20897
- * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
20897
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
20898
20898
  *
20899
20899
  * Licensed under the Apache License, Version 2.0 (the "License");
20900
20900
  * you may not use this file except in compliance with the License.
@@ -20926,7 +20926,7 @@ class TabModel extends FormWidgetModel {
20926
20926
 
20927
20927
  /*!
20928
20928
  * @license
20929
- * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
20929
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
20930
20930
  *
20931
20931
  * Licensed under the Apache License, Version 2.0 (the "License");
20932
20932
  * you may not use this file except in compliance with the License.
@@ -20962,7 +20962,7 @@ class FormOutcomeModel extends FormWidgetModel {
20962
20962
 
20963
20963
  /*!
20964
20964
  * @license
20965
- * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
20965
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
20966
20966
  *
20967
20967
  * Licensed under the Apache License, Version 2.0 (the "License");
20968
20968
  * you may not use this file except in compliance with the License.
@@ -21226,7 +21226,7 @@ const FORM_FIELD_VALIDATORS = [
21226
21226
 
21227
21227
  /*!
21228
21228
  * @license
21229
- * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
21229
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
21230
21230
  *
21231
21231
  * Licensed under the Apache License, Version 2.0 (the "License");
21232
21232
  * you may not use this file except in compliance with the License.
@@ -21566,7 +21566,7 @@ class FormModel {
21566
21566
 
21567
21567
  /*!
21568
21568
  * @license
21569
- * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
21569
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
21570
21570
  *
21571
21571
  * Licensed under the Apache License, Version 2.0 (the "License");
21572
21572
  * you may not use this file except in compliance with the License.
@@ -21640,7 +21640,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImpor
21640
21640
 
21641
21641
  /*!
21642
21642
  * @license
21643
- * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
21643
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
21644
21644
  *
21645
21645
  * Licensed under the Apache License, Version 2.0 (the "License");
21646
21646
  * you may not use this file except in compliance with the License.
@@ -21663,7 +21663,7 @@ class FormErrorEvent extends FormEvent {
21663
21663
 
21664
21664
  /*!
21665
21665
  * @license
21666
- * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
21666
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
21667
21667
  *
21668
21668
  * Licensed under the Apache License, Version 2.0 (the "License");
21669
21669
  * you may not use this file except in compliance with the License.
@@ -21687,7 +21687,7 @@ class FormRulesEvent extends FormFieldEvent {
21687
21687
 
21688
21688
  /*!
21689
21689
  * @license
21690
- * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
21690
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
21691
21691
  *
21692
21692
  * Licensed under the Apache License, Version 2.0 (the "License");
21693
21693
  * you may not use this file except in compliance with the License.
@@ -21710,7 +21710,7 @@ class FormSpinnerEvent {
21710
21710
 
21711
21711
  /*!
21712
21712
  * @license
21713
- * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
21713
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
21714
21714
  *
21715
21715
  * Licensed under the Apache License, Version 2.0 (the "License");
21716
21716
  * you may not use this file except in compliance with the License.
@@ -21727,7 +21727,7 @@ class FormSpinnerEvent {
21727
21727
 
21728
21728
  /*!
21729
21729
  * @license
21730
- * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
21730
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
21731
21731
  *
21732
21732
  * Licensed under the Apache License, Version 2.0 (the "License");
21733
21733
  * you may not use this file except in compliance with the License.
@@ -21744,7 +21744,7 @@ class FormSpinnerEvent {
21744
21744
 
21745
21745
  /*!
21746
21746
  * @license
21747
- * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
21747
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
21748
21748
  *
21749
21749
  * Licensed under the Apache License, Version 2.0 (the "License");
21750
21750
  * you may not use this file except in compliance with the License.
@@ -21761,7 +21761,7 @@ class FormSpinnerEvent {
21761
21761
 
21762
21762
  /*!
21763
21763
  * @license
21764
- * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
21764
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
21765
21765
  *
21766
21766
  * Licensed under the Apache License, Version 2.0 (the "License");
21767
21767
  * you may not use this file except in compliance with the License.
@@ -21778,7 +21778,7 @@ class FormSpinnerEvent {
21778
21778
 
21779
21779
  /*!
21780
21780
  * @license
21781
- * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
21781
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
21782
21782
  *
21783
21783
  * Licensed under the Apache License, Version 2.0 (the "License");
21784
21784
  * you may not use this file except in compliance with the License.
@@ -21795,7 +21795,7 @@ class FormSpinnerEvent {
21795
21795
 
21796
21796
  /*!
21797
21797
  * @license
21798
- * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
21798
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
21799
21799
  *
21800
21800
  * Licensed under the Apache License, Version 2.0 (the "License");
21801
21801
  * you may not use this file except in compliance with the License.
@@ -21812,7 +21812,7 @@ class FormSpinnerEvent {
21812
21812
 
21813
21813
  /*!
21814
21814
  * @license
21815
- * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
21815
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
21816
21816
  *
21817
21817
  * Licensed under the Apache License, Version 2.0 (the "License");
21818
21818
  * you may not use this file except in compliance with the License.
@@ -21844,7 +21844,7 @@ class FormOutcomeEvent {
21844
21844
 
21845
21845
  /*!
21846
21846
  * @license
21847
- * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
21847
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
21848
21848
  *
21849
21849
  * Licensed under the Apache License, Version 2.0 (the "License");
21850
21850
  * you may not use this file except in compliance with the License.
@@ -21896,7 +21896,7 @@ class ContentLinkModel {
21896
21896
 
21897
21897
  /*!
21898
21898
  * @license
21899
- * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
21899
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
21900
21900
  *
21901
21901
  * Licensed under the Apache License, Version 2.0 (the "License");
21902
21902
  * you may not use this file except in compliance with the License.
@@ -21913,7 +21913,7 @@ class ContentLinkModel {
21913
21913
 
21914
21914
  /*!
21915
21915
  * @license
21916
- * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
21916
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
21917
21917
  *
21918
21918
  * Licensed under the Apache License, Version 2.0 (the "License");
21919
21919
  * you may not use this file except in compliance with the License.
@@ -21930,7 +21930,7 @@ class ContentLinkModel {
21930
21930
 
21931
21931
  /*!
21932
21932
  * @license
21933
- * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
21933
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
21934
21934
  *
21935
21935
  * Licensed under the Apache License, Version 2.0 (the "License");
21936
21936
  * you may not use this file except in compliance with the License.
@@ -21947,7 +21947,7 @@ class ContentLinkModel {
21947
21947
 
21948
21948
  /*!
21949
21949
  * @license
21950
- * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
21950
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
21951
21951
  *
21952
21952
  * Licensed under the Apache License, Version 2.0 (the "License");
21953
21953
  * you may not use this file except in compliance with the License.
@@ -21964,7 +21964,7 @@ class ContentLinkModel {
21964
21964
 
21965
21965
  /*!
21966
21966
  * @license
21967
- * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
21967
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
21968
21968
  *
21969
21969
  * Licensed under the Apache License, Version 2.0 (the "License");
21970
21970
  * you may not use this file except in compliance with the License.
@@ -21981,7 +21981,7 @@ class ContentLinkModel {
21981
21981
 
21982
21982
  /*!
21983
21983
  * @license
21984
- * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
21984
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
21985
21985
  *
21986
21986
  * Licensed under the Apache License, Version 2.0 (the "License");
21987
21987
  * you may not use this file except in compliance with the License.
@@ -22007,7 +22007,7 @@ class UploadWidgetContentLinkModel extends ContentLinkModel {
22007
22007
 
22008
22008
  /*!
22009
22009
  * @license
22010
- * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
22010
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
22011
22011
  *
22012
22012
  * Licensed under the Apache License, Version 2.0 (the "License");
22013
22013
  * you may not use this file except in compliance with the License.
@@ -22024,7 +22024,7 @@ class UploadWidgetContentLinkModel extends ContentLinkModel {
22024
22024
 
22025
22025
  /*!
22026
22026
  * @license
22027
- * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
22027
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
22028
22028
  *
22029
22029
  * Licensed under the Apache License, Version 2.0 (the "License");
22030
22030
  * you may not use this file except in compliance with the License.
@@ -22041,7 +22041,7 @@ class UploadWidgetContentLinkModel extends ContentLinkModel {
22041
22041
 
22042
22042
  /*!
22043
22043
  * @license
22044
- * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
22044
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
22045
22045
  *
22046
22046
  * Licensed under the Apache License, Version 2.0 (the "License");
22047
22047
  * you may not use this file except in compliance with the License.
@@ -22058,7 +22058,7 @@ class UploadWidgetContentLinkModel extends ContentLinkModel {
22058
22058
 
22059
22059
  /*!
22060
22060
  * @license
22061
- * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
22061
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
22062
22062
  *
22063
22063
  * Licensed under the Apache License, Version 2.0 (the "License");
22064
22064
  * you may not use this file except in compliance with the License.
@@ -22075,7 +22075,7 @@ class UploadWidgetContentLinkModel extends ContentLinkModel {
22075
22075
 
22076
22076
  /*!
22077
22077
  * @license
22078
- * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
22078
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
22079
22079
  *
22080
22080
  * Licensed under the Apache License, Version 2.0 (the "License");
22081
22081
  * you may not use this file except in compliance with the License.
@@ -22092,7 +22092,7 @@ class UploadWidgetContentLinkModel extends ContentLinkModel {
22092
22092
 
22093
22093
  /*!
22094
22094
  * @license
22095
- * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
22095
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
22096
22096
  *
22097
22097
  * Licensed under the Apache License, Version 2.0 (the "License");
22098
22098
  * you may not use this file except in compliance with the License.
@@ -22207,7 +22207,7 @@ const predefinedTheme = {
22207
22207
 
22208
22208
  /*!
22209
22209
  * @license
22210
- * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
22210
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
22211
22211
  *
22212
22212
  * Licensed under the Apache License, Version 2.0 (the "License");
22213
22213
  * you may not use this file except in compliance with the License.
@@ -22224,7 +22224,7 @@ const predefinedTheme = {
22224
22224
 
22225
22225
  /*!
22226
22226
  * @license
22227
- * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
22227
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
22228
22228
  *
22229
22229
  * Licensed under the Apache License, Version 2.0 (the "License");
22230
22230
  * you may not use this file except in compliance with the License.
@@ -22242,7 +22242,7 @@ const predefinedTheme = {
22242
22242
 
22243
22243
  /*!
22244
22244
  * @license
22245
- * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
22245
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
22246
22246
  *
22247
22247
  * Licensed under the Apache License, Version 2.0 (the "License");
22248
22248
  * you may not use this file except in compliance with the License.
@@ -22346,7 +22346,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImpor
22346
22346
 
22347
22347
  /*!
22348
22348
  * @license
22349
- * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
22349
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
22350
22350
  *
22351
22351
  * Licensed under the Apache License, Version 2.0 (the "License");
22352
22352
  * you may not use this file except in compliance with the License.
@@ -22400,7 +22400,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImpor
22400
22400
 
22401
22401
  /*!
22402
22402
  * @license
22403
- * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
22403
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
22404
22404
  *
22405
22405
  * Licensed under the Apache License, Version 2.0 (the "License");
22406
22406
  * you may not use this file except in compliance with the License.
@@ -22481,7 +22481,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImpor
22481
22481
 
22482
22482
  /*!
22483
22483
  * @license
22484
- * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
22484
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
22485
22485
  *
22486
22486
  * Licensed under the Apache License, Version 2.0 (the "License");
22487
22487
  * you may not use this file except in compliance with the License.
@@ -22544,7 +22544,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImpor
22544
22544
 
22545
22545
  /*!
22546
22546
  * @license
22547
- * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
22547
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
22548
22548
  *
22549
22549
  * Licensed under the Apache License, Version 2.0 (the "License");
22550
22550
  * you may not use this file except in compliance with the License.
@@ -22584,7 +22584,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImpor
22584
22584
 
22585
22585
  /*!
22586
22586
  * @license
22587
- * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
22587
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
22588
22588
  *
22589
22589
  * Licensed under the Apache License, Version 2.0 (the "License");
22590
22590
  * you may not use this file except in compliance with the License.
@@ -22726,7 +22726,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImpor
22726
22726
 
22727
22727
  /*!
22728
22728
  * @license
22729
- * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
22729
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
22730
22730
  *
22731
22731
  * Licensed under the Apache License, Version 2.0 (the "License");
22732
22732
  * you may not use this file except in compliance with the License.
@@ -22766,7 +22766,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImpor
22766
22766
 
22767
22767
  /*!
22768
22768
  * @license
22769
- * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
22769
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
22770
22770
  *
22771
22771
  * Licensed under the Apache License, Version 2.0 (the "License");
22772
22772
  * you may not use this file except in compliance with the License.
@@ -22829,7 +22829,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImpor
22829
22829
 
22830
22830
  /*!
22831
22831
  * @license
22832
- * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
22832
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
22833
22833
  *
22834
22834
  * Licensed under the Apache License, Version 2.0 (the "License");
22835
22835
  * you may not use this file except in compliance with the License.
@@ -22869,7 +22869,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImpor
22869
22869
 
22870
22870
  /*!
22871
22871
  * @license
22872
- * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
22872
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
22873
22873
  *
22874
22874
  * Licensed under the Apache License, Version 2.0 (the "License");
22875
22875
  * you may not use this file except in compliance with the License.
@@ -22918,7 +22918,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImpor
22918
22918
 
22919
22919
  /*!
22920
22920
  * @license
22921
- * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
22921
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
22922
22922
  *
22923
22923
  * Licensed under the Apache License, Version 2.0 (the "License");
22924
22924
  * you may not use this file except in compliance with the License.
@@ -23130,7 +23130,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImpor
23130
23130
 
23131
23131
  /*!
23132
23132
  * @license
23133
- * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
23133
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
23134
23134
  *
23135
23135
  * Licensed under the Apache License, Version 2.0 (the "License");
23136
23136
  * you may not use this file except in compliance with the License.
@@ -23180,7 +23180,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImpor
23180
23180
 
23181
23181
  /*!
23182
23182
  * @license
23183
- * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
23183
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
23184
23184
  *
23185
23185
  * Licensed under the Apache License, Version 2.0 (the "License");
23186
23186
  * you may not use this file except in compliance with the License.
@@ -23313,7 +23313,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImpor
23313
23313
 
23314
23314
  /*!
23315
23315
  * @license
23316
- * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
23316
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
23317
23317
  *
23318
23318
  * Licensed under the Apache License, Version 2.0 (the "License");
23319
23319
  * you may not use this file except in compliance with the License.
@@ -23367,7 +23367,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImpor
23367
23367
 
23368
23368
  /*!
23369
23369
  * @license
23370
- * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
23370
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
23371
23371
  *
23372
23372
  * Licensed under the Apache License, Version 2.0 (the "License");
23373
23373
  * you may not use this file except in compliance with the License.
@@ -23417,7 +23417,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImpor
23417
23417
 
23418
23418
  /*!
23419
23419
  * @license
23420
- * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
23420
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
23421
23421
  *
23422
23422
  * Licensed under the Apache License, Version 2.0 (the "License");
23423
23423
  * you may not use this file except in compliance with the License.
@@ -23456,7 +23456,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImpor
23456
23456
 
23457
23457
  /*!
23458
23458
  * @license
23459
- * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
23459
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
23460
23460
  *
23461
23461
  * Licensed under the Apache License, Version 2.0 (the "License");
23462
23462
  * you may not use this file except in compliance with the License.
@@ -23473,7 +23473,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImpor
23473
23473
 
23474
23474
  /*!
23475
23475
  * @license
23476
- * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
23476
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
23477
23477
  *
23478
23478
  * Licensed under the Apache License, Version 2.0 (the "License");
23479
23479
  * you may not use this file except in compliance with the License.
@@ -23559,7 +23559,7 @@ const displayTextSchema = {
23559
23559
 
23560
23560
  /*!
23561
23561
  * @license
23562
- * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
23562
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
23563
23563
  *
23564
23564
  * Licensed under the Apache License, Version 2.0 (the "License");
23565
23565
  * you may not use this file except in compliance with the License.
@@ -23576,7 +23576,7 @@ const displayTextSchema = {
23576
23576
 
23577
23577
  /*!
23578
23578
  * @license
23579
- * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
23579
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
23580
23580
  *
23581
23581
  * Licensed under the Apache License, Version 2.0 (the "License");
23582
23582
  * you may not use this file except in compliance with the License.
@@ -23662,7 +23662,7 @@ const headerSchema = {
23662
23662
 
23663
23663
  /*!
23664
23664
  * @license
23665
- * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
23665
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
23666
23666
  *
23667
23667
  * Licensed under the Apache License, Version 2.0 (the "License");
23668
23668
  * you may not use this file except in compliance with the License.
@@ -23704,7 +23704,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImpor
23704
23704
 
23705
23705
  /*!
23706
23706
  * @license
23707
- * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
23707
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
23708
23708
  *
23709
23709
  * Licensed under the Apache License, Version 2.0 (the "License");
23710
23710
  * you may not use this file except in compliance with the License.
@@ -23736,7 +23736,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImpor
23736
23736
 
23737
23737
  /*!
23738
23738
  * @license
23739
- * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
23739
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
23740
23740
  *
23741
23741
  * Licensed under the Apache License, Version 2.0 (the "License");
23742
23742
  * you may not use this file except in compliance with the License.
@@ -23753,7 +23753,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImpor
23753
23753
 
23754
23754
  /*!
23755
23755
  * @license
23756
- * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
23756
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
23757
23757
  *
23758
23758
  * Licensed under the Apache License, Version 2.0 (the "License");
23759
23759
  * you may not use this file except in compliance with the License.
@@ -23787,7 +23787,7 @@ const MASK_DIRECTIVE = [InputMaskDirective];
23787
23787
 
23788
23788
  /*!
23789
23789
  * @license
23790
- * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
23790
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
23791
23791
  *
23792
23792
  * Licensed under the Apache License, Version 2.0 (the "License");
23793
23793
  * you may not use this file except in compliance with the License.
@@ -23835,7 +23835,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImpor
23835
23835
 
23836
23836
  /*!
23837
23837
  * @license
23838
- * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
23838
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
23839
23839
  *
23840
23840
  * Licensed under the Apache License, Version 2.0 (the "License");
23841
23841
  * you may not use this file except in compliance with the License.
@@ -24125,7 +24125,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImpor
24125
24125
 
24126
24126
  /*!
24127
24127
  * @license
24128
- * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
24128
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
24129
24129
  *
24130
24130
  * Licensed under the Apache License, Version 2.0 (the "License");
24131
24131
  * you may not use this file except in compliance with the License.
@@ -24259,7 +24259,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImpor
24259
24259
 
24260
24260
  /*!
24261
24261
  * @license
24262
- * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
24262
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
24263
24263
  *
24264
24264
  * Licensed under the Apache License, Version 2.0 (the "License");
24265
24265
  * you may not use this file except in compliance with the License.
@@ -24482,7 +24482,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImpor
24482
24482
 
24483
24483
  /*!
24484
24484
  * @license
24485
- * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
24485
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
24486
24486
  *
24487
24487
  * Licensed under the Apache License, Version 2.0 (the "License");
24488
24488
  * you may not use this file except in compliance with the License.
@@ -24510,7 +24510,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImpor
24510
24510
 
24511
24511
  /*!
24512
24512
  * @license
24513
- * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
24513
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
24514
24514
  *
24515
24515
  * Licensed under the Apache License, Version 2.0 (the "License");
24516
24516
  * you may not use this file except in compliance with the License.
@@ -24538,7 +24538,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImpor
24538
24538
 
24539
24539
  /*!
24540
24540
  * @license
24541
- * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
24541
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
24542
24542
  *
24543
24543
  * Licensed under the Apache License, Version 2.0 (the "License");
24544
24544
  * you may not use this file except in compliance with the License.
@@ -24610,7 +24610,7 @@ class ByPassFormRuleManager extends FormRulesManager {
24610
24610
 
24611
24611
  /*!
24612
24612
  * @license
24613
- * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
24613
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
24614
24614
  *
24615
24615
  * Licensed under the Apache License, Version 2.0 (the "License");
24616
24616
  * you may not use this file except in compliance with the License.
@@ -24628,7 +24628,7 @@ const FORM_FIELD_MODEL_RENDER_MIDDLEWARE = new InjectionToken('RENDER_FORM_FIELD
24628
24628
 
24629
24629
  /*!
24630
24630
  * @license
24631
- * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
24631
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
24632
24632
  *
24633
24633
  * Licensed under the Apache License, Version 2.0 (the "License");
24634
24634
  * you may not use this file except in compliance with the License.
@@ -24777,7 +24777,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImpor
24777
24777
 
24778
24778
  /*!
24779
24779
  * @license
24780
- * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
24780
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
24781
24781
  *
24782
24782
  * Licensed under the Apache License, Version 2.0 (the "License");
24783
24783
  * you may not use this file except in compliance with the License.
@@ -24822,7 +24822,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImpor
24822
24822
 
24823
24823
  /*!
24824
24824
  * @license
24825
- * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
24825
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
24826
24826
  *
24827
24827
  * Licensed under the Apache License, Version 2.0 (the "License");
24828
24828
  * you may not use this file except in compliance with the License.
@@ -24839,7 +24839,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImpor
24839
24839
 
24840
24840
  /*!
24841
24841
  * @license
24842
- * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
24842
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
24843
24843
  *
24844
24844
  * Licensed under the Apache License, Version 2.0 (the "License");
24845
24845
  * you may not use this file except in compliance with the License.
@@ -24856,7 +24856,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImpor
24856
24856
 
24857
24857
  /*!
24858
24858
  * @license
24859
- * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
24859
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
24860
24860
  *
24861
24861
  * Licensed under the Apache License, Version 2.0 (the "License");
24862
24862
  * you may not use this file except in compliance with the License.
@@ -24922,7 +24922,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImpor
24922
24922
 
24923
24923
  /*!
24924
24924
  * @license
24925
- * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
24925
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
24926
24926
  *
24927
24927
  * Licensed under the Apache License, Version 2.0 (the "License");
24928
24928
  * you may not use this file except in compliance with the License.
@@ -24941,7 +24941,7 @@ class TaskProcessVariableModel {
24941
24941
 
24942
24942
  /*!
24943
24943
  * @license
24944
- * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
24944
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
24945
24945
  *
24946
24946
  * Licensed under the Apache License, Version 2.0 (the "License");
24947
24947
  * you may not use this file except in compliance with the License.
@@ -24958,7 +24958,7 @@ class TaskProcessVariableModel {
24958
24958
 
24959
24959
  /*!
24960
24960
  * @license
24961
- * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
24961
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
24962
24962
  *
24963
24963
  * Licensed under the Apache License, Version 2.0 (the "License");
24964
24964
  * you may not use this file except in compliance with the License.
@@ -24975,7 +24975,7 @@ class TaskProcessVariableModel {
24975
24975
 
24976
24976
  /*!
24977
24977
  * @license
24978
- * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
24978
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
24979
24979
  *
24980
24980
  * Licensed under the Apache License, Version 2.0 (the "License");
24981
24981
  * you may not use this file except in compliance with the License.
@@ -25059,7 +25059,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImpor
25059
25059
 
25060
25060
  /*!
25061
25061
  * @license
25062
- * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
25062
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
25063
25063
  *
25064
25064
  * Licensed under the Apache License, Version 2.0 (the "License");
25065
25065
  * you may not use this file except in compliance with the License.
@@ -25233,7 +25233,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImpor
25233
25233
 
25234
25234
  /*!
25235
25235
  * @license
25236
- * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
25236
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
25237
25237
  *
25238
25238
  * Licensed under the Apache License, Version 2.0 (the "License");
25239
25239
  * you may not use this file except in compliance with the License.
@@ -25307,7 +25307,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImpor
25307
25307
 
25308
25308
  /*!
25309
25309
  * @license
25310
- * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
25310
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
25311
25311
  *
25312
25312
  * Licensed under the Apache License, Version 2.0 (the "License");
25313
25313
  * you may not use this file except in compliance with the License.
@@ -25338,7 +25338,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImpor
25338
25338
 
25339
25339
  /*!
25340
25340
  * @license
25341
- * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
25341
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
25342
25342
  *
25343
25343
  * Licensed under the Apache License, Version 2.0 (the "License");
25344
25344
  * you may not use this file except in compliance with the License.
@@ -25369,7 +25369,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImpor
25369
25369
 
25370
25370
  /*!
25371
25371
  * @license
25372
- * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
25372
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
25373
25373
  *
25374
25374
  * Licensed under the Apache License, Version 2.0 (the "License");
25375
25375
  * you may not use this file except in compliance with the License.
@@ -25400,7 +25400,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImpor
25400
25400
 
25401
25401
  /*!
25402
25402
  * @license
25403
- * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
25403
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
25404
25404
  *
25405
25405
  * Licensed under the Apache License, Version 2.0 (the "License");
25406
25406
  * you may not use this file except in compliance with the License.
@@ -25531,7 +25531,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImpor
25531
25531
 
25532
25532
  /*!
25533
25533
  * @license
25534
- * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
25534
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
25535
25535
  *
25536
25536
  * Licensed under the Apache License, Version 2.0 (the "License");
25537
25537
  * you may not use this file except in compliance with the License.
@@ -25594,7 +25594,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImpor
25594
25594
 
25595
25595
  /*!
25596
25596
  * @license
25597
- * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
25597
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
25598
25598
  *
25599
25599
  * Licensed under the Apache License, Version 2.0 (the "License");
25600
25600
  * you may not use this file except in compliance with the License.
@@ -25611,7 +25611,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImpor
25611
25611
 
25612
25612
  /*!
25613
25613
  * @license
25614
- * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
25614
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
25615
25615
  *
25616
25616
  * Licensed under the Apache License, Version 2.0 (the "License");
25617
25617
  * you may not use this file except in compliance with the License.
@@ -25628,7 +25628,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImpor
25628
25628
 
25629
25629
  /*!
25630
25630
  * @license
25631
- * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
25631
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
25632
25632
  *
25633
25633
  * Licensed under the Apache License, Version 2.0 (the "License");
25634
25634
  * you may not use this file except in compliance with the License.
@@ -25646,7 +25646,7 @@ const ADF_COMMENTS_SERVICE = new InjectionToken('ADF_COMMENTS_SERVICE');
25646
25646
 
25647
25647
  /*!
25648
25648
  * @license
25649
- * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
25649
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
25650
25650
  *
25651
25651
  * Licensed under the Apache License, Version 2.0 (the "License");
25652
25652
  * you may not use this file except in compliance with the License.
@@ -25687,7 +25687,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImpor
25687
25687
 
25688
25688
  /*!
25689
25689
  * @license
25690
- * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
25690
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
25691
25691
  *
25692
25692
  * Licensed under the Apache License, Version 2.0 (the "License");
25693
25693
  * you may not use this file except in compliance with the License.
@@ -25717,7 +25717,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImpor
25717
25717
 
25718
25718
  /*!
25719
25719
  * @license
25720
- * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
25720
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
25721
25721
  *
25722
25722
  * Licensed under the Apache License, Version 2.0 (the "License");
25723
25723
  * you may not use this file except in compliance with the License.
@@ -25734,7 +25734,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImpor
25734
25734
 
25735
25735
  /*!
25736
25736
  * @license
25737
- * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
25737
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
25738
25738
  *
25739
25739
  * Licensed under the Apache License, Version 2.0 (the "License");
25740
25740
  * you may not use this file except in compliance with the License.
@@ -25863,7 +25863,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImpor
25863
25863
 
25864
25864
  /*!
25865
25865
  * @license
25866
- * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
25866
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
25867
25867
  *
25868
25868
  * Licensed under the Apache License, Version 2.0 (the "License");
25869
25869
  * you may not use this file except in compliance with the License.
@@ -25880,7 +25880,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImpor
25880
25880
 
25881
25881
  /*!
25882
25882
  * @license
25883
- * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
25883
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
25884
25884
  *
25885
25885
  * Licensed under the Apache License, Version 2.0 (the "License");
25886
25886
  * you may not use this file except in compliance with the License.
@@ -25910,7 +25910,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImpor
25910
25910
 
25911
25911
  /*!
25912
25912
  * @license
25913
- * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
25913
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
25914
25914
  *
25915
25915
  * Licensed under the Apache License, Version 2.0 (the "License");
25916
25916
  * you may not use this file except in compliance with the License.
@@ -25927,7 +25927,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImpor
25927
25927
 
25928
25928
  /*!
25929
25929
  * @license
25930
- * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
25930
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
25931
25931
  *
25932
25932
  * Licensed under the Apache License, Version 2.0 (the "License");
25933
25933
  * you may not use this file except in compliance with the License.
@@ -25944,7 +25944,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImpor
25944
25944
 
25945
25945
  /*!
25946
25946
  * @license
25947
- * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
25947
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
25948
25948
  *
25949
25949
  * Licensed under the Apache License, Version 2.0 (the "License");
25950
25950
  * you may not use this file except in compliance with the License.
@@ -25997,7 +25997,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImpor
25997
25997
 
25998
25998
  /*!
25999
25999
  * @license
26000
- * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
26000
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
26001
26001
  *
26002
26002
  * Licensed under the Apache License, Version 2.0 (the "License");
26003
26003
  * you may not use this file except in compliance with the License.
@@ -26014,7 +26014,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImpor
26014
26014
 
26015
26015
  /*!
26016
26016
  * @license
26017
- * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
26017
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
26018
26018
  *
26019
26019
  * Licensed under the Apache License, Version 2.0 (the "License");
26020
26020
  * you may not use this file except in compliance with the License.
@@ -26031,7 +26031,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImpor
26031
26031
 
26032
26032
  /*!
26033
26033
  * @license
26034
- * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
26034
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
26035
26035
  *
26036
26036
  * Licensed under the Apache License, Version 2.0 (the "License");
26037
26037
  * you may not use this file except in compliance with the License.
@@ -26080,7 +26080,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImpor
26080
26080
 
26081
26081
  /*!
26082
26082
  * @license
26083
- * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
26083
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
26084
26084
  *
26085
26085
  * Licensed under the Apache License, Version 2.0 (the "License");
26086
26086
  * you may not use this file except in compliance with the License.
@@ -26119,7 +26119,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImpor
26119
26119
 
26120
26120
  /*!
26121
26121
  * @license
26122
- * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
26122
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
26123
26123
  *
26124
26124
  * Licensed under the Apache License, Version 2.0 (the "License");
26125
26125
  * you may not use this file except in compliance with the License.
@@ -26153,7 +26153,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImpor
26153
26153
 
26154
26154
  /*!
26155
26155
  * @license
26156
- * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
26156
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
26157
26157
  *
26158
26158
  * Licensed under the Apache License, Version 2.0 (the "License");
26159
26159
  * you may not use this file except in compliance with the License.
@@ -26170,7 +26170,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImpor
26170
26170
 
26171
26171
  /*!
26172
26172
  * @license
26173
- * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
26173
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
26174
26174
  *
26175
26175
  * Licensed under the Apache License, Version 2.0 (the "License");
26176
26176
  * you may not use this file except in compliance with the License.
@@ -26187,7 +26187,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImpor
26187
26187
 
26188
26188
  /*!
26189
26189
  * @license
26190
- * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
26190
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
26191
26191
  *
26192
26192
  * Licensed under the Apache License, Version 2.0 (the "License");
26193
26193
  * you may not use this file except in compliance with the License.
@@ -26380,7 +26380,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImpor
26380
26380
 
26381
26381
  /*!
26382
26382
  * @license
26383
- * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
26383
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
26384
26384
  *
26385
26385
  * Licensed under the Apache License, Version 2.0 (the "License");
26386
26386
  * you may not use this file except in compliance with the License.
@@ -26410,7 +26410,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImpor
26410
26410
 
26411
26411
  /*!
26412
26412
  * @license
26413
- * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
26413
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
26414
26414
  *
26415
26415
  * Licensed under the Apache License, Version 2.0 (the "License");
26416
26416
  * you may not use this file except in compliance with the License.
@@ -26427,7 +26427,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImpor
26427
26427
 
26428
26428
  /*!
26429
26429
  * @license
26430
- * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
26430
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
26431
26431
  *
26432
26432
  * Licensed under the Apache License, Version 2.0 (the "License");
26433
26433
  * you may not use this file except in compliance with the License.
@@ -26444,7 +26444,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImpor
26444
26444
 
26445
26445
  /*!
26446
26446
  * @license
26447
- * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
26447
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
26448
26448
  *
26449
26449
  * Licensed under the Apache License, Version 2.0 (the "License");
26450
26450
  * you may not use this file except in compliance with the License.
@@ -26461,7 +26461,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImpor
26461
26461
 
26462
26462
  /*!
26463
26463
  * @license
26464
- * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
26464
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
26465
26465
  *
26466
26466
  * Licensed under the Apache License, Version 2.0 (the "License");
26467
26467
  * you may not use this file except in compliance with the License.
@@ -26492,7 +26492,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImpor
26492
26492
 
26493
26493
  /*!
26494
26494
  * @license
26495
- * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
26495
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
26496
26496
  *
26497
26497
  * Licensed under the Apache License, Version 2.0 (the "License");
26498
26498
  * you may not use this file except in compliance with the License.
@@ -26510,7 +26510,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImpor
26510
26510
 
26511
26511
  /*!
26512
26512
  * @license
26513
- * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
26513
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
26514
26514
  *
26515
26515
  * Licensed under the Apache License, Version 2.0 (the "License");
26516
26516
  * you may not use this file except in compliance with the License.
@@ -26527,7 +26527,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImpor
26527
26527
 
26528
26528
  /*!
26529
26529
  * @license
26530
- * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
26530
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
26531
26531
  *
26532
26532
  * Licensed under the Apache License, Version 2.0 (the "License");
26533
26533
  * you may not use this file except in compliance with the License.
@@ -26574,7 +26574,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImpor
26574
26574
 
26575
26575
  /*!
26576
26576
  * @license
26577
- * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
26577
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
26578
26578
  *
26579
26579
  * Licensed under the Apache License, Version 2.0 (the "License");
26580
26580
  * you may not use this file except in compliance with the License.
@@ -26630,7 +26630,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImpor
26630
26630
 
26631
26631
  /*!
26632
26632
  * @license
26633
- * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
26633
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
26634
26634
  *
26635
26635
  * Licensed under the Apache License, Version 2.0 (the "License");
26636
26636
  * you may not use this file except in compliance with the License.
@@ -26660,7 +26660,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImpor
26660
26660
 
26661
26661
  /*!
26662
26662
  * @license
26663
- * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
26663
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
26664
26664
  *
26665
26665
  * Licensed under the Apache License, Version 2.0 (the "License");
26666
26666
  * you may not use this file except in compliance with the License.
@@ -26715,7 +26715,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImpor
26715
26715
 
26716
26716
  /*!
26717
26717
  * @license
26718
- * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
26718
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
26719
26719
  *
26720
26720
  * Licensed under the Apache License, Version 2.0 (the "License");
26721
26721
  * you may not use this file except in compliance with the License.
@@ -26756,7 +26756,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImpor
26756
26756
 
26757
26757
  /*!
26758
26758
  * @license
26759
- * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
26759
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
26760
26760
  *
26761
26761
  * Licensed under the Apache License, Version 2.0 (the "License");
26762
26762
  * you may not use this file except in compliance with the License.
@@ -26786,7 +26786,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImpor
26786
26786
 
26787
26787
  /*!
26788
26788
  * @license
26789
- * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
26789
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
26790
26790
  *
26791
26791
  * Licensed under the Apache License, Version 2.0 (the "License");
26792
26792
  * you may not use this file except in compliance with the License.
@@ -26803,7 +26803,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImpor
26803
26803
 
26804
26804
  /*!
26805
26805
  * @license
26806
- * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
26806
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
26807
26807
  *
26808
26808
  * Licensed under the Apache License, Version 2.0 (the "License");
26809
26809
  * you may not use this file except in compliance with the License.
@@ -26825,7 +26825,7 @@ const DialogSize = {
26825
26825
 
26826
26826
  /*!
26827
26827
  * @license
26828
- * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
26828
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
26829
26829
  *
26830
26830
  * Licensed under the Apache License, Version 2.0 (the "License");
26831
26831
  * you may not use this file except in compliance with the License.
@@ -26881,7 +26881,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImpor
26881
26881
 
26882
26882
  /*!
26883
26883
  * @license
26884
- * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
26884
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
26885
26885
  *
26886
26886
  * Licensed under the Apache License, Version 2.0 (the "License");
26887
26887
  * you may not use this file except in compliance with the License.
@@ -26898,7 +26898,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImpor
26898
26898
 
26899
26899
  /*!
26900
26900
  * @license
26901
- * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
26901
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
26902
26902
  *
26903
26903
  * Licensed under the Apache License, Version 2.0 (the "License");
26904
26904
  * you may not use this file except in compliance with the License.
@@ -26915,7 +26915,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImpor
26915
26915
 
26916
26916
  /*!
26917
26917
  * @license
26918
- * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
26918
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
26919
26919
  *
26920
26920
  * Licensed under the Apache License, Version 2.0 (the "License");
26921
26921
  * you may not use this file except in compliance with the License.
@@ -26932,7 +26932,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImpor
26932
26932
 
26933
26933
  /*!
26934
26934
  * @license
26935
- * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
26935
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
26936
26936
  *
26937
26937
  * Licensed under the Apache License, Version 2.0 (the "License");
26938
26938
  * you may not use this file except in compliance with the License.
@@ -27055,7 +27055,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImpor
27055
27055
 
27056
27056
  /*!
27057
27057
  * @license
27058
- * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
27058
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
27059
27059
  *
27060
27060
  * Licensed under the Apache License, Version 2.0 (the "License");
27061
27061
  * you may not use this file except in compliance with the License.
@@ -27093,7 +27093,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImpor
27093
27093
 
27094
27094
  /*!
27095
27095
  * @license
27096
- * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
27096
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
27097
27097
  *
27098
27098
  * Licensed under the Apache License, Version 2.0 (the "License");
27099
27099
  * you may not use this file except in compliance with the License.
@@ -27124,7 +27124,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImpor
27124
27124
 
27125
27125
  /*!
27126
27126
  * @license
27127
- * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
27127
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
27128
27128
  *
27129
27129
  * Licensed under the Apache License, Version 2.0 (the "License");
27130
27130
  * you may not use this file except in compliance with the License.
@@ -27141,7 +27141,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImpor
27141
27141
 
27142
27142
  /*!
27143
27143
  * @license
27144
- * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
27144
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
27145
27145
  *
27146
27146
  * Licensed under the Apache License, Version 2.0 (the "License");
27147
27147
  * you may not use this file except in compliance with the License.
@@ -27158,7 +27158,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImpor
27158
27158
 
27159
27159
  /*!
27160
27160
  * @license
27161
- * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
27161
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
27162
27162
  *
27163
27163
  * Licensed under the Apache License, Version 2.0 (the "License");
27164
27164
  * you may not use this file except in compliance with the License.
@@ -27187,7 +27187,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImpor
27187
27187
 
27188
27188
  /*!
27189
27189
  * @license
27190
- * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
27190
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
27191
27191
  *
27192
27192
  * Licensed under the Apache License, Version 2.0 (the "License");
27193
27193
  * you may not use this file except in compliance with the License.
@@ -27217,7 +27217,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImpor
27217
27217
 
27218
27218
  /*!
27219
27219
  * @license
27220
- * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
27220
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
27221
27221
  *
27222
27222
  * Licensed under the Apache License, Version 2.0 (the "License");
27223
27223
  * you may not use this file except in compliance with the License.
@@ -27234,7 +27234,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImpor
27234
27234
 
27235
27235
  /*!
27236
27236
  * @license
27237
- * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
27237
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
27238
27238
  *
27239
27239
  * Licensed under the Apache License, Version 2.0 (the "License");
27240
27240
  * you may not use this file except in compliance with the License.
@@ -27251,7 +27251,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImpor
27251
27251
 
27252
27252
  /*!
27253
27253
  * @license
27254
- * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
27254
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
27255
27255
  *
27256
27256
  * Licensed under the Apache License, Version 2.0 (the "License");
27257
27257
  * you may not use this file except in compliance with the License.
@@ -27282,7 +27282,7 @@ const searchAnimation = trigger('transitionMessages', [
27282
27282
 
27283
27283
  /*!
27284
27284
  * @license
27285
- * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
27285
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
27286
27286
  *
27287
27287
  * Licensed under the Apache License, Version 2.0 (the "License");
27288
27288
  * you may not use this file except in compliance with the License.
@@ -27305,7 +27305,7 @@ var SearchTextStateEnum;
27305
27305
 
27306
27306
  /*!
27307
27307
  * @license
27308
- * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
27308
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
27309
27309
  *
27310
27310
  * Licensed under the Apache License, Version 2.0 (the "License");
27311
27311
  * you may not use this file except in compliance with the License.
@@ -27749,7 +27749,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImpor
27749
27749
 
27750
27750
  /*!
27751
27751
  * @license
27752
- * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
27752
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
27753
27753
  *
27754
27754
  * Licensed under the Apache License, Version 2.0 (the "License");
27755
27755
  * you may not use this file except in compliance with the License.
@@ -27780,7 +27780,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImpor
27780
27780
 
27781
27781
  /*!
27782
27782
  * @license
27783
- * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
27783
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
27784
27784
  *
27785
27785
  * Licensed under the Apache License, Version 2.0 (the "License");
27786
27786
  * you may not use this file except in compliance with the License.
@@ -27797,7 +27797,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImpor
27797
27797
 
27798
27798
  /*!
27799
27799
  * @license
27800
- * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
27800
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
27801
27801
  *
27802
27802
  * Licensed under the Apache License, Version 2.0 (the "License");
27803
27803
  * you may not use this file except in compliance with the License.
@@ -27814,7 +27814,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImpor
27814
27814
 
27815
27815
  /*!
27816
27816
  * @license
27817
- * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
27817
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
27818
27818
  *
27819
27819
  * Licensed under the Apache License, Version 2.0 (the "License");
27820
27820
  * you may not use this file except in compliance with the License.
@@ -27832,7 +27832,7 @@ const EXTENDIBLE_COMPONENT = new InjectionToken('extendible.component');
27832
27832
 
27833
27833
  /*!
27834
27834
  * @license
27835
- * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
27835
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
27836
27836
  *
27837
27837
  * Licensed under the Apache License, Version 2.0 (the "License");
27838
27838
  * you may not use this file except in compliance with the License.
@@ -27849,7 +27849,7 @@ const EXTENDIBLE_COMPONENT = new InjectionToken('extendible.component');
27849
27849
 
27850
27850
  /*!
27851
27851
  * @license
27852
- * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
27852
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
27853
27853
  *
27854
27854
  * Licensed under the Apache License, Version 2.0 (the "License");
27855
27855
  * you may not use this file except in compliance with the License.
@@ -27866,7 +27866,7 @@ const EXTENDIBLE_COMPONENT = new InjectionToken('extendible.component');
27866
27866
 
27867
27867
  /*!
27868
27868
  * @license
27869
- * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
27869
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
27870
27870
  *
27871
27871
  * Licensed under the Apache License, Version 2.0 (the "License");
27872
27872
  * you may not use this file except in compliance with the License.
@@ -27894,7 +27894,7 @@ class BpmProductVersionModel {
27894
27894
 
27895
27895
  /*!
27896
27896
  * @license
27897
- * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
27897
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
27898
27898
  *
27899
27899
  * Licensed under the Apache License, Version 2.0 (the "License");
27900
27900
  * you may not use this file except in compliance with the License.
@@ -27918,7 +27918,7 @@ class User {
27918
27918
 
27919
27919
  /*!
27920
27920
  * @license
27921
- * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
27921
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
27922
27922
  *
27923
27923
  * Licensed under the Apache License, Version 2.0 (the "License");
27924
27924
  * you may not use this file except in compliance with the License.
@@ -27968,7 +27968,7 @@ class CommentModel {
27968
27968
 
27969
27969
  /*!
27970
27970
  * @license
27971
- * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
27971
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
27972
27972
  *
27973
27973
  * Licensed under the Apache License, Version 2.0 (the "License");
27974
27974
  * you may not use this file except in compliance with the License.
@@ -27993,7 +27993,7 @@ class RequestPaginationModel {
27993
27993
 
27994
27994
  /*!
27995
27995
  * @license
27996
- * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
27996
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
27997
27997
  *
27998
27998
  * Licensed under the Apache License, Version 2.0 (the "License");
27999
27999
  * you may not use this file except in compliance with the License.
@@ -28019,7 +28019,7 @@ class DecimalNumberModel {
28019
28019
 
28020
28020
  /*!
28021
28021
  * @license
28022
- * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
28022
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
28023
28023
  *
28024
28024
  * Licensed under the Apache License, Version 2.0 (the "License");
28025
28025
  * you may not use this file except in compliance with the License.
@@ -28043,7 +28043,7 @@ class PathInfo {
28043
28043
 
28044
28044
  /*!
28045
28045
  * @license
28046
- * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
28046
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
28047
28047
  *
28048
28048
  * Licensed under the Apache License, Version 2.0 (the "License");
28049
28049
  * you may not use this file except in compliance with the License.
@@ -28060,7 +28060,7 @@ class PathInfo {
28060
28060
 
28061
28061
  /*!
28062
28062
  * @license
28063
- * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
28063
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
28064
28064
  *
28065
28065
  * Licensed under the Apache License, Version 2.0 (the "License");
28066
28066
  * you may not use this file except in compliance with the License.
@@ -28077,7 +28077,7 @@ class PathInfo {
28077
28077
 
28078
28078
  /*!
28079
28079
  * @license
28080
- * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
28080
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
28081
28081
  *
28082
28082
  * Licensed under the Apache License, Version 2.0 (the "License");
28083
28083
  * you may not use this file except in compliance with the License.
@@ -28117,7 +28117,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImpor
28117
28117
 
28118
28118
  /*!
28119
28119
  * @license
28120
- * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
28120
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
28121
28121
  *
28122
28122
  * Licensed under the Apache License, Version 2.0 (the "License");
28123
28123
  * you may not use this file except in compliance with the License.
@@ -28156,7 +28156,7 @@ class EventMock {
28156
28156
 
28157
28157
  /*!
28158
28158
  * @license
28159
- * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
28159
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
28160
28160
  *
28161
28161
  * Licensed under the Apache License, Version 2.0 (the "License");
28162
28162
  * you may not use this file except in compliance with the License.
@@ -28197,7 +28197,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImpor
28197
28197
 
28198
28198
  /*!
28199
28199
  * @license
28200
- * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
28200
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
28201
28201
  *
28202
28202
  * Licensed under the Apache License, Version 2.0 (the "License");
28203
28203
  * you may not use this file except in compliance with the License.
@@ -28472,7 +28472,7 @@ const fakeForm = {
28472
28472
 
28473
28473
  /*!
28474
28474
  * @license
28475
- * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
28475
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
28476
28476
  *
28477
28477
  * Licensed under the Apache License, Version 2.0 (the "License");
28478
28478
  * you may not use this file except in compliance with the License.
@@ -28875,7 +28875,7 @@ const formDefinitionRequiredField = {
28875
28875
 
28876
28876
  /*!
28877
28877
  * @license
28878
- * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
28878
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
28879
28879
  *
28880
28880
  * Licensed under the Apache License, Version 2.0 (the "License");
28881
28881
  * you may not use this file except in compliance with the License.
@@ -29100,7 +29100,7 @@ const formReadonlyTwoTextFields = {
29100
29100
 
29101
29101
  /*!
29102
29102
  * @license
29103
- * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
29103
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
29104
29104
  *
29105
29105
  * Licensed under the Apache License, Version 2.0 (the "License");
29106
29106
  * you may not use this file except in compliance with the License.
@@ -29447,7 +29447,7 @@ const formDefVisibilitiFieldDependsOnPreviousOne = {
29447
29447
 
29448
29448
  /*!
29449
29449
  * @license
29450
- * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
29450
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
29451
29451
  *
29452
29452
  * Licensed under the Apache License, Version 2.0 (the "License");
29453
29453
  * you may not use this file except in compliance with the License.
@@ -29695,7 +29695,7 @@ const formModelTabs = {
29695
29695
 
29696
29696
  /*!
29697
29697
  * @license
29698
- * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
29698
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
29699
29699
  *
29700
29700
  * Licensed under the Apache License, Version 2.0 (the "License");
29701
29701
  * you may not use this file except in compliance with the License.
@@ -31497,7 +31497,7 @@ const tabInvalidFormVisibility = {
31497
31497
 
31498
31498
  /*!
31499
31499
  * @license
31500
- * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
31500
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
31501
31501
  *
31502
31502
  * Licensed under the Apache License, Version 2.0 (the "License");
31503
31503
  * you may not use this file except in compliance with the License.
@@ -31650,7 +31650,7 @@ const mockPathInfos = [
31650
31650
 
31651
31651
  /*!
31652
31652
  * @license
31653
- * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
31653
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
31654
31654
  *
31655
31655
  * Licensed under the Apache License, Version 2.0 (the "License");
31656
31656
  * you may not use this file except in compliance with the License.
@@ -31754,7 +31754,7 @@ const jsonColumnRows = [
31754
31754
 
31755
31755
  /*!
31756
31756
  * @license
31757
- * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
31757
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
31758
31758
  *
31759
31759
  * Licensed under the Apache License, Version 2.0 (the "License");
31760
31760
  * you may not use this file except in compliance with the License.
@@ -31771,7 +31771,7 @@ const jsonColumnRows = [
31771
31771
 
31772
31772
  /*!
31773
31773
  * @license
31774
- * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
31774
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
31775
31775
  *
31776
31776
  * Licensed under the Apache License, Version 2.0 (the "License");
31777
31777
  * you may not use this file except in compliance with the License.
@@ -31788,7 +31788,7 @@ const jsonColumnRows = [
31788
31788
 
31789
31789
  /*!
31790
31790
  * @license
31791
- * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
31791
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
31792
31792
  *
31793
31793
  * Licensed under the Apache License, Version 2.0 (the "License");
31794
31794
  * you may not use this file except in compliance with the License.
@@ -31825,7 +31825,7 @@ function loadAppConfig(appConfigService, storageService, adfHttpClient, storageP
31825
31825
 
31826
31826
  /*!
31827
31827
  * @license
31828
- * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
31828
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
31829
31829
  *
31830
31830
  * Licensed under the Apache License, Version 2.0 (the "License");
31831
31831
  * you may not use this file except in compliance with the License.
@@ -32048,7 +32048,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImpor
32048
32048
 
32049
32049
  /*!
32050
32050
  * @license
32051
- * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
32051
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
32052
32052
  *
32053
32053
  * Licensed under the Apache License, Version 2.0 (the "License");
32054
32054
  * you may not use this file except in compliance with the License.
@@ -32206,7 +32206,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImpor
32206
32206
 
32207
32207
  /*!
32208
32208
  * @license
32209
- * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
32209
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
32210
32210
  *
32211
32211
  * Licensed under the Apache License, Version 2.0 (the "License");
32212
32212
  * you may not use this file except in compliance with the License.
@@ -32260,7 +32260,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImpor
32260
32260
 
32261
32261
  /*!
32262
32262
  * @license
32263
- * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
32263
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
32264
32264
  *
32265
32265
  * Licensed under the Apache License, Version 2.0 (the "License");
32266
32266
  * you may not use this file except in compliance with the License.
@@ -32327,7 +32327,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImpor
32327
32327
 
32328
32328
  /*!
32329
32329
  * @license
32330
- * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
32330
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
32331
32331
  *
32332
32332
  * Licensed under the Apache License, Version 2.0 (the "License");
32333
32333
  * you may not use this file except in compliance with the License.
@@ -32355,7 +32355,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImpor
32355
32355
 
32356
32356
  /*!
32357
32357
  * @license
32358
- * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
32358
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
32359
32359
  *
32360
32360
  * Licensed under the Apache License, Version 2.0 (the "License");
32361
32361
  * you may not use this file except in compliance with the License.
@@ -32384,7 +32384,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImpor
32384
32384
 
32385
32385
  /*!
32386
32386
  * @license
32387
- * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
32387
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
32388
32388
  *
32389
32389
  * Licensed under the Apache License, Version 2.0 (the "License");
32390
32390
  * you may not use this file except in compliance with the License.
@@ -32735,7 +32735,7 @@ class UnitTestingUtils {
32735
32735
 
32736
32736
  /*!
32737
32737
  * @license
32738
- * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
32738
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
32739
32739
  *
32740
32740
  * Licensed under the Apache License, Version 2.0 (the "License");
32741
32741
  * you may not use this file except in compliance with the License.
@@ -32752,7 +32752,7 @@ class UnitTestingUtils {
32752
32752
 
32753
32753
  /*!
32754
32754
  * @license
32755
- * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
32755
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
32756
32756
  *
32757
32757
  * Licensed under the Apache License, Version 2.0 (the "License");
32758
32758
  * you may not use this file except in compliance with the License.