@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/indicator/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 = 361);
|
|
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,19 +196,19 @@ function normalizeComponent(
|
|
|
199
196
|
|
|
200
197
|
/***/ }),
|
|
201
198
|
|
|
202
|
-
/***/
|
|
199
|
+
/***/ 118:
|
|
203
200
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
204
201
|
|
|
205
202
|
"use strict";
|
|
206
203
|
__webpack_require__.r(__webpack_exports__);
|
|
207
|
-
/* harmony import */ var _node_modules_babel_loader_lib_index_js_node_modules_vue_loader_lib_index_js_vue_loader_options_CountTo_vue_vue_type_script_lang_js___WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(
|
|
204
|
+
/* harmony import */ var _node_modules_babel_loader_lib_index_js_node_modules_vue_loader_lib_index_js_vue_loader_options_CountTo_vue_vue_type_script_lang_js___WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(119);
|
|
208
205
|
/* harmony import */ var _node_modules_babel_loader_lib_index_js_node_modules_vue_loader_lib_index_js_vue_loader_options_CountTo_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_CountTo_vue_vue_type_script_lang_js___WEBPACK_IMPORTED_MODULE_0__);
|
|
209
206
|
/* 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_CountTo_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_CountTo_vue_vue_type_script_lang_js___WEBPACK_IMPORTED_MODULE_0__[key]; }) }(__WEBPACK_IMPORT_KEY__));
|
|
210
207
|
/* harmony default export */ __webpack_exports__["default"] = (_node_modules_babel_loader_lib_index_js_node_modules_vue_loader_lib_index_js_vue_loader_options_CountTo_vue_vue_type_script_lang_js___WEBPACK_IMPORTED_MODULE_0___default.a);
|
|
211
208
|
|
|
212
209
|
/***/ }),
|
|
213
210
|
|
|
214
|
-
/***/
|
|
211
|
+
/***/ 119:
|
|
215
212
|
/***/ (function(module, exports, __webpack_require__) {
|
|
216
213
|
|
|
217
214
|
"use strict";
|
|
@@ -224,7 +221,7 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
224
221
|
});
|
|
225
222
|
exports.default = void 0;
|
|
226
223
|
|
|
227
|
-
var _vueCountTo = _interopRequireDefault(__webpack_require__(
|
|
224
|
+
var _vueCountTo = _interopRequireDefault(__webpack_require__(362));
|
|
228
225
|
|
|
229
226
|
var _util = __webpack_require__(9);
|
|
230
227
|
|
|
@@ -337,19 +334,19 @@ var _default2 = exports.default = {
|
|
|
337
334
|
|
|
338
335
|
/***/ }),
|
|
339
336
|
|
|
340
|
-
/***/
|
|
337
|
+
/***/ 120:
|
|
341
338
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
342
339
|
|
|
343
340
|
"use strict";
|
|
344
341
|
__webpack_require__.r(__webpack_exports__);
|
|
345
|
-
/* harmony import */ var _node_modules_babel_loader_lib_index_js_node_modules_vue_loader_lib_index_js_vue_loader_options_Indicator_vue_vue_type_script_lang_js___WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(
|
|
342
|
+
/* harmony import */ var _node_modules_babel_loader_lib_index_js_node_modules_vue_loader_lib_index_js_vue_loader_options_Indicator_vue_vue_type_script_lang_js___WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(121);
|
|
346
343
|
/* harmony import */ var _node_modules_babel_loader_lib_index_js_node_modules_vue_loader_lib_index_js_vue_loader_options_Indicator_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_Indicator_vue_vue_type_script_lang_js___WEBPACK_IMPORTED_MODULE_0__);
|
|
347
344
|
/* 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_Indicator_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_Indicator_vue_vue_type_script_lang_js___WEBPACK_IMPORTED_MODULE_0__[key]; }) }(__WEBPACK_IMPORT_KEY__));
|
|
348
345
|
/* harmony default export */ __webpack_exports__["default"] = (_node_modules_babel_loader_lib_index_js_node_modules_vue_loader_lib_index_js_vue_loader_options_Indicator_vue_vue_type_script_lang_js___WEBPACK_IMPORTED_MODULE_0___default.a);
|
|
349
346
|
|
|
350
347
|
/***/ }),
|
|
351
348
|
|
|
352
|
-
/***/
|
|
349
|
+
/***/ 121:
|
|
353
350
|
/***/ (function(module, exports, __webpack_require__) {
|
|
354
351
|
|
|
355
352
|
"use strict";
|
|
@@ -364,11 +361,11 @@ exports.default = void 0;
|
|
|
364
361
|
|
|
365
362
|
var _Theme = _interopRequireDefault(__webpack_require__(2));
|
|
366
363
|
|
|
367
|
-
var _Timer = _interopRequireDefault(__webpack_require__(
|
|
364
|
+
var _Timer = _interopRequireDefault(__webpack_require__(25));
|
|
368
365
|
|
|
369
|
-
var _RestService = _interopRequireDefault(__webpack_require__(
|
|
366
|
+
var _RestService = _interopRequireDefault(__webpack_require__(47));
|
|
370
367
|
|
|
371
|
-
var _CountTo = _interopRequireDefault(__webpack_require__(
|
|
368
|
+
var _CountTo = _interopRequireDefault(__webpack_require__(275));
|
|
372
369
|
|
|
373
370
|
//
|
|
374
371
|
//
|
|
@@ -718,14 +715,14 @@ module.exports = require("@supermapgis/vue-iclient-leaflet/lib/_mixin/Theme.js")
|
|
|
718
715
|
|
|
719
716
|
/***/ }),
|
|
720
717
|
|
|
721
|
-
/***/
|
|
718
|
+
/***/ 25:
|
|
722
719
|
/***/ (function(module, exports) {
|
|
723
720
|
|
|
724
721
|
module.exports = require("@supermapgis/vue-iclient-leaflet/lib/_mixin/Timer.js");
|
|
725
722
|
|
|
726
723
|
/***/ }),
|
|
727
724
|
|
|
728
|
-
/***/
|
|
725
|
+
/***/ 260:
|
|
729
726
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
730
727
|
|
|
731
728
|
"use strict";
|
|
@@ -734,20 +731,20 @@ module.exports = require("@supermapgis/vue-iclient-leaflet/lib/_mixin/Timer.js")
|
|
|
734
731
|
__webpack_require__.d(__webpack_exports__, "a", function() { return /* reexport */ render; });
|
|
735
732
|
__webpack_require__.d(__webpack_exports__, "b", function() { return /* reexport */ staticRenderFns; });
|
|
736
733
|
|
|
737
|
-
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./src/common/indicator/CountTo.vue?vue&type=template&id=
|
|
738
|
-
var render = function
|
|
734
|
+
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./src/common/indicator/CountTo.vue?vue&type=template&id=6034e47f&
|
|
735
|
+
var render = function() {
|
|
739
736
|
var _vm = this
|
|
740
737
|
var _h = _vm.$createElement
|
|
741
738
|
var _c = _vm._self._c || _h
|
|
742
739
|
return _c(
|
|
743
740
|
"span",
|
|
744
|
-
_vm._l(_vm.numDataList, function
|
|
741
|
+
_vm._l(_vm.numDataList, function(numVale, index) {
|
|
745
742
|
return _c(
|
|
746
743
|
"div",
|
|
747
744
|
{
|
|
748
745
|
key: index,
|
|
749
746
|
staticClass: "sm-component-count-to__numItem",
|
|
750
|
-
style: [_vm.calNumBackground(numVale), _vm.numInterval, _vm.numStyle]
|
|
747
|
+
style: [_vm.calNumBackground(numVale), _vm.numInterval, _vm.numStyle]
|
|
751
748
|
},
|
|
752
749
|
[_c("span", [_vm._v(_vm._s(numVale))])]
|
|
753
750
|
)
|
|
@@ -759,12 +756,12 @@ var staticRenderFns = []
|
|
|
759
756
|
render._withStripped = true
|
|
760
757
|
|
|
761
758
|
|
|
762
|
-
// CONCATENATED MODULE: ./src/common/indicator/CountTo.vue?vue&type=template&id=
|
|
759
|
+
// CONCATENATED MODULE: ./src/common/indicator/CountTo.vue?vue&type=template&id=6034e47f&
|
|
763
760
|
|
|
764
761
|
|
|
765
762
|
/***/ }),
|
|
766
763
|
|
|
767
|
-
/***/
|
|
764
|
+
/***/ 261:
|
|
768
765
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
769
766
|
|
|
770
767
|
"use strict";
|
|
@@ -773,8 +770,8 @@ render._withStripped = true
|
|
|
773
770
|
__webpack_require__.d(__webpack_exports__, "a", function() { return /* reexport */ render; });
|
|
774
771
|
__webpack_require__.d(__webpack_exports__, "b", function() { return /* reexport */ staticRenderFns; });
|
|
775
772
|
|
|
776
|
-
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./src/common/indicator/Indicator.vue?vue&type=template&id=
|
|
777
|
-
var render = function
|
|
773
|
+
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./src/common/indicator/Indicator.vue?vue&type=template&id=1b762e38&
|
|
774
|
+
var render = function() {
|
|
778
775
|
var _vm = this
|
|
779
776
|
var _h = _vm.$createElement
|
|
780
777
|
var _c = _vm._self._c || _h
|
|
@@ -783,7 +780,7 @@ var render = function () {
|
|
|
783
780
|
{
|
|
784
781
|
staticClass: "sm-component-indicator",
|
|
785
782
|
style: _vm.getBackgroundStyle,
|
|
786
|
-
on: { click: _vm.handleClick }
|
|
783
|
+
on: { click: _vm.handleClick }
|
|
787
784
|
},
|
|
788
785
|
[
|
|
789
786
|
_c(
|
|
@@ -791,7 +788,7 @@ var render = function () {
|
|
|
791
788
|
{
|
|
792
789
|
class:
|
|
793
790
|
"sm-component-indicator__content sm-component-indicator__content-" +
|
|
794
|
-
_vm.mode
|
|
791
|
+
_vm.mode
|
|
795
792
|
},
|
|
796
793
|
[
|
|
797
794
|
_c(
|
|
@@ -802,11 +799,11 @@ var render = function () {
|
|
|
802
799
|
name: "show",
|
|
803
800
|
rawName: "v-show",
|
|
804
801
|
value: _vm.showTitleUnit,
|
|
805
|
-
expression: "showTitleUnit"
|
|
806
|
-
}
|
|
802
|
+
expression: "showTitleUnit"
|
|
803
|
+
}
|
|
807
804
|
],
|
|
808
805
|
staticClass: "sm-component-indicator__title",
|
|
809
|
-
style: [_vm.unit_titleStyle, _vm.getTextColorStyle]
|
|
806
|
+
style: [_vm.unit_titleStyle, _vm.getTextColorStyle]
|
|
810
807
|
},
|
|
811
808
|
[_vm._v(_vm._s(_vm.titleData))]
|
|
812
809
|
),
|
|
@@ -815,7 +812,7 @@ var render = function () {
|
|
|
815
812
|
"span",
|
|
816
813
|
{
|
|
817
814
|
staticClass: "sm-component-indicator__num",
|
|
818
|
-
style: _vm.indicatorStyle
|
|
815
|
+
style: _vm.indicatorStyle
|
|
819
816
|
},
|
|
820
817
|
[
|
|
821
818
|
_vm.isNumber(_vm.indicatorNum)
|
|
@@ -829,8 +826,8 @@ var render = function () {
|
|
|
829
826
|
numBackground: _vm.numBackground,
|
|
830
827
|
numSpacing: _vm.numSpacing,
|
|
831
828
|
separatorBackground: _vm.separatorBackground,
|
|
832
|
-
fontSize: parseFloat(_vm.fontSize) + _vm.fontUnit
|
|
833
|
-
}
|
|
829
|
+
fontSize: parseFloat(_vm.fontSize) + _vm.fontUnit
|
|
830
|
+
}
|
|
834
831
|
})
|
|
835
832
|
: _vm._e(),
|
|
836
833
|
_vm._v(
|
|
@@ -839,7 +836,7 @@ var render = function () {
|
|
|
839
836
|
_vm.isNumber(_vm.indicatorNum) ? "" : _vm.indicatorNum
|
|
840
837
|
) +
|
|
841
838
|
"\n "
|
|
842
|
-
)
|
|
839
|
+
)
|
|
843
840
|
],
|
|
844
841
|
1
|
|
845
842
|
),
|
|
@@ -851,17 +848,17 @@ var render = function () {
|
|
|
851
848
|
name: "show",
|
|
852
849
|
rawName: "v-show",
|
|
853
850
|
value: _vm.showTitleUnit,
|
|
854
|
-
expression: "showTitleUnit"
|
|
855
|
-
}
|
|
851
|
+
expression: "showTitleUnit"
|
|
852
|
+
}
|
|
856
853
|
],
|
|
857
854
|
staticClass: "sm-component-indicator__unit",
|
|
858
|
-
style: [_vm.unit_titleStyle, _vm.getTextColorStyle]
|
|
855
|
+
style: [_vm.unit_titleStyle, _vm.getTextColorStyle]
|
|
859
856
|
},
|
|
860
857
|
[_vm._v(_vm._s(_vm.unitData))]
|
|
861
|
-
)
|
|
862
|
-
])
|
|
858
|
+
)
|
|
859
|
+
])
|
|
863
860
|
]
|
|
864
|
-
)
|
|
861
|
+
)
|
|
865
862
|
]
|
|
866
863
|
)
|
|
867
864
|
}
|
|
@@ -869,18 +866,18 @@ var staticRenderFns = []
|
|
|
869
866
|
render._withStripped = true
|
|
870
867
|
|
|
871
868
|
|
|
872
|
-
// CONCATENATED MODULE: ./src/common/indicator/Indicator.vue?vue&type=template&id=
|
|
869
|
+
// CONCATENATED MODULE: ./src/common/indicator/Indicator.vue?vue&type=template&id=1b762e38&
|
|
873
870
|
|
|
874
871
|
|
|
875
872
|
/***/ }),
|
|
876
873
|
|
|
877
|
-
/***/
|
|
874
|
+
/***/ 275:
|
|
878
875
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
879
876
|
|
|
880
877
|
"use strict";
|
|
881
878
|
__webpack_require__.r(__webpack_exports__);
|
|
882
|
-
/* harmony import */ var
|
|
883
|
-
/* harmony import */ var _CountTo_vue_vue_type_script_lang_js___WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(
|
|
879
|
+
/* harmony import */ var _CountTo_vue_vue_type_template_id_6034e47f___WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(260);
|
|
880
|
+
/* harmony import */ var _CountTo_vue_vue_type_script_lang_js___WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(118);
|
|
884
881
|
/* harmony reexport (unknown) */ for(var __WEBPACK_IMPORT_KEY__ in _CountTo_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 _CountTo_vue_vue_type_script_lang_js___WEBPACK_IMPORTED_MODULE_1__[key]; }) }(__WEBPACK_IMPORT_KEY__));
|
|
885
882
|
/* harmony import */ var _node_modules_vue_loader_lib_runtime_componentNormalizer_js__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(1);
|
|
886
883
|
|
|
@@ -892,8 +889,8 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
892
889
|
|
|
893
890
|
var component = Object(_node_modules_vue_loader_lib_runtime_componentNormalizer_js__WEBPACK_IMPORTED_MODULE_2__[/* default */ "a"])(
|
|
894
891
|
_CountTo_vue_vue_type_script_lang_js___WEBPACK_IMPORTED_MODULE_1__["default"],
|
|
895
|
-
|
|
896
|
-
|
|
892
|
+
_CountTo_vue_vue_type_template_id_6034e47f___WEBPACK_IMPORTED_MODULE_0__[/* render */ "a"],
|
|
893
|
+
_CountTo_vue_vue_type_template_id_6034e47f___WEBPACK_IMPORTED_MODULE_0__[/* staticRenderFns */ "b"],
|
|
897
894
|
false,
|
|
898
895
|
null,
|
|
899
896
|
null,
|
|
@@ -901,6 +898,9 @@ var component = Object(_node_modules_vue_loader_lib_runtime_componentNormalizer_
|
|
|
901
898
|
|
|
902
899
|
)
|
|
903
900
|
|
|
901
|
+
/* hot reload */
|
|
902
|
+
if (false) { var api; }
|
|
903
|
+
component.options.__file = "src/common/indicator/CountTo.vue"
|
|
904
904
|
/* harmony default export */ __webpack_exports__["default"] = (component.exports);
|
|
905
905
|
|
|
906
906
|
/***/ }),
|
|
@@ -912,7 +912,7 @@ module.exports = require("@supermapgis/vue-iclient-leaflet/lib/init.js");
|
|
|
912
912
|
|
|
913
913
|
/***/ }),
|
|
914
914
|
|
|
915
|
-
/***/
|
|
915
|
+
/***/ 361:
|
|
916
916
|
/***/ (function(module, exports, __webpack_require__) {
|
|
917
917
|
|
|
918
918
|
"use strict";
|
|
@@ -925,9 +925,9 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
925
925
|
});
|
|
926
926
|
exports.default = void 0;
|
|
927
927
|
|
|
928
|
-
var _CountTo = _interopRequireDefault(__webpack_require__(
|
|
928
|
+
var _CountTo = _interopRequireDefault(__webpack_require__(275));
|
|
929
929
|
|
|
930
|
-
var _Indicator = _interopRequireDefault(__webpack_require__(
|
|
930
|
+
var _Indicator = _interopRequireDefault(__webpack_require__(363));
|
|
931
931
|
|
|
932
932
|
var _init = _interopRequireDefault(__webpack_require__(3));
|
|
933
933
|
|
|
@@ -941,20 +941,20 @@ var _default = exports.default = _Indicator.default;
|
|
|
941
941
|
|
|
942
942
|
/***/ }),
|
|
943
943
|
|
|
944
|
-
/***/
|
|
944
|
+
/***/ 362:
|
|
945
945
|
/***/ (function(module, exports) {
|
|
946
946
|
|
|
947
947
|
module.exports = require("vue-count-to");
|
|
948
948
|
|
|
949
949
|
/***/ }),
|
|
950
950
|
|
|
951
|
-
/***/
|
|
951
|
+
/***/ 363:
|
|
952
952
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
953
953
|
|
|
954
954
|
"use strict";
|
|
955
955
|
__webpack_require__.r(__webpack_exports__);
|
|
956
|
-
/* harmony import */ var
|
|
957
|
-
/* harmony import */ var _Indicator_vue_vue_type_script_lang_js___WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(
|
|
956
|
+
/* harmony import */ var _Indicator_vue_vue_type_template_id_1b762e38___WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(261);
|
|
957
|
+
/* harmony import */ var _Indicator_vue_vue_type_script_lang_js___WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(120);
|
|
958
958
|
/* harmony reexport (unknown) */ for(var __WEBPACK_IMPORT_KEY__ in _Indicator_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 _Indicator_vue_vue_type_script_lang_js___WEBPACK_IMPORTED_MODULE_1__[key]; }) }(__WEBPACK_IMPORT_KEY__));
|
|
959
959
|
/* harmony import */ var _node_modules_vue_loader_lib_runtime_componentNormalizer_js__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(1);
|
|
960
960
|
|
|
@@ -966,8 +966,8 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
966
966
|
|
|
967
967
|
var component = Object(_node_modules_vue_loader_lib_runtime_componentNormalizer_js__WEBPACK_IMPORTED_MODULE_2__[/* default */ "a"])(
|
|
968
968
|
_Indicator_vue_vue_type_script_lang_js___WEBPACK_IMPORTED_MODULE_1__["default"],
|
|
969
|
-
|
|
970
|
-
|
|
969
|
+
_Indicator_vue_vue_type_template_id_1b762e38___WEBPACK_IMPORTED_MODULE_0__[/* render */ "a"],
|
|
970
|
+
_Indicator_vue_vue_type_template_id_1b762e38___WEBPACK_IMPORTED_MODULE_0__[/* staticRenderFns */ "b"],
|
|
971
971
|
false,
|
|
972
972
|
null,
|
|
973
973
|
null,
|
|
@@ -975,11 +975,14 @@ var component = Object(_node_modules_vue_loader_lib_runtime_componentNormalizer_
|
|
|
975
975
|
|
|
976
976
|
)
|
|
977
977
|
|
|
978
|
+
/* hot reload */
|
|
979
|
+
if (false) { var api; }
|
|
980
|
+
component.options.__file = "src/common/indicator/Indicator.vue"
|
|
978
981
|
/* harmony default export */ __webpack_exports__["default"] = (component.exports);
|
|
979
982
|
|
|
980
983
|
/***/ }),
|
|
981
984
|
|
|
982
|
-
/***/
|
|
985
|
+
/***/ 47:
|
|
983
986
|
/***/ (function(module, exports) {
|
|
984
987
|
|
|
985
988
|
module.exports = require("@supermapgis/vue-iclient-leaflet/lib/_utils/RestService.js");
|
package/lib/init.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 = 285);
|
|
86
86
|
/******/ })
|
|
87
87
|
/************************************************************************/
|
|
88
88
|
/******/ ({
|
|
@@ -101,7 +101,7 @@ module.exports = require("@supermapgis/vue-iclient-leaflet/lib/_lang/index.js");
|
|
|
101
101
|
|
|
102
102
|
/***/ }),
|
|
103
103
|
|
|
104
|
-
/***/
|
|
104
|
+
/***/ 285:
|
|
105
105
|
/***/ (function(module, exports, __webpack_require__) {
|
|
106
106
|
|
|
107
107
|
"use strict";
|
|
@@ -114,13 +114,13 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
114
114
|
});
|
|
115
115
|
exports.default = void 0;
|
|
116
116
|
|
|
117
|
-
var _epsgDefine = __webpack_require__(
|
|
117
|
+
var _epsgDefine = __webpack_require__(45);
|
|
118
118
|
|
|
119
119
|
var _index = __webpack_require__(13);
|
|
120
120
|
|
|
121
|
-
var _setTheme = __webpack_require__(
|
|
121
|
+
var _setTheme = __webpack_require__(286);
|
|
122
122
|
|
|
123
|
-
var _base = _interopRequireDefault(__webpack_require__(
|
|
123
|
+
var _base = _interopRequireDefault(__webpack_require__(287));
|
|
124
124
|
|
|
125
125
|
function init(Vue, opts) {
|
|
126
126
|
if (opts === void 0) {
|
|
@@ -183,21 +183,21 @@ var _default = exports.default = function _default(Vue, opts) {
|
|
|
183
183
|
|
|
184
184
|
/***/ }),
|
|
185
185
|
|
|
186
|
-
/***/
|
|
186
|
+
/***/ 286:
|
|
187
187
|
/***/ (function(module, exports) {
|
|
188
188
|
|
|
189
189
|
module.exports = require("@supermapgis/vue-iclient-leaflet/lib/_utils/style/theme/set-theme.js");
|
|
190
190
|
|
|
191
191
|
/***/ }),
|
|
192
192
|
|
|
193
|
-
/***/
|
|
193
|
+
/***/ 287:
|
|
194
194
|
/***/ (function(module, exports) {
|
|
195
195
|
|
|
196
196
|
module.exports = require("ant-design-vue/es/base");
|
|
197
197
|
|
|
198
198
|
/***/ }),
|
|
199
199
|
|
|
200
|
-
/***/
|
|
200
|
+
/***/ 45:
|
|
201
201
|
/***/ (function(module, exports) {
|
|
202
202
|
|
|
203
203
|
module.exports = require("@supermapgis/vue-iclient-leaflet/lib/_utils/epsg-define.js");
|