@boltic/cli 1.0.36 → 1.0.37
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/package.json
CHANGED
|
@@ -711,8 +711,6 @@ const date = {
|
|
|
711
711
|
views: undefined,
|
|
712
712
|
timeSteps: { hours: 1, minutes: 5, seconds: 5 },
|
|
713
713
|
allowDynamic: false,
|
|
714
|
-
outputFormat: "YYYY-MM-DD",
|
|
715
|
-
unixUnit: "milliseconds",
|
|
716
714
|
},
|
|
717
715
|
validation: {
|
|
718
716
|
required: false,
|
|
@@ -1087,6 +1085,8 @@ const datetime = {
|
|
|
1087
1085
|
htmlProps: {
|
|
1088
1086
|
format: "YYYY-MM-DD HH:mm:ss",
|
|
1089
1087
|
disabled: false,
|
|
1088
|
+
outputFormat: "YYYY-MM-DD",
|
|
1089
|
+
unixUnit: "milliseconds",
|
|
1090
1090
|
timeSteps: {
|
|
1091
1091
|
hours: 1,
|
|
1092
1092
|
minutes: 5,
|