@firestitch/content 12.3.4 → 13.0.1
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 -55
- 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 -32
- 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/{esm2015/app/consts/index.js → esm2020/app/consts/index.mjs} +1 -1
- package/{esm2015/app/consts/page-types.const.js → esm2020/app/consts/page-types.const.mjs} +7 -7
- package/{esm2015/app/enums/editor-type.js → esm2020/app/enums/editor-type.mjs} +7 -7
- package/{esm2015/app/enums/index.js → esm2020/app/enums/index.mjs} +3 -3
- package/{esm2015/app/enums/page-type.enum.js → esm2020/app/enums/page-type.enum.mjs} +7 -7
- package/{esm2015/app/injectors/content-config.injector.js → esm2020/app/injectors/content-config.injector.mjs} +2 -2
- package/{esm2015/app/injectors/index.js → esm2020/app/injectors/index.mjs} +1 -1
- package/{esm2015/app/interfaces/content-config.js → esm2020/app/interfaces/content-config.mjs} +1 -1
- package/{esm2015/app/interfaces/content-layout.js → esm2020/app/interfaces/content-layout.mjs} +1 -1
- package/{esm2015/app/interfaces/content-page.js → esm2020/app/interfaces/content-page.mjs} +1 -1
- package/{esm2015/app/interfaces/content-style.js → esm2020/app/interfaces/content-style.mjs} +1 -1
- package/{esm2015/app/interfaces/index.js → esm2020/app/interfaces/index.mjs} +5 -5
- package/{esm2015/app/modules/content/components/content/content.component.js → esm2020/app/modules/content/components/content/content.component.mjs} +80 -85
- package/{esm2015/app/modules/content/components/content/index.js → esm2020/app/modules/content/components/content/index.mjs} +1 -1
- package/esm2020/app/modules/content/components/content-renderer/content-renderer.component.mjs +74 -0
- package/{esm2015/app/modules/content/components/content-renderer/index.js → esm2020/app/modules/content/components/content-renderer/index.mjs} +1 -1
- package/{esm2015/app/modules/content/fs-content.module.js → esm2020/app/modules/content/fs-content.module.mjs} +33 -33
- package/esm2020/app/modules/content-layouts/components/content-layout/content-layout.component.mjs +68 -0
- package/{esm2015/app/modules/content-layouts/components/content-layout/index.js → 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 +162 -0
- package/{esm2015/app/modules/content-layouts/components/content-layout-editor/index.js → 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 +116 -0
- package/{esm2015/app/modules/content-layouts/components/content-layouts/index.js → esm2020/app/modules/content-layouts/components/content-layouts/index.mjs} +1 -1
- package/{esm2015/app/modules/content-layouts/components/index.js → esm2020/app/modules/content-layouts/components/index.mjs} +4 -4
- package/{esm2015/app/modules/content-layouts/fs-content-layouts.module.js → esm2020/app/modules/content-layouts/fs-content-layouts.module.mjs} +104 -104
- package/esm2020/app/modules/content-pages/components/content-page/content-page.component.mjs +81 -0
- package/{esm2015/app/modules/content-pages/components/content-page/index.js → 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 +179 -0
- package/{esm2015/app/modules/content-pages/components/content-page-editor/index.js → 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 +125 -0
- package/{esm2015/app/modules/content-pages/components/content-pages/index.js → esm2020/app/modules/content-pages/components/content-pages/index.mjs} +1 -1
- package/{esm2015/app/modules/content-pages/components/index.js → esm2020/app/modules/content-pages/components/index.mjs} +4 -4
- package/esm2020/app/modules/content-pages/fs-content-pages.module.mjs +121 -0
- package/esm2020/app/modules/content-style/components/content-style/content-style.component.mjs +69 -0
- package/{esm2015/app/modules/content-style/components/content-style/index.js → esm2020/app/modules/content-style/components/content-style/index.mjs} +1 -1
- package/{esm2015/app/modules/content-style/fs-content-style.module.js → esm2020/app/modules/content-style/fs-content-style.module.mjs} +50 -50
- package/esm2020/app/modules/editor/components/editor/editor.component.mjs +144 -0
- package/{esm2015/app/modules/editor/components/editor/index.js → esm2020/app/modules/editor/components/editor/index.mjs} +1 -1
- package/esm2020/app/modules/editor/components/editor-label/editor-label.component.mjs +16 -0
- package/{esm2015/app/modules/editor/components/editor-label/index.js → esm2020/app/modules/editor/components/editor-label/index.mjs} +1 -1
- package/{esm2015/app/modules/editor/fs-content-editor.module.js → esm2020/app/modules/editor/fs-content-editor.module.mjs} +89 -89
- package/{esm2015/app/modules/editor/index.js → esm2020/app/modules/editor/index.mjs} +1 -1
- package/{esm2015/firestitch-content.js → esm2020/firestitch-content.mjs} +4 -4
- package/{esm2015/public_api.js → esm2020/public_api.mjs} +10 -10
- package/fesm2015/firestitch-content.mjs +1344 -0
- package/fesm2015/firestitch-content.mjs.map +1 -0
- package/fesm2020/firestitch-content.mjs +1345 -0
- package/fesm2020/firestitch-content.mjs.map +1 -0
- package/firestitch-content.d.ts +5 -5
- package/package.json +21 -8
- package/public_api.d.ts +10 -10
- package/bundles/firestitch-content.umd.js +0 -1480
- package/bundles/firestitch-content.umd.js.map +0 -1
- package/esm2015/app/modules/content/components/content-renderer/content-renderer.component.js +0 -77
- package/esm2015/app/modules/content-layouts/components/content-layout/content-layout.component.js +0 -72
- package/esm2015/app/modules/content-layouts/components/content-layout-editor/content-layout-editor.component.js +0 -160
- package/esm2015/app/modules/content-layouts/components/content-layouts/content-layouts.component.js +0 -121
- package/esm2015/app/modules/content-pages/components/content-page/content-page.component.js +0 -83
- package/esm2015/app/modules/content-pages/components/content-page-editor/content-page-editor.component.js +0 -176
- package/esm2015/app/modules/content-pages/components/content-pages/content-pages.component.js +0 -130
- package/esm2015/app/modules/content-pages/fs-content-pages.module.js +0 -117
- package/esm2015/app/modules/content-style/components/content-style/content-style.component.js +0 -71
- package/esm2015/app/modules/editor/components/editor/editor.component.js +0 -149
- package/esm2015/app/modules/editor/components/editor-label/editor-label.component.js +0 -21
- package/fesm2015/firestitch-content.js +0 -1374
- package/fesm2015/firestitch-content.js.map +0 -1
@@ -1,89 +1,89 @@
|
|
1
|
-
import { CommonModule } from '@angular/common';
|
2
|
-
import { NgModule } from '@angular/core';
|
3
|
-
import { FormsModule } from '@angular/forms';
|
4
|
-
import { MatButtonModule } from '@angular/material/button';
|
5
|
-
import { MatButtonToggleModule } from '@angular/material/button-toggle';
|
6
|
-
import { MatDialogModule } from '@angular/material/dialog';
|
7
|
-
import { MatIconModule } from '@angular/material/icon';
|
8
|
-
import { MatTabsModule } from '@angular/material/tabs';
|
9
|
-
import { FsCommonModule } from '@firestitch/common';
|
10
|
-
import { FsDialogModule } from '@firestitch/dialog';
|
11
|
-
import { FsFormModule } from '@firestitch/form';
|
12
|
-
import { FsHtmlEditorModule } from '@firestitch/html-editor';
|
13
|
-
import { FsLabelModule } from '@firestitch/label';
|
14
|
-
import { FsListModule } from '@firestitch/list';
|
15
|
-
import { FsSkeletonModule } from '@firestitch/skeleton';
|
16
|
-
import { FsTextEditorModule } from '@firestitch/text-editor';
|
17
|
-
import { AngularSplitModule } from 'angular-split';
|
18
|
-
import { EditorComponent } from './components/editor';
|
19
|
-
import { EditorLabelComponent } from './components/editor-label';
|
20
|
-
import * as i0 from "@angular/core";
|
21
|
-
export class FsContentEditorModule {
|
22
|
-
}
|
23
|
-
FsContentEditorModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
24
|
-
FsContentEditorModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "
|
25
|
-
EditorLabelComponent], imports: [CommonModule,
|
26
|
-
FormsModule,
|
27
|
-
MatDialogModule,
|
28
|
-
MatButtonModule,
|
29
|
-
MatTabsModule,
|
30
|
-
MatIconModule,
|
31
|
-
MatButtonToggleModule,
|
32
|
-
FsListModule,
|
33
|
-
FsFormModule,
|
34
|
-
FsSkeletonModule,
|
35
|
-
FsLabelModule,
|
36
|
-
FsHtmlEditorModule,
|
37
|
-
FsCommonModule,
|
38
|
-
FsDialogModule,
|
39
|
-
FsTextEditorModule,
|
40
|
-
AngularSplitModule], exports: [EditorComponent] });
|
41
|
-
FsContentEditorModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "
|
42
|
-
CommonModule,
|
43
|
-
FormsModule,
|
44
|
-
MatDialogModule,
|
45
|
-
MatButtonModule,
|
46
|
-
MatTabsModule,
|
47
|
-
MatIconModule,
|
48
|
-
MatButtonToggleModule,
|
49
|
-
FsListModule,
|
50
|
-
FsFormModule,
|
51
|
-
FsSkeletonModule,
|
52
|
-
FsLabelModule,
|
53
|
-
FsHtmlEditorModule,
|
54
|
-
FsCommonModule,
|
55
|
-
FsDialogModule,
|
56
|
-
FsTextEditorModule,
|
57
|
-
AngularSplitModule,
|
58
|
-
]] });
|
59
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
60
|
-
type: NgModule,
|
61
|
-
args: [{
|
62
|
-
imports: [
|
63
|
-
CommonModule,
|
64
|
-
FormsModule,
|
65
|
-
MatDialogModule,
|
66
|
-
MatButtonModule,
|
67
|
-
MatTabsModule,
|
68
|
-
MatIconModule,
|
69
|
-
MatButtonToggleModule,
|
70
|
-
FsListModule,
|
71
|
-
FsFormModule,
|
72
|
-
FsSkeletonModule,
|
73
|
-
FsLabelModule,
|
74
|
-
FsHtmlEditorModule,
|
75
|
-
FsCommonModule,
|
76
|
-
FsDialogModule,
|
77
|
-
FsTextEditorModule,
|
78
|
-
AngularSplitModule,
|
79
|
-
],
|
80
|
-
exports: [
|
81
|
-
EditorComponent,
|
82
|
-
],
|
83
|
-
declarations: [
|
84
|
-
EditorComponent,
|
85
|
-
EditorLabelComponent,
|
86
|
-
],
|
87
|
-
}]
|
88
|
-
}] });
|
89
|
-
//# sourceMappingURL=data:application/json;base64,
|
1
|
+
import { CommonModule } from '@angular/common';
|
2
|
+
import { NgModule } from '@angular/core';
|
3
|
+
import { FormsModule } from '@angular/forms';
|
4
|
+
import { MatButtonModule } from '@angular/material/button';
|
5
|
+
import { MatButtonToggleModule } from '@angular/material/button-toggle';
|
6
|
+
import { MatDialogModule } from '@angular/material/dialog';
|
7
|
+
import { MatIconModule } from '@angular/material/icon';
|
8
|
+
import { MatTabsModule } from '@angular/material/tabs';
|
9
|
+
import { FsCommonModule } from '@firestitch/common';
|
10
|
+
import { FsDialogModule } from '@firestitch/dialog';
|
11
|
+
import { FsFormModule } from '@firestitch/form';
|
12
|
+
import { FsHtmlEditorModule } from '@firestitch/html-editor';
|
13
|
+
import { FsLabelModule } from '@firestitch/label';
|
14
|
+
import { FsListModule } from '@firestitch/list';
|
15
|
+
import { FsSkeletonModule } from '@firestitch/skeleton';
|
16
|
+
import { FsTextEditorModule } from '@firestitch/text-editor';
|
17
|
+
import { AngularSplitModule } from 'angular-split';
|
18
|
+
import { EditorComponent } from './components/editor';
|
19
|
+
import { EditorLabelComponent } from './components/editor-label';
|
20
|
+
import * as i0 from "@angular/core";
|
21
|
+
export class FsContentEditorModule {
|
22
|
+
}
|
23
|
+
FsContentEditorModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.4.0", ngImport: i0, type: FsContentEditorModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
24
|
+
FsContentEditorModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.4.0", ngImport: i0, type: FsContentEditorModule, declarations: [EditorComponent,
|
25
|
+
EditorLabelComponent], imports: [CommonModule,
|
26
|
+
FormsModule,
|
27
|
+
MatDialogModule,
|
28
|
+
MatButtonModule,
|
29
|
+
MatTabsModule,
|
30
|
+
MatIconModule,
|
31
|
+
MatButtonToggleModule,
|
32
|
+
FsListModule,
|
33
|
+
FsFormModule,
|
34
|
+
FsSkeletonModule,
|
35
|
+
FsLabelModule,
|
36
|
+
FsHtmlEditorModule,
|
37
|
+
FsCommonModule,
|
38
|
+
FsDialogModule,
|
39
|
+
FsTextEditorModule,
|
40
|
+
AngularSplitModule], exports: [EditorComponent] });
|
41
|
+
FsContentEditorModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.4.0", ngImport: i0, type: FsContentEditorModule, imports: [[
|
42
|
+
CommonModule,
|
43
|
+
FormsModule,
|
44
|
+
MatDialogModule,
|
45
|
+
MatButtonModule,
|
46
|
+
MatTabsModule,
|
47
|
+
MatIconModule,
|
48
|
+
MatButtonToggleModule,
|
49
|
+
FsListModule,
|
50
|
+
FsFormModule,
|
51
|
+
FsSkeletonModule,
|
52
|
+
FsLabelModule,
|
53
|
+
FsHtmlEditorModule,
|
54
|
+
FsCommonModule,
|
55
|
+
FsDialogModule,
|
56
|
+
FsTextEditorModule,
|
57
|
+
AngularSplitModule,
|
58
|
+
]] });
|
59
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.4.0", ngImport: i0, type: FsContentEditorModule, decorators: [{
|
60
|
+
type: NgModule,
|
61
|
+
args: [{
|
62
|
+
imports: [
|
63
|
+
CommonModule,
|
64
|
+
FormsModule,
|
65
|
+
MatDialogModule,
|
66
|
+
MatButtonModule,
|
67
|
+
MatTabsModule,
|
68
|
+
MatIconModule,
|
69
|
+
MatButtonToggleModule,
|
70
|
+
FsListModule,
|
71
|
+
FsFormModule,
|
72
|
+
FsSkeletonModule,
|
73
|
+
FsLabelModule,
|
74
|
+
FsHtmlEditorModule,
|
75
|
+
FsCommonModule,
|
76
|
+
FsDialogModule,
|
77
|
+
FsTextEditorModule,
|
78
|
+
AngularSplitModule,
|
79
|
+
],
|
80
|
+
exports: [
|
81
|
+
EditorComponent,
|
82
|
+
],
|
83
|
+
declarations: [
|
84
|
+
EditorComponent,
|
85
|
+
EditorLabelComponent,
|
86
|
+
],
|
87
|
+
}]
|
88
|
+
}] });
|
89
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZnMtY29udGVudC1lZGl0b3IubW9kdWxlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vc3JjL2FwcC9tb2R1bGVzL2VkaXRvci9mcy1jb250ZW50LWVkaXRvci5tb2R1bGUudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFlBQVksRUFBRSxNQUFNLGlCQUFpQixDQUFDO0FBQy9DLE9BQU8sRUFBRSxRQUFRLEVBQUUsTUFBTSxlQUFlLENBQUM7QUFDekMsT0FBTyxFQUFFLFdBQVcsRUFBRSxNQUFNLGdCQUFnQixDQUFDO0FBRTdDLE9BQU8sRUFBRSxlQUFlLEVBQUUsTUFBTSwwQkFBMEIsQ0FBQztBQUMzRCxPQUFPLEVBQUUscUJBQXFCLEVBQUUsTUFBTSxpQ0FBaUMsQ0FBQztBQUN4RSxPQUFPLEVBQUUsZUFBZSxFQUFFLE1BQU0sMEJBQTBCLENBQUM7QUFDM0QsT0FBTyxFQUFFLGFBQWEsRUFBRSxNQUFNLHdCQUF3QixDQUFDO0FBQ3ZELE9BQU8sRUFBRSxhQUFhLEVBQUUsTUFBTSx3QkFBd0IsQ0FBQztBQUV2RCxPQUFPLEVBQUUsY0FBYyxFQUFFLE1BQU0sb0JBQW9CLENBQUM7QUFDcEQsT0FBTyxFQUFFLGNBQWMsRUFBRSxNQUFNLG9CQUFvQixDQUFDO0FBQ3BELE9BQU8sRUFBRSxZQUFZLEVBQUUsTUFBTSxrQkFBa0IsQ0FBQztBQUNoRCxPQUFPLEVBQUUsa0JBQWtCLEVBQUUsTUFBTSx5QkFBeUIsQ0FBQztBQUM3RCxPQUFPLEVBQUUsYUFBYSxFQUFFLE1BQU0sbUJBQW1CLENBQUM7QUFDbEQsT0FBTyxFQUFFLFlBQVksRUFBRSxNQUFNLGtCQUFrQixDQUFDO0FBQ2hELE9BQU8sRUFBRSxnQkFBZ0IsRUFBRSxNQUFNLHNCQUFzQixDQUFDO0FBQ3hELE9BQU8sRUFBRSxrQkFBa0IsRUFBRSxNQUFNLHlCQUF5QixDQUFDO0FBRTdELE9BQU8sRUFBRSxrQkFBa0IsRUFBRSxNQUFNLGVBQWUsQ0FBQztBQUVuRCxPQUFPLEVBQUUsZUFBZSxFQUFFLE1BQU0scUJBQXFCLENBQUM7QUFDdEQsT0FBTyxFQUFFLG9CQUFvQixFQUFFLE1BQU0sMkJBQTJCLENBQUM7O0FBaUNqRSxNQUFNLE9BQU8scUJBQXFCOztrSEFBckIscUJBQXFCO21IQUFyQixxQkFBcUIsaUJBSjlCLGVBQWU7UUFDZixvQkFBb0IsYUF6QnBCLFlBQVk7UUFDWixXQUFXO1FBRVgsZUFBZTtRQUNmLGVBQWU7UUFDZixhQUFhO1FBQ2IsYUFBYTtRQUNiLHFCQUFxQjtRQUVyQixZQUFZO1FBQ1osWUFBWTtRQUNaLGdCQUFnQjtRQUNoQixhQUFhO1FBQ2Isa0JBQWtCO1FBQ2xCLGNBQWM7UUFDZCxjQUFjO1FBQ2Qsa0JBQWtCO1FBRWxCLGtCQUFrQixhQUdsQixlQUFlO21IQU9OLHFCQUFxQixZQTdCdkI7WUFDUCxZQUFZO1lBQ1osV0FBVztZQUVYLGVBQWU7WUFDZixlQUFlO1lBQ2YsYUFBYTtZQUNiLGFBQWE7WUFDYixxQkFBcUI7WUFFckIsWUFBWTtZQUNaLFlBQVk7WUFDWixnQkFBZ0I7WUFDaEIsYUFBYTtZQUNiLGtCQUFrQjtZQUNsQixjQUFjO1lBQ2QsY0FBYztZQUNkLGtCQUFrQjtZQUVsQixrQkFBa0I7U0FDbkI7MkZBU1UscUJBQXFCO2tCQTlCakMsUUFBUTttQkFBQztvQkFDUixPQUFPLEVBQUU7d0JBQ1AsWUFBWTt3QkFDWixXQUFXO3dCQUVYLGVBQWU7d0JBQ2YsZUFBZTt3QkFDZixhQUFhO3dCQUNiLGFBQWE7d0JBQ2IscUJBQXFCO3dCQUVyQixZQUFZO3dCQUNaLFlBQVk7d0JBQ1osZ0JBQWdCO3dCQUNoQixhQUFhO3dCQUNiLGtCQUFrQjt3QkFDbEIsY0FBYzt3QkFDZCxjQUFjO3dCQUNkLGtCQUFrQjt3QkFFbEIsa0JBQWtCO3FCQUNuQjtvQkFDRCxPQUFPLEVBQUU7d0JBQ1AsZUFBZTtxQkFDaEI7b0JBQ0QsWUFBWSxFQUFFO3dCQUNaLGVBQWU7d0JBQ2Ysb0JBQW9CO3FCQUNyQjtpQkFDRiIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IENvbW1vbk1vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL2NvbW1vbic7XG5pbXBvcnQgeyBOZ01vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuaW1wb3J0IHsgRm9ybXNNb2R1bGUgfSBmcm9tICdAYW5ndWxhci9mb3Jtcyc7XG5cbmltcG9ydCB7IE1hdEJ1dHRvbk1vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL21hdGVyaWFsL2J1dHRvbic7XG5pbXBvcnQgeyBNYXRCdXR0b25Ub2dnbGVNb2R1bGUgfSBmcm9tICdAYW5ndWxhci9tYXRlcmlhbC9idXR0b24tdG9nZ2xlJztcbmltcG9ydCB7IE1hdERpYWxvZ01vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL21hdGVyaWFsL2RpYWxvZyc7XG5pbXBvcnQgeyBNYXRJY29uTW9kdWxlIH0gZnJvbSAnQGFuZ3VsYXIvbWF0ZXJpYWwvaWNvbic7XG5pbXBvcnQgeyBNYXRUYWJzTW9kdWxlIH0gZnJvbSAnQGFuZ3VsYXIvbWF0ZXJpYWwvdGFicyc7XG5cbmltcG9ydCB7IEZzQ29tbW9uTW9kdWxlIH0gZnJvbSAnQGZpcmVzdGl0Y2gvY29tbW9uJztcbmltcG9ydCB7IEZzRGlhbG9nTW9kdWxlIH0gZnJvbSAnQGZpcmVzdGl0Y2gvZGlhbG9nJztcbmltcG9ydCB7IEZzRm9ybU1vZHVsZSB9IGZyb20gJ0BmaXJlc3RpdGNoL2Zvcm0nO1xuaW1wb3J0IHsgRnNIdG1sRWRpdG9yTW9kdWxlIH0gZnJvbSAnQGZpcmVzdGl0Y2gvaHRtbC1lZGl0b3InO1xuaW1wb3J0IHsgRnNMYWJlbE1vZHVsZSB9IGZyb20gJ0BmaXJlc3RpdGNoL2xhYmVsJztcbmltcG9ydCB7IEZzTGlzdE1vZHVsZSB9IGZyb20gJ0BmaXJlc3RpdGNoL2xpc3QnO1xuaW1wb3J0IHsgRnNTa2VsZXRvbk1vZHVsZSB9IGZyb20gJ0BmaXJlc3RpdGNoL3NrZWxldG9uJztcbmltcG9ydCB7IEZzVGV4dEVkaXRvck1vZHVsZSB9IGZyb20gJ0BmaXJlc3RpdGNoL3RleHQtZWRpdG9yJztcblxuaW1wb3J0IHsgQW5ndWxhclNwbGl0TW9kdWxlIH0gZnJvbSAnYW5ndWxhci1zcGxpdCc7XG5cbmltcG9ydCB7IEVkaXRvckNvbXBvbmVudCB9IGZyb20gJy4vY29tcG9uZW50cy9lZGl0b3InO1xuaW1wb3J0IHsgRWRpdG9yTGFiZWxDb21wb25lbnQgfSBmcm9tICcuL2NvbXBvbmVudHMvZWRpdG9yLWxhYmVsJztcblxuXG5ATmdNb2R1bGUoe1xuICBpbXBvcnRzOiBbXG4gICAgQ29tbW9uTW9kdWxlLFxuICAgIEZvcm1zTW9kdWxlLFxuXG4gICAgTWF0RGlhbG9nTW9kdWxlLFxuICAgIE1hdEJ1dHRvbk1vZHVsZSxcbiAgICBNYXRUYWJzTW9kdWxlLFxuICAgIE1hdEljb25Nb2R1bGUsXG4gICAgTWF0QnV0dG9uVG9nZ2xlTW9kdWxlLFxuXG4gICAgRnNMaXN0TW9kdWxlLFxuICAgIEZzRm9ybU1vZHVsZSxcbiAgICBGc1NrZWxldG9uTW9kdWxlLFxuICAgIEZzTGFiZWxNb2R1bGUsXG4gICAgRnNIdG1sRWRpdG9yTW9kdWxlLFxuICAgIEZzQ29tbW9uTW9kdWxlLFxuICAgIEZzRGlhbG9nTW9kdWxlLFxuICAgIEZzVGV4dEVkaXRvck1vZHVsZSxcblxuICAgIEFuZ3VsYXJTcGxpdE1vZHVsZSxcbiAgXSxcbiAgZXhwb3J0czogW1xuICAgIEVkaXRvckNvbXBvbmVudCxcbiAgXSxcbiAgZGVjbGFyYXRpb25zOiBbXG4gICAgRWRpdG9yQ29tcG9uZW50LFxuICAgIEVkaXRvckxhYmVsQ29tcG9uZW50LFxuICBdLFxufSlcbmV4cG9ydCBjbGFzcyBGc0NvbnRlbnRFZGl0b3JNb2R1bGUge1xufVxuIl19
|
@@ -1,2 +1,2 @@
|
|
1
|
-
export * from './fs-content-editor.module';
|
1
|
+
export * from './fs-content-editor.module';
|
2
2
|
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi9zcmMvYXBwL21vZHVsZXMvZWRpdG9yL2luZGV4LnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLGNBQWMsNEJBQTRCLENBQUMiLCJzb3VyY2VzQ29udGVudCI6WyJleHBvcnQgKiBmcm9tICcuL2ZzLWNvbnRlbnQtZWRpdG9yLm1vZHVsZSc7XG4iXX0=
|
@@ -1,5 +1,5 @@
|
|
1
|
-
/**
|
2
|
-
* Generated bundle index. Do not edit.
|
3
|
-
*/
|
4
|
-
export * from './public_api';
|
1
|
+
/**
|
2
|
+
* Generated bundle index. Do not edit.
|
3
|
+
*/
|
4
|
+
export * from './public_api';
|
5
5
|
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZmlyZXN0aXRjaC1jb250ZW50LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vc3JjL2ZpcmVzdGl0Y2gtY29udGVudC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQTs7R0FFRztBQUVILGNBQWMsY0FBYyxDQUFDIiwic291cmNlc0NvbnRlbnQiOlsiLyoqXG4gKiBHZW5lcmF0ZWQgYnVuZGxlIGluZGV4LiBEbyBub3QgZWRpdC5cbiAqL1xuXG5leHBvcnQgKiBmcm9tICcuL3B1YmxpY19hcGknO1xuIl19
|
@@ -1,11 +1,11 @@
|
|
1
|
-
export { FsContentLayoutsModule } from './app/modules/content-layouts/fs-content-layouts.module';
|
2
|
-
export { FsContentPagesModule } from './app/modules/content-pages/fs-content-pages.module';
|
3
|
-
export { FsContentStyleModule } from './app/modules/content-style/fs-content-style.module';
|
4
|
-
export { FsContentModule } from './app/modules/content/fs-content.module';
|
5
|
-
export { FsContentLayoutsComponent } from './app/modules/content-layouts/components/content-layouts/content-layouts.component';
|
6
|
-
export { FsContentPagesComponent } from './app/modules/content-pages/components/content-pages/content-pages.component';
|
7
|
-
export { ContentStyleComponent } from './app/modules/content-style/components/content-style';
|
8
|
-
export { FsContentComponent } from './app/modules/content/components/content/content.component';
|
9
|
-
export { FS_CONTENT_CONFIG } from './app/injectors/content-config.injector';
|
10
|
-
export * from './app/interfaces';
|
1
|
+
export { FsContentLayoutsModule } from './app/modules/content-layouts/fs-content-layouts.module';
|
2
|
+
export { FsContentPagesModule } from './app/modules/content-pages/fs-content-pages.module';
|
3
|
+
export { FsContentStyleModule } from './app/modules/content-style/fs-content-style.module';
|
4
|
+
export { FsContentModule } from './app/modules/content/fs-content.module';
|
5
|
+
export { FsContentLayoutsComponent } from './app/modules/content-layouts/components/content-layouts/content-layouts.component';
|
6
|
+
export { FsContentPagesComponent } from './app/modules/content-pages/components/content-pages/content-pages.component';
|
7
|
+
export { ContentStyleComponent } from './app/modules/content-style/components/content-style';
|
8
|
+
export { FsContentComponent } from './app/modules/content/components/content/content.component';
|
9
|
+
export { FS_CONTENT_CONFIG } from './app/injectors/content-config.injector';
|
10
|
+
export * from './app/interfaces';
|
11
11
|
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicHVibGljX2FwaS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uL3NyYy9wdWJsaWNfYXBpLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxzQkFBc0IsRUFBRSxNQUFNLHlEQUF5RCxDQUFDO0FBQ2pHLE9BQU8sRUFBRSxvQkFBb0IsRUFBRSxNQUFNLHFEQUFxRCxDQUFDO0FBQzNGLE9BQU8sRUFBRSxvQkFBb0IsRUFBRSxNQUFNLHFEQUFxRCxDQUFDO0FBQzNGLE9BQU8sRUFBRSxlQUFlLEVBQUUsTUFBTSx5Q0FBeUMsQ0FBQztBQUUxRSxPQUFPLEVBQUUseUJBQXlCLEVBQUUsTUFBTSxvRkFBb0YsQ0FBQztBQUMvSCxPQUFPLEVBQUUsdUJBQXVCLEVBQUUsTUFBTSw4RUFBOEUsQ0FBQztBQUN2SCxPQUFPLEVBQUUscUJBQXFCLEVBQUUsTUFBTSxzREFBc0QsQ0FBQztBQUM3RixPQUFPLEVBQUUsa0JBQWtCLEVBQUUsTUFBTSw0REFBNEQsQ0FBQztBQUVoRyxPQUFPLEVBQUUsaUJBQWlCLEVBQUUsTUFBTSx5Q0FBeUMsQ0FBQztBQUU1RSxjQUFjLGtCQUFrQixDQUFDIiwic291cmNlc0NvbnRlbnQiOlsiZXhwb3J0IHsgRnNDb250ZW50TGF5b3V0c01vZHVsZSB9IGZyb20gJy4vYXBwL21vZHVsZXMvY29udGVudC1sYXlvdXRzL2ZzLWNvbnRlbnQtbGF5b3V0cy5tb2R1bGUnO1xuZXhwb3J0IHsgRnNDb250ZW50UGFnZXNNb2R1bGUgfSBmcm9tICcuL2FwcC9tb2R1bGVzL2NvbnRlbnQtcGFnZXMvZnMtY29udGVudC1wYWdlcy5tb2R1bGUnO1xuZXhwb3J0IHsgRnNDb250ZW50U3R5bGVNb2R1bGUgfSBmcm9tICcuL2FwcC9tb2R1bGVzL2NvbnRlbnQtc3R5bGUvZnMtY29udGVudC1zdHlsZS5tb2R1bGUnO1xuZXhwb3J0IHsgRnNDb250ZW50TW9kdWxlIH0gZnJvbSAnLi9hcHAvbW9kdWxlcy9jb250ZW50L2ZzLWNvbnRlbnQubW9kdWxlJztcblxuZXhwb3J0IHsgRnNDb250ZW50TGF5b3V0c0NvbXBvbmVudCB9IGZyb20gJy4vYXBwL21vZHVsZXMvY29udGVudC1sYXlvdXRzL2NvbXBvbmVudHMvY29udGVudC1sYXlvdXRzL2NvbnRlbnQtbGF5b3V0cy5jb21wb25lbnQnO1xuZXhwb3J0IHsgRnNDb250ZW50UGFnZXNDb21wb25lbnQgfSBmcm9tICcuL2FwcC9tb2R1bGVzL2NvbnRlbnQtcGFnZXMvY29tcG9uZW50cy9jb250ZW50LXBhZ2VzL2NvbnRlbnQtcGFnZXMuY29tcG9uZW50JztcbmV4cG9ydCB7IENvbnRlbnRTdHlsZUNvbXBvbmVudCB9IGZyb20gJy4vYXBwL21vZHVsZXMvY29udGVudC1zdHlsZS9jb21wb25lbnRzL2NvbnRlbnQtc3R5bGUnO1xuZXhwb3J0IHsgRnNDb250ZW50Q29tcG9uZW50IH0gZnJvbSAnLi9hcHAvbW9kdWxlcy9jb250ZW50L2NvbXBvbmVudHMvY29udGVudC9jb250ZW50LmNvbXBvbmVudCc7XG5cbmV4cG9ydCB7IEZTX0NPTlRFTlRfQ09ORklHIH0gZnJvbSAnLi9hcHAvaW5qZWN0b3JzL2NvbnRlbnQtY29uZmlnLmluamVjdG9yJztcblxuZXhwb3J0ICogZnJvbSAnLi9hcHAvaW50ZXJmYWNlcyc7XG5cbiJdfQ==
|