@abi-software/flatmapvuer 0.3.0-beta-2-upstream-downstream-6 → 0.3.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/dist/flatmapvuer.common.js +85 -104
- package/dist/flatmapvuer.common.js.map +1 -1
- package/dist/flatmapvuer.css +1 -1
- package/dist/flatmapvuer.umd.js +85 -104
- package/dist/flatmapvuer.umd.js.map +1 -1
- package/dist/flatmapvuer.umd.min.js +1 -1
- package/dist/flatmapvuer.umd.min.js.map +1 -1
- package/package-lock.json +50 -78
- package/package.json +2 -2
- package/src/App.vue +2 -2
- package/src/components/FlatmapVuer.vue +2 -20
- package/src/components/Tooltip.vue +88 -63
- package/src/components/flatmapQueries.js +0 -0
package/package-lock.json
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@abi-software/flatmapvuer",
|
|
3
|
-
"version": "0.3.0
|
|
3
|
+
"version": "0.3.0",
|
|
4
4
|
"lockfileVersion": 1,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"dependencies": {
|
|
7
7
|
"@abi-software/flatmap-viewer": {
|
|
8
|
-
"version": "2.2.0-beta.
|
|
9
|
-
"resolved": "https://registry.npmjs.org/@abi-software/flatmap-viewer/-/flatmap-viewer-2.2.0-beta.
|
|
10
|
-
"integrity": "sha512-
|
|
8
|
+
"version": "2.2.0-beta.16",
|
|
9
|
+
"resolved": "https://registry.npmjs.org/@abi-software/flatmap-viewer/-/flatmap-viewer-2.2.0-beta.16.tgz",
|
|
10
|
+
"integrity": "sha512-1Eu4IRJFcQANNBuNK/kRVyzP8kRz+FXulPZKoWS62Mvf2B9D1YjmqQ1+ldO5bbCxZiwH5xhH4AGOFi2KJ54lkQ==",
|
|
11
11
|
"requires": {
|
|
12
12
|
"@babel/runtime": "^7.10.4",
|
|
13
13
|
"@turf/area": "^6.0.1",
|
|
@@ -1280,13 +1280,6 @@
|
|
|
1280
1280
|
"requires": {
|
|
1281
1281
|
"get-stream": "^6.0.1",
|
|
1282
1282
|
"minimist": "^1.2.6"
|
|
1283
|
-
},
|
|
1284
|
-
"dependencies": {
|
|
1285
|
-
"minimist": {
|
|
1286
|
-
"version": "1.2.6",
|
|
1287
|
-
"resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.6.tgz",
|
|
1288
|
-
"integrity": "sha512-Jsjnk4bw3YJqYzbdyBiNsPWHPfO++UGG749Cxs6peCu5Xg4nrena6OVxOYxrQTqww0Jmwt+Ref8rggumkTLz9Q=="
|
|
1289
|
-
}
|
|
1290
1283
|
}
|
|
1291
1284
|
},
|
|
1292
1285
|
"@mapbox/jsonlint-lines-primitives": {
|
|
@@ -1522,9 +1515,9 @@
|
|
|
1522
1515
|
}
|
|
1523
1516
|
},
|
|
1524
1517
|
"@types/geojson": {
|
|
1525
|
-
"version": "7946.0.
|
|
1526
|
-
"resolved": "https://registry.npmjs.org/@types/geojson/-/geojson-7946.0.
|
|
1527
|
-
"integrity": "sha512-
|
|
1518
|
+
"version": "7946.0.10",
|
|
1519
|
+
"resolved": "https://registry.npmjs.org/@types/geojson/-/geojson-7946.0.10.tgz",
|
|
1520
|
+
"integrity": "sha512-Nmh0K3iWQJzniTuPRcJn5hxXkfB1T1pgB89SBig5PlJQU5yocazeu4jATJlaA0GYFKWMqDdvYemoSnF2pXgLVA=="
|
|
1528
1521
|
},
|
|
1529
1522
|
"@types/glob": {
|
|
1530
1523
|
"version": "7.1.3",
|
|
@@ -2018,7 +2011,6 @@
|
|
|
2018
2011
|
"resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
|
|
2019
2012
|
"integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
|
|
2020
2013
|
"dev": true,
|
|
2021
|
-
"optional": true,
|
|
2022
2014
|
"requires": {
|
|
2023
2015
|
"color-convert": "^2.0.1"
|
|
2024
2016
|
}
|
|
@@ -2028,7 +2020,6 @@
|
|
|
2028
2020
|
"resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
|
|
2029
2021
|
"integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
|
|
2030
2022
|
"dev": true,
|
|
2031
|
-
"optional": true,
|
|
2032
2023
|
"requires": {
|
|
2033
2024
|
"ansi-styles": "^4.1.0",
|
|
2034
2025
|
"supports-color": "^7.1.0"
|
|
@@ -2039,7 +2030,6 @@
|
|
|
2039
2030
|
"resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
|
|
2040
2031
|
"integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
|
|
2041
2032
|
"dev": true,
|
|
2042
|
-
"optional": true,
|
|
2043
2033
|
"requires": {
|
|
2044
2034
|
"color-name": "~1.1.4"
|
|
2045
2035
|
}
|
|
@@ -2048,8 +2038,7 @@
|
|
|
2048
2038
|
"version": "1.1.4",
|
|
2049
2039
|
"resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
|
|
2050
2040
|
"integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==",
|
|
2051
|
-
"dev": true
|
|
2052
|
-
"optional": true
|
|
2041
|
+
"dev": true
|
|
2053
2042
|
},
|
|
2054
2043
|
"debug": {
|
|
2055
2044
|
"version": "4.3.1",
|
|
@@ -2079,15 +2068,13 @@
|
|
|
2079
2068
|
"version": "4.0.0",
|
|
2080
2069
|
"resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
|
|
2081
2070
|
"integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
|
|
2082
|
-
"dev": true
|
|
2083
|
-
"optional": true
|
|
2071
|
+
"dev": true
|
|
2084
2072
|
},
|
|
2085
2073
|
"json5": {
|
|
2086
2074
|
"version": "2.2.1",
|
|
2087
2075
|
"resolved": "https://registry.npmjs.org/json5/-/json5-2.2.1.tgz",
|
|
2088
2076
|
"integrity": "sha512-1hqLFMSrGHRHxav9q9gNjJ5EXznIxGVO09xQRrwplcS8qs28pZ8s8hupZAmqDwZUmVZ2Qb2jnyPOWcDH8m8dlA==",
|
|
2089
|
-
"dev": true
|
|
2090
|
-
"optional": true
|
|
2077
|
+
"dev": true
|
|
2091
2078
|
},
|
|
2092
2079
|
"ms": {
|
|
2093
2080
|
"version": "2.1.2",
|
|
@@ -2109,7 +2096,6 @@
|
|
|
2109
2096
|
"resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
|
|
2110
2097
|
"integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
|
|
2111
2098
|
"dev": true,
|
|
2112
|
-
"optional": true,
|
|
2113
2099
|
"requires": {
|
|
2114
2100
|
"has-flag": "^4.0.0"
|
|
2115
2101
|
}
|
|
@@ -2119,7 +2105,6 @@
|
|
|
2119
2105
|
"resolved": "https://registry.npmjs.org/vue-loader/-/vue-loader-16.8.3.tgz",
|
|
2120
2106
|
"integrity": "sha512-7vKN45IxsKxe5GcVCbc2qFU5aWzyiLrYJyUuMz4BQLKctCj/fmCa0w6fGiiQ2cLFetNcek1ppGJQDCup0c1hpA==",
|
|
2121
2107
|
"dev": true,
|
|
2122
|
-
"optional": true,
|
|
2123
2108
|
"requires": {
|
|
2124
2109
|
"chalk": "^4.1.0",
|
|
2125
2110
|
"hash-sum": "^2.0.0",
|
|
@@ -2131,7 +2116,6 @@
|
|
|
2131
2116
|
"resolved": "https://registry.npmjs.org/loader-utils/-/loader-utils-2.0.2.tgz",
|
|
2132
2117
|
"integrity": "sha512-TM57VeHptv569d/GKh6TAYdzKblwDNiumOdkFnejjD0XwTH87K90w3O7AiJRqdQoXygvi1VQTJTLGhJl7WqA7A==",
|
|
2133
2118
|
"dev": true,
|
|
2134
|
-
"optional": true,
|
|
2135
2119
|
"requires": {
|
|
2136
2120
|
"big.js": "^5.2.2",
|
|
2137
2121
|
"emojis-list": "^3.0.0",
|
|
@@ -2753,6 +2737,15 @@
|
|
|
2753
2737
|
"integrity": "sha512-+Ryf6g3BKoRc7jfp7ad8tM4TtMiaWvbF/1/sQcZPkkS7ag3D5nMBCe2UfOTONtAkaG0tO0ij3C5Lwmf1EiyjHg==",
|
|
2754
2738
|
"dev": true
|
|
2755
2739
|
},
|
|
2740
|
+
"async": {
|
|
2741
|
+
"version": "2.6.4",
|
|
2742
|
+
"resolved": "https://registry.npmjs.org/async/-/async-2.6.4.tgz",
|
|
2743
|
+
"integrity": "sha512-mzo5dfJYwAn29PeiJ0zvwTo04zj8HDJj0Mn8TD7sno7q12prdbnasKJHhkm2c1LgrhlJ0teaea8860oxi51mGA==",
|
|
2744
|
+
"dev": true,
|
|
2745
|
+
"requires": {
|
|
2746
|
+
"lodash": "^4.17.14"
|
|
2747
|
+
}
|
|
2748
|
+
},
|
|
2756
2749
|
"async-each": {
|
|
2757
2750
|
"version": "1.0.3",
|
|
2758
2751
|
"resolved": "https://registry.npmjs.org/async-each/-/async-each-1.0.3.tgz",
|
|
@@ -3066,7 +3059,7 @@
|
|
|
3066
3059
|
"batch": {
|
|
3067
3060
|
"version": "0.6.1",
|
|
3068
3061
|
"resolved": "https://registry.npmjs.org/batch/-/batch-0.6.1.tgz",
|
|
3069
|
-
"integrity": "
|
|
3062
|
+
"integrity": "sha512-x+VAiMRL6UPkx+kudNvxTl6hB2XNNCG2r+7wixVfIYwu/2HKRXimwQyaumLjMveWvT2Hkd/cAJw+QBMfJ/EKVw==",
|
|
3070
3063
|
"dev": true
|
|
3071
3064
|
},
|
|
3072
3065
|
"bcrypt-pbkdf": {
|
|
@@ -3152,7 +3145,7 @@
|
|
|
3152
3145
|
"bonjour": {
|
|
3153
3146
|
"version": "3.5.0",
|
|
3154
3147
|
"resolved": "https://registry.npmjs.org/bonjour/-/bonjour-3.5.0.tgz",
|
|
3155
|
-
"integrity": "
|
|
3148
|
+
"integrity": "sha512-RaVTblr+OnEli0r/ud8InrU7D+G0y6aJhlxaLa6Pwty4+xoxboF1BsUI45tujvRpbj9dQVoglChqonGAsjEBYg==",
|
|
3156
3149
|
"dev": true,
|
|
3157
3150
|
"requires": {
|
|
3158
3151
|
"array-flatten": "^2.1.0",
|
|
@@ -3974,7 +3967,7 @@
|
|
|
3974
3967
|
"bytes": {
|
|
3975
3968
|
"version": "3.0.0",
|
|
3976
3969
|
"resolved": "https://registry.npmjs.org/bytes/-/bytes-3.0.0.tgz",
|
|
3977
|
-
"integrity": "
|
|
3970
|
+
"integrity": "sha512-pMhOfFDPiv9t5jjIXkHosWmkSyQbvsgEVNkz0ERHbuLh2T/7j4Mqqpz523Fe8MVY89KC6Sh/QfS2sM+SjgFDcw==",
|
|
3978
3971
|
"dev": true
|
|
3979
3972
|
},
|
|
3980
3973
|
"safe-buffer": {
|
|
@@ -4958,7 +4951,7 @@
|
|
|
4958
4951
|
"globby": {
|
|
4959
4952
|
"version": "6.1.0",
|
|
4960
4953
|
"resolved": "https://registry.npmjs.org/globby/-/globby-6.1.0.tgz",
|
|
4961
|
-
"integrity": "
|
|
4954
|
+
"integrity": "sha512-KVbFv2TQtbzCoxAnfD6JcHZTYCzyliEaaeM/gH8qQdkKr5s0OP9scEgvdcngyk7AVdY6YVW/TJHd+lQ/Df3Daw==",
|
|
4962
4955
|
"dev": true,
|
|
4963
4956
|
"requires": {
|
|
4964
4957
|
"array-union": "^1.0.1",
|
|
@@ -4971,7 +4964,7 @@
|
|
|
4971
4964
|
"pify": {
|
|
4972
4965
|
"version": "2.3.0",
|
|
4973
4966
|
"resolved": "https://registry.npmjs.org/pify/-/pify-2.3.0.tgz",
|
|
4974
|
-
"integrity": "
|
|
4967
|
+
"integrity": "sha512-udgsAY+fTnvv7kI7aaxbqwWNb0AHiB0qBO89PZKPkoTmGOgdbrHDKD+0B2X4uTfJ/FT1R09r9gTsjUjNJotuog==",
|
|
4975
4968
|
"dev": true
|
|
4976
4969
|
}
|
|
4977
4970
|
}
|
|
@@ -5049,7 +5042,7 @@
|
|
|
5049
5042
|
"dns-equal": {
|
|
5050
5043
|
"version": "1.0.0",
|
|
5051
5044
|
"resolved": "https://registry.npmjs.org/dns-equal/-/dns-equal-1.0.0.tgz",
|
|
5052
|
-
"integrity": "
|
|
5045
|
+
"integrity": "sha512-z+paD6YUQsk+AbGCEM4PrOXSss5gd66QfcVBFTKR/HpFL9jCqikS94HYwKww6fQyO7IxrIIyUu+g0Ka9tUS2Cg==",
|
|
5053
5046
|
"dev": true
|
|
5054
5047
|
},
|
|
5055
5048
|
"dns-packet": {
|
|
@@ -5065,7 +5058,7 @@
|
|
|
5065
5058
|
"dns-txt": {
|
|
5066
5059
|
"version": "2.0.2",
|
|
5067
5060
|
"resolved": "https://registry.npmjs.org/dns-txt/-/dns-txt-2.0.2.tgz",
|
|
5068
|
-
"integrity": "
|
|
5061
|
+
"integrity": "sha512-Ix5PrWjphuSoUXV/Zv5gaFHjnaJtb02F2+Si3Ht9dyJ87+Z/lMmy+dpNHtTGraNK958ndXq2i+GLkWsWHcKaBQ==",
|
|
5069
5062
|
"dev": true,
|
|
5070
5063
|
"requires": {
|
|
5071
5064
|
"buffer-indexof": "^1.0.0"
|
|
@@ -5765,13 +5758,10 @@
|
|
|
5765
5758
|
"dev": true
|
|
5766
5759
|
},
|
|
5767
5760
|
"eventsource": {
|
|
5768
|
-
"version": "1.1.
|
|
5769
|
-
"resolved": "https://registry.npmjs.org/eventsource/-/eventsource-1.1.
|
|
5770
|
-
"integrity": "sha512-
|
|
5771
|
-
"dev": true
|
|
5772
|
-
"requires": {
|
|
5773
|
-
"original": "^1.0.0"
|
|
5774
|
-
}
|
|
5761
|
+
"version": "1.1.2",
|
|
5762
|
+
"resolved": "https://registry.npmjs.org/eventsource/-/eventsource-1.1.2.tgz",
|
|
5763
|
+
"integrity": "sha512-xAH3zWhgO2/3KIniEKYPr8plNSzlGINOUqYj0m0u7AB81iRw8b/3E73W6AuU+6klLbaSFmZnaETQ2lXPfAydrA==",
|
|
5764
|
+
"dev": true
|
|
5775
5765
|
},
|
|
5776
5766
|
"evp_bytestokey": {
|
|
5777
5767
|
"version": "1.0.3",
|
|
@@ -6800,7 +6790,7 @@
|
|
|
6800
6790
|
"hpack.js": {
|
|
6801
6791
|
"version": "2.1.6",
|
|
6802
6792
|
"resolved": "https://registry.npmjs.org/hpack.js/-/hpack.js-2.1.6.tgz",
|
|
6803
|
-
"integrity": "
|
|
6793
|
+
"integrity": "sha512-zJxVehUdMGIKsRaNt7apO2Gqp0BdqW5yaiGHXXmbpvxgBYVZnAql+BJb4RO5ad2MgpbZKn5G6nMnegrH1FcNYQ==",
|
|
6804
6794
|
"dev": true,
|
|
6805
6795
|
"requires": {
|
|
6806
6796
|
"inherits": "^2.0.1",
|
|
@@ -6960,7 +6950,7 @@
|
|
|
6960
6950
|
"http-deceiver": {
|
|
6961
6951
|
"version": "1.2.7",
|
|
6962
6952
|
"resolved": "https://registry.npmjs.org/http-deceiver/-/http-deceiver-1.2.7.tgz",
|
|
6963
|
-
"integrity": "
|
|
6953
|
+
"integrity": "sha512-LmpOGxTfbpgtGVxJrj5k7asXHCgNZp5nLfp+hWc8QQRqtb7fUy6kRY3BO1h9ddF6yIPYUARgxGOwB42DnxIaNw==",
|
|
6964
6954
|
"dev": true
|
|
6965
6955
|
},
|
|
6966
6956
|
"http-errors": {
|
|
@@ -7186,7 +7176,7 @@
|
|
|
7186
7176
|
"path-exists": {
|
|
7187
7177
|
"version": "3.0.0",
|
|
7188
7178
|
"resolved": "https://registry.npmjs.org/path-exists/-/path-exists-3.0.0.tgz",
|
|
7189
|
-
"integrity": "
|
|
7179
|
+
"integrity": "sha512-bpC7GYwiDYQ4wYLe+FA8lhRjhQCMcQGuSgGGqDkg/QerRWw9CmGRT0iSOVRSZJ29NMLZgIzqaljJ63oaL4NIJQ==",
|
|
7190
7180
|
"dev": true
|
|
7191
7181
|
},
|
|
7192
7182
|
"pkg-dir": {
|
|
@@ -7386,7 +7376,7 @@
|
|
|
7386
7376
|
"ip-regex": {
|
|
7387
7377
|
"version": "2.1.0",
|
|
7388
7378
|
"resolved": "https://registry.npmjs.org/ip-regex/-/ip-regex-2.1.0.tgz",
|
|
7389
|
-
"integrity": "
|
|
7379
|
+
"integrity": "sha512-58yWmlHpp7VYfcdTwMTvwMmqx/Elfxjd9RXTDyMsbL7lLWmhMylLEqiYVLKuLzOZqVgiWXD9MfR62Vv89VRxkw==",
|
|
7390
7380
|
"dev": true
|
|
7391
7381
|
},
|
|
7392
7382
|
"ipaddr.js": {
|
|
@@ -8453,9 +8443,9 @@
|
|
|
8453
8443
|
}
|
|
8454
8444
|
},
|
|
8455
8445
|
"minimist": {
|
|
8456
|
-
"version": "1.2.
|
|
8457
|
-
"resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.
|
|
8458
|
-
"integrity": "sha512-
|
|
8446
|
+
"version": "1.2.6",
|
|
8447
|
+
"resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.6.tgz",
|
|
8448
|
+
"integrity": "sha512-Jsjnk4bw3YJqYzbdyBiNsPWHPfO++UGG749Cxs6peCu5Xg4nrena6OVxOYxrQTqww0Jmwt+Ref8rggumkTLz9Q=="
|
|
8459
8449
|
},
|
|
8460
8450
|
"minipass": {
|
|
8461
8451
|
"version": "3.1.3",
|
|
@@ -8552,7 +8542,7 @@
|
|
|
8552
8542
|
"multicast-dns-service-types": {
|
|
8553
8543
|
"version": "1.1.0",
|
|
8554
8544
|
"resolved": "https://registry.npmjs.org/multicast-dns-service-types/-/multicast-dns-service-types-1.1.0.tgz",
|
|
8555
|
-
"integrity": "
|
|
8545
|
+
"integrity": "sha512-cnAsSVxIDsYt0v7HmC0hWZFwwXSh+E6PgCrREDuN/EsjgLwA5XRmlMHhSiDPrt6HxY1gTivEa/Zh7GtODoLevQ==",
|
|
8556
8546
|
"dev": true
|
|
8557
8547
|
},
|
|
8558
8548
|
"murmurhash-js": {
|
|
@@ -9152,15 +9142,6 @@
|
|
|
9152
9142
|
}
|
|
9153
9143
|
}
|
|
9154
9144
|
},
|
|
9155
|
-
"original": {
|
|
9156
|
-
"version": "1.0.2",
|
|
9157
|
-
"resolved": "https://registry.npmjs.org/original/-/original-1.0.2.tgz",
|
|
9158
|
-
"integrity": "sha512-hyBVl6iqqUOJ8FqRe+l/gS8H+kKYjrEndd5Pm1MfBtsEKA038HkkdbAl/72EAXGyonD/PFsvmVG+EvcIpliMBg==",
|
|
9159
|
-
"dev": true,
|
|
9160
|
-
"requires": {
|
|
9161
|
-
"url-parse": "^1.4.3"
|
|
9162
|
-
}
|
|
9163
|
-
},
|
|
9164
9145
|
"os-browserify": {
|
|
9165
9146
|
"version": "0.3.0",
|
|
9166
9147
|
"resolved": "https://registry.npmjs.org/os-browserify/-/os-browserify-0.3.0.tgz",
|
|
@@ -9526,15 +9507,6 @@
|
|
|
9526
9507
|
"mkdirp": "^0.5.5"
|
|
9527
9508
|
},
|
|
9528
9509
|
"dependencies": {
|
|
9529
|
-
"async": {
|
|
9530
|
-
"version": "2.6.3",
|
|
9531
|
-
"resolved": "https://registry.npmjs.org/async/-/async-2.6.3.tgz",
|
|
9532
|
-
"integrity": "sha512-zflvls11DCy+dQWzTW2dzuilv8Z5X/pjfmZOWba6TNIVDm+2UDaJmXSOXlasHKfNBs8oo3M0aT50fDEWfKZjXg==",
|
|
9533
|
-
"dev": true,
|
|
9534
|
-
"requires": {
|
|
9535
|
-
"lodash": "^4.17.14"
|
|
9536
|
-
}
|
|
9537
|
-
},
|
|
9538
9510
|
"debug": {
|
|
9539
9511
|
"version": "3.2.7",
|
|
9540
9512
|
"resolved": "https://registry.npmjs.org/debug/-/debug-3.2.7.tgz",
|
|
@@ -10741,7 +10713,7 @@
|
|
|
10741
10713
|
"resolve-cwd": {
|
|
10742
10714
|
"version": "2.0.0",
|
|
10743
10715
|
"resolved": "https://registry.npmjs.org/resolve-cwd/-/resolve-cwd-2.0.0.tgz",
|
|
10744
|
-
"integrity": "
|
|
10716
|
+
"integrity": "sha512-ccu8zQTrzVr954472aUVPLEcB3YpKSYR3cg/3lo1okzobPBM+1INXBbBZlDbnI/hbEocnf8j0QVo43hQKrbchg==",
|
|
10745
10717
|
"dev": true,
|
|
10746
10718
|
"requires": {
|
|
10747
10719
|
"resolve-from": "^3.0.0"
|
|
@@ -10786,7 +10758,7 @@
|
|
|
10786
10758
|
"retry": {
|
|
10787
10759
|
"version": "0.12.0",
|
|
10788
10760
|
"resolved": "https://registry.npmjs.org/retry/-/retry-0.12.0.tgz",
|
|
10789
|
-
"integrity": "
|
|
10761
|
+
"integrity": "sha512-9LkiTwjUh6rT555DtE9rTX+BKByPfrMzEAtnlEtdEwr3Nkffwiihqe2bWADg+OQRjt9gl6ICdmB/ZFDCGAtSow==",
|
|
10790
10762
|
"dev": true
|
|
10791
10763
|
},
|
|
10792
10764
|
"rgb-regex": {
|
|
@@ -11054,7 +11026,7 @@
|
|
|
11054
11026
|
"select-hose": {
|
|
11055
11027
|
"version": "2.0.0",
|
|
11056
11028
|
"resolved": "https://registry.npmjs.org/select-hose/-/select-hose-2.0.0.tgz",
|
|
11057
|
-
"integrity": "
|
|
11029
|
+
"integrity": "sha512-mEugaLK+YfkijB4fx0e6kImuJdCIt2LxCRcbEYPqRGCs4F2ogyfZU5IAZRdjCP8JPq2AtdNoC/Dux63d9Kiryg==",
|
|
11058
11030
|
"dev": true
|
|
11059
11031
|
},
|
|
11060
11032
|
"selfsigned": {
|
|
@@ -11119,7 +11091,7 @@
|
|
|
11119
11091
|
"serve-index": {
|
|
11120
11092
|
"version": "1.9.1",
|
|
11121
11093
|
"resolved": "https://registry.npmjs.org/serve-index/-/serve-index-1.9.1.tgz",
|
|
11122
|
-
"integrity": "
|
|
11094
|
+
"integrity": "sha512-pXHfKNP4qujrtteMrSBb0rc8HJ9Ms/GrXwcUtUtD5s4ewDJI8bT3Cz2zTVRMKtri49pLx2e0Ya8ziP5Ya2pZZw==",
|
|
11123
11095
|
"dev": true,
|
|
11124
11096
|
"requires": {
|
|
11125
11097
|
"accepts": "~1.3.4",
|
|
@@ -11134,7 +11106,7 @@
|
|
|
11134
11106
|
"http-errors": {
|
|
11135
11107
|
"version": "1.6.3",
|
|
11136
11108
|
"resolved": "https://registry.npmjs.org/http-errors/-/http-errors-1.6.3.tgz",
|
|
11137
|
-
"integrity": "
|
|
11109
|
+
"integrity": "sha512-lks+lVC8dgGyh97jxvxeYTWQFvh4uw4yC12gVl63Cg30sjPX4wuGcdkICVXDAESr6OJGjqGA8Iz5mkeN6zlD7A==",
|
|
11138
11110
|
"dev": true,
|
|
11139
11111
|
"requires": {
|
|
11140
11112
|
"depd": "~1.1.2",
|
|
@@ -11146,7 +11118,7 @@
|
|
|
11146
11118
|
"inherits": {
|
|
11147
11119
|
"version": "2.0.3",
|
|
11148
11120
|
"resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.3.tgz",
|
|
11149
|
-
"integrity": "
|
|
11121
|
+
"integrity": "sha512-x00IRNXNy63jwGkJmzPigoySHbaqpNuzKbBOmzK+g2OdZpQ9w+sxCN+VSB3ja7IAge2OP2qpfxTjeNcyjmW1uw==",
|
|
11150
11122
|
"dev": true
|
|
11151
11123
|
},
|
|
11152
11124
|
"setprototypeof": {
|
|
@@ -11245,9 +11217,9 @@
|
|
|
11245
11217
|
"dev": true
|
|
11246
11218
|
},
|
|
11247
11219
|
"shell-quote": {
|
|
11248
|
-
"version": "1.7.
|
|
11249
|
-
"resolved": "https://registry.npmjs.org/shell-quote/-/shell-quote-1.7.
|
|
11250
|
-
"integrity": "sha512-
|
|
11220
|
+
"version": "1.7.3",
|
|
11221
|
+
"resolved": "https://registry.npmjs.org/shell-quote/-/shell-quote-1.7.3.tgz",
|
|
11222
|
+
"integrity": "sha512-Vpfqwm4EnqGdlsBFNmHhxhElJYrdfcxPThu+ryKS5J8L/fhAwLazFZtq+S+TWZ9ANj2piSQLGj6NQg+lKPmxrw==",
|
|
11251
11223
|
"dev": true
|
|
11252
11224
|
},
|
|
11253
11225
|
"signal-exit": {
|
|
@@ -12073,9 +12045,9 @@
|
|
|
12073
12045
|
}
|
|
12074
12046
|
},
|
|
12075
12047
|
"terser": {
|
|
12076
|
-
"version": "4.8.
|
|
12077
|
-
"resolved": "https://registry.npmjs.org/terser/-/terser-4.8.
|
|
12078
|
-
"integrity": "sha512-
|
|
12048
|
+
"version": "4.8.1",
|
|
12049
|
+
"resolved": "https://registry.npmjs.org/terser/-/terser-4.8.1.tgz",
|
|
12050
|
+
"integrity": "sha512-4GnLC0x667eJG0ewJTa6z/yXrbLGv80D9Ru6HIpCQmO+Q4PfEtBFi0ObSckqwL6VyQv/7ENJieXHo2ANmdQwgw==",
|
|
12079
12051
|
"dev": true,
|
|
12080
12052
|
"requires": {
|
|
12081
12053
|
"commander": "^2.20.0",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@abi-software/flatmapvuer",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.1",
|
|
4
4
|
"main": "./dist/flatmapvuer.common.js",
|
|
5
5
|
"files": [
|
|
6
6
|
"dist/*",
|
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
"lint": "vue-cli-service lint"
|
|
17
17
|
},
|
|
18
18
|
"dependencies": {
|
|
19
|
-
"@abi-software/flatmap-viewer": "^2.2.0-beta.
|
|
19
|
+
"@abi-software/flatmap-viewer": "^2.2.0-beta.16",
|
|
20
20
|
"@abi-software/svg-sprite": "^0.1.14",
|
|
21
21
|
"core-js": "^3.3.2",
|
|
22
22
|
"css-element-queries": "^1.2.2",
|
package/src/App.vue
CHANGED
|
@@ -91,9 +91,9 @@ export default {
|
|
|
91
91
|
displayCloseButton: false,
|
|
92
92
|
initial: "Rat",
|
|
93
93
|
helpMode: false,
|
|
94
|
-
|
|
94
|
+
flatmapAPI: "https://mapcore-demo.org/current/flatmap/v2/"
|
|
95
95
|
// flatmapAPI: "https://mapcore-demo.org/devel/flatmap/v3/"
|
|
96
|
-
flatmapAPI: "https://mapcore-demo.org/fccb/flatmap/"
|
|
96
|
+
// flatmapAPI: "https://mapcore-demo.org/fccb/flatmap/"
|
|
97
97
|
// flatmapAPI: "https://mapcore-demo.org/devel/flatmap/v1/"
|
|
98
98
|
}
|
|
99
99
|
},
|
|
@@ -376,13 +376,13 @@ export default {
|
|
|
376
376
|
data.eventType == "click" &&
|
|
377
377
|
this.hasNeuronTooltip(data)
|
|
378
378
|
) {
|
|
379
|
-
this.createTooltipFromNeuronCuration(data)
|
|
379
|
+
this.createTooltipFromNeuronCuration(data);
|
|
380
380
|
this.mapImp.showPopup(
|
|
381
381
|
this.mapImp.modelFeatureIds(data.resource[0])[0],
|
|
382
382
|
this.$refs.tooltip.$el,
|
|
383
383
|
{ className: "flatmapvuer-popover", positionAtLastClick: true }
|
|
384
384
|
);
|
|
385
|
-
this.popUpCssHacks()
|
|
385
|
+
this.popUpCssHacks();
|
|
386
386
|
}
|
|
387
387
|
},
|
|
388
388
|
popUpCssHacks: function() {
|
|
@@ -402,11 +402,6 @@ export default {
|
|
|
402
402
|
},
|
|
403
403
|
hasNeuronTooltip: function(data) {
|
|
404
404
|
|
|
405
|
-
// nerve cuff check
|
|
406
|
-
if (data.feature.nodeId) {
|
|
407
|
-
return true
|
|
408
|
-
}
|
|
409
|
-
|
|
410
405
|
// neural data check
|
|
411
406
|
if (data.resource[0]){
|
|
412
407
|
if (data.resource[0].includes('ilxtr:neuron')){
|
|
@@ -434,19 +429,6 @@ export default {
|
|
|
434
429
|
|
|
435
430
|
this.tooltipVisible = false;
|
|
436
431
|
|
|
437
|
-
// nerve cuff check
|
|
438
|
-
if (data.feature.nodeId) {
|
|
439
|
-
let paths = this.mapImp.nodePathModels(data.feature.nodeId);
|
|
440
|
-
if (paths.size > 0){
|
|
441
|
-
this.tooltipVisible = true;
|
|
442
|
-
this.tooltipContent = content;
|
|
443
|
-
this.tooltipContent.uberon = feature;
|
|
444
|
-
this.tooltipContent.title = data.label;
|
|
445
|
-
this.tooltipContent.featureIds = [...paths];
|
|
446
|
-
}
|
|
447
|
-
return true
|
|
448
|
-
}
|
|
449
|
-
|
|
450
432
|
// neural data check
|
|
451
433
|
if (feature){
|
|
452
434
|
if (feature.includes('ilxtr:neuron')){
|
|
@@ -7,74 +7,76 @@
|
|
|
7
7
|
<div class="block" v-else>
|
|
8
8
|
<span class="title">{{content.featureId}}</span>
|
|
9
9
|
</div>
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
<div>
|
|
15
|
-
<
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
<
|
|
25
|
-
|
|
26
|
-
|
|
10
|
+
<div class="content-container scrollbar">
|
|
11
|
+
<!-- Currently we don't show the pubmed viewer, will remove once we are certain it won't be used -->
|
|
12
|
+
<pubmed-viewer v-if="content.featureIds" v-show="false" class="block" :entry="content" @pubmedSearchUrl="pubmedSearchUrlUpdate"/>
|
|
13
|
+
{{content.paths}}
|
|
14
|
+
<div v-if="this.origins" class="block">
|
|
15
|
+
<div>
|
|
16
|
+
<span class="attribute-title">Origin</span>
|
|
17
|
+
<el-popover
|
|
18
|
+
width="250"
|
|
19
|
+
trigger="hover"
|
|
20
|
+
:append-to-body=false
|
|
21
|
+
popper-class="popover-origin-help"
|
|
22
|
+
>
|
|
23
|
+
<i slot="reference" class="el-icon-warning-outline info"/>
|
|
24
|
+
<span style="word-break: keep-all;">
|
|
25
|
+
<i>Origin</i> {{originDescription}}
|
|
26
|
+
</span>
|
|
27
|
+
</el-popover>
|
|
28
|
+
</div>
|
|
29
|
+
<div v-for="origin in origins" class="attribute-content" :key="origin">
|
|
30
|
+
{{ capitalise(origin) }}
|
|
31
|
+
</div>
|
|
32
|
+
<el-button v-show="originsWithDatasets.length > 0" class="button" @click="openDendrites">
|
|
33
|
+
Explore origin data
|
|
34
|
+
</el-button>
|
|
27
35
|
</div>
|
|
28
|
-
<div v-
|
|
29
|
-
|
|
36
|
+
<div v-if="this.components" class="block">
|
|
37
|
+
<div class="attribute-title">Components</div>
|
|
38
|
+
<div v-for="component in components" class="attribute-content" :key="component">
|
|
39
|
+
{{ capitalise(component) }}
|
|
40
|
+
</div>
|
|
30
41
|
</div>
|
|
31
|
-
<
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
>
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
<i>Destination</i> is where the axons terminate
|
|
53
|
-
</span>
|
|
54
|
-
</el-popover>
|
|
55
|
-
</div>
|
|
56
|
-
<div v-for="destination in destinations" class="attribute-content" :key="destination">
|
|
57
|
-
{{ capitalise(destination) }}
|
|
42
|
+
<div v-if="this.destinations" class="block">
|
|
43
|
+
<div>
|
|
44
|
+
<span class="attribute-title">Destination</span>
|
|
45
|
+
<el-popover
|
|
46
|
+
width="250"
|
|
47
|
+
trigger="hover"
|
|
48
|
+
:append-to-body=false
|
|
49
|
+
popper-class="popover-origin-help"
|
|
50
|
+
>
|
|
51
|
+
<i slot="reference" class="el-icon-warning-outline info"/>
|
|
52
|
+
<span style="word-break: keep-all;">
|
|
53
|
+
<i>Destination</i> is where the axons terminate
|
|
54
|
+
</span>
|
|
55
|
+
</el-popover>
|
|
56
|
+
</div>
|
|
57
|
+
<div v-for="destination in destinations" class="attribute-content" :key="destination">
|
|
58
|
+
{{ capitalise(destination) }}
|
|
59
|
+
</div>
|
|
60
|
+
<el-button v-show="destinationsWithDatasets.length > 0" class="button" @click="openAxons">
|
|
61
|
+
Explore destination data
|
|
62
|
+
</el-button>
|
|
58
63
|
</div>
|
|
59
|
-
|
|
60
|
-
|
|
64
|
+
|
|
65
|
+
<!-- We will serach on components until we can search on neurons -->
|
|
66
|
+
<el-button v-show="components.length > 0" class="button" @click="openAll">
|
|
67
|
+
Search for data on components
|
|
61
68
|
</el-button>
|
|
62
|
-
</div>
|
|
63
69
|
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
</el-button> -->
|
|
75
|
-
<el-button v-if="pubmedSearchUrl" class="button" icon="el-icon-notebook-2" @click="openUrl(pubmedSearchUrl)">
|
|
76
|
-
Open publications in pubmed
|
|
77
|
-
</el-button>
|
|
70
|
+
<!-- Disable neuron search until it is ready -->
|
|
71
|
+
<!-- <el-button v-for="action in content.actions" round :key="action.title"
|
|
72
|
+
class="button" @click="resourceSelected(action)">
|
|
73
|
+
<i v-if="action.title === 'Search for datasets' || action.title === 'View Dataset' " class="el-icon-coin"></i>
|
|
74
|
+
{{action.title}}
|
|
75
|
+
</el-button> -->
|
|
76
|
+
<el-button v-if="pubmedSearchUrl" class="button" icon="el-icon-notebook-2" @click="openUrl(pubmedSearchUrl)">
|
|
77
|
+
Open publications in pubmed
|
|
78
|
+
</el-button>
|
|
79
|
+
</div>
|
|
78
80
|
</el-main>
|
|
79
81
|
</div>
|
|
80
82
|
</template>
|
|
@@ -486,6 +488,29 @@ export default {
|
|
|
486
488
|
}
|
|
487
489
|
}
|
|
488
490
|
|
|
491
|
+
.content-container {
|
|
492
|
+
overflow-y: scroll;
|
|
493
|
+
scrollbar-width: thin !important;
|
|
494
|
+
height: 200px;
|
|
495
|
+
}
|
|
496
|
+
|
|
497
|
+
.scrollbar::-webkit-scrollbar-track {
|
|
498
|
+
border-radius: 10px;
|
|
499
|
+
background-color: #f5f5f5;
|
|
500
|
+
}
|
|
501
|
+
|
|
502
|
+
.scrollbar::-webkit-scrollbar {
|
|
503
|
+
width: 12px;
|
|
504
|
+
right: -12px;
|
|
505
|
+
background-color: #f5f5f5;
|
|
506
|
+
}
|
|
507
|
+
|
|
508
|
+
.scrollbar::-webkit-scrollbar-thumb {
|
|
509
|
+
border-radius: 4px;
|
|
510
|
+
box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.06);
|
|
511
|
+
background-color: #979797;
|
|
512
|
+
}
|
|
513
|
+
|
|
489
514
|
|
|
490
515
|
/* Fix for chrome bug where under triangle pops up above one on top of it */
|
|
491
516
|
.selector:not(*:root), .tooltip-container::after{
|
|
File without changes
|