You're Invited: Meet the Socket team at BSidesSF and RSAC - April 27 - May 1.RSVP

@grapecity/gcimageviewer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@grapecity/gcimageviewer - npm Package Compare versions

Comparing version

to
7.2.1

@@ -7,2 +7,8 @@ # Changelog

## [7.2.1] - 28-Aug-2024
## Fixed
- An error message is shown when opening certain ICO images. (DOC-6428)
- Unable to set frameIndex before ICO image fully loads. (DOC-6462)
- [API Docs] The "effectsTools" is missing. (DOC-6339)
## [7.2.0] - 07-Aug-2024

@@ -9,0 +15,0 @@ ### Added

{
"name": "@grapecity/gcimageviewer",
"version": "7.2.0",
"version": "7.2.1",
"description": "Document Solutions Image Viewer",

@@ -5,0 +5,0 @@ "author": "Mescius, inc",

@@ -47,2 +47,8 @@ # Document Solutions Image Viewer

## [7.2.1] - 28-Aug-2024
## Fixed
- An error message is shown when opening certain ICO images. (DOC-6428)
- Unable to set frameIndex before ICO image fully loads. (DOC-6462)
- [API Docs] The "effectsTools" is missing. (DOC-6339)
## [7.2.0] - 07-Aug-2024

@@ -49,0 +55,0 @@ ### Added

@@ -28,2 +28,3 @@ /// <reference path="../../vendor/react/react.d.ts" />

private _panSupport?;
private _initialFrameIndex?;
private _naturalSize;

@@ -52,2 +53,3 @@ private _imageFormat;

};
get initialFrameIndex(): number;
get naturalSize(): {

@@ -54,0 +56,0 @@ width: number;

@@ -12,3 +12,3 @@ import 'whatwg-fetch';

constructor(parentContainer: HTMLElement, imagePaneView: ImagePaneView);
open(sink: GcImageViewerRunEventsSink, uri: string, _imageDPI?: number, imageFormat?: ImageFormatCode, frameIndex?: number): void;
open(sink: GcImageViewerRunEventsSink, uri: string, _imageDPI?: number, imageFormat?: ImageFormatCode): void;
show(): void;

@@ -53,4 +53,4 @@ setImageDataUrl(dataUrl: any): Promise<void>;

_onCurrentPageChanged(frameIndex: number): void;
open(sink: GcImageViewerRunEventsSink, filename: string, frameIndex?: number): void;
open(sink: GcImageViewerRunEventsSink, filename: string): void;
showError(text?: string): void;
}

@@ -50,4 +50,4 @@ import { ImagePaneView } from "../ImageDocumentViewer/ImagePaneView";

_onCurrentPageChanged(): void;
open(sink: GcImageViewerRunEventsSink, filename: string, frameIndex?: number): void;
open(sink: GcImageViewerRunEventsSink, filename: string): void;
showError(text?: string): void;
}

@@ -125,3 +125,3 @@ //@ts-ignore

updateSecondToolbarPosition(): void;
_pendingFrameIndexFix?: number;
initialFrameIndex?: number;
private _onStateChange;

@@ -128,0 +128,0 @@ isPanelAvailable(panelId: string): boolean;

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display