@kq_npm/client3d_webgl_vue 2.6.8-beta → 2.7.0-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 +256 -152
- package/aspectanalysis/index.js +209 -141
- package/baseterraingallery/index.js +182 -107
- package/boxclip/index.js +306 -238
- package/comparemap/index.js +219 -137
- package/compass/index.js +169 -94
- package/excavatefillanalysis/index.js +225 -157
- package/fixedzoomin/index.js +167 -92
- package/fixedzoomout/index.js +167 -92
- package/flight/index.js +298 -199
- package/floodanalysis/index.js +236 -170
- package/gpuspatialquery/index.js +280 -212
- package/hawkeye/index.js +143 -75
- package/index.js +4 -6
- package/isolineanalysis/index.js +552 -486
- package/measure/index.js +236 -154
- package/modelselect/index.js +184 -116
- package/package.json +1 -1
- package/particleeffect/index.js +258 -185
- package/planeclip/index.js +245 -177
- package/profileanalysis/index.js +252 -184
- package/resetview/index.js +132 -57
- package/roller/index.js +202 -134
- package/scenceview/index.js +21480 -94
- package/screenshot/index.js +203 -135
- package/shadowanalysis/index.js +317 -242
- package/sightlineanalysis/index.js +134 -96
- package/skylineanalysis/index.js +239 -171
- package/slopeanalysis/index.js +238 -172
- package/statusbar/index.js +84 -53
- package/terrainoperation/index.js +204 -136
- package/underground/index.js +164 -96
- package/viewshedanalysis/index.js +243 -175
- package/weathereffect/index.js +222 -149
package/aspectanalysis/index.js
CHANGED
|
@@ -1,80 +1,14 @@
|
|
|
1
1
|
/******/ (function() { // webpackBootstrap
|
|
2
2
|
/******/ "use strict";
|
|
3
|
-
/******/
|
|
4
|
-
/******/ var __webpack_require__ = {};
|
|
5
|
-
/******/
|
|
6
|
-
/************************************************************************/
|
|
7
|
-
/******/ /* webpack/runtime/compat get default export */
|
|
8
|
-
/******/ !function() {
|
|
9
|
-
/******/ // getDefaultExport function for compatibility with non-harmony modules
|
|
10
|
-
/******/ __webpack_require__.n = function(module) {
|
|
11
|
-
/******/ var getter = module && module.__esModule ?
|
|
12
|
-
/******/ function() { return module['default']; } :
|
|
13
|
-
/******/ function() { return module; };
|
|
14
|
-
/******/ __webpack_require__.d(getter, { a: getter });
|
|
15
|
-
/******/ return getter;
|
|
16
|
-
/******/ };
|
|
17
|
-
/******/ }();
|
|
18
|
-
/******/
|
|
19
|
-
/******/ /* webpack/runtime/define property getters */
|
|
20
|
-
/******/ !function() {
|
|
21
|
-
/******/ // define getter functions for harmony exports
|
|
22
|
-
/******/ __webpack_require__.d = function(exports, definition) {
|
|
23
|
-
/******/ for(var key in definition) {
|
|
24
|
-
/******/ if(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {
|
|
25
|
-
/******/ Object.defineProperty(exports, key, { enumerable: true, get: definition[key] });
|
|
26
|
-
/******/ }
|
|
27
|
-
/******/ }
|
|
28
|
-
/******/ };
|
|
29
|
-
/******/ }();
|
|
30
|
-
/******/
|
|
31
|
-
/******/ /* webpack/runtime/hasOwnProperty shorthand */
|
|
32
|
-
/******/ !function() {
|
|
33
|
-
/******/ __webpack_require__.o = function(obj, prop) { return Object.prototype.hasOwnProperty.call(obj, prop); }
|
|
34
|
-
/******/ }();
|
|
35
|
-
/******/
|
|
36
|
-
/******/ /* webpack/runtime/make namespace object */
|
|
37
|
-
/******/ !function() {
|
|
38
|
-
/******/ // define __esModule on exports
|
|
39
|
-
/******/ __webpack_require__.r = function(exports) {
|
|
40
|
-
/******/ if(typeof Symbol !== 'undefined' && Symbol.toStringTag) {
|
|
41
|
-
/******/ Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
|
|
42
|
-
/******/ }
|
|
43
|
-
/******/ Object.defineProperty(exports, '__esModule', { value: true });
|
|
44
|
-
/******/ };
|
|
45
|
-
/******/ }();
|
|
46
|
-
/******/
|
|
47
|
-
/************************************************************************/
|
|
48
|
-
var __webpack_exports__ = {};
|
|
49
|
-
// ESM COMPAT FLAG
|
|
50
|
-
__webpack_require__.r(__webpack_exports__);
|
|
3
|
+
/******/ var __webpack_modules__ = ({
|
|
51
4
|
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
"AspectAnalysisViewModel": function() { return /* reexport */ AspectAnalysisViewModel; },
|
|
55
|
-
"default": function() { return /* reexport */ AspectAnalysis; }
|
|
56
|
-
});
|
|
5
|
+
/***/ 8132:
|
|
6
|
+
/***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
57
7
|
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
var
|
|
62
|
-
;// CONCATENATED MODULE: ./node_modules/@babel/runtime/helpers/esm/defineProperty.js
|
|
63
|
-
function _defineProperty(obj, key, value) {
|
|
64
|
-
if (key in obj) {
|
|
65
|
-
Object.defineProperty(obj, key, {
|
|
66
|
-
value: value,
|
|
67
|
-
enumerable: true,
|
|
68
|
-
configurable: true,
|
|
69
|
-
writable: true
|
|
70
|
-
});
|
|
71
|
-
} else {
|
|
72
|
-
obj[key] = value;
|
|
73
|
-
}
|
|
74
|
-
|
|
75
|
-
return obj;
|
|
76
|
-
}
|
|
77
|
-
;// CONCATENATED MODULE: ./src/webgl/aspectanalysis/AspectAnalysisViewModel.js
|
|
8
|
+
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
9
|
+
/* harmony export */ "Z": function() { return /* binding */ AspectAnalysisViewModel; }
|
|
10
|
+
/* harmony export */ });
|
|
11
|
+
/* harmony import */ var _Users_zpc_Documents_KQGEOSpace_KQGISClientForVue_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(8270);
|
|
78
12
|
|
|
79
13
|
|
|
80
14
|
/**
|
|
@@ -83,9 +17,9 @@ function _defineProperty(obj, key, value) {
|
|
|
83
17
|
class AspectAnalysisViewModel {
|
|
84
18
|
// 坡向三维对象
|
|
85
19
|
constructor(scenceView, aspect) {
|
|
86
|
-
|
|
20
|
+
(0,_Users_zpc_Documents_KQGEOSpace_KQGISClientForVue_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_0__/* ["default"] */ .Z)(this, "_aspectAnalysis", null);
|
|
87
21
|
|
|
88
|
-
|
|
22
|
+
(0,_Users_zpc_Documents_KQGEOSpace_KQGISClientForVue_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_0__/* ["default"] */ .Z)(this, "_globaOptions", {
|
|
89
23
|
//全局参数
|
|
90
24
|
viewer: null,
|
|
91
25
|
_drawManager: null
|
|
@@ -163,6 +97,139 @@ class AspectAnalysisViewModel {
|
|
|
163
97
|
}
|
|
164
98
|
|
|
165
99
|
}
|
|
100
|
+
|
|
101
|
+
/***/ }),
|
|
102
|
+
|
|
103
|
+
/***/ 826:
|
|
104
|
+
/***/ (function(module) {
|
|
105
|
+
|
|
106
|
+
module.exports = require("@kq_npm/client_common_vue/_utils/gis-utils");
|
|
107
|
+
|
|
108
|
+
/***/ }),
|
|
109
|
+
|
|
110
|
+
/***/ 5406:
|
|
111
|
+
/***/ (function(module) {
|
|
112
|
+
|
|
113
|
+
module.exports = require("@kq_npm/client_common_vue/init.js");
|
|
114
|
+
|
|
115
|
+
/***/ }),
|
|
116
|
+
|
|
117
|
+
/***/ 637:
|
|
118
|
+
/***/ (function(module) {
|
|
119
|
+
|
|
120
|
+
module.exports = require("vue");
|
|
121
|
+
|
|
122
|
+
/***/ }),
|
|
123
|
+
|
|
124
|
+
/***/ 8270:
|
|
125
|
+
/***/ (function(__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) {
|
|
126
|
+
|
|
127
|
+
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
128
|
+
/* harmony export */ "Z": function() { return /* binding */ _defineProperty; }
|
|
129
|
+
/* harmony export */ });
|
|
130
|
+
function _defineProperty(obj, key, value) {
|
|
131
|
+
if (key in obj) {
|
|
132
|
+
Object.defineProperty(obj, key, {
|
|
133
|
+
value: value,
|
|
134
|
+
enumerable: true,
|
|
135
|
+
configurable: true,
|
|
136
|
+
writable: true
|
|
137
|
+
});
|
|
138
|
+
} else {
|
|
139
|
+
obj[key] = value;
|
|
140
|
+
}
|
|
141
|
+
|
|
142
|
+
return obj;
|
|
143
|
+
}
|
|
144
|
+
|
|
145
|
+
/***/ })
|
|
146
|
+
|
|
147
|
+
/******/ });
|
|
148
|
+
/************************************************************************/
|
|
149
|
+
/******/ // The module cache
|
|
150
|
+
/******/ var __webpack_module_cache__ = {};
|
|
151
|
+
/******/
|
|
152
|
+
/******/ // The require function
|
|
153
|
+
/******/ function __webpack_require__(moduleId) {
|
|
154
|
+
/******/ // Check if module is in cache
|
|
155
|
+
/******/ var cachedModule = __webpack_module_cache__[moduleId];
|
|
156
|
+
/******/ if (cachedModule !== undefined) {
|
|
157
|
+
/******/ return cachedModule.exports;
|
|
158
|
+
/******/ }
|
|
159
|
+
/******/ // Create a new module (and put it into the cache)
|
|
160
|
+
/******/ var module = __webpack_module_cache__[moduleId] = {
|
|
161
|
+
/******/ // no module.id needed
|
|
162
|
+
/******/ // no module.loaded needed
|
|
163
|
+
/******/ exports: {}
|
|
164
|
+
/******/ };
|
|
165
|
+
/******/
|
|
166
|
+
/******/ // Execute the module function
|
|
167
|
+
/******/ __webpack_modules__[moduleId](module, module.exports, __webpack_require__);
|
|
168
|
+
/******/
|
|
169
|
+
/******/ // Return the exports of the module
|
|
170
|
+
/******/ return module.exports;
|
|
171
|
+
/******/ }
|
|
172
|
+
/******/
|
|
173
|
+
/************************************************************************/
|
|
174
|
+
/******/ /* webpack/runtime/compat get default export */
|
|
175
|
+
/******/ !function() {
|
|
176
|
+
/******/ // getDefaultExport function for compatibility with non-harmony modules
|
|
177
|
+
/******/ __webpack_require__.n = function(module) {
|
|
178
|
+
/******/ var getter = module && module.__esModule ?
|
|
179
|
+
/******/ function() { return module['default']; } :
|
|
180
|
+
/******/ function() { return module; };
|
|
181
|
+
/******/ __webpack_require__.d(getter, { a: getter });
|
|
182
|
+
/******/ return getter;
|
|
183
|
+
/******/ };
|
|
184
|
+
/******/ }();
|
|
185
|
+
/******/
|
|
186
|
+
/******/ /* webpack/runtime/define property getters */
|
|
187
|
+
/******/ !function() {
|
|
188
|
+
/******/ // define getter functions for harmony exports
|
|
189
|
+
/******/ __webpack_require__.d = function(exports, definition) {
|
|
190
|
+
/******/ for(var key in definition) {
|
|
191
|
+
/******/ if(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {
|
|
192
|
+
/******/ Object.defineProperty(exports, key, { enumerable: true, get: definition[key] });
|
|
193
|
+
/******/ }
|
|
194
|
+
/******/ }
|
|
195
|
+
/******/ };
|
|
196
|
+
/******/ }();
|
|
197
|
+
/******/
|
|
198
|
+
/******/ /* webpack/runtime/hasOwnProperty shorthand */
|
|
199
|
+
/******/ !function() {
|
|
200
|
+
/******/ __webpack_require__.o = function(obj, prop) { return Object.prototype.hasOwnProperty.call(obj, prop); }
|
|
201
|
+
/******/ }();
|
|
202
|
+
/******/
|
|
203
|
+
/******/ /* webpack/runtime/make namespace object */
|
|
204
|
+
/******/ !function() {
|
|
205
|
+
/******/ // define __esModule on exports
|
|
206
|
+
/******/ __webpack_require__.r = function(exports) {
|
|
207
|
+
/******/ if(typeof Symbol !== 'undefined' && Symbol.toStringTag) {
|
|
208
|
+
/******/ Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
|
|
209
|
+
/******/ }
|
|
210
|
+
/******/ Object.defineProperty(exports, '__esModule', { value: true });
|
|
211
|
+
/******/ };
|
|
212
|
+
/******/ }();
|
|
213
|
+
/******/
|
|
214
|
+
/************************************************************************/
|
|
215
|
+
var __webpack_exports__ = {};
|
|
216
|
+
// This entry need to be wrapped in an IIFE because it need to be isolated against other modules in the chunk.
|
|
217
|
+
!function() {
|
|
218
|
+
// ESM COMPAT FLAG
|
|
219
|
+
__webpack_require__.r(__webpack_exports__);
|
|
220
|
+
|
|
221
|
+
// EXPORTS
|
|
222
|
+
__webpack_require__.d(__webpack_exports__, {
|
|
223
|
+
"AspectAnalysisViewModel": function() { return /* reexport */ AspectAnalysisViewModel/* default */.Z; },
|
|
224
|
+
"default": function() { return /* reexport */ AspectAnalysis; }
|
|
225
|
+
});
|
|
226
|
+
|
|
227
|
+
// EXTERNAL MODULE: external {"root":"Vue","commonjs":"vue","commonjs2":"vue","amd":"vue"}
|
|
228
|
+
var external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_ = __webpack_require__(637);
|
|
229
|
+
// EXTERNAL MODULE: external "@kq_npm/client_common_vue/_utils/gis-utils"
|
|
230
|
+
var gis_utils_ = __webpack_require__(826);
|
|
231
|
+
// EXTERNAL MODULE: ./src/webgl/aspectanalysis/AspectAnalysisViewModel.js
|
|
232
|
+
var AspectAnalysisViewModel = __webpack_require__(8132);
|
|
166
233
|
;// CONCATENATED MODULE: ./node_modules/babel-loader/lib/index.js!./node_modules/vue-loader/dist/index.js??ruleSet[0]!./src/webgl/aspectanalysis/AspectAnalysis.vue?vue&type=script&setup=true&lang=js
|
|
167
234
|
|
|
168
235
|
const _hoisted_1 = {
|
|
@@ -191,25 +258,25 @@ const __default__ = {
|
|
|
191
258
|
const props = __props;
|
|
192
259
|
const {
|
|
193
260
|
proxy
|
|
194
|
-
} = (0,
|
|
195
|
-
let currentLang = (0,
|
|
196
|
-
let language = (0,
|
|
261
|
+
} = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.getCurrentInstance)();
|
|
262
|
+
let currentLang = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)("");
|
|
263
|
+
let language = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)({}); // 获取组件传参
|
|
197
264
|
// 分析类
|
|
198
265
|
|
|
199
266
|
let viewModel = null; // 默认参数
|
|
200
267
|
|
|
201
|
-
let formItem = (0,
|
|
268
|
+
let formItem = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.reactive)({
|
|
202
269
|
interval: props.settingParams && props.settingParams.interval || 500,
|
|
203
270
|
arrowWidth: props.settingParams && props.settingParams.arrowWidth || 20,
|
|
204
271
|
arrowColor: props.settingParams && props.settingParams.arrowColor || "#FFFF00"
|
|
205
272
|
});
|
|
206
|
-
(0,
|
|
273
|
+
(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.onMounted)(() => {
|
|
207
274
|
currentLang.value = proxy.$i18n.locale; // 获取当前语言
|
|
208
275
|
|
|
209
|
-
|
|
276
|
+
gis_utils_.utils.getWebMap(null, scenceView => {
|
|
210
277
|
if (scenceView) {
|
|
211
278
|
language.value = scenceView._language;
|
|
212
|
-
viewModel = new AspectAnalysisViewModel(scenceView, formItem);
|
|
279
|
+
viewModel = new AspectAnalysisViewModel/* default */.Z(scenceView, formItem);
|
|
213
280
|
}
|
|
214
281
|
});
|
|
215
282
|
}); // 参数改变
|
|
@@ -247,7 +314,7 @@ const __default__ = {
|
|
|
247
314
|
} // 销毁
|
|
248
315
|
|
|
249
316
|
|
|
250
|
-
(0,
|
|
317
|
+
(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.onBeforeUnmount)(() => {
|
|
251
318
|
viewModel && viewModel.destroy();
|
|
252
319
|
});
|
|
253
320
|
expose({
|
|
@@ -256,61 +323,61 @@ const __default__ = {
|
|
|
256
323
|
clearResult
|
|
257
324
|
});
|
|
258
325
|
return (_ctx, _cache) => {
|
|
259
|
-
const _component_kq_row = (0,
|
|
326
|
+
const _component_kq_row = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-row");
|
|
260
327
|
|
|
261
|
-
const _component_kq_slider = (0,
|
|
328
|
+
const _component_kq_slider = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-slider");
|
|
262
329
|
|
|
263
|
-
const _component_kq_col = (0,
|
|
330
|
+
const _component_kq_col = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-col");
|
|
264
331
|
|
|
265
|
-
const _component_kq_input_number = (0,
|
|
332
|
+
const _component_kq_input_number = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-input-number");
|
|
266
333
|
|
|
267
|
-
const _component_kq_form_item = (0,
|
|
334
|
+
const _component_kq_form_item = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-form-item");
|
|
268
335
|
|
|
269
|
-
const _component_kq_color_picker = (0,
|
|
336
|
+
const _component_kq_color_picker = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-color-picker");
|
|
270
337
|
|
|
271
|
-
const _component_kq_form = (0,
|
|
338
|
+
const _component_kq_form = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-form");
|
|
272
339
|
|
|
273
|
-
const _component_kq_collapse_item = (0,
|
|
340
|
+
const _component_kq_collapse_item = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-collapse-item");
|
|
274
341
|
|
|
275
|
-
const _component_kq_collapse = (0,
|
|
342
|
+
const _component_kq_collapse = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-collapse");
|
|
276
343
|
|
|
277
|
-
const _component_kq_button = (0,
|
|
344
|
+
const _component_kq_button = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-button");
|
|
278
345
|
|
|
279
|
-
return (0,
|
|
346
|
+
return (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.openBlock)(), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementBlock)("section", _hoisted_1, [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, {
|
|
280
347
|
class: "kq3d-aspect-analysis-tip"
|
|
281
348
|
}, {
|
|
282
|
-
default: (0,
|
|
349
|
+
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).skylineTips), 1
|
|
283
350
|
/* TEXT */
|
|
284
351
|
)]),
|
|
285
352
|
_: 1
|
|
286
353
|
/* STABLE */
|
|
287
354
|
|
|
288
|
-
}), (0,
|
|
355
|
+
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_collapse, {
|
|
289
356
|
"model-value": _ctx.collapseValue
|
|
290
357
|
}, {
|
|
291
|
-
default: (0,
|
|
292
|
-
title: (0,
|
|
358
|
+
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, {
|
|
359
|
+
title: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).analysisSettings,
|
|
293
360
|
name: "setting"
|
|
294
361
|
}, {
|
|
295
|
-
default: (0,
|
|
296
|
-
"label-width": (0,
|
|
362
|
+
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, {
|
|
363
|
+
"label-width": (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(currentLang) === 'zh' ? '90px' : '120px',
|
|
297
364
|
"label-position": "left"
|
|
298
365
|
}, {
|
|
299
|
-
default: (0,
|
|
300
|
-
default: (0,
|
|
301
|
-
label: (0,
|
|
366
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div", null, [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, null, {
|
|
367
|
+
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, {
|
|
368
|
+
label: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).samplingInterval
|
|
302
369
|
}, {
|
|
303
|
-
default: (0,
|
|
370
|
+
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, {
|
|
304
371
|
style: {
|
|
305
372
|
"display": "flex"
|
|
306
373
|
}
|
|
307
374
|
}, {
|
|
308
|
-
default: (0,
|
|
375
|
+
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, {
|
|
309
376
|
span: 16
|
|
310
377
|
}, {
|
|
311
|
-
default: (0,
|
|
312
|
-
modelValue: (0,
|
|
313
|
-
"onUpdate:modelValue": _cache[0] || (_cache[0] = $event => (0,
|
|
378
|
+
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, {
|
|
379
|
+
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).interval,
|
|
380
|
+
"onUpdate:modelValue": _cache[0] || (_cache[0] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).interval = $event),
|
|
314
381
|
step: 1,
|
|
315
382
|
min: 100,
|
|
316
383
|
max: 1000,
|
|
@@ -321,12 +388,12 @@ const __default__ = {
|
|
|
321
388
|
_: 1
|
|
322
389
|
/* STABLE */
|
|
323
390
|
|
|
324
|
-
}), (0,
|
|
391
|
+
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
|
|
325
392
|
span: 8
|
|
326
393
|
}, {
|
|
327
|
-
default: (0,
|
|
328
|
-
modelValue: (0,
|
|
329
|
-
"onUpdate:modelValue": _cache[2] || (_cache[2] = $event => (0,
|
|
394
|
+
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, {
|
|
395
|
+
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).interval,
|
|
396
|
+
"onUpdate:modelValue": _cache[2] || (_cache[2] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).interval = $event),
|
|
330
397
|
step: 1,
|
|
331
398
|
min: 100,
|
|
332
399
|
max: 1000,
|
|
@@ -352,21 +419,21 @@ const __default__ = {
|
|
|
352
419
|
_: 1
|
|
353
420
|
/* STABLE */
|
|
354
421
|
|
|
355
|
-
}), (0,
|
|
356
|
-
default: (0,
|
|
357
|
-
label: (0,
|
|
422
|
+
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, null, {
|
|
423
|
+
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, {
|
|
424
|
+
label: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).arrowWidth
|
|
358
425
|
}, {
|
|
359
|
-
default: (0,
|
|
426
|
+
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, {
|
|
360
427
|
style: {
|
|
361
428
|
"display": "flex"
|
|
362
429
|
}
|
|
363
430
|
}, {
|
|
364
|
-
default: (0,
|
|
431
|
+
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, {
|
|
365
432
|
span: 16
|
|
366
433
|
}, {
|
|
367
|
-
default: (0,
|
|
368
|
-
modelValue: (0,
|
|
369
|
-
"onUpdate:modelValue": _cache[4] || (_cache[4] = $event => (0,
|
|
434
|
+
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, {
|
|
435
|
+
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).arrowWidth,
|
|
436
|
+
"onUpdate:modelValue": _cache[4] || (_cache[4] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).arrowWidth = $event),
|
|
370
437
|
step: 1,
|
|
371
438
|
min: 1,
|
|
372
439
|
max: 30,
|
|
@@ -377,12 +444,12 @@ const __default__ = {
|
|
|
377
444
|
_: 1
|
|
378
445
|
/* STABLE */
|
|
379
446
|
|
|
380
|
-
}), (0,
|
|
447
|
+
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
|
|
381
448
|
span: 8
|
|
382
449
|
}, {
|
|
383
|
-
default: (0,
|
|
384
|
-
modelValue: (0,
|
|
385
|
-
"onUpdate:modelValue": _cache[6] || (_cache[6] = $event => (0,
|
|
450
|
+
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, {
|
|
451
|
+
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).arrowWidth,
|
|
452
|
+
"onUpdate:modelValue": _cache[6] || (_cache[6] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).arrowWidth = $event),
|
|
386
453
|
step: 1,
|
|
387
454
|
min: 1,
|
|
388
455
|
max: 30,
|
|
@@ -408,13 +475,13 @@ const __default__ = {
|
|
|
408
475
|
_: 1
|
|
409
476
|
/* STABLE */
|
|
410
477
|
|
|
411
|
-
}), (0,
|
|
412
|
-
default: (0,
|
|
413
|
-
label: (0,
|
|
478
|
+
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, null, {
|
|
479
|
+
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, {
|
|
480
|
+
label: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).arrowColor
|
|
414
481
|
}, {
|
|
415
|
-
default: (0,
|
|
416
|
-
modelValue: (0,
|
|
417
|
-
"onUpdate:modelValue": _cache[8] || (_cache[8] = $event => (0,
|
|
482
|
+
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, {
|
|
483
|
+
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).arrowColor,
|
|
484
|
+
"onUpdate:modelValue": _cache[8] || (_cache[8] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).arrowColor = $event),
|
|
418
485
|
onChange: _cache[9] || (_cache[9] = $event => paramsChanged('arrowColor'))
|
|
419
486
|
}, null, 8
|
|
420
487
|
/* PROPS */
|
|
@@ -446,12 +513,12 @@ const __default__ = {
|
|
|
446
513
|
|
|
447
514
|
}, 8
|
|
448
515
|
/* PROPS */
|
|
449
|
-
, ["model-value"]), (0,
|
|
450
|
-
onClick: _cache[10] || (_cache[10] = (0,
|
|
451
|
-
title: (0,
|
|
516
|
+
, ["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, {
|
|
517
|
+
onClick: _cache[10] || (_cache[10] = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withModifiers)($event => startAnalysis(), ["stop"])),
|
|
518
|
+
title: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).startAnalysis,
|
|
452
519
|
type: "primary"
|
|
453
520
|
}, {
|
|
454
|
-
default: (0,
|
|
521
|
+
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).startAnalysis), 1
|
|
455
522
|
/* TEXT */
|
|
456
523
|
)]),
|
|
457
524
|
_: 1
|
|
@@ -459,11 +526,11 @@ const __default__ = {
|
|
|
459
526
|
|
|
460
527
|
}, 8
|
|
461
528
|
/* PROPS */
|
|
462
|
-
, ["title"]), (0,
|
|
463
|
-
onClick: _cache[11] || (_cache[11] = (0,
|
|
464
|
-
title: (0,
|
|
529
|
+
, ["title"]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_button, {
|
|
530
|
+
onClick: _cache[11] || (_cache[11] = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withModifiers)($event => clearResult(), ["stop"])),
|
|
531
|
+
title: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).clearResult
|
|
465
532
|
}, {
|
|
466
|
-
default: (0,
|
|
533
|
+
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).clearResult), 1
|
|
467
534
|
/* TEXT */
|
|
468
535
|
)]),
|
|
469
536
|
_: 1
|
|
@@ -485,9 +552,9 @@ const __default__ = {
|
|
|
485
552
|
const __exports__ = AspectAnalysisvue_type_script_setup_true_lang_js;
|
|
486
553
|
|
|
487
554
|
/* harmony default export */ var AspectAnalysis = (__exports__);
|
|
488
|
-
|
|
489
|
-
var
|
|
490
|
-
var init_js_default = /*#__PURE__*/__webpack_require__.n(
|
|
555
|
+
// EXTERNAL MODULE: external "@kq_npm/client_common_vue/init.js"
|
|
556
|
+
var init_js_ = __webpack_require__(5406);
|
|
557
|
+
var init_js_default = /*#__PURE__*/__webpack_require__.n(init_js_);
|
|
491
558
|
;// CONCATENATED MODULE: ./src/webgl/aspectanalysis/index.js
|
|
492
559
|
|
|
493
560
|
|
|
@@ -499,6 +566,7 @@ AspectAnalysis.install = (Vue, opts) => {
|
|
|
499
566
|
};
|
|
500
567
|
|
|
501
568
|
|
|
569
|
+
}();
|
|
502
570
|
module.exports = __webpack_exports__;
|
|
503
571
|
/******/ })()
|
|
504
572
|
;
|