@firestitch/content 13.0.9 → 14.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/app/modules/content/components/content/content.component.d.ts +1 -1
 - package/app/modules/content/components/content-renderer/content-renderer.component.d.ts +1 -1
 - package/app/modules/content-layouts/components/content-layout/content-layout.component.d.ts +1 -1
 - package/app/modules/content-layouts/components/content-layout-editor/content-layout-editor.component.d.ts +1 -1
 - package/app/modules/content-layouts/components/content-layouts/content-layouts.component.d.ts +1 -1
 - package/app/modules/content-pages/components/content-page/content-page.component.d.ts +1 -1
 - package/app/modules/content-pages/components/content-page-editor/content-page-editor.component.d.ts +1 -1
 - package/app/modules/content-pages/components/content-pages/content-pages.component.d.ts +1 -1
 - package/app/modules/content-style/components/content-style/content-style.component.d.ts +1 -1
 - package/app/modules/editor/components/editor/editor.component.d.ts +1 -1
 - package/app/modules/editor/components/editor-label/editor-label.component.d.ts +1 -1
 - package/esm2020/app/modules/content/components/content/content.component.mjs +6 -6
 - package/esm2020/app/modules/content/components/content-renderer/content-renderer.component.mjs +4 -4
 - package/esm2020/app/modules/content/fs-content.module.mjs +6 -8
 - package/esm2020/app/modules/content-layouts/components/content-layout/content-layout.component.mjs +9 -9
 - package/esm2020/app/modules/content-layouts/components/content-layout-editor/content-layout-editor.component.mjs +9 -9
 - package/esm2020/app/modules/content-layouts/components/content-layouts/content-layouts.component.mjs +6 -6
 - package/esm2020/app/modules/content-layouts/fs-content-layouts.module.mjs +24 -26
 - package/esm2020/app/modules/content-pages/components/content-page/content-page.component.mjs +13 -13
 - package/esm2020/app/modules/content-pages/components/content-page-editor/content-page-editor.component.mjs +11 -11
 - package/esm2020/app/modules/content-pages/components/content-pages/content-pages.component.mjs +6 -6
 - package/esm2020/app/modules/content-pages/fs-content-pages.module.mjs +26 -28
 - package/esm2020/app/modules/content-style/components/content-style/content-style.component.mjs +7 -7
 - package/esm2020/app/modules/content-style/fs-content-style.module.mjs +11 -13
 - package/esm2020/app/modules/editor/components/editor/editor.component.mjs +10 -10
 - package/esm2020/app/modules/editor/components/editor-label/editor-label.component.mjs +3 -3
 - package/esm2020/app/modules/editor/fs-content-editor.module.mjs +20 -22
 - package/fesm2015/firestitch-content.mjs +149 -159
 - package/fesm2015/firestitch-content.mjs.map +1 -1
 - package/fesm2020/firestitch-content.mjs +149 -159
 - package/fesm2020/firestitch-content.mjs.map +1 -1
 - package/package.json +3 -3
 - /package/{firestitch-content.d.ts → index.d.ts} +0 -0
 
    
        package/esm2020/app/modules/content-pages/components/content-page/content-page.component.mjs
    CHANGED
    
    | 
         @@ -9,15 +9,15 @@ import { FS_CONTENT_CONFIG } from '../../../../injectors'; 
     | 
|
| 
       9 
9 
     | 
    
         
             
            import * as i0 from "@angular/core";
         
     | 
| 
       10 
10 
     | 
    
         
             
            import * as i1 from "@angular/material/dialog";
         
     | 
| 
       11 
11 
     | 
    
         
             
            import * as i2 from "@firestitch/message";
         
     | 
| 
       12 
     | 
    
         
            -
            import * as i3 from "@ 
     | 
| 
       13 
     | 
    
         
            -
            import * as i4 from "@angular/ 
     | 
| 
       14 
     | 
    
         
            -
            import * as i5 from "@angular/material/ 
     | 
| 
       15 
     | 
    
         
            -
            import * as i6 from "@angular/material/ 
     | 
| 
       16 
     | 
    
         
            -
            import * as i7 from "@ 
     | 
| 
       17 
     | 
    
         
            -
            import * as i8 from "@ 
     | 
| 
       18 
     | 
    
         
            -
            import * as i9 from "@ 
     | 
| 
       19 
     | 
    
         
            -
            import * as i10 from "@ 
     | 
| 
       20 
     | 
    
         
            -
            import * as i11 from "@ 
     | 
| 
      
 12 
     | 
    
         
            +
            import * as i3 from "@angular/common";
         
     | 
| 
      
 13 
     | 
    
         
            +
            import * as i4 from "@angular/forms";
         
     | 
| 
      
 14 
     | 
    
         
            +
            import * as i5 from "@angular/material/form-field";
         
     | 
| 
      
 15 
     | 
    
         
            +
            import * as i6 from "@angular/material/input";
         
     | 
| 
      
 16 
     | 
    
         
            +
            import * as i7 from "@angular/material/select";
         
     | 
| 
      
 17 
     | 
    
         
            +
            import * as i8 from "@angular/material/core";
         
     | 
| 
      
 18 
     | 
    
         
            +
            import * as i9 from "@firestitch/form";
         
     | 
| 
      
 19 
     | 
    
         
            +
            import * as i10 from "@firestitch/skeleton";
         
     | 
| 
      
 20 
     | 
    
         
            +
            import * as i11 from "@firestitch/dialog";
         
     | 
| 
       21 
21 
     | 
    
         
             
            export class ContentPageComponent {
         
     | 
| 
       22 
22 
     | 
    
         
             
                constructor(_config, _data, _dialogRef, _message, _cdRef) {
         
     | 
| 
       23 
23 
     | 
    
         
             
                    this._config = _config;
         
     | 
| 
         @@ -64,11 +64,11 @@ export class ContentPageComponent { 
     | 
|
| 
       64 
64 
     | 
    
         
             
                    });
         
     | 
| 
       65 
65 
     | 
    
         
             
                }
         
     | 
| 
       66 
66 
     | 
    
         
             
            }
         
     | 
| 
       67 
     | 
    
         
            -
            ContentPageComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: " 
     | 
| 
       68 
     | 
    
         
            -
            ContentPageComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: " 
     | 
| 
       69 
     | 
    
         
            -
            i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: " 
     | 
| 
      
 67 
     | 
    
         
            +
            ContentPageComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.3.0", ngImport: i0, type: ContentPageComponent, deps: [{ token: FS_CONTENT_CONFIG }, { token: MAT_DIALOG_DATA }, { token: i1.MatDialogRef }, { token: i2.FsMessage }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component });
         
     | 
| 
      
 68 
     | 
    
         
            +
            ContentPageComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.3.0", type: ContentPageComponent, selector: "ng-component", viewQueries: [{ propertyName: "textEditors", predicate: FsTextEditorComponent, descendants: true }], ngImport: i0, template: "<form fsForm [submit]=\"save\" *fsSkeletonForm=\"contentPage\">\n  <fs-dialog>\n    <h1 mat-dialog-title>{{contentPage.id ? 'Page' : 'Create Page'}}</h1>\n    <div mat-dialog-content>\n      <div class=\"fs-column\">\n        <mat-form-field>\n          <mat-label>Type</mat-label>\n          <mat-select\n              [(ngModel)]=\"contentPage.type\"\n              name=\"type\"\n              required>\n            <mat-option\n                *ngFor=\"let item of PageTypes\"\n                [value]=\"item.value\">\n              {{ item.name }}\n            </mat-option>\n          </mat-select>\n        </mat-form-field>\n        <mat-form-field *ngIf=\"contentLayouts\">\n          <mat-label>Layout</mat-label>\n          <mat-select\n            [(ngModel)]=\"contentPage.contentLayoutId\"\n            required\n            name=\"contentLayoutId\">\n              <mat-option\n                *ngFor=\"let item of contentLayouts\"\n                [value]=\"item.id\">\n                  {{ item.name }}\n              </mat-option>\n          </mat-select>\n        </mat-form-field>\n        <mat-form-field>\n          <mat-label>Name</mat-label>\n          <input\n            matInput\n            [(ngModel)]=\"contentPage.name\"\n            name=\"name\"\n            required>\n        </mat-form-field>\n        <mat-form-field>\n          <mat-label>Path</mat-label>\n          <input\n            matInput\n            [(ngModel)]=\"contentPage.path\"\n            name=\"path\"\n            required>\n        </mat-form-field>\n        <mat-form-field>\n          <mat-label>Title</mat-label>\n          <input\n            matInput\n            [(ngModel)]=\"contentPage.title\"\n            name=\"title\">\n        </mat-form-field>\n      </div>\n    </div>\n\n    <div mat-dialog-actions>\n      <fs-form-dialog-actions>\n      </fs-form-dialog-actions>\n    </div>\n  </fs-dialog>\n</form>\n", styles: [""], dependencies: [{ kind: "directive", type: i3.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: i3.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i4.ɵNgNoValidate, selector: "form:not([ngNoForm]):not([ngNativeValidate])" }, { kind: "directive", type: i4.DefaultValueAccessor, selector: "input:not([type=checkbox])[formControlName],textarea[formControlName],input:not([type=checkbox])[formControl],textarea[formControl],input:not([type=checkbox])[ngModel],textarea[ngModel],[ngDefaultControl]" }, { kind: "directive", type: i4.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i4.NgControlStatusGroup, selector: "[formGroupName],[formArrayName],[ngModelGroup],[formGroup],form:not([ngNoForm]),[ngForm]" }, { kind: "directive", type: i4.RequiredValidator, selector: ":not([type=checkbox])[required][formControlName],:not([type=checkbox])[required][formControl],:not([type=checkbox])[required][ngModel]", inputs: ["required"] }, { kind: "directive", type: i4.NgModel, selector: "[ngModel]:not([formControlName]):not([formControl])", inputs: ["name", "disabled", "ngModel", "ngModelOptions"], outputs: ["ngModelChange"], exportAs: ["ngModel"] }, { kind: "directive", type: i4.NgForm, selector: "form:not([ngNoForm]):not([formGroup]),ng-form,[ngForm]", inputs: ["ngFormOptions"], outputs: ["ngSubmit"], exportAs: ["ngForm"] }, { kind: "directive", type: i1.MatDialogTitle, selector: "[mat-dialog-title], [matDialogTitle]", inputs: ["id"], exportAs: ["matDialogTitle"] }, { kind: "directive", type: i1.MatDialogContent, selector: "[mat-dialog-content], mat-dialog-content, [matDialogContent]" }, { kind: "directive", type: i1.MatDialogActions, selector: "[mat-dialog-actions], mat-dialog-actions, [matDialogActions]", inputs: ["align"] }, { kind: "component", type: i5.MatFormField, selector: "mat-form-field", inputs: ["color", "appearance", "hideRequiredMarker", "hintLabel", "floatLabel"], exportAs: ["matFormField"] }, { kind: "directive", type: i5.MatLabel, selector: "mat-label" }, { kind: "directive", type: i6.MatInput, selector: "input[matInput], textarea[matInput], select[matNativeControl],      input[matNativeControl], textarea[matNativeControl]", inputs: ["disabled", "id", "placeholder", "name", "required", "type", "errorStateMatcher", "aria-describedby", "value", "readonly"], exportAs: ["matInput"] }, { kind: "component", type: i7.MatSelect, selector: "mat-select", inputs: ["disabled", "disableRipple", "tabIndex"], exportAs: ["matSelect"] }, { kind: "component", type: i8.MatOption, selector: "mat-option", exportAs: ["matOption"] }, { kind: "directive", type: i9.FsFormDirective, selector: "[fsForm]", inputs: ["wrapperSelector", "messageSelector", "hintSelector", "labelSelector", "autocomplete", "shortcuts", "confirm", "confirmDialog", "confirmDrawer", "confirmBrowser", "confirmTabs", "dirtySubmitButton", "submit", "successDelay", "errorDelay", "tabGroup", "deactivationGuard"], outputs: ["fsForm", "invalid", "valid", "submitted", "reseted", "cleared"], exportAs: ["fsForm"] }, { kind: "directive", type: i9.FsFormRequiredDirective, selector: "[fsFormRequired],[ngModel][required]", inputs: ["fsFormRequired", "required", "fsFormRequiredMessage"] }, { kind: "component", type: i9.FsFormDialogActionsComponent, selector: "fs-form-dialog-actions", inputs: ["save", "create", "close", "done", "closeData", "name"] }, { kind: "directive", type: i9.FsFormNoFsValidatorsDirective, selector: "[ngModel]:not([required]):not([fsFormRequired]):not([fsFormCompare]):not([fsFormDateRange]):not([fsFormEmail]):not([fsFormEmails]):not([fsFormFunction]):not([fsFormGreater]):not([fsFormInteger]):not([fsFormLesser]):not([fsFormMax]):not([fsFormMaxLength]):not([fsFormMin]):not([fsFormMinLength]):not([fsFormNumeric]):not([fsFormPattern]):not([fsFormPhone]):not([fsFormUrl]):not([validate])" }, { kind: "directive", type: i10.FsSkeletonFormDirective, selector: "[fsSkeletonForm]", inputs: ["fsSkeletonForm", "fsSkeletonFormLines"] }, { kind: "component", type: i11.FsDialogComponent, selector: "fs-dialog", inputs: ["mobileMode", "mobileButtonPlacement", "mobileWidth", "mode", "buttonLayout"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
         
     | 
| 
      
 69 
     | 
    
         
            +
            i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.3.0", ngImport: i0, type: ContentPageComponent, decorators: [{
         
     | 
| 
       70 
70 
     | 
    
         
             
                        type: Component,
         
     | 
| 
       71 
     | 
    
         
            -
                        args: [{ changeDetection: ChangeDetectionStrategy.OnPush, template: "<form fsForm [submit]=\"save\" *fsSkeletonForm=\"contentPage\">\n  <fs-dialog>\n    <h1 mat-dialog-title>{{contentPage.id ? 'Page' : 'Create Page'}}</h1>\n    <div mat-dialog-content>\n      <div class=\"fs-column\">\n        <mat-form-field>\n          <mat-label>Type</mat-label>\n          <mat-select\n              [(ngModel)]=\"contentPage.type\"\n              name=\"type\"\n              required>\n            <mat-option\n                *ngFor=\"let item of PageTypes\"\n                [value]=\"item.value\">\n              {{ item.name }}\n            </mat-option>\n          </mat-select>\n        </mat-form-field>\n        <mat-form-field *ngIf=\"contentLayouts\">\n          <mat-label>Layout</mat-label>\n          <mat-select\n            [(ngModel)]=\"contentPage.contentLayoutId\"\n            required\n            name=\"contentLayoutId\">\n              <mat-option\n                *ngFor=\"let item of contentLayouts\"\n                [value]=\"item.id\">\n                  {{ item.name }}\n              </mat-option>\n          </mat-select>\n        </mat-form-field>\n        <mat-form-field>\n          <mat-label>Name</mat-label>\n          <input\n            matInput\n            [(ngModel)]=\"contentPage.name\"\n            name=\"name\"\n            required>\n        </mat-form-field>\n        <mat-form-field>\n          <mat-label>Path</mat-label>\n          <input\n            matInput\n            [(ngModel)]=\"contentPage.path\"\n            name=\"path\"\n            required>\n        </mat-form-field>\n        <mat-form-field>\n          <mat-label>Title</mat-label>\n          <input\n            matInput\n            [(ngModel)]=\"contentPage.title\"\n            name=\"title\">\n        </mat-form-field>\n      </div>\n    </div>\n\n    <div mat-dialog-actions>\n      <fs-form-dialog-actions>\n      </fs-form-dialog-actions>\n    </div>\n  </fs-dialog>\n</form>\n" 
     | 
| 
      
 71 
     | 
    
         
            +
                        args: [{ changeDetection: ChangeDetectionStrategy.OnPush, template: "<form fsForm [submit]=\"save\" *fsSkeletonForm=\"contentPage\">\n  <fs-dialog>\n    <h1 mat-dialog-title>{{contentPage.id ? 'Page' : 'Create Page'}}</h1>\n    <div mat-dialog-content>\n      <div class=\"fs-column\">\n        <mat-form-field>\n          <mat-label>Type</mat-label>\n          <mat-select\n              [(ngModel)]=\"contentPage.type\"\n              name=\"type\"\n              required>\n            <mat-option\n                *ngFor=\"let item of PageTypes\"\n                [value]=\"item.value\">\n              {{ item.name }}\n            </mat-option>\n          </mat-select>\n        </mat-form-field>\n        <mat-form-field *ngIf=\"contentLayouts\">\n          <mat-label>Layout</mat-label>\n          <mat-select\n            [(ngModel)]=\"contentPage.contentLayoutId\"\n            required\n            name=\"contentLayoutId\">\n              <mat-option\n                *ngFor=\"let item of contentLayouts\"\n                [value]=\"item.id\">\n                  {{ item.name }}\n              </mat-option>\n          </mat-select>\n        </mat-form-field>\n        <mat-form-field>\n          <mat-label>Name</mat-label>\n          <input\n            matInput\n            [(ngModel)]=\"contentPage.name\"\n            name=\"name\"\n            required>\n        </mat-form-field>\n        <mat-form-field>\n          <mat-label>Path</mat-label>\n          <input\n            matInput\n            [(ngModel)]=\"contentPage.path\"\n            name=\"path\"\n            required>\n        </mat-form-field>\n        <mat-form-field>\n          <mat-label>Title</mat-label>\n          <input\n            matInput\n            [(ngModel)]=\"contentPage.title\"\n            name=\"title\">\n        </mat-form-field>\n      </div>\n    </div>\n\n    <div mat-dialog-actions>\n      <fs-form-dialog-actions>\n      </fs-form-dialog-actions>\n    </div>\n  </fs-dialog>\n</form>\n" }]
         
     | 
| 
       72 
72 
     | 
    
         
             
                    }], ctorParameters: function () { return [{ type: undefined, decorators: [{
         
     | 
| 
       73 
73 
     | 
    
         
             
                                type: Inject,
         
     | 
| 
       74 
74 
     | 
    
         
             
                                args: [FS_CONTENT_CONFIG]
         
     | 
| 
         @@ -11,16 +11,16 @@ import * as i0 from "@angular/core"; 
     | 
|
| 
       11 
11 
     | 
    
         
             
            import * as i1 from "@angular/material/dialog";
         
     | 
| 
       12 
12 
     | 
    
         
             
            import * as i2 from "@firestitch/message";
         
     | 
| 
       13 
13 
     | 
    
         
             
            import * as i3 from "@firestitch/prompt";
         
     | 
| 
       14 
     | 
    
         
            -
            import * as i4 from "@ 
     | 
| 
       15 
     | 
    
         
            -
            import * as i5 from "@angular/ 
     | 
| 
       16 
     | 
    
         
            -
            import * as i6 from "@angular/material/ 
     | 
| 
       17 
     | 
    
         
            -
            import * as i7 from "@angular/material/ 
     | 
| 
       18 
     | 
    
         
            -
            import * as i8 from " 
     | 
| 
       19 
     | 
    
         
            -
            import * as i9 from "@angular/ 
     | 
| 
      
 14 
     | 
    
         
            +
            import * as i4 from "@angular/forms";
         
     | 
| 
      
 15 
     | 
    
         
            +
            import * as i5 from "@angular/router";
         
     | 
| 
      
 16 
     | 
    
         
            +
            import * as i6 from "@angular/material/button";
         
     | 
| 
      
 17 
     | 
    
         
            +
            import * as i7 from "@angular/material/icon";
         
     | 
| 
      
 18 
     | 
    
         
            +
            import * as i8 from "@angular/material/button-toggle";
         
     | 
| 
      
 19 
     | 
    
         
            +
            import * as i9 from "@angular/material/tooltip";
         
     | 
| 
       20 
20 
     | 
    
         
             
            import * as i10 from "@firestitch/form";
         
     | 
| 
       21 
21 
     | 
    
         
             
            import * as i11 from "@firestitch/skeleton";
         
     | 
| 
       22 
     | 
    
         
            -
            import * as i12 from "@ 
     | 
| 
       23 
     | 
    
         
            -
            import * as i13 from " 
     | 
| 
      
 22 
     | 
    
         
            +
            import * as i12 from "@firestitch/dialog";
         
     | 
| 
      
 23 
     | 
    
         
            +
            import * as i13 from "../../../editor/components/editor/editor.component";
         
     | 
| 
       24 
24 
     | 
    
         
             
            export class ContentPageEditorComponent {
         
     | 
| 
       25 
25 
     | 
    
         
             
                constructor(_data, _dialogRef, _message, _dialog, _cdRef, _prompt) {
         
     | 
| 
       26 
26 
     | 
    
         
             
                    this._data = _data;
         
     | 
| 
         @@ -164,9 +164,9 @@ export class ContentPageEditorComponent { 
     | 
|
| 
       164 
164 
     | 
    
         
             
                    });
         
     | 
| 
       165 
165 
     | 
    
         
             
                }
         
     | 
| 
       166 
166 
     | 
    
         
             
            }
         
     | 
| 
       167 
     | 
    
         
            -
            ContentPageEditorComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: " 
     | 
| 
       168 
     | 
    
         
            -
            ContentPageEditorComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: " 
     | 
| 
       169 
     | 
    
         
            -
            i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: " 
     | 
| 
      
 167 
     | 
    
         
            +
            ContentPageEditorComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.3.0", ngImport: i0, type: ContentPageEditorComponent, deps: [{ token: MAT_DIALOG_DATA }, { token: i1.MatDialogRef }, { token: i2.FsMessage }, { token: i1.MatDialog }, { token: i0.ChangeDetectorRef }, { token: i3.FsPrompt }], target: i0.ɵɵFactoryTarget.Component });
         
     | 
| 
      
 168 
     | 
    
         
            +
            ContentPageEditorComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.3.0", type: ContentPageEditorComponent, selector: "ng-component", viewQueries: [{ propertyName: "editor", first: true, predicate: EditorComponent, descendants: true }], ngImport: i0, template: "<form fsForm [submit]=\"submitted\" [dirtySubmitButton]=\"false\" [confirm]=\"false\">\n  <fs-dialog *fsSkeletonForm=\"contentPage\">\n    <h1 mat-dialog-title>\n      <div class=\"title-container\">\n        <div class=\"title\">\n          Page Editor\n          <div class=\"small\">{{contentPage.name}}</div>   \n        </div>\n        <a\n            (click)=\"openSettings()\"\n            mat-icon-button>\n          <mat-icon>settings</mat-icon>\n        </a>\n\n        <div class=\"toggles\">\n          <mat-button-toggle-group multiple>\n            <mat-button-toggle value=\"html\" [checked]=\"editors.html\" (change)=\"editorToggleChange($event)\">HTML</mat-button-toggle>\n            <mat-button-toggle value=\"scss\" [checked]=\"editors.scss\" (change)=\"editorToggleChange($event)\">SCSS</mat-button-toggle>\n            <mat-button-toggle value=\"js\" [checked]=\"editors.js\" (change)=\"editorToggleChange($event)\">JS</mat-button-toggle>\n            <mat-button-toggle value=\"globalScss\" [checked]=\"editors.globalScss\" (change)=\"editorToggleChange($event)\">Global SCSS</mat-button-toggle>\n          </mat-button-toggle-group>      \n        </div>\n\n        <div class=\"actions\">\n          <button\n              #submit\n              mat-stroked-button\n              color=\"primary\"\n              [disabled]=\"!editor?.hasChanges || submitting\"\n              [matTooltip]=\"isMac ? 'cmd+s' : 'ctrl+s'\"\n              type=\"button\"\n              (click)=\"save()\">  \n            Save\n          </button>\n\n          <a \n              mat-stroked-button\n              target=\"_blank\"\n              [routerLink]=\"contentPage.path\"\n              type=\"button\">  \n            Preview\n          </a>\n\n          <button \n              mat-stroked-button\n              (click)=\"close()\"\n              type=\"button\">  \n            Done\n          </button>\n        </div>\n      </div>\n    </h1>\n    <div mat-dialog-content>\n      <app-editor\n        [contentConfig]=\"config\"\n        [showHtml]=\"editors.html\"\n        [showJs]=\"editors.js\"\n        [showScss]=\"editors.scss\"\n        [showGlobalScss]=\"editors.globalScss\"\n        [html]=\"contentPage.content\"\n        [scss]=\"contentPage.styles\"\n        [js]=\"contentPage.js\"\n        (focused)=\"editorFocused($event)\">\n      </app-editor>\n    </div>\n  </fs-dialog>\n</form>\n", styles: ["::ng-deep .fs-content-editor-overlay-pane .mat-dialog-container{border-radius:0}form{height:100%}fs-dialog{display:flex;height:100%;flex-direction:column}fs-dialog ::ng-deep .mat-dialog-content{max-height:none;flex:1;overflow:hidden}fs-dialog ::ng-deep .mat-button-toggle-label-content{line-height:36px}h1 .toggles{display:flex;justify-content:flex-end;justify-self:baseline;font-size:13px}h1 .actions{margin-left:30px}h1 .actions .mat-stroked-button{margin-left:5px}.title-container{display:flex;align-items:center}.title-container .title{flex:1}.title-container .title .small{line-height:normal}\n"], dependencies: [{ kind: "directive", type: i4.ɵNgNoValidate, selector: "form:not([ngNoForm]):not([ngNativeValidate])" }, { kind: "directive", type: i4.NgControlStatusGroup, selector: "[formGroupName],[formArrayName],[ngModelGroup],[formGroup],form:not([ngNoForm]),[ngForm]" }, { kind: "directive", type: i4.NgForm, selector: "form:not([ngNoForm]):not([formGroup]),ng-form,[ngForm]", inputs: ["ngFormOptions"], outputs: ["ngSubmit"], exportAs: ["ngForm"] }, { kind: "directive", type: i5.RouterLinkWithHref, selector: "a[routerLink],area[routerLink]", inputs: ["target", "queryParams", "fragment", "queryParamsHandling", "state", "relativeTo", "preserveFragment", "skipLocationChange", "replaceUrl", "routerLink"] }, { kind: "directive", type: i1.MatDialogTitle, selector: "[mat-dialog-title], [matDialogTitle]", inputs: ["id"], exportAs: ["matDialogTitle"] }, { kind: "directive", type: i1.MatDialogContent, selector: "[mat-dialog-content], mat-dialog-content, [matDialogContent]" }, { kind: "component", type: i6.MatButton, selector: "button[mat-button], button[mat-raised-button], button[mat-icon-button],             button[mat-fab], button[mat-mini-fab], button[mat-stroked-button],             button[mat-flat-button]", inputs: ["disabled", "disableRipple", "color"], exportAs: ["matButton"] }, { kind: "component", type: i6.MatAnchor, selector: "a[mat-button], a[mat-raised-button], a[mat-icon-button], a[mat-fab],             a[mat-mini-fab], a[mat-stroked-button], a[mat-flat-button]", inputs: ["disabled", "disableRipple", "color", "tabIndex"], exportAs: ["matButton", "matAnchor"] }, { kind: "component", type: i7.MatIcon, selector: "mat-icon", inputs: ["color", "inline", "svgIcon", "fontSet", "fontIcon"], exportAs: ["matIcon"] }, { kind: "directive", type: i8.MatButtonToggleGroup, selector: "mat-button-toggle-group", inputs: ["appearance", "name", "vertical", "value", "multiple", "disabled"], outputs: ["valueChange", "change"], exportAs: ["matButtonToggleGroup"] }, { kind: "component", type: i8.MatButtonToggle, selector: "mat-button-toggle", inputs: ["disableRipple", "aria-label", "aria-labelledby", "id", "name", "value", "tabIndex", "appearance", "checked", "disabled"], outputs: ["change"], exportAs: ["matButtonToggle"] }, { kind: "directive", type: i9.MatTooltip, selector: "[matTooltip]", exportAs: ["matTooltip"] }, { kind: "directive", type: i10.FsFormDirective, selector: "[fsForm]", inputs: ["wrapperSelector", "messageSelector", "hintSelector", "labelSelector", "autocomplete", "shortcuts", "confirm", "confirmDialog", "confirmDrawer", "confirmBrowser", "confirmTabs", "dirtySubmitButton", "submit", "successDelay", "errorDelay", "tabGroup", "deactivationGuard"], outputs: ["fsForm", "invalid", "valid", "submitted", "reseted", "cleared"], exportAs: ["fsForm"] }, { kind: "directive", type: i10.FsButtonDirective, selector: "[mat-raised-button],[mat-button],[mat-flat-button],[mat-stroked-button]", inputs: ["name", "dirtySubmit", "form"] }, { kind: "directive", type: i11.FsSkeletonFormDirective, selector: "[fsSkeletonForm]", inputs: ["fsSkeletonForm", "fsSkeletonFormLines"] }, { kind: "component", type: i12.FsDialogComponent, selector: "fs-dialog", inputs: ["mobileMode", "mobileButtonPlacement", "mobileWidth", "mode", "buttonLayout"] }, { kind: "component", type: i13.EditorComponent, selector: "app-editor", inputs: ["showHtml", "showScss", "showJs", "showGlobalScss", "html", "scss", "js", "contentConfig"], outputs: ["changed", "focused", "blured"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
         
     | 
| 
      
 169 
     | 
    
         
            +
            i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.3.0", ngImport: i0, type: ContentPageEditorComponent, decorators: [{
         
     | 
| 
       170 
170 
     | 
    
         
             
                        type: Component,
         
     | 
| 
       171 
171 
     | 
    
         
             
                        args: [{ changeDetection: ChangeDetectionStrategy.OnPush, template: "<form fsForm [submit]=\"submitted\" [dirtySubmitButton]=\"false\" [confirm]=\"false\">\n  <fs-dialog *fsSkeletonForm=\"contentPage\">\n    <h1 mat-dialog-title>\n      <div class=\"title-container\">\n        <div class=\"title\">\n          Page Editor\n          <div class=\"small\">{{contentPage.name}}</div>   \n        </div>\n        <a\n            (click)=\"openSettings()\"\n            mat-icon-button>\n          <mat-icon>settings</mat-icon>\n        </a>\n\n        <div class=\"toggles\">\n          <mat-button-toggle-group multiple>\n            <mat-button-toggle value=\"html\" [checked]=\"editors.html\" (change)=\"editorToggleChange($event)\">HTML</mat-button-toggle>\n            <mat-button-toggle value=\"scss\" [checked]=\"editors.scss\" (change)=\"editorToggleChange($event)\">SCSS</mat-button-toggle>\n            <mat-button-toggle value=\"js\" [checked]=\"editors.js\" (change)=\"editorToggleChange($event)\">JS</mat-button-toggle>\n            <mat-button-toggle value=\"globalScss\" [checked]=\"editors.globalScss\" (change)=\"editorToggleChange($event)\">Global SCSS</mat-button-toggle>\n          </mat-button-toggle-group>      \n        </div>\n\n        <div class=\"actions\">\n          <button\n              #submit\n              mat-stroked-button\n              color=\"primary\"\n              [disabled]=\"!editor?.hasChanges || submitting\"\n              [matTooltip]=\"isMac ? 'cmd+s' : 'ctrl+s'\"\n              type=\"button\"\n              (click)=\"save()\">  \n            Save\n          </button>\n\n          <a \n              mat-stroked-button\n              target=\"_blank\"\n              [routerLink]=\"contentPage.path\"\n              type=\"button\">  \n            Preview\n          </a>\n\n          <button \n              mat-stroked-button\n              (click)=\"close()\"\n              type=\"button\">  \n            Done\n          </button>\n        </div>\n      </div>\n    </h1>\n    <div mat-dialog-content>\n      <app-editor\n        [contentConfig]=\"config\"\n        [showHtml]=\"editors.html\"\n        [showJs]=\"editors.js\"\n        [showScss]=\"editors.scss\"\n        [showGlobalScss]=\"editors.globalScss\"\n        [html]=\"contentPage.content\"\n        [scss]=\"contentPage.styles\"\n        [js]=\"contentPage.js\"\n        (focused)=\"editorFocused($event)\">\n      </app-editor>\n    </div>\n  </fs-dialog>\n</form>\n", styles: ["::ng-deep .fs-content-editor-overlay-pane .mat-dialog-container{border-radius:0}form{height:100%}fs-dialog{display:flex;height:100%;flex-direction:column}fs-dialog ::ng-deep .mat-dialog-content{max-height:none;flex:1;overflow:hidden}fs-dialog ::ng-deep .mat-button-toggle-label-content{line-height:36px}h1 .toggles{display:flex;justify-content:flex-end;justify-self:baseline;font-size:13px}h1 .actions{margin-left:30px}h1 .actions .mat-stroked-button{margin-left:5px}.title-container{display:flex;align-items:center}.title-container .title{flex:1}.title-container .title .small{line-height:normal}\n"] }]
         
     | 
| 
       172 
172 
     | 
    
         
             
                    }], ctorParameters: function () { return [{ type: undefined, decorators: [{
         
     | 
    
        package/esm2020/app/modules/content-pages/components/content-pages/content-pages.component.mjs
    CHANGED
    
    | 
         @@ -12,8 +12,8 @@ import { ContentPageEditorComponent } from '../content-page-editor'; 
     | 
|
| 
       12 
12 
     | 
    
         
             
            import { ContentPageComponent } from '../content-page/content-page.component';
         
     | 
| 
       13 
13 
     | 
    
         
             
            import * as i0 from "@angular/core";
         
     | 
| 
       14 
14 
     | 
    
         
             
            import * as i1 from "@angular/material/dialog";
         
     | 
| 
       15 
     | 
    
         
            -
            import * as i2 from "@ 
     | 
| 
       16 
     | 
    
         
            -
            import * as i3 from "@ 
     | 
| 
      
 15 
     | 
    
         
            +
            import * as i2 from "@angular/common";
         
     | 
| 
      
 16 
     | 
    
         
            +
            import * as i3 from "@firestitch/list";
         
     | 
| 
       17 
17 
     | 
    
         
             
            import * as i4 from "@firestitch/date";
         
     | 
| 
       18 
18 
     | 
    
         
             
            export class FsContentPagesComponent {
         
     | 
| 
       19 
19 
     | 
    
         
             
                constructor(_config, _dialog) {
         
     | 
| 
         @@ -113,11 +113,11 @@ export class FsContentPagesComponent { 
     | 
|
| 
       113 
113 
     | 
    
         
             
                    };
         
     | 
| 
       114 
114 
     | 
    
         
             
                }
         
     | 
| 
       115 
115 
     | 
    
         
             
            }
         
     | 
| 
       116 
     | 
    
         
            -
            FsContentPagesComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: " 
     | 
| 
       117 
     | 
    
         
            -
            FsContentPagesComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: " 
     | 
| 
       118 
     | 
    
         
            -
            i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: " 
     | 
| 
      
 116 
     | 
    
         
            +
            FsContentPagesComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.3.0", ngImport: i0, type: FsContentPagesComponent, deps: [{ token: FS_CONTENT_CONFIG }, { token: i1.MatDialog }], target: i0.ɵɵFactoryTarget.Component });
         
     | 
| 
      
 117 
     | 
    
         
            +
            FsContentPagesComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.3.0", type: FsContentPagesComponent, selector: "fs-content-pages", inputs: { htmlEditorConfig: "htmlEditorConfig" }, viewQueries: [{ propertyName: "listComponent", first: true, predicate: FsListComponent, descendants: true }], ngImport: i0, template: "<fs-list [config]=\"listConfig\">\n  <fs-list-column name=\"name\" title=\"Name\" [sortable]=\"true\">\n    <ng-template fs-list-cell let-row=\"row\">\n      <a *ngIf=\"row.state !== 'deleted'; else name\" (click)=\"openEditor(row)\">\n        <ng-container [ngTemplateOutlet]=\"name\"></ng-container>\n      </a>\n      <ng-template #name>{{row.name}}</ng-template>\n    </ng-template>\n  </fs-list-column>\n  <fs-list-column name=\"path\" title=\"Path\" [sortable]=\"true\">\n    <ng-template fs-list-cell let-row=\"row\">\n      <a *ngIf=\"row.state !== 'deleted'; else path\"  [href]=\"'/' + row.path\" target=\"_black\">\n        <ng-container [ngTemplateOutlet]=\"path\"></ng-container>\n      </a>\n      <ng-template #path>/{{row.path}}</ng-template>\n    </ng-template>\n  </fs-list-column>\n  <fs-list-column name=\"layout\" title=\"Layout\">\n    <ng-template fs-list-cell let-row=\"row\">\n      {{row.contentLayout?.name}}\n    </ng-template>\n  </fs-list-column>\n  <fs-list-column name=\"type\" title=\"Type\" [sortable]=\"true\">\n    <ng-template fs-list-cell let-row=\"row\">\n      {{pageTypes[row.type]}}\n    </ng-template>\n  </fs-list-column>\n  <fs-list-column name=\"modify_date\" title=\"Modified\" [sortable]=\"true\">\n    <ng-template fs-list-cell let-row=\"row\">\n      {{row.modifyDate | fsDate: 'date-time-yearless'}}\n    </ng-template>\n  </fs-list-column>\n</fs-list>\n", styles: [":host ::ng-deep .modified,:host ::ng-deep .name{width:1%;white-space:nowrap}:host ::ng-deep .preview-content img{display:none}.preview-content{position:relative;max-height:100px;max-width:100%;overflow:hidden;-webkit-mask-image:-webkit-gradient(linear,left 60%,left bottom,from(rgb(0,0,0)),to(rgba(0,0,0,0)))}\n"], dependencies: [{ kind: "directive", type: i2.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i2.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { kind: "component", type: i3.FsListComponent, selector: "fs-list", inputs: ["config", "loaderLines"], outputs: ["filtersReady"] }, { kind: "directive", type: i3.FsListColumnDirective, selector: "fs-list-column", inputs: ["show", "title", "name", "customize", "sortable", "sortableDefault", "direction", "align", "width", "class"] }, { kind: "directive", type: i3.FsListCellDirective, selector: "[fs-list-cell]", inputs: ["colspan", "align", "class"] }, { kind: "pipe", type: i4.FsDatePipe, name: "fsDate" }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
         
     | 
| 
      
 118 
     | 
    
         
            +
            i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.3.0", ngImport: i0, type: FsContentPagesComponent, decorators: [{
         
     | 
| 
       119 
119 
     | 
    
         
             
                        type: Component,
         
     | 
| 
       120 
     | 
    
         
            -
                        args: [{ selector: 'fs-content-pages', changeDetection: ChangeDetectionStrategy.OnPush, template: "<fs-list [config]=\"listConfig\">\n  <fs-list-column name=\"name\" title=\"Name\" [sortable]=\"true\">\n    <ng-template fs-list-cell let-row=\"row\">\n      <a *ngIf=\"row.state !== 'deleted'; else name\" (click)=\"openEditor(row)\">\n        <ng-container [ngTemplateOutlet]=\"name\"></ng-container>\n      </a>\n      <ng-template #name>{{row.name}}</ng-template>\n    </ng-template>\n  </fs-list-column>\n  <fs-list-column name=\"path\" title=\"Path\" [sortable]=\"true\">\n    <ng-template fs-list-cell let-row=\"row\">\n      <a *ngIf=\"row.state !== 'deleted'; else path\"  [href]=\"'/' + row.path\" target=\"_black\">\n        <ng-container [ngTemplateOutlet]=\"path\"></ng-container>\n      </a>\n      <ng-template #path>/{{row.path}}</ng-template>\n    </ng-template>\n  </fs-list-column>\n  <fs-list-column name=\"layout\" title=\"Layout\">\n    <ng-template fs-list-cell let-row=\"row\">\n      {{row.contentLayout?.name}}\n    </ng-template>\n  </fs-list-column>\n  <fs-list-column name=\"type\" title=\"Type\" [sortable]=\"true\">\n    <ng-template fs-list-cell let-row=\"row\">\n      {{pageTypes[row.type]}}\n    </ng-template>\n  </fs-list-column>\n  <fs-list-column name=\"modify_date\" title=\"Modified\" [sortable]=\"true\">\n    <ng-template fs-list-cell let-row=\"row\">\n      {{row.modifyDate | fsDate: 'date-time-yearless'}}\n    </ng-template>\n  </fs-list-column>\n</fs-list>\n", styles: [":host ::ng-deep .modified,:host ::ng-deep .name{width:1%;white-space:nowrap}:host ::ng-deep .preview-content img{display:none}.preview-content{position:relative;max-height:100px;max-width:100%;overflow:hidden;-webkit-mask-image:-webkit-gradient(linear,left 60%,left bottom,from( 
     | 
| 
      
 120 
     | 
    
         
            +
                        args: [{ selector: 'fs-content-pages', changeDetection: ChangeDetectionStrategy.OnPush, template: "<fs-list [config]=\"listConfig\">\n  <fs-list-column name=\"name\" title=\"Name\" [sortable]=\"true\">\n    <ng-template fs-list-cell let-row=\"row\">\n      <a *ngIf=\"row.state !== 'deleted'; else name\" (click)=\"openEditor(row)\">\n        <ng-container [ngTemplateOutlet]=\"name\"></ng-container>\n      </a>\n      <ng-template #name>{{row.name}}</ng-template>\n    </ng-template>\n  </fs-list-column>\n  <fs-list-column name=\"path\" title=\"Path\" [sortable]=\"true\">\n    <ng-template fs-list-cell let-row=\"row\">\n      <a *ngIf=\"row.state !== 'deleted'; else path\"  [href]=\"'/' + row.path\" target=\"_black\">\n        <ng-container [ngTemplateOutlet]=\"path\"></ng-container>\n      </a>\n      <ng-template #path>/{{row.path}}</ng-template>\n    </ng-template>\n  </fs-list-column>\n  <fs-list-column name=\"layout\" title=\"Layout\">\n    <ng-template fs-list-cell let-row=\"row\">\n      {{row.contentLayout?.name}}\n    </ng-template>\n  </fs-list-column>\n  <fs-list-column name=\"type\" title=\"Type\" [sortable]=\"true\">\n    <ng-template fs-list-cell let-row=\"row\">\n      {{pageTypes[row.type]}}\n    </ng-template>\n  </fs-list-column>\n  <fs-list-column name=\"modify_date\" title=\"Modified\" [sortable]=\"true\">\n    <ng-template fs-list-cell let-row=\"row\">\n      {{row.modifyDate | fsDate: 'date-time-yearless'}}\n    </ng-template>\n  </fs-list-column>\n</fs-list>\n", styles: [":host ::ng-deep .modified,:host ::ng-deep .name{width:1%;white-space:nowrap}:host ::ng-deep .preview-content img{display:none}.preview-content{position:relative;max-height:100px;max-width:100%;overflow:hidden;-webkit-mask-image:-webkit-gradient(linear,left 60%,left bottom,from(rgb(0,0,0)),to(rgba(0,0,0,0)))}\n"] }]
         
     | 
| 
       121 
121 
     | 
    
         
             
                    }], ctorParameters: function () { return [{ type: undefined, decorators: [{
         
     | 
| 
       122 
122 
     | 
    
         
             
                                type: Inject,
         
     | 
| 
       123 
123 
     | 
    
         
             
                                args: [FS_CONTENT_CONFIG]
         
     | 
| 
         @@ -32,8 +32,8 @@ export class FsContentPagesModule { 
     | 
|
| 
       32 
32 
     | 
    
         
             
                    };
         
     | 
| 
       33 
33 
     | 
    
         
             
                }
         
     | 
| 
       34 
34 
     | 
    
         
             
            }
         
     | 
| 
       35 
     | 
    
         
            -
            FsContentPagesModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: " 
     | 
| 
       36 
     | 
    
         
            -
            FsContentPagesModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: " 
     | 
| 
      
 35 
     | 
    
         
            +
            FsContentPagesModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.3.0", ngImport: i0, type: FsContentPagesModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
         
     | 
| 
      
 36 
     | 
    
         
            +
            FsContentPagesModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "14.3.0", ngImport: i0, type: FsContentPagesModule, declarations: [FsContentPagesComponent,
         
     | 
| 
       37 
37 
     | 
    
         
             
                    ContentPageComponent,
         
     | 
| 
       38 
38 
     | 
    
         
             
                    ContentPageEditorComponent], imports: [CommonModule,
         
     | 
| 
       39 
39 
     | 
    
         
             
                    FormsModule,
         
     | 
| 
         @@ -57,31 +57,29 @@ FsContentPagesModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", ve 
     | 
|
| 
       57 
57 
     | 
    
         
             
                    FsDialogModule,
         
     | 
| 
       58 
58 
     | 
    
         
             
                    FsTextEditorModule,
         
     | 
| 
       59 
59 
     | 
    
         
             
                    FsContentEditorModule], exports: [FsContentPagesComponent] });
         
     | 
| 
       60 
     | 
    
         
            -
            FsContentPagesModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: " 
     | 
| 
       61 
     | 
    
         
            -
             
     | 
| 
       62 
     | 
    
         
            -
             
     | 
| 
       63 
     | 
    
         
            -
             
     | 
| 
       64 
     | 
    
         
            -
             
     | 
| 
       65 
     | 
    
         
            -
             
     | 
| 
       66 
     | 
    
         
            -
             
     | 
| 
       67 
     | 
    
         
            -
             
     | 
| 
       68 
     | 
    
         
            -
             
     | 
| 
       69 
     | 
    
         
            -
             
     | 
| 
       70 
     | 
    
         
            -
             
     | 
| 
       71 
     | 
    
         
            -
             
     | 
| 
       72 
     | 
    
         
            -
             
     | 
| 
       73 
     | 
    
         
            -
             
     | 
| 
       74 
     | 
    
         
            -
             
     | 
| 
       75 
     | 
    
         
            -
             
     | 
| 
       76 
     | 
    
         
            -
             
     | 
| 
       77 
     | 
    
         
            -
             
     | 
| 
       78 
     | 
    
         
            -
             
     | 
| 
       79 
     | 
    
         
            -
             
     | 
| 
       80 
     | 
    
         
            -
             
     | 
| 
       81 
     | 
    
         
            -
             
     | 
| 
       82 
     | 
    
         
            -
             
     | 
| 
       83 
     | 
    
         
            -
                    ]] });
         
     | 
| 
       84 
     | 
    
         
            -
            i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.4.0", ngImport: i0, type: FsContentPagesModule, decorators: [{
         
     | 
| 
      
 60 
     | 
    
         
            +
            FsContentPagesModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.3.0", ngImport: i0, type: FsContentPagesModule, imports: [CommonModule,
         
     | 
| 
      
 61 
     | 
    
         
            +
                    FormsModule,
         
     | 
| 
      
 62 
     | 
    
         
            +
                    RouterModule,
         
     | 
| 
      
 63 
     | 
    
         
            +
                    MatDialogModule,
         
     | 
| 
      
 64 
     | 
    
         
            +
                    MatInputModule,
         
     | 
| 
      
 65 
     | 
    
         
            +
                    MatFormFieldModule,
         
     | 
| 
      
 66 
     | 
    
         
            +
                    MatButtonModule,
         
     | 
| 
      
 67 
     | 
    
         
            +
                    MatTabsModule,
         
     | 
| 
      
 68 
     | 
    
         
            +
                    MatIconModule,
         
     | 
| 
      
 69 
     | 
    
         
            +
                    MatSelectModule,
         
     | 
| 
      
 70 
     | 
    
         
            +
                    MatButtonToggleModule,
         
     | 
| 
      
 71 
     | 
    
         
            +
                    MatTooltipModule,
         
     | 
| 
      
 72 
     | 
    
         
            +
                    FsListModule,
         
     | 
| 
      
 73 
     | 
    
         
            +
                    FsDateModule,
         
     | 
| 
      
 74 
     | 
    
         
            +
                    FsCommonModule,
         
     | 
| 
      
 75 
     | 
    
         
            +
                    FsFormModule,
         
     | 
| 
      
 76 
     | 
    
         
            +
                    FsLabelModule,
         
     | 
| 
      
 77 
     | 
    
         
            +
                    FsSkeletonModule,
         
     | 
| 
      
 78 
     | 
    
         
            +
                    FsHtmlEditorModule,
         
     | 
| 
      
 79 
     | 
    
         
            +
                    FsDialogModule,
         
     | 
| 
      
 80 
     | 
    
         
            +
                    FsTextEditorModule,
         
     | 
| 
      
 81 
     | 
    
         
            +
                    FsContentEditorModule] });
         
     | 
| 
      
 82 
     | 
    
         
            +
            i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.3.0", ngImport: i0, type: FsContentPagesModule, decorators: [{
         
     | 
| 
       85 
83 
     | 
    
         
             
                        type: NgModule,
         
     | 
| 
       86 
84 
     | 
    
         
             
                        args: [{
         
     | 
| 
       87 
85 
     | 
    
         
             
                                imports: [
         
     | 
| 
         @@ -118,4 +116,4 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.4.0", ngImpor 
     | 
|
| 
       118 
116 
     | 
    
         
             
                                ],
         
     | 
| 
       119 
117 
     | 
    
         
             
                            }]
         
     | 
| 
       120 
118 
     | 
    
         
             
                    }] });
         
     | 
| 
       121 
     | 
    
         
            -
            //# sourceMappingURL=data:application/json;base64, 
     | 
| 
      
 119 
     | 
    
         
            +
            //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZnMtY29udGVudC1wYWdlcy5tb2R1bGUuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi9zcmMvYXBwL21vZHVsZXMvY29udGVudC1wYWdlcy9mcy1jb250ZW50LXBhZ2VzLm1vZHVsZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsWUFBWSxFQUFFLE1BQU0saUJBQWlCLENBQUM7QUFDL0MsT0FBTyxFQUF1QixRQUFRLEVBQUUsTUFBTSxlQUFlLENBQUM7QUFDOUQsT0FBTyxFQUFFLFdBQVcsRUFBRSxNQUFNLGdCQUFnQixDQUFDO0FBQzdDLE9BQU8sRUFBRSxZQUFZLEVBQUUsTUFBTSxpQkFBaUIsQ0FBQztBQUUvQyxPQUFPLEVBQUUsZUFBZSxFQUFFLE1BQU0sMEJBQTBCLENBQUM7QUFDM0QsT0FBTyxFQUFFLHFCQUFxQixFQUFFLE1BQU0saUNBQWlDLENBQUM7QUFDeEUsT0FBTyxFQUFFLGVBQWUsRUFBRSxNQUFNLDBCQUEwQixDQUFDO0FBQzNELE9BQU8sRUFBRSxrQkFBa0IsRUFBRSxNQUFNLDhCQUE4QixDQUFDO0FBQ2xFLE9BQU8sRUFBRSxhQUFhLEVBQUUsTUFBTSx3QkFBd0IsQ0FBQztBQUN2RCxPQUFPLEVBQUUsY0FBYyxFQUFFLE1BQU0seUJBQXlCLENBQUM7QUFDekQsT0FBTyxFQUFFLGVBQWUsRUFBRSxNQUFNLDBCQUEwQixDQUFDO0FBQzNELE9BQU8sRUFBRSxhQUFhLEVBQUUsTUFBTSx3QkFBd0IsQ0FBQztBQUN2RCxPQUFPLEVBQUUsZ0JBQWdCLEVBQUUsTUFBTSwyQkFBMkIsQ0FBQztBQUU3RCxPQUFPLEVBQUUsY0FBYyxFQUFFLE1BQU0sb0JBQW9CLENBQUM7QUFDcEQsT0FBTyxFQUFFLFlBQVksRUFBRSxNQUFNLGtCQUFrQixDQUFDO0FBQ2hELE9BQU8sRUFBRSxjQUFjLEVBQUUsTUFBTSxvQkFBb0IsQ0FBQztBQUNwRCxPQUFPLEVBQUUsWUFBWSxFQUFFLE1BQU0sa0JBQWtCLENBQUM7QUFDaEQsT0FBTyxFQUFFLGtCQUFrQixFQUFFLE1BQU0seUJBQXlCLENBQUM7QUFDN0QsT0FBTyxFQUFFLGFBQWEsRUFBRSxNQUFNLG1CQUFtQixDQUFDO0FBQ2xELE9BQU8sRUFBRSxZQUFZLEVBQUUsTUFBTSxrQkFBa0IsQ0FBQztBQUNoRCxPQUFPLEVBQUUsZ0JBQWdCLEVBQUUsTUFBTSxzQkFBc0IsQ0FBQztBQUN4RCxPQUFPLEVBQUUsa0JBQWtCLEVBQUUsTUFBTSx5QkFBeUIsQ0FBQztBQUU3RCxPQUFPLEVBQUUscUJBQXFCLEVBQUUsTUFBTSxXQUFXLENBQUM7QUFFbEQsT0FBTyxFQUFFLDBCQUEwQixFQUFFLE1BQU0sY0FBYyxDQUFDO0FBQzFELE9BQU8sRUFBRSxvQkFBb0IsRUFBRSxNQUFNLDJCQUEyQixDQUFDO0FBQ2pFLE9BQU8sRUFBRSx1QkFBdUIsRUFBRSxNQUFNLDRCQUE0QixDQUFDOztBQXVDckUsTUFBTSxPQUFPLG9CQUFvQjtJQUN4QixNQUFNLENBQUMsT0FBTztRQUNuQixPQUFPO1lBQ0wsUUFBUSxFQUFFLG9CQUFvQjtTQUMvQixDQUFDO0lBQ0osQ0FBQzs7aUhBTFUsb0JBQW9CO2tIQUFwQixvQkFBb0IsaUJBTDdCLHVCQUF1QjtRQUN2QixvQkFBb0I7UUFDcEIsMEJBQTBCLGFBaEMxQixZQUFZO1FBQ1osV0FBVztRQUNYLFlBQVk7UUFFWixlQUFlO1FBQ2YsY0FBYztRQUNkLGtCQUFrQjtRQUNsQixlQUFlO1FBQ2YsYUFBYTtRQUNiLGFBQWE7UUFDYixlQUFlO1FBQ2YscUJBQXFCO1FBQ3JCLGdCQUFnQjtRQUVoQixZQUFZO1FBQ1osWUFBWTtRQUNaLGNBQWM7UUFDZCxZQUFZO1FBQ1osYUFBYTtRQUNiLGdCQUFnQjtRQUNoQixrQkFBa0I7UUFDbEIsY0FBYztRQUNkLGtCQUFrQjtRQUVsQixxQkFBcUIsYUFHckIsdUJBQXVCO2tIQVFkLG9CQUFvQixZQW5DN0IsWUFBWTtRQUNaLFdBQVc7UUFDWCxZQUFZO1FBRVosZUFBZTtRQUNmLGNBQWM7UUFDZCxrQkFBa0I7UUFDbEIsZUFBZTtRQUNmLGFBQWE7UUFDYixhQUFhO1FBQ2IsZUFBZTtRQUNmLHFCQUFxQjtRQUNyQixnQkFBZ0I7UUFFaEIsWUFBWTtRQUNaLFlBQVk7UUFDWixjQUFjO1FBQ2QsWUFBWTtRQUNaLGFBQWE7UUFDYixnQkFBZ0I7UUFDaEIsa0JBQWtCO1FBQ2xCLGNBQWM7UUFDZCxrQkFBa0I7UUFFbEIscUJBQXFCOzJGQVdaLG9CQUFvQjtrQkFyQ2hDLFFBQVE7bUJBQUM7b0JBQ1IsT0FBTyxFQUFFO3dCQUNQLFlBQVk7d0JBQ1osV0FBVzt3QkFDWCxZQUFZO3dCQUVaLGVBQWU7d0JBQ2YsY0FBYzt3QkFDZCxrQkFBa0I7d0JBQ2xCLGVBQWU7d0JBQ2YsYUFBYTt3QkFDYixhQUFhO3dCQUNiLGVBQWU7d0JBQ2YscUJBQXFCO3dCQUNyQixnQkFBZ0I7d0JBRWhCLFlBQVk7d0JBQ1osWUFBWTt3QkFDWixjQUFjO3dCQUNkLFlBQVk7d0JBQ1osYUFBYTt3QkFDYixnQkFBZ0I7d0JBQ2hCLGtCQUFrQjt3QkFDbEIsY0FBYzt3QkFDZCxrQkFBa0I7d0JBRWxCLHFCQUFxQjtxQkFDdEI7b0JBQ0QsT0FBTyxFQUFFO3dCQUNQLHVCQUF1QjtxQkFDeEI7b0JBQ0QsWUFBWSxFQUFFO3dCQUNaLHVCQUF1Qjt3QkFDdkIsb0JBQW9CO3dCQUNwQiwwQkFBMEI7cUJBQzNCO2lCQUNGIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgQ29tbW9uTW9kdWxlIH0gZnJvbSAnQGFuZ3VsYXIvY29tbW9uJztcbmltcG9ydCB7IE1vZHVsZVdpdGhQcm92aWRlcnMsIE5nTW9kdWxlIH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pbXBvcnQgeyBGb3Jtc01vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL2Zvcm1zJztcbmltcG9ydCB7IFJvdXRlck1vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL3JvdXRlcic7XG5cbmltcG9ydCB7IE1hdEJ1dHRvbk1vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL21hdGVyaWFsL2J1dHRvbic7XG5pbXBvcnQgeyBNYXRCdXR0b25Ub2dnbGVNb2R1bGUgfSBmcm9tICdAYW5ndWxhci9tYXRlcmlhbC9idXR0b24tdG9nZ2xlJztcbmltcG9ydCB7IE1hdERpYWxvZ01vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL21hdGVyaWFsL2RpYWxvZyc7XG5pbXBvcnQgeyBNYXRGb3JtRmllbGRNb2R1bGUgfSBmcm9tICdAYW5ndWxhci9tYXRlcmlhbC9mb3JtLWZpZWxkJztcbmltcG9ydCB7IE1hdEljb25Nb2R1bGUgfSBmcm9tICdAYW5ndWxhci9tYXRlcmlhbC9pY29uJztcbmltcG9ydCB7IE1hdElucHV0TW9kdWxlIH0gZnJvbSAnQGFuZ3VsYXIvbWF0ZXJpYWwvaW5wdXQnO1xuaW1wb3J0IHsgTWF0U2VsZWN0TW9kdWxlIH0gZnJvbSAnQGFuZ3VsYXIvbWF0ZXJpYWwvc2VsZWN0JztcbmltcG9ydCB7IE1hdFRhYnNNb2R1bGUgfSBmcm9tICdAYW5ndWxhci9tYXRlcmlhbC90YWJzJztcbmltcG9ydCB7IE1hdFRvb2x0aXBNb2R1bGUgfSBmcm9tICdAYW5ndWxhci9tYXRlcmlhbC90b29sdGlwJztcblxuaW1wb3J0IHsgRnNDb21tb25Nb2R1bGUgfSBmcm9tICdAZmlyZXN0aXRjaC9jb21tb24nO1xuaW1wb3J0IHsgRnNEYXRlTW9kdWxlIH0gZnJvbSAnQGZpcmVzdGl0Y2gvZGF0ZSc7XG5pbXBvcnQgeyBGc0RpYWxvZ01vZHVsZSB9IGZyb20gJ0BmaXJlc3RpdGNoL2RpYWxvZyc7XG5pbXBvcnQgeyBGc0Zvcm1Nb2R1bGUgfSBmcm9tICdAZmlyZXN0aXRjaC9mb3JtJztcbmltcG9ydCB7IEZzSHRtbEVkaXRvck1vZHVsZSB9IGZyb20gJ0BmaXJlc3RpdGNoL2h0bWwtZWRpdG9yJztcbmltcG9ydCB7IEZzTGFiZWxNb2R1bGUgfSBmcm9tICdAZmlyZXN0aXRjaC9sYWJlbCc7XG5pbXBvcnQgeyBGc0xpc3RNb2R1bGUgfSBmcm9tICdAZmlyZXN0aXRjaC9saXN0JztcbmltcG9ydCB7IEZzU2tlbGV0b25Nb2R1bGUgfSBmcm9tICdAZmlyZXN0aXRjaC9za2VsZXRvbic7XG5pbXBvcnQgeyBGc1RleHRFZGl0b3JNb2R1bGUgfSBmcm9tICdAZmlyZXN0aXRjaC90ZXh0LWVkaXRvcic7XG5cbmltcG9ydCB7IEZzQ29udGVudEVkaXRvck1vZHVsZSB9IGZyb20gJy4uL2VkaXRvcic7XG5cbmltcG9ydCB7IENvbnRlbnRQYWdlRWRpdG9yQ29tcG9uZW50IH0gZnJvbSAnLi9jb21wb25lbnRzJztcbmltcG9ydCB7IENvbnRlbnRQYWdlQ29tcG9uZW50IH0gZnJvbSAnLi9jb21wb25lbnRzL2NvbnRlbnQtcGFnZSc7XG5pbXBvcnQgeyBGc0NvbnRlbnRQYWdlc0NvbXBvbmVudCB9IGZyb20gJy4vY29tcG9uZW50cy9jb250ZW50LXBhZ2VzJztcblxuQE5nTW9kdWxlKHtcbiAgaW1wb3J0czogW1xuICAgIENvbW1vbk1vZHVsZSxcbiAgICBGb3Jtc01vZHVsZSxcbiAgICBSb3V0ZXJNb2R1bGUsXG5cbiAgICBNYXREaWFsb2dNb2R1bGUsXG4gICAgTWF0SW5wdXRNb2R1bGUsXG4gICAgTWF0Rm9ybUZpZWxkTW9kdWxlLFxuICAgIE1hdEJ1dHRvbk1vZHVsZSxcbiAgICBNYXRUYWJzTW9kdWxlLFxuICAgIE1hdEljb25Nb2R1bGUsXG4gICAgTWF0U2VsZWN0TW9kdWxlLFxuICAgIE1hdEJ1dHRvblRvZ2dsZU1vZHVsZSxcbiAgICBNYXRUb29sdGlwTW9kdWxlLFxuXG4gICAgRnNMaXN0TW9kdWxlLFxuICAgIEZzRGF0ZU1vZHVsZSxcbiAgICBGc0NvbW1vbk1vZHVsZSxcbiAgICBGc0Zvcm1Nb2R1bGUsXG4gICAgRnNMYWJlbE1vZHVsZSxcbiAgICBGc1NrZWxldG9uTW9kdWxlLFxuICAgIEZzSHRtbEVkaXRvck1vZHVsZSxcbiAgICBGc0RpYWxvZ01vZHVsZSxcbiAgICBGc1RleHRFZGl0b3JNb2R1bGUsXG5cbiAgICBGc0NvbnRlbnRFZGl0b3JNb2R1bGUsXG4gIF0sXG4gIGV4cG9ydHM6IFtcbiAgICBGc0NvbnRlbnRQYWdlc0NvbXBvbmVudCxcbiAgXSxcbiAgZGVjbGFyYXRpb25zOiBbXG4gICAgRnNDb250ZW50UGFnZXNDb21wb25lbnQsXG4gICAgQ29udGVudFBhZ2VDb21wb25lbnQsXG4gICAgQ29udGVudFBhZ2VFZGl0b3JDb21wb25lbnQsXG4gIF0sXG59KVxuZXhwb3J0IGNsYXNzIEZzQ29udGVudFBhZ2VzTW9kdWxlIHtcbiAgcHVibGljIHN0YXRpYyBmb3JSb290KCk6IE1vZHVsZVdpdGhQcm92aWRlcnM8RnNDb250ZW50UGFnZXNNb2R1bGU+IHtcbiAgICByZXR1cm4ge1xuICAgICAgbmdNb2R1bGU6IEZzQ29udGVudFBhZ2VzTW9kdWxlLFxuICAgIH07XG4gIH1cbn1cbiJdfQ==
         
     | 
    
        package/esm2020/app/modules/content-style/components/content-style/content-style.component.mjs
    CHANGED
    
    | 
         @@ -7,9 +7,9 @@ import { tap } from 'rxjs/operators'; 
     | 
|
| 
       7 
7 
     | 
    
         
             
            import { FS_CONTENT_CONFIG } from '../../../../injectors';
         
     | 
| 
       8 
8 
     | 
    
         
             
            import * as i0 from "@angular/core";
         
     | 
| 
       9 
9 
     | 
    
         
             
            import * as i1 from "@firestitch/message";
         
     | 
| 
       10 
     | 
    
         
            -
            import * as i2 from "@ 
     | 
| 
       11 
     | 
    
         
            -
            import * as i3 from "@firestitch/ 
     | 
| 
       12 
     | 
    
         
            -
            import * as i4 from "@ 
     | 
| 
      
 10 
     | 
    
         
            +
            import * as i2 from "@angular/forms";
         
     | 
| 
      
 11 
     | 
    
         
            +
            import * as i3 from "@firestitch/text-editor";
         
     | 
| 
      
 12 
     | 
    
         
            +
            import * as i4 from "@firestitch/skeleton";
         
     | 
| 
       13 
13 
     | 
    
         
             
            import * as i5 from "@firestitch/common";
         
     | 
| 
       14 
14 
     | 
    
         
             
            export class ContentStyleComponent {
         
     | 
| 
       15 
15 
     | 
    
         
             
                constructor(_config, _message, _cdRef) {
         
     | 
| 
         @@ -49,11 +49,11 @@ export class ContentStyleComponent { 
     | 
|
| 
       49 
49 
     | 
    
         
             
                    })).subscribe();
         
     | 
| 
       50 
50 
     | 
    
         
             
                }
         
     | 
| 
       51 
51 
     | 
    
         
             
            }
         
     | 
| 
       52 
     | 
    
         
            -
            ContentStyleComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: " 
     | 
| 
       53 
     | 
    
         
            -
            ContentStyleComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: " 
     | 
| 
       54 
     | 
    
         
            -
            i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: " 
     | 
| 
      
 52 
     | 
    
         
            +
            ContentStyleComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.3.0", ngImport: i0, type: ContentStyleComponent, deps: [{ token: FS_CONTENT_CONFIG }, { token: i1.FsMessage }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component });
         
     | 
| 
      
 53 
     | 
    
         
            +
            ContentStyleComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.3.0", type: ContentStyleComponent, selector: "fs-content-style", inputs: { height: "height" }, viewQueries: [{ propertyName: "textEditors", first: true, predicate: FsTextEditorComponent, descendants: true }, { propertyName: "form", first: true, predicate: FsFormDirective, descendants: true }], ngImport: i0, template: "<ng-container *fsSkeletonForm=\"contentStyle\">\n  <fs-text-editor \n    [(ngModel)]=\"contentStyle.scss\" \n    name=\"contentStyle\"\n    [fsModelChangeOptions]=\"{ debounce: 300 }\"\n    (fsModelChange)=\"save()\"\n    [config]=\"styleConfig\">\n  </fs-text-editor>              \n</ng-container>\n", styles: [""], dependencies: [{ kind: "directive", type: i2.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i2.NgModel, selector: "[ngModel]:not([formControlName]):not([formControl])", inputs: ["name", "disabled", "ngModel", "ngModelOptions"], outputs: ["ngModelChange"], exportAs: ["ngModel"] }, { kind: "component", type: i3.FsTextEditorComponent, selector: "fs-text-editor", inputs: ["config", "scrollable"], outputs: ["ready", "blur"] }, { kind: "directive", type: i4.FsSkeletonFormDirective, selector: "[fsSkeletonForm]", inputs: ["fsSkeletonForm", "fsSkeletonFormLines"] }, { kind: "directive", type: i5.FsModelChangeDirective, selector: "[fsModelChange]", inputs: ["fsModelChangeOptions"], outputs: ["fsModelChange"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
         
     | 
| 
      
 54 
     | 
    
         
            +
            i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.3.0", ngImport: i0, type: ContentStyleComponent, decorators: [{
         
     | 
| 
       55 
55 
     | 
    
         
             
                        type: Component,
         
     | 
| 
       56 
     | 
    
         
            -
                        args: [{ selector: 'fs-content-style', changeDetection: ChangeDetectionStrategy.OnPush, template: "<ng-container *fsSkeletonForm=\"contentStyle\">\n  <fs-text-editor \n    [(ngModel)]=\"contentStyle.scss\" \n    name=\"contentStyle\"\n    [fsModelChangeOptions]=\"{ debounce: 300 }\"\n    (fsModelChange)=\"save()\"\n    [config]=\"styleConfig\">\n  </fs-text-editor>              \n</ng-container>\n" 
     | 
| 
      
 56 
     | 
    
         
            +
                        args: [{ selector: 'fs-content-style', changeDetection: ChangeDetectionStrategy.OnPush, template: "<ng-container *fsSkeletonForm=\"contentStyle\">\n  <fs-text-editor \n    [(ngModel)]=\"contentStyle.scss\" \n    name=\"contentStyle\"\n    [fsModelChangeOptions]=\"{ debounce: 300 }\"\n    (fsModelChange)=\"save()\"\n    [config]=\"styleConfig\">\n  </fs-text-editor>              \n</ng-container>\n" }]
         
     | 
| 
       57 
57 
     | 
    
         
             
                    }], ctorParameters: function () { return [{ type: undefined, decorators: [{
         
     | 
| 
       58 
58 
     | 
    
         
             
                                type: Inject,
         
     | 
| 
       59 
59 
     | 
    
         
             
                                args: [FS_CONTENT_CONFIG]
         
     | 
| 
         @@ -10,24 +10,22 @@ import { ContentStyleComponent } from './components/content-style'; 
     | 
|
| 
       10 
10 
     | 
    
         
             
            import * as i0 from "@angular/core";
         
     | 
| 
       11 
11 
     | 
    
         
             
            export class FsContentStyleModule {
         
     | 
| 
       12 
12 
     | 
    
         
             
            }
         
     | 
| 
       13 
     | 
    
         
            -
            FsContentStyleModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: " 
     | 
| 
       14 
     | 
    
         
            -
            FsContentStyleModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: " 
     | 
| 
      
 13 
     | 
    
         
            +
            FsContentStyleModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.3.0", ngImport: i0, type: FsContentStyleModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
         
     | 
| 
      
 14 
     | 
    
         
            +
            FsContentStyleModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "14.3.0", ngImport: i0, type: FsContentStyleModule, declarations: [ContentStyleComponent], imports: [CommonModule,
         
     | 
| 
       15 
15 
     | 
    
         
             
                    FormsModule,
         
     | 
| 
       16 
16 
     | 
    
         
             
                    MatButtonModule,
         
     | 
| 
       17 
17 
     | 
    
         
             
                    FsTextEditorModule,
         
     | 
| 
       18 
18 
     | 
    
         
             
                    FsSkeletonModule,
         
     | 
| 
       19 
19 
     | 
    
         
             
                    FsCommonModule,
         
     | 
| 
       20 
20 
     | 
    
         
             
                    FsContentEditorModule], exports: [ContentStyleComponent] });
         
     | 
| 
       21 
     | 
    
         
            -
            FsContentStyleModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: " 
     | 
| 
       22 
     | 
    
         
            -
             
     | 
| 
       23 
     | 
    
         
            -
             
     | 
| 
       24 
     | 
    
         
            -
             
     | 
| 
       25 
     | 
    
         
            -
             
     | 
| 
       26 
     | 
    
         
            -
             
     | 
| 
       27 
     | 
    
         
            -
             
     | 
| 
       28 
     | 
    
         
            -
             
     | 
| 
       29 
     | 
    
         
            -
                    ]] });
         
     | 
| 
       30 
     | 
    
         
            -
            i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.4.0", ngImport: i0, type: FsContentStyleModule, decorators: [{
         
     | 
| 
      
 21 
     | 
    
         
            +
            FsContentStyleModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.3.0", ngImport: i0, type: FsContentStyleModule, imports: [CommonModule,
         
     | 
| 
      
 22 
     | 
    
         
            +
                    FormsModule,
         
     | 
| 
      
 23 
     | 
    
         
            +
                    MatButtonModule,
         
     | 
| 
      
 24 
     | 
    
         
            +
                    FsTextEditorModule,
         
     | 
| 
      
 25 
     | 
    
         
            +
                    FsSkeletonModule,
         
     | 
| 
      
 26 
     | 
    
         
            +
                    FsCommonModule,
         
     | 
| 
      
 27 
     | 
    
         
            +
                    FsContentEditorModule] });
         
     | 
| 
      
 28 
     | 
    
         
            +
            i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.3.0", ngImport: i0, type: FsContentStyleModule, decorators: [{
         
     | 
| 
       31 
29 
     | 
    
         
             
                        type: NgModule,
         
     | 
| 
       32 
30 
     | 
    
         
             
                        args: [{
         
     | 
| 
       33 
31 
     | 
    
         
             
                                imports: [
         
     | 
| 
         @@ -47,4 +45,4 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.4.0", ngImpor 
     | 
|
| 
       47 
45 
     | 
    
         
             
                                ],
         
     | 
| 
       48 
46 
     | 
    
         
             
                            }]
         
     | 
| 
       49 
47 
     | 
    
         
             
                    }] });
         
     | 
| 
       50 
     | 
    
         
            -
            //# sourceMappingURL=data:application/json;base64, 
     | 
| 
      
 48 
     | 
    
         
            +
            //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZnMtY29udGVudC1zdHlsZS5tb2R1bGUuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi9zcmMvYXBwL21vZHVsZXMvY29udGVudC1zdHlsZS9mcy1jb250ZW50LXN0eWxlLm1vZHVsZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsWUFBWSxFQUFFLE1BQU0saUJBQWlCLENBQUM7QUFDL0MsT0FBTyxFQUFFLFFBQVEsRUFBRSxNQUFNLGVBQWUsQ0FBQztBQUN6QyxPQUFPLEVBQUUsV0FBVyxFQUFFLE1BQU0sZ0JBQWdCLENBQUM7QUFFN0MsT0FBTyxFQUFFLGVBQWUsRUFBRSxNQUFNLDBCQUEwQixDQUFDO0FBRTNELE9BQU8sRUFBRSxjQUFjLEVBQUUsTUFBTSxvQkFBb0IsQ0FBQztBQUNwRCxPQUFPLEVBQUUsZ0JBQWdCLEVBQUUsTUFBTSxzQkFBc0IsQ0FBQztBQUN4RCxPQUFPLEVBQUUsa0JBQWtCLEVBQUUsTUFBTSx5QkFBeUIsQ0FBQztBQUU3RCxPQUFPLEVBQUUscUJBQXFCLEVBQUUsTUFBTSxXQUFXLENBQUM7QUFFbEQsT0FBTyxFQUFFLHFCQUFxQixFQUFFLE1BQU0sNEJBQTRCLENBQUM7O0FBc0JuRSxNQUFNLE9BQU8sb0JBQW9COztpSEFBcEIsb0JBQW9CO2tIQUFwQixvQkFBb0IsaUJBSDdCLHFCQUFxQixhQWRyQixZQUFZO1FBQ1osV0FBVztRQUVYLGVBQWU7UUFFZixrQkFBa0I7UUFDbEIsZ0JBQWdCO1FBQ2hCLGNBQWM7UUFDZCxxQkFBcUIsYUFHckIscUJBQXFCO2tIQU1aLG9CQUFvQixZQWpCN0IsWUFBWTtRQUNaLFdBQVc7UUFFWCxlQUFlO1FBRWYsa0JBQWtCO1FBQ2xCLGdCQUFnQjtRQUNoQixjQUFjO1FBQ2QscUJBQXFCOzJGQVNaLG9CQUFvQjtrQkFuQmhDLFFBQVE7bUJBQUM7b0JBQ1IsT0FBTyxFQUFFO3dCQUNQLFlBQVk7d0JBQ1osV0FBVzt3QkFFWCxlQUFlO3dCQUVmLGtCQUFrQjt3QkFDbEIsZ0JBQWdCO3dCQUNoQixjQUFjO3dCQUNkLHFCQUFxQjtxQkFDdEI7b0JBQ0QsT0FBTyxFQUFFO3dCQUNQLHFCQUFxQjtxQkFDdEI7b0JBQ0QsWUFBWSxFQUFFO3dCQUNaLHFCQUFxQjtxQkFDdEI7aUJBQ0YiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBDb21tb25Nb2R1bGUgfSBmcm9tICdAYW5ndWxhci9jb21tb24nO1xuaW1wb3J0IHsgTmdNb2R1bGUgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7IEZvcm1zTW9kdWxlIH0gZnJvbSAnQGFuZ3VsYXIvZm9ybXMnO1xuXG5pbXBvcnQgeyBNYXRCdXR0b25Nb2R1bGUgfSBmcm9tICdAYW5ndWxhci9tYXRlcmlhbC9idXR0b24nO1xuXG5pbXBvcnQgeyBGc0NvbW1vbk1vZHVsZSB9IGZyb20gJ0BmaXJlc3RpdGNoL2NvbW1vbic7XG5pbXBvcnQgeyBGc1NrZWxldG9uTW9kdWxlIH0gZnJvbSAnQGZpcmVzdGl0Y2gvc2tlbGV0b24nO1xuaW1wb3J0IHsgRnNUZXh0RWRpdG9yTW9kdWxlIH0gZnJvbSAnQGZpcmVzdGl0Y2gvdGV4dC1lZGl0b3InO1xuXG5pbXBvcnQgeyBGc0NvbnRlbnRFZGl0b3JNb2R1bGUgfSBmcm9tICcuLi9lZGl0b3InO1xuXG5pbXBvcnQgeyBDb250ZW50U3R5bGVDb21wb25lbnQgfSBmcm9tICcuL2NvbXBvbmVudHMvY29udGVudC1zdHlsZSc7XG5cblxuQE5nTW9kdWxlKHtcbiAgaW1wb3J0czogW1xuICAgIENvbW1vbk1vZHVsZSxcbiAgICBGb3Jtc01vZHVsZSxcblxuICAgIE1hdEJ1dHRvbk1vZHVsZSxcblxuICAgIEZzVGV4dEVkaXRvck1vZHVsZSxcbiAgICBGc1NrZWxldG9uTW9kdWxlLFxuICAgIEZzQ29tbW9uTW9kdWxlLFxuICAgIEZzQ29udGVudEVkaXRvck1vZHVsZSxcbiAgXSxcbiAgZXhwb3J0czogW1xuICAgIENvbnRlbnRTdHlsZUNvbXBvbmVudCxcbiAgXSxcbiAgZGVjbGFyYXRpb25zOiBbXG4gICAgQ29udGVudFN0eWxlQ29tcG9uZW50LFxuICBdLFxufSlcbmV4cG9ydCBjbGFzcyBGc0NvbnRlbnRTdHlsZU1vZHVsZSB7XG59XG4iXX0=
         
     | 
| 
         @@ -5,13 +5,13 @@ import { tap } from 'rxjs/operators'; 
     | 
|
| 
       5 
5 
     | 
    
         
             
            import { EditorType } from '../../../../enums';
         
     | 
| 
       6 
6 
     | 
    
         
             
            import * as i0 from "@angular/core";
         
     | 
| 
       7 
7 
     | 
    
         
             
            import * as i1 from "@firestitch/message";
         
     | 
| 
       8 
     | 
    
         
            -
            import * as i2 from "angular 
     | 
| 
       9 
     | 
    
         
            -
            import * as i3 from " 
     | 
| 
       10 
     | 
    
         
            -
            import * as i4 from "@firestitch/ 
     | 
| 
       11 
     | 
    
         
            -
            import * as i5 from "@ 
     | 
| 
       12 
     | 
    
         
            -
            import * as i6 from "@firestitch/ 
     | 
| 
       13 
     | 
    
         
            -
            import * as i7 from " 
     | 
| 
       14 
     | 
    
         
            -
            import * as i8 from " 
     | 
| 
      
 8 
     | 
    
         
            +
            import * as i2 from "@angular/forms";
         
     | 
| 
      
 9 
     | 
    
         
            +
            import * as i3 from "@firestitch/form";
         
     | 
| 
      
 10 
     | 
    
         
            +
            import * as i4 from "@firestitch/skeleton";
         
     | 
| 
      
 11 
     | 
    
         
            +
            import * as i5 from "@firestitch/common";
         
     | 
| 
      
 12 
     | 
    
         
            +
            import * as i6 from "@firestitch/text-editor";
         
     | 
| 
      
 13 
     | 
    
         
            +
            import * as i7 from "angular-split";
         
     | 
| 
      
 14 
     | 
    
         
            +
            import * as i8 from "../editor-label/editor-label.component";
         
     | 
| 
       15 
15 
     | 
    
         
             
            export class EditorComponent {
         
     | 
| 
       16 
16 
     | 
    
         
             
                constructor(_cdRef, _message) {
         
     | 
| 
       17 
17 
     | 
    
         
             
                    this._cdRef = _cdRef;
         
     | 
| 
         @@ -113,9 +113,9 @@ export class EditorComponent { 
     | 
|
| 
       113 
113 
     | 
    
         
             
                    this.focused.emit(type);
         
     | 
| 
       114 
114 
     | 
    
         
             
                }
         
     | 
| 
       115 
115 
     | 
    
         
             
            }
         
     | 
| 
       116 
     | 
    
         
            -
            EditorComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: " 
     | 
| 
       117 
     | 
    
         
            -
            EditorComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: " 
     | 
| 
       118 
     | 
    
         
            -
            i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: " 
     | 
| 
      
 116 
     | 
    
         
            +
            EditorComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.3.0", ngImport: i0, type: EditorComponent, deps: [{ token: i0.ChangeDetectorRef }, { token: i1.FsMessage }], target: i0.ɵɵFactoryTarget.Component });
         
     | 
| 
      
 117 
     | 
    
         
            +
            EditorComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.3.0", type: EditorComponent, selector: "app-editor", inputs: { showHtml: "showHtml", showScss: "showScss", showJs: "showJs", showGlobalScss: "showGlobalScss", html: "html", scss: "scss", js: "js", contentConfig: "contentConfig" }, outputs: { changed: "changed", focused: "focused", blured: "blured" }, ngImport: i0, template: "<as-split [unit]=\"'percent'\" [gutterSize]=\"25\"> \n  <as-split-area [size]=\"70\" [visible]=\"showHtml\" [order]=\"1\">\n    <div class=\"editor-container\">\n      <app-editor-label\n          [changed]=\"changes.html !== undefined\"\n          [focused]=\"focusedArea === 'html'\">\n        HTML\n      </app-editor-label>\n      <fs-text-editor \n        [(ngModel)]=\"html\" \n        name=\"html\"\n        [fsModelChangeOptions]=\"{ debounce: 0 }\"\n        (fsModelChange)=\"change(EditorType.Html, $event)\"\n        [config]=\"htmlConfig\">\n      </fs-text-editor>              \n    </div>\n  </as-split-area>\n  <as-split-area [size]=\"30\" [visible]=\"showScss\" [order]=\"2\">\n    <div class=\"editor-container\">\n      <app-editor-label\n          [changed]=\"changes.scss !== undefined\"\n          [focused]=\"focusedArea === 'scss'\">\n        SCSS\n      </app-editor-label>\n      <fs-text-editor \n        [(ngModel)]=\"scss\" \n        name=\"scss\"\n        [fsModelChangeOptions]=\"{ debounce: 0 }\"\n        (fsModelChange)=\"change(EditorType.Scss, $event)\"\n        [config]=\"scssConfig\">\n      </fs-text-editor>    \n    </div>\n  </as-split-area>\n  <as-split-area [size]=\"30\"  [visible]=\"showJs\" [order]=\"3\">\n    <div class=\"editor-container\">\n      <app-editor-label\n          [changed]=\"changes.js !== undefined\"\n          [focused]=\"focusedArea === 'js'\">\n        JS\n      </app-editor-label>\n      <fs-text-editor \n        [(ngModel)]=\"js\" \n        name=\"js\"\n        [fsModelChangeOptions]=\"{ debounce: 0 }\"\n        (fsModelChange)=\"change(EditorType.Js, $event)\"\n        [config]=\"jsConfig\">\n      </fs-text-editor>    \n    </div>\n  </as-split-area>\n  <as-split-area [size]=\"30\" [visible]=\"showGlobalScss\" [order]=\"4\">\n    <div class=\"editor-container\">\n      <app-editor-label\n          [changed]=\"changes.globalScss !== undefined\"\n          [focused]=\"focusedArea === 'globalScss'\">\n        Global SCSS\n      </app-editor-label>\n      <ng-container *fsSkeleton=\"contentStyle\">\n        <fs-text-editor \n          [(ngModel)]=\"contentStyle.scss\" \n          name=\"globalScss\"\n          [fsModelChangeOptions]=\"{ debounce: 300 }\"\n          (fsModelChange)=\"change(EditorType.GlobalScss, $event)\"\n          [config]=\"globalScssConfig\">\n        </fs-text-editor> \n      </ng-container>   \n    </div>\n  </as-split-area>\n</as-split>\n", styles: [":host ::ng-deep .as-split-gutter{background-color:unset!important}.editor-container{height:100%;border-radius:5px;display:flex;flex-direction:column}.editor-container fs-text-editor{flex:1}\n"], dependencies: [{ kind: "directive", type: i2.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i2.NgModel, selector: "[ngModel]:not([formControlName]):not([formControl])", inputs: ["name", "disabled", "ngModel", "ngModelOptions"], outputs: ["ngModelChange"], exportAs: ["ngModel"] }, { kind: "directive", type: i3.FsFormNoFsValidatorsDirective, selector: "[ngModel]:not([required]):not([fsFormRequired]):not([fsFormCompare]):not([fsFormDateRange]):not([fsFormEmail]):not([fsFormEmails]):not([fsFormFunction]):not([fsFormGreater]):not([fsFormInteger]):not([fsFormLesser]):not([fsFormMax]):not([fsFormMaxLength]):not([fsFormMin]):not([fsFormMinLength]):not([fsFormNumeric]):not([fsFormPattern]):not([fsFormPhone]):not([fsFormUrl]):not([validate])" }, { kind: "directive", type: i4.FsSkeletonContentDirective, selector: "[fsSkeleton]", inputs: ["fsSkeleton", "fsSkeletonPattern"] }, { kind: "directive", type: i5.FsModelChangeDirective, selector: "[fsModelChange]", inputs: ["fsModelChangeOptions"], outputs: ["fsModelChange"] }, { kind: "component", type: i6.FsTextEditorComponent, selector: "fs-text-editor", inputs: ["config", "scrollable"], outputs: ["ready", "blur"] }, { kind: "component", type: i7.SplitComponent, selector: "as-split", inputs: ["direction", "unit", "gutterSize", "gutterStep", "restrictMove", "useTransition", "disabled", "dir", "gutterDblClickDuration", "gutterClickDeltaPx", "gutterAriaLabel"], outputs: ["transitionEnd", "dragStart", "dragEnd", "gutterClick", "gutterDblClick"], exportAs: ["asSplit"] }, { kind: "directive", type: i7.SplitAreaDirective, selector: "as-split-area, [as-split-area]", inputs: ["order", "size", "minSize", "maxSize", "lockSize", "visible"], exportAs: ["asSplitArea"] }, { kind: "component", type: i8.EditorLabelComponent, selector: "app-editor-label", inputs: ["changed", "focused"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
         
     | 
| 
      
 118 
     | 
    
         
            +
            i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.3.0", ngImport: i0, type: EditorComponent, decorators: [{
         
     | 
| 
       119 
119 
     | 
    
         
             
                        type: Component,
         
     | 
| 
       120 
120 
     | 
    
         
             
                        args: [{ selector: 'app-editor', changeDetection: ChangeDetectionStrategy.OnPush, template: "<as-split [unit]=\"'percent'\" [gutterSize]=\"25\"> \n  <as-split-area [size]=\"70\" [visible]=\"showHtml\" [order]=\"1\">\n    <div class=\"editor-container\">\n      <app-editor-label\n          [changed]=\"changes.html !== undefined\"\n          [focused]=\"focusedArea === 'html'\">\n        HTML\n      </app-editor-label>\n      <fs-text-editor \n        [(ngModel)]=\"html\" \n        name=\"html\"\n        [fsModelChangeOptions]=\"{ debounce: 0 }\"\n        (fsModelChange)=\"change(EditorType.Html, $event)\"\n        [config]=\"htmlConfig\">\n      </fs-text-editor>              \n    </div>\n  </as-split-area>\n  <as-split-area [size]=\"30\" [visible]=\"showScss\" [order]=\"2\">\n    <div class=\"editor-container\">\n      <app-editor-label\n          [changed]=\"changes.scss !== undefined\"\n          [focused]=\"focusedArea === 'scss'\">\n        SCSS\n      </app-editor-label>\n      <fs-text-editor \n        [(ngModel)]=\"scss\" \n        name=\"scss\"\n        [fsModelChangeOptions]=\"{ debounce: 0 }\"\n        (fsModelChange)=\"change(EditorType.Scss, $event)\"\n        [config]=\"scssConfig\">\n      </fs-text-editor>    \n    </div>\n  </as-split-area>\n  <as-split-area [size]=\"30\"  [visible]=\"showJs\" [order]=\"3\">\n    <div class=\"editor-container\">\n      <app-editor-label\n          [changed]=\"changes.js !== undefined\"\n          [focused]=\"focusedArea === 'js'\">\n        JS\n      </app-editor-label>\n      <fs-text-editor \n        [(ngModel)]=\"js\" \n        name=\"js\"\n        [fsModelChangeOptions]=\"{ debounce: 0 }\"\n        (fsModelChange)=\"change(EditorType.Js, $event)\"\n        [config]=\"jsConfig\">\n      </fs-text-editor>    \n    </div>\n  </as-split-area>\n  <as-split-area [size]=\"30\" [visible]=\"showGlobalScss\" [order]=\"4\">\n    <div class=\"editor-container\">\n      <app-editor-label\n          [changed]=\"changes.globalScss !== undefined\"\n          [focused]=\"focusedArea === 'globalScss'\">\n        Global SCSS\n      </app-editor-label>\n      <ng-container *fsSkeleton=\"contentStyle\">\n        <fs-text-editor \n          [(ngModel)]=\"contentStyle.scss\" \n          name=\"globalScss\"\n          [fsModelChangeOptions]=\"{ debounce: 300 }\"\n          (fsModelChange)=\"change(EditorType.GlobalScss, $event)\"\n          [config]=\"globalScssConfig\">\n        </fs-text-editor> \n      </ng-container>   \n    </div>\n  </as-split-area>\n</as-split>\n", styles: [":host ::ng-deep .as-split-gutter{background-color:unset!important}.editor-container{height:100%;border-radius:5px;display:flex;flex-direction:column}.editor-container fs-text-editor{flex:1}\n"] }]
         
     | 
| 
       121 
121 
     | 
    
         
             
                    }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i1.FsMessage }]; }, propDecorators: { showHtml: [{
         
     | 
| 
         @@ -3,9 +3,9 @@ import * as i0 from "@angular/core"; 
     | 
|
| 
       3 
3 
     | 
    
         
             
            import * as i1 from "@angular/common";
         
     | 
| 
       4 
4 
     | 
    
         
             
            export class EditorLabelComponent {
         
     | 
| 
       5 
5 
     | 
    
         
             
            }
         
     | 
| 
       6 
     | 
    
         
            -
            EditorLabelComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: " 
     | 
| 
       7 
     | 
    
         
            -
            EditorLabelComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: " 
     | 
| 
       8 
     | 
    
         
            -
            i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: " 
     | 
| 
      
 6 
     | 
    
         
            +
            EditorLabelComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.3.0", ngImport: i0, type: EditorLabelComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
         
     | 
| 
      
 7 
     | 
    
         
            +
            EditorLabelComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.3.0", type: EditorLabelComponent, selector: "app-editor-label", inputs: { changed: "changed", focused: "focused" }, ngImport: i0, template: "<div class=\"label\" [ngClass]=\"{ focused: focused }\">\n  <ng-content></ng-content>\n  <span *ngIf=\"changed\" class=\"changed\"> ●</span>\n</div>\n", styles: [".label{display:inline-block;background-color:#1e1e1e;color:#c8c8c8;padding:3px 9px 2px;border-top-left-radius:6px;border-top-right-radius:6px;font-size:80%;text-transform:uppercase}.label.focused{color:#fff}.label .changed{font-size:110%;line-height:0}\n"], dependencies: [{ kind: "directive", type: i1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
         
     | 
| 
      
 8 
     | 
    
         
            +
            i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.3.0", ngImport: i0, type: EditorLabelComponent, decorators: [{
         
     | 
| 
       9 
9 
     | 
    
         
             
                        type: Component,
         
     | 
| 
       10 
10 
     | 
    
         
             
                        args: [{ selector: 'app-editor-label', changeDetection: ChangeDetectionStrategy.OnPush, template: "<div class=\"label\" [ngClass]=\"{ focused: focused }\">\n  <ng-content></ng-content>\n  <span *ngIf=\"changed\" class=\"changed\"> ●</span>\n</div>\n", styles: [".label{display:inline-block;background-color:#1e1e1e;color:#c8c8c8;padding:3px 9px 2px;border-top-left-radius:6px;border-top-right-radius:6px;font-size:80%;text-transform:uppercase}.label.focused{color:#fff}.label .changed{font-size:110%;line-height:0}\n"] }]
         
     | 
| 
       11 
11 
     | 
    
         
             
                    }], propDecorators: { changed: [{
         
     |