@fileverse-dev/fortune-core 1.2.19 → 1.2.20
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 +1 -1
- package/lib/locale/en.js +1 -1
- package/package.json +2 -2
package/es/locale/en.js
CHANGED
|
@@ -8849,7 +8849,7 @@ export default {
|
|
|
8849
8849
|
splitColumn: "Split text",
|
|
8850
8850
|
insertImage: "Insert image",
|
|
8851
8851
|
insertLink: "Insert link",
|
|
8852
|
-
dataVerification: "Data
|
|
8852
|
+
dataVerification: "Data validation",
|
|
8853
8853
|
protection: "Protect the sheet",
|
|
8854
8854
|
clearText: "Clear color",
|
|
8855
8855
|
noColorSelectedText: "No color is selected",
|
package/lib/locale/en.js
CHANGED
|
@@ -8855,7 +8855,7 @@ var _default = exports.default = {
|
|
|
8855
8855
|
splitColumn: "Split text",
|
|
8856
8856
|
insertImage: "Insert image",
|
|
8857
8857
|
insertLink: "Insert link",
|
|
8858
|
-
dataVerification: "Data
|
|
8858
|
+
dataVerification: "Data validation",
|
|
8859
8859
|
protection: "Protect the sheet",
|
|
8860
8860
|
clearText: "Clear color",
|
|
8861
8861
|
noColorSelectedText: "No color is selected",
|
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.20",
|
|
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.78",
|
|
19
19
|
"dayjs": "^1.11.0",
|
|
20
20
|
"immer": "^9.0.12",
|
|
21
21
|
"lodash": "^4.17.21",
|