@netless/slide 0.1.10 → 0.1.11
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/lib/PlayerController.js +1 -0
- package/lib/Slide.d.ts +8 -0
- package/lib/Slide.js +28 -28
- package/package.json +5 -3
package/lib/PlayerController.js
CHANGED
package/lib/Slide.d.ts
CHANGED
|
@@ -157,7 +157,14 @@ export declare class Slide extends Slide_base {
|
|
|
157
157
|
private frameResizeObserver;
|
|
158
158
|
private timestamp;
|
|
159
159
|
private mode;
|
|
160
|
+
private log;
|
|
161
|
+
private logId;
|
|
162
|
+
private lastEmitedState;
|
|
163
|
+
private persistLogId;
|
|
160
164
|
constructor(config: ISlideConfig);
|
|
165
|
+
private persistLog;
|
|
166
|
+
private handleSlideStateLog;
|
|
167
|
+
private handleLogDownload;
|
|
161
168
|
private setMedianControllerAttribute;
|
|
162
169
|
private frameResizeHandler;
|
|
163
170
|
private resizeView;
|
|
@@ -262,6 +269,7 @@ export declare class Slide extends Slide_base {
|
|
|
262
269
|
prevStep(): void;
|
|
263
270
|
private doPrevStep;
|
|
264
271
|
private emitStateChange;
|
|
272
|
+
private emitSyncDispatch;
|
|
265
273
|
/**
|
|
266
274
|
* 重置主序列动画
|
|
267
275
|
* @param index 将要重置到的步数
|