diff --git a/src/Squidex/app/features/administration/pages/event-consumers/event-consumers-page.component.html b/src/Squidex/app/features/administration/pages/event-consumers/event-consumers-page.component.html index fda0b38f3..ba71728e3 100644 --- a/src/Squidex/app/features/administration/pages/event-consumers/event-consumers-page.component.html +++ b/src/Squidex/app/features/administration/pages/event-consumers/event-consumers-page.component.html @@ -59,12 +59,14 @@ - - - Error - - - - - - \ No newline at end of file + + + + Error + + + + + + + \ No newline at end of file diff --git a/src/Squidex/app/features/apps/pages/apps-page.component.html b/src/Squidex/app/features/apps/pages/apps-page.component.html index 2a02152a8..5c6484bfd 100644 --- a/src/Squidex/app/features/apps/pages/apps-page.component.html +++ b/src/Squidex/app/features/apps/pages/apps-page.component.html @@ -102,20 +102,20 @@
{{info}}
- + - + - + - + - + - \ No newline at end of file + \ No newline at end of file diff --git a/src/Squidex/app/features/content/pages/content/content-page.component.html b/src/Squidex/app/features/content/pages/content/content-page.component.html index 71bd34cf4..ff204bf58 100644 --- a/src/Squidex/app/features/content/pages/content/content-page.component.html +++ b/src/Squidex/app/features/content/pages/content/content-page.component.html @@ -44,8 +44,8 @@ - - - + + + diff --git a/src/Squidex/app/features/content/shared/due-time-selector.component.html b/src/Squidex/app/features/content/shared/due-time-selector.component.html index 6cee22404..e13db5acb 100644 --- a/src/Squidex/app/features/content/shared/due-time-selector.component.html +++ b/src/Squidex/app/features/content/shared/due-time-selector.component.html @@ -1,28 +1,31 @@ - - - {{dueTimeAction}} content item(s) - + + + + {{dueTimeAction}} content item(s) + + + +
+ + +
+ +
+ + +
+ + +
+ + + + + +
- -
- - -
- -
- - -
- - -
- - - - - -
+ diff --git a/src/Squidex/app/features/content/shared/preview-button.component.html b/src/Squidex/app/features/content/shared/preview-button.component.html index 1c189d2c4..a745867c2 100644 --- a/src/Squidex/app/features/content/shared/preview-button.component.html +++ b/src/Squidex/app/features/content/shared/preview-button.component.html @@ -9,9 +9,11 @@
- + + +
\ No newline at end of file diff --git a/src/Squidex/app/features/content/shared/references-editor.component.html b/src/Squidex/app/features/content/shared/references-editor.component.html index a935e28bc..cc1b9ebcc 100644 --- a/src/Squidex/app/features/content/shared/references-editor.component.html +++ b/src/Squidex/app/features/content/shared/references-editor.component.html @@ -27,7 +27,7 @@ - + - \ No newline at end of file + \ No newline at end of file diff --git a/src/Squidex/app/features/rules/pages/rules/rules-page.component.html b/src/Squidex/app/features/rules/pages/rules/rules-page.component.html index 29ee47512..0d8076b6e 100644 --- a/src/Squidex/app/features/rules/pages/rules/rules-page.component.html +++ b/src/Squidex/app/features/rules/pages/rules/rules-page.component.html @@ -67,8 +67,8 @@ - - + - + diff --git a/src/Squidex/app/features/schemas/pages/schema/field.component.html b/src/Squidex/app/features/schemas/pages/schema/field.component.html index 7eaee9463..f048ceaac 100644 --- a/src/Squidex/app/features/schemas/pages/schema/field.component.html +++ b/src/Squidex/app/features/schemas/pages/schema/field.component.html @@ -28,45 +28,48 @@ - + + + @@ -110,11 +113,11 @@ - + - + \ No newline at end of file diff --git a/src/Squidex/app/features/schemas/pages/schema/schema-page.component.html b/src/Squidex/app/features/schemas/pages/schema/schema-page.component.html index 1b1593848..65c6d67de 100644 --- a/src/Squidex/app/features/schemas/pages/schema/schema-page.component.html +++ b/src/Squidex/app/features/schemas/pages/schema/schema-page.component.html @@ -23,34 +23,37 @@ - + @@ -98,31 +101,31 @@ - + - + - + - + - + - - + + - + - + - + Export Schema @@ -133,5 +136,5 @@ - - \ No newline at end of file + + \ No newline at end of file diff --git a/src/Squidex/app/features/schemas/pages/schema/types/string-validation.component.html b/src/Squidex/app/features/schemas/pages/schema/types/string-validation.component.html index c1cec71ec..42ad9da3c 100644 --- a/src/Squidex/app/features/schemas/pages/schema/types/string-validation.component.html +++ b/src/Squidex/app/features/schemas/pages/schema/types/string-validation.component.html @@ -38,20 +38,24 @@
- -
-

