@alfresco/adf-core 7.1.0-15303058550 → 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,4 +1,4 @@
1
- @import 'styles/mat-selectors';
1
+ @use '../../../styles/mat-selectors' as ms;
2
2
 
3
3
  .adf-card-view-textitem {
4
4
  .adf-textitem-error {
@@ -29,20 +29,20 @@
29
29
  color: var(--adf-theme-foreground-text-color);
30
30
  }
31
31
 
32
- #{$mat-button-touch-target} {
32
+ #{ms.$mat-button-touch-target} {
33
33
  width: 30px;
34
34
  height: 30px;
35
35
  }
36
36
  }
37
37
 
38
- #{$mat-form-field-icon-suffix} {
38
+ #{ms.$mat-form-field-icon-suffix} {
39
39
  position: absolute;
40
40
  right: 1px;
41
41
  bottom: 7px;
42
42
  }
43
43
 
44
44
  .adf-textitem-chip-list-container {
45
- #{$mat-form-field-label} {
45
+ #{ms.$mat-form-field-label} {
46
46
  margin-top: 6px;
47
47
  }
48
48
  }
@@ -56,7 +56,7 @@
56
56
  }
57
57
 
58
58
  .adf-property-field {
59
- #{$mat-input-element} {
59
+ #{ms.$mat-input-element} {
60
60
  color: var(--theme-primary-color);
61
61
  cursor: pointer;
62
62
  }
@@ -71,11 +71,8 @@
71
71
  border-bottom: 1px solid var(--adf-metadata-property-panel-border-color);
72
72
  }
73
73
 
74
- .adf-property-readonly-value:disabled {
75
- color: var(--adf-metadata-property-panel-title-color);
76
- }
77
-
78
- .adf-property-value-editable:not(:disabled) {
74
+ .adf-property-value-not-editable {
75
+ /* stylelint-disable-next-line declaration-no-important */
79
76
  color: var(--adf-metadata-property-panel-title-color);
80
77
  }
81
78
 
@@ -86,7 +83,7 @@
86
83
  white-space: nowrap;
87
84
  }
88
85
 
89
- #{$mat-line-ripple} {
86
+ #{ms.$mat-line-ripple} {
90
87
  &::before,
