@abi-software/map-side-bar 2.14.1-simulation.2 → 2.14.1-simulation.3
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/map-side-bar.js
CHANGED
|
@@ -15221,7 +15221,7 @@ const Ue = new M3(), Rn = (e, t) => {
|
|
|
15221
15221
|
this.search = e;
|
|
15222
15222
|
},
|
|
15223
15223
|
handleView: function(e) {
|
|
15224
|
-
|
|
15224
|
+
this.$emit("fileActionTriggered", e.action);
|
|
15225
15225
|
},
|
|
15226
15226
|
downloadThumbnail: async function(e, t) {
|
|
15227
15227
|
const n = await fetch(e);
|
|
@@ -15362,7 +15362,7 @@ function U3(e, t, n, o, r, a) {
|
|
|
15362
15362
|
}, 8, ["data"])) : K("", !0)
|
|
15363
15363
|
]);
|
|
15364
15364
|
}
|
|
15365
|
-
const yy = /* @__PURE__ */ Rn(B3, [["render", U3], ["__scopeId", "data-v-
|
|
15365
|
+
const yy = /* @__PURE__ */ Rn(B3, [["render", U3], ["__scopeId", "data-v-d3740f41"]]), W3 = {
|
|
15366
15366
|
name: "BadgesGroup",
|
|
15367
15367
|
components: { Button: qt },
|
|
15368
15368
|
props: {
|
|
@@ -27512,8 +27512,11 @@ const MB = {
|
|
|
27512
27512
|
}
|
|
27513
27513
|
},
|
|
27514
27514
|
methods: {
|
|
27515
|
+
fileActionTriggered: function(e) {
|
|
27516
|
+
this.fileBrowserVisible = !1, Ue.emit("PopoverActionClick", e), Ue.emit("contextUpdate", e);
|
|
27517
|
+
},
|
|
27515
27518
|
fileInfoReady: function(e) {
|
|
27516
|
-
this.fileSearch.onGoing && e.id === this.fileSearch.datasetID &&
|
|
27519
|
+
this.fileSearch.onGoing && e.id === this.fileSearch.datasetID && e.instance.openFileBrowser();
|
|
27517
27520
|
},
|
|
27518
27521
|
displayFileInfo: function(e, t, n = "") {
|
|
27519
27522
|
let o = n || e;
|
|
@@ -27883,7 +27886,10 @@ function VB(e, t, n, o, r, a) {
|
|
|
27883
27886
|
top: "16px"
|
|
27884
27887
|
}, {
|
|
27885
27888
|
default: N(() => [
|
|
27886
|
-
H(d, {
|
|
27889
|
+
H(d, {
|
|
27890
|
+
ref: "fileBrowserRef",
|
|
27891
|
+
onFileActionTriggered: a.fileActionTriggered
|
|
27892
|
+
}, null, 8, ["onFileActionTriggered"])
|
|
27887
27893
|
]),
|
|
27888
27894
|
_: 1
|
|
27889
27895
|
}, 8, ["modelValue"])
|
|
@@ -27891,7 +27897,7 @@ function VB(e, t, n, o, r, a) {
|
|
|
27891
27897
|
_: 1
|
|
27892
27898
|
}, 8, ["body-style"]);
|
|
27893
27899
|
}
|
|
27894
|
-
const J0 = /* @__PURE__ */ Rn(MB, [["render", VB], ["__scopeId", "data-v-
|
|
27900
|
+
const J0 = /* @__PURE__ */ Rn(MB, [["render", VB], ["__scopeId", "data-v-c571e2ff"]]), zB = (e) => e.replace(/\w\S*/g, (t) => t.charAt(0).toUpperCase() + t.substr(1).toLowerCase()), Vo = function(e) {
|
|
27895
27901
|
return e ? e.charAt(0).toUpperCase() + e.slice(1) : "";
|
|
27896
27902
|
}, UB = {
|
|
27897
27903
|
name: "ConnectivityInfo",
|