igniteui-webcomponents-excel 5.4.0 → 5.5.0-beta.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.
@@ -84784,6 +84784,40 @@ export let ValueFormatter_FormatSection = /*@__PURE__*/ (() => {
84784
84784
  a.r.x(b, h);
84785
84785
  a.s.x(b, h);
84786
84786
  }
84787
+ let i = c != ' ';
84788
+ if (i) {
84789
+ d = a.a.f(a.s.toString());
84790
+ if (d < a.j) {
84791
+ while (true) {
84792
+ a.r.x(b, c.toString());
84793
+ a.s.x(b, c.toString());
84794
+ let j = a.a.e(a.s.toString());
84795
+ if (j > a.j) {
84796
+ a.r.y(b, 1);
84797
+ a.s.y(b, 1);
84798
+ break;
84799
+ }
84800
+ g++;
84801
+ d = truncate(j);
84802
+ }
84803
+ a.k = g;
84804
+ }
84805
+ else {
84806
+ while (d > a.j) {
84807
+ g--;
84808
+ if (g < 0) {
84809
+ break;
84810
+ }
84811
+ a.r.y(b, 1);
84812
+ a.s.y(b, 1);
84813
+ d = a.a.f(a.s.toString());
84814
+ }
84815
+ if (g <= 0) {
84816
+ a.l = -1;
84817
+ }
84818
+ a.k = g;
84819
+ }
84820
+ }
84787
84821
  return {
84788
84822
  p3: d
84789
84823
  };
@@ -5828,6 +5828,9 @@ export let ObjectModelWorksheetPartManager = /*@__PURE__*/ (() => {
5828
5828
  if (b._t.count == 1 && a.e.indexOf(' ') < 0) {
5829
5829
  c = b._d;
5830
5830
  }
5831
+ else if (b._t.count == 2 && a.e.indexOf(' ') > 0) {
5832
+ c = b._d;
5833
+ }
5831
5834
  else {
5832
5835
  c = this.bl._getCell1("A1", 1);
5833
5836
  }
@@ -101578,6 +101578,40 @@ var ValueFormatter_FormatSection = /** @class */ /*@__PURE__*/ (function (_super
101578
101578
  a.r.x(b, h);
101579
101579
  a.s.x(b, h);
101580
101580
  }
101581
+ var i = c != ' ';
101582
+ if (i) {
101583
+ d = a.a.f(a.s.toString());
101584
+ if (d < a.j) {
101585
+ while (true) {
101586
+ a.r.x(b, c.toString());
101587
+ a.s.x(b, c.toString());
101588
+ var j = a.a.e(a.s.toString());
101589
+ if (j > a.j) {
101590
+ a.r.y(b, 1);
101591
+ a.s.y(b, 1);
101592
+ break;
101593
+ }
101594
+ g++;
101595
+ d = truncate(j);
101596
+ }
101597
+ a.k = g;
101598
+ }
101599
+ else {
101600
+ while (d > a.j) {
101601
+ g--;
101602
+ if (g < 0) {
101603
+ break;
101604
+ }
101605
+ a.r.y(b, 1);
101606
+ a.s.y(b, 1);
101607
+ d = a.a.f(a.s.toString());
101608
+ }
101609
+ if (g <= 0) {
101610
+ a.l = -1;
101611
+ }
101612
+ a.k = g;
101613
+ }
101614
+ }
101581
101615
  return {
101582
101616
  p3: d
101583
101617
  };
@@ -6337,6 +6337,9 @@ var ObjectModelWorksheetPartManager = /** @class */ /*@__PURE__*/ (function (_su
6337
6337
  if (b._t.count == 1 && a.e.indexOf(' ') < 0) {
6338
6338
  c = b._d;
6339
6339
  }
6340
+ else if (b._t.count == 2 && a.e.indexOf(' ') > 0) {
6341
+ c = b._d;
6342
+ }
6340
6343
  else {
6341
6344
  c = this.bl._getCell1("A1", 1);
6342
6345
  }
@@ -142855,6 +142855,40 @@ let ValueFormatter_FormatSection = /*@__PURE__*/ (() => {
142855
142855
  a.r.x(b, h);
142856
142856
  a.s.x(b, h);
142857
142857
  }
142858
+ let i = c != ' ';
142859
+ if (i) {
142860
+ d = a.a.f(a.s.toString());
142861
+ if (d < a.j) {
142862
+ while (true) {
142863
+ a.r.x(b, c.toString());
142864
+ a.s.x(b, c.toString());
142865
+ let j = a.a.e(a.s.toString());
142866
+ if (j > a.j) {
142867
+ a.r.y(b, 1);
142868
+ a.s.y(b, 1);
142869
+ break;
142870
+ }
142871
+ g++;
142872
+ d = truncate(j);
142873
+ }
142874
+ a.k = g;
142875
+ }
142876
+ else {
142877
+ while (d > a.j) {
142878
+ g--;
142879
+ if (g < 0) {
142880
+ break;
142881
+ }
142882
+ a.r.y(b, 1);
142883
+ a.s.y(b, 1);
142884
+ d = a.a.f(a.s.toString());
142885
+ }
142886
+ if (g <= 0) {
142887
+ a.l = -1;
142888
+ }
142889
+ a.k = g;
142890
+ }
142891
+ }
142858
142892
  return {
142859
142893
  p3: d
142860
142894
  };
@@ -247939,6 +247973,9 @@ let ObjectModelWorksheetPartManager = /*@__PURE__*/ (() => {
247939
247973
  if (b._t.count == 1 && a.e.indexOf(' ') < 0) {
247940
247974
  c = b._d;
247941
247975
  }
247976
+ else if (b._t.count == 2 && a.e.indexOf(' ') > 0) {
247977
+ c = b._d;
247978
+ }
247942
247979
  else {
247943
247980
  c = this.bl._getCell1("A1", 1);
247944
247981
  }
@@ -168732,6 +168732,40 @@ var ValueFormatter_FormatSection = /** @class */ /*@__PURE__*/ (function (_super
168732
168732
  a.r.x(b, h);
168733
168733
  a.s.x(b, h);
168734
168734
  }
168735
+ var i = c != ' ';
168736
+ if (i) {
168737
+ d = a.a.f(a.s.toString());
168738
+ if (d < a.j) {
168739
+ while (true) {
168740
+ a.r.x(b, c.toString());
168741
+ a.s.x(b, c.toString());
168742
+ var j = a.a.e(a.s.toString());
168743
+ if (j > a.j) {
168744
+ a.r.y(b, 1);
168745
+ a.s.y(b, 1);
168746
+ break;
168747
+ }
168748
+ g++;
168749
+ d = truncate(j);
168750
+ }
168751
+ a.k = g;
168752
+ }
168753
+ else {
168754
+ while (d > a.j) {
168755
+ g--;
168756
+ if (g < 0) {
168757
+ break;
168758
+ }
168759
+ a.r.y(b, 1);
168760
+ a.s.y(b, 1);
168761
+ d = a.a.f(a.s.toString());
168762
+ }
168763
+ if (g <= 0) {
168764
+ a.l = -1;
168765
+ }
168766
+ a.k = g;
168767
+ }
168768
+ }
168735
168769
  return {
168736
168770
  p3: d
168737
168771
  };
@@ -293609,6 +293643,9 @@ var ObjectModelWorksheetPartManager = /** @class */ /*@__PURE__*/ (function (_su
293609
293643
  if (b._t.count == 1 && a.e.indexOf(' ') < 0) {
293610
293644
  c = b._d;
293611
293645
  }
293646
+ else if (b._t.count == 2 && a.e.indexOf(' ') > 0) {
293647
+ c = b._d;
293648
+ }
293612
293649
  else {
293613
293650
  c = this.bl._getCell1("A1", 1);
293614
293651
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "igniteui-webcomponents-excel",
3
- "version": "5.4.0",
3
+ "version": "5.5.0-beta.0",
4
4
  "description": "Ignite UI Web Components excel component for creating, loading and saving Microsoft Excel workbooks for modern web apps.",
5
5
  "homepage": "https://github.com/IgniteUI/igniteui-webcomponents-excel",
6
6
  "keywords": [
@@ -19,7 +19,7 @@
19
19
  "tslib": "^2.3.1"
20
20
  },
21
21
  "peerDependencies": {
22
- "igniteui-webcomponents-core": "5.4.0"
22
+ "igniteui-webcomponents-core": "5.5.0-beta.0"
23
23
  },
24
24
  "sideEffects": false,
25
25
  "typings": "igniteui-webcomponents-excel.d.ts",