@firestitch/content 12.3.1 → 12.3.2

Sign up to get free protection for your applications and to get access to all the features.
@@ -23,6 +23,7 @@ export declare class EditorComponent implements OnInit, OnDestroy {
23
23
  blured: EventEmitter<string>;
24
24
  changes: any;
25
25
  EditorType: typeof EditorType;
26
+ focusedArea: string;
26
27
  contentStyle: {
27
28
  scss?: string;
28
29
  };
@@ -42,6 +43,7 @@ export declare class EditorComponent implements OnInit, OnDestroy {
42
43
  initTextEditors(): void;
43
44
  initGlobalContentStyle(): void;
44
45
  saveGlobalScss(): import("rxjs").Observable<import("../../../../interfaces").FsContentStyle>;
46
+ private _onFocus;
45
47
  static ɵfac: i0.ɵɵFactoryDeclaration<EditorComponent, never>;
46
48
  static ɵcmp: i0.ɵɵComponentDeclaration<EditorComponent, "app-editor", never, { "showHtml": "showHtml"; "showScss": "showScss"; "showJs": "showJs"; "showGlobalScss": "showGlobalScss"; "html": "html"; "scss": "scss"; "js": "js"; "contentConfig": "contentConfig"; }, { "changed": "changed"; "focused": "focused"; "blured": "blured"; }, never, never>;
47
49
  }
@@ -0,0 +1,7 @@
1
+ import * as i0 from "@angular/core";
2
+ export declare class EditorLabelComponent {
3
+ changed: boolean;
4
+ focused: boolean;
5
+ static ɵfac: i0.ɵɵFactoryDeclaration<EditorLabelComponent, never>;
6
+ static ɵcmp: i0.ɵɵComponentDeclaration<EditorLabelComponent, "app-editor-label", never, { "changed": "changed"; "focused": "focused"; }, {}, never, ["*"]>;
7
+ }
@@ -0,0 +1 @@
1
+ export * from './editor-label.component';
@@ -1,23 +1,24 @@
1
1
  import * as i0 from "@angular/core";
2
2
  import * as i1 from "./components/editor/editor.component";
3
- import * as i2 from "@angular/common";
4
- import * as i3 from "@angular/forms";
5
- import * as i4 from "@angular/material/dialog";
6
- import * as i5 from "@angular/material/button";
7
- import * as i6 from "@angular/material/tabs";
8
- import * as i7 from "@angular/material/icon";
9
- import * as i8 from "@angular/material/button-toggle";
10
- import * as i9 from "@firestitch/list";
11
- import * as i10 from "@firestitch/form";
12
- import * as i11 from "@firestitch/skeleton";
13
- import * as i12 from "@firestitch/label";
14
- import * as i13 from "@firestitch/html-editor";
15
- import * as i14 from "@firestitch/common";
16
- import * as i15 from "@firestitch/dialog";
17
- import * as i16 from "@firestitch/text-editor";
18
- import * as i17 from "angular-split";
3
+ import * as i2 from "./components/editor-label/editor-label.component";
4
+ import * as i3 from "@angular/common";
5
+ import * as i4 from "@angular/forms";
6
+ import * as i5 from "@angular/material/dialog";
7
+ import * as i6 from "@angular/material/button";
8
+ import * as i7 from "@angular/material/tabs";
9
+ import * as i8 from "@angular/material/icon";
10
+ import * as i9 from "@angular/material/button-toggle";
11
+ import * as i10 from "@firestitch/list";
12
+ import * as i11 from "@firestitch/form";
13
+ import * as i12 from "@firestitch/skeleton";
14
+ import * as i13 from "@firestitch/label";
15
+ import * as i14 from "@firestitch/html-editor";
16
+ import * as i15 from "@firestitch/common";
17
+ import * as i16 from "@firestitch/dialog";
18
+ import * as i17 from "@firestitch/text-editor";
19
+ import * as i18 from "angular-split";
19
20
  export declare class FsContentEditorModule {
20
21
  static ɵfac: i0.ɵɵFactoryDeclaration<FsContentEditorModule, never>;
21
- static ɵmod: i0.ɵɵNgModuleDeclaration<FsContentEditorModule, [typeof i1.EditorComponent], [typeof i2.CommonModule, typeof i3.FormsModule, typeof i4.MatDialogModule, typeof i5.MatButtonModule, typeof i6.MatTabsModule, typeof i7.MatIconModule, typeof i8.MatButtonToggleModule, typeof i9.FsListModule, typeof i10.FsFormModule, typeof i11.FsSkeletonModule, typeof i12.FsLabelModule, typeof i13.FsHtmlEditorModule, typeof i14.FsCommonModule, typeof i15.FsDialogModule, typeof i16.FsTextEditorModule, typeof i17.AngularSplitModule], [typeof i1.EditorComponent]>;
22
+ static ɵmod: i0.ɵɵNgModuleDeclaration<FsContentEditorModule, [typeof i1.EditorComponent, typeof i2.EditorLabelComponent], [typeof i3.CommonModule, typeof i4.FormsModule, typeof i5.MatDialogModule, typeof i6.MatButtonModule, typeof i7.MatTabsModule, typeof i8.MatIconModule, typeof i9.MatButtonToggleModule, typeof i10.FsListModule, typeof i11.FsFormModule, typeof i12.FsSkeletonModule, typeof i13.FsLabelModule, typeof i14.FsHtmlEditorModule, typeof i15.FsCommonModule, typeof i16.FsDialogModule, typeof i17.FsTextEditorModule, typeof i18.AngularSplitModule], [typeof i1.EditorComponent]>;
22
23
  static ɵinj: i0.ɵɵInjectorDeclaration<FsContentEditorModule>;
23
24
  }