@gisce/react-ooui 1.1.40-rc.0 → 1.1.40-rc.1
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/react-ooui.es.js
CHANGED
|
@@ -22722,7 +22722,11 @@ const DatePickerConfig = {
|
|
|
22722
22722
|
required: a
|
|
22723
22723
|
}),
|
|
22724
22724
|
onChange: (p) => {
|
|
22725
|
-
f(p)
|
|
22725
|
+
f(p);
|
|
22726
|
+
let h = l[0] || 0;
|
|
22727
|
+
p !== d && (c([]), h = 0);
|
|
22728
|
+
const m = `${p},${h}`;
|
|
22729
|
+
m !== t && (r == null || r(m));
|
|
22726
22730
|
},
|
|
22727
22731
|
value: d
|
|
22728
22732
|
})
|
|
@@ -22738,7 +22742,7 @@ const DatePickerConfig = {
|
|
|
22738
22742
|
value: l,
|
|
22739
22743
|
onChange: (p) => {
|
|
22740
22744
|
c(p);
|
|
22741
|
-
const h = `${d},${p[0]}`;
|
|
22745
|
+
const h = `${d},${p[0] || 0}`;
|
|
22742
22746
|
h !== t && (r == null || r(h));
|
|
22743
22747
|
}
|
|
22744
22748
|
})
|