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,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 };
|
|
@@ -0,0 +1,42 @@
|
|
|
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 { WebTreeSelectionOptionsEventArgsDescription } from "./WebTreeSelectionOptionsEventArgsDescription";
|
|
11
|
+
/**
|
|
12
|
+
* @hidden
|
|
13
|
+
*/
|
|
14
|
+
var WebTreeSelectionOptionsEventArgsDescriptionMetadata = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
15
|
+
__extends(WebTreeSelectionOptionsEventArgsDescriptionMetadata, _super);
|
|
16
|
+
function WebTreeSelectionOptionsEventArgsDescriptionMetadata() {
|
|
17
|
+
return _super !== null && _super.apply(this, arguments) || this;
|
|
18
|
+
}
|
|
19
|
+
WebTreeSelectionOptionsEventArgsDescriptionMetadata.b = function (a) {
|
|
20
|
+
if (WebTreeSelectionOptionsEventArgsDescriptionMetadata.a == null) {
|
|
21
|
+
WebTreeSelectionOptionsEventArgsDescriptionMetadata.a = new Dictionary$2(String_$type, String_$type, 0);
|
|
22
|
+
WebTreeSelectionOptionsEventArgsDescriptionMetadata.c(WebTreeSelectionOptionsEventArgsDescriptionMetadata.a);
|
|
23
|
+
}
|
|
24
|
+
if (a.g(WebTreeSelectionOptionsEventArgsDescriptionMetadata.a)) {
|
|
25
|
+
return;
|
|
26
|
+
}
|
|
27
|
+
a.s(WebTreeSelectionOptionsEventArgsDescriptionMetadata.a);
|
|
28
|
+
};
|
|
29
|
+
WebTreeSelectionOptionsEventArgsDescriptionMetadata.c = function (a) {
|
|
30
|
+
a.item("__qualifiedNameTS", "String:TreeSelectionOptionsEventArgs");
|
|
31
|
+
a.item("NewSelection", "Collection:WebTreeItem:WebTreeItemCollection:WebTreeItem");
|
|
32
|
+
};
|
|
33
|
+
WebTreeSelectionOptionsEventArgsDescriptionMetadata.d = function (a) {
|
|
34
|
+
WebTreeSelectionOptionsEventArgsDescriptionMetadata.b(a);
|
|
35
|
+
a.u("WebTreeSelectionOptionsEventArgs", function () { return new WebTreeSelectionOptionsEventArgsDescription(); });
|
|
36
|
+
a.t("WebTreeSelectionOptionsEventArgs", WebTreeSelectionOptionsEventArgsDescriptionMetadata.a);
|
|
37
|
+
};
|
|
38
|
+
WebTreeSelectionOptionsEventArgsDescriptionMetadata.$t = markType(WebTreeSelectionOptionsEventArgsDescriptionMetadata, 'WebTreeSelectionOptionsEventArgsDescriptionMetadata');
|
|
39
|
+
WebTreeSelectionOptionsEventArgsDescriptionMetadata.a = null;
|
|
40
|
+
return WebTreeSelectionOptionsEventArgsDescriptionMetadata;
|
|
41
|
+
}(Base));
|
|
42
|
+
export { WebTreeSelectionOptionsEventArgsDescriptionMetadata };
|
|
@@ -62,7 +62,7 @@ var IgxTooltipContainerComponent = /** @class */ /*@__PURE__*/ (function () {
|
|
|
62
62
|
TypeRegistrar.registerCons("IgxTooltipContainerComponent", IgxTooltipContainerComponent);
|
|
63
63
|
};
|
|
64
64
|
IgxTooltipContainerComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.14", ngImport: i0, type: IgxTooltipContainerComponent, deps: [{ token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component });
|
|
65
|
-
IgxTooltipContainerComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.14", type: IgxTooltipContainerComponent, selector: "igx-tooltip-container", inputs: { template: "template", containerTemplate: "containerTemplate", context: "context" }, host: { classAttribute: "ig-tooltip-container igx-tooltip-container" }, viewQueries: [{ propertyName: "_tooltipContent", first: true, predicate: IgxTemplateContentComponent, descendants: true, static: true }], ngImport: i0, template: "\n <ng-template #defaultContainer>\n <div class='ig-tooltip-container-background' *ngIf=\"context !== null && context.item !== null\"\n [style.border-color]=\"context && context.isSubContent ? 'transparent' : '#666'\">\n <igx-template-content *ngIf=\"context !== null\" [template]=\"template\" [context]=\"context\"></igx-template-content>\n </div>\n </ng-template>\n <ng-container *ngTemplateOutlet=\"containerTemplate ? containerTemplate : defaultContainer; context: context\">\n </ng-container>\n ", isInline: true, styles: ["\n .ig-tooltip-container-background {\n padding: 5px; \n padding: var(--tooltip-container-padding, 5px);\n background-color: white; \n background-color: var(--tooltip-container-background-color, white);\n border-style: solid; \n border-style: var(--tooltip-container-border-style, solid);\n border-width: 1px; \n border-width: var(--tooltip-container-border-width, 1px);\n color: rgba(34,34,34,0.8);\n color: var(--tooltip-container-text-color, rgba(34,34,34,0.8));\n font:
|
|
65
|
+
IgxTooltipContainerComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.14", type: IgxTooltipContainerComponent, selector: "igx-tooltip-container", inputs: { template: "template", containerTemplate: "containerTemplate", context: "context" }, host: { classAttribute: "ig-tooltip-container igx-tooltip-container" }, viewQueries: [{ propertyName: "_tooltipContent", first: true, predicate: IgxTemplateContentComponent, descendants: true, static: true }], ngImport: i0, template: "\n <ng-template #defaultContainer>\n <div class='ig-tooltip-container-background' *ngIf=\"context !== null && context.item !== null\"\n [style.border-color]=\"context && context.isSubContent ? 'transparent' : '#666'\">\n <igx-template-content *ngIf=\"context !== null\" [template]=\"template\" [context]=\"context\"></igx-template-content>\n </div>\n </ng-template>\n <ng-container *ngTemplateOutlet=\"containerTemplate ? containerTemplate : defaultContainer; context: context\">\n </ng-container>\n ", isInline: true, styles: ["\n .ig-tooltip-container-background {\n padding: 5px; \n padding: var(--tooltip-container-padding, 5px);\n background-color: white; \n background-color: var(--tooltip-container-background-color, white);\n border-style: solid; \n border-style: var(--tooltip-container-border-style, solid);\n border-width: 1px; \n border-width: var(--tooltip-container-border-width, 1px);\n color: rgba(34,34,34,0.8);\n color: var(--tooltip-container-text-color, rgba(34,34,34,0.8));\n font: 13px \"Titillium Web\", Verdana, Arial, sans-serif;\n font: var(--tooltip-container-font, 13px \"Titillium Web\", Verdana, Arial, sans-serif);\n pointer-events: none;\n white-space: nowrap;\n }\n"], components: [{ type: i1.IgxTemplateContentComponent, selector: "igx-template-content", inputs: ["template", "context"] }], directives: [{ type: i2.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: i2.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
66
66
|
return IgxTooltipContainerComponent;
|
|
67
67
|
}());
|
|
68
68
|
export { IgxTooltipContainerComponent };
|
|
@@ -73,7 +73,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.14", ngImpo
|
|
|
73
73
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
74
74
|
host: { class: "ig-tooltip-container igx-tooltip-container" },
|
|
75
75
|
template: "\n <ng-template #defaultContainer>\n <div class='ig-tooltip-container-background' *ngIf=\"context !== null && context.item !== null\"\n [style.border-color]=\"context && context.isSubContent ? 'transparent' : '#666'\">\n <igx-template-content *ngIf=\"context !== null\" [template]=\"template\" [context]=\"context\"></igx-template-content>\n </div>\n </ng-template>\n <ng-container *ngTemplateOutlet=\"containerTemplate ? containerTemplate : defaultContainer; context: context\">\n </ng-container>\n ",
|
|
76
|
-
styles: ["\n .ig-tooltip-container-background {\n padding: 5px; \n padding: var(--tooltip-container-padding, 5px);\n background-color: white; \n background-color: var(--tooltip-container-background-color, white);\n border-style: solid; \n border-style: var(--tooltip-container-border-style, solid);\n border-width: 1px; \n border-width: var(--tooltip-container-border-width, 1px);\n color: rgba(34,34,34,0.8);\n color: var(--tooltip-container-text-color, rgba(34,34,34,0.8));\n font:
|
|
76
|
+
styles: ["\n .ig-tooltip-container-background {\n padding: 5px; \n padding: var(--tooltip-container-padding, 5px);\n background-color: white; \n background-color: var(--tooltip-container-background-color, white);\n border-style: solid; \n border-style: var(--tooltip-container-border-style, solid);\n border-width: 1px; \n border-width: var(--tooltip-container-border-width, 1px);\n color: rgba(34,34,34,0.8);\n color: var(--tooltip-container-text-color, rgba(34,34,34,0.8));\n font: 13px \"Titillium Web\", Verdana, Arial, sans-serif;\n font: var(--tooltip-container-font, 13px \"Titillium Web\", Verdana, Arial, sans-serif);\n pointer-events: none;\n white-space: nowrap;\n }\n"]
|
|
77
77
|
}]
|
|
78
78
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }]; }, propDecorators: { _tooltipContent: [{
|
|
79
79
|
type: ViewChild,
|
package/esm5/public_api.js
CHANGED
|
@@ -1251,6 +1251,11 @@ export * from './lib/WebDropdownItemComponentEventArgsDescription';
|
|
|
1251
1251
|
export * from './lib/WebDropdownItemComponentEventArgsDescriptionMetadata';
|
|
1252
1252
|
export * from './lib/WebDropdownItemDescriptionModule';
|
|
1253
1253
|
export * from './lib/WebDropdownDescriptionModule';
|
|
1254
|
+
export * from './lib/WebExpansionPanelDescription';
|
|
1255
|
+
export * from './lib/WebExpansionPanelDescriptionMetadata';
|
|
1256
|
+
export * from './lib/WebExpansionPanelComponentEventArgsDescription';
|
|
1257
|
+
export * from './lib/WebExpansionPanelComponentEventArgsDescriptionMetadata';
|
|
1258
|
+
export * from './lib/WebExpansionPanelDescriptionModule';
|
|
1254
1259
|
export * from './lib/WebFloatingPaneResizeEventArgsDescription';
|
|
1255
1260
|
export * from './lib/WebFloatingPaneResizeEventArgsDescriptionMetadata';
|
|
1256
1261
|
export * from './lib/WebFloatingPaneResizeMoveEventArgsDescription';
|
|
@@ -1288,6 +1293,9 @@ export * from './lib/WebListItemDescription';
|
|
|
1288
1293
|
export * from './lib/WebListItemDescriptionMetadata';
|
|
1289
1294
|
export * from './lib/WebListItemDescriptionModule';
|
|
1290
1295
|
export * from './lib/WebListDescriptionModule';
|
|
1296
|
+
export * from './lib/WebMaskInputDescription';
|
|
1297
|
+
export * from './lib/WebMaskInputDescriptionMetadata';
|
|
1298
|
+
export * from './lib/WebMaskInputDescriptionModule';
|
|
1291
1299
|
export * from './lib/WebMoveFloatingPaneActionDescription';
|
|
1292
1300
|
export * from './lib/WebMoveFloatingPaneActionDescriptionMetadata';
|
|
1293
1301
|
export * from './lib/WebMoveTabActionDescription';
|
|
@@ -1379,6 +1387,16 @@ export * from './lib/WebThemeControllerDescriptionMetadata';
|
|
|
1379
1387
|
export * from './lib/WebToastDescription';
|
|
1380
1388
|
export * from './lib/WebToastDescriptionMetadata';
|
|
1381
1389
|
export * from './lib/WebToastDescriptionModule';
|
|
1390
|
+
export * from './lib/WebTreeDescription';
|
|
1391
|
+
export * from './lib/WebTreeDescriptionMetadata';
|
|
1392
|
+
export * from './lib/WebTreeItemDescription';
|
|
1393
|
+
export * from './lib/WebTreeItemDescriptionMetadata';
|
|
1394
|
+
export * from './lib/WebTreeItemComponentEventArgsDescription';
|
|
1395
|
+
export * from './lib/WebTreeItemComponentEventArgsDescriptionMetadata';
|
|
1396
|
+
export * from './lib/WebTreeItemDescriptionModule';
|
|
1397
|
+
export * from './lib/WebTreeDescriptionModule';
|
|
1398
|
+
export * from './lib/WebTreeSelectionOptionsEventArgsDescription';
|
|
1399
|
+
export * from './lib/WebTreeSelectionOptionsEventArgsDescriptionMetadata';
|
|
1382
1400
|
export * from './lib/WebValueChangedEventArgsDescription';
|
|
1383
1401
|
export * from './lib/WebValueChangedEventArgsDescriptionMetadata';
|
|
1384
1402
|
export * from './lib/WrapperExpressionDescription';
|