@idmui/basic 0.2.5 → 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 +4 -4
- package/dist/index.umd.cjs +2 -2
- 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
|
@@ -5208,7 +5208,7 @@ function _e(l, t, e, d, c, s) {
|
|
|
5208
5208
|
}
|
|
5209
5209
|
const He = /* @__PURE__ */ o2(Q4, [["render", _e], ["__scopeId", "data-v-2fda2548"]]), x8 = {
|
|
5210
5210
|
install(l) {
|
|
5211
|
-
l.component("
|
|
5211
|
+
l.component("ForecastReport", v0), l.component("HistoricalReport", J4), l.component("SeasonalReport", He);
|
|
5212
5212
|
}
|
|
5213
5213
|
};
|
|
5214
5214
|
const Le = {
|
|
@@ -9211,15 +9211,15 @@ const c8 = /* @__PURE__ */ o2(n8, [["render", h8]]), v8 = {
|
|
|
9211
9211
|
};
|
|
9212
9212
|
export {
|
|
9213
9213
|
b8 as BrandPlugin,
|
|
9214
|
+
v0 as ForecastReport,
|
|
9215
|
+
J4 as HistoricalReport,
|
|
9214
9216
|
A3 as IdmBrand,
|
|
9215
|
-
v0 as IdmForecast,
|
|
9216
|
-
J4 as IdmHistorical,
|
|
9217
9217
|
B2 as IdmLoading,
|
|
9218
9218
|
y8 as IdmLoadingPlugin,
|
|
9219
|
-
He as IdmSeasonal,
|
|
9220
9219
|
x8 as IdmSpotPlugin,
|
|
9221
9220
|
r8 as IdmTropical,
|
|
9222
9221
|
w8 as IdmTropicalPlugin,
|
|
9222
|
+
He as SeasonalReport,
|
|
9223
9223
|
v8 as StoppageReportPlugin,
|
|
9224
9224
|
c8 as basicStyle
|
|
9225
9225
|
};
|