@vonage/vivid-vue 3.46.0 → 3.47.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vonage/vivid-vue",
3
- "version": "3.46.0",
3
+ "version": "3.47.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.46.0"
22
+ "@vonage/vivid": "^3.47.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.46.0",
4
+ "version": "3.47.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": [],
@@ -3408,6 +3434,10 @@
3408
3434
  {
3409
3435
  "name": "meta",
3410
3436
  "description": "A slot to add additional content to the nav disclosure."
3437
+ },
3438
+ {
3439
+ "name": "icon",
3440
+ "description": "Add an icon to the component."
3411
3441
  }
3412
3442
  ],
3413
3443
  "source": {
@@ -3539,6 +3569,10 @@
3539
3569
  {
3540
3570
  "name": "meta",
3541
3571
  "description": "A slot to add additional content to the nav item."
3572
+ },
3573
+ {
3574
+ "name": "icon",
3575
+ "description": "Add an icon to the component."
3542
3576
  }
3543
3577
  ],
3544
3578
  "source": {
@@ -3613,6 +3647,10 @@
3613
3647
  {
3614
3648
  "name": "default",
3615
3649
  "description": "Any slotted content will appear below the headline."
3650
+ },
3651
+ {
3652
+ "name": "icon",
3653
+ "description": "Add an icon to the component."
3616
3654
  }
3617
3655
  ],
3618
3656
  "source": {
@@ -5239,6 +5277,10 @@
5239
5277
  {
5240
5278
  "name": "default",
5241
5279
  "description": "Default slot."
5280
+ },
5281
+ {
5282
+ "name": "icon",
5283
+ "description": "Add an icon to the component."
5242
5284
  }
5243
5285
  ],
5244
5286
  "source": {
@@ -6316,6 +6358,10 @@
6316
6358
  {
6317
6359
  "name": "item",
6318
6360
  "description": "To specify a child tree item."
6361
+ },
6362
+ {
6363
+ "name": "icon",
6364
+ "description": "Add an icon to the component."
6319
6365
  }
6320
6366
  ],
6321
6367
  "source": {
@@ -6494,7 +6540,12 @@
6494
6540
  "description": "Fires when the value of an element has been changed."
6495
6541
  }
6496
6542
  ],
6497
- "slots": [],
6543
+ "slots": [
6544
+ {
6545
+ "name": "icon",
6546
+ "description": "Add an icon to the component."
6547
+ }
6548
+ ],
6498
6549
  "source": {
6499
6550
  "module": "@vonage/vivid-vue",
6500
6551
  "symbol": "VTag"