@gisce/react-ooui 1.2.0-rc.63 → 1.2.0-rc.64
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.
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"DatePicker.d.ts","sourceRoot":"","sources":["DatePicker.tsx"],"names":[],"mappings":";AAIA,OAAO,EAAE,WAAW,EAAE,MAAM,SAAS,CAAC;AAKtC,aAAK,eAAe,GAAG,WAAW,GAAG;IACnC,QAAQ,CAAC,EAAE,OAAO,CAAC;CACpB,CAAC;
|
|
1
|
+
{"version":3,"file":"DatePicker.d.ts","sourceRoot":"","sources":["DatePicker.tsx"],"names":[],"mappings":";AAIA,OAAO,EAAE,WAAW,EAAE,MAAM,SAAS,CAAC;AAKtC,aAAK,eAAe,GAAG,WAAW,GAAG;IACnC,QAAQ,CAAC,EAAE,OAAO,CAAC;CACpB,CAAC;AAeF,QAAA,MAAM,UAAU,UAAW,eAAe,gBASzC,CAAC;AA0DF,eAAe,UAAU,CAAC"}
|
package/dist/react-ooui.es.js
CHANGED
|
@@ -24706,13 +24706,13 @@ hooks.HTML5_FMT = {
|
|
|
24706
24706
|
const DatePickerConfig = {
|
|
24707
24707
|
date: {
|
|
24708
24708
|
placeholder: "__/__/____",
|
|
24709
|
-
dateDisplayFormat: "YYYY
|
|
24710
|
-
dateInternalFormat: "YYYY
|
|
24709
|
+
dateDisplayFormat: "DD/MM/YYYY",
|
|
24710
|
+
dateInternalFormat: "DD/MM/YYYY"
|
|
24711
24711
|
},
|
|
24712
24712
|
time: {
|
|
24713
24713
|
placeholder: "__/__/____ __:__:__",
|
|
24714
|
-
dateDisplayFormat: "YYYY
|
|
24715
|
-
dateInternalFormat: "YYYY
|
|
24714
|
+
dateDisplayFormat: "DD/MM/YYYY HH:mm:ss",
|
|
24715
|
+
dateInternalFormat: "DD/MM/YYYY HH:mm:ss"
|
|
24716
24716
|
}
|
|
24717
24717
|
}, DatePicker = (e) => {
|
|
24718
24718
|
const {
|