@supermapgis/vue-iclient-leaflet 11.2.0 → 11.3.0
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/dist/iclient-leaflet-vue.css +23 -9
- package/dist/iclient-leaflet-vue.js +21687 -44393
- package/dist/iclient-leaflet-vue.min.css +2 -2
- package/dist/iclient-leaflet-vue.min.js +39 -293
- package/lib/_assets/iconfont/icon-sm-components.css +21 -7
- package/lib/_assets/iconfont/icon-sm-components.ttf +0 -0
- package/lib/_assets/iconfont/icon-sm-components.woff +0 -0
- package/lib/_assets/iconfont/icon-sm-components.woff2 +0 -0
- package/lib/_lang/en.js +21 -9
- package/lib/_lang/index.js +22 -22
- package/lib/_lang/zh.js +21 -9
- package/lib/_mixin/AntdRender.js +15 -17
- package/lib/_mixin/Card.js +10 -11
- package/lib/_mixin/GridLayer.js +4 -4
- package/lib/_mixin/Layer.js +4 -4
- package/lib/_mixin/Options.js +2 -2
- package/lib/_mixin/Popper.js +2 -2
- package/lib/_mixin/Theme.js +13 -15
- package/lib/_mixin/ThirdService.js +15 -16
- package/lib/_mixin/TileLayer.js +4 -4
- package/lib/_mixin/Timer.js +8 -9
- package/lib/_mixin/VmUpdater.js +10 -11
- package/lib/_mixin/map-events.js +8 -9
- package/lib/_mixin/map-getter.js +13 -14
- package/lib/_types/AddressMatchParameter.js +2 -2
- package/lib/_types/GeoJSONParamter.js +2 -2
- package/lib/_types/RestDataParameter.js +5 -6
- package/lib/_types/RestMapParameter.js +5 -6
- package/lib/_types/RestParameter.js +2 -2
- package/lib/_types/event/BaseTypes.js +2 -2
- package/lib/_types/event/Event.js +4 -4
- package/lib/_types/event/Events.js +10 -10
- package/lib/_types/event/Pixel.js +2 -2
- package/lib/_types/event/Util.js +2 -2
- package/lib/_types/iPortalDataParameter.js +3 -2
- package/lib/_types/iServerBaseParameter.js +3 -2
- package/lib/_types/iServerDataParameter.js +5 -6
- package/lib/_types/iServerMapParameter.js +5 -6
- package/lib/_types/index.js +18 -18
- package/lib/_types/map-event.js +6 -6
- package/lib/_utils/EchartsDataService.js +24 -24
- package/lib/_utils/RestService.js +1345 -1149
- package/lib/_utils/epsg-define.js +45 -34
- package/lib/_utils/get-features.js +23 -10
- package/lib/_utils/global-event.js +6 -6
- package/lib/_utils/iPortalDataService.js +1368 -1147
- package/lib/_utils/iServerRestService.js +1527 -1278
- package/lib/_utils/props-binder.js +2 -2
- package/lib/_utils/statistics.js +8 -17
- package/lib/_utils/style/color/colorPalette.js +4 -4
- package/lib/_utils/style/color/serialColors.js +8 -8
- package/lib/_utils/style/theme/chart.js +1344 -1147
- package/lib/_utils/style/theme/set-theme.js +10 -10
- package/lib/_utils/style/theme/theme.json +6 -6
- package/lib/_utils/util.js +12 -12
- package/lib/_utils/vue-types/utils.js +2 -2
- package/lib/attribute-panel/style/attribute-panel.css +1 -0
- package/lib/attribute-panel/style/css.js +7 -0
- package/lib/attribute-panel/style/index.js +7 -0
- package/lib/avatar/index.js +25 -25
- package/lib/border/index.js +77 -77
- package/lib/breadcrumb/index.js +47 -41
- package/lib/button/index.js +53 -50
- package/lib/card/index.js +47 -41
- package/lib/chart/index.js +1441 -1242
- package/lib/checkbox/index.js +36 -33
- package/lib/collapse/index.js +39 -36
- package/lib/collapse-card/index.js +71 -76
- package/lib/color-picker/index.js +48 -49
- package/lib/date-picker/index.js +107 -95
- package/lib/dropdown/index.js +27 -27
- package/lib/empty/index.js +27 -27
- package/lib/icon/index.js +25 -25
- package/lib/identify/index.js +67 -68
- package/lib/iframe/index.js +31 -31
- package/lib/image/index.js +226 -42
- package/lib/image/style/image.css +1 -1
- package/lib/index.js +4 -4
- package/lib/indicator/index.js +70 -67
- package/lib/init.js +8 -8
- package/lib/input/index.js +150 -135
- package/lib/input-number/index.js +100 -97
- package/lib/layout/index.js +72 -60
- package/lib/liquid-fill/index.js +73 -73
- package/lib/marker/index.js +45 -46
- package/lib/menu/index.js +47 -41
- package/lib/message/index.js +3 -3
- package/lib/message/style/message.css +1 -1
- package/lib/modal/index.js +67 -67
- package/lib/modal/style/modal.css +1 -1
- package/lib/notification/index.js +6 -6
- package/lib/notification/style/notification.css +1 -1
- package/lib/pagination/index.js +34 -34
- package/lib/popup/index.js +47 -48
- package/lib/progress/index.js +440 -440
- package/lib/radio/index.js +48 -42
- package/lib/select/index.js +47 -41
- package/lib/slider/index.js +27 -27
- package/lib/slideshow/index.js +103 -160
- package/lib/spin/index.js +30 -30
- package/lib/steps/index.js +35 -32
- package/lib/switch/index.js +25 -25
- package/lib/table/index.js +50 -44
- package/lib/table/style/table.css +1 -1
- package/lib/table-popup/index.js +43 -37
- package/lib/table-popup/style/table-popup.css +1 -1
- package/lib/tabs/index.js +35 -32
- package/lib/text/index.js +39 -39
- package/lib/tile-layer/index.js +37 -38
- package/lib/time-line/index.js +41 -43
- package/lib/time-picker/index.js +27 -27
- package/lib/time-range/index.js +47 -49
- package/lib/time-slider/index.js +67 -69
- package/lib/time-text/index.js +31 -31
- package/lib/tooltip/index.js +25 -25
- package/lib/tooltip/style/tooltip.css +1 -0
- package/lib/transfer/index.js +27 -27
- package/lib/tree/index.js +48 -42
- package/lib/tree-select/index.js +37 -34
- package/lib/video-player/index.js +102 -151
- package/lib/video-player/style/video-player.css +1 -1
- package/lib/web-map/index.js +2339 -106
- package/package.json +3 -5
- package/src/common/_assets/iconfont/icon-sm-components.css +21 -7
- package/src/common/_assets/iconfont/icon-sm-components.ttf +0 -0
- package/src/common/_assets/iconfont/icon-sm-components.woff +0 -0
- package/src/common/_assets/iconfont/icon-sm-components.woff2 +0 -0
- package/src/common/_lang/en.js +19 -8
- package/src/common/_lang/zh.js +19 -7
- package/src/common/_mixin/Card.ts +1 -1
- package/src/common/_types/iPortalDataParameter.js +1 -0
- package/src/common/_types/iServerBaseParameter.ts +3 -0
- package/src/common/_utils/epsg-define.js +32 -27
- package/src/common/_utils/get-features.js +13 -2
- package/src/common/_utils/iPortalDataService.js +14 -3
- package/src/common/_utils/iServerRestService.js +144 -78
- package/src/common/_utils/statistics.js +6 -14
- package/src/common/_utils/style/theme/theme.json +6 -6
- package/src/common/attribute-panel/AttributePanel.vue +58 -0
- package/src/common/attribute-panel/__test__/AttributePanel.spec.js +39 -0
- package/src/common/attribute-panel/index.js +9 -0
- package/src/common/attribute-panel/style/attribute-panel.scss +35 -0
- package/src/common/attribute-panel/style/index.js +4 -0
- package/src/common/collapse-card/style/collapse-card.scss +2 -2
- package/src/common/iframe/Iframe.vue +1 -1
- package/src/common/image/Image.vue +68 -6
- package/src/common/image/style/image.scss +32 -0
- package/src/common/message/style/message.scss +1 -0
- package/src/common/modal/style/modal.scss +36 -0
- package/src/common/notification/style/notification.scss +9 -0
- package/src/common/slideshow/Slideshow.vue +42 -95
- package/src/common/slideshow/Swiper.js +1 -1
- package/src/common/table/style/table.scss +36 -0
- package/src/common/table-popup/TablePopup.vue +5 -0
- package/src/common/tooltip/style/tooltip.scss +3 -0
- package/src/common/video-player/VideoPlayer.vue +4 -41
- package/src/common/video-player/style/video-player.scss +1 -1
- package/src/leaflet/entrys.json +0 -2
- package/src/leaflet/package.json +3 -5
- package/src/leaflet/web-map/WebMap.vue +4 -4
- package/src/leaflet/web-map/WebMapViewModel.ts +64 -17
- package/static/libs/iclient-common/iclient-common-webmapv2base.js +2 -0
- package/static/libs/iclient-common/iclient-common.js +1 -1
- package/static/libs/iclient-leaflet/iclient-leaflet.min.js +5 -1738
- package/lib/_assets/iconfont/icon-sm-components.eot +0 -0
- package/lib/_assets/iconfont/icon-sm-components.svg +0 -197
- package/lib/_mixin/WebMapBase.js +0 -3467
- package/lib/_utils/WebMapService.js +0 -1607
- package/src/common/_assets/iconfont/icon-sm-components.eot +0 -0
- package/src/common/_assets/iconfont/icon-sm-components.svg +0 -197
- package/src/common/_utils/WebMapService.ts +0 -1292
- package/src/common/web-map/WebMapBase.ts +0 -1178
- package/src/common/web-map/config/MunicipalCenter.json +0 -1
- package/src/common/web-map/config/ProvinceCenter.json +0 -1
|
@@ -1,10 +1,8 @@
|
|
|
1
|
-
@font-face {
|
|
2
|
-
|
|
3
|
-
src: url('icon-sm-components.
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
url('icon-sm-components.ttf?t=1617681183966') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+ */
|
|
7
|
-
url('icon-sm-components.svg?t=1617681183966#sm-components-icon-') format('svg'); /* iOS 4.1- */
|
|
1
|
+
@font-face {
|
|
2
|
+
font-family: "sm-components-icon-"; /* Project id 2236405 */
|
|
3
|
+
src: url('icon-sm-components.woff2?t=1728443762490') format('woff2'),
|
|
4
|
+
url('icon-sm-components.woff?t=1728443762490') format('woff'),
|
|
5
|
+
url('icon-sm-components.ttf?t=1728443762490') format('truetype');
|
|
8
6
|
}
|
|
9
7
|
|
|
10
8
|
[class^="sm-components-icon-"], [class*=" sm-components-icon-"], .sm-components-icon {
|
|
@@ -15,6 +13,22 @@
|
|
|
15
13
|
-moz-osx-font-smoothing: grayscale;
|
|
16
14
|
}
|
|
17
15
|
|
|
16
|
+
.sm-components-icon-complete:before {
|
|
17
|
+
content: "\e6a0";
|
|
18
|
+
}
|
|
19
|
+
|
|
20
|
+
.sm-components-icon-tucengyangshi01:before {
|
|
21
|
+
content: "\e661";
|
|
22
|
+
}
|
|
23
|
+
|
|
24
|
+
.sm-components-icon-attribute-table:before {
|
|
25
|
+
content: "\e7f7";
|
|
26
|
+
}
|
|
27
|
+
|
|
28
|
+
.sm-components-icon-suofangzhituceng:before {
|
|
29
|
+
content: "\e660";
|
|
30
|
+
}
|
|
31
|
+
|
|
18
32
|
.sm-components-icon-attribute:before {
|
|
19
33
|
content: "\e65f";
|
|
20
34
|
}
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
package/lib/_lang/en.js
CHANGED
|
@@ -82,12 +82,12 @@ module.exports =
|
|
|
82
82
|
/******/
|
|
83
83
|
/******/
|
|
84
84
|
/******/ // Load entry module and return exports
|
|
85
|
-
/******/ return __webpack_require__(__webpack_require__.s =
|
|
85
|
+
/******/ return __webpack_require__(__webpack_require__.s = 529);
|
|
86
86
|
/******/ })
|
|
87
87
|
/************************************************************************/
|
|
88
88
|
/******/ ({
|
|
89
89
|
|
|
90
|
-
/***/
|
|
90
|
+
/***/ 529:
|
|
91
91
|
/***/ (function(module, exports, __webpack_require__) {
|
|
92
92
|
|
|
93
93
|
"use strict";
|
|
@@ -130,7 +130,7 @@ var _default = exports.default = {
|
|
|
130
130
|
unavailableVideo: 'This video is temporarily unavailable, please try again later',
|
|
131
131
|
mapNotLoaded: 'The associated map has not been loaded yet, please wait for a second',
|
|
132
132
|
unassociatedMap: 'You need to configure the associated map!',
|
|
133
|
-
videojs: 'Please import video.js plugin: https://github.com/videojs/video.js
|
|
133
|
+
videojs: 'Please import video.js plugin: https://github.com/videojs/video.js',
|
|
134
134
|
flvPlayer: 'Please import flv related plugin: https://github.com/bilibili/flv.js, https://github.com/mister-ben/videojs-flvjs'
|
|
135
135
|
},
|
|
136
136
|
success: {
|
|
@@ -138,7 +138,8 @@ var _default = exports.default = {
|
|
|
138
138
|
},
|
|
139
139
|
info: {
|
|
140
140
|
loading: 'Loading...',
|
|
141
|
-
pressEscToExit: 'Press the ESC key or click the close button to exit'
|
|
141
|
+
pressEscToExit: 'Press the ESC key or click the close button to exit',
|
|
142
|
+
pressEscOrClickToExit: 'Press the ESC key or click anywhere to exit'
|
|
142
143
|
},
|
|
143
144
|
unit: {
|
|
144
145
|
kilometers: 'km',
|
|
@@ -181,7 +182,11 @@ var _default = exports.default = {
|
|
|
181
182
|
unSupportedData: 'The current data does not support linkage with the map'
|
|
182
183
|
},
|
|
183
184
|
layerList: {
|
|
184
|
-
title: 'Layer'
|
|
185
|
+
title: 'Layer',
|
|
186
|
+
layerStyle: 'layerStyle',
|
|
187
|
+
attributes: 'Attributes',
|
|
188
|
+
zoomToLayer: 'zoomToLayer',
|
|
189
|
+
opacity: 'Opacity'
|
|
185
190
|
},
|
|
186
191
|
slideshow: {
|
|
187
192
|
title: 'Slideshow'
|
|
@@ -220,12 +225,16 @@ var _default = exports.default = {
|
|
|
220
225
|
loadingTip: 'Map is loading...',
|
|
221
226
|
crsNotSupport: 'The coordinate system of the current map is not supported!',
|
|
222
227
|
TileMatrixSetNotSuppport: 'Incoming TileMatrixSet is not supported!',
|
|
223
|
-
getLayerInfoFailed: 'Failed to
|
|
228
|
+
getLayerInfoFailed: 'Failed to load layer!',
|
|
224
229
|
getThemeInfoFailed: 'Failed to get theme information!',
|
|
225
230
|
crsnotsupport: 'Unsupported coordinate system!',
|
|
226
231
|
baiduMapNotSupport: 'Baidu maps is not supported yet!',
|
|
232
|
+
layerorsourcenameduplicated: 'layer or source name duplicated and cannot be added!',
|
|
227
233
|
sampleDataNotSupport: 'Sample datas is not supported yet!',
|
|
228
|
-
|
|
234
|
+
drillLayersNotSupport: 'Drill-down layers are not supported yet!',
|
|
235
|
+
mvtNotSupport: 'Vector tile layers is not supported yet!',
|
|
236
|
+
mapCreatedFailed: 'Failed to load map!',
|
|
237
|
+
projectionnotmatch: '{title} does not match the current map projection!'
|
|
229
238
|
},
|
|
230
239
|
drillMap: {
|
|
231
240
|
goBack: 'Go Back'
|
|
@@ -273,7 +282,8 @@ var _default = exports.default = {
|
|
|
273
282
|
query: 'Query',
|
|
274
283
|
queryJob: 'Task',
|
|
275
284
|
queryResult: 'Result',
|
|
276
|
-
attributeCondition: '
|
|
285
|
+
attributeCondition: 'Query Condition',
|
|
286
|
+
keyQueryCondition: 'Search keyword',
|
|
277
287
|
spatialFilter: 'Spatial Filter',
|
|
278
288
|
mapBounds: 'Query within the whole map extent',
|
|
279
289
|
currentMapBounds: 'Query within current viewbound',
|
|
@@ -285,7 +295,9 @@ var _default = exports.default = {
|
|
|
285
295
|
attributeValue: 'Attribute Value',
|
|
286
296
|
noResults: 'The query result is empty!',
|
|
287
297
|
queryFailed: 'Query failed!',
|
|
288
|
-
seviceNotSupport: 'This service does not support queries!'
|
|
298
|
+
seviceNotSupport: 'This service does not support queries!',
|
|
299
|
+
keyQueryPlaceholder: 'Please enter the search keyword',
|
|
300
|
+
sqlQueryPlaceholder: 'Please enter the SQL expression'
|
|
289
301
|
},
|
|
290
302
|
identify: {
|
|
291
303
|
layerNotExit: "The layer '{layer}' does not exist in the map's style",
|
package/lib/_lang/index.js
CHANGED
|
@@ -82,7 +82,7 @@ module.exports =
|
|
|
82
82
|
/******/
|
|
83
83
|
/******/
|
|
84
84
|
/******/ // Load entry module and return exports
|
|
85
|
-
/******/ return __webpack_require__(__webpack_require__.s =
|
|
85
|
+
/******/ return __webpack_require__(__webpack_require__.s = 530);
|
|
86
86
|
/******/ })
|
|
87
87
|
/************************************************************************/
|
|
88
88
|
/******/ ({
|
|
@@ -94,28 +94,28 @@ module.exports = require("@babel/runtime/helpers/interopRequireDefault");
|
|
|
94
94
|
|
|
95
95
|
/***/ }),
|
|
96
96
|
|
|
97
|
-
/***/
|
|
97
|
+
/***/ 243:
|
|
98
98
|
/***/ (function(module, exports) {
|
|
99
99
|
|
|
100
|
-
module.exports = require("
|
|
100
|
+
module.exports = require("moment");
|
|
101
101
|
|
|
102
102
|
/***/ }),
|
|
103
103
|
|
|
104
104
|
/***/ 244:
|
|
105
105
|
/***/ (function(module, exports) {
|
|
106
106
|
|
|
107
|
-
module.exports = require("
|
|
107
|
+
module.exports = require("lodash.merge");
|
|
108
108
|
|
|
109
109
|
/***/ }),
|
|
110
110
|
|
|
111
|
-
/***/
|
|
111
|
+
/***/ 27:
|
|
112
112
|
/***/ (function(module, exports) {
|
|
113
113
|
|
|
114
|
-
module.exports = require("lodash.
|
|
114
|
+
module.exports = require("lodash.clonedeep");
|
|
115
115
|
|
|
116
116
|
/***/ }),
|
|
117
117
|
|
|
118
|
-
/***/
|
|
118
|
+
/***/ 530:
|
|
119
119
|
/***/ (function(module, exports, __webpack_require__) {
|
|
120
120
|
|
|
121
121
|
"use strict";
|
|
@@ -134,23 +134,23 @@ exports.locale = exports.lang = void 0;
|
|
|
134
134
|
exports.setDatePickerMonthLocale = setDatePickerMonthLocale;
|
|
135
135
|
exports.setLocale = setLocale;
|
|
136
136
|
|
|
137
|
-
var _jsCookie = _interopRequireDefault(__webpack_require__(
|
|
137
|
+
var _jsCookie = _interopRequireDefault(__webpack_require__(531));
|
|
138
138
|
|
|
139
|
-
var _en = _interopRequireDefault(__webpack_require__(
|
|
139
|
+
var _en = _interopRequireDefault(__webpack_require__(532));
|
|
140
140
|
|
|
141
|
-
var _zh = _interopRequireDefault(__webpack_require__(
|
|
141
|
+
var _zh = _interopRequireDefault(__webpack_require__(533));
|
|
142
142
|
|
|
143
|
-
var _zh_CN = _interopRequireDefault(__webpack_require__(
|
|
143
|
+
var _zh_CN = _interopRequireDefault(__webpack_require__(534));
|
|
144
144
|
|
|
145
|
-
var _en_US = _interopRequireDefault(__webpack_require__(
|
|
145
|
+
var _en_US = _interopRequireDefault(__webpack_require__(535));
|
|
146
146
|
|
|
147
|
-
var _lodash = _interopRequireDefault(__webpack_require__(
|
|
147
|
+
var _lodash = _interopRequireDefault(__webpack_require__(27));
|
|
148
148
|
|
|
149
|
-
var _vueI18n = _interopRequireDefault(__webpack_require__(
|
|
149
|
+
var _vueI18n = _interopRequireDefault(__webpack_require__(536));
|
|
150
150
|
|
|
151
|
-
var _lodash2 = _interopRequireDefault(__webpack_require__(
|
|
151
|
+
var _lodash2 = _interopRequireDefault(__webpack_require__(244));
|
|
152
152
|
|
|
153
|
-
var _moment = _interopRequireDefault(__webpack_require__(
|
|
153
|
+
var _moment = _interopRequireDefault(__webpack_require__(243));
|
|
154
154
|
|
|
155
155
|
// import Vue from 'vue';
|
|
156
156
|
var EXTRA_LOCALE_FIELDS = ['months', 'monthsShort', 'weekdays', 'weekdaysShort', 'weekdaysMin'];
|
|
@@ -340,42 +340,42 @@ $tc方法:
|
|
|
340
340
|
|
|
341
341
|
/***/ }),
|
|
342
342
|
|
|
343
|
-
/***/
|
|
343
|
+
/***/ 531:
|
|
344
344
|
/***/ (function(module, exports) {
|
|
345
345
|
|
|
346
346
|
module.exports = require("js-cookie");
|
|
347
347
|
|
|
348
348
|
/***/ }),
|
|
349
349
|
|
|
350
|
-
/***/
|
|
350
|
+
/***/ 532:
|
|
351
351
|
/***/ (function(module, exports) {
|
|
352
352
|
|
|
353
353
|
module.exports = require("@supermapgis/vue-iclient-leaflet/lib/_lang/en.js");
|
|
354
354
|
|
|
355
355
|
/***/ }),
|
|
356
356
|
|
|
357
|
-
/***/
|
|
357
|
+
/***/ 533:
|
|
358
358
|
/***/ (function(module, exports) {
|
|
359
359
|
|
|
360
360
|
module.exports = require("@supermapgis/vue-iclient-leaflet/lib/_lang/zh.js");
|
|
361
361
|
|
|
362
362
|
/***/ }),
|
|
363
363
|
|
|
364
|
-
/***/
|
|
364
|
+
/***/ 534:
|
|
365
365
|
/***/ (function(module, exports) {
|
|
366
366
|
|
|
367
367
|
module.exports = require("ant-design-vue/es/locale/zh_CN");
|
|
368
368
|
|
|
369
369
|
/***/ }),
|
|
370
370
|
|
|
371
|
-
/***/
|
|
371
|
+
/***/ 535:
|
|
372
372
|
/***/ (function(module, exports) {
|
|
373
373
|
|
|
374
374
|
module.exports = require("ant-design-vue/es/locale/en_US");
|
|
375
375
|
|
|
376
376
|
/***/ }),
|
|
377
377
|
|
|
378
|
-
/***/
|
|
378
|
+
/***/ 536:
|
|
379
379
|
/***/ (function(module, exports) {
|
|
380
380
|
|
|
381
381
|
module.exports = require("vue-i18n");
|
package/lib/_lang/zh.js
CHANGED
|
@@ -82,12 +82,12 @@ module.exports =
|
|
|
82
82
|
/******/
|
|
83
83
|
/******/
|
|
84
84
|
/******/ // Load entry module and return exports
|
|
85
|
-
/******/ return __webpack_require__(__webpack_require__.s =
|
|
85
|
+
/******/ return __webpack_require__(__webpack_require__.s = 537);
|
|
86
86
|
/******/ })
|
|
87
87
|
/************************************************************************/
|
|
88
88
|
/******/ ({
|
|
89
89
|
|
|
90
|
-
/***/
|
|
90
|
+
/***/ 537:
|
|
91
91
|
/***/ (function(module, exports, __webpack_require__) {
|
|
92
92
|
|
|
93
93
|
"use strict";
|
|
@@ -130,7 +130,7 @@ var _default = exports.default = {
|
|
|
130
130
|
unavailableVideo: '此视频暂无法播放,请稍后再试',
|
|
131
131
|
mapNotLoaded: '关联的地图尚未加载完整,请稍后',
|
|
132
132
|
unassociatedMap: '您需要配置关联地图!',
|
|
133
|
-
videojs: '请引入video.js插件: https://github.com/videojs/video.js
|
|
133
|
+
videojs: '请引入video.js插件: https://github.com/videojs/video.js',
|
|
134
134
|
flvPlayer: '请引入flv相关插件: https://github.com/bilibili/flv.js, https://github.com/mister-ben/videojs-flvjs'
|
|
135
135
|
},
|
|
136
136
|
success: {
|
|
@@ -138,7 +138,8 @@ var _default = exports.default = {
|
|
|
138
138
|
},
|
|
139
139
|
info: {
|
|
140
140
|
loading: '加载中',
|
|
141
|
-
pressEscToExit: '按下 ESC 键或点击关闭按钮退出'
|
|
141
|
+
pressEscToExit: '按下 ESC 键或点击关闭按钮退出',
|
|
142
|
+
pressEscOrClickToExit: '按下 ESC 键或点击任意位置退出'
|
|
142
143
|
},
|
|
143
144
|
unit: {
|
|
144
145
|
kilometers: '千米',
|
|
@@ -181,7 +182,11 @@ var _default = exports.default = {
|
|
|
181
182
|
unSupportedData: '当前数据不支持与地图联动'
|
|
182
183
|
},
|
|
183
184
|
layerList: {
|
|
184
|
-
title: '图层'
|
|
185
|
+
title: '图层',
|
|
186
|
+
layerStyle: '图层样式',
|
|
187
|
+
attributes: '属性表',
|
|
188
|
+
zoomToLayer: '缩放至图层',
|
|
189
|
+
opacity: '不透明度'
|
|
185
190
|
},
|
|
186
191
|
slideshow: {
|
|
187
192
|
title: '幻灯片'
|
|
@@ -220,12 +225,16 @@ var _default = exports.default = {
|
|
|
220
225
|
loadingTip: '地图加载中...',
|
|
221
226
|
crsNotSupport: '不支持当前地图的坐标系!',
|
|
222
227
|
TileMatrixSetNotSuppport: '不支持传入的 TileMatrixSet!',
|
|
223
|
-
getLayerInfoFailed: '
|
|
228
|
+
getLayerInfoFailed: '图层加载失败!',
|
|
224
229
|
getThemeInfoFailed: '获取图层样式信息失败!',
|
|
225
230
|
crsnotsupport: '不支持的坐标系!',
|
|
226
231
|
baiduMapNotSupport: '暂不支持加载百度地图!',
|
|
232
|
+
layerorsourcenameduplicated: '图层名或数据源名重复无法添加',
|
|
227
233
|
sampleDataNotSupport: '暂不支持加载示例数据!',
|
|
228
|
-
|
|
234
|
+
drillLayersNotSupport: '暂不支持加载下钻图层!',
|
|
235
|
+
mvtNotSupport: '暂不支持加载矢量瓦片图层!',
|
|
236
|
+
mapCreatedFailed: '地图加载失败!',
|
|
237
|
+
projectionnotmatch: '{title}与当前地图投影不匹配!'
|
|
229
238
|
},
|
|
230
239
|
videoPlus: {
|
|
231
240
|
loadingTip: '视频加载中...'
|
|
@@ -276,7 +285,8 @@ var _default = exports.default = {
|
|
|
276
285
|
query: '查询',
|
|
277
286
|
queryJob: '任务',
|
|
278
287
|
queryResult: '结果',
|
|
279
|
-
attributeCondition: '
|
|
288
|
+
attributeCondition: '查询条件',
|
|
289
|
+
keyQueryCondition: '查询关键字',
|
|
280
290
|
spatialFilter: '空间过滤器',
|
|
281
291
|
mapBounds: '返回地图全图范围的要素',
|
|
282
292
|
currentMapBounds: '返回当前地图范围内的要素',
|
|
@@ -288,7 +298,9 @@ var _default = exports.default = {
|
|
|
288
298
|
attributeValue: '属性值',
|
|
289
299
|
noResults: '查询结果为空!',
|
|
290
300
|
queryFailed: '查询失败!',
|
|
291
|
-
seviceNotSupport: '此服务不支持查询!'
|
|
301
|
+
seviceNotSupport: '此服务不支持查询!',
|
|
302
|
+
keyQueryPlaceholder: '请输入关查询键字',
|
|
303
|
+
sqlQueryPlaceholder: '请输入SQL表达式'
|
|
292
304
|
},
|
|
293
305
|
identify: {
|
|
294
306
|
layerNotExit: "地图上不存在该图层: '{layer}'",
|
package/lib/_mixin/AntdRender.js
CHANGED
|
@@ -82,7 +82,7 @@ module.exports =
|
|
|
82
82
|
/******/
|
|
83
83
|
/******/
|
|
84
84
|
/******/ // Load entry module and return exports
|
|
85
|
-
/******/ return __webpack_require__(__webpack_require__.s =
|
|
85
|
+
/******/ return __webpack_require__(__webpack_require__.s = 513);
|
|
86
86
|
/******/ })
|
|
87
87
|
/************************************************************************/
|
|
88
88
|
/******/ ({
|
|
@@ -97,14 +97,14 @@ module.exports = require("@babel/runtime/helpers/interopRequireDefault");
|
|
|
97
97
|
/***/ 10:
|
|
98
98
|
/***/ (function(module, exports) {
|
|
99
99
|
|
|
100
|
-
module.exports = require("vue");
|
|
100
|
+
module.exports = require("vue-property-decorator");
|
|
101
101
|
|
|
102
102
|
/***/ }),
|
|
103
103
|
|
|
104
|
-
/***/
|
|
104
|
+
/***/ 12:
|
|
105
105
|
/***/ (function(module, exports) {
|
|
106
106
|
|
|
107
|
-
module.exports = require("vue
|
|
107
|
+
module.exports = require("vue");
|
|
108
108
|
|
|
109
109
|
/***/ }),
|
|
110
110
|
|
|
@@ -115,7 +115,7 @@ module.exports = require("@babel/runtime/helpers/createClass");
|
|
|
115
115
|
|
|
116
116
|
/***/ }),
|
|
117
117
|
|
|
118
|
-
/***/
|
|
118
|
+
/***/ 242:
|
|
119
119
|
/***/ (function(module, exports) {
|
|
120
120
|
|
|
121
121
|
module.exports = require("ant-design-vue/es/_util/props-util");
|
|
@@ -407,7 +407,7 @@ var _default = exports.default = VuePropTypes;
|
|
|
407
407
|
|
|
408
408
|
/***/ }),
|
|
409
409
|
|
|
410
|
-
/***/
|
|
410
|
+
/***/ 513:
|
|
411
411
|
/***/ (function(module, exports, __webpack_require__) {
|
|
412
412
|
|
|
413
413
|
"use strict";
|
|
@@ -424,13 +424,13 @@ var _createClass2 = _interopRequireDefault(__webpack_require__(14));
|
|
|
424
424
|
|
|
425
425
|
var _inheritsLoose2 = _interopRequireDefault(__webpack_require__(6));
|
|
426
426
|
|
|
427
|
-
var _vue = _interopRequireDefault(__webpack_require__(
|
|
427
|
+
var _vue = _interopRequireDefault(__webpack_require__(12));
|
|
428
428
|
|
|
429
|
-
var _vuePropertyDecorator = __webpack_require__(
|
|
429
|
+
var _vuePropertyDecorator = __webpack_require__(10);
|
|
430
430
|
|
|
431
|
-
var _RenderEmpty = _interopRequireDefault(__webpack_require__(
|
|
431
|
+
var _RenderEmpty = _interopRequireDefault(__webpack_require__(514));
|
|
432
432
|
|
|
433
|
-
var _propsUtil = __webpack_require__(
|
|
433
|
+
var _propsUtil = __webpack_require__(242);
|
|
434
434
|
|
|
435
435
|
var __decorate = void 0 && (void 0).__decorate || function (decorators, target, key, desc) {
|
|
436
436
|
var c = arguments.length,
|
|
@@ -441,8 +441,6 @@ var __decorate = void 0 && (void 0).__decorate || function (decorators, target,
|
|
|
441
441
|
};
|
|
442
442
|
|
|
443
443
|
var BaseRender = /*#__PURE__*/function (_Vue) {
|
|
444
|
-
(0, _inheritsLoose2.default)(BaseRender, _Vue);
|
|
445
|
-
|
|
446
444
|
function BaseRender() {
|
|
447
445
|
var _this;
|
|
448
446
|
|
|
@@ -467,6 +465,7 @@ var BaseRender = /*#__PURE__*/function (_Vue) {
|
|
|
467
465
|
return _this;
|
|
468
466
|
}
|
|
469
467
|
|
|
468
|
+
(0, _inheritsLoose2.default)(BaseRender, _Vue);
|
|
470
469
|
var _proto = BaseRender.prototype;
|
|
471
470
|
|
|
472
471
|
_proto.getPrefixCls = function getPrefixCls(suffixCls, customizePrefixCls) {
|
|
@@ -517,7 +516,7 @@ var BaseRender = /*#__PURE__*/function (_Vue) {
|
|
|
517
516
|
}, this.renderChildren(h));
|
|
518
517
|
};
|
|
519
518
|
|
|
520
|
-
(0, _createClass2.default)(BaseRender, [{
|
|
519
|
+
return (0, _createClass2.default)(BaseRender, [{
|
|
521
520
|
key: "extralProps",
|
|
522
521
|
get: function get() {
|
|
523
522
|
return {};
|
|
@@ -548,7 +547,6 @@ var BaseRender = /*#__PURE__*/function (_Vue) {
|
|
|
548
547
|
return null;
|
|
549
548
|
}
|
|
550
549
|
}]);
|
|
551
|
-
return BaseRender;
|
|
552
550
|
}(_vue.default);
|
|
553
551
|
|
|
554
552
|
__decorate([(0, _vuePropertyDecorator.Prop)()], BaseRender.prototype, "getPopupContainer", void 0);
|
|
@@ -577,7 +575,7 @@ var _default = exports.default = BaseRender;
|
|
|
577
575
|
|
|
578
576
|
/***/ }),
|
|
579
577
|
|
|
580
|
-
/***/
|
|
578
|
+
/***/ 514:
|
|
581
579
|
/***/ (function(module, exports, __webpack_require__) {
|
|
582
580
|
|
|
583
581
|
"use strict";
|
|
@@ -590,7 +588,7 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
590
588
|
});
|
|
591
589
|
exports.default = void 0;
|
|
592
590
|
|
|
593
|
-
var _empty = _interopRequireDefault(__webpack_require__(
|
|
591
|
+
var _empty = _interopRequireDefault(__webpack_require__(515));
|
|
594
592
|
|
|
595
593
|
var _vueTypes = _interopRequireDefault(__webpack_require__(5));
|
|
596
594
|
|
|
@@ -655,7 +653,7 @@ var _default2 = exports.default = renderEmpty;
|
|
|
655
653
|
|
|
656
654
|
/***/ }),
|
|
657
655
|
|
|
658
|
-
/***/
|
|
656
|
+
/***/ 515:
|
|
659
657
|
/***/ (function(module, exports) {
|
|
660
658
|
|
|
661
659
|
module.exports = require("ant-design-vue/es/empty");
|
package/lib/_mixin/Card.js
CHANGED
|
@@ -82,7 +82,7 @@ module.exports =
|
|
|
82
82
|
/******/
|
|
83
83
|
/******/
|
|
84
84
|
/******/ // Load entry module and return exports
|
|
85
|
-
/******/ return __webpack_require__(__webpack_require__.s =
|
|
85
|
+
/******/ return __webpack_require__(__webpack_require__.s = 516);
|
|
86
86
|
/******/ })
|
|
87
87
|
/************************************************************************/
|
|
88
88
|
/******/ ({
|
|
@@ -97,18 +97,18 @@ module.exports = require("@babel/runtime/helpers/interopRequireDefault");
|
|
|
97
97
|
/***/ 10:
|
|
98
98
|
/***/ (function(module, exports) {
|
|
99
99
|
|
|
100
|
-
module.exports = require("vue");
|
|
100
|
+
module.exports = require("vue-property-decorator");
|
|
101
101
|
|
|
102
102
|
/***/ }),
|
|
103
103
|
|
|
104
|
-
/***/
|
|
104
|
+
/***/ 12:
|
|
105
105
|
/***/ (function(module, exports) {
|
|
106
106
|
|
|
107
|
-
module.exports = require("vue
|
|
107
|
+
module.exports = require("vue");
|
|
108
108
|
|
|
109
109
|
/***/ }),
|
|
110
110
|
|
|
111
|
-
/***/
|
|
111
|
+
/***/ 516:
|
|
112
112
|
/***/ (function(module, exports, __webpack_require__) {
|
|
113
113
|
|
|
114
114
|
"use strict";
|
|
@@ -123,11 +123,11 @@ exports.default = void 0;
|
|
|
123
123
|
|
|
124
124
|
var _inheritsLoose2 = _interopRequireDefault(__webpack_require__(6));
|
|
125
125
|
|
|
126
|
-
var _vue = _interopRequireDefault(__webpack_require__(
|
|
126
|
+
var _vue = _interopRequireDefault(__webpack_require__(12));
|
|
127
127
|
|
|
128
|
-
var _vuePropertyDecorator = __webpack_require__(
|
|
128
|
+
var _vuePropertyDecorator = __webpack_require__(10);
|
|
129
129
|
|
|
130
|
-
var _CollapseCard = _interopRequireDefault(__webpack_require__(
|
|
130
|
+
var _CollapseCard = _interopRequireDefault(__webpack_require__(517));
|
|
131
131
|
|
|
132
132
|
var __decorate = void 0 && (void 0).__decorate || function (decorators, target, key, desc) {
|
|
133
133
|
var c = arguments.length,
|
|
@@ -138,12 +138,11 @@ var __decorate = void 0 && (void 0).__decorate || function (decorators, target,
|
|
|
138
138
|
};
|
|
139
139
|
|
|
140
140
|
var CardMixin = /*#__PURE__*/function (_Vue) {
|
|
141
|
-
(0, _inheritsLoose2.default)(CardMixin, _Vue);
|
|
142
|
-
|
|
143
141
|
function CardMixin() {
|
|
144
142
|
return _Vue.apply(this, arguments) || this;
|
|
145
143
|
}
|
|
146
144
|
|
|
145
|
+
(0, _inheritsLoose2.default)(CardMixin, _Vue);
|
|
147
146
|
return CardMixin;
|
|
148
147
|
}(_vue.default);
|
|
149
148
|
|
|
@@ -180,7 +179,7 @@ var _default = exports.default = CardMixin;
|
|
|
180
179
|
|
|
181
180
|
/***/ }),
|
|
182
181
|
|
|
183
|
-
/***/
|
|
182
|
+
/***/ 517:
|
|
184
183
|
/***/ (function(module, exports) {
|
|
185
184
|
|
|
186
185
|
module.exports = require("@supermapgis/vue-iclient-leaflet/lib/collapse-card");
|
package/lib/_mixin/GridLayer.js
CHANGED
|
@@ -82,7 +82,7 @@ module.exports =
|
|
|
82
82
|
/******/
|
|
83
83
|
/******/
|
|
84
84
|
/******/ // Load entry module and return exports
|
|
85
|
-
/******/ return __webpack_require__(__webpack_require__.s =
|
|
85
|
+
/******/ return __webpack_require__(__webpack_require__.s = 522);
|
|
86
86
|
/******/ })
|
|
87
87
|
/************************************************************************/
|
|
88
88
|
/******/ ({
|
|
@@ -94,7 +94,7 @@ module.exports = require("@babel/runtime/helpers/interopRequireDefault");
|
|
|
94
94
|
|
|
95
95
|
/***/ }),
|
|
96
96
|
|
|
97
|
-
/***/
|
|
97
|
+
/***/ 522:
|
|
98
98
|
/***/ (function(module, exports, __webpack_require__) {
|
|
99
99
|
|
|
100
100
|
"use strict";
|
|
@@ -107,7 +107,7 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
107
107
|
});
|
|
108
108
|
exports.default = void 0;
|
|
109
109
|
|
|
110
|
-
var _Layer = _interopRequireDefault(__webpack_require__(
|
|
110
|
+
var _Layer = _interopRequireDefault(__webpack_require__(523));
|
|
111
111
|
|
|
112
112
|
var _default = exports.default = {
|
|
113
113
|
mixins: [_Layer.default],
|
|
@@ -143,7 +143,7 @@ var _default = exports.default = {
|
|
|
143
143
|
|
|
144
144
|
/***/ }),
|
|
145
145
|
|
|
146
|
-
/***/
|
|
146
|
+
/***/ 523:
|
|
147
147
|
/***/ (function(module, exports) {
|
|
148
148
|
|
|
149
149
|
module.exports = require("@supermapgis/vue-iclient-leaflet/lib/_mixin/Layer.js");
|
package/lib/_mixin/Layer.js
CHANGED
|
@@ -82,12 +82,12 @@ module.exports =
|
|
|
82
82
|
/******/
|
|
83
83
|
/******/
|
|
84
84
|
/******/ // Load entry module and return exports
|
|
85
|
-
/******/ return __webpack_require__(__webpack_require__.s =
|
|
85
|
+
/******/ return __webpack_require__(__webpack_require__.s = 524);
|
|
86
86
|
/******/ })
|
|
87
87
|
/************************************************************************/
|
|
88
88
|
/******/ ({
|
|
89
89
|
|
|
90
|
-
/***/
|
|
90
|
+
/***/ 524:
|
|
91
91
|
/***/ (function(module, exports, __webpack_require__) {
|
|
92
92
|
|
|
93
93
|
"use strict";
|
|
@@ -98,7 +98,7 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
98
98
|
});
|
|
99
99
|
exports.default = void 0;
|
|
100
100
|
|
|
101
|
-
var _propsBinder = __webpack_require__(
|
|
101
|
+
var _propsBinder = __webpack_require__(65);
|
|
102
102
|
|
|
103
103
|
var _default = exports.default = {
|
|
104
104
|
props: {
|
|
@@ -130,7 +130,7 @@ var _default = exports.default = {
|
|
|
130
130
|
|
|
131
131
|
/***/ }),
|
|
132
132
|
|
|
133
|
-
/***/
|
|
133
|
+
/***/ 65:
|
|
134
134
|
/***/ (function(module, exports) {
|
|
135
135
|
|
|
136
136
|
module.exports = require("@supermapgis/vue-iclient-leaflet/lib/_utils/props-binder.js");
|
package/lib/_mixin/Options.js
CHANGED
|
@@ -82,12 +82,12 @@ module.exports =
|
|
|
82
82
|
/******/
|
|
83
83
|
/******/
|
|
84
84
|
/******/ // Load entry module and return exports
|
|
85
|
-
/******/ return __webpack_require__(__webpack_require__.s =
|
|
85
|
+
/******/ return __webpack_require__(__webpack_require__.s = 56);
|
|
86
86
|
/******/ })
|
|
87
87
|
/************************************************************************/
|
|
88
88
|
/******/ ({
|
|
89
89
|
|
|
90
|
-
/***/
|
|
90
|
+
/***/ 56:
|
|
91
91
|
/***/ (function(module, exports, __webpack_require__) {
|
|
92
92
|
|
|
93
93
|
"use strict";
|
package/lib/_mixin/Popper.js
CHANGED
|
@@ -82,12 +82,12 @@ module.exports =
|
|
|
82
82
|
/******/
|
|
83
83
|
/******/
|
|
84
84
|
/******/ // Load entry module and return exports
|
|
85
|
-
/******/ return __webpack_require__(__webpack_require__.s =
|
|
85
|
+
/******/ return __webpack_require__(__webpack_require__.s = 245);
|
|
86
86
|
/******/ })
|
|
87
87
|
/************************************************************************/
|
|
88
88
|
/******/ ({
|
|
89
89
|
|
|
90
|
-
/***/
|
|
90
|
+
/***/ 245:
|
|
91
91
|
/***/ (function(module, exports, __webpack_require__) {
|
|
92
92
|
|
|
93
93
|
"use strict";
|