@hostlink/nuxt-light 0.0.95 → 0.0.96

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/dist/module.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "light",
3
3
  "configKey": "light",
4
- "version": "0.0.95"
4
+ "version": "0.0.96"
5
5
  }
@@ -515,7 +515,7 @@ const filterFn = (val, update, abort) {
515
515
  </template>
516
516
 
517
517
  <template v-if="col.searchType == 'select'">
518
- <q-select dense v-model="filters[col.name]" @input-value="onFilters" clearable
518
+ <q-select dense v-model="filters[col.name]" @update:model-value="onFilters" clearable
519
519
  :options="col.searchOptions" @clear="onFilters" emit-value map-options
520
520
  :multiple="col.searchMultiple" />
521
521
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hostlink/nuxt-light",
3
- "version": "0.0.95",
3
+ "version": "0.0.96",
4
4
  "description": "HostLink Nuxt Light Framework",
5
5
  "repository": "@hostlink/nuxt-light",
6
6
  "license": "MIT",