Suggestions

- -
-
{{pattern.name}}
-
{{pattern.pattern}}
-
-
+ + +
+

Suggestions

+ +
+
{{pattern.name}}
+
{{pattern.pattern}}
+
+
+
+
{{patternName}} diff --git a/src/Squidex/app/features/schemas/pages/schema/types/string-validation.component.ts b/src/Squidex/app/features/schemas/pages/schema/types/string-validation.component.ts index 7ecd32f9b..c34f2da5b 100644 --- a/src/Squidex/app/features/schemas/pages/schema/types/string-validation.component.ts +++ b/src/Squidex/app/features/schemas/pages/schema/types/string-validation.component.ts @@ -10,6 +10,7 @@ import { FormControl, FormGroup } from '@angular/forms'; import { Observable } from 'rxjs'; import { + fadeAnimation, FieldDto, hasNoValue$, ImmutableArray, @@ -24,7 +25,10 @@ import { @Component({ selector: 'sqx-string-validation', styleUrls: ['string-validation.component.scss'], - templateUrl: 'string-validation.component.html' + templateUrl: 'string-validation.component.html', + animations: [ + fadeAnimation + ] }) export class StringValidationComponent extends ResourceOwner implements OnInit { @Input() diff --git a/src/Squidex/app/features/schemas/pages/schemas/schemas-page.component.html b/src/Squidex/app/features/schemas/pages/schemas/schemas-page.component.html index 1c35ce05b..9e81f0c2c 100644 --- a/src/Squidex/app/features/schemas/pages/schemas/schemas-page.component.html +++ b/src/Squidex/app/features/schemas/pages/schemas/schemas-page.component.html @@ -38,11 +38,10 @@ - + + (cancel)="addSchemaDialog.hide()" (complete)="redirectSchema($event)"> - + \ No newline at end of file diff --git a/src/Squidex/app/features/settings/pages/clients/client.component.html b/src/Squidex/app/features/settings/pages/clients/client.component.html index d0d749f8e..34e338fc6 100644 --- a/src/Squidex/app/features/settings/pages/clients/client.component.html +++ b/src/Squidex/app/features/settings/pages/clients/client.component.html @@ -70,70 +70,72 @@ - - - Connect - + + + + Connect + - -
-

How to connect to this client

- -

Using HTTP

- -

- 1. Make the following request to get an access token. It will be valid for 30 days. + +

+

How to connect to this client

- {{connectHttpText}} -

- -

- 2. Add the bearer token as authorization header to all requests: - - Authorization: Bearer [YOUR_TOKEN] -

+

Using HTTP

+ +

+ 1. Make the following request to get an access token. It will be valid for 30 days. + + {{connectHttpText}} +

+ +

+ 2. Add the bearer token as authorization header to all requests: + + Authorization: Bearer [YOUR_TOKEN] +

-

- Use the following token for testing +

+ Use the following token for testing - {{connectToken?.accessToken}} -

- -

Using the command line interface (CLI)

- -

- Download the CLI here: CLI Releases (Linux, OS X, Windows) -

- -

- Connect with .NET SDK: + {{connectToken?.accessToken}} +

+ +

Using the command line interface (CLI)

+ +

+ Download the CLI here: CLI Releases (Linux, OS X, Windows) +

+ +

+ Connect with .NET SDK: - {{connectCLINetText}} -

- -

- Connect with Windows: + {{connectCLINetText}} +

+ +

+ Connect with Windows: - {{connectCLIWinText}} -

- -

- Connect with Linux / OS X + {{connectCLIWinText}} +

+ +

+ Connect with Linux / OS X - {{connectCLINixText}} -

- -

Using the C# Client Library

+ {{connectCLINixText}} +

+ +

Using the C# Client Library

-

- Get the nuget library from nuget.org -

- -

- Create a client manager +

+ Get the nuget library from nuget.org +

+ +

+ Create a client manager - {{connectLibraryText}} -

-
- - \ No newline at end of file + {{connectLibraryText}} +

+
+
+
+
\ No newline at end of file diff --git a/src/Squidex/app/framework/angular/forms/autocomplete.component.html b/src/Squidex/app/framework/angular/forms/autocomplete.component.html index a861ccfdd..af0359ff0 100644 --- a/src/Squidex/app/framework/angular/forms/autocomplete.component.html +++ b/src/Squidex/app/framework/angular/forms/autocomplete.component.html @@ -5,17 +5,19 @@ autocorrect="off" autocapitalize="off"> -
-
+ +
+
- {{item}} + {{item}} - + +
-
+ \ No newline at end of file diff --git a/src/Squidex/app/framework/angular/forms/color-picker.component.html b/src/Squidex/app/framework/angular/forms/color-picker.component.html index 54db50895..b2bde8331 100644 --- a/src/Squidex/app/framework/angular/forms/color-picker.component.html +++ b/src/Squidex/app/framework/angular/forms/color-picker.component.html @@ -14,14 +14,16 @@ -
-
+ +
+
+
-
\ No newline at end of file + \ No newline at end of file diff --git a/src/Squidex/app/framework/angular/forms/dropdown.component.html b/src/Squidex/app/framework/angular/forms/dropdown.component.html index b73df3c90..ba59796c3 100644 --- a/src/Squidex/app/framework/angular/forms/dropdown.component.html +++ b/src/Squidex/app/framework/angular/forms/dropdown.component.html @@ -15,12 +15,14 @@
-
-
- {{item}} - - + +
+
+ {{item}} + + +
-
+
\ No newline at end of file diff --git a/src/Squidex/app/framework/angular/forms/tag-editor.component.html b/src/Squidex/app/framework/angular/forms/tag-editor.component.html index c04105d3a..5d0350a5a 100644 --- a/src/Squidex/app/framework/angular/forms/tag-editor.component.html +++ b/src/Squidex/app/framework/angular/forms/tag-editor.component.html @@ -22,13 +22,15 @@ spellcheck="false">
-
-
- {{item}} + +
+
+ {{item}} +
-
\ No newline at end of file + \ No newline at end of file diff --git a/src/Squidex/app/framework/angular/forms/tag-editor.component.ts b/src/Squidex/app/framework/angular/forms/tag-editor.component.ts index 3a943d2fc..3bd494c4f 100644 --- a/src/Squidex/app/framework/angular/forms/tag-editor.component.ts +++ b/src/Squidex/app/framework/angular/forms/tag-editor.component.ts @@ -11,7 +11,12 @@ import { AfterViewInit, ChangeDetectionStrategy, ChangeDetectorRef, Component, E import { FormControl, NG_VALUE_ACCESSOR } from '@angular/forms'; import { distinctUntilChanged, map, tap } from 'rxjs/operators'; -import { Keys, StatefulControlComponent, Types } from '@app/framework/internal'; +import { + fadeAnimation, + Keys, + StatefulControlComponent, + Types +} from '@app/framework/internal'; export const CONVERSION_FAILED = {}; @@ -135,7 +140,10 @@ interface State { styleUrls: ['./tag-editor.component.scss'], templateUrl: './tag-editor.component.html', providers: [SQX_TAG_EDITOR_CONTROL_VALUE_ACCESSOR], - changeDetection: ChangeDetectionStrategy.OnPush + changeDetection: ChangeDetectionStrategy.OnPush, + animations: [ + fadeAnimation + ] }) export class TagEditorComponent extends StatefulControlComponent implements AfterViewInit, OnInit { @ViewChild('form', { static: false }) diff --git a/src/Squidex/app/framework/angular/modals/dialog-renderer.component.html b/src/Squidex/app/framework/angular/modals/dialog-renderer.component.html index ee5960905..31d6888b4 100644 --- a/src/Squidex/app/framework/angular/modals/dialog-renderer.component.html +++ b/src/Squidex/app/framework/angular/modals/dialog-renderer.component.html @@ -1,19 +1,22 @@ - - - {{snapshot.dialogRequest?.title}} - - - {{snapshot.dialogRequest?.text}} - - - - - - - + + + + {{snapshot.dialogRequest?.title}} + + + + {{snapshot.dialogRequest?.text}} + + + + + + + +
@@ -24,7 +27,9 @@
-
- {{tooltip.text}} -
+ +
+ {{tooltip.text}} +
+
\ No newline at end of file diff --git a/src/Squidex/app/framework/angular/modals/modal-dialog.component.html b/src/Squidex/app/framework/angular/modals/modal-dialog.component.html index 653a52b3c..6d1f0b4c5 100644 --- a/src/Squidex/app/framework/angular/modals/modal-dialog.component.html +++ b/src/Squidex/app/framework/angular/modals/modal-dialog.component.html @@ -1,6 +1,4 @@