Skip to content

Commit cc07394

Browse files
committed
【update】 更名 widgets ===> components,微件 ===> 组件 review by songym
1 parent be38169 commit cc07394

File tree

125 files changed

+5585
-5585
lines changed

Some content is hidden

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

125 files changed

+5585
-5585
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@
110110

111111
- iClient for MapboxGL 新增 WebMap 地图组件,图表组件,图例组件,图层列表组件,量算组件,查询/搜索组件,进度条等基础组件,支持多种主题(可一键切换风格)
112112

113-
![whatsNewMapboxGlWidgets](https://github.com/SuperMap/iClient-JavaScript/blob/master/.github/912-1.png)
113+
![whatsNewMapboxGlComponents](https://github.com/SuperMap/iClient-JavaScript/blob/master/.github/912-1.png)
114114

115115
## API changes
116116

@@ -199,7 +199,7 @@
199199

200200
- iClient for Leaflet新增:文件打开组件、数据流组件、地址匹配与图层查询组件、客户端计算组件、分布式分析组件、数据服务查询组件
201201

202-
![whatsNewWidgets](https://github.com/SuperMap/iClient-JavaScript/blob/master/.github/911-2.png)
202+
![whatsNewClientComputaion](https://github.com/SuperMap/iClient-JavaScript/blob/master/.github/911-2.png)
203203

204204
## API changes
205205

build/deps.js

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -555,65 +555,65 @@ deps = {
555555
"OpenFile": {
556556
"name": "打开文件组件",
557557
"src": [
558-
"./src/leaflet/widgets/openfile/OpenFileView.js"
558+
"./src/leaflet/components/openfile/OpenFileView.js"
559559
],
560560
"modules": [{
561-
"name": "L.supermap.widgets.openFile",
561+
"name": "L.supermap.components.openFile",
562562
"des": "打开文件组件",
563563
"des_en": "Open file components"
564564
}]
565565
},
566566
"ClientComputation ": {
567567
"name": "客户端计算组件",
568568
"src": [
569-
"./src/leaflet/widgets/clientcomputation/ClientComputationView.js"
569+
"./src/leaflet/components/clientcomputation/ClientComputationView.js"
570570
],
571571
"modules": [{
572-
"name": "L.supermap.widgets.clientComputation",
572+
"name": "L.supermap.components.clientComputation",
573573
"des": "客户端计算组件",
574574
"des_en": "Client computation component"
575575
}]
576576
},
577577
"DistributedAnalysis": {
578578
"name": "分布式分析组件",
579579
"src": [
580-
"./src/leaflet/widgets/distributedanalysis/DistributedAnalysisView.js"
580+
"./src/leaflet/components/distributedanalysis/DistributedAnalysisView.js"
581581
],
582582
"modules": [{
583-
"name": "L.supermap.widgets.distributedAnalysis",
583+
"name": "L.supermap.components.distributedAnalysis",
584584
"des": "分布式分析组件",
585585
"des_en": "Distributed analysis component"
586586
}]
587587
},
588588
"Search": {
589589
"name": "图层查询组件",
590590
"src": [
591-
"./src/leaflet/widgets/search/SearchView.js"
591+
"./src/leaflet/components/search/SearchView.js"
592592
],
593593
"modules": [{
594-
"name": "L.supermap.widgets.search",
594+
"name": "L.supermap.components.search",
595595
"des": "图层查询组件",
596596
"des_en": "Search"
597597
}]
598598
},
599599
"DataFlow": {
600600
"name": "数据流组件",
601601
"src": [
602-
"./src/leaflet/widgets/dataflow/DataFlowView.js"
602+
"./src/leaflet/components/dataflow/DataFlowView.js"
603603
],
604604
"modules": [{
605-
"name": "L.supermap.widgets.dataFlow",
605+
"name": "L.supermap.components.dataFlow",
606606
"des": "数据流组件",
607607
"des_en": "Data flow"
608608
}]
609609
},
610610
"DataServiceQuery": {
611611
"name": "数据服务查询组件",
612612
"src": [
613-
"./src/leaflet/widgets/dataservicequery/DataServiceQueryView.js"
613+
"./src/leaflet/components/dataservicequery/DataServiceQueryView.js"
614614
],
615615
"modules": [{
616-
"name": "L.supermap.widgets.dataServiceQuery",
616+
"name": "L.supermap.components.dataServiceQuery",
617617
"des": "数据服务查询组件",
618618
"des_en": "Data service query"
619619
}]

dist/classic/iclient-classic-es6.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -475,7 +475,7 @@ __webpack_require__.r(__webpack_exports__);
475475
* This program are made available under the terms of the Apache License, Version 2.0
476476
* which accompanies this distribution and is available at http://www.apache.org/licenses/LICENSE-2.0.html.*/
477477
var SuperMap = window.SuperMap = window.SuperMap || {};
478-
SuperMap.Widgets = window.SuperMap.Widgets || {};
478+
SuperMap.Components = window.SuperMap.Components || {};
479479

480480
// CONCATENATED MODULE: ./src/common/commontypes/Pixel.js
481481
/* Copyright© 2000 - 2019 SuperMap Software Co.Ltd. All rights reserved.

dist/classic/iclient-classic-es6.min.js

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

dist/classic/iclient-classic.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ Object.defineProperty(exports, "__esModule", {
9191
* This program are made available under the terms of the Apache License, Version 2.0
9292
* which accompanies this distribution and is available at http://www.apache.org/licenses/LICENSE-2.0.html.*/
9393
var SuperMap = exports.SuperMap = window.SuperMap = window.SuperMap || {};
94-
SuperMap.Widgets = window.SuperMap.Widgets || {};
94+
SuperMap.Components = window.SuperMap.Components || {};
9595

9696
/***/ }),
9797
/* 1 */

dist/classic/iclient-classic.min.js

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

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy