@idmui/spot 1.1.4 → 1.1.6
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/index-1f1c58fe.js +20769 -0
- package/dist/{index.es-1a8098f3.js → index.es-a3838241.js} +3 -8
- package/dist/index.js +5 -6
- package/dist/index.umd.cjs +185 -180
- package/dist/style.css +1 -1
- package/package.json +2 -2
- package/dist/index-abf08d14.js +0 -19630
|
@@ -1,16 +1,11 @@
|
|
|
1
|
-
import { _ as za } from "./index-
|
|
1
|
+
import { c as Ke, _ as za, g as _o } from "./index-1f1c58fe.js";
|
|
2
2
|
import "moment";
|
|
3
|
-
import "moment-timezone";
|
|
4
3
|
import "@element-plus/icons-vue";
|
|
5
4
|
import "@idm-plugin/geo";
|
|
6
5
|
import "@idm-plugin/meteo";
|
|
7
6
|
import "vue";
|
|
8
7
|
import "echarts";
|
|
9
8
|
import "axios";
|
|
10
|
-
var Ke = typeof globalThis < "u" ? globalThis : typeof window < "u" ? window : typeof global < "u" ? global : typeof self < "u" ? self : {};
|
|
11
|
-
function _o(a) {
|
|
12
|
-
return a && a.__esModule && Object.prototype.hasOwnProperty.call(a, "default") ? a.default : a;
|
|
13
|
-
}
|
|
14
9
|
var vt = function(a) {
|
|
15
10
|
return a && a.Math === Math && a;
|
|
16
11
|
}, V = (
|
|
@@ -2354,7 +2349,7 @@ function Yb(a) {
|
|
|
2354
2349
|
createImage: t.loadImage
|
|
2355
2350
|
};
|
|
2356
2351
|
}
|
|
2357
|
-
var
|
|
2352
|
+
var v2 = /* @__PURE__ */ Object.freeze({
|
|
2358
2353
|
__proto__: null,
|
|
2359
2354
|
offscreen: Hb,
|
|
2360
2355
|
node: Yb
|
|
@@ -5746,7 +5741,7 @@ export {
|
|
|
5746
5741
|
Qb as normalizeAttributeName,
|
|
5747
5742
|
Kb as normalizeColor,
|
|
5748
5743
|
gl as parseExternalUrl,
|
|
5749
|
-
|
|
5744
|
+
v2 as presets,
|
|
5750
5745
|
ie as toNumbers,
|
|
5751
5746
|
Xb as trimLeft,
|
|
5752
5747
|
Wb as trimRight,
|
package/dist/index.js
CHANGED
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { d as s, b as g, a as h, S as l } from "./index-1f1c58fe.js";
|
|
2
2
|
import "moment";
|
|
3
|
-
import "moment-timezone";
|
|
4
3
|
import "@element-plus/icons-vue";
|
|
5
4
|
import "@idm-plugin/geo";
|
|
6
5
|
import "@idm-plugin/meteo";
|
|
@@ -8,8 +7,8 @@ import "vue";
|
|
|
8
7
|
import "echarts";
|
|
9
8
|
import "axios";
|
|
10
9
|
export {
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
10
|
+
s as SpotReport,
|
|
11
|
+
g as SpotReportPlugin,
|
|
12
|
+
h as SpotWeather,
|
|
13
|
+
l as SpotWeatherPlugin
|
|
15
14
|
};
|