mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
[affected:*][ci:force] attempt to fix mat-selectors importing
This commit is contained in:
committed by
Aleksander Sklorz
parent
378c6c2000
commit
821d9e1864
@@ -1,4 +1,4 @@
|
|||||||
@import 'styles/mat-selectors';
|
@use 'styles/mat-selectors';
|
||||||
|
|
||||||
.app-form-container {
|
.app-form-container {
|
||||||
padding: 10px;
|
padding: 10px;
|
||||||
|
@@ -1,4 +1,4 @@
|
|||||||
@import 'styles/mat-selectors';
|
@use 'styles/mat-selectors';
|
||||||
|
|
||||||
.app-cloud-layout-overflow {
|
.app-cloud-layout-overflow {
|
||||||
overflow: auto;
|
overflow: auto;
|
||||||
|
@@ -1,5 +1,5 @@
|
|||||||
/* stylelint-disable selector-class-pattern */
|
/* stylelint-disable selector-class-pattern */
|
||||||
@import 'styles/mat-selectors';
|
@use 'styles/mat-selectors';
|
||||||
|
|
||||||
adf-search-chip-autocomplete-input {
|
adf-search-chip-autocomplete-input {
|
||||||
.adf-chip-list {
|
.adf-chip-list {
|
||||||
|
@@ -1,5 +1,5 @@
|
|||||||
/* stylelint-disable selector-class-pattern */
|
/* stylelint-disable selector-class-pattern */
|
||||||
@import 'styles/mat-selectors';
|
@use 'styles/mat-selectors';
|
||||||
|
|
||||||
adf-search-properties {
|
adf-search-properties {
|
||||||
.adf-search-properties-form {
|
.adf-search-properties-form {
|
||||||
|
@@ -1,4 +1,4 @@
|
|||||||
@import 'styles/mat-selectors';
|
@use 'styles/mat-selectors';
|
||||||
|
|
||||||
.adf-buttons-menu {
|
.adf-buttons-menu {
|
||||||
margin-right: 10px;
|
margin-right: 10px;
|
||||||
|
@@ -1,4 +1,4 @@
|
|||||||
@import 'styles/mat-selectors';
|
@use 'styles/mat-selectors';
|
||||||
|
|
||||||
.adf {
|
.adf {
|
||||||
&-array-item-icon {
|
&-array-item-icon {
|
||||||
|
@@ -1,4 +1,4 @@
|
|||||||
@import 'styles/mat-selectors';
|
@use 'styles/mat-selectors';
|
||||||
|
|
||||||
.adf-card-view-dateitem {
|
.adf-card-view-dateitem {
|
||||||
.adf-property-value {
|
.adf-property-value {
|
||||||
|
@@ -1,4 +1,4 @@
|
|||||||
@import 'styles/mat-selectors';
|
@use 'styles/mat-selectors';
|
||||||
|
|
||||||
.adf-card-view-key-value-pairs-item {
|
.adf-card-view-key-value-pairs-item {
|
||||||
.adf-property-col-key {
|
.adf-property-col-key {
|
||||||
|
@@ -1,4 +1,4 @@
|
|||||||
@import 'styles/mat-selectors';
|
@use 'styles/mat-selectors';
|
||||||
|
|
||||||
.adf-card-view-selectitem {
|
.adf-card-view-selectitem {
|
||||||
.adf-property-value {
|
.adf-property-value {
|
||||||
|
@@ -1,4 +1,4 @@
|
|||||||
@import 'styles/mat-selectors';
|
@use 'styles/mat-selectors';
|
||||||
|
|
||||||
$select-filter-height: 4em !default;
|
$select-filter-height: 4em !default;
|
||||||
|
|
||||||
|
@@ -1,4 +1,4 @@
|
|||||||
@import 'styles/mat-selectors';
|
@use 'styles/mat-selectors';
|
||||||
|
|
||||||
.adf-card-view-textitem {
|
.adf-card-view-textitem {
|
||||||
.adf-textitem-error {
|
.adf-textitem-error {
|
||||||
|
@@ -1,4 +1,4 @@
|
|||||||
@import 'styles/mat-selectors';
|
@use 'styles/mat-selectors';
|
||||||
|
|
||||||
.adf-property-list {
|
.adf-property-list {
|
||||||
background: var(--adf-card-view-background);
|
background: var(--adf-card-view-background);
|
||||||
|
@@ -1,4 +1,4 @@
|
|||||||
@import 'styles/mat-selectors';
|
@use 'styles/mat-selectors';
|
||||||
|
|
||||||
adf-comments {
|
adf-comments {
|
||||||
.adf-comments-container {
|
.adf-comments-container {
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
/* stylelint-disable no-descending-specificity */
|
/* stylelint-disable no-descending-specificity */
|
||||||
@use '@angular/material' as mat;
|
@use '@angular/material' as mat;
|
||||||
@import '../../../styles/mixins';
|
@import '../../../styles/mixins';
|
||||||
@import 'styles/mat-selectors';
|
@use 'styles/mat-selectors';
|
||||||
|
|
||||||
$data-table-header-font-size: var(--theme-caption-font-size) !default;
|
$data-table-header-font-size: var(--theme-caption-font-size) !default;
|
||||||
$data-table-header-sort-icon-size: var(--theme-subheading-2-font-size) !default;
|
$data-table-header-sort-icon-size: var(--theme-subheading-2-font-size) !default;
|
||||||
|
@@ -1,4 +1,4 @@
|
|||||||
@import 'styles/mat-selectors';
|
@use 'styles/mat-selectors';
|
||||||
|
|
||||||
.adf-edit-json-dialog {
|
.adf-edit-json-dialog {
|
||||||
#{$mat-dialog-content} {
|
#{$mat-dialog-content} {
|
||||||
|
@@ -1,6 +1,6 @@
|
|||||||
/* stylelint-disable selector-class-pattern */
|
/* stylelint-disable selector-class-pattern */
|
||||||
@import 'styles/flex';
|
@import 'styles/flex';
|
||||||
@import 'styles/mat-selectors';
|
@use 'styles/mat-selectors';
|
||||||
|
|
||||||
.adf-hidden {
|
.adf-hidden {
|
||||||
display: none;
|
display: none;
|
||||||
|
@@ -1,5 +1,5 @@
|
|||||||
/* stylelint-disable selector-class-pattern */
|
/* stylelint-disable selector-class-pattern */
|
||||||
@import 'styles/mat-selectors';
|
@use 'styles/mat-selectors';
|
||||||
|
|
||||||
$adf-inplace-input-padding: 7px;
|
$adf-inplace-input-padding: 7px;
|
||||||
|
|
||||||
|
@@ -1,5 +1,5 @@
|
|||||||
/* stylelint-disable selector-class-pattern */
|
/* stylelint-disable selector-class-pattern */
|
||||||
@import 'styles/mat-selectors';
|
@use 'styles/mat-selectors';
|
||||||
|
|
||||||
.adf {
|
.adf {
|
||||||
&-amount-widget {
|
&-amount-widget {
|
||||||
|
@@ -1,5 +1,5 @@
|
|||||||
/* stylelint-disable selector-class-pattern */
|
/* stylelint-disable selector-class-pattern */
|
||||||
@import 'styles/mat-selectors';
|
@use 'styles/mat-selectors';
|
||||||
|
|
||||||
.adf {
|
.adf {
|
||||||
&-date-time-widget {
|
&-date-time-widget {
|
||||||
|
@@ -1,5 +1,5 @@
|
|||||||
/* stylelint-disable no-descending-specificity */
|
/* stylelint-disable no-descending-specificity */
|
||||||
@import 'styles/mat-selectors';
|
@use 'styles/mat-selectors';
|
||||||
|
|
||||||
ul > li > form-field > .adf-focus {
|
ul > li > form-field > .adf-focus {
|
||||||
.adf-label {
|
.adf-label {
|
||||||
|
@@ -1,5 +1,5 @@
|
|||||||
/* stylelint-disable selector-class-pattern */
|
/* stylelint-disable selector-class-pattern */
|
||||||
@import 'styles/mat-selectors';
|
@use 'styles/mat-selectors';
|
||||||
|
|
||||||
.adf {
|
.adf {
|
||||||
&-text-widget {
|
&-text-widget {
|
||||||
|
@@ -1,5 +1,5 @@
|
|||||||
@import '../styles/mixins';
|
@import '../styles/mixins';
|
||||||
@import 'styles/mat-selectors';
|
@use 'styles/mat-selectors';
|
||||||
|
|
||||||
$adf-info-drawer-layout-title-font-size: var(--theme-title-font-size) !default;
|
$adf-info-drawer-layout-title-font-size: var(--theme-title-font-size) !default;
|
||||||
$adf-info-drawer-icon-size: 48px !default;
|
$adf-info-drawer-icon-size: 48px !default;
|
||||||
|
@@ -1,4 +1,4 @@
|
|||||||
@import 'styles/mat-selectors';
|
@use 'styles/mat-selectors';
|
||||||
|
|
||||||
.adf {
|
.adf {
|
||||||
&-info-drawer {
|
&-info-drawer {
|
||||||
|
@@ -1,4 +1,4 @@
|
|||||||
@import 'styles/mat-selectors';
|
@use 'styles/mat-selectors';
|
||||||
|
|
||||||
adf-layout-container {
|
adf-layout-container {
|
||||||
display: block;
|
display: block;
|
||||||
|
@@ -1,6 +1,6 @@
|
|||||||
@use '../../../styles/flex' as flex;
|
@use '../../../styles/flex' as flex;
|
||||||
@import '../../../styles/mixins';
|
@import '../../../styles/mixins';
|
||||||
@import 'styles/mat-selectors';
|
@use 'styles/mat-selectors';
|
||||||
|
|
||||||
.adf-sidenav-layout {
|
.adf-sidenav-layout {
|
||||||
&-full-space {
|
&-full-space {
|
||||||
|
@@ -1,4 +1,4 @@
|
|||||||
@import 'styles/mat-selectors';
|
@use 'styles/mat-selectors';
|
||||||
|
|
||||||
$notification-item-height: 72px;
|
$notification-item-height: 72px;
|
||||||
|
|
||||||
|
@@ -1,4 +1,4 @@
|
|||||||
@import 'styles/mat-selectors';
|
@use 'styles/mat-selectors';
|
||||||
|
|
||||||
.adf-search-container:has(.adf-input-form-field-divider) {
|
.adf-search-container:has(.adf-input-form-field-divider) {
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
|
@@ -1,4 +1,4 @@
|
|||||||
@import 'styles/mat-selectors';
|
@use 'styles/mat-selectors';
|
||||||
|
|
||||||
:host {
|
:host {
|
||||||
display: flex;
|
display: flex;
|
||||||
|
@@ -1,4 +1,4 @@
|
|||||||
@import 'styles/mat-selectors';
|
@use 'styles/mat-selectors';
|
||||||
|
|
||||||
.adf-empty-content {
|
.adf-empty-content {
|
||||||
color: var(--adf-theme-foreground-text-color-054);
|
color: var(--adf-theme-foreground-text-color-054);
|
||||||
|
@@ -1,4 +1,4 @@
|
|||||||
@import 'styles/mat-selectors';
|
@use 'styles/mat-selectors';
|
||||||
|
|
||||||
.adf-image-viewer {
|
.adf-image-viewer {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
@@ -1,4 +1,4 @@
|
|||||||
@import 'styles/mat-selectors';
|
@use 'styles/mat-selectors';
|
||||||
|
|
||||||
.adf-pdf-viewer {
|
.adf-pdf-viewer {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
@@ -1,5 +1,5 @@
|
|||||||
/* stylelint-disable scss/at-extend-no-missing-placeholder */
|
/* stylelint-disable scss/at-extend-no-missing-placeholder */
|
||||||
@import 'styles/mat-selectors';
|
@use 'styles/mat-selectors';
|
||||||
|
|
||||||
.adf-full-screen {
|
.adf-full-screen {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
@@ -1,5 +1,5 @@
|
|||||||
/* stylelint-disable scss/at-extend-no-missing-placeholder */
|
/* stylelint-disable scss/at-extend-no-missing-placeholder */
|
||||||
@import 'styles/mat-selectors';
|
@use 'styles/mat-selectors';
|
||||||
|
|
||||||
.adf-full-screen {
|
.adf-full-screen {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
@@ -1,4 +1,4 @@
|
|||||||
@import 'styles/mat-selectors';
|
@use 'styles/mat-selectors';
|
||||||
|
|
||||||
/* cspell: disable-next-line */
|
/* cspell: disable-next-line */
|
||||||
/* stylelint-disable scss/at-extend-no-missing-placeholder */
|
/* stylelint-disable scss/at-extend-no-missing-placeholder */
|
||||||
|
@@ -1,5 +1,5 @@
|
|||||||
/* stylelint-disable selector-class-pattern */
|
/* stylelint-disable selector-class-pattern */
|
||||||
@import 'styles/mat-selectors';
|
@use 'styles/mat-selectors';
|
||||||
|
|
||||||
.adf {
|
.adf {
|
||||||
// eslint-disable-selector-class-pattern
|
// eslint-disable-selector-class-pattern
|
||||||
|
@@ -1,5 +1,5 @@
|
|||||||
@import 'styles/flex';
|
@import 'styles/flex';
|
||||||
@import 'styles/mat-selectors';
|
@use 'styles/mat-selectors';
|
||||||
|
|
||||||
/* stylelint-disable scss/no-global-function-names */
|
/* stylelint-disable scss/no-global-function-names */
|
||||||
@mixin adf-line-clamp($line-height: 1.25, $lines: 3) {
|
@mixin adf-line-clamp($line-height: 1.25, $lines: 3) {
|
||||||
|
@@ -1,4 +1,4 @@
|
|||||||
@import 'styles/mat-selectors';
|
@use 'styles/mat-selectors';
|
||||||
|
|
||||||
.adf-form-container {
|
.adf-form-container {
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
|
@@ -1,4 +1,4 @@
|
|||||||
@import 'styles/mat-selectors';
|
@use 'styles/mat-selectors';
|
||||||
|
|
||||||
.adf-attach-file-widget-dialog {
|
.adf-attach-file-widget-dialog {
|
||||||
#{$mat-dialog-actions} {
|
#{$mat-dialog-actions} {
|
||||||
|
@@ -1,5 +1,5 @@
|
|||||||
@import 'styles/flex';
|
@import 'styles/flex';
|
||||||
@import 'styles/mat-selectors';
|
@use 'styles/mat-selectors';
|
||||||
|
|
||||||
.adf {
|
.adf {
|
||||||
&-attach-widget-container {
|
&-attach-widget-container {
|
||||||
|
@@ -1,4 +1,4 @@
|
|||||||
@import 'styles/mat-selectors';
|
@use 'styles/mat-selectors';
|
||||||
|
|
||||||
.adf {
|
.adf {
|
||||||
&-attach-folder-widget-container {
|
&-attach-folder-widget-container {
|
||||||
|
@@ -1,4 +1,4 @@
|
|||||||
@import 'styles/mat-selectors';
|
@use 'styles/mat-selectors';
|
||||||
|
|
||||||
.adf {
|
.adf {
|
||||||
&-dropdown-widget {
|
&-dropdown-widget {
|
||||||
|
@@ -1,4 +1,4 @@
|
|||||||
@import 'styles/mat-selectors';
|
@use 'styles/mat-selectors';
|
||||||
|
|
||||||
.adf {
|
.adf {
|
||||||
&-people-widget {
|
&-people-widget {
|
||||||
|
@@ -1,4 +1,4 @@
|
|||||||
@import 'styles/mat-selectors';
|
@use 'styles/mat-selectors';
|
||||||
|
|
||||||
.adf {
|
.adf {
|
||||||
&-upload-widget-container {
|
&-upload-widget-container {
|
||||||
|
@@ -1,4 +1,4 @@
|
|||||||
@import 'styles/mat-selectors';
|
@use 'styles/mat-selectors';
|
||||||
|
|
||||||
.adf-assignment-header {
|
.adf-assignment-header {
|
||||||
border-bottom: 1px solid var(--adf-theme-foreground-divider-color);
|
border-bottom: 1px solid var(--adf-theme-foreground-divider-color);
|
||||||
|
@@ -1,5 +1,5 @@
|
|||||||
@import 'styles/flex';
|
@import 'styles/flex';
|
||||||
@import 'styles/mat-selectors';
|
@use 'styles/mat-selectors';
|
||||||
|
|
||||||
.adf {
|
.adf {
|
||||||
&-start-process {
|
&-start-process {
|
||||||
|
@@ -1,5 +1,5 @@
|
|||||||
@import 'styles/flex';
|
@import 'styles/flex';
|
||||||
@import 'styles/mat-selectors';
|
@use 'styles/mat-selectors';
|
||||||
|
|
||||||
.adf {
|
.adf {
|
||||||
&-userinfo-container {
|
&-userinfo-container {
|
||||||
|
@@ -1,4 +1,4 @@
|
|||||||
@import 'styles/mat-selectors';
|
@use 'styles/mat-selectors';
|
||||||
|
|
||||||
.adf-attach-form {
|
.adf-attach-form {
|
||||||
#{$mat-form-field} {
|
#{$mat-form-field} {
|
||||||
|
@@ -1,4 +1,4 @@
|
|||||||
@import 'styles/mat-selectors';
|
@use 'styles/mat-selectors';
|
||||||
|
|
||||||
:host {
|
:host {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
@@ -1,5 +1,5 @@
|
|||||||
@import 'styles/flex';
|
@import 'styles/flex';
|
||||||
@import 'styles/mat-selectors';
|
@use 'styles/mat-selectors';
|
||||||
|
|
||||||
/* stylelint-disable no-descending-specificity */
|
/* stylelint-disable no-descending-specificity */
|
||||||
.adf-new-task-heading {
|
.adf-new-task-heading {
|
||||||
|
@@ -1,5 +1,5 @@
|
|||||||
@import 'styles/flex';
|
@import 'styles/flex';
|
||||||
@import 'styles/mat-selectors';
|
@use 'styles/mat-selectors';
|
||||||
|
|
||||||
adf-task-details {
|
adf-task-details {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
@@ -1,4 +1,4 @@
|
|||||||
@import 'styles/mat-selectors';
|
@use 'styles/mat-selectors';
|
||||||
|
|
||||||
.adf-task-form {
|
.adf-task-form {
|
||||||
&-container {
|
&-container {
|
||||||
|
@@ -1,4 +1,4 @@
|
|||||||
@import 'styles/mat-selectors';
|
@use 'styles/mat-selectors';
|
||||||
|
|
||||||
.adf-message-card {
|
.adf-message-card {
|
||||||
width: 60%;
|
width: 60%;
|
||||||
|
Reference in New Issue
Block a user