@abi-software/mapintegratedvuer 1.6.4-beta.1 → 1.6.4-beta.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.
@@ -34111,14 +34111,14 @@ const X2e = function(e) {
34111
34111
  shadowDisplay: function(e) {
34112
34112
  return this.tooltipId === e ? "always" : "hover";
34113
34113
  },
34114
- capitalise: function(e) {
34114
+ capitalize: function(e) {
34115
34115
  return X2e(e);
34116
34116
  },
34117
34117
  handleTooltip: function(e) {
34118
34118
  this.tooltipId = this.tooltipId === e ? void 0 : e, this.$emit("featureTooltip", this.tooltipId);
34119
34119
  }
34120
34120
  }
34121
- }, pS = (e) => (Da("data-v-3c6a9006"), e = e(), Ma(), e), Q2e = { class: "dialog-container" }, J2e = /* @__PURE__ */ pS(() => /* @__PURE__ */ K("span", { class: "dialog-title" }, "Finalise drawing", -1)), ewe = /* @__PURE__ */ pS(() => /* @__PURE__ */ K("span", { class: "dialog-title" }, "Visualise connection", -1)), twe = /* @__PURE__ */ pS(() => /* @__PURE__ */ K("b", null, [
34121
+ }, pS = (e) => (Da("data-v-1ddab772"), e = e(), Ma(), e), Q2e = { class: "dialog-container" }, J2e = /* @__PURE__ */ pS(() => /* @__PURE__ */ K("span", { class: "dialog-title" }, "Finalize drawing", -1)), ewe = /* @__PURE__ */ pS(() => /* @__PURE__ */ K("span", { class: "dialog-title" }, "Visualize connection", -1)), twe = /* @__PURE__ */ pS(() => /* @__PURE__ */ K("b", null, [
34122
34122
  /* @__PURE__ */ K("span", null, "Related Features")
34123
34123
  ], -1)), nwe = { class: "connection-label" };
34124
34124
  function rwe(e, t, n, r, a, o) {
@@ -34191,10 +34191,10 @@ function rwe(e, t, n, r, a, o) {
34191
34191
  trigger: "hover",
34192
34192
  disabled: d.label.length < 20,
34193
34193
  width: 200,
34194
- content: o.capitalise(d.label)
34194
+ content: o.capitalize(d.label)
34195
34195
  }, {
34196
34196
  reference: q(() => [
34197
- K("span", nwe, _e(o.capitalise(d.label)), 1)
34197
+ K("span", nwe, _e(o.capitalize(d.label)), 1)
34198
34198
  ]),
34199
34199
  _: 2
34200
34200
  }, 1032, ["disabled", "content"])
@@ -34212,7 +34212,7 @@ function rwe(e, t, n, r, a, o) {
34212
34212
  })) : te("", !0)
34213
34213
  ]);
34214
34214
  }
34215
- const awe = /* @__PURE__ */ Il(Z2e, [["render", rwe], ["__scopeId", "data-v-3c6a9006"]]), IB = (e, t) => {
34215
+ const awe = /* @__PURE__ */ Il(Z2e, [["render", rwe], ["__scopeId", "data-v-1ddab772"]]), IB = (e, t) => {
34216
34216
  const n = e.__vccOpts || e;
34217
34217
  for (const [r, a] of t)
34218
34218
  n[r] = a;
@@ -34891,12 +34891,12 @@ const gwe = /* @__PURE__ */ IB(fwe, [["render", vwe]]), mwe = (e, t) => {
34891
34891
  data: function() {
34892
34892
  return {
34893
34893
  toolbarIcons: [
34894
- { name: "Edit", active: !1, disabled: !1 },
34895
- { name: "Delete", active: !1, disabled: !1 },
34896
- { name: "Point", active: !1, disabled: !1 },
34897
- { name: "LineString", active: !1, disabled: !1 },
34898
- { name: "Polygon", active: !1, disabled: !1 },
34899
- { name: "Connection", active: !1, disabled: !0 }
34894
+ { name: "Edit", active: !1, disabled: !1, type: "mode" },
34895
+ { name: "Delete", active: !1, disabled: !1, type: "mode" },
34896
+ { name: "Point", active: !1, disabled: !1, type: "tool" },
34897
+ { name: "LineString", active: !1, disabled: !1, type: "tool" },
34898
+ { name: "Polygon", active: !1, disabled: !1, type: "tool" },
34899
+ { name: "Connection", active: !1, disabled: !0, type: "conn" }
34900
34900
  ],
34901
34901
  connectionDisplay: !1,
34902
34902
  dialogPosition: {
@@ -34944,10 +34944,10 @@ const gwe = /* @__PURE__ */ IB(fwe, [["render", vwe]]), mwe = (e, t) => {
34944
34944
  this.disabledToolbarConnectionIcon(!0);
34945
34945
  },
34946
34946
  activeDrawMode: function(e) {
34947
- this.updateToolbarIcons(e), e === "Delete" && (this.connectionDisplay = !1);
34947
+ this.updateToolbarIcons(e, "mode"), e === "Delete" && (this.connectionDisplay = !1);
34948
34948
  },
34949
34949
  activeDrawTool: function(e) {
34950
- this.updateToolbarIcons(e), e || (this.connectionDisplay = !1);
34950
+ this.updateToolbarIcons(e, "tool"), e || (this.connectionDisplay = !1);
34951
34951
  },
34952
34952
  newlyDrawnExist: function(e) {
34953
34953
  e && (this.connectionDisplay = !0);
@@ -34986,20 +34986,20 @@ const gwe = /* @__PURE__ */ IB(fwe, [["render", vwe]]), mwe = (e, t) => {
34986
34986
  connectionClickEvent: function() {
34987
34987
  !this.iconDisabled("Connection") && !this.newlyDrawnExist && (this.connectionDisplay = !this.connectionDisplay);
34988
34988
  },
34989
- updateToolbarIcons: function(e) {
34990
- this.toolbarIcons.map((t) => {
34991
- t.name === e ? t.active = !0 : t.active = !1;
34992
- }), this.toolbarIcons.filter((t) => t.name !== "Connection" && t.name !== e).map((t) => {
34993
- e ? t.disabled = !0 : t.disabled = !1;
34989
+ updateToolbarIcons: function(e, t) {
34990
+ this.toolbarIcons.map((n) => {
34991
+ n.name === e ? n.active = !0 : n.active = !1;
34992
+ }), this.toolbarIcons.filter((n) => n.type !== "conn").filter((n) => n.type !== t).map((n) => {
34993
+ e ? n.disabled = !0 : n.disabled = !1;
34994
34994
  }), this.toolbarCssHacks();
34995
34995
  },
34996
34996
  disabledToolbarConnectionIcon: function(e) {
34997
- this.toolbarIcons.filter((t) => t.name === "Connection").map((t) => {
34997
+ this.toolbarIcons.filter((t) => t.type === "conn").map((t) => {
34998
34998
  e ? t.disabled = !0 : t.disabled = !1, this.activeDrawMode === "Delete" && (t.disabled = !0);
34999
34999
  }), this.toolbarCssHacks();
35000
35000
  },
35001
35001
  activeToolbarConnectionIcon: function(e) {
35002
- this.toolbarIcons.filter((t) => t.name === "Connection").map((t) => {
35002
+ this.toolbarIcons.filter((t) => t.type === "conn").map((t) => {
35003
35003
  e ? t.active = !0 : t.active = !1;
35004
35004
  }), this.toolbarCssHacks();
35005
35005
  },
@@ -35195,7 +35195,7 @@ function xwe(e, t, n, r, a, o) {
35195
35195
  ]) : te("", !0)
35196
35196
  ]);
35197
35197
  }
35198
- const ult = /* @__PURE__ */ Il(ywe, [["render", xwe], ["__scopeId", "data-v-6ac1a744"]]), kwe = {
35198
+ const ult = /* @__PURE__ */ Il(ywe, [["render", xwe], ["__scopeId", "data-v-8a96a220"]]), kwe = {
35199
35199
  name: "HelpModeDialog",
35200
35200
  props: {
35201
35201
  /**
@@ -40313,7 +40313,7 @@ function YCe(e, t, n, r, a, o) {
40313
40313
  })
40314
40314
  ]);
40315
40315
  }
40316
- const k7 = /* @__PURE__ */ qi(WCe, [["render", YCe], ["__scopeId", "data-v-890cc586"]]), XCe = uh(() => import("./Flatmap-DAkYnCgG.js")), ZCe = uh(() => import("./Iframe-BbEikgPo.js")), QCe = uh(() => import("./MultiFlatmap-CxIszJ7Z.js")), JCe = uh(() => import("./Plot-B9oatH85.js")), e5e = uh(() => import("./Scaffold-BsXZAy90.js")), t5e = uh(() => import("./Simulation-D-Wc4Wea.js")), n5e = {
40316
+ const k7 = /* @__PURE__ */ qi(WCe, [["render", YCe], ["__scopeId", "data-v-890cc586"]]), XCe = uh(() => import("./Flatmap-BKEPnaCc.js")), ZCe = uh(() => import("./Iframe-Bb9zxykf.js")), QCe = uh(() => import("./MultiFlatmap-Bbm63ncf.js")), JCe = uh(() => import("./Plot-CpP1m0-q.js")), e5e = uh(() => import("./Scaffold-BOXf9pkx.js")), t5e = uh(() => import("./Simulation-B__4pHV9.js")), n5e = {
40317
40317
  name: "ContentVuer",
40318
40318
  props: {
40319
40319
  /**
@@ -1,4 +1,4 @@
1
- import { M as a } from "./index-D0k_j3P6.js";
1
+ import { M as a } from "./index-D9zO35dX.js";
2
2
  export {
3
3
  a as MapContent
4
4
  };