@afeefa/vue-app 0.0.187 → 0.0.189

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.187
1
+ 0.0.189
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@afeefa/vue-app",
3
- "version": "0.0.187",
3
+ "version": "0.0.189",
4
4
  "description": "",
5
5
  "author": "Afeefa Kollektiv <kollektiv@afeefa.de>",
6
6
  "license": "MIT",
@@ -25,17 +25,19 @@ export default class AInfo extends Vue {
25
25
  </script>
26
26
 
27
27
  <style lang="scss" scoped>
28
- :deep(.v-icon) {
29
- margin-right: .4rem;
30
- }
31
-
32
- .xSmall {
33
- padding: .3rem .6rem;
34
- font-size: .9rem;
35
-
28
+ .v-alert {
36
29
  :deep(.v-icon) {
37
- margin-left: .2rem;
38
30
  margin-right: .4rem;
39
31
  }
32
+
33
+ .xSmall {
34
+ padding: .3rem .6rem;
35
+ font-size: .9rem;
36
+
37
+ :deep(.v-icon) {
38
+ margin-left: .2rem;
39
+ margin-right: .4rem;
40
+ }
41
+ }
40
42
  }
41
43
  </style>
@@ -73,7 +73,14 @@
73
73
  </template>
74
74
 
75
75
  <div v-else-if="!isLoading">
76
- <a-info type="warning">
76
+ <div v-if="$scopedSlots['not-found']">
77
+ <slot name="not-found" />
78
+ </div>
79
+
80
+ <a-info
81
+ v-else
82
+ type="warning"
83
+ >
77
84
  <div v-if="$has.filters && meta_.count_all">
78
85
  Nichts gefunden. <a
79
86
  href=""
@@ -86,6 +93,7 @@
86
93
  </div>
87
94
  </a-info>
88
95
  </div>
96
+
89
97
  <div
90
98
  v-if="$has.filters"
91
99
  class="filters"