@fileverse-dev/dsheet 4.1.12-b → 4.1.12-d
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-BHbJHrMP.js → executeStringFunction-DDohtIgJ.js} +1139 -1117
- package/dist/formula.js +1 -1
- package/dist/{hi-DRcLnrnZ.js → hi-DMMTDTxZ.js} +15 -11
- package/dist/{index-Clt1VBRX.js → index-Do3ORCP6.js} +1964 -1963
- package/dist/index.es.js +7 -7
- package/dist/sheet-engine/core/index.d.ts +1 -1
- 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/{use-xlsx-import-impl-Dr4h9UX9.js → use-xlsx-import-impl-B39jJVhb.js} +4 -4
- package/dist/{xlsx-defined-names-BidlfU-U.js → xlsx-defined-names-CVyBLew_.js} +2 -2
- package/dist/{xlsx-export-impl-v3XQkAFp.js → xlsx-export-impl-ByVvG4Rg.js} +4 -4
- package/dist/{xlsx-hyperlink-inline-DnfNEkfL.js → xlsx-hyperlink-inline-Q7OJiRv1.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
package/dist/formula.js
CHANGED
|
@@ -10819,18 +10819,18 @@ If the value is FALSE, return the accrued interest from the first interest accru
|
|
|
10819
10819
|
},
|
|
10820
10820
|
{ text: "मुद्रा", value: `${e}0.00`, example: `${e}1200.09` },
|
|
10821
10821
|
{ text: "", value: "split", example: "" },
|
|
10822
|
-
{ text: "दिनांक", value: "yyyy
|
|
10822
|
+
{ text: "दिनांक", value: "d/M/yyyy", example: "29/11/2017" },
|
|
10823
10823
|
{ text: "समय", value: "hh:mm AM/PM", example: "3:00 PM" },
|
|
10824
10824
|
{ text: "24 घंटे का समय", value: "hh:mm", example: "15:00" },
|
|
10825
10825
|
{
|
|
10826
10826
|
text: "दिनांक समय",
|
|
10827
|
-
value: "yyyy
|
|
10828
|
-
example: "2017
|
|
10827
|
+
value: "d/M/yyyy hh:mm AM/PM",
|
|
10828
|
+
example: "29/11/2017 3:00 PM"
|
|
10829
10829
|
},
|
|
10830
10830
|
{
|
|
10831
10831
|
text: "दिनांक समय 24 घंटे",
|
|
10832
|
-
value: "yyyy
|
|
10833
|
-
example: "2017
|
|
10832
|
+
value: "d/M/yyyy hh:mm",
|
|
10833
|
+
example: "29/11/2017 15:00"
|
|
10834
10834
|
},
|
|
10835
10835
|
{ text: "", value: "split", example: "" },
|
|
10836
10836
|
{
|
|
@@ -10841,6 +10841,14 @@ If the value is FALSE, return the accrued interest from the first interest accru
|
|
|
10841
10841
|
}
|
|
10842
10842
|
],
|
|
10843
10843
|
dateFmtList: [
|
|
10844
|
+
{
|
|
10845
|
+
name: "5/8/1930",
|
|
10846
|
+
value: "d/M/yyyy"
|
|
10847
|
+
},
|
|
10848
|
+
{
|
|
10849
|
+
name: "05/08/1930",
|
|
10850
|
+
value: "dd/MM/yyyy"
|
|
10851
|
+
},
|
|
10844
10852
|
{
|
|
10845
10853
|
name: "1930-08-05",
|
|
10846
10854
|
value: "yyyy-MM-dd"
|
|
@@ -10850,12 +10858,8 @@ If the value is FALSE, return the accrued interest from the first interest accru
|
|
|
10850
10858
|
value: "yyyy/MM/dd"
|
|
10851
10859
|
},
|
|
10852
10860
|
{
|
|
10853
|
-
name: "
|
|
10854
|
-
value: "
|
|
10855
|
-
},
|
|
10856
|
-
{
|
|
10857
|
-
name: "8-5",
|
|
10858
|
-
value: "M-d"
|
|
10861
|
+
name: "5-8",
|
|
10862
|
+
value: "d-M"
|
|
10859
10863
|
},
|
|
10860
10864
|
{
|
|
10861
10865
|
name: "13:30:30",
|