@dile/crud 0.4.1 → 0.4.2

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.
@@ -106,6 +106,8 @@ export class DileCrudListService extends DileI18nMixin(LitElement) {
106
106
  numItems = data.countItems;
107
107
  }
108
108
  this.dispatchEvent(new CustomEvent('crud-list-get-success', {
109
+ bubbles: true,
110
+ composed: true,
109
111
  detail: {
110
112
  elements,
111
113
  numItems,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dile/crud",
3
- "version": "0.4.1",
3
+ "version": "0.4.2",
4
4
  "description": "Components to create a generic crud system based on Web Components and Lit",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -31,5 +31,5 @@
31
31
  "publishConfig": {
32
32
  "access": "public"
33
33
  },
34
- "gitHead": "74907e7bdaa0bd1656d1db1b8b2845208aa91698"
34
+ "gitHead": "bafe4b8032feec0e04e6ac7b0b5f64f4fa62bc69"
35
35
  }