@apexcura/ui-components 0.0.14-Beta209 → 0.0.14-Beta210
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 +1 -0
- package/dist/index.mjs +1 -0
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -817,6 +817,7 @@ var TableElement = (props) => {
|
|
|
817
817
|
return /* @__PURE__ */ import_react20.default.createElement(import_react20.default.Fragment, null, /* @__PURE__ */ import_react20.default.createElement(
|
|
818
818
|
import_antd14.Table,
|
|
819
819
|
{
|
|
820
|
+
loading: props.loading,
|
|
820
821
|
className: props.className,
|
|
821
822
|
pagination: props.pagination ? {
|
|
822
823
|
defaultCurrent: props.value && props.value.page,
|
package/dist/index.mjs
CHANGED
|
@@ -751,6 +751,7 @@ var TableElement = (props) => {
|
|
|
751
751
|
return /* @__PURE__ */ React20.createElement(React20.Fragment, null, /* @__PURE__ */ React20.createElement(
|
|
752
752
|
Table2,
|
|
753
753
|
{
|
|
754
|
+
loading: props.loading,
|
|
754
755
|
className: props.className,
|
|
755
756
|
pagination: props.pagination ? {
|
|
756
757
|
defaultCurrent: props.value && props.value.page,
|