igniteui-webcomponents-excel 4.3.1 → 4.3.2

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.
@@ -35116,6 +35116,9 @@ export let WorksheetRow = /*@__PURE__*/ (() => {
35116
35116
  let d = this._ah;
35117
35117
  let e = this._cp(c);
35118
35118
  let f = this.worksheet != null ? this.worksheet._b3 : null;
35119
+ if (this._hasCellFormat) {
35120
+ f = this._cellFormatInternal.d;
35121
+ }
35119
35122
  if (e >= 0) {
35120
35123
  let g = d[e];
35121
35124
  let h = b % 32;
@@ -35138,7 +35141,7 @@ export let WorksheetRow = /*@__PURE__*/ (() => {
35138
35141
  for (let n = 32 - 1; n >= 0; n--) {
35139
35142
  if (m.a[n] != null && !Base.equalsStatic(f, m.a[n])) {
35140
35143
  let o = m.b * 32 + n;
35141
- if (o > a) {
35144
+ if (o >= a) {
35142
35145
  return toNullable(Number_$type, o);
35143
35146
  }
35144
35147
  return toNullable(Number_$type, null);
@@ -35907,6 +35910,9 @@ export let WorksheetRow = /*@__PURE__*/ (() => {
35907
35910
  else if (this._bz) {
35908
35911
  d = true;
35909
35912
  }
35913
+ else if (this._b1 || this.hidden != this.worksheet._dv) {
35914
+ d = true;
35915
+ }
35910
35916
  if (this._af != null) {
35911
35917
  let e = false;
35912
35918
  for (let f = 0; f < this._af.length; f++) {
@@ -37598,7 +37604,10 @@ export let ConditionBase = /*@__PURE__*/ (() => {
37598
37604
  for (let k = 0; k < b._t.count; k++) {
37599
37605
  j._remove2(b._t._inner[k]);
37600
37606
  }
37601
- c.o(j);
37607
+ let l = j.worksheet;
37608
+ for (let m of fromEnum(j._t)) {
37609
+ c.add(new WorksheetRegion(l, m._ac, m._w, m._ae, m._x, false));
37610
+ }
37602
37611
  }
37603
37612
  else {
37604
37613
  if (c != null) {
@@ -40366,146 +40375,148 @@ export let Worksheet = /*@__PURE__*/ (() => {
40366
40375
  /**
40367
40376
  * @hidden
40368
40377
  */
40369
- _c4(a, b, c, d, e) {
40370
- let f = c;
40371
- let g = a;
40372
- let h = d;
40373
- let i = b;
40374
- let j = this._ff;
40375
- let k = this._b3;
40376
- for (let l = j.count - 1; l >= 0; l--) {
40377
- let m = j._inner[l];
40378
- if (m.m != 0) {
40379
- f = m.r + 1;
40378
+ _c4(a, b, c, d, e, f = true) {
40379
+ let g = c;
40380
+ let h = a;
40381
+ let i = d;
40382
+ let j = b;
40383
+ let k = this._ff;
40384
+ let l = this._b3;
40385
+ for (let m = k.count - 1; m >= 0; m--) {
40386
+ let n = k._inner[m];
40387
+ if (n.m != 0) {
40388
+ g = n.r + 1;
40380
40389
  break;
40381
40390
  }
40382
- else if (!Base.equalsStatic(m.b, k)) {
40383
- f = m.r;
40391
+ else if (!Base.equalsStatic(n.b, l)) {
40392
+ g = n.r;
40384
40393
  break;
40385
40394
  }
40386
40395
  }
40387
- for (let n = 0; n < j.count; n++) {
40388
- let o = j._inner[n];
40389
- if (o.m != 0) {
40390
- h = o.q;
40396
+ for (let o = 0; o < k.count; o++) {
40397
+ let p = k._inner[o];
40398
+ if (p.m != 0) {
40399
+ i = p.q;
40391
40400
  break;
40392
40401
  }
40393
- else if (!Base.equalsStatic(o.b, k)) {
40394
- h = o.q;
40402
+ else if (!Base.equalsStatic(p.b, l)) {
40403
+ i = p.q;
40395
40404
  break;
40396
40405
  }
40397
40406
  }
40398
- let p = new MutableItemRange(h, f);
40399
- for (let q of fromEnum(this._rows$i._n(a, b, true))) {
40400
- let r = q._a0(p, c, d);
40401
- if (r != null) {
40402
- p = r;
40403
- g = q.index;
40404
- if (i > g) {
40405
- i = g;
40407
+ let q = new MutableItemRange(i, g);
40408
+ for (let r of fromEnum(this._rows$i._n(a, b, true))) {
40409
+ let s = r._a0(q, c, d);
40410
+ if (s != null) {
40411
+ q = s;
40412
+ h = r.index;
40413
+ if (j > h) {
40414
+ j = h;
40406
40415
  }
40407
40416
  }
40408
40417
  }
40409
- h = p.a;
40410
- f = p.b;
40411
- let s = new WorksheetRegionAddress(1, a, b, c, d);
40412
- for (let t of fromEnum(this._tables$i)) {
40413
- let u = t._by;
40414
- if (u._j(s)) {
40415
- if (u._ac < i) {
40416
- i = u._ac;
40417
- }
40418
- if (u._w < h) {
40419
- h = u._w;
40420
- }
40421
- if (u._x > f) {
40422
- f = u._x;
40423
- }
40424
- if (u._ae > g) {
40425
- g = u._ae;
40418
+ i = q.a;
40419
+ g = q.b;
40420
+ let t = new WorksheetRegionAddress(1, a, b, c, d);
40421
+ if (f) {
40422
+ for (let u of fromEnum(this._tables$i)) {
40423
+ let v = u._by;
40424
+ if (v._j(t)) {
40425
+ if (v._ac < j) {
40426
+ j = v._ac;
40427
+ }
40428
+ if (v._w < i) {
40429
+ i = v._w;
40430
+ }
40431
+ if (v._x > g) {
40432
+ g = v._x;
40433
+ }
40434
+ if (v._ae > h) {
40435
+ h = v._ae;
40436
+ }
40426
40437
  }
40427
40438
  }
40428
40439
  }
40429
40440
  if (this._d2) {
40430
- for (let v of fromEnum(this._eu.keys)) {
40431
- if (v.o >= a && v.o <= b) {
40432
- if (v.o < i) {
40433
- i = v.o;
40441
+ for (let w of fromEnum(this._eu.keys)) {
40442
+ if (w.o >= a && w.o <= b) {
40443
+ if (w.o < j) {
40444
+ j = w.o;
40434
40445
  }
40435
- if (v.m < h) {
40436
- h = v.m;
40446
+ if (w.m < i) {
40447
+ i = w.m;
40437
40448
  }
40438
- if (v.m > f) {
40439
- f = v.m;
40449
+ if (w.m > g) {
40450
+ g = w.m;
40440
40451
  }
40441
- if (v.o > g) {
40442
- g = v.o;
40452
+ if (w.o > h) {
40453
+ h = w.o;
40443
40454
  }
40444
40455
  }
40445
40456
  }
40446
40457
  }
40447
40458
  if (this._d1) {
40448
- for (let w of fromEnum(this._es)) {
40449
- let x = w.value._h;
40450
- if (x._j(s)) {
40451
- if (x._ac < i) {
40452
- i = x._ac;
40459
+ for (let x of fromEnum(this._es)) {
40460
+ let y = x.value._h;
40461
+ if (y._j(t)) {
40462
+ if (y._ac < j) {
40463
+ j = y._ac;
40453
40464
  }
40454
- if (x._w < h) {
40455
- h = x._w;
40465
+ if (y._w < i) {
40466
+ i = y._w;
40456
40467
  }
40457
- if (x._x > f) {
40458
- f = x._x;
40468
+ if (y._x > g) {
40469
+ g = y._x;
40459
40470
  }
40460
- if (x._ae > g) {
40461
- g = x._ae;
40471
+ if (y._ae > h) {
40472
+ h = y._ae;
40462
40473
  }
40463
40474
  }
40464
40475
  }
40465
40476
  }
40466
- if (e && (f < d || g < b)) {
40467
- for (let y of fromEnum(this._shapes$i)) {
40468
- let z = y._ah;
40469
- if (z.o < i) {
40470
- i = z.o;
40477
+ if (e && (g < d || h < b)) {
40478
+ for (let z of fromEnum(this._shapes$i)) {
40479
+ let aa = z._ah;
40480
+ if (aa.o < j) {
40481
+ j = aa.o;
40471
40482
  }
40472
- if (z.m < h) {
40473
- h = z.m;
40483
+ if (aa.m < i) {
40484
+ i = aa.m;
40474
40485
  }
40475
- let aa = y._ad;
40476
- if (aa.o > g) {
40477
- g = Math.min(aa.o, b);
40486
+ let ab = z._ad;
40487
+ if (ab.o > h) {
40488
+ h = Math.min(ab.o, b);
40478
40489
  }
40479
- if (aa.m > f) {
40480
- f = Math.min(aa.m, d);
40490
+ if (ab.m > g) {
40491
+ g = Math.min(ab.m, d);
40481
40492
  }
40482
40493
  }
40483
40494
  }
40484
- if (h < c) {
40485
- h = c;
40486
- }
40487
- if (i < a) {
40488
- i = a;
40495
+ if (i < c) {
40496
+ i = c;
40489
40497
  }
40490
- if (f > d) {
40491
- f = d;
40498
+ if (j < a) {
40499
+ j = a;
40492
40500
  }
40493
- else if (f < c) {
40494
- f = c;
40501
+ if (g > d) {
40502
+ g = d;
40495
40503
  }
40496
- if (g > b) {
40497
- g = b;
40504
+ else if (g < c) {
40505
+ g = c;
40498
40506
  }
40499
- else if (g < a) {
40500
- g = a;
40507
+ if (h > b) {
40508
+ h = b;
40501
40509
  }
40502
- if (h > f) {
40503
- h = f;
40510
+ else if (h < a) {
40511
+ h = a;
40504
40512
  }
40505
40513
  if (i > g) {
40506
40514
  i = g;
40507
40515
  }
40508
- return new WorksheetRegionAddress(1, i, g, h, f);
40516
+ if (j > h) {
40517
+ j = h;
40518
+ }
40519
+ return new WorksheetRegionAddress(1, j, h, i, g);
40509
40520
  }
40510
40521
  /**
40511
40522
  * @hidden
@@ -79064,7 +79075,7 @@ export let Function = /*@__PURE__*/ (() => {
79064
79075
  if (b < 0) {
79065
79076
  this._vg = 255;
79066
79077
  this._q5 = true;
79067
- if (b == -3) {
79078
+ if (b == -3 || b == -2) {
79068
79079
  this._rh = true;
79069
79080
  }
79070
79081
  else if (b == -4) {
@@ -81691,7 +81702,7 @@ export let Function = /*@__PURE__*/ (() => {
81691
81702
  return Function._g1("WINDOWS", 91 + 10000, 0, 2, false, 0, 1, null, 96, 64);
81692
81703
  }
81693
81704
  static get _v() {
81694
- return Function._g1("ANCHORARRAY", -3, 1, 1, false, 0, 1, null, 96, 32);
81705
+ return Function._g1("ANCHORARRAY", -3, 1, 1, false, 0, 1, null, 32, 32);
81695
81706
  }
81696
81707
  static get _n0() {
81697
81708
  return Function._g1("SINGLE", -3, 1, 1, false, 0, 1, null, 32, 32);
@@ -7464,12 +7464,13 @@ export let ObjectModelWorksheetPartManager = /*@__PURE__*/ (() => {
7464
7464
  this.ad.k();
7465
7465
  }
7466
7466
  ge(at, au) {
7467
- let av = this.bl._cx(au.p, au.n, Math.max(0, au.q - 1), Math.max(0, au.o - 1));
7468
- if (av == null) {
7467
+ let av = this.bl._c4(au.p, Math.max(0, au.q - 1), au.n, Math.max(0, au.o - 1), false, false);
7468
+ let aw = this.bl._cw(av);
7469
+ if (aw == null) {
7469
7470
  return;
7470
7471
  }
7471
- let aw = av._u ? av._k._c7(av._v, 1, false, true, true) : av._toString2(1, false, true, true);
7472
- SpreadsheetMLMain.aa1(this, aw);
7472
+ let ax = aw._u ? aw._k._c7(aw._v, 1, false, true, true) : aw._toString2(1, false, true, true);
7473
+ SpreadsheetMLMain.aa1(this, ax);
7473
7474
  this.ad.k();
7474
7475
  }
7475
7476
  static gf(at, au) {
@@ -48369,7 +48370,7 @@ export let ChartSerializer = /*@__PURE__*/ (() => {
48369
48370
  let i = h.l;
48370
48371
  let j = a.chartType == -4169;
48371
48372
  ChartSerializer.bt(i, g, b, e, d, false, j);
48372
- if (f == false) {
48373
+ if (f == false || c.xValues != null) {
48373
48374
  let k = c.xValues != null ? typeCast(SeriesValuesBase.$, c.xValues) : typeCast(SeriesValuesBase.$, c.values);
48374
48375
  if (d > 0 && b.xValues != null && b.xValues._ad == false) {
48375
48376
  k = b.xValues;
@@ -56372,6 +56373,7 @@ export let ObjectModelDrawingPartManager = /*@__PURE__*/ (() => {
56372
56373
  let $ret = new CT_NonVisualDrawingProps();
56373
56374
  $ret.c = new ST_DrawingElementId(1, intSToU(h.value));
56374
56375
  $ret.f = i;
56376
+ $ret.d = a.visible == false;
56375
56377
  return $ret;
56376
56378
  })());
56377
56379
  $ret.b = new CT_NonVisualGraphicFrameProperties();
@@ -56417,6 +56419,7 @@ export let ObjectModelDrawingPartManager = /*@__PURE__*/ (() => {
56417
56419
  let $ret = new CT_NonVisualDrawingProps();
56418
56420
  $ret.c = new ST_DrawingElementId(1, intSToU(h.value));
56419
56421
  $ret.f = i;
56422
+ $ret.d = a.visible == false;
56420
56423
  return $ret;
56421
56424
  })());
56422
56425
  $ret.b = new CT_NonVisualGraphicFrameProperties();
@@ -56470,6 +56473,7 @@ export let ObjectModelDrawingPartManager = /*@__PURE__*/ (() => {
56470
56473
  $ret.a = ((() => {
56471
56474
  let $ret = new CT_NonVisualDrawingProps();
56472
56475
  $ret.c = ST_DrawingElementId.a(c.c);
56476
+ $ret.d = a.visible == false;
56473
56477
  $ret.f = a._b9;
56474
56478
  return $ret;
56475
56479
  })());