@kq_npm/client3d_webgl_vue 4.5.29-beta → 4.5.30

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.
Files changed (68) hide show
  1. package/adddata/index.js +518 -262
  2. package/adddata/style/adddata.css +1 -1
  3. package/aspectanalysis/index.js +201 -123
  4. package/baseterraingallery/index.js +123 -94
  5. package/baseterraingallery/style/baseterraingallery.css +1 -1
  6. package/boxclip/index.js +442 -249
  7. package/clientPrint/index.js +27088 -14116
  8. package/clientPrint/style/clientPrint.css +1 -1
  9. package/comparemap/index.js +243 -213
  10. package/compass/index.js +68 -74
  11. package/excavatefillanalysis/index.js +225 -143
  12. package/fixedzoomin/index.js +82 -72
  13. package/fixedzoomout/index.js +80 -71
  14. package/flight/index.js +371 -257
  15. package/flight/style/flight.css +1 -1
  16. package/floodanalysis/index.js +347 -199
  17. package/geologicalbodyanalysis/index.js +260 -166
  18. package/gpuspatialquery/index.js +359 -198
  19. package/hawkeye/index.js +100 -131
  20. package/headertemp/index.js +25 -14
  21. package/heatmap3d/index.js +678 -366
  22. package/heatmap3d/style/heatmap3d.css +1 -1
  23. package/index.js +20310 -7159
  24. package/isolineanalysis/index.js +1202 -504
  25. package/light/index.js +494 -349
  26. package/limitheightanalysis/index.js +223 -159
  27. package/measure/index.js +353 -198
  28. package/modelFlat/index.js +204 -167
  29. package/modelexcavate/index.js +191 -130
  30. package/modelfilter/index.js +271 -179
  31. package/modelprofileanalysis/index.js +316 -206
  32. package/modelselect/index.js +147 -142
  33. package/package.json +1 -1
  34. package/particleeffect/index.js +403 -225
  35. package/planeclip/index.js +300 -198
  36. package/resetview/index.js +52 -66
  37. package/roller/index.js +372 -304
  38. package/scaneffect/index.js +537 -230
  39. package/sceneadvancedtoimage/index.js +358 -205
  40. package/sceneadvancedtoimage/style/sceneadvancedtoimage.css +1 -1
  41. package/sceneapp/index.js +27088 -14116
  42. package/sceneset/index.js +864 -350
  43. package/scenetohdimage/index.js +297 -159
  44. package/scenetohdimage/style/scenetohdimage.css +1 -1
  45. package/sceneview/index.js +27088 -14116
  46. package/sceneview/style/sceneview.css +1 -1
  47. package/screenshot/index.js +301 -257
  48. package/shadowanalysis/index.js +405 -217
  49. package/sightlineanalysis/index.js +271 -183
  50. package/sightlineanalysis/style/divpoint.css +1 -1
  51. package/skylineanalysis/index.js +308 -160
  52. package/slopeanalysis/index.js +397 -227
  53. package/slopeaspectanalysis/index.js +485 -259
  54. package/statusbar/index.js +65 -88
  55. package/style.css +1 -1
  56. package/terrainoperation/index.js +237 -176
  57. package/terrainprofileanalysis/index.js +138 -120
  58. package/typhoontrac/index.js +970 -234
  59. package/typhoontrac/style/typhoontrac.css +1 -1
  60. package/underground/index.js +61 -70
  61. package/videofusion/index.js +488 -265
  62. package/videoproject/index.js +490 -271
  63. package/viewshedanalysis/index.js +255 -151
  64. package/weathereffect/index.js +317 -166
  65. package/windyslicing/index.js +1947 -0
  66. package/windyslicing/style/index.js +3 -0
  67. package/windyslicing/style/windyslicing.css +1 -0
  68. package/wireframesketch/index.js +142 -110
@@ -2,11 +2,11 @@
2
2
  if(typeof exports === 'object' && typeof module === 'object')
3
3
  module.exports = factory(require("vue"), require("@kq_npm/client_common_vue/_utils/gis-utils"), require("@kq_npm/client_common_vue/_utils/util"), require("@kq_npm/client_common_vue/init.js"));
4
4
  else if(typeof define === 'function' && define.amd)
