@vonage/vivid-vue 4.3.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/VCheckbox.vue3.d.ts +1 -1
- package/generated/components/VCombobox.vue3.d.ts +1 -1
- package/generated/components/VDatePicker.vue3.d.ts +1 -1
- package/generated/components/VDateRangePicker.vue3.d.ts +2 -2
- package/generated/components/VDialPad.vue3.d.ts +1 -1
- package/generated/components/VDialog.vue2.d.ts +16 -1
- package/generated/components/VDialog.vue3.d.ts +27 -0
- package/generated/components/VEmptyState.vue2.d.ts +30 -0
- package/generated/components/VEmptyState.vue3.d.ts +30 -0
- package/generated/components/VMenuItem.vue3.d.ts +1 -1
- package/generated/components/VNumberField.vue3.d.ts +1 -1
- package/generated/components/VRadioGroup.vue3.d.ts +1 -1
- package/generated/components/VRangeSlider.vue2.d.ts +15 -0
- package/generated/components/VRangeSlider.vue3.d.ts +17 -2
- package/generated/components/VSelect.vue3.d.ts +1 -1
- package/generated/components/VSideDrawer.vue2.d.ts +1 -1
- package/generated/components/VSideDrawer.vue3.d.ts +1 -1
- package/generated/components/VSlider.vue2.d.ts +15 -0
- package/generated/components/VSlider.vue3.d.ts +16 -1
- package/generated/components/VSwitch.vue3.d.ts +1 -1
- package/generated/components/VTextArea.vue3.d.ts +1 -1
- package/generated/components/VTextField.vue3.d.ts +1 -1
- package/generated/components/VTimePicker.vue3.d.ts +1 -1
- package/index.cjs +91 -31
- package/index.js +91 -31
- package/package.json +2 -2
- package/web-types.json +110 -1865
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",
|
|
@@ -1315,32 +1049,7 @@
|
|
|
1315
1049
|
}
|
|
1316
1050
|
}
|
|
1317
1051
|
],
|
|
1318
|
-
"events": [
|
|
1319
|
-
{
|
|
1320
|
-
"name": "click",
|
|
1321
|
-
"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."
|
|
1322
|
-
},
|
|
1323
|
-
{
|
|
1324
|
-
"name": "focus",
|
|
1325
|
-
"description": "Fires when the element receives focus."
|
|
1326
|
-
},
|
|
1327
|
-
{
|
|
1328
|
-
"name": "blur",
|
|
1329
|
-
"description": "Fires when the element loses focus."
|
|
1330
|
-
},
|
|
1331
|
-
{
|
|
1332
|
-
"name": "keydown",
|
|
1333
|
-
"description": "Fires when a key is pressed."
|
|
1334
|
-
},
|
|
1335
|
-
{
|
|
1336
|
-
"name": "keyup",
|
|
1337
|
-
"description": "Fires when a key is released."
|
|
1338
|
-
},
|
|
1339
|
-
{
|
|
1340
|
-
"name": "input",
|
|
1341
|
-
"description": "Fires when the value of an element has been changed."
|
|
1342
|
-
}
|
|
1343
|
-
],
|
|
1052
|
+
"events": [],
|
|
1344
1053
|
"slots": [
|
|
1345
1054
|
{
|
|
1346
1055
|
"name": "icon",
|
|
@@ -1398,32 +1107,7 @@
|
|
|
1398
1107
|
}
|
|
1399
1108
|
}
|
|
1400
1109
|
],
|
|
1401
|
-
"events": [
|
|
1402
|
-
{
|
|
1403
|
-
"name": "click",
|
|
1404
|
-
"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."
|
|
1405
|
-
},
|
|
1406
|
-
{
|
|
1407
|
-
"name": "focus",
|
|
1408
|
-
"description": "Fires when the element receives focus."
|
|
1409
|
-
},
|
|
1410
|
-
{
|
|
1411
|
-
"name": "blur",
|
|
1412
|
-
"description": "Fires when the element loses focus."
|
|
1413
|
-
},
|
|
1414
|
-
{
|
|
1415
|
-
"name": "keydown",
|
|
1416
|
-
"description": "Fires when a key is pressed."
|
|
1417
|
-
},
|
|
1418
|
-
{
|
|
1419
|
-
"name": "keyup",
|
|
1420
|
-
"description": "Fires when a key is released."
|
|
1421
|
-
},
|
|
1422
|
-
{
|
|
1423
|
-
"name": "input",
|
|
1424
|
-
"description": "Fires when the value of an element has been changed."
|
|
1425
|
-
}
|
|
1426
|
-
],
|
|
1110
|
+
"events": [],
|
|
1427
1111
|
"slots": [
|
|
1428
1112
|
{
|
|
1429
1113
|
"name": "default",
|
|
@@ -1533,32 +1217,7 @@
|
|
|
1533
1217
|
}
|
|
1534
1218
|
}
|
|
1535
1219
|
],
|
|
1536
|
-
"events": [
|
|
1537
|
-
{
|
|
1538
|
-
"name": "click",
|
|
1539
|
-
"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."
|
|
1540
|
-
},
|
|
1541
|
-
{
|
|
1542
|
-
"name": "focus",
|
|
1543
|
-
"description": "Fires when the element receives focus."
|
|
1544
|
-
},
|
|
1545
|
-
{
|
|
1546
|
-
"name": "blur",
|
|
1547
|
-
"description": "Fires when the element loses focus."
|
|
1548
|
-
},
|
|
1549
|
-
{
|
|
1550
|
-
"name": "keydown",
|
|
1551
|
-
"description": "Fires when a key is pressed."
|
|
1552
|
-
},
|
|
1553
|
-
{
|
|
1554
|
-
"name": "keyup",
|
|
1555
|
-
"description": "Fires when a key is released."
|
|
1556
|
-
},
|
|
1557
|
-
{
|
|
1558
|
-
"name": "input",
|
|
1559
|
-
"description": "Fires when the value of an element has been changed."
|
|
1560
|
-
}
|
|
1561
|
-
],
|
|
1220
|
+
"events": [],
|
|
1562
1221
|
"slots": [],
|
|
1563
1222
|
"source": {
|
|
1564
1223
|
"module": "@vonage/vivid-vue",
|
|
@@ -1627,32 +1286,7 @@
|
|
|
1627
1286
|
}
|
|
1628
1287
|
}
|
|
1629
1288
|
],
|
|
1630
|
-
"events": [
|
|
1631
|
-
{
|
|
1632
|
-
"name": "click",
|
|
1633
|
-
"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."
|
|
1634
|
-
},
|
|
1635
|
-
{
|
|
1636
|
-
"name": "focus",
|
|
1637
|
-
"description": "Fires when the element receives focus."
|
|
1638
|
-
},
|
|
1639
|
-
{
|
|
1640
|
-
"name": "blur",
|
|
1641
|
-
"description": "Fires when the element loses focus."
|
|
1642
|
-
},
|
|
1643
|
-
{
|
|
1644
|
-
"name": "keydown",
|
|
1645
|
-
"description": "Fires when a key is pressed."
|
|
1646
|
-
},
|
|
1647
|
-
{
|
|
1648
|
-
"name": "keyup",
|
|
1649
|
-
"description": "Fires when a key is released."
|
|
1650
|
-
},
|
|
1651
|
-
{
|
|
1652
|
-
"name": "input",
|
|
1653
|
-
"description": "Fires when the value of an element has been changed."
|
|
1654
|
-
}
|
|
1655
|
-
],
|
|
1289
|
+
"events": [],
|
|
1656
1290
|
"slots": [
|
|
1657
1291
|
{
|
|
1658
1292
|
"name": "graphic",
|
|
@@ -1812,36 +1446,7 @@
|
|
|
1812
1446
|
}
|
|
1813
1447
|
}
|
|
1814
1448
|
],
|
|
1815
|
-
"events": [
|
|
1816
|
-
{
|
|
1817
|
-
"name": "click",
|
|
1818
|
-
"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."
|
|
1819
|
-
},
|
|
1820
|
-
{
|
|
1821
|
-
"name": "focus",
|
|
1822
|
-
"description": "Fires when the element receives focus."
|
|
1823
|
-
},
|
|
1824
|
-
{
|
|
1825
|
-
"name": "blur",
|
|
1826
|
-
"description": "Fires when the element loses focus."
|
|
1827
|
-
},
|
|
1828
|
-
{
|
|
1829
|
-
"name": "keydown",
|
|
1830
|
-
"description": "Fires when a key is pressed."
|
|
1831
|
-
},
|
|
1832
|
-
{
|
|
1833
|
-
"name": "keyup",
|
|
1834
|
-
"description": "Fires when a key is released."
|
|
1835
|
-
},
|
|
1836
|
-
{
|
|
1837
|
-
"name": "change",
|
|
1838
|
-
"description": "Emitted when the checked state changes."
|
|
1839
|
-
},
|
|
1840
|
-
{
|
|
1841
|
-
"name": "input",
|
|
1842
|
-
"description": "Emitted when the checked state changes."
|
|
1843
|
-
}
|
|
1844
|
-
],
|
|
1449
|
+
"events": [],
|
|
1845
1450
|
"slots": [
|
|
1846
1451
|
{
|
|
1847
1452
|
"name": "helper-text",
|
|
@@ -1979,36 +1584,7 @@
|
|
|
1979
1584
|
}
|
|
1980
1585
|
}
|
|
1981
1586
|
],
|
|
1982
|
-
"events": [
|
|
1983
|
-
{
|
|
1984
|
-
"name": "click",
|
|
1985
|
-
"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."
|
|
1986
|
-
},
|
|
1987
|
-
{
|
|
1988
|
-
"name": "focus",
|
|
1989
|
-
"description": "Fires when the element receives focus."
|
|
1990
|
-
},
|
|
1991
|
-
{
|
|
1992
|
-
"name": "blur",
|
|
1993
|
-
"description": "Fires when the element loses focus."
|
|
1994
|
-
},
|
|
1995
|
-
{
|
|
1996
|
-
"name": "keydown",
|
|
1997
|
-
"description": "Fires when a key is pressed."
|
|
1998
|
-
},
|
|
1999
|
-
{
|
|
2000
|
-
"name": "keyup",
|
|
2001
|
-
"description": "Fires when a key is released."
|
|
2002
|
-
},
|
|
2003
|
-
{
|
|
2004
|
-
"name": "input",
|
|
2005
|
-
"description": "Fires when the value of an element has been changed."
|
|
2006
|
-
},
|
|
2007
|
-
{
|
|
2008
|
-
"name": "change",
|
|
2009
|
-
"description": "Fires a custom 'change' event when the value updates"
|
|
2010
|
-
}
|
|
2011
|
-
],
|
|
1587
|
+
"events": [],
|
|
2012
1588
|
"slots": [
|
|
2013
1589
|
{
|
|
2014
1590
|
"name": "default",
|
|
@@ -2074,36 +1650,7 @@
|
|
|
2074
1650
|
}
|
|
2075
1651
|
}
|
|
2076
1652
|
],
|
|
2077
|
-
"events": [
|
|
2078
|
-
{
|
|
2079
|
-
"name": "click",
|
|
2080
|
-
"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."
|
|
2081
|
-
},
|
|
2082
|
-
{
|
|
2083
|
-
"name": "focus",
|
|
2084
|
-
"description": "Fires when the element receives focus."
|
|
2085
|
-
},
|
|
2086
|
-
{
|
|
2087
|
-
"name": "blur",
|
|
2088
|
-
"description": "Fires when the element loses focus."
|
|
2089
|
-
},
|
|
2090
|
-
{
|
|
2091
|
-
"name": "keydown",
|
|
2092
|
-
"description": "Fires when a key is pressed."
|
|
2093
|
-
},
|
|
2094
|
-
{
|
|
2095
|
-
"name": "keyup",
|
|
2096
|
-
"description": "Fires when a key is released."
|
|
2097
|
-
},
|
|
2098
|
-
{
|
|
2099
|
-
"name": "input",
|
|
2100
|
-
"description": "Fires when the value of an element has been changed."
|
|
2101
|
-
},
|
|
2102
|
-
{
|
|
2103
|
-
"name": "cell-click",
|
|
2104
|
-
"description": "Event that fires when a cell is clicked"
|
|
2105
|
-
}
|
|
2106
|
-
],
|
|
1653
|
+
"events": [],
|
|
2107
1654
|
"slots": [
|
|
2108
1655
|
{
|
|
2109
1656
|
"name": "default",
|
|
@@ -2169,44 +1716,7 @@
|
|
|
2169
1716
|
}
|
|
2170
1717
|
}
|
|
2171
1718
|
],
|
|
2172
|
-
"events": [
|
|
2173
|
-
{
|
|
2174
|
-
"name": "click",
|
|
2175
|
-
"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."
|
|
2176
|
-
},
|
|
2177
|
-
{
|
|
2178
|
-
"name": "focus",
|
|
2179
|
-
"description": "Fires when the element receives focus."
|
|
2180
|
-
},
|
|
2181
|
-
{
|
|
2182
|
-
"name": "blur",
|
|
2183
|
-
"description": "Fires when the element loses focus."
|
|
2184
|
-
},
|
|
2185
|
-
{
|
|
2186
|
-
"name": "keydown",
|
|
2187
|
-
"description": "Fires when a key is pressed."
|
|
2188
|
-
},
|
|
2189
|
-
{
|
|
2190
|
-
"name": "keyup",
|
|
2191
|
-
"description": "Fires when a key is released."
|
|
2192
|
-
},
|
|
2193
|
-
{
|
|
2194
|
-
"name": "input",
|
|
2195
|
-
"description": "Fires when the value of an element has been changed."
|
|
2196
|
-
},
|
|
2197
|
-
{
|
|
2198
|
-
"name": "sort",
|
|
2199
|
-
"description": "Event that fires when a sortable column header is clicked"
|
|
2200
|
-
},
|
|
2201
|
-
{
|
|
2202
|
-
"name": "cell-click",
|
|
2203
|
-
"description": "Event that fires when a cell is clicked"
|
|
2204
|
-
},
|
|
2205
|
-
{
|
|
2206
|
-
"name": "cell-focused",
|
|
2207
|
-
"description": "Fires a custom 'cell-focused' event when focus is on the cell or its contents"
|
|
2208
|
-
}
|
|
2209
|
-
],
|
|
1719
|
+
"events": [],
|
|
2210
1720
|
"slots": [
|
|
2211
1721
|
{
|
|
2212
1722
|
"name": "default",
|
|
@@ -2256,41 +1766,8 @@
|
|
|
2256
1766
|
}
|
|
2257
1767
|
}
|
|
2258
1768
|
],
|
|
2259
|
-
"events": [
|
|
2260
|
-
|
|
2261
|
-
"name": "click",
|
|
2262
|
-
"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."
|
|
2263
|
-
},
|
|
2264
|
-
{
|
|
2265
|
-
"name": "focus",
|
|
2266
|
-
"description": "Fires when the element receives focus."
|
|
2267
|
-
},
|
|
2268
|
-
{
|
|
2269
|
-
"name": "blur",
|
|
2270
|
-
"description": "Fires when the element loses focus."
|
|
2271
|
-
},
|
|
2272
|
-
{
|
|
2273
|
-
"name": "keydown",
|
|
2274
|
-
"description": "Fires when a key is pressed."
|
|
2275
|
-
},
|
|
2276
|
-
{
|
|
2277
|
-
"name": "keyup",
|
|
2278
|
-
"description": "Fires when a key is released."
|
|
2279
|
-
},
|
|
2280
|
-
{
|
|
2281
|
-
"name": "input",
|
|
2282
|
-
"description": "Fires when the value of an element has been changed."
|
|
2283
|
-
},
|
|
2284
|
-
{
|
|
2285
|
-
"name": "cell-click",
|
|
2286
|
-
"description": "Event that fires when a cell is clicked"
|
|
2287
|
-
},
|
|
2288
|
-
{
|
|
2289
|
-
"name": "row-focused",
|
|
2290
|
-
"description": "Fires a custom 'row-focused' event when focus is on an element (usually a cell or its contents) in the row"
|
|
2291
|
-
}
|
|
2292
|
-
],
|
|
2293
|
-
"slots": [
|
|
1769
|
+
"events": [],
|
|
1770
|
+
"slots": [
|
|
2294
1771
|
{
|
|
2295
1772
|
"name": "default",
|
|
2296
1773
|
"description": "Default slot."
|
|
@@ -2395,40 +1872,7 @@
|
|
|
2395
1872
|
}
|
|
2396
1873
|
}
|
|
2397
1874
|
],
|
|
2398
|
-
"events": [
|
|
2399
|
-
{
|
|
2400
|
-
"name": "click",
|
|
2401
|
-
"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."
|
|
2402
|
-
},
|
|
2403
|
-
{
|
|
2404
|
-
"name": "focus",
|
|
2405
|
-
"description": "Fires when the element receives focus."
|
|
2406
|
-
},
|
|
2407
|
-
{
|
|
2408
|
-
"name": "blur",
|
|
2409
|
-
"description": "Fires when the element loses focus."
|
|
2410
|
-
},
|
|
2411
|
-
{
|
|
2412
|
-
"name": "keydown",
|
|
2413
|
-
"description": "Fires when a key is pressed."
|
|
2414
|
-
},
|
|
2415
|
-
{
|
|
2416
|
-
"name": "keyup",
|
|
2417
|
-
"description": "Fires when a key is released."
|
|
2418
|
-
},
|
|
2419
|
-
{
|
|
2420
|
-
"name": "input",
|
|
2421
|
-
"description": "Emitted when the date is changed by the user."
|
|
2422
|
-
},
|
|
2423
|
-
{
|
|
2424
|
-
"name": "change",
|
|
2425
|
-
"description": "Emitted when the date is changed by the user."
|
|
2426
|
-
},
|
|
2427
|
-
{
|
|
2428
|
-
"name": "clear-click",
|
|
2429
|
-
"description": "Event emitted when the clear button is clicked."
|
|
2430
|
-
}
|
|
2431
|
-
],
|
|
1875
|
+
"events": [],
|
|
2432
1876
|
"slots": [
|
|
2433
1877
|
{
|
|
2434
1878
|
"name": "helper-text",
|
|
@@ -2566,48 +2010,7 @@
|
|
|
2566
2010
|
}
|
|
2567
2011
|
}
|
|
2568
2012
|
],
|
|
2569
|
-
"events": [
|
|
2570
|
-
{
|
|
2571
|
-
"name": "click",
|
|
2572
|
-
"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."
|
|
2573
|
-
},
|
|
2574
|
-
{
|
|
2575
|
-
"name": "focus",
|
|
2576
|
-
"description": "Fires when the element receives focus."
|
|
2577
|
-
},
|
|
2578
|
-
{
|
|
2579
|
-
"name": "blur",
|
|
2580
|
-
"description": "Fires when the element loses focus."
|
|
2581
|
-
},
|
|
2582
|
-
{
|
|
2583
|
-
"name": "keydown",
|
|
2584
|
-
"description": "Fires when a key is pressed."
|
|
2585
|
-
},
|
|
2586
|
-
{
|
|
2587
|
-
"name": "keyup",
|
|
2588
|
-
"description": "Fires when a key is released."
|
|
2589
|
-
},
|
|
2590
|
-
{
|
|
2591
|
-
"name": "input:start",
|
|
2592
|
-
"description": "Event emitted when the start value changes"
|
|
2593
|
-
},
|
|
2594
|
-
{
|
|
2595
|
-
"name": "input:end",
|
|
2596
|
-
"description": "Event emitted when the end value changes"
|
|
2597
|
-
},
|
|
2598
|
-
{
|
|
2599
|
-
"name": "input",
|
|
2600
|
-
"description": "Emitted when either the start or end value changes"
|
|
2601
|
-
},
|
|
2602
|
-
{
|
|
2603
|
-
"name": "change",
|
|
2604
|
-
"description": "Emitted when either the start or end value changes"
|
|
2605
|
-
},
|
|
2606
|
-
{
|
|
2607
|
-
"name": "clear-click",
|
|
2608
|
-
"description": "Event emitted when the clear button is clicked."
|
|
2609
|
-
}
|
|
2610
|
-
],
|
|
2013
|
+
"events": [],
|
|
2611
2014
|
"slots": [
|
|
2612
2015
|
{
|
|
2613
2016
|
"name": "helper-text",
|
|
@@ -2719,48 +2122,7 @@
|
|
|
2719
2122
|
}
|
|
2720
2123
|
}
|
|
2721
2124
|
],
|
|
2722
|
-
"events": [
|
|
2723
|
-
{
|
|
2724
|
-
"name": "click",
|
|
2725
|
-
"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."
|
|
2726
|
-
},
|
|
2727
|
-
{
|
|
2728
|
-
"name": "keydown",
|
|
2729
|
-
"description": "Fires when a key is pressed."
|
|
2730
|
-
},
|
|
2731
|
-
{
|
|
2732
|
-
"name": "keyup",
|
|
2733
|
-
"description": "Fires when a key is released."
|
|
2734
|
-
},
|
|
2735
|
-
{
|
|
2736
|
-
"name": "change",
|
|
2737
|
-
"description": "Emitted when the text field value changes"
|
|
2738
|
-
},
|
|
2739
|
-
{
|
|
2740
|
-
"name": "input",
|
|
2741
|
-
"description": "Emitted when the text field value changes"
|
|
2742
|
-
},
|
|
2743
|
-
{
|
|
2744
|
-
"name": "blur",
|
|
2745
|
-
"description": "Emitted when the text field loses focus"
|
|
2746
|
-
},
|
|
2747
|
-
{
|
|
2748
|
-
"name": "focus",
|
|
2749
|
-
"description": "Emitted when the text field receives focus"
|
|
2750
|
-
},
|
|
2751
|
-
{
|
|
2752
|
-
"name": "keypad-click",
|
|
2753
|
-
"description": "Emitted when a digit button is clicked"
|
|
2754
|
-
},
|
|
2755
|
-
{
|
|
2756
|
-
"name": "dial",
|
|
2757
|
-
"description": "Emitted when the call button is clicked"
|
|
2758
|
-
},
|
|
2759
|
-
{
|
|
2760
|
-
"name": "end-call",
|
|
2761
|
-
"description": "Emitted when the end call button is clicked"
|
|
2762
|
-
}
|
|
2763
|
-
],
|
|
2125
|
+
"events": [],
|
|
2764
2126
|
"slots": [],
|
|
2765
2127
|
"source": {
|
|
2766
2128
|
"module": "@vonage/vivid-vue",
|
|
@@ -2844,38 +2206,17 @@
|
|
|
2844
2206
|
"kind": "expression",
|
|
2845
2207
|
"type": "boolean"
|
|
2846
2208
|
}
|
|
2847
|
-
}
|
|
2848
|
-
],
|
|
2849
|
-
"events": [
|
|
2850
|
-
{
|
|
2851
|
-
"name": "click",
|
|
2852
|
-
"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."
|
|
2853
|
-
},
|
|
2854
|
-
{
|
|
2855
|
-
"name": "focus",
|
|
2856
|
-
"description": "Fires when the element receives focus."
|
|
2857
|
-
},
|
|
2858
|
-
{
|
|
2859
|
-
"name": "blur",
|
|
2860
|
-
"description": "Fires when the element loses focus."
|
|
2861
|
-
},
|
|
2862
|
-
{
|
|
2863
|
-
"name": "keydown",
|
|
2864
|
-
"description": "Fires when a key is pressed."
|
|
2865
|
-
},
|
|
2866
|
-
{
|
|
2867
|
-
"name": "keyup",
|
|
2868
|
-
"description": "Fires when a key is released."
|
|
2869
|
-
},
|
|
2870
|
-
{
|
|
2871
|
-
"name": "input",
|
|
2872
|
-
"description": "Fires when the value of an element has been changed."
|
|
2873
2209
|
},
|
|
2874
2210
|
{
|
|
2875
|
-
"name": "
|
|
2876
|
-
"description": "
|
|
2211
|
+
"name": "modal",
|
|
2212
|
+
"description": "Controls whether the dialog is modal.",
|
|
2213
|
+
"value": {
|
|
2214
|
+
"kind": "expression",
|
|
2215
|
+
"type": "boolean"
|
|
2216
|
+
}
|
|
2877
2217
|
}
|
|
2878
2218
|
],
|
|
2219
|
+
"events": [],
|
|
2879
2220
|
"slots": [
|
|
2880
2221
|
{
|
|
2881
2222
|
"name": "graphic",
|
|
@@ -2933,32 +2274,7 @@
|
|
|
2933
2274
|
}
|
|
2934
2275
|
}
|
|
2935
2276
|
],
|
|
2936
|
-
"events": [
|
|
2937
|
-
{
|
|
2938
|
-
"name": "click",
|
|
2939
|
-
"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."
|
|
2940
|
-
},
|
|
2941
|
-
{
|
|
2942
|
-
"name": "focus",
|
|
2943
|
-
"description": "Fires when the element receives focus."
|
|
2944
|
-
},
|
|
2945
|
-
{
|
|
2946
|
-
"name": "blur",
|
|
2947
|
-
"description": "Fires when the element loses focus."
|
|
2948
|
-
},
|
|
2949
|
-
{
|
|
2950
|
-
"name": "keydown",
|
|
2951
|
-
"description": "Fires when a key is pressed."
|
|
2952
|
-
},
|
|
2953
|
-
{
|
|
2954
|
-
"name": "keyup",
|
|
2955
|
-
"description": "Fires when a key is released."
|
|
2956
|
-
},
|
|
2957
|
-
{
|
|
2958
|
-
"name": "input",
|
|
2959
|
-
"description": "Fires when the value of an element has been changed."
|
|
2960
|
-
}
|
|
2961
|
-
],
|
|
2277
|
+
"events": [],
|
|
2962
2278
|
"slots": [],
|
|
2963
2279
|
"source": {
|
|
2964
2280
|
"module": "@vonage/vivid-vue",
|
|
@@ -2978,6 +2294,14 @@
|
|
|
2978
2294
|
"type": "'page' | 'step' | 'location' | 'date' | 'time' | 'true' | 'false'"
|
|
2979
2295
|
}
|
|
2980
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
|
+
},
|
|
2981
2305
|
{
|
|
2982
2306
|
"name": "headline",
|
|
2983
2307
|
"description": "An optional headline for the empty state.",
|
|
@@ -2993,34 +2317,17 @@
|
|
|
2993
2317
|
"kind": "expression",
|
|
2994
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'"
|
|
2995
2319
|
}
|
|
2996
|
-
}
|
|
2997
|
-
],
|
|
2998
|
-
"events": [
|
|
2999
|
-
{
|
|
3000
|
-
"name": "click",
|
|
3001
|
-
"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."
|
|
3002
|
-
},
|
|
3003
|
-
{
|
|
3004
|
-
"name": "focus",
|
|
3005
|
-
"description": "Fires when the element receives focus."
|
|
3006
|
-
},
|
|
3007
|
-
{
|
|
3008
|
-
"name": "blur",
|
|
3009
|
-
"description": "Fires when the element loses focus."
|
|
3010
|
-
},
|
|
3011
|
-
{
|
|
3012
|
-
"name": "keydown",
|
|
3013
|
-
"description": "Fires when a key is pressed."
|
|
3014
2320
|
},
|
|
3015
2321
|
{
|
|
3016
|
-
"name": "
|
|
3017
|
-
"description": "
|
|
3018
|
-
|
|
3019
|
-
|
|
3020
|
-
|
|
3021
|
-
|
|
2322
|
+
"name": "iconDecoration",
|
|
2323
|
+
"description": "option to a new design for the icon circle",
|
|
2324
|
+
"value": {
|
|
2325
|
+
"kind": "expression",
|
|
2326
|
+
"type": "'outlined' | 'filled'"
|
|
2327
|
+
}
|
|
3022
2328
|
}
|
|
3023
2329
|
],
|
|
2330
|
+
"events": [],
|
|
3024
2331
|
"slots": [
|
|
3025
2332
|
{
|
|
3026
2333
|
"name": "default",
|
|
@@ -3198,32 +2505,7 @@
|
|
|
3198
2505
|
}
|
|
3199
2506
|
}
|
|
3200
2507
|
],
|
|
3201
|
-
"events": [
|
|
3202
|
-
{
|
|
3203
|
-
"name": "click",
|
|
3204
|
-
"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."
|
|
3205
|
-
},
|
|
3206
|
-
{
|
|
3207
|
-
"name": "focus",
|
|
3208
|
-
"description": "Fires when the element receives focus."
|
|
3209
|
-
},
|
|
3210
|
-
{
|
|
3211
|
-
"name": "blur",
|
|
3212
|
-
"description": "Fires when the element loses focus."
|
|
3213
|
-
},
|
|
3214
|
-
{
|
|
3215
|
-
"name": "keydown",
|
|
3216
|
-
"description": "Fires when a key is pressed."
|
|
3217
|
-
},
|
|
3218
|
-
{
|
|
3219
|
-
"name": "keyup",
|
|
3220
|
-
"description": "Fires when a key is released."
|
|
3221
|
-
},
|
|
3222
|
-
{
|
|
3223
|
-
"name": "input",
|
|
3224
|
-
"description": "Fires when the value of an element has been changed."
|
|
3225
|
-
}
|
|
3226
|
-
],
|
|
2508
|
+
"events": [],
|
|
3227
2509
|
"slots": [
|
|
3228
2510
|
{
|
|
3229
2511
|
"name": "icon",
|
|
@@ -3345,36 +2627,7 @@
|
|
|
3345
2627
|
}
|
|
3346
2628
|
}
|
|
3347
2629
|
],
|
|
3348
|
-
"events": [
|
|
3349
|
-
{
|
|
3350
|
-
"name": "click",
|
|
3351
|
-
"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."
|
|
3352
|
-
},
|
|
3353
|
-
{
|
|
3354
|
-
"name": "focus",
|
|
3355
|
-
"description": "Fires when the element receives focus."
|
|
3356
|
-
},
|
|
3357
|
-
{
|
|
3358
|
-
"name": "blur",
|
|
3359
|
-
"description": "Fires when the element loses focus."
|
|
3360
|
-
},
|
|
3361
|
-
{
|
|
3362
|
-
"name": "keydown",
|
|
3363
|
-
"description": "Fires when a key is pressed."
|
|
3364
|
-
},
|
|
3365
|
-
{
|
|
3366
|
-
"name": "keyup",
|
|
3367
|
-
"description": "Fires when a key is released."
|
|
3368
|
-
},
|
|
3369
|
-
{
|
|
3370
|
-
"name": "input",
|
|
3371
|
-
"description": "Fires when the value of an element has been changed."
|
|
3372
|
-
},
|
|
3373
|
-
{
|
|
3374
|
-
"name": "change",
|
|
3375
|
-
"description": "Emitted when a file is added or removed."
|
|
3376
|
-
}
|
|
3377
|
-
],
|
|
2630
|
+
"events": [],
|
|
3378
2631
|
"slots": [
|
|
3379
2632
|
{
|
|
3380
2633
|
"name": "helper-text",
|
|
@@ -3416,32 +2669,7 @@
|
|
|
3416
2669
|
}
|
|
3417
2670
|
}
|
|
3418
2671
|
],
|
|
3419
|
-
"events": [
|
|
3420
|
-
{
|
|
3421
|
-
"name": "click",
|
|
3422
|
-
"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."
|
|
3423
|
-
},
|
|
3424
|
-
{
|
|
3425
|
-
"name": "focus",
|
|
3426
|
-
"description": "Fires when the element receives focus."
|
|
3427
|
-
},
|
|
3428
|
-
{
|
|
3429
|
-
"name": "blur",
|
|
3430
|
-
"description": "Fires when the element loses focus."
|
|
3431
|
-
},
|
|
3432
|
-
{
|
|
3433
|
-
"name": "keydown",
|
|
3434
|
-
"description": "Fires when a key is pressed."
|
|
3435
|
-
},
|
|
3436
|
-
{
|
|
3437
|
-
"name": "keyup",
|
|
3438
|
-
"description": "Fires when a key is released."
|
|
3439
|
-
},
|
|
3440
|
-
{
|
|
3441
|
-
"name": "input",
|
|
3442
|
-
"description": "Fires when the value of an element has been changed."
|
|
3443
|
-
}
|
|
3444
|
-
],
|
|
2672
|
+
"events": [],
|
|
3445
2673
|
"slots": [
|
|
3446
2674
|
{
|
|
3447
2675
|
"name": "default",
|
|
@@ -3498,32 +2726,7 @@
|
|
|
3498
2726
|
}
|
|
3499
2727
|
}
|
|
3500
2728
|
],
|
|
3501
|
-
"events": [
|
|
3502
|
-
{
|
|
3503
|
-
"name": "click",
|
|
3504
|
-
"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."
|
|
3505
|
-
},
|
|
3506
|
-
{
|
|
3507
|
-
"name": "focus",
|
|
3508
|
-
"description": "Fires when the element receives focus."
|
|
3509
|
-
},
|
|
3510
|
-
{
|
|
3511
|
-
"name": "blur",
|
|
3512
|
-
"description": "Fires when the element loses focus."
|
|
3513
|
-
},
|
|
3514
|
-
{
|
|
3515
|
-
"name": "keydown",
|
|
3516
|
-
"description": "Fires when a key is pressed."
|
|
3517
|
-
},
|
|
3518
|
-
{
|
|
3519
|
-
"name": "keyup",
|
|
3520
|
-
"description": "Fires when a key is released."
|
|
3521
|
-
},
|
|
3522
|
-
{
|
|
3523
|
-
"name": "input",
|
|
3524
|
-
"description": "Fires when the value of an element has been changed."
|
|
3525
|
-
}
|
|
3526
|
-
],
|
|
2729
|
+
"events": [],
|
|
3527
2730
|
"slots": [
|
|
3528
2731
|
{
|
|
3529
2732
|
"name": "default",
|
|
@@ -3589,32 +2792,7 @@
|
|
|
3589
2792
|
}
|
|
3590
2793
|
}
|
|
3591
2794
|
],
|
|
3592
|
-
"events": [
|
|
3593
|
-
{
|
|
3594
|
-
"name": "click",
|
|
3595
|
-
"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."
|
|
3596
|
-
},
|
|
3597
|
-
{
|
|
3598
|
-
"name": "focus",
|
|
3599
|
-
"description": "Fires when the element receives focus."
|
|
3600
|
-
},
|
|
3601
|
-
{
|
|
3602
|
-
"name": "blur",
|
|
3603
|
-
"description": "Fires when the element loses focus."
|
|
3604
|
-
},
|
|
3605
|
-
{
|
|
3606
|
-
"name": "keydown",
|
|
3607
|
-
"description": "Fires when a key is pressed."
|
|
3608
|
-
},
|
|
3609
|
-
{
|
|
3610
|
-
"name": "keyup",
|
|
3611
|
-
"description": "Fires when a key is released."
|
|
3612
|
-
},
|
|
3613
|
-
{
|
|
3614
|
-
"name": "input",
|
|
3615
|
-
"description": "Fires when the value of an element has been changed."
|
|
3616
|
-
}
|
|
3617
|
-
],
|
|
2795
|
+
"events": [],
|
|
3618
2796
|
"slots": [
|
|
3619
2797
|
{
|
|
3620
2798
|
"name": "default",
|
|
@@ -3687,40 +2865,7 @@
|
|
|
3687
2865
|
}
|
|
3688
2866
|
}
|
|
3689
2867
|
],
|
|
3690
|
-
"events": [
|
|
3691
|
-
{
|
|
3692
|
-
"name": "click",
|
|
3693
|
-
"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."
|
|
3694
|
-
},
|
|
3695
|
-
{
|
|
3696
|
-
"name": "focus",
|
|
3697
|
-
"description": "Fires when the element receives focus."
|
|
3698
|
-
},
|
|
3699
|
-
{
|
|
3700
|
-
"name": "blur",
|
|
3701
|
-
"description": "Fires when the element loses focus."
|
|
3702
|
-
},
|
|
3703
|
-
{
|
|
3704
|
-
"name": "keydown",
|
|
3705
|
-
"description": "Fires when a key is pressed."
|
|
3706
|
-
},
|
|
3707
|
-
{
|
|
3708
|
-
"name": "keyup",
|
|
3709
|
-
"description": "Fires when a key is released."
|
|
3710
|
-
},
|
|
3711
|
-
{
|
|
3712
|
-
"name": "input",
|
|
3713
|
-
"description": "Fires when the value of an element has been changed."
|
|
3714
|
-
},
|
|
3715
|
-
{
|
|
3716
|
-
"name": "open",
|
|
3717
|
-
"description": "Fired when the menu is opened"
|
|
3718
|
-
},
|
|
3719
|
-
{
|
|
3720
|
-
"name": "close",
|
|
3721
|
-
"description": "Fired when the menu is closed"
|
|
3722
|
-
}
|
|
3723
|
-
],
|
|
2868
|
+
"events": [],
|
|
3724
2869
|
"slots": [
|
|
3725
2870
|
{
|
|
3726
2871
|
"name": "default",
|
|
@@ -3838,40 +2983,7 @@
|
|
|
3838
2983
|
}
|
|
3839
2984
|
}
|
|
3840
2985
|
],
|
|
3841
|
-
"events": [
|
|
3842
|
-
{
|
|
3843
|
-
"name": "click",
|
|
3844
|
-
"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."
|
|
3845
|
-
},
|
|
3846
|
-
{
|
|
3847
|
-
"name": "focus",
|
|
3848
|
-
"description": "Fires when the element receives focus."
|
|
3849
|
-
},
|
|
3850
|
-
{
|
|
3851
|
-
"name": "blur",
|
|
3852
|
-
"description": "Fires when the element loses focus."
|
|
3853
|
-
},
|
|
3854
|
-
{
|
|
3855
|
-
"name": "keydown",
|
|
3856
|
-
"description": "Fires when a key is pressed."
|
|
3857
|
-
},
|
|
3858
|
-
{
|
|
3859
|
-
"name": "keyup",
|
|
3860
|
-
"description": "Fires when a key is released."
|
|
3861
|
-
},
|
|
3862
|
-
{
|
|
3863
|
-
"name": "input",
|
|
3864
|
-
"description": "Fires when the value of an element has been changed."
|
|
3865
|
-
},
|
|
3866
|
-
{
|
|
3867
|
-
"name": "expanded-change",
|
|
3868
|
-
"description": "Fires a custom 'expanded-change' event when the expanded state changes"
|
|
3869
|
-
},
|
|
3870
|
-
{
|
|
3871
|
-
"name": "change",
|
|
3872
|
-
"description": "Fires a custom 'change' event when a non-submenu item with a role of `menuitemcheckbox`, `menuitemradio`, or `menuitem` is invoked"
|
|
3873
|
-
}
|
|
3874
|
-
],
|
|
2986
|
+
"events": [],
|
|
3875
2987
|
"slots": [
|
|
3876
2988
|
{
|
|
3877
2989
|
"name": "meta",
|
|
@@ -3905,32 +3017,7 @@
|
|
|
3905
3017
|
}
|
|
3906
3018
|
}
|
|
3907
3019
|
],
|
|
3908
|
-
"events": [
|
|
3909
|
-
{
|
|
3910
|
-
"name": "click",
|
|
3911
|
-
"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."
|
|
3912
|
-
},
|
|
3913
|
-
{
|
|
3914
|
-
"name": "focus",
|
|
3915
|
-
"description": "Fires when the element receives focus."
|
|
3916
|
-
},
|
|
3917
|
-
{
|
|
3918
|
-
"name": "blur",
|
|
3919
|
-
"description": "Fires when the element loses focus."
|
|
3920
|
-
},
|
|
3921
|
-
{
|
|
3922
|
-
"name": "keydown",
|
|
3923
|
-
"description": "Fires when a key is pressed."
|
|
3924
|
-
},
|
|
3925
|
-
{
|
|
3926
|
-
"name": "keyup",
|
|
3927
|
-
"description": "Fires when a key is released."
|
|
3928
|
-
},
|
|
3929
|
-
{
|
|
3930
|
-
"name": "input",
|
|
3931
|
-
"description": "Fires when the value of an element has been changed."
|
|
3932
|
-
}
|
|
3933
|
-
],
|
|
3020
|
+
"events": [],
|
|
3934
3021
|
"slots": [
|
|
3935
3022
|
{
|
|
3936
3023
|
"name": "default",
|
|
@@ -3994,36 +3081,7 @@
|
|
|
3994
3081
|
}
|
|
3995
3082
|
}
|
|
3996
3083
|
],
|
|
3997
|
-
"events": [
|
|
3998
|
-
{
|
|
3999
|
-
"name": "click",
|
|
4000
|
-
"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."
|
|
4001
|
-
},
|
|
4002
|
-
{
|
|
4003
|
-
"name": "focus",
|
|
4004
|
-
"description": "Fires when the element receives focus."
|
|
4005
|
-
},
|
|
4006
|
-
{
|
|
4007
|
-
"name": "blur",
|
|
4008
|
-
"description": "Fires when the element loses focus."
|
|
4009
|
-
},
|
|
4010
|
-
{
|
|
4011
|
-
"name": "keydown",
|
|
4012
|
-
"description": "Fires when a key is pressed."
|
|
4013
|
-
},
|
|
4014
|
-
{
|
|
4015
|
-
"name": "keyup",
|
|
4016
|
-
"description": "Fires when a key is released."
|
|
4017
|
-
},
|
|
4018
|
-
{
|
|
4019
|
-
"name": "input",
|
|
4020
|
-
"description": "Fires when the value of an element has been changed."
|
|
4021
|
-
},
|
|
4022
|
-
{
|
|
4023
|
-
"name": "toggle",
|
|
4024
|
-
"description": "Event emitted when the nav disclosure is toggled."
|
|
4025
|
-
}
|
|
4026
|
-
],
|
|
3084
|
+
"events": [],
|
|
4027
3085
|
"slots": [
|
|
4028
3086
|
{
|
|
4029
3087
|
"name": "default",
|
|
@@ -4153,32 +3211,7 @@
|
|
|
4153
3211
|
}
|
|
4154
3212
|
}
|
|
4155
3213
|
],
|
|
4156
|
-
"events": [
|
|
4157
|
-
{
|
|
4158
|
-
"name": "click",
|
|
4159
|
-
"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."
|
|
4160
|
-
},
|
|
4161
|
-
{
|
|
4162
|
-
"name": "focus",
|
|
4163
|
-
"description": "Fires when the element receives focus."
|
|
4164
|
-
},
|
|
4165
|
-
{
|
|
4166
|
-
"name": "blur",
|
|
4167
|
-
"description": "Fires when the element loses focus."
|
|
4168
|
-
},
|
|
4169
|
-
{
|
|
4170
|
-
"name": "keydown",
|
|
4171
|
-
"description": "Fires when a key is pressed."
|
|
4172
|
-
},
|
|
4173
|
-
{
|
|
4174
|
-
"name": "keyup",
|
|
4175
|
-
"description": "Fires when a key is released."
|
|
4176
|
-
},
|
|
4177
|
-
{
|
|
4178
|
-
"name": "input",
|
|
4179
|
-
"description": "Fires when the value of an element has been changed."
|
|
4180
|
-
}
|
|
4181
|
-
],
|
|
3214
|
+
"events": [],
|
|
4182
3215
|
"slots": [
|
|
4183
3216
|
{
|
|
4184
3217
|
"name": "meta",
|
|
@@ -4231,32 +3264,7 @@
|
|
|
4231
3264
|
}
|
|
4232
3265
|
}
|
|
4233
3266
|
],
|
|
4234
|
-
"events": [
|
|
4235
|
-
{
|
|
4236
|
-
"name": "click",
|
|
4237
|
-
"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."
|
|
4238
|
-
},
|
|
4239
|
-
{
|
|
4240
|
-
"name": "focus",
|
|
4241
|
-
"description": "Fires when the element receives focus."
|
|
4242
|
-
},
|
|
4243
|
-
{
|
|
4244
|
-
"name": "blur",
|
|
4245
|
-
"description": "Fires when the element loses focus."
|
|
4246
|
-
},
|
|
4247
|
-
{
|
|
4248
|
-
"name": "keydown",
|
|
4249
|
-
"description": "Fires when a key is pressed."
|
|
4250
|
-
},
|
|
4251
|
-
{
|
|
4252
|
-
"name": "keyup",
|
|
4253
|
-
"description": "Fires when a key is released."
|
|
4254
|
-
},
|
|
4255
|
-
{
|
|
4256
|
-
"name": "input",
|
|
4257
|
-
"description": "Fires when the value of an element has been changed."
|
|
4258
|
-
}
|
|
4259
|
-
],
|
|
3267
|
+
"events": [],
|
|
4260
3268
|
"slots": [
|
|
4261
3269
|
{
|
|
4262
3270
|
"name": "default",
|
|
@@ -4489,36 +3497,7 @@
|
|
|
4489
3497
|
}
|
|
4490
3498
|
}
|
|
4491
3499
|
],
|
|
4492
|
-
"events": [
|
|
4493
|
-
{
|
|
4494
|
-
"name": "click",
|
|
4495
|
-
"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."
|
|
4496
|
-
},
|
|
4497
|
-
{
|
|
4498
|
-
"name": "focus",
|
|
4499
|
-
"description": "Fires when the element receives focus."
|
|
4500
|
-
},
|
|
4501
|
-
{
|
|
4502
|
-
"name": "blur",
|
|
4503
|
-
"description": "Fires when the element loses focus."
|
|
4504
|
-
},
|
|
4505
|
-
{
|
|
4506
|
-
"name": "keydown",
|
|
4507
|
-
"description": "Fires when a key is pressed."
|
|
4508
|
-
},
|
|
4509
|
-
{
|
|
4510
|
-
"name": "keyup",
|
|
4511
|
-
"description": "Fires when a key is released."
|
|
4512
|
-
},
|
|
4513
|
-
{
|
|
4514
|
-
"name": "input",
|
|
4515
|
-
"description": "Fires a custom 'input' event when the value has changed"
|
|
4516
|
-
},
|
|
4517
|
-
{
|
|
4518
|
-
"name": "change",
|
|
4519
|
-
"description": "Fires a custom 'change' event when the value has changed"
|
|
4520
|
-
}
|
|
4521
|
-
],
|
|
3500
|
+
"events": [],
|
|
4522
3501
|
"slots": [
|
|
4523
3502
|
{
|
|
4524
3503
|
"name": "helper-text",
|
|
@@ -4598,32 +3577,7 @@
|
|
|
4598
3577
|
}
|
|
4599
3578
|
}
|
|
4600
3579
|
],
|
|
4601
|
-
"events": [
|
|
4602
|
-
{
|
|
4603
|
-
"name": "click",
|
|
4604
|
-
"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."
|
|
4605
|
-
},
|
|
4606
|
-
{
|
|
4607
|
-
"name": "focus",
|
|
4608
|
-
"description": "Fires when the element receives focus."
|
|
4609
|
-
},
|
|
4610
|
-
{
|
|
4611
|
-
"name": "blur",
|
|
4612
|
-
"description": "Fires when the element loses focus."
|
|
4613
|
-
},
|
|
4614
|
-
{
|
|
4615
|
-
"name": "keydown",
|
|
4616
|
-
"description": "Fires when a key is pressed."
|
|
4617
|
-
},
|
|
4618
|
-
{
|
|
4619
|
-
"name": "keyup",
|
|
4620
|
-
"description": "Fires when a key is released."
|
|
4621
|
-
},
|
|
4622
|
-
{
|
|
4623
|
-
"name": "input",
|
|
4624
|
-
"description": "Fires when the value of an element has been changed."
|
|
4625
|
-
}
|
|
4626
|
-
],
|
|
3580
|
+
"events": [],
|
|
4627
3581
|
"slots": [
|
|
4628
3582
|
{
|
|
4629
3583
|
"name": "icon",
|
|
@@ -4686,36 +3640,7 @@
|
|
|
4686
3640
|
}
|
|
4687
3641
|
}
|
|
4688
3642
|
],
|
|
4689
|
-
"events": [
|
|
4690
|
-
{
|
|
4691
|
-
"name": "click",
|
|
4692
|
-
"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."
|
|
4693
|
-
},
|
|
4694
|
-
{
|
|
4695
|
-
"name": "focus",
|
|
4696
|
-
"description": "Fires when the element receives focus."
|
|
4697
|
-
},
|
|
4698
|
-
{
|
|
4699
|
-
"name": "blur",
|
|
4700
|
-
"description": "Fires when the element loses focus."
|
|
4701
|
-
},
|
|
4702
|
-
{
|
|
4703
|
-
"name": "keydown",
|
|
4704
|
-
"description": "Fires when a key is pressed."
|
|
4705
|
-
},
|
|
4706
|
-
{
|
|
4707
|
-
"name": "keyup",
|
|
4708
|
-
"description": "Fires when a key is released."
|
|
4709
|
-
},
|
|
4710
|
-
{
|
|
4711
|
-
"name": "input",
|
|
4712
|
-
"description": "Fires when the value of an element has been changed."
|
|
4713
|
-
},
|
|
4714
|
-
{
|
|
4715
|
-
"name": "pagination-change",
|
|
4716
|
-
"description": "Fires when the page changes."
|
|
4717
|
-
}
|
|
4718
|
-
],
|
|
3643
|
+
"events": [],
|
|
4719
3644
|
"slots": [],
|
|
4720
3645
|
"source": {
|
|
4721
3646
|
"module": "@vonage/vivid-vue",
|
|
@@ -4799,32 +3724,7 @@
|
|
|
4799
3724
|
}
|
|
4800
3725
|
}
|
|
4801
3726
|
],
|
|
4802
|
-
"events": [
|
|
4803
|
-
{
|
|
4804
|
-
"name": "click",
|
|
4805
|
-
"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."
|
|
4806
|
-
},
|
|
4807
|
-
{
|
|
4808
|
-
"name": "focus",
|
|
4809
|
-
"description": "Fires when the element receives focus."
|
|
4810
|
-
},
|
|
4811
|
-
{
|
|
4812
|
-
"name": "blur",
|
|
4813
|
-
"description": "Fires when the element loses focus."
|
|
4814
|
-
},
|
|
4815
|
-
{
|
|
4816
|
-
"name": "keydown",
|
|
4817
|
-
"description": "Fires when a key is pressed."
|
|
4818
|
-
},
|
|
4819
|
-
{
|
|
4820
|
-
"name": "keyup",
|
|
4821
|
-
"description": "Fires when a key is released."
|
|
4822
|
-
},
|
|
4823
|
-
{
|
|
4824
|
-
"name": "input",
|
|
4825
|
-
"description": "Fires when the value of an element has been changed."
|
|
4826
|
-
}
|
|
4827
|
-
],
|
|
3727
|
+
"events": [],
|
|
4828
3728
|
"slots": [],
|
|
4829
3729
|
"source": {
|
|
4830
3730
|
"module": "@vonage/vivid-vue",
|
|
@@ -4898,32 +3798,7 @@
|
|
|
4898
3798
|
}
|
|
4899
3799
|
}
|
|
4900
3800
|
],
|
|
4901
|
-
"events": [
|
|
4902
|
-
{
|
|
4903
|
-
"name": "click",
|
|
4904
|
-
"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."
|
|
4905
|
-
},
|
|
4906
|
-
{
|
|
4907
|
-
"name": "focus",
|
|
4908
|
-
"description": "Fires when the element receives focus."
|
|
4909
|
-
},
|
|
4910
|
-
{
|
|
4911
|
-
"name": "blur",
|
|
4912
|
-
"description": "Fires when the element loses focus."
|
|
4913
|
-
},
|
|
4914
|
-
{
|
|
4915
|
-
"name": "keydown",
|
|
4916
|
-
"description": "Fires when a key is pressed."
|
|
4917
|
-
},
|
|
4918
|
-
{
|
|
4919
|
-
"name": "keyup",
|
|
4920
|
-
"description": "Fires when a key is released."
|
|
4921
|
-
},
|
|
4922
|
-
{
|
|
4923
|
-
"name": "input",
|
|
4924
|
-
"description": "Fires when the value of an element has been changed."
|
|
4925
|
-
}
|
|
4926
|
-
],
|
|
3801
|
+
"events": [],
|
|
4927
3802
|
"slots": [],
|
|
4928
3803
|
"source": {
|
|
4929
3804
|
"module": "@vonage/vivid-vue",
|
|
@@ -5031,36 +3906,7 @@
|
|
|
5031
3906
|
}
|
|
5032
3907
|
}
|
|
5033
3908
|
],
|
|
5034
|
-
"events": [
|
|
5035
|
-
{
|
|
5036
|
-
"name": "click",
|
|
5037
|
-
"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."
|
|
5038
|
-
},
|
|
5039
|
-
{
|
|
5040
|
-
"name": "focus",
|
|
5041
|
-
"description": "Fires when the element receives focus."
|
|
5042
|
-
},
|
|
5043
|
-
{
|
|
5044
|
-
"name": "blur",
|
|
5045
|
-
"description": "Fires when the element loses focus."
|
|
5046
|
-
},
|
|
5047
|
-
{
|
|
5048
|
-
"name": "keydown",
|
|
5049
|
-
"description": "Fires when a key is pressed."
|
|
5050
|
-
},
|
|
5051
|
-
{
|
|
5052
|
-
"name": "keyup",
|
|
5053
|
-
"description": "Fires when a key is released."
|
|
5054
|
-
},
|
|
5055
|
-
{
|
|
5056
|
-
"name": "input",
|
|
5057
|
-
"description": "Fires when the value of an element has been changed."
|
|
5058
|
-
},
|
|
5059
|
-
{
|
|
5060
|
-
"name": "change",
|
|
5061
|
-
"description": "Fires a custom 'change' event when the value changes"
|
|
5062
|
-
}
|
|
5063
|
-
],
|
|
3909
|
+
"events": [],
|
|
5064
3910
|
"slots": [],
|
|
5065
3911
|
"source": {
|
|
5066
3912
|
"module": "@vonage/vivid-vue",
|
|
@@ -5129,36 +3975,7 @@
|
|
|
5129
3975
|
}
|
|
5130
3976
|
}
|
|
5131
3977
|
],
|
|
5132
|
-
"events": [
|
|
5133
|
-
{
|
|
5134
|
-
"name": "click",
|
|
5135
|
-
"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."
|
|
5136
|
-
},
|
|
5137
|
-
{
|
|
5138
|
-
"name": "focus",
|
|
5139
|
-
"description": "Fires when the element receives focus."
|
|
5140
|
-
},
|
|
5141
|
-
{
|
|
5142
|
-
"name": "blur",
|
|
5143
|
-
"description": "Fires when the element loses focus."
|
|
5144
|
-
},
|
|
5145
|
-
{
|
|
5146
|
-
"name": "keydown",
|
|
5147
|
-
"description": "Fires when a key is pressed."
|
|
5148
|
-
},
|
|
5149
|
-
{
|
|
5150
|
-
"name": "keyup",
|
|
5151
|
-
"description": "Fires when a key is released."
|
|
5152
|
-
},
|
|
5153
|
-
{
|
|
5154
|
-
"name": "input",
|
|
5155
|
-
"description": "Fires when the value of an element has been changed."
|
|
5156
|
-
},
|
|
5157
|
-
{
|
|
5158
|
-
"name": "change",
|
|
5159
|
-
"description": "Fires a custom 'change' event when the value changes"
|
|
5160
|
-
}
|
|
5161
|
-
],
|
|
3978
|
+
"events": [],
|
|
5162
3979
|
"slots": [
|
|
5163
3980
|
{
|
|
5164
3981
|
"name": "default",
|
|
@@ -5326,46 +4143,17 @@
|
|
|
5326
4143
|
"kind": "expression",
|
|
5327
4144
|
"type": "'accent' | 'cta'"
|
|
5328
4145
|
}
|
|
5329
|
-
}
|
|
5330
|
-
],
|
|
5331
|
-
"events": [
|
|
5332
|
-
{
|
|
5333
|
-
"name": "click",
|
|
5334
|
-
"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."
|
|
5335
|
-
},
|
|
5336
|
-
{
|
|
5337
|
-
"name": "focus",
|
|
5338
|
-
"description": "Fires when the element receives focus."
|
|
5339
4146
|
},
|
|
5340
4147
|
{
|
|
5341
|
-
"name": "
|
|
5342
|
-
"description": "
|
|
5343
|
-
|
|
5344
|
-
|
|
5345
|
-
|
|
5346
|
-
|
|
5347
|
-
},
|
|
5348
|
-
{
|
|
5349
|
-
"name": "keyup",
|
|
5350
|
-
"description": "Fires when a key is released."
|
|
5351
|
-
},
|
|
5352
|
-
{
|
|
5353
|
-
"name": "input:start",
|
|
5354
|
-
"description": "Event emitted when the start value changes"
|
|
5355
|
-
},
|
|
5356
|
-
{
|
|
5357
|
-
"name": "input:end",
|
|
5358
|
-
"description": "Event emitted when the end value changes"
|
|
5359
|
-
},
|
|
5360
|
-
{
|
|
5361
|
-
"name": "input",
|
|
5362
|
-
"description": "Event emitted when either the start or end value changes."
|
|
5363
|
-
},
|
|
5364
|
-
{
|
|
5365
|
-
"name": "change",
|
|
5366
|
-
"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
|
+
}
|
|
5367
4154
|
}
|
|
5368
4155
|
],
|
|
4156
|
+
"events": [],
|
|
5369
4157
|
"slots": [],
|
|
5370
4158
|
"source": {
|
|
5371
4159
|
"module": "@vonage/vivid-vue",
|
|
@@ -5530,36 +4318,7 @@
|
|
|
5530
4318
|
}
|
|
5531
4319
|
}
|
|
5532
4320
|
],
|
|
5533
|
-
"events": [
|
|
5534
|
-
{
|
|
5535
|
-
"name": "click",
|
|
5536
|
-
"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."
|
|
5537
|
-
},
|
|
5538
|
-
{
|
|
5539
|
-
"name": "focus",
|
|
5540
|
-
"description": "Fires when the element receives focus."
|
|
5541
|
-
},
|
|
5542
|
-
{
|
|
5543
|
-
"name": "blur",
|
|
5544
|
-
"description": "Fires when the element loses focus."
|
|
5545
|
-
},
|
|
5546
|
-
{
|
|
5547
|
-
"name": "keydown",
|
|
5548
|
-
"description": "Fires when a key is pressed."
|
|
5549
|
-
},
|
|
5550
|
-
{
|
|
5551
|
-
"name": "keyup",
|
|
5552
|
-
"description": "Fires when a key is released."
|
|
5553
|
-
},
|
|
5554
|
-
{
|
|
5555
|
-
"name": "input",
|
|
5556
|
-
"description": "Fires a custom 'input' event when the value updates"
|
|
5557
|
-
},
|
|
5558
|
-
{
|
|
5559
|
-
"name": "change",
|
|
5560
|
-
"description": "Fires a custom 'change' event when the value updates"
|
|
5561
|
-
}
|
|
5562
|
-
],
|
|
4321
|
+
"events": [],
|
|
5563
4322
|
"slots": [
|
|
5564
4323
|
{
|
|
5565
4324
|
"name": "default",
|
|
@@ -5652,36 +4411,7 @@
|
|
|
5652
4411
|
}
|
|
5653
4412
|
}
|
|
5654
4413
|
],
|
|
5655
|
-
"events": [
|
|
5656
|
-
{
|
|
5657
|
-
"name": "click",
|
|
5658
|
-
"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."
|
|
5659
|
-
},
|
|
5660
|
-
{
|
|
5661
|
-
"name": "focus",
|
|
5662
|
-
"description": "Fires when the element receives focus."
|
|
5663
|
-
},
|
|
5664
|
-
{
|
|
5665
|
-
"name": "blur",
|
|
5666
|
-
"description": "Fires when the element loses focus."
|
|
5667
|
-
},
|
|
5668
|
-
{
|
|
5669
|
-
"name": "keydown",
|
|
5670
|
-
"description": "Fires when a key is pressed."
|
|
5671
|
-
},
|
|
5672
|
-
{
|
|
5673
|
-
"name": "keyup",
|
|
5674
|
-
"description": "Fires when a key is released."
|
|
5675
|
-
},
|
|
5676
|
-
{
|
|
5677
|
-
"name": "input",
|
|
5678
|
-
"description": "Fires when the value of an element has been changed."
|
|
5679
|
-
},
|
|
5680
|
-
{
|
|
5681
|
-
"name": "change",
|
|
5682
|
-
"description": "Fired when the checked state changes"
|
|
5683
|
-
}
|
|
5684
|
-
],
|
|
4414
|
+
"events": [],
|
|
5685
4415
|
"slots": [
|
|
5686
4416
|
{
|
|
5687
4417
|
"name": "default",
|
|
@@ -5724,55 +4454,22 @@
|
|
|
5724
4454
|
},
|
|
5725
4455
|
{
|
|
5726
4456
|
"name": "open",
|
|
5727
|
-
"description": "indicates whether the side drawer is open",
|
|
5728
|
-
"value": {
|
|
5729
|
-
"kind": "expression",
|
|
5730
|
-
"type": "boolean"
|
|
5731
|
-
}
|
|
5732
|
-
},
|
|
5733
|
-
{
|
|
5734
|
-
"name": "trailing",
|
|
5735
|
-
"description": "sets the side of the side drawer",
|
|
5736
|
-
"value": {
|
|
5737
|
-
"kind": "expression",
|
|
5738
|
-
"type": "boolean"
|
|
5739
|
-
}
|
|
5740
|
-
}
|
|
5741
|
-
],
|
|
5742
|
-
"events": [
|
|
5743
|
-
{
|
|
5744
|
-
"name": "click",
|
|
5745
|
-
"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."
|
|
5746
|
-
},
|
|
5747
|
-
{
|
|
5748
|
-
"name": "focus",
|
|
5749
|
-
"description": "Fires when the element receives focus."
|
|
5750
|
-
},
|
|
5751
|
-
{
|
|
5752
|
-
"name": "blur",
|
|
5753
|
-
"description": "Fires when the element loses focus."
|
|
5754
|
-
},
|
|
5755
|
-
{
|
|
5756
|
-
"name": "keydown",
|
|
5757
|
-
"description": "Fires when a key is pressed."
|
|
5758
|
-
},
|
|
5759
|
-
{
|
|
5760
|
-
"name": "keyup",
|
|
5761
|
-
"description": "Fires when a key is released."
|
|
5762
|
-
},
|
|
5763
|
-
{
|
|
5764
|
-
"name": "input",
|
|
5765
|
-
"description": "Fires when the value of an element has been changed."
|
|
5766
|
-
},
|
|
5767
|
-
{
|
|
5768
|
-
"name": "close",
|
|
5769
|
-
"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
|
+
}
|
|
5770
4462
|
},
|
|
5771
4463
|
{
|
|
5772
|
-
"name": "
|
|
5773
|
-
"description": "
|
|
4464
|
+
"name": "trailing",
|
|
4465
|
+
"description": "sets the side of the side drawer",
|
|
4466
|
+
"value": {
|
|
4467
|
+
"kind": "expression",
|
|
4468
|
+
"type": "boolean"
|
|
4469
|
+
}
|
|
5774
4470
|
}
|
|
5775
4471
|
],
|
|
4472
|
+
"events": [],
|
|
5776
4473
|
"slots": [
|
|
5777
4474
|
{
|
|
5778
4475
|
"name": "default",
|
|
@@ -5911,6 +4608,14 @@
|
|
|
5911
4608
|
"type": "boolean"
|
|
5912
4609
|
}
|
|
5913
4610
|
},
|
|
4611
|
+
{
|
|
4612
|
+
"name": "pin",
|
|
4613
|
+
"description": "Show current value on the thumb.",
|
|
4614
|
+
"value": {
|
|
4615
|
+
"kind": "expression",
|
|
4616
|
+
"type": "boolean"
|
|
4617
|
+
}
|
|
4618
|
+
},
|
|
5914
4619
|
{
|
|
5915
4620
|
"name": "connotation",
|
|
5916
4621
|
"description": "slider connotation",
|
|
@@ -5920,36 +4625,7 @@
|
|
|
5920
4625
|
}
|
|
5921
4626
|
}
|
|
5922
4627
|
],
|
|
5923
|
-
"events": [
|
|
5924
|
-
{
|
|
5925
|
-
"name": "click",
|
|
5926
|
-
"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."
|
|
5927
|
-
},
|
|
5928
|
-
{
|
|
5929
|
-
"name": "focus",
|
|
5930
|
-
"description": "Fires when the element receives focus."
|
|
5931
|
-
},
|
|
5932
|
-
{
|
|
5933
|
-
"name": "blur",
|
|
5934
|
-
"description": "Fires when the element loses focus."
|
|
5935
|
-
},
|
|
5936
|
-
{
|
|
5937
|
-
"name": "keydown",
|
|
5938
|
-
"description": "Fires when a key is pressed."
|
|
5939
|
-
},
|
|
5940
|
-
{
|
|
5941
|
-
"name": "keyup",
|
|
5942
|
-
"description": "Fires when a key is released."
|
|
5943
|
-
},
|
|
5944
|
-
{
|
|
5945
|
-
"name": "input",
|
|
5946
|
-
"description": "Fires when the value of an element has been changed."
|
|
5947
|
-
},
|
|
5948
|
-
{
|
|
5949
|
-
"name": "change",
|
|
5950
|
-
"description": "Fires a custom 'change' event when the slider value changes"
|
|
5951
|
-
}
|
|
5952
|
-
],
|
|
4628
|
+
"events": [],
|
|
5953
4629
|
"slots": [],
|
|
5954
4630
|
"source": {
|
|
5955
4631
|
"module": "@vonage/vivid-vue",
|
|
@@ -6056,40 +4732,7 @@
|
|
|
6056
4732
|
}
|
|
6057
4733
|
}
|
|
6058
4734
|
],
|
|
6059
|
-
"events": [
|
|
6060
|
-
{
|
|
6061
|
-
"name": "click",
|
|
6062
|
-
"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."
|
|
6063
|
-
},
|
|
6064
|
-
{
|
|
6065
|
-
"name": "focus",
|
|
6066
|
-
"description": "Fires when the element receives focus."
|
|
6067
|
-
},
|
|
6068
|
-
{
|
|
6069
|
-
"name": "blur",
|
|
6070
|
-
"description": "Fires when the element loses focus."
|
|
6071
|
-
},
|
|
6072
|
-
{
|
|
6073
|
-
"name": "keydown",
|
|
6074
|
-
"description": "Fires when a key is pressed."
|
|
6075
|
-
},
|
|
6076
|
-
{
|
|
6077
|
-
"name": "keyup",
|
|
6078
|
-
"description": "Fires when a key is released."
|
|
6079
|
-
},
|
|
6080
|
-
{
|
|
6081
|
-
"name": "input",
|
|
6082
|
-
"description": "Fires when the value of an element has been changed."
|
|
6083
|
-
},
|
|
6084
|
-
{
|
|
6085
|
-
"name": "action-click",
|
|
6086
|
-
"description": "Event emitted when the action button is clicked"
|
|
6087
|
-
},
|
|
6088
|
-
{
|
|
6089
|
-
"name": "indicator-click",
|
|
6090
|
-
"description": "Event emitted when the indicator button is clicked"
|
|
6091
|
-
}
|
|
6092
|
-
],
|
|
4735
|
+
"events": [],
|
|
6093
4736
|
"slots": [
|
|
6094
4737
|
{
|
|
6095
4738
|
"name": "default",
|
|
@@ -6199,36 +4842,7 @@
|
|
|
6199
4842
|
}
|
|
6200
4843
|
}
|
|
6201
4844
|
],
|
|
6202
|
-
"events": [
|
|
6203
|
-
{
|
|
6204
|
-
"name": "click",
|
|
6205
|
-
"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."
|
|
6206
|
-
},
|
|
6207
|
-
{
|
|
6208
|
-
"name": "focus",
|
|
6209
|
-
"description": "Fires when the element receives focus."
|
|
6210
|
-
},
|
|
6211
|
-
{
|
|
6212
|
-
"name": "blur",
|
|
6213
|
-
"description": "Fires when the element loses focus."
|
|
6214
|
-
},
|
|
6215
|
-
{
|
|
6216
|
-
"name": "keydown",
|
|
6217
|
-
"description": "Fires when a key is pressed."
|
|
6218
|
-
},
|
|
6219
|
-
{
|
|
6220
|
-
"name": "keyup",
|
|
6221
|
-
"description": "Fires when a key is released."
|
|
6222
|
-
},
|
|
6223
|
-
{
|
|
6224
|
-
"name": "input",
|
|
6225
|
-
"description": "Fires when the value of an element has been changed."
|
|
6226
|
-
},
|
|
6227
|
-
{
|
|
6228
|
-
"name": "change",
|
|
6229
|
-
"description": "Emits a custom change event when the checked state changes"
|
|
6230
|
-
}
|
|
6231
|
-
],
|
|
4845
|
+
"events": [],
|
|
6232
4846
|
"slots": [],
|
|
6233
4847
|
"source": {
|
|
6234
4848
|
"module": "@vonage/vivid-vue",
|
|
@@ -6311,32 +4925,7 @@
|
|
|
6311
4925
|
}
|
|
6312
4926
|
}
|
|
6313
4927
|
],
|
|
6314
|
-
"events": [
|
|
6315
|
-
{
|
|
6316
|
-
"name": "click",
|
|
6317
|
-
"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."
|
|
6318
|
-
},
|
|
6319
|
-
{
|
|
6320
|
-
"name": "focus",
|
|
6321
|
-
"description": "Fires when the element receives focus."
|
|
6322
|
-
},
|
|
6323
|
-
{
|
|
6324
|
-
"name": "blur",
|
|
6325
|
-
"description": "Fires when the element loses focus."
|
|
6326
|
-
},
|
|
6327
|
-
{
|
|
6328
|
-
"name": "keydown",
|
|
6329
|
-
"description": "Fires when a key is pressed."
|
|
6330
|
-
},
|
|
6331
|
-
{
|
|
6332
|
-
"name": "keyup",
|
|
6333
|
-
"description": "Fires when a key is released."
|
|
6334
|
-
},
|
|
6335
|
-
{
|
|
6336
|
-
"name": "input",
|
|
6337
|
-
"description": "Fires when the value of an element has been changed."
|
|
6338
|
-
}
|
|
6339
|
-
],
|
|
4928
|
+
"events": [],
|
|
6340
4929
|
"slots": [
|
|
6341
4930
|
{
|
|
6342
4931
|
"name": "icon",
|
|
@@ -6362,32 +4951,7 @@
|
|
|
6362
4951
|
}
|
|
6363
4952
|
}
|
|
6364
4953
|
],
|
|
6365
|
-
"events": [
|
|
6366
|
-
{
|
|
6367
|
-
"name": "click",
|
|
6368
|
-
"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."
|
|
6369
|
-
},
|
|
6370
|
-
{
|
|
6371
|
-
"name": "focus",
|
|
6372
|
-
"description": "Fires when the element receives focus."
|
|
6373
|
-
},
|
|
6374
|
-
{
|
|
6375
|
-
"name": "blur",
|
|
6376
|
-
"description": "Fires when the element loses focus."
|
|
6377
|
-
},
|
|
6378
|
-
{
|
|
6379
|
-
"name": "keydown",
|
|
6380
|
-
"description": "Fires when a key is pressed."
|
|
6381
|
-
},
|
|
6382
|
-
{
|
|
6383
|
-
"name": "keyup",
|
|
6384
|
-
"description": "Fires when a key is released."
|
|
6385
|
-
},
|
|
6386
|
-
{
|
|
6387
|
-
"name": "input",
|
|
6388
|
-
"description": "Fires when the value of an element has been changed."
|
|
6389
|
-
}
|
|
6390
|
-
],
|
|
4954
|
+
"events": [],
|
|
6391
4955
|
"slots": [
|
|
6392
4956
|
{
|
|
6393
4957
|
"name": "default",
|
|
@@ -6461,36 +5025,7 @@
|
|
|
6461
5025
|
}
|
|
6462
5026
|
}
|
|
6463
5027
|
],
|
|
6464
|
-
"events": [
|
|
6465
|
-
{
|
|
6466
|
-
"name": "click",
|
|
6467
|
-
"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."
|
|
6468
|
-
},
|
|
6469
|
-
{
|
|
6470
|
-
"name": "focus",
|
|
6471
|
-
"description": "Fires when the element receives focus."
|
|
6472
|
-
},
|
|
6473
|
-
{
|
|
6474
|
-
"name": "blur",
|
|
6475
|
-
"description": "Fires when the element loses focus."
|
|
6476
|
-
},
|
|
6477
|
-
{
|
|
6478
|
-
"name": "keydown",
|
|
6479
|
-
"description": "Fires when a key is pressed."
|
|
6480
|
-
},
|
|
6481
|
-
{
|
|
6482
|
-
"name": "keyup",
|
|
6483
|
-
"description": "Fires when a key is released."
|
|
6484
|
-
},
|
|
6485
|
-
{
|
|
6486
|
-
"name": "input",
|
|
6487
|
-
"description": "Fires when the value of an element has been changed."
|
|
6488
|
-
},
|
|
6489
|
-
{
|
|
6490
|
-
"name": "change",
|
|
6491
|
-
"description": "Fires a custom 'change' event when a tab is clicked or during keyboard navigation"
|
|
6492
|
-
}
|
|
6493
|
-
],
|
|
5028
|
+
"events": [],
|
|
6494
5029
|
"slots": [
|
|
6495
5030
|
{
|
|
6496
5031
|
"name": "default",
|
|
@@ -6588,40 +5123,7 @@
|
|
|
6588
5123
|
}
|
|
6589
5124
|
}
|
|
6590
5125
|
],
|
|
6591
|
-
"events": [
|
|
6592
|
-
{
|
|
6593
|
-
"name": "click",
|
|
6594
|
-
"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."
|
|
6595
|
-
},
|
|
6596
|
-
{
|
|
6597
|
-
"name": "focus",
|
|
6598
|
-
"description": "Fires when the element receives focus."
|
|
6599
|
-
},
|
|
6600
|
-
{
|
|
6601
|
-
"name": "blur",
|
|
6602
|
-
"description": "Fires when the element loses focus."
|
|
6603
|
-
},
|
|
6604
|
-
{
|
|
6605
|
-
"name": "keydown",
|
|
6606
|
-
"description": "Fires when a key is pressed."
|
|
6607
|
-
},
|
|
6608
|
-
{
|
|
6609
|
-
"name": "keyup",
|
|
6610
|
-
"description": "Fires when a key is released."
|
|
6611
|
-
},
|
|
6612
|
-
{
|
|
6613
|
-
"name": "input",
|
|
6614
|
-
"description": "Fires when the value of an element has been changed."
|
|
6615
|
-
},
|
|
6616
|
-
{
|
|
6617
|
-
"name": "selected-change",
|
|
6618
|
-
"description": "Fires when the selected state changes"
|
|
6619
|
-
},
|
|
6620
|
-
{
|
|
6621
|
-
"name": "removed",
|
|
6622
|
-
"description": "Fires when the tag is removed"
|
|
6623
|
-
}
|
|
6624
|
-
],
|
|
5126
|
+
"events": [],
|
|
6625
5127
|
"slots": [
|
|
6626
5128
|
{
|
|
6627
5129
|
"name": "icon",
|
|
@@ -6654,32 +5156,7 @@
|
|
|
6654
5156
|
}
|
|
6655
5157
|
}
|
|
6656
5158
|
],
|
|
6657
|
-
"events": [
|
|
6658
|
-
{
|
|
6659
|
-
"name": "click",
|
|
6660
|
-
"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."
|
|
6661
|
-
},
|
|
6662
|
-
{
|
|
6663
|
-
"name": "focus",
|
|
6664
|
-
"description": "Fires when the element receives focus."
|
|
6665
|
-
},
|
|
6666
|
-
{
|
|
6667
|
-
"name": "blur",
|
|
6668
|
-
"description": "Fires when the element loses focus."
|
|
6669
|
-
},
|
|
6670
|
-
{
|
|
6671
|
-
"name": "keydown",
|
|
6672
|
-
"description": "Fires when a key is pressed."
|
|
6673
|
-
},
|
|
6674
|
-
{
|
|
6675
|
-
"name": "keyup",
|
|
6676
|
-
"description": "Fires when a key is released."
|
|
6677
|
-
},
|
|
6678
|
-
{
|
|
6679
|
-
"name": "input",
|
|
6680
|
-
"description": "Fires when the value of an element has been changed."
|
|
6681
|
-
}
|
|
6682
|
-
],
|
|
5159
|
+
"events": [],
|
|
6683
5160
|
"slots": [
|
|
6684
5161
|
{
|
|
6685
5162
|
"name": "default",
|
|
@@ -6881,36 +5358,7 @@
|
|
|
6881
5358
|
}
|
|
6882
5359
|
}
|
|
6883
5360
|
],
|
|
6884
|
-
"events": [
|
|
6885
|
-
{
|
|
6886
|
-
"name": "click",
|
|
6887
|
-
"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."
|
|
6888
|
-
},
|
|
6889
|
-
{
|
|
6890
|
-
"name": "focus",
|
|
6891
|
-
"description": "Fires when the element receives focus."
|
|
6892
|
-
},
|
|
6893
|
-
{
|
|
6894
|
-
"name": "blur",
|
|
6895
|
-
"description": "Fires when the element loses focus."
|
|
6896
|
-
},
|
|
6897
|
-
{
|
|
6898
|
-
"name": "keydown",
|
|
6899
|
-
"description": "Fires when a key is pressed."
|
|
6900
|
-
},
|
|
6901
|
-
{
|
|
6902
|
-
"name": "keyup",
|
|
6903
|
-
"description": "Fires when a key is released."
|
|
6904
|
-
},
|
|
6905
|
-
{
|
|
6906
|
-
"name": "input",
|
|
6907
|
-
"description": "Fires when the value of an element has been changed."
|
|
6908
|
-
},
|
|
6909
|
-
{
|
|
6910
|
-
"name": "change",
|
|
6911
|
-
"description": "Emits a custom 'change' event when the textarea emits a change event"
|
|
6912
|
-
}
|
|
6913
|
-
],
|
|
5361
|
+
"events": [],
|
|
6914
5362
|
"slots": [
|
|
6915
5363
|
{
|
|
6916
5364
|
"name": "helper-text",
|
|
@@ -7125,36 +5573,7 @@
|
|
|
7125
5573
|
}
|
|
7126
5574
|
}
|
|
7127
5575
|
],
|
|
7128
|
-
"events": [
|
|
7129
|
-
{
|
|
7130
|
-
"name": "click",
|
|
7131
|
-
"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."
|
|
7132
|
-
},
|
|
7133
|
-
{
|
|
7134
|
-
"name": "focus",
|
|
7135
|
-
"description": "Fires when the element receives focus."
|
|
7136
|
-
},
|
|
7137
|
-
{
|
|
7138
|
-
"name": "blur",
|
|
7139
|
-
"description": "Fires when the element loses focus."
|
|
7140
|
-
},
|
|
7141
|
-
{
|
|
7142
|
-
"name": "keydown",
|
|
7143
|
-
"description": "Fires when a key is pressed."
|
|
7144
|
-
},
|
|
7145
|
-
{
|
|
7146
|
-
"name": "keyup",
|
|
7147
|
-
"description": "Fires when a key is released."
|
|
7148
|
-
},
|
|
7149
|
-
{
|
|
7150
|
-
"name": "input",
|
|
7151
|
-
"description": "Fires when the value of an element has been changed."
|
|
7152
|
-
},
|
|
7153
|
-
{
|
|
7154
|
-
"name": "change",
|
|
7155
|
-
"description": "Fires a custom 'change' event when the value has changed"
|
|
7156
|
-
}
|
|
7157
|
-
],
|
|
5576
|
+
"events": [],
|
|
7158
5577
|
"slots": [
|
|
7159
5578
|
{
|
|
7160
5579
|
"name": "leading-action-items",
|
|
@@ -7300,36 +5719,7 @@
|
|
|
7300
5719
|
}
|
|
7301
5720
|
}
|
|
7302
5721
|
],
|
|
7303
|
-
"events": [
|
|
7304
|
-
{
|
|
7305
|
-
"name": "click",
|
|
7306
|
-
"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."
|
|
7307
|
-
},
|
|
7308
|
-
{
|
|
7309
|
-
"name": "focus",
|
|
7310
|
-
"description": "Fires when the element receives focus."
|
|
7311
|
-
},
|
|
7312
|
-
{
|
|
7313
|
-
"name": "blur",
|
|
7314
|
-
"description": "Fires when the element loses focus."
|
|
7315
|
-
},
|
|
7316
|
-
{
|
|
7317
|
-
"name": "keydown",
|
|
7318
|
-
"description": "Fires when a key is pressed."
|
|
7319
|
-
},
|
|
7320
|
-
{
|
|
7321
|
-
"name": "keyup",
|
|
7322
|
-
"description": "Fires when a key is released."
|
|
7323
|
-
},
|
|
7324
|
-
{
|
|
7325
|
-
"name": "input",
|
|
7326
|
-
"description": "Emitted when the time is changed by the user."
|
|
7327
|
-
},
|
|
7328
|
-
{
|
|
7329
|
-
"name": "change",
|
|
7330
|
-
"description": "Emitted when the time is changed by the user."
|
|
7331
|
-
}
|
|
7332
|
-
],
|
|
5722
|
+
"events": [],
|
|
7333
5723
|
"slots": [
|
|
7334
5724
|
{
|
|
7335
5725
|
"name": "helper-text",
|
|
@@ -7395,32 +5785,7 @@
|
|
|
7395
5785
|
}
|
|
7396
5786
|
}
|
|
7397
5787
|
],
|
|
7398
|
-
"events": [
|
|
7399
|
-
{
|
|
7400
|
-
"name": "click",
|
|
7401
|
-
"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."
|
|
7402
|
-
},
|
|
7403
|
-
{
|
|
7404
|
-
"name": "focus",
|
|
7405
|
-
"description": "Fires when the element receives focus."
|
|
7406
|
-
},
|
|
7407
|
-
{
|
|
7408
|
-
"name": "blur",
|
|
7409
|
-
"description": "Fires when the element loses focus."
|
|
7410
|
-
},
|
|
7411
|
-
{
|
|
7412
|
-
"name": "keydown",
|
|
7413
|
-
"description": "Fires when a key is pressed."
|
|
7414
|
-
},
|
|
7415
|
-
{
|
|
7416
|
-
"name": "keyup",
|
|
7417
|
-
"description": "Fires when a key is released."
|
|
7418
|
-
},
|
|
7419
|
-
{
|
|
7420
|
-
"name": "input",
|
|
7421
|
-
"description": "Fires when the value of an element has been changed."
|
|
7422
|
-
}
|
|
7423
|
-
],
|
|
5788
|
+
"events": [],
|
|
7424
5789
|
"slots": [
|
|
7425
5790
|
{
|
|
7426
5791
|
"name": "default",
|
|
@@ -7484,32 +5849,7 @@
|
|
|
7484
5849
|
}
|
|
7485
5850
|
}
|
|
7486
5851
|
],
|
|
7487
|
-
"events": [
|
|
7488
|
-
{
|
|
7489
|
-
"name": "click",
|
|
7490
|
-
"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."
|
|
7491
|
-
},
|
|
7492
|
-
{
|
|
7493
|
-
"name": "focus",
|
|
7494
|
-
"description": "Fires when the element receives focus."
|
|
7495
|
-
},
|
|
7496
|
-
{
|
|
7497
|
-
"name": "blur",
|
|
7498
|
-
"description": "Fires when the element loses focus."
|
|
7499
|
-
},
|
|
7500
|
-
{
|
|
7501
|
-
"name": "keydown",
|
|
7502
|
-
"description": "Fires when a key is pressed."
|
|
7503
|
-
},
|
|
7504
|
-
{
|
|
7505
|
-
"name": "keyup",
|
|
7506
|
-
"description": "Fires when a key is released."
|
|
7507
|
-
},
|
|
7508
|
-
{
|
|
7509
|
-
"name": "input",
|
|
7510
|
-
"description": "Fires when the value of an element has been changed."
|
|
7511
|
-
}
|
|
7512
|
-
],
|
|
5852
|
+
"events": [],
|
|
7513
5853
|
"slots": [
|
|
7514
5854
|
{
|
|
7515
5855
|
"name": "anchor",
|
|
@@ -7575,40 +5915,7 @@
|
|
|
7575
5915
|
}
|
|
7576
5916
|
}
|
|
7577
5917
|
],
|
|
7578
|
-
"events": [
|
|
7579
|
-
{
|
|
7580
|
-
"name": "click",
|
|
7581
|
-
"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."
|
|
7582
|
-
},
|
|
7583
|
-
{
|
|
7584
|
-
"name": "focus",
|
|
7585
|
-
"description": "Fires when the element receives focus."
|
|
7586
|
-
},
|
|
7587
|
-
{
|
|
7588
|
-
"name": "blur",
|
|
7589
|
-
"description": "Fires when the element loses focus."
|
|
7590
|
-
},
|
|
7591
|
-
{
|
|
7592
|
-
"name": "keydown",
|
|
7593
|
-
"description": "Fires when a key is pressed."
|
|
7594
|
-
},
|
|
7595
|
-
{
|
|
7596
|
-
"name": "keyup",
|
|
7597
|
-
"description": "Fires when a key is released."
|
|
7598
|
-
},
|
|
7599
|
-
{
|
|
7600
|
-
"name": "input",
|
|
7601
|
-
"description": "Fires when the value of an element has been changed."
|
|
7602
|
-
},
|
|
7603
|
-
{
|
|
7604
|
-
"name": "expanded-change",
|
|
7605
|
-
"description": "Fires a custom 'expanded-change' event when the expanded state changes"
|
|
7606
|
-
},
|
|
7607
|
-
{
|
|
7608
|
-
"name": "selected-change",
|
|
7609
|
-
"description": "Fires a custom 'selected-change' event when the selected state changes"
|
|
7610
|
-
}
|
|
7611
|
-
],
|
|
5918
|
+
"events": [],
|
|
7612
5919
|
"slots": [
|
|
7613
5920
|
{
|
|
7614
5921
|
"name": "item",
|
|
@@ -7646,32 +5953,7 @@
|
|
|
7646
5953
|
}
|
|
7647
5954
|
}
|
|
7648
5955
|
],
|
|
7649
|
-
"events": [
|
|
7650
|
-
{
|
|
7651
|
-
"name": "click",
|
|
7652
|
-
"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."
|
|
7653
|
-
},
|
|
7654
|
-
{
|
|
7655
|
-
"name": "focus",
|
|
7656
|
-
"description": "Fires when the element receives focus."
|
|
7657
|
-
},
|
|
7658
|
-
{
|
|
7659
|
-
"name": "blur",
|
|
7660
|
-
"description": "Fires when the element loses focus."
|
|
7661
|
-
},
|
|
7662
|
-
{
|
|
7663
|
-
"name": "keydown",
|
|
7664
|
-
"description": "Fires when a key is pressed."
|
|
7665
|
-
},
|
|
7666
|
-
{
|
|
7667
|
-
"name": "keyup",
|
|
7668
|
-
"description": "Fires when a key is released."
|
|
7669
|
-
},
|
|
7670
|
-
{
|
|
7671
|
-
"name": "input",
|
|
7672
|
-
"description": "Fires when the value of an element has been changed."
|
|
7673
|
-
}
|
|
7674
|
-
],
|
|
5956
|
+
"events": [],
|
|
7675
5957
|
"slots": [
|
|
7676
5958
|
{
|
|
7677
5959
|
"name": "default",
|
|
@@ -7745,44 +6027,7 @@
|
|
|
7745
6027
|
}
|
|
7746
6028
|
}
|
|
7747
6029
|
],
|
|
7748
|
-
"events": [
|
|
7749
|
-
{
|
|
7750
|
-
"name": "click",
|
|
7751
|
-
"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."
|
|
7752
|
-
},
|
|
7753
|
-
{
|
|
7754
|
-
"name": "focus",
|
|
7755
|
-
"description": "Fires when the element receives focus."
|
|
7756
|
-
},
|
|
7757
|
-
{
|
|
7758
|
-
"name": "blur",
|
|
7759
|
-
"description": "Fires when the element loses focus."
|
|
7760
|
-
},
|
|
7761
|
-
{
|
|
7762
|
-
"name": "keydown",
|
|
7763
|
-
"description": "Fires when a key is pressed."
|
|
7764
|
-
},
|
|
7765
|
-
{
|
|
7766
|
-
"name": "keyup",
|
|
7767
|
-
"description": "Fires when a key is released."
|
|
7768
|
-
},
|
|
7769
|
-
{
|
|
7770
|
-
"name": "input",
|
|
7771
|
-
"description": "Fires when the value of an element has been changed."
|
|
7772
|
-
},
|
|
7773
|
-
{
|
|
7774
|
-
"name": "play",
|
|
7775
|
-
"description": "Fired when the video is played"
|
|
7776
|
-
},
|
|
7777
|
-
{
|
|
7778
|
-
"name": "pause",
|
|
7779
|
-
"description": "Fired when the video is paused"
|
|
7780
|
-
},
|
|
7781
|
-
{
|
|
7782
|
-
"name": "ended",
|
|
7783
|
-
"description": "Fired when the video is ended"
|
|
7784
|
-
}
|
|
7785
|
-
],
|
|
6030
|
+
"events": [],
|
|
7786
6031
|
"slots": [
|
|
7787
6032
|
{
|
|
7788
6033
|
"name": "default",
|