@meistrari/tela-build 1.69.1 → 1.70.0

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.
@@ -54,6 +54,11 @@ const tooltipConfig = computed(() => {
54
54
  side: 'right' as const,
55
55
  align: 'center' as const,
56
56
  variant: 'single' as const,
57
+ title: undefined,
58
+ description: undefined,
59
+ alignOffset: undefined,
60
+ arrowOffset: undefined,
61
+ delayDuration: undefined,
57
62
  }
58
63
  }
59
64
  if (typeof props.tooltip === 'object' && props.tooltip) {
@@ -66,6 +71,7 @@ const tooltipConfig = computed(() => {
66
71
  description: props.tooltip.description,
67
72
  alignOffset: props.tooltip.alignOffset,
68
73
  arrowOffset: props.tooltip.arrowOffset,
74
+ delayDuration: props.tooltip.delayDuration,
69
75
  }
70
76
  }
71
77
  return null
@@ -91,7 +97,7 @@ const isIconImage = computed(() => {
91
97
  :arrow-offset="tooltipConfig?.arrowOffset"
92
98
  :title="tooltipConfig?.title"
93
99
  :description="tooltipConfig?.description"
94
- :delay-duration="100"
100
+ :delay-duration="tooltipConfig?.delayDuration ?? 100"
95
101
  >
96
102
  <DropdownMenuItem
97
103
  v-bind="props"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@meistrari/tela-build",
3
- "version": "1.69.1",
3
+ "version": "1.70.0",
4
4
  "type": "module",
5
5
  "files": [
6
6
  "app.config.ts",