@alfresco/adf-core 8.1.0-14701637708 → 8.1.0-14711395239

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 (327) 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/custom-theme/material-theme.scss +7 -4
  4. package/custom-theme/theme/custom-theme-palettes.scss +12 -8
  5. package/custom-theme/theme/typography.scss +26 -26
  6. package/esm2022/api/lib/adf-http-client.service.mjs +4 -4
  7. package/esm2022/auth/authentication-interceptor/authentication.interceptor.mjs +4 -4
  8. package/esm2022/breadcrumbs/components/breadcrumb/breadcrumb.component.mjs +4 -4
  9. package/esm2022/breadcrumbs/components/breadcrumb-item/breadcrumb-item.component.mjs +4 -4
  10. package/esm2022/breadcrumbs/directives/breadcrumb-focus.directive.mjs +4 -4
  11. package/esm2022/feature-flags/lib/components/feature-flags-wrapper.mjs +4 -4
  12. package/esm2022/feature-flags/lib/components/feature-override-indicator.component.mjs +4 -4
  13. package/esm2022/feature-flags/lib/components/flags/flags.component.mjs +4 -4
  14. package/esm2022/feature-flags/lib/directives/features.directive.mjs +4 -4
  15. package/esm2022/feature-flags/lib/directives/not-features.directive.mjs +4 -4
  16. package/esm2022/feature-flags/lib/guards/is-feature-off.guard.mjs +4 -4
  17. package/esm2022/feature-flags/lib/guards/is-feature-on.guard.mjs +4 -4
  18. package/esm2022/feature-flags/lib/guards/is-flags-override-on.guard.mjs +4 -4
  19. package/esm2022/feature-flags/lib/services/debug-features.service.mjs +4 -4
  20. package/esm2022/feature-flags/lib/services/dummy-features.service.mjs +4 -4
  21. package/esm2022/feature-flags/lib/services/qa-features.helper.mjs +4 -4
  22. package/esm2022/feature-flags/lib/services/storage-features.service.mjs +4 -4
  23. package/esm2022/lib/about/about-extension-list/about-extension-list.component.mjs +4 -4
  24. package/esm2022/lib/about/about-license-list/about-license-list.component.mjs +4 -4
  25. package/esm2022/lib/about/about-module-list/module-list.component.mjs +4 -4
  26. package/esm2022/lib/about/about-package/package-list.component.mjs +4 -4
  27. package/esm2022/lib/about/about-panel.directive.mjs +4 -4
  28. package/esm2022/lib/about/about-repository-info/about-repository-info.component.mjs +4 -4
  29. package/esm2022/lib/about/about-server-settings/about-server-settings.component.mjs +4 -4
  30. package/esm2022/lib/about/about-status-list/about-status-list.component.mjs +4 -4
  31. package/esm2022/lib/about/about.component.mjs +4 -4
  32. package/esm2022/lib/about/about.module.mjs +5 -5
  33. package/esm2022/lib/app-config/app-config-storage-prefix.factory.mjs +4 -4
  34. package/esm2022/lib/app-config/app-config.module.mjs +5 -5
  35. package/esm2022/lib/app-config/app-config.pipe.mjs +4 -4
  36. package/esm2022/lib/app-config/app-config.service.mjs +4 -4
  37. package/esm2022/lib/app-config/debug-app-config.service.mjs +4 -4
  38. package/esm2022/lib/auth/authentication-interceptor/auth-bearer.interceptor.mjs +4 -4
  39. package/esm2022/lib/auth/basic-auth/basic-alfresco-auth.service.mjs +4 -4
  40. package/esm2022/lib/auth/basic-auth/content-auth.mjs +4 -4
  41. package/esm2022/lib/auth/basic-auth/process-auth.mjs +4 -4
  42. package/esm2022/lib/auth/guard/auth-guard.service.mjs +4 -4
  43. package/esm2022/lib/auth/oidc/auth-config.service.mjs +4 -4
  44. package/esm2022/lib/auth/oidc/auth-routing.module.mjs +5 -5
  45. package/esm2022/lib/auth/oidc/auth.module.mjs +5 -5
  46. package/esm2022/lib/auth/oidc/oidc-authentication.service.mjs +4 -4
  47. package/esm2022/lib/auth/oidc/redirect-auth.service.mjs +4 -4
  48. package/esm2022/lib/auth/oidc/retry-login.service.mjs +4 -4
  49. package/esm2022/lib/auth/oidc/token.interceptor.mjs +4 -4
  50. package/esm2022/lib/auth/oidc/view/authentication-confirmation/authentication-confirmation.component.mjs +4 -4
  51. package/esm2022/lib/auth/services/authentication.service.mjs +4 -4
  52. package/esm2022/lib/auth/services/identity-group.service.mjs +4 -4
  53. package/esm2022/lib/auth/services/identity-role.service.mjs +4 -4
  54. package/esm2022/lib/auth/services/identity-user.service.mjs +4 -4
  55. package/esm2022/lib/auth/services/jwt-helper.service.mjs +4 -4
  56. package/esm2022/lib/auth/services/oauth2.service.mjs +4 -4
  57. package/esm2022/lib/auth/services/time-sync.service.mjs +4 -4
  58. package/esm2022/lib/auth/services/user-access.service.mjs +4 -4
  59. package/esm2022/lib/avatar/avatar.component.mjs +4 -4
  60. package/esm2022/lib/blank-page/blank-page.component.mjs +4 -4
  61. package/esm2022/lib/blank-page/blank-page.module.mjs +5 -5
  62. package/esm2022/lib/button/button.component.mjs +4 -4
  63. package/esm2022/lib/card-view/card-view.module.mjs +5 -5
  64. package/esm2022/lib/card-view/components/base-card-view.mjs +4 -4
  65. package/esm2022/lib/card-view/components/card-view/card-view.component.mjs +5 -5
  66. package/esm2022/lib/card-view/components/card-view-arrayitem/card-view-arrayitem.component.mjs +4 -4
  67. package/esm2022/lib/card-view/components/card-view-boolitem/card-view-boolitem.component.mjs +4 -4
  68. package/esm2022/lib/card-view/components/card-view-dateitem/card-view-dateitem.component.mjs +4 -4
  69. package/esm2022/lib/card-view/components/card-view-item-dispatcher/card-view-item-dispatcher.component.mjs +4 -4
  70. package/esm2022/lib/card-view/components/card-view-keyvaluepairsitem/card-view-keyvaluepairsitem.component.mjs +4 -4
  71. package/esm2022/lib/card-view/components/card-view-mapitem/card-view-mapitem.component.mjs +4 -4
  72. package/esm2022/lib/card-view/components/card-view-selectitem/card-view-selectitem.component.mjs +4 -4
  73. package/esm2022/lib/card-view/components/card-view-selectitem/select-filter-input/select-filter-input.component.mjs +4 -4
  74. package/esm2022/lib/card-view/components/card-view-textitem/card-view-textitem.component.mjs +4 -4
  75. package/esm2022/lib/card-view/services/card-item-types.service.mjs +4 -4
  76. package/esm2022/lib/card-view/services/card-view-update.service.mjs +4 -4
  77. package/esm2022/lib/clipboard/clipboard.directive.mjs +7 -7
  78. package/esm2022/lib/clipboard/clipboard.module.mjs +5 -5
  79. package/esm2022/lib/clipboard/clipboard.service.mjs +4 -4
  80. package/esm2022/lib/comments/comment-list/comment-list.component.mjs +4 -4
  81. package/esm2022/lib/comments/comment-list/comment-list.module.mjs +5 -5
  82. package/esm2022/lib/comments/comments.component.mjs +4 -4
  83. package/esm2022/lib/comments/comments.module.mjs +5 -5
  84. package/esm2022/lib/common/mock/app-config.service.mock.mjs +4 -4
  85. package/esm2022/lib/common/services/cookie.service.mjs +4 -4
  86. package/esm2022/lib/common/services/download.service.mjs +4 -4
  87. package/esm2022/lib/common/services/highlight-transform.service.mjs +4 -4
  88. package/esm2022/lib/common/services/log.service.mjs +4 -4
  89. package/esm2022/lib/common/services/page-title.service.mjs +4 -4
  90. package/esm2022/lib/common/services/sort-by-category.service.mjs +4 -4
  91. package/esm2022/lib/common/services/storage.service.mjs +4 -4
  92. package/esm2022/lib/common/services/thumbnail.service.mjs +4 -4
  93. package/esm2022/lib/common/services/url.service.mjs +4 -4
  94. package/esm2022/lib/common/services/user-preferences.service.mjs +4 -4
  95. package/esm2022/lib/common/utils/date-fns-adapter.mjs +4 -4
  96. package/esm2022/lib/common/utils/datetime-fns-adapter.mjs +4 -4
  97. package/esm2022/lib/common/utils/moment-date-adapter.mjs +4 -4
  98. package/esm2022/lib/context-menu/context-menu-list.component.mjs +4 -4
  99. package/esm2022/lib/context-menu/context-menu-overlay.service.mjs +4 -4
  100. package/esm2022/lib/context-menu/context-menu.directive.mjs +4 -4
  101. package/esm2022/lib/context-menu/context-menu.module.mjs +5 -5
  102. package/esm2022/lib/core.module.mjs +5 -5
  103. package/esm2022/lib/datatable/components/amount-cell/amount-cell.component.mjs +4 -4
  104. package/esm2022/lib/datatable/components/boolean-cell/boolean-cell.component.mjs +4 -4
  105. package/esm2022/lib/datatable/components/columns-selector/columns-search-filter.pipe.mjs +4 -4
  106. package/esm2022/lib/datatable/components/columns-selector/columns-selector.component.mjs +4 -4
  107. package/esm2022/lib/datatable/components/datatable/datatable.component.mjs +4 -4
  108. package/esm2022/lib/datatable/components/datatable-cell/datatable-cell.component.mjs +4 -4
  109. package/esm2022/lib/datatable/components/datatable-row/datatable-row.component.mjs +4 -4
  110. package/esm2022/lib/datatable/components/date-cell/date-cell.component.mjs +4 -4
  111. package/esm2022/lib/datatable/components/empty-list/empty-list.component.mjs +13 -13
  112. package/esm2022/lib/datatable/components/filesize-cell/filesize-cell.component.mjs +4 -4
  113. package/esm2022/lib/datatable/components/icon-cell/icon-cell.component.mjs +4 -4
  114. package/esm2022/lib/datatable/components/json-cell/json-cell.component.mjs +4 -4
  115. package/esm2022/lib/datatable/components/location-cell/location-cell.component.mjs +4 -4
  116. package/esm2022/lib/datatable/components/number-cell/number-cell.component.mjs +4 -4
  117. package/esm2022/lib/datatable/data/data-table.schema.mjs +4 -4
  118. package/esm2022/lib/datatable/data-column/data-column-header.component.mjs +4 -4
  119. package/esm2022/lib/datatable/data-column/data-column-list.component.mjs +4 -4
  120. package/esm2022/lib/datatable/data-column/data-column.component.mjs +4 -4
  121. package/esm2022/lib/datatable/datatable.module.mjs +5 -5
  122. package/esm2022/lib/datatable/directives/custom-empty-content-template.directive.mjs +4 -4
  123. package/esm2022/lib/datatable/directives/custom-loading-template.directive.mjs +4 -4
  124. package/esm2022/lib/datatable/directives/custom-no-permission-template.directive.mjs +4 -4
  125. package/esm2022/lib/datatable/directives/drop-zone.directive.mjs +4 -4
  126. package/esm2022/lib/datatable/directives/header-filter-template.directive.mjs +4 -4
  127. package/esm2022/lib/datatable/directives/loading-template.directive.mjs +4 -4
  128. package/esm2022/lib/datatable/directives/main-data-table-action-template.directive.mjs +4 -4
  129. package/esm2022/lib/datatable/directives/no-content-template.directive.mjs +4 -4
  130. package/esm2022/lib/datatable/directives/no-permission-template.directive.mjs +4 -4
  131. package/esm2022/lib/datatable/directives/resizable/resizable.directive.mjs +4 -4
  132. package/esm2022/lib/datatable/directives/resizable/resize-handle.directive.mjs +4 -4
  133. package/esm2022/lib/datatable/services/datatable.service.mjs +4 -4
  134. package/esm2022/lib/dialogs/confirm-dialog/confirm.dialog.mjs +4 -4
  135. package/esm2022/lib/dialogs/confirm-dialog/confirm.dialog.module.mjs +5 -5
  136. package/esm2022/lib/dialogs/dialog/dialog.component.mjs +4 -4
  137. package/esm2022/lib/dialogs/edit-json/edit-json.dialog.mjs +4 -4
  138. package/esm2022/lib/dialogs/edit-json/edit-json.dialog.module.mjs +5 -5
  139. package/esm2022/lib/dialogs/unsaved-changes-dialog/unsaved-changes-dialog.component.mjs +4 -4
  140. package/esm2022/lib/dialogs/unsaved-changes-dialog/unsaved-changes-dialog.module.mjs +5 -5
  141. package/esm2022/lib/dialogs/unsaved-changes-dialog/unsaved-changes.guard.mjs +4 -4
  142. package/esm2022/lib/directives/directive.module.mjs +5 -5
  143. package/esm2022/lib/directives/highlight.directive.mjs +4 -4
  144. package/esm2022/lib/directives/infinite-select-scroll.directive.mjs +4 -4
  145. package/esm2022/lib/directives/logout.directive.mjs +4 -4
  146. package/esm2022/lib/directives/tooltip-card/tooltip-card.component.mjs +4 -4
  147. package/esm2022/lib/directives/tooltip-card/tooltip-card.directive.mjs +4 -4
  148. package/esm2022/lib/directives/upload.directive.mjs +4 -4
  149. package/esm2022/lib/dynamic-chip-list/dynamic-chip-list.component.mjs +4 -4
  150. package/esm2022/lib/dynamic-chip-list/dynamic-chip-list.module.mjs +5 -5
  151. package/esm2022/lib/form/components/form-base.component.mjs +4 -4
  152. package/esm2022/lib/form/components/form-custom-button.directive.mjs +4 -4
  153. package/esm2022/lib/form/components/form-field/form-field.component.mjs +4 -4
  154. package/esm2022/lib/form/components/form-renderer.component.mjs +5 -5
  155. package/esm2022/lib/form/components/form-section/form-section.component.mjs +4 -4
  156. package/esm2022/lib/form/components/inplace-form-input/inplace-form-input.component.mjs +4 -4
  157. package/esm2022/lib/form/components/middlewares/decimal-middleware.service.mjs +4 -4
  158. package/esm2022/lib/form/components/widgets/amount/amount.widget.mjs +4 -4
  159. package/esm2022/lib/form/components/widgets/base-viewer/base-viewer.widget.mjs +4 -4
  160. package/esm2022/lib/form/components/widgets/checkbox/checkbox.widget.mjs +4 -4
  161. package/esm2022/lib/form/components/widgets/date/date.widget.mjs +4 -4
  162. package/esm2022/lib/form/components/widgets/date-time/date-time.widget.mjs +4 -4
  163. package/esm2022/lib/form/components/widgets/decimal/decimal.component.mjs +4 -4
  164. package/esm2022/lib/form/components/widgets/display-text/display-text.widget.mjs +4 -4
  165. package/esm2022/lib/form/components/widgets/error/error.component.mjs +4 -4
  166. package/esm2022/lib/form/components/widgets/header/header.widget.mjs +4 -4
  167. package/esm2022/lib/form/components/widgets/hyperlink/hyperlink.widget.mjs +4 -4
  168. package/esm2022/lib/form/components/widgets/json/json.widget.mjs +4 -4
  169. package/esm2022/lib/form/components/widgets/multiline-text/multiline-text.widget.mjs +4 -4
  170. package/esm2022/lib/form/components/widgets/number/number.widget.mjs +4 -4
  171. package/esm2022/lib/form/components/widgets/text/text-mask.component.mjs +4 -4
  172. package/esm2022/lib/form/components/widgets/text/text.widget.mjs +4 -4
  173. package/esm2022/lib/form/components/widgets/unknown/unknown.widget.mjs +4 -4
  174. package/esm2022/lib/form/components/widgets/widget.component.mjs +4 -4
  175. package/esm2022/lib/form/form-base.module.mjs +5 -5
  176. package/esm2022/lib/form/pipes/field-style.pipe.mjs +4 -4
  177. package/esm2022/lib/form/services/form-rendering.service.mjs +4 -4
  178. package/esm2022/lib/form/services/form.service.mjs +4 -4
  179. package/esm2022/lib/form/services/widget-visibility.service.mjs +4 -4
  180. package/esm2022/lib/header/header.component.mjs +4 -4
  181. package/esm2022/lib/header/navbar/navbar-item.component.mjs +4 -4
  182. package/esm2022/lib/header/navbar/navbar.component.mjs +4 -4
  183. package/esm2022/lib/icon/icon.component.mjs +4 -4
  184. package/esm2022/lib/icon/icon.module.mjs +5 -5
  185. package/esm2022/lib/identity-user-info/identity-user-info.component.mjs +4 -4
  186. package/esm2022/lib/identity-user-info/identity-user-info.module.mjs +5 -5
  187. package/esm2022/lib/info-drawer/info-drawer-layout.component.mjs +13 -13
  188. package/esm2022/lib/info-drawer/info-drawer.component.mjs +7 -7
  189. package/esm2022/lib/info-drawer/info-drawer.module.mjs +5 -5
  190. package/esm2022/lib/language-menu/language-menu.component.mjs +4 -4
  191. package/esm2022/lib/language-menu/language-menu.module.mjs +5 -5
  192. package/esm2022/lib/language-menu/language-picker.component.mjs +4 -4
  193. package/esm2022/lib/language-menu/service/language.service.mjs +4 -4
  194. package/esm2022/lib/layout/components/header/header.component.mjs +4 -4
  195. package/esm2022/lib/layout/components/layout-container/layout-container.component.mjs +4 -4
  196. package/esm2022/lib/layout/components/sidebar-action/sidebar-action-menu.component.mjs +13 -13
  197. package/esm2022/lib/layout/components/sidenav-layout/sidenav-layout.component.mjs +4 -4
  198. package/esm2022/lib/layout/directives/sidenav-layout-content.directive.mjs +4 -4
  199. package/esm2022/lib/layout/directives/sidenav-layout-header.directive.mjs +4 -4
  200. package/esm2022/lib/layout/directives/sidenav-layout-navigation.directive.mjs +4 -4
  201. package/esm2022/lib/layout/layout.module.mjs +5 -5
  202. package/esm2022/lib/login/components/login/login.component.mjs +4 -4
  203. package/esm2022/lib/login/components/login-dialog/login-dialog.component.mjs +4 -4
  204. package/esm2022/lib/login/components/login-dialog-panel/login-dialog-panel.component.mjs +4 -4
  205. package/esm2022/lib/login/directives/login-footer.directive.mjs +4 -4
  206. package/esm2022/lib/login/directives/login-header.directive.mjs +4 -4
  207. package/esm2022/lib/login/login.module.mjs +5 -5
  208. package/esm2022/lib/material.module.mjs +5 -5
  209. package/esm2022/lib/mock/cookie.service.mock.mjs +4 -4
  210. package/esm2022/lib/mock/translation.service.mock.mjs +4 -4
  211. package/esm2022/lib/notifications/components/add-notification.stories.component.mjs +4 -4
  212. package/esm2022/lib/notifications/components/notification-history.component.mjs +4 -4
  213. package/esm2022/lib/notifications/notification-history.module.mjs +5 -5
  214. package/esm2022/lib/notifications/services/notification.service.mjs +4 -4
  215. package/esm2022/lib/pagination/infinite-pagination.component.mjs +4 -4
  216. package/esm2022/lib/pagination/pagination.component.mjs +4 -4
  217. package/esm2022/lib/pagination/pagination.module.mjs +5 -5
  218. package/esm2022/lib/pipes/date-time.pipe.mjs +4 -4
  219. package/esm2022/lib/pipes/decimal-number.pipe.mjs +4 -4
  220. package/esm2022/lib/pipes/file-size.pipe.mjs +4 -4
  221. package/esm2022/lib/pipes/file-type.pipe.mjs +4 -4
  222. package/esm2022/lib/pipes/format-space.pipe.mjs +4 -4
  223. package/esm2022/lib/pipes/full-name.pipe.mjs +4 -4
  224. package/esm2022/lib/pipes/localized-date.pipe.mjs +4 -4
  225. package/esm2022/lib/pipes/multi-value.pipe.mjs +4 -4
  226. package/esm2022/lib/pipes/pipe.module.mjs +5 -5
  227. package/esm2022/lib/pipes/text-highlight.pipe.mjs +4 -4
  228. package/esm2022/lib/pipes/time-ago.pipe.mjs +4 -4
  229. package/esm2022/lib/pipes/truncate.pipe.mjs +4 -4
  230. package/esm2022/lib/pipes/user-initial.pipe.mjs +4 -4
  231. package/esm2022/lib/progress/progress.component.mjs +4 -4
  232. package/esm2022/lib/search-text/search-text-input.component.mjs +4 -4
  233. package/esm2022/lib/search-text/search-text-input.module.mjs +5 -5
  234. package/esm2022/lib/search-text/search-trigger.directive.mjs +4 -4
  235. package/esm2022/lib/snackbar-content/snackbar-content.component.mjs +4 -4
  236. package/esm2022/lib/snackbar-content/snackbar-content.module.mjs +5 -5
  237. package/esm2022/lib/sorting-picker/sorting-picker.component.mjs +4 -4
  238. package/esm2022/lib/templates/empty-content/empty-content.component.mjs +4 -4
  239. package/esm2022/lib/templates/error-content/error-content.component.mjs +4 -4
  240. package/esm2022/lib/templates/template.module.mjs +5 -5
  241. package/esm2022/lib/testing/core.story.module.mjs +5 -5
  242. package/esm2022/lib/testing/core.testing.module.mjs +5 -5
  243. package/esm2022/lib/testing/noop-auth.module.mjs +8 -8
  244. package/esm2022/lib/testing/noop-translate.module.mjs +8 -8
  245. package/esm2022/lib/toolbar/toolbar-divider.component.mjs +4 -4
  246. package/esm2022/lib/toolbar/toolbar-title.component.mjs +4 -4
  247. package/esm2022/lib/toolbar/toolbar.component.mjs +4 -4
  248. package/esm2022/lib/toolbar/toolbar.module.mjs +5 -5
  249. package/esm2022/lib/translation/translate-loader.service.mjs +4 -4
  250. package/esm2022/lib/translation/translation.service.mjs +4 -4
  251. package/esm2022/lib/viewer/components/download-prompt-dialog/download-prompt-dialog.component.mjs +4 -4
  252. package/esm2022/lib/viewer/components/img-viewer/img-viewer.component.mjs +4 -4
  253. package/esm2022/lib/viewer/components/media-player/media-player.component.mjs +4 -4
  254. package/esm2022/lib/viewer/components/pdf-viewer/pdf-viewer.component.mjs +4 -4
  255. package/esm2022/lib/viewer/components/pdf-viewer-password-dialog/pdf-viewer-password-dialog.mjs +4 -4
  256. package/esm2022/lib/viewer/components/pdf-viewer-thumb/pdf-viewer-thumb.component.mjs +4 -4
  257. package/esm2022/lib/viewer/components/pdf-viewer-thumbnails/pdf-viewer-thumbnails.component.mjs +4 -4
  258. package/esm2022/lib/viewer/components/txt-viewer/txt-viewer.component.mjs +4 -4
  259. package/esm2022/lib/viewer/components/unknown-format/unknown-format.component.mjs +4 -4
  260. package/esm2022/lib/viewer/components/viewer-more-actions.component.mjs +4 -4
  261. package/esm2022/lib/viewer/components/viewer-open-with.component.mjs +4 -4
  262. package/esm2022/lib/viewer/components/viewer-render/viewer-render.component.mjs +4 -4
  263. package/esm2022/lib/viewer/components/viewer-sidebar.component.mjs +4 -4
  264. package/esm2022/lib/viewer/components/viewer-toolbar-actions.component.mjs +4 -4
  265. package/esm2022/lib/viewer/components/viewer-toolbar-custom-actions.component.mjs +4 -4
  266. package/esm2022/lib/viewer/components/viewer-toolbar.component.mjs +4 -4
  267. package/esm2022/lib/viewer/components/viewer.component.mjs +4 -4
  268. package/esm2022/lib/viewer/directives/viewer-extension.directive.mjs +4 -4
  269. package/esm2022/lib/viewer/services/rendering-queue.services.mjs +4 -4
  270. package/esm2022/lib/viewer/services/view-util.service.mjs +4 -4
  271. package/esm2022/lib/viewer/viewer.module.mjs +5 -5
  272. package/esm2022/shell/lib/components/shell/shell.component.mjs +5 -5
  273. package/esm2022/shell/lib/shell.module.mjs +5 -5
  274. package/feature-flags/lib/providers/debug-feature-flags.provider.d.ts +2 -2
  275. package/fesm2022/adf-core.mjs +827 -827
  276. package/fesm2022/adf-core.mjs.map +1 -1
  277. package/fesm2022/alfresco-adf-core-api.mjs +4 -4
  278. package/fesm2022/alfresco-adf-core-api.mjs.map +1 -1
  279. package/fesm2022/alfresco-adf-core-auth.mjs +3 -3
  280. package/fesm2022/alfresco-adf-core-auth.mjs.map +1 -1
  281. package/fesm2022/alfresco-adf-core-breadcrumbs.mjs +10 -10
  282. package/fesm2022/alfresco-adf-core-breadcrumbs.mjs.map +1 -1
  283. package/fesm2022/alfresco-adf-core-feature-flags.mjs +37 -37
  284. package/fesm2022/alfresco-adf-core-feature-flags.mjs.map +1 -1
  285. package/fesm2022/alfresco-adf-core-shell.mjs +9 -9
  286. package/fesm2022/alfresco-adf-core-shell.mjs.map +1 -1
  287. package/lib/card-view/components/card-view/card-view.component.scss +10 -10
  288. package/lib/card-view/components/card-view-arrayitem/card-view-arrayitem.component.scss +4 -4
  289. package/lib/card-view/components/card-view-dateitem/card-view-dateitem.component.scss +2 -2
  290. package/lib/card-view/components/card-view-keyvaluepairsitem/card-view-keyvaluepairsitem.component.scss +5 -5
  291. package/lib/card-view/components/card-view-selectitem/card-view-selectitem.component.scss +8 -8
  292. package/lib/card-view/components/card-view-selectitem/select-filter-input/select-filter-input.component.scss +3 -3
  293. package/lib/card-view/components/card-view-textitem/card-view-textitem.component.scss +6 -6
  294. package/lib/comments/comments.component.scss +9 -9
  295. package/lib/datatable/components/datatable/datatable.component.scss +13 -13
  296. package/lib/dialogs/edit-json/edit-json.dialog.scss +2 -2
  297. package/lib/dynamic-chip-list/dynamic-chip-list.component.scss +3 -3
  298. package/lib/form/components/form-renderer.component.scss +18 -18
  299. package/lib/form/components/inplace-form-input/inplace-form-input.component.scss +4 -4
  300. package/lib/form/components/widgets/amount/amount.widget.scss +4 -4
  301. package/lib/form/components/widgets/date-time/date-time.widget.scss +6 -6
  302. package/lib/form/components/widgets/form.theme.scss +9 -8
  303. package/lib/form/components/widgets/text/text.widget.scss +2 -2
  304. package/lib/identity-user-info/identity-user-info.component.scss +3 -3
  305. package/lib/info-drawer/info-drawer-layout.component.scss +8 -8
  306. package/lib/info-drawer/info-drawer.component.scss +10 -10
  307. package/lib/layout/components/header/header.component.scss +2 -2
  308. package/lib/layout/components/layout-container/layout-container.component.scss +3 -3
  309. package/lib/layout/components/sidenav-layout/sidenav-layout.component.scss +6 -6
  310. package/lib/login/components/login/login.component.scss +5 -5
  311. package/lib/notifications/components/notification-history.component.scss +4 -4
  312. package/lib/search-text/search-text-input.component.scss +2 -2
  313. package/lib/snackbar-content/snackbar-content.component.scss +2 -2
  314. package/lib/styles/_index.scss +57 -57
  315. package/lib/styles/_mat-selectors.scss +10 -0
  316. package/lib/styles/_typography.scss +13 -13
  317. package/lib/styles/material.theme.scss +27 -26
  318. package/lib/templates/empty-content/empty-content.component.scss +0 -2
  319. package/lib/templates/error-content/error-content.component.scss +2 -2
  320. package/lib/viewer/components/img-viewer/img-viewer.component.scss +2 -2
  321. package/lib/viewer/components/pdf-viewer/pdf-viewer.component.scss +3 -3
  322. package/lib/viewer/components/viewer-render/viewer-render.component.scss +0 -1
  323. package/lib/viewer/components/viewer.component.scss +3 -3
  324. package/package.json +3 -3
  325. package/schematics/migrations/schematics/migrations/7_0_0/index.d.ts +1 -1
  326. package/schematics/migrations/schematics/migrations/7_0_0/index.js +2 -2
  327. package/schematics/migrations/schematics/migrations/7_0_0/index.js.map +1 -1
