igniteui-webcomponents-excel 4.7.2-beta.0 → 4.7.2-beta.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.
- package/bundles/igniteui-webcomponents-excel.umd.js +346 -295
- package/bundles/igniteui-webcomponents-excel.umd.min.js +1 -1
- package/esm2015/lib/DefaultStyleHelper_combined.js +328 -285
- package/esm2015/lib/Formula_VisitWorksheetVisitor.js +7 -0
- package/esm2015/lib/UltraCalcFunctionFormulaText.js +1 -1
- package/esm2015/lib/WorkbookLoadManagerExcel2007_combined.js +5 -5
- package/esm2015/lib/WorkbookSaveManagerExcel2003_combined.js +4 -4
- package/esm2015/public_api.js +1 -0
- package/esm5/lib/DefaultStyleHelper_combined.js +329 -285
- package/esm5/lib/Formula_VisitWorksheetVisitor.js +7 -0
- package/esm5/lib/UltraCalcFunctionFormulaText.js +1 -1
- package/esm5/lib/WorkbookLoadManagerExcel2007_combined.js +5 -5
- package/esm5/lib/WorkbookSaveManagerExcel2003_combined.js +4 -4
- package/esm5/public_api.js +1 -0
- package/fesm2015/igniteui-webcomponents-excel.js +346 -296
- package/fesm5/igniteui-webcomponents-excel.js +346 -296
- package/lib/DefaultStyleHelper_combined.d.ts +67 -50
- package/lib/Formula_VisitWorksheetVisitor.d.ts +1 -0
- package/package.json +2 -2
- package/public_api.d.ts +1 -0
|
@@ -70800,8 +70800,8 @@
|
|
|
70800
70800
|
}
|
|
70801
70801
|
try {
|
|
70802
70802
|
var t = new TempCellCalcReference(true, b, new WorksheetCellAddress(1, c, d));
|
|
70803
|
-
l.
|
|
70804
|
-
var u = l.
|
|
70803
|
+
l._cz(t, k);
|
|
70804
|
+
var u = l._cg(k, t, false);
|
|
70805
70805
|
var v = igniteuiWebcomponentsCore.typeCast(RefBase.$, u.toReference());
|
|
70806
70806
|
if (v != null) {
|
|
70807
70807
|
var w = v._am();
|
|
@@ -74345,7 +74345,7 @@
|
|
|
74345
74345
|
continue;
|
|
74346
74346
|
}
|
|
74347
74347
|
var r = q._formula;
|
|
74348
|
-
if (r != null && r.
|
|
74348
|
+
if (r != null && r._cl) {
|
|
74349
74349
|
a(e, r._i);
|
|
74350
74350
|
}
|
|
74351
74351
|
}
|
|
@@ -90807,14 +90807,14 @@
|
|
|
90807
90807
|
var q = void 0;
|
|
90808
90808
|
var r = igniteuiWebcomponentsCore.typeCast(CellCalcReference.$, p);
|
|
90809
90809
|
if (r != null) {
|
|
90810
|
-
if (r._t != n.
|
|
90810
|
+
if (r._t != n._ci._t) {
|
|
90811
90811
|
continue;
|
|
90812
90812
|
}
|
|
90813
90813
|
q = r._w._a7(r._ao)._di;
|
|
90814
90814
|
}
|
|
90815
90815
|
else {
|
|
90816
90816
|
var s = p._am();
|
|
90817
|
-
if (s == null || s.count == 0 || s.item(0).worksheet.workbook != n.
|
|
90817
|
+
if (s == null || s.count == 0 || s.item(0).worksheet.workbook != n._ci._t) {
|
|
90818
90818
|
continue;
|
|
90819
90819
|
}
|
|
90820
90820
|
var t = s.item(0);
|
|
@@ -91276,6 +91276,13 @@
|
|
|
91276
91276
|
}
|
|
91277
91277
|
this._ac = true;
|
|
91278
91278
|
};
|
|
91279
|
+
/**
|
|
91280
|
+
* @hidden
|
|
91281
|
+
*/
|
|
91282
|
+
Formula.prototype._cc = function (a) {
|
|
91283
|
+
var b = new FormulaContext(1, this._y, this);
|
|
91284
|
+
Formula_VisitWorksheetVisitor.a2(b, a);
|
|
91285
|
+
};
|
|
91279
91286
|
/**
|
|
91280
91287
|
* @hidden
|
|
91281
91288
|
*/
|
|
@@ -91931,39 +91938,39 @@
|
|
|
91931
91938
|
var c = _rest[0];
|
|
91932
91939
|
var d = _rest[1];
|
|
91933
91940
|
_this = _super.call(this, 0, c, d) || this;
|
|
91934
|
-
_this.
|
|
91935
|
-
_this.
|
|
91936
|
-
_this.
|
|
91941
|
+
_this._cd = null;
|
|
91942
|
+
_this._cj = null;
|
|
91943
|
+
_this._cm = null;
|
|
91944
|
+
_this._co = 0;
|
|
91937
91945
|
_this._cn = 0;
|
|
91938
|
-
_this.
|
|
91939
|
-
_this.
|
|
91940
|
-
_this._cl = new igniteuiWebcomponentsCore.List$1(IExcelCalcReference_$type, 0);
|
|
91946
|
+
_this._ch = null;
|
|
91947
|
+
_this._cm = new igniteuiWebcomponentsCore.List$1(IExcelCalcReference_$type, 0);
|
|
91941
91948
|
}
|
|
91942
91949
|
break;
|
|
91943
91950
|
case 1:
|
|
91944
91951
|
{
|
|
91945
91952
|
var c = _rest[0];
|
|
91946
91953
|
_this = _super.call(this, 1, c) || this;
|
|
91947
|
-
_this.
|
|
91948
|
-
_this.
|
|
91949
|
-
_this.
|
|
91954
|
+
_this._cd = null;
|
|
91955
|
+
_this._cj = null;
|
|
91956
|
+
_this._cm = null;
|
|
91957
|
+
_this._co = 0;
|
|
91950
91958
|
_this._cn = 0;
|
|
91951
|
-
_this.
|
|
91952
|
-
_this.
|
|
91953
|
-
_this._cl = new igniteuiWebcomponentsCore.List$1(IExcelCalcReference_$type, 0);
|
|
91959
|
+
_this._ch = null;
|
|
91960
|
+
_this._cm = new igniteuiWebcomponentsCore.List$1(IExcelCalcReference_$type, 0);
|
|
91954
91961
|
}
|
|
91955
91962
|
break;
|
|
91956
91963
|
case 2:
|
|
91957
91964
|
{
|
|
91958
91965
|
var c = _rest[0];
|
|
91959
91966
|
_this = _super.call(this, 2, c) || this;
|
|
91960
|
-
_this.
|
|
91961
|
-
_this.
|
|
91962
|
-
_this.
|
|
91967
|
+
_this._cd = null;
|
|
91968
|
+
_this._cj = null;
|
|
91969
|
+
_this._cm = null;
|
|
91970
|
+
_this._co = 0;
|
|
91963
91971
|
_this._cn = 0;
|
|
91964
|
-
_this.
|
|
91965
|
-
_this.
|
|
91966
|
-
_this._cl = new igniteuiWebcomponentsCore.List$1(IExcelCalcReference_$type, 0);
|
|
91972
|
+
_this._ch = null;
|
|
91973
|
+
_this._cm = new igniteuiWebcomponentsCore.List$1(IExcelCalcReference_$type, 0);
|
|
91967
91974
|
}
|
|
91968
91975
|
break;
|
|
91969
91976
|
case 3:
|
|
@@ -91971,13 +91978,13 @@
|
|
|
91971
91978
|
var c = _rest[0];
|
|
91972
91979
|
var d = _rest[1];
|
|
91973
91980
|
_this = _super.call(this, 3, c, d) || this;
|
|
91974
|
-
_this.
|
|
91975
|
-
_this.
|
|
91976
|
-
_this.
|
|
91981
|
+
_this._cd = null;
|
|
91982
|
+
_this._cj = null;
|
|
91983
|
+
_this._cm = null;
|
|
91984
|
+
_this._co = 0;
|
|
91977
91985
|
_this._cn = 0;
|
|
91978
|
-
_this.
|
|
91979
|
-
_this.
|
|
91980
|
-
_this._cl = new igniteuiWebcomponentsCore.List$1(IExcelCalcReference_$type, 0);
|
|
91986
|
+
_this._ch = null;
|
|
91987
|
+
_this._cm = new igniteuiWebcomponentsCore.List$1(IExcelCalcReference_$type, 0);
|
|
91981
91988
|
}
|
|
91982
91989
|
break;
|
|
91983
91990
|
}
|
|
@@ -91985,7 +91992,7 @@
|
|
|
91985
91992
|
}
|
|
91986
91993
|
SingleTargetFormula.prototype.addDynamicReferenceI = function (a) {
|
|
91987
91994
|
var b = null;
|
|
91988
|
-
var c = this.
|
|
91995
|
+
var c = this._ci._t;
|
|
91989
91996
|
if (c != null) {
|
|
91990
91997
|
b = c._w;
|
|
91991
91998
|
}
|
|
@@ -91993,7 +92000,7 @@
|
|
|
91993
92000
|
};
|
|
91994
92001
|
Object.defineProperty(SingleTargetFormula.prototype, "baseReference", {
|
|
91995
92002
|
get: function () {
|
|
91996
|
-
return this.
|
|
92003
|
+
return this._ci;
|
|
91997
92004
|
},
|
|
91998
92005
|
enumerable: false,
|
|
91999
92006
|
configurable: true
|
|
@@ -92006,7 +92013,7 @@
|
|
|
92006
92013
|
configurable: true
|
|
92007
92014
|
});
|
|
92008
92015
|
SingleTargetFormula.prototype.evaluate = function (a) {
|
|
92009
|
-
return this.
|
|
92016
|
+
return this._cg(this._ci._t, a, false);
|
|
92010
92017
|
};
|
|
92011
92018
|
Object.defineProperty(SingleTargetFormula.prototype, "formulaString", {
|
|
92012
92019
|
get: function () {
|
|
@@ -92023,17 +92030,17 @@
|
|
|
92023
92030
|
configurable: true
|
|
92024
92031
|
});
|
|
92025
92032
|
SingleTargetFormula.prototype.getEnumerator = function () {
|
|
92026
|
-
return this.
|
|
92033
|
+
return this._cm.getEnumerator();
|
|
92027
92034
|
};
|
|
92028
92035
|
SingleTargetFormula.prototype.getEnumeratorObject = function () {
|
|
92029
|
-
return this.
|
|
92036
|
+
return this._cm.getEnumerator();
|
|
92030
92037
|
};
|
|
92031
92038
|
SingleTargetFormula.prototype._g = function () {
|
|
92032
92039
|
return new SingleTargetFormula(3, this, false);
|
|
92033
92040
|
};
|
|
92034
92041
|
SingleTargetFormula.prototype.get__z = function () {
|
|
92035
|
-
if (this.
|
|
92036
|
-
var a = this.
|
|
92042
|
+
if (this._ch != null) {
|
|
92043
|
+
var a = this._ch._t;
|
|
92037
92044
|
if (a != null) {
|
|
92038
92045
|
return a.currentFormat;
|
|
92039
92046
|
}
|
|
@@ -92044,11 +92051,11 @@
|
|
|
92044
92051
|
_super.prototype.set__z.call(this, a);
|
|
92045
92052
|
};
|
|
92046
92053
|
SingleTargetFormula.prototype.get__bb = function () {
|
|
92047
|
-
var a = igniteuiWebcomponentsCore.typeCast(CellCalcReference.$, this.
|
|
92054
|
+
var a = igniteuiWebcomponentsCore.typeCast(CellCalcReference.$, this._ch);
|
|
92048
92055
|
if (a != null) {
|
|
92049
92056
|
return a._ao;
|
|
92050
92057
|
}
|
|
92051
|
-
var b = igniteuiWebcomponentsCore.typeCast(TempCellCalcReference.$, this.
|
|
92058
|
+
var b = igniteuiWebcomponentsCore.typeCast(TempCellCalcReference.$, this._ch);
|
|
92052
92059
|
if (b != null) {
|
|
92053
92060
|
return b._ao;
|
|
92054
92061
|
}
|
|
@@ -92062,11 +92069,11 @@
|
|
|
92062
92069
|
configurable: true
|
|
92063
92070
|
});
|
|
92064
92071
|
SingleTargetFormula.prototype.get__ab = function () {
|
|
92065
|
-
var a = igniteuiWebcomponentsCore.typeCast(CellCalcReference.$, this.
|
|
92072
|
+
var a = igniteuiWebcomponentsCore.typeCast(CellCalcReference.$, this._ch);
|
|
92066
92073
|
if (a != null) {
|
|
92067
92074
|
return a._w;
|
|
92068
92075
|
}
|
|
92069
|
-
var b = igniteuiWebcomponentsCore.typeCast(TempCellCalcReference.$, this.
|
|
92076
|
+
var b = igniteuiWebcomponentsCore.typeCast(TempCellCalcReference.$, this._ch);
|
|
92070
92077
|
if (b != null && b._as >= 0) {
|
|
92071
92078
|
var c = b._u;
|
|
92072
92079
|
if (c != null) {
|
|
@@ -92083,11 +92090,11 @@
|
|
|
92083
92090
|
configurable: true
|
|
92084
92091
|
});
|
|
92085
92092
|
SingleTargetFormula.prototype.get__aa = function () {
|
|
92086
|
-
var a = igniteuiWebcomponentsCore.typeCast(CellCalcReference.$, this.
|
|
92093
|
+
var a = igniteuiWebcomponentsCore.typeCast(CellCalcReference.$, this._ch);
|
|
92087
92094
|
if (a != null) {
|
|
92088
92095
|
return new WorksheetCellAddress(1, a._w.index, a._ao);
|
|
92089
92096
|
}
|
|
92090
|
-
var b = igniteuiWebcomponentsCore.typeCast(TempCellCalcReference.$, this.
|
|
92097
|
+
var b = igniteuiWebcomponentsCore.typeCast(TempCellCalcReference.$, this._ch);
|
|
92091
92098
|
if (b != null) {
|
|
92092
92099
|
return new WorksheetCellAddress(1, b._as, b._ao);
|
|
92093
92100
|
}
|
|
@@ -92101,15 +92108,15 @@
|
|
|
92101
92108
|
configurable: true
|
|
92102
92109
|
});
|
|
92103
92110
|
SingleTargetFormula.prototype._b7 = function () {
|
|
92104
|
-
if (this.
|
|
92105
|
-
this.
|
|
92111
|
+
if (this._ch != null && this._ch._formula == this && this._ab != null) {
|
|
92112
|
+
this._ch._a0(this, false, true);
|
|
92106
92113
|
}
|
|
92107
92114
|
};
|
|
92108
92115
|
SingleTargetFormula.prototype.get__y = function () {
|
|
92109
|
-
return this.
|
|
92116
|
+
return this._ch != null ? this._ch._t : null;
|
|
92110
92117
|
};
|
|
92111
92118
|
SingleTargetFormula.prototype.get__t = function () {
|
|
92112
|
-
return this.
|
|
92119
|
+
return this._ch != null ? this._ch._r : null;
|
|
92113
92120
|
};
|
|
92114
92121
|
Object.defineProperty(SingleTargetFormula.prototype, "_t", {
|
|
92115
92122
|
get: function () {
|
|
@@ -92127,18 +92134,18 @@
|
|
|
92127
92134
|
return false;
|
|
92128
92135
|
}
|
|
92129
92136
|
var e;
|
|
92130
|
-
for (e = 0; e < this.
|
|
92131
|
-
if (this.
|
|
92137
|
+
for (e = 0; e < this._co; e++) {
|
|
92138
|
+
if (this._cm._inner[e].isSubsetReference(d)) {
|
|
92132
92139
|
return false;
|
|
92133
92140
|
}
|
|
92134
92141
|
}
|
|
92135
|
-
var f = e + this.
|
|
92142
|
+
var f = e + this._cn;
|
|
92136
92143
|
for (; e < f; e++) {
|
|
92137
|
-
if (this.
|
|
92138
|
-
var g = this.
|
|
92139
|
-
if (!this.
|
|
92140
|
-
if (c && igniteuiWebcomponentsCore.Base.equalsStatic(this.
|
|
92141
|
-
this.
|
|
92144
|
+
if (this._cm._inner[e].isSubsetReference(d)) {
|
|
92145
|
+
var g = this._cr(e);
|
|
92146
|
+
if (!this._cj.b(g)) {
|
|
92147
|
+
if (c && igniteuiWebcomponentsCore.Base.equalsStatic(this._cm._inner[e], d)) {
|
|
92148
|
+
this._cy(g);
|
|
92142
92149
|
}
|
|
92143
92150
|
else {
|
|
92144
92151
|
continue;
|
|
@@ -92149,48 +92156,48 @@
|
|
|
92149
92156
|
}
|
|
92150
92157
|
var h = igniteuiWebcomponentsCore.typeCast(CellCalcReference.$, d);
|
|
92151
92158
|
if (c) {
|
|
92152
|
-
this.
|
|
92153
|
-
this.
|
|
92154
|
-
this.
|
|
92159
|
+
this._cu(a, this._co + this._cn);
|
|
92160
|
+
this._cn++;
|
|
92161
|
+
this._cy(this._cn - 1);
|
|
92155
92162
|
}
|
|
92156
92163
|
else if (h != null) {
|
|
92157
|
-
var i = this.
|
|
92164
|
+
var i = this._cp(h);
|
|
92158
92165
|
if (0 <= i) {
|
|
92159
|
-
this.
|
|
92166
|
+
this._cy(this._cr(i));
|
|
92160
92167
|
return false;
|
|
92161
92168
|
}
|
|
92162
|
-
var j = this.
|
|
92163
|
-
this.
|
|
92169
|
+
var j = this._cu(h, ~i);
|
|
92170
|
+
this._cy(j);
|
|
92164
92171
|
}
|
|
92165
92172
|
else {
|
|
92166
|
-
var k = this.
|
|
92173
|
+
var k = this._cm.count;
|
|
92167
92174
|
for (var l = 0; e < k; e++, l++) {
|
|
92168
|
-
var m = this.
|
|
92175
|
+
var m = this._cm._inner[e];
|
|
92169
92176
|
if (igniteuiWebcomponentsCore.typeCast(CellCalcReference.$, m) !== null) {
|
|
92170
92177
|
continue;
|
|
92171
92178
|
}
|
|
92172
92179
|
if (igniteuiWebcomponentsCore.Base.equalsStatic(m, d)) {
|
|
92173
|
-
this.
|
|
92180
|
+
this._cy(l);
|
|
92174
92181
|
return false;
|
|
92175
92182
|
}
|
|
92176
92183
|
}
|
|
92177
|
-
var n = this.
|
|
92178
|
-
this.
|
|
92179
|
-
this.
|
|
92184
|
+
var n = this._cr(this._cm.count);
|
|
92185
|
+
this._cm.add(d);
|
|
92186
|
+
this._cy(n);
|
|
92180
92187
|
}
|
|
92181
92188
|
if (b != null) {
|
|
92182
|
-
b.ah(d, this.
|
|
92189
|
+
b.ah(d, this._ch);
|
|
92183
92190
|
}
|
|
92184
92191
|
else {
|
|
92185
92192
|
}
|
|
92186
92193
|
return true;
|
|
92187
92194
|
};
|
|
92188
|
-
SingleTargetFormula.prototype.
|
|
92189
|
-
var b = this.
|
|
92190
|
-
var c = this.
|
|
92195
|
+
SingleTargetFormula.prototype._cp = function (a) {
|
|
92196
|
+
var b = this._ct(this._cn);
|
|
92197
|
+
var c = this._cm.count - 1;
|
|
92191
92198
|
while (b <= c) {
|
|
92192
92199
|
var d = b + (igniteuiWebcomponentsCore.intDivide((c - b), 2));
|
|
92193
|
-
var e = SingleTargetFormula.
|
|
92200
|
+
var e = SingleTargetFormula._cq(a, igniteuiWebcomponentsCore.typeCast(CellCalcReference.$, this._cm._inner[d]));
|
|
92194
92201
|
if (e == 0) {
|
|
92195
92202
|
return d;
|
|
92196
92203
|
}
|
|
@@ -92203,25 +92210,25 @@
|
|
|
92203
92210
|
}
|
|
92204
92211
|
return ~b;
|
|
92205
92212
|
};
|
|
92206
|
-
SingleTargetFormula.prototype.
|
|
92207
|
-
var b = this.
|
|
92208
|
-
if (this.
|
|
92213
|
+
SingleTargetFormula.prototype._cv = function (a) {
|
|
92214
|
+
var b = this._cs();
|
|
92215
|
+
if (this._cj == null || b == 0) {
|
|
92209
92216
|
return;
|
|
92210
92217
|
}
|
|
92211
92218
|
for (var c = b - 1; c >= 0; c--) {
|
|
92212
|
-
if (this.
|
|
92213
|
-
if (c < this.
|
|
92214
|
-
this.
|
|
92219
|
+
if (this._cj.b(c) == false) {
|
|
92220
|
+
if (c < this._cn) {
|
|
92221
|
+
this._cn--;
|
|
92215
92222
|
}
|
|
92216
|
-
var d = this.
|
|
92217
|
-
var e = this.
|
|
92218
|
-
this.
|
|
92219
|
-
a.a0(e, this.
|
|
92223
|
+
var d = this._ct(c);
|
|
92224
|
+
var e = this._cm._inner[d];
|
|
92225
|
+
this._cm.removeAt(d);
|
|
92226
|
+
a.a0(e, this._ch);
|
|
92220
92227
|
}
|
|
92221
92228
|
}
|
|
92222
|
-
this.
|
|
92229
|
+
this._cj.h(false);
|
|
92223
92230
|
};
|
|
92224
|
-
SingleTargetFormula.
|
|
92231
|
+
SingleTargetFormula._cq = function (a, b) {
|
|
92225
92232
|
if (a == b) {
|
|
92226
92233
|
return 0;
|
|
92227
92234
|
}
|
|
@@ -92238,32 +92245,32 @@
|
|
|
92238
92245
|
}
|
|
92239
92246
|
return b._u._am - a._u._am;
|
|
92240
92247
|
};
|
|
92241
|
-
SingleTargetFormula.prototype.
|
|
92242
|
-
if (this.
|
|
92243
|
-
this.
|
|
92248
|
+
SingleTargetFormula.prototype._cw = function (a) {
|
|
92249
|
+
if (this._cj == null) {
|
|
92250
|
+
this._cj = new SingleTargetFormula_SimpleBitArray(a + 1, false);
|
|
92244
92251
|
}
|
|
92245
|
-
else if (this.
|
|
92246
|
-
this.
|
|
92252
|
+
else if (this._cj.f <= a) {
|
|
92253
|
+
this._cj.f = Math.max(a + 1, this._cj.f * 2);
|
|
92247
92254
|
}
|
|
92248
92255
|
};
|
|
92249
92256
|
SingleTargetFormula.prototype.evaluateCore = function (a) {
|
|
92250
|
-
if (this.
|
|
92257
|
+
if (this._ch._aj) {
|
|
92251
92258
|
return null;
|
|
92252
92259
|
}
|
|
92253
|
-
return this.
|
|
92260
|
+
return this._cg(a, this._ch, false);
|
|
92254
92261
|
};
|
|
92255
|
-
SingleTargetFormula.prototype.
|
|
92262
|
+
SingleTargetFormula.prototype._cg = function (a, b, c) {
|
|
92256
92263
|
if (this._am) {
|
|
92257
|
-
return this.
|
|
92264
|
+
return this._cd;
|
|
92258
92265
|
}
|
|
92259
|
-
if (this.
|
|
92266
|
+
if (this._ci._ai) {
|
|
92260
92267
|
return new ExcelCalcValue(new ExcelCalcErrorValue(7));
|
|
92261
92268
|
}
|
|
92262
92269
|
try {
|
|
92263
92270
|
var d = new ExcelCalcNumberStack(b, this);
|
|
92264
92271
|
d._u = c;
|
|
92265
92272
|
var e = void 0;
|
|
92266
|
-
if (this.
|
|
92273
|
+
if (this._ch == b) {
|
|
92267
92274
|
e = new FormulaContext(1, a, this._i);
|
|
92268
92275
|
}
|
|
92269
92276
|
else {
|
|
@@ -92281,7 +92288,7 @@
|
|
|
92281
92288
|
}
|
|
92282
92289
|
}
|
|
92283
92290
|
}
|
|
92284
|
-
var h = FormulaEvaluator.a5(e, this.
|
|
92291
|
+
var h = FormulaEvaluator.a5(e, this._ci, d);
|
|
92285
92292
|
h.h();
|
|
92286
92293
|
if (d.count() == 0) {
|
|
92287
92294
|
return new ExcelCalcValue(new ExcelCalcErrorValue(1));
|
|
@@ -92296,44 +92303,44 @@
|
|
|
92296
92303
|
return new ExcelCalcValue(j);
|
|
92297
92304
|
}
|
|
92298
92305
|
};
|
|
92299
|
-
SingleTargetFormula.prototype.
|
|
92300
|
-
return this.
|
|
92306
|
+
SingleTargetFormula.prototype._cs = function () {
|
|
92307
|
+
return this._cm.count - this._co;
|
|
92301
92308
|
};
|
|
92302
|
-
SingleTargetFormula.prototype.
|
|
92303
|
-
return a - this.
|
|
92309
|
+
SingleTargetFormula.prototype._cr = function (a) {
|
|
92310
|
+
return a - this._co;
|
|
92304
92311
|
};
|
|
92305
|
-
SingleTargetFormula.prototype.
|
|
92306
|
-
return a + this.
|
|
92312
|
+
SingleTargetFormula.prototype._ct = function (a) {
|
|
92313
|
+
return a + this._co;
|
|
92307
92314
|
};
|
|
92308
|
-
SingleTargetFormula.prototype.
|
|
92315
|
+
SingleTargetFormula.prototype._cx = function (a) {
|
|
92309
92316
|
this._b6(a);
|
|
92310
92317
|
var b = new FormulaContext(1, a, this);
|
|
92311
92318
|
var c = SingleTargetFormula_StaticReferenceFinder.a3(b, this);
|
|
92312
92319
|
c.h();
|
|
92313
92320
|
};
|
|
92314
|
-
SingleTargetFormula.prototype.
|
|
92315
|
-
var c = this.
|
|
92316
|
-
if (this.
|
|
92317
|
-
var d = this.
|
|
92318
|
-
this.
|
|
92319
|
-
this.
|
|
92321
|
+
SingleTargetFormula.prototype._cu = function (a, b) {
|
|
92322
|
+
var c = this._cr(b);
|
|
92323
|
+
if (this._cj != null) {
|
|
92324
|
+
var d = this._cs();
|
|
92325
|
+
this._cw(d);
|
|
92326
|
+
this._cj.i(c);
|
|
92320
92327
|
}
|
|
92321
|
-
this.
|
|
92328
|
+
this._cm.insert(b, a);
|
|
92322
92329
|
return c;
|
|
92323
92330
|
};
|
|
92324
|
-
SingleTargetFormula.prototype.
|
|
92325
|
-
this.
|
|
92326
|
-
this.
|
|
92331
|
+
SingleTargetFormula.prototype._cy = function (a) {
|
|
92332
|
+
this._cw(a);
|
|
92333
|
+
this._cj.g(a, true);
|
|
92327
92334
|
};
|
|
92328
|
-
SingleTargetFormula.prototype.
|
|
92335
|
+
SingleTargetFormula.prototype._cz = function (a, b, c) {
|
|
92329
92336
|
if (c === void 0) {
|
|
92330
92337
|
c = false;
|
|
92331
92338
|
}
|
|
92332
|
-
if (this.
|
|
92339
|
+
if (this._ch == a) {
|
|
92333
92340
|
return;
|
|
92334
92341
|
}
|
|
92335
|
-
var d = this.
|
|
92336
|
-
this.
|
|
92342
|
+
var d = this._ch;
|
|
92343
|
+
this._ch = a;
|
|
92337
92344
|
if (d != null) {
|
|
92338
92345
|
if (this._as) {
|
|
92339
92346
|
if (a == null && d._u != null && !c) {
|
|
@@ -92344,13 +92351,13 @@
|
|
|
92344
92351
|
this._bu();
|
|
92345
92352
|
}
|
|
92346
92353
|
}
|
|
92347
|
-
this.
|
|
92348
|
-
if (this.
|
|
92349
|
-
this.
|
|
92354
|
+
this._cm.clear();
|
|
92355
|
+
if (this._cj != null) {
|
|
92356
|
+
this._cj.h(false);
|
|
92350
92357
|
}
|
|
92351
|
-
if (this.
|
|
92358
|
+
if (this._ch != null) {
|
|
92352
92359
|
if (this._al == false) {
|
|
92353
|
-
this._b5(new FormulaContext(1, this.
|
|
92360
|
+
this._b5(new FormulaContext(1, this._ch._t, this));
|
|
92354
92361
|
}
|
|
92355
92362
|
if (this._i._aq == false) {
|
|
92356
92363
|
var e = new FormulaContext(1, b, this._i);
|
|
@@ -92358,20 +92365,20 @@
|
|
|
92358
92365
|
f.h();
|
|
92359
92366
|
}
|
|
92360
92367
|
}
|
|
92361
|
-
this.
|
|
92368
|
+
this._co = this._cm.count;
|
|
92362
92369
|
};
|
|
92363
|
-
Object.defineProperty(SingleTargetFormula.prototype, "
|
|
92370
|
+
Object.defineProperty(SingleTargetFormula.prototype, "_ce", {
|
|
92364
92371
|
get: function () {
|
|
92365
|
-
return this.
|
|
92372
|
+
return this._cd;
|
|
92366
92373
|
},
|
|
92367
92374
|
set: function (a) {
|
|
92368
|
-
if (this.
|
|
92369
|
-
this.
|
|
92370
|
-
if (this.
|
|
92375
|
+
if (this._ch != null && this._ch._ad) {
|
|
92376
|
+
this._ch._ad = false;
|
|
92377
|
+
if (this._cd != null && !this._ch._af) {
|
|
92371
92378
|
return;
|
|
92372
92379
|
}
|
|
92373
92380
|
}
|
|
92374
|
-
this.
|
|
92381
|
+
this._cd = a;
|
|
92375
92382
|
},
|
|
92376
92383
|
enumerable: false,
|
|
92377
92384
|
configurable: true
|
|
@@ -92383,19 +92390,19 @@
|
|
|
92383
92390
|
enumerable: false,
|
|
92384
92391
|
configurable: true
|
|
92385
92392
|
});
|
|
92386
|
-
SingleTargetFormula.prototype.
|
|
92393
|
+
SingleTargetFormula.prototype.get__cl = function () {
|
|
92387
92394
|
return true;
|
|
92388
92395
|
};
|
|
92389
|
-
Object.defineProperty(SingleTargetFormula.prototype, "
|
|
92396
|
+
Object.defineProperty(SingleTargetFormula.prototype, "_cl", {
|
|
92390
92397
|
get: function () {
|
|
92391
|
-
return this.
|
|
92398
|
+
return this.get__cl();
|
|
92392
92399
|
},
|
|
92393
92400
|
enumerable: false,
|
|
92394
92401
|
configurable: true
|
|
92395
92402
|
});
|
|
92396
|
-
Object.defineProperty(SingleTargetFormula.prototype, "
|
|
92403
|
+
Object.defineProperty(SingleTargetFormula.prototype, "_ci", {
|
|
92397
92404
|
get: function () {
|
|
92398
|
-
return this.
|
|
92405
|
+
return this._ch;
|
|
92399
92406
|
},
|
|
92400
92407
|
enumerable: false,
|
|
92401
92408
|
configurable: true
|
|
@@ -93263,7 +93270,7 @@
|
|
|
93263
93270
|
*/
|
|
93264
93271
|
set: function (a) {
|
|
93265
93272
|
if (a != this._a4) {
|
|
93266
|
-
if (a != null && a.
|
|
93273
|
+
if (a != null && a._ci == null) {
|
|
93267
93274
|
ChartTextAreaBase._a6(this.sheet, a);
|
|
93268
93275
|
}
|
|
93269
93276
|
var b = this._r(ChartTextAreaBase.$, SingleTargetFormula.$, this, 2, this._a4, a);
|
|
@@ -93439,7 +93446,7 @@
|
|
|
93439
93446
|
*/
|
|
93440
93447
|
ChartTextAreaBase.prototype.get_text = function () {
|
|
93441
93448
|
if (this._a4 != null) {
|
|
93442
|
-
var a = this._a4.
|
|
93449
|
+
var a = this._a4._cg(this.workbook, null, false);
|
|
93443
93450
|
if (!a.isError) {
|
|
93444
93451
|
var b = a.toString();
|
|
93445
93452
|
if (b != this._b1) {
|
|
@@ -93786,7 +93793,7 @@
|
|
|
93786
93793
|
ChartTextAreaBase._a6 = function (a, b) {
|
|
93787
93794
|
if (b != null) {
|
|
93788
93795
|
var c = new TempCellCalcReference(true, a, new WorksheetCellAddress(1, 0, 0));
|
|
93789
|
-
b.
|
|
93796
|
+
b._cz(c, a.workbook);
|
|
93790
93797
|
}
|
|
93791
93798
|
return b;
|
|
93792
93799
|
};
|
|
@@ -104454,33 +104461,33 @@
|
|
|
104454
104461
|
tslib.__extends(ArrayInteriorFormula, _super);
|
|
104455
104462
|
function ArrayInteriorFormula(a) {
|
|
104456
104463
|
var _this = _super.call(this, 1, a) || this;
|
|
104457
|
-
_this.
|
|
104458
|
-
_this.
|
|
104464
|
+
_this._c0 = null;
|
|
104465
|
+
_this._c0 = a;
|
|
104459
104466
|
return _this;
|
|
104460
104467
|
}
|
|
104461
104468
|
Object.defineProperty(ArrayInteriorFormula.prototype, "owningValue", {
|
|
104462
104469
|
get: function () {
|
|
104463
|
-
return this.
|
|
104470
|
+
return this._c0;
|
|
104464
104471
|
},
|
|
104465
104472
|
enumerable: false,
|
|
104466
104473
|
configurable: true
|
|
104467
104474
|
});
|
|
104468
104475
|
ArrayInteriorFormula.prototype._g = function () {
|
|
104469
|
-
return new ArrayInteriorFormula(this.
|
|
104476
|
+
return new ArrayInteriorFormula(this._c0);
|
|
104470
104477
|
};
|
|
104471
104478
|
ArrayInteriorFormula.prototype.get__i = function () {
|
|
104472
|
-
return this.
|
|
104479
|
+
return this._c0;
|
|
104473
104480
|
};
|
|
104474
104481
|
ArrayInteriorFormula.prototype.get__ak = function () {
|
|
104475
104482
|
return true;
|
|
104476
104483
|
};
|
|
104477
|
-
ArrayInteriorFormula.prototype.
|
|
104478
|
-
var a = igniteuiWebcomponentsCore.typeCast(CellCalcReference.$, this.
|
|
104479
|
-
return a != null && this.
|
|
104484
|
+
ArrayInteriorFormula.prototype.get__cl = function () {
|
|
104485
|
+
var a = igniteuiWebcomponentsCore.typeCast(CellCalcReference.$, this._ci);
|
|
104486
|
+
return a != null && this._c0.cellRange != null && a._w.index == this._c0.cellRange.firstRow && a._ao == this._c0.cellRange._v;
|
|
104480
104487
|
};
|
|
104481
|
-
Object.defineProperty(ArrayInteriorFormula.prototype, "
|
|
104488
|
+
Object.defineProperty(ArrayInteriorFormula.prototype, "_c1", {
|
|
104482
104489
|
get: function () {
|
|
104483
|
-
return this.
|
|
104490
|
+
return this._c0;
|
|
104484
104491
|
},
|
|
104485
104492
|
enumerable: false,
|
|
104486
104493
|
configurable: true
|
|
@@ -104495,32 +104502,32 @@
|
|
|
104495
104502
|
tslib.__extends(DataTableInteriorFormula, _super);
|
|
104496
104503
|
function DataTableInteriorFormula(a) {
|
|
104497
104504
|
var _this = _super.call(this, 2, a) || this;
|
|
104498
|
-
_this.
|
|
104499
|
-
_this.
|
|
104500
|
-
_this.
|
|
104505
|
+
_this._c0 = null;
|
|
104506
|
+
_this._c0 = a;
|
|
104507
|
+
_this._ce = new ExcelCalcValue(0);
|
|
104501
104508
|
return _this;
|
|
104502
104509
|
}
|
|
104503
104510
|
Object.defineProperty(DataTableInteriorFormula.prototype, "owningValue", {
|
|
104504
104511
|
get: function () {
|
|
104505
|
-
return this.
|
|
104512
|
+
return this._c0;
|
|
104506
104513
|
},
|
|
104507
104514
|
enumerable: false,
|
|
104508
104515
|
configurable: true
|
|
104509
104516
|
});
|
|
104510
104517
|
DataTableInteriorFormula.prototype._g = function () {
|
|
104511
|
-
return new DataTableInteriorFormula(this.
|
|
104518
|
+
return new DataTableInteriorFormula(this._c0);
|
|
104512
104519
|
};
|
|
104513
104520
|
DataTableInteriorFormula.prototype.get__am = function () {
|
|
104514
104521
|
return true;
|
|
104515
104522
|
};
|
|
104516
|
-
DataTableInteriorFormula.prototype.
|
|
104517
|
-
var a = igniteuiWebcomponentsCore.typeCast(CellCalcReference.$, this.
|
|
104518
|
-
var b = this.
|
|
104523
|
+
DataTableInteriorFormula.prototype.get__cl = function () {
|
|
104524
|
+
var a = igniteuiWebcomponentsCore.typeCast(CellCalcReference.$, this._ci);
|
|
104525
|
+
var b = this._c0._h;
|
|
104519
104526
|
return a != null && b != null && a._w.index == b.firstRow && a._ao == b._v;
|
|
104520
104527
|
};
|
|
104521
|
-
Object.defineProperty(DataTableInteriorFormula.prototype, "
|
|
104528
|
+
Object.defineProperty(DataTableInteriorFormula.prototype, "_c1", {
|
|
104522
104529
|
get: function () {
|
|
104523
|
-
return this.
|
|
104530
|
+
return this._c0;
|
|
104524
104531
|
},
|
|
104525
104532
|
enumerable: false,
|
|
104526
104533
|
configurable: true
|
|
@@ -105471,7 +105478,7 @@
|
|
|
105471
105478
|
if (c == null) {
|
|
105472
105479
|
return null;
|
|
105473
105480
|
}
|
|
105474
|
-
return c.
|
|
105481
|
+
return c._c1;
|
|
105475
105482
|
};
|
|
105476
105483
|
/**
|
|
105477
105484
|
* Gets the merged cells region which contains the cell at the specified index, or null if the cell is not merged.
|
|
@@ -105712,7 +105719,7 @@
|
|
|
105712
105719
|
return null;
|
|
105713
105720
|
}
|
|
105714
105721
|
if (c._ak) {
|
|
105715
|
-
return c.
|
|
105722
|
+
return c._c1;
|
|
105716
105723
|
}
|
|
105717
105724
|
return c;
|
|
105718
105725
|
};
|
|
@@ -107884,7 +107891,7 @@
|
|
|
107884
107891
|
if (b != null) {
|
|
107885
107892
|
b.addItem(new WorksheetCellAddress(1, this._cx, r._ao), s);
|
|
107886
107893
|
}
|
|
107887
|
-
if (s.
|
|
107894
|
+
if (s._cl) {
|
|
107888
107895
|
s._i._bu();
|
|
107889
107896
|
}
|
|
107890
107897
|
r._a0(null, false);
|
|
@@ -108638,10 +108645,10 @@
|
|
|
108638
108645
|
if (g != null) {
|
|
108639
108646
|
if (g._ak) {
|
|
108640
108647
|
var h = g;
|
|
108641
|
-
if (!h.
|
|
108648
|
+
if (!h._cl) {
|
|
108642
108649
|
return;
|
|
108643
108650
|
}
|
|
108644
|
-
g = h.
|
|
108651
|
+
g = h._c1;
|
|
108645
108652
|
}
|
|
108646
108653
|
var i = this.worksheet._c;
|
|
108647
108654
|
g._ca(a, c, d, i, true);
|
|
@@ -109616,7 +109623,7 @@
|
|
|
109616
109623
|
}
|
|
109617
109624
|
if (d != null) {
|
|
109618
109625
|
if (c != null) {
|
|
109619
|
-
d.
|
|
109626
|
+
d._cz(c, a);
|
|
109620
109627
|
}
|
|
109621
109628
|
var e_119 = d.evaluateCore(a);
|
|
109622
109629
|
if (e_119.isError || e_119.isNull) {
|
|
@@ -109639,9 +109646,9 @@
|
|
|
109639
109646
|
d = new TempCellCalcReference(true, this.worksheet, new WorksheetCellAddress(1, b, c));
|
|
109640
109647
|
}
|
|
109641
109648
|
if (a._s != 7) {
|
|
109642
|
-
a.
|
|
109649
|
+
a._cz(d, this.workbook);
|
|
109643
109650
|
}
|
|
109644
|
-
var e_120 = a.
|
|
109651
|
+
var e_120 = a._cg(this.workbook, d, false);
|
|
109645
109652
|
if (false == e_120.isError && false == e_120.isNull) {
|
|
109646
109653
|
var f_5;
|
|
109647
109654
|
if (((function () { var g = e_120._toDouble1(f_5); f_5 = g.p0; return g.ret; })())) {
|
|
@@ -109922,7 +109929,7 @@
|
|
|
109922
109929
|
if (a != null) {
|
|
109923
109930
|
var b = this._s();
|
|
109924
109931
|
var c = new TempCellCalcReference(true, this.worksheet, b);
|
|
109925
|
-
a.
|
|
109932
|
+
a._cz(c, this.workbook);
|
|
109926
109933
|
}
|
|
109927
109934
|
return a;
|
|
109928
109935
|
};
|
|
@@ -110389,16 +110396,16 @@
|
|
|
110389
110396
|
*/
|
|
110390
110397
|
ConditionBase.prototype._bp = function (a, b, c, d, e) {
|
|
110391
110398
|
if (c != null) {
|
|
110392
|
-
var f = c.
|
|
110399
|
+
var f = c._ci;
|
|
110393
110400
|
if (f != null) {
|
|
110394
|
-
c.
|
|
110401
|
+
c._cz(null, this.workbook);
|
|
110395
110402
|
}
|
|
110396
110403
|
var g = c._toString1(1);
|
|
110397
110404
|
if (c._av(this.worksheet, d, 0)) {
|
|
110398
110405
|
a(this, b, g);
|
|
110399
110406
|
}
|
|
110400
110407
|
if (f != null) {
|
|
110401
|
-
c.
|
|
110408
|
+
c._cz(f, this.workbook);
|
|
110402
110409
|
}
|
|
110403
110410
|
}
|
|
110404
110411
|
return {
|
|
@@ -110480,7 +110487,7 @@
|
|
|
110480
110487
|
ConditionBase.prototype._a3 = function (a, b) {
|
|
110481
110488
|
var c = b != null ? b._toString2(1, this.workbook._e6) : null;
|
|
110482
110489
|
b = this._o(a, igniteuiWebcomponentsCore.toNullable(CellReferenceMode_$type, 1));
|
|
110483
|
-
if (b != null && b.
|
|
110490
|
+
if (b != null && b._ci == null) {
|
|
110484
110491
|
this._m(b);
|
|
110485
110492
|
}
|
|
110486
110493
|
return {
|
|
@@ -114702,7 +114709,7 @@
|
|
|
114702
114709
|
var _loop_14 = function (ac) {
|
|
114703
114710
|
var ad = f._inner[ac];
|
|
114704
114711
|
var ae;
|
|
114705
|
-
if (((function () { var af = ad.
|
|
114712
|
+
if (((function () { var af = ad._cn(a, p_4, ae); ae = af.p2; return af.ret; })())) {
|
|
114706
114713
|
f.removeAt(ac);
|
|
114707
114714
|
ac--;
|
|
114708
114715
|
}
|
|
@@ -115049,7 +115056,7 @@
|
|
|
115049
115056
|
try {
|
|
115050
115057
|
for (var _41 = tslib.__values(igniteuiWebcomponentsCore.fromEnum(f)), _42 = _41.next(); !_42.done; _42 = _41.next()) {
|
|
115051
115058
|
var bc = _42.value;
|
|
115052
|
-
bc.
|
|
115059
|
+
bc._c2(a, c, g.item(bc));
|
|
115053
115060
|
}
|
|
115054
115061
|
}
|
|
115055
115062
|
catch (e_170_1) {
|
|
@@ -115527,7 +115534,7 @@
|
|
|
115527
115534
|
var z = y.owningValue.blockedRegion;
|
|
115528
115535
|
var aa = igniteuiWebcomponentsCore.typeCast(ArrayInteriorFormula.$, y);
|
|
115529
115536
|
if (aa != null) {
|
|
115530
|
-
if (a.s(ArrayFormula.$, e, b, aa.
|
|
115537
|
+
if (a.s(ArrayFormula.$, e, b, aa._c1, z._h) == false) {
|
|
115531
115538
|
return 6;
|
|
115532
115539
|
}
|
|
115533
115540
|
}
|
|
@@ -118802,7 +118809,7 @@
|
|
|
118802
118809
|
*/
|
|
118803
118810
|
WorksheetRegion.prototype.applyArrayFormula = function (value) {
|
|
118804
118811
|
this._ao();
|
|
118805
|
-
var a = ArrayFormula.
|
|
118812
|
+
var a = ArrayFormula._cj(value, this._e.workbook);
|
|
118806
118813
|
a._applyTo3(this);
|
|
118807
118814
|
};
|
|
118808
118815
|
/**
|
|
@@ -126775,14 +126782,14 @@
|
|
|
126775
126782
|
{
|
|
126776
126783
|
var c = _rest[0];
|
|
126777
126784
|
_this = _super.call(this, 0, c, 1) || this;
|
|
126778
|
-
_this.
|
|
126785
|
+
_this._cl = null;
|
|
126779
126786
|
}
|
|
126780
126787
|
break;
|
|
126781
126788
|
case 1:
|
|
126782
126789
|
{
|
|
126783
126790
|
var c = _rest[0];
|
|
126784
126791
|
_this = _super.call(this, 3, c, false) || this;
|
|
126785
|
-
_this.
|
|
126792
|
+
_this._cl = null;
|
|
126786
126793
|
}
|
|
126787
126794
|
break;
|
|
126788
126795
|
}
|
|
@@ -126810,17 +126817,17 @@
|
|
|
126810
126817
|
if (a.length != 1) {
|
|
126811
126818
|
throw new igniteuiWebcomponentsCore.ArgumentException(2, ExcelUtils.eh("LE_ArgumentException_ArrayFormulaMustHaveSingleRegion"), "regions");
|
|
126812
126819
|
}
|
|
126813
|
-
if (this.
|
|
126820
|
+
if (this._cl != null) {
|
|
126814
126821
|
throw new igniteuiWebcomponentsCore.InvalidOperationException(1, ExcelUtils.eh("LE_InvalidOperationException_ArrayFormulaAlreadyApplied"));
|
|
126815
126822
|
}
|
|
126816
126823
|
var e = a[0];
|
|
126817
|
-
this.
|
|
126824
|
+
this._c0(e);
|
|
126818
126825
|
};
|
|
126819
126826
|
/**
|
|
126820
126827
|
* @hidden
|
|
126821
126828
|
*/
|
|
126822
126829
|
ArrayFormula.prototype._br = function (a, b, c) {
|
|
126823
|
-
this.
|
|
126830
|
+
this._c0(a.worksheet._cx(a.index, b, a.index, b));
|
|
126824
126831
|
};
|
|
126825
126832
|
/**
|
|
126826
126833
|
* @hidden
|
|
@@ -126832,8 +126839,8 @@
|
|
|
126832
126839
|
* @hidden
|
|
126833
126840
|
*/
|
|
126834
126841
|
ArrayFormula.prototype.get__z = function () {
|
|
126835
|
-
if (this.
|
|
126836
|
-
return this.
|
|
126842
|
+
if (this._cl != null && this._cl.worksheet != null) {
|
|
126843
|
+
return this._cl.worksheet._o;
|
|
126837
126844
|
}
|
|
126838
126845
|
return _super.prototype.get__z.call(this);
|
|
126839
126846
|
};
|
|
@@ -126853,7 +126860,7 @@
|
|
|
126853
126860
|
* @hidden
|
|
126854
126861
|
*/
|
|
126855
126862
|
ArrayFormula.prototype.get__bb = function () {
|
|
126856
|
-
return this.
|
|
126863
|
+
return this._cl != null ? this._cl._v : -1;
|
|
126857
126864
|
};
|
|
126858
126865
|
Object.defineProperty(ArrayFormula.prototype, "_bb", {
|
|
126859
126866
|
/**
|
|
@@ -126869,7 +126876,7 @@
|
|
|
126869
126876
|
* @hidden
|
|
126870
126877
|
*/
|
|
126871
126878
|
ArrayFormula.prototype.get__ab = function () {
|
|
126872
|
-
return this.
|
|
126879
|
+
return this._cl != null ? this._cl._k : null;
|
|
126873
126880
|
};
|
|
126874
126881
|
Object.defineProperty(ArrayFormula.prototype, "_ab", {
|
|
126875
126882
|
/**
|
|
@@ -126885,7 +126892,7 @@
|
|
|
126885
126892
|
* @hidden
|
|
126886
126893
|
*/
|
|
126887
126894
|
ArrayFormula.prototype.get__aa = function () {
|
|
126888
|
-
return this.
|
|
126895
|
+
return this._cl != null ? new WorksheetCellAddress(1, this._cl.firstRow, this._cl._v) : WorksheetCellAddress.b;
|
|
126889
126896
|
};
|
|
126890
126897
|
Object.defineProperty(ArrayFormula.prototype, "_aa", {
|
|
126891
126898
|
/**
|
|
@@ -126906,7 +126913,7 @@
|
|
|
126906
126913
|
* @hidden
|
|
126907
126914
|
*/
|
|
126908
126915
|
ArrayFormula.prototype.get__t = function () {
|
|
126909
|
-
return this.
|
|
126916
|
+
return this._cl != null ? this._cl.worksheet : null;
|
|
126910
126917
|
};
|
|
126911
126918
|
Object.defineProperty(ArrayFormula.prototype, "_t", {
|
|
126912
126919
|
/**
|
|
@@ -126947,7 +126954,7 @@
|
|
|
126947
126954
|
* @hidden
|
|
126948
126955
|
*/
|
|
126949
126956
|
get: function () {
|
|
126950
|
-
return this.
|
|
126957
|
+
return this._cl;
|
|
126951
126958
|
},
|
|
126952
126959
|
enumerable: false,
|
|
126953
126960
|
configurable: true
|
|
@@ -126959,12 +126966,12 @@
|
|
|
126959
126966
|
* </p>
|
|
126960
126967
|
*/
|
|
126961
126968
|
ArrayFormula.prototype.clearCellRange = function () {
|
|
126962
|
-
if (this.
|
|
126969
|
+
if (this._cl == null) {
|
|
126963
126970
|
return;
|
|
126964
126971
|
}
|
|
126965
126972
|
var a = this._t;
|
|
126966
|
-
var b = ArrayFormula.
|
|
126967
|
-
var c = this.
|
|
126973
|
+
var b = ArrayFormula._cd[1];
|
|
126974
|
+
var c = this._cl;
|
|
126968
126975
|
var d = new ArrayFormula_FormulaChangeContext(1, this, c);
|
|
126969
126976
|
var e = a != null ? a.workbook : null;
|
|
126970
126977
|
var f = null;
|
|
@@ -126975,14 +126982,14 @@
|
|
|
126975
126982
|
e._df = true;
|
|
126976
126983
|
}
|
|
126977
126984
|
if (a != null) {
|
|
126978
|
-
for (var h = this.
|
|
126985
|
+
for (var h = this._cl.lastRow; h >= this._cl.firstRow; h--) {
|
|
126979
126986
|
var i = a._rows$i.item(h);
|
|
126980
|
-
for (var j = this.
|
|
126987
|
+
for (var j = this._cl._w; j >= this._cl._v; j--) {
|
|
126981
126988
|
i._d6(j, null, false);
|
|
126982
126989
|
}
|
|
126983
126990
|
}
|
|
126984
126991
|
}
|
|
126985
|
-
this.
|
|
126992
|
+
this._cl = null;
|
|
126986
126993
|
if (e != null) {
|
|
126987
126994
|
e._df = g;
|
|
126988
126995
|
}
|
|
@@ -126994,7 +127001,7 @@
|
|
|
126994
127001
|
/**
|
|
126995
127002
|
* @hidden
|
|
126996
127003
|
*/
|
|
126997
|
-
ArrayFormula.
|
|
127004
|
+
ArrayFormula._cj = function (a, b) {
|
|
126998
127005
|
var c;
|
|
126999
127006
|
var d;
|
|
127000
127007
|
var e;
|
|
@@ -127059,7 +127066,7 @@
|
|
|
127059
127066
|
ArrayFormula._parse9 = function (a, b, c, d) {
|
|
127060
127067
|
var e;
|
|
127061
127068
|
var f;
|
|
127062
|
-
if (((function () { var g = ArrayFormula.
|
|
127069
|
+
if (((function () { var g = ArrayFormula._ct(a, b, c, d, e, f); e = g.p4; f = g.p5; return g.ret; })())) {
|
|
127063
127070
|
return e;
|
|
127064
127071
|
}
|
|
127065
127072
|
throw f;
|
|
@@ -127067,27 +127074,27 @@
|
|
|
127067
127074
|
/**
|
|
127068
127075
|
* @hidden
|
|
127069
127076
|
*/
|
|
127070
|
-
ArrayFormula.
|
|
127077
|
+
ArrayFormula._co = function (a, b, c) {
|
|
127071
127078
|
return {
|
|
127072
|
-
ret: ((function () { var d = ArrayFormula.
|
|
127079
|
+
ret: ((function () { var d = ArrayFormula._cv(a, b, ExcelUtils.cs, c); c = d.p3; return d.ret; })()),
|
|
127073
127080
|
p2: c
|
|
127074
127081
|
};
|
|
127075
127082
|
};
|
|
127076
127083
|
/**
|
|
127077
127084
|
* @hidden
|
|
127078
127085
|
*/
|
|
127079
|
-
ArrayFormula.
|
|
127086
|
+
ArrayFormula._cv = function (a, b, c, d) {
|
|
127080
127087
|
return {
|
|
127081
|
-
ret: ((function () { var e = ArrayFormula.
|
|
127088
|
+
ret: ((function () { var e = ArrayFormula._cs(a, b, 2, c, d); d = e.p4; return e.ret; })()),
|
|
127082
127089
|
p3: d
|
|
127083
127090
|
};
|
|
127084
127091
|
};
|
|
127085
127092
|
/**
|
|
127086
127093
|
* @hidden
|
|
127087
127094
|
*/
|
|
127088
|
-
ArrayFormula.
|
|
127095
|
+
ArrayFormula._cp = function (a, b, c, d) {
|
|
127089
127096
|
return {
|
|
127090
|
-
ret: ((function () { var e = ArrayFormula.
|
|
127097
|
+
ret: ((function () { var e = ArrayFormula._cw(a, b, ExcelUtils.cs, c, d); c = e.p3; d = e.p4; return e.ret; })()),
|
|
127091
127098
|
p2: c,
|
|
127092
127099
|
p3: d
|
|
127093
127100
|
};
|
|
@@ -127095,9 +127102,9 @@
|
|
|
127095
127102
|
/**
|
|
127096
127103
|
* @hidden
|
|
127097
127104
|
*/
|
|
127098
|
-
ArrayFormula.
|
|
127105
|
+
ArrayFormula._cw = function (a, b, c, d, e) {
|
|
127099
127106
|
return {
|
|
127100
|
-
ret: ((function () { var f = ArrayFormula.
|
|
127107
|
+
ret: ((function () { var f = ArrayFormula._ct(a, b, 2, c, d, e); d = f.p4; e = f.p5; return f.ret; })()),
|
|
127101
127108
|
p3: d,
|
|
127102
127109
|
p4: e
|
|
127103
127110
|
};
|
|
@@ -127105,28 +127112,28 @@
|
|
|
127105
127112
|
/**
|
|
127106
127113
|
* @hidden
|
|
127107
127114
|
*/
|
|
127108
|
-
ArrayFormula.
|
|
127115
|
+
ArrayFormula._cq = function (a, b, c, d) {
|
|
127109
127116
|
return {
|
|
127110
|
-
ret: ((function () { var e = ArrayFormula.
|
|
127117
|
+
ret: ((function () { var e = ArrayFormula._cs(a, b, c, ExcelUtils.cs, d); d = e.p4; return e.ret; })()),
|
|
127111
127118
|
p3: d
|
|
127112
127119
|
};
|
|
127113
127120
|
};
|
|
127114
127121
|
/**
|
|
127115
127122
|
* @hidden
|
|
127116
127123
|
*/
|
|
127117
|
-
ArrayFormula.
|
|
127124
|
+
ArrayFormula._cs = function (a, b, c, d, e) {
|
|
127118
127125
|
var f;
|
|
127119
127126
|
return {
|
|
127120
|
-
ret: ((function () { var g = ArrayFormula.
|
|
127127
|
+
ret: ((function () { var g = ArrayFormula._ct(a, b, c, d, e, f); e = g.p4; f = g.p5; return g.ret; })()),
|
|
127121
127128
|
p4: e
|
|
127122
127129
|
};
|
|
127123
127130
|
};
|
|
127124
127131
|
/**
|
|
127125
127132
|
* @hidden
|
|
127126
127133
|
*/
|
|
127127
|
-
ArrayFormula.
|
|
127134
|
+
ArrayFormula._cr = function (a, b, c, d, e) {
|
|
127128
127135
|
return {
|
|
127129
|
-
ret: ((function () { var f = ArrayFormula.
|
|
127136
|
+
ret: ((function () { var f = ArrayFormula._ct(a, b, c, ExcelUtils.cs, d, e); d = f.p4; e = f.p5; return f.ret; })()),
|
|
127130
127137
|
p3: d,
|
|
127131
127138
|
p4: e
|
|
127132
127139
|
};
|
|
@@ -127134,9 +127141,9 @@
|
|
|
127134
127141
|
/**
|
|
127135
127142
|
* @hidden
|
|
127136
127143
|
*/
|
|
127137
|
-
ArrayFormula.
|
|
127144
|
+
ArrayFormula._ct = function (a, b, c, d, e, f) {
|
|
127138
127145
|
return {
|
|
127139
|
-
ret: ((function () { var g = ArrayFormula.
|
|
127146
|
+
ret: ((function () { var g = ArrayFormula._cu(a, b, c, d, e, f, null); e = g.p4; f = g.p5; return g.ret; })()),
|
|
127140
127147
|
p4: e,
|
|
127141
127148
|
p5: f
|
|
127142
127149
|
};
|
|
@@ -127144,7 +127151,7 @@
|
|
|
127144
127151
|
/**
|
|
127145
127152
|
* @hidden
|
|
127146
127153
|
*/
|
|
127147
|
-
ArrayFormula.
|
|
127154
|
+
ArrayFormula._cu = function (a, b, c, d, e, f, g) {
|
|
127148
127155
|
var h;
|
|
127149
127156
|
var i = ((function () { var j = Formula._a0(a, b, 1, c, d, g, h, f); h = j.p6; f = j.p7; return j.ret; })());
|
|
127150
127157
|
var j = igniteuiWebcomponentsCore.typeCast(ArrayFormula.$, h);
|
|
@@ -127158,7 +127165,7 @@
|
|
|
127158
127165
|
/**
|
|
127159
127166
|
* @hidden
|
|
127160
127167
|
*/
|
|
127161
|
-
ArrayFormula.prototype.
|
|
127168
|
+
ArrayFormula.prototype._c2 = function (a, b, c) {
|
|
127162
127169
|
if (c != null) {
|
|
127163
127170
|
c.c(a, this);
|
|
127164
127171
|
}
|
|
@@ -127166,15 +127173,15 @@
|
|
|
127166
127173
|
/**
|
|
127167
127174
|
* @hidden
|
|
127168
127175
|
*/
|
|
127169
|
-
ArrayFormula.prototype.
|
|
127176
|
+
ArrayFormula.prototype._cn = function (a, b, c) {
|
|
127170
127177
|
c = null;
|
|
127171
|
-
if (this.
|
|
127178
|
+
if (this._cl == null || this._cl.worksheet == null) {
|
|
127172
127179
|
return {
|
|
127173
127180
|
ret: false,
|
|
127174
127181
|
p2: c
|
|
127175
127182
|
};
|
|
127176
127183
|
}
|
|
127177
|
-
if (WorksheetRegionAddress._r(b, igniteuiWebcomponentsCore.toNullable(WorksheetRegionAddress.$, null)) && this.
|
|
127184
|
+
if (WorksheetRegionAddress._r(b, igniteuiWebcomponentsCore.toNullable(WorksheetRegionAddress.$, null)) && this._cl.firstColumn >= b.value._w && this._cl.firstRow >= b.value._ac && this._cl.lastColumn <= b.value._x && this._cl.lastRow <= b.value._ae) {
|
|
127178
127185
|
var d = this._t.workbook;
|
|
127179
127186
|
var e = d._df;
|
|
127180
127187
|
d._df = false;
|
|
@@ -127185,7 +127192,7 @@
|
|
|
127185
127192
|
p2: c
|
|
127186
127193
|
};
|
|
127187
127194
|
}
|
|
127188
|
-
if (this.
|
|
127195
|
+
if (this._cl != null && this._cl.worksheet != null) {
|
|
127189
127196
|
c = new ShiftingArrayFormulaInfo(this);
|
|
127190
127197
|
this.clearCellRange();
|
|
127191
127198
|
}
|
|
@@ -127197,13 +127204,13 @@
|
|
|
127197
127204
|
/**
|
|
127198
127205
|
* @hidden
|
|
127199
127206
|
*/
|
|
127200
|
-
ArrayFormula.prototype.
|
|
127207
|
+
ArrayFormula.prototype._c0 = function (a) {
|
|
127201
127208
|
var b = a.worksheet;
|
|
127202
127209
|
if (b == null) {
|
|
127203
127210
|
throw new igniteuiWebcomponentsCore.ArgumentException(2, ExcelUtils.eh("LE_ArgumentException_RegionsShiftedOffWorksheet"), "regions");
|
|
127204
127211
|
}
|
|
127205
|
-
var c = this.
|
|
127206
|
-
var d = ArrayFormula.
|
|
127212
|
+
var c = this._cl;
|
|
127213
|
+
var d = ArrayFormula._cd[0];
|
|
127207
127214
|
var e = new ArrayFormula_FormulaChangeContext(1, this, a);
|
|
127208
127215
|
var f = b != null ? b.workbook : null;
|
|
127209
127216
|
var g = null;
|
|
@@ -127213,7 +127220,7 @@
|
|
|
127213
127220
|
try {
|
|
127214
127221
|
WorksheetCellBlock.az(this, a, a);
|
|
127215
127222
|
b._jd(this, a._k, a._v);
|
|
127216
|
-
this.
|
|
127223
|
+
this._cl = a;
|
|
127217
127224
|
for (var h = a.lastRow; h >= a.firstRow; h--) {
|
|
127218
127225
|
var i = b._rows$i.item(h);
|
|
127219
127226
|
for (var j = a._w; j >= a._v; j--) {
|
|
@@ -127231,7 +127238,7 @@
|
|
|
127231
127238
|
/**
|
|
127232
127239
|
* @hidden
|
|
127233
127240
|
*/
|
|
127234
|
-
ArrayFormula.
|
|
127241
|
+
ArrayFormula._ck = function ($tValue, a, b, c, d, e, f, g, h) {
|
|
127235
127242
|
if (g === void 0) {
|
|
127236
127243
|
g = true;
|
|
127237
127244
|
}
|
|
@@ -127243,23 +127250,23 @@
|
|
|
127243
127250
|
/**
|
|
127244
127251
|
* @hidden
|
|
127245
127252
|
*/
|
|
127246
|
-
ArrayFormula.
|
|
127253
|
+
ArrayFormula._ce = function () {
|
|
127247
127254
|
var a = new Array(2);
|
|
127248
|
-
ChangeInfo.f(a, 0, ArrayFormula.
|
|
127249
|
-
ChangeInfo.f(a, 1, ArrayFormula.
|
|
127255
|
+
ChangeInfo.f(a, 0, ArrayFormula._ck(WorksheetRegion.$, "Apply", 0, function (b) { return b.c(); }, function (b, c) { return ArrayFormula._c3(b, c); }, null, 8192));
|
|
127256
|
+
ChangeInfo.f(a, 1, ArrayFormula._ck(WorksheetRegion.$, "Clear", 10, function (b) { return b.c(); }, function (b, c) { return ArrayFormula._c4(b, c); }, null, 8192));
|
|
127250
127257
|
return a;
|
|
127251
127258
|
};
|
|
127252
127259
|
/**
|
|
127253
127260
|
* @hidden
|
|
127254
127261
|
*/
|
|
127255
|
-
ArrayFormula.
|
|
127262
|
+
ArrayFormula._c3 = function (a, b) {
|
|
127256
127263
|
a.a.clearCellRange();
|
|
127257
127264
|
};
|
|
127258
127265
|
/**
|
|
127259
127266
|
* @hidden
|
|
127260
127267
|
*/
|
|
127261
|
-
ArrayFormula.
|
|
127262
|
-
a.a.
|
|
127268
|
+
ArrayFormula._c4 = function (a, b) {
|
|
127269
|
+
a.a._c0(b);
|
|
127263
127270
|
};
|
|
127264
127271
|
Object.defineProperty(ArrayFormula.prototype, "cellRange", {
|
|
127265
127272
|
/**
|
|
@@ -127270,7 +127277,7 @@
|
|
|
127270
127277
|
* The cells to which the array formula is applied.
|
|
127271
127278
|
*/
|
|
127272
127279
|
get: function () {
|
|
127273
|
-
return this.
|
|
127280
|
+
return this._cl;
|
|
127274
127281
|
},
|
|
127275
127282
|
enumerable: false,
|
|
127276
127283
|
configurable: true
|
|
@@ -127279,19 +127286,19 @@
|
|
|
127279
127286
|
/**
|
|
127280
127287
|
* @hidden
|
|
127281
127288
|
*/
|
|
127282
|
-
ArrayFormula.
|
|
127289
|
+
ArrayFormula._cx = 0;
|
|
127283
127290
|
/**
|
|
127284
127291
|
* @hidden
|
|
127285
127292
|
*/
|
|
127286
|
-
ArrayFormula.
|
|
127293
|
+
ArrayFormula._cy = 1;
|
|
127287
127294
|
/**
|
|
127288
127295
|
* @hidden
|
|
127289
127296
|
*/
|
|
127290
|
-
ArrayFormula.
|
|
127297
|
+
ArrayFormula._cz = 2;
|
|
127291
127298
|
/**
|
|
127292
127299
|
* @hidden
|
|
127293
127300
|
*/
|
|
127294
|
-
ArrayFormula.
|
|
127301
|
+
ArrayFormula._cd = ArrayFormula._ce();
|
|
127295
127302
|
return ArrayFormula;
|
|
127296
127303
|
}(Formula));
|
|
127297
127304
|
/**
|
|
@@ -127340,7 +127347,7 @@
|
|
|
127340
127347
|
var f = this_9.a.worksheet._rows$i.item(d.o);
|
|
127341
127348
|
var g = f._as(d.m)._formula;
|
|
127342
127349
|
if (g != null) {
|
|
127343
|
-
g.
|
|
127350
|
+
g._ce = c.value;
|
|
127344
127351
|
}
|
|
127345
127352
|
else {
|
|
127346
127353
|
}
|
|
@@ -129050,6 +129057,42 @@
|
|
|
129050
129057
|
Formula_VerifyFormatLimitsVisitor.a0 = null;
|
|
129051
129058
|
return Formula_VerifyFormatLimitsVisitor;
|
|
129052
129059
|
}(FormulaTokenVisitor));
|
|
129060
|
+
/**
|
|
129061
|
+
* @hidden
|
|
129062
|
+
*/
|
|
129063
|
+
var Formula_VisitWorksheetVisitor = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
129064
|
+
tslib.__extends(Formula_VisitWorksheetVisitor, _super);
|
|
129065
|
+
function Formula_VisitWorksheetVisitor() {
|
|
129066
|
+
var _this = _super.call(this) || this;
|
|
129067
|
+
_this.a1 = null;
|
|
129068
|
+
return _this;
|
|
129069
|
+
}
|
|
129070
|
+
Formula_VisitWorksheetVisitor.prototype.g = function () {
|
|
129071
|
+
this.a1 = null;
|
|
129072
|
+
_super.prototype.g.call(this);
|
|
129073
|
+
};
|
|
129074
|
+
Formula_VisitWorksheetVisitor.prototype.aq = function (a) {
|
|
129075
|
+
var b = igniteuiWebcomponentsCore.typeCast(WorksheetReferenceLocal.$, a.o);
|
|
129076
|
+
if (b != null) {
|
|
129077
|
+
this.a1(b.u);
|
|
129078
|
+
}
|
|
129079
|
+
};
|
|
129080
|
+
Formula_VisitWorksheetVisitor.a2 = function (a, b) {
|
|
129081
|
+
var c = Formula_VisitWorksheetVisitor.a0(a, b);
|
|
129082
|
+
c.h();
|
|
129083
|
+
};
|
|
129084
|
+
Formula_VisitWorksheetVisitor.a0 = function (a, b) {
|
|
129085
|
+
if (Formula_VisitWorksheetVisitor.az == null) {
|
|
129086
|
+
Formula_VisitWorksheetVisitor.az = new Formula_VisitWorksheetVisitor();
|
|
129087
|
+
}
|
|
129088
|
+
Formula_VisitWorksheetVisitor.az.b = a;
|
|
129089
|
+
Formula_VisitWorksheetVisitor.az.a1 = b;
|
|
129090
|
+
return Formula_VisitWorksheetVisitor.az;
|
|
129091
|
+
};
|
|
129092
|
+
Formula_VisitWorksheetVisitor.$t = igniteuiWebcomponentsCore.markType(Formula_VisitWorksheetVisitor, 'Formula_VisitWorksheetVisitor', FormulaTokenVisitor.$);
|
|
129093
|
+
Formula_VisitWorksheetVisitor.az = null;
|
|
129094
|
+
return Formula_VisitWorksheetVisitor;
|
|
129095
|
+
}(FormulaTokenVisitor));
|
|
129053
129096
|
/**
|
|
129054
129097
|
* @hidden
|
|
129055
129098
|
*/
|
|
@@ -129454,7 +129497,7 @@
|
|
|
129454
129497
|
return new NamedReferenceFormula(1, this);
|
|
129455
129498
|
};
|
|
129456
129499
|
NamedReferenceFormula.prototype._b7 = function () {
|
|
129457
|
-
var a = this.
|
|
129500
|
+
var a = this._ci;
|
|
129458
129501
|
if (a != null && a._formula == this) {
|
|
129459
129502
|
a._a0(this, false, true);
|
|
129460
129503
|
}
|
|
@@ -129601,12 +129644,12 @@
|
|
|
129601
129644
|
return tslib.__generator(this, function (_0) {
|
|
129602
129645
|
switch (_0.label) {
|
|
129603
129646
|
case 0:
|
|
129604
|
-
a = this._a.
|
|
129647
|
+
a = this._a._co;
|
|
129605
129648
|
_0.label = 1;
|
|
129606
129649
|
case 1:
|
|
129607
|
-
if (!(a < this._a.
|
|
129650
|
+
if (!(a < this._a._cm.count))
|
|
129608
129651
|
return [3 /*break*/, 4];
|
|
129609
|
-
return [4 /*yield*/, this._a.
|
|
129652
|
+
return [4 /*yield*/, this._a._cm._inner[a]];
|
|
129610
129653
|
case 2:
|
|
129611
129654
|
_0.sent();
|
|
129612
129655
|
_0.label = 3;
|
|
@@ -129653,9 +129696,9 @@
|
|
|
129653
129696
|
a = 0;
|
|
129654
129697
|
_0.label = 1;
|
|
129655
129698
|
case 1:
|
|
129656
|
-
if (!(a < this._a.
|
|
129699
|
+
if (!(a < this._a._co))
|
|
129657
129700
|
return [3 /*break*/, 4];
|
|
129658
|
-
return [4 /*yield*/, this._a.
|
|
129701
|
+
return [4 /*yield*/, this._a._cm._inner[a]];
|
|
129659
129702
|
case 2:
|
|
129660
129703
|
_0.sent();
|
|
129661
129704
|
_0.label = 3;
|
|
@@ -129709,7 +129752,7 @@
|
|
|
129709
129752
|
SingleTargetFormula_StaticReferenceFinder.prototype.f = function () {
|
|
129710
129753
|
var _this = this;
|
|
129711
129754
|
if (this.a5.f != 0) {
|
|
129712
|
-
this.a7(this.a5.e(), true, CalcUtilities.h(this.a1.
|
|
129755
|
+
this.a7(this.a5.e(), true, CalcUtilities.h(this.a1._ci));
|
|
129713
129756
|
}
|
|
129714
129757
|
var _loop_23 = function (a) {
|
|
129715
129758
|
var b;
|
|
@@ -129793,12 +129836,12 @@
|
|
|
129793
129836
|
}
|
|
129794
129837
|
}
|
|
129795
129838
|
}
|
|
129796
|
-
for (var k = 0; k < this.a1.
|
|
129797
|
-
if (this.a1.
|
|
129839
|
+
for (var k = 0; k < this.a1._cm.count; k++) {
|
|
129840
|
+
if (this.a1._cm._inner[k].containsReference(c)) {
|
|
129798
129841
|
return;
|
|
129799
129842
|
}
|
|
129800
129843
|
}
|
|
129801
|
-
this.a1.
|
|
129844
|
+
this.a1._cm.add(c);
|
|
129802
129845
|
};
|
|
129803
129846
|
SingleTargetFormula_StaticReferenceFinder.a3 = function (a, b) {
|
|
129804
129847
|
if (SingleTargetFormula_StaticReferenceFinder.a2 == null) {
|
|
@@ -129824,7 +129867,7 @@
|
|
|
129824
129867
|
if (d == null) {
|
|
129825
129868
|
return;
|
|
129826
129869
|
}
|
|
129827
|
-
if (this.a1.
|
|
129870
|
+
if (this.a1._ci._aj && d.p) {
|
|
129828
129871
|
return;
|
|
129829
129872
|
}
|
|
129830
129873
|
var e = igniteuiWebcomponentsCore.typeCast(NameToken.$, d);
|
|
@@ -152736,7 +152779,7 @@
|
|
|
152736
152779
|
if (a == null) {
|
|
152737
152780
|
return;
|
|
152738
152781
|
}
|
|
152739
|
-
this.a2(a, a.
|
|
152782
|
+
this.a2(a, a._ci, true);
|
|
152740
152783
|
this.h.af(a);
|
|
152741
152784
|
};
|
|
152742
152785
|
ExcelCalcEngine.prototype.v = function () {
|
|
@@ -152853,7 +152896,7 @@
|
|
|
152853
152896
|
if (a == null) {
|
|
152854
152897
|
return;
|
|
152855
152898
|
}
|
|
152856
|
-
this.a2(a, a.
|
|
152899
|
+
this.a2(a, a._ci, false);
|
|
152857
152900
|
this.h.ax(a);
|
|
152858
152901
|
};
|
|
152859
152902
|
ExcelCalcEngine.prototype.a3 = function () {
|
|
@@ -152886,7 +152929,7 @@
|
|
|
152886
152929
|
var f = c._as(d);
|
|
152887
152930
|
var g;
|
|
152888
152931
|
if (e._formula != null) {
|
|
152889
|
-
g = e._formula.
|
|
152932
|
+
g = e._formula._ce;
|
|
152890
152933
|
}
|
|
152891
152934
|
else {
|
|
152892
152935
|
g = new ExcelCalcValue(a._getCellValue1(b));
|
|
@@ -153058,7 +153101,7 @@
|
|
|
153058
153101
|
if (null == b) {
|
|
153059
153102
|
return;
|
|
153060
153103
|
}
|
|
153061
|
-
if (b.
|
|
153104
|
+
if (b._cs() != 0) {
|
|
153062
153105
|
this.ad.add_1(b);
|
|
153063
153106
|
}
|
|
153064
153107
|
var c;
|
|
@@ -153141,7 +153184,7 @@
|
|
|
153141
153184
|
try {
|
|
153142
153185
|
for (var _1 = tslib.__values(igniteuiWebcomponentsCore.fromEnum(_this.ad)), _2 = _1.next(); !_2.done; _2 = _1.next()) {
|
|
153143
153186
|
var d = _2.value;
|
|
153144
|
-
d.
|
|
153187
|
+
d._cv(_this);
|
|
153145
153188
|
}
|
|
153146
153189
|
}
|
|
153147
153190
|
catch (e_275_1) {
|
|
@@ -153411,7 +153454,7 @@
|
|
|
153411
153454
|
if (a == null || e == null) {
|
|
153412
153455
|
return;
|
|
153413
153456
|
}
|
|
153414
|
-
a.
|
|
153457
|
+
a._cz(this, e, d);
|
|
153415
153458
|
this._az(a);
|
|
153416
153459
|
if (this._ak) {
|
|
153417
153460
|
e._g9(a);
|
|
@@ -153477,7 +153520,7 @@
|
|
|
153477
153520
|
if (c != null) {
|
|
153478
153521
|
c._iw(b);
|
|
153479
153522
|
}
|
|
153480
|
-
b.
|
|
153523
|
+
b._cz(null, c, a);
|
|
153481
153524
|
this._az(null);
|
|
153482
153525
|
};
|
|
153483
153526
|
RefBase.prototype._ay = function (a, b) {
|
|
@@ -154009,14 +154052,14 @@
|
|
|
154009
154052
|
else if (igniteuiWebcomponentsCore.typeCast(HyperlinkResult.$, b) !== null && (igniteuiWebcomponentsCore.typeCast(HyperlinkResult.$, a.value) !== null) == false) {
|
|
154010
154053
|
b = b.toString();
|
|
154011
154054
|
}
|
|
154012
|
-
this._a2.
|
|
154055
|
+
this._a2._ce = new ExcelCalcValue(b);
|
|
154013
154056
|
};
|
|
154014
154057
|
CellCalcReferenceBase.prototype.get__c = function () {
|
|
154015
154058
|
if (this._a3.worksheet.workbook == null) {
|
|
154016
154059
|
return ExcelReferenceError._a2.value;
|
|
154017
154060
|
}
|
|
154018
154061
|
if (this._a2 != null) {
|
|
154019
|
-
return this._a2.
|
|
154062
|
+
return this._a2._ce;
|
|
154020
154063
|
}
|
|
154021
154064
|
return CalcUtilities.c(this._a3._c5(this._a8));
|
|
154022
154065
|
};
|
|
@@ -154040,7 +154083,7 @@
|
|
|
154040
154083
|
p1: b
|
|
154041
154084
|
};
|
|
154042
154085
|
}
|
|
154043
|
-
var d = c.
|
|
154086
|
+
var d = c._c1.cellRange;
|
|
154044
154087
|
b = this._a3.index - d.firstRow;
|
|
154045
154088
|
a = this._a8 - d.firstColumn;
|
|
154046
154089
|
return {
|
|
@@ -154259,7 +154302,7 @@
|
|
|
154259
154302
|
};
|
|
154260
154303
|
DependencyGraph.prototype.af = function (a) {
|
|
154261
154304
|
this.ao();
|
|
154262
|
-
var b = a.
|
|
154305
|
+
var b = a._ci;
|
|
154263
154306
|
if ((igniteuiWebcomponentsCore.typeCast(NamedCalcReferenceBase.$, b) !== null) == false) {
|
|
154264
154307
|
b._ab = true;
|
|
154265
154308
|
}
|
|
@@ -154436,7 +154479,7 @@
|
|
|
154436
154479
|
};
|
|
154437
154480
|
DependencyGraph.prototype.ax = function (a) {
|
|
154438
154481
|
this.ao();
|
|
154439
|
-
var b = a.
|
|
154482
|
+
var b = a._ci;
|
|
154440
154483
|
b._ab = false;
|
|
154441
154484
|
this.ap(b);
|
|
154442
154485
|
if (!this.t.remove(b)) {
|
|
@@ -173018,7 +173061,7 @@
|
|
|
173018
173061
|
}
|
|
173019
173062
|
if (d != null) {
|
|
173020
173063
|
if (d._formula != null) {
|
|
173021
|
-
var e = d._formula.
|
|
173064
|
+
var e = d._formula._ce;
|
|
173022
173065
|
if (e != null) {
|
|
173023
173066
|
return CalcUtilities.n(e.value, c);
|
|
173024
173067
|
}
|
|
@@ -184014,10 +184057,10 @@
|
|
|
184014
184057
|
else if (igniteuiWebcomponentsCore.typeCast(HyperlinkResult.$, b) !== null && (igniteuiWebcomponentsCore.typeCast(HyperlinkResult.$, a.value) !== null) == false) {
|
|
184015
184058
|
b = b.toString();
|
|
184016
184059
|
}
|
|
184017
|
-
this._a3.
|
|
184060
|
+
this._a3._ce = new ExcelCalcValue(b);
|
|
184018
184061
|
};
|
|
184019
184062
|
TempCellCalcReference.prototype.get__c = function () {
|
|
184020
|
-
return this._formula.
|
|
184063
|
+
return this._formula._ce;
|
|
184021
184064
|
};
|
|
184022
184065
|
Object.defineProperty(TempCellCalcReference.prototype, "_c", {
|
|
184023
184066
|
get: function () {
|
|
@@ -195306,7 +195349,7 @@
|
|
|
195306
195349
|
var b = new CellShiftOperation(1, this.sheet, 3, this.a.l._ac + a, this.a.l._ae + a, this.a.l._w, this.a.l._x, -a);
|
|
195307
195350
|
var c = igniteuiWebcomponentsCore.typeCast(ArrayInteriorFormula.$, this.b);
|
|
195308
195351
|
if (c != null) {
|
|
195309
|
-
var d = c.
|
|
195352
|
+
var d = c._c1.cellRange._d(b, false);
|
|
195310
195353
|
}
|
|
195311
195354
|
this.b._av(this.sheet, b, 1);
|
|
195312
195355
|
SortSettings$1.$t.specialize(this.$t).getStaticFields()._a[1].x(new SortSettings_ShiftFormulaChangeContext$1(this.$t, 1, b, this.b), null, null);
|
|
@@ -195609,7 +195652,7 @@
|
|
|
195609
195652
|
var p = new CellShiftOperation(1, d, 3, a.index, a.index, e, e, b.index - a.index);
|
|
195610
195653
|
var q = igniteuiWebcomponentsCore.typeCast(ArrayInteriorFormula.$, o);
|
|
195611
195654
|
if (q != null) {
|
|
195612
|
-
var r = q.
|
|
195655
|
+
var r = q._c1.cellRange._d(p, false);
|
|
195613
195656
|
}
|
|
195614
195657
|
o._av(d, p, 1);
|
|
195615
195658
|
SortSettings$1.$.specialize($t).specialize($t).getStaticFields()._a[1].x(new SortSettings_ShiftFormulaChangeContext$1($t, 1, p, o), null, null);
|
|
@@ -195619,7 +195662,7 @@
|
|
|
195619
195662
|
var t = new CellShiftOperation(1, d, 3, b.index, b.index, e, e, a.index - b.index);
|
|
195620
195663
|
var u = igniteuiWebcomponentsCore.typeCast(ArrayInteriorFormula.$, s);
|
|
195621
195664
|
if (u != null) {
|
|
195622
|
-
var v = u.
|
|
195665
|
+
var v = u._c1.cellRange._d(t, false);
|
|
195623
195666
|
}
|
|
195624
195667
|
s._av(d, t, 1);
|
|
195625
195668
|
SortSettings$1.$.specialize($t).specialize($t).getStaticFields()._a[1].x(new SortSettings_ShiftFormulaChangeContext$1($t, 1, t, s), null, null);
|
|
@@ -195656,7 +195699,7 @@
|
|
|
195656
195699
|
var q = new CellShiftOperation(1, d, 0, a.index, a.index, e, e, f - e);
|
|
195657
195700
|
var r = igniteuiWebcomponentsCore.typeCast(ArrayInteriorFormula.$, p);
|
|
195658
195701
|
if (r != null) {
|
|
195659
|
-
var s = r.
|
|
195702
|
+
var s = r._c1.cellRange._d(q, false);
|
|
195660
195703
|
}
|
|
195661
195704
|
p._av(d, q, 1);
|
|
195662
195705
|
SortSettings$1.$.specialize($t).specialize($t).getStaticFields()._a[1].x(new SortSettings_ShiftFormulaChangeContext$1($t, 1, q, p), null, null);
|
|
@@ -195666,7 +195709,7 @@
|
|
|
195666
195709
|
var u = new CellShiftOperation(1, d, 0, a.index, a.index, f, f, e - f);
|
|
195667
195710
|
var v = igniteuiWebcomponentsCore.typeCast(ArrayInteriorFormula.$, t);
|
|
195668
195711
|
if (v != null) {
|
|
195669
|
-
var w = v.
|
|
195712
|
+
var w = v._c1.cellRange._d(u, false);
|
|
195670
195713
|
}
|
|
195671
195714
|
t._av(d, u, 1);
|
|
195672
195715
|
SortSettings$1.$.specialize($t).specialize($t).getStaticFields()._a[1].x(new SortSettings_ShiftFormulaChangeContext$1($t, 1, u, t), null, null);
|
|
@@ -204425,7 +204468,7 @@
|
|
|
204425
204468
|
return false;
|
|
204426
204469
|
};
|
|
204427
204470
|
DataValidationCalcReference.prototype.get__c = function () {
|
|
204428
|
-
return this._formula.
|
|
204471
|
+
return this._formula._ce;
|
|
204429
204472
|
};
|
|
204430
204473
|
DataValidationCalcReference.$t = igniteuiWebcomponentsCore.markType(DataValidationCalcReference, 'DataValidationCalcReference', CellCalcReferenceBase.$);
|
|
204431
204474
|
return DataValidationCalcReference;
|
|
@@ -213490,7 +213533,7 @@
|
|
|
213490
213533
|
if (this._bx != null) {
|
|
213491
213534
|
var b = this.regions.item(0);
|
|
213492
213535
|
var c = new TempCellCalcReference(true, this.worksheet, new WorksheetCellAddress(1, b.firstRow, b.firstColumn));
|
|
213493
|
-
this._bx.
|
|
213536
|
+
this._bx._cz(c, this.workbook);
|
|
213494
213537
|
a(this.worksheet, this._bx);
|
|
213495
213538
|
}
|
|
213496
213539
|
};
|
|
@@ -213573,7 +213616,7 @@
|
|
|
213573
213616
|
*/
|
|
213574
213617
|
set: function (a) {
|
|
213575
213618
|
if (a != this._bx) {
|
|
213576
|
-
if (a != null && a.
|
|
213619
|
+
if (a != null && a._ci == null) {
|
|
213577
213620
|
this._m(a);
|
|
213578
213621
|
}
|
|
213579
213622
|
var b = ThresholdConditionBase._bt[0].g(ThresholdConditionBase.$, SingleTargetFormula.$, this, this._bx, a);
|
|
@@ -213718,7 +213761,7 @@
|
|
|
213718
213761
|
*/
|
|
213719
213762
|
ThresholdConditionBase.prototype._bz = function (a) {
|
|
213720
213763
|
if (this._bx != null && a != null) {
|
|
213721
|
-
var b = this._bx.
|
|
213764
|
+
var b = this._bx._cg(this.workbook, a, false);
|
|
213722
213765
|
return b._al(this.workbook._e6);
|
|
213723
213766
|
}
|
|
213724
213767
|
return true;
|
|
@@ -215186,16 +215229,16 @@
|
|
|
215186
215229
|
*/
|
|
215187
215230
|
ConditionValue.prototype.shiftFormulas = function (callback, shiftOperation, operationOverride) {
|
|
215188
215231
|
if (this._j != null) {
|
|
215189
|
-
var a = this._j.
|
|
215232
|
+
var a = this._j._ci;
|
|
215190
215233
|
if (a != null) {
|
|
215191
|
-
this._j.
|
|
215234
|
+
this._j._cz(null, this._h.workbook);
|
|
215192
215235
|
}
|
|
215193
215236
|
var b = this._j._toString2(1, this._h.workbook._e6);
|
|
215194
215237
|
if (this._j._av(this._h.worksheet, shiftOperation, 0)) {
|
|
215195
215238
|
callback(this, null, b);
|
|
215196
215239
|
}
|
|
215197
215240
|
if (a != null) {
|
|
215198
|
-
this._j.
|
|
215241
|
+
this._j._cz(a, this._h.workbook);
|
|
215199
215242
|
}
|
|
215200
215243
|
}
|
|
215201
215244
|
};
|
|
@@ -216496,7 +216539,7 @@
|
|
|
216496
216539
|
*/
|
|
216497
216540
|
set: function (a) {
|
|
216498
216541
|
if (a != this._b4) {
|
|
216499
|
-
if (a != null && a.
|
|
216542
|
+
if (a != null && a._ci == null) {
|
|
216500
216543
|
this._m(a);
|
|
216501
216544
|
}
|
|
216502
216545
|
var b = FormulaConditionalFormat._b0[0].g(FormulaConditionalFormat.$, SingleTargetFormula.$, this, this._b4, a);
|
|
@@ -216576,7 +216619,7 @@
|
|
|
216576
216619
|
if (this._b4 != null) {
|
|
216577
216620
|
var b = this.regions.item(0);
|
|
216578
216621
|
var c = new TempCellCalcReference(true, this.worksheet, new WorksheetCellAddress(1, b.firstRow, b.firstColumn));
|
|
216579
|
-
this._b4.
|
|
216622
|
+
this._b4._cz(c, this.workbook);
|
|
216580
216623
|
a(this.worksheet, this._b4);
|
|
216581
216624
|
}
|
|
216582
216625
|
};
|
|
@@ -216587,7 +216630,7 @@
|
|
|
216587
216630
|
if (this._b4 == null) {
|
|
216588
216631
|
return ConditionMatchResult.f;
|
|
216589
216632
|
}
|
|
216590
|
-
var e = this._b4.
|
|
216633
|
+
var e = this._b4._cg(this.workbook, d, false);
|
|
216591
216634
|
return e._al(this.workbook._e6) ? ConditionMatchResult.e : ConditionMatchResult.f;
|
|
216592
216635
|
};
|
|
216593
216636
|
/**
|
|
@@ -218723,13 +218766,13 @@
|
|
|
218723
218766
|
}
|
|
218724
218767
|
if (this._b4 == null) {
|
|
218725
218768
|
if (this._b2 != null) {
|
|
218726
|
-
this._b4 = this._cb.
|
|
218769
|
+
this._b4 = this._cb._cg(this.workbook, d, false);
|
|
218727
218770
|
}
|
|
218728
218771
|
if (this._b3 != null) {
|
|
218729
218772
|
if (this._cc == null) {
|
|
218730
218773
|
return ConditionMatchResult.f;
|
|
218731
218774
|
}
|
|
218732
|
-
this._b5 = this._cc.
|
|
218775
|
+
this._b5 = this._cc._cg(this.workbook, d, false);
|
|
218733
218776
|
}
|
|
218734
218777
|
}
|
|
218735
218778
|
if (this._b4 == null || this._b4.isError) {
|
|
@@ -218887,7 +218930,7 @@
|
|
|
218887
218930
|
*/
|
|
218888
218931
|
set: function (a) {
|
|
218889
218932
|
if (a != this._cb) {
|
|
218890
|
-
if (a != null && a.
|
|
218933
|
+
if (a != null && a._ci == null) {
|
|
218891
218934
|
this._m(a);
|
|
218892
218935
|
}
|
|
218893
218936
|
var b = OperatorConditionalFormat._b0[1].g(OperatorConditionalFormat.$, SingleTargetFormula.$, this, this._cb, a);
|
|
@@ -218946,7 +218989,7 @@
|
|
|
218946
218989
|
*/
|
|
218947
218990
|
set: function (a) {
|
|
218948
218991
|
if (a != this._cc) {
|
|
218949
|
-
if (a != null && a.
|
|
218992
|
+
if (a != null && a._ci == null) {
|
|
218950
218993
|
this._m(a);
|
|
218951
218994
|
}
|
|
218952
218995
|
var b = OperatorConditionalFormat._b0[2].g(OperatorConditionalFormat.$, SingleTargetFormula.$, this, this._cc, a);
|
|
@@ -223771,7 +223814,7 @@
|
|
|
223771
223814
|
*/
|
|
223772
223815
|
set: function (a) {
|
|
223773
223816
|
if (a != this._d0) {
|
|
223774
|
-
if (a != null && a.
|
|
223817
|
+
if (a != null && a._ci == null) {
|
|
223775
223818
|
SeriesDataLabels._d2(this.sheet, a);
|
|
223776
223819
|
}
|
|
223777
223820
|
var b = this._r(SeriesDataLabels.$, SingleTargetFormula.$, this, 29, this._d0, a);
|
|
@@ -223893,7 +223936,7 @@
|
|
|
223893
223936
|
SeriesDataLabels._d2 = function (a, b) {
|
|
223894
223937
|
if (b != null) {
|
|
223895
223938
|
var c = new TempCellCalcReference(true, a, new WorksheetCellAddress(1, 0, 0));
|
|
223896
|
-
b.
|
|
223939
|
+
b._cz(c, a.workbook);
|
|
223897
223940
|
}
|
|
223898
223941
|
return b;
|
|
223899
223942
|
};
|
|
@@ -228425,7 +228468,7 @@
|
|
|
228425
228468
|
*/
|
|
228426
228469
|
SeriesValuesBase._b = function ($t, a, b, c, d) {
|
|
228427
228470
|
var e = new TempCellCalcReference(false, b, new WorksheetCellAddress(1, 0, 0));
|
|
228428
|
-
var f = a.
|
|
228471
|
+
var f = a._cg(b.workbook, e, false);
|
|
228429
228472
|
if (f.isError) {
|
|
228430
228473
|
return new Array(0);
|
|
228431
228474
|
}
|
|
@@ -228599,7 +228642,7 @@
|
|
|
228599
228642
|
SeriesValuesBase.prototype._t = function () {
|
|
228600
228643
|
if (this._h != null) {
|
|
228601
228644
|
var a = new TempCellCalcReference(true, this._g, new WorksheetCellAddress(1, 0, 0));
|
|
228602
|
-
this._h.
|
|
228645
|
+
this._h._cz(a, this._g.workbook);
|
|
228603
228646
|
}
|
|
228604
228647
|
};
|
|
228605
228648
|
/**
|
|
@@ -228830,7 +228873,7 @@
|
|
|
228830
228873
|
_this._c = sheet;
|
|
228831
228874
|
_this._d = formula;
|
|
228832
228875
|
var b = new TempCellCalcReference(true, _this._c, new WorksheetCellAddress(1, 0, 0));
|
|
228833
|
-
_this._d.
|
|
228876
|
+
_this._d._cz(b, _this._c.workbook);
|
|
228834
228877
|
}
|
|
228835
228878
|
break;
|
|
228836
228879
|
default: throw new Error('Invalid arguments');
|
|
@@ -228932,7 +228975,7 @@
|
|
|
228932
228975
|
}
|
|
228933
228976
|
this._d = ConditionBase._n(a, this._c.workbook, b);
|
|
228934
228977
|
var c = new TempCellCalcReference(true, this._c, new WorksheetCellAddress(1, 0, 0));
|
|
228935
|
-
this._d.
|
|
228978
|
+
this._d._cz(c, this._c.workbook);
|
|
228936
228979
|
};
|
|
228937
228980
|
SeriesName.$t = igniteuiWebcomponentsCore.markType(SeriesName, 'SeriesName');
|
|
228938
228981
|
return SeriesName;
|
|
@@ -236639,7 +236682,7 @@
|
|
|
236639
236682
|
d = new TempCellCalcReference(true, e.worksheet, new WorksheetCellAddress(1, 0, 0));
|
|
236640
236683
|
}
|
|
236641
236684
|
}
|
|
236642
|
-
a = b.
|
|
236685
|
+
a = b._cg(c, d, this._u);
|
|
236643
236686
|
if (a.isReference) {
|
|
236644
236687
|
a._ac = true;
|
|
236645
236688
|
}
|
|
@@ -244227,7 +244270,7 @@
|
|
|
244227
244270
|
}
|
|
244228
244271
|
var g;
|
|
244229
244272
|
if (igniteuiWebcomponentsCore.typeCast(ArrayInteriorFormula.$, f) !== null) {
|
|
244230
|
-
g = "{" + f.
|
|
244273
|
+
g = "{" + f._c1._toString() + "}";
|
|
244231
244274
|
}
|
|
244232
244275
|
else {
|
|
244233
244276
|
g = f.formulaString;
|
|
@@ -288124,7 +288167,7 @@
|
|
|
288124
288167
|
if (c) {
|
|
288125
288168
|
var e_2;
|
|
288126
288169
|
var f_1;
|
|
288127
|
-
if (!((function () { var g = ArrayFormula.
|
|
288170
|
+
if (!((function () { var g = ArrayFormula._cu("=" + b, 1, a.currentFormat, igniteuiWebcomponentsCore.CultureInfo.invariantCulture, e_2, f_1, d); e_2 = g.p4; f_1 = g.p5; return g.ret; })())) {
|
|
288128
288171
|
throw f_1;
|
|
288129
288172
|
}
|
|
288130
288173
|
return e_2;
|
|
@@ -293612,7 +293655,7 @@
|
|
|
293612
293655
|
};
|
|
293613
293656
|
ObjectModelWorksheetPartManager.prototype.gh = function (at, au, av, aw) {
|
|
293614
293657
|
var ax = igniteuiWebcomponentsCore.typeCast(SingleTargetFormula.$, aw);
|
|
293615
|
-
if (ax == null || ax.
|
|
293658
|
+
if (ax == null || ax._cl == false) {
|
|
293616
293659
|
return;
|
|
293617
293660
|
}
|
|
293618
293661
|
var ay = null;
|
|
@@ -293624,7 +293667,7 @@
|
|
|
293624
293667
|
var a4 = null;
|
|
293625
293668
|
var a5 = igniteuiWebcomponentsCore.toNullable(igniteuiWebcomponentsCore.Number_$type, null);
|
|
293626
293669
|
if (ax._am) {
|
|
293627
|
-
var a6 = ax.
|
|
293670
|
+
var a6 = ax._c1;
|
|
293628
293671
|
a0 = 2;
|
|
293629
293672
|
az = a6._h._toString2(1, false, true, true);
|
|
293630
293673
|
var a7 = a6.columnInputCell;
|
|
@@ -293639,7 +293682,7 @@
|
|
|
293639
293682
|
}
|
|
293640
293683
|
else if (ax._ak) {
|
|
293641
293684
|
a0 = 1;
|
|
293642
|
-
var ba = ax.
|
|
293685
|
+
var ba = ax._c1;
|
|
293643
293686
|
az = ba.cellRange._toString2(1, false, true, true);
|
|
293644
293687
|
ay = at._cw(ba);
|
|
293645
293688
|
}
|
|
@@ -295460,7 +295503,7 @@
|
|
|
295460
295503
|
for (var _4 = tslib.__values(igniteuiWebcomponentsCore.fromEnum(this._b._namedReferences$i)), _5 = _4.next(); !_5.done; _5 = _4.next()) {
|
|
295461
295504
|
var b = _5.value;
|
|
295462
295505
|
if (b._j != null) {
|
|
295463
|
-
b._j.
|
|
295506
|
+
b._j._cx(this._b);
|
|
295464
295507
|
}
|
|
295465
295508
|
}
|
|
295466
295509
|
}
|
|
@@ -362879,12 +362922,12 @@
|
|
|
362879
362922
|
this._ds(6);
|
|
362880
362923
|
if (g._ak) {
|
|
362881
362924
|
var i = g;
|
|
362882
|
-
if (i.
|
|
362925
|
+
if (i._c1.cellRange.firstRow == this._cm.b.index && i._c1.cellRange.firstColumn == b) {
|
|
362883
362926
|
this._ds(545);
|
|
362884
362927
|
}
|
|
362885
362928
|
}
|
|
362886
362929
|
else if (g._am) {
|
|
362887
|
-
var j = g.
|
|
362930
|
+
var j = g._c1.cellsInTable;
|
|
362888
362931
|
if (j.firstRow == this._cm.b.index - 1 && j.firstColumn == b - 1) {
|
|
362889
362932
|
this._ds(566);
|
|
362890
362933
|
}
|
|
@@ -373212,7 +373255,7 @@
|
|
|
373212
373255
|
if (c == null) {
|
|
373213
373256
|
return;
|
|
373214
373257
|
}
|
|
373215
|
-
var d = c.
|
|
373258
|
+
var d = c._c1;
|
|
373216
373259
|
a._cl._write17(d.cellRange.firstRow);
|
|
373217
373260
|
a._cl._write17(d.cellRange.lastRow);
|
|
373218
373261
|
a._cl._write9(d.cellRange.firstColumn);
|
|
@@ -379829,7 +379872,7 @@
|
|
|
379829
379872
|
if (c == null) {
|
|
379830
379873
|
return;
|
|
379831
379874
|
}
|
|
379832
|
-
var d = c.
|
|
379875
|
+
var d = c._c1;
|
|
379833
379876
|
var e = d.cellsInTable;
|
|
379834
379877
|
a._cl._write17((e.firstRow + 1));
|
|
379835
379878
|
a._cl._write17(e.lastRow);
|
|
@@ -408662,6 +408705,13 @@
|
|
|
408662
408705
|
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.
|
|
408663
408706
|
*/
|
|
408664
408707
|
|
|
408708
|
+
/*
|
|
408709
|
+
THIS INFRAGISTICS ULTIMATE SOFTWARE LICENSE AGREEMENT ("AGREEMENT") LOCATED HERE:
|
|
408710
|
+
https://www.infragistics.com/legal/license/igultimate-la
|
|
408711
|
+
https://www.infragistics.com/legal/license/igultimate-eula
|
|
408712
|
+
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.
|
|
408713
|
+
*/
|
|
408714
|
+
|
|
408665
408715
|
/*
|
|
408666
408716
|
THIS INFRAGISTICS ULTIMATE SOFTWARE LICENSE AGREEMENT ("AGREEMENT") LOCATED HERE:
|
|
408667
408717
|
https://www.infragistics.com/legal/license/igultimate-la
|
|
@@ -439109,6 +439159,7 @@
|
|
|
439109
439159
|
exports.Formula_TableResizingVisitor = Formula_TableResizingVisitor;
|
|
439110
439160
|
exports.Formula_TokensReplacedChangeContext = Formula_TokensReplacedChangeContext;
|
|
439111
439161
|
exports.Formula_VerifyFormatLimitsVisitor = Formula_VerifyFormatLimitsVisitor;
|
|
439162
|
+
exports.Formula_VisitWorksheetVisitor = Formula_VisitWorksheetVisitor;
|
|
439112
439163
|
exports.Formula_WorksheetMovedVisitor = Formula_WorksheetMovedVisitor;
|
|
439113
439164
|
exports.Formula_WorksheetRemovedVisitor = Formula_WorksheetRemovedVisitor;
|
|
439114
439165
|
exports.FrozenPaneSettings = FrozenPaneSettings;
|