@fileverse-dev/fortune-core 1.0.98 → 1.0.99
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/settings.js +1 -1
- package/lib/settings.js +1 -1
- package/package.json +1 -1
package/es/settings.js
CHANGED
|
@@ -17,7 +17,7 @@ export var defaultSettings = {
|
|
|
17
17
|
defaultColWidth: 73,
|
|
18
18
|
defaultRowHeight: 19,
|
|
19
19
|
defaultFontSize: 10,
|
|
20
|
-
toolbarItems: ["undo", "redo", "format-painter", "clear-format", "|", "currency
|
|
20
|
+
toolbarItems: ["undo", "redo", "format-painter", "clear-format", "|", "currency", "percentage-format", "number-decrease", "number-increase", "format", "|", "font", "|", "font-size", "|", "bold", "italic", "strike-through", "underline", "|", "font-color", "background", "border", "merge-cell", "|", "horizontal-align", "vertical-align", "text-wrap", "text-rotation", "|", "freeze", "conditionFormat", "filter", "link", "image", "comment", "quick-formula", "dataVerification", "splitColumn", "locationCondition", "screenshot", "search"],
|
|
21
21
|
cellContextMenu: ["split-text", "cut", "copy", "paste", "clear", "|", "insert-row", "insert-column", "cell-delete-row", "cell-delete-column", "delete-cell", "hide-row", "hide-column", "set-row-height", "set-column-width", "|", "conditionFormat", "sort", "ascSort", "desSort", "orderAZ", "orderZA", "filter", "searchReplace", "dataVerification", "|", "chart", "link", "data", "cell-format", "comment"],
|
|
22
22
|
headerContextMenu: ["copy", "paste", "|", "insert-row", "insert-column", "delete-row", "delete-column", "delete-cell", "hide-row", "hide-column", "set-row-height", "set-column-width", "|", "split-text", "clear", "sort", "orderAZ", "orderZA"],
|
|
23
23
|
sheetTabContextMenu: ["delete", "copy", "rename", "color", "hide", "|", "move"],
|
package/lib/settings.js
CHANGED
|
@@ -23,7 +23,7 @@ var defaultSettings = exports.defaultSettings = {
|
|
|
23
23
|
defaultColWidth: 73,
|
|
24
24
|
defaultRowHeight: 19,
|
|
25
25
|
defaultFontSize: 10,
|
|
26
|
-
toolbarItems: ["undo", "redo", "format-painter", "clear-format", "|", "currency
|
|
26
|
+
toolbarItems: ["undo", "redo", "format-painter", "clear-format", "|", "currency", "percentage-format", "number-decrease", "number-increase", "format", "|", "font", "|", "font-size", "|", "bold", "italic", "strike-through", "underline", "|", "font-color", "background", "border", "merge-cell", "|", "horizontal-align", "vertical-align", "text-wrap", "text-rotation", "|", "freeze", "conditionFormat", "filter", "link", "image", "comment", "quick-formula", "dataVerification", "splitColumn", "locationCondition", "screenshot", "search"],
|
|
27
27
|
cellContextMenu: ["split-text", "cut", "copy", "paste", "clear", "|", "insert-row", "insert-column", "cell-delete-row", "cell-delete-column", "delete-cell", "hide-row", "hide-column", "set-row-height", "set-column-width", "|", "conditionFormat", "sort", "ascSort", "desSort", "orderAZ", "orderZA", "filter", "searchReplace", "dataVerification", "|", "chart", "link", "data", "cell-format", "comment"],
|
|
28
28
|
headerContextMenu: ["copy", "paste", "|", "insert-row", "insert-column", "delete-row", "delete-column", "delete-cell", "hide-row", "hide-column", "set-row-height", "set-column-width", "|", "split-text", "clear", "sort", "orderAZ", "orderZA"],
|
|
29
29
|
sheetTabContextMenu: ["delete", "copy", "rename", "color", "hide", "|", "move"],
|