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