vue-chrts 0.0.104 → 0.0.106

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.
@@ -15848,4 +15848,10 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
15848
15848
  }
15849
15849
  });
15850
15850
 
15851
- export { _sfc_main$4 as AreaChart, _sfc_main$3 as AreaStackedChart, _sfc_main$2 as BarChart, _sfc_main$1 as DonutChart, _sfc_main as LineChart };
15851
+ var PaginationPosition = /* @__PURE__ */ ((PaginationPosition2) => {
15852
+ PaginationPosition2["Top"] = "top";
15853
+ PaginationPosition2["Bottom"] = "bottom";
15854
+ return PaginationPosition2;
15855
+ })(PaginationPosition || {});
15856
+
15857
+ export { _sfc_main$4 as AreaChart, _sfc_main$3 as AreaStackedChart, _sfc_main$2 as BarChart, _sfc_main$1 as DonutChart, _sfc_main as LineChart, PaginationPosition };
package/dist/charts.d.ts CHANGED
@@ -15,4 +15,4 @@ type ChartModule = {
15
15
  LineChartProps: LineChartProps<any>;
16
16
  PaginationPosition: typeof PaginationPosition;
17
17
  };
18
- export { type ChartModule, type DonutChartProps, type LineChartProps };
18
+ export { type ChartModule, type DonutChartProps, type LineChartProps, PaginationPosition };
package/dist/index.d.ts CHANGED
@@ -1,6 +1,8 @@
1
+ import { ChartModule } from './charts.ts';
1
2
  import { default as Progress } from './Progress/Progress.vue';
2
3
  import { default as Status } from './Status/Status.vue';
3
4
  import { default as Tooltip } from './Tooltip/Tooltip.vue';
4
5
 
5
- declare const loadCharts: () => Promise<{}>;
6
- export { Progress, Status, Tooltip, loadCharts };
6
+ export { Progress, Status, Tooltip };
7
+ export declare const loadCharts: () => Promise<ChartModule | {}>;
8
+ export type LoadCharts = typeof loadCharts;
package/dist/index.js CHANGED
@@ -183,7 +183,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
183
183
 
184
184
  const loadCharts = () => {
185
185
  if (import.meta.client || typeof window !== "undefined") {
186
- return import('./charts-CN5mWoq-.js').then((module) => {
186
+ return import('./charts-bM3o2NNr.js').then((module) => {
187
187
  return module;
188
188
  });
189
189
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "vue-chrts",
3
3
  "type": "module",
4
- "version": "0.0.104",
4
+ "version": "0.0.106",
5
5
  "license": "MIT",
6
6
  "files": [
7
7
  "dist"