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
|
@@ -16,60 +16,62 @@ export let TSCodeGeneratingComponentRendererModuleEmitter = /*@__PURE__*/ (() =>
|
|
|
16
16
|
class TSCodeGeneratingComponentRendererModuleEmitter extends CodeGeneratingComponentRendererModuleEmitter {
|
|
17
17
|
constructor(a, b, c) {
|
|
18
18
|
super(b, c);
|
|
19
|
-
this.
|
|
20
|
-
this.
|
|
21
|
-
this.
|
|
22
|
-
this.
|
|
23
|
-
this.
|
|
19
|
+
this.p = 0;
|
|
20
|
+
this.s = 0;
|
|
21
|
+
this.q = false;
|
|
22
|
+
this.r = new Dictionary$2(String_$type, List$1.$.specialize(String_$type), 0);
|
|
23
|
+
this.p = a;
|
|
24
24
|
}
|
|
25
|
-
|
|
26
|
-
super.
|
|
27
|
-
this.
|
|
25
|
+
o() {
|
|
26
|
+
super.o();
|
|
27
|
+
this.s = 0;
|
|
28
28
|
}
|
|
29
|
-
get
|
|
30
|
-
switch (this.
|
|
29
|
+
get u() {
|
|
30
|
+
switch (this.p) {
|
|
31
31
|
case 1: return "Igx";
|
|
32
32
|
case 2: return "Igr";
|
|
33
33
|
case 3: return "Igc";
|
|
34
34
|
}
|
|
35
35
|
return "";
|
|
36
36
|
}
|
|
37
|
-
get
|
|
38
|
-
switch (this.
|
|
37
|
+
get t() {
|
|
38
|
+
switch (this.p) {
|
|
39
39
|
case 1: return "angular";
|
|
40
40
|
case 2: return "react";
|
|
41
41
|
case 3: return "webcomponents";
|
|
42
42
|
}
|
|
43
43
|
return "";
|
|
44
44
|
}
|
|
45
|
-
|
|
46
|
-
super.
|
|
45
|
+
l(a) {
|
|
46
|
+
super.l(a);
|
|
47
47
|
if (a == "withDescriptions") {
|
|
48
|
-
this.
|
|
48
|
+
this.q = true;
|
|
49
49
|
return;
|
|
50
50
|
}
|
|
51
|
-
let b = "igniteui-" + this.
|
|
51
|
+
let b = "igniteui-" + this.t + "-core";
|
|
52
52
|
let c = "";
|
|
53
53
|
let d = a.split('/');
|
|
54
54
|
if (d.length == 1) {
|
|
55
55
|
c = d[0];
|
|
56
|
+
this.j.addPackageRef(c);
|
|
56
57
|
}
|
|
57
58
|
else {
|
|
58
59
|
b = d[0];
|
|
59
|
-
|
|
60
|
+
this.j.addPackageRef(b);
|
|
61
|
+
b = "igniteui-" + this.t + "-" + b;
|
|
60
62
|
c = d[1];
|
|
61
63
|
}
|
|
62
|
-
if (!this.
|
|
63
|
-
this.
|
|
64
|
+
if (!this.r.containsKey(b)) {
|
|
65
|
+
this.r.addItem(b, new List$1(String_$type, 0));
|
|
64
66
|
}
|
|
65
|
-
let e = this.
|
|
66
|
-
if (this.
|
|
67
|
+
let e = this.r.item(b);
|
|
68
|
+
if (this.s > 0) {
|
|
67
69
|
this.d.k(",");
|
|
68
70
|
}
|
|
69
|
-
this.d.j(this.
|
|
70
|
-
e.add(this.
|
|
71
|
-
if (this.
|
|
72
|
-
if (this.
|
|
71
|
+
this.d.j(this.u + c);
|
|
72
|
+
e.add(this.u + c);
|
|
73
|
+
if (this.q) {
|
|
74
|
+
if (this.s == 0) {
|
|
73
75
|
this.c.k("private _componentRenderer: ComponentRenderer = null;");
|
|
74
76
|
this.c.k("public get renderer(): ComponentRenderer {");
|
|
75
77
|
this.c.h();
|
|
@@ -77,31 +79,31 @@ export let TSCodeGeneratingComponentRendererModuleEmitter = /*@__PURE__*/ (() =>
|
|
|
77
79
|
this.c.h();
|
|
78
80
|
this.c.k("this._componentRenderer = new ComponentRenderer();");
|
|
79
81
|
this.c.k("var context = this._componentRenderer.context;");
|
|
80
|
-
this.g.addPackageImport("igniteui-" + this.
|
|
82
|
+
this.g.addPackageImport("igniteui-" + this.t + "-core", "ComponentRenderer");
|
|
81
83
|
}
|
|
82
84
|
let f = c;
|
|
83
85
|
if (stringEndsWith(f, "Module")) {
|
|
84
86
|
f = f.substr(0, f.length - ("Module").length);
|
|
85
87
|
f += "DescriptionModule";
|
|
86
88
|
}
|
|
87
|
-
this.g.addPackageImport("igniteui-" + this.
|
|
89
|
+
this.g.addPackageImport("igniteui-" + this.t + "-core", f);
|
|
88
90
|
this.c.k(f + ".register(context);");
|
|
89
91
|
}
|
|
90
|
-
this.
|
|
92
|
+
this.s++;
|
|
91
93
|
}
|
|
92
|
-
|
|
93
|
-
super.
|
|
94
|
-
for (let a of fromEnum(this.
|
|
94
|
+
n() {
|
|
95
|
+
super.n();
|
|
96
|
+
for (let a of fromEnum(this.r.keys)) {
|
|
95
97
|
let b = a;
|
|
96
|
-
let c = this.
|
|
98
|
+
let c = this.r.item(a);
|
|
97
99
|
for (let d of fromEnum(c)) {
|
|
98
100
|
this.h.addPackageImport(b, d);
|
|
99
101
|
}
|
|
100
102
|
}
|
|
101
|
-
if (this.
|
|
103
|
+
if (this.q) {
|
|
102
104
|
this.c.f();
|
|
103
105
|
this.c.k("}");
|
|
104
|
-
this.c.k("return this._componentRenderer");
|
|
106
|
+
this.c.k("return this._componentRenderer;");
|
|
105
107
|
this.c.f();
|
|
106
108
|
this.c.k("}");
|
|
107
109
|
}
|
|
@@ -21,12 +21,12 @@ export let WebTreeSelectionOptionsEventArgsDescription = /*@__PURE__*/ (() => {
|
|
|
21
21
|
get type() {
|
|
22
22
|
return this.get_type();
|
|
23
23
|
}
|
|
24
|
-
get
|
|
24
|
+
get detail() {
|
|
25
25
|
return this.f;
|
|
26
26
|
}
|
|
27
|
-
set
|
|
27
|
+
set detail(a) {
|
|
28
28
|
this.f = a;
|
|
29
|
-
this.e("
|
|
29
|
+
this.e("Detail");
|
|
30
30
|
}
|
|
31
31
|
}
|
|
32
32
|
WebTreeSelectionOptionsEventArgsDescription.$t = markType(WebTreeSelectionOptionsEventArgsDescription, 'WebTreeSelectionOptionsEventArgsDescription', Description.$);
|
|
@@ -6,6 +6,7 @@ GOVERNS THE LICENSING, INSTALLATION AND USE OF INFRAGISTICS SOFTWARE. BY DOWNLOA
|
|
|
6
6
|
*/
|
|
7
7
|
import { Base, String_$type, markType } from "./type";
|
|
8
8
|
import { Dictionary$2 } from "./Dictionary$2";
|
|
9
|
+
import { WebTreeSelectionOptionsEventDetailDescriptionMetadata } from "./WebTreeSelectionOptionsEventDetailDescriptionMetadata";
|
|
9
10
|
import { WebTreeSelectionOptionsEventArgsDescription } from "./WebTreeSelectionOptionsEventArgsDescription";
|
|
10
11
|
/**
|
|
11
12
|
* @hidden
|
|
@@ -21,10 +22,11 @@ export let WebTreeSelectionOptionsEventArgsDescriptionMetadata = /*@__PURE__*/ (
|
|
|
21
22
|
return;
|
|
22
23
|
}
|
|
23
24
|
a.s(WebTreeSelectionOptionsEventArgsDescriptionMetadata.a);
|
|
25
|
+
WebTreeSelectionOptionsEventDetailDescriptionMetadata.d(a);
|
|
24
26
|
}
|
|
25
27
|
static c(a) {
|
|
26
28
|
a.item("__qualifiedNameTS", "String:TreeSelectionOptionsEventArgs");
|
|
27
|
-
a.item("
|
|
29
|
+
a.item("Detail", "ExportedType:WebTreeSelectionOptionsEventDetail");
|
|
28
30
|
}
|
|
29
31
|
static d(a) {
|
|
30
32
|
WebTreeSelectionOptionsEventArgsDescriptionMetadata.b(a);
|
|
@@ -0,0 +1,36 @@
|
|
|
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 WebTreeSelectionOptionsEventDetailDescription = /*@__PURE__*/ (() => {
|
|
13
|
+
class WebTreeSelectionOptionsEventDetailDescription extends Description {
|
|
14
|
+
constructor() {
|
|
15
|
+
super();
|
|
16
|
+
this.f = null;
|
|
17
|
+
}
|
|
18
|
+
get_type() {
|
|
19
|
+
return "WebTreeSelectionOptionsEventDetail";
|
|
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
|
+
WebTreeSelectionOptionsEventDetailDescription.$t = markType(WebTreeSelectionOptionsEventDetailDescription, 'WebTreeSelectionOptionsEventDetailDescription', Description.$);
|
|
33
|
+
WebTreeSelectionOptionsEventDetailDescription.__marshalByValue = true;
|
|
34
|
+
WebTreeSelectionOptionsEventDetailDescription.__marshalByValueAlias = "TreeSelectionOptionsEventDetail";
|
|
35
|
+
return WebTreeSelectionOptionsEventDetailDescription;
|
|
36
|
+
})();
|
|
@@ -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 { WebTreeSelectionOptionsEventDetailDescription } from "./WebTreeSelectionOptionsEventDetailDescription";
|
|
10
|
+
/**
|
|
11
|
+
* @hidden
|
|
12
|
+
*/
|
|
13
|
+
export let WebTreeSelectionOptionsEventDetailDescriptionMetadata = /*@__PURE__*/ (() => {
|
|
14
|
+
class WebTreeSelectionOptionsEventDetailDescriptionMetadata extends Base {
|
|
15
|
+
static b(a) {
|
|
16
|
+
if (WebTreeSelectionOptionsEventDetailDescriptionMetadata.a == null) {
|
|
17
|
+
WebTreeSelectionOptionsEventDetailDescriptionMetadata.a = new Dictionary$2(String_$type, String_$type, 0);
|
|
18
|
+
WebTreeSelectionOptionsEventDetailDescriptionMetadata.c(WebTreeSelectionOptionsEventDetailDescriptionMetadata.a);
|
|
19
|
+
}
|
|
20
|
+
if (a.g(WebTreeSelectionOptionsEventDetailDescriptionMetadata.a)) {
|
|
21
|
+
return;
|
|
22
|
+
}
|
|
23
|
+
a.s(WebTreeSelectionOptionsEventDetailDescriptionMetadata.a);
|
|
24
|
+
}
|
|
25
|
+
static c(a) {
|
|
26
|
+
a.item("__qualifiedNameTS", "String:TreeSelectionOptionsEventDetail");
|
|
27
|
+
a.item("NewSelection", "Collection:WebTreeItem:WebTreeItemCollection:WebTreeItem");
|
|
28
|
+
}
|
|
29
|
+
static d(a) {
|
|
30
|
+
WebTreeSelectionOptionsEventDetailDescriptionMetadata.b(a);
|
|
31
|
+
a.u("WebTreeSelectionOptionsEventDetail", () => new WebTreeSelectionOptionsEventDetailDescription());
|
|
32
|
+
a.t("WebTreeSelectionOptionsEventDetail", WebTreeSelectionOptionsEventDetailDescriptionMetadata.a);
|
|
33
|
+
}
|
|
34
|
+
}
|
|
35
|
+
WebTreeSelectionOptionsEventDetailDescriptionMetadata.$t = markType(WebTreeSelectionOptionsEventDetailDescriptionMetadata, 'WebTreeSelectionOptionsEventDetailDescriptionMetadata');
|
|
36
|
+
WebTreeSelectionOptionsEventDetailDescriptionMetadata.a = null;
|
|
37
|
+
return WebTreeSelectionOptionsEventDetailDescriptionMetadata;
|
|
38
|
+
})();
|
package/esm2015/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';
|
|
@@ -14,15 +14,15 @@ var BlazorCodeGeneratingComponentRendererModuleEmitter = /** @class */ /*@__PURE
|
|
|
14
14
|
__extends(BlazorCodeGeneratingComponentRendererModuleEmitter, _super);
|
|
15
15
|
function BlazorCodeGeneratingComponentRendererModuleEmitter(a, b, c) {
|
|
16
16
|
var _this = _super.call(this, a, b, c) || this;
|
|
17
|
-
_this.
|
|
17
|
+
_this.v = 0;
|
|
18
18
|
return _this;
|
|
19
19
|
}
|
|
20
|
-
BlazorCodeGeneratingComponentRendererModuleEmitter.prototype.
|
|
21
|
-
_super.prototype.
|
|
20
|
+
BlazorCodeGeneratingComponentRendererModuleEmitter.prototype.o = function () {
|
|
21
|
+
_super.prototype.o.call(this);
|
|
22
22
|
};
|
|
23
|
-
BlazorCodeGeneratingComponentRendererModuleEmitter.prototype.
|
|
24
|
-
_super.prototype.
|
|
25
|
-
if (this.
|
|
23
|
+
BlazorCodeGeneratingComponentRendererModuleEmitter.prototype.l = function (a) {
|
|
24
|
+
_super.prototype.l.call(this, a);
|
|
25
|
+
if (this.v > 0) {
|
|
26
26
|
this.d.k(", ");
|
|
27
27
|
}
|
|
28
28
|
var b = "";
|
|
@@ -41,10 +41,10 @@ var BlazorCodeGeneratingComponentRendererModuleEmitter = /** @class */ /*@__PURE
|
|
|
41
41
|
this.d.j("Igb" + b);
|
|
42
42
|
this.d.j(")");
|
|
43
43
|
}
|
|
44
|
-
this.
|
|
44
|
+
this.v++;
|
|
45
45
|
};
|
|
46
|
-
BlazorCodeGeneratingComponentRendererModuleEmitter.prototype.
|
|
47
|
-
_super.prototype.
|
|
46
|
+
BlazorCodeGeneratingComponentRendererModuleEmitter.prototype.n = function () {
|
|
47
|
+
_super.prototype.n.call(this);
|
|
48
48
|
};
|
|
49
49
|
BlazorCodeGeneratingComponentRendererModuleEmitter.$t = markType(BlazorCodeGeneratingComponentRendererModuleEmitter, 'BlazorCodeGeneratingComponentRendererModuleEmitter', DotNetCodeGeneratingComponentRendererModuleEmitter.$);
|
|
50
50
|
return BlazorCodeGeneratingComponentRendererModuleEmitter;
|