@mescius/wijmo.react.chart.animation 5.20251.31-nightly.d20241224.t020221 → 5.20251.31-nightly.d20241227.t020158
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/es2015-commonjs.js +2 -2
- package/es2015-esm.js +2 -2
- package/es5-esm.js +2 -2
- package/index.d.ts +3 -4
- package/index.js +2 -2
- package/package.json +6 -6
package/es2015-commonjs.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
*
|
|
3
|
-
* Wijmo Library 5.20251.31-nightly.
|
|
3
|
+
* Wijmo Library 5.20251.31-nightly.d20241227.t020158
|
|
4
4
|
* https://developer.mescius.com/wijmo
|
|
5
5
|
*
|
|
6
6
|
* Copyright(c) MESCIUS inc. All rights reserved.
|
|
@@ -11,4 +11,4 @@
|
|
|
11
11
|
*
|
|
12
12
|
*/
|
|
13
13
|
|
|
14
|
-
"use strict";var __importStar=this&&this.__importStar||function(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var r in e)Object.hasOwnProperty.call(e,r)&&(t[r]=e[r]);t.default=e;return t};Object.defineProperty(exports,"__esModule",{value:!0});const
|
|
14
|
+
"use strict";var __importStar=this&&this.__importStar||function(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var r in e)Object.hasOwnProperty.call(e,r)&&(t[r]=e[r]);t.default=e;return t};Object.defineProperty(exports,"__esModule",{value:!0});const wijmo_react_base_1=require("@mescius/wijmo.react.base"),wjcChartAnimation=__importStar(require("@mescius/wijmo.chart.animation"));exports.FlexChartAnimationMeta={inputs:["animationMode","axisAnimation","duration","easing"],events:["ended"]};exports.FlexChartAnimation=wijmo_react_base_1.wjForwardRef((function(e,t){const r=wijmo_react_base_1.useWjComponentChildBase({ref:t,properties:exports.FlexChartAnimationMeta.inputs,events:exports.FlexChartAnimationMeta.events,props:e,constructor:wjcChartAnimation.ChartAnimation,needParentInstance:!0,parentProp:"",isParentPropArray:!1,assignedToParent:!1});return Object.assign({$_wjComponent:!0},r)}));
|
package/es2015-esm.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
*
|
|
3
|
-
* Wijmo Library 5.20251.31-nightly.
|
|
3
|
+
* Wijmo Library 5.20251.31-nightly.d20241227.t020158
|
|
4
4
|
* https://developer.mescius.com/wijmo
|
|
5
5
|
*
|
|
6
6
|
* Copyright(c) MESCIUS inc. All rights reserved.
|
|
@@ -11,4 +11,4 @@
|
|
|
11
11
|
*
|
|
12
12
|
*/
|
|
13
13
|
|
|
14
|
-
import{
|
|
14
|
+
import{useWjComponentChildBase,wjForwardRef}from"@mescius/wijmo.react.base";import*as wjcChartAnimation from"@mescius/wijmo.chart.animation";export const FlexChartAnimationMeta={inputs:["animationMode","axisAnimation","duration","easing"],events:["ended"]};export const FlexChartAnimation=wjForwardRef((function(n,t){const e=useWjComponentChildBase({ref:t,properties:FlexChartAnimationMeta.inputs,events:FlexChartAnimationMeta.events,props:n,constructor:wjcChartAnimation.ChartAnimation,needParentInstance:!0,parentProp:"",isParentPropArray:!1,assignedToParent:!1});return Object.assign({$_wjComponent:!0},e)}));
|
package/es5-esm.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
*
|
|
3
|
-
* Wijmo Library 5.20251.31-nightly.
|
|
3
|
+
* Wijmo Library 5.20251.31-nightly.d20241227.t020158
|
|
4
4
|
* https://developer.mescius.com/wijmo
|
|
5
5
|
*
|
|
6
6
|
* Copyright(c) MESCIUS inc. All rights reserved.
|
|
@@ -11,4 +11,4 @@
|
|
|
11
11
|
*
|
|
12
12
|
*/
|
|
13
13
|
|
|
14
|
-
var __assign=this&&this.__assign||function(){return(__assign=Object.assign||function(n){for(var t,a=1,
|
|
14
|
+
var __assign=this&&this.__assign||function(){return(__assign=Object.assign||function(n){for(var t,a=1,e=arguments.length;a<e;a++){t=arguments[a];for(var r in t)Object.prototype.hasOwnProperty.call(t,r)&&(n[r]=t[r])}return n}).apply(this,arguments)};import{useWjComponentChildBase,wjForwardRef}from"@mescius/wijmo.react.base";import*as wjcChartAnimation from"@mescius/wijmo.chart.animation";export var FlexChartAnimationMeta={inputs:["animationMode","axisAnimation","duration","easing"],events:["ended"]};export var FlexChartAnimation=wjForwardRef((function(n,t){var a=useWjComponentChildBase({ref:t,properties:FlexChartAnimationMeta.inputs,events:FlexChartAnimationMeta.events,props:n,constructor:wjcChartAnimation.ChartAnimation,needParentInstance:!0,parentProp:"",isParentPropArray:!1,assignedToParent:!1});return __assign({$_wjComponent:!0},a)}));
|
package/index.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
*
|
|
3
|
-
* Wijmo Library 5.20251.31-nightly.
|
|
3
|
+
* Wijmo Library 5.20251.31-nightly.d20241227.t020158
|
|
4
4
|
* https://developer.mescius.com/wijmo
|
|
5
5
|
*
|
|
6
6
|
* Copyright(c) MESCIUS inc. All rights reserved.
|
|
@@ -18,8 +18,7 @@
|
|
|
18
18
|
*
|
|
19
19
|
*/
|
|
20
20
|
export declare var ___keepComment: any;
|
|
21
|
-
import { BaseInputs, WjRef } from '@mescius/wijmo.react.base';
|
|
22
|
-
import * as React from 'react';
|
|
21
|
+
import { BaseInputs, WjRef, WjForwardRefExoticComponent } from '@mescius/wijmo.react.base';
|
|
23
22
|
import * as wjcCore from '@mescius/wijmo';
|
|
24
23
|
import * as wjcChartAnimation from '@mescius/wijmo.chart.animation';
|
|
25
24
|
export declare type FlexChartAnimationInputs = BaseInputs & {
|
|
@@ -53,4 +52,4 @@ export declare type FlexChartAnimationRef = WjRef<wjcChartAnimation.ChartAnimati
|
|
|
53
52
|
* You can use this event to perform further initialization in addition to setting properties in JSX.
|
|
54
53
|
* The signature of the handler function is the same as any other Wijmo event handlers.
|
|
55
54
|
*/
|
|
56
|
-
export declare const FlexChartAnimation:
|
|
55
|
+
export declare const FlexChartAnimation: WjForwardRefExoticComponent<FlexChartAnimationProps>;
|
package/index.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
*
|
|
3
|
-
* Wijmo Library 5.20251.31-nightly.
|
|
3
|
+
* Wijmo Library 5.20251.31-nightly.d20241227.t020158
|
|
4
4
|
* https://developer.mescius.com/wijmo
|
|
5
5
|
*
|
|
6
6
|
* Copyright(c) MESCIUS inc. All rights reserved.
|
|
@@ -11,4 +11,4 @@
|
|
|
11
11
|
*
|
|
12
12
|
*/
|
|
13
13
|
|
|
14
|
-
"use strict";var __assign=this&&this.__assign||function(){return(__assign=Object.assign||function(t){for(var e,r=1,
|
|
14
|
+
"use strict";var __assign=this&&this.__assign||function(){return(__assign=Object.assign||function(t){for(var e,r=1,n=arguments.length;r<n;r++){e=arguments[r];for(var a in e)Object.prototype.hasOwnProperty.call(e,a)&&(t[a]=e[a])}return t}).apply(this,arguments)},__importStar=this&&this.__importStar||function(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var r in t)Object.hasOwnProperty.call(t,r)&&(e[r]=t[r]);e.default=t;return e};Object.defineProperty(exports,"__esModule",{value:!0});var wijmo_react_base_1=require("@mescius/wijmo.react.base"),wjcChartAnimation=__importStar(require("@mescius/wijmo.chart.animation"));exports.FlexChartAnimationMeta={inputs:["animationMode","axisAnimation","duration","easing"],events:["ended"]};exports.FlexChartAnimation=wijmo_react_base_1.wjForwardRef((function(t,e){var r=wijmo_react_base_1.useWjComponentChildBase({ref:e,properties:exports.FlexChartAnimationMeta.inputs,events:exports.FlexChartAnimationMeta.events,props:t,constructor:wjcChartAnimation.ChartAnimation,needParentInstance:!0,parentProp:"",isParentPropArray:!1,assignedToParent:!1});return __assign({$_wjComponent:!0},r)}));
|
package/package.json
CHANGED
|
@@ -1,17 +1,17 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mescius/wijmo.react.chart.animation",
|
|
3
|
-
"version": "5.20251.31-nightly.
|
|
3
|
+
"version": "5.20251.31-nightly.d20241227.t020158",
|
|
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.20251.31-nightly.
|
|
11
|
-
"@mescius/wijmo.chart": "5.20251.31-nightly.
|
|
12
|
-
"@mescius/wijmo.chart.animation": "5.20251.31-nightly.
|
|
13
|
-
"@mescius/wijmo.react.base": "5.20251.31-nightly.
|
|
14
|
-
"@mescius/wijmo.react.chart": "5.20251.31-nightly.
|
|
10
|
+
"@mescius/wijmo": "5.20251.31-nightly.d20241227.t020158",
|
|
11
|
+
"@mescius/wijmo.chart": "5.20251.31-nightly.d20241227.t020158",
|
|
12
|
+
"@mescius/wijmo.chart.animation": "5.20251.31-nightly.d20241227.t020158",
|
|
13
|
+
"@mescius/wijmo.react.base": "5.20251.31-nightly.d20241227.t020158",
|
|
14
|
+
"@mescius/wijmo.react.chart": "5.20251.31-nightly.d20241227.t020158"
|
|
15
15
|
},
|
|
16
16
|
"homepage": "https://developer.mescius.com/wijmo",
|
|
17
17
|
"bugs": {
|