Skip to content

Commit 7f556e7

Browse files
committed
【API】 API & 版权注释头优化 review by songym
1 parent 69a4762 commit 7f556e7

File tree

596 files changed

+2148
-2160
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

596 files changed

+2148
-2160
lines changed

dist/leaflet/iclient9-leaflet-es6.js

Lines changed: 37 additions & 47 deletions
Original file line numberDiff line numberDiff line change
@@ -4138,43 +4138,43 @@ module.exports = function(){try{return elasticsearch}catch(e){return {}}}();
41384138
__webpack_require__.r(__webpack_exports__);
41394139

41404140
// EXTERNAL MODULE: ./src/common/css/supermapol-icons.css
4141-
var supermapol_icons = __webpack_require__(131);
4141+
var supermapol_icons = __webpack_require__(134);
41424142

41434143
// EXTERNAL MODULE: ./src/common/widgets/css/widgets-icon.css
4144-
var widgets_icon = __webpack_require__(125);
4144+
var widgets_icon = __webpack_require__(127);
41454145

41464146
// EXTERNAL MODULE: ./src/common/widgets/css/Icon.css
4147-
var Icon = __webpack_require__(120);
4147+
var Icon = __webpack_require__(122);
41484148

41494149
// EXTERNAL MODULE: ./src/common/widgets/css/OpenFile.css
4150-
var OpenFile = __webpack_require__(108);
4150+
var OpenFile = __webpack_require__(110);
41514151

41524152
// EXTERNAL MODULE: ./src/common/widgets/css/MessageBox.css
4153-
var MessageBox = __webpack_require__(107);
4153+
var MessageBox = __webpack_require__(109);
41544154

41554155
// EXTERNAL MODULE: ./src/common/widgets/css/DataFlow.css
4156-
var DataFlow = __webpack_require__(106);
4156+
var DataFlow = __webpack_require__(108);
41574157

41584158
// EXTERNAL MODULE: ./src/common/widgets/css/POISearch.css
4159-
var POISearch = __webpack_require__(105);
4159+
var POISearch = __webpack_require__(107);
41604160

41614161
// EXTERNAL MODULE: ./src/common/widgets/css/WidgetContainer.css
4162-
var WidgetContainer = __webpack_require__(104);
4162+
var WidgetContainer = __webpack_require__(106);
41634163

41644164
// EXTERNAL MODULE: ./src/common/widgets/css/WidgetDropDownBox.css
4165-
var WidgetDropDownBox = __webpack_require__(103);
4165+
var WidgetDropDownBox = __webpack_require__(105);
41664166

41674167
// EXTERNAL MODULE: ./src/common/widgets/css/WidgetSelect.css
4168-
var WidgetSelect = __webpack_require__(102);
4168+
var WidgetSelect = __webpack_require__(104);
41694169

41704170
// EXTERNAL MODULE: ./src/common/widgets/css/CityTabsPage.css
4171-
var CityTabsPage = __webpack_require__(134);
4171+
var CityTabsPage = __webpack_require__(103);
41724172

41734173
// EXTERNAL MODULE: ./src/common/widgets/css/NavTabsPage.css
4174-
var NavTabsPage = __webpack_require__(101);
4174+
var NavTabsPage = __webpack_require__(102);
41754175

41764176
// EXTERNAL MODULE: ./src/common/widgets/css/PaginationContainer.css
4177-
var PaginationContainer = __webpack_require__(132);
4177+
var PaginationContainer = __webpack_require__(101);
41784178

