@dile/crud
Advanced tools
Comparing version 0.0.29 to 0.0.30
@@ -5,4 +5,5 @@ import { LitElement, html, css } from 'lit'; | ||
import { ResponseApiAdapter } from '../../../lib/ResponseApiAdapter.js'; | ||
import { DileI18nMixin } from '../../../lib/DileI18nMixin.js'; | ||
export class DileCrudUpdate extends LitElement { | ||
export class DileCrudUpdate extends DileI18nMixin(LitElement) { | ||
static styles = [ | ||
@@ -58,2 +59,3 @@ formStyles, | ||
formIdentifier="${this.formIdentifier}" | ||
language="${this.language}" | ||
> | ||
@@ -60,0 +62,0 @@ ${this.formTemplate()} |
{ | ||
"name": "@dile/crud", | ||
"version": "0.0.29", | ||
"version": "0.0.30", | ||
"description": "Components to create a generic crud system based on Web Components and Lit", | ||
@@ -34,3 +34,3 @@ "main": "index.js", | ||
}, | ||
"gitHead": "a4cb7a3e2ef94fd08ad3bbcf9c560d350b0577b0" | ||
"gitHead": "96692014323213826518042dd3b3a4e135f030cd" | ||
} |
102534
3171