runbir-tools 1.0.17 → 1.0.18
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/runbir-tools.es.js +5 -15
- package/dist/runbir-tools.umd.js +6 -6
- package/package.json +1 -1
package/dist/runbir-tools.es.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
(function(){"use strict";try{if(typeof document<"u"){var e=document.createElement("style");e.appendChild(document.createTextNode(".map[data-v-
|
|
1
|
+
(function(){"use strict";try{if(typeof document<"u"){var e=document.createElement("style");e.appendChild(document.createTextNode(".map[data-v-857ca3de]{width:100%;height:100%}@keyframes rotate-857ca3de{0%{transform:rotate(0)}to{transform:rotate(360deg)}}")),document.head.appendChild(e)}}catch(t){console.error("vite-plugin-css-injected-by-js",t)}})();
|
|
2
2
|
var ze = Object.defineProperty;
|
|
3
3
|
var Ve = (s, e, t) => e in s ? ze(s, e, { enumerable: !0, configurable: !0, writable: !0, value: t }) : s[e] = t;
|
|
4
4
|
var se = (s, e, t) => Ve(s, typeof e != "symbol" ? e + "" : e, t);
|
|
@@ -24255,18 +24255,8 @@ const _hoisted_1 = {
|
|
|
24255
24255
|
}, updateImageStaticLayer = (s, e, t) => {
|
|
24256
24256
|
if (Object.prototype.hasOwnProperty.call(e.source ?? {}, "url")) {
|
|
24257
24257
|
const r = props.options.layers.find((o) => o.id === t);
|
|
24258
|
-
|
|
24259
|
-
|
|
24260
|
-
return;
|
|
24261
|
-
}
|
|
24262
|
-
if (r != null && r.useInterimTilesWhenMissing) {
|
|
24263
|
-
s.setSource(null), s.setSource(getSource(r));
|
|
24264
|
-
return;
|
|
24265
|
-
}
|
|
24266
|
-
if (!s.getSource()) {
|
|
24267
|
-
r && s.setSource(getSource(r));
|
|
24268
|
-
return;
|
|
24269
|
-
}
|
|
24258
|
+
s.setSource(null), e.source.url && r && s.setSource(getSource(r));
|
|
24259
|
+
return;
|
|
24270
24260
|
}
|
|
24271
24261
|
updated(s, e, t, [
|
|
24272
24262
|
"extent",
|
|
@@ -24280,7 +24270,7 @@ const _hoisted_1 = {
|
|
|
24280
24270
|
"source",
|
|
24281
24271
|
"visible",
|
|
24282
24272
|
"zIndex"
|
|
24283
|
-
], ["attributions", "properties"
|
|
24273
|
+
], ["attributions", "properties"]);
|
|
24284
24274
|
}, updatePointLayer = (layer, info) => {
|
|
24285
24275
|
const layerEffectiveFields = [
|
|
24286
24276
|
"declutter",
|
|
@@ -24690,7 +24680,7 @@ const _hoisted_1 = {
|
|
|
24690
24680
|
for (const [i, n] of e)
|
|
24691
24681
|
t[i] = n;
|
|
24692
24682
|
return t;
|
|
24693
|
-
}, VueOl = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-
|
|
24683
|
+
}, VueOl = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-857ca3de"]]), plugin = {
|
|
24694
24684
|
install(s) {
|
|
24695
24685
|
s.component("VueOl", VueOl);
|
|
24696
24686
|
}
|