diff --git a/src/Squidex/app/features/content/shared/assets-editor.component.html b/src/Squidex/app/features/content/shared/assets-editor.component.html
index 01e7337ca..9e86ed6d4 100644
--- a/src/Squidex/app/features/content/shared/assets-editor.component.html
+++ b/src/Squidex/app/features/content/shared/assets-editor.component.html
@@ -59,8 +59,8 @@
-
+
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/src/Squidex/app/features/content/shared/content-item.component.html b/src/Squidex/app/features/content/shared/content-item.component.html
index 201ff85f9..87fde104e 100644
--- a/src/Squidex/app/features/content/shared/content-item.component.html
+++ b/src/Squidex/app/features/content/shared/content-item.component.html
@@ -55,23 +55,26 @@
-
+
+
+
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)
+
+
+
+
+
+
+ {{dueTimeAction}} content item(s) immediately.
+
+
+
+
+
+
+ {{dueTimeAction}} content item(s) at a later point date and time.
+
+
+
+
+
+
+
+ Cancel
+ Confirm
+
+
-
-
-
-
- {{dueTimeAction}} content item(s) immediately.
-
-
-
-
-
-
- {{dueTimeAction}} content item(s) at a later point date and time.
-
-
-
-
-
-
-
- Cancel
- Confirm
-
-
+
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 @@
0">
-
+
+
+
\ 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 @@
Pattern
-
-
0 && (patternsModal.isOpen | async) && (showPatternSuggestions | async)" [sqxModalTarget]="patternInput" class="control-dropdown">
-
Suggestions
-
-
-
{{pattern.name}}
-
{{pattern.pattern}}
-
-
+
0 && (showPatternSuggestions | async)">
+
+
+
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">
- 0" [sqxModalTarget]="input" class="control-dropdown" #container position="bottom-left">
-
+
0" [target]="input" position="bottom-left">
+
+
- {{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 @@
-
\ 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">
-
0" [sqxModalTarget]="form" class="control-dropdown" #container position="bottom-left">
-
-
{{item}}
+
0" [target]="form">
+
-
\ 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}}
-
-
-
- No
- Yes
-
-
+
+
+
+ {{snapshot.dialogRequest?.title}}
+
+
+
+ {{snapshot.dialogRequest?.text}}
+
+
+
+ No
+ Yes
+
+
+
@@ -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 @@
-
-
-
+
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/src/Squidex/app/shared/components/rich-editor.component.html b/src/Squidex/app/shared/components/rich-editor.component.html
index d4aaa1e17..4be2031bf 100644
--- a/src/Squidex/app/shared/components/rich-editor.component.html
+++ b/src/Squidex/app/shared/components/rich-editor.component.html
@@ -2,8 +2,8 @@
Loading editor...
-
+
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/src/Squidex/app/shared/components/search-form.component.html b/src/Squidex/app/shared/components/search-form.component.html
index de394f927..20430ead9 100644
--- a/src/Squidex/app/shared/components/search-form.component.html
+++ b/src/Squidex/app/shared/components/search-form.component.html
@@ -37,45 +37,47 @@
Search for content using full text search over all fields and languages!
-