@af-utils/react-mobx-table
Advanced tools
Comparing version 0.0.14 to 0.0.15
export const raw = 14702; | ||
export const min = 8536; | ||
export const minGz = 3240; | ||
export const minBrotli = 2960; | ||
export const minBrotli = 2950; |
@@ -312,10 +312,10 @@ import { Fragment as e, memo as t, useEffect as r, useMemo as o } from "react"; | ||
}, P = w("display: flex", "flex-flow: column nowrap", "flex: 1 1 auto"), _ = /*#__PURE__*/ t((e => { | ||
let {i: t, groupI: r, model: o, m: n, data: s} = e; | ||
let {i: t, groupI: r, m: o, model: n, data: s} = e; | ||
/*#__PURE__*/ | ||
return G(s.components.Tr, { | ||
ref: e => o.el(t, e), | ||
ref: e => n.el(t, e), | ||
children: /*#__PURE__*/ G(s.components.Td, { | ||
colSpan: s.columns.length, | ||
children: /*#__PURE__*/ G(E, { | ||
m: n, | ||
m: o, | ||
i: r, | ||
@@ -362,3 +362,3 @@ columns: s.columns | ||
}) : /*#__PURE__*/ G(o.components.PASSED_ROW, { | ||
i: t, | ||
i: n, | ||
data: o, | ||
@@ -365,0 +365,0 @@ model: r |
{ | ||
"name": "@af-utils/react-mobx-table", | ||
"private": false, | ||
"version": "0.0.14", | ||
"version": "0.0.15", | ||
"description": "React components for rendering tables", | ||
@@ -55,5 +55,5 @@ "repository": "https://github.com/nowaalex/af-virtual-scroll.git", | ||
"peerDependencies": { | ||
"@af-utils/react-table": "^0.0.13", | ||
"@af-utils/react-virtual-headless": "^0.0.10", | ||
"@af-utils/styled": "^0.0.6", | ||
"@af-utils/react-table": "^0.0.14", | ||
"@af-utils/react-virtual-headless": "^0.0.11", | ||
"@af-utils/styled": "^0.0.7", | ||
"mobx": "^6.3.0", | ||
@@ -60,0 +60,0 @@ "mobx-react-lite": "^3.2.0", |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
52737