@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/adddata/index.js
CHANGED
|
@@ -1,7 +1,131 @@
|
|
|
1
1
|
/******/ (function() { // webpackBootstrap
|
|
2
2
|
/******/ "use strict";
|
|
3
|
-
/******/
|
|
4
|
-
|
|
3
|
+
/******/ var __webpack_modules__ = ({
|
|
4
|
+
|
|
5
|
+
/***/ 909:
|
|
6
|
+
/***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
// EXPORTS
|
|
10
|
+
__webpack_require__.d(__webpack_exports__, {
|
|
11
|
+
"Z": function() { return /* binding */ message; }
|
|
12
|
+
});
|
|
13
|
+
|
|
14
|
+
;// CONCATENATED MODULE: external "element-plus/es"
|
|
15
|
+
var es_namespaceObject = require("element-plus/es");
|
|
16
|
+
// EXTERNAL MODULE: external "@kq_npm/client_common_vue/init.js"
|
|
17
|
+
var init_js_ = __webpack_require__(5406);
|
|
18
|
+
var init_js_default = /*#__PURE__*/__webpack_require__.n(init_js_);
|
|
19
|
+
;// CONCATENATED MODULE: ./src/common/_ui/message/index.js
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
es_namespaceObject.ElMessage.install = (Vue, opts) => {
|
|
24
|
+
init_js_default()(Vue, opts);
|
|
25
|
+
Vue.component("KqMessage", es_namespaceObject.ElMessage);
|
|
26
|
+
};
|
|
27
|
+
|
|
28
|
+
/* harmony default export */ var message = (es_namespaceObject.ElMessage);
|
|
29
|
+
|
|
30
|
+
/***/ }),
|
|
31
|
+
|
|
32
|
+
/***/ 8422:
|
|
33
|
+
/***/ (function(module) {
|
|
34
|
+
|
|
35
|
+
module.exports = require("@element-plus/icons-vue");
|
|
36
|
+
|
|
37
|
+
/***/ }),
|
|
38
|
+
|
|
39
|
+
/***/ 9702:
|
|
40
|
+
/***/ (function(module) {
|
|
41
|
+
|
|
42
|
+
module.exports = require("@kq_npm/client_common_vue/_utils/const-image");
|
|
43
|
+
|
|
44
|
+
/***/ }),
|
|
45
|
+
|
|
46
|
+
/***/ 826:
|
|
47
|
+
/***/ (function(module) {
|
|
48
|
+
|
|
49
|
+
module.exports = require("@kq_npm/client_common_vue/_utils/gis-utils");
|
|
50
|
+
|
|
51
|
+
/***/ }),
|
|
52
|
+
|
|
53
|
+
/***/ 9519:
|
|
54
|
+
/***/ (function(module) {
|
|
55
|
+
|
|
56
|
+
module.exports = require("@kq_npm/client_common_vue/_utils/util");
|
|
57
|
+
|
|
58
|
+
/***/ }),
|
|
59
|
+
|
|
60
|
+
/***/ 5360:
|
|
61
|
+
/***/ (function(module) {
|
|
62
|
+
|
|
63
|
+
module.exports = require("@kq_npm/client_common_vue/_utils/webmapservice");
|
|
64
|
+
|
|
65
|
+
/***/ }),
|
|
66
|
+
|
|
67
|
+
/***/ 5406:
|
|
68
|
+
/***/ (function(module) {
|
|
69
|
+
|
|
70
|
+
module.exports = require("@kq_npm/client_common_vue/init.js");
|
|
71
|
+
|
|
72
|
+
/***/ }),
|
|
73
|
+
|
|
74
|
+
/***/ 637:
|
|
75
|
+
/***/ (function(module) {
|
|
76
|
+
|
|
77
|
+
module.exports = require("vue");
|
|
78
|
+
|
|
79
|
+
/***/ }),
|
|
80
|
+
|
|
81
|
+
/***/ 8270:
|
|
82
|
+
/***/ (function(__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) {
|
|
83
|
+
|
|
84
|
+
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
85
|
+
/* harmony export */ "Z": function() { return /* binding */ _defineProperty; }
|
|
86
|
+
/* harmony export */ });
|
|
87
|
+
function _defineProperty(obj, key, value) {
|
|
88
|
+
if (key in obj) {
|
|
89
|
+
Object.defineProperty(obj, key, {
|
|
90
|
+
value: value,
|
|
91
|
+
enumerable: true,
|
|
92
|
+
configurable: true,
|
|
93
|
+
writable: true
|
|
94
|
+
});
|
|
95
|
+
} else {
|
|
96
|
+
obj[key] = value;
|
|
97
|
+
}
|
|
98
|
+
|
|
99
|
+
return obj;
|
|
100
|
+
}
|
|
101
|
+
|
|
102
|
+
/***/ })
|
|
103
|
+
|
|
104
|
+
/******/ });
|
|
105
|
+
/************************************************************************/
|
|
106
|
+
/******/ // The module cache
|
|
107
|
+
/******/ var __webpack_module_cache__ = {};
|
|
108
|
+
/******/
|
|
109
|
+
/******/ // The require function
|
|
110
|
+
/******/ function __webpack_require__(moduleId) {
|
|
111
|
+
/******/ // Check if module is in cache
|
|
112
|
+
/******/ var cachedModule = __webpack_module_cache__[moduleId];
|
|
113
|
+
/******/ if (cachedModule !== undefined) {
|
|
114
|
+
/******/ return cachedModule.exports;
|
|
115
|
+
/******/ }
|
|
116
|
+
/******/ // Create a new module (and put it into the cache)
|
|
117
|
+
/******/ var module = __webpack_module_cache__[moduleId] = {
|
|
118
|
+
/******/ // no module.id needed
|
|
119
|
+
/******/ // no module.loaded needed
|
|
120
|
+
/******/ exports: {}
|
|
121
|
+
/******/ };
|
|
122
|
+
/******/
|
|
123
|
+
/******/ // Execute the module function
|
|
124
|
+
/******/ __webpack_modules__[moduleId](module, module.exports, __webpack_require__);
|
|
125
|
+
/******/
|
|
126
|
+
/******/ // Return the exports of the module
|
|
127
|
+
/******/ return module.exports;
|
|
128
|
+
/******/ }
|
|
5
129
|
/******/
|
|
6
130
|
/************************************************************************/
|
|
7
131
|
/******/ /* webpack/runtime/compat get default export */
|
|
@@ -46,6 +170,8 @@
|
|
|
46
170
|
/******/
|
|
47
171
|
/************************************************************************/
|
|
48
172
|
var __webpack_exports__ = {};
|
|
173
|
+
// This entry need to be wrapped in an IIFE because it need to be isolated against other modules in the chunk.
|
|
174
|
+
!function() {
|
|
49
175
|
// ESM COMPAT FLAG
|
|
50
176
|
__webpack_require__.r(__webpack_exports__);
|
|
51
177
|
|
|
@@ -55,49 +181,23 @@ __webpack_require__.d(__webpack_exports__, {
|
|
|
55
181
|
"default": function() { return /* reexport */ AddData; }
|
|
56
182
|
});
|
|
57
183
|
|
|
58
|
-
|
|
59
|
-
var
|
|
60
|
-
|
|
61
|
-
var
|
|
62
|
-
|
|
63
|
-
var
|
|
64
|
-
|
|
65
|
-
var
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
} else {
|
|
76
|
-
obj[key] = value;
|
|
77
|
-
}
|
|
78
|
-
|
|
79
|
-
return obj;
|
|
80
|
-
}
|
|
81
|
-
;// CONCATENATED MODULE: external "@kq_npm/client_common_vue/_utils/webmapservice"
|
|
82
|
-
var webmapservice_namespaceObject = require("@kq_npm/client_common_vue/_utils/webmapservice");
|
|
83
|
-
var webmapservice_default = /*#__PURE__*/__webpack_require__.n(webmapservice_namespaceObject);
|
|
84
|
-
;// CONCATENATED MODULE: external "@kq_npm/client_common_vue/_utils/util"
|
|
85
|
-
var util_namespaceObject = require("@kq_npm/client_common_vue/_utils/util");
|
|
86
|
-
;// CONCATENATED MODULE: external "element-plus/es"
|
|
87
|
-
var es_namespaceObject = require("element-plus/es");
|
|
88
|
-
;// CONCATENATED MODULE: external "@kq_npm/client_common_vue/init.js"
|
|
89
|
-
var init_js_namespaceObject = require("@kq_npm/client_common_vue/init.js");
|
|
90
|
-
var init_js_default = /*#__PURE__*/__webpack_require__.n(init_js_namespaceObject);
|
|
91
|
-
;// CONCATENATED MODULE: ./src/common/_ui/message/index.js
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
es_namespaceObject.ElMessage.install = (Vue, opts) => {
|
|
96
|
-
init_js_default()(Vue, opts);
|
|
97
|
-
Vue.component("KqMessage", es_namespaceObject.ElMessage);
|
|
98
|
-
};
|
|
99
|
-
|
|
100
|
-
/* harmony default export */ var message = (es_namespaceObject.ElMessage);
|
|
184
|
+
// EXTERNAL MODULE: external {"root":"Vue","commonjs":"vue","commonjs2":"vue","amd":"vue"}
|
|
185
|
+
var external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_ = __webpack_require__(637);
|
|
186
|
+
// EXTERNAL MODULE: external "@element-plus/icons-vue"
|
|
187
|
+
var icons_vue_ = __webpack_require__(8422);
|
|
188
|
+
// EXTERNAL MODULE: external "@kq_npm/client_common_vue/_utils/gis-utils"
|
|
189
|
+
var gis_utils_ = __webpack_require__(826);
|
|
190
|
+
// EXTERNAL MODULE: external "@kq_npm/client_common_vue/_utils/const-image"
|
|
191
|
+
var const_image_ = __webpack_require__(9702);
|
|
192
|
+
// EXTERNAL MODULE: ./node_modules/@babel/runtime/helpers/esm/defineProperty.js
|
|
193
|
+
var defineProperty = __webpack_require__(8270);
|
|
194
|
+
// EXTERNAL MODULE: external "@kq_npm/client_common_vue/_utils/webmapservice"
|
|
195
|
+
var webmapservice_ = __webpack_require__(5360);
|
|
196
|
+
var webmapservice_default = /*#__PURE__*/__webpack_require__.n(webmapservice_);
|
|
197
|
+
// EXTERNAL MODULE: external "@kq_npm/client_common_vue/_utils/util"
|
|
198
|
+
var util_ = __webpack_require__(9519);
|
|
199
|
+
// EXTERNAL MODULE: ./src/common/_ui/message/index.js + 1 modules
|
|
200
|
+
var message = __webpack_require__(909);
|
|
101
201
|
;// CONCATENATED MODULE: ./src/webgl/adddata/AddDataViewModel.js
|
|
102
202
|
|
|
103
203
|
|
|
@@ -106,13 +206,13 @@ es_namespaceObject.ElMessage.install = (Vue, opts) => {
|
|
|
106
206
|
|
|
107
207
|
class AddDataViewModel {
|
|
108
208
|
constructor(scenceView, options) {
|
|
109
|
-
|
|
209
|
+
(0,defineProperty/* default */.Z)(this, "_viewer", null);
|
|
110
210
|
|
|
111
|
-
|
|
211
|
+
(0,defineProperty/* default */.Z)(this, "_layerManager", null);
|
|
112
212
|
|
|
113
|
-
|
|
213
|
+
(0,defineProperty/* default */.Z)(this, "_language", null);
|
|
114
214
|
|
|
115
|
-
|
|
215
|
+
(0,defineProperty/* default */.Z)(this, "_geojsonStyle", {
|
|
116
216
|
label: {
|
|
117
217
|
express: "name",
|
|
118
218
|
// font: "25px 微软雅黑",
|
|
@@ -348,7 +448,7 @@ class AddDataViewModel {
|
|
|
348
448
|
try {
|
|
349
449
|
new URL(url);
|
|
350
450
|
} catch (error) {
|
|
351
|
-
message({
|
|
451
|
+
(0,message/* default */.Z)({
|
|
352
452
|
message: this._language.errorUrlAddress,
|
|
353
453
|
type: "error"
|
|
354
454
|
});
|
|
@@ -364,7 +464,7 @@ class AddDataViewModel {
|
|
|
364
464
|
return data;
|
|
365
465
|
}).then(data => {
|
|
366
466
|
if (data.status !== 200) {
|
|
367
|
-
message({
|
|
467
|
+
(0,message/* default */.Z)({
|
|
368
468
|
message: this._language.serviceNotAvailable,
|
|
369
469
|
type: "error"
|
|
370
470
|
});
|
|
@@ -374,13 +474,13 @@ class AddDataViewModel {
|
|
|
374
474
|
} catch {}
|
|
375
475
|
}
|
|
376
476
|
}).catch(() => {
|
|
377
|
-
message({
|
|
477
|
+
(0,message/* default */.Z)({
|
|
378
478
|
message: this._language.serviceNotAvailable,
|
|
379
479
|
type: "error"
|
|
380
480
|
});
|
|
381
481
|
});
|
|
382
482
|
} else {
|
|
383
|
-
message({
|
|
483
|
+
(0,message/* default */.Z)({
|
|
384
484
|
message: this._language.inputUrlAddress,
|
|
385
485
|
type: "warning"
|
|
386
486
|
});
|
|
@@ -607,7 +707,7 @@ class AddDataViewModel {
|
|
|
607
707
|
});
|
|
608
708
|
webMapService.getMapInfo().then(mapInfo => {
|
|
609
709
|
if (mapInfo.resultcode === "error") {
|
|
610
|
-
message({
|
|
710
|
+
(0,message/* default */.Z)({
|
|
611
711
|
message: mapInfo.message,
|
|
612
712
|
type: "error"
|
|
613
713
|
});
|
|
@@ -615,7 +715,7 @@ class AddDataViewModel {
|
|
|
615
715
|
}
|
|
616
716
|
|
|
617
717
|
mapInfo = mapInfo.result;
|
|
618
|
-
let mapServerInfo = (0,
|
|
718
|
+
let mapServerInfo = (0,util_.formatKQMapInfo)(mapInfo, serverUrl, serverName, token, null, true);
|
|
619
719
|
let showLayers = [];
|
|
620
720
|
showLayers = showLayers.concat(mapServerInfo.layers_show);
|
|
621
721
|
showLayers.reverse(); //获取图层筛选类型时用
|
|
@@ -937,21 +1037,21 @@ const __default__ = {
|
|
|
937
1037
|
expose
|
|
938
1038
|
}) {
|
|
939
1039
|
const props = __props;
|
|
940
|
-
let language = (0,
|
|
941
|
-
let selectTypeIndex = (0,
|
|
1040
|
+
let language = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)({});
|
|
1041
|
+
let selectTypeIndex = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(0); //URL服务支持的数据源类型
|
|
942
1042
|
|
|
943
|
-
let dataSourceTypeList = (0,
|
|
1043
|
+
let dataSourceTypeList = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)([]); //选择的数据源类型
|
|
944
1044
|
|
|
945
|
-
let dataSourceType = (0,
|
|
946
|
-
let dataSource = (0,
|
|
1045
|
+
let dataSourceType = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)({});
|
|
1046
|
+
let dataSource = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.reactive)({
|
|
947
1047
|
url: '',
|
|
948
1048
|
name: ''
|
|
949
1049
|
});
|
|
950
|
-
let upload_ref = (0,
|
|
951
|
-
let upload_btn_ref = (0,
|
|
952
|
-
let fileList = (0,
|
|
1050
|
+
let upload_ref = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(null);
|
|
1051
|
+
let upload_btn_ref = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(null);
|
|
1052
|
+
let fileList = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)([]); // 获取组件传参
|
|
953
1053
|
|
|
954
|
-
let operatorArray = (0,
|
|
1054
|
+
let operatorArray = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.computed)(() => {
|
|
955
1055
|
let array = [];
|
|
956
1056
|
let list = [...fileList.value];
|
|
957
1057
|
let len = list.length;
|
|
@@ -962,7 +1062,7 @@ const __default__ = {
|
|
|
962
1062
|
|
|
963
1063
|
return array;
|
|
964
1064
|
});
|
|
965
|
-
let disabled = (0,
|
|
1065
|
+
let disabled = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.computed)(() => {
|
|
966
1066
|
let flag = true;
|
|
967
1067
|
|
|
968
1068
|
if (fileList.value.length > 0) {
|
|
@@ -972,8 +1072,8 @@ const __default__ = {
|
|
|
972
1072
|
return flag;
|
|
973
1073
|
});
|
|
974
1074
|
let viewModel = null;
|
|
975
|
-
(0,
|
|
976
|
-
|
|
1075
|
+
(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.onMounted)(() => {
|
|
1076
|
+
gis_utils_.utils.getWebMap(null, scenceView => {
|
|
977
1077
|
if (scenceView) {
|
|
978
1078
|
language.value = scenceView._language;
|
|
979
1079
|
dataSourceTypeList.value = [// {
|
|
@@ -1085,7 +1185,7 @@ const __default__ = {
|
|
|
1085
1185
|
];
|
|
1086
1186
|
dataSourceType.value = dataSourceTypeList.value[0];
|
|
1087
1187
|
let options = {
|
|
1088
|
-
billboardImage:
|
|
1188
|
+
billboardImage: const_image_.BILLBOARD_IMAGE_URL
|
|
1089
1189
|
};
|
|
1090
1190
|
viewModel = new AddDataViewModel(scenceView, options);
|
|
1091
1191
|
}
|
|
@@ -1145,77 +1245,77 @@ const __default__ = {
|
|
|
1145
1245
|
} // 销毁
|
|
1146
1246
|
|
|
1147
1247
|
|
|
1148
|
-
(0,
|
|
1248
|
+
(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.onBeforeUnmount)(() => {});
|
|
1149
1249
|
expose({});
|
|
1150
1250
|
return (_ctx, _cache) => {
|
|
1151
|
-
const _component_kq_row = (0,
|
|
1251
|
+
const _component_kq_row = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-row");
|
|
1152
1252
|
|
|
1153
|
-
const _component_kq_upload = (0,
|
|
1253
|
+
const _component_kq_upload = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-upload");
|
|
1154
1254
|
|
|
1155
|
-
const _component_kq_icon = (0,
|
|
1255
|
+
const _component_kq_icon = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-icon");
|
|
1156
1256
|
|
|
1157
|
-
const _component_kq_col = (0,
|
|
1257
|
+
const _component_kq_col = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-col");
|
|
1158
1258
|
|
|
1159
|
-
const _component_kq_button = (0,
|
|
1259
|
+
const _component_kq_button = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-button");
|
|
1160
1260
|
|
|
1161
|
-
const _component_kq_tab_pane = (0,
|
|
1261
|
+
const _component_kq_tab_pane = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-tab-pane");
|
|
1162
1262
|
|
|
1163
|
-
const _component_kq_option = (0,
|
|
1263
|
+
const _component_kq_option = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-option");
|
|
1164
1264
|
|
|
1165
|
-
const _component_kq_select = (0,
|
|
1265
|
+
const _component_kq_select = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-select");
|
|
1166
1266
|
|
|
1167
|
-
const _component_kq_form_item = (0,
|
|
1267
|
+
const _component_kq_form_item = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-form-item");
|
|
1168
1268
|
|
|
1169
|
-
const _component_kq_input = (0,
|
|
1269
|
+
const _component_kq_input = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-input");
|
|
1170
1270
|
|
|
1171
|
-
const _component_kq_form = (0,
|
|
1271
|
+
const _component_kq_form = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-form");
|
|
1172
1272
|
|
|
1173
|
-
const _component_kq_tabs = (0,
|
|
1273
|
+
const _component_kq_tabs = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-tabs");
|
|
1174
1274
|
|
|
1175
|
-
return (0,
|
|
1176
|
-
class: (0,
|
|
1275
|
+
return (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.openBlock)(), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementBlock)("section", {
|
|
1276
|
+
class: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.normalizeClass)(["kq3d-add-data", {
|
|
1177
1277
|
'kq-box-shadow': __props.showShadow
|
|
1178
1278
|
}])
|
|
1179
|
-
}, [(0,
|
|
1279
|
+
}, [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_tabs, {
|
|
1180
1280
|
modelValue: props.activeName,
|
|
1181
1281
|
"onUpdate:modelValue": _cache[8] || (_cache[8] = $event => props.activeName = $event),
|
|
1182
1282
|
onTabChange: handleChange
|
|
1183
1283
|
}, {
|
|
1184
|
-
default: (0,
|
|
1185
|
-
label: (0,
|
|
1284
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.renderSlot)(_ctx.$slots, "tabs"), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_tab_pane, {
|
|
1285
|
+
label: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).localData,
|
|
1186
1286
|
name: "upload"
|
|
1187
1287
|
}, {
|
|
1188
|
-
default: (0,
|
|
1288
|
+
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_1, [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, {
|
|
1189
1289
|
class: ""
|
|
1190
1290
|
}, {
|
|
1191
|
-
default: (0,
|
|
1291
|
+
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).fileFormatDescription), 1
|
|
1192
1292
|
/* TEXT */
|
|
1193
1293
|
)]),
|
|
1194
1294
|
_: 1
|
|
1195
1295
|
/* STABLE */
|
|
1196
1296
|
|
|
1197
|
-
}), (0,
|
|
1297
|
+
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, {
|
|
1198
1298
|
class: "kq3d-add-data-tip"
|
|
1199
1299
|
}, {
|
|
1200
|
-
default: (0,
|
|
1300
|
+
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).fileFormatDescriptionTips), 1
|
|
1201
1301
|
/* TEXT */
|
|
1202
1302
|
)]),
|
|
1203
1303
|
_: 1
|
|
1204
1304
|
/* STABLE */
|
|
1205
1305
|
|
|
1206
|
-
})]), (0,
|
|
1306
|
+
})]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createCommentVNode)(" <div>\r\n <kq-row>{{ language.coordinateSystemDescription }}</kq-row>\r\n <kq-row class=\"kq3d-add-data-tip\">{{ language.coordinateSystemDescriptionTips }}</kq-row>\r\n </div> "), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withDirectives)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_upload, {
|
|
1207
1307
|
drag: "",
|
|
1208
1308
|
action: "",
|
|
1209
1309
|
"show-file-list": false,
|
|
1210
1310
|
"auto-upload": false,
|
|
1211
|
-
"file-list": (0,
|
|
1212
|
-
"onUpdate:file-list": _cache[0] || (_cache[0] = $event => (0,
|
|
1311
|
+
"file-list": (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(fileList),
|
|
1312
|
+
"onUpdate:file-list": _cache[0] || (_cache[0] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.isRef)(fileList) ? fileList.value = $event : fileList = $event),
|
|
1213
1313
|
accept: ".geojson,.topojson,.json,.kml,.kmz,.czml",
|
|
1214
1314
|
"on-change": changeFile,
|
|
1215
1315
|
ref_key: "upload_ref",
|
|
1216
1316
|
ref: upload_ref
|
|
1217
1317
|
}, {
|
|
1218
|
-
default: (0,
|
|
1318
|
+
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_.toDisplayString)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).dragFileToArea), 1
|
|
1219
1319
|
/* TEXT */
|
|
1220
1320
|
)]),
|
|
1221
1321
|
_: 1
|
|
@@ -1223,32 +1323,32 @@ const __default__ = {
|
|
|
1223
1323
|
|
|
1224
1324
|
}, 8
|
|
1225
1325
|
/* PROPS */
|
|
1226
|
-
, ["file-list"]), [[
|
|
1227
|
-
return (0,
|
|
1326
|
+
, ["file-list"]), [[external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.vShow, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(fileList).length === 0]]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withDirectives)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div", _hoisted_3, [((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.openBlock)(true), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementBlock)(external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.Fragment, null, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.renderList)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(operatorArray), (rowItem, i) => {
|
|
1327
|
+
return (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.openBlock)(), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createBlock)(_component_kq_row, {
|
|
1228
1328
|
key: i,
|
|
1229
1329
|
gutter: 20
|
|
1230
1330
|
}, {
|
|
1231
|
-
default: (0,
|
|
1232
|
-
return (0,
|
|
1331
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.openBlock)(true), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementBlock)(external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.Fragment, null, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.renderList)(rowItem, (file, j) => {
|
|
1332
|
+
return (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.openBlock)(), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createBlock)(_component_kq_col, {
|
|
1233
1333
|
span: 8,
|
|
1234
1334
|
key: j
|
|
1235
1335
|
}, {
|
|
1236
|
-
default: (0,
|
|
1336
|
+
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_4, [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_icon, {
|
|
1237
1337
|
class: "kq3d-add-data-doc"
|
|
1238
1338
|
}, {
|
|
1239
|
-
default: (0,
|
|
1339
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(icons_vue_.Document))]),
|
|
1240
1340
|
_: 1
|
|
1241
1341
|
/* STABLE */
|
|
1242
1342
|
|
|
1243
|
-
}), (0,
|
|
1343
|
+
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("p", {
|
|
1244
1344
|
title: file.name
|
|
1245
|
-
}, (0,
|
|
1345
|
+
}, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.toDisplayString)(file.name), 9
|
|
1246
1346
|
/* TEXT, PROPS */
|
|
1247
|
-
, _hoisted_5), (0,
|
|
1347
|
+
, _hoisted_5), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_icon, {
|
|
1248
1348
|
class: "kq3d-add-data-close",
|
|
1249
1349
|
onClick: $event => removeFile(file)
|
|
1250
1350
|
}, {
|
|
1251
|
-
default: (0,
|
|
1351
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(icons_vue_.CircleClose))]),
|
|
1252
1352
|
_: 2
|
|
1253
1353
|
/* DYNAMIC */
|
|
1254
1354
|
|
|
@@ -1274,7 +1374,7 @@ const __default__ = {
|
|
|
1274
1374
|
/* KEYED_FRAGMENT */
|
|
1275
1375
|
))], 512
|
|
1276
1376
|
/* NEED_PATCH */
|
|
1277
|
-
), [[
|
|
1377
|
+
), [[external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.vShow, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(fileList).length > 0]]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div", _hoisted_6, [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.renderSlot)(_ctx.$slots, "loadingFilesSwitch"), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div", _hoisted_7, [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_upload, {
|
|
1278
1378
|
action: "",
|
|
1279
1379
|
"show-file-list": false,
|
|
1280
1380
|
"auto-upload": false,
|
|
@@ -1284,11 +1384,11 @@ const __default__ = {
|
|
|
1284
1384
|
class: "kq3d-add-data-footer-upload",
|
|
1285
1385
|
"on-change": changeFile
|
|
1286
1386
|
}, {
|
|
1287
|
-
default: (0,
|
|
1288
|
-
title: (0,
|
|
1387
|
+
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_button, {
|
|
1388
|
+
title: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).selectFiles,
|
|
1289
1389
|
type: "primary"
|
|
1290
1390
|
}, {
|
|
1291
|
-
default: (0,
|
|
1391
|
+
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).selectFiles), 1
|
|
1292
1392
|
/* TEXT */
|
|
1293
1393
|
)]),
|
|
1294
1394
|
_: 1
|
|
@@ -1302,12 +1402,12 @@ const __default__ = {
|
|
|
1302
1402
|
|
|
1303
1403
|
}, 512
|
|
1304
1404
|
/* NEED_PATCH */
|
|
1305
|
-
), (0,
|
|
1306
|
-
onClick: _cache[1] || (_cache[1] = (0,
|
|
1307
|
-
title: (0,
|
|
1405
|
+
), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_button, {
|
|
1406
|
+
onClick: _cache[1] || (_cache[1] = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withModifiers)($event => removeFiles(), ["stop"])),
|
|
1407
|
+
title: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).clearFiles,
|
|
1308
1408
|
type: "primary"
|
|
1309
1409
|
}, {
|
|
1310
|
-
default: (0,
|
|
1410
|
+
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).clearFiles), 1
|
|
1311
1411
|
/* TEXT */
|
|
1312
1412
|
)]),
|
|
1313
1413
|
_: 1
|
|
@@ -1315,13 +1415,13 @@ const __default__ = {
|
|
|
1315
1415
|
|
|
1316
1416
|
}, 8
|
|
1317
1417
|
/* PROPS */
|
|
1318
|
-
, ["title"]), (0,
|
|
1319
|
-
onClick: _cache[2] || (_cache[2] = (0,
|
|
1320
|
-
title: (0,
|
|
1418
|
+
, ["title"]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_button, {
|
|
1419
|
+
onClick: _cache[2] || (_cache[2] = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withModifiers)($event => loadFiles(), ["stop"])),
|
|
1420
|
+
title: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).loadFiles,
|
|
1321
1421
|
type: "primary",
|
|
1322
|
-
disabled: (0,
|
|
1422
|
+
disabled: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(disabled)
|
|
1323
1423
|
}, {
|
|
1324
|
-
default: (0,
|
|
1424
|
+
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).loadFiles), 1
|
|
1325
1425
|
/* TEXT */
|
|
1326
1426
|
)]),
|
|
1327
1427
|
_: 1
|
|
@@ -1335,25 +1435,25 @@ const __default__ = {
|
|
|
1335
1435
|
|
|
1336
1436
|
}, 8
|
|
1337
1437
|
/* PROPS */
|
|
1338
|
-
, ["label"]), (0,
|
|
1339
|
-
label: (0,
|
|
1438
|
+
, ["label"]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_tab_pane, {
|
|
1439
|
+
label: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).urlData,
|
|
1340
1440
|
name: "url"
|
|
1341
1441
|
}, {
|
|
1342
|
-
default: (0,
|
|
1442
|
+
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, {
|
|
1343
1443
|
"label-width": "70px",
|
|
1344
1444
|
"label-position": "left"
|
|
1345
1445
|
}, {
|
|
1346
|
-
default: (0,
|
|
1347
|
-
default: (0,
|
|
1348
|
-
label: (0,
|
|
1446
|
+
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, {
|
|
1447
|
+
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, {
|
|
1448
|
+
label: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).type
|
|
1349
1449
|
}, {
|
|
1350
|
-
default: (0,
|
|
1351
|
-
modelValue: (0,
|
|
1352
|
-
"onUpdate:modelValue": _cache[3] || (_cache[3] = $event => (0,
|
|
1450
|
+
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, {
|
|
1451
|
+
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(selectTypeIndex),
|
|
1452
|
+
"onUpdate:modelValue": _cache[3] || (_cache[3] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.isRef)(selectTypeIndex) ? selectTypeIndex.value = $event : selectTypeIndex = $event),
|
|
1353
1453
|
onChange: changeType
|
|
1354
1454
|
}, {
|
|
1355
|
-
default: (0,
|
|
1356
|
-
return (0,
|
|
1455
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.openBlock)(true), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementBlock)(external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.Fragment, null, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.renderList)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(dataSourceTypeList), (item, index) => {
|
|
1456
|
+
return (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.openBlock)(), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createBlock)(_component_kq_option, {
|
|
1357
1457
|
label: item.name,
|
|
1358
1458
|
value: index
|
|
1359
1459
|
}, null, 8
|
|
@@ -1367,7 +1467,7 @@ const __default__ = {
|
|
|
1367
1467
|
|
|
1368
1468
|
}, 8
|
|
1369
1469
|
/* PROPS */
|
|
1370
|
-
, ["modelValue"]), (0,
|
|
1470
|
+
, ["modelValue"]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("span", _hoisted_8, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.toDisplayString)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(dataSourceType).description), 1
|
|
1371
1471
|
/* TEXT */
|
|
1372
1472
|
)]),
|
|
1373
1473
|
_: 1
|
|
@@ -1379,17 +1479,17 @@ const __default__ = {
|
|
|
1379
1479
|
_: 1
|
|
1380
1480
|
/* STABLE */
|
|
1381
1481
|
|
|
1382
|
-
}), (0,
|
|
1383
|
-
default: (0,
|
|
1384
|
-
label: (0,
|
|
1482
|
+
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, null, {
|
|
1483
|
+
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, {
|
|
1484
|
+
label: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).url
|
|
1385
1485
|
}, {
|
|
1386
|
-
default: (0,
|
|
1387
|
-
modelValue: (0,
|
|
1388
|
-
"onUpdate:modelValue": _cache[4] || (_cache[4] = $event => (0,
|
|
1389
|
-
placeholder: (0,
|
|
1486
|
+
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, {
|
|
1487
|
+
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(dataSource).url,
|
|
1488
|
+
"onUpdate:modelValue": _cache[4] || (_cache[4] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(dataSource).url = $event),
|
|
1489
|
+
placeholder: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(dataSourceType).urlPlaceholder
|
|
1390
1490
|
}, null, 8
|
|
1391
1491
|
/* PROPS */
|
|
1392
|
-
, ["modelValue", "placeholder"]), (0,
|
|
1492
|
+
, ["modelValue", "placeholder"]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("span", _hoisted_9, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.toDisplayString)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(dataSourceType).urlPlaceholder), 1
|
|
1393
1493
|
/* TEXT */
|
|
1394
1494
|
)]),
|
|
1395
1495
|
_: 1
|
|
@@ -1401,14 +1501,14 @@ const __default__ = {
|
|
|
1401
1501
|
_: 1
|
|
1402
1502
|
/* STABLE */
|
|
1403
1503
|
|
|
1404
|
-
}), (0,
|
|
1405
|
-
default: (0,
|
|
1406
|
-
label: (0,
|
|
1504
|
+
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, null, {
|
|
1505
|
+
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, {
|
|
1506
|
+
label: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).layerName
|
|
1407
1507
|
}, {
|
|
1408
|
-
default: (0,
|
|
1409
|
-
modelValue: (0,
|
|
1410
|
-
"onUpdate:modelValue": _cache[5] || (_cache[5] = $event => (0,
|
|
1411
|
-
placeholder: (0,
|
|
1508
|
+
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, {
|
|
1509
|
+
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(dataSource).name,
|
|
1510
|
+
"onUpdate:modelValue": _cache[5] || (_cache[5] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(dataSource).name = $event),
|
|
1511
|
+
placeholder: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(dataSourceType).namePlaceholder
|
|
1412
1512
|
}, null, 8
|
|
1413
1513
|
/* PROPS */
|
|
1414
1514
|
, ["modelValue", "placeholder"])]),
|
|
@@ -1425,12 +1525,12 @@ const __default__ = {
|
|
|
1425
1525
|
_: 1
|
|
1426
1526
|
/* STABLE */
|
|
1427
1527
|
|
|
1428
|
-
}), (0,
|
|
1429
|
-
onClick: _cache[6] || (_cache[6] = (0,
|
|
1430
|
-
title: (0,
|
|
1528
|
+
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div", _hoisted_10, [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.renderSlot)(_ctx.$slots, "loadingURLSwitch"), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div", _hoisted_11, [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_button, {
|
|
1529
|
+
onClick: _cache[6] || (_cache[6] = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withModifiers)($event => loadURL(), ["stop"])),
|
|
1530
|
+
title: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).loadFiles,
|
|
1431
1531
|
type: "primary"
|
|
1432
1532
|
}, {
|
|
1433
|
-
default: (0,
|
|
1533
|
+
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).loadFiles), 1
|
|
1434
1534
|
/* TEXT */
|
|
1435
1535
|
)]),
|
|
1436
1536
|
_: 1
|
|
@@ -1438,11 +1538,11 @@ const __default__ = {
|
|
|
1438
1538
|
|
|
1439
1539
|
}, 8
|
|
1440
1540
|
/* PROPS */
|
|
1441
|
-
, ["title"]), (0,
|
|
1442
|
-
onClick: _cache[7] || (_cache[7] = (0,
|
|
1443
|
-
title: (0,
|
|
1541
|
+
, ["title"]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_button, {
|
|
1542
|
+
onClick: _cache[7] || (_cache[7] = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withModifiers)($event => reset(), ["stop"])),
|
|
1543
|
+
title: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).reset
|
|
1444
1544
|
}, {
|
|
1445
|
-
default: (0,
|
|
1545
|
+
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).reset), 1
|
|
1446
1546
|
/* TEXT */
|
|
1447
1547
|
)]),
|
|
1448
1548
|
_: 1
|
|
@@ -1478,6 +1578,9 @@ const __default__ = {
|
|
|
1478
1578
|
const __exports__ = AddDatavue_type_script_setup_true_lang_js;
|
|
1479
1579
|
|
|
1480
1580
|
/* harmony default export */ var AddData = (__exports__);
|
|
1581
|
+
// EXTERNAL MODULE: external "@kq_npm/client_common_vue/init.js"
|
|
1582
|
+
var init_js_ = __webpack_require__(5406);
|
|
1583
|
+
var init_js_default = /*#__PURE__*/__webpack_require__.n(init_js_);
|
|
1481
1584
|
;// CONCATENATED MODULE: ./src/webgl/adddata/index.js
|
|
1482
1585
|
|
|
1483
1586
|
|
|
@@ -1489,6 +1592,7 @@ AddData.install = (Vue, opts) => {
|
|
|
1489
1592
|
};
|
|
1490
1593
|
|
|
1491
1594
|
|
|
1595
|
+
}();
|
|
1492
1596
|
module.exports = __webpack_exports__;
|
|
1493
1597
|
/******/ })()
|
|
1494
1598
|
;
|