eleven-solutions-common-website-unique-web 2.0.18 → 2.0.19
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/components/admin/Taxionomies.js +1 -1
- package/dist/components/admin/TaxonomyForm.js +3 -1
- package/dist/components/admin/Users.js +0 -3
- package/package.json +1 -1
- package/src/components/admin/Taxionomies.tsx +1 -1
- package/src/components/admin/TaxonomyForm.tsx +3 -1
- package/src/components/admin/Users.tsx +0 -4
@@ -65,7 +65,7 @@ const Taxionomies = () => {
|
|
65
65
|
window.history.pushState({}, "", path + { state: { id } });
|
66
66
|
window.dispatchEvent(new PopStateEvent("popstate"));
|
67
67
|
};
|
68
|
-
return (_jsxs("div", { className: "container px-4 mx-auto mt-6", children: [_jsx("div", { className: "w-3/4", children: _jsx("h1", { className: "text-3xl font-bold text-blue-600 mb-5", children: "Taxonomy" }) }), _jsx("div", { className: "flex-grow ml-0 w-full mt-10", children: _jsxs("form", { className: "w-full ", children: [_jsx("label", { htmlFor: "default-search", className: "mb-2 text-sm font-medium text-gray-900 sr-only dark:text-white", children: "Search" }), _jsxs("div", { className: "relative w-full", children: [_jsx("div", { className: "absolute inset-y-0 start-0 flex items-center ps-3 pointer-events-none", children: _jsx("svg", { className: "w-4 h-4 text-gray-500 dark:text-gray-400", "aria-hidden": "true", xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 20 20", children: _jsx("path", { stroke: "currentColor", "stroke-linecap": "round", "stroke-linejoin": "round", "stroke-width": "2", d: "m19 19-4-4m0-7A7 7 0 1 1 1 8a7 7 0 0 1 14 0Z" }) }) }), _jsx("input", { type: "search", id: "default-search", className: "inline-block min-w-full p-3 ps-10 outline-none text-sm text-gray-900 border border-gray-300 rounded-lg bg-gray-50 focus:ring-blue-500 focus:border-blue-500 dark:bg-gray-700 dark:border-gray-600 dark:placeholder-gray-400 dark:text-white dark:focus:ring-blue-500 dark:focus:border-blue-500", placeholder: "Search Taxonomies", required: true }), _jsx("button", { type: "submit", className: "text-white absolute end-1.5 bottom-1.5 bg-blue-700 hover:bg-blue-800 focus:ring-4 focus:outline-none focus:ring-blue-300 font-medium rounded-lg text-sm px-4 py-2 dark:bg-blue-600 dark:hover:bg-blue-700 dark:focus:ring-blue-800", children: "Search" })] })] }) }), _jsx("div", { className: "flex-grow ml-0 w-3/4", children: _jsx("form", { className: "w-auto" }) }), _jsxs("div", { className: "flex-grow ml-0 mt-4 w-full", children: [_jsx("div", { className: "overflow-hidden border border-gray-200 dark:border-gray-700 md:rounded-lg mt-6", children: _jsxs("table", { className: "min-w-full divide-y divide-gray-200 dark:divide-gray-700", children: [_jsx("thead", { className: "bg-gray-50 dark:bg-gray-800", children: _jsxs("tr", { children: [_jsx("th", { scope: "col", className: "px-4 py-3.5 text-md font-normal text-left rtl:text-right text-gray-500 dark:text-gray-400", children: "Actions" }), _jsx("th", { scope: "col", className: "py-3.5 px-4 text-md font-normal text-left rtl:text-right text-gray-500 dark:text-gray-400", children: "Type" })] }) }), _jsx("tbody", { className: "bg-white divide-y divide-gray-200 dark:divide-gray-700 dark:bg-gray-900", children: paginatedTaxonomies.map((taxonomy, index) => (_jsxs("tr", { children: [_jsx("td", { className: "px-4 py-4 text-sm whitespace-nowrap", children: _jsx("div", { className: "flex items-center gap-x-6", children: taxonomy.isEdit ? (_jsx("button", { type: "button", onClick: (event) => handleViewClick(event, "/admin/taxonomies/taxonomyform?", taxonomy.id
|
68
|
+
return (_jsxs("div", { className: "container px-4 mx-auto mt-6", children: [_jsx("div", { className: "w-3/4", children: _jsx("h1", { className: "text-3xl font-bold text-blue-600 mb-5", children: "Taxonomy" }) }), _jsx("div", { className: "flex-grow ml-0 w-full mt-10", children: _jsxs("form", { className: "w-full ", children: [_jsx("label", { htmlFor: "default-search", className: "mb-2 text-sm font-medium text-gray-900 sr-only dark:text-white", children: "Search" }), _jsxs("div", { className: "relative w-full", children: [_jsx("div", { className: "absolute inset-y-0 start-0 flex items-center ps-3 pointer-events-none", children: _jsx("svg", { className: "w-4 h-4 text-gray-500 dark:text-gray-400", "aria-hidden": "true", xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 20 20", children: _jsx("path", { stroke: "currentColor", "stroke-linecap": "round", "stroke-linejoin": "round", "stroke-width": "2", d: "m19 19-4-4m0-7A7 7 0 1 1 1 8a7 7 0 0 1 14 0Z" }) }) }), _jsx("input", { type: "search", id: "default-search", className: "inline-block min-w-full p-3 ps-10 outline-none text-sm text-gray-900 border border-gray-300 rounded-lg bg-gray-50 focus:ring-blue-500 focus:border-blue-500 dark:bg-gray-700 dark:border-gray-600 dark:placeholder-gray-400 dark:text-white dark:focus:ring-blue-500 dark:focus:border-blue-500", placeholder: "Search Taxonomies", required: true }), _jsx("button", { type: "submit", className: "text-white absolute end-1.5 bottom-1.5 bg-blue-700 hover:bg-blue-800 focus:ring-4 focus:outline-none focus:ring-blue-300 font-medium rounded-lg text-sm px-4 py-2 dark:bg-blue-600 dark:hover:bg-blue-700 dark:focus:ring-blue-800", children: "Search" })] })] }) }), _jsx("div", { className: "flex-grow ml-0 w-3/4", children: _jsx("form", { className: "w-auto" }) }), _jsxs("div", { className: "flex-grow ml-0 mt-4 w-full h-full", children: [_jsx("div", { className: "overflow-hidden border border-gray-200 dark:border-gray-700 md:rounded-lg mt-6", children: _jsxs("table", { className: "min-w-full divide-y divide-gray-200 dark:divide-gray-700", children: [_jsx("thead", { className: "bg-gray-50 dark:bg-gray-800", children: _jsxs("tr", { children: [_jsx("th", { scope: "col", className: "px-4 py-3.5 text-md font-normal text-left rtl:text-right text-gray-500 dark:text-gray-400", children: "Actions" }), _jsx("th", { scope: "col", className: "py-3.5 px-4 text-md font-normal text-left rtl:text-right text-gray-500 dark:text-gray-400", children: "Type" })] }) }), _jsx("tbody", { className: "bg-white divide-y divide-gray-200 dark:divide-gray-700 dark:bg-gray-900", children: paginatedTaxonomies.map((taxonomy, index) => (_jsxs("tr", { children: [_jsx("td", { className: "px-4 py-4 text-sm whitespace-nowrap", children: _jsx("div", { className: "flex items-center gap-x-6", children: taxonomy.isEdit ? (_jsx("button", { type: "button", onClick: (event) => handleViewClick(event, "/admin/taxonomies/taxonomyform?", taxonomy.id
|
69
69
|
// taxonomy.type
|
70
70
|
), className: "text-gray-500 transition-colors duration-200 dark:hover:text-yellow-500 dark:text-gray-300 hover:text-yellow-500 focus:outline-none", children: _jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 24 24", "stroke-width": "1.5", stroke: "currentColor", className: "w-5 h-5", children: _jsx("path", { "stroke-linecap": "round", "stroke-linejoin": "round", d: "M16.862 4.487l1.687-1.688a1.875 1.875 0 112.652 2.652L10.582 16.07a4.5 4.5 0 01-1.897 1.13L6 18l.8-2.685a4.5 4.5 0 011.13-1.897l8.932-8.931zm0 0L19.5 7.125M18 14v4.75A2.25 2.25 0 0115.75 21H5.25A2.25 2.25 0 013 18.75V8.25A2.25 2.25 0 015.25 6H10" }) }) })) : taxonomy.isView ? (_jsx("button", { onClick: (event) => handleViewClick(event, "/admin/taxonomies/taxonomyform?", taxonomy.id
|
71
71
|
// taxonomy.type
|
@@ -91,7 +91,9 @@ const TaxonomyForm = () => {
|
|
91
91
|
yield addTaxonomyApi(type, Number(code), value);
|
92
92
|
alert("Taxonomy added successfully");
|
93
93
|
}
|
94
|
-
window.location.href = "/admin/taxinomies";
|
94
|
+
// window.location.href = "/admin/taxinomies";
|
95
|
+
window.history.pushState({}, "", "/admin/taxinomies");
|
96
|
+
window.dispatchEvent(new PopStateEvent("popstate"));
|
95
97
|
}
|
96
98
|
catch (error) {
|
97
99
|
console.error("Error adding/updating Taxonomy:", error);
|
@@ -57,9 +57,6 @@ function Users() {
|
|
57
57
|
console.error("Error deleting User:", error);
|
58
58
|
}
|
59
59
|
});
|
60
|
-
// const handleEditClick = (id: string) => {
|
61
|
-
// navigate("/admin/user/userform", { state: { id } });
|
62
|
-
// };
|
63
60
|
const handleEditClick = (event, path, id) => {
|
64
61
|
event.preventDefault();
|
65
62
|
window.history.pushState({}, "", path + id);
|
package/package.json
CHANGED
@@ -130,7 +130,7 @@ const Taxionomies = () => {
|
|
130
130
|
<div className="flex-grow ml-0 w-3/4">
|
131
131
|
<form className="w-auto">{/* Search Form */}</form>
|
132
132
|
</div>
|
133
|
-
<div className="flex-grow ml-0 mt-4 w-full">
|
133
|
+
<div className="flex-grow ml-0 mt-4 w-full h-full">
|
134
134
|
<div className="overflow-hidden border border-gray-200 dark:border-gray-700 md:rounded-lg mt-6">
|
135
135
|
<table className="min-w-full divide-y divide-gray-200 dark:divide-gray-700">
|
136
136
|
<thead className="bg-gray-50 dark:bg-gray-800">
|
@@ -120,7 +120,9 @@ const TaxonomyForm = () => {
|
|
120
120
|
await addTaxonomyApi(type, Number(code), value);
|
121
121
|
alert("Taxonomy added successfully");
|
122
122
|
}
|
123
|
-
window.location.href = "/admin/taxinomies";
|
123
|
+
// window.location.href = "/admin/taxinomies";
|
124
|
+
window.history.pushState({}, "", "/admin/taxinomies");
|
125
|
+
window.dispatchEvent(new PopStateEvent("popstate"));
|
124
126
|
} catch (error) {
|
125
127
|
console.error("Error adding/updating Taxonomy:", error);
|
126
128
|
alert("Failed to add/update Taxonomy");
|