urfu-ui-kit-react 0.0.84 → 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.
|
@@ -1378,9 +1378,6 @@ const Zi = ({
|
|
|
1378
1378
|
"button",
|
|
1379
1379
|
{
|
|
1380
1380
|
className: `${p(a)}${g(t)}${b(o, a)} ${u}`,
|
|
1381
|
-
style: {
|
|
1382
|
-
whiteSpace: "unset"
|
|
1383
|
-
},
|
|
1384
1381
|
type: e,
|
|
1385
1382
|
onClick: n,
|
|
1386
1383
|
disabled: l,
|
|
@@ -10103,7 +10100,8 @@ const qr = [
|
|
|
10103
10100
|
selected: n,
|
|
10104
10101
|
onChange: a,
|
|
10105
10102
|
locale: "ru",
|
|
10106
|
-
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"
|
|
10107
10105
|
}
|
|
10108
10106
|
) });
|
|
10109
10107
|
}, of = ({
|