igniteui-angular-core 13.2.0-beta.1 → 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 +1082 -40
- package/bundles/igniteui-angular-core.umd.min.js +1 -1
- package/esm2015/lib/CodeGeneratingComponentRendererCodeEmitter_combined.js +11 -10
- package/esm2015/lib/DataGridPagerDescriptionModule.js +2 -0
- package/esm2015/lib/FinancialChartDescriptionModule.js +2 -0
- package/esm2015/lib/FontDefaults.js +7 -7
- 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/WebExpansionPanelComponentEventArgsDescription.js +34 -0
- package/esm2015/lib/WebExpansionPanelComponentEventArgsDescriptionMetadata.js +7 -0
- package/esm2015/lib/WebExpansionPanelDescription.js +82 -0
- package/esm2015/lib/WebExpansionPanelDescriptionMetadata.js +7 -0
- package/esm2015/lib/WebExpansionPanelDescriptionMetadata_combined.js +77 -0
- package/esm2015/lib/WebExpansionPanelDescriptionModule.js +20 -0
- package/esm2015/lib/WebMaskInputDescription.js +71 -0
- package/esm2015/lib/WebMaskInputDescriptionMetadata.js +47 -0
- package/esm2015/lib/WebMaskInputDescriptionModule.js +22 -0
- package/esm2015/lib/WebTreeDescription.js +106 -0
- package/esm2015/lib/WebTreeDescriptionMetadata.js +54 -0
- package/esm2015/lib/WebTreeDescriptionModule.js +22 -0
- package/esm2015/lib/WebTreeItemComponentEventArgsDescription.js +34 -0
- package/esm2015/lib/WebTreeItemComponentEventArgsDescriptionMetadata.js +40 -0
- package/esm2015/lib/WebTreeItemDescription.js +98 -0
- package/esm2015/lib/WebTreeItemDescriptionMetadata.js +47 -0
- package/esm2015/lib/WebTreeItemDescriptionModule.js +20 -0
- package/esm2015/lib/WebTreeSelectionOptionsEventArgsDescription.js +34 -0
- package/esm2015/lib/WebTreeSelectionOptionsEventArgsDescriptionMetadata.js +38 -0
- package/esm2015/lib/igx-tooltip-container-component.js +3 -3
- package/esm2015/public_api.js +18 -0
- package/esm5/lib/CodeGeneratingComponentRendererCodeEmitter_combined.js +11 -10
- package/esm5/lib/DataGridPagerDescriptionModule.js +2 -0
- package/esm5/lib/FinancialChartDescriptionModule.js +2 -0
- package/esm5/lib/FontDefaults.js +7 -7
- 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/WebExpansionPanelComponentEventArgsDescription.js +44 -0
- package/esm5/lib/WebExpansionPanelComponentEventArgsDescriptionMetadata.js +7 -0
- package/esm5/lib/WebExpansionPanelDescription.js +116 -0
- package/esm5/lib/WebExpansionPanelDescriptionMetadata.js +7 -0
- package/esm5/lib/WebExpansionPanelDescriptionMetadata_combined.js +84 -0
- package/esm5/lib/WebExpansionPanelDescriptionModule.js +24 -0
- package/esm5/lib/WebMaskInputDescription.js +97 -0
- package/esm5/lib/WebMaskInputDescriptionMetadata.js +51 -0
- package/esm5/lib/WebMaskInputDescriptionModule.js +26 -0
- package/esm5/lib/WebTreeDescription.js +152 -0
- package/esm5/lib/WebTreeDescriptionMetadata.js +58 -0
- package/esm5/lib/WebTreeDescriptionModule.js +26 -0
- package/esm5/lib/WebTreeItemComponentEventArgsDescription.js +44 -0
- package/esm5/lib/WebTreeItemComponentEventArgsDescriptionMetadata.js +44 -0
- package/esm5/lib/WebTreeItemDescription.js +140 -0
- package/esm5/lib/WebTreeItemDescriptionMetadata.js +51 -0
- package/esm5/lib/WebTreeItemDescriptionModule.js +24 -0
- package/esm5/lib/WebTreeSelectionOptionsEventArgsDescription.js +44 -0
- package/esm5/lib/WebTreeSelectionOptionsEventArgsDescriptionMetadata.js +42 -0
- package/esm5/lib/igx-tooltip-container-component.js +2 -2
- package/esm5/public_api.js +18 -0
- package/fesm2015/igniteui-angular-core.js +875 -38
- package/fesm5/igniteui-angular-core.js +1065 -41
- package/lib/PropertyEditorPropertyDescriptionChangedEventArgsDescription.d.ts +3 -0
- package/lib/WebDropdownGroupDescription.d.ts +0 -4
- package/lib/WebExpansionPanelComponentEventArgsDescription.d.ts +15 -0
- package/lib/WebExpansionPanelComponentEventArgsDescriptionMetadata.d.ts +1 -0
- package/lib/WebExpansionPanelDescription.d.ts +32 -0
- package/lib/WebExpansionPanelDescriptionMetadata.d.ts +1 -0
- package/lib/WebExpansionPanelDescriptionMetadata_combined.d.ts +23 -0
- package/lib/WebExpansionPanelDescriptionModule.d.ts +9 -0
- package/lib/WebMaskInputDescription.d.ts +28 -0
- package/lib/WebMaskInputDescriptionMetadata.d.ts +13 -0
- package/lib/WebMaskInputDescriptionModule.d.ts +9 -0
- package/lib/WebTreeDescription.d.ts +41 -0
- package/lib/WebTreeDescriptionMetadata.d.ts +13 -0
- package/lib/WebTreeDescriptionModule.d.ts +9 -0
- package/lib/WebTreeItemComponentEventArgsDescription.d.ts +15 -0
- package/lib/WebTreeItemComponentEventArgsDescriptionMetadata.d.ts +13 -0
- package/lib/WebTreeItemDescription.d.ts +38 -0
- package/lib/WebTreeItemDescriptionMetadata.d.ts +13 -0
- package/lib/WebTreeItemDescriptionModule.d.ts +9 -0
- package/lib/WebTreeSelectionOptionsEventArgsDescription.d.ts +15 -0
- package/lib/WebTreeSelectionOptionsEventArgsDescriptionMetadata.d.ts +13 -0
- package/package.json +1 -1
- package/public_api.d.ts +18 -0
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
/*
|
|
2
|
+
THIS INFRAGISTICS ULTIMATE SOFTWARE LICENSE AGREEMENT ("AGREEMENT") LOCATED HERE:
|
|
3
|
+
https://www.infragistics.com/legal/license/igultimate-la
|
|
4
|
+
https://www.infragistics.com/legal/license/igultimate-eula
|
|
5
|
+
GOVERNS THE LICENSING, INSTALLATION AND USE OF INFRAGISTICS SOFTWARE. BY DOWNLOADING AND/OR INSTALLING AND USING INFRAGISTICS SOFTWARE: you are indicating that you have read and understand this Agreement, and agree to be legally bound by it on behalf of the yourself and your company.
|
|
6
|
+
*/
|
|
7
|
+
import { __extends } from "tslib";
|
|
8
|
+
import { Base, String_$type, markType } from "./type";
|
|
9
|
+
import { Dictionary$2 } from "./Dictionary$2";
|
|
10
|
+
import { WebInputBaseDescriptionMetadata } from "./WebInputBaseDescriptionMetadata";
|
|
11
|
+
import { WebMaskInputDescription } from "./WebMaskInputDescription";
|
|
12
|
+
/**
|
|
13
|
+
* @hidden
|
|
14
|
+
*/
|
|
15
|
+
var WebMaskInputDescriptionMetadata = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
16
|
+
__extends(WebMaskInputDescriptionMetadata, _super);
|
|
17
|
+
function WebMaskInputDescriptionMetadata() {
|
|
18
|
+
return _super !== null && _super.apply(this, arguments) || this;
|
|
19
|
+
}
|
|
20
|
+
WebMaskInputDescriptionMetadata.b = function (a) {
|
|
21
|
+
if (WebMaskInputDescriptionMetadata.a == null) {
|
|
22
|
+
WebMaskInputDescriptionMetadata.a = new Dictionary$2(String_$type, String_$type, 0);
|
|
23
|
+
WebMaskInputDescriptionMetadata.c(WebMaskInputDescriptionMetadata.a);
|
|
24
|
+
}
|
|
25
|
+
if (a.g(WebMaskInputDescriptionMetadata.a)) {
|
|
26
|
+
return;
|
|
27
|
+
}
|
|
28
|
+
a.s(WebMaskInputDescriptionMetadata.a);
|
|
29
|
+
};
|
|
30
|
+
WebMaskInputDescriptionMetadata.c = function (a) {
|
|
31
|
+
WebInputBaseDescriptionMetadata.c(a);
|
|
32
|
+
a.item("__qualifiedNameTS", "String:MaskInput");
|
|
33
|
+
a.item("Dir", "ExportedType:string:MaskInputDir");
|
|
34
|
+
a.item("Dir@names", "Ltr;Rtl;Auto");
|
|
35
|
+
a.item("Invalid", "Boolean");
|
|
36
|
+
a.item("ValueMode", "ExportedType:string:MaskInputValueMode");
|
|
37
|
+
a.item("ValueMode@names", "Raw;WithFormatting");
|
|
38
|
+
a.item("Value", "String");
|
|
39
|
+
a.item("Mask", "String");
|
|
40
|
+
a.item("Prompt", "String");
|
|
41
|
+
};
|
|
42
|
+
WebMaskInputDescriptionMetadata.d = function (a) {
|
|
43
|
+
WebMaskInputDescriptionMetadata.b(a);
|
|
44
|
+
a.u("WebMaskInput", function () { return new WebMaskInputDescription(); });
|
|
45
|
+
a.t("WebMaskInput", WebMaskInputDescriptionMetadata.a);
|
|
46
|
+
};
|
|
47
|
+
WebMaskInputDescriptionMetadata.$t = markType(WebMaskInputDescriptionMetadata, 'WebMaskInputDescriptionMetadata');
|
|
48
|
+
WebMaskInputDescriptionMetadata.a = null;
|
|
49
|
+
return WebMaskInputDescriptionMetadata;
|
|
50
|
+
}(Base));
|
|
51
|
+
export { WebMaskInputDescriptionMetadata };
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
/*
|
|
2
|
+
THIS INFRAGISTICS ULTIMATE SOFTWARE LICENSE AGREEMENT ("AGREEMENT") LOCATED HERE:
|
|
3
|
+
https://www.infragistics.com/legal/license/igultimate-la
|
|
4
|
+
https://www.infragistics.com/legal/license/igultimate-eula
|
|
5
|
+
GOVERNS THE LICENSING, INSTALLATION AND USE OF INFRAGISTICS SOFTWARE. BY DOWNLOADING AND/OR INSTALLING AND USING INFRAGISTICS SOFTWARE: you are indicating that you have read and understand this Agreement, and agree to be legally bound by it on behalf of the yourself and your company.
|
|
6
|
+
*/
|
|
7
|
+
import { __extends } from "tslib";
|
|
8
|
+
import { Base, markType } from "./type";
|
|
9
|
+
import { WebInputBaseDescriptionModule } from "./WebInputBaseDescriptionModule";
|
|
10
|
+
import { WebMaskInputDescriptionMetadata } from "./WebMaskInputDescriptionMetadata";
|
|
11
|
+
/**
|
|
12
|
+
* @hidden
|
|
13
|
+
*/
|
|
14
|
+
var WebMaskInputDescriptionModule = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
15
|
+
__extends(WebMaskInputDescriptionModule, _super);
|
|
16
|
+
function WebMaskInputDescriptionModule() {
|
|
17
|
+
return _super !== null && _super.apply(this, arguments) || this;
|
|
18
|
+
}
|
|
19
|
+
WebMaskInputDescriptionModule.register = function (a) {
|
|
20
|
+
WebInputBaseDescriptionModule.register(a);
|
|
21
|
+
WebMaskInputDescriptionMetadata.d(a);
|
|
22
|
+
};
|
|
23
|
+
WebMaskInputDescriptionModule.$t = markType(WebMaskInputDescriptionModule, 'WebMaskInputDescriptionModule');
|
|
24
|
+
return WebMaskInputDescriptionModule;
|
|
25
|
+
}(Base));
|
|
26
|
+
export { WebMaskInputDescriptionModule };
|
|
@@ -0,0 +1,152 @@
|
|
|
1
|
+
/*
|
|
2
|
+
THIS INFRAGISTICS ULTIMATE SOFTWARE LICENSE AGREEMENT ("AGREEMENT") LOCATED HERE:
|
|
3
|
+
https://www.infragistics.com/legal/license/igultimate-la
|
|
4
|
+
https://www.infragistics.com/legal/license/igultimate-eula
|
|
5
|
+
GOVERNS THE LICENSING, INSTALLATION AND USE OF INFRAGISTICS SOFTWARE. BY DOWNLOADING AND/OR INSTALLING AND USING INFRAGISTICS SOFTWARE: you are indicating that you have read and understand this Agreement, and agree to be legally bound by it on behalf of the yourself and your company.
|
|
6
|
+
*/
|
|
7
|
+
import { __extends } from "tslib";
|
|
8
|
+
import { Description } from "./Description";
|
|
9
|
+
import { markType } from "./type";
|
|
10
|
+
/**
|
|
11
|
+
* @hidden
|
|
12
|
+
*/
|
|
13
|
+
var WebTreeDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
14
|
+
__extends(WebTreeDescription, _super);
|
|
15
|
+
function WebTreeDescription() {
|
|
16
|
+
var _this = _super.call(this) || this;
|
|
17
|
+
_this.f = false;
|
|
18
|
+
_this.n = null;
|
|
19
|
+
_this.i = null;
|
|
20
|
+
_this.p = null;
|
|
21
|
+
_this.o = null;
|
|
22
|
+
_this.m = null;
|
|
23
|
+
_this.l = null;
|
|
24
|
+
_this.k = null;
|
|
25
|
+
_this.j = null;
|
|
26
|
+
_this.h = null;
|
|
27
|
+
return _this;
|
|
28
|
+
}
|
|
29
|
+
WebTreeDescription.prototype.get_type = function () {
|
|
30
|
+
return "WebTree";
|
|
31
|
+
};
|
|
32
|
+
Object.defineProperty(WebTreeDescription.prototype, "type", {
|
|
33
|
+
get: function () {
|
|
34
|
+
return this.get_type();
|
|
35
|
+
},
|
|
36
|
+
enumerable: false,
|
|
37
|
+
configurable: true
|
|
38
|
+
});
|
|
39
|
+
Object.defineProperty(WebTreeDescription.prototype, "singleBranchExpand", {
|
|
40
|
+
get: function () {
|
|
41
|
+
return this.f;
|
|
42
|
+
},
|
|
43
|
+
set: function (a) {
|
|
44
|
+
this.f = a;
|
|
45
|
+
this.e("SingleBranchExpand");
|
|
46
|
+
},
|
|
47
|
+
enumerable: false,
|
|
48
|
+
configurable: true
|
|
49
|
+
});
|
|
50
|
+
Object.defineProperty(WebTreeDescription.prototype, "selection", {
|
|
51
|
+
get: function () {
|
|
52
|
+
return this.n;
|
|
53
|
+
},
|
|
54
|
+
set: function (a) {
|
|
55
|
+
this.n = a;
|
|
56
|
+
this.e("Selection");
|
|
57
|
+
},
|
|
58
|
+
enumerable: false,
|
|
59
|
+
configurable: true
|
|
60
|
+
});
|
|
61
|
+
Object.defineProperty(WebTreeDescription.prototype, "dir", {
|
|
62
|
+
get: function () {
|
|
63
|
+
return this.i;
|
|
64
|
+
},
|
|
65
|
+
set: function (a) {
|
|
66
|
+
this.i = a;
|
|
67
|
+
this.e("Dir");
|
|
68
|
+
},
|
|
69
|
+
enumerable: false,
|
|
70
|
+
configurable: true
|
|
71
|
+
});
|
|
72
|
+
Object.defineProperty(WebTreeDescription.prototype, "size", {
|
|
73
|
+
get: function () {
|
|
74
|
+
return this.p;
|
|
75
|
+
},
|
|
76
|
+
set: function (a) {
|
|
77
|
+
this.p = a;
|
|
78
|
+
this.e("Size");
|
|
79
|
+
},
|
|
80
|
+
enumerable: false,
|
|
81
|
+
configurable: true
|
|
82
|
+
});
|
|
83
|
+
Object.defineProperty(WebTreeDescription.prototype, "selectionChangedRef", {
|
|
84
|
+
get: function () {
|
|
85
|
+
return this.o;
|
|
86
|
+
},
|
|
87
|
+
set: function (a) {
|
|
88
|
+
this.o = a;
|
|
89
|
+
this.e("SelectionChangedRef");
|
|
90
|
+
},
|
|
91
|
+
enumerable: false,
|
|
92
|
+
configurable: true
|
|
93
|
+
});
|
|
94
|
+
Object.defineProperty(WebTreeDescription.prototype, "itemExpandingRef", {
|
|
95
|
+
get: function () {
|
|
96
|
+
return this.m;
|
|
97
|
+
},
|
|
98
|
+
set: function (a) {
|
|
99
|
+
this.m = a;
|
|
100
|
+
this.e("ItemExpandingRef");
|
|
101
|
+
},
|
|
102
|
+
enumerable: false,
|
|
103
|
+
configurable: true
|
|
104
|
+
});
|
|
105
|
+
Object.defineProperty(WebTreeDescription.prototype, "itemExpandedRef", {
|
|
106
|
+
get: function () {
|
|
107
|
+
return this.l;
|
|
108
|
+
},
|
|
109
|
+
set: function (a) {
|
|
110
|
+
this.l = a;
|
|
111
|
+
this.e("ItemExpandedRef");
|
|
112
|
+
},
|
|
113
|
+
enumerable: false,
|
|
114
|
+
configurable: true
|
|
115
|
+
});
|
|
116
|
+
Object.defineProperty(WebTreeDescription.prototype, "itemCollapsingRef", {
|
|
117
|
+
get: function () {
|
|
118
|
+
return this.k;
|
|
119
|
+
},
|
|
120
|
+
set: function (a) {
|
|
121
|
+
this.k = a;
|
|
122
|
+
this.e("ItemCollapsingRef");
|
|
123
|
+
},
|
|
124
|
+
enumerable: false,
|
|
125
|
+
configurable: true
|
|
126
|
+
});
|
|
127
|
+
Object.defineProperty(WebTreeDescription.prototype, "itemCollapsedRef", {
|
|
128
|
+
get: function () {
|
|
129
|
+
return this.j;
|
|
130
|
+
},
|
|
131
|
+
set: function (a) {
|
|
132
|
+
this.j = a;
|
|
133
|
+
this.e("ItemCollapsedRef");
|
|
134
|
+
},
|
|
135
|
+
enumerable: false,
|
|
136
|
+
configurable: true
|
|
137
|
+
});
|
|
138
|
+
Object.defineProperty(WebTreeDescription.prototype, "activeItemRef", {
|
|
139
|
+
get: function () {
|
|
140
|
+
return this.h;
|
|
141
|
+
},
|
|
142
|
+
set: function (a) {
|
|
143
|
+
this.h = a;
|
|
144
|
+
this.e("ActiveItemRef");
|
|
145
|
+
},
|
|
146
|
+
enumerable: false,
|
|
147
|
+
configurable: true
|
|
148
|
+
});
|
|
149
|
+
WebTreeDescription.$t = markType(WebTreeDescription, 'WebTreeDescription', Description.$);
|
|
150
|
+
return WebTreeDescription;
|
|
151
|
+
}(Description));
|
|
152
|
+
export { WebTreeDescription };
|
|
@@ -0,0 +1,58 @@
|
|
|
1
|
+
/*
|
|
2
|
+
THIS INFRAGISTICS ULTIMATE SOFTWARE LICENSE AGREEMENT ("AGREEMENT") LOCATED HERE:
|
|
3
|
+
https://www.infragistics.com/legal/license/igultimate-la
|
|
4
|
+
https://www.infragistics.com/legal/license/igultimate-eula
|
|
5
|
+
GOVERNS THE LICENSING, INSTALLATION AND USE OF INFRAGISTICS SOFTWARE. BY DOWNLOADING AND/OR INSTALLING AND USING INFRAGISTICS SOFTWARE: you are indicating that you have read and understand this Agreement, and agree to be legally bound by it on behalf of the yourself and your company.
|
|
6
|
+
*/
|
|
7
|
+
import { __extends } from "tslib";
|
|
8
|
+
import { Base, String_$type, markType } from "./type";
|
|
9
|
+
import { Dictionary$2 } from "./Dictionary$2";
|
|
10
|
+
import { WebTreeSelectionOptionsEventArgsDescriptionMetadata } from "./WebTreeSelectionOptionsEventArgsDescriptionMetadata";
|
|
11
|
+
import { WebTreeItemComponentEventArgsDescriptionMetadata } from "./WebTreeItemComponentEventArgsDescriptionMetadata";
|
|
12
|
+
import { WebTreeDescription } from "./WebTreeDescription";
|
|
13
|
+
/**
|
|
14
|
+
* @hidden
|
|
15
|
+
*/
|
|
16
|
+
var WebTreeDescriptionMetadata = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
17
|
+
__extends(WebTreeDescriptionMetadata, _super);
|
|
18
|
+
function WebTreeDescriptionMetadata() {
|
|
19
|
+
return _super !== null && _super.apply(this, arguments) || this;
|
|
20
|
+
}
|
|
21
|
+
WebTreeDescriptionMetadata.b = function (a) {
|
|
22
|
+
if (WebTreeDescriptionMetadata.a == null) {
|
|
23
|
+
WebTreeDescriptionMetadata.a = new Dictionary$2(String_$type, String_$type, 0);
|
|
24
|
+
WebTreeDescriptionMetadata.c(WebTreeDescriptionMetadata.a);
|
|
25
|
+
}
|
|
26
|
+
if (a.g(WebTreeDescriptionMetadata.a)) {
|
|
27
|
+
return;
|
|
28
|
+
}
|
|
29
|
+
a.s(WebTreeDescriptionMetadata.a);
|
|
30
|
+
WebTreeSelectionOptionsEventArgsDescriptionMetadata.d(a);
|
|
31
|
+
WebTreeItemComponentEventArgsDescriptionMetadata.d(a);
|
|
32
|
+
};
|
|
33
|
+
WebTreeDescriptionMetadata.c = function (a) {
|
|
34
|
+
a.item("__qualifiedNameTS", "String:Tree");
|
|
35
|
+
a.item("SingleBranchExpand", "Boolean");
|
|
36
|
+
a.item("Selection", "ExportedType:string:TreeSelection");
|
|
37
|
+
a.item("Selection@names", "Multiple;None;Cascade");
|
|
38
|
+
a.item("Dir", "ExportedType:string:TreeDir");
|
|
39
|
+
a.item("Dir@names", "Ltr;Rtl;Auto");
|
|
40
|
+
a.item("Size", "ExportedType:string:SizableComponentSize");
|
|
41
|
+
a.item("Size@names", "Large;Small;Medium");
|
|
42
|
+
a.item("SelectionChangedRef", "EventRef::selectionChanged");
|
|
43
|
+
a.item("ItemExpandingRef", "EventRef::itemExpanding");
|
|
44
|
+
a.item("ItemExpandedRef", "EventRef::itemExpanded");
|
|
45
|
+
a.item("ItemCollapsingRef", "EventRef::itemCollapsing");
|
|
46
|
+
a.item("ItemCollapsedRef", "EventRef::itemCollapsed");
|
|
47
|
+
a.item("ActiveItemRef", "EventRef::activeItem");
|
|
48
|
+
};
|
|
49
|
+
WebTreeDescriptionMetadata.d = function (a) {
|
|
50
|
+
WebTreeDescriptionMetadata.b(a);
|
|
51
|
+
a.u("WebTree", function () { return new WebTreeDescription(); });
|
|
52
|
+
a.t("WebTree", WebTreeDescriptionMetadata.a);
|
|
53
|
+
};
|
|
54
|
+
WebTreeDescriptionMetadata.$t = markType(WebTreeDescriptionMetadata, 'WebTreeDescriptionMetadata');
|
|
55
|
+
WebTreeDescriptionMetadata.a = null;
|
|
56
|
+
return WebTreeDescriptionMetadata;
|
|
57
|
+
}(Base));
|
|
58
|
+
export { WebTreeDescriptionMetadata };
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
/*
|
|
2
|
+
THIS INFRAGISTICS ULTIMATE SOFTWARE LICENSE AGREEMENT ("AGREEMENT") LOCATED HERE:
|
|
3
|
+
https://www.infragistics.com/legal/license/igultimate-la
|
|
4
|
+
https://www.infragistics.com/legal/license/igultimate-eula
|
|
5
|
+
GOVERNS THE LICENSING, INSTALLATION AND USE OF INFRAGISTICS SOFTWARE. BY DOWNLOADING AND/OR INSTALLING AND USING INFRAGISTICS SOFTWARE: you are indicating that you have read and understand this Agreement, and agree to be legally bound by it on behalf of the yourself and your company.
|
|
6
|
+
*/
|
|
7
|
+
import { __extends } from "tslib";
|
|
8
|
+
import { Base, markType } from "./type";
|
|
9
|
+
import { WebTreeItemDescriptionModule } from "./WebTreeItemDescriptionModule";
|
|
10
|
+
import { WebTreeDescriptionMetadata } from "./WebTreeDescriptionMetadata";
|
|
11
|
+
/**
|
|
12
|
+
* @hidden
|
|
13
|
+
*/
|
|
14
|
+
var WebTreeDescriptionModule = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
15
|
+
__extends(WebTreeDescriptionModule, _super);
|
|
16
|
+
function WebTreeDescriptionModule() {
|
|
17
|
+
return _super !== null && _super.apply(this, arguments) || this;
|
|
18
|
+
}
|
|
19
|
+
WebTreeDescriptionModule.register = function (a) {
|
|
20
|
+
WebTreeItemDescriptionModule.register(a);
|
|
21
|
+
WebTreeDescriptionMetadata.d(a);
|
|
22
|
+
};
|
|
23
|
+
WebTreeDescriptionModule.$t = markType(WebTreeDescriptionModule, 'WebTreeDescriptionModule');
|
|
24
|
+
return WebTreeDescriptionModule;
|
|
25
|
+
}(Base));
|
|
26
|
+
export { WebTreeDescriptionModule };
|
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
/*
|
|
2
|
+
THIS INFRAGISTICS ULTIMATE SOFTWARE LICENSE AGREEMENT ("AGREEMENT") LOCATED HERE:
|
|
3
|
+
https://www.infragistics.com/legal/license/igultimate-la
|
|
4
|
+
https://www.infragistics.com/legal/license/igultimate-eula
|
|
5
|
+
GOVERNS THE LICENSING, INSTALLATION AND USE OF INFRAGISTICS SOFTWARE. BY DOWNLOADING AND/OR INSTALLING AND USING INFRAGISTICS SOFTWARE: you are indicating that you have read and understand this Agreement, and agree to be legally bound by it on behalf of the yourself and your company.
|
|
6
|
+
*/
|
|
7
|
+
import { __extends } from "tslib";
|
|
8
|
+
import { Description } from "./Description";
|
|
9
|
+
import { markType } from "./type";
|
|
10
|
+
/**
|
|
11
|
+
* @hidden
|
|
12
|
+
*/
|
|
13
|
+
var WebTreeItemComponentEventArgsDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
14
|
+
__extends(WebTreeItemComponentEventArgsDescription, _super);
|
|
15
|
+
function WebTreeItemComponentEventArgsDescription() {
|
|
16
|
+
var _this = _super.call(this) || this;
|
|
17
|
+
_this.f = null;
|
|
18
|
+
return _this;
|
|
19
|
+
}
|
|
20
|
+
WebTreeItemComponentEventArgsDescription.prototype.get_type = function () {
|
|
21
|
+
return "WebTreeItemComponentEventArgs";
|
|
22
|
+
};
|
|
23
|
+
Object.defineProperty(WebTreeItemComponentEventArgsDescription.prototype, "type", {
|
|
24
|
+
get: function () {
|
|
25
|
+
return this.get_type();
|
|
26
|
+
},
|
|
27
|
+
enumerable: false,
|
|
28
|
+
configurable: true
|
|
29
|
+
});
|
|
30
|
+
Object.defineProperty(WebTreeItemComponentEventArgsDescription.prototype, "detail", {
|
|
31
|
+
get: function () {
|
|
32
|
+
return this.f;
|
|
33
|
+
},
|
|
34
|
+
set: function (a) {
|
|
35
|
+
this.f = a;
|
|
36
|
+
this.e("Detail");
|
|
37
|
+
},
|
|
38
|
+
enumerable: false,
|
|
39
|
+
configurable: true
|
|
40
|
+
});
|
|
41
|
+
WebTreeItemComponentEventArgsDescription.$t = markType(WebTreeItemComponentEventArgsDescription, 'WebTreeItemComponentEventArgsDescription', Description.$);
|
|
42
|
+
return WebTreeItemComponentEventArgsDescription;
|
|
43
|
+
}(Description));
|
|
44
|
+
export { WebTreeItemComponentEventArgsDescription };
|
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
/*
|
|
2
|
+
THIS INFRAGISTICS ULTIMATE SOFTWARE LICENSE AGREEMENT ("AGREEMENT") LOCATED HERE:
|
|
3
|
+
https://www.infragistics.com/legal/license/igultimate-la
|
|
4
|
+
https://www.infragistics.com/legal/license/igultimate-eula
|
|
5
|
+
GOVERNS THE LICENSING, INSTALLATION AND USE OF INFRAGISTICS SOFTWARE. BY DOWNLOADING AND/OR INSTALLING AND USING INFRAGISTICS SOFTWARE: you are indicating that you have read and understand this Agreement, and agree to be legally bound by it on behalf of the yourself and your company.
|
|
6
|
+
*/
|
|
7
|
+
import { __extends } from "tslib";
|
|
8
|
+
import { Base, String_$type, markType } from "./type";
|
|
9
|
+
import { Dictionary$2 } from "./Dictionary$2";
|
|
10
|
+
import { WebTreeItemDescriptionMetadata } from "./WebTreeItemDescriptionMetadata";
|
|
11
|
+
import { WebTreeItemComponentEventArgsDescription } from "./WebTreeItemComponentEventArgsDescription";
|
|
12
|
+
/**
|
|
13
|
+
* @hidden
|
|
14
|
+
*/
|
|
15
|
+
var WebTreeItemComponentEventArgsDescriptionMetadata = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
16
|
+
__extends(WebTreeItemComponentEventArgsDescriptionMetadata, _super);
|
|
17
|
+
function WebTreeItemComponentEventArgsDescriptionMetadata() {
|
|
18
|
+
return _super !== null && _super.apply(this, arguments) || this;
|
|
19
|
+
}
|
|
20
|
+
WebTreeItemComponentEventArgsDescriptionMetadata.b = function (a) {
|
|
21
|
+
if (WebTreeItemComponentEventArgsDescriptionMetadata.a == null) {
|
|
22
|
+
WebTreeItemComponentEventArgsDescriptionMetadata.a = new Dictionary$2(String_$type, String_$type, 0);
|
|
23
|
+
WebTreeItemComponentEventArgsDescriptionMetadata.c(WebTreeItemComponentEventArgsDescriptionMetadata.a);
|
|
24
|
+
}
|
|
25
|
+
if (a.g(WebTreeItemComponentEventArgsDescriptionMetadata.a)) {
|
|
26
|
+
return;
|
|
27
|
+
}
|
|
28
|
+
a.s(WebTreeItemComponentEventArgsDescriptionMetadata.a);
|
|
29
|
+
WebTreeItemDescriptionMetadata.d(a);
|
|
30
|
+
};
|
|
31
|
+
WebTreeItemComponentEventArgsDescriptionMetadata.c = function (a) {
|
|
32
|
+
a.item("__qualifiedNameTS", "String:TreeItemComponentEventArgs");
|
|
33
|
+
a.item("Detail", "ExportedType:WebTreeItem");
|
|
34
|
+
};
|
|
35
|
+
WebTreeItemComponentEventArgsDescriptionMetadata.d = function (a) {
|
|
36
|
+
WebTreeItemComponentEventArgsDescriptionMetadata.b(a);
|
|
37
|
+
a.u("WebTreeItemComponentEventArgs", function () { return new WebTreeItemComponentEventArgsDescription(); });
|
|
38
|
+
a.t("WebTreeItemComponentEventArgs", WebTreeItemComponentEventArgsDescriptionMetadata.a);
|
|
39
|
+
};
|
|
40
|
+
WebTreeItemComponentEventArgsDescriptionMetadata.$t = markType(WebTreeItemComponentEventArgsDescriptionMetadata, 'WebTreeItemComponentEventArgsDescriptionMetadata');
|
|
41
|
+
WebTreeItemComponentEventArgsDescriptionMetadata.a = null;
|
|
42
|
+
return WebTreeItemComponentEventArgsDescriptionMetadata;
|
|
43
|
+
}(Base));
|
|
44
|
+
export { WebTreeItemComponentEventArgsDescriptionMetadata };
|
|
@@ -0,0 +1,140 @@
|
|
|
1
|
+
/*
|
|
2
|
+
THIS INFRAGISTICS ULTIMATE SOFTWARE LICENSE AGREEMENT ("AGREEMENT") LOCATED HERE:
|
|
3
|
+
https://www.infragistics.com/legal/license/igultimate-la
|
|
4
|
+
https://www.infragistics.com/legal/license/igultimate-eula
|
|
5
|
+
GOVERNS THE LICENSING, INSTALLATION AND USE OF INFRAGISTICS SOFTWARE. BY DOWNLOADING AND/OR INSTALLING AND USING INFRAGISTICS SOFTWARE: you are indicating that you have read and understand this Agreement, and agree to be legally bound by it on behalf of the yourself and your company.
|
|
6
|
+
*/
|
|
7
|
+
import { __extends } from "tslib";
|
|
8
|
+
import { Description } from "./Description";
|
|
9
|
+
import { markType } from "./type";
|
|
10
|
+
/**
|
|
11
|
+
* @hidden
|
|
12
|
+
*/
|
|
13
|
+
var WebTreeItemDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
14
|
+
__extends(WebTreeItemDescription, _super);
|
|
15
|
+
function WebTreeItemDescription() {
|
|
16
|
+
var _this = _super.call(this) || this;
|
|
17
|
+
_this.f = null;
|
|
18
|
+
_this.r = 0;
|
|
19
|
+
_this.v = null;
|
|
20
|
+
_this.j = false;
|
|
21
|
+
_this.h = false;
|
|
22
|
+
_this.i = false;
|
|
23
|
+
_this.l = false;
|
|
24
|
+
_this.k = false;
|
|
25
|
+
_this.t = null;
|
|
26
|
+
return _this;
|
|
27
|
+
}
|
|
28
|
+
WebTreeItemDescription.prototype.get_type = function () {
|
|
29
|
+
return "WebTreeItem";
|
|
30
|
+
};
|
|
31
|
+
Object.defineProperty(WebTreeItemDescription.prototype, "type", {
|
|
32
|
+
get: function () {
|
|
33
|
+
return this.get_type();
|
|
34
|
+
},
|
|
35
|
+
enumerable: false,
|
|
36
|
+
configurable: true
|
|
37
|
+
});
|
|
38
|
+
Object.defineProperty(WebTreeItemDescription.prototype, "parent", {
|
|
39
|
+
get: function () {
|
|
40
|
+
return this.f;
|
|
41
|
+
},
|
|
42
|
+
set: function (a) {
|
|
43
|
+
this.f = a;
|
|
44
|
+
this.e("Parent");
|
|
45
|
+
},
|
|
46
|
+
enumerable: false,
|
|
47
|
+
configurable: true
|
|
48
|
+
});
|
|
49
|
+
Object.defineProperty(WebTreeItemDescription.prototype, "level", {
|
|
50
|
+
get: function () {
|
|
51
|
+
return this.r;
|
|
52
|
+
},
|
|
53
|
+
set: function (a) {
|
|
54
|
+
this.r = a;
|
|
55
|
+
this.e("Level");
|
|
56
|
+
},
|
|
57
|
+
enumerable: false,
|
|
58
|
+
configurable: true
|
|
59
|
+
});
|
|
60
|
+
Object.defineProperty(WebTreeItemDescription.prototype, "label", {
|
|
61
|
+
get: function () {
|
|
62
|
+
return this.v;
|
|
63
|
+
},
|
|
64
|
+
set: function (a) {
|
|
65
|
+
this.v = a;
|
|
66
|
+
this.e("Label");
|
|
67
|
+
},
|
|
68
|
+
enumerable: false,
|
|
69
|
+
configurable: true
|
|
70
|
+
});
|
|
71
|
+
Object.defineProperty(WebTreeItemDescription.prototype, "expanded", {
|
|
72
|
+
get: function () {
|
|
73
|
+
return this.j;
|
|
74
|
+
},
|
|
75
|
+
set: function (a) {
|
|
76
|
+
this.j = a;
|
|
77
|
+
this.e("Expanded");
|
|
78
|
+
},
|
|
79
|
+
enumerable: false,
|
|
80
|
+
configurable: true
|
|
81
|
+
});
|
|
82
|
+
Object.defineProperty(WebTreeItemDescription.prototype, "active", {
|
|
83
|
+
get: function () {
|
|
84
|
+
return this.h;
|
|
85
|
+
},
|
|
86
|
+
set: function (a) {
|
|
87
|
+
this.h = a;
|
|
88
|
+
this.e("Active");
|
|
89
|
+
},
|
|
90
|
+
enumerable: false,
|
|
91
|
+
configurable: true
|
|
92
|
+
});
|
|
93
|
+
Object.defineProperty(WebTreeItemDescription.prototype, "disabled", {
|
|
94
|
+
get: function () {
|
|
95
|
+
return this.i;
|
|
96
|
+
},
|
|
97
|
+
set: function (a) {
|
|
98
|
+
this.i = a;
|
|
99
|
+
this.e("Disabled");
|
|
100
|
+
},
|
|
101
|
+
enumerable: false,
|
|
102
|
+
configurable: true
|
|
103
|
+
});
|
|
104
|
+
Object.defineProperty(WebTreeItemDescription.prototype, "selected", {
|
|
105
|
+
get: function () {
|
|
106
|
+
return this.l;
|
|
107
|
+
},
|
|
108
|
+
set: function (a) {
|
|
109
|
+
this.l = a;
|
|
110
|
+
this.e("Selected");
|
|
111
|
+
},
|
|
112
|
+
enumerable: false,
|
|
113
|
+
configurable: true
|
|
114
|
+
});
|
|
115
|
+
Object.defineProperty(WebTreeItemDescription.prototype, "loading", {
|
|
116
|
+
get: function () {
|
|
117
|
+
return this.k;
|
|
118
|
+
},
|
|
119
|
+
set: function (a) {
|
|
120
|
+
this.k = a;
|
|
121
|
+
this.e("Loading");
|
|
122
|
+
},
|
|
123
|
+
enumerable: false,
|
|
124
|
+
configurable: true
|
|
125
|
+
});
|
|
126
|
+
Object.defineProperty(WebTreeItemDescription.prototype, "value", {
|
|
127
|
+
get: function () {
|
|
128
|
+
return this.t;
|
|
129
|
+
},
|
|
130
|
+
set: function (a) {
|
|
131
|
+
this.t = a;
|
|
132
|
+
this.e("Value");
|
|
133
|
+
},
|
|
134
|
+
enumerable: false,
|
|
135
|
+
configurable: true
|
|
136
|
+
});
|
|
137
|
+
WebTreeItemDescription.$t = markType(WebTreeItemDescription, 'WebTreeItemDescription', Description.$);
|
|
138
|
+
return WebTreeItemDescription;
|
|
139
|
+
}(Description));
|
|
140
|
+
export { WebTreeItemDescription };
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
/*
|
|
2
|
+
THIS INFRAGISTICS ULTIMATE SOFTWARE LICENSE AGREEMENT ("AGREEMENT") LOCATED HERE:
|
|
3
|
+
https://www.infragistics.com/legal/license/igultimate-la
|
|
4
|
+
https://www.infragistics.com/legal/license/igultimate-eula
|
|
5
|
+
GOVERNS THE LICENSING, INSTALLATION AND USE OF INFRAGISTICS SOFTWARE. BY DOWNLOADING AND/OR INSTALLING AND USING INFRAGISTICS SOFTWARE: you are indicating that you have read and understand this Agreement, and agree to be legally bound by it on behalf of the yourself and your company.
|
|
6
|
+
*/
|
|
7
|
+
import { __extends } from "tslib";
|
|
8
|
+
import { Base, String_$type, markType } from "./type";
|
|
9
|
+
import { Dictionary$2 } from "./Dictionary$2";
|
|
10
|
+
import { WebTreeItemDescription } from "./WebTreeItemDescription";
|
|
11
|
+
/**
|
|
12
|
+
* @hidden
|
|
13
|
+
*/
|
|
14
|
+
var WebTreeItemDescriptionMetadata = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
15
|
+
__extends(WebTreeItemDescriptionMetadata, _super);
|
|
16
|
+
function WebTreeItemDescriptionMetadata() {
|
|
17
|
+
return _super !== null && _super.apply(this, arguments) || this;
|
|
18
|
+
}
|
|
19
|
+
WebTreeItemDescriptionMetadata.b = function (a) {
|
|
20
|
+
if (WebTreeItemDescriptionMetadata.a == null) {
|
|
21
|
+
WebTreeItemDescriptionMetadata.a = new Dictionary$2(String_$type, String_$type, 0);
|
|
22
|
+
WebTreeItemDescriptionMetadata.c(WebTreeItemDescriptionMetadata.a);
|
|
23
|
+
}
|
|
24
|
+
if (a.g(WebTreeItemDescriptionMetadata.a)) {
|
|
25
|
+
return;
|
|
26
|
+
}
|
|
27
|
+
a.s(WebTreeItemDescriptionMetadata.a);
|
|
28
|
+
WebTreeItemDescriptionMetadata.d(a);
|
|
29
|
+
};
|
|
30
|
+
WebTreeItemDescriptionMetadata.c = function (a) {
|
|
31
|
+
a.item("__qualifiedNameTS", "String:TreeItem");
|
|
32
|
+
a.item("Parent", "ExportedType:WebTreeItem");
|
|
33
|
+
a.item("Level", "Number:double");
|
|
34
|
+
a.item("Label", "String");
|
|
35
|
+
a.item("Expanded", "Boolean");
|
|
36
|
+
a.item("Active", "Boolean");
|
|
37
|
+
a.item("Disabled", "Boolean");
|
|
38
|
+
a.item("Selected", "Boolean");
|
|
39
|
+
a.item("Loading", "Boolean");
|
|
40
|
+
a.item("Value", "Unknown");
|
|
41
|
+
};
|
|
42
|
+
WebTreeItemDescriptionMetadata.d = function (a) {
|
|
43
|
+
WebTreeItemDescriptionMetadata.b(a);
|
|
44
|
+
a.u("WebTreeItem", function () { return new WebTreeItemDescription(); });
|
|
45
|
+
a.t("WebTreeItem", WebTreeItemDescriptionMetadata.a);
|
|
46
|
+
};
|
|
47
|
+
WebTreeItemDescriptionMetadata.$t = markType(WebTreeItemDescriptionMetadata, 'WebTreeItemDescriptionMetadata');
|
|
48
|
+
WebTreeItemDescriptionMetadata.a = null;
|
|
49
|
+
return WebTreeItemDescriptionMetadata;
|
|
50
|
+
}(Base));
|
|
51
|
+
export { WebTreeItemDescriptionMetadata };
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
/*
|
|
2
|
+
THIS INFRAGISTICS ULTIMATE SOFTWARE LICENSE AGREEMENT ("AGREEMENT") LOCATED HERE:
|
|
3
|
+
https://www.infragistics.com/legal/license/igultimate-la
|
|
4
|
+
https://www.infragistics.com/legal/license/igultimate-eula
|
|
5
|
+
GOVERNS THE LICENSING, INSTALLATION AND USE OF INFRAGISTICS SOFTWARE. BY DOWNLOADING AND/OR INSTALLING AND USING INFRAGISTICS SOFTWARE: you are indicating that you have read and understand this Agreement, and agree to be legally bound by it on behalf of the yourself and your company.
|
|
6
|
+
*/
|
|
7
|
+
import { __extends } from "tslib";
|
|
8
|
+
import { Base, markType } from "./type";
|
|
9
|
+
import { WebTreeItemDescriptionMetadata } from "./WebTreeItemDescriptionMetadata";
|
|
10
|
+
/**
|
|
11
|
+
* @hidden
|
|
12
|
+
*/
|
|
13
|
+
var WebTreeItemDescriptionModule = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
14
|
+
__extends(WebTreeItemDescriptionModule, _super);
|
|
15
|
+
function WebTreeItemDescriptionModule() {
|
|
16
|
+
return _super !== null && _super.apply(this, arguments) || this;
|
|
17
|
+
}
|
|
18
|
+
WebTreeItemDescriptionModule.register = function (a) {
|
|
19
|
+
WebTreeItemDescriptionMetadata.d(a);
|
|
20
|
+
};
|
|
21
|
+
WebTreeItemDescriptionModule.$t = markType(WebTreeItemDescriptionModule, 'WebTreeItemDescriptionModule');
|
|
22
|
+
return WebTreeItemDescriptionModule;
|
|
23
|
+
}(Base));
|
|
24
|
+
export { WebTreeItemDescriptionModule };
|
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
/*
|
|
2
|
+
THIS INFRAGISTICS ULTIMATE SOFTWARE LICENSE AGREEMENT ("AGREEMENT") LOCATED HERE:
|
|
3
|
+
https://www.infragistics.com/legal/license/igultimate-la
|
|
4
|
+
https://www.infragistics.com/legal/license/igultimate-eula
|
|
5
|
+
GOVERNS THE LICENSING, INSTALLATION AND USE OF INFRAGISTICS SOFTWARE. BY DOWNLOADING AND/OR INSTALLING AND USING INFRAGISTICS SOFTWARE: you are indicating that you have read and understand this Agreement, and agree to be legally bound by it on behalf of the yourself and your company.
|
|
6
|
+
*/
|
|
7
|
+
import { __extends } from "tslib";
|
|
8
|
+
import { Description } from "./Description";
|
|
9
|
+
import { markType } from "./type";
|
|
10
|
+
/**
|
|
11
|
+
* @hidden
|
|
12
|
+
*/
|
|
13
|
+
var WebTreeSelectionOptionsEventArgsDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
14
|
+
__extends(WebTreeSelectionOptionsEventArgsDescription, _super);
|
|
15
|
+
function WebTreeSelectionOptionsEventArgsDescription() {
|
|
16
|
+
var _this = _super.call(this) || this;
|
|
17
|
+
_this.f = null;
|
|
18
|
+
return _this;
|
|
19
|
+
}
|
|
20
|
+
WebTreeSelectionOptionsEventArgsDescription.prototype.get_type = function () {
|
|
21
|
+
return "WebTreeSelectionOptionsEventArgs";
|
|
22
|
+
};
|
|
23
|
+
Object.defineProperty(WebTreeSelectionOptionsEventArgsDescription.prototype, "type", {
|
|
24
|
+
get: function () {
|
|
25
|
+
return this.get_type();
|
|
26
|
+
},
|
|
27
|
+
enumerable: false,
|
|
28
|
+
configurable: true
|
|
29
|
+
});
|
|
30
|
+
Object.defineProperty(WebTreeSelectionOptionsEventArgsDescription.prototype, "newSelection", {
|
|
31
|
+
get: function () {
|
|
32
|
+
return this.f;
|
|
33
|
+
},
|
|
34
|
+
set: function (a) {
|
|
35
|
+
this.f = a;
|
|
36
|
+
this.e("NewSelection");
|
|
37
|
+
},
|
|
38
|
+
enumerable: false,
|
|
39
|
+
configurable: true
|
|
40
|
+
});
|
|
41
|
+
WebTreeSelectionOptionsEventArgsDescription.$t = markType(WebTreeSelectionOptionsEventArgsDescription, 'WebTreeSelectionOptionsEventArgsDescription', Description.$);
|
|
42
|
+
return WebTreeSelectionOptionsEventArgsDescription;
|
|
43
|
+
}(Description));
|
|
44
|
+
export { WebTreeSelectionOptionsEventArgsDescription };
|