@fileverse-dev/fortune-core 1.0.2-mod-3 → 1.0.2-mod-5
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 +1 -1
- package/dist/index.js +1 -1
- package/package.json +1 -1
package/dist/index.esm.js
CHANGED
|
@@ -76322,7 +76322,7 @@ var defaultSettings = {
|
|
|
76322
76322
|
defaultColWidth: 73,
|
|
76323
76323
|
defaultRowHeight: 19,
|
|
76324
76324
|
defaultFontSize: 10,
|
|
76325
|
-
toolbarItems: ["undo", "redo", "format-painter", "|", "currency-format", "percentage-format", "number-decrease", "number-increase", "format", "|", "font", "|", "font-size", "|", "bold", "italic", "strike-through", "
|
|
76325
|
+
toolbarItems: ["undo", "redo", "format-painter", "|", "currency-format", "percentage-format", "number-decrease", "number-increase", "format", "|", "font", "|", "font-size", "|", "bold", "italic", "strike-through", "|", "font-color", "background", "border", "merge-cell", "|", "horizontal-align", "vertical-align", "text-wrap", "|", "conditionFormat", "filter", "link", "image", "quick-formula", "dataVerification", "screenshot", "search"],
|
|
76326
76326
|
cellContextMenu: ["copy", "paste", "|", "insert-row", "insert-column", "delete-row", "delete-column", "delete-cell", "hide-row", "hide-column", "set-row-height", "set-column-width", "|", "clear", "sort", "orderAZ", "orderZA", "filter", "chart", "image", "link", "data", "cell-format"],
|
|
76327
76327
|
headerContextMenu: ["copy", "paste", "|", "insert-row", "insert-column", "delete-row", "delete-column", "delete-cell", "hide-row", "hide-column", "set-row-height", "set-column-width", "|", "clear", "sort", "orderAZ", "orderZA"],
|
|
76328
76328
|
sheetTabContextMenu: ["delete", "copy", "rename", "color", "hide", "|", "move"],
|
package/dist/index.js
CHANGED
|
@@ -76332,7 +76332,7 @@ var defaultSettings = {
|
|
|
76332
76332
|
defaultColWidth: 73,
|
|
76333
76333
|
defaultRowHeight: 19,
|
|
76334
76334
|
defaultFontSize: 10,
|
|
76335
|
-
toolbarItems: ["undo", "redo", "format-painter", "|", "currency-format", "percentage-format", "number-decrease", "number-increase", "format", "|", "font", "|", "font-size", "|", "bold", "italic", "strike-through", "
|
|
76335
|
+
toolbarItems: ["undo", "redo", "format-painter", "|", "currency-format", "percentage-format", "number-decrease", "number-increase", "format", "|", "font", "|", "font-size", "|", "bold", "italic", "strike-through", "|", "font-color", "background", "border", "merge-cell", "|", "horizontal-align", "vertical-align", "text-wrap", "|", "conditionFormat", "filter", "link", "image", "quick-formula", "dataVerification", "screenshot", "search"],
|
|
76336
76336
|
cellContextMenu: ["copy", "paste", "|", "insert-row", "insert-column", "delete-row", "delete-column", "delete-cell", "hide-row", "hide-column", "set-row-height", "set-column-width", "|", "clear", "sort", "orderAZ", "orderZA", "filter", "chart", "image", "link", "data", "cell-format"],
|
|
76337
76337
|
headerContextMenu: ["copy", "paste", "|", "insert-row", "insert-column", "delete-row", "delete-column", "delete-cell", "hide-row", "hide-column", "set-row-height", "set-column-width", "|", "clear", "sort", "orderAZ", "orderZA"],
|
|
76338
76338
|
sheetTabContextMenu: ["delete", "copy", "rename", "color", "hide", "|", "move"],
|