5
- define(["vue", "@kq_npm/client_common_vue/_utils/gis-utils", "@kq_npm/client_common_vue/_utils/util", "@kq_npm/client_common_vue/init.js"], factory);
6
- else {
7
- var a = typeof exports === 'object' ? factory(require("vue"), require("@kq_npm/client_common_vue/_utils/gis-utils"), require("@kq_npm/client_common_vue/_utils/util"), require("@kq_npm/client_common_vue/init.js")) : factory(root["Vue"], root["@kq_npm/client_common_vue/_utils/gis-utils"], root["@kq_npm/client_common_vue/_utils/util"], root["@kq_npm/client_common_vue/init.js"]);
8
- for(var i in a) (typeof exports === 'object' ? exports : root)[i] = a[i];
9
- }
5
+ define("@kq_npm/client3d_webgl_vue", ["vue", "@kq_npm/client_common_vue/_utils/gis-utils", "@kq_npm/client_common_vue/_utils/util", "@kq_npm/client_common_vue/init.js"], factory);
6
+ else if(typeof exports === 'object')
7
+ exports["@kq_npm/client3d_webgl_vue"] = factory(require("vue"), require("@kq_npm/client_common_vue/_utils/gis-utils"), require("@kq_npm/client_common_vue/_utils/util"), require("@kq_npm/client_common_vue/init.js"));
8
+ else
9
+ root["@kq_npm/client3d_webgl_vue"] = factory(root["Vue"], root["@kq_npm/client_common_vue/_utils/gis-utils"], root["@kq_npm/client_common_vue/_utils/util"], root["@kq_npm/client_common_vue/init.js"]);
10
10
  })(this, function(__WEBPACK_EXTERNAL_MODULE__1895__, __WEBPACK_EXTERNAL_MODULE__7135__, __WEBPACK_EXTERNAL_MODULE__3458__, __WEBPACK_EXTERNAL_MODULE__7997__) {
11
11
  return /******/ (function() { // webpackBootstrap
12
12
  /******/ "use strict";
@@ -18,7 +18,8 @@ return /******/ (function() { // webpackBootstrap
18
18
  /* harmony export */ __webpack_require__.d(__webpack_exports__, {
19
19
  /* harmony export */ "Z": function() { return /* binding */ SceneToHDImageViewModel; }
20
20
  /* harmony export */ });
21
- /* harmony import */ var _Users_zpc_Documents_KQGEOSpace_KQGISClientForVue_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(5301);
21
+ /* harmony import */ var _Users_zpc_Documents_KQGEOSpace_KQGISClientForVue_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(8270);
22
+
22
23
 
23
24
  /*
24
25
  * Copyright (C) 2019 KQ GEO Technologies Co., Ltd.
@@ -32,9 +33,13 @@ class SceneToHDImageViewModel {
32
33
  // 输出图片区域
33
34
  constructor(scenceView, options) {
34
35
  (0,_Users_zpc_Documents_KQGEOSpace_KQGISClientForVue_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_0__/* ["default"] */ .Z)(this, "_viewer", null);
36
+
35
37
  (0,_Users_zpc_Documents_KQGEOSpace_KQGISClientForVue_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_0__/* ["default"] */ .Z)(this, "_options", null);
38
+
36
39
  (0,_Users_zpc_Documents_KQGEOSpace_KQGISClientForVue_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_0__/* ["default"] */ .Z)(this, "_canvasToImage", null);
40
+
37
41
  (0,_Users_zpc_Documents_KQGEOSpace_KQGISClientForVue_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_0__/* ["default"] */ .Z)(this, "_exportPictureRegion", null);
42
+
38
43
  this._viewer = scenceView._viewer;
39
44
  this._options = options;
40
45
  this._viewer.enabledFXAA = true;
@@ -42,49 +47,55 @@ class SceneToHDImageViewModel {
42
47
  this._exportPictureRegion.class = "export-picture-region";
43
48
  this._exportPictureRegion.id = "exportPictureRegion";
44
49
  document.getElementById(this._viewer._container.id).parentNode.insertBefore(this._exportPictureRegion, null);
45
- document.getElementById(this._viewer._container.id).classList.add('scene-to-hd-image-viewer');
46
- //声明场景出图类
50
+ document.getElementById(this._viewer._container.id).classList.add('scene-to-hd-image-viewer'); //声明场景出图类
51
+
47
52
  this._canvasToImage = new Cesium.Kq3dCanvasToImage(this._viewer._container.id, {
48
53
  viewer: this._viewer,
49
54
  canvas: this._viewer.scene.canvas
50
55
  });
51
56
  this.resizeExportRegionSize();
52
- }
53
- // 重置输出图片尺寸
57
+ } // 重置输出图片尺寸
58
+
59
+
54
60
  resizeExportRegionSize() {
55
61
  document.getElementById('exportPictureRegion').style.width = Number(this._options.imgWidth) * Number(this._options.pantographRatio) + 'px';
56
62
  document.getElementById('exportPictureRegion').style.height = Number(this._options.imgHeight) * Number(this._options.pantographRatio) + 'px';
57
- }
58
- // 出图
63
+ } // 出图
64
+
65
+
59
66
  sceneToImages() {
60
67
  var width = Number(this._options.imgWidth),
61
- height = Number(this._options.imgHeight),
62
- resolutionWidth = Number(this._options.screenWidth),
63
- resolutionHeight = Number(this._options.screenHeight);
68
+ height = Number(this._options.imgHeight),
69
+ resolutionWidth = Number(this._options.screenWidth),
70
+ resolutionHeight = Number(this._options.screenHeight); //设置宽、高、图片类型
64
71
 
65
- //设置宽、高、图片类型
66
72
  var options = {
67
73
  width: width,
68
74
  //图片宽度
69
75
  height: height,
70
76
  //图片高度
71
77
  type: this._options.imgFormat //图片类型
78
+
72
79
  };
80
+
73
81
  if (width == resolutionWidth && height == resolutionHeight) {
74
82
  this._canvasToImage.saveAsimages(this._viewer.scene.canvas, options);
75
83
  } else {
76
84
  this._viewer.render();
85
+
77
86
  var startX = (resolutionWidth - width) / 2,
78
- startY = (resolutionHeight - height) / 2;
87
+ startY = (resolutionHeight - height) / 2;
79
88
  var canvas = document.createElement('canvas');
80
89
  canvas.width = width;
81
90
  canvas.height = height;
82
91
  var newCtx = canvas.getContext("2d");
83
92
  newCtx.drawImage(this._viewer.canvas, startX, startY, width, height, 0, 0, width, height);
93
+
84
94
  this._canvasToImage.saveAsimages(canvas, options);
85
95
  }
86
- }
87
- // 重新设置场景尺寸
96
+ } // 重新设置场景尺寸
97
+
98
+
88
99
  scaleCesiumContainer() {
89
100
  // var bWidth = document.getElementById(this._viewer._container.id).parentNode.clientWidth,
90
101
  // bHeight = document.getElementById(this._viewer._container.id).parentNode.clientHeight;
@@ -94,26 +105,29 @@ class SceneToHDImageViewModel {
94
105
  // hRatio = bHeight / height;
95
106
  // var scale = Math.min(wRatio, hRatio);
96
107
  document.getElementById(this._viewer._container.id).style.width = Number(this._options.screenWidth) + 'px';
97
- document.getElementById(this._viewer._container.id).style.height = Number(this._options.screenHeight) + 'px';
98
- // document.getElementById(this._viewer._container.id).style.transform = `translate(-50%,-50%) scale(${scale > 1 ? 1 : scale})`;
108
+ document.getElementById(this._viewer._container.id).style.height = Number(this._options.screenHeight) + 'px'; // document.getElementById(this._viewer._container.id).style.transform = `translate(-50%,-50%) scale(${scale > 1 ? 1 : scale})`;
99
109
  // this._options.pantographRatio = scale > 1 ? 1 : scale;
100
110
  // if (call) call(this._options.pantographRatio)
101
- }
102
- // 切换显示区域
111
+ } // 切换显示区域
112
+
113
+
103
114
  changeDisplayArea() {
104
115
  document.getElementById('exportPictureRegion').style.display = this._options.displayArea ? 'block' : 'none';
105
- }
106
- // 调整出图范围尺寸
116
+ } // 调整出图范围尺寸
117
+
118
+
107
119
  changPantographRatio() {
108
120
  this._viewer.container.style.transform = `translate(-50%,-50%) scale(${this._options.pantographRatio})`;
109
121
  this.resizeExportRegionSize();
110
- }
111
- // 销毁
122
+ } // 销毁
123
+
124
+
112
125
  destroy() {
113
126
  document.getElementById(this._viewer._container.id).classList.remove('scene-to-hd-image-viewer');
114
127
  document.getElementById(this._viewer._container.id).removeAttribute('style');
115
128
  document.getElementById('exportPictureRegion').remove();
116
129
  }
