@fileverse-dev/fortune-core 1.0.2-mod-2 → 1.0.2-mod-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.
package/dist/index.esm.js CHANGED
@@ -605,6 +605,7 @@ var en = {
605
605
  n: "GETTXLIST",
606
606
  t: 0,
607
607
  d: "Returns the list of transactions performed by an address, with optional pagination.",
608
+ a: "Returns the list of transactions performed by an address, with optional pagination.",
608
609
  p: [{
609
610
  name: "value1",
610
611
  detail: "The address string representing the addresses to check for balance",
@@ -76321,7 +76322,7 @@ var defaultSettings = {
76321
76322
  defaultColWidth: 73,
76322
76323
  defaultRowHeight: 19,
76323
76324
  defaultFontSize: 10,
76324
- toolbarItems: ["undo", "redo", "format-painter", "|", "currency-format", "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", "|", "conditionFormat", "filter", "link", "image", "comment", "quick-formula", "dataVerification", "screenshot", "search"],
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"],
76325
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"],
76326
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"],
76327
76328
  sheetTabContextMenu: ["delete", "copy", "rename", "color", "hide", "|", "move"],
package/dist/index.js CHANGED
@@ -615,6 +615,7 @@ var en = {
615
615
  n: "GETTXLIST",
616
616
  t: 0,
617
617
  d: "Returns the list of transactions performed by an address, with optional pagination.",
618
+ a: "Returns the list of transactions performed by an address, with optional pagination.",
618
619
  p: [{
619
620
  name: "value1",
620
621
  detail: "The address string representing the addresses to check for balance",
@@ -76331,7 +76332,7 @@ var defaultSettings = {
76331
76332
  defaultColWidth: 73,
76332
76333
  defaultRowHeight: 19,
76333
76334
  defaultFontSize: 10,
76334
- toolbarItems: ["undo", "redo", "format-painter", "|", "currency-format", "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", "|", "conditionFormat", "filter", "link", "image", "comment", "quick-formula", "dataVerification", "screenshot", "search"],
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"],
76335
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"],
76336
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"],
76337
76338
  sheetTabContextMenu: ["delete", "copy", "rename", "color", "hide", "|", "move"],
@@ -24,6 +24,7 @@ declare const _default: {
24
24
  n: string;
25
25
  t: number;
26
26
  d: string;
27
+ a: string;
27
28
  p: ({
28
29
  name: string;
29
30
  detail: string;
@@ -39,21 +40,6 @@ declare const _default: {
39
40
  repeat: string;
40
41
  type: string;
41
42
  })[];
42
- a?: undefined;
43
- m?: undefined;
44
- } | {
45
- n: string;
46
- t: number;
47
- d: string;
48
- a: string;
49
- p: {
50
- name: string;
51
- detail: string;
52
- example: string;
53
- require: string;
54
- repeat: string;
55
- type: string;
56
- }[];
57
43
  m?: undefined;
58
44
  } | {
59
45
  n: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fileverse-dev/fortune-core",
3
- "version": "1.0.2-mod-2",
3
+ "version": "1.0.2-mod-4",
4
4
  "main": "dist/index.js",
5
5
  "module": "dist/index.esm.js",
6
6
  "typings": "dist/index.d.ts",