@firestitch/content 13.0.3 → 13.0.5
Sign up to get free protection for your applications and to get access to all the features.
- package/app/consts/index.d.ts +1 -1
- package/app/consts/page-types.const.d.ts +5 -5
- package/app/enums/editor-type.d.ts +6 -6
- package/app/enums/index.d.ts +2 -2
- package/app/enums/page-type.enum.d.ts +6 -6
- package/app/injectors/content-config.injector.d.ts +2 -2
- package/app/injectors/index.d.ts +1 -1
- package/app/interfaces/content-config.d.ts +21 -21
- package/app/interfaces/content-layout.d.ts +10 -10
- package/app/interfaces/content-page.d.ts +14 -14
- package/app/interfaces/content-style.d.ts +4 -4
- package/app/interfaces/index.d.ts +4 -4
- package/app/modules/content/components/content/content.component.d.ts +25 -25
- package/app/modules/content/components/content/index.d.ts +1 -1
- package/app/modules/content/components/content-renderer/content-renderer.component.d.ts +24 -24
- package/app/modules/content/components/content-renderer/index.d.ts +1 -1
- package/app/modules/content/fs-content.module.d.ts +10 -10
- package/app/modules/content-layouts/components/content-layout/content-layout.component.d.ts +27 -27
- package/app/modules/content-layouts/components/content-layout/index.d.ts +1 -1
- package/app/modules/content-layouts/components/content-layout-editor/content-layout-editor.component.d.ts +50 -50
- package/app/modules/content-layouts/components/content-layout-editor/index.d.ts +1 -1
- package/app/modules/content-layouts/components/content-layouts/content-layouts.component.d.ts +21 -21
- package/app/modules/content-layouts/components/content-layouts/index.d.ts +1 -1
- package/app/modules/content-layouts/components/index.d.ts +3 -3
- package/app/modules/content-layouts/fs-content-layouts.module.d.ts +28 -28
- package/app/modules/content-pages/components/content-page/content-page.component.d.ts +32 -32
- package/app/modules/content-pages/components/content-page/index.d.ts +1 -1
- package/app/modules/content-pages/components/content-page-editor/content-page-editor.component.d.ts +56 -56
- package/app/modules/content-pages/components/content-page-editor/index.d.ts +1 -1
- package/app/modules/content-pages/components/content-pages/content-pages.component.d.ts +24 -24
- package/app/modules/content-pages/components/content-pages/index.d.ts +1 -1
- package/app/modules/content-pages/components/index.d.ts +3 -3
- package/app/modules/content-pages/fs-content-pages.module.d.ts +33 -33
- package/app/modules/content-style/components/content-style/content-style.component.d.ts +27 -27
- package/app/modules/content-style/components/content-style/index.d.ts +1 -1
- package/app/modules/content-style/fs-content-style.module.d.ts +14 -14
- package/app/modules/editor/components/editor/editor.component.d.ts +49 -49
- package/app/modules/editor/components/editor/index.d.ts +1 -1
- package/app/modules/editor/components/editor-label/editor-label.component.d.ts +7 -7
- package/app/modules/editor/components/editor-label/index.d.ts +1 -1
- package/app/modules/editor/fs-content-editor.module.d.ts +24 -24
- package/app/modules/editor/index.d.ts +1 -1
- package/esm2020/app/consts/index.mjs +1 -1
- package/esm2020/app/consts/page-types.const.mjs +5 -5
- package/esm2020/app/enums/editor-type.mjs +7 -7
- package/esm2020/app/enums/index.mjs +3 -3
- package/esm2020/app/enums/page-type.enum.mjs +7 -7
- package/esm2020/app/injectors/content-config.injector.mjs +2 -2
- package/esm2020/app/injectors/index.mjs +1 -1
- package/esm2020/app/interfaces/content-config.mjs +1 -1
- package/esm2020/app/interfaces/content-layout.mjs +1 -1
- package/esm2020/app/interfaces/content-page.mjs +1 -1
- package/esm2020/app/interfaces/content-style.mjs +1 -1
- package/esm2020/app/interfaces/index.mjs +5 -5
- package/esm2020/app/modules/content/components/content/content.component.mjs +80 -80
- package/esm2020/app/modules/content/components/content/index.mjs +1 -1
- package/esm2020/app/modules/content/components/content-renderer/content-renderer.component.mjs +73 -73
- package/esm2020/app/modules/content/components/content-renderer/index.mjs +1 -1
- package/esm2020/app/modules/content/fs-content.module.mjs +32 -32
- package/esm2020/app/modules/content-layouts/components/content-layout/content-layout.component.mjs +67 -67
- package/esm2020/app/modules/content-layouts/components/content-layout/index.mjs +1 -1
- package/esm2020/app/modules/content-layouts/components/content-layout-editor/content-layout-editor.component.mjs +161 -161
- package/esm2020/app/modules/content-layouts/components/content-layout-editor/index.mjs +1 -1
- package/esm2020/app/modules/content-layouts/components/content-layouts/content-layouts.component.mjs +115 -115
- package/esm2020/app/modules/content-layouts/components/content-layouts/index.mjs +1 -1
- package/esm2020/app/modules/content-layouts/components/index.mjs +4 -4
- package/esm2020/app/modules/content-layouts/fs-content-layouts.module.mjs +103 -103
- package/esm2020/app/modules/content-pages/components/content-page/content-page.component.mjs +82 -81
- package/esm2020/app/modules/content-pages/components/content-page/index.mjs +1 -1
- package/esm2020/app/modules/content-pages/components/content-page-editor/content-page-editor.component.mjs +178 -178
- package/esm2020/app/modules/content-pages/components/content-page-editor/index.mjs +1 -1
- package/esm2020/app/modules/content-pages/components/content-pages/content-pages.component.mjs +129 -128
- package/esm2020/app/modules/content-pages/components/content-pages/index.mjs +1 -1
- package/esm2020/app/modules/content-pages/components/index.mjs +4 -4
- package/esm2020/app/modules/content-pages/fs-content-pages.module.mjs +120 -120
- package/esm2020/app/modules/content-style/components/content-style/content-style.component.mjs +68 -68
- package/esm2020/app/modules/content-style/components/content-style/index.mjs +1 -1
- package/esm2020/app/modules/content-style/fs-content-style.module.mjs +49 -49
- package/esm2020/app/modules/editor/components/editor/editor.component.mjs +143 -143
- package/esm2020/app/modules/editor/components/editor/index.mjs +1 -1
- package/esm2020/app/modules/editor/components/editor-label/editor-label.component.mjs +15 -15
- package/esm2020/app/modules/editor/components/editor-label/index.mjs +1 -1
- package/esm2020/app/modules/editor/fs-content-editor.module.mjs +88 -88
- package/esm2020/app/modules/editor/index.mjs +1 -1
- package/esm2020/firestitch-content.mjs +4 -4
- package/esm2020/public_api.mjs +10 -10
- package/fesm2015/firestitch-content.mjs +1249 -1251
- package/fesm2015/firestitch-content.mjs.map +1 -1
- package/fesm2020/firestitch-content.mjs +1253 -1251
- package/fesm2020/firestitch-content.mjs.map +1 -1
- package/firestitch-content.d.ts +5 -5
- package/package.json +1 -1
- package/public_api.d.ts +10 -10
@@ -1,32 +1,32 @@
|
|
1
|
-
import { ChangeDetectorRef, OnDestroy, OnInit, QueryList } from '@angular/core';
|
2
|
-
import { MatDialogRef } from '@angular/material/dialog';
|
3
|
-
import { FsMessage } from '@firestitch/message';
|
4
|
-
import { FsTextEditorComponent } from '@firestitch/text-editor';
|
5
|
-
import { FsContentConfig } from '../../../../interfaces';
|
6
|
-
import * as i0 from "@angular/core";
|
7
|
-
export declare class ContentPageComponent implements OnInit, OnDestroy {
|
8
|
-
private _config;
|
9
|
-
private _data;
|
10
|
-
private _dialogRef;
|
11
|
-
private _message;
|
12
|
-
private _cdRef;
|
13
|
-
textEditors: QueryList<FsTextEditorComponent>;
|
14
|
-
contentPage: any;
|
15
|
-
PageTypes: {
|
16
|
-
name: string;
|
17
|
-
value: import("../../../../enums").PageType;
|
18
|
-
}[];
|
19
|
-
contentLayouts: any;
|
20
|
-
editors: {
|
21
|
-
content: boolean;
|
22
|
-
styles: boolean;
|
23
|
-
};
|
24
|
-
private _destroy$;
|
25
|
-
constructor(_config: FsContentConfig, _data: any, _dialogRef: MatDialogRef<ContentPageComponent>, _message: FsMessage, _cdRef: ChangeDetectorRef);
|
26
|
-
ngOnInit(): void;
|
27
|
-
ngOnDestroy(): void;
|
28
|
-
save: () => import("rxjs").Observable<import("../../../../interfaces").FsContentPage>;
|
29
|
-
private _fetchData;
|
30
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<ContentPageComponent, never>;
|
31
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ContentPageComponent, "ng-component", never, {}, {}, never, never>;
|
32
|
-
}
|
1
|
+
import { ChangeDetectorRef, OnDestroy, OnInit, QueryList } from '@angular/core';
|
2
|
+
import { MatDialogRef } from '@angular/material/dialog';
|
3
|
+
import { FsMessage } from '@firestitch/message';
|
4
|
+
import { FsTextEditorComponent } from '@firestitch/text-editor';
|
5
|
+
import { FsContentConfig } from '../../../../interfaces';
|
6
|
+
import * as i0 from "@angular/core";
|
7
|
+
export declare class ContentPageComponent implements OnInit, OnDestroy {
|
8
|
+
private _config;
|
9
|
+
private _data;
|
10
|
+
private _dialogRef;
|
11
|
+
private _message;
|
12
|
+
private _cdRef;
|
13
|
+
textEditors: QueryList<FsTextEditorComponent>;
|
14
|
+
contentPage: any;
|
15
|
+
PageTypes: {
|
16
|
+
name: string;
|
17
|
+
value: import("../../../../enums").PageType;
|
18
|
+
}[];
|
19
|
+
contentLayouts: any;
|
20
|
+
editors: {
|
21
|
+
content: boolean;
|
22
|
+
styles: boolean;
|
23
|
+
};
|
24
|
+
private _destroy$;
|
25
|
+
constructor(_config: FsContentConfig, _data: any, _dialogRef: MatDialogRef<ContentPageComponent>, _message: FsMessage, _cdRef: ChangeDetectorRef);
|
26
|
+
ngOnInit(): void;
|
27
|
+
ngOnDestroy(): void;
|
28
|
+
save: () => import("rxjs").Observable<import("../../../../interfaces").FsContentPage>;
|
29
|
+
private _fetchData;
|
30
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ContentPageComponent, never>;
|
31
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ContentPageComponent, "ng-component", never, {}, {}, never, never>;
|
32
|
+
}
|
@@ -1 +1 @@
|
|
1
|
-
export * from './content-page.component';
|
1
|
+
export * from './content-page.component';
|
package/app/modules/content-pages/components/content-page-editor/content-page-editor.component.d.ts
CHANGED
@@ -1,56 +1,56 @@
|
|
1
|
-
import { ChangeDetectorRef, OnDestroy, OnInit } from '@angular/core';
|
2
|
-
import { MatButtonToggleChange } from '@angular/material/button-toggle';
|
3
|
-
import { MatDialog, MatDialogRef } from '@angular/material/dialog';
|
4
|
-
import { FsMessage } from '@firestitch/message';
|
5
|
-
import { FsPrompt } from '@firestitch/prompt';
|
6
|
-
import { Observable } from 'rxjs';
|
7
|
-
import { FsContentConfig } from '../../../../interfaces';
|
8
|
-
import { EditorComponent } from '../../../editor/components/editor';
|
9
|
-
import * as i0 from "@angular/core";
|
10
|
-
export declare class ContentPageEditorComponent implements OnInit, OnDestroy {
|
11
|
-
private _data;
|
12
|
-
private _dialogRef;
|
13
|
-
private _message;
|
14
|
-
private _dialog;
|
15
|
-
private _cdRef;
|
16
|
-
private _prompt;
|
17
|
-
editor: EditorComponent;
|
18
|
-
contentPage: {
|
19
|
-
id?: number;
|
20
|
-
styles?: string;
|
21
|
-
content?: string;
|
22
|
-
name?: string;
|
23
|
-
js?: string;
|
24
|
-
path?: string;
|
25
|
-
};
|
26
|
-
focused: any;
|
27
|
-
config: FsContentConfig;
|
28
|
-
resizing: boolean;
|
29
|
-
title: any;
|
30
|
-
editors: {
|
31
|
-
html: boolean;
|
32
|
-
scss: boolean;
|
33
|
-
js: boolean;
|
34
|
-
globalScss: boolean;
|
35
|
-
};
|
36
|
-
get isMac(): boolean;
|
37
|
-
submitting: boolean;
|
38
|
-
private _destroy$;
|
39
|
-
constructor(_data: {
|
40
|
-
contentPage: any;
|
41
|
-
contentConfig: FsContentConfig;
|
42
|
-
}, _dialogRef: MatDialogRef<ContentPageEditorComponent>, _message: FsMessage, _dialog: MatDialog, _cdRef: ChangeDetectorRef, _prompt: FsPrompt);
|
43
|
-
ngOnInit(): void;
|
44
|
-
editorToggleChange(event: MatButtonToggleChange): void;
|
45
|
-
ngOnDestroy(): void;
|
46
|
-
_initContentPage(contentPage: any): void;
|
47
|
-
editorFocused(type: any): void;
|
48
|
-
save(): void;
|
49
|
-
submit: () => Observable<any>;
|
50
|
-
saveContentPage(): Observable<import("../../../../interfaces").FsContentPage>;
|
51
|
-
close(): void;
|
52
|
-
openSettings(): void;
|
53
|
-
private _initEscape;
|
54
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<ContentPageEditorComponent, never>;
|
55
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ContentPageEditorComponent, "ng-component", never, {}, {}, never, never>;
|
56
|
-
}
|
1
|
+
import { ChangeDetectorRef, OnDestroy, OnInit } from '@angular/core';
|
2
|
+
import { MatButtonToggleChange } from '@angular/material/button-toggle';
|
3
|
+
import { MatDialog, MatDialogRef } from '@angular/material/dialog';
|
4
|
+
import { FsMessage } from '@firestitch/message';
|
5
|
+
import { FsPrompt } from '@firestitch/prompt';
|
6
|
+
import { Observable } from 'rxjs';
|
7
|
+
import { FsContentConfig } from '../../../../interfaces';
|
8
|
+
import { EditorComponent } from '../../../editor/components/editor';
|
9
|
+
import * as i0 from "@angular/core";
|
10
|
+
export declare class ContentPageEditorComponent implements OnInit, OnDestroy {
|
11
|
+
private _data;
|
12
|
+
private _dialogRef;
|
13
|
+
private _message;
|
14
|
+
private _dialog;
|
15
|
+
private _cdRef;
|
16
|
+
private _prompt;
|
17
|
+
editor: EditorComponent;
|
18
|
+
contentPage: {
|
19
|
+
id?: number;
|
20
|
+
styles?: string;
|
21
|
+
content?: string;
|
22
|
+
name?: string;
|
23
|
+
js?: string;
|
24
|
+
path?: string;
|
25
|
+
};
|
26
|
+
focused: any;
|
27
|
+
config: FsContentConfig;
|
28
|
+
resizing: boolean;
|
29
|
+
title: any;
|
30
|
+
editors: {
|
31
|
+
html: boolean;
|
32
|
+
scss: boolean;
|
33
|
+
js: boolean;
|
34
|
+
globalScss: boolean;
|
35
|
+
};
|
36
|
+
get isMac(): boolean;
|
37
|
+
submitting: boolean;
|
38
|
+
private _destroy$;
|
39
|
+
constructor(_data: {
|
40
|
+
contentPage: any;
|
41
|
+
contentConfig: FsContentConfig;
|
42
|
+
}, _dialogRef: MatDialogRef<ContentPageEditorComponent>, _message: FsMessage, _dialog: MatDialog, _cdRef: ChangeDetectorRef, _prompt: FsPrompt);
|
43
|
+
ngOnInit(): void;
|
44
|
+
editorToggleChange(event: MatButtonToggleChange): void;
|
45
|
+
ngOnDestroy(): void;
|
46
|
+
_initContentPage(contentPage: any): void;
|
47
|
+
editorFocused(type: any): void;
|
48
|
+
save(): void;
|
49
|
+
submit: () => Observable<any>;
|
50
|
+
saveContentPage(): Observable<import("../../../../interfaces").FsContentPage>;
|
51
|
+
close(): void;
|
52
|
+
openSettings(): void;
|
53
|
+
private _initEscape;
|
54
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ContentPageEditorComponent, never>;
|
55
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ContentPageEditorComponent, "ng-component", never, {}, {}, never, never>;
|
56
|
+
}
|
@@ -1 +1 @@
|
|
1
|
-
export * from './content-page-editor.component';
|
1
|
+
export * from './content-page-editor.component';
|
@@ -1,24 +1,24 @@
|
|
1
|
-
import { OnDestroy, OnInit } from '@angular/core';
|
2
|
-
import { MatDialog } from '@angular/material/dialog';
|
3
|
-
import { FsHtmlEditorConfig } from '@firestitch/html-editor';
|
4
|
-
import { FsListComponent, FsListConfig } from '@firestitch/list';
|
5
|
-
import { Observable } from 'rxjs';
|
6
|
-
import { FsContentConfig } from '../../../../interfaces';
|
7
|
-
import * as i0 from "@angular/core";
|
8
|
-
export declare class FsContentPagesComponent implements OnInit, OnDestroy {
|
9
|
-
private _config;
|
10
|
-
private _dialog;
|
11
|
-
htmlEditorConfig: FsHtmlEditorConfig;
|
12
|
-
listComponent: FsListComponent;
|
13
|
-
listConfig: FsListConfig;
|
14
|
-
pageTypes: {};
|
15
|
-
private _destroy$;
|
16
|
-
constructor(_config: FsContentConfig, _dialog: MatDialog);
|
17
|
-
ngOnInit(): void;
|
18
|
-
openEditor(contentPage: any): void;
|
19
|
-
ngOnDestroy(): void;
|
20
|
-
openContentPage(contentPage: any): Observable<any>;
|
21
|
-
private _initListConfig;
|
22
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<FsContentPagesComponent, never>;
|
23
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<FsContentPagesComponent, "fs-content-pages", never, { "htmlEditorConfig": "htmlEditorConfig"; }, {}, never, never>;
|
24
|
-
}
|
1
|
+
import { OnDestroy, OnInit } from '@angular/core';
|
2
|
+
import { MatDialog } from '@angular/material/dialog';
|
3
|
+
import { FsHtmlEditorConfig } from '@firestitch/html-editor';
|
4
|
+
import { FsListComponent, FsListConfig } from '@firestitch/list';
|
5
|
+
import { Observable } from 'rxjs';
|
6
|
+
import { FsContentConfig } from '../../../../interfaces';
|
7
|
+
import * as i0 from "@angular/core";
|
8
|
+
export declare class FsContentPagesComponent implements OnInit, OnDestroy {
|
9
|
+
private _config;
|
10
|
+
private _dialog;
|
11
|
+
htmlEditorConfig: FsHtmlEditorConfig;
|
12
|
+
listComponent: FsListComponent;
|
13
|
+
listConfig: FsListConfig;
|
14
|
+
pageTypes: {};
|
15
|
+
private _destroy$;
|
16
|
+
constructor(_config: FsContentConfig, _dialog: MatDialog);
|
17
|
+
ngOnInit(): void;
|
18
|
+
openEditor(contentPage: any): void;
|
19
|
+
ngOnDestroy(): void;
|
20
|
+
openContentPage(contentPage: any): Observable<any>;
|
21
|
+
private _initListConfig;
|
22
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<FsContentPagesComponent, never>;
|
23
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<FsContentPagesComponent, "fs-content-pages", never, { "htmlEditorConfig": "htmlEditorConfig"; }, {}, never, never>;
|
24
|
+
}
|
@@ -1 +1 @@
|
|
1
|
-
export * from './content-pages.component';
|
1
|
+
export * from './content-pages.component';
|
@@ -1,3 +1,3 @@
|
|
1
|
-
export * from './content-page';
|
2
|
-
export * from './content-page-editor';
|
3
|
-
export * from './content-pages';
|
1
|
+
export * from './content-page';
|
2
|
+
export * from './content-page-editor';
|
3
|
+
export * from './content-pages';
|
@@ -1,33 +1,33 @@
|
|
1
|
-
import { ModuleWithProviders } from '@angular/core';
|
2
|
-
import * as i0 from "@angular/core";
|
3
|
-
import * as i1 from "./components/content-pages/content-pages.component";
|
4
|
-
import * as i2 from "./components/content-page/content-page.component";
|
5
|
-
import * as i3 from "./components/content-page-editor/content-page-editor.component";
|
6
|
-
import * as i4 from "@angular/common";
|
7
|
-
import * as i5 from "@angular/forms";
|
8
|
-
import * as i6 from "@angular/router";
|
9
|
-
import * as i7 from "@angular/material/dialog";
|
10
|
-
import * as i8 from "@angular/material/input";
|
11
|
-
import * as i9 from "@angular/material/form-field";
|
12
|
-
import * as i10 from "@angular/material/button";
|
13
|
-
import * as i11 from "@angular/material/tabs";
|
14
|
-
import * as i12 from "@angular/material/icon";
|
15
|
-
import * as i13 from "@angular/material/select";
|
16
|
-
import * as i14 from "@angular/material/button-toggle";
|
17
|
-
import * as i15 from "@angular/material/tooltip";
|
18
|
-
import * as i16 from "@firestitch/list";
|
19
|
-
import * as i17 from "@firestitch/date";
|
20
|
-
import * as i18 from "@firestitch/common";
|
21
|
-
import * as i19 from "@firestitch/form";
|
22
|
-
import * as i20 from "@firestitch/label";
|
23
|
-
import * as i21 from "@firestitch/skeleton";
|
24
|
-
import * as i22 from "@firestitch/html-editor";
|
25
|
-
import * as i23 from "@firestitch/dialog";
|
26
|
-
import * as i24 from "@firestitch/text-editor";
|
27
|
-
import * as i25 from "../editor/fs-content-editor.module";
|
28
|
-
export declare class FsContentPagesModule {
|
29
|
-
static forRoot(): ModuleWithProviders<FsContentPagesModule>;
|
30
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<FsContentPagesModule, never>;
|
31
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<FsContentPagesModule, [typeof i1.FsContentPagesComponent, typeof i2.ContentPageComponent, typeof i3.ContentPageEditorComponent], [typeof i4.CommonModule, typeof i5.FormsModule, typeof i6.RouterModule, typeof i7.MatDialogModule, typeof i8.MatInputModule, typeof i9.MatFormFieldModule, typeof i10.MatButtonModule, typeof i11.MatTabsModule, typeof i12.MatIconModule, typeof i13.MatSelectModule, typeof i14.MatButtonToggleModule, typeof i15.MatTooltipModule, typeof i16.FsListModule, typeof i17.FsDateModule, typeof i18.FsCommonModule, typeof i19.FsFormModule, typeof i20.FsLabelModule, typeof i21.FsSkeletonModule, typeof i22.FsHtmlEditorModule, typeof i23.FsDialogModule, typeof i24.FsTextEditorModule, typeof i25.FsContentEditorModule], [typeof i1.FsContentPagesComponent]>;
|
32
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<FsContentPagesModule>;
|
33
|
-
}
|
1
|
+
import { ModuleWithProviders } from '@angular/core';
|
2
|
+
import * as i0 from "@angular/core";
|
3
|
+
import * as i1 from "./components/content-pages/content-pages.component";
|
4
|
+
import * as i2 from "./components/content-page/content-page.component";
|
5
|
+
import * as i3 from "./components/content-page-editor/content-page-editor.component";
|
6
|
+
import * as i4 from "@angular/common";
|
7
|
+
import * as i5 from "@angular/forms";
|
8
|
+
import * as i6 from "@angular/router";
|
9
|
+
import * as i7 from "@angular/material/dialog";
|
10
|
+
import * as i8 from "@angular/material/input";
|
11
|
+
import * as i9 from "@angular/material/form-field";
|
12
|
+
import * as i10 from "@angular/material/button";
|
13
|
+
import * as i11 from "@angular/material/tabs";
|
14
|
+
import * as i12 from "@angular/material/icon";
|
15
|
+
import * as i13 from "@angular/material/select";
|
16
|
+
import * as i14 from "@angular/material/button-toggle";
|
17
|
+
import * as i15 from "@angular/material/tooltip";
|
18
|
+
import * as i16 from "@firestitch/list";
|
19
|
+
import * as i17 from "@firestitch/date";
|
20
|
+
import * as i18 from "@firestitch/common";
|
21
|
+
import * as i19 from "@firestitch/form";
|
22
|
+
import * as i20 from "@firestitch/label";
|
23
|
+
import * as i21 from "@firestitch/skeleton";
|
24
|
+
import * as i22 from "@firestitch/html-editor";
|
25
|
+
import * as i23 from "@firestitch/dialog";
|
26
|
+
import * as i24 from "@firestitch/text-editor";
|
27
|
+
import * as i25 from "../editor/fs-content-editor.module";
|
28
|
+
export declare class FsContentPagesModule {
|
29
|
+
static forRoot(): ModuleWithProviders<FsContentPagesModule>;
|
30
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<FsContentPagesModule, never>;
|
31
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<FsContentPagesModule, [typeof i1.FsContentPagesComponent, typeof i2.ContentPageComponent, typeof i3.ContentPageEditorComponent], [typeof i4.CommonModule, typeof i5.FormsModule, typeof i6.RouterModule, typeof i7.MatDialogModule, typeof i8.MatInputModule, typeof i9.MatFormFieldModule, typeof i10.MatButtonModule, typeof i11.MatTabsModule, typeof i12.MatIconModule, typeof i13.MatSelectModule, typeof i14.MatButtonToggleModule, typeof i15.MatTooltipModule, typeof i16.FsListModule, typeof i17.FsDateModule, typeof i18.FsCommonModule, typeof i19.FsFormModule, typeof i20.FsLabelModule, typeof i21.FsSkeletonModule, typeof i22.FsHtmlEditorModule, typeof i23.FsDialogModule, typeof i24.FsTextEditorModule, typeof i25.FsContentEditorModule], [typeof i1.FsContentPagesComponent]>;
|
32
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<FsContentPagesModule>;
|
33
|
+
}
|
@@ -1,27 +1,27 @@
|
|
1
|
-
import { ChangeDetectorRef, OnDestroy, OnInit } from '@angular/core';
|
2
|
-
import { FsFormDirective } from '@firestitch/form';
|
3
|
-
import { FsMessage } from '@firestitch/message';
|
4
|
-
import { FsTextEditorComponent } from '@firestitch/text-editor';
|
5
|
-
import { FsContentConfig } from '../../../../interfaces';
|
6
|
-
import * as i0 from "@angular/core";
|
7
|
-
export declare class ContentStyleComponent implements OnInit, OnDestroy {
|
8
|
-
private _config;
|
9
|
-
private _message;
|
10
|
-
private _cdRef;
|
11
|
-
textEditors: FsTextEditorComponent;
|
12
|
-
form: FsFormDirective;
|
13
|
-
height: string;
|
14
|
-
contentStyle: any;
|
15
|
-
styleConfig: {
|
16
|
-
tabSize: number;
|
17
|
-
language: string;
|
18
|
-
height: string;
|
19
|
-
};
|
20
|
-
private _destroy$;
|
21
|
-
constructor(_config: FsContentConfig, _message: FsMessage, _cdRef: ChangeDetectorRef);
|
22
|
-
ngOnInit(): void;
|
23
|
-
ngOnDestroy(): void;
|
24
|
-
save(): void;
|
25
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<ContentStyleComponent, never>;
|
26
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ContentStyleComponent, "fs-content-style", never, { "height": "height"; }, {}, never, never>;
|
27
|
-
}
|
1
|
+
import { ChangeDetectorRef, OnDestroy, OnInit } from '@angular/core';
|
2
|
+
import { FsFormDirective } from '@firestitch/form';
|
3
|
+
import { FsMessage } from '@firestitch/message';
|
4
|
+
import { FsTextEditorComponent } from '@firestitch/text-editor';
|
5
|
+
import { FsContentConfig } from '../../../../interfaces';
|
6
|
+
import * as i0 from "@angular/core";
|
7
|
+
export declare class ContentStyleComponent implements OnInit, OnDestroy {
|
8
|
+
private _config;
|
9
|
+
private _message;
|
10
|
+
private _cdRef;
|
11
|
+
textEditors: FsTextEditorComponent;
|
12
|
+
form: FsFormDirective;
|
13
|
+
height: string;
|
14
|
+
contentStyle: any;
|
15
|
+
styleConfig: {
|
16
|
+
tabSize: number;
|
17
|
+
language: string;
|
18
|
+
height: string;
|
19
|
+
};
|
20
|
+
private _destroy$;
|
21
|
+
constructor(_config: FsContentConfig, _message: FsMessage, _cdRef: ChangeDetectorRef);
|
22
|
+
ngOnInit(): void;
|
23
|
+
ngOnDestroy(): void;
|
24
|
+
save(): void;
|
25
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ContentStyleComponent, never>;
|
26
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ContentStyleComponent, "fs-content-style", never, { "height": "height"; }, {}, never, never>;
|
27
|
+
}
|
@@ -1 +1 @@
|
|
1
|
-
export * from './content-style.component';
|
1
|
+
export * from './content-style.component';
|
@@ -1,14 +1,14 @@
|
|
1
|
-
import * as i0 from "@angular/core";
|
2
|
-
import * as i1 from "./components/content-style/content-style.component";
|
3
|
-
import * as i2 from "@angular/common";
|
4
|
-
import * as i3 from "@angular/forms";
|
5
|
-
import * as i4 from "@angular/material/button";
|
6
|
-
import * as i5 from "@firestitch/text-editor";
|
7
|
-
import * as i6 from "@firestitch/skeleton";
|
8
|
-
import * as i7 from "@firestitch/common";
|
9
|
-
import * as i8 from "../editor/fs-content-editor.module";
|
10
|
-
export declare class FsContentStyleModule {
|
11
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<FsContentStyleModule, never>;
|
12
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<FsContentStyleModule, [typeof i1.ContentStyleComponent], [typeof i2.CommonModule, typeof i3.FormsModule, typeof i4.MatButtonModule, typeof i5.FsTextEditorModule, typeof i6.FsSkeletonModule, typeof i7.FsCommonModule, typeof i8.FsContentEditorModule], [typeof i1.ContentStyleComponent]>;
|
13
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<FsContentStyleModule>;
|
14
|
-
}
|
1
|
+
import * as i0 from "@angular/core";
|
2
|
+
import * as i1 from "./components/content-style/content-style.component";
|
3
|
+
import * as i2 from "@angular/common";
|
4
|
+
import * as i3 from "@angular/forms";
|
5
|
+
import * as i4 from "@angular/material/button";
|
6
|
+
import * as i5 from "@firestitch/text-editor";
|
7
|
+
import * as i6 from "@firestitch/skeleton";
|
8
|
+
import * as i7 from "@firestitch/common";
|
9
|
+
import * as i8 from "../editor/fs-content-editor.module";
|
10
|
+
export declare class FsContentStyleModule {
|
11
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<FsContentStyleModule, never>;
|
12
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<FsContentStyleModule, [typeof i1.ContentStyleComponent], [typeof i2.CommonModule, typeof i3.FormsModule, typeof i4.MatButtonModule, typeof i5.FsTextEditorModule, typeof i6.FsSkeletonModule, typeof i7.FsCommonModule, typeof i8.FsContentEditorModule], [typeof i1.ContentStyleComponent]>;
|
13
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<FsContentStyleModule>;
|
14
|
+
}
|
@@ -1,49 +1,49 @@
|
|
1
|
-
import { ChangeDetectorRef, EventEmitter, OnDestroy, OnInit } from '@angular/core';
|
2
|
-
import { FsMessage } from '@firestitch/message';
|
3
|
-
import { FsTextEditorConfig } from '@firestitch/text-editor';
|
4
|
-
import { EditorType } from '../../../../enums';
|
5
|
-
import { FsContentConfig } from '../../../../interfaces';
|
6
|
-
import * as i0 from "@angular/core";
|
7
|
-
export declare class EditorComponent implements OnInit, OnDestroy {
|
8
|
-
private _cdRef;
|
9
|
-
private _message;
|
10
|
-
showHtml: boolean;
|
11
|
-
showScss: boolean;
|
12
|
-
showJs: boolean;
|
13
|
-
showGlobalScss: boolean;
|
14
|
-
html: any;
|
15
|
-
scss: any;
|
16
|
-
js: any;
|
17
|
-
contentConfig: FsContentConfig;
|
18
|
-
changed: EventEmitter<{
|
19
|
-
type: string;
|
20
|
-
value: string;
|
21
|
-
}>;
|
22
|
-
focused: EventEmitter<string>;
|
23
|
-
blured: EventEmitter<string>;
|
24
|
-
changes: any;
|
25
|
-
EditorType: typeof EditorType;
|
26
|
-
focusedArea: string;
|
27
|
-
contentStyle: {
|
28
|
-
scss?: string;
|
29
|
-
};
|
30
|
-
resizing: boolean;
|
31
|
-
title: any;
|
32
|
-
scssConfig: FsTextEditorConfig;
|
33
|
-
globalScssConfig: FsTextEditorConfig;
|
34
|
-
htmlConfig: FsTextEditorConfig;
|
35
|
-
jsConfig: FsTextEditorConfig;
|
36
|
-
private _destroy$;
|
37
|
-
constructor(_cdRef: ChangeDetectorRef, _message: FsMessage);
|
38
|
-
ngOnInit(): void;
|
39
|
-
ngOnDestroy(): void;
|
40
|
-
change(type: any, value: any): void;
|
41
|
-
get hasChanges(): boolean;
|
42
|
-
clearChange(type: any): void;
|
43
|
-
initTextEditors(): void;
|
44
|
-
initGlobalContentStyle(): void;
|
45
|
-
saveGlobalScss(): import("rxjs").Observable<import("../../../../interfaces").FsContentStyle>;
|
46
|
-
private _onFocus;
|
47
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<EditorComponent, never>;
|
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>;
|
49
|
-
}
|
1
|
+
import { ChangeDetectorRef, EventEmitter, OnDestroy, OnInit } from '@angular/core';
|
2
|
+
import { FsMessage } from '@firestitch/message';
|
3
|
+
import { FsTextEditorConfig } from '@firestitch/text-editor';
|
4
|
+
import { EditorType } from '../../../../enums';
|
5
|
+
import { FsContentConfig } from '../../../../interfaces';
|
6
|
+
import * as i0 from "@angular/core";
|
7
|
+
export declare class EditorComponent implements OnInit, OnDestroy {
|
8
|
+
private _cdRef;
|
9
|
+
private _message;
|
10
|
+
showHtml: boolean;
|
11
|
+
showScss: boolean;
|
12
|
+
showJs: boolean;
|
13
|
+
showGlobalScss: boolean;
|
14
|
+
html: any;
|
15
|
+
scss: any;
|
16
|
+
js: any;
|
17
|
+
contentConfig: FsContentConfig;
|
18
|
+
changed: EventEmitter<{
|
19
|
+
type: string;
|
20
|
+
value: string;
|
21
|
+
}>;
|
22
|
+
focused: EventEmitter<string>;
|
23
|
+
blured: EventEmitter<string>;
|
24
|
+
changes: any;
|
25
|
+
EditorType: typeof EditorType;
|
26
|
+
focusedArea: string;
|
27
|
+
contentStyle: {
|
28
|
+
scss?: string;
|
29
|
+
};
|
30
|
+
resizing: boolean;
|
31
|
+
title: any;
|
32
|
+
scssConfig: FsTextEditorConfig;
|
33
|
+
globalScssConfig: FsTextEditorConfig;
|
34
|
+
htmlConfig: FsTextEditorConfig;
|
35
|
+
jsConfig: FsTextEditorConfig;
|
36
|
+
private _destroy$;
|
37
|
+
constructor(_cdRef: ChangeDetectorRef, _message: FsMessage);
|
38
|
+
ngOnInit(): void;
|
39
|
+
ngOnDestroy(): void;
|
40
|
+
change(type: any, value: any): void;
|
41
|
+
get hasChanges(): boolean;
|
42
|
+
clearChange(type: any): void;
|
43
|
+
initTextEditors(): void;
|
44
|
+
initGlobalContentStyle(): void;
|
45
|
+
saveGlobalScss(): import("rxjs").Observable<import("../../../../interfaces").FsContentStyle>;
|
46
|
+
private _onFocus;
|
47
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<EditorComponent, never>;
|
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>;
|
49
|
+
}
|
@@ -1 +1 @@
|
|
1
|
-
export * from './editor.component';
|
1
|
+
export * from './editor.component';
|
@@ -1,7 +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
|
-
}
|
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
|
+
}
|
@@ -1 +1 @@
|
|
1
|
-
export * from './editor-label.component';
|
1
|
+
export * from './editor-label.component';
|
@@ -1,24 +1,24 @@
|
|
1
|
-
import * as i0 from "@angular/core";
|
2
|
-
import * as i1 from "./components/editor/editor.component";
|
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";
|
20
|
-
export declare class FsContentEditorModule {
|
21
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<FsContentEditorModule, never>;
|
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]>;
|
23
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<FsContentEditorModule>;
|
24
|
-
}
|
1
|
+
import * as i0 from "@angular/core";
|
2
|
+
import * as i1 from "./components/editor/editor.component";
|
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";
|
20
|
+
export declare class FsContentEditorModule {
|
21
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<FsContentEditorModule, never>;
|
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]>;
|
23
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<FsContentEditorModule>;
|
24
|
+
}
|
@@ -1 +1 @@
|
|
1
|
-
export * from './fs-content-editor.module';
|
1
|
+
export * from './fs-content-editor.module';
|
@@ -1,2 +1,2 @@
|
|
1
|
-
export * from './page-types.const';
|
1
|
+
export * from './page-types.const';
|
2
2
|
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi9zcmMvYXBwL2NvbnN0cy9pbmRleC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxjQUFjLG9CQUFvQixDQUFDIiwic291cmNlc0NvbnRlbnQiOlsiZXhwb3J0ICogZnJvbSAnLi9wYWdlLXR5cGVzLmNvbnN0JztcbiJdfQ==
|
@@ -1,6 +1,6 @@
|
|
1
|
-
import { PageType } from '../enums';
|
2
|
-
export const PageTypes = [
|
3
|
-
{ name: 'Page', value: PageType.StandardPage },
|
4
|
-
{ name: 'Page (Not Found)', value: PageType.NotFoundPage },
|
5
|
-
];
|
1
|
+
import { PageType } from '../enums';
|
2
|
+
export const PageTypes = [
|
3
|
+
{ name: 'Page', value: PageType.StandardPage },
|
4
|
+
{ name: 'Page (Not Found)', value: PageType.NotFoundPage },
|
5
|
+
];
|
6
6
|
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicGFnZS10eXBlcy5jb25zdC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uL3NyYy9hcHAvY29uc3RzL3BhZ2UtdHlwZXMuY29uc3QudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFFBQVEsRUFBRSxNQUFNLFVBQVUsQ0FBQztBQUVwQyxNQUFNLENBQUMsTUFBTSxTQUFTLEdBQUc7SUFDdkIsRUFBRSxJQUFJLEVBQUUsTUFBTSxFQUFFLEtBQUssRUFBRSxRQUFRLENBQUMsWUFBWSxFQUFFO0lBQzlDLEVBQUUsSUFBSSxFQUFFLGtCQUFrQixFQUFFLEtBQUssRUFBRSxRQUFRLENBQUMsWUFBWSxFQUFFO0NBQzNELENBQUMiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBQYWdlVHlwZSB9IGZyb20gJy4uL2VudW1zJztcblxuZXhwb3J0IGNvbnN0IFBhZ2VUeXBlcyA9IFtcbiAgeyBuYW1lOiAnUGFnZScsIHZhbHVlOiBQYWdlVHlwZS5TdGFuZGFyZFBhZ2UgfSxcbiAgeyBuYW1lOiAnUGFnZSAoTm90IEZvdW5kKScsIHZhbHVlOiBQYWdlVHlwZS5Ob3RGb3VuZFBhZ2UgfSxcbl07XG4iXX0=
|
@@ -1,8 +1,8 @@
|
|
1
|
-
export var EditorType;
|
2
|
-
(function (EditorType) {
|
3
|
-
EditorType["Js"] = "js";
|
4
|
-
EditorType["Html"] = "html";
|
5
|
-
EditorType["Scss"] = "scss";
|
6
|
-
EditorType["GlobalScss"] = "globalScss";
|
7
|
-
})(EditorType || (EditorType = {}));
|
1
|
+
export var EditorType;
|
2
|
+
(function (EditorType) {
|
3
|
+
EditorType["Js"] = "js";
|
4
|
+
EditorType["Html"] = "html";
|
5
|
+
EditorType["Scss"] = "scss";
|
6
|
+
EditorType["GlobalScss"] = "globalScss";
|
7
|
+
})(EditorType || (EditorType = {}));
|
8
8
|
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZWRpdG9yLXR5cGUuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi9zcmMvYXBwL2VudW1zL2VkaXRvci10eXBlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE1BQU0sQ0FBTixJQUFZLFVBS1g7QUFMRCxXQUFZLFVBQVU7SUFDcEIsdUJBQVMsQ0FBQTtJQUNULDJCQUFhLENBQUE7SUFDYiwyQkFBYSxDQUFBO0lBQ2IsdUNBQXlCLENBQUE7QUFDM0IsQ0FBQyxFQUxXLFVBQVUsS0FBVixVQUFVLFFBS3JCIiwic291cmNlc0NvbnRlbnQiOlsiZXhwb3J0IGVudW0gRWRpdG9yVHlwZSB7XG4gIEpzID0gJ2pzJyxcbiAgSHRtbCA9ICdodG1sJyxcbiAgU2NzcyA9ICdzY3NzJyxcbiAgR2xvYmFsU2NzcyA9ICdnbG9iYWxTY3NzJyxcbn1cbiJdfQ==
|