spire.presentation 10.3.0 → 10.9.0
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/README.md +1 -1
- package/Spire.Presentation.Base.js +36 -37
- package/Spire.Presentation.Base.wasm +0 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
# Spire.Presentation for JavaScript
|
|
2
2
|
A powerful presentation processing library for developers to create, read, edit, and convert PowerPoint files in JavaScript.
|
|
3
3
|
|
|
4
|
-
[](https://www.e-iceblue.com/Introduce/presentation-for-javascript.html)
|
|
5
5
|
|
|
6
6
|
[Product Page](https://www.e-iceblue.com/Introduce/presentation-for-javascript.html) | Documentation | Examples | [Forum](https://www.e-iceblue.com/forum/spire-presentation-f14.html) | [Temporary License](https://www.e-iceblue.com/TemLicense.html) | [Customized Demo](https://www.e-iceblue.com/Misc/customized-demo.html)
|
|
7
7
|
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*
|
|
2
|
-
* Spire.Presentation for JavaScript 10.
|
|
2
|
+
* Spire.Presentation for JavaScript 10.9.0
|
|
3
3
|
*/
|
|
4
4
|
|
|
5
5
|
|
|
@@ -5578,12 +5578,6 @@ var ASM_CONSTS = {
|
|
|
5578
5578
|
}
|
|
5579
5579
|
}
|
|
5580
5580
|
|
|
5581
|
-
/** @type {function(...*):?} */
|
|
5582
|
-
function _gnu_get_libc_version(
|
|
5583
|
-
) {
|
|
5584
|
-
err('missing function: gnu_get_libc_version'); abort(-1);
|
|
5585
|
-
}
|
|
5586
|
-
|
|
5587
5581
|
function __isLeapYear(year) {
|
|
5588
5582
|
return year%4 === 0 && (year%100 !== 0 || year%400 === 0);
|
|
5589
5583
|
}
|
|
@@ -6236,7 +6230,6 @@ var asmLibraryArg = {
|
|
|
6236
6230
|
"fd_seek": _fd_seek,
|
|
6237
6231
|
"fd_sync": _fd_sync,
|
|
6238
6232
|
"fd_write": _fd_write,
|
|
6239
|
-
"gnu_get_libc_version": _gnu_get_libc_version,
|
|
6240
6233
|
"invoke_ii": invoke_ii,
|
|
6241
6234
|
"invoke_iii": invoke_iii,
|
|
6242
6235
|
"invoke_iiii": invoke_iiii,
|
|
@@ -10396,6 +10389,9 @@ var _ShapeList_get_Count = Module["_ShapeList_get_Count"] = createExportWrapper(
|
|
|
10396
10389
|
/** @type {function(...*):?} */
|
|
10397
10390
|
var _ShapeList_Equals = Module["_ShapeList_Equals"] = createExportWrapper("ShapeList_Equals");
|
|
10398
10391
|
|
|
10392
|
+
/** @type {function(...*):?} */
|
|
10393
|
+
var _ShapeList_AddFromSVGAsShapes = Module["_ShapeList_AddFromSVGAsShapes"] = createExportWrapper("ShapeList_AddFromSVGAsShapes");
|
|
10394
|
+
|
|
10399
10395
|
/** @type {function(...*):?} */
|
|
10400
10396
|
var _ShapeList_AddFromSVG = Module["_ShapeList_AddFromSVG"] = createExportWrapper("ShapeList_AddFromSVG");
|
|
10401
10397
|
|
|
@@ -11155,6 +11151,9 @@ var _Presentation_RemoveEncryption = Module["_Presentation_RemoveEncryption"] =
|
|
|
11155
11151
|
/** @type {function(...*):?} */
|
|
11156
11152
|
var _Presentation_Encrypt = Module["_Presentation_Encrypt"] = createExportWrapper("Presentation_Encrypt");
|
|
11157
11153
|
|
|
11154
|
+
/** @type {function(...*):?} */
|
|
11155
|
+
var _Presentation_OnlineSaveToFile = Module["_Presentation_OnlineSaveToFile"] = createExportWrapper("Presentation_OnlineSaveToFile");
|
|
11156
|
+
|
|
11158
11157
|
/** @type {function(...*):?} */
|
|
11159
11158
|
var _Presentation_SaveToFileFF = Module["_Presentation_SaveToFileFF"] = createExportWrapper("Presentation_SaveToFileFF");
|
|
11160
11159
|
|
|
@@ -17951,11 +17950,11 @@ var stackRestore = Module["stackRestore"] = createExportWrapper("stackRestore");
|
|
|
17951
17950
|
/** @type {function(...*):?} */
|
|
17952
17951
|
var stackAlloc = Module["stackAlloc"] = createExportWrapper("stackAlloc");
|
|
17953
17952
|
|
|
17954
|
-
var ___Module__DATA = Module['___Module__DATA'] =
|
|
17955
|
-
function
|
|
17953
|
+
var ___Module__DATA = Module['___Module__DATA'] = 22157320;
|
|
17954
|
+
function invoke_vii(index,a1,a2) {
|
|
17956
17955
|
var sp = stackSave();
|
|
17957
17956
|
try {
|
|
17958
|
-
|
|
17957
|
+
getWasmTableEntry(index)(a1,a2);
|
|
17959
17958
|
} catch(e) {
|
|
17960
17959
|
stackRestore(sp);
|
|
17961
17960
|
if (e !== e+0) throw e;
|
|
@@ -17963,10 +17962,10 @@ function invoke_ii(index,a1) {
|
|
|
17963
17962
|
}
|
|
17964
17963
|
}
|
|
17965
17964
|
|
|
17966
|
-
function
|
|
17965
|
+
function invoke_ii(index,a1) {
|
|
17967
17966
|
var sp = stackSave();
|
|
17968
17967
|
try {
|
|
17969
|
-
return getWasmTableEntry(index)(a1
|
|
17968
|
+
return getWasmTableEntry(index)(a1);
|
|
17970
17969
|
} catch(e) {
|
|
17971
17970
|
stackRestore(sp);
|
|
17972
17971
|
if (e !== e+0) throw e;
|
|
@@ -17974,10 +17973,10 @@ function invoke_iii(index,a1,a2) {
|
|
|
17974
17973
|
}
|
|
17975
17974
|
}
|
|
17976
17975
|
|
|
17977
|
-
function
|
|
17976
|
+
function invoke_viiii(index,a1,a2,a3,a4) {
|
|
17978
17977
|
var sp = stackSave();
|
|
17979
17978
|
try {
|
|
17980
|
-
getWasmTableEntry(index)(a1,a2,a3);
|
|
17979
|
+
getWasmTableEntry(index)(a1,a2,a3,a4);
|
|
17981
17980
|
} catch(e) {
|
|
17982
17981
|
stackRestore(sp);
|
|
17983
17982
|
if (e !== e+0) throw e;
|
|
@@ -17985,10 +17984,10 @@ function invoke_viii(index,a1,a2,a3) {
|
|
|
17985
17984
|
}
|
|
17986
17985
|
}
|
|
17987
17986
|
|
|
17988
|
-
function
|
|
17987
|
+
function invoke_iii(index,a1,a2) {
|
|
17989
17988
|
var sp = stackSave();
|
|
17990
17989
|
try {
|
|
17991
|
-
return getWasmTableEntry(index)(a1,a2
|
|
17990
|
+
return getWasmTableEntry(index)(a1,a2);
|
|
17992
17991
|
} catch(e) {
|
|
17993
17992
|
stackRestore(sp);
|
|
17994
17993
|
if (e !== e+0) throw e;
|
|
@@ -17996,10 +17995,10 @@ function invoke_iiii(index,a1,a2,a3) {
|
|
|
17996
17995
|
}
|
|
17997
17996
|
}
|
|
17998
17997
|
|
|
17999
|
-
function
|
|
17998
|
+
function invoke_vi(index,a1) {
|
|
18000
17999
|
var sp = stackSave();
|
|
18001
18000
|
try {
|
|
18002
|
-
getWasmTableEntry(index)(a1
|
|
18001
|
+
getWasmTableEntry(index)(a1);
|
|
18003
18002
|
} catch(e) {
|
|
18004
18003
|
stackRestore(sp);
|
|
18005
18004
|
if (e !== e+0) throw e;
|
|
@@ -18007,10 +18006,10 @@ function invoke_vii(index,a1,a2) {
|
|
|
18007
18006
|
}
|
|
18008
18007
|
}
|
|
18009
18008
|
|
|
18010
|
-
function
|
|
18009
|
+
function invoke_iiii(index,a1,a2,a3) {
|
|
18011
18010
|
var sp = stackSave();
|
|
18012
18011
|
try {
|
|
18013
|
-
getWasmTableEntry(index)(a1,a2,a3
|
|
18012
|
+
return getWasmTableEntry(index)(a1,a2,a3);
|
|
18014
18013
|
} catch(e) {
|
|
18015
18014
|
stackRestore(sp);
|
|
18016
18015
|
if (e !== e+0) throw e;
|
|
@@ -18018,10 +18017,10 @@ function invoke_viiii(index,a1,a2,a3,a4) {
|
|
|
18018
18017
|
}
|
|
18019
18018
|
}
|
|
18020
18019
|
|
|
18021
|
-
function
|
|
18020
|
+
function invoke_viiiii(index,a1,a2,a3,a4,a5) {
|
|
18022
18021
|
var sp = stackSave();
|
|
18023
18022
|
try {
|
|
18024
|
-
getWasmTableEntry(index)(a1);
|
|
18023
|
+
getWasmTableEntry(index)(a1,a2,a3,a4,a5);
|
|
18025
18024
|
} catch(e) {
|
|
18026
18025
|
stackRestore(sp);
|
|
18027
18026
|
if (e !== e+0) throw e;
|
|
@@ -18040,10 +18039,10 @@ function invoke_iiiii(index,a1,a2,a3,a4) {
|
|
|
18040
18039
|
}
|
|
18041
18040
|
}
|
|
18042
18041
|
|
|
18043
|
-
function
|
|
18042
|
+
function invoke_viii(index,a1,a2,a3) {
|
|
18044
18043
|
var sp = stackSave();
|
|
18045
18044
|
try {
|
|
18046
|
-
|
|
18045
|
+
getWasmTableEntry(index)(a1,a2,a3);
|
|
18047
18046
|
} catch(e) {
|
|
18048
18047
|
stackRestore(sp);
|
|
18049
18048
|
if (e !== e+0) throw e;
|
|
@@ -18051,10 +18050,10 @@ function invoke_iiiiiiiiii(index,a1,a2,a3,a4,a5,a6,a7,a8,a9) {
|
|
|
18051
18050
|
}
|
|
18052
18051
|
}
|
|
18053
18052
|
|
|
18054
|
-
function
|
|
18053
|
+
function invoke_iiiiii(index,a1,a2,a3,a4,a5) {
|
|
18055
18054
|
var sp = stackSave();
|
|
18056
18055
|
try {
|
|
18057
|
-
return getWasmTableEntry(index)(a1,a2,a3,a4,a5
|
|
18056
|
+
return getWasmTableEntry(index)(a1,a2,a3,a4,a5);
|
|
18058
18057
|
} catch(e) {
|
|
18059
18058
|
stackRestore(sp);
|
|
18060
18059
|
if (e !== e+0) throw e;
|
|
@@ -18062,10 +18061,10 @@ function invoke_iiiiiii(index,a1,a2,a3,a4,a5,a6) {
|
|
|
18062
18061
|
}
|
|
18063
18062
|
}
|
|
18064
18063
|
|
|
18065
|
-
function
|
|
18064
|
+
function invoke_iiiiiii(index,a1,a2,a3,a4,a5,a6) {
|
|
18066
18065
|
var sp = stackSave();
|
|
18067
18066
|
try {
|
|
18068
|
-
getWasmTableEntry(index)();
|
|
18067
|
+
return getWasmTableEntry(index)(a1,a2,a3,a4,a5,a6);
|
|
18069
18068
|
} catch(e) {
|
|
18070
18069
|
stackRestore(sp);
|
|
18071
18070
|
if (e !== e+0) throw e;
|
|
@@ -18073,10 +18072,10 @@ function invoke_v(index) {
|
|
|
18073
18072
|
}
|
|
18074
18073
|
}
|
|
18075
18074
|
|
|
18076
|
-
function
|
|
18075
|
+
function invoke_viiiiiiiii(index,a1,a2,a3,a4,a5,a6,a7,a8,a9) {
|
|
18077
18076
|
var sp = stackSave();
|
|
18078
18077
|
try {
|
|
18079
|
-
getWasmTableEntry(index)(a1,a2,a3,a4,a5);
|
|
18078
|
+
getWasmTableEntry(index)(a1,a2,a3,a4,a5,a6,a7,a8,a9);
|
|
18080
18079
|
} catch(e) {
|
|
18081
18080
|
stackRestore(sp);
|
|
18082
18081
|
if (e !== e+0) throw e;
|
|
@@ -18084,10 +18083,10 @@ function invoke_viiiii(index,a1,a2,a3,a4,a5) {
|
|
|
18084
18083
|
}
|
|
18085
18084
|
}
|
|
18086
18085
|
|
|
18087
|
-
function
|
|
18086
|
+
function invoke_viiiiii(index,a1,a2,a3,a4,a5,a6) {
|
|
18088
18087
|
var sp = stackSave();
|
|
18089
18088
|
try {
|
|
18090
|
-
|
|
18089
|
+
getWasmTableEntry(index)(a1,a2,a3,a4,a5,a6);
|
|
18091
18090
|
} catch(e) {
|
|
18092
18091
|
stackRestore(sp);
|
|
18093
18092
|
if (e !== e+0) throw e;
|
|
@@ -18095,10 +18094,10 @@ function invoke_iiiiii(index,a1,a2,a3,a4,a5) {
|
|
|
18095
18094
|
}
|
|
18096
18095
|
}
|
|
18097
18096
|
|
|
18098
|
-
function
|
|
18097
|
+
function invoke_iiiiiiiiii(index,a1,a2,a3,a4,a5,a6,a7,a8,a9) {
|
|
18099
18098
|
var sp = stackSave();
|
|
18100
18099
|
try {
|
|
18101
|
-
getWasmTableEntry(index)(a1,a2,a3,a4,a5,a6,a7,a8,a9);
|
|
18100
|
+
return getWasmTableEntry(index)(a1,a2,a3,a4,a5,a6,a7,a8,a9);
|
|
18102
18101
|
} catch(e) {
|
|
18103
18102
|
stackRestore(sp);
|
|
18104
18103
|
if (e !== e+0) throw e;
|
|
@@ -18106,10 +18105,10 @@ function invoke_viiiiiiiii(index,a1,a2,a3,a4,a5,a6,a7,a8,a9) {
|
|
|
18106
18105
|
}
|
|
18107
18106
|
}
|
|
18108
18107
|
|
|
18109
|
-
function
|
|
18108
|
+
function invoke_v(index) {
|
|
18110
18109
|
var sp = stackSave();
|
|
18111
18110
|
try {
|
|
18112
|
-
getWasmTableEntry(index)(
|
|
18111
|
+
getWasmTableEntry(index)();
|
|
18113
18112
|
} catch(e) {
|
|
18114
18113
|
stackRestore(sp);
|
|
18115
18114
|
if (e !== e+0) throw e;
|
|
Binary file
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "spire.presentation",
|
|
3
|
-
"version": "10.
|
|
3
|
+
"version": "10.9.0",
|
|
4
4
|
"description": "Spire.Presentation for JavaScript is a powerful presentation processing library designed for developers in JavaScript applications. It is fully compatible with popular JavaScript frameworks like Vue, React, and Angular.",
|
|
5
5
|
"main": "Spire.Presentation.Base.js",
|
|
6
6
|
"scripts": {
|