@opengis/partsmap 0.1.32 → 0.1.34

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/dist/style.css CHANGED
@@ -1 +1 @@
1
- .vs-mobile-modal-shell__panel[data-v-80e656ca]{transition:height .24s cubic-bezier(.25,.46,.45,.94);overscroll-behavior-y:contain}.vs-mobile-modal-shell__panel--dragging[data-v-80e656ca]{transition:none!important}.map-container{height:100%}.maplibregl-map{font:12px/20px Helvetica Neue,Arial,Helvetica,sans-serif}.map-container .maplibregl-ctrl-bottom-right{display:flex;flex-direction:column;align-items:flex-end;gap:10px;box-sizing:border-box;padding:0 6px 6px 0;margin:0}.map-container .maplibregl-ctrl-bottom-right>.maplibregl-ctrl,.map-container .maplibregl-ctrl-bottom-right>div[data-peek-controls]{margin:0!important;float:none!important}.vs-map-slot-layers{position:absolute;display:flex;bottom:10px;left:20px}.vs-map-slot-layers__layer{width:50px;height:50px;background-color:#fff;box-shadow:0 0 7px #434c5626;padding:5px;border-radius:5px;margin-top:10px;margin-right:10px;cursor:pointer;transition:all .3s}.vs-mobile-peek-controls .vs-map-slot-layers--peek{gap:12px;padding-top:8px}.vs-mobile-peek-controls .vs-map-slot-layers--peek .vs-map-slot-layers__layer{width:100%;height:100%;margin:0;padding:7px;border-radius:20px}.vs-mobile-peek-controls .vs-map-slot-layers--peek .vs-map-slot-layers__image{border-radius:20px}.focused{background-color:#1989fa!important}.legend-item:not(:last-child){margin-bottom:10px}.legend-panel__content{max-height:400px}.legend-panel__content[style*="maxHeight: 0"]{max-height:0}.legend-panel__header--interactive{width:100%;border:0;background:transparent;text-align:left;cursor:pointer;transition:background-color .2s ease}.legend-panel__header--interactive:hover{background-color:#f5f5f4}.vs-mobile-parts-map .vs-map-slot-layers,.vs-mobile-parts-map .legend-panel{display:none}.vs-mobile-parts-map .vs-mobile-peek-controls .vs-map-slot-layers{display:flex!important}.vs-mobile-parts-map .vs-mobile-peek-controls .legend-panel{display:block!important}
1
+ .vs-mobile-modal-shell__panel[data-v-74c152ea]{transition:height .24s cubic-bezier(.25,.46,.45,.94);overscroll-behavior-y:contain}.vs-mobile-modal-shell__panel--dragging[data-v-74c152ea]{transition:none!important}.map-container{height:100%}.maplibregl-map{font:12px/20px Helvetica Neue,Arial,Helvetica,sans-serif}.map-container .maplibregl-ctrl-bottom-right{display:flex;flex-direction:column;align-items:flex-end;gap:10px;box-sizing:border-box;padding:0 6px 6px 0;margin:0}.map-container .maplibregl-ctrl-bottom-right>.maplibregl-ctrl,.map-container .maplibregl-ctrl-bottom-right>div[data-peek-controls]{margin:0!important;float:none!important}.vs-map-slot-layers{position:absolute;display:flex;bottom:10px;left:20px}.vs-map-slot-layers__layer{width:50px;height:50px;background-color:#fff;box-shadow:0 0 7px #434c5626;padding:5px;border-radius:5px;margin-top:10px;margin-right:10px;cursor:pointer;transition:all .3s}.vs-mobile-peek-controls .vs-map-slot-layers--peek{gap:12px;padding-top:8px}.vs-mobile-peek-controls .vs-map-slot-layers--peek .vs-map-slot-layers__layer{width:100%;height:100%;margin:0;padding:7px;border-radius:20px}.vs-mobile-peek-controls .vs-map-slot-layers--peek .vs-map-slot-layers__image{border-radius:20px}.focused{background-color:#1989fa!important}.legend-item:not(:last-child){margin-bottom:10px}.legend-panel__content{max-height:400px}.legend-panel__content[style*="maxHeight: 0"]{max-height:0}.legend-panel__header--interactive{width:100%;border:0;background:transparent;text-align:left;cursor:pointer;transition:background-color .2s ease}.legend-panel__header--interactive:hover{background-color:#f5f5f4}.vs-mobile-parts-map .vs-map-slot-layers,.vs-mobile-parts-map .legend-panel{display:none}.vs-mobile-parts-map .vs-mobile-peek-controls .vs-map-slot-layers{display:flex!important}.vs-mobile-parts-map .vs-mobile-peek-controls .legend-panel{display:block!important}
package/package.json CHANGED
@@ -1,49 +1,49 @@
1
- {
2
- "name": "@opengis/partsmap",
3
- "version": "0.1.32",
4
- "type": "module",
5
- "description": "partsmap-plugins",
6
- "main": "dist/index.js",
7
- "files": [
8
- "dist"
9
- ],
10
- "scripts": {
11
- "lint": "eslint src --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore",
12
- "dev": "vite",
13
- "build": "vite build",
14
- "build:app": "app=true vite build",
15
- "preview": "vite preview",
16
- "prepublishOnly": "bun run build",
17
- "docs:dev": "vitepress dev docs",
18
- "docs:build": "vitepress build docs",
19
- "docs:preview": "vitepress preview docs"
20
- },
21
- "dependencies": {
22
- "@opengis/filter": "0.1.34",
23
- "@opengis/core": "^0.0.26"
24
- },
25
- "devDependencies": {
26
- "vue": "^3.4.37",
27
- "@tsconfig/node22": "^22.0.2",
28
- "@types/node": "^22.15.32",
29
- "@vitejs/plugin-vue": "^6.0.0",
30
- "@vue/eslint-config-typescript": "^12.0.0",
31
- "eslint": "8.49.0",
32
- "eslint-config-airbnb": "19.0.4",
33
- "eslint-plugin-import": "^2.25.3",
34
- "eslint-plugin-vue": "^9.17.0",
35
- "sass-embedded": "^1.90.0",
36
- "typescript": "~5.8.0",
37
- "vite": "^5.4.11",
38
- "vue-tsc": "^2.2.10"
39
- },
40
- "keywords": [
41
- "partsmap",
42
- "maplibre",
43
- "vue",
44
- "map",
45
- "table"
46
- ],
47
- "author": "Softpro",
48
- "license": "ISC"
49
- }
1
+ {
2
+ "name": "@opengis/partsmap",
3
+ "version": "0.1.34",
4
+ "type": "module",
5
+ "description": "partsmap-plugins",
6
+ "main": "dist/index.js",
7
+ "files": [
8
+ "dist"
9
+ ],
10
+ "scripts": {
11
+ "lint": "eslint src --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore",
12
+ "dev": "vite",
13
+ "build": "vite build",
14
+ "build:app": "app=true vite build",
15
+ "preview": "vite preview",
16
+ "prepublishOnly": "bun run build",
17
+ "docs:dev": "vitepress dev docs",
18
+ "docs:build": "vitepress build docs",
19
+ "docs:preview": "vitepress preview docs"
20
+ },
21
+ "dependencies": {
22
+ "@opengis/filter": "0.1.34",
23
+ "@opengis/core": "^0.0.26"
24
+ },
25
+ "devDependencies": {
26
+ "vue": "^3.4.37",
27
+ "@tsconfig/node22": "^22.0.2",
28
+ "@types/node": "^22.15.32",
29
+ "@vitejs/plugin-vue": "^6.0.0",
30
+ "@vue/eslint-config-typescript": "^12.0.0",
31
+ "eslint": "8.49.0",
32
+ "eslint-config-airbnb": "19.0.4",
33
+ "eslint-plugin-import": "^2.25.3",
34
+ "eslint-plugin-vue": "^9.17.0",
35
+ "sass-embedded": "^1.90.0",
36
+ "typescript": "~5.8.0",
37
+ "vite": "^5.4.11",
38
+ "vue-tsc": "^2.2.10"
39
+ },
40
+ "keywords": [
41
+ "partsmap",
42
+ "maplibre",
43
+ "vue",
44
+ "map",
45
+ "table"
46
+ ],
47
+ "author": "Softpro",
48
+ "license": "ISC"
49
+ }