@mobileaction/action-kit 1.55.11-beta.0 → 1.55.11-beta.1

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.
@@ -1,13 +1,12 @@
1
- import type { MaChartProps } from './types';
2
- import Highcharts from 'highcharts';
3
- declare function getChart(): Highcharts.Chart;
1
+ import type { ChartConstructor, MaChartProps } from './types';
2
+ declare function getChart(): ChartConstructor;
4
3
  declare const _default: import("vue").DefineComponent<MaChartProps, {
5
4
  getChart: typeof getChart;
6
5
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
7
- chartReady: (chart: Highcharts.Chart) => any;
6
+ chartReady: (chart: ChartConstructor) => any;
8
7
  chartDestroyed: () => any;
9
8
  }, string, import("vue").PublicProps, Readonly<MaChartProps> & Readonly<{
10
- onChartReady?: (chart: Highcharts.Chart) => any;
9
+ onChartReady?: (chart: ChartConstructor) => any;
11
10
  onChartDestroyed?: () => any;
12
11
  }>, {
13
12
  constructorType: import("./types").ChartConstructorType;
@@ -105,8 +105,9 @@ export interface MaChartProps {
105
105
  }
106
106
  export type ChartNamespace = typeof Highcharts;
107
107
  export type ChartConstructorType = keyof typeof Highcharts;
108
- export type ChartConstructor = Highcharts.Chart;
108
+ export type ChartConstructor = Highcharts.Chart | Highcharts.StockChart | Highcharts.MapChart;
109
109
  export type ChartOptions = Highcharts.Options;
110
+ export type ChartSeriesOptionsType = Highcharts.SeriesOptionsType;
110
111
  export type ChartUpdateArgs = [boolean] | [boolean, boolean] | [boolean, boolean, boolean];
111
112
  export type ChartModuleName = 'stock' | 'map' | 'wordcloud' | 'venn' | 'funnel' | 'annotations' | 'exporting' | 'offline-exporting' | 'export-data';
112
113
  export interface ModulesToLoad {
@@ -1,4 +1,4 @@
1
- export type { ActionKitConfigOptions, UseActionKitConfig } from './config';
2
- export { ActionKitSymbol } from './constants';
3
- export { default as ActionKit } from './plugin';
4
- export { useActionKit } from './use-action-kit';
1
+ export type { ActionKitConfigOptions, UseActionKitConfig } from '@/config/config';
2
+ export { ActionKitSymbol } from '@/config/constants';
3
+ export { default as ActionKit } from '@/config/plugin';
4
+ export { useActionKit } from '@/config/use-action-kit';
@@ -1,4 +1,4 @@
1
- import { g as Ge } from "./index-HRyHV1rP.js";
1
+ import { g as Ge } from "./index-BzW0O3he.js";
2
2
  function ze(G, le) {
3
3
  for (var R = 0; R < le.length; R++) {
4
4
  const k = le[R];
@@ -1,4 +1,4 @@
1
- import { g as Bt } from "./index-HRyHV1rP.js";
1
+ import { g as Bt } from "./index-BzW0O3he.js";
2
2
  function Gt(U, $) {
3
3
  for (var k = 0; k < $.length; k++) {
4
4
  const F = $[k];
@@ -1,4 +1,4 @@
1
- import { g as De } from "./index-HRyHV1rP.js";
1
+ import { g as De } from "./index-BzW0O3he.js";
2
2
  function He(q, J) {
3
3
  for (var W = 0; W < J.length; W++) {
4
4
  const m = J[W];