91
88
  &::after {
92
89
  display: none;
@@ -25,6 +25,8 @@ export declare class CommentsComponent implements OnChanges {
25
25
  readOnly: boolean;
26
26
  /** Emitted when an error occurs while displaying/adding a comment. */
27
27
  error: EventEmitter<any>;
28
+ /** Emits when a new comment is added */
29
+ commentAdded: EventEmitter<CommentModel>;
28
30
  comments: CommentModel[];
29
31
  beingAdded: boolean;
30
32
  private commentsService;
@@ -42,5 +44,5 @@ export declare class CommentsComponent implements OnChanges {
42
44
  private resetComments;
43
45
  private validateEmptyComment;
44
46
  static ɵfac: i0.ɵɵFactoryDeclaration<CommentsComponent, never>;
45
- static ɵcmp: i0.ɵɵComponentDeclaration<CommentsComponent, "adf-comments", never, { "id": { "alias": "id"; "required": false; }; "readOnly": { "alias": "readOnly"; "required": false; }; }, { "error": "error"; }, never, never, true, never>;
47
+ static ɵcmp: i0.ɵɵComponentDeclaration<CommentsComponent, "adf-comments", never, { "id": { "alias": "id"; "required": false; }; "readOnly": { "alias": "readOnly"; "required": false; }; }, { "error": "error"; "commentAdded": "commentAdded"; }, never, never, true, never>;
46
48
  }
@@ -1,4 +1,4 @@
1
- @import 'styles/mat-selectors';
1
+ @use '../styles/mat-selectors' as ms;
2
2
 
3
3
  adf-comments {
4
4
  .adf-comments-container {
@@ -10,11 +10,11 @@ adf-comments {
10
10
  width: 100%;
11
11
  padding-bottom: 8px;
12
12
 
13
- #{$mat-form-field} {
13
+ #{ms.$mat-form-field} {
14
14
  width: 100%;
15
15
 
16
- &#{$mat-form-field-invalid} {
17
- #{$mat-input-element} {
16
+ &#{ms.$mat-form-field-invalid} {
17
+ #{ms.$mat-input-element} {
18
18
  &::placeholder,
19
19
  &:focus::placeholder {
20
20
  color: var(--theme-warn-color);
@@ -23,15 +23,15 @@ adf-comments {
23
23
  }
24
24
  }
25
25
 
26
- #{$mat-form-field-wrapper} {
27
- #{$mat-form-field-flex} {
28
- #{$mat-form-field-infix} {
26
+ #{ms.$mat-form-field-wrapper} {
27
+ #{ms.$mat-form-field-flex} {
28
+ #{ms.$mat-form-field-infix} {
29
29
  padding-bottom: 2px;
30
30
  padding-top: 25px;
31
31
  }
32
32
  }
33
33
 
34
- #{$mat-input-element} {
34
+ #{ms.$mat-input-element} {
35
35
  &:focus::placeholder {
36
36
  color: var(--theme-primary-color);
37
37
  -webkit-font-smoothing: subpixel-antialiased;
@@ -62,7 +62,7 @@ adf-comments {
62
62
  justify-content: flex-end;
63
63
  }
64
64
 
65
- #{$mat-list-item-unscoped-content} {
65
+ #{ms.$mat-list-item-unscoped-content} {
66
66
  display: flex;
67
67
  padding: 0 16px;
68
68
  }
@@ -13,6 +13,14 @@ export declare class StorageService {
13
13
  * @returns The item (if any) retrieved by the key
14
14
  */
15
15
  getItem(key: string): string | null;
16
+ /**
17
+ * Gets all items from the storage.
18
+ *
19
+ * @returns All items stored
20
+ */
21
+ getItems(): {
22
+ [key: string]: any;
23
+ };
16
24
  /**
17
25
  * Stores an item
18
26
  *
@@ -15,133 +15,130 @@
15
15
  * limitations under the License.
16
16
  */
17
17
  import { ModuleWithProviders } from '@angular/core';
18
- import { TranslationService } from './translation/translation.service';
19
18
  import * as i0 from "@angular/core";
20
- import * as i1 from "@ngx-translate/core";
21
- import * as i2 from "./about/about-extension-list/about-extension-list.component";
22
- import * as i3 from "./about/about-license-list/about-license-list.component";
23
- import * as i4 from "./about/about-module-list/module-list.component";
24
- import * as i5 from "./about/about-repository-info/about-repository-info.component";
25
- import * as i6 from "./about/about-package/package-list.component";
26
- import * as i7 from "./about/about-status-list/about-status-list.component";
27
- import * as i8 from "./about/about-server-settings/about-server-settings.component";
28
- import * as i9 from "./about/about-panel.directive";
29
- import * as i10 from "./about/about.component";
30
- import * as i11 from "./viewer/components/pdf-viewer-password-dialog/pdf-viewer-password-dialog";
31
- import * as i12 from "./viewer/components/viewer-render/viewer-render.component";
32
- import * as i13 from "./viewer/components/img-viewer/img-viewer.component";
33
- import * as i14 from "./viewer/components/txt-viewer/txt-viewer.component";
34
- import * as i15 from "./viewer/components/media-player/media-player.component";
35
- import * as i16 from "./viewer/components/pdf-viewer/pdf-viewer.component";
36
- import * as i17 from "./viewer/components/pdf-viewer-thumb/pdf-viewer-thumb.component";
37
- import * as i18 from "./viewer/components/pdf-viewer-thumbnails/pdf-viewer-thumbnails.component";
38
- import * as i19 from "./viewer/directives/viewer-extension.directive";
39
- import * as i20 from "./viewer/components/unknown-format/unknown-format.component";
40
- import * as i21 from "./viewer/components/viewer-toolbar.component";
41
- import * as i22 from "./viewer/components/viewer-sidebar.component";
42
- import * as i23 from "./viewer/components/viewer-open-with.component";
43
- import * as i24 from "./viewer/components/viewer-more-actions.component";
44
- import * as i25 from "./viewer/components/viewer-toolbar-actions.component";
45
- import * as i26 from "./viewer/components/viewer.component";
46
- import * as i27 from "./viewer/components/viewer-toolbar-custom-actions.component";
47
- import * as i28 from "./viewer/components/download-prompt-dialog/download-prompt-dialog.component";
48
- import * as i29 from "./layout/directives/sidenav-layout-header.directive";
49
- import * as i30 from "./layout/directives/sidenav-layout-content.directive";
50
- import * as i31 from "./layout/directives/sidenav-layout-navigation.directive";
51
- import * as i32 from "./layout/components/sidebar-action/sidebar-action-menu.component";
52
- import * as i33 from "./layout/components/header/header.component";
53
- import * as i34 from "./layout/components/layout-container/layout-container.component";
54
- import * as i35 from "./layout/components/sidenav-layout/sidenav-layout.component";
55
- import * as i36 from "./pipes/localized-date.pipe";
56
- import * as i37 from "./pipes/time-ago.pipe";
57
- import * as i38 from "./pipes/file-size.pipe";
58
- import * as i39 from "./pipes/text-highlight.pipe";
59
- import * as i40 from "./pipes/full-name.pipe";
60
- import * as i41 from "./pipes/format-space.pipe";
61
- import * as i42 from "./pipes/file-type.pipe";
62
- import * as i43 from "./pipes/multi-value.pipe";
63
- import * as i44 from "./pipes/decimal-number.pipe";
64
- import * as i45 from "./pipes/date-time.pipe";
65
- import * as i46 from "./pipes/user-initial.pipe";
66
- import * as i47 from "./pipes/truncate.pipe";
67
- import * as i48 from "./identity-user-info/identity-user-info.component";
68
- import * as i49 from "./directives/highlight.directive";
69
- import * as i50 from "./directives/logout.directive";
70
- import * as i51 from "./directives/upload.directive";
71
- import * as i52 from "./directives/tooltip-card/tooltip-card.directive";
72
- import * as i53 from "./directives/tooltip-card/tooltip-card.component";
73
- import * as i54 from "./directives/infinite-select-scroll.directive";
74
- import * as i55 from "./app-config/app-config.pipe";
75
- import * as i56 from "./pagination/infinite-pagination.component";
76
- import * as i57 from "./pagination/pagination.component";
77
- import * as i58 from "./toolbar/toolbar.component";
78
- import * as i59 from "./toolbar/toolbar-title.component";
79
- import * as i60 from "./toolbar/toolbar-divider.component";
80
- import * as i61 from "./context-menu/context-menu-list.component";
81
- import * as i62 from "./context-menu/context-menu.directive";
82
- import * as i63 from "./card-view/components/card-view/card-view.component";
83
- import * as i64 from "./card-view/components/card-view-boolitem/card-view-boolitem.component";
84
- import * as i65 from "./card-view/components/card-view-dateitem/card-view-dateitem.component";
85
- import * as i66 from "./card-view/components/card-view-mapitem/card-view-mapitem.component";
86
- import * as i67 from "./card-view/components/card-view-textitem/card-view-textitem.component";
87
- import * as i68 from "./card-view/components/card-view-keyvaluepairsitem/card-view-keyvaluepairsitem.component";
88
- import * as i69 from "./card-view/components/card-view-selectitem/card-view-selectitem.component";
89
- import * as i70 from "./card-view/components/card-view-item-dispatcher/card-view-item-dispatcher.component";
90
- import * as i71 from "./card-view/components/card-view-arrayitem/card-view-arrayitem.component";
91
- import * as i72 from "./card-view/components/card-view-selectitem/select-filter-input/select-filter-input.component";
92
- import * as i73 from "./form/form-base.module";
93
- import * as i74 from "./comments/comments.component";
94
- import * as i75 from "./comments/comment-list/comment-list.component";
95
- import * as i76 from "./clipboard/clipboard.directive";
96
- import * as i77 from "./login/components/login/login.component";
97
- import * as i78 from "./login/directives/login-footer.directive";
98
- import * as i79 from "./login/directives/login-header.directive";
99
- import * as i80 from "./login/components/login-dialog/login-dialog.component";
100
- import * as i81 from "./login/components/login-dialog-panel/login-dialog-panel.component";
101
- import * as i82 from "./language-menu/language-menu.component";
102
- import * as i83 from "./language-menu/language-picker.component";
103
- import * as i84 from "./info-drawer/info-drawer-layout.component";
104
- import * as i85 from "./info-drawer/info-drawer.component";
105
- import * as i86 from "./datatable/components/boolean-cell/boolean-cell.component";
106
- import * as i87 from "./datatable/components/amount-cell/amount-cell.component";
107
- import * as i88 from "./datatable/components/number-cell/number-cell.component";
108
- import * as i89 from "./datatable/components/location-cell/location-cell.component";
109
- import * as i90 from "./datatable/components/date-cell/date-cell.component";
110
- import * as i91 from "./datatable/components/icon-cell/icon-cell.component";
111
- import * as i92 from "./datatable/components/columns-selector/columns-selector.component";
112
- import * as i93 from "./datatable/data-column/data-column.component";
113
- import * as i94 from "./datatable/data-column/data-column-list.component";
114
- import * as i95 from "./datatable/data-column/data-column-header.component";
115
- import * as i96 from "./datatable/directives/resizable/resizable.directive";
116
- import * as i97 from "./datatable/directives/resizable/resize-handle.directive";
117
- import * as i98 from "./datatable/directives/drop-zone.directive";
118
- import * as i99 from "./datatable/components/empty-list/empty-list.component";
119
- import * as i100 from "./datatable/components/filesize-cell/filesize-cell.component";
120
- import * as i101 from "./datatable/components/json-cell/json-cell.component";
121
- import * as i102 from "./datatable/directives/no-content-template.directive";
122
- import * as i103 from "./datatable/directives/no-permission-template.directive";
123
- import * as i104 from "./datatable/directives/loading-template.directive";
124
- import * as i105 from "./datatable/directives/header-filter-template.directive";
125
- import * as i106 from "./datatable/directives/custom-empty-content-template.directive";
126
- import * as i107 from "./datatable/directives/custom-loading-template.directive";
127
- import * as i108 from "./datatable/directives/custom-no-permission-template.directive";
128
- import * as i109 from "./datatable/directives/main-data-table-action-template.directive";
129
- import * as i110 from "./datatable/components/datatable-row/datatable-row.component";
130
- import * as i111 from "./datatable/components/datatable-cell/datatable-cell.component";
131
- import * as i112 from "./datatable/components/datatable/datatable.component";
132
- import * as i113 from "./templates/error-content/error-content.component";
133
- import * as i114 from "./templates/empty-content/empty-content.component";
134
- import * as i115 from "./icon/icon.component";
135
- import * as i116 from "./sorting-picker/sorting-picker.component";
136
- import * as i117 from "./notifications/components/notification-history.component";
137
- import * as i118 from "./notifications/components/add-notification.stories.component";
138
- import * as i119 from "./search-text/search-text-input.component";
139
- import * as i120 from "./search-text/search-trigger.directive";
140
- import * as i121 from "./blank-page/blank-page.component";
141
- import * as i122 from "./dialogs/unsaved-changes-dialog/unsaved-changes-dialog.component";
142
- import * as i123 from "./dynamic-chip-list/dynamic-chip-list.component";
143
- import * as i124 from "@angular/common/http";
144
- import * as i125 from "./material.module";
19
+ import * as i1 from "./about/about-extension-list/about-extension-list.component";
20
+ import * as i2 from "./about/about-license-list/about-license-list.component";
21
+ import * as i3 from "./about/about-module-list/module-list.component";
22
+ import * as i4 from "./about/about-repository-info/about-repository-info.component";
23
+ import * as i5 from "./about/about-package/package-list.component";
24
+ import * as i6 from "./about/about-status-list/about-status-list.component";
25
+ import * as i7 from "./about/about-server-settings/about-server-settings.component";
26
+ import * as i8 from "./about/about-panel.directive";
27
+ import * as i9 from "./about/about.component";
28
+ import * as i10 from "./viewer/components/pdf-viewer-password-dialog/pdf-viewer-password-dialog";
29
+ import * as i11 from "./viewer/components/viewer-render/viewer-render.component";
30
+ import * as i12 from "./viewer/components/img-viewer/img-viewer.component";
31
+ import * as i13 from "./viewer/components/txt-viewer/txt-viewer.component";
32
+ import * as i14 from "./viewer/components/media-player/media-player.component";
33
+ import * as i15 from "./viewer/components/pdf-viewer/pdf-viewer.component";
34
+ import * as i16 from "./viewer/components/pdf-viewer-thumb/pdf-viewer-thumb.component";
35
+ import * as i17 from "./viewer/components/pdf-viewer-thumbnails/pdf-viewer-thumbnails.component";
36
+ import * as i18 from "./viewer/directives/viewer-extension.directive";
37
+ import * as i19 from "./viewer/components/unknown-format/unknown-format.component";
38
+ import * as i20 from "./viewer/components/viewer-toolbar.component";
39
+ import * as i21 from "./viewer/components/viewer-sidebar.component";
40
+ import * as i22 from "./viewer/components/viewer-open-with.component";
41
+ import * as i23 from "./viewer/components/viewer-more-actions.component";
42
+ import * as i24 from "./viewer/components/viewer-toolbar-actions.component";
43
+ import * as i25 from "./viewer/components/viewer.component";
44
+ import * as i26 from "./viewer/components/viewer-toolbar-custom-actions.component";
45
+ import * as i27 from "./viewer/components/download-prompt-dialog/download-prompt-dialog.component";
46
+ import * as i28 from "./layout/directives/sidenav-layout-header.directive";
47
+ import * as i29 from "./layout/directives/sidenav-layout-content.directive";
48
+ import * as i30 from "./layout/directives/sidenav-layout-navigation.directive";
49
+ import * as i31 from "./layout/components/sidebar-action/sidebar-action-menu.component";
50
+ import * as i32 from "./layout/components/header/header.component";
51
+ import * as i33 from "./layout/components/layout-container/layout-container.component";
52
+ import * as i34 from "./layout/components/sidenav-layout/sidenav-layout.component";
53
+ import * as i35 from "./pipes/localized-date.pipe";
54
+ import * as i36 from "./pipes/time-ago.pipe";
55
+ import * as i37 from "./pipes/file-size.pipe";
56
+ import * as i38 from "./pipes/text-highlight.pipe";
57
+ import * as i39 from "./pipes/full-name.pipe";
58
+ import * as i40 from "./pipes/format-space.pipe";
59
+ import * as i41 from "./pipes/file-type.pipe";
60
+ import * as i42 from "./pipes/multi-value.pipe";
61
+ import * as i43 from "./pipes/decimal-number.pipe";
62
+ import * as i44 from "./pipes/date-time.pipe";
63
+ import * as i45 from "./pipes/user-initial.pipe";
64
+ import * as i46 from "./pipes/truncate.pipe";
65
+ import * as i47 from "./identity-user-info/identity-user-info.component";
66
+ import * as i48 from "./directives/highlight.directive";
67
+ import * as i49 from "./directives/logout.directive";
68
+ import * as i50 from "./directives/upload.directive";
69
+ import * as i51 from "./directives/tooltip-card/tooltip-card.directive";
70
+ import * as i52 from "./directives/tooltip-card/tooltip-card.component";
71
+ import * as i53 from "./directives/infinite-select-scroll.directive";
72
+ import * as i54 from "./app-config/app-config.pipe";
73
+ import * as i55 from "./pagination/infinite-pagination.component";
74
+ import * as i56 from "./pagination/pagination.component";
75
+ import * as i57 from "./toolbar/toolbar.component";
76
+ import * as i58 from "./toolbar/toolbar-title.component";
77
+ import * as i59 from "./toolbar/toolbar-divider.component";
78
+ import * as i60 from "./context-menu/context-menu-list.component";
79
+ import * as i61 from "./context-menu/context-menu.directive";
80
+ import * as i62 from "./card-view/components/card-view/card-view.component";
81
+ import * as i63 from "./card-view/components/card-view-boolitem/card-view-boolitem.component";
82
+ import * as i64 from "./card-view/components/card-view-dateitem/card-view-dateitem.component";
83
+ import * as i65 from "./card-view/components/card-view-mapitem/card-view-mapitem.component";
84
+ import * as i66 from "./card-view/components/card-view-textitem/card-view-textitem.component";
85
+ import * as i67 from "./card-view/components/card-view-keyvaluepairsitem/card-view-keyvaluepairsitem.component";
86
+ import * as i68 from "./card-view/components/card-view-selectitem/card-view-selectitem.component";
87
+ import * as i69 from "./card-view/components/card-view-item-dispatcher/card-view-item-dispatcher.component";
88
+ import * as i70 from "./card-view/components/card-view-arrayitem/card-view-arrayitem.component";
89
+ import * as i71 from "./card-view/components/card-view-selectitem/select-filter-input/select-filter-input.component";
90
+ import * as i72 from "./form/form-base.module";
91
+ import * as i73 from "./comments/comments.component";
92
+ import * as i74 from "./comments/comment-list/comment-list.component";
93
+ import * as i75 from "./clipboard/clipboard.directive";
94
+ import * as i76 from "./login/components/login/login.component";
95
+ import * as i77 from "./login/directives/login-footer.directive";
96
+ import * as i78 from "./login/directives/login-header.directive";
97
+ import * as i79 from "./login/components/login-dialog/login-dialog.component";
98
+ import * as i80 from "./login/components/login-dialog-panel/login-dialog-panel.component";
99
+ import * as i81 from "./language-menu/language-menu.component";
100
+ import * as i82 from "./language-menu/language-picker.component";
101
+ import * as i83 from "./info-drawer/info-drawer-layout.component";
102
+ import * as i84 from "./info-drawer/info-drawer.component";
103
+ import * as i85 from "./datatable/components/boolean-cell/boolean-cell.component";
104
+ import * as i86 from "./datatable/components/amount-cell/amount-cell.component";
105
+ import * as i87 from "./datatable/components/number-cell/number-cell.component";
106
+ import * as i88 from "./datatable/components/location-cell/location-cell.component";
107
+ import * as i89 from "./datatable/components/date-cell/date-cell.component";
108
+ import * as i90 from "./datatable/components/icon-cell/icon-cell.component";
109
+ import * as i91 from "./datatable/components/columns-selector/columns-selector.component";
110
+ import * as i92 from "./datatable/data-column/data-column.component";
111
+ import * as i93 from "./datatable/data-column/data-column-list.component";
112
+ import * as i94 from "./datatable/data-column/data-column-header.component";
113
+ import * as i95 from "./datatable/directives/resizable/resizable.directive";
114
+ import * as i96 from "./datatable/directives/resizable/resize-handle.directive";
115
+ import * as i97 from "./datatable/directives/drop-zone.directive";
116
+ import * as i98 from "./datatable/components/empty-list/empty-list.component";
117
+ import * as i99 from "./datatable/components/filesize-cell/filesize-cell.component";
118
+ import * as i100 from "./datatable/components/json-cell/json-cell.component";
119
+ import * as i101 from "./datatable/directives/no-content-template.directive";
120
+ import * as i102 from "./datatable/directives/no-permission-template.directive";
121
+ import * as i103 from "./datatable/directives/loading-template.directive";
122
+ import * as i104 from "./datatable/directives/header-filter-template.directive";
123
+ import * as i105 from "./datatable/directives/custom-empty-content-template.directive";
124
+ import * as i106 from "./datatable/directives/custom-loading-template.directive";
125
+ import * as i107 from "./datatable/directives/custom-no-permission-template.directive";
126
+ import * as i108 from "./datatable/directives/main-data-table-action-template.directive";
127
+ import * as i109 from "./datatable/components/datatable-row/datatable-row.component";
128
+ import * as i110 from "./datatable/components/datatable-cell/datatable-cell.component";
129
+ import * as i111 from "./datatable/components/datatable/datatable.component";
130
+ import * as i112 from "./templates/error-content/error-content.component";
131
+ import * as i113 from "./templates/empty-content/empty-content.component";
132
+ import * as i114 from "./icon/icon.component";
133
+ import * as i115 from "./sorting-picker/sorting-picker.component";
134
+ import * as i116 from "./notifications/components/notification-history.component";
135
+ import * as i117 from "./notifications/components/add-notification.stories.component";
136
+ import * as i118 from "./search-text/search-text-input.component";
137
+ import * as i119 from "./search-text/search-trigger.directive";
138
+ import * as i120 from "./blank-page/blank-page.component";
139
+ import * as i121 from "./dialogs/unsaved-changes-dialog/unsaved-changes-dialog.component";
140
+ import * as i122 from "./dynamic-chip-list/dynamic-chip-list.component";
141
+ import * as i123 from "./material.module";
145
142
  export declare class CoreModule {
146
143
  static forRoot(): ModuleWithProviders<CoreModule>;
147
144
  /**
@@ -149,8 +146,7 @@ export declare class CoreModule {
149
146
  * @returns ModuleWithProviders<CoreModule>
150
147
  */
151
148
  static forChild(): ModuleWithProviders<CoreModule>;
152
- constructor(translation: TranslationService);
153
149
  static ɵfac: i0.ɵɵFactoryDeclaration<CoreModule, never>;
154
- static ɵmod: i0.ɵɵNgModuleDeclaration<CoreModule, never, [typeof i1.TranslateModule, typeof i2.AboutExtensionListComponent, typeof i3.AboutLicenseListComponent, typeof i4.ModuleListComponent, typeof i5.AboutRepositoryInfoComponent, typeof i6.PackageListComponent, typeof i7.AboutStatusListComponent, typeof i8.AboutServerSettingsComponent, typeof i9.AboutPanelDirective, typeof i10.AboutComponent, typeof i11.PdfPasswordDialogComponent, typeof i12.ViewerRenderComponent, typeof i13.ImgViewerComponent, typeof i14.TxtViewerComponent, typeof i15.MediaPlayerComponent, typeof i16.PdfViewerComponent, typeof i17.PdfThumbComponent, typeof i18.PdfThumbListComponent, typeof i19.ViewerExtensionDirective, typeof i20.UnknownFormatComponent, typeof i21.ViewerToolbarComponent, typeof i22.ViewerSidebarComponent, typeof i23.ViewerOpenWithComponent, typeof i24.ViewerMoreActionsComponent, typeof i25.ViewerToolbarActionsComponent, typeof i26.ViewerComponent, typeof i27.ViewerToolbarCustomActionsComponent, typeof i28.DownloadPromptDialogComponent, typeof i29.SidenavLayoutHeaderDirective, typeof i30.SidenavLayoutContentDirective, typeof i31.SidenavLayoutNavigationDirective, typeof i32.SidebarMenuDirective, typeof i32.SidebarMenuExpandIconDirective, typeof i32.SidebarMenuTitleIconDirective, typeof i33.HeaderLayoutComponent, typeof i32.SidebarActionMenuComponent, typeof i34.LayoutContainerComponent, typeof i35.SidenavLayoutComponent, typeof i36.LocalizedDatePipe, typeof i37.TimeAgoPipe, typeof i38.FileSizePipe, typeof i39.HighlightPipe, typeof i40.FullNamePipe, typeof i41.FormatSpacePipe, typeof i42.FileTypePipe, typeof i43.MultiValuePipe, typeof i44.DecimalNumberPipe, typeof i45.DateTimePipe, typeof i46.InitialUsernamePipe, typeof i47.TruncatePipe, typeof i48.IdentityUserInfoComponent, typeof i49.HighlightDirective, typeof i50.LogoutDirective, typeof i51.UploadDirective, typeof i52.TooltipCardDirective, typeof i53.TooltipCardComponent, typeof i54.InfiniteSelectScrollDirective, typeof i55.AppConfigPipe, typeof i56.InfinitePaginationComponent, typeof i57.PaginationComponent, typeof i58.ToolbarComponent, typeof i59.ToolbarTitleComponent, typeof i60.ToolbarDividerComponent, typeof i61.ContextMenuListComponent, typeof i62.ContextMenuDirective, typeof i63.CardViewComponent, typeof i64.CardViewBoolItemComponent, typeof i65.CardViewDateItemComponent, typeof i66.CardViewMapItemComponent, typeof i67.CardViewTextItemComponent, typeof i68.CardViewKeyValuePairsItemComponent, typeof i69.CardViewSelectItemComponent, typeof i70.CardViewItemDispatcherComponent, typeof i71.CardViewArrayItemComponent, typeof i72.SelectFilterInputComponent, typeof i73.FormBaseModule, typeof i74.CommentsComponent, typeof i75.CommentListComponent, typeof i76.ClipboardDirective, typeof i76.ClipboardComponent, typeof i77.LoginComponent, typeof i78.LoginFooterDirective, typeof i79.LoginHeaderDirective, typeof i80.LoginDialogComponent, typeof i81.LoginDialogPanelComponent, typeof i82.LanguageMenuComponent, typeof i83.LanguagePickerComponent, typeof i84.InfoDrawerLayoutComponent, typeof i85.InfoDrawerTabComponent, typeof i85.InfoDrawerComponent, typeof i84.InfoDrawerTitleDirective, typeof i84.InfoDrawerButtonsDirective, typeof i84.InfoDrawerContentDirective, typeof i86.BooleanCellComponent, typeof i87.AmountCellComponent, typeof i88.NumberCellComponent, typeof i89.LocationCellComponent, typeof i90.DateCellComponent, typeof i91.IconCellComponent, typeof i92.ColumnsSelectorComponent, typeof i93.DataColumnComponent, typeof i94.DataColumnListComponent, typeof i95.DateColumnHeaderComponent, typeof i36.LocalizedDatePipe, typeof i96.ResizableDirective, typeof i97.ResizeHandleDirective, typeof i98.DropZoneDirective, typeof i99.EmptyListComponent, typeof i99.EmptyListHeaderDirective, typeof i99.EmptyListBodyDirective, typeof i99.EmptyListFooterDirective, typeof i100.FileSizeCellComponent, typeof i101.JsonCellComponent, typeof i102.NoContentTemplateDirective, typeof i103.NoPermissionTemplateDirective, typeof i104.LoadingContentTemplateDirective, typeof i105.HeaderFilterTemplateDirective, typeof i106.CustomEmptyContentTemplateDirective, typeof i107.CustomLoadingContentTemplateDirective, typeof i108.CustomNoPermissionTemplateDirective, typeof i109.MainMenuDataTableTemplateDirective, typeof i110.DataTableRowComponent, typeof i111.DataTableCellComponent, typeof i112.DataTableComponent, typeof i113.ErrorContentComponent, typeof i114.EmptyContentComponent, typeof i115.IconComponent, typeof i116.SortingPickerComponent, typeof i117.NotificationHistoryComponent, typeof i118.AddNotificationStorybookComponent, typeof i119.SearchTextInputComponent, typeof i120.SearchTriggerDirective, typeof i121.BlankPageComponent, typeof i122.UnsavedChangesDialogComponent, typeof i123.DynamicChipListComponent, typeof i124.HttpClientModule, typeof i124.HttpClientXsrfModule, typeof i125.MaterialModule], [typeof i2.AboutExtensionListComponent, typeof i3.AboutLicenseListComponent, typeof i4.ModuleListComponent, typeof i5.AboutRepositoryInfoComponent, typeof i6.PackageListComponent, typeof i7.AboutStatusListComponent, typeof i8.AboutServerSettingsComponent, typeof i9.AboutPanelDirective, typeof i10.AboutComponent, typeof i11.PdfPasswordDialogComponent, typeof i12.ViewerRenderComponent, typeof i13.ImgViewerComponent, typeof i14.TxtViewerComponent, typeof i15.MediaPlayerComponent, typeof i16.PdfViewerComponent, typeof i17.PdfThumbComponent, typeof i18.PdfThumbListComponent, typeof i19.ViewerExtensionDirective, typeof i20.UnknownFormatComponent, typeof i21.ViewerToolbarComponent, typeof i22.ViewerSidebarComponent, typeof i23.ViewerOpenWithComponent, typeof i24.ViewerMoreActionsComponent, typeof i25.ViewerToolbarActionsComponent, typeof i26.ViewerComponent, typeof i27.ViewerToolbarCustomActionsComponent, typeof i28.DownloadPromptDialogComponent, typeof i29.SidenavLayoutHeaderDirective, typeof i30.SidenavLayoutContentDirective, typeof i31.SidenavLayoutNavigationDirective, typeof i32.SidebarMenuDirective, typeof i32.SidebarMenuExpandIconDirective, typeof i32.SidebarMenuTitleIconDirective, typeof i33.HeaderLayoutComponent, typeof i32.SidebarActionMenuComponent, typeof i34.LayoutContainerComponent, typeof i35.SidenavLayoutComponent, typeof i36.LocalizedDatePipe, typeof i37.TimeAgoPipe, typeof i38.FileSizePipe, typeof i39.HighlightPipe, typeof i40.FullNamePipe, typeof i41.FormatSpacePipe, typeof i42.FileTypePipe, typeof i43.MultiValuePipe, typeof i44.DecimalNumberPipe, typeof i45.DateTimePipe, typeof i46.InitialUsernamePipe, typeof i47.TruncatePipe, typeof i49.HighlightDirective, typeof i50.LogoutDirective, typeof i51.UploadDirective, typeof i52.TooltipCardDirective, typeof i53.TooltipCardComponent, typeof i54.InfiniteSelectScrollDirective, typeof i76.ClipboardDirective, typeof i76.ClipboardComponent, typeof i48.IdentityUserInfoComponent, typeof i55.AppConfigPipe, typeof i56.InfinitePaginationComponent, typeof i57.PaginationComponent, typeof i58.ToolbarComponent, typeof i59.ToolbarTitleComponent, typeof i60.ToolbarDividerComponent, typeof i61.ContextMenuListComponent, typeof i62.ContextMenuDirective, typeof i63.CardViewComponent, typeof i64.CardViewBoolItemComponent, typeof i65.CardViewDateItemComponent, typeof i66.CardViewMapItemComponent, typeof i67.CardViewTextItemComponent, typeof i68.CardViewKeyValuePairsItemComponent, typeof i69.CardViewSelectItemComponent, typeof i70.CardViewItemDispatcherComponent, typeof i71.CardViewArrayItemComponent, typeof i72.SelectFilterInputComponent, typeof i73.FormBaseModule, typeof i74.CommentsComponent, typeof i75.CommentListComponent, typeof i77.LoginComponent, typeof i78.LoginFooterDirective, typeof i79.LoginHeaderDirective, typeof i80.LoginDialogComponent, typeof i81.LoginDialogPanelComponent, typeof i82.LanguageMenuComponent, typeof i83.LanguagePickerComponent, typeof i84.InfoDrawerLayoutComponent, typeof i85.InfoDrawerTabComponent, typeof i85.InfoDrawerComponent, typeof i84.InfoDrawerTitleDirective, typeof i84.InfoDrawerButtonsDirective, typeof i84.InfoDrawerContentDirective, typeof i86.BooleanCellComponent, typeof i87.AmountCellComponent, typeof i88.NumberCellComponent, typeof i89.LocationCellComponent, typeof i90.DateCellComponent, typeof i91.IconCellComponent, typeof i92.ColumnsSelectorComponent, typeof i93.DataColumnComponent, typeof i94.DataColumnListComponent, typeof i95.DateColumnHeaderComponent, typeof i36.LocalizedDatePipe, typeof i96.ResizableDirective, typeof i97.ResizeHandleDirective, typeof i98.DropZoneDirective, typeof i99.EmptyListComponent, typeof i99.EmptyListHeaderDirective, typeof i99.EmptyListBodyDirective, typeof i99.EmptyListFooterDirective, typeof i100.FileSizeCellComponent, typeof i101.JsonCellComponent, typeof i102.NoContentTemplateDirective, typeof i103.NoPermissionTemplateDirective, typeof i104.LoadingContentTemplateDirective, typeof i105.HeaderFilterTemplateDirective, typeof i106.CustomEmptyContentTemplateDirective, typeof i107.CustomLoadingContentTemplateDirective, typeof i108.CustomNoPermissionTemplateDirective, typeof i109.MainMenuDataTableTemplateDirective, typeof i110.DataTableRowComponent, typeof i111.DataTableCellComponent, typeof i112.DataTableComponent, typeof i1.TranslateModule, typeof i113.ErrorContentComponent, typeof i114.EmptyContentComponent, typeof i116.SortingPickerComponent, typeof i115.IconComponent, typeof i117.NotificationHistoryComponent, typeof i118.AddNotificationStorybookComponent, typeof i119.SearchTextInputComponent, typeof i120.SearchTriggerDirective, typeof i121.BlankPageComponent, typeof i122.UnsavedChangesDialogComponent, typeof i123.DynamicChipListComponent, typeof i125.MaterialModule]>;
150
+ static ɵmod: i0.ɵɵNgModuleDeclaration<CoreModule, never, [typeof i1.AboutExtensionListComponent, typeof i2.AboutLicenseListComponent, typeof i3.ModuleListComponent, typeof i4.AboutRepositoryInfoComponent, typeof i5.PackageListComponent, typeof i6.AboutStatusListComponent, typeof i7.AboutServerSettingsComponent, typeof i8.AboutPanelDirective, typeof i9.AboutComponent, typeof i10.PdfPasswordDialogComponent, typeof i11.ViewerRenderComponent, typeof i12.ImgViewerComponent, typeof i13.TxtViewerComponent, typeof i14.MediaPlayerComponent, typeof i15.PdfViewerComponent, typeof i16.PdfThumbComponent, typeof i17.PdfThumbListComponent, typeof i18.ViewerExtensionDirective, typeof i19.UnknownFormatComponent, typeof i20.ViewerToolbarComponent, typeof i21.ViewerSidebarComponent, typeof i22.ViewerOpenWithComponent, typeof i23.ViewerMoreActionsComponent, typeof i24.ViewerToolbarActionsComponent, typeof i25.ViewerComponent, typeof i26.ViewerToolbarCustomActionsComponent, typeof i27.DownloadPromptDialogComponent, typeof i28.SidenavLayoutHeaderDirective, typeof i29.SidenavLayoutContentDirective, typeof i30.SidenavLayoutNavigationDirective, typeof i31.SidebarMenuDirective, typeof i31.SidebarMenuExpandIconDirective, typeof i31.SidebarMenuTitleIconDirective, typeof i32.HeaderLayoutComponent, typeof i31.SidebarActionMenuComponent, typeof i33.LayoutContainerComponent, typeof i34.SidenavLayoutComponent, typeof i35.LocalizedDatePipe, typeof i36.TimeAgoPipe, typeof i37.FileSizePipe, typeof i38.HighlightPipe, typeof i39.FullNamePipe, typeof i40.FormatSpacePipe, typeof i41.FileTypePipe, typeof i42.MultiValuePipe, typeof i43.DecimalNumberPipe, typeof i44.DateTimePipe, typeof i45.InitialUsernamePipe, typeof i46.TruncatePipe, typeof i47.IdentityUserInfoComponent, typeof i48.HighlightDirective, typeof i49.LogoutDirective, typeof i50.UploadDirective, typeof i51.TooltipCardDirective, typeof i52.TooltipCardComponent, typeof i53.InfiniteSelectScrollDirective, typeof i54.AppConfigPipe, typeof i55.InfinitePaginationComponent, typeof i56.PaginationComponent, typeof i57.ToolbarComponent, typeof i58.ToolbarTitleComponent, typeof i59.ToolbarDividerComponent, typeof i60.ContextMenuListComponent, typeof i61.ContextMenuDirective, typeof i62.CardViewComponent, typeof i63.CardViewBoolItemComponent, typeof i64.CardViewDateItemComponent, typeof i65.CardViewMapItemComponent, typeof i66.CardViewTextItemComponent, typeof i67.CardViewKeyValuePairsItemComponent, typeof i68.CardViewSelectItemComponent, typeof i69.CardViewItemDispatcherComponent, typeof i70.CardViewArrayItemComponent, typeof i71.SelectFilterInputComponent, typeof i72.FormBaseModule, typeof i73.CommentsComponent, typeof i74.CommentListComponent, typeof i75.ClipboardDirective, typeof i75.ClipboardComponent, typeof i76.LoginComponent, typeof i77.LoginFooterDirective, typeof i78.LoginHeaderDirective, typeof i79.LoginDialogComponent, typeof i80.LoginDialogPanelComponent, typeof i81.LanguageMenuComponent, typeof i82.LanguagePickerComponent, typeof i83.InfoDrawerLayoutComponent, typeof i84.InfoDrawerTabComponent, typeof i84.InfoDrawerComponent, typeof i83.InfoDrawerTitleDirective, typeof i83.InfoDrawerButtonsDirective, typeof i83.InfoDrawerContentDirective, typeof i85.BooleanCellComponent, typeof i86.AmountCellComponent, typeof i87.NumberCellComponent, typeof i88.LocationCellComponent, typeof i89.DateCellComponent, typeof i90.IconCellComponent, typeof i91.ColumnsSelectorComponent, typeof i92.DataColumnComponent, typeof i93.DataColumnListComponent, typeof i94.DateColumnHeaderComponent, typeof i35.LocalizedDatePipe, typeof i95.ResizableDirective, typeof i96.ResizeHandleDirective, typeof i97.DropZoneDirective, typeof i98.EmptyListComponent, typeof i98.EmptyListHeaderDirective, typeof i98.EmptyListBodyDirective, typeof i98.EmptyListFooterDirective, typeof i99.FileSizeCellComponent, typeof i100.JsonCellComponent, typeof i101.NoContentTemplateDirective, typeof i102.NoPermissionTemplateDirective, typeof i103.LoadingContentTemplateDirective, typeof i104.HeaderFilterTemplateDirective, typeof i105.CustomEmptyContentTemplateDirective, typeof i106.CustomLoadingContentTemplateDirective, typeof i107.CustomNoPermissionTemplateDirective, typeof i108.MainMenuDataTableTemplateDirective, typeof i109.DataTableRowComponent, typeof i110.DataTableCellComponent, typeof i111.DataTableComponent, typeof i112.ErrorContentComponent, typeof i113.EmptyContentComponent, typeof i114.IconComponent, typeof i115.SortingPickerComponent, typeof i116.NotificationHistoryComponent, typeof i117.AddNotificationStorybookComponent, typeof i118.SearchTextInputComponent, typeof i119.SearchTriggerDirective, typeof i120.BlankPageComponent, typeof i121.UnsavedChangesDialogComponent, typeof i122.DynamicChipListComponent, typeof i123.MaterialModule], [typeof i1.AboutExtensionListComponent, typeof i2.AboutLicenseListComponent, typeof i3.ModuleListComponent, typeof i4.AboutRepositoryInfoComponent, typeof i5.PackageListComponent, typeof i6.AboutStatusListComponent, typeof i7.AboutServerSettingsComponent, typeof i8.AboutPanelDirective, typeof i9.AboutComponent, typeof i10.PdfPasswordDialogComponent, typeof i11.ViewerRenderComponent, typeof i12.ImgViewerComponent, typeof i13.TxtViewerComponent, typeof i14.MediaPlayerComponent, typeof i15.PdfViewerComponent, typeof i16.PdfThumbComponent, typeof i17.PdfThumbListComponent, typeof i18.ViewerExtensionDirective, typeof i19.UnknownFormatComponent, typeof i20.ViewerToolbarComponent, typeof i21.ViewerSidebarComponent, typeof i22.ViewerOpenWithComponent, typeof i23.ViewerMoreActionsComponent, typeof i24.ViewerToolbarActionsComponent, typeof i25.ViewerComponent, typeof i26.ViewerToolbarCustomActionsComponent, typeof i27.DownloadPromptDialogComponent, typeof i28.SidenavLayoutHeaderDirective, typeof i29.SidenavLayoutContentDirective, typeof i30.SidenavLayoutNavigationDirective, typeof i31.SidebarMenuDirective, typeof i31.SidebarMenuExpandIconDirective, typeof i31.SidebarMenuTitleIconDirective, typeof i32.HeaderLayoutComponent, typeof i31.SidebarActionMenuComponent, typeof i33.LayoutContainerComponent, typeof i34.SidenavLayoutComponent, typeof i35.LocalizedDatePipe, typeof i36.TimeAgoPipe, typeof i37.FileSizePipe, typeof i38.HighlightPipe, typeof i39.FullNamePipe, typeof i40.FormatSpacePipe, typeof i41.FileTypePipe, typeof i42.MultiValuePipe, typeof i43.DecimalNumberPipe, typeof i44.DateTimePipe, typeof i45.InitialUsernamePipe, typeof i46.TruncatePipe, typeof i48.HighlightDirective, typeof i49.LogoutDirective, typeof i50.UploadDirective, typeof i51.TooltipCardDirective, typeof i52.TooltipCardComponent, typeof i53.InfiniteSelectScrollDirective, typeof i75.ClipboardDirective, typeof i75.ClipboardComponent, typeof i47.IdentityUserInfoComponent, typeof i54.AppConfigPipe, typeof i55.InfinitePaginationComponent, typeof i56.PaginationComponent, typeof i57.ToolbarComponent, typeof i58.ToolbarTitleComponent, typeof i59.ToolbarDividerComponent, typeof i60.ContextMenuListComponent, typeof i61.ContextMenuDirective, typeof i62.CardViewComponent, typeof i63.CardViewBoolItemComponent, typeof i64.CardViewDateItemComponent, typeof i65.CardViewMapItemComponent, typeof i66.CardViewTextItemComponent, typeof i67.CardViewKeyValuePairsItemComponent, typeof i68.CardViewSelectItemComponent, typeof i69.CardViewItemDispatcherComponent, typeof i70.CardViewArrayItemComponent, typeof i71.SelectFilterInputComponent, typeof i72.FormBaseModule, typeof i73.CommentsComponent, typeof i74.CommentListComponent, typeof i76.LoginComponent, typeof i77.LoginFooterDirective, typeof i78.LoginHeaderDirective, typeof i79.LoginDialogComponent, typeof i80.LoginDialogPanelComponent, typeof i81.LanguageMenuComponent, typeof i82.LanguagePickerComponent, typeof i83.InfoDrawerLayoutComponent, typeof i84.InfoDrawerTabComponent, typeof i84.InfoDrawerComponent, typeof i83.InfoDrawerTitleDirective, typeof i83.InfoDrawerButtonsDirective, typeof i83.InfoDrawerContentDirective, typeof i85.BooleanCellComponent, typeof i86.AmountCellComponent, typeof i87.NumberCellComponent, typeof i88.LocationCellComponent, typeof i89.DateCellComponent, typeof i90.IconCellComponent, typeof i91.ColumnsSelectorComponent, typeof i92.DataColumnComponent, typeof i93.DataColumnListComponent, typeof i94.DateColumnHeaderComponent, typeof i35.LocalizedDatePipe, typeof i95.ResizableDirective, typeof i96.ResizeHandleDirective, typeof i97.DropZoneDirective, typeof i98.EmptyListComponent, typeof i98.EmptyListHeaderDirective, typeof i98.EmptyListBodyDirective, typeof i98.EmptyListFooterDirective, typeof i99.FileSizeCellComponent, typeof i100.JsonCellComponent, typeof i101.NoContentTemplateDirective, typeof i102.NoPermissionTemplateDirective, typeof i103.LoadingContentTemplateDirective, typeof i104.HeaderFilterTemplateDirective, typeof i105.CustomEmptyContentTemplateDirective, typeof i106.CustomLoadingContentTemplateDirective, typeof i107.CustomNoPermissionTemplateDirective, typeof i108.MainMenuDataTableTemplateDirective, typeof i109.DataTableRowComponent, typeof i110.DataTableCellComponent, typeof i111.DataTableComponent, typeof i112.ErrorContentComponent, typeof i113.EmptyContentComponent, typeof i115.SortingPickerComponent, typeof i114.IconComponent, typeof i116.NotificationHistoryComponent, typeof i117.AddNotificationStorybookComponent, typeof i118.SearchTextInputComponent, typeof i119.SearchTriggerDirective, typeof i120.BlankPageComponent, typeof i121.UnsavedChangesDialogComponent, typeof i122.DynamicChipListComponent, typeof i123.MaterialModule]>;
155
151
  static ɵinj: i0.ɵɵInjectorDeclaration<CoreModule>;
156
152
  }
@@ -1,7 +1,7 @@
1
1
  /* stylelint-disable no-descending-specificity */
2
2
  @use '@angular/material' as mat;
3
- @import '../../../styles/mixins';
4
- @import 'styles/mat-selectors';
3
+ @use '../../../styles/mixins' as mixins;
4
+ @use '../../../styles/mat-selectors' as ms;
5
5
 
6
6
  $data-table-header-font-size: var(--theme-caption-font-size) !default;
7
7
  $data-table-header-sort-icon-size: var(--theme-subheading-2-font-size) !default;
@@ -53,7 +53,7 @@ $data-table-cell-min-width-file-size: $data-table-cell-min-width-1 !default;
53
53
  }
54
54
 
55
55
  .adf-datatable-list,
56
- #{$cdk-drag-preview} {
56
+ #{ms.$cdk-drag-preview} {
57
57
  display: flex;
58
58
  flex-direction: column;
59
59
  background-color: var(--adf-theme-background-card-color);
@@ -104,9 +104,11 @@ $data-table-cell-min-width-file-size: $data-table-cell-min-width-1 !default;
104
104
  }
105
105
 
106
106
  .adf-datatable-row {
107
- &:hover,
108
- &:focus {
109
- background-color: var(--adf-theme-background-hover-color);
107
+ &:not(.adf-datatable-data-loading) {
108
+ &:hover,
109
+ &:focus {
110
+ background-color: var(--adf-theme-background-hover-color);
111
+ }
110
112
  }
111
113
 
112
114
  &:focus {
@@ -143,14 +145,14 @@ $data-table-cell-min-width-file-size: $data-table-cell-min-width-1 !default;
143
145
  }
144
146
 
145
147
  .adf-datatable-row {
146
- @include material-animation-default(0.28s);
148
+ @include mixins.material-animation-default(0.28s);
147
149
 
148
150
  transition-property: background-color;
149
151
  border-top: 1px solid var(--adf-theme-foreground-text-color-007);
150
152
  min-height: $data-table-row-height;
151
153
  cursor: pointer;
152
154
 
153
- @include adf-no-select;
155
+ @include mixins.adf-no-select;
154
156
 
155
157
  &.adf-is-selected,
156
158
  &.adf-is-selected:hover {
@@ -236,7 +238,7 @@ $data-table-cell-min-width-file-size: $data-table-cell-min-width-1 !default;
236
238
  }
237
239
 
238
240
  button {
239
- #{$mat-icon} {
241
+ #{ms.$mat-icon} {
240
242
  margin-top: -10px;
241
243
  }
242
244
  }
@@ -510,7 +512,7 @@ $data-table-cell-min-width-file-size: $data-table-cell-min-width-1 !default;
510
512
  }
511
513
 
512
514
  .adf-datatable-cell-header {
513
- @include adf-no-select;
515
+ @include mixins.adf-no-select;
514
516
 
515
517
  position: relative;
516
518
  display: flex;
@@ -530,7 +532,7 @@ $data-table-cell-min-width-file-size: $data-table-cell-min-width-1 !default;
530
532
  }
531
533
 
532
534
  &.adf-sortable {
533
- @include adf-no-select;
535
+ @include mixins.adf-no-select;
534
536
 
535
537
  display: flex;
536
538
  align-items: center;
@@ -542,7 +544,7 @@ $data-table-cell-min-width-file-size: $data-table-cell-min-width-1 !default;
542
544
  padding-right: 0.25rem;
543
545
 
544
546
  &::after {
545
- @include typo-icon;
547
+ @include mixins.typo-icon;
546
548
 
547
549
  font-size: $data-table-header-sort-icon-size;
548
550
  content: '\e5d8';
@@ -624,7 +626,7 @@ $data-table-cell-min-width-file-size: $data-table-cell-min-width-1 !default;
624
626
  }
625
627
  }
626
628
 
627
- #{$cdk-drag-preview} {
629
+ #{ms.$cdk-drag-preview} {
628
630
  min-height: $data-table-row-height;
629
631
  display: flex;
630
632
  flex-direction: row;
@@ -644,7 +646,7 @@ $data-table-cell-min-width-file-size: $data-table-cell-min-width-1 !default;
644
646
  }
645
647
 
646
648
  /* [Accessibility] Material checkbox labels */
647
- .adf-checkbox-sr-only #{$mat-checkbox-label} {
649
+ .adf-checkbox-sr-only #{ms.$mat-checkbox-label} {
648
650
  position: absolute;
649
651
  width: 1px;
650
652
  height: 1px;
@@ -690,7 +692,7 @@ $data-table-cell-min-width-file-size: $data-table-cell-min-width-1 !default;
690
692
  }
691
693
 
692
694
  .adf-datatable--empty {
693
- @include flex-column;
695
+ @include mixins.flex-column;
694
696
 
695
697
  justify-content: center;
696
698
  align-items: center;
@@ -717,7 +719,7 @@ $data-table-cell-min-width-file-size: $data-table-cell-min-width-1 !default;
717
719
  }
718
720
 
719
721
  .adf-datatable-body {
720
- @include flex-column;
722
+ @include mixins.flex-column;
721
723
 
722
724
  justify-content: center;
723
725
  align-items: center;
@@ -36,5 +36,5 @@ export declare abstract class DataTableSchema<T = unknown> {
36
36
  private setHiddenColumns;
37
37
  private setColumnsWidth;
38
38
  static ɵfac: i0.ɵɵFactoryDeclaration<DataTableSchema<any>, never>;
39
- static ɵdir: i0.ɵɵDirectiveDeclaration<DataTableSchema<any>, never, never, { "presetColumn": { "alias": "presetColumn"; "required": false; }; }, {}, ["columnList"], never, false, never>;
39
+ static ɵdir: i0.ɵɵDirectiveDeclaration<DataTableSchema<any>, never, never, { "presetColumn": { "alias": "presetColumn"; "required": false; }; }, {}, ["columnList"], never, true, never>;
40
40
  }
@@ -20,6 +20,7 @@ export declare class ObjectDataRow implements DataRow {
20
20
  isSelected: boolean;
21
21
  isSelectable: boolean;
22
22
  constructor(obj: any, isSelected?: boolean, isSelectable?: boolean);
23
+ getSourceObject(): any;
23
24
  getValue(key: string): any;
24
25
  hasValue(key: string): boolean;
25
26
  imageErrorResolver(): string;