130
+
117
131
  }
118
132
 
119
133
  /***/ }),
@@ -160,59 +174,27 @@ module.exports = __WEBPACK_EXTERNAL_MODULE__1895__;
160
174
 
161
175
  /***/ }),
162
176
 
163
- /***/ 5301:
177
+ /***/ 8270:
164
178
  /***/ (function(__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) {
165
179
 
166
-
167
- // EXPORTS
168
- __webpack_require__.d(__webpack_exports__, {
169
- "Z": function() { return /* binding */ _defineProperty; }
170
- });
171
-
172
- ;// CONCATENATED MODULE: ./node_modules/@babel/runtime/helpers/esm/typeof.js
173
- function _typeof(o) {
174
- "@babel/helpers - typeof";
175
-
176
- return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) {
177
- return typeof o;
178
- } : function (o) {
179
- return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o;
180
- }, _typeof(o);
181
- }
182
-
183
- ;// CONCATENATED MODULE: ./node_modules/@babel/runtime/helpers/esm/toPrimitive.js
184
-
185
- function toPrimitive(t, r) {
186
- if ("object" != _typeof(t) || !t) return t;
187
- var e = t[Symbol.toPrimitive];
188
- if (void 0 !== e) {
189
- var i = e.call(t, r || "default");
190
- if ("object" != _typeof(i)) return i;
191
- throw new TypeError("@@toPrimitive must return a primitive value.");
180
+ /* harmony export */ __webpack_require__.d(__webpack_exports__, {
181
+ /* harmony export */ "Z": function() { return /* binding */ _defineProperty; }
182
+ /* harmony export */ });
183
+ function _defineProperty(obj, key, value) {
184
+ if (key in obj) {
185
+ Object.defineProperty(obj, key, {
186
+ value: value,
187
+ enumerable: true,
188
+ configurable: true,
189
+ writable: true
190
+ });
191
+ } else {
192
+ obj[key] = value;
192
193
  }
193
- return ("string" === r ? String : Number)(t);
194
- }
195
-
196
- ;// CONCATENATED MODULE: ./node_modules/@babel/runtime/helpers/esm/toPropertyKey.js
197
-
198
194
 
199
- function toPropertyKey(t) {
200
- var i = toPrimitive(t, "string");
201
- return "symbol" == _typeof(i) ? i : i + "";
195
+ return obj;
202
196
  }
203
197
 
204
- ;// CONCATENATED MODULE: ./node_modules/@babel/runtime/helpers/esm/defineProperty.js
205
-
206
- function _defineProperty(e, r, t) {
207
- return (r = toPropertyKey(r)) in e ? Object.defineProperty(e, r, {
208
- value: t,
209
- enumerable: !0,
210
- configurable: !0,
211
- writable: !0
212
- }) : e[r] = t, e;
213
- }
214
-
215
-
216
198
  /***/ })
217
199
 
218
200
  /******/ });
