@vonage/vivid-vue 5.23.1-preview.0 → 5.24.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/dist/generated/components/VAccordionItem.types.d.ts +1 -0
- package/dist/generated/components/VAccordionItem.vue2.d.ts +9 -0
- package/dist/generated/components/VAccordionItem.vue3.d.ts +9 -0
- package/dist/generated/components/VDataGridCell.types.d.ts +1 -0
- package/dist/generated/components/VDataGridCell.vue2.d.ts +9 -0
- package/dist/generated/components/VDataGridCell.vue3.d.ts +9 -0
- package/dist/generated/components/VDataGridRow.types.d.ts +1 -0
- package/dist/generated/components/VDataGridRow.vue2.d.ts +9 -0
- package/dist/generated/components/VDataGridRow.vue3.d.ts +9 -0
- package/dist/generated/components/VDialPad.types.d.ts +1 -0
- package/dist/generated/components/VDialPad.vue2.d.ts +9 -0
- package/dist/generated/components/VDialPad.vue3.d.ts +9 -0
- package/dist/generated/components/VOptgroup.d.ts +7 -0
- package/dist/generated/components/VOptgroup.types.d.ts +29 -0
- package/dist/generated/components/VOptgroup.vue2.d.ts +6 -0
- package/dist/generated/components/VOptgroup.vue3.d.ts +48 -0
- package/dist/generated/components/index.d.ts +1 -0
- package/dist/generated/types.d.ts +5 -0
- package/dist/index.cjs +119 -10
- package/dist/index.js +120 -12
- package/package.json +6 -5
- package/web-types.json +61 -8
|
@@ -33,6 +33,7 @@ export interface VAccordionItemProps {
|
|
|
33
33
|
id?: string;
|
|
34
34
|
meta?: string;
|
|
35
35
|
noIndicator?: boolean;
|
|
36
|
+
secondaryText?: string;
|
|
36
37
|
size?: 'condensed' | 'normal';
|
|
37
38
|
'onBlur'?: (event: VAccordionItemEvents['blur']) => void;
|
|
38
39
|
'onChange'?: (event: VAccordionItemEvents['change']) => void;
|
|
@@ -38,6 +38,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
38
38
|
type: PropType<boolean>;
|
|
39
39
|
default: undefined;
|
|
40
40
|
};
|
|
41
|
+
secondaryText: {
|
|
42
|
+
type: PropType<string>;
|
|
43
|
+
default: undefined;
|
|
44
|
+
};
|
|
41
45
|
size: {
|
|
42
46
|
type: PropType<"condensed" | "normal">;
|
|
43
47
|
default: undefined;
|
|
@@ -82,6 +86,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
82
86
|
type: PropType<boolean>;
|
|
83
87
|
default: undefined;
|
|
84
88
|
};
|
|
89
|
+
secondaryText: {
|
|
90
|
+
type: PropType<string>;
|
|
91
|
+
default: undefined;
|
|
92
|
+
};
|
|
85
93
|
size: {
|
|
86
94
|
type: PropType<"condensed" | "normal">;
|
|
87
95
|
default: undefined;
|
|
@@ -97,5 +105,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
97
105
|
id: string;
|
|
98
106
|
meta: string;
|
|
99
107
|
noIndicator: boolean;
|
|
108
|
+
secondaryText: string;
|
|
100
109
|
}>;
|
|
101
110
|
export default _default;
|
|
@@ -39,6 +39,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
39
39
|
type: PropType<boolean>;
|
|
40
40
|
default: undefined;
|
|
41
41
|
};
|
|
42
|
+
secondaryText: {
|
|
43
|
+
type: PropType<string>;
|
|
44
|
+
default: undefined;
|
|
45
|
+
};
|
|
42
46
|
size: {
|
|
43
47
|
type: PropType<"condensed" | "normal">;
|
|
44
48
|
default: undefined;
|
|
@@ -105,6 +109,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
105
109
|
type: PropType<boolean>;
|
|
106
110
|
default: undefined;
|
|
107
111
|
};
|
|
112
|
+
secondaryText: {
|
|
113
|
+
type: PropType<string>;
|
|
114
|
+
default: undefined;
|
|
115
|
+
};
|
|
108
116
|
size: {
|
|
109
117
|
type: PropType<"condensed" | "normal">;
|
|
110
118
|
default: undefined;
|
|
@@ -142,6 +150,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
142
150
|
id: string;
|
|
143
151
|
meta: string;
|
|
144
152
|
noIndicator: boolean;
|
|
153
|
+
secondaryText: string;
|
|
145
154
|
}, SlotsType<{
|
|
146
155
|
default: Record<string, never>;
|
|
147
156
|
heading: Record<string, never>;
|
|
@@ -22,6 +22,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
22
22
|
}>;
|
|
23
23
|
default: undefined;
|
|
24
24
|
};
|
|
25
|
+
connotation: {
|
|
26
|
+
type: PropType<"accent" | "cta">;
|
|
27
|
+
default: undefined;
|
|
28
|
+
};
|
|
25
29
|
gridColumn: {
|
|
26
30
|
type: PropType<string>;
|
|
27
31
|
default: undefined;
|
|
@@ -63,6 +67,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
63
67
|
}>;
|
|
64
68
|
default: undefined;
|
|
65
69
|
};
|
|
70
|
+
connotation: {
|
|
71
|
+
type: PropType<"accent" | "cta">;
|
|
72
|
+
default: undefined;
|
|
73
|
+
};
|
|
66
74
|
gridColumn: {
|
|
67
75
|
type: PropType<string>;
|
|
68
76
|
default: undefined;
|
|
@@ -80,6 +88,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
80
88
|
default: undefined;
|
|
81
89
|
};
|
|
82
90
|
}>>, {
|
|
91
|
+
connotation: "accent" | "cta";
|
|
83
92
|
cellType: "default" | "columnheader" | "rowheader";
|
|
84
93
|
columnDefinition: {
|
|
85
94
|
sortDirection?: null | "none" | "ascending" | "descending" | "other";
|
|
@@ -23,6 +23,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
23
23
|
}>;
|
|
24
24
|
default: undefined;
|
|
25
25
|
};
|
|
26
|
+
connotation: {
|
|
27
|
+
type: PropType<"accent" | "cta">;
|
|
28
|
+
default: undefined;
|
|
29
|
+
};
|
|
26
30
|
gridColumn: {
|
|
27
31
|
type: PropType<string>;
|
|
28
32
|
default: undefined;
|
|
@@ -101,6 +105,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
101
105
|
}>;
|
|
102
106
|
default: undefined;
|
|
103
107
|
};
|
|
108
|
+
connotation: {
|
|
109
|
+
type: PropType<"accent" | "cta">;
|
|
110
|
+
default: undefined;
|
|
111
|
+
};
|
|
104
112
|
gridColumn: {
|
|
105
113
|
type: PropType<string>;
|
|
106
114
|
default: undefined;
|
|
@@ -155,6 +163,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
155
163
|
currentTarget: VwcDataGridCellElement;
|
|
156
164
|
}) => any) | undefined;
|
|
157
165
|
}>, {
|
|
166
|
+
connotation: "accent" | "cta";
|
|
158
167
|
cellType: "default" | "columnheader" | "rowheader";
|
|
159
168
|
columnDefinition: {
|
|
160
169
|
sortDirection?: null | "none" | "ascending" | "descending" | "other";
|
|
@@ -44,6 +44,7 @@ export interface VDataGridRowProps {
|
|
|
44
44
|
cellFocusTargetCallback?: ((cell: VwcDataGridCellElement) => HTMLElement);
|
|
45
45
|
isRowHeader?: false | true;
|
|
46
46
|
}[];
|
|
47
|
+
connotation?: 'accent' | 'cta';
|
|
47
48
|
gridTemplateColumns?: string;
|
|
48
49
|
headerCellItemTemplate?: any;
|
|
49
50
|
rowData?: object;
|
|
@@ -20,6 +20,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
20
20
|
}[]>;
|
|
21
21
|
default: undefined;
|
|
22
22
|
};
|
|
23
|
+
connotation: {
|
|
24
|
+
type: PropType<"accent" | "cta">;
|
|
25
|
+
default: undefined;
|
|
26
|
+
};
|
|
23
27
|
gridTemplateColumns: {
|
|
24
28
|
type: PropType<string>;
|
|
25
29
|
default: undefined;
|
|
@@ -67,6 +71,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
67
71
|
}[]>;
|
|
68
72
|
default: undefined;
|
|
69
73
|
};
|
|
74
|
+
connotation: {
|
|
75
|
+
type: PropType<"accent" | "cta">;
|
|
76
|
+
default: undefined;
|
|
77
|
+
};
|
|
70
78
|
gridTemplateColumns: {
|
|
71
79
|
type: PropType<string>;
|
|
72
80
|
default: undefined;
|
|
@@ -92,6 +100,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
92
100
|
default: undefined;
|
|
93
101
|
};
|
|
94
102
|
}>>, {
|
|
103
|
+
connotation: "accent" | "cta";
|
|
95
104
|
cellItemTemplate: any;
|
|
96
105
|
columnDefinitions: {
|
|
97
106
|
columnDataKey: string;
|
|
@@ -21,6 +21,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
21
21
|
}[]>;
|
|
22
22
|
default: undefined;
|
|
23
23
|
};
|
|
24
|
+
connotation: {
|
|
25
|
+
type: PropType<"accent" | "cta">;
|
|
26
|
+
default: undefined;
|
|
27
|
+
};
|
|
24
28
|
gridTemplateColumns: {
|
|
25
29
|
type: PropType<string>;
|
|
26
30
|
default: undefined;
|
|
@@ -98,6 +102,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
98
102
|
}[]>;
|
|
99
103
|
default: undefined;
|
|
100
104
|
};
|
|
105
|
+
connotation: {
|
|
106
|
+
type: PropType<"accent" | "cta">;
|
|
107
|
+
default: undefined;
|
|
108
|
+
};
|
|
101
109
|
gridTemplateColumns: {
|
|
102
110
|
type: PropType<string>;
|
|
103
111
|
default: undefined;
|
|
@@ -153,6 +161,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
153
161
|
currentTarget: VwcDataGridRowElement;
|
|
154
162
|
}) => any) | undefined;
|
|
155
163
|
}>, {
|
|
164
|
+
connotation: "accent" | "cta";
|
|
156
165
|
cellItemTemplate: any;
|
|
157
166
|
columnDefinitions: {
|
|
158
167
|
columnDataKey: string;
|
|
@@ -37,6 +37,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
37
37
|
type: PropType<boolean>;
|
|
38
38
|
default: undefined;
|
|
39
39
|
};
|
|
40
|
+
noLetters: {
|
|
41
|
+
type: PropType<boolean>;
|
|
42
|
+
default: undefined;
|
|
43
|
+
};
|
|
40
44
|
pattern: {
|
|
41
45
|
type: PropType<string>;
|
|
42
46
|
default: undefined;
|
|
@@ -108,6 +112,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
108
112
|
type: PropType<boolean>;
|
|
109
113
|
default: undefined;
|
|
110
114
|
};
|
|
115
|
+
noLetters: {
|
|
116
|
+
type: PropType<boolean>;
|
|
117
|
+
default: undefined;
|
|
118
|
+
};
|
|
111
119
|
pattern: {
|
|
112
120
|
type: PropType<string>;
|
|
113
121
|
default: undefined;
|
|
@@ -152,6 +160,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
152
160
|
endCallButtonLabel: string;
|
|
153
161
|
noCall: boolean;
|
|
154
162
|
noInput: boolean;
|
|
163
|
+
noLetters: boolean;
|
|
155
164
|
pattern: string;
|
|
156
165
|
}>;
|
|
157
166
|
export default _default;
|
|
@@ -38,6 +38,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
38
38
|
type: PropType<boolean>;
|
|
39
39
|
default: undefined;
|
|
40
40
|
};
|
|
41
|
+
noLetters: {
|
|
42
|
+
type: PropType<boolean>;
|
|
43
|
+
default: undefined;
|
|
44
|
+
};
|
|
41
45
|
pattern: {
|
|
42
46
|
type: PropType<string>;
|
|
43
47
|
default: undefined;
|
|
@@ -141,6 +145,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
141
145
|
type: PropType<boolean>;
|
|
142
146
|
default: undefined;
|
|
143
147
|
};
|
|
148
|
+
noLetters: {
|
|
149
|
+
type: PropType<boolean>;
|
|
150
|
+
default: undefined;
|
|
151
|
+
};
|
|
144
152
|
pattern: {
|
|
145
153
|
type: PropType<string>;
|
|
146
154
|
default: undefined;
|
|
@@ -217,6 +225,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
217
225
|
endCallButtonLabel: string;
|
|
218
226
|
noCall: boolean;
|
|
219
227
|
noInput: boolean;
|
|
228
|
+
noLetters: boolean;
|
|
220
229
|
pattern: string;
|
|
221
230
|
}, SlotsType<Record<string, never>>, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
222
231
|
export default _default;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { VNode } from 'vue';
|
|
2
|
+
import VOptgroupVue2 from './VOptgroup.vue2';
|
|
3
|
+
import VOptgroupVue3 from './VOptgroup.vue3';
|
|
4
|
+
|
|
5
|
+
type IsVue2 = "data" extends keyof VNode ? true : false;
|
|
6
|
+
declare const _default: IsVue2 extends true ? typeof VOptgroupVue2 : typeof VOptgroupVue3;
|
|
7
|
+
export default _default;
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
import type { VwcOptgroupElement } from '@vonage/vivid';
|
|
2
|
+
export interface VOptgroupEvents {
|
|
3
|
+
'blur': FocusEvent & {
|
|
4
|
+
currentTarget: VwcOptgroupElement;
|
|
5
|
+
};
|
|
6
|
+
'click': MouseEvent & {
|
|
7
|
+
currentTarget: VwcOptgroupElement;
|
|
8
|
+
};
|
|
9
|
+
'focus': FocusEvent & {
|
|
10
|
+
currentTarget: VwcOptgroupElement;
|
|
11
|
+
};
|
|
12
|
+
'input': Event & {
|
|
13
|
+
currentTarget: VwcOptgroupElement;
|
|
14
|
+
};
|
|
15
|
+
'keydown': KeyboardEvent & {
|
|
16
|
+
currentTarget: VwcOptgroupElement;
|
|
17
|
+
};
|
|
18
|
+
'keyup': KeyboardEvent & {
|
|
19
|
+
currentTarget: VwcOptgroupElement;
|
|
20
|
+
};
|
|
21
|
+
}
|
|
22
|
+
export interface VOptgroupProps {
|
|
23
|
+
'onBlur'?: (event: VOptgroupEvents['blur']) => void;
|
|
24
|
+
'onClick'?: (event: VOptgroupEvents['click']) => void;
|
|
25
|
+
'onFocus'?: (event: VOptgroupEvents['focus']) => void;
|
|
26
|
+
'onInput'?: (event: VOptgroupEvents['input']) => void;
|
|
27
|
+
'onKeydown'?: (event: VOptgroupEvents['keydown']) => void;
|
|
28
|
+
'onKeyup'?: (event: VOptgroupEvents['keyup']) => void;
|
|
29
|
+
}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import type { VwcOptgroupElement } from '@vonage/vivid';
|
|
2
|
+
declare const _default: import("vue").DefineComponent<{}, {
|
|
3
|
+
componentName: import("vue").Ref<string>;
|
|
4
|
+
element: import("vue").Ref<VwcOptgroupElement | null>;
|
|
5
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("blur" | "click" | "focus" | "input" | "keydown" | "keyup")[], string, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
|
6
|
+
export default _default;
|
|
@@ -0,0 +1,48 @@
|
|
|
1
|
+
import type { VwcOptgroupElement } from '@vonage/vivid';
|
|
2
|
+
import type { SlotsType } from 'vue';
|
|
3
|
+
declare const _default: import("vue").DefineComponent<{}, {
|
|
4
|
+
componentName: import("vue").Ref<string>;
|
|
5
|
+
element: import("vue").Ref<VwcOptgroupElement | null, VwcOptgroupElement | null>;
|
|
6
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
7
|
+
blur(event: FocusEvent & {
|
|
8
|
+
currentTarget: VwcOptgroupElement;
|
|
9
|
+
}): true;
|
|
10
|
+
click(event: MouseEvent & {
|
|
11
|
+
currentTarget: VwcOptgroupElement;
|
|
12
|
+
}): true;
|
|
13
|
+
focus(event: FocusEvent & {
|
|
14
|
+
currentTarget: VwcOptgroupElement;
|
|
15
|
+
}): true;
|
|
16
|
+
input(event: Event & {
|
|
17
|
+
currentTarget: VwcOptgroupElement;
|
|
18
|
+
}): true;
|
|
19
|
+
keydown(event: KeyboardEvent & {
|
|
20
|
+
currentTarget: VwcOptgroupElement;
|
|
21
|
+
}): true;
|
|
22
|
+
keyup(event: KeyboardEvent & {
|
|
23
|
+
currentTarget: VwcOptgroupElement;
|
|
24
|
+
}): true;
|
|
25
|
+
}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{
|
|
26
|
+
onBlur?: ((event: FocusEvent & {
|
|
27
|
+
currentTarget: VwcOptgroupElement;
|
|
28
|
+
}) => any) | undefined;
|
|
29
|
+
onClick?: ((event: MouseEvent & {
|
|
30
|
+
currentTarget: VwcOptgroupElement;
|
|
31
|
+
}) => any) | undefined;
|
|
32
|
+
onFocus?: ((event: FocusEvent & {
|
|
33
|
+
currentTarget: VwcOptgroupElement;
|
|
34
|
+
}) => any) | undefined;
|
|
35
|
+
onInput?: ((event: Event & {
|
|
36
|
+
currentTarget: VwcOptgroupElement;
|
|
37
|
+
}) => any) | undefined;
|
|
38
|
+
onKeydown?: ((event: KeyboardEvent & {
|
|
39
|
+
currentTarget: VwcOptgroupElement;
|
|
40
|
+
}) => any) | undefined;
|
|
41
|
+
onKeyup?: ((event: KeyboardEvent & {
|
|
42
|
+
currentTarget: VwcOptgroupElement;
|
|
43
|
+
}) => any) | undefined;
|
|
44
|
+
}>, {}, SlotsType<{
|
|
45
|
+
default: Record<string, never>;
|
|
46
|
+
label: Record<string, never>;
|
|
47
|
+
}>, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
48
|
+
export default _default;
|
|
@@ -43,6 +43,7 @@ export { default as VNavDisclosure } from './VNavDisclosure';
|
|
|
43
43
|
export { default as VNavItem } from './VNavItem';
|
|
44
44
|
export { default as VNote } from './VNote';
|
|
45
45
|
export { default as VNumberField } from './VNumberField';
|
|
46
|
+
export { default as VOptgroup } from './VOptgroup';
|
|
46
47
|
export { default as VOption } from './VOption';
|
|
47
48
|
export { default as VPagination } from './VPagination';
|
|
48
49
|
export { default as VPlatformSwitch } from './VPlatformSwitch';
|
|
@@ -88,6 +88,8 @@ import type { VNote } from './components';
|
|
|
88
88
|
import type { VNoteEvents, VNoteProps } from './components/VNote.types';
|
|
89
89
|
import type { VNumberField } from './components';
|
|
90
90
|
import type { VNumberFieldEvents, VNumberFieldProps } from './components/VNumberField.types';
|
|
91
|
+
import type { VOptgroup } from './components';
|
|
92
|
+
import type { VOptgroupEvents, VOptgroupProps } from './components/VOptgroup.types';
|
|
91
93
|
import type { VOption } from './components';
|
|
92
94
|
import type { VOptionEvents, VOptionProps } from './components/VOption.types';
|
|
93
95
|
import type { VPagination } from './components';
|
|
@@ -215,6 +217,7 @@ export type VProps = {
|
|
|
215
217
|
VNavItem: VNavItemProps;
|
|
216
218
|
VNote: VNoteProps;
|
|
217
219
|
VNumberField: VNumberFieldProps;
|
|
220
|
+
VOptgroup: VOptgroupProps;
|
|
218
221
|
VOption: VOptionProps;
|
|
219
222
|
VPagination: VPaginationProps;
|
|
220
223
|
VPlatformSwitch: VPlatformSwitchProps;
|
|
@@ -302,6 +305,7 @@ export type VEvents = {
|
|
|
302
305
|
VNavItem: VNavItemEvents;
|
|
303
306
|
VNote: VNoteEvents;
|
|
304
307
|
VNumberField: VNumberFieldEvents;
|
|
308
|
+
VOptgroup: VOptgroupEvents;
|
|
305
309
|
VOption: VOptionEvents;
|
|
306
310
|
VPagination: VPaginationEvents;
|
|
307
311
|
VPlatformSwitch: VPlatformSwitchEvents;
|
|
@@ -389,6 +393,7 @@ export type VSlots = {
|
|
|
389
393
|
VNavItem: ComponentSlots<typeof VNavItem>;
|
|
390
394
|
VNote: ComponentSlots<typeof VNote>;
|
|
391
395
|
VNumberField: ComponentSlots<typeof VNumberField>;
|
|
396
|
+
VOptgroup: ComponentSlots<typeof VOptgroup>;
|
|
392
397
|
VOption: ComponentSlots<typeof VOption>;
|
|
393
398
|
VPagination: ComponentSlots<typeof VPagination>;
|
|
394
399
|
VPlatformSwitch: ComponentSlots<typeof VPlatformSwitch>;
|
package/dist/index.cjs
CHANGED
|
@@ -239,6 +239,13 @@ var VAccordionItem_default = (0, vue.defineComponent)({
|
|
|
239
239
|
default: void 0
|
|
240
240
|
},
|
|
241
241
|
/**
|
|
242
|
+
* Optional supporting text shown below the heading text.
|
|
243
|
+
*/
|
|
244
|
+
secondaryText: {
|
|
245
|
+
type: String,
|
|
246
|
+
default: void 0
|
|
247
|
+
},
|
|
248
|
+
/**
|
|
242
249
|
* The size the accordion-item should have.
|
|
243
250
|
*/
|
|
244
251
|
size: {
|
|
@@ -275,6 +282,7 @@ var VAccordionItem_default = (0, vue.defineComponent)({
|
|
|
275
282
|
...this.id !== void 0 ? { "id": this.id } : {},
|
|
276
283
|
...this.meta !== void 0 ? { "meta": this.meta } : {},
|
|
277
284
|
...this.noIndicator !== void 0 ? { "no-indicator": this.noIndicator } : {},
|
|
285
|
+
...this.secondaryText !== void 0 ? { "secondary-text": this.secondaryText } : {},
|
|
278
286
|
...this.size !== void 0 ? { "size": this.size } : {}
|
|
279
287
|
},
|
|
280
288
|
class: "vvd-component",
|
|
@@ -320,6 +328,7 @@ var VAccordionItem_default = (0, vue.defineComponent)({
|
|
|
320
328
|
...this.id !== void 0 ? { "^id": this.id } : {},
|
|
321
329
|
...this.meta !== void 0 ? { "^meta": this.meta } : {},
|
|
322
330
|
...this.noIndicator !== void 0 && this.noIndicator !== false ? { "^no-indicator": this.noIndicator } : {},
|
|
331
|
+
...this.secondaryText !== void 0 ? { "^secondary-text": this.secondaryText } : {},
|
|
323
332
|
...this.size !== void 0 ? { "^size": this.size } : {}
|
|
324
333
|
}),
|
|
325
334
|
"onBlur": (event) => {
|
|
@@ -3023,6 +3032,7 @@ var VCombobox_default = (0, vue.defineComponent)({
|
|
|
3023
3032
|
},
|
|
3024
3033
|
/**
|
|
3025
3034
|
* Sets the placeholder value of the element, generally used to provide a hint to the user.
|
|
3035
|
+
* Using this attribute is not a valid substitute for a labeling element.
|
|
3026
3036
|
*/
|
|
3027
3037
|
placeholder: {
|
|
3028
3038
|
type: String,
|
|
@@ -3030,8 +3040,6 @@ var VCombobox_default = (0, vue.defineComponent)({
|
|
|
3030
3040
|
},
|
|
3031
3041
|
/**
|
|
3032
3042
|
* the placement of the combobox
|
|
3033
|
-
*
|
|
3034
|
-
* HTML Attribute: string
|
|
3035
3043
|
*/
|
|
3036
3044
|
placement: {
|
|
3037
3045
|
type: String,
|
|
@@ -3712,6 +3720,13 @@ var VDataGridCell_default = (0, vue.defineComponent)({
|
|
|
3712
3720
|
default: void 0
|
|
3713
3721
|
},
|
|
3714
3722
|
/**
|
|
3723
|
+
* The connotation of the cell, affecting hover and selected colors.
|
|
3724
|
+
*/
|
|
3725
|
+
connotation: {
|
|
3726
|
+
type: String,
|
|
3727
|
+
default: void 0
|
|
3728
|
+
},
|
|
3729
|
+
/**
|
|
3715
3730
|
* The column index of the cell.
|
|
3716
3731
|
* This will be applied to the css grid-column-index value
|
|
3717
3732
|
* applied to the cell
|
|
@@ -3765,6 +3780,7 @@ var VDataGridCell_default = (0, vue.defineComponent)({
|
|
|
3765
3780
|
ref: "element",
|
|
3766
3781
|
attrs: {
|
|
3767
3782
|
...this.cellType !== void 0 ? { "cell-type": this.cellType } : {},
|
|
3783
|
+
...this.connotation !== void 0 ? { "connotation": this.connotation } : {},
|
|
3768
3784
|
...this.gridColumn !== void 0 ? { "grid-column": this.gridColumn } : {},
|
|
3769
3785
|
...this.selected !== void 0 ? { "selected": this.selected } : {},
|
|
3770
3786
|
...this.sortDirection !== void 0 ? { "sort-direction": this.sortDirection } : {}
|
|
@@ -3810,6 +3826,7 @@ var VDataGridCell_default = (0, vue.defineComponent)({
|
|
|
3810
3826
|
...handleVue3Props({
|
|
3811
3827
|
...this.cellType !== void 0 ? { "^cell-type": this.cellType } : {},
|
|
3812
3828
|
...this.columnDefinition !== void 0 ? { ".columnDefinition": this.columnDefinition } : {},
|
|
3829
|
+
...this.connotation !== void 0 ? { "^connotation": this.connotation } : {},
|
|
3813
3830
|
...this.gridColumn !== void 0 ? { "^grid-column": this.gridColumn } : {},
|
|
3814
3831
|
...this.rowData !== void 0 ? { ".rowData": this.rowData } : {},
|
|
3815
3832
|
...this.selected !== void 0 && this.selected !== false ? { "^selected": this.selected } : {},
|
|
@@ -3862,6 +3879,13 @@ var VDataGridRow_default = (0, vue.defineComponent)({
|
|
|
3862
3879
|
default: void 0
|
|
3863
3880
|
},
|
|
3864
3881
|
/**
|
|
3882
|
+
* The connotation of the row, affecting hover and selected colors.
|
|
3883
|
+
*/
|
|
3884
|
+
connotation: {
|
|
3885
|
+
type: String,
|
|
3886
|
+
default: void 0
|
|
3887
|
+
},
|
|
3888
|
+
/**
|
|
3865
3889
|
* String that gets applied to the the css gridTemplateColumns attribute for the row
|
|
3866
3890
|
* x
|
|
3867
3891
|
*/
|
|
@@ -3927,6 +3951,7 @@ var VDataGridRow_default = (0, vue.defineComponent)({
|
|
|
3927
3951
|
if (isVue2) return (0, vue.h)(this.componentName, {
|
|
3928
3952
|
ref: "element",
|
|
3929
3953
|
attrs: {
|
|
3954
|
+
...this.connotation !== void 0 ? { "connotation": this.connotation } : {},
|
|
3930
3955
|
...this.gridTemplateColumns !== void 0 ? { "grid-template-columns": this.gridTemplateColumns } : {},
|
|
3931
3956
|
...this.rowType !== void 0 ? { "row-type": this.rowType } : {},
|
|
3932
3957
|
...this.selected !== void 0 ? { "selected": this.selected } : {}
|
|
@@ -3972,6 +3997,7 @@ var VDataGridRow_default = (0, vue.defineComponent)({
|
|
|
3972
3997
|
...handleVue3Props({
|
|
3973
3998
|
...this.cellItemTemplate !== void 0 ? { ".cellItemTemplate": this.cellItemTemplate } : {},
|
|
3974
3999
|
...this.columnDefinitions !== void 0 ? { ".columnDefinitions": this.columnDefinitions } : {},
|
|
4000
|
+
...this.connotation !== void 0 ? { "^connotation": this.connotation } : {},
|
|
3975
4001
|
...this.gridTemplateColumns !== void 0 ? { "^grid-template-columns": this.gridTemplateColumns } : {},
|
|
3976
4002
|
...this.headerCellItemTemplate !== void 0 ? { ".headerCellItemTemplate": this.headerCellItemTemplate } : {},
|
|
3977
4003
|
...this.rowData !== void 0 ? { ".rowData": this.rowData } : {},
|
|
@@ -4892,6 +4918,13 @@ var VDialPad_default = (0, vue.defineComponent)({
|
|
|
4892
4918
|
default: void 0
|
|
4893
4919
|
},
|
|
4894
4920
|
/**
|
|
4921
|
+
* Hides the letter labels shown below digit buttons
|
|
4922
|
+
*/
|
|
4923
|
+
noLetters: {
|
|
4924
|
+
type: Boolean,
|
|
4925
|
+
default: void 0
|
|
4926
|
+
},
|
|
4927
|
+
/**
|
|
4895
4928
|
* Regular expression to validate the value of the input element
|
|
4896
4929
|
*/
|
|
4897
4930
|
pattern: {
|
|
@@ -4982,6 +5015,7 @@ var VDialPad_default = (0, vue.defineComponent)({
|
|
|
4982
5015
|
...this.helperText !== void 0 ? { "helper-text": this.helperText } : {},
|
|
4983
5016
|
...this.noCall !== void 0 ? { "no-call": this.noCall } : {},
|
|
4984
5017
|
...this.noInput !== void 0 ? { "no-input": this.noInput } : {},
|
|
5018
|
+
...this.noLetters !== void 0 ? { "no-letters": this.noLetters } : {},
|
|
4985
5019
|
...this.pattern !== void 0 ? { "pattern": this.pattern } : {},
|
|
4986
5020
|
...this.pending !== void 0 ? { "pending": this.pending } : {},
|
|
4987
5021
|
...this.placeholder !== void 0 ? { "placeholder": this.placeholder } : {},
|
|
@@ -5037,6 +5071,7 @@ var VDialPad_default = (0, vue.defineComponent)({
|
|
|
5037
5071
|
...this.helperText !== void 0 ? { "^helper-text": this.helperText } : {},
|
|
5038
5072
|
...this.noCall !== void 0 && this.noCall !== false ? { "^no-call": this.noCall } : {},
|
|
5039
5073
|
...this.noInput !== void 0 && this.noInput !== false ? { "^no-input": this.noInput } : {},
|
|
5074
|
+
...this.noLetters !== void 0 && this.noLetters !== false ? { "^no-letters": this.noLetters } : {},
|
|
5040
5075
|
...this.pattern !== void 0 ? { "^pattern": this.pattern } : {},
|
|
5041
5076
|
...this.pending !== void 0 && this.pending !== false ? { "^pending": this.pending } : {},
|
|
5042
5077
|
...this.placeholder !== void 0 ? { "^placeholder": this.placeholder } : {},
|
|
@@ -7244,7 +7279,6 @@ var VNavDisclosure_default = (0, vue.defineComponent)({
|
|
|
7244
7279
|
//#endregion
|
|
7245
7280
|
//#region src/generated/components/VNavItem.ts
|
|
7246
7281
|
/**
|
|
7247
|
-
* A Nav Item Custom HTML Element.
|
|
7248
7282
|
* Based largely on the https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element .
|
|
7249
7283
|
*/
|
|
7250
7284
|
var VNavItem_default = (0, vue.defineComponent)({
|
|
@@ -7665,6 +7699,7 @@ var VNumberField_default = (0, vue.defineComponent)({
|
|
|
7665
7699
|
},
|
|
7666
7700
|
/**
|
|
7667
7701
|
* Sets the placeholder value of the element, generally used to provide a hint to the user.
|
|
7702
|
+
* Using this attribute does is not a valid substitute for a labeling element.
|
|
7668
7703
|
*/
|
|
7669
7704
|
placeholder: {
|
|
7670
7705
|
type: String,
|
|
@@ -7935,9 +7970,81 @@ var VNumberField_default = (0, vue.defineComponent)({
|
|
|
7935
7970
|
}
|
|
7936
7971
|
});
|
|
7937
7972
|
//#endregion
|
|
7973
|
+
//#region src/generated/components/VOptgroup.ts
|
|
7974
|
+
/**
|
|
7975
|
+
* Groups options within Select, Searchable Select, or Combobox components
|
|
7976
|
+
*/
|
|
7977
|
+
var VOptgroup_default = (0, vue.defineComponent)({
|
|
7978
|
+
name: "VOptgroup",
|
|
7979
|
+
emits: [
|
|
7980
|
+
"blur",
|
|
7981
|
+
"click",
|
|
7982
|
+
"focus",
|
|
7983
|
+
"input",
|
|
7984
|
+
"keydown",
|
|
7985
|
+
"keyup"
|
|
7986
|
+
],
|
|
7987
|
+
methods: {},
|
|
7988
|
+
setup(props, ctx) {
|
|
7989
|
+
return {
|
|
7990
|
+
componentName: registerComponent("optgroup", _vonage_vivid.registerOptgroup),
|
|
7991
|
+
element: (0, vue.ref)(null)
|
|
7992
|
+
};
|
|
7993
|
+
},
|
|
7994
|
+
render() {
|
|
7995
|
+
if (isVue2) return (0, vue.h)(this.componentName, {
|
|
7996
|
+
ref: "element",
|
|
7997
|
+
attrs: {},
|
|
7998
|
+
class: "vvd-component",
|
|
7999
|
+
on: {
|
|
8000
|
+
"blur": (event) => {
|
|
8001
|
+
this.$emit("blur", event);
|
|
8002
|
+
},
|
|
8003
|
+
"click": (event) => {
|
|
8004
|
+
this.$emit("click", event);
|
|
8005
|
+
},
|
|
8006
|
+
"focus": (event) => {
|
|
8007
|
+
this.$emit("focus", event);
|
|
8008
|
+
},
|
|
8009
|
+
"input": (event) => {
|
|
8010
|
+
this.$emit("input", event);
|
|
8011
|
+
},
|
|
8012
|
+
"keydown": (event) => {
|
|
8013
|
+
this.$emit("keydown", event);
|
|
8014
|
+
},
|
|
8015
|
+
"keyup": (event) => {
|
|
8016
|
+
this.$emit("keyup", event);
|
|
8017
|
+
}
|
|
8018
|
+
}
|
|
8019
|
+
}, [this.$slots.default, handleNamedSlotV2("label", this.$slots["label"])]);
|
|
8020
|
+
return (0, vue.h)(this.componentName, {
|
|
8021
|
+
ref: "element",
|
|
8022
|
+
class: "vvd-component",
|
|
8023
|
+
...handleVue3Props({}),
|
|
8024
|
+
"onBlur": (event) => {
|
|
8025
|
+
this.$emit("blur", event);
|
|
8026
|
+
},
|
|
8027
|
+
"onClick": (event) => {
|
|
8028
|
+
this.$emit("click", event);
|
|
8029
|
+
},
|
|
8030
|
+
"onFocus": (event) => {
|
|
8031
|
+
this.$emit("focus", event);
|
|
8032
|
+
},
|
|
8033
|
+
"onInput": (event) => {
|
|
8034
|
+
this.$emit("input", event);
|
|
8035
|
+
},
|
|
8036
|
+
"onKeydown": (event) => {
|
|
8037
|
+
this.$emit("keydown", event);
|
|
8038
|
+
},
|
|
8039
|
+
"onKeyup": (event) => {
|
|
8040
|
+
this.$emit("keyup", event);
|
|
8041
|
+
}
|
|
8042
|
+
}, [this.$slots.default?.(), handleNamedSlotV3("label", this.$slots["label"]?.())]);
|
|
8043
|
+
}
|
|
8044
|
+
});
|
|
8045
|
+
//#endregion
|
|
7938
8046
|
//#region src/generated/components/VOption.ts
|
|
7939
8047
|
/**
|
|
7940
|
-
* An Option Custom HTML Element.
|
|
7941
8048
|
* Implements https://www.w3.org/TR/wai-aria-1.1/#option | ARIA option .
|
|
7942
8049
|
*/
|
|
7943
8050
|
var VOption_default = (0, vue.defineComponent)({
|
|
@@ -12901,6 +13008,7 @@ var VTextArea_default = (0, vue.defineComponent)({
|
|
|
12901
13008
|
},
|
|
12902
13009
|
/**
|
|
12903
13010
|
* Sets the placeholder value of the element, generally used to provide a hint to the user.
|
|
13011
|
+
* Using this attribute does is not a valid substitute for a labeling element.
|
|
12904
13012
|
*/
|
|
12905
13013
|
placeholder: {
|
|
12906
13014
|
type: String,
|
|
@@ -13259,6 +13367,8 @@ var VTextField_default = (0, vue.defineComponent)({
|
|
|
13259
13367
|
},
|
|
13260
13368
|
/**
|
|
13261
13369
|
* Text that appears in the input element when it has no value set
|
|
13370
|
+
*
|
|
13371
|
+
* Using this attribute does is not a valid substitute for a labeling element.
|
|
13262
13372
|
*/
|
|
13263
13373
|
placeholder: {
|
|
13264
13374
|
type: String,
|
|
@@ -15688,15 +15798,15 @@ var spezia_variable_default = "@font-face {\n font-display: block;\n font-fami
|
|
|
15688
15798
|
var optionalStyles = {
|
|
15689
15799
|
theme: {
|
|
15690
15800
|
name: "core/theme",
|
|
15691
|
-
css: "
|
|
15801
|
+
css: ".vvd-root {\n color: var(--vvd-color-canvas-text);\n color-scheme: var(--vvd-color-scheme);\n}\n\n:root.vvd-root {\n background-color: var(--vvd-color-canvas);\n}\n\n.vvd-scrollbar {\n --scrollbar-track-color: transparent;\n --scrollbar-thumb-color: color-mix(\n in sRGB,\n var(--vvd-color-neutral-950),\n transparent 70%\n );\n}\n.vvd-scrollbar {\n scrollbar-color: var(--scrollbar-thumb-color) var(--scrollbar-track-color);\n scrollbar-width: thin;\n}\n.vvd-scrollbar ::-webkit-scrollbar {\n width: 4px;\n}\n.vvd-scrollbar ::-webkit-scrollbar-track {\n background: var(--scrollbar-track-color);\n}\n.vvd-scrollbar ::-webkit-scrollbar-thumb {\n border: 0;\n border-radius: 4px;\n background-color: var(--scrollbar-fallback-track-color, var(--scrollbar-thumb-color));\n}\n\n.vvd-neutral-tint-elevation {\n --_vvd-tinted-color-surface-0dp: var(--vvd-neutral-tint-color-surface-0dp);\n --_vvd-tinted-color-surface-2dp: var(--vvd-neutral-tint-color-surface-2dp);\n --_vvd-tinted-color-surface-4dp: var(--vvd-neutral-tint-color-surface-4dp);\n --_vvd-tinted-color-surface-8dp: var(--vvd-neutral-tint-color-surface-8dp);\n --_vvd-tinted-color-surface-12dp: var(--vvd-neutral-tint-color-surface-12dp);\n --_vvd-tinted-color-surface-16dp: var(--vvd-neutral-tint-color-surface-16dp);\n --_vvd-tinted-color-surface-24dp: var(--vvd-neutral-tint-color-surface-24dp);\n --_vvd-tinted-shadow-surface-0dp: var(--vvd-neutral-tint-shadow-surface-0dp);\n --_vvd-tinted-shadow-surface-2dp: var(--vvd-neutral-tint-shadow-surface-2dp);\n --_vvd-tinted-shadow-surface-4dp: var(--vvd-neutral-tint-shadow-surface-4dp);\n --_vvd-tinted-shadow-surface-8dp: var(--vvd-neutral-tint-shadow-surface-8dp);\n --_vvd-tinted-shadow-surface-12dp: var(\n --vvd-neutral-tint-shadow-surface-12dp\n );\n --_vvd-tinted-shadow-surface-16dp: var(\n --vvd-neutral-tint-shadow-surface-16dp\n );\n --_vvd-tinted-shadow-surface-24dp: var(\n --vvd-neutral-tint-shadow-surface-24dp\n );\n}\n.vvd-neutral-tint-elevation > * {\n --_vvd-tinted-color-surface-0dp: var(--vvd-color-surface-0dp);\n --_vvd-tinted-color-surface-2dp: var(--vvd-color-surface-2dp);\n --_vvd-tinted-color-surface-4dp: var(--vvd-color-surface-4dp);\n --_vvd-tinted-color-surface-8dp: var(--vvd-color-surface-8dp);\n --_vvd-tinted-color-surface-12dp: var(--vvd-color-surface-12dp);\n --_vvd-tinted-color-surface-16dp: var(--vvd-color-surface-16dp);\n --_vvd-tinted-color-surface-24dp: var(--vvd-color-surface-24dp);\n --_vvd-tinted-shadow-surface-0dp: var(--vvd-shadow-surface-0dp);\n --_vvd-tinted-shadow-surface-2dp: var(--vvd-shadow-surface-2dp);\n --_vvd-tinted-shadow-surface-4dp: var(--vvd-shadow-surface-4dp);\n --_vvd-tinted-shadow-surface-8dp: var(--vvd-shadow-surface-8dp);\n --_vvd-tinted-shadow-surface-12dp: var(--vvd-shadow-surface-12dp);\n --_vvd-tinted-shadow-surface-16dp: var(--vvd-shadow-surface-16dp);\n --_vvd-tinted-shadow-surface-24dp: var(--vvd-shadow-surface-24dp);\n}\n"
|
|
15692
15802
|
},
|
|
15693
15803
|
typography: {
|
|
15694
15804
|
name: "core/typography",
|
|
15695
|
-
css: "
|
|
15805
|
+
css: ".vvd-root:root {\n --vvd-size-font-scale-base: 1rem;\n font-size: unset;\n}\n.vvd-root:root > body {\n font: var(--vvd-typography-base);\n font-feature-settings: \"kern\"; /* turns on kerning */\n -webkit-font-smoothing: antialiased; /* apply font anti-aliasing for Webkit on OSX */\n -moz-osx-font-smoothing: grayscale; /* apply font anti-aliasing for Firefox on OSX */\n text-rendering: optimizeLegibility; /* emphasise on legibility when rendering, turns on ligatures and kerning */\n}\n.vvd-root:not(:root) {\n font: var(--vvd-typography-base);\n font-feature-settings: \"kern\"; /* turns on kerning */\n -webkit-font-smoothing: antialiased; /* apply font anti-aliasing for Webkit on OSX */\n -moz-osx-font-smoothing: grayscale; /* apply font anti-aliasing for Firefox on OSX */\n text-rendering: optimizeLegibility; /* emphasise on legibility when rendering, turns on ligatures and kerning */\n}\n.vvd-root p,\n.vvd-root .font-base {\n font: var(--vvd-typography-base);\n margin-block: 16px;\n}\n.vvd-root p.tight,\n.vvd-root .font-base.tight {\n margin-block: 0;\n}\n.vvd-root .font-base-bold {\n font: var(--vvd-typography-base-bold);\n}\n.vvd-root .font-base-condensed {\n font: var(--vvd-typography-base-condensed);\n}\n.vvd-root .font-base-condensed-bold {\n font: var(--vvd-typography-base-condensed-bold);\n}\n.vvd-root .font-base-extended {\n font: var(--vvd-typography-base-extended);\n}\n.vvd-root .font-base-extended-bold {\n font: var(--vvd-typography-base-extended-bold);\n}\n.vvd-root .font-base-code {\n font: var(--vvd-typography-base-code);\n}\n.vvd-root b, .vvd-root strong {\n font-weight: 600;\n}\n.vvd-root pre, .vvd-root var, .vvd-root code, .vvd-root kbd, .vvd-root samp {\n font: var(--vvd-typography-base-code);\n}\n.vvd-root .headline {\n font: var(--vvd-typography-headline);\n margin-block: 40px;\n}\n.vvd-root .subtitle {\n font: var(--vvd-typography-subtitle);\n margin-block: 40px;\n}\n.vvd-root h1,\n.vvd-root .heading1 {\n font: var(--vvd-typography-heading-1);\n margin-block: 32px;\n}\n.vvd-root h2,\n.vvd-root .heading2 {\n font: var(--vvd-typography-heading-2);\n margin-block: 32px;\n}\n.vvd-root h3,\n.vvd-root .heading3 {\n font: var(--vvd-typography-heading-3);\n margin-block: 24px;\n}\n.vvd-root h4,\n.vvd-root .heading4 {\n font: var(--vvd-typography-heading-4);\n margin-block: 24px;\n}\n.vvd-root h5,\n.vvd-root .heading5 {\n font: var(--vvd-typography-heading-5);\n margin-block: 16px;\n}\n.vvd-root h6,\n.vvd-root .heading6 {\n font: var(--vvd-typography-heading-6);\n margin-block: 14px;\n}\n.vvd-root .headline b, .vvd-root .headline strong,\n.vvd-root .subtitle b,\n.vvd-root .subtitle strong,\n.vvd-root h1 b,\n.vvd-root h1 strong,\n.vvd-root .heading1 b,\n.vvd-root .heading1 strong,\n.vvd-root h2 b,\n.vvd-root h2 strong,\n.vvd-root .heading2 b,\n.vvd-root .heading2 strong,\n.vvd-root h3 b,\n.vvd-root h3 strong,\n.vvd-root .heading3 b,\n.vvd-root .heading3 strong,\n.vvd-root h4 b,\n.vvd-root h4 strong,\n.vvd-root .heading4 b,\n.vvd-root .heading4 strong,\n.vvd-root h5 b,\n.vvd-root h5 strong,\n.vvd-root .heading5 b,\n.vvd-root .heading5 strong,\n.vvd-root h6 b,\n.vvd-root h6 strong,\n.vvd-root .heading6 b,\n.vvd-root .heading6 strong {\n font-weight: 500;\n}\n.vvd-root .headline.tight,\n.vvd-root .subtitle.tight,\n.vvd-root h1.tight,\n.vvd-root .heading1.tight,\n.vvd-root h2.tight,\n.vvd-root .heading2.tight,\n.vvd-root h3.tight,\n.vvd-root .heading3.tight,\n.vvd-root h4.tight,\n.vvd-root .heading4.tight,\n.vvd-root h5.tight,\n.vvd-root .heading5.tight,\n.vvd-root h6.tight,\n.vvd-root .heading6.tight {\n margin-block: 0;\n}\n.vvd-root small,\n.vvd-root figcaption {\n font: var(--vvd-typography-base-condensed);\n}\n.vvd-root sub,\n.vvd-root sup {\n position: relative;\n font: var(--vvd-typography-base-condensed);\n font-size: 75%;\n line-height: 0;\n vertical-align: baseline;\n}\n.vvd-root sub {\n bottom: -0.25em;\n}\n.vvd-root sup {\n top: -0.5em;\n}\n"
|
|
15696
15806
|
},
|
|
15697
15807
|
vivid2Compat: {
|
|
15698
15808
|
name: "tokens/vivid-2-compat",
|
|
15699
|
-
css: "
|
|
15809
|
+
css: ".vvd-root, ::part(vvd-root),\n.vvd-theme-alternate, ::part(vvd-theme-alternate) {\n --_vvd3--vvd-color-neutral-50: var(--vvd-color-neutral-50);\n}\n\n.vvd-component:not(.vvd-theme-alternate) {\n --vvd-color-neutral-50: var(--_vvd3--vvd-color-neutral-50);\n}\n"
|
|
15700
15810
|
}
|
|
15701
15811
|
};
|
|
15702
15812
|
//#endregion
|
|
@@ -15761,9 +15871,7 @@ var vividVue = { install(app, options) {
|
|
|
15761
15871
|
}
|
|
15762
15872
|
if (options.customComponentPrefix) setCustomComponentPrefix(options.customComponentPrefix);
|
|
15763
15873
|
} };
|
|
15764
|
-
/**
|
|
15765
|
-
* @deprecated Use vividVue instead.
|
|
15766
|
-
*/
|
|
15874
|
+
/** @deprecated Use vividVue instead. */
|
|
15767
15875
|
var vivid3 = vividVue;
|
|
15768
15876
|
//#endregion
|
|
15769
15877
|
exports.Icon = Icon;
|
|
@@ -15812,6 +15920,7 @@ exports.VNavDisclosure = VNavDisclosure_default;
|
|
|
15812
15920
|
exports.VNavItem = VNavItem_default;
|
|
15813
15921
|
exports.VNote = VNote_default;
|
|
15814
15922
|
exports.VNumberField = VNumberField_default;
|
|
15923
|
+
exports.VOptgroup = VOptgroup_default;
|
|
15815
15924
|
exports.VOption = VOption_default;
|
|
15816
15925
|
exports.VPagination = VPagination_default;
|
|
15817
15926
|
exports.VPlatformSwitch = VPlatformSwitch_default;
|
package/dist/index.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { defineComponent, h, onBeforeMount, ref, version } from "vue";
|
|
2
|
-
import { registerAccordion, registerAccordionItem, registerActionGroup, registerAlert, registerAudioPlayer, registerAvatar, registerBadge, registerBanner, registerBreadcrumb, registerBreadcrumbItem, registerButton, registerCalendar, registerCalendarEvent, registerCard, registerCheckbox, registerColorPicker, registerCombobox, registerContextualHelp, registerCountry, registerCountryGroup, registerDataGrid, registerDatePicker, registerDateRangePicker, registerDateTimePicker, registerDialPad, registerDialog, registerDivider, registerEmptyState, registerFab, registerFilePicker, registerFlag, registerHeader, registerIcon, registerKbdKey, registerKbdShortcut, registerLayout, registerMenu, registerMenuItem, registerNav, registerNavDisclosure, registerNavItem, registerNote, registerNumberField, registerOption, registerPagination, registerPlatformSwitch, registerPopover, registerProgress, registerProgressRing, registerRadio, registerRadioGroup, registerRangeSlider, registerRichTextEditor, registerRichTextView, registerSearchableSelect, registerSelect, registerSelectableBox, registerSideDrawer, registerSimpleColorPicker, registerSlider, registerSplitButton, registerStatus, registerSwitch, registerTab, registerTabPanel, registerTable, registerTabs, registerTag, registerTagGroup, registerTextArea, registerTextField, registerTimePicker, registerToggletip, registerTooltip, registerTreeItem, registerTreeView, registerVideoPlayer } from "@vonage/vivid";
|
|
2
|
+
import { registerAccordion, registerAccordionItem, registerActionGroup, registerAlert, registerAudioPlayer, registerAvatar, registerBadge, registerBanner, registerBreadcrumb, registerBreadcrumbItem, registerButton, registerCalendar, registerCalendarEvent, registerCard, registerCheckbox, registerColorPicker, registerCombobox, registerContextualHelp, registerCountry, registerCountryGroup, registerDataGrid, registerDatePicker, registerDateRangePicker, registerDateTimePicker, registerDialPad, registerDialog, registerDivider, registerEmptyState, registerFab, registerFilePicker, registerFlag, registerHeader, registerIcon, registerKbdKey, registerKbdShortcut, registerLayout, registerMenu, registerMenuItem, registerNav, registerNavDisclosure, registerNavItem, registerNote, registerNumberField, registerOptgroup, registerOption, registerPagination, registerPlatformSwitch, registerPopover, registerProgress, registerProgressRing, registerRadio, registerRadioGroup, registerRangeSlider, registerRichTextEditor, registerRichTextView, registerSearchableSelect, registerSelect, registerSelectableBox, registerSideDrawer, registerSimpleColorPicker, registerSlider, registerSplitButton, registerStatus, registerSwitch, registerTab, registerTabPanel, registerTable, registerTabs, registerTag, registerTagGroup, registerTextArea, registerTextField, registerTimePicker, registerToggletip, registerTooltip, registerTreeItem, registerTreeView, registerVideoPlayer } from "@vonage/vivid";
|
|
3
3
|
//#region src/init/prefix.ts
|
|
4
4
|
var CustomComponentPrefix = ref("vvd3");
|
|
5
5
|
/**
|
|
@@ -238,6 +238,13 @@ var VAccordionItem_default = defineComponent({
|
|
|
238
238
|
default: void 0
|
|
239
239
|
},
|
|
240
240
|
/**
|
|
241
|
+
* Optional supporting text shown below the heading text.
|
|
242
|
+
*/
|
|
243
|
+
secondaryText: {
|
|
244
|
+
type: String,
|
|
245
|
+
default: void 0
|
|
246
|
+
},
|
|
247
|
+
/**
|
|
241
248
|
* The size the accordion-item should have.
|
|
242
249
|
*/
|
|
243
250
|
size: {
|
|
@@ -274,6 +281,7 @@ var VAccordionItem_default = defineComponent({
|
|
|
274
281
|
...this.id !== void 0 ? { "id": this.id } : {},
|
|
275
282
|
...this.meta !== void 0 ? { "meta": this.meta } : {},
|
|
276
283
|
...this.noIndicator !== void 0 ? { "no-indicator": this.noIndicator } : {},
|
|
284
|
+
...this.secondaryText !== void 0 ? { "secondary-text": this.secondaryText } : {},
|
|
277
285
|
...this.size !== void 0 ? { "size": this.size } : {}
|
|
278
286
|
},
|
|
279
287
|
class: "vvd-component",
|
|
@@ -319,6 +327,7 @@ var VAccordionItem_default = defineComponent({
|
|
|
319
327
|
...this.id !== void 0 ? { "^id": this.id } : {},
|
|
320
328
|
...this.meta !== void 0 ? { "^meta": this.meta } : {},
|
|
321
329
|
...this.noIndicator !== void 0 && this.noIndicator !== false ? { "^no-indicator": this.noIndicator } : {},
|
|
330
|
+
...this.secondaryText !== void 0 ? { "^secondary-text": this.secondaryText } : {},
|
|
322
331
|
...this.size !== void 0 ? { "^size": this.size } : {}
|
|
323
332
|
}),
|
|
324
333
|
"onBlur": (event) => {
|
|
@@ -3022,6 +3031,7 @@ var VCombobox_default = defineComponent({
|
|
|
3022
3031
|
},
|
|
3023
3032
|
/**
|
|
3024
3033
|
* Sets the placeholder value of the element, generally used to provide a hint to the user.
|
|
3034
|
+
* Using this attribute is not a valid substitute for a labeling element.
|
|
3025
3035
|
*/
|
|
3026
3036
|
placeholder: {
|
|
3027
3037
|
type: String,
|
|
@@ -3029,8 +3039,6 @@ var VCombobox_default = defineComponent({
|
|
|
3029
3039
|
},
|
|
3030
3040
|
/**
|
|
3031
3041
|
* the placement of the combobox
|
|
3032
|
-
*
|
|
3033
|
-
* HTML Attribute: string
|
|
3034
3042
|
*/
|
|
3035
3043
|
placement: {
|
|
3036
3044
|
type: String,
|
|
@@ -3711,6 +3719,13 @@ var VDataGridCell_default = defineComponent({
|
|
|
3711
3719
|
default: void 0
|
|
3712
3720
|
},
|
|
3713
3721
|
/**
|
|
3722
|
+
* The connotation of the cell, affecting hover and selected colors.
|
|
3723
|
+
*/
|
|
3724
|
+
connotation: {
|
|
3725
|
+
type: String,
|
|
3726
|
+
default: void 0
|
|
3727
|
+
},
|
|
3728
|
+
/**
|
|
3714
3729
|
* The column index of the cell.
|
|
3715
3730
|
* This will be applied to the css grid-column-index value
|
|
3716
3731
|
* applied to the cell
|
|
@@ -3764,6 +3779,7 @@ var VDataGridCell_default = defineComponent({
|
|
|
3764
3779
|
ref: "element",
|
|
3765
3780
|
attrs: {
|
|
3766
3781
|
...this.cellType !== void 0 ? { "cell-type": this.cellType } : {},
|
|
3782
|
+
...this.connotation !== void 0 ? { "connotation": this.connotation } : {},
|
|
3767
3783
|
...this.gridColumn !== void 0 ? { "grid-column": this.gridColumn } : {},
|
|
3768
3784
|
...this.selected !== void 0 ? { "selected": this.selected } : {},
|
|
3769
3785
|
...this.sortDirection !== void 0 ? { "sort-direction": this.sortDirection } : {}
|
|
@@ -3809,6 +3825,7 @@ var VDataGridCell_default = defineComponent({
|
|
|
3809
3825
|
...handleVue3Props({
|
|
3810
3826
|
...this.cellType !== void 0 ? { "^cell-type": this.cellType } : {},
|
|
3811
3827
|
...this.columnDefinition !== void 0 ? { ".columnDefinition": this.columnDefinition } : {},
|
|
3828
|
+
...this.connotation !== void 0 ? { "^connotation": this.connotation } : {},
|
|
3812
3829
|
...this.gridColumn !== void 0 ? { "^grid-column": this.gridColumn } : {},
|
|
3813
3830
|
...this.rowData !== void 0 ? { ".rowData": this.rowData } : {},
|
|
3814
3831
|
...this.selected !== void 0 && this.selected !== false ? { "^selected": this.selected } : {},
|
|
@@ -3861,6 +3878,13 @@ var VDataGridRow_default = defineComponent({
|
|
|
3861
3878
|
default: void 0
|
|
3862
3879
|
},
|
|
3863
3880
|
/**
|
|
3881
|
+
* The connotation of the row, affecting hover and selected colors.
|
|
3882
|
+
*/
|
|
3883
|
+
connotation: {
|
|
3884
|
+
type: String,
|
|
3885
|
+
default: void 0
|
|
3886
|
+
},
|
|
3887
|
+
/**
|
|
3864
3888
|
* String that gets applied to the the css gridTemplateColumns attribute for the row
|
|
3865
3889
|
* x
|
|
3866
3890
|
*/
|
|
@@ -3926,6 +3950,7 @@ var VDataGridRow_default = defineComponent({
|
|
|
3926
3950
|
if (isVue2) return h(this.componentName, {
|
|
3927
3951
|
ref: "element",
|
|
3928
3952
|
attrs: {
|
|
3953
|
+
...this.connotation !== void 0 ? { "connotation": this.connotation } : {},
|
|
3929
3954
|
...this.gridTemplateColumns !== void 0 ? { "grid-template-columns": this.gridTemplateColumns } : {},
|
|
3930
3955
|
...this.rowType !== void 0 ? { "row-type": this.rowType } : {},
|
|
3931
3956
|
...this.selected !== void 0 ? { "selected": this.selected } : {}
|
|
@@ -3971,6 +3996,7 @@ var VDataGridRow_default = defineComponent({
|
|
|
3971
3996
|
...handleVue3Props({
|
|
3972
3997
|
...this.cellItemTemplate !== void 0 ? { ".cellItemTemplate": this.cellItemTemplate } : {},
|
|
3973
3998
|
...this.columnDefinitions !== void 0 ? { ".columnDefinitions": this.columnDefinitions } : {},
|
|
3999
|
+
...this.connotation !== void 0 ? { "^connotation": this.connotation } : {},
|
|
3974
4000
|
...this.gridTemplateColumns !== void 0 ? { "^grid-template-columns": this.gridTemplateColumns } : {},
|
|
3975
4001
|
...this.headerCellItemTemplate !== void 0 ? { ".headerCellItemTemplate": this.headerCellItemTemplate } : {},
|
|
3976
4002
|
...this.rowData !== void 0 ? { ".rowData": this.rowData } : {},
|
|
@@ -4891,6 +4917,13 @@ var VDialPad_default = defineComponent({
|
|
|
4891
4917
|
default: void 0
|
|
4892
4918
|
},
|
|
4893
4919
|
/**
|
|
4920
|
+
* Hides the letter labels shown below digit buttons
|
|
4921
|
+
*/
|
|
4922
|
+
noLetters: {
|
|
4923
|
+
type: Boolean,
|
|
4924
|
+
default: void 0
|
|
4925
|
+
},
|
|
4926
|
+
/**
|
|
4894
4927
|
* Regular expression to validate the value of the input element
|
|
4895
4928
|
*/
|
|
4896
4929
|
pattern: {
|
|
@@ -4981,6 +5014,7 @@ var VDialPad_default = defineComponent({
|
|
|
4981
5014
|
...this.helperText !== void 0 ? { "helper-text": this.helperText } : {},
|
|
4982
5015
|
...this.noCall !== void 0 ? { "no-call": this.noCall } : {},
|
|
4983
5016
|
...this.noInput !== void 0 ? { "no-input": this.noInput } : {},
|
|
5017
|
+
...this.noLetters !== void 0 ? { "no-letters": this.noLetters } : {},
|
|
4984
5018
|
...this.pattern !== void 0 ? { "pattern": this.pattern } : {},
|
|
4985
5019
|
...this.pending !== void 0 ? { "pending": this.pending } : {},
|
|
4986
5020
|
...this.placeholder !== void 0 ? { "placeholder": this.placeholder } : {},
|
|
@@ -5036,6 +5070,7 @@ var VDialPad_default = defineComponent({
|
|
|
5036
5070
|
...this.helperText !== void 0 ? { "^helper-text": this.helperText } : {},
|
|
5037
5071
|
...this.noCall !== void 0 && this.noCall !== false ? { "^no-call": this.noCall } : {},
|
|
5038
5072
|
...this.noInput !== void 0 && this.noInput !== false ? { "^no-input": this.noInput } : {},
|
|
5073
|
+
...this.noLetters !== void 0 && this.noLetters !== false ? { "^no-letters": this.noLetters } : {},
|
|
5039
5074
|
...this.pattern !== void 0 ? { "^pattern": this.pattern } : {},
|
|
5040
5075
|
...this.pending !== void 0 && this.pending !== false ? { "^pending": this.pending } : {},
|
|
5041
5076
|
...this.placeholder !== void 0 ? { "^placeholder": this.placeholder } : {},
|
|
@@ -7243,7 +7278,6 @@ var VNavDisclosure_default = defineComponent({
|
|
|
7243
7278
|
//#endregion
|
|
7244
7279
|
//#region src/generated/components/VNavItem.ts
|
|
7245
7280
|
/**
|
|
7246
|
-
* A Nav Item Custom HTML Element.
|
|
7247
7281
|
* Based largely on the https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element .
|
|
7248
7282
|
*/
|
|
7249
7283
|
var VNavItem_default = defineComponent({
|
|
@@ -7664,6 +7698,7 @@ var VNumberField_default = defineComponent({
|
|
|
7664
7698
|
},
|
|
7665
7699
|
/**
|
|
7666
7700
|
* Sets the placeholder value of the element, generally used to provide a hint to the user.
|
|
7701
|
+
* Using this attribute does is not a valid substitute for a labeling element.
|
|
7667
7702
|
*/
|
|
7668
7703
|
placeholder: {
|
|
7669
7704
|
type: String,
|
|
@@ -7934,9 +7969,81 @@ var VNumberField_default = defineComponent({
|
|
|
7934
7969
|
}
|
|
7935
7970
|
});
|
|
7936
7971
|
//#endregion
|
|
7972
|
+
//#region src/generated/components/VOptgroup.ts
|
|
7973
|
+
/**
|
|
7974
|
+
* Groups options within Select, Searchable Select, or Combobox components
|
|
7975
|
+
*/
|
|
7976
|
+
var VOptgroup_default = defineComponent({
|
|
7977
|
+
name: "VOptgroup",
|
|
7978
|
+
emits: [
|
|
7979
|
+
"blur",
|
|
7980
|
+
"click",
|
|
7981
|
+
"focus",
|
|
7982
|
+
"input",
|
|
7983
|
+
"keydown",
|
|
7984
|
+
"keyup"
|
|
7985
|
+
],
|
|
7986
|
+
methods: {},
|
|
7987
|
+
setup(props, ctx) {
|
|
7988
|
+
return {
|
|
7989
|
+
componentName: registerComponent("optgroup", registerOptgroup),
|
|
7990
|
+
element: ref(null)
|
|
7991
|
+
};
|
|
7992
|
+
},
|
|
7993
|
+
render() {
|
|
7994
|
+
if (isVue2) return h(this.componentName, {
|
|
7995
|
+
ref: "element",
|
|
7996
|
+
attrs: {},
|
|
7997
|
+
class: "vvd-component",
|
|
7998
|
+
on: {
|
|
7999
|
+
"blur": (event) => {
|
|
8000
|
+
this.$emit("blur", event);
|
|
8001
|
+
},
|
|
8002
|
+
"click": (event) => {
|
|
8003
|
+
this.$emit("click", event);
|
|
8004
|
+
},
|
|
8005
|
+
"focus": (event) => {
|
|
8006
|
+
this.$emit("focus", event);
|
|
8007
|
+
},
|
|
8008
|
+
"input": (event) => {
|
|
8009
|
+
this.$emit("input", event);
|
|
8010
|
+
},
|
|
8011
|
+
"keydown": (event) => {
|
|
8012
|
+
this.$emit("keydown", event);
|
|
8013
|
+
},
|
|
8014
|
+
"keyup": (event) => {
|
|
8015
|
+
this.$emit("keyup", event);
|
|
8016
|
+
}
|
|
8017
|
+
}
|
|
8018
|
+
}, [this.$slots.default, handleNamedSlotV2("label", this.$slots["label"])]);
|
|
8019
|
+
return h(this.componentName, {
|
|
8020
|
+
ref: "element",
|
|
8021
|
+
class: "vvd-component",
|
|
8022
|
+
...handleVue3Props({}),
|
|
8023
|
+
"onBlur": (event) => {
|
|
8024
|
+
this.$emit("blur", event);
|
|
8025
|
+
},
|
|
8026
|
+
"onClick": (event) => {
|
|
8027
|
+
this.$emit("click", event);
|
|
8028
|
+
},
|
|
8029
|
+
"onFocus": (event) => {
|
|
8030
|
+
this.$emit("focus", event);
|
|
8031
|
+
},
|
|
8032
|
+
"onInput": (event) => {
|
|
8033
|
+
this.$emit("input", event);
|
|
8034
|
+
},
|
|
8035
|
+
"onKeydown": (event) => {
|
|
8036
|
+
this.$emit("keydown", event);
|
|
8037
|
+
},
|
|
8038
|
+
"onKeyup": (event) => {
|
|
8039
|
+
this.$emit("keyup", event);
|
|
8040
|
+
}
|
|
8041
|
+
}, [this.$slots.default?.(), handleNamedSlotV3("label", this.$slots["label"]?.())]);
|
|
8042
|
+
}
|
|
8043
|
+
});
|
|
8044
|
+
//#endregion
|
|
7937
8045
|
//#region src/generated/components/VOption.ts
|
|
7938
8046
|
/**
|
|
7939
|
-
* An Option Custom HTML Element.
|
|
7940
8047
|
* Implements https://www.w3.org/TR/wai-aria-1.1/#option | ARIA option .
|
|
7941
8048
|
*/
|
|
7942
8049
|
var VOption_default = defineComponent({
|
|
@@ -12900,6 +13007,7 @@ var VTextArea_default = defineComponent({
|
|
|
12900
13007
|
},
|
|
12901
13008
|
/**
|
|
12902
13009
|
* Sets the placeholder value of the element, generally used to provide a hint to the user.
|
|
13010
|
+
* Using this attribute does is not a valid substitute for a labeling element.
|
|
12903
13011
|
*/
|
|
12904
13012
|
placeholder: {
|
|
12905
13013
|
type: String,
|
|
@@ -13258,6 +13366,8 @@ var VTextField_default = defineComponent({
|
|
|
13258
13366
|
},
|
|
13259
13367
|
/**
|
|
13260
13368
|
* Text that appears in the input element when it has no value set
|
|
13369
|
+
*
|
|
13370
|
+
* Using this attribute does is not a valid substitute for a labeling element.
|
|
13261
13371
|
*/
|
|
13262
13372
|
placeholder: {
|
|
13263
13373
|
type: String,
|
|
@@ -15687,15 +15797,15 @@ var spezia_variable_default = "@font-face {\n font-display: block;\n font-fami
|
|
|
15687
15797
|
var optionalStyles = {
|
|
15688
15798
|
theme: {
|
|
15689
15799
|
name: "core/theme",
|
|
15690
|
-
css: "
|
|
15800
|
+
css: ".vvd-root {\n color: var(--vvd-color-canvas-text);\n color-scheme: var(--vvd-color-scheme);\n}\n\n:root.vvd-root {\n background-color: var(--vvd-color-canvas);\n}\n\n.vvd-scrollbar {\n --scrollbar-track-color: transparent;\n --scrollbar-thumb-color: color-mix(\n in sRGB,\n var(--vvd-color-neutral-950),\n transparent 70%\n );\n}\n.vvd-scrollbar {\n scrollbar-color: var(--scrollbar-thumb-color) var(--scrollbar-track-color);\n scrollbar-width: thin;\n}\n.vvd-scrollbar ::-webkit-scrollbar {\n width: 4px;\n}\n.vvd-scrollbar ::-webkit-scrollbar-track {\n background: var(--scrollbar-track-color);\n}\n.vvd-scrollbar ::-webkit-scrollbar-thumb {\n border: 0;\n border-radius: 4px;\n background-color: var(--scrollbar-fallback-track-color, var(--scrollbar-thumb-color));\n}\n\n.vvd-neutral-tint-elevation {\n --_vvd-tinted-color-surface-0dp: var(--vvd-neutral-tint-color-surface-0dp);\n --_vvd-tinted-color-surface-2dp: var(--vvd-neutral-tint-color-surface-2dp);\n --_vvd-tinted-color-surface-4dp: var(--vvd-neutral-tint-color-surface-4dp);\n --_vvd-tinted-color-surface-8dp: var(--vvd-neutral-tint-color-surface-8dp);\n --_vvd-tinted-color-surface-12dp: var(--vvd-neutral-tint-color-surface-12dp);\n --_vvd-tinted-color-surface-16dp: var(--vvd-neutral-tint-color-surface-16dp);\n --_vvd-tinted-color-surface-24dp: var(--vvd-neutral-tint-color-surface-24dp);\n --_vvd-tinted-shadow-surface-0dp: var(--vvd-neutral-tint-shadow-surface-0dp);\n --_vvd-tinted-shadow-surface-2dp: var(--vvd-neutral-tint-shadow-surface-2dp);\n --_vvd-tinted-shadow-surface-4dp: var(--vvd-neutral-tint-shadow-surface-4dp);\n --_vvd-tinted-shadow-surface-8dp: var(--vvd-neutral-tint-shadow-surface-8dp);\n --_vvd-tinted-shadow-surface-12dp: var(\n --vvd-neutral-tint-shadow-surface-12dp\n );\n --_vvd-tinted-shadow-surface-16dp: var(\n --vvd-neutral-tint-shadow-surface-16dp\n );\n --_vvd-tinted-shadow-surface-24dp: var(\n --vvd-neutral-tint-shadow-surface-24dp\n );\n}\n.vvd-neutral-tint-elevation > * {\n --_vvd-tinted-color-surface-0dp: var(--vvd-color-surface-0dp);\n --_vvd-tinted-color-surface-2dp: var(--vvd-color-surface-2dp);\n --_vvd-tinted-color-surface-4dp: var(--vvd-color-surface-4dp);\n --_vvd-tinted-color-surface-8dp: var(--vvd-color-surface-8dp);\n --_vvd-tinted-color-surface-12dp: var(--vvd-color-surface-12dp);\n --_vvd-tinted-color-surface-16dp: var(--vvd-color-surface-16dp);\n --_vvd-tinted-color-surface-24dp: var(--vvd-color-surface-24dp);\n --_vvd-tinted-shadow-surface-0dp: var(--vvd-shadow-surface-0dp);\n --_vvd-tinted-shadow-surface-2dp: var(--vvd-shadow-surface-2dp);\n --_vvd-tinted-shadow-surface-4dp: var(--vvd-shadow-surface-4dp);\n --_vvd-tinted-shadow-surface-8dp: var(--vvd-shadow-surface-8dp);\n --_vvd-tinted-shadow-surface-12dp: var(--vvd-shadow-surface-12dp);\n --_vvd-tinted-shadow-surface-16dp: var(--vvd-shadow-surface-16dp);\n --_vvd-tinted-shadow-surface-24dp: var(--vvd-shadow-surface-24dp);\n}\n"
|
|
15691
15801
|
},
|
|
15692
15802
|
typography: {
|
|
15693
15803
|
name: "core/typography",
|
|
15694
|
-
css: "
|
|
15804
|
+
css: ".vvd-root:root {\n --vvd-size-font-scale-base: 1rem;\n font-size: unset;\n}\n.vvd-root:root > body {\n font: var(--vvd-typography-base);\n font-feature-settings: \"kern\"; /* turns on kerning */\n -webkit-font-smoothing: antialiased; /* apply font anti-aliasing for Webkit on OSX */\n -moz-osx-font-smoothing: grayscale; /* apply font anti-aliasing for Firefox on OSX */\n text-rendering: optimizeLegibility; /* emphasise on legibility when rendering, turns on ligatures and kerning */\n}\n.vvd-root:not(:root) {\n font: var(--vvd-typography-base);\n font-feature-settings: \"kern\"; /* turns on kerning */\n -webkit-font-smoothing: antialiased; /* apply font anti-aliasing for Webkit on OSX */\n -moz-osx-font-smoothing: grayscale; /* apply font anti-aliasing for Firefox on OSX */\n text-rendering: optimizeLegibility; /* emphasise on legibility when rendering, turns on ligatures and kerning */\n}\n.vvd-root p,\n.vvd-root .font-base {\n font: var(--vvd-typography-base);\n margin-block: 16px;\n}\n.vvd-root p.tight,\n.vvd-root .font-base.tight {\n margin-block: 0;\n}\n.vvd-root .font-base-bold {\n font: var(--vvd-typography-base-bold);\n}\n.vvd-root .font-base-condensed {\n font: var(--vvd-typography-base-condensed);\n}\n.vvd-root .font-base-condensed-bold {\n font: var(--vvd-typography-base-condensed-bold);\n}\n.vvd-root .font-base-extended {\n font: var(--vvd-typography-base-extended);\n}\n.vvd-root .font-base-extended-bold {\n font: var(--vvd-typography-base-extended-bold);\n}\n.vvd-root .font-base-code {\n font: var(--vvd-typography-base-code);\n}\n.vvd-root b, .vvd-root strong {\n font-weight: 600;\n}\n.vvd-root pre, .vvd-root var, .vvd-root code, .vvd-root kbd, .vvd-root samp {\n font: var(--vvd-typography-base-code);\n}\n.vvd-root .headline {\n font: var(--vvd-typography-headline);\n margin-block: 40px;\n}\n.vvd-root .subtitle {\n font: var(--vvd-typography-subtitle);\n margin-block: 40px;\n}\n.vvd-root h1,\n.vvd-root .heading1 {\n font: var(--vvd-typography-heading-1);\n margin-block: 32px;\n}\n.vvd-root h2,\n.vvd-root .heading2 {\n font: var(--vvd-typography-heading-2);\n margin-block: 32px;\n}\n.vvd-root h3,\n.vvd-root .heading3 {\n font: var(--vvd-typography-heading-3);\n margin-block: 24px;\n}\n.vvd-root h4,\n.vvd-root .heading4 {\n font: var(--vvd-typography-heading-4);\n margin-block: 24px;\n}\n.vvd-root h5,\n.vvd-root .heading5 {\n font: var(--vvd-typography-heading-5);\n margin-block: 16px;\n}\n.vvd-root h6,\n.vvd-root .heading6 {\n font: var(--vvd-typography-heading-6);\n margin-block: 14px;\n}\n.vvd-root .headline b, .vvd-root .headline strong,\n.vvd-root .subtitle b,\n.vvd-root .subtitle strong,\n.vvd-root h1 b,\n.vvd-root h1 strong,\n.vvd-root .heading1 b,\n.vvd-root .heading1 strong,\n.vvd-root h2 b,\n.vvd-root h2 strong,\n.vvd-root .heading2 b,\n.vvd-root .heading2 strong,\n.vvd-root h3 b,\n.vvd-root h3 strong,\n.vvd-root .heading3 b,\n.vvd-root .heading3 strong,\n.vvd-root h4 b,\n.vvd-root h4 strong,\n.vvd-root .heading4 b,\n.vvd-root .heading4 strong,\n.vvd-root h5 b,\n.vvd-root h5 strong,\n.vvd-root .heading5 b,\n.vvd-root .heading5 strong,\n.vvd-root h6 b,\n.vvd-root h6 strong,\n.vvd-root .heading6 b,\n.vvd-root .heading6 strong {\n font-weight: 500;\n}\n.vvd-root .headline.tight,\n.vvd-root .subtitle.tight,\n.vvd-root h1.tight,\n.vvd-root .heading1.tight,\n.vvd-root h2.tight,\n.vvd-root .heading2.tight,\n.vvd-root h3.tight,\n.vvd-root .heading3.tight,\n.vvd-root h4.tight,\n.vvd-root .heading4.tight,\n.vvd-root h5.tight,\n.vvd-root .heading5.tight,\n.vvd-root h6.tight,\n.vvd-root .heading6.tight {\n margin-block: 0;\n}\n.vvd-root small,\n.vvd-root figcaption {\n font: var(--vvd-typography-base-condensed);\n}\n.vvd-root sub,\n.vvd-root sup {\n position: relative;\n font: var(--vvd-typography-base-condensed);\n font-size: 75%;\n line-height: 0;\n vertical-align: baseline;\n}\n.vvd-root sub {\n bottom: -0.25em;\n}\n.vvd-root sup {\n top: -0.5em;\n}\n"
|
|
15695
15805
|
},
|
|
15696
15806
|
vivid2Compat: {
|
|
15697
15807
|
name: "tokens/vivid-2-compat",
|
|
15698
|
-
css: "
|
|
15808
|
+
css: ".vvd-root, ::part(vvd-root),\n.vvd-theme-alternate, ::part(vvd-theme-alternate) {\n --_vvd3--vvd-color-neutral-50: var(--vvd-color-neutral-50);\n}\n\n.vvd-component:not(.vvd-theme-alternate) {\n --vvd-color-neutral-50: var(--_vvd3--vvd-color-neutral-50);\n}\n"
|
|
15699
15809
|
}
|
|
15700
15810
|
};
|
|
15701
15811
|
//#endregion
|
|
@@ -15760,9 +15870,7 @@ var vividVue = { install(app, options) {
|
|
|
15760
15870
|
}
|
|
15761
15871
|
if (options.customComponentPrefix) setCustomComponentPrefix(options.customComponentPrefix);
|
|
15762
15872
|
} };
|
|
15763
|
-
/**
|
|
15764
|
-
* @deprecated Use vividVue instead.
|
|
15765
|
-
*/
|
|
15873
|
+
/** @deprecated Use vividVue instead. */
|
|
15766
15874
|
var vivid3 = vividVue;
|
|
15767
15875
|
//#endregion
|
|
15768
|
-
export { Icon, VAccordion_default as VAccordion, VAccordionItem_default as VAccordionItem, VActionGroup_default as VActionGroup, VAlert_default as VAlert, VAudioPlayer_default as VAudioPlayer, VAvatar_default as VAvatar, VBadge_default as VBadge, VBanner_default as VBanner, VBreadcrumb_default as VBreadcrumb, VBreadcrumbItem_default as VBreadcrumbItem, VButton_default as VButton, VCalendar_default as VCalendar, VCalendarEvent_default as VCalendarEvent, VCard_default as VCard, VCheckbox_default as VCheckbox, VColorPicker_default as VColorPicker, VCombobox_default as VCombobox, VContextualHelp_default as VContextualHelp, VCountry_default as VCountry, VCountryGroup_default as VCountryGroup, VDataGrid_default as VDataGrid, VDataGridCell_default as VDataGridCell, VDataGridRow_default as VDataGridRow, VDatePicker_default as VDatePicker, VDateRangePicker_default as VDateRangePicker, VDateTimePicker_default as VDateTimePicker, VDialPad_default as VDialPad, VDialog_default as VDialog, VDivider_default as VDivider, VEmptyState_default as VEmptyState, VFab_default as VFab, VFilePicker_default as VFilePicker, VFlag_default as VFlag, VHeader_default as VHeader, VIcon_default as VIcon, VKbdKey_default as VKbdKey, VKbdShortcut_default as VKbdShortcut, VLayout_default as VLayout, VMenu_default as VMenu, VMenuItem_default as VMenuItem, VNav_default as VNav, VNavDisclosure_default as VNavDisclosure, VNavItem_default as VNavItem, VNote_default as VNote, VNumberField_default as VNumberField, VOption_default as VOption, VPagination_default as VPagination, VPlatformSwitch_default as VPlatformSwitch, VPopover_default as VPopover, VProgress_default as VProgress, VProgressRing_default as VProgressRing, VRadio_default as VRadio, VRadioGroup_default as VRadioGroup, VRangeSlider_default as VRangeSlider, VRichTextEditor_default as VRichTextEditor, VRichTextView_default as VRichTextView, VSearchableSelect_default as VSearchableSelect, VSelect_default as VSelect, VSelectableBox_default as VSelectableBox, VSideDrawer_default as VSideDrawer, VSimpleColorPicker_default as VSimpleColorPicker, VSlider_default as VSlider, VSplitButton_default as VSplitButton, VStatus_default as VStatus, VSwitch_default as VSwitch, VTab_default as VTab, VTabPanel_default as VTabPanel, VTable_default as VTable, VTableBody_default as VTableBody, VTableCell_default as VTableCell, VTableHead_default as VTableHead, VTableHeaderCell_default as VTableHeaderCell, VTableRow_default as VTableRow, VTableSortingButton_default as VTableSortingButton, VTabs_default as VTabs, VTag_default as VTag, VTagGroup_default as VTagGroup, VTextArea_default as VTextArea, VTextField_default as VTextField, VTimePicker_default as VTimePicker, VToggletip_default as VToggletip, VTooltip_default as VTooltip, VTreeItem_default as VTreeItem, VTreeView_default as VTreeView, VVideoPlayer_default as VVideoPlayer, optionalStyles, setCustomComponentPrefix, vivid3, vividVue };
|
|
15876
|
+
export { Icon, VAccordion_default as VAccordion, VAccordionItem_default as VAccordionItem, VActionGroup_default as VActionGroup, VAlert_default as VAlert, VAudioPlayer_default as VAudioPlayer, VAvatar_default as VAvatar, VBadge_default as VBadge, VBanner_default as VBanner, VBreadcrumb_default as VBreadcrumb, VBreadcrumbItem_default as VBreadcrumbItem, VButton_default as VButton, VCalendar_default as VCalendar, VCalendarEvent_default as VCalendarEvent, VCard_default as VCard, VCheckbox_default as VCheckbox, VColorPicker_default as VColorPicker, VCombobox_default as VCombobox, VContextualHelp_default as VContextualHelp, VCountry_default as VCountry, VCountryGroup_default as VCountryGroup, VDataGrid_default as VDataGrid, VDataGridCell_default as VDataGridCell, VDataGridRow_default as VDataGridRow, VDatePicker_default as VDatePicker, VDateRangePicker_default as VDateRangePicker, VDateTimePicker_default as VDateTimePicker, VDialPad_default as VDialPad, VDialog_default as VDialog, VDivider_default as VDivider, VEmptyState_default as VEmptyState, VFab_default as VFab, VFilePicker_default as VFilePicker, VFlag_default as VFlag, VHeader_default as VHeader, VIcon_default as VIcon, VKbdKey_default as VKbdKey, VKbdShortcut_default as VKbdShortcut, VLayout_default as VLayout, VMenu_default as VMenu, VMenuItem_default as VMenuItem, VNav_default as VNav, VNavDisclosure_default as VNavDisclosure, VNavItem_default as VNavItem, VNote_default as VNote, VNumberField_default as VNumberField, VOptgroup_default as VOptgroup, VOption_default as VOption, VPagination_default as VPagination, VPlatformSwitch_default as VPlatformSwitch, VPopover_default as VPopover, VProgress_default as VProgress, VProgressRing_default as VProgressRing, VRadio_default as VRadio, VRadioGroup_default as VRadioGroup, VRangeSlider_default as VRangeSlider, VRichTextEditor_default as VRichTextEditor, VRichTextView_default as VRichTextView, VSearchableSelect_default as VSearchableSelect, VSelect_default as VSelect, VSelectableBox_default as VSelectableBox, VSideDrawer_default as VSideDrawer, VSimpleColorPicker_default as VSimpleColorPicker, VSlider_default as VSlider, VSplitButton_default as VSplitButton, VStatus_default as VStatus, VSwitch_default as VSwitch, VTab_default as VTab, VTabPanel_default as VTabPanel, VTable_default as VTable, VTableBody_default as VTableBody, VTableCell_default as VTableCell, VTableHead_default as VTableHead, VTableHeaderCell_default as VTableHeaderCell, VTableRow_default as VTableRow, VTableSortingButton_default as VTableSortingButton, VTabs_default as VTabs, VTag_default as VTag, VTagGroup_default as VTagGroup, VTextArea_default as VTextArea, VTextField_default as VTextField, VTimePicker_default as VTimePicker, VToggletip_default as VToggletip, VTooltip_default as VTooltip, VTreeItem_default as VTreeItem, VTreeView_default as VTreeView, VVideoPlayer_default as VVideoPlayer, optionalStyles, setCustomComponentPrefix, vivid3, vividVue };
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vonage/vivid-vue",
|
|
3
|
-
"version": "5.
|
|
3
|
+
"version": "5.24.0",
|
|
4
4
|
"description": "A Vue wrapper library for Vivid components.",
|
|
5
5
|
"license": "ISC",
|
|
6
6
|
"author": "Vonage",
|
|
@@ -20,22 +20,23 @@
|
|
|
20
20
|
"web-types.json"
|
|
21
21
|
],
|
|
22
22
|
"dependencies": {
|
|
23
|
-
"@vonage/vivid": "^5.
|
|
23
|
+
"@vonage/vivid": "^5.24.0"
|
|
24
24
|
},
|
|
25
25
|
"devDependencies": {
|
|
26
26
|
"@types/node": "^20.19.40",
|
|
27
27
|
"eslint": "^10.3.0",
|
|
28
|
-
"eslint-plugin-unused-imports": "^4.4.1",
|
|
29
28
|
"glob": "^13.0.6",
|
|
30
29
|
"tsx": "^4.21.0",
|
|
31
|
-
"
|
|
30
|
+
"typescript": "5.9.3",
|
|
31
|
+
"vite": "^8.0.12",
|
|
32
|
+
"vitest": "^4.1.8",
|
|
32
33
|
"vue": "^2.7.16",
|
|
33
34
|
"vue3": "npm:vue@^3.5.34",
|
|
34
35
|
"@repo/eslint-config": "1.0.0",
|
|
35
36
|
"@repo/styles": "1.0.0",
|
|
36
|
-
"@repo/tools": "1.0.0",
|
|
37
37
|
"@repo/typescript-config": "1.0.0",
|
|
38
38
|
"@repo/vite-config": "1.0.0",
|
|
39
|
+
"@repo/tools": "1.0.0",
|
|
39
40
|
"@repo/vitest-config": "1.0.0",
|
|
40
41
|
"@repo/wrapper-gen": "1.0.0"
|
|
41
42
|
},
|
package/web-types.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"framework": "vue",
|
|
3
3
|
"name": "@vonage/vivid-vue",
|
|
4
|
-
"version": "5.
|
|
4
|
+
"version": "5.24.0",
|
|
5
5
|
"contributions": {
|
|
6
6
|
"html": {
|
|
7
7
|
"description-markup": "markdown",
|
|
@@ -107,6 +107,14 @@
|
|
|
107
107
|
"type": "boolean"
|
|
108
108
|
}
|
|
109
109
|
},
|
|
110
|
+
{
|
|
111
|
+
"name": "secondaryText",
|
|
112
|
+
"description": "Optional supporting text shown below the heading text.",
|
|
113
|
+
"value": {
|
|
114
|
+
"kind": "expression",
|
|
115
|
+
"type": "string"
|
|
116
|
+
}
|
|
117
|
+
},
|
|
110
118
|
{
|
|
111
119
|
"name": "size",
|
|
112
120
|
"description": "The size the accordion-item should have.",
|
|
@@ -1784,7 +1792,7 @@
|
|
|
1784
1792
|
},
|
|
1785
1793
|
{
|
|
1786
1794
|
"name": "placeholder",
|
|
1787
|
-
"description": "Sets the placeholder value of the element, generally used to provide a hint to the user.",
|
|
1795
|
+
"description": "Sets the placeholder value of the element, generally used to provide a hint to the user.\nUsing this attribute is not a valid substitute for a labeling element.",
|
|
1788
1796
|
"value": {
|
|
1789
1797
|
"kind": "expression",
|
|
1790
1798
|
"type": "string"
|
|
@@ -1792,7 +1800,7 @@
|
|
|
1792
1800
|
},
|
|
1793
1801
|
{
|
|
1794
1802
|
"name": "placement",
|
|
1795
|
-
"description": "the placement of the combobox
|
|
1803
|
+
"description": "the placement of the combobox",
|
|
1796
1804
|
"value": {
|
|
1797
1805
|
"kind": "expression",
|
|
1798
1806
|
"type": "'top' | 'bottom'"
|
|
@@ -2107,6 +2115,14 @@
|
|
|
2107
2115
|
"type": "any"
|
|
2108
2116
|
}
|
|
2109
2117
|
},
|
|
2118
|
+
{
|
|
2119
|
+
"name": "connotation",
|
|
2120
|
+
"description": "The connotation of the cell, affecting hover and selected colors.",
|
|
2121
|
+
"value": {
|
|
2122
|
+
"kind": "expression",
|
|
2123
|
+
"type": "'accent' | 'cta'"
|
|
2124
|
+
}
|
|
2125
|
+
},
|
|
2110
2126
|
{
|
|
2111
2127
|
"name": "gridColumn",
|
|
2112
2128
|
"description": "The column index of the cell.\nThis will be applied to the css grid-column-index value\napplied to the cell",
|
|
@@ -2177,6 +2193,14 @@
|
|
|
2177
2193
|
"type": "any"
|
|
2178
2194
|
}
|
|
2179
2195
|
},
|
|
2196
|
+
{
|
|
2197
|
+
"name": "connotation",
|
|
2198
|
+
"description": "The connotation of the row, affecting hover and selected colors.",
|
|
2199
|
+
"value": {
|
|
2200
|
+
"kind": "expression",
|
|
2201
|
+
"type": "'accent' | 'cta'"
|
|
2202
|
+
}
|
|
2203
|
+
},
|
|
2180
2204
|
{
|
|
2181
2205
|
"name": "gridTemplateColumns",
|
|
2182
2206
|
"description": "String that gets applied to the the css gridTemplateColumns attribute for the row\nx",
|
|
@@ -2757,6 +2781,14 @@
|
|
|
2757
2781
|
"type": "boolean"
|
|
2758
2782
|
}
|
|
2759
2783
|
},
|
|
2784
|
+
{
|
|
2785
|
+
"name": "noLetters",
|
|
2786
|
+
"description": "Hides the letter labels shown below digit buttons",
|
|
2787
|
+
"value": {
|
|
2788
|
+
"kind": "expression",
|
|
2789
|
+
"type": "boolean"
|
|
2790
|
+
}
|
|
2791
|
+
},
|
|
2760
2792
|
{
|
|
2761
2793
|
"name": "pattern",
|
|
2762
2794
|
"description": "Regular expression to validate the value of the input element",
|
|
@@ -3892,7 +3924,7 @@
|
|
|
3892
3924
|
},
|
|
3893
3925
|
{
|
|
3894
3926
|
"name": "VNavItem",
|
|
3895
|
-
"description": "
|
|
3927
|
+
"description": "Based largely on the https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element .",
|
|
3896
3928
|
"attributes": [
|
|
3897
3929
|
{
|
|
3898
3930
|
"name": "appearance",
|
|
@@ -4199,7 +4231,7 @@
|
|
|
4199
4231
|
},
|
|
4200
4232
|
{
|
|
4201
4233
|
"name": "placeholder",
|
|
4202
|
-
"description": "Sets the placeholder value of the element, generally used to provide a hint to the user.",
|
|
4234
|
+
"description": "Sets the placeholder value of the element, generally used to provide a hint to the user.\nUsing this attribute does is not a valid substitute for a labeling element.",
|
|
4203
4235
|
"value": {
|
|
4204
4236
|
"kind": "expression",
|
|
4205
4237
|
"type": "string"
|
|
@@ -4294,9 +4326,30 @@
|
|
|
4294
4326
|
},
|
|
4295
4327
|
"priority": "highest"
|
|
4296
4328
|
},
|
|
4329
|
+
{
|
|
4330
|
+
"name": "VOptgroup",
|
|
4331
|
+
"description": "Groups options within Select, Searchable Select, or Combobox components",
|
|
4332
|
+
"attributes": [],
|
|
4333
|
+
"events": [],
|
|
4334
|
+
"slots": [
|
|
4335
|
+
{
|
|
4336
|
+
"name": "default",
|
|
4337
|
+
"description": "Default slot for options."
|
|
4338
|
+
},
|
|
4339
|
+
{
|
|
4340
|
+
"name": "label",
|
|
4341
|
+
"description": "Label for the option group."
|
|
4342
|
+
}
|
|
4343
|
+
],
|
|
4344
|
+
"source": {
|
|
4345
|
+
"module": "@vonage/vivid-vue",
|
|
4346
|
+
"symbol": "VOptgroup"
|
|
4347
|
+
},
|
|
4348
|
+
"priority": "highest"
|
|
4349
|
+
},
|
|
4297
4350
|
{
|
|
4298
4351
|
"name": "VOption",
|
|
4299
|
-
"description": "
|
|
4352
|
+
"description": "Implements https://www.w3.org/TR/wai-aria-1.1/#option | ARIA option .",
|
|
4300
4353
|
"attributes": [
|
|
4301
4354
|
{
|
|
4302
4355
|
"name": "checked",
|
|
@@ -6789,7 +6842,7 @@
|
|
|
6789
6842
|
},
|
|
6790
6843
|
{
|
|
6791
6844
|
"name": "placeholder",
|
|
6792
|
-
"description": "Sets the placeholder value of the element, generally used to provide a hint to the user.",
|
|
6845
|
+
"description": "Sets the placeholder value of the element, generally used to provide a hint to the user.\nUsing this attribute does is not a valid substitute for a labeling element.",
|
|
6793
6846
|
"value": {
|
|
6794
6847
|
"kind": "expression",
|
|
6795
6848
|
"type": "string"
|
|
@@ -7009,7 +7062,7 @@
|
|
|
7009
7062
|
},
|
|
7010
7063
|
{
|
|
7011
7064
|
"name": "placeholder",
|
|
7012
|
-
"description": "Text that appears in the input element when it has no value set",
|
|
7065
|
+
"description": "Text that appears in the input element when it has no value set\n\nUsing this attribute does is not a valid substitute for a labeling element.",
|
|
7013
7066
|
"value": {
|
|
7014
7067
|
"kind": "expression",
|
|
7015
7068
|
"type": "string"
|