@esvndev/es-react-config-setting 1.0.140 → 1.0.141

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/index.js CHANGED
@@ -190592,8 +190592,8 @@ const NotificationDropdown = () => {
190592
190592
  item.IsRead = true;
190593
190593
  setdatanoti([...datanoti]);
190594
190594
  setdatanoti_readcount(datanoti_readcount - 1);
190595
- mark_read(item.id);
190596
- }, href: item.Href, target: 'blank', style: { color: item.Color }, children: jsxRuntime.jsxs("div", { className: "notification-content", children: [jsxRuntime.jsx("div", { className: "notification-avatar", children: jsxRuntime.jsx("img", { src: `${REACT_APP_BASE_URL_CDN}/${item.AvatarPath}`, width: 45, height: 45 }) }), jsxRuntime.jsxs("div", { className: "notification-body", children: [jsxRuntime.jsxs("p", { className: "notification-heading", children: ["[", item.ModuleName, "] ", item.Title, " ", jsxRuntime.jsxs("small", { className: `noti-createdby`, children: [" ", t("từ"), " ", item.CreatedByName] })] }), jsxRuntime.jsx("span", { className: "notification-text", children: item.SubTitle }), jsxRuntime.jsx("p", { className: "notification-time", title: convert_time_send(item.CreatedTime, true), children: convert_time_send(item.CreatedTime) })] })] }) }, item.id))) }) }));
190595
+ mark_read(item.Id);
190596
+ }, href: item.Href, target: 'blank', style: { color: item.Color }, children: jsxRuntime.jsxs("div", { className: "notification-content", children: [jsxRuntime.jsx("div", { className: "notification-avatar", children: jsxRuntime.jsx("img", { src: `${REACT_APP_BASE_URL_CDN}/${item.AvatarPath}`, width: 45, height: 45 }) }), jsxRuntime.jsxs("div", { className: "notification-body", children: [jsxRuntime.jsxs("p", { className: "notification-heading", children: ["[", item.ModuleName, "] ", item.Title, " ", jsxRuntime.jsxs("small", { className: `noti-createdby`, children: [" ", t("từ"), " ", item.CreatedByName] })] }), jsxRuntime.jsx("span", { className: "notification-text", children: item.SubTitle }), jsxRuntime.jsx("p", { className: "notification-time", title: convert_time_send(item.CreatedTime, true), children: convert_time_send(item.CreatedTime) })] })] }) }, item.Id))) }) }));
190597
190597
  };
190598
190598
  const handleLogSidebarToggle = (e) => {
190599
190599
  e.preventDefault();
package/dist/index.mjs CHANGED
@@ -190561,8 +190561,8 @@ const NotificationDropdown = () => {
190561
190561
  item.IsRead = true;
190562
190562
  setdatanoti([...datanoti]);
190563
190563
  setdatanoti_readcount(datanoti_readcount - 1);
190564
- mark_read(item.id);
190565
- }, href: item.Href, target: 'blank', style: { color: item.Color }, children: jsxs("div", { className: "notification-content", children: [jsx$1("div", { className: "notification-avatar", children: jsx$1("img", { src: `${REACT_APP_BASE_URL_CDN}/${item.AvatarPath}`, width: 45, height: 45 }) }), jsxs("div", { className: "notification-body", children: [jsxs("p", { className: "notification-heading", children: ["[", item.ModuleName, "] ", item.Title, " ", jsxs("small", { className: `noti-createdby`, children: [" ", t("từ"), " ", item.CreatedByName] })] }), jsx$1("span", { className: "notification-text", children: item.SubTitle }), jsx$1("p", { className: "notification-time", title: convert_time_send(item.CreatedTime, true), children: convert_time_send(item.CreatedTime) })] })] }) }, item.id))) }) }));
190564
+ mark_read(item.Id);
190565
+ }, href: item.Href, target: 'blank', style: { color: item.Color }, children: jsxs("div", { className: "notification-content", children: [jsx$1("div", { className: "notification-avatar", children: jsx$1("img", { src: `${REACT_APP_BASE_URL_CDN}/${item.AvatarPath}`, width: 45, height: 45 }) }), jsxs("div", { className: "notification-body", children: [jsxs("p", { className: "notification-heading", children: ["[", item.ModuleName, "] ", item.Title, " ", jsxs("small", { className: `noti-createdby`, children: [" ", t("từ"), " ", item.CreatedByName] })] }), jsx$1("span", { className: "notification-text", children: item.SubTitle }), jsx$1("p", { className: "notification-time", title: convert_time_send(item.CreatedTime, true), children: convert_time_send(item.CreatedTime) })] })] }) }, item.Id))) }) }));
190566
190566
  };
190567
190567
  const handleLogSidebarToggle = (e) => {
190568
190568
  e.preventDefault();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@esvndev/es-react-config-setting",
3
- "version": "1.0.140",
3
+ "version": "1.0.141",
4
4
  "description": "This product is designed by ESVN and is only for use in products distributed by ESVN. Any product, whether for non-commercial research or commercial purposes, must have written legal approval and a digital signature from ESVN.",
5
5
  "author": "dev@esvn.com.vn",
6
6
  "license": "ESVN Limited Use License",