@mobileaction/action-kit 1.45.0-beta.2 → 1.45.0-beta.3

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,4 +1,4 @@
1
- import { g as tr } from "./index-DiBrqwH5.js";
1
+ import { g as tr } from "./index-tfVQaKCc.js";
2
2
  function ir(ne, Ze) {
3
3
  for (var S = 0; S < Ze.length; S++) {
4
4
  const Y = Ze[S];
@@ -1,4 +1,4 @@
1
- import { g as st } from "./index-DiBrqwH5.js";
1
+ import { g as st } from "./index-tfVQaKCc.js";
2
2
  function at(te, pe) {
3
3
  for (var K = 0; K < pe.length; K++) {
4
4
  const _ = pe[K];
@@ -21,6 +21,10 @@ declare const __VLS_component: import("vue").DefineComponent<import("vue").Extra
21
21
  type: BooleanConstructor;
22
22
  default: boolean;
23
23
  };
24
+ noSeriesText: {
25
+ type: StringConstructor;
26
+ default: string;
27
+ };
24
28
  }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
25
29
  loading: {
26
30
  type: BooleanConstructor;
@@ -30,9 +34,14 @@ declare const __VLS_component: import("vue").DefineComponent<import("vue").Extra
30
34
  type: BooleanConstructor;
31
35
  default: boolean;
32
36
  };
37
+ noSeriesText: {
38
+ type: StringConstructor;
39
+ default: string;
40
+ };
33
41
  }>> & Readonly<{}>, {
34
42
  loading: boolean;
35
43
  noSeries: boolean;
44
+ noSeriesText: string;
36
45
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, HTMLDivElement>;
37
46
  declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
38
47
  export default _default;
@@ -10,6 +10,7 @@ declare const _default: import("vue").DefineComponent<MaChartProps, {
10
10
  onChartReady?: (chart: Highcharts.Chart) => any;
11
11
  onChartDestroyed?: () => any;
12
12
  }>, {
13
+ noSeriesText: string;
13
14
  constructorType: import("./types").ChartConstructorType;
14
15
  updateArgs: import("./types").ChartUpdateArgs;
15
16
  deepCopyOnUpdate: boolean;
@@ -9,6 +9,7 @@ export declare const NoSeriesState: Story;
9
9
  export declare const WithoutCustomConfig: Story;
10
10
  export declare const Annotations: Story;
11
11
  export declare const CustomLoadingOverlay: Story;
12
+ export declare const CustomNoSeriesText: Story;
12
13
  export declare const CustomNoSeriesOverlay: Story;
13
14
  export declare const NoWatermark: Story;
14
15
  export declare const CustomWatermark: Story;
@@ -59,6 +59,11 @@ export interface MaChartProps {
59
59
  * Customise the parameters provided to the loading overlay component.
60
60
  */
61
61
  loadingOverlayComponentParams?: any;
62
+ /**
63
+ * Text to display when there is no data.
64
+ * If provided, it overrides the default: `No data to display`.
65
+ */
66
+ noSeriesText?: string;
62
67
  /**
63
68
  * Provide a custom no series overlay component.
64
69
  */
@@ -1,4 +1,4 @@
1
- import { g as ua } from "./index-DiBrqwH5.js";
1
+ import { g as ua } from "./index-tfVQaKCc.js";
2
2
  function ca(Dt, te) {
3
3
  for (var H = 0; H < te.length; H++) {
4
4
  const et = te[H];