@likable-hair/svelte 3.0.78 → 3.0.79

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.
@@ -21,11 +21,13 @@ function initSortable() {
21
21
  ghostClass: "ghost-drag-element",
22
22
  onEnd(ev) {
23
23
  dispatch("end", { ev });
24
+ console.log("internal END");
24
25
  },
25
26
  onChange(ev) {
26
27
  dispatch("change", { ev });
27
28
  },
28
29
  onUpdate(ev) {
30
+ console.log("internal Update");
29
31
  }
30
32
  });
31
33
  }
@@ -121,6 +123,7 @@ function doUpdateItem(item, inputData) {
121
123
  inputData: e.detail.inputData
122
124
  })
123
125
  }}
126
+ on:end
124
127
  on:input
125
128
  on:click
126
129
  >
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@likable-hair/svelte",
3
3
  "description": "A Svelte component for likablehair",
4
- "version": "3.0.78",
4
+ "version": "3.0.79",
5
5
  "scripts": {
6
6
  "host": "vite --host",
7
7
  "dev": "vite dev",