@@ -307,7 +289,7 @@ var client_icons_vue_ = __webpack_require__(348);
307
289
  var util_ = __webpack_require__(3458);
308
290
  // EXTERNAL MODULE: external "vue-i18n/dist/vue-i18n.cjs.js"
309
291
  var vue_i18n_cjs_js_ = __webpack_require__(7080);
310
- ;// CONCATENATED MODULE: ./node_modules/babel-loader/lib/index.js!./node_modules/vue-loader/dist/index.js??ruleSet[0]!./src/webgl/scenetohdimage/SceneToHDImage.vue?vue&type=script&setup=true&lang=js
292
+ ;// CONCATENATED MODULE: ./node_modules/babel-loader/lib/index.js!./node_modules/vue-loader/dist/index.js??ruleSet[0].use[0]!./src/webgl/scenetohdimage/SceneToHDImage.vue?vue&type=script&setup=true&lang=js
311
293
 
312
294
  const _hoisted_1 = {
313
295
  class: "kq3d-scene-to-hd-image-box"
@@ -335,6 +317,7 @@ const __default__ = {
335
317
  type: Boolean,
336
318
  default: true
337
319
  },
320
+
338
321
  /**
339
322
  * 例:"center","topLeft","topRight","bottomLeft","bottomRight", "topCenter", "bottomCenter" {top:'16px',left:'16px'}, {top:16,left:16}
340
323
  */
@@ -364,6 +347,7 @@ const __default__ = {
364
347
  default: true
365
348
  }
366
349
  },
350
+
367
351
  setup(__props, {
368
352
  expose: __expose
369
353
  }) {
@@ -372,14 +356,11 @@ const __default__ = {
372
356
  proxy
373
357
  } = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.getCurrentInstance)();
374
358
  let currentLang = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)("");
375
- let language = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(proxy.$i18n.global.messages[proxy.$i18n.global.locale]["webgl"]);
376
-
377
- // 获取组件传参
378
-
359
+ let language = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(proxy.$i18n.global.messages[proxy.$i18n.global.locale]["webgl"]); // 获取组件传参
379
360
  // 分析类
380
- let viewModel = {};
381
361
 
