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
|
@@ -15,15 +15,14 @@ var WebTreeItemDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
15
15
|
function WebTreeItemDescription() {
|
|
16
16
|
var _this = _super.call(this) || this;
|
|
17
17
|
_this.f = null;
|
|
18
|
-
_this.
|
|
19
|
-
_this.t = 0;
|
|
18
|
+
_this.r = 0;
|
|
20
19
|
_this.v = null;
|
|
21
20
|
_this.j = false;
|
|
22
21
|
_this.h = false;
|
|
23
22
|
_this.i = false;
|
|
24
|
-
_this.m = false;
|
|
25
23
|
_this.l = false;
|
|
26
|
-
_this.
|
|
24
|
+
_this.k = false;
|
|
25
|
+
_this.t = null;
|
|
27
26
|
return _this;
|
|
28
27
|
}
|
|
29
28
|
WebTreeItemDescription.prototype.get_type = function () {
|
|
@@ -47,23 +46,12 @@ var WebTreeItemDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
47
46
|
enumerable: false,
|
|
48
47
|
configurable: true
|
|
49
48
|
});
|
|
50
|
-
Object.defineProperty(WebTreeItemDescription.prototype, "init", {
|
|
51
|
-
get: function () {
|
|
52
|
-
return this.k;
|
|
53
|
-
},
|
|
54
|
-
set: function (a) {
|
|
55
|
-
this.k = a;
|
|
56
|
-
this.e("Init");
|
|
57
|
-
},
|
|
58
|
-
enumerable: false,
|
|
59
|
-
configurable: true
|
|
60
|
-
});
|
|
61
49
|
Object.defineProperty(WebTreeItemDescription.prototype, "level", {
|
|
62
50
|
get: function () {
|
|
63
|
-
return this.
|
|
51
|
+
return this.r;
|
|
64
52
|
},
|
|
65
53
|
set: function (a) {
|
|
66
|
-
this.
|
|
54
|
+
this.r = a;
|
|
67
55
|
this.e("Level");
|
|
68
56
|
},
|
|
69
57
|
enumerable: false,
|
|
@@ -115,10 +103,10 @@ var WebTreeItemDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
115
103
|
});
|
|
116
104
|
Object.defineProperty(WebTreeItemDescription.prototype, "selected", {
|
|
117
105
|
get: function () {
|
|
118
|
-
return this.
|
|
106
|
+
return this.l;
|
|
119
107
|
},
|
|
120
108
|
set: function (a) {
|
|
121
|
-
this.
|
|
109
|
+
this.l = a;
|
|
122
110
|
this.e("Selected");
|
|
123
111
|
},
|
|
124
112
|
enumerable: false,
|
|
@@ -126,22 +114,22 @@ var WebTreeItemDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
126
114
|
});
|
|
127
115
|
Object.defineProperty(WebTreeItemDescription.prototype, "loading", {
|
|
128
116
|
get: function () {
|
|
129
|
-
return this.
|
|
117
|
+
return this.k;
|
|
130
118
|
},
|
|
131
119
|
set: function (a) {
|
|
132
|
-
this.
|
|
120
|
+
this.k = a;
|
|
133
121
|
this.e("Loading");
|
|
134
122
|
},
|
|
135
123
|
enumerable: false,
|
|
136
124
|
configurable: true
|
|
137
125
|
});
|
|
138
|
-
Object.defineProperty(WebTreeItemDescription.prototype, "
|
|
126
|
+
Object.defineProperty(WebTreeItemDescription.prototype, "value", {
|
|
139
127
|
get: function () {
|
|
140
|
-
return this.
|
|
128
|
+
return this.t;
|
|
141
129
|
},
|
|
142
130
|
set: function (a) {
|
|
143
|
-
this.
|
|
144
|
-
this.e("
|
|
131
|
+
this.t = a;
|
|
132
|
+
this.e("Value");
|
|
145
133
|
},
|
|
146
134
|
enumerable: false,
|
|
147
135
|
configurable: true
|
|
@@ -30,7 +30,6 @@ var WebTreeItemDescriptionMetadata = /** @class */ /*@__PURE__*/ (function (_sup
|
|
|
30
30
|
WebTreeItemDescriptionMetadata.c = function (a) {
|
|
31
31
|
a.item("__qualifiedNameTS", "String:TreeItem");
|
|
32
32
|
a.item("Parent", "ExportedType:WebTreeItem");
|
|
33
|
-
a.item("Init", "Boolean");
|
|
34
33
|
a.item("Level", "Number:double");
|
|
35
34
|
a.item("Label", "String");
|
|
36
35
|
a.item("Expanded", "Boolean");
|
|
@@ -38,7 +37,7 @@ var WebTreeItemDescriptionMetadata = /** @class */ /*@__PURE__*/ (function (_sup
|
|
|
38
37
|
a.item("Disabled", "Boolean");
|
|
39
38
|
a.item("Selected", "Boolean");
|
|
40
39
|
a.item("Loading", "Boolean");
|
|
41
|
-
a.item("
|
|
40
|
+
a.item("Value", "Unknown");
|
|
42
41
|
};
|
|
43
42
|
WebTreeItemDescriptionMetadata.d = function (a) {
|
|
44
43
|
WebTreeItemDescriptionMetadata.b(a);
|
|
@@ -27188,12 +27188,13 @@ let NativeUICheckbox = /*@__PURE__*/ (() => {
|
|
|
27188
27188
|
return this.ap;
|
|
27189
27189
|
}
|
|
27190
27190
|
set aq(a) {
|
|
27191
|
+
let b = this.ap;
|
|
27191
27192
|
this.ap = a;
|
|
27192
27193
|
if (this.ap != null) {
|
|
27193
27194
|
this.w(2, this.ap);
|
|
27194
27195
|
}
|
|
27195
27196
|
else {
|
|
27196
|
-
this.ab(2,
|
|
27197
|
+
this.ab(2, b);
|
|
27197
27198
|
}
|
|
27198
27199
|
}
|
|
27199
27200
|
}
|
|
@@ -27248,12 +27249,13 @@ let NativeUIButton = /*@__PURE__*/ (() => {
|
|
|
27248
27249
|
return this.ap;
|
|
27249
27250
|
}
|
|
27250
27251
|
set aq(a) {
|
|
27252
|
+
let b = this.ap;
|
|
27251
27253
|
this.ap = a;
|
|
27252
27254
|
if (this.ap != null) {
|
|
27253
27255
|
this.w(1, this.ap);
|
|
27254
27256
|
}
|
|
27255
27257
|
else {
|
|
27256
|
-
this.ab(1,
|
|
27258
|
+
this.ab(1, b);
|
|
27257
27259
|
}
|
|
27258
27260
|
}
|
|
27259
27261
|
}
|
|
@@ -27290,12 +27292,13 @@ let NativeUIDropDown = /*@__PURE__*/ (() => {
|
|
|
27290
27292
|
return this.aq;
|
|
27291
27293
|
}
|
|
27292
27294
|
set ar(a) {
|
|
27295
|
+
let b = this.aq;
|
|
27293
27296
|
this.aq = a;
|
|
27294
27297
|
if (this.aq != null) {
|
|
27295
27298
|
this.w(3, this.aq);
|
|
27296
27299
|
}
|
|
27297
27300
|
else {
|
|
27298
|
-
this.ab(3,
|
|
27301
|
+
this.ab(3, b);
|
|
27299
27302
|
}
|
|
27300
27303
|
}
|
|
27301
27304
|
get at() {
|
|
@@ -27367,12 +27370,13 @@ let NativeUISlider = /*@__PURE__*/ (() => {
|
|
|
27367
27370
|
return this.ap;
|
|
27368
27371
|
}
|
|
27369
27372
|
set aq(a) {
|
|
27373
|
+
let b = this.ap;
|
|
27370
27374
|
this.ap = a;
|
|
27371
27375
|
if (this.ap != null) {
|
|
27372
27376
|
this.w(4, this.ap);
|
|
27373
27377
|
}
|
|
27374
27378
|
else {
|
|
27375
|
-
this.ab(4,
|
|
27379
|
+
this.ab(4, b);
|
|
27376
27380
|
}
|
|
27377
27381
|
}
|
|
27378
27382
|
}
|
|
@@ -27564,12 +27568,13 @@ let NativeUIInput = /*@__PURE__*/ (() => {
|
|
|
27564
27568
|
return this.ar;
|
|
27565
27569
|
}
|
|
27566
27570
|
set as(a) {
|
|
27571
|
+
let b = this.ar;
|
|
27567
27572
|
this.ar = a;
|
|
27568
27573
|
if (this.ar != null) {
|
|
27569
27574
|
this.w(0, this.ar);
|
|
27570
27575
|
}
|
|
27571
27576
|
else {
|
|
27572
|
-
this.ab(0,
|
|
27577
|
+
this.ab(0, b);
|
|
27573
27578
|
}
|
|
27574
27579
|
}
|
|
27575
27580
|
}
|
|
@@ -60237,6 +60242,9 @@ let TSCodeGeneratingComponentRendererDataEmitter = /*@__PURE__*/ (() => {
|
|
|
60237
60242
|
if (this.n.platform == 3) {
|
|
60238
60243
|
e = "if ((this as any)._bind) { (this as any)._bind(); } ";
|
|
60239
60244
|
}
|
|
60245
|
+
if (this.n.platform == 1) {
|
|
60246
|
+
e = "this._detector.markForCheck(); ";
|
|
60247
|
+
}
|
|
60240
60248
|
let f = this.v(a, false);
|
|
60241
60249
|
let g = "null";
|
|
60242
60250
|
switch (b) {
|
|
@@ -60259,7 +60267,7 @@ let TSCodeGeneratingComponentRendererDataEmitter = /*@__PURE__*/ (() => {
|
|
|
60259
60267
|
this.g.k("if (this." + this.ao(a) + " == null && !this." + this.ao(a) + "_fetching)");
|
|
60260
60268
|
this.g.k("{");
|
|
60261
60269
|
this.g.h();
|
|
60262
|
-
this.g.k(this.ao(a) + "_fetching = true;");
|
|
60270
|
+
this.g.k("this." + this.ao(a) + "_fetching = true;");
|
|
60263
60271
|
this.g.k("( async () => { this." + this.ao(a) + " = await (await " + this.v(a, false) + ".fetch()); " + e + " })();");
|
|
60264
60272
|
this.g.f();
|
|
60265
60273
|
this.g.k("}");
|
|
@@ -60316,7 +60324,6 @@ let TSCodeGeneratingComponentRendererDataEmitter = /*@__PURE__*/ (() => {
|
|
|
60316
60324
|
}
|
|
60317
60325
|
x(a, b) {
|
|
60318
60326
|
b.addPackageImport("./" + a, a);
|
|
60319
|
-
b.addPackageImport("./" + a, a + "Item");
|
|
60320
60327
|
}
|
|
60321
60328
|
y(a, b) {
|
|
60322
60329
|
b.addDefaultImport("./" + a, a);
|
|
@@ -60612,16 +60619,10 @@ let DotNetCodeGeneratingComponentRendererDataEmitter = /*@__PURE__*/ (() => {
|
|
|
60612
60619
|
a.k("using System.Collections.Generic;");
|
|
60613
60620
|
if (!this.ak) {
|
|
60614
60621
|
this.ak = true;
|
|
60615
|
-
this.k.addUsing("using Data;");
|
|
60616
60622
|
}
|
|
60617
|
-
a.k("namespace Data");
|
|
60618
|
-
a.k("{");
|
|
60619
|
-
a.h();
|
|
60620
60623
|
super.ad(a);
|
|
60621
60624
|
}
|
|
60622
60625
|
ac(a) {
|
|
60623
|
-
a.f();
|
|
60624
|
-
a.k("}");
|
|
60625
60626
|
super.ac(a);
|
|
60626
60627
|
}
|
|
60627
60628
|
v(a, b = false) {
|
|
@@ -60841,7 +60842,12 @@ let DotNetCodeGeneratingComponentRendererDataEmitter = /*@__PURE__*/ (() => {
|
|
|
60841
60842
|
return "double.NaN";
|
|
60842
60843
|
}
|
|
60843
60844
|
return (b.value.toString());
|
|
60844
|
-
case 2:
|
|
60845
|
+
case 2: if (b.value == null) {
|
|
60846
|
+
return "null";
|
|
60847
|
+
}
|
|
60848
|
+
else {
|
|
60849
|
+
return ("@\"" + stringReplace(b.value, "\"", "\"\"") + "\"");
|
|
60850
|
+
}
|
|
60845
60851
|
case 3: return ("null");
|
|
60846
60852
|
}
|
|
60847
60853
|
return "";
|
|
@@ -115413,6 +115419,7 @@ GOVERNS THE LICENSING, INSTALLATION AND USE OF INFRAGISTICS SOFTWARE. BY DOWNLOA
|
|
|
115413
115419
|
let DataGridPagerDescriptionModule = /*@__PURE__*/ (() => {
|
|
115414
115420
|
class DataGridPagerDescriptionModule extends Base {
|
|
115415
115421
|
static register(a) {
|
|
115422
|
+
ButtonDescriptionModule.register(a);
|
|
115416
115423
|
DataGridPagerDescriptionMetadata.d(a);
|
|
115417
115424
|
}
|
|
115418
115425
|
}
|
|
@@ -123582,6 +123589,7 @@ let FinancialChartDescriptionModule = /*@__PURE__*/ (() => {
|
|
|
123582
123589
|
CategoryToolTipLayerDescriptionModule.register(a);
|
|
123583
123590
|
CategoryHighlightLayerDescriptionModule.register(a);
|
|
123584
123591
|
CategoryItemHighlightLayerDescriptionModule.register(a);
|
|
123592
|
+
DataToolTipLayerDescriptionModule.register(a);
|
|
123585
123593
|
FinalValueLayerDescriptionModule.register(a);
|
|
123586
123594
|
NumberAbbreviatorDescriptionModule.register(a);
|
|
123587
123595
|
DataChartInteractivityDescriptionModule.register(a);
|
|
@@ -131946,6 +131954,7 @@ let PropertyEditorPropertyDescriptionChangedEventArgsDescription = /*@__PURE__*/
|
|
|
131946
131954
|
class PropertyEditorPropertyDescriptionChangedEventArgsDescription extends Description {
|
|
131947
131955
|
constructor() {
|
|
131948
131956
|
super();
|
|
131957
|
+
this.f = null;
|
|
131949
131958
|
}
|
|
131950
131959
|
get_type() {
|
|
131951
131960
|
return "PropertyEditorPropertyDescriptionChangedEventArgs";
|
|
@@ -131953,6 +131962,13 @@ let PropertyEditorPropertyDescriptionChangedEventArgsDescription = /*@__PURE__*/
|
|
|
131953
131962
|
get type() {
|
|
131954
131963
|
return this.get_type();
|
|
131955
131964
|
}
|
|
131965
|
+
get newValue() {
|
|
131966
|
+
return this.f;
|
|
131967
|
+
}
|
|
131968
|
+
set newValue(a) {
|
|
131969
|
+
this.f = a;
|
|
131970
|
+
this.e("NewValue");
|
|
131971
|
+
}
|
|
131956
131972
|
}
|
|
131957
131973
|
PropertyEditorPropertyDescriptionChangedEventArgsDescription.$t = markType(PropertyEditorPropertyDescriptionChangedEventArgsDescription, 'PropertyEditorPropertyDescriptionChangedEventArgsDescription', Description.$);
|
|
131958
131974
|
return PropertyEditorPropertyDescriptionChangedEventArgsDescription;
|
|
@@ -131980,6 +131996,7 @@ let PropertyEditorPropertyDescriptionChangedEventArgsDescriptionMetadata = /*@__
|
|
|
131980
131996
|
a.s(PropertyEditorPropertyDescriptionChangedEventArgsDescriptionMetadata.a);
|
|
131981
131997
|
}
|
|
131982
131998
|
static c(a) {
|
|
131999
|
+
a.item("NewValue", "Unknown");
|
|
131983
132000
|
}
|
|
131984
132001
|
static d(a) {
|
|
131985
132002
|
PropertyEditorPropertyDescriptionChangedEventArgsDescriptionMetadata.b(a);
|
|
@@ -141933,7 +141950,6 @@ let WebDropdownGroupDescription = /*@__PURE__*/ (() => {
|
|
|
141933
141950
|
constructor() {
|
|
141934
141951
|
super();
|
|
141935
141952
|
this.f = null;
|
|
141936
|
-
this.h = null;
|
|
141937
141953
|
}
|
|
141938
141954
|
get_type() {
|
|
141939
141955
|
return "WebDropdownGroup";
|
|
@@ -141941,18 +141957,11 @@ let WebDropdownGroupDescription = /*@__PURE__*/ (() => {
|
|
|
141941
141957
|
get type() {
|
|
141942
141958
|
return this.get_type();
|
|
141943
141959
|
}
|
|
141944
|
-
get items() {
|
|
141945
|
-
return this.f;
|
|
141946
|
-
}
|
|
141947
|
-
set items(a) {
|
|
141948
|
-
this.f = a;
|
|
141949
|
-
this.e("Items");
|
|
141950
|
-
}
|
|
141951
141960
|
get size() {
|
|
141952
|
-
return this.
|
|
141961
|
+
return this.f;
|
|
141953
141962
|
}
|
|
141954
141963
|
set size(a) {
|
|
141955
|
-
this.
|
|
141964
|
+
this.f = a;
|
|
141956
141965
|
this.e("Size");
|
|
141957
141966
|
}
|
|
141958
141967
|
}
|
|
@@ -141980,11 +141989,9 @@ let WebDropdownGroupDescriptionMetadata = /*@__PURE__*/ (() => {
|
|
|
141980
141989
|
return;
|
|
141981
141990
|
}
|
|
141982
141991
|
a.s(WebDropdownGroupDescriptionMetadata.a);
|
|
141983
|
-
WebDropdownItemDescriptionMetadata.d(a);
|
|
141984
141992
|
}
|
|
141985
141993
|
static c(a) {
|
|
141986
141994
|
a.item("__qualifiedNameTS", "String:DropdownGroup");
|
|
141987
|
-
a.item("Items", "Array:WebDropdownItemDescription:DropdownItem");
|
|
141988
141995
|
a.item("Size", "ExportedType:string:DropdownGroupSize");
|
|
141989
141996
|
a.item("Size@names", "Small;Medium;Large");
|
|
141990
141997
|
}
|
|
@@ -147270,15 +147277,14 @@ let WebTreeItemDescription = /*@__PURE__*/ (() => {
|
|
|
147270
147277
|
constructor() {
|
|
147271
147278
|
super();
|
|
147272
147279
|
this.f = null;
|
|
147273
|
-
this.
|
|
147274
|
-
this.t = 0;
|
|
147280
|
+
this.r = 0;
|
|
147275
147281
|
this.v = null;
|
|
147276
147282
|
this.j = false;
|
|
147277
147283
|
this.h = false;
|
|
147278
147284
|
this.i = false;
|
|
147279
|
-
this.m = false;
|
|
147280
147285
|
this.l = false;
|
|
147281
|
-
this.
|
|
147286
|
+
this.k = false;
|
|
147287
|
+
this.t = null;
|
|
147282
147288
|
}
|
|
147283
147289
|
get_type() {
|
|
147284
147290
|
return "WebTreeItem";
|
|
@@ -147293,18 +147299,11 @@ let WebTreeItemDescription = /*@__PURE__*/ (() => {
|
|
|
147293
147299
|
this.f = a;
|
|
147294
147300
|
this.e("Parent");
|
|
147295
147301
|
}
|
|
147296
|
-
get init() {
|
|
147297
|
-
return this.k;
|
|
147298
|
-
}
|
|
147299
|
-
set init(a) {
|
|
147300
|
-
this.k = a;
|
|
147301
|
-
this.e("Init");
|
|
147302
|
-
}
|
|
147303
147302
|
get level() {
|
|
147304
|
-
return this.
|
|
147303
|
+
return this.r;
|
|
147305
147304
|
}
|
|
147306
147305
|
set level(a) {
|
|
147307
|
-
this.
|
|
147306
|
+
this.r = a;
|
|
147308
147307
|
this.e("Level");
|
|
147309
147308
|
}
|
|
147310
147309
|
get label() {
|
|
@@ -147336,25 +147335,25 @@ let WebTreeItemDescription = /*@__PURE__*/ (() => {
|
|
|
147336
147335
|
this.e("Disabled");
|
|
147337
147336
|
}
|
|
147338
147337
|
get selected() {
|
|
147339
|
-
return this.
|
|
147338
|
+
return this.l;
|
|
147340
147339
|
}
|
|
147341
147340
|
set selected(a) {
|
|
147342
|
-
this.
|
|
147341
|
+
this.l = a;
|
|
147343
147342
|
this.e("Selected");
|
|
147344
147343
|
}
|
|
147345
147344
|
get loading() {
|
|
147346
|
-
return this.
|
|
147345
|
+
return this.k;
|
|
147347
147346
|
}
|
|
147348
147347
|
set loading(a) {
|
|
147349
|
-
this.
|
|
147348
|
+
this.k = a;
|
|
147350
147349
|
this.e("Loading");
|
|
147351
147350
|
}
|
|
147352
|
-
get
|
|
147353
|
-
return this.
|
|
147351
|
+
get value() {
|
|
147352
|
+
return this.t;
|
|
147354
147353
|
}
|
|
147355
|
-
set
|
|
147356
|
-
this.
|
|
147357
|
-
this.e("
|
|
147354
|
+
set value(a) {
|
|
147355
|
+
this.t = a;
|
|
147356
|
+
this.e("Value");
|
|
147358
147357
|
}
|
|
147359
147358
|
}
|
|
147360
147359
|
WebTreeItemDescription.$t = markType(WebTreeItemDescription, 'WebTreeItemDescription', Description.$);
|
|
@@ -147386,7 +147385,6 @@ let WebTreeItemDescriptionMetadata = /*@__PURE__*/ (() => {
|
|
|
147386
147385
|
static c(a) {
|
|
147387
147386
|
a.item("__qualifiedNameTS", "String:TreeItem");
|
|
147388
147387
|
a.item("Parent", "ExportedType:WebTreeItem");
|
|
147389
|
-
a.item("Init", "Boolean");
|
|
147390
147388
|
a.item("Level", "Number:double");
|
|
147391
147389
|
a.item("Label", "String");
|
|
147392
147390
|
a.item("Expanded", "Boolean");
|
|
@@ -147394,7 +147392,7 @@ let WebTreeItemDescriptionMetadata = /*@__PURE__*/ (() => {
|
|
|
147394
147392
|
a.item("Disabled", "Boolean");
|
|
147395
147393
|
a.item("Selected", "Boolean");
|
|
147396
147394
|
a.item("Loading", "Boolean");
|
|
147397
|
-
a.item("
|
|
147395
|
+
a.item("Value", "Unknown");
|
|
147398
147396
|
}
|
|
147399
147397
|
static d(a) {
|
|
147400
147398
|
WebTreeItemDescriptionMetadata.b(a);
|
|
@@ -147558,10 +147556,6 @@ GOVERNS THE LICENSING, INSTALLATION AND USE OF INFRAGISTICS SOFTWARE. BY DOWNLOA
|
|
|
147558
147556
|
let WebTreeDescriptionModule = /*@__PURE__*/ (() => {
|
|
147559
147557
|
class WebTreeDescriptionModule extends Base {
|
|
147560
147558
|
static register(a) {
|
|
147561
|
-
WebTreeItemDescriptionModule.register(a);
|
|
147562
|
-
WebTreeItemDescriptionModule.register(a);
|
|
147563
|
-
WebTreeItemDescriptionModule.register(a);
|
|
147564
|
-
WebTreeItemDescriptionModule.register(a);
|
|
147565
147559
|
WebTreeItemDescriptionModule.register(a);
|
|
147566
147560
|
WebTreeDescriptionMetadata.d(a);
|
|
147567
147561
|
}
|