@grapecity/wijmo.react.chart.animation 5.20241.7 → 5.20241.19

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.
@@ -143,28 +143,14 @@ other than You as a single Developer. By way of example, if a company has five
143
143
  developers using the Software, the company needs to purchase five licenses,
144
144
  irrespective of how the Software is accessed or how many installations are accessed
145
145
  <br>
146
- License to Distribute. You are licensed to distribute the SOFTWARE as an incorporated
147
- part of your Applications on a royalty-free basis. Additionally, You are licensed to use
148
- and to modify the source code of the SOFTWARE for use in Applications, and You ow n
149
- any original work authored by you. MESCIUS retains all copyright and other intellectual
150
- property rights in and to the SOFTWARE.
146
+ License to Distribute. You are licensed to distribute the SOFTWARE as an incorporated part of your Applications on a royalty-free basis. Additionally, You are licensed to use and to modify the source code of the SOFTWARE for use in Applications, and You own any original work authored by you. MESCIUS retains all copyright and other intellectual property rights in and to the SOFTWARE.
151
147
  <br>
152
- Limitations. You must purchase another separate license to the SOFTWARE for each
153
- additional Developer. You are not licensed to move, remove, edit, or obscure any
154
- copyright, trademark, attribution, warning or disclaimer notices in the SOFTWARE. You
155
- may use the SOFTWARE only to create Applications that are significantly different than
156
- and do not compete with the SOFTWARE. Users of your Applications are not permitted
157
- to use the SOFTWARE for development purposes, unless they also purchase a separate
158
- commercial license from MESCIUS for each of the users.
148
+ Limitations. You must purchase another separate license to the SOFTWARE for each additional Developer. You are not licensed to move, remove, edit, or obscure any copyright, trademark, attribution, warning or disclaimer notices in the SOFTWARE. You may use the SOFTWARE only to create Applications that are significantly different than and do not compete with the SOFTWARE. Users of your Applications are not permitted to use the SOFTWARE for development purposes, unless they also purchase a separate commercial license from MESCIUS for each of the users.
159
149
  </li>
160
150
  <li>
161
- <strong>Deployment License.</strong> Subject to the terms and conditions of this EULA, You are granted
162
- a royalty-free license to use the SOFTWARE to distribute applications for a perpetual
163
- term. MESCIUS requires that You define each hostname that your application will run on
164
- to be included in an encrypted distribution key. If you are unable or unwilling to specify
165
- each hostname, You can pay an additional fee to obtain a key that does not require
166
- hostnames. The license grant does not extend to other Company affiliates or
167
- subsidiaries.
151
+ <strong>Deployment License.</strong> Subject to the terms and conditions of this EULA and the terms of your purchase, You are granted a Perpetual or Annual license to distribute or deploy the SOFTWARE as part of your Application. You are licensed to deploy the SOFTWARE up to the total number of hostnames, domains or desktop and mobile applications included in your purchase. The license grant does not extend to other Company affiliates or subsidiaries.
152
+ <br>
153
+ A Unique Deployment License Key(s) will be generated for your site(s) or application(s).
168
154
  </li>
169
155
  <li><strong>Source Code License.</strong> This section applies only to a Source Code License. Subject to the
