@abi-software/scaffoldvuer 1.9.1-beta.0 → 1.9.1-beta.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/scaffoldvuer.js
CHANGED
|
@@ -41441,6 +41441,13 @@ const rU = {
|
|
|
41441
41441
|
showLocalSettings: {
|
|
41442
41442
|
type: Boolean,
|
|
41443
41443
|
default: !0
|
|
41444
|
+
},
|
|
41445
|
+
/**
|
|
41446
|
+
* The option to show open new map button
|
|
41447
|
+
*/
|
|
41448
|
+
showOpenMapButton: {
|
|
41449
|
+
type: Boolean,
|
|
41450
|
+
default: !0
|
|
41444
41451
|
}
|
|
41445
41452
|
},
|
|
41446
41453
|
provide() {
|
|
@@ -43111,7 +43118,7 @@ function vU(n, e, t, i, r, s) {
|
|
|
43111
43118
|
ze("div", {
|
|
43112
43119
|
class: Ce(["settings-group", { open: n.drawerOpen, close: !n.drawerOpen }])
|
|
43113
43120
|
}, [
|
|
43114
|
-
|
|
43121
|
+
t.showOpenMapButton ? (ye(), ke(y, { key: 0 }, {
|
|
43115
43122
|
default: ve(() => [
|
|
43116
43123
|
ce(h, {
|
|
43117
43124
|
visible: n.hoverVisibilities[3].value,
|
|
@@ -43137,8 +43144,8 @@ function vU(n, e, t, i, r, s) {
|
|
|
43137
43144
|
}, 8, ["visible"])
|
|
43138
43145
|
]),
|
|
43139
43146
|
_: 1
|
|
43140
|
-
}),
|
|
43141
|
-
t.showLocalSettings ? (ye(), ke(y, { key:
|
|
43147
|
+
})) : Ve("", !0),
|
|
43148
|
+
t.showLocalSettings ? (ye(), ke(y, { key: 1 }, {
|
|
43142
43149
|
default: ve(() => [
|
|
43143
43150
|
ce(h, {
|
|
43144
43151
|
visible: n.hoverVisibilities[4].value,
|
|
@@ -43172,7 +43179,7 @@ function vU(n, e, t, i, r, s) {
|
|
|
43172
43179
|
[w, n.loading]
|
|
43173
43180
|
]);
|
|
43174
43181
|
}
|
|
43175
|
-
const SU = /* @__PURE__ */ fr(rU, [["render", vU], ["__scopeId", "data-v-
|
|
43182
|
+
const SU = /* @__PURE__ */ fr(rU, [["render", vU], ["__scopeId", "data-v-37201f15"]]);
|
|
43176
43183
|
export {
|
|
43177
43184
|
SU as ScaffoldVuer
|
|
43178
43185
|
};
|