@vonage/vivid-vue 3.44.0 → 3.45.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.
- package/generated/components/VAlert.vue2.d.ts +15 -0
- package/generated/components/VAlert.vue3.d.ts +15 -0
- package/generated/components/VDataGrid.vue2.d.ts +1 -1
- package/generated/components/VDataGrid.vue3.d.ts +2 -1
- package/generated/components/VDataGridCell.vue2.d.ts +1 -1
- package/generated/components/VDataGridCell.vue3.d.ts +2 -1
- package/generated/components/VDataGridRow.vue2.d.ts +1 -1
- package/generated/components/VDataGridRow.vue3.d.ts +2 -1
- package/generated/components/VMenu.vue2.d.ts +14 -14
- package/generated/components/VMenu.vue3.d.ts +14 -14
- package/generated/components/VTabs.vue2.d.ts +15 -0
- package/generated/components/VTabs.vue3.d.ts +15 -0
- package/generated/components/VToggletip.vue2.d.ts +14 -14
- package/generated/components/VToggletip.vue3.d.ts +14 -14
- package/generated/components/VTooltip.vue2.d.ts +14 -8
- package/generated/components/VTooltip.vue3.d.ts +14 -8
- package/index.es.js +410 -385
- package/index.umd.js +13 -13
- package/package.json +2 -2
- package/web-types.json +53 -24
|
@@ -69,6 +69,13 @@ declare const _default: import("vue/types/v3-define-component").DefineComponent<
|
|
|
69
69
|
type: PropType<"accent" | "information" | "success" | "warning" | "alert">;
|
|
70
70
|
default: undefined;
|
|
71
71
|
};
|
|
72
|
+
/**
|
|
73
|
+
* alert state
|
|
74
|
+
*/
|
|
75
|
+
strategy: {
|
|
76
|
+
type: PropType<"fixed" | "static">;
|
|
77
|
+
default: undefined;
|
|
78
|
+
};
|
|
72
79
|
/**
|
|
73
80
|
* indicates whether the alert is open
|
|
74
81
|
*/
|
|
@@ -145,6 +152,13 @@ declare const _default: import("vue/types/v3-define-component").DefineComponent<
|
|
|
145
152
|
type: PropType<"accent" | "information" | "success" | "warning" | "alert">;
|
|
146
153
|
default: undefined;
|
|
147
154
|
};
|
|
155
|
+
/**
|
|
156
|
+
* alert state
|
|
157
|
+
*/
|
|
158
|
+
strategy: {
|
|
159
|
+
type: PropType<"fixed" | "static">;
|
|
160
|
+
default: undefined;
|
|
161
|
+
};
|
|
148
162
|
/**
|
|
149
163
|
* indicates whether the alert is open
|
|
150
164
|
*/
|
|
@@ -162,6 +176,7 @@ declare const _default: import("vue/types/v3-define-component").DefineComponent<
|
|
|
162
176
|
text: string;
|
|
163
177
|
timeoutms: number;
|
|
164
178
|
connotation: "accent" | "information" | "success" | "warning" | "alert";
|
|
179
|
+
strategy: "fixed" | "static";
|
|
165
180
|
open: boolean;
|
|
166
181
|
}>;
|
|
167
182
|
export default _default;
|
|
@@ -69,6 +69,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
69
69
|
type: PropType<"accent" | "information" | "success" | "warning" | "alert">;
|
|
70
70
|
default: undefined;
|
|
71
71
|
};
|
|
72
|
+
/**
|
|
73
|
+
* alert state
|
|
74
|
+
*/
|
|
75
|
+
strategy: {
|
|
76
|
+
type: PropType<"fixed" | "static">;
|
|
77
|
+
default: undefined;
|
|
78
|
+
};
|
|
72
79
|
/**
|
|
73
80
|
* indicates whether the alert is open
|
|
74
81
|
*/
|
|
@@ -145,6 +152,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
145
152
|
type: PropType<"accent" | "information" | "success" | "warning" | "alert">;
|
|
146
153
|
default: undefined;
|
|
147
154
|
};
|
|
155
|
+
/**
|
|
156
|
+
* alert state
|
|
157
|
+
*/
|
|
158
|
+
strategy: {
|
|
159
|
+
type: PropType<"fixed" | "static">;
|
|
160
|
+
default: undefined;
|
|
161
|
+
};
|
|
148
162
|
/**
|
|
149
163
|
* indicates whether the alert is open
|
|
150
164
|
*/
|
|
@@ -171,6 +185,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
171
185
|
text: string;
|
|
172
186
|
timeoutms: number;
|
|
173
187
|
connotation: "accent" | "information" | "success" | "warning" | "alert";
|
|
188
|
+
strategy: "fixed" | "static";
|
|
174
189
|
open: boolean;
|
|
175
190
|
}, {}>;
|
|
176
191
|
export default _default;
|
|
@@ -50,7 +50,7 @@ declare const _default: import("vue/types/v3-define-component").DefineComponent<
|
|
|
50
50
|
}, {
|
|
51
51
|
componentName: import("vue").Ref<string>;
|
|
52
52
|
element: import("vue").Ref<DataGrid | null>;
|
|
53
|
-
}, import("vue").Data, {}, {}, import("vue/types/v3-component-options").ComponentOptionsMixin, import("vue/types/v3-component-options").ComponentOptionsMixin, ("click" | "focus" | "blur" | "keydown" | "keyup" | "input")[], string, Readonly<import("vue").ExtractPropTypes<{
|
|
53
|
+
}, import("vue").Data, {}, {}, import("vue/types/v3-component-options").ComponentOptionsMixin, import("vue/types/v3-component-options").ComponentOptionsMixin, ("click" | "focus" | "blur" | "keydown" | "keyup" | "input" | "cell-click")[], string, Readonly<import("vue").ExtractPropTypes<{
|
|
54
54
|
/**
|
|
55
55
|
* Indicates the element that represents the current item within a container or set of related elements.
|
|
56
56
|
*/
|
|
@@ -50,7 +50,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
50
50
|
}, {
|
|
51
51
|
componentName: import("vue").Ref<string>;
|
|
52
52
|
element: import("vue").Ref<DataGrid | null>;
|
|
53
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("click" | "focus" | "blur" | "keydown" | "keyup" | "input")[], "click" | "focus" | "blur" | "keydown" | "keyup" | "input", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
53
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("click" | "focus" | "blur" | "keydown" | "keyup" | "input" | "cell-click")[], "click" | "focus" | "blur" | "keydown" | "keyup" | "input" | "cell-click", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
54
54
|
/**
|
|
55
55
|
* Indicates the element that represents the current item within a container or set of related elements.
|
|
56
56
|
*/
|
|
@@ -101,6 +101,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
101
101
|
onBlur?: ((...args: any[]) => any) | undefined;
|
|
102
102
|
onKeyup?: ((...args: any[]) => any) | undefined;
|
|
103
103
|
onInput?: ((...args: any[]) => any) | undefined;
|
|
104
|
+
"onCell-click"?: ((...args: any[]) => any) | undefined;
|
|
104
105
|
}, {
|
|
105
106
|
ariaCurrent: "page" | "step" | "location" | "date" | "time" | "true" | "false";
|
|
106
107
|
noTabbing: boolean;
|
|
@@ -51,7 +51,7 @@ declare const _default: import("vue/types/v3-define-component").DefineComponent<
|
|
|
51
51
|
}, {
|
|
52
52
|
componentName: import("vue").Ref<string>;
|
|
53
53
|
element: import("vue").Ref<DataGridCell | null>;
|
|
54
|
-
}, import("vue").Data, {}, {}, import("vue/types/v3-component-options").ComponentOptionsMixin, import("vue/types/v3-component-options").ComponentOptionsMixin, ("click" | "focus" | "blur" | "keydown" | "keyup" | "input" | "sort" | "cell-focused")[], string, Readonly<import("vue").ExtractPropTypes<{
|
|
54
|
+
}, import("vue").Data, {}, {}, import("vue/types/v3-component-options").ComponentOptionsMixin, import("vue/types/v3-component-options").ComponentOptionsMixin, ("click" | "focus" | "blur" | "keydown" | "keyup" | "input" | "sort" | "cell-click" | "cell-focused")[], string, Readonly<import("vue").ExtractPropTypes<{
|
|
55
55
|
/**
|
|
56
56
|
* Extends the data grid cell definition to hold more options.
|
|
57
57
|
*/
|
|
@@ -51,7 +51,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
51
51
|
}, {
|
|
52
52
|
componentName: import("vue").Ref<string>;
|
|
53
53
|
element: import("vue").Ref<DataGridCell | null>;
|
|
54
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("click" | "focus" | "blur" | "keydown" | "keyup" | "input" | "sort" | "cell-focused")[], "click" | "focus" | "blur" | "keydown" | "keyup" | "input" | "sort" | "cell-focused", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
54
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("click" | "focus" | "blur" | "keydown" | "keyup" | "input" | "sort" | "cell-click" | "cell-focused")[], "click" | "focus" | "blur" | "keydown" | "keyup" | "input" | "sort" | "cell-click" | "cell-focused", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
55
55
|
/**
|
|
56
56
|
* Extends the data grid cell definition to hold more options.
|
|
57
57
|
*/
|
|
@@ -103,6 +103,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
103
103
|
onBlur?: ((...args: any[]) => any) | undefined;
|
|
104
104
|
onKeyup?: ((...args: any[]) => any) | undefined;
|
|
105
105
|
onInput?: ((...args: any[]) => any) | undefined;
|
|
106
|
+
"onCell-click"?: ((...args: any[]) => any) | undefined;
|
|
106
107
|
onSort?: ((...args: any[]) => any) | undefined;
|
|
107
108
|
"onCell-focused"?: ((...args: any[]) => any) | undefined;
|
|
108
109
|
}, {
|
|
@@ -35,7 +35,7 @@ declare const _default: import("vue/types/v3-define-component").DefineComponent<
|
|
|
35
35
|
}, {
|
|
36
36
|
componentName: import("vue").Ref<string>;
|
|
37
37
|
element: import("vue").Ref<DataGridRow | null>;
|
|
38
|
-
}, import("vue").Data, {}, {}, import("vue/types/v3-component-options").ComponentOptionsMixin, import("vue/types/v3-component-options").ComponentOptionsMixin, ("click" | "focus" | "blur" | "keydown" | "keyup" | "input" | "row-focused")[], string, Readonly<import("vue").ExtractPropTypes<{
|
|
38
|
+
}, import("vue").Data, {}, {}, import("vue/types/v3-component-options").ComponentOptionsMixin, import("vue/types/v3-component-options").ComponentOptionsMixin, ("click" | "focus" | "blur" | "keydown" | "keyup" | "input" | "cell-click" | "row-focused")[], string, Readonly<import("vue").ExtractPropTypes<{
|
|
39
39
|
/**
|
|
40
40
|
* Indicates the element that represents the current item within a container or set of related elements.
|
|
41
41
|
*/
|
|
@@ -35,7 +35,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
35
35
|
}, {
|
|
36
36
|
componentName: import("vue").Ref<string>;
|
|
37
37
|
element: import("vue").Ref<DataGridRow | null>;
|
|
38
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("click" | "focus" | "blur" | "keydown" | "keyup" | "input" | "row-focused")[], "click" | "focus" | "blur" | "keydown" | "keyup" | "input" | "row-focused", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
38
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("click" | "focus" | "blur" | "keydown" | "keyup" | "input" | "cell-click" | "row-focused")[], "click" | "focus" | "blur" | "keydown" | "keyup" | "input" | "cell-click" | "row-focused", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
39
39
|
/**
|
|
40
40
|
* Indicates the element that represents the current item within a container or set of related elements.
|
|
41
41
|
*/
|
|
@@ -71,6 +71,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
71
71
|
onBlur?: ((...args: any[]) => any) | undefined;
|
|
72
72
|
onKeyup?: ((...args: any[]) => any) | undefined;
|
|
73
73
|
onInput?: ((...args: any[]) => any) | undefined;
|
|
74
|
+
"onCell-click"?: ((...args: any[]) => any) | undefined;
|
|
74
75
|
"onRow-focused"?: ((...args: any[]) => any) | undefined;
|
|
75
76
|
}, {
|
|
76
77
|
ariaCurrent: "page" | "step" | "location" | "date" | "time" | "true" | "false";
|
|
@@ -4,6 +4,13 @@ import type { Menu } from '@vonage/vivid/lib/menu/menu';
|
|
|
4
4
|
* Base class for menu
|
|
5
5
|
*/
|
|
6
6
|
declare const _default: import("vue/types/v3-define-component").DefineComponent<{
|
|
7
|
+
/**
|
|
8
|
+
* ID or direct reference to the component's anchor element.
|
|
9
|
+
*/
|
|
10
|
+
anchor: {
|
|
11
|
+
type: PropType<string | HTMLElement>;
|
|
12
|
+
default: undefined;
|
|
13
|
+
};
|
|
7
14
|
/**
|
|
8
15
|
* Indicates the element that represents the current item within a container or set of related elements.
|
|
9
16
|
*/
|
|
@@ -22,13 +29,6 @@ declare const _default: import("vue/types/v3-define-component").DefineComponent<
|
|
|
22
29
|
type: PropType<"top" | "top-start" | "top-end" | "bottom" | "bottom-start" | "bottom-end" | "right" | "left" | "right-start" | "right-end" | "left-start" | "left-end">;
|
|
23
30
|
default: undefined;
|
|
24
31
|
};
|
|
25
|
-
/**
|
|
26
|
-
* id or direct reference to the menu's anchor element
|
|
27
|
-
*/
|
|
28
|
-
anchor: {
|
|
29
|
-
type: PropType<string | HTMLElement>;
|
|
30
|
-
default: undefined;
|
|
31
|
-
};
|
|
32
32
|
/**
|
|
33
33
|
* indicates whether the menu will automatically close when
|
|
34
34
|
* the user clicks outside the menu
|
|
@@ -48,6 +48,13 @@ declare const _default: import("vue/types/v3-define-component").DefineComponent<
|
|
|
48
48
|
componentName: import("vue").Ref<string>;
|
|
49
49
|
element: import("vue").Ref<Menu | null>;
|
|
50
50
|
}, import("vue").Data, {}, {}, import("vue/types/v3-component-options").ComponentOptionsMixin, import("vue/types/v3-component-options").ComponentOptionsMixin, ("click" | "focus" | "blur" | "keydown" | "keyup" | "input" | "open" | "close")[], string, Readonly<import("vue").ExtractPropTypes<{
|
|
51
|
+
/**
|
|
52
|
+
* ID or direct reference to the component's anchor element.
|
|
53
|
+
*/
|
|
54
|
+
anchor: {
|
|
55
|
+
type: PropType<string | HTMLElement>;
|
|
56
|
+
default: undefined;
|
|
57
|
+
};
|
|
51
58
|
/**
|
|
52
59
|
* Indicates the element that represents the current item within a container or set of related elements.
|
|
53
60
|
*/
|
|
@@ -66,13 +73,6 @@ declare const _default: import("vue/types/v3-define-component").DefineComponent<
|
|
|
66
73
|
type: PropType<"top" | "top-start" | "top-end" | "bottom" | "bottom-start" | "bottom-end" | "right" | "left" | "right-start" | "right-end" | "left-start" | "left-end">;
|
|
67
74
|
default: undefined;
|
|
68
75
|
};
|
|
69
|
-
/**
|
|
70
|
-
* id or direct reference to the menu's anchor element
|
|
71
|
-
*/
|
|
72
|
-
anchor: {
|
|
73
|
-
type: PropType<string | HTMLElement>;
|
|
74
|
-
default: undefined;
|
|
75
|
-
};
|
|
76
76
|
/**
|
|
77
77
|
* indicates whether the menu will automatically close when
|
|
78
78
|
* the user clicks outside the menu
|
|
@@ -4,6 +4,13 @@ import type { Menu } from '@vonage/vivid/lib/menu/menu';
|
|
|
4
4
|
* Base class for menu
|
|
5
5
|
*/
|
|
6
6
|
declare const _default: import("vue").DefineComponent<{
|
|
7
|
+
/**
|
|
8
|
+
* ID or direct reference to the component's anchor element.
|
|
9
|
+
*/
|
|
10
|
+
anchor: {
|
|
11
|
+
type: PropType<string | HTMLElement>;
|
|
12
|
+
default: undefined;
|
|
13
|
+
};
|
|
7
14
|
/**
|
|
8
15
|
* Indicates the element that represents the current item within a container or set of related elements.
|
|
9
16
|
*/
|
|
@@ -22,13 +29,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
22
29
|
type: PropType<"top" | "top-start" | "top-end" | "bottom" | "bottom-start" | "bottom-end" | "right" | "left" | "right-start" | "right-end" | "left-start" | "left-end">;
|
|
23
30
|
default: undefined;
|
|
24
31
|
};
|
|
25
|
-
/**
|
|
26
|
-
* id or direct reference to the menu's anchor element
|
|
27
|
-
*/
|
|
28
|
-
anchor: {
|
|
29
|
-
type: PropType<string | HTMLElement>;
|
|
30
|
-
default: undefined;
|
|
31
|
-
};
|
|
32
32
|
/**
|
|
33
33
|
* indicates whether the menu will automatically close when
|
|
34
34
|
* the user clicks outside the menu
|
|
@@ -48,6 +48,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
48
48
|
componentName: import("vue").Ref<string>;
|
|
49
49
|
element: import("vue").Ref<Menu | null>;
|
|
50
50
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("click" | "focus" | "blur" | "keydown" | "keyup" | "input" | "open" | "close")[], "click" | "focus" | "blur" | "keydown" | "keyup" | "input" | "open" | "close", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
51
|
+
/**
|
|
52
|
+
* ID or direct reference to the component's anchor element.
|
|
53
|
+
*/
|
|
54
|
+
anchor: {
|
|
55
|
+
type: PropType<string | HTMLElement>;
|
|
56
|
+
default: undefined;
|
|
57
|
+
};
|
|
51
58
|
/**
|
|
52
59
|
* Indicates the element that represents the current item within a container or set of related elements.
|
|
53
60
|
*/
|
|
@@ -66,13 +73,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
66
73
|
type: PropType<"top" | "top-start" | "top-end" | "bottom" | "bottom-start" | "bottom-end" | "right" | "left" | "right-start" | "right-end" | "left-start" | "left-end">;
|
|
67
74
|
default: undefined;
|
|
68
75
|
};
|
|
69
|
-
/**
|
|
70
|
-
* id or direct reference to the menu's anchor element
|
|
71
|
-
*/
|
|
72
|
-
anchor: {
|
|
73
|
-
type: PropType<string | HTMLElement>;
|
|
74
|
-
default: undefined;
|
|
75
|
-
};
|
|
76
76
|
/**
|
|
77
77
|
* indicates whether the menu will automatically close when
|
|
78
78
|
* the user clicks outside the menu
|
|
@@ -39,6 +39,13 @@ declare const _default: import("vue/types/v3-define-component").DefineComponent<
|
|
|
39
39
|
type: PropType<"accent" | "cta">;
|
|
40
40
|
default: undefined;
|
|
41
41
|
};
|
|
42
|
+
/**
|
|
43
|
+
* sets the initial preferred margin from predefined available options
|
|
44
|
+
*/
|
|
45
|
+
gutters: {
|
|
46
|
+
type: PropType<"small" | "medium" | "large">;
|
|
47
|
+
default: undefined;
|
|
48
|
+
};
|
|
42
49
|
}, {
|
|
43
50
|
componentName: import("vue").Ref<string>;
|
|
44
51
|
element: import("vue").Ref<Tabs | null>;
|
|
@@ -78,10 +85,18 @@ declare const _default: import("vue/types/v3-define-component").DefineComponent<
|
|
|
78
85
|
type: PropType<"accent" | "cta">;
|
|
79
86
|
default: undefined;
|
|
80
87
|
};
|
|
88
|
+
/**
|
|
89
|
+
* sets the initial preferred margin from predefined available options
|
|
90
|
+
*/
|
|
91
|
+
gutters: {
|
|
92
|
+
type: PropType<"small" | "medium" | "large">;
|
|
93
|
+
default: undefined;
|
|
94
|
+
};
|
|
81
95
|
}>>, {
|
|
82
96
|
ariaCurrent: "page" | "step" | "location" | "date" | "time" | "true" | "false";
|
|
83
97
|
connotation: "accent" | "cta";
|
|
84
98
|
orientation: "horizontal" | "vertical";
|
|
99
|
+
gutters: "small" | "medium" | "large";
|
|
85
100
|
activeid: string;
|
|
86
101
|
activeindicator: boolean;
|
|
87
102
|
}>;
|
|
@@ -39,6 +39,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
39
39
|
type: PropType<"accent" | "cta">;
|
|
40
40
|
default: undefined;
|
|
41
41
|
};
|
|
42
|
+
/**
|
|
43
|
+
* sets the initial preferred margin from predefined available options
|
|
44
|
+
*/
|
|
45
|
+
gutters: {
|
|
46
|
+
type: PropType<"small" | "medium" | "large">;
|
|
47
|
+
default: undefined;
|
|
48
|
+
};
|
|
42
49
|
}, {
|
|
43
50
|
componentName: import("vue").Ref<string>;
|
|
44
51
|
element: import("vue").Ref<Tabs | null>;
|
|
@@ -78,6 +85,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
78
85
|
type: PropType<"accent" | "cta">;
|
|
79
86
|
default: undefined;
|
|
80
87
|
};
|
|
88
|
+
/**
|
|
89
|
+
* sets the initial preferred margin from predefined available options
|
|
90
|
+
*/
|
|
91
|
+
gutters: {
|
|
92
|
+
type: PropType<"small" | "medium" | "large">;
|
|
93
|
+
default: undefined;
|
|
94
|
+
};
|
|
81
95
|
}>> & {
|
|
82
96
|
onKeydown?: ((...args: any[]) => any) | undefined;
|
|
83
97
|
onClick?: ((...args: any[]) => any) | undefined;
|
|
@@ -90,6 +104,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
90
104
|
ariaCurrent: "page" | "step" | "location" | "date" | "time" | "true" | "false";
|
|
91
105
|
connotation: "accent" | "cta";
|
|
92
106
|
orientation: "horizontal" | "vertical";
|
|
107
|
+
gutters: "small" | "medium" | "large";
|
|
93
108
|
activeid: string;
|
|
94
109
|
activeindicator: boolean;
|
|
95
110
|
}, {}>;
|
|
@@ -4,6 +4,13 @@ import type { Toggletip } from '@vonage/vivid/lib/toggletip/toggletip';
|
|
|
4
4
|
* Base class for toggletip
|
|
5
5
|
*/
|
|
6
6
|
declare const _default: import("vue/types/v3-define-component").DefineComponent<{
|
|
7
|
+
/**
|
|
8
|
+
* ID or direct reference to the component's anchor element.
|
|
9
|
+
*/
|
|
10
|
+
anchor: {
|
|
11
|
+
type: PropType<string | HTMLElement>;
|
|
12
|
+
default: undefined;
|
|
13
|
+
};
|
|
7
14
|
/**
|
|
8
15
|
* Indicates the element that represents the current item within a container or set of related elements.
|
|
9
16
|
*/
|
|
@@ -32,13 +39,6 @@ declare const _default: import("vue/types/v3-define-component").DefineComponent<
|
|
|
32
39
|
type: PropType<"top" | "top-start" | "top-end" | "bottom" | "bottom-start" | "bottom-end" | "right" | "left" | "right-start" | "right-end" | "left-start" | "left-end">;
|
|
33
40
|
default: undefined;
|
|
34
41
|
};
|
|
35
|
-
/**
|
|
36
|
-
* id or direct reference to the toggletip's anchor element
|
|
37
|
-
*/
|
|
38
|
-
anchor: {
|
|
39
|
-
type: PropType<string | HTMLElement>;
|
|
40
|
-
default: undefined;
|
|
41
|
-
};
|
|
42
42
|
/**
|
|
43
43
|
* indicates whether the toggletip is open
|
|
44
44
|
*/
|
|
@@ -50,6 +50,13 @@ declare const _default: import("vue/types/v3-define-component").DefineComponent<
|
|
|
50
50
|
componentName: import("vue").Ref<string>;
|
|
51
51
|
element: import("vue").Ref<Toggletip | null>;
|
|
52
52
|
}, import("vue").Data, {}, {}, import("vue/types/v3-component-options").ComponentOptionsMixin, import("vue/types/v3-component-options").ComponentOptionsMixin, ("click" | "focus" | "blur" | "keydown" | "keyup" | "input")[], string, Readonly<import("vue").ExtractPropTypes<{
|
|
53
|
+
/**
|
|
54
|
+
* ID or direct reference to the component's anchor element.
|
|
55
|
+
*/
|
|
56
|
+
anchor: {
|
|
57
|
+
type: PropType<string | HTMLElement>;
|
|
58
|
+
default: undefined;
|
|
59
|
+
};
|
|
53
60
|
/**
|
|
54
61
|
* Indicates the element that represents the current item within a container or set of related elements.
|
|
55
62
|
*/
|
|
@@ -78,13 +85,6 @@ declare const _default: import("vue/types/v3-define-component").DefineComponent<
|
|
|
78
85
|
type: PropType<"top" | "top-start" | "top-end" | "bottom" | "bottom-start" | "bottom-end" | "right" | "left" | "right-start" | "right-end" | "left-start" | "left-end">;
|
|
79
86
|
default: undefined;
|
|
80
87
|
};
|
|
81
|
-
/**
|
|
82
|
-
* id or direct reference to the toggletip's anchor element
|
|
83
|
-
*/
|
|
84
|
-
anchor: {
|
|
85
|
-
type: PropType<string | HTMLElement>;
|
|
86
|
-
default: undefined;
|
|
87
|
-
};
|
|
88
88
|
/**
|
|
89
89
|
* indicates whether the toggletip is open
|
|
90
90
|
*/
|
|
@@ -4,6 +4,13 @@ import type { Toggletip } from '@vonage/vivid/lib/toggletip/toggletip';
|
|
|
4
4
|
* Base class for toggletip
|
|
5
5
|
*/
|
|
6
6
|
declare const _default: import("vue").DefineComponent<{
|
|
7
|
+
/**
|
|
8
|
+
* ID or direct reference to the component's anchor element.
|
|
9
|
+
*/
|
|
10
|
+
anchor: {
|
|
11
|
+
type: PropType<string | HTMLElement>;
|
|
12
|
+
default: undefined;
|
|
13
|
+
};
|
|
7
14
|
/**
|
|
8
15
|
* Indicates the element that represents the current item within a container or set of related elements.
|
|
9
16
|
*/
|
|
@@ -32,13 +39,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
32
39
|
type: PropType<"top" | "top-start" | "top-end" | "bottom" | "bottom-start" | "bottom-end" | "right" | "left" | "right-start" | "right-end" | "left-start" | "left-end">;
|
|
33
40
|
default: undefined;
|
|
34
41
|
};
|
|
35
|
-
/**
|
|
36
|
-
* id or direct reference to the toggletip's anchor element
|
|
37
|
-
*/
|
|
38
|
-
anchor: {
|
|
39
|
-
type: PropType<string | HTMLElement>;
|
|
40
|
-
default: undefined;
|
|
41
|
-
};
|
|
42
42
|
/**
|
|
43
43
|
* indicates whether the toggletip is open
|
|
44
44
|
*/
|
|
@@ -50,6 +50,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
50
50
|
componentName: import("vue").Ref<string>;
|
|
51
51
|
element: import("vue").Ref<Toggletip | null>;
|
|
52
52
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("click" | "focus" | "blur" | "keydown" | "keyup" | "input")[], "click" | "focus" | "blur" | "keydown" | "keyup" | "input", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
53
|
+
/**
|
|
54
|
+
* ID or direct reference to the component's anchor element.
|
|
55
|
+
*/
|
|
56
|
+
anchor: {
|
|
57
|
+
type: PropType<string | HTMLElement>;
|
|
58
|
+
default: undefined;
|
|
59
|
+
};
|
|
53
60
|
/**
|
|
54
61
|
* Indicates the element that represents the current item within a container or set of related elements.
|
|
55
62
|
*/
|
|
@@ -78,13 +85,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
78
85
|
type: PropType<"top" | "top-start" | "top-end" | "bottom" | "bottom-start" | "bottom-end" | "right" | "left" | "right-start" | "right-end" | "left-start" | "left-end">;
|
|
79
86
|
default: undefined;
|
|
80
87
|
};
|
|
81
|
-
/**
|
|
82
|
-
* id or direct reference to the toggletip's anchor element
|
|
83
|
-
*/
|
|
84
|
-
anchor: {
|
|
85
|
-
type: PropType<string | HTMLElement>;
|
|
86
|
-
default: undefined;
|
|
87
|
-
};
|
|
88
88
|
/**
|
|
89
89
|
* indicates whether the toggletip is open
|
|
90
90
|
*/
|
|
@@ -4,6 +4,13 @@ import type { Tooltip } from '@vonage/vivid/lib/tooltip/tooltip';
|
|
|
4
4
|
* Base class for tooltip
|
|
5
5
|
*/
|
|
6
6
|
declare const _default: import("vue/types/v3-define-component").DefineComponent<{
|
|
7
|
+
/**
|
|
8
|
+
* ID or direct reference to the component's anchor element.
|
|
9
|
+
*/
|
|
10
|
+
anchor: {
|
|
11
|
+
type: PropType<string | HTMLElement>;
|
|
12
|
+
default: undefined;
|
|
13
|
+
};
|
|
7
14
|
/**
|
|
8
15
|
* Indicates the element that represents the current item within a container or set of related elements.
|
|
9
16
|
*/
|
|
@@ -27,14 +34,17 @@ declare const _default: import("vue/types/v3-define-component").DefineComponent<
|
|
|
27
34
|
type: PropType<boolean>;
|
|
28
35
|
default: undefined;
|
|
29
36
|
};
|
|
30
|
-
anchor: {
|
|
31
|
-
type: PropType<string | HTMLElement>;
|
|
32
|
-
default: undefined;
|
|
33
|
-
};
|
|
34
37
|
}, {
|
|
35
38
|
componentName: import("vue").Ref<string>;
|
|
36
39
|
element: import("vue").Ref<Tooltip | null>;
|
|
37
40
|
}, import("vue").Data, {}, {}, import("vue/types/v3-component-options").ComponentOptionsMixin, import("vue/types/v3-component-options").ComponentOptionsMixin, ("click" | "focus" | "blur" | "keydown" | "keyup" | "input")[], string, Readonly<import("vue").ExtractPropTypes<{
|
|
41
|
+
/**
|
|
42
|
+
* ID or direct reference to the component's anchor element.
|
|
43
|
+
*/
|
|
44
|
+
anchor: {
|
|
45
|
+
type: PropType<string | HTMLElement>;
|
|
46
|
+
default: undefined;
|
|
47
|
+
};
|
|
38
48
|
/**
|
|
39
49
|
* Indicates the element that represents the current item within a container or set of related elements.
|
|
40
50
|
*/
|
|
@@ -58,10 +68,6 @@ declare const _default: import("vue/types/v3-define-component").DefineComponent<
|
|
|
58
68
|
type: PropType<boolean>;
|
|
59
69
|
default: undefined;
|
|
60
70
|
};
|
|
61
|
-
anchor: {
|
|
62
|
-
type: PropType<string | HTMLElement>;
|
|
63
|
-
default: undefined;
|
|
64
|
-
};
|
|
65
71
|
}>>, {
|
|
66
72
|
ariaCurrent: "page" | "step" | "location" | "date" | "time" | "true" | "false";
|
|
67
73
|
anchor: string | HTMLElement;
|
|
@@ -4,6 +4,13 @@ import type { Tooltip } from '@vonage/vivid/lib/tooltip/tooltip';
|
|
|
4
4
|
* Base class for tooltip
|
|
5
5
|
*/
|
|
6
6
|
declare const _default: import("vue").DefineComponent<{
|
|
7
|
+
/**
|
|
8
|
+
* ID or direct reference to the component's anchor element.
|
|
9
|
+
*/
|
|
10
|
+
anchor: {
|
|
11
|
+
type: PropType<string | HTMLElement>;
|
|
12
|
+
default: undefined;
|
|
13
|
+
};
|
|
7
14
|
/**
|
|
8
15
|
* Indicates the element that represents the current item within a container or set of related elements.
|
|
9
16
|
*/
|
|
@@ -27,14 +34,17 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
27
34
|
type: PropType<boolean>;
|
|
28
35
|
default: undefined;
|
|
29
36
|
};
|
|
30
|
-
anchor: {
|
|
31
|
-
type: PropType<string | HTMLElement>;
|
|
32
|
-
default: undefined;
|
|
33
|
-
};
|
|
34
37
|
}, {
|
|
35
38
|
componentName: import("vue").Ref<string>;
|
|
36
39
|
element: import("vue").Ref<Tooltip | null>;
|
|
37
40
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("click" | "focus" | "blur" | "keydown" | "keyup" | "input")[], "click" | "focus" | "blur" | "keydown" | "keyup" | "input", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
41
|
+
/**
|
|
42
|
+
* ID or direct reference to the component's anchor element.
|
|
43
|
+
*/
|
|
44
|
+
anchor: {
|
|
45
|
+
type: PropType<string | HTMLElement>;
|
|
46
|
+
default: undefined;
|
|
47
|
+
};
|
|
38
48
|
/**
|
|
39
49
|
* Indicates the element that represents the current item within a container or set of related elements.
|
|
40
50
|
*/
|
|
@@ -58,10 +68,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
58
68
|
type: PropType<boolean>;
|
|
59
69
|
default: undefined;
|
|
60
70
|
};
|
|
61
|
-
anchor: {
|
|
62
|
-
type: PropType<string | HTMLElement>;
|
|
63
|
-
default: undefined;
|
|
64
|
-
};
|
|
65
71
|
}>> & {
|
|
66
72
|
onKeydown?: ((...args: any[]) => any) | undefined;
|
|
67
73
|
onClick?: ((...args: any[]) => any) | undefined;
|