@dile/crud 0.0.65 → 0.0.67

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.
@@ -35,7 +35,7 @@ export class DileCrudInsert extends DileI18nMixin(LitElement) {
35
35
  }
36
36
 
37
37
  get formElement() {
38
- return this.shadowRoot.getElementById(this.formId);
38
+ return this.shadowRoot.getElementById(this.formIdentifier);
39
39
  }
40
40
 
41
41
  render() {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dile/crud",
3
- "version": "0.0.65",
3
+ "version": "0.0.67",
4
4
  "description": "Components to create a generic crud system based on Web Components and Lit",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -24,12 +24,12 @@
24
24
  },
25
25
  "homepage": "https://dile-components.polydile.com/",
26
26
  "dependencies": {
27
- "@dile/ui": "^2.1.36",
27
+ "@dile/ui": "^2.1.37",
28
28
  "axios": "^1.7.2",
29
29
  "lit": "^2.7.0 || ^3.0.0"
30
30
  },
31
31
  "publishConfig": {
32
32
  "access": "public"
33
33
  },
34
- "gitHead": "6ea2ac2779d56aa2edf23147fa8a173eed9db29b"
34
+ "gitHead": "30f2fe016bd36491891ce254bc97590e1fc17d19"
35
35
  }