@apexcura/ui-components 0.0.11-Beta179 → 0.0.11-Beta180
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 +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -655,7 +655,7 @@ var DatePickerElement = (props) => {
|
|
|
655
655
|
console.log("date---------", date2);
|
|
656
656
|
console.log("datestring", dateString);
|
|
657
657
|
if (date2) {
|
|
658
|
-
const formattedDate = dateString
|
|
658
|
+
const formattedDate = dateString;
|
|
659
659
|
console.log("formattedDate-----------------", formattedDate);
|
|
660
660
|
setDate(date2);
|
|
661
661
|
console.log("changedDate------------", date2);
|
package/dist/index.mjs
CHANGED
|
@@ -604,7 +604,7 @@ var DatePickerElement = (props) => {
|
|
|
604
604
|
console.log("date---------", date2);
|
|
605
605
|
console.log("datestring", dateString);
|
|
606
606
|
if (date2) {
|
|
607
|
-
const formattedDate = dateString
|
|
607
|
+
const formattedDate = dateString;
|
|
608
608
|
console.log("formattedDate-----------------", formattedDate);
|
|
609
609
|
setDate(date2);
|
|
610
610
|
console.log("changedDate------------", date2);
|