igniteui-angular-core 20.2.0-beta.0 → 20.2.1-beta.0
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/bundles/igniteui-angular-core.umd.js +6890 -5217
- package/bundles/igniteui-angular-core.umd.min.js +1 -1
- package/esm2015/lib/AxisDescription.js +276 -276
- package/esm2015/lib/AxisDescriptionMetadata.js +10 -5
- package/esm2015/lib/AxisMouseEventArgsDescription.js +29 -21
- package/esm2015/lib/AxisMouseEventArgsDescriptionMetadata.js +3 -2
- package/esm2015/lib/BaseDOMEventProxy_combined.js +420 -419
- package/esm2015/lib/CanvasGestureDOMEventProxy.js +252 -252
- package/esm2015/lib/CanvasScalingHelpers.js +79 -0
- package/esm2015/lib/CategoryAxisBaseDescriptionMetadata.js +1 -1
- package/esm2015/lib/CategoryChartDescription.js +121 -121
- package/esm2015/lib/DashboardTileDescription.js +90 -82
- package/esm2015/lib/DashboardTileDescriptionMetadata.js +1 -0
- package/esm2015/lib/DataChartDescription.js +103 -95
- package/esm2015/lib/DataChartDescriptionMetadata.js +1 -0
- package/esm2015/lib/DataPieBaseChartDescription.js +117 -117
- package/esm2015/lib/DataPieChartDescription.js +32 -32
- package/esm2015/lib/DataSourceLocalDataProvider.js +371 -158
- package/esm2015/lib/DomainChartDescription.js +786 -778
- package/esm2015/lib/DomainChartDescriptionMetadata.js +10 -2
- package/esm2015/lib/EventProxy.js +32 -31
- package/esm2015/lib/FeatureState.js +29 -0
- package/esm2015/lib/FinancialChartDescription.js +151 -151
- package/esm2015/lib/GeographicMapDescription.js +41 -41
- package/esm2015/lib/ImageLoadEventArgsDescription.js +58 -0
- package/esm2015/lib/ImageLoadEventArgsDescriptionMetadata.js +41 -0
- package/esm2015/lib/LabelFormatOverrideEventArgsDescription.js +50 -0
- package/esm2015/lib/LabelFormatOverrideEventArgsDescriptionMetadata.js +7 -0
- package/esm2015/lib/LabelFormatOverrideEventArgsDescriptionMetadata_combined.js +76 -0
- package/esm2015/lib/LastSevenDaysExpressionDescription.js +25 -0
- package/esm2015/lib/LastSevenDaysExpressionDescriptionMetadata.js +39 -0
- package/esm2015/lib/LastThirtyDaysExpressionDescription.js +25 -0
- package/esm2015/lib/LastThirtyDaysExpressionDescriptionMetadata.js +39 -0
- package/esm2015/lib/LastThreeSixtyFiveDaysExpressionDescription.js +25 -0
- package/esm2015/lib/LastThreeSixtyFiveDaysExpressionDescriptionMetadata.js +39 -0
- package/esm2015/lib/MonthToDateExpressionDescription.js +25 -0
- package/esm2015/lib/MonthToDateExpressionDescriptionMetadata.js +39 -0
- package/esm2015/lib/NumericAxisBaseDescription.js +84 -84
- package/esm2015/lib/NumericAxisBaseDescriptionMetadata.js +3 -2
- package/esm2015/lib/PlotAreaMouseButtonEventArgsDescriptionMetadata_combined.js +2 -0
- package/esm2015/lib/QuarterToDateExpressionDescription.js +25 -0
- package/esm2015/lib/QuarterToDateExpressionDescriptionMetadata.js +39 -0
- package/esm2015/lib/RadialBaseChartDescription.js +217 -217
- package/esm2015/lib/ScrollerView_combined.js +12 -12
- package/esm2015/lib/SeriesDescriptionMetadata.js +1 -1
- package/esm2015/lib/SeriesViewerDescription.js +503 -487
- package/esm2015/lib/StackedFragmentSeriesDescriptionMetadata.js +1 -1
- package/esm2015/lib/TimeAxisLabelFormatDescription.js +14 -6
- package/esm2015/lib/TimeAxisLabelFormatDescriptionMetadata.js +1 -35
- package/esm2015/lib/TrailingTwelveMonthsExpressionDescription.js +25 -0
- package/esm2015/lib/TrailingTwelveMonthsExpressionDescriptionMetadata.js +39 -0
- package/esm2015/lib/WebBaseExporterDescriptionMetadata_combined.js +6 -0
- package/esm2015/lib/WebByLevelTreeGridMergeStrategyDescription.js +23 -0
- package/esm2015/lib/WebByLevelTreeGridMergeStrategyDescriptionMetadata.js +45 -0
- package/esm2015/lib/WebColumnDescription.js +131 -115
- package/esm2015/lib/WebColumnDescriptionMetadata.js +4 -0
- package/esm2015/lib/WebColumnGroupDescription.js +12 -12
- package/esm2015/lib/WebCustomDateRangeDescription.js +16 -0
- package/esm2015/lib/WebCustomDateRangeDescriptionMetadata.js +5 -0
- package/esm2015/lib/WebDateRangeValueDescriptionMetadata.js +1 -0
- package/esm2015/lib/WebDateRangeValueEventArgsDescriptionMetadata.js +3 -3
- package/esm2015/lib/WebDefaultMergeStrategyDescription.js +26 -0
- package/esm2015/lib/WebDefaultMergeStrategyDescriptionMetadata.js +42 -0
- package/esm2015/lib/WebDefaultTreeGridMergeStrategyDescription.js +23 -0
- package/esm2015/lib/WebDefaultTreeGridMergeStrategyDescriptionMetadata.js +45 -0
- package/esm2015/lib/WebGridBaseDirectiveDescription_combined.js +341 -325
- package/esm2015/lib/WebGridDescription.js +52 -52
- package/esm2015/lib/WebGridMergeStrategyDescription.js +26 -0
- package/esm2015/lib/WebGridMergeStrategyDescriptionMetadata.js +43 -0
- package/esm2015/lib/WebGridResourceStringsDescription.js +549 -437
- package/esm2015/lib/WebGridResourceStringsDescriptionMetadata.js +14 -0
- package/esm2015/lib/WebHierarchicalGridBaseDirectiveDescription.js +11 -11
- package/esm2015/lib/WebHierarchicalGridDescription.js +15 -15
- package/esm2015/lib/WebPivotGridDescription.js +42 -42
- package/esm2015/lib/WebPositionSettingsDescription.js +18 -10
- package/esm2015/lib/WebPositionSettingsDescriptionMetadata.js +1 -0
- package/esm2015/lib/WebRowIslandDescription.js +356 -340
- package/esm2015/lib/WebRowIslandDescriptionMetadata.js +6 -0
- package/esm2015/lib/WebTooltipDescription.js +43 -35
- package/esm2015/lib/WebTooltipDescriptionMetadata.js +1 -0
- package/esm2015/lib/WebTreeGridDescription.js +28 -28
- package/esm2015/lib/XYChartDescription.js +217 -217
- package/esm2015/public_api.js +28 -2
- package/esm5/lib/AxisDescription.js +276 -276
- package/esm5/lib/AxisDescriptionMetadata.js +10 -5
- package/esm5/lib/AxisMouseEventArgsDescription.js +31 -19
- package/esm5/lib/AxisMouseEventArgsDescriptionMetadata.js +3 -2
- package/esm5/lib/BaseDOMEventProxy_combined.js +418 -417
- package/esm5/lib/CanvasGestureDOMEventProxy.js +252 -252
- package/esm5/lib/CanvasScalingHelpers.js +83 -0
- package/esm5/lib/CategoryAxisBaseDescriptionMetadata.js +1 -1
- package/esm5/lib/CategoryChartDescription.js +121 -121
- package/esm5/lib/DashboardTileDescription.js +94 -82
- package/esm5/lib/DashboardTileDescriptionMetadata.js +1 -0
- package/esm5/lib/DataChartDescription.js +107 -95
- package/esm5/lib/DataChartDescriptionMetadata.js +1 -0
- package/esm5/lib/DataPieBaseChartDescription.js +117 -117
- package/esm5/lib/DataPieChartDescription.js +32 -32
- package/esm5/lib/DataSourceLocalDataProvider.js +407 -168
- package/esm5/lib/DomainChartDescription.js +790 -778
- package/esm5/lib/DomainChartDescriptionMetadata.js +10 -2
- package/esm5/lib/EventProxy.js +32 -31
- package/esm5/lib/FeatureState.js +29 -0
- package/esm5/lib/FinancialChartDescription.js +151 -151
- package/esm5/lib/GeographicMapDescription.js +41 -41
- package/esm5/lib/ImageLoadEventArgsDescription.js +80 -0
- package/esm5/lib/ImageLoadEventArgsDescriptionMetadata.js +45 -0
- package/esm5/lib/LabelFormatOverrideEventArgsDescription.js +68 -0
- package/esm5/lib/LabelFormatOverrideEventArgsDescriptionMetadata.js +7 -0
- package/esm5/lib/LabelFormatOverrideEventArgsDescriptionMetadata_combined.js +83 -0
- package/esm5/lib/LastSevenDaysExpressionDescription.js +26 -0
- package/esm5/lib/LastSevenDaysExpressionDescriptionMetadata.js +43 -0
- package/esm5/lib/LastThirtyDaysExpressionDescription.js +26 -0
- package/esm5/lib/LastThirtyDaysExpressionDescriptionMetadata.js +43 -0
- package/esm5/lib/LastThreeSixtyFiveDaysExpressionDescription.js +26 -0
- package/esm5/lib/LastThreeSixtyFiveDaysExpressionDescriptionMetadata.js +43 -0
- package/esm5/lib/MonthToDateExpressionDescription.js +26 -0
- package/esm5/lib/MonthToDateExpressionDescriptionMetadata.js +43 -0
- package/esm5/lib/NumericAxisBaseDescription.js +84 -84
- package/esm5/lib/NumericAxisBaseDescriptionMetadata.js +3 -2
- package/esm5/lib/PlotAreaMouseButtonEventArgsDescriptionMetadata_combined.js +2 -0
- package/esm5/lib/QuarterToDateExpressionDescription.js +26 -0
- package/esm5/lib/QuarterToDateExpressionDescriptionMetadata.js +43 -0
- package/esm5/lib/RadialBaseChartDescription.js +217 -217
- package/esm5/lib/ScrollerView_combined.js +12 -12
- package/esm5/lib/SeriesDescriptionMetadata.js +1 -1
- package/esm5/lib/SeriesViewerDescription.js +510 -486
- package/esm5/lib/StackedFragmentSeriesDescriptionMetadata.js +1 -1
- package/esm5/lib/TimeAxisLabelFormatDescription.js +17 -5
- package/esm5/lib/TimeAxisLabelFormatDescriptionMetadata.js +1 -39
- package/esm5/lib/TrailingTwelveMonthsExpressionDescription.js +26 -0
- package/esm5/lib/TrailingTwelveMonthsExpressionDescriptionMetadata.js +43 -0
- package/esm5/lib/WebBaseExporterDescriptionMetadata_combined.js +6 -0
- package/esm5/lib/WebByLevelTreeGridMergeStrategyDescription.js +24 -0
- package/esm5/lib/WebByLevelTreeGridMergeStrategyDescriptionMetadata.js +49 -0
- package/esm5/lib/WebColumnDescription.js +139 -115
- package/esm5/lib/WebColumnDescriptionMetadata.js +4 -0
- package/esm5/lib/WebColumnGroupDescription.js +12 -12
- package/esm5/lib/WebCustomDateRangeDescription.js +26 -1
- package/esm5/lib/WebCustomDateRangeDescriptionMetadata.js +5 -0
- package/esm5/lib/WebDateRangeValueDescriptionMetadata.js +1 -0
- package/esm5/lib/WebDateRangeValueEventArgsDescriptionMetadata.js +3 -3
- package/esm5/lib/WebDefaultMergeStrategyDescription.js +31 -0
- package/esm5/lib/WebDefaultMergeStrategyDescriptionMetadata.js +46 -0
- package/esm5/lib/WebDefaultTreeGridMergeStrategyDescription.js +24 -0
- package/esm5/lib/WebDefaultTreeGridMergeStrategyDescriptionMetadata.js +49 -0
- package/esm5/lib/WebGridBaseDirectiveDescription_combined.js +349 -325
- package/esm5/lib/WebGridDescription.js +52 -52
- package/esm5/lib/WebGridMergeStrategyDescription.js +31 -0
- package/esm5/lib/WebGridMergeStrategyDescriptionMetadata.js +47 -0
- package/esm5/lib/WebGridResourceStringsDescription.js +626 -458
- package/esm5/lib/WebGridResourceStringsDescriptionMetadata.js +14 -0
- package/esm5/lib/WebHierarchicalGridBaseDirectiveDescription.js +11 -11
- package/esm5/lib/WebHierarchicalGridDescription.js +15 -15
- package/esm5/lib/WebPivotGridDescription.js +42 -42
- package/esm5/lib/WebPositionSettingsDescription.js +22 -10
- package/esm5/lib/WebPositionSettingsDescriptionMetadata.js +1 -0
- package/esm5/lib/WebRowIslandDescription.js +364 -340
- package/esm5/lib/WebRowIslandDescriptionMetadata.js +6 -0
- package/esm5/lib/WebTooltipDescription.js +47 -35
- package/esm5/lib/WebTooltipDescriptionMetadata.js +1 -0
- package/esm5/lib/WebTreeGridDescription.js +28 -28
- package/esm5/lib/XYChartDescription.js +217 -217
- package/esm5/public_api.js +28 -2
- package/fesm2015/igniteui-angular-core.js +6610 -5175
- package/fesm5/igniteui-angular-core.js +6864 -5218
- package/lib/AxisDescription.d.ts +106 -106
- package/lib/AxisMouseEventArgsDescription.d.ts +12 -9
- package/lib/BaseDOMEventProxy_combined.d.ts +81 -80
- package/lib/CanvasGestureDOMEventProxy.d.ts +29 -29
- package/lib/CanvasScalingHelpers.d.ts +17 -0
- package/lib/CategoryChartDescription.d.ts +45 -45
- package/lib/DashboardTileDescription.d.ts +33 -30
- package/lib/DataChartDescription.d.ts +36 -33
- package/lib/DataPieBaseChartDescription.d.ts +43 -43
- package/lib/DataPieChartDescription.d.ts +12 -12
- package/lib/DataSourceLocalDataProvider.d.ts +36 -27
- package/lib/DomainChartDescription.d.ts +291 -288
- package/lib/DomainChartDescriptionMetadata.d.ts +2 -1
- package/lib/EventProxy.d.ts +28 -27
- package/lib/FeatureState.d.ts +22 -0
- package/lib/FinancialChartDescription.d.ts +56 -56
- package/lib/GeographicMapDescription.d.ts +14 -14
- package/lib/ImageLoadEventArgsDescription.d.ts +23 -0
- package/lib/ImageLoadEventArgsDescriptionMetadata.d.ts +13 -0
- package/lib/LabelFormatOverrideEventArgsDescription.d.ts +21 -0
- package/lib/LabelFormatOverrideEventArgsDescriptionMetadata.d.ts +1 -0
- package/lib/LabelFormatOverrideEventArgsDescriptionMetadata_combined.d.ts +23 -0
- package/lib/LastSevenDaysExpressionDescription.d.ts +12 -0
- package/lib/LastSevenDaysExpressionDescriptionMetadata.d.ts +13 -0
- package/lib/LastThirtyDaysExpressionDescription.d.ts +12 -0
- package/lib/LastThirtyDaysExpressionDescriptionMetadata.d.ts +13 -0
- package/lib/LastThreeSixtyFiveDaysExpressionDescription.d.ts +12 -0
- package/lib/LastThreeSixtyFiveDaysExpressionDescriptionMetadata.d.ts +13 -0
- package/lib/MonthToDateExpressionDescription.d.ts +12 -0
- package/lib/MonthToDateExpressionDescriptionMetadata.d.ts +13 -0
- package/lib/NumericAxisBaseDescription.d.ts +32 -32
- package/lib/QuarterToDateExpressionDescription.d.ts +12 -0
- package/lib/QuarterToDateExpressionDescriptionMetadata.d.ts +13 -0
- package/lib/RadialBaseChartDescription.d.ts +80 -80
- package/lib/SeriesViewerDescription.d.ts +178 -172
- package/lib/TimeAxisLabelFormatDescription.d.ts +6 -3
- package/lib/TimeAxisLabelFormatDescriptionMetadata.d.ts +1 -13
- package/lib/TrailingTwelveMonthsExpressionDescription.d.ts +12 -0
- package/lib/TrailingTwelveMonthsExpressionDescriptionMetadata.d.ts +13 -0
- package/lib/WebByLevelTreeGridMergeStrategyDescription.d.ts +10 -0
- package/lib/WebByLevelTreeGridMergeStrategyDescriptionMetadata.d.ts +13 -0
- package/lib/WebColumnDescription.d.ts +46 -40
- package/lib/WebColumnGroupDescription.d.ts +4 -4
- package/lib/WebCustomDateRangeDescription.d.ts +7 -0
- package/lib/WebDateRangeValueEventArgsDescription.d.ts +3 -3
- package/lib/WebDefaultMergeStrategyDescription.d.ts +11 -0
- package/lib/WebDefaultMergeStrategyDescriptionMetadata.d.ts +13 -0
- package/lib/WebDefaultTreeGridMergeStrategyDescription.d.ts +10 -0
- package/lib/WebDefaultTreeGridMergeStrategyDescriptionMetadata.d.ts +13 -0
- package/lib/WebGridBaseDirectiveDescription_combined.d.ts +119 -112
- package/lib/WebGridDescription.d.ts +18 -18
- package/lib/WebGridMergeStrategyDescription.d.ts +11 -0
- package/lib/WebGridMergeStrategyDescriptionMetadata.d.ts +13 -0
- package/lib/WebGridResourceStringsDescription.d.ts +197 -155
- package/lib/WebHierarchicalGridBaseDirectiveDescription.d.ts +4 -4
- package/lib/WebHierarchicalGridDescription.d.ts +5 -5
- package/lib/WebPivotGridDescription.d.ts +15 -15
- package/lib/WebPositionSettingsDescription.d.ts +7 -4
- package/lib/WebRowIslandDescription.d.ts +125 -118
- package/lib/WebTooltipDescription.d.ts +15 -12
- package/lib/WebTreeGridDescription.d.ts +10 -10
- package/lib/XYChartDescription.d.ts +80 -80
- package/package.json +1 -1
- package/public_api.d.ts +28 -2
|
@@ -1,11 +1,12 @@
|
|
|
1
1
|
import { Base, Type } from "./type";
|
|
2
|
-
import { TypeDescriptionContext } from "./TypeDescriptionContext";
|
|
3
2
|
import { Dictionary$2 } from "./Dictionary$2";
|
|
3
|
+
import { TypeDescriptionContext } from "./TypeDescriptionContext";
|
|
4
4
|
/**
|
|
5
5
|
* @hidden
|
|
6
6
|
*/
|
|
7
7
|
export declare class DomainChartDescriptionMetadata extends Base {
|
|
8
8
|
static $t: Type;
|
|
9
|
+
private static e;
|
|
9
10
|
private static a;
|
|
10
11
|
private static b;
|
|
11
12
|
static c(a: Dictionary$2<string, string>): void;
|
package/lib/EventProxy.d.ts
CHANGED
|
@@ -33,56 +33,57 @@ export declare abstract class EventProxy extends Base {
|
|
|
33
33
|
onHold: (point: Point) => void;
|
|
34
34
|
onKeyDown: (key: Key) => boolean;
|
|
35
35
|
onKeyUp: (key: Key) => boolean;
|
|
36
|
-
abstract
|
|
37
|
-
|
|
38
|
-
|
|
36
|
+
abstract bl(a: DomWrapper): Rect;
|
|
37
|
+
ao: number;
|
|
38
|
+
bm: Rect;
|
|
39
|
+
bj: ModifierKeys;
|
|
39
40
|
al: boolean;
|
|
40
41
|
am: boolean;
|
|
41
|
-
|
|
42
|
-
|
|
42
|
+
ap: (arg1: Point) => boolean;
|
|
43
|
+
ar: (arg1: Point, arg2: boolean, arg3: boolean) => boolean;
|
|
43
44
|
protected ad(a: Point, b: boolean, c: boolean): boolean;
|
|
44
|
-
|
|
45
|
+
as: (arg1: NormalizedEvent) => boolean;
|
|
45
46
|
abstract d(): EventProxy;
|
|
46
|
-
abstract
|
|
47
|
+
abstract aw(): void;
|
|
47
48
|
protected get_an(): boolean;
|
|
48
49
|
get an(): boolean;
|
|
49
|
-
|
|
50
|
+
at: any;
|
|
50
51
|
protected get_ac(): boolean;
|
|
51
52
|
get ac(): boolean;
|
|
52
|
-
|
|
53
|
+
av(): void;
|
|
53
54
|
protected aj(a: Point, b: number): boolean;
|
|
54
55
|
protected ak(a: Point, b: number): boolean;
|
|
56
|
+
protected be(a: Point, b: number): void;
|
|
57
|
+
protected bh(a: Point, b: number, c: number, d: number): void;
|
|
58
|
+
protected ag(a: Point, b: number, c: number): boolean;
|
|
55
59
|
protected bd(a: Point, b: number): void;
|
|
56
60
|
protected bg(a: Point, b: number, c: number, d: number): void;
|
|
57
|
-
protected ag(a: Point, b: number, c: number): boolean;
|
|
58
|
-
protected bc(a: Point, b: number): void;
|
|
59
61
|
protected bf(a: Point, b: number, c: number, d: number): void;
|
|
60
|
-
protected
|
|
61
|
-
protected
|
|
62
|
-
protected
|
|
62
|
+
protected a5(a: Point, b: number): void;
|
|
63
|
+
protected a7(a: Point): void;
|
|
64
|
+
protected a0(a: Point, b: boolean): void;
|
|
65
|
+
protected a4(a: Point): void;
|
|
63
66
|
protected az(a: Point, b: boolean): void;
|
|
64
67
|
protected a3(a: Point): void;
|
|
65
|
-
protected ay(a: Point, b: boolean): void;
|
|
68
|
+
protected ay(a: Point, b: boolean, c: boolean): void;
|
|
66
69
|
protected a2(a: Point): void;
|
|
67
|
-
protected
|
|
68
|
-
protected
|
|
70
|
+
protected ba(a: Point): void;
|
|
71
|
+
protected bb(a: Point, b: boolean, c: boolean): void;
|
|
69
72
|
protected a9(a: Point): void;
|
|
70
|
-
protected ba(a: Point, b: boolean, c: boolean): void;
|
|
71
73
|
protected a8(a: Point): void;
|
|
72
|
-
protected
|
|
73
|
-
protected bb(a: Point): void;
|
|
74
|
+
protected bc(a: Point): void;
|
|
74
75
|
protected ah(a: Key): boolean;
|
|
75
76
|
protected ai(a: Key): boolean;
|
|
76
|
-
protected
|
|
77
|
-
protected
|
|
78
|
-
abstract
|
|
77
|
+
protected a1(a: Point): void;
|
|
78
|
+
protected a6(a: Point): void;
|
|
79
|
+
abstract bk(): Point;
|
|
79
80
|
private aa;
|
|
80
81
|
get ae(): boolean;
|
|
81
82
|
set ae(a: boolean);
|
|
82
83
|
ab: boolean;
|
|
83
84
|
af: boolean;
|
|
84
|
-
|
|
85
|
-
protected
|
|
86
|
-
abstract
|
|
87
|
-
abstract
|
|
85
|
+
aq: (arg1: Point) => boolean;
|
|
86
|
+
protected ax(): void;
|
|
87
|
+
abstract au(a: any, b: string): void;
|
|
88
|
+
abstract bi(a: any, b: string): void;
|
|
88
89
|
}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { Type } from "./type";
|
|
2
|
+
/**
|
|
3
|
+
* Describes available states for a feature.
|
|
4
|
+
*/
|
|
5
|
+
export declare enum FeatureState {
|
|
6
|
+
/**
|
|
7
|
+
* Defines a value for unset property.
|
|
8
|
+
*/
|
|
9
|
+
Unset = 0,
|
|
10
|
+
/**
|
|
11
|
+
* Defines a value for enabled property.
|
|
12
|
+
*/
|
|
13
|
+
Enabled = 1,
|
|
14
|
+
/**
|
|
15
|
+
* Defines a value for disabled property.
|
|
16
|
+
*/
|
|
17
|
+
Disabled = 2
|
|
18
|
+
}
|
|
19
|
+
/**
|
|
20
|
+
* @hidden
|
|
21
|
+
*/
|
|
22
|
+
export declare let FeatureState_$type: Type;
|
|
@@ -6,174 +6,174 @@ import { Type } from "./type";
|
|
|
6
6
|
*/
|
|
7
7
|
export declare class FinancialChartDescription extends XYChartDescription {
|
|
8
8
|
static $t: Type;
|
|
9
|
-
private
|
|
9
|
+
private aac;
|
|
10
10
|
get tooltipTemplateRef(): string;
|
|
11
11
|
set tooltipTemplateRef(a: string);
|
|
12
|
-
private
|
|
12
|
+
private aae;
|
|
13
13
|
get width(): string;
|
|
14
14
|
set width(a: string);
|
|
15
|
-
private
|
|
15
|
+
private aab;
|
|
16
16
|
get height(): string;
|
|
17
17
|
set height(a: string);
|
|
18
|
-
private
|
|
18
|
+
private z9;
|
|
19
19
|
get background(): string;
|
|
20
20
|
set background(a: string);
|
|
21
21
|
protected get_type(): string;
|
|
22
22
|
constructor();
|
|
23
|
-
private
|
|
23
|
+
private y4;
|
|
24
24
|
get toolbarHeight(): number;
|
|
25
25
|
set toolbarHeight(a: number);
|
|
26
|
-
private
|
|
26
|
+
private yo;
|
|
27
27
|
get yAxisIsLogarithmic(): boolean;
|
|
28
28
|
set yAxisIsLogarithmic(a: boolean);
|
|
29
|
-
private
|
|
29
|
+
private z1;
|
|
30
30
|
get yAxisLogarithmBase(): number;
|
|
31
31
|
set yAxisLogarithmBase(a: number);
|
|
32
|
-
private
|
|
32
|
+
private zb;
|
|
33
33
|
get yAxisInterval(): number;
|
|
34
34
|
set yAxisInterval(a: number);
|
|
35
|
-
private
|
|
35
|
+
private zd;
|
|
36
36
|
get yAxisMinimumValue(): number;
|
|
37
37
|
set yAxisMinimumValue(a: number);
|
|
38
|
-
private
|
|
38
|
+
private zc;
|
|
39
39
|
get yAxisMaximumValue(): number;
|
|
40
40
|
set yAxisMaximumValue(a: number);
|
|
41
|
-
private
|
|
41
|
+
private ze;
|
|
42
42
|
get yAxisMinorInterval(): number;
|
|
43
43
|
set yAxisMinorInterval(a: number);
|
|
44
|
-
private
|
|
44
|
+
private aad;
|
|
45
45
|
get volumeType(): string;
|
|
46
46
|
set volumeType(a: string);
|
|
47
|
-
private
|
|
47
|
+
private aaf;
|
|
48
48
|
get xAxisMode(): string;
|
|
49
49
|
set xAxisMode(a: string);
|
|
50
|
-
private
|
|
50
|
+
private y6;
|
|
51
51
|
get xAxisZoomMaximumCategoryRange(): number;
|
|
52
52
|
set xAxisZoomMaximumCategoryRange(a: number);
|
|
53
|
-
private
|
|
53
|
+
private y9;
|
|
54
54
|
get xAxisZoomToCategoryStart(): number;
|
|
55
55
|
set xAxisZoomToCategoryStart(a: number);
|
|
56
|
-
private
|
|
56
|
+
private y7;
|
|
57
57
|
get xAxisZoomMaximumItemSpan(): number;
|
|
58
58
|
set xAxisZoomMaximumItemSpan(a: number);
|
|
59
|
-
private
|
|
59
|
+
private y8;
|
|
60
60
|
get xAxisZoomToCategoryRange(): number;
|
|
61
61
|
set xAxisZoomToCategoryRange(a: number);
|
|
62
|
-
private
|
|
62
|
+
private za;
|
|
63
63
|
get xAxisZoomToItemSpan(): number;
|
|
64
64
|
set xAxisZoomToItemSpan(a: number);
|
|
65
|
-
private
|
|
65
|
+
private aag;
|
|
66
66
|
get yAxisMode(): string;
|
|
67
67
|
set yAxisMode(a: string);
|
|
68
|
-
private
|
|
68
|
+
private yj;
|
|
69
69
|
get isToolbarVisible(): boolean;
|
|
70
70
|
set isToolbarVisible(a: boolean);
|
|
71
|
-
private
|
|
71
|
+
private aaa;
|
|
72
72
|
get chartType(): string;
|
|
73
73
|
set chartType(a: string);
|
|
74
|
-
private
|
|
74
|
+
private yk;
|
|
75
75
|
get isWindowSyncedToVisibleRange(): boolean;
|
|
76
76
|
set isWindowSyncedToVisibleRange(a: boolean);
|
|
77
|
-
private
|
|
77
|
+
private xu;
|
|
78
78
|
get indicatorTypes(): string[];
|
|
79
79
|
set indicatorTypes(a: string[]);
|
|
80
|
-
private
|
|
80
|
+
private xz;
|
|
81
81
|
get overlayTypes(): string[];
|
|
82
82
|
set overlayTypes(a: string[]);
|
|
83
|
-
private
|
|
83
|
+
private ym;
|
|
84
84
|
get yAxisAbbreviateLargeNumbers(): boolean;
|
|
85
85
|
set yAxisAbbreviateLargeNumbers(a: boolean);
|
|
86
|
-
private
|
|
86
|
+
private yl;
|
|
87
87
|
get xAxisEnhancedIntervalPreferMoreCategoryLabels(): boolean;
|
|
88
88
|
set xAxisEnhancedIntervalPreferMoreCategoryLabels(a: boolean);
|
|
89
|
-
private
|
|
89
|
+
private yn;
|
|
90
90
|
get yAxisEnhancedIntervalPreferMoreCategoryLabels(): boolean;
|
|
91
91
|
set yAxisEnhancedIntervalPreferMoreCategoryLabels(a: boolean);
|
|
92
|
-
private
|
|
92
|
+
private aah;
|
|
93
93
|
get zoomSliderType(): string;
|
|
94
94
|
set zoomSliderType(a: string);
|
|
95
|
-
private
|
|
95
|
+
private xv;
|
|
96
96
|
get negativeBrushes(): string[];
|
|
97
97
|
set negativeBrushes(a: string[]);
|
|
98
|
-
private
|
|
98
|
+
private xw;
|
|
99
99
|
get negativeOutlines(): string[];
|
|
100
100
|
set negativeOutlines(a: string[]);
|
|
101
|
-
private
|
|
101
|
+
private xx;
|
|
102
102
|
get overlayBrushes(): string[];
|
|
103
103
|
set overlayBrushes(a: string[]);
|
|
104
|
-
private
|
|
104
|
+
private xy;
|
|
105
105
|
get overlayOutlines(): string[];
|
|
106
106
|
set overlayOutlines(a: string[]);
|
|
107
|
-
private
|
|
107
|
+
private x2;
|
|
108
108
|
get volumeOutlines(): string[];
|
|
109
109
|
set volumeOutlines(a: string[]);
|
|
110
|
-
private
|
|
110
|
+
private x1;
|
|
111
111
|
get volumeBrushes(): string[];
|
|
112
112
|
set volumeBrushes(a: string[]);
|
|
113
|
-
private
|
|
113
|
+
private xt;
|
|
114
114
|
get indicatorNegativeBrushes(): string[];
|
|
115
115
|
set indicatorNegativeBrushes(a: string[]);
|
|
116
|
-
private
|
|
116
|
+
private xr;
|
|
117
117
|
get indicatorBrushes(): string[];
|
|
118
118
|
set indicatorBrushes(a: string[]);
|
|
119
|
-
private
|
|
119
|
+
private y5;
|
|
120
120
|
get volumeThickness(): number;
|
|
121
121
|
set volumeThickness(a: number);
|
|
122
|
-
private
|
|
122
|
+
private y3;
|
|
123
123
|
get overlayThickness(): number;
|
|
124
124
|
set overlayThickness(a: number);
|
|
125
|
-
private
|
|
125
|
+
private y2;
|
|
126
126
|
get overlayMultiplier(): number;
|
|
127
127
|
set overlayMultiplier(a: number);
|
|
128
|
-
private
|
|
128
|
+
private y1;
|
|
129
129
|
get indicatorThickness(): number;
|
|
130
130
|
set indicatorThickness(a: number);
|
|
131
|
-
private
|
|
131
|
+
private xs;
|
|
132
132
|
get indicatorDisplayTypes(): string[];
|
|
133
133
|
set indicatorDisplayTypes(a: string[]);
|
|
134
|
-
private
|
|
134
|
+
private zx;
|
|
135
135
|
get indicatorPeriod(): number;
|
|
136
136
|
set indicatorPeriod(a: number);
|
|
137
|
-
private
|
|
137
|
+
private y0;
|
|
138
138
|
get indicatorMultiplier(): number;
|
|
139
139
|
set indicatorMultiplier(a: number);
|
|
140
|
-
private
|
|
140
|
+
private z0;
|
|
141
141
|
get indicatorSmoothingPeriod(): number;
|
|
142
142
|
set indicatorSmoothingPeriod(a: number);
|
|
143
|
-
private
|
|
143
|
+
private zy;
|
|
144
144
|
get indicatorShortPeriod(): number;
|
|
145
145
|
set indicatorShortPeriod(a: number);
|
|
146
|
-
private
|
|
146
|
+
private zw;
|
|
147
147
|
get indicatorLongPeriod(): number;
|
|
148
148
|
set indicatorLongPeriod(a: number);
|
|
149
|
-
private
|
|
149
|
+
private zz;
|
|
150
150
|
get indicatorSignalPeriod(): number;
|
|
151
151
|
set indicatorSignalPeriod(a: number);
|
|
152
|
-
private
|
|
152
|
+
private x0;
|
|
153
153
|
get rangeSelectorOptions(): string[];
|
|
154
154
|
set rangeSelectorOptions(a: string[]);
|
|
155
|
-
private
|
|
155
|
+
private xq;
|
|
156
156
|
get customIndicatorNames(): string[];
|
|
157
157
|
set customIndicatorNames(a: string[]);
|
|
158
|
-
private
|
|
158
|
+
private aai;
|
|
159
159
|
get zoomSliderXAxisMajorStroke(): string;
|
|
160
160
|
set zoomSliderXAxisMajorStroke(a: string);
|
|
161
|
-
private
|
|
161
|
+
private zf;
|
|
162
162
|
get zoomSliderXAxisMajorStrokeThickness(): number;
|
|
163
163
|
set zoomSliderXAxisMajorStrokeThickness(a: number);
|
|
164
|
-
private
|
|
164
|
+
private yi;
|
|
165
165
|
get isLegendVisible(): boolean;
|
|
166
166
|
set isLegendVisible(a: boolean);
|
|
167
|
-
private
|
|
167
|
+
private yx;
|
|
168
168
|
get xAxisMinimumValue(): Date;
|
|
169
169
|
set xAxisMinimumValue(a: Date);
|
|
170
|
-
private
|
|
170
|
+
private yw;
|
|
171
171
|
get xAxisMaximumValue(): Date;
|
|
172
172
|
set xAxisMaximumValue(a: Date);
|
|
173
|
-
private
|
|
173
|
+
private x3;
|
|
174
174
|
get xAxisBreaks(): TimeAxisBreakDescription[];
|
|
175
175
|
set xAxisBreaks(a: TimeAxisBreakDescription[]);
|
|
176
|
-
private
|
|
176
|
+
private z8;
|
|
177
177
|
get applyCustomIndicatorsRef(): string;
|
|
178
178
|
set applyCustomIndicatorsRef(a: string);
|
|
179
179
|
}
|
|
@@ -9,46 +9,46 @@ export declare class GeographicMapDescription extends SeriesViewerDescription {
|
|
|
9
9
|
static $t: Type;
|
|
10
10
|
protected get_type(): string;
|
|
11
11
|
constructor();
|
|
12
|
-
private
|
|
12
|
+
private jz;
|
|
13
13
|
get zoomable(): boolean;
|
|
14
14
|
set zoomable(a: boolean);
|
|
15
|
-
private
|
|
15
|
+
private kb;
|
|
16
16
|
get resizeBehavior(): string;
|
|
17
17
|
set resizeBehavior(a: string);
|
|
18
|
-
private
|
|
18
|
+
private jw;
|
|
19
19
|
get isHorizontalWrappingEnabled(): boolean;
|
|
20
20
|
set isHorizontalWrappingEnabled(a: boolean);
|
|
21
|
-
private
|
|
21
|
+
private j8;
|
|
22
22
|
get backgroundTilingMode(): string;
|
|
23
23
|
set backgroundTilingMode(a: string);
|
|
24
|
-
private
|
|
24
|
+
private jy;
|
|
25
25
|
get useWorldRectForZoomBounds(): boolean;
|
|
26
26
|
set useWorldRectForZoomBounds(a: boolean);
|
|
27
|
-
private
|
|
27
|
+
private jx;
|
|
28
28
|
get suppressZoomResetOnWorldRectChange(): boolean;
|
|
29
29
|
set suppressZoomResetOnWorldRectChange(a: boolean);
|
|
30
|
-
private
|
|
30
|
+
private jt;
|
|
31
31
|
get worldRect(): RectDescription;
|
|
32
32
|
set worldRect(a: RectDescription);
|
|
33
|
-
private
|
|
33
|
+
private js;
|
|
34
34
|
get actualWorldRect(): RectDescription;
|
|
35
35
|
set actualWorldRect(a: RectDescription);
|
|
36
|
-
private
|
|
36
|
+
private jq;
|
|
37
37
|
get backgroundContent(): GeographicMapImageryDescription;
|
|
38
38
|
set backgroundContent(a: GeographicMapImageryDescription);
|
|
39
|
-
private
|
|
39
|
+
private j5;
|
|
40
40
|
get windowScale(): number;
|
|
41
41
|
set windowScale(a: number);
|
|
42
|
-
private
|
|
42
|
+
private j4;
|
|
43
43
|
get actualWindowScale(): number;
|
|
44
44
|
set actualWindowScale(a: number);
|
|
45
|
-
private
|
|
45
|
+
private ka;
|
|
46
46
|
get imageTilesReadyRef(): string;
|
|
47
47
|
set imageTilesReadyRef(a: string);
|
|
48
|
-
private
|
|
48
|
+
private kc;
|
|
49
49
|
get width(): string;
|
|
50
50
|
set width(a: string);
|
|
51
|
-
private
|
|
51
|
+
private j9;
|
|
52
52
|
get height(): string;
|
|
53
53
|
set height(a: string);
|
|
54
54
|
}
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import { Description } from "./Description";
|
|
2
|
+
import { Type } from "./type";
|
|
3
|
+
/**
|
|
4
|
+
* @hidden
|
|
5
|
+
*/
|
|
6
|
+
export declare class ImageLoadEventArgsDescription extends Description {
|
|
7
|
+
static $t: Type;
|
|
8
|
+
protected get_type(): string;
|
|
9
|
+
get type(): string;
|
|
10
|
+
constructor();
|
|
11
|
+
private n;
|
|
12
|
+
get status(): string;
|
|
13
|
+
set status(a: string);
|
|
14
|
+
private m;
|
|
15
|
+
get path(): string;
|
|
16
|
+
set path(a: string);
|
|
17
|
+
private l;
|
|
18
|
+
get error(): string;
|
|
19
|
+
set error(a: string);
|
|
20
|
+
private k;
|
|
21
|
+
get dataRef(): string;
|
|
22
|
+
set dataRef(a: string);
|
|
23
|
+
}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { Base, Type } from "./type";
|
|
2
|
+
import { TypeDescriptionContext } from "./TypeDescriptionContext";
|
|
3
|
+
import { Dictionary$2 } from "./Dictionary$2";
|
|
4
|
+
/**
|
|
5
|
+
* @hidden
|
|
6
|
+
*/
|
|
7
|
+
export declare class ImageLoadEventArgsDescriptionMetadata extends Base {
|
|
8
|
+
static $t: Type;
|
|
9
|
+
private static a;
|
|
10
|
+
private static b;
|
|
11
|
+
static c(a: Dictionary$2<string, string>): void;
|
|
12
|
+
static d(a: TypeDescriptionContext): void;
|
|
13
|
+
}
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import { Description } from "./Description";
|
|
2
|
+
import { TimeAxisLabelFormatDescription } from "./TimeAxisLabelFormatDescription";
|
|
3
|
+
import { Type } from "./type";
|
|
4
|
+
/**
|
|
5
|
+
* @hidden
|
|
6
|
+
*/
|
|
7
|
+
export declare class LabelFormatOverrideEventArgsDescription extends Description {
|
|
8
|
+
static $t: Type;
|
|
9
|
+
protected get_type(): string;
|
|
10
|
+
get type(): string;
|
|
11
|
+
constructor();
|
|
12
|
+
private m;
|
|
13
|
+
get dateTime(): Date;
|
|
14
|
+
set dateTime(a: Date);
|
|
15
|
+
private k;
|
|
16
|
+
get format(): TimeAxisLabelFormatDescription;
|
|
17
|
+
set format(a: TimeAxisLabelFormatDescription);
|
|
18
|
+
private o;
|
|
19
|
+
get label(): string;
|
|
20
|
+
set label(a: string);
|
|
21
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { LabelFormatOverrideEventArgsDescriptionMetadata } from "./LabelFormatOverrideEventArgsDescriptionMetadata_combined";
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import { Base, Type } from "./type";
|
|
2
|
+
import { TypeDescriptionContext } from "./TypeDescriptionContext";
|
|
3
|
+
import { Dictionary$2 } from "./Dictionary$2";
|
|
4
|
+
/**
|
|
5
|
+
* @hidden
|
|
6
|
+
*/
|
|
7
|
+
export declare class LabelFormatOverrideEventArgsDescriptionMetadata extends Base {
|
|
8
|
+
static $t: Type;
|
|
9
|
+
private static a;
|
|
10
|
+
private static b;
|
|
11
|
+
static c(a: Dictionary$2<string, string>): void;
|
|
12
|
+
static d(a: TypeDescriptionContext): void;
|
|
13
|
+
}
|
|
14
|
+
/**
|
|
15
|
+
* @hidden
|
|
16
|
+
*/
|
|
17
|
+
export declare class TimeAxisLabelFormatDescriptionMetadata extends Base {
|
|
18
|
+
static $t: Type;
|
|
19
|
+
private static a;
|
|
20
|
+
private static b;
|
|
21
|
+
static c(a: Dictionary$2<string, string>): void;
|
|
22
|
+
static d(a: TypeDescriptionContext): void;
|
|
23
|
+
}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { WrapperExpressionDescription } from "./WrapperExpressionDescription";
|
|
2
|
+
import { Type } from "./type";
|
|
3
|
+
/**
|
|
4
|
+
* @hidden
|
|
5
|
+
*/
|
|
6
|
+
export declare class LastSevenDaysExpressionDescription extends WrapperExpressionDescription {
|
|
7
|
+
static $t: Type;
|
|
8
|
+
protected get_type(): string;
|
|
9
|
+
private static __marshalByValue2;
|
|
10
|
+
private static __marshalByValueAlias2;
|
|
11
|
+
constructor();
|
|
12
|
+
}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { Base, Type } from "./type";
|
|
2
|
+
import { TypeDescriptionContext } from "./TypeDescriptionContext";
|
|
3
|
+
import { Dictionary$2 } from "./Dictionary$2";
|
|
4
|
+
/**
|
|
5
|
+
* @hidden
|
|
6
|
+
*/
|
|
7
|
+
export declare class LastSevenDaysExpressionDescriptionMetadata extends Base {
|
|
8
|
+
static $t: Type;
|
|
9
|
+
private static a;
|
|
10
|
+
private static b;
|
|
11
|
+
static c(a: Dictionary$2<string, string>): void;
|
|
12
|
+
static d(a: TypeDescriptionContext): void;
|
|
13
|
+
}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { WrapperExpressionDescription } from "./WrapperExpressionDescription";
|
|
2
|
+
import { Type } from "./type";
|
|
3
|
+
/**
|
|
4
|
+
* @hidden
|
|
5
|
+
*/
|
|
6
|
+
export declare class LastThirtyDaysExpressionDescription extends WrapperExpressionDescription {
|
|
7
|
+
static $t: Type;
|
|
8
|
+
protected get_type(): string;
|
|
9
|
+
private static __marshalByValue2;
|
|
10
|
+
private static __marshalByValueAlias2;
|
|
11
|
+
constructor();
|
|
12
|
+
}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { Base, Type } from "./type";
|
|
2
|
+
import { TypeDescriptionContext } from "./TypeDescriptionContext";
|
|
3
|
+
import { Dictionary$2 } from "./Dictionary$2";
|
|
4
|
+
/**
|
|
5
|
+
* @hidden
|
|
6
|
+
*/
|
|
7
|
+
export declare class LastThirtyDaysExpressionDescriptionMetadata extends Base {
|
|
8
|
+
static $t: Type;
|
|
9
|
+
private static a;
|
|
10
|
+
private static b;
|
|
11
|
+
static c(a: Dictionary$2<string, string>): void;
|
|
12
|
+
static d(a: TypeDescriptionContext): void;
|
|
13
|
+
}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { WrapperExpressionDescription } from "./WrapperExpressionDescription";
|
|
2
|
+
import { Type } from "./type";
|
|
3
|
+
/**
|
|
4
|
+
* @hidden
|
|
5
|
+
*/
|
|
6
|
+
export declare class LastThreeSixtyFiveDaysExpressionDescription extends WrapperExpressionDescription {
|
|
7
|
+
static $t: Type;
|
|
8
|
+
protected get_type(): string;
|
|
9
|
+
private static __marshalByValue2;
|
|
10
|
+
private static __marshalByValueAlias2;
|
|
11
|
+
constructor();
|
|
12
|
+
}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { Base, Type } from "./type";
|
|
2
|
+
import { TypeDescriptionContext } from "./TypeDescriptionContext";
|
|
3
|
+
import { Dictionary$2 } from "./Dictionary$2";
|
|
4
|
+
/**
|
|
5
|
+
* @hidden
|
|
6
|
+
*/
|
|
7
|
+
export declare class LastThreeSixtyFiveDaysExpressionDescriptionMetadata extends Base {
|
|
8
|
+
static $t: Type;
|
|
9
|
+
private static a;
|
|
10
|
+
private static b;
|
|
11
|
+
static c(a: Dictionary$2<string, string>): void;
|
|
12
|
+
static d(a: TypeDescriptionContext): void;
|
|
13
|
+
}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { WrapperExpressionDescription } from "./WrapperExpressionDescription";
|
|
2
|
+
import { Type } from "./type";
|
|
3
|
+
/**
|
|
4
|
+
* @hidden
|
|
5
|
+
*/
|
|
6
|
+
export declare class MonthToDateExpressionDescription extends WrapperExpressionDescription {
|
|
7
|
+
static $t: Type;
|
|
8
|
+
protected get_type(): string;
|
|
9
|
+
private static __marshalByValue2;
|
|
10
|
+
private static __marshalByValueAlias2;
|
|
11
|
+
constructor();
|
|
12
|
+
}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { Base, Type } from "./type";
|
|
2
|
+
import { TypeDescriptionContext } from "./TypeDescriptionContext";
|
|
3
|
+
import { Dictionary$2 } from "./Dictionary$2";
|
|
4
|
+
/**
|
|
5
|
+
* @hidden
|
|
6
|
+
*/
|
|
7
|
+
export declare class MonthToDateExpressionDescriptionMetadata extends Base {
|
|
8
|
+
static $t: Type;
|
|
9
|
+
private static a;
|
|
10
|
+
private static b;
|
|
11
|
+
static c(a: Dictionary$2<string, string>): void;
|
|
12
|
+
static d(a: TypeDescriptionContext): void;
|
|
13
|
+
}
|