igniteui-webcomponents-excel 4.8.0 → 4.8.1-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.
- package/bundles/igniteui-webcomponents-excel.umd.js +21 -4
- package/bundles/igniteui-webcomponents-excel.umd.min.js +1 -1
- package/esm2015/lib/DefaultStyleHelper_combined.js +16 -1
- package/esm2015/lib/UltraCalcConditionalFunctionBase_CriteriaEvaluator.js +6 -5
- package/esm5/lib/DefaultStyleHelper_combined.js +16 -1
- package/esm5/lib/UltraCalcConditionalFunctionBase_CriteriaEvaluator.js +6 -5
- package/fesm2015/igniteui-webcomponents-excel.js +21 -4
- package/fesm5/igniteui-webcomponents-excel.js +21 -4
- package/package.json +2 -2
|
@@ -154166,7 +154166,22 @@
|
|
|
154166
154166
|
return igniteuiWebcomponentsCore.Base.getHashCodeStatic(this._a3) ^ (this._a8 << 16);
|
|
154167
154167
|
};
|
|
154168
154168
|
CellCalcReference.prototype.isSubsetReference = function (a) {
|
|
154169
|
-
|
|
154169
|
+
var b = igniteuiWebcomponentsCore.typeCast(RefBase.$, ExcelCalcEngine.i(a));
|
|
154170
|
+
if (b == null || igniteuiWebcomponentsCore.typeCast(NamedCalcReferenceBase.$, b) !== null) {
|
|
154171
|
+
return false;
|
|
154172
|
+
}
|
|
154173
|
+
var c = igniteuiWebcomponentsCore.typeCast(CellCalcReference.$, b);
|
|
154174
|
+
if (c != null) {
|
|
154175
|
+
return this == c;
|
|
154176
|
+
}
|
|
154177
|
+
var d = CalcUtilities.l(b);
|
|
154178
|
+
for (var e = 0; e < d.count; e++) {
|
|
154179
|
+
var f = d.item(e);
|
|
154180
|
+
if (!f._u || f._k != this._a3 || f._v != this._a8) {
|
|
154181
|
+
return false;
|
|
154182
|
+
}
|
|
154183
|
+
}
|
|
154184
|
+
return d.count > 0;
|
|
154170
154185
|
};
|
|
154171
154186
|
CellCalcReference.prototype._bf = function () {
|
|
154172
154187
|
var a = this._t;
|
|
@@ -244399,7 +244414,9 @@
|
|
|
244399
244414
|
}
|
|
244400
244415
|
_this.f = g_1;
|
|
244401
244416
|
var h_1;
|
|
244402
|
-
|
|
244417
|
+
var i_1 = new ExcelCalcValue(g_1.trim());
|
|
244418
|
+
i_1._q = new CalculationContext(1, a, 64);
|
|
244419
|
+
if (!i_1.isNull && ((function () { var j = i_1._toDouble1(h_1); h_1 = j.p0; return j.ret; })())) {
|
|
244403
244420
|
d = h_1;
|
|
244404
244421
|
if (f == false) {
|
|
244405
244422
|
_this.f = null;
|
|
@@ -244407,8 +244424,8 @@
|
|
|
244407
244424
|
}
|
|
244408
244425
|
else {
|
|
244409
244426
|
if (igniteuiWebcomponentsCore.stringContains(g_1, "*") || igniteuiWebcomponentsCore.stringContains(g_1, "?")) {
|
|
244410
|
-
var
|
|
244411
|
-
_this.g = ((function () { var
|
|
244427
|
+
var j_1;
|
|
244428
|
+
_this.g = ((function () { var k = ExcelUtils.er(g_1, j_1); j_1 = k.p1; return k.ret; })());
|
|
244412
244429
|
}
|
|
244413
244430
|
d = g_1;
|
|
244414
244431
|
}
|