shop-components 0.4.13 → 0.4.14

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.
@@ -53,6 +53,7 @@ export declare class Amr extends Object3D {
53
53
  private _rollerBaffle;
54
54
  private _liftBrackets;
55
55
  private _rollerTop;
56
+ private _videoCache;
56
57
  private _rollerColumns;
57
58
  private _bodyOpacity;
58
59
  private _masts;
@@ -11,6 +11,7 @@ export declare class GoodsBox extends Mesh {
11
11
  hide(): void;
12
12
  show(): void;
13
13
  dispose(): void;
14
+ clearAll(): void;
14
15
  clone(recursive?: boolean): this;
15
16
  private _generate;
16
17
  }