shop-components 0.4.28 → 0.4.30

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.
@@ -82,6 +82,7 @@ export declare class Amr extends Object3D {
82
82
  private _shapeKeyTimer;
83
83
  private _shapeKeyCache;
84
84
  private _shapekeyRules;
85
+ shapeKeyDirty: boolean;
85
86
  private _materialsCache;
86
87
  opacityCache: undefined | number;
87
88
  actions: string[];
@@ -201,4 +202,5 @@ export declare class Amr extends Object3D {
201
202
  pauseAction(name: string): void;
202
203
  stopAction(name: string, fadeOut?: number): Promise<void>;
203
204
  stopAllActions(fadeOut?: number): Promise<void>;
205
+ playVideos(): void;
204
206
  }
@@ -108,6 +108,7 @@ export declare class Scene3D {
108
108
  private _lastTarget;
109
109
  get usePathTracing(): boolean;
110
110
  private _clearAmrContent;
111
+ private _invalidateMorphGeometries;
111
112
  private _shadowMode;
112
113
  get shadowMode(): boolean;
113
114
  set shadowMode(use: boolean);