@alfresco/adf-core 7.1.0-15297936594 → 8.0.0

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 (702) hide show
  1. package/api/lib/alfresco-api/alfresco-api.utils.d.ts +1 -1
  2. package/breadcrumbs/styles/_breadcrumb.theme.scss +4 -4
  3. package/bundles/assets/adf-core/i18n/de.json +4 -2
  4. package/bundles/assets/adf-core/i18n/en.json +3 -1
  5. package/bundles/assets/adf-core/i18n/es.json +3 -1
  6. package/bundles/assets/adf-core/i18n/fr.json +3 -1
  7. package/bundles/assets/adf-core/i18n/it.json +3 -1
  8. package/bundles/assets/adf-core/i18n/pl.json +3 -1
  9. package/bundles/assets/adf-core/i18n/pt.json +3 -1
  10. package/custom-theme/README.md +3 -0
  11. package/custom-theme/material-theme.scss +4 -7
  12. package/custom-theme/theme/custom-theme-palettes.scss +8 -12
  13. package/custom-theme/theme/typography.scss +26 -26
  14. package/feature-flags/lib/providers/debug-feature-flags.provider.d.ts +4 -35
  15. package/feature-flags/lib/services/debug-features.service.d.ts +7 -6
  16. package/feature-flags/lib/services/storage-features.service.d.ts +6 -6
  17. package/fesm2022/adf-core.mjs +1558 -1402
  18. package/fesm2022/adf-core.mjs.map +1 -1
  19. package/fesm2022/alfresco-adf-core-api.mjs +3 -3
  20. package/fesm2022/alfresco-adf-core-api.mjs.map +1 -1
  21. package/fesm2022/alfresco-adf-core-auth.mjs +6 -6
  22. package/fesm2022/alfresco-adf-core-auth.mjs.map +1 -1
  23. package/fesm2022/alfresco-adf-core-breadcrumbs.mjs +12 -13
  24. package/fesm2022/alfresco-adf-core-breadcrumbs.mjs.map +1 -1
  25. package/fesm2022/alfresco-adf-core-feature-flags.mjs +88 -78
  26. package/fesm2022/alfresco-adf-core-feature-flags.mjs.map +1 -1
  27. package/fesm2022/alfresco-adf-core-shell.mjs +95 -20
  28. package/fesm2022/alfresco-adf-core-shell.mjs.map +1 -1
  29. package/lib/about/about-package/package-list.component.scss +5 -5
  30. package/lib/about/about-server-settings/about-server-settings.component.scss +5 -5
  31. package/lib/about/about.component.scss +3 -3
  32. package/lib/app-config/app-config.module.d.ts +1 -0
  33. package/lib/app-config/provide-app-config.d.ts +23 -0
  34. package/lib/app-config/public-api.d.ts +1 -0
  35. package/lib/auth/oidc/auth.module.d.ts +4 -4
  36. package/lib/auth/oidc/view/authentication-confirmation/authentication-confirmation.component.d.ts +1 -1
  37. package/lib/card-view/components/base-card-view.d.ts +1 -1
  38. package/lib/card-view/components/card-view/card-view.component.scss +25 -23
  39. package/lib/card-view/components/card-view-arrayitem/card-view-arrayitem.component.scss +7 -7
  40. package/lib/card-view/components/card-view-dateitem/card-view-dateitem.component.d.ts +2 -0
  41. package/lib/card-view/components/card-view-dateitem/card-view-dateitem.component.scss +3 -5
  42. package/lib/card-view/components/card-view-keyvaluepairsitem/card-view-keyvaluepairsitem.component.scss +5 -5
  43. package/lib/card-view/components/card-view-selectitem/card-view-selectitem.component.scss +22 -11
  44. package/lib/card-view/components/card-view-selectitem/select-filter-input/select-filter-input.component.scss +3 -3
  45. package/lib/card-view/components/card-view-textitem/card-view-textitem.component.scss +8 -11
  46. package/lib/comments/comments.component.d.ts +3 -1
  47. package/lib/comments/comments.component.scss +9 -9
  48. package/lib/common/services/storage.service.d.ts +8 -0
  49. package/lib/core.module.d.ts +124 -128
  50. package/lib/datatable/components/datatable/datatable.component.scss +18 -16
  51. package/lib/datatable/data/data-table.schema.d.ts +1 -1
  52. package/lib/datatable/data/object-datarow.model.d.ts +1 -0
  53. package/lib/dialogs/confirm-dialog/confirm.dialog.d.ts +1 -1
  54. package/lib/dialogs/confirm-dialog/confirm.dialog.module.d.ts +2 -6
  55. package/lib/dialogs/edit-json/edit-json.dialog.d.ts +1 -1
  56. package/lib/dialogs/edit-json/edit-json.dialog.module.d.ts +1 -6
  57. package/lib/dialogs/edit-json/edit-json.dialog.scss +1 -3
  58. package/lib/dynamic-chip-list/dynamic-chip-list.component.scss +3 -3
  59. package/lib/form/components/form-base.component.d.ts +0 -1
  60. package/lib/form/components/form-renderer.component.d.ts +1 -3
  61. package/lib/form/components/form-renderer.component.scss +73 -47
  62. package/lib/form/components/form-section/form-section.component.scss +3 -4
  63. package/lib/form/components/helpers/buttons-visibility.d.ts +24 -0
  64. package/lib/form/components/inplace-form-input/inplace-form-input.component.scss +5 -5
  65. package/lib/form/components/widgets/amount/amount.widget.scss +14 -5
  66. package/lib/form/components/widgets/checkbox/checkbox.widget.scss +11 -0
  67. package/lib/form/components/widgets/core/content-link.model.d.ts +1 -0
  68. package/lib/form/components/widgets/core/form.model.d.ts +1 -0
  69. package/lib/form/components/widgets/date/date.widget.scss +9 -0
  70. package/lib/form/components/widgets/date-time/date-time.widget.scss +12 -6
  71. package/lib/form/components/widgets/decimal/decimal.component.scss +6 -0
  72. package/lib/form/components/widgets/form.theme.scss +9 -8
  73. package/lib/form/components/widgets/hyperlink/hyperlink.widget.d.ts +16 -0
  74. package/lib/form/components/widgets/multiline-text/multiline-text.widget.scss +3 -0
  75. package/lib/form/components/widgets/number/number.widget.d.ts +1 -0
  76. package/lib/form/components/widgets/number/number.widget.scss +6 -0
  77. package/lib/form/components/widgets/text/text.widget.scss +8 -2
  78. package/lib/form/components/widgets/widget.component.d.ts +2 -2
  79. package/lib/form/form-base.module.d.ts +1 -0
  80. package/lib/form/public-api.d.ts +1 -0
  81. package/lib/identity-user-info/identity-user-info.component.scss +11 -10
  82. package/lib/info-drawer/info-drawer-layout.component.scss +8 -8
  83. package/lib/info-drawer/info-drawer.component.scss +21 -21
  84. package/lib/layout/components/header/header.component.scss +7 -7
  85. package/lib/layout/components/layout-container/layout-container.component.scss +3 -3
  86. package/lib/layout/components/sidenav-layout/sidenav-layout.component.scss +6 -6
  87. package/lib/login/components/login/login.component.scss +5 -5
  88. package/lib/notifications/components/notification-history.component.scss +4 -4
  89. package/lib/notifications/services/notification.service.d.ts +1 -1
  90. package/lib/search-text/search-text-input.component.scss +2 -2
  91. package/lib/snackbar-content/snackbar-content.component.d.ts +1 -1
  92. package/lib/snackbar-content/snackbar-content.component.scss +2 -2
  93. package/lib/snackbar-content/snackbar-content.module.d.ts +2 -6
  94. package/lib/styles/_index.scss +75 -67
  95. package/lib/styles/_mat-selectors.scss +13 -106
  96. package/lib/styles/_theming.scss +3 -5
  97. package/lib/styles/_typography.scss +14 -14
  98. package/lib/styles/material.theme.scss +27 -26
  99. package/lib/templates/empty-content/empty-content.component.scss +0 -2
  100. package/lib/templates/error-content/error-content.component.scss +2 -2
  101. package/lib/testing/core.testing.module.d.ts +1 -0
  102. package/lib/testing/noop-translate.module.d.ts +1 -2
  103. package/lib/translation/provide-i18n.d.ts +39 -0
  104. package/lib/translation/public-api.d.ts +1 -0
  105. package/lib/viewer/components/img-viewer/img-viewer.component.d.ts +2 -1
  106. package/lib/viewer/components/img-viewer/img-viewer.component.scss +2 -2
  107. package/lib/viewer/components/media-player/media-player.component.d.ts +2 -1
  108. package/lib/viewer/components/pdf-viewer/pdf-viewer.component.d.ts +21 -13
  109. package/lib/viewer/components/pdf-viewer/pdf-viewer.component.scss +3 -3
  110. package/lib/viewer/components/txt-viewer/txt-viewer.component.d.ts +3 -2
  111. package/lib/viewer/components/unknown-format/unknown-format.component.d.ts +3 -1
  112. package/lib/viewer/components/viewer-render/viewer-render.component.d.ts +5 -3
  113. package/lib/viewer/components/viewer-render/viewer-render.component.scss +16 -1
  114. package/lib/viewer/components/viewer.component.d.ts +17 -3
  115. package/lib/viewer/components/viewer.component.scss +4 -12
  116. package/package.json +5 -17
  117. package/schematics/migrations/schematics/migrations/7_0_0/index.d.ts +1 -1
  118. package/schematics/migrations/schematics/migrations/7_0_0/index.js +2 -2
  119. package/schematics/migrations/schematics/migrations/7_0_0/index.js.map +1 -1
  120. package/shell/README.md +20 -6
  121. package/shell/index.d.ts +2 -0
  122. package/shell/lib/providers.d.ts +36 -0
  123. package/shell/lib/shell.module.d.ts +4 -7
  124. package/shell/lib/shell.routes.d.ts +13 -1
  125. package/esm2022/adf-core.mjs +0 -5
  126. package/esm2022/api/alfresco-adf-core-api.mjs +0 -5
  127. package/esm2022/api/index.mjs +0 -20
  128. package/esm2022/api/lib/adf-http-client.service.mjs +0 -311
  129. package/esm2022/api/lib/alfresco-api/alfresco-api.param-encoder.mjs +0 -33
  130. package/esm2022/api/lib/alfresco-api/alfresco-api.response-error.mjs +0 -25
  131. package/esm2022/api/lib/alfresco-api/alfresco-api.utils.mjs +0 -80
  132. package/esm2022/api/lib/interfaces.mjs +0 -18
  133. package/esm2022/api/lib/types.mjs +0 -18
  134. package/esm2022/auth/alfresco-adf-core-auth.mjs +0 -5
  135. package/esm2022/auth/authentication-interceptor/authentication.interceptor.mjs +0 -56
  136. package/esm2022/auth/authentication.mjs +0 -19
  137. package/esm2022/auth/index.mjs +0 -19
  138. package/esm2022/breadcrumbs/alfresco-adf-core-breadcrumbs.mjs +0 -5
  139. package/esm2022/breadcrumbs/components/breadcrumb/breadcrumb.component.mjs +0 -83
  140. package/esm2022/breadcrumbs/components/breadcrumb-item/breadcrumb-item.component.mjs +0 -42
  141. package/esm2022/breadcrumbs/directives/breadcrumb-focus.directive.mjs +0 -44
  142. package/esm2022/breadcrumbs/index.mjs +0 -19
  143. package/esm2022/feature-flags/alfresco-adf-core-feature-flags.mjs +0 -5
  144. package/esm2022/feature-flags/index.mjs +0 -29
  145. package/esm2022/feature-flags/lib/components/feature-flags-wrapper.mjs +0 -36
  146. package/esm2022/feature-flags/lib/components/feature-override-indicator.component.mjs +0 -56
  147. package/esm2022/feature-flags/lib/components/flags/flags.component.mjs +0 -130
  148. package/esm2022/feature-flags/lib/directives/features.directive.mjs +0 -63
  149. package/esm2022/feature-flags/lib/directives/not-features.directive.mjs +0 -63
  150. package/esm2022/feature-flags/lib/guards/is-feature-off.guard.mjs +0 -38
  151. package/esm2022/feature-flags/lib/guards/is-feature-on.guard.mjs +0 -38
  152. package/esm2022/feature-flags/lib/guards/is-flags-override-on.guard.mjs +0 -40
  153. package/esm2022/feature-flags/lib/interfaces/features.interface.mjs +0 -24
  154. package/esm2022/feature-flags/lib/mocks/features-service-mock.factory.mjs +0 -62
  155. package/esm2022/feature-flags/lib/providers/debug-feature-flags.provider.mjs +0 -51
  156. package/esm2022/feature-flags/lib/providers/dummy-feature-flags.provider.mjs +0 -36
  157. package/esm2022/feature-flags/lib/services/debug-features.service.mjs +0 -84
  158. package/esm2022/feature-flags/lib/services/dummy-features.service.mjs +0 -40
  159. package/esm2022/feature-flags/lib/services/flagset.parser.mjs +0 -38
  160. package/esm2022/feature-flags/lib/services/qa-features.helper.mjs +0 -62
  161. package/esm2022/feature-flags/lib/services/storage-features.service.mjs +0 -121
  162. package/esm2022/lib/about/about-extension-list/about-extension-list.component.mjs +0 -52
  163. package/esm2022/lib/about/about-license-list/about-license-list.component.mjs +0 -52
  164. package/esm2022/lib/about/about-module-list/module-list.component.mjs +0 -52
  165. package/esm2022/lib/about/about-package/package-list.component.mjs +0 -66
  166. package/esm2022/lib/about/about-panel.directive.mjs +0 -37
  167. package/esm2022/lib/about/about-repository-info/about-repository-info.component.mjs +0 -60
  168. package/esm2022/lib/about/about-repository-info/repository-info.interface.mjs +0 -18
  169. package/esm2022/lib/about/about-server-settings/about-server-settings.component.mjs +0 -43
  170. package/esm2022/lib/about/about-status-list/about-status-list.component.mjs +0 -52
  171. package/esm2022/lib/about/about.component.mjs +0 -35
  172. package/esm2022/lib/about/about.module.mjs +0 -75
  173. package/esm2022/lib/about/index.mjs +0 -18
  174. package/esm2022/lib/about/interfaces.mjs +0 -18
  175. package/esm2022/lib/about/public-api.mjs +0 -28
  176. package/esm2022/lib/app-config/app-config-storage-prefix.factory.mjs +0 -51
  177. package/esm2022/lib/app-config/app-config.loader.mjs +0 -41
  178. package/esm2022/lib/app-config/app-config.module.mjs +0 -33
  179. package/esm2022/lib/app-config/app-config.pipe.mjs +0 -38
  180. package/esm2022/lib/app-config/app-config.service.mjs +0 -243
  181. package/esm2022/lib/app-config/debug-app-config.service.mjs +0 -44
  182. package/esm2022/lib/app-config/index.mjs +0 -18
  183. package/esm2022/lib/app-config/public-api.mjs +0 -22
  184. package/esm2022/lib/auth/authentication-interceptor/auth-bearer.interceptor.mjs +0 -67
  185. package/esm2022/lib/auth/basic-auth/basic-alfresco-auth.service.mjs +0 -356
  186. package/esm2022/lib/auth/basic-auth/content-auth.mjs +0 -189
  187. package/esm2022/lib/auth/basic-auth/process-auth.mjs +0 -193
  188. package/esm2022/lib/auth/guard/auth-guard-bpm.service.mjs +0 -31
  189. package/esm2022/lib/auth/guard/auth-guard-ecm.service.mjs +0 -31
  190. package/esm2022/lib/auth/guard/auth-guard-sso-role.service.mjs +0 -57
  191. package/esm2022/lib/auth/guard/auth-guard.mjs +0 -53
  192. package/esm2022/lib/auth/guard/auth-guard.service.mjs +0 -113
  193. package/esm2022/lib/auth/index.mjs +0 -18
  194. package/esm2022/lib/auth/interfaces/authentication-service.interface.mjs +0 -18
  195. package/esm2022/lib/auth/interfaces/authentication.interface.mjs +0 -18
  196. package/esm2022/lib/auth/interfaces/identity-group.interface.mjs +0 -18
  197. package/esm2022/lib/auth/interfaces/identity-user.service.interface.mjs +0 -18
  198. package/esm2022/lib/auth/interfaces/openid-configuration.interface.mjs +0 -18
  199. package/esm2022/lib/auth/models/application-access.model.mjs +0 -18
  200. package/esm2022/lib/auth/models/identity-group.model.mjs +0 -18
  201. package/esm2022/lib/auth/models/identity-role.model.mjs +0 -30
  202. package/esm2022/lib/auth/models/identity-user.model.mjs +0 -18
  203. package/esm2022/lib/auth/models/oauth-config.model.mjs +0 -18
  204. package/esm2022/lib/auth/models/redirection.model.mjs +0 -28
  205. package/esm2022/lib/auth/models/user-access.model.mjs +0 -18
  206. package/esm2022/lib/auth/oidc/auth-config.mjs +0 -19
  207. package/esm2022/lib/auth/oidc/auth-config.service.mjs +0 -110
  208. package/esm2022/lib/auth/oidc/auth-routing.module.mjs +0 -34
  209. package/esm2022/lib/auth/oidc/auth.module.mjs +0 -112
  210. package/esm2022/lib/auth/oidc/auth.service.mjs +0 -22
  211. package/esm2022/lib/auth/oidc/oidc-auth.guard.mjs +0 -37
  212. package/esm2022/lib/auth/oidc/oidc-authentication.service.mjs +0 -202
  213. package/esm2022/lib/auth/oidc/public-api.mjs +0 -24
  214. package/esm2022/lib/auth/oidc/redirect-auth.service.mjs +0 -267
  215. package/esm2022/lib/auth/oidc/retry-login.service.mjs +0 -66
  216. package/esm2022/lib/auth/oidc/token.interceptor.mjs +0 -62
  217. package/esm2022/lib/auth/oidc/view/authentication-confirmation/authentication-confirmation.component.mjs +0 -31
  218. package/esm2022/lib/auth/public-api.mjs +0 -44
  219. package/esm2022/lib/auth/services/authentication.service.mjs +0 -190
  220. package/esm2022/lib/auth/services/base-authentication.service.mjs +0 -99
  221. package/esm2022/lib/auth/services/identity-group.service.mjs +0 -269
  222. package/esm2022/lib/auth/services/identity-role.service.mjs +0 -99
  223. package/esm2022/lib/auth/services/identity-user.service.mjs +0 -443
  224. package/esm2022/lib/auth/services/jwt-helper.service.mjs +0 -205
  225. package/esm2022/lib/auth/services/oauth2.service.mjs +0 -69
  226. package/esm2022/lib/auth/services/time-sync.service.mjs +0 -83
  227. package/esm2022/lib/auth/services/user-access.service.mjs +0 -110
  228. package/esm2022/lib/avatar/avatar.component.mjs +0 -51
  229. package/esm2022/lib/blank-page/blank-page.component.mjs +0 -31
  230. package/esm2022/lib/blank-page/blank-page.module.mjs +0 -33
  231. package/esm2022/lib/blank-page/index.mjs +0 -18
  232. package/esm2022/lib/blank-page/public-api.mjs +0 -19
  233. package/esm2022/lib/button/button.component.mjs +0 -61
  234. package/esm2022/lib/card-view/card-view.module.mjs +0 -80
  235. package/esm2022/lib/card-view/components/base-card-view.mjs +0 -51
  236. package/esm2022/lib/card-view/components/card-view/card-view.component.mjs +0 -66
  237. package/esm2022/lib/card-view/components/card-view-arrayitem/card-view-arrayitem.component.mjs +0 -56
  238. package/esm2022/lib/card-view/components/card-view-boolitem/card-view-boolitem.component.mjs +0 -40
  239. package/esm2022/lib/card-view/components/card-view-dateitem/card-view-dateitem.component.mjs +0 -177
  240. package/esm2022/lib/card-view/components/card-view-item-dispatcher/card-view-item-dispatcher.component.mjs +0 -108
  241. package/esm2022/lib/card-view/components/card-view-keyvaluepairsitem/card-view-keyvaluepairsitem.component.mjs +0 -65
  242. package/esm2022/lib/card-view/components/card-view-mapitem/card-view-mapitem.component.mjs +0 -47
  243. package/esm2022/lib/card-view/components/card-view-selectitem/card-view-selectitem.component.mjs +0 -138
  244. package/esm2022/lib/card-view/components/card-view-selectitem/select-filter-input/select-filter-input.component.mjs +0 -114
  245. package/esm2022/lib/card-view/components/card-view-textitem/card-view-textitem.component.mjs +0 -240
  246. package/esm2022/lib/card-view/components/card-view.components.mjs +0 -28
  247. package/esm2022/lib/card-view/index.mjs +0 -18
  248. package/esm2022/lib/card-view/interfaces/base-card-view-update.interface.mjs +0 -18
  249. package/esm2022/lib/card-view/interfaces/card-view-arrayitem-properties.interface.mjs +0 -18
  250. package/esm2022/lib/card-view/interfaces/card-view-boolitem-properties.interface.mjs +0 -18
  251. package/esm2022/lib/card-view/interfaces/card-view-dateitem-properties.interface.mjs +0 -18
  252. package/esm2022/lib/card-view/interfaces/card-view-item-properties.interface.mjs +0 -18
  253. package/esm2022/lib/card-view/interfaces/card-view-item-validator.interface.mjs +0 -18
  254. package/esm2022/lib/card-view/interfaces/card-view-item.interface.mjs +0 -18
  255. package/esm2022/lib/card-view/interfaces/card-view-keyvaluepairsitem-properties.interface.mjs +0 -18
  256. package/esm2022/lib/card-view/interfaces/card-view-selectitem-properties.interface.mjs +0 -18
  257. package/esm2022/lib/card-view/interfaces/card-view-textitem-pipe-property.interface.mjs +0 -18
  258. package/esm2022/lib/card-view/interfaces/card-view-textitem-properties.interface.mjs +0 -18
  259. package/esm2022/lib/card-view/interfaces/card-view.interfaces.mjs +0 -29
  260. package/esm2022/lib/card-view/interfaces/click-notification.interface.mjs +0 -18
  261. package/esm2022/lib/card-view/interfaces/update-notification.interface.mjs +0 -18
  262. package/esm2022/lib/card-view/models/card-view-arrayitem.model.mjs +0 -28
  263. package/esm2022/lib/card-view/models/card-view-baseitem.model.mjs +0 -64
  264. package/esm2022/lib/card-view/models/card-view-boolitem.model.mjs +0 -36
  265. package/esm2022/lib/card-view/models/card-view-dateitem.model.mjs +0 -58
  266. package/esm2022/lib/card-view/models/card-view-datetimeitem.model.mjs +0 -28
  267. package/esm2022/lib/card-view/models/card-view-floatitem.model.mjs +0 -33
  268. package/esm2022/lib/card-view/models/card-view-intitem.model.mjs +0 -36
  269. package/esm2022/lib/card-view/models/card-view-keyvaluepairs.model.mjs +0 -27
  270. package/esm2022/lib/card-view/models/card-view-longitem.model.mjs +0 -36
  271. package/esm2022/lib/card-view/models/card-view-mapitem.model.mjs +0 -32
  272. package/esm2022/lib/card-view/models/card-view-selectitem.model.mjs +0 -41
  273. package/esm2022/lib/card-view/models/card-view-textitem.model.mjs +0 -40
  274. package/esm2022/lib/card-view/models/card-view.models.mjs +0 -29
  275. package/esm2022/lib/card-view/public-api.mjs +0 -25
  276. package/esm2022/lib/card-view/services/card-item-types.service.mjs +0 -54
  277. package/esm2022/lib/card-view/services/card-view-update.service.mjs +0 -59
  278. package/esm2022/lib/card-view/services/card-view.services.mjs +0 -19
  279. package/esm2022/lib/card-view/validators/card-view-item-float.validator.mjs +0 -31
  280. package/esm2022/lib/card-view/validators/card-view-item-int.validator.mjs +0 -35
  281. package/esm2022/lib/card-view/validators/card-view-item-length.validator.mjs +0 -34
  282. package/esm2022/lib/card-view/validators/card-view-item-long.validator.mjs +0 -35
  283. package/esm2022/lib/card-view/validators/card-view-item-match.validator.mjs +0 -35
  284. package/esm2022/lib/card-view/validators/card-view-item-minmax.validator.mjs +0 -35
  285. package/esm2022/lib/card-view/validators/card-view-item-only-positive-int.validator.mjs +0 -32
  286. package/esm2022/lib/card-view/validators/card-view-item-only-positive-long.validator.mjs +0 -31
  287. package/esm2022/lib/card-view/validators/card-view.validators.mjs +0 -26
  288. package/esm2022/lib/card-view/validators/validators.map.mjs +0 -26
  289. package/esm2022/lib/clipboard/clipboard.directive.mjs +0 -99
  290. package/esm2022/lib/clipboard/clipboard.module.mjs +0 -34
  291. package/esm2022/lib/clipboard/clipboard.service.mjs +0 -103
  292. package/esm2022/lib/clipboard/index.mjs +0 -18
  293. package/esm2022/lib/clipboard/public-api.mjs +0 -21
  294. package/esm2022/lib/comments/comment-list/comment-list.component.mjs +0 -53
  295. package/esm2022/lib/comments/comment-list/comment-list.module.mjs +0 -33
  296. package/esm2022/lib/comments/comment-list/index.mjs +0 -18
  297. package/esm2022/lib/comments/comment-list/public-api.mjs +0 -19
  298. package/esm2022/lib/comments/comments.component.mjs +0 -128
  299. package/esm2022/lib/comments/comments.module.mjs +0 -33
  300. package/esm2022/lib/comments/index.mjs +0 -18
  301. package/esm2022/lib/comments/interfaces/comments-service.interface.mjs +0 -18
  302. package/esm2022/lib/comments/interfaces/comments.token.mjs +0 -19
  303. package/esm2022/lib/comments/public-api.mjs +0 -22
  304. package/esm2022/lib/common/index.mjs +0 -35
  305. package/esm2022/lib/common/interface/search-component.interface.mjs +0 -18
  306. package/esm2022/lib/common/mock/app-config.service.mock.mjs +0 -47
  307. package/esm2022/lib/common/models/default-languages.model.mjs +0 -36
  308. package/esm2022/lib/common/models/log-levels.model.mjs +0 -33
  309. package/esm2022/lib/common/models/user-info-mode.enum.mjs +0 -25
  310. package/esm2022/lib/common/services/cookie.service.mjs +0 -82
  311. package/esm2022/lib/common/services/download.service.mjs +0 -102
  312. package/esm2022/lib/common/services/dynamic-component-mapper.service.mjs +0 -89
  313. package/esm2022/lib/common/services/highlight-transform.service.mjs +0 -61
  314. package/esm2022/lib/common/services/language-item.interface.mjs +0 -18
  315. package/esm2022/lib/common/services/log.service.mjs +0 -171
  316. package/esm2022/lib/common/services/page-title.service.mjs +0 -63
  317. package/esm2022/lib/common/services/sort-by-category.service.mjs +0 -81
  318. package/esm2022/lib/common/services/storage.service.mjs +0 -117
  319. package/esm2022/lib/common/services/thumbnail.service.mjs +0 -194
  320. package/esm2022/lib/common/services/url.service.mjs +0 -45
  321. package/esm2022/lib/common/services/user-preferences.service.mjs +0 -238
  322. package/esm2022/lib/common/utils/date-fns-adapter.mjs +0 -115
  323. package/esm2022/lib/common/utils/date-fns-utils.mjs +0 -222
  324. package/esm2022/lib/common/utils/datetime-fns-adapter.mjs +0 -134
  325. package/esm2022/lib/common/utils/file-utils.mjs +0 -65
  326. package/esm2022/lib/common/utils/index.mjs +0 -18
  327. package/esm2022/lib/common/utils/moment-date-adapter.mjs +0 -202
  328. package/esm2022/lib/common/utils/moment-date-formats.model.mjs +0 -32
  329. package/esm2022/lib/common/utils/object-utils.mjs +0 -107
  330. package/esm2022/lib/common/utils/public-api.mjs +0 -25
  331. package/esm2022/lib/common/utils/string-utils.mjs +0 -45
  332. package/esm2022/lib/context-menu/animations.mjs +0 -33
  333. package/esm2022/lib/context-menu/context-menu-list.component.mjs +0 -92
  334. package/esm2022/lib/context-menu/context-menu-overlay.mjs +0 -25
  335. package/esm2022/lib/context-menu/context-menu-overlay.service.mjs +0 -109
  336. package/esm2022/lib/context-menu/context-menu.directive.mjs +0 -63
  337. package/esm2022/lib/context-menu/context-menu.module.mjs +0 -35
  338. package/esm2022/lib/context-menu/context-menu.tokens.mjs +0 -19
  339. package/esm2022/lib/context-menu/index.mjs +0 -18
  340. package/esm2022/lib/context-menu/interfaces.mjs +0 -18
  341. package/esm2022/lib/context-menu/public-api.mjs +0 -21
  342. package/esm2022/lib/core.module.mjs +0 -314
  343. package/esm2022/lib/datatable/components/amount-cell/amount-cell.component.mjs +0 -45
  344. package/esm2022/lib/datatable/components/boolean-cell/boolean-cell.component.mjs +0 -65
  345. package/esm2022/lib/datatable/components/columns-selector/columns-search-filter.pipe.mjs +0 -55
  346. package/esm2022/lib/datatable/components/columns-selector/columns-selector.component.mjs +0 -114
  347. package/esm2022/lib/datatable/components/data-cell.event.mjs +0 -31
  348. package/esm2022/lib/datatable/components/data-row-action.event.mjs +0 -34
  349. package/esm2022/lib/datatable/components/datatable/datatable.component.mjs +0 -915
  350. package/esm2022/lib/datatable/components/datatable-cell/datatable-cell.component.mjs +0 -126
  351. package/esm2022/lib/datatable/components/datatable-row/datatable-row.component.mjs +0 -98
  352. package/esm2022/lib/datatable/components/date-cell/date-cell.component.mjs +0 -78
  353. package/esm2022/lib/datatable/components/empty-list/empty-list.component.mjs +0 -60
  354. package/esm2022/lib/datatable/components/filesize-cell/filesize-cell.component.mjs +0 -49
  355. package/esm2022/lib/datatable/components/icon-cell/icon-cell.component.mjs +0 -67
  356. package/esm2022/lib/datatable/components/json-cell/json-cell.component.mjs +0 -86
  357. package/esm2022/lib/datatable/components/location-cell/location-cell.component.mjs +0 -69
  358. package/esm2022/lib/datatable/components/mocks/datatable.mock.mjs +0 -153
  359. package/esm2022/lib/datatable/components/number-cell/number-cell.component.mjs +0 -42
  360. package/esm2022/lib/datatable/data/data-column.model.mjs +0 -18
  361. package/esm2022/lib/datatable/data/data-row-event.model.mjs +0 -26
  362. package/esm2022/lib/datatable/data/data-row-update.model.mjs +0 -18
  363. package/esm2022/lib/datatable/data/data-row.model.mjs +0 -18
  364. package/esm2022/lib/datatable/data/data-sorting.model.mjs +0 -24
  365. package/esm2022/lib/datatable/data/data-table.schema.mjs +0 -132
  366. package/esm2022/lib/datatable/data/datatable-adapter.mjs +0 -18
  367. package/esm2022/lib/datatable/data/object-datacolumn.model.mjs +0 -46
  368. package/esm2022/lib/datatable/data/object-datarow.model.mjs +0 -38
  369. package/esm2022/lib/datatable/data/object-datatable-adapter.mjs +0 -134
  370. package/esm2022/lib/datatable/data-column/data-column-header.component.mjs +0 -45
  371. package/esm2022/lib/datatable/data-column/data-column-list.component.mjs +0 -36
  372. package/esm2022/lib/datatable/data-column/data-column.component.mjs +0 -114
  373. package/esm2022/lib/datatable/data-column/index.mjs +0 -18
  374. package/esm2022/lib/datatable/data-column/public-api.mjs +0 -20
  375. package/esm2022/lib/datatable/datatable.module.mjs +0 -161
  376. package/esm2022/lib/datatable/directives/custom-empty-content-template.directive.mjs +0 -35
  377. package/esm2022/lib/datatable/directives/custom-loading-template.directive.mjs +0 -30
  378. package/esm2022/lib/datatable/directives/custom-no-permission-template.directive.mjs +0 -35
  379. package/esm2022/lib/datatable/directives/drop-zone.directive.mjs +0 -89
  380. package/esm2022/lib/datatable/directives/header-filter-template.directive.mjs +0 -43
  381. package/esm2022/lib/datatable/directives/loading-template.directive.mjs +0 -46
  382. package/esm2022/lib/datatable/directives/main-data-table-action-template.directive.mjs +0 -43
  383. package/esm2022/lib/datatable/directives/no-content-template.directive.mjs +0 -46
  384. package/esm2022/lib/datatable/directives/no-permission-template.directive.mjs +0 -46
  385. package/esm2022/lib/datatable/directives/resizable/resizable.directive.mjs +0 -173
  386. package/esm2022/lib/datatable/directives/resizable/resize-handle.directive.mjs +0 -72
  387. package/esm2022/lib/datatable/directives/resizable/types.mjs +0 -18
  388. package/esm2022/lib/datatable/index.mjs +0 -18
  389. package/esm2022/lib/datatable/public-api.mjs +0 -55
  390. package/esm2022/lib/datatable/services/datatable.service.mjs +0 -33
  391. package/esm2022/lib/dialogs/confirm-dialog/confirm.dialog.mjs +0 -50
  392. package/esm2022/lib/dialogs/confirm-dialog/confirm.dialog.module.mjs +0 -38
  393. package/esm2022/lib/dialogs/dialog/dialog-data.interface.mjs +0 -18
  394. package/esm2022/lib/dialogs/dialog/dialog.component.mjs +0 -71
  395. package/esm2022/lib/dialogs/dialog/dialog.model.mjs +0 -22
  396. package/esm2022/lib/dialogs/dialog/index.mjs +0 -20
  397. package/esm2022/lib/dialogs/edit-json/edit-json.dialog.mjs +0 -51
  398. package/esm2022/lib/dialogs/edit-json/edit-json.dialog.module.mjs +0 -38
  399. package/esm2022/lib/dialogs/index.mjs +0 -18
  400. package/esm2022/lib/dialogs/public-api.mjs +0 -25
  401. package/esm2022/lib/dialogs/unsaved-changes-dialog/unsaved-changes-dialog.component.mjs +0 -74
  402. package/esm2022/lib/dialogs/unsaved-changes-dialog/unsaved-changes-dialog.model.mjs +0 -18
  403. package/esm2022/lib/dialogs/unsaved-changes-dialog/unsaved-changes-dialog.module.mjs +0 -33
  404. package/esm2022/lib/dialogs/unsaved-changes-dialog/unsaved-changes.guard.mjs +0 -64
  405. package/esm2022/lib/directives/directive.module.mjs +0 -56
  406. package/esm2022/lib/directives/highlight.directive.mjs +0 -67
  407. package/esm2022/lib/directives/index.mjs +0 -18
  408. package/esm2022/lib/directives/infinite-select-scroll.directive.mjs +0 -67
  409. package/esm2022/lib/directives/logout.directive.mjs +0 -72
  410. package/esm2022/lib/directives/public-api.mjs +0 -24
  411. package/esm2022/lib/directives/tooltip-card/tooltip-card.component.mjs +0 -60
  412. package/esm2022/lib/directives/tooltip-card/tooltip-card.directive.mjs +0 -104
  413. package/esm2022/lib/directives/upload.directive.mjs +0 -241
  414. package/esm2022/lib/dynamic-chip-list/chip.mjs +0 -18
  415. package/esm2022/lib/dynamic-chip-list/dynamic-chip-list.component.mjs +0 -205
  416. package/esm2022/lib/dynamic-chip-list/dynamic-chip-list.module.mjs +0 -33
  417. package/esm2022/lib/dynamic-chip-list/index.mjs +0 -18
  418. package/esm2022/lib/dynamic-chip-list/public-api.mjs +0 -20
  419. package/esm2022/lib/events/base-ui.event.mjs +0 -21
  420. package/esm2022/lib/events/base.event.mjs +0 -29
  421. package/esm2022/lib/events/index.mjs +0 -18
  422. package/esm2022/lib/events/public-api.mjs +0 -19
  423. package/esm2022/lib/form/components/form-base.component.mjs +0 -229
  424. package/esm2022/lib/form/components/form-custom-button.directive.mjs +0 -30
  425. package/esm2022/lib/form/components/form-field/form-field.component.mjs +0 -142
  426. package/esm2022/lib/form/components/form-renderer.component.mjs +0 -171
  427. package/esm2022/lib/form/components/form-section/form-section.component.mjs +0 -46
  428. package/esm2022/lib/form/components/inplace-form-input/inplace-form-input.component.mjs +0 -37
  429. package/esm2022/lib/form/components/middlewares/decimal-middleware.service.mjs +0 -48
  430. package/esm2022/lib/form/components/middlewares/middleware.mjs +0 -19
  431. package/esm2022/lib/form/components/widgets/amount/amount.widget.mjs +0 -78
  432. package/esm2022/lib/form/components/widgets/base-viewer/base-viewer.widget.mjs +0 -60
  433. package/esm2022/lib/form/components/widgets/checkbox/checkbox.widget.mjs +0 -53
  434. package/esm2022/lib/form/components/widgets/core/container-column.model.mjs +0 -28
  435. package/esm2022/lib/form/components/widgets/core/container.model.mjs +0 -50
  436. package/esm2022/lib/form/components/widgets/core/content-link.model.mjs +0 -52
  437. package/esm2022/lib/form/components/widgets/core/displayable-cm-properties.model.mjs +0 -18
  438. package/esm2022/lib/form/components/widgets/core/error-message.model.mjs +0 -38
  439. package/esm2022/lib/form/components/widgets/core/external-content-link.mjs +0 -18
  440. package/esm2022/lib/form/components/widgets/core/external-content.mjs +0 -18
  441. package/esm2022/lib/form/components/widgets/core/form-field-file-source.mjs +0 -18
  442. package/esm2022/lib/form/components/widgets/core/form-field-metadata.mjs +0 -18
  443. package/esm2022/lib/form/components/widgets/core/form-field-option.mjs +0 -18
  444. package/esm2022/lib/form/components/widgets/core/form-field-rule.mjs +0 -18
  445. package/esm2022/lib/form/components/widgets/core/form-field-selected-folder.mjs +0 -18
  446. package/esm2022/lib/form/components/widgets/core/form-field-templates.mjs +0 -18
  447. package/esm2022/lib/form/components/widgets/core/form-field-types.mjs +0 -74
  448. package/esm2022/lib/form/components/widgets/core/form-field-utils.mjs +0 -23
  449. package/esm2022/lib/form/components/widgets/core/form-field-validator.mjs +0 -268
  450. package/esm2022/lib/form/components/widgets/core/form-field-variable-options.mjs +0 -18
  451. package/esm2022/lib/form/components/widgets/core/form-field.model.mjs +0 -490
  452. package/esm2022/lib/form/components/widgets/core/form-outcome-event.model.mjs +0 -32
  453. package/esm2022/lib/form/components/widgets/core/form-outcome.model.mjs +0 -38
  454. package/esm2022/lib/form/components/widgets/core/form-values.mjs +0 -18
  455. package/esm2022/lib/form/components/widgets/core/form-variable.model.mjs +0 -18
  456. package/esm2022/lib/form/components/widgets/core/form-widget.model.mjs +0 -33
  457. package/esm2022/lib/form/components/widgets/core/form.model.mjs +0 -384
  458. package/esm2022/lib/form/components/widgets/core/group.model.mjs +0 -18
  459. package/esm2022/lib/form/components/widgets/core/index.mjs +0 -49
  460. package/esm2022/lib/form/components/widgets/core/predefined-theme.mjs +0 -115
  461. package/esm2022/lib/form/components/widgets/core/process-form-model.interface.mjs +0 -18
  462. package/esm2022/lib/form/components/widgets/core/process-variable.model.mjs +0 -18
  463. package/esm2022/lib/form/components/widgets/core/tab.model.mjs +0 -34
  464. package/esm2022/lib/form/components/widgets/core/theme.model.mjs +0 -18
  465. package/esm2022/lib/form/components/widgets/core/upload-widget-content-link.model.mjs +0 -27
  466. package/esm2022/lib/form/components/widgets/core/widget-schema.model.mjs +0 -18
  467. package/esm2022/lib/form/components/widgets/date/date.widget.mjs +0 -163
  468. package/esm2022/lib/form/components/widgets/date-time/date-time.widget.mjs +0 -153
  469. package/esm2022/lib/form/components/widgets/decimal/decimal.component.mjs +0 -54
  470. package/esm2022/lib/form/components/widgets/display-text/display-text.schema.mjs +0 -86
  471. package/esm2022/lib/form/components/widgets/display-text/display-text.widget.mjs +0 -47
  472. package/esm2022/lib/form/components/widgets/display-text/index.mjs +0 -19
  473. package/esm2022/lib/form/components/widgets/error/error.component.mjs +0 -93
  474. package/esm2022/lib/form/components/widgets/header/header.schema.mjs +0 -86
  475. package/esm2022/lib/form/components/widgets/header/header.widget.mjs +0 -43
  476. package/esm2022/lib/form/components/widgets/header/index.mjs +0 -19
  477. package/esm2022/lib/form/components/widgets/hyperlink/hyperlink.widget.mjs +0 -71
  478. package/esm2022/lib/form/components/widgets/index.mjs +0 -71
  479. package/esm2022/lib/form/components/widgets/json/json.widget.mjs +0 -67
  480. package/esm2022/lib/form/components/widgets/multiline-text/multiline-text.widget.mjs +0 -56
  481. package/esm2022/lib/form/components/widgets/number/number.widget.mjs +0 -66
  482. package/esm2022/lib/form/components/widgets/reactive-widget.interface.mjs +0 -18
  483. package/esm2022/lib/form/components/widgets/text/text-mask.component.mjs +0 -215
  484. package/esm2022/lib/form/components/widgets/text/text.widget.mjs +0 -66
  485. package/esm2022/lib/form/components/widgets/unknown/unknown.widget.mjs +0 -63
  486. package/esm2022/lib/form/components/widgets/widget.component.mjs +0 -110
  487. package/esm2022/lib/form/events/form-error.event.mjs +0 -24
  488. package/esm2022/lib/form/events/form-field.event.mjs +0 -24
  489. package/esm2022/lib/form/events/form-rules.event.mjs +0 -25
  490. package/esm2022/lib/form/events/form-spinner.event.mjs +0 -23
  491. package/esm2022/lib/form/events/form.event.mjs +0 -29
  492. package/esm2022/lib/form/events/index.mjs +0 -24
  493. package/esm2022/lib/form/events/validate-form-field.event.mjs +0 -24
  494. package/esm2022/lib/form/events/validate-form.event.mjs +0 -25
  495. package/esm2022/lib/form/form-base.module.mjs +0 -90
  496. package/esm2022/lib/form/index.mjs +0 -18
  497. package/esm2022/lib/form/models/form-rules.model.mjs +0 -77
  498. package/esm2022/lib/form/models/task-process-variable.model.mjs +0 -19
  499. package/esm2022/lib/form/models/widget-visibility.model.mjs +0 -104
  500. package/esm2022/lib/form/pipes/field-style.pipe.mjs +0 -45
  501. package/esm2022/lib/form/pipes/index.mjs +0 -18
  502. package/esm2022/lib/form/public-api.mjs +0 -34
  503. package/esm2022/lib/form/services/form-rendering.service.mjs +0 -53
  504. package/esm2022/lib/form/services/form-validation-service.interface.mjs +0 -18
  505. package/esm2022/lib/form/services/form.service.mjs +0 -86
  506. package/esm2022/lib/form/services/widget-visibility.service.mjs +0 -294
  507. package/esm2022/lib/header/header.component.mjs +0 -73
  508. package/esm2022/lib/header/index.mjs +0 -18
  509. package/esm2022/lib/header/navbar/navbar-item.component.mjs +0 -37
  510. package/esm2022/lib/header/navbar/navbar.component.mjs +0 -36
  511. package/esm2022/lib/header/public-api.mjs +0 -20
  512. package/esm2022/lib/icon/icon.component.mjs +0 -51
  513. package/esm2022/lib/icon/icon.module.mjs +0 -36
  514. package/esm2022/lib/icon/index.mjs +0 -18
  515. package/esm2022/lib/icon/public-api.mjs +0 -19
  516. package/esm2022/lib/identity-user-info/identity-user-info.component.mjs +0 -87
  517. package/esm2022/lib/identity-user-info/identity-user-info.module.mjs +0 -33
  518. package/esm2022/lib/identity-user-info/index.mjs +0 -18
  519. package/esm2022/lib/identity-user-info/public-api.mjs +0 -19
  520. package/esm2022/lib/info-drawer/index.mjs +0 -18
  521. package/esm2022/lib/info-drawer/info-drawer-layout.component.mjs +0 -71
  522. package/esm2022/lib/info-drawer/info-drawer.component.mjs +0 -114
  523. package/esm2022/lib/info-drawer/info-drawer.module.mjs +0 -53
  524. package/esm2022/lib/info-drawer/public-api.mjs +0 -20
  525. package/esm2022/lib/interface/index.mjs +0 -18
  526. package/esm2022/lib/interface/injection.tokens.mjs +0 -19
  527. package/esm2022/lib/interface/public-api.mjs +0 -18
  528. package/esm2022/lib/language-menu/index.mjs +0 -18
  529. package/esm2022/lib/language-menu/language-menu.component.mjs +0 -61
  530. package/esm2022/lib/language-menu/language-menu.module.mjs +0 -35
  531. package/esm2022/lib/language-menu/language-picker.component.mjs +0 -78
  532. package/esm2022/lib/language-menu/public-api.mjs +0 -21
  533. package/esm2022/lib/language-menu/service/language.service.interface.mjs +0 -18
  534. package/esm2022/lib/language-menu/service/language.service.mjs +0 -33
  535. package/esm2022/lib/layout/components/header/header.component.mjs +0 -100
  536. package/esm2022/lib/layout/components/layout-container/layout-container.component.mjs +0 -180
  537. package/esm2022/lib/layout/components/sidebar-action/sidebar-action-menu.component.mjs +0 -82
  538. package/esm2022/lib/layout/components/sidenav-layout/sidenav-layout.component.mjs +0 -145
  539. package/esm2022/lib/layout/directives/sidenav-layout-content.directive.mjs +0 -33
  540. package/esm2022/lib/layout/directives/sidenav-layout-header.directive.mjs +0 -33
  541. package/esm2022/lib/layout/directives/sidenav-layout-navigation.directive.mjs +0 -33
  542. package/esm2022/lib/layout/index.mjs +0 -18
  543. package/esm2022/lib/layout/layout.module.mjs +0 -72
  544. package/esm2022/lib/layout/public-api.mjs +0 -25
  545. package/esm2022/lib/login/components/login/login.component.mjs +0 -368
  546. package/esm2022/lib/login/components/login-dialog/login-dialog-component-data.interface.mjs +0 -18
  547. package/esm2022/lib/login/components/login-dialog/login-dialog.component.mjs +0 -58
  548. package/esm2022/lib/login/components/login-dialog-panel/login-dialog-panel.component.mjs +0 -48
  549. package/esm2022/lib/login/directives/login-footer.directive.mjs +0 -41
  550. package/esm2022/lib/login/directives/login-header.directive.mjs +0 -41
  551. package/esm2022/lib/login/index.mjs +0 -18
  552. package/esm2022/lib/login/login.module.mjs +0 -54
  553. package/esm2022/lib/login/models/login-error.event.mjs +0 -22
  554. package/esm2022/lib/login/models/login-submit.event.mjs +0 -32
  555. package/esm2022/lib/login/models/login-success.event.mjs +0 -24
  556. package/esm2022/lib/login/public-api.mjs +0 -27
  557. package/esm2022/lib/material.module.mjs +0 -254
  558. package/esm2022/lib/mock/cookie.service.mock.mjs +0 -43
  559. package/esm2022/lib/mock/data-column.mock.mjs +0 -73
  560. package/esm2022/lib/mock/event.mock.mjs +0 -39
  561. package/esm2022/lib/mock/form/form-definition-readonly.mock.mjs +0 -225
  562. package/esm2022/lib/mock/form/form-definition-visibility.mock.mjs +0 -347
  563. package/esm2022/lib/mock/form/form-definition.mock.mjs +0 -403
  564. package/esm2022/lib/mock/form/form.component.mock.mjs +0 -275
  565. package/esm2022/lib/mock/form/form.service.mock.mjs +0 -248
  566. package/esm2022/lib/mock/form/widget-visibility.service.mock.mjs +0 -1835
  567. package/esm2022/lib/mock/index.mjs +0 -18
  568. package/esm2022/lib/mock/public-api.mjs +0 -27
  569. package/esm2022/lib/mock/translation.service.mock.mjs +0 -44
  570. package/esm2022/lib/models/comment.model.mjs +0 -51
  571. package/esm2022/lib/models/component.model.mjs +0 -24
  572. package/esm2022/lib/models/decimal-number.model.mjs +0 -26
  573. package/esm2022/lib/models/general-user.model.mjs +0 -24
  574. package/esm2022/lib/models/index.mjs +0 -18
  575. package/esm2022/lib/models/pagination.model.mjs +0 -29
  576. package/esm2022/lib/models/path.model.mjs +0 -24
  577. package/esm2022/lib/models/product-version.model.mjs +0 -28
  578. package/esm2022/lib/models/public-api.mjs +0 -24
  579. package/esm2022/lib/models/request-pagination.model.mjs +0 -25
  580. package/esm2022/lib/notifications/components/add-notification.stories.component.mjs +0 -44
  581. package/esm2022/lib/notifications/components/notification-history.component.mjs +0 -139
  582. package/esm2022/lib/notifications/helpers/notification.factory.mjs +0 -43
  583. package/esm2022/lib/notifications/index.mjs +0 -18
  584. package/esm2022/lib/notifications/models/notification.model.mjs +0 -25
  585. package/esm2022/lib/notifications/notification-history.module.mjs +0 -35
  586. package/esm2022/lib/notifications/public-api.mjs +0 -23
  587. package/esm2022/lib/notifications/services/notification.service.mjs +0 -166
  588. package/esm2022/lib/pagination/index.mjs +0 -18
  589. package/esm2022/lib/pagination/infinite-pagination.component.mjs +0 -112
  590. package/esm2022/lib/pagination/paginated-component.interface.mjs +0 -18
  591. package/esm2022/lib/pagination/pagination-component.interface.mjs +0 -18
  592. package/esm2022/lib/pagination/pagination.component.mjs +0 -263
  593. package/esm2022/lib/pagination/pagination.module.mjs +0 -35
  594. package/esm2022/lib/pagination/public-api.mjs +0 -22
  595. package/esm2022/lib/pipes/date-time.pipe.mjs +0 -46
  596. package/esm2022/lib/pipes/decimal-number.pipe.mjs +0 -78
  597. package/esm2022/lib/pipes/file-size.pipe.mjs +0 -54
  598. package/esm2022/lib/pipes/file-type.pipe.mjs +0 -40
  599. package/esm2022/lib/pipes/format-space.pipe.mjs +0 -39
  600. package/esm2022/lib/pipes/full-name.pipe.mjs +0 -43
  601. package/esm2022/lib/pipes/index.mjs +0 -18
  602. package/esm2022/lib/pipes/localized-date.pipe.mjs +0 -70
  603. package/esm2022/lib/pipes/multi-value.pipe.mjs +0 -37
  604. package/esm2022/lib/pipes/pipe.module.mjs +0 -83
  605. package/esm2022/lib/pipes/public-api.mjs +0 -30
  606. package/esm2022/lib/pipes/text-highlight.pipe.mjs +0 -39
  607. package/esm2022/lib/pipes/time-ago.pipe.mjs +0 -65
  608. package/esm2022/lib/pipes/truncate.pipe.mjs +0 -33
  609. package/esm2022/lib/pipes/user-initial.pipe.mjs +0 -52
  610. package/esm2022/lib/pipes/user-like.interface.mjs +0 -18
  611. package/esm2022/lib/progress/progress.component.mjs +0 -90
  612. package/esm2022/lib/search-text/animations.mjs +0 -32
  613. package/esm2022/lib/search-text/index.mjs +0 -18
  614. package/esm2022/lib/search-text/models/search-text-input.model.mjs +0 -23
  615. package/esm2022/lib/search-text/public-api.mjs +0 -22
  616. package/esm2022/lib/search-text/search-text-input.component.mjs +0 -294
  617. package/esm2022/lib/search-text/search-text-input.module.mjs +0 -35
  618. package/esm2022/lib/search-text/search-trigger.directive.mjs +0 -181
  619. package/esm2022/lib/snackbar-content/index.mjs +0 -18
  620. package/esm2022/lib/snackbar-content/public-api.mjs +0 -20
  621. package/esm2022/lib/snackbar-content/snack-bar-data.mjs +0 -18
  622. package/esm2022/lib/snackbar-content/snackbar-content.component.mjs +0 -48
  623. package/esm2022/lib/snackbar-content/snackbar-content.module.mjs +0 -38
  624. package/esm2022/lib/sorting-picker/index.mjs +0 -18
  625. package/esm2022/lib/sorting-picker/public-api.mjs +0 -18
  626. package/esm2022/lib/sorting-picker/sorting-picker.component.mjs +0 -68
  627. package/esm2022/lib/templates/empty-content/empty-content.component.mjs +0 -44
  628. package/esm2022/lib/templates/error-content/error-content.component.mjs +0 -62
  629. package/esm2022/lib/templates/index.mjs +0 -18
  630. package/esm2022/lib/templates/public-api.mjs +0 -20
  631. package/esm2022/lib/templates/template.module.mjs +0 -38
  632. package/esm2022/lib/testing/core.story.module.mjs +0 -39
  633. package/esm2022/lib/testing/core.testing.module.mjs +0 -35
  634. package/esm2022/lib/testing/index.mjs +0 -22
  635. package/esm2022/lib/testing/noop-auth.module.mjs +0 -80
  636. package/esm2022/lib/testing/noop-translate.module.mjs +0 -61
  637. package/esm2022/lib/testing/unit-testing-utils.mjs +0 -364
  638. package/esm2022/lib/toolbar/index.mjs +0 -18
  639. package/esm2022/lib/toolbar/public-api.mjs +0 -21
  640. package/esm2022/lib/toolbar/toolbar-divider.component.mjs +0 -27
  641. package/esm2022/lib/toolbar/toolbar-title.component.mjs +0 -32
  642. package/esm2022/lib/toolbar/toolbar.component.mjs +0 -40
  643. package/esm2022/lib/toolbar/toolbar.module.mjs +0 -36
  644. package/esm2022/lib/translation/index.mjs +0 -18
  645. package/esm2022/lib/translation/public-api.mjs +0 -19
  646. package/esm2022/lib/translation/translate-loader.service.mjs +0 -148
  647. package/esm2022/lib/translation/translation.service.mjs +0 -148
  648. package/esm2022/lib/viewer/components/download-prompt-dialog/download-prompt-dialog.component.mjs +0 -37
  649. package/esm2022/lib/viewer/components/img-viewer/img-viewer.component.mjs +0 -218
  650. package/esm2022/lib/viewer/components/media-player/media-player.component.mjs +0 -61
  651. package/esm2022/lib/viewer/components/pdf-viewer/pdf-viewer.component.mjs +0 -509
  652. package/esm2022/lib/viewer/components/pdf-viewer-password-dialog/pdf-viewer-password-dialog.mjs +0 -61
  653. package/esm2022/lib/viewer/components/pdf-viewer-thumb/pdf-viewer-thumb.component.mjs +0 -49
  654. package/esm2022/lib/viewer/components/pdf-viewer-thumbnails/pdf-viewer-thumbnails.component.mjs +0 -198
  655. package/esm2022/lib/viewer/components/txt-viewer/txt-viewer.component.mjs +0 -77
  656. package/esm2022/lib/viewer/components/unknown-format/unknown-format.component.mjs +0 -31
  657. package/esm2022/lib/viewer/components/viewer-more-actions.component.mjs +0 -34
  658. package/esm2022/lib/viewer/components/viewer-open-with.component.mjs +0 -34
  659. package/esm2022/lib/viewer/components/viewer-render/viewer-render.component.mjs +0 -205
  660. package/esm2022/lib/viewer/components/viewer-sidebar.component.mjs +0 -46
  661. package/esm2022/lib/viewer/components/viewer-toolbar-actions.component.mjs +0 -34
  662. package/esm2022/lib/viewer/components/viewer-toolbar-custom-actions.component.mjs +0 -34
  663. package/esm2022/lib/viewer/components/viewer-toolbar.component.mjs +0 -34
  664. package/esm2022/lib/viewer/components/viewer.component.mjs +0 -441
  665. package/esm2022/lib/viewer/directives/viewer-extension.directive.mjs +0 -67
  666. package/esm2022/lib/viewer/index.mjs +0 -18
  667. package/esm2022/lib/viewer/models/download-prompt.actions.mjs +0 -23
  668. package/esm2022/lib/viewer/models/viewer.model.mjs +0 -22
  669. package/esm2022/lib/viewer/public-api.mjs +0 -40
  670. package/esm2022/lib/viewer/services/rendering-queue.services.mjs +0 -179
  671. package/esm2022/lib/viewer/services/view-util.service.mjs +0 -149
  672. package/esm2022/lib/viewer/viewer.module.mjs +0 -112
  673. package/esm2022/public-api.mjs +0 -60
  674. package/esm2022/shell/alfresco-adf-core-shell.mjs +0 -5
  675. package/esm2022/shell/index.mjs +0 -20
  676. package/esm2022/shell/lib/components/shell/shell.component.mjs +0 -122
  677. package/esm2022/shell/lib/services/shell-app.service.mjs +0 -22
  678. package/esm2022/shell/lib/shell.module.mjs +0 -79
  679. package/esm2022/shell/lib/shell.routes.mjs +0 -25
  680. package/lib/prebuilt-themes/adf-blue-orange.css +0 -1
  681. package/lib/prebuilt-themes/adf-blue-purple.css +0 -1
  682. package/lib/prebuilt-themes/adf-cyan-orange.css +0 -1
  683. package/lib/prebuilt-themes/adf-cyan-purple.css +0 -1
  684. package/lib/prebuilt-themes/adf-green-orange.css +0 -1
  685. package/lib/prebuilt-themes/adf-green-purple.css +0 -1
  686. package/lib/prebuilt-themes/adf-indigo-pink.css +0 -1
  687. package/lib/prebuilt-themes/adf-pink-bluegrey.css +0 -1
  688. package/lib/prebuilt-themes/adf-purple-green.css +0 -1
  689. package/lib/styles/_colors.scss +0 -240
  690. package/lib/styles/_components-variables.scss +0 -105
  691. package/lib/styles/_reference-variables.scss +0 -33
  692. package/lib/styles/prebuilt/_all-theme.scss +0 -1
  693. package/lib/styles/prebuilt/adf-blue-orange.scss +0 -21
  694. package/lib/styles/prebuilt/adf-blue-purple.scss +0 -21
  695. package/lib/styles/prebuilt/adf-cyan-orange.scss +0 -21
  696. package/lib/styles/prebuilt/adf-cyan-purple.scss +0 -21
  697. package/lib/styles/prebuilt/adf-green-orange.scss +0 -21
  698. package/lib/styles/prebuilt/adf-green-purple.scss +0 -21
  699. package/lib/styles/prebuilt/adf-indigo-pink.scss +0 -22
  700. package/lib/styles/prebuilt/adf-pink-bluegrey.scss +0 -22
  701. package/lib/styles/prebuilt/adf-purple-green.scss +0 -22
  702. package/lib/styles/snackbar.theme.scss +0 -13
