@vonage/vivid-vue 3.46.0 → 3.48.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/VDatePicker.vue2.d.ts +1 -1
- package/generated/components/VDatePicker.vue3.d.ts +2 -1
- package/generated/components/VDateRangePicker.vue2.d.ts +1 -1
- package/generated/components/VDateRangePicker.vue3.d.ts +2 -1
- package/generated/components/VTabs.vue2.d.ts +15 -0
- package/generated/components/VTabs.vue3.d.ts +15 -0
- package/index.es.js +545 -391
- package/index.umd.js +13 -25
- package/package.json +2 -2
- package/web-types.json +67 -4
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vonage/vivid-vue",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.48.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.48.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.48.0",
|
|
5
5
|
"contributions": {
|
|
6
6
|
"html": {
|
|
7
7
|
"description-markup": "markdown",
|
|
@@ -187,6 +187,10 @@
|
|
|
187
187
|
{
|
|
188
188
|
"name": "default",
|
|
189
189
|
"description": "Default slot."
|
|
190
|
+
},
|
|
191
|
+
{
|
|
192
|
+
"name": "icon",
|
|
193
|
+
"description": "Add an icon to the component."
|
|
190
194
|
}
|
|
191
195
|
],
|
|
192
196
|
"source": {
|
|
@@ -612,7 +616,12 @@
|
|
|
612
616
|
"description": "Fires when the value of an element has been changed."
|
|
613
617
|
}
|
|
614
618
|
],
|
|
615
|
-
"slots": [
|
|
619
|
+
"slots": [
|
|
620
|
+
{
|
|
621
|
+
"name": "icon",
|
|
622
|
+
"description": "Add an icon to the component."
|
|
623
|
+
}
|
|
624
|
+
],
|
|
616
625
|
"source": {
|
|
617
626
|
"module": "@vonage/vivid-vue",
|
|
618
627
|
"symbol": "VBadge"
|
|
@@ -726,6 +735,10 @@
|
|
|
726
735
|
{
|
|
727
736
|
"name": "action-items",
|
|
728
737
|
"description": "Add action items to banner using this slot."
|
|
738
|
+
},
|
|
739
|
+
{
|
|
740
|
+
"name": "icon",
|
|
741
|
+
"description": "Add an icon to the component."
|
|
729
742
|
}
|
|
730
743
|
],
|
|
731
744
|
"source": {
|
|
@@ -1124,7 +1137,12 @@
|
|
|
1124
1137
|
"description": "Fires when the value of an element has been changed."
|
|
1125
1138
|
}
|
|
1126
1139
|
],
|
|
1127
|
-
"slots": [
|
|
1140
|
+
"slots": [
|
|
1141
|
+
{
|
|
1142
|
+
"name": "icon",
|
|
1143
|
+
"description": "Add an icon to the component."
|
|
1144
|
+
}
|
|
1145
|
+
],
|
|
1128
1146
|
"source": {
|
|
1129
1147
|
"module": "@vonage/vivid-vue",
|
|
1130
1148
|
"symbol": "VButton"
|
|
@@ -2176,6 +2194,10 @@
|
|
|
2176
2194
|
{
|
|
2177
2195
|
"name": "input",
|
|
2178
2196
|
"description": "Fires when the value of an element has been changed."
|
|
2197
|
+
},
|
|
2198
|
+
{
|
|
2199
|
+
"name": "clear-click",
|
|
2200
|
+
"description": "Event emitted when the clear value changes"
|
|
2179
2201
|
}
|
|
2180
2202
|
],
|
|
2181
2203
|
"slots": [],
|
|
@@ -2326,6 +2348,10 @@
|
|
|
2326
2348
|
{
|
|
2327
2349
|
"name": "input:end",
|
|
2328
2350
|
"description": "Event emitted when the end value changes"
|
|
2351
|
+
},
|
|
2352
|
+
{
|
|
2353
|
+
"name": "clear-click",
|
|
2354
|
+
"description": "Event emitted when the clear value changes"
|
|
2329
2355
|
}
|
|
2330
2356
|
],
|
|
2331
2357
|
"slots": [],
|
|
@@ -3273,6 +3299,10 @@
|
|
|
3273
3299
|
"name": "meta",
|
|
3274
3300
|
"description": "Assign nodes to the `meta` slot to set a badge or an additional icon."
|
|
3275
3301
|
},
|
|
3302
|
+
{
|
|
3303
|
+
"name": "trailing-meta",
|
|
3304
|
+
"description": "Assign nodes to the `meta` slot to set a badge or an additional icon."
|
|
3305
|
+
},
|
|
3276
3306
|
{
|
|
3277
3307
|
"name": "submenu",
|
|
3278
3308
|
"description": "Assign a Menu to the `submenu` slot to add a submenu."
|
|
@@ -3408,6 +3438,10 @@
|
|
|
3408
3438
|
{
|
|
3409
3439
|
"name": "meta",
|
|
3410
3440
|
"description": "A slot to add additional content to the nav disclosure."
|
|
3441
|
+
},
|
|
3442
|
+
{
|
|
3443
|
+
"name": "icon",
|
|
3444
|
+
"description": "Add an icon to the component."
|
|
3411
3445
|
}
|
|
3412
3446
|
],
|
|
3413
3447
|
"source": {
|
|
@@ -3539,6 +3573,10 @@
|
|
|
3539
3573
|
{
|
|
3540
3574
|
"name": "meta",
|
|
3541
3575
|
"description": "A slot to add additional content to the nav item."
|
|
3576
|
+
},
|
|
3577
|
+
{
|
|
3578
|
+
"name": "icon",
|
|
3579
|
+
"description": "Add an icon to the component."
|
|
3542
3580
|
}
|
|
3543
3581
|
],
|
|
3544
3582
|
"source": {
|
|
@@ -3613,6 +3651,10 @@
|
|
|
3613
3651
|
{
|
|
3614
3652
|
"name": "default",
|
|
3615
3653
|
"description": "Any slotted content will appear below the headline."
|
|
3654
|
+
},
|
|
3655
|
+
{
|
|
3656
|
+
"name": "icon",
|
|
3657
|
+
"description": "Add an icon to the component."
|
|
3616
3658
|
}
|
|
3617
3659
|
],
|
|
3618
3660
|
"source": {
|
|
@@ -5239,6 +5281,10 @@
|
|
|
5239
5281
|
{
|
|
5240
5282
|
"name": "default",
|
|
5241
5283
|
"description": "Default slot."
|
|
5284
|
+
},
|
|
5285
|
+
{
|
|
5286
|
+
"name": "icon",
|
|
5287
|
+
"description": "Add an icon to the component."
|
|
5242
5288
|
}
|
|
5243
5289
|
],
|
|
5244
5290
|
"source": {
|
|
@@ -5485,6 +5531,14 @@
|
|
|
5485
5531
|
"kind": "expression",
|
|
5486
5532
|
"type": "'small' | 'medium' | 'large'"
|
|
5487
5533
|
}
|
|
5534
|
+
},
|
|
5535
|
+
{
|
|
5536
|
+
"name": "scrollablePanel",
|
|
5537
|
+
"description": "sets overflow to the tab-panel",
|
|
5538
|
+
"value": {
|
|
5539
|
+
"kind": "expression",
|
|
5540
|
+
"type": "boolean"
|
|
5541
|
+
}
|
|
5488
5542
|
}
|
|
5489
5543
|
],
|
|
5490
5544
|
"events": [
|
|
@@ -6316,6 +6370,10 @@
|
|
|
6316
6370
|
{
|
|
6317
6371
|
"name": "item",
|
|
6318
6372
|
"description": "To specify a child tree item."
|
|
6373
|
+
},
|
|
6374
|
+
{
|
|
6375
|
+
"name": "icon",
|
|
6376
|
+
"description": "Add an icon to the component."
|
|
6319
6377
|
}
|
|
6320
6378
|
],
|
|
6321
6379
|
"source": {
|
|
@@ -6494,7 +6552,12 @@
|
|
|
6494
6552
|
"description": "Fires when the value of an element has been changed."
|
|
6495
6553
|
}
|
|
6496
6554
|
],
|
|
6497
|
-
"slots": [
|
|
6555
|
+
"slots": [
|
|
6556
|
+
{
|
|
6557
|
+
"name": "icon",
|
|
6558
|
+
"description": "Add an icon to the component."
|
|
6559
|
+
}
|
|
6560
|
+
],
|
|
6498
6561
|
"source": {
|
|
6499
6562
|
"module": "@vonage/vivid-vue",
|
|
6500
6563
|
"symbol": "VTag"
|