polotno 2.4.3 → 2.4.5
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/canvas/image-element.js +1 -1
- package/canvas/tooltip.js +1 -1
- package/canvas/workspace-canvas.js +1 -1
- package/model/group-model.js +1 -1
- package/model/page-model.js +1 -1
- package/model/store.d.ts +1 -0
- package/model/store.js +1 -1
- package/package.json +6 -6
- package/paths.75b2ecb3.js +2 -0
- package/paths.75b2ecb3.js.map +1 -0
- package/paths.a41a3c82.js +2 -0
- package/paths.a41a3c82.js.map +1 -0
- package/polotno-app.d.ts +2 -0
- package/polotno.bundle.js +49 -49
- package/side-panel/layers-panel.js +1 -1
- package/side-panel/side-panel.js +1 -1
- package/toolbar/html-toolbar.d.ts +0 -3
- package/toolbar/html-toolbar.js +1 -1
- package/utils/unit.d.ts +2 -2
- package/paths.2e610860.js +0 -2
- package/paths.2e610860.js.map +0 -1
- package/paths.946136e3.js +0 -2
- package/paths.946136e3.js.map +0 -1
package/polotno-app.d.ts
CHANGED
|
@@ -383,6 +383,7 @@ export declare function createPolotnoApp({ container, key, showCredit, sections
|
|
|
383
383
|
moveElementBottom(id: any): void;
|
|
384
384
|
}, import("mobx-state-tree")._NotCustomized, {}>>;
|
|
385
385
|
readonly duration: number;
|
|
386
|
+
readonly _hasCroppedImages: any;
|
|
386
387
|
find(callback: (element: any) => boolean): any;
|
|
387
388
|
getElementById(id: string): any;
|
|
388
389
|
} & {
|
|
@@ -862,6 +863,7 @@ export declare function createPolotnoApp({ container, key, showCredit, sections
|
|
|
862
863
|
moveElementBottom(id: any): void;
|
|
863
864
|
}, import("mobx-state-tree")._NotCustomized, {}>>;
|
|
864
865
|
readonly duration: number;
|
|
866
|
+
readonly _hasCroppedImages: any;
|
|
865
867
|
find(callback: (element: any) => boolean): any;
|
|
866
868
|
getElementById(id: string): any;
|
|
867
869
|
} & {
|