ordering-ui-external 1.4.1 → 1.4.2
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/_bundles/{0.ordering-ui.eec38d66166bc4458215.js → 0.ordering-ui.69396729a954d21a9d77.js} +0 -0
- package/_bundles/{1.ordering-ui.eec38d66166bc4458215.js → 1.ordering-ui.69396729a954d21a9d77.js} +0 -0
- package/_bundles/{2.ordering-ui.eec38d66166bc4458215.js → 2.ordering-ui.69396729a954d21a9d77.js} +0 -0
- package/_bundles/{4.ordering-ui.eec38d66166bc4458215.js → 4.ordering-ui.69396729a954d21a9d77.js} +0 -0
- package/_bundles/{5.ordering-ui.eec38d66166bc4458215.js → 5.ordering-ui.69396729a954d21a9d77.js} +0 -0
- package/_bundles/{6.ordering-ui.eec38d66166bc4458215.js → 6.ordering-ui.69396729a954d21a9d77.js} +0 -0
- package/_bundles/{7.ordering-ui.eec38d66166bc4458215.js → 7.ordering-ui.69396729a954d21a9d77.js} +1 -1
- package/_bundles/{7.ordering-ui.eec38d66166bc4458215.js.LICENSE.txt → 7.ordering-ui.69396729a954d21a9d77.js.LICENSE.txt} +0 -0
- package/_bundles/{8.ordering-ui.eec38d66166bc4458215.js → 8.ordering-ui.69396729a954d21a9d77.js} +0 -0
- package/_bundles/{9.ordering-ui.eec38d66166bc4458215.js → 9.ordering-ui.69396729a954d21a9d77.js} +0 -0
- package/_bundles/ordering-ui.69396729a954d21a9d77.js +2 -0
- package/_bundles/{ordering-ui.eec38d66166bc4458215.js.LICENSE.txt → ordering-ui.69396729a954d21a9d77.js.LICENSE.txt} +0 -0
- package/_modules/themes/five/src/components/ServiceForm/index.js +1 -3
- package/package.json +2 -2
- package/src/themes/five/src/components/ServiceForm/index.js +1 -1
- package/_bundles/ordering-ui.eec38d66166bc4458215.js +0 -2
|
File without changes
|
|
@@ -129,9 +129,7 @@ var ServiceFormUI = function ServiceFormUI(props) {
|
|
|
129
129
|
return;
|
|
130
130
|
}
|
|
131
131
|
var values = {
|
|
132
|
-
serviceTime:
|
|
133
|
-
outputFormat: 'YYYY-MM-DD HH:mm:00'
|
|
134
|
-
}),
|
|
132
|
+
serviceTime: (0, _moment.default)(dateSelected).utc().format('YYYY-MM-DD HH:mm:00'),
|
|
135
133
|
professional: currentProfessional
|
|
136
134
|
};
|
|
137
135
|
handleSave(values);
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "ordering-ui-external",
|
|
3
|
-
"version": "1.4.
|
|
3
|
+
"version": "1.4.2",
|
|
4
4
|
"description": "Ordering UI Components",
|
|
5
5
|
"main": "./_modules/index.js",
|
|
6
6
|
"exports": {
|
|
@@ -85,7 +85,7 @@
|
|
|
85
85
|
"libphonenumber-js": "^1.9.4",
|
|
86
86
|
"lodash": "^4.17.19",
|
|
87
87
|
"moment": "^2.29.4",
|
|
88
|
-
"ordering-components-external": "1.3.
|
|
88
|
+
"ordering-components-external": "1.3.1",
|
|
89
89
|
"polished": "^3.6.6",
|
|
90
90
|
"react-bootstrap-icons": "^1.7.2",
|
|
91
91
|
"react-calendar": "^3.3.1",
|
|
@@ -105,7 +105,7 @@ const ServiceFormUI = (props) => {
|
|
|
105
105
|
return
|
|
106
106
|
}
|
|
107
107
|
const values = {
|
|
108
|
-
serviceTime:
|
|
108
|
+
serviceTime: moment(dateSelected).utc().format('YYYY-MM-DD HH:mm:00'),
|
|
109
109
|
professional: currentProfessional
|
|
110
110
|
}
|
|
111
111
|
handleSave(values)
|