@kq_npm/client3d_webgl_vue 2.6.9-beta → 2.7.1-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/modelselect/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
|
-
"ModelSelectViewModel": function() { return /* reexport */ ModelSelectViewModel; },
|
|
55
|
-
"default": function() { return /* reexport */ ModelSelect; }
|
|
56
|
-
});
|
|
5
|
+
/***/ 5394:
|
|
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/modelselect/ModelSelectViewModel.js
|
|
8
|
+
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
9
|
+
/* harmony export */ "Z": function() { return /* binding */ ModelSelectViewModel; }
|
|
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 ModelSelectViewModel {
|
|
@@ -83,13 +17,13 @@ class ModelSelectViewModel {
|
|
|
83
17
|
//拾取状态
|
|
84
18
|
//高亮三维对象
|
|
85
19
|
constructor(scenceView, pickCallFunc) {
|
|
86
|
-
|
|
20
|
+
(0,_Users_zpc_Documents_KQGEOSpace_KQGISClientForVue_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_0__/* ["default"] */ .Z)(this, "_viewer", null);
|
|
87
21
|
|
|
88
|
-
|
|
22
|
+
(0,_Users_zpc_Documents_KQGEOSpace_KQGISClientForVue_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_0__/* ["default"] */ .Z)(this, "_handler", null);
|
|
89
23
|
|
|
90
|
-
|
|
24
|
+
(0,_Users_zpc_Documents_KQGEOSpace_KQGISClientForVue_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_0__/* ["default"] */ .Z)(this, "_isPick", false);
|
|
91
25
|
|
|
92
|
-
|
|
26
|
+
(0,_Users_zpc_Documents_KQGEOSpace_KQGISClientForVue_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_0__/* ["default"] */ .Z)(this, "_highlight", null);
|
|
93
27
|
|
|
94
28
|
this._viewer = scenceView._viewer;
|
|
95
29
|
this._drawManager = scenceView._drawManager;
|
|
@@ -168,6 +102,139 @@ class ModelSelectViewModel {
|
|
|
168
102
|
}
|
|
169
103
|
|
|
170
104
|
}
|
|
105
|
+
|
|
106
|
+
/***/ }),
|
|
107
|
+
|
|
108
|
+
/***/ 826:
|
|
109
|
+
/***/ (function(module) {
|
|
110
|
+
|
|
111
|
+
module.exports = require("@kq_npm/client_common_vue/_utils/gis-utils");
|
|
112
|
+
|
|
113
|
+
/***/ }),
|
|
114
|
+
|
|
115
|
+
/***/ 5406:
|
|
116
|
+
/***/ (function(module) {
|
|
117
|
+
|
|
118
|
+
module.exports = require("@kq_npm/client_common_vue/init.js");
|
|
119
|
+
|
|
120
|
+
/***/ }),
|
|
121
|
+
|
|
122
|
+
/***/ 637:
|
|
123
|
+
/***/ (function(module) {
|
|
124
|
+
|
|
125
|
+
module.exports = require("vue");
|
|
126
|
+
|
|
127
|
+
/***/ }),
|
|
128
|
+
|
|
129
|
+
/***/ 8270:
|
|
130
|
+
/***/ (function(__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) {
|
|
131
|
+
|
|
132
|
+
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
133
|
+
/* harmony export */ "Z": function() { return /* binding */ _defineProperty; }
|
|
134
|
+
/* harmony export */ });
|
|
135
|
+
function _defineProperty(obj, key, value) {
|
|
136
|
+
if (key in obj) {
|
|
137
|
+
Object.defineProperty(obj, key, {
|
|
138
|
+
value: value,
|
|
139
|
+
enumerable: true,
|
|
140
|
+
configurable: true,
|
|
141
|
+
writable: true
|
|
142
|
+
});
|
|
143
|
+
} else {
|
|
144
|
+
obj[key] = value;
|
|
145
|
+
}
|
|
146
|
+
|
|
147
|
+
return obj;
|
|
148
|
+
}
|
|
149
|
+
|
|
150
|
+
/***/ })
|
|
151
|
+
|
|
152
|
+
/******/ });
|
|
153
|
+
/************************************************************************/
|
|
154
|
+
/******/ // The module cache
|
|
155
|
+
/******/ var __webpack_module_cache__ = {};
|
|
156
|
+
/******/
|
|
157
|
+
/******/ // The require function
|
|
158
|
+
/******/ function __webpack_require__(moduleId) {
|
|
159
|
+
/******/ // Check if module is in cache
|
|
160
|
+
/******/ var cachedModule = __webpack_module_cache__[moduleId];
|
|
161
|
+
/******/ if (cachedModule !== undefined) {
|
|
162
|
+
/******/ return cachedModule.exports;
|
|
163
|
+
/******/ }
|
|
164
|
+
/******/ // Create a new module (and put it into the cache)
|
|
165
|
+
/******/ var module = __webpack_module_cache__[moduleId] = {
|
|
166
|
+
/******/ // no module.id needed
|
|
167
|
+
/******/ // no module.loaded needed
|
|
168
|
+
/******/ exports: {}
|
|
169
|
+
/******/ };
|
|
170
|
+
/******/
|
|
171
|
+
/******/ // Execute the module function
|
|
172
|
+
/******/ __webpack_modules__[moduleId](module, module.exports, __webpack_require__);
|
|
173
|
+
/******/
|
|
174
|
+
/******/ // Return the exports of the module
|
|
175
|
+
/******/ return module.exports;
|
|
176
|
+
/******/ }
|
|
177
|
+
/******/
|
|
178
|
+
/************************************************************************/
|
|
179
|
+
/******/ /* webpack/runtime/compat get default export */
|
|
180
|
+
/******/ !function() {
|
|
181
|
+
/******/ // getDefaultExport function for compatibility with non-harmony modules
|
|
182
|
+
/******/ __webpack_require__.n = function(module) {
|
|
183
|
+
/******/ var getter = module && module.__esModule ?
|
|
184
|
+
/******/ function() { return module['default']; } :
|
|
185
|
+
/******/ function() { return module; };
|
|
186
|
+
/******/ __webpack_require__.d(getter, { a: getter });
|
|
187
|
+
/******/ return getter;
|
|
188
|
+
/******/ };
|
|
189
|
+
/******/ }();
|
|
190
|
+
/******/
|
|
191
|
+
/******/ /* webpack/runtime/define property getters */
|
|
192
|
+
/******/ !function() {
|
|
193
|
+
/******/ // define getter functions for harmony exports
|
|
194
|
+
/******/ __webpack_require__.d = function(exports, definition) {
|
|
195
|
+
/******/ for(var key in definition) {
|
|
196
|
+
/******/ if(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {
|
|
197
|
+
/******/ Object.defineProperty(exports, key, { enumerable: true, get: definition[key] });
|
|
198
|
+
/******/ }
|
|
199
|
+
/******/ }
|
|
200
|
+
/******/ };
|
|
201
|
+
/******/ }();
|
|
202
|
+
/******/
|
|
203
|
+
/******/ /* webpack/runtime/hasOwnProperty shorthand */
|
|
204
|
+
/******/ !function() {
|
|
205
|
+
/******/ __webpack_require__.o = function(obj, prop) { return Object.prototype.hasOwnProperty.call(obj, prop); }
|
|
206
|
+
/******/ }();
|
|
207
|
+
/******/
|
|
208
|
+
/******/ /* webpack/runtime/make namespace object */
|
|
209
|
+
/******/ !function() {
|
|
210
|
+
/******/ // define __esModule on exports
|
|
211
|
+
/******/ __webpack_require__.r = function(exports) {
|
|
212
|
+
/******/ if(typeof Symbol !== 'undefined' && Symbol.toStringTag) {
|
|
213
|
+
/******/ Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
|
|
214
|
+
/******/ }
|
|
215
|
+
/******/ Object.defineProperty(exports, '__esModule', { value: true });
|
|
216
|
+
/******/ };
|
|
217
|
+
/******/ }();
|
|
218
|
+
/******/
|
|
219
|
+
/************************************************************************/
|
|
220
|
+
var __webpack_exports__ = {};
|
|
221
|
+
// This entry need to be wrapped in an IIFE because it need to be isolated against other modules in the chunk.
|
|
222
|
+
!function() {
|
|
223
|
+
// ESM COMPAT FLAG
|
|
224
|
+
__webpack_require__.r(__webpack_exports__);
|
|
225
|
+
|
|
226
|
+
// EXPORTS
|
|
227
|
+
__webpack_require__.d(__webpack_exports__, {
|
|
228
|
+
"ModelSelectViewModel": function() { return /* reexport */ ModelSelectViewModel/* default */.Z; },
|
|
229
|
+
"default": function() { return /* reexport */ ModelSelect; }
|
|
230
|
+
});
|
|
231
|
+
|
|
232
|
+
// EXTERNAL MODULE: external {"root":"Vue","commonjs":"vue","commonjs2":"vue","amd":"vue"}
|
|
233
|
+
var external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_ = __webpack_require__(637);
|
|
234
|
+
// EXTERNAL MODULE: external "@kq_npm/client_common_vue/_utils/gis-utils"
|
|
235
|
+
var gis_utils_ = __webpack_require__(826);
|
|
236
|
+
// EXTERNAL MODULE: ./src/webgl/modelselect/ModelSelectViewModel.js
|
|
237
|
+
var ModelSelectViewModel = __webpack_require__(5394);
|
|
171
238
|
;// CONCATENATED MODULE: ./node_modules/babel-loader/lib/index.js!./node_modules/vue-loader/dist/index.js??ruleSet[0]!./src/webgl/modelselect/ModelSelect.vue?vue&type=script&setup=true&lang=js
|
|
172
239
|
|
|
173
240
|
const _hoisted_1 = {
|
|
@@ -196,16 +263,16 @@ const __default__ = {
|
|
|
196
263
|
expose
|
|
197
264
|
}) {
|
|
198
265
|
const props = __props;
|
|
199
|
-
const defaultProps = (0,
|
|
266
|
+
const defaultProps = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.reactive)({
|
|
200
267
|
children: "children",
|
|
201
268
|
label: "label"
|
|
202
269
|
}); // tree数据源
|
|
203
270
|
|
|
204
|
-
let treeData = (0,
|
|
271
|
+
let treeData = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)([]); // 属性值
|
|
205
272
|
|
|
206
|
-
let tableData = (0,
|
|
273
|
+
let tableData = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)([]); //语言
|
|
207
274
|
|
|
208
|
-
let language = (0,
|
|
275
|
+
let language = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)({});
|
|
209
276
|
let viewModel = null; // 获取组件传参
|
|
210
277
|
// 表格头样式
|
|
211
278
|
|
|
@@ -217,12 +284,12 @@ const __default__ = {
|
|
|
217
284
|
};
|
|
218
285
|
};
|
|
219
286
|
|
|
220
|
-
(0,
|
|
287
|
+
(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.onMounted)(() => {
|
|
221
288
|
//父组件ScenceView初始化完成后执行
|
|
222
|
-
|
|
289
|
+
gis_utils_.utils.getWebMap(null, scenceView => {
|
|
223
290
|
if (scenceView) {
|
|
224
291
|
language.value = scenceView._language;
|
|
225
|
-
viewModel = new ModelSelectViewModel(scenceView, pickCallFunc);
|
|
292
|
+
viewModel = new ModelSelectViewModel/* default */.Z(scenceView, pickCallFunc);
|
|
226
293
|
}
|
|
227
294
|
});
|
|
228
295
|
});
|
|
@@ -258,7 +325,7 @@ const __default__ = {
|
|
|
258
325
|
} // 销毁
|
|
259
326
|
|
|
260
327
|
|
|
261
|
-
(0,
|
|
328
|
+
(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.onBeforeUnmount)(() => {
|
|
262
329
|
viewModel && viewModel.destroy();
|
|
263
330
|
});
|
|
264
331
|
expose({
|
|
@@ -267,29 +334,29 @@ const __default__ = {
|
|
|
267
334
|
pickCallFunc
|
|
268
335
|
});
|
|
269
336
|
return (_ctx, _cache) => {
|
|
270
|
-
const _component_KqTree = (0,
|
|
337
|
+
const _component_KqTree = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("KqTree");
|
|
271
338
|
|
|
272
|
-
const _component_kq_scrollbar = (0,
|
|
339
|
+
const _component_kq_scrollbar = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-scrollbar");
|
|
273
340
|
|
|
274
|
-
const _component_kq_col = (0,
|
|
341
|
+
const _component_kq_col = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-col");
|
|
275
342
|
|
|
276
|
-
const _component_kq_table_column = (0,
|
|
343
|
+
const _component_kq_table_column = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-table-column");
|
|
277
344
|
|
|
278
|
-
const _component_kq_table = (0,
|
|
345
|
+
const _component_kq_table = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-table");
|
|
279
346
|
|
|
280
|
-
const _component_kq_row = (0,
|
|
347
|
+
const _component_kq_row = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-row");
|
|
281
348
|
|
|
282
|
-
const _component_kq_button = (0,
|
|
349
|
+
const _component_kq_button = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-button");
|
|
283
350
|
|
|
284
|
-
return (0,
|
|
285
|
-
default: (0,
|
|
351
|
+
return (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.openBlock)(), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementBlock)("section", _hoisted_1, [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, null, {
|
|
352
|
+
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, {
|
|
286
353
|
span: 8
|
|
287
354
|
}, {
|
|
288
|
-
default: (0,
|
|
355
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(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_scrollbar, {
|
|
289
356
|
class: "scrollbarClass"
|
|
290
357
|
}, {
|
|
291
|
-
default: (0,
|
|
292
|
-
data: (0,
|
|
358
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_KqTree, {
|
|
359
|
+
data: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(treeData),
|
|
293
360
|
props: defaultProps,
|
|
294
361
|
"expand-on-click-node": false,
|
|
295
362
|
"default-expand-all": "",
|
|
@@ -305,13 +372,13 @@ const __default__ = {
|
|
|
305
372
|
_: 1
|
|
306
373
|
/* STABLE */
|
|
307
374
|
|
|
308
|
-
}), (0,
|
|
375
|
+
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
|
|
309
376
|
span: 16
|
|
310
377
|
}, {
|
|
311
|
-
default: (0,
|
|
378
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_table, {
|
|
312
379
|
border: "",
|
|
313
380
|
stripe: "",
|
|
314
|
-
data: (0,
|
|
381
|
+
data: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(tableData),
|
|
315
382
|
style: {
|
|
316
383
|
"width": "100%",
|
|
317
384
|
"height": "100%"
|
|
@@ -319,16 +386,16 @@ const __default__ = {
|
|
|
319
386
|
"cell-style": {
|
|
320
387
|
padding: '8px 0'
|
|
321
388
|
},
|
|
322
|
-
"header-cell-style": (0,
|
|
389
|
+
"header-cell-style": (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(headClass)
|
|
323
390
|
}, {
|
|
324
|
-
default: (0,
|
|
325
|
-
label: (0,
|
|
391
|
+
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, {
|
|
392
|
+
label: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).fieldName,
|
|
326
393
|
prop: "field",
|
|
327
394
|
align: "center"
|
|
328
395
|
}, null, 8
|
|
329
396
|
/* PROPS */
|
|
330
|
-
, ["label"]), (0,
|
|
331
|
-
label: (0,
|
|
397
|
+
, ["label"]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_table_column, {
|
|
398
|
+
label: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).fieldValue,
|
|
332
399
|
prop: "value",
|
|
333
400
|
align: "center"
|
|
334
401
|
}, null, 8
|
|
@@ -347,12 +414,12 @@ const __default__ = {
|
|
|
347
414
|
_: 1
|
|
348
415
|
/* STABLE */
|
|
349
416
|
|
|
350
|
-
}), (0,
|
|
351
|
-
onClick: _cache[0] || (_cache[0] = (0,
|
|
352
|
-
title: (0,
|
|
417
|
+
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div", _hoisted_3, [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_button, {
|
|
418
|
+
onClick: _cache[0] || (_cache[0] = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withModifiers)($event => pick(), ["stop"])),
|
|
419
|
+
title: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).pick,
|
|
353
420
|
type: "primary"
|
|
354
421
|
}, {
|
|
355
|
-
default: (0,
|
|
422
|
+
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).pick), 1
|
|
356
423
|
/* TEXT */
|
|
357
424
|
)]),
|
|
358
425
|
_: 1
|
|
@@ -360,11 +427,11 @@ const __default__ = {
|
|
|
360
427
|
|
|
361
428
|
}, 8
|
|
362
429
|
/* PROPS */
|
|
363
|
-
, ["title"]), (0,
|
|
364
|
-
onClick: _cache[1] || (_cache[1] = (0,
|
|
365
|
-
title: (0,
|
|
430
|
+
, ["title"]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_button, {
|
|
431
|
+
onClick: _cache[1] || (_cache[1] = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withModifiers)($event => clear(), ["stop"])),
|
|
432
|
+
title: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).clear
|
|
366
433
|
}, {
|
|
367
|
-
default: (0,
|
|
434
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createTextVNode)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.toDisplayString)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).clear), 1
|
|
368
435
|
/* TEXT */
|
|
369
436
|
)]),
|
|
370
437
|
_: 1
|
|
@@ -386,9 +453,9 @@ const __default__ = {
|
|
|
386
453
|
const __exports__ = ModelSelectvue_type_script_setup_true_lang_js;
|
|
387
454
|
|
|
388
455
|
/* harmony default export */ var ModelSelect = (__exports__);
|
|
389
|
-
|
|
390
|
-
var
|
|
391
|
-
var init_js_default = /*#__PURE__*/__webpack_require__.n(
|
|
456
|
+
// EXTERNAL MODULE: external "@kq_npm/client_common_vue/init.js"
|
|
457
|
+
var init_js_ = __webpack_require__(5406);
|
|
458
|
+
var init_js_default = /*#__PURE__*/__webpack_require__.n(init_js_);
|
|
392
459
|
;// CONCATENATED MODULE: ./src/webgl/modelselect/index.js
|
|
393
460
|
|
|
394
461
|
|
|
@@ -400,6 +467,7 @@ ModelSelect.install = (Vue, opts) => {
|
|
|
400
467
|
};
|
|
401
468
|
|
|
402
469
|
|
|
470
|
+
}();
|
|
403
471
|
module.exports = __webpack_exports__;
|
|
404
472
|
/******/ })()
|
|
405
473
|
;
|
package/package.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"name":"@kq_npm/client3d_webgl_vue","description":"KQGIS Client3D for Vue.js","version":"2.
|
|
1
|
+
{"name":"@kq_npm/client3d_webgl_vue","description":"KQGIS Client3D for Vue.js","version":"2.7.1-beta","homepage":"","keywords":["KQGIS","webGL","Vue"],"browserslist":["> 1%","last 2 versions","not dead","not ie 11"],"author":"KQWEB GROUP","license":"Apache-2.0","dependencies":{"colorcolor":"^1.1.1","echarts":"^5.3.3","js-cookie":"^3.0.1","omit.js":"^2.0.2","save":"^2.5.0","tinycolor2":"^1.4.2","vue-i18n":"^9.2.0-beta.36","xlsx":"^0.18.5","css-vars-ponyfill":"^2.4.8","html2canvas":"^1.4.1","xe-utils":"^3.5.4"}}
|