@fileverse-dev/fortune-core 1.1.42 → 1.1.43

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/locale/en.js CHANGED
@@ -8684,7 +8684,7 @@ export default {
8684
8684
  }, {
8685
8685
  n: "SORT",
8686
8686
  t: "14",
8687
- d: "Sorts the rows of a given array or range by the values in one or more columns.",
8687
+ d: "Sorts the rows of a given array or range by the values in a specified column.",
8688
8688
  a: "Sorts rows of range by specified column.",
8689
8689
  m: [1, 4],
8690
8690
  p: [{
@@ -8696,7 +8696,7 @@ export default {
8696
8696
  type: "rangenumber"
8697
8697
  }, {
8698
8698
  name: "sort_column",
8699
- detail: "The index of the column in `range` to sort by. The first column in `range` is 1, the second column is 2, and so on.",
8699
+ detail: "The index of the column in `range` to sort by. defaults to the first column. index starts at 1.",
8700
8700
  example: "1",
8701
8701
  require: "o",
8702
8702
  repeat: "n",
package/es/locale/es.js CHANGED
@@ -8674,7 +8674,7 @@ export default {
8674
8674
  }, {
8675
8675
  n: "SORT",
8676
8676
  t: "14",
8677
- d: "Sorts the rows of a given array or range by the values in one or more columns.",
8677
+ d: "Sorts the rows of a given array or range by the values in a specified column.",
8678
8678
  a: "Sorts rows of range by specified column.",
8679
8679
  m: [1, 4],
8680
8680
  p: [{
package/lib/locale/en.js CHANGED
@@ -8690,7 +8690,7 @@ var _default = exports.default = {
8690
8690
  }, {
8691
8691
  n: "SORT",
8692
8692
  t: "14",
8693
- d: "Sorts the rows of a given array or range by the values in one or more columns.",
8693
+ d: "Sorts the rows of a given array or range by the values in a specified column.",
8694
8694
  a: "Sorts rows of range by specified column.",
8695
8695
  m: [1, 4],
8696
8696
  p: [{
@@ -8702,7 +8702,7 @@ var _default = exports.default = {
8702
8702
  type: "rangenumber"
8703
8703
  }, {
8704
8704
  name: "sort_column",
8705
- detail: "The index of the column in `range` to sort by. The first column in `range` is 1, the second column is 2, and so on.",
8705
+ detail: "The index of the column in `range` to sort by. defaults to the first column. index starts at 1.",
8706
8706
  example: "1",
8707
8707
  require: "o",
8708
8708
  repeat: "n",
package/lib/locale/es.js CHANGED
@@ -8680,7 +8680,7 @@ var _default = exports.default = {
8680
8680
  }, {
8681
8681
  n: "SORT",
8682
8682
  t: "14",
8683
- d: "Sorts the rows of a given array or range by the values in one or more columns.",
8683
+ d: "Sorts the rows of a given array or range by the values in a specified column.",
8684
8684
  a: "Sorts rows of range by specified column.",
8685
8685
  m: [1, 4],
8686
8686
  p: [{
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fileverse-dev/fortune-core",
3
- "version": "1.1.42",
3
+ "version": "1.1.43",
4
4
  "main": "lib/index.js",
5
5
  "module": "es/index.js",
6
6
  "typings": "lib/index.d.ts",
@@ -15,7 +15,7 @@
15
15
  "dev": "father-build --watch"
16
16
  },
17
17
  "dependencies": {
18
- "@fileverse-dev/formula-parser": "0.2.69",
18
+ "@fileverse-dev/formula-parser": "0.2.70",
19
19
  "dayjs": "^1.11.0",
20
20
  "immer": "^9.0.12",
21
21
  "lodash": "^4.17.21",