@gridsheet/react-core 0.12.4-rc.0 → 0.12.4
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/dist/components/Cell.d.ts.map +1 -1
- package/dist/components/Cell.js +181 -190
- package/dist/components/Cell.js.map +1 -1
- package/dist/components/ContextMenu.js +198 -208
- package/dist/components/ContextMenu.js.map +1 -1
- package/dist/components/Editor.d.ts.map +1 -1
- package/dist/components/Editor.js +262 -275
- package/dist/components/Editor.js.map +1 -1
- package/dist/components/Emitter.js +29 -39
- package/dist/components/Emitter.js.map +1 -1
- package/dist/components/GridSheet.d.ts.map +1 -1
- package/dist/components/GridSheet.js +109 -119
- package/dist/components/GridSheet.js.map +1 -1
- package/dist/components/HeaderLeftCell.js +61 -72
- package/dist/components/HeaderLeftCell.js.map +1 -1
- package/dist/components/HeaderTopCell.js +62 -73
- package/dist/components/HeaderTopCell.js.map +1 -1
- package/dist/components/Resizer.d.ts.map +1 -1
- package/dist/components/Resizer.js +79 -87
- package/dist/components/Resizer.js.map +1 -1
- package/dist/components/SearchBox.d.ts.map +1 -1
- package/dist/components/SearchBox.js +54 -62
- package/dist/components/SearchBox.js.map +1 -1
- package/dist/components/StoreInitializer.js +71 -81
- package/dist/components/StoreInitializer.js.map +1 -1
- package/dist/components/Tabular.d.ts +2 -2
- package/dist/components/Tabular.d.ts.map +1 -1
- package/dist/components/Tabular.js +85 -95
- package/dist/components/Tabular.js.map +1 -1
- package/dist/constants.d.ts.map +1 -1
- package/dist/constants.js +26 -33
- package/dist/constants.js.map +1 -1
- package/dist/formula/evaluator.d.ts +1 -1
- package/dist/formula/evaluator.js +490 -500
- package/dist/formula/evaluator.js.map +1 -1
- package/dist/formula/functions/__base.js +17 -27
- package/dist/formula/functions/__base.js.map +1 -1
- package/dist/formula/functions/__utils.js +103 -113
- package/dist/formula/functions/__utils.js.map +1 -1
- package/dist/formula/functions/abs.js +21 -31
- package/dist/formula/functions/abs.js.map +1 -1
- package/dist/formula/functions/abs.spec.js +25 -35
- package/dist/formula/functions/abs.spec.js.map +1 -1
- package/dist/formula/functions/acos.js +28 -38
- package/dist/formula/functions/acos.js.map +1 -1
- package/dist/formula/functions/add.js +47 -57
- package/dist/formula/functions/add.js.map +1 -1
- package/dist/formula/functions/and.js +28 -38
- package/dist/formula/functions/and.js.map +1 -1
- package/dist/formula/functions/asin.js +28 -38
- package/dist/formula/functions/asin.js.map +1 -1
- package/dist/formula/functions/atan.js +26 -36
- package/dist/formula/functions/atan.js.map +1 -1
- package/dist/formula/functions/atan2.js +32 -42
- package/dist/formula/functions/atan2.js.map +1 -1
- package/dist/formula/functions/average.js +40 -50
- package/dist/formula/functions/average.js.map +1 -1
- package/dist/formula/functions/col.js +28 -38
- package/dist/formula/functions/col.js.map +1 -1
- package/dist/formula/functions/concat.js +27 -37
- package/dist/formula/functions/concat.js.map +1 -1
- package/dist/formula/functions/concatenate.js +25 -35
- package/dist/formula/functions/concatenate.js.map +1 -1
- package/dist/formula/functions/cos.js +26 -36
- package/dist/formula/functions/cos.js.map +1 -1
- package/dist/formula/functions/count.js +35 -45
- package/dist/formula/functions/count.js.map +1 -1
- package/dist/formula/functions/counta.js +35 -45
- package/dist/formula/functions/counta.js.map +1 -1
- package/dist/formula/functions/countif.js +30 -40
- package/dist/formula/functions/countif.js.map +1 -1
- package/dist/formula/functions/divide.js +32 -42
- package/dist/formula/functions/divide.js.map +1 -1
- package/dist/formula/functions/eq.js +25 -35
- package/dist/formula/functions/eq.js.map +1 -1
- package/dist/formula/functions/exp.js +28 -38
- package/dist/formula/functions/exp.js.map +1 -1
- package/dist/formula/functions/gt.js +27 -37
- package/dist/formula/functions/gt.js.map +1 -1
- package/dist/formula/functions/gte.js +27 -37
- package/dist/formula/functions/gte.js.map +1 -1
- package/dist/formula/functions/hlookup.js +67 -77
- package/dist/formula/functions/hlookup.js.map +1 -1
- package/dist/formula/functions/if.js +36 -46
- package/dist/formula/functions/if.js.map +1 -1
- package/dist/formula/functions/iferror.js +38 -48
- package/dist/formula/functions/iferror.js.map +1 -1
- package/dist/formula/functions/iferror.spec.js +53 -63
- package/dist/formula/functions/iferror.spec.js.map +1 -1
- package/dist/formula/functions/len.js +26 -36
- package/dist/formula/functions/len.js.map +1 -1
- package/dist/formula/functions/lenb.js +26 -36
- package/dist/formula/functions/lenb.js.map +1 -1
- package/dist/formula/functions/ln.js +28 -38
- package/dist/formula/functions/ln.js.map +1 -1
- package/dist/formula/functions/log.js +33 -43
- package/dist/formula/functions/log.js.map +1 -1
- package/dist/formula/functions/log10.js +28 -38
- package/dist/formula/functions/log10.js.map +1 -1
- package/dist/formula/functions/lt.js +27 -37
- package/dist/formula/functions/lt.js.map +1 -1
- package/dist/formula/functions/lte.js +27 -37
- package/dist/formula/functions/lte.js.map +1 -1
- package/dist/formula/functions/max.js +42 -52
- package/dist/formula/functions/max.js.map +1 -1
- package/dist/formula/functions/min.js +42 -52
- package/dist/formula/functions/min.js.map +1 -1
- package/dist/formula/functions/minus.js +47 -57
- package/dist/formula/functions/minus.js.map +1 -1
- package/dist/formula/functions/mod.js +30 -40
- package/dist/formula/functions/mod.js.map +1 -1
- package/dist/formula/functions/mod.spec.js +47 -57
- package/dist/formula/functions/mod.spec.js.map +1 -1
- package/dist/formula/functions/multiply.js +27 -37
- package/dist/formula/functions/multiply.js.map +1 -1
- package/dist/formula/functions/ne.js +25 -35
- package/dist/formula/functions/ne.js.map +1 -1
- package/dist/formula/functions/not.js +30 -40
- package/dist/formula/functions/not.js.map +1 -1
- package/dist/formula/functions/now.js +21 -31
- package/dist/formula/functions/now.js.map +1 -1
- package/dist/formula/functions/or.js +28 -38
- package/dist/formula/functions/or.js.map +1 -1
- package/dist/formula/functions/pi.js +19 -29
- package/dist/formula/functions/pi.js.map +1 -1
- package/dist/formula/functions/power.js +24 -34
- package/dist/formula/functions/power.js.map +1 -1
- package/dist/formula/functions/product.js +37 -47
- package/dist/formula/functions/product.js.map +1 -1
- package/dist/formula/functions/radians.js +26 -36
- package/dist/formula/functions/radians.js.map +1 -1
- package/dist/formula/functions/rand.js +19 -29
- package/dist/formula/functions/rand.js.map +1 -1
- package/dist/formula/functions/round.js +34 -44
- package/dist/formula/functions/round.js.map +1 -1
- package/dist/formula/functions/rounddown.js +34 -44
- package/dist/formula/functions/rounddown.js.map +1 -1
- package/dist/formula/functions/roundup.js +34 -44
- package/dist/formula/functions/roundup.js.map +1 -1
- package/dist/formula/functions/row.js +28 -38
- package/dist/formula/functions/row.js.map +1 -1
- package/dist/formula/functions/sin.js +26 -36
- package/dist/formula/functions/sin.js.map +1 -1
- package/dist/formula/functions/sqrt.js +28 -38
- package/dist/formula/functions/sqrt.js.map +1 -1
- package/dist/formula/functions/sum.js +42 -52
- package/dist/formula/functions/sum.js.map +1 -1
- package/dist/formula/functions/sum.spec.js +35 -45
- package/dist/formula/functions/sum.spec.js.map +1 -1
- package/dist/formula/functions/sumif.js +56 -66
- package/dist/formula/functions/sumif.js.map +1 -1
- package/dist/formula/functions/tan.js +26 -36
- package/dist/formula/functions/tan.js.map +1 -1
- package/dist/formula/functions/uminus.js +23 -33
- package/dist/formula/functions/uminus.js.map +1 -1
- package/dist/formula/functions/vlookup.js +67 -77
- package/dist/formula/functions/vlookup.js.map +1 -1
- package/dist/formula/mapping.js +116 -126
- package/dist/formula/mapping.js.map +1 -1
- package/dist/formula/solver.js +61 -71
- package/dist/formula/solver.js.map +1 -1
- package/dist/index.js +31 -41
- package/dist/index.js.map +1 -1
- package/dist/lib/autofill.js +334 -344
- package/dist/lib/autofill.js.map +1 -1
- package/dist/lib/clipboard.js +45 -55
- package/dist/lib/clipboard.js.map +1 -1
- package/dist/lib/converters.js +130 -140
- package/dist/lib/converters.js.map +1 -1
- package/dist/lib/hooks.d.ts +1 -0
- package/dist/lib/hooks.d.ts.map +1 -0
- package/dist/lib/hooks.js +2 -0
- package/dist/lib/hooks.js.map +1 -0
- package/dist/lib/structs.js +254 -264
- package/dist/lib/structs.js.map +1 -1
- package/dist/lib/table.d.ts +1 -3
- package/dist/lib/table.d.ts.map +1 -1
- package/dist/lib/table.js +897 -911
- package/dist/lib/table.js.map +1 -1
- package/dist/lib/time.d.ts.map +1 -1
- package/dist/lib/time.js +59 -69
- package/dist/lib/time.js.map +1 -1
- package/dist/lib/virtualization.d.ts +3 -12
- package/dist/lib/virtualization.d.ts.map +1 -1
- package/dist/lib/virtualization.js +116 -120
- package/dist/lib/virtualization.js.map +1 -1
- package/dist/parsers/core.js +109 -119
- package/dist/parsers/core.js.map +1 -1
- package/dist/renderers/checkbox.js +11 -21
- package/dist/renderers/checkbox.js.map +1 -1
- package/dist/renderers/core.d.ts +1 -1
- package/dist/renderers/core.d.ts.map +1 -1
- package/dist/renderers/core.js +129 -139
- package/dist/renderers/core.js.map +1 -1
- package/dist/renderers/thousand_separator.js +15 -25
- package/dist/renderers/thousand_separator.js.map +1 -1
- package/dist/store/actions.js +485 -495
- package/dist/store/actions.js.map +1 -1
- package/dist/store/helpers.js +78 -88
- package/dist/store/helpers.js.map +1 -1
- package/dist/store/index.js +5 -15
- package/dist/store/index.js.map +1 -1
- package/dist/styles/embedder.js +17 -27
- package/dist/styles/embedder.js.map +1 -1
- package/dist/styles/minified.js +6 -16
- package/dist/styles/minified.js.map +1 -1
- package/dist/types.d.ts +10 -5
- package/dist/types.d.ts.map +1 -1
- package/dist/types.js +2 -12
- package/dist/utils.js +9 -19
- package/dist/utils.js.map +1 -1
- package/package.json +9 -2
|
@@ -1,40 +1,30 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.TanFunction = void 0;
|
|
4
|
+
const evaluator_1 = require("../evaluator");
|
|
5
|
+
const __base_1 = require("./__base");
|
|
6
|
+
const __utils_1 = require("./__utils");
|
|
7
|
+
class TanFunction extends __base_1.BaseFunction {
|
|
8
|
+
constructor() {
|
|
9
|
+
super(...arguments);
|
|
10
|
+
this.example = "TAN(1)";
|
|
11
|
+
this.helpText = ["Returns the tan of the angle specified in radians."];
|
|
12
|
+
this.helpArgs = [
|
|
13
|
+
{
|
|
14
|
+
name: "angle",
|
|
15
|
+
description: "An angle in radians, at which you want the tan.",
|
|
16
|
+
},
|
|
17
|
+
];
|
|
5
18
|
}
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
})(function (require, exports) {
|
|
10
|
-
"use strict";
|
|
11
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
12
|
-
exports.TanFunction = void 0;
|
|
13
|
-
const evaluator_1 = require("../evaluator");
|
|
14
|
-
const __base_1 = require("./__base");
|
|
15
|
-
const __utils_1 = require("./__utils");
|
|
16
|
-
class TanFunction extends __base_1.BaseFunction {
|
|
17
|
-
constructor() {
|
|
18
|
-
super(...arguments);
|
|
19
|
-
this.example = "TAN(1)";
|
|
20
|
-
this.helpText = ["Returns the tan of the angle specified in radians."];
|
|
21
|
-
this.helpArgs = [
|
|
22
|
-
{
|
|
23
|
-
name: "angle",
|
|
24
|
-
description: "An angle in radians, at which you want the tan.",
|
|
25
|
-
},
|
|
26
|
-
];
|
|
27
|
-
}
|
|
28
|
-
validate() {
|
|
29
|
-
if (this.bareArgs.length !== 1) {
|
|
30
|
-
throw new evaluator_1.FormulaError("#N/A", "Number of arguments for TAN is incorrect.");
|
|
31
|
-
}
|
|
32
|
-
this.bareArgs = this.bareArgs.map((arg) => (0, __utils_1.ensureNumber)(arg));
|
|
33
|
-
}
|
|
34
|
-
main(angle) {
|
|
35
|
-
return Math.tan(angle);
|
|
19
|
+
validate() {
|
|
20
|
+
if (this.bareArgs.length !== 1) {
|
|
21
|
+
throw new evaluator_1.FormulaError("#N/A", "Number of arguments for TAN is incorrect.");
|
|
36
22
|
}
|
|
23
|
+
this.bareArgs = this.bareArgs.map((arg) => (0, __utils_1.ensureNumber)(arg));
|
|
24
|
+
}
|
|
25
|
+
main(angle) {
|
|
26
|
+
return Math.tan(angle);
|
|
37
27
|
}
|
|
38
|
-
|
|
39
|
-
|
|
28
|
+
}
|
|
29
|
+
exports.TanFunction = TanFunction;
|
|
40
30
|
//# sourceMappingURL=tan.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"tan.js","sourceRoot":"","sources":["../../../src/formula/functions/tan.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"tan.js","sourceRoot":"","sources":["../../../src/formula/functions/tan.ts"],"names":[],"mappings":";;;AAAA,4CAA4C;AAC5C,qCAAwC;AACxC,uCAAyC;AAEzC,MAAa,WAAY,SAAQ,qBAAY;IAA7C;;QACE,YAAO,GAAG,QAAQ,CAAC;QACnB,aAAQ,GAAG,CAAC,oDAAoD,CAAC,CAAC;QAClE,aAAQ,GAAG;YACT;gBACE,IAAI,EAAE,OAAO;gBACb,WAAW,EAAE,iDAAiD;aAC/D;SACF,CAAC;IAeJ,CAAC;IAbW,QAAQ;QAChB,IAAI,IAAI,CAAC,QAAQ,CAAC,MAAM,KAAK,CAAC,EAAE;YAC9B,MAAM,IAAI,wBAAY,CACpB,MAAM,EACN,2CAA2C,CAC5C,CAAC;SACH;QACD,IAAI,CAAC,QAAQ,GAAG,IAAI,CAAC,QAAQ,CAAC,GAAG,CAAC,CAAC,GAAG,EAAE,EAAE,CAAC,IAAA,sBAAY,EAAC,GAAG,CAAC,CAAC,CAAC;IAChE,CAAC;IAES,IAAI,CAAC,KAAa;QAC1B,OAAO,IAAI,CAAC,GAAG,CAAC,KAAK,CAAC,CAAC;IACzB,CAAC;CACF;AAvBD,kCAuBC"}
|
|
@@ -1,37 +1,27 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.UminusFunction = void 0;
|
|
4
|
+
const evaluator_1 = require("../evaluator");
|
|
5
|
+
const __base_1 = require("./__base");
|
|
6
|
+
const __utils_1 = require("./__utils");
|
|
7
|
+
class UminusFunction extends __base_1.BaseFunction {
|
|
8
|
+
constructor() {
|
|
9
|
+
super(...arguments);
|
|
10
|
+
this.example = "UMINUS(4)";
|
|
11
|
+
this.helpText = ["Returns a number with positive and negative values reversed."];
|
|
12
|
+
this.helpArgs = [
|
|
13
|
+
{ name: "value1", description: "A number that will be subtracted." },
|
|
14
|
+
];
|
|
5
15
|
}
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
})(function (require, exports) {
|
|
10
|
-
"use strict";
|
|
11
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
12
|
-
exports.UminusFunction = void 0;
|
|
13
|
-
const evaluator_1 = require("../evaluator");
|
|
14
|
-
const __base_1 = require("./__base");
|
|
15
|
-
const __utils_1 = require("./__utils");
|
|
16
|
-
class UminusFunction extends __base_1.BaseFunction {
|
|
17
|
-
constructor() {
|
|
18
|
-
super(...arguments);
|
|
19
|
-
this.example = "UMINUS(4)";
|
|
20
|
-
this.helpText = ["Returns a number with positive and negative values reversed."];
|
|
21
|
-
this.helpArgs = [
|
|
22
|
-
{ name: "value1", description: "A number that will be subtracted." },
|
|
23
|
-
];
|
|
24
|
-
}
|
|
25
|
-
validate() {
|
|
26
|
-
if (this.bareArgs.length !== 1) {
|
|
27
|
-
throw new evaluator_1.FormulaError("#N/A", "A single numerical value is only required.");
|
|
28
|
-
}
|
|
29
|
-
this.bareArgs = this.bareArgs.map((arg) => (0, __utils_1.ensureNumber)(arg));
|
|
30
|
-
}
|
|
31
|
-
main(v1) {
|
|
32
|
-
return -v1;
|
|
16
|
+
validate() {
|
|
17
|
+
if (this.bareArgs.length !== 1) {
|
|
18
|
+
throw new evaluator_1.FormulaError("#N/A", "A single numerical value is only required.");
|
|
33
19
|
}
|
|
20
|
+
this.bareArgs = this.bareArgs.map((arg) => (0, __utils_1.ensureNumber)(arg));
|
|
21
|
+
}
|
|
22
|
+
main(v1) {
|
|
23
|
+
return -v1;
|
|
34
24
|
}
|
|
35
|
-
|
|
36
|
-
|
|
25
|
+
}
|
|
26
|
+
exports.UminusFunction = UminusFunction;
|
|
37
27
|
//# sourceMappingURL=uminus.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"uminus.js","sourceRoot":"","sources":["../../../src/formula/functions/uminus.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"uminus.js","sourceRoot":"","sources":["../../../src/formula/functions/uminus.ts"],"names":[],"mappings":";;;AAAA,4CAA4C;AAC5C,qCAAwC;AACxC,uCAAyC;AAEzC,MAAa,cAAe,SAAQ,qBAAY;IAAhD;;QACE,YAAO,GAAG,WAAW,CAAC;QACtB,aAAQ,GAAG,CAAC,8DAA8D,CAAC,CAAC;QAC5E,aAAQ,GAAG;YACT,EAAE,IAAI,EAAE,QAAQ,EAAE,WAAW,EAAE,mCAAmC,EAAE;SACrE,CAAC;IAeJ,CAAC;IAbW,QAAQ;QAChB,IAAI,IAAI,CAAC,QAAQ,CAAC,MAAM,KAAK,CAAC,EAAE;YAC9B,MAAM,IAAI,wBAAY,CACpB,MAAM,EACN,4CAA4C,CAC7C,CAAC;SACH;QACD,IAAI,CAAC,QAAQ,GAAG,IAAI,CAAC,QAAQ,CAAC,GAAG,CAAC,CAAC,GAAG,EAAE,EAAE,CAAC,IAAA,sBAAY,EAAC,GAAG,CAAC,CAAC,CAAC;IAChE,CAAC;IAES,IAAI,CAAC,EAAU;QACvB,OAAO,CAAC,EAAE,CAAC;IACb,CAAC;CACF;AApBD,wCAoBC"}
|
|
@@ -1,88 +1,78 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.VlookupFunction = void 0;
|
|
4
|
+
const evaluator_1 = require("../evaluator");
|
|
5
|
+
const solver_1 = require("../solver");
|
|
6
|
+
const table_1 = require("../../lib/table");
|
|
7
|
+
const __base_1 = require("./__base");
|
|
8
|
+
const __utils_1 = require("./__utils");
|
|
9
|
+
class VlookupFunction extends __base_1.BaseFunction {
|
|
10
|
+
constructor() {
|
|
11
|
+
super(...arguments);
|
|
12
|
+
this.example = "VLOOKUP(10003, A2:B26, 2, FALSE)";
|
|
13
|
+
this.helpText = [
|
|
14
|
+
"Searches vertically for the specified key in the first column of the range and returns the value of the specified cell in the same row.",
|
|
15
|
+
];
|
|
16
|
+
this.helpArgs = [
|
|
17
|
+
{ name: "key", description: "Search key." },
|
|
18
|
+
{
|
|
19
|
+
name: "range",
|
|
20
|
+
description: "A range for search",
|
|
21
|
+
},
|
|
22
|
+
{
|
|
23
|
+
name: "index",
|
|
24
|
+
description: "The index of the column in the range.",
|
|
25
|
+
},
|
|
26
|
+
{
|
|
27
|
+
name: "is_sorted",
|
|
28
|
+
description: "FALSE: Exact match. This is recommended. TRUE: Approximate match. Before you use an approximate match, sort your search key in ascending order. Otherwise, you may likely get a wrong return value.",
|
|
29
|
+
option: true,
|
|
30
|
+
},
|
|
31
|
+
];
|
|
5
32
|
}
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
})(function (require, exports) {
|
|
10
|
-
"use strict";
|
|
11
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
12
|
-
exports.VlookupFunction = void 0;
|
|
13
|
-
const evaluator_1 = require("../evaluator");
|
|
14
|
-
const solver_1 = require("../solver");
|
|
15
|
-
const table_1 = require("../../lib/table");
|
|
16
|
-
const __base_1 = require("./__base");
|
|
17
|
-
const __utils_1 = require("./__utils");
|
|
18
|
-
class VlookupFunction extends __base_1.BaseFunction {
|
|
19
|
-
constructor() {
|
|
20
|
-
super(...arguments);
|
|
21
|
-
this.example = "VLOOKUP(10003, A2:B26, 2, FALSE)";
|
|
22
|
-
this.helpText = [
|
|
23
|
-
"Searches vertically for the specified key in the first column of the range and returns the value of the specified cell in the same row.",
|
|
24
|
-
];
|
|
25
|
-
this.helpArgs = [
|
|
26
|
-
{ name: "key", description: "Search key." },
|
|
27
|
-
{
|
|
28
|
-
name: "range",
|
|
29
|
-
description: "A range for search",
|
|
30
|
-
},
|
|
31
|
-
{
|
|
32
|
-
name: "index",
|
|
33
|
-
description: "The index of the column in the range.",
|
|
34
|
-
},
|
|
35
|
-
{
|
|
36
|
-
name: "is_sorted",
|
|
37
|
-
description: "FALSE: Exact match. This is recommended. TRUE: Approximate match. Before you use an approximate match, sort your search key in ascending order. Otherwise, you may likely get a wrong return value.",
|
|
38
|
-
option: true,
|
|
39
|
-
},
|
|
40
|
-
];
|
|
33
|
+
validate() {
|
|
34
|
+
if (this.bareArgs.length !== 3 && this.bareArgs.length !== 4) {
|
|
35
|
+
throw new evaluator_1.FormulaError("#N/A", "Number of arguments for VLOOKUP is incorrect.");
|
|
41
36
|
}
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
this.bareArgs[0] = (0, __utils_1.stripTable)(this.bareArgs[0]);
|
|
48
|
-
}
|
|
49
|
-
if (!(this.bareArgs[1] instanceof table_1.Table)) {
|
|
50
|
-
throw new evaluator_1.FormulaError("#REF!", "2nd argument must be range");
|
|
51
|
-
}
|
|
52
|
-
this.bareArgs[2] = (0, __utils_1.ensureNumber)(this.bareArgs[2]);
|
|
53
|
-
this.bareArgs[3] = (0, __utils_1.ensureBoolean)(this.bareArgs[3], true);
|
|
37
|
+
if (this.bareArgs[0] instanceof table_1.Table) {
|
|
38
|
+
this.bareArgs[0] = (0, __utils_1.stripTable)(this.bareArgs[0]);
|
|
39
|
+
}
|
|
40
|
+
if (!(this.bareArgs[1] instanceof table_1.Table)) {
|
|
41
|
+
throw new evaluator_1.FormulaError("#REF!", "2nd argument must be range");
|
|
54
42
|
}
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
}
|
|
43
|
+
this.bareArgs[2] = (0, __utils_1.ensureNumber)(this.bareArgs[2]);
|
|
44
|
+
this.bareArgs[3] = (0, __utils_1.ensureBoolean)(this.bareArgs[3], true);
|
|
45
|
+
}
|
|
46
|
+
main(key, range, index, isSorted) {
|
|
47
|
+
var _a, _b, _c, _d;
|
|
48
|
+
const matrix = (0, solver_1.solveTable)({ table: range });
|
|
49
|
+
if (isSorted) {
|
|
50
|
+
let last = -1;
|
|
51
|
+
for (let y = 0; y <= range.getNumRows(); y++) {
|
|
52
|
+
const v = (_a = matrix[y]) === null || _a === void 0 ? void 0 : _a[0];
|
|
53
|
+
if (v == null) {
|
|
54
|
+
continue;
|
|
55
|
+
}
|
|
56
|
+
if (v <= key) {
|
|
57
|
+
last = y;
|
|
71
58
|
}
|
|
72
|
-
|
|
73
|
-
|
|
59
|
+
else {
|
|
60
|
+
break;
|
|
74
61
|
}
|
|
75
62
|
}
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
63
|
+
if (last !== -1) {
|
|
64
|
+
return (_b = matrix[last]) === null || _b === void 0 ? void 0 : _b[index - 1];
|
|
65
|
+
}
|
|
66
|
+
}
|
|
67
|
+
else {
|
|
68
|
+
for (let y = 0; y <= range.getNumRows(); y++) {
|
|
69
|
+
if (((_c = matrix[y]) === null || _c === void 0 ? void 0 : _c[0]) === key) {
|
|
70
|
+
return (_d = matrix[y]) === null || _d === void 0 ? void 0 : _d[index - 1];
|
|
81
71
|
}
|
|
82
72
|
}
|
|
83
|
-
throw new evaluator_1.FormulaError("#N/A", `No values found for '${key}'.`);
|
|
84
73
|
}
|
|
74
|
+
throw new evaluator_1.FormulaError("#N/A", `No values found for '${key}'.`);
|
|
85
75
|
}
|
|
86
|
-
|
|
87
|
-
|
|
76
|
+
}
|
|
77
|
+
exports.VlookupFunction = VlookupFunction;
|
|
88
78
|
//# sourceMappingURL=vlookup.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"vlookup.js","sourceRoot":"","sources":["../../../src/formula/functions/vlookup.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"vlookup.js","sourceRoot":"","sources":["../../../src/formula/functions/vlookup.ts"],"names":[],"mappings":"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"}
|
package/dist/formula/mapping.js
CHANGED
|
@@ -1,127 +1,117 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
cos: cos_1.CosFunction,
|
|
118
|
-
tan: tan_1.TanFunction,
|
|
119
|
-
asin: asin_1.AsinFunction,
|
|
120
|
-
acos: acos_1.AcosFunction,
|
|
121
|
-
atan: atan_1.AtanFunction,
|
|
122
|
-
atan2: atan2_1.Atan2Function,
|
|
123
|
-
len: len_1.LenFunction,
|
|
124
|
-
lenb: lenb_1.LenbFunction,
|
|
125
|
-
};
|
|
126
|
-
});
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.functions = void 0;
|
|
4
|
+
const add_1 = require("./functions/add");
|
|
5
|
+
const minus_1 = require("./functions/minus");
|
|
6
|
+
const multiply_1 = require("./functions/multiply");
|
|
7
|
+
const divide_1 = require("./functions/divide");
|
|
8
|
+
const mod_1 = require("./functions/mod");
|
|
9
|
+
const sum_1 = require("./functions/sum");
|
|
10
|
+
const concat_1 = require("./functions/concat");
|
|
11
|
+
const concatenate_1 = require("./functions/concatenate");
|
|
12
|
+
const eq_1 = require("./functions/eq");
|
|
13
|
+
const ne_1 = require("./functions/ne");
|
|
14
|
+
const gt_1 = require("./functions/gt");
|
|
15
|
+
const gte_1 = require("./functions/gte");
|
|
16
|
+
const lt_1 = require("./functions/lt");
|
|
17
|
+
const lte_1 = require("./functions/lte");
|
|
18
|
+
const now_1 = require("./functions/now");
|
|
19
|
+
const and_1 = require("./functions/and");
|
|
20
|
+
const or_1 = require("./functions/or");
|
|
21
|
+
const if_1 = require("./functions/if");
|
|
22
|
+
const iferror_1 = require("./functions/iferror");
|
|
23
|
+
const not_1 = require("./functions/not");
|
|
24
|
+
const count_1 = require("./functions/count");
|
|
25
|
+
const countif_1 = require("./functions/countif");
|
|
26
|
+
const sumif_1 = require("./functions/sumif");
|
|
27
|
+
const vlookup_1 = require("./functions/vlookup");
|
|
28
|
+
const hlookup_1 = require("./functions/hlookup");
|
|
29
|
+
const log_1 = require("./functions/log");
|
|
30
|
+
const log10_1 = require("./functions/log10");
|
|
31
|
+
const ln_1 = require("./functions/ln");
|
|
32
|
+
const abs_1 = require("./functions/abs");
|
|
33
|
+
const product_1 = require("./functions/product");
|
|
34
|
+
const rand_1 = require("./functions/rand");
|
|
35
|
+
const pi_1 = require("./functions/pi");
|
|
36
|
+
const exp_1 = require("./functions/exp");
|
|
37
|
+
const radians_1 = require("./functions/radians");
|
|
38
|
+
const power_1 = require("./functions/power");
|
|
39
|
+
const sqrt_1 = require("./functions/sqrt");
|
|
40
|
+
const round_1 = require("./functions/round");
|
|
41
|
+
const roundup_1 = require("./functions/roundup");
|
|
42
|
+
const rounddown_1 = require("./functions/rounddown");
|
|
43
|
+
const sin_1 = require("./functions/sin");
|
|
44
|
+
const cos_1 = require("./functions/cos");
|
|
45
|
+
const tan_1 = require("./functions/tan");
|
|
46
|
+
const asin_1 = require("./functions/asin");
|
|
47
|
+
const acos_1 = require("./functions/acos");
|
|
48
|
+
const atan_1 = require("./functions/atan");
|
|
49
|
+
const atan2_1 = require("./functions/atan2");
|
|
50
|
+
const counta_1 = require("./functions/counta");
|
|
51
|
+
const average_1 = require("./functions/average");
|
|
52
|
+
const max_1 = require("./functions/max");
|
|
53
|
+
const min_1 = require("./functions/min");
|
|
54
|
+
const len_1 = require("./functions/len");
|
|
55
|
+
const lenb_1 = require("./functions/lenb");
|
|
56
|
+
const uminus_1 = require("./functions/uminus");
|
|
57
|
+
const row_1 = require("./functions/row");
|
|
58
|
+
const col_1 = require("./functions/col");
|
|
59
|
+
exports.functions = {
|
|
60
|
+
abs: abs_1.AbsFunction,
|
|
61
|
+
add: add_1.AddFunction,
|
|
62
|
+
divide: divide_1.DivideFunction,
|
|
63
|
+
mod: mod_1.ModFunction,
|
|
64
|
+
minus: minus_1.MinusFunction,
|
|
65
|
+
uminus: uminus_1.UminusFunction,
|
|
66
|
+
multiply: multiply_1.MultiplyFunction,
|
|
67
|
+
pow: power_1.PowerFunction,
|
|
68
|
+
power: power_1.PowerFunction,
|
|
69
|
+
sqrt: sqrt_1.SqrtFunction,
|
|
70
|
+
sum: sum_1.SumFunction,
|
|
71
|
+
sumif: sumif_1.SumifFunction,
|
|
72
|
+
max: max_1.MaxFunction,
|
|
73
|
+
min: min_1.MinFunction,
|
|
74
|
+
average: average_1.AverageFunction,
|
|
75
|
+
count: count_1.CountFunction,
|
|
76
|
+
counta: counta_1.CountaFunction,
|
|
77
|
+
countif: countif_1.CountifFunction,
|
|
78
|
+
product: product_1.ProductFunction,
|
|
79
|
+
concat: concat_1.ConcatFunction,
|
|
80
|
+
concatenate: concatenate_1.ConcatenateFunction,
|
|
81
|
+
eq: eq_1.EqFunction,
|
|
82
|
+
ne: ne_1.NeFunction,
|
|
83
|
+
gt: gt_1.GtFunction,
|
|
84
|
+
gte: gte_1.GteFunction,
|
|
85
|
+
lt: lt_1.LtFunction,
|
|
86
|
+
lte: lte_1.LteFunction,
|
|
87
|
+
and: and_1.AndFunction,
|
|
88
|
+
or: or_1.OrFunction,
|
|
89
|
+
round: round_1.RoundFunction,
|
|
90
|
+
rounddown: rounddown_1.RounddownFunction,
|
|
91
|
+
roundup: roundup_1.RoundupFunction,
|
|
92
|
+
if: if_1.IfFunction,
|
|
93
|
+
iferror: iferror_1.IfErrorFunction,
|
|
94
|
+
not: not_1.NotFunction,
|
|
95
|
+
vlookup: vlookup_1.VlookupFunction,
|
|
96
|
+
hlookup: hlookup_1.HlookupFunction,
|
|
97
|
+
row: row_1.RowFunction,
|
|
98
|
+
col: col_1.ColFunction,
|
|
99
|
+
now: now_1.NowFunction,
|
|
100
|
+
rand: rand_1.RandFunction,
|
|
101
|
+
log: log_1.LogFunction,
|
|
102
|
+
log10: log10_1.Log10Function,
|
|
103
|
+
ln: ln_1.LnFunction,
|
|
104
|
+
exp: exp_1.ExpFunction,
|
|
105
|
+
pi: pi_1.PiFunction,
|
|
106
|
+
radians: radians_1.RadiansFunction,
|
|
107
|
+
sin: sin_1.SinFunction,
|
|
108
|
+
cos: cos_1.CosFunction,
|
|
109
|
+
tan: tan_1.TanFunction,
|
|
110
|
+
asin: asin_1.AsinFunction,
|
|
111
|
+
acos: acos_1.AcosFunction,
|
|
112
|
+
atan: atan_1.AtanFunction,
|
|
113
|
+
atan2: atan2_1.Atan2Function,
|
|
114
|
+
len: len_1.LenFunction,
|
|
115
|
+
lenb: lenb_1.LenbFunction,
|
|
116
|
+
};
|
|
127
117
|
//# sourceMappingURL=mapping.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"mapping.js","sourceRoot":"","sources":["../../src/formula/mapping.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"mapping.js","sourceRoot":"","sources":["../../src/formula/mapping.ts"],"names":[],"mappings":";;;AAAA,yCAA8C;AAC9C,6CAAkD;AAClD,mDAAwD;AACxD,+CAAoD;AACpD,yCAA8C;AAC9C,yCAA8C;AAC9C,+CAAoD;AACpD,yDAA8D;AAC9D,uCAA4C;AAC5C,uCAA4C;AAC5C,uCAA4C;AAC5C,yCAA8C;AAC9C,uCAA4C;AAC5C,yCAA8C;AAC9C,yCAA8C;AAC9C,yCAA8C;AAC9C,uCAA4C;AAC5C,uCAA4C;AAC5C,iDAAsD;AACtD,yCAA8C;AAC9C,6CAAkD;AAClD,iDAAsD;AACtD,6CAAkD;AAClD,iDAAsD;AACtD,iDAAsD;AACtD,yCAA8C;AAC9C,6CAAkD;AAClD,uCAA4C;AAC5C,yCAA8C;AAC9C,iDAAsD;AACtD,2CAAgD;AAChD,uCAA4C;AAC5C,yCAA8C;AAC9C,iDAAsD;AACtD,6CAAkD;AAClD,2CAAgD;AAChD,6CAAkD;AAClD,iDAAsD;AACtD,qDAA0D;AAC1D,yCAA8C;AAC9C,yCAA8C;AAC9C,yCAA8C;AAC9C,2CAAgD;AAChD,2CAAgD;AAChD,2CAAgD;AAChD,6CAAkD;AAClD,+CAAoD;AACpD,iDAAsD;AACtD,yCAA8C;AAC9C,yCAA8C;AAC9C,yCAA8C;AAC9C,2CAAgD;AAChD,+CAAoD;AACpD,yCAA8C;AAC9C,yCAA8C;AAEjC,QAAA,SAAS,GAAG;IACvB,GAAG,EAAE,iBAAW;IAChB,GAAG,EAAE,iBAAW;IAChB,MAAM,EAAE,uBAAc;IACtB,GAAG,EAAE,iBAAW;IAChB,KAAK,EAAE,qBAAa;IACpB,MAAM,EAAE,uBAAc;IACtB,QAAQ,EAAE,2BAAgB;IAC1B,GAAG,EAAE,qBAAa;IAClB,KAAK,EAAE,qBAAa;IACpB,IAAI,EAAE,mBAAY;IAClB,GAAG,EAAE,iBAAW;IAChB,KAAK,EAAE,qBAAa;IACpB,GAAG,EAAE,iBAAW;IAChB,GAAG,EAAE,iBAAW;IAChB,OAAO,EAAE,yBAAe;IACxB,KAAK,EAAE,qBAAa;IACpB,MAAM,EAAE,uBAAc;IACtB,OAAO,EAAE,yBAAe;IACxB,OAAO,EAAE,yBAAe;IACxB,MAAM,EAAE,uBAAc;IACtB,WAAW,EAAE,iCAAmB;IAChC,EAAE,EAAE,eAAU;IACd,EAAE,EAAE,eAAU;IACd,EAAE,EAAE,eAAU;IACd,GAAG,EAAE,iBAAW;IAChB,EAAE,EAAE,eAAU;IACd,GAAG,EAAE,iBAAW;IAChB,GAAG,EAAE,iBAAW;IAChB,EAAE,EAAE,eAAU;IACd,KAAK,EAAE,qBAAa;IACpB,SAAS,EAAE,6BAAiB;IAC5B,OAAO,EAAE,yBAAe;IACxB,EAAE,EAAE,eAAU;IACd,OAAO,EAAE,yBAAe;IACxB,GAAG,EAAE,iBAAW;IAChB,OAAO,EAAE,yBAAe;IACxB,OAAO,EAAE,yBAAe;IACxB,GAAG,EAAE,iBAAW;IAChB,GAAG,EAAE,iBAAW;IAChB,GAAG,EAAE,iBAAW;IAChB,IAAI,EAAE,mBAAY;IAClB,GAAG,EAAE,iBAAW;IAChB,KAAK,EAAE,qBAAa;IACpB,EAAE,EAAE,eAAU;IACd,GAAG,EAAE,iBAAW;IAChB,EAAE,EAAE,eAAU;IACd,OAAO,EAAE,yBAAe;IACxB,GAAG,EAAE,iBAAW;IAChB,GAAG,EAAE,iBAAW;IAChB,GAAG,EAAE,iBAAW;IAChB,IAAI,EAAE,mBAAY;IAClB,IAAI,EAAE,mBAAY;IAClB,IAAI,EAAE,mBAAY;IAClB,KAAK,EAAE,qBAAa;IACpB,GAAG,EAAE,iBAAW;IAChB,IAAI,EAAE,mBAAY;CACnB,CAAC"}
|