@fileverse-dev/dsheet 2.0.0-insert → 2.0.0-text
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/{es-Dz00DcEx.js → es-DqFXH9BK.js} +1 -1
- package/dist/{hi-BL0Bcd2j.js → hi-cBN4FoX2.js} +1 -1
- package/dist/index.es.js +14765 -14760
- package/dist/sheet-engine/core/index.d.ts +1 -1
- package/dist/sheet-engine/core/modules/cell.d.ts +5 -0
- package/dist/sheet-engine/core/modules/index.d.ts +1 -1
- package/dist/sheet-engine/core/modules/validation.d.ts +11 -0
- package/dist/{zh-wLnYrb1S.js → zh-UJov73Dl.js} +1 -1
- package/dist/{zh_tw-CZ804yN6.js → zh_tw-DTGOcDTq.js} +1 -1
- package/package.json +1 -1
|
@@ -10778,7 +10778,7 @@ If the value is FALSE, return the accrued interest from the first interest accru
|
|
|
10778
10778
|
{ text: "", value: "split", example: "" },
|
|
10779
10779
|
{
|
|
10780
10780
|
text: "Contabilidad",
|
|
10781
|
-
value:
|
|
10781
|
+
value: `_("${e}"* #,##0.00_);_("${e}"* \\(#,##0.00\\);_("${e}"* "-"??_);_(@_)`,
|
|
10782
10782
|
example: `${e}(1200.09)`
|
|
10783
10783
|
},
|
|
10784
10784
|
{ text: "Moneda", value: `${e}0.00`, example: `${e}1200.09` },
|
|
@@ -10814,7 +10814,7 @@ If the value is FALSE, return the accrued interest from the first interest accru
|
|
|
10814
10814
|
{ text: "", value: "split", example: "" },
|
|
10815
10815
|
{
|
|
10816
10816
|
text: "लेखांकन",
|
|
10817
|
-
value:
|
|
10817
|
+
value: `_("${e}"* #,##0.00_);_("${e}"* \\(#,##0.00\\);_("${e}"* "-"??_);_(@_)`,
|
|
10818
10818
|
example: `${e}(1200.09)`
|
|
10819
10819
|
},
|
|
10820
10820
|
{ text: "मुद्रा", value: `${e}0.00`, example: `${e}1200.09` },
|