igniteui-angular-core 20.0.0 → 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 -2
- package/public_api.d.ts +4 -0
|
@@ -14,55 +14,59 @@ export let CalloutLayerDescription = /*@__PURE__*/ (() => {
|
|
|
14
14
|
constructor() {
|
|
15
15
|
super();
|
|
16
16
|
this.gj = false;
|
|
17
|
-
this.g8 = 0;
|
|
18
|
-
this.g6 = 0;
|
|
19
|
-
this.g9 = 0;
|
|
20
|
-
this.g7 = 0;
|
|
21
|
-
this.id = null;
|
|
22
|
-
this.ii = null;
|
|
23
|
-
this.ij = null;
|
|
24
|
-
this.ib = null;
|
|
25
17
|
this.gl = false;
|
|
26
|
-
this.
|
|
18
|
+
this.gk = false;
|
|
19
|
+
this.gm = false;
|
|
20
|
+
this.hg = 0;
|
|
21
|
+
this.he = 0;
|
|
22
|
+
this.hh = 0;
|
|
23
|
+
this.hf = 0;
|
|
24
|
+
this.im = null;
|
|
25
|
+
this.ir = null;
|
|
26
|
+
this.is = null;
|
|
27
|
+
this.ik = null;
|
|
28
|
+
this.go = false;
|
|
29
|
+
this.il = null;
|
|
27
30
|
this.gg = null;
|
|
28
|
-
this.
|
|
29
|
-
this.
|
|
30
|
-
this.
|
|
31
|
-
this.
|
|
31
|
+
this.ii = null;
|
|
32
|
+
this.io = null;
|
|
33
|
+
this.ip = null;
|
|
34
|
+
this.ih = null;
|
|
32
35
|
this.gf = null;
|
|
33
|
-
this.
|
|
34
|
-
this.
|
|
36
|
+
this.gn = false;
|
|
37
|
+
this.gt = false;
|
|
38
|
+
this.gw = false;
|
|
35
39
|
this.gs = false;
|
|
36
|
-
this.
|
|
40
|
+
this.gu = false;
|
|
41
|
+
this.gv = false;
|
|
42
|
+
this.gx = false;
|
|
43
|
+
this.ij = null;
|
|
44
|
+
this.h3 = null;
|
|
45
|
+
this.hd = 0;
|
|
37
46
|
this.gq = false;
|
|
38
|
-
this.
|
|
39
|
-
this.
|
|
47
|
+
this.gp = false;
|
|
48
|
+
this.hz = 0;
|
|
49
|
+
this.ig = null;
|
|
40
50
|
this.ia = null;
|
|
41
|
-
this.hv = null;
|
|
42
|
-
this.g5 = 0;
|
|
43
|
-
this.gn = false;
|
|
44
|
-
this.gm = false;
|
|
45
|
-
this.hr = 0;
|
|
46
51
|
this.h7 = null;
|
|
47
|
-
this.h2 = null;
|
|
48
|
-
this.hz = null;
|
|
49
|
-
this.hw = null;
|
|
50
|
-
this.hs = 0;
|
|
51
|
-
this.h3 = null;
|
|
52
|
-
this.h1 = null;
|
|
53
|
-
this.hb = 0;
|
|
54
|
-
this.hd = 0;
|
|
55
|
-
this.hc = 0;
|
|
56
|
-
this.ha = 0;
|
|
57
|
-
this.hx = null;
|
|
58
|
-
this.he = 0;
|
|
59
|
-
this.hf = 0;
|
|
60
|
-
this.ih = null;
|
|
61
|
-
this.h6 = null;
|
|
62
52
|
this.h4 = null;
|
|
63
|
-
this.
|
|
64
|
-
this.h0 =
|
|
53
|
+
this.gr = false;
|
|
54
|
+
this.h0 = 0;
|
|
55
|
+
this.ib = null;
|
|
56
|
+
this.h9 = null;
|
|
57
|
+
this.hj = 0;
|
|
58
|
+
this.hl = 0;
|
|
59
|
+
this.hk = 0;
|
|
60
|
+
this.hi = 0;
|
|
65
61
|
this.h5 = null;
|
|
62
|
+
this.hm = 0;
|
|
63
|
+
this.hn = 0;
|
|
64
|
+
this.iq = null;
|
|
65
|
+
this.ie = null;
|
|
66
|
+
this.ic = null;
|
|
67
|
+
this.h6 = null;
|
|
68
|
+
this.h8 = null;
|
|
69
|
+
this.id = null;
|
|
66
70
|
}
|
|
67
71
|
get_type() {
|
|
68
72
|
return "CalloutLayer";
|
|
@@ -74,74 +78,95 @@ export let CalloutLayerDescription = /*@__PURE__*/ (() => {
|
|
|
74
78
|
this.gj = a;
|
|
75
79
|
this.g("CalloutExpandsAxisBufferEnabled");
|
|
76
80
|
}
|
|
81
|
+
get calloutExpandsAxisBufferOnlyWhenVisible() {
|
|
82
|
+
return this.gl;
|
|
83
|
+
}
|
|
84
|
+
set calloutExpandsAxisBufferOnlyWhenVisible(a) {
|
|
85
|
+
this.gl = a;
|
|
86
|
+
this.g("CalloutExpandsAxisBufferOnlyWhenVisible");
|
|
87
|
+
}
|
|
88
|
+
get calloutExpandsAxisBufferOnInitialVisibility() {
|
|
89
|
+
return this.gk;
|
|
90
|
+
}
|
|
91
|
+
set calloutExpandsAxisBufferOnInitialVisibility(a) {
|
|
92
|
+
this.gk = a;
|
|
93
|
+
this.g("CalloutExpandsAxisBufferOnInitialVisibility");
|
|
94
|
+
}
|
|
95
|
+
get calloutSuspendedWhenShiftingToVisible() {
|
|
96
|
+
return this.gm;
|
|
97
|
+
}
|
|
98
|
+
set calloutSuspendedWhenShiftingToVisible(a) {
|
|
99
|
+
this.gm = a;
|
|
100
|
+
this.g("CalloutSuspendedWhenShiftingToVisible");
|
|
101
|
+
}
|
|
77
102
|
get calloutExpandsAxisBufferMinHeight() {
|
|
78
|
-
return this.
|
|
103
|
+
return this.hg;
|
|
79
104
|
}
|
|
80
105
|
set calloutExpandsAxisBufferMinHeight(a) {
|
|
81
|
-
this.
|
|
106
|
+
this.hg = a;
|
|
82
107
|
this.g("CalloutExpandsAxisBufferMinHeight");
|
|
83
108
|
}
|
|
84
109
|
get calloutExpandsAxisBufferMaxHeight() {
|
|
85
|
-
return this.
|
|
110
|
+
return this.he;
|
|
86
111
|
}
|
|
87
112
|
set calloutExpandsAxisBufferMaxHeight(a) {
|
|
88
|
-
this.
|
|
113
|
+
this.he = a;
|
|
89
114
|
this.g("CalloutExpandsAxisBufferMaxHeight");
|
|
90
115
|
}
|
|
91
116
|
get calloutExpandsAxisBufferMinWidth() {
|
|
92
|
-
return this.
|
|
117
|
+
return this.hh;
|
|
93
118
|
}
|
|
94
119
|
set calloutExpandsAxisBufferMinWidth(a) {
|
|
95
|
-
this.
|
|
120
|
+
this.hh = a;
|
|
96
121
|
this.g("CalloutExpandsAxisBufferMinWidth");
|
|
97
122
|
}
|
|
98
123
|
get calloutExpandsAxisBufferMaxWidth() {
|
|
99
|
-
return this.
|
|
124
|
+
return this.hf;
|
|
100
125
|
}
|
|
101
126
|
set calloutExpandsAxisBufferMaxWidth(a) {
|
|
102
|
-
this.
|
|
127
|
+
this.hf = a;
|
|
103
128
|
this.g("CalloutExpandsAxisBufferMaxWidth");
|
|
104
129
|
}
|
|
105
130
|
get labelMemberPath() {
|
|
106
|
-
return this.
|
|
131
|
+
return this.im;
|
|
107
132
|
}
|
|
108
133
|
set labelMemberPath(a) {
|
|
109
|
-
this.
|
|
134
|
+
this.im = a;
|
|
110
135
|
this.g("LabelMemberPath");
|
|
111
136
|
}
|
|
112
137
|
get xMemberPath() {
|
|
113
|
-
return this.
|
|
138
|
+
return this.ir;
|
|
114
139
|
}
|
|
115
140
|
set xMemberPath(a) {
|
|
116
|
-
this.
|
|
141
|
+
this.ir = a;
|
|
117
142
|
this.g("XMemberPath");
|
|
118
143
|
}
|
|
119
144
|
get yMemberPath() {
|
|
120
|
-
return this.
|
|
145
|
+
return this.is;
|
|
121
146
|
}
|
|
122
147
|
set yMemberPath(a) {
|
|
123
|
-
this.
|
|
148
|
+
this.is = a;
|
|
124
149
|
this.g("YMemberPath");
|
|
125
150
|
}
|
|
126
151
|
get keyMemberPath() {
|
|
127
|
-
return this.
|
|
152
|
+
return this.ik;
|
|
128
153
|
}
|
|
129
154
|
set keyMemberPath(a) {
|
|
130
|
-
this.
|
|
155
|
+
this.ik = a;
|
|
131
156
|
this.g("KeyMemberPath");
|
|
132
157
|
}
|
|
133
158
|
get isCalloutOffsettingEnabled() {
|
|
134
|
-
return this.
|
|
159
|
+
return this.go;
|
|
135
160
|
}
|
|
136
161
|
set isCalloutOffsettingEnabled(a) {
|
|
137
|
-
this.
|
|
162
|
+
this.go = a;
|
|
138
163
|
this.g("IsCalloutOffsettingEnabled");
|
|
139
164
|
}
|
|
140
165
|
get labelFormat() {
|
|
141
|
-
return this.
|
|
166
|
+
return this.il;
|
|
142
167
|
}
|
|
143
168
|
set labelFormat(a) {
|
|
144
|
-
this.
|
|
169
|
+
this.il = a;
|
|
145
170
|
this.g("LabelFormat");
|
|
146
171
|
}
|
|
147
172
|
get labelFormatSpecifiers() {
|
|
@@ -152,31 +177,31 @@ export let CalloutLayerDescription = /*@__PURE__*/ (() => {
|
|
|
152
177
|
this.g("LabelFormatSpecifiers");
|
|
153
178
|
}
|
|
154
179
|
get contentMemberPath() {
|
|
155
|
-
return this.
|
|
180
|
+
return this.ii;
|
|
156
181
|
}
|
|
157
182
|
set contentMemberPath(a) {
|
|
158
|
-
this.
|
|
183
|
+
this.ii = a;
|
|
159
184
|
this.g("ContentMemberPath");
|
|
160
185
|
}
|
|
161
186
|
get targetSeriesName() {
|
|
162
|
-
return this.
|
|
187
|
+
return this.io;
|
|
163
188
|
}
|
|
164
189
|
set targetSeriesName(a) {
|
|
165
|
-
this.
|
|
190
|
+
this.io = a;
|
|
166
191
|
this.g("TargetSeriesName");
|
|
167
192
|
}
|
|
168
193
|
get targetSeriesRef() {
|
|
169
|
-
return this.
|
|
194
|
+
return this.ip;
|
|
170
195
|
}
|
|
171
196
|
set targetSeriesRef(a) {
|
|
172
|
-
this.
|
|
197
|
+
this.ip = a;
|
|
173
198
|
this.g("TargetSeriesRef");
|
|
174
199
|
}
|
|
175
200
|
get collisionChannel() {
|
|
176
|
-
return this.
|
|
201
|
+
return this.ih;
|
|
177
202
|
}
|
|
178
203
|
set collisionChannel(a) {
|
|
179
|
-
this.
|
|
204
|
+
this.ih = a;
|
|
180
205
|
this.g("CollisionChannel");
|
|
181
206
|
}
|
|
182
207
|
get allowedPositions() {
|
|
@@ -187,234 +212,241 @@ export let CalloutLayerDescription = /*@__PURE__*/ (() => {
|
|
|
187
212
|
this.g("AllowedPositions");
|
|
188
213
|
}
|
|
189
214
|
get isAutoCalloutBehaviorEnabled() {
|
|
190
|
-
return this.
|
|
215
|
+
return this.gn;
|
|
191
216
|
}
|
|
192
217
|
set isAutoCalloutBehaviorEnabled(a) {
|
|
193
|
-
this.
|
|
218
|
+
this.gn = a;
|
|
194
219
|
this.g("IsAutoCalloutBehaviorEnabled");
|
|
195
220
|
}
|
|
196
221
|
get useInterpolatedValueForAutoCalloutLabels() {
|
|
197
|
-
return this.
|
|
222
|
+
return this.gt;
|
|
198
223
|
}
|
|
199
224
|
set useInterpolatedValueForAutoCalloutLabels(a) {
|
|
200
|
-
this.
|
|
225
|
+
this.gt = a;
|
|
201
226
|
this.g("UseInterpolatedValueForAutoCalloutLabels");
|
|
202
227
|
}
|
|
203
228
|
get useSeriesColorForOutline() {
|
|
204
|
-
return this.
|
|
229
|
+
return this.gw;
|
|
205
230
|
}
|
|
206
231
|
set useSeriesColorForOutline(a) {
|
|
207
|
-
this.
|
|
232
|
+
this.gw = a;
|
|
208
233
|
this.g("UseSeriesColorForOutline");
|
|
209
234
|
}
|
|
210
235
|
get useAutoContrastingLabelColors() {
|
|
211
|
-
return this.
|
|
236
|
+
return this.gs;
|
|
212
237
|
}
|
|
213
238
|
set useAutoContrastingLabelColors(a) {
|
|
214
|
-
this.
|
|
239
|
+
this.gs = a;
|
|
215
240
|
this.g("UseAutoContrastingLabelColors");
|
|
216
241
|
}
|
|
217
242
|
get useItemColorForFill() {
|
|
218
|
-
return this.
|
|
243
|
+
return this.gu;
|
|
219
244
|
}
|
|
220
245
|
set useItemColorForFill(a) {
|
|
221
|
-
this.
|
|
246
|
+
this.gu = a;
|
|
222
247
|
this.g("UseItemColorForFill");
|
|
223
248
|
}
|
|
224
249
|
get useItemColorForOutline() {
|
|
225
|
-
return this.
|
|
250
|
+
return this.gv;
|
|
226
251
|
}
|
|
227
252
|
set useItemColorForOutline(a) {
|
|
228
|
-
this.
|
|
253
|
+
this.gv = a;
|
|
229
254
|
this.g("UseItemColorForOutline");
|
|
230
255
|
}
|
|
231
256
|
get useValueForAutoCalloutLabels() {
|
|
232
|
-
return this.
|
|
257
|
+
return this.gx;
|
|
233
258
|
}
|
|
234
259
|
set useValueForAutoCalloutLabels(a) {
|
|
235
|
-
this.
|
|
260
|
+
this.gx = a;
|
|
236
261
|
this.g("UseValueForAutoCalloutLabels");
|
|
237
262
|
}
|
|
238
263
|
get highlightedValueLabelMode() {
|
|
239
|
-
return this.
|
|
264
|
+
return this.ij;
|
|
240
265
|
}
|
|
241
266
|
set highlightedValueLabelMode(a) {
|
|
242
|
-
this.
|
|
267
|
+
this.ij = a;
|
|
243
268
|
this.g("HighlightedValueLabelMode");
|
|
244
269
|
}
|
|
245
270
|
get autoCalloutVisibilityMode() {
|
|
246
|
-
return this.
|
|
271
|
+
return this.h3;
|
|
247
272
|
}
|
|
248
273
|
set autoCalloutVisibilityMode(a) {
|
|
249
|
-
this.
|
|
274
|
+
this.h3 = a;
|
|
250
275
|
this.g("AutoCalloutVisibilityMode");
|
|
251
276
|
}
|
|
252
277
|
get calloutCornerRadius() {
|
|
253
|
-
return this.
|
|
278
|
+
return this.hd;
|
|
254
279
|
}
|
|
255
280
|
set calloutCornerRadius(a) {
|
|
256
|
-
this.
|
|
281
|
+
this.hd = a;
|
|
257
282
|
this.g("CalloutCornerRadius");
|
|
258
283
|
}
|
|
259
284
|
get isCustomCalloutStyleEnabled() {
|
|
260
|
-
return this.
|
|
285
|
+
return this.gq;
|
|
261
286
|
}
|
|
262
287
|
set isCustomCalloutStyleEnabled(a) {
|
|
263
|
-
this.
|
|
288
|
+
this.gq = a;
|
|
264
289
|
this.g("IsCustomCalloutStyleEnabled");
|
|
265
290
|
}
|
|
266
291
|
get isCustomCalloutRenderStyleEnabled() {
|
|
267
|
-
return this.
|
|
292
|
+
return this.gp;
|
|
268
293
|
}
|
|
269
294
|
set isCustomCalloutRenderStyleEnabled(a) {
|
|
270
|
-
this.
|
|
295
|
+
this.gp = a;
|
|
271
296
|
this.g("IsCustomCalloutRenderStyleEnabled");
|
|
272
297
|
}
|
|
273
298
|
get autoCalloutLabelPrecision() {
|
|
274
|
-
return this.
|
|
299
|
+
return this.hz;
|
|
275
300
|
}
|
|
276
301
|
set autoCalloutLabelPrecision(a) {
|
|
277
|
-
this.
|
|
302
|
+
this.hz = a;
|
|
278
303
|
this.g("AutoCalloutLabelPrecision");
|
|
279
304
|
}
|
|
280
305
|
get calloutTextColor() {
|
|
281
|
-
return this.
|
|
306
|
+
return this.ig;
|
|
282
307
|
}
|
|
283
308
|
set calloutTextColor(a) {
|
|
284
|
-
this.
|
|
309
|
+
this.ig = a;
|
|
285
310
|
this.g("CalloutTextColor");
|
|
286
311
|
}
|
|
287
312
|
get calloutLightTextColor() {
|
|
288
|
-
return this.
|
|
313
|
+
return this.ia;
|
|
289
314
|
}
|
|
290
315
|
set calloutLightTextColor(a) {
|
|
291
|
-
this.
|
|
316
|
+
this.ia = a;
|
|
292
317
|
this.g("CalloutLightTextColor");
|
|
293
318
|
}
|
|
294
319
|
get calloutDarkTextColor() {
|
|
295
|
-
return this.
|
|
320
|
+
return this.h7;
|
|
296
321
|
}
|
|
297
322
|
set calloutDarkTextColor(a) {
|
|
298
|
-
this.
|
|
323
|
+
this.h7 = a;
|
|
299
324
|
this.g("CalloutDarkTextColor");
|
|
300
325
|
}
|
|
301
326
|
get calloutBackground() {
|
|
302
|
-
return this.
|
|
327
|
+
return this.h4;
|
|
303
328
|
}
|
|
304
329
|
set calloutBackground(a) {
|
|
305
|
-
this.
|
|
330
|
+
this.h4 = a;
|
|
306
331
|
this.g("CalloutBackground");
|
|
307
332
|
}
|
|
333
|
+
get shouldTruncateOnBoundaryCollisions() {
|
|
334
|
+
return this.gr;
|
|
335
|
+
}
|
|
336
|
+
set shouldTruncateOnBoundaryCollisions(a) {
|
|
337
|
+
this.gr = a;
|
|
338
|
+
this.g("ShouldTruncateOnBoundaryCollisions");
|
|
339
|
+
}
|
|
308
340
|
get calloutInterpolatedValuePrecision() {
|
|
309
|
-
return this.
|
|
341
|
+
return this.h0;
|
|
310
342
|
}
|
|
311
343
|
set calloutInterpolatedValuePrecision(a) {
|
|
312
|
-
this.
|
|
344
|
+
this.h0 = a;
|
|
313
345
|
this.g("CalloutInterpolatedValuePrecision");
|
|
314
346
|
}
|
|
315
347
|
get calloutOutline() {
|
|
316
|
-
return this.
|
|
348
|
+
return this.ib;
|
|
317
349
|
}
|
|
318
350
|
set calloutOutline(a) {
|
|
319
|
-
this.
|
|
351
|
+
this.ib = a;
|
|
320
352
|
this.g("CalloutOutline");
|
|
321
353
|
}
|
|
322
354
|
get calloutLeaderBrush() {
|
|
323
|
-
return this.
|
|
355
|
+
return this.h9;
|
|
324
356
|
}
|
|
325
357
|
set calloutLeaderBrush(a) {
|
|
326
|
-
this.
|
|
358
|
+
this.h9 = a;
|
|
327
359
|
this.g("CalloutLeaderBrush");
|
|
328
360
|
}
|
|
329
361
|
get calloutPaddingLeft() {
|
|
330
|
-
return this.
|
|
362
|
+
return this.hj;
|
|
331
363
|
}
|
|
332
364
|
set calloutPaddingLeft(a) {
|
|
333
|
-
this.
|
|
365
|
+
this.hj = a;
|
|
334
366
|
this.g("CalloutPaddingLeft");
|
|
335
367
|
}
|
|
336
368
|
get calloutPaddingTop() {
|
|
337
|
-
return this.
|
|
369
|
+
return this.hl;
|
|
338
370
|
}
|
|
339
371
|
set calloutPaddingTop(a) {
|
|
340
|
-
this.
|
|
372
|
+
this.hl = a;
|
|
341
373
|
this.g("CalloutPaddingTop");
|
|
342
374
|
}
|
|
343
375
|
get calloutPaddingRight() {
|
|
344
|
-
return this.
|
|
376
|
+
return this.hk;
|
|
345
377
|
}
|
|
346
378
|
set calloutPaddingRight(a) {
|
|
347
|
-
this.
|
|
379
|
+
this.hk = a;
|
|
348
380
|
this.g("CalloutPaddingRight");
|
|
349
381
|
}
|
|
350
382
|
get calloutPaddingBottom() {
|
|
351
|
-
return this.
|
|
383
|
+
return this.hi;
|
|
352
384
|
}
|
|
353
385
|
set calloutPaddingBottom(a) {
|
|
354
|
-
this.
|
|
386
|
+
this.hi = a;
|
|
355
387
|
this.g("CalloutPaddingBottom");
|
|
356
388
|
}
|
|
357
389
|
get calloutCollisionMode() {
|
|
358
|
-
return this.
|
|
390
|
+
return this.h5;
|
|
359
391
|
}
|
|
360
392
|
set calloutCollisionMode(a) {
|
|
361
|
-
this.
|
|
393
|
+
this.h5 = a;
|
|
362
394
|
this.g("CalloutCollisionMode");
|
|
363
395
|
}
|
|
364
396
|
get calloutPositionPadding() {
|
|
365
|
-
return this.
|
|
397
|
+
return this.hm;
|
|
366
398
|
}
|
|
367
399
|
set calloutPositionPadding(a) {
|
|
368
|
-
this.
|
|
400
|
+
this.hm = a;
|
|
369
401
|
this.g("CalloutPositionPadding");
|
|
370
402
|
}
|
|
371
403
|
get calloutStrokeThickness() {
|
|
372
|
-
return this.
|
|
404
|
+
return this.hn;
|
|
373
405
|
}
|
|
374
406
|
set calloutStrokeThickness(a) {
|
|
375
|
-
this.
|
|
407
|
+
this.hn = a;
|
|
376
408
|
this.g("CalloutStrokeThickness");
|
|
377
409
|
}
|
|
378
410
|
get textStyle() {
|
|
379
|
-
return this.
|
|
411
|
+
return this.iq;
|
|
380
412
|
}
|
|
381
413
|
set textStyle(a) {
|
|
382
|
-
this.
|
|
414
|
+
this.iq = a;
|
|
383
415
|
this.g("TextStyle");
|
|
384
416
|
}
|
|
385
417
|
get calloutStyleUpdatingRef() {
|
|
386
|
-
return this.
|
|
418
|
+
return this.ie;
|
|
387
419
|
}
|
|
388
420
|
set calloutStyleUpdatingRef(a) {
|
|
389
|
-
this.
|
|
421
|
+
this.ie = a;
|
|
390
422
|
this.g("CalloutStyleUpdatingRef");
|
|
391
423
|
}
|
|
392
424
|
get calloutRenderStyleUpdatingRef() {
|
|
393
|
-
return this.
|
|
425
|
+
return this.ic;
|
|
394
426
|
}
|
|
395
427
|
set calloutRenderStyleUpdatingRef(a) {
|
|
396
|
-
this.
|
|
428
|
+
this.ic = a;
|
|
397
429
|
this.g("CalloutRenderStyleUpdatingRef");
|
|
398
430
|
}
|
|
399
431
|
get calloutContentUpdatingRef() {
|
|
400
|
-
return this.
|
|
432
|
+
return this.h6;
|
|
401
433
|
}
|
|
402
434
|
set calloutContentUpdatingRef(a) {
|
|
403
|
-
this.
|
|
435
|
+
this.h6 = a;
|
|
404
436
|
this.g("CalloutContentUpdatingRef");
|
|
405
437
|
}
|
|
406
438
|
get calloutLabelUpdatingRef() {
|
|
407
|
-
return this.
|
|
439
|
+
return this.h8;
|
|
408
440
|
}
|
|
409
441
|
set calloutLabelUpdatingRef(a) {
|
|
410
|
-
this.
|
|
442
|
+
this.h8 = a;
|
|
411
443
|
this.g("CalloutLabelUpdatingRef");
|
|
412
444
|
}
|
|
413
445
|
get calloutSeriesSelectingRef() {
|
|
414
|
-
return this.
|
|
446
|
+
return this.id;
|
|
415
447
|
}
|
|
416
448
|
set calloutSeriesSelectingRef(a) {
|
|
417
|
-
this.
|
|
449
|
+
this.id = a;
|
|
418
450
|
this.g("CalloutSeriesSelectingRef");
|
|
419
451
|
}
|
|
420
452
|
}
|
|
@@ -36,6 +36,9 @@ export let CalloutLayerDescriptionMetadata = /*@__PURE__*/ (() => {
|
|
|
36
36
|
static c(a) {
|
|
37
37
|
AnnotationLayerDescriptionMetadata.c(a);
|
|
38
38
|
a.item("CalloutExpandsAxisBufferEnabled", "Boolean");
|
|
39
|
+
a.item("CalloutExpandsAxisBufferOnlyWhenVisible", "Boolean");
|
|
40
|
+
a.item("CalloutExpandsAxisBufferOnInitialVisibility", "Boolean");
|
|
41
|
+
a.item("CalloutSuspendedWhenShiftingToVisible", "Boolean");
|
|
39
42
|
a.item("CalloutExpandsAxisBufferMinHeight", "Number:double");
|
|
40
43
|
a.item("CalloutExpandsAxisBufferMaxHeight", "Number:double");
|
|
41
44
|
a.item("CalloutExpandsAxisBufferMinWidth", "Number:double");
|
|
@@ -73,6 +76,7 @@ export let CalloutLayerDescriptionMetadata = /*@__PURE__*/ (() => {
|
|
|
73
76
|
a.item("CalloutLightTextColor", "Brush");
|
|
74
77
|
a.item("CalloutDarkTextColor", "Brush");
|
|
75
78
|
a.item("CalloutBackground", "Brush");
|
|
79
|
+
a.item("ShouldTruncateOnBoundaryCollisions", "Boolean");
|
|
76
80
|
a.item("CalloutInterpolatedValuePrecision", "Number:int");
|
|
77
81
|
a.item("CalloutOutline", "Brush");
|
|
78
82
|
a.item("CalloutLeaderBrush", "Brush");
|