aefis-core-ui 2.6.0-rc67 → 2.6.0-rc69
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.modern.js +2 -1
- package/dist/index.modern.js.map +1 -1
- package/package.json +1 -1
package/dist/index.modern.js
CHANGED
|
@@ -4591,6 +4591,7 @@ const AefisButton = withStyles({
|
|
|
4591
4591
|
}
|
|
4592
4592
|
}
|
|
4593
4593
|
})(Button);
|
|
4594
|
+
const booleanOrFunction = (field, data) => field === undefined || typeof field === "function" && field(data) || typeof field === "boolean" && field;
|
|
4594
4595
|
|
|
4595
4596
|
/** An animated menu button. Can use a standard button or icon button. The component adds necessary accessibility properties. */
|
|
4596
4597
|
|
|
@@ -25573,7 +25574,7 @@ LoadingScreenWithTextTransition.propTypes = {
|
|
|
25573
25574
|
textTransitionProps: PropTypes.object
|
|
25574
25575
|
};
|
|
25575
25576
|
|
|
25576
|
-
LicenseInfo.setLicenseKey("
|
|
25577
|
+
LicenseInfo.setLicenseKey("66847395c260a00b267238f6b82862a0Tz04NTQwOCxFPTE3NDA4NjgyNTEwMDAsUz1wcmVtaXVtLExNPXN1YnNjcmlwdGlvbixLVj0y");
|
|
25577
25578
|
function DataTable({
|
|
25578
25579
|
columns,
|
|
25579
25580
|
data,
|