@vonage/vivid-vue 4.2.0 → 4.4.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.vue3.d.ts +7 -7
- package/generated/components/VAccordionItem.vue2.d.ts +3 -2
- package/generated/components/VAccordionItem.vue3.d.ts +10 -9
- package/generated/components/VActionGroup.vue3.d.ts +6 -6
- package/generated/components/VAlert.vue2.d.ts +3 -2
- package/generated/components/VAlert.vue3.d.ts +11 -10
- package/generated/components/VAudioPlayer.vue3.d.ts +6 -6
- package/generated/components/VAvatar.vue2.d.ts +5 -4
- package/generated/components/VAvatar.vue3.d.ts +11 -10
- package/generated/components/VBadge.vue2.d.ts +5 -4
- package/generated/components/VBadge.vue3.d.ts +11 -10
- package/generated/components/VBanner.vue2.d.ts +5 -4
- package/generated/components/VBanner.vue3.d.ts +11 -10
- package/generated/components/VBreadcrumb.vue3.d.ts +6 -6
- package/generated/components/VBreadcrumbItem.vue3.d.ts +6 -6
- package/generated/components/VButton.vue2.d.ts +24 -8
- package/generated/components/VButton.vue3.d.ts +30 -14
- package/generated/components/VCalendar.vue2.d.ts +2 -2
- package/generated/components/VCalendar.vue3.d.ts +8 -8
- package/generated/components/VCalendarEvent.vue2.d.ts +2 -2
- package/generated/components/VCalendarEvent.vue3.d.ts +8 -8
- package/generated/components/VCard.vue2.d.ts +5 -4
- package/generated/components/VCard.vue3.d.ts +11 -10
- package/generated/components/VCheckbox.vue3.d.ts +9 -9
- package/generated/components/VCombobox.vue2.d.ts +3 -2
- package/generated/components/VCombobox.vue3.d.ts +12 -11
- package/generated/components/VDataGrid.vue2.d.ts +3 -3
- package/generated/components/VDataGrid.vue3.d.ts +10 -10
- package/generated/components/VDataGridCell.vue3.d.ts +8 -8
- package/generated/components/VDataGridRow.vue3.d.ts +8 -8
- package/generated/components/VDatePicker.vue3.d.ts +10 -10
- package/generated/components/VDateRangePicker.vue3.d.ts +14 -14
- package/generated/components/VDialPad.vue3.d.ts +12 -12
- package/generated/components/VDialog.vue2.d.ts +19 -3
- package/generated/components/VDialog.vue3.d.ts +37 -9
- package/generated/components/VDivider.vue3.d.ts +6 -6
- package/generated/components/VEmptyState.vue2.d.ts +33 -2
- package/generated/components/VEmptyState.vue3.d.ts +39 -8
- package/generated/components/VFab.vue2.d.ts +7 -6
- package/generated/components/VFab.vue3.d.ts +13 -12
- package/generated/components/VFilePicker.vue2.d.ts +2 -2
- package/generated/components/VFilePicker.vue3.d.ts +9 -9
- package/generated/components/VHeader.vue3.d.ts +6 -6
- package/generated/components/VIcon.vue2.d.ts +7 -6
- package/generated/components/VIcon.vue3.d.ts +13 -12
- package/generated/components/VLayout.vue2.d.ts +2 -2
- package/generated/components/VLayout.vue3.d.ts +8 -8
- package/generated/components/VMenu.vue2.d.ts +2 -2
- package/generated/components/VMenu.vue3.d.ts +10 -10
- package/generated/components/VMenuItem.vue2.d.ts +7 -6
- package/generated/components/VMenuItem.vue3.d.ts +17 -16
- package/generated/components/VNav.vue3.d.ts +6 -6
- package/generated/components/VNavDisclosure.vue2.d.ts +3 -2
- package/generated/components/VNavDisclosure.vue3.d.ts +10 -9
- package/generated/components/VNavItem.vue2.d.ts +3 -2
- package/generated/components/VNavItem.vue3.d.ts +9 -8
- package/generated/components/VNote.vue2.d.ts +3 -2
- package/generated/components/VNote.vue3.d.ts +9 -8
- package/generated/components/VNumberField.vue2.d.ts +3 -2
- package/generated/components/VNumberField.vue3.d.ts +12 -11
- package/generated/components/VOption.vue2.d.ts +3 -2
- package/generated/components/VOption.vue3.d.ts +9 -8
- package/generated/components/VPagination.vue2.d.ts +2 -2
- package/generated/components/VPagination.vue3.d.ts +9 -9
- package/generated/components/VProgress.vue3.d.ts +6 -6
- package/generated/components/VProgressRing.vue2.d.ts +2 -2
- package/generated/components/VProgressRing.vue3.d.ts +8 -8
- package/generated/components/VRadio.vue3.d.ts +7 -7
- package/generated/components/VRadioGroup.vue2.d.ts +2 -2
- package/generated/components/VRadioGroup.vue3.d.ts +11 -11
- package/generated/components/VRangeSlider.vue2.d.ts +15 -0
- package/generated/components/VRangeSlider.vue3.d.ts +28 -13
- package/generated/components/VSelect.vue2.d.ts +3 -2
- package/generated/components/VSelect.vue3.d.ts +12 -11
- package/generated/components/VSelectableBox.vue3.d.ts +7 -7
- package/generated/components/VSideDrawer.vue2.d.ts +1 -1
- package/generated/components/VSideDrawer.vue3.d.ts +9 -9
- package/generated/components/VSlider.vue2.d.ts +16 -1
- package/generated/components/VSlider.vue3.d.ts +25 -10
- package/generated/components/VSplitButton.vue2.d.ts +9 -8
- package/generated/components/VSplitButton.vue3.d.ts +17 -16
- package/generated/components/VSwitch.vue2.d.ts +3 -3
- package/generated/components/VSwitch.vue3.d.ts +12 -12
- package/generated/components/VTab.vue2.d.ts +3 -2
- package/generated/components/VTab.vue3.d.ts +9 -8
- package/generated/components/VTabPanel.vue3.d.ts +6 -6
- package/generated/components/VTabs.vue2.d.ts +2 -2
- package/generated/components/VTabs.vue3.d.ts +9 -9
- package/generated/components/VTag.vue2.d.ts +5 -4
- package/generated/components/VTag.vue3.d.ts +13 -12
- package/generated/components/VTagGroup.vue3.d.ts +6 -6
- package/generated/components/VTextArea.vue2.d.ts +4 -4
- package/generated/components/VTextArea.vue3.d.ts +13 -13
- package/generated/components/VTextField.vue2.d.ts +5 -4
- package/generated/components/VTextField.vue3.d.ts +14 -13
- package/generated/components/VTimePicker.vue3.d.ts +9 -9
- package/generated/components/VToggletip.vue2.d.ts +2 -2
- package/generated/components/VToggletip.vue3.d.ts +8 -8
- package/generated/components/VTooltip.vue2.d.ts +2 -2
- package/generated/components/VTooltip.vue3.d.ts +8 -8
- package/generated/components/VTreeItem.vue2.d.ts +3 -2
- package/generated/components/VTreeItem.vue3.d.ts +11 -10
- package/generated/components/VTreeView.vue3.d.ts +6 -6
- package/generated/components/VVideoPlayer.vue3.d.ts +9 -9
- package/index.cjs +103 -37
- package/index.js +103 -37
- package/package.json +2 -2
- package/web-types.json +119 -1866
package/web-types.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"framework": "vue",
|
|
3
3
|
"name": "@vonage/vivid-vue",
|
|
4
|
-
"version": "4.
|
|
4
|
+
"version": "4.4.0",
|
|
5
5
|
"contributions": {
|
|
6
6
|
"html": {
|
|
7
7
|
"description-markup": "markdown",
|
|
@@ -28,36 +28,7 @@
|
|
|
28
28
|
}
|
|
29
29
|
}
|
|
30
30
|
],
|
|
31
|
-
"events": [
|
|
32
|
-
{
|
|
33
|
-
"name": "click",
|
|
34
|
-
"description": "Fires when a pointing device button (such as a mouse's primary mouse button) is both pressed and released while the pointer is located inside the element."
|
|
35
|
-
},
|
|
36
|
-
{
|
|
37
|
-
"name": "focus",
|
|
38
|
-
"description": "Fires when the element receives focus."
|
|
39
|
-
},
|
|
40
|
-
{
|
|
41
|
-
"name": "blur",
|
|
42
|
-
"description": "Fires when the element loses focus."
|
|
43
|
-
},
|
|
44
|
-
{
|
|
45
|
-
"name": "keydown",
|
|
46
|
-
"description": "Fires when a key is pressed."
|
|
47
|
-
},
|
|
48
|
-
{
|
|
49
|
-
"name": "keyup",
|
|
50
|
-
"description": "Fires when a key is released."
|
|
51
|
-
},
|
|
52
|
-
{
|
|
53
|
-
"name": "input",
|
|
54
|
-
"description": "Fires when the value of an element has been changed."
|
|
55
|
-
},
|
|
56
|
-
{
|
|
57
|
-
"name": "change",
|
|
58
|
-
"description": "Fires a custom 'change' event when the active item changes"
|
|
59
|
-
}
|
|
60
|
-
],
|
|
31
|
+
"events": [],
|
|
61
32
|
"slots": [
|
|
62
33
|
{
|
|
63
34
|
"name": "default",
|
|
@@ -153,36 +124,7 @@
|
|
|
153
124
|
}
|
|
154
125
|
}
|
|
155
126
|
],
|
|
156
|
-
"events": [
|
|
157
|
-
{
|
|
158
|
-
"name": "click",
|
|
159
|
-
"description": "Fires when a pointing device button (such as a mouse's primary mouse button) is both pressed and released while the pointer is located inside the element."
|
|
160
|
-
},
|
|
161
|
-
{
|
|
162
|
-
"name": "focus",
|
|
163
|
-
"description": "Fires when the element receives focus."
|
|
164
|
-
},
|
|
165
|
-
{
|
|
166
|
-
"name": "blur",
|
|
167
|
-
"description": "Fires when the element loses focus."
|
|
168
|
-
},
|
|
169
|
-
{
|
|
170
|
-
"name": "keydown",
|
|
171
|
-
"description": "Fires when a key is pressed."
|
|
172
|
-
},
|
|
173
|
-
{
|
|
174
|
-
"name": "keyup",
|
|
175
|
-
"description": "Fires when a key is released."
|
|
176
|
-
},
|
|
177
|
-
{
|
|
178
|
-
"name": "input",
|
|
179
|
-
"description": "Fires when the value of an element has been changed."
|
|
180
|
-
},
|
|
181
|
-
{
|
|
182
|
-
"name": "change",
|
|
183
|
-
"description": "Fires a custom 'change' event when the button is invoked"
|
|
184
|
-
}
|
|
185
|
-
],
|
|
127
|
+
"events": [],
|
|
186
128
|
"slots": [
|
|
187
129
|
{
|
|
188
130
|
"name": "default",
|
|
@@ -250,32 +192,7 @@
|
|
|
250
192
|
}
|
|
251
193
|
}
|
|
252
194
|
],
|
|
253
|
-
"events": [
|
|
254
|
-
{
|
|
255
|
-
"name": "click",
|
|
256
|
-
"description": "Fires when a pointing device button (such as a mouse's primary mouse button) is both pressed and released while the pointer is located inside the element."
|
|
257
|
-
},
|
|
258
|
-
{
|
|
259
|
-
"name": "focus",
|
|
260
|
-
"description": "Fires when the element receives focus."
|
|
261
|
-
},
|
|
262
|
-
{
|
|
263
|
-
"name": "blur",
|
|
264
|
-
"description": "Fires when the element loses focus."
|
|
265
|
-
},
|
|
266
|
-
{
|
|
267
|
-
"name": "keydown",
|
|
268
|
-
"description": "Fires when a key is pressed."
|
|
269
|
-
},
|
|
270
|
-
{
|
|
271
|
-
"name": "keyup",
|
|
272
|
-
"description": "Fires when a key is released."
|
|
273
|
-
},
|
|
274
|
-
{
|
|
275
|
-
"name": "input",
|
|
276
|
-
"description": "Fires when the value of an element has been changed."
|
|
277
|
-
}
|
|
278
|
-
],
|
|
195
|
+
"events": [],
|
|
279
196
|
"slots": [
|
|
280
197
|
{
|
|
281
198
|
"name": "default",
|
|
@@ -380,40 +297,7 @@
|
|
|
380
297
|
}
|
|
381
298
|
}
|
|
382
299
|
],
|
|
383
|
-
"events": [
|
|
384
|
-
{
|
|
385
|
-
"name": "click",
|
|
386
|
-
"description": "Fires when a pointing device button (such as a mouse's primary mouse button) is both pressed and released while the pointer is located inside the element."
|
|
387
|
-
},
|
|
388
|
-
{
|
|
389
|
-
"name": "focus",
|
|
390
|
-
"description": "Fires when the element receives focus."
|
|
391
|
-
},
|
|
392
|
-
{
|
|
393
|
-
"name": "blur",
|
|
394
|
-
"description": "Fires when the element loses focus."
|
|
395
|
-
},
|
|
396
|
-
{
|
|
397
|
-
"name": "keydown",
|
|
398
|
-
"description": "Fires when a key is pressed."
|
|
399
|
-
},
|
|
400
|
-
{
|
|
401
|
-
"name": "keyup",
|
|
402
|
-
"description": "Fires when a key is released."
|
|
403
|
-
},
|
|
404
|
-
{
|
|
405
|
-
"name": "input",
|
|
406
|
-
"description": "Fires when the value of an element has been changed."
|
|
407
|
-
},
|
|
408
|
-
{
|
|
409
|
-
"name": "open",
|
|
410
|
-
"description": "Fired when the alert is opened"
|
|
411
|
-
},
|
|
412
|
-
{
|
|
413
|
-
"name": "close",
|
|
414
|
-
"description": "Fired when the alert is closed"
|
|
415
|
-
}
|
|
416
|
-
],
|
|
300
|
+
"events": [],
|
|
417
301
|
"slots": [
|
|
418
302
|
{
|
|
419
303
|
"name": "main",
|
|
@@ -529,32 +413,7 @@
|
|
|
529
413
|
}
|
|
530
414
|
}
|
|
531
415
|
],
|
|
532
|
-
"events": [
|
|
533
|
-
{
|
|
534
|
-
"name": "click",
|
|
535
|
-
"description": "Fires when a pointing device button (such as a mouse's primary mouse button) is both pressed and released while the pointer is located inside the element."
|
|
536
|
-
},
|
|
537
|
-
{
|
|
538
|
-
"name": "focus",
|
|
539
|
-
"description": "Fires when the element receives focus."
|
|
540
|
-
},
|
|
541
|
-
{
|
|
542
|
-
"name": "blur",
|
|
543
|
-
"description": "Fires when the element loses focus."
|
|
544
|
-
},
|
|
545
|
-
{
|
|
546
|
-
"name": "keydown",
|
|
547
|
-
"description": "Fires when a key is pressed."
|
|
548
|
-
},
|
|
549
|
-
{
|
|
550
|
-
"name": "keyup",
|
|
551
|
-
"description": "Fires when a key is released."
|
|
552
|
-
},
|
|
553
|
-
{
|
|
554
|
-
"name": "input",
|
|
555
|
-
"description": "Fires when the value of an element has been changed."
|
|
556
|
-
}
|
|
557
|
-
],
|
|
416
|
+
"events": [],
|
|
558
417
|
"slots": [],
|
|
559
418
|
"source": {
|
|
560
419
|
"module": "@vonage/vivid-vue",
|
|
@@ -623,32 +482,7 @@
|
|
|
623
482
|
}
|
|
624
483
|
}
|
|
625
484
|
],
|
|
626
|
-
"events": [
|
|
627
|
-
{
|
|
628
|
-
"name": "click",
|
|
629
|
-
"description": "Fires when a pointing device button (such as a mouse's primary mouse button) is both pressed and released while the pointer is located inside the element."
|
|
630
|
-
},
|
|
631
|
-
{
|
|
632
|
-
"name": "focus",
|
|
633
|
-
"description": "Fires when the element receives focus."
|
|
634
|
-
},
|
|
635
|
-
{
|
|
636
|
-
"name": "blur",
|
|
637
|
-
"description": "Fires when the element loses focus."
|
|
638
|
-
},
|
|
639
|
-
{
|
|
640
|
-
"name": "keydown",
|
|
641
|
-
"description": "Fires when a key is pressed."
|
|
642
|
-
},
|
|
643
|
-
{
|
|
644
|
-
"name": "keyup",
|
|
645
|
-
"description": "Fires when a key is released."
|
|
646
|
-
},
|
|
647
|
-
{
|
|
648
|
-
"name": "input",
|
|
649
|
-
"description": "Fires when the value of an element has been changed."
|
|
650
|
-
}
|
|
651
|
-
],
|
|
485
|
+
"events": [],
|
|
652
486
|
"slots": [
|
|
653
487
|
{
|
|
654
488
|
"name": "graphic",
|
|
@@ -722,32 +556,7 @@
|
|
|
722
556
|
}
|
|
723
557
|
}
|
|
724
558
|
],
|
|
725
|
-
"events": [
|
|
726
|
-
{
|
|
727
|
-
"name": "click",
|
|
728
|
-
"description": "Fires when a pointing device button (such as a mouse's primary mouse button) is both pressed and released while the pointer is located inside the element."
|
|
729
|
-
},
|
|
730
|
-
{
|
|
731
|
-
"name": "focus",
|
|
732
|
-
"description": "Fires when the element receives focus."
|
|
733
|
-
},
|
|
734
|
-
{
|
|
735
|
-
"name": "blur",
|
|
736
|
-
"description": "Fires when the element loses focus."
|
|
737
|
-
},
|
|
738
|
-
{
|
|
739
|
-
"name": "keydown",
|
|
740
|
-
"description": "Fires when a key is pressed."
|
|
741
|
-
},
|
|
742
|
-
{
|
|
743
|
-
"name": "keyup",
|
|
744
|
-
"description": "Fires when a key is released."
|
|
745
|
-
},
|
|
746
|
-
{
|
|
747
|
-
"name": "input",
|
|
748
|
-
"description": "Fires when the value of an element has been changed."
|
|
749
|
-
}
|
|
750
|
-
],
|
|
559
|
+
"events": [],
|
|
751
560
|
"slots": [
|
|
752
561
|
{
|
|
753
562
|
"name": "icon",
|
|
@@ -837,32 +646,7 @@
|
|
|
837
646
|
}
|
|
838
647
|
}
|
|
839
648
|
],
|
|
840
|
-
"events": [
|
|
841
|
-
{
|
|
842
|
-
"name": "click",
|
|
843
|
-
"description": "Fires when a pointing device button (such as a mouse's primary mouse button) is both pressed and released while the pointer is located inside the element."
|
|
844
|
-
},
|
|
845
|
-
{
|
|
846
|
-
"name": "focus",
|
|
847
|
-
"description": "Fires when the element receives focus."
|
|
848
|
-
},
|
|
849
|
-
{
|
|
850
|
-
"name": "blur",
|
|
851
|
-
"description": "Fires when the element loses focus."
|
|
852
|
-
},
|
|
853
|
-
{
|
|
854
|
-
"name": "keydown",
|
|
855
|
-
"description": "Fires when a key is pressed."
|
|
856
|
-
},
|
|
857
|
-
{
|
|
858
|
-
"name": "keyup",
|
|
859
|
-
"description": "Fires when a key is released."
|
|
860
|
-
},
|
|
861
|
-
{
|
|
862
|
-
"name": "input",
|
|
863
|
-
"description": "Fires when the value of an element has been changed."
|
|
864
|
-
}
|
|
865
|
-
],
|
|
649
|
+
"events": [],
|
|
866
650
|
"slots": [
|
|
867
651
|
{
|
|
868
652
|
"name": "action-items",
|
|
@@ -892,32 +676,7 @@
|
|
|
892
676
|
}
|
|
893
677
|
}
|
|
894
678
|
],
|
|
895
|
-
"events": [
|
|
896
|
-
{
|
|
897
|
-
"name": "click",
|
|
898
|
-
"description": "Fires when a pointing device button (such as a mouse's primary mouse button) is both pressed and released while the pointer is located inside the element."
|
|
899
|
-
},
|
|
900
|
-
{
|
|
901
|
-
"name": "focus",
|
|
902
|
-
"description": "Fires when the element receives focus."
|
|
903
|
-
},
|
|
904
|
-
{
|
|
905
|
-
"name": "blur",
|
|
906
|
-
"description": "Fires when the element loses focus."
|
|
907
|
-
},
|
|
908
|
-
{
|
|
909
|
-
"name": "keydown",
|
|
910
|
-
"description": "Fires when a key is pressed."
|
|
911
|
-
},
|
|
912
|
-
{
|
|
913
|
-
"name": "keyup",
|
|
914
|
-
"description": "Fires when a key is released."
|
|
915
|
-
},
|
|
916
|
-
{
|
|
917
|
-
"name": "input",
|
|
918
|
-
"description": "Fires when the value of an element has been changed."
|
|
919
|
-
}
|
|
920
|
-
],
|
|
679
|
+
"events": [],
|
|
921
680
|
"slots": [
|
|
922
681
|
{
|
|
923
682
|
"name": "default",
|
|
@@ -1014,32 +773,7 @@
|
|
|
1014
773
|
}
|
|
1015
774
|
}
|
|
1016
775
|
],
|
|
1017
|
-
"events": [
|
|
1018
|
-
{
|
|
1019
|
-
"name": "click",
|
|
1020
|
-
"description": "Fires when a pointing device button (such as a mouse's primary mouse button) is both pressed and released while the pointer is located inside the element."
|
|
1021
|
-
},
|
|
1022
|
-
{
|
|
1023
|
-
"name": "focus",
|
|
1024
|
-
"description": "Fires when the element receives focus."
|
|
1025
|
-
},
|
|
1026
|
-
{
|
|
1027
|
-
"name": "blur",
|
|
1028
|
-
"description": "Fires when the element loses focus."
|
|
1029
|
-
},
|
|
1030
|
-
{
|
|
1031
|
-
"name": "keydown",
|
|
1032
|
-
"description": "Fires when a key is pressed."
|
|
1033
|
-
},
|
|
1034
|
-
{
|
|
1035
|
-
"name": "keyup",
|
|
1036
|
-
"description": "Fires when a key is released."
|
|
1037
|
-
},
|
|
1038
|
-
{
|
|
1039
|
-
"name": "input",
|
|
1040
|
-
"description": "Fires when the value of an element has been changed."
|
|
1041
|
-
}
|
|
1042
|
-
],
|
|
776
|
+
"events": [],
|
|
1043
777
|
"slots": [],
|
|
1044
778
|
"source": {
|
|
1045
779
|
"module": "@vonage/vivid-vue",
|
|
@@ -1234,6 +968,14 @@
|
|
|
1234
968
|
"type": "boolean"
|
|
1235
969
|
}
|
|
1236
970
|
},
|
|
971
|
+
{
|
|
972
|
+
"name": "dropdownIndicator",
|
|
973
|
+
"description": "Display a chevron to indicate that the button opens a dropdown.",
|
|
974
|
+
"value": {
|
|
975
|
+
"kind": "expression",
|
|
976
|
+
"type": "boolean"
|
|
977
|
+
}
|
|
978
|
+
},
|
|
1237
979
|
{
|
|
1238
980
|
"name": "active",
|
|
1239
981
|
"description": "Displays the button in active state.",
|
|
@@ -1307,32 +1049,7 @@
|
|
|
1307
1049
|
}
|
|
1308
1050
|
}
|
|
1309
1051
|
],
|
|
1310
|
-
"events": [
|
|
1311
|
-
{
|
|
1312
|
-
"name": "click",
|
|
1313
|
-
"description": "Fires when a pointing device button (such as a mouse's primary mouse button) is both pressed and released while the pointer is located inside the element."
|
|
1314
|
-
},
|
|
1315
|
-
{
|
|
1316
|
-
"name": "focus",
|
|
1317
|
-
"description": "Fires when the element receives focus."
|
|
1318
|
-
},
|
|
1319
|
-
{
|
|
1320
|
-
"name": "blur",
|
|
1321
|
-
"description": "Fires when the element loses focus."
|
|
1322
|
-
},
|
|
1323
|
-
{
|
|
1324
|
-
"name": "keydown",
|
|
1325
|
-
"description": "Fires when a key is pressed."
|
|
1326
|
-
},
|
|
1327
|
-
{
|
|
1328
|
-
"name": "keyup",
|
|
1329
|
-
"description": "Fires when a key is released."
|
|
1330
|
-
},
|
|
1331
|
-
{
|
|
1332
|
-
"name": "input",
|
|
1333
|
-
"description": "Fires when the value of an element has been changed."
|
|
1334
|
-
}
|
|
1335
|
-
],
|
|
1052
|
+
"events": [],
|
|
1336
1053
|
"slots": [
|
|
1337
1054
|
{
|
|
1338
1055
|
"name": "icon",
|
|
@@ -1390,32 +1107,7 @@
|
|
|
1390
1107
|
}
|
|
1391
1108
|
}
|
|
1392
1109
|
],
|
|
1393
|
-
"events": [
|
|
1394
|
-
{
|
|
1395
|
-
"name": "click",
|
|
1396
|
-
"description": "Fires when a pointing device button (such as a mouse's primary mouse button) is both pressed and released while the pointer is located inside the element."
|
|
1397
|
-
},
|
|
1398
|
-
{
|
|
1399
|
-
"name": "focus",
|
|
1400
|
-
"description": "Fires when the element receives focus."
|
|
1401
|
-
},
|
|
1402
|
-
{
|
|
1403
|
-
"name": "blur",
|
|
1404
|
-
"description": "Fires when the element loses focus."
|
|
1405
|
-
},
|
|
1406
|
-
{
|
|
1407
|
-
"name": "keydown",
|
|
1408
|
-
"description": "Fires when a key is pressed."
|
|
1409
|
-
},
|
|
1410
|
-
{
|
|
1411
|
-
"name": "keyup",
|
|
1412
|
-
"description": "Fires when a key is released."
|
|
1413
|
-
},
|
|
1414
|
-
{
|
|
1415
|
-
"name": "input",
|
|
1416
|
-
"description": "Fires when the value of an element has been changed."
|
|
1417
|
-
}
|
|
1418
|
-
],
|
|
1110
|
+
"events": [],
|
|
1419
1111
|
"slots": [
|
|
1420
1112
|
{
|
|
1421
1113
|
"name": "default",
|
|
@@ -1525,32 +1217,7 @@
|
|
|
1525
1217
|
}
|
|
1526
1218
|
}
|
|
1527
1219
|
],
|
|
1528
|
-
"events": [
|
|
1529
|
-
{
|
|
1530
|
-
"name": "click",
|
|
1531
|
-
"description": "Fires when a pointing device button (such as a mouse's primary mouse button) is both pressed and released while the pointer is located inside the element."
|
|
1532
|
-
},
|
|
1533
|
-
{
|
|
1534
|
-
"name": "focus",
|
|
1535
|
-
"description": "Fires when the element receives focus."
|
|
1536
|
-
},
|
|
1537
|
-
{
|
|
1538
|
-
"name": "blur",
|
|
1539
|
-
"description": "Fires when the element loses focus."
|
|
1540
|
-
},
|
|
1541
|
-
{
|
|
1542
|
-
"name": "keydown",
|
|
1543
|
-
"description": "Fires when a key is pressed."
|
|
1544
|
-
},
|
|
1545
|
-
{
|
|
1546
|
-
"name": "keyup",
|
|
1547
|
-
"description": "Fires when a key is released."
|
|
1548
|
-
},
|
|
1549
|
-
{
|
|
1550
|
-
"name": "input",
|
|
1551
|
-
"description": "Fires when the value of an element has been changed."
|
|
1552
|
-
}
|
|
1553
|
-
],
|
|
1220
|
+
"events": [],
|
|
1554
1221
|
"slots": [],
|
|
1555
1222
|
"source": {
|
|
1556
1223
|
"module": "@vonage/vivid-vue",
|
|
@@ -1619,32 +1286,7 @@
|
|
|
1619
1286
|
}
|
|
1620
1287
|
}
|
|
1621
1288
|
],
|
|
1622
|
-
"events": [
|
|
1623
|
-
{
|
|
1624
|
-
"name": "click",
|
|
1625
|
-
"description": "Fires when a pointing device button (such as a mouse's primary mouse button) is both pressed and released while the pointer is located inside the element."
|
|
1626
|
-
},
|
|
1627
|
-
{
|
|
1628
|
-
"name": "focus",
|
|
1629
|
-
"description": "Fires when the element receives focus."
|
|
1630
|
-
},
|
|
1631
|
-
{
|
|
1632
|
-
"name": "blur",
|
|
1633
|
-
"description": "Fires when the element loses focus."
|
|
1634
|
-
},
|
|
1635
|
-
{
|
|
1636
|
-
"name": "keydown",
|
|
1637
|
-
"description": "Fires when a key is pressed."
|
|
1638
|
-
},
|
|
1639
|
-
{
|
|
1640
|
-
"name": "keyup",
|
|
1641
|
-
"description": "Fires when a key is released."
|
|
1642
|
-
},
|
|
1643
|
-
{
|
|
1644
|
-
"name": "input",
|
|
1645
|
-
"description": "Fires when the value of an element has been changed."
|
|
1646
|
-
}
|
|
1647
|
-
],
|
|
1289
|
+
"events": [],
|
|
1648
1290
|
"slots": [
|
|
1649
1291
|
{
|
|
1650
1292
|
"name": "graphic",
|
|
@@ -1804,36 +1446,7 @@
|
|
|
1804
1446
|
}
|
|
1805
1447
|
}
|
|
1806
1448
|
],
|
|
1807
|
-
"events": [
|
|
1808
|
-
{
|
|
1809
|
-
"name": "click",
|
|
1810
|
-
"description": "Fires when a pointing device button (such as a mouse's primary mouse button) is both pressed and released while the pointer is located inside the element."
|
|
1811
|
-
},
|
|
1812
|
-
{
|
|
1813
|
-
"name": "focus",
|
|
1814
|
-
"description": "Fires when the element receives focus."
|
|
1815
|
-
},
|
|
1816
|
-
{
|
|
1817
|
-
"name": "blur",
|
|
1818
|
-
"description": "Fires when the element loses focus."
|
|
1819
|
-
},
|
|
1820
|
-
{
|
|
1821
|
-
"name": "keydown",
|
|
1822
|
-
"description": "Fires when a key is pressed."
|
|
1823
|
-
},
|
|
1824
|
-
{
|
|
1825
|
-
"name": "keyup",
|
|
1826
|
-
"description": "Fires when a key is released."
|
|
1827
|
-
},
|
|
1828
|
-
{
|
|
1829
|
-
"name": "change",
|
|
1830
|
-
"description": "Emitted when the checked state changes."
|
|
1831
|
-
},
|
|
1832
|
-
{
|
|
1833
|
-
"name": "input",
|
|
1834
|
-
"description": "Emitted when the checked state changes."
|
|
1835
|
-
}
|
|
1836
|
-
],
|
|
1449
|
+
"events": [],
|
|
1837
1450
|
"slots": [
|
|
1838
1451
|
{
|
|
1839
1452
|
"name": "helper-text",
|
|
@@ -1971,36 +1584,7 @@
|
|
|
1971
1584
|
}
|
|
1972
1585
|
}
|
|
1973
1586
|
],
|
|
1974
|
-
"events": [
|
|
1975
|
-
{
|
|
1976
|
-
"name": "click",
|
|
1977
|
-
"description": "Fires when a pointing device button (such as a mouse's primary mouse button) is both pressed and released while the pointer is located inside the element."
|
|
1978
|
-
},
|
|
1979
|
-
{
|
|
1980
|
-
"name": "focus",
|
|
1981
|
-
"description": "Fires when the element receives focus."
|
|
1982
|
-
},
|
|
1983
|
-
{
|
|
1984
|
-
"name": "blur",
|
|
1985
|
-
"description": "Fires when the element loses focus."
|
|
1986
|
-
},
|
|
1987
|
-
{
|
|
1988
|
-
"name": "keydown",
|
|
1989
|
-
"description": "Fires when a key is pressed."
|
|
1990
|
-
},
|
|
1991
|
-
{
|
|
1992
|
-
"name": "keyup",
|
|
1993
|
-
"description": "Fires when a key is released."
|
|
1994
|
-
},
|
|
1995
|
-
{
|
|
1996
|
-
"name": "input",
|
|
1997
|
-
"description": "Fires when the value of an element has been changed."
|
|
1998
|
-
},
|
|
1999
|
-
{
|
|
2000
|
-
"name": "change",
|
|
2001
|
-
"description": "Fires a custom 'change' event when the value updates"
|
|
2002
|
-
}
|
|
2003
|
-
],
|
|
1587
|
+
"events": [],
|
|
2004
1588
|
"slots": [
|
|
2005
1589
|
{
|
|
2006
1590
|
"name": "default",
|
|
@@ -2066,36 +1650,7 @@
|
|
|
2066
1650
|
}
|
|
2067
1651
|
}
|
|
2068
1652
|
],
|
|
2069
|
-
"events": [
|
|
2070
|
-
{
|
|
2071
|
-
"name": "click",
|
|
2072
|
-
"description": "Fires when a pointing device button (such as a mouse's primary mouse button) is both pressed and released while the pointer is located inside the element."
|
|
2073
|
-
},
|
|
2074
|
-
{
|
|
2075
|
-
"name": "focus",
|
|
2076
|
-
"description": "Fires when the element receives focus."
|
|
2077
|
-
},
|
|
2078
|
-
{
|
|
2079
|
-
"name": "blur",
|
|
2080
|
-
"description": "Fires when the element loses focus."
|
|
2081
|
-
},
|
|
2082
|
-
{
|
|
2083
|
-
"name": "keydown",
|
|
2084
|
-
"description": "Fires when a key is pressed."
|
|
2085
|
-
},
|
|
2086
|
-
{
|
|
2087
|
-
"name": "keyup",
|
|
2088
|
-
"description": "Fires when a key is released."
|
|
2089
|
-
},
|
|
2090
|
-
{
|
|
2091
|
-
"name": "input",
|
|
2092
|
-
"description": "Fires when the value of an element has been changed."
|
|
2093
|
-
},
|
|
2094
|
-
{
|
|
2095
|
-
"name": "cell-click",
|
|
2096
|
-
"description": "Event that fires when a cell is clicked"
|
|
2097
|
-
}
|
|
2098
|
-
],
|
|
1653
|
+
"events": [],
|
|
2099
1654
|
"slots": [
|
|
2100
1655
|
{
|
|
2101
1656
|
"name": "default",
|
|
@@ -2161,45 +1716,8 @@
|
|
|
2161
1716
|
}
|
|
2162
1717
|
}
|
|
2163
1718
|
],
|
|
2164
|
-
"events": [
|
|
2165
|
-
|
|
2166
|
-
"name": "click",
|
|
2167
|
-
"description": "Fires when a pointing device button (such as a mouse's primary mouse button) is both pressed and released while the pointer is located inside the element."
|
|
2168
|
-
},
|
|
2169
|
-
{
|
|
2170
|
-
"name": "focus",
|
|
2171
|
-
"description": "Fires when the element receives focus."
|
|
2172
|
-
},
|
|
2173
|
-
{
|
|
2174
|
-
"name": "blur",
|
|
2175
|
-
"description": "Fires when the element loses focus."
|
|
2176
|
-
},
|
|
2177
|
-
{
|
|
2178
|
-
"name": "keydown",
|
|
2179
|
-
"description": "Fires when a key is pressed."
|
|
2180
|
-
},
|
|
2181
|
-
{
|
|
2182
|
-
"name": "keyup",
|
|
2183
|
-
"description": "Fires when a key is released."
|
|
2184
|
-
},
|
|
2185
|
-
{
|
|
2186
|
-
"name": "input",
|
|
2187
|
-
"description": "Fires when the value of an element has been changed."
|
|
2188
|
-
},
|
|
2189
|
-
{
|
|
2190
|
-
"name": "sort",
|
|
2191
|
-
"description": "Event that fires when a sortable column header is clicked"
|
|
2192
|
-
},
|
|
2193
|
-
{
|
|
2194
|
-
"name": "cell-click",
|
|
2195
|
-
"description": "Event that fires when a cell is clicked"
|
|
2196
|
-
},
|
|
2197
|
-
{
|
|
2198
|
-
"name": "cell-focused",
|
|
2199
|
-
"description": "Fires a custom 'cell-focused' event when focus is on the cell or its contents"
|
|
2200
|
-
}
|
|
2201
|
-
],
|
|
2202
|
-
"slots": [
|
|
1719
|
+
"events": [],
|
|
1720
|
+
"slots": [
|
|
2203
1721
|
{
|
|
2204
1722
|
"name": "default",
|
|
2205
1723
|
"description": "Default slot."
|
|
@@ -2248,40 +1766,7 @@
|
|
|
2248
1766
|
}
|
|
2249
1767
|
}
|
|
2250
1768
|
],
|
|
2251
|
-
"events": [
|
|
2252
|
-
{
|
|
2253
|
-
"name": "click",
|
|
2254
|
-
"description": "Fires when a pointing device button (such as a mouse's primary mouse button) is both pressed and released while the pointer is located inside the element."
|
|
2255
|
-
},
|
|
2256
|
-
{
|
|
2257
|
-
"name": "focus",
|
|
2258
|
-
"description": "Fires when the element receives focus."
|
|
2259
|
-
},
|
|
2260
|
-
{
|
|
2261
|
-
"name": "blur",
|
|
2262
|
-
"description": "Fires when the element loses focus."
|
|
2263
|
-
},
|
|
2264
|
-
{
|
|
2265
|
-
"name": "keydown",
|
|
2266
|
-
"description": "Fires when a key is pressed."
|
|
2267
|
-
},
|
|
2268
|
-
{
|
|
2269
|
-
"name": "keyup",
|
|
2270
|
-
"description": "Fires when a key is released."
|
|
2271
|
-
},
|
|
2272
|
-
{
|
|
2273
|
-
"name": "input",
|
|
2274
|
-
"description": "Fires when the value of an element has been changed."
|
|
2275
|
-
},
|
|
2276
|
-
{
|
|
2277
|
-
"name": "cell-click",
|
|
2278
|
-
"description": "Event that fires when a cell is clicked"
|
|
2279
|
-
},
|
|
2280
|
-
{
|
|
2281
|
-
"name": "row-focused",
|
|
2282
|
-
"description": "Fires a custom 'row-focused' event when focus is on an element (usually a cell or its contents) in the row"
|
|
2283
|
-
}
|
|
2284
|
-
],
|
|
1769
|
+
"events": [],
|
|
2285
1770
|
"slots": [
|
|
2286
1771
|
{
|
|
2287
1772
|
"name": "default",
|
|
@@ -2387,40 +1872,7 @@
|
|
|
2387
1872
|
}
|
|
2388
1873
|
}
|
|
2389
1874
|
],
|
|
2390
|
-
"events": [
|
|
2391
|
-
{
|
|
2392
|
-
"name": "click",
|
|
2393
|
-
"description": "Fires when a pointing device button (such as a mouse's primary mouse button) is both pressed and released while the pointer is located inside the element."
|
|
2394
|
-
},
|
|
2395
|
-
{
|
|
2396
|
-
"name": "focus",
|
|
2397
|
-
"description": "Fires when the element receives focus."
|
|
2398
|
-
},
|
|
2399
|
-
{
|
|
2400
|
-
"name": "blur",
|
|
2401
|
-
"description": "Fires when the element loses focus."
|
|
2402
|
-
},
|
|
2403
|
-
{
|
|
2404
|
-
"name": "keydown",
|
|
2405
|
-
"description": "Fires when a key is pressed."
|
|
2406
|
-
},
|
|
2407
|
-
{
|
|
2408
|
-
"name": "keyup",
|
|
2409
|
-
"description": "Fires when a key is released."
|
|
2410
|
-
},
|
|
2411
|
-
{
|
|
2412
|
-
"name": "input",
|
|
2413
|
-
"description": "Emitted when the date is changed by the user."
|
|
2414
|
-
},
|
|
2415
|
-
{
|
|
2416
|
-
"name": "change",
|
|
2417
|
-
"description": "Emitted when the date is changed by the user."
|
|
2418
|
-
},
|
|
2419
|
-
{
|
|
2420
|
-
"name": "clear-click",
|
|
2421
|
-
"description": "Event emitted when the clear button is clicked."
|
|
2422
|
-
}
|
|
2423
|
-
],
|
|
1875
|
+
"events": [],
|
|
2424
1876
|
"slots": [
|
|
2425
1877
|
{
|
|
2426
1878
|
"name": "helper-text",
|
|
@@ -2558,48 +2010,7 @@
|
|
|
2558
2010
|
}
|
|
2559
2011
|
}
|
|
2560
2012
|
],
|
|
2561
|
-
"events": [
|
|
2562
|
-
{
|
|
2563
|
-
"name": "click",
|
|
2564
|
-
"description": "Fires when a pointing device button (such as a mouse's primary mouse button) is both pressed and released while the pointer is located inside the element."
|
|
2565
|
-
},
|
|
2566
|
-
{
|
|
2567
|
-
"name": "focus",
|
|
2568
|
-
"description": "Fires when the element receives focus."
|
|
2569
|
-
},
|
|
2570
|
-
{
|
|
2571
|
-
"name": "blur",
|
|
2572
|
-
"description": "Fires when the element loses focus."
|
|
2573
|
-
},
|
|
2574
|
-
{
|
|
2575
|
-
"name": "keydown",
|
|
2576
|
-
"description": "Fires when a key is pressed."
|
|
2577
|
-
},
|
|
2578
|
-
{
|
|
2579
|
-
"name": "keyup",
|
|
2580
|
-
"description": "Fires when a key is released."
|
|
2581
|
-
},
|
|
2582
|
-
{
|
|
2583
|
-
"name": "input:start",
|
|
2584
|
-
"description": "Event emitted when the start value changes"
|
|
2585
|
-
},
|
|
2586
|
-
{
|
|
2587
|
-
"name": "input:end",
|
|
2588
|
-
"description": "Event emitted when the end value changes"
|
|
2589
|
-
},
|
|
2590
|
-
{
|
|
2591
|
-
"name": "input",
|
|
2592
|
-
"description": "Emitted when either the start or end value changes"
|
|
2593
|
-
},
|
|
2594
|
-
{
|
|
2595
|
-
"name": "change",
|
|
2596
|
-
"description": "Emitted when either the start or end value changes"
|
|
2597
|
-
},
|
|
2598
|
-
{
|
|
2599
|
-
"name": "clear-click",
|
|
2600
|
-
"description": "Event emitted when the clear button is clicked."
|
|
2601
|
-
}
|
|
2602
|
-
],
|
|
2013
|
+
"events": [],
|
|
2603
2014
|
"slots": [
|
|
2604
2015
|
{
|
|
2605
2016
|
"name": "helper-text",
|
|
@@ -2711,48 +2122,7 @@
|
|
|
2711
2122
|
}
|
|
2712
2123
|
}
|
|
2713
2124
|
],
|
|
2714
|
-
"events": [
|
|
2715
|
-
{
|
|
2716
|
-
"name": "click",
|
|
2717
|
-
"description": "Fires when a pointing device button (such as a mouse's primary mouse button) is both pressed and released while the pointer is located inside the element."
|
|
2718
|
-
},
|
|
2719
|
-
{
|
|
2720
|
-
"name": "keydown",
|
|
2721
|
-
"description": "Fires when a key is pressed."
|
|
2722
|
-
},
|
|
2723
|
-
{
|
|
2724
|
-
"name": "keyup",
|
|
2725
|
-
"description": "Fires when a key is released."
|
|
2726
|
-
},
|
|
2727
|
-
{
|
|
2728
|
-
"name": "change",
|
|
2729
|
-
"description": "Emitted when the text field value changes"
|
|
2730
|
-
},
|
|
2731
|
-
{
|
|
2732
|
-
"name": "input",
|
|
2733
|
-
"description": "Emitted when the text field value changes"
|
|
2734
|
-
},
|
|
2735
|
-
{
|
|
2736
|
-
"name": "blur",
|
|
2737
|
-
"description": "Emitted when the text field loses focus"
|
|
2738
|
-
},
|
|
2739
|
-
{
|
|
2740
|
-
"name": "focus",
|
|
2741
|
-
"description": "Emitted when the text field receives focus"
|
|
2742
|
-
},
|
|
2743
|
-
{
|
|
2744
|
-
"name": "keypad-click",
|
|
2745
|
-
"description": "Emitted when a digit button is clicked"
|
|
2746
|
-
},
|
|
2747
|
-
{
|
|
2748
|
-
"name": "dial",
|
|
2749
|
-
"description": "Emitted when the call button is clicked"
|
|
2750
|
-
},
|
|
2751
|
-
{
|
|
2752
|
-
"name": "end-call",
|
|
2753
|
-
"description": "Emitted when the end call button is clicked"
|
|
2754
|
-
}
|
|
2755
|
-
],
|
|
2125
|
+
"events": [],
|
|
2756
2126
|
"slots": [],
|
|
2757
2127
|
"source": {
|
|
2758
2128
|
"module": "@vonage/vivid-vue",
|
|
@@ -2836,38 +2206,17 @@
|
|
|
2836
2206
|
"kind": "expression",
|
|
2837
2207
|
"type": "boolean"
|
|
2838
2208
|
}
|
|
2839
|
-
}
|
|
2840
|
-
],
|
|
2841
|
-
"events": [
|
|
2842
|
-
{
|
|
2843
|
-
"name": "click",
|
|
2844
|
-
"description": "Fires when a pointing device button (such as a mouse's primary mouse button) is both pressed and released while the pointer is located inside the element."
|
|
2845
2209
|
},
|
|
2846
2210
|
{
|
|
2847
|
-
"name": "
|
|
2848
|
-
"description": "
|
|
2849
|
-
|
|
2850
|
-
|
|
2851
|
-
|
|
2852
|
-
|
|
2853
|
-
},
|
|
2854
|
-
{
|
|
2855
|
-
"name": "keydown",
|
|
2856
|
-
"description": "Fires when a key is pressed."
|
|
2857
|
-
},
|
|
2858
|
-
{
|
|
2859
|
-
"name": "keyup",
|
|
2860
|
-
"description": "Fires when a key is released."
|
|
2861
|
-
},
|
|
2862
|
-
{
|
|
2863
|
-
"name": "input",
|
|
2864
|
-
"description": "Fires when the value of an element has been changed."
|
|
2865
|
-
},
|
|
2866
|
-
{
|
|
2867
|
-
"name": "close",
|
|
2868
|
-
"description": "The `close` event fires when the dialog closes (either via user interaction or via the API). It returns the return value inside the event's details property."
|
|
2211
|
+
"name": "modal",
|
|
2212
|
+
"description": "Controls whether the dialog is modal.",
|
|
2213
|
+
"value": {
|
|
2214
|
+
"kind": "expression",
|
|
2215
|
+
"type": "boolean"
|
|
2216
|
+
}
|
|
2869
2217
|
}
|
|
2870
2218
|
],
|
|
2219
|
+
"events": [],
|
|
2871
2220
|
"slots": [
|
|
2872
2221
|
{
|
|
2873
2222
|
"name": "graphic",
|
|
@@ -2925,32 +2274,7 @@
|
|
|
2925
2274
|
}
|
|
2926
2275
|
}
|
|
2927
2276
|
],
|
|
2928
|
-
"events": [
|
|
2929
|
-
{
|
|
2930
|
-
"name": "click",
|
|
2931
|
-
"description": "Fires when a pointing device button (such as a mouse's primary mouse button) is both pressed and released while the pointer is located inside the element."
|
|
2932
|
-
},
|
|
2933
|
-
{
|
|
2934
|
-
"name": "focus",
|
|
2935
|
-
"description": "Fires when the element receives focus."
|
|
2936
|
-
},
|
|
2937
|
-
{
|
|
2938
|
-
"name": "blur",
|
|
2939
|
-
"description": "Fires when the element loses focus."
|
|
2940
|
-
},
|
|
2941
|
-
{
|
|
2942
|
-
"name": "keydown",
|
|
2943
|
-
"description": "Fires when a key is pressed."
|
|
2944
|
-
},
|
|
2945
|
-
{
|
|
2946
|
-
"name": "keyup",
|
|
2947
|
-
"description": "Fires when a key is released."
|
|
2948
|
-
},
|
|
2949
|
-
{
|
|
2950
|
-
"name": "input",
|
|
2951
|
-
"description": "Fires when the value of an element has been changed."
|
|
2952
|
-
}
|
|
2953
|
-
],
|
|
2277
|
+
"events": [],
|
|
2954
2278
|
"slots": [],
|
|
2955
2279
|
"source": {
|
|
2956
2280
|
"module": "@vonage/vivid-vue",
|
|
@@ -2970,6 +2294,14 @@
|
|
|
2970
2294
|
"type": "'page' | 'step' | 'location' | 'date' | 'time' | 'true' | 'false'"
|
|
2971
2295
|
}
|
|
2972
2296
|
},
|
|
2297
|
+
{
|
|
2298
|
+
"name": "connotation",
|
|
2299
|
+
"description": "The connotation the empty state should have.",
|
|
2300
|
+
"value": {
|
|
2301
|
+
"kind": "expression",
|
|
2302
|
+
"type": "'accent' | 'cta' | 'success' | 'alert' | 'warning' | 'information'"
|
|
2303
|
+
}
|
|
2304
|
+
},
|
|
2973
2305
|
{
|
|
2974
2306
|
"name": "headline",
|
|
2975
2307
|
"description": "An optional headline for the empty state.",
|
|
@@ -2985,34 +2317,17 @@
|
|
|
2985
2317
|
"kind": "expression",
|
|
2986
2318
|
"type": "'10-sec-backward-line' | '10-sec-backward-solid' | '10-sec-forward-line' | '10-sec-forward-solid' | '30-sec-backward-line' | '30-sec-backward-solid' | '30-sec-forward-line' | '30-sec-forward-solid' | '5-sec-backward-line' | '5-sec-backward-solid' | '5-sec-forward-line' | '5-sec-forward-solid' | 'accessibility-line' | 'accessibility-solid' | 'active-call-line' | 'active-call-solid' | 'add-call-line' | 'add-call-solid' | 'add-group-line' | 'add-group-solid' | 'add-line' | 'add-solid' | 'add-time-line' | 'add-time-solid' | 'add-user-line' | 'add-user-solid' | 'address-book-line' | 'address-book-solid' | 'ai-2-line' | 'ai-2-solid' | 'ai-3-line' | 'ai-3-solid' | 'ai-line' | 'ai-solid' | 'alarm-line' | 'alarm-solid' | 'align-center-line' | 'align-center-solid' | 'align-left-line' | 'align-left-solid' | 'align-right-line' | 'align-right-solid' | 'ambulance-line' | 'ambulance-solid' | 'android-color' | 'android-mono' | 'angular-color' | 'angular-mono' | 'app-line' | 'app-plus-line' | 'app-plus-solid' | 'app-solid' | 'app-store-line' | 'app-store-solid' | 'apple-color' | 'apple-mono' | 'apps-line' | 'apps-solid' | 'arrow-bold-left-line' | 'arrow-bold-left-solid' | 'arrow-bold-right-line' | 'arrow-bold-right-solid' | 'arrow-down-line' | 'arrow-down-solid' | 'arrow-inbound-line' | 'arrow-inbound-solid' | 'arrow-left-line' | 'arrow-left-solid' | 'arrow-outbound-line' | 'arrow-outbound-solid' | 'arrow-right-line' | 'arrow-right-solid' | 'arrow-up-line' | 'arrow-up-solid' | 'arrow-width-large-line' | 'arrow-width-large-solid' | 'arrow-width-medium-line' | 'arrow-width-medium-solid' | 'arrow-width-small-line' | 'arrow-width-small-solid' | 'assign-user-line' | 'assign-user-solid' | 'asterisk-2-line' | 'asterisk-2-solid' | 'asterisk-line' | 'asterisk-solid' | 'atoms-line' | 'atoms-solid' | 'attachment-line' | 'attachment-solid' | 'audio-max-line' | 'audio-max-solid' | 'audio-mid-line' | 'audio-mid-solid' | 'audio-min-line' | 'audio-min-solid' | 'audio-mute-line' | 'audio-mute-solid' | 'audio-off-2-line' | 'audio-off-2-solid' | 'audio-off-line' | 'audio-off-solid' | 'back-line' | 'back-solid' | 'backspace-line' | 'backspace-solid' | 'backward-line' | 'backward-solid' | 'badge-line' | 'badge-solid' | 'binoculars-line' | 'binoculars-solid' | 'block-call-line' | 'block-call-solid' | 'block-line' | 'block-solid' | 'blogger-color' | 'blogger-mono' | 'blur-line' | 'blur-off-line' | 'blur-off-solid' | 'blur-solid' | 'bold-line' | 'bold-solid' | 'bookmark-line' | 'bookmark-solid' | 'books-line' | 'books-solid' | 'bot-line' | 'bot-solid' | 'bottom-tabs-line' | 'bottom-tabs-solid' | 'bounce-line' | 'bounce-solid' | 'brain-line' | 'brain-solid' | 'bring-to-front-line' | 'bring-to-front-solid' | 'broadcast-line' | 'broadcast-solid' | 'bullet-line' | 'bullet-list-2-line' | 'bullet-list-2-solid' | 'bullet-list-line' | 'bullet-list-off-line' | 'bullet-list-off-solid' | 'bullet-list-solid' | 'bullet-solid' | 'bullhorn-color' | 'bullhorn-mono' | 'calculator-line' | 'calculator-solid' | 'calendar-check-line' | 'calendar-check-solid' | 'calendar-clock-line' | 'calendar-clock-solid' | 'calendar-line' | 'calendar-plus-line' | 'calendar-plus-solid' | 'calendar-solid' | 'call-line' | 'call-solid' | 'call-star-line' | 'call-star-solid' | 'camera-line' | 'camera-solid' | 'camera-switch-line' | 'camera-switch-solid' | 'car-line' | 'car-solid' | 'cart-full-line' | 'cart-full-solid' | 'cart-line' | 'cart-solid' | 'cell-reception-line' | 'cell-reception-solid' | 'chain-line' | 'chain-solid' | 'charity-line' | 'charity-solid' | 'chart-line' | 'chart-solid' | 'chat-2-line' | 'chat-2-solid' | 'chat-call-line' | 'chat-call-solid' | 'chat-hide-line' | 'chat-hide-solid' | 'chat-line' | 'chat-solid' | 'check-all-line' | 'check-all-solid' | 'check-call-line' | 'check-call-solid' | 'check-circle-line' | 'check-circle-solid' | 'check-double-line' | 'check-double-solid' | 'check-line' | 'check-sent-line' | 'check-sent-solid' | 'check-solid' | 'checkbox-checked-2-line' | 'checkbox-checked-2-solid' | 'checkbox-checked-line' | 'checkbox-checked-solid' | 'checkbox-part-checked-line' | 'checkbox-part-checked-solid' | 'checkbox-unchecked-2-line' | 'checkbox-unchecked-2-solid' | 'checkbox-unchecked-line' | 'checkbox-unchecked-solid' | 'chevron-circle-down-line' | 'chevron-circle-down-solid' | 'chevron-down-line' | 'chevron-down-solid' | 'chevron-left-line' | 'chevron-left-solid' | 'chevron-right-line' | 'chevron-right-solid' | 'chevron-up-line' | 'chevron-up-solid' | 'chime-color' | 'chime-mono' | 'circle-line' | 'circle-solid' | 'clear-file-line' | 'clear-file-solid' | 'click-to-call-line' | 'click-to-call-solid' | 'clio-color' | 'clio-mono' | 'clipboard-add-line' | 'clipboard-add-solid' | 'clipboard-assign-line' | 'clipboard-assign-solid' | 'clock-line' | 'clock-off-line' | 'clock-off-solid' | 'clock-solid' | 'close-circle-line' | 'close-circle-solid' | 'close-line' | 'close-small-line' | 'close-small-solid' | 'close-solid' | 'closed-captioning-line' | 'closed-captioning-off-line' | 'closed-captioning-off-solid' | 'closed-captioning-solid' | 'cloud-download-2-line' | 'cloud-download-2-solid' | 'cloud-line' | 'cloud-office-phone-line' | 'cloud-office-phone-solid' | 'cloud-solid' | 'cloud-upload-2-line' | 'cloud-upload-2-solid' | 'cloud-upload-line' | 'cloud-upload-solid' | 'code-line' | 'code-snippet-line' | 'code-snippet-solid' | 'code-solid' | 'coffee-line' | 'coffee-solid' | 'collapse-line' | 'collapse-solid' | 'comms-online-color' | 'comms-online-mono' | 'company-line' | 'company-solid' | 'compose-line' | 'compose-solid' | 'condition-line' | 'condition-solid' | 'connect-line' | 'connect-solid' | 'connectwise-color' | 'connectwise-mono' | 'cooktail-line' | 'cooktail-solid' | 'copy-2-line' | 'copy-2-solid' | 'copy-line' | 'copy-solid' | 'credit-card-line' | 'credit-card-solid' | 'crop-line' | 'crop-solid' | 'curl-color' | 'curl-mono' | 'curly-brackets-line' | 'curly-brackets-solid' | 'cursor-2-line' | 'cursor-2-solid' | 'cursor-line' | 'cursor-solid' | 'dark-mode-line' | 'dark-mode-solid' | 'delete-line' | 'delete-solid' | 'density-high-line' | 'density-high-solid' | 'density-medium-line' | 'density-medium-solid' | 'design-tools-line' | 'design-tools-solid' | 'devices-line' | 'devices-solid' | 'disable-call-line' | 'disable-call-solid' | 'distort-line' | 'distort-solid' | 'divider-line' | 'divider-solid' | 'document-2-line' | 'document-2-solid' | 'document-line' | 'document-solid' | 'dollar-line' | 'dollar-solid' | 'dotnet-color' | 'dotnet-mono' | 'double-chevron-left-line' | 'double-chevron-left-solid' | 'double-chevron-right-line' | 'double-chevron-right-solid' | 'download-line' | 'download-solid' | 'drupal-color' | 'drupal-mono' | 'duplicate-line' | 'duplicate-solid' | 'dynamics-365-color' | 'dynamics-365-mono' | 'dynamics-color' | 'dynamics-mono' | 'echo-line' | 'echo-solid' | 'edit-line' | 'edit-solid' | 'edit-user-line' | 'edit-user-solid' | 'eight-line' | 'eight-solid' | 'emoji-line' | 'emoji-solid' | 'end-call-line' | 'end-call-solid' | 'enlarge-screen-2-line' | 'enlarge-screen-2-solid' | 'enlarge-screen-line' | 'enlarge-screen-solid' | 'enter-line' | 'enter-solid' | 'envelope-line' | 'envelope-solid' | 'eraser-line' | 'eraser-solid' | 'error-line' | 'error-solid' | 'error-star-line' | 'error-star-solid' | 'exit-line' | 'exit-solid' | 'expand-2-line' | 'expand-2-solid' | 'expand-line' | 'expand-solid' | 'export-line' | 'export-solid' | 'express-color' | 'express-mono' | 'eye-hide-line' | 'eye-hide-solid' | 'eye-line' | 'eye-solid' | 'facebook-color' | 'facebook-line' | 'facebook-mono' | 'facebook-solid' | 'fax-2-line' | 'fax-2-solid' | 'fax-add-line' | 'fax-add-solid' | 'fax-failed-line' | 'fax-failed-solid' | 'fax-inbound-line' | 'fax-inbound-solid' | 'fax-line' | 'fax-outbound-line' | 'fax-outbound-solid' | 'fax-pending-line' | 'fax-pending-solid' | 'fax-scheduled-line' | 'fax-scheduled-solid' | 'fax-solid' | 'feedback-line' | 'feedback-solid' | 'file-add-line' | 'file-add-solid' | 'file-audio-line' | 'file-audio-solid' | 'file-csv-line' | 'file-csv-solid' | 'file-doc-line' | 'file-doc-solid' | 'file-dollar-line' | 'file-dollar-solid' | 'file-edit-line' | 'file-edit-solid' | 'file-gear-line' | 'file-gear-solid' | 'file-gif-2-line' | 'file-gif-2-solid' | 'file-gif-line' | 'file-gif-solid' | 'file-jpg-line' | 'file-jpg-solid' | 'file-line' | 'file-paragraph-line' | 'file-paragraph-solid' | 'file-pdf-line' | 'file-pdf-solid' | 'file-plus-line' | 'file-plus-solid' | 'file-png-line' | 'file-png-solid' | 'file-ppt-line' | 'file-ppt-solid' | 'file-search-line' | 'file-search-solid' | 'file-solid' | 'file-video-2-line' | 'file-video-2-solid' | 'file-video-line' | 'file-video-solid' | 'file-xls-line' | 'file-xls-solid' | 'file-zip-line' | 'file-zip-solid' | 'files-line' | 'files-solid' | 'filter-line' | 'filter-solid' | 'five-line' | 'five-solid' | 'flag-afghanistan' | 'flag-aland-islands' | 'flag-albania' | 'flag-algeria' | 'flag-argentina' | 'flag-armenia' | 'flag-aruba' | 'flag-australia' | 'flag-austria' | 'flag-bahamas' | 'flag-bahrain' | 'flag-belarus' | 'flag-belgium' | 'flag-benin' | 'flag-bolivia' | 'flag-botswana' | 'flag-brazil' | 'flag-bulgaria' | 'flag-burkina-faso' | 'flag-cambodia' | 'flag-canada' | 'flag-cayman-islands' | 'flag-central-african-republic' | 'flag-chad' | 'flag-chile' | 'flag-china' | 'flag-colombia' | 'flag-costa-rica' | 'flag-croatia' | 'flag-cyprus' | 'flag-denmark' | 'flag-dominican-republic' | 'flag-egypt' | 'flag-el-salvador' | 'flag-estonia' | 'flag-european-union' | 'flag-finland' | 'flag-france' | 'flag-georgia' | 'flag-germany' | 'flag-ghana' | 'flag-grenada' | 'flag-guatemala' | 'flag-honduras' | 'flag-hong-kong' | 'flag-hungary' | 'flag-iceland' | 'flag-india' | 'flag-indonesia' | 'flag-ireland' | 'flag-israel' | 'flag-italy' | 'flag-jamaica' | 'flag-japan' | 'flag-latvia' | 'flag-liechtenstein' | 'flag-lithuania' | 'flag-luxembourg' | 'flag-macao' | 'flag-malaysia' | 'flag-malta' | 'flag-mauritius' | 'flag-mexico' | 'flag-moldova' | 'flag-netherlands' | 'flag-new-zealand' | 'flag-nigeria' | 'flag-norway' | 'flag-pakistan' | 'flag-panama' | 'flag-peru' | 'flag-philippines' | 'flag-poland' | 'flag-portugal' | 'flag-puertorico' | 'flag-romania' | 'flag-russia' | 'flag-rwanda' | 'flag-saudi-arabia' | 'flag-serbia' | 'flag-singapore' | 'flag-slovakia' | 'flag-slovenia' | 'flag-south-africa' | 'flag-south-korea' | 'flag-spain' | 'flag-sri-lanka' | 'flag-sweden' | 'flag-switzerland' | 'flag-taiwan' | 'flag-tajikistan' | 'flag-tanzania' | 'flag-thailand' | 'flag-trinidad-and-tobago' | 'flag-turkey' | 'flag-ukraine' | 'flag-united-arab-emirates' | 'flag-united-kingdom' | 'flag-united-states' | 'flag-uruguay' | 'flag-uzbekistan' | 'flag-venezuela' | 'flag-vietnam' | 'flag-zambia' | 'flash-2-line' | 'flash-2-solid' | 'flash-line' | 'flash-solid' | 'flip-horizontal-line' | 'flip-horizontal-solid' | 'flip-line' | 'flip-solid' | 'flip-vertical-line' | 'flip-vertical-solid' | 'flow-2-line' | 'flow-2-solid' | 'flow-line' | 'flow-permission-line' | 'flow-permission-solid' | 'flow-solid' | 'forward-call-line' | 'forward-call-solid' | 'forward-line' | 'forward-solid' | 'four-line' | 'four-solid' | 'full-screen-line' | 'full-screen-solid' | 'fullscreen-off-line' | 'fullscreen-off-solid' | 'gallery-line' | 'gallery-solid' | 'gear-line' | 'gear-solid' | 'github-color' | 'github-mono' | 'globe-line' | 'globe-solid' | 'google-color' | 'google-mono' | 'gradle-color' | 'gradle-mono' | 'grid-two-line' | 'grid-two-solid' | 'groovy-color' | 'groovy-mono' | 'group-2-line' | 'group-2-solid' | 'group-3-line' | 'group-3-solid' | 'group-4-line' | 'group-4-solid' | 'group-5-line' | 'group-5-solid' | 'group-6-line' | 'group-6-solid' | 'group-7-line' | 'group-7-solid' | 'group-8-line' | 'group-8-solid' | 'group-9-line' | 'group-9-solid' | 'group-line' | 'group-permission-2-line' | 'group-permission-2-solid' | 'group-permission-line' | 'group-permission-solid' | 'group-solid' | 'hand-line' | 'hand-off-line' | 'hand-off-solid' | 'hand-shake-line' | 'hand-shake-solid' | 'hand-solid' | 'happy-line' | 'happy-solid' | 'hash-line' | 'hash-solid' | 'hashtag-line' | 'hashtag-solid' | 'headset-2-line' | 'headset-2-solid' | 'headset-line' | 'headset-solid' | 'hearing-line' | 'hearing-max-line' | 'hearing-max-solid' | 'hearing-solid' | 'heart-line' | 'heart-solid' | 'help-line' | 'help-solid' | 'highlight-line' | 'highlight-solid' | 'history-line' | 'history-solid' | 'home-line' | 'home-solid' | 'home-user-line' | 'home-user-solid' | 'hospital-line' | 'hospital-solid' | 'hoteling-line' | 'hoteling-solid' | 'hubspot-color' | 'hubspot-mono' | 'id-line' | 'id-solid' | 'image-line' | 'image-solid' | 'import-line' | 'import-solid' | 'inbound-call-line' | 'inbound-call-solid' | 'inbox-2-line' | 'inbox-2-solid' | 'inbox-3-line' | 'inbox-3-solid' | 'inbox-line' | 'inbox-solid' | 'increase-line' | 'increase-solid' | 'infinity-line' | 'infinity-solid' | 'info-line' | 'info-solid' | 'instagram-color' | 'instagram-mono' | 'interactive-message-line' | 'interactive-message-solid' | 'ios-color' | 'ios-mono' | 'italic-line' | 'italic-solid' | 'java-color' | 'java-mono' | 'javascript-color' | 'javascript-mono' | 'jobdiva-color' | 'jobdiva-mono' | 'key-line' | 'key-solid' | 'keypad-2-line' | 'keypad-2-solid' | 'keypad-line' | 'keypad-solid' | 'kotlin-color' | 'kotlin-mono' | 'laptop-line' | 'laptop-solid' | 'laravel-color' | 'laravel-mono' | 'layout-1-line' | 'layout-1-solid' | 'layout-2-line' | 'layout-2-solid' | 'leave-line' | 'leave-solid' | 'light-bulb-line' | 'light-bulb-solid' | 'light-mode-line' | 'light-mode-solid' | 'line-width-large-line' | 'line-width-large-solid' | 'line-width-medium-line' | 'line-width-medium-solid' | 'line-width-small-line' | 'line-width-small-solid' | 'link-add-line' | 'link-add-solid' | 'link-line' | 'link-remove-line' | 'link-remove-solid' | 'link-solid' | 'linkedin-color' | 'linkedin-mono' | 'linux-color' | 'linux-mono' | 'list-2-line' | 'list-2-solid' | 'list-filter-line' | 'list-filter-solid' | 'list-line' | 'list-numbered-line' | 'list-numbered-solid' | 'list-solid' | 'lock-line' | 'lock-solid' | 'mailbox-line' | 'mailbox-solid' | 'maximize-line' | 'maximize-solid' | 'media-player-line' | 'media-player-off-line' | 'media-player-off-solid' | 'media-player-solid' | 'megaphone-line' | 'megaphone-solid' | 'menu-line' | 'menu-solid' | 'merge-2-line' | 'merge-2-solid' | 'merge-line' | 'merge-solid' | 'message-line' | 'message-sent-line' | 'message-sent-solid' | 'message-solid' | 'message-template-line' | 'message-template-solid' | 'mic-mute-line' | 'mic-mute-solid' | 'microphone-2-line' | 'microphone-2-solid' | 'microphone-line' | 'microphone-solid' | 'microsoft-dynamics-365-color' | 'microsoft-dynamics-365-mono' | 'microsoft-teams-color' | 'microsoft-teams-mono' | 'mind-map-2-line' | 'mind-map-2-solid' | 'mind-map-line' | 'mind-map-solid' | 'minimize-2-line' | 'minimize-2-solid' | 'minimize-line' | 'minimize-solid' | 'minus-line' | 'minus-solid' | 'missed-call-line' | 'missed-call-solid' | 'mobile-2-line' | 'mobile-2-solid' | 'mobile-arrow-right-line' | 'mobile-arrow-right-solid' | 'mobile-devices-line' | 'mobile-devices-solid' | 'mobile-line' | 'mobile-solid' | 'mockup-line' | 'mockup-solid' | 'modal-line' | 'modal-solid' | 'more-horizontal-line' | 'more-horizontal-solid' | 'more-vertical-line' | 'more-vertical-solid' | 'music-line' | 'music-solid' | 'netsuite-color' | 'netsuite-mono' | 'nexmo-color' | 'nexmo-mono' | 'next-line' | 'next-solid' | 'nine-line' | 'nine-solid' | 'node-color' | 'node-mono' | 'note-line' | 'note-solid' | 'notes-line' | 'notes-solid' | 'notification-off-line' | 'notification-off-solid' | 'notification-on-line' | 'notification-on-solid' | 'objective-c-color' | 'objective-c-mono' | 'office-color' | 'office-mono' | 'office-phone-2-line' | 'office-phone-2-solid' | 'office-phone-line' | 'office-phone-solid' | 'one-line' | 'one-solid' | 'open-folder-line' | 'open-folder-solid' | 'open-line' | 'open-solid' | 'outbound-call-line' | 'outbound-call-solid' | 'packet-2-line' | 'packet-2-solid' | 'packet-line' | 'packet-solid' | 'palette-line' | 'palette-solid' | 'park-call-line' | 'park-call-solid' | 'participants-line' | 'participants-off-line' | 'participants-off-solid' | 'participants-solid' | 'password-restart-line' | 'password-restart-solid' | 'pause-2-line' | 'pause-2-solid' | 'pause-call-line' | 'pause-call-solid' | 'pause-line' | 'pause-solid' | 'pen-effect-line' | 'pen-effect-solid' | 'pen-tip-large-line' | 'pen-tip-large-solid' | 'pen-tip-medium-line' | 'pen-tip-medium-solid' | 'pen-tip-small-line' | 'pen-tip-small-solid' | 'pending-call-line' | 'pending-call-solid' | 'pentool-line' | 'pentool-solid' | 'permission-call-line' | 'permission-call-solid' | 'phone-number-line' | 'phone-number-solid' | 'php-color' | 'php-mono' | 'pie-chart-line' | 'pie-chart-solid' | 'pin-2-line' | 'pin-2-off-line' | 'pin-2-off-solid' | 'pin-2-solid' | 'pin-line' | 'pin-off-line' | 'pin-off-solid' | 'pin-solid' | 'pin-unverified-line' | 'pin-unverified-solid' | 'pin-verified-line' | 'pin-verified-solid' | 'play-2-line' | 'play-2-solid' | 'play-line' | 'play-solid' | 'playback-speed-line' | 'playback-speed-solid' | 'playlist-line' | 'playlist-solid' | 'plug-line' | 'plug-solid' | 'plus-line' | 'plus-solid' | 'preferences-line' | 'preferences-solid' | 'presentation-line' | 'presentation-solid' | 'print-line' | 'print-solid' | 'profile-line' | 'profile-solid' | 'puzzle-line' | 'puzzle-solid' | 'puzzled-line' | 'puzzled-solid' | 'python-color' | 'python-mono' | 'quit-line' | 'quit-solid' | 'quote-line' | 'quote-solid' | 'radio-checked-2-line' | 'radio-checked-2-solid' | 'radio-checked-line' | 'radio-checked-solid' | 'radio-unchecked-2-line' | 'radio-unchecked-2-solid' | 'radio-unchecked-line' | 'radio-unchecked-solid' | 'rails-color' | 'rails-mono' | 'react-color' | 'react-mono' | 'rec-line' | 'rec-solid' | 'receptionist-line' | 'receptionist-solid' | 'record-user-line' | 'record-user-solid' | 'redo-line' | 'redo-solid' | 'refresh-call-line' | 'refresh-call-solid' | 'refresh-dollar-line' | 'refresh-dollar-solid' | 'refresh-line' | 'refresh-solid' | 'reload-line' | 'reload-solid' | 'remove-line' | 'remove-solid' | 'remove-user-line' | 'remove-user-solid' | 'reorder-horizontal-line' | 'reorder-horizontal-solid' | 'reorder-vertical-line' | 'reorder-vertical-solid' | 'reply-line' | 'reply-solid' | 'report-line' | 'report-solid' | 'reset-line' | 'reset-solid' | 'rocket-disabled-line' | 'rocket-disabled-solid' | 'rocket-line' | 'rocket-solid' | 'rss-color' | 'rss-line' | 'rss-mono' | 'rss-solid' | 'ruby-color' | 'ruby-mono' | 'salesforce-color' | 'salesforce-line' | 'salesforce-mono' | 'salesforce-solid' | 'sand-clock-line' | 'sand-clock-solid' | 'save-line' | 'save-solid' | 'screen-share-line' | 'screen-share-off-line' | 'screen-share-off-solid' | 'screen-share-solid' | 'search-line' | 'search-solid' | 'send-to-back-line' | 'send-to-back-solid' | 'seven-line' | 'seven-solid' | 'share-2-line' | 'share-2-solid' | 'share-line' | 'share-solid' | 'shield-line' | 'shield-solid' | 'shout-line' | 'shout-solid' | 'shuffle-line' | 'shuffle-solid' | 'sidebar-line' | 'sidebar-solid' | 'six-line' | 'six-solid' | 'slack-color' | 'slack-mono' | 'smile-line' | 'smile-solid' | 'sms-line' | 'sms-solid' | 'snooze-line' | 'snooze-solid' | 'sofa-line' | 'sofa-solid' | 'sort-asc-line' | 'sort-asc-solid' | 'sort-desc-line' | 'sort-desc-solid' | 'sort-line' | 'sort-solid' | 'sparkles-line' | 'sparkles-solid' | 'square-line' | 'square-solid' | 'stack-line' | 'stack-solid' | 'stackoverflow-color' | 'stackoverflow-mono' | 'star-dollar-line' | 'star-dollar-solid' | 'star-line' | 'star-solid' | 'sticker-line' | 'sticker-solid' | 'stop-line' | 'stop-solid' | 'stopwatch-line' | 'stopwatch-solid' | 'store-line' | 'store-solid' | 'stream-line' | 'stream-solid' | 'strikethrough-line' | 'strikethrough-solid' | 'sub-account-line' | 'sub-account-solid' | 'subtitles-line' | 'subtitles-solid' | 'sugarcrm-color' | 'sugarcrm-mono' | 'surprised-line' | 'surprised-solid' | 'swift-color' | 'swift-mono' | 'switch-line' | 'switch-solid' | 'symfony-color' | 'symfony-mono' | 'table-2-line' | 'table-2-solid' | 'table-line' | 'table-solid' | 'tag-add-line' | 'tag-add-solid' | 'tag-detach-line' | 'tag-detach-solid' | 'tag-line' | 'tag-search-line' | 'tag-search-solid' | 'tag-solid' | 'telephone-line' | 'telephone-solid' | 'text-line' | 'text-solid' | 'textcolor-line' | 'textcolor-solid' | 'texture-line' | 'texture-solid' | 'three-line' | 'three-solid' | 'thumbs-down-line' | 'thumbs-down-solid' | 'thumbs-up-line' | 'thumbs-up-solid' | 'timeline-line' | 'timeline-solid' | 'toggle-line' | 'toggle-solid' | 'tooltip-line' | 'tooltip-solid' | 'transfer-call-line' | 'transfer-call-solid' | 'transfer-line' | 'transfer-solid' | 'triangle-line' | 'triangle-solid' | 'trigger-node-line' | 'trigger-node-solid' | 'twitch-color' | 'twitch-mono' | 'twitter-color' | 'twitter-mono' | 'two-line' | 'two-solid' | 'umbrella-line' | 'umbrella-solid' | 'underline-line' | 'underline-solid' | 'undo-line' | 'undo-solid' | 'unfavourite-line' | 'unfavourite-solid' | 'unhappy-line' | 'unhappy-solid' | 'unlock-line' | 'unlock-solid' | 'upload-line' | 'upload-solid' | 'user-2-line' | 'user-2-solid' | 'user-admin-line' | 'user-admin-solid' | 'user-clock-line' | 'user-clock-solid' | 'user-line' | 'user-lock-line' | 'user-lock-solid' | 'user-record-line' | 'user-record-solid' | 'user-solid' | 'user-sync-2-line' | 'user-sync-2-off-line' | 'user-sync-2-off-solid' | 'user-sync-2-solid' | 'user-sync-line' | 'user-sync-solid' | 'van-line' | 'van-solid' | 'viber-color' | 'viber-mono' | 'video-active-line' | 'video-active-solid' | 'video-conference-line' | 'video-conference-solid' | 'video-line' | 'video-off-line' | 'video-off-solid' | 'video-preview-line' | 'video-preview-solid' | 'video-solid' | 'video-whiteboard-line' | 'video-whiteboard-solid' | 'video_round_table-line' | 'video_round_table-solid' | 'virtual-voicemail-line' | 'virtual-voicemail-solid' | 'voicemail-line' | 'voicemail-solid' | 'voicemail-transcript-line' | 'voicemail-transcript-solid' | 'volume-decrease-line' | 'volume-decrease-solid' | 'volume-increase-line' | 'volume-increase-solid' | 'volume-line' | 'volume-off-2-line' | 'volume-off-2-solid' | 'volume-off-line' | 'volume-off-solid' | 'volume-on-line' | 'volume-on-solid' | 'volume-solid' | 'vonage-color' | 'vonage-line' | 'vonage-mono' | 'vonage-solid' | 'vue-color' | 'vue-mono' | 'walk-line' | 'walk-solid' | 'wallet-line' | 'wallet-solid' | 'wand-line' | 'wand-solid' | 'warning-line' | 'warning-solid' | 'waving-line' | 'waving-solid' | 'web-chat-color' | 'web-chat-mono' | 'webhook-line' | 'webhook-solid' | 'whatsapp-color' | 'whatsapp-mono' | 'whisper-line' | 'whisper-solid' | 'wifi-line' | 'wifi-solid' | 'windows-color' | 'windows-mono' | 'wordpress-color' | 'wordpress-mono' | 'workplace-color' | 'workplace-mono' | 'wrench-tool-2-line' | 'wrench-tool-2-solid' | 'wrench-tool-line' | 'wrench-tool-solid' | 'x-twitter-color' | 'x-twitter-mono' | 'xml-color' | 'xml-mono' | 'youtube-color' | 'youtube-mono' | 'zendesk-color' | 'zendesk-mono' | 'zero-line' | 'zero-solid' | 'zoho-color' | 'zoho-mono' | 'zoom-in-line' | 'zoom-in-solid' | 'zoom-out-line' | 'zoom-out-solid' | 'zoom-to-fit-line' | 'zoom-to-fit-solid'"
|
|
2987
2319
|
}
|
|
2988
|
-
}
|
|
2989
|
-
],
|
|
2990
|
-
"events": [
|
|
2991
|
-
{
|
|
2992
|
-
"name": "click",
|
|
2993
|
-
"description": "Fires when a pointing device button (such as a mouse's primary mouse button) is both pressed and released while the pointer is located inside the element."
|
|
2994
|
-
},
|
|
2995
|
-
{
|
|
2996
|
-
"name": "focus",
|
|
2997
|
-
"description": "Fires when the element receives focus."
|
|
2998
2320
|
},
|
|
2999
2321
|
{
|
|
3000
|
-
"name": "
|
|
3001
|
-
"description": "
|
|
3002
|
-
|
|
3003
|
-
|
|
3004
|
-
|
|
3005
|
-
|
|
3006
|
-
},
|
|
3007
|
-
{
|
|
3008
|
-
"name": "keyup",
|
|
3009
|
-
"description": "Fires when a key is released."
|
|
3010
|
-
},
|
|
3011
|
-
{
|
|
3012
|
-
"name": "input",
|
|
3013
|
-
"description": "Fires when the value of an element has been changed."
|
|
2322
|
+
"name": "iconDecoration",
|
|
2323
|
+
"description": "option to a new design for the icon circle",
|
|
2324
|
+
"value": {
|
|
2325
|
+
"kind": "expression",
|
|
2326
|
+
"type": "'outlined' | 'filled'"
|
|
2327
|
+
}
|
|
3014
2328
|
}
|
|
3015
2329
|
],
|
|
2330
|
+
"events": [],
|
|
3016
2331
|
"slots": [
|
|
3017
2332
|
{
|
|
3018
2333
|
"name": "default",
|
|
@@ -3190,32 +2505,7 @@
|
|
|
3190
2505
|
}
|
|
3191
2506
|
}
|
|
3192
2507
|
],
|
|
3193
|
-
"events": [
|
|
3194
|
-
{
|
|
3195
|
-
"name": "click",
|
|
3196
|
-
"description": "Fires when a pointing device button (such as a mouse's primary mouse button) is both pressed and released while the pointer is located inside the element."
|
|
3197
|
-
},
|
|
3198
|
-
{
|
|
3199
|
-
"name": "focus",
|
|
3200
|
-
"description": "Fires when the element receives focus."
|
|
3201
|
-
},
|
|
3202
|
-
{
|
|
3203
|
-
"name": "blur",
|
|
3204
|
-
"description": "Fires when the element loses focus."
|
|
3205
|
-
},
|
|
3206
|
-
{
|
|
3207
|
-
"name": "keydown",
|
|
3208
|
-
"description": "Fires when a key is pressed."
|
|
3209
|
-
},
|
|
3210
|
-
{
|
|
3211
|
-
"name": "keyup",
|
|
3212
|
-
"description": "Fires when a key is released."
|
|
3213
|
-
},
|
|
3214
|
-
{
|
|
3215
|
-
"name": "input",
|
|
3216
|
-
"description": "Fires when the value of an element has been changed."
|
|
3217
|
-
}
|
|
3218
|
-
],
|
|
2508
|
+
"events": [],
|
|
3219
2509
|
"slots": [
|
|
3220
2510
|
{
|
|
3221
2511
|
"name": "icon",
|
|
@@ -3337,36 +2627,7 @@
|
|
|
3337
2627
|
}
|
|
3338
2628
|
}
|
|
3339
2629
|
],
|
|
3340
|
-
"events": [
|
|
3341
|
-
{
|
|
3342
|
-
"name": "click",
|
|
3343
|
-
"description": "Fires when a pointing device button (such as a mouse's primary mouse button) is both pressed and released while the pointer is located inside the element."
|
|
3344
|
-
},
|
|
3345
|
-
{
|
|
3346
|
-
"name": "focus",
|
|
3347
|
-
"description": "Fires when the element receives focus."
|
|
3348
|
-
},
|
|
3349
|
-
{
|
|
3350
|
-
"name": "blur",
|
|
3351
|
-
"description": "Fires when the element loses focus."
|
|
3352
|
-
},
|
|
3353
|
-
{
|
|
3354
|
-
"name": "keydown",
|
|
3355
|
-
"description": "Fires when a key is pressed."
|
|
3356
|
-
},
|
|
3357
|
-
{
|
|
3358
|
-
"name": "keyup",
|
|
3359
|
-
"description": "Fires when a key is released."
|
|
3360
|
-
},
|
|
3361
|
-
{
|
|
3362
|
-
"name": "input",
|
|
3363
|
-
"description": "Fires when the value of an element has been changed."
|
|
3364
|
-
},
|
|
3365
|
-
{
|
|
3366
|
-
"name": "change",
|
|
3367
|
-
"description": "Emitted when a file is added or removed."
|
|
3368
|
-
}
|
|
3369
|
-
],
|
|
2630
|
+
"events": [],
|
|
3370
2631
|
"slots": [
|
|
3371
2632
|
{
|
|
3372
2633
|
"name": "helper-text",
|
|
@@ -3408,32 +2669,7 @@
|
|
|
3408
2669
|
}
|
|
3409
2670
|
}
|
|
3410
2671
|
],
|
|
3411
|
-
"events": [
|
|
3412
|
-
{
|
|
3413
|
-
"name": "click",
|
|
3414
|
-
"description": "Fires when a pointing device button (such as a mouse's primary mouse button) is both pressed and released while the pointer is located inside the element."
|
|
3415
|
-
},
|
|
3416
|
-
{
|
|
3417
|
-
"name": "focus",
|
|
3418
|
-
"description": "Fires when the element receives focus."
|
|
3419
|
-
},
|
|
3420
|
-
{
|
|
3421
|
-
"name": "blur",
|
|
3422
|
-
"description": "Fires when the element loses focus."
|
|
3423
|
-
},
|
|
3424
|
-
{
|
|
3425
|
-
"name": "keydown",
|
|
3426
|
-
"description": "Fires when a key is pressed."
|
|
3427
|
-
},
|
|
3428
|
-
{
|
|
3429
|
-
"name": "keyup",
|
|
3430
|
-
"description": "Fires when a key is released."
|
|
3431
|
-
},
|
|
3432
|
-
{
|
|
3433
|
-
"name": "input",
|
|
3434
|
-
"description": "Fires when the value of an element has been changed."
|
|
3435
|
-
}
|
|
3436
|
-
],
|
|
2672
|
+
"events": [],
|
|
3437
2673
|
"slots": [
|
|
3438
2674
|
{
|
|
3439
2675
|
"name": "default",
|
|
@@ -3490,32 +2726,7 @@
|
|
|
3490
2726
|
}
|
|
3491
2727
|
}
|
|
3492
2728
|
],
|
|
3493
|
-
"events": [
|
|
3494
|
-
{
|
|
3495
|
-
"name": "click",
|
|
3496
|
-
"description": "Fires when a pointing device button (such as a mouse's primary mouse button) is both pressed and released while the pointer is located inside the element."
|
|
3497
|
-
},
|
|
3498
|
-
{
|
|
3499
|
-
"name": "focus",
|
|
3500
|
-
"description": "Fires when the element receives focus."
|
|
3501
|
-
},
|
|
3502
|
-
{
|
|
3503
|
-
"name": "blur",
|
|
3504
|
-
"description": "Fires when the element loses focus."
|
|
3505
|
-
},
|
|
3506
|
-
{
|
|
3507
|
-
"name": "keydown",
|
|
3508
|
-
"description": "Fires when a key is pressed."
|
|
3509
|
-
},
|
|
3510
|
-
{
|
|
3511
|
-
"name": "keyup",
|
|
3512
|
-
"description": "Fires when a key is released."
|
|
3513
|
-
},
|
|
3514
|
-
{
|
|
3515
|
-
"name": "input",
|
|
3516
|
-
"description": "Fires when the value of an element has been changed."
|
|
3517
|
-
}
|
|
3518
|
-
],
|
|
2729
|
+
"events": [],
|
|
3519
2730
|
"slots": [
|
|
3520
2731
|
{
|
|
3521
2732
|
"name": "default",
|
|
@@ -3581,32 +2792,7 @@
|
|
|
3581
2792
|
}
|
|
3582
2793
|
}
|
|
3583
2794
|
],
|
|
3584
|
-
"events": [
|
|
3585
|
-
{
|
|
3586
|
-
"name": "click",
|
|
3587
|
-
"description": "Fires when a pointing device button (such as a mouse's primary mouse button) is both pressed and released while the pointer is located inside the element."
|
|
3588
|
-
},
|
|
3589
|
-
{
|
|
3590
|
-
"name": "focus",
|
|
3591
|
-
"description": "Fires when the element receives focus."
|
|
3592
|
-
},
|
|
3593
|
-
{
|
|
3594
|
-
"name": "blur",
|
|
3595
|
-
"description": "Fires when the element loses focus."
|
|
3596
|
-
},
|
|
3597
|
-
{
|
|
3598
|
-
"name": "keydown",
|
|
3599
|
-
"description": "Fires when a key is pressed."
|
|
3600
|
-
},
|
|
3601
|
-
{
|
|
3602
|
-
"name": "keyup",
|
|
3603
|
-
"description": "Fires when a key is released."
|
|
3604
|
-
},
|
|
3605
|
-
{
|
|
3606
|
-
"name": "input",
|
|
3607
|
-
"description": "Fires when the value of an element has been changed."
|
|
3608
|
-
}
|
|
3609
|
-
],
|
|
2795
|
+
"events": [],
|
|
3610
2796
|
"slots": [
|
|
3611
2797
|
{
|
|
3612
2798
|
"name": "default",
|
|
@@ -3679,40 +2865,7 @@
|
|
|
3679
2865
|
}
|
|
3680
2866
|
}
|
|
3681
2867
|
],
|
|
3682
|
-
"events": [
|
|
3683
|
-
{
|
|
3684
|
-
"name": "click",
|
|
3685
|
-
"description": "Fires when a pointing device button (such as a mouse's primary mouse button) is both pressed and released while the pointer is located inside the element."
|
|
3686
|
-
},
|
|
3687
|
-
{
|
|
3688
|
-
"name": "focus",
|
|
3689
|
-
"description": "Fires when the element receives focus."
|
|
3690
|
-
},
|
|
3691
|
-
{
|
|
3692
|
-
"name": "blur",
|
|
3693
|
-
"description": "Fires when the element loses focus."
|
|
3694
|
-
},
|
|
3695
|
-
{
|
|
3696
|
-
"name": "keydown",
|
|
3697
|
-
"description": "Fires when a key is pressed."
|
|
3698
|
-
},
|
|
3699
|
-
{
|
|
3700
|
-
"name": "keyup",
|
|
3701
|
-
"description": "Fires when a key is released."
|
|
3702
|
-
},
|
|
3703
|
-
{
|
|
3704
|
-
"name": "input",
|
|
3705
|
-
"description": "Fires when the value of an element has been changed."
|
|
3706
|
-
},
|
|
3707
|
-
{
|
|
3708
|
-
"name": "open",
|
|
3709
|
-
"description": "Fired when the menu is opened"
|
|
3710
|
-
},
|
|
3711
|
-
{
|
|
3712
|
-
"name": "close",
|
|
3713
|
-
"description": "Fired when the menu is closed"
|
|
3714
|
-
}
|
|
3715
|
-
],
|
|
2868
|
+
"events": [],
|
|
3716
2869
|
"slots": [
|
|
3717
2870
|
{
|
|
3718
2871
|
"name": "default",
|
|
@@ -3830,40 +2983,7 @@
|
|
|
3830
2983
|
}
|
|
3831
2984
|
}
|
|
3832
2985
|
],
|
|
3833
|
-
"events": [
|
|
3834
|
-
{
|
|
3835
|
-
"name": "click",
|
|
3836
|
-
"description": "Fires when a pointing device button (such as a mouse's primary mouse button) is both pressed and released while the pointer is located inside the element."
|
|
3837
|
-
},
|
|
3838
|
-
{
|
|
3839
|
-
"name": "focus",
|
|
3840
|
-
"description": "Fires when the element receives focus."
|
|
3841
|
-
},
|
|
3842
|
-
{
|
|
3843
|
-
"name": "blur",
|
|
3844
|
-
"description": "Fires when the element loses focus."
|
|
3845
|
-
},
|
|
3846
|
-
{
|
|
3847
|
-
"name": "keydown",
|
|
3848
|
-
"description": "Fires when a key is pressed."
|
|
3849
|
-
},
|
|
3850
|
-
{
|
|
3851
|
-
"name": "keyup",
|
|
3852
|
-
"description": "Fires when a key is released."
|
|
3853
|
-
},
|
|
3854
|
-
{
|
|
3855
|
-
"name": "input",
|
|
3856
|
-
"description": "Fires when the value of an element has been changed."
|
|
3857
|
-
},
|
|
3858
|
-
{
|
|
3859
|
-
"name": "expanded-change",
|
|
3860
|
-
"description": "Fires a custom 'expanded-change' event when the expanded state changes"
|
|
3861
|
-
},
|
|
3862
|
-
{
|
|
3863
|
-
"name": "change",
|
|
3864
|
-
"description": "Fires a custom 'change' event when a non-submenu item with a role of `menuitemcheckbox`, `menuitemradio`, or `menuitem` is invoked"
|
|
3865
|
-
}
|
|
3866
|
-
],
|
|
2986
|
+
"events": [],
|
|
3867
2987
|
"slots": [
|
|
3868
2988
|
{
|
|
3869
2989
|
"name": "meta",
|
|
@@ -3897,32 +3017,7 @@
|
|
|
3897
3017
|
}
|
|
3898
3018
|
}
|
|
3899
3019
|
],
|
|
3900
|
-
"events": [
|
|
3901
|
-
{
|
|
3902
|
-
"name": "click",
|
|
3903
|
-
"description": "Fires when a pointing device button (such as a mouse's primary mouse button) is both pressed and released while the pointer is located inside the element."
|
|
3904
|
-
},
|
|
3905
|
-
{
|
|
3906
|
-
"name": "focus",
|
|
3907
|
-
"description": "Fires when the element receives focus."
|
|
3908
|
-
},
|
|
3909
|
-
{
|
|
3910
|
-
"name": "blur",
|
|
3911
|
-
"description": "Fires when the element loses focus."
|
|
3912
|
-
},
|
|
3913
|
-
{
|
|
3914
|
-
"name": "keydown",
|
|
3915
|
-
"description": "Fires when a key is pressed."
|
|
3916
|
-
},
|
|
3917
|
-
{
|
|
3918
|
-
"name": "keyup",
|
|
3919
|
-
"description": "Fires when a key is released."
|
|
3920
|
-
},
|
|
3921
|
-
{
|
|
3922
|
-
"name": "input",
|
|
3923
|
-
"description": "Fires when the value of an element has been changed."
|
|
3924
|
-
}
|
|
3925
|
-
],
|
|
3020
|
+
"events": [],
|
|
3926
3021
|
"slots": [
|
|
3927
3022
|
{
|
|
3928
3023
|
"name": "default",
|
|
@@ -3986,36 +3081,7 @@
|
|
|
3986
3081
|
}
|
|
3987
3082
|
}
|
|
3988
3083
|
],
|
|
3989
|
-
"events": [
|
|
3990
|
-
{
|
|
3991
|
-
"name": "click",
|
|
3992
|
-
"description": "Fires when a pointing device button (such as a mouse's primary mouse button) is both pressed and released while the pointer is located inside the element."
|
|
3993
|
-
},
|
|
3994
|
-
{
|
|
3995
|
-
"name": "focus",
|
|
3996
|
-
"description": "Fires when the element receives focus."
|
|
3997
|
-
},
|
|
3998
|
-
{
|
|
3999
|
-
"name": "blur",
|
|
4000
|
-
"description": "Fires when the element loses focus."
|
|
4001
|
-
},
|
|
4002
|
-
{
|
|
4003
|
-
"name": "keydown",
|
|
4004
|
-
"description": "Fires when a key is pressed."
|
|
4005
|
-
},
|
|
4006
|
-
{
|
|
4007
|
-
"name": "keyup",
|
|
4008
|
-
"description": "Fires when a key is released."
|
|
4009
|
-
},
|
|
4010
|
-
{
|
|
4011
|
-
"name": "input",
|
|
4012
|
-
"description": "Fires when the value of an element has been changed."
|
|
4013
|
-
},
|
|
4014
|
-
{
|
|
4015
|
-
"name": "toggle",
|
|
4016
|
-
"description": "Event emitted when the nav disclosure is toggled."
|
|
4017
|
-
}
|
|
4018
|
-
],
|
|
3084
|
+
"events": [],
|
|
4019
3085
|
"slots": [
|
|
4020
3086
|
{
|
|
4021
3087
|
"name": "default",
|
|
@@ -4145,32 +3211,7 @@
|
|
|
4145
3211
|
}
|
|
4146
3212
|
}
|
|
4147
3213
|
],
|
|
4148
|
-
"events": [
|
|
4149
|
-
{
|
|
4150
|
-
"name": "click",
|
|
4151
|
-
"description": "Fires when a pointing device button (such as a mouse's primary mouse button) is both pressed and released while the pointer is located inside the element."
|
|
4152
|
-
},
|
|
4153
|
-
{
|
|
4154
|
-
"name": "focus",
|
|
4155
|
-
"description": "Fires when the element receives focus."
|
|
4156
|
-
},
|
|
4157
|
-
{
|
|
4158
|
-
"name": "blur",
|
|
4159
|
-
"description": "Fires when the element loses focus."
|
|
4160
|
-
},
|
|
4161
|
-
{
|
|
4162
|
-
"name": "keydown",
|
|
4163
|
-
"description": "Fires when a key is pressed."
|
|
4164
|
-
},
|
|
4165
|
-
{
|
|
4166
|
-
"name": "keyup",
|
|
4167
|
-
"description": "Fires when a key is released."
|
|
4168
|
-
},
|
|
4169
|
-
{
|
|
4170
|
-
"name": "input",
|
|
4171
|
-
"description": "Fires when the value of an element has been changed."
|
|
4172
|
-
}
|
|
4173
|
-
],
|
|
3214
|
+
"events": [],
|
|
4174
3215
|
"slots": [
|
|
4175
3216
|
{
|
|
4176
3217
|
"name": "meta",
|
|
@@ -4223,32 +3264,7 @@
|
|
|
4223
3264
|
}
|
|
4224
3265
|
}
|
|
4225
3266
|
],
|
|
4226
|
-
"events": [
|
|
4227
|
-
{
|
|
4228
|
-
"name": "click",
|
|
4229
|
-
"description": "Fires when a pointing device button (such as a mouse's primary mouse button) is both pressed and released while the pointer is located inside the element."
|
|
4230
|
-
},
|
|
4231
|
-
{
|
|
4232
|
-
"name": "focus",
|
|
4233
|
-
"description": "Fires when the element receives focus."
|
|
4234
|
-
},
|
|
4235
|
-
{
|
|
4236
|
-
"name": "blur",
|
|
4237
|
-
"description": "Fires when the element loses focus."
|
|
4238
|
-
},
|
|
4239
|
-
{
|
|
4240
|
-
"name": "keydown",
|
|
4241
|
-
"description": "Fires when a key is pressed."
|
|
4242
|
-
},
|
|
4243
|
-
{
|
|
4244
|
-
"name": "keyup",
|
|
4245
|
-
"description": "Fires when a key is released."
|
|
4246
|
-
},
|
|
4247
|
-
{
|
|
4248
|
-
"name": "input",
|
|
4249
|
-
"description": "Fires when the value of an element has been changed."
|
|
4250
|
-
}
|
|
4251
|
-
],
|
|
3267
|
+
"events": [],
|
|
4252
3268
|
"slots": [
|
|
4253
3269
|
{
|
|
4254
3270
|
"name": "default",
|
|
@@ -4481,36 +3497,7 @@
|
|
|
4481
3497
|
}
|
|
4482
3498
|
}
|
|
4483
3499
|
],
|
|
4484
|
-
"events": [
|
|
4485
|
-
{
|
|
4486
|
-
"name": "click",
|
|
4487
|
-
"description": "Fires when a pointing device button (such as a mouse's primary mouse button) is both pressed and released while the pointer is located inside the element."
|
|
4488
|
-
},
|
|
4489
|
-
{
|
|
4490
|
-
"name": "focus",
|
|
4491
|
-
"description": "Fires when the element receives focus."
|
|
4492
|
-
},
|
|
4493
|
-
{
|
|
4494
|
-
"name": "blur",
|
|
4495
|
-
"description": "Fires when the element loses focus."
|
|
4496
|
-
},
|
|
4497
|
-
{
|
|
4498
|
-
"name": "keydown",
|
|
4499
|
-
"description": "Fires when a key is pressed."
|
|
4500
|
-
},
|
|
4501
|
-
{
|
|
4502
|
-
"name": "keyup",
|
|
4503
|
-
"description": "Fires when a key is released."
|
|
4504
|
-
},
|
|
4505
|
-
{
|
|
4506
|
-
"name": "input",
|
|
4507
|
-
"description": "Fires a custom 'input' event when the value has changed"
|
|
4508
|
-
},
|
|
4509
|
-
{
|
|
4510
|
-
"name": "change",
|
|
4511
|
-
"description": "Fires a custom 'change' event when the value has changed"
|
|
4512
|
-
}
|
|
4513
|
-
],
|
|
3500
|
+
"events": [],
|
|
4514
3501
|
"slots": [
|
|
4515
3502
|
{
|
|
4516
3503
|
"name": "helper-text",
|
|
@@ -4590,32 +3577,7 @@
|
|
|
4590
3577
|
}
|
|
4591
3578
|
}
|
|
4592
3579
|
],
|
|
4593
|
-
"events": [
|
|
4594
|
-
{
|
|
4595
|
-
"name": "click",
|
|
4596
|
-
"description": "Fires when a pointing device button (such as a mouse's primary mouse button) is both pressed and released while the pointer is located inside the element."
|
|
4597
|
-
},
|
|
4598
|
-
{
|
|
4599
|
-
"name": "focus",
|
|
4600
|
-
"description": "Fires when the element receives focus."
|
|
4601
|
-
},
|
|
4602
|
-
{
|
|
4603
|
-
"name": "blur",
|
|
4604
|
-
"description": "Fires when the element loses focus."
|
|
4605
|
-
},
|
|
4606
|
-
{
|
|
4607
|
-
"name": "keydown",
|
|
4608
|
-
"description": "Fires when a key is pressed."
|
|
4609
|
-
},
|
|
4610
|
-
{
|
|
4611
|
-
"name": "keyup",
|
|
4612
|
-
"description": "Fires when a key is released."
|
|
4613
|
-
},
|
|
4614
|
-
{
|
|
4615
|
-
"name": "input",
|
|
4616
|
-
"description": "Fires when the value of an element has been changed."
|
|
4617
|
-
}
|
|
4618
|
-
],
|
|
3580
|
+
"events": [],
|
|
4619
3581
|
"slots": [
|
|
4620
3582
|
{
|
|
4621
3583
|
"name": "icon",
|
|
@@ -4678,36 +3640,7 @@
|
|
|
4678
3640
|
}
|
|
4679
3641
|
}
|
|
4680
3642
|
],
|
|
4681
|
-
"events": [
|
|
4682
|
-
{
|
|
4683
|
-
"name": "click",
|
|
4684
|
-
"description": "Fires when a pointing device button (such as a mouse's primary mouse button) is both pressed and released while the pointer is located inside the element."
|
|
4685
|
-
},
|
|
4686
|
-
{
|
|
4687
|
-
"name": "focus",
|
|
4688
|
-
"description": "Fires when the element receives focus."
|
|
4689
|
-
},
|
|
4690
|
-
{
|
|
4691
|
-
"name": "blur",
|
|
4692
|
-
"description": "Fires when the element loses focus."
|
|
4693
|
-
},
|
|
4694
|
-
{
|
|
4695
|
-
"name": "keydown",
|
|
4696
|
-
"description": "Fires when a key is pressed."
|
|
4697
|
-
},
|
|
4698
|
-
{
|
|
4699
|
-
"name": "keyup",
|
|
4700
|
-
"description": "Fires when a key is released."
|
|
4701
|
-
},
|
|
4702
|
-
{
|
|
4703
|
-
"name": "input",
|
|
4704
|
-
"description": "Fires when the value of an element has been changed."
|
|
4705
|
-
},
|
|
4706
|
-
{
|
|
4707
|
-
"name": "pagination-change",
|
|
4708
|
-
"description": "Fires when the page changes."
|
|
4709
|
-
}
|
|
4710
|
-
],
|
|
3643
|
+
"events": [],
|
|
4711
3644
|
"slots": [],
|
|
4712
3645
|
"source": {
|
|
4713
3646
|
"module": "@vonage/vivid-vue",
|
|
@@ -4791,32 +3724,7 @@
|
|
|
4791
3724
|
}
|
|
4792
3725
|
}
|
|
4793
3726
|
],
|
|
4794
|
-
"events": [
|
|
4795
|
-
{
|
|
4796
|
-
"name": "click",
|
|
4797
|
-
"description": "Fires when a pointing device button (such as a mouse's primary mouse button) is both pressed and released while the pointer is located inside the element."
|
|
4798
|
-
},
|
|
4799
|
-
{
|
|
4800
|
-
"name": "focus",
|
|
4801
|
-
"description": "Fires when the element receives focus."
|
|
4802
|
-
},
|
|
4803
|
-
{
|
|
4804
|
-
"name": "blur",
|
|
4805
|
-
"description": "Fires when the element loses focus."
|
|
4806
|
-
},
|
|
4807
|
-
{
|
|
4808
|
-
"name": "keydown",
|
|
4809
|
-
"description": "Fires when a key is pressed."
|
|
4810
|
-
},
|
|
4811
|
-
{
|
|
4812
|
-
"name": "keyup",
|
|
4813
|
-
"description": "Fires when a key is released."
|
|
4814
|
-
},
|
|
4815
|
-
{
|
|
4816
|
-
"name": "input",
|
|
4817
|
-
"description": "Fires when the value of an element has been changed."
|
|
4818
|
-
}
|
|
4819
|
-
],
|
|
3727
|
+
"events": [],
|
|
4820
3728
|
"slots": [],
|
|
4821
3729
|
"source": {
|
|
4822
3730
|
"module": "@vonage/vivid-vue",
|
|
@@ -4890,32 +3798,7 @@
|
|
|
4890
3798
|
}
|
|
4891
3799
|
}
|
|
4892
3800
|
],
|
|
4893
|
-
"events": [
|
|
4894
|
-
{
|
|
4895
|
-
"name": "click",
|
|
4896
|
-
"description": "Fires when a pointing device button (such as a mouse's primary mouse button) is both pressed and released while the pointer is located inside the element."
|
|
4897
|
-
},
|
|
4898
|
-
{
|
|
4899
|
-
"name": "focus",
|
|
4900
|
-
"description": "Fires when the element receives focus."
|
|
4901
|
-
},
|
|
4902
|
-
{
|
|
4903
|
-
"name": "blur",
|
|
4904
|
-
"description": "Fires when the element loses focus."
|
|
4905
|
-
},
|
|
4906
|
-
{
|
|
4907
|
-
"name": "keydown",
|
|
4908
|
-
"description": "Fires when a key is pressed."
|
|
4909
|
-
},
|
|
4910
|
-
{
|
|
4911
|
-
"name": "keyup",
|
|
4912
|
-
"description": "Fires when a key is released."
|
|
4913
|
-
},
|
|
4914
|
-
{
|
|
4915
|
-
"name": "input",
|
|
4916
|
-
"description": "Fires when the value of an element has been changed."
|
|
4917
|
-
}
|
|
4918
|
-
],
|
|
3801
|
+
"events": [],
|
|
4919
3802
|
"slots": [],
|
|
4920
3803
|
"source": {
|
|
4921
3804
|
"module": "@vonage/vivid-vue",
|
|
@@ -5023,36 +3906,7 @@
|
|
|
5023
3906
|
}
|
|
5024
3907
|
}
|
|
5025
3908
|
],
|
|
5026
|
-
"events": [
|
|
5027
|
-
{
|
|
5028
|
-
"name": "click",
|
|
5029
|
-
"description": "Fires when a pointing device button (such as a mouse's primary mouse button) is both pressed and released while the pointer is located inside the element."
|
|
5030
|
-
},
|
|
5031
|
-
{
|
|
5032
|
-
"name": "focus",
|
|
5033
|
-
"description": "Fires when the element receives focus."
|
|
5034
|
-
},
|
|
5035
|
-
{
|
|
5036
|
-
"name": "blur",
|
|
5037
|
-
"description": "Fires when the element loses focus."
|
|
5038
|
-
},
|
|
5039
|
-
{
|
|
5040
|
-
"name": "keydown",
|
|
5041
|
-
"description": "Fires when a key is pressed."
|
|
5042
|
-
},
|
|
5043
|
-
{
|
|
5044
|
-
"name": "keyup",
|
|
5045
|
-
"description": "Fires when a key is released."
|
|
5046
|
-
},
|
|
5047
|
-
{
|
|
5048
|
-
"name": "input",
|
|
5049
|
-
"description": "Fires when the value of an element has been changed."
|
|
5050
|
-
},
|
|
5051
|
-
{
|
|
5052
|
-
"name": "change",
|
|
5053
|
-
"description": "Fires a custom 'change' event when the value changes"
|
|
5054
|
-
}
|
|
5055
|
-
],
|
|
3909
|
+
"events": [],
|
|
5056
3910
|
"slots": [],
|
|
5057
3911
|
"source": {
|
|
5058
3912
|
"module": "@vonage/vivid-vue",
|
|
@@ -5121,36 +3975,7 @@
|
|
|
5121
3975
|
}
|
|
5122
3976
|
}
|
|
5123
3977
|
],
|
|
5124
|
-
"events": [
|
|
5125
|
-
{
|
|
5126
|
-
"name": "click",
|
|
5127
|
-
"description": "Fires when a pointing device button (such as a mouse's primary mouse button) is both pressed and released while the pointer is located inside the element."
|
|
5128
|
-
},
|
|
5129
|
-
{
|
|
5130
|
-
"name": "focus",
|
|
5131
|
-
"description": "Fires when the element receives focus."
|
|
5132
|
-
},
|
|
5133
|
-
{
|
|
5134
|
-
"name": "blur",
|
|
5135
|
-
"description": "Fires when the element loses focus."
|
|
5136
|
-
},
|
|
5137
|
-
{
|
|
5138
|
-
"name": "keydown",
|
|
5139
|
-
"description": "Fires when a key is pressed."
|
|
5140
|
-
},
|
|
5141
|
-
{
|
|
5142
|
-
"name": "keyup",
|
|
5143
|
-
"description": "Fires when a key is released."
|
|
5144
|
-
},
|
|
5145
|
-
{
|
|
5146
|
-
"name": "input",
|
|
5147
|
-
"description": "Fires when the value of an element has been changed."
|
|
5148
|
-
},
|
|
5149
|
-
{
|
|
5150
|
-
"name": "change",
|
|
5151
|
-
"description": "Fires a custom 'change' event when the value changes"
|
|
5152
|
-
}
|
|
5153
|
-
],
|
|
3978
|
+
"events": [],
|
|
5154
3979
|
"slots": [
|
|
5155
3980
|
{
|
|
5156
3981
|
"name": "default",
|
|
@@ -5318,46 +4143,17 @@
|
|
|
5318
4143
|
"kind": "expression",
|
|
5319
4144
|
"type": "'accent' | 'cta'"
|
|
5320
4145
|
}
|
|
5321
|
-
}
|
|
5322
|
-
],
|
|
5323
|
-
"events": [
|
|
5324
|
-
{
|
|
5325
|
-
"name": "click",
|
|
5326
|
-
"description": "Fires when a pointing device button (such as a mouse's primary mouse button) is both pressed and released while the pointer is located inside the element."
|
|
5327
|
-
},
|
|
5328
|
-
{
|
|
5329
|
-
"name": "focus",
|
|
5330
|
-
"description": "Fires when the element receives focus."
|
|
5331
|
-
},
|
|
5332
|
-
{
|
|
5333
|
-
"name": "blur",
|
|
5334
|
-
"description": "Fires when the element loses focus."
|
|
5335
4146
|
},
|
|
5336
4147
|
{
|
|
5337
|
-
"name": "
|
|
5338
|
-
"description": "
|
|
5339
|
-
|
|
5340
|
-
|
|
5341
|
-
|
|
5342
|
-
|
|
5343
|
-
},
|
|
5344
|
-
{
|
|
5345
|
-
"name": "input:start",
|
|
5346
|
-
"description": "Event emitted when the start value changes"
|
|
5347
|
-
},
|
|
5348
|
-
{
|
|
5349
|
-
"name": "input:end",
|
|
5350
|
-
"description": "Event emitted when the end value changes"
|
|
5351
|
-
},
|
|
5352
|
-
{
|
|
5353
|
-
"name": "input",
|
|
5354
|
-
"description": "Event emitted when either the start or end value changes."
|
|
5355
|
-
},
|
|
5356
|
-
{
|
|
5357
|
-
"name": "change",
|
|
5358
|
-
"description": "Event emitted when either the start or end value changes."
|
|
4148
|
+
"name": "pin",
|
|
4149
|
+
"description": "Show current values on the thumbs.",
|
|
4150
|
+
"value": {
|
|
4151
|
+
"kind": "expression",
|
|
4152
|
+
"type": "boolean"
|
|
4153
|
+
}
|
|
5359
4154
|
}
|
|
5360
4155
|
],
|
|
4156
|
+
"events": [],
|
|
5361
4157
|
"slots": [],
|
|
5362
4158
|
"source": {
|
|
5363
4159
|
"module": "@vonage/vivid-vue",
|
|
@@ -5522,36 +4318,7 @@
|
|
|
5522
4318
|
}
|
|
5523
4319
|
}
|
|
5524
4320
|
],
|
|
5525
|
-
"events": [
|
|
5526
|
-
{
|
|
5527
|
-
"name": "click",
|
|
5528
|
-
"description": "Fires when a pointing device button (such as a mouse's primary mouse button) is both pressed and released while the pointer is located inside the element."
|
|
5529
|
-
},
|
|
5530
|
-
{
|
|
5531
|
-
"name": "focus",
|
|
5532
|
-
"description": "Fires when the element receives focus."
|
|
5533
|
-
},
|
|
5534
|
-
{
|
|
5535
|
-
"name": "blur",
|
|
5536
|
-
"description": "Fires when the element loses focus."
|
|
5537
|
-
},
|
|
5538
|
-
{
|
|
5539
|
-
"name": "keydown",
|
|
5540
|
-
"description": "Fires when a key is pressed."
|
|
5541
|
-
},
|
|
5542
|
-
{
|
|
5543
|
-
"name": "keyup",
|
|
5544
|
-
"description": "Fires when a key is released."
|
|
5545
|
-
},
|
|
5546
|
-
{
|
|
5547
|
-
"name": "input",
|
|
5548
|
-
"description": "Fires a custom 'input' event when the value updates"
|
|
5549
|
-
},
|
|
5550
|
-
{
|
|
5551
|
-
"name": "change",
|
|
5552
|
-
"description": "Fires a custom 'change' event when the value updates"
|
|
5553
|
-
}
|
|
5554
|
-
],
|
|
4321
|
+
"events": [],
|
|
5555
4322
|
"slots": [
|
|
5556
4323
|
{
|
|
5557
4324
|
"name": "default",
|
|
@@ -5644,36 +4411,7 @@
|
|
|
5644
4411
|
}
|
|
5645
4412
|
}
|
|
5646
4413
|
],
|
|
5647
|
-
"events": [
|
|
5648
|
-
{
|
|
5649
|
-
"name": "click",
|
|
5650
|
-
"description": "Fires when a pointing device button (such as a mouse's primary mouse button) is both pressed and released while the pointer is located inside the element."
|
|
5651
|
-
},
|
|
5652
|
-
{
|
|
5653
|
-
"name": "focus",
|
|
5654
|
-
"description": "Fires when the element receives focus."
|
|
5655
|
-
},
|
|
5656
|
-
{
|
|
5657
|
-
"name": "blur",
|
|
5658
|
-
"description": "Fires when the element loses focus."
|
|
5659
|
-
},
|
|
5660
|
-
{
|
|
5661
|
-
"name": "keydown",
|
|
5662
|
-
"description": "Fires when a key is pressed."
|
|
5663
|
-
},
|
|
5664
|
-
{
|
|
5665
|
-
"name": "keyup",
|
|
5666
|
-
"description": "Fires when a key is released."
|
|
5667
|
-
},
|
|
5668
|
-
{
|
|
5669
|
-
"name": "input",
|
|
5670
|
-
"description": "Fires when the value of an element has been changed."
|
|
5671
|
-
},
|
|
5672
|
-
{
|
|
5673
|
-
"name": "change",
|
|
5674
|
-
"description": "Fired when the checked state changes"
|
|
5675
|
-
}
|
|
5676
|
-
],
|
|
4414
|
+
"events": [],
|
|
5677
4415
|
"slots": [
|
|
5678
4416
|
{
|
|
5679
4417
|
"name": "default",
|
|
@@ -5716,55 +4454,22 @@
|
|
|
5716
4454
|
},
|
|
5717
4455
|
{
|
|
5718
4456
|
"name": "open",
|
|
5719
|
-
"description": "indicates whether the side drawer is open",
|
|
5720
|
-
"value": {
|
|
5721
|
-
"kind": "expression",
|
|
5722
|
-
"type": "boolean"
|
|
5723
|
-
}
|
|
5724
|
-
},
|
|
5725
|
-
{
|
|
5726
|
-
"name": "trailing",
|
|
5727
|
-
"description": "sets the side of the side drawer",
|
|
5728
|
-
"value": {
|
|
5729
|
-
"kind": "expression",
|
|
5730
|
-
"type": "boolean"
|
|
5731
|
-
}
|
|
5732
|
-
}
|
|
5733
|
-
],
|
|
5734
|
-
"events": [
|
|
5735
|
-
{
|
|
5736
|
-
"name": "click",
|
|
5737
|
-
"description": "Fires when a pointing device button (such as a mouse's primary mouse button) is both pressed and released while the pointer is located inside the element."
|
|
5738
|
-
},
|
|
5739
|
-
{
|
|
5740
|
-
"name": "focus",
|
|
5741
|
-
"description": "Fires when the element receives focus."
|
|
5742
|
-
},
|
|
5743
|
-
{
|
|
5744
|
-
"name": "blur",
|
|
5745
|
-
"description": "Fires when the element loses focus."
|
|
5746
|
-
},
|
|
5747
|
-
{
|
|
5748
|
-
"name": "keydown",
|
|
5749
|
-
"description": "Fires when a key is pressed."
|
|
5750
|
-
},
|
|
5751
|
-
{
|
|
5752
|
-
"name": "keyup",
|
|
5753
|
-
"description": "Fires when a key is released."
|
|
5754
|
-
},
|
|
5755
|
-
{
|
|
5756
|
-
"name": "input",
|
|
5757
|
-
"description": "Fires when the value of an element has been changed."
|
|
5758
|
-
},
|
|
5759
|
-
{
|
|
5760
|
-
"name": "close",
|
|
5761
|
-
"description": "Fired when the side drawer is closed."
|
|
4457
|
+
"description": "indicates whether the side drawer is open",
|
|
4458
|
+
"value": {
|
|
4459
|
+
"kind": "expression",
|
|
4460
|
+
"type": "boolean"
|
|
4461
|
+
}
|
|
5762
4462
|
},
|
|
5763
4463
|
{
|
|
5764
|
-
"name": "
|
|
5765
|
-
"description": "
|
|
4464
|
+
"name": "trailing",
|
|
4465
|
+
"description": "sets the side of the side drawer",
|
|
4466
|
+
"value": {
|
|
4467
|
+
"kind": "expression",
|
|
4468
|
+
"type": "boolean"
|
|
4469
|
+
}
|
|
5766
4470
|
}
|
|
5767
4471
|
],
|
|
4472
|
+
"events": [],
|
|
5768
4473
|
"slots": [
|
|
5769
4474
|
{
|
|
5770
4475
|
"name": "default",
|
|
@@ -5903,6 +4608,14 @@
|
|
|
5903
4608
|
"type": "boolean"
|
|
5904
4609
|
}
|
|
5905
4610
|
},
|
|
4611
|
+
{
|
|
4612
|
+
"name": "pin",
|
|
4613
|
+
"description": "Show current value on the thumb.",
|
|
4614
|
+
"value": {
|
|
4615
|
+
"kind": "expression",
|
|
4616
|
+
"type": "boolean"
|
|
4617
|
+
}
|
|
4618
|
+
},
|
|
5906
4619
|
{
|
|
5907
4620
|
"name": "connotation",
|
|
5908
4621
|
"description": "slider connotation",
|
|
@@ -5912,36 +4625,7 @@
|
|
|
5912
4625
|
}
|
|
5913
4626
|
}
|
|
5914
4627
|
],
|
|
5915
|
-
"events": [
|
|
5916
|
-
{
|
|
5917
|
-
"name": "click",
|
|
5918
|
-
"description": "Fires when a pointing device button (such as a mouse's primary mouse button) is both pressed and released while the pointer is located inside the element."
|
|
5919
|
-
},
|
|
5920
|
-
{
|
|
5921
|
-
"name": "focus",
|
|
5922
|
-
"description": "Fires when the element receives focus."
|
|
5923
|
-
},
|
|
5924
|
-
{
|
|
5925
|
-
"name": "blur",
|
|
5926
|
-
"description": "Fires when the element loses focus."
|
|
5927
|
-
},
|
|
5928
|
-
{
|
|
5929
|
-
"name": "keydown",
|
|
5930
|
-
"description": "Fires when a key is pressed."
|
|
5931
|
-
},
|
|
5932
|
-
{
|
|
5933
|
-
"name": "keyup",
|
|
5934
|
-
"description": "Fires when a key is released."
|
|
5935
|
-
},
|
|
5936
|
-
{
|
|
5937
|
-
"name": "input",
|
|
5938
|
-
"description": "Fires when the value of an element has been changed."
|
|
5939
|
-
},
|
|
5940
|
-
{
|
|
5941
|
-
"name": "change",
|
|
5942
|
-
"description": "Fires a custom 'change' event when the slider value changes"
|
|
5943
|
-
}
|
|
5944
|
-
],
|
|
4628
|
+
"events": [],
|
|
5945
4629
|
"slots": [],
|
|
5946
4630
|
"source": {
|
|
5947
4631
|
"module": "@vonage/vivid-vue",
|
|
@@ -6048,40 +4732,7 @@
|
|
|
6048
4732
|
}
|
|
6049
4733
|
}
|
|
6050
4734
|
],
|
|
6051
|
-
"events": [
|
|
6052
|
-
{
|
|
6053
|
-
"name": "click",
|
|
6054
|
-
"description": "Fires when a pointing device button (such as a mouse's primary mouse button) is both pressed and released while the pointer is located inside the element."
|
|
6055
|
-
},
|
|
6056
|
-
{
|
|
6057
|
-
"name": "focus",
|
|
6058
|
-
"description": "Fires when the element receives focus."
|
|
6059
|
-
},
|
|
6060
|
-
{
|
|
6061
|
-
"name": "blur",
|
|
6062
|
-
"description": "Fires when the element loses focus."
|
|
6063
|
-
},
|
|
6064
|
-
{
|
|
6065
|
-
"name": "keydown",
|
|
6066
|
-
"description": "Fires when a key is pressed."
|
|
6067
|
-
},
|
|
6068
|
-
{
|
|
6069
|
-
"name": "keyup",
|
|
6070
|
-
"description": "Fires when a key is released."
|
|
6071
|
-
},
|
|
6072
|
-
{
|
|
6073
|
-
"name": "input",
|
|
6074
|
-
"description": "Fires when the value of an element has been changed."
|
|
6075
|
-
},
|
|
6076
|
-
{
|
|
6077
|
-
"name": "action-click",
|
|
6078
|
-
"description": "Event emitted when the action button is clicked"
|
|
6079
|
-
},
|
|
6080
|
-
{
|
|
6081
|
-
"name": "indicator-click",
|
|
6082
|
-
"description": "Event emitted when the indicator button is clicked"
|
|
6083
|
-
}
|
|
6084
|
-
],
|
|
4735
|
+
"events": [],
|
|
6085
4736
|
"slots": [
|
|
6086
4737
|
{
|
|
6087
4738
|
"name": "default",
|
|
@@ -6187,40 +4838,11 @@
|
|
|
6187
4838
|
"description": "Indicates the switch's connotation.",
|
|
6188
4839
|
"value": {
|
|
6189
4840
|
"kind": "expression",
|
|
6190
|
-
"type": "'accent' | 'alert' | 'success' | 'cta'"
|
|
4841
|
+
"type": "'accent' | 'alert' | 'announcement' | 'success' | 'cta'"
|
|
6191
4842
|
}
|
|
6192
4843
|
}
|
|
6193
4844
|
],
|
|
6194
|
-
"events": [
|
|
6195
|
-
{
|
|
6196
|
-
"name": "click",
|
|
6197
|
-
"description": "Fires when a pointing device button (such as a mouse's primary mouse button) is both pressed and released while the pointer is located inside the element."
|
|
6198
|
-
},
|
|
6199
|
-
{
|
|
6200
|
-
"name": "focus",
|
|
6201
|
-
"description": "Fires when the element receives focus."
|
|
6202
|
-
},
|
|
6203
|
-
{
|
|
6204
|
-
"name": "blur",
|
|
6205
|
-
"description": "Fires when the element loses focus."
|
|
6206
|
-
},
|
|
6207
|
-
{
|
|
6208
|
-
"name": "keydown",
|
|
6209
|
-
"description": "Fires when a key is pressed."
|
|
6210
|
-
},
|
|
6211
|
-
{
|
|
6212
|
-
"name": "keyup",
|
|
6213
|
-
"description": "Fires when a key is released."
|
|
6214
|
-
},
|
|
6215
|
-
{
|
|
6216
|
-
"name": "input",
|
|
6217
|
-
"description": "Fires when the value of an element has been changed."
|
|
6218
|
-
},
|
|
6219
|
-
{
|
|
6220
|
-
"name": "change",
|
|
6221
|
-
"description": "Emits a custom change event when the checked state changes"
|
|
6222
|
-
}
|
|
6223
|
-
],
|
|
4845
|
+
"events": [],
|
|
6224
4846
|
"slots": [],
|
|
6225
4847
|
"source": {
|
|
6226
4848
|
"module": "@vonage/vivid-vue",
|
|
@@ -6303,32 +4925,7 @@
|
|
|
6303
4925
|
}
|
|
6304
4926
|
}
|
|
6305
4927
|
],
|
|
6306
|
-
"events": [
|
|
6307
|
-
{
|
|
6308
|
-
"name": "click",
|
|
6309
|
-
"description": "Fires when a pointing device button (such as a mouse's primary mouse button) is both pressed and released while the pointer is located inside the element."
|
|
6310
|
-
},
|
|
6311
|
-
{
|
|
6312
|
-
"name": "focus",
|
|
6313
|
-
"description": "Fires when the element receives focus."
|
|
6314
|
-
},
|
|
6315
|
-
{
|
|
6316
|
-
"name": "blur",
|
|
6317
|
-
"description": "Fires when the element loses focus."
|
|
6318
|
-
},
|
|
6319
|
-
{
|
|
6320
|
-
"name": "keydown",
|
|
6321
|
-
"description": "Fires when a key is pressed."
|
|
6322
|
-
},
|
|
6323
|
-
{
|
|
6324
|
-
"name": "keyup",
|
|
6325
|
-
"description": "Fires when a key is released."
|
|
6326
|
-
},
|
|
6327
|
-
{
|
|
6328
|
-
"name": "input",
|
|
6329
|
-
"description": "Fires when the value of an element has been changed."
|
|
6330
|
-
}
|
|
6331
|
-
],
|
|
4928
|
+
"events": [],
|
|
6332
4929
|
"slots": [
|
|
6333
4930
|
{
|
|
6334
4931
|
"name": "icon",
|
|
@@ -6354,32 +4951,7 @@
|
|
|
6354
4951
|
}
|
|
6355
4952
|
}
|
|
6356
4953
|
],
|
|
6357
|
-
"events": [
|
|
6358
|
-
{
|
|
6359
|
-
"name": "click",
|
|
6360
|
-
"description": "Fires when a pointing device button (such as a mouse's primary mouse button) is both pressed and released while the pointer is located inside the element."
|
|
6361
|
-
},
|
|
6362
|
-
{
|
|
6363
|
-
"name": "focus",
|
|
6364
|
-
"description": "Fires when the element receives focus."
|
|
6365
|
-
},
|
|
6366
|
-
{
|
|
6367
|
-
"name": "blur",
|
|
6368
|
-
"description": "Fires when the element loses focus."
|
|
6369
|
-
},
|
|
6370
|
-
{
|
|
6371
|
-
"name": "keydown",
|
|
6372
|
-
"description": "Fires when a key is pressed."
|
|
6373
|
-
},
|
|
6374
|
-
{
|
|
6375
|
-
"name": "keyup",
|
|
6376
|
-
"description": "Fires when a key is released."
|
|
6377
|
-
},
|
|
6378
|
-
{
|
|
6379
|
-
"name": "input",
|
|
6380
|
-
"description": "Fires when the value of an element has been changed."
|
|
6381
|
-
}
|
|
6382
|
-
],
|
|
4954
|
+
"events": [],
|
|
6383
4955
|
"slots": [
|
|
6384
4956
|
{
|
|
6385
4957
|
"name": "default",
|
|
@@ -6453,36 +5025,7 @@
|
|
|
6453
5025
|
}
|
|
6454
5026
|
}
|
|
6455
5027
|
],
|
|
6456
|
-
"events": [
|
|
6457
|
-
{
|
|
6458
|
-
"name": "click",
|
|
6459
|
-
"description": "Fires when a pointing device button (such as a mouse's primary mouse button) is both pressed and released while the pointer is located inside the element."
|
|
6460
|
-
},
|
|
6461
|
-
{
|
|
6462
|
-
"name": "focus",
|
|
6463
|
-
"description": "Fires when the element receives focus."
|
|
6464
|
-
},
|
|
6465
|
-
{
|
|
6466
|
-
"name": "blur",
|
|
6467
|
-
"description": "Fires when the element loses focus."
|
|
6468
|
-
},
|
|
6469
|
-
{
|
|
6470
|
-
"name": "keydown",
|
|
6471
|
-
"description": "Fires when a key is pressed."
|
|
6472
|
-
},
|
|
6473
|
-
{
|
|
6474
|
-
"name": "keyup",
|
|
6475
|
-
"description": "Fires when a key is released."
|
|
6476
|
-
},
|
|
6477
|
-
{
|
|
6478
|
-
"name": "input",
|
|
6479
|
-
"description": "Fires when the value of an element has been changed."
|
|
6480
|
-
},
|
|
6481
|
-
{
|
|
6482
|
-
"name": "change",
|
|
6483
|
-
"description": "Fires a custom 'change' event when a tab is clicked or during keyboard navigation"
|
|
6484
|
-
}
|
|
6485
|
-
],
|
|
5028
|
+
"events": [],
|
|
6486
5029
|
"slots": [
|
|
6487
5030
|
{
|
|
6488
5031
|
"name": "default",
|
|
@@ -6580,40 +5123,7 @@
|
|
|
6580
5123
|
}
|
|
6581
5124
|
}
|
|
6582
5125
|
],
|
|
6583
|
-
"events": [
|
|
6584
|
-
{
|
|
6585
|
-
"name": "click",
|
|
6586
|
-
"description": "Fires when a pointing device button (such as a mouse's primary mouse button) is both pressed and released while the pointer is located inside the element."
|
|
6587
|
-
},
|
|
6588
|
-
{
|
|
6589
|
-
"name": "focus",
|
|
6590
|
-
"description": "Fires when the element receives focus."
|
|
6591
|
-
},
|
|
6592
|
-
{
|
|
6593
|
-
"name": "blur",
|
|
6594
|
-
"description": "Fires when the element loses focus."
|
|
6595
|
-
},
|
|
6596
|
-
{
|
|
6597
|
-
"name": "keydown",
|
|
6598
|
-
"description": "Fires when a key is pressed."
|
|
6599
|
-
},
|
|
6600
|
-
{
|
|
6601
|
-
"name": "keyup",
|
|
6602
|
-
"description": "Fires when a key is released."
|
|
6603
|
-
},
|
|
6604
|
-
{
|
|
6605
|
-
"name": "input",
|
|
6606
|
-
"description": "Fires when the value of an element has been changed."
|
|
6607
|
-
},
|
|
6608
|
-
{
|
|
6609
|
-
"name": "selected-change",
|
|
6610
|
-
"description": "Fires when the selected state changes"
|
|
6611
|
-
},
|
|
6612
|
-
{
|
|
6613
|
-
"name": "removed",
|
|
6614
|
-
"description": "Fires when the tag is removed"
|
|
6615
|
-
}
|
|
6616
|
-
],
|
|
5126
|
+
"events": [],
|
|
6617
5127
|
"slots": [
|
|
6618
5128
|
{
|
|
6619
5129
|
"name": "icon",
|
|
@@ -6646,32 +5156,7 @@
|
|
|
6646
5156
|
}
|
|
6647
5157
|
}
|
|
6648
5158
|
],
|
|
6649
|
-
"events": [
|
|
6650
|
-
{
|
|
6651
|
-
"name": "click",
|
|
6652
|
-
"description": "Fires when a pointing device button (such as a mouse's primary mouse button) is both pressed and released while the pointer is located inside the element."
|
|
6653
|
-
},
|
|
6654
|
-
{
|
|
6655
|
-
"name": "focus",
|
|
6656
|
-
"description": "Fires when the element receives focus."
|
|
6657
|
-
},
|
|
6658
|
-
{
|
|
6659
|
-
"name": "blur",
|
|
6660
|
-
"description": "Fires when the element loses focus."
|
|
6661
|
-
},
|
|
6662
|
-
{
|
|
6663
|
-
"name": "keydown",
|
|
6664
|
-
"description": "Fires when a key is pressed."
|
|
6665
|
-
},
|
|
6666
|
-
{
|
|
6667
|
-
"name": "keyup",
|
|
6668
|
-
"description": "Fires when a key is released."
|
|
6669
|
-
},
|
|
6670
|
-
{
|
|
6671
|
-
"name": "input",
|
|
6672
|
-
"description": "Fires when the value of an element has been changed."
|
|
6673
|
-
}
|
|
6674
|
-
],
|
|
5159
|
+
"events": [],
|
|
6675
5160
|
"slots": [
|
|
6676
5161
|
{
|
|
6677
5162
|
"name": "default",
|
|
@@ -6873,36 +5358,7 @@
|
|
|
6873
5358
|
}
|
|
6874
5359
|
}
|
|
6875
5360
|
],
|
|
6876
|
-
"events": [
|
|
6877
|
-
{
|
|
6878
|
-
"name": "click",
|
|
6879
|
-
"description": "Fires when a pointing device button (such as a mouse's primary mouse button) is both pressed and released while the pointer is located inside the element."
|
|
6880
|
-
},
|
|
6881
|
-
{
|
|
6882
|
-
"name": "focus",
|
|
6883
|
-
"description": "Fires when the element receives focus."
|
|
6884
|
-
},
|
|
6885
|
-
{
|
|
6886
|
-
"name": "blur",
|
|
6887
|
-
"description": "Fires when the element loses focus."
|
|
6888
|
-
},
|
|
6889
|
-
{
|
|
6890
|
-
"name": "keydown",
|
|
6891
|
-
"description": "Fires when a key is pressed."
|
|
6892
|
-
},
|
|
6893
|
-
{
|
|
6894
|
-
"name": "keyup",
|
|
6895
|
-
"description": "Fires when a key is released."
|
|
6896
|
-
},
|
|
6897
|
-
{
|
|
6898
|
-
"name": "input",
|
|
6899
|
-
"description": "Fires when the value of an element has been changed."
|
|
6900
|
-
},
|
|
6901
|
-
{
|
|
6902
|
-
"name": "change",
|
|
6903
|
-
"description": "Emits a custom 'change' event when the textarea emits a change event"
|
|
6904
|
-
}
|
|
6905
|
-
],
|
|
5361
|
+
"events": [],
|
|
6906
5362
|
"slots": [
|
|
6907
5363
|
{
|
|
6908
5364
|
"name": "helper-text",
|
|
@@ -7117,36 +5573,7 @@
|
|
|
7117
5573
|
}
|
|
7118
5574
|
}
|
|
7119
5575
|
],
|
|
7120
|
-
"events": [
|
|
7121
|
-
{
|
|
7122
|
-
"name": "click",
|
|
7123
|
-
"description": "Fires when a pointing device button (such as a mouse's primary mouse button) is both pressed and released while the pointer is located inside the element."
|
|
7124
|
-
},
|
|
7125
|
-
{
|
|
7126
|
-
"name": "focus",
|
|
7127
|
-
"description": "Fires when the element receives focus."
|
|
7128
|
-
},
|
|
7129
|
-
{
|
|
7130
|
-
"name": "blur",
|
|
7131
|
-
"description": "Fires when the element loses focus."
|
|
7132
|
-
},
|
|
7133
|
-
{
|
|
7134
|
-
"name": "keydown",
|
|
7135
|
-
"description": "Fires when a key is pressed."
|
|
7136
|
-
},
|
|
7137
|
-
{
|
|
7138
|
-
"name": "keyup",
|
|
7139
|
-
"description": "Fires when a key is released."
|
|
7140
|
-
},
|
|
7141
|
-
{
|
|
7142
|
-
"name": "input",
|
|
7143
|
-
"description": "Fires when the value of an element has been changed."
|
|
7144
|
-
},
|
|
7145
|
-
{
|
|
7146
|
-
"name": "change",
|
|
7147
|
-
"description": "Fires a custom 'change' event when the value has changed"
|
|
7148
|
-
}
|
|
7149
|
-
],
|
|
5576
|
+
"events": [],
|
|
7150
5577
|
"slots": [
|
|
7151
5578
|
{
|
|
7152
5579
|
"name": "leading-action-items",
|
|
@@ -7292,36 +5719,7 @@
|
|
|
7292
5719
|
}
|
|
7293
5720
|
}
|
|
7294
5721
|
],
|
|
7295
|
-
"events": [
|
|
7296
|
-
{
|
|
7297
|
-
"name": "click",
|
|
7298
|
-
"description": "Fires when a pointing device button (such as a mouse's primary mouse button) is both pressed and released while the pointer is located inside the element."
|
|
7299
|
-
},
|
|
7300
|
-
{
|
|
7301
|
-
"name": "focus",
|
|
7302
|
-
"description": "Fires when the element receives focus."
|
|
7303
|
-
},
|
|
7304
|
-
{
|
|
7305
|
-
"name": "blur",
|
|
7306
|
-
"description": "Fires when the element loses focus."
|
|
7307
|
-
},
|
|
7308
|
-
{
|
|
7309
|
-
"name": "keydown",
|
|
7310
|
-
"description": "Fires when a key is pressed."
|
|
7311
|
-
},
|
|
7312
|
-
{
|
|
7313
|
-
"name": "keyup",
|
|
7314
|
-
"description": "Fires when a key is released."
|
|
7315
|
-
},
|
|
7316
|
-
{
|
|
7317
|
-
"name": "input",
|
|
7318
|
-
"description": "Emitted when the time is changed by the user."
|
|
7319
|
-
},
|
|
7320
|
-
{
|
|
7321
|
-
"name": "change",
|
|
7322
|
-
"description": "Emitted when the time is changed by the user."
|
|
7323
|
-
}
|
|
7324
|
-
],
|
|
5722
|
+
"events": [],
|
|
7325
5723
|
"slots": [
|
|
7326
5724
|
{
|
|
7327
5725
|
"name": "helper-text",
|
|
@@ -7387,32 +5785,7 @@
|
|
|
7387
5785
|
}
|
|
7388
5786
|
}
|
|
7389
5787
|
],
|
|
7390
|
-
"events": [
|
|
7391
|
-
{
|
|
7392
|
-
"name": "click",
|
|
7393
|
-
"description": "Fires when a pointing device button (such as a mouse's primary mouse button) is both pressed and released while the pointer is located inside the element."
|
|
7394
|
-
},
|
|
7395
|
-
{
|
|
7396
|
-
"name": "focus",
|
|
7397
|
-
"description": "Fires when the element receives focus."
|
|
7398
|
-
},
|
|
7399
|
-
{
|
|
7400
|
-
"name": "blur",
|
|
7401
|
-
"description": "Fires when the element loses focus."
|
|
7402
|
-
},
|
|
7403
|
-
{
|
|
7404
|
-
"name": "keydown",
|
|
7405
|
-
"description": "Fires when a key is pressed."
|
|
7406
|
-
},
|
|
7407
|
-
{
|
|
7408
|
-
"name": "keyup",
|
|
7409
|
-
"description": "Fires when a key is released."
|
|
7410
|
-
},
|
|
7411
|
-
{
|
|
7412
|
-
"name": "input",
|
|
7413
|
-
"description": "Fires when the value of an element has been changed."
|
|
7414
|
-
}
|
|
7415
|
-
],
|
|
5788
|
+
"events": [],
|
|
7416
5789
|
"slots": [
|
|
7417
5790
|
{
|
|
7418
5791
|
"name": "default",
|
|
@@ -7476,32 +5849,7 @@
|
|
|
7476
5849
|
}
|
|
7477
5850
|
}
|
|
7478
5851
|
],
|
|
7479
|
-
"events": [
|
|
7480
|
-
{
|
|
7481
|
-
"name": "click",
|
|
7482
|
-
"description": "Fires when a pointing device button (such as a mouse's primary mouse button) is both pressed and released while the pointer is located inside the element."
|
|
7483
|
-
},
|
|
7484
|
-
{
|
|
7485
|
-
"name": "focus",
|
|
7486
|
-
"description": "Fires when the element receives focus."
|
|
7487
|
-
},
|
|
7488
|
-
{
|
|
7489
|
-
"name": "blur",
|
|
7490
|
-
"description": "Fires when the element loses focus."
|
|
7491
|
-
},
|
|
7492
|
-
{
|
|
7493
|
-
"name": "keydown",
|
|
7494
|
-
"description": "Fires when a key is pressed."
|
|
7495
|
-
},
|
|
7496
|
-
{
|
|
7497
|
-
"name": "keyup",
|
|
7498
|
-
"description": "Fires when a key is released."
|
|
7499
|
-
},
|
|
7500
|
-
{
|
|
7501
|
-
"name": "input",
|
|
7502
|
-
"description": "Fires when the value of an element has been changed."
|
|
7503
|
-
}
|
|
7504
|
-
],
|
|
5852
|
+
"events": [],
|
|
7505
5853
|
"slots": [
|
|
7506
5854
|
{
|
|
7507
5855
|
"name": "anchor",
|
|
@@ -7567,40 +5915,7 @@
|
|
|
7567
5915
|
}
|
|
7568
5916
|
}
|
|
7569
5917
|
],
|
|
7570
|
-
"events": [
|
|
7571
|
-
{
|
|
7572
|
-
"name": "click",
|
|
7573
|
-
"description": "Fires when a pointing device button (such as a mouse's primary mouse button) is both pressed and released while the pointer is located inside the element."
|
|
7574
|
-
},
|
|
7575
|
-
{
|
|
7576
|
-
"name": "focus",
|
|
7577
|
-
"description": "Fires when the element receives focus."
|
|
7578
|
-
},
|
|
7579
|
-
{
|
|
7580
|
-
"name": "blur",
|
|
7581
|
-
"description": "Fires when the element loses focus."
|
|
7582
|
-
},
|
|
7583
|
-
{
|
|
7584
|
-
"name": "keydown",
|
|
7585
|
-
"description": "Fires when a key is pressed."
|
|
7586
|
-
},
|
|
7587
|
-
{
|
|
7588
|
-
"name": "keyup",
|
|
7589
|
-
"description": "Fires when a key is released."
|
|
7590
|
-
},
|
|
7591
|
-
{
|
|
7592
|
-
"name": "input",
|
|
7593
|
-
"description": "Fires when the value of an element has been changed."
|
|
7594
|
-
},
|
|
7595
|
-
{
|
|
7596
|
-
"name": "expanded-change",
|
|
7597
|
-
"description": "Fires a custom 'expanded-change' event when the expanded state changes"
|
|
7598
|
-
},
|
|
7599
|
-
{
|
|
7600
|
-
"name": "selected-change",
|
|
7601
|
-
"description": "Fires a custom 'selected-change' event when the selected state changes"
|
|
7602
|
-
}
|
|
7603
|
-
],
|
|
5918
|
+
"events": [],
|
|
7604
5919
|
"slots": [
|
|
7605
5920
|
{
|
|
7606
5921
|
"name": "item",
|
|
@@ -7638,32 +5953,7 @@
|
|
|
7638
5953
|
}
|
|
7639
5954
|
}
|
|
7640
5955
|
],
|
|
7641
|
-
"events": [
|
|
7642
|
-
{
|
|
7643
|
-
"name": "click",
|
|
7644
|
-
"description": "Fires when a pointing device button (such as a mouse's primary mouse button) is both pressed and released while the pointer is located inside the element."
|
|
7645
|
-
},
|
|
7646
|
-
{
|
|
7647
|
-
"name": "focus",
|
|
7648
|
-
"description": "Fires when the element receives focus."
|
|
7649
|
-
},
|
|
7650
|
-
{
|
|
7651
|
-
"name": "blur",
|
|
7652
|
-
"description": "Fires when the element loses focus."
|
|
7653
|
-
},
|
|
7654
|
-
{
|
|
7655
|
-
"name": "keydown",
|
|
7656
|
-
"description": "Fires when a key is pressed."
|
|
7657
|
-
},
|
|
7658
|
-
{
|
|
7659
|
-
"name": "keyup",
|
|
7660
|
-
"description": "Fires when a key is released."
|
|
7661
|
-
},
|
|
7662
|
-
{
|
|
7663
|
-
"name": "input",
|
|
7664
|
-
"description": "Fires when the value of an element has been changed."
|
|
7665
|
-
}
|
|
7666
|
-
],
|
|
5956
|
+
"events": [],
|
|
7667
5957
|
"slots": [
|
|
7668
5958
|
{
|
|
7669
5959
|
"name": "default",
|
|
@@ -7737,44 +6027,7 @@
|
|
|
7737
6027
|
}
|
|
7738
6028
|
}
|
|
7739
6029
|
],
|
|
7740
|
-
"events": [
|
|
7741
|
-
{
|
|
7742
|
-
"name": "click",
|
|
7743
|
-
"description": "Fires when a pointing device button (such as a mouse's primary mouse button) is both pressed and released while the pointer is located inside the element."
|
|
7744
|
-
},
|
|
7745
|
-
{
|
|
7746
|
-
"name": "focus",
|
|
7747
|
-
"description": "Fires when the element receives focus."
|
|
7748
|
-
},
|
|
7749
|
-
{
|
|
7750
|
-
"name": "blur",
|
|
7751
|
-
"description": "Fires when the element loses focus."
|
|
7752
|
-
},
|
|
7753
|
-
{
|
|
7754
|
-
"name": "keydown",
|
|
7755
|
-
"description": "Fires when a key is pressed."
|
|
7756
|
-
},
|
|
7757
|
-
{
|
|
7758
|
-
"name": "keyup",
|
|
7759
|
-
"description": "Fires when a key is released."
|
|
7760
|
-
},
|
|
7761
|
-
{
|
|
7762
|
-
"name": "input",
|
|
7763
|
-
"description": "Fires when the value of an element has been changed."
|
|
7764
|
-
},
|
|
7765
|
-
{
|
|
7766
|
-
"name": "play",
|
|
7767
|
-
"description": "Fired when the video is played"
|
|
7768
|
-
},
|
|
7769
|
-
{
|
|
7770
|
-
"name": "pause",
|
|
7771
|
-
"description": "Fired when the video is paused"
|
|
7772
|
-
},
|
|
7773
|
-
{
|
|
7774
|
-
"name": "ended",
|
|
7775
|
-
"description": "Fired when the video is ended"
|
|
7776
|
-
}
|
|
7777
|
-
],
|
|
6030
|
+
"events": [],
|
|
7778
6031
|
"slots": [
|
|
7779
6032
|
{
|
|
7780
6033
|
"name": "default",
|