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
|
@@ -15,55 +15,59 @@ var CalloutLayerDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
15
15
|
function CalloutLayerDescription() {
|
|
16
16
|
var _this = _super.call(this) || this;
|
|
17
17
|
_this.gj = false;
|
|
18
|
-
_this.g8 = 0;
|
|
19
|
-
_this.g6 = 0;
|
|
20
|
-
_this.g9 = 0;
|
|
21
|
-
_this.g7 = 0;
|
|
22
|
-
_this.id = null;
|
|
23
|
-
_this.ii = null;
|
|
24
|
-
_this.ij = null;
|
|
25
|
-
_this.ib = null;
|
|
26
18
|
_this.gl = false;
|
|
27
|
-
_this.
|
|
19
|
+
_this.gk = false;
|
|
20
|
+
_this.gm = false;
|
|
21
|
+
_this.hg = 0;
|
|
22
|
+
_this.he = 0;
|
|
23
|
+
_this.hh = 0;
|
|
24
|
+
_this.hf = 0;
|
|
25
|
+
_this.im = null;
|
|
26
|
+
_this.ir = null;
|
|
27
|
+
_this.is = null;
|
|
28
|
+
_this.ik = null;
|
|
29
|
+
_this.go = false;
|
|
30
|
+
_this.il = null;
|
|
28
31
|
_this.gg = null;
|
|
29
|
-
_this.
|
|
30
|
-
_this.
|
|
31
|
-
_this.
|
|
32
|
-
_this.
|
|
32
|
+
_this.ii = null;
|
|
33
|
+
_this.io = null;
|
|
34
|
+
_this.ip = null;
|
|
35
|
+
_this.ih = null;
|
|
33
36
|
_this.gf = null;
|
|
34
|
-
_this.
|
|
35
|
-
_this.
|
|
37
|
+
_this.gn = false;
|
|
38
|
+
_this.gt = false;
|
|
39
|
+
_this.gw = false;
|
|
36
40
|
_this.gs = false;
|
|
37
|
-
_this.
|
|
41
|
+
_this.gu = false;
|
|
42
|
+
_this.gv = false;
|
|
43
|
+
_this.gx = false;
|
|
44
|
+
_this.ij = null;
|
|
45
|
+
_this.h3 = null;
|
|
46
|
+
_this.hd = 0;
|
|
38
47
|
_this.gq = false;
|
|
39
|
-
_this.
|
|
40
|
-
_this.
|
|
48
|
+
_this.gp = false;
|
|
49
|
+
_this.hz = 0;
|
|
50
|
+
_this.ig = null;
|
|
41
51
|
_this.ia = null;
|
|
42
|
-
_this.hv = null;
|
|
43
|
-
_this.g5 = 0;
|
|
44
|
-
_this.gn = false;
|
|
45
|
-
_this.gm = false;
|
|
46
|
-
_this.hr = 0;
|
|
47
52
|
_this.h7 = null;
|
|
48
|
-
_this.h2 = null;
|
|
49
|
-
_this.hz = null;
|
|
50
|
-
_this.hw = null;
|
|
51
|
-
_this.hs = 0;
|
|
52
|
-
_this.h3 = null;
|
|
53
|
-
_this.h1 = null;
|
|
54
|
-
_this.hb = 0;
|
|
55
|
-
_this.hd = 0;
|
|
56
|
-
_this.hc = 0;
|
|
57
|
-
_this.ha = 0;
|
|
58
|
-
_this.hx = null;
|
|
59
|
-
_this.he = 0;
|
|
60
|
-
_this.hf = 0;
|
|
61
|
-
_this.ih = null;
|
|
62
|
-
_this.h6 = null;
|
|
63
53
|
_this.h4 = null;
|
|
64
|
-
_this.
|
|
65
|
-
_this.h0 =
|
|
54
|
+
_this.gr = false;
|
|
55
|
+
_this.h0 = 0;
|
|
56
|
+
_this.ib = null;
|
|
57
|
+
_this.h9 = null;
|
|
58
|
+
_this.hj = 0;
|
|
59
|
+
_this.hl = 0;
|
|
60
|
+
_this.hk = 0;
|
|
61
|
+
_this.hi = 0;
|
|
66
62
|
_this.h5 = null;
|
|
63
|
+
_this.hm = 0;
|
|
64
|
+
_this.hn = 0;
|
|
65
|
+
_this.iq = null;
|
|
66
|
+
_this.ie = null;
|
|
67
|
+
_this.ic = null;
|
|
68
|
+
_this.h6 = null;
|
|
69
|
+
_this.h8 = null;
|
|
70
|
+
_this.id = null;
|
|
67
71
|
return _this;
|
|
68
72
|
}
|
|
69
73
|
CalloutLayerDescription.prototype.get_type = function () {
|
|
@@ -80,12 +84,45 @@ var CalloutLayerDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
80
84
|
enumerable: false,
|
|
81
85
|
configurable: true
|
|
82
86
|
});
|
|
87
|
+
Object.defineProperty(CalloutLayerDescription.prototype, "calloutExpandsAxisBufferOnlyWhenVisible", {
|
|
88
|
+
get: function () {
|
|
89
|
+
return this.gl;
|
|
90
|
+
},
|
|
91
|
+
set: function (a) {
|
|
92
|
+
this.gl = a;
|
|
93
|
+
this.g("CalloutExpandsAxisBufferOnlyWhenVisible");
|
|
94
|
+
},
|
|
95
|
+
enumerable: false,
|
|
96
|
+
configurable: true
|
|
97
|
+
});
|
|
98
|
+
Object.defineProperty(CalloutLayerDescription.prototype, "calloutExpandsAxisBufferOnInitialVisibility", {
|
|
99
|
+
get: function () {
|
|
100
|
+
return this.gk;
|
|
101
|
+
},
|
|
102
|
+
set: function (a) {
|
|
103
|
+
this.gk = a;
|
|
104
|
+
this.g("CalloutExpandsAxisBufferOnInitialVisibility");
|
|
105
|
+
},
|
|
106
|
+
enumerable: false,
|
|
107
|
+
configurable: true
|
|
108
|
+
});
|
|
109
|
+
Object.defineProperty(CalloutLayerDescription.prototype, "calloutSuspendedWhenShiftingToVisible", {
|
|
110
|
+
get: function () {
|
|
111
|
+
return this.gm;
|
|
112
|
+
},
|
|
113
|
+
set: function (a) {
|
|
114
|
+
this.gm = a;
|
|
115
|
+
this.g("CalloutSuspendedWhenShiftingToVisible");
|
|
116
|
+
},
|
|
117
|
+
enumerable: false,
|
|
118
|
+
configurable: true
|
|
119
|
+
});
|
|
83
120
|
Object.defineProperty(CalloutLayerDescription.prototype, "calloutExpandsAxisBufferMinHeight", {
|
|
84
121
|
get: function () {
|
|
85
|
-
return this.
|
|
122
|
+
return this.hg;
|
|
86
123
|
},
|
|
87
124
|
set: function (a) {
|
|
88
|
-
this.
|
|
125
|
+
this.hg = a;
|
|
89
126
|
this.g("CalloutExpandsAxisBufferMinHeight");
|
|
90
127
|
},
|
|
91
128
|
enumerable: false,
|
|
@@ -93,10 +130,10 @@ var CalloutLayerDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
93
130
|
});
|
|
94
131
|
Object.defineProperty(CalloutLayerDescription.prototype, "calloutExpandsAxisBufferMaxHeight", {
|
|
95
132
|
get: function () {
|
|
96
|
-
return this.
|
|
133
|
+
return this.he;
|
|
97
134
|
},
|
|
98
135
|
set: function (a) {
|
|
99
|
-
this.
|
|
136
|
+
this.he = a;
|
|
100
137
|
this.g("CalloutExpandsAxisBufferMaxHeight");
|
|
101
138
|
},
|
|
102
139
|
enumerable: false,
|
|
@@ -104,10 +141,10 @@ var CalloutLayerDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
104
141
|
});
|
|
105
142
|
Object.defineProperty(CalloutLayerDescription.prototype, "calloutExpandsAxisBufferMinWidth", {
|
|
106
143
|
get: function () {
|
|
107
|
-
return this.
|
|
144
|
+
return this.hh;
|
|
108
145
|
},
|
|
109
146
|
set: function (a) {
|
|
110
|
-
this.
|
|
147
|
+
this.hh = a;
|
|
111
148
|
this.g("CalloutExpandsAxisBufferMinWidth");
|
|
112
149
|
},
|
|
113
150
|
enumerable: false,
|
|
@@ -115,10 +152,10 @@ var CalloutLayerDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
115
152
|
});
|
|
116
153
|
Object.defineProperty(CalloutLayerDescription.prototype, "calloutExpandsAxisBufferMaxWidth", {
|
|
117
154
|
get: function () {
|
|
118
|
-
return this.
|
|
155
|
+
return this.hf;
|
|
119
156
|
},
|
|
120
157
|
set: function (a) {
|
|
121
|
-
this.
|
|
158
|
+
this.hf = a;
|
|
122
159
|
this.g("CalloutExpandsAxisBufferMaxWidth");
|
|
123
160
|
},
|
|
124
161
|
enumerable: false,
|
|
@@ -126,10 +163,10 @@ var CalloutLayerDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
126
163
|
});
|
|
127
164
|
Object.defineProperty(CalloutLayerDescription.prototype, "labelMemberPath", {
|
|
128
165
|
get: function () {
|
|
129
|
-
return this.
|
|
166
|
+
return this.im;
|
|
130
167
|
},
|
|
131
168
|
set: function (a) {
|
|
132
|
-
this.
|
|
169
|
+
this.im = a;
|
|
133
170
|
this.g("LabelMemberPath");
|
|
134
171
|
},
|
|
135
172
|
enumerable: false,
|
|
@@ -137,10 +174,10 @@ var CalloutLayerDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
137
174
|
});
|
|
138
175
|
Object.defineProperty(CalloutLayerDescription.prototype, "xMemberPath", {
|
|
139
176
|
get: function () {
|
|
140
|
-
return this.
|
|
177
|
+
return this.ir;
|
|
141
178
|
},
|
|
142
179
|
set: function (a) {
|
|
143
|
-
this.
|
|
180
|
+
this.ir = a;
|
|
144
181
|
this.g("XMemberPath");
|
|
145
182
|
},
|
|
146
183
|
enumerable: false,
|
|
@@ -148,10 +185,10 @@ var CalloutLayerDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
148
185
|
});
|
|
149
186
|
Object.defineProperty(CalloutLayerDescription.prototype, "yMemberPath", {
|
|
150
187
|
get: function () {
|
|
151
|
-
return this.
|
|
188
|
+
return this.is;
|
|
152
189
|
},
|
|
153
190
|
set: function (a) {
|
|
154
|
-
this.
|
|
191
|
+
this.is = a;
|
|
155
192
|
this.g("YMemberPath");
|
|
156
193
|
},
|
|
157
194
|
enumerable: false,
|
|
@@ -159,10 +196,10 @@ var CalloutLayerDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
159
196
|
});
|
|
160
197
|
Object.defineProperty(CalloutLayerDescription.prototype, "keyMemberPath", {
|
|
161
198
|
get: function () {
|
|
162
|
-
return this.
|
|
199
|
+
return this.ik;
|
|
163
200
|
},
|
|
164
201
|
set: function (a) {
|
|
165
|
-
this.
|
|
202
|
+
this.ik = a;
|
|
166
203
|
this.g("KeyMemberPath");
|
|
167
204
|
},
|
|
168
205
|
enumerable: false,
|
|
@@ -170,10 +207,10 @@ var CalloutLayerDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
170
207
|
});
|
|
171
208
|
Object.defineProperty(CalloutLayerDescription.prototype, "isCalloutOffsettingEnabled", {
|
|
172
209
|
get: function () {
|
|
173
|
-
return this.
|
|
210
|
+
return this.go;
|
|
174
211
|
},
|
|
175
212
|
set: function (a) {
|
|
176
|
-
this.
|
|
213
|
+
this.go = a;
|
|
177
214
|
this.g("IsCalloutOffsettingEnabled");
|
|
178
215
|
},
|
|
179
216
|
enumerable: false,
|
|
@@ -181,10 +218,10 @@ var CalloutLayerDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
181
218
|
});
|
|
182
219
|
Object.defineProperty(CalloutLayerDescription.prototype, "labelFormat", {
|
|
183
220
|
get: function () {
|
|
184
|
-
return this.
|
|
221
|
+
return this.il;
|
|
185
222
|
},
|
|
186
223
|
set: function (a) {
|
|
187
|
-
this.
|
|
224
|
+
this.il = a;
|
|
188
225
|
this.g("LabelFormat");
|
|
189
226
|
},
|
|
190
227
|
enumerable: false,
|
|
@@ -203,10 +240,10 @@ var CalloutLayerDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
203
240
|
});
|
|
204
241
|
Object.defineProperty(CalloutLayerDescription.prototype, "contentMemberPath", {
|
|
205
242
|
get: function () {
|
|
206
|
-
return this.
|
|
243
|
+
return this.ii;
|
|
207
244
|
},
|
|
208
245
|
set: function (a) {
|
|
209
|
-
this.
|
|
246
|
+
this.ii = a;
|
|
210
247
|
this.g("ContentMemberPath");
|
|
211
248
|
},
|
|
212
249
|
enumerable: false,
|
|
@@ -214,10 +251,10 @@ var CalloutLayerDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
214
251
|
});
|
|
215
252
|
Object.defineProperty(CalloutLayerDescription.prototype, "targetSeriesName", {
|
|
216
253
|
get: function () {
|
|
217
|
-
return this.
|
|
254
|
+
return this.io;
|
|
218
255
|
},
|
|
219
256
|
set: function (a) {
|
|
220
|
-
this.
|
|
257
|
+
this.io = a;
|
|
221
258
|
this.g("TargetSeriesName");
|
|
222
259
|
},
|
|
223
260
|
enumerable: false,
|
|
@@ -225,10 +262,10 @@ var CalloutLayerDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
225
262
|
});
|
|
226
263
|
Object.defineProperty(CalloutLayerDescription.prototype, "targetSeriesRef", {
|
|
227
264
|
get: function () {
|
|
228
|
-
return this.
|
|
265
|
+
return this.ip;
|
|
229
266
|
},
|
|
230
267
|
set: function (a) {
|
|
231
|
-
this.
|
|
268
|
+
this.ip = a;
|
|
232
269
|
this.g("TargetSeriesRef");
|
|
233
270
|
},
|
|
234
271
|
enumerable: false,
|
|
@@ -236,10 +273,10 @@ var CalloutLayerDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
236
273
|
});
|
|
237
274
|
Object.defineProperty(CalloutLayerDescription.prototype, "collisionChannel", {
|
|
238
275
|
get: function () {
|
|
239
|
-
return this.
|
|
276
|
+
return this.ih;
|
|
240
277
|
},
|
|
241
278
|
set: function (a) {
|
|
242
|
-
this.
|
|
279
|
+
this.ih = a;
|
|
243
280
|
this.g("CollisionChannel");
|
|
244
281
|
},
|
|
245
282
|
enumerable: false,
|
|
@@ -258,10 +295,10 @@ var CalloutLayerDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
258
295
|
});
|
|
259
296
|
Object.defineProperty(CalloutLayerDescription.prototype, "isAutoCalloutBehaviorEnabled", {
|
|
260
297
|
get: function () {
|
|
261
|
-
return this.
|
|
298
|
+
return this.gn;
|
|
262
299
|
},
|
|
263
300
|
set: function (a) {
|
|
264
|
-
this.
|
|
301
|
+
this.gn = a;
|
|
265
302
|
this.g("IsAutoCalloutBehaviorEnabled");
|
|
266
303
|
},
|
|
267
304
|
enumerable: false,
|
|
@@ -269,10 +306,10 @@ var CalloutLayerDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
269
306
|
});
|
|
270
307
|
Object.defineProperty(CalloutLayerDescription.prototype, "useInterpolatedValueForAutoCalloutLabels", {
|
|
271
308
|
get: function () {
|
|
272
|
-
return this.
|
|
309
|
+
return this.gt;
|
|
273
310
|
},
|
|
274
311
|
set: function (a) {
|
|
275
|
-
this.
|
|
312
|
+
this.gt = a;
|
|
276
313
|
this.g("UseInterpolatedValueForAutoCalloutLabels");
|
|
277
314
|
},
|
|
278
315
|
enumerable: false,
|
|
@@ -280,10 +317,10 @@ var CalloutLayerDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
280
317
|
});
|
|
281
318
|
Object.defineProperty(CalloutLayerDescription.prototype, "useSeriesColorForOutline", {
|
|
282
319
|
get: function () {
|
|
283
|
-
return this.
|
|
320
|
+
return this.gw;
|
|
284
321
|
},
|
|
285
322
|
set: function (a) {
|
|
286
|
-
this.
|
|
323
|
+
this.gw = a;
|
|
287
324
|
this.g("UseSeriesColorForOutline");
|
|
288
325
|
},
|
|
289
326
|
enumerable: false,
|
|
@@ -291,10 +328,10 @@ var CalloutLayerDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
291
328
|
});
|
|
292
329
|
Object.defineProperty(CalloutLayerDescription.prototype, "useAutoContrastingLabelColors", {
|
|
293
330
|
get: function () {
|
|
294
|
-
return this.
|
|
331
|
+
return this.gs;
|
|
295
332
|
},
|
|
296
333
|
set: function (a) {
|
|
297
|
-
this.
|
|
334
|
+
this.gs = a;
|
|
298
335
|
this.g("UseAutoContrastingLabelColors");
|
|
299
336
|
},
|
|
300
337
|
enumerable: false,
|
|
@@ -302,10 +339,10 @@ var CalloutLayerDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
302
339
|
});
|
|
303
340
|
Object.defineProperty(CalloutLayerDescription.prototype, "useItemColorForFill", {
|
|
304
341
|
get: function () {
|
|
305
|
-
return this.
|
|
342
|
+
return this.gu;
|
|
306
343
|
},
|
|
307
344
|
set: function (a) {
|
|
308
|
-
this.
|
|
345
|
+
this.gu = a;
|
|
309
346
|
this.g("UseItemColorForFill");
|
|
310
347
|
},
|
|
311
348
|
enumerable: false,
|
|
@@ -313,10 +350,10 @@ var CalloutLayerDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
313
350
|
});
|
|
314
351
|
Object.defineProperty(CalloutLayerDescription.prototype, "useItemColorForOutline", {
|
|
315
352
|
get: function () {
|
|
316
|
-
return this.
|
|
353
|
+
return this.gv;
|
|
317
354
|
},
|
|
318
355
|
set: function (a) {
|
|
319
|
-
this.
|
|
356
|
+
this.gv = a;
|
|
320
357
|
this.g("UseItemColorForOutline");
|
|
321
358
|
},
|
|
322
359
|
enumerable: false,
|
|
@@ -324,10 +361,10 @@ var CalloutLayerDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
324
361
|
});
|
|
325
362
|
Object.defineProperty(CalloutLayerDescription.prototype, "useValueForAutoCalloutLabels", {
|
|
326
363
|
get: function () {
|
|
327
|
-
return this.
|
|
364
|
+
return this.gx;
|
|
328
365
|
},
|
|
329
366
|
set: function (a) {
|
|
330
|
-
this.
|
|
367
|
+
this.gx = a;
|
|
331
368
|
this.g("UseValueForAutoCalloutLabels");
|
|
332
369
|
},
|
|
333
370
|
enumerable: false,
|
|
@@ -335,10 +372,10 @@ var CalloutLayerDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
335
372
|
});
|
|
336
373
|
Object.defineProperty(CalloutLayerDescription.prototype, "highlightedValueLabelMode", {
|
|
337
374
|
get: function () {
|
|
338
|
-
return this.
|
|
375
|
+
return this.ij;
|
|
339
376
|
},
|
|
340
377
|
set: function (a) {
|
|
341
|
-
this.
|
|
378
|
+
this.ij = a;
|
|
342
379
|
this.g("HighlightedValueLabelMode");
|
|
343
380
|
},
|
|
344
381
|
enumerable: false,
|
|
@@ -346,10 +383,10 @@ var CalloutLayerDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
346
383
|
});
|
|
347
384
|
Object.defineProperty(CalloutLayerDescription.prototype, "autoCalloutVisibilityMode", {
|
|
348
385
|
get: function () {
|
|
349
|
-
return this.
|
|
386
|
+
return this.h3;
|
|
350
387
|
},
|
|
351
388
|
set: function (a) {
|
|
352
|
-
this.
|
|
389
|
+
this.h3 = a;
|
|
353
390
|
this.g("AutoCalloutVisibilityMode");
|
|
354
391
|
},
|
|
355
392
|
enumerable: false,
|
|
@@ -357,10 +394,10 @@ var CalloutLayerDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
357
394
|
});
|
|
358
395
|
Object.defineProperty(CalloutLayerDescription.prototype, "calloutCornerRadius", {
|
|
359
396
|
get: function () {
|
|
360
|
-
return this.
|
|
397
|
+
return this.hd;
|
|
361
398
|
},
|
|
362
399
|
set: function (a) {
|
|
363
|
-
this.
|
|
400
|
+
this.hd = a;
|
|
364
401
|
this.g("CalloutCornerRadius");
|
|
365
402
|
},
|
|
366
403
|
enumerable: false,
|
|
@@ -368,10 +405,10 @@ var CalloutLayerDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
368
405
|
});
|
|
369
406
|
Object.defineProperty(CalloutLayerDescription.prototype, "isCustomCalloutStyleEnabled", {
|
|
370
407
|
get: function () {
|
|
371
|
-
return this.
|
|
408
|
+
return this.gq;
|
|
372
409
|
},
|
|
373
410
|
set: function (a) {
|
|
374
|
-
this.
|
|
411
|
+
this.gq = a;
|
|
375
412
|
this.g("IsCustomCalloutStyleEnabled");
|
|
376
413
|
},
|
|
377
414
|
enumerable: false,
|
|
@@ -379,10 +416,10 @@ var CalloutLayerDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
379
416
|
});
|
|
380
417
|
Object.defineProperty(CalloutLayerDescription.prototype, "isCustomCalloutRenderStyleEnabled", {
|
|
381
418
|
get: function () {
|
|
382
|
-
return this.
|
|
419
|
+
return this.gp;
|
|
383
420
|
},
|
|
384
421
|
set: function (a) {
|
|
385
|
-
this.
|
|
422
|
+
this.gp = a;
|
|
386
423
|
this.g("IsCustomCalloutRenderStyleEnabled");
|
|
387
424
|
},
|
|
388
425
|
enumerable: false,
|
|
@@ -390,10 +427,10 @@ var CalloutLayerDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
390
427
|
});
|
|
391
428
|
Object.defineProperty(CalloutLayerDescription.prototype, "autoCalloutLabelPrecision", {
|
|
392
429
|
get: function () {
|
|
393
|
-
return this.
|
|
430
|
+
return this.hz;
|
|
394
431
|
},
|
|
395
432
|
set: function (a) {
|
|
396
|
-
this.
|
|
433
|
+
this.hz = a;
|
|
397
434
|
this.g("AutoCalloutLabelPrecision");
|
|
398
435
|
},
|
|
399
436
|
enumerable: false,
|
|
@@ -401,10 +438,10 @@ var CalloutLayerDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
401
438
|
});
|
|
402
439
|
Object.defineProperty(CalloutLayerDescription.prototype, "calloutTextColor", {
|
|
403
440
|
get: function () {
|
|
404
|
-
return this.
|
|
441
|
+
return this.ig;
|
|
405
442
|
},
|
|
406
443
|
set: function (a) {
|
|
407
|
-
this.
|
|
444
|
+
this.ig = a;
|
|
408
445
|
this.g("CalloutTextColor");
|
|
409
446
|
},
|
|
410
447
|
enumerable: false,
|
|
@@ -412,10 +449,10 @@ var CalloutLayerDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
412
449
|
});
|
|
413
450
|
Object.defineProperty(CalloutLayerDescription.prototype, "calloutLightTextColor", {
|
|
414
451
|
get: function () {
|
|
415
|
-
return this.
|
|
452
|
+
return this.ia;
|
|
416
453
|
},
|
|
417
454
|
set: function (a) {
|
|
418
|
-
this.
|
|
455
|
+
this.ia = a;
|
|
419
456
|
this.g("CalloutLightTextColor");
|
|
420
457
|
},
|
|
421
458
|
enumerable: false,
|
|
@@ -423,10 +460,10 @@ var CalloutLayerDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
423
460
|
});
|
|
424
461
|
Object.defineProperty(CalloutLayerDescription.prototype, "calloutDarkTextColor", {
|
|
425
462
|
get: function () {
|
|
426
|
-
return this.
|
|
463
|
+
return this.h7;
|
|
427
464
|
},
|
|
428
465
|
set: function (a) {
|
|
429
|
-
this.
|
|
466
|
+
this.h7 = a;
|
|
430
467
|
this.g("CalloutDarkTextColor");
|
|
431
468
|
},
|
|
432
469
|
enumerable: false,
|
|
@@ -434,21 +471,32 @@ var CalloutLayerDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
434
471
|
});
|
|
435
472
|
Object.defineProperty(CalloutLayerDescription.prototype, "calloutBackground", {
|
|
436
473
|
get: function () {
|
|
437
|
-
return this.
|
|
474
|
+
return this.h4;
|
|
438
475
|
},
|
|
439
476
|
set: function (a) {
|
|
440
|
-
this.
|
|
477
|
+
this.h4 = a;
|
|
441
478
|
this.g("CalloutBackground");
|
|
442
479
|
},
|
|
443
480
|
enumerable: false,
|
|
444
481
|
configurable: true
|
|
445
482
|
});
|
|
483
|
+
Object.defineProperty(CalloutLayerDescription.prototype, "shouldTruncateOnBoundaryCollisions", {
|
|
484
|
+
get: function () {
|
|
485
|
+
return this.gr;
|
|
486
|
+
},
|
|
487
|
+
set: function (a) {
|
|
488
|
+
this.gr = a;
|
|
489
|
+
this.g("ShouldTruncateOnBoundaryCollisions");
|
|
490
|
+
},
|
|
491
|
+
enumerable: false,
|
|
492
|
+
configurable: true
|
|
493
|
+
});
|
|
446
494
|
Object.defineProperty(CalloutLayerDescription.prototype, "calloutInterpolatedValuePrecision", {
|
|
447
495
|
get: function () {
|
|
448
|
-
return this.
|
|
496
|
+
return this.h0;
|
|
449
497
|
},
|
|
450
498
|
set: function (a) {
|
|
451
|
-
this.
|
|
499
|
+
this.h0 = a;
|
|
452
500
|
this.g("CalloutInterpolatedValuePrecision");
|
|
453
501
|
},
|
|
454
502
|
enumerable: false,
|
|
@@ -456,10 +504,10 @@ var CalloutLayerDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
456
504
|
});
|
|
457
505
|
Object.defineProperty(CalloutLayerDescription.prototype, "calloutOutline", {
|
|
458
506
|
get: function () {
|
|
459
|
-
return this.
|
|
507
|
+
return this.ib;
|
|
460
508
|
},
|
|
461
509
|
set: function (a) {
|
|
462
|
-
this.
|
|
510
|
+
this.ib = a;
|
|
463
511
|
this.g("CalloutOutline");
|
|
464
512
|
},
|
|
465
513
|
enumerable: false,
|
|
@@ -467,10 +515,10 @@ var CalloutLayerDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
467
515
|
});
|
|
468
516
|
Object.defineProperty(CalloutLayerDescription.prototype, "calloutLeaderBrush", {
|
|
469
517
|
get: function () {
|
|
470
|
-
return this.
|
|
518
|
+
return this.h9;
|
|
471
519
|
},
|
|
472
520
|
set: function (a) {
|
|
473
|
-
this.
|
|
521
|
+
this.h9 = a;
|
|
474
522
|
this.g("CalloutLeaderBrush");
|
|
475
523
|
},
|
|
476
524
|
enumerable: false,
|
|
@@ -478,10 +526,10 @@ var CalloutLayerDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
478
526
|
});
|
|
479
527
|
Object.defineProperty(CalloutLayerDescription.prototype, "calloutPaddingLeft", {
|
|
480
528
|
get: function () {
|
|
481
|
-
return this.
|
|
529
|
+
return this.hj;
|
|
482
530
|
},
|
|
483
531
|
set: function (a) {
|
|
484
|
-
this.
|
|
532
|
+
this.hj = a;
|
|
485
533
|
this.g("CalloutPaddingLeft");
|
|
486
534
|
},
|
|
487
535
|
enumerable: false,
|
|
@@ -489,10 +537,10 @@ var CalloutLayerDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
489
537
|
});
|
|
490
538
|
Object.defineProperty(CalloutLayerDescription.prototype, "calloutPaddingTop", {
|
|
491
539
|
get: function () {
|
|
492
|
-
return this.
|
|
540
|
+
return this.hl;
|
|
493
541
|
},
|
|
494
542
|
set: function (a) {
|
|
495
|
-
this.
|
|
543
|
+
this.hl = a;
|
|
496
544
|
this.g("CalloutPaddingTop");
|
|
497
545
|
},
|
|
498
546
|
enumerable: false,
|
|
@@ -500,10 +548,10 @@ var CalloutLayerDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
500
548
|
});
|
|
501
549
|
Object.defineProperty(CalloutLayerDescription.prototype, "calloutPaddingRight", {
|
|
502
550
|
get: function () {
|
|
503
|
-
return this.
|
|
551
|
+
return this.hk;
|
|
504
552
|
},
|
|
505
553
|
set: function (a) {
|
|
506
|
-
this.
|
|
554
|
+
this.hk = a;
|
|
507
555
|
this.g("CalloutPaddingRight");
|
|
508
556
|
},
|
|
509
557
|
enumerable: false,
|
|
@@ -511,10 +559,10 @@ var CalloutLayerDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
511
559
|
});
|
|
512
560
|
Object.defineProperty(CalloutLayerDescription.prototype, "calloutPaddingBottom", {
|
|
513
561
|
get: function () {
|
|
514
|
-
return this.
|
|
562
|
+
return this.hi;
|
|
515
563
|
},
|
|
516
564
|
set: function (a) {
|
|
517
|
-
this.
|
|
565
|
+
this.hi = a;
|
|
518
566
|
this.g("CalloutPaddingBottom");
|
|
519
567
|
},
|
|
520
568
|
enumerable: false,
|
|
@@ -522,10 +570,10 @@ var CalloutLayerDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
522
570
|
});
|
|
523
571
|
Object.defineProperty(CalloutLayerDescription.prototype, "calloutCollisionMode", {
|
|
524
572
|
get: function () {
|
|
525
|
-
return this.
|
|
573
|
+
return this.h5;
|
|
526
574
|
},
|
|
527
575
|
set: function (a) {
|
|
528
|
-
this.
|
|
576
|
+
this.h5 = a;
|
|
529
577
|
this.g("CalloutCollisionMode");
|
|
530
578
|
},
|
|
531
579
|
enumerable: false,
|
|
@@ -533,10 +581,10 @@ var CalloutLayerDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
533
581
|
});
|
|
534
582
|
Object.defineProperty(CalloutLayerDescription.prototype, "calloutPositionPadding", {
|
|
535
583
|
get: function () {
|
|
536
|
-
return this.
|
|
584
|
+
return this.hm;
|
|
537
585
|
},
|
|
538
586
|
set: function (a) {
|
|
539
|
-
this.
|
|
587
|
+
this.hm = a;
|
|
540
588
|
this.g("CalloutPositionPadding");
|
|
541
589
|
},
|
|
542
590
|
enumerable: false,
|
|
@@ -544,10 +592,10 @@ var CalloutLayerDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
544
592
|
});
|
|
545
593
|
Object.defineProperty(CalloutLayerDescription.prototype, "calloutStrokeThickness", {
|
|
546
594
|
get: function () {
|
|
547
|
-
return this.
|
|
595
|
+
return this.hn;
|
|
548
596
|
},
|
|
549
597
|
set: function (a) {
|
|
550
|
-
this.
|
|
598
|
+
this.hn = a;
|
|
551
599
|
this.g("CalloutStrokeThickness");
|
|
552
600
|
},
|
|
553
601
|
enumerable: false,
|
|
@@ -555,10 +603,10 @@ var CalloutLayerDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
555
603
|
});
|
|
556
604
|
Object.defineProperty(CalloutLayerDescription.prototype, "textStyle", {
|
|
557
605
|
get: function () {
|
|
558
|
-
return this.
|
|
606
|
+
return this.iq;
|
|
559
607
|
},
|
|
560
608
|
set: function (a) {
|
|
561
|
-
this.
|
|
609
|
+
this.iq = a;
|
|
562
610
|
this.g("TextStyle");
|
|
563
611
|
},
|
|
564
612
|
enumerable: false,
|
|
@@ -566,10 +614,10 @@ var CalloutLayerDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
566
614
|
});
|
|
567
615
|
Object.defineProperty(CalloutLayerDescription.prototype, "calloutStyleUpdatingRef", {
|
|
568
616
|
get: function () {
|
|
569
|
-
return this.
|
|
617
|
+
return this.ie;
|
|
570
618
|
},
|
|
571
619
|
set: function (a) {
|
|
572
|
-
this.
|
|
620
|
+
this.ie = a;
|
|
573
621
|
this.g("CalloutStyleUpdatingRef");
|
|
574
622
|
},
|
|
575
623
|
enumerable: false,
|
|
@@ -577,10 +625,10 @@ var CalloutLayerDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
577
625
|
});
|
|
578
626
|
Object.defineProperty(CalloutLayerDescription.prototype, "calloutRenderStyleUpdatingRef", {
|
|
579
627
|
get: function () {
|
|
580
|
-
return this.
|
|
628
|
+
return this.ic;
|
|
581
629
|
},
|
|
582
630
|
set: function (a) {
|
|
583
|
-
this.
|
|
631
|
+
this.ic = a;
|
|
584
632
|
this.g("CalloutRenderStyleUpdatingRef");
|
|
585
633
|
},
|
|
586
634
|
enumerable: false,
|
|
@@ -588,10 +636,10 @@ var CalloutLayerDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
588
636
|
});
|
|
589
637
|
Object.defineProperty(CalloutLayerDescription.prototype, "calloutContentUpdatingRef", {
|
|
590
638
|
get: function () {
|
|
591
|
-
return this.
|
|
639
|
+
return this.h6;
|
|
592
640
|
},
|
|
593
641
|
set: function (a) {
|
|
594
|
-
this.
|
|
642
|
+
this.h6 = a;
|
|
595
643
|
this.g("CalloutContentUpdatingRef");
|
|
596
644
|
},
|
|
597
645
|
enumerable: false,
|
|
@@ -599,10 +647,10 @@ var CalloutLayerDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
599
647
|
});
|
|
600
648
|
Object.defineProperty(CalloutLayerDescription.prototype, "calloutLabelUpdatingRef", {
|
|
601
649
|
get: function () {
|
|
602
|
-
return this.
|
|
650
|
+
return this.h8;
|
|
603
651
|
},
|
|
604
652
|
set: function (a) {
|
|
605
|
-
this.
|
|
653
|
+
this.h8 = a;
|
|
606
654
|
this.g("CalloutLabelUpdatingRef");
|
|
607
655
|
},
|
|
608
656
|
enumerable: false,
|
|
@@ -610,10 +658,10 @@ var CalloutLayerDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
610
658
|
});
|
|
611
659
|
Object.defineProperty(CalloutLayerDescription.prototype, "calloutSeriesSelectingRef", {
|
|
612
660
|
get: function () {
|
|
613
|
-
return this.
|
|
661
|
+
return this.id;
|
|
614
662
|
},
|
|
615
663
|
set: function (a) {
|
|
616
|
-
this.
|
|
664
|
+
this.id = a;
|
|
617
665
|
this.g("CalloutSeriesSelectingRef");
|
|
618
666
|
},
|
|
619
667
|
enumerable: false,
|