@abi-software/mapintegratedvuer 1.18.2 → 1.18.4-beta.0
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/{ConnectivityGraph-CdOdGm7w.js → ConnectivityGraph-DLFptXBx.js} +2 -2
- package/dist/{ContentMixin-Ce5ybiWA.js → ContentMixin-mlgJKWSV.js} +1 -1
- package/dist/{Flatmap-Bche6143.js → Flatmap-C_dxdPoG.js} +3 -3
- package/dist/{Iframe-BP4siZ5B.js → Iframe-DSs4fYFg.js} +2 -2
- package/dist/{MultiFlatmap-YpZljER9.js → MultiFlatmap-CR4VErZA.js} +3 -3
- package/dist/{Plot-Dd__Ycu1.js → Plot-DR5LbEyP.js} +2 -2
- package/dist/{Scaffold-CJVIeMpG.js → Scaffold-BWpF_Rpf.js} +2 -2
- package/dist/{Simulation-ePncD0sx.js → Simulation-CVXo2IEG.js} +2 -2
- package/dist/{index-DOdcCNMv.js → index-CMkLXnxB.js} +150 -147
- package/dist/mapintegratedvuer.js +1 -1
- package/dist/mapintegratedvuer.umd.cjs +6 -6
- package/dist/{style-B0cTFTJA.js → style-BQwr0Nf9.js} +1 -1
- package/dist/style.css +1 -1
- package/package.json +3 -3
- package/src/components/SplitDialog.vue +1 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@abi-software/mapintegratedvuer",
|
|
3
|
-
"version": "1.18.
|
|
3
|
+
"version": "1.18.4-beta.0",
|
|
4
4
|
"license": "Apache-2.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"serve": "vite --host --force",
|
|
@@ -53,11 +53,11 @@
|
|
|
53
53
|
],
|
|
54
54
|
"dependencies": {
|
|
55
55
|
"@abi-software/flatmapvuer": "1.13.4",
|
|
56
|
-
"@abi-software/map-side-bar": "2.14.
|
|
56
|
+
"@abi-software/map-side-bar": "^2.14.7",
|
|
57
57
|
"@abi-software/map-utilities": "1.8.3",
|
|
58
58
|
"@abi-software/plotvuer": "1.0.7",
|
|
59
59
|
"@abi-software/scaffoldvuer": "1.15.6",
|
|
60
|
-
"@abi-software/simulationvuer": "3.0
|
|
60
|
+
"@abi-software/simulationvuer": "3.2.0",
|
|
61
61
|
"@abi-software/sparc-annotation": "0.3.2",
|
|
62
62
|
"@abi-software/svg-sprite": "1.0.4",
|
|
63
63
|
"@element-plus/icons-vue": "^2.3.1",
|
|
@@ -737,7 +737,7 @@ export default {
|
|
|
737
737
|
|
|
738
738
|
.contentvuer {
|
|
739
739
|
position: absolute;
|
|
740
|
-
transition: opacity 0s, visibility 0s, left
|
|
740
|
+
transition: opacity 0s, visibility 0s, left 0s ease, top 0s ease, width 0s ease, height 0s ease;
|
|
741
741
|
background: rgba(255, 255, 255, 1);
|
|
742
742
|
visibility: visible;
|
|
743
743
|
opacity: 1;
|