igniteui-angular-core 20.0.0-beta.1 → 20.0.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 +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 -1
- package/public_api.d.ts +4 -0
|
@@ -8,118 +8,118 @@ export declare abstract class DataPieBaseChartDescription extends RadialBaseChar
|
|
|
8
8
|
static $t: Type;
|
|
9
9
|
protected get_type(): string;
|
|
10
10
|
constructor();
|
|
11
|
-
private
|
|
11
|
+
private yl;
|
|
12
12
|
get sliceLabelFormat(): string;
|
|
13
13
|
set sliceLabelFormat(a: string);
|
|
14
|
-
private
|
|
14
|
+
private w8;
|
|
15
15
|
get sliceLabelFormatSpecifiers(): FormatSpecifierDescription[];
|
|
16
16
|
set sliceLabelFormatSpecifiers(a: FormatSpecifierDescription[]);
|
|
17
|
-
private
|
|
17
|
+
private yd;
|
|
18
18
|
get legendSliceLabelFormat(): string;
|
|
19
19
|
set legendSliceLabelFormat(a: string);
|
|
20
|
-
private
|
|
20
|
+
private w6;
|
|
21
21
|
get legendSliceLabelFormatSpecifiers(): FormatSpecifierDescription[];
|
|
22
22
|
set legendSliceLabelFormatSpecifiers(a: FormatSpecifierDescription[]);
|
|
23
|
-
private
|
|
23
|
+
private yi;
|
|
24
24
|
get othersSliceLabelFormat(): string;
|
|
25
25
|
set othersSliceLabelFormat(a: string);
|
|
26
|
-
private
|
|
26
|
+
private w7;
|
|
27
27
|
get othersSliceLabelFormatSpecifiers(): FormatSpecifierDescription[];
|
|
28
28
|
set othersSliceLabelFormatSpecifiers(a: FormatSpecifierDescription[]);
|
|
29
|
-
private
|
|
29
|
+
private yb;
|
|
30
30
|
get legendOthersSliceLabelFormat(): string;
|
|
31
31
|
set legendOthersSliceLabelFormat(a: string);
|
|
32
|
-
private
|
|
32
|
+
private w5;
|
|
33
33
|
get legendOthersSliceLabelFormatSpecifiers(): FormatSpecifierDescription[];
|
|
34
34
|
set legendOthersSliceLabelFormatSpecifiers(a: FormatSpecifierDescription[]);
|
|
35
|
-
private
|
|
35
|
+
private xn;
|
|
36
36
|
get innerExtent(): number;
|
|
37
37
|
set innerExtent(a: number);
|
|
38
|
-
private
|
|
38
|
+
private yn;
|
|
39
39
|
get sweepDirection(): string;
|
|
40
40
|
set sweepDirection(a: string);
|
|
41
|
-
private
|
|
41
|
+
private ym;
|
|
42
42
|
get sliceLabelPositionMode(): string;
|
|
43
43
|
set sliceLabelPositionMode(a: string);
|
|
44
|
-
private
|
|
44
|
+
private ye;
|
|
45
45
|
get lightSliceLabelColor(): string;
|
|
46
46
|
set lightSliceLabelColor(a: string);
|
|
47
|
-
private
|
|
47
|
+
private x7;
|
|
48
48
|
get darkSliceLabelColor(): string;
|
|
49
49
|
set darkSliceLabelColor(a: string);
|
|
50
|
-
private
|
|
50
|
+
private yp;
|
|
51
51
|
get valueMemberPath(): string;
|
|
52
52
|
set valueMemberPath(a: string);
|
|
53
|
-
private
|
|
53
|
+
private ya;
|
|
54
54
|
get legendLabelMemberPath(): string;
|
|
55
55
|
set legendLabelMemberPath(a: string);
|
|
56
|
-
private
|
|
56
|
+
private x9;
|
|
57
57
|
get legendEmptyValuesMode(): string;
|
|
58
58
|
set legendEmptyValuesMode(a: string);
|
|
59
|
-
private
|
|
59
|
+
private yh;
|
|
60
60
|
get othersCategoryType(): string;
|
|
61
61
|
set othersCategoryType(a: string);
|
|
62
|
-
private
|
|
62
|
+
private xo;
|
|
63
63
|
get othersCategoryThreshold(): number;
|
|
64
64
|
set othersCategoryThreshold(a: number);
|
|
65
|
-
private
|
|
65
|
+
private yg;
|
|
66
66
|
get othersCategoryText(): string;
|
|
67
67
|
set othersCategoryText(a: string);
|
|
68
|
-
private
|
|
68
|
+
private x8;
|
|
69
69
|
get labelMemberPath(): string;
|
|
70
70
|
set labelMemberPath(a: string);
|
|
71
|
-
private
|
|
71
|
+
private xf;
|
|
72
72
|
get valueAxisFavorLabellingScaleEnd(): boolean;
|
|
73
73
|
set valueAxisFavorLabellingScaleEnd(a: boolean);
|
|
74
|
-
private
|
|
74
|
+
private yo;
|
|
75
75
|
get valueAxisAutoRangeBufferMode(): string;
|
|
76
76
|
set valueAxisAutoRangeBufferMode(a: string);
|
|
77
|
-
private
|
|
77
|
+
private xl;
|
|
78
78
|
get angleAxisInterval(): number;
|
|
79
79
|
set angleAxisInterval(a: number);
|
|
80
|
-
private
|
|
80
|
+
private xm;
|
|
81
81
|
get angleAxisMinorInterval(): number;
|
|
82
82
|
set angleAxisMinorInterval(a: number);
|
|
83
|
-
private
|
|
83
|
+
private xr;
|
|
84
84
|
get valueAxisInterval(): number;
|
|
85
85
|
set valueAxisInterval(a: number);
|
|
86
|
-
private
|
|
86
|
+
private xg;
|
|
87
87
|
get valueAxisIsLogarithmic(): boolean;
|
|
88
88
|
set valueAxisIsLogarithmic(a: boolean);
|
|
89
|
-
private
|
|
89
|
+
private x5;
|
|
90
90
|
get valueAxisLogarithmBase(): number;
|
|
91
91
|
set valueAxisLogarithmBase(a: number);
|
|
92
|
-
private
|
|
92
|
+
private xt;
|
|
93
93
|
get valueAxisMinimumValue(): number;
|
|
94
94
|
set valueAxisMinimumValue(a: number);
|
|
95
|
-
private
|
|
95
|
+
private xs;
|
|
96
96
|
get valueAxisMaximumValue(): number;
|
|
97
97
|
set valueAxisMaximumValue(a: number);
|
|
98
|
-
private
|
|
98
|
+
private xu;
|
|
99
99
|
get valueAxisMinorInterval(): number;
|
|
100
100
|
set valueAxisMinorInterval(a: number);
|
|
101
|
-
private
|
|
101
|
+
private xp;
|
|
102
102
|
get radiusExtent(): number;
|
|
103
103
|
set radiusExtent(a: number);
|
|
104
|
-
private
|
|
104
|
+
private xq;
|
|
105
105
|
get startAngle(): number;
|
|
106
106
|
set startAngle(a: number);
|
|
107
|
-
private
|
|
107
|
+
private yk;
|
|
108
108
|
get sliceLabelContentSeparator(): string;
|
|
109
109
|
set sliceLabelContentSeparator(a: string);
|
|
110
|
-
private
|
|
110
|
+
private yj;
|
|
111
111
|
get sliceLabelContentMode(): string;
|
|
112
112
|
set sliceLabelContentMode(a: string);
|
|
113
|
-
private
|
|
113
|
+
private yc;
|
|
114
114
|
get legendSliceLabelContentMode(): string;
|
|
115
115
|
set legendSliceLabelContentMode(a: string);
|
|
116
|
-
private
|
|
116
|
+
private xd;
|
|
117
117
|
get angleAxisFavorLabellingScaleEnd(): boolean;
|
|
118
118
|
set angleAxisFavorLabellingScaleEnd(a: boolean);
|
|
119
|
-
private
|
|
119
|
+
private xe;
|
|
120
120
|
get valueAxisAbbreviateLargeNumbers(): boolean;
|
|
121
121
|
set valueAxisAbbreviateLargeNumbers(a: boolean);
|
|
122
|
-
private
|
|
122
|
+
private yf;
|
|
123
123
|
get markerCollision(): string;
|
|
124
124
|
set markerCollision(a: string);
|
|
125
125
|
}
|
|
@@ -7,40 +7,40 @@ export declare class DataPieChartDescription extends DataPieBaseChartDescription
|
|
|
7
7
|
static $t: Type;
|
|
8
8
|
protected get_type(): string;
|
|
9
9
|
constructor();
|
|
10
|
-
private
|
|
10
|
+
private zb;
|
|
11
11
|
get transitionInDuration(): number;
|
|
12
12
|
set transitionInDuration(a: number);
|
|
13
|
-
private
|
|
13
|
+
private zc;
|
|
14
14
|
get transitionOutDuration(): number;
|
|
15
15
|
set transitionOutDuration(a: number);
|
|
16
|
-
private
|
|
16
|
+
private zj;
|
|
17
17
|
get transitionInEasingFunctionRef(): string;
|
|
18
18
|
set transitionInEasingFunctionRef(a: string);
|
|
19
|
-
private
|
|
19
|
+
private zm;
|
|
20
20
|
get transitionOutEasingFunctionRef(): string;
|
|
21
21
|
set transitionOutEasingFunctionRef(a: string);
|
|
22
|
-
private
|
|
22
|
+
private zg;
|
|
23
23
|
get chartType(): string;
|
|
24
24
|
set chartType(a: string);
|
|
25
|
-
private
|
|
25
|
+
private y9;
|
|
26
26
|
get isTransitionInEnabled(): boolean;
|
|
27
27
|
set isTransitionInEnabled(a: boolean);
|
|
28
|
-
private
|
|
28
|
+
private zk;
|
|
29
29
|
get transitionInMode(): string;
|
|
30
30
|
set transitionInMode(a: string);
|
|
31
|
-
private
|
|
31
|
+
private zl;
|
|
32
32
|
get transitionInSpeedType(): string;
|
|
33
33
|
set transitionInSpeedType(a: string);
|
|
34
|
-
private
|
|
34
|
+
private zi;
|
|
35
35
|
get tooltipTemplateRef(): string;
|
|
36
36
|
set tooltipTemplateRef(a: string);
|
|
37
|
-
private
|
|
37
|
+
private zn;
|
|
38
38
|
get width(): string;
|
|
39
39
|
set width(a: string);
|
|
40
|
-
private
|
|
40
|
+
private zh;
|
|
41
41
|
get height(): string;
|
|
42
42
|
set height(a: string);
|
|
43
|
-
private
|
|
43
|
+
private zf;
|
|
44
44
|
get background(): string;
|
|
45
45
|
set background(a: string);
|
|
46
46
|
}
|
|
@@ -5,6 +5,9 @@ import { Base, Type } from "./type";
|
|
|
5
5
|
export declare class DataSeriesToDescriptionCustomization extends Base {
|
|
6
6
|
static $t: Type;
|
|
7
7
|
constructor();
|
|
8
|
+
private _owner;
|
|
9
|
+
get owner(): any;
|
|
10
|
+
set owner(a: any);
|
|
8
11
|
private _order;
|
|
9
12
|
get order(): number;
|
|
10
13
|
set order(a: number);
|
|
@@ -14,9 +17,12 @@ export declare class DataSeriesToDescriptionCustomization extends Base {
|
|
|
14
17
|
private _propertyName;
|
|
15
18
|
get propertyName(): string;
|
|
16
19
|
set propertyName(a: string);
|
|
17
|
-
private
|
|
20
|
+
private j;
|
|
18
21
|
get propertyValue(): any;
|
|
19
22
|
set propertyValue(a: any);
|
|
23
|
+
private i;
|
|
24
|
+
get pendingDescription(): any;
|
|
25
|
+
set pendingDescription(a: any);
|
|
20
26
|
private _isCollectionInsertionAtEnd;
|
|
21
27
|
get isCollectionInsertionAtEnd(): boolean;
|
|
22
28
|
set isCollectionInsertionAtEnd(a: boolean);
|
|
@@ -35,5 +41,5 @@ export declare class DataSeriesToDescriptionCustomization extends Base {
|
|
|
35
41
|
private _matchParentIndex;
|
|
36
42
|
get matchParentIndex(): number;
|
|
37
43
|
set matchParentIndex(a: number);
|
|
38
|
-
e: (arg1: any) => any;
|
|
44
|
+
e: (arg1: any, arg2: any) => any;
|
|
39
45
|
}
|
|
@@ -7,13 +7,11 @@ export declare class DateRangeDescriptorDescription extends Description {
|
|
|
7
7
|
static $t: Type;
|
|
8
8
|
protected get_type(): string;
|
|
9
9
|
get type(): string;
|
|
10
|
-
private static __marshalByValue;
|
|
11
|
-
private static __marshalByValueAlias;
|
|
12
10
|
constructor();
|
|
13
|
-
private
|
|
11
|
+
private j;
|
|
14
12
|
get rangeType(): string;
|
|
15
13
|
set rangeType(a: string);
|
|
16
|
-
private
|
|
14
|
+
private h;
|
|
17
15
|
get dateRange(): any;
|
|
18
16
|
set dateRange(a: any);
|
|
19
17
|
}
|
|
@@ -10,22 +10,22 @@ export declare class DateTimeCellInfoDescription extends CellInfoDescription {
|
|
|
10
10
|
private static __marshalByValue1;
|
|
11
11
|
private static __marshalByValueAlias1;
|
|
12
12
|
constructor();
|
|
13
|
-
private
|
|
13
|
+
private fs;
|
|
14
14
|
get dateTimeValue(): Date;
|
|
15
15
|
set dateTimeValue(a: Date);
|
|
16
|
-
private
|
|
16
|
+
private fx;
|
|
17
17
|
get formatStringOverride(): string;
|
|
18
18
|
set formatStringOverride(a: string);
|
|
19
|
-
private
|
|
19
|
+
private fn;
|
|
20
20
|
get formatSpecifiers(): FormatSpecifierDescription[];
|
|
21
21
|
set formatSpecifiers(a: FormatSpecifierDescription[]);
|
|
22
|
-
private
|
|
22
|
+
private fw;
|
|
23
23
|
get formatOverrideRef(): string;
|
|
24
24
|
set formatOverrideRef(a: string);
|
|
25
|
-
private
|
|
25
|
+
private fv;
|
|
26
26
|
get dateTimeFormat(): string;
|
|
27
27
|
set dateTimeFormat(a: string);
|
|
28
|
-
private
|
|
28
|
+
private fq;
|
|
29
29
|
get isOffsetValue(): boolean;
|
|
30
30
|
set isOffsetValue(a: boolean);
|
|
31
31
|
}
|
|
@@ -11,37 +11,37 @@ export declare class DateTimeColumnDescription extends DataGridColumnDescription
|
|
|
11
11
|
private static __canMarshalByValue1;
|
|
12
12
|
private static __marshalByValueAlias1;
|
|
13
13
|
constructor();
|
|
14
|
-
private
|
|
14
|
+
private gb;
|
|
15
15
|
get dateTimeFormat(): string;
|
|
16
16
|
set dateTimeFormat(a: string);
|
|
17
|
-
private
|
|
17
|
+
private gi;
|
|
18
18
|
get formatString(): string;
|
|
19
19
|
set formatString(a: string);
|
|
20
|
-
private
|
|
20
|
+
private gd;
|
|
21
21
|
get editorFormatString(): string;
|
|
22
22
|
set editorFormatString(a: string);
|
|
23
|
-
private
|
|
23
|
+
private f3;
|
|
24
24
|
get formatSpecifiers(): FormatSpecifierDescription[];
|
|
25
25
|
set formatSpecifiers(a: FormatSpecifierDescription[]);
|
|
26
|
-
private
|
|
26
|
+
private gh;
|
|
27
27
|
get formatOverrideRef(): string;
|
|
28
28
|
set formatOverrideRef(a: string);
|
|
29
|
-
private
|
|
29
|
+
private f8;
|
|
30
30
|
get showTodayButton(): boolean;
|
|
31
31
|
set showTodayButton(a: boolean);
|
|
32
|
-
private
|
|
32
|
+
private gf;
|
|
33
33
|
get editorType(): string;
|
|
34
34
|
set editorType(a: string);
|
|
35
|
-
private
|
|
35
|
+
private gc;
|
|
36
36
|
get editorDataSourceRef(): string;
|
|
37
37
|
set editorDataSourceRef(a: string);
|
|
38
|
-
private
|
|
38
|
+
private f5;
|
|
39
39
|
get editorDataSource(): BaseDataSourceDescription;
|
|
40
40
|
set editorDataSource(a: BaseDataSourceDescription);
|
|
41
|
-
private
|
|
41
|
+
private ge;
|
|
42
42
|
get editorTextField(): string;
|
|
43
43
|
set editorTextField(a: string);
|
|
44
|
-
private
|
|
44
|
+
private gg;
|
|
45
45
|
get editorValueField(): string;
|
|
46
46
|
set editorValueField(a: string);
|
|
47
47
|
}
|