@firestitch/markdown-editor 18.0.0 → 18.0.1

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.
@@ -3,10 +3,6 @@ import { ControlValueAccessor, ValidationErrors, Validator } from '@angular/form
3
3
  import { FsMarkdownEditorConfig } from '../../interfaces/markdown-editor-config';
4
4
  import * as i0 from "@angular/core";
5
5
  export declare class FsMarkdownEditorComponent implements OnInit, AfterViewInit, ControlValueAccessor, Validator, OnDestroy {
6
- private _defaultConfig;
7
- private _cdRef;
8
- private _loader;
9
- private _zone;
10
6
  editorRef: ElementRef;
11
7
  classFocused: boolean;
12
8
  config: FsMarkdownEditorConfig;
@@ -21,6 +17,10 @@ export declare class FsMarkdownEditorComponent implements OnInit, AfterViewInit,
21
17
  private _markdown;
22
18
  private _editorReady;
23
19
  private _destroy$;
20
+ private _defaultConfig;
21
+ private _cdRef;
22
+ private _loader;
23
+ private _zone;
24
24
  get markdown(): string;
25
25
  ngOnInit(): void;
26
26
  ngAfterViewInit(): void;
@@ -3,10 +3,10 @@ import * as i0 from "@angular/core";
3
3
  export declare class FsMilkdownLoaderService {
4
4
  private _document;
5
5
  private _loaded;
6
- private _stylesLoaded;
6
+ private _loading;
7
7
  private _loaded$;
8
8
  get loaded$(): Observable<boolean>;
9
- loadStyles(): void;
9
+ load(): void;
10
10
  static ɵfac: i0.ɵɵFactoryDeclaration<FsMilkdownLoaderService, never>;
11
11
  static ɵprov: i0.ɵɵInjectableDeclaration<FsMilkdownLoaderService>;
12
12
  }