@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
|
@@ -82,19 +82,19 @@ 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 = 548);
|
|
86
86
|
/******/ })
|
|
87
87
|
/************************************************************************/
|
|
88
88
|
/******/ ({
|
|
89
89
|
|
|
90
|
-
/***/
|
|
90
|
+
/***/ 253:
|
|
91
91
|
/***/ (function(module, exports) {
|
|
92
92
|
|
|
93
93
|
module.exports = require("@supermapgis/vue-iclient-leaflet/lib/_types/event/Util.js");
|
|
94
94
|
|
|
95
95
|
/***/ }),
|
|
96
96
|
|
|
97
|
-
/***/
|
|
97
|
+
/***/ 548:
|
|
98
98
|
/***/ (function(module, exports, __webpack_require__) {
|
|
99
99
|
|
|
100
100
|
"use strict";
|
|
@@ -105,7 +105,7 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
105
105
|
});
|
|
106
106
|
exports.Event = void 0;
|
|
107
107
|
|
|
108
|
-
var _Util = __webpack_require__(
|
|
108
|
+
var _Util = __webpack_require__(253);
|
|
109
109
|
|
|
110
110
|
/* Copyright© 2000 - 2024 SuperMap Software Co.Ltd. All rights reserved.
|
|
111
111
|
* This program are made available under the terms of the Apache License, Version 2.0
|
|
@@ -82,19 +82,19 @@ 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 = 549);
|
|
86
86
|
/******/ })
|
|
87
87
|
/************************************************************************/
|
|
88
88
|
/******/ ({
|
|
89
89
|
|
|
90
|
-
/***/
|
|
90
|
+
/***/ 253:
|
|
91
91
|
/***/ (function(module, exports) {
|
|
92
92
|
|
|
93
93
|
module.exports = require("@supermapgis/vue-iclient-leaflet/lib/_types/event/Util.js");
|
|
94
94
|
|
|
95
95
|
/***/ }),
|
|
96
96
|
|
|
97
|
-
/***/
|
|
97
|
+
/***/ 549:
|
|
98
98
|
/***/ (function(module, exports, __webpack_require__) {
|
|
99
99
|
|
|
100
100
|
"use strict";
|
|
@@ -105,13 +105,13 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
105
105
|
});
|
|
106
106
|
exports.Events = void 0;
|
|
107
107
|
|
|
108
|
-
var _Pixel = __webpack_require__(
|
|
108
|
+
var _Pixel = __webpack_require__(550);
|
|
109
109
|
|
|
110
|
-
var _Event = __webpack_require__(
|
|
110
|
+
var _Event = __webpack_require__(551);
|
|
111
111
|
|
|
112
|
-
var _BaseTypes = __webpack_require__(
|
|
112
|
+
var _BaseTypes = __webpack_require__(552);
|
|
113
113
|
|
|
114
|
-
var _Util = __webpack_require__(
|
|
114
|
+
var _Util = __webpack_require__(253);
|
|
115
115
|
|
|
116
116
|
/* Copyright© 2000 - 2024 SuperMap Software Co.Ltd. All rights reserved.
|
|
117
117
|
* This program are made available under the terms of the Apache License, Version 2.0
|
|
@@ -460,21 +460,21 @@ Events.prototype.BROWSER_EVENTS = ['mouseover', 'mouseout', 'mousedown', 'mouseu
|
|
|
460
460
|
|
|
461
461
|
/***/ }),
|
|
462
462
|
|
|
463
|
-
/***/
|
|
463
|
+
/***/ 550:
|
|
464
464
|
/***/ (function(module, exports) {
|
|
465
465
|
|
|
466
466
|
module.exports = require("@supermapgis/vue-iclient-leaflet/lib/_types/event/Pixel.js");
|
|
467
467
|
|
|
468
468
|
/***/ }),
|
|
469
469
|
|
|
470
|
-
/***/
|
|
470
|
+
/***/ 551:
|
|
471
471
|
/***/ (function(module, exports) {
|
|
472
472
|
|
|
473
473
|
module.exports = require("@supermapgis/vue-iclient-leaflet/lib/_types/event/Event.js");
|
|
474
474
|
|
|
475
475
|
/***/ }),
|
|
476
476
|
|
|
477
|
-
/***/
|
|
477
|
+
/***/ 552:
|
|
478
478
|
/***/ (function(module, exports) {
|
|
479
479
|
|
|
480
480
|
module.exports = require("@supermapgis/vue-iclient-leaflet/lib/_types/event/BaseTypes.js");
|
|
@@ -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 = 553);
|
|
86
86
|
/******/ })
|
|
87
87
|
/************************************************************************/
|
|
88
88
|
/******/ ({
|
|
89
89
|
|
|
90
|
-
/***/
|
|
90
|
+
/***/ 553:
|
|
91
91
|
/***/ (function(module, exports, __webpack_require__) {
|
|
92
92
|
|
|
93
93
|
"use strict";
|
package/lib/_types/event/Util.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 = 554);
|
|
86
86
|
/******/ })
|
|
87
87
|
/************************************************************************/
|
|
88
88
|
/******/ ({
|
|
89
89
|
|
|
90
|
-
/***/
|
|
90
|
+
/***/ 554:
|
|
91
91
|
/***/ (function(module, exports, __webpack_require__) {
|
|
92
92
|
|
|
93
93
|
"use strict";
|
|
@@ -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 = 540);
|
|
86
86
|
/******/ })
|
|
87
87
|
/************************************************************************/
|
|
88
88
|
/******/ ({
|
|
@@ -94,7 +94,7 @@ module.exports = require("@supermapgis/vue-iclient-leaflet/lib/_lang/index.js");
|
|
|
94
94
|
|
|
95
95
|
/***/ }),
|
|
96
96
|
|
|
97
|
-
/***/
|
|
97
|
+
/***/ 540:
|
|
98
98
|
/***/ (function(module, exports, __webpack_require__) {
|
|
99
99
|
|
|
100
100
|
"use strict";
|
|
@@ -114,6 +114,7 @@ var iPortalDataParameter = exports.default = function iPortalDataParameter(optio
|
|
|
114
114
|
this.maxFeatures = options.maxFeatures || 20;
|
|
115
115
|
this.name = options.name || (0, _index.geti18n)().t('commontypes.iportalData');
|
|
116
116
|
this.withCredentials = options.withCredentials || false;
|
|
117
|
+
this.queryMode = options.queryMode || 'SQL';
|
|
117
118
|
};
|
|
118
119
|
|
|
119
120
|
/***/ })
|
|
@@ -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 = 541);
|
|
86
86
|
/******/ })
|
|
87
87
|
/************************************************************************/
|
|
88
88
|
/******/ ({
|
|
89
89
|
|
|
90
|
-
/***/
|
|
90
|
+
/***/ 541:
|
|
91
91
|
/***/ (function(module, exports, __webpack_require__) {
|
|
92
92
|
|
|
93
93
|
"use strict";
|
|
@@ -104,6 +104,7 @@ var iServerBaseParameter = exports.default = function iServerBaseParameter(optio
|
|
|
104
104
|
this.attributeFilter = options.attributeFilter || null;
|
|
105
105
|
this.maxFeatures = options.maxFeatures || 20;
|
|
106
106
|
this.proxy = options.proxy;
|
|
107
|
+
this.queryMode = options.queryMode || 'SQL';
|
|
107
108
|
};
|
|
108
109
|
|
|
109
110
|
/***/ })
|
|
@@ -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 = 542);
|
|
86
86
|
/******/ })
|
|
87
87
|
/************************************************************************/
|
|
88
88
|
/******/ ({
|
|
@@ -101,14 +101,14 @@ module.exports = require("@supermapgis/vue-iclient-leaflet/lib/_lang/index.js");
|
|
|
101
101
|
|
|
102
102
|
/***/ }),
|
|
103
103
|
|
|
104
|
-
/***/
|
|
104
|
+
/***/ 250:
|
|
105
105
|
/***/ (function(module, exports) {
|
|
106
106
|
|
|
107
107
|
module.exports = require("@supermapgis/vue-iclient-leaflet/lib/_types/iServerBaseParameter.js");
|
|
108
108
|
|
|
109
109
|
/***/ }),
|
|
110
110
|
|
|
111
|
-
/***/
|
|
111
|
+
/***/ 542:
|
|
112
112
|
/***/ (function(module, exports, __webpack_require__) {
|
|
113
113
|
|
|
114
114
|
"use strict";
|
|
@@ -125,11 +125,9 @@ var _inheritsLoose2 = _interopRequireDefault(__webpack_require__(6));
|
|
|
125
125
|
|
|
126
126
|
var _index = __webpack_require__(13);
|
|
127
127
|
|
|
128
|
-
var _iServerBaseParameter2 = _interopRequireDefault(__webpack_require__(
|
|
128
|
+
var _iServerBaseParameter2 = _interopRequireDefault(__webpack_require__(250));
|
|
129
129
|
|
|
130
130
|
var iServerDataParameter = exports.default = /*#__PURE__*/function (_iServerBaseParameter) {
|
|
131
|
-
(0, _inheritsLoose2.default)(iServerDataParameter, _iServerBaseParameter);
|
|
132
|
-
|
|
133
131
|
function iServerDataParameter(options) {
|
|
134
132
|
var _this;
|
|
135
133
|
|
|
@@ -139,6 +137,7 @@ var iServerDataParameter = exports.default = /*#__PURE__*/function (_iServerBase
|
|
|
139
137
|
return _this;
|
|
140
138
|
}
|
|
141
139
|
|
|
140
|
+
(0, _inheritsLoose2.default)(iServerDataParameter, _iServerBaseParameter);
|
|
142
141
|
return iServerDataParameter;
|
|
143
142
|
}(_iServerBaseParameter2.default);
|
|
144
143
|
|
|
@@ -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 = 543);
|
|
86
86
|
/******/ })
|
|
87
87
|
/************************************************************************/
|
|
88
88
|
/******/ ({
|
|
@@ -101,14 +101,14 @@ module.exports = require("@supermapgis/vue-iclient-leaflet/lib/_lang/index.js");
|
|
|
101
101
|
|
|
102
102
|
/***/ }),
|
|
103
103
|
|
|
104
|
-
/***/
|
|
104
|
+
/***/ 250:
|
|
105
105
|
/***/ (function(module, exports) {
|
|
106
106
|
|
|
107
107
|
module.exports = require("@supermapgis/vue-iclient-leaflet/lib/_types/iServerBaseParameter.js");
|
|
108
108
|
|
|
109
109
|
/***/ }),
|
|
110
110
|
|
|
111
|
-
/***/
|
|
111
|
+
/***/ 543:
|
|
112
112
|
/***/ (function(module, exports, __webpack_require__) {
|
|
113
113
|
|
|
114
114
|
"use strict";
|
|
@@ -125,11 +125,9 @@ var _inheritsLoose2 = _interopRequireDefault(__webpack_require__(6));
|
|
|
125
125
|
|
|
126
126
|
var _index = __webpack_require__(13);
|
|
127
127
|
|
|
128
|
-
var _iServerBaseParameter2 = _interopRequireDefault(__webpack_require__(
|
|
128
|
+
var _iServerBaseParameter2 = _interopRequireDefault(__webpack_require__(250));
|
|
129
129
|
|
|
130
130
|
var iServerMapParameter = exports.default = /*#__PURE__*/function (_iServerBaseParameter) {
|
|
131
|
-
(0, _inheritsLoose2.default)(iServerMapParameter, _iServerBaseParameter);
|
|
132
|
-
|
|
133
131
|
function iServerMapParameter(options) {
|
|
134
132
|
var _this;
|
|
135
133
|
|
|
@@ -139,6 +137,7 @@ var iServerMapParameter = exports.default = /*#__PURE__*/function (_iServerBaseP
|
|
|
139
137
|
return _this;
|
|
140
138
|
}
|
|
141
139
|
|
|
140
|
+
(0, _inheritsLoose2.default)(iServerMapParameter, _iServerBaseParameter);
|
|
142
141
|
return iServerMapParameter;
|
|
143
142
|
}(_iServerBaseParameter2.default);
|
|
144
143
|
|
package/lib/_types/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 = 576);
|
|
86
86
|
/******/ })
|
|
87
87
|
/************************************************************************/
|
|
88
88
|
/******/ ({
|
|
@@ -94,21 +94,21 @@ module.exports = require("@babel/runtime/helpers/interopRequireDefault");
|
|
|
94
94
|
|
|
95
95
|
/***/ }),
|
|
96
96
|
|
|
97
|
-
/***/
|
|
97
|
+
/***/ 251:
|
|
98
98
|
/***/ (function(module, exports) {
|
|
99
99
|
|
|
100
100
|
module.exports = require("@supermapgis/vue-iclient-leaflet/lib/_types/iServerDataParameter.js");
|
|
101
101
|
|
|
102
102
|
/***/ }),
|
|
103
103
|
|
|
104
|
-
/***/
|
|
104
|
+
/***/ 252:
|
|
105
105
|
/***/ (function(module, exports) {
|
|
106
106
|
|
|
107
107
|
module.exports = require("@supermapgis/vue-iclient-leaflet/lib/_types/iServerMapParameter.js");
|
|
108
108
|
|
|
109
109
|
/***/ }),
|
|
110
110
|
|
|
111
|
-
/***/
|
|
111
|
+
/***/ 576:
|
|
112
112
|
/***/ (function(module, exports, __webpack_require__) {
|
|
113
113
|
|
|
114
114
|
"use strict";
|
|
@@ -168,60 +168,60 @@ Object.defineProperty(exports, "iServerMapParameter", {
|
|
|
168
168
|
}
|
|
169
169
|
});
|
|
170
170
|
|
|
171
|
-
var _AddressMatchParameter = _interopRequireDefault(__webpack_require__(
|
|
171
|
+
var _AddressMatchParameter = _interopRequireDefault(__webpack_require__(577));
|
|
172
172
|
|
|
173
|
-
var _iPortalDataParameter = _interopRequireDefault(__webpack_require__(
|
|
173
|
+
var _iPortalDataParameter = _interopRequireDefault(__webpack_require__(578));
|
|
174
174
|
|
|
175
|
-
var _RestDataParameter = _interopRequireDefault(__webpack_require__(
|
|
175
|
+
var _RestDataParameter = _interopRequireDefault(__webpack_require__(579));
|
|
176
176
|
|
|
177
|
-
var _RestMapParameter = _interopRequireDefault(__webpack_require__(
|
|
177
|
+
var _RestMapParameter = _interopRequireDefault(__webpack_require__(580));
|
|
178
178
|
|
|
179
|
-
var _iServerDataParameter = _interopRequireDefault(__webpack_require__(
|
|
179
|
+
var _iServerDataParameter = _interopRequireDefault(__webpack_require__(251));
|
|
180
180
|
|
|
181
|
-
var _iServerMapParameter = _interopRequireDefault(__webpack_require__(
|
|
181
|
+
var _iServerMapParameter = _interopRequireDefault(__webpack_require__(252));
|
|
182
182
|
|
|
183
|
-
var _RestParameter = _interopRequireDefault(__webpack_require__(
|
|
183
|
+
var _RestParameter = _interopRequireDefault(__webpack_require__(581));
|
|
184
184
|
|
|
185
|
-
var _GeoJSONParamter = _interopRequireDefault(__webpack_require__(
|
|
185
|
+
var _GeoJSONParamter = _interopRequireDefault(__webpack_require__(582));
|
|
186
186
|
|
|
187
187
|
/***/ }),
|
|
188
188
|
|
|
189
|
-
/***/
|
|
189
|
+
/***/ 577:
|
|
190
190
|
/***/ (function(module, exports) {
|
|
191
191
|
|
|
192
192
|
module.exports = require("@supermapgis/vue-iclient-leaflet/lib/_types/AddressMatchParameter.js");
|
|
193
193
|
|
|
194
194
|
/***/ }),
|
|
195
195
|
|
|
196
|
-
/***/
|
|
196
|
+
/***/ 578:
|
|
197
197
|
/***/ (function(module, exports) {
|
|
198
198
|
|
|
199
199
|
module.exports = require("@supermapgis/vue-iclient-leaflet/lib/_types/iPortalDataParameter.js");
|
|
200
200
|
|
|
201
201
|
/***/ }),
|
|
202
202
|
|
|
203
|
-
/***/
|
|
203
|
+
/***/ 579:
|
|
204
204
|
/***/ (function(module, exports) {
|
|
205
205
|
|
|
206
206
|
module.exports = require("@supermapgis/vue-iclient-leaflet/lib/_types/RestDataParameter.js");
|
|
207
207
|
|
|
208
208
|
/***/ }),
|
|
209
209
|
|
|
210
|
-
/***/
|
|
210
|
+
/***/ 580:
|
|
211
211
|
/***/ (function(module, exports) {
|
|
212
212
|
|
|
213
213
|
module.exports = require("@supermapgis/vue-iclient-leaflet/lib/_types/RestMapParameter.js");
|
|
214
214
|
|
|
215
215
|
/***/ }),
|
|
216
216
|
|
|
217
|
-
/***/
|
|
217
|
+
/***/ 581:
|
|
218
218
|
/***/ (function(module, exports) {
|
|
219
219
|
|
|
220
220
|
module.exports = require("@supermapgis/vue-iclient-leaflet/lib/_types/RestParameter.js");
|
|
221
221
|
|
|
222
222
|
/***/ }),
|
|
223
223
|
|
|
224
|
-
/***/
|
|
224
|
+
/***/ 582:
|
|
225
225
|
/***/ (function(module, exports) {
|
|
226
226
|
|
|
227
227
|
module.exports = require("@supermapgis/vue-iclient-leaflet/lib/_types/GeoJSONParamter.js");
|
package/lib/_types/map-event.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 = 583);
|
|
86
86
|
/******/ })
|
|
87
87
|
/************************************************************************/
|
|
88
88
|
/******/ ({
|
|
@@ -94,21 +94,21 @@ module.exports = require("@babel/runtime/helpers/interopRequireDefault");
|
|
|
94
94
|
|
|
95
95
|
/***/ }),
|
|
96
96
|
|
|
97
|
-
/***/
|
|
97
|
+
/***/ 12:
|
|
98
98
|
/***/ (function(module, exports) {
|
|
99
99
|
|
|
100
100
|
module.exports = require("vue");
|
|
101
101
|
|
|
102
102
|
/***/ }),
|
|
103
103
|
|
|
104
|
-
/***/
|
|
104
|
+
/***/ 43:
|
|
105
105
|
/***/ (function(module, exports) {
|
|
106
106
|
|
|
107
107
|
module.exports = require("@supermapgis/vue-iclient-leaflet/lib/_utils/global-event.js");
|
|
108
108
|
|
|
109
109
|
/***/ }),
|
|
110
110
|
|
|
111
|
-
/***/
|
|
111
|
+
/***/ 583:
|
|
112
112
|
/***/ (function(module, exports, __webpack_require__) {
|
|
113
113
|
|
|
114
114
|
"use strict";
|
|
@@ -121,9 +121,9 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
121
121
|
});
|
|
122
122
|
exports.default = void 0;
|
|
123
123
|
|
|
124
|
-
var _vue = _interopRequireDefault(__webpack_require__(
|
|
124
|
+
var _vue = _interopRequireDefault(__webpack_require__(12));
|
|
125
125
|
|
|
126
|
-
var _globalEvent = _interopRequireDefault(__webpack_require__(
|
|
126
|
+
var _globalEvent = _interopRequireDefault(__webpack_require__(43));
|
|
127
127
|
|
|
128
128
|
var _default = exports.default = new _vue.default({
|
|
129
129
|
mapCache: {},
|
|
@@ -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 = 555);
|
|
86
86
|
/******/ })
|
|
87
87
|
/************************************************************************/
|
|
88
88
|
/******/ ({
|
|
@@ -94,21 +94,14 @@ module.exports = require("@babel/runtime/helpers/interopRequireDefault");
|
|
|
94
94
|
|
|
95
95
|
/***/ }),
|
|
96
96
|
|
|
97
|
-
/***/
|
|
97
|
+
/***/ 11:
|
|
98
98
|
/***/ (function(module, exports) {
|
|
99
99
|
|
|
100
100
|
module.exports = require("@babel/runtime/helpers/extends");
|
|
101
101
|
|
|
102
102
|
/***/ }),
|
|
103
103
|
|
|
104
|
-
/***/
|
|
105
|
-
/***/ (function(module, exports) {
|
|
106
|
-
|
|
107
|
-
module.exports = require("@supermapgis/vue-iclient-leaflet/lib/_utils/statistics.js");
|
|
108
|
-
|
|
109
|
-
/***/ }),
|
|
110
|
-
|
|
111
|
-
/***/ 561:
|
|
104
|
+
/***/ 555:
|
|
112
105
|
/***/ (function(module, exports, __webpack_require__) {
|
|
113
106
|
|
|
114
107
|
"use strict";
|
|
@@ -123,25 +116,25 @@ exports.default = void 0;
|
|
|
123
116
|
exports.sortData = sortData;
|
|
124
117
|
exports.tranformSingleToMulti = tranformSingleToMulti;
|
|
125
118
|
|
|
126
|
-
var _extends2 = _interopRequireDefault(__webpack_require__(
|
|
119
|
+
var _extends2 = _interopRequireDefault(__webpack_require__(11));
|
|
127
120
|
|
|
128
|
-
var _getFeatures = _interopRequireDefault(__webpack_require__(
|
|
121
|
+
var _getFeatures = _interopRequireDefault(__webpack_require__(556));
|
|
129
122
|
|
|
130
|
-
var _lodash = _interopRequireDefault(__webpack_require__(
|
|
123
|
+
var _lodash = _interopRequireDefault(__webpack_require__(557));
|
|
131
124
|
|
|
132
|
-
var _lodash2 = _interopRequireDefault(__webpack_require__(
|
|
125
|
+
var _lodash2 = _interopRequireDefault(__webpack_require__(558));
|
|
133
126
|
|
|
134
|
-
var _lodash3 = _interopRequireDefault(__webpack_require__(
|
|
127
|
+
var _lodash3 = _interopRequireDefault(__webpack_require__(559));
|
|
135
128
|
|
|
136
129
|
var _util = __webpack_require__(9);
|
|
137
130
|
|
|
138
|
-
var _statistics = __webpack_require__(
|
|
131
|
+
var _statistics = __webpack_require__(58);
|
|
139
132
|
|
|
140
|
-
function _createForOfIteratorHelperLoose(
|
|
133
|
+
function _createForOfIteratorHelperLoose(r, e) { var t = "undefined" != typeof Symbol && r[Symbol.iterator] || r["@@iterator"]; if (t) return (t = t.call(r)).next.bind(t); if (Array.isArray(r) || (t = _unsupportedIterableToArray(r)) || e && r && "number" == typeof r.length) { t && (r = t); var o = 0; return function () { return o >= r.length ? { done: !0 } : { done: !1, value: r[o++] }; }; } throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); }
|
|
141
134
|
|
|
142
|
-
function _unsupportedIterableToArray(
|
|
135
|
+
function _unsupportedIterableToArray(r, a) { if (r) { if ("string" == typeof r) return _arrayLikeToArray(r, a); var t = {}.toString.call(r).slice(8, -1); return "Object" === t && r.constructor && (t = r.constructor.name), "Map" === t || "Set" === t ? Array.from(r) : "Arguments" === t || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(t) ? _arrayLikeToArray(r, a) : void 0; } }
|
|
143
136
|
|
|
144
|
-
function _arrayLikeToArray(
|
|
137
|
+
function _arrayLikeToArray(r, a) { (null == a || a > r.length) && (a = r.length); for (var e = 0, n = Array(a); e < a; e++) n[e] = r[e]; return n; }
|
|
145
138
|
|
|
146
139
|
// 三方服务请求的结果为单对象的时候,是否要转成多个features
|
|
147
140
|
function tranformSingleToMulti(data) {
|
|
@@ -805,31 +798,38 @@ var EchartsDataService = exports.default = /*#__PURE__*/function () {
|
|
|
805
798
|
|
|
806
799
|
/***/ }),
|
|
807
800
|
|
|
808
|
-
/***/
|
|
801
|
+
/***/ 556:
|
|
809
802
|
/***/ (function(module, exports) {
|
|
810
803
|
|
|
811
804
|
module.exports = require("@supermapgis/vue-iclient-leaflet/lib/_utils/get-features.js");
|
|
812
805
|
|
|
813
806
|
/***/ }),
|
|
814
807
|
|
|
815
|
-
/***/
|
|
808
|
+
/***/ 557:
|
|
816
809
|
/***/ (function(module, exports) {
|
|
817
810
|
|
|
818
811
|
module.exports = require("lodash.tonumber");
|
|
819
812
|
|
|
820
813
|
/***/ }),
|
|
821
814
|
|
|
822
|
-
/***/
|
|
815
|
+
/***/ 558:
|
|
816
|
+
/***/ (function(module, exports) {
|
|
817
|
+
|
|
818
|
+
module.exports = require("lodash.max");
|
|
819
|
+
|
|
820
|
+
/***/ }),
|
|
821
|
+
|
|
822
|
+
/***/ 559:
|
|
823
823
|
/***/ (function(module, exports) {
|
|
824
824
|
|
|
825
825
|
module.exports = require("lodash.orderby");
|
|
826
826
|
|
|
827
827
|
/***/ }),
|
|
828
828
|
|
|
829
|
-
/***/
|
|
829
|
+
/***/ 58:
|
|
830
830
|
/***/ (function(module, exports) {
|
|
831
831
|
|
|
832
|
-
module.exports = require("
|
|
832
|
+
module.exports = require("@supermapgis/vue-iclient-leaflet/lib/_utils/statistics.js");
|
|
833
833
|
|
|
834
834
|
/***/ }),
|
|
835
835
|
|