@vonage/vivid-vue 3.50.1 → 3.52.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 +120 -3
- package/generated/components/VButton.vue3.d.ts +120 -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 +0 -3
- 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/VDateRangePicker.vue2.d.ts +0 -3
- package/generated/components/VDateRangePicker.vue3.d.ts +0 -3
- 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 +0 -3
- 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 +4 -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/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 +0 -3
- 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 +0 -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 +0 -3
- package/generated/components/VTimePicker.vue2.d.ts +0 -3
- package/generated/components/VTimePicker.vue3.d.ts +0 -3
- package/generated/components/VToggletip.vue2.d.ts +0 -3
- package/generated/components/VToggletip.vue3.d.ts +4 -3
- package/generated/components/VTooltip.vue2.d.ts +0 -3
- package/generated/components/VTooltip.vue3.d.ts +6 -4
- 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/index.d.ts +3 -2
- package/index.cjs +1475 -1150
- package/index.js +1476 -1152
- package/package.json +2 -2
- package/web-types.json +549 -266
|
@@ -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.
|
|
@@ -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.
|
|
@@ -1,8 +1,5 @@
|
|
|
1
1
|
import { PropType } from 'vue';
|
|
2
2
|
import type { Dialog } from '@vonage/vivid/lib/dialog/dialog';
|
|
3
|
-
/**
|
|
4
|
-
* Base class for dialog
|
|
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 { Dialog } from '@vonage/vivid/lib/dialog/dialog';
|
|
3
3
|
import type { SlotsType } from 'vue';
|
|
4
|
-
/**
|
|
5
|
-
* Base class for dialog
|
|
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 { Divider } from '@vonage/vivid/lib/divider/divider';
|
|
3
|
-
/**
|
|
4
|
-
* Base class for divider
|
|
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 { Divider } from '@vonage/vivid/lib/divider/divider';
|
|
3
3
|
import type { SlotsType } from 'vue';
|
|
4
|
-
/**
|
|
5
|
-
* Base class for divider
|
|
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,9 +1,6 @@
|
|
|
1
1
|
import { PropType } from 'vue';
|
|
2
2
|
import type { Fab } from '@vonage/vivid/lib/fab/fab';
|
|
3
3
|
import type { SlotsType } from 'vue';
|
|
4
|
-
/**
|
|
5
|
-
* Base class for fab
|
|
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 { FilePicker } from '@vonage/vivid/lib/file-picker/file-picker';
|
|
3
|
-
/**
|
|
4
|
-
* File-picker component
|
|
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 { FilePicker } from '@vonage/vivid/lib/file-picker/file-picker';
|
|
3
3
|
import type { SlotsType } from 'vue';
|
|
4
|
-
/**
|
|
5
|
-
* File-picker component
|
|
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 { Header } from '@vonage/vivid/lib/header/header';
|
|
3
|
-
/**
|
|
4
|
-
* Base class for header
|
|
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 { Header } from '@vonage/vivid/lib/header/header';
|
|
3
3
|
import type { SlotsType } from 'vue';
|
|
4
|
-
/**
|
|
5
|
-
* Base class for header
|
|
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,6 @@
|
|
|
1
1
|
import { PropType } from 'vue';
|
|
2
2
|
import type { Layout } from '@vonage/vivid/lib/layout/layout';
|
|
3
3
|
/**
|
|
4
|
-
* Base class for layout
|
|
5
|
-
*
|
|
6
4
|
* [--layout-grid-template-columns=repeat([the `auto-sizing` mapped value],
|
|
7
5
|
* minmax([the `column-basis` mapped value], 1fr))] - Controls the `grid-template-columns` of the layout.
|
|
8
6
|
*/
|
|
@@ -2,8 +2,6 @@ import { PropType } from 'vue';
|
|
|
2
2
|
import type { Layout } from '@vonage/vivid/lib/layout/layout';
|
|
3
3
|
import type { SlotsType } from 'vue';
|
|
4
4
|
/**
|
|
5
|
-
* Base class for layout
|
|
6
|
-
*
|
|
7
5
|
* [--layout-grid-template-columns=repeat([the `auto-sizing` mapped value],
|
|
8
6
|
* minmax([the `column-basis` mapped value], 1fr))] - Controls the `grid-template-columns` of the layout.
|
|
9
7
|
*/
|
|
@@ -1,8 +1,5 @@
|
|
|
1
1
|
import { PropType } from 'vue';
|
|
2
2
|
import type { Menu } from '@vonage/vivid/lib/menu/menu';
|
|
3
|
-
/**
|
|
4
|
-
* Base class for menu
|
|
5
|
-
*/
|
|
6
3
|
declare const _default: import("vue/types/v3-define-component").DefineComponent<{
|
|
7
4
|
/**
|
|
8
5
|
* ID or direct reference to the component's anchor element.
|
|
@@ -1,9 +1,6 @@
|
|
|
1
1
|
import { PropType } from 'vue';
|
|
2
2
|
import type { Menu } from '@vonage/vivid/lib/menu/menu';
|
|
3
3
|
import type { SlotsType } from 'vue';
|
|
4
|
-
/**
|
|
5
|
-
* Base class for menu
|
|
6
|
-
*/
|
|
7
4
|
declare const _default: import("vue").DefineComponent<{
|
|
8
5
|
/**
|
|
9
6
|
* ID or direct reference to the component's anchor element.
|
|
@@ -121,6 +118,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
121
118
|
* Default slot.
|
|
122
119
|
*/
|
|
123
120
|
default: Record<string, never>;
|
|
121
|
+
/**
|
|
122
|
+
* Used to set the anchor element for the menu.
|
|
123
|
+
*/
|
|
124
|
+
anchor: Record<string, never>;
|
|
124
125
|
/**
|
|
125
126
|
* Used to add additional content to the top of the menu.
|
|
126
127
|
*/
|
|
@@ -1,8 +1,5 @@
|
|
|
1
1
|
import { PropType } from 'vue';
|
|
2
2
|
import type { MenuItem } from '@vonage/vivid/lib/menu-item/menu-item';
|
|
3
|
-
/**
|
|
4
|
-
* Base class for menu-item
|
|
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.
|
|
@@ -61,6 +58,13 @@ declare const _default: import("vue/types/v3-define-component").DefineComponent<
|
|
|
61
58
|
type: PropType<string>;
|
|
62
59
|
default: undefined;
|
|
63
60
|
};
|
|
61
|
+
/**
|
|
62
|
+
* The connotation the fab should have.
|
|
63
|
+
*/
|
|
64
|
+
connotation: {
|
|
65
|
+
type: PropType<"accent" | "cta">;
|
|
66
|
+
default: undefined;
|
|
67
|
+
};
|
|
64
68
|
/**
|
|
65
69
|
* Controls the placement of the menu item's checkmark or radio icon.
|
|
66
70
|
*/
|
|
@@ -136,6 +140,13 @@ declare const _default: import("vue/types/v3-define-component").DefineComponent<
|
|
|
136
140
|
type: PropType<string>;
|
|
137
141
|
default: undefined;
|
|
138
142
|
};
|
|
143
|
+
/**
|
|
144
|
+
* The connotation the fab should have.
|
|
145
|
+
*/
|
|
146
|
+
connotation: {
|
|
147
|
+
type: PropType<"accent" | "cta">;
|
|
148
|
+
default: undefined;
|
|
149
|
+
};
|
|
139
150
|
/**
|
|
140
151
|
* Controls the placement of the menu item's checkmark or radio icon.
|
|
141
152
|
*/
|
|
@@ -156,6 +167,7 @@ declare const _default: import("vue/types/v3-define-component").DefineComponent<
|
|
|
156
167
|
expanded: boolean;
|
|
157
168
|
role: "presentation" | "menuitem" | "menuitemcheckbox" | "menuitemradio";
|
|
158
169
|
text: string;
|
|
170
|
+
connotation: "accent" | "cta";
|
|
159
171
|
disabled: boolean;
|
|
160
172
|
modelValue: boolean;
|
|
161
173
|
textSecondary: string;
|
|
@@ -1,9 +1,6 @@
|
|
|
1
1
|
import { PropType } from 'vue';
|
|
2
2
|
import type { MenuItem } from '@vonage/vivid/lib/menu-item/menu-item';
|
|
3
3
|
import type { SlotsType } from 'vue';
|
|
4
|
-
/**
|
|
5
|
-
* Base class for menu-item
|
|
6
|
-
*/
|
|
7
4
|
declare const _default: import("vue").DefineComponent<{
|
|
8
5
|
/**
|
|
9
6
|
* A decorative icon the custom element should have.
|
|
@@ -62,6 +59,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
62
59
|
type: PropType<string>;
|
|
63
60
|
default: undefined;
|
|
64
61
|
};
|
|
62
|
+
/**
|
|
63
|
+
* The connotation the fab should have.
|
|
64
|
+
*/
|
|
65
|
+
connotation: {
|
|
66
|
+
type: PropType<"accent" | "cta">;
|
|
67
|
+
default: undefined;
|
|
68
|
+
};
|
|
65
69
|
/**
|
|
66
70
|
* Controls the placement of the menu item's checkmark or radio icon.
|
|
67
71
|
*/
|
|
@@ -137,6 +141,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
137
141
|
type: PropType<string>;
|
|
138
142
|
default: undefined;
|
|
139
143
|
};
|
|
144
|
+
/**
|
|
145
|
+
* The connotation the fab should have.
|
|
146
|
+
*/
|
|
147
|
+
connotation: {
|
|
148
|
+
type: PropType<"accent" | "cta">;
|
|
149
|
+
default: undefined;
|
|
150
|
+
};
|
|
140
151
|
/**
|
|
141
152
|
* Controls the placement of the menu item's checkmark or radio icon.
|
|
142
153
|
*/
|
|
@@ -167,6 +178,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
167
178
|
expanded: boolean;
|
|
168
179
|
role: "presentation" | "menuitem" | "menuitemcheckbox" | "menuitemradio";
|
|
169
180
|
text: string;
|
|
181
|
+
connotation: "accent" | "cta";
|
|
170
182
|
disabled: boolean;
|
|
171
183
|
modelValue: boolean;
|
|
172
184
|
textSecondary: string;
|
|
@@ -1,9 +1,5 @@
|
|
|
1
1
|
import { PropType } from 'vue';
|
|
2
2
|
import type { Nav } from '@vonage/vivid/lib/nav/nav';
|
|
3
|
-
/**
|
|
4
|
-
* A Nav Item Custom HTML Element.
|
|
5
|
-
* Based largely on the https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element .
|
|
6
|
-
*/
|
|
7
3
|
declare const _default: import("vue/types/v3-define-component").DefineComponent<{
|
|
8
4
|
/**
|
|
9
5
|
* Indicates the element that represents the current item within a container or set of related elements.
|
|
@@ -1,10 +1,6 @@
|
|
|
1
1
|
import { PropType } from 'vue';
|
|
2
2
|
import type { Nav } from '@vonage/vivid/lib/nav/nav';
|
|
3
3
|
import type { SlotsType } from 'vue';
|
|
4
|
-
/**
|
|
5
|
-
* A Nav Item Custom HTML Element.
|
|
6
|
-
* Based largely on the https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element .
|
|
7
|
-
*/
|
|
8
4
|
declare const _default: import("vue").DefineComponent<{
|
|
9
5
|
/**
|
|
10
6
|
* Indicates the element that represents the current item within a container or set of related elements.
|
|
@@ -1,9 +1,5 @@
|
|
|
1
1
|
import { PropType } from 'vue';
|
|
2
2
|
import type { NavDisclosure } from '@vonage/vivid/lib/nav-disclosure/nav-disclosure';
|
|
3
|
-
/**
|
|
4
|
-
* A Nav Item Custom HTML Element.
|
|
5
|
-
* Based largely on the https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element .
|
|
6
|
-
*/
|
|
7
3
|
declare const _default: import("vue/types/v3-define-component").DefineComponent<{
|
|
8
4
|
/**
|
|
9
5
|
* A decorative icon the custom element should have.
|
|
@@ -1,10 +1,6 @@
|
|
|
1
1
|
import { PropType } from 'vue';
|
|
2
2
|
import type { NavDisclosure } from '@vonage/vivid/lib/nav-disclosure/nav-disclosure';
|
|
3
3
|
import type { SlotsType } from 'vue';
|
|
4
|
-
/**
|
|
5
|
-
* A Nav Item Custom HTML Element.
|
|
6
|
-
* Based largely on the https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element .
|
|
7
|
-
*/
|
|
8
4
|
declare const _default: import("vue").DefineComponent<{
|
|
9
5
|
/**
|
|
10
6
|
* A decorative icon the custom element should have.
|
|
@@ -1,8 +1,5 @@
|
|
|
1
1
|
import { PropType } from 'vue';
|
|
2
2
|
import type { Note } from '@vonage/vivid/lib/note/note';
|
|
3
|
-
/**
|
|
4
|
-
* Base class for note
|
|
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 { Note } from '@vonage/vivid/lib/note/note';
|
|
3
3
|
import type { SlotsType } from 'vue';
|
|
4
|
-
/**
|
|
5
|
-
* Base class for note
|
|
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 { NumberField } from '@vonage/vivid/lib/number-field/number-field';
|
|
3
|
-
/**
|
|
4
|
-
* Base class for number-field
|
|
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 { NumberField } from '@vonage/vivid/lib/number-field/number-field';
|
|
3
3
|
import type { SlotsType } from 'vue';
|
|
4
|
-
/**
|
|
5
|
-
* Base class for number-field
|
|
6
|
-
*/
|
|
7
4
|
declare const _default: import("vue").DefineComponent<{
|
|
8
5
|
/**
|
|
9
6
|
* The success text for the form element.
|
|
@@ -1,8 +1,5 @@
|
|
|
1
1
|
import { PropType } from 'vue';
|
|
2
2
|
import type { ListboxOption } from '@vonage/vivid/lib/option/option';
|
|
3
|
-
/**
|
|
4
|
-
* Base class for option
|
|
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 { ListboxOption } from '@vonage/vivid/lib/option/option';
|
|
3
3
|
import type { SlotsType } from 'vue';
|
|
4
|
-
/**
|
|
5
|
-
* Base class for option
|
|
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 { Pagination } from '@vonage/vivid/lib/pagination/pagination';
|
|
3
|
-
/**
|
|
4
|
-
* Base class for pagination
|
|
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 { Pagination } from '@vonage/vivid/lib/pagination/pagination';
|
|
3
3
|
import type { SlotsType } from 'vue';
|
|
4
|
-
/**
|
|
5
|
-
* Base class for pagination
|
|
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 { Progress } from '@vonage/vivid/lib/progress/progress';
|
|
3
|
-
/**
|
|
4
|
-
* Base class for progress
|
|
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 { Progress } from '@vonage/vivid/lib/progress/progress';
|
|
3
3
|
import type { SlotsType } from 'vue';
|
|
4
|
-
/**
|
|
5
|
-
* Base class for progress
|
|
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 { ProgressRing } from '@vonage/vivid/lib/progress-ring/progress-ring';
|
|
3
|
-
/**
|
|
4
|
-
* Base class for progress-ring
|
|
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 { ProgressRing } from '@vonage/vivid/lib/progress-ring/progress-ring';
|
|
3
3
|
import type { SlotsType } from 'vue';
|
|
4
|
-
/**
|
|
5
|
-
* Base class for progress-ring
|
|
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 { Radio } from '@vonage/vivid/lib/radio/radio';
|
|
3
|
-
/**
|
|
4
|
-
* Base class for radio
|
|
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 { Radio } from '@vonage/vivid/lib/radio/radio';
|
|
3
3
|
import type { SlotsType } from 'vue';
|
|
4
|
-
/**
|
|
5
|
-
* Base class for radio
|
|
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 { RadioGroup } from '@vonage/vivid/lib/radio-group/radio-group';
|
|
3
|
-
/**
|
|
4
|
-
* Base class for radio-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 { RadioGroup } from '@vonage/vivid/lib/radio-group/radio-group';
|
|
3
3
|
import type { SlotsType } from 'vue';
|
|
4
|
-
/**
|
|
5
|
-
* Base class for radio-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.
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { VNode } from 'vue';
|
|
2
|
+
import VRangeSliderVue2 from './VRangeSlider.vue2';
|
|
3
|
+
import VRangeSliderVue3 from './VRangeSlider.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 VRangeSliderVue2 : typeof VRangeSliderVue3;
|
|
10
|
+
export default _default;
|