@mescius/wijmo.react.chart.finance.analytics 5.20232.939

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/index.d.ts ADDED
@@ -0,0 +1,594 @@
1
+ /*!
2
+ *
3
+ * Wijmo Library 5.20232.939
4
+ * https://developer.mescius.com/wijmo
5
+ *
6
+ * Copyright(c) MESCIUS inc. All rights reserved.
7
+ *
8
+ * Licensed under the End-User License Agreement For MESCIUS Wijmo Software.
9
+ * us.sales@mescius.com
10
+ * https://developer.mescius.com/wijmo/licensing
11
+ *
12
+ */
13
+ /**
14
+ * {@module wijmo.react.chart.finance.analytics}
15
+ * Contains React components for the <b>wijmo.chart.finance.analytics</b> module.
16
+ */
17
+ /**
18
+ *
19
+ */
20
+ export declare var ___keepComment: any;
21
+ import { ComponentBase } from '@grapecity/wijmo.react.base';
22
+ /**
23
+ * React component for the {@link wijmo.chart.finance.analytics.Fibonacci} class.
24
+ *
25
+ * The <b>flex-chart-fibonacci</b> component should be contained in
26
+ * a {@link wijmo.react.chart.finance.FinancialChart} component.
27
+ *
28
+ * The component supports all properties and events of the pure JavaScript {@link wijmo.chart.finance.analytics.Fibonacci} class it represents.
29
+ *
30
+ * The component includes an <b>initialized</b> event that is raised when the control is initialized after it is added to the page.
31
+ * You can use this event to perform further initialization in addition to setting properties in JSX.
32
+ * The signature of the handler function is the same as any other Wijmo event handlers.
33
+ */
34
+ export declare class FlexChartFibonacci extends ComponentBase {
35
+ props: {
36
+ template?: any;
37
+ children?: any;
38
+ axisX?: any;
39
+ axisY?: any;
40
+ binding?: any;
41
+ bindingX?: any;
42
+ cssClass?: any;
43
+ name?: any;
44
+ style?: any;
45
+ altStyle?: any;
46
+ symbolMarker?: any;
47
+ symbolSize?: any;
48
+ symbolStyle?: any;
49
+ visibility?: any;
50
+ itemsSource?: any;
51
+ interpolateNulls?: any;
52
+ tooltipContent?: any;
53
+ itemFormatter?: any;
54
+ high?: any;
55
+ low?: any;
56
+ labelPosition?: any;
57
+ levels?: any;
58
+ minX?: any;
59
+ maxX?: any;
60
+ uptrend?: any;
61
+ initialized?: any;
62
+ rendering?: any;
63
+ rendered?: any;
64
+ [key: string]: any;
65
+ };
66
+ _parentProp: string;
67
+ _siblingId: string;
68
+ constructor(props: any);
69
+ }
70
+ /**
71
+ * React component for the {@link wijmo.chart.finance.analytics.FibonacciArcs} class.
72
+ *
73
+ * The <b>flex-chart-fibonacci-arcs</b> component should be contained in
74
+ * a {@link wijmo.react.chart.finance.FinancialChart} component.
75
+ *
76
+ * The component supports all properties and events of the pure JavaScript {@link wijmo.chart.finance.analytics.FibonacciArcs} class it represents.
77
+ *
78
+ * The component includes an <b>initialized</b> event that is raised when the control is initialized after it is added to the page.
79
+ * You can use this event to perform further initialization in addition to setting properties in JSX.
80
+ * The signature of the handler function is the same as any other Wijmo event handlers.
81
+ */
82
+ export declare class FlexChartFibonacciArcs extends ComponentBase {
83
+ props: {
84
+ template?: any;
85
+ children?: any;
86
+ axisX?: any;
87
+ axisY?: any;
88
+ binding?: any;
89
+ bindingX?: any;
90
+ cssClass?: any;
91
+ name?: any;
92
+ style?: any;
93
+ altStyle?: any;
94
+ symbolMarker?: any;
95
+ symbolSize?: any;
96
+ symbolStyle?: any;
97
+ visibility?: any;
98
+ itemsSource?: any;
99
+ interpolateNulls?: any;
100
+ tooltipContent?: any;
101
+ itemFormatter?: any;
102
+ start?: any;
103
+ end?: any;
104
+ labelPosition?: any;
105
+ levels?: any;
106
+ initialized?: any;
107
+ rendering?: any;
108
+ rendered?: any;
109
+ [key: string]: any;
110
+ };
111
+ _parentProp: string;
112
+ _siblingId: string;
113
+ constructor(props: any);
114
+ }
115
+ /**
116
+ * React component for the {@link wijmo.chart.finance.analytics.FibonacciFans} class.
117
+ *
118
+ * The <b>flex-chart-fibonacci-fans</b> component should be contained in
119
+ * a {@link wijmo.react.chart.finance.FinancialChart} component.
120
+ *
121
+ * The component supports all properties and events of the pure JavaScript {@link wijmo.chart.finance.analytics.FibonacciFans} class it represents.
122
+ *
123
+ * The component includes an <b>initialized</b> event that is raised when the control is initialized after it is added to the page.
124
+ * You can use this event to perform further initialization in addition to setting properties in JSX.
125
+ * The signature of the handler function is the same as any other Wijmo event handlers.
126
+ */
127
+ export declare class FlexChartFibonacciFans extends ComponentBase {
128
+ props: {
129
+ template?: any;
130
+ children?: any;
131
+ axisX?: any;
132
+ axisY?: any;
133
+ binding?: any;
134
+ bindingX?: any;
135
+ cssClass?: any;
136
+ name?: any;
137
+ style?: any;
138
+ altStyle?: any;
139
+ symbolMarker?: any;
140
+ symbolSize?: any;
141
+ symbolStyle?: any;
142
+ visibility?: any;
143
+ itemsSource?: any;
144
+ interpolateNulls?: any;
145
+ tooltipContent?: any;
146
+ itemFormatter?: any;
147
+ start?: any;
148
+ end?: any;
149
+ labelPosition?: any;
150
+ levels?: any;
151
+ initialized?: any;
152
+ rendering?: any;
153
+ rendered?: any;
154
+ [key: string]: any;
155
+ };
156
+ _parentProp: string;
157
+ _siblingId: string;
158
+ constructor(props: any);
159
+ }
160
+ /**
161
+ * React component for the {@link wijmo.chart.finance.analytics.FibonacciTimeZones} class.
162
+ *
163
+ * The <b>flex-chart-fibonacci-time-zones</b> component should be contained in
164
+ * a {@link wijmo.react.chart.finance.FinancialChart} component.
165
+ *
166
+ * The component supports all properties and events of the pure JavaScript {@link wijmo.chart.finance.analytics.FibonacciTimeZones} class it represents.
167
+ *
168
+ * The component includes an <b>initialized</b> event that is raised when the control is initialized after it is added to the page.
169
+ * You can use this event to perform further initialization in addition to setting properties in JSX.
170
+ * The signature of the handler function is the same as any other Wijmo event handlers.
171
+ */
172
+ export declare class FlexChartFibonacciTimeZones extends ComponentBase {
173
+ props: {
174
+ template?: any;
175
+ children?: any;
176
+ axisX?: any;
177
+ axisY?: any;
178
+ binding?: any;
179
+ bindingX?: any;
180
+ cssClass?: any;
181
+ name?: any;
182
+ style?: any;
183
+ altStyle?: any;
184
+ symbolMarker?: any;
185
+ symbolSize?: any;
186
+ symbolStyle?: any;
187
+ visibility?: any;
188
+ itemsSource?: any;
189
+ interpolateNulls?: any;
190
+ tooltipContent?: any;
191
+ itemFormatter?: any;
192
+ startX?: any;
193
+ endX?: any;
194
+ labelPosition?: any;
195
+ levels?: any;
196
+ initialized?: any;
197
+ rendering?: any;
198
+ rendered?: any;
199
+ [key: string]: any;
200
+ };
201
+ _parentProp: string;
202
+ _siblingId: string;
203
+ constructor(props: any);
204
+ }
205
+ /**
206
+ * React component for the {@link wijmo.chart.finance.analytics.ATR} class.
207
+ *
208
+ * The <b>flex-chart-atr</b> component should be contained in
209
+ * a {@link wijmo.react.chart.finance.FinancialChart} component.
210
+ *
211
+ * The component supports all properties and events of the pure JavaScript {@link wijmo.chart.finance.analytics.ATR} class it represents.
212
+ *
213
+ * The component includes an <b>initialized</b> event that is raised when the control is initialized after it is added to the page.
214
+ * You can use this event to perform further initialization in addition to setting properties in JSX.
215
+ * The signature of the handler function is the same as any other Wijmo event handlers.
216
+ */
217
+ export declare class FlexChartAtr extends ComponentBase {
218
+ props: {
219
+ template?: any;
220
+ children?: any;
221
+ axisX?: any;
222
+ axisY?: any;
223
+ binding?: any;
224
+ bindingX?: any;
225
+ cssClass?: any;
226
+ name?: any;
227
+ style?: any;
228
+ altStyle?: any;
229
+ symbolMarker?: any;
230
+ symbolSize?: any;
231
+ symbolStyle?: any;
232
+ visibility?: any;
233
+ itemsSource?: any;
234
+ interpolateNulls?: any;
235
+ tooltipContent?: any;
236
+ itemFormatter?: any;
237
+ period?: any;
238
+ initialized?: any;
239
+ rendering?: any;
240
+ rendered?: any;
241
+ [key: string]: any;
242
+ };
243
+ _parentProp: string;
244
+ _siblingId: string;
245
+ constructor(props: any);
246
+ }
247
+ /**
248
+ * React component for the {@link wijmo.chart.finance.analytics.CCI} class.
249
+ *
250
+ * The <b>flex-chart-cci</b> component should be contained in
251
+ * a {@link wijmo.react.chart.finance.FinancialChart} component.
252
+ *
253
+ * The component supports all properties and events of the pure JavaScript {@link wijmo.chart.finance.analytics.CCI} class it represents.
254
+ *
255
+ * The component includes an <b>initialized</b> event that is raised when the control is initialized after it is added to the page.
256
+ * You can use this event to perform further initialization in addition to setting properties in JSX.
257
+ * The signature of the handler function is the same as any other Wijmo event handlers.
258
+ */
259
+ export declare class FlexChartCci extends ComponentBase {
260
+ props: {
261
+ template?: any;
262
+ children?: any;
263
+ axisX?: any;
264
+ axisY?: any;
265
+ binding?: any;
266
+ bindingX?: any;
267
+ cssClass?: any;
268
+ name?: any;
269
+ style?: any;
270
+ altStyle?: any;
271
+ symbolMarker?: any;
272
+ symbolSize?: any;
273
+ symbolStyle?: any;
274
+ visibility?: any;
275
+ itemsSource?: any;
276
+ interpolateNulls?: any;
277
+ tooltipContent?: any;
278
+ itemFormatter?: any;
279
+ period?: any;
280
+ constant?: any;
281
+ initialized?: any;
282
+ rendering?: any;
283
+ rendered?: any;
284
+ [key: string]: any;
285
+ };
286
+ _parentProp: string;
287
+ _siblingId: string;
288
+ constructor(props: any);
289
+ }
290
+ /**
291
+ * React component for the {@link wijmo.chart.finance.analytics.RSI} class.
292
+ *
293
+ * The <b>flex-chart-rsi</b> component should be contained in
294
+ * a {@link wijmo.react.chart.finance.FinancialChart} component.
295
+ *
296
+ * The component supports all properties and events of the pure JavaScript {@link wijmo.chart.finance.analytics.RSI} class it represents.
297
+ *
298
+ * The component includes an <b>initialized</b> event that is raised when the control is initialized after it is added to the page.
299
+ * You can use this event to perform further initialization in addition to setting properties in JSX.
300
+ * The signature of the handler function is the same as any other Wijmo event handlers.
301
+ */
302
+ export declare class FlexChartRsi extends ComponentBase {
303
+ props: {
304
+ template?: any;
305
+ children?: any;
306
+ axisX?: any;
307
+ axisY?: any;
308
+ binding?: any;
309
+ bindingX?: any;
310
+ cssClass?: any;
311
+ name?: any;
312
+ style?: any;
313
+ altStyle?: any;
314
+ symbolMarker?: any;
315
+ symbolSize?: any;
316
+ symbolStyle?: any;
317
+ visibility?: any;
318
+ itemsSource?: any;
319
+ interpolateNulls?: any;
320
+ tooltipContent?: any;
321
+ itemFormatter?: any;
322
+ period?: any;
323
+ initialized?: any;
324
+ rendering?: any;
325
+ rendered?: any;
326
+ [key: string]: any;
327
+ };
328
+ _parentProp: string;
329
+ _siblingId: string;
330
+ constructor(props: any);
331
+ }
332
+ /**
333
+ * React component for the {@link wijmo.chart.finance.analytics.WilliamsR} class.
334
+ *
335
+ * The <b>flex-chart-williams-r</b> component should be contained in
336
+ * a {@link wijmo.react.chart.finance.FinancialChart} component.
337
+ *
338
+ * The component supports all properties and events of the pure JavaScript {@link wijmo.chart.finance.analytics.WilliamsR} class it represents.
339
+ *
340
+ * The component includes an <b>initialized</b> event that is raised when the control is initialized after it is added to the page.
341
+ * You can use this event to perform further initialization in addition to setting properties in JSX.
342
+ * The signature of the handler function is the same as any other Wijmo event handlers.
343
+ */
344
+ export declare class FlexChartWilliamsR extends ComponentBase {
345
+ props: {
346
+ template?: any;
347
+ children?: any;
348
+ axisX?: any;
349
+ axisY?: any;
350
+ binding?: any;
351
+ bindingX?: any;
352
+ cssClass?: any;
353
+ name?: any;
354
+ style?: any;
355
+ altStyle?: any;
356
+ symbolMarker?: any;
357
+ symbolSize?: any;
358
+ symbolStyle?: any;
359
+ visibility?: any;
360
+ itemsSource?: any;
361
+ interpolateNulls?: any;
362
+ tooltipContent?: any;
363
+ itemFormatter?: any;
364
+ period?: any;
365
+ initialized?: any;
366
+ rendering?: any;
367
+ rendered?: any;
368
+ [key: string]: any;
369
+ };
370
+ _parentProp: string;
371
+ _siblingId: string;
372
+ constructor(props: any);
373
+ }
374
+ /**
375
+ * React component for the {@link wijmo.chart.finance.analytics.Macd} class.
376
+ *
377
+ * The <b>flex-chart-macd</b> component should be contained in
378
+ * a {@link wijmo.react.chart.finance.FinancialChart} component.
379
+ *
380
+ * The component supports all properties and events of the pure JavaScript {@link wijmo.chart.finance.analytics.Macd} class it represents.
381
+ *
382
+ * The component includes an <b>initialized</b> event that is raised when the control is initialized after it is added to the page.
383
+ * You can use this event to perform further initialization in addition to setting properties in JSX.
384
+ * The signature of the handler function is the same as any other Wijmo event handlers.
385
+ */
386
+ export declare class FlexChartMacd extends ComponentBase {
387
+ props: {
388
+ template?: any;
389
+ children?: any;
390
+ axisX?: any;
391
+ axisY?: any;
392
+ binding?: any;
393
+ bindingX?: any;
394
+ cssClass?: any;
395
+ name?: any;
396
+ style?: any;
397
+ altStyle?: any;
398
+ symbolMarker?: any;
399
+ symbolSize?: any;
400
+ symbolStyle?: any;
401
+ visibility?: any;
402
+ itemsSource?: any;
403
+ interpolateNulls?: any;
404
+ tooltipContent?: any;
405
+ itemFormatter?: any;
406
+ fastPeriod?: any;
407
+ slowPeriod?: any;
408
+ smoothingPeriod?: any;
409
+ styles?: any;
410
+ initialized?: any;
411
+ rendering?: any;
412
+ rendered?: any;
413
+ [key: string]: any;
414
+ };
415
+ _parentProp: string;
416
+ _siblingId: string;
417
+ constructor(props: any);
418
+ }
419
+ /**
420
+ * React component for the {@link wijmo.chart.finance.analytics.MacdHistogram} class.
421
+ *
422
+ * The <b>flex-chart-macd-histogram</b> component should be contained in
423
+ * a {@link wijmo.react.chart.finance.FinancialChart} component.
424
+ *
425
+ * The component supports all properties and events of the pure JavaScript {@link wijmo.chart.finance.analytics.MacdHistogram} class it represents.
426
+ *
427
+ * The component includes an <b>initialized</b> event that is raised when the control is initialized after it is added to the page.
428
+ * You can use this event to perform further initialization in addition to setting properties in JSX.
429
+ * The signature of the handler function is the same as any other Wijmo event handlers.
430
+ */
431
+ export declare class FlexChartMacdHistogram extends ComponentBase {
432
+ props: {
433
+ template?: any;
434
+ children?: any;
435
+ axisX?: any;
436
+ axisY?: any;
437
+ binding?: any;
438
+ bindingX?: any;
439
+ cssClass?: any;
440
+ name?: any;
441
+ style?: any;
442
+ altStyle?: any;
443
+ symbolMarker?: any;
444
+ symbolSize?: any;
445
+ symbolStyle?: any;
446
+ visibility?: any;
447
+ itemsSource?: any;
448
+ interpolateNulls?: any;
449
+ tooltipContent?: any;
450
+ itemFormatter?: any;
451
+ fastPeriod?: any;
452
+ slowPeriod?: any;
453
+ smoothingPeriod?: any;
454
+ initialized?: any;
455
+ rendering?: any;
456
+ rendered?: any;
457
+ [key: string]: any;
458
+ };
459
+ _parentProp: string;
460
+ _siblingId: string;
461
+ constructor(props: any);
462
+ }
463
+ /**
464
+ * React component for the {@link wijmo.chart.finance.analytics.Stochastic} class.
465
+ *
466
+ * The <b>flex-chart-stochastic</b> component should be contained in
467
+ * a {@link wijmo.react.chart.finance.FinancialChart} component.
468
+ *
469
+ * The component supports all properties and events of the pure JavaScript {@link wijmo.chart.finance.analytics.Stochastic} class it represents.
470
+ *
471
+ * The component includes an <b>initialized</b> event that is raised when the control is initialized after it is added to the page.
472
+ * You can use this event to perform further initialization in addition to setting properties in JSX.
473
+ * The signature of the handler function is the same as any other Wijmo event handlers.
474
+ */
475
+ export declare class FlexChartStochastic extends ComponentBase {
476
+ props: {
477
+ template?: any;
478
+ children?: any;
479
+ axisX?: any;
480
+ axisY?: any;
481
+ binding?: any;
482
+ bindingX?: any;
483
+ cssClass?: any;
484
+ name?: any;
485
+ style?: any;
486
+ altStyle?: any;
487
+ symbolMarker?: any;
488
+ symbolSize?: any;
489
+ symbolStyle?: any;
490
+ visibility?: any;
491
+ itemsSource?: any;
492
+ interpolateNulls?: any;
493
+ tooltipContent?: any;
494
+ itemFormatter?: any;
495
+ dPeriod?: any;
496
+ kPeriod?: any;
497
+ smoothingPeriod?: any;
498
+ styles?: any;
499
+ initialized?: any;
500
+ rendering?: any;
501
+ rendered?: any;
502
+ [key: string]: any;
503
+ };
504
+ _parentProp: string;
505
+ _siblingId: string;
506
+ constructor(props: any);
507
+ }
508
+ /**
509
+ * React component for the {@link wijmo.chart.finance.analytics.BollingerBands} class.
510
+ *
511
+ * The <b>flex-chart-bollinger-bands</b> component should be contained in
512
+ * a {@link wijmo.react.chart.finance.FinancialChart} component.
513
+ *
514
+ * The component supports all properties and events of the pure JavaScript {@link wijmo.chart.finance.analytics.BollingerBands} class it represents.
515
+ *
516
+ * The component includes an <b>initialized</b> event that is raised when the control is initialized after it is added to the page.
517
+ * You can use this event to perform further initialization in addition to setting properties in JSX.
518
+ * The signature of the handler function is the same as any other Wijmo event handlers.
519
+ */
520
+ export declare class FlexChartBollingerBands extends ComponentBase {
521
+ props: {
522
+ template?: any;
523
+ children?: any;
524
+ axisX?: any;
525
+ axisY?: any;
526
+ binding?: any;
527
+ bindingX?: any;
528
+ cssClass?: any;
529
+ name?: any;
530
+ style?: any;
531
+ altStyle?: any;
532
+ symbolMarker?: any;
533
+ symbolSize?: any;
534
+ symbolStyle?: any;
535
+ visibility?: any;
536
+ itemsSource?: any;
537
+ interpolateNulls?: any;
538
+ tooltipContent?: any;
539
+ itemFormatter?: any;
540
+ period?: any;
541
+ multiplier?: any;
542
+ initialized?: any;
543
+ rendering?: any;
544
+ rendered?: any;
545
+ [key: string]: any;
546
+ };
547
+ _parentProp: string;
548
+ _siblingId: string;
549
+ constructor(props: any);
550
+ }
551
+ /**
552
+ * React component for the {@link wijmo.chart.finance.analytics.Envelopes} class.
553
+ *
554
+ * The <b>flex-chart-envelopes</b> component should be contained in
555
+ * a {@link wijmo.react.chart.finance.FinancialChart} component.
556
+ *
557
+ * The component supports all properties and events of the pure JavaScript {@link wijmo.chart.finance.analytics.Envelopes} class it represents.
558
+ *
559
+ * The component includes an <b>initialized</b> event that is raised when the control is initialized after it is added to the page.
560
+ * You can use this event to perform further initialization in addition to setting properties in JSX.
561
+ * The signature of the handler function is the same as any other Wijmo event handlers.
562
+ */
563
+ export declare class FlexChartEnvelopes extends ComponentBase {
564
+ props: {
565
+ template?: any;
566
+ children?: any;
567
+ axisX?: any;
568
+ axisY?: any;
569
+ binding?: any;
570
+ bindingX?: any;
571
+ cssClass?: any;
572
+ name?: any;
573
+ style?: any;
574
+ altStyle?: any;
575
+ symbolMarker?: any;
576
+ symbolSize?: any;
577
+ symbolStyle?: any;
578
+ visibility?: any;
579
+ itemsSource?: any;
580
+ interpolateNulls?: any;
581
+ tooltipContent?: any;
582
+ itemFormatter?: any;
583
+ period?: any;
584
+ size?: any;
585
+ type?: any;
586
+ initialized?: any;
587
+ rendering?: any;
588
+ rendered?: any;
589
+ [key: string]: any;
590
+ };
591
+ _parentProp: string;
592
+ _siblingId: string;
593
+ constructor(props: any);
594
+ }
package/index.js ADDED
@@ -0,0 +1,14 @@
1
+ /*!
2
+ *
3
+ * Wijmo Library 5.20232.939
4
+ * https://developer.mescius.com/wijmo
5
+ *
6
+ * Copyright(c) MESCIUS inc. All rights reserved.
7
+ *
8
+ * Licensed under the End-User License Agreement For MESCIUS Wijmo Software.
9
+ * us.sales@mescius.com
10
+ * https://developer.mescius.com/wijmo/licensing
11
+ *
12
+ */
13
+
14
+ "use strict";var __extends=this&&this.__extends||function(){var extendStatics=function(t,e){return(extendStatics=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var a in e)e.hasOwnProperty(a)&&(t[a]=e[a])})(t,e)};return function(t,e){extendStatics(t,e);function __(){this.constructor=t}t.prototype=null===e?Object.create(e):(__.prototype=e.prototype,new __)}}(),__importStar=this&&this.__importStar||function(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var a in t)Object.hasOwnProperty.call(t,a)&&(e[a]=t[a]);e.default=t;return e};Object.defineProperty(exports,"__esModule",{value:!0});var wijmo_react_base_1=require("@mescius/wijmo.react.base"),wjcChartFinanceAnalytics=__importStar(require("@mescius/wijmo.chart.finance.analytics")),FlexChartFibonacci=function(t){__extends(FlexChartFibonacci,t);function FlexChartFibonacci(e){var a=t.call(this,e,wjcChartFinanceAnalytics.Fibonacci,{objectProps:["axisX","axisY","style","altStyle","symbolStyle","itemsSource","tooltipContent","levels"]})||this;a._parentProp="series";a._siblingId="series";return a}return FlexChartFibonacci}(wijmo_react_base_1.ComponentBase);exports.FlexChartFibonacci=FlexChartFibonacci;var FlexChartFibonacciArcs=function(t){__extends(FlexChartFibonacciArcs,t);function FlexChartFibonacciArcs(e){var a=t.call(this,e,wjcChartFinanceAnalytics.FibonacciArcs,{objectProps:["axisX","axisY","style","altStyle","symbolStyle","itemsSource","tooltipContent","start","end","levels"]})||this;a._parentProp="series";a._siblingId="series";return a}return FlexChartFibonacciArcs}(wijmo_react_base_1.ComponentBase);exports.FlexChartFibonacciArcs=FlexChartFibonacciArcs;var FlexChartFibonacciFans=function(t){__extends(FlexChartFibonacciFans,t);function FlexChartFibonacciFans(e){var a=t.call(this,e,wjcChartFinanceAnalytics.FibonacciFans,{objectProps:["axisX","axisY","style","altStyle","symbolStyle","itemsSource","tooltipContent","start","end","levels"]})||this;a._parentProp="series";a._siblingId="series";return a}return FlexChartFibonacciFans}(wijmo_react_base_1.ComponentBase);exports.FlexChartFibonacciFans=FlexChartFibonacciFans;var FlexChartFibonacciTimeZones=function(t){__extends(FlexChartFibonacciTimeZones,t);function FlexChartFibonacciTimeZones(e){var a=t.call(this,e,wjcChartFinanceAnalytics.FibonacciTimeZones,{objectProps:["axisX","axisY","style","altStyle","symbolStyle","itemsSource","tooltipContent","startX","endX","levels"]})||this;a._parentProp="series";a._siblingId="series";return a}return FlexChartFibonacciTimeZones}(wijmo_react_base_1.ComponentBase);exports.FlexChartFibonacciTimeZones=FlexChartFibonacciTimeZones;var FlexChartAtr=function(t){__extends(FlexChartAtr,t);function FlexChartAtr(e){var a=t.call(this,e,wjcChartFinanceAnalytics.ATR,{objectProps:["axisX","axisY","style","altStyle","symbolStyle","itemsSource","tooltipContent"]})||this;a._parentProp="series";a._siblingId="series";return a}return FlexChartAtr}(wijmo_react_base_1.ComponentBase);exports.FlexChartAtr=FlexChartAtr;var FlexChartCci=function(t){__extends(FlexChartCci,t);function FlexChartCci(e){var a=t.call(this,e,wjcChartFinanceAnalytics.CCI,{objectProps:["axisX","axisY","style","altStyle","symbolStyle","itemsSource","tooltipContent"]})||this;a._parentProp="series";a._siblingId="series";return a}return FlexChartCci}(wijmo_react_base_1.ComponentBase);exports.FlexChartCci=FlexChartCci;var FlexChartRsi=function(t){__extends(FlexChartRsi,t);function FlexChartRsi(e){var a=t.call(this,e,wjcChartFinanceAnalytics.RSI,{objectProps:["axisX","axisY","style","altStyle","symbolStyle","itemsSource","tooltipContent"]})||this;a._parentProp="series";a._siblingId="series";return a}return FlexChartRsi}(wijmo_react_base_1.ComponentBase);exports.FlexChartRsi=FlexChartRsi;var FlexChartWilliamsR=function(t){__extends(FlexChartWilliamsR,t);function FlexChartWilliamsR(e){var a=t.call(this,e,wjcChartFinanceAnalytics.WilliamsR,{objectProps:["axisX","axisY","style","altStyle","symbolStyle","itemsSource","tooltipContent"]})||this;a._parentProp="series";a._siblingId="series";return a}return FlexChartWilliamsR}(wijmo_react_base_1.ComponentBase);exports.FlexChartWilliamsR=FlexChartWilliamsR;var FlexChartMacd=function(t){__extends(FlexChartMacd,t);function FlexChartMacd(e){var a=t.call(this,e,wjcChartFinanceAnalytics.Macd,{objectProps:["axisX","axisY","style","altStyle","symbolStyle","itemsSource","tooltipContent","styles"]})||this;a._parentProp="series";a._siblingId="series";return a}return FlexChartMacd}(wijmo_react_base_1.ComponentBase);exports.FlexChartMacd=FlexChartMacd;var FlexChartMacdHistogram=function(t){__extends(FlexChartMacdHistogram,t);function FlexChartMacdHistogram(e){var a=t.call(this,e,wjcChartFinanceAnalytics.MacdHistogram,{objectProps:["axisX","axisY","style","altStyle","symbolStyle","itemsSource","tooltipContent"]})||this;a._parentProp="series";a._siblingId="series";return a}return FlexChartMacdHistogram}(wijmo_react_base_1.ComponentBase);exports.FlexChartMacdHistogram=FlexChartMacdHistogram;var FlexChartStochastic=function(t){__extends(FlexChartStochastic,t);function FlexChartStochastic(e){var a=t.call(this,e,wjcChartFinanceAnalytics.Stochastic,{objectProps:["axisX","axisY","style","altStyle","symbolStyle","itemsSource","tooltipContent","styles"]})||this;a._parentProp="series";a._siblingId="series";return a}return FlexChartStochastic}(wijmo_react_base_1.ComponentBase);exports.FlexChartStochastic=FlexChartStochastic;var FlexChartBollingerBands=function(t){__extends(FlexChartBollingerBands,t);function FlexChartBollingerBands(e){var a=t.call(this,e,wjcChartFinanceAnalytics.BollingerBands,{objectProps:["axisX","axisY","style","altStyle","symbolStyle","itemsSource","tooltipContent"]})||this;a._parentProp="series";a._siblingId="series";return a}return FlexChartBollingerBands}(wijmo_react_base_1.ComponentBase);exports.FlexChartBollingerBands=FlexChartBollingerBands;var FlexChartEnvelopes=function(t){__extends(FlexChartEnvelopes,t);function FlexChartEnvelopes(e){var a=t.call(this,e,wjcChartFinanceAnalytics.Envelopes,{objectProps:["axisX","axisY","style","altStyle","symbolStyle","itemsSource","tooltipContent"]})||this;a._parentProp="series";a._siblingId="series";return a}return FlexChartEnvelopes}(wijmo_react_base_1.ComponentBase);exports.FlexChartEnvelopes=FlexChartEnvelopes;
package/package.json ADDED
@@ -0,0 +1,46 @@
1
+ {
2
+ "name": "@mescius/wijmo.react.chart.finance.analytics",
3
+ "version": "5.20232.939",
4
+ "description": "UI library for pure JS, Angular, React, Vue and more...",
5
+ "author": "MESCIUS inc",
6
+ "license": "Commercial",
7
+ "main": "./index.js",
8
+ "types": "./index.d.ts",
9
+ "dependencies": {
10
+ "@mescius/wijmo": "5.20232.939",
11
+ "@mescius/wijmo.chart.finance.analytics": "5.20232.939",
12
+ "@mescius/wijmo.react.base": "5.20232.939"
13
+ },
14
+ "homepage": "https://developer.mescius.com/wijmo",
15
+ "bugs": {
16
+ "url": "https://developer.mescius.com/forums/wijmo"
17
+ },
18
+ "keywords": [
19
+ "control",
20
+ "component",
21
+ "ui",
22
+ "control library",
23
+ "component library",
24
+ "ui library",
25
+ "control-library",
26
+ "component-library",
27
+ "ui-library",
28
+ "grid",
29
+ "data grid",
30
+ "data-grid",
31
+ "datagrid",
32
+ "angular grid",
33
+ "react grid",
34
+ "vue grid",
35
+ "angular-grid",
36
+ "react-grid",
37
+ "vue-grid"
38
+ ],
39
+ "module": "./es5-esm.js",
40
+ "esm5": "./es5-esm.js",
41
+ "wj-esm5": "./es5-esm.js",
42
+ "es2015Cjs": "./es2015-commonjs.js",
43
+ "wj-es2015Cjs": "./es2015-commonjs.js",
44
+ "esm2015": "./es2015-esm.js",
45
+ "wj-esm2015": "./es2015-esm.js"
46
+ }