igniteui-angular-core 14.0.0 → 14.1.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 +960 -730
- package/bundles/igniteui-angular-core.umd.min.js +1 -1
- package/esm2015/lib/BlazorCodeGeneratingComponentRendererModuleEmitter.js +9 -9
- package/esm2015/lib/CodeGeneratingComponentRendererCodeEmitter_combined.js +382 -314
- package/esm2015/lib/CodeGeneratingComponentRendererDataEmitter.js +2 -2
- package/esm2015/lib/CodeGeneratingComponentRendererHandlerEmitter.js +2 -2
- package/esm2015/lib/CodeGeneratingComponentRendererModuleEmitter.js +14 -11
- package/esm2015/lib/CodeGeneratingRendererResult.js +56 -44
- package/esm2015/lib/CodeGenerationFolderTemplate.js +41 -37
- package/esm2015/lib/ComponentRendererAdapter.js +3 -0
- package/esm2015/lib/ComponentRenderer_combined.js +1 -1
- package/esm2015/lib/DescriptionSerializer.js +70 -56
- package/esm2015/lib/DotNetCodeGeneratingComponentRendererModuleEmitter.js +24 -22
- package/esm2015/lib/StackedFragmentSeriesDescription.js +121 -121
- package/esm2015/lib/StackedFragmentSeriesDescriptionMetadata.js +1 -1
- package/esm2015/lib/TSCodeGeneratingComponentRendererModuleEmitter.js +36 -34
- package/esm2015/lib/WebTreeSelectionOptionsEventArgsDescription.js +3 -3
- package/esm2015/lib/WebTreeSelectionOptionsEventArgsDescriptionMetadata.js +3 -1
- package/esm2015/lib/WebTreeSelectionOptionsEventDetailDescription.js +36 -0
- package/esm2015/lib/WebTreeSelectionOptionsEventDetailDescriptionMetadata.js +38 -0
- package/esm2015/public_api.js +2 -0
- package/esm5/lib/BlazorCodeGeneratingComponentRendererModuleEmitter.js +9 -9
- package/esm5/lib/CodeGeneratingComponentRendererCodeEmitter_combined.js +449 -363
- package/esm5/lib/CodeGeneratingComponentRendererDataEmitter.js +2 -2
- package/esm5/lib/CodeGeneratingComponentRendererHandlerEmitter.js +2 -2
- package/esm5/lib/CodeGeneratingComponentRendererModuleEmitter.js +18 -11
- package/esm5/lib/CodeGeneratingRendererResult.js +95 -66
- package/esm5/lib/CodeGenerationFolderTemplate.js +40 -36
- package/esm5/lib/ComponentRendererAdapter.js +3 -0
- package/esm5/lib/ComponentRenderer_combined.js +1 -1
- package/esm5/lib/DescriptionSerializer.js +70 -56
- package/esm5/lib/DotNetCodeGeneratingComponentRendererModuleEmitter.js +24 -22
- package/esm5/lib/StackedFragmentSeriesDescription.js +120 -120
- package/esm5/lib/StackedFragmentSeriesDescriptionMetadata.js +1 -1
- package/esm5/lib/TSCodeGeneratingComponentRendererModuleEmitter.js +36 -34
- package/esm5/lib/WebTreeSelectionOptionsEventArgsDescription.js +2 -2
- package/esm5/lib/WebTreeSelectionOptionsEventArgsDescriptionMetadata.js +3 -1
- package/esm5/lib/WebTreeSelectionOptionsEventDetailDescription.js +46 -0
- package/esm5/lib/WebTreeSelectionOptionsEventDetailDescriptionMetadata.js +42 -0
- package/esm5/public_api.js +2 -0
- package/fesm2015/igniteui-angular-core.js +837 -658
- package/fesm5/igniteui-angular-core.js +959 -731
- package/lib/BlazorCodeGeneratingComponentRendererModuleEmitter.d.ts +3 -3
- package/lib/CodeGeneratingComponentRendererCodeEmitter_combined.d.ts +120 -114
- package/lib/CodeGeneratingComponentRendererModuleEmitter.d.ts +6 -5
- package/lib/CodeGeneratingRendererResult.d.ts +15 -12
- package/lib/DescriptionSerializer.d.ts +7 -6
- package/lib/DotNetCodeGeneratingComponentRendererModuleEmitter.d.ts +7 -7
- package/lib/StackedFragmentSeriesDescription.d.ts +46 -46
- package/lib/TSCodeGeneratingComponentRendererModuleEmitter.d.ts +7 -7
- package/lib/WebTreeSelectionOptionsEventArgsDescription.d.ts +3 -3
- package/lib/WebTreeSelectionOptionsEventDetailDescription.d.ts +17 -0
- package/lib/WebTreeSelectionOptionsEventDetailDescriptionMetadata.d.ts +13 -0
- package/package.json +1 -1
- package/public_api.d.ts +2 -0
|
@@ -17,20 +17,20 @@ var TSCodeGeneratingComponentRendererModuleEmitter = /** @class */ /*@__PURE__*/
|
|
|
17
17
|
__extends(TSCodeGeneratingComponentRendererModuleEmitter, _super);
|
|
18
18
|
function TSCodeGeneratingComponentRendererModuleEmitter(a, b, c) {
|
|
19
19
|
var _this = _super.call(this, b, c) || this;
|
|
20
|
-
_this.
|
|
21
|
-
_this.
|
|
22
|
-
_this.
|
|
23
|
-
_this.
|
|
24
|
-
_this.
|
|
20
|
+
_this.p = 0;
|
|
21
|
+
_this.s = 0;
|
|
22
|
+
_this.q = false;
|
|
23
|
+
_this.r = new Dictionary$2(String_$type, List$1.$.specialize(String_$type), 0);
|
|
24
|
+
_this.p = a;
|
|
25
25
|
return _this;
|
|
26
26
|
}
|
|
27
|
-
TSCodeGeneratingComponentRendererModuleEmitter.prototype.
|
|
28
|
-
_super.prototype.
|
|
29
|
-
this.
|
|
27
|
+
TSCodeGeneratingComponentRendererModuleEmitter.prototype.o = function () {
|
|
28
|
+
_super.prototype.o.call(this);
|
|
29
|
+
this.s = 0;
|
|
30
30
|
};
|
|
31
|
-
Object.defineProperty(TSCodeGeneratingComponentRendererModuleEmitter.prototype, "
|
|
31
|
+
Object.defineProperty(TSCodeGeneratingComponentRendererModuleEmitter.prototype, "u", {
|
|
32
32
|
get: function () {
|
|
33
|
-
switch (this.
|
|
33
|
+
switch (this.p) {
|
|
34
34
|
case 1: return "Igx";
|
|
35
35
|
case 2: return "Igr";
|
|
36
36
|
case 3: return "Igc";
|
|
@@ -40,9 +40,9 @@ var TSCodeGeneratingComponentRendererModuleEmitter = /** @class */ /*@__PURE__*/
|
|
|
40
40
|
enumerable: false,
|
|
41
41
|
configurable: true
|
|
42
42
|
});
|
|
43
|
-
Object.defineProperty(TSCodeGeneratingComponentRendererModuleEmitter.prototype, "
|
|
43
|
+
Object.defineProperty(TSCodeGeneratingComponentRendererModuleEmitter.prototype, "t", {
|
|
44
44
|
get: function () {
|
|
45
|
-
switch (this.
|
|
45
|
+
switch (this.p) {
|
|
46
46
|
case 1: return "angular";
|
|
47
47
|
case 2: return "react";
|
|
48
48
|
case 3: return "webcomponents";
|
|
@@ -52,34 +52,36 @@ var TSCodeGeneratingComponentRendererModuleEmitter = /** @class */ /*@__PURE__*/
|
|
|
52
52
|
enumerable: false,
|
|
53
53
|
configurable: true
|
|
54
54
|
});
|
|
55
|
-
TSCodeGeneratingComponentRendererModuleEmitter.prototype.
|
|
56
|
-
_super.prototype.
|
|
55
|
+
TSCodeGeneratingComponentRendererModuleEmitter.prototype.l = function (a) {
|
|
56
|
+
_super.prototype.l.call(this, a);
|
|
57
57
|
if (a == "withDescriptions") {
|
|
58
|
-
this.
|
|
58
|
+
this.q = true;
|
|
59
59
|
return;
|
|
60
60
|
}
|
|
61
|
-
var b = "igniteui-" + this.
|
|
61
|
+
var b = "igniteui-" + this.t + "-core";
|
|
62
62
|
var c = "";
|
|
63
63
|
var d = a.split('/');
|
|
64
64
|
if (d.length == 1) {
|
|
65
65
|
c = d[0];
|
|
66
|
+
this.j.addPackageRef(c);
|
|
66
67
|
}
|
|
67
68
|
else {
|
|
68
69
|
b = d[0];
|
|
69
|
-
|
|
70
|
+
this.j.addPackageRef(b);
|
|
71
|
+
b = "igniteui-" + this.t + "-" + b;
|
|
70
72
|
c = d[1];
|
|
71
73
|
}
|
|
72
|
-
if (!this.
|
|
73
|
-
this.
|
|
74
|
+
if (!this.r.containsKey(b)) {
|
|
75
|
+
this.r.addItem(b, new List$1(String_$type, 0));
|
|
74
76
|
}
|
|
75
|
-
var e = this.
|
|
76
|
-
if (this.
|
|
77
|
+
var e = this.r.item(b);
|
|
78
|
+
if (this.s > 0) {
|
|
77
79
|
this.d.k(",");
|
|
78
80
|
}
|
|
79
|
-
this.d.j(this.
|
|
80
|
-
e.add(this.
|
|
81
|
-
if (this.
|
|
82
|
-
if (this.
|
|
81
|
+
this.d.j(this.u + c);
|
|
82
|
+
e.add(this.u + c);
|
|
83
|
+
if (this.q) {
|
|
84
|
+
if (this.s == 0) {
|
|
83
85
|
this.c.k("private _componentRenderer: ComponentRenderer = null;");
|
|
84
86
|
this.c.k("public get renderer(): ComponentRenderer {");
|
|
85
87
|
this.c.h();
|
|
@@ -87,26 +89,26 @@ var TSCodeGeneratingComponentRendererModuleEmitter = /** @class */ /*@__PURE__*/
|
|
|
87
89
|
this.c.h();
|
|
88
90
|
this.c.k("this._componentRenderer = new ComponentRenderer();");
|
|
89
91
|
this.c.k("var context = this._componentRenderer.context;");
|
|
90
|
-
this.g.addPackageImport("igniteui-" + this.
|
|
92
|
+
this.g.addPackageImport("igniteui-" + this.t + "-core", "ComponentRenderer");
|
|
91
93
|
}
|
|
92
94
|
var f = c;
|
|
93
95
|
if (stringEndsWith(f, "Module")) {
|
|
94
96
|
f = f.substr(0, f.length - ("Module").length);
|
|
95
97
|
f += "DescriptionModule";
|
|
96
98
|
}
|
|
97
|
-
this.g.addPackageImport("igniteui-" + this.
|
|
99
|
+
this.g.addPackageImport("igniteui-" + this.t + "-core", f);
|
|
98
100
|
this.c.k(f + ".register(context);");
|
|
99
101
|
}
|
|
100
|
-
this.
|
|
102
|
+
this.s++;
|
|
101
103
|
};
|
|
102
|
-
TSCodeGeneratingComponentRendererModuleEmitter.prototype.
|
|
104
|
+
TSCodeGeneratingComponentRendererModuleEmitter.prototype.n = function () {
|
|
103
105
|
var e_1, _a, e_2, _b;
|
|
104
|
-
_super.prototype.
|
|
106
|
+
_super.prototype.n.call(this);
|
|
105
107
|
try {
|
|
106
|
-
for (var _c = __values(fromEnum(this.
|
|
108
|
+
for (var _c = __values(fromEnum(this.r.keys)), _d = _c.next(); !_d.done; _d = _c.next()) {
|
|
107
109
|
var a = _d.value;
|
|
108
110
|
var b = a;
|
|
109
|
-
var c = this.
|
|
111
|
+
var c = this.r.item(a);
|
|
110
112
|
try {
|
|
111
113
|
for (var _e = (e_2 = void 0, __values(fromEnum(c))), _f = _e.next(); !_f.done; _f = _e.next()) {
|
|
112
114
|
var d = _f.value;
|
|
@@ -141,10 +143,10 @@ var TSCodeGeneratingComponentRendererModuleEmitter = /** @class */ /*@__PURE__*/
|
|
|
141
143
|
throw e_1.error;
|
|
142
144
|
}
|
|
143
145
|
}
|
|
144
|
-
if (this.
|
|
146
|
+
if (this.q) {
|
|
145
147
|
this.c.f();
|
|
146
148
|
this.c.k("}");
|
|
147
|
-
this.c.k("return this._componentRenderer");
|
|
149
|
+
this.c.k("return this._componentRenderer;");
|
|
148
150
|
this.c.f();
|
|
149
151
|
this.c.k("}");
|
|
150
152
|
}
|
|
@@ -27,13 +27,13 @@ var WebTreeSelectionOptionsEventArgsDescription = /** @class */ /*@__PURE__*/ (f
|
|
|
27
27
|
enumerable: false,
|
|
28
28
|
configurable: true
|
|
29
29
|
});
|
|
30
|
-
Object.defineProperty(WebTreeSelectionOptionsEventArgsDescription.prototype, "
|
|
30
|
+
Object.defineProperty(WebTreeSelectionOptionsEventArgsDescription.prototype, "detail", {
|
|
31
31
|
get: function () {
|
|
32
32
|
return this.f;
|
|
33
33
|
},
|
|
34
34
|
set: function (a) {
|
|
35
35
|
this.f = a;
|
|
36
|
-
this.e("
|
|
36
|
+
this.e("Detail");
|
|
37
37
|
},
|
|
38
38
|
enumerable: false,
|
|
39
39
|
configurable: true
|
|
@@ -7,6 +7,7 @@ GOVERNS THE LICENSING, INSTALLATION AND USE OF INFRAGISTICS SOFTWARE. BY DOWNLOA
|
|
|
7
7
|
import { __extends } from "tslib";
|
|
8
8
|
import { Base, String_$type, markType } from "./type";
|
|
9
9
|
import { Dictionary$2 } from "./Dictionary$2";
|
|
10
|
+
import { WebTreeSelectionOptionsEventDetailDescriptionMetadata } from "./WebTreeSelectionOptionsEventDetailDescriptionMetadata";
|
|
10
11
|
import { WebTreeSelectionOptionsEventArgsDescription } from "./WebTreeSelectionOptionsEventArgsDescription";
|
|
11
12
|
/**
|
|
12
13
|
* @hidden
|
|
@@ -25,10 +26,11 @@ var WebTreeSelectionOptionsEventArgsDescriptionMetadata = /** @class */ /*@__PUR
|
|
|
25
26
|
return;
|
|
26
27
|
}
|
|
27
28
|
a.s(WebTreeSelectionOptionsEventArgsDescriptionMetadata.a);
|
|
29
|
+
WebTreeSelectionOptionsEventDetailDescriptionMetadata.d(a);
|
|
28
30
|
};
|
|
29
31
|
WebTreeSelectionOptionsEventArgsDescriptionMetadata.c = function (a) {
|
|
30
32
|
a.item("__qualifiedNameTS", "String:TreeSelectionOptionsEventArgs");
|
|
31
|
-
a.item("
|
|
33
|
+
a.item("Detail", "ExportedType:WebTreeSelectionOptionsEventDetail");
|
|
32
34
|
};
|
|
33
35
|
WebTreeSelectionOptionsEventArgsDescriptionMetadata.d = function (a) {
|
|
34
36
|
WebTreeSelectionOptionsEventArgsDescriptionMetadata.b(a);
|
|
@@ -0,0 +1,46 @@
|
|
|
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 WebTreeSelectionOptionsEventDetailDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
14
|
+
__extends(WebTreeSelectionOptionsEventDetailDescription, _super);
|
|
15
|
+
function WebTreeSelectionOptionsEventDetailDescription() {
|
|
16
|
+
var _this = _super.call(this) || this;
|
|
17
|
+
_this.f = null;
|
|
18
|
+
return _this;
|
|
19
|
+
}
|
|
20
|
+
WebTreeSelectionOptionsEventDetailDescription.prototype.get_type = function () {
|
|
21
|
+
return "WebTreeSelectionOptionsEventDetail";
|
|
22
|
+
};
|
|
23
|
+
Object.defineProperty(WebTreeSelectionOptionsEventDetailDescription.prototype, "type", {
|
|
24
|
+
get: function () {
|
|
25
|
+
return this.get_type();
|
|
26
|
+
},
|
|
27
|
+
enumerable: false,
|
|
28
|
+
configurable: true
|
|
29
|
+
});
|
|
30
|
+
Object.defineProperty(WebTreeSelectionOptionsEventDetailDescription.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
|
+
WebTreeSelectionOptionsEventDetailDescription.$t = markType(WebTreeSelectionOptionsEventDetailDescription, 'WebTreeSelectionOptionsEventDetailDescription', Description.$);
|
|
42
|
+
WebTreeSelectionOptionsEventDetailDescription.__marshalByValue = true;
|
|
43
|
+
WebTreeSelectionOptionsEventDetailDescription.__marshalByValueAlias = "TreeSelectionOptionsEventDetail";
|
|
44
|
+
return WebTreeSelectionOptionsEventDetailDescription;
|
|
45
|
+
}(Description));
|
|
46
|
+
export { WebTreeSelectionOptionsEventDetailDescription };
|
|
@@ -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 { WebTreeSelectionOptionsEventDetailDescription } from "./WebTreeSelectionOptionsEventDetailDescription";
|
|
11
|
+
/**
|
|
12
|
+
* @hidden
|
|
13
|
+
*/
|
|
14
|
+
var WebTreeSelectionOptionsEventDetailDescriptionMetadata = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
15
|
+
__extends(WebTreeSelectionOptionsEventDetailDescriptionMetadata, _super);
|
|
16
|
+
function WebTreeSelectionOptionsEventDetailDescriptionMetadata() {
|
|
17
|
+
return _super !== null && _super.apply(this, arguments) || this;
|
|
18
|
+
}
|
|
19
|
+
WebTreeSelectionOptionsEventDetailDescriptionMetadata.b = function (a) {
|
|
20
|
+
if (WebTreeSelectionOptionsEventDetailDescriptionMetadata.a == null) {
|
|
21
|
+
WebTreeSelectionOptionsEventDetailDescriptionMetadata.a = new Dictionary$2(String_$type, String_$type, 0);
|
|
22
|
+
WebTreeSelectionOptionsEventDetailDescriptionMetadata.c(WebTreeSelectionOptionsEventDetailDescriptionMetadata.a);
|
|
23
|
+
}
|
|
24
|
+
if (a.g(WebTreeSelectionOptionsEventDetailDescriptionMetadata.a)) {
|
|
25
|
+
return;
|
|
26
|
+
}
|
|
27
|
+
a.s(WebTreeSelectionOptionsEventDetailDescriptionMetadata.a);
|
|
28
|
+
};
|
|
29
|
+
WebTreeSelectionOptionsEventDetailDescriptionMetadata.c = function (a) {
|
|
30
|
+
a.item("__qualifiedNameTS", "String:TreeSelectionOptionsEventDetail");
|
|
31
|
+
a.item("NewSelection", "Collection:WebTreeItem:WebTreeItemCollection:WebTreeItem");
|
|
32
|
+
};
|
|
33
|
+
WebTreeSelectionOptionsEventDetailDescriptionMetadata.d = function (a) {
|
|
34
|
+
WebTreeSelectionOptionsEventDetailDescriptionMetadata.b(a);
|
|
35
|
+
a.u("WebTreeSelectionOptionsEventDetail", function () { return new WebTreeSelectionOptionsEventDetailDescription(); });
|
|
36
|
+
a.t("WebTreeSelectionOptionsEventDetail", WebTreeSelectionOptionsEventDetailDescriptionMetadata.a);
|
|
37
|
+
};
|
|
38
|
+
WebTreeSelectionOptionsEventDetailDescriptionMetadata.$t = markType(WebTreeSelectionOptionsEventDetailDescriptionMetadata, 'WebTreeSelectionOptionsEventDetailDescriptionMetadata');
|
|
39
|
+
WebTreeSelectionOptionsEventDetailDescriptionMetadata.a = null;
|
|
40
|
+
return WebTreeSelectionOptionsEventDetailDescriptionMetadata;
|
|
41
|
+
}(Base));
|
|
42
|
+
export { WebTreeSelectionOptionsEventDetailDescriptionMetadata };
|
package/esm5/public_api.js
CHANGED
|
@@ -1397,6 +1397,8 @@ export * from './lib/WebTreeItemDescriptionModule';
|
|
|
1397
1397
|
export * from './lib/WebTreeDescriptionModule';
|
|
1398
1398
|
export * from './lib/WebTreeSelectionOptionsEventArgsDescription';
|
|
1399
1399
|
export * from './lib/WebTreeSelectionOptionsEventArgsDescriptionMetadata';
|
|
1400
|
+
export * from './lib/WebTreeSelectionOptionsEventDetailDescription';
|
|
1401
|
+
export * from './lib/WebTreeSelectionOptionsEventDetailDescriptionMetadata';
|
|
1400
1402
|
export * from './lib/WebValueChangedEventArgsDescription';
|
|
1401
1403
|
export * from './lib/WebValueChangedEventArgsDescriptionMetadata';
|
|
1402
1404
|
export * from './lib/WrapperExpressionDescription';
|