@dile/crud 2.4.0 → 2.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.
@@ -11,7 +11,7 @@ export class DileCrudFiltersInline extends DileCrudFilters {
11
11
  dile-card {
12
12
  margin: var(--dile-crud-filters-inline-margin, 0.5rem 0) !important;
13
13
  --dile-card-background-color: var(--dile-crud-filters-inline-background-color, var(--dile-gray-very-light-color, #f5f5f5));
14
- --dile-card-text-color
14
+ --dile-card-text-color: var(--dile-crud-filters-inline-text-color, var(--dile-on-gray-very-light-color, #303030));
15
15
  --dile-card-border: var(--dile-crud-filters-inline-border, none);
16
16
  }
17
17
  dile-crud-filters-form {
@@ -39,7 +39,7 @@ export const DileCrudMixin = (superclass) => class extends superclass {
39
39
  id="elactions"
40
40
  .actionIds=${this.actionIds}
41
41
  endpoint=${this.config.endpoint}
42
- .actions=${this.config.actions.single}
42
+ .actions=${this.config.actions.list}
43
43
  actionName="${this.singleActionDispatcher}"
44
44
  .formActionsTemplate=${this.config.templates.formActions}
45
45
  language="${this.language}"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dile/crud",
3
- "version": "2.4.0",
3
+ "version": "2.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
  "type": "module",
@@ -32,5 +32,5 @@
32
32
  "publishConfig": {
33
33
  "access": "public"
34
34
  },
35
- "gitHead": "2ada69998b5f563e593acb5007afc1995b04b194"
35
+ "gitHead": "d8614e75a22a00e85864fea8eeffea9579a78e3c"
36
36
  }