From f2c1778eda863250cc15344e1ee87d49c1cca37d Mon Sep 17 00:00:00 2001 From: davidcanonieto Date: Fri, 18 Oct 2019 17:35:01 +0100 Subject: [PATCH] [ADF-4595] Change demo-shell style classes prefix (#5132) * [ADF-4595] Change demo-shell style classes prefix * Change more files * Trigger e2e tests * Fix e2e selectors * Fix e2e tests * Fix e2e tests --- demo-shell/src/app/app.component.html | 2 +- demo-shell/src/app/app.component.scss | 2 +- .../app-layout/app-layout.component.html | 22 +- .../app-layout/app-layout.component.scss | 14 +- .../app-layout/app-layout.component.ts | 2 +- .../form-demo/cloud-form-demo.component.html | 14 +- .../form-demo/cloud-form-demo.component.scss | 14 +- .../breadcrumb-demo.component.html | 8 +- .../breadcrumb-demo.component.scss | 6 +- .../card-view/card-view.component.html | 14 +- .../card-view/card-view.component.scss | 6 +- .../cloud/cloud-breadcrumb-component.html | 4 +- .../cloud/cloud-breadcrumb-component.scss | 4 +- .../cloud/cloud-filters-demo.component.scss | 2 +- .../cloud/cloud-layout.component.html | 2 +- .../cloud/cloud-layout.component.scss | 4 +- .../community/community-cloud.component.html | 2 +- .../community/community-cloud.component.ts | 4 +- ...unity-process-details-cloud.component.html | 6 +- ...unity-process-details-cloud.component.scss | 2 +- .../community-processes-cloud.component.html | 2 +- .../community-task-cloud.component.html | 2 +- ...ommunity-task-details-cloud.component.scss | 2 +- .../people-groups-cloud-demo.component.html | 54 ++--- .../people-groups-cloud-demo.component.scss | 4 +- .../process-details-cloud-demo.component.html | 6 +- .../process-details-cloud-demo.component.scss | 2 +- .../cloud/processes-cloud-demo.component.html | 2 +- .../shared/cloud-settings.component.html | 2 +- .../shared/cloud-settings.component.scss | 4 +- .../task-details-cloud-demo.component.scss | 2 +- .../cloud/tasks-cloud-demo.component.html | 2 +- .../config-editor.component.html | 6 +- .../config-editor.component.scss | 6 +- .../content-node-selector.component.html | 38 ++-- .../content-node-selector.component.scss | 2 +- .../copy-content/datatable.component.html | 2 +- .../name-column/name-column.component.ts | 2 +- .../error/demo-error.component.html | 4 +- .../error/demo-error.component.scss | 2 +- .../file-view/file-view.component.scss | 4 +- .../app/components/files/files.component.html | 76 +++---- .../app/components/files/files.component.scss | 36 +-- .../components/form/form-list.component.html | 4 +- .../components/form/form-list.component.scss | 6 +- .../form/form-loading.component.html | 2 +- .../form/form-loading.component.scss | 2 +- .../app/components/form/form.component.html | 14 +- .../app/components/form/form.component.scss | 14 +- .../header-data/header-data.component.html | 2 +- .../header-data/header-data.component.scss | 2 +- .../app/components/home/home.component.html | 10 +- .../app/components/home/home.component.scss | 8 +- .../app/components/login/login.component.html | 22 +- .../app/components/login/login.component.scss | 20 +- .../components/logout/logout.component.html | 14 +- .../components/logout/logout.component.scss | 10 +- .../notifications.component.html | 2 +- .../notifications.component.scss | 2 +- .../demo-permissions.component.html | 2 +- .../demo-permissions.component.scss | 2 +- .../app/components/pipes/pipes.component.html | 18 +- .../app/components/pipes/pipes.component.scss | 2 +- .../process-list-demo.component.html | 4 +- .../process-list-demo.component.scss | 6 +- .../process-attachments.component.html | 6 +- .../process-service.component.html | 60 ++--- .../process-service.component.scss | 28 +-- .../task-attachments.component.html | 6 +- .../report-issue/report-issue.component.html | 8 +- .../report-issue/report-issue.component.scss | 2 +- .../search/search-bar.component.scss | 2 +- .../search/search-extended.component.html | 12 +- .../search/search-extended.component.scss | 41 ++-- .../search/search-result.component.html | 10 +- .../search/search-result.component.scss | 14 +- .../shared-link-view.component.scss | 2 +- .../shared-link-view.component.ts | 2 +- .../components/social/social.component.html | 8 +- .../components/social/social.component.scss | 4 +- .../src/app/components/tag/tag.component.html | 10 +- .../src/app/components/tag/tag.component.scss | 4 +- .../task-list-demo.component.html | 6 +- .../task-list-demo.component.scss | 6 +- .../components/theme-picker/theme-picker.html | 2 +- demo-shell/src/custom-style-dev.scss | 8 +- demo-shell/src/custom-style.scss | 8 +- demo-shell/src/index.html | 208 ++++++++++-------- e2e/pages/adf/cardViewComponentPage.ts | 12 +- e2e/pages/adf/configEditorPage.ts | 4 +- e2e/pages/adf/contentServicesPage.ts | 26 +-- .../peopleGroupCloudComponentPage.ts | 34 +-- .../process-services/taskListDemoPage.ts | 2 +- e2e/pages/adf/navigationBarPage.ts | 20 +- e2e/pages/adf/notificationPage.ts | 2 +- e2e/pages/adf/permissionsPage.ts | 2 +- .../process-services/processFiltersPage.ts | 6 +- .../adf/process-services/taskDetailsPage.ts | 2 +- e2e/pages/adf/searchResultsPage.ts | 2 +- lib/core/comments/comments.component.ts | 3 +- stylelint-config.json | 2 +- 101 files changed, 576 insertions(+), 562 deletions(-) diff --git a/demo-shell/src/app/app.component.html b/demo-shell/src/app/app.component.html index 1fa3c352d9..955c66f6d2 100644 --- a/demo-shell/src/app/app.component.html +++ b/demo-shell/src/app/app.component.html @@ -1,4 +1,4 @@ -
+
diff --git a/demo-shell/src/app/app.component.scss b/demo-shell/src/app/app.component.scss index fa75618d8f..126f79efe9 100644 --- a/demo-shell/src/app/app.component.scss +++ b/demo-shell/src/app/app.component.scss @@ -7,7 +7,7 @@ router-outlet[name='overlay'] + * { right: 0; } -.adf-demo-app-container { +.app-demo-app-container { height: 100%; width: 100%; } diff --git a/demo-shell/src/app/components/app-layout/app-layout.component.html b/demo-shell/src/app/components/app-layout/app-layout.component.html index 27a250f4a6..3ffb4c6b82 100644 --- a/demo-shell/src/app/components/app-layout/app-layout.component.html +++ b/demo-shell/src/app/components/app-layout/app-layout.component.html @@ -8,11 +8,11 @@ [tooltip]="tooltip | translate" [showSidenavToggle]="showMenu" [color]="color" [position]="position" (clicked)=toggleMenu($event)> -
+
-
+
@@ -21,7 +21,7 @@ - + @@ -33,13 +33,13 @@ - + - + {{link.icon}} {{link.title | translate }} - arrow_right @@ -47,15 +47,15 @@ + routerLinkActive="app-sidenav-link--active" [routerLinkActiveOptions]="{ exact: true }" + [attr.data-automation-id]="link.title | translate" class="app-sidenav-link"> {{link.icon}} {{link.title | translate }} - + exit_to_app Logout @@ -76,9 +76,9 @@ -
-
+
file_upload diff --git a/demo-shell/src/app/components/app-layout/cloud/form-demo/cloud-form-demo.component.scss b/demo-shell/src/app/components/app-layout/cloud/form-demo/cloud-form-demo.component.scss index 8dcba59cf8..ccc0b9271d 100644 --- a/demo-shell/src/app/components/app-layout/cloud/form-demo/cloud-form-demo.component.scss +++ b/demo-shell/src/app/components/app-layout/cloud/form-demo/cloud-form-demo.component.scss @@ -1,17 +1,17 @@ -.adf-form-container { +.app-form-container { padding: 10px; } -.adf-main-content { +.app-main-content { padding: 0 15px; } -.adf-card-view { +.app-card-view { width: 30%; display: inline-block; } -.adf-console { +.app-console { width: 60%; display: inline-block; vertical-align: top; @@ -31,16 +31,16 @@ } } -.adf-form-config-editor { +.app-form-config-editor { height: 500px !important; } -.adf-form-editor-buttons { +.app-form-editor-buttons { display: flex; justify-content: space-evenly; } -.adf-upload-config-button { +.app-upload-config-button { display: flex; justify-content: center; diff --git a/demo-shell/src/app/components/breadcrumb-demo/breadcrumb-demo.component.html b/demo-shell/src/app/components/breadcrumb-demo/breadcrumb-demo.component.html index 35d547f8cd..b03dd16d4d 100644 --- a/demo-shell/src/app/components/breadcrumb-demo/breadcrumb-demo.component.html +++ b/demo-shell/src/app/components/breadcrumb-demo/breadcrumb-demo.component.html @@ -8,7 +8,7 @@

1. Standalone (fixed size)

Component is used in the fixed-width layout -
+
@@ -57,7 +57,7 @@ Buttons do nothing and are present for layout purposes. - + @@ -79,11 +79,11 @@

6. Dropdown Breadcrumb

-
+
diff --git a/demo-shell/src/app/components/breadcrumb-demo/breadcrumb-demo.component.scss b/demo-shell/src/app/components/breadcrumb-demo/breadcrumb-demo.component.scss index becb4df00b..693bedc97e 100644 --- a/demo-shell/src/app/components/breadcrumb-demo/breadcrumb-demo.component.scss +++ b/demo-shell/src/app/components/breadcrumb-demo/breadcrumb-demo.component.scss @@ -1,13 +1,13 @@ -.adf-breadcrumb-container-restricted { +.app-breadcrumb-container-restricted { width: 800px; max-width: 800px; border: 1px solid lightgray; } -.adf-content { +.app-content { margin: 10px 0; } -.adf-full-content-toolbar .adf-toolbar-title .adf-breadcrumb { +.app-full-content-toolbar .app-toolbar-title .app-breadcrumb { width: 0; } diff --git a/demo-shell/src/app/components/card-view/card-view.component.html b/demo-shell/src/app/components/card-view/card-view.component.html index 87c8edd452..672afa20c8 100644 --- a/demo-shell/src/app/components/card-view/card-view.component.html +++ b/demo-shell/src/app/components/card-view/card-view.component.html @@ -1,7 +1,7 @@ -
+

CardView Component

- + -
+

Changes log:

{{ log }}

-

+

Editable
Show clear date icon
diff --git a/demo-shell/src/app/components/card-view/card-view.component.scss b/demo-shell/src/app/components/card-view/card-view.component.scss index ba481720c8..bbcfe4fead 100644 --- a/demo-shell/src/app/components/card-view/card-view.component.scss +++ b/demo-shell/src/app/components/card-view/card-view.component.scss @@ -1,13 +1,13 @@ -.adf-main-content { +.app-main-content { padding: 0 15px; } -.adf-card-view { +.app-card-view { width: 30%; display: inline-block; } -.adf-console { +.app-console { width: 60%; display: inline-block; vertical-align: top; diff --git a/demo-shell/src/app/components/cloud/cloud-breadcrumb-component.html b/demo-shell/src/app/components/cloud/cloud-breadcrumb-component.html index 47ee00b867..8f536f0805 100644 --- a/demo-shell/src/app/components/cloud/cloud-breadcrumb-component.html +++ b/demo-shell/src/app/components/cloud/cloud-breadcrumb-component.html @@ -1,8 +1,8 @@

-
{{appName + ' >'}}
-
{{filterName | translate}}
+
{{appName + ' >'}}
+
{{filterName | translate}}
diff --git a/demo-shell/src/app/components/cloud/cloud-breadcrumb-component.scss b/demo-shell/src/app/components/cloud/cloud-breadcrumb-component.scss index dc6af11d15..4eb5d73139 100644 --- a/demo-shell/src/app/components/cloud/cloud-breadcrumb-component.scss +++ b/demo-shell/src/app/components/cloud/cloud-breadcrumb-component.scss @@ -1,8 +1,8 @@ -.adf-app-crumb { +.app-app-crumb { opacity: 0.5; } -.adf-filter-crumb { +.app-filter-crumb { opacity: 0.8; margin-left: 5px; } diff --git a/demo-shell/src/app/components/cloud/cloud-filters-demo.component.scss b/demo-shell/src/app/components/cloud/cloud-filters-demo.component.scss index 771d9ca8e5..8955bec48e 100644 --- a/demo-shell/src/app/components/cloud/cloud-filters-demo.component.scss +++ b/demo-shell/src/app/components/cloud/cloud-filters-demo.component.scss @@ -1,3 +1,3 @@ -adf-cloud-task-filters .adf-filters__entry, adf-cloud-process-filters .adf-filters__entry { +app-cloud-task-filters .app-filters__entry, app-cloud-process-filters .app-filters__entry { padding-left: 0 !important; } diff --git a/demo-shell/src/app/components/cloud/cloud-layout.component.html b/demo-shell/src/app/components/cloud/cloud-layout.component.html index 806e7a617a..f22bedfd4f 100644 --- a/demo-shell/src/app/components/cloud/cloud-layout.component.html +++ b/demo-shell/src/app/components/cloud/cloud-layout.component.html @@ -1,4 +1,4 @@ - +
diff --git a/demo-shell/src/app/components/cloud/cloud-layout.component.scss b/demo-shell/src/app/components/cloud/cloud-layout.component.scss index 7c563b9ea9..11d5b44086 100644 --- a/demo-shell/src/app/components/cloud/cloud-layout.component.scss +++ b/demo-shell/src/app/components/cloud/cloud-layout.component.scss @@ -1,7 +1,7 @@ -.adf-cloud-layout-overflow { +.app-cloud-layout-overflow { overflow: auto; } -.adf-cloud-layout-tab-body .mat-tab-body-wrapper { +.app-cloud-layout-tab-body .mat-tab-body-wrapper { height: 100%; } diff --git a/demo-shell/src/app/components/cloud/community/community-cloud.component.html b/demo-shell/src/app/components/cloud/community/community-cloud.component.html index 051349524a..b4419041eb 100644 --- a/demo-shell/src/app/components/cloud/community/community-cloud.component.html +++ b/demo-shell/src/app/components/cloud/community/community-cloud.component.html @@ -1,4 +1,4 @@ - +
diff --git a/demo-shell/src/app/components/cloud/community/community-cloud.component.ts b/demo-shell/src/app/components/cloud/community/community-cloud.component.ts index 40f92e73b4..52c434b18d 100644 --- a/demo-shell/src/app/components/cloud/community/community-cloud.component.ts +++ b/demo-shell/src/app/components/cloud/community/community-cloud.component.ts @@ -21,11 +21,11 @@ import { CloudLayoutService } from '../services/cloud-layout.service'; @Component({ templateUrl: './community-cloud.component.html', - styles: [`.adf-cloud-layout-overflow { + styles: [`.app-cloud-layout-overflow { overflow: auto; } - .adf-cloud-layout-tab-body .mat-tab-body-wrapper { + .app-cloud-layout-tab-body .mat-tab-body-wrapper { height: 100% !important; } `], diff --git a/demo-shell/src/app/components/cloud/community/community-process-details-cloud.component.html b/demo-shell/src/app/components/cloud/community/community-process-details-cloud.component.html index cc41129884..018bc50c78 100644 --- a/demo-shell/src/app/components/cloud/community/community-process-details-cloud.component.html +++ b/demo-shell/src/app/components/cloud/community/community-process-details-cloud.component.html @@ -5,11 +5,11 @@

Simple page to show the process instance: {{ processInstanceId }} of the app: {{ appName }}

-
+
diff --git a/demo-shell/src/app/components/cloud/community/community-process-details-cloud.component.scss b/demo-shell/src/app/components/cloud/community/community-process-details-cloud.component.scss index 3ad46f3b2c..36e1b3e656 100644 --- a/demo-shell/src/app/components/cloud/community/community-process-details-cloud.component.scss +++ b/demo-shell/src/app/components/cloud/community/community-process-details-cloud.component.scss @@ -1,4 +1,4 @@ -.adf { +.app { &-process-cloud-container { display: flex; } diff --git a/demo-shell/src/app/components/cloud/community/community-processes-cloud.component.html b/demo-shell/src/app/components/cloud/community/community-processes-cloud.component.html index fb5071c765..17c46f9942 100644 --- a/demo-shell/src/app/components/cloud/community/community-processes-cloud.component.html +++ b/demo-shell/src/app/components/cloud/community/community-processes-cloud.component.html @@ -12,7 +12,7 @@ + {{ 'APP_LAYOUT.PEOPLE_CLOUD' | translate}} @@ -6,31 +6,31 @@
- {{ + {{ 'PEOPLE_GROUPS_CLOUD.SINGLE' | translate }} - {{ + {{ 'PEOPLE_GROUPS_CLOUD.MULTI' | translate }} -
+
- {{ + {{ 'PEOPLE_GROUPS_CLOUD.APP_FILTER_MODE' | translate }} - {{ + {{ 'PEOPLE_GROUPS_CLOUD.ROLE_FILTER_MODE' | translate }} - + {{ 'PEOPLE_GROUPS_CLOUD.ROLE' | translate }} ["ACTIVITI_ADMIN", "ACTIVITI_USER"] - + - + {{ 'PEOPLE_GROUPS_CLOUD.APP_NAME' | translate }} - + - + {{ 'PEOPLE_GROUPS_CLOUD.PRESELECTED_VALUE' | translate }} {{ DEFAULT_PEOPLE_PLACEHOLDER }} - + - {{ + {{ 'PEOPLE_GROUPS_CLOUD.PRESELECT_VALIDATION' | translate }}
@@ -44,7 +44,7 @@ [mode]="peopleMode">
-
+
person @@ -55,7 +55,7 @@ - + {{ 'APP_LAYOUT.GROUPS_CLOUD' | translate}} @@ -63,29 +63,29 @@
- {{ + {{ 'PEOPLE_GROUPS_CLOUD.SINGLE' | translate }} - {{ + {{ 'PEOPLE_GROUPS_CLOUD.MULTI' | translate }} -
+
- {{ + {{ 'PEOPLE_GROUPS_CLOUD.APP_FILTER_MODE' | translate }} - {{ + {{ 'PEOPLE_GROUPS_CLOUD.ROLE_FILTER_MODE' | translate }} - + {{ 'PEOPLE_GROUPS_CLOUD.ROLE' | translate }} ["ACTIVITI_ADMIN", "ACTIVITI_USER"] - + - + {{ 'PEOPLE_GROUPS_CLOUD.APP_NAME' | translate }} - + - + Preselect: {{ DEFAULT_GROUP_PLACEHOLDER }} - +
@@ -93,7 +93,7 @@ (selectGroup)="onSelectGroup($event)" (removeGroup)="onRemoveGroup($event)">
-
+
group diff --git a/demo-shell/src/app/components/cloud/people-groups-cloud-demo.component.scss b/demo-shell/src/app/components/cloud/people-groups-cloud-demo.component.scss index 99098e7061..bc3ca57840 100644 --- a/demo-shell/src/app/components/cloud/people-groups-cloud-demo.component.scss +++ b/demo-shell/src/app/components/cloud/people-groups-cloud-demo.component.scss @@ -1,4 +1,4 @@ -.adf { +.app { &-section { mat-card-title { font-size:18px; @@ -14,7 +14,7 @@ mat-card-content { - .adf-preselect-value { + .app-preselect-value { margin-right: 15px; min-width: 25%; diff --git a/demo-shell/src/app/components/cloud/process-details-cloud-demo.component.html b/demo-shell/src/app/components/cloud/process-details-cloud-demo.component.html index 4cd466d5f5..e777e9aa04 100644 --- a/demo-shell/src/app/components/cloud/process-details-cloud-demo.component.html +++ b/demo-shell/src/app/components/cloud/process-details-cloud-demo.component.html @@ -5,11 +5,11 @@

Simple page to show the process instance: {{ processInstanceId }} of the app: {{ appName }}

-
+
diff --git a/demo-shell/src/app/components/cloud/process-details-cloud-demo.component.scss b/demo-shell/src/app/components/cloud/process-details-cloud-demo.component.scss index f5e062505b..91e2fbe20d 100644 --- a/demo-shell/src/app/components/cloud/process-details-cloud-demo.component.scss +++ b/demo-shell/src/app/components/cloud/process-details-cloud-demo.component.scss @@ -1,4 +1,4 @@ - .adf { + .app { &-process-cloud-container { display: flex; } diff --git a/demo-shell/src/app/components/cloud/processes-cloud-demo.component.html b/demo-shell/src/app/components/cloud/processes-cloud-demo.component.html index 70dfb611ac..b4442e2172 100644 --- a/demo-shell/src/app/components/cloud/processes-cloud-demo.component.html +++ b/demo-shell/src/app/components/cloud/processes-cloud-demo.component.html @@ -11,7 +11,7 @@
+
{{ 'SETTINGS_CLOUD.MULTISELECTION' | translate }} diff --git a/demo-shell/src/app/components/cloud/shared/cloud-settings.component.scss b/demo-shell/src/app/components/cloud/shared/cloud-settings.component.scss index 5f275cf564..887fdd7773 100644 --- a/demo-shell/src/app/components/cloud/shared/cloud-settings.component.scss +++ b/demo-shell/src/app/components/cloud/shared/cloud-settings.component.scss @@ -1,7 +1,7 @@ -.adf-settings-container { +.app-settings-container { padding: 20px 30px; } -.adf-settings-container mat-form-field { +.app-settings-container mat-form-field { max-width: 200px; } diff --git a/demo-shell/src/app/components/cloud/task-details-cloud-demo.component.scss b/demo-shell/src/app/components/cloud/task-details-cloud-demo.component.scss index e3cc8d8c52..a4b9b86d0d 100644 --- a/demo-shell/src/app/components/cloud/task-details-cloud-demo.component.scss +++ b/demo-shell/src/app/components/cloud/task-details-cloud-demo.component.scss @@ -1,5 +1,5 @@ -.adf { +.app { &-task-detail-container { display: flex; diff --git a/demo-shell/src/app/components/cloud/tasks-cloud-demo.component.html b/demo-shell/src/app/components/cloud/tasks-cloud-demo.component.html index 640e8c3892..aafe6f4950 100644 --- a/demo-shell/src/app/components/cloud/tasks-cloud-demo.component.html +++ b/demo-shell/src/app/components/cloud/tasks-cloud-demo.component.html @@ -11,7 +11,7 @@
- + App Config Editor @@ -32,12 +32,12 @@
-
+
diff --git a/demo-shell/src/app/components/config-editor/config-editor.component.scss b/demo-shell/src/app/components/config-editor/config-editor.component.scss index 904c629480..c5f1324046 100644 --- a/demo-shell/src/app/components/config-editor/config-editor.component.scss +++ b/demo-shell/src/app/components/config-editor/config-editor.component.scss @@ -1,15 +1,15 @@ -.adf-file-editor { +.app-file-editor { height: 500px; width: 65%; float: left; } -.adf-list-confgurations { +.app-list-configurations { float: left; width: 30%; } -.adf-list-confgurations-buttons { +.app-list-configurations-buttons { width: 200px; margin-left: 30%; float: left; diff --git a/demo-shell/src/app/components/content-node-selector/content-node-selector.component.html b/demo-shell/src/app/components/content-node-selector/content-node-selector.component.html index 41812d1e8d..ac68e6acc8 100644 --- a/demo-shell/src/app/components/content-node-selector/content-node-selector.component.html +++ b/demo-shell/src/app/components/content-node-selector/content-node-selector.component.html @@ -8,13 +8,13 @@

Plain picker

- -
+
@@ -26,13 +26,13 @@

Hide My files

- -
+
@@ -45,7 +45,7 @@

Custom Site List

- @@ -54,7 +54,7 @@

Add Site

-
+ @@ -79,7 +79,7 @@
-
+
@@ -92,7 +92,7 @@

Row Filtering

- @@ -105,7 +105,7 @@ Slide Folders -
+
@@ -118,7 +118,7 @@

Exclude Site Content

- @@ -137,7 +137,7 @@ Show Folders -
+
Custom Image Resolving - @@ -161,7 +161,7 @@ Add Custom Images Resolver -
+
@@ -174,12 +174,12 @@

Set Page Size

- -
+
Is Valid Selection Function - -
+
BreadCrumb Transform Function - -
+
diff --git a/demo-shell/src/app/components/content-node-selector/content-node-selector.component.scss b/demo-shell/src/app/components/content-node-selector/content-node-selector.component.scss index aa99ee25c5..957293d47d 100644 --- a/demo-shell/src/app/components/content-node-selector/content-node-selector.component.scss +++ b/demo-shell/src/app/components/content-node-selector/content-node-selector.component.scss @@ -1,4 +1,4 @@ -.adf-content-node-selector-demo { +.app-content-node-selector-demo { &-main { display: flex; diff --git a/demo-shell/src/app/components/datatable/copy-content/datatable.component.html b/demo-shell/src/app/components/datatable/copy-content/datatable.component.html index 832b6a8581..5a2e8ed808 100644 --- a/demo-shell/src/app/components/datatable/copy-content/datatable.component.html +++ b/demo-shell/src/app/components/datatable/copy-content/datatable.component.html @@ -16,7 +16,7 @@ [data]="dataForCopy"> - + diff --git a/demo-shell/src/app/components/document-list/extension-presets/name-column/name-column.component.ts b/demo-shell/src/app/components/document-list/extension-presets/name-column/name-column.component.ts index a4fa1189a1..bed4b8e57a 100644 --- a/demo-shell/src/app/components/document-list/extension-presets/name-column/name-column.component.ts +++ b/demo-shell/src/app/components/document-list/extension-presets/name-column/name-column.component.ts @@ -33,7 +33,7 @@ import { takeUntil } from 'rxjs/operators'; @Component({ selector: 'app-name-column', template: ` - + {{ displayText$ | async }} `, diff --git a/demo-shell/src/app/components/error/demo-error.component.html b/demo-shell/src/app/components/error/demo-error.component.html index ef9c274dd4..94ed8e36f1 100644 --- a/demo-shell/src/app/components/error/demo-error.component.html +++ b/demo-shell/src/app/components/error/demo-error.component.html @@ -1,9 +1,9 @@
-
+
+ class="app-error-content-description-link"> {{ 'ERROR_CONTENT.' + errorCode + '.SECONDARY_BUTTON.TEXT' | translate | uppercase }} diff --git a/demo-shell/src/app/components/error/demo-error.component.scss b/demo-shell/src/app/components/error/demo-error.component.scss index d5a25c914a..53ef6445b4 100644 --- a/demo-shell/src/app/components/error/demo-error.component.scss +++ b/demo-shell/src/app/components/error/demo-error.component.scss @@ -1,4 +1,4 @@ -.adf-error-content { +.app-error-content { &-buttons { display: flex; diff --git a/demo-shell/src/app/components/file-view/file-view.component.scss b/demo-shell/src/app/components/file-view/file-view.component.scss index 2be390eb61..c2b9bd70c0 100644 --- a/demo-shell/src/app/components/file-view/file-view.component.scss +++ b/demo-shell/src/app/components/file-view/file-view.component.scss @@ -1,4 +1,4 @@ -.adf-viewer__sidebar { +.app-viewer__sidebar { width: 380px !important; } @@ -7,6 +7,6 @@ width: 600px; } -adf-preview-extension { +app-preview-extension { width: 600px; } diff --git a/demo-shell/src/app/components/files/files.component.html b/demo-shell/src/app/components/files/files.component.html index 3575817454..8ef21bcdd2 100644 --- a/demo-shell/src/app/components/files/files.component.html +++ b/demo-shell/src/app/components/files/files.component.html @@ -1,6 +1,6 @@ -
+
- + @@ -18,21 +18,21 @@ (preview)="showFile($event)" selectionMode="null"> -
+
history -

{{ 'DOCUMENT_LIST.RECENT.EMPTY_STATE.TITLE' | translate}}

+

{{ 'DOCUMENT_LIST.RECENT.EMPTY_STATE.TITLE' | translate}}

-
+
-
-
+
- {{errorMessage}} + {{errorMessage}}
- + -
+
- @@ -329,14 +329,14 @@ + class="app-desktop-only adf-ellipsis-cell"> + class="app-desktop-only adf-ellipsis-cell"> @@ -433,7 +433,7 @@ - +
@@ -469,14 +469,14 @@ -
- face +
+ face {{'VERSION.CHOOSE_FILE' | translate}}
-
- warning +
+ warning {{'VERSION.NO_PERMISSION' | translate}}
@@ -498,11 +498,11 @@
-
+

Current folder ID: {{ documentList.currentFolderId }}

-
+
Selected Nodes:
  • @@ -511,7 +511,7 @@
-
+
Show Name Column @@ -679,7 +679,7 @@
-
+

{{'DOCUMENT_LIST.MULTISELECT_DESCRIPTION' | translate}}

diff --git a/demo-shell/src/app/components/files/files.component.scss b/demo-shell/src/app/components/files/files.component.scss index f3bd345d41..c8399a90e9 100644 --- a/demo-shell/src/app/components/files/files.component.scss +++ b/demo-shell/src/app/components/files/files.component.scss @@ -1,71 +1,71 @@ -@mixin adf-file-component-theme($theme) { - .adf-container { +@mixin app-file-component-theme($theme) { + .app-container { margin: 10px !important; } @media screen and ($mat-xsmall) { - .adf-container { + .app-container { margin: 0; } - .adf-show-versions-button.mat-icon-button { + .app-show-versions-button.mat-icon-button { display: none; } } - .adf-error-message { + .app-error-message { text-align: left; } - .adf-error-message--text { + .app-error-message--text { color: #d50000; } - .adf-document-list-container { + .app-document-list-container { min-height: 400px; - .adf-datatable-list { + .app-datatable-list { min-height: 400px; } } - .adf-datatable-card .adf-lock-button { + .app-datatable-card .app-lock-button { top: -10px; } - .adf-site-container-style { + .app-site-container-style { margin-top: 10px; margin-bottom: 10px; width: 100%; min-width: 200px; } - .adf-content-service-settings { + .app-content-service-settings { padding: 16px; } - .adf-manage-versions-sidebar { + .app-manage-versions-sidebar { width: 360px !important; - & .adf-info-drawer-layout-header { + & .app-info-drawer-layout-header { display: none !important; } } - .adf-no-result__empty_doc_lib { + .app-no-result__empty_doc_lib { width: 565px; height: 161px; object-fit: contain; margin-top: 17px; } - .adf-empty_template { + .app-empty_template { text-align: center; margin-top: 20px; margin-bottom: 20px; } - .adf-no-result-message { + .app-no-result-message { height: 32px; opacity: 0.26; font-size: 24px; @@ -73,12 +73,12 @@ letter-spacing: -1px; } - .adf-container-recent { + .app-container-recent { mat-icon { margin-left: 20px; } - .adf-empty-list__block { + .app-empty-list__block { height: 100%; padding: 0; margin: 0; diff --git a/demo-shell/src/app/components/form/form-list.component.html b/demo-shell/src/app/components/form/form-list.component.html index 909430f332..7e4313195b 100644 --- a/demo-shell/src/app/components/form/form-list.component.html +++ b/demo-shell/src/app/components/form/form-list.component.html @@ -1,12 +1,12 @@ -
+
-
+
Show Validation Icon diff --git a/demo-shell/src/app/components/form/form-list.component.scss b/demo-shell/src/app/components/form/form-list.component.scss index 21a50674d2..4a323097bd 100644 --- a/demo-shell/src/app/components/form/form-list.component.scss +++ b/demo-shell/src/app/components/form/form-list.component.scss @@ -1,12 +1,12 @@ -.adf-form-container { +.app-form-container { padding: 10px; } -.adf-store-form-container { +.app-store-form-container { width: 80%; height: 80%; } -.adf-form-list-margin { +.app-form-list-margin { margin-left: 26px; } diff --git a/demo-shell/src/app/components/form/form-loading.component.html b/demo-shell/src/app/components/form/form-loading.component.html index 0a363e424c..88b4893da3 100644 --- a/demo-shell/src/app/components/form/form-loading.component.html +++ b/demo-shell/src/app/components/form/form-loading.component.html @@ -1,4 +1,4 @@ -
+
diff --git a/demo-shell/src/app/components/form/form-loading.component.scss b/demo-shell/src/app/components/form/form-loading.component.scss index 61724fad4b..3e3bab76af 100644 --- a/demo-shell/src/app/components/form/form-loading.component.scss +++ b/demo-shell/src/app/components/form/form-loading.component.scss @@ -1,3 +1,3 @@ -.adf-form-container { +.app-form-container { padding: 10px; } diff --git a/demo-shell/src/app/components/form/form.component.html b/demo-shell/src/app/components/form/form.component.html index 92108c637c..dc0bbab1a5 100644 --- a/demo-shell/src/app/components/form/form.component.html +++ b/demo-shell/src/app/components/form/form.component.html @@ -2,7 +2,7 @@ -
+
-
+

Error log:

Error {{ error.name }} {{error.validationSummary.message | translate}}

@@ -19,20 +19,20 @@ -
- -
-
+
file_upload diff --git a/demo-shell/src/app/components/form/form.component.scss b/demo-shell/src/app/components/form/form.component.scss index 8dcba59cf8..ccc0b9271d 100644 --- a/demo-shell/src/app/components/form/form.component.scss +++ b/demo-shell/src/app/components/form/form.component.scss @@ -1,17 +1,17 @@ -.adf-form-container { +.app-form-container { padding: 10px; } -.adf-main-content { +.app-main-content { padding: 0 15px; } -.adf-card-view { +.app-card-view { width: 30%; display: inline-block; } -.adf-console { +.app-console { width: 60%; display: inline-block; vertical-align: top; @@ -31,16 +31,16 @@ } } -.adf-form-config-editor { +.app-form-config-editor { height: 500px !important; } -.adf-form-editor-buttons { +.app-form-editor-buttons { display: flex; justify-content: space-evenly; } -.adf-upload-config-button { +.app-upload-config-button { display: flex; justify-content: center; diff --git a/demo-shell/src/app/components/header-data/header-data.component.html b/demo-shell/src/app/components/header-data/header-data.component.html index 4636ff88f0..9dac3b64df 100644 --- a/demo-shell/src/app/components/header-data/header-data.component.html +++ b/demo-shell/src/app/components/header-data/header-data.component.html @@ -1,4 +1,4 @@ -
+

Header data

diff --git a/demo-shell/src/app/components/header-data/header-data.component.scss b/demo-shell/src/app/components/header-data/header-data.component.scss index 5ab939228e..0710d6e7e0 100644 --- a/demo-shell/src/app/components/header-data/header-data.component.scss +++ b/demo-shell/src/app/components/header-data/header-data.component.scss @@ -1,4 +1,4 @@ -.adf-content { +.app-content { padding: 10px; .mat-card { padding: 16px 24px; diff --git a/demo-shell/src/app/components/home/home.component.html b/demo-shell/src/app/components/home/home.component.html index 1d06bb0c68..7f38adcaf1 100644 --- a/demo-shell/src/app/components/home/home.component.html +++ b/demo-shell/src/app/components/home/home.component.html @@ -1,12 +1,12 @@ -
-
-
+
+
diff --git a/demo-shell/src/app/components/home/home.component.scss b/demo-shell/src/app/components/home/home.component.scss index 762e540786..1d9665dcac 100644 --- a/demo-shell/src/app/components/home/home.component.scss +++ b/demo-shell/src/app/components/home/home.component.scss @@ -5,16 +5,16 @@ height: 100%; } -.adf-home-header-background { +.app-home-header-background { overflow: hidden; } -.adf-home-section { +.app-home-section { text-align: center; padding-top: 60px; } -.adf-home-headline { +.app-home-headline { h1 { font-size: 56px; @@ -31,6 +31,6 @@ } } -.adf-home-docs-button { +.app-home-docs-button { margin: 30px; } diff --git a/demo-shell/src/app/components/login/login.component.html b/demo-shell/src/app/components/login/login.component.html index 9da704e862..e6fa188734 100644 --- a/demo-shell/src/app/components/login/login.component.html +++ b/demo-shell/src/app/components/login/login.component.html @@ -1,7 +1,7 @@ -
-

+

+

-

+

-

+

-

+

-

+

-

+

-

+

- + settings @@ -87,7 +87,7 @@ copyrightText="{{ 'application.copyright' | adfAppConfig }}" (success)="onLogin()" (error)="onError($event)"> -

+

- diff --git a/demo-shell/src/app/components/login/login.component.scss b/demo-shell/src/app/components/login/login.component.scss index 4502593286..7d17c6a730 100644 --- a/demo-shell/src/app/components/login/login.component.scss +++ b/demo-shell/src/app/components/login/login.component.scss @@ -1,12 +1,12 @@ -@mixin adf-login-component-theme($theme) { - .adf-setting-button.mat-fab.mat-accent { +@mixin app-login-component-theme($theme) { + .app-setting-button.mat-fab.mat-accent { position: absolute; right: 10px; top: 10px; z-index: 1; } - .adf-settings { + .app-settings { border-radius: 8px; position: absolute; background-color: papayawhip; @@ -16,36 +16,36 @@ z-index: 1; } - .adf-toggle { + .app-toggle { width: auto; margin: 5px; padding: 5px; } - .adf-mobile-settings, .adf-mobile-setting-button { + .app-mobile-settings, .app-mobile-setting-button { display: none; } @media screen and ($mat-small) { - .adf-settings, .adf-setting-button.mat-fab.mat-accent { + .app-settings, .app-setting-button.mat-fab.mat-accent { display: none; } - .adf-mobile-settings, .adf-mobile-setting-button { + .app-mobile-settings, .app-mobile-setting-button { display: block; } - .adf-mobile-setting-button { + .app-mobile-setting-button { width: 100%; } - .adf-mobile-settings { + .app-mobile-settings { padding-bottom: 20px; border-bottom: 1px solid rgba(0, 0, 0, 0.1); } } - .adf-settings ::ng-deep .mat-slide-toggle-thumb-container { + .app-settings ::ng-deep .mat-slide-toggle-thumb-container { cursor: pointer; } } diff --git a/demo-shell/src/app/components/logout/logout.component.html b/demo-shell/src/app/components/logout/logout.component.html index 1ed2d72e02..6fd8a5ee6c 100644 --- a/demo-shell/src/app/components/logout/logout.component.html +++ b/demo-shell/src/app/components/logout/logout.component.html @@ -1,16 +1,16 @@ -
-
-
+
+
+

{{ 'APP.LOGOUT.TITLE' | translate}}

{{ 'APP.LOGOUT.SUB_TITLE' | translate}}

- -
diff --git a/demo-shell/src/app/components/logout/logout.component.scss b/demo-shell/src/app/components/logout/logout.component.scss index f529aa8954..0c21d9903b 100644 --- a/demo-shell/src/app/components/logout/logout.component.scss +++ b/demo-shell/src/app/components/logout/logout.component.scss @@ -4,16 +4,16 @@ align-items: center; } -.adf-logout-header-background { +.app-logout-header-background { overflow: hidden; } -.adf-logout-section { +.app-logout-section { text-align: center; padding-top: 60px; } -.adf-logout-headline { +.app-logout-headline { h1 { font-size: 56px; @@ -30,10 +30,10 @@ } } -.adf-logout-docs-button { +.app-logout-docs-button { margin: 30px; } -.adf-logout-login { +.app-logout-login { float: left; } diff --git a/demo-shell/src/app/components/notifications/notifications.component.html b/demo-shell/src/app/components/notifications/notifications.component.html index e13dc3d061..3b65b9942b 100644 --- a/demo-shell/src/app/components/notifications/notifications.component.html +++ b/demo-shell/src/app/components/notifications/notifications.component.html @@ -1,4 +1,4 @@ -
+

Notification Service

    diff --git a/demo-shell/src/app/components/notifications/notifications.component.scss b/demo-shell/src/app/components/notifications/notifications.component.scss index 825160a37f..7e89042d6a 100644 --- a/demo-shell/src/app/components/notifications/notifications.component.scss +++ b/demo-shell/src/app/components/notifications/notifications.component.scss @@ -1,3 +1,3 @@ -.adf-main-content { +.app-main-content { padding: 10px; } diff --git a/demo-shell/src/app/components/permissions/demo-permissions.component.html b/demo-shell/src/app/components/permissions/demo-permissions.component.html index d008b38f56..b291fc4fd8 100644 --- a/demo-shell/src/app/components/permissions/demo-permissions.component.html +++ b/demo-shell/src/app/components/permissions/demo-permissions.component.html @@ -1,4 +1,4 @@ -
    +
    diff --git a/demo-shell/src/app/components/process-list-demo/process-list-demo.component.scss b/demo-shell/src/app/components/process-list-demo/process-list-demo.component.scss index 843ffdf235..59c3e10d16 100644 --- a/demo-shell/src/app/components/process-list-demo/process-list-demo.component.scss +++ b/demo-shell/src/app/components/process-list-demo/process-list-demo.component.scss @@ -1,4 +1,4 @@ -.adf-process-list-inputs { +.app-process-list-inputs { margin: 20px auto 0; max-width: 1200px; @@ -8,13 +8,13 @@ } } -.adf-reset-button { +.app-reset-button { margin-bottom: 50px; display: flex; justify-content: center; } -.adf-process-list-error-message { +.app-process-list-error-message { color: red; text-align: center; } diff --git a/demo-shell/src/app/components/process-service/process-attachments.component.html b/demo-shell/src/app/components/process-service/process-attachments.component.html index 5afd1d2641..86d56b6d8b 100644 --- a/demo-shell/src/app/components/process-service/process-attachments.component.html +++ b/demo-shell/src/app/components/process-service/process-attachments.component.html @@ -11,14 +11,14 @@ [processInstanceId]="processInstanceId" (attachmentClick)="onAttachmentClick($event)"> -
    +
    {{'ADF_PROCESS_LIST.PROCESS-ATTACHMENT.EMPTY.HEADER' | translate}}
    -
    +
    {{'ADF_PROCESS_LIST.PROCESS-ATTACHMENT.EMPTY.DRAG-AND-DROP.TITLE' | translate}}
    -
    +
    {{'ADF_PROCESS_LIST.PROCESS-ATTACHMENT.EMPTY.DRAG-AND-DROP.SUBTITLE' | translate}}
    diff --git a/demo-shell/src/app/components/process-service/process-service.component.html b/demo-shell/src/app/components/process-service/process-service.component.html index ee7484db8b..f8d4f8b3ad 100644 --- a/demo-shell/src/app/components/process-service/process-service.component.html +++ b/demo-shell/src/app/components/process-service/process-service.component.html @@ -1,10 +1,10 @@ - -
    -
    -
    -
    + +
    +
    +
    +
    arrow_drop_down @@ -16,12 +16,12 @@
    - + assignment -
    Tasks
    +
    Tasks
    -
    @@ -69,8 +69,8 @@ #taskListPagination>
    -
    +
    -
    +
    -
    -
    -
    -
    +
    +
    +
    +
    arrow_drop_down @@ -129,12 +129,12 @@
    - + assessment -
    Processes
    +
    Processes
    -
    @@ -180,7 +180,7 @@ #processListPagination>
    -
    +
    -
    -
    -
    +
    +
    Report List
    -
    +
    -
    -
    +
    +

    Settings Menu

    -
    +
    Show task filters icons diff --git a/demo-shell/src/app/components/process-service/process-service.component.scss b/demo-shell/src/app/components/process-service/process-service.component.scss index e72b969d66..a5de374bcf 100644 --- a/demo-shell/src/app/components/process-service/process-service.component.scss +++ b/demo-shell/src/app/components/process-service/process-service.component.scss @@ -1,12 +1,12 @@ -@mixin adf-process-service-component-theme($theme) { - .adf-no-form-container { +@mixin app-process-service-component-theme($theme) { + .app-no-form-container { text-align: center; font-weight: 600; font-size: 18px; } - .adf-grid { - .adf-grid-item { + .app-grid { + .app-grid-item { margin: 4px; box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), @@ -14,19 +14,19 @@ padding: 10px; } - .adf-list-buttons { + .app-list-buttons { margin-bottom: 24px; } - .adf-tasks-list.adf-small-pagination, - .adf-processes-list.adf-small-pagination { - .adf-pagination { + .app-tasks-list.app-small-pagination, + .app-processes-list.app-small-pagination { + .app-pagination { flex-wrap: wrap; padding-bottom: 24px; padding-top: 8px; - &__range-block.adf-pagination__block:first-child { + &__range-block.app-pagination__block:first-child { order: 1; width: 60%; flex: 0 0 auto; @@ -61,8 +61,8 @@ } } - .adf-list { - .adf-datatable-list { + .app-list { + .app-datatable-list { border: none; } } @@ -72,13 +72,13 @@ } @media screen and ($mat-small) { - container-widget .adf-grid-list { + container-widget .app-grid-list { flex-direction: column; } } } - .adf-accordion-panel { + .app-accordion-panel { .mat-expansion-panel { background: inherit; } @@ -93,7 +93,7 @@ align-items: center; } - .adf-accordion-title-padding { + .app-accordion-title-padding { padding-left: 20px; } } diff --git a/demo-shell/src/app/components/process-service/task-attachments.component.html b/demo-shell/src/app/components/process-service/task-attachments.component.html index bf7f866426..8ab3d2978d 100644 --- a/demo-shell/src/app/components/process-service/task-attachments.component.html +++ b/demo-shell/src/app/components/process-service/task-attachments.component.html @@ -9,13 +9,13 @@ [taskId]="taskId" (attachmentClick)="onAttachmentClick($event)"> -
    {{'ADF_TASK_LIST.ATTACHMENT.EMPTY.HEADER' | translate}} +
    {{'ADF_TASK_LIST.ATTACHMENT.EMPTY.HEADER' | translate}}
    -
    +
    {{'ADF_TASK_LIST.ATTACHMENT.EMPTY.DRAG-AND-DROP.TITLE' | translate}}
    -
    +
    {{'ADF_TASK_LIST.ATTACHMENT.EMPTY.DRAG-AND-DROP.SUBTITLE' | translate}}
    diff --git a/demo-shell/src/app/components/report-issue/report-issue.component.html b/demo-shell/src/app/components/report-issue/report-issue.component.html index 244ab876f7..645b1e83a4 100644 --- a/demo-shell/src/app/components/report-issue/report-issue.component.html +++ b/demo-shell/src/app/components/report-issue/report-issue.component.html @@ -1,9 +1,9 @@ -
    +

    Report Issue

    -
    + - +
    -
    \ No newline at end of file +
    diff --git a/demo-shell/src/app/components/report-issue/report-issue.component.scss b/demo-shell/src/app/components/report-issue/report-issue.component.scss index 59826fd134..226b086281 100644 --- a/demo-shell/src/app/components/report-issue/report-issue.component.scss +++ b/demo-shell/src/app/components/report-issue/report-issue.component.scss @@ -1,4 +1,4 @@ -.adf-report-issue { +.app-report-issue { margin: 50px 0; display: flex; flex-direction: column; diff --git a/demo-shell/src/app/components/search/search-bar.component.scss b/demo-shell/src/app/components/search/search-bar.component.scss index baa39ca68d..9e2b54885f 100644 --- a/demo-shell/src/app/components/search/search-bar.component.scss +++ b/demo-shell/src/app/components/search/search-bar.component.scss @@ -1,5 +1,5 @@ -.adf-search-elements { +.app-search-elements { display: flex; align-items: center; } diff --git a/demo-shell/src/app/components/search/search-extended.component.html b/demo-shell/src/app/components/search/search-extended.component.html index b65ab5c7dd..128b9a239b 100644 --- a/demo-shell/src/app/components/search/search-extended.component.html +++ b/demo-shell/src/app/components/search/search-extended.component.html @@ -1,5 +1,5 @@
    -
    +
    + class="app-example-card-search-container"> - -
    +
    {{ item?.entry.name }} {{ item?.entry.createdAt }}
    @@ -24,8 +24,8 @@

    - -

    {{ 'SEARCH.RESULTS.NONE' | translate:{searchTerm: searchedWord} }}

    + +

    {{ 'SEARCH.RESULTS.NONE' | translate:{searchTerm: searchedWord} }}

    diff --git a/demo-shell/src/app/components/search/search-extended.component.scss b/demo-shell/src/app/components/search/search-extended.component.scss index a3faac3607..2ea47f803d 100644 --- a/demo-shell/src/app/components/search/search-extended.component.scss +++ b/demo-shell/src/app/components/search/search-extended.component.scss @@ -1,62 +1,61 @@ -div.adf-search-results-container { +div.app-search-results-container { padding: 0 20px 20px; } -.adf-search-title { +.app-search-title { font-size: 22px; padding: 15px 0; } @media screen and (max-width: 600px) { - :host .adf-col-display-name { + :host .app-col-display-name { min-width: 100px; } - :host .adf-col-modified-at, :host .adf-col-modified-by { + :host .app-col-modified-at, :host .app-col-modified-by { display: none; } - :host div.adf-search-results-container table { + :host div.app-search-results-container table { width: 100%; } } -.adf-search-results-content { +.app-search-results-content { display: flex; } -.adf-search-extended-input-containers { +.app-search-extended-input-containers { display: flex; flex-direction: row-reverse; justify-content: space-evenly; } -.adf-search-extended-input-textarea { +.app-search-extended-input-textarea { width: 300px; } -.adf-search-extended-label-error { +.app-search-extended-label-error { display: flex; flex-direction: column; } -.adf-example-card { +.app-example-card { width: 200px; flex: 0 20%; margin: 15px; - } +} - .adf-example-card-search-container { +.app-example-card-search-container { display: flex; flex-wrap: wrap; - } - - .example-header-image { +} +.example-header-image { background-size: cover; margin-bottom: 15px; - } +} - .example-search-input { - width: 100px; - border: 1 solid; - border-color: black; - } +.example-search-input { + width: 100px; + border: 1 solid; + border-color: black; +} diff --git a/demo-shell/src/app/components/search/search-result.component.html b/demo-shell/src/app/components/search/search-result.component.html index 5f32d0ce3f..2ddf5321cc 100644 --- a/demo-shell/src/app/components/search/search-result.component.html +++ b/demo-shell/src/app/components/search/search-result.component.html @@ -1,13 +1,13 @@ -
    +
    -
    - +
    + -
    +
    -
    +

    -
    +
    -
    +
    {{'SOCIAL.LIKE' | translate }}
    -
    +
    -
    +
    {{'SOCIAL.RATING' | translate }}
    diff --git a/demo-shell/src/app/components/social/social.component.scss b/demo-shell/src/app/components/social/social.component.scss index d1977438b2..094a43b463 100644 --- a/demo-shell/src/app/components/social/social.component.scss +++ b/demo-shell/src/app/components/social/social.component.scss @@ -1,8 +1,8 @@ -.adf-social-example-area { +.app-social-example-area { margin: 10px; } -.adf-social-example-title { +.app-social-example-title { padding-bottom: 12px; } diff --git a/demo-shell/src/app/components/tag/tag.component.html b/demo-shell/src/app/components/tag/tag.component.html index 00ee61cf0d..2655d47857 100644 --- a/demo-shell/src/app/components/tag/tag.component.html +++ b/demo-shell/src/app/components/tag/tag.component.html @@ -4,22 +4,22 @@
    -
    +
    -
    +
    -
    +
    {{'TAG.LIST' | translate }}
    -
    +
    -
    +
    {{'TAG.NODE_LIST' | translate }}
    diff --git a/demo-shell/src/app/components/tag/tag.component.scss b/demo-shell/src/app/components/tag/tag.component.scss index b416d4fd67..4d2cc52372 100644 --- a/demo-shell/src/app/components/tag/tag.component.scss +++ b/demo-shell/src/app/components/tag/tag.component.scss @@ -1,8 +1,8 @@ -.adf-tag-example-area { +.app-tag-example-area { margin: 10px; } -.adf-tag-example-title { +.app-tag-example-title { padding-bottom: 12px; } diff --git a/demo-shell/src/app/components/task-list-demo/task-list-demo.component.html b/demo-shell/src/app/components/task-list-demo/task-list-demo.component.html index 3603077aa5..3dc046024b 100644 --- a/demo-shell/src/app/components/task-list-demo/task-list-demo.component.html +++ b/demo-shell/src/app/components/task-list-demo/task-list-demo.component.html @@ -1,4 +1,4 @@ -
    +
    @@ -139,7 +139,7 @@
    -
    +
    @@ -162,7 +162,7 @@ #taskList> - +
    {{entry.row.obj.assignee | fullName}}
    diff --git a/demo-shell/src/app/components/task-list-demo/task-list-demo.component.scss b/demo-shell/src/app/components/task-list-demo/task-list-demo.component.scss index b38154919a..4175004a21 100644 --- a/demo-shell/src/app/components/task-list-demo/task-list-demo.component.scss +++ b/demo-shell/src/app/components/task-list-demo/task-list-demo.component.scss @@ -1,4 +1,4 @@ -.adf-task-list-demo-inputs { +.app-task-list-demo-inputs { margin: 20px auto 0; max-width: 1200px; @@ -8,13 +8,13 @@ } } -.adf-reset-button { +.app-reset-button { margin-bottom: 50px; display: flex; justify-content: center; } -.adf-task-list-demo-error-message { +.app-task-list-demo-error-message { color: red; text-align: center; } diff --git a/demo-shell/src/app/components/theme-picker/theme-picker.html b/demo-shell/src/app/components/theme-picker/theme-picker.html index a060f53a0d..3913ebefa1 100644 --- a/demo-shell/src/app/components/theme-picker/theme-picker.html +++ b/demo-shell/src/app/components/theme-picker/theme-picker.html @@ -2,7 +2,7 @@ format_color_fill - +