@vonage/vivid-vue 4.3.0 → 4.4.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.
@@ -252,7 +252,7 @@ declare const _default: import("vue").DefineComponent<{
252
252
  */
253
253
  change(event: CustomEvent<undefined>): true;
254
254
  /**
255
- * Fires a custom 'input' event when the value has changed
255
+ * Fires when the modelValue value changes
256
256
  * @type {string}
257
257
  */
258
258
  "update:modelValue"(event: string): true;
@@ -99,7 +99,7 @@ declare const _default: import("vue").DefineComponent<{
99
99
  */
100
100
  change(event: CustomEvent<undefined>): true;
101
101
  /**
102
- * Fires a custom 'change' event when the value changes
102
+ * Fires when the modelValue value changes
103
103
  * @type {string}
104
104
  */
105
105
  "update:modelValue"(event: string): true;
@@ -152,6 +152,13 @@ declare const _default: import("vue/types/v3-define-component").DefineComponent<
152
152
  type: PropType<"accent" | "cta">;
153
153
  default: undefined;
154
154
  };
155
+ /**
156
+ * Show current values on the thumbs.
157
+ */
158
+ pin: {
159
+ type: PropType<boolean>;
160
+ default: undefined;
161
+ };
155
162
  }, {
156
163
  componentName: import("vue").Ref<string>;
157
164
  element: import("vue").Ref<RangeSlider | null>;
@@ -306,6 +313,13 @@ declare const _default: import("vue/types/v3-define-component").DefineComponent<
306
313
  type: PropType<"accent" | "cta">;
307
314
  default: undefined;
308
315
  };
316
+ /**
317
+ * Show current values on the thumbs.
318
+ */
319
+ pin: {
320
+ type: PropType<boolean>;
321
+ default: undefined;
322
+ };
309
323
  }>>, {
310
324
  name: string;
311
325
  ariaCurrent: "page" | "step" | "location" | "date" | "time" | "true" | "false";
@@ -326,5 +340,6 @@ declare const _default: import("vue/types/v3-define-component").DefineComponent<
326
340
  ariaStartLabel: string;
327
341
  ariaEndLabel: string;
328
342
  markers: boolean;
343
+ pin: boolean;
329
344
  }>;
330
345
  export default _default;
@@ -153,6 +153,13 @@ declare const _default: import("vue").DefineComponent<{
153
153
  type: PropType<"accent" | "cta">;
154
154
  default: undefined;
155
155
  };
