@abi-software/mapintegratedvuer 0.7.0-vue3.4 → 0.7.0-vue3.6
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.
@@ -11355,7 +11355,7 @@ function Wlt(e, t, r, n, i, a) {
|
|
11355
11355
|
})
|
11356
11356
|
]);
|
11357
11357
|
}
|
11358
|
-
const aLe = /* @__PURE__ */ ac(Glt, [["render", Wlt], ["__scopeId", "data-v-
|
11358
|
+
const aLe = /* @__PURE__ */ ac(Glt, [["render", Wlt], ["__scopeId", "data-v-211633bc"]]), lh = (e, t, { checkForDefaultPrevented: r = !0 } = {}) => (n) => {
|
11359
11359
|
const i = e == null ? void 0 : e(n);
|
11360
11360
|
if (r === !1 || !i)
|
11361
11361
|
return t == null ? void 0 : t(n);
|
@@ -130421,14 +130421,15 @@ const Ynr = /* @__PURE__ */ Gk(Jnr), eir = (e, t) => Ynr.parse(e, { download: !0
|
|
130421
130421
|
return {
|
130422
130422
|
layout: {
|
130423
130423
|
paper_bgcolor: "rgba(0,0,0,0)",
|
130424
|
-
plot_bgcolor: "rgba(0,0,0,0)"
|
130425
|
-
|
130426
|
-
|
130427
|
-
|
130428
|
-
|
130429
|
-
|
130430
|
-
|
130431
|
-
|
130424
|
+
plot_bgcolor: "rgba(0,0,0,0)",
|
130425
|
+
autosize: !0,
|
130426
|
+
margin: {
|
130427
|
+
t: 25,
|
130428
|
+
l: 55,
|
130429
|
+
r: 55,
|
130430
|
+
b: 90,
|
130431
|
+
pad: 4
|
130432
|
+
}
|
130432
130433
|
},
|
130433
130434
|
loading: !1,
|
130434
130435
|
options: {
|
@@ -130510,7 +130511,7 @@ const Ynr = /* @__PURE__ */ Gk(Jnr), eir = (e, t) => Ynr.parse(e, { download: !0
|
|
130510
130511
|
y: r[o]
|
130511
130512
|
});
|
130512
130513
|
const a = { title: { text: this.title }, xaxis: { title: { text: t } } };
|
130513
|
-
JS.react(this.$refs.plotlyplot, i, { ...this.layout, ...a
|
130514
|
+
JS.react(this.$refs.plotlyplot, i, { ...this.layout, ...a }, this.options);
|
130514
130515
|
},
|
130515
130516
|
findYaxesCols() {
|
130516
130517
|
if (this.fullMetadata["y-axes-columns"].length === 0) {
|
@@ -130564,6 +130565,7 @@ function iir(e, t, r, n, i, a) {
|
|
130564
130565
|
}, [
|
130565
130566
|
qe("span", null, [
|
130566
130567
|
at(s, {
|
130568
|
+
ref: "selectBox",
|
130567
130569
|
modelValue: e.filterX,
|
130568
130570
|
"onUpdate:modelValue": t[0] || (t[0] = (u) => e.filterX = u),
|
130569
130571
|
class: "channel-select",
|
@@ -130598,12 +130600,13 @@ function iir(e, t, r, n, i, a) {
|
|
130598
130600
|
])
|
130599
130601
|
], 2),
|
130600
130602
|
at(c, {
|
130603
|
+
ref: "controls",
|
130601
130604
|
"parent-element": { element: e.$refs.plotlyplot },
|
130602
130605
|
"controls-enabled": !e.loading
|
130603
130606
|
}, null, 8, ["parent-element", "controls-enabled"])
|
130604
130607
|
]);
|
130605
130608
|
}
|
130606
|
-
const air = /* @__PURE__ */ iD(tir, [["render", iir], ["__scopeId", "data-v-
|
130609
|
+
const air = /* @__PURE__ */ iD(tir, [["render", iir], ["__scopeId", "data-v-61d3eaa9"]]), oir = {
|
130607
130610
|
name: "HeatmapPlot",
|
130608
130611
|
components: {
|
130609
130612
|
PlotControls: Wk,
|
@@ -130821,7 +130824,21 @@ const dir = /* @__PURE__ */ iD(oir, [["render", uir], ["__scopeId", "data-v-b959
|
|
130821
130824
|
plotLayout: {
|
130822
130825
|
type: Object,
|
130823
130826
|
default: () => ({
|
130824
|
-
|
130827
|
+
paper_bgcolor: "rgba(0,0,0,0)",
|
130828
|
+
plot_bgcolor: "rgba(0,0,0,0)",
|
130829
|
+
autosize: !0,
|
130830
|
+
margin: {
|
130831
|
+
t: 25,
|
130832
|
+
l: 55,
|
130833
|
+
r: 55,
|
130834
|
+
b: 90,
|
130835
|
+
pad: 4
|
130836
|
+
},
|
130837
|
+
loading: !1,
|
130838
|
+
options: {
|
130839
|
+
responsive: !0,
|
130840
|
+
scrollZoom: !0
|
130841
|
+
}
|
130825
130842
|
})
|
130826
130843
|
},
|
130827
130844
|
supplementalData: {
|
@@ -130838,8 +130855,7 @@ const dir = /* @__PURE__ */ iD(oir, [["render", uir], ["__scopeId", "data-v-b959
|
|
130838
130855
|
return this.metadata.attrs.style + "-plot";
|
130839
130856
|
},
|
130840
130857
|
layout: function() {
|
130841
|
-
|
130842
|
-
return e.height = e.height ? e.height : 667, e;
|
130858
|
+
return this.metadata ? this.metadata.attrs ? this.metadata.attrs.layout ? this.metadata.attrs.layout : this.plotLayout : this.plotLayout : this.plotLayout;
|
130843
130859
|
}
|
130844
130860
|
}
|
130845
130861
|
}, fir = { class: "plotvuer_parent" };
|
@@ -130855,7 +130871,7 @@ function mir(e, t, r, n, i, a) {
|
|
130855
130871
|
}, null, 8, ["sourceData", "plotLayout", "version", "metadata", "supplementalData"])) : ct("", !0)
|
130856
130872
|
]);
|
130857
130873
|
}
|
130858
|
-
const wVe = /* @__PURE__ */ iD(pir, [["render", mir], ["__scopeId", "data-v-
|
130874
|
+
const wVe = /* @__PURE__ */ iD(pir, [["render", mir], ["__scopeId", "data-v-487f399b"]]), gir = {
|
130859
130875
|
name: "Plot",
|
130860
130876
|
mixins: [Fb],
|
130861
130877
|
components: {
|