382
- // 参数
362
+ let viewModel = {}; // 参数
363
+
383
364
  let formItem = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.reactive)({
384
365
  collapseValue: props.settingParams && props.settingParams.collapseValue || ((props.settingParams && props.settingParams.collapseValue) == '' ? "" : "screenParameter"),
385
366
  // 默认展开属性设置
@@ -404,13 +385,14 @@ const __default__ = {
404
385
  imgFormat: props.settingParams && props.settingParams.imgFormat || "jpg",
405
386
  // 图片类型
406
387
  pantographRatio: 1 // 缩放比
407
- });
408
- // 组件容器Ref
409
- let boxRef = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(null);
410
- // 生成组件默认header
388
+
389
+ }); // 组件容器Ref
390
+
391
+ let boxRef = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(null); // 生成组件默认header
392
+
411
393
  let headerTemp = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)();
412
- let headerTempRef = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)();
413
- // 国际化
394
+ let headerTempRef = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(); // 国际化
395
+
414
396
  let {
415
397
  locale,
416
398
  messages
@@ -433,6 +415,7 @@ const __default__ = {
433
415
  });
434
416
  });
435
417
  currentLang.value = proxy.$i18n.locale; // 获取当前语言
418
+
436
419
  gis_utils_.utils.getWebMap(null, scenceView => {
437
420
  if (scenceView) {
438
421
  // 初始化视图参数
@@ -441,46 +424,54 @@ const __default__ = {
441
424
  }
442
425
  });
443
426
  });
444
-
445
427
  /**
446
428
  * @description 监听header生成
447
429
  */
430
+
448
431
  const watchCreateHeaderTemp = () => {
449
432
  if (props.showHeaderTemp) {
450
433
  // 生成headerTemp
451
434
  headerTemp.value = (0,util_.createHeaderTemp)(boxRef.value, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.toRefs)(props), headerTempRef, headerTempTitle);
452
435
  }
453
- };
454
- // 高清出图
436
+ }; // 高清出图
437
+
438
+
455
439
  function toHDImageHander() {
456
440
  viewModel && viewModel.sceneToImages();
457
- }
458
- // 参数改变
441
+ } // 参数改变
442
+
443
+
459
444
  function paramsChanged(key) {
460
445
  if (!viewModel || !viewModel._options) return;
461
446
  viewModel._options[key] = formItem[key];
447
+
462
448
  switch (key) {
463
449
  case "displayArea":
464
450
  viewModel.changeDisplayArea();
465
451
  break;
452
+
466
453
  case "screenWidth":
467
454
  case "screenHeight":
468
455
  viewModel.scaleCesiumContainer();
469
456
  break;
457
+
470
458
  case "imgWidth":
471
459
  case "imgHeight":
472
460
  viewModel.resizeExportRegionSize();
473
461
  break;
462
+
474
463
  case "pantographRatio":
475
464
  viewModel.changPantographRatio();
476
465
  break;
466
+
477
467
  default:
478
468
  break;
479
469
  }
480
470
  }
471
+
481
472
  function intViewModelParams(id) {
482
473
  var bodyW = 1920,
483
- bodyH = 1024;
474
+ bodyH = 1024;
484
475
  bodyW = document.getElementById(id).clientWidth;
485
476
  bodyH = document.getElementById(id).clientHeight;
486
477
  formItem.screenWidth = bodyW;
@@ -489,26 +480,40 @@ const __default__ = {
489
480
  formItem.maxScreenHeight = bodyH;
490
481
  formItem.imgWidth = parseInt(bodyW / 5 * 4);
491
482
  formItem.imgHeight = parseInt(bodyH / 5 * 4);
492
- }
483
+ } // 销毁
484
+
493
485
 
494
- // 销毁
495
486
  (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.onBeforeUnmount)(() => {
496
487
  viewModel && viewModel.destroy();
497
488
  });
489
+
498
490
  __expose({});
491
+
499
492
  return (_ctx, _cache) => {
500
493
  const _component_kq_slider = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-slider");
494
+
501
495
  const _component_kq_col = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-col");
496
+
502
497
  const _component_kq_input_number = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-input-number");
498
+
503
499
  const _component_kq_row = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-row");
500
+
504
501
  const _component_kq_form_item = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-form-item");
502
+
505
503
  const _component_kq_switch = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-switch");
504
+
506
505
  const _component_kq_form = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-form");
506
+
507
507
  const _component_kq_collapse_item = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-collapse-item");
508
+
508
509
  const _component_kq_option = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-option");
510
+
509
511
  const _component_kq_select = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-select");
512
+
510
513
  const _component_kq_collapse = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-collapse");
514
+
511
515
  const _component_kq_button = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-button");
516
+
512
517
  return (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.openBlock)(), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementBlock)("section", {
513
518
  class: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.normalizeClass)(["kq3d-scene-to-hd-image", {
514
519
  'kq-box-shadow': __props.showShadow
@@ -519,7 +524,9 @@ const __default__ = {
519
524
  key: 0,
520
525
  ref_key: "headerTempRef",
521
526
  ref: headerTempRef
522
- }, null, 512 /* NEED_PATCH */)) : (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_collapse, {
527
+ }, null, 512
528
+ /* NEED_PATCH */
529
+ )) : (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_collapse, {
523
530
  "model-value": (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).collapseValue
524
531
  }, {
525
532
  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, {
@@ -550,8 +557,12 @@ const __default__ = {
550
557
  min: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).minScreenWidth,
551
558
  max: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).maxScreenWidth,
552
559
  onChange: _cache[1] || (_cache[1] = $event => paramsChanged('screenWidth'))
553
- }, null, 8 /* PROPS */, ["modelValue", "min", "max"])]),
554
- _: 1 /* STABLE */
560
+ }, null, 8
561
+ /* PROPS */
562
+ , ["modelValue", "min", "max"])]),
563
+ _: 1
564
+ /* STABLE */
565
+
555
566
  }), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
