@thefreshop/tb 1.0.18 → 1.0.19
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/cjs/index.js +1 -1
- package/dist/cjs/index.js.map +1 -1
- package/dist/esm/index.js +1 -1
- package/dist/esm/index.js.map +1 -1
- package/package.json +1 -1
package/dist/esm/index.js
CHANGED
|
@@ -24403,7 +24403,7 @@ const TitleBox$1 = ({ title, decs }) => {
|
|
|
24403
24403
|
|
|
24404
24404
|
const TbpageMulti = ({ arrtableProps, arrflex, searchOption, searchDisabled = false, onSubmit, isLoading, title, decs, direction, }) => {
|
|
24405
24405
|
const { user } = useTbState();
|
|
24406
|
-
return (React__default.createElement("div", { className: styles$1.tableFrame, style: direction === "column" ? { flexDirection: "column" } : {} },
|
|
24406
|
+
return (React__default.createElement("div", { className: styles$1.tableFrame, style: direction === "column" ? { flexDirection: "column" } : { flexDirection: "row" } },
|
|
24407
24407
|
title || decs ? React__default.createElement(TitleBox, { title: title, decs: decs }) : null,
|
|
24408
24408
|
searchOption && (React__default.createElement(SearchBox, { searchOption: searchOption, onSubmit: onSubmit, searchDisabled: searchDisabled, onReset: () => {
|
|
24409
24409
|
if (onSubmit)
|