@fileverse-dev/fortune-core 1.2.63 → 1.2.64
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/es/locale/en.js +21 -0
- package/lib/locale/en.js +21 -0
- package/package.json +2 -2
package/es/locale/en.js
CHANGED
|
@@ -2935,6 +2935,27 @@ export default {
|
|
|
2935
2935
|
repeat: "n",
|
|
2936
2936
|
type: "rangeall"
|
|
2937
2937
|
}]
|
|
2938
|
+
}, {
|
|
2939
|
+
n: "EPOCHTODATE",
|
|
2940
|
+
t: 2,
|
|
2941
|
+
d: "Converts a Unix epoch timestamp in seconds, milliseconds, or microseconds to a datetime in UTC.",
|
|
2942
|
+
a: "Vertical lookup.",
|
|
2943
|
+
m: [3, 4],
|
|
2944
|
+
p: [{
|
|
2945
|
+
name: "timestamp",
|
|
2946
|
+
detail: "A Unix epoch timestamp in seconds, milliseconds, or microseconds.",
|
|
2947
|
+
example: "1655906568893",
|
|
2948
|
+
require: "m",
|
|
2949
|
+
repeat: "n",
|
|
2950
|
+
type: "rangeall"
|
|
2951
|
+
}, {
|
|
2952
|
+
name: "time_unit",
|
|
2953
|
+
detail: "The unit of time in which the timestamp is expressed. 1 (default) indicates the time unit is seconds. 2 indicates the time unit is milliseconds. 3 indicates the time unit is microseconds.",
|
|
2954
|
+
example: "2",
|
|
2955
|
+
require: "o",
|
|
2956
|
+
repeat: "n",
|
|
2957
|
+
type: "rangeall"
|
|
2958
|
+
}]
|
|
2938
2959
|
}, {
|
|
2939
2960
|
n: "HLOOKUP",
|
|
2940
2961
|
t: 2,
|
package/lib/locale/en.js
CHANGED
|
@@ -2941,6 +2941,27 @@ var _default = exports.default = {
|
|
|
2941
2941
|
repeat: "n",
|
|
2942
2942
|
type: "rangeall"
|
|
2943
2943
|
}]
|
|
2944
|
+
}, {
|
|
2945
|
+
n: "EPOCHTODATE",
|
|
2946
|
+
t: 2,
|
|
2947
|
+
d: "Converts a Unix epoch timestamp in seconds, milliseconds, or microseconds to a datetime in UTC.",
|
|
2948
|
+
a: "Vertical lookup.",
|
|
2949
|
+
m: [3, 4],
|
|
2950
|
+
p: [{
|
|
2951
|
+
name: "timestamp",
|
|
2952
|
+
detail: "A Unix epoch timestamp in seconds, milliseconds, or microseconds.",
|
|
2953
|
+
example: "1655906568893",
|
|
2954
|
+
require: "m",
|
|
2955
|
+
repeat: "n",
|
|
2956
|
+
type: "rangeall"
|
|
2957
|
+
}, {
|
|
2958
|
+
name: "time_unit",
|
|
2959
|
+
detail: "The unit of time in which the timestamp is expressed. 1 (default) indicates the time unit is seconds. 2 indicates the time unit is milliseconds. 3 indicates the time unit is microseconds.",
|
|
2960
|
+
example: "2",
|
|
2961
|
+
require: "o",
|
|
2962
|
+
repeat: "n",
|
|
2963
|
+
type: "rangeall"
|
|
2964
|
+
}]
|
|
2944
2965
|
}, {
|
|
2945
2966
|
n: "HLOOKUP",
|
|
2946
2967
|
t: 2,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fileverse-dev/fortune-core",
|
|
3
|
-
"version": "1.2.
|
|
3
|
+
"version": "1.2.64",
|
|
4
4
|
"main": "lib/index.js",
|
|
5
5
|
"module": "es/index.js",
|
|
6
6
|
"typings": "lib/index.d.ts",
|
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
"dev": "father-build --watch"
|
|
16
16
|
},
|
|
17
17
|
"dependencies": {
|
|
18
|
-
"@fileverse-dev/formula-parser": "0.2.
|
|
18
|
+
"@fileverse-dev/formula-parser": "0.2.87",
|
|
19
19
|
"dayjs": "^1.11.0",
|
|
20
20
|
"immer": "^9.0.12",
|
|
21
21
|
"lodash": "^4.17.21",
|