@ahmadmubarak98/namozaj 1.11.8 → 1.11.9
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/namozaj.js +10 -0
- package/package.json +1 -1
package/dist/namozaj.js
CHANGED
|
@@ -48007,6 +48007,16 @@ const moment = /* @__PURE__ */ getDefaultExportFromCjs(momentTimezoneExports), D
|
|
|
48007
48007
|
{
|
|
48008
48008
|
dateAdapter: AdapterMoment,
|
|
48009
48009
|
dateLibInstance: moment,
|
|
48010
|
+
dateFormats: {
|
|
48011
|
+
fullDate: "DD/MM/YYYY",
|
|
48012
|
+
shortDate: "DD/MM/YYYY",
|
|
48013
|
+
normalDate: "DD/MM/YYYY",
|
|
48014
|
+
keyboardDate: "DD/MM/YYYY",
|
|
48015
|
+
keyboardDateTime: "DD/MM/YYYY HH:mm",
|
|
48016
|
+
keyboardDateTime12h: "DD/MM/YYYY hh:mm A",
|
|
48017
|
+
keyboardDateTime24h: "DD/MM/YYYY HH:mm",
|
|
48018
|
+
normalDateWithWeekday: "dddd, DD/MM/YYYY"
|
|
48019
|
+
},
|
|
48010
48020
|
children: /* @__PURE__ */ jsx(FormControl$1, { fullWidth: !0, children: /* @__PURE__ */ jsx(
|
|
48011
48021
|
G,
|
|
48012
48022
|
{
|