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
|
@@ -0,0 +1,104 @@
|
|
|
1
|
+
/*
|
|
2
|
+
THIS INFRAGISTICS ULTIMATE SOFTWARE LICENSE AGREEMENT ("AGREEMENT") LOCATED HERE:
|
|
3
|
+
https://www.infragistics.com/legal/license/igultimate-la
|
|
4
|
+
https://www.infragistics.com/legal/license/igultimate-eula
|
|
5
|
+
GOVERNS THE LICENSING, INSTALLATION AND USE OF INFRAGISTICS SOFTWARE. BY DOWNLOADING AND/OR INSTALLING AND USING INFRAGISTICS SOFTWARE: you are indicating that you have read and understand this Agreement, and agree to be legally bound by it on behalf of the yourself and your company.
|
|
6
|
+
*/
|
|
7
|
+
import { __extends } from "tslib";
|
|
8
|
+
import { Description } from "./Description";
|
|
9
|
+
import { markType } from "./type";
|
|
10
|
+
/**
|
|
11
|
+
* @hidden
|
|
12
|
+
*/
|
|
13
|
+
var FormatCellEventArgsDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
14
|
+
__extends(FormatCellEventArgsDescription, _super);
|
|
15
|
+
function FormatCellEventArgsDescription() {
|
|
16
|
+
var _this = _super.call(this) || this;
|
|
17
|
+
_this.l = 0;
|
|
18
|
+
_this.n = null;
|
|
19
|
+
_this.p = null;
|
|
20
|
+
_this.o = null;
|
|
21
|
+
_this.i = false;
|
|
22
|
+
_this.h = false;
|
|
23
|
+
return _this;
|
|
24
|
+
}
|
|
25
|
+
FormatCellEventArgsDescription.prototype.get_type = function () {
|
|
26
|
+
return "FormatCellEventArgs";
|
|
27
|
+
};
|
|
28
|
+
Object.defineProperty(FormatCellEventArgsDescription.prototype, "type", {
|
|
29
|
+
get: function () {
|
|
30
|
+
return this.get_type();
|
|
31
|
+
},
|
|
32
|
+
enumerable: false,
|
|
33
|
+
configurable: true
|
|
34
|
+
});
|
|
35
|
+
Object.defineProperty(FormatCellEventArgsDescription.prototype, "row", {
|
|
36
|
+
get: function () {
|
|
37
|
+
return this.l;
|
|
38
|
+
},
|
|
39
|
+
set: function (a) {
|
|
40
|
+
this.l = a;
|
|
41
|
+
this.g("Row");
|
|
42
|
+
},
|
|
43
|
+
enumerable: false,
|
|
44
|
+
configurable: true
|
|
45
|
+
});
|
|
46
|
+
Object.defineProperty(FormatCellEventArgsDescription.prototype, "itemRef", {
|
|
47
|
+
get: function () {
|
|
48
|
+
return this.n;
|
|
49
|
+
},
|
|
50
|
+
set: function (a) {
|
|
51
|
+
this.n = a;
|
|
52
|
+
this.g("ItemRef");
|
|
53
|
+
},
|
|
54
|
+
enumerable: false,
|
|
55
|
+
configurable: true
|
|
56
|
+
});
|
|
57
|
+
Object.defineProperty(FormatCellEventArgsDescription.prototype, "valueRef", {
|
|
58
|
+
get: function () {
|
|
59
|
+
return this.p;
|
|
60
|
+
},
|
|
61
|
+
set: function (a) {
|
|
62
|
+
this.p = a;
|
|
63
|
+
this.g("ValueRef");
|
|
64
|
+
},
|
|
65
|
+
enumerable: false,
|
|
66
|
+
configurable: true
|
|
67
|
+
});
|
|
68
|
+
Object.defineProperty(FormatCellEventArgsDescription.prototype, "text", {
|
|
69
|
+
get: function () {
|
|
70
|
+
return this.o;
|
|
71
|
+
},
|
|
72
|
+
set: function (a) {
|
|
73
|
+
this.o = a;
|
|
74
|
+
this.g("Text");
|
|
75
|
+
},
|
|
76
|
+
enumerable: false,
|
|
77
|
+
configurable: true
|
|
78
|
+
});
|
|
79
|
+
Object.defineProperty(FormatCellEventArgsDescription.prototype, "isSummary", {
|
|
80
|
+
get: function () {
|
|
81
|
+
return this.i;
|
|
82
|
+
},
|
|
83
|
+
set: function (a) {
|
|
84
|
+
this.i = a;
|
|
85
|
+
this.g("IsSummary");
|
|
86
|
+
},
|
|
87
|
+
enumerable: false,
|
|
88
|
+
configurable: true
|
|
89
|
+
});
|
|
90
|
+
Object.defineProperty(FormatCellEventArgsDescription.prototype, "isGroup", {
|
|
91
|
+
get: function () {
|
|
92
|
+
return this.h;
|
|
93
|
+
},
|
|
94
|
+
set: function (a) {
|
|
95
|
+
this.h = a;
|
|
96
|
+
this.g("IsGroup");
|
|
97
|
+
},
|
|
98
|
+
enumerable: false,
|
|
99
|
+
configurable: true
|
|
100
|
+
});
|
|
101
|
+
FormatCellEventArgsDescription.$t = markType(FormatCellEventArgsDescription, 'FormatCellEventArgsDescription', Description.$);
|
|
102
|
+
return FormatCellEventArgsDescription;
|
|
103
|
+
}(Description));
|
|
104
|
+
export { FormatCellEventArgsDescription };
|
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
/*
|
|
2
|
+
THIS INFRAGISTICS ULTIMATE SOFTWARE LICENSE AGREEMENT ("AGREEMENT") LOCATED HERE:
|
|
3
|
+
https://www.infragistics.com/legal/license/igultimate-la
|
|
4
|
+
https://www.infragistics.com/legal/license/igultimate-eula
|
|
5
|
+
GOVERNS THE LICENSING, INSTALLATION AND USE OF INFRAGISTICS SOFTWARE. BY DOWNLOADING AND/OR INSTALLING AND USING INFRAGISTICS SOFTWARE: you are indicating that you have read and understand this Agreement, and agree to be legally bound by it on behalf of the yourself and your company.
|
|
6
|
+
*/
|
|
7
|
+
import { __extends } from "tslib";
|
|
8
|
+
import { Base, String_$type, markType } from "./type";
|
|
9
|
+
import { Dictionary$2 } from "./Dictionary$2";
|
|
10
|
+
import { FormatCellEventArgsDescription } from "./FormatCellEventArgsDescription";
|
|
11
|
+
/**
|
|
12
|
+
* @hidden
|
|
13
|
+
*/
|
|
14
|
+
var FormatCellEventArgsDescriptionMetadata = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
15
|
+
__extends(FormatCellEventArgsDescriptionMetadata, _super);
|
|
16
|
+
function FormatCellEventArgsDescriptionMetadata() {
|
|
17
|
+
return _super !== null && _super.apply(this, arguments) || this;
|
|
18
|
+
}
|
|
19
|
+
FormatCellEventArgsDescriptionMetadata.b = function (a) {
|
|
20
|
+
if (FormatCellEventArgsDescriptionMetadata.a == null) {
|
|
21
|
+
FormatCellEventArgsDescriptionMetadata.a = new Dictionary$2(String_$type, String_$type, 0);
|
|
22
|
+
FormatCellEventArgsDescriptionMetadata.c(FormatCellEventArgsDescriptionMetadata.a);
|
|
23
|
+
}
|
|
24
|
+
if (a.k(FormatCellEventArgsDescriptionMetadata.a)) {
|
|
25
|
+
return;
|
|
26
|
+
}
|
|
27
|
+
a.ac(FormatCellEventArgsDescriptionMetadata.a);
|
|
28
|
+
};
|
|
29
|
+
FormatCellEventArgsDescriptionMetadata.c = function (a) {
|
|
30
|
+
a.item("Row", "Number:int");
|
|
31
|
+
a.item("ItemRef", "(w:Item,wf:Item)DataRef");
|
|
32
|
+
a.item("ValueRef", "(w:Value,wf:Value)DataRef");
|
|
33
|
+
a.item("Text", "String");
|
|
34
|
+
a.item("IsSummary", "Boolean");
|
|
35
|
+
a.item("IsGroup", "Boolean");
|
|
36
|
+
};
|
|
37
|
+
FormatCellEventArgsDescriptionMetadata.d = function (a) {
|
|
38
|
+
FormatCellEventArgsDescriptionMetadata.b(a);
|
|
39
|
+
a.ae("FormatCellEventArgs", function () { return new FormatCellEventArgsDescription(); });
|
|
40
|
+
a.ad("FormatCellEventArgs", FormatCellEventArgsDescriptionMetadata.a);
|
|
41
|
+
};
|
|
42
|
+
FormatCellEventArgsDescriptionMetadata.$t = markType(FormatCellEventArgsDescriptionMetadata, 'FormatCellEventArgsDescriptionMetadata');
|
|
43
|
+
FormatCellEventArgsDescriptionMetadata.a = null;
|
|
44
|
+
return FormatCellEventArgsDescriptionMetadata;
|
|
45
|
+
}(Base));
|
|
46
|
+
export { FormatCellEventArgsDescriptionMetadata };
|
|
@@ -14,9 +14,9 @@ var ImageCellInfoDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
14
14
|
__extends(ImageCellInfoDescription, _super);
|
|
15
15
|
function ImageCellInfoDescription() {
|
|
16
16
|
var _this = _super.call(this) || this;
|
|
17
|
-
_this.fn = null;
|
|
18
17
|
_this.fp = null;
|
|
19
|
-
_this.
|
|
18
|
+
_this.fr = null;
|
|
19
|
+
_this.fq = null;
|
|
20
20
|
return _this;
|
|
21
21
|
}
|
|
22
22
|
ImageCellInfoDescription.prototype.get_type = function () {
|
|
@@ -24,10 +24,10 @@ var ImageCellInfoDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
24
24
|
};
|
|
25
25
|
Object.defineProperty(ImageCellInfoDescription.prototype, "imagePath", {
|
|
26
26
|
get: function () {
|
|
27
|
-
return this.
|
|
27
|
+
return this.fp;
|
|
28
28
|
},
|
|
29
29
|
set: function (a) {
|
|
30
|
-
this.
|
|
30
|
+
this.fp = a;
|
|
31
31
|
this.g("ImagePath");
|
|
32
32
|
},
|
|
33
33
|
enumerable: false,
|
|
@@ -35,10 +35,10 @@ var ImageCellInfoDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
35
35
|
});
|
|
36
36
|
Object.defineProperty(ImageCellInfoDescription.prototype, "imageStretchOption", {
|
|
37
37
|
get: function () {
|
|
38
|
-
return this.
|
|
38
|
+
return this.fr;
|
|
39
39
|
},
|
|
40
40
|
set: function (a) {
|
|
41
|
-
this.
|
|
41
|
+
this.fr = a;
|
|
42
42
|
this.g("ImageStretchOption");
|
|
43
43
|
},
|
|
44
44
|
enumerable: false,
|
|
@@ -46,10 +46,10 @@ var ImageCellInfoDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
46
46
|
});
|
|
47
47
|
Object.defineProperty(ImageCellInfoDescription.prototype, "imageResourceType", {
|
|
48
48
|
get: function () {
|
|
49
|
-
return this.
|
|
49
|
+
return this.fq;
|
|
50
50
|
},
|
|
51
51
|
set: function (a) {
|
|
52
|
-
this.
|
|
52
|
+
this.fq = a;
|
|
53
53
|
this.g("ImageResourceType");
|
|
54
54
|
},
|
|
55
55
|
enumerable: false,
|
|
@@ -14,12 +14,12 @@ var ImageColumnDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
14
14
|
__extends(ImageColumnDescription, _super);
|
|
15
15
|
function ImageColumnDescription() {
|
|
16
16
|
var _this = _super.call(this) || this;
|
|
17
|
+
_this.gb = null;
|
|
17
18
|
_this.f9 = null;
|
|
18
19
|
_this.f7 = null;
|
|
19
|
-
_this.
|
|
20
|
-
_this.f1 = null;
|
|
21
|
-
_this.f6 = null;
|
|
20
|
+
_this.f3 = null;
|
|
22
21
|
_this.f8 = null;
|
|
22
|
+
_this.ga = null;
|
|
23
23
|
return _this;
|
|
24
24
|
}
|
|
25
25
|
ImageColumnDescription.prototype.get_type = function () {
|
|
@@ -27,10 +27,10 @@ var ImageColumnDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
27
27
|
};
|
|
28
28
|
Object.defineProperty(ImageColumnDescription.prototype, "imageStretchOption", {
|
|
29
29
|
get: function () {
|
|
30
|
-
return this.
|
|
30
|
+
return this.gb;
|
|
31
31
|
},
|
|
32
32
|
set: function (a) {
|
|
33
|
-
this.
|
|
33
|
+
this.gb = a;
|
|
34
34
|
this.g("ImageStretchOption");
|
|
35
35
|
},
|
|
36
36
|
enumerable: false,
|
|
@@ -38,10 +38,10 @@ var ImageColumnDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
38
38
|
});
|
|
39
39
|
Object.defineProperty(ImageColumnDescription.prototype, "editorType", {
|
|
40
40
|
get: function () {
|
|
41
|
-
return this.
|
|
41
|
+
return this.f9;
|
|
42
42
|
},
|
|
43
43
|
set: function (a) {
|
|
44
|
-
this.
|
|
44
|
+
this.f9 = a;
|
|
45
45
|
this.g("EditorType");
|
|
46
46
|
},
|
|
47
47
|
enumerable: false,
|
|
@@ -49,10 +49,10 @@ var ImageColumnDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
49
49
|
});
|
|
50
50
|
Object.defineProperty(ImageColumnDescription.prototype, "editorDataSourceRef", {
|
|
51
51
|
get: function () {
|
|
52
|
-
return this.
|
|
52
|
+
return this.f7;
|
|
53
53
|
},
|
|
54
54
|
set: function (a) {
|
|
55
|
-
this.
|
|
55
|
+
this.f7 = a;
|
|
56
56
|
this.g("EditorDataSourceRef");
|
|
57
57
|
},
|
|
58
58
|
enumerable: false,
|
|
@@ -60,10 +60,10 @@ var ImageColumnDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
60
60
|
});
|
|
61
61
|
Object.defineProperty(ImageColumnDescription.prototype, "editorDataSource", {
|
|
62
62
|
get: function () {
|
|
63
|
-
return this.
|
|
63
|
+
return this.f3;
|
|
64
64
|
},
|
|
65
65
|
set: function (a) {
|
|
66
|
-
this.
|
|
66
|
+
this.f3 = a;
|
|
67
67
|
this.g("EditorDataSource");
|
|
68
68
|
},
|
|
69
69
|
enumerable: false,
|
|
@@ -71,10 +71,10 @@ var ImageColumnDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
71
71
|
});
|
|
72
72
|
Object.defineProperty(ImageColumnDescription.prototype, "editorTextField", {
|
|
73
73
|
get: function () {
|
|
74
|
-
return this.
|
|
74
|
+
return this.f8;
|
|
75
75
|
},
|
|
76
76
|
set: function (a) {
|
|
77
|
-
this.
|
|
77
|
+
this.f8 = a;
|
|
78
78
|
this.g("EditorTextField");
|
|
79
79
|
},
|
|
80
80
|
enumerable: false,
|
|
@@ -82,10 +82,10 @@ var ImageColumnDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
82
82
|
});
|
|
83
83
|
Object.defineProperty(ImageColumnDescription.prototype, "editorValueField", {
|
|
84
84
|
get: function () {
|
|
85
|
-
return this.
|
|
85
|
+
return this.ga;
|
|
86
86
|
},
|
|
87
87
|
set: function (a) {
|
|
88
|
-
this.
|
|
88
|
+
this.ga = a;
|
|
89
89
|
this.g("EditorValueField");
|
|
90
90
|
},
|
|
91
91
|
enumerable: false,
|
|
@@ -14,19 +14,19 @@ var ItemLegendDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
14
14
|
__extends(ItemLegendDescription, _super);
|
|
15
15
|
function ItemLegendDescription() {
|
|
16
16
|
var _this = _super.call(this) || this;
|
|
17
|
-
_this.
|
|
18
|
-
_this.u = null;
|
|
19
|
-
_this.v = null;
|
|
17
|
+
_this.aa = null;
|
|
20
18
|
_this.w = null;
|
|
21
19
|
_this.x = null;
|
|
20
|
+
_this.y = null;
|
|
21
|
+
_this.z = null;
|
|
22
22
|
return _this;
|
|
23
23
|
}
|
|
24
24
|
Object.defineProperty(ItemLegendDescription.prototype, "width", {
|
|
25
25
|
get: function () {
|
|
26
|
-
return this.
|
|
26
|
+
return this.aa;
|
|
27
27
|
},
|
|
28
28
|
set: function (a) {
|
|
29
|
-
this.
|
|
29
|
+
this.aa = a;
|
|
30
30
|
this.g("Width");
|
|
31
31
|
},
|
|
32
32
|
enumerable: false,
|
|
@@ -34,10 +34,10 @@ var ItemLegendDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
34
34
|
});
|
|
35
35
|
Object.defineProperty(ItemLegendDescription.prototype, "height", {
|
|
36
36
|
get: function () {
|
|
37
|
-
return this.
|
|
37
|
+
return this.w;
|
|
38
38
|
},
|
|
39
39
|
set: function (a) {
|
|
40
|
-
this.
|
|
40
|
+
this.w = a;
|
|
41
41
|
this.g("Height");
|
|
42
42
|
},
|
|
43
43
|
enumerable: false,
|
|
@@ -48,10 +48,10 @@ var ItemLegendDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
48
48
|
};
|
|
49
49
|
Object.defineProperty(ItemLegendDescription.prototype, "orientation", {
|
|
50
50
|
get: function () {
|
|
51
|
-
return this.
|
|
51
|
+
return this.x;
|
|
52
52
|
},
|
|
53
53
|
set: function (a) {
|
|
54
|
-
this.
|
|
54
|
+
this.x = a;
|
|
55
55
|
this.g("Orientation");
|
|
56
56
|
},
|
|
57
57
|
enumerable: false,
|
|
@@ -59,10 +59,10 @@ var ItemLegendDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
59
59
|
});
|
|
60
60
|
Object.defineProperty(ItemLegendDescription.prototype, "textColor", {
|
|
61
61
|
get: function () {
|
|
62
|
-
return this.
|
|
62
|
+
return this.y;
|
|
63
63
|
},
|
|
64
64
|
set: function (a) {
|
|
65
|
-
this.
|
|
65
|
+
this.y = a;
|
|
66
66
|
this.g("TextColor");
|
|
67
67
|
},
|
|
68
68
|
enumerable: false,
|
|
@@ -70,10 +70,10 @@ var ItemLegendDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
70
70
|
});
|
|
71
71
|
Object.defineProperty(ItemLegendDescription.prototype, "textStyle", {
|
|
72
72
|
get: function () {
|
|
73
|
-
return this.
|
|
73
|
+
return this.z;
|
|
74
74
|
},
|
|
75
75
|
set: function (a) {
|
|
76
|
-
this.
|
|
76
|
+
this.z = a;
|
|
77
77
|
this.g("TextStyle");
|
|
78
78
|
},
|
|
79
79
|
enumerable: false,
|
|
@@ -20,6 +20,7 @@ var LegendBaseDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
20
20
|
_this.i = null;
|
|
21
21
|
_this.j = null;
|
|
22
22
|
_this.m = null;
|
|
23
|
+
_this.n = null;
|
|
23
24
|
return _this;
|
|
24
25
|
}
|
|
25
26
|
Object.defineProperty(LegendBaseDescription.prototype, "background", {
|
|
@@ -98,6 +99,17 @@ var LegendBaseDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
98
99
|
enumerable: false,
|
|
99
100
|
configurable: true
|
|
100
101
|
});
|
|
102
|
+
Object.defineProperty(LegendBaseDescription.prototype, "legendSizeChangedRef", {
|
|
103
|
+
get: function () {
|
|
104
|
+
return this.n;
|
|
105
|
+
},
|
|
106
|
+
set: function (a) {
|
|
107
|
+
this.n = a;
|
|
108
|
+
this.g("LegendSizeChangedRef");
|
|
109
|
+
},
|
|
110
|
+
enumerable: false,
|
|
111
|
+
configurable: true
|
|
112
|
+
});
|
|
101
113
|
LegendBaseDescription.$t = markType(LegendBaseDescription, 'LegendBaseDescription', Description.$);
|
|
102
114
|
return LegendBaseDescription;
|
|
103
115
|
}(Description));
|
|
@@ -9,6 +9,7 @@ import { Base, String_$type, markType } from "./type";
|
|
|
9
9
|
import { Dictionary$2 } from "./Dictionary$2";
|
|
10
10
|
import { LegendMouseButtonEventArgsDescriptionMetadata } from "./LegendMouseButtonEventArgsDescriptionMetadata";
|
|
11
11
|
import { LegendMouseEventArgsDescriptionMetadata } from "./LegendMouseEventArgsDescriptionMetadata";
|
|
12
|
+
import { LegendSizeChangedEventArgsDescriptionMetadata } from "./LegendSizeChangedEventArgsDescriptionMetadata";
|
|
12
13
|
/**
|
|
13
14
|
* @hidden
|
|
14
15
|
*/
|
|
@@ -31,6 +32,7 @@ var LegendBaseDescriptionMetadata = /** @class */ /*@__PURE__*/ (function (_supe
|
|
|
31
32
|
a.ac(LegendBaseDescriptionMetadata.a);
|
|
32
33
|
LegendMouseButtonEventArgsDescriptionMetadata.d(a);
|
|
33
34
|
LegendMouseEventArgsDescriptionMetadata.d(a);
|
|
35
|
+
LegendSizeChangedEventArgsDescriptionMetadata.d(a);
|
|
34
36
|
};
|
|
35
37
|
LegendBaseDescriptionMetadata.c = function (a) {
|
|
36
38
|
a.item("LegendItemMouseLeftButtonDownRef", "EventRef::legendItemMouseLeftButtonDown");
|
|
@@ -38,6 +40,7 @@ var LegendBaseDescriptionMetadata = /** @class */ /*@__PURE__*/ (function (_supe
|
|
|
38
40
|
a.item("LegendItemMouseEnterRef", "EventRef::legendItemMouseEnter");
|
|
39
41
|
a.item("LegendItemMouseLeaveRef", "EventRef::legendItemMouseLeave");
|
|
40
42
|
a.item("LegendItemMouseMoveRef", "EventRef::legendItemMouseMove");
|
|
43
|
+
a.item("LegendSizeChangedRef", "EventRef::legendSizeChanged");
|
|
41
44
|
LegendBaseDescriptionMetadata.e(a);
|
|
42
45
|
};
|
|
43
46
|
LegendBaseDescriptionMetadata.d = function (a) {
|
|
@@ -14,19 +14,19 @@ var LegendDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
14
14
|
__extends(LegendDescription, _super);
|
|
15
15
|
function LegendDescription() {
|
|
16
16
|
var _this = _super.call(this) || this;
|
|
17
|
-
_this.
|
|
18
|
-
_this.u = null;
|
|
19
|
-
_this.v = null;
|
|
17
|
+
_this.aa = null;
|
|
20
18
|
_this.w = null;
|
|
21
19
|
_this.x = null;
|
|
20
|
+
_this.y = null;
|
|
21
|
+
_this.z = null;
|
|
22
22
|
return _this;
|
|
23
23
|
}
|
|
24
24
|
Object.defineProperty(LegendDescription.prototype, "width", {
|
|
25
25
|
get: function () {
|
|
26
|
-
return this.
|
|
26
|
+
return this.aa;
|
|
27
27
|
},
|
|
28
28
|
set: function (a) {
|
|
29
|
-
this.
|
|
29
|
+
this.aa = a;
|
|
30
30
|
this.g("Width");
|
|
31
31
|
},
|
|
32
32
|
enumerable: false,
|
|
@@ -34,10 +34,10 @@ var LegendDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
34
34
|
});
|
|
35
35
|
Object.defineProperty(LegendDescription.prototype, "height", {
|
|
36
36
|
get: function () {
|
|
37
|
-
return this.
|
|
37
|
+
return this.w;
|
|
38
38
|
},
|
|
39
39
|
set: function (a) {
|
|
40
|
-
this.
|
|
40
|
+
this.w = a;
|
|
41
41
|
this.g("Height");
|
|
42
42
|
},
|
|
43
43
|
enumerable: false,
|
|
@@ -48,10 +48,10 @@ var LegendDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
48
48
|
};
|
|
49
49
|
Object.defineProperty(LegendDescription.prototype, "orientation", {
|
|
50
50
|
get: function () {
|
|
51
|
-
return this.
|
|
51
|
+
return this.x;
|
|
52
52
|
},
|
|
53
53
|
set: function (a) {
|
|
54
|
-
this.
|
|
54
|
+
this.x = a;
|
|
55
55
|
this.g("Orientation");
|
|
56
56
|
},
|
|
57
57
|
enumerable: false,
|
|
@@ -59,10 +59,10 @@ var LegendDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
59
59
|
});
|
|
60
60
|
Object.defineProperty(LegendDescription.prototype, "textColor", {
|
|
61
61
|
get: function () {
|
|
62
|
-
return this.
|
|
62
|
+
return this.y;
|
|
63
63
|
},
|
|
64
64
|
set: function (a) {
|
|
65
|
-
this.
|
|
65
|
+
this.y = a;
|
|
66
66
|
this.g("TextColor");
|
|
67
67
|
},
|
|
68
68
|
enumerable: false,
|
|
@@ -70,10 +70,10 @@ var LegendDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
70
70
|
});
|
|
71
71
|
Object.defineProperty(LegendDescription.prototype, "textStyle", {
|
|
72
72
|
get: function () {
|
|
73
|
-
return this.
|
|
73
|
+
return this.z;
|
|
74
74
|
},
|
|
75
75
|
set: function (a) {
|
|
76
|
-
this.
|
|
76
|
+
this.z = a;
|
|
77
77
|
this.g("TextStyle");
|
|
78
78
|
},
|
|
79
79
|
enumerable: false,
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
/*
|
|
2
|
+
THIS INFRAGISTICS ULTIMATE SOFTWARE LICENSE AGREEMENT ("AGREEMENT") LOCATED HERE:
|
|
3
|
+
https://www.infragistics.com/legal/license/igultimate-la
|
|
4
|
+
https://www.infragistics.com/legal/license/igultimate-eula
|
|
5
|
+
GOVERNS THE LICENSING, INSTALLATION AND USE OF INFRAGISTICS SOFTWARE. BY DOWNLOADING AND/OR INSTALLING AND USING INFRAGISTICS SOFTWARE: you are indicating that you have read and understand this Agreement, and agree to be legally bound by it on behalf of the yourself and your company.
|
|
6
|
+
*/
|
|
7
|
+
import { __extends } from "tslib";
|
|
8
|
+
import { Description } from "./Description";
|
|
9
|
+
import { markType } from "./type";
|
|
10
|
+
/**
|
|
11
|
+
* @hidden
|
|
12
|
+
*/
|
|
13
|
+
var LegendSizeChangedEventArgsDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
14
|
+
__extends(LegendSizeChangedEventArgsDescription, _super);
|
|
15
|
+
function LegendSizeChangedEventArgsDescription() {
|
|
16
|
+
return _super.call(this) || this;
|
|
17
|
+
}
|
|
18
|
+
LegendSizeChangedEventArgsDescription.prototype.get_type = function () {
|
|
19
|
+
return "LegendSizeChangedEventArgs";
|
|
20
|
+
};
|
|
21
|
+
Object.defineProperty(LegendSizeChangedEventArgsDescription.prototype, "type", {
|
|
22
|
+
get: function () {
|
|
23
|
+
return this.get_type();
|
|
24
|
+
},
|
|
25
|
+
enumerable: false,
|
|
26
|
+
configurable: true
|
|
27
|
+
});
|
|
28
|
+
LegendSizeChangedEventArgsDescription.$t = markType(LegendSizeChangedEventArgsDescription, 'LegendSizeChangedEventArgsDescription', Description.$);
|
|
29
|
+
return LegendSizeChangedEventArgsDescription;
|
|
30
|
+
}(Description));
|
|
31
|
+
export { LegendSizeChangedEventArgsDescription };
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
/*
|
|
2
|
+
THIS INFRAGISTICS ULTIMATE SOFTWARE LICENSE AGREEMENT ("AGREEMENT") LOCATED HERE:
|
|
3
|
+
https://www.infragistics.com/legal/license/igultimate-la
|
|
4
|
+
https://www.infragistics.com/legal/license/igultimate-eula
|
|
5
|
+
GOVERNS THE LICENSING, INSTALLATION AND USE OF INFRAGISTICS SOFTWARE. BY DOWNLOADING AND/OR INSTALLING AND USING INFRAGISTICS SOFTWARE: you are indicating that you have read and understand this Agreement, and agree to be legally bound by it on behalf of the yourself and your company.
|
|
6
|
+
*/
|
|
7
|
+
import { __extends } from "tslib";
|
|
8
|
+
import { Base, String_$type, markType } from "./type";
|
|
9
|
+
import { Dictionary$2 } from "./Dictionary$2";
|
|
10
|
+
import { LegendSizeChangedEventArgsDescription } from "./LegendSizeChangedEventArgsDescription";
|
|
11
|
+
/**
|
|
12
|
+
* @hidden
|
|
13
|
+
*/
|
|
14
|
+
var LegendSizeChangedEventArgsDescriptionMetadata = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
15
|
+
__extends(LegendSizeChangedEventArgsDescriptionMetadata, _super);
|
|
16
|
+
function LegendSizeChangedEventArgsDescriptionMetadata() {
|
|
17
|
+
return _super !== null && _super.apply(this, arguments) || this;
|
|
18
|
+
}
|
|
19
|
+
LegendSizeChangedEventArgsDescriptionMetadata.b = function (a) {
|
|
20
|
+
if (LegendSizeChangedEventArgsDescriptionMetadata.a == null) {
|
|
21
|
+
LegendSizeChangedEventArgsDescriptionMetadata.a = new Dictionary$2(String_$type, String_$type, 0);
|
|
22
|
+
LegendSizeChangedEventArgsDescriptionMetadata.c(LegendSizeChangedEventArgsDescriptionMetadata.a);
|
|
23
|
+
}
|
|
24
|
+
if (a.k(LegendSizeChangedEventArgsDescriptionMetadata.a)) {
|
|
25
|
+
return;
|
|
26
|
+
}
|
|
27
|
+
a.ac(LegendSizeChangedEventArgsDescriptionMetadata.a);
|
|
28
|
+
};
|
|
29
|
+
LegendSizeChangedEventArgsDescriptionMetadata.c = function (a) {
|
|
30
|
+
};
|
|
31
|
+
LegendSizeChangedEventArgsDescriptionMetadata.d = function (a) {
|
|
32
|
+
LegendSizeChangedEventArgsDescriptionMetadata.b(a);
|
|
33
|
+
a.ae("LegendSizeChangedEventArgs", function () { return new LegendSizeChangedEventArgsDescription(); });
|
|
34
|
+
a.ad("LegendSizeChangedEventArgs", LegendSizeChangedEventArgsDescriptionMetadata.a);
|
|
35
|
+
};
|
|
36
|
+
LegendSizeChangedEventArgsDescriptionMetadata.$t = markType(LegendSizeChangedEventArgsDescriptionMetadata, 'LegendSizeChangedEventArgsDescriptionMetadata');
|
|
37
|
+
LegendSizeChangedEventArgsDescriptionMetadata.a = null;
|
|
38
|
+
return LegendSizeChangedEventArgsDescriptionMetadata;
|
|
39
|
+
}(Base));
|
|
40
|
+
export { LegendSizeChangedEventArgsDescriptionMetadata };
|