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