@@ -1 +1 @@
1
- {"version":3,"file":"alfresco-adf-core-shell.mjs","sources":["../../../../lib/core/shell/src/lib/services/shell-app.service.ts","../../../../lib/core/shell/src/lib/components/shell/shell.component.ts","../../../../lib/core/shell/src/lib/components/shell/shell.component.html","../../../../lib/core/shell/src/lib/shell.routes.ts","../../../../lib/core/shell/src/lib/shell.module.ts","../../../../lib/core/shell/src/index.ts","../../../../lib/core/shell/src/alfresco-adf-core-shell.ts"],"sourcesContent":["/*!\n * @license\n * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\nimport { InjectionToken } from '@angular/core';\nimport { CanActivateFn, CanActivateChildFn } from '@angular/router';\nimport { Observable } from 'rxjs';\n\nexport interface ShellPreferencesService {\n set(preferenceKey: string, value: any): void;\n get(preferenceKey: string, defaultValue: string): string;\n}\n\nexport interface ShellAppService {\n pageHeading$: Observable<string>;\n hideSidenavConditions: string[];\n minimizeSidenavConditions: string[];\n preferencesService: ShellPreferencesService;\n}\n\nexport const SHELL_APP_SERVICE = new InjectionToken<ShellAppService>('SHELL_APP_SERVICE');\n\nexport const SHELL_AUTH_TOKEN = new InjectionToken<CanActivateFn | CanActivateChildFn>('SHELL_AUTH_TOKEN');\nexport const SHELL_NAVBAR_MIN_WIDTH = new InjectionToken<number>('SHELL_NAVBAR_MIN_WIDTH');\nexport const SHELL_NAVBAR_MAX_WIDTH = new InjectionToken<number>('SHELL_NAVBAR_MAX_WIDTH');\n","/*!\n * @license\n * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\nimport { AppConfigService, SidenavLayoutComponent, SidenavLayoutModule } from '@alfresco/adf-core';\nimport { DynamicExtensionComponent } from '@alfresco/adf-extensions';\nimport { Component, DestroyRef, inject, Inject, OnInit, Optional, ViewChild, ViewEncapsulation } from '@angular/core';\nimport { NavigationEnd, Router, RouterModule } from '@angular/router';\nimport { Observable } from 'rxjs';\nimport { filter, map, withLatestFrom } from 'rxjs/operators';\nimport { BreakpointObserver } from '@angular/cdk/layout';\nimport { Directionality } from '@angular/cdk/bidi';\nimport {\n SHELL_APP_SERVICE,\n SHELL_NAVBAR_MAX_WIDTH,\n SHELL_NAVBAR_MIN_WIDTH,\n ShellAppService\n} from '../../services/shell-app.service';\nimport { CommonModule } from '@angular/common';\nimport { takeUntilDestroyed } from '@angular/core/rxjs-interop';\n\n@Component({\n selector: 'app-shell',\n standalone: true,\n imports: [CommonModule, SidenavLayoutModule, RouterModule, DynamicExtensionComponent],\n templateUrl: './shell.component.html',\n styleUrls: ['./shell.component.scss'],\n encapsulation: ViewEncapsulation.None,\n host: { class: 'app-shell' }\n})\nexport class ShellLayoutComponent implements OnInit {\n @ViewChild('layout', { static: true })\n layout: SidenavLayoutComponent;\n\n isSmallScreen$: Observable<boolean>;\n\n expandedSidenav: boolean;\n minimizeSidenav = false;\n hideSidenav = false;\n sidenavMin: number;\n sidenavMax: number;\n direction: Directionality;\n\n private readonly destroyRef = inject(DestroyRef);\n\n constructor(\n private router: Router,\n private appConfigService: AppConfigService,\n private breakpointObserver: BreakpointObserver,\n @Inject(SHELL_APP_SERVICE) private shellService: ShellAppService,\n @Optional() @Inject(SHELL_NAVBAR_MIN_WIDTH) navBarMinWidth: number,\n @Optional() @Inject(SHELL_NAVBAR_MAX_WIDTH) navbarMaxWidth: number\n ) {\n this.sidenavMin = navBarMinWidth ?? 70;\n this.sidenavMax = navbarMaxWidth ?? 320;\n }\n\n ngOnInit() {\n this.isSmallScreen$ = this.breakpointObserver.observe(['(max-width: 600px)']).pipe(map((result) => result.matches));\n\n this.hideSidenav = this.shellService.hideSidenavConditions.some((el) => this.router.routerState.snapshot.url.includes(el));\n this.minimizeSidenav = this.shellService.minimizeSidenavConditions.some((el) => this.router.routerState.snapshot.url.includes(el));\n\n if (!this.minimizeSidenav) {\n this.expandedSidenav = this.getSidenavState();\n } else {\n this.expandedSidenav = false;\n }\n\n this.router.events\n .pipe(\n withLatestFrom(this.isSmallScreen$),\n filter(([event, isSmallScreen]) => isSmallScreen && event instanceof NavigationEnd),\n takeUntilDestroyed(this.destroyRef)\n )\n .subscribe(() => {\n this.layout.container.sidenav.close();\n });\n\n this.router.events\n .pipe(\n filter((event) => event instanceof NavigationEnd),\n takeUntilDestroyed(this.destroyRef)\n )\n .subscribe((event: NavigationEnd) => {\n this.minimizeSidenav = this.shellService.minimizeSidenavConditions.some((el) => event.urlAfterRedirects.includes(el));\n this.hideSidenav = this.shellService.hideSidenavConditions.some((el) => event.urlAfterRedirects.includes(el));\n\n this.updateState();\n });\n }\n hideMenu(event: Event) {\n if (this.layout.container.isMobileScreenSize) {\n event.preventDefault();\n this.layout.container.toggleMenu();\n }\n }\n\n private updateState() {\n if (this.minimizeSidenav && !this.layout.isMenuMinimized) {\n this.layout.isMenuMinimized = true;\n if (!this.layout.container.isMobileScreenSize) {\n this.layout.container.toggleMenu();\n }\n }\n\n if (!this.minimizeSidenav) {\n if (this.getSidenavState() && this.layout.isMenuMinimized) {\n this.layout.isMenuMinimized = false;\n this.layout.container.toggleMenu();\n }\n }\n }\n\n onExpanded(state: boolean) {\n if (!this.minimizeSidenav && this.appConfigService.get('sideNav.preserveState')) {\n this.shellService.preferencesService.set('expandedSidenav', state);\n }\n }\n\n private getSidenavState(): boolean {\n const expand = this.appConfigService.get<boolean>('sideNav.expandedSidenav', true);\n const preserveState = this.appConfigService.get<boolean>('sideNav.preserveState', true);\n\n if (preserveState) {\n return this.shellService.preferencesService.get('expandedSidenav', expand.toString()) === 'true';\n }\n\n return expand;\n }\n}\n","<adf-sidenav-layout\n #layout\n [sidenavMin]=\"sidenavMin\"\n [sidenavMax]=\"sidenavMax\"\n [stepOver]=\"600\"\n [hideSidenav]=\"hideSidenav\"\n [expandedSidenav]=\"expandedSidenav\"\n (expanded)=\"onExpanded($event)\"\n>\n <adf-sidenav-layout-header>\n <ng-template let-isMenuMinimized=\"isMenuMinimized\">\n <div\n role=\"heading\"\n aria-level=\"1\"\n *ngIf=\"!hideSidenav\"\n >\n <adf-dynamic-component id=\"app.layout.header\" [data]=\"{ layout }\" />\n </div>\n </ng-template>\n </adf-sidenav-layout-header>\n\n <adf-sidenav-layout-navigation>\n <ng-template let-isMenuMinimized=\"isMenuMinimized\">\n <div\n (swipeleft)=\"hideMenu($event)\"\n [attr.data-automation-id]=\"isMenuMinimized() ? 'collapsed' : 'expanded'\"\n >\n <adf-dynamic-component\n id=\"app.layout.sidenav\"\n [data]=\"{ layout, mode: layout.isMenuMinimized ? 'collapsed' : 'expanded'}\"\n />\n </div>\n </ng-template>\n </adf-sidenav-layout-navigation>\n\n <adf-sidenav-layout-content>\n <ng-template>\n <router-outlet />\n </ng-template>\n </adf-sidenav-layout-content>\n</adf-sidenav-layout>\n\n<adf-dynamic-component id=\"app.shell.sibling\" />\n\n<router-outlet name=\"viewer\" />\n","/*!\n * @license\n * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\nimport { Route } from '@angular/router';\nimport { ShellLayoutComponent } from './components/shell/shell.component';\nimport { SHELL_AUTH_TOKEN } from './services/shell-app.service';\n\nexport const SHELL_LAYOUT_ROUTE: Route = {\n path: '',\n component: ShellLayoutComponent,\n canActivate: [SHELL_AUTH_TOKEN],\n children: []\n};\n","/*!\n * @license\n * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\nimport { ModuleWithProviders, NgModule } from '@angular/core';\nimport { Routes, provideRoutes, Route } from '@angular/router';\nimport { SHELL_LAYOUT_ROUTE } from './shell.routes';\nimport { ShellLayoutComponent } from './components/shell/shell.component';\n\nexport interface AppShellRoutesConfig {\n shellParentRoute?: Route;\n shellChildren: Routes;\n}\n\n@NgModule({\n imports: [ShellLayoutComponent],\n exports: [ShellLayoutComponent]\n})\nexport class ShellModule {\n static withRoutes(routes: Routes | AppShellRoutesConfig): ModuleWithProviders<ShellModule> {\n if (Array.isArray(routes)) {\n return getModuleForRoutes(routes);\n }\n\n return getModuleForRouteConfig(routes);\n }\n}\n\n/**\n * Resolve module for routes\n *\n * @param routes route configuration\n * @returns module with providers\n */\nfunction getModuleForRoutes(routes: Routes): ModuleWithProviders<ShellModule> {\n const shellLayoutRoute = SHELL_LAYOUT_ROUTE;\n\n routes.forEach((childRoute) => {\n shellLayoutRoute.children.push(childRoute);\n });\n\n return {\n ngModule: ShellModule,\n providers: provideRoutes([shellLayoutRoute])\n };\n}\n\n/**\n * Resolve a module for the route configuration\n *\n * @param config route configuration\n * @returns module with providers\n */\nfunction getModuleForRouteConfig(config: AppShellRoutesConfig): ModuleWithProviders<ShellModule> {\n const shellLayoutRoute = SHELL_LAYOUT_ROUTE;\n\n const shellParentRoute = config.shellParentRoute;\n const shellChildrenRoutes = config.shellChildren;\n\n shellLayoutRoute.children.push(...shellChildrenRoutes);\n\n const rootRoute = shellParentRoute ? shellParentRoute : shellLayoutRoute;\n\n if (config.shellParentRoute) {\n if (rootRoute.children === undefined) {\n rootRoute.children = [];\n }\n\n rootRoute.children.push(shellLayoutRoute);\n }\n\n return {\n ngModule: ShellModule,\n providers: provideRoutes([rootRoute])\n };\n}\n","/*!\n * @license\n * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\nexport * from './lib/shell.module';\nexport * from './lib/services/shell-app.service';\nexport * from './lib/components/shell/shell.component';\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"alfresco-adf-core-shell.mjs","sources":["../../../../lib/core/shell/src/lib/services/shell-app.service.ts","../../../../lib/core/shell/src/lib/components/shell/shell.component.ts","../../../../lib/core/shell/src/lib/components/shell/shell.component.html","../../../../lib/core/shell/src/lib/shell.routes.ts","../../../../lib/core/shell/src/lib/shell.module.ts","../../../../lib/core/shell/src/lib/providers.ts","../../../../lib/core/shell/src/index.ts","../../../../lib/core/shell/src/alfresco-adf-core-shell.ts"],"sourcesContent":["/*!\n * @license\n * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\nimport { InjectionToken } from '@angular/core';\nimport { CanActivateFn, CanActivateChildFn } from '@angular/router';\nimport { Observable } from 'rxjs';\n\nexport interface ShellPreferencesService {\n set(preferenceKey: string, value: any): void;\n get(preferenceKey: string, defaultValue: string): string;\n}\n\nexport interface ShellAppService {\n pageHeading$: Observable<string>;\n hideSidenavConditions: string[];\n minimizeSidenavConditions: string[];\n preferencesService: ShellPreferencesService;\n}\n\nexport const SHELL_APP_SERVICE = new InjectionToken<ShellAppService>('SHELL_APP_SERVICE');\n\nexport const SHELL_AUTH_TOKEN = new InjectionToken<CanActivateFn | CanActivateChildFn>('SHELL_AUTH_TOKEN');\nexport const SHELL_NAVBAR_MIN_WIDTH = new InjectionToken<number>('SHELL_NAVBAR_MIN_WIDTH');\nexport const SHELL_NAVBAR_MAX_WIDTH = new InjectionToken<number>('SHELL_NAVBAR_MAX_WIDTH');\n","/*!\n * @license\n * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\nimport {\n AppConfigService,\n SidenavLayoutComponent,\n SidenavLayoutContentDirective,\n SidenavLayoutHeaderDirective,\n SidenavLayoutNavigationDirective\n} from '@alfresco/adf-core';\nimport { DynamicExtensionComponent } from '@alfresco/adf-extensions';\nimport { Component, DestroyRef, inject, Inject, OnInit, Optional, ViewChild, ViewEncapsulation } from '@angular/core';\nimport { NavigationEnd, Router, RouterModule } from '@angular/router';\nimport { Observable } from 'rxjs';\nimport { filter, map, withLatestFrom } from 'rxjs/operators';\nimport { BreakpointObserver } from '@angular/cdk/layout';\nimport { Directionality } from '@angular/cdk/bidi';\nimport { SHELL_APP_SERVICE, SHELL_NAVBAR_MAX_WIDTH, SHELL_NAVBAR_MIN_WIDTH, ShellAppService } from '../../services/shell-app.service';\nimport { takeUntilDestroyed } from '@angular/core/rxjs-interop';\n\n@Component({\n selector: 'app-shell',\n imports: [\n RouterModule,\n SidenavLayoutHeaderDirective,\n SidenavLayoutNavigationDirective,\n SidenavLayoutContentDirective,\n DynamicExtensionComponent,\n SidenavLayoutComponent\n ],\n templateUrl: './shell.component.html',\n styleUrls: ['./shell.component.scss'],\n encapsulation: ViewEncapsulation.None,\n host: { class: 'app-shell' }\n})\nexport class ShellLayoutComponent implements OnInit {\n @ViewChild('layout', { static: true })\n layout: SidenavLayoutComponent;\n\n isSmallScreen$: Observable<boolean>;\n\n expandedSidenav: boolean;\n minimizeSidenav = false;\n hideSidenav = false;\n sidenavMin: number;\n sidenavMax: number;\n direction: Directionality;\n\n private readonly destroyRef = inject(DestroyRef);\n\n constructor(\n private router: Router,\n private appConfigService: AppConfigService,\n private breakpointObserver: BreakpointObserver,\n @Inject(SHELL_APP_SERVICE) private shellService: ShellAppService,\n @Optional() @Inject(SHELL_NAVBAR_MIN_WIDTH) navBarMinWidth: number,\n @Optional() @Inject(SHELL_NAVBAR_MAX_WIDTH) navbarMaxWidth: number\n ) {\n this.sidenavMin = navBarMinWidth ?? 70;\n this.sidenavMax = navbarMaxWidth ?? 320;\n }\n\n ngOnInit() {\n this.isSmallScreen$ = this.breakpointObserver.observe(['(max-width: 600px)']).pipe(map((result) => result.matches));\n\n this.hideSidenav = this.shellService.hideSidenavConditions.some((el) => this.router.routerState.snapshot.url.includes(el));\n this.minimizeSidenav = this.shellService.minimizeSidenavConditions.some((el) => this.router.routerState.snapshot.url.includes(el));\n\n if (!this.minimizeSidenav) {\n this.expandedSidenav = this.getSidenavState();\n } else {\n this.expandedSidenav = false;\n }\n\n this.router.events\n .pipe(\n withLatestFrom(this.isSmallScreen$),\n filter(([event, isSmallScreen]) => isSmallScreen && event instanceof NavigationEnd),\n takeUntilDestroyed(this.destroyRef)\n )\n .subscribe(() => {\n this.layout.container.sidenav.close();\n });\n\n this.router.events\n .pipe(\n filter((event) => event instanceof NavigationEnd),\n takeUntilDestroyed(this.destroyRef)\n )\n .subscribe((event: NavigationEnd) => {\n this.minimizeSidenav = this.shellService.minimizeSidenavConditions.some((el) => event.urlAfterRedirects.includes(el));\n this.hideSidenav = this.shellService.hideSidenavConditions.some((el) => event.urlAfterRedirects.includes(el));\n\n this.updateState();\n });\n }\n hideMenu(event: Event) {\n if (this.layout.container.isMobileScreenSize) {\n event.preventDefault();\n this.layout.container.toggleMenu();\n }\n }\n\n private updateState() {\n if (this.minimizeSidenav && !this.layout.isMenuMinimized) {\n this.layout.isMenuMinimized = true;\n if (!this.layout.container.isMobileScreenSize) {\n this.layout.container.toggleMenu();\n }\n }\n\n if (!this.minimizeSidenav) {\n if (this.getSidenavState() && this.layout.isMenuMinimized) {\n this.layout.isMenuMinimized = false;\n this.layout.container.toggleMenu();\n }\n }\n }\n\n onExpanded(state: boolean) {\n if (!this.minimizeSidenav && this.appConfigService.get('sideNav.preserveState')) {\n this.shellService.preferencesService.set('expandedSidenav', state);\n }\n }\n\n private getSidenavState(): boolean {\n const expand = this.appConfigService.get<boolean>('sideNav.expandedSidenav', true);\n const preserveState = this.appConfigService.get<boolean>('sideNav.preserveState', true);\n\n if (preserveState) {\n return this.shellService.preferencesService.get('expandedSidenav', expand.toString()) === 'true';\n }\n\n return expand;\n }\n}\n","<adf-sidenav-layout\n #layout\n [sidenavMin]=\"sidenavMin\"\n [sidenavMax]=\"sidenavMax\"\n [stepOver]=\"600\"\n [hideSidenav]=\"hideSidenav\"\n [expandedSidenav]=\"expandedSidenav\"\n (expanded)=\"onExpanded($event)\"\n>\n <adf-sidenav-layout-header>\n <ng-template let-isMenuMinimized=\"isMenuMinimized\">\n @if (!hideSidenav) {\n <div\n role=\"heading\"\n aria-level=\"1\"\n >\n <adf-dynamic-component id=\"app.layout.header\" [data]=\"{ layout }\" />\n </div>\n }\n </ng-template>\n </adf-sidenav-layout-header>\n\n <adf-sidenav-layout-navigation>\n <ng-template let-isMenuMinimized=\"isMenuMinimized\">\n <div\n (swipeleft)=\"hideMenu($event)\"\n [attr.data-automation-id]=\"isMenuMinimized() ? 'collapsed' : 'expanded'\"\n >\n <adf-dynamic-component\n id=\"app.layout.sidenav\"\n [data]=\"{ layout, mode: layout.isMenuMinimized ? 'collapsed' : 'expanded'}\"\n />\n </div>\n </ng-template>\n </adf-sidenav-layout-navigation>\n\n <adf-sidenav-layout-content>\n <ng-template>\n <router-outlet />\n </ng-template>\n </adf-sidenav-layout-content>\n</adf-sidenav-layout>\n\n<adf-dynamic-component id=\"app.shell.sibling\" />\n\n<router-outlet name=\"viewer\" />\n","/*!\n * @license\n * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\nimport { provideRouter, Route, Routes } from '@angular/router';\nimport { ShellLayoutComponent } from './components/shell/shell.component';\nimport { SHELL_AUTH_TOKEN } from './services/shell-app.service';\nimport { EnvironmentProviders } from '@angular/core';\n\nexport const SHELL_LAYOUT_ROUTE: Route = {\n path: '',\n component: ShellLayoutComponent,\n canActivate: [SHELL_AUTH_TOKEN],\n children: []\n};\n\nexport interface AppShellRoutesConfig {\n shellParentRoute?: Route;\n shellChildren: Routes;\n}\n\n/**\n * Provides shell routes for the application.\n *\n * @param routes The routes configuration for the shell.\n * @returns An array of providers for the shell routes.\n */\nexport function provideShellRoutes(routes: Routes | AppShellRoutesConfig): EnvironmentProviders[] {\n const shellLayoutRoute = SHELL_LAYOUT_ROUTE;\n\n if (Array.isArray(routes)) {\n shellLayoutRoute.children.push(...routes);\n return [provideRouter([shellLayoutRoute])];\n }\n\n const shellChildrenRoutes = routes.shellChildren || [];\n if (shellChildrenRoutes.length > 0) {\n shellLayoutRoute.children.push(...shellChildrenRoutes);\n }\n\n const shellParentRoute = routes.shellParentRoute;\n const rootRoute = shellParentRoute || shellLayoutRoute;\n\n if (routes.shellParentRoute) {\n rootRoute.children = rootRoute.children || [];\n rootRoute.children.push(shellLayoutRoute);\n }\n\n return [provideRouter([rootRoute])];\n}\n","/*!\n * @license\n * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\nimport { ModuleWithProviders, NgModule } from '@angular/core';\nimport { Routes, provideRouter } from '@angular/router';\nimport { AppShellRoutesConfig, SHELL_LAYOUT_ROUTE } from './shell.routes';\n\n/** @deprecated use `provideShell` instead */\n@NgModule()\nexport class ShellModule {\n static withRoutes(routes: Routes | AppShellRoutesConfig): ModuleWithProviders<ShellModule> {\n if (Array.isArray(routes)) {\n return getModuleForRoutes(routes);\n }\n\n return getModuleForRouteConfig(routes);\n }\n}\n\n/**\n * Resolve module for routes\n *\n * @param routes route configuration\n * @returns module with providers\n */\nfunction getModuleForRoutes(routes: Routes): ModuleWithProviders<ShellModule> {\n const shellLayoutRoute = SHELL_LAYOUT_ROUTE;\n\n routes.forEach((childRoute) => {\n shellLayoutRoute.children.push(childRoute);\n });\n\n return {\n ngModule: ShellModule,\n providers: [provideRouter([shellLayoutRoute])]\n };\n}\n\n/**\n * Resolve a module for the route configuration\n *\n * @param config route configuration\n * @returns module with providers\n */\nfunction getModuleForRouteConfig(config: AppShellRoutesConfig): ModuleWithProviders<ShellModule> {\n const shellLayoutRoute = SHELL_LAYOUT_ROUTE;\n\n const shellParentRoute = config.shellParentRoute;\n const shellChildrenRoutes = config.shellChildren;\n\n shellLayoutRoute.children.push(...shellChildrenRoutes);\n\n const rootRoute = shellParentRoute ? shellParentRoute : shellLayoutRoute;\n\n if (config.shellParentRoute) {\n if (rootRoute.children === undefined) {\n rootRoute.children = [];\n }\n\n rootRoute.children.push(shellLayoutRoute);\n }\n\n return {\n ngModule: ShellModule,\n providers: [provideRouter([rootRoute])]\n };\n}\n","/*!\n * @license\n * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\nimport { EnvironmentProviders, Provider } from '@angular/core';\nimport { CanActivateChildFn, CanActivateFn, Routes } from '@angular/router';\nimport { AppShellRoutesConfig, provideShellRoutes } from './shell.routes';\nimport { SHELL_APP_SERVICE, SHELL_AUTH_TOKEN, SHELL_NAVBAR_MAX_WIDTH, SHELL_NAVBAR_MIN_WIDTH, ShellAppService } from './services/shell-app.service';\n\nexport interface ProvideShellOpts {\n routes: Routes | AppShellRoutesConfig;\n appService?: ShellAppService;\n authGuard?: CanActivateFn | CanActivateChildFn;\n navBar?: {\n minWidth: number;\n maxWidth: number;\n };\n}\n\n/**\n * Provides Shell-related api and providers\n *\n * @param opts Optional parameters\n * @returns list of Angular providers\n */\nexport function provideShell(opts?: ProvideShellOpts): (Provider | EnvironmentProviders)[] {\n const result: (Provider | EnvironmentProviders)[] = [provideShellRoutes(opts?.routes || [])];\n\n if (opts?.appService) {\n result.push({\n provide: SHELL_APP_SERVICE,\n useValue: opts.appService\n });\n }\n\n if (opts?.authGuard) {\n result.push({\n provide: SHELL_AUTH_TOKEN,\n useValue: opts.authGuard\n });\n }\n\n if (opts?.navBar) {\n result.push({\n provide: SHELL_NAVBAR_MIN_WIDTH,\n useValue: opts.navBar.minWidth ?? 70\n });\n result.push({\n provide: SHELL_NAVBAR_MAX_WIDTH,\n useValue: opts.navBar.maxWidth ?? 320\n });\n }\n\n return result;\n}\n","/*!\n * @license\n * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\nexport * from './lib/shell.module';\nexport * from './lib/services/shell-app.service';\nexport * from './lib/components/shell/shell.component';\nexport * from './lib/shell.routes';\nexport * from './lib/providers';\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":[],"mappings":"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"}
@@ -1,19 +1,19 @@
1
1
  .adf-package-list-table {
2
- background: var(--adf-package-list-table-background);
2
+ background: var(--adf-theme-background-card-color);
3
3
 
4
4
  &__header-row {
5
- min-height: var(--adf-package-list-table-header-min-height);
5
+ min-height: 56px;
6
6
  }
7
7
 
8
8
  &__header-cell {
9
- color: var(--adf-package-list-table-header-cell-color);
9
+ color: var(--adf-theme-foreground-secondary-text-color);
10
10
  }
11
11
 
12
12
  &__row {
13
- min-height: var(--adf-package-list-table-row-min-height);
13
+ min-height: 48px;
14
14
 
15
15
  &-cell {
16
- color: var(--adf-package-list-table-row-cell-color);
16
+ color: var(--adf-theme-foreground-text-color);
17
17
  }
18
18
  }
19
19
  }
@@ -1,15 +1,15 @@
1
1
  .adf-about-server-settings {
2
2
  &__card {
3
- background: var(--adf-about-server-settings-background);
4
- color: var(--adf-about-server-settings-color);
5
- border-radius: var(--adf-about-server-settings-border-radius);
6
- padding: var(--adf-about-server-settings-padding);
3
+ background: var(--adf-theme-background-card-color);
4
+ color: var(--adf-theme-foreground-text-color);
5
+ border-radius: 4px;
6
+ padding: 16px;
7
7
 
8
8
  &:has(p) {
9
9
  border: none;
10
10
 
11
11
  p {
12
- margin: 0 0 10px 0;
12
+ margin: 0 0 10px;
13
13
 
14
14
  &:last-child {
15
15
  margin: 0;
@@ -1,9 +1,9 @@
1
1
  .adf-about-panel {
2
2
  &-header {
3
- height: var(--adf-about-panel-header-height);
3
+ height: 48px;
4
4
 
5
5
  &__title {
6
- color: var(--adf-about-panel-header-title-color);
6
+ color: var(--adf-theme-foreground-text-color);
7
7
  }
8
8
  }
9
- }
9
+ }
@@ -1,5 +1,6 @@
1
1
  import * as i0 from "@angular/core";
2
2
  import * as i1 from "./app-config.pipe";
3
+ /** @deprecated This module is deprecated, consider importing AppConfigPipe directly */
3
4
  export declare class AppConfigModule {
4
5
  static ɵfac: i0.ɵɵFactoryDeclaration<AppConfigModule, never>;
5
6
  static ɵmod: i0.ɵɵNgModuleDeclaration<AppConfigModule, never, [typeof i1.AppConfigPipe], [typeof i1.AppConfigPipe]>;
@@ -0,0 +1,23 @@
1
+ /*!
2
+ * @license
3
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
4
+ *
5
+ * Licensed under the Apache License, Version 2.0 (the "License");
6
+ * you may not use this file except in compliance with the License.
7
+ * You may obtain a copy of the License at
8
+ *
9
+ * http://www.apache.org/licenses/LICENSE-2.0
10
+ *
11
+ * Unless required by applicable law or agreed to in writing, software
12
+ * distributed under the License is distributed on an "AS IS" BASIS,
13
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14
+ * See the License for the specific language governing permissions and
15
+ * limitations under the License.
16
+ */
17
+ import { Provider, EnvironmentProviders } from '@angular/core';
18
+ /**
19
+ * Provides the application configuration for the application.
20
+ *
21
+ * @returns An array of providers to initialize the application configuration.
22
+ */
23
+ export declare function provideAppConfig(): (Provider | EnvironmentProviders)[];
@@ -19,3 +19,4 @@ export * from './debug-app-config.service';
19
19
  export * from './app-config.pipe';
20
20
  export * from './app-config-storage-prefix.factory';
21
21
  export * from './app-config.module';
22
+ export * from './provide-app-config';
@@ -19,9 +19,9 @@ import { OAuthStorage } from 'angular-oauth2-oidc';
19
19
  import { AuthModuleConfig } from './auth-config';
20
20
  import { RedirectAuthService } from './redirect-auth.service';
21
21
  import * as i0 from "@angular/core";
22
- import * as i1 from "./view/authentication-confirmation/authentication-confirmation.component";
23
- import * as i2 from "./auth-routing.module";
24
- import * as i3 from "angular-oauth2-oidc";
22
+ import * as i1 from "./auth-routing.module";
23
+ import * as i2 from "angular-oauth2-oidc";
24
+ import * as i3 from "./view/authentication-confirmation/authentication-confirmation.component";
25
25
  export declare const JWT_STORAGE_SERVICE: InjectionToken<OAuthStorage>;
26
26
  /**
27
27
  * Create a Login Factory function
@@ -37,6 +37,6 @@ export declare function oauthStorageFactory(): OAuthStorage;
37
37
  export declare class AuthModule {
38
38
  static forRoot(config?: AuthModuleConfig): ModuleWithProviders<AuthModule>;
39
39
  static ɵfac: i0.ɵɵFactoryDeclaration<AuthModule, never>;
40
- static ɵmod: i0.ɵɵNgModuleDeclaration<AuthModule, [typeof i1.AuthenticationConfirmationComponent], [typeof i2.AuthRoutingModule, typeof i3.OAuthModule], never>;
40
+ static ɵmod: i0.ɵɵNgModuleDeclaration<AuthModule, never, [typeof i1.AuthRoutingModule, typeof i2.OAuthModule, typeof i3.AuthenticationConfirmationComponent], never>;
41
41
  static ɵinj: i0.ɵɵInjectorDeclaration<AuthModule>;
42
42
  }
@@ -2,5 +2,5 @@ import * as i0 from "@angular/core";
2
2
  export declare class AuthenticationConfirmationComponent {
3
3
  constructor();
4
4
  static ɵfac: i0.ɵɵFactoryDeclaration<AuthenticationConfirmationComponent, never>;
5
- static ɵcmp: i0.ɵɵComponentDeclaration<AuthenticationConfirmationComponent, "ng-component", never, {}, {}, never, never, false, never>;
5
+ static ɵcmp: i0.ɵɵComponentDeclaration<AuthenticationConfirmationComponent, "ng-component", never, {}, {}, never, never, true, never>;
6
6
  }
@@ -10,5 +10,5 @@ export declare abstract class BaseCardView<T extends CardViewItem> {
10
10
  get isReadonlyProperty(): boolean;
11
11
  get hasIcon(): boolean;
12
12
  static ɵfac: i0.ɵɵFactoryDeclaration<BaseCardView<any>, never>;
13
- static ɵdir: i0.ɵɵDirectiveDeclaration<BaseCardView<any>, never, never, { "editable": { "alias": "editable"; "required": false; }; "property": { "alias": "property"; "required": false; }; }, {}, never, never, false, never>;
13
+ static ɵdir: i0.ɵɵDirectiveDeclaration<BaseCardView<any>, never, never, { "editable": { "alias": "editable"; "required": false; }; "property": { "alias": "property"; "required": false; }; }, {}, never, never, true, never>;
14
14
  }
@@ -1,23 +1,22 @@
1
- @import 'styles/mat-selectors';
1
+ @use '../../../styles/mat-selectors' as ms;
2
2
 
3
3
  .adf-property-list {
4
- border: var(--adf-card-view-border);
5
- border-color: var(--adf-card-view-border-color);
6
- border-radius: var(--adf-card-view-border-radius);
4
+ border: unset;
5
+ border-color: var(--adf-theme-foreground-divider-color);
6
+ border-radius: 0;
7
7
 
8
8
  .adf-property-label {
9
9
  color: var(--adf-metadata-property-panel-text-color);
10
10
  display: flex;
11
- padding: 3px 0;
12
11
  line-height: 20px;
12
+
13
+ &.adf-property-readonly-value {
14
+ color: var(--adf-metadata-property-panel-label-color);
15
+ }
13
16
 
14
17
  &.adf-property-value-editable {
15
18
  color: var(--adf-metadata-property-panel-title-color);
16
19
  }
17
-
18
- &.adf-property-readonly-value {
19
- color: var(--adf-metadata-property-panel-label-color);
20
- }
21
20
  }
22
21
 
23
22
  .adf-property-container {
@@ -28,40 +27,46 @@
28
27
  .adf-property-field {
29
28
  width: 100%;
30
29
 
31
- #{mat-form-field-underline} {
30
+ #{ms.$mat-form-field-underline} {
32
31
  display: none;
33
32
  }
34
33
 
35
- #{mat-input-element} {
34
+ #{ms.$mat-input-element} {
36
35
  text-overflow: ellipsis;
37
- color: var(--adf-metadata-property-panel-title-color);
38
- padding: 6px 0;
39
36
  line-height: 20px;
37
+
38
+ &.adf-property-value-editable {
39
+ padding: 6px 0 6px 12px;
40
+
41
+ &:disabled {
42
+ color: var(--adf-metadata-property-panel-label-color);
43
+ }
44
+ }
40
45
  }
41
46
 
42
47
  .adf-card-view__key-value-pairs__row {
43
- #{$mat-input-element} {
48
+ #{ms.$mat-input-element} {
44
49
  margin-top: 0;
45
50
  padding-left: 12px;
46
51
  }
47
52
  }
48
53
 
49
- #{$mat-form-text-field-infix} {
54
+ #{ms.$mat-form-text-field-infix} {
50
55
  border-top-width: 0;
51
56
  }
52
57
 
53
- #{$mat-form-field-flex} {
58
+ #{ms.$mat-form-field-flex} {
54
59
  padding-top: 0;
55
60
  }
56
61
 
57
- #{$mat-form-field-wrapper} {
62
+ #{ms.$mat-form-field-wrapper} {
58
63
  background-color: inherit;
59
64
  padding-bottom: 0;
60
65
  padding-left: 0;
61
66
  padding-right: 0;
62
67
  }
63
68
 
64
- #{$mat-form-field-label} {
69
+ #{ms.$mat-form-field-label} {
65
70
  padding: 0;
66
71
  justify-content: center;
67
72
  display: flex;
@@ -82,17 +87,14 @@
82
87
  }
83
88
 
84
89
  .adf-property-value {
85
- color: var(--adf-metadata-property-panel-title-color);
86
-
87
90
  &.adf-property-value-editable {
88
- color: var(--adf-metadata-property-panel-title-color);
89
91
  background-color: var(--adf-metadata-buttons-background-color);
90
92
  box-sizing: border-box;
91
93
  border-radius: 6px;
92
94
  height: 32px;
93
95
  padding-left: 10px;
94
96
 
95
- #{$mat-input-element} {
97
+ #{ms.$mat-input-element} {
96
98
  color: var(--adf-metadata-action-button-clear-color);
97
99
  padding: 5px 0 6px 12px;
98
100
  margin: 5px 0 0;
@@ -102,7 +104,7 @@
102
104
  &.adf-property-readonly-value {
103
105
  color: var(--adf-metadata-property-panel-label-color);
104
106
 
105
- #{$mat-input-element} {
107
+ #{ms.$mat-input-element} {
106
108
  color: var(--adf-metadata-property-panel-label-color);
107
109
  }
108
110
  }
@@ -1,4 +1,4 @@
1
- @import 'styles/mat-selectors';
1
+ @use '../../../styles/mat-selectors' as ms;
2
2
 
3
3
  .adf {
4
4
  &-array-item-icon {
@@ -22,7 +22,7 @@
22
22
  }
23
23
 
24
24
  &-array-item-more-chip-container {
25
- &#{$mat-card} {
25
+ &#{ms.$mat-card} {
26
26
  box-shadow: none;
27
27
  max-height: 300px;
28
28
  overflow-y: auto;
@@ -30,7 +30,7 @@
30
30
  }
31
31
 
32
32
  &-property-value {
33
- #{$mat-chip-list} {
33
+ #{ms.$mat-chip-list} {
34
34
  padding-top: 6px;
35
35
  }
36
36
  }
@@ -41,11 +41,11 @@
41
41
  display: flex;
42
42
  place-content: center space-between;
43
43
  align-items: center;
44
- background: var(--adf-card-view-array-item-background);
45
- border-color: var(--adf-card-view-array-item-border-color);
46
- border-radius: var(--adf-card-view-array-item-border-radius);
44
+ background: var(--adf-theme-background-card-color);
45
+ border-color: var(--adf-theme-foreground-divider-color);
46
+ border-radius: 0;
47
47
 
48
- #{$mat-chip}:hover {
48
+ #{ms.$mat-chip}:hover {
49
49
  cursor: pointer;
50
50
  }
51
51
  }
@@ -22,6 +22,7 @@ import { UserPreferencesService } from '../../../common/services/user-preference
22
22
  import { BaseCardView } from '../base-card-view';
23
23
  import { ClipboardService } from '../../../clipboard/clipboard.service';
24
24
  import { TranslationService } from '../../../translation/translation.service';
25
+ import { FormControl } from '@angular/forms';
25
26
  import * as i0 from "@angular/core";
26
27
  export declare class CardViewDateItemComponent extends BaseCardView<CardViewDateItemModel> implements OnInit {
27
28
  private dateAdapter;
@@ -32,6 +33,7 @@ export declare class CardViewDateItemComponent extends BaseCardView<CardViewDate
32
33
  displayClearAction: boolean;
33
34
  datepicker: MatDatetimepickerComponent<any>;
34
35
  valueDate: Date;
36
+ cardViewDateTimeControl: FormControl<Date>;
35
37
  private readonly destroyRef;
36
38
  constructor(dateAdapter: DateAdapter<Date>, userPreferencesService: UserPreferencesService, clipboardService: ClipboardService, translateService: TranslationService);
37
39
  ngOnInit(): void;
@@ -1,4 +1,4 @@
1
- @import 'styles/mat-selectors';
1
+ @use '../../../styles/mat-selectors' as ms;
2
2
 
3
3
  .adf-card-view-dateitem {
4
4
  .adf-property-value {
@@ -6,7 +6,6 @@
6
6
  padding-bottom: 6px;
7
7
  line-height: 20px;
8
8
  color: var(--adf-metadata-property-panel-title-color);
9
- border-bottom: 1px solid var(--adf-metadata-property-panel-border-color);
10
9
  margin-top: 10px;
11
10
 
12
11
  &.adf-property-value-editable {
@@ -42,7 +41,6 @@
42
41
  .adf-dateitem-editable {
43
42
  cursor: pointer;
44
43
  width: 100%;
45
- padding: 0 5px;
46
44
 
47
45
  /* stylelint-disable-next-line no-descending-specificity */
48
46
  &-controls {
@@ -50,7 +48,7 @@
50
48
  align-items: center;
51
49
  justify-content: space-between;
52
50
 
53
- #{$mat-icon} {
51
+ #{ms.$mat-icon} {
54
52
  opacity: 0.5;
55
53
 
56
54
  &:hover {
@@ -62,7 +60,7 @@
62
60
  transform: scale(0.8);
63
61
  }
64
62
 
65
- .adf-datepicker-toggle {
63
+ .adf-datepicker-span-button {
66
64
  flex: 1 0 auto;
67
65
  font-size: 14px;
68
66
  }
@@ -1,4 +1,4 @@
1
- @import 'styles/mat-selectors';
1
+ @use '../../../styles/mat-selectors' as ms;
2
2
 
3
3
  .adf-card-view-key-value-pairs-item {
4
4
  .adf-property-col-key {
@@ -28,19 +28,19 @@
28
28
  justify-content: center;
29
29
  }
30
30
 
31
- &__add-btn#{$mat-button} {
31
+ &__add-btn#{ms.$mat-button} {
32
32
  margin-bottom: 20px;
33
33
  }
34
34
 
35
35
  &__read-only {
36
36
  padding-bottom: 20px;
37
37
 
38
- #{$mat-table} {
38
+ #{ms.$mat-table} {
39
39
  box-shadow: none;
40
40
  }
41
41
 
42
- #{$mat-header-row},
43
- #{$mat-row} {
42
+ #{ms.$mat-header-row},
43
+ #{ms.$mat-row} {
44
44
  padding: 0;
45
45
  }
46
46
  }
@@ -1,4 +1,4 @@
1
- @import 'styles/mat-selectors';
1
+ @use '../../../styles/mat-selectors' as ms;
2
2
 
3
3
  .adf-card-view-selectitem {
4
4
  .adf-property-value {
@@ -14,27 +14,28 @@
14
14
  z-index: 1;
15
15
  }
16
16
 
17
- .adf-property-value-editable.adf-property-value-editable {
17
+ .adf-property-value-editable {
18
18
  padding-left: 0;
19
19
 
20
- #{$mat-text-field-no-label} #{$mat-form-field-infix} {
20
+ #{ms.$mat-text-field-no-label} #{ms.$mat-form-field-infix} {
21
21
  padding: 0;
22
22
  }
23
23
 
24
- #{$mat-form-field-wrapper} {
24
+ #{ms.$mat-form-field-wrapper} {
25
25
  background-color: unset;
26
26
  }
27
27
 
28
- #{$mat-select} {
28
+ #{ms.$mat-select} {
29
29
  margin-top: 0;
30
30
  border-radius: 6px;
31
31
 
32
- #{$mat-select-value} {
32
+ #{ms.$mat-select-value} {
33
33
  color: var(--adf-metadata-action-button-clear-color);
34
34
  }
35
35
 
36
- #{$mat-select-trigger} {
37
- padding: 6px 12px 6px 6px;
36
+ #{ms.$mat-select-trigger} {
37
+ padding-left: 6px;
38
+ padding-right: 6px;
38
39
  }
39
40
  }
40
41
  }
