@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/formula.js CHANGED
@@ -1,5 +1,5 @@
1
1
  import { FLVURL as r } from "@fileverse-dev/formulajs";
2
- import { e as t, f } from "./executeStringFunction-BHbJHrMP.js";
2
+ import { e as t, f } from "./executeStringFunction-DDohtIgJ.js";
3
3
  export {
4
4
  r as FLVURL,
5
5
  t as executeStringFunction,
@@ -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-MM-dd", example: "2017-11-29" },
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-MM-dd hh:mm AM/PM",
10828
- example: "2017-11-29 3:00 PM"
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-MM-dd hh:mm",
10833
- example: "2017-11-29 15:00"
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: "08-05",
10854
- value: "MM-dd"
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",