codevdesign 0.0.52 → 0.0.53

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.
@@ -266,7 +266,9 @@
266
266
  const ajouter = () => {
267
267
  emit('ajouter')
268
268
  }
269
- const cliqueLigne = ({ item }: { item: any }) => {
269
+
270
+ // eslint-disable-next-line @typescript-eslint/no-unused-vars
271
+ const cliqueLigne = (e: Event, { item }: { item: any }) => {
270
272
  emit('cliqueLigne', item)
271
273
  }
272
274
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "codevdesign",
3
- "version": "0.0.52",
3
+ "version": "0.0.53",
4
4
  "description": "Composants Vuetify 3 pour les projets Codev",
5
5
  "files": [
6
6
  "./**/*.vue",