@@ -43,21 +44,31 @@
43
44
  padding-left: 10px;
44
45
  }
45
46
 
46
- #{$mat-form-field-subscript-wrapper} {
47
+ #{ms.$mat-form-field-subscript-wrapper} {
47
48
  display: none;
48
49
  }
49
50
 
50
51
  .adf-property-read-only {
52
+ text-overflow: ellipsis;
53
+ overflow: hidden;
54
+ white-space: nowrap;
55
+ cursor: default;
51
56
  padding: 6px 0;
52
57
  border-bottom: 1px solid var(--adf-metadata-property-panel-border-color);
53
- color: var(--adf-metadata-property-panel-title-color);
54
58
  }
55
59
 
56
- #{$mat-line-ripple} {
60
+ #{ms.$mat-line-ripple} {
57
61
  display: none;
58
62
  }
59
63
 
60
64
  .adf-property-readonly-value {
61
65
  color: var(--adf-metadata-property-panel-label-color);
62
66
  }
67
+
68
+ .adf-property-label {
69
+ &-non-editable {
70
+ cursor: default;
71
+ font-size: 10px;
72
+ }
73
+ }
63
74
  }
@@ -1,4 +1,4 @@
1
- @import 'styles/mat-selectors';
1
+ @use '../../../../styles/mat-selectors' as ms;
2
2
 
3
3
  $select-filter-height: 4em !default;
4
4
 
@@ -17,7 +17,7 @@ $select-filter-height: 4em !default;
17
17
  background: var(--adf-theme-background-card-color);
18
18
  }
19
19
 
20
- #{$mat-form-field} {
20
+ #{ms.$mat-form-field} {
21
21
  width: 100%;
22
22
  }
23
23
 
@@ -26,7 +26,7 @@ $select-filter-height: 4em !default;
26
26
  }
27
27
  }
28
28
 
29
- #{$mat-select-panel}.adf-select-filter {
29
+ #{ms.$mat-select-panel}.adf-select-filter {
30
30
  transform: none;
31
31
  overflow-x: hidden;
32
32
  max-height: calc(256px + #{$select-filter-height});