556
567
  span: 8
557
568
  }, {
@@ -563,14 +574,26 @@ const __default__ = {
563
574
  step: 1,
564
575
  "controls-position": "right",
565
576
  onChange: _cache[3] || (_cache[3] = $event => paramsChanged('screenWidth'))
566
- }, null, 8 /* PROPS */, ["modelValue", "min", "max"])]),
567
- _: 1 /* STABLE */
577
+ }, null, 8
578
+ /* PROPS */
579
+ , ["modelValue", "min", "max"])]),
580
+ _: 1
581
+ /* STABLE */
582
+
568
583
  })]),
569
- _: 1 /* STABLE */
584
+ _: 1
585
+ /* STABLE */
586
+
570
587
  })]),
571
- _: 1 /* STABLE */
572
- }, 8 /* PROPS */, ["label"])]),
573
- _: 1 /* STABLE */
588
+ _: 1
589
+ /* STABLE */
590
+
591
+ }, 8
592
+ /* PROPS */
593
+ , ["label"])]),
594
+ _: 1
595
+ /* STABLE */
596
+
574
597
  }), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, null, {
575
598
  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, {
576
599
  label: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).screenHeight
@@ -590,8 +613,12 @@ const __default__ = {
590
613
  min: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).minScreenHeight,
591
614
  max: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).maxScreenHeight,
592
615
  onChange: _cache[5] || (_cache[5] = $event => paramsChanged('screenHeight'))
593
- }, null, 8 /* PROPS */, ["modelValue", "min", "max"])]),
594
- _: 1 /* STABLE */
616
+ }, null, 8
617
+ /* PROPS */
618
+ , ["modelValue", "min", "max"])]),
619
+ _: 1
620
+ /* STABLE */
621
+
595
622
  }), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
596
623
  span: 8
597
624
  }, {
@@ -603,14 +630,26 @@ const __default__ = {
603
630
  step: 1,
604
631
  "controls-position": "right",
605
632
  onChange: _cache[7] || (_cache[7] = $event => paramsChanged('screenHeight'))
606
- }, null, 8 /* PROPS */, ["modelValue", "min", "max"])]),
607
- _: 1 /* STABLE */
633
+ }, null, 8
634
+ /* PROPS */
635
+ , ["modelValue", "min", "max"])]),
636
+ _: 1
637
+ /* STABLE */
638
+
608
639
  })]),
609
- _: 1 /* STABLE */
640
+ _: 1
641
+ /* STABLE */
642
+
610
643
  })]),
611
- _: 1 /* STABLE */
612
- }, 8 /* PROPS */, ["label"])]),
613
- _: 1 /* STABLE */
644
+ _: 1
645
+ /* STABLE */
646
+
647
+ }, 8
648
+ /* PROPS */
649
+ , ["label"])]),
650
+ _: 1
651
+ /* STABLE */
652
+
614
653
  }), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, null, {
615
654
  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, {
616
655
  label: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).pantographRatio
@@ -630,8 +669,12 @@ const __default__ = {
630
669
  min: 0.01,
631
670
  max: 1,
632
671
  onChange: _cache[9] || (_cache[9] = $event => paramsChanged('pantographRatio'))
633
- }, null, 8 /* PROPS */, ["modelValue", "step", "min"])]),
634
- _: 1 /* STABLE */
672
+ }, null, 8
673
+ /* PROPS */
674
+ , ["modelValue", "step", "min"])]),
675
+ _: 1
676
+ /* STABLE */
677
+
635
678
  }), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
636
679
  span: 8
