@geoscene/charts-components 5.0.19 → 5.0.21

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.
Files changed (3) hide show
  1. package/LICENSE.md +1 -1
  2. package/README.md +1 -3
  3. package/package.json +4 -4
package/LICENSE.md CHANGED
@@ -1,6 +1,6 @@
1
1
  ## 许可
2
2
 
3
- 易智瑞信息技术有限公司版权所有 © 2025 并保留所有权利。发行于中华人民共和国。
3
+ 易智瑞信息技术有限公司版权所有 © 2026 并保留所有权利。发行于中华人民共和国。
4
4
 
5
5
  本材料在 GeoScene 主许可协议(MLA)下许可使用,并受该协议条款的约束。
6
6
  只要遵守主许可协议中的条款并包括此版权声明,您即可在不进行修改的情况下
package/README.md CHANGED
@@ -1,12 +1,10 @@
1
1
  # GeoScene Maps SDK for JavaScript - Charts Components
2
2
 
3
3
  The GeoScene Maps SDK for JavaScript 提供了一套开箱即用的用户界面(UI)组件,可简化地理信息系统(GIS)网页应用的开发流程。
4
- 本软件包包含[Chart component](https://doc.geoscene.cn/javascript/latest/references/charts-components/components/geoscene-chart/)和[Charts action bar component](https://doc.geoscene.cn/javascript/latest/references/charts-components/components/geoscene-charts-action-bar/),可用于在应用内构建图表并实现交互操作。
5
- 想要即刻上手?可查看[快速入门教程](https://doc.geoscene.cn/javascript/latest/get-started/),或试用适配各类主流开发框架、模块打包工具及 TypeScript 的示例应用
6
4
 
7
5
  ## 许可
8
6
 
9
- 易智瑞信息技术有限公司版权所有 © 2025 并保留所有权利。发行于中华人民共和国。
7
+ 易智瑞信息技术有限公司版权所有 © 2026 并保留所有权利。发行于中华人民共和国。
10
8
 
11
9
  本材料在 GeoScene 主许可协议(MLA)下许可使用,并受该协议条款的约束。
12
10
  只要遵守主许可协议中的条款并包括此版权声明,您即可在不进行修改的情况下
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@geoscene/charts-components",
3
- "version": "5.0.19",
3
+ "version": "5.0.21",
4
4
  "description": "Reusable GeoScene charting Web Components.",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -41,8 +41,8 @@
41
41
  "simple-statistics": "^7.8.8",
42
42
  "tslib": "^2.8.1",
43
43
  "uuid": "^11.1.0",
44
- "@geoscene/toolkit": "5.0.19",
45
- "@geoscene/lumina": "5.0.19"
44
+ "@geoscene/toolkit": "~5.0.19",
45
+ "@geoscene/lumina": "~5.0.19"
46
46
  },
47
47
  "peerDependencies": {
48
48
  "@geoscene/core": "^5.0.0",
@@ -56,4 +56,4 @@
56
56
  "dist/docs/vscode.html-custom-data.json"
57
57
  ],
58
58
  "web-types": "dist/docs/web-types.json"
59
- }
59
+ }