@apexcura/ui-components 0.0.14-Beta201 → 0.0.14-Beta202

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/index.js CHANGED
@@ -898,8 +898,10 @@ var DateRangePickerElement = (props) => {
898
898
  const { value } = props;
899
899
  const { RangePicker } = import_antd16.DatePicker;
900
900
  const handleChange = (dates, dateStrings) => {
901
+ console.log(dateStrings);
901
902
  if (dates) {
902
903
  const formattedDate = (0, import_moment3.default)(dateStrings).format("DD-MM-YYYY");
904
+ console.log("formattedDate", formattedDate);
903
905
  props.onChange && props.onChange(formattedDate);
904
906
  } else {
905
907
  props.onChange && props.onChange("");
package/dist/index.mjs CHANGED
@@ -832,8 +832,10 @@ var DateRangePickerElement = (props) => {
832
832
  const { value } = props;
833
833
  const { RangePicker } = DatePicker2;
834
834
  const handleChange = (dates, dateStrings) => {
835
+ console.log(dateStrings);
835
836
  if (dates) {
836
837
  const formattedDate = moment3(dateStrings).format("DD-MM-YYYY");
838
+ console.log("formattedDate", formattedDate);
837
839
  props.onChange && props.onChange(formattedDate);
838
840
  } else {
839
841
  props.onChange && props.onChange("");
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@apexcura/ui-components",
3
- "version": "0.0.14-Beta201",
3
+ "version": "0.0.14-Beta202",
4
4
  "description": "Apex cura React components library",
5
5
  "keywords": [
6
6
  "apex cura",