inviton-powerduck 0.0.125 → 0.0.126

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.
@@ -226,6 +226,10 @@ class DaterangePickerComponent extends TsxComponent<DaterangePickerArgs> impleme
226
226
  self._startDate = obj.date1;
227
227
  self._endDate = obj.date2 || obj.date1;
228
228
  self._changed = true;
229
+
230
+ if (this.alwaysOpen) {
231
+ self.raiseChangedEvent();
232
+ }
229
233
  }).bind('datepicker-closed', () => {
230
234
  const val = $elem.val() as string;
231
235
  if (isNullOrEmpty(val)) {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "inviton-powerduck",
3
3
  "type": "module",
4
- "version": "0.0.125",
4
+ "version": "0.0.126",
5
5
  "files": [
6
6
  "app/",
7
7
  "common/",