shop-components 0.1.47 → 0.1.48
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/dist/shop-components.mjs
CHANGED
|
@@ -62488,6 +62488,9 @@ class vK extends Ie {
|
|
|
62488
62488
|
height: A.y
|
|
62489
62489
|
};
|
|
62490
62490
|
}
|
|
62491
|
+
get goodsSize() {
|
|
62492
|
+
return this._goodsSize;
|
|
62493
|
+
}
|
|
62491
62494
|
get showController() {
|
|
62492
62495
|
return this._showController;
|
|
62493
62496
|
}
|
|
@@ -62555,7 +62558,7 @@ class vK extends Ie {
|
|
|
62555
62558
|
this._generateAmr(e.clone(!0)), e = null, this._emitter.emit("amr-loaded");
|
|
62556
62559
|
}
|
|
62557
62560
|
changeSkin(A, e) {
|
|
62558
|
-
A && (A.change(e), this._app && this._app.usePathTracing && (this._app.sampleCount = 0, this._app.pathTracer.
|
|
62561
|
+
A && (A.change(e), this._app && this._app.usePathTracing && (this._app.sampleCount = 0, this._app.usePathTracing && (this._app.pathTracer.pausePathTracing = !1, this._app.pathTracer.updateMaterials())));
|
|
62559
62562
|
}
|
|
62560
62563
|
changeLogo(A, e) {
|
|
62561
62564
|
A.change(e.url, new uA(e.scaleX, e.scaleY), new uA(
|