@fileverse-dev/dsheet 4.1.12 → 4.1.14
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-yR2JIXsz.js → es-S4GKlN-t.js} +15 -11
- package/dist/{executeStringFunction-BaZeRysE.js → executeStringFunction-DDohtIgJ.js} +3238 -3216
- package/dist/formula.js +1 -1
- package/dist/{hi-DRcLnrnZ.js → hi-DMMTDTxZ.js} +15 -11
- package/dist/{index-D0OdnFi2.js → index-Dq2YGmYv.js} +5800 -5829
- package/dist/index.es.js +7 -7
- package/dist/sheet-engine/core/index.d.ts +2 -2
- package/dist/sheet-engine/core/modules/date-base-locale.d.ts +2 -0
- package/dist/sheet-engine/core/modules/index.d.ts +1 -1
- package/dist/sheet-engine/core/modules/validation.date.test.d.ts +1 -0
- package/dist/sheet-engine/core/utils/freeze.d.ts +15 -0
- package/dist/sheet-engine/core/utils/index.d.ts +1 -1
- package/dist/style.css +1 -1
- package/dist/{use-xlsx-import-impl-Cfz1iq04.js → use-xlsx-import-impl-Bt05IXsl.js} +4 -4
- package/dist/{xlsx-defined-names-CQYS45zi.js → xlsx-defined-names-D52dedHb.js} +2 -2
- package/dist/{xlsx-export-impl-06gHB4Bx.js → xlsx-export-impl-Bf2zyM_h.js} +4 -4
- package/dist/{xlsx-hyperlink-inline-DQRkchZf.js → xlsx-hyperlink-inline-Co_iCX43.js} +2 -2
- package/dist/{zh-B1KUs68q.js → zh-Bv4KIDiJ.js} +15 -11
- package/dist/{zh_tw-B9_7WgLO.js → zh_tw-BdpsK45h.js} +15 -11
- package/package.json +1 -1
|
@@ -10783,23 +10783,31 @@ If the value is FALSE, return the accrued interest from the first interest accru
|
|
|
10783
10783
|
},
|
|
10784
10784
|
{ text: "Moneda", value: `${e}0.00`, example: `${e}1200.09` },
|
|
10785
10785
|
{ text: "", value: "split", example: "" },
|
|
10786
|
-
{ text: "Fecha", value: "yyyy
|
|
10786
|
+
{ text: "Fecha", value: "d/M/yyyy", example: "29/11/2017" },
|
|
10787
10787
|
{ text: "Hora", value: "hh:mm AM/PM", example: "3:00 PM" },
|
|
10788
10788
|
{ text: "Hora 24H", value: "hh:mm", example: "15:00" },
|
|
10789
10789
|
{
|
|
10790
10790
|
text: "Fecha Hora",
|
|
10791
|
-
value: "yyyy
|
|
10792
|
-
example: "2017
|
|
10791
|
+
value: "d/M/yyyy hh:mm AM/PM",
|
|
10792
|
+
example: "29/11/2017 3:00 PM"
|
|
10793
10793
|
},
|
|
10794
10794
|
{
|
|
10795
10795
|
text: "Fecha Hora 24 H",
|
|
10796
|
-
value: "yyyy
|
|
10797
|
-
example: "2017
|
|
10796
|
+
value: "d/M/yyyy hh:mm",
|
|
10797
|
+
example: "29/11/2017 15:00"
|
|
10798
10798
|
},
|
|
10799
10799
|
{ text: "", value: "split", example: "" },
|
|
10800
10800
|
{ text: "Formatos personalizados", value: "fmtOtherSelf", example: "más" }
|
|
10801
10801
|
],
|
|
10802
10802
|
dateFmtList: [
|
|
10803
|
+
{
|
|
10804
|
+
name: "5/8/1930",
|
|
10805
|
+
value: "d/M/yyyy"
|
|
10806
|
+
},
|
|
10807
|
+
{
|
|
10808
|
+
name: "05/08/1930",
|
|
10809
|
+
value: "dd/MM/yyyy"
|
|
10810
|
+
},
|
|
10803
10811
|
{
|
|
10804
10812
|
name: "1930-08-05",
|
|
10805
10813
|
value: "yyyy-MM-dd"
|
|
@@ -10809,12 +10817,8 @@ If the value is FALSE, return the accrued interest from the first interest accru
|
|
|
10809
10817
|
value: "yyyy/MM/dd"
|
|
10810
10818
|
},
|
|
10811
10819
|
{
|
|
10812
|
-
name: "
|
|
10813
|
-
value: "
|
|
10814
|
-
},
|
|
10815
|
-
{
|
|
10816
|
-
name: "8-5",
|
|
10817
|
-
value: "M-d"
|
|
10820
|
+
name: "5-8",
|
|
10821
|
+
value: "d-M"
|
|
10818
10822
|
},
|
|
10819
10823
|
{
|
|
10820
10824
|
name: "13:30:30",
|