@idmui/basic 0.2.4 → 0.2.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/Spot/index.d.ts +4 -4
- package/dist/index.js +9 -12
- package/dist/index.umd.cjs +4 -4
- package/dist/style.css +1 -1
- package/package.json +1 -1
package/dist/Spot/index.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { Plugin } from 'vue';
|
|
2
|
-
import
|
|
3
|
-
import
|
|
4
|
-
import
|
|
2
|
+
import ForecastReport from './src/forecast.vue';
|
|
3
|
+
import HistoricalReport from './src/historical.vue';
|
|
4
|
+
import SeasonalReport from './src/seasonal.vue';
|
|
5
5
|
export declare const IdmSpotPlugin: Plugin;
|
|
6
|
-
export {
|
|
6
|
+
export { ForecastReport, HistoricalReport, SeasonalReport };
|
package/dist/index.js
CHANGED
|
@@ -1490,10 +1490,7 @@ const G3 = {
|
|
|
1490
1490
|
}, h6 = {
|
|
1491
1491
|
key: 5,
|
|
1492
1492
|
id: "windEchart"
|
|
1493
|
-
}, c6 = {
|
|
1494
|
-
key: 6,
|
|
1495
|
-
class: "page-break"
|
|
1496
|
-
}, d6 = {
|
|
1493
|
+
}, c6 = { key: 6 }, d6 = {
|
|
1497
1494
|
key: 7,
|
|
1498
1495
|
id: "waveChart"
|
|
1499
1496
|
}, m6 = { class: "table-section" }, p6 = {
|
|
@@ -2012,7 +2009,7 @@ function w0(l, t, e, d, c, s) {
|
|
|
2012
2009
|
])
|
|
2013
2010
|
]);
|
|
2014
2011
|
}
|
|
2015
|
-
const v0 = /* @__PURE__ */ o2(G3, [["render", w0], ["__scopeId", "data-v-
|
|
2012
|
+
const v0 = /* @__PURE__ */ o2(G3, [["render", w0], ["__scopeId", "data-v-ab9fbff0"]]);
|
|
2016
2013
|
const z0 = {
|
|
2017
2014
|
name: "IdmHistorical",
|
|
2018
2015
|
components: {
|
|
@@ -4534,7 +4531,7 @@ function X4(l, t, e, d, c, s) {
|
|
|
4534
4531
|
])
|
|
4535
4532
|
]);
|
|
4536
4533
|
}
|
|
4537
|
-
const J4 = /* @__PURE__ */ o2(z0, [["render", X4], ["__scopeId", "data-v-
|
|
4534
|
+
const J4 = /* @__PURE__ */ o2(z0, [["render", X4], ["__scopeId", "data-v-7cc214b8"]]);
|
|
4538
4535
|
const Q4 = {
|
|
4539
4536
|
name: "IdmSeasonal",
|
|
4540
4537
|
components: {
|
|
@@ -5051,7 +5048,7 @@ const Q4 = {
|
|
|
5051
5048
|
}, ne = { style: { "margin-left": "8px" } }, he = { class: "content-box" }, ce = { class: "summary-section" }, de = {
|
|
5052
5049
|
class: "title",
|
|
5053
5050
|
style: { "margin-left": "5px" }
|
|
5054
|
-
}, me = { class: "info-block" }, pe = { class: "text" }, ge = { class: "text" }, ue = { class: "text" }, fe = { class: "text" }, be = { class: "text" }, ye = { class: "text" }, xe = { class: "text" }, we = { class: "text" }, ve = { class: "text" }, ze = { class: "text" }, ke = { class: "text" }, Fe = {
|
|
5051
|
+
}, me = { class: "spot-info-block" }, pe = { class: "text" }, ge = { class: "text" }, ue = { class: "text" }, fe = { class: "text" }, be = { class: "text" }, ye = { class: "text" }, xe = { class: "text" }, we = { class: "text" }, ve = { class: "text" }, ze = { class: "text" }, ke = { class: "text" }, Fe = {
|
|
5055
5052
|
class: "seasonal-weather-section",
|
|
5056
5053
|
style: {}
|
|
5057
5054
|
}, Me = {
|
|
@@ -5209,9 +5206,9 @@ function _e(l, t, e, d, c, s) {
|
|
|
5209
5206
|
])
|
|
5210
5207
|
]);
|
|
5211
5208
|
}
|
|
5212
|
-
const He = /* @__PURE__ */ o2(Q4, [["render", _e], ["__scopeId", "data-v-
|
|
5209
|
+
const He = /* @__PURE__ */ o2(Q4, [["render", _e], ["__scopeId", "data-v-2fda2548"]]), x8 = {
|
|
5213
5210
|
install(l) {
|
|
5214
|
-
l.component("
|
|
5211
|
+
l.component("ForecastReport", v0), l.component("HistoricalReport", J4), l.component("SeasonalReport", He);
|
|
5215
5212
|
}
|
|
5216
5213
|
};
|
|
5217
5214
|
const Le = {
|
|
@@ -9214,15 +9211,15 @@ const c8 = /* @__PURE__ */ o2(n8, [["render", h8]]), v8 = {
|
|
|
9214
9211
|
};
|
|
9215
9212
|
export {
|
|
9216
9213
|
b8 as BrandPlugin,
|
|
9214
|
+
v0 as ForecastReport,
|
|
9215
|
+
J4 as HistoricalReport,
|
|
9217
9216
|
A3 as IdmBrand,
|
|
9218
|
-
v0 as IdmForecast,
|
|
9219
|
-
J4 as IdmHistorical,
|
|
9220
9217
|
B2 as IdmLoading,
|
|
9221
9218
|
y8 as IdmLoadingPlugin,
|
|
9222
|
-
He as IdmSeasonal,
|
|
9223
9219
|
x8 as IdmSpotPlugin,
|
|
9224
9220
|
r8 as IdmTropical,
|
|
9225
9221
|
w8 as IdmTropicalPlugin,
|
|
9222
|
+
He as SeasonalReport,
|
|
9226
9223
|
v8 as StoppageReportPlugin,
|
|
9227
9224
|
c8 as basicStyle
|
|
9228
9225
|
};
|