igniteui-angular-core 13.2.0-beta.3 → 13.2.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bundles/igniteui-angular-core.umd.js +52 -61
- package/bundles/igniteui-angular-core.umd.min.js +1 -1
- package/esm2015/lib/CodeGeneratingComponentRendererCodeEmitter_combined.js +10 -9
- package/esm2015/lib/DataGridPagerDescriptionModule.js +2 -0
- package/esm2015/lib/FinancialChartDescriptionModule.js +2 -0
- package/esm2015/lib/NativeUIButton.js +2 -1
- package/esm2015/lib/NativeUICheckbox.js +2 -1
- package/esm2015/lib/NativeUIDropDown.js +2 -1
- package/esm2015/lib/NativeUIInput.js +2 -1
- package/esm2015/lib/NativeUISlider.js +2 -1
- package/esm2015/lib/PropertyEditorPropertyDescriptionChangedEventArgsDescription.js +8 -0
- package/esm2015/lib/PropertyEditorPropertyDescriptionChangedEventArgsDescriptionMetadata.js +1 -0
- package/esm2015/lib/WebDropdownGroupDescription.js +2 -10
- package/esm2015/lib/WebDropdownGroupDescriptionMetadata.js +0 -3
- package/esm2015/lib/WebTreeDescriptionModule.js +0 -4
- package/esm2015/lib/WebTreeItemDescription.js +14 -22
- package/esm2015/lib/WebTreeItemDescriptionMetadata.js +1 -2
- package/esm5/lib/CodeGeneratingComponentRendererCodeEmitter_combined.js +10 -9
- package/esm5/lib/DataGridPagerDescriptionModule.js +2 -0
- package/esm5/lib/FinancialChartDescriptionModule.js +2 -0
- package/esm5/lib/NativeUIButton.js +2 -1
- package/esm5/lib/NativeUICheckbox.js +2 -1
- package/esm5/lib/NativeUIDropDown.js +2 -1
- package/esm5/lib/NativeUIInput.js +2 -1
- package/esm5/lib/NativeUISlider.js +2 -1
- package/esm5/lib/PropertyEditorPropertyDescriptionChangedEventArgsDescription.js +14 -1
- package/esm5/lib/PropertyEditorPropertyDescriptionChangedEventArgsDescriptionMetadata.js +1 -0
- package/esm5/lib/WebDropdownGroupDescription.js +1 -13
- package/esm5/lib/WebDropdownGroupDescriptionMetadata.js +0 -3
- package/esm5/lib/WebTreeDescriptionModule.js +0 -4
- package/esm5/lib/WebTreeItemDescription.js +13 -25
- package/esm5/lib/WebTreeItemDescriptionMetadata.js +1 -2
- package/fesm2015/igniteui-angular-core.js +48 -54
- package/fesm5/igniteui-angular-core.js +52 -61
- package/lib/PropertyEditorPropertyDescriptionChangedEventArgsDescription.d.ts +3 -0
- package/lib/WebDropdownGroupDescription.d.ts +0 -4
- package/lib/WebTreeItemDescription.d.ts +6 -9
- package/package.json +1 -1
|
@@ -1004,6 +1004,9 @@ export let TSCodeGeneratingComponentRendererDataEmitter = /*@__PURE__*/ (() => {
|
|
|
1004
1004
|
if (this.n.platform == 3) {
|
|
1005
1005
|
e = "if ((this as any)._bind) { (this as any)._bind(); } ";
|
|
1006
1006
|
}
|
|
1007
|
+
if (this.n.platform == 1) {
|
|
1008
|
+
e = "this._detector.markForCheck(); ";
|
|
1009
|
+
}
|
|
1007
1010
|
let f = this.v(a, false);
|
|
1008
1011
|
let g = "null";
|
|
1009
1012
|
switch (b) {
|
|
@@ -1026,7 +1029,7 @@ export let TSCodeGeneratingComponentRendererDataEmitter = /*@__PURE__*/ (() => {
|
|
|
1026
1029
|
this.g.k("if (this." + this.ao(a) + " == null && !this." + this.ao(a) + "_fetching)");
|
|
1027
1030
|
this.g.k("{");
|
|
1028
1031
|
this.g.h();
|
|
1029
|
-
this.g.k(this.ao(a) + "_fetching = true;");
|
|
1032
|
+
this.g.k("this." + this.ao(a) + "_fetching = true;");
|
|
1030
1033
|
this.g.k("( async () => { this." + this.ao(a) + " = await (await " + this.v(a, false) + ".fetch()); " + e + " })();");
|
|
1031
1034
|
this.g.f();
|
|
1032
1035
|
this.g.k("}");
|
|
@@ -1083,7 +1086,6 @@ export let TSCodeGeneratingComponentRendererDataEmitter = /*@__PURE__*/ (() => {
|
|
|
1083
1086
|
}
|
|
1084
1087
|
x(a, b) {
|
|
1085
1088
|
b.addPackageImport("./" + a, a);
|
|
1086
|
-
b.addPackageImport("./" + a, a + "Item");
|
|
1087
1089
|
}
|
|
1088
1090
|
y(a, b) {
|
|
1089
1091
|
b.addDefaultImport("./" + a, a);
|
|
@@ -1379,16 +1381,10 @@ export let DotNetCodeGeneratingComponentRendererDataEmitter = /*@__PURE__*/ (()
|
|
|
1379
1381
|
a.k("using System.Collections.Generic;");
|
|
1380
1382
|
if (!this.ak) {
|
|
1381
1383
|
this.ak = true;
|
|
1382
|
-
this.k.addUsing("using Data;");
|
|
1383
1384
|
}
|
|
1384
|
-
a.k("namespace Data");
|
|
1385
|
-
a.k("{");
|
|
1386
|
-
a.h();
|
|
1387
1385
|
super.ad(a);
|
|
1388
1386
|
}
|
|
1389
1387
|
ac(a) {
|
|
1390
|
-
a.f();
|
|
1391
|
-
a.k("}");
|
|
1392
1388
|
super.ac(a);
|
|
1393
1389
|
}
|
|
1394
1390
|
v(a, b = false) {
|
|
@@ -1608,7 +1604,12 @@ export let DotNetCodeGeneratingComponentRendererDataEmitter = /*@__PURE__*/ (()
|
|
|
1608
1604
|
return "double.NaN";
|
|
1609
1605
|
}
|
|
1610
1606
|
return (b.value.toString());
|
|
1611
|
-
case 2:
|
|
1607
|
+
case 2: if (b.value == null) {
|
|
1608
|
+
return "null";
|
|
1609
|
+
}
|
|
1610
|
+
else {
|
|
1611
|
+
return ("@\"" + stringReplace(b.value, "\"", "\"\"") + "\"");
|
|
1612
|
+
}
|
|
1612
1613
|
case 3: return ("null");
|
|
1613
1614
|
}
|
|
1614
1615
|
return "";
|
|
@@ -5,6 +5,7 @@ https://www.infragistics.com/legal/license/igultimate-eula
|
|
|
5
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
6
|
*/
|
|
7
7
|
import { Base, markType } from "./type";
|
|
8
|
+
import { ButtonDescriptionModule } from "./ButtonDescriptionModule";
|
|
8
9
|
import { DataGridPagerDescriptionMetadata } from "./DataGridPagerDescriptionMetadata";
|
|
9
10
|
/**
|
|
10
11
|
* @hidden
|
|
@@ -12,6 +13,7 @@ import { DataGridPagerDescriptionMetadata } from "./DataGridPagerDescriptionMeta
|
|
|
12
13
|
export let DataGridPagerDescriptionModule = /*@__PURE__*/ (() => {
|
|
13
14
|
class DataGridPagerDescriptionModule extends Base {
|
|
14
15
|
static register(a) {
|
|
16
|
+
ButtonDescriptionModule.register(a);
|
|
15
17
|
DataGridPagerDescriptionMetadata.d(a);
|
|
16
18
|
}
|
|
17
19
|
}
|
|
@@ -28,6 +28,7 @@ import { ItemToolTipLayerDescriptionModule } from "./ItemToolTipLayerDescription
|
|
|
28
28
|
import { CategoryToolTipLayerDescriptionModule } from "./CategoryToolTipLayerDescriptionModule";
|
|
29
29
|
import { CategoryHighlightLayerDescriptionModule } from "./CategoryHighlightLayerDescriptionModule";
|
|
30
30
|
import { CategoryItemHighlightLayerDescriptionModule } from "./CategoryItemHighlightLayerDescriptionModule";
|
|
31
|
+
import { DataToolTipLayerDescriptionModule } from "./DataToolTipLayerDescriptionModule";
|
|
31
32
|
import { FinalValueLayerDescriptionModule } from "./FinalValueLayerDescriptionModule";
|
|
32
33
|
import { NumberAbbreviatorDescriptionModule } from "./NumberAbbreviatorDescriptionModule";
|
|
33
34
|
import { DataChartInteractivityDescriptionModule } from "./DataChartInteractivityDescriptionModule";
|
|
@@ -62,6 +63,7 @@ export let FinancialChartDescriptionModule = /*@__PURE__*/ (() => {
|
|
|
62
63
|
CategoryToolTipLayerDescriptionModule.register(a);
|
|
63
64
|
CategoryHighlightLayerDescriptionModule.register(a);
|
|
64
65
|
CategoryItemHighlightLayerDescriptionModule.register(a);
|
|
66
|
+
DataToolTipLayerDescriptionModule.register(a);
|
|
65
67
|
FinalValueLayerDescriptionModule.register(a);
|
|
66
68
|
NumberAbbreviatorDescriptionModule.register(a);
|
|
67
69
|
DataChartInteractivityDescriptionModule.register(a);
|
|
@@ -37,12 +37,13 @@ export let NativeUIButton = /*@__PURE__*/ (() => {
|
|
|
37
37
|
return this.ap;
|
|
38
38
|
}
|
|
39
39
|
set aq(a) {
|
|
40
|
+
let b = this.ap;
|
|
40
41
|
this.ap = a;
|
|
41
42
|
if (this.ap != null) {
|
|
42
43
|
this.w(1, this.ap);
|
|
43
44
|
}
|
|
44
45
|
else {
|
|
45
|
-
this.ab(1,
|
|
46
|
+
this.ab(1, b);
|
|
46
47
|
}
|
|
47
48
|
}
|
|
48
49
|
}
|
|
@@ -36,12 +36,13 @@ export let NativeUICheckbox = /*@__PURE__*/ (() => {
|
|
|
36
36
|
return this.ap;
|
|
37
37
|
}
|
|
38
38
|
set aq(a) {
|
|
39
|
+
let b = this.ap;
|
|
39
40
|
this.ap = a;
|
|
40
41
|
if (this.ap != null) {
|
|
41
42
|
this.w(2, this.ap);
|
|
42
43
|
}
|
|
43
44
|
else {
|
|
44
|
-
this.ab(2,
|
|
45
|
+
this.ab(2, b);
|
|
45
46
|
}
|
|
46
47
|
}
|
|
47
48
|
}
|
|
@@ -30,12 +30,13 @@ export let NativeUIDropDown = /*@__PURE__*/ (() => {
|
|
|
30
30
|
return this.aq;
|
|
31
31
|
}
|
|
32
32
|
set ar(a) {
|
|
33
|
+
let b = this.aq;
|
|
33
34
|
this.aq = a;
|
|
34
35
|
if (this.aq != null) {
|
|
35
36
|
this.w(3, this.aq);
|
|
36
37
|
}
|
|
37
38
|
else {
|
|
38
|
-
this.ab(3,
|
|
39
|
+
this.ab(3, b);
|
|
39
40
|
}
|
|
40
41
|
}
|
|
41
42
|
get at() {
|
|
@@ -43,12 +43,13 @@ export let NativeUIInput = /*@__PURE__*/ (() => {
|
|
|
43
43
|
return this.ar;
|
|
44
44
|
}
|
|
45
45
|
set as(a) {
|
|
46
|
+
let b = this.ar;
|
|
46
47
|
this.ar = a;
|
|
47
48
|
if (this.ar != null) {
|
|
48
49
|
this.w(0, this.ar);
|
|
49
50
|
}
|
|
50
51
|
else {
|
|
51
|
-
this.ab(0,
|
|
52
|
+
this.ab(0, b);
|
|
52
53
|
}
|
|
53
54
|
}
|
|
54
55
|
}
|
|
@@ -50,12 +50,13 @@ export let NativeUISlider = /*@__PURE__*/ (() => {
|
|
|
50
50
|
return this.ap;
|
|
51
51
|
}
|
|
52
52
|
set aq(a) {
|
|
53
|
+
let b = this.ap;
|
|
53
54
|
this.ap = a;
|
|
54
55
|
if (this.ap != null) {
|
|
55
56
|
this.w(4, this.ap);
|
|
56
57
|
}
|
|
57
58
|
else {
|
|
58
|
-
this.ab(4,
|
|
59
|
+
this.ab(4, b);
|
|
59
60
|
}
|
|
60
61
|
}
|
|
61
62
|
}
|
|
@@ -13,6 +13,7 @@ export let PropertyEditorPropertyDescriptionChangedEventArgsDescription = /*@__P
|
|
|
13
13
|
class PropertyEditorPropertyDescriptionChangedEventArgsDescription extends Description {
|
|
14
14
|
constructor() {
|
|
15
15
|
super();
|
|
16
|
+
this.f = null;
|
|
16
17
|
}
|
|
17
18
|
get_type() {
|
|
18
19
|
return "PropertyEditorPropertyDescriptionChangedEventArgs";
|
|
@@ -20,6 +21,13 @@ export let PropertyEditorPropertyDescriptionChangedEventArgsDescription = /*@__P
|
|
|
20
21
|
get type() {
|
|
21
22
|
return this.get_type();
|
|
22
23
|
}
|
|
24
|
+
get newValue() {
|
|
25
|
+
return this.f;
|
|
26
|
+
}
|
|
27
|
+
set newValue(a) {
|
|
28
|
+
this.f = a;
|
|
29
|
+
this.e("NewValue");
|
|
30
|
+
}
|
|
23
31
|
}
|
|
24
32
|
PropertyEditorPropertyDescriptionChangedEventArgsDescription.$t = markType(PropertyEditorPropertyDescriptionChangedEventArgsDescription, 'PropertyEditorPropertyDescriptionChangedEventArgsDescription', Description.$);
|
|
25
33
|
return PropertyEditorPropertyDescriptionChangedEventArgsDescription;
|
|
@@ -23,6 +23,7 @@ export let PropertyEditorPropertyDescriptionChangedEventArgsDescriptionMetadata
|
|
|
23
23
|
a.s(PropertyEditorPropertyDescriptionChangedEventArgsDescriptionMetadata.a);
|
|
24
24
|
}
|
|
25
25
|
static c(a) {
|
|
26
|
+
a.item("NewValue", "Unknown");
|
|
26
27
|
}
|
|
27
28
|
static d(a) {
|
|
28
29
|
PropertyEditorPropertyDescriptionChangedEventArgsDescriptionMetadata.b(a);
|
|
@@ -14,7 +14,6 @@ export let WebDropdownGroupDescription = /*@__PURE__*/ (() => {
|
|
|
14
14
|
constructor() {
|
|
15
15
|
super();
|
|
16
16
|
this.f = null;
|
|
17
|
-
this.h = null;
|
|
18
17
|
}
|
|
19
18
|
get_type() {
|
|
20
19
|
return "WebDropdownGroup";
|
|
@@ -22,18 +21,11 @@ export let WebDropdownGroupDescription = /*@__PURE__*/ (() => {
|
|
|
22
21
|
get type() {
|
|
23
22
|
return this.get_type();
|
|
24
23
|
}
|
|
25
|
-
get items() {
|
|
26
|
-
return this.f;
|
|
27
|
-
}
|
|
28
|
-
set items(a) {
|
|
29
|
-
this.f = a;
|
|
30
|
-
this.e("Items");
|
|
31
|
-
}
|
|
32
24
|
get size() {
|
|
33
|
-
return this.
|
|
25
|
+
return this.f;
|
|
34
26
|
}
|
|
35
27
|
set size(a) {
|
|
36
|
-
this.
|
|
28
|
+
this.f = a;
|
|
37
29
|
this.e("Size");
|
|
38
30
|
}
|
|
39
31
|
}
|
|
@@ -6,7 +6,6 @@ GOVERNS THE LICENSING, INSTALLATION AND USE OF INFRAGISTICS SOFTWARE. BY DOWNLOA
|
|
|
6
6
|
*/
|
|
7
7
|
import { Base, String_$type, markType } from "./type";
|
|
8
8
|
import { Dictionary$2 } from "./Dictionary$2";
|
|
9
|
-
import { WebDropdownItemDescriptionMetadata } from "./WebDropdownItemDescriptionMetadata";
|
|
10
9
|
import { WebDropdownGroupDescription } from "./WebDropdownGroupDescription";
|
|
11
10
|
/**
|
|
12
11
|
* @hidden
|
|
@@ -22,11 +21,9 @@ export let WebDropdownGroupDescriptionMetadata = /*@__PURE__*/ (() => {
|
|
|
22
21
|
return;
|
|
23
22
|
}
|
|
24
23
|
a.s(WebDropdownGroupDescriptionMetadata.a);
|
|
25
|
-
WebDropdownItemDescriptionMetadata.d(a);
|
|
26
24
|
}
|
|
27
25
|
static c(a) {
|
|
28
26
|
a.item("__qualifiedNameTS", "String:DropdownGroup");
|
|
29
|
-
a.item("Items", "Array:WebDropdownItemDescription:DropdownItem");
|
|
30
27
|
a.item("Size", "ExportedType:string:DropdownGroupSize");
|
|
31
28
|
a.item("Size@names", "Small;Medium;Large");
|
|
32
29
|
}
|
|
@@ -13,10 +13,6 @@ import { WebTreeDescriptionMetadata } from "./WebTreeDescriptionMetadata";
|
|
|
13
13
|
export let WebTreeDescriptionModule = /*@__PURE__*/ (() => {
|
|
14
14
|
class WebTreeDescriptionModule extends Base {
|
|
15
15
|
static register(a) {
|
|
16
|
-
WebTreeItemDescriptionModule.register(a);
|
|
17
|
-
WebTreeItemDescriptionModule.register(a);
|
|
18
|
-
WebTreeItemDescriptionModule.register(a);
|
|
19
|
-
WebTreeItemDescriptionModule.register(a);
|
|
20
16
|
WebTreeItemDescriptionModule.register(a);
|
|
21
17
|
WebTreeDescriptionMetadata.d(a);
|
|
22
18
|
}
|
|
@@ -14,15 +14,14 @@ export let WebTreeItemDescription = /*@__PURE__*/ (() => {
|
|
|
14
14
|
constructor() {
|
|
15
15
|
super();
|
|
16
16
|
this.f = null;
|
|
17
|
-
this.
|
|
18
|
-
this.t = 0;
|
|
17
|
+
this.r = 0;
|
|
19
18
|
this.v = null;
|
|
20
19
|
this.j = false;
|
|
21
20
|
this.h = false;
|
|
22
21
|
this.i = false;
|
|
23
|
-
this.m = false;
|
|
24
22
|
this.l = false;
|
|
25
|
-
this.
|
|
23
|
+
this.k = false;
|
|
24
|
+
this.t = null;
|
|
26
25
|
}
|
|
27
26
|
get_type() {
|
|
28
27
|
return "WebTreeItem";
|
|
@@ -37,18 +36,11 @@ export let WebTreeItemDescription = /*@__PURE__*/ (() => {
|
|
|
37
36
|
this.f = a;
|
|
38
37
|
this.e("Parent");
|
|
39
38
|
}
|
|
40
|
-
get init() {
|
|
41
|
-
return this.k;
|
|
42
|
-
}
|
|
43
|
-
set init(a) {
|
|
44
|
-
this.k = a;
|
|
45
|
-
this.e("Init");
|
|
46
|
-
}
|
|
47
39
|
get level() {
|
|
48
|
-
return this.
|
|
40
|
+
return this.r;
|
|
49
41
|
}
|
|
50
42
|
set level(a) {
|
|
51
|
-
this.
|
|
43
|
+
this.r = a;
|
|
52
44
|
this.e("Level");
|
|
53
45
|
}
|
|
54
46
|
get label() {
|
|
@@ -80,25 +72,25 @@ export let WebTreeItemDescription = /*@__PURE__*/ (() => {
|
|
|
80
72
|
this.e("Disabled");
|
|
81
73
|
}
|
|
82
74
|
get selected() {
|
|
83
|
-
return this.
|
|
75
|
+
return this.l;
|
|
84
76
|
}
|
|
85
77
|
set selected(a) {
|
|
86
|
-
this.
|
|
78
|
+
this.l = a;
|
|
87
79
|
this.e("Selected");
|
|
88
80
|
}
|
|
89
81
|
get loading() {
|
|
90
|
-
return this.
|
|
82
|
+
return this.k;
|
|
91
83
|
}
|
|
92
84
|
set loading(a) {
|
|
93
|
-
this.
|
|
85
|
+
this.k = a;
|
|
94
86
|
this.e("Loading");
|
|
95
87
|
}
|
|
96
|
-
get
|
|
97
|
-
return this.
|
|
88
|
+
get value() {
|
|
89
|
+
return this.t;
|
|
98
90
|
}
|
|
99
|
-
set
|
|
100
|
-
this.
|
|
101
|
-
this.e("
|
|
91
|
+
set value(a) {
|
|
92
|
+
this.t = a;
|
|
93
|
+
this.e("Value");
|
|
102
94
|
}
|
|
103
95
|
}
|
|
104
96
|
WebTreeItemDescription.$t = markType(WebTreeItemDescription, 'WebTreeItemDescription', Description.$);
|
|
@@ -26,7 +26,6 @@ export let WebTreeItemDescriptionMetadata = /*@__PURE__*/ (() => {
|
|
|
26
26
|
static c(a) {
|
|
27
27
|
a.item("__qualifiedNameTS", "String:TreeItem");
|
|
28
28
|
a.item("Parent", "ExportedType:WebTreeItem");
|
|
29
|
-
a.item("Init", "Boolean");
|
|
30
29
|
a.item("Level", "Number:double");
|
|
31
30
|
a.item("Label", "String");
|
|
32
31
|
a.item("Expanded", "Boolean");
|
|
@@ -34,7 +33,7 @@ export let WebTreeItemDescriptionMetadata = /*@__PURE__*/ (() => {
|
|
|
34
33
|
a.item("Disabled", "Boolean");
|
|
35
34
|
a.item("Selected", "Boolean");
|
|
36
35
|
a.item("Loading", "Boolean");
|
|
37
|
-
a.item("
|
|
36
|
+
a.item("Value", "Unknown");
|
|
38
37
|
}
|
|
39
38
|
static d(a) {
|
|
40
39
|
WebTreeItemDescriptionMetadata.b(a);
|
|
@@ -1167,6 +1167,9 @@ var TSCodeGeneratingComponentRendererDataEmitter = /** @class */ /*@__PURE__*/ (
|
|
|
1167
1167
|
if (this.n.platform == 3) {
|
|
1168
1168
|
e = "if ((this as any)._bind) { (this as any)._bind(); } ";
|
|
1169
1169
|
}
|
|
1170
|
+
if (this.n.platform == 1) {
|
|
1171
|
+
e = "this._detector.markForCheck(); ";
|
|
1172
|
+
}
|
|
1170
1173
|
var f = this.v(a, false);
|
|
1171
1174
|
var g = "null";
|
|
1172
1175
|
switch (b) {
|
|
@@ -1189,7 +1192,7 @@ var TSCodeGeneratingComponentRendererDataEmitter = /** @class */ /*@__PURE__*/ (
|
|
|
1189
1192
|
this.g.k("if (this." + this.ao(a) + " == null && !this." + this.ao(a) + "_fetching)");
|
|
1190
1193
|
this.g.k("{");
|
|
1191
1194
|
this.g.h();
|
|
1192
|
-
this.g.k(this.ao(a) + "_fetching = true;");
|
|
1195
|
+
this.g.k("this." + this.ao(a) + "_fetching = true;");
|
|
1193
1196
|
this.g.k("( async () => { this." + this.ao(a) + " = await (await " + this.v(a, false) + ".fetch()); " + e + " })();");
|
|
1194
1197
|
this.g.f();
|
|
1195
1198
|
this.g.k("}");
|
|
@@ -1246,7 +1249,6 @@ var TSCodeGeneratingComponentRendererDataEmitter = /** @class */ /*@__PURE__*/ (
|
|
|
1246
1249
|
};
|
|
1247
1250
|
TSCodeGeneratingComponentRendererDataEmitter.prototype.x = function (a, b) {
|
|
1248
1251
|
b.addPackageImport("./" + a, a);
|
|
1249
|
-
b.addPackageImport("./" + a, a + "Item");
|
|
1250
1252
|
};
|
|
1251
1253
|
TSCodeGeneratingComponentRendererDataEmitter.prototype.y = function (a, b) {
|
|
1252
1254
|
b.addDefaultImport("./" + a, a);
|
|
@@ -1560,16 +1562,10 @@ var DotNetCodeGeneratingComponentRendererDataEmitter = /** @class */ /*@__PURE__
|
|
|
1560
1562
|
a.k("using System.Collections.Generic;");
|
|
1561
1563
|
if (!this.ak) {
|
|
1562
1564
|
this.ak = true;
|
|
1563
|
-
this.k.addUsing("using Data;");
|
|
1564
1565
|
}
|
|
1565
|
-
a.k("namespace Data");
|
|
1566
|
-
a.k("{");
|
|
1567
|
-
a.h();
|
|
1568
1566
|
_super.prototype.ad.call(this, a);
|
|
1569
1567
|
};
|
|
1570
1568
|
DotNetCodeGeneratingComponentRendererDataEmitter.prototype.ac = function (a) {
|
|
1571
|
-
a.f();
|
|
1572
|
-
a.k("}");
|
|
1573
1569
|
_super.prototype.ac.call(this, a);
|
|
1574
1570
|
};
|
|
1575
1571
|
DotNetCodeGeneratingComponentRendererDataEmitter.prototype.v = function (a, b) {
|
|
@@ -1809,7 +1805,12 @@ var DotNetCodeGeneratingComponentRendererDataEmitter = /** @class */ /*@__PURE__
|
|
|
1809
1805
|
return "double.NaN";
|
|
1810
1806
|
}
|
|
1811
1807
|
return (b.value.toString());
|
|
1812
|
-
case 2:
|
|
1808
|
+
case 2: if (b.value == null) {
|
|
1809
|
+
return "null";
|
|
1810
|
+
}
|
|
1811
|
+
else {
|
|
1812
|
+
return ("@\"" + stringReplace(b.value, "\"", "\"\"") + "\"");
|
|
1813
|
+
}
|
|
1813
1814
|
case 3: return ("null");
|
|
1814
1815
|
}
|
|
1815
1816
|
return "";
|
|
@@ -6,6 +6,7 @@ GOVERNS THE LICENSING, INSTALLATION AND USE OF INFRAGISTICS SOFTWARE. BY DOWNLOA
|
|
|
6
6
|
*/
|
|
7
7
|
import { __extends } from "tslib";
|
|
8
8
|
import { Base, markType } from "./type";
|
|
9
|
+
import { ButtonDescriptionModule } from "./ButtonDescriptionModule";
|
|
9
10
|
import { DataGridPagerDescriptionMetadata } from "./DataGridPagerDescriptionMetadata";
|
|
10
11
|
/**
|
|
11
12
|
* @hidden
|
|
@@ -16,6 +17,7 @@ var DataGridPagerDescriptionModule = /** @class */ /*@__PURE__*/ (function (_sup
|
|
|
16
17
|
return _super !== null && _super.apply(this, arguments) || this;
|
|
17
18
|
}
|
|
18
19
|
DataGridPagerDescriptionModule.register = function (a) {
|
|
20
|
+
ButtonDescriptionModule.register(a);
|
|
19
21
|
DataGridPagerDescriptionMetadata.d(a);
|
|
20
22
|
};
|
|
21
23
|
DataGridPagerDescriptionModule.$t = markType(DataGridPagerDescriptionModule, 'DataGridPagerDescriptionModule');
|
|
@@ -29,6 +29,7 @@ import { ItemToolTipLayerDescriptionModule } from "./ItemToolTipLayerDescription
|
|
|
29
29
|
import { CategoryToolTipLayerDescriptionModule } from "./CategoryToolTipLayerDescriptionModule";
|
|
30
30
|
import { CategoryHighlightLayerDescriptionModule } from "./CategoryHighlightLayerDescriptionModule";
|
|
31
31
|
import { CategoryItemHighlightLayerDescriptionModule } from "./CategoryItemHighlightLayerDescriptionModule";
|
|
32
|
+
import { DataToolTipLayerDescriptionModule } from "./DataToolTipLayerDescriptionModule";
|
|
32
33
|
import { FinalValueLayerDescriptionModule } from "./FinalValueLayerDescriptionModule";
|
|
33
34
|
import { NumberAbbreviatorDescriptionModule } from "./NumberAbbreviatorDescriptionModule";
|
|
34
35
|
import { DataChartInteractivityDescriptionModule } from "./DataChartInteractivityDescriptionModule";
|
|
@@ -66,6 +67,7 @@ var FinancialChartDescriptionModule = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
66
67
|
CategoryToolTipLayerDescriptionModule.register(a);
|
|
67
68
|
CategoryHighlightLayerDescriptionModule.register(a);
|
|
68
69
|
CategoryItemHighlightLayerDescriptionModule.register(a);
|
|
70
|
+
DataToolTipLayerDescriptionModule.register(a);
|
|
69
71
|
FinalValueLayerDescriptionModule.register(a);
|
|
70
72
|
NumberAbbreviatorDescriptionModule.register(a);
|
|
71
73
|
DataChartInteractivityDescriptionModule.register(a);
|
|
@@ -48,12 +48,13 @@ var NativeUIButton = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
48
48
|
return this.ap;
|
|
49
49
|
},
|
|
50
50
|
set: function (a) {
|
|
51
|
+
var b = this.ap;
|
|
51
52
|
this.ap = a;
|
|
52
53
|
if (this.ap != null) {
|
|
53
54
|
this.w(1, this.ap);
|
|
54
55
|
}
|
|
55
56
|
else {
|
|
56
|
-
this.ab(1,
|
|
57
|
+
this.ab(1, b);
|
|
57
58
|
}
|
|
58
59
|
},
|
|
59
60
|
enumerable: false,
|
|
@@ -47,12 +47,13 @@ var NativeUICheckbox = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
47
47
|
return this.ap;
|
|
48
48
|
},
|
|
49
49
|
set: function (a) {
|
|
50
|
+
var b = this.ap;
|
|
50
51
|
this.ap = a;
|
|
51
52
|
if (this.ap != null) {
|
|
52
53
|
this.w(2, this.ap);
|
|
53
54
|
}
|
|
54
55
|
else {
|
|
55
|
-
this.ab(2,
|
|
56
|
+
this.ab(2, b);
|
|
56
57
|
}
|
|
57
58
|
},
|
|
58
59
|
enumerable: false,
|
|
@@ -37,12 +37,13 @@ var NativeUIDropDown = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
37
37
|
return this.aq;
|
|
38
38
|
},
|
|
39
39
|
set: function (a) {
|
|
40
|
+
var b = this.aq;
|
|
40
41
|
this.aq = a;
|
|
41
42
|
if (this.aq != null) {
|
|
42
43
|
this.w(3, this.aq);
|
|
43
44
|
}
|
|
44
45
|
else {
|
|
45
|
-
this.ab(3,
|
|
46
|
+
this.ab(3, b);
|
|
46
47
|
}
|
|
47
48
|
},
|
|
48
49
|
enumerable: false,
|
|
@@ -58,12 +58,13 @@ var NativeUIInput = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
58
58
|
return this.ar;
|
|
59
59
|
},
|
|
60
60
|
set: function (a) {
|
|
61
|
+
var b = this.ar;
|
|
61
62
|
this.ar = a;
|
|
62
63
|
if (this.ar != null) {
|
|
63
64
|
this.w(0, this.ar);
|
|
64
65
|
}
|
|
65
66
|
else {
|
|
66
|
-
this.ab(0,
|
|
67
|
+
this.ab(0, b);
|
|
67
68
|
}
|
|
68
69
|
},
|
|
69
70
|
enumerable: false,
|
|
@@ -69,12 +69,13 @@ var NativeUISlider = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
69
69
|
return this.ap;
|
|
70
70
|
},
|
|
71
71
|
set: function (a) {
|
|
72
|
+
var b = this.ap;
|
|
72
73
|
this.ap = a;
|
|
73
74
|
if (this.ap != null) {
|
|
74
75
|
this.w(4, this.ap);
|
|
75
76
|
}
|
|
76
77
|
else {
|
|
77
|
-
this.ab(4,
|
|
78
|
+
this.ab(4, b);
|
|
78
79
|
}
|
|
79
80
|
},
|
|
80
81
|
enumerable: false,
|
|
@@ -13,7 +13,9 @@ import { markType } from "./type";
|
|
|
13
13
|
var PropertyEditorPropertyDescriptionChangedEventArgsDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
14
14
|
__extends(PropertyEditorPropertyDescriptionChangedEventArgsDescription, _super);
|
|
15
15
|
function PropertyEditorPropertyDescriptionChangedEventArgsDescription() {
|
|
16
|
-
|
|
16
|
+
var _this = _super.call(this) || this;
|
|
17
|
+
_this.f = null;
|
|
18
|
+
return _this;
|
|
17
19
|
}
|
|
18
20
|
PropertyEditorPropertyDescriptionChangedEventArgsDescription.prototype.get_type = function () {
|
|
19
21
|
return "PropertyEditorPropertyDescriptionChangedEventArgs";
|
|
@@ -25,6 +27,17 @@ var PropertyEditorPropertyDescriptionChangedEventArgsDescription = /** @class */
|
|
|
25
27
|
enumerable: false,
|
|
26
28
|
configurable: true
|
|
27
29
|
});
|
|
30
|
+
Object.defineProperty(PropertyEditorPropertyDescriptionChangedEventArgsDescription.prototype, "newValue", {
|
|
31
|
+
get: function () {
|
|
32
|
+
return this.f;
|
|
33
|
+
},
|
|
34
|
+
set: function (a) {
|
|
35
|
+
this.f = a;
|
|
36
|
+
this.e("NewValue");
|
|
37
|
+
},
|
|
38
|
+
enumerable: false,
|
|
39
|
+
configurable: true
|
|
40
|
+
});
|
|
28
41
|
PropertyEditorPropertyDescriptionChangedEventArgsDescription.$t = markType(PropertyEditorPropertyDescriptionChangedEventArgsDescription, 'PropertyEditorPropertyDescriptionChangedEventArgsDescription', Description.$);
|
|
29
42
|
return PropertyEditorPropertyDescriptionChangedEventArgsDescription;
|
|
30
43
|
}(Description));
|
|
@@ -27,6 +27,7 @@ var PropertyEditorPropertyDescriptionChangedEventArgsDescriptionMetadata = /** @
|
|
|
27
27
|
a.s(PropertyEditorPropertyDescriptionChangedEventArgsDescriptionMetadata.a);
|
|
28
28
|
};
|
|
29
29
|
PropertyEditorPropertyDescriptionChangedEventArgsDescriptionMetadata.c = function (a) {
|
|
30
|
+
a.item("NewValue", "Unknown");
|
|
30
31
|
};
|
|
31
32
|
PropertyEditorPropertyDescriptionChangedEventArgsDescriptionMetadata.d = function (a) {
|
|
32
33
|
PropertyEditorPropertyDescriptionChangedEventArgsDescriptionMetadata.b(a);
|
|
@@ -15,7 +15,6 @@ var WebDropdownGroupDescription = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
15
15
|
function WebDropdownGroupDescription() {
|
|
16
16
|
var _this = _super.call(this) || this;
|
|
17
17
|
_this.f = null;
|
|
18
|
-
_this.h = null;
|
|
19
18
|
return _this;
|
|
20
19
|
}
|
|
21
20
|
WebDropdownGroupDescription.prototype.get_type = function () {
|
|
@@ -28,23 +27,12 @@ var WebDropdownGroupDescription = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
28
27
|
enumerable: false,
|
|
29
28
|
configurable: true
|
|
30
29
|
});
|
|
31
|
-
Object.defineProperty(WebDropdownGroupDescription.prototype, "
|
|
30
|
+
Object.defineProperty(WebDropdownGroupDescription.prototype, "size", {
|
|
32
31
|
get: function () {
|
|
33
32
|
return this.f;
|
|
34
33
|
},
|
|
35
34
|
set: function (a) {
|
|
36
35
|
this.f = a;
|
|
37
|
-
this.e("Items");
|
|
38
|
-
},
|
|
39
|
-
enumerable: false,
|
|
40
|
-
configurable: true
|
|
41
|
-
});
|
|
42
|
-
Object.defineProperty(WebDropdownGroupDescription.prototype, "size", {
|
|
43
|
-
get: function () {
|
|
44
|
-
return this.h;
|
|
45
|
-
},
|
|
46
|
-
set: function (a) {
|
|
47
|
-
this.h = a;
|
|
48
36
|
this.e("Size");
|
|
49
37
|
},
|
|
50
38
|
enumerable: false,
|
|
@@ -7,7 +7,6 @@ GOVERNS THE LICENSING, INSTALLATION AND USE OF INFRAGISTICS SOFTWARE. BY DOWNLOA
|
|
|
7
7
|
import { __extends } from "tslib";
|
|
8
8
|
import { Base, String_$type, markType } from "./type";
|
|
9
9
|
import { Dictionary$2 } from "./Dictionary$2";
|
|
10
|
-
import { WebDropdownItemDescriptionMetadata } from "./WebDropdownItemDescriptionMetadata";
|
|
11
10
|
import { WebDropdownGroupDescription } from "./WebDropdownGroupDescription";
|
|
12
11
|
/**
|
|
13
12
|
* @hidden
|
|
@@ -26,11 +25,9 @@ var WebDropdownGroupDescriptionMetadata = /** @class */ /*@__PURE__*/ (function
|
|
|
26
25
|
return;
|
|
27
26
|
}
|
|
28
27
|
a.s(WebDropdownGroupDescriptionMetadata.a);
|
|
29
|
-
WebDropdownItemDescriptionMetadata.d(a);
|
|
30
28
|
};
|
|
31
29
|
WebDropdownGroupDescriptionMetadata.c = function (a) {
|
|
32
30
|
a.item("__qualifiedNameTS", "String:DropdownGroup");
|
|
33
|
-
a.item("Items", "Array:WebDropdownItemDescription:DropdownItem");
|
|
34
31
|
a.item("Size", "ExportedType:string:DropdownGroupSize");
|
|
35
32
|
a.item("Size@names", "Small;Medium;Large");
|
|
36
33
|
};
|
|
@@ -17,10 +17,6 @@ var WebTreeDescriptionModule = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
17
17
|
return _super !== null && _super.apply(this, arguments) || this;
|
|
18
18
|
}
|
|
19
19
|
WebTreeDescriptionModule.register = function (a) {
|
|
20
|
-
WebTreeItemDescriptionModule.register(a);
|
|
21
|
-
WebTreeItemDescriptionModule.register(a);
|
|
22
|
-
WebTreeItemDescriptionModule.register(a);
|
|
23
|
-
WebTreeItemDescriptionModule.register(a);
|
|
24
20
|
WebTreeItemDescriptionModule.register(a);
|
|
25
21
|
WebTreeDescriptionMetadata.d(a);
|
|
26
22
|
};
|