@vonage/vivid-vue 5.23.1 → 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.
@@ -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>;
@@ -53,6 +53,7 @@ export interface VDataGridCellProps {
53
53
  cellFocusTargetCallback?: ((cell: VwcDataGridCellElement) => HTMLElement);
54
54
  isRowHeader?: false | true;
55
55
  };
56
+ connotation?: 'accent' | 'cta';
56
57
  gridColumn?: string;
57
58
  rowData?: object;
58
59
  selected?: boolean;
@@ -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;
@@ -42,6 +42,7 @@ export interface VDialPadProps {
42
42
  helperText?: string;
43
43
  noCall?: boolean;
44
44
  noInput?: boolean;
45
+ noLetters?: boolean;
45
46
  pattern?: string;
46
47
  pending?: boolean;
47
48
  placeholder?: 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) => {
@@ -3711,6 +3720,13 @@ var VDataGridCell_default = (0, vue.defineComponent)({
3711
3720
  default: void 0
3712
3721
  },
3713
3722
  /**
3723
+ * The connotation of the cell, affecting hover and selected colors.
3724
+ */
3725
+ connotation: {
3726
+ type: String,
3727
+ default: void 0
3728
+ },
3729
+ /**
3714
3730
  * The column index of the cell.
3715
3731
  * This will be applied to the css grid-column-index value
3716
3732
  * applied to the cell
@@ -3764,6 +3780,7 @@ var VDataGridCell_default = (0, vue.defineComponent)({
3764
3780
  ref: "element",
3765
3781
  attrs: {
3766
3782
  ...this.cellType !== void 0 ? { "cell-type": this.cellType } : {},
3783
+ ...this.connotation !== void 0 ? { "connotation": this.connotation } : {},
3767
3784
  ...this.gridColumn !== void 0 ? { "grid-column": this.gridColumn } : {},
3768
3785
  ...this.selected !== void 0 ? { "selected": this.selected } : {},
3769
3786
  ...this.sortDirection !== void 0 ? { "sort-direction": this.sortDirection } : {}
@@ -3809,6 +3826,7 @@ var VDataGridCell_default = (0, vue.defineComponent)({
3809
3826
  ...handleVue3Props({
3810
3827
  ...this.cellType !== void 0 ? { "^cell-type": this.cellType } : {},
3811
3828
  ...this.columnDefinition !== void 0 ? { ".columnDefinition": this.columnDefinition } : {},
3829
+ ...this.connotation !== void 0 ? { "^connotation": this.connotation } : {},
3812
3830
  ...this.gridColumn !== void 0 ? { "^grid-column": this.gridColumn } : {},
3813
3831
  ...this.rowData !== void 0 ? { ".rowData": this.rowData } : {},
3814
3832
  ...this.selected !== void 0 && this.selected !== false ? { "^selected": this.selected } : {},
@@ -3861,6 +3879,13 @@ var VDataGridRow_default = (0, vue.defineComponent)({
3861
3879
  default: void 0
3862
3880
  },
3863
3881
  /**
3882
+ * The connotation of the row, affecting hover and selected colors.
3883
+ */
3884
+ connotation: {
3885
+ type: String,
3886
+ default: void 0
3887
+ },
3888
+ /**
3864
3889
  * String that gets applied to the the css gridTemplateColumns attribute for the row
3865
3890
  * x
3866
3891
  */
@@ -3926,6 +3951,7 @@ var VDataGridRow_default = (0, vue.defineComponent)({
3926
3951
  if (isVue2) return (0, vue.h)(this.componentName, {
3927
3952
  ref: "element",
3928
3953
  attrs: {
3954
+ ...this.connotation !== void 0 ? { "connotation": this.connotation } : {},
3929
3955
  ...this.gridTemplateColumns !== void 0 ? { "grid-template-columns": this.gridTemplateColumns } : {},
3930
3956
  ...this.rowType !== void 0 ? { "row-type": this.rowType } : {},
3931
3957
  ...this.selected !== void 0 ? { "selected": this.selected } : {}
@@ -3971,6 +3997,7 @@ var VDataGridRow_default = (0, vue.defineComponent)({
3971
3997
  ...handleVue3Props({
3972
3998
  ...this.cellItemTemplate !== void 0 ? { ".cellItemTemplate": this.cellItemTemplate } : {},
3973
3999
  ...this.columnDefinitions !== void 0 ? { ".columnDefinitions": this.columnDefinitions } : {},
4000
+ ...this.connotation !== void 0 ? { "^connotation": this.connotation } : {},
3974
4001
  ...this.gridTemplateColumns !== void 0 ? { "^grid-template-columns": this.gridTemplateColumns } : {},
3975
4002
  ...this.headerCellItemTemplate !== void 0 ? { ".headerCellItemTemplate": this.headerCellItemTemplate } : {},
3976
4003
  ...this.rowData !== void 0 ? { ".rowData": this.rowData } : {},
@@ -4891,6 +4918,13 @@ var VDialPad_default = (0, vue.defineComponent)({
4891
4918
  default: void 0
4892
4919
  },
4893
4920
  /**
4921
+ * Hides the letter labels shown below digit buttons
4922
+ */
4923
+ noLetters: {
4924
+ type: Boolean,
4925
+ default: void 0
4926
+ },
4927
+ /**
4894
4928
  * Regular expression to validate the value of the input element
4895
4929
  */
4896
4930
  pattern: {
@@ -4981,6 +5015,7 @@ var VDialPad_default = (0, vue.defineComponent)({
4981
5015
  ...this.helperText !== void 0 ? { "helper-text": this.helperText } : {},
4982
5016
  ...this.noCall !== void 0 ? { "no-call": this.noCall } : {},
4983
5017
  ...this.noInput !== void 0 ? { "no-input": this.noInput } : {},
5018
+ ...this.noLetters !== void 0 ? { "no-letters": this.noLetters } : {},
4984
5019
  ...this.pattern !== void 0 ? { "pattern": this.pattern } : {},
4985
5020
  ...this.pending !== void 0 ? { "pending": this.pending } : {},
4986
5021
  ...this.placeholder !== void 0 ? { "placeholder": this.placeholder } : {},
@@ -5036,6 +5071,7 @@ var VDialPad_default = (0, vue.defineComponent)({
5036
5071
  ...this.helperText !== void 0 ? { "^helper-text": this.helperText } : {},
5037
5072
  ...this.noCall !== void 0 && this.noCall !== false ? { "^no-call": this.noCall } : {},
5038
5073
  ...this.noInput !== void 0 && this.noInput !== false ? { "^no-input": this.noInput } : {},
5074
+ ...this.noLetters !== void 0 && this.noLetters !== false ? { "^no-letters": this.noLetters } : {},
5039
5075
  ...this.pattern !== void 0 ? { "^pattern": this.pattern } : {},
5040
5076
  ...this.pending !== void 0 && this.pending !== false ? { "^pending": this.pending } : {},
5041
5077
  ...this.placeholder !== void 0 ? { "^placeholder": this.placeholder } : {},
@@ -7934,6 +7970,79 @@ var VNumberField_default = (0, vue.defineComponent)({
7934
7970
  }
7935
7971
  });
7936
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
7937
8046
  //#region src/generated/components/VOption.ts
7938
8047
  /**
7939
8048
  * Implements https://www.w3.org/TR/wai-aria-1.1/#option | ARIA option .
@@ -15811,6 +15920,7 @@ exports.VNavDisclosure = VNavDisclosure_default;
15811
15920
  exports.VNavItem = VNavItem_default;
15812
15921
  exports.VNote = VNote_default;
15813
15922
  exports.VNumberField = VNumberField_default;
15923
+ exports.VOptgroup = VOptgroup_default;
15814
15924
  exports.VOption = VOption_default;
15815
15925
  exports.VPagination = VPagination_default;
15816
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) => {
@@ -3710,6 +3719,13 @@ var VDataGridCell_default = defineComponent({
3710
3719
  default: void 0
3711
3720
  },
3712
3721
  /**
3722
+ * The connotation of the cell, affecting hover and selected colors.
3723
+ */
3724
+ connotation: {
3725
+ type: String,
3726
+ default: void 0
3727
+ },
3728
+ /**
3713
3729
  * The column index of the cell.
3714
3730
  * This will be applied to the css grid-column-index value
3715
3731
  * applied to the cell
@@ -3763,6 +3779,7 @@ var VDataGridCell_default = defineComponent({
3763
3779
  ref: "element",
3764
3780
  attrs: {
3765
3781
  ...this.cellType !== void 0 ? { "cell-type": this.cellType } : {},
3782
+ ...this.connotation !== void 0 ? { "connotation": this.connotation } : {},
3766
3783
  ...this.gridColumn !== void 0 ? { "grid-column": this.gridColumn } : {},
3767
3784
  ...this.selected !== void 0 ? { "selected": this.selected } : {},
3768
3785
  ...this.sortDirection !== void 0 ? { "sort-direction": this.sortDirection } : {}
@@ -3808,6 +3825,7 @@ var VDataGridCell_default = defineComponent({
3808
3825
  ...handleVue3Props({
3809
3826
  ...this.cellType !== void 0 ? { "^cell-type": this.cellType } : {},
3810
3827
  ...this.columnDefinition !== void 0 ? { ".columnDefinition": this.columnDefinition } : {},
3828
+ ...this.connotation !== void 0 ? { "^connotation": this.connotation } : {},
3811
3829
  ...this.gridColumn !== void 0 ? { "^grid-column": this.gridColumn } : {},
3812
3830
  ...this.rowData !== void 0 ? { ".rowData": this.rowData } : {},
3813
3831
  ...this.selected !== void 0 && this.selected !== false ? { "^selected": this.selected } : {},
@@ -3860,6 +3878,13 @@ var VDataGridRow_default = defineComponent({
3860
3878
  default: void 0
3861
3879
  },
3862
3880
  /**
3881
+ * The connotation of the row, affecting hover and selected colors.
3882
+ */
3883
+ connotation: {
3884
+ type: String,
3885
+ default: void 0
3886
+ },
3887
+ /**
3863
3888
  * String that gets applied to the the css gridTemplateColumns attribute for the row
3864
3889
  * x
3865
3890
  */
@@ -3925,6 +3950,7 @@ var VDataGridRow_default = defineComponent({
3925
3950
  if (isVue2) return h(this.componentName, {
3926
3951
  ref: "element",
3927
3952
  attrs: {
3953
+ ...this.connotation !== void 0 ? { "connotation": this.connotation } : {},
3928
3954
  ...this.gridTemplateColumns !== void 0 ? { "grid-template-columns": this.gridTemplateColumns } : {},
3929
3955
  ...this.rowType !== void 0 ? { "row-type": this.rowType } : {},
3930
3956
  ...this.selected !== void 0 ? { "selected": this.selected } : {}
@@ -3970,6 +3996,7 @@ var VDataGridRow_default = defineComponent({
3970
3996
  ...handleVue3Props({
3971
3997
  ...this.cellItemTemplate !== void 0 ? { ".cellItemTemplate": this.cellItemTemplate } : {},
3972
3998
  ...this.columnDefinitions !== void 0 ? { ".columnDefinitions": this.columnDefinitions } : {},
3999
+ ...this.connotation !== void 0 ? { "^connotation": this.connotation } : {},
3973
4000
  ...this.gridTemplateColumns !== void 0 ? { "^grid-template-columns": this.gridTemplateColumns } : {},
3974
4001
  ...this.headerCellItemTemplate !== void 0 ? { ".headerCellItemTemplate": this.headerCellItemTemplate } : {},
3975
4002
  ...this.rowData !== void 0 ? { ".rowData": this.rowData } : {},
@@ -4890,6 +4917,13 @@ var VDialPad_default = defineComponent({
4890
4917
  default: void 0
4891
4918
  },
4892
4919
  /**
4920
+ * Hides the letter labels shown below digit buttons
4921
+ */
4922
+ noLetters: {
4923
+ type: Boolean,
4924
+ default: void 0
4925
+ },
4926
+ /**
4893
4927
  * Regular expression to validate the value of the input element
4894
4928
  */
4895
4929
  pattern: {
@@ -4980,6 +5014,7 @@ var VDialPad_default = defineComponent({
4980
5014
  ...this.helperText !== void 0 ? { "helper-text": this.helperText } : {},
4981
5015
  ...this.noCall !== void 0 ? { "no-call": this.noCall } : {},
4982
5016
  ...this.noInput !== void 0 ? { "no-input": this.noInput } : {},
5017
+ ...this.noLetters !== void 0 ? { "no-letters": this.noLetters } : {},
4983
5018
  ...this.pattern !== void 0 ? { "pattern": this.pattern } : {},
4984
5019
  ...this.pending !== void 0 ? { "pending": this.pending } : {},
4985
5020
  ...this.placeholder !== void 0 ? { "placeholder": this.placeholder } : {},
@@ -5035,6 +5070,7 @@ var VDialPad_default = defineComponent({
5035
5070
  ...this.helperText !== void 0 ? { "^helper-text": this.helperText } : {},
5036
5071
  ...this.noCall !== void 0 && this.noCall !== false ? { "^no-call": this.noCall } : {},
5037
5072
  ...this.noInput !== void 0 && this.noInput !== false ? { "^no-input": this.noInput } : {},
5073
+ ...this.noLetters !== void 0 && this.noLetters !== false ? { "^no-letters": this.noLetters } : {},
5038
5074
  ...this.pattern !== void 0 ? { "^pattern": this.pattern } : {},
5039
5075
  ...this.pending !== void 0 && this.pending !== false ? { "^pending": this.pending } : {},
5040
5076
  ...this.placeholder !== void 0 ? { "^placeholder": this.placeholder } : {},
@@ -7933,6 +7969,79 @@ var VNumberField_default = defineComponent({
7933
7969
  }
7934
7970
  });
7935
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
7936
8045
  //#region src/generated/components/VOption.ts
7937
8046
  /**
7938
8047
  * Implements https://www.w3.org/TR/wai-aria-1.1/#option | ARIA option .
@@ -15764,4 +15873,4 @@ var vividVue = { install(app, options) {
15764
15873
  /** @deprecated Use vividVue instead. */
15765
15874
  var vivid3 = vividVue;
15766
15875
  //#endregion
15767
- 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.23.1",
3
+ "version": "5.24.0",
4
4
  "description": "A Vue wrapper library for Vivid components.",
5
5
  "license": "ISC",
6
6
  "author": "Vonage",
@@ -20,7 +20,7 @@
20
20
  "web-types.json"
21
21
  ],
22
22
  "dependencies": {
23
- "@vonage/vivid": "^5.23.1"
23
+ "@vonage/vivid": "^5.24.0"
24
24
  },
25
25
  "devDependencies": {
26
26
  "@types/node": "^20.19.40",
@@ -32,11 +32,11 @@
32
32
  "vitest": "^4.1.8",
33
33
  "vue": "^2.7.16",
34
34
  "vue3": "npm:vue@^3.5.34",
35
- "@repo/styles": "1.0.0",
36
- "@repo/tools": "1.0.0",
37
35
  "@repo/eslint-config": "1.0.0",
38
- "@repo/vite-config": "1.0.0",
36
+ "@repo/styles": "1.0.0",
39
37
  "@repo/typescript-config": "1.0.0",
38
+ "@repo/vite-config": "1.0.0",
39
+ "@repo/tools": "1.0.0",
40
40
  "@repo/vitest-config": "1.0.0",
41
41
  "@repo/wrapper-gen": "1.0.0"
42
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.23.1",
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.",
@@ -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",
@@ -4294,6 +4326,27 @@
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
4352
  "description": "Implements https://www.w3.org/TR/wai-aria-1.1/#option | ARIA option .",