zet-lib 1.2.76 → 1.2.77

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/zRoute.js +2 -2
  2. package/package.json +2 -2
package/lib/zRoute.js CHANGED
@@ -2604,14 +2604,14 @@ zRoute.viewForm = (req, res, MYMODEL, relations, data = {}, MODEL_TABLE = {}, ke
2604
2604
  if (isTableType) {
2605
2605
  obj[key].value = Util.fileView(`/uploads/${MODEL_TABLE.routeName}/${keyName}/`, data[key], {
2606
2606
  width: width,
2607
- class: 'boxy',
2607
+ class: 'boxy zoom',
2608
2608
  })
2609
2609
  } else {
2610
2610
  obj[key].value =
2611
2611
  '<br><br>' +
2612
2612
  Util.fileView(`/uploads/${MYMODEL.routeName}/`, data[key], {
2613
2613
  width: width,
2614
- class: 'boxy',
2614
+ class: 'boxy zoom',
2615
2615
  })
2616
2616
  }
2617
2617
  break
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "zet-lib",
3
- "version": "1.2.76",
3
+ "version": "1.2.77",
4
4
  "description": "zet is a library that part of zet generator.",
5
5
  "engines": {
6
6
  "node": ">=18"
@@ -51,4 +51,4 @@
51
51
  "uuid": "^9.0.1",
52
52
  "xlsx": "^0.18.5"
53
53
  }
54
- }
54
+ }