@mixd-id/web-scaffold 0.1.230406286 → 0.1.230406287

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.230406286",
4
+ "version": "0.1.230406287",
5
5
  "scripts": {
6
6
  "dev": "vite serve",
7
7
  "build": "vite build",
@@ -663,7 +663,9 @@ export default{
663
663
  })
664
664
  }
665
665
 
666
- const [ kk, vv ] = column.key.split('-')
666
+ let [ kk, ...vv ] = column.key.split('-')
667
+ vv = vv.join('-')
668
+
667
669
  if(![ 'count' ].includes(vv)){
668
670
  filters.push({
669
671
  key: kk.substring(1),