@syhr/sy-graph 1.0.3 → 1.0.4
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.
- package/CHANGELOG.md +17 -0
- package/lib/graph.css +1 -1
- package/lib/sy-graph.cjs +22 -18
- package/lib/sy-graph.mjs +11245 -9167
- package/lib/sy-graph.umd.js +23 -19
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,23 @@
|
|
|
2
2
|
|
|
3
3
|
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
|
|
4
4
|
|
|
5
|
+
### [1.0.4](https://github.com/syhr/sy-graph/compare/v1.0.3-beta.0...v1.0.4) (2025-11-05)
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
### Features
|
|
9
|
+
|
|
10
|
+
* 更新版本号 ([db07745](db07745ac579211c686743c0df351d66453027f8))
|
|
11
|
+
* 添加图片图元地址格式化功能,修复预览小地图显隐参数控制失效问题 ([3c921e3](3c921e33c832d557f349db219128fd618ba1e195))
|
|
12
|
+
* 修复已知问题发布1.0.2版本; ([2aed18d](2aed18dd289795222a3e408f0b1c9c225df8830d))
|
|
13
|
+
* 修改部分样式及展示内容问题 ([c98260c](c98260c3315f15e9fed700a626b6a018ceb913ed))
|
|
14
|
+
* 优化图元模板展示列表,修改状态初始化接口 ([5025739](5025739f5b99e787991ebfa3980178a474ba9623))
|
|
15
|
+
* 暂时删除遥信遥测组织筛选 ([5c464c4](5c464c4e12575ed12715bf1e975cdeeedbcab242))
|
|
16
|
+
|
|
17
|
+
|
|
18
|
+
### Bug Fixes
|
|
19
|
+
|
|
20
|
+
* 重构代码修复已知问题; ([a5cdab2](a5cdab2dccca0ca419dfbca962569137e8e4c793))
|
|
21
|
+
|
|
5
22
|
### [1.0.3](https://github.com/syhr/sy-graph/compare/v1.0.3-beta.0...v1.0.3) (2025-11-04)
|
|
6
23
|
|
|
7
24
|
|
package/lib/graph.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
.meta2d-editor[data-v-
|
|
1
|
+
.meta2d-editor[data-v-6212e767]{position:relative;width:100%;height:100%}.meta2d-editor[data-v-6212e767] .meta2d-map{z-index:1999}.meta2d-editor[data-v-6212e767] .stage.value-map{position:absolute;top:1.04vw;right:.52vw;z-index:200}.meta2d-editor .toolbox[data-v-6212e767]{position:absolute;display:none;width:5.21vw;height:1.56vw;background:red;z-index:1999}.preview-container[data-v-515a2164]{position:relative;width:100%;height:100%}.preview-container .back-btn[data-v-515a2164]{position:absolute;bottom:.52vw;right:.52vw;z-index:1000}
|