@mescius/wijmo.react.chart.animation 5.20241.10-nightly.d20240611.t020403 → 5.20241.10-nightly.d20240613.t051638

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,6 +1,6 @@
1
1
  /*!
2
2
  *
3
- * Wijmo Library 5.20241.10-nightly.d20240611.t020403
3
+ * Wijmo Library 5.20241.10-nightly.d20240613.t051638
4
4
  * https://developer.mescius.com/wijmo
5
5
  *
6
6
  * Copyright(c) MESCIUS inc. All rights reserved.
package/es2015-esm.js CHANGED
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  *
3
- * Wijmo Library 5.20241.10-nightly.d20240611.t020403
3
+ * Wijmo Library 5.20241.10-nightly.d20240613.t051638
4
4
  * https://developer.mescius.com/wijmo
5
5
  *
6
6
  * Copyright(c) MESCIUS inc. All rights reserved.
package/es5-esm.js CHANGED
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  *
3
- * Wijmo Library 5.20241.10-nightly.d20240611.t020403
3
+ * Wijmo Library 5.20241.10-nightly.d20240613.t051638
4
4
  * https://developer.mescius.com/wijmo
5
5
  *
6
6
  * Copyright(c) MESCIUS inc. All rights reserved.
package/index.d.ts CHANGED
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  *
3
- * Wijmo Library 5.20241.10-nightly.d20240611.t020403
3
+ * Wijmo Library 5.20241.10-nightly.d20240613.t051638
4
4
  * https://developer.mescius.com/wijmo
5
5
  *
6
6
  * Copyright(c) MESCIUS inc. All rights reserved.
@@ -18,10 +18,11 @@
18
18
  *
19
19
  */
20
20
  export declare var ___keepComment: any;
21
+ import { BaseInputs, WjRef } from '@mescius/wijmo.react.base';
21
22
  import * as React from 'react';
22
23
  import * as wjcCore from '@mescius/wijmo';
23
24
  import * as wjcChartAnimation from '@mescius/wijmo.chart.animation';
24
- export declare type FlexChartAnimationProps = {
25
+ export declare type FlexChartAnimationInputs = BaseInputs & {
25
26
  animationMode?: wjcChartAnimation.AnimationMode | string;
26
27
  axisAnimation?: boolean;
27
28
  duration?: number;
@@ -34,6 +35,8 @@ export declare const FlexChartAnimationMeta: {
34
35
  inputs: string[];
35
36
  events: string[];
36
37
  };
38
+ export declare type FlexChartAnimationProps = FlexChartAnimationInputs & FlexChartAnimationEvents<wjcChartAnimation.ChartAnimation>;
39
+ export declare type FlexChartAnimationRef = WjRef<wjcChartAnimation.ChartAnimation>;
37
40
  /**
38
41
  * React component for the {@link wijmo.chart.animation.ChartAnimation} class.
39
42
  *
@@ -50,4 +53,4 @@ export declare const FlexChartAnimationMeta: {
50
53
  * You can use this event to perform further initialization in addition to setting properties in JSX.
51
54
  * The signature of the handler function is the same as any other Wijmo event handlers.
52
55
  */
53
- export declare const FlexChartAnimation: React.ForwardRefExoticComponent<React.PropsWithChildren<FlexChartAnimationProps & FlexChartAnimationEvents<wjcChartAnimation.ChartAnimation>>>;
56
+ export declare const FlexChartAnimation: React.ForwardRefExoticComponent<FlexChartAnimationProps>;
package/index.js CHANGED
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  *
3
- * Wijmo Library 5.20241.10-nightly.d20240611.t020403
3
+ * Wijmo Library 5.20241.10-nightly.d20240613.t051638
4
4
  * https://developer.mescius.com/wijmo
5
5
  *
6
6
  * Copyright(c) MESCIUS inc. All rights reserved.
package/package.json CHANGED
@@ -1,17 +1,17 @@
1
1
  {
2
2
  "name": "@mescius/wijmo.react.chart.animation",
3
- "version": "5.20241.10-nightly.d20240611.t020403",
3
+ "version": "5.20241.10-nightly.d20240613.t051638",
4
4
  "description": "UI library for pure JS, Angular, React, Vue and more...",
5
5
  "author": "MESCIUS inc",
6
6
  "license": "Commercial",
7
7
  "main": "./index.js",
8
8
  "types": "./index.d.ts",
9
9
  "dependencies": {
10
- "@mescius/wijmo": "5.20241.10-nightly.d20240611.t020403",
11
- "@mescius/wijmo.chart": "5.20241.10-nightly.d20240611.t020403",
12
- "@mescius/wijmo.chart.animation": "5.20241.10-nightly.d20240611.t020403",
13
- "@mescius/wijmo.react.base": "5.20241.10-nightly.d20240611.t020403",
14
- "@mescius/wijmo.react.chart": "5.20241.10-nightly.d20240611.t020403"
10
+ "@mescius/wijmo": "5.20241.10-nightly.d20240613.t051638",
11
+ "@mescius/wijmo.chart": "5.20241.10-nightly.d20240613.t051638",
12
+ "@mescius/wijmo.chart.animation": "5.20241.10-nightly.d20240613.t051638",
13
+ "@mescius/wijmo.react.base": "5.20241.10-nightly.d20240613.t051638",
14
+ "@mescius/wijmo.react.chart": "5.20241.10-nightly.d20240613.t051638"
15
15
  },
16
16
  "homepage": "https://developer.mescius.com/wijmo",
17
17
  "bugs": {