shop-components 0.3.1 → 0.3.3

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.
@@ -106,6 +106,7 @@ export declare class Scene3D {
106
106
  private _ground;
107
107
  private light;
108
108
  private _amrRender;
109
+ private _lastTarget;
109
110
  get usePathTracing(): boolean;
110
111
  private _clearAmrContent;
111
112
  private _shadowMode;
@@ -80,6 +80,7 @@ export declare class Slot extends CSS2DObject {
80
80
  addFunctions(fs: string[]): void;
81
81
  changeName(name: string): void;
82
82
  clearSlot(): void;
83
+ get disabled(): boolean;
83
84
  enable(): void;
84
85
  disable(): void;
85
86
  hide(): void;