igniteui-angular-core 20.0.0 → 20.0.1
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 +3042 -2525
- package/bundles/igniteui-angular-core.umd.min.js +1 -1
- package/esm2015/lib/CalloutLayerDescription.js +166 -134
- package/esm2015/lib/CalloutLayerDescriptionMetadata.js +4 -0
- package/esm2015/lib/CategoryChartDescription.js +126 -126
- package/esm2015/lib/CellInfoDescription.js +11 -3
- package/esm2015/lib/CellInfoDescriptionMetadata.js +1 -0
- package/esm2015/lib/CodeGeneratingComponentRendererCodeEmitter_combined.js +8 -14
- package/esm2015/lib/ComboBoxColumnDescription.js +11 -11
- package/esm2015/lib/CrosshairLayerDescription.js +97 -81
- package/esm2015/lib/CrosshairLayerDescriptionMetadata.js +2 -0
- package/esm2015/lib/DataGridCellEventArgsDescriptionMetadata_combined.js +1 -1
- package/esm2015/lib/DataGridColumnDescription.js +37 -29
- package/esm2015/lib/DataGridColumnDescriptionMetadata.js +3 -0
- package/esm2015/lib/DataPieBaseChartDescription.js +107 -107
- package/esm2015/lib/DataPieChartDescription.js +34 -34
- package/esm2015/lib/DataSeriesToDescriptionCustomization.js +24 -3
- package/esm2015/lib/DateRangeDescriptorDescription.js +6 -8
- package/esm2015/lib/DateRangeDescriptorDescriptionMetadata.js +2 -1
- package/esm2015/lib/DateTimeCellInfoDescription.js +17 -17
- package/esm2015/lib/DateTimeColumnDescription.js +28 -28
- package/esm2015/lib/DomainChartDescription.js +835 -819
- package/esm2015/lib/DomainChartDescriptionMetadata.js +2 -0
- package/esm2015/lib/EditorCellInfoDescription.js +27 -27
- package/esm2015/lib/FilterCellInfoDescription.js +31 -31
- package/esm2015/lib/FinancialChartDescription.js +173 -173
- package/esm2015/lib/FormatCellEventArgsDescription.js +74 -0
- package/esm2015/lib/FormatCellEventArgsDescriptionMetadata.js +42 -0
- package/esm2015/lib/ImageCellInfoDescription.js +8 -8
- package/esm2015/lib/ImageColumnDescription.js +15 -15
- package/esm2015/lib/ItemLegendDescription.js +13 -13
- package/esm2015/lib/LegendBaseDescription.js +8 -0
- package/esm2015/lib/LegendBaseDescriptionMetadata.js +3 -0
- package/esm2015/lib/LegendDescription.js +13 -13
- package/esm2015/lib/LegendSizeChangedEventArgsDescription.js +26 -0
- package/esm2015/lib/LegendSizeChangedEventArgsDescriptionMetadata.js +36 -0
- package/esm2015/lib/NumericCellInfoDescription.js +35 -35
- package/esm2015/lib/NumericColumnDescription.js +42 -42
- package/esm2015/lib/RadialBaseChartDescription.js +227 -227
- package/esm2015/lib/SectionHeaderCellInfoDescription.js +8 -8
- package/esm2015/lib/SummaryCellInfoDescription.js +18 -18
- package/esm2015/lib/TemplateCellInfoDescription.js +3 -3
- package/esm2015/lib/TemplateColumnDescription.js +6 -6
- package/esm2015/lib/TemplateHeaderCellInfoDescription.js +3 -3
- package/esm2015/lib/TextCellInfoDescription.js +3 -3
- package/esm2015/lib/TextColumnDescription.js +13 -13
- package/esm2015/lib/TextHeaderCellInfoDescription.js +14 -14
- package/esm2015/lib/ToolActionButtonInfoDescription.js +3 -3
- package/esm2015/lib/ToolActionButtonPairInfo.js +44 -0
- package/esm2015/lib/ToolActionButtonPairInfoDescription.js +49 -49
- package/esm2015/lib/ToolActionCheckboxInfoDescription.js +3 -3
- package/esm2015/lib/ToolActionCheckboxListInfoDescription.js +14 -14
- package/esm2015/lib/ToolActionColorEditorInfoDescription.js +3 -3
- package/esm2015/lib/ToolActionComboInfoDescription.js +12 -12
- package/esm2015/lib/ToolActionFieldSelectorInfo.js +1 -1
- package/esm2015/lib/ToolActionFieldSelectorInfoDescription.js +21 -21
- package/esm2015/lib/ToolActionIconButtonInfoDescription.js +6 -6
- package/esm2015/lib/ToolActionIconMenuInfoDescription.js +3 -3
- package/esm2015/lib/ToolActionInfo.js +22 -0
- package/esm2015/lib/ToolActionInfoDescription.js +82 -58
- package/esm2015/lib/ToolActionInfoDescriptionMetadata.js +3 -0
- package/esm2015/lib/ToolActionNumberInputInfoDescription.js +3 -3
- package/esm2015/lib/ToolActionRadioInfoDescription.js +6 -6
- package/esm2015/lib/ToolActionSeparatorInfoDescription.js +6 -6
- package/esm2015/lib/ToolActionTextInputInfoDescription.js +3 -3
- package/esm2015/lib/WebCalendarResourceStringsDescription.js +37 -39
- package/esm2015/lib/WebCalendarResourceStringsDescriptionMetadata.js +1 -1
- package/esm2015/lib/XYChartDescription.js +227 -227
- package/esm2015/public_api.js +4 -0
- package/esm5/lib/CalloutLayerDescription.js +182 -134
- package/esm5/lib/CalloutLayerDescriptionMetadata.js +4 -0
- package/esm5/lib/CategoryChartDescription.js +126 -126
- package/esm5/lib/CellInfoDescription.js +15 -3
- package/esm5/lib/CellInfoDescriptionMetadata.js +1 -0
- package/esm5/lib/CodeGeneratingComponentRendererCodeEmitter_combined.js +8 -14
- package/esm5/lib/ComboBoxColumnDescription.js +11 -11
- package/esm5/lib/CrosshairLayerDescription.js +104 -80
- package/esm5/lib/CrosshairLayerDescriptionMetadata.js +2 -0
- package/esm5/lib/DataGridCellEventArgsDescriptionMetadata_combined.js +1 -1
- package/esm5/lib/DataGridColumnDescription.js +41 -29
- package/esm5/lib/DataGridColumnDescriptionMetadata.js +3 -0
- package/esm5/lib/DataPieBaseChartDescription.js +107 -107
- package/esm5/lib/DataPieChartDescription.js +34 -34
- package/esm5/lib/DataSeriesToDescriptionCustomization.js +32 -3
- package/esm5/lib/DateRangeDescriptorDescription.js +6 -8
- package/esm5/lib/DateRangeDescriptorDescriptionMetadata.js +2 -1
- package/esm5/lib/DateTimeCellInfoDescription.js +17 -17
- package/esm5/lib/DateTimeColumnDescription.js +28 -28
- package/esm5/lib/DomainChartDescription.js +843 -819
- package/esm5/lib/DomainChartDescriptionMetadata.js +2 -0
- package/esm5/lib/EditorCellInfoDescription.js +27 -27
- package/esm5/lib/FilterCellInfoDescription.js +31 -31
- package/esm5/lib/FinancialChartDescription.js +173 -173
- package/esm5/lib/FormatCellEventArgsDescription.js +104 -0
- package/esm5/lib/FormatCellEventArgsDescriptionMetadata.js +46 -0
- package/esm5/lib/ImageCellInfoDescription.js +8 -8
- package/esm5/lib/ImageColumnDescription.js +15 -15
- package/esm5/lib/ItemLegendDescription.js +13 -13
- package/esm5/lib/LegendBaseDescription.js +12 -0
- package/esm5/lib/LegendBaseDescriptionMetadata.js +3 -0
- package/esm5/lib/LegendDescription.js +13 -13
- package/esm5/lib/LegendSizeChangedEventArgsDescription.js +31 -0
- package/esm5/lib/LegendSizeChangedEventArgsDescriptionMetadata.js +40 -0
- package/esm5/lib/NumericCellInfoDescription.js +35 -35
- package/esm5/lib/NumericColumnDescription.js +42 -42
- package/esm5/lib/RadialBaseChartDescription.js +227 -227
- package/esm5/lib/SectionHeaderCellInfoDescription.js +8 -8
- package/esm5/lib/SummaryCellInfoDescription.js +18 -18
- package/esm5/lib/TemplateCellInfoDescription.js +3 -3
- package/esm5/lib/TemplateColumnDescription.js +6 -6
- package/esm5/lib/TemplateHeaderCellInfoDescription.js +3 -3
- package/esm5/lib/TextCellInfoDescription.js +3 -3
- package/esm5/lib/TextColumnDescription.js +13 -13
- package/esm5/lib/TextHeaderCellInfoDescription.js +14 -14
- package/esm5/lib/ToolActionButtonInfoDescription.js +3 -3
- package/esm5/lib/ToolActionButtonPairInfo.js +68 -0
- package/esm5/lib/ToolActionButtonPairInfoDescription.js +49 -49
- package/esm5/lib/ToolActionCheckboxInfoDescription.js +3 -3
- package/esm5/lib/ToolActionCheckboxListInfoDescription.js +14 -14
- package/esm5/lib/ToolActionColorEditorInfoDescription.js +3 -3
- package/esm5/lib/ToolActionComboInfoDescription.js +12 -12
- package/esm5/lib/ToolActionFieldSelectorInfo.js +1 -1
- package/esm5/lib/ToolActionFieldSelectorInfoDescription.js +21 -21
- package/esm5/lib/ToolActionIconButtonInfoDescription.js +6 -6
- package/esm5/lib/ToolActionIconMenuInfoDescription.js +3 -3
- package/esm5/lib/ToolActionInfo.js +34 -0
- package/esm5/lib/ToolActionInfoDescription.js +94 -58
- package/esm5/lib/ToolActionInfoDescriptionMetadata.js +3 -0
- package/esm5/lib/ToolActionNumberInputInfoDescription.js +3 -3
- package/esm5/lib/ToolActionRadioInfoDescription.js +6 -6
- package/esm5/lib/ToolActionSeparatorInfoDescription.js +6 -6
- package/esm5/lib/ToolActionTextInputInfoDescription.js +3 -3
- package/esm5/lib/WebCalendarResourceStringsDescription.js +37 -39
- package/esm5/lib/WebCalendarResourceStringsDescriptionMetadata.js +1 -1
- package/esm5/lib/XYChartDescription.js +227 -227
- package/esm5/public_api.js +4 -0
- package/fesm2015/igniteui-angular-core.js +2905 -2527
- package/fesm5/igniteui-angular-core.js +3039 -2526
- package/lib/CalloutLayerDescription.d.ts +59 -47
- package/lib/CategoryChartDescription.d.ts +45 -45
- package/lib/CellInfoDescription.d.ts +4 -1
- package/lib/ComboBoxColumnDescription.d.ts +4 -4
- package/lib/CrosshairLayerDescription.d.ts +36 -30
- package/lib/DataGridColumnDescription.d.ts +13 -10
- package/lib/DataPieBaseChartDescription.d.ts +38 -38
- package/lib/DataPieChartDescription.d.ts +12 -12
- package/lib/DataSeriesToDescriptionCustomization.d.ts +8 -2
- package/lib/DateRangeDescriptorDescription.d.ts +2 -4
- package/lib/DateTimeCellInfoDescription.d.ts +6 -6
- package/lib/DateTimeColumnDescription.d.ts +11 -11
- package/lib/DomainChartDescription.d.ts +297 -291
- package/lib/EditorCellInfoDescription.d.ts +10 -10
- package/lib/FilterCellInfoDescription.d.ts +12 -12
- package/lib/FinancialChartDescription.d.ts +61 -61
- package/lib/FormatCellEventArgsDescription.d.ts +29 -0
- package/lib/FormatCellEventArgsDescriptionMetadata.d.ts +13 -0
- package/lib/ImageCellInfoDescription.d.ts +3 -3
- package/lib/ImageColumnDescription.d.ts +6 -6
- package/lib/ItemLegendDescription.d.ts +5 -5
- package/lib/LegendBaseDescription.d.ts +3 -0
- package/lib/LegendDescription.d.ts +5 -5
- package/lib/LegendSizeChangedEventArgsDescription.d.ts +11 -0
- package/lib/LegendSizeChangedEventArgsDescriptionMetadata.d.ts +13 -0
- package/lib/NumericCellInfoDescription.d.ts +13 -13
- package/lib/NumericColumnDescription.d.ts +16 -16
- package/lib/RadialBaseChartDescription.d.ts +80 -80
- package/lib/SectionHeaderCellInfoDescription.d.ts +3 -3
- package/lib/SummaryCellInfoDescription.d.ts +7 -7
- package/lib/TemplateCellInfoDescription.d.ts +1 -1
- package/lib/TemplateColumnDescription.d.ts +2 -2
- package/lib/TemplateHeaderCellInfoDescription.d.ts +1 -1
- package/lib/TextCellInfoDescription.d.ts +1 -1
- package/lib/TextColumnDescription.d.ts +5 -5
- package/lib/TextHeaderCellInfoDescription.d.ts +5 -5
- package/lib/ToolActionButtonInfoDescription.d.ts +1 -1
- package/lib/ToolActionButtonPairInfo.d.ts +18 -0
- package/lib/ToolActionButtonPairInfoDescription.d.ts +17 -17
- package/lib/ToolActionCheckboxInfoDescription.d.ts +1 -1
- package/lib/ToolActionCheckboxListInfoDescription.d.ts +5 -5
- package/lib/ToolActionColorEditorInfoDescription.d.ts +1 -1
- package/lib/ToolActionComboInfoDescription.d.ts +4 -4
- package/lib/ToolActionFieldSelectorInfo.d.ts +1 -1
- package/lib/ToolActionFieldSelectorInfoDescription.d.ts +7 -7
- package/lib/ToolActionIconButtonInfoDescription.d.ts +2 -2
- package/lib/ToolActionIconMenuInfoDescription.d.ts +1 -1
- package/lib/ToolActionInfo.d.ts +9 -0
- package/lib/ToolActionInfoDescription.d.ts +31 -22
- package/lib/ToolActionNumberInputInfoDescription.d.ts +1 -1
- package/lib/ToolActionRadioInfoDescription.d.ts +2 -2
- package/lib/ToolActionSeparatorInfoDescription.d.ts +2 -2
- package/lib/ToolActionTextInputInfoDescription.d.ts +1 -1
- package/lib/WebCalendarResourceStringsDescription.d.ts +14 -16
- package/lib/XYChartDescription.d.ts +80 -80
- package/package.json +1 -2
- package/public_api.d.ts +4 -0
|
@@ -9,34 +9,34 @@ export declare class EditorCellInfoDescription extends CellInfoDescription {
|
|
|
9
9
|
private static __marshalByValue1;
|
|
10
10
|
private static __marshalByValueAlias1;
|
|
11
11
|
constructor();
|
|
12
|
-
private
|
|
12
|
+
private fp;
|
|
13
13
|
get editTarget(): CellInfoDescription;
|
|
14
14
|
set editTarget(a: CellInfoDescription);
|
|
15
|
-
private
|
|
15
|
+
private fv;
|
|
16
16
|
get dataType(): string;
|
|
17
17
|
set dataType(a: string);
|
|
18
|
-
private
|
|
18
|
+
private f1;
|
|
19
19
|
get errorMessage(): string;
|
|
20
20
|
set errorMessage(a: string);
|
|
21
|
-
private
|
|
21
|
+
private f0;
|
|
22
22
|
get editValueRef(): string;
|
|
23
23
|
set editValueRef(a: string);
|
|
24
|
-
private
|
|
24
|
+
private fz;
|
|
25
25
|
get editorType(): string;
|
|
26
26
|
set editorType(a: string);
|
|
27
|
-
private
|
|
27
|
+
private fx;
|
|
28
28
|
get editorDataSourceRef(): string;
|
|
29
29
|
set editorDataSourceRef(a: string);
|
|
30
|
-
private
|
|
30
|
+
private fy;
|
|
31
31
|
get editorTextField(): string;
|
|
32
32
|
set editorTextField(a: string);
|
|
33
|
-
private
|
|
33
|
+
private fn;
|
|
34
34
|
get editorValueField(): string[];
|
|
35
35
|
set editorValueField(a: string[]);
|
|
36
|
-
private
|
|
36
|
+
private fw;
|
|
37
37
|
get dateFormatString(): string;
|
|
38
38
|
set dateFormatString(a: string);
|
|
39
|
-
private
|
|
39
|
+
private fs;
|
|
40
40
|
get showTodayButton(): boolean;
|
|
41
41
|
set showTodayButton(a: boolean);
|
|
42
42
|
}
|
|
@@ -12,40 +12,40 @@ export declare class FilterCellInfoDescription extends CellInfoDescription {
|
|
|
12
12
|
private static __marshalByValue1;
|
|
13
13
|
private static __marshalByValueAlias1;
|
|
14
14
|
constructor();
|
|
15
|
-
private
|
|
15
|
+
private f7;
|
|
16
16
|
get dataType(): string;
|
|
17
17
|
set dataType(a: string);
|
|
18
|
-
private
|
|
18
|
+
private fp;
|
|
19
19
|
get filter(): ColumnFilterConditionDescription;
|
|
20
20
|
set filter(a: ColumnFilterConditionDescription);
|
|
21
|
-
private
|
|
21
|
+
private fr;
|
|
22
22
|
get filterExpression(): FilterExpressionDescription;
|
|
23
23
|
set filterExpression(a: FilterExpressionDescription);
|
|
24
|
-
private
|
|
24
|
+
private fn;
|
|
25
25
|
get filterOperands(): FilterOperandDescription[];
|
|
26
26
|
set filterOperands(a: FilterOperandDescription[]);
|
|
27
|
-
private
|
|
27
|
+
private f9;
|
|
28
28
|
get operatorType(): string;
|
|
29
29
|
set operatorType(a: string);
|
|
30
|
-
private
|
|
30
|
+
private f8;
|
|
31
31
|
get filterValueRef(): string;
|
|
32
32
|
set filterValueRef(a: string);
|
|
33
|
-
private
|
|
33
|
+
private fz;
|
|
34
34
|
get selectorTop(): number;
|
|
35
35
|
set selectorTop(a: number);
|
|
36
|
-
private
|
|
36
|
+
private fy;
|
|
37
37
|
get selectorLeft(): number;
|
|
38
38
|
set selectorLeft(a: number);
|
|
39
|
-
private
|
|
39
|
+
private fx;
|
|
40
40
|
get editorTop(): number;
|
|
41
41
|
set editorTop(a: number);
|
|
42
|
-
private
|
|
42
|
+
private fw;
|
|
43
43
|
get editorLeft(): number;
|
|
44
44
|
set editorLeft(a: number);
|
|
45
|
-
private
|
|
45
|
+
private fv;
|
|
46
46
|
get clearIconTop(): number;
|
|
47
47
|
set clearIconTop(a: number);
|
|
48
|
-
private
|
|
48
|
+
private fu;
|
|
49
49
|
get clearIconLeft(): number;
|
|
50
50
|
set clearIconLeft(a: number);
|
|
51
51
|
}
|
|
@@ -6,189 +6,189 @@ import { Type } from "./type";
|
|
|
6
6
|
*/
|
|
7
7
|
export declare class FinancialChartDescription extends XYChartDescription {
|
|
8
8
|
static $t: Type;
|
|
9
|
-
private
|
|
9
|
+
private zz;
|
|
10
10
|
get tooltipTemplateRef(): string;
|
|
11
11
|
set tooltipTemplateRef(a: string);
|
|
12
|
-
private
|
|
12
|
+
private z1;
|
|
13
13
|
get width(): string;
|
|
14
14
|
set width(a: string);
|
|
15
|
-
private
|
|
15
|
+
private zy;
|
|
16
16
|
get height(): string;
|
|
17
17
|
set height(a: string);
|
|
18
|
-
private
|
|
18
|
+
private zw;
|
|
19
19
|
get background(): string;
|
|
20
20
|
set background(a: string);
|
|
21
21
|
protected get_type(): string;
|
|
22
22
|
constructor();
|
|
23
|
-
private
|
|
23
|
+
private yl;
|
|
24
24
|
get leftMargin(): number;
|
|
25
25
|
set leftMargin(a: number);
|
|
26
|
-
private
|
|
26
|
+
private xx;
|
|
27
27
|
get isHorizontalZoomEnabled(): boolean;
|
|
28
28
|
set isHorizontalZoomEnabled(a: boolean);
|
|
29
|
-
private
|
|
29
|
+
private yp;
|
|
30
30
|
get toolbarHeight(): number;
|
|
31
31
|
set toolbarHeight(a: number);
|
|
32
|
-
private
|
|
32
|
+
private x5;
|
|
33
33
|
get yAxisIsLogarithmic(): boolean;
|
|
34
34
|
set yAxisIsLogarithmic(a: boolean);
|
|
35
|
-
private
|
|
35
|
+
private zo;
|
|
36
36
|
get yAxisLogarithmBase(): number;
|
|
37
37
|
set yAxisLogarithmBase(a: number);
|
|
38
|
-
private
|
|
38
|
+
private yw;
|
|
39
39
|
get yAxisInterval(): number;
|
|
40
40
|
set yAxisInterval(a: number);
|
|
41
|
-
private
|
|
41
|
+
private yy;
|
|
42
42
|
get yAxisMinimumValue(): number;
|
|
43
43
|
set yAxisMinimumValue(a: number);
|
|
44
|
-
private
|
|
44
|
+
private yx;
|
|
45
45
|
get yAxisMaximumValue(): number;
|
|
46
46
|
set yAxisMaximumValue(a: number);
|
|
47
|
-
private
|
|
47
|
+
private yz;
|
|
48
48
|
get yAxisMinorInterval(): number;
|
|
49
49
|
set yAxisMinorInterval(a: number);
|
|
50
|
-
private
|
|
50
|
+
private z0;
|
|
51
51
|
get volumeType(): string;
|
|
52
52
|
set volumeType(a: string);
|
|
53
|
-
private
|
|
53
|
+
private z2;
|
|
54
54
|
get xAxisMode(): string;
|
|
55
55
|
set xAxisMode(a: string);
|
|
56
|
-
private
|
|
56
|
+
private yr;
|
|
57
57
|
get xAxisZoomMaximumCategoryRange(): number;
|
|
58
58
|
set xAxisZoomMaximumCategoryRange(a: number);
|
|
59
|
-
private
|
|
59
|
+
private yu;
|
|
60
60
|
get xAxisZoomToCategoryStart(): number;
|
|
61
61
|
set xAxisZoomToCategoryStart(a: number);
|
|
62
|
-
private
|
|
62
|
+
private ys;
|
|
63
63
|
get xAxisZoomMaximumItemSpan(): number;
|
|
64
64
|
set xAxisZoomMaximumItemSpan(a: number);
|
|
65
|
-
private
|
|
65
|
+
private yt;
|
|
66
66
|
get xAxisZoomToCategoryRange(): number;
|
|
67
67
|
set xAxisZoomToCategoryRange(a: number);
|
|
68
|
-
private
|
|
68
|
+
private yv;
|
|
69
69
|
get xAxisZoomToItemSpan(): number;
|
|
70
70
|
set xAxisZoomToItemSpan(a: number);
|
|
71
|
-
private
|
|
71
|
+
private z4;
|
|
72
72
|
get yAxisMode(): string;
|
|
73
73
|
set yAxisMode(a: string);
|
|
74
|
-
private
|
|
74
|
+
private xz;
|
|
75
75
|
get isToolbarVisible(): boolean;
|
|
76
76
|
set isToolbarVisible(a: boolean);
|
|
77
|
-
private
|
|
77
|
+
private zx;
|
|
78
78
|
get chartType(): string;
|
|
79
79
|
set chartType(a: string);
|
|
80
|
-
private
|
|
80
|
+
private z3;
|
|
81
81
|
get yAxisLabelHorizontalAlignment(): string;
|
|
82
82
|
set yAxisLabelHorizontalAlignment(a: string);
|
|
83
|
-
private
|
|
83
|
+
private x1;
|
|
84
84
|
get isWindowSyncedToVisibleRange(): boolean;
|
|
85
85
|
set isWindowSyncedToVisibleRange(a: boolean);
|
|
86
|
-
private
|
|
86
|
+
private w9;
|
|
87
87
|
get indicatorTypes(): string[];
|
|
88
88
|
set indicatorTypes(a: string[]);
|
|
89
|
-
private
|
|
89
|
+
private xe;
|
|
90
90
|
get overlayTypes(): string[];
|
|
91
91
|
set overlayTypes(a: string[]);
|
|
92
|
-
private
|
|
92
|
+
private x3;
|
|
93
93
|
get yAxisAbbreviateLargeNumbers(): boolean;
|
|
94
94
|
set yAxisAbbreviateLargeNumbers(a: boolean);
|
|
95
|
-
private
|
|
95
|
+
private yo;
|
|
96
96
|
get resolution(): number;
|
|
97
97
|
set resolution(a: number);
|
|
98
|
-
private
|
|
98
|
+
private x2;
|
|
99
99
|
get xAxisEnhancedIntervalPreferMoreCategoryLabels(): boolean;
|
|
100
100
|
set xAxisEnhancedIntervalPreferMoreCategoryLabels(a: boolean);
|
|
101
|
-
private
|
|
101
|
+
private x4;
|
|
102
102
|
get yAxisEnhancedIntervalPreferMoreCategoryLabels(): boolean;
|
|
103
103
|
set yAxisEnhancedIntervalPreferMoreCategoryLabels(a: boolean);
|
|
104
|
-
private
|
|
104
|
+
private z5;
|
|
105
105
|
get zoomSliderType(): string;
|
|
106
106
|
set zoomSliderType(a: string);
|
|
107
|
-
private
|
|
107
|
+
private xa;
|
|
108
108
|
get negativeBrushes(): string[];
|
|
109
109
|
set negativeBrushes(a: string[]);
|
|
110
|
-
private
|
|
110
|
+
private xb;
|
|
111
111
|
get negativeOutlines(): string[];
|
|
112
112
|
set negativeOutlines(a: string[]);
|
|
113
|
-
private
|
|
113
|
+
private xc;
|
|
114
114
|
get overlayBrushes(): string[];
|
|
115
115
|
set overlayBrushes(a: string[]);
|
|
116
|
-
private
|
|
116
|
+
private xd;
|
|
117
117
|
get overlayOutlines(): string[];
|
|
118
118
|
set overlayOutlines(a: string[]);
|
|
119
|
-
private
|
|
119
|
+
private xh;
|
|
120
120
|
get volumeOutlines(): string[];
|
|
121
121
|
set volumeOutlines(a: string[]);
|
|
122
|
-
private
|
|
122
|
+
private xg;
|
|
123
123
|
get volumeBrushes(): string[];
|
|
124
124
|
set volumeBrushes(a: string[]);
|
|
125
|
-
private
|
|
125
|
+
private w8;
|
|
126
126
|
get indicatorNegativeBrushes(): string[];
|
|
127
127
|
set indicatorNegativeBrushes(a: string[]);
|
|
128
|
-
private
|
|
128
|
+
private w6;
|
|
129
129
|
get indicatorBrushes(): string[];
|
|
130
130
|
set indicatorBrushes(a: string[]);
|
|
131
|
-
private
|
|
131
|
+
private yq;
|
|
132
132
|
get volumeThickness(): number;
|
|
133
133
|
set volumeThickness(a: number);
|
|
134
|
-
private
|
|
134
|
+
private yn;
|
|
135
135
|
get overlayThickness(): number;
|
|
136
136
|
set overlayThickness(a: number);
|
|
137
|
-
private
|
|
137
|
+
private ym;
|
|
138
138
|
get overlayMultiplier(): number;
|
|
139
139
|
set overlayMultiplier(a: number);
|
|
140
|
-
private
|
|
140
|
+
private yk;
|
|
141
141
|
get indicatorThickness(): number;
|
|
142
142
|
set indicatorThickness(a: number);
|
|
143
|
-
private
|
|
143
|
+
private w7;
|
|
144
144
|
get indicatorDisplayTypes(): string[];
|
|
145
145
|
set indicatorDisplayTypes(a: string[]);
|
|
146
|
-
private
|
|
146
|
+
private zk;
|
|
147
147
|
get indicatorPeriod(): number;
|
|
148
148
|
set indicatorPeriod(a: number);
|
|
149
|
-
private
|
|
149
|
+
private yj;
|
|
150
150
|
get indicatorMultiplier(): number;
|
|
151
151
|
set indicatorMultiplier(a: number);
|
|
152
|
-
private
|
|
152
|
+
private zn;
|
|
153
153
|
get indicatorSmoothingPeriod(): number;
|
|
154
154
|
set indicatorSmoothingPeriod(a: number);
|
|
155
|
-
private
|
|
155
|
+
private zl;
|
|
156
156
|
get indicatorShortPeriod(): number;
|
|
157
157
|
set indicatorShortPeriod(a: number);
|
|
158
|
-
private
|
|
158
|
+
private zj;
|
|
159
159
|
get indicatorLongPeriod(): number;
|
|
160
160
|
set indicatorLongPeriod(a: number);
|
|
161
|
-
private
|
|
161
|
+
private zm;
|
|
162
162
|
get indicatorSignalPeriod(): number;
|
|
163
163
|
set indicatorSignalPeriod(a: number);
|
|
164
|
-
private
|
|
164
|
+
private xf;
|
|
165
165
|
get rangeSelectorOptions(): string[];
|
|
166
166
|
set rangeSelectorOptions(a: string[]);
|
|
167
|
-
private
|
|
167
|
+
private w5;
|
|
168
168
|
get customIndicatorNames(): string[];
|
|
169
169
|
set customIndicatorNames(a: string[]);
|
|
170
|
-
private
|
|
170
|
+
private x0;
|
|
171
171
|
get isVerticalZoomEnabled(): boolean;
|
|
172
172
|
set isVerticalZoomEnabled(a: boolean);
|
|
173
|
-
private
|
|
173
|
+
private z6;
|
|
174
174
|
get zoomSliderXAxisMajorStroke(): string;
|
|
175
175
|
set zoomSliderXAxisMajorStroke(a: string);
|
|
176
|
-
private
|
|
176
|
+
private y0;
|
|
177
177
|
get zoomSliderXAxisMajorStrokeThickness(): number;
|
|
178
178
|
set zoomSliderXAxisMajorStrokeThickness(a: number);
|
|
179
|
-
private
|
|
179
|
+
private xy;
|
|
180
180
|
get isLegendVisible(): boolean;
|
|
181
181
|
set isLegendVisible(a: boolean);
|
|
182
|
-
private
|
|
182
|
+
private yg;
|
|
183
183
|
get xAxisMinimumValue(): Date;
|
|
184
184
|
set xAxisMinimumValue(a: Date);
|
|
185
|
-
private
|
|
185
|
+
private yf;
|
|
186
186
|
get xAxisMaximumValue(): Date;
|
|
187
187
|
set xAxisMaximumValue(a: Date);
|
|
188
|
-
private
|
|
188
|
+
private xi;
|
|
189
189
|
get xAxisBreaks(): TimeAxisBreakDescription[];
|
|
190
190
|
set xAxisBreaks(a: TimeAxisBreakDescription[]);
|
|
191
|
-
private
|
|
191
|
+
private zv;
|
|
192
192
|
get applyCustomIndicatorsRef(): string;
|
|
193
193
|
set applyCustomIndicatorsRef(a: string);
|
|
194
194
|
}
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
import { Description } from "./Description";
|
|
2
|
+
import { Type } from "./type";
|
|
3
|
+
/**
|
|
4
|
+
* @hidden
|
|
5
|
+
*/
|
|
6
|
+
export declare class FormatCellEventArgsDescription extends Description {
|
|
7
|
+
static $t: Type;
|
|
8
|
+
protected get_type(): string;
|
|
9
|
+
get type(): string;
|
|
10
|
+
constructor();
|
|
11
|
+
private l;
|
|
12
|
+
get row(): number;
|
|
13
|
+
set row(a: number);
|
|
14
|
+
private n;
|
|
15
|
+
get itemRef(): string;
|
|
16
|
+
set itemRef(a: string);
|
|
17
|
+
private p;
|
|
18
|
+
get valueRef(): string;
|
|
19
|
+
set valueRef(a: string);
|
|
20
|
+
private o;
|
|
21
|
+
get text(): string;
|
|
22
|
+
set text(a: string);
|
|
23
|
+
private i;
|
|
24
|
+
get isSummary(): boolean;
|
|
25
|
+
set isSummary(a: boolean);
|
|
26
|
+
private h;
|
|
27
|
+
get isGroup(): boolean;
|
|
28
|
+
set isGroup(a: boolean);
|
|
29
|
+
}
|
|
@@ -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 FormatCellEventArgsDescriptionMetadata 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
|
+
}
|
|
@@ -9,13 +9,13 @@ export declare class ImageCellInfoDescription extends CellInfoDescription {
|
|
|
9
9
|
private static __marshalByValue1;
|
|
10
10
|
private static __marshalByValueAlias1;
|
|
11
11
|
constructor();
|
|
12
|
-
private
|
|
12
|
+
private fp;
|
|
13
13
|
get imagePath(): string;
|
|
14
14
|
set imagePath(a: string);
|
|
15
|
-
private
|
|
15
|
+
private fr;
|
|
16
16
|
get imageStretchOption(): string;
|
|
17
17
|
set imageStretchOption(a: string);
|
|
18
|
-
private
|
|
18
|
+
private fq;
|
|
19
19
|
get imageResourceType(): string;
|
|
20
20
|
set imageResourceType(a: string);
|
|
21
21
|
}
|
|
@@ -10,22 +10,22 @@ export declare class ImageColumnDescription extends DataGridColumnDescription {
|
|
|
10
10
|
private static __canMarshalByValue1;
|
|
11
11
|
private static __marshalByValueAlias1;
|
|
12
12
|
constructor();
|
|
13
|
-
private
|
|
13
|
+
private gb;
|
|
14
14
|
get imageStretchOption(): string;
|
|
15
15
|
set imageStretchOption(a: string);
|
|
16
|
-
private
|
|
16
|
+
private f9;
|
|
17
17
|
get editorType(): string;
|
|
18
18
|
set editorType(a: string);
|
|
19
|
-
private
|
|
19
|
+
private f7;
|
|
20
20
|
get editorDataSourceRef(): string;
|
|
21
21
|
set editorDataSourceRef(a: string);
|
|
22
|
-
private
|
|
22
|
+
private f3;
|
|
23
23
|
get editorDataSource(): BaseDataSourceDescription;
|
|
24
24
|
set editorDataSource(a: BaseDataSourceDescription);
|
|
25
|
-
private
|
|
25
|
+
private f8;
|
|
26
26
|
get editorTextField(): string;
|
|
27
27
|
set editorTextField(a: string);
|
|
28
|
-
private
|
|
28
|
+
private ga;
|
|
29
29
|
get editorValueField(): string;
|
|
30
30
|
set editorValueField(a: string);
|
|
31
31
|
}
|
|
@@ -5,21 +5,21 @@ import { Type } from "./type";
|
|
|
5
5
|
*/
|
|
6
6
|
export declare class ItemLegendDescription extends LegendBaseDescription {
|
|
7
7
|
static $t: Type;
|
|
8
|
-
private
|
|
8
|
+
private aa;
|
|
9
9
|
get width(): string;
|
|
10
10
|
set width(a: string);
|
|
11
|
-
private
|
|
11
|
+
private w;
|
|
12
12
|
get height(): string;
|
|
13
13
|
set height(a: string);
|
|
14
14
|
protected get_type(): string;
|
|
15
15
|
constructor();
|
|
16
|
-
private
|
|
16
|
+
private x;
|
|
17
17
|
get orientation(): string;
|
|
18
18
|
set orientation(a: string);
|
|
19
|
-
private
|
|
19
|
+
private y;
|
|
20
20
|
get textColor(): string;
|
|
21
21
|
set textColor(a: string);
|
|
22
|
-
private
|
|
22
|
+
private z;
|
|
23
23
|
get textStyle(): string;
|
|
24
24
|
set textStyle(a: string);
|
|
25
25
|
}
|
|
@@ -26,4 +26,7 @@ export declare abstract class LegendBaseDescription extends Description {
|
|
|
26
26
|
private m;
|
|
27
27
|
get legendItemMouseMoveRef(): string;
|
|
28
28
|
set legendItemMouseMoveRef(a: string);
|
|
29
|
+
private n;
|
|
30
|
+
get legendSizeChangedRef(): string;
|
|
31
|
+
set legendSizeChangedRef(a: string);
|
|
29
32
|
}
|
|
@@ -5,21 +5,21 @@ import { Type } from "./type";
|
|
|
5
5
|
*/
|
|
6
6
|
export declare class LegendDescription extends LegendBaseDescription {
|
|
7
7
|
static $t: Type;
|
|
8
|
-
private
|
|
8
|
+
private aa;
|
|
9
9
|
get width(): string;
|
|
10
10
|
set width(a: string);
|
|
11
|
-
private
|
|
11
|
+
private w;
|
|
12
12
|
get height(): string;
|
|
13
13
|
set height(a: string);
|
|
14
14
|
protected get_type(): string;
|
|
15
15
|
constructor();
|
|
16
|
-
private
|
|
16
|
+
private x;
|
|
17
17
|
get orientation(): string;
|
|
18
18
|
set orientation(a: string);
|
|
19
|
-
private
|
|
19
|
+
private y;
|
|
20
20
|
get textColor(): string;
|
|
21
21
|
set textColor(a: string);
|
|
22
|
-
private
|
|
22
|
+
private z;
|
|
23
23
|
get textStyle(): string;
|
|
24
24
|
set textStyle(a: string);
|
|
25
25
|
}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { Description } from "./Description";
|
|
2
|
+
import { Type } from "./type";
|
|
3
|
+
/**
|
|
4
|
+
* @hidden
|
|
5
|
+
*/
|
|
6
|
+
export declare class LegendSizeChangedEventArgsDescription extends Description {
|
|
7
|
+
static $t: Type;
|
|
8
|
+
protected get_type(): string;
|
|
9
|
+
get type(): string;
|
|
10
|
+
constructor();
|
|
11
|
+
}
|
|
@@ -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 LegendSizeChangedEventArgsDescriptionMetadata 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
|
+
}
|
|
@@ -10,43 +10,43 @@ export declare class NumericCellInfoDescription extends CellInfoDescription {
|
|
|
10
10
|
private static __marshalByValue1;
|
|
11
11
|
private static __marshalByValueAlias1;
|
|
12
12
|
constructor();
|
|
13
|
-
private
|
|
13
|
+
private fu;
|
|
14
14
|
get numericValue(): number;
|
|
15
15
|
set numericValue(a: number);
|
|
16
|
-
private
|
|
16
|
+
private fq;
|
|
17
17
|
get hasDecimalValue(): boolean;
|
|
18
18
|
set hasDecimalValue(a: boolean);
|
|
19
|
-
private
|
|
19
|
+
private f4;
|
|
20
20
|
get formatStringOverride(): string;
|
|
21
21
|
set formatStringOverride(a: string);
|
|
22
|
-
private
|
|
22
|
+
private fn;
|
|
23
23
|
get formatSpecifiers(): FormatSpecifierDescription[];
|
|
24
24
|
set formatSpecifiers(a: FormatSpecifierDescription[]);
|
|
25
|
-
private
|
|
25
|
+
private f3;
|
|
26
26
|
get formatOverrideRef(): string;
|
|
27
27
|
set formatOverrideRef(a: string);
|
|
28
|
-
private
|
|
28
|
+
private f5;
|
|
29
29
|
get negativePrefix(): string;
|
|
30
30
|
set negativePrefix(a: string);
|
|
31
|
-
private
|
|
31
|
+
private f7;
|
|
32
32
|
get positivePrefix(): string;
|
|
33
33
|
set positivePrefix(a: string);
|
|
34
|
-
private
|
|
34
|
+
private f6;
|
|
35
35
|
get negativeSuffix(): string;
|
|
36
36
|
set negativeSuffix(a: string);
|
|
37
|
-
private
|
|
37
|
+
private f8;
|
|
38
38
|
get positiveSuffix(): string;
|
|
39
39
|
set positiveSuffix(a: string);
|
|
40
|
-
private
|
|
40
|
+
private fw;
|
|
41
41
|
get maxFractionDigits(): number;
|
|
42
42
|
set maxFractionDigits(a: number);
|
|
43
|
-
private
|
|
43
|
+
private fx;
|
|
44
44
|
get minFractionDigits(): number;
|
|
45
45
|
set minFractionDigits(a: number);
|
|
46
|
-
private
|
|
46
|
+
private fy;
|
|
47
47
|
get minIntegerDigits(): number;
|
|
48
48
|
set minIntegerDigits(a: number);
|
|
49
|
-
private
|
|
49
|
+
private fr;
|
|
50
50
|
get showGroupingSeparator(): boolean;
|
|
51
51
|
set showGroupingSeparator(a: boolean);
|
|
52
52
|
}
|
|
@@ -11,52 +11,52 @@ export declare class NumericColumnDescription extends DataGridColumnDescription
|
|
|
11
11
|
private static __canMarshalByValue1;
|
|
12
12
|
private static __marshalByValueAlias1;
|
|
13
13
|
constructor();
|
|
14
|
-
private
|
|
14
|
+
private gn;
|
|
15
15
|
get negativePrefix(): string;
|
|
16
16
|
set negativePrefix(a: string);
|
|
17
|
-
private
|
|
17
|
+
private gp;
|
|
18
18
|
get positivePrefix(): string;
|
|
19
19
|
set positivePrefix(a: string);
|
|
20
|
-
private
|
|
20
|
+
private go;
|
|
21
21
|
get negativeSuffix(): string;
|
|
22
22
|
set negativeSuffix(a: string);
|
|
23
|
-
private
|
|
23
|
+
private gq;
|
|
24
24
|
get positiveSuffix(): string;
|
|
25
25
|
set positiveSuffix(a: string);
|
|
26
|
-
private
|
|
26
|
+
private ga;
|
|
27
27
|
get maxFractionDigits(): number;
|
|
28
28
|
set maxFractionDigits(a: number);
|
|
29
|
-
private
|
|
29
|
+
private gb;
|
|
30
30
|
get minFractionDigits(): number;
|
|
31
31
|
set minFractionDigits(a: number);
|
|
32
|
-
private
|
|
32
|
+
private gc;
|
|
33
33
|
get minIntegerDigits(): number;
|
|
34
34
|
set minIntegerDigits(a: number);
|
|
35
|
-
private
|
|
35
|
+
private f8;
|
|
36
36
|
get showGroupingSeparator(): boolean;
|
|
37
37
|
set showGroupingSeparator(a: boolean);
|
|
38
|
-
private
|
|
38
|
+
private gm;
|
|
39
39
|
get formatString(): string;
|
|
40
40
|
set formatString(a: string);
|
|
41
|
-
private
|
|
41
|
+
private f3;
|
|
42
42
|
get formatSpecifiers(): FormatSpecifierDescription[];
|
|
43
43
|
set formatSpecifiers(a: FormatSpecifierDescription[]);
|
|
44
|
-
private
|
|
44
|
+
private gl;
|
|
45
45
|
get formatOverrideRef(): string;
|
|
46
46
|
set formatOverrideRef(a: string);
|
|
47
|
-
private
|
|
47
|
+
private gj;
|
|
48
48
|
get editorType(): string;
|
|
49
49
|
set editorType(a: string);
|
|
50
|
-
private
|
|
50
|
+
private gh;
|
|
51
51
|
get editorDataSourceRef(): string;
|
|
52
52
|
set editorDataSourceRef(a: string);
|
|
53
|
-
private
|
|
53
|
+
private f5;
|
|
54
54
|
get editorDataSource(): BaseDataSourceDescription;
|
|
55
55
|
set editorDataSource(a: BaseDataSourceDescription);
|
|
56
|
-
private
|
|
56
|
+
private gi;
|
|
57
57
|
get editorTextField(): string;
|
|
58
58
|
set editorTextField(a: string);
|
|
59
|
-
private
|
|
59
|
+
private gk;
|
|
60
60
|
get editorValueField(): string;
|
|
61
61
|
set editorValueField(a: string);
|
|
62
62
|
}
|