build-dxf 0.1.70 → 0.1.72
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/package.json +1 -1
- package/src/DomEventRegister.js +1 -3
- package/src/build.js +521 -234
- package/src/index.css +10 -2
- package/src/index.js +10 -10
- package/src/index3.js +7738 -6255
- package/src/utils/modelScenario/bayWindow.d.ts +5 -2
- package/src/utils/modelScenario/scenario.d.ts +1 -0
package/package.json
CHANGED
package/src/DomEventRegister.js
CHANGED
|
@@ -7,7 +7,7 @@ import { CSS3DObject, CSS3DSprite, CSS3DRenderer } from "three/addons/renderers/
|
|
|
7
7
|
import { CSS2DObject, CSS2DRenderer } from "three/addons/renderers/CSS2DRenderer.js";
|
|
8
8
|
import { OrbitControls } from "three/addons/controls/OrbitControls.js";
|
|
9
9
|
import * as TWEEN from "@tweenjs/tween.js";
|
|
10
|
-
import { C as Component, a as Point,
|
|
10
|
+
import { C as Component, a as Point, g as getDefaultExportFromCjs, A as ArrayMap, V as Variable } from "./build.js";
|
|
11
11
|
import { ref } from "vue";
|
|
12
12
|
const css = `
|
|
13
13
|
.overlay {
|
|
@@ -328,8 +328,6 @@ function requireMobileDetect() {
|
|
|
328
328
|
if (hasRequiredMobileDetect) return mobileDetect.exports;
|
|
329
329
|
hasRequiredMobileDetect = 1;
|
|
330
330
|
(function(module) {
|
|
331
|
-
/*!mobile-detect v1.4.5 2021-03-13*/
|
|
332
|
-
/*!@license Copyright 2013, Heinrich Goebl, License: MIT, see https://github.com/hgoebl/mobile-detect.js*/
|
|
333
331
|
(function(define, undefined$1) {
|
|
334
332
|
define(function() {
|
|
335
333
|
var impl = {};
|