@kq_npm/client3d_webgl_vue 2.6.9-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/screenshot/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
|
-
"ScreenshotViewModel": function() { return /* reexport */ ScreenshotViewModel; },
|
|
55
|
-
"default": function() { return /* reexport */ Screenshot; }
|
|
56
|
-
});
|
|
5
|
+
/***/ 1248:
|
|
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/screenshot/ScreenshotViewModel.js
|
|
8
|
+
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
9
|
+
/* harmony export */ "Z": function() { return /* binding */ ScreenshotViewModel; }
|
|
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
|
class ScreenshotViewModel {
|
|
@@ -82,11 +16,11 @@ class ScreenshotViewModel {
|
|
|
82
16
|
//截图存储参数对象
|
|
83
17
|
//截图三维对象
|
|
84
18
|
constructor(viewer, options) {
|
|
85
|
-
|
|
19
|
+
(0,_Users_zpc_Documents_KQGEOSpace_KQGISClientForVue_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_0__/* ["default"] */ .Z)(this, "_viewer", null);
|
|
86
20
|
|
|
87
|
-
|
|
21
|
+
(0,_Users_zpc_Documents_KQGEOSpace_KQGISClientForVue_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_0__/* ["default"] */ .Z)(this, "_options", null);
|
|
88
22
|
|
|
89
|
-
|
|
23
|
+
(0,_Users_zpc_Documents_KQGEOSpace_KQGISClientForVue_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_0__/* ["default"] */ .Z)(this, "_cameraToImage", null);
|
|
90
24
|
|
|
91
25
|
this._options = {
|
|
92
26
|
width: options.imgWidth,
|
|
@@ -221,6 +155,139 @@ class ScreenshotViewModel {
|
|
|
221
155
|
}
|
|
222
156
|
|
|
223
157
|
}
|
|
158
|
+
|
|
159
|
+
/***/ }),
|
|
160
|
+
|
|
161
|
+
/***/ 826:
|
|
162
|
+
/***/ (function(module) {
|
|
163
|
+
|
|
164
|
+
module.exports = require("@kq_npm/client_common_vue/_utils/gis-utils");
|
|
165
|
+
|
|
166
|
+
/***/ }),
|
|
167
|
+
|
|
168
|
+
/***/ 5406:
|
|
169
|
+
/***/ (function(module) {
|
|
170
|
+
|
|
171
|
+
module.exports = require("@kq_npm/client_common_vue/init.js");
|
|
172
|
+
|
|
173
|
+
/***/ }),
|
|
174
|
+
|
|
175
|
+
/***/ 637:
|
|
176
|
+
/***/ (function(module) {
|
|
177
|
+
|
|
178
|
+
module.exports = require("vue");
|
|
179
|
+
|
|
180
|
+
/***/ }),
|
|
181
|
+
|
|
182
|
+
/***/ 8270:
|
|
183
|
+
/***/ (function(__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) {
|
|
184
|
+
|
|
185
|
+
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
186
|
+
/* harmony export */ "Z": function() { return /* binding */ _defineProperty; }
|
|
187
|
+
/* harmony export */ });
|
|
188
|
+
function _defineProperty(obj, key, value) {
|
|
189
|
+
if (key in obj) {
|
|
190
|
+
Object.defineProperty(obj, key, {
|
|
191
|
+
value: value,
|
|
192
|
+
enumerable: true,
|
|
193
|
+
configurable: true,
|
|
194
|
+
writable: true
|
|
195
|
+
});
|
|
196
|
+
} else {
|
|
197
|
+
obj[key] = value;
|
|
198
|
+
}
|
|
199
|
+
|
|
200
|
+
return obj;
|
|
201
|
+
}
|
|
202
|
+
|
|
203
|
+
/***/ })
|
|
204
|
+
|
|
205
|
+
/******/ });
|
|
206
|
+
/************************************************************************/
|
|
207
|
+
/******/ // The module cache
|
|
208
|
+
/******/ var __webpack_module_cache__ = {};
|
|
209
|
+
/******/
|
|
210
|
+
/******/ // The require function
|
|
211
|
+
/******/ function __webpack_require__(moduleId) {
|
|
212
|
+
/******/ // Check if module is in cache
|
|
213
|
+
/******/ var cachedModule = __webpack_module_cache__[moduleId];
|
|
214
|
+
/******/ if (cachedModule !== undefined) {
|
|
215
|
+
/******/ return cachedModule.exports;
|
|
216
|
+
/******/ }
|
|
217
|
+
/******/ // Create a new module (and put it into the cache)
|
|
218
|
+
/******/ var module = __webpack_module_cache__[moduleId] = {
|
|
219
|
+
/******/ // no module.id needed
|
|
220
|
+
/******/ // no module.loaded needed
|
|
221
|
+
/******/ exports: {}
|
|
222
|
+
/******/ };
|
|
223
|
+
/******/
|
|
224
|
+
/******/ // Execute the module function
|
|
225
|
+
/******/ __webpack_modules__[moduleId](module, module.exports, __webpack_require__);
|
|
226
|
+
/******/
|
|
227
|
+
/******/ // Return the exports of the module
|
|
228
|
+
/******/ return module.exports;
|
|
229
|
+
/******/ }
|
|
230
|
+
/******/
|
|
231
|
+
/************************************************************************/
|
|
232
|
+
/******/ /* webpack/runtime/compat get default export */
|
|
233
|
+
/******/ !function() {
|
|
234
|
+
/******/ // getDefaultExport function for compatibility with non-harmony modules
|
|
235
|
+
/******/ __webpack_require__.n = function(module) {
|
|
236
|
+
/******/ var getter = module && module.__esModule ?
|
|
237
|
+
/******/ function() { return module['default']; } :
|
|
238
|
+
/******/ function() { return module; };
|
|
239
|
+
/******/ __webpack_require__.d(getter, { a: getter });
|
|
240
|
+
/******/ return getter;
|
|
241
|
+
/******/ };
|
|
242
|
+
/******/ }();
|
|
243
|
+
/******/
|
|
244
|
+
/******/ /* webpack/runtime/define property getters */
|
|
245
|
+
/******/ !function() {
|
|
246
|
+
/******/ // define getter functions for harmony exports
|
|
247
|
+
/******/ __webpack_require__.d = function(exports, definition) {
|
|
248
|
+
/******/ for(var key in definition) {
|
|
249
|
+
/******/ if(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {
|
|
250
|
+
/******/ Object.defineProperty(exports, key, { enumerable: true, get: definition[key] });
|
|
251
|
+
/******/ }
|
|
252
|
+
/******/ }
|
|
253
|
+
/******/ };
|
|
254
|
+
/******/ }();
|
|
255
|
+
/******/
|
|
256
|
+
/******/ /* webpack/runtime/hasOwnProperty shorthand */
|
|
257
|
+
/******/ !function() {
|
|
258
|
+
/******/ __webpack_require__.o = function(obj, prop) { return Object.prototype.hasOwnProperty.call(obj, prop); }
|
|
259
|
+
/******/ }();
|
|
260
|
+
/******/
|
|
261
|
+
/******/ /* webpack/runtime/make namespace object */
|
|
262
|
+
/******/ !function() {
|
|
263
|
+
/******/ // define __esModule on exports
|
|
264
|
+
/******/ __webpack_require__.r = function(exports) {
|
|
265
|
+
/******/ if(typeof Symbol !== 'undefined' && Symbol.toStringTag) {
|
|
266
|
+
/******/ Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
|
|
267
|
+
/******/ }
|
|
268
|
+
/******/ Object.defineProperty(exports, '__esModule', { value: true });
|
|
269
|
+
/******/ };
|
|
270
|
+
/******/ }();
|
|
271
|
+
/******/
|
|
272
|
+
/************************************************************************/
|
|
273
|
+
var __webpack_exports__ = {};
|
|
274
|
+
// This entry need to be wrapped in an IIFE because it need to be isolated against other modules in the chunk.
|
|
275
|
+
!function() {
|
|
276
|
+
// ESM COMPAT FLAG
|
|
277
|
+
__webpack_require__.r(__webpack_exports__);
|
|
278
|
+
|
|
279
|
+
// EXPORTS
|
|
280
|
+
__webpack_require__.d(__webpack_exports__, {
|
|
281
|
+
"ScreenshotViewModel": function() { return /* reexport */ ScreenshotViewModel/* default */.Z; },
|
|
282
|
+
"default": function() { return /* reexport */ Screenshot; }
|
|
283
|
+
});
|
|
284
|
+
|
|
285
|
+
// EXTERNAL MODULE: external {"root":"Vue","commonjs":"vue","commonjs2":"vue","amd":"vue"}
|
|
286
|
+
var external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_ = __webpack_require__(637);
|
|
287
|
+
// EXTERNAL MODULE: external "@kq_npm/client_common_vue/_utils/gis-utils"
|
|
288
|
+
var gis_utils_ = __webpack_require__(826);
|
|
289
|
+
// EXTERNAL MODULE: ./src/webgl/screenshot/ScreenshotViewModel.js
|
|
290
|
+
var ScreenshotViewModel = __webpack_require__(1248);
|
|
224
291
|
;// CONCATENATED MODULE: ./node_modules/babel-loader/lib/index.js!./node_modules/vue-loader/dist/index.js??ruleSet[0]!./src/webgl/screenshot/Screenshot.vue?vue&type=script&setup=true&lang=js
|
|
225
292
|
|
|
226
293
|
const _hoisted_1 = {
|
|
@@ -248,10 +315,10 @@ const __default__ = {
|
|
|
248
315
|
expose
|
|
249
316
|
}) {
|
|
250
317
|
const props = __props;
|
|
251
|
-
let imgWidthMax = (0,
|
|
318
|
+
let imgWidthMax = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(800); // 场景高度
|
|
252
319
|
|
|
253
|
-
let imgHeightMax = (0,
|
|
254
|
-
let language = (0,
|
|
320
|
+
let imgHeightMax = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(800);
|
|
321
|
+
let language = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)({}); // 分析类
|
|
255
322
|
|
|
256
323
|
let viewModel = null; // 获取组件传参
|
|
257
324
|
//设置样式
|
|
@@ -261,7 +328,7 @@ const __default__ = {
|
|
|
261
328
|
conditions: [["${height} >= 250", "rgb(255, 0, 0)"], ["${height} >= 200", "rgb(255, 255, 0)"], ["${height} >= 150", "rgb(255, 255, 255)"], ["${height} >= 100", "rgb(0, 0, 255)"], ["${height} >= 80", "rgb(0, 255, 255)"], ["${height} >= 50", "rgb(255, 0, 255)"], ["${height} >= 20", "rgb(0, 255, 0)"], ["true", "rgb(125527, 255, 255)"]]
|
|
262
329
|
}
|
|
263
330
|
};
|
|
264
|
-
let formItem = (0,
|
|
331
|
+
let formItem = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.reactive)({
|
|
265
332
|
lockAspectRatio: props.settingParams && props.settingParams.lockAspectRatio || true,
|
|
266
333
|
// 锁定宽高比
|
|
267
334
|
imgWidth: props.settingParams && props.settingParams.imgWidth || 0,
|
|
@@ -275,8 +342,8 @@ const __default__ = {
|
|
|
275
342
|
tilesetStyle: props.settingParams && props.settingParams.tilesetStyle || style // 倾斜摄影样式
|
|
276
343
|
|
|
277
344
|
});
|
|
278
|
-
(0,
|
|
279
|
-
|
|
345
|
+
(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.onMounted)(() => {
|
|
346
|
+
gis_utils_.utils.getWebMap(null, scenceView => {
|
|
280
347
|
if (scenceView) {
|
|
281
348
|
language.value = scenceView._language;
|
|
282
349
|
var canvas = scenceView._viewer.scene.canvas;
|
|
@@ -284,7 +351,7 @@ const __default__ = {
|
|
|
284
351
|
imgHeightMax.value = canvas.height;
|
|
285
352
|
formItem.imgWidth = canvas.width;
|
|
286
353
|
formItem.imgHeight = canvas.height;
|
|
287
|
-
viewModel = new ScreenshotViewModel(scenceView._viewer, formItem);
|
|
354
|
+
viewModel = new ScreenshotViewModel/* default */.Z(scenceView._viewer, formItem);
|
|
288
355
|
}
|
|
289
356
|
});
|
|
290
357
|
}); // 场景出图
|
|
@@ -324,7 +391,7 @@ const __default__ = {
|
|
|
324
391
|
} // 销毁
|
|
325
392
|
|
|
326
393
|
|
|
327
|
-
(0,
|
|
394
|
+
(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.onBeforeUnmount)(() => {
|
|
328
395
|
viewModel && viewModel.destroy();
|
|
329
396
|
});
|
|
330
397
|
expose({
|
|
@@ -332,35 +399,35 @@ const __default__ = {
|
|
|
332
399
|
sceneFigure
|
|
333
400
|
});
|
|
334
401
|
return (_ctx, _cache) => {
|
|
335
|
-
const _component_kq_checkbox = (0,
|
|
402
|
+
const _component_kq_checkbox = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-checkbox");
|
|
336
403
|
|
|
337
|
-
const _component_kq_row = (0,
|
|
404
|
+
const _component_kq_row = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-row");
|
|
338
405
|
|
|
339
|
-
const _component_kq_input_number = (0,
|
|
406
|
+
const _component_kq_input_number = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-input-number");
|
|
340
407
|
|
|
341
|
-
const _component_kq_col = (0,
|
|
408
|
+
const _component_kq_col = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-col");
|
|
342
409
|
|
|
343
|
-
const _component_kq_form_item = (0,
|
|
410
|
+
const _component_kq_form_item = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-form-item");
|
|
344
411
|
|
|
345
|
-
const _component_kq_option = (0,
|
|
412
|
+
const _component_kq_option = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-option");
|
|
346
413
|
|
|
347
|
-
const _component_kq_select = (0,
|
|
414
|
+
const _component_kq_select = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-select");
|
|
348
415
|
|
|
349
|
-
const _component_kq_form = (0,
|
|
416
|
+
const _component_kq_form = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-form");
|
|
350
417
|
|
|
351
|
-
const _component_kq_button = (0,
|
|
418
|
+
const _component_kq_button = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-button");
|
|
352
419
|
|
|
353
|
-
return (0,
|
|
420
|
+
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_form, {
|
|
354
421
|
"label-width": "120px",
|
|
355
422
|
"label-position": "left"
|
|
356
423
|
}, {
|
|
357
|
-
default: (0,
|
|
358
|
-
default: (0,
|
|
359
|
-
modelValue: (0,
|
|
360
|
-
"onUpdate:modelValue": _cache[0] || (_cache[0] = $event => (0,
|
|
424
|
+
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, {
|
|
425
|
+
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_checkbox, {
|
|
426
|
+
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).lockAspectRatio,
|
|
427
|
+
"onUpdate:modelValue": _cache[0] || (_cache[0] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).lockAspectRatio = $event),
|
|
361
428
|
onChange: _cache[1] || (_cache[1] = $event => paramsChanged('lockAspectRatio'))
|
|
362
429
|
}, {
|
|
363
|
-
default: (0,
|
|
430
|
+
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).lockAspectRatio), 1
|
|
364
431
|
/* TEXT */
|
|
365
432
|
)]),
|
|
366
433
|
_: 1
|
|
@@ -372,24 +439,24 @@ const __default__ = {
|
|
|
372
439
|
_: 1
|
|
373
440
|
/* STABLE */
|
|
374
441
|
|
|
375
|
-
}), (0,
|
|
376
|
-
default: (0,
|
|
377
|
-
label: (0,
|
|
442
|
+
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, null, {
|
|
443
|
+
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, {
|
|
444
|
+
label: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).imgWidth + '(px)'
|
|
378
445
|
}, {
|
|
379
|
-
default: (0,
|
|
446
|
+
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, {
|
|
380
447
|
style: {
|
|
381
448
|
"display": "flex"
|
|
382
449
|
}
|
|
383
450
|
}, {
|
|
384
|
-
default: (0,
|
|
451
|
+
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, {
|
|
385
452
|
span: 24
|
|
386
453
|
}, {
|
|
387
|
-
default: (0,
|
|
388
|
-
modelValue: (0,
|
|
389
|
-
"onUpdate:modelValue": _cache[2] || (_cache[2] = $event => (0,
|
|
454
|
+
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, {
|
|
455
|
+
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).imgWidth,
|
|
456
|
+
"onUpdate:modelValue": _cache[2] || (_cache[2] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).imgWidth = $event),
|
|
390
457
|
step: 1,
|
|
391
458
|
min: 200,
|
|
392
|
-
max: (0,
|
|
459
|
+
max: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(imgWidthMax),
|
|
393
460
|
"controls-position": "right",
|
|
394
461
|
onInput: _cache[3] || (_cache[3] = $event => paramsChanged('imgWidth'))
|
|
395
462
|
}, null, 8
|
|
@@ -412,24 +479,24 @@ const __default__ = {
|
|
|
412
479
|
_: 1
|
|
413
480
|
/* STABLE */
|
|
414
481
|
|
|
415
|
-
}), (0,
|
|
416
|
-
default: (0,
|
|
417
|
-
label: (0,
|
|
482
|
+
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, null, {
|
|
483
|
+
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, {
|
|
484
|
+
label: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).imgHeight + '(px)'
|
|
418
485
|
}, {
|
|
419
|
-
default: (0,
|
|
486
|
+
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, {
|
|
420
487
|
style: {
|
|
421
488
|
"display": "flex"
|
|
422
489
|
}
|
|
423
490
|
}, {
|
|
424
|
-
default: (0,
|
|
491
|
+
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, {
|
|
425
492
|
span: 24
|
|
426
493
|
}, {
|
|
427
|
-
default: (0,
|
|
428
|
-
modelValue: (0,
|
|
429
|
-
"onUpdate:modelValue": _cache[4] || (_cache[4] = $event => (0,
|
|
494
|
+
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, {
|
|
495
|
+
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).imgHeight,
|
|
496
|
+
"onUpdate:modelValue": _cache[4] || (_cache[4] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).imgHeight = $event),
|
|
430
497
|
step: 1,
|
|
431
498
|
min: 100,
|
|
432
|
-
max: (0,
|
|
499
|
+
max: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(imgHeightMax),
|
|
433
500
|
"controls-position": "right",
|
|
434
501
|
onInput: _cache[5] || (_cache[5] = $event => paramsChanged('imgHeight'))
|
|
435
502
|
}, null, 8
|
|
@@ -452,33 +519,33 @@ const __default__ = {
|
|
|
452
519
|
_: 1
|
|
453
520
|
/* STABLE */
|
|
454
521
|
|
|
455
|
-
}), (0,
|
|
456
|
-
default: (0,
|
|
457
|
-
label: (0,
|
|
522
|
+
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, null, {
|
|
523
|
+
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, {
|
|
524
|
+
label: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).imgFormat
|
|
458
525
|
}, {
|
|
459
|
-
default: (0,
|
|
526
|
+
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, {
|
|
460
527
|
style: {
|
|
461
528
|
"display": "flex"
|
|
462
529
|
}
|
|
463
530
|
}, {
|
|
464
|
-
default: (0,
|
|
465
|
-
modelValue: (0,
|
|
466
|
-
"onUpdate:modelValue": _cache[6] || (_cache[6] = $event => (0,
|
|
531
|
+
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, {
|
|
532
|
+
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).imgFormat,
|
|
533
|
+
"onUpdate:modelValue": _cache[6] || (_cache[6] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).imgFormat = $event),
|
|
467
534
|
onChange: _cache[7] || (_cache[7] = $event => paramsChanged('imgFormat')),
|
|
468
535
|
style: {
|
|
469
536
|
"width": "100%"
|
|
470
537
|
}
|
|
471
538
|
}, {
|
|
472
|
-
default: (0,
|
|
539
|
+
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, {
|
|
473
540
|
label: "JPG",
|
|
474
541
|
value: "jpg"
|
|
475
|
-
}), (0,
|
|
542
|
+
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_option, {
|
|
476
543
|
label: "PNG",
|
|
477
544
|
value: "png"
|
|
478
|
-
}), (0,
|
|
545
|
+
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_option, {
|
|
479
546
|
label: "BMP",
|
|
480
547
|
value: "bmp"
|
|
481
|
-
}), (0,
|
|
548
|
+
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createCommentVNode)(" <kq-option label=\"GIF\" value=\"gif\"></kq-option> "), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_option, {
|
|
482
549
|
label: "JPEG",
|
|
483
550
|
value: "jpeg"
|
|
484
551
|
})]),
|
|
@@ -505,12 +572,12 @@ const __default__ = {
|
|
|
505
572
|
_: 1
|
|
506
573
|
/* STABLE */
|
|
507
574
|
|
|
508
|
-
}), (0,
|
|
509
|
-
onClick: _cache[8] || (_cache[8] = (0,
|
|
510
|
-
title: (0,
|
|
575
|
+
}), (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, {
|
|
576
|
+
onClick: _cache[8] || (_cache[8] = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withModifiers)($event => sceneFigure(), ["stop"])),
|
|
577
|
+
title: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).screenshotTips,
|
|
511
578
|
type: "primary"
|
|
512
579
|
}, {
|
|
513
|
-
default: (0,
|
|
580
|
+
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).screenshotTips), 1
|
|
514
581
|
/* TEXT */
|
|
515
582
|
)]),
|
|
516
583
|
_: 1
|
|
@@ -532,9 +599,9 @@ const __default__ = {
|
|
|
532
599
|
const __exports__ = Screenshotvue_type_script_setup_true_lang_js;
|
|
533
600
|
|
|
534
601
|
/* harmony default export */ var Screenshot = (__exports__);
|
|
535
|
-
|
|
536
|
-
var
|
|
537
|
-
var init_js_default = /*#__PURE__*/__webpack_require__.n(
|
|
602
|
+
// EXTERNAL MODULE: external "@kq_npm/client_common_vue/init.js"
|
|
603
|
+
var init_js_ = __webpack_require__(5406);
|
|
604
|
+
var init_js_default = /*#__PURE__*/__webpack_require__.n(init_js_);
|
|
538
605
|
;// CONCATENATED MODULE: ./src/webgl/screenshot/index.js
|
|
539
606
|
|
|
540
607
|
|
|
@@ -546,6 +613,7 @@ Screenshot.install = (Vue, opts) => {
|
|
|
546
613
|
};
|
|
547
614
|
|
|
548
615
|
|
|
616
|
+
}();
|
|
549
617
|
module.exports = __webpack_exports__;
|
|
550
618
|
/******/ })()
|
|
551
619
|
;
|