@maas/vue-equipment 0.30.5 → 0.30.7

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,7 +1,7 @@
1
1
  {
2
2
  "name": "@maas/vue-equipment/nuxt",
3
3
  "configKey": "vueEquipment",
4
- "version": "0.30.4",
4
+ "version": "0.30.6",
5
5
  "builder": {
6
6
  "@nuxt/module-builder": "0.8.1",
7
7
  "unbuild": "unknown"
@@ -100,8 +100,8 @@ onMounted(() => {
100
100
 
101
101
  if (!!filtered && filtered instanceof HTMLElement) {
102
102
  size.value = {
103
- width: filtered.offsetWidth,
104
- height: filtered.offsetHeight,
103
+ width: filtered.offsetWidth + padding.value.x,
104
+ height: filtered.offsetHeight + padding.value.y,
105
105
  }
106
106
  }
107
107
  }
@@ -9,7 +9,7 @@ export interface MagicMenuOptions {
9
9
  default?: string;
10
10
  nested?: string;
11
11
  };
12
- channel: string;
12
+ channel?: string;
13
13
  };
14
14
  }
15
15
  export type Interaction = 'click' | 'mouseenter' | 'right-click';
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@maas/vue-equipment",
3
3
  "description": "A magic collection of Vue composables, plugins, components and directives",
4
- "version": "0.30.5",
4
+ "version": "0.30.7",
5
5
  "author": "Robin Scholz <https://github.com/robinscholz>, Christoph Jeworutzki <https://github.com/ChristophJeworutzki>",
6
6
  "type": "module",
7
7
  "devDependencies": {