@@ -4138,43 +4138,43 @@ module.exports = function(){try{return elasticsearch}catch(e){return {}}}();
4138
4138
__webpack_require__.r(__webpack_exports__);
4139
4139
4140
4140
// EXTERNAL MODULE: ./src/common/css/supermapol-icons.css
4141
- var supermapol_icons = __webpack_require__(131 );
4141
+ var supermapol_icons = __webpack_require__(134 );
4142
4142
4143
4143
// EXTERNAL MODULE: ./src/common/widgets/css/widgets-icon.css
4144
- var widgets_icon = __webpack_require__(125 );
4144
+ var widgets_icon = __webpack_require__(127 );
4145
4145
4146
4146
// EXTERNAL MODULE: ./src/common/widgets/css/Icon.css
4147
- var Icon = __webpack_require__(120 );
4147
+ var Icon = __webpack_require__(122 );
4148
4148
4149
4149
// EXTERNAL MODULE: ./src/common/widgets/css/OpenFile.css
4150
- var OpenFile = __webpack_require__(108 );
4150
+ var OpenFile = __webpack_require__(110 );
4151
4151
4152
4152
// EXTERNAL MODULE: ./src/common/widgets/css/MessageBox.css
4153
- var MessageBox = __webpack_require__(107 );
4153
+ var MessageBox = __webpack_require__(109 );
4154
4154
4155
4155
// EXTERNAL MODULE: ./src/common/widgets/css/DataFlow.css
4156
- var DataFlow = __webpack_require__(106 );
4156
+ var DataFlow = __webpack_require__(108 );
4157
4157
4158
4158
// EXTERNAL MODULE: ./src/common/widgets/css/POISearch.css
4159
- var POISearch = __webpack_require__(105 );
4159
+ var POISearch = __webpack_require__(107 );
4160
4160
4161
4161
// EXTERNAL MODULE: ./src/common/widgets/css/WidgetContainer.css
4162
- var WidgetContainer = __webpack_require__(104 );
4162
+ var WidgetContainer = __webpack_require__(106 );
4163
4163
4164
4164
// EXTERNAL MODULE: ./src/common/widgets/css/WidgetDropDownBox.css
4165
- var WidgetDropDownBox = __webpack_require__(103 );
4165
+ var WidgetDropDownBox = __webpack_require__(105 );
4166
4166
4167
4167
// EXTERNAL MODULE: ./src/common/widgets/css/WidgetSelect.css
4168
- var WidgetSelect = __webpack_require__(102 );
4168
+ var WidgetSelect = __webpack_require__(104 );
4169
4169
4170
4170
// EXTERNAL MODULE: ./src/common/widgets/css/CityTabsPage.css
4171
- var CityTabsPage = __webpack_require__(134 );
4171
+ var CityTabsPage = __webpack_require__(103 );
4172
4172
4173
4173
// EXTERNAL MODULE: ./src/common/widgets/css/NavTabsPage.css
4174
- var NavTabsPage = __webpack_require__(101 );
4174
+ var NavTabsPage = __webpack_require__(102 );
4175
4175
4176
4176
// EXTERNAL MODULE: ./src/common/widgets/css/PaginationContainer.css
4177
- var PaginationContainer = __webpack_require__(132 );
4177
+ var PaginationContainer = __webpack_require__(101 );
4178
4178
4179
4179
// EXTERNAL MODULE: ./src/common/widgets/css/PopContainer.css
4180
4180
var PopContainer = __webpack_require__(100);
@@ -7205,7 +7205,7 @@ SuperMap.Util.lineIntersection = function (a1, a2, b1, b2) {
7205
7205
7206
7206
/**
7207
7207
* @description 获取文本外接矩形宽度与高度。
7208
- * @param {SuperMap.Style } style - 文本样式。
7208
+ * @param {SuperMap.ThemeStyle } style - 文本样式。
7209
7209
* @param {string} text - 文本内容。
7210
7210
* @param {Object} element - DOM 元素。
7211
7211
* @returns {Object} 返回裁剪后的宽度,高度信息。
@@ -64965,9 +64965,6 @@ class IndexTabsPageContainer {
64965
64965
}
64966
64966
64967
64967
}
64968
- // EXTERNAL MODULE: ./src/common/widgets/css/CityTabsPage.css
64969
- var css_CityTabsPage = __webpack_require__(134);
64970
-
64971
64968
// CONCATENATED MODULE: ./src/common/widgets/templates/CityTabsPage.js
64972
64969
/* Copyright© 2000 - 2018 SuperMap Software Co.Ltd. All rights reserved.
64973
64970
* This program are made available under the terms of the Apache License, Version 2.0
@@ -64976,7 +64973,6 @@ var css_CityTabsPage = __webpack_require__(134);
64976
64973
64977
64974
64978
64975
64979
-
64980
64976
/**
64981
64977
* @class SuperMap.Widgets.CityTabsPage
64982
64978
* @classdesc 城市地址匹配组件模板
@@ -65225,22 +65221,18 @@ class NavTabsPage {
65225
65221
}
65226
65222
65227
65223
}
65228
- // EXTERNAL MODULE: ./src/common/widgets/css/PaginationContainer.css
65229
- var PaginationContainer = __webpack_require__(132);
65230
-
65231
65224
// CONCATENATED MODULE: ./src/common/widgets/templates/PaginationContainer.js
65232
65225
/* Copyright© 2000 - 2018 SuperMap Software Co.Ltd. All rights reserved.
65233
65226
* This program are made available under the terms of the Apache License, Version 2.0
65234
65227
* which accompanies this distribution and is available at/r* http://www.apache.org/licenses/LICENSE-2.0.html.*/
65235
65228
65236
65229
65237
65230
65238
-
65239
65231
/**
65240
65232
* @class SuperMap.Widgets.PaginationContainer
65241
65233
* @classdesc 分页组件模板
65242
65234
*/
65243
- class PaginationContainer_PaginationContainer {
65235
+ class PaginationContainer {
65244
65236
constructor(contents = null, pageCounts = 0) {
65245
65237
this.currentPage = 0;
65246
65238
this.pageNumberLis = [];
@@ -65535,7 +65527,7 @@ class PaginationContainer_PaginationContainer {
65535
65527
65536
65528
}
65537
65529
65538
- SuperMap.Widgets.PaginationContainer = PaginationContainer_PaginationContainer ;
65530
+ SuperMap.Widgets.PaginationContainer = PaginationContainer ;
65539
65531
// CONCATENATED MODULE: ./src/common/widgets/util/Util.js
65540
65532
/* Copyright© 2000 - 2018 SuperMap Software Co.Ltd. All rights reserved.
65541
65533
* This program are made available under the terms of the Apache License, Version 2.0
@@ -81863,7 +81855,6 @@ external_L_default.a.supermap.processingService = processingService;
81863
81855
* @param {string} [options.proxy] - 服务代理地址。
81864
81856
* @param {SuperMap.ServerType} [options.serverType=SuperMap.ServerType.ISERVER] - 服务来源 iServer|iPortal|online。
81865
81857
* @param {boolean} [options.withCredentials=false] - 请求是否携带 cookie。
81866
- * @param {boolean} [options.returnFeatureWithFieldCaption=false] - 请求是否携带 cookie。
81867
81858
* @example
81868
81859
* L.supermap.queryService(url).queryByBounds(param,function(result){
81869
81860
* //doSomething
@@ -81892,7 +81883,6 @@ var services_QueryService_QueryService = ServiceBase.extend({
81892
81883
processCompleted: callback,
81893
81884
processFailed: callback
81894
81885
},
81895
- returnFeatureWithFieldCaption: me.options.returnFeatureWithFieldCaption,
81896
81886
format: me._processFormat(resultFormat)
81897
81887
});
81898
81888
@@ -83638,7 +83628,7 @@ var POISearchView = external_L_default.a.Control.extend({
83638
83628
//--------搜索按钮 END
83639
83629
83640
83630
//查询结果页面
83641
- const resultDomObj = new PaginationContainer_PaginationContainer ();
83631
+ const resultDomObj = new PaginationContainer ();
83642
83632
this._resultDomObj = resultDomObj;
83643
83633
const resultContainer = function createResultPage() {
83644
83634
const resultContainer = resultDomObj.getElement();
@@ -100625,8 +100615,18 @@ module.exports = __webpack_require__(41);
100625
100615
// removed by extract-text-webpack-plugin
100626
100616
100627
100617
/***/ }),
100628
- /* 109 */,
100629
- /* 110 */,
100618
+ /* 109 */
100619
+ /***/ (function(module, exports) {
100620
+
100621
+ // removed by extract-text-webpack-plugin
100622
+
100623
+ /***/ }),
100624
+ /* 110 */
100625
+ /***/ (function(module, exports) {
100626
+
100627
+ // removed by extract-text-webpack-plugin
100628
+
100629
+ /***/ }),
100630
100630
/* 111 */,
100631
100631
/* 112 */,
100632
100632
/* 113 */,
@@ -100636,39 +100636,29 @@ module.exports = __webpack_require__(41);
100636
100636
/* 117 */,
100637
100637
/* 118 */,
100638
100638
/* 119 */,
100639
- /* 120 */
100639
+ /* 120 */,
100640
+ /* 121 */,
100641
+ /* 122 */
100640
100642
/***/ (function(module, exports) {
100641
100643
100642
100644
// removed by extract-text-webpack-plugin
100643
100645
100644
100646
/***/ }),
100645
- /* 121 */,
100646
- /* 122 */,
100647
100647
/* 123 */,
100648
100648
/* 124 */,
100649
- /* 125 */
100649
+ /* 125 */,
100650
+ /* 126 */,
100651
+ /* 127 */
100650
100652
/***/ (function(module, exports) {
100651
100653
100652
100654
// removed by extract-text-webpack-plugin
100653
100655
100654
100656
/***/ }),
100655
- /* 126 */,
100656
- /* 127 */,
100657
100657
/* 128 */,
100658
100658
/* 129 */,
100659
100659
/* 130 */,
100660
- /* 131 */
100661
- /***/ (function(module, exports) {
100662
-
100663
- // removed by extract-text-webpack-plugin
100664
-
100665
- /***/ }),
100666
- /* 132 */
100667
- /***/ (function(module, exports) {
100668
-
100669
- // removed by extract-text-webpack-plugin
100670
-
100671
- /***/ }),
100660
+ /* 131 */,
100661
+ /* 132 */,
100672
100662
/* 133 */,
100673
100663
/* 134 */
100674
100664
/***/ (function(module, exports) {
0 commit comments