@mobilon-dev/chotto 0.3.82 → 0.3.83

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.
@@ -10,6 +10,7 @@ declare const _default: import("vue").DefineComponent<{}, {
10
10
  selectedDialog: Record<string, any>;
11
11
  emptyChannelsPlaceholder: Record<string, any>;
12
12
  blockedAttributeIds: unknown[];
13
+ tooltipDelay: number;
13
14
  attributeTooltips: Record<string, any>;
14
15
  attributeIndicatorTooltips: Record<string, any>;
15
16
  showChannelIcons: boolean;
@@ -26,6 +27,7 @@ declare const _default: import("vue").DefineComponent<{}, {
26
27
  readonly selectedDialog?: Record<string, any> | undefined;
27
28
  readonly emptyChannelsPlaceholder?: Record<string, any> | undefined;
28
29
  readonly blockedAttributeIds?: unknown[] | undefined;
30
+ readonly tooltipDelay?: number | undefined;
29
31
  readonly attributeTooltips?: Record<string, any> | undefined;
30
32
  readonly attributeIndicatorTooltips?: Record<string, any> | undefined;
31
33
  readonly showChannelIcons?: boolean | undefined;
@@ -4,12 +4,14 @@ declare const _default: import("vue").DefineComponent<{}, {
4
4
  isSelected: boolean;
5
5
  blockedAttributeIds: unknown[];
6
6
  indicatorTooltips: Record<string, any>;
7
+ tooltipDelay: number;
7
8
  $props: {
8
9
  readonly confirmingAttributeId?: string | undefined;
9
10
  readonly attribute?: Record<string, any> | undefined;
10
11
  readonly isSelected?: boolean | undefined;
11
12
  readonly blockedAttributeIds?: unknown[] | undefined;
12
13
  readonly indicatorTooltips?: Record<string, any> | undefined;
14
+ readonly tooltipDelay?: number | undefined;
13
15
  };
14
16
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
15
17
  export default _default;
@@ -13,6 +13,7 @@ declare const meta: {
13
13
  selectedDialog: Record<string, any>;
14
14
  emptyChannelsPlaceholder: Record<string, any>;
15
15
  blockedAttributeIds: unknown[];
16
+ tooltipDelay: number;
16
17
  attributeTooltips: Record<string, any>;
17
18
  attributeIndicatorTooltips: Record<string, any>;
18
19
  showChannelIcons: boolean;
@@ -29,6 +30,7 @@ declare const meta: {
29
30
  readonly selectedDialog?: Record<string, any> | undefined;
30
31
  readonly emptyChannelsPlaceholder?: Record<string, any> | undefined;
31
32
  readonly blockedAttributeIds?: unknown[] | undefined;
33
+ readonly tooltipDelay?: number | undefined;
32
34
  readonly attributeTooltips?: Record<string, any> | undefined;
33
35
  readonly attributeIndicatorTooltips?: Record<string, any> | undefined;
34
36
  readonly showChannelIcons?: boolean | undefined;
@@ -55,8 +55,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
55
55
  onRead?: ((messageId: string) => any) | undefined;
56
56
  }>, {
57
57
  tooltipText: string;
58
+ tooltipDelay: number;
58
59
  tooltipPosition: string;
59
60
  tooltipOffset: number;
60
- tooltipDelay: number;
61
61
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
62
62
  export default _default;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mobilon-dev/chotto",
3
- "version": "0.3.82",
3
+ "version": "0.3.83",
4
4
  "type": "module",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.js",