170
156
  terms and conditions of this EULA, if You separately acquire a Source Code License, You
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  *
3
- * Wijmo Library 5.20241.7
3
+ * Wijmo Library 5.20241.19
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(t){if(t&&t.__esModule)return t;var r={};if(null!=t)for(var e in t)Object.hasOwnProperty.call(t,e)&&(r[e]=t[e]);r.default=t;return r};Object.defineProperty(exports,"__esModule",{value:!0});const wijmo_react_base_1=require("@grapecity/wijmo.react.base"),wjcChartAnimation=__importStar(require("@grapecity/wijmo.chart.animation"));class FlexChartAnimation extends wijmo_react_base_1.ComponentBase{constructor(t){super(t,wjcChartAnimation.ChartAnimation);this._parentInCtor=!0}}exports.FlexChartAnimation=FlexChartAnimation;
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 react_1=require("react"),wijmo_react_base_1=require("@grapecity/wijmo.react.base"),wjcChartAnimation=__importStar(require("@grapecity/wijmo.chart.animation"));exports.FlexChartAnimationMeta={inputs:["animationMode","axisAnimation","duration","easing"],events:["ended"]};exports.FlexChartAnimation=react_1.forwardRef((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.20241.7
3
+ * Wijmo Library 5.20241.19
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{ComponentBase}from"@grapecity/wijmo.react.base";import*as wjcChartAnimation from"@grapecity/wijmo.chart.animation";export class FlexChartAnimation extends ComponentBase{constructor(t){super(t,wjcChartAnimation.ChartAnimation);this._parentInCtor=!0}}
14
+ import{forwardRef}from"react";import{useWjComponentChildBase}from"@grapecity/wijmo.react.base";import*as wjcChartAnimation from"@grapecity/wijmo.chart.animation";export const FlexChartAnimationMeta={inputs:["animationMode","axisAnimation","duration","easing"],events:["ended"]};export const FlexChartAnimation=forwardRef((function(t,n){const e=useWjComponentChildBase({ref:n,properties:FlexChartAnimationMeta.inputs,events:FlexChartAnimationMeta.events,props:t,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.20241.7
3
+ * Wijmo Library 5.20241.19
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 __extends=this&&this.__extends||function(){var extendStatics=function(t,n){return(extendStatics=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,n){t.__proto__=n}||function(t,n){for(var o in n)n.hasOwnProperty(o)&&(t[o]=n[o])})(t,n)};return function(t,n){extendStatics(t,n);function __(){this.constructor=t}t.prototype=null===n?Object.create(n):(__.prototype=n.prototype,new __)}}();import{ComponentBase}from"@grapecity/wijmo.react.base";import*as wjcChartAnimation from"@grapecity/wijmo.chart.animation";var FlexChartAnimation=function(t){__extends(FlexChartAnimation,t);function FlexChartAnimation(n){var o=t.call(this,n,wjcChartAnimation.ChartAnimation)||this;o._parentInCtor=!0;return o}return FlexChartAnimation}(ComponentBase);export{FlexChartAnimation};
14
+ var __assign=this&&this.__assign||function(){return(__assign=Object.assign||function(n){for(var t,a=1,r=arguments.length;a<r;a++){t=arguments[a];for(var e in t)Object.prototype.hasOwnProperty.call(t,e)&&(n[e]=t[e])}return n}).apply(this,arguments)};import{forwardRef}from"react";import{useWjComponentChildBase}from"@grapecity/wijmo.react.base";import*as wjcChartAnimation from"@grapecity/wijmo.chart.animation";export var FlexChartAnimationMeta={inputs:["animationMode","axisAnimation","duration","easing"],events:["ended"]};export var FlexChartAnimation=forwardRef((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.20241.7
3
+ * Wijmo Library 5.20241.19
4
4
  * https://developer.mescius.com/wijmo
5
5
  *
6
6
  * Copyright(c) MESCIUS inc. All rights reserved.
@@ -18,7 +18,25 @@
18
18
  *
19
19
  */
20
20
  export declare var ___keepComment: any;
21
- import { ComponentBase } from '@mescius/wijmo.react.base';
21
+ import { BaseInputs, WjRef } from '@grapecity/wijmo.react.base';
22
+ import * as React from 'react';
23
+ import * as wjcCore from '@grapecity/wijmo';
24
+ import * as wjcChartAnimation from '@grapecity/wijmo.chart.animation';
25
+ export declare type FlexChartAnimationInputs = BaseInputs & {
26
+ animationMode?: wjcChartAnimation.AnimationMode | string;
27
+ axisAnimation?: boolean;
28
+ duration?: number;
29
+ easing?: wjcChartAnimation.Easing | string;
30
+ };
31
+ export declare type FlexChartAnimationEvents<T> = {
32
+ ended?: wjcCore.IEventHandler<T, wjcCore.EventArgs>;
33
+ };
34
+ export declare const FlexChartAnimationMeta: {
35
+ inputs: string[];
36
+ events: string[];
37
+ };
38
+ export declare type FlexChartAnimationProps = FlexChartAnimationInputs & FlexChartAnimationEvents<wjcChartAnimation.ChartAnimation>;
39
+ export declare type FlexChartAnimationRef = WjRef<wjcChartAnimation.ChartAnimation>;
22
40
  /**
23
41
  * React component for the {@link wijmo.chart.animation.ChartAnimation} class.
24
42
  *
@@ -35,17 +53,4 @@ import { ComponentBase } from '@mescius/wijmo.react.base';
35
53
  * You can use this event to perform further initialization in addition to setting properties in JSX.
36
54
  * The signature of the handler function is the same as any other Wijmo event handlers.
37
55
  */
38
- export declare class FlexChartAnimation extends ComponentBase {
39
- props: {
40
- template?: any;
41
- children?: any;
42
- animationMode?: any;
43
- easing?: any;
44
- duration?: any;
45
- axisAnimation?: any;
46
- initialized?: any;
47
- [key: string]: any;
48
- };
49
- _parentInCtor: boolean;
50
- constructor(props: any);
51
- }
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.7
3
+ * Wijmo Library 5.20241.19
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 __extends=this&&this.__extends||function(){var extendStatics=function(t,r){return(extendStatics=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,r){t.__proto__=r}||function(t,r){for(var n in r)r.hasOwnProperty(n)&&(t[n]=r[n])})(t,r)};return function(t,r){extendStatics(t,r);function __(){this.constructor=t}t.prototype=null===r?Object.create(r):(__.prototype=r.prototype,new __)}}(),__importStar=this&&this.__importStar||function(t){if(t&&t.__esModule)return t;var r={};if(null!=t)for(var n in t)Object.hasOwnProperty.call(t,n)&&(r[n]=t[n]);r.default=t;return r};Object.defineProperty(exports,"__esModule",{value:!0});var wijmo_react_base_1=require("@grapecity/wijmo.react.base"),wjcChartAnimation=__importStar(require("@grapecity/wijmo.chart.animation")),FlexChartAnimation=function(t){__extends(FlexChartAnimation,t);function FlexChartAnimation(r){var n=t.call(this,r,wjcChartAnimation.ChartAnimation)||this;n._parentInCtor=!0;return n}return FlexChartAnimation}(wijmo_react_base_1.ComponentBase);exports.FlexChartAnimation=FlexChartAnimation;
14
+ "use strict";var __assign=this&&this.__assign||function(){return(__assign=Object.assign||function(t){for(var e,r=1,a=arguments.length;r<a;r++){e=arguments[r];for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&(t[n]=e[n])}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 react_1=require("react"),wijmo_react_base_1=require("@grapecity/wijmo.react.base"),wjcChartAnimation=__importStar(require("@grapecity/wijmo.chart.animation"));exports.FlexChartAnimationMeta={inputs:["animationMode","axisAnimation","duration","easing"],events:["ended"]};exports.FlexChartAnimation=react_1.forwardRef((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,15 +1,17 @@
1
1
  {
2
2
  "name": "@grapecity/wijmo.react.chart.animation",
3
- "version": "5.20241.7",
3
+ "version": "5.20241.19",
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
- "@grapecity/wijmo": "5.20241.7",
11
- "@grapecity/wijmo.chart.animation": "5.20241.7",
12
- "@grapecity/wijmo.react.base": "5.20241.7"
10
+ "@grapecity/wijmo": "5.20241.19",
11
+ "@grapecity/wijmo.chart": "5.20241.19",
12
+ "@grapecity/wijmo.chart.animation": "5.20241.19",
13
+ "@grapecity/wijmo.react.base": "5.20241.19",
14
+ "@grapecity/wijmo.react.chart": "5.20241.19"
13
15
  },
14
16
  "homepage": "https://developer.mescius.com/wijmo",
15
17
  "bugs": {