avine-react-components
Advanced tools
Comparing version 0.1.32 to 0.1.33
@@ -1130,5 +1130,3 @@ "use strict"; | ||
(0, import_react21.useEffect)(() => setInnerColumns(columns), [columns]); | ||
(0, import_react21.useEffect)(() => { | ||
handleFilterData(data, searchValue); | ||
}, [handleFilterData, data, searchValue]); | ||
(0, import_react21.useEffect)(() => handleFilterData(data, searchValue), [data]); | ||
return /* @__PURE__ */ import_react21.default.createElement("div", { className: " w-full bg-white my-4 rounded-lg py-4" }, !viewOnly && /* @__PURE__ */ import_react21.default.createElement("div", { className: "w-full flex space-x-4 justify-end mb-4 px-4" }, /* @__PURE__ */ import_react21.default.createElement("div", { className: "w-full flex space-x-4 items-center justify-end flex-col md:flex-row" }, /* @__PURE__ */ import_react21.default.createElement("div", { className: "w-full flex-1 my-4 md:my-0" }, searchable && !isLoading && /* @__PURE__ */ import_react21.default.createElement("div", { className: "relative flex-1 max-w-md" }, /* @__PURE__ */ import_react21.default.createElement(LuSearch, { className: "absolute top-2.5 left-2 text-gray-300", size: 20 }), /* @__PURE__ */ import_react21.default.createElement( | ||
@@ -1135,0 +1133,0 @@ "input", |
@@ -1138,5 +1138,3 @@ "use strict"; | ||
(0, import_react21.useEffect)(() => setInnerColumns(columns), [columns]); | ||
(0, import_react21.useEffect)(() => { | ||
handleFilterData(data, searchValue); | ||
}, [handleFilterData, data, searchValue]); | ||
(0, import_react21.useEffect)(() => handleFilterData(data, searchValue), [data]); | ||
return /* @__PURE__ */ import_react21.default.createElement("div", { className: " w-full bg-white my-4 rounded-lg py-4" }, !viewOnly && /* @__PURE__ */ import_react21.default.createElement("div", { className: "w-full flex space-x-4 justify-end mb-4 px-4" }, /* @__PURE__ */ import_react21.default.createElement("div", { className: "w-full flex space-x-4 items-center justify-end flex-col md:flex-row" }, /* @__PURE__ */ import_react21.default.createElement("div", { className: "w-full flex-1 my-4 md:my-0" }, searchable && !isLoading && /* @__PURE__ */ import_react21.default.createElement("div", { className: "relative flex-1 max-w-md" }, /* @__PURE__ */ import_react21.default.createElement(LuSearch, { className: "absolute top-2.5 left-2 text-gray-300", size: 20 }), /* @__PURE__ */ import_react21.default.createElement( | ||
@@ -1143,0 +1141,0 @@ "input", |
{ | ||
"name": "avine-react-components", | ||
"version": "0.1.32", | ||
"version": "0.1.33", | ||
"license": "MIT", | ||
@@ -5,0 +5,0 @@ "description": "", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
6585015
11450