41794179
// EXTERNAL MODULE: ./src/common/widgets/css/PopContainer.css
41804180
var PopContainer = __webpack_require__(100);
@@ -7205,7 +7205,7 @@ SuperMap.Util.lineIntersection = function (a1, a2, b1, b2) {
72057205

72067206
/**
72077207
* @description 获取文本外接矩形宽度与高度。
7208-
* @param {SuperMap.Style} style - 文本样式。
7208+
* @param {SuperMap.ThemeStyle} style - 文本样式。
72097209
* @param {string} text - 文本内容。
72107210
* @param {Object} element - DOM 元素。
72117211
* @returns {Object} 返回裁剪后的宽度,高度信息。
@@ -64965,9 +64965,6 @@ class IndexTabsPageContainer {
6496564965
}
6496664966

6496764967
}
64968-
// EXTERNAL MODULE: ./src/common/widgets/css/CityTabsPage.css
64969-
var css_CityTabsPage = __webpack_require__(134);
64970-
6497164968
// CONCATENATED MODULE: ./src/common/widgets/templates/CityTabsPage.js
6497264969
/* Copyright© 2000 - 2018 SuperMap Software Co.Ltd. All rights reserved.
6497364970
* 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);
6497664973

6497764974

6497864975

64979-
6498064976
/**
6498164977
* @class SuperMap.Widgets.CityTabsPage
6498264978
* @classdesc 城市地址匹配组件模板
@@ -65225,22 +65221,18 @@ class NavTabsPage {
6522565221
}
6522665222

6522765223
}
65228-
// EXTERNAL MODULE: ./src/common/widgets/css/PaginationContainer.css
65229-
var PaginationContainer = __webpack_require__(132);
65230-
6523165224
// CONCATENATED MODULE: ./src/common/widgets/templates/PaginationContainer.js
6523265225
/* Copyright© 2000 - 2018 SuperMap Software Co.Ltd. All rights reserved.
6523365226
* This program are made available under the terms of the Apache License, Version 2.0
6523465227
* which accompanies this distribution and is available at/r* http://www.apache.org/licenses/LICENSE-2.0.html.*/
6523565228

6523665229

6523765230

65238-
6523965231
/**
6524065232
* @class SuperMap.Widgets.PaginationContainer
6524165233
* @classdesc 分页组件模板
6524265234
*/
65243-
class PaginationContainer_PaginationContainer {
65235+
class PaginationContainer {
6524465236
constructor(contents = null, pageCounts = 0) {
6524565237
this.currentPage = 0;
6524665238
this.pageNumberLis = [];
@@ -65535,7 +65527,7 @@ class PaginationContainer_PaginationContainer {
6553565527

6553665528
}
6553765529

65538-
SuperMap.Widgets.PaginationContainer = PaginationContainer_PaginationContainer;
65530+
SuperMap.Widgets.PaginationContainer = PaginationContainer;
6553965531
// CONCATENATED MODULE: ./src/common/widgets/util/Util.js
6554065532
/* Copyright© 2000 - 2018 SuperMap Software Co.Ltd. All rights reserved.
6554165533
* 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;
8186381855
* @param {string} [options.proxy] - 服务代理地址。
8186481856
* @param {SuperMap.ServerType} [options.serverType=SuperMap.ServerType.ISERVER] - 服务来源 iServer|iPortal|online。
8186581857
* @param {boolean} [options.withCredentials=false] - 请求是否携带 cookie。
81866-
* @param {boolean} [options.returnFeatureWithFieldCaption=false] - 请求是否携带 cookie。
8186781858
* @example
8186881859
* L.supermap.queryService(url).queryByBounds(param,function(result){
8186981860
* //doSomething
@@ -81892,7 +81883,6 @@ var services_QueryService_QueryService = ServiceBase.extend({
8189281883
processCompleted: callback,
8189381884
processFailed: callback
8189481885
},
81895-
returnFeatureWithFieldCaption: me.options.returnFeatureWithFieldCaption,
8189681886
format: me._processFormat(resultFormat)
8189781887
});
8189881888

@@ -83638,7 +83628,7 @@ var POISearchView = external_L_default.a.Control.extend({
8363883628
//--------搜索按钮 END
8363983629

8364083630
//查询结果页面
83641-
const resultDomObj = new PaginationContainer_PaginationContainer();
83631+
const resultDomObj = new PaginationContainer();
8364283632
this._resultDomObj = resultDomObj;
8364383633
const resultContainer = function createResultPage() {
8364483634
const resultContainer = resultDomObj.getElement();
@@ -100625,8 +100615,18 @@ module.exports = __webpack_require__(41);
100625100615
// removed by extract-text-webpack-plugin
100626100616

100627100617
/***/ }),
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+
/***/ }),
100630100630
/* 111 */,
100631100631
/* 112 */,
100632100632
/* 113 */,
@@ -100636,39 +100636,29 @@ module.exports = __webpack_require__(41);
100636100636
/* 117 */,
100637100637
/* 118 */,
100638100638
/* 119 */,
100639-
/* 120 */
100639+
/* 120 */,
100640+
/* 121 */,
100641+
/* 122 */
100640100642
/***/ (function(module, exports) {
100641100643

100642100644
// removed by extract-text-webpack-plugin
100643100645

100644100646
/***/ }),
100645-
/* 121 */,
100646-
/* 122 */,
100647100647
/* 123 */,
100648100648
/* 124 */,
100649-
/* 125 */
100649+
/* 125 */,
100650+
/* 126 */,
100651+
/* 127 */
100650100652
/***/ (function(module, exports) {
100651100653

100652100654
// removed by extract-text-webpack-plugin
100653100655

100654100656
/***/ }),
100655-
/* 126 */,
100656-
/* 127 */,
100657100657
/* 128 */,
100658100658
/* 129 */,
100659100659
/* 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 */,
100672100662
/* 133 */,
100673100663
/* 134 */
100674100664
/***/ (function(module, exports) {

dist/leaflet/iclient9-leaflet-es6.min.js

Lines changed: 7 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/leaflet/iclient9-leaflet.css

Lines changed: 1446 additions & 1446 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)