@supermapgis/vue-iclient-leaflet 11.2.1 → 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 +21689 -44354
- 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 +20 -8
- package/lib/_lang/index.js +18 -18
- package/lib/_lang/zh.js +20 -8
- 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 +1518 -1269
- 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 +1343 -1146
- 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 +1437 -1238
- 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 +58 -59
- 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 +43 -44
- 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 +45 -46
- 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 +35 -36
- package/lib/time-line/index.js +41 -43
- package/lib/time-picker/index.js +27 -27
- package/lib/time-range/index.js +53 -55
- package/lib/time-slider/index.js +73 -75
- 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 +98 -97
- package/lib/video-player/style/video-player.css +1 -1
- package/lib/web-map/index.js +2336 -103
- package/package.json +2 -4
- 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 +18 -6
- 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/style/video-player.scss +1 -1
- package/src/leaflet/entrys.json +0 -2
- package/src/leaflet/package.json +2 -4
- 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
package/lib/liquid-fill/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 = 385);
|
|
86
86
|
/******/ })
|
|
87
87
|
/************************************************************************/
|
|
88
88
|
/******/ ({
|
|
@@ -105,19 +105,20 @@ module.exports = require("@babel/runtime/helpers/interopRequireDefault");
|
|
|
105
105
|
// This module is a runtime utility for cleaner component module output and will
|
|
106
106
|
// be included in the final webpack user bundle.
|
|
107
107
|
|
|
108
|
-
function normalizeComponent(
|
|
108
|
+
function normalizeComponent (
|
|
109
109
|
scriptExports,
|
|
110
110
|
render,
|
|
111
111
|
staticRenderFns,
|
|
112
112
|
functionalTemplate,
|
|
113
113
|
injectStyles,
|
|
114
114
|
scopeId,
|
|
115
|
-
moduleIdentifier /* server only
|
|
115
|
+
moduleIdentifier, /* server only */
|
|
116
116
|
shadowMode /* vue-cli only */
|
|
117
117
|
) {
|
|
118
118
|
// Vue.extend constructor export interop
|
|
119
|
-
var options =
|
|
120
|
-
|
|
119
|
+
var options = typeof scriptExports === 'function'
|
|
120
|
+
? scriptExports.options
|
|
121
|
+
: scriptExports
|
|
121
122
|
|
|
122
123
|
// render functions
|
|
123
124
|
if (render) {
|
|
@@ -137,8 +138,7 @@ function normalizeComponent(
|
|
|
137
138
|
}
|
|
138
139
|
|
|
139
140
|
var hook
|
|
140
|
-
if (moduleIdentifier) {
|
|
141
|
-
// server build
|
|
141
|
+
if (moduleIdentifier) { // server build
|
|
142
142
|
hook = function (context) {
|
|
143
143
|
// 2.3 injection
|
|
144
144
|
context =
|
|
@@ -163,12 +163,7 @@ function normalizeComponent(
|
|
|
163
163
|
options._ssrRegister = hook
|
|
164
164
|
} else if (injectStyles) {
|
|
165
165
|
hook = shadowMode
|
|
166
|
-
? function () {
|
|
167
|
-
injectStyles.call(
|
|
168
|
-
this,
|
|
169
|
-
(options.functional ? this.parent : this).$root.$options.shadowRoot
|
|
170
|
-
)
|
|
171
|
-
}
|
|
166
|
+
? function () { injectStyles.call(this, this.$root.$options.shadowRoot) }
|
|
172
167
|
: injectStyles
|
|
173
168
|
}
|
|
174
169
|
|
|
@@ -177,16 +172,18 @@ function normalizeComponent(
|
|
|
177
172
|
// for template-only hot-reload because in that case the render fn doesn't
|
|
178
173
|
// go through the normalizer
|
|
179
174
|
options._injectStyles = hook
|
|
180
|
-
// register for
|
|
175
|
+
// register for functioal component in vue file
|
|
181
176
|
var originalRender = options.render
|
|
182
|
-
options.render = function renderWithStyleInjection(h, context) {
|
|
177
|
+
options.render = function renderWithStyleInjection (h, context) {
|
|
183
178
|
hook.call(context)
|
|
184
179
|
return originalRender(h, context)
|
|
185
180
|
}
|
|
186
181
|
} else {
|
|
187
182
|
// inject component registration as beforeCreate hook
|
|
188
183
|
var existing = options.beforeCreate
|
|
189
|
-
options.beforeCreate = existing
|
|
184
|
+
options.beforeCreate = existing
|
|
185
|
+
? [].concat(existing, hook)
|
|
186
|
+
: [hook]
|
|
190
187
|
}
|
|
191
188
|
}
|
|
192
189
|
|
|
@@ -206,19 +203,19 @@ module.exports = require("@supermapgis/vue-iclient-leaflet/lib/_lang/index.js");
|
|
|
206
203
|
|
|
207
204
|
/***/ }),
|
|
208
205
|
|
|
209
|
-
/***/
|
|
206
|
+
/***/ 144:
|
|
210
207
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
211
208
|
|
|
212
209
|
"use strict";
|
|
213
210
|
__webpack_require__.r(__webpack_exports__);
|
|
214
|
-
/* harmony import */ var _node_modules_babel_loader_lib_index_js_node_modules_vue_loader_lib_index_js_vue_loader_options_LiquidFill_vue_vue_type_script_lang_js___WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(
|
|
211
|
+
/* harmony import */ var _node_modules_babel_loader_lib_index_js_node_modules_vue_loader_lib_index_js_vue_loader_options_LiquidFill_vue_vue_type_script_lang_js___WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(145);
|
|
215
212
|
/* harmony import */ var _node_modules_babel_loader_lib_index_js_node_modules_vue_loader_lib_index_js_vue_loader_options_LiquidFill_vue_vue_type_script_lang_js___WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_node_modules_babel_loader_lib_index_js_node_modules_vue_loader_lib_index_js_vue_loader_options_LiquidFill_vue_vue_type_script_lang_js___WEBPACK_IMPORTED_MODULE_0__);
|
|
216
213
|
/* harmony reexport (unknown) */ for(var __WEBPACK_IMPORT_KEY__ in _node_modules_babel_loader_lib_index_js_node_modules_vue_loader_lib_index_js_vue_loader_options_LiquidFill_vue_vue_type_script_lang_js___WEBPACK_IMPORTED_MODULE_0__) if(["default"].indexOf(__WEBPACK_IMPORT_KEY__) < 0) (function(key) { __webpack_require__.d(__webpack_exports__, key, function() { return _node_modules_babel_loader_lib_index_js_node_modules_vue_loader_lib_index_js_vue_loader_options_LiquidFill_vue_vue_type_script_lang_js___WEBPACK_IMPORTED_MODULE_0__[key]; }) }(__WEBPACK_IMPORT_KEY__));
|
|
217
214
|
/* harmony default export */ __webpack_exports__["default"] = (_node_modules_babel_loader_lib_index_js_node_modules_vue_loader_lib_index_js_vue_loader_options_LiquidFill_vue_vue_type_script_lang_js___WEBPACK_IMPORTED_MODULE_0___default.a);
|
|
218
215
|
|
|
219
216
|
/***/ }),
|
|
220
217
|
|
|
221
|
-
/***/
|
|
218
|
+
/***/ 145:
|
|
222
219
|
/***/ (function(module, exports, __webpack_require__) {
|
|
223
220
|
|
|
224
221
|
"use strict";
|
|
@@ -231,21 +228,21 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
231
228
|
});
|
|
232
229
|
exports.default = void 0;
|
|
233
230
|
|
|
234
|
-
var _echarts = _interopRequireDefault(__webpack_require__(
|
|
231
|
+
var _echarts = _interopRequireDefault(__webpack_require__(236));
|
|
235
232
|
|
|
236
233
|
var _Theme = _interopRequireDefault(__webpack_require__(2));
|
|
237
234
|
|
|
238
|
-
__webpack_require__(
|
|
235
|
+
__webpack_require__(387);
|
|
239
236
|
|
|
240
|
-
var _Timer = _interopRequireDefault(__webpack_require__(
|
|
237
|
+
var _Timer = _interopRequireDefault(__webpack_require__(25));
|
|
241
238
|
|
|
242
|
-
var _ThirdService = _interopRequireDefault(__webpack_require__(
|
|
239
|
+
var _ThirdService = _interopRequireDefault(__webpack_require__(49));
|
|
243
240
|
|
|
244
|
-
var _resizeDetector = __webpack_require__(
|
|
241
|
+
var _resizeDetector = __webpack_require__(23);
|
|
245
242
|
|
|
246
|
-
var _lodash = _interopRequireDefault(__webpack_require__(
|
|
243
|
+
var _lodash = _interopRequireDefault(__webpack_require__(24));
|
|
247
244
|
|
|
248
|
-
var _util = __webpack_require__(
|
|
245
|
+
var _util = __webpack_require__(50);
|
|
249
246
|
|
|
250
247
|
//
|
|
251
248
|
//
|
|
@@ -464,28 +461,14 @@ module.exports = require("@supermapgis/vue-iclient-leaflet/lib/_mixin/Theme.js")
|
|
|
464
461
|
|
|
465
462
|
/***/ }),
|
|
466
463
|
|
|
467
|
-
/***/ 21:
|
|
468
|
-
/***/ (function(module, exports) {
|
|
469
|
-
|
|
470
|
-
module.exports = require("resize-detector");
|
|
471
|
-
|
|
472
|
-
/***/ }),
|
|
473
|
-
|
|
474
|
-
/***/ 22:
|
|
475
|
-
/***/ (function(module, exports) {
|
|
476
|
-
|
|
477
|
-
module.exports = require("lodash.debounce");
|
|
478
|
-
|
|
479
|
-
/***/ }),
|
|
480
|
-
|
|
481
464
|
/***/ 23:
|
|
482
465
|
/***/ (function(module, exports) {
|
|
483
466
|
|
|
484
|
-
module.exports = require("
|
|
467
|
+
module.exports = require("resize-detector");
|
|
485
468
|
|
|
486
469
|
/***/ }),
|
|
487
470
|
|
|
488
|
-
/***/
|
|
471
|
+
/***/ 236:
|
|
489
472
|
/***/ (function(module, exports) {
|
|
490
473
|
|
|
491
474
|
module.exports = require("echarts");
|
|
@@ -495,18 +478,18 @@ module.exports = require("echarts");
|
|
|
495
478
|
/***/ 24:
|
|
496
479
|
/***/ (function(module, exports) {
|
|
497
480
|
|
|
498
|
-
module.exports = require("
|
|
481
|
+
module.exports = require("lodash.debounce");
|
|
499
482
|
|
|
500
483
|
/***/ }),
|
|
501
484
|
|
|
502
485
|
/***/ 25:
|
|
503
486
|
/***/ (function(module, exports) {
|
|
504
487
|
|
|
505
|
-
module.exports = require("
|
|
488
|
+
module.exports = require("@supermapgis/vue-iclient-leaflet/lib/_mixin/Timer.js");
|
|
506
489
|
|
|
507
490
|
/***/ }),
|
|
508
491
|
|
|
509
|
-
/***/
|
|
492
|
+
/***/ 262:
|
|
510
493
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
511
494
|
|
|
512
495
|
"use strict";
|
|
@@ -515,8 +498,8 @@ module.exports = require("tinycolor2");
|
|
|
515
498
|
__webpack_require__.d(__webpack_exports__, "a", function() { return /* reexport */ render; });
|
|
516
499
|
__webpack_require__.d(__webpack_exports__, "b", function() { return /* reexport */ staticRenderFns; });
|
|
517
500
|
|
|
518
|
-
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./src/common/liquid-fill/LiquidFill.vue?vue&type=template&id=
|
|
519
|
-
var render = function
|
|
501
|
+
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./src/common/liquid-fill/LiquidFill.vue?vue&type=template&id=0649e1d6&
|
|
502
|
+
var render = function() {
|
|
520
503
|
var _vm = this
|
|
521
504
|
var _h = _vm.$createElement
|
|
522
505
|
var _c = _vm._self._c || _h
|
|
@@ -524,14 +507,14 @@ var render = function () {
|
|
|
524
507
|
ref: "chart",
|
|
525
508
|
staticClass: "sm-component-liquidfill",
|
|
526
509
|
style: [_vm.background && _vm.getBackgroundStyle],
|
|
527
|
-
attrs: { id: "chart" }
|
|
510
|
+
attrs: { id: "chart" }
|
|
528
511
|
})
|
|
529
512
|
}
|
|
530
513
|
var staticRenderFns = []
|
|
531
514
|
render._withStripped = true
|
|
532
515
|
|
|
533
516
|
|
|
534
|
-
// CONCATENATED MODULE: ./src/common/liquid-fill/LiquidFill.vue?vue&type=template&id=
|
|
517
|
+
// CONCATENATED MODULE: ./src/common/liquid-fill/LiquidFill.vue?vue&type=template&id=0649e1d6&
|
|
535
518
|
|
|
536
519
|
|
|
537
520
|
/***/ }),
|
|
@@ -543,7 +526,7 @@ module.exports = require("@supermapgis/vue-iclient-leaflet/lib/init.js");
|
|
|
543
526
|
|
|
544
527
|
/***/ }),
|
|
545
528
|
|
|
546
|
-
/***/
|
|
529
|
+
/***/ 385:
|
|
547
530
|
/***/ (function(module, exports, __webpack_require__) {
|
|
548
531
|
|
|
549
532
|
"use strict";
|
|
@@ -556,7 +539,7 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
556
539
|
});
|
|
557
540
|
exports.default = void 0;
|
|
558
541
|
|
|
559
|
-
var _LiquidFill = _interopRequireDefault(__webpack_require__(
|
|
542
|
+
var _LiquidFill = _interopRequireDefault(__webpack_require__(386));
|
|
560
543
|
|
|
561
544
|
var _init = _interopRequireDefault(__webpack_require__(3));
|
|
562
545
|
|
|
@@ -569,13 +552,13 @@ var _default = exports.default = _LiquidFill.default;
|
|
|
569
552
|
|
|
570
553
|
/***/ }),
|
|
571
554
|
|
|
572
|
-
/***/
|
|
555
|
+
/***/ 386:
|
|
573
556
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
574
557
|
|
|
575
558
|
"use strict";
|
|
576
559
|
__webpack_require__.r(__webpack_exports__);
|
|
577
|
-
/* harmony import */ var
|
|
578
|
-
/* harmony import */ var _LiquidFill_vue_vue_type_script_lang_js___WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(
|
|
560
|
+
/* harmony import */ var _LiquidFill_vue_vue_type_template_id_0649e1d6___WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(262);
|
|
561
|
+
/* harmony import */ var _LiquidFill_vue_vue_type_script_lang_js___WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(144);
|
|
579
562
|
/* harmony reexport (unknown) */ for(var __WEBPACK_IMPORT_KEY__ in _LiquidFill_vue_vue_type_script_lang_js___WEBPACK_IMPORTED_MODULE_1__) if(["default"].indexOf(__WEBPACK_IMPORT_KEY__) < 0) (function(key) { __webpack_require__.d(__webpack_exports__, key, function() { return _LiquidFill_vue_vue_type_script_lang_js___WEBPACK_IMPORTED_MODULE_1__[key]; }) }(__WEBPACK_IMPORT_KEY__));
|
|
580
563
|
/* harmony import */ var _node_modules_vue_loader_lib_runtime_componentNormalizer_js__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(1);
|
|
581
564
|
|
|
@@ -587,8 +570,8 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
587
570
|
|
|
588
571
|
var component = Object(_node_modules_vue_loader_lib_runtime_componentNormalizer_js__WEBPACK_IMPORTED_MODULE_2__[/* default */ "a"])(
|
|
589
572
|
_LiquidFill_vue_vue_type_script_lang_js___WEBPACK_IMPORTED_MODULE_1__["default"],
|
|
590
|
-
|
|
591
|
-
|
|
573
|
+
_LiquidFill_vue_vue_type_template_id_0649e1d6___WEBPACK_IMPORTED_MODULE_0__[/* render */ "a"],
|
|
574
|
+
_LiquidFill_vue_vue_type_template_id_0649e1d6___WEBPACK_IMPORTED_MODULE_0__[/* staticRenderFns */ "b"],
|
|
592
575
|
false,
|
|
593
576
|
null,
|
|
594
577
|
null,
|
|
@@ -596,18 +579,42 @@ var component = Object(_node_modules_vue_loader_lib_runtime_componentNormalizer_
|
|
|
596
579
|
|
|
597
580
|
)
|
|
598
581
|
|
|
582
|
+
/* hot reload */
|
|
583
|
+
if (false) { var api; }
|
|
584
|
+
component.options.__file = "src/common/liquid-fill/LiquidFill.vue"
|
|
599
585
|
/* harmony default export */ __webpack_exports__["default"] = (component.exports);
|
|
600
586
|
|
|
601
587
|
/***/ }),
|
|
602
588
|
|
|
603
|
-
/***/
|
|
589
|
+
/***/ 387:
|
|
604
590
|
/***/ (function(module, exports) {
|
|
605
591
|
|
|
606
592
|
module.exports = require("echarts-liquidfill");
|
|
607
593
|
|
|
608
594
|
/***/ }),
|
|
609
595
|
|
|
610
|
-
/***/
|
|
596
|
+
/***/ 39:
|
|
597
|
+
/***/ (function(module, exports) {
|
|
598
|
+
|
|
599
|
+
module.exports = require("@turf/center");
|
|
600
|
+
|
|
601
|
+
/***/ }),
|
|
602
|
+
|
|
603
|
+
/***/ 40:
|
|
604
|
+
/***/ (function(module, exports) {
|
|
605
|
+
|
|
606
|
+
module.exports = require("tinycolor2");
|
|
607
|
+
|
|
608
|
+
/***/ }),
|
|
609
|
+
|
|
610
|
+
/***/ 49:
|
|
611
|
+
/***/ (function(module, exports) {
|
|
612
|
+
|
|
613
|
+
module.exports = require("@supermapgis/vue-iclient-leaflet/lib/_mixin/ThirdService.js");
|
|
614
|
+
|
|
615
|
+
/***/ }),
|
|
616
|
+
|
|
617
|
+
/***/ 50:
|
|
611
618
|
/***/ (function(module, exports, __webpack_require__) {
|
|
612
619
|
|
|
613
620
|
"use strict";
|
|
@@ -648,15 +655,15 @@ exports.urlAppend = urlAppend;
|
|
|
648
655
|
|
|
649
656
|
var _index = __webpack_require__(13);
|
|
650
657
|
|
|
651
|
-
var _colorcolor = _interopRequireDefault(__webpack_require__(
|
|
658
|
+
var _colorcolor = _interopRequireDefault(__webpack_require__(51));
|
|
652
659
|
|
|
653
|
-
var _center = _interopRequireDefault(__webpack_require__(
|
|
660
|
+
var _center = _interopRequireDefault(__webpack_require__(39));
|
|
654
661
|
|
|
655
|
-
var _omit = _interopRequireDefault(__webpack_require__(
|
|
662
|
+
var _omit = _interopRequireDefault(__webpack_require__(52));
|
|
656
663
|
|
|
657
|
-
var _tinycolor = _interopRequireDefault(__webpack_require__(
|
|
664
|
+
var _tinycolor = _interopRequireDefault(__webpack_require__(40));
|
|
658
665
|
|
|
659
|
-
var _simpleStatistics = __webpack_require__(
|
|
666
|
+
var _simpleStatistics = __webpack_require__(53);
|
|
660
667
|
|
|
661
668
|
// 获取当前时间返回置顶格式
|
|
662
669
|
function getDateTime(timeType) {
|
|
@@ -952,32 +959,25 @@ var statisticFunctions = exports.statisticFunctions = {
|
|
|
952
959
|
|
|
953
960
|
/***/ }),
|
|
954
961
|
|
|
955
|
-
/***/
|
|
962
|
+
/***/ 51:
|
|
956
963
|
/***/ (function(module, exports) {
|
|
957
964
|
|
|
958
965
|
module.exports = require("colorcolor");
|
|
959
966
|
|
|
960
967
|
/***/ }),
|
|
961
968
|
|
|
962
|
-
/***/
|
|
969
|
+
/***/ 52:
|
|
963
970
|
/***/ (function(module, exports) {
|
|
964
971
|
|
|
965
972
|
module.exports = require("omit.js");
|
|
966
973
|
|
|
967
974
|
/***/ }),
|
|
968
975
|
|
|
969
|
-
/***/
|
|
976
|
+
/***/ 53:
|
|
970
977
|
/***/ (function(module, exports) {
|
|
971
978
|
|
|
972
979
|
module.exports = require("simple-statistics");
|
|
973
980
|
|
|
974
|
-
/***/ }),
|
|
975
|
-
|
|
976
|
-
/***/ 55:
|
|
977
|
-
/***/ (function(module, exports) {
|
|
978
|
-
|
|
979
|
-
module.exports = require("@supermapgis/vue-iclient-leaflet/lib/_mixin/ThirdService.js");
|
|
980
|
-
|
|
981
981
|
/***/ })
|
|
982
982
|
|
|
983
983
|
/******/ });
|
package/lib/marker/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 = 491);
|
|
86
86
|
/******/ })
|
|
87
87
|
/************************************************************************/
|
|
88
88
|
/******/ ({
|
|
@@ -105,19 +105,20 @@ module.exports = require("@babel/runtime/helpers/interopRequireDefault");
|
|
|
105
105
|
// This module is a runtime utility for cleaner component module output and will
|
|
106
106
|
// be included in the final webpack user bundle.
|
|
107
107
|
|
|
108
|
-
function normalizeComponent(
|
|
108
|
+
function normalizeComponent (
|
|
109
109
|
scriptExports,
|
|
110
110
|
render,
|
|
111
111
|
staticRenderFns,
|
|
112
112
|
functionalTemplate,
|
|
113
113
|
injectStyles,
|
|
114
114
|
scopeId,
|
|
115
|
-
moduleIdentifier /* server only
|
|
115
|
+
moduleIdentifier, /* server only */
|
|
116
116
|
shadowMode /* vue-cli only */
|
|
117
117
|
) {
|
|
118
118
|
// Vue.extend constructor export interop
|
|
119
|
-
var options =
|
|
120
|
-
|
|
119
|
+
var options = typeof scriptExports === 'function'
|
|
120
|
+
? scriptExports.options
|
|
121
|
+
: scriptExports
|
|
121
122
|
|
|
122
123
|
// render functions
|
|
123
124
|
if (render) {
|
|
@@ -137,8 +138,7 @@ function normalizeComponent(
|
|
|
137
138
|
}
|
|
138
139
|
|
|
139
140
|
var hook
|
|
140
|
-
if (moduleIdentifier) {
|
|
141
|
-
// server build
|
|
141
|
+
if (moduleIdentifier) { // server build
|
|
142
142
|
hook = function (context) {
|
|
143
143
|
// 2.3 injection
|
|
144
144
|
context =
|
|
@@ -163,12 +163,7 @@ function normalizeComponent(
|
|
|
163
163
|
options._ssrRegister = hook
|
|
164
164
|
} else if (injectStyles) {
|
|
165
165
|
hook = shadowMode
|
|
166
|
-
? function () {
|
|
167
|
-
injectStyles.call(
|
|
168
|
-
this,
|
|
169
|
-
(options.functional ? this.parent : this).$root.$options.shadowRoot
|
|
170
|
-
)
|
|
171
|
-
}
|
|
166
|
+
? function () { injectStyles.call(this, this.$root.$options.shadowRoot) }
|
|
172
167
|
: injectStyles
|
|
173
168
|
}
|
|
174
169
|
|
|
@@ -177,16 +172,18 @@ function normalizeComponent(
|
|
|
177
172
|
// for template-only hot-reload because in that case the render fn doesn't
|
|
178
173
|
// go through the normalizer
|
|
179
174
|
options._injectStyles = hook
|
|
180
|
-
// register for
|
|
175
|
+
// register for functioal component in vue file
|
|
181
176
|
var originalRender = options.render
|
|
182
|
-
options.render = function renderWithStyleInjection(h, context) {
|
|
177
|
+
options.render = function renderWithStyleInjection (h, context) {
|
|
183
178
|
hook.call(context)
|
|
184
179
|
return originalRender(h, context)
|
|
185
180
|
}
|
|
186
181
|
} else {
|
|
187
182
|
// inject component registration as beforeCreate hook
|
|
188
183
|
var existing = options.beforeCreate
|
|
189
|
-
options.beforeCreate = existing
|
|
184
|
+
options.beforeCreate = existing
|
|
185
|
+
? [].concat(existing, hook)
|
|
186
|
+
: [hook]
|
|
190
187
|
}
|
|
191
188
|
}
|
|
192
189
|
|
|
@@ -199,33 +196,33 @@ function normalizeComponent(
|
|
|
199
196
|
|
|
200
197
|
/***/ }),
|
|
201
198
|
|
|
202
|
-
/***/
|
|
199
|
+
/***/ 2:
|
|
203
200
|
/***/ (function(module, exports) {
|
|
204
201
|
|
|
205
|
-
module.exports = require("leaflet");
|
|
202
|
+
module.exports = require("@supermapgis/vue-iclient-leaflet/lib/_mixin/Theme.js");
|
|
206
203
|
|
|
207
204
|
/***/ }),
|
|
208
205
|
|
|
209
|
-
/***/
|
|
206
|
+
/***/ 21:
|
|
210
207
|
/***/ (function(module, exports) {
|
|
211
208
|
|
|
212
|
-
module.exports = require("
|
|
209
|
+
module.exports = require("leaflet");
|
|
213
210
|
|
|
214
211
|
/***/ }),
|
|
215
212
|
|
|
216
|
-
/***/
|
|
213
|
+
/***/ 228:
|
|
217
214
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
218
215
|
|
|
219
216
|
"use strict";
|
|
220
217
|
__webpack_require__.r(__webpack_exports__);
|
|
221
|
-
/* harmony import */ var _node_modules_babel_loader_lib_index_js_node_modules_vue_loader_lib_index_js_vue_loader_options_Marker_vue_vue_type_script_lang_js___WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(
|
|
218
|
+
/* harmony import */ var _node_modules_babel_loader_lib_index_js_node_modules_vue_loader_lib_index_js_vue_loader_options_Marker_vue_vue_type_script_lang_js___WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(229);
|
|
222
219
|
/* harmony import */ var _node_modules_babel_loader_lib_index_js_node_modules_vue_loader_lib_index_js_vue_loader_options_Marker_vue_vue_type_script_lang_js___WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_node_modules_babel_loader_lib_index_js_node_modules_vue_loader_lib_index_js_vue_loader_options_Marker_vue_vue_type_script_lang_js___WEBPACK_IMPORTED_MODULE_0__);
|
|
223
220
|
/* harmony reexport (unknown) */ for(var __WEBPACK_IMPORT_KEY__ in _node_modules_babel_loader_lib_index_js_node_modules_vue_loader_lib_index_js_vue_loader_options_Marker_vue_vue_type_script_lang_js___WEBPACK_IMPORTED_MODULE_0__) if(["default"].indexOf(__WEBPACK_IMPORT_KEY__) < 0) (function(key) { __webpack_require__.d(__webpack_exports__, key, function() { return _node_modules_babel_loader_lib_index_js_node_modules_vue_loader_lib_index_js_vue_loader_options_Marker_vue_vue_type_script_lang_js___WEBPACK_IMPORTED_MODULE_0__[key]; }) }(__WEBPACK_IMPORT_KEY__));
|
|
224
221
|
/* harmony default export */ __webpack_exports__["default"] = (_node_modules_babel_loader_lib_index_js_node_modules_vue_loader_lib_index_js_vue_loader_options_Marker_vue_vue_type_script_lang_js___WEBPACK_IMPORTED_MODULE_0___default.a);
|
|
225
222
|
|
|
226
223
|
/***/ }),
|
|
227
224
|
|
|
228
|
-
/***/
|
|
225
|
+
/***/ 229:
|
|
229
226
|
/***/ (function(module, exports, __webpack_require__) {
|
|
230
227
|
|
|
231
228
|
"use strict";
|
|
@@ -242,9 +239,9 @@ var _mapGetter = _interopRequireDefault(__webpack_require__(26));
|
|
|
242
239
|
|
|
243
240
|
var _Theme = _interopRequireDefault(__webpack_require__(2));
|
|
244
241
|
|
|
245
|
-
var _MarkerViewModel = _interopRequireDefault(__webpack_require__(
|
|
242
|
+
var _MarkerViewModel = _interopRequireDefault(__webpack_require__(493));
|
|
246
243
|
|
|
247
|
-
var _Options = _interopRequireDefault(__webpack_require__(
|
|
244
|
+
var _Options = _interopRequireDefault(__webpack_require__(56));
|
|
248
245
|
|
|
249
246
|
//
|
|
250
247
|
var _default2 = exports.default = {
|
|
@@ -309,7 +306,7 @@ module.exports = require("@supermapgis/vue-iclient-leaflet/lib/init.js");
|
|
|
309
306
|
|
|
310
307
|
/***/ }),
|
|
311
308
|
|
|
312
|
-
/***/
|
|
309
|
+
/***/ 30:
|
|
313
310
|
/***/ (function(module, exports, __webpack_require__) {
|
|
314
311
|
|
|
315
312
|
"use strict";
|
|
@@ -322,7 +319,7 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
322
319
|
});
|
|
323
320
|
exports.default = void 0;
|
|
324
321
|
|
|
325
|
-
var _leaflet = _interopRequireDefault(__webpack_require__(
|
|
322
|
+
var _leaflet = _interopRequireDefault(__webpack_require__(21));
|
|
326
323
|
|
|
327
324
|
// @property lastId: Number
|
|
328
325
|
// Last unique ID used by [`stamp()`](#util-stamp)
|
|
@@ -454,9 +451,9 @@ _leaflet.default.Map.include({
|
|
|
454
451
|
delete _leaflet.default.Icon.Default.prototype._getIconUrl;
|
|
455
452
|
|
|
456
453
|
_leaflet.default.Icon.Default.mergeOptions({
|
|
457
|
-
iconRetinaUrl: __webpack_require__(
|
|
458
|
-
iconUrl: __webpack_require__(
|
|
459
|
-
shadowUrl: __webpack_require__(
|
|
454
|
+
iconRetinaUrl: __webpack_require__(31),
|
|
455
|
+
iconUrl: __webpack_require__(32),
|
|
456
|
+
shadowUrl: __webpack_require__(33)
|
|
460
457
|
});
|
|
461
458
|
|
|
462
459
|
window.L = _leaflet.default;
|
|
@@ -465,35 +462,35 @@ var _default = exports.default = _leaflet.default;
|
|
|
465
462
|
|
|
466
463
|
/***/ }),
|
|
467
464
|
|
|
468
|
-
/***/
|
|
465
|
+
/***/ 31:
|
|
469
466
|
/***/ (function(module, exports) {
|
|
470
467
|
|
|
471
468
|
module.exports = require("leaflet/dist/images/marker-icon-2x.png");
|
|
472
469
|
|
|
473
470
|
/***/ }),
|
|
474
471
|
|
|
475
|
-
/***/
|
|
472
|
+
/***/ 32:
|
|
476
473
|
/***/ (function(module, exports) {
|
|
477
474
|
|
|
478
475
|
module.exports = require("leaflet/dist/images/marker-icon.png");
|
|
479
476
|
|
|
480
477
|
/***/ }),
|
|
481
478
|
|
|
482
|
-
/***/
|
|
479
|
+
/***/ 33:
|
|
483
480
|
/***/ (function(module, exports) {
|
|
484
481
|
|
|
485
482
|
module.exports = require("leaflet/dist/images/marker-shadow.png");
|
|
486
483
|
|
|
487
484
|
/***/ }),
|
|
488
485
|
|
|
489
|
-
/***/
|
|
486
|
+
/***/ 34:
|
|
490
487
|
/***/ (function(module, exports) {
|
|
491
488
|
|
|
492
489
|
module.exports = require("@supermapgis/vue-iclient-leaflet/static/libs/iclient-leaflet/iclient-leaflet.min.js");
|
|
493
490
|
|
|
494
491
|
/***/ }),
|
|
495
492
|
|
|
496
|
-
/***/
|
|
493
|
+
/***/ 491:
|
|
497
494
|
/***/ (function(module, exports, __webpack_require__) {
|
|
498
495
|
|
|
499
496
|
"use strict";
|
|
@@ -506,7 +503,7 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
506
503
|
});
|
|
507
504
|
exports.default = void 0;
|
|
508
505
|
|
|
509
|
-
var _Marker = _interopRequireDefault(__webpack_require__(
|
|
506
|
+
var _Marker = _interopRequireDefault(__webpack_require__(492));
|
|
510
507
|
|
|
511
508
|
var _init = _interopRequireDefault(__webpack_require__(3));
|
|
512
509
|
|
|
@@ -519,12 +516,12 @@ var _default = exports.default = _Marker.default;
|
|
|
519
516
|
|
|
520
517
|
/***/ }),
|
|
521
518
|
|
|
522
|
-
/***/
|
|
519
|
+
/***/ 492:
|
|
523
520
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
524
521
|
|
|
525
522
|
"use strict";
|
|
526
523
|
__webpack_require__.r(__webpack_exports__);
|
|
527
|
-
/* harmony import */ var _Marker_vue_vue_type_script_lang_js___WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(
|
|
524
|
+
/* harmony import */ var _Marker_vue_vue_type_script_lang_js___WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(228);
|
|
528
525
|
/* harmony reexport (unknown) */ for(var __WEBPACK_IMPORT_KEY__ in _Marker_vue_vue_type_script_lang_js___WEBPACK_IMPORTED_MODULE_0__) if(["default"].indexOf(__WEBPACK_IMPORT_KEY__) < 0) (function(key) { __webpack_require__.d(__webpack_exports__, key, function() { return _Marker_vue_vue_type_script_lang_js___WEBPACK_IMPORTED_MODULE_0__[key]; }) }(__WEBPACK_IMPORT_KEY__));
|
|
529
526
|
/* harmony import */ var _node_modules_vue_loader_lib_runtime_componentNormalizer_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(1);
|
|
530
527
|
var render, staticRenderFns
|
|
@@ -545,11 +542,14 @@ var component = Object(_node_modules_vue_loader_lib_runtime_componentNormalizer_
|
|
|
545
542
|
|
|
546
543
|
)
|
|
547
544
|
|
|
545
|
+
/* hot reload */
|
|
546
|
+
if (false) { var api; }
|
|
547
|
+
component.options.__file = "src/leaflet/marker/Marker.vue"
|
|
548
548
|
/* harmony default export */ __webpack_exports__["default"] = (component.exports);
|
|
549
549
|
|
|
550
550
|
/***/ }),
|
|
551
551
|
|
|
552
|
-
/***/
|
|
552
|
+
/***/ 493:
|
|
553
553
|
/***/ (function(module, exports, __webpack_require__) {
|
|
554
554
|
|
|
555
555
|
"use strict";
|
|
@@ -564,9 +564,9 @@ exports.default = void 0;
|
|
|
564
564
|
|
|
565
565
|
var _inheritsLoose2 = _interopRequireDefault(__webpack_require__(6));
|
|
566
566
|
|
|
567
|
-
var _leafletWrapper = _interopRequireDefault(__webpack_require__(
|
|
567
|
+
var _leafletWrapper = _interopRequireDefault(__webpack_require__(30));
|
|
568
568
|
|
|
569
|
-
__webpack_require__(
|
|
569
|
+
__webpack_require__(34);
|
|
570
570
|
|
|
571
571
|
/**
|
|
572
572
|
* @class MarkerViewModel
|
|
@@ -576,8 +576,6 @@ __webpack_require__(37);
|
|
|
576
576
|
* @extends L.Evented
|
|
577
577
|
*/
|
|
578
578
|
var MarkerViewModel = exports.default = /*#__PURE__*/function (_L$Evented) {
|
|
579
|
-
(0, _inheritsLoose2.default)(MarkerViewModel, _L$Evented);
|
|
580
|
-
|
|
581
579
|
function MarkerViewModel(map, options) {
|
|
582
580
|
var _this;
|
|
583
581
|
|
|
@@ -591,6 +589,7 @@ var MarkerViewModel = exports.default = /*#__PURE__*/function (_L$Evented) {
|
|
|
591
589
|
return _this;
|
|
592
590
|
}
|
|
593
591
|
|
|
592
|
+
(0, _inheritsLoose2.default)(MarkerViewModel, _L$Evented);
|
|
594
593
|
var _proto = MarkerViewModel.prototype;
|
|
595
594
|
|
|
596
595
|
_proto.createMarker = function createMarker(latLng) {
|
|
@@ -615,7 +614,7 @@ var MarkerViewModel = exports.default = /*#__PURE__*/function (_L$Evented) {
|
|
|
615
614
|
|
|
616
615
|
/***/ }),
|
|
617
616
|
|
|
618
|
-
/***/
|
|
617
|
+
/***/ 56:
|
|
619
618
|
/***/ (function(module, exports, __webpack_require__) {
|
|
620
619
|
|
|
621
620
|
"use strict";
|