urfu-ui-kit-react 0.0.85 → 0.0.86
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.
|
@@ -10100,7 +10100,8 @@ const qr = [
|
|
|
10100
10100
|
selected: n,
|
|
10101
10101
|
onChange: a,
|
|
10102
10102
|
locale: "ru",
|
|
10103
|
-
className: e ? "custom-input dpc-filter custom-input-filter" : u ? "custom-input dpc-table custom-input-table" : `${s ? "dpc-grey" : "dpc"} custom-input` + (t && !n ? " error-border" : "")
|
|
10103
|
+
className: e ? "custom-input dpc-filter custom-input-filter" : u ? "custom-input dpc-table custom-input-table" : `${s ? "dpc-grey" : "dpc"} custom-input` + (t && !n ? " error-border" : ""),
|
|
10104
|
+
dateFormat: "dd.MM.yyyy"
|
|
10104
10105
|
}
|
|
10105
10106
|
) });
|
|
10106
10107
|
}, of = ({
|