igniteui-angular-core 13.2.0-beta.2 → 14.0.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 +1144 -57
- 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/IgcSliderBridge.js +38 -12
- 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/NativeUIInputsFactory.js +1 -0
- package/esm2015/lib/NativeUISlider.js +26 -11
- 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/IgcSliderBridge.js +38 -12
- 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/NativeUIInputsFactory.js +1 -0
- package/esm5/lib/NativeUISlider.js +25 -6
- 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 +938 -60
- package/fesm5/igniteui-angular-core.js +1127 -58
- package/lib/IgcSliderBridge.d.ts +7 -3
- package/lib/NativeUISlider.d.ts +9 -6
- 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 +4 -4
- package/public_api.d.ts +18 -0
|
@@ -0,0 +1,20 @@
|
|
|
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 { Base, markType } from "./type";
|
|
8
|
+
import { WebExpansionPanelDescriptionMetadata } from "./WebExpansionPanelDescriptionMetadata";
|
|
9
|
+
/**
|
|
10
|
+
* @hidden
|
|
11
|
+
*/
|
|
12
|
+
export let WebExpansionPanelDescriptionModule = /*@__PURE__*/ (() => {
|
|
13
|
+
class WebExpansionPanelDescriptionModule extends Base {
|
|
14
|
+
static register(a) {
|
|
15
|
+
WebExpansionPanelDescriptionMetadata.d(a);
|
|
16
|
+
}
|
|
17
|
+
}
|
|
18
|
+
WebExpansionPanelDescriptionModule.$t = markType(WebExpansionPanelDescriptionModule, 'WebExpansionPanelDescriptionModule');
|
|
19
|
+
return WebExpansionPanelDescriptionModule;
|
|
20
|
+
})();
|
|
@@ -0,0 +1,71 @@
|
|
|
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 { WebInputBaseDescription } from "./WebInputBaseDescription";
|
|
8
|
+
import { markType } from "./type";
|
|
9
|
+
/**
|
|
10
|
+
* @hidden
|
|
11
|
+
*/
|
|
12
|
+
export let WebMaskInputDescription = /*@__PURE__*/ (() => {
|
|
13
|
+
class WebMaskInputDescription extends WebInputBaseDescription {
|
|
14
|
+
constructor() {
|
|
15
|
+
super();
|
|
16
|
+
this.ae = null;
|
|
17
|
+
this.ac = false;
|
|
18
|
+
this.ai = null;
|
|
19
|
+
this.ah = null;
|
|
20
|
+
this.af = null;
|
|
21
|
+
this.ag = null;
|
|
22
|
+
}
|
|
23
|
+
get_type() {
|
|
24
|
+
return "WebMaskInput";
|
|
25
|
+
}
|
|
26
|
+
get dir() {
|
|
27
|
+
return this.ae;
|
|
28
|
+
}
|
|
29
|
+
set dir(a) {
|
|
30
|
+
this.ae = a;
|
|
31
|
+
this.e("Dir");
|
|
32
|
+
}
|
|
33
|
+
get invalid() {
|
|
34
|
+
return this.ac;
|
|
35
|
+
}
|
|
36
|
+
set invalid(a) {
|
|
37
|
+
this.ac = a;
|
|
38
|
+
this.e("Invalid");
|
|
39
|
+
}
|
|
40
|
+
get valueMode() {
|
|
41
|
+
return this.ai;
|
|
42
|
+
}
|
|
43
|
+
set valueMode(a) {
|
|
44
|
+
this.ai = a;
|
|
45
|
+
this.e("ValueMode");
|
|
46
|
+
}
|
|
47
|
+
get value() {
|
|
48
|
+
return this.ah;
|
|
49
|
+
}
|
|
50
|
+
set value(a) {
|
|
51
|
+
this.ah = a;
|
|
52
|
+
this.e("Value");
|
|
53
|
+
}
|
|
54
|
+
get mask() {
|
|
55
|
+
return this.af;
|
|
56
|
+
}
|
|
57
|
+
set mask(a) {
|
|
58
|
+
this.af = a;
|
|
59
|
+
this.e("Mask");
|
|
60
|
+
}
|
|
61
|
+
get prompt() {
|
|
62
|
+
return this.ag;
|
|
63
|
+
}
|
|
64
|
+
set prompt(a) {
|
|
65
|
+
this.ag = a;
|
|
66
|
+
this.e("Prompt");
|
|
67
|
+
}
|
|
68
|
+
}
|
|
69
|
+
WebMaskInputDescription.$t = markType(WebMaskInputDescription, 'WebMaskInputDescription', WebInputBaseDescription.$);
|
|
70
|
+
return WebMaskInputDescription;
|
|
71
|
+
})();
|
|
@@ -0,0 +1,47 @@
|
|
|
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 { Base, String_$type, markType } from "./type";
|
|
8
|
+
import { Dictionary$2 } from "./Dictionary$2";
|
|
9
|
+
import { WebInputBaseDescriptionMetadata } from "./WebInputBaseDescriptionMetadata";
|
|
10
|
+
import { WebMaskInputDescription } from "./WebMaskInputDescription";
|
|
11
|
+
/**
|
|
12
|
+
* @hidden
|
|
13
|
+
*/
|
|
14
|
+
export let WebMaskInputDescriptionMetadata = /*@__PURE__*/ (() => {
|
|
15
|
+
class WebMaskInputDescriptionMetadata extends Base {
|
|
16
|
+
static b(a) {
|
|
17
|
+
if (WebMaskInputDescriptionMetadata.a == null) {
|
|
18
|
+
WebMaskInputDescriptionMetadata.a = new Dictionary$2(String_$type, String_$type, 0);
|
|
19
|
+
WebMaskInputDescriptionMetadata.c(WebMaskInputDescriptionMetadata.a);
|
|
20
|
+
}
|
|
21
|
+
if (a.g(WebMaskInputDescriptionMetadata.a)) {
|
|
22
|
+
return;
|
|
23
|
+
}
|
|
24
|
+
a.s(WebMaskInputDescriptionMetadata.a);
|
|
25
|
+
}
|
|
26
|
+
static c(a) {
|
|
27
|
+
WebInputBaseDescriptionMetadata.c(a);
|
|
28
|
+
a.item("__qualifiedNameTS", "String:MaskInput");
|
|
29
|
+
a.item("Dir", "ExportedType:string:MaskInputDir");
|
|
30
|
+
a.item("Dir@names", "Ltr;Rtl;Auto");
|
|
31
|
+
a.item("Invalid", "Boolean");
|
|
32
|
+
a.item("ValueMode", "ExportedType:string:MaskInputValueMode");
|
|
33
|
+
a.item("ValueMode@names", "Raw;WithFormatting");
|
|
34
|
+
a.item("Value", "String");
|
|
35
|
+
a.item("Mask", "String");
|
|
36
|
+
a.item("Prompt", "String");
|
|
37
|
+
}
|
|
38
|
+
static d(a) {
|
|
39
|
+
WebMaskInputDescriptionMetadata.b(a);
|
|
40
|
+
a.u("WebMaskInput", () => new WebMaskInputDescription());
|
|
41
|
+
a.t("WebMaskInput", WebMaskInputDescriptionMetadata.a);
|
|
42
|
+
}
|
|
43
|
+
}
|
|
44
|
+
WebMaskInputDescriptionMetadata.$t = markType(WebMaskInputDescriptionMetadata, 'WebMaskInputDescriptionMetadata');
|
|
45
|
+
WebMaskInputDescriptionMetadata.a = null;
|
|
46
|
+
return WebMaskInputDescriptionMetadata;
|
|
47
|
+
})();
|
|
@@ -0,0 +1,22 @@
|
|
|
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 { Base, markType } from "./type";
|
|
8
|
+
import { WebInputBaseDescriptionModule } from "./WebInputBaseDescriptionModule";
|
|
9
|
+
import { WebMaskInputDescriptionMetadata } from "./WebMaskInputDescriptionMetadata";
|
|
10
|
+
/**
|
|
11
|
+
* @hidden
|
|
12
|
+
*/
|
|
13
|
+
export let WebMaskInputDescriptionModule = /*@__PURE__*/ (() => {
|
|
14
|
+
class WebMaskInputDescriptionModule extends Base {
|
|
15
|
+
static register(a) {
|
|
16
|
+
WebInputBaseDescriptionModule.register(a);
|
|
17
|
+
WebMaskInputDescriptionMetadata.d(a);
|
|
18
|
+
}
|
|
19
|
+
}
|
|
20
|
+
WebMaskInputDescriptionModule.$t = markType(WebMaskInputDescriptionModule, 'WebMaskInputDescriptionModule');
|
|
21
|
+
return WebMaskInputDescriptionModule;
|
|
22
|
+
})();
|
|
@@ -0,0 +1,106 @@
|
|
|
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 { Description } from "./Description";
|
|
8
|
+
import { markType } from "./type";
|
|
9
|
+
/**
|
|
10
|
+
* @hidden
|
|
11
|
+
*/
|
|
12
|
+
export let WebTreeDescription = /*@__PURE__*/ (() => {
|
|
13
|
+
class WebTreeDescription extends Description {
|
|
14
|
+
constructor() {
|
|
15
|
+
super();
|
|
16
|
+
this.f = false;
|
|
17
|
+
this.n = null;
|
|
18
|
+
this.i = null;
|
|
19
|
+
this.p = null;
|
|
20
|
+
this.o = null;
|
|
21
|
+
this.m = null;
|
|
22
|
+
this.l = null;
|
|
23
|
+
this.k = null;
|
|
24
|
+
this.j = null;
|
|
25
|
+
this.h = null;
|
|
26
|
+
}
|
|
27
|
+
get_type() {
|
|
28
|
+
return "WebTree";
|
|
29
|
+
}
|
|
30
|
+
get type() {
|
|
31
|
+
return this.get_type();
|
|
32
|
+
}
|
|
33
|
+
get singleBranchExpand() {
|
|
34
|
+
return this.f;
|
|
35
|
+
}
|
|
36
|
+
set singleBranchExpand(a) {
|
|
37
|
+
this.f = a;
|
|
38
|
+
this.e("SingleBranchExpand");
|
|
39
|
+
}
|
|
40
|
+
get selection() {
|
|
41
|
+
return this.n;
|
|
42
|
+
}
|
|
43
|
+
set selection(a) {
|
|
44
|
+
this.n = a;
|
|
45
|
+
this.e("Selection");
|
|
46
|
+
}
|
|
47
|
+
get dir() {
|
|
48
|
+
return this.i;
|
|
49
|
+
}
|
|
50
|
+
set dir(a) {
|
|
51
|
+
this.i = a;
|
|
52
|
+
this.e("Dir");
|
|
53
|
+
}
|
|
54
|
+
get size() {
|
|
55
|
+
return this.p;
|
|
56
|
+
}
|
|
57
|
+
set size(a) {
|
|
58
|
+
this.p = a;
|
|
59
|
+
this.e("Size");
|
|
60
|
+
}
|
|
61
|
+
get selectionChangedRef() {
|
|
62
|
+
return this.o;
|
|
63
|
+
}
|
|
64
|
+
set selectionChangedRef(a) {
|
|
65
|
+
this.o = a;
|
|
66
|
+
this.e("SelectionChangedRef");
|
|
67
|
+
}
|
|
68
|
+
get itemExpandingRef() {
|
|
69
|
+
return this.m;
|
|
70
|
+
}
|
|
71
|
+
set itemExpandingRef(a) {
|
|
72
|
+
this.m = a;
|
|
73
|
+
this.e("ItemExpandingRef");
|
|
74
|
+
}
|
|
75
|
+
get itemExpandedRef() {
|
|
76
|
+
return this.l;
|
|
77
|
+
}
|
|
78
|
+
set itemExpandedRef(a) {
|
|
79
|
+
this.l = a;
|
|
80
|
+
this.e("ItemExpandedRef");
|
|
81
|
+
}
|
|
82
|
+
get itemCollapsingRef() {
|
|
83
|
+
return this.k;
|
|
84
|
+
}
|
|
85
|
+
set itemCollapsingRef(a) {
|
|
86
|
+
this.k = a;
|
|
87
|
+
this.e("ItemCollapsingRef");
|
|
88
|
+
}
|
|
89
|
+
get itemCollapsedRef() {
|
|
90
|
+
return this.j;
|
|
91
|
+
}
|
|
92
|
+
set itemCollapsedRef(a) {
|
|
93
|
+
this.j = a;
|
|
94
|
+
this.e("ItemCollapsedRef");
|
|
95
|
+
}
|
|
96
|
+
get activeItemRef() {
|
|
97
|
+
return this.h;
|
|
98
|
+
}
|
|
99
|
+
set activeItemRef(a) {
|
|
100
|
+
this.h = a;
|
|
101
|
+
this.e("ActiveItemRef");
|
|
102
|
+
}
|
|
103
|
+
}
|
|
104
|
+
WebTreeDescription.$t = markType(WebTreeDescription, 'WebTreeDescription', Description.$);
|
|
105
|
+
return WebTreeDescription;
|
|
106
|
+
})();
|
|
@@ -0,0 +1,54 @@
|
|
|
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 { Base, String_$type, markType } from "./type";
|
|
8
|
+
import { Dictionary$2 } from "./Dictionary$2";
|
|
9
|
+
import { WebTreeSelectionOptionsEventArgsDescriptionMetadata } from "./WebTreeSelectionOptionsEventArgsDescriptionMetadata";
|
|
10
|
+
import { WebTreeItemComponentEventArgsDescriptionMetadata } from "./WebTreeItemComponentEventArgsDescriptionMetadata";
|
|
11
|
+
import { WebTreeDescription } from "./WebTreeDescription";
|
|
12
|
+
/**
|
|
13
|
+
* @hidden
|
|
14
|
+
*/
|
|
15
|
+
export let WebTreeDescriptionMetadata = /*@__PURE__*/ (() => {
|
|
16
|
+
class WebTreeDescriptionMetadata extends Base {
|
|
17
|
+
static b(a) {
|
|
18
|
+
if (WebTreeDescriptionMetadata.a == null) {
|
|
19
|
+
WebTreeDescriptionMetadata.a = new Dictionary$2(String_$type, String_$type, 0);
|
|
20
|
+
WebTreeDescriptionMetadata.c(WebTreeDescriptionMetadata.a);
|
|
21
|
+
}
|
|
22
|
+
if (a.g(WebTreeDescriptionMetadata.a)) {
|
|
23
|
+
return;
|
|
24
|
+
}
|
|
25
|
+
a.s(WebTreeDescriptionMetadata.a);
|
|
26
|
+
WebTreeSelectionOptionsEventArgsDescriptionMetadata.d(a);
|
|
27
|
+
WebTreeItemComponentEventArgsDescriptionMetadata.d(a);
|
|
28
|
+
}
|
|
29
|
+
static c(a) {
|
|
30
|
+
a.item("__qualifiedNameTS", "String:Tree");
|
|
31
|
+
a.item("SingleBranchExpand", "Boolean");
|
|
32
|
+
a.item("Selection", "ExportedType:string:TreeSelection");
|
|
33
|
+
a.item("Selection@names", "Multiple;None;Cascade");
|
|
34
|
+
a.item("Dir", "ExportedType:string:TreeDir");
|
|
35
|
+
a.item("Dir@names", "Ltr;Rtl;Auto");
|
|
36
|
+
a.item("Size", "ExportedType:string:SizableComponentSize");
|
|
37
|
+
a.item("Size@names", "Large;Small;Medium");
|
|
38
|
+
a.item("SelectionChangedRef", "EventRef::selectionChanged");
|
|
39
|
+
a.item("ItemExpandingRef", "EventRef::itemExpanding");
|
|
40
|
+
a.item("ItemExpandedRef", "EventRef::itemExpanded");
|
|
41
|
+
a.item("ItemCollapsingRef", "EventRef::itemCollapsing");
|
|
42
|
+
a.item("ItemCollapsedRef", "EventRef::itemCollapsed");
|
|
43
|
+
a.item("ActiveItemRef", "EventRef::activeItem");
|
|
44
|
+
}
|
|
45
|
+
static d(a) {
|
|
46
|
+
WebTreeDescriptionMetadata.b(a);
|
|
47
|
+
a.u("WebTree", () => new WebTreeDescription());
|
|
48
|
+
a.t("WebTree", WebTreeDescriptionMetadata.a);
|
|
49
|
+
}
|
|
50
|
+
}
|
|
51
|
+
WebTreeDescriptionMetadata.$t = markType(WebTreeDescriptionMetadata, 'WebTreeDescriptionMetadata');
|
|
52
|
+
WebTreeDescriptionMetadata.a = null;
|
|
53
|
+
return WebTreeDescriptionMetadata;
|
|
54
|
+
})();
|
|
@@ -0,0 +1,22 @@
|
|
|
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 { Base, markType } from "./type";
|
|
8
|
+
import { WebTreeItemDescriptionModule } from "./WebTreeItemDescriptionModule";
|
|
9
|
+
import { WebTreeDescriptionMetadata } from "./WebTreeDescriptionMetadata";
|
|
10
|
+
/**
|
|
11
|
+
* @hidden
|
|
12
|
+
*/
|
|
13
|
+
export let WebTreeDescriptionModule = /*@__PURE__*/ (() => {
|
|
14
|
+
class WebTreeDescriptionModule extends Base {
|
|
15
|
+
static register(a) {
|
|
16
|
+
WebTreeItemDescriptionModule.register(a);
|
|
17
|
+
WebTreeDescriptionMetadata.d(a);
|
|
18
|
+
}
|
|
19
|
+
}
|
|
20
|
+
WebTreeDescriptionModule.$t = markType(WebTreeDescriptionModule, 'WebTreeDescriptionModule');
|
|
21
|
+
return WebTreeDescriptionModule;
|
|
22
|
+
})();
|
|
@@ -0,0 +1,34 @@
|
|
|
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 { Description } from "./Description";
|
|
8
|
+
import { markType } from "./type";
|
|
9
|
+
/**
|
|
10
|
+
* @hidden
|
|
11
|
+
*/
|
|
12
|
+
export let WebTreeItemComponentEventArgsDescription = /*@__PURE__*/ (() => {
|
|
13
|
+
class WebTreeItemComponentEventArgsDescription extends Description {
|
|
14
|
+
constructor() {
|
|
15
|
+
super();
|
|
16
|
+
this.f = null;
|
|
17
|
+
}
|
|
18
|
+
get_type() {
|
|
19
|
+
return "WebTreeItemComponentEventArgs";
|
|
20
|
+
}
|
|
21
|
+
get type() {
|
|
22
|
+
return this.get_type();
|
|
23
|
+
}
|
|
24
|
+
get detail() {
|
|
25
|
+
return this.f;
|
|
26
|
+
}
|
|
27
|
+
set detail(a) {
|
|
28
|
+
this.f = a;
|
|
29
|
+
this.e("Detail");
|
|
30
|
+
}
|
|
31
|
+
}
|
|
32
|
+
WebTreeItemComponentEventArgsDescription.$t = markType(WebTreeItemComponentEventArgsDescription, 'WebTreeItemComponentEventArgsDescription', Description.$);
|
|
33
|
+
return WebTreeItemComponentEventArgsDescription;
|
|
34
|
+
})();
|
|
@@ -0,0 +1,40 @@
|
|
|
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 { Base, String_$type, markType } from "./type";
|
|
8
|
+
import { Dictionary$2 } from "./Dictionary$2";
|
|
9
|
+
import { WebTreeItemDescriptionMetadata } from "./WebTreeItemDescriptionMetadata";
|
|
10
|
+
import { WebTreeItemComponentEventArgsDescription } from "./WebTreeItemComponentEventArgsDescription";
|
|
11
|
+
/**
|
|
12
|
+
* @hidden
|
|
13
|
+
*/
|
|
14
|
+
export let WebTreeItemComponentEventArgsDescriptionMetadata = /*@__PURE__*/ (() => {
|
|
15
|
+
class WebTreeItemComponentEventArgsDescriptionMetadata extends Base {
|
|
16
|
+
static b(a) {
|
|
17
|
+
if (WebTreeItemComponentEventArgsDescriptionMetadata.a == null) {
|
|
18
|
+
WebTreeItemComponentEventArgsDescriptionMetadata.a = new Dictionary$2(String_$type, String_$type, 0);
|
|
19
|
+
WebTreeItemComponentEventArgsDescriptionMetadata.c(WebTreeItemComponentEventArgsDescriptionMetadata.a);
|
|
20
|
+
}
|
|
21
|
+
if (a.g(WebTreeItemComponentEventArgsDescriptionMetadata.a)) {
|
|
22
|
+
return;
|
|
23
|
+
}
|
|
24
|
+
a.s(WebTreeItemComponentEventArgsDescriptionMetadata.a);
|
|
25
|
+
WebTreeItemDescriptionMetadata.d(a);
|
|
26
|
+
}
|
|
27
|
+
static c(a) {
|
|
28
|
+
a.item("__qualifiedNameTS", "String:TreeItemComponentEventArgs");
|
|
29
|
+
a.item("Detail", "ExportedType:WebTreeItem");
|
|
30
|
+
}
|
|
31
|
+
static d(a) {
|
|
32
|
+
WebTreeItemComponentEventArgsDescriptionMetadata.b(a);
|
|
33
|
+
a.u("WebTreeItemComponentEventArgs", () => new WebTreeItemComponentEventArgsDescription());
|
|
34
|
+
a.t("WebTreeItemComponentEventArgs", WebTreeItemComponentEventArgsDescriptionMetadata.a);
|
|
35
|
+
}
|
|
36
|
+
}
|
|
37
|
+
WebTreeItemComponentEventArgsDescriptionMetadata.$t = markType(WebTreeItemComponentEventArgsDescriptionMetadata, 'WebTreeItemComponentEventArgsDescriptionMetadata');
|
|
38
|
+
WebTreeItemComponentEventArgsDescriptionMetadata.a = null;
|
|
39
|
+
return WebTreeItemComponentEventArgsDescriptionMetadata;
|
|
40
|
+
})();
|
|
@@ -0,0 +1,98 @@
|
|
|
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 { Description } from "./Description";
|
|
8
|
+
import { markType } from "./type";
|
|
9
|
+
/**
|
|
10
|
+
* @hidden
|
|
11
|
+
*/
|
|
12
|
+
export let WebTreeItemDescription = /*@__PURE__*/ (() => {
|
|
13
|
+
class WebTreeItemDescription extends Description {
|
|
14
|
+
constructor() {
|
|
15
|
+
super();
|
|
16
|
+
this.f = null;
|
|
17
|
+
this.r = 0;
|
|
18
|
+
this.v = null;
|
|
19
|
+
this.j = false;
|
|
20
|
+
this.h = false;
|
|
21
|
+
this.i = false;
|
|
22
|
+
this.l = false;
|
|
23
|
+
this.k = false;
|
|
24
|
+
this.t = null;
|
|
25
|
+
}
|
|
26
|
+
get_type() {
|
|
27
|
+
return "WebTreeItem";
|
|
28
|
+
}
|
|
29
|
+
get type() {
|
|
30
|
+
return this.get_type();
|
|
31
|
+
}
|
|
32
|
+
get parent() {
|
|
33
|
+
return this.f;
|
|
34
|
+
}
|
|
35
|
+
set parent(a) {
|
|
36
|
+
this.f = a;
|
|
37
|
+
this.e("Parent");
|
|
38
|
+
}
|
|
39
|
+
get level() {
|
|
40
|
+
return this.r;
|
|
41
|
+
}
|
|
42
|
+
set level(a) {
|
|
43
|
+
this.r = a;
|
|
44
|
+
this.e("Level");
|
|
45
|
+
}
|
|
46
|
+
get label() {
|
|
47
|
+
return this.v;
|
|
48
|
+
}
|
|
49
|
+
set label(a) {
|
|
50
|
+
this.v = a;
|
|
51
|
+
this.e("Label");
|
|
52
|
+
}
|
|
53
|
+
get expanded() {
|
|
54
|
+
return this.j;
|
|
55
|
+
}
|
|
56
|
+
set expanded(a) {
|
|
57
|
+
this.j = a;
|
|
58
|
+
this.e("Expanded");
|
|
59
|
+
}
|
|
60
|
+
get active() {
|
|
61
|
+
return this.h;
|
|
62
|
+
}
|
|
63
|
+
set active(a) {
|
|
64
|
+
this.h = a;
|
|
65
|
+
this.e("Active");
|
|
66
|
+
}
|
|
67
|
+
get disabled() {
|
|
68
|
+
return this.i;
|
|
69
|
+
}
|
|
70
|
+
set disabled(a) {
|
|
71
|
+
this.i = a;
|
|
72
|
+
this.e("Disabled");
|
|
73
|
+
}
|
|
74
|
+
get selected() {
|
|
75
|
+
return this.l;
|
|
76
|
+
}
|
|
77
|
+
set selected(a) {
|
|
78
|
+
this.l = a;
|
|
79
|
+
this.e("Selected");
|
|
80
|
+
}
|
|
81
|
+
get loading() {
|
|
82
|
+
return this.k;
|
|
83
|
+
}
|
|
84
|
+
set loading(a) {
|
|
85
|
+
this.k = a;
|
|
86
|
+
this.e("Loading");
|
|
87
|
+
}
|
|
88
|
+
get value() {
|
|
89
|
+
return this.t;
|
|
90
|
+
}
|
|
91
|
+
set value(a) {
|
|
92
|
+
this.t = a;
|
|
93
|
+
this.e("Value");
|
|
94
|
+
}
|
|
95
|
+
}
|
|
96
|
+
WebTreeItemDescription.$t = markType(WebTreeItemDescription, 'WebTreeItemDescription', Description.$);
|
|
97
|
+
return WebTreeItemDescription;
|
|
98
|
+
})();
|
|
@@ -0,0 +1,47 @@
|
|
|
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 { Base, String_$type, markType } from "./type";
|
|
8
|
+
import { Dictionary$2 } from "./Dictionary$2";
|
|
9
|
+
import { WebTreeItemDescription } from "./WebTreeItemDescription";
|
|
10
|
+
/**
|
|
11
|
+
* @hidden
|
|
12
|
+
*/
|
|
13
|
+
export let WebTreeItemDescriptionMetadata = /*@__PURE__*/ (() => {
|
|
14
|
+
class WebTreeItemDescriptionMetadata extends Base {
|
|
15
|
+
static b(a) {
|
|
16
|
+
if (WebTreeItemDescriptionMetadata.a == null) {
|
|
17
|
+
WebTreeItemDescriptionMetadata.a = new Dictionary$2(String_$type, String_$type, 0);
|
|
18
|
+
WebTreeItemDescriptionMetadata.c(WebTreeItemDescriptionMetadata.a);
|
|
19
|
+
}
|
|
20
|
+
if (a.g(WebTreeItemDescriptionMetadata.a)) {
|
|
21
|
+
return;
|
|
22
|
+
}
|
|
23
|
+
a.s(WebTreeItemDescriptionMetadata.a);
|
|
24
|
+
WebTreeItemDescriptionMetadata.d(a);
|
|
25
|
+
}
|
|
26
|
+
static c(a) {
|
|
27
|
+
a.item("__qualifiedNameTS", "String:TreeItem");
|
|
28
|
+
a.item("Parent", "ExportedType:WebTreeItem");
|
|
29
|
+
a.item("Level", "Number:double");
|
|
30
|
+
a.item("Label", "String");
|
|
31
|
+
a.item("Expanded", "Boolean");
|
|
32
|
+
a.item("Active", "Boolean");
|
|
33
|
+
a.item("Disabled", "Boolean");
|
|
34
|
+
a.item("Selected", "Boolean");
|
|
35
|
+
a.item("Loading", "Boolean");
|
|
36
|
+
a.item("Value", "Unknown");
|
|
37
|
+
}
|
|
38
|
+
static d(a) {
|
|
39
|
+
WebTreeItemDescriptionMetadata.b(a);
|
|
40
|
+
a.u("WebTreeItem", () => new WebTreeItemDescription());
|
|
41
|
+
a.t("WebTreeItem", WebTreeItemDescriptionMetadata.a);
|
|
42
|
+
}
|
|
43
|
+
}
|
|
44
|
+
WebTreeItemDescriptionMetadata.$t = markType(WebTreeItemDescriptionMetadata, 'WebTreeItemDescriptionMetadata');
|
|
45
|
+
WebTreeItemDescriptionMetadata.a = null;
|
|
46
|
+
return WebTreeItemDescriptionMetadata;
|
|
47
|
+
})();
|
|
@@ -0,0 +1,20 @@
|
|
|
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 { Base, markType } from "./type";
|
|
8
|
+
import { WebTreeItemDescriptionMetadata } from "./WebTreeItemDescriptionMetadata";
|
|
9
|
+
/**
|
|
10
|
+
* @hidden
|
|
11
|
+
*/
|
|
12
|
+
export let WebTreeItemDescriptionModule = /*@__PURE__*/ (() => {
|
|
13
|
+
class WebTreeItemDescriptionModule extends Base {
|
|
14
|
+
static register(a) {
|
|
15
|
+
WebTreeItemDescriptionMetadata.d(a);
|
|
16
|
+
}
|
|
17
|
+
}
|
|
18
|
+
WebTreeItemDescriptionModule.$t = markType(WebTreeItemDescriptionModule, 'WebTreeItemDescriptionModule');
|
|
19
|
+
return WebTreeItemDescriptionModule;
|
|
20
|
+
})();
|
|
@@ -0,0 +1,34 @@
|
|
|
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 { Description } from "./Description";
|
|
8
|
+
import { markType } from "./type";
|
|
9
|
+
/**
|
|
10
|
+
* @hidden
|
|
11
|
+
*/
|
|
12
|
+
export let WebTreeSelectionOptionsEventArgsDescription = /*@__PURE__*/ (() => {
|
|
13
|
+
class WebTreeSelectionOptionsEventArgsDescription extends Description {
|
|
14
|
+
constructor() {
|
|
15
|
+
super();
|
|
16
|
+
this.f = null;
|
|
17
|
+
}
|
|
18
|
+
get_type() {
|
|
19
|
+
return "WebTreeSelectionOptionsEventArgs";
|
|
20
|
+
}
|
|
21
|
+
get type() {
|
|
22
|
+
return this.get_type();
|
|
23
|
+
}
|
|
24
|
+
get newSelection() {
|
|
25
|
+
return this.f;
|
|
26
|
+
}
|
|
27
|
+
set newSelection(a) {
|
|
28
|
+
this.f = a;
|
|
29
|
+
this.e("NewSelection");
|
|
30
|
+
}
|
|
31
|
+
}
|
|
32
|
+
WebTreeSelectionOptionsEventArgsDescription.$t = markType(WebTreeSelectionOptionsEventArgsDescription, 'WebTreeSelectionOptionsEventArgsDescription', Description.$);
|
|
33
|
+
return WebTreeSelectionOptionsEventArgsDescription;
|
|
34
|
+
})();
|
|
@@ -0,0 +1,38 @@
|
|
|
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 { Base, String_$type, markType } from "./type";
|
|
8
|
+
import { Dictionary$2 } from "./Dictionary$2";
|
|
9
|
+
import { WebTreeSelectionOptionsEventArgsDescription } from "./WebTreeSelectionOptionsEventArgsDescription";
|
|
10
|
+
/**
|
|
11
|
+
* @hidden
|
|
12
|
+
*/
|
|
13
|
+
export let WebTreeSelectionOptionsEventArgsDescriptionMetadata = /*@__PURE__*/ (() => {
|
|
14
|
+
class WebTreeSelectionOptionsEventArgsDescriptionMetadata extends Base {
|
|
15
|
+
static b(a) {
|
|
16
|
+
if (WebTreeSelectionOptionsEventArgsDescriptionMetadata.a == null) {
|
|
17
|
+
WebTreeSelectionOptionsEventArgsDescriptionMetadata.a = new Dictionary$2(String_$type, String_$type, 0);
|
|
18
|
+
WebTreeSelectionOptionsEventArgsDescriptionMetadata.c(WebTreeSelectionOptionsEventArgsDescriptionMetadata.a);
|
|
19
|
+
}
|
|
20
|
+
if (a.g(WebTreeSelectionOptionsEventArgsDescriptionMetadata.a)) {
|
|
21
|
+
return;
|
|
22
|
+
}
|
|
23
|
+
a.s(WebTreeSelectionOptionsEventArgsDescriptionMetadata.a);
|
|
24
|
+
}
|
|
25
|
+
static c(a) {
|
|
26
|
+
a.item("__qualifiedNameTS", "String:TreeSelectionOptionsEventArgs");
|
|
27
|
+
a.item("NewSelection", "Collection:WebTreeItem:WebTreeItemCollection:WebTreeItem");
|
|
28
|
+
}
|
|
29
|
+
static d(a) {
|
|
30
|
+
WebTreeSelectionOptionsEventArgsDescriptionMetadata.b(a);
|
|
31
|
+
a.u("WebTreeSelectionOptionsEventArgs", () => new WebTreeSelectionOptionsEventArgsDescription());
|
|
32
|
+
a.t("WebTreeSelectionOptionsEventArgs", WebTreeSelectionOptionsEventArgsDescriptionMetadata.a);
|
|
33
|
+
}
|
|
34
|
+
}
|
|
35
|
+
WebTreeSelectionOptionsEventArgsDescriptionMetadata.$t = markType(WebTreeSelectionOptionsEventArgsDescriptionMetadata, 'WebTreeSelectionOptionsEventArgsDescriptionMetadata');
|
|
36
|
+
WebTreeSelectionOptionsEventArgsDescriptionMetadata.a = null;
|
|
37
|
+
return WebTreeSelectionOptionsEventArgsDescriptionMetadata;
|
|
38
|
+
})();
|