@abi-software/flatmapvuer 1.13.1 → 1.13.2
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/flatmapvuer.js +360 -360
- package/dist/flatmapvuer.umd.cjs +8 -8
- package/dist/style.css +1 -1
- package/package.json +2 -2
- package/src/components/FlatmapVuer.vue +2 -4
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@abi-software/flatmapvuer",
|
|
3
|
-
"version": "1.13.
|
|
3
|
+
"version": "1.13.2",
|
|
4
4
|
"license": "Apache-2.0",
|
|
5
5
|
"files": [
|
|
6
6
|
"dist/*",
|
|
@@ -44,7 +44,7 @@
|
|
|
44
44
|
"./src/*": "./src/*"
|
|
45
45
|
},
|
|
46
46
|
"dependencies": {
|
|
47
|
-
"@abi-software/map-utilities": "1.8.
|
|
47
|
+
"@abi-software/map-utilities": "1.8.2",
|
|
48
48
|
"@abi-software/sparc-annotation": "0.3.2",
|
|
49
49
|
"@abi-software/svg-sprite": "1.0.3",
|
|
50
50
|
"@element-plus/icons-vue": "^2.3.1",
|
|
@@ -2822,8 +2822,6 @@ export default {
|
|
|
2822
2822
|
}
|
|
2823
2823
|
}
|
|
2824
2824
|
|
|
2825
|
-
console.log("tooltip delay")
|
|
2826
|
-
|
|
2827
2825
|
let promise1 = this.mapManagerRef.loadMap(
|
|
2828
2826
|
identifier,
|
|
2829
2827
|
this.eventCallback(),
|
|
@@ -3503,12 +3501,12 @@ export default {
|
|
|
3503
3501
|
containsAlert: false,
|
|
3504
3502
|
alertOptions: [
|
|
3505
3503
|
{
|
|
3506
|
-
label: 'Display Path With
|
|
3504
|
+
label: 'Display Path With Notes',
|
|
3507
3505
|
key: 'alert',
|
|
3508
3506
|
enabled: true,
|
|
3509
3507
|
},
|
|
3510
3508
|
{
|
|
3511
|
-
label: 'Display Path Without
|
|
3509
|
+
label: 'Display Path Without Notes',
|
|
3512
3510
|
key: 'withoutAlert',
|
|
3513
3511
|
enabled: true,
|
|
3514
3512
|
},
|