@unifylib/ui-lib 1.1.35 → 1.1.36

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.
@@ -12,7 +12,6 @@ import { MatDatepicker } from "@angular/material/datepicker";
12
12
  import { MatAutocompleteSelectedEvent } from "@angular/material/autocomplete";
13
13
  import { BehaviorSubject } from "rxjs";
14
14
  import { LiveAnnouncer } from "@angular/cdk/a11y";
15
- import ClassicEditor from "@ckeditor/ckeditor5-build-classic";
16
15
  import { Moment } from "moment/moment";
17
16
  import * as i0 from "@angular/core";
18
17
  export declare const DD_MM_YYYY_Format: {
@@ -32,7 +31,6 @@ export declare class BaseFormCanvasComponent implements OnInit, OnChanges, OnDes
32
31
  protected backendService: BackendService;
33
32
  private fb;
34
33
  private announcer;
35
- Editor: typeof ClassicEditor;
36
34
  hide: boolean;
37
35
  dateViewMode: 'month' | 'year' | 'multi-year';
38
36
  pageInfo: PageInfo;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@unifylib/ui-lib",
3
- "version": "1.1.35",
3
+ "version": "1.1.36",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^17.3.12",
6
6
  "@angular/core": "^17.3.12"