@fileverse-dev/dsheet 1.2.2 → 1.2.4

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.
Files changed (2) hide show
  1. package/dist/index.es.js +4 -4
  2. package/package.json +4 -4
package/dist/index.es.js CHANGED
@@ -11226,14 +11226,14 @@ If "derivatives": exchange name (e.g., "binance_futures", "hyperliquid", "weex-f
11226
11226
  },
11227
11227
  {
11228
11228
  name: "query",
11229
- detail: 'Type of query, can be "txns" or "balance" ',
11229
+ detail: 'Type of query, can be "txns" or "balance"',
11230
11230
  example: '"txns"',
11231
11231
  require: "m",
11232
11232
  type: "string"
11233
11233
  },
11234
11234
  {
11235
11235
  name: "timeframe",
11236
- detail: "Comma separated timeframe in hours",
11236
+ detail: 'Comma separated timeframe in hours. Only applies to "txns" queries, if not provided it fetches transaction from latest block.',
11237
11237
  example: '"17520"',
11238
11238
  require: "m",
11239
11239
  type: "string"
@@ -20914,7 +20914,7 @@ If the value is FALSE, return the accrued interest from the first interest accru
20914
20914
  },
20915
20915
  sheetconfig: {
20916
20916
  delete: "Delete",
20917
- copy: "Copy",
20917
+ copy: "Duplicate",
20918
20918
  rename: "Rename",
20919
20919
  changeColor: "Change color",
20920
20920
  hide: "Hide",
@@ -20927,7 +20927,7 @@ If the value is FALSE, return the accrued interest from the first interest accru
20927
20927
  focus: "Focus",
20928
20928
  tipNameRepeat: "The name of the tab page cannot be repeated! Please revise",
20929
20929
  noMoreSheet: "The workbook contains at least one visual worksheet. To delete the selected worksheet, please insert a new worksheet or show a hidden worksheet.",
20930
- confirmDelete: "Are you sure to delete?",
20930
+ confirmDelete: "Are you sure you want to delete this sheet?",
20931
20931
  redoDelete: "Can be undo by Ctrl+Z",
20932
20932
  noHide: "Can't hide, at least keep one sheet tag",
20933
20933
  chartEditNoOpt: "This operation is not allowed in chart editing mode!",
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@fileverse-dev/dsheet",
3
3
  "private": false,
4
4
  "description": "DSheet",
5
- "version": "1.2.2",
5
+ "version": "1.2.4",
6
6
  "main": "dist/index.es.js",
7
7
  "module": "dist/index.es.js",
8
8
  "exports": {
@@ -34,8 +34,8 @@
34
34
  },
35
35
  "dependencies": {
36
36
  "@fileverse-dev/dsheets-templates": "^0.0.22",
37
- "@fileverse-dev/formulajs": "^4.4.25",
38
- "@fileverse-dev/fortune-react": "^1.2.15",
37
+ "@fileverse-dev/formulajs": "^4.4.27",
38
+ "@fileverse-dev/fortune-react": "^1.2.18",
39
39
  "@fileverse/ui": "^4.1.7-patch-40",
40
40
  "classnames": "^2.5.1",
41
41
  "exceljs": "^4.4.0",
@@ -78,4 +78,4 @@
78
78
  "typescript": "^5.2.2",
79
79
  "vite": "^5.0.0"
80
80
  }
81
- }
81
+ }