637
680
  }, {
@@ -643,14 +686,26 @@ const __default__ = {
643
686
  max: 1,
644
687
  "controls-position": "right",
645
688
  onChange: _cache[11] || (_cache[11] = $event => paramsChanged('pantographRatio'))
646
- }, null, 8 /* PROPS */, ["modelValue", "step", "min"])]),
647
- _: 1 /* STABLE */
689
+ }, null, 8
690
+ /* PROPS */
691
+ , ["modelValue", "step", "min"])]),
692
+ _: 1
693
+ /* STABLE */
694
+
648
695
  })]),
649
- _: 1 /* STABLE */
696
+ _: 1
697
+ /* STABLE */
698
+
650
699
  })]),
651
- _: 1 /* STABLE */
652
- }, 8 /* PROPS */, ["label"])]),
653
- _: 1 /* STABLE */
700
+ _: 1
701
+ /* STABLE */
702
+
703
+ }, 8
704
+ /* PROPS */
705
+ , ["label"])]),
706
+ _: 1
707
+ /* STABLE */
708
+
654
709
  }), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, null, {
655
710
  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, {
656
711
  label: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).displayArea
@@ -669,19 +724,37 @@ const __default__ = {
669
724
  "onUpdate:modelValue": _cache[12] || (_cache[12] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).displayArea = $event),
670
725
  "controls-position": "left",
671
726
  onChange: _cache[13] || (_cache[13] = $event => paramsChanged('displayArea'))
672
- }, null, 8 /* PROPS */, ["modelValue"])]),
673
- _: 1 /* STABLE */
727
+ }, null, 8
728
+ /* PROPS */
729
+ , ["modelValue"])]),
730
+ _: 1
731
+ /* STABLE */
732
+
674
733
  })]),
675
- _: 1 /* STABLE */
734
+ _: 1
735
+ /* STABLE */
736
+
676
737
  })]),
677
- _: 1 /* STABLE */
678
- }, 8 /* PROPS */, ["label"])]),
679
- _: 1 /* STABLE */
738
+ _: 1
739
+ /* STABLE */
740
+
741
+ }, 8
742
+ /* PROPS */
743
+ , ["label"])]),
744
+ _: 1
745
+ /* STABLE */
746
+
680
747
  })]),
681
- _: 1 /* STABLE */
748
+ _: 1
749
+ /* STABLE */
750
+
682
751
  })]),
683
- _: 1 /* STABLE */
684
- }, 8 /* PROPS */, ["title"]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_collapse_item, {
752
+ _: 1
753
+ /* STABLE */
754
+
755
+ }, 8
756
+ /* PROPS */
757
+ , ["title"]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_collapse_item, {
685
758
  class: "kq3d-scene-to-hd-image-collapse-item",
686
759
  title: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).pictureSpecification,
687
760
  name: "pictureSpecification"
@@ -720,13 +793,25 @@ const __default__ = {
720
793
  label: "JPEG",
721
794
  value: "jpeg"
722
795
  })]),
723
- _: 1 /* STABLE */
724
- }, 8 /* PROPS */, ["modelValue"])]),
725
- _: 1 /* STABLE */
796
+ _: 1
797
+ /* STABLE */
798
+
799
+ }, 8
800
+ /* PROPS */
801
+ , ["modelValue"])]),
802
+ _: 1
803
+ /* STABLE */
804
+
726
805
  })]),
727
- _: 1 /* STABLE */
728
- }, 8 /* PROPS */, ["label"])]),
729
- _: 1 /* STABLE */
806
+ _: 1
807
+ /* STABLE */
808
+
809
+ }, 8
810
+ /* PROPS */
811
+ , ["label"])]),
812
+ _: 1
813
+ /* STABLE */
814
+
730
815
  }), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, null, {
731
816
  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, {
732
817
  label: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).imgWidth + '(px)'
@@ -746,8 +831,12 @@ const __default__ = {
746
831
  min: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).minImgWidth,
747
832
  max: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).screenWidth,
748
833
  onChange: _cache[17] || (_cache[17] = $event => paramsChanged('imgWidth'))
749
- }, null, 8 /* PROPS */, ["modelValue", "min", "max"])]),
750
- _: 1 /* STABLE */
834
+ }, null, 8
835
+ /* PROPS */
836
+ , ["modelValue", "min", "max"])]),
837
+ _: 1
838
+ /* STABLE */
839
+
751
840
  }), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
752
841
  span: 8
753
842
  }, {
@@ -759,14 +848,26 @@ const __default__ = {
759
848
  step: 1,
760
849
  "controls-position": "right",
761
850
  onChange: _cache[19] || (_cache[19] = $event => paramsChanged('imgWidth'))
762
- }, null, 8 /* PROPS */, ["modelValue", "min", "max"])]),
763
- _: 1 /* STABLE */
851
+ }, null, 8
852
+ /* PROPS */
853
+ , ["modelValue", "min", "max"])]),
854
+ _: 1
855
+ /* STABLE */
856
+
764
857
  })]),
