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.
@@ -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.i;
137
+ let e = c.j;
138
138
  let f = stringReplace(e, "Style", "Weight");
139
139
  let g = false;
140
- if (c.b.b(f)) {
141
- let h = c.b.a(f);
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.i;
219
+ let e = c.j;
220
220
  let f = stringReplace(e, "Weight", "Style");
221
221
  let g = false;
222
- if (c.b.b(f)) {
223
- let h = c.b.a(f);
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.i, "Style", "Family"), "Weight", "Family"), "Size", "Family");
345
+ let b = stringReplace(stringReplace(stringReplace(a.j, "Style", "Family"), "Weight", "Family"), "Size", "Family");
346
346
  let c = "Verdana";
347
- if (a.b.b(b)) {
348
- c = a.b.a(b).b;
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.i, "Family", "Style"), "Weight", "Style"), "Size", "Style");
356
+ let b = stringReplace(stringReplace(stringReplace(a.j, "Family", "Style"), "Weight", "Style"), "Size", "Style");
357
357
  let c = "normal";
358
- if (a.b.b(b)) {
359
- c = a.b.a(b).b;
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.i, "Family", "Size"), "Weight", "Size"), "Style", "Size");
367
+ let b = stringReplace(stringReplace(stringReplace(a.j, "Family", "Size"), "Weight", "Size"), "Style", "Size");
368
368
  let c = "14px";
369
- if (a.b.b(b)) {
370
- c = a.b.a(b).b.toString();
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.i, "Family", "Weight"), "Size", "Weight"), "Style", "Weight");
381
+ let b = stringReplace(stringReplace(stringReplace(a.j, "Family", "Weight"), "Size", "Weight"), "Style", "Weight");
382
382
  let c = "normal";
383
- if (a.b.b(b)) {
384
- c = a.b.a(b).b;
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.c;
393
+ let d = c.d;
394
394
  if (d == null) {
395
395
  return b;
396
396
  }