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
|
@@ -11,151 +11,163 @@ export declare class CalloutLayerDescription extends AnnotationLayerDescription
|
|
|
11
11
|
private gj;
|
|
12
12
|
get calloutExpandsAxisBufferEnabled(): boolean;
|
|
13
13
|
set calloutExpandsAxisBufferEnabled(a: boolean);
|
|
14
|
-
private
|
|
14
|
+
private gl;
|
|
15
|
+
get calloutExpandsAxisBufferOnlyWhenVisible(): boolean;
|
|
16
|
+
set calloutExpandsAxisBufferOnlyWhenVisible(a: boolean);
|
|
17
|
+
private gk;
|
|
18
|
+
get calloutExpandsAxisBufferOnInitialVisibility(): boolean;
|
|
19
|
+
set calloutExpandsAxisBufferOnInitialVisibility(a: boolean);
|
|
20
|
+
private gm;
|
|
21
|
+
get calloutSuspendedWhenShiftingToVisible(): boolean;
|
|
22
|
+
set calloutSuspendedWhenShiftingToVisible(a: boolean);
|
|
23
|
+
private hg;
|
|
15
24
|
get calloutExpandsAxisBufferMinHeight(): number;
|
|
16
25
|
set calloutExpandsAxisBufferMinHeight(a: number);
|
|
17
|
-
private
|
|
26
|
+
private he;
|
|
18
27
|
get calloutExpandsAxisBufferMaxHeight(): number;
|
|
19
28
|
set calloutExpandsAxisBufferMaxHeight(a: number);
|
|
20
|
-
private
|
|
29
|
+
private hh;
|
|
21
30
|
get calloutExpandsAxisBufferMinWidth(): number;
|
|
22
31
|
set calloutExpandsAxisBufferMinWidth(a: number);
|
|
23
|
-
private
|
|
32
|
+
private hf;
|
|
24
33
|
get calloutExpandsAxisBufferMaxWidth(): number;
|
|
25
34
|
set calloutExpandsAxisBufferMaxWidth(a: number);
|
|
26
|
-
private
|
|
35
|
+
private im;
|
|
27
36
|
get labelMemberPath(): string;
|
|
28
37
|
set labelMemberPath(a: string);
|
|
29
|
-
private
|
|
38
|
+
private ir;
|
|
30
39
|
get xMemberPath(): string;
|
|
31
40
|
set xMemberPath(a: string);
|
|
32
|
-
private
|
|
41
|
+
private is;
|
|
33
42
|
get yMemberPath(): string;
|
|
34
43
|
set yMemberPath(a: string);
|
|
35
|
-
private
|
|
44
|
+
private ik;
|
|
36
45
|
get keyMemberPath(): string;
|
|
37
46
|
set keyMemberPath(a: string);
|
|
38
|
-
private
|
|
47
|
+
private go;
|
|
39
48
|
get isCalloutOffsettingEnabled(): boolean;
|
|
40
49
|
set isCalloutOffsettingEnabled(a: boolean);
|
|
41
|
-
private
|
|
50
|
+
private il;
|
|
42
51
|
get labelFormat(): string;
|
|
43
52
|
set labelFormat(a: string);
|
|
44
53
|
private gg;
|
|
45
54
|
get labelFormatSpecifiers(): FormatSpecifierDescription[];
|
|
46
55
|
set labelFormatSpecifiers(a: FormatSpecifierDescription[]);
|
|
47
|
-
private
|
|
56
|
+
private ii;
|
|
48
57
|
get contentMemberPath(): string;
|
|
49
58
|
set contentMemberPath(a: string);
|
|
50
|
-
private
|
|
59
|
+
private io;
|
|
51
60
|
get targetSeriesName(): string;
|
|
52
61
|
set targetSeriesName(a: string);
|
|
53
|
-
private
|
|
62
|
+
private ip;
|
|
54
63
|
get targetSeriesRef(): string;
|
|
55
64
|
set targetSeriesRef(a: string);
|
|
56
|
-
private
|
|
65
|
+
private ih;
|
|
57
66
|
get collisionChannel(): string;
|
|
58
67
|
set collisionChannel(a: string);
|
|
59
68
|
private gf;
|
|
60
69
|
get allowedPositions(): string[];
|
|
61
70
|
set allowedPositions(a: string[]);
|
|
62
|
-
private
|
|
71
|
+
private gn;
|
|
63
72
|
get isAutoCalloutBehaviorEnabled(): boolean;
|
|
64
73
|
set isAutoCalloutBehaviorEnabled(a: boolean);
|
|
65
|
-
private
|
|
74
|
+
private gt;
|
|
66
75
|
get useInterpolatedValueForAutoCalloutLabels(): boolean;
|
|
67
76
|
set useInterpolatedValueForAutoCalloutLabels(a: boolean);
|
|
68
|
-
private
|
|
77
|
+
private gw;
|
|
69
78
|
get useSeriesColorForOutline(): boolean;
|
|
70
79
|
set useSeriesColorForOutline(a: boolean);
|
|
71
|
-
private
|
|
80
|
+
private gs;
|
|
72
81
|
get useAutoContrastingLabelColors(): boolean;
|
|
73
82
|
set useAutoContrastingLabelColors(a: boolean);
|
|
74
|
-
private
|
|
83
|
+
private gu;
|
|
75
84
|
get useItemColorForFill(): boolean;
|
|
76
85
|
set useItemColorForFill(a: boolean);
|
|
77
|
-
private
|
|
86
|
+
private gv;
|
|
78
87
|
get useItemColorForOutline(): boolean;
|
|
79
88
|
set useItemColorForOutline(a: boolean);
|
|
80
|
-
private
|
|
89
|
+
private gx;
|
|
81
90
|
get useValueForAutoCalloutLabels(): boolean;
|
|
82
91
|
set useValueForAutoCalloutLabels(a: boolean);
|
|
83
|
-
private
|
|
92
|
+
private ij;
|
|
84
93
|
get highlightedValueLabelMode(): string;
|
|
85
94
|
set highlightedValueLabelMode(a: string);
|
|
86
|
-
private
|
|
95
|
+
private h3;
|
|
87
96
|
get autoCalloutVisibilityMode(): string;
|
|
88
97
|
set autoCalloutVisibilityMode(a: string);
|
|
89
|
-
private
|
|
98
|
+
private hd;
|
|
90
99
|
get calloutCornerRadius(): number;
|
|
91
100
|
set calloutCornerRadius(a: number);
|
|
92
|
-
private
|
|
101
|
+
private gq;
|
|
93
102
|
get isCustomCalloutStyleEnabled(): boolean;
|
|
94
103
|
set isCustomCalloutStyleEnabled(a: boolean);
|
|
95
|
-
private
|
|
104
|
+
private gp;
|
|
96
105
|
get isCustomCalloutRenderStyleEnabled(): boolean;
|
|
97
106
|
set isCustomCalloutRenderStyleEnabled(a: boolean);
|
|
98
|
-
private
|
|
107
|
+
private hz;
|
|
99
108
|
get autoCalloutLabelPrecision(): number;
|
|
100
109
|
set autoCalloutLabelPrecision(a: number);
|
|
101
|
-
private
|
|
110
|
+
private ig;
|
|
102
111
|
get calloutTextColor(): string;
|
|
103
112
|
set calloutTextColor(a: string);
|
|
104
|
-
private
|
|
113
|
+
private ia;
|
|
105
114
|
get calloutLightTextColor(): string;
|
|
106
115
|
set calloutLightTextColor(a: string);
|
|
107
|
-
private
|
|
116
|
+
private h7;
|
|
108
117
|
get calloutDarkTextColor(): string;
|
|
109
118
|
set calloutDarkTextColor(a: string);
|
|
110
|
-
private
|
|
119
|
+
private h4;
|
|
111
120
|
get calloutBackground(): string;
|
|
112
121
|
set calloutBackground(a: string);
|
|
113
|
-
private
|
|
122
|
+
private gr;
|
|
123
|
+
get shouldTruncateOnBoundaryCollisions(): boolean;
|
|
124
|
+
set shouldTruncateOnBoundaryCollisions(a: boolean);
|
|
125
|
+
private h0;
|
|
114
126
|
get calloutInterpolatedValuePrecision(): number;
|
|
115
127
|
set calloutInterpolatedValuePrecision(a: number);
|
|
116
|
-
private
|
|
128
|
+
private ib;
|
|
117
129
|
get calloutOutline(): string;
|
|
118
130
|
set calloutOutline(a: string);
|
|
119
|
-
private
|
|
131
|
+
private h9;
|
|
120
132
|
get calloutLeaderBrush(): string;
|
|
121
133
|
set calloutLeaderBrush(a: string);
|
|
122
|
-
private
|
|
134
|
+
private hj;
|
|
123
135
|
get calloutPaddingLeft(): number;
|
|
124
136
|
set calloutPaddingLeft(a: number);
|
|
125
|
-
private
|
|
137
|
+
private hl;
|
|
126
138
|
get calloutPaddingTop(): number;
|
|
127
139
|
set calloutPaddingTop(a: number);
|
|
128
|
-
private
|
|
140
|
+
private hk;
|
|
129
141
|
get calloutPaddingRight(): number;
|
|
130
142
|
set calloutPaddingRight(a: number);
|
|
131
|
-
private
|
|
143
|
+
private hi;
|
|
132
144
|
get calloutPaddingBottom(): number;
|
|
133
145
|
set calloutPaddingBottom(a: number);
|
|
134
|
-
private
|
|
146
|
+
private h5;
|
|
135
147
|
get calloutCollisionMode(): string;
|
|
136
148
|
set calloutCollisionMode(a: string);
|
|
137
|
-
private
|
|
149
|
+
private hm;
|
|
138
150
|
get calloutPositionPadding(): number;
|
|
139
151
|
set calloutPositionPadding(a: number);
|
|
140
|
-
private
|
|
152
|
+
private hn;
|
|
141
153
|
get calloutStrokeThickness(): number;
|
|
142
154
|
set calloutStrokeThickness(a: number);
|
|
143
|
-
private
|
|
155
|
+
private iq;
|
|
144
156
|
get textStyle(): string;
|
|
145
157
|
set textStyle(a: string);
|
|
146
|
-
private
|
|
158
|
+
private ie;
|
|
147
159
|
get calloutStyleUpdatingRef(): string;
|
|
148
160
|
set calloutStyleUpdatingRef(a: string);
|
|
149
|
-
private
|
|
161
|
+
private ic;
|
|
150
162
|
get calloutRenderStyleUpdatingRef(): string;
|
|
151
163
|
set calloutRenderStyleUpdatingRef(a: string);
|
|
152
|
-
private
|
|
164
|
+
private h6;
|
|
153
165
|
get calloutContentUpdatingRef(): string;
|
|
154
166
|
set calloutContentUpdatingRef(a: string);
|
|
155
|
-
private
|
|
167
|
+
private h8;
|
|
156
168
|
get calloutLabelUpdatingRef(): string;
|
|
157
169
|
set calloutLabelUpdatingRef(a: string);
|
|
158
|
-
private
|
|
170
|
+
private id;
|
|
159
171
|
get calloutSeriesSelectingRef(): string;
|
|
160
172
|
set calloutSeriesSelectingRef(a: string);
|
|
161
173
|
}
|
|
@@ -5,141 +5,141 @@ import { Type } from "./type";
|
|
|
5
5
|
*/
|
|
6
6
|
export declare class CategoryChartDescription extends XYChartDescription {
|
|
7
7
|
static $t: Type;
|
|
8
|
-
private
|
|
8
|
+
private y4;
|
|
9
9
|
get tooltipTemplateRef(): string;
|
|
10
10
|
set tooltipTemplateRef(a: string);
|
|
11
|
-
private
|
|
11
|
+
private y9;
|
|
12
12
|
get width(): string;
|
|
13
13
|
set width(a: string);
|
|
14
|
-
private
|
|
14
|
+
private y2;
|
|
15
15
|
get height(): string;
|
|
16
16
|
set height(a: string);
|
|
17
|
-
private
|
|
17
|
+
private y0;
|
|
18
18
|
get background(): string;
|
|
19
19
|
set background(a: string);
|
|
20
20
|
protected get_type(): string;
|
|
21
21
|
constructor();
|
|
22
|
-
private
|
|
22
|
+
private yt;
|
|
23
23
|
get transitionInDuration(): number;
|
|
24
24
|
set transitionInDuration(a: number);
|
|
25
|
-
private
|
|
25
|
+
private yu;
|
|
26
26
|
get transitionOutDuration(): number;
|
|
27
27
|
set transitionOutDuration(a: number);
|
|
28
|
-
private
|
|
28
|
+
private y5;
|
|
29
29
|
get transitionInEasingFunctionRef(): string;
|
|
30
30
|
set transitionInEasingFunctionRef(a: string);
|
|
31
|
-
private
|
|
31
|
+
private y8;
|
|
32
32
|
get transitionOutEasingFunctionRef(): string;
|
|
33
33
|
set transitionOutEasingFunctionRef(a: string);
|
|
34
|
-
private
|
|
34
|
+
private y1;
|
|
35
35
|
get chartType(): string;
|
|
36
36
|
set chartType(a: string);
|
|
37
|
-
private
|
|
37
|
+
private y3;
|
|
38
38
|
get markerCollisionAvoidance(): string;
|
|
39
39
|
set markerCollisionAvoidance(a: string);
|
|
40
|
-
private
|
|
40
|
+
private xb;
|
|
41
41
|
get isSplineShapePartOfRange(): boolean;
|
|
42
42
|
set isSplineShapePartOfRange(a: boolean);
|
|
43
|
-
private
|
|
43
|
+
private xc;
|
|
44
44
|
get isTransitionInEnabled(): boolean;
|
|
45
45
|
set isTransitionInEnabled(a: boolean);
|
|
46
|
-
private
|
|
46
|
+
private y6;
|
|
47
47
|
get transitionInMode(): string;
|
|
48
48
|
set transitionInMode(a: string);
|
|
49
|
-
private
|
|
49
|
+
private y7;
|
|
50
50
|
get transitionInSpeedType(): string;
|
|
51
51
|
set transitionInSpeedType(a: string);
|
|
52
|
-
private
|
|
52
|
+
private xy;
|
|
53
53
|
get xAxisInterval(): number;
|
|
54
54
|
set xAxisInterval(a: number);
|
|
55
|
-
private
|
|
55
|
+
private x1;
|
|
56
56
|
get xAxisMinorInterval(): number;
|
|
57
57
|
set xAxisMinorInterval(a: number);
|
|
58
|
-
private
|
|
58
|
+
private xx;
|
|
59
59
|
get xAxisGap(): number;
|
|
60
60
|
set xAxisGap(a: number);
|
|
61
|
-
private
|
|
61
|
+
private x0;
|
|
62
62
|
get xAxisMinimumGapSize(): number;
|
|
63
63
|
set xAxisMinimumGapSize(a: number);
|
|
64
|
-
private
|
|
64
|
+
private xz;
|
|
65
65
|
get xAxisMaximumGap(): number;
|
|
66
66
|
set xAxisMaximumGap(a: number);
|
|
67
|
-
private
|
|
67
|
+
private x2;
|
|
68
68
|
get xAxisOverlap(): number;
|
|
69
69
|
set xAxisOverlap(a: number);
|
|
70
|
-
private
|
|
70
|
+
private x8;
|
|
71
71
|
get yAxisInterval(): number;
|
|
72
72
|
set yAxisInterval(a: number);
|
|
73
|
-
private
|
|
73
|
+
private yz;
|
|
74
74
|
get autoMarginAndAngleUpdateMode(): string;
|
|
75
75
|
set autoMarginAndAngleUpdateMode(a: string);
|
|
76
|
-
private
|
|
76
|
+
private xd;
|
|
77
77
|
get shouldAutoExpandMarginForInitialLabels(): boolean;
|
|
78
78
|
set shouldAutoExpandMarginForInitialLabels(a: boolean);
|
|
79
|
-
private
|
|
79
|
+
private xe;
|
|
80
80
|
get shouldConsiderAutoRotationForInitialLabels(): boolean;
|
|
81
81
|
set shouldConsiderAutoRotationForInitialLabels(a: boolean);
|
|
82
|
-
private
|
|
82
|
+
private xv;
|
|
83
83
|
get autoExpandMarginExtraPadding(): number;
|
|
84
84
|
set autoExpandMarginExtraPadding(a: number);
|
|
85
|
-
private
|
|
85
|
+
private xw;
|
|
86
86
|
get autoExpandMarginMaximumValue(): number;
|
|
87
87
|
set autoExpandMarginMaximumValue(a: number);
|
|
88
|
-
private
|
|
88
|
+
private xi;
|
|
89
89
|
get yAxisFavorLabellingScaleEnd(): boolean;
|
|
90
90
|
set yAxisFavorLabellingScaleEnd(a: boolean);
|
|
91
|
-
private
|
|
91
|
+
private xf;
|
|
92
92
|
get xAxisEnhancedIntervalPreferMoreCategoryLabels(): boolean;
|
|
93
93
|
set xAxisEnhancedIntervalPreferMoreCategoryLabels(a: boolean);
|
|
94
|
-
private
|
|
94
|
+
private xh;
|
|
95
95
|
get yAxisEnhancedIntervalPreferMoreCategoryLabels(): boolean;
|
|
96
96
|
set yAxisEnhancedIntervalPreferMoreCategoryLabels(a: boolean);
|
|
97
|
-
private
|
|
97
|
+
private za;
|
|
98
98
|
get yAxisAutoRangeBufferMode(): string;
|
|
99
99
|
set yAxisAutoRangeBufferMode(a: string);
|
|
100
|
-
private
|
|
100
|
+
private xj;
|
|
101
101
|
get yAxisIsLogarithmic(): boolean;
|
|
102
102
|
set yAxisIsLogarithmic(a: boolean);
|
|
103
|
-
private
|
|
103
|
+
private yv;
|
|
104
104
|
get yAxisLogarithmBase(): number;
|
|
105
105
|
set yAxisLogarithmBase(a: number);
|
|
106
|
-
private
|
|
106
|
+
private ya;
|
|
107
107
|
get yAxisMinimumValue(): number;
|
|
108
108
|
set yAxisMinimumValue(a: number);
|
|
109
|
-
private
|
|
109
|
+
private x9;
|
|
110
110
|
get yAxisMaximumValue(): number;
|
|
111
111
|
set yAxisMaximumValue(a: number);
|
|
112
|
-
private
|
|
112
|
+
private yb;
|
|
113
113
|
get yAxisMinorInterval(): number;
|
|
114
114
|
set yAxisMinorInterval(a: number);
|
|
115
|
-
private
|
|
115
|
+
private w5;
|
|
116
116
|
get negativeBrushes(): string[];
|
|
117
117
|
set negativeBrushes(a: string[]);
|
|
118
|
-
private
|
|
118
|
+
private w6;
|
|
119
119
|
get negativeOutlines(): string[];
|
|
120
120
|
set negativeOutlines(a: string[]);
|
|
121
|
-
private
|
|
121
|
+
private xg;
|
|
122
122
|
get yAxisAbbreviateLargeNumbers(): boolean;
|
|
123
123
|
set yAxisAbbreviateLargeNumbers(a: boolean);
|
|
124
|
-
private
|
|
124
|
+
private x3;
|
|
125
125
|
get xAxisZoomMaximumCategoryRange(): number;
|
|
126
126
|
set xAxisZoomMaximumCategoryRange(a: number);
|
|
127
|
-
private
|
|
127
|
+
private x4;
|
|
128
128
|
get xAxisZoomMaximumItemSpan(): number;
|
|
129
129
|
set xAxisZoomMaximumItemSpan(a: number);
|
|
130
|
-
private
|
|
130
|
+
private x5;
|
|
131
131
|
get xAxisZoomToCategoryRange(): number;
|
|
132
132
|
set xAxisZoomToCategoryRange(a: number);
|
|
133
|
-
private
|
|
133
|
+
private x6;
|
|
134
134
|
get xAxisZoomToCategoryStart(): number;
|
|
135
135
|
set xAxisZoomToCategoryStart(a: number);
|
|
136
|
-
private
|
|
136
|
+
private x7;
|
|
137
137
|
get xAxisZoomToItemSpan(): number;
|
|
138
138
|
set xAxisZoomToItemSpan(a: number);
|
|
139
|
-
private
|
|
139
|
+
private w9;
|
|
140
140
|
get isCategoryHighlightingEnabled(): boolean;
|
|
141
141
|
set isCategoryHighlightingEnabled(a: boolean);
|
|
142
|
-
private
|
|
142
|
+
private xa;
|
|
143
143
|
get isItemHighlightingEnabled(): boolean;
|
|
144
144
|
set isItemHighlightingEnabled(a: boolean);
|
|
145
145
|
}
|
|
@@ -116,7 +116,7 @@ export declare abstract class CellInfoDescription extends Description {
|
|
|
116
116
|
private d3;
|
|
117
117
|
get horizontalAlignment(): string;
|
|
118
118
|
set horizontalAlignment(a: string);
|
|
119
|
-
private
|
|
119
|
+
private ek;
|
|
120
120
|
get verticalAlignment(): string;
|
|
121
121
|
set verticalAlignment(a: string);
|
|
122
122
|
private dr;
|
|
@@ -170,6 +170,9 @@ export declare abstract class CellInfoDescription extends Description {
|
|
|
170
170
|
private eb;
|
|
171
171
|
get renderValue(): string;
|
|
172
172
|
set renderValue(a: string);
|
|
173
|
+
private ej;
|
|
174
|
+
get userFormattedValue(): string;
|
|
175
|
+
set userFormattedValue(a: string);
|
|
173
176
|
private ei;
|
|
174
177
|
get textColor(): string;
|
|
175
178
|
set textColor(a: string);
|
|
@@ -10,16 +10,16 @@ export declare class ComboBoxColumnDescription extends DataGridColumnDescription
|
|
|
10
10
|
private static __canMarshalByValue1;
|
|
11
11
|
private static __marshalByValueAlias1;
|
|
12
12
|
constructor();
|
|
13
|
-
private
|
|
13
|
+
private f7;
|
|
14
14
|
get dataSourceRef(): string;
|
|
15
15
|
set dataSourceRef(a: string);
|
|
16
|
-
private
|
|
16
|
+
private f3;
|
|
17
17
|
get dataSource(): BaseDataSourceDescription;
|
|
18
18
|
set dataSource(a: BaseDataSourceDescription);
|
|
19
|
-
private
|
|
19
|
+
private f8;
|
|
20
20
|
get textField(): string;
|
|
21
21
|
set textField(a: string);
|
|
22
|
-
private
|
|
22
|
+
private f9;
|
|
23
23
|
get valueField(): string;
|
|
24
24
|
set valueField(a: string);
|
|
25
25
|
}
|
|
@@ -7,97 +7,103 @@ export declare class CrosshairLayerDescription extends AnnotationLayerDescriptio
|
|
|
7
7
|
static $t: Type;
|
|
8
8
|
protected get_type(): string;
|
|
9
9
|
constructor();
|
|
10
|
-
private
|
|
10
|
+
private hh;
|
|
11
11
|
get horizontalLineStroke(): string;
|
|
12
12
|
set horizontalLineStroke(a: string);
|
|
13
|
-
private
|
|
13
|
+
private hl;
|
|
14
14
|
get verticalLineStroke(): string;
|
|
15
15
|
set verticalLineStroke(a: string);
|
|
16
|
-
private
|
|
16
|
+
private hj;
|
|
17
17
|
get targetSeriesName(): string;
|
|
18
18
|
set targetSeriesName(a: string);
|
|
19
|
-
private
|
|
19
|
+
private hk;
|
|
20
20
|
get targetSeriesRef(): string;
|
|
21
21
|
set targetSeriesRef(a: string);
|
|
22
|
-
private
|
|
22
|
+
private gj;
|
|
23
23
|
get useInterpolation(): boolean;
|
|
24
24
|
set useInterpolation(a: boolean);
|
|
25
25
|
private gf;
|
|
26
26
|
get isAxisAnnotationEnabled(): boolean;
|
|
27
27
|
set isAxisAnnotationEnabled(a: boolean);
|
|
28
|
-
private
|
|
28
|
+
private hq;
|
|
29
29
|
get xAxisAnnotationTextColor(): string;
|
|
30
30
|
set xAxisAnnotationTextColor(a: string);
|
|
31
|
-
private
|
|
31
|
+
private hn;
|
|
32
32
|
get xAxisAnnotationBackground(): string;
|
|
33
33
|
set xAxisAnnotationBackground(a: string);
|
|
34
|
-
private
|
|
34
|
+
private gp;
|
|
35
35
|
get xAxisAnnotationBackgroundCornerRadius(): number;
|
|
36
36
|
set xAxisAnnotationBackgroundCornerRadius(a: number);
|
|
37
|
-
private
|
|
37
|
+
private hd;
|
|
38
38
|
get xAxisAnnotationInterpolatedValuePrecision(): number;
|
|
39
39
|
set xAxisAnnotationInterpolatedValuePrecision(a: number);
|
|
40
|
-
private
|
|
40
|
+
private hp;
|
|
41
41
|
get xAxisAnnotationOutline(): string;
|
|
42
42
|
set xAxisAnnotationOutline(a: string);
|
|
43
|
-
private
|
|
43
|
+
private gr;
|
|
44
44
|
get xAxisAnnotationPaddingLeft(): number;
|
|
45
45
|
set xAxisAnnotationPaddingLeft(a: number);
|
|
46
|
-
private
|
|
46
|
+
private gt;
|
|
47
47
|
get xAxisAnnotationPaddingTop(): number;
|
|
48
48
|
set xAxisAnnotationPaddingTop(a: number);
|
|
49
|
-
private
|
|
49
|
+
private gs;
|
|
50
50
|
get xAxisAnnotationPaddingRight(): number;
|
|
51
51
|
set xAxisAnnotationPaddingRight(a: number);
|
|
52
|
-
private
|
|
52
|
+
private gq;
|
|
53
53
|
get xAxisAnnotationPaddingBottom(): number;
|
|
54
54
|
set xAxisAnnotationPaddingBottom(a: number);
|
|
55
|
-
private
|
|
55
|
+
private gx;
|
|
56
56
|
get yAxisAnnotationPaddingLeft(): number;
|
|
57
57
|
set yAxisAnnotationPaddingLeft(a: number);
|
|
58
|
-
private
|
|
58
|
+
private gz;
|
|
59
59
|
get yAxisAnnotationPaddingTop(): number;
|
|
60
60
|
set yAxisAnnotationPaddingTop(a: number);
|
|
61
|
-
private
|
|
61
|
+
private gy;
|
|
62
62
|
get yAxisAnnotationPaddingRight(): number;
|
|
63
63
|
set yAxisAnnotationPaddingRight(a: number);
|
|
64
|
-
private
|
|
64
|
+
private gw;
|
|
65
65
|
get yAxisAnnotationPaddingBottom(): number;
|
|
66
66
|
set yAxisAnnotationPaddingBottom(a: number);
|
|
67
|
-
private
|
|
67
|
+
private gu;
|
|
68
68
|
get xAxisAnnotationStrokeThickness(): number;
|
|
69
69
|
set xAxisAnnotationStrokeThickness(a: number);
|
|
70
|
-
private
|
|
70
|
+
private hu;
|
|
71
71
|
get yAxisAnnotationTextColor(): string;
|
|
72
72
|
set yAxisAnnotationTextColor(a: string);
|
|
73
|
-
private
|
|
73
|
+
private hr;
|
|
74
74
|
get yAxisAnnotationBackground(): string;
|
|
75
75
|
set yAxisAnnotationBackground(a: string);
|
|
76
|
-
private
|
|
76
|
+
private gv;
|
|
77
77
|
get yAxisAnnotationBackgroundCornerRadius(): number;
|
|
78
78
|
set yAxisAnnotationBackgroundCornerRadius(a: number);
|
|
79
|
-
private
|
|
79
|
+
private he;
|
|
80
80
|
get yAxisAnnotationInterpolatedValuePrecision(): number;
|
|
81
81
|
set yAxisAnnotationInterpolatedValuePrecision(a: number);
|
|
82
|
-
private
|
|
82
|
+
private ht;
|
|
83
83
|
get yAxisAnnotationOutline(): string;
|
|
84
84
|
set yAxisAnnotationOutline(a: string);
|
|
85
|
-
private
|
|
85
|
+
private g0;
|
|
86
86
|
get yAxisAnnotationStrokeThickness(): number;
|
|
87
87
|
set yAxisAnnotationStrokeThickness(a: number);
|
|
88
|
-
private
|
|
88
|
+
private hm;
|
|
89
89
|
get verticalLineVisibility(): string;
|
|
90
90
|
set verticalLineVisibility(a: string);
|
|
91
|
-
private
|
|
91
|
+
private hi;
|
|
92
92
|
get horizontalLineVisibility(): string;
|
|
93
93
|
set horizontalLineVisibility(a: string);
|
|
94
|
-
private
|
|
94
|
+
private gi;
|
|
95
95
|
get skipUnknownValues(): boolean;
|
|
96
96
|
set skipUnknownValues(a: boolean);
|
|
97
|
-
private
|
|
97
|
+
private gh;
|
|
98
|
+
get skipAxisAnnotationOnZeroValueFragments(): boolean;
|
|
99
|
+
set skipAxisAnnotationOnZeroValueFragments(a: boolean);
|
|
100
|
+
private gg;
|
|
101
|
+
get skipAxisAnnotationOnInvalidData(): boolean;
|
|
102
|
+
set skipAxisAnnotationOnInvalidData(a: boolean);
|
|
103
|
+
private ho;
|
|
98
104
|
get xAxisAnnotationFormatLabelRef(): string;
|
|
99
105
|
set xAxisAnnotationFormatLabelRef(a: string);
|
|
100
|
-
private
|
|
106
|
+
private hs;
|
|
101
107
|
get yAxisAnnotationFormatLabelRef(): string;
|
|
102
108
|
set yAxisAnnotationFormatLabelRef(a: string);
|
|
103
109
|
}
|
|
@@ -27,31 +27,31 @@ export declare abstract class DataGridColumnDescription extends DefinitionBaseDe
|
|
|
27
27
|
private d4;
|
|
28
28
|
get paddingBottom(): number;
|
|
29
29
|
set paddingBottom(a: number);
|
|
30
|
-
private
|
|
30
|
+
private e4;
|
|
31
31
|
get name(): string;
|
|
32
32
|
set name(a: string);
|
|
33
33
|
private ex;
|
|
34
34
|
get field(): string;
|
|
35
35
|
set field(a: string);
|
|
36
|
-
private
|
|
36
|
+
private e0;
|
|
37
37
|
get headerText(): string;
|
|
38
38
|
set headerText(a: string);
|
|
39
39
|
private el;
|
|
40
40
|
get actualHeaderText(): string;
|
|
41
41
|
set actualHeaderText(a: string);
|
|
42
|
-
private
|
|
42
|
+
private e8;
|
|
43
43
|
get selectedBackground(): string;
|
|
44
44
|
set selectedBackground(a: string);
|
|
45
45
|
private ep;
|
|
46
46
|
get actualSelectedBackground(): string;
|
|
47
47
|
set actualSelectedBackground(a: string);
|
|
48
|
-
private
|
|
48
|
+
private e6;
|
|
49
49
|
get rowHoverBackground(): string;
|
|
50
50
|
set rowHoverBackground(a: string);
|
|
51
51
|
private en;
|
|
52
52
|
get actualHoverBackground(): string;
|
|
53
53
|
set actualHoverBackground(a: string);
|
|
54
|
-
private
|
|
54
|
+
private e7;
|
|
55
55
|
get rowHoverTextColor(): string;
|
|
56
56
|
set rowHoverTextColor(a: string);
|
|
57
57
|
private eo;
|
|
@@ -93,10 +93,10 @@ export declare abstract class DataGridColumnDescription extends DefinitionBaseDe
|
|
|
93
93
|
private dd;
|
|
94
94
|
get shouldRemoveWhenHidden(): boolean;
|
|
95
95
|
set shouldRemoveWhenHidden(a: boolean);
|
|
96
|
-
private
|
|
96
|
+
private e9;
|
|
97
97
|
get sortDirection(): string;
|
|
98
98
|
set sortDirection(a: string);
|
|
99
|
-
private
|
|
99
|
+
private e5;
|
|
100
100
|
get pinned(): string;
|
|
101
101
|
set pinned(a: string);
|
|
102
102
|
private eh;
|
|
@@ -162,13 +162,13 @@ export declare abstract class DataGridColumnDescription extends DefinitionBaseDe
|
|
|
162
162
|
private ew;
|
|
163
163
|
get editFontWeight(): string;
|
|
164
164
|
set editFontWeight(a: string);
|
|
165
|
-
private
|
|
165
|
+
private e2;
|
|
166
166
|
get mergedCellMode(): string;
|
|
167
167
|
set mergedCellMode(a: string);
|
|
168
|
-
private
|
|
168
|
+
private e1;
|
|
169
169
|
get mergedCellEvaluationCriteria(): string;
|
|
170
170
|
set mergedCellEvaluationCriteria(a: string);
|
|
171
|
-
private
|
|
171
|
+
private e3;
|
|
172
172
|
get mergedCellVerticalAlignment(): string;
|
|
173
173
|
set mergedCellVerticalAlignment(a: string);
|
|
174
174
|
private d1;
|
|
@@ -189,6 +189,9 @@ export declare abstract class DataGridColumnDescription extends DefinitionBaseDe
|
|
|
189
189
|
private co;
|
|
190
190
|
get filterOperands(): FilterOperandDescription[];
|
|
191
191
|
set filterOperands(a: FilterOperandDescription[]);
|
|
192
|
+
private ez;
|
|
193
|
+
get formatCellRef(): string;
|
|
194
|
+
set formatCellRef(a: string);
|
|
192
195
|
private em;
|
|
193
196
|
get actualHeaderTextChangeRef(): string;
|
|
194
197
|
set actualHeaderTextChangeRef(a: string);
|