runbir-tools 1.0.0 → 1.0.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.
- package/dist/runbir-tools.es.js +13 -8
- package/dist/runbir-tools.umd.js +3 -2
- package/dist/style.css +1 -0
- package/package.json +3 -2
- package/dist/runbir-tools.css +0 -1
package/dist/runbir-tools.es.js
CHANGED
|
@@ -24186,8 +24186,8 @@ class Overlay extends BaseObject {
|
|
|
24186
24186
|
}
|
|
24187
24187
|
}
|
|
24188
24188
|
const _hoisted_1 = {
|
|
24189
|
-
id: "
|
|
24190
|
-
class: "
|
|
24189
|
+
id: "map",
|
|
24190
|
+
class: "map"
|
|
24191
24191
|
}, _sfc_main = /* @__PURE__ */ defineComponent({
|
|
24192
24192
|
__name: "VueOl",
|
|
24193
24193
|
props: {
|
|
@@ -24196,9 +24196,14 @@ const _hoisted_1 = {
|
|
|
24196
24196
|
emits: ["olMap"],
|
|
24197
24197
|
setup(__props, { emit: __emit }) {
|
|
24198
24198
|
const emits = __emit, props = __props, layers = [], options = {
|
|
24199
|
-
target: "
|
|
24199
|
+
target: "map",
|
|
24200
24200
|
layers,
|
|
24201
|
-
view: new View(props.options.view)
|
|
24201
|
+
view: new View(props.options.view),
|
|
24202
|
+
controls: defaults$1({
|
|
24203
|
+
rotate: !1,
|
|
24204
|
+
zoom: !1,
|
|
24205
|
+
...props.options.controls
|
|
24206
|
+
})
|
|
24202
24207
|
};
|
|
24203
24208
|
let map;
|
|
24204
24209
|
const typhoonList = {}, typhoonMarks = {}, addLayer = (s) => {
|
|
@@ -24612,13 +24617,13 @@ const _hoisted_1 = {
|
|
|
24612
24617
|
for (const [i, n] of e)
|
|
24613
24618
|
t[i] = n;
|
|
24614
24619
|
return t;
|
|
24615
|
-
}, VueOl = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-
|
|
24620
|
+
}, VueOl = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-1225a1e0"]]), components = {
|
|
24616
24621
|
VueOl
|
|
24617
24622
|
// 其他组件...
|
|
24618
24623
|
}, index = {
|
|
24619
|
-
install(s
|
|
24620
|
-
for (const
|
|
24621
|
-
s.component(
|
|
24624
|
+
install(s) {
|
|
24625
|
+
for (const e in components)
|
|
24626
|
+
s.component(e, components[e]);
|
|
24622
24627
|
},
|
|
24623
24628
|
...components
|
|
24624
24629
|
};
|