@libs-ui/components-image-editor 0.2.164 → 0.2.166

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.
@@ -37,7 +37,7 @@ export declare class LibsUiComponentsImageEditorComponent implements AfterViewIn
37
37
  readonly originUrl: import("@angular/core").InputSignal<string | undefined>;
38
38
  readonly nameFile: import("@angular/core").InputSignal<string | undefined>;
39
39
  readonly hasZoom: import("@angular/core").InputSignal<boolean>;
40
- readonly aspectRatio: import("@angular/core").ModelSignal<IAspectRatio | undefined>;
40
+ readonly aspectRatio: import("@angular/core").InputSignal<IAspectRatio | undefined>;
41
41
  readonly requiredCropFollowRatio: import("@angular/core").InputSignal<boolean>;
42
42
  readonly imageOrigin: import("@angular/core").Signal<ElementRef<any>>;
43
43
  readonly imageClip: import("@angular/core").Signal<ElementRef<any>>;
@@ -113,5 +113,5 @@ export declare class LibsUiComponentsImageEditorComponent implements AfterViewIn
113
113
  private setStylesElements;
114
114
  ngOnDestroy(): void;
115
115
  static ɵfac: i0.ɵɵFactoryDeclaration<LibsUiComponentsImageEditorComponent, [{ optional: true; }]>;
116
- static ɵcmp: i0.ɵɵComponentDeclaration<LibsUiComponentsImageEditorComponent, "libs_ui-components-image_editor", never, { "modeShowButton": { "alias": "modeShowButton"; "required": false; "isSignal": true; }; "mimetype": { "alias": "mimetype"; "required": false; "isSignal": true; }; "zIndex": { "alias": "zIndex"; "required": false; "isSignal": true; }; "imgSrc": { "alias": "imgSrc"; "required": true; "isSignal": true; }; "originUrl": { "alias": "originUrl"; "required": false; "isSignal": true; }; "nameFile": { "alias": "nameFile"; "required": false; "isSignal": true; }; "hasZoom": { "alias": "hasZoom"; "required": false; "isSignal": true; }; "aspectRatio": { "alias": "aspectRatio"; "required": false; "isSignal": true; }; "requiredCropFollowRatio": { "alias": "requiredCropFollowRatio"; "required": false; "isSignal": true; }; }, { "imgSrc": "imgSrcChange"; "aspectRatio": "aspectRatioChange"; "outClose": "outClose"; "outSaveFile": "outSaveFile"; "outFunctionsControl": "outFunctionsControl"; }, never, never, true, never>;
116
+ static ɵcmp: i0.ɵɵComponentDeclaration<LibsUiComponentsImageEditorComponent, "libs_ui-components-image_editor", never, { "modeShowButton": { "alias": "modeShowButton"; "required": false; "isSignal": true; }; "mimetype": { "alias": "mimetype"; "required": false; "isSignal": true; }; "zIndex": { "alias": "zIndex"; "required": false; "isSignal": true; }; "imgSrc": { "alias": "imgSrc"; "required": true; "isSignal": true; }; "originUrl": { "alias": "originUrl"; "required": false; "isSignal": true; }; "nameFile": { "alias": "nameFile"; "required": false; "isSignal": true; }; "hasZoom": { "alias": "hasZoom"; "required": false; "isSignal": true; }; "aspectRatio": { "alias": "aspectRatio"; "required": false; "isSignal": true; }; "requiredCropFollowRatio": { "alias": "requiredCropFollowRatio"; "required": false; "isSignal": true; }; }, { "imgSrc": "imgSrcChange"; "outClose": "outClose"; "outSaveFile": "outSaveFile"; "outFunctionsControl": "outFunctionsControl"; }, never, never, true, never>;
117
117
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@libs-ui/components-image-editor",
3
- "version": "0.2.164",
3
+ "version": "0.2.166",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^18.2.0",
6
6
  "@angular/core": "^18.2.0",