runbir-tools 1.0.3 → 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 +5 -9
- package/dist/runbir-tools.umd.js +3 -2
- package/package.json +16 -14
- 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/api-client.d.ts +3 -0
- package/types/services/demo.services.d.ts +2 -0
- package/types/utils/Typhoon.d.ts +48 -0
- package/types/utils/WindBarb.d.ts +22 -0
- package/types/view/Index.vue.d.ts +2 -0
- package/dist/runbir-tools.css +0 -1
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);
|
|
@@ -24617,17 +24618,12 @@ const _hoisted_1 = {
|
|
|
24617
24618
|
for (const [i, n] of e)
|
|
24618
24619
|
t[i] = n;
|
|
24619
24620
|
return t;
|
|
24620
|
-
}, VueOl = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-
|
|
24621
|
-
VueOl
|
|
24622
|
-
// 其他组件...
|
|
24623
|
-
}, index = {
|
|
24621
|
+
}, VueOl = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-f90a5acf"]]), plugin = {
|
|
24624
24622
|
install(s) {
|
|
24625
|
-
|
|
24626
|
-
|
|
24627
|
-
},
|
|
24628
|
-
...components
|
|
24623
|
+
s.component("VueOl", VueOl);
|
|
24624
|
+
}
|
|
24629
24625
|
};
|
|
24630
24626
|
export {
|
|
24631
24627
|
VueOl,
|
|
24632
|
-
|
|
24628
|
+
plugin as default
|
|
24633
24629
|
};
|