igniteui-angular-core 14.1.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 +491 -411
- package/bundles/igniteui-angular-core.umd.min.js +1 -1
- package/esm2015/lib/CanvasViewRenderer.js +1 -1
- package/esm2015/lib/CodeGenerationTransformer.js +19 -19
- package/esm2015/lib/ComponentRenderer_combined.js +177 -168
- package/esm2015/lib/DescriptionSerializer.js +2 -2
- 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/TypeDescriptionPropretyTransforms.js +49 -25
- package/esm2015/lib/componentUtil.js +4 -1
- package/esm5/lib/CanvasViewRenderer.js +1 -1
- package/esm5/lib/CodeGenerationTransformer.js +19 -19
- package/esm5/lib/ComponentRenderer_combined.js +183 -174
- package/esm5/lib/DescriptionSerializer.js +2 -2
- 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/TypeDescriptionPropretyTransforms.js +49 -25
- package/esm5/lib/componentUtil.js +4 -1
- package/fesm2015/igniteui-angular-core.js +485 -405
- package/fesm5/igniteui-angular-core.js +491 -411
- package/lib/DescriptionTreeAction.d.ts +6 -5
- package/lib/DescriptionTreeNode.d.ts +13 -12
- package/package.json +1 -1
|
@@ -913,10 +913,10 @@ export let CanvasViewRenderer = /*@__PURE__*/ (() => {
|
|
|
913
913
|
}
|
|
914
914
|
}
|
|
915
915
|
h$ae(a, b, c) {
|
|
916
|
+
this.j.textBaseline = "alphabetic";
|
|
916
917
|
let d = this.j.measureText(a);
|
|
917
918
|
let metrics_ = d;
|
|
918
919
|
let e = b;
|
|
919
|
-
this.j.textBaseline = "alphabetic";
|
|
920
920
|
let f = new TextFontMetrics();
|
|
921
921
|
if ((metrics_.actualBoundingBoxAscent !== undefined)) {
|
|
922
922
|
f.a = (metrics_.actualBoundingBoxAscent);
|
|
@@ -134,11 +134,11 @@ export let CodeGenerationTransformer = /*@__PURE__*/ (() => {
|
|
|
134
134
|
});
|
|
135
135
|
this.b.item("FontStyleTransform", (b, c) => {
|
|
136
136
|
let d = b;
|
|
137
|
-
let e = c.
|
|
137
|
+
let e = c.j;
|
|
138
138
|
let f = stringReplace(e, "Style", "Weight");
|
|
139
139
|
let g = false;
|
|
140
|
-
if (c.
|
|
141
|
-
let h = c.
|
|
140
|
+
if (c.c.c(f)) {
|
|
141
|
+
let h = c.c.a(f);
|
|
142
142
|
let i = h.b;
|
|
143
143
|
if (i != null && i.toLowerCase() == "bold") {
|
|
144
144
|
g = true;
|
|
@@ -216,11 +216,11 @@ export let CodeGenerationTransformer = /*@__PURE__*/ (() => {
|
|
|
216
216
|
});
|
|
217
217
|
this.b.item("FontWeightTransform", (b, c) => {
|
|
218
218
|
let d = b;
|
|
219
|
-
let e = c.
|
|
219
|
+
let e = c.j;
|
|
220
220
|
let f = stringReplace(e, "Weight", "Style");
|
|
221
221
|
let g = false;
|
|
222
|
-
if (c.
|
|
223
|
-
let h = c.
|
|
222
|
+
if (c.c.c(f)) {
|
|
223
|
+
let h = c.c.a(f);
|
|
224
224
|
let i = h.b;
|
|
225
225
|
if (i != null && i.toLowerCase() == "italic") {
|
|
226
226
|
g = true;
|
|
@@ -342,10 +342,10 @@ export let CodeGenerationTransformer = /*@__PURE__*/ (() => {
|
|
|
342
342
|
}
|
|
343
343
|
}
|
|
344
344
|
c(a) {
|
|
345
|
-
let b = stringReplace(stringReplace(stringReplace(a.
|
|
345
|
+
let b = stringReplace(stringReplace(stringReplace(a.j, "Style", "Family"), "Weight", "Family"), "Size", "Family");
|
|
346
346
|
let c = "Verdana";
|
|
347
|
-
if (a.
|
|
348
|
-
c = a.
|
|
347
|
+
if (a.c.c(b)) {
|
|
348
|
+
c = a.c.a(b).b;
|
|
349
349
|
if (c == null) {
|
|
350
350
|
c = "Verdana";
|
|
351
351
|
}
|
|
@@ -353,10 +353,10 @@ export let CodeGenerationTransformer = /*@__PURE__*/ (() => {
|
|
|
353
353
|
return c;
|
|
354
354
|
}
|
|
355
355
|
e(a) {
|
|
356
|
-
let b = stringReplace(stringReplace(stringReplace(a.
|
|
356
|
+
let b = stringReplace(stringReplace(stringReplace(a.j, "Family", "Style"), "Weight", "Style"), "Size", "Style");
|
|
357
357
|
let c = "normal";
|
|
358
|
-
if (a.
|
|
359
|
-
c = a.
|
|
358
|
+
if (a.c.c(b)) {
|
|
359
|
+
c = a.c.a(b).b;
|
|
360
360
|
if (c == null) {
|
|
361
361
|
c = "normal";
|
|
362
362
|
}
|
|
@@ -364,10 +364,10 @@ export let CodeGenerationTransformer = /*@__PURE__*/ (() => {
|
|
|
364
364
|
return c;
|
|
365
365
|
}
|
|
366
366
|
d(a) {
|
|
367
|
-
let b = stringReplace(stringReplace(stringReplace(a.
|
|
367
|
+
let b = stringReplace(stringReplace(stringReplace(a.j, "Family", "Size"), "Weight", "Size"), "Style", "Size");
|
|
368
368
|
let c = "14px";
|
|
369
|
-
if (a.
|
|
370
|
-
c = a.
|
|
369
|
+
if (a.c.c(b)) {
|
|
370
|
+
c = a.c.a(b).b.toString();
|
|
371
371
|
if (c == null) {
|
|
372
372
|
c = "14px";
|
|
373
373
|
}
|
|
@@ -378,10 +378,10 @@ export let CodeGenerationTransformer = /*@__PURE__*/ (() => {
|
|
|
378
378
|
return c;
|
|
379
379
|
}
|
|
380
380
|
f(a) {
|
|
381
|
-
let b = stringReplace(stringReplace(stringReplace(a.
|
|
381
|
+
let b = stringReplace(stringReplace(stringReplace(a.j, "Family", "Weight"), "Size", "Weight"), "Style", "Weight");
|
|
382
382
|
let c = "normal";
|
|
383
|
-
if (a.
|
|
384
|
-
c = a.
|
|
383
|
+
if (a.c.c(b)) {
|
|
384
|
+
c = a.c.a(b).b;
|
|
385
385
|
if (c == null) {
|
|
386
386
|
c = "normal";
|
|
387
387
|
}
|
|
@@ -390,7 +390,7 @@ export let CodeGenerationTransformer = /*@__PURE__*/ (() => {
|
|
|
390
390
|
return c;
|
|
391
391
|
}
|
|
392
392
|
transform(a, b, c) {
|
|
393
|
-
let d = c.
|
|
393
|
+
let d = c.d;
|
|
394
394
|
if (d == null) {
|
|
395
395
|
return b;
|
|
396
396
|
}
|