lecom-ui 5.4.15 → 5.4.17
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.
|
@@ -231,7 +231,7 @@ function DataTable({
|
|
|
231
231
|
style: { maxHeight: styleDataTableContainer.height }
|
|
232
232
|
},
|
|
233
233
|
renderTable()
|
|
234
|
-
), /* @__PURE__ */ React.createElement(ScrollBar, { orientation: "horizontal" }))
|
|
234
|
+
), /* @__PURE__ */ React.createElement(ScrollBar, { orientation: "horizontal" }), /* @__PURE__ */ React.createElement(ScrollBar, { orientation: "vertical" }))
|
|
235
235
|
), hasPagination());
|
|
236
236
|
}
|
|
237
237
|
const MemoizedDataTable = React.memo(DataTable);
|
package/dist/index.d.ts
CHANGED
|
@@ -1161,7 +1161,7 @@ declare const textareaVariants: (props?: ({
|
|
|
1161
1161
|
variant?: "default" | "filled" | "borderless" | null | undefined;
|
|
1162
1162
|
size?: "small" | "default" | "large" | null | undefined;
|
|
1163
1163
|
radius?: "small" | "default" | "large" | "full" | null | undefined;
|
|
1164
|
-
resize?: "
|
|
1164
|
+
resize?: "both" | "horizontal" | "vertical" | "default" | "vertical-limited" | null | undefined;
|
|
1165
1165
|
} & class_variance_authority_types.ClassProp) | undefined) => string;
|
|
1166
1166
|
interface TextareaProps extends React$1.ComponentProps<'textarea'>, VariantProps<typeof textareaVariants> {
|
|
1167
1167
|
}
|
|
@@ -1300,7 +1300,7 @@ declare const SheetClose: React$1.ForwardRefExoticComponent<DialogPrimitive.Dial
|
|
|
1300
1300
|
declare const SheetPortal: React$1.FC<DialogPrimitive.DialogPortalProps>;
|
|
1301
1301
|
declare const SheetOverlay: React$1.ForwardRefExoticComponent<Omit<DialogPrimitive.DialogOverlayProps & React$1.RefAttributes<HTMLDivElement>, "ref"> & React$1.RefAttributes<HTMLDivElement>>;
|
|
1302
1302
|
declare const sheetVariants: (props?: ({
|
|
1303
|
-
side?: "
|
|
1303
|
+
side?: "top" | "bottom" | "left" | "right" | null | undefined;
|
|
1304
1304
|
} & class_variance_authority_types.ClassProp) | undefined) => string;
|
|
1305
1305
|
interface SheetContentProps extends React$1.ComponentPropsWithoutRef<typeof DialogPrimitive.Content>, VariantProps<typeof sheetVariants> {
|
|
1306
1306
|
}
|