@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/cjs/index.js
CHANGED
|
@@ -24423,7 +24423,7 @@ const TitleBox$1 = ({ title, decs }) => {
|
|
|
24423
24423
|
|
|
24424
24424
|
const TbpageMulti = ({ arrtableProps, arrflex, searchOption, searchDisabled = false, onSubmit, isLoading, title, decs, direction, }) => {
|
|
24425
24425
|
const { user } = useTbState();
|
|
24426
|
-
return (React.createElement("div", { className: styles$1.tableFrame, style: direction === "column" ? { flexDirection: "column" } : {} },
|
|
24426
|
+
return (React.createElement("div", { className: styles$1.tableFrame, style: direction === "column" ? { flexDirection: "column" } : { flexDirection: "row" } },
|
|
24427
24427
|
title || decs ? React.createElement(TitleBox, { title: title, decs: decs }) : null,
|
|
24428
24428
|
searchOption && (React.createElement(SearchBox, { searchOption: searchOption, onSubmit: onSubmit, searchDisabled: searchDisabled, onReset: () => {
|
|
24429
24429
|
if (onSubmit)
|