zet-lib 1.2.44 → 1.2.45

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 +1 -1
  2. package/package.json +1 -1
package/lib/zRoute.js CHANGED
@@ -2484,7 +2484,7 @@ zRoute.viewForm = (req, res, MYMODEL, relations, data = {}) => {
2484
2484
  let value = ''
2485
2485
  for (let key in obj) {
2486
2486
  if (widgets.hasOwnProperty(key)) {
2487
- let className = 'form-control-plaintext '
2487
+ let className = 'form-control form-control-plaintext '
2488
2488
  if (widgets[key].float) {
2489
2489
  className += ` boxy-small`
2490
2490
  } else {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "zet-lib",
3
- "version": "1.2.44",
3
+ "version": "1.2.45",
4
4
  "description": "zet is a library that part of zet generator.",
5
5
  "engines": {
6
6
  "node": ">=18"