@vonage/vivid-vue 3.44.0 → 3.45.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/VAlert.vue2.d.ts +15 -0
- package/generated/components/VAlert.vue3.d.ts +15 -0
- package/generated/components/VDataGrid.vue2.d.ts +1 -1
- package/generated/components/VDataGrid.vue3.d.ts +2 -1
- package/generated/components/VDataGridCell.vue2.d.ts +1 -1
- package/generated/components/VDataGridCell.vue3.d.ts +2 -1
- package/generated/components/VDataGridRow.vue2.d.ts +1 -1
- package/generated/components/VDataGridRow.vue3.d.ts +2 -1
- package/generated/components/VMenu.vue2.d.ts +14 -14
- package/generated/components/VMenu.vue3.d.ts +14 -14
- package/generated/components/VTabs.vue2.d.ts +15 -0
- package/generated/components/VTabs.vue3.d.ts +15 -0
- package/generated/components/VToggletip.vue2.d.ts +14 -14
- package/generated/components/VToggletip.vue3.d.ts +14 -14
- package/generated/components/VTooltip.vue2.d.ts +14 -8
- package/generated/components/VTooltip.vue3.d.ts +14 -8
- package/index.es.js +410 -385
- package/index.umd.js +13 -13
- package/package.json +2 -2
- package/web-types.json +53 -24
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vonage/vivid-vue",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.45.0",
|
|
4
4
|
"description": "A Vue wrapper library for Vivid components.",
|
|
5
5
|
"author": "Vonage",
|
|
6
6
|
"license": "ISC",
|
|
@@ -19,6 +19,6 @@
|
|
|
19
19
|
"vue": "^2.7.0 || >=3.0.0"
|
|
20
20
|
},
|
|
21
21
|
"dependencies": {
|
|
22
|
-
"@vonage/vivid": "^3.
|
|
22
|
+
"@vonage/vivid": "^3.45.0"
|
|
23
23
|
}
|
|
24
24
|
}
|
package/web-types.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"framework": "vue",
|
|
3
3
|
"name": "@vonage/vivid-vue",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.45.0",
|
|
5
5
|
"contributions": {
|
|
6
6
|
"html": {
|
|
7
7
|
"description-markup": "markdown",
|
|
@@ -359,6 +359,14 @@
|
|
|
359
359
|
"type": "'accent' | 'information' | 'success' | 'warning' | 'alert'"
|
|
360
360
|
}
|
|
361
361
|
},
|
|
362
|
+
{
|
|
363
|
+
"name": "strategy",
|
|
364
|
+
"description": "alert state",
|
|
365
|
+
"value": {
|
|
366
|
+
"kind": "expression",
|
|
367
|
+
"type": "'fixed' | 'static'"
|
|
368
|
+
}
|
|
369
|
+
},
|
|
362
370
|
{
|
|
363
371
|
"name": "open",
|
|
364
372
|
"description": "indicates whether the alert is open",
|
|
@@ -1847,6 +1855,10 @@
|
|
|
1847
1855
|
{
|
|
1848
1856
|
"name": "input",
|
|
1849
1857
|
"description": "Fires when the value of an element has been changed."
|
|
1858
|
+
},
|
|
1859
|
+
{
|
|
1860
|
+
"name": "cell-click",
|
|
1861
|
+
"description": "Event that fires when a cell is clicked"
|
|
1850
1862
|
}
|
|
1851
1863
|
],
|
|
1852
1864
|
"slots": [
|
|
@@ -1926,6 +1938,10 @@
|
|
|
1926
1938
|
{
|
|
1927
1939
|
"name": "row-focused",
|
|
1928
1940
|
"description": "Fires a custom 'row-focused' event when focus is on an element (usually a cell or its contents) in the row"
|
|
1941
|
+
},
|
|
1942
|
+
{
|
|
1943
|
+
"name": "cell-click",
|
|
1944
|
+
"description": "Event that fires when a cell is clicked"
|
|
1929
1945
|
}
|
|
1930
1946
|
],
|
|
1931
1947
|
"slots": [
|
|
@@ -2025,6 +2041,10 @@
|
|
|
2025
2041
|
{
|
|
2026
2042
|
"name": "sort",
|
|
2027
2043
|
"description": "Event that fires when a sortable column header is clicked"
|
|
2044
|
+
},
|
|
2045
|
+
{
|
|
2046
|
+
"name": "cell-click",
|
|
2047
|
+
"description": "Event that fires when a cell is clicked"
|
|
2028
2048
|
}
|
|
2029
2049
|
],
|
|
2030
2050
|
"slots": [
|
|
@@ -3027,6 +3047,14 @@
|
|
|
3027
3047
|
"name": "VMenu",
|
|
3028
3048
|
"description": "Base class for menu",
|
|
3029
3049
|
"attributes": [
|
|
3050
|
+
{
|
|
3051
|
+
"name": "anchor",
|
|
3052
|
+
"description": "ID or direct reference to the component's anchor element.",
|
|
3053
|
+
"value": {
|
|
3054
|
+
"kind": "expression",
|
|
3055
|
+
"type": "HTMLElement | string"
|
|
3056
|
+
}
|
|
3057
|
+
},
|
|
3030
3058
|
{
|
|
3031
3059
|
"name": "ariaCurrent",
|
|
3032
3060
|
"description": "Indicates the element that represents the current item within a container or set of related elements.",
|
|
@@ -3050,14 +3078,6 @@
|
|
|
3050
3078
|
"type": "'top' | 'right' | 'bottom' | 'left' | 'top-start' | 'top-end' | 'right-start' | 'right-end' | 'bottom-start' | 'bottom-end' | 'left-start' | 'left-end'"
|
|
3051
3079
|
}
|
|
3052
3080
|
},
|
|
3053
|
-
{
|
|
3054
|
-
"name": "anchor",
|
|
3055
|
-
"description": "id or direct reference to the menu's anchor element",
|
|
3056
|
-
"value": {
|
|
3057
|
-
"kind": "expression",
|
|
3058
|
-
"type": "HTMLElement | string"
|
|
3059
|
-
}
|
|
3060
|
-
},
|
|
3061
3081
|
{
|
|
3062
3082
|
"name": "autoDismiss",
|
|
3063
3083
|
"description": "indicates whether the menu will automatically close when\nthe user clicks outside the menu",
|
|
@@ -5312,6 +5332,14 @@
|
|
|
5312
5332
|
"kind": "expression",
|
|
5313
5333
|
"type": "'accent' | 'cta'"
|
|
5314
5334
|
}
|
|
5335
|
+
},
|
|
5336
|
+
{
|
|
5337
|
+
"name": "gutters",
|
|
5338
|
+
"description": "sets the initial preferred margin from predefined available options",
|
|
5339
|
+
"value": {
|
|
5340
|
+
"kind": "expression",
|
|
5341
|
+
"type": "'small' | 'medium' | 'large'"
|
|
5342
|
+
}
|
|
5315
5343
|
}
|
|
5316
5344
|
],
|
|
5317
5345
|
"events": [
|
|
@@ -5705,6 +5733,14 @@
|
|
|
5705
5733
|
"name": "VToggletip",
|
|
5706
5734
|
"description": "Base class for toggletip",
|
|
5707
5735
|
"attributes": [
|
|
5736
|
+
{
|
|
5737
|
+
"name": "anchor",
|
|
5738
|
+
"description": "ID or direct reference to the component's anchor element.",
|
|
5739
|
+
"value": {
|
|
5740
|
+
"kind": "expression",
|
|
5741
|
+
"type": "string | HTMLElement"
|
|
5742
|
+
}
|
|
5743
|
+
},
|
|
5708
5744
|
{
|
|
5709
5745
|
"name": "ariaCurrent",
|
|
5710
5746
|
"description": "Indicates the element that represents the current item within a container or set of related elements.",
|
|
@@ -5737,14 +5773,6 @@
|
|
|
5737
5773
|
"type": "'top' | 'right' | 'bottom' | 'left' | 'top-start' | 'top-end' | 'right-start' | 'right-end' | 'bottom-start' | 'bottom-end' | 'left-start' | 'left-end'"
|
|
5738
5774
|
}
|
|
5739
5775
|
},
|
|
5740
|
-
{
|
|
5741
|
-
"name": "anchor",
|
|
5742
|
-
"description": "id or direct reference to the toggletip's anchor element",
|
|
5743
|
-
"value": {
|
|
5744
|
-
"kind": "expression",
|
|
5745
|
-
"type": "string | HTMLElement"
|
|
5746
|
-
}
|
|
5747
|
-
},
|
|
5748
5776
|
{
|
|
5749
5777
|
"name": "open",
|
|
5750
5778
|
"description": "indicates whether the toggletip is open",
|
|
@@ -5800,6 +5828,14 @@
|
|
|
5800
5828
|
"name": "VTooltip",
|
|
5801
5829
|
"description": "Base class for tooltip",
|
|
5802
5830
|
"attributes": [
|
|
5831
|
+
{
|
|
5832
|
+
"name": "anchor",
|
|
5833
|
+
"description": "ID or direct reference to the component's anchor element.",
|
|
5834
|
+
"value": {
|
|
5835
|
+
"kind": "expression",
|
|
5836
|
+
"type": "string | HTMLElement"
|
|
5837
|
+
}
|
|
5838
|
+
},
|
|
5803
5839
|
{
|
|
5804
5840
|
"name": "ariaCurrent",
|
|
5805
5841
|
"description": "Indicates the element that represents the current item within a container or set of related elements.",
|
|
@@ -5829,13 +5865,6 @@
|
|
|
5829
5865
|
"kind": "expression",
|
|
5830
5866
|
"type": "boolean"
|
|
5831
5867
|
}
|
|
5832
|
-
},
|
|
5833
|
-
{
|
|
5834
|
-
"name": "anchor",
|
|
5835
|
-
"value": {
|
|
5836
|
-
"kind": "expression",
|
|
5837
|
-
"type": "string | HTMLElement"
|
|
5838
|
-
}
|
|
5839
5868
|
}
|
|
5840
5869
|
],
|
|
5841
5870
|
"events": [
|