@afeefa/vue-app 0.0.253 → 0.0.254

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.
@@ -1 +1 @@
1
- 0.0.253
1
+ 0.0.254
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@afeefa/vue-app",
3
- "version": "0.0.253",
3
+ "version": "0.0.254",
4
4
  "description": "",
5
5
  "author": "Afeefa Kollektiv <kollektiv@afeefa.de>",
6
6
  "license": "MIT",
@@ -52,7 +52,7 @@
52
52
  class="pr-0"
53
53
  >
54
54
  <v-icon
55
- :color="model.getIcon().color"
55
+ :color="model.getListIconColor() || model.getIcon().color"
56
56
  size="1.5rem"
57
57
  class="mr-2"
58
58
  v-on="on"
@@ -45,6 +45,9 @@ export class Model extends ApiResourcesModel {
45
45
  return this.constructor.icon
46
46
  }
47
47
 
48
+ getListIconColor () {
49
+ }
50
+
48
51
  getTitle () {
49
52
  return null
50
53
  }