@websy/websy-designs 1.2.30 → 1.2.31
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.
|
@@ -591,6 +591,10 @@ class WebsyDatePicker {
|
|
|
591
591
|
}
|
|
592
592
|
}
|
|
593
593
|
}
|
|
594
|
+
this.priorSelectedDates = [...this.selectedRangeDates]
|
|
595
|
+
this.priorSelectedRange = this.selectedRange
|
|
596
|
+
this.priorselection = [...this.currentselection]
|
|
597
|
+
this.priorCustomRangeSelected = this.customRangeSelected
|
|
594
598
|
this.updateRange()
|
|
595
599
|
}
|
|
596
600
|
else {
|
package/dist/websy-designs.js
CHANGED
|
@@ -663,6 +663,10 @@ var WebsyDatePicker = /*#__PURE__*/function () {
|
|
|
663
663
|
}
|
|
664
664
|
}
|
|
665
665
|
|
|
666
|
+
this.priorSelectedDates = _toConsumableArray(this.selectedRangeDates);
|
|
667
|
+
this.priorSelectedRange = this.selectedRange;
|
|
668
|
+
this.priorselection = _toConsumableArray(this.currentselection);
|
|
669
|
+
this.priorCustomRangeSelected = this.customRangeSelected;
|
|
666
670
|
this.updateRange();
|
|
667
671
|
} else {
|
|
668
672
|
this.selectedRangeDates = _toConsumableArray(this.priorSelectedDates || []);
|