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
|
@@ -14,19 +14,19 @@ var NumericCellInfoDescription = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
14
14
|
__extends(NumericCellInfoDescription, _super);
|
|
15
15
|
function NumericCellInfoDescription() {
|
|
16
16
|
var _this = _super.call(this) || this;
|
|
17
|
-
_this.
|
|
18
|
-
_this.
|
|
19
|
-
_this.
|
|
20
|
-
_this.
|
|
21
|
-
_this.f1 = null;
|
|
17
|
+
_this.fu = 0;
|
|
18
|
+
_this.fq = false;
|
|
19
|
+
_this.f4 = null;
|
|
20
|
+
_this.fn = null;
|
|
22
21
|
_this.f3 = null;
|
|
23
22
|
_this.f5 = null;
|
|
24
|
-
_this.
|
|
23
|
+
_this.f7 = null;
|
|
25
24
|
_this.f6 = null;
|
|
26
|
-
_this.
|
|
27
|
-
_this.fv = 0;
|
|
25
|
+
_this.f8 = null;
|
|
28
26
|
_this.fw = 0;
|
|
29
|
-
_this.
|
|
27
|
+
_this.fx = 0;
|
|
28
|
+
_this.fy = 0;
|
|
29
|
+
_this.fr = false;
|
|
30
30
|
return _this;
|
|
31
31
|
}
|
|
32
32
|
NumericCellInfoDescription.prototype.get_type = function () {
|
|
@@ -34,10 +34,10 @@ var NumericCellInfoDescription = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
34
34
|
};
|
|
35
35
|
Object.defineProperty(NumericCellInfoDescription.prototype, "numericValue", {
|
|
36
36
|
get: function () {
|
|
37
|
-
return this.
|
|
37
|
+
return this.fu;
|
|
38
38
|
},
|
|
39
39
|
set: function (a) {
|
|
40
|
-
this.
|
|
40
|
+
this.fu = a;
|
|
41
41
|
this.g("NumericValue");
|
|
42
42
|
},
|
|
43
43
|
enumerable: false,
|
|
@@ -45,10 +45,10 @@ var NumericCellInfoDescription = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
45
45
|
});
|
|
46
46
|
Object.defineProperty(NumericCellInfoDescription.prototype, "hasDecimalValue", {
|
|
47
47
|
get: function () {
|
|
48
|
-
return this.
|
|
48
|
+
return this.fq;
|
|
49
49
|
},
|
|
50
50
|
set: function (a) {
|
|
51
|
-
this.
|
|
51
|
+
this.fq = a;
|
|
52
52
|
this.g("HasDecimalValue");
|
|
53
53
|
},
|
|
54
54
|
enumerable: false,
|
|
@@ -56,10 +56,10 @@ var NumericCellInfoDescription = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
56
56
|
});
|
|
57
57
|
Object.defineProperty(NumericCellInfoDescription.prototype, "formatStringOverride", {
|
|
58
58
|
get: function () {
|
|
59
|
-
return this.
|
|
59
|
+
return this.f4;
|
|
60
60
|
},
|
|
61
61
|
set: function (a) {
|
|
62
|
-
this.
|
|
62
|
+
this.f4 = a;
|
|
63
63
|
this.g("FormatStringOverride");
|
|
64
64
|
},
|
|
65
65
|
enumerable: false,
|
|
@@ -67,10 +67,10 @@ var NumericCellInfoDescription = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
67
67
|
});
|
|
68
68
|
Object.defineProperty(NumericCellInfoDescription.prototype, "formatSpecifiers", {
|
|
69
69
|
get: function () {
|
|
70
|
-
return this.
|
|
70
|
+
return this.fn;
|
|
71
71
|
},
|
|
72
72
|
set: function (a) {
|
|
73
|
-
this.
|
|
73
|
+
this.fn = a;
|
|
74
74
|
this.g("FormatSpecifiers");
|
|
75
75
|
},
|
|
76
76
|
enumerable: false,
|
|
@@ -78,10 +78,10 @@ var NumericCellInfoDescription = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
78
78
|
});
|
|
79
79
|
Object.defineProperty(NumericCellInfoDescription.prototype, "formatOverrideRef", {
|
|
80
80
|
get: function () {
|
|
81
|
-
return this.
|
|
81
|
+
return this.f3;
|
|
82
82
|
},
|
|
83
83
|
set: function (a) {
|
|
84
|
-
this.
|
|
84
|
+
this.f3 = a;
|
|
85
85
|
this.g("FormatOverrideRef");
|
|
86
86
|
},
|
|
87
87
|
enumerable: false,
|
|
@@ -89,10 +89,10 @@ var NumericCellInfoDescription = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
89
89
|
});
|
|
90
90
|
Object.defineProperty(NumericCellInfoDescription.prototype, "negativePrefix", {
|
|
91
91
|
get: function () {
|
|
92
|
-
return this.
|
|
92
|
+
return this.f5;
|
|
93
93
|
},
|
|
94
94
|
set: function (a) {
|
|
95
|
-
this.
|
|
95
|
+
this.f5 = a;
|
|
96
96
|
this.g("NegativePrefix");
|
|
97
97
|
},
|
|
98
98
|
enumerable: false,
|
|
@@ -100,10 +100,10 @@ var NumericCellInfoDescription = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
100
100
|
});
|
|
101
101
|
Object.defineProperty(NumericCellInfoDescription.prototype, "positivePrefix", {
|
|
102
102
|
get: function () {
|
|
103
|
-
return this.
|
|
103
|
+
return this.f7;
|
|
104
104
|
},
|
|
105
105
|
set: function (a) {
|
|
106
|
-
this.
|
|
106
|
+
this.f7 = a;
|
|
107
107
|
this.g("PositivePrefix");
|
|
108
108
|
},
|
|
109
109
|
enumerable: false,
|
|
@@ -111,10 +111,10 @@ var NumericCellInfoDescription = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
111
111
|
});
|
|
112
112
|
Object.defineProperty(NumericCellInfoDescription.prototype, "negativeSuffix", {
|
|
113
113
|
get: function () {
|
|
114
|
-
return this.
|
|
114
|
+
return this.f6;
|
|
115
115
|
},
|
|
116
116
|
set: function (a) {
|
|
117
|
-
this.
|
|
117
|
+
this.f6 = a;
|
|
118
118
|
this.g("NegativeSuffix");
|
|
119
119
|
},
|
|
120
120
|
enumerable: false,
|
|
@@ -122,10 +122,10 @@ var NumericCellInfoDescription = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
122
122
|
});
|
|
123
123
|
Object.defineProperty(NumericCellInfoDescription.prototype, "positiveSuffix", {
|
|
124
124
|
get: function () {
|
|
125
|
-
return this.
|
|
125
|
+
return this.f8;
|
|
126
126
|
},
|
|
127
127
|
set: function (a) {
|
|
128
|
-
this.
|
|
128
|
+
this.f8 = a;
|
|
129
129
|
this.g("PositiveSuffix");
|
|
130
130
|
},
|
|
131
131
|
enumerable: false,
|
|
@@ -133,10 +133,10 @@ var NumericCellInfoDescription = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
133
133
|
});
|
|
134
134
|
Object.defineProperty(NumericCellInfoDescription.prototype, "maxFractionDigits", {
|
|
135
135
|
get: function () {
|
|
136
|
-
return this.
|
|
136
|
+
return this.fw;
|
|
137
137
|
},
|
|
138
138
|
set: function (a) {
|
|
139
|
-
this.
|
|
139
|
+
this.fw = a;
|
|
140
140
|
this.g("MaxFractionDigits");
|
|
141
141
|
},
|
|
142
142
|
enumerable: false,
|
|
@@ -144,10 +144,10 @@ var NumericCellInfoDescription = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
144
144
|
});
|
|
145
145
|
Object.defineProperty(NumericCellInfoDescription.prototype, "minFractionDigits", {
|
|
146
146
|
get: function () {
|
|
147
|
-
return this.
|
|
147
|
+
return this.fx;
|
|
148
148
|
},
|
|
149
149
|
set: function (a) {
|
|
150
|
-
this.
|
|
150
|
+
this.fx = a;
|
|
151
151
|
this.g("MinFractionDigits");
|
|
152
152
|
},
|
|
153
153
|
enumerable: false,
|
|
@@ -155,10 +155,10 @@ var NumericCellInfoDescription = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
155
155
|
});
|
|
156
156
|
Object.defineProperty(NumericCellInfoDescription.prototype, "minIntegerDigits", {
|
|
157
157
|
get: function () {
|
|
158
|
-
return this.
|
|
158
|
+
return this.fy;
|
|
159
159
|
},
|
|
160
160
|
set: function (a) {
|
|
161
|
-
this.
|
|
161
|
+
this.fy = a;
|
|
162
162
|
this.g("MinIntegerDigits");
|
|
163
163
|
},
|
|
164
164
|
enumerable: false,
|
|
@@ -166,10 +166,10 @@ var NumericCellInfoDescription = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
166
166
|
});
|
|
167
167
|
Object.defineProperty(NumericCellInfoDescription.prototype, "showGroupingSeparator", {
|
|
168
168
|
get: function () {
|
|
169
|
-
return this.
|
|
169
|
+
return this.fr;
|
|
170
170
|
},
|
|
171
171
|
set: function (a) {
|
|
172
|
-
this.
|
|
172
|
+
this.fr = a;
|
|
173
173
|
this.g("ShowGroupingSeparator");
|
|
174
174
|
},
|
|
175
175
|
enumerable: false,
|
|
@@ -14,22 +14,22 @@ var NumericColumnDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
14
14
|
__extends(NumericColumnDescription, _super);
|
|
15
15
|
function NumericColumnDescription() {
|
|
16
16
|
var _this = _super.call(this) || this;
|
|
17
|
-
_this.gl = null;
|
|
18
17
|
_this.gn = null;
|
|
19
|
-
_this.
|
|
18
|
+
_this.gp = null;
|
|
20
19
|
_this.go = null;
|
|
21
|
-
_this.
|
|
22
|
-
_this.f9 = 0;
|
|
20
|
+
_this.gq = null;
|
|
23
21
|
_this.ga = 0;
|
|
24
|
-
_this.
|
|
25
|
-
_this.
|
|
26
|
-
_this.
|
|
22
|
+
_this.gb = 0;
|
|
23
|
+
_this.gc = 0;
|
|
24
|
+
_this.f8 = false;
|
|
25
|
+
_this.gm = null;
|
|
26
|
+
_this.f3 = null;
|
|
27
|
+
_this.gl = null;
|
|
27
28
|
_this.gj = null;
|
|
28
29
|
_this.gh = null;
|
|
29
|
-
_this.
|
|
30
|
-
_this.f3 = null;
|
|
31
|
-
_this.gg = null;
|
|
30
|
+
_this.f5 = null;
|
|
32
31
|
_this.gi = null;
|
|
32
|
+
_this.gk = null;
|
|
33
33
|
return _this;
|
|
34
34
|
}
|
|
35
35
|
NumericColumnDescription.prototype.get_type = function () {
|
|
@@ -37,10 +37,10 @@ var NumericColumnDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
37
37
|
};
|
|
38
38
|
Object.defineProperty(NumericColumnDescription.prototype, "negativePrefix", {
|
|
39
39
|
get: function () {
|
|
40
|
-
return this.
|
|
40
|
+
return this.gn;
|
|
41
41
|
},
|
|
42
42
|
set: function (a) {
|
|
43
|
-
this.
|
|
43
|
+
this.gn = a;
|
|
44
44
|
this.g("NegativePrefix");
|
|
45
45
|
},
|
|
46
46
|
enumerable: false,
|
|
@@ -48,10 +48,10 @@ var NumericColumnDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
48
48
|
});
|
|
49
49
|
Object.defineProperty(NumericColumnDescription.prototype, "positivePrefix", {
|
|
50
50
|
get: function () {
|
|
51
|
-
return this.
|
|
51
|
+
return this.gp;
|
|
52
52
|
},
|
|
53
53
|
set: function (a) {
|
|
54
|
-
this.
|
|
54
|
+
this.gp = a;
|
|
55
55
|
this.g("PositivePrefix");
|
|
56
56
|
},
|
|
57
57
|
enumerable: false,
|
|
@@ -59,10 +59,10 @@ var NumericColumnDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
59
59
|
});
|
|
60
60
|
Object.defineProperty(NumericColumnDescription.prototype, "negativeSuffix", {
|
|
61
61
|
get: function () {
|
|
62
|
-
return this.
|
|
62
|
+
return this.go;
|
|
63
63
|
},
|
|
64
64
|
set: function (a) {
|
|
65
|
-
this.
|
|
65
|
+
this.go = a;
|
|
66
66
|
this.g("NegativeSuffix");
|
|
67
67
|
},
|
|
68
68
|
enumerable: false,
|
|
@@ -70,10 +70,10 @@ var NumericColumnDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
70
70
|
});
|
|
71
71
|
Object.defineProperty(NumericColumnDescription.prototype, "positiveSuffix", {
|
|
72
72
|
get: function () {
|
|
73
|
-
return this.
|
|
73
|
+
return this.gq;
|
|
74
74
|
},
|
|
75
75
|
set: function (a) {
|
|
76
|
-
this.
|
|
76
|
+
this.gq = a;
|
|
77
77
|
this.g("PositiveSuffix");
|
|
78
78
|
},
|
|
79
79
|
enumerable: false,
|
|
@@ -81,10 +81,10 @@ var NumericColumnDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
81
81
|
});
|
|
82
82
|
Object.defineProperty(NumericColumnDescription.prototype, "maxFractionDigits", {
|
|
83
83
|
get: function () {
|
|
84
|
-
return this.
|
|
84
|
+
return this.ga;
|
|
85
85
|
},
|
|
86
86
|
set: function (a) {
|
|
87
|
-
this.
|
|
87
|
+
this.ga = a;
|
|
88
88
|
this.g("MaxFractionDigits");
|
|
89
89
|
},
|
|
90
90
|
enumerable: false,
|
|
@@ -92,10 +92,10 @@ var NumericColumnDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
92
92
|
});
|
|
93
93
|
Object.defineProperty(NumericColumnDescription.prototype, "minFractionDigits", {
|
|
94
94
|
get: function () {
|
|
95
|
-
return this.
|
|
95
|
+
return this.gb;
|
|
96
96
|
},
|
|
97
97
|
set: function (a) {
|
|
98
|
-
this.
|
|
98
|
+
this.gb = a;
|
|
99
99
|
this.g("MinFractionDigits");
|
|
100
100
|
},
|
|
101
101
|
enumerable: false,
|
|
@@ -103,10 +103,10 @@ var NumericColumnDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
103
103
|
});
|
|
104
104
|
Object.defineProperty(NumericColumnDescription.prototype, "minIntegerDigits", {
|
|
105
105
|
get: function () {
|
|
106
|
-
return this.
|
|
106
|
+
return this.gc;
|
|
107
107
|
},
|
|
108
108
|
set: function (a) {
|
|
109
|
-
this.
|
|
109
|
+
this.gc = a;
|
|
110
110
|
this.g("MinIntegerDigits");
|
|
111
111
|
},
|
|
112
112
|
enumerable: false,
|
|
@@ -114,10 +114,10 @@ var NumericColumnDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
114
114
|
});
|
|
115
115
|
Object.defineProperty(NumericColumnDescription.prototype, "showGroupingSeparator", {
|
|
116
116
|
get: function () {
|
|
117
|
-
return this.
|
|
117
|
+
return this.f8;
|
|
118
118
|
},
|
|
119
119
|
set: function (a) {
|
|
120
|
-
this.
|
|
120
|
+
this.f8 = a;
|
|
121
121
|
this.g("ShowGroupingSeparator");
|
|
122
122
|
},
|
|
123
123
|
enumerable: false,
|
|
@@ -125,10 +125,10 @@ var NumericColumnDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
125
125
|
});
|
|
126
126
|
Object.defineProperty(NumericColumnDescription.prototype, "formatString", {
|
|
127
127
|
get: function () {
|
|
128
|
-
return this.
|
|
128
|
+
return this.gm;
|
|
129
129
|
},
|
|
130
130
|
set: function (a) {
|
|
131
|
-
this.
|
|
131
|
+
this.gm = a;
|
|
132
132
|
this.g("FormatString");
|
|
133
133
|
},
|
|
134
134
|
enumerable: false,
|
|
@@ -136,10 +136,10 @@ var NumericColumnDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
136
136
|
});
|
|
137
137
|
Object.defineProperty(NumericColumnDescription.prototype, "formatSpecifiers", {
|
|
138
138
|
get: function () {
|
|
139
|
-
return this.
|
|
139
|
+
return this.f3;
|
|
140
140
|
},
|
|
141
141
|
set: function (a) {
|
|
142
|
-
this.
|
|
142
|
+
this.f3 = a;
|
|
143
143
|
this.g("FormatSpecifiers");
|
|
144
144
|
},
|
|
145
145
|
enumerable: false,
|
|
@@ -147,10 +147,10 @@ var NumericColumnDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
147
147
|
});
|
|
148
148
|
Object.defineProperty(NumericColumnDescription.prototype, "formatOverrideRef", {
|
|
149
149
|
get: function () {
|
|
150
|
-
return this.
|
|
150
|
+
return this.gl;
|
|
151
151
|
},
|
|
152
152
|
set: function (a) {
|
|
153
|
-
this.
|
|
153
|
+
this.gl = a;
|
|
154
154
|
this.g("FormatOverrideRef");
|
|
155
155
|
},
|
|
156
156
|
enumerable: false,
|
|
@@ -158,10 +158,10 @@ var NumericColumnDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
158
158
|
});
|
|
159
159
|
Object.defineProperty(NumericColumnDescription.prototype, "editorType", {
|
|
160
160
|
get: function () {
|
|
161
|
-
return this.
|
|
161
|
+
return this.gj;
|
|
162
162
|
},
|
|
163
163
|
set: function (a) {
|
|
164
|
-
this.
|
|
164
|
+
this.gj = a;
|
|
165
165
|
this.g("EditorType");
|
|
166
166
|
},
|
|
167
167
|
enumerable: false,
|
|
@@ -169,10 +169,10 @@ var NumericColumnDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
169
169
|
});
|
|
170
170
|
Object.defineProperty(NumericColumnDescription.prototype, "editorDataSourceRef", {
|
|
171
171
|
get: function () {
|
|
172
|
-
return this.
|
|
172
|
+
return this.gh;
|
|
173
173
|
},
|
|
174
174
|
set: function (a) {
|
|
175
|
-
this.
|
|
175
|
+
this.gh = a;
|
|
176
176
|
this.g("EditorDataSourceRef");
|
|
177
177
|
},
|
|
178
178
|
enumerable: false,
|
|
@@ -180,10 +180,10 @@ var NumericColumnDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
180
180
|
});
|
|
181
181
|
Object.defineProperty(NumericColumnDescription.prototype, "editorDataSource", {
|
|
182
182
|
get: function () {
|
|
183
|
-
return this.
|
|
183
|
+
return this.f5;
|
|
184
184
|
},
|
|
185
185
|
set: function (a) {
|
|
186
|
-
this.
|
|
186
|
+
this.f5 = a;
|
|
187
187
|
this.g("EditorDataSource");
|
|
188
188
|
},
|
|
189
189
|
enumerable: false,
|
|
@@ -191,10 +191,10 @@ var NumericColumnDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
191
191
|
});
|
|
192
192
|
Object.defineProperty(NumericColumnDescription.prototype, "editorTextField", {
|
|
193
193
|
get: function () {
|
|
194
|
-
return this.
|
|
194
|
+
return this.gi;
|
|
195
195
|
},
|
|
196
196
|
set: function (a) {
|
|
197
|
-
this.
|
|
197
|
+
this.gi = a;
|
|
198
198
|
this.g("EditorTextField");
|
|
199
199
|
},
|
|
200
200
|
enumerable: false,
|
|
@@ -202,10 +202,10 @@ var NumericColumnDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
202
202
|
});
|
|
203
203
|
Object.defineProperty(NumericColumnDescription.prototype, "editorValueField", {
|
|
204
204
|
get: function () {
|
|
205
|
-
return this.
|
|
205
|
+
return this.gk;
|
|
206
206
|
},
|
|
207
207
|
set: function (a) {
|
|
208
|
-
this.
|
|
208
|
+
this.gk = a;
|
|
209
209
|
this.g("EditorValueField");
|
|
210
210
|
},
|
|
211
211
|
enumerable: false,
|