@mescius/wijmo.react.chart.interaction 5.20252.44 → 5.20261.45-nightly.d20260105.t014601
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 +1 -1
- package/index.d.ts +2 -2
- package/index.js +1 -1
- package/package.json +6 -6
package/es2015-commonjs.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
*
|
|
3
|
-
* Wijmo Library 5.
|
|
3
|
+
* Wijmo Library 5.20261.45-nightly.d20260105.t014601
|
|
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 wijmo_react_base_1=require("@mescius/wijmo.react.base"),wjcChartInteraction=__importStar(require("@mescius/wijmo.chart.interaction"));exports.FlexChartRangeSelectorMeta={inputs:["isVisible","max","maxScale","min","minScale","orientation","seamless"],events:["rangeChanged"]};exports.FlexChartRangeSelector=wijmo_react_base_1.wjForwardRef((
|
|
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"),wjcChartInteraction=__importStar(require("@mescius/wijmo.chart.interaction"));exports.FlexChartRangeSelectorMeta={inputs:["isVisible","max","maxScale","min","minScale","orientation","seamless"],events:["rangeChanged"]};exports.FlexChartRangeSelector=wijmo_react_base_1.wjForwardRef((e,t)=>{const r=wijmo_react_base_1.useWjComponentChildBase({ref:t,properties:exports.FlexChartRangeSelectorMeta.inputs,events:exports.FlexChartRangeSelectorMeta.events,props:e,constructor:wjcChartInteraction.RangeSelector,needParentInstance:!0,parentProp:"",isParentPropArray:!1,assignedToParent:!1});return Object.assign({$_wjComponent:!0},r)});exports.FlexChartGesturesMeta={inputs:["enable","interactiveAxes","mouseAction","posX","posY","scaleX","scaleY"],events:[]};exports.FlexChartGestures=wijmo_react_base_1.wjForwardRef((e,t)=>{const r=wijmo_react_base_1.useWjComponentChildBase({ref:t,properties:exports.FlexChartGesturesMeta.inputs,events:exports.FlexChartGesturesMeta.events,props:e,constructor:wjcChartInteraction.ChartGestures,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.
|
|
3
|
+
* Wijmo Library 5.20261.45-nightly.d20260105.t014601
|
|
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{useWjComponentChildBase,wjForwardRef}from"@mescius/wijmo.react.base";import*as wjcChartInteraction from"@mescius/wijmo.chart.interaction";export const FlexChartRangeSelectorMeta={inputs:["isVisible","max","maxScale","min","minScale","orientation","seamless"],events:["rangeChanged"]};export const FlexChartRangeSelector=wjForwardRef((
|
|
14
|
+
import{useWjComponentChildBase,wjForwardRef}from"@mescius/wijmo.react.base";import*as wjcChartInteraction from"@mescius/wijmo.chart.interaction";export const FlexChartRangeSelectorMeta={inputs:["isVisible","max","maxScale","min","minScale","orientation","seamless"],events:["rangeChanged"]};export const FlexChartRangeSelector=wjForwardRef((e,t)=>{const r=useWjComponentChildBase({ref:t,properties:FlexChartRangeSelectorMeta.inputs,events:FlexChartRangeSelectorMeta.events,props:e,constructor:wjcChartInteraction.RangeSelector,needParentInstance:!0,parentProp:"",isParentPropArray:!1,assignedToParent:!1});return Object.assign({$_wjComponent:!0},r)});export const FlexChartGesturesMeta={inputs:["enable","interactiveAxes","mouseAction","posX","posY","scaleX","scaleY"],events:[]};export const FlexChartGestures=wjForwardRef((e,t)=>{const r=useWjComponentChildBase({ref:t,properties:FlexChartGesturesMeta.inputs,events:FlexChartGesturesMeta.events,props:e,constructor:wjcChartInteraction.ChartGestures,needParentInstance:!0,parentProp:"",isParentPropArray:!1,assignedToParent:!1});return Object.assign({$_wjComponent:!0},r)});
|
package/es5-esm.js
CHANGED
package/index.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
*
|
|
3
|
-
* Wijmo Library 5.
|
|
3
|
+
* Wijmo Library 5.20261.45-nightly.d20260105.t014601
|
|
4
4
|
* https://developer.mescius.com/wijmo
|
|
5
5
|
*
|
|
6
6
|
* Copyright(c) MESCIUS inc. All rights reserved.
|
|
@@ -64,7 +64,7 @@ export declare type FlexChartGesturesInputs = BaseInputs & {
|
|
|
64
64
|
scaleY?: number;
|
|
65
65
|
initialized?: any;
|
|
66
66
|
};
|
|
67
|
-
export declare type FlexChartGesturesEvents<
|
|
67
|
+
export declare type FlexChartGesturesEvents<_T> = {};
|
|
68
68
|
export declare const FlexChartGesturesMeta: {
|
|
69
69
|
inputs: string[];
|
|
70
70
|
events: any[];
|
package/index.js
CHANGED
package/package.json
CHANGED
|
@@ -1,17 +1,17 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mescius/wijmo.react.chart.interaction",
|
|
3
|
-
"version": "5.
|
|
3
|
+
"version": "5.20261.45-nightly.d20260105.t014601",
|
|
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.
|
|
11
|
-
"@mescius/wijmo.chart": "5.
|
|
12
|
-
"@mescius/wijmo.chart.interaction": "5.
|
|
13
|
-
"@mescius/wijmo.react.base": "5.
|
|
14
|
-
"@mescius/wijmo.react.chart": "5.
|
|
10
|
+
"@mescius/wijmo": "5.20261.45-nightly.d20260105.t014601",
|
|
11
|
+
"@mescius/wijmo.chart": "5.20261.45-nightly.d20260105.t014601",
|
|
12
|
+
"@mescius/wijmo.chart.interaction": "5.20261.45-nightly.d20260105.t014601",
|
|
13
|
+
"@mescius/wijmo.react.base": "5.20261.45-nightly.d20260105.t014601",
|
|
14
|
+
"@mescius/wijmo.react.chart": "5.20261.45-nightly.d20260105.t014601"
|
|
15
15
|
},
|
|
16
16
|
"homepage": "https://developer.mescius.com/wijmo",
|
|
17
17
|
"bugs": {
|