pptx-angular-viewer 1.7.2 → 1.8.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/package.json
CHANGED
|
@@ -2666,6 +2666,9 @@ declare class AccessibilityService {
|
|
|
2666
2666
|
/** Lifecycle status of the autosave engine (mirrors React's `AutosaveStatus`). */
|
|
2667
2667
|
type AutosaveStatus = {
|
|
2668
2668
|
state: 'idle';
|
|
2669
|
+
} | {
|
|
2670
|
+
state: 'disabled';
|
|
2671
|
+
reason: string;
|
|
2669
2672
|
} | {
|
|
2670
2673
|
state: 'saving';
|
|
2671
2674
|
} | {
|