igniteui-angular-core 13.2.0 → 14.1.1
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 +1513 -1158
- package/bundles/igniteui-angular-core.umd.min.js +1 -1
- package/esm2015/lib/BlazorCodeGeneratingComponentRendererModuleEmitter.js +9 -9
- package/esm2015/lib/CanvasViewRenderer.js +1 -1
- 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/CodeGenerationTransformer.js +19 -19
- package/esm2015/lib/ComponentRendererAdapter.js +3 -0
- package/esm2015/lib/ComponentRenderer_combined.js +178 -169
- package/esm2015/lib/DescriptionSerializer.js +72 -58
- package/esm2015/lib/DescriptionTreeAction.js +10 -9
- package/esm2015/lib/DescriptionTreeBuilder.js +4 -4
- package/esm2015/lib/DescriptionTreeNode.js +64 -36
- package/esm2015/lib/DescriptionTreeReconciler.js +156 -141
- package/esm2015/lib/DotNetCodeGeneratingComponentRendererModuleEmitter.js +24 -22
- package/esm2015/lib/IgcSliderBridge.js +38 -12
- package/esm2015/lib/NativeUIInputsFactory.js +1 -0
- package/esm2015/lib/NativeUISlider.js +24 -10
- package/esm2015/lib/StackedFragmentSeriesDescription.js +121 -121
- package/esm2015/lib/StackedFragmentSeriesDescriptionMetadata.js +1 -1
- package/esm2015/lib/TSCodeGeneratingComponentRendererModuleEmitter.js +36 -34
- package/esm2015/lib/TypeDescriptionPropretyTransforms.js +49 -25
- 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/lib/componentUtil.js +4 -1
- package/esm2015/public_api.js +2 -0
- package/esm5/lib/BlazorCodeGeneratingComponentRendererModuleEmitter.js +9 -9
- package/esm5/lib/CanvasViewRenderer.js +1 -1
- 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/CodeGenerationTransformer.js +19 -19
- package/esm5/lib/ComponentRendererAdapter.js +3 -0
- package/esm5/lib/ComponentRenderer_combined.js +184 -175
- package/esm5/lib/DescriptionSerializer.js +72 -58
- package/esm5/lib/DescriptionTreeAction.js +10 -9
- package/esm5/lib/DescriptionTreeBuilder.js +4 -4
- package/esm5/lib/DescriptionTreeNode.js +64 -36
- package/esm5/lib/DescriptionTreeReconciler.js +156 -141
- package/esm5/lib/DotNetCodeGeneratingComponentRendererModuleEmitter.js +24 -22
- package/esm5/lib/IgcSliderBridge.js +38 -12
- package/esm5/lib/NativeUIInputsFactory.js +1 -0
- package/esm5/lib/NativeUISlider.js +23 -5
- package/esm5/lib/StackedFragmentSeriesDescription.js +120 -120
- package/esm5/lib/StackedFragmentSeriesDescriptionMetadata.js +1 -1
- package/esm5/lib/TSCodeGeneratingComponentRendererModuleEmitter.js +36 -34
- package/esm5/lib/TypeDescriptionPropretyTransforms.js +49 -25
- 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/lib/componentUtil.js +4 -1
- package/esm5/public_api.js +2 -0
- package/fesm2015/igniteui-angular-core.js +1385 -1085
- package/fesm5/igniteui-angular-core.js +1512 -1159
- 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/DescriptionTreeAction.d.ts +6 -5
- package/lib/DescriptionTreeNode.d.ts +13 -12
- package/lib/DotNetCodeGeneratingComponentRendererModuleEmitter.d.ts +7 -7
- package/lib/IgcSliderBridge.d.ts +7 -3
- package/lib/NativeUISlider.d.ts +9 -6
- 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 +4 -4
- package/public_api.d.ts +2 -0
|
@@ -65,55 +65,79 @@ export let TypeDescriptionPropretyTransforms = /*@__PURE__*/ (() => {
|
|
|
65
65
|
});
|
|
66
66
|
}
|
|
67
67
|
b(a) {
|
|
68
|
-
let b = stringReplace(stringReplace(stringReplace(a.
|
|
68
|
+
let b = stringReplace(stringReplace(stringReplace(a.j, "Style", "Family"), "Weight", "Family"), "Size", "Family");
|
|
69
69
|
let c = "Verdana";
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
70
|
+
let d = a.b;
|
|
71
|
+
if (d == null) {
|
|
72
|
+
d = a.c;
|
|
73
|
+
}
|
|
74
|
+
if (d != null) {
|
|
75
|
+
if (d.c(b)) {
|
|
76
|
+
c = d.a(b).b;
|
|
77
|
+
if (c == null) {
|
|
78
|
+
c = "Verdana";
|
|
79
|
+
}
|
|
74
80
|
}
|
|
75
81
|
}
|
|
76
82
|
return c;
|
|
77
83
|
}
|
|
78
84
|
d(a) {
|
|
79
|
-
let b = stringReplace(stringReplace(stringReplace(a.
|
|
85
|
+
let b = stringReplace(stringReplace(stringReplace(a.j, "Family", "Style"), "Weight", "Style"), "Size", "Style");
|
|
80
86
|
let c = "normal";
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
87
|
+
let d = a.b;
|
|
88
|
+
if (d == null) {
|
|
89
|
+
d = a.c;
|
|
90
|
+
}
|
|
91
|
+
if (d != null) {
|
|
92
|
+
if (d.c(b)) {
|
|
93
|
+
c = d.a(b).b;
|
|
94
|
+
if (c == null) {
|
|
95
|
+
c = "normal";
|
|
96
|
+
}
|
|
85
97
|
}
|
|
86
98
|
}
|
|
87
99
|
return c;
|
|
88
100
|
}
|
|
89
101
|
c(a) {
|
|
90
|
-
let b = stringReplace(stringReplace(stringReplace(a.
|
|
102
|
+
let b = stringReplace(stringReplace(stringReplace(a.j, "Family", "Size"), "Weight", "Size"), "Style", "Size");
|
|
91
103
|
let c = "14px";
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
c =
|
|
104
|
+
let d = a.b;
|
|
105
|
+
if (d == null) {
|
|
106
|
+
d = a.c;
|
|
107
|
+
}
|
|
108
|
+
if (d != null) {
|
|
109
|
+
if (d.c(b)) {
|
|
110
|
+
c = d.a(b).b;
|
|
111
|
+
if (c == null) {
|
|
112
|
+
c = "14px";
|
|
113
|
+
}
|
|
114
|
+
else {
|
|
115
|
+
c = c.toString() + "px";
|
|
116
|
+
}
|
|
99
117
|
}
|
|
100
118
|
}
|
|
101
119
|
return c;
|
|
102
120
|
}
|
|
103
121
|
e(a) {
|
|
104
|
-
let b = stringReplace(stringReplace(stringReplace(a.
|
|
122
|
+
let b = stringReplace(stringReplace(stringReplace(a.j, "Family", "Weight"), "Size", "Weight"), "Style", "Weight");
|
|
105
123
|
let c = "normal";
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
124
|
+
let d = a.b;
|
|
125
|
+
if (d == null) {
|
|
126
|
+
d = a.c;
|
|
127
|
+
}
|
|
128
|
+
if (d != null) {
|
|
129
|
+
if (d.c(b)) {
|
|
130
|
+
c = d.a(b).b;
|
|
131
|
+
if (c == null) {
|
|
132
|
+
c = "normal";
|
|
133
|
+
}
|
|
134
|
+
c = c.toLowerCase();
|
|
110
135
|
}
|
|
111
|
-
c = c.toLowerCase();
|
|
112
136
|
}
|
|
113
137
|
return c;
|
|
114
138
|
}
|
|
115
139
|
transform(a, b, c) {
|
|
116
|
-
let d = c.
|
|
140
|
+
let d = c.d;
|
|
117
141
|
if (d == null) {
|
|
118
142
|
return b;
|
|
119
143
|
}
|
|
@@ -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
|
+
})();
|
|
@@ -229,7 +229,10 @@ export function fromBrushCollection(v) {
|
|
|
229
229
|
let internalCollection = v;
|
|
230
230
|
let ret = [];
|
|
231
231
|
for (let i = 0; i < internalCollection.count; i++) {
|
|
232
|
-
|
|
232
|
+
const brush = internalCollection.item(i);
|
|
233
|
+
if (brush != null) {
|
|
234
|
+
ret.push(brush.fill);
|
|
235
|
+
}
|
|
233
236
|
}
|
|
234
237
|
return ret;
|
|
235
238
|
}
|
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;
|
|
@@ -919,10 +919,10 @@ var CanvasViewRenderer = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
919
919
|
}
|
|
920
920
|
};
|
|
921
921
|
CanvasViewRenderer.prototype.h$ae = function (a, b, c) {
|
|
922
|
+
this.j.textBaseline = "alphabetic";
|
|
922
923
|
var d = this.j.measureText(a);
|
|
923
924
|
var metrics_ = d;
|
|
924
925
|
var e = b;
|
|
925
|
-
this.j.textBaseline = "alphabetic";
|
|
926
926
|
var f = new TextFontMetrics();
|
|
927
927
|
if ((metrics_.actualBoundingBoxAscent !== undefined)) {
|
|
928
928
|
f.a = (metrics_.actualBoundingBoxAscent);
|