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
|
@@ -13,32 +13,32 @@ export let SectionHeaderCellInfoDescription = /*@__PURE__*/ (() => {
|
|
|
13
13
|
class SectionHeaderCellInfoDescription extends CellInfoDescription {
|
|
14
14
|
constructor() {
|
|
15
15
|
super();
|
|
16
|
-
this.
|
|
17
|
-
this.fn = null;
|
|
16
|
+
this.fq = null;
|
|
18
17
|
this.fp = null;
|
|
18
|
+
this.fr = null;
|
|
19
19
|
}
|
|
20
20
|
get_type() {
|
|
21
21
|
return "SectionHeaderCellInfo";
|
|
22
22
|
}
|
|
23
23
|
get resolvedText() {
|
|
24
|
-
return this.
|
|
24
|
+
return this.fq;
|
|
25
25
|
}
|
|
26
26
|
set resolvedText(a) {
|
|
27
|
-
this.
|
|
27
|
+
this.fq = a;
|
|
28
28
|
this.g("ResolvedText");
|
|
29
29
|
}
|
|
30
30
|
get resolvedSummaryText() {
|
|
31
|
-
return this.
|
|
31
|
+
return this.fp;
|
|
32
32
|
}
|
|
33
33
|
set resolvedSummaryText(a) {
|
|
34
|
-
this.
|
|
34
|
+
this.fp = a;
|
|
35
35
|
this.g("ResolvedSummaryText");
|
|
36
36
|
}
|
|
37
37
|
get summaryDisplayMode() {
|
|
38
|
-
return this.
|
|
38
|
+
return this.fr;
|
|
39
39
|
}
|
|
40
40
|
set summaryDisplayMode(a) {
|
|
41
|
-
this.
|
|
41
|
+
this.fr = a;
|
|
42
42
|
this.g("SummaryDisplayMode");
|
|
43
43
|
}
|
|
44
44
|
}
|
|
@@ -13,64 +13,64 @@ export let SummaryCellInfoDescription = /*@__PURE__*/ (() => {
|
|
|
13
13
|
class SummaryCellInfoDescription extends CellInfoDescription {
|
|
14
14
|
constructor() {
|
|
15
15
|
super();
|
|
16
|
-
this.fp = null;
|
|
17
|
-
this.fq = null;
|
|
18
|
-
this.fu = null;
|
|
19
16
|
this.fr = null;
|
|
20
|
-
this.fm = 0;
|
|
21
17
|
this.fs = null;
|
|
18
|
+
this.fw = null;
|
|
22
19
|
this.ft = null;
|
|
20
|
+
this.fo = 0;
|
|
21
|
+
this.fu = null;
|
|
22
|
+
this.fv = null;
|
|
23
23
|
}
|
|
24
24
|
get_type() {
|
|
25
25
|
return "SummaryCellInfo";
|
|
26
26
|
}
|
|
27
27
|
get resolvedSummaryLabel() {
|
|
28
|
-
return this.
|
|
28
|
+
return this.fr;
|
|
29
29
|
}
|
|
30
30
|
set resolvedSummaryLabel(a) {
|
|
31
|
-
this.
|
|
31
|
+
this.fr = a;
|
|
32
32
|
this.g("ResolvedSummaryLabel");
|
|
33
33
|
}
|
|
34
34
|
get resolvedSummaryValue() {
|
|
35
|
-
return this.
|
|
35
|
+
return this.fs;
|
|
36
36
|
}
|
|
37
37
|
set resolvedSummaryValue(a) {
|
|
38
|
-
this.
|
|
38
|
+
this.fs = a;
|
|
39
39
|
this.g("ResolvedSummaryValue");
|
|
40
40
|
}
|
|
41
41
|
get summaryLabelTextColor() {
|
|
42
|
-
return this.
|
|
42
|
+
return this.fw;
|
|
43
43
|
}
|
|
44
44
|
set summaryLabelTextColor(a) {
|
|
45
|
-
this.
|
|
45
|
+
this.fw = a;
|
|
46
46
|
this.g("SummaryLabelTextColor");
|
|
47
47
|
}
|
|
48
48
|
get summaryLabelFontFamily() {
|
|
49
|
-
return this.
|
|
49
|
+
return this.ft;
|
|
50
50
|
}
|
|
51
51
|
set summaryLabelFontFamily(a) {
|
|
52
|
-
this.
|
|
52
|
+
this.ft = a;
|
|
53
53
|
this.g("SummaryLabelFontFamily");
|
|
54
54
|
}
|
|
55
55
|
get summaryLabelFontSize() {
|
|
56
|
-
return this.
|
|
56
|
+
return this.fo;
|
|
57
57
|
}
|
|
58
58
|
set summaryLabelFontSize(a) {
|
|
59
|
-
this.
|
|
59
|
+
this.fo = a;
|
|
60
60
|
this.g("SummaryLabelFontSize");
|
|
61
61
|
}
|
|
62
62
|
get summaryLabelFontStyle() {
|
|
63
|
-
return this.
|
|
63
|
+
return this.fu;
|
|
64
64
|
}
|
|
65
65
|
set summaryLabelFontStyle(a) {
|
|
66
|
-
this.
|
|
66
|
+
this.fu = a;
|
|
67
67
|
this.g("SummaryLabelFontStyle");
|
|
68
68
|
}
|
|
69
69
|
get summaryLabelFontWeight() {
|
|
70
|
-
return this.
|
|
70
|
+
return this.fv;
|
|
71
71
|
}
|
|
72
72
|
set summaryLabelFontWeight(a) {
|
|
73
|
-
this.
|
|
73
|
+
this.fv = a;
|
|
74
74
|
this.g("SummaryLabelFontWeight");
|
|
75
75
|
}
|
|
76
76
|
}
|
|
@@ -13,16 +13,16 @@ export let TemplateCellInfoDescription = /*@__PURE__*/ (() => {
|
|
|
13
13
|
class TemplateCellInfoDescription extends CellInfoDescription {
|
|
14
14
|
constructor() {
|
|
15
15
|
super();
|
|
16
|
-
this.
|
|
16
|
+
this.fp = null;
|
|
17
17
|
}
|
|
18
18
|
get_type() {
|
|
19
19
|
return "TemplateCellInfo";
|
|
20
20
|
}
|
|
21
21
|
get valueRef() {
|
|
22
|
-
return this.
|
|
22
|
+
return this.fp;
|
|
23
23
|
}
|
|
24
24
|
set valueRef(a) {
|
|
25
|
-
this.
|
|
25
|
+
this.fp = a;
|
|
26
26
|
this.g("ValueRef");
|
|
27
27
|
}
|
|
28
28
|
}
|
|
@@ -13,24 +13,24 @@ export let TemplateColumnDescription = /*@__PURE__*/ (() => {
|
|
|
13
13
|
class TemplateColumnDescription extends DataGridColumnDescription {
|
|
14
14
|
constructor() {
|
|
15
15
|
super();
|
|
16
|
-
this.
|
|
17
|
-
this.
|
|
16
|
+
this.f6 = null;
|
|
17
|
+
this.f5 = null;
|
|
18
18
|
}
|
|
19
19
|
get templateRef() {
|
|
20
|
-
return this.
|
|
20
|
+
return this.f6;
|
|
21
21
|
}
|
|
22
22
|
set templateRef(a) {
|
|
23
|
-
this.
|
|
23
|
+
this.f6 = a;
|
|
24
24
|
this.g("TemplateRef");
|
|
25
25
|
}
|
|
26
26
|
get_type() {
|
|
27
27
|
return "TemplateColumn";
|
|
28
28
|
}
|
|
29
29
|
get cellUpdatingRef() {
|
|
30
|
-
return this.
|
|
30
|
+
return this.f5;
|
|
31
31
|
}
|
|
32
32
|
set cellUpdatingRef(a) {
|
|
33
|
-
this.
|
|
33
|
+
this.f5 = a;
|
|
34
34
|
this.g("CellUpdatingRef");
|
|
35
35
|
}
|
|
36
36
|
}
|
|
@@ -13,16 +13,16 @@ export let TemplateHeaderCellInfoDescription = /*@__PURE__*/ (() => {
|
|
|
13
13
|
class TemplateHeaderCellInfoDescription extends TemplateCellInfoDescription {
|
|
14
14
|
constructor() {
|
|
15
15
|
super();
|
|
16
|
-
this.
|
|
16
|
+
this.fs = false;
|
|
17
17
|
}
|
|
18
18
|
get_type() {
|
|
19
19
|
return "TemplateHeaderCellInfo";
|
|
20
20
|
}
|
|
21
21
|
get isFilterUIVisible() {
|
|
22
|
-
return this.
|
|
22
|
+
return this.fs;
|
|
23
23
|
}
|
|
24
24
|
set isFilterUIVisible(a) {
|
|
25
|
-
this.
|
|
25
|
+
this.fs = a;
|
|
26
26
|
this.g("IsFilterUIVisible");
|
|
27
27
|
}
|
|
28
28
|
}
|
|
@@ -13,16 +13,16 @@ export let TextCellInfoDescription = /*@__PURE__*/ (() => {
|
|
|
13
13
|
class TextCellInfoDescription extends CellInfoDescription {
|
|
14
14
|
constructor() {
|
|
15
15
|
super();
|
|
16
|
-
this.
|
|
16
|
+
this.fp = null;
|
|
17
17
|
}
|
|
18
18
|
get_type() {
|
|
19
19
|
return "TextCellInfo";
|
|
20
20
|
}
|
|
21
21
|
get textValue() {
|
|
22
|
-
return this.
|
|
22
|
+
return this.fp;
|
|
23
23
|
}
|
|
24
24
|
set textValue(a) {
|
|
25
|
-
this.
|
|
25
|
+
this.fp = a;
|
|
26
26
|
this.g("TextValue");
|
|
27
27
|
}
|
|
28
28
|
}
|
|
@@ -13,48 +13,48 @@ export let TextColumnDescription = /*@__PURE__*/ (() => {
|
|
|
13
13
|
class TextColumnDescription extends DataGridColumnDescription {
|
|
14
14
|
constructor() {
|
|
15
15
|
super();
|
|
16
|
+
this.f9 = null;
|
|
16
17
|
this.f7 = null;
|
|
17
|
-
this.
|
|
18
|
-
this.f1 = null;
|
|
19
|
-
this.f6 = null;
|
|
18
|
+
this.f3 = null;
|
|
20
19
|
this.f8 = null;
|
|
20
|
+
this.ga = null;
|
|
21
21
|
}
|
|
22
22
|
get_type() {
|
|
23
23
|
return "TextColumn";
|
|
24
24
|
}
|
|
25
25
|
get editorType() {
|
|
26
|
-
return this.
|
|
26
|
+
return this.f9;
|
|
27
27
|
}
|
|
28
28
|
set editorType(a) {
|
|
29
|
-
this.
|
|
29
|
+
this.f9 = a;
|
|
30
30
|
this.g("EditorType");
|
|
31
31
|
}
|
|
32
32
|
get editorDataSourceRef() {
|
|
33
|
-
return this.
|
|
33
|
+
return this.f7;
|
|
34
34
|
}
|
|
35
35
|
set editorDataSourceRef(a) {
|
|
36
|
-
this.
|
|
36
|
+
this.f7 = a;
|
|
37
37
|
this.g("EditorDataSourceRef");
|
|
38
38
|
}
|
|
39
39
|
get editorDataSource() {
|
|
40
|
-
return this.
|
|
40
|
+
return this.f3;
|
|
41
41
|
}
|
|
42
42
|
set editorDataSource(a) {
|
|
43
|
-
this.
|
|
43
|
+
this.f3 = a;
|
|
44
44
|
this.g("EditorDataSource");
|
|
45
45
|
}
|
|
46
46
|
get editorTextField() {
|
|
47
|
-
return this.
|
|
47
|
+
return this.f8;
|
|
48
48
|
}
|
|
49
49
|
set editorTextField(a) {
|
|
50
|
-
this.
|
|
50
|
+
this.f8 = a;
|
|
51
51
|
this.g("EditorTextField");
|
|
52
52
|
}
|
|
53
53
|
get editorValueField() {
|
|
54
|
-
return this.
|
|
54
|
+
return this.ga;
|
|
55
55
|
}
|
|
56
56
|
set editorValueField(a) {
|
|
57
|
-
this.
|
|
57
|
+
this.ga = a;
|
|
58
58
|
this.g("EditorValueField");
|
|
59
59
|
}
|
|
60
60
|
}
|
|
@@ -13,48 +13,48 @@ export let TextHeaderCellInfoDescription = /*@__PURE__*/ (() => {
|
|
|
13
13
|
class TextHeaderCellInfoDescription extends TextCellInfoDescription {
|
|
14
14
|
constructor() {
|
|
15
15
|
super();
|
|
16
|
-
this.
|
|
17
|
-
this.
|
|
18
|
-
this.ft = null;
|
|
16
|
+
this.fs = false;
|
|
17
|
+
this.fy = null;
|
|
19
18
|
this.fv = null;
|
|
20
|
-
this.
|
|
19
|
+
this.fx = null;
|
|
20
|
+
this.fw = null;
|
|
21
21
|
}
|
|
22
22
|
get_type() {
|
|
23
23
|
return "TextHeaderCellInfo";
|
|
24
24
|
}
|
|
25
25
|
get isColumnOptionsEnabled() {
|
|
26
|
-
return this.
|
|
26
|
+
return this.fs;
|
|
27
27
|
}
|
|
28
28
|
set isColumnOptionsEnabled(a) {
|
|
29
|
-
this.
|
|
29
|
+
this.fs = a;
|
|
30
30
|
this.g("IsColumnOptionsEnabled");
|
|
31
31
|
}
|
|
32
32
|
get sortIndicatorStyle() {
|
|
33
|
-
return this.
|
|
33
|
+
return this.fy;
|
|
34
34
|
}
|
|
35
35
|
set sortIndicatorStyle(a) {
|
|
36
|
-
this.
|
|
36
|
+
this.fy = a;
|
|
37
37
|
this.g("SortIndicatorStyle");
|
|
38
38
|
}
|
|
39
39
|
get columnOptionsIconAlignment() {
|
|
40
|
-
return this.
|
|
40
|
+
return this.fv;
|
|
41
41
|
}
|
|
42
42
|
set columnOptionsIconAlignment(a) {
|
|
43
|
-
this.
|
|
43
|
+
this.fv = a;
|
|
44
44
|
this.g("ColumnOptionsIconAlignment");
|
|
45
45
|
}
|
|
46
46
|
get columnOptionsIconColor() {
|
|
47
|
-
return this.
|
|
47
|
+
return this.fx;
|
|
48
48
|
}
|
|
49
49
|
set columnOptionsIconColor(a) {
|
|
50
|
-
this.
|
|
50
|
+
this.fx = a;
|
|
51
51
|
this.g("ColumnOptionsIconColor");
|
|
52
52
|
}
|
|
53
53
|
get columnOptionsIconBehavior() {
|
|
54
|
-
return this.
|
|
54
|
+
return this.fw;
|
|
55
55
|
}
|
|
56
56
|
set columnOptionsIconBehavior(a) {
|
|
57
|
-
this.
|
|
57
|
+
this.fw = a;
|
|
58
58
|
this.g("ColumnOptionsIconBehavior");
|
|
59
59
|
}
|
|
60
60
|
}
|
|
@@ -13,16 +13,16 @@ export let ToolActionButtonInfoDescription = /*@__PURE__*/ (() => {
|
|
|
13
13
|
class ToolActionButtonInfoDescription extends ToolActionInfoDescription {
|
|
14
14
|
constructor() {
|
|
15
15
|
super();
|
|
16
|
-
this.
|
|
16
|
+
this.bo = null;
|
|
17
17
|
}
|
|
18
18
|
get_type() {
|
|
19
19
|
return "ToolActionButtonInfo";
|
|
20
20
|
}
|
|
21
21
|
get displayType() {
|
|
22
|
-
return this.
|
|
22
|
+
return this.bo;
|
|
23
23
|
}
|
|
24
24
|
set displayType(a) {
|
|
25
|
-
this.
|
|
25
|
+
this.bo = a;
|
|
26
26
|
this.g("DisplayType");
|
|
27
27
|
}
|
|
28
28
|
}
|
|
@@ -17,6 +17,9 @@ export let ToolActionButtonPairInfo = /*@__PURE__*/ (() => {
|
|
|
17
17
|
this._leftCommandArgument = null;
|
|
18
18
|
this._leftIconName = null;
|
|
19
19
|
this._leftIconCollectionName = null;
|
|
20
|
+
this._leftIconFill = null;
|
|
21
|
+
this._leftIconStroke = null;
|
|
22
|
+
this._leftIconStrokeWidth = 0;
|
|
20
23
|
this._isToggleDisabled = false;
|
|
21
24
|
this._leftIconViewBoxLeft = 0;
|
|
22
25
|
this._leftIconViewBoxTop = 0;
|
|
@@ -26,6 +29,9 @@ export let ToolActionButtonPairInfo = /*@__PURE__*/ (() => {
|
|
|
26
29
|
this._rightCommandArgument = null;
|
|
27
30
|
this._rightIconName = null;
|
|
28
31
|
this._rightIconCollectionName = null;
|
|
32
|
+
this._rightIconFill = null;
|
|
33
|
+
this._rightIconStroke = null;
|
|
34
|
+
this._rightIconStrokeWidth = 0;
|
|
29
35
|
this._rightIconViewBoxLeft = 0;
|
|
30
36
|
this._rightIconViewBoxTop = 0;
|
|
31
37
|
this._rightIconViewBoxWidth = 0;
|
|
@@ -34,10 +40,12 @@ export let ToolActionButtonPairInfo = /*@__PURE__*/ (() => {
|
|
|
34
40
|
this.leftIconViewBoxTop = NaN;
|
|
35
41
|
this.leftIconViewBoxWidth = NaN;
|
|
36
42
|
this.leftIconViewBoxHeight = NaN;
|
|
43
|
+
this.leftIconStrokeWidth = NaN;
|
|
37
44
|
this.rightIconViewBoxLeft = NaN;
|
|
38
45
|
this.rightIconViewBoxTop = NaN;
|
|
39
46
|
this.rightIconViewBoxWidth = NaN;
|
|
40
47
|
this.rightIconViewBoxHeight = NaN;
|
|
48
|
+
this.rightIconStrokeWidth = NaN;
|
|
41
49
|
}
|
|
42
50
|
get_d() {
|
|
43
51
|
return 13;
|
|
@@ -66,6 +74,24 @@ export let ToolActionButtonPairInfo = /*@__PURE__*/ (() => {
|
|
|
66
74
|
set leftIconCollectionName(a) {
|
|
67
75
|
this._leftIconCollectionName = a;
|
|
68
76
|
}
|
|
77
|
+
get leftIconFill() {
|
|
78
|
+
return this._leftIconFill;
|
|
79
|
+
}
|
|
80
|
+
set leftIconFill(a) {
|
|
81
|
+
this._leftIconFill = a;
|
|
82
|
+
}
|
|
83
|
+
get leftIconStroke() {
|
|
84
|
+
return this._leftIconStroke;
|
|
85
|
+
}
|
|
86
|
+
set leftIconStroke(a) {
|
|
87
|
+
this._leftIconStroke = a;
|
|
88
|
+
}
|
|
89
|
+
get leftIconStrokeWidth() {
|
|
90
|
+
return this._leftIconStrokeWidth;
|
|
91
|
+
}
|
|
92
|
+
set leftIconStrokeWidth(a) {
|
|
93
|
+
this._leftIconStrokeWidth = a;
|
|
94
|
+
}
|
|
69
95
|
get isToggleDisabled() {
|
|
70
96
|
return this._isToggleDisabled;
|
|
71
97
|
}
|
|
@@ -120,6 +146,24 @@ export let ToolActionButtonPairInfo = /*@__PURE__*/ (() => {
|
|
|
120
146
|
set rightIconCollectionName(a) {
|
|
121
147
|
this._rightIconCollectionName = a;
|
|
122
148
|
}
|
|
149
|
+
get rightIconFill() {
|
|
150
|
+
return this._rightIconFill;
|
|
151
|
+
}
|
|
152
|
+
set rightIconFill(a) {
|
|
153
|
+
this._rightIconFill = a;
|
|
154
|
+
}
|
|
155
|
+
get rightIconStroke() {
|
|
156
|
+
return this._rightIconStroke;
|
|
157
|
+
}
|
|
158
|
+
set rightIconStroke(a) {
|
|
159
|
+
this._rightIconStroke = a;
|
|
160
|
+
}
|
|
161
|
+
get rightIconStrokeWidth() {
|
|
162
|
+
return this._rightIconStrokeWidth;
|
|
163
|
+
}
|
|
164
|
+
set rightIconStrokeWidth(a) {
|
|
165
|
+
this._rightIconStrokeWidth = a;
|
|
166
|
+
}
|
|
123
167
|
get rightIconViewBoxLeft() {
|
|
124
168
|
return this._rightIconViewBoxLeft;
|
|
125
169
|
}
|
|
@@ -13,144 +13,144 @@ export let ToolActionButtonPairInfoDescription = /*@__PURE__*/ (() => {
|
|
|
13
13
|
class ToolActionButtonPairInfoDescription extends ToolActionInfoDescription {
|
|
14
14
|
constructor() {
|
|
15
15
|
super();
|
|
16
|
-
this.
|
|
17
|
-
this.b0 = null;
|
|
18
|
-
this.b2 = null;
|
|
19
|
-
this.b1 = null;
|
|
20
|
-
this.bh = false;
|
|
21
|
-
this.bk = 0;
|
|
22
|
-
this.bl = 0;
|
|
23
|
-
this.bm = 0;
|
|
24
|
-
this.bj = 0;
|
|
25
|
-
this.b7 = null;
|
|
26
|
-
this.b4 = null;
|
|
16
|
+
this.b9 = null;
|
|
27
17
|
this.b6 = null;
|
|
28
|
-
this.
|
|
29
|
-
this.
|
|
30
|
-
this.
|
|
18
|
+
this.b8 = null;
|
|
19
|
+
this.b7 = null;
|
|
20
|
+
this.bn = false;
|
|
31
21
|
this.bq = 0;
|
|
32
|
-
this.
|
|
22
|
+
this.br = 0;
|
|
23
|
+
this.bs = 0;
|
|
24
|
+
this.bp = 0;
|
|
25
|
+
this.cd = null;
|
|
26
|
+
this.ca = null;
|
|
27
|
+
this.cc = null;
|
|
28
|
+
this.cb = null;
|
|
29
|
+
this.bu = 0;
|
|
30
|
+
this.bv = 0;
|
|
31
|
+
this.bw = 0;
|
|
32
|
+
this.bt = 0;
|
|
33
33
|
}
|
|
34
34
|
get_type() {
|
|
35
35
|
return "ToolActionButtonPairInfo";
|
|
36
36
|
}
|
|
37
37
|
get leftTitle() {
|
|
38
|
-
return this.
|
|
38
|
+
return this.b9;
|
|
39
39
|
}
|
|
40
40
|
set leftTitle(a) {
|
|
41
|
-
this.
|
|
41
|
+
this.b9 = a;
|
|
42
42
|
this.g("LeftTitle");
|
|
43
43
|
}
|
|
44
44
|
get leftCommandArgument() {
|
|
45
|
-
return this.
|
|
45
|
+
return this.b6;
|
|
46
46
|
}
|
|
47
47
|
set leftCommandArgument(a) {
|
|
48
|
-
this.
|
|
48
|
+
this.b6 = a;
|
|
49
49
|
this.g("LeftCommandArgument");
|
|
50
50
|
}
|
|
51
51
|
get leftIconName() {
|
|
52
|
-
return this.
|
|
52
|
+
return this.b8;
|
|
53
53
|
}
|
|
54
54
|
set leftIconName(a) {
|
|
55
|
-
this.
|
|
55
|
+
this.b8 = a;
|
|
56
56
|
this.g("LeftIconName");
|
|
57
57
|
}
|
|
58
58
|
get leftIconCollectionName() {
|
|
59
|
-
return this.
|
|
59
|
+
return this.b7;
|
|
60
60
|
}
|
|
61
61
|
set leftIconCollectionName(a) {
|
|
62
|
-
this.
|
|
62
|
+
this.b7 = a;
|
|
63
63
|
this.g("LeftIconCollectionName");
|
|
64
64
|
}
|
|
65
65
|
get isToggleDisabled() {
|
|
66
|
-
return this.
|
|
66
|
+
return this.bn;
|
|
67
67
|
}
|
|
68
68
|
set isToggleDisabled(a) {
|
|
69
|
-
this.
|
|
69
|
+
this.bn = a;
|
|
70
70
|
this.g("IsToggleDisabled");
|
|
71
71
|
}
|
|
72
72
|
get leftIconViewBoxLeft() {
|
|
73
|
-
return this.
|
|
73
|
+
return this.bq;
|
|
74
74
|
}
|
|
75
75
|
set leftIconViewBoxLeft(a) {
|
|
76
|
-
this.
|
|
76
|
+
this.bq = a;
|
|
77
77
|
this.g("LeftIconViewBoxLeft");
|
|
78
78
|
}
|
|
79
79
|
get leftIconViewBoxTop() {
|
|
80
|
-
return this.
|
|
80
|
+
return this.br;
|
|
81
81
|
}
|
|
82
82
|
set leftIconViewBoxTop(a) {
|
|
83
|
-
this.
|
|
83
|
+
this.br = a;
|
|
84
84
|
this.g("LeftIconViewBoxTop");
|
|
85
85
|
}
|
|
86
86
|
get leftIconViewBoxWidth() {
|
|
87
|
-
return this.
|
|
87
|
+
return this.bs;
|
|
88
88
|
}
|
|
89
89
|
set leftIconViewBoxWidth(a) {
|
|
90
|
-
this.
|
|
90
|
+
this.bs = a;
|
|
91
91
|
this.g("LeftIconViewBoxWidth");
|
|
92
92
|
}
|
|
93
93
|
get leftIconViewBoxHeight() {
|
|
94
|
-
return this.
|
|
94
|
+
return this.bp;
|
|
95
95
|
}
|
|
96
96
|
set leftIconViewBoxHeight(a) {
|
|
97
|
-
this.
|
|
97
|
+
this.bp = a;
|
|
98
98
|
this.g("LeftIconViewBoxHeight");
|
|
99
99
|
}
|
|
100
100
|
get rightTitle() {
|
|
101
|
-
return this.
|
|
101
|
+
return this.cd;
|
|
102
102
|
}
|
|
103
103
|
set rightTitle(a) {
|
|
104
|
-
this.
|
|
104
|
+
this.cd = a;
|
|
105
105
|
this.g("RightTitle");
|
|
106
106
|
}
|
|
107
107
|
get rightCommandArgument() {
|
|
108
|
-
return this.
|
|
108
|
+
return this.ca;
|
|
109
109
|
}
|
|
110
110
|
set rightCommandArgument(a) {
|
|
111
|
-
this.
|
|
111
|
+
this.ca = a;
|
|
112
112
|
this.g("RightCommandArgument");
|
|
113
113
|
}
|
|
114
114
|
get rightIconName() {
|
|
115
|
-
return this.
|
|
115
|
+
return this.cc;
|
|
116
116
|
}
|
|
117
117
|
set rightIconName(a) {
|
|
118
|
-
this.
|
|
118
|
+
this.cc = a;
|
|
119
119
|
this.g("RightIconName");
|
|
120
120
|
}
|
|
121
121
|
get rightIconCollectionName() {
|
|
122
|
-
return this.
|
|
122
|
+
return this.cb;
|
|
123
123
|
}
|
|
124
124
|
set rightIconCollectionName(a) {
|
|
125
|
-
this.
|
|
125
|
+
this.cb = a;
|
|
126
126
|
this.g("RightIconCollectionName");
|
|
127
127
|
}
|
|
128
128
|
get rightIconViewBoxLeft() {
|
|
129
|
-
return this.
|
|
129
|
+
return this.bu;
|
|
130
130
|
}
|
|
131
131
|
set rightIconViewBoxLeft(a) {
|
|
132
|
-
this.
|
|
132
|
+
this.bu = a;
|
|
133
133
|
this.g("RightIconViewBoxLeft");
|
|
134
134
|
}
|
|
135
135
|
get rightIconViewBoxTop() {
|
|
136
|
-
return this.
|
|
136
|
+
return this.bv;
|
|
137
137
|
}
|
|
138
138
|
set rightIconViewBoxTop(a) {
|
|
139
|
-
this.
|
|
139
|
+
this.bv = a;
|
|
140
140
|
this.g("RightIconViewBoxTop");
|
|
141
141
|
}
|
|
142
142
|
get rightIconViewBoxWidth() {
|
|
143
|
-
return this.
|
|
143
|
+
return this.bw;
|
|
144
144
|
}
|
|
145
145
|
set rightIconViewBoxWidth(a) {
|
|
146
|
-
this.
|
|
146
|
+
this.bw = a;
|
|
147
147
|
this.g("RightIconViewBoxWidth");
|
|
148
148
|
}
|
|
149
149
|
get rightIconViewBoxHeight() {
|
|
150
|
-
return this.
|
|
150
|
+
return this.bt;
|
|
151
151
|
}
|
|
152
152
|
set rightIconViewBoxHeight(a) {
|
|
153
|
-
this.
|
|
153
|
+
this.bt = a;
|
|
154
154
|
this.g("RightIconViewBoxHeight");
|
|
155
155
|
}
|
|
156
156
|
}
|
|
@@ -13,16 +13,16 @@ export let ToolActionCheckboxInfoDescription = /*@__PURE__*/ (() => {
|
|
|
13
13
|
class ToolActionCheckboxInfoDescription extends ToolActionInfoDescription {
|
|
14
14
|
constructor() {
|
|
15
15
|
super();
|
|
16
|
-
this.
|
|
16
|
+
this.bn = false;
|
|
17
17
|
}
|
|
18
18
|
get_type() {
|
|
19
19
|
return "ToolActionCheckboxInfo";
|
|
20
20
|
}
|
|
21
21
|
get isChecked() {
|
|
22
|
-
return this.
|
|
22
|
+
return this.bn;
|
|
23
23
|
}
|
|
24
24
|
set isChecked(a) {
|
|
25
|
-
this.
|
|
25
|
+
this.bn = a;
|
|
26
26
|
this.g("IsChecked");
|
|
27
27
|
}
|
|
28
28
|
}
|