@fileverse-dev/fortune-core 1.0.2-mod-55 → 1.0.2-mod-57
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/index.esm.js +3 -1
- package/dist/index.js +3 -1
- package/dist/locale/en.d.ts +2 -0
- package/package.json +1 -1
package/dist/index.esm.js
CHANGED
|
@@ -9074,7 +9074,9 @@ var en = {
|
|
|
9074
9074
|
toolMoreTip: "More features",
|
|
9075
9075
|
moreOptions: "More options",
|
|
9076
9076
|
cellFormat: "Cell format config",
|
|
9077
|
-
print: "Print"
|
|
9077
|
+
print: "Print",
|
|
9078
|
+
link: "Link",
|
|
9079
|
+
search: "Search"
|
|
9078
9080
|
},
|
|
9079
9081
|
alternatingColors: {
|
|
9080
9082
|
applyRange: "Apply to range",
|
package/dist/index.js
CHANGED
|
@@ -9084,7 +9084,9 @@ var en = {
|
|
|
9084
9084
|
toolMoreTip: "More features",
|
|
9085
9085
|
moreOptions: "More options",
|
|
9086
9086
|
cellFormat: "Cell format config",
|
|
9087
|
-
print: "Print"
|
|
9087
|
+
print: "Print",
|
|
9088
|
+
link: "Link",
|
|
9089
|
+
search: "Search"
|
|
9088
9090
|
},
|
|
9089
9091
|
alternatingColors: {
|
|
9090
9092
|
applyRange: "Apply to range",
|
package/dist/locale/en.d.ts
CHANGED