Skip to content

Commit 1ade36f

Browse files
committed
【update】 更新版本号,更名微件为组件 review by songym
1 parent a999e7b commit 1ade36f

Some content is hidden

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

66 files changed

+239
-239
lines changed

CHANGELOG.md

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33

44
## 新特性
55

6-
### iClient for MapboxGL 新增微件(for vue)
6+
### iClient for MapboxGL 新增组件(for vue)
77

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

1010
![whatsNewMapboxGlWidgets](https://github.com/SuperMap/iClient-JavaScript/blob/master/.github/912-1.png)
1111

@@ -69,13 +69,13 @@
6969

7070
### for Leaflet
7171

72-
- 新增 “微件 - 基础 - 图表_iServer” 示例
73-
- 新增 “微件 - 基础 - 图表_iPortal” 示例
72+
- 新增 “组件 - 基础 - 图表_iServer” 示例
73+
- 新增 “组件 - 基础 - 图表_iPortal” 示例
7474

7575
### for MapboxGL
7676

7777
- 新增 “iPortal - 地图” 分类及相关示例
78-
- 新增 “微件 - for Vue” 分类及相关示例
78+
- 新增 “组件 - for Vue” 分类及相关示例
7979
- 新增 “可视化 - 矢量瓦片 - 矢量瓦片叠加” 示例
8080

8181

@@ -92,23 +92,23 @@
9292

9393
![whatsNewMultiCoordinate](https://github.com/SuperMap/iClient-JavaScript/blob/master/.github/911-1.png)
9494

95-
### 新增多款功能微件
95+
### 新增多款功能组件
9696

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

9999
![whatsNewWidgets](https://github.com/SuperMap/iClient-JavaScript/blob/master/.github/911-2.png)
100100

101101
## API changes
102102

103103
### for Leaflet
104104

105-
- 微件
106-
- 新增打开文件微件 `L.supermap.widgets.openFile` 及功能类 `L.supermap.widgets.openFileViewModel`
107-
- 新增数据流微件 `L.supermap.widgets.dataFlow` 及功能类 `L.supermap.widgets.dataFlowViewModel`
108-
- 新增图层查询微件 `L.supermap.widgets.search` 及功能类 `L.supermap.widgets.searchViewModel`
109-
- 新增客户端计算微件 `L.supermap.widgets.clientComputation` 及功能类 `L.supermap.widgets.clientComputationViewModel`
110-
- 新增分布式分析微件 `L.supermap.widgets.distributedAnalysis` 及功能类 `L.supermap.widgets.distributedAnalysisViewModel`
111-
- 新增数据服务查询微件`L.supermap.widgets.dataServiceQuery` 及功能类 `L.supermap.widgets.dataServiceQueryViewModel`
105+
- 组件
106+
- 新增打开文件组件 `L.supermap.widgets.openFile` 及功能类 `L.supermap.widgets.openFileViewModel`
107+
- 新增数据流组件 `L.supermap.widgets.dataFlow` 及功能类 `L.supermap.widgets.dataFlowViewModel`
108+
- 新增图层查询组件 `L.supermap.widgets.search` 及功能类 `L.supermap.widgets.searchViewModel`
109+
- 新增客户端计算组件 `L.supermap.widgets.clientComputation` 及功能类 `L.supermap.widgets.clientComputationViewModel`
110+
- 新增分布式分析组件 `L.supermap.widgets.distributedAnalysis` 及功能类 `L.supermap.widgets.distributedAnalysisViewModel`
111+
- 新增数据服务查询组件`L.supermap.widgets.dataServiceQuery` 及功能类 `L.supermap.widgets.dataServiceQueryViewModel`
112112

113113
### for OpenLayers
114114

@@ -157,7 +157,7 @@
157157

158158
### for Leaflet
159159

160-
- 新增 “微件” 分类及相关示例
160+
- 新增 “组件” 分类及相关示例
161161

162162
### for OpenLayers
163163

build/deps.js

Lines changed: 23 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -544,82 +544,82 @@ deps = {
544544
"des": "Logo 控件",
545545
"des_en": "Logo control"
546546
}]
547-
},
547+
}
548548
},
549549

550-
"Widget": {
551-
"title": "微件",
552-
"description": "微件模块",
553-
"description_en": "Widget module",
550+
"Components": {
551+
"title": "组件",
552+
"description": "组件模块",
553+
"description_en": "Component module",
554554

555555
"OpenFile": {
556-
"name": "打开文件微件",
556+
"name": "打开文件组件",
557557
"src": [
558558
"./src/leaflet/widgets/openfile/OpenFileView.js"
559559
],
560560
"modules": [{
561561
"name": "L.supermap.widgets.openFile",
562-
"des": "打开文件微件",
563-
"des_en": "Open file widgets"
562+
"des": "打开文件组件",
563+
"des_en": "Open file components"
564564
}]
565565
},
566566
"ClientComputation ": {
567-
"name": "客户端计算微件",
567+
"name": "客户端计算组件",
568568
"src": [
569569
"./src/leaflet/widgets/clientcomputation/ClientComputationView.js"
570570
],
571571
"modules": [{
572572
"name": "L.supermap.widgets.clientComputation",
573-
"des": "客户端计算微件",
574-
"des_en": "Client computation widget"
573+
"des": "客户端计算组件",
574+
"des_en": "Client computation component"
575575
}]
576576
},
577577
"DistributedAnalysis": {
578-
"name": "分布式分析微件",
578+
"name": "分布式分析组件",
579579
"src": [
580580
"./src/leaflet/widgets/distributedanalysis/DistributedAnalysisView.js"
581581
],
582582
"modules": [{
583583
"name": "L.supermap.widgets.distributedAnalysis",
584-
"des": "分布式分析微件",
585-
"des_en": "Distributed analysis widget"
584+
"des": "分布式分析组件",
585+
"des_en": "Distributed analysis component"
586586
}]
587587
},
588588
"Search": {
589-
"name": "图层查询微件",
589+
"name": "图层查询组件",
590590
"src": [
591591
"./src/leaflet/widgets/search/SearchView.js"
592592
],
593593
"modules": [{
594594
"name": "L.supermap.widgets.search",
595-
"des": "图层查询微件",
595+
"des": "图层查询组件",
596596
"des_en": "Search"
597597
}]
598598
},
599599
"DataFlow": {
600-
"name": "数据流微件",
600+
"name": "数据流组件",
601601
"src": [
602602
"./src/leaflet/widgets/dataflow/DataFlowView.js"
603603
],
604604
"modules": [{
605605
"name": "L.supermap.widgets.dataFlow",
606-
"des": "数据流微件",
606+
"des": "数据流组件",
607607
"des_en": "Data flow"
608608
}]
609609
},
610610
"DataServiceQuery": {
611-
"name": "数据服务查询微件",
611+
"name": "数据服务查询组件",
612612
"src": [
613613
"./src/leaflet/widgets/dataservicequery/DataServiceQueryView.js"
614614
],
615615
"modules": [{
616616
"name": "L.supermap.widgets.dataServiceQuery",
617-
"des": "数据服务查询微件",
617+
"des": "数据服务查询组件",
618618
"des_en": "Data service query"
619619
}]
620-
},
620+
}
621621

622-
},
622+
}
623623

624624
},
625625

@@ -1220,7 +1220,7 @@ deps = {
12201220
"MapV": {
12211221
"name": "MapV",
12221222
"src": [
1223-
"./src/mapboxgl/overlay/MapvLayer.js",
1223+
"./src/mapboxgl/overlay/MapvLayer.js"
12241224
],
12251225
"modules": [{
12261226
"name": "mapboxgl.supermap.MapvLayer",

build/jsdocs/template/config.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -327,40 +327,40 @@
327327
"name": "控件",
328328
"name_en": "Control"
329329
},
330-
"Widgets": {
331-
"name": "微件",
332-
"name_en": "Widgets",
330+
"Components": {
331+
"name": "组件",
332+
"name_en": "Components",
333333
"content": {
334334
"Common": {
335335
"name": "通用",
336336
"name_en": "Common"
337337
},
338338
"OpenFile": {
339-
"name": "打开本地文件微件",
339+
"name": "打开本地文件组件",
340340
"name_en": "OpenFile"
341341
},
342342
"DataFlow": {
343-
"name": "数据流微件",
343+
"name": "数据流组件",
344344
"name_en": "DataFlow"
345345
},
346346
"ClientComputation": {
347-
"name": "客户端计算微件",
347+
"name": "客户端计算组件",
348348
"name_en": "ClientComputation"
349349
},
350350
"DistributedAnalysis": {
351-
"name": "分布式分析微件",
351+
"name": "分布式分析组件",
352352
"name_en": "DistributedAnalysis"
353353
},
354354
"Search": {
355-
"name": "图层查询微件",
355+
"name": "图层查询组件",
356356
"name_en": "Search"
357357
},
358358
"DataServiceQuery": {
359-
"name": "数据服务查询微件",
359+
"name": "数据服务查询组件",
360360
"name_en": "DataServiceQuery"
361361
},
362362
"Chart": {
363-
"name": "图表微件",
363+
"name": "图表组件",
364364
"name_en": "Chart"
365365
}
366366
}

examples/3dwebgl/editor.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
$('.wrapper').load("../template/editor.html", function () {
2525
var navigation = {
2626
nav: {
27-
title: "SuperMap iClient 9D(2019)",
27+
title: "SuperMap iClient 10i",
2828
path: "../../web/",
2929
isLocal: window.isLocal
3030
}

examples/3dwebgl/examples.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
$('.wrapper').load("../template/example.html", function () {
2727
var navigation = {
2828
nav: {
29-
title: "SuperMap iClient 9D(2019)",
29+
title: "SuperMap iClient 10i",
3030
path: "../../web/",
3131
isLocal: window.isLocal
3232
}

examples/classic/editor.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
$('.wrapper').load("../template/editor.html", function () {
2525
var navigation = {
2626
nav: {
27-
title: "SuperMap iClient 9D(2019)",
27+
title: "SuperMap iClient 10i",
2828
path: "../../web/",
2929
isLocal: window.isLocal
3030
}

examples/classic/examples.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
$('.wrapper').load("../template/example.html", function () {
2727
var navigation = {
2828
nav: {
29-
title: "SuperMap iClient 9D(2019)",
29+
title: "SuperMap iClient 10i",
3030
path: "../../web/",
3131
isLocal: window.isLocal
3232
}

examples/js/include-web.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -186,6 +186,6 @@
186186
load();
187187
window.isLocal = false;
188188
window.server = document.location.toString().match(/file:\/\//) ? "http://localhost:8090" : document.location.protocol + "//" + document.location.host;
189-
window.version = "9.1.2";
190-
window.preRelease = "";
189+
window.version = "10.0.0";
190+
window.preRelease = "alpha";
191191
})();

examples/leaflet/config.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1178,7 +1178,7 @@ var exampleConfig = {
11781178
name_en: "Basic",
11791179
content: [{
11801180
name: "打开文件",
1181-
name_en: "open file widget",
1181+
name_en: "open file component",
11821182
version: "9.1.1",
11831183
thumbnail: "components_openFile.png",
11841184
fileName: "components_openFile"
@@ -1234,13 +1234,13 @@ var exampleConfig = {
12341234
name_en: "Advanced",
12351235
content: [{
12361236
name: "打开文件(React)",
1237-
name_en: "open file widget(React)",
1237+
name_en: "open file component(React)",
12381238
version: "9.1.1",
12391239
thumbnail: "components_openFile_react.png",
12401240
fileName: "components_openFile_react"
12411241
}, {
12421242
name: "打开文件(Vue)",
1243-
name_en: "open file widget(Vue)",
1243+
name_en: "open file component(Vue)",
12441244
version: "9.1.1",
12451245
thumbnail: "components_openFile_vue.png",
12461246
fileName: "components_openFile_vue"

examples/leaflet/editor.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
$('.wrapper').load("../template/editor.html", function () {
2525
var navigation = {
2626
nav: {
27-
title: "SuperMap iClient 9D(2019)",
27+
title: "SuperMap iClient 10i",
2828
path: "../../web/",
2929
isLocal: window.isLocal
3030
}

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