@acorex/components 20.2.41 → 20.2.43
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/fesm2022/acorex-components-image-editor.mjs +1 -0
- package/fesm2022/acorex-components-image-editor.mjs.map +1 -1
- package/fesm2022/acorex-components-phone-box.mjs +37 -0
- package/fesm2022/acorex-components-phone-box.mjs.map +1 -1
- package/fesm2022/acorex-components-tabs.mjs +8 -4
- package/fesm2022/acorex-components-tabs.mjs.map +1 -1
- package/fesm2022/acorex-components-tree2.mjs +44 -3
- package/fesm2022/acorex-components-tree2.mjs.map +1 -1
- package/package.json +14 -14
- package/phone-box/index.d.ts +1 -0
- package/tree2/index.d.ts +9 -0
|
@@ -653,6 +653,7 @@ class AXImageEditorViewComponent extends MXBaseComponent {
|
|
|
653
653
|
const cropImage = this.canvasElem().nativeElement.toDataURL('image/jpeg', 1);
|
|
654
654
|
this.setInitialImage(cropImage, false);
|
|
655
655
|
this.service.activeToolState.set(null);
|
|
656
|
+
this.saveImageChange();
|
|
656
657
|
}
|
|
657
658
|
/** @ignore */
|
|
658
659
|
rotateImage() {
|