@vvfx/sdk 0.0.0-alpha.72 → 0.0.0-alpha.74
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/dist/index.cjs +1 -1
- package/dist/index.d.cts +1 -0
- package/dist/index.d.ts +1 -0
- package/dist/index.global.js +1 -1
- package/dist/index.js +1 -1
- package/package.json +1 -1
package/dist/index.d.cts
CHANGED
|
@@ -1066,6 +1066,7 @@ declare class SDK {
|
|
|
1066
1066
|
constructor(container: HTMLElement, mode?: SDKMode);
|
|
1067
1067
|
get container(): HTMLElement;
|
|
1068
1068
|
get pageData(): PageData | undefined;
|
|
1069
|
+
private get initExporterEnabled();
|
|
1069
1070
|
get exportStatus(): string | undefined;
|
|
1070
1071
|
get undoRedo(): UndoRedo;
|
|
1071
1072
|
private get exportOptions();
|
package/dist/index.d.ts
CHANGED
|
@@ -1066,6 +1066,7 @@ declare class SDK {
|
|
|
1066
1066
|
constructor(container: HTMLElement, mode?: SDKMode);
|
|
1067
1067
|
get container(): HTMLElement;
|
|
1068
1068
|
get pageData(): PageData | undefined;
|
|
1069
|
+
private get initExporterEnabled();
|
|
1069
1070
|
get exportStatus(): string | undefined;
|
|
1070
1071
|
get undoRedo(): UndoRedo;
|
|
1071
1072
|
private get exportOptions();
|