@kq_npm/client3d_webgl_vue 4.0.4-beta → 4.0.6-beta
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/adddata/index.js +43 -180
- package/aspectanalysis/index.js +23 -25
- package/baseterraingallery/index.js +7 -8
- package/boxclip/index.js +23 -25
- package/clientPrint/index.js +4 -6
- package/comparemap/index.js +51 -22
- package/compass/index.js +4 -4
- package/excavatefillanalysis/index.js +23 -25
- package/fixedzoomin/index.js +4 -4
- package/fixedzoomout/index.js +4 -4
- package/flight/index.js +25 -27
- package/floodanalysis/index.js +23 -27
- package/geologicalbodyanalysis/index.js +900 -0
- package/geologicalbodyanalysis/style/geologicalbodyanalysis.css +1 -0
- package/geologicalbodyanalysis/style/index.js +3 -0
- package/gpuspatialquery/index.js +25 -25
- package/hawkeye/index.js +7 -8
- package/headertemp/index.js +4 -5
- package/index.js +20970 -14727
- package/isolineanalysis/index.js +22 -24
- package/light/index.js +1067 -0
- package/light/style/index.js +3 -0
- package/light/style/light.css +1 -0
- package/limitheightanalysis/index.js +751 -0
- package/limitheightanalysis/style/index.js +3 -0
- package/limitheightanalysis/style/limitheightanalysis.css +1 -0
- package/measure/index.js +46 -38
- package/modelFlat/index.js +483 -0
- package/modelFlat/style/index.js +3 -0
- package/modelFlat/style/modelFlat.css +1 -0
- package/modelfilter/index.js +297 -337
- package/modelfilter/style/modelfilter.css +1 -1
- package/modelprofileanalysis/index.js +7 -8
- package/modelselect/index.js +20 -157
- package/package.json +1 -1
- package/particleeffect/index.js +6 -142
- package/planeclip/index.js +23 -25
- package/resetview/index.js +4 -4
- package/roller/index.js +7 -8
- package/scaneffect/index.js +1730 -0
- package/scaneffect/style/index.js +3 -0
- package/scaneffect/style/scaneffect.css +1 -0
- package/scenceview/index.js +13751 -7346
- package/sceneset/index.js +2097 -0
- package/sceneset/style/index.js +3 -0
- package/sceneset/style/sceneset.css +1 -0
- package/screenshot/index.js +7 -8
- package/shadowanalysis/index.js +20 -158
- package/sightlineanalysis/index.js +26 -19
- package/sightlineanalysis/style/divpoint.css +1 -1
- package/skylineanalysis/index.js +23 -25
- package/slopeanalysis/index.js +22 -24
- package/statusbar/index.js +4 -4
- package/style.css +1 -1
- package/terrainoperation/index.js +20 -157
- package/terrainprofileanalysis/index.js +620 -0
- package/terrainprofileanalysis/style/index.js +3 -0
- package/terrainprofileanalysis/style/terrainprofileanalysis.css +1 -0
- package/underground/index.js +7 -8
- package/videofusion/index.js +23 -35
- package/videoproject/index.js +23 -35
- package/viewshedanalysis/index.js +4 -5
- package/weathereffect/index.js +6 -142
- package/wireframesketch/index.js +521 -0
- package/wireframesketch/style/index.js +3 -0
- package/wireframesketch/style/wireframesketch.css +1 -0
|
@@ -0,0 +1,1730 @@
|
|
|
1
|
+
/******/ (function() { // webpackBootstrap
|
|
2
|
+
/******/ "use strict";
|
|
3
|
+
/******/ var __webpack_modules__ = ({
|
|
4
|
+
|
|
5
|
+
/***/ 1349:
|
|
6
|
+
/***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
7
|
+
|
|
8
|
+
/* harmony import */ var element_plus_es__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(2442);
|
|
9
|
+
/* harmony import */ var element_plus_es__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(element_plus_es__WEBPACK_IMPORTED_MODULE_0__);
|
|
10
|
+
/* harmony import */ var _init__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(5406);
|
|
11
|
+
/* harmony import */ var _init__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(_init__WEBPACK_IMPORTED_MODULE_1__);
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
element_plus_es__WEBPACK_IMPORTED_MODULE_0__.ElMessage.install = (Vue, opts) => {
|
|
16
|
+
_init__WEBPACK_IMPORTED_MODULE_1___default()(Vue, opts);
|
|
17
|
+
Vue.component("KqMessage", element_plus_es__WEBPACK_IMPORTED_MODULE_0__.ElMessage);
|
|
18
|
+
};
|
|
19
|
+
|
|
20
|
+
/* harmony default export */ __webpack_exports__["Z"] = (element_plus_es__WEBPACK_IMPORTED_MODULE_0__.ElMessage);
|
|
21
|
+
|
|
22
|
+
/***/ }),
|
|
23
|
+
|
|
24
|
+
/***/ 348:
|
|
25
|
+
/***/ (function(module) {
|
|
26
|
+
|
|
27
|
+
module.exports = require("@kq_npm/client_icons_vue");
|
|
28
|
+
|
|
29
|
+
/***/ }),
|
|
30
|
+
|
|
31
|
+
/***/ 2442:
|
|
32
|
+
/***/ (function(module) {
|
|
33
|
+
|
|
34
|
+
module.exports = require("element-plus/es");
|
|
35
|
+
|
|
36
|
+
/***/ }),
|
|
37
|
+
|
|
38
|
+
/***/ 7080:
|
|
39
|
+
/***/ (function(module) {
|
|
40
|
+
|
|
41
|
+
module.exports = require("vue-i18n/dist/vue-i18n.cjs.js");
|
|
42
|
+
|
|
43
|
+
/***/ }),
|
|
44
|
+
|
|
45
|
+
/***/ 9702:
|
|
46
|
+
/***/ (function(module) {
|
|
47
|
+
|
|
48
|
+
module.exports = require("@kq_npm/client_common_vue/_utils/const-image");
|
|
49
|
+
|
|
50
|
+
/***/ }),
|
|
51
|
+
|
|
52
|
+
/***/ 826:
|
|
53
|
+
/***/ (function(module) {
|
|
54
|
+
|
|
55
|
+
module.exports = require("@kq_npm/client_common_vue/_utils/gis-utils");
|
|
56
|
+
|
|
57
|
+
/***/ }),
|
|
58
|
+
|
|
59
|
+
/***/ 9519:
|
|
60
|
+
/***/ (function(module) {
|
|
61
|
+
|
|
62
|
+
module.exports = require("@kq_npm/client_common_vue/_utils/util");
|
|
63
|
+
|
|
64
|
+
/***/ }),
|
|
65
|
+
|
|
66
|
+
/***/ 5406:
|
|
67
|
+
/***/ (function(module) {
|
|
68
|
+
|
|
69
|
+
module.exports = require("@kq_npm/client_common_vue/init.js");
|
|
70
|
+
|
|
71
|
+
/***/ }),
|
|
72
|
+
|
|
73
|
+
/***/ 637:
|
|
74
|
+
/***/ (function(module) {
|
|
75
|
+
|
|
76
|
+
module.exports = require("vue");
|
|
77
|
+
|
|
78
|
+
/***/ }),
|
|
79
|
+
|
|
80
|
+
/***/ 8270:
|
|
81
|
+
/***/ (function(__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) {
|
|
82
|
+
|
|
83
|
+
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
84
|
+
/* harmony export */ "Z": function() { return /* binding */ _defineProperty; }
|
|
85
|
+
/* harmony export */ });
|
|
86
|
+
function _defineProperty(obj, key, value) {
|
|
87
|
+
if (key in obj) {
|
|
88
|
+
Object.defineProperty(obj, key, {
|
|
89
|
+
value: value,
|
|
90
|
+
enumerable: true,
|
|
91
|
+
configurable: true,
|
|
92
|
+
writable: true
|
|
93
|
+
});
|
|
94
|
+
} else {
|
|
95
|
+
obj[key] = value;
|
|
96
|
+
}
|
|
97
|
+
|
|
98
|
+
return obj;
|
|
99
|
+
}
|
|
100
|
+
|
|
101
|
+
/***/ })
|
|
102
|
+
|
|
103
|
+
/******/ });
|
|
104
|
+
/************************************************************************/
|
|
105
|
+
/******/ // The module cache
|
|
106
|
+
/******/ var __webpack_module_cache__ = {};
|
|
107
|
+
/******/
|
|
108
|
+
/******/ // The require function
|
|
109
|
+
/******/ function __webpack_require__(moduleId) {
|
|
110
|
+
/******/ // Check if module is in cache
|
|
111
|
+
/******/ var cachedModule = __webpack_module_cache__[moduleId];
|
|
112
|
+
/******/ if (cachedModule !== undefined) {
|
|
113
|
+
/******/ return cachedModule.exports;
|
|
114
|
+
/******/ }
|
|
115
|
+
/******/ // Create a new module (and put it into the cache)
|
|
116
|
+
/******/ var module = __webpack_module_cache__[moduleId] = {
|
|
117
|
+
/******/ // no module.id needed
|
|
118
|
+
/******/ // no module.loaded needed
|
|
119
|
+
/******/ exports: {}
|
|
120
|
+
/******/ };
|
|
121
|
+
/******/
|
|
122
|
+
/******/ // Execute the module function
|
|
123
|
+
/******/ __webpack_modules__[moduleId](module, module.exports, __webpack_require__);
|
|
124
|
+
/******/
|
|
125
|
+
/******/ // Return the exports of the module
|
|
126
|
+
/******/ return module.exports;
|
|
127
|
+
/******/ }
|
|
128
|
+
/******/
|
|
129
|
+
/************************************************************************/
|
|
130
|
+
/******/ /* webpack/runtime/compat get default export */
|
|
131
|
+
/******/ !function() {
|
|
132
|
+
/******/ // getDefaultExport function for compatibility with non-harmony modules
|
|
133
|
+
/******/ __webpack_require__.n = function(module) {
|
|
134
|
+
/******/ var getter = module && module.__esModule ?
|
|
135
|
+
/******/ function() { return module['default']; } :
|
|
136
|
+
/******/ function() { return module; };
|
|
137
|
+
/******/ __webpack_require__.d(getter, { a: getter });
|
|
138
|
+
/******/ return getter;
|
|
139
|
+
/******/ };
|
|
140
|
+
/******/ }();
|
|
141
|
+
/******/
|
|
142
|
+
/******/ /* webpack/runtime/define property getters */
|
|
143
|
+
/******/ !function() {
|
|
144
|
+
/******/ // define getter functions for harmony exports
|
|
145
|
+
/******/ __webpack_require__.d = function(exports, definition) {
|
|
146
|
+
/******/ for(var key in definition) {
|
|
147
|
+
/******/ if(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {
|
|
148
|
+
/******/ Object.defineProperty(exports, key, { enumerable: true, get: definition[key] });
|
|
149
|
+
/******/ }
|
|
150
|
+
/******/ }
|
|
151
|
+
/******/ };
|
|
152
|
+
/******/ }();
|
|
153
|
+
/******/
|
|
154
|
+
/******/ /* webpack/runtime/hasOwnProperty shorthand */
|
|
155
|
+
/******/ !function() {
|
|
156
|
+
/******/ __webpack_require__.o = function(obj, prop) { return Object.prototype.hasOwnProperty.call(obj, prop); }
|
|
157
|
+
/******/ }();
|
|
158
|
+
/******/
|
|
159
|
+
/******/ /* webpack/runtime/make namespace object */
|
|
160
|
+
/******/ !function() {
|
|
161
|
+
/******/ // define __esModule on exports
|
|
162
|
+
/******/ __webpack_require__.r = function(exports) {
|
|
163
|
+
/******/ if(typeof Symbol !== 'undefined' && Symbol.toStringTag) {
|
|
164
|
+
/******/ Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
|
|
165
|
+
/******/ }
|
|
166
|
+
/******/ Object.defineProperty(exports, '__esModule', { value: true });
|
|
167
|
+
/******/ };
|
|
168
|
+
/******/ }();
|
|
169
|
+
/******/
|
|
170
|
+
/************************************************************************/
|
|
171
|
+
var __webpack_exports__ = {};
|
|
172
|
+
// This entry need to be wrapped in an IIFE because it need to be isolated against other modules in the chunk.
|
|
173
|
+
!function() {
|
|
174
|
+
// ESM COMPAT FLAG
|
|
175
|
+
__webpack_require__.r(__webpack_exports__);
|
|
176
|
+
|
|
177
|
+
// EXPORTS
|
|
178
|
+
__webpack_require__.d(__webpack_exports__, {
|
|
179
|
+
"ScanEffectViewModel": function() { return /* reexport */ ScanEffectViewModel; },
|
|
180
|
+
"default": function() { return /* reexport */ ScanEffect; }
|
|
181
|
+
});
|
|
182
|
+
|
|
183
|
+
// EXTERNAL MODULE: external {"root":"Vue","commonjs":"vue","commonjs2":"vue","amd":"vue"}
|
|
184
|
+
var external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_ = __webpack_require__(637);
|
|
185
|
+
// EXTERNAL MODULE: external "@kq_npm/client_common_vue/_utils/gis-utils"
|
|
186
|
+
var gis_utils_ = __webpack_require__(826);
|
|
187
|
+
// EXTERNAL MODULE: ./node_modules/@babel/runtime/helpers/esm/defineProperty.js
|
|
188
|
+
var defineProperty = __webpack_require__(8270);
|
|
189
|
+
// EXTERNAL MODULE: ./src/common/_ui/message/index.js
|
|
190
|
+
var message = __webpack_require__(1349);
|
|
191
|
+
// EXTERNAL MODULE: external "@kq_npm/client_common_vue/_utils/const-image"
|
|
192
|
+
var const_image_ = __webpack_require__(9702);
|
|
193
|
+
;// CONCATENATED MODULE: ./src/webgl/scaneffect/ScanEffectViewModel.js
|
|
194
|
+
|
|
195
|
+
|
|
196
|
+
|
|
197
|
+
class ScanEffectViewModel {
|
|
198
|
+
//参数
|
|
199
|
+
// 绘制对象
|
|
200
|
+
constructor(scenceView, option) {
|
|
201
|
+
(0,defineProperty/* default */.Z)(this, "_viewer", null);
|
|
202
|
+
|
|
203
|
+
(0,defineProperty/* default */.Z)(this, "_options", {
|
|
204
|
+
scanMode: 1,
|
|
205
|
+
// 分析类型
|
|
206
|
+
viewer: null,
|
|
207
|
+
lineWidth: 5,
|
|
208
|
+
glowWidth: 20,
|
|
209
|
+
length: 100,
|
|
210
|
+
origin: null,
|
|
211
|
+
direction: 45 / 180 * Math.PI,
|
|
212
|
+
color: window.Cesium.Color.fromCssColorString("#78f1fa"),
|
|
213
|
+
speed: 20,
|
|
214
|
+
period: 5,
|
|
215
|
+
moveMode: 0,
|
|
216
|
+
lineColor: window.Cesium.Color.fromCssColorString("#78f1fa"),
|
|
217
|
+
distance: 0,
|
|
218
|
+
times: 0,
|
|
219
|
+
// 扫描运动次数
|
|
220
|
+
whetherToAndFrom: 0,
|
|
221
|
+
ringMoveMode: 0,
|
|
222
|
+
ringColor: window.Cesium.Color.fromCssColorString("#78f1fa"),
|
|
223
|
+
radius: 2000,
|
|
224
|
+
ringScanType: 0,
|
|
225
|
+
image: const_image_.ROUNDNESS_IMG,
|
|
226
|
+
blendEnable: false,
|
|
227
|
+
textureStyle: 1,
|
|
228
|
+
lineScans: [],
|
|
229
|
+
ringScans: []
|
|
230
|
+
});
|
|
231
|
+
|
|
232
|
+
(0,defineProperty/* default */.Z)(this, "_drawManager", null);
|
|
233
|
+
|
|
234
|
+
(0,defineProperty/* default */.Z)(this, "_removeEventListener", null);
|
|
235
|
+
|
|
236
|
+
(0,defineProperty/* default */.Z)(this, "_lineScan", null);
|
|
237
|
+
|
|
238
|
+
(0,defineProperty/* default */.Z)(this, "_ringScan", null);
|
|
239
|
+
|
|
240
|
+
this._viewer = scenceView._viewer;
|
|
241
|
+
this._options.viewer = this._viewer;
|
|
242
|
+
this._options = Object.assign(this._options, {
|
|
243
|
+
scanMode: option.scanningStyle,
|
|
244
|
+
radius: option.sweepRadius,
|
|
245
|
+
whetherToAndFrom: option.whetherToAndFrom,
|
|
246
|
+
blendEnable: option.textureStyle == 0 ? false : true,
|
|
247
|
+
ringScanType: option.fillStyle,
|
|
248
|
+
image: this.getImageUrl(option.fillStyle),
|
|
249
|
+
ringColor: window.Cesium.Color.fromCssColorString(option.fillColor),
|
|
250
|
+
speed: option.lineSpeed,
|
|
251
|
+
lineWidth: option.lineWidth,
|
|
252
|
+
glowWidth: option.luminosity,
|
|
253
|
+
lineColor: window.Cesium.Color.fromCssColorString(option.lineColor),
|
|
254
|
+
direction: option.scanningAngle,
|
|
255
|
+
ringMoveMode: option.lineToAndFrom,
|
|
256
|
+
period: option.cycleStyle,
|
|
257
|
+
distance: option.lengthStyle
|
|
258
|
+
});
|
|
259
|
+
this._viewer.scene.globe.depthTestAgainstTerrain = true;
|
|
260
|
+
this._drawManager = scenceView._drawManager;
|
|
261
|
+
var that = this;
|
|
262
|
+
this._removeEventListener = this._drawManager.drawFinishedEvent.addEventListener(shape => {
|
|
263
|
+
if (shape && shape.type === "marker") {
|
|
264
|
+
// shape._controlPoints;
|
|
265
|
+
this._options.origin = shape.position;
|
|
266
|
+
that.addScaningLine(shape.position);
|
|
267
|
+
|
|
268
|
+
that._drawManager.clear();
|
|
269
|
+
}
|
|
270
|
+
});
|
|
271
|
+
}
|
|
272
|
+
|
|
273
|
+
addScaningLine(cartesian) {
|
|
274
|
+
if (this._options.scanMode == 0) {
|
|
275
|
+
var params = {
|
|
276
|
+
viewer: this._viewer,
|
|
277
|
+
color: this._options.lineColor,
|
|
278
|
+
lineWidth: this._options.lineWidth,
|
|
279
|
+
speed: this._options.speed,
|
|
280
|
+
period: this._options.period,
|
|
281
|
+
distance: this._options.distance,
|
|
282
|
+
direction: this._options.direction,
|
|
283
|
+
origin: this._options.origin,
|
|
284
|
+
glowWidth: this._options.glowWidth,
|
|
285
|
+
moveMode: this._options.ringMoveMode,
|
|
286
|
+
times: this._options.times
|
|
287
|
+
};
|
|
288
|
+
this._lineScan = new window.Cesium.Kq3dLineScanEffect(params);
|
|
289
|
+
|
|
290
|
+
if (this._options.lineScans.length >= 10) {
|
|
291
|
+
//添加扫描线不能超过10条
|
|
292
|
+
this._viewer.effects.remove(this._options.lineScans[0]);
|
|
293
|
+
|
|
294
|
+
this._options.lineScans.splice(0, 1);
|
|
295
|
+
}
|
|
296
|
+
|
|
297
|
+
this._viewer.effects.add(this._lineScan); // 添加条形扫描线
|
|
298
|
+
|
|
299
|
+
|
|
300
|
+
this._options.lineScans.push(this._lineScan);
|
|
301
|
+
} else if (this._options.scanMode == 1) {
|
|
302
|
+
var cPosition = window.Cesium.Cartographic.fromCartesian(cartesian);
|
|
303
|
+
var position1 = window.Cesium.Math.toDegrees(cPosition.longitude);
|
|
304
|
+
var position2 = window.Cesium.Math.toDegrees(cPosition.latitude);
|
|
305
|
+
var position3 = window.Cesium.Math.toDegrees(cPosition.height);
|
|
306
|
+
this._ringScan = this.addRingScanLine([position1, position2, position3]);
|
|
307
|
+
|
|
308
|
+
this._options.ringScans.push(this._ringScan);
|
|
309
|
+
}
|
|
310
|
+
} //添加环型扫描线
|
|
311
|
+
|
|
312
|
+
|
|
313
|
+
addRingScanLine(position) {
|
|
314
|
+
var options = {
|
|
315
|
+
viewer: this._viewer,
|
|
316
|
+
radius: Number(this._options.radius),
|
|
317
|
+
moveMode: Number(this._options.whetherToAndFrom),
|
|
318
|
+
fillStyle: this._options.blendEnable,
|
|
319
|
+
image: this._options.image,
|
|
320
|
+
color: this._options.ringColor,
|
|
321
|
+
position: position || this._options.position
|
|
322
|
+
};
|
|
323
|
+
|
|
324
|
+
if (this._options.ringScanType == 2) {
|
|
325
|
+
return new RadarScanLine(options);
|
|
326
|
+
} else {
|
|
327
|
+
return new CircleZoomScanLine(options);
|
|
328
|
+
}
|
|
329
|
+
|
|
330
|
+
function RadarScanLine(options) {
|
|
331
|
+
options = options || {};
|
|
332
|
+
this.position = options.position;
|
|
333
|
+
this.radius = options.radius;
|
|
334
|
+
this.moveMode = window.Cesium.defined(options.moveMode) ? options.moveMode : 1;
|
|
335
|
+
this.fillStyle = window.Cesium.defined(options.fillStyle) ? options.fillStyle : 0;
|
|
336
|
+
this.image = options.image;
|
|
337
|
+
this.color = options.color;
|
|
338
|
+
this.show = window.Cesium.defined(options.show) ? options.show : true;
|
|
339
|
+
this.customDataSource = new window.Cesium.CustomDataSource("CircleRotateScan");
|
|
340
|
+
this.viewer = options.viewer;
|
|
341
|
+
var that = this;
|
|
342
|
+
var ratio = 1;
|
|
343
|
+
var scanline = that.customDataSource.entities.add({
|
|
344
|
+
position: window.Cesium.Cartesian3.fromDegrees(that.position[0], that.position[1], that.position[2]),
|
|
345
|
+
name: "CircleRotateScan",
|
|
346
|
+
ellipse: {
|
|
347
|
+
semiMinorAxis: new window.Cesium.CallbackProperty(function () {
|
|
348
|
+
return that.radius;
|
|
349
|
+
}, false),
|
|
350
|
+
semiMajorAxis: new window.Cesium.CallbackProperty(function () {
|
|
351
|
+
return that.radius;
|
|
352
|
+
}, false),
|
|
353
|
+
heightReference: window.Cesium.HeightReference.CLAMP_TO_GROUND,
|
|
354
|
+
show: new window.Cesium.CallbackProperty(function () {
|
|
355
|
+
return that.show;
|
|
356
|
+
}, false),
|
|
357
|
+
material: new window.Cesium.ImageMaterialProperty({
|
|
358
|
+
image: new window.Cesium.CallbackProperty(function (img) {
|
|
359
|
+
if (that.fillStyle == false) {
|
|
360
|
+
that.image = that.image;
|
|
361
|
+
return that.image;
|
|
362
|
+
} else {
|
|
363
|
+
return that.image;
|
|
364
|
+
}
|
|
365
|
+
}, false),
|
|
366
|
+
transparent: true,
|
|
367
|
+
color: new window.Cesium.CallbackProperty(function () {
|
|
368
|
+
if (that.fillStyle == false) {
|
|
369
|
+
that.image = that.image;
|
|
370
|
+
return;
|
|
371
|
+
} else {
|
|
372
|
+
return that.color;
|
|
373
|
+
}
|
|
374
|
+
}, false)
|
|
375
|
+
}),
|
|
376
|
+
stRotation: new window.Cesium.CallbackProperty(function () {
|
|
377
|
+
if (that.moveMode == 0) {
|
|
378
|
+
ratio = 1;
|
|
379
|
+
}
|
|
380
|
+
|
|
381
|
+
if (!window.Cesium.defined(scanline.ellipse._stRotation2)) {
|
|
382
|
+
scanline.ellipse._stRotation2 = 0;
|
|
383
|
+
}
|
|
384
|
+
|
|
385
|
+
if (scanline.ellipse._stRotation2 < 0) {
|
|
386
|
+
if (that.moveMode == 1) {
|
|
387
|
+
ratio = 1;
|
|
388
|
+
} else {
|
|
389
|
+
scanline.ellipse._stRotation2 = 0;
|
|
390
|
+
}
|
|
391
|
+
}
|
|
392
|
+
|
|
393
|
+
if (scanline.ellipse._stRotation2 > 2 * Math.PI) {
|
|
394
|
+
if (that.moveMode == 1) {
|
|
395
|
+
ratio = -1;
|
|
396
|
+
} else {
|
|
397
|
+
scanline.ellipse._stRotation2 = scanline.ellipse._stRotation2 - 2 * Math.PI;
|
|
398
|
+
}
|
|
399
|
+
}
|
|
400
|
+
|
|
401
|
+
scanline.ellipse._stRotation2 += ratio * 0.04;
|
|
402
|
+
return scanline.ellipse._stRotation2;
|
|
403
|
+
}, false),
|
|
404
|
+
classificationType: window.Cesium.ClassificationType.BOTH,
|
|
405
|
+
outline: false
|
|
406
|
+
}
|
|
407
|
+
});
|
|
408
|
+
this.viewer.dataSources.add(this.customDataSource); //销毁雷达
|
|
409
|
+
|
|
410
|
+
RadarScanLine.prototype.destroy = function () {
|
|
411
|
+
this.viewer.dataSources.remove(this.customDataSource, true);
|
|
412
|
+
};
|
|
413
|
+
}
|
|
414
|
+
|
|
415
|
+
function CircleZoomScanLine(options) {
|
|
416
|
+
options = options || {};
|
|
417
|
+
this.position = options.position;
|
|
418
|
+
this.radius = options.radius;
|
|
419
|
+
this.moveMode = window.Cesium.defined(options.moveMode) ? options.moveMode : 1;
|
|
420
|
+
this.fillStyle = window.Cesium.defined(options.fillStyle) ? options.fillStyle : 0;
|
|
421
|
+
this.image = options.image;
|
|
422
|
+
this.color = options.color;
|
|
423
|
+
this.show = window.Cesium.defined(options.show) ? options.show : true;
|
|
424
|
+
this.customDataSource = new window.Cesium.CustomDataSource("CircleRotateScan");
|
|
425
|
+
this.viewer = options.viewer;
|
|
426
|
+
var multiS = 1;
|
|
427
|
+
var that = this;
|
|
428
|
+
var circleFirst3 = that.customDataSource.entities.add({
|
|
429
|
+
position: window.Cesium.Cartesian3.fromDegrees(that.position[0], that.position[1], that.position[2]),
|
|
430
|
+
name: "CircleRotateScan",
|
|
431
|
+
height: 0.0,
|
|
432
|
+
ellipse: {
|
|
433
|
+
show: new window.Cesium.CallbackProperty(function () {
|
|
434
|
+
return that.show;
|
|
435
|
+
}, false),
|
|
436
|
+
semiMinorAxis: new window.Cesium.CallbackProperty(function () {
|
|
437
|
+
if (!window.Cesium.defined(circleFirst3.ellipse._semiMinorAxis2)) {
|
|
438
|
+
circleFirst3.ellipse._semiMinorAxis2 = 0;
|
|
439
|
+
} // 往返
|
|
440
|
+
|
|
441
|
+
|
|
442
|
+
if (that.moveMode) {
|
|
443
|
+
if (circleFirst3.ellipse._semiMinorAxis2 > that.radius) {
|
|
444
|
+
multiS = -1;
|
|
445
|
+
} else if (circleFirst3.ellipse._semiMinorAxis2 < 0) {
|
|
446
|
+
//单一
|
|
447
|
+
multiS = 1;
|
|
448
|
+
}
|
|
449
|
+
} else {
|
|
450
|
+
if (circleFirst3.ellipse._semiMinorAxis2 > that.radius) {
|
|
451
|
+
// circleFirst3.ellipse._semiMinorAxis2 = 0;
|
|
452
|
+
multiS = 1;
|
|
453
|
+
circleFirst3.ellipse._semiMinorAxis2 = 0;
|
|
454
|
+
} else if (circleFirst3.ellipse._semiMinorAxis2 < 0) {
|
|
455
|
+
multiS = 1;
|
|
456
|
+
}
|
|
457
|
+
}
|
|
458
|
+
|
|
459
|
+
circleFirst3.ellipse._semiMinorAxis2 += multiS * 15;
|
|
460
|
+
return circleFirst3.ellipse._semiMinorAxis2;
|
|
461
|
+
}, false),
|
|
462
|
+
semiMajorAxis: new window.Cesium.CallbackProperty(function () {
|
|
463
|
+
if (!window.Cesium.defined(circleFirst3.ellipse._semiMajorAxis2)) {
|
|
464
|
+
circleFirst3.ellipse._semiMajorAxis2 = 0;
|
|
465
|
+
}
|
|
466
|
+
|
|
467
|
+
if (that.moveMode) {
|
|
468
|
+
//往返
|
|
469
|
+
if (circleFirst3.ellipse._semiMajorAxis2 > that.radius) {
|
|
470
|
+
multiS = -1;
|
|
471
|
+
} else if (circleFirst3.ellipse._semiMajorAxis2 < 0) {
|
|
472
|
+
//单一
|
|
473
|
+
multiS = 1;
|
|
474
|
+
}
|
|
475
|
+
} else {
|
|
476
|
+
//单一
|
|
477
|
+
if (circleFirst3.ellipse._semiMajorAxis2 > that.radius) {
|
|
478
|
+
multiS = 1;
|
|
479
|
+
circleFirst3.ellipse._semiMajorAxis2 = 0;
|
|
480
|
+
} else if (circleFirst3.ellipse._semiMajorAxis2 < 0) {
|
|
481
|
+
multiS = 1;
|
|
482
|
+
}
|
|
483
|
+
}
|
|
484
|
+
|
|
485
|
+
circleFirst3.ellipse._semiMajorAxis2 += multiS * 15;
|
|
486
|
+
return circleFirst3.ellipse._semiMajorAxis2;
|
|
487
|
+
}, false),
|
|
488
|
+
material: new window.Cesium.ImageMaterialProperty({
|
|
489
|
+
image: new window.Cesium.CallbackProperty(function (img) {
|
|
490
|
+
if (that.fillStyle == false) {
|
|
491
|
+
that.image = that.image;
|
|
492
|
+
return that.image;
|
|
493
|
+
} else {
|
|
494
|
+
return that.image;
|
|
495
|
+
}
|
|
496
|
+
}, false),
|
|
497
|
+
transparent: true,
|
|
498
|
+
color: new window.Cesium.CallbackProperty(function (img) {
|
|
499
|
+
if (that.fillStyle == false) {
|
|
500
|
+
that.image = that.image;
|
|
501
|
+
return;
|
|
502
|
+
} else {
|
|
503
|
+
return that.color;
|
|
504
|
+
}
|
|
505
|
+
}, false)
|
|
506
|
+
}),
|
|
507
|
+
classificationType: window.Cesium.ClassificationType.BOTH,
|
|
508
|
+
outline: false
|
|
509
|
+
}
|
|
510
|
+
});
|
|
511
|
+
this.viewer.dataSources.add(this.customDataSource); //销毁圆形缩放扫描
|
|
512
|
+
|
|
513
|
+
CircleZoomScanLine.prototype.destroy = function () {
|
|
514
|
+
this.viewer.dataSources.remove(this.customDataSource, true);
|
|
515
|
+
};
|
|
516
|
+
}
|
|
517
|
+
} // 参数切换
|
|
518
|
+
|
|
519
|
+
|
|
520
|
+
paramsChanged(key, val) {
|
|
521
|
+
switch (key) {
|
|
522
|
+
case "linearScanning":
|
|
523
|
+
this._options.scanMode = val; // this.removeScan();
|
|
524
|
+
// if (this._options.origin) {
|
|
525
|
+
// this.addScaningLine(this._options.origin);
|
|
526
|
+
// }
|
|
527
|
+
|
|
528
|
+
break;
|
|
529
|
+
|
|
530
|
+
case "ringScan":
|
|
531
|
+
this._options.scanMode = val; // this.removeScan();
|
|
532
|
+
// if (this._options.origin) {
|
|
533
|
+
// this.addScaningLine(this._options.origin);
|
|
534
|
+
// }
|
|
535
|
+
|
|
536
|
+
break;
|
|
537
|
+
|
|
538
|
+
case "Radius":
|
|
539
|
+
this._options.radius = val;
|
|
540
|
+
if (this._ringScan) this._ringScan.radius = this._options.radius;
|
|
541
|
+
break;
|
|
542
|
+
|
|
543
|
+
case "whetherToAndFrom":
|
|
544
|
+
this._options.whetherToAndFrom = Number(val);
|
|
545
|
+
if (this._ringScan) this._ringScan.moveMode = this._options.whetherToAndFrom;
|
|
546
|
+
break;
|
|
547
|
+
|
|
548
|
+
case "textureStyle":
|
|
549
|
+
this._options.blendEnable = val == 0 ? false : true;
|
|
550
|
+
if (this._ringScan) this._ringScan.fillStyle = Number(val);
|
|
551
|
+
break;
|
|
552
|
+
|
|
553
|
+
case "fillStyle":
|
|
554
|
+
this._options.ringScanType = val;
|
|
555
|
+
this._options.image = this.getImageUrl(val);
|
|
556
|
+
|
|
557
|
+
if (this._ringScan) {
|
|
558
|
+
this._ringScan.destroy();
|
|
559
|
+
|
|
560
|
+
this._ringScan = this.addRingScanLine(this._ringScan.position);
|
|
561
|
+
|
|
562
|
+
this._options.ringScans.push(this._ringScan);
|
|
563
|
+
}
|
|
564
|
+
|
|
565
|
+
break;
|
|
566
|
+
|
|
567
|
+
case "fillColor":
|
|
568
|
+
this._options.ringColor = window.Cesium.Color.fromCssColorString(val);
|
|
569
|
+
if (this._ringScan) this._ringScan.color = this._options.ringColor;
|
|
570
|
+
break;
|
|
571
|
+
|
|
572
|
+
case "lineSpeed":
|
|
573
|
+
this._options.speed = Number(val);
|
|
574
|
+
if (this._lineScan) this._lineScan.speed = this._options.speed;
|
|
575
|
+
break;
|
|
576
|
+
|
|
577
|
+
case "lineWidth":
|
|
578
|
+
this._options.lineWidth = Number(val);
|
|
579
|
+
if (this._lineScan) this._lineScan.lineWidth = this._options.lineWidth;
|
|
580
|
+
break;
|
|
581
|
+
|
|
582
|
+
case "scanningAngle":
|
|
583
|
+
var radiusAngle = Number(val / 180 * Math.PI);
|
|
584
|
+
this._options.direction = radiusAngle;
|
|
585
|
+
if (this._lineScan) this._lineScan.direction = radiusAngle;
|
|
586
|
+
break;
|
|
587
|
+
|
|
588
|
+
case "luminosity":
|
|
589
|
+
this._options.glowWidth = Number(val);
|
|
590
|
+
if (this._lineScan) this._lineScan.glowWidth = this._options.glowWidth;
|
|
591
|
+
break;
|
|
592
|
+
|
|
593
|
+
case "lineColor":
|
|
594
|
+
this._options.lineColor = window.Cesium.Color.fromCssColorString(val);
|
|
595
|
+
if (this._lineScan) this._lineScan.color = this._options.lineColor;
|
|
596
|
+
break;
|
|
597
|
+
|
|
598
|
+
case "lengthStyle":
|
|
599
|
+
this._options.length = Number(val);
|
|
600
|
+
if (this._lineScan) this._lineScan.distance = this._options.length;
|
|
601
|
+
break;
|
|
602
|
+
|
|
603
|
+
case "cycleStyle":
|
|
604
|
+
this._options.period = Number(val);
|
|
605
|
+
if (this._lineScan) this._lineScan.period = this._options.period;
|
|
606
|
+
break;
|
|
607
|
+
|
|
608
|
+
case "lineToAndFrom":
|
|
609
|
+
this._options.ringMoveMode = Number(val);
|
|
610
|
+
if (this._lineScan) this._lineScan.moveMode = this._options.ringMoveMode;
|
|
611
|
+
break;
|
|
612
|
+
|
|
613
|
+
default:
|
|
614
|
+
break;
|
|
615
|
+
}
|
|
616
|
+
}
|
|
617
|
+
|
|
618
|
+
getImageUrl(val) {
|
|
619
|
+
var imageUrl = "";
|
|
620
|
+
|
|
621
|
+
switch (val) {
|
|
622
|
+
case 0:
|
|
623
|
+
imageUrl = const_image_.ROUNDNESS_IMG;
|
|
624
|
+
break;
|
|
625
|
+
|
|
626
|
+
case 1:
|
|
627
|
+
imageUrl = const_image_.CIRCLE_IMG2;
|
|
628
|
+
break;
|
|
629
|
+
|
|
630
|
+
case 2:
|
|
631
|
+
imageUrl = const_image_.CIRCLE_IMG;
|
|
632
|
+
break;
|
|
633
|
+
|
|
634
|
+
default:
|
|
635
|
+
break;
|
|
636
|
+
}
|
|
637
|
+
|
|
638
|
+
return imageUrl;
|
|
639
|
+
} //开始分析
|
|
640
|
+
|
|
641
|
+
|
|
642
|
+
start() {
|
|
643
|
+
// 判断是否添加了模型
|
|
644
|
+
var flag = false;
|
|
645
|
+
var models = this._viewer.scene.primitives._primitives;
|
|
646
|
+
|
|
647
|
+
for (let i = 0; i < models.length; i++) {
|
|
648
|
+
if (models[i]._url) {
|
|
649
|
+
flag = true;
|
|
650
|
+
}
|
|
651
|
+
}
|
|
652
|
+
|
|
653
|
+
if (flag) {
|
|
654
|
+
if (this._drawManager) {
|
|
655
|
+
this._drawManager.startDraw("point", {
|
|
656
|
+
clampToGround: true,
|
|
657
|
+
image: null
|
|
658
|
+
});
|
|
659
|
+
}
|
|
660
|
+
} else {
|
|
661
|
+
(0,message/* default */.Z)({
|
|
662
|
+
message: "请添加模型后提取!",
|
|
663
|
+
type: "warning"
|
|
664
|
+
});
|
|
665
|
+
}
|
|
666
|
+
}
|
|
667
|
+
|
|
668
|
+
removeScan() {
|
|
669
|
+
if (this._ringScan) this._ringScan.destroy();
|
|
670
|
+
if (this._lineScan) this._viewer.effects.remove(this._lineScan); //清除所有
|
|
671
|
+
|
|
672
|
+
for (var i = 0; i < this._options.lineScans.length; i++) {
|
|
673
|
+
this._viewer.effects.remove(this._options.lineScans[i]);
|
|
674
|
+
}
|
|
675
|
+
|
|
676
|
+
for (var j = 0; j < this._options.ringScans.length; j++) {
|
|
677
|
+
this._options.ringScans[j].destroy();
|
|
678
|
+
}
|
|
679
|
+
|
|
680
|
+
this._lineScan = undefined;
|
|
681
|
+
this._ringScan = undefined;
|
|
682
|
+
} //清除全部结果
|
|
683
|
+
|
|
684
|
+
|
|
685
|
+
clear() {
|
|
686
|
+
this.removeScan();
|
|
687
|
+
this._options.origin = null;
|
|
688
|
+
|
|
689
|
+
this._drawManager.stopDraw();
|
|
690
|
+
} // 销毁
|
|
691
|
+
|
|
692
|
+
|
|
693
|
+
destroy() {
|
|
694
|
+
this.clear(); //移除监听事件
|
|
695
|
+
|
|
696
|
+
this._removeEventListener && this._removeEventListener();
|
|
697
|
+
this._removeEventListener = null;
|
|
698
|
+
}
|
|
699
|
+
|
|
700
|
+
}
|
|
701
|
+
// EXTERNAL MODULE: external "@kq_npm/client_icons_vue"
|
|
702
|
+
var client_icons_vue_ = __webpack_require__(348);
|
|
703
|
+
// EXTERNAL MODULE: external "@kq_npm/client_common_vue/_utils/util"
|
|
704
|
+
var util_ = __webpack_require__(9519);
|
|
705
|
+
// EXTERNAL MODULE: external "vue-i18n/dist/vue-i18n.cjs.js"
|
|
706
|
+
var vue_i18n_cjs_js_ = __webpack_require__(7080);
|
|
707
|
+
;// CONCATENATED MODULE: ./node_modules/babel-loader/lib/index.js!./node_modules/vue-loader/dist/index.js??ruleSet[0]!./src/webgl/scaneffect/ScanEffect.vue?vue&type=script&setup=true&lang=js
|
|
708
|
+
|
|
709
|
+
const _hoisted_1 = {
|
|
710
|
+
class: "kq3d-scan-effect-box"
|
|
711
|
+
};
|
|
712
|
+
const _hoisted_2 = {
|
|
713
|
+
class: "kq3d-scan-effect-footer"
|
|
714
|
+
};
|
|
715
|
+
|
|
716
|
+
|
|
717
|
+
|
|
718
|
+
|
|
719
|
+
|
|
720
|
+
|
|
721
|
+
const __default__ = {
|
|
722
|
+
name: "Kq3dScanEffect"
|
|
723
|
+
};
|
|
724
|
+
/* harmony default export */ var ScanEffectvue_type_script_setup_true_lang_js = (/*#__PURE__*/Object.assign(__default__, {
|
|
725
|
+
props: {
|
|
726
|
+
// 设置参数
|
|
727
|
+
settingParams: {
|
|
728
|
+
type: Object
|
|
729
|
+
},
|
|
730
|
+
// 是否显示阴影效果
|
|
731
|
+
showShadow: {
|
|
732
|
+
type: Boolean,
|
|
733
|
+
default: true
|
|
734
|
+
},
|
|
735
|
+
|
|
736
|
+
/**
|
|
737
|
+
* 例:"center","topLeft","topRight","bottomLeft","bottomRight", "topCenter", "bottomCenter" {top:'16px',left:'16px'}, {top:16,left:16}
|
|
738
|
+
*/
|
|
739
|
+
position: [String, Object],
|
|
740
|
+
// 是否生成HeaderTemp
|
|
741
|
+
showHeaderTemp: {
|
|
742
|
+
type: Boolean,
|
|
743
|
+
default: false
|
|
744
|
+
},
|
|
745
|
+
// 是否折叠HeaderTemp,showHeaderTemp为true时生效
|
|
746
|
+
isCollapseHeaderTemp: {
|
|
747
|
+
type: Boolean,
|
|
748
|
+
default: false
|
|
749
|
+
},
|
|
750
|
+
// HeaderTemp标题
|
|
751
|
+
headerTempTitle: {
|
|
752
|
+
type: String
|
|
753
|
+
},
|
|
754
|
+
// HeaderTemp图标
|
|
755
|
+
headerTempIcon: {
|
|
756
|
+
type: [Object, String],
|
|
757
|
+
default: client_icons_vue_.IconScanningLine
|
|
758
|
+
},
|
|
759
|
+
// HeaderTemp Title&Icon的位置
|
|
760
|
+
isRight: {
|
|
761
|
+
type: Boolean,
|
|
762
|
+
default: true
|
|
763
|
+
}
|
|
764
|
+
},
|
|
765
|
+
|
|
766
|
+
setup(__props, {
|
|
767
|
+
expose
|
|
768
|
+
}) {
|
|
769
|
+
const props = __props;
|
|
770
|
+
const {
|
|
771
|
+
proxy
|
|
772
|
+
} = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.getCurrentInstance)();
|
|
773
|
+
let currentLang = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)("");
|
|
774
|
+
let language = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)({}); // 获取组件传参
|
|
775
|
+
|
|
776
|
+
let formItem = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.reactive)({
|
|
777
|
+
scanningStyle: props.settingParams && props.settingParams.scanningStyle || 1,
|
|
778
|
+
// 地形操作类型。1:线性扫描;2:环形扫描
|
|
779
|
+
sweepRadius: props.settingParams && props.settingParams.sweepRadius || 2000,
|
|
780
|
+
// 扫描半径
|
|
781
|
+
maxSweepRadius: props.settingParams && props.settingParams.maxSweepRadius || 3000,
|
|
782
|
+
// 扫描半径
|
|
783
|
+
minSweepRadius: props.settingParams && props.settingParams.minSweepRadius || 0,
|
|
784
|
+
// 扫描半径
|
|
785
|
+
whetherToAndFrom: props.settingParams && props.settingParams.whetherToAndFrom || 0,
|
|
786
|
+
// 是否往返
|
|
787
|
+
textureStyle: props.settingParams && props.settingParams.textureStyle || 0,
|
|
788
|
+
// 纹理样式
|
|
789
|
+
fillStyle: props.settingParams && props.settingParams.fillStyle || 0,
|
|
790
|
+
// 填充样式
|
|
791
|
+
fillColor: props.settingParams && props.settingParams.fillColor || "#78f1fa",
|
|
792
|
+
lineSpeed: props.settingParams && props.settingParams.lineSpeed || 20,
|
|
793
|
+
lineWidth: props.settingParams && props.settingParams.lineWidth || 5,
|
|
794
|
+
luminosity: props.settingParams && props.settingParams.luminosity || 20,
|
|
795
|
+
lineColor: props.settingParams && props.settingParams.lineColor || "#78f1fa",
|
|
796
|
+
scanningAngle: props.settingParams && props.settingParams.scanningAngle || 45,
|
|
797
|
+
lineToAndFrom: props.settingParams && props.settingParams.lineToAndFrom || 0,
|
|
798
|
+
modeStyle: props.settingParams && props.settingParams.modeStyle || 1,
|
|
799
|
+
cycleStyle: props.settingParams && props.settingParams.cycleStyle || 5,
|
|
800
|
+
lengthStyle: props.settingParams && props.settingParams.lengthStyle || 100
|
|
801
|
+
});
|
|
802
|
+
let viewModel = null;
|
|
803
|
+
let collapseValue = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(""); // 组件容器Ref
|
|
804
|
+
|
|
805
|
+
let boxRef = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(null); // 生成组件默认header
|
|
806
|
+
|
|
807
|
+
let headerTemp = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)();
|
|
808
|
+
let headerTempRef = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(); // 国际化
|
|
809
|
+
|
|
810
|
+
let {
|
|
811
|
+
locale,
|
|
812
|
+
messages
|
|
813
|
+
} = (0,vue_i18n_cjs_js_.useI18n)();
|
|
814
|
+
let headerTempTitle = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(null);
|
|
815
|
+
(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.watch)(() => locale.value, (newVal, oldVal) => {
|
|
816
|
+
language.value = messages.value[newVal]["webgl"];
|
|
817
|
+
headerTempTitle.value = language.value.scanningTitle;
|
|
818
|
+
});
|
|
819
|
+
(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.onMounted)(() => {
|
|
820
|
+
(0,util_.updatePosition)(boxRef.value, props);
|
|
821
|
+
(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.watch)(() => props.position, (newVal, oldVal) => {
|
|
822
|
+
(0,util_.updatePosition)(boxRef.value, props);
|
|
823
|
+
});
|
|
824
|
+
watchCreateHeaderTemp();
|
|
825
|
+
(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.watch)(() => props.showHeaderTemp, (newVal, oldVal) => {
|
|
826
|
+
watchCreateHeaderTemp();
|
|
827
|
+
});
|
|
828
|
+
currentLang.value = proxy.$i18n.locale; // 获取当前语言
|
|
829
|
+
|
|
830
|
+
gis_utils_.utils.getWebMap(null, scenceView => {
|
|
831
|
+
if (scenceView) {
|
|
832
|
+
viewModel = new ScanEffectViewModel(scenceView, formItem);
|
|
833
|
+
}
|
|
834
|
+
});
|
|
835
|
+
});
|
|
836
|
+
/**
|
|
837
|
+
* @description 监听header生成
|
|
838
|
+
*/
|
|
839
|
+
|
|
840
|
+
const watchCreateHeaderTemp = () => {
|
|
841
|
+
if (props.showHeaderTemp) {
|
|
842
|
+
// 生成headerTemp
|
|
843
|
+
headerTemp.value = (0,util_.createHeaderTemp)(boxRef.value, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.toRefs)(props), headerTempRef, headerTempTitle);
|
|
844
|
+
}
|
|
845
|
+
}; // 切换参数
|
|
846
|
+
|
|
847
|
+
|
|
848
|
+
function paramsChanged(key) {
|
|
849
|
+
switch (key) {
|
|
850
|
+
case "linearScanning":
|
|
851
|
+
viewModel && viewModel.paramsChanged("linearScanning", formItem.scanningStyle);
|
|
852
|
+
break;
|
|
853
|
+
|
|
854
|
+
case "ringScan":
|
|
855
|
+
viewModel && viewModel.paramsChanged("ringScan", formItem.scanningStyle);
|
|
856
|
+
break;
|
|
857
|
+
|
|
858
|
+
case "Radius":
|
|
859
|
+
viewModel && viewModel.paramsChanged("Radius", formItem.sweepRadius);
|
|
860
|
+
break;
|
|
861
|
+
|
|
862
|
+
case "whetherToAndFrom":
|
|
863
|
+
viewModel && viewModel.paramsChanged("whetherToAndFrom", formItem.whetherToAndFrom);
|
|
864
|
+
break;
|
|
865
|
+
|
|
866
|
+
case "textureStyle":
|
|
867
|
+
viewModel && viewModel.paramsChanged("textureStyle", formItem.textureStyle);
|
|
868
|
+
break;
|
|
869
|
+
|
|
870
|
+
case "fillStyle":
|
|
871
|
+
viewModel && viewModel.paramsChanged("fillStyle", formItem.fillStyle);
|
|
872
|
+
break;
|
|
873
|
+
|
|
874
|
+
case "fillColor":
|
|
875
|
+
viewModel && viewModel.paramsChanged("fillColor", formItem.fillColor);
|
|
876
|
+
break;
|
|
877
|
+
|
|
878
|
+
case "lineSpeed":
|
|
879
|
+
viewModel && viewModel.paramsChanged("lineSpeed", formItem.lineSpeed);
|
|
880
|
+
break;
|
|
881
|
+
|
|
882
|
+
case "lineWidth":
|
|
883
|
+
viewModel && viewModel.paramsChanged("lineWidth", formItem.lineWidth);
|
|
884
|
+
break;
|
|
885
|
+
|
|
886
|
+
case "luminosity":
|
|
887
|
+
// 扫描线发光度
|
|
888
|
+
viewModel && viewModel.paramsChanged("luminosity", formItem.luminosity);
|
|
889
|
+
break;
|
|
890
|
+
|
|
891
|
+
case "lineColor":
|
|
892
|
+
viewModel && viewModel.paramsChanged("lineColor", formItem.lineColor);
|
|
893
|
+
break;
|
|
894
|
+
|
|
895
|
+
case "scanningAngle":
|
|
896
|
+
viewModel && viewModel.paramsChanged("scanningAngle", formItem.scanningAngle);
|
|
897
|
+
break;
|
|
898
|
+
|
|
899
|
+
case "lineToAndFrom":
|
|
900
|
+
viewModel && viewModel.paramsChanged("lineToAndFrom", formItem.lineToAndFrom);
|
|
901
|
+
break;
|
|
902
|
+
|
|
903
|
+
case "cycleStyle":
|
|
904
|
+
viewModel && viewModel.paramsChanged("cycleStyle", formItem.cycleStyle);
|
|
905
|
+
formItem.lengthStyle = Number(formItem.lineSpeed) * Number(formItem.cycleStyle);
|
|
906
|
+
break;
|
|
907
|
+
|
|
908
|
+
case "lengthStyle":
|
|
909
|
+
viewModel && viewModel.paramsChanged("lengthStyle", formItem.lengthStyle);
|
|
910
|
+
formItem.cycleStyle = Number(formItem.lengthStyle) / Number(formItem.lineSpeed);
|
|
911
|
+
break;
|
|
912
|
+
|
|
913
|
+
default:
|
|
914
|
+
break;
|
|
915
|
+
}
|
|
916
|
+
} // 添加
|
|
917
|
+
|
|
918
|
+
|
|
919
|
+
function addAnalysis() {
|
|
920
|
+
viewModel && viewModel.start();
|
|
921
|
+
} // 清除
|
|
922
|
+
|
|
923
|
+
|
|
924
|
+
function clear() {
|
|
925
|
+
viewModel && viewModel.clear();
|
|
926
|
+
} // 销毁
|
|
927
|
+
|
|
928
|
+
|
|
929
|
+
(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.onBeforeUnmount)(() => {
|
|
930
|
+
viewModel && viewModel.destroy();
|
|
931
|
+
});
|
|
932
|
+
expose({
|
|
933
|
+
clear,
|
|
934
|
+
paramsChanged,
|
|
935
|
+
addAnalysis
|
|
936
|
+
});
|
|
937
|
+
return (_ctx, _cache) => {
|
|
938
|
+
const _component_kq_radio = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-radio");
|
|
939
|
+
|
|
940
|
+
const _component_kq_row = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-row");
|
|
941
|
+
|
|
942
|
+
const _component_kq_form_item = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-form-item");
|
|
943
|
+
|
|
944
|
+
const _component_kq_form = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-form");
|
|
945
|
+
|
|
946
|
+
const _component_kq_slider = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-slider");
|
|
947
|
+
|
|
948
|
+
const _component_kq_col = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-col");
|
|
949
|
+
|
|
950
|
+
const _component_kq_input_number = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-input-number");
|
|
951
|
+
|
|
952
|
+
const _component_kq_color_picker = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-color-picker");
|
|
953
|
+
|
|
954
|
+
const _component_kq_option = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-option");
|
|
955
|
+
|
|
956
|
+
const _component_kq_select = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-select");
|
|
957
|
+
|
|
958
|
+
const _component_kq_input = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-input");
|
|
959
|
+
|
|
960
|
+
const _component_kq_collapse_item = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-collapse-item");
|
|
961
|
+
|
|
962
|
+
const _component_kq_collapse = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-collapse");
|
|
963
|
+
|
|
964
|
+
const _component_kq_button = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-button");
|
|
965
|
+
|
|
966
|
+
return (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.openBlock)(), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementBlock)("section", {
|
|
967
|
+
class: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.normalizeClass)(["kq3d-scan-effect", {
|
|
968
|
+
'kq-box-shadow': __props.showShadow
|
|
969
|
+
}]),
|
|
970
|
+
ref_key: "boxRef",
|
|
971
|
+
ref: boxRef
|
|
972
|
+
}, [__props.showHeaderTemp ? ((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.openBlock)(), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createBlock)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveDynamicComponent)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(headerTemp)), {
|
|
973
|
+
key: 0,
|
|
974
|
+
ref_key: "headerTempRef",
|
|
975
|
+
ref: headerTempRef
|
|
976
|
+
}, null, 512
|
|
977
|
+
/* NEED_PATCH */
|
|
978
|
+
)) : (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createCommentVNode)("v-if", true), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div", _hoisted_1, [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_form, {
|
|
979
|
+
"label-width": "100px",
|
|
980
|
+
"label-position": "left"
|
|
981
|
+
}, {
|
|
982
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, null, {
|
|
983
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_form_item, {
|
|
984
|
+
label: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).scanningForm
|
|
985
|
+
}, {
|
|
986
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, {
|
|
987
|
+
style: {
|
|
988
|
+
"display": "flex"
|
|
989
|
+
}
|
|
990
|
+
}, {
|
|
991
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_radio, {
|
|
992
|
+
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).scanningStyle,
|
|
993
|
+
"onUpdate:modelValue": _cache[0] || (_cache[0] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).scanningStyle = $event),
|
|
994
|
+
label: 0,
|
|
995
|
+
onChange: _cache[1] || (_cache[1] = $event => paramsChanged('linearScanning'))
|
|
996
|
+
}, {
|
|
997
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createTextVNode)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.toDisplayString)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).linearScanning), 1
|
|
998
|
+
/* TEXT */
|
|
999
|
+
)]),
|
|
1000
|
+
_: 1
|
|
1001
|
+
/* STABLE */
|
|
1002
|
+
|
|
1003
|
+
}, 8
|
|
1004
|
+
/* PROPS */
|
|
1005
|
+
, ["modelValue"]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_radio, {
|
|
1006
|
+
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).scanningStyle,
|
|
1007
|
+
"onUpdate:modelValue": _cache[2] || (_cache[2] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).scanningStyle = $event),
|
|
1008
|
+
label: 1,
|
|
1009
|
+
onChange: _cache[3] || (_cache[3] = $event => paramsChanged('ringScan'))
|
|
1010
|
+
}, {
|
|
1011
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createTextVNode)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.toDisplayString)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).ringScan), 1
|
|
1012
|
+
/* TEXT */
|
|
1013
|
+
)]),
|
|
1014
|
+
_: 1
|
|
1015
|
+
/* STABLE */
|
|
1016
|
+
|
|
1017
|
+
}, 8
|
|
1018
|
+
/* PROPS */
|
|
1019
|
+
, ["modelValue"])]),
|
|
1020
|
+
_: 1
|
|
1021
|
+
/* STABLE */
|
|
1022
|
+
|
|
1023
|
+
})]),
|
|
1024
|
+
_: 1
|
|
1025
|
+
/* STABLE */
|
|
1026
|
+
|
|
1027
|
+
}, 8
|
|
1028
|
+
/* PROPS */
|
|
1029
|
+
, ["label"])]),
|
|
1030
|
+
_: 1
|
|
1031
|
+
/* STABLE */
|
|
1032
|
+
|
|
1033
|
+
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, {
|
|
1034
|
+
class: "kq3d-scan-effect-tip"
|
|
1035
|
+
}, {
|
|
1036
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("p", null, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.toDisplayString)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).scanTips), 1
|
|
1037
|
+
/* TEXT */
|
|
1038
|
+
)]),
|
|
1039
|
+
_: 1
|
|
1040
|
+
/* STABLE */
|
|
1041
|
+
|
|
1042
|
+
})]),
|
|
1043
|
+
_: 1
|
|
1044
|
+
/* STABLE */
|
|
1045
|
+
|
|
1046
|
+
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_collapse, {
|
|
1047
|
+
"model-value": (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(collapseValue)
|
|
1048
|
+
}, {
|
|
1049
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_collapse_item, {
|
|
1050
|
+
title: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).analysisSettings,
|
|
1051
|
+
name: "setting"
|
|
1052
|
+
}, {
|
|
1053
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).scanningStyle === 0 ? ((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.openBlock)(), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createBlock)(_component_kq_form, {
|
|
1054
|
+
key: 0,
|
|
1055
|
+
"label-width": "100px",
|
|
1056
|
+
"label-position": "left"
|
|
1057
|
+
}, {
|
|
1058
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, null, {
|
|
1059
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_form_item, {
|
|
1060
|
+
label: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).lineSpeed
|
|
1061
|
+
}, {
|
|
1062
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, {
|
|
1063
|
+
style: {
|
|
1064
|
+
"display": "flex"
|
|
1065
|
+
}
|
|
1066
|
+
}, {
|
|
1067
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
|
|
1068
|
+
span: 16
|
|
1069
|
+
}, {
|
|
1070
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_slider, {
|
|
1071
|
+
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).lineSpeed,
|
|
1072
|
+
"onUpdate:modelValue": _cache[4] || (_cache[4] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).lineSpeed = $event),
|
|
1073
|
+
step: 1,
|
|
1074
|
+
min: 0,
|
|
1075
|
+
max: 100,
|
|
1076
|
+
onInput: _cache[5] || (_cache[5] = $event => paramsChanged('lineSpeed'))
|
|
1077
|
+
}, null, 8
|
|
1078
|
+
/* PROPS */
|
|
1079
|
+
, ["modelValue"])]),
|
|
1080
|
+
_: 1
|
|
1081
|
+
/* STABLE */
|
|
1082
|
+
|
|
1083
|
+
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
|
|
1084
|
+
span: 8
|
|
1085
|
+
}, {
|
|
1086
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_input_number, {
|
|
1087
|
+
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).lineSpeed,
|
|
1088
|
+
"onUpdate:modelValue": _cache[6] || (_cache[6] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).lineSpeed = $event),
|
|
1089
|
+
min: 0.1,
|
|
1090
|
+
max: 100,
|
|
1091
|
+
step: 0.1,
|
|
1092
|
+
"controls-position": "right",
|
|
1093
|
+
onInput: _cache[7] || (_cache[7] = $event => paramsChanged('lineSpeed'))
|
|
1094
|
+
}, null, 8
|
|
1095
|
+
/* PROPS */
|
|
1096
|
+
, ["modelValue", "min", "step"])]),
|
|
1097
|
+
_: 1
|
|
1098
|
+
/* STABLE */
|
|
1099
|
+
|
|
1100
|
+
})]),
|
|
1101
|
+
_: 1
|
|
1102
|
+
/* STABLE */
|
|
1103
|
+
|
|
1104
|
+
})]),
|
|
1105
|
+
_: 1
|
|
1106
|
+
/* STABLE */
|
|
1107
|
+
|
|
1108
|
+
}, 8
|
|
1109
|
+
/* PROPS */
|
|
1110
|
+
, ["label"])]),
|
|
1111
|
+
_: 1
|
|
1112
|
+
/* STABLE */
|
|
1113
|
+
|
|
1114
|
+
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, null, {
|
|
1115
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_form_item, {
|
|
1116
|
+
label: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).lineWidth
|
|
1117
|
+
}, {
|
|
1118
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, {
|
|
1119
|
+
style: {
|
|
1120
|
+
"display": "flex"
|
|
1121
|
+
}
|
|
1122
|
+
}, {
|
|
1123
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
|
|
1124
|
+
span: 16
|
|
1125
|
+
}, {
|
|
1126
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_slider, {
|
|
1127
|
+
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).lineWidth,
|
|
1128
|
+
"onUpdate:modelValue": _cache[8] || (_cache[8] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).lineWidth = $event),
|
|
1129
|
+
min: 0.1,
|
|
1130
|
+
max: 100,
|
|
1131
|
+
step: 0.1,
|
|
1132
|
+
onInput: _cache[9] || (_cache[9] = $event => paramsChanged('lineWidth'))
|
|
1133
|
+
}, null, 8
|
|
1134
|
+
/* PROPS */
|
|
1135
|
+
, ["modelValue", "min", "step"])]),
|
|
1136
|
+
_: 1
|
|
1137
|
+
/* STABLE */
|
|
1138
|
+
|
|
1139
|
+
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
|
|
1140
|
+
span: 8
|
|
1141
|
+
}, {
|
|
1142
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_input_number, {
|
|
1143
|
+
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).lineWidth,
|
|
1144
|
+
"onUpdate:modelValue": _cache[10] || (_cache[10] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).lineWidth = $event),
|
|
1145
|
+
min: 0,
|
|
1146
|
+
max: 100,
|
|
1147
|
+
step: 1,
|
|
1148
|
+
"controls-position": "right",
|
|
1149
|
+
onInput: _cache[11] || (_cache[11] = $event => paramsChanged('lineWidth'))
|
|
1150
|
+
}, null, 8
|
|
1151
|
+
/* PROPS */
|
|
1152
|
+
, ["modelValue"])]),
|
|
1153
|
+
_: 1
|
|
1154
|
+
/* STABLE */
|
|
1155
|
+
|
|
1156
|
+
})]),
|
|
1157
|
+
_: 1
|
|
1158
|
+
/* STABLE */
|
|
1159
|
+
|
|
1160
|
+
})]),
|
|
1161
|
+
_: 1
|
|
1162
|
+
/* STABLE */
|
|
1163
|
+
|
|
1164
|
+
}, 8
|
|
1165
|
+
/* PROPS */
|
|
1166
|
+
, ["label"])]),
|
|
1167
|
+
_: 1
|
|
1168
|
+
/* STABLE */
|
|
1169
|
+
|
|
1170
|
+
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, null, {
|
|
1171
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_form_item, {
|
|
1172
|
+
label: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).luminosity
|
|
1173
|
+
}, {
|
|
1174
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, {
|
|
1175
|
+
style: {
|
|
1176
|
+
"display": "flex"
|
|
1177
|
+
}
|
|
1178
|
+
}, {
|
|
1179
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
|
|
1180
|
+
span: 16
|
|
1181
|
+
}, {
|
|
1182
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_slider, {
|
|
1183
|
+
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).luminosity,
|
|
1184
|
+
"onUpdate:modelValue": _cache[12] || (_cache[12] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).luminosity = $event),
|
|
1185
|
+
step: 1,
|
|
1186
|
+
min: 0,
|
|
1187
|
+
max: 100,
|
|
1188
|
+
onInput: _cache[13] || (_cache[13] = $event => paramsChanged('luminosity'))
|
|
1189
|
+
}, null, 8
|
|
1190
|
+
/* PROPS */
|
|
1191
|
+
, ["modelValue"])]),
|
|
1192
|
+
_: 1
|
|
1193
|
+
/* STABLE */
|
|
1194
|
+
|
|
1195
|
+
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
|
|
1196
|
+
span: 8
|
|
1197
|
+
}, {
|
|
1198
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_input_number, {
|
|
1199
|
+
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).luminosity,
|
|
1200
|
+
"onUpdate:modelValue": _cache[14] || (_cache[14] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).luminosity = $event),
|
|
1201
|
+
min: 0,
|
|
1202
|
+
max: 100,
|
|
1203
|
+
step: 1,
|
|
1204
|
+
"controls-position": "right",
|
|
1205
|
+
onInput: _cache[15] || (_cache[15] = $event => paramsChanged('luminosity'))
|
|
1206
|
+
}, null, 8
|
|
1207
|
+
/* PROPS */
|
|
1208
|
+
, ["modelValue"])]),
|
|
1209
|
+
_: 1
|
|
1210
|
+
/* STABLE */
|
|
1211
|
+
|
|
1212
|
+
})]),
|
|
1213
|
+
_: 1
|
|
1214
|
+
/* STABLE */
|
|
1215
|
+
|
|
1216
|
+
})]),
|
|
1217
|
+
_: 1
|
|
1218
|
+
/* STABLE */
|
|
1219
|
+
|
|
1220
|
+
}, 8
|
|
1221
|
+
/* PROPS */
|
|
1222
|
+
, ["label"])]),
|
|
1223
|
+
_: 1
|
|
1224
|
+
/* STABLE */
|
|
1225
|
+
|
|
1226
|
+
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, null, {
|
|
1227
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_form_item, {
|
|
1228
|
+
label: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).scanColor
|
|
1229
|
+
}, {
|
|
1230
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_color_picker, {
|
|
1231
|
+
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).lineColor,
|
|
1232
|
+
"onUpdate:modelValue": _cache[16] || (_cache[16] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).lineColor = $event),
|
|
1233
|
+
onChange: _cache[17] || (_cache[17] = $event => paramsChanged('lineColor'))
|
|
1234
|
+
}, null, 8
|
|
1235
|
+
/* PROPS */
|
|
1236
|
+
, ["modelValue"])]),
|
|
1237
|
+
_: 1
|
|
1238
|
+
/* STABLE */
|
|
1239
|
+
|
|
1240
|
+
}, 8
|
|
1241
|
+
/* PROPS */
|
|
1242
|
+
, ["label"])]),
|
|
1243
|
+
_: 1
|
|
1244
|
+
/* STABLE */
|
|
1245
|
+
|
|
1246
|
+
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, null, {
|
|
1247
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_form_item, {
|
|
1248
|
+
label: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).scanningAngle + '(°)'
|
|
1249
|
+
}, {
|
|
1250
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, {
|
|
1251
|
+
style: {
|
|
1252
|
+
"display": "flex"
|
|
1253
|
+
}
|
|
1254
|
+
}, {
|
|
1255
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
|
|
1256
|
+
span: 16
|
|
1257
|
+
}, {
|
|
1258
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_slider, {
|
|
1259
|
+
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).scanningAngle,
|
|
1260
|
+
"onUpdate:modelValue": _cache[18] || (_cache[18] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).scanningAngle = $event),
|
|
1261
|
+
step: 1,
|
|
1262
|
+
min: 0,
|
|
1263
|
+
max: 360,
|
|
1264
|
+
onInput: _cache[19] || (_cache[19] = $event => paramsChanged('scanningAngle'))
|
|
1265
|
+
}, null, 8
|
|
1266
|
+
/* PROPS */
|
|
1267
|
+
, ["modelValue"])]),
|
|
1268
|
+
_: 1
|
|
1269
|
+
/* STABLE */
|
|
1270
|
+
|
|
1271
|
+
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
|
|
1272
|
+
span: 8
|
|
1273
|
+
}, {
|
|
1274
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_input_number, {
|
|
1275
|
+
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).scanningAngle,
|
|
1276
|
+
"onUpdate:modelValue": _cache[20] || (_cache[20] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).scanningAngle = $event),
|
|
1277
|
+
min: 0,
|
|
1278
|
+
max: 360,
|
|
1279
|
+
step: 1,
|
|
1280
|
+
"controls-position": "right",
|
|
1281
|
+
onInput: _cache[21] || (_cache[21] = $event => paramsChanged('scanningAngle'))
|
|
1282
|
+
}, null, 8
|
|
1283
|
+
/* PROPS */
|
|
1284
|
+
, ["modelValue"])]),
|
|
1285
|
+
_: 1
|
|
1286
|
+
/* STABLE */
|
|
1287
|
+
|
|
1288
|
+
})]),
|
|
1289
|
+
_: 1
|
|
1290
|
+
/* STABLE */
|
|
1291
|
+
|
|
1292
|
+
})]),
|
|
1293
|
+
_: 1
|
|
1294
|
+
/* STABLE */
|
|
1295
|
+
|
|
1296
|
+
}, 8
|
|
1297
|
+
/* PROPS */
|
|
1298
|
+
, ["label"])]),
|
|
1299
|
+
_: 1
|
|
1300
|
+
/* STABLE */
|
|
1301
|
+
|
|
1302
|
+
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, null, {
|
|
1303
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_form_item, {
|
|
1304
|
+
label: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).whetherToAndFrom
|
|
1305
|
+
}, {
|
|
1306
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_select, {
|
|
1307
|
+
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).lineToAndFrom,
|
|
1308
|
+
"onUpdate:modelValue": _cache[22] || (_cache[22] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).lineToAndFrom = $event),
|
|
1309
|
+
onChange: _cache[23] || (_cache[23] = $event => paramsChanged('lineToAndFrom'))
|
|
1310
|
+
}, {
|
|
1311
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_option, {
|
|
1312
|
+
label: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).yes,
|
|
1313
|
+
value: 1
|
|
1314
|
+
}, null, 8
|
|
1315
|
+
/* PROPS */
|
|
1316
|
+
, ["label"]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_option, {
|
|
1317
|
+
label: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).no,
|
|
1318
|
+
value: 0
|
|
1319
|
+
}, null, 8
|
|
1320
|
+
/* PROPS */
|
|
1321
|
+
, ["label"])]),
|
|
1322
|
+
_: 1
|
|
1323
|
+
/* STABLE */
|
|
1324
|
+
|
|
1325
|
+
}, 8
|
|
1326
|
+
/* PROPS */
|
|
1327
|
+
, ["modelValue"])]),
|
|
1328
|
+
_: 1
|
|
1329
|
+
/* STABLE */
|
|
1330
|
+
|
|
1331
|
+
}, 8
|
|
1332
|
+
/* PROPS */
|
|
1333
|
+
, ["label"])]),
|
|
1334
|
+
_: 1
|
|
1335
|
+
/* STABLE */
|
|
1336
|
+
|
|
1337
|
+
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, null, {
|
|
1338
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_form_item, {
|
|
1339
|
+
label: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).mode
|
|
1340
|
+
}, {
|
|
1341
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, {
|
|
1342
|
+
style: {
|
|
1343
|
+
"display": "flex"
|
|
1344
|
+
}
|
|
1345
|
+
}, {
|
|
1346
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_radio, {
|
|
1347
|
+
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).modeStyle,
|
|
1348
|
+
"onUpdate:modelValue": _cache[24] || (_cache[24] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).modeStyle = $event),
|
|
1349
|
+
label: 1,
|
|
1350
|
+
onChange: _cache[25] || (_cache[25] = $event => paramsChanged('cycleStyle'))
|
|
1351
|
+
}, {
|
|
1352
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createTextVNode)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.toDisplayString)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).cycleStyle), 1
|
|
1353
|
+
/* TEXT */
|
|
1354
|
+
)]),
|
|
1355
|
+
_: 1
|
|
1356
|
+
/* STABLE */
|
|
1357
|
+
|
|
1358
|
+
}, 8
|
|
1359
|
+
/* PROPS */
|
|
1360
|
+
, ["modelValue"]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_radio, {
|
|
1361
|
+
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).modeStyle,
|
|
1362
|
+
"onUpdate:modelValue": _cache[26] || (_cache[26] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).modeStyle = $event),
|
|
1363
|
+
label: 2,
|
|
1364
|
+
onChange: _cache[27] || (_cache[27] = $event => paramsChanged('lengthStyle'))
|
|
1365
|
+
}, {
|
|
1366
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createTextVNode)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.toDisplayString)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).lengthStyle), 1
|
|
1367
|
+
/* TEXT */
|
|
1368
|
+
)]),
|
|
1369
|
+
_: 1
|
|
1370
|
+
/* STABLE */
|
|
1371
|
+
|
|
1372
|
+
}, 8
|
|
1373
|
+
/* PROPS */
|
|
1374
|
+
, ["modelValue"])]),
|
|
1375
|
+
_: 1
|
|
1376
|
+
/* STABLE */
|
|
1377
|
+
|
|
1378
|
+
})]),
|
|
1379
|
+
_: 1
|
|
1380
|
+
/* STABLE */
|
|
1381
|
+
|
|
1382
|
+
}, 8
|
|
1383
|
+
/* PROPS */
|
|
1384
|
+
, ["label"])]),
|
|
1385
|
+
_: 1
|
|
1386
|
+
/* STABLE */
|
|
1387
|
+
|
|
1388
|
+
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).modeStyle === 1 ? ((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.openBlock)(), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createBlock)(_component_kq_row, {
|
|
1389
|
+
key: 0
|
|
1390
|
+
}, {
|
|
1391
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_form_item, {
|
|
1392
|
+
label: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).cycleStyle + '(s)'
|
|
1393
|
+
}, {
|
|
1394
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, {
|
|
1395
|
+
style: {
|
|
1396
|
+
"display": "flex"
|
|
1397
|
+
}
|
|
1398
|
+
}, {
|
|
1399
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_input, {
|
|
1400
|
+
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).cycleStyle,
|
|
1401
|
+
"onUpdate:modelValue": _cache[28] || (_cache[28] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).cycleStyle = $event),
|
|
1402
|
+
"controls-position": "right",
|
|
1403
|
+
onInput: _cache[29] || (_cache[29] = $event => paramsChanged('cycleStyle'))
|
|
1404
|
+
}, null, 8
|
|
1405
|
+
/* PROPS */
|
|
1406
|
+
, ["modelValue"])]),
|
|
1407
|
+
_: 1
|
|
1408
|
+
/* STABLE */
|
|
1409
|
+
|
|
1410
|
+
})]),
|
|
1411
|
+
_: 1
|
|
1412
|
+
/* STABLE */
|
|
1413
|
+
|
|
1414
|
+
}, 8
|
|
1415
|
+
/* PROPS */
|
|
1416
|
+
, ["label"])]),
|
|
1417
|
+
_: 1
|
|
1418
|
+
/* STABLE */
|
|
1419
|
+
|
|
1420
|
+
})) : (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createCommentVNode)("v-if", true), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).modeStyle === 2 ? ((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.openBlock)(), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createBlock)(_component_kq_row, {
|
|
1421
|
+
key: 1
|
|
1422
|
+
}, {
|
|
1423
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_form_item, {
|
|
1424
|
+
label: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).lengthStyle + '(m)'
|
|
1425
|
+
}, {
|
|
1426
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, {
|
|
1427
|
+
style: {
|
|
1428
|
+
"display": "flex"
|
|
1429
|
+
}
|
|
1430
|
+
}, {
|
|
1431
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_input, {
|
|
1432
|
+
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).lengthStyle,
|
|
1433
|
+
"onUpdate:modelValue": _cache[30] || (_cache[30] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).lengthStyle = $event),
|
|
1434
|
+
"controls-position": "right",
|
|
1435
|
+
onInput: _cache[31] || (_cache[31] = $event => paramsChanged('lengthStyle'))
|
|
1436
|
+
}, null, 8
|
|
1437
|
+
/* PROPS */
|
|
1438
|
+
, ["modelValue"])]),
|
|
1439
|
+
_: 1
|
|
1440
|
+
/* STABLE */
|
|
1441
|
+
|
|
1442
|
+
})]),
|
|
1443
|
+
_: 1
|
|
1444
|
+
/* STABLE */
|
|
1445
|
+
|
|
1446
|
+
}, 8
|
|
1447
|
+
/* PROPS */
|
|
1448
|
+
, ["label"])]),
|
|
1449
|
+
_: 1
|
|
1450
|
+
/* STABLE */
|
|
1451
|
+
|
|
1452
|
+
})) : (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createCommentVNode)("v-if", true)]),
|
|
1453
|
+
_: 1
|
|
1454
|
+
/* STABLE */
|
|
1455
|
+
|
|
1456
|
+
})) : (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createCommentVNode)("v-if", true), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).scanningStyle === 1 ? ((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.openBlock)(), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createBlock)(_component_kq_form, {
|
|
1457
|
+
key: 1,
|
|
1458
|
+
"label-width": "100px",
|
|
1459
|
+
"label-position": "left"
|
|
1460
|
+
}, {
|
|
1461
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, null, {
|
|
1462
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_form_item, {
|
|
1463
|
+
label: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).sweepRadius + '(m)'
|
|
1464
|
+
}, {
|
|
1465
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, {
|
|
1466
|
+
style: {
|
|
1467
|
+
"display": "flex"
|
|
1468
|
+
}
|
|
1469
|
+
}, {
|
|
1470
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
|
|
1471
|
+
span: 16
|
|
1472
|
+
}, {
|
|
1473
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_slider, {
|
|
1474
|
+
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).sweepRadius,
|
|
1475
|
+
"onUpdate:modelValue": _cache[32] || (_cache[32] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).sweepRadius = $event),
|
|
1476
|
+
step: 1,
|
|
1477
|
+
min: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).minSweepRadius,
|
|
1478
|
+
max: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).maxSweepRadius,
|
|
1479
|
+
onInput: _cache[33] || (_cache[33] = $event => paramsChanged('Radius'))
|
|
1480
|
+
}, null, 8
|
|
1481
|
+
/* PROPS */
|
|
1482
|
+
, ["modelValue", "min", "max"])]),
|
|
1483
|
+
_: 1
|
|
1484
|
+
/* STABLE */
|
|
1485
|
+
|
|
1486
|
+
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
|
|
1487
|
+
span: 8
|
|
1488
|
+
}, {
|
|
1489
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_input_number, {
|
|
1490
|
+
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).sweepRadius,
|
|
1491
|
+
"onUpdate:modelValue": _cache[34] || (_cache[34] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).sweepRadius = $event),
|
|
1492
|
+
min: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).minSweepRadius,
|
|
1493
|
+
max: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).maxSweepRadius,
|
|
1494
|
+
step: 1,
|
|
1495
|
+
"controls-position": "right",
|
|
1496
|
+
onInput: _cache[35] || (_cache[35] = $event => paramsChanged('Radius'))
|
|
1497
|
+
}, null, 8
|
|
1498
|
+
/* PROPS */
|
|
1499
|
+
, ["modelValue", "min", "max"])]),
|
|
1500
|
+
_: 1
|
|
1501
|
+
/* STABLE */
|
|
1502
|
+
|
|
1503
|
+
})]),
|
|
1504
|
+
_: 1
|
|
1505
|
+
/* STABLE */
|
|
1506
|
+
|
|
1507
|
+
})]),
|
|
1508
|
+
_: 1
|
|
1509
|
+
/* STABLE */
|
|
1510
|
+
|
|
1511
|
+
}, 8
|
|
1512
|
+
/* PROPS */
|
|
1513
|
+
, ["label"])]),
|
|
1514
|
+
_: 1
|
|
1515
|
+
/* STABLE */
|
|
1516
|
+
|
|
1517
|
+
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, null, {
|
|
1518
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_form_item, {
|
|
1519
|
+
label: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).whetherToAndFrom
|
|
1520
|
+
}, {
|
|
1521
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_select, {
|
|
1522
|
+
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).whetherToAndFrom,
|
|
1523
|
+
"onUpdate:modelValue": _cache[36] || (_cache[36] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).whetherToAndFrom = $event),
|
|
1524
|
+
onChange: _cache[37] || (_cache[37] = $event => paramsChanged('whetherToAndFrom'))
|
|
1525
|
+
}, {
|
|
1526
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_option, {
|
|
1527
|
+
label: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).yes,
|
|
1528
|
+
value: 1
|
|
1529
|
+
}, null, 8
|
|
1530
|
+
/* PROPS */
|
|
1531
|
+
, ["label"]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_option, {
|
|
1532
|
+
label: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).no,
|
|
1533
|
+
value: 0
|
|
1534
|
+
}, null, 8
|
|
1535
|
+
/* PROPS */
|
|
1536
|
+
, ["label"])]),
|
|
1537
|
+
_: 1
|
|
1538
|
+
/* STABLE */
|
|
1539
|
+
|
|
1540
|
+
}, 8
|
|
1541
|
+
/* PROPS */
|
|
1542
|
+
, ["modelValue"])]),
|
|
1543
|
+
_: 1
|
|
1544
|
+
/* STABLE */
|
|
1545
|
+
|
|
1546
|
+
}, 8
|
|
1547
|
+
/* PROPS */
|
|
1548
|
+
, ["label"])]),
|
|
1549
|
+
_: 1
|
|
1550
|
+
/* STABLE */
|
|
1551
|
+
|
|
1552
|
+
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, null, {
|
|
1553
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_form_item, {
|
|
1554
|
+
label: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).textureStyle
|
|
1555
|
+
}, {
|
|
1556
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_select, {
|
|
1557
|
+
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).textureStyle,
|
|
1558
|
+
"onUpdate:modelValue": _cache[38] || (_cache[38] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).textureStyle = $event),
|
|
1559
|
+
onChange: _cache[39] || (_cache[39] = $event => paramsChanged('textureStyle'))
|
|
1560
|
+
}, {
|
|
1561
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_option, {
|
|
1562
|
+
label: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).imageTitle,
|
|
1563
|
+
value: 0
|
|
1564
|
+
}, null, 8
|
|
1565
|
+
/* PROPS */
|
|
1566
|
+
, ["label"]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_option, {
|
|
1567
|
+
label: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).mixed,
|
|
1568
|
+
value: 1
|
|
1569
|
+
}, null, 8
|
|
1570
|
+
/* PROPS */
|
|
1571
|
+
, ["label"])]),
|
|
1572
|
+
_: 1
|
|
1573
|
+
/* STABLE */
|
|
1574
|
+
|
|
1575
|
+
}, 8
|
|
1576
|
+
/* PROPS */
|
|
1577
|
+
, ["modelValue"])]),
|
|
1578
|
+
_: 1
|
|
1579
|
+
/* STABLE */
|
|
1580
|
+
|
|
1581
|
+
}, 8
|
|
1582
|
+
/* PROPS */
|
|
1583
|
+
, ["label"])]),
|
|
1584
|
+
_: 1
|
|
1585
|
+
/* STABLE */
|
|
1586
|
+
|
|
1587
|
+
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, null, {
|
|
1588
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_form_item, {
|
|
1589
|
+
label: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).fillStyle,
|
|
1590
|
+
style: {
|
|
1591
|
+
"margin-bottom": "0px"
|
|
1592
|
+
}
|
|
1593
|
+
}, {
|
|
1594
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_select, {
|
|
1595
|
+
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).fillStyle,
|
|
1596
|
+
"onUpdate:modelValue": _cache[40] || (_cache[40] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).fillStyle = $event),
|
|
1597
|
+
onChange: _cache[41] || (_cache[41] = $event => paramsChanged('fillStyle'))
|
|
1598
|
+
}, {
|
|
1599
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_option, {
|
|
1600
|
+
label: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).roundness,
|
|
1601
|
+
value: 0
|
|
1602
|
+
}, null, 8
|
|
1603
|
+
/* PROPS */
|
|
1604
|
+
, ["label"]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_option, {
|
|
1605
|
+
label: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).toroidal,
|
|
1606
|
+
value: 1
|
|
1607
|
+
}, null, 8
|
|
1608
|
+
/* PROPS */
|
|
1609
|
+
, ["label"]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_option, {
|
|
1610
|
+
label: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).radarScanning,
|
|
1611
|
+
value: 2
|
|
1612
|
+
}, null, 8
|
|
1613
|
+
/* PROPS */
|
|
1614
|
+
, ["label"])]),
|
|
1615
|
+
_: 1
|
|
1616
|
+
/* STABLE */
|
|
1617
|
+
|
|
1618
|
+
}, 8
|
|
1619
|
+
/* PROPS */
|
|
1620
|
+
, ["modelValue"])]),
|
|
1621
|
+
_: 1
|
|
1622
|
+
/* STABLE */
|
|
1623
|
+
|
|
1624
|
+
}, 8
|
|
1625
|
+
/* PROPS */
|
|
1626
|
+
, ["label"])]),
|
|
1627
|
+
_: 1
|
|
1628
|
+
/* STABLE */
|
|
1629
|
+
|
|
1630
|
+
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).textureStyle === 1 ? ((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.openBlock)(), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createBlock)(_component_kq_row, {
|
|
1631
|
+
key: 0
|
|
1632
|
+
}, {
|
|
1633
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_form_item, {
|
|
1634
|
+
label: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).scanColor,
|
|
1635
|
+
style: {
|
|
1636
|
+
"margin-top": "8px",
|
|
1637
|
+
"margin-bottom": "0px"
|
|
1638
|
+
}
|
|
1639
|
+
}, {
|
|
1640
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_color_picker, {
|
|
1641
|
+
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).fillColor,
|
|
1642
|
+
"onUpdate:modelValue": _cache[42] || (_cache[42] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).fillColor = $event),
|
|
1643
|
+
onChange: _cache[43] || (_cache[43] = $event => paramsChanged('fillColor'))
|
|
1644
|
+
}, null, 8
|
|
1645
|
+
/* PROPS */
|
|
1646
|
+
, ["modelValue"])]),
|
|
1647
|
+
_: 1
|
|
1648
|
+
/* STABLE */
|
|
1649
|
+
|
|
1650
|
+
}, 8
|
|
1651
|
+
/* PROPS */
|
|
1652
|
+
, ["label"])]),
|
|
1653
|
+
_: 1
|
|
1654
|
+
/* STABLE */
|
|
1655
|
+
|
|
1656
|
+
})) : (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createCommentVNode)("v-if", true)]),
|
|
1657
|
+
_: 1
|
|
1658
|
+
/* STABLE */
|
|
1659
|
+
|
|
1660
|
+
})) : (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createCommentVNode)("v-if", true)]),
|
|
1661
|
+
_: 1
|
|
1662
|
+
/* STABLE */
|
|
1663
|
+
|
|
1664
|
+
}, 8
|
|
1665
|
+
/* PROPS */
|
|
1666
|
+
, ["title"])]),
|
|
1667
|
+
_: 1
|
|
1668
|
+
/* STABLE */
|
|
1669
|
+
|
|
1670
|
+
}, 8
|
|
1671
|
+
/* PROPS */
|
|
1672
|
+
, ["model-value"]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div", _hoisted_2, [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_button, {
|
|
1673
|
+
onClick: _cache[44] || (_cache[44] = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withModifiers)($event => addAnalysis(), ["stop"])),
|
|
1674
|
+
title: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).addBtn,
|
|
1675
|
+
type: "primary"
|
|
1676
|
+
}, {
|
|
1677
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createTextVNode)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.toDisplayString)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).addBtn), 1
|
|
1678
|
+
/* TEXT */
|
|
1679
|
+
)]),
|
|
1680
|
+
_: 1
|
|
1681
|
+
/* STABLE */
|
|
1682
|
+
|
|
1683
|
+
}, 8
|
|
1684
|
+
/* PROPS */
|
|
1685
|
+
, ["title"]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_button, {
|
|
1686
|
+
onClick: _cache[45] || (_cache[45] = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withModifiers)($event => clear(), ["stop"])),
|
|
1687
|
+
title: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).clear
|
|
1688
|
+
}, {
|
|
1689
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createTextVNode)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.toDisplayString)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).clear), 1
|
|
1690
|
+
/* TEXT */
|
|
1691
|
+
)]),
|
|
1692
|
+
_: 1
|
|
1693
|
+
/* STABLE */
|
|
1694
|
+
|
|
1695
|
+
}, 8
|
|
1696
|
+
/* PROPS */
|
|
1697
|
+
, ["title"])])])], 2
|
|
1698
|
+
/* CLASS */
|
|
1699
|
+
);
|
|
1700
|
+
};
|
|
1701
|
+
}
|
|
1702
|
+
|
|
1703
|
+
}));
|
|
1704
|
+
;// CONCATENATED MODULE: ./src/webgl/scaneffect/ScanEffect.vue?vue&type=script&setup=true&lang=js
|
|
1705
|
+
|
|
1706
|
+
;// CONCATENATED MODULE: ./src/webgl/scaneffect/ScanEffect.vue
|
|
1707
|
+
|
|
1708
|
+
|
|
1709
|
+
|
|
1710
|
+
const __exports__ = ScanEffectvue_type_script_setup_true_lang_js;
|
|
1711
|
+
|
|
1712
|
+
/* harmony default export */ var ScanEffect = (__exports__);
|
|
1713
|
+
// EXTERNAL MODULE: external "@kq_npm/client_common_vue/init.js"
|
|
1714
|
+
var init_js_ = __webpack_require__(5406);
|
|
1715
|
+
var init_js_default = /*#__PURE__*/__webpack_require__.n(init_js_);
|
|
1716
|
+
;// CONCATENATED MODULE: ./src/webgl/scaneffect/index.js
|
|
1717
|
+
|
|
1718
|
+
|
|
1719
|
+
|
|
1720
|
+
|
|
1721
|
+
ScanEffect.install = (Vue, opts) => {
|
|
1722
|
+
init_js_default()(Vue, opts);
|
|
1723
|
+
Vue.component(ScanEffect.name, ScanEffect);
|
|
1724
|
+
};
|
|
1725
|
+
|
|
1726
|
+
|
|
1727
|
+
}();
|
|
1728
|
+
module.exports = __webpack_exports__;
|
|
1729
|
+
/******/ })()
|
|
1730
|
+
;
|