@vonage/vivid-vue 3.51.0 → 3.53.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/generated/components/VAccordion.vue2.d.ts +0 -3
- package/generated/components/VAccordion.vue3.d.ts +0 -3
- package/generated/components/VActionGroup.vue2.d.ts +0 -3
- package/generated/components/VActionGroup.vue3.d.ts +0 -3
- package/generated/components/VAlert.vue2.d.ts +0 -3
- package/generated/components/VAlert.vue3.d.ts +0 -3
- package/generated/components/VAudioPlayer.vue2.d.ts +0 -3
- package/generated/components/VAudioPlayer.vue3.d.ts +0 -3
- package/generated/components/VBadge.vue2.d.ts +0 -3
- package/generated/components/VBadge.vue3.d.ts +0 -3
- package/generated/components/VBanner.vue2.d.ts +0 -3
- package/generated/components/VBanner.vue3.d.ts +0 -3
- package/generated/components/VBreadcrumb.vue2.d.ts +0 -3
- package/generated/components/VBreadcrumb.vue3.d.ts +0 -3
- package/generated/components/VBreadcrumbItem.vue2.d.ts +0 -3
- package/generated/components/VBreadcrumbItem.vue3.d.ts +0 -3
- package/generated/components/VButton.vue2.d.ts +15 -3
- package/generated/components/VButton.vue3.d.ts +15 -3
- package/generated/components/VCalendar.vue2.d.ts +0 -3
- package/generated/components/VCalendar.vue3.d.ts +0 -3
- package/generated/components/VCalendarEvent.vue2.d.ts +0 -3
- package/generated/components/VCalendarEvent.vue3.d.ts +0 -3
- package/generated/components/VCard.vue2.d.ts +0 -3
- package/generated/components/VCard.vue3.d.ts +0 -3
- package/generated/components/VCheckbox.vue2.d.ts +0 -3
- package/generated/components/VCheckbox.vue3.d.ts +6 -4
- package/generated/components/VCombobox.vue2.d.ts +0 -3
- package/generated/components/VCombobox.vue3.d.ts +0 -3
- package/generated/components/VDataGrid.vue2.d.ts +0 -3
- package/generated/components/VDataGrid.vue3.d.ts +0 -3
- package/generated/components/VDataGridCell.vue2.d.ts +1 -4
- package/generated/components/VDataGridCell.vue3.d.ts +1 -4
- package/generated/components/VDataGridRow.vue2.d.ts +0 -3
- package/generated/components/VDataGridRow.vue3.d.ts +0 -3
- package/generated/components/VDatePicker.vue3.d.ts +6 -1
- package/generated/components/VDateRangePicker.vue2.d.ts +0 -3
- package/generated/components/VDateRangePicker.vue3.d.ts +6 -4
- package/generated/components/VDialPad.d.ts +10 -0
- package/generated/components/VDialPad.vue2.d.ts +135 -0
- package/generated/components/VDialPad.vue3.d.ts +148 -0
- package/generated/components/VDialog.vue2.d.ts +0 -3
- package/generated/components/VDialog.vue3.d.ts +0 -3
- package/generated/components/VDivider.vue2.d.ts +0 -3
- package/generated/components/VDivider.vue3.d.ts +0 -3
- package/generated/components/VFab.vue2.d.ts +0 -3
- package/generated/components/VFab.vue3.d.ts +0 -3
- package/generated/components/VFilePicker.vue2.d.ts +0 -3
- package/generated/components/VFilePicker.vue3.d.ts +6 -4
- package/generated/components/VHeader.vue2.d.ts +0 -3
- package/generated/components/VHeader.vue3.d.ts +0 -3
- package/generated/components/VLayout.vue2.d.ts +0 -2
- package/generated/components/VLayout.vue3.d.ts +0 -2
- package/generated/components/VMenu.vue2.d.ts +0 -3
- package/generated/components/VMenu.vue3.d.ts +0 -3
- package/generated/components/VMenuItem.vue2.d.ts +15 -3
- package/generated/components/VMenuItem.vue3.d.ts +15 -3
- package/generated/components/VNav.vue2.d.ts +0 -4
- package/generated/components/VNav.vue3.d.ts +0 -4
- package/generated/components/VNavDisclosure.vue2.d.ts +0 -4
- package/generated/components/VNavDisclosure.vue3.d.ts +0 -4
- package/generated/components/VNavItem.vue2.d.ts +30 -0
- package/generated/components/VNavItem.vue3.d.ts +30 -0
- package/generated/components/VNote.vue2.d.ts +0 -3
- package/generated/components/VNote.vue3.d.ts +0 -3
- package/generated/components/VNumberField.vue2.d.ts +0 -3
- package/generated/components/VNumberField.vue3.d.ts +6 -4
- package/generated/components/VOption.vue2.d.ts +0 -3
- package/generated/components/VOption.vue3.d.ts +0 -3
- package/generated/components/VPagination.vue2.d.ts +0 -3
- package/generated/components/VPagination.vue3.d.ts +0 -3
- package/generated/components/VProgress.vue2.d.ts +0 -3
- package/generated/components/VProgress.vue3.d.ts +0 -3
- package/generated/components/VProgressRing.vue2.d.ts +0 -3
- package/generated/components/VProgressRing.vue3.d.ts +0 -3
- package/generated/components/VRadio.vue2.d.ts +0 -3
- package/generated/components/VRadio.vue3.d.ts +0 -3
- package/generated/components/VRadioGroup.vue2.d.ts +0 -3
- package/generated/components/VRadioGroup.vue3.d.ts +0 -3
- package/generated/components/VRangeSlider.d.ts +10 -0
- package/generated/components/VRangeSlider.vue2.d.ts +296 -0
- package/generated/components/VRangeSlider.vue3.d.ts +308 -0
- package/generated/components/VSelect.vue2.d.ts +0 -3
- package/generated/components/VSelect.vue3.d.ts +4 -3
- package/generated/components/VSelectableBox.vue2.d.ts +0 -3
- package/generated/components/VSelectableBox.vue3.d.ts +0 -3
- package/generated/components/VSideDrawer.vue2.d.ts +0 -3
- package/generated/components/VSideDrawer.vue3.d.ts +0 -3
- package/generated/components/VSlider.vue2.d.ts +1 -4
- package/generated/components/VSlider.vue3.d.ts +1 -4
- package/generated/components/VSplitButton.vue2.d.ts +0 -3
- package/generated/components/VSplitButton.vue3.d.ts +0 -3
- package/generated/components/VSwitch.vue2.d.ts +0 -3
- package/generated/components/VSwitch.vue3.d.ts +0 -3
- package/generated/components/VTab.vue2.d.ts +1 -4
- package/generated/components/VTab.vue3.d.ts +1 -4
- package/generated/components/VTabPanel.vue2.d.ts +0 -3
- package/generated/components/VTabPanel.vue3.d.ts +0 -3
- package/generated/components/VTabs.vue2.d.ts +0 -3
- package/generated/components/VTabs.vue3.d.ts +0 -3
- package/generated/components/VTag.vue2.d.ts +0 -3
- package/generated/components/VTag.vue3.d.ts +0 -3
- package/generated/components/VTagGroup.vue2.d.ts +0 -3
- package/generated/components/VTagGroup.vue3.d.ts +0 -3
- package/generated/components/VTextArea.vue2.d.ts +0 -3
- package/generated/components/VTextArea.vue3.d.ts +6 -4
- package/generated/components/VTextField.vue2.d.ts +1 -1
- package/generated/components/VTextField.vue3.d.ts +5 -1
- package/generated/components/VTimePicker.vue2.d.ts +0 -3
- package/generated/components/VTimePicker.vue3.d.ts +6 -4
- package/generated/components/VToggletip.vue2.d.ts +0 -3
- package/generated/components/VToggletip.vue3.d.ts +0 -3
- package/generated/components/VTooltip.vue2.d.ts +0 -3
- package/generated/components/VTooltip.vue3.d.ts +0 -3
- package/generated/components/VTreeItem.vue2.d.ts +0 -3
- package/generated/components/VTreeItem.vue3.d.ts +0 -3
- package/generated/components/VTreeView.vue2.d.ts +0 -3
- package/generated/components/VTreeView.vue3.d.ts +0 -3
- package/generated/components/VVideoPlayer.d.ts +10 -0
- package/generated/components/VVideoPlayer.vue2.d.ts +118 -0
- package/generated/components/VVideoPlayer.vue3.d.ts +134 -0
- package/generated/components/index.d.ts +5 -2
- package/index.cjs +897 -228
- package/index.js +896 -230
- package/package.json +2 -2
- package/web-types.json +766 -264
|
@@ -1,8 +1,5 @@
|
|
|
1
1
|
import { PropType } from 'vue';
|
|
2
2
|
import type { Accordion } from '@vonage/vivid/lib/accordion/accordion';
|
|
3
|
-
/**
|
|
4
|
-
* Base class for accordion
|
|
5
|
-
*/
|
|
6
3
|
declare const _default: import("vue/types/v3-define-component").DefineComponent<{
|
|
7
4
|
/**
|
|
8
5
|
* Indicates the element that represents the current item within a container or set of related elements.
|
|
@@ -1,9 +1,6 @@
|
|
|
1
1
|
import { PropType } from 'vue';
|
|
2
2
|
import type { Accordion } from '@vonage/vivid/lib/accordion/accordion';
|
|
3
3
|
import type { SlotsType } from 'vue';
|
|
4
|
-
/**
|
|
5
|
-
* Base class for accordion
|
|
6
|
-
*/
|
|
7
4
|
declare const _default: import("vue").DefineComponent<{
|
|
8
5
|
/**
|
|
9
6
|
* Indicates the element that represents the current item within a container or set of related elements.
|
|
@@ -1,8 +1,5 @@
|
|
|
1
1
|
import { PropType } from 'vue';
|
|
2
2
|
import type { ActionGroup } from '@vonage/vivid/lib/action-group/action-group';
|
|
3
|
-
/**
|
|
4
|
-
* Base class for action-group
|
|
5
|
-
*/
|
|
6
3
|
declare const _default: import("vue/types/v3-define-component").DefineComponent<{
|
|
7
4
|
/**
|
|
8
5
|
* Indicates the element that represents the current item within a container or set of related elements.
|
|
@@ -1,9 +1,6 @@
|
|
|
1
1
|
import { PropType } from 'vue';
|
|
2
2
|
import type { ActionGroup } from '@vonage/vivid/lib/action-group/action-group';
|
|
3
3
|
import type { SlotsType } from 'vue';
|
|
4
|
-
/**
|
|
5
|
-
* Base class for action-group
|
|
6
|
-
*/
|
|
7
4
|
declare const _default: import("vue").DefineComponent<{
|
|
8
5
|
/**
|
|
9
6
|
* Indicates the element that represents the current item within a container or set of related elements.
|
|
@@ -1,8 +1,5 @@
|
|
|
1
1
|
import { PropType } from 'vue';
|
|
2
2
|
import type { Alert } from '@vonage/vivid/lib/alert/alert';
|
|
3
|
-
/**
|
|
4
|
-
* Base class for alert
|
|
5
|
-
*/
|
|
6
3
|
declare const _default: import("vue/types/v3-define-component").DefineComponent<{
|
|
7
4
|
/**
|
|
8
5
|
* Indicates the element that represents the current item within a container or set of related elements.
|
|
@@ -1,9 +1,6 @@
|
|
|
1
1
|
import { PropType } from 'vue';
|
|
2
2
|
import type { Alert } from '@vonage/vivid/lib/alert/alert';
|
|
3
3
|
import type { SlotsType } from 'vue';
|
|
4
|
-
/**
|
|
5
|
-
* Base class for alert
|
|
6
|
-
*/
|
|
7
4
|
declare const _default: import("vue").DefineComponent<{
|
|
8
5
|
/**
|
|
9
6
|
* Indicates the element that represents the current item within a container or set of related elements.
|
|
@@ -1,8 +1,5 @@
|
|
|
1
1
|
import { PropType } from 'vue';
|
|
2
2
|
import type { AudioPlayer } from '@vonage/vivid/lib/audio-player/audio-player';
|
|
3
|
-
/**
|
|
4
|
-
* Base class for audio-player
|
|
5
|
-
*/
|
|
6
3
|
declare const _default: import("vue/types/v3-define-component").DefineComponent<{
|
|
7
4
|
/**
|
|
8
5
|
* Indicates the element that represents the current item within a container or set of related elements.
|
|
@@ -1,9 +1,6 @@
|
|
|
1
1
|
import { PropType } from 'vue';
|
|
2
2
|
import type { AudioPlayer } from '@vonage/vivid/lib/audio-player/audio-player';
|
|
3
3
|
import type { SlotsType } from 'vue';
|
|
4
|
-
/**
|
|
5
|
-
* Base class for audio-player
|
|
6
|
-
*/
|
|
7
4
|
declare const _default: import("vue").DefineComponent<{
|
|
8
5
|
/**
|
|
9
6
|
* Indicates the element that represents the current item within a container or set of related elements.
|
|
@@ -1,8 +1,5 @@
|
|
|
1
1
|
import { PropType } from 'vue';
|
|
2
2
|
import type { Badge } from '@vonage/vivid/lib/badge/badge';
|
|
3
|
-
/**
|
|
4
|
-
* Base class for badge
|
|
5
|
-
*/
|
|
6
3
|
declare const _default: import("vue/types/v3-define-component").DefineComponent<{
|
|
7
4
|
/**
|
|
8
5
|
* A decorative icon the custom element should have.
|
|
@@ -1,9 +1,6 @@
|
|
|
1
1
|
import { PropType } from 'vue';
|
|
2
2
|
import type { Badge } from '@vonage/vivid/lib/badge/badge';
|
|
3
3
|
import type { SlotsType } from 'vue';
|
|
4
|
-
/**
|
|
5
|
-
* Base class for badge
|
|
6
|
-
*/
|
|
7
4
|
declare const _default: import("vue").DefineComponent<{
|
|
8
5
|
/**
|
|
9
6
|
* A decorative icon the custom element should have.
|
|
@@ -1,8 +1,5 @@
|
|
|
1
1
|
import { PropType } from 'vue';
|
|
2
2
|
import type { Banner } from '@vonage/vivid/lib/banner/banner';
|
|
3
|
-
/**
|
|
4
|
-
* Base class for banner
|
|
5
|
-
*/
|
|
6
3
|
declare const _default: import("vue/types/v3-define-component").DefineComponent<{
|
|
7
4
|
/**
|
|
8
5
|
* A decorative icon the custom element should have.
|
|
@@ -1,9 +1,6 @@
|
|
|
1
1
|
import { PropType } from 'vue';
|
|
2
2
|
import type { Banner } from '@vonage/vivid/lib/banner/banner';
|
|
3
3
|
import type { SlotsType } from 'vue';
|
|
4
|
-
/**
|
|
5
|
-
* Base class for banner
|
|
6
|
-
*/
|
|
7
4
|
declare const _default: import("vue").DefineComponent<{
|
|
8
5
|
/**
|
|
9
6
|
* A decorative icon the custom element should have.
|
|
@@ -1,8 +1,5 @@
|
|
|
1
1
|
import { PropType } from 'vue';
|
|
2
2
|
import type { Breadcrumb } from '@vonage/vivid/lib/breadcrumb/breadcrumb';
|
|
3
|
-
/**
|
|
4
|
-
* Base class for breadcrumb
|
|
5
|
-
*/
|
|
6
3
|
declare const _default: import("vue/types/v3-define-component").DefineComponent<{
|
|
7
4
|
/**
|
|
8
5
|
* Indicates the element that represents the current item within a container or set of related elements.
|
|
@@ -1,9 +1,6 @@
|
|
|
1
1
|
import { PropType } from 'vue';
|
|
2
2
|
import type { Breadcrumb } from '@vonage/vivid/lib/breadcrumb/breadcrumb';
|
|
3
3
|
import type { SlotsType } from 'vue';
|
|
4
|
-
/**
|
|
5
|
-
* Base class for breadcrumb
|
|
6
|
-
*/
|
|
7
4
|
declare const _default: import("vue").DefineComponent<{
|
|
8
5
|
/**
|
|
9
6
|
* Indicates the element that represents the current item within a container or set of related elements.
|
|
@@ -1,8 +1,5 @@
|
|
|
1
1
|
import { PropType } from 'vue';
|
|
2
2
|
import type { BreadcrumbItem } from '@vonage/vivid/lib/breadcrumb-item/breadcrumb-item';
|
|
3
|
-
/**
|
|
4
|
-
* Base class for breadcrumb-item
|
|
5
|
-
*/
|
|
6
3
|
declare const _default: import("vue/types/v3-define-component").DefineComponent<{
|
|
7
4
|
/**
|
|
8
5
|
* Indicates the element that represents the current item within a container or set of related elements.
|
|
@@ -1,9 +1,6 @@
|
|
|
1
1
|
import { PropType } from 'vue';
|
|
2
2
|
import type { BreadcrumbItem } from '@vonage/vivid/lib/breadcrumb-item/breadcrumb-item';
|
|
3
3
|
import type { SlotsType } from 'vue';
|
|
4
|
-
/**
|
|
5
|
-
* Base class for breadcrumb-item
|
|
6
|
-
*/
|
|
7
4
|
declare const _default: import("vue").DefineComponent<{
|
|
8
5
|
/**
|
|
9
6
|
* Indicates the element that represents the current item within a container or set of related elements.
|
|
@@ -1,8 +1,5 @@
|
|
|
1
1
|
import { PropType } from 'vue';
|
|
2
2
|
import type { Button } from '@vonage/vivid/lib/button/button';
|
|
3
|
-
/**
|
|
4
|
-
* Base class for button
|
|
5
|
-
*/
|
|
6
3
|
declare const _default: import("vue/types/v3-define-component").DefineComponent<{
|
|
7
4
|
/**
|
|
8
5
|
* A decorative icon the custom element should have.
|
|
@@ -168,6 +165,13 @@ declare const _default: import("vue/types/v3-define-component").DefineComponent<
|
|
|
168
165
|
type: PropType<boolean>;
|
|
169
166
|
default: undefined;
|
|
170
167
|
};
|
|
168
|
+
/**
|
|
169
|
+
* Displays the button in active state.
|
|
170
|
+
*/
|
|
171
|
+
active: {
|
|
172
|
+
type: PropType<boolean>;
|
|
173
|
+
default: undefined;
|
|
174
|
+
};
|
|
171
175
|
/**
|
|
172
176
|
* Indicates the button's label.
|
|
173
177
|
*/
|
|
@@ -397,6 +401,13 @@ declare const _default: import("vue/types/v3-define-component").DefineComponent<
|
|
|
397
401
|
type: PropType<boolean>;
|
|
398
402
|
default: undefined;
|
|
399
403
|
};
|
|
404
|
+
/**
|
|
405
|
+
* Displays the button in active state.
|
|
406
|
+
*/
|
|
407
|
+
active: {
|
|
408
|
+
type: PropType<boolean>;
|
|
409
|
+
default: undefined;
|
|
410
|
+
};
|
|
400
411
|
/**
|
|
401
412
|
* Indicates the button's label.
|
|
402
413
|
*/
|
|
@@ -484,6 +495,7 @@ declare const _default: import("vue/types/v3-define-component").DefineComponent<
|
|
|
484
495
|
title: string;
|
|
485
496
|
stacked: boolean;
|
|
486
497
|
pending: boolean;
|
|
498
|
+
active: boolean;
|
|
487
499
|
label: string;
|
|
488
500
|
}>;
|
|
489
501
|
export default _default;
|
|
@@ -1,9 +1,6 @@
|
|
|
1
1
|
import { PropType } from 'vue';
|
|
2
2
|
import type { Button } from '@vonage/vivid/lib/button/button';
|
|
3
3
|
import type { SlotsType } from 'vue';
|
|
4
|
-
/**
|
|
5
|
-
* Base class for button
|
|
6
|
-
*/
|
|
7
4
|
declare const _default: import("vue").DefineComponent<{
|
|
8
5
|
/**
|
|
9
6
|
* A decorative icon the custom element should have.
|
|
@@ -169,6 +166,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
169
166
|
type: PropType<boolean>;
|
|
170
167
|
default: undefined;
|
|
171
168
|
};
|
|
169
|
+
/**
|
|
170
|
+
* Displays the button in active state.
|
|
171
|
+
*/
|
|
172
|
+
active: {
|
|
173
|
+
type: PropType<boolean>;
|
|
174
|
+
default: undefined;
|
|
175
|
+
};
|
|
172
176
|
/**
|
|
173
177
|
* Indicates the button's label.
|
|
174
178
|
*/
|
|
@@ -398,6 +402,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
398
402
|
type: PropType<boolean>;
|
|
399
403
|
default: undefined;
|
|
400
404
|
};
|
|
405
|
+
/**
|
|
406
|
+
* Displays the button in active state.
|
|
407
|
+
*/
|
|
408
|
+
active: {
|
|
409
|
+
type: PropType<boolean>;
|
|
410
|
+
default: undefined;
|
|
411
|
+
};
|
|
401
412
|
/**
|
|
402
413
|
* Indicates the button's label.
|
|
403
414
|
*/
|
|
@@ -492,6 +503,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
492
503
|
title: string;
|
|
493
504
|
stacked: boolean;
|
|
494
505
|
pending: boolean;
|
|
506
|
+
active: boolean;
|
|
495
507
|
label: string;
|
|
496
508
|
}, SlotsType<{
|
|
497
509
|
/**
|
|
@@ -1,8 +1,5 @@
|
|
|
1
1
|
import { PropType } from 'vue';
|
|
2
2
|
import type { Calendar } from '@vonage/vivid/lib/calendar/calendar';
|
|
3
|
-
/**
|
|
4
|
-
* Base class for calendar
|
|
5
|
-
*/
|
|
6
3
|
declare const _default: import("vue/types/v3-define-component").DefineComponent<{
|
|
7
4
|
/**
|
|
8
5
|
* Indicates the element that represents the current item within a container or set of related elements.
|
|
@@ -1,9 +1,6 @@
|
|
|
1
1
|
import { PropType } from 'vue';
|
|
2
2
|
import type { Calendar } from '@vonage/vivid/lib/calendar/calendar';
|
|
3
3
|
import type { SlotsType } from 'vue';
|
|
4
|
-
/**
|
|
5
|
-
* Base class for calendar
|
|
6
|
-
*/
|
|
7
4
|
declare const _default: import("vue").DefineComponent<{
|
|
8
5
|
/**
|
|
9
6
|
* Indicates the element that represents the current item within a container or set of related elements.
|
|
@@ -1,8 +1,5 @@
|
|
|
1
1
|
import { PropType } from 'vue';
|
|
2
2
|
import type { CalendarEvent } from '@vonage/vivid/lib/calendar-event/calendar-event';
|
|
3
|
-
/**
|
|
4
|
-
* Base class for calendar-event
|
|
5
|
-
*/
|
|
6
3
|
declare const _default: import("vue/types/v3-define-component").DefineComponent<{
|
|
7
4
|
/**
|
|
8
5
|
* Indicates the element that represents the current item within a container or set of related elements.
|
|
@@ -1,9 +1,6 @@
|
|
|
1
1
|
import { PropType } from 'vue';
|
|
2
2
|
import type { CalendarEvent } from '@vonage/vivid/lib/calendar-event/calendar-event';
|
|
3
3
|
import type { SlotsType } from 'vue';
|
|
4
|
-
/**
|
|
5
|
-
* Base class for calendar-event
|
|
6
|
-
*/
|
|
7
4
|
declare const _default: import("vue").DefineComponent<{
|
|
8
5
|
/**
|
|
9
6
|
* Indicates the element that represents the current item within a container or set of related elements.
|
|
@@ -1,8 +1,5 @@
|
|
|
1
1
|
import { PropType } from 'vue';
|
|
2
2
|
import type { Card } from '@vonage/vivid/lib/card/card';
|
|
3
|
-
/**
|
|
4
|
-
* Base class for card
|
|
5
|
-
*/
|
|
6
3
|
declare const _default: import("vue/types/v3-define-component").DefineComponent<{
|
|
7
4
|
/**
|
|
8
5
|
* Indicates the element that represents the current item within a container or set of related elements.
|
|
@@ -1,9 +1,6 @@
|
|
|
1
1
|
import { PropType } from 'vue';
|
|
2
2
|
import type { Card } from '@vonage/vivid/lib/card/card';
|
|
3
3
|
import type { SlotsType } from 'vue';
|
|
4
|
-
/**
|
|
5
|
-
* Base class for card
|
|
6
|
-
*/
|
|
7
4
|
declare const _default: import("vue").DefineComponent<{
|
|
8
5
|
/**
|
|
9
6
|
* Indicates the element that represents the current item within a container or set of related elements.
|
|
@@ -1,8 +1,5 @@
|
|
|
1
1
|
import { PropType } from 'vue';
|
|
2
2
|
import type { Checkbox } from '@vonage/vivid/lib/checkbox/checkbox';
|
|
3
|
-
/**
|
|
4
|
-
* Base class for checkbox
|
|
5
|
-
*/
|
|
6
3
|
declare const _default: import("vue/types/v3-define-component").DefineComponent<{
|
|
7
4
|
/**
|
|
8
5
|
* The success text for the form element.
|
|
@@ -1,9 +1,6 @@
|
|
|
1
1
|
import { PropType } from 'vue';
|
|
2
2
|
import type { Checkbox } from '@vonage/vivid/lib/checkbox/checkbox';
|
|
3
3
|
import type { SlotsType } from 'vue';
|
|
4
|
-
/**
|
|
5
|
-
* Base class for checkbox
|
|
6
|
-
*/
|
|
7
4
|
declare const _default: import("vue").DefineComponent<{
|
|
8
5
|
/**
|
|
9
6
|
* The success text for the form element.
|
|
@@ -265,5 +262,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
265
262
|
checked: boolean;
|
|
266
263
|
readonly: boolean;
|
|
267
264
|
tabindex: string;
|
|
268
|
-
}, SlotsType<
|
|
265
|
+
}, SlotsType<{
|
|
266
|
+
/**
|
|
267
|
+
* Describes how to use the checkbox. Alternative to the `helper-text` attribute.
|
|
268
|
+
*/
|
|
269
|
+
'helper-text': Record<string, never>;
|
|
270
|
+
}>>;
|
|
269
271
|
export default _default;
|
|
@@ -1,8 +1,5 @@
|
|
|
1
1
|
import { PropType } from 'vue';
|
|
2
2
|
import type { Combobox } from '@vonage/vivid/lib/combobox/combobox';
|
|
3
|
-
/**
|
|
4
|
-
* Base class for combobox
|
|
5
|
-
*/
|
|
6
3
|
declare const _default: import("vue/types/v3-define-component").DefineComponent<{
|
|
7
4
|
/**
|
|
8
5
|
* The label for the form element.
|
|
@@ -1,9 +1,6 @@
|
|
|
1
1
|
import { PropType } from 'vue';
|
|
2
2
|
import type { Combobox } from '@vonage/vivid/lib/combobox/combobox';
|
|
3
3
|
import type { SlotsType } from 'vue';
|
|
4
|
-
/**
|
|
5
|
-
* Base class for combobox
|
|
6
|
-
*/
|
|
7
4
|
declare const _default: import("vue").DefineComponent<{
|
|
8
5
|
/**
|
|
9
6
|
* The label for the form element.
|
|
@@ -1,8 +1,5 @@
|
|
|
1
1
|
import { PropType } from 'vue';
|
|
2
2
|
import type { DataGrid } from '@vonage/vivid/lib/data-grid/data-grid';
|
|
3
|
-
/**
|
|
4
|
-
* Base class for data-grid
|
|
5
|
-
*/
|
|
6
3
|
declare const _default: import("vue/types/v3-define-component").DefineComponent<{
|
|
7
4
|
/**
|
|
8
5
|
* Indicates the element that represents the current item within a container or set of related elements.
|
|
@@ -1,9 +1,6 @@
|
|
|
1
1
|
import { PropType } from 'vue';
|
|
2
2
|
import type { DataGrid } from '@vonage/vivid/lib/data-grid/data-grid';
|
|
3
3
|
import type { SlotsType } from 'vue';
|
|
4
|
-
/**
|
|
5
|
-
* Base class for data-grid
|
|
6
|
-
*/
|
|
7
4
|
declare const _default: import("vue").DefineComponent<{
|
|
8
5
|
/**
|
|
9
6
|
* Indicates the element that represents the current item within a container or set of related elements.
|
|
@@ -1,8 +1,5 @@
|
|
|
1
1
|
import { PropType } from 'vue';
|
|
2
2
|
import type { DataGridCell } from '@vonage/vivid/lib/data-grid/data-grid-cell';
|
|
3
|
-
/**
|
|
4
|
-
* Base class for data-grid
|
|
5
|
-
*/
|
|
6
3
|
declare const _default: import("vue/types/v3-define-component").DefineComponent<{
|
|
7
4
|
/**
|
|
8
5
|
* Extends the data grid cell definition to hold more options.
|
|
@@ -103,10 +100,10 @@ declare const _default: import("vue/types/v3-define-component").DefineComponent<
|
|
|
103
100
|
};
|
|
104
101
|
}>>, {
|
|
105
102
|
ariaCurrent: "page" | "step" | "location" | "date" | "time" | "true" | "false";
|
|
106
|
-
ariaSelected: string;
|
|
107
103
|
columnDefinition: any;
|
|
108
104
|
cellType: "default" | "columnheader" | "rowheader";
|
|
109
105
|
gridColumn: string;
|
|
106
|
+
ariaSelected: string;
|
|
110
107
|
ariaSort: string;
|
|
111
108
|
}>;
|
|
112
109
|
export default _default;
|
|
@@ -1,9 +1,6 @@
|
|
|
1
1
|
import { PropType } from 'vue';
|
|
2
2
|
import type { DataGridCell } from '@vonage/vivid/lib/data-grid/data-grid-cell';
|
|
3
3
|
import type { SlotsType } from 'vue';
|
|
4
|
-
/**
|
|
5
|
-
* Base class for data-grid
|
|
6
|
-
*/
|
|
7
4
|
declare const _default: import("vue").DefineComponent<{
|
|
8
5
|
/**
|
|
9
6
|
* Extends the data grid cell definition to hold more options.
|
|
@@ -114,10 +111,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
114
111
|
"onCell-focused"?: ((...args: any[]) => any) | undefined;
|
|
115
112
|
}, {
|
|
116
113
|
ariaCurrent: "page" | "step" | "location" | "date" | "time" | "true" | "false";
|
|
117
|
-
ariaSelected: string;
|
|
118
114
|
columnDefinition: any;
|
|
119
115
|
cellType: "default" | "columnheader" | "rowheader";
|
|
120
116
|
gridColumn: string;
|
|
117
|
+
ariaSelected: string;
|
|
121
118
|
ariaSort: string;
|
|
122
119
|
}, SlotsType<{
|
|
123
120
|
/**
|
|
@@ -1,8 +1,5 @@
|
|
|
1
1
|
import { PropType } from 'vue';
|
|
2
2
|
import type { DataGridRow } from '@vonage/vivid/lib/data-grid/data-grid-row';
|
|
3
|
-
/**
|
|
4
|
-
* Base class for data-grid
|
|
5
|
-
*/
|
|
6
3
|
declare const _default: import("vue/types/v3-define-component").DefineComponent<{
|
|
7
4
|
/**
|
|
8
5
|
* Indicates the element that represents the current item within a container or set of related elements.
|
|
@@ -1,9 +1,6 @@
|
|
|
1
1
|
import { PropType } from 'vue';
|
|
2
2
|
import type { DataGridRow } from '@vonage/vivid/lib/data-grid/data-grid-row';
|
|
3
3
|
import type { SlotsType } from 'vue';
|
|
4
|
-
/**
|
|
5
|
-
* Base class for data-grid
|
|
6
|
-
*/
|
|
7
4
|
declare const _default: import("vue").DefineComponent<{
|
|
8
5
|
/**
|
|
9
6
|
* Indicates the element that represents the current item within a container or set of related elements.
|
|
@@ -184,5 +184,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
184
184
|
readonly: boolean;
|
|
185
185
|
max: string;
|
|
186
186
|
min: string;
|
|
187
|
-
}, SlotsType<
|
|
187
|
+
}, SlotsType<{
|
|
188
|
+
/**
|
|
189
|
+
* Describes how to use the date-picker. Alternative to the `helper-text` attribute.
|
|
190
|
+
*/
|
|
191
|
+
'helper-text': Record<string, never>;
|
|
192
|
+
}>>;
|
|
188
193
|
export default _default;
|
|
@@ -1,8 +1,5 @@
|
|
|
1
1
|
import { PropType } from 'vue';
|
|
2
2
|
import type { DateRangePicker } from '@vonage/vivid/lib/date-range-picker/date-range-picker';
|
|
3
|
-
/**
|
|
4
|
-
* Base class for date-range-picker
|
|
5
|
-
*/
|
|
6
3
|
declare const _default: import("vue/types/v3-define-component").DefineComponent<{
|
|
7
4
|
/**
|
|
8
5
|
* The label for the form element.
|
|
@@ -1,9 +1,6 @@
|
|
|
1
1
|
import { PropType } from 'vue';
|
|
2
2
|
import type { DateRangePicker } from '@vonage/vivid/lib/date-range-picker/date-range-picker';
|
|
3
3
|
import type { SlotsType } from 'vue';
|
|
4
|
-
/**
|
|
5
|
-
* Base class for date-range-picker
|
|
6
|
-
*/
|
|
7
4
|
declare const _default: import("vue").DefineComponent<{
|
|
8
5
|
/**
|
|
9
6
|
* The label for the form element.
|
|
@@ -233,5 +230,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
233
230
|
max: string;
|
|
234
231
|
min: string;
|
|
235
232
|
end: string;
|
|
236
|
-
}, SlotsType<
|
|
233
|
+
}, SlotsType<{
|
|
234
|
+
/**
|
|
235
|
+
* Describes how to use the date-range-picker. Alternative to the `helper-text` attribute.
|
|
236
|
+
*/
|
|
237
|
+
'helper-text': Record<string, never>;
|
|
238
|
+
}>>;
|
|
237
239
|
export default _default;
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { VNode } from 'vue';
|
|
2
|
+
import VDialPadVue2 from './VDialPad.vue2';
|
|
3
|
+
import VDialPadVue3 from './VDialPad.vue3';
|
|
4
|
+
|
|
5
|
+
// @ts-ignore
|
|
6
|
+
type VNodeData = VNode["data"];
|
|
7
|
+
type IsAny<T> = 0 extends (1 & T) ? true : false;
|
|
8
|
+
type VueVersion = IsAny<VNodeData> extends true ? 'v3' : 'v2';
|
|
9
|
+
declare const _default: VueVersion extends 'v2' ? typeof VDialPadVue2 : typeof VDialPadVue3;
|
|
10
|
+
export default _default;
|
|
@@ -0,0 +1,135 @@
|
|
|
1
|
+
import { PropType } from 'vue';
|
|
2
|
+
import type { DialPad } from '@vonage/vivid/lib/dial-pad/dial-pad';
|
|
3
|
+
/**
|
|
4
|
+
* Base class for dial-pad
|
|
5
|
+
*/
|
|
6
|
+
declare const _default: import("vue/types/v3-define-component").DefineComponent<{
|
|
7
|
+
/**
|
|
8
|
+
* Indicates the element that represents the current item within a container or set of related elements.
|
|
9
|
+
*/
|
|
10
|
+
ariaCurrent: {
|
|
11
|
+
type: PropType<"page" | "step" | "location" | "date" | "time" | "true" | "false">;
|
|
12
|
+
default: undefined;
|
|
13
|
+
};
|
|
14
|
+
/**
|
|
15
|
+
* Indicates the helper-text's text.
|
|
16
|
+
*/
|
|
17
|
+
helperText: {
|
|
18
|
+
type: PropType<string>;
|
|
19
|
+
default: undefined;
|
|
20
|
+
};
|
|
21
|
+
/**
|
|
22
|
+
* Indicates the placeholder's text.
|
|
23
|
+
*/
|
|
24
|
+
placeholder: {
|
|
25
|
+
type: PropType<string>;
|
|
26
|
+
default: undefined;
|
|
27
|
+
};
|
|
28
|
+
/**
|
|
29
|
+
* Indicates the value's text.
|
|
30
|
+
*/
|
|
31
|
+
modelValue: {
|
|
32
|
+
type: PropType<string>;
|
|
33
|
+
default: undefined;
|
|
34
|
+
};
|
|
35
|
+
/**
|
|
36
|
+
* Indicates the dial pad's pattern.
|
|
37
|
+
*/
|
|
38
|
+
pattern: {
|
|
39
|
+
type: PropType<string>;
|
|
40
|
+
default: undefined;
|
|
41
|
+
};
|
|
42
|
+
/**
|
|
43
|
+
* Indicates the disabled state of the dial-pad.
|
|
44
|
+
*/
|
|
45
|
+
disabled: {
|
|
46
|
+
type: PropType<boolean>;
|
|
47
|
+
default: undefined;
|
|
48
|
+
};
|
|
49
|
+
/**
|
|
50
|
+
* Indicates the active state of the dial-pad.
|
|
51
|
+
*/
|
|
52
|
+
callActive: {
|
|
53
|
+
type: PropType<boolean>;
|
|
54
|
+
default: undefined;
|
|
55
|
+
};
|
|
56
|
+
/**
|
|
57
|
+
* Indicates the no-call state of the dial-pad.
|
|
58
|
+
*/
|
|
59
|
+
noCall: {
|
|
60
|
+
type: PropType<boolean>;
|
|
61
|
+
default: undefined;
|
|
62
|
+
};
|
|
63
|
+
}, {
|
|
64
|
+
componentName: import("vue").Ref<string>;
|
|
65
|
+
element: import("vue").Ref<DialPad | null>;
|
|
66
|
+
}, import("vue").Data, {}, {
|
|
67
|
+
valueChanged(_oldValue: string, newValue: string): unknown;
|
|
68
|
+
}, import("vue/types/v3-component-options").ComponentOptionsMixin, import("vue/types/v3-component-options").ComponentOptionsMixin, ("click" | "focus" | "blur" | "keydown" | "keyup" | "input" | "change" | "update:modelValue" | "keypad-click" | "dial" | "end-call")[], string, Readonly<import("vue").ExtractPropTypes<{
|
|
69
|
+
/**
|
|
70
|
+
* Indicates the element that represents the current item within a container or set of related elements.
|
|
71
|
+
*/
|
|
72
|
+
ariaCurrent: {
|
|
73
|
+
type: PropType<"page" | "step" | "location" | "date" | "time" | "true" | "false">;
|
|
74
|
+
default: undefined;
|
|
75
|
+
};
|
|
76
|
+
/**
|
|
77
|
+
* Indicates the helper-text's text.
|
|
78
|
+
*/
|
|
79
|
+
helperText: {
|
|
80
|
+
type: PropType<string>;
|
|
81
|
+
default: undefined;
|
|
82
|
+
};
|
|
83
|
+
/**
|
|
84
|
+
* Indicates the placeholder's text.
|
|
85
|
+
*/
|
|
86
|
+
placeholder: {
|
|
87
|
+
type: PropType<string>;
|
|
88
|
+
default: undefined;
|
|
89
|
+
};
|
|
90
|
+
/**
|
|
91
|
+
* Indicates the value's text.
|
|
92
|
+
*/
|
|
93
|
+
modelValue: {
|
|
94
|
+
type: PropType<string>;
|
|
95
|
+
default: undefined;
|
|
96
|
+
};
|
|
97
|
+
/**
|
|
98
|
+
* Indicates the dial pad's pattern.
|
|
99
|
+
*/
|
|
100
|
+
pattern: {
|
|
101
|
+
type: PropType<string>;
|
|
102
|
+
default: undefined;
|
|
103
|
+
};
|
|
104
|
+
/**
|
|
105
|
+
* Indicates the disabled state of the dial-pad.
|
|
106
|
+
*/
|
|
107
|
+
disabled: {
|
|
108
|
+
type: PropType<boolean>;
|
|
109
|
+
default: undefined;
|
|
110
|
+
};
|
|
111
|
+
/**
|
|
112
|
+
* Indicates the active state of the dial-pad.
|
|
113
|
+
*/
|
|
114
|
+
callActive: {
|
|
115
|
+
type: PropType<boolean>;
|
|
116
|
+
default: undefined;
|
|
117
|
+
};
|
|
118
|
+
/**
|
|
119
|
+
* Indicates the no-call state of the dial-pad.
|
|
120
|
+
*/
|
|
121
|
+
noCall: {
|
|
122
|
+
type: PropType<boolean>;
|
|
123
|
+
default: undefined;
|
|
124
|
+
};
|
|
125
|
+
}>>, {
|
|
126
|
+
ariaCurrent: "page" | "step" | "location" | "date" | "time" | "true" | "false";
|
|
127
|
+
disabled: boolean;
|
|
128
|
+
modelValue: string;
|
|
129
|
+
helperText: string;
|
|
130
|
+
placeholder: string;
|
|
131
|
+
pattern: string;
|
|
132
|
+
callActive: boolean;
|
|
133
|
+
noCall: boolean;
|
|
134
|
+
}>;
|
|
135
|
+
export default _default;
|