@archbase/security-ui 4.0.23 → 4.0.24
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/index.js
CHANGED
|
@@ -1711,7 +1711,7 @@ function La({ height: r = "400px", width: h = "100%" }) {
|
|
|
1711
1711
|
dataField: "token",
|
|
1712
1712
|
dataType: "text",
|
|
1713
1713
|
header: "Token API",
|
|
1714
|
-
size:
|
|
1714
|
+
size: 300,
|
|
1715
1715
|
inputFilterType: "text",
|
|
1716
1716
|
enableClickToCopy: !0
|
|
1717
1717
|
}
|
|
@@ -1722,7 +1722,7 @@ function La({ height: r = "400px", width: h = "100%" }) {
|
|
|
1722
1722
|
dataField: "tenantId",
|
|
1723
1723
|
dataType: "text",
|
|
1724
1724
|
header: "Tenant ID",
|
|
1725
|
-
size:
|
|
1725
|
+
size: 300,
|
|
1726
1726
|
inputFilterType: "text",
|
|
1727
1727
|
enableClickToCopy: !0
|
|
1728
1728
|
}
|
|
@@ -1732,7 +1732,7 @@ function La({ height: r = "400px", width: h = "100%" }) {
|
|
|
1732
1732
|
{
|
|
1733
1733
|
dataField: "expirationDate",
|
|
1734
1734
|
dataType: "text",
|
|
1735
|
-
size:
|
|
1735
|
+
size: 240,
|
|
1736
1736
|
header: "Validade",
|
|
1737
1737
|
render: (F) => {
|
|
1738
1738
|
if (!F.row.expirationDate)
|