@mixd-id/web-scaffold 0.1.230406313 → 0.1.230406315

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.230406313",
4
+ "version": "0.1.230406315",
5
5
  "scripts": {
6
6
  "dev": "vite serve",
7
7
  "build": "vite build",
@@ -11,8 +11,6 @@ const getValue = (filter, opt) => {
11
11
  const keyColumns = groupBy(columns, 'key')
12
12
  const type = ((keyColumns[key] ?? [])[0] ?? {}).type
13
13
 
14
- console.log('fn', fn)
15
-
16
14
  let whereObj = {}
17
15
 
18
16
  switch(type){
@@ -581,7 +581,7 @@
581
581
 
582
582
  <div class="flex flex-row items-center gap-3">
583
583
  <label>Total</label>
584
- <Switch v-model="presetPivot.useTotal" />
584
+ <Switch v-model="presetPivot.useTotal" @change="apply()"/>
585
585
  </div>
586
586
 
587
587
  </div>