@ywbgn/bgl-package 1.0.0 → 1.2.1
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/README.md +660 -24
- package/dist/index.css +1 -0
- package/dist/index.d.ts +1091 -0
- package/dist/vue-arcgis-map.js +14989 -157
- package/dist/vue-arcgis-map.umd.cjs +131 -1
- package/package.json +56 -29
- package/dist/vue-arcgis-map.css +0 -1
package/package.json
CHANGED
|
@@ -1,29 +1,56 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "@ywbgn/bgl-package",
|
|
3
|
-
"version": "1.
|
|
4
|
-
"
|
|
5
|
-
"
|
|
6
|
-
"
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
"
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
"
|
|
15
|
-
"
|
|
16
|
-
"
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
"
|
|
22
|
-
},
|
|
23
|
-
"
|
|
24
|
-
"
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
"
|
|
28
|
-
|
|
29
|
-
|
|
1
|
+
{
|
|
2
|
+
"name": "@ywbgn/bgl-package",
|
|
3
|
+
"version": "1.2.1",
|
|
4
|
+
"description": "基于 Vue 3 + TS 与 @arcgis/core 的地图组件库:地图初始化、底图切换、底图/业务卷帘、工具栏、空间分析面板及业务图层加载;提供 TypeScript 类型声明。",
|
|
5
|
+
"license": "MIT",
|
|
6
|
+
"keywords": [
|
|
7
|
+
"arcgis",
|
|
8
|
+
"vue",
|
|
9
|
+
"bgl-package"
|
|
10
|
+
],
|
|
11
|
+
"type": "module",
|
|
12
|
+
"main": "dist/vue-arcgis-map.umd.cjs",
|
|
13
|
+
"module": "dist/vue-arcgis-map.js",
|
|
14
|
+
"types": "dist/index.d.ts",
|
|
15
|
+
"exports": {
|
|
16
|
+
".": {
|
|
17
|
+
"types": "./dist/index.d.ts",
|
|
18
|
+
"import": "./dist/vue-arcgis-map.js",
|
|
19
|
+
"require": "./dist/vue-arcgis-map.umd.cjs"
|
|
20
|
+
},
|
|
21
|
+
"./style.css": "./dist/index.css"
|
|
22
|
+
},
|
|
23
|
+
"files": [
|
|
24
|
+
"dist"
|
|
25
|
+
],
|
|
26
|
+
"scripts": {
|
|
27
|
+
"dev": "vite",
|
|
28
|
+
"build": "vue-tsc --noEmit && vite build",
|
|
29
|
+
"build:watch": "vite build --watch",
|
|
30
|
+
"typecheck": "vue-tsc --noEmit"
|
|
31
|
+
},
|
|
32
|
+
"peerDependencies": {
|
|
33
|
+
"@arcgis/core": "~4.34.8",
|
|
34
|
+
"vue": "^3.5.13"
|
|
35
|
+
},
|
|
36
|
+
"dependencies": {
|
|
37
|
+
"file-saver": "^2.0.5",
|
|
38
|
+
"html-docx-js-typescript": "^0.1.5",
|
|
39
|
+
"jszip": "^3.10.1",
|
|
40
|
+
"proj4": "^2.21.0",
|
|
41
|
+
"shapefile": "^0.6.6"
|
|
42
|
+
},
|
|
43
|
+
"devDependencies": {
|
|
44
|
+
"@arcgis/core": "4.34.8",
|
|
45
|
+
"@types/file-saver": "^2.0.7",
|
|
46
|
+
"@types/node": "^22.10.2",
|
|
47
|
+
"@vitejs/plugin-vue": "^5.2.1",
|
|
48
|
+
"sass": "^1.102.0",
|
|
49
|
+
"typescript": "~5.7.2",
|
|
50
|
+
"vite": "^6.0.1",
|
|
51
|
+
"vite-plugin-dts": "^4.4.0",
|
|
52
|
+
"vite-plugin-lib-inject-css": "^2.2.2",
|
|
53
|
+
"vue": "^3.5.13",
|
|
54
|
+
"vue-tsc": "^2.2.0"
|
|
55
|
+
}
|
|
56
|
+
}
|
package/dist/vue-arcgis-map.css
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
.map-container[data-v-38c725b2]{position:relative}.basemap-box[data-v-98d50ba6]{position:absolute;top:15px;right:15px;background:#fff;padding:6px 10px;border-radius:6px;z-index:99;box-shadow:0 1px 4px #00000026}button[data-v-98d50ba6]{margin:0 4px;padding:4px 8px;cursor:pointer}.toolbar-box[data-v-37cacb1d]{position:absolute;top:70px;right:15px;background:#fff;padding:6px 10px;border-radius:6px;z-index:99;max-width:220px;box-shadow:0 1px 4px #00000026}button[data-v-37cacb1d]{margin:4px;padding:4px 8px;cursor:pointer}
|