@autoafleveren/ui 1.4.3 → 1.4.4

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@autoafleveren/ui",
3
- "version": "1.4.3",
3
+ "version": "1.4.4",
4
4
  "type": "module",
5
5
  "files": [
6
6
  "dist/*",
@@ -138,6 +138,12 @@
138
138
  />
139
139
 
140
140
  <slot></slot>
141
+
142
+ <Component
143
+ :is="action.suffixIcon"
144
+ v-if="action.suffixIcon && context"
145
+ class="size-5 ml-auto"
146
+ />
141
147
  </div>
142
148
 
143
149
  <AppActionBarSubMenu
@@ -9,6 +9,7 @@ export interface Action {
9
9
  name: string;
10
10
  key?: string;
11
11
  icon: Component;
12
+ suffixIcon?: Component;
12
13
  confirm?: boolean;
13
14
  type?: Type;
14
15
  // eslint-disable-next-line @typescript-eslint/no-explicit-any