zet-lib 1.2.94 → 1.2.95

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.
Files changed (2) hide show
  1. package/lib/zReport.js +2 -2
  2. package/package.json +1 -1
package/lib/zReport.js CHANGED
@@ -585,9 +585,9 @@ zReport.dataHTMLList = async () => {
585
585
  html += `<div class="col-xs-12 col-md-6">
586
586
  <div class="boxy bottom-down">
587
587
  <div class="float">
588
- <span class="icon-small icons-primary" onclick="location.href='/zreports/update/${result.id}'" title="Ubah"><img data-id="4097" class="icons-bg-white gridupdate icon-image" src="/assets/icons/edit.svg"></span>
588
+ <span class="icon-small icons-primary" onclick="location.href='/zreports/update/${result.id}'" title="${LANGUAGE.update}"><img class="icons-bg-white gridupdate icon-image" src="/assets/icons/edit.svg"></span>
589
589
 
590
- <span class="icon-small icons-danger deletereport float-end" data-delete="/zreports_setting/delete/${result.id}" title="Hapus"><img data-id="4097" class="icons-bg-white griddelete icon-image" src="/assets/icons/trash-filled.svg"></span>
590
+ <span class="icon-small icons-danger float-end" onclick="deletereport('${result.id}')" title="${LANGUAGE.delete}"><img class="icons-bg-white griddelete icon-image" src="/assets/icons/trash-filled.svg"></span>
591
591
  </div>
592
592
 
593
593
  <div class="container-fluid">
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "zet-lib",
3
- "version": "1.2.94",
3
+ "version": "1.2.95",
4
4
  "description": "zet is a library that part of zet generator.",
5
5
  "engines": {
6
6
  "node": ">=18"