diff --git a/core-web/libs/edit-content/src/lib/fields/dot-edit-content-category-field/components/dot-category-field-category-list/dot-category-field-category-list.component.html b/core-web/libs/edit-content/src/lib/fields/dot-edit-content-category-field/components/dot-category-field-category-list/dot-category-field-category-list.component.html index 0709021be1f8..a48526f95b00 100644 --- a/core-web/libs/edit-content/src/lib/fields/dot-edit-content-category-field/components/dot-category-field-category-list/dot-category-field-category-list.component.html +++ b/core-web/libs/edit-content/src/lib/fields/dot-edit-content-category-field/components/dot-category-field-category-list/dot-category-field-category-list.component.html @@ -3,41 +3,41 @@ [ngClass]="{ 'no-overflow-x-yet': emptyColumns().length }" class="flex-1 category-list__category-list"> @for (column of categories(); let index = $index; track index) { - -
- @for (item of column; track item.key) { -
- + +
+ @for (item of column; track item.key) { +
+ - + - @if (item.hasChildren) { - - } -
+ @if (item.hasChildren) { + }
+ } +
} @for (_ of emptyColumns(); track _) { -
+
}
diff --git a/core-web/libs/edit-content/src/lib/fields/dot-edit-content-category-field/components/dot-category-field-search-list/dot-category-field-search-list.component.html b/core-web/libs/edit-content/src/lib/fields/dot-edit-content-category-field/components/dot-category-field-search-list/dot-category-field-search-list.component.html index aef3f4f13348..700857ffb40a 100644 --- a/core-web/libs/edit-content/src/lib/fields/dot-edit-content-category-field/components/dot-category-field-search-list/dot-category-field-search-list.component.html +++ b/core-web/libs/edit-content/src/lib/fields/dot-edit-content-category-field/components/dot-category-field-search-list/dot-category-field-search-list.component.html @@ -1,42 +1,42 @@
@if (!isLoading()) { - - - - - - - {{ 'edit.content.category-field.search.name' | dm }} - {{ 'edit.content.category-field.search.assignee' | dm }} - - + + + + + + + {{ 'edit.content.category-field.search.name' | dm }} + {{ 'edit.content.category-field.search.assignee' | dm }} + + - - - - - - {{ category.value }} - {{ category.path }} - - - + + + + + + {{ category.value }} + {{ category.path }} + + + } @else { - + }
diff --git a/core-web/libs/edit-content/src/lib/fields/dot-edit-content-category-field/components/dot-category-field-search/dot-category-field-search.component.html b/core-web/libs/edit-content/src/lib/fields/dot-edit-content-category-field/components/dot-category-field-search/dot-category-field-search.component.html index b527a52a4827..f7049dcedac6 100644 --- a/core-web/libs/edit-content/src/lib/fields/dot-edit-content-category-field/components/dot-category-field-search/dot-category-field-search.component.html +++ b/core-web/libs/edit-content/src/lib/fields/dot-edit-content-category-field/components/dot-category-field-search/dot-category-field-search.component.html @@ -6,14 +6,13 @@ pInputText type="text" /> @if (searchControl.value && !isLoading()) { - - - - } - @if (isLoading()) { - - - + + + + } @if (isLoading()) { + + + } diff --git a/core-web/libs/edit-content/src/lib/fields/dot-edit-content-category-field/components/dot-category-field-sidebar/dot-category-field-sidebar.component.html b/core-web/libs/edit-content/src/lib/fields/dot-edit-content-category-field/components/dot-category-field-sidebar/dot-category-field-sidebar.component.html index 59c5eda9c383..2164d9a9ed52 100644 --- a/core-web/libs/edit-content/src/lib/fields/dot-edit-content-category-field/components/dot-category-field-sidebar/dot-category-field-sidebar.component.html +++ b/core-web/libs/edit-content/src/lib/fields/dot-edit-content-category-field/components/dot-category-field-sidebar/dot-category-field-sidebar.component.html @@ -31,19 +31,19 @@
@if (store.mode() === 'list') { - + } @else { - + }
diff --git a/core-web/libs/edit-content/src/lib/fields/dot-edit-content-category-field/components/dot-table-skeleton/dot-table-skeleton.component.html b/core-web/libs/edit-content/src/lib/fields/dot-edit-content-category-field/components/dot-table-skeleton/dot-table-skeleton.component.html index 99d939794bb0..8d7f6659edb7 100644 --- a/core-web/libs/edit-content/src/lib/fields/dot-edit-content-category-field/components/dot-table-skeleton/dot-table-skeleton.component.html +++ b/core-web/libs/edit-content/src/lib/fields/dot-edit-content-category-field/components/dot-table-skeleton/dot-table-skeleton.component.html @@ -6,7 +6,7 @@ @for (col of columns; track $index) { - {{ col }} + {{ col }} } @@ -14,13 +14,13 @@ @for (col of columns; track $index) { - - @if (col === '') { - - } @else { - - } - + + @if (col === '') { + + } @else { + + } + } diff --git a/core-web/libs/edit-content/src/lib/fields/dot-edit-content-category-field/dot-edit-content-category-field.component.html b/core-web/libs/edit-content/src/lib/fields/dot-edit-content-category-field/dot-edit-content-category-field.component.html index 15f3dba94aaa..a6265c188176 100644 --- a/core-web/libs/edit-content/src/lib/fields/dot-edit-content-category-field/dot-edit-content-category-field.component.html +++ b/core-web/libs/edit-content/src/lib/fields/dot-edit-content-category-field/dot-edit-content-category-field.component.html @@ -1,14 +1,14 @@ @if (store.selected().length) { -
- @for (category of store.selected(); track category.key) { - - } -
+
+ @for (category of store.selected(); track category.key) { + + } +
}