@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/roller/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
|
-
"RollerViewModel": function() { return /* reexport */ RollerViewModel; },
|
|
55
|
-
"default": function() { return /* reexport */ Roller; }
|
|
56
|
-
});
|
|
5
|
+
/***/ 6561:
|
|
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/roller/RollerViewModel.js
|
|
8
|
+
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
9
|
+
/* harmony export */ "Z": function() { return /* binding */ RollerViewModel; }
|
|
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 RollerViewModel {
|
|
@@ -88,23 +22,23 @@ class RollerViewModel {
|
|
|
88
22
|
//左右卷帘活动状态
|
|
89
23
|
//上下卷帘活动状态
|
|
90
24
|
constructor(scenceView, options) {
|
|
91
|
-
|
|
25
|
+
(0,_Users_zpc_Documents_KQGEOSpace_KQGISClientForVue_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_0__/* ["default"] */ .Z)(this, "_viewer", null);
|
|
92
26
|
|
|
93
|
-
|
|
27
|
+
(0,_Users_zpc_Documents_KQGEOSpace_KQGISClientForVue_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_0__/* ["default"] */ .Z)(this, "_layerManager", null);
|
|
94
28
|
|
|
95
|
-
|
|
29
|
+
(0,_Users_zpc_Documents_KQGEOSpace_KQGISClientForVue_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_0__/* ["default"] */ .Z)(this, "_layers", []);
|
|
96
30
|
|
|
97
|
-
|
|
31
|
+
(0,_Users_zpc_Documents_KQGEOSpace_KQGISClientForVue_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_0__/* ["default"] */ .Z)(this, "_lrSlider", null);
|
|
98
32
|
|
|
99
|
-
|
|
33
|
+
(0,_Users_zpc_Documents_KQGEOSpace_KQGISClientForVue_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_0__/* ["default"] */ .Z)(this, "_tbSlider", null);
|
|
100
34
|
|
|
101
|
-
|
|
35
|
+
(0,_Users_zpc_Documents_KQGEOSpace_KQGISClientForVue_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_0__/* ["default"] */ .Z)(this, "_lrSliderHandler", null);
|
|
102
36
|
|
|
103
|
-
|
|
37
|
+
(0,_Users_zpc_Documents_KQGEOSpace_KQGISClientForVue_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_0__/* ["default"] */ .Z)(this, "_tbSliderHandler", null);
|
|
104
38
|
|
|
105
|
-
|
|
39
|
+
(0,_Users_zpc_Documents_KQGEOSpace_KQGISClientForVue_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_0__/* ["default"] */ .Z)(this, "_lrSliderActive", false);
|
|
106
40
|
|
|
107
|
-
|
|
41
|
+
(0,_Users_zpc_Documents_KQGEOSpace_KQGISClientForVue_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_0__/* ["default"] */ .Z)(this, "_tbSliderActive", false);
|
|
108
42
|
|
|
109
43
|
this._viewer = scenceView._viewer;
|
|
110
44
|
this._layerManager = scenceView._layerManager;
|
|
@@ -277,6 +211,139 @@ class RollerViewModel {
|
|
|
277
211
|
}
|
|
278
212
|
|
|
279
213
|
}
|
|
214
|
+
|
|
215
|
+
/***/ }),
|
|
216
|
+
|
|
217
|
+
/***/ 826:
|
|
218
|
+
/***/ (function(module) {
|
|
219
|
+
|
|
220
|
+
module.exports = require("@kq_npm/client_common_vue/_utils/gis-utils");
|
|
221
|
+
|
|
222
|
+
/***/ }),
|
|
223
|
+
|
|
224
|
+
/***/ 5406:
|
|
225
|
+
/***/ (function(module) {
|
|
226
|
+
|
|
227
|
+
module.exports = require("@kq_npm/client_common_vue/init.js");
|
|
228
|
+
|
|
229
|
+
/***/ }),
|
|
230
|
+
|
|
231
|
+
/***/ 637:
|
|
232
|
+
/***/ (function(module) {
|
|
233
|
+
|
|
234
|
+
module.exports = require("vue");
|
|
235
|
+
|
|
236
|
+
/***/ }),
|
|
237
|
+
|
|
238
|
+
/***/ 8270:
|
|
239
|
+
/***/ (function(__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) {
|
|
240
|
+
|
|
241
|
+
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
242
|
+
/* harmony export */ "Z": function() { return /* binding */ _defineProperty; }
|
|
243
|
+
/* harmony export */ });
|
|
244
|
+
function _defineProperty(obj, key, value) {
|
|
245
|
+
if (key in obj) {
|
|
246
|
+
Object.defineProperty(obj, key, {
|
|
247
|
+
value: value,
|
|
248
|
+
enumerable: true,
|
|
249
|
+
configurable: true,
|
|
250
|
+
writable: true
|
|
251
|
+
});
|
|
252
|
+
} else {
|
|
253
|
+
obj[key] = value;
|
|
254
|
+
}
|
|
255
|
+
|
|
256
|
+
return obj;
|
|
257
|
+
}
|
|
258
|
+
|
|
259
|
+
/***/ })
|
|
260
|
+
|
|
261
|
+
/******/ });
|
|
262
|
+
/************************************************************************/
|
|
263
|
+
/******/ // The module cache
|
|
264
|
+
/******/ var __webpack_module_cache__ = {};
|
|
265
|
+
/******/
|
|
266
|
+
/******/ // The require function
|
|
267
|
+
/******/ function __webpack_require__(moduleId) {
|
|
268
|
+
/******/ // Check if module is in cache
|
|
269
|
+
/******/ var cachedModule = __webpack_module_cache__[moduleId];
|
|
270
|
+
/******/ if (cachedModule !== undefined) {
|
|
271
|
+
/******/ return cachedModule.exports;
|
|
272
|
+
/******/ }
|
|
273
|
+
/******/ // Create a new module (and put it into the cache)
|
|
274
|
+
/******/ var module = __webpack_module_cache__[moduleId] = {
|
|
275
|
+
/******/ // no module.id needed
|
|
276
|
+
/******/ // no module.loaded needed
|
|
277
|
+
/******/ exports: {}
|
|
278
|
+
/******/ };
|
|
279
|
+
/******/
|
|
280
|
+
/******/ // Execute the module function
|
|
281
|
+
/******/ __webpack_modules__[moduleId](module, module.exports, __webpack_require__);
|
|
282
|
+
/******/
|
|
283
|
+
/******/ // Return the exports of the module
|
|
284
|
+
/******/ return module.exports;
|
|
285
|
+
/******/ }
|
|
286
|
+
/******/
|
|
287
|
+
/************************************************************************/
|
|
288
|
+
/******/ /* webpack/runtime/compat get default export */
|
|
289
|
+
/******/ !function() {
|
|
290
|
+
/******/ // getDefaultExport function for compatibility with non-harmony modules
|
|
291
|
+
/******/ __webpack_require__.n = function(module) {
|
|
292
|
+
/******/ var getter = module && module.__esModule ?
|
|
293
|
+
/******/ function() { return module['default']; } :
|
|
294
|
+
/******/ function() { return module; };
|
|
295
|
+
/******/ __webpack_require__.d(getter, { a: getter });
|
|
296
|
+
/******/ return getter;
|
|
297
|
+
/******/ };
|
|
298
|
+
/******/ }();
|
|
299
|
+
/******/
|
|
300
|
+
/******/ /* webpack/runtime/define property getters */
|
|
301
|
+
/******/ !function() {
|
|
302
|
+
/******/ // define getter functions for harmony exports
|
|
303
|
+
/******/ __webpack_require__.d = function(exports, definition) {
|
|
304
|
+
/******/ for(var key in definition) {
|
|
305
|
+
/******/ if(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {
|
|
306
|
+
/******/ Object.defineProperty(exports, key, { enumerable: true, get: definition[key] });
|
|
307
|
+
/******/ }
|
|
308
|
+
/******/ }
|
|
309
|
+
/******/ };
|
|
310
|
+
/******/ }();
|
|
311
|
+
/******/
|
|
312
|
+
/******/ /* webpack/runtime/hasOwnProperty shorthand */
|
|
313
|
+
/******/ !function() {
|
|
314
|
+
/******/ __webpack_require__.o = function(obj, prop) { return Object.prototype.hasOwnProperty.call(obj, prop); }
|
|
315
|
+
/******/ }();
|
|
316
|
+
/******/
|
|
317
|
+
/******/ /* webpack/runtime/make namespace object */
|
|
318
|
+
/******/ !function() {
|
|
319
|
+
/******/ // define __esModule on exports
|
|
320
|
+
/******/ __webpack_require__.r = function(exports) {
|
|
321
|
+
/******/ if(typeof Symbol !== 'undefined' && Symbol.toStringTag) {
|
|
322
|
+
/******/ Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
|
|
323
|
+
/******/ }
|
|
324
|
+
/******/ Object.defineProperty(exports, '__esModule', { value: true });
|
|
325
|
+
/******/ };
|
|
326
|
+
/******/ }();
|
|
327
|
+
/******/
|
|
328
|
+
/************************************************************************/
|
|
329
|
+
var __webpack_exports__ = {};
|
|
330
|
+
// This entry need to be wrapped in an IIFE because it need to be isolated against other modules in the chunk.
|
|
331
|
+
!function() {
|
|
332
|
+
// ESM COMPAT FLAG
|
|
333
|
+
__webpack_require__.r(__webpack_exports__);
|
|
334
|
+
|
|
335
|
+
// EXPORTS
|
|
336
|
+
__webpack_require__.d(__webpack_exports__, {
|
|
337
|
+
"RollerViewModel": function() { return /* reexport */ RollerViewModel/* default */.Z; },
|
|
338
|
+
"default": function() { return /* reexport */ Roller; }
|
|
339
|
+
});
|
|
340
|
+
|
|
341
|
+
// EXTERNAL MODULE: external {"root":"Vue","commonjs":"vue","commonjs2":"vue","amd":"vue"}
|
|
342
|
+
var external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_ = __webpack_require__(637);
|
|
343
|
+
// EXTERNAL MODULE: external "@kq_npm/client_common_vue/_utils/gis-utils"
|
|
344
|
+
var gis_utils_ = __webpack_require__(826);
|
|
345
|
+
// EXTERNAL MODULE: ./src/webgl/roller/RollerViewModel.js
|
|
346
|
+
var RollerViewModel = __webpack_require__(6561);
|
|
280
347
|
;// CONCATENATED MODULE: ./node_modules/babel-loader/lib/index.js!./node_modules/vue-loader/dist/index.js??ruleSet[0]!./src/webgl/roller/Roller.vue?vue&type=script&setup=true&lang=js
|
|
281
348
|
|
|
282
349
|
const _hoisted_1 = {
|
|
@@ -308,7 +375,7 @@ const __default__ = {
|
|
|
308
375
|
expose
|
|
309
376
|
}) {
|
|
310
377
|
const props = __props;
|
|
311
|
-
let language = (0,
|
|
378
|
+
let language = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)({}); //获取组件传参
|
|
312
379
|
// 表格头样式
|
|
313
380
|
|
|
314
381
|
let headClass = args => {
|
|
@@ -319,19 +386,19 @@ const __default__ = {
|
|
|
319
386
|
};
|
|
320
387
|
};
|
|
321
388
|
|
|
322
|
-
let formItem = (0,
|
|
389
|
+
let formItem = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.reactive)({
|
|
323
390
|
mode: props.settingParams && props.settingParams.mode || null
|
|
324
391
|
});
|
|
325
|
-
let layers = (0,
|
|
392
|
+
let layers = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.reactive)([]);
|
|
326
393
|
let viewModel = null;
|
|
327
|
-
(0,
|
|
328
|
-
|
|
394
|
+
(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.onMounted)(() => {
|
|
395
|
+
gis_utils_.utils.getWebMap(null, scenceView => {
|
|
329
396
|
if (scenceView) {
|
|
330
397
|
language.value = scenceView._language;
|
|
331
398
|
let options = {
|
|
332
399
|
layers: layers
|
|
333
400
|
};
|
|
334
|
-
viewModel = new RollerViewModel(scenceView, options);
|
|
401
|
+
viewModel = new RollerViewModel/* default */.Z(scenceView, options);
|
|
335
402
|
}
|
|
336
403
|
});
|
|
337
404
|
}); // 切换模式
|
|
@@ -353,7 +420,7 @@ const __default__ = {
|
|
|
353
420
|
} // 销毁
|
|
354
421
|
|
|
355
422
|
|
|
356
|
-
(0,
|
|
423
|
+
(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.onBeforeUnmount)(() => {
|
|
357
424
|
viewModel && viewModel.destroy();
|
|
358
425
|
});
|
|
359
426
|
expose({
|
|
@@ -362,58 +429,58 @@ const __default__ = {
|
|
|
362
429
|
reset
|
|
363
430
|
});
|
|
364
431
|
return (_ctx, _cache) => {
|
|
365
|
-
const _component_kq_col = (0,
|
|
432
|
+
const _component_kq_col = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-col");
|
|
366
433
|
|
|
367
|
-
const _component_kq_option = (0,
|
|
434
|
+
const _component_kq_option = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-option");
|
|
368
435
|
|
|
369
|
-
const _component_kq_select = (0,
|
|
436
|
+
const _component_kq_select = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-select");
|
|
370
437
|
|
|
371
|
-
const _component_kq_row = (0,
|
|
438
|
+
const _component_kq_row = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-row");
|
|
372
439
|
|
|
373
|
-
const _component_kq_table_column = (0,
|
|
440
|
+
const _component_kq_table_column = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-table-column");
|
|
374
441
|
|
|
375
|
-
const _component_kq_radio = (0,
|
|
442
|
+
const _component_kq_radio = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-radio");
|
|
376
443
|
|
|
377
|
-
const _component_kq_radio_group = (0,
|
|
444
|
+
const _component_kq_radio_group = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-radio-group");
|
|
378
445
|
|
|
379
|
-
const _component_kq_table = (0,
|
|
446
|
+
const _component_kq_table = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-table");
|
|
380
447
|
|
|
381
|
-
return (0,
|
|
448
|
+
return (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.openBlock)(), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementBlock)("section", {
|
|
382
449
|
class: "kq3d-roller",
|
|
383
|
-
style: (0,
|
|
384
|
-
}, [(0,
|
|
450
|
+
style: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.normalizeStyle)('top: ' + props.top + 'px; right: ' + props.right + 'px;')
|
|
451
|
+
}, [(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_row, {
|
|
385
452
|
style: {
|
|
386
453
|
"margin-bottom": "8px"
|
|
387
454
|
}
|
|
388
455
|
}, {
|
|
389
|
-
default: (0,
|
|
456
|
+
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, {
|
|
390
457
|
span: 8,
|
|
391
458
|
style: {
|
|
392
459
|
"line-height": "32px"
|
|
393
460
|
}
|
|
394
461
|
}, {
|
|
395
|
-
default: (0,
|
|
462
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("span", _hoisted_2, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.toDisplayString)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).rollerMode), 1
|
|
396
463
|
/* TEXT */
|
|
397
464
|
)]),
|
|
398
465
|
_: 1
|
|
399
466
|
/* STABLE */
|
|
400
467
|
|
|
401
|
-
}), (0,
|
|
468
|
+
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
|
|
402
469
|
span: 16
|
|
403
470
|
}, {
|
|
404
|
-
default: (0,
|
|
405
|
-
modelValue: (0,
|
|
406
|
-
"onUpdate:modelValue": _cache[0] || (_cache[0] = $event => (0,
|
|
471
|
+
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, {
|
|
472
|
+
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).mode,
|
|
473
|
+
"onUpdate:modelValue": _cache[0] || (_cache[0] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).mode = $event),
|
|
407
474
|
onChange: changeMode,
|
|
408
|
-
placeholder: (0,
|
|
475
|
+
placeholder: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).noRoller + '...'
|
|
409
476
|
}, {
|
|
410
|
-
default: (0,
|
|
411
|
-
label: (0,
|
|
477
|
+
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, {
|
|
478
|
+
label: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).lrRoller,
|
|
412
479
|
value: 1
|
|
413
480
|
}, null, 8
|
|
414
481
|
/* PROPS */
|
|
415
|
-
, ["label"]), (0,
|
|
416
|
-
label: (0,
|
|
482
|
+
, ["label"]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_option, {
|
|
483
|
+
label: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).tbRoller,
|
|
417
484
|
value: 2
|
|
418
485
|
}, null, 8
|
|
419
486
|
/* PROPS */
|
|
@@ -431,14 +498,14 @@ const __default__ = {
|
|
|
431
498
|
_: 1
|
|
432
499
|
/* STABLE */
|
|
433
500
|
|
|
434
|
-
}), (0,
|
|
435
|
-
default: (0,
|
|
501
|
+
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withDirectives)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, null, {
|
|
502
|
+
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, {
|
|
436
503
|
span: 24
|
|
437
504
|
}, {
|
|
438
|
-
default: (0,
|
|
505
|
+
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_table, {
|
|
439
506
|
border: "",
|
|
440
507
|
stripe: "",
|
|
441
|
-
data: (0,
|
|
508
|
+
data: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(layers),
|
|
442
509
|
style: {
|
|
443
510
|
"width": "100%",
|
|
444
511
|
"height": "100%"
|
|
@@ -446,32 +513,32 @@ const __default__ = {
|
|
|
446
513
|
"cell-style": {
|
|
447
514
|
padding: '8px 0'
|
|
448
515
|
},
|
|
449
|
-
"header-cell-style": (0,
|
|
516
|
+
"header-cell-style": (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(headClass)
|
|
450
517
|
}, {
|
|
451
|
-
default: (0,
|
|
452
|
-
label: (0,
|
|
518
|
+
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_table_column, {
|
|
519
|
+
label: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).layer,
|
|
453
520
|
prop: "name",
|
|
454
521
|
align: "center"
|
|
455
522
|
}, null, 8
|
|
456
523
|
/* PROPS */
|
|
457
|
-
, ["label"]), (0,
|
|
458
|
-
label: (0,
|
|
524
|
+
, ["label"]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_table_column, {
|
|
525
|
+
label: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).position,
|
|
459
526
|
prop: "direction",
|
|
460
527
|
align: "center"
|
|
461
528
|
}, {
|
|
462
|
-
default: (0,
|
|
529
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(scope => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_radio_group, {
|
|
463
530
|
modelValue: scope.row.direction,
|
|
464
531
|
"onUpdate:modelValue": $event => scope.row.direction = $event,
|
|
465
532
|
onChange: $event => changeDirection(scope.$index)
|
|
466
533
|
}, {
|
|
467
|
-
default: (0,
|
|
534
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withDirectives)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_radio, {
|
|
468
535
|
label: 1,
|
|
469
536
|
size: "large",
|
|
470
537
|
style: {
|
|
471
538
|
"margin-right": "12px"
|
|
472
539
|
}
|
|
473
540
|
}, {
|
|
474
|
-
default: (0,
|
|
541
|
+
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).leftRoller), 1
|
|
475
542
|
/* TEXT */
|
|
476
543
|
)]),
|
|
477
544
|
_: 1
|
|
@@ -479,14 +546,14 @@ const __default__ = {
|
|
|
479
546
|
|
|
480
547
|
}, 512
|
|
481
548
|
/* NEED_PATCH */
|
|
482
|
-
), [[
|
|
549
|
+
), [[external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.vShow, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).mode === 1]]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withDirectives)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_radio, {
|
|
483
550
|
label: 2,
|
|
484
551
|
size: "large",
|
|
485
552
|
style: {
|
|
486
553
|
"margin-right": "0px"
|
|
487
554
|
}
|
|
488
555
|
}, {
|
|
489
|
-
default: (0,
|
|
556
|
+
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).rightRoller), 1
|
|
490
557
|
/* TEXT */
|
|
491
558
|
)]),
|
|
492
559
|
_: 1
|
|
@@ -494,14 +561,14 @@ const __default__ = {
|
|
|
494
561
|
|
|
495
562
|
}, 512
|
|
496
563
|
/* NEED_PATCH */
|
|
497
|
-
), [[
|
|
564
|
+
), [[external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.vShow, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).mode === 1]]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withDirectives)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_radio, {
|
|
498
565
|
label: 3,
|
|
499
566
|
size: "large",
|
|
500
567
|
style: {
|
|
501
568
|
"margin-right": "12px"
|
|
502
569
|
}
|
|
503
570
|
}, {
|
|
504
|
-
default: (0,
|
|
571
|
+
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).topRoller), 1
|
|
505
572
|
/* TEXT */
|
|
506
573
|
)]),
|
|
507
574
|
_: 1
|
|
@@ -509,14 +576,14 @@ const __default__ = {
|
|
|
509
576
|
|
|
510
577
|
}, 512
|
|
511
578
|
/* NEED_PATCH */
|
|
512
|
-
), [[
|
|
579
|
+
), [[external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.vShow, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).mode === 2]]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withDirectives)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_radio, {
|
|
513
580
|
label: 4,
|
|
514
581
|
size: "large",
|
|
515
582
|
style: {
|
|
516
583
|
"margin-right": "0px"
|
|
517
584
|
}
|
|
518
585
|
}, {
|
|
519
|
-
default: (0,
|
|
586
|
+
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).bottomRoller), 1
|
|
520
587
|
/* TEXT */
|
|
521
588
|
)]),
|
|
522
589
|
_: 1
|
|
@@ -524,7 +591,7 @@ const __default__ = {
|
|
|
524
591
|
|
|
525
592
|
}, 512
|
|
526
593
|
/* NEED_PATCH */
|
|
527
|
-
), [[
|
|
594
|
+
), [[external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.vShow, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).mode === 2]])]),
|
|
528
595
|
_: 2
|
|
529
596
|
/* DYNAMIC */
|
|
530
597
|
|
|
@@ -552,7 +619,7 @@ const __default__ = {
|
|
|
552
619
|
|
|
553
620
|
}, 512
|
|
554
621
|
/* NEED_PATCH */
|
|
555
|
-
), [[
|
|
622
|
+
), [[external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.vShow, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).mode !== null]])])], 4
|
|
556
623
|
/* STYLE */
|
|
557
624
|
);
|
|
558
625
|
};
|
|
@@ -568,9 +635,9 @@ const __default__ = {
|
|
|
568
635
|
const __exports__ = Rollervue_type_script_setup_true_lang_js;
|
|
569
636
|
|
|
570
637
|
/* harmony default export */ var Roller = (__exports__);
|
|
571
|
-
|
|
572
|
-
var
|
|
573
|
-
var init_js_default = /*#__PURE__*/__webpack_require__.n(
|
|
638
|
+
// EXTERNAL MODULE: external "@kq_npm/client_common_vue/init.js"
|
|
639
|
+
var init_js_ = __webpack_require__(5406);
|
|
640
|
+
var init_js_default = /*#__PURE__*/__webpack_require__.n(init_js_);
|
|
574
641
|
;// CONCATENATED MODULE: ./src/webgl/roller/index.js
|
|
575
642
|
|
|
576
643
|
|
|
@@ -582,6 +649,7 @@ Roller.install = (Vue, opts) => {
|
|
|
582
649
|
};
|
|
583
650
|
|
|
584
651
|
|
|
652
|
+
}();
|
|
585
653
|
module.exports = __webpack_exports__;
|
|
586
654
|
/******/ })()
|
|
587
655
|
;
|