@rangertechnologies/ngnxt 2.1.200 → 2.1.202
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.
- package/esm2022/environments/version.mjs +2 -2
- package/esm2022/lib/components/datatable/datatable.component.mjs +1 -6
- package/esm2022/lib/pages/pdfDesigner/pdf-designer/pdf-designer.component.mjs +32 -8
- package/esm2022/lib/services/pdf-designer.service.mjs +6 -3
- package/fesm2022/rangertechnologies-ngnxt.mjs +53 -31
- package/fesm2022/rangertechnologies-ngnxt.mjs.map +1 -1
- package/lib/pages/pdfDesigner/pdf-designer/pdf-designer.component.d.ts +1 -0
- package/package.json +1 -1
- package/rangertechnologies-ngnxt-2.1.202.tgz +0 -0
- package/rangertechnologies-ngnxt-2.1.200.tgz +0 -0
|
@@ -99,6 +99,7 @@ export declare class PdfDesignerComponent {
|
|
|
99
99
|
moveDown(): void;
|
|
100
100
|
moveUp(): void;
|
|
101
101
|
private flipAfterRotate;
|
|
102
|
+
onImageSizeChange(): void;
|
|
102
103
|
imageCropped(event: any): Promise<void>;
|
|
103
104
|
cropperReady(sourceImageDimensions: Dimensions): void;
|
|
104
105
|
convertBlobToBase64(objectUrl: string): Promise<string>;
|
package/package.json
CHANGED
|
Binary file
|
|
Binary file
|