@hostlink/nuxt-light 1.26.8 → 1.26.9

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,7 +1,7 @@
1
1
  {
2
2
  "name": "light",
3
3
  "configKey": "light",
4
- "version": "1.26.8",
4
+ "version": "1.26.9",
5
5
  "builder": {
6
6
  "@nuxt/module-builder": "0.8.4",
7
7
  "unbuild": "2.0.0"
@@ -140,6 +140,7 @@ export interface LTableRequest {
140
140
  const emits = defineEmits<{
141
141
  "request-data": [p: LTableRequest],
142
142
  "update:selected": [p: Array<any>]
143
+ "delete": [p: any],
143
144
  }>()
144
145
 
145
146
 
@@ -439,6 +440,8 @@ const onDelete = async (id: any) => {
439
440
  if (table.value) {
440
441
  table.value.requestServerInteraction();
441
442
  }
443
+
444
+ emits("delete", id);
442
445
  }
443
446
 
444
447
  const attrs = computed(() => {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hostlink/nuxt-light",
3
- "version": "1.26.8",
3
+ "version": "1.26.9",
4
4
  "description": "HostLink Nuxt Light Framework",
5
5
  "repository": {
6
6
  "type": "git",