@liedekef/ftable 1.1.47 → 1.1.48

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/ftable.esm.js CHANGED
@@ -1365,7 +1365,7 @@ class FTableFormBuilder {
1365
1365
  id: `Edit-${fieldName}`,
1366
1366
  className: field.inputClass || null,
1367
1367
  placeholder: field.placeholder || null,
1368
- value = value
1368
+ value: value
1369
1369
  });
1370
1370
  }
1371
1371
 
package/ftable.js CHANGED
@@ -1366,7 +1366,7 @@ class FTableFormBuilder {
1366
1366
  id: `Edit-${fieldName}`,
1367
1367
  className: field.inputClass || null,
1368
1368
  placeholder: field.placeholder || null,
1369
- value = value
1369
+ value: value
1370
1370
  });
1371
1371
  }
1372
1372
 
package/ftable.umd.js CHANGED
@@ -1366,7 +1366,7 @@ class FTableFormBuilder {
1366
1366
  id: `Edit-${fieldName}`,
1367
1367
  className: field.inputClass || null,
1368
1368
  placeholder: field.placeholder || null,
1369
- value = value
1369
+ value: value
1370
1370
  });
1371
1371
  }
1372
1372
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@liedekef/ftable",
3
- "version": "1.1.47",
3
+ "version": "1.1.48",
4
4
  "description": "Modern, lightweight, jQuery-free CRUD table for dynamic AJAX-powered tables.",
5
5
  "main": "ftable.js",
6
6
  "module": "ftable.esm.js",