156
+ /**
157
+ * Show current values on the thumbs.
158
+ */
159
+ pin: {
160
+ type: PropType<boolean>;
161
+ default: undefined;
162
+ };
156
163
  }, {
157
164
  componentName: import("vue").Ref<string>;
158
165
  element: import("vue").Ref<RangeSlider | null>;
@@ -205,12 +212,12 @@ declare const _default: import("vue").DefineComponent<{
205
212
  */
206
213
  change(event: CustomEvent<undefined>): true;
207
214
  /**
208
- * Event emitted when the start value changes
215
+ * Fires when the start value changes
209
216
  * @type {string}
210
217
  */
211
218
  "update:start"(event: string): true;
212
219
  /**
213
- * Event emitted when the end value changes
220
+ * Fires when the end value changes
214
221
  * @type {string}
215
222
  */
216
223
  "update:end"(event: string): true;
@@ -363,6 +370,13 @@ declare const _default: import("vue").DefineComponent<{
363
370
  type: PropType<"accent" | "cta">;
364
371
  default: undefined;
365
372
  };
373
+ /**
374
+ * Show current values on the thumbs.
375
+ */
376
+ pin: {
377
+ type: PropType<boolean>;
378
+ default: undefined;
379
+ };
366
380
  }>> & {
367
381
  onKeydown?: ((event: KeyboardEvent) => any) | undefined;
368
382
  onClick?: ((event: MouseEvent) => any) | undefined;
@@ -395,5 +409,6 @@ declare const _default: import("vue").DefineComponent<{
395
409
  ariaStartLabel: string;
396
410
  ariaEndLabel: string;
397
411
  markers: boolean;
412
+ pin: boolean;
398
413
  }, SlotsType<Record<string, never>>>;
399
414
  export default _default;
@@ -213,7 +213,7 @@ declare const _default: import("vue").DefineComponent<{
213
213
  */
214
214
  change(event: CustomEvent<HTMLElement>): true;
215
215
  /**
216
- * Fires a custom 'input' event when the value updates
216
+ * Fires when the modelValue value changes
217
217
  * @type {string}
218
218
  */
219
219
  "update:modelValue"(event: string): true;
@@ -78,8 +78,8 @@ declare const _default: import("vue/types/v3-define-component").DefineComponent<
78
78
  }>>, {
79
79
  ariaCurrent: "page" | "step" | "location" | "date" | "time" | "true" | "false";
80
80
  open: boolean;
81
- alternate: boolean;
82
81
  modal: boolean;
82
+ alternate: boolean;
83
83
  trailing: boolean;
84
84
  }>;
85
85
  export default _default;
@@ -129,8 +129,8 @@ declare const _default: import("vue").DefineComponent<{
129
129
  }, {
130
130
  ariaCurrent: "page" | "step" | "location" | "date" | "time" | "true" | "false";
131
131
  open: boolean;
132
- alternate: boolean;
133
132
  modal: boolean;
133
+ alternate: boolean;
134
134
  trailing: boolean;
135
135
  }, SlotsType<{
136
136
  /**
@@ -116,6 +116,13 @@ declare const _default: import("vue/types/v3-define-component").DefineComponent<
116
116
  type: PropType<boolean>;
117
117
  default: undefined;
118
118
  };
119
+ /**
120
+ * Show current value on the thumb.
121
+ */
122
+ pin: {
123
+ type: PropType<boolean>;
124
+ default: undefined;
125
+ };
119
126
  /**
120
127
  * slider connotation
121
128
  */
@@ -255,6 +262,13 @@ declare const _default: import("vue/types/v3-define-component").DefineComponent<
255
262
  type: PropType<boolean>;
256
263
  default: undefined;
257
264
  };
265
+ /**
266
+ * Show current value on the thumb.
267
+ */
268
+ pin: {
269
+ type: PropType<boolean>;
270
+ default: undefined;
271
+ };
258
272
  /**
259
273
  * slider connotation
260
274
  */
@@ -278,6 +292,7 @@ declare const _default: import("vue/types/v3-define-component").DefineComponent<
278
292
  min: number;
279
293
  orientation: "horizontal" | "vertical";
280
294
  markers: boolean;
295
+ pin: boolean;
281
296
  mode: "single-value";
282
297
  ariaValuetext: string;
283
298
  }>;
@@ -117,6 +117,13 @@ declare const _default: import("vue").DefineComponent<{
117
117
  type: PropType<boolean>;
118
118
  default: undefined;
119
119
  };
120
+ /**
121
+ * Show current value on the thumb.
122
+ */
123
+ pin: {
124
+ type: PropType<boolean>;
125
+ default: undefined;
126
+ };
120
127
  /**
121
128
  * slider connotation
122
129
  */
@@ -177,7 +184,7 @@ declare const _default: import("vue").DefineComponent<{
177
184
  */
178
185
  change(event: CustomEvent<undefined>): true;
179
186
  /**
180
- * Fires a custom 'change' event when the slider value changes
187
+ * Fires when the modelValue value changes
181
188
  * @type {string}
182
189
  */
183
190
  "update:modelValue"(event: string): true;
@@ -297,6 +304,13 @@ declare const _default: import("vue").DefineComponent<{
297
304
  type: PropType<boolean>;
298
305
  default: undefined;
299
306
  };
307
+ /**
308
+ * Show current value on the thumb.
309
+ */
310
+ pin: {
311
+ type: PropType<boolean>;
312
+ default: undefined;
313
+ };
300
314
  /**
301
315
  * slider connotation
302
316
  */
@@ -329,6 +343,7 @@ declare const _default: import("vue").DefineComponent<{
329
343
  min: number;
330
344
  orientation: "horizontal" | "vertical";
331
345
  markers: boolean;
346
+ pin: boolean;
332
347
  mode: "single-value";
333
348
  ariaValuetext: string;
334
349
  }, SlotsType<Record<string, never>>>;
@@ -139,7 +139,7 @@ declare const _default: import("vue").DefineComponent<{
139
139
  */
140
140
  change(event: CustomEvent<undefined>): true;
141
141
  /**
142
- * Emits a custom change event when the checked state changes
142
+ * Fires when the modelValue value changes
143
143
  * @type {boolean}
144
144
  */
145
145
  "update:modelValue"(event: boolean): true;
@@ -229,7 +229,7 @@ declare const _default: import("vue").DefineComponent<{
229
229
  */
230
230
  change(event: CustomEvent<undefined>): true;
231
231
  /**
232
- * Fires when the value of an element has been changed.
232
+ * Fires when the modelValue value changes
233
233
  * @type {string}
234
234
  */
235
235
  "update:modelValue"(event: string): true;
@@ -239,7 +239,7 @@ declare const _default: import("vue").DefineComponent<{
239
239
  */
240
240
  change(event: CustomEvent<undefined>): true;
241
241
  /**
242
- * Fires when the value of an element has been changed.
242
+ * Fires when the modelValue value changes
243
243
  * @type {string}
244
244
  */
245
245
  "update:modelValue"(event: string): true;
@@ -163,7 +163,7 @@ declare const _default: import("vue").DefineComponent<{
163
163
  */
164
164
  change(event: CustomEvent<undefined>): true;
165
165
  /**
166
- * Emitted when the time is changed by the user.
166
+ * Fires when the modelValue value changes
167
167
  * @type {string}
168
168
  */
169
169
  "update:modelValue"(event: string): true;