765
- _: 1 /* STABLE */
858
+ _: 1
859
+ /* STABLE */
860
+
766
861
  })]),
767
- _: 1 /* STABLE */
768
- }, 8 /* PROPS */, ["label"])]),
769
- _: 1 /* STABLE */
862
+ _: 1
863
+ /* STABLE */
864
+
865
+ }, 8
866
+ /* PROPS */
867
+ , ["label"])]),
868
+ _: 1
869
+ /* STABLE */
870
+
770
871
  }), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, null, {
771
872
  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, {
772
873
  label: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).imgHeight + '(px)'
@@ -786,8 +887,12 @@ const __default__ = {
786
887
  min: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).minImgHeight,
787
888
  max: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).screenHeight,
788
889
  onChange: _cache[21] || (_cache[21] = $event => paramsChanged('imgHeight'))
789
- }, null, 8 /* PROPS */, ["modelValue", "min", "max"])]),
790
- _: 1 /* STABLE */
890
+ }, null, 8
891
+ /* PROPS */
892
+ , ["modelValue", "min", "max"])]),
893
+ _: 1
894
+ /* STABLE */
895
+
791
896
  }), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
792
897
  span: 8
793
898
  }, {
@@ -799,30 +904,61 @@ const __default__ = {
799
904
  step: 1,
800
905
  "controls-position": "right",
801
906
  onChange: _cache[23] || (_cache[23] = $event => paramsChanged('imgHeight'))
802
- }, null, 8 /* PROPS */, ["modelValue", "min", "max"])]),
803
- _: 1 /* STABLE */
907
+ }, null, 8
908
+ /* PROPS */
909
+ , ["modelValue", "min", "max"])]),
910
+ _: 1
911
+ /* STABLE */
912
+
804
913
  })]),
805
- _: 1 /* STABLE */
914
+ _: 1
915
+ /* STABLE */
916
+
806
917
  })]),
807
- _: 1 /* STABLE */
808
- }, 8 /* PROPS */, ["label"])]),
809
- _: 1 /* STABLE */
918
+ _: 1
919
+ /* STABLE */
920
+
921
+ }, 8
922
+ /* PROPS */
923
+ , ["label"])]),
924
+ _: 1
925
+ /* STABLE */
926
+
810
927
  })]),
811
- _: 1 /* STABLE */
928
+ _: 1
929
+ /* STABLE */
930
+
812
931
  })]),
813
- _: 1 /* STABLE */
814
- }, 8 /* PROPS */, ["title"])]),
815
- _: 1 /* STABLE */
816
- }, 8 /* PROPS */, ["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, {
932
+ _: 1
933
+ /* STABLE */
934
+
935
+ }, 8
936
+ /* PROPS */
937
+ , ["title"])]),
938
+ _: 1
939
+ /* STABLE */
940
+
941
+ }, 8
942
+ /* PROPS */
943
+ , ["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, {
817
944
  onClick: _cache[24] || (_cache[24] = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withModifiers)($event => toHDImageHander(), ["stop"])),
818
945
  title: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).sceneToHDImageTips,
819
946
  type: "primary"
820
947
  }, {
821
- 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).sceneToHDImageTips), 1 /* TEXT */)]),
822
- _: 1 /* STABLE */
823
- }, 8 /* PROPS */, ["title"])])])], 2 /* CLASS */);
948
+ 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).sceneToHDImageTips), 1
949
+ /* TEXT */
950
+ )]),
951
+ _: 1
952
+ /* STABLE */
953
+
954
+ }, 8
955
+ /* PROPS */
956
+ , ["title"])])])], 2
957
+ /* CLASS */
958
+ );
824
959
  };
825
960
  }
961
+
826
962
  }));
827
963
  ;// CONCATENATED MODULE: ./src/webgl/scenetohdimage/SceneToHDImage.vue?vue&type=script&setup=true&lang=js
828
964
 
@@ -844,11 +980,13 @@ var init_js_default = /*#__PURE__*/__webpack_require__.n(init_js_);
844
980
 
845
981
 
846
982
 
983
+
847
984
  SceneToHDImage.install = (Vue, opts) => {
848
985
  init_js_default()(Vue, opts);
849
986
  Vue.component(SceneToHDImage.name, SceneToHDImage);
850
987
  };
851
988
 
989
+
852
990
  }();
853
991
  /******/ return __webpack_exports__;
854
992
  /******/ })()