@gisce/react-ooui 1.1.42 → 1.1.43-rc.0

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.
@@ -22734,7 +22734,11 @@ const DatePickerConfig = {
22734
22734
  required: a
22735
22735
  }),
22736
22736
  onChange: (p) => {
22737
- f(p), c([]), r == null || r(void 0);
22737
+ f(p);
22738
+ let h = l[0] || 0;
22739
+ p !== d && (c([]), h = 0);
22740
+ const m = `${p},${h}`;
22741
+ m !== t && (r == null || r(m));
22738
22742
  },
22739
22743
  value: d
22740
22744
  })
@@ -22750,7 +22754,7 @@ const DatePickerConfig = {
22750
22754
  value: l,
22751
22755
  onChange: (p) => {
22752
22756
  c(p);
22753
- const h = `${d},${p[0]}`;
22757
+ const h = `${d},${p[0] || 0}`;
22754
22758
  h !== t && (r == null || r(h));
22755
22759
  }
22756
22760
  })