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
|
@@ -0,0 +1,74 @@
|
|
|
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 { Description } from "./Description";
|
|
8
|
+
import { markType } from "./type";
|
|
9
|
+
/**
|
|
10
|
+
* @hidden
|
|
11
|
+
*/
|
|
12
|
+
export let FormatCellEventArgsDescription = /*@__PURE__*/ (() => {
|
|
13
|
+
class FormatCellEventArgsDescription extends Description {
|
|
14
|
+
constructor() {
|
|
15
|
+
super();
|
|
16
|
+
this.l = 0;
|
|
17
|
+
this.n = null;
|
|
18
|
+
this.p = null;
|
|
19
|
+
this.o = null;
|
|
20
|
+
this.i = false;
|
|
21
|
+
this.h = false;
|
|
22
|
+
}
|
|
23
|
+
get_type() {
|
|
24
|
+
return "FormatCellEventArgs";
|
|
25
|
+
}
|
|
26
|
+
get type() {
|
|
27
|
+
return this.get_type();
|
|
28
|
+
}
|
|
29
|
+
get row() {
|
|
30
|
+
return this.l;
|
|
31
|
+
}
|
|
32
|
+
set row(a) {
|
|
33
|
+
this.l = a;
|
|
34
|
+
this.g("Row");
|
|
35
|
+
}
|
|
36
|
+
get itemRef() {
|
|
37
|
+
return this.n;
|
|
38
|
+
}
|
|
39
|
+
set itemRef(a) {
|
|
40
|
+
this.n = a;
|
|
41
|
+
this.g("ItemRef");
|
|
42
|
+
}
|
|
43
|
+
get valueRef() {
|
|
44
|
+
return this.p;
|
|
45
|
+
}
|
|
46
|
+
set valueRef(a) {
|
|
47
|
+
this.p = a;
|
|
48
|
+
this.g("ValueRef");
|
|
49
|
+
}
|
|
50
|
+
get text() {
|
|
51
|
+
return this.o;
|
|
52
|
+
}
|
|
53
|
+
set text(a) {
|
|
54
|
+
this.o = a;
|
|
55
|
+
this.g("Text");
|
|
56
|
+
}
|
|
57
|
+
get isSummary() {
|
|
58
|
+
return this.i;
|
|
59
|
+
}
|
|
60
|
+
set isSummary(a) {
|
|
61
|
+
this.i = a;
|
|
62
|
+
this.g("IsSummary");
|
|
63
|
+
}
|
|
64
|
+
get isGroup() {
|
|
65
|
+
return this.h;
|
|
66
|
+
}
|
|
67
|
+
set isGroup(a) {
|
|
68
|
+
this.h = a;
|
|
69
|
+
this.g("IsGroup");
|
|
70
|
+
}
|
|
71
|
+
}
|
|
72
|
+
FormatCellEventArgsDescription.$t = markType(FormatCellEventArgsDescription, 'FormatCellEventArgsDescription', Description.$);
|
|
73
|
+
return FormatCellEventArgsDescription;
|
|
74
|
+
})();
|
|
@@ -0,0 +1,42 @@
|
|
|
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 { Base, String_$type, markType } from "./type";
|
|
8
|
+
import { Dictionary$2 } from "./Dictionary$2";
|
|
9
|
+
import { FormatCellEventArgsDescription } from "./FormatCellEventArgsDescription";
|
|
10
|
+
/**
|
|
11
|
+
* @hidden
|
|
12
|
+
*/
|
|
13
|
+
export let FormatCellEventArgsDescriptionMetadata = /*@__PURE__*/ (() => {
|
|
14
|
+
class FormatCellEventArgsDescriptionMetadata extends Base {
|
|
15
|
+
static b(a) {
|
|
16
|
+
if (FormatCellEventArgsDescriptionMetadata.a == null) {
|
|
17
|
+
FormatCellEventArgsDescriptionMetadata.a = new Dictionary$2(String_$type, String_$type, 0);
|
|
18
|
+
FormatCellEventArgsDescriptionMetadata.c(FormatCellEventArgsDescriptionMetadata.a);
|
|
19
|
+
}
|
|
20
|
+
if (a.k(FormatCellEventArgsDescriptionMetadata.a)) {
|
|
21
|
+
return;
|
|
22
|
+
}
|
|
23
|
+
a.ac(FormatCellEventArgsDescriptionMetadata.a);
|
|
24
|
+
}
|
|
25
|
+
static c(a) {
|
|
26
|
+
a.item("Row", "Number:int");
|
|
27
|
+
a.item("ItemRef", "(w:Item,wf:Item)DataRef");
|
|
28
|
+
a.item("ValueRef", "(w:Value,wf:Value)DataRef");
|
|
29
|
+
a.item("Text", "String");
|
|
30
|
+
a.item("IsSummary", "Boolean");
|
|
31
|
+
a.item("IsGroup", "Boolean");
|
|
32
|
+
}
|
|
33
|
+
static d(a) {
|
|
34
|
+
FormatCellEventArgsDescriptionMetadata.b(a);
|
|
35
|
+
a.ae("FormatCellEventArgs", () => new FormatCellEventArgsDescription());
|
|
36
|
+
a.ad("FormatCellEventArgs", FormatCellEventArgsDescriptionMetadata.a);
|
|
37
|
+
}
|
|
38
|
+
}
|
|
39
|
+
FormatCellEventArgsDescriptionMetadata.$t = markType(FormatCellEventArgsDescriptionMetadata, 'FormatCellEventArgsDescriptionMetadata');
|
|
40
|
+
FormatCellEventArgsDescriptionMetadata.a = null;
|
|
41
|
+
return FormatCellEventArgsDescriptionMetadata;
|
|
42
|
+
})();
|
|
@@ -13,32 +13,32 @@ export let ImageCellInfoDescription = /*@__PURE__*/ (() => {
|
|
|
13
13
|
class ImageCellInfoDescription extends CellInfoDescription {
|
|
14
14
|
constructor() {
|
|
15
15
|
super();
|
|
16
|
-
this.fn = null;
|
|
17
16
|
this.fp = null;
|
|
18
|
-
this.
|
|
17
|
+
this.fr = null;
|
|
18
|
+
this.fq = null;
|
|
19
19
|
}
|
|
20
20
|
get_type() {
|
|
21
21
|
return "ImageCellInfo";
|
|
22
22
|
}
|
|
23
23
|
get imagePath() {
|
|
24
|
-
return this.
|
|
24
|
+
return this.fp;
|
|
25
25
|
}
|
|
26
26
|
set imagePath(a) {
|
|
27
|
-
this.
|
|
27
|
+
this.fp = a;
|
|
28
28
|
this.g("ImagePath");
|
|
29
29
|
}
|
|
30
30
|
get imageStretchOption() {
|
|
31
|
-
return this.
|
|
31
|
+
return this.fr;
|
|
32
32
|
}
|
|
33
33
|
set imageStretchOption(a) {
|
|
34
|
-
this.
|
|
34
|
+
this.fr = a;
|
|
35
35
|
this.g("ImageStretchOption");
|
|
36
36
|
}
|
|
37
37
|
get imageResourceType() {
|
|
38
|
-
return this.
|
|
38
|
+
return this.fq;
|
|
39
39
|
}
|
|
40
40
|
set imageResourceType(a) {
|
|
41
|
-
this.
|
|
41
|
+
this.fq = a;
|
|
42
42
|
this.g("ImageResourceType");
|
|
43
43
|
}
|
|
44
44
|
}
|
|
@@ -13,56 +13,56 @@ export let ImageColumnDescription = /*@__PURE__*/ (() => {
|
|
|
13
13
|
class ImageColumnDescription extends DataGridColumnDescription {
|
|
14
14
|
constructor() {
|
|
15
15
|
super();
|
|
16
|
+
this.gb = null;
|
|
16
17
|
this.f9 = null;
|
|
17
18
|
this.f7 = null;
|
|
18
|
-
this.
|
|
19
|
-
this.f1 = null;
|
|
20
|
-
this.f6 = null;
|
|
19
|
+
this.f3 = null;
|
|
21
20
|
this.f8 = null;
|
|
21
|
+
this.ga = null;
|
|
22
22
|
}
|
|
23
23
|
get_type() {
|
|
24
24
|
return "ImageColumn";
|
|
25
25
|
}
|
|
26
26
|
get imageStretchOption() {
|
|
27
|
-
return this.
|
|
27
|
+
return this.gb;
|
|
28
28
|
}
|
|
29
29
|
set imageStretchOption(a) {
|
|
30
|
-
this.
|
|
30
|
+
this.gb = a;
|
|
31
31
|
this.g("ImageStretchOption");
|
|
32
32
|
}
|
|
33
33
|
get editorType() {
|
|
34
|
-
return this.
|
|
34
|
+
return this.f9;
|
|
35
35
|
}
|
|
36
36
|
set editorType(a) {
|
|
37
|
-
this.
|
|
37
|
+
this.f9 = a;
|
|
38
38
|
this.g("EditorType");
|
|
39
39
|
}
|
|
40
40
|
get editorDataSourceRef() {
|
|
41
|
-
return this.
|
|
41
|
+
return this.f7;
|
|
42
42
|
}
|
|
43
43
|
set editorDataSourceRef(a) {
|
|
44
|
-
this.
|
|
44
|
+
this.f7 = a;
|
|
45
45
|
this.g("EditorDataSourceRef");
|
|
46
46
|
}
|
|
47
47
|
get editorDataSource() {
|
|
48
|
-
return this.
|
|
48
|
+
return this.f3;
|
|
49
49
|
}
|
|
50
50
|
set editorDataSource(a) {
|
|
51
|
-
this.
|
|
51
|
+
this.f3 = a;
|
|
52
52
|
this.g("EditorDataSource");
|
|
53
53
|
}
|
|
54
54
|
get editorTextField() {
|
|
55
|
-
return this.
|
|
55
|
+
return this.f8;
|
|
56
56
|
}
|
|
57
57
|
set editorTextField(a) {
|
|
58
|
-
this.
|
|
58
|
+
this.f8 = a;
|
|
59
59
|
this.g("EditorTextField");
|
|
60
60
|
}
|
|
61
61
|
get editorValueField() {
|
|
62
|
-
return this.
|
|
62
|
+
return this.ga;
|
|
63
63
|
}
|
|
64
64
|
set editorValueField(a) {
|
|
65
|
-
this.
|
|
65
|
+
this.ga = a;
|
|
66
66
|
this.g("EditorValueField");
|
|
67
67
|
}
|
|
68
68
|
}
|
|
@@ -13,48 +13,48 @@ export let ItemLegendDescription = /*@__PURE__*/ (() => {
|
|
|
13
13
|
class ItemLegendDescription extends LegendBaseDescription {
|
|
14
14
|
constructor() {
|
|
15
15
|
super();
|
|
16
|
-
this.
|
|
17
|
-
this.u = null;
|
|
18
|
-
this.v = null;
|
|
16
|
+
this.aa = null;
|
|
19
17
|
this.w = null;
|
|
20
18
|
this.x = null;
|
|
19
|
+
this.y = null;
|
|
20
|
+
this.z = null;
|
|
21
21
|
}
|
|
22
22
|
get width() {
|
|
23
|
-
return this.
|
|
23
|
+
return this.aa;
|
|
24
24
|
}
|
|
25
25
|
set width(a) {
|
|
26
|
-
this.
|
|
26
|
+
this.aa = a;
|
|
27
27
|
this.g("Width");
|
|
28
28
|
}
|
|
29
29
|
get height() {
|
|
30
|
-
return this.
|
|
30
|
+
return this.w;
|
|
31
31
|
}
|
|
32
32
|
set height(a) {
|
|
33
|
-
this.
|
|
33
|
+
this.w = a;
|
|
34
34
|
this.g("Height");
|
|
35
35
|
}
|
|
36
36
|
get_type() {
|
|
37
37
|
return "ItemLegend";
|
|
38
38
|
}
|
|
39
39
|
get orientation() {
|
|
40
|
-
return this.
|
|
40
|
+
return this.x;
|
|
41
41
|
}
|
|
42
42
|
set orientation(a) {
|
|
43
|
-
this.
|
|
43
|
+
this.x = a;
|
|
44
44
|
this.g("Orientation");
|
|
45
45
|
}
|
|
46
46
|
get textColor() {
|
|
47
|
-
return this.
|
|
47
|
+
return this.y;
|
|
48
48
|
}
|
|
49
49
|
set textColor(a) {
|
|
50
|
-
this.
|
|
50
|
+
this.y = a;
|
|
51
51
|
this.g("TextColor");
|
|
52
52
|
}
|
|
53
53
|
get textStyle() {
|
|
54
|
-
return this.
|
|
54
|
+
return this.z;
|
|
55
55
|
}
|
|
56
56
|
set textStyle(a) {
|
|
57
|
-
this.
|
|
57
|
+
this.z = a;
|
|
58
58
|
this.g("TextStyle");
|
|
59
59
|
}
|
|
60
60
|
}
|
|
@@ -19,6 +19,7 @@ export let LegendBaseDescription = /*@__PURE__*/ (() => {
|
|
|
19
19
|
this.i = null;
|
|
20
20
|
this.j = null;
|
|
21
21
|
this.m = null;
|
|
22
|
+
this.n = null;
|
|
22
23
|
}
|
|
23
24
|
get background() {
|
|
24
25
|
return this.h;
|
|
@@ -68,6 +69,13 @@ export let LegendBaseDescription = /*@__PURE__*/ (() => {
|
|
|
68
69
|
this.m = a;
|
|
69
70
|
this.g("LegendItemMouseMoveRef");
|
|
70
71
|
}
|
|
72
|
+
get legendSizeChangedRef() {
|
|
73
|
+
return this.n;
|
|
74
|
+
}
|
|
75
|
+
set legendSizeChangedRef(a) {
|
|
76
|
+
this.n = a;
|
|
77
|
+
this.g("LegendSizeChangedRef");
|
|
78
|
+
}
|
|
71
79
|
}
|
|
72
80
|
LegendBaseDescription.$t = markType(LegendBaseDescription, 'LegendBaseDescription', Description.$);
|
|
73
81
|
return LegendBaseDescription;
|
|
@@ -8,6 +8,7 @@ import { Base, String_$type, markType } from "./type";
|
|
|
8
8
|
import { Dictionary$2 } from "./Dictionary$2";
|
|
9
9
|
import { LegendMouseButtonEventArgsDescriptionMetadata } from "./LegendMouseButtonEventArgsDescriptionMetadata";
|
|
10
10
|
import { LegendMouseEventArgsDescriptionMetadata } from "./LegendMouseEventArgsDescriptionMetadata";
|
|
11
|
+
import { LegendSizeChangedEventArgsDescriptionMetadata } from "./LegendSizeChangedEventArgsDescriptionMetadata";
|
|
11
12
|
/**
|
|
12
13
|
* @hidden
|
|
13
14
|
*/
|
|
@@ -27,6 +28,7 @@ export let LegendBaseDescriptionMetadata = /*@__PURE__*/ (() => {
|
|
|
27
28
|
a.ac(LegendBaseDescriptionMetadata.a);
|
|
28
29
|
LegendMouseButtonEventArgsDescriptionMetadata.d(a);
|
|
29
30
|
LegendMouseEventArgsDescriptionMetadata.d(a);
|
|
31
|
+
LegendSizeChangedEventArgsDescriptionMetadata.d(a);
|
|
30
32
|
}
|
|
31
33
|
static c(a) {
|
|
32
34
|
a.item("LegendItemMouseLeftButtonDownRef", "EventRef::legendItemMouseLeftButtonDown");
|
|
@@ -34,6 +36,7 @@ export let LegendBaseDescriptionMetadata = /*@__PURE__*/ (() => {
|
|
|
34
36
|
a.item("LegendItemMouseEnterRef", "EventRef::legendItemMouseEnter");
|
|
35
37
|
a.item("LegendItemMouseLeaveRef", "EventRef::legendItemMouseLeave");
|
|
36
38
|
a.item("LegendItemMouseMoveRef", "EventRef::legendItemMouseMove");
|
|
39
|
+
a.item("LegendSizeChangedRef", "EventRef::legendSizeChanged");
|
|
37
40
|
LegendBaseDescriptionMetadata.e(a);
|
|
38
41
|
}
|
|
39
42
|
static d(a) {
|
|
@@ -13,48 +13,48 @@ export let LegendDescription = /*@__PURE__*/ (() => {
|
|
|
13
13
|
class LegendDescription extends LegendBaseDescription {
|
|
14
14
|
constructor() {
|
|
15
15
|
super();
|
|
16
|
-
this.
|
|
17
|
-
this.u = null;
|
|
18
|
-
this.v = null;
|
|
16
|
+
this.aa = null;
|
|
19
17
|
this.w = null;
|
|
20
18
|
this.x = null;
|
|
19
|
+
this.y = null;
|
|
20
|
+
this.z = null;
|
|
21
21
|
}
|
|
22
22
|
get width() {
|
|
23
|
-
return this.
|
|
23
|
+
return this.aa;
|
|
24
24
|
}
|
|
25
25
|
set width(a) {
|
|
26
|
-
this.
|
|
26
|
+
this.aa = a;
|
|
27
27
|
this.g("Width");
|
|
28
28
|
}
|
|
29
29
|
get height() {
|
|
30
|
-
return this.
|
|
30
|
+
return this.w;
|
|
31
31
|
}
|
|
32
32
|
set height(a) {
|
|
33
|
-
this.
|
|
33
|
+
this.w = a;
|
|
34
34
|
this.g("Height");
|
|
35
35
|
}
|
|
36
36
|
get_type() {
|
|
37
37
|
return "Legend";
|
|
38
38
|
}
|
|
39
39
|
get orientation() {
|
|
40
|
-
return this.
|
|
40
|
+
return this.x;
|
|
41
41
|
}
|
|
42
42
|
set orientation(a) {
|
|
43
|
-
this.
|
|
43
|
+
this.x = a;
|
|
44
44
|
this.g("Orientation");
|
|
45
45
|
}
|
|
46
46
|
get textColor() {
|
|
47
|
-
return this.
|
|
47
|
+
return this.y;
|
|
48
48
|
}
|
|
49
49
|
set textColor(a) {
|
|
50
|
-
this.
|
|
50
|
+
this.y = a;
|
|
51
51
|
this.g("TextColor");
|
|
52
52
|
}
|
|
53
53
|
get textStyle() {
|
|
54
|
-
return this.
|
|
54
|
+
return this.z;
|
|
55
55
|
}
|
|
56
56
|
set textStyle(a) {
|
|
57
|
-
this.
|
|
57
|
+
this.z = a;
|
|
58
58
|
this.g("TextStyle");
|
|
59
59
|
}
|
|
60
60
|
}
|
|
@@ -0,0 +1,26 @@
|
|
|
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 { Description } from "./Description";
|
|
8
|
+
import { markType } from "./type";
|
|
9
|
+
/**
|
|
10
|
+
* @hidden
|
|
11
|
+
*/
|
|
12
|
+
export let LegendSizeChangedEventArgsDescription = /*@__PURE__*/ (() => {
|
|
13
|
+
class LegendSizeChangedEventArgsDescription extends Description {
|
|
14
|
+
constructor() {
|
|
15
|
+
super();
|
|
16
|
+
}
|
|
17
|
+
get_type() {
|
|
18
|
+
return "LegendSizeChangedEventArgs";
|
|
19
|
+
}
|
|
20
|
+
get type() {
|
|
21
|
+
return this.get_type();
|
|
22
|
+
}
|
|
23
|
+
}
|
|
24
|
+
LegendSizeChangedEventArgsDescription.$t = markType(LegendSizeChangedEventArgsDescription, 'LegendSizeChangedEventArgsDescription', Description.$);
|
|
25
|
+
return LegendSizeChangedEventArgsDescription;
|
|
26
|
+
})();
|
|
@@ -0,0 +1,36 @@
|
|
|
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 { Base, String_$type, markType } from "./type";
|
|
8
|
+
import { Dictionary$2 } from "./Dictionary$2";
|
|
9
|
+
import { LegendSizeChangedEventArgsDescription } from "./LegendSizeChangedEventArgsDescription";
|
|
10
|
+
/**
|
|
11
|
+
* @hidden
|
|
12
|
+
*/
|
|
13
|
+
export let LegendSizeChangedEventArgsDescriptionMetadata = /*@__PURE__*/ (() => {
|
|
14
|
+
class LegendSizeChangedEventArgsDescriptionMetadata extends Base {
|
|
15
|
+
static b(a) {
|
|
16
|
+
if (LegendSizeChangedEventArgsDescriptionMetadata.a == null) {
|
|
17
|
+
LegendSizeChangedEventArgsDescriptionMetadata.a = new Dictionary$2(String_$type, String_$type, 0);
|
|
18
|
+
LegendSizeChangedEventArgsDescriptionMetadata.c(LegendSizeChangedEventArgsDescriptionMetadata.a);
|
|
19
|
+
}
|
|
20
|
+
if (a.k(LegendSizeChangedEventArgsDescriptionMetadata.a)) {
|
|
21
|
+
return;
|
|
22
|
+
}
|
|
23
|
+
a.ac(LegendSizeChangedEventArgsDescriptionMetadata.a);
|
|
24
|
+
}
|
|
25
|
+
static c(a) {
|
|
26
|
+
}
|
|
27
|
+
static d(a) {
|
|
28
|
+
LegendSizeChangedEventArgsDescriptionMetadata.b(a);
|
|
29
|
+
a.ae("LegendSizeChangedEventArgs", () => new LegendSizeChangedEventArgsDescription());
|
|
30
|
+
a.ad("LegendSizeChangedEventArgs", LegendSizeChangedEventArgsDescriptionMetadata.a);
|
|
31
|
+
}
|
|
32
|
+
}
|
|
33
|
+
LegendSizeChangedEventArgsDescriptionMetadata.$t = markType(LegendSizeChangedEventArgsDescriptionMetadata, 'LegendSizeChangedEventArgsDescriptionMetadata');
|
|
34
|
+
LegendSizeChangedEventArgsDescriptionMetadata.a = null;
|
|
35
|
+
return LegendSizeChangedEventArgsDescriptionMetadata;
|
|
36
|
+
})();
|
|
@@ -13,112 +13,112 @@ export let NumericCellInfoDescription = /*@__PURE__*/ (() => {
|
|
|
13
13
|
class NumericCellInfoDescription extends CellInfoDescription {
|
|
14
14
|
constructor() {
|
|
15
15
|
super();
|
|
16
|
-
this.
|
|
17
|
-
this.
|
|
18
|
-
this.
|
|
19
|
-
this.
|
|
20
|
-
this.f1 = null;
|
|
16
|
+
this.fu = 0;
|
|
17
|
+
this.fq = false;
|
|
18
|
+
this.f4 = null;
|
|
19
|
+
this.fn = null;
|
|
21
20
|
this.f3 = null;
|
|
22
21
|
this.f5 = null;
|
|
23
|
-
this.
|
|
22
|
+
this.f7 = null;
|
|
24
23
|
this.f6 = null;
|
|
25
|
-
this.
|
|
26
|
-
this.fv = 0;
|
|
24
|
+
this.f8 = null;
|
|
27
25
|
this.fw = 0;
|
|
28
|
-
this.
|
|
26
|
+
this.fx = 0;
|
|
27
|
+
this.fy = 0;
|
|
28
|
+
this.fr = false;
|
|
29
29
|
}
|
|
30
30
|
get_type() {
|
|
31
31
|
return "NumericCellInfo";
|
|
32
32
|
}
|
|
33
33
|
get numericValue() {
|
|
34
|
-
return this.
|
|
34
|
+
return this.fu;
|
|
35
35
|
}
|
|
36
36
|
set numericValue(a) {
|
|
37
|
-
this.
|
|
37
|
+
this.fu = a;
|
|
38
38
|
this.g("NumericValue");
|
|
39
39
|
}
|
|
40
40
|
get hasDecimalValue() {
|
|
41
|
-
return this.
|
|
41
|
+
return this.fq;
|
|
42
42
|
}
|
|
43
43
|
set hasDecimalValue(a) {
|
|
44
|
-
this.
|
|
44
|
+
this.fq = a;
|
|
45
45
|
this.g("HasDecimalValue");
|
|
46
46
|
}
|
|
47
47
|
get formatStringOverride() {
|
|
48
|
-
return this.
|
|
48
|
+
return this.f4;
|
|
49
49
|
}
|
|
50
50
|
set formatStringOverride(a) {
|
|
51
|
-
this.
|
|
51
|
+
this.f4 = a;
|
|
52
52
|
this.g("FormatStringOverride");
|
|
53
53
|
}
|
|
54
54
|
get formatSpecifiers() {
|
|
55
|
-
return this.
|
|
55
|
+
return this.fn;
|
|
56
56
|
}
|
|
57
57
|
set formatSpecifiers(a) {
|
|
58
|
-
this.
|
|
58
|
+
this.fn = a;
|
|
59
59
|
this.g("FormatSpecifiers");
|
|
60
60
|
}
|
|
61
61
|
get formatOverrideRef() {
|
|
62
|
-
return this.
|
|
62
|
+
return this.f3;
|
|
63
63
|
}
|
|
64
64
|
set formatOverrideRef(a) {
|
|
65
|
-
this.
|
|
65
|
+
this.f3 = a;
|
|
66
66
|
this.g("FormatOverrideRef");
|
|
67
67
|
}
|
|
68
68
|
get negativePrefix() {
|
|
69
|
-
return this.
|
|
69
|
+
return this.f5;
|
|
70
70
|
}
|
|
71
71
|
set negativePrefix(a) {
|
|
72
|
-
this.
|
|
72
|
+
this.f5 = a;
|
|
73
73
|
this.g("NegativePrefix");
|
|
74
74
|
}
|
|
75
75
|
get positivePrefix() {
|
|
76
|
-
return this.
|
|
76
|
+
return this.f7;
|
|
77
77
|
}
|
|
78
78
|
set positivePrefix(a) {
|
|
79
|
-
this.
|
|
79
|
+
this.f7 = a;
|
|
80
80
|
this.g("PositivePrefix");
|
|
81
81
|
}
|
|
82
82
|
get negativeSuffix() {
|
|
83
|
-
return this.
|
|
83
|
+
return this.f6;
|
|
84
84
|
}
|
|
85
85
|
set negativeSuffix(a) {
|
|
86
|
-
this.
|
|
86
|
+
this.f6 = a;
|
|
87
87
|
this.g("NegativeSuffix");
|
|
88
88
|
}
|
|
89
89
|
get positiveSuffix() {
|
|
90
|
-
return this.
|
|
90
|
+
return this.f8;
|
|
91
91
|
}
|
|
92
92
|
set positiveSuffix(a) {
|
|
93
|
-
this.
|
|
93
|
+
this.f8 = a;
|
|
94
94
|
this.g("PositiveSuffix");
|
|
95
95
|
}
|
|
96
96
|
get maxFractionDigits() {
|
|
97
|
-
return this.
|
|
97
|
+
return this.fw;
|
|
98
98
|
}
|
|
99
99
|
set maxFractionDigits(a) {
|
|
100
|
-
this.
|
|
100
|
+
this.fw = a;
|
|
101
101
|
this.g("MaxFractionDigits");
|
|
102
102
|
}
|
|
103
103
|
get minFractionDigits() {
|
|
104
|
-
return this.
|
|
104
|
+
return this.fx;
|
|
105
105
|
}
|
|
106
106
|
set minFractionDigits(a) {
|
|
107
|
-
this.
|
|
107
|
+
this.fx = a;
|
|
108
108
|
this.g("MinFractionDigits");
|
|
109
109
|
}
|
|
110
110
|
get minIntegerDigits() {
|
|
111
|
-
return this.
|
|
111
|
+
return this.fy;
|
|
112
112
|
}
|
|
113
113
|
set minIntegerDigits(a) {
|
|
114
|
-
this.
|
|
114
|
+
this.fy = a;
|
|
115
115
|
this.g("MinIntegerDigits");
|
|
116
116
|
}
|
|
117
117
|
get showGroupingSeparator() {
|
|
118
|
-
return this.
|
|
118
|
+
return this.fr;
|
|
119
119
|
}
|
|
120
120
|
set showGroupingSeparator(a) {
|
|
121
|
-
this.
|
|
121
|
+
this.fr = a;
|
|
122
122
|
this.g("ShowGroupingSeparator");
|
|
123
123
|
}
|
|
124
124
|
}
|