shop-components 0.1.39 → 0.1.40
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/device-viewer/main.d.ts +1 -0
- package/dist/shop-components.mjs +8 -6
- package/dist/shop-components.umd.js +272 -272
- package/package.json +1 -1
package/dist/shop-components.mjs
CHANGED
|
@@ -62460,7 +62460,7 @@ class MI extends Ie {
|
|
|
62460
62460
|
o.computeLineDistances(), this.add(i, o);
|
|
62461
62461
|
}
|
|
62462
62462
|
}
|
|
62463
|
-
new uv();
|
|
62463
|
+
const oH = new uv();
|
|
62464
62464
|
class mK extends Ie {
|
|
62465
62465
|
constructor(A) {
|
|
62466
62466
|
super(), this._props = A, this._emitter = new Vr(), this.addEventListener = this._emitter.addListener.bind(this._emitter), this._container = new St(), this.sizeBox = new uK(), this._goodsSize = new bd(0, 0, 0), this._slots = [], this._logos = [], this._skins = [], this._levels = /* @__PURE__ */ new Map(), this._bodyOpacity = 1, this._masts = /* @__PURE__ */ new Map(), this._liftMaxHeight = 0, this._jackMaxHeight = 0, this._forkMaxHeight = 0, this.controllers = [], this.goods = [], this._breathLights = [], this._shelves = /* @__PURE__ */ new Map(), this._shelfMaxLevel = 1, this._shelveAnimateTimes = [], this._url = "", this._showController = !0, this._shapeKeys = /* @__PURE__ */ new Map(), this._materialsCache = /* @__PURE__ */ new Map(), this.opacityCache = void 0, this._url = A.url || "", this._url && this.load(this._url).then(), this.add(this._container), this._props.showSizeBox && this.add(this.sizeBox), this.showController = typeof A.showController == "boolean" ? A.showController : !0;
|
|
@@ -64968,7 +64968,7 @@ let U0;
|
|
|
64968
64968
|
zF.loadAsync(e5).then((n) => {
|
|
64969
64969
|
U0 = n;
|
|
64970
64970
|
});
|
|
64971
|
-
const
|
|
64971
|
+
const aH = new kO(A5);
|
|
64972
64972
|
class A2 {
|
|
64973
64973
|
constructor(A) {
|
|
64974
64974
|
this._props = A, this.name = "", this._timer = 0, this._offscreen = new OffscreenCanvas(0, 0), this._defaults = { ...A }, this.target = A.target, this.parent = this.target.parent, this.reset();
|
|
@@ -65029,7 +65029,7 @@ let la, vf = 0, W0 = 0;
|
|
|
65029
65029
|
const kF = () => {
|
|
65030
65030
|
la = void 0, vf = 0, W0 = 0;
|
|
65031
65031
|
}, jF = new si({ colorWrite: !1 });
|
|
65032
|
-
class
|
|
65032
|
+
class lH {
|
|
65033
65033
|
constructor(A) {
|
|
65034
65034
|
this.props = A, this.stats = new uc(), this.scene = new ka(), this.overlayScene = new ka(), this.renderer = new N2({
|
|
65035
65035
|
antialias: !0,
|
|
@@ -66987,13 +66987,14 @@ Xr = rl([
|
|
|
66987
66987
|
Md("image-cropper")
|
|
66988
66988
|
], Xr);
|
|
66989
66989
|
export {
|
|
66990
|
+
mK as Amr,
|
|
66990
66991
|
Xr as Cropper,
|
|
66991
66992
|
Ja as DeviceLines,
|
|
66992
66993
|
sH as Line,
|
|
66993
66994
|
A2 as Logo,
|
|
66994
66995
|
Xf as SGLBLoader,
|
|
66995
66996
|
xi as SLOT_EVENTS,
|
|
66996
|
-
|
|
66997
|
+
lH as Scene3D,
|
|
66997
66998
|
e2 as Skin,
|
|
66998
66999
|
E0 as Slot,
|
|
66999
67000
|
RF as SlotState,
|
|
@@ -67002,10 +67003,11 @@ export {
|
|
|
67002
67003
|
QG as createSGLBFile,
|
|
67003
67004
|
qG as downloadBlob,
|
|
67004
67005
|
XG as dracoExporter,
|
|
67005
|
-
|
|
67006
|
+
aH as font,
|
|
67006
67007
|
Bk as gltfExporter,
|
|
67007
67008
|
Bc as gltfLoader,
|
|
67008
67009
|
NG as imageBitmapToPixiTexture,
|
|
67009
67010
|
zx as imageBitmapToUrl,
|
|
67010
|
-
bR as isAppleDevice
|
|
67011
|
+
bR as isAppleDevice,
|
|
67012
|
+
oH as textureLoader
|
|
67011
67013
|
};
|