@@ -1,4 +1,4 @@
1
- @import 'styles/mat-selectors';
1
+ @use '../../../styles/mat-selectors' as ms;
2
2
 
3
3
  .adf-property-list {
4
4
  border: unset;
@@ -28,11 +28,11 @@
28
28
  .adf-property-field {
29
29
  width: 100%;
30
30
 
31
- #{mat-form-field-underline} {
31
+ #{ms.$mat-form-field-underline} {
32
32
  display: none;
33
33
  }
34
34
 
35
- #{mat-input-element} {
35
+ #{ms.$mat-input-element} {
36
36
  text-overflow: ellipsis;
37
37
  color: var(--adf-metadata-property-panel-title-color);
38
38
  padding: 6px 0;
@@ -40,28 +40,28 @@
40
40
  }
41
41
 
42
42
  .adf-card-view__key-value-pairs__row {
43
- #{$mat-input-element} {
43
+ #{ms.$mat-input-element} {
44
44
  margin-top: 0;
45
45
  padding-left: 12px;
46
46
  }
47
47
  }
48
48
 
49
- #{$mat-form-text-field-infix} {
49
+ #{ms.$mat-form-text-field-infix} {
50
50
  border-top-width: 0;
51
51
  }
52
52
 
53
- #{$mat-form-field-flex} {
53
+ #{ms.$mat-form-field-flex} {
54
54
  padding-top: 0;
