@fileverse-dev/fortune-core 1.0.2-mod-34 → 1.0.2-mod-35
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 +3 -3
- package/dist/index.js +3 -3
- package/package.json +1 -1
package/dist/index.esm.js
CHANGED
|
@@ -3739,21 +3739,21 @@ var en = {
|
|
|
3739
3739
|
p: [{
|
|
3740
3740
|
name: "start_date",
|
|
3741
3741
|
detail: "The start date to consider in the calculation. Must be a reference to a cell containing a date, a function returning a date type, or a number.",
|
|
3742
|
-
example: "
|
|
3742
|
+
example: "\"1969-07-16\"",
|
|
3743
3743
|
require: "m",
|
|
3744
3744
|
repeat: "n",
|
|
3745
3745
|
type: "rangeall"
|
|
3746
3746
|
}, {
|
|
3747
3747
|
name: "end_date",
|
|
3748
3748
|
detail: "The end date to consider in the calculation. Must be a reference to a cell containing a date, a function returning a date type, or a number.",
|
|
3749
|
-
example: "
|
|
3749
|
+
example: "\"1969-07-24\"",
|
|
3750
3750
|
require: "m",
|
|
3751
3751
|
repeat: "n",
|
|
3752
3752
|
type: "rangeall"
|
|
3753
3753
|
}, {
|
|
3754
3754
|
name: "unit",
|
|
3755
3755
|
detail: 'A string abbreviation for unit of time. For example, "M" for month. Accepted values are "Y","M","D","MD","YM","YD".',
|
|
3756
|
-
example: "
|
|
3756
|
+
example: "\"D\"",
|
|
3757
3757
|
require: "m",
|
|
3758
3758
|
repeat: "n",
|
|
3759
3759
|
type: "rangeall"
|
package/dist/index.js
CHANGED
|
@@ -3749,21 +3749,21 @@ var en = {
|
|
|
3749
3749
|
p: [{
|
|
3750
3750
|
name: "start_date",
|
|
3751
3751
|
detail: "The start date to consider in the calculation. Must be a reference to a cell containing a date, a function returning a date type, or a number.",
|
|
3752
|
-
example: "
|
|
3752
|
+
example: "\"1969-07-16\"",
|
|
3753
3753
|
require: "m",
|
|
3754
3754
|
repeat: "n",
|
|
3755
3755
|
type: "rangeall"
|
|
3756
3756
|
}, {
|
|
3757
3757
|
name: "end_date",
|
|
3758
3758
|
detail: "The end date to consider in the calculation. Must be a reference to a cell containing a date, a function returning a date type, or a number.",
|
|
3759
|
-
example: "
|
|
3759
|
+
example: "\"1969-07-24\"",
|
|
3760
3760
|
require: "m",
|
|
3761
3761
|
repeat: "n",
|
|
3762
3762
|
type: "rangeall"
|
|
3763
3763
|
}, {
|
|
3764
3764
|
name: "unit",
|
|
3765
3765
|
detail: 'A string abbreviation for unit of time. For example, "M" for month. Accepted values are "Y","M","D","MD","YM","YD".',
|
|
3766
|
-
example: "
|
|
3766
|
+
example: "\"D\"",
|
|
3767
3767
|
require: "m",
|
|
3768
3768
|
repeat: "n",
|
|
3769
3769
|
type: "rangeall"
|