@mixd-id/web-scaffold 0.1.230406296 → 0.1.230406298

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/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@mixd-id/web-scaffold",
3
3
  "private": false,
4
- "version": "0.1.230406296",
4
+ "version": "0.1.230406298",
5
5
  "scripts": {
6
6
  "dev": "vite serve",
7
7
  "build": "vite build",
@@ -620,6 +620,12 @@ export default{
620
620
  case 'boolean':
621
621
  value = value === 'true'
622
622
  break
623
+
624
+ default:
625
+ value = value === '(empty)' ? '' :
626
+ value === '(null)' ? null :
627
+ value.replaceAll('_', ' ')
628
+ break
623
629
  }
624
630
 
625
631
  filters.push({