55
55
  }
56
56
 
57
- #{$mat-form-field-wrapper} {
57
+ #{ms.$mat-form-field-wrapper} {
58
58
  background-color: inherit;
59
59
  padding-bottom: 0;
60
60
  padding-left: 0;
61
61
  padding-right: 0;
62
62
  }
63
63
 
64
- #{$mat-form-field-label} {
64
+ #{ms.$mat-form-field-label} {
65
65
  padding: 0;
66
66
  justify-content: center;
67
67
  display: flex;
@@ -92,7 +92,7 @@
92
92
  height: 32px;
93
93
  padding-left: 10px;
94
94
 
95
- #{$mat-input-element} {
95
+ #{ms.$mat-input-element} {
96
96
  color: var(--adf-metadata-action-button-clear-color);
97
97
  padding: 5px 0 6px 12px;
98
98
  margin: 5px 0 0;
@@ -102,7 +102,7 @@
102
102
  &.adf-property-readonly-value {
103
103
  color: var(--adf-metadata-property-panel-label-color);
104
104
 
105
- #{$mat-input-element} {
105
+ #{ms.$mat-input-element} {
106
106
  color: var(--adf-metadata-property-panel-label-color);
107
107
  }
108
108
  }
@@ -1,4 +1,4 @@
1
- @import 'styles/mat-selectors';
1
+ @use '../../../styles/mat-selectors' as ms;
2
2
 
3
3
  .adf {
4
4
  &-array-item-icon {
@@ -22,7 +22,7 @@
22
22
  }
23
23
 
24
24
  &-array-item-more-chip-container {
25
- &#{$mat-card} {
25
+ &#{ms.$mat-card} {
26
26
  box-shadow: none;
27
27
  max-height: 300px;
28
28
  overflow-y: auto;
@@ -30,7 +30,7 @@
30
30
  }
31
31
 
32
32
  &-property-value {
33
- #{$mat-chip-list} {
33
+ #{ms.$mat-chip-list} {
34
34
  padding-top: 6px;
35
35
  }
36
36
  }
@@ -45,7 +45,7 @@
45
45
  border-color: var(--adf-theme-foreground-divider-color);
46
46
  border-radius: 0;
47
47
 
48
- #{$mat-chip}:hover {
48
+ #{ms.$mat-chip}:hover {
49
49
  cursor: pointer;
50
50
  }
51
51
  }
@@ -1,4 +1,4 @@
1
- @import 'styles/mat-selectors';
1
+ @use '../../../styles/mat-selectors' as ms;
2
2
 
3
3
  .adf-card-view-dateitem {
4
4
  .adf-property-value {
@@ -50,7 +50,7 @@
50
50
  align-items: center;
51
51
  justify-content: space-between;
52
52
 
53
- #{$mat-icon} {
53
+ #{ms.$mat-icon} {
54
54
  opacity: 0.5;
55
55
 
56
56
  &:hover {
@@ -1,4 +1,4 @@
1
- @import 'styles/mat-selectors';
1
+ @use '../../../styles/mat-selectors' as ms;
2
2
 
3
3
  .adf-card-view-key-value-pairs-item {
4
4
  .adf-property-col-key {
@@ -28,19 +28,19 @@
28
28
  justify-content: center;
29
29
  }
30
30
 
31
- &__add-btn#{$mat-button} {
31
+ &__add-btn#{ms.$mat-button} {
32
32
  margin-bottom: 20px;
33
33
  }
34
34
 
35
35
  &__read-only {
36
36
  padding-bottom: 20px;
37
37
 
38
- #{$mat-table} {
38
+ #{ms.$mat-table} {
39
39
  box-shadow: none;
40
40
  }
41
41
 
42
- #{$mat-header-row},
43
- #{$mat-row} {
42
+ #{ms.$mat-header-row},
43
+ #{ms.$mat-row} {
44
44
  padding: 0;
45
45
  }
46
46
  }
@@ -1,4 +1,4 @@
1
- @import 'styles/mat-selectors';
1
+ @use '../../../styles/mat-selectors' as ms;
2
2
 
3
3
  .adf-card-view-selectitem {
4
4
  .adf-property-value {
@@ -17,23 +17,23 @@
17
17
  .adf-property-value-editable.adf-property-value-editable {
18
18
  padding-left: 0;
19
19
 
20
- #{$mat-text-field-no-label} #{$mat-form-field-infix} {
20
+ #{ms.$mat-text-field-no-label} #{ms.$mat-form-field-infix} {
21
21
  padding: 0;
22
22
  }
23
23
 
24
- #{$mat-form-field-wrapper} {
24
+ #{ms.$mat-form-field-wrapper} {
25
25
  background-color: unset;
26
26
  }
27
27
 
28
- #{$mat-select} {
28
+ #{ms.$mat-select} {
29
29
  margin-top: 0;
30
30
  border-radius: 6px;
31
31
 
32
- #{$mat-select-value} {
32
+ #{ms.$mat-select-value} {
33
33
  color: var(--adf-metadata-action-button-clear-color);
34
34
  }
35
35
 
36
- #{$mat-select-trigger} {
36
+ #{ms.$mat-select-trigger} {
37
37
  padding: 6px 12px 6px 6px;
38
38
  }
39
39
  }
@@ -43,7 +43,7 @@
43
43
  padding-left: 10px;
44
44
  }
45
45
 
46
- #{$mat-form-field-subscript-wrapper} {
46
+ #{ms.$mat-form-field-subscript-wrapper} {
47
47
  display: none;
48
48
  }
49
49
 
@@ -53,7 +53,7 @@
53
53
  color: var(--adf-metadata-property-panel-title-color);
54
54
  }
55
55
 
56
- #{$mat-line-ripple} {
56
+ #{ms.$mat-line-ripple} {
57
57
  display: none;
58
58
  }
59
59
 
@@ -1,4 +1,4 @@
1
- @import 'styles/mat-selectors';
1
+ @use '../../../../styles/mat-selectors' as ms;
2
2
 
3
3
  $select-filter-height: 4em !default;
4
4
 
@@ -17,7 +17,7 @@ $select-filter-height: 4em !default;
17
17
  background: var(--adf-theme-background-card-color);
18
18
  }
19
19
 
20
- #{$mat-form-field} {
20
+ #{ms.$mat-form-field} {
21
21
  width: 100%;
22
22
  }
23
23
 
@@ -26,7 +26,7 @@ $select-filter-height: 4em !default;
26
26
  }
27
27
  }
28
28
 
29
- #{$mat-select-panel}.adf-select-filter {
29
+ #{ms.$mat-select-panel}.adf-select-filter {
30
30
  transform: none;
31
31
  overflow-x: hidden;
32
32
  max-height: calc(256px + #{$select-filter-height});
@@ -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
  }
@@ -86,7 +86,7 @@
86
86
  white-space: nowrap;
87
87
  }
88
88
 
89
- #{$mat-line-ripple} {
89
+ #{ms.$mat-line-ripple} {
90
90
  &::before,
91
91
  &::after {
92
92
  display: none;
@@ -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
  }
@@ -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);
@@ -145,14 +145,14 @@ $data-table-cell-min-width-file-size: $data-table-cell-min-width-1 !default;
145
145
  }
146
146
 
147
147
  .adf-datatable-row {
148
- @include material-animation-default(0.28s);
148
+ @include mixins.material-animation-default(0.28s);
149
149
 
150
150
  transition-property: background-color;
151
151
  border-top: 1px solid var(--adf-theme-foreground-text-color-007);
152
152
  min-height: $data-table-row-height;
153
153
  cursor: pointer;
154
154
 
155
- @include adf-no-select;
155
+ @include mixins.adf-no-select;
156
156
 
157
157
  &.adf-is-selected,
158
158
  &.adf-is-selected:hover {
@@ -238,7 +238,7 @@ $data-table-cell-min-width-file-size: $data-table-cell-min-width-1 !default;
238
238
  }
239
239
 
240
240
  button {
241
- #{$mat-icon} {
241
+ #{ms.$mat-icon} {
242
242
  margin-top: -10px;
243
243
  }
244
244
  }
@@ -512,7 +512,7 @@ $data-table-cell-min-width-file-size: $data-table-cell-min-width-1 !default;
512
512
  }
513
513
 
514
514
  .adf-datatable-cell-header {
515
- @include adf-no-select;
515
+ @include mixins.adf-no-select;
516
516
 
517
517
  position: relative;
518
518
  display: flex;
@@ -532,7 +532,7 @@ $data-table-cell-min-width-file-size: $data-table-cell-min-width-1 !default;
532
532
  }
533
533
 
534
534
  &.adf-sortable {
535
- @include adf-no-select;
535
+ @include mixins.adf-no-select;
536
536
 
537
537
  display: flex;
538
538
  align-items: center;
@@ -544,7 +544,7 @@ $data-table-cell-min-width-file-size: $data-table-cell-min-width-1 !default;
544
544
  padding-right: 0.25rem;
545
545
 
546
546
  &::after {
547
- @include typo-icon;
547
+ @include mixins.typo-icon;
548
548
 
549
549
  font-size: $data-table-header-sort-icon-size;
550
550
  content: '\e5d8';
@@ -626,7 +626,7 @@ $data-table-cell-min-width-file-size: $data-table-cell-min-width-1 !default;
626
626
  }
627
627
  }
628
628
 
629
- #{$cdk-drag-preview} {
629
+ #{ms.$cdk-drag-preview} {
630
630
  min-height: $data-table-row-height;
631
631
  display: flex;
632
632
  flex-direction: row;
@@ -646,7 +646,7 @@ $data-table-cell-min-width-file-size: $data-table-cell-min-width-1 !default;
646
646
  }
647
647
 
648
648
  /* [Accessibility] Material checkbox labels */
649
- .adf-checkbox-sr-only #{$mat-checkbox-label} {
649
+ .adf-checkbox-sr-only #{ms.$mat-checkbox-label} {
650
650
  position: absolute;
651
651
  width: 1px;
652
652
  height: 1px;
@@ -692,7 +692,7 @@ $data-table-cell-min-width-file-size: $data-table-cell-min-width-1 !default;
692
692
  }
693
693
 
694
694
  .adf-datatable--empty {
695
- @include flex-column;
695
+ @include mixins.flex-column;
696
696
 
697
697
  justify-content: center;
698
698
  align-items: center;
@@ -719,7 +719,7 @@ $data-table-cell-min-width-file-size: $data-table-cell-min-width-1 !default;
719
719
  }
720
720
 
721
721
  .adf-datatable-body {
722
- @include flex-column;
722
+ @include mixins.flex-column;
723
723
 
724
724
  justify-content: center;
725
725
  align-items: center;
@@ -1,7 +1,7 @@
1
- @import 'styles/mat-selectors';
1
+ @use '../../styles/mat-selectors' as ms;
2
2
 
3
3
  .adf-edit-json-dialog {
4
- #{$mat-dialog-content} {
4
+ #{ms.$mat-dialog-content} {
5
5
  height: 300px;
6
6
  overflow: hidden;
7
7
  }
@@ -1,4 +1,4 @@
1
- @import 'styles/mat-selectors';
1
+ @use '../styles/mat-selectors' as ms;
2
2
 
3
3
  .adf-dynamic-chip-list-container {
4
4
  display: flex;
@@ -60,10 +60,10 @@
60
60
  margin-bottom: 0;
61
61
  padding: 6px 11px;
62
62
 
63
- #{$mat-evolution-chip-action} {
63
+ #{ms.$mat-evolution-chip-action} {
64
64
  padding: 2px 12px;
65
65
 
66
- #{$mat-evolution-chip-text-label} {
66
+ #{ms.$mat-evolution-chip-text-label} {
67
67
  color: var(--adf-theme-foreground-text-color-054);
68
68
  }
69
69
  }
@@ -1,6 +1,6 @@
1
1
  /* stylelint-disable selector-class-pattern */
2
- @import 'styles/flex';
3
- @import 'styles/mat-selectors';
2
+ @use '../../styles/flex' as flex;
3
+ @use '../../styles/mat-selectors' as ms;
4
4
 
5
5
  .adf-hidden {
6
6
  display: none;
@@ -18,7 +18,7 @@
18
18
  display: grid;
19
19
 
20
20
  &-column-view {
21
- @include layout-bp(lt-md) {
21
+ @include flex.layout-bp(lt-md) {
22
22
  display: flow;
23
23
  }
24
24
 
@@ -47,7 +47,7 @@
47
47
  }
48
48
  }
49
49
 
50
- @include layout-bp(lt-md) {
50
+ @include flex.layout-bp(lt-md) {
51
51
  .adf-grid-list-item {
52
52
  flex: 1 0 100%;
53
53
  }
@@ -75,10 +75,10 @@
75
75
  top: 1.8em;
76
76
  }
77
77
 
78
- #{$mat-focused} {
78
+ #{ms.$mat-focused} {
79
79
  width: 100%;
80
80
 
81
- #{$mat-text-field-focused} {
81
+ #{ms.$mat-text-field-focused} {
82
82
  label {
83
83
  color: var(--theme-primary-color);
84
84
  }
@@ -89,12 +89,12 @@
89
89
  background-color: 300ms cubic-bezier(0.55, 0, 0.55, 0.2);
90
90
  }
91
91
 
92
- #{$mat-form-field-prefix} {
92
+ #{ms.$mat-form-field-prefix} {
93
93
  color: var(--theme-primary-color);
94
94
  }
95
95
  }
96
96
 
97
- #{$mat-grid-tile} {
97
+ #{ms.$mat-grid-tile} {
98
98
  overflow: visible;
99
99
  width: 80%;
100
100
  }
@@ -110,16 +110,16 @@
110
110
  max-width: 100%;
111
111
  max-height: 100%;
112
112
 
113
- & #{$mat-card} {
113
+ & #{ms.$mat-card} {
114
114
  padding: 16px 24px;
115
115
  overflow: hidden;
116
116
  }
117
117
 
118
- & #{$mat-card-header-text} {
118
+ & #{ms.$mat-card-header-text} {
119
119
  margin: 0;
120
120
  }
121
121
 
122
- & #{$mat-tab-body-content} {
122
+ & #{ms.$mat-tab-body-content} {
123
123
  overflow: hidden;
124
124
  }
125
125
 
@@ -132,13 +132,13 @@
132
132
  text-transform: uppercase;
133
133
  }
134
134
 
135
- & #{$mat-tab-ink-bar} {
136
- #{$mat-tab-indicator-underline} {
135
+ & #{ms.$mat-tab-ink-bar} {
136
+ #{ms.$mat-tab-indicator-underline} {
137
137
  border-top-width: 4px;
138
138
  }
139
139
  }
140
140
 
141
- & #{$mat-form-field-wrapper} {
141
+ & #{ms.$mat-form-field-wrapper} {
142
142
  margin: 0 12px 0 0;
143
143
  }
144
144
  }
@@ -201,7 +201,7 @@
201
201
  padding-bottom: 25px;
202
202
  padding-right: 25px;
203
203
 
204
- & #{$mat-button} {
204
+ & #{ms.$mat-button} {
205
205
  height: 36px;
206
206
  border-radius: 5px;
207
207
  width: auto;
@@ -210,7 +210,7 @@
210
210
  white-space: nowrap;
211
211
  }
212
212
 
213
- & #{$mat-button-label} {
213
+ & #{ms.$mat-button-label} {
214
214
  min-width: 58px;
215
215
  }
216
216
  }
@@ -223,7 +223,7 @@
223
223
  }
224
224
  }
225
225
 
226
- &-left-label-input-container #{$mat-form-field-label} {
226
+ &-left-label-input-container #{ms.$mat-form-field-label} {
227
227
  top: auto;
228
228
  bottom: 0;
229
229
  }
@@ -237,7 +237,7 @@
237
237
  form-field {
238
238
  width: 100%;
239
239
 
240
- #{$mat-input-element} {
240
+ #{ms.$mat-input-element} {
241
241
  font-size: var(--theme-body-2-font-size);
242
242
  padding-top: 8px;
243
243
  line-height: normal;
@@ -1,5 +1,5 @@
1
1
  /* stylelint-disable selector-class-pattern */
2
- @import 'styles/mat-selectors';
2
+ @use '../../../styles/mat-selectors' as ms;
3
3
 
4
4
  $adf-inplace-input-padding: 7px;
5
5
 
@@ -10,16 +10,16 @@ $adf-inplace-input-padding: 7px;
10
10
  }
11
11
  }
12
12
 
13
- #{$mat-line-ripple} {
13
+ #{ms.$mat-line-ripple} {
14
14
  display: none;
15
15
  }
16
16
 
17
- #{$mat-form-text-field-infix} {
17
+ #{ms.$mat-form-text-field-infix} {
18
18
  display: flex;
19
19
  border-top: 0;
20
20
  }
21
21
 
22
- #{$mat-form-field-label} {
22
+ #{ms.$mat-form-field-label} {
23
23
  padding: $adf-inplace-input-padding;
24
24
  }
25
25
 
@@ -1,5 +1,5 @@
1
1
  /* stylelint-disable selector-class-pattern */
2
- @import 'styles/mat-selectors';
2
+ @use '../../../../styles/mat-selectors' as ms;
3
3
 
4
4
  .adf {
5
5
  &-amount-widget {
@@ -14,17 +14,17 @@
14
14
  &-amount-widget__input {
15
15
  margin-top: -15px;
16
16
 
17
- #{$mat-focused} {
17
+ #{ms.$mat-focused} {
18
18
  transition: none;
19
19
  }
20
20
 
21
- #{$mat-form-field-prefix} {
21
+ #{ms.$mat-form-field-prefix} {
22
22
  padding-top: 16px;
23
23
  padding-bottom: 16px;
24
24
  align-self: flex-end;
25
25
  }
26
26
 
27
- &:not(#{$mat-focused}):not(#{$mat-form-field-invalid}) {
27
+ &:not(#{ms.$mat-focused}):not(#{ms.$mat-form-field-invalid}) {
28
28
  .adf-amount-widget__prefix-spacing {
29
29
  color: var(--adf-theme-foreground-secondary-text-color);
30
30
  }
@@ -1,27 +1,27 @@
1
1
  /* stylelint-disable selector-class-pattern */
2
- @import 'styles/mat-selectors';
2
+ @use '../../../../styles/mat-selectors' as ms;
3
3
 
4
4
  .adf {
5
5
  &-date-time-widget {
6
- #{$mat-form-field-suffix} {
6
+ #{ms.$mat-form-field-suffix} {
7
7
  top: 26px;
8
8
  }
9
9
 
10
- #{$mat-form-field-label} {
10
+ #{ms.$mat-form-field-label} {
11
11
  top: 20px;
12
12
  }
13
13
  }
14
14
 
15
15
  &-left-label-input-datepicker {
16
- #{$mat-form-field-suffix} {
16
+ #{ms.$mat-form-field-suffix} {
17
17
  top: 0;
18
18
  }
19
- #{$mat-form-text-field-infix} {
19
+ #{ms.$mat-form-text-field-infix} {
20
20
  width: 100%;
21
21
  }
22
22
  }
23
23
  }
24
24
 
25
- .mat-datetimepicker-toggle {
25
+ #{ms.$mat-datetimepicker-toggle} {
26
26
  color: var(--adf-theme-foreground-icon-color);
27
27
  }