@opengis/widgets 0.0.52 → 0.0.53
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 +91 -91
- package/dist/index.css +1 -1
- package/dist/index.js +3321 -3348
- package/dist/index.umd.cjs +9 -9
- package/dist/widgets/group-interface/GroupInterfaceWidget.vue.d.ts.map +1 -1
- package/dist/widgets/map/MapWidget.vue.d.ts.map +1 -1
- package/package.json +58 -58
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"GroupInterfaceWidget.vue.d.ts","sourceRoot":"","sources":["../../../src/widgets/group-interface/GroupInterfaceWidget.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"GroupInterfaceWidget.vue.d.ts","sourceRoot":"","sources":["../../../src/widgets/group-interface/GroupInterfaceWidget.vue"],"names":[],"mappings":"AAiTA,UAAU,QAAQ;IAChB,IAAI,CAAC,EAAE,MAAM,CAAA;IACb,EAAE,EAAE,MAAM,CAAA;IACV,EAAE,CAAC,EAAE,MAAM,CAAA;IACX,KAAK,CAAC,EAAE,MAAM,CAAA;IACd,IAAI,CAAC,EAAE,QAAQ,EAAE,CAAA;IACjB,SAAS,CAAC,EAAE,GAAG,CAAA;IACf,CAAC,GAAG,EAAE,MAAM,GAAG,OAAO,CAAA;CACvB;AAED,UAAU,mBAAmB;IAC3B,IAAI,EAAE;QACJ,OAAO,EAAE,QAAQ,EAAE,CAAA;KACpB,CAAA;IACD,EAAE,EAAE,MAAM,CAAA;CACX;;AAwgBD,wBAMG"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"MapWidget.vue.d.ts","sourceRoot":"","sources":["../../../src/widgets/map/MapWidget.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"MapWidget.vue.d.ts","sourceRoot":"","sources":["../../../src/widgets/map/MapWidget.vue"],"names":[],"mappings":"AAo1BA,OAAO,EAA8B,KAAK,kBAAkB,EAAE,MAAM,UAAU,CAAC;AAa/E,UAAU,gBAAgB;IACxB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,KAAK,CAAC,EAAE,MAAM,CAAC;CAChB;AAED,KAAK,QAAQ,GAAG,MAAM,GAAG,YAAY,GAAG,OAAO,GAAG,UAAU,GAAG,QAAQ,CAAC;AAExE,KAAK,WAAW,GAAG;IACjB,MAAM,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;IACzB,MAAM,CAAC,EAAE,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC;IAC1B,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,IAAI,CAAC,EAAE,GAAG,CAAC;IACX,MAAM,CAAC,EAAE,kBAAkB,EAAE,CAAC;IAC9B,MAAM,CAAC,EAAE,gBAAgB,EAAE,CAAC;IAC5B,KAAK,CAAC,EAAE,QAAQ,EAAE,CAAC;IACnB,OAAO,CAAC,EAAE,MAAM,CAAC;CAClB,CAAC;;YARS,MAAM,GAAG,MAAM;;AAqhC1B,wBAOG"}
|
package/package.json
CHANGED
|
@@ -1,58 +1,58 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "@opengis/widgets",
|
|
3
|
-
"private": false,
|
|
4
|
-
"version": "0.0.
|
|
5
|
-
"type": "module",
|
|
6
|
-
"description": "A collection of independent widgets for comments, history, files, and gallery",
|
|
7
|
-
"types": "./dist/index.d.ts",
|
|
8
|
-
"main": "./dist/index.js",
|
|
9
|
-
"files": [
|
|
10
|
-
"dist"
|
|
11
|
-
],
|
|
12
|
-
"scripts": {
|
|
13
|
-
"dev": "vite",
|
|
14
|
-
"build:ts": "vue-tsc -b && vite build",
|
|
15
|
-
"type-check": "vue-tsc --noEmit -p tsconfig.app.json",
|
|
16
|
-
"build:types": "vue-tsc --declaration --emitDeclarationOnly -p tsconfig.app.json",
|
|
17
|
-
"build": "vue-tsc -b && vite build && npm run build:types",
|
|
18
|
-
"build:app": "app=true vite build",
|
|
19
|
-
"preview": "vite preview",
|
|
20
|
-
"prepublishOnly": "bun run build"
|
|
21
|
-
},
|
|
22
|
-
"homepage": "https://widget.opengis.info/",
|
|
23
|
-
"author": {
|
|
24
|
-
"name": "OpenGIS",
|
|
25
|
-
"url": "https://opengis.info/"
|
|
26
|
-
},
|
|
27
|
-
"keywords": [
|
|
28
|
-
"widgets",
|
|
29
|
-
"comments",
|
|
30
|
-
"history",
|
|
31
|
-
"files",
|
|
32
|
-
"gallery",
|
|
33
|
-
"vue",
|
|
34
|
-
"components",
|
|
35
|
-
"opengis"
|
|
36
|
-
],
|
|
37
|
-
"license": "MIT",
|
|
38
|
-
"dependencies": {},
|
|
39
|
-
"devDependencies": {
|
|
40
|
-
"@opengis/core": "^0.0.25",
|
|
41
|
-
"@tsconfig/node22": "^22.0.2",
|
|
42
|
-
"@types/node": "^24.2.0",
|
|
43
|
-
"@vitejs/plugin-vue": "^6.0.0",
|
|
44
|
-
"@vue/tsconfig": "^0.7.0",
|
|
45
|
-
"autoprefixer": "^10.4.16",
|
|
46
|
-
"lucide-vue-next": "^0.535.0",
|
|
47
|
-
"postcss": "^8.4.31",
|
|
48
|
-
"sass-embedded": "^1.92.1",
|
|
49
|
-
"tailwindcss": "^3.4.0",
|
|
50
|
-
"typescript": "~5.8.3",
|
|
51
|
-
"vite": "^7.0.0",
|
|
52
|
-
"vue": "^3.0.0",
|
|
53
|
-
"vue-tsc": "^2.2.12"
|
|
54
|
-
},
|
|
55
|
-
"peerDependencies": {
|
|
56
|
-
"vue": "^3.0.0"
|
|
57
|
-
}
|
|
58
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"name": "@opengis/widgets",
|
|
3
|
+
"private": false,
|
|
4
|
+
"version": "0.0.53",
|
|
5
|
+
"type": "module",
|
|
6
|
+
"description": "A collection of independent widgets for comments, history, files, and gallery",
|
|
7
|
+
"types": "./dist/index.d.ts",
|
|
8
|
+
"main": "./dist/index.js",
|
|
9
|
+
"files": [
|
|
10
|
+
"dist"
|
|
11
|
+
],
|
|
12
|
+
"scripts": {
|
|
13
|
+
"dev": "vite",
|
|
14
|
+
"build:ts": "vue-tsc -b && vite build",
|
|
15
|
+
"type-check": "vue-tsc --noEmit -p tsconfig.app.json",
|
|
16
|
+
"build:types": "vue-tsc --declaration --emitDeclarationOnly -p tsconfig.app.json",
|
|
17
|
+
"build": "vue-tsc -b && vite build && npm run build:types",
|
|
18
|
+
"build:app": "app=true vite build",
|
|
19
|
+
"preview": "vite preview",
|
|
20
|
+
"prepublishOnly": "bun run build"
|
|
21
|
+
},
|
|
22
|
+
"homepage": "https://widget.opengis.info/",
|
|
23
|
+
"author": {
|
|
24
|
+
"name": "OpenGIS",
|
|
25
|
+
"url": "https://opengis.info/"
|
|
26
|
+
},
|
|
27
|
+
"keywords": [
|
|
28
|
+
"widgets",
|
|
29
|
+
"comments",
|
|
30
|
+
"history",
|
|
31
|
+
"files",
|
|
32
|
+
"gallery",
|
|
33
|
+
"vue",
|
|
34
|
+
"components",
|
|
35
|
+
"opengis"
|
|
36
|
+
],
|
|
37
|
+
"license": "MIT",
|
|
38
|
+
"dependencies": {},
|
|
39
|
+
"devDependencies": {
|
|
40
|
+
"@opengis/core": "^0.0.25",
|
|
41
|
+
"@tsconfig/node22": "^22.0.2",
|
|
42
|
+
"@types/node": "^24.2.0",
|
|
43
|
+
"@vitejs/plugin-vue": "^6.0.0",
|
|
44
|
+
"@vue/tsconfig": "^0.7.0",
|
|
45
|
+
"autoprefixer": "^10.4.16",
|
|
46
|
+
"lucide-vue-next": "^0.535.0",
|
|
47
|
+
"postcss": "^8.4.31",
|
|
48
|
+
"sass-embedded": "^1.92.1",
|
|
49
|
+
"tailwindcss": "^3.4.0",
|
|
50
|
+
"typescript": "~5.8.3",
|
|
51
|
+
"vite": "^7.0.0",
|
|
52
|
+
"vue": "^3.0.0",
|
|
53
|
+
"vue-tsc": "^2.2.12"
|
|
54
|
+
},
|
|
55
|
+
"peerDependencies": {
|
|
56
|
+
"vue": "^3.0.0"
|
|
57
|
+
}
|
|
58
|
+
}
|