@dile/crud 0.6.0 → 0.6.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.
@@ -40,8 +40,8 @@ export const DileModalCrudOperationsMixin = (superclass) => class extends superc
40
40
  showCloseIcon
41
41
  @save-success=${this.doSuccessActions}
42
42
  >
43
- ${this.titleTemplate}
44
43
  <section>
44
+ ${this.titleTemplate}
45
45
  ${this.ajaxFormTemplate}
46
46
  </section>
47
47
  </dile-modal>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dile/crud",
3
- "version": "0.6.0",
3
+ "version": "0.6.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": {
@@ -24,12 +24,12 @@
24
24
  },
25
25
  "homepage": "https://dile-components.polydile.com/",
26
26
  "dependencies": {
27
- "@dile/ui": "^2.4.1",
27
+ "@dile/ui": "^2.4.2",
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": "1421edd8c9a2e0ec6657ff291d58d0b249f0c99d"
34
+ "gitHead": "d94902b30818bfc992fad827660631d31a6eaa39"
35
35
  }