runbir-tools 1.0.4 → 1.0.5
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 +18 -17
- package/dist/runbir-tools.umd.js +2 -1
- package/package.json +14 -13
- package/types/App.vue.d.ts +2 -0
- package/types/components/VueOl.vue.d.ts +16 -0
- package/types/index.d.ts +5 -0
- package/types/main.d.ts +1 -0
- package/types/router/index.d.ts +2 -0
- package/types/services/demo.services.d.ts +2 -0
- package/{dist/types/src → types}/utils/Typhoon.d.ts +2 -2
- package/types/view/Index.vue.d.ts +2 -0
- package/dist/runbir-tools.css +0 -1
- package/dist/types/src/App.vue.d.ts +0 -2
- package/dist/types/src/components/VueOl.vue.d.ts +0 -16
- package/dist/types/src/main.d.ts +0 -0
- package/dist/types/src/router/index.d.ts +0 -2
- package/dist/types/src/services/demo.services.d.ts +0 -10
- package/dist/types/src/view/Index.vue.d.ts +0 -2
- package/dist/types/vite.config.d.ts +0 -2
- /package/{dist/types/src → types}/services/api-client.d.ts +0 -0
- /package/{dist/types/src → types}/utils/WindBarb.d.ts +0 -0
package/dist/runbir-tools.es.js
CHANGED
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
(function(){"use strict";try{if(typeof document<"u"){var e=document.createElement("style");e.appendChild(document.createTextNode(".map[data-v-f90a5acf]{width:100%;height:100%}@keyframes rotate-f90a5acf{0%{transform:rotate(0)}to{transform:rotate(360deg)}}")),document.head.appendChild(e)}}catch(t){console.error("vite-plugin-css-injected-by-js",t)}})();
|
|
1
2
|
var ze = Object.defineProperty;
|
|
2
3
|
var Ve = (s, e, t) => e in s ? ze(s, e, { enumerable: !0, configurable: !0, writable: !0, value: t }) : s[e] = t;
|
|
3
4
|
var se = (s, e, t) => Ve(s, typeof e != "symbol" ? e + "" : e, t);
|
|
@@ -18346,17 +18347,17 @@ class Executor {
|
|
|
18346
18347
|
);
|
|
18347
18348
|
p = (ee.anchorY - te) * this.pixelRatio, v[5] = p, $ = T.height, v[6] = $, _e = T.width, v[13] = _e;
|
|
18348
18349
|
}
|
|
18349
|
-
let
|
|
18350
|
-
v.length > 25 && (
|
|
18350
|
+
let ve;
|
|
18351
|
+
v.length > 25 && (ve = /** @type {number} */
|
|
18351
18352
|
v[25]);
|
|
18352
|
-
let
|
|
18353
|
-
v.length > 17 ? (
|
|
18353
|
+
let Re, we, Se;
|
|
18354
|
+
v.length > 17 ? (Re = /** @type {Array<number>} */
|
|
18354
18355
|
v[16], we = /** @type {Array<*>} */
|
|
18355
18356
|
v[17], Se = /** @type {Array<*>} */
|
|
18356
|
-
v[18]) : (
|
|
18357
|
+
v[18]) : (Re = defaultPadding, we = null, Se = null), Ee && B ? de += O : !Ee && !B && (de -= O);
|
|
18357
18358
|
let Be = 0;
|
|
18358
18359
|
for (; g < f; g += 2) {
|
|
18359
|
-
if (
|
|
18360
|
+
if (ve && ve[Be++] < _e / this.pixelRatio)
|
|
18360
18361
|
continue;
|
|
18361
18362
|
const ee = this.calculateImageOrLabelDimensions_(
|
|
18362
18363
|
T.width,
|
|
@@ -18372,7 +18373,7 @@ class Executor {
|
|
|
18372
18373
|
de,
|
|
18373
18374
|
me,
|
|
18374
18375
|
r,
|
|
18375
|
-
|
|
18376
|
+
Re,
|
|
18376
18377
|
!!we || !!Se,
|
|
18377
18378
|
F
|
|
18378
18379
|
), ge = [
|
|
@@ -24612,17 +24613,17 @@ const _hoisted_1 = {
|
|
|
24612
24613
|
{ deep: !0 }
|
|
24613
24614
|
), (s, e) => (openBlock(), createElementBlock("div", _hoisted_1));
|
|
24614
24615
|
}
|
|
24615
|
-
}),
|
|
24616
|
-
|
|
24617
|
-
|
|
24618
|
-
|
|
24616
|
+
}), _export_sfc = (s, e) => {
|
|
24617
|
+
const t = s.__vccOpts || s;
|
|
24618
|
+
for (const [i, n] of e)
|
|
24619
|
+
t[i] = n;
|
|
24620
|
+
return t;
|
|
24621
|
+
}, VueOl = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-f90a5acf"]]), plugin = {
|
|
24619
24622
|
install(s) {
|
|
24620
|
-
|
|
24621
|
-
|
|
24622
|
-
},
|
|
24623
|
-
...components
|
|
24623
|
+
s.component("VueOl", VueOl);
|
|
24624
|
+
}
|
|
24624
24625
|
};
|
|
24625
24626
|
export {
|
|
24626
|
-
|
|
24627
|
-
|
|
24627
|
+
VueOl,
|
|
24628
|
+
plugin as default
|
|
24628
24629
|
};
|