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,48 +13,48 @@ export let ToolActionCheckboxListInfoDescription = /*@__PURE__*/ (() => {
|
|
|
13
13
|
class ToolActionCheckboxListInfoDescription extends ToolActionInfoDescription {
|
|
14
14
|
constructor() {
|
|
15
15
|
super();
|
|
16
|
-
this.
|
|
16
|
+
this.bt = null;
|
|
17
|
+
this.bs = null;
|
|
18
|
+
this.bu = null;
|
|
19
|
+
this.bp = false;
|
|
17
20
|
this.bm = null;
|
|
18
|
-
this.bo = null;
|
|
19
|
-
this.bj = false;
|
|
20
|
-
this.bg = null;
|
|
21
21
|
}
|
|
22
22
|
get_type() {
|
|
23
23
|
return "ToolActionCheckboxListInfo";
|
|
24
24
|
}
|
|
25
25
|
get dataSourceRef() {
|
|
26
|
-
return this.
|
|
26
|
+
return this.bt;
|
|
27
27
|
}
|
|
28
28
|
set dataSourceRef(a) {
|
|
29
|
-
this.
|
|
29
|
+
this.bt = a;
|
|
30
30
|
this.g("DataSourceRef");
|
|
31
31
|
}
|
|
32
32
|
get dataMemberPath() {
|
|
33
|
-
return this.
|
|
33
|
+
return this.bs;
|
|
34
34
|
}
|
|
35
35
|
set dataMemberPath(a) {
|
|
36
|
-
this.
|
|
36
|
+
this.bs = a;
|
|
37
37
|
this.g("DataMemberPath");
|
|
38
38
|
}
|
|
39
39
|
get selectedMemberPath() {
|
|
40
|
-
return this.
|
|
40
|
+
return this.bu;
|
|
41
41
|
}
|
|
42
42
|
set selectedMemberPath(a) {
|
|
43
|
-
this.
|
|
43
|
+
this.bu = a;
|
|
44
44
|
this.g("SelectedMemberPath");
|
|
45
45
|
}
|
|
46
46
|
get showSelectAll() {
|
|
47
|
-
return this.
|
|
47
|
+
return this.bp;
|
|
48
48
|
}
|
|
49
49
|
set showSelectAll(a) {
|
|
50
|
-
this.
|
|
50
|
+
this.bp = a;
|
|
51
51
|
this.g("ShowSelectAll");
|
|
52
52
|
}
|
|
53
53
|
get primaryKey() {
|
|
54
|
-
return this.
|
|
54
|
+
return this.bm;
|
|
55
55
|
}
|
|
56
56
|
set primaryKey(a) {
|
|
57
|
-
this.
|
|
57
|
+
this.bm = a;
|
|
58
58
|
this.g("PrimaryKey");
|
|
59
59
|
}
|
|
60
60
|
}
|
|
@@ -13,16 +13,16 @@ export let ToolActionColorEditorInfoDescription = /*@__PURE__*/ (() => {
|
|
|
13
13
|
class ToolActionColorEditorInfoDescription extends ToolActionInfoDescription {
|
|
14
14
|
constructor() {
|
|
15
15
|
super();
|
|
16
|
-
this.
|
|
16
|
+
this.bo = null;
|
|
17
17
|
}
|
|
18
18
|
get_type() {
|
|
19
19
|
return "ToolActionColorEditorInfo";
|
|
20
20
|
}
|
|
21
21
|
get value() {
|
|
22
|
-
return this.
|
|
22
|
+
return this.bo;
|
|
23
23
|
}
|
|
24
24
|
set value(a) {
|
|
25
|
-
this.
|
|
25
|
+
this.bo = a;
|
|
26
26
|
this.g("Value");
|
|
27
27
|
}
|
|
28
28
|
}
|
|
@@ -13,40 +13,40 @@ export let ToolActionComboInfoDescription = /*@__PURE__*/ (() => {
|
|
|
13
13
|
class ToolActionComboInfoDescription extends ToolActionInfoDescription {
|
|
14
14
|
constructor() {
|
|
15
15
|
super();
|
|
16
|
-
this.
|
|
17
|
-
this.
|
|
18
|
-
this.
|
|
19
|
-
this.
|
|
16
|
+
this.bo = null;
|
|
17
|
+
this.bp = null;
|
|
18
|
+
this.br = null;
|
|
19
|
+
this.bq = null;
|
|
20
20
|
}
|
|
21
21
|
get_type() {
|
|
22
22
|
return "ToolActionComboInfo";
|
|
23
23
|
}
|
|
24
24
|
get dataSourceRef() {
|
|
25
|
-
return this.
|
|
25
|
+
return this.bo;
|
|
26
26
|
}
|
|
27
27
|
set dataSourceRef(a) {
|
|
28
|
-
this.
|
|
28
|
+
this.bo = a;
|
|
29
29
|
this.g("DataSourceRef");
|
|
30
30
|
}
|
|
31
31
|
get displayMemberPath() {
|
|
32
|
-
return this.
|
|
32
|
+
return this.bp;
|
|
33
33
|
}
|
|
34
34
|
set displayMemberPath(a) {
|
|
35
|
-
this.
|
|
35
|
+
this.bp = a;
|
|
36
36
|
this.g("DisplayMemberPath");
|
|
37
37
|
}
|
|
38
38
|
get valueMemberPath() {
|
|
39
|
-
return this.
|
|
39
|
+
return this.br;
|
|
40
40
|
}
|
|
41
41
|
set valueMemberPath(a) {
|
|
42
|
-
this.
|
|
42
|
+
this.br = a;
|
|
43
43
|
this.g("ValueMemberPath");
|
|
44
44
|
}
|
|
45
45
|
get selectedValuesRef() {
|
|
46
|
-
return this.
|
|
46
|
+
return this.bq;
|
|
47
47
|
}
|
|
48
48
|
set selectedValuesRef(a) {
|
|
49
|
-
this.
|
|
49
|
+
this.bq = a;
|
|
50
50
|
this.g("SelectedValuesRef");
|
|
51
51
|
}
|
|
52
52
|
}
|
|
@@ -15,7 +15,7 @@ export let ToolActionFieldSelectorInfo = /*@__PURE__*/ (() => {
|
|
|
15
15
|
super(...arguments);
|
|
16
16
|
this._dataSource = null;
|
|
17
17
|
this._fieldType = 0;
|
|
18
|
-
this.
|
|
18
|
+
this.ak = null;
|
|
19
19
|
this._updateDataSource = false;
|
|
20
20
|
this._singleSelection = false;
|
|
21
21
|
this._aggregations = null;
|
|
@@ -13,64 +13,64 @@ export let ToolActionFieldSelectorInfoDescription = /*@__PURE__*/ (() => {
|
|
|
13
13
|
class ToolActionFieldSelectorInfoDescription extends ToolActionInfoDescription {
|
|
14
14
|
constructor() {
|
|
15
15
|
super();
|
|
16
|
-
this.
|
|
17
|
-
this.
|
|
18
|
-
this.
|
|
19
|
-
this.
|
|
20
|
-
this.
|
|
21
|
-
this.
|
|
22
|
-
this.
|
|
16
|
+
this.bt = null;
|
|
17
|
+
this.bu = null;
|
|
18
|
+
this.bo = false;
|
|
19
|
+
this.bn = false;
|
|
20
|
+
this.bs = null;
|
|
21
|
+
this.bv = null;
|
|
22
|
+
this.bw = null;
|
|
23
23
|
}
|
|
24
24
|
get_type() {
|
|
25
25
|
return "ToolActionFieldSelectorInfo";
|
|
26
26
|
}
|
|
27
27
|
get dataSourceRef() {
|
|
28
|
-
return this.
|
|
28
|
+
return this.bt;
|
|
29
29
|
}
|
|
30
30
|
set dataSourceRef(a) {
|
|
31
|
-
this.
|
|
31
|
+
this.bt = a;
|
|
32
32
|
this.g("DataSourceRef");
|
|
33
33
|
}
|
|
34
34
|
get fieldType() {
|
|
35
|
-
return this.
|
|
35
|
+
return this.bu;
|
|
36
36
|
}
|
|
37
37
|
set fieldType(a) {
|
|
38
|
-
this.
|
|
38
|
+
this.bu = a;
|
|
39
39
|
this.g("FieldType");
|
|
40
40
|
}
|
|
41
41
|
get updateDataSource() {
|
|
42
|
-
return this.
|
|
42
|
+
return this.bo;
|
|
43
43
|
}
|
|
44
44
|
set updateDataSource(a) {
|
|
45
|
-
this.
|
|
45
|
+
this.bo = a;
|
|
46
46
|
this.g("UpdateDataSource");
|
|
47
47
|
}
|
|
48
48
|
get singleSelection() {
|
|
49
|
-
return this.
|
|
49
|
+
return this.bn;
|
|
50
50
|
}
|
|
51
51
|
set singleSelection(a) {
|
|
52
|
-
this.
|
|
52
|
+
this.bn = a;
|
|
53
53
|
this.g("SingleSelection");
|
|
54
54
|
}
|
|
55
55
|
get aggregationsRef() {
|
|
56
|
-
return this.
|
|
56
|
+
return this.bs;
|
|
57
57
|
}
|
|
58
58
|
set aggregationsRef(a) {
|
|
59
|
-
this.
|
|
59
|
+
this.bs = a;
|
|
60
60
|
this.g("AggregationsRef");
|
|
61
61
|
}
|
|
62
62
|
get rulesRef() {
|
|
63
|
-
return this.
|
|
63
|
+
return this.bv;
|
|
64
64
|
}
|
|
65
65
|
set rulesRef(a) {
|
|
66
|
-
this.
|
|
66
|
+
this.bv = a;
|
|
67
67
|
this.g("RulesRef");
|
|
68
68
|
}
|
|
69
69
|
get selectedAggregationsRef() {
|
|
70
|
-
return this.
|
|
70
|
+
return this.bw;
|
|
71
71
|
}
|
|
72
72
|
set selectedAggregationsRef(a) {
|
|
73
|
-
this.
|
|
73
|
+
this.bw = a;
|
|
74
74
|
this.g("SelectedAggregationsRef");
|
|
75
75
|
}
|
|
76
76
|
}
|
|
@@ -13,24 +13,24 @@ export let ToolActionIconButtonInfoDescription = /*@__PURE__*/ (() => {
|
|
|
13
13
|
class ToolActionIconButtonInfoDescription extends ToolActionInfoDescription {
|
|
14
14
|
constructor() {
|
|
15
15
|
super();
|
|
16
|
-
this.
|
|
17
|
-
this.
|
|
16
|
+
this.bp = 0;
|
|
17
|
+
this.bn = false;
|
|
18
18
|
}
|
|
19
19
|
get_type() {
|
|
20
20
|
return "ToolActionIconButtonInfo";
|
|
21
21
|
}
|
|
22
22
|
get tooltipDelay() {
|
|
23
|
-
return this.
|
|
23
|
+
return this.bp;
|
|
24
24
|
}
|
|
25
25
|
set tooltipDelay(a) {
|
|
26
|
-
this.
|
|
26
|
+
this.bp = a;
|
|
27
27
|
this.g("TooltipDelay");
|
|
28
28
|
}
|
|
29
29
|
get isMenuOpenOnStart() {
|
|
30
|
-
return this.
|
|
30
|
+
return this.bn;
|
|
31
31
|
}
|
|
32
32
|
set isMenuOpenOnStart(a) {
|
|
33
|
-
this.
|
|
33
|
+
this.bn = a;
|
|
34
34
|
this.g("IsMenuOpenOnStart");
|
|
35
35
|
}
|
|
36
36
|
}
|
|
@@ -13,16 +13,16 @@ export let ToolActionIconMenuInfoDescription = /*@__PURE__*/ (() => {
|
|
|
13
13
|
class ToolActionIconMenuInfoDescription extends ToolActionIconButtonInfoDescription {
|
|
14
14
|
constructor() {
|
|
15
15
|
super();
|
|
16
|
-
this.
|
|
16
|
+
this.bt = false;
|
|
17
17
|
}
|
|
18
18
|
get_type() {
|
|
19
19
|
return "ToolActionIconMenuInfo";
|
|
20
20
|
}
|
|
21
21
|
get showArrowIcon() {
|
|
22
|
-
return this.
|
|
22
|
+
return this.bt;
|
|
23
23
|
}
|
|
24
24
|
set showArrowIcon(a) {
|
|
25
|
-
this.
|
|
25
|
+
this.bt = a;
|
|
26
26
|
this.g("ShowArrowIcon");
|
|
27
27
|
}
|
|
28
28
|
}
|
|
@@ -31,6 +31,9 @@ export let ToolActionInfo = /*@__PURE__*/ (() => {
|
|
|
31
31
|
this._iconViewBoxHeight = 0;
|
|
32
32
|
this._iconWidth = 0;
|
|
33
33
|
this._iconHeight = 0;
|
|
34
|
+
this._iconFill = null;
|
|
35
|
+
this._iconStroke = null;
|
|
36
|
+
this._iconStrokeWidth = 0;
|
|
34
37
|
this._subPanelRowHeight = 0;
|
|
35
38
|
this._height = 0;
|
|
36
39
|
this._isDisabled = false;
|
|
@@ -49,6 +52,7 @@ export let ToolActionInfo = /*@__PURE__*/ (() => {
|
|
|
49
52
|
this.iconViewBoxHeight = NaN;
|
|
50
53
|
this.iconWidth = NaN;
|
|
51
54
|
this.iconHeight = NaN;
|
|
55
|
+
this.iconStrokeWidth = NaN;
|
|
52
56
|
this.paddingLeft = NaN;
|
|
53
57
|
this.paddingRight = NaN;
|
|
54
58
|
this.paddingBottom = NaN;
|
|
@@ -171,6 +175,24 @@ export let ToolActionInfo = /*@__PURE__*/ (() => {
|
|
|
171
175
|
set iconHeight(a) {
|
|
172
176
|
this._iconHeight = a;
|
|
173
177
|
}
|
|
178
|
+
get iconFill() {
|
|
179
|
+
return this._iconFill;
|
|
180
|
+
}
|
|
181
|
+
set iconFill(a) {
|
|
182
|
+
this._iconFill = a;
|
|
183
|
+
}
|
|
184
|
+
get iconStroke() {
|
|
185
|
+
return this._iconStroke;
|
|
186
|
+
}
|
|
187
|
+
set iconStroke(a) {
|
|
188
|
+
this._iconStroke = a;
|
|
189
|
+
}
|
|
190
|
+
get iconStrokeWidth() {
|
|
191
|
+
return this._iconStrokeWidth;
|
|
192
|
+
}
|
|
193
|
+
set iconStrokeWidth(a) {
|
|
194
|
+
this._iconStrokeWidth = a;
|
|
195
|
+
}
|
|
174
196
|
get subPanelRowHeight() {
|
|
175
197
|
return this._subPanelRowHeight;
|
|
176
198
|
}
|
|
@@ -13,33 +13,36 @@ export let ToolActionInfoDescription = /*@__PURE__*/ (() => {
|
|
|
13
13
|
class ToolActionInfoDescription extends Description {
|
|
14
14
|
constructor() {
|
|
15
15
|
super();
|
|
16
|
-
this.
|
|
16
|
+
this.a3 = null;
|
|
17
|
+
this.av = null;
|
|
17
18
|
this.at = null;
|
|
18
|
-
this.
|
|
19
|
-
this.as = null;
|
|
20
|
-
this.aa = 0;
|
|
19
|
+
this.au = null;
|
|
21
20
|
this.ab = 0;
|
|
22
|
-
this.z = 0;
|
|
23
21
|
this.ac = 0;
|
|
24
|
-
this.
|
|
22
|
+
this.aa = 0;
|
|
23
|
+
this.ad = 0;
|
|
25
24
|
this.a2 = null;
|
|
25
|
+
this.a6 = null;
|
|
26
|
+
this.a4 = null;
|
|
26
27
|
this.a0 = null;
|
|
27
|
-
this.
|
|
28
|
-
this.aw = null;
|
|
29
|
-
this.v = 0;
|
|
28
|
+
this.ay = null;
|
|
30
29
|
this.w = 0;
|
|
31
30
|
this.x = 0;
|
|
32
|
-
this.u = 0;
|
|
33
31
|
this.y = 0;
|
|
32
|
+
this.v = 0;
|
|
33
|
+
this.z = 0;
|
|
34
34
|
this.t = 0;
|
|
35
|
-
this.
|
|
35
|
+
this.az = null;
|
|
36
|
+
this.a1 = null;
|
|
37
|
+
this.u = 0;
|
|
38
|
+
this.aq = 0;
|
|
36
39
|
this.s = 0;
|
|
37
40
|
this.n = false;
|
|
38
41
|
this.o = false;
|
|
39
|
-
this.
|
|
40
|
-
this.
|
|
42
|
+
this.a5 = null;
|
|
43
|
+
this.ax = null;
|
|
41
44
|
this.m = false;
|
|
42
|
-
this.
|
|
45
|
+
this.aw = null;
|
|
43
46
|
this.h = null;
|
|
44
47
|
this.i = null;
|
|
45
48
|
}
|
|
@@ -50,129 +53,129 @@ export let ToolActionInfoDescription = /*@__PURE__*/ (() => {
|
|
|
50
53
|
return this.get_type();
|
|
51
54
|
}
|
|
52
55
|
get parentId() {
|
|
53
|
-
return this.
|
|
56
|
+
return this.a3;
|
|
54
57
|
}
|
|
55
58
|
set parentId(a) {
|
|
56
|
-
this.
|
|
59
|
+
this.a3 = a;
|
|
57
60
|
this.g("ParentId");
|
|
58
61
|
}
|
|
59
62
|
get commandId() {
|
|
60
|
-
return this.
|
|
63
|
+
return this.av;
|
|
61
64
|
}
|
|
62
65
|
set commandId(a) {
|
|
63
|
-
this.
|
|
66
|
+
this.av = a;
|
|
64
67
|
this.g("CommandId");
|
|
65
68
|
}
|
|
66
69
|
get commandArgument() {
|
|
67
|
-
return this.
|
|
70
|
+
return this.at;
|
|
68
71
|
}
|
|
69
72
|
set commandArgument(a) {
|
|
70
|
-
this.
|
|
73
|
+
this.at = a;
|
|
71
74
|
this.g("CommandArgument");
|
|
72
75
|
}
|
|
73
76
|
get commandArgumentValueRef() {
|
|
74
|
-
return this.
|
|
77
|
+
return this.au;
|
|
75
78
|
}
|
|
76
79
|
set commandArgumentValueRef(a) {
|
|
77
|
-
this.
|
|
80
|
+
this.au = a;
|
|
78
81
|
this.g("CommandArgumentValueRef");
|
|
79
82
|
}
|
|
80
83
|
get paddingLeft() {
|
|
81
|
-
return this.
|
|
84
|
+
return this.ab;
|
|
82
85
|
}
|
|
83
86
|
set paddingLeft(a) {
|
|
84
|
-
this.
|
|
87
|
+
this.ab = a;
|
|
85
88
|
this.g("PaddingLeft");
|
|
86
89
|
}
|
|
87
90
|
get paddingRight() {
|
|
88
|
-
return this.
|
|
91
|
+
return this.ac;
|
|
89
92
|
}
|
|
90
93
|
set paddingRight(a) {
|
|
91
|
-
this.
|
|
94
|
+
this.ac = a;
|
|
92
95
|
this.g("PaddingRight");
|
|
93
96
|
}
|
|
94
97
|
get paddingBottom() {
|
|
95
|
-
return this.
|
|
98
|
+
return this.aa;
|
|
96
99
|
}
|
|
97
100
|
set paddingBottom(a) {
|
|
98
|
-
this.
|
|
101
|
+
this.aa = a;
|
|
99
102
|
this.g("PaddingBottom");
|
|
100
103
|
}
|
|
101
104
|
get paddingTop() {
|
|
102
|
-
return this.
|
|
105
|
+
return this.ad;
|
|
103
106
|
}
|
|
104
107
|
set paddingTop(a) {
|
|
105
|
-
this.
|
|
108
|
+
this.ad = a;
|
|
106
109
|
this.g("PaddingTop");
|
|
107
110
|
}
|
|
108
111
|
get name() {
|
|
109
|
-
return this.
|
|
112
|
+
return this.a2;
|
|
110
113
|
}
|
|
111
114
|
set name(a) {
|
|
112
|
-
this.
|
|
115
|
+
this.a2 = a;
|
|
113
116
|
this.g("Name");
|
|
114
117
|
}
|
|
115
118
|
get title() {
|
|
116
|
-
return this.
|
|
119
|
+
return this.a6;
|
|
117
120
|
}
|
|
118
121
|
set title(a) {
|
|
119
|
-
this.
|
|
122
|
+
this.a6 = a;
|
|
120
123
|
this.g("Title");
|
|
121
124
|
}
|
|
122
125
|
get subtitle() {
|
|
123
|
-
return this.
|
|
126
|
+
return this.a4;
|
|
124
127
|
}
|
|
125
128
|
set subtitle(a) {
|
|
126
|
-
this.
|
|
129
|
+
this.a4 = a;
|
|
127
130
|
this.g("Subtitle");
|
|
128
131
|
}
|
|
129
132
|
get iconName() {
|
|
130
|
-
return this.
|
|
133
|
+
return this.a0;
|
|
131
134
|
}
|
|
132
135
|
set iconName(a) {
|
|
133
|
-
this.
|
|
136
|
+
this.a0 = a;
|
|
134
137
|
this.g("IconName");
|
|
135
138
|
}
|
|
136
139
|
get iconCollectionName() {
|
|
137
|
-
return this.
|
|
140
|
+
return this.ay;
|
|
138
141
|
}
|
|
139
142
|
set iconCollectionName(a) {
|
|
140
|
-
this.
|
|
143
|
+
this.ay = a;
|
|
141
144
|
this.g("IconCollectionName");
|
|
142
145
|
}
|
|
143
146
|
get iconViewBoxLeft() {
|
|
144
|
-
return this.
|
|
147
|
+
return this.w;
|
|
145
148
|
}
|
|
146
149
|
set iconViewBoxLeft(a) {
|
|
147
|
-
this.
|
|
150
|
+
this.w = a;
|
|
148
151
|
this.g("IconViewBoxLeft");
|
|
149
152
|
}
|
|
150
153
|
get iconViewBoxTop() {
|
|
151
|
-
return this.
|
|
154
|
+
return this.x;
|
|
152
155
|
}
|
|
153
156
|
set iconViewBoxTop(a) {
|
|
154
|
-
this.
|
|
157
|
+
this.x = a;
|
|
155
158
|
this.g("IconViewBoxTop");
|
|
156
159
|
}
|
|
157
160
|
get iconViewBoxWidth() {
|
|
158
|
-
return this.
|
|
161
|
+
return this.y;
|
|
159
162
|
}
|
|
160
163
|
set iconViewBoxWidth(a) {
|
|
161
|
-
this.
|
|
164
|
+
this.y = a;
|
|
162
165
|
this.g("IconViewBoxWidth");
|
|
163
166
|
}
|
|
164
167
|
get iconViewBoxHeight() {
|
|
165
|
-
return this.
|
|
168
|
+
return this.v;
|
|
166
169
|
}
|
|
167
170
|
set iconViewBoxHeight(a) {
|
|
168
|
-
this.
|
|
171
|
+
this.v = a;
|
|
169
172
|
this.g("IconViewBoxHeight");
|
|
170
173
|
}
|
|
171
174
|
get iconWidth() {
|
|
172
|
-
return this.
|
|
175
|
+
return this.z;
|
|
173
176
|
}
|
|
174
177
|
set iconWidth(a) {
|
|
175
|
-
this.
|
|
178
|
+
this.z = a;
|
|
176
179
|
this.g("IconWidth");
|
|
177
180
|
}
|
|
178
181
|
get iconHeight() {
|
|
@@ -182,11 +185,32 @@ export let ToolActionInfoDescription = /*@__PURE__*/ (() => {
|
|
|
182
185
|
this.t = a;
|
|
183
186
|
this.g("IconHeight");
|
|
184
187
|
}
|
|
188
|
+
get iconFill() {
|
|
189
|
+
return this.az;
|
|
190
|
+
}
|
|
191
|
+
set iconFill(a) {
|
|
192
|
+
this.az = a;
|
|
193
|
+
this.g("IconFill");
|
|
194
|
+
}
|
|
195
|
+
get iconStroke() {
|
|
196
|
+
return this.a1;
|
|
197
|
+
}
|
|
198
|
+
set iconStroke(a) {
|
|
199
|
+
this.a1 = a;
|
|
200
|
+
this.g("IconStroke");
|
|
201
|
+
}
|
|
202
|
+
get iconStrokeWidth() {
|
|
203
|
+
return this.u;
|
|
204
|
+
}
|
|
205
|
+
set iconStrokeWidth(a) {
|
|
206
|
+
this.u = a;
|
|
207
|
+
this.g("IconStrokeWidth");
|
|
208
|
+
}
|
|
185
209
|
get subPanelRowHeight() {
|
|
186
|
-
return this.
|
|
210
|
+
return this.aq;
|
|
187
211
|
}
|
|
188
212
|
set subPanelRowHeight(a) {
|
|
189
|
-
this.
|
|
213
|
+
this.aq = a;
|
|
190
214
|
this.g("SubPanelRowHeight");
|
|
191
215
|
}
|
|
192
216
|
get height() {
|
|
@@ -211,17 +235,17 @@ export let ToolActionInfoDescription = /*@__PURE__*/ (() => {
|
|
|
211
235
|
this.g("IsHighlighted");
|
|
212
236
|
}
|
|
213
237
|
get textColor() {
|
|
214
|
-
return this.
|
|
238
|
+
return this.a5;
|
|
215
239
|
}
|
|
216
240
|
set textColor(a) {
|
|
217
|
-
this.
|
|
241
|
+
this.a5 = a;
|
|
218
242
|
this.g("TextColor");
|
|
219
243
|
}
|
|
220
244
|
get disabledTextColor() {
|
|
221
|
-
return this.
|
|
245
|
+
return this.ax;
|
|
222
246
|
}
|
|
223
247
|
set disabledTextColor(a) {
|
|
224
|
-
this.
|
|
248
|
+
this.ax = a;
|
|
225
249
|
this.g("DisabledTextColor");
|
|
226
250
|
}
|
|
227
251
|
get closeOnExecute() {
|
|
@@ -232,10 +256,10 @@ export let ToolActionInfoDescription = /*@__PURE__*/ (() => {
|
|
|
232
256
|
this.g("CloseOnExecute");
|
|
233
257
|
}
|
|
234
258
|
get density() {
|
|
235
|
-
return this.
|
|
259
|
+
return this.aw;
|
|
236
260
|
}
|
|
237
261
|
set density(a) {
|
|
238
|
-
this.
|
|
262
|
+
this.aw = a;
|
|
239
263
|
this.g("Density");
|
|
240
264
|
}
|
|
241
265
|
get actions() {
|
|
@@ -46,6 +46,9 @@ export let ToolActionInfoDescriptionMetadata = /*@__PURE__*/ (() => {
|
|
|
46
46
|
a.item("IconViewBoxHeight", "Number:double");
|
|
47
47
|
a.item("IconWidth", "Number:double");
|
|
48
48
|
a.item("IconHeight", "Number:double");
|
|
49
|
+
a.item("IconFill", "String");
|
|
50
|
+
a.item("IconStroke", "String");
|
|
51
|
+
a.item("IconStrokeWidth", "Number:double");
|
|
49
52
|
a.item("SubPanelRowHeight", "Number:int");
|
|
50
53
|
a.item("Height", "Number:double");
|
|
51
54
|
a.item("IsDisabled", "Boolean");
|
|
@@ -13,16 +13,16 @@ export let ToolActionNumberInputInfoDescription = /*@__PURE__*/ (() => {
|
|
|
13
13
|
class ToolActionNumberInputInfoDescription extends ToolActionInfoDescription {
|
|
14
14
|
constructor() {
|
|
15
15
|
super();
|
|
16
|
-
this.
|
|
16
|
+
this.bn = 0;
|
|
17
17
|
}
|
|
18
18
|
get_type() {
|
|
19
19
|
return "ToolActionNumberInputInfo";
|
|
20
20
|
}
|
|
21
21
|
get value() {
|
|
22
|
-
return this.
|
|
22
|
+
return this.bn;
|
|
23
23
|
}
|
|
24
24
|
set value(a) {
|
|
25
|
-
this.
|
|
25
|
+
this.bn = a;
|
|
26
26
|
this.g("Value");
|
|
27
27
|
}
|
|
28
28
|
}
|
|
@@ -13,24 +13,24 @@ export let ToolActionRadioInfoDescription = /*@__PURE__*/ (() => {
|
|
|
13
13
|
class ToolActionRadioInfoDescription extends ToolActionInfoDescription {
|
|
14
14
|
constructor() {
|
|
15
15
|
super();
|
|
16
|
-
this.
|
|
17
|
-
this.
|
|
16
|
+
this.bn = false;
|
|
17
|
+
this.bq = null;
|
|
18
18
|
}
|
|
19
19
|
get_type() {
|
|
20
20
|
return "ToolActionRadioInfo";
|
|
21
21
|
}
|
|
22
22
|
get isChecked() {
|
|
23
|
-
return this.
|
|
23
|
+
return this.bn;
|
|
24
24
|
}
|
|
25
25
|
set isChecked(a) {
|
|
26
|
-
this.
|
|
26
|
+
this.bn = a;
|
|
27
27
|
this.g("IsChecked");
|
|
28
28
|
}
|
|
29
29
|
get channel() {
|
|
30
|
-
return this.
|
|
30
|
+
return this.bq;
|
|
31
31
|
}
|
|
32
32
|
set channel(a) {
|
|
33
|
-
this.
|
|
33
|
+
this.bq = a;
|
|
34
34
|
this.g("Channel");
|
|
35
35
|
}
|
|
36
36
|
}
|