@netless/app-presentation 0.1.9-beta.8 → 0.1.9
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-zh.md +173 -0
- package/README.md +94 -1
- package/dist/index.global.js +2 -2
- package/dist/index.js +2 -2
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +2 -2
- package/dist/index.mjs.map +1 -1
- package/package.json +4 -2
package/dist/index.mjs
CHANGED
|
@@ -7299,7 +7299,7 @@ var NetlessAppPresentation = {
|
|
|
7299
7299
|
};
|
|
7300
7300
|
const box = context.getBox();
|
|
7301
7301
|
const app = dispose2.add(createPresentation(box, pages, jumpPage, pageIndex$, view, options.thumbnail, options.useClipView));
|
|
7302
|
-
app.contentDOM.dataset.appPresentationVersion = "0.1.9
|
|
7302
|
+
app.contentDOM.dataset.appPresentationVersion = "0.1.9";
|
|
7303
7303
|
app.scaleDocsToFit = scaleDocsToFit;
|
|
7304
7304
|
app.log = log;
|
|
7305
7305
|
if (options.justDocsViewReadonly) {
|
|
@@ -7618,7 +7618,7 @@ var install = (register, options = {}) => {
|
|
|
7618
7618
|
};
|
|
7619
7619
|
|
|
7620
7620
|
// src/index.ts
|
|
7621
|
-
var version = "0.1.9
|
|
7621
|
+
var version = "0.1.9";
|
|
7622
7622
|
/*! Bundled license information:
|
|
7623
7623
|
|
|
7624
7624
|
lodash/lodash.js:
|