@libs-ui/components-image-editor 0.2.274 → 0.2.276

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.
@@ -28,7 +28,6 @@ export declare class LibsUiComponentsImageEditorComponent implements AfterViewIn
28
28
  private ratioValue;
29
29
  private readonly minHeight;
30
30
  private readonly minWidth;
31
- private readonly onDestroy;
32
31
  private resizeComponentRef?;
33
32
  readonly modeShowButton: import("@angular/core").InputSignal<MODE_EDIT>;
34
33
  readonly mimetype: import("@angular/core").InputSignal<string | undefined>;
@@ -61,6 +60,7 @@ export declare class LibsUiComponentsImageEditorComponent implements AfterViewIn
61
60
  }>;
62
61
  readonly outSaveFile: import("@angular/core").OutputEmitterRef<ISaveFile>;
63
62
  readonly outFunctionsControl: import("@angular/core").OutputEmitterRef<IImageEditorFunctionControlEvent>;
63
+ private destroyRef;
64
64
  private dynamicComponentService;
65
65
  constructor(linkImageError: string);
66
66
  ngAfterViewInit(): void;
package/package.json CHANGED
@@ -1,17 +1,17 @@
1
1
  {
2
2
  "name": "@libs-ui/components-image-editor",
3
- "version": "0.2.274",
3
+ "version": "0.2.276",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^18.2.0",
6
6
  "@angular/core": "^18.2.0",
7
- "@libs-ui/utils": "^0.2.274",
8
- "@libs-ui/components-buttons-button": "^0.2.274",
9
- "@libs-ui/components-inputs-valid": "^0.2.274",
10
- "@libs-ui/components-modal": "^0.2.274",
11
- "@libs-ui/components-popover": "^0.2.274",
12
- "@libs-ui/components-spinner": "^0.2.274",
13
- "@libs-ui/interfaces-types": "^0.2.274",
14
- "@libs-ui/services-dynamic-component": "^0.2.274",
7
+ "@libs-ui/utils": "^0.2.276",
8
+ "@libs-ui/components-buttons-button": "^0.2.276",
9
+ "@libs-ui/components-inputs-valid": "^0.2.276",
10
+ "@libs-ui/components-modal": "^0.2.276",
11
+ "@libs-ui/components-popover": "^0.2.276",
12
+ "@libs-ui/components-spinner": "^0.2.276",
13
+ "@libs-ui/interfaces-types": "^0.2.276",
14
+ "@libs-ui/services-dynamic-component": "^0.2.276",
15
15
  "@ngx-translate/core": "^15.0.0",
16
16
  "rxjs": "~7.8.0"
17
17
  },