@heartlandone/vega-angular 2.26.0 → 2.27.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.
@@ -26,12 +26,12 @@ import type { VegaTableRowExpandEvent as IVegaTableRowVegaTableRowExpandEvent }
26
26
  import * as i0 from "@angular/core";
27
27
  export declare interface VegaAccordion extends Components.VegaAccordion {
28
28
  /**
29
- * An event emitter notifying the expand event of the accordion. @version 1.3.0
29
+ * An event emitter notifying the expand event of the accordion. @vegaVersion 1.3.0
30
30
  */
31
31
  vegaExpand: EventEmitter<CustomEvent<boolean>>;
32
32
  /**
33
33
  * An event emitter notifying the expand event of the accordion.
34
- expand is an attribute, so the event name here uses accordionExpand @eventSemantics namespace:native,@version 2.0.0
34
+ expand is an attribute, so the event name here uses accordionExpand @eventSemantics namespace:native,@vegaVersion 2.0.0
35
35
  */
36
36
  accordionExpand: EventEmitter<CustomEvent<boolean>>;
37
37
  }
@@ -53,21 +53,21 @@ export declare class VegaAppFooter {
53
53
  }
54
54
  export declare interface VegaAppHeaderButton extends Components.VegaAppHeaderButton {
55
55
  /**
56
- * An event emitter notifying the click event of an app header button. @version 1.11.0
56
+ * An event emitter notifying the click event of an app header button. @vegaVersion 1.11.0
57
57
  */
58
58
  vegaClick: EventEmitter<CustomEvent<any>>;
59
59
  /**
60
- * An event emitter notifying the click event of an app header button. @eventSemantics namespace:native,@version 2.0.0
60
+ * An event emitter notifying the click event of an app header button. @eventSemantics namespace:native,@vegaVersion 2.0.0
61
61
  */
62
62
  click: EventEmitter<CustomEvent<any>>;
63
63
  /**
64
64
  * An event emitter notifying the click event of a dropdown item
65
- in the app header. @version 1.23.0
65
+ in the app header. @vegaVersion 1.23.0
66
66
  */
67
67
  vegaDropdownClick: EventEmitter<CustomEvent<string>>;
68
68
  /**
69
69
  * An event emitter notifying the click event of a dropdown item
70
- in the app header. @eventSemantics namespace:native,@version 2.0.0
70
+ in the app header. @eventSemantics namespace:native,@vegaVersion 2.0.0
71
71
  */
72
72
  dropdownClick: EventEmitter<CustomEvent<string>>;
73
73
  }
@@ -80,7 +80,7 @@ export declare class VegaAppHeaderButton {
80
80
  }
81
81
  export declare interface VegaBackdrop extends Components.VegaBackdrop {
82
82
  /**
83
- * An event emitter notifying the click event of the backdrop. @version 2.0.0
83
+ * An event emitter notifying the click event of the backdrop. @vegaVersion 2.0.0
84
84
  */
85
85
  vegaClick: EventEmitter<CustomEvent<void>>;
86
86
  }
@@ -93,19 +93,19 @@ export declare class VegaBackdrop {
93
93
  }
94
94
  export declare interface VegaBanner extends Components.VegaBanner {
95
95
  /**
96
- * An event emitter notifying the banner close event. @version 1.13.0
96
+ * An event emitter notifying the banner close event. @vegaVersion 1.13.0
97
97
  */
98
98
  vegaClose: EventEmitter<CustomEvent<any>>;
99
99
  /**
100
- * An event emitter notifying the banner close event. @eventSemantics namespace:native,@version 2.8.0
100
+ * An event emitter notifying the banner close event. @eventSemantics namespace:native,@vegaVersion 2.8.0
101
101
  */
102
102
  close: EventEmitter<CustomEvent<any>>;
103
103
  /**
104
- * An event emitter notifying the banner action button has been clicked. @version 2.18.0
104
+ * An event emitter notifying the banner action button has been clicked. @vegaVersion 2.18.0
105
105
  */
106
106
  vegaActionButtonClick: EventEmitter<CustomEvent<IVegaBannerVegaBannerActionButtonType>>;
107
107
  /**
108
- * An event emitter notifying the banner action button has been clicked. @eventSemantics namespace:native,@version 2.18.0
108
+ * An event emitter notifying the banner action button has been clicked. @eventSemantics namespace:native,@vegaVersion 2.18.0
109
109
  */
110
110
  actionButtonClick: EventEmitter<CustomEvent<IVegaBannerVegaBannerActionButtonType>>;
111
111
  }
@@ -136,11 +136,11 @@ export declare class VegaBox {
136
136
  }
137
137
  export declare interface VegaBreadcrumb extends Components.VegaBreadcrumb {
138
138
  /**
139
- * An event emitter notifying that a breadcrumb item has been clicked. @version 1.41.0
139
+ * An event emitter notifying that a breadcrumb item has been clicked. @vegaVersion 1.41.0
140
140
  */
141
141
  vegaClick: EventEmitter<CustomEvent<IVegaBreadcrumbVegaBreadcrumbItemType>>;
142
142
  /**
143
- * An event emitter notifying that a breadcrumb item has been clicked. @eventSemantics namespace:native,@version 2.0.0
143
+ * An event emitter notifying that a breadcrumb item has been clicked. @eventSemantics namespace:native,@vegaVersion 2.0.0
144
144
  */
145
145
  click: EventEmitter<CustomEvent<IVegaBreadcrumbVegaBreadcrumbItemType>>;
146
146
  }
@@ -153,11 +153,11 @@ export declare class VegaBreadcrumb {
153
153
  }
154
154
  export declare interface VegaButton extends Components.VegaButton {
155
155
  /**
156
- * An event emitter notifying the click event of the button. @version 1.0.11
156
+ * An event emitter notifying the click event of the button. @vegaVersion 1.0.11
157
157
  */
158
158
  vegaClick: EventEmitter<CustomEvent<any>>;
159
159
  /**
160
- * An event emitter notifying the click event of the button. @eventSemantics namespace:native,@version 2.0.0
160
+ * An event emitter notifying the click event of the button. @eventSemantics namespace:native,@vegaVersion 2.0.0
161
161
  */
162
162
  click: EventEmitter<CustomEvent<any>>;
163
163
  }
@@ -170,11 +170,11 @@ export declare class VegaButton {
170
170
  }
171
171
  export declare interface VegaButtonCircle extends Components.VegaButtonCircle {
172
172
  /**
173
- * An event emitter notifying the click event of the circular button. @version 1.0.11
173
+ * An event emitter notifying the click event of the circular button. @vegaVersion 1.0.11
174
174
  */
175
175
  vegaClick: EventEmitter<CustomEvent<any>>;
176
176
  /**
177
- * An event emitter notifying the click event of the circular button. @eventSemantics namespace:native,@version 2.0.0
177
+ * An event emitter notifying the click event of the circular button. @eventSemantics namespace:native,@vegaVersion 2.0.0
178
178
  */
179
179
  click: EventEmitter<CustomEvent<any>>;
180
180
  }
@@ -187,11 +187,11 @@ export declare class VegaButtonCircle {
187
187
  }
188
188
  export declare interface VegaButtonGroup extends Components.VegaButtonGroup {
189
189
  /**
190
- * An event emitter notifying the click event of the button group. @version 2.5.0
190
+ * An event emitter notifying the click event of the button group. @vegaVersion 2.5.0
191
191
  */
192
192
  vegaClick: EventEmitter<CustomEvent<string>>;
193
193
  /**
194
- * An event emitter notifying the click event of the button. @eventSemantics namespace:native,@version 2.5.0
194
+ * An event emitter notifying the click event of the button. @eventSemantics namespace:native,@vegaVersion 2.5.0
195
195
  */
196
196
  click: EventEmitter<CustomEvent<string>>;
197
197
  }
@@ -213,11 +213,11 @@ export declare class VegaButtonGroupItem {
213
213
  }
214
214
  export declare interface VegaButtonLink extends Components.VegaButtonLink {
215
215
  /**
216
- * An event emitter notifying the click event of the button. @version 1.0.11
216
+ * An event emitter notifying the click event of the button. @vegaVersion 1.0.11
217
217
  */
218
218
  vegaClick: EventEmitter<CustomEvent<any>>;
219
219
  /**
220
- * An event emitter notifying the click event of the button. @eventSemantics namespace:native,@version 2.0.0
220
+ * An event emitter notifying the click event of the button. @eventSemantics namespace:native,@vegaVersion 2.0.0
221
221
  */
222
222
  click: EventEmitter<CustomEvent<any>>;
223
223
  }
@@ -230,35 +230,35 @@ export declare class VegaButtonLink {
230
230
  }
231
231
  export declare interface VegaCalendar extends Components.VegaCalendar {
232
232
  /**
233
- * An event emitter notifying the component view content change after a switch panel click. @version 2.14.0
233
+ * An event emitter notifying the component view content change after a switch panel click. @vegaVersion 2.14.0
234
234
  */
235
235
  vegaChange: EventEmitter<CustomEvent<IVegaCalendarVegaCalendarChangeEventType>>;
236
236
  /**
237
- * An event emitter notifying the component view content change after a switch panel click. @eventSemantics namespace:native,@version 2.14.0
237
+ * An event emitter notifying the component view content change after a switch panel click. @eventSemantics namespace:native,@vegaVersion 2.14.0
238
238
  */
239
239
  change: EventEmitter<CustomEvent<IVegaCalendarVegaCalendarChangeEventType>>;
240
240
  /**
241
- * An event emitter notifying that a component event item is clicked. @version 2.14.0
241
+ * An event emitter notifying that a component event item is clicked. @vegaVersion 2.14.0
242
242
  */
243
243
  vegaEventClick: EventEmitter<CustomEvent<IVegaCalendarVegaCalendarEventClickInfo>>;
244
244
  /**
245
- * An event emitter notifying that a component event item is clicked. @eventSemantics namespace:native,@version 2.14.0
245
+ * An event emitter notifying that a component event item is clicked. @eventSemantics namespace:native,@vegaVersion 2.14.0
246
246
  */
247
247
  eventClick: EventEmitter<CustomEvent<IVegaCalendarVegaCalendarEventClickInfo>>;
248
248
  /**
249
- * An event emitter notifying that a calendar date item has been double-clicked. @version 2.17.0
249
+ * An event emitter notifying that a calendar date item has been double-clicked. @vegaVersion 2.17.0
250
250
  */
251
251
  vegaDateDblClick: EventEmitter<CustomEvent<IVegaCalendarVegaCalendarDateClickInfo>>;
252
252
  /**
253
- * An event emitter notifying that a calendar date item has been double-clicked. @eventSemantics namespace:native,@version 2.17.0
253
+ * An event emitter notifying that a calendar date item has been double-clicked. @eventSemantics namespace:native,@vegaVersion 2.17.0
254
254
  */
255
255
  dateDblClick: EventEmitter<CustomEvent<IVegaCalendarVegaCalendarDateClickInfo>>;
256
256
  /**
257
- * An event emitter notifying that a calendar more action menu item has been clicked. @version 2.20.0
257
+ * An event emitter notifying that a calendar more action menu item has been clicked. @vegaVersion 2.20.0
258
258
  */
259
259
  vegaMoreActionClick: EventEmitter<CustomEvent<string>>;
260
260
  /**
261
- * An event emitter notifying that a calendar more action menu item has been clicked. @eventSemantics namespace:native,@version 2.20.0
261
+ * An event emitter notifying that a calendar more action menu item has been clicked. @eventSemantics namespace:native,@vegaVersion 2.20.0
262
262
  */
263
263
  moreActionClick: EventEmitter<CustomEvent<string>>;
264
264
  }
@@ -299,12 +299,12 @@ export declare class VegaCard {
299
299
  export declare interface VegaCarousel extends Components.VegaCarousel {
300
300
  /**
301
301
  * An event emitter notifying the transition of the carousel to another page,
302
- whether triggered programmatically or through user interaction. @version 1.3.0
302
+ whether triggered programmatically or through user interaction. @vegaVersion 1.3.0
303
303
  */
304
304
  vegaPageUpdate: EventEmitter<CustomEvent<number>>;
305
305
  /**
306
306
  * An event emitter notifying the transition of the carousel to another page,
307
- whether triggered programmatically or through user interaction. @eventSemantics namespace:native,@version 2.0.0
307
+ whether triggered programmatically or through user interaction. @eventSemantics namespace:native,@vegaVersion 2.0.0
308
308
  */
309
309
  pageUpdate: EventEmitter<CustomEvent<number>>;
310
310
  }
@@ -318,12 +318,12 @@ export declare class VegaCarousel {
318
318
  export declare interface VegaCheckbox extends Components.VegaCheckbox {
319
319
  /**
320
320
  * An event emitter notifying changes in the value of the checkbox,
321
- whether triggered programmatically or through user interaction. @version 1.0.10
321
+ whether triggered programmatically or through user interaction. @vegaVersion 1.0.10
322
322
  */
323
323
  vegaChange: EventEmitter<CustomEvent<string | boolean>>;
324
324
  /**
325
325
  * An event emitter notifying changes in the value of the checkbox,
326
- whether triggered programmatically or through user interaction. @eventSemantics namespace:native,@version 2.0.0
326
+ whether triggered programmatically or through user interaction. @eventSemantics namespace:native,@vegaVersion 2.0.0
327
327
  */
328
328
  change: EventEmitter<CustomEvent<string | boolean>>;
329
329
  }
@@ -339,14 +339,14 @@ export declare interface VegaCheckboxGroup extends Components.VegaCheckboxGroup
339
339
  * An event emitter notifying changes in the value
340
340
  of any nested checkbox within the checkbox group,
341
341
  whether triggered programmatically or through
342
- user interaction. @version 1.0.10
342
+ user interaction. @vegaVersion 1.0.10
343
343
  */
344
344
  vegaChange: EventEmitter<CustomEvent<string[]>>;
345
345
  /**
346
346
  * An event emitter notifying changes in the value
347
347
  of any nested checkbox within the checkbox group,
348
348
  whether triggered programmatically or through
349
- user interaction. @eventSemantics namespace:native,@version 2.0.0
349
+ user interaction. @eventSemantics namespace:native,@vegaVersion 2.0.0
350
350
  */
351
351
  change: EventEmitter<CustomEvent<string[]>>;
352
352
  }
@@ -361,21 +361,21 @@ export declare interface VegaChip extends Components.VegaChip {
361
361
  /**
362
362
  * An event emitter notifying the click event of the close button of the chip.
363
363
 
364
- This event is only dispatched when the `showCloseIcon` property is set to `true`. @version 1.11.0
364
+ This event is only dispatched when the `showCloseIcon` property is set to `true`. @vegaVersion 1.11.0
365
365
  */
366
366
  vegaClose: EventEmitter<CustomEvent<void>>;
367
367
  /**
368
- * An event emitter notifying the click event of the close button of the chip. @eventSemantics namespace:native,@version 2.0.0
368
+ * An event emitter notifying the click event of the close button of the chip. @eventSemantics namespace:native,@vegaVersion 2.0.0
369
369
  */
370
370
  close: EventEmitter<CustomEvent<void>>;
371
371
  /**
372
372
  * An event emitter notifying the click event of the chip.
373
373
 
374
- This event is only dispatched when the `clickable` property is set to `true`. @version 1.11.0
374
+ This event is only dispatched when the `clickable` property is set to `true`. @vegaVersion 1.11.0
375
375
  */
376
376
  vegaClick: EventEmitter<CustomEvent<void>>;
377
377
  /**
378
- * An event emitter notifying the click event of the chip. @eventSemantics namespace:native,@version 2.0.0
378
+ * An event emitter notifying the click event of the chip. @eventSemantics namespace:native,@vegaVersion 2.0.0
379
379
  */
380
380
  click: EventEmitter<CustomEvent<void>>;
381
381
  }
@@ -389,12 +389,12 @@ export declare class VegaChip {
389
389
  export declare interface VegaColorPicker extends Components.VegaColorPicker {
390
390
  /**
391
391
  * An event emitter notifying changes in the value of the color picker,
392
- whether triggered programmatically or through user interaction. @version 1.13.0
392
+ whether triggered programmatically or through user interaction. @vegaVersion 1.13.0
393
393
  */
394
394
  vegaChange: EventEmitter<CustomEvent<string>>;
395
395
  /**
396
396
  * An event emitter notifying changes in the value of the color picker,
397
- whether triggered programmatically or through user interaction. @eventSemantics namespace:native,@version 2.0.0
397
+ whether triggered programmatically or through user interaction. @eventSemantics namespace:native,@vegaVersion 2.0.0
398
398
  */
399
399
  change: EventEmitter<CustomEvent<string>>;
400
400
  }
@@ -408,12 +408,12 @@ export declare class VegaColorPicker {
408
408
  export declare interface VegaComboBox extends Components.VegaComboBox {
409
409
  /**
410
410
  * An event emitter notifying changes in the items of the combo box value,
411
- whether triggered programmatically or through user interaction. @version 1.11.0
411
+ whether triggered programmatically or through user interaction. @vegaVersion 1.11.0
412
412
  */
413
413
  vegaChange: EventEmitter<CustomEvent<string[]>>;
414
414
  /**
415
415
  * An event emitter notifying changes in the items of the combo box value,
416
- whether triggered programmatically or through user interaction. @eventSemantics namespace:native,@version 2.0.0
416
+ whether triggered programmatically or through user interaction. @eventSemantics namespace:native,@vegaVersion 2.0.0
417
417
  */
418
418
  change: EventEmitter<CustomEvent<string[]>>;
419
419
  /**
@@ -422,7 +422,7 @@ export declare interface VegaComboBox extends Components.VegaComboBox {
422
422
 
423
423
  The event's `detail` property contains the new value.
424
424
 
425
- The combo box _does not_ automatically add the new value to its `source` and `value`. @version 1.14.0
425
+ The combo box _does not_ automatically add the new value to its `source` and `value`. @vegaVersion 1.14.0
426
426
  */
427
427
  vegaCreate: EventEmitter<CustomEvent<string>>;
428
428
  /**
@@ -431,17 +431,17 @@ export declare interface VegaComboBox extends Components.VegaComboBox {
431
431
 
432
432
  The event's `detail` property contains the new value.
433
433
 
434
- The combo box _does not_ automatically add the new value to its `source` and `value`. @eventSemantics namespace:native,@version 2.0.0
434
+ The combo box _does not_ automatically add the new value to its `source` and `value`. @eventSemantics namespace:native,@vegaVersion 2.0.0
435
435
  */
436
436
  create: EventEmitter<CustomEvent<string>>;
437
437
  /**
438
438
  * An event emitter notifying the user's search action in the combo box,
439
- but only if the `useDefaultFilter` property is set to `false`. @version 1.24.0
439
+ but only if the `useDefaultFilter` property is set to `false`. @vegaVersion 1.24.0
440
440
  */
441
441
  vegaSearch: EventEmitter<CustomEvent<string>>;
442
442
  /**
443
443
  * An event emitter notifying the user's search action in the combo box,
444
- but only if the `useDefaultFilter` property is set to `false`. @eventSemantics namespace:native,@version 2.0.0
444
+ but only if the `useDefaultFilter` property is set to `false`. @eventSemantics namespace:native,@vegaVersion 2.0.0
445
445
  */
446
446
  search: EventEmitter<CustomEvent<string>>;
447
447
  }
@@ -464,12 +464,12 @@ export declare class VegaCounterBadge {
464
464
  export declare interface VegaDatePicker extends Components.VegaDatePicker {
465
465
  /**
466
466
  * An event emitter notifying the change of the value in the date picker,
467
- whether triggered programmatically or through user interaction. @version 1.3.0
467
+ whether triggered programmatically or through user interaction. @vegaVersion 1.3.0
468
468
  */
469
469
  vegaChange: EventEmitter<CustomEvent<string | string[]>>;
470
470
  /**
471
471
  * An event emitter notifying the change of the value in the date picker,
472
- whether triggered programmatically or through user interaction. @eventSemantics namespace:native,@version 2.0.0
472
+ whether triggered programmatically or through user interaction. @eventSemantics namespace:native,@vegaVersion 2.0.0
473
473
  */
474
474
  change: EventEmitter<CustomEvent<string | string[]>>;
475
475
  }
@@ -511,33 +511,33 @@ export declare interface VegaDropdown extends Components.VegaDropdown {
511
511
  /**
512
512
  * An event emitter notifying that a dropdown item has been clicked.
513
513
 
514
- The event's `detail` property contains the key of the clicked item. @version 1.11.0
514
+ The event's `detail` property contains the key of the clicked item. @vegaVersion 1.11.0
515
515
  */
516
516
  vegaDropdownClick: EventEmitter<CustomEvent<string>>;
517
517
  /**
518
518
  * An event emitter notifying that a dropdown item has been clicked.
519
519
 
520
- The event's `detail` property contains the key of the clicked item. @eventSemantics namespace:native,@version 2.0.0
520
+ The event's `detail` property contains the key of the clicked item. @eventSemantics namespace:native,@vegaVersion 2.0.0
521
521
  */
522
522
  dropdownClick: EventEmitter<CustomEvent<string>>;
523
523
  /**
524
524
  * An event emitter notifying that the dropdown has been displayed,
525
- either programmatically or via user interaction. @version 1.3.0
525
+ either programmatically or via user interaction. @vegaVersion 1.3.0
526
526
  */
527
527
  vegaShow: EventEmitter<CustomEvent<string>>;
528
528
  /**
529
529
  * An event emitter notifying that the dropdown has been displayed,
530
- either programmatically or via user interaction. The name is not `show` because already has a method `show`. @eventSemantics namespace:native,@version 2.0.0
530
+ either programmatically or via user interaction. The name is not `show` because already has a method `show`. @eventSemantics namespace:native,@vegaVersion 2.0.0
531
531
  */
532
532
  dropdownShow: EventEmitter<CustomEvent<string>>;
533
533
  /**
534
534
  * Event emitter notifying that the dropdown has been dismissed,
535
- either programmatically or via user interaction. @version 1.3.0
535
+ either programmatically or via user interaction. @vegaVersion 1.3.0
536
536
  */
537
537
  vegaHide: EventEmitter<CustomEvent<string>>;
538
538
  /**
539
539
  * An event emitter notifying that the dropdown has been dismissed,
540
- either programmatically or via user interaction. The name is not `hide` because already has a method `hide`. @eventSemantics namespace:native,@version 2.0.0
540
+ either programmatically or via user interaction. The name is not `hide` because already has a method `hide`. @eventSemantics namespace:native,@vegaVersion 2.0.0
541
541
  */
542
542
  dropdownHide: EventEmitter<CustomEvent<string>>;
543
543
  /**
@@ -546,7 +546,7 @@ export declare interface VegaDropdown extends Components.VegaDropdown {
546
546
 
547
547
  The event's `detail` property contains the new value.
548
548
 
549
- The dropdown _does not_ automatically add the new value to the source list. @version 1.14.0
549
+ The dropdown _does not_ automatically add the new value to the source list. @vegaVersion 1.14.0
550
550
  */
551
551
  vegaCreate: EventEmitter<CustomEvent<string>>;
552
552
  /**
@@ -555,17 +555,17 @@ export declare interface VegaDropdown extends Components.VegaDropdown {
555
555
 
556
556
  The event's `detail` property contains the new value.
557
557
 
558
- The dropdown _does not_ automatically add the new value to the source list. @eventSemantics namespace:native,@version 2.0.0
558
+ The dropdown _does not_ automatically add the new value to the source list. @eventSemantics namespace:native,@vegaVersion 2.0.0
559
559
  */
560
560
  create: EventEmitter<CustomEvent<string>>;
561
561
  /**
562
562
  * An event emitter notifying the search event in the dropdown,
563
- but only if `useDefaultFilter` is set to `false`. @version 1.24.0
563
+ but only if `useDefaultFilter` is set to `false`. @vegaVersion 1.24.0
564
564
  */
565
565
  vegaSearch: EventEmitter<CustomEvent<string>>;
566
566
  /**
567
567
  * An event emitter notifying the search event in the dropdown,
568
- but only if `useDefaultFilter` is set to `false`. The name is not `search` because already has a method `search`. @eventSemantics namespace:native,@version 2.0.0
568
+ but only if `useDefaultFilter` is set to `false`. The name is not `search` because already has a method `search`. @eventSemantics namespace:native,@vegaVersion 2.0.0
569
569
  */
570
570
  dropdownSearch: EventEmitter<CustomEvent<string>>;
571
571
  }
@@ -596,11 +596,11 @@ export declare class VegaDropdownGroup {
596
596
  }
597
597
  export declare interface VegaDropdownItem extends Components.VegaDropdownItem {
598
598
  /**
599
- * An event emitter notifying the dropdown item has been clicked. @version 1.47.0
599
+ * An event emitter notifying the dropdown item has been clicked. @vegaVersion 1.47.0
600
600
  */
601
601
  vegaClick: EventEmitter<CustomEvent<IVegaDropdownItemVegaDropdownItemClickEvent>>;
602
602
  /**
603
- * An event emitter notifying the dropdown item has been clicked. @eventSemantics namespace:native,@version 2.0.0
603
+ * An event emitter notifying the dropdown item has been clicked. @eventSemantics namespace:native,@vegaVersion 2.0.0
604
604
  */
605
605
  click: EventEmitter<CustomEvent<IVegaDropdownItemVegaDropdownItemClickEvent>>;
606
606
  }
@@ -622,15 +622,15 @@ export declare class VegaFieldError {
622
622
  }
623
623
  export declare interface VegaFieldLabel extends Components.VegaFieldLabel {
624
624
  /**
625
- * An event emitter notifying that the field label has been clicked. @version 1.43.0
625
+ * An event emitter notifying that the field label has been clicked. @vegaVersion 1.43.0
626
626
  */
627
627
  vegaClick: EventEmitter<CustomEvent<any>>;
628
628
  /**
629
- * An event emitter notifying that the suffix button associated with the field label has been clicked. @version 2.25.0
629
+ * An event emitter notifying that the suffix button associated with the field label has been clicked. @vegaVersion 2.25.0
630
630
  */
631
631
  vegaLabelButtonClick: EventEmitter<CustomEvent<any>>;
632
632
  /**
633
- * An event emitter notifying that the suffix button associated with the field label has been clicked. @eventSemantics namespace:native,@version 2.25.0
633
+ * An event emitter notifying that the suffix button associated with the field label has been clicked. @eventSemantics namespace:native,@vegaVersion 2.25.0
634
634
  */
635
635
  labelButtonClick: EventEmitter<CustomEvent<any>>;
636
636
  }
@@ -643,47 +643,47 @@ export declare class VegaFieldLabel {
643
643
  }
644
644
  export declare interface VegaFileUploader extends Components.VegaFileUploader {
645
645
  /**
646
- * An event emitter notifying a change in the file list. @version 2.25.0
646
+ * An event emitter notifying a change in the file list. @vegaVersion 2.25.0
647
647
  */
648
648
  vegaChange: EventEmitter<CustomEvent<IVegaFileUploaderVegaFileUploaderFiles>>;
649
649
  /**
650
- * An event emitter notifying a change in the file list. @eventSemantics namespace:native,@version 2.25.0
650
+ * An event emitter notifying a change in the file list. @eventSemantics namespace:native,@vegaVersion 2.25.0
651
651
  */
652
652
  change: EventEmitter<CustomEvent<IVegaFileUploaderVegaFileUploaderFiles>>;
653
653
  /**
654
654
  * An event emitter notifying a file selection change. By default, the component value
655
- is updated, but this behavior can be prevented. @version 2.25.0
655
+ is updated, but this behavior can be prevented. @vegaVersion 2.25.0
656
656
  */
657
657
  vegaSelectedFileChange: EventEmitter<CustomEvent<IVegaFileUploaderVegaFileUploaderFiles>>;
658
658
  /**
659
659
  * An event emitter notifying a file selection change. By default, the component value
660
- is updated, but this behavior can be prevented. @eventSemantics namespace:native,@version 2.25.0
660
+ is updated, but this behavior can be prevented. @eventSemantics namespace:native,@vegaVersion 2.25.0
661
661
  */
662
662
  selectedFileChange: EventEmitter<CustomEvent<IVegaFileUploaderVegaFileUploaderFiles>>;
663
663
  /**
664
664
  * An event emitter notifying that a selected file will be removed. By default, the component value
665
- is updated, but this behavior can be prevented. @version 2.25.0
665
+ is updated, but this behavior can be prevented. @vegaVersion 2.25.0
666
666
  */
667
667
  vegaRemove: EventEmitter<CustomEvent<IVegaFileUploaderVegaFileUploaderFile>>;
668
668
  /**
669
669
  * An event emitter notifying that a selected file will be removed. By default, the component value
670
- is updated, but this behavior can be prevented. @eventSemantics namespace:native,@version 2.25.0
670
+ is updated, but this behavior can be prevented. @eventSemantics namespace:native,@vegaVersion 2.25.0
671
671
  */
672
672
  remove: EventEmitter<CustomEvent<IVegaFileUploaderVegaFileUploaderFile>>;
673
673
  /**
674
- * An event emitter notifying that a file will be re-uploaded. @version 2.25.0
674
+ * An event emitter notifying that a file will be re-uploaded. @vegaVersion 2.25.0
675
675
  */
676
676
  vegaRetry: EventEmitter<CustomEvent<IVegaFileUploaderVegaFileUploaderFile>>;
677
677
  /**
678
- * An event emitter notifying that a file will be re-uploaded. @eventSemantics namespace:native,@version 2.25.0
678
+ * An event emitter notifying that a file will be re-uploaded. @eventSemantics namespace:native,@vegaVersion 2.25.0
679
679
  */
680
680
  retry: EventEmitter<CustomEvent<IVegaFileUploaderVegaFileUploaderFile>>;
681
681
  /**
682
- * An event emitter notifying that a file will be opened for preview. @version 2.25.0
682
+ * An event emitter notifying that a file will be opened for preview. @vegaVersion 2.25.0
683
683
  */
684
684
  vegaPreview: EventEmitter<CustomEvent<IVegaFileUploaderVegaFileUploaderFile>>;
685
685
  /**
686
- * An event emitter notifying that a file will be opened for preview. @eventSemantics namespace:native,@version 2.25.0
686
+ * An event emitter notifying that a file will be opened for preview. @eventSemantics namespace:native,@vegaVersion 2.25.0
687
687
  */
688
688
  preview: EventEmitter<CustomEvent<IVegaFileUploaderVegaFileUploaderFile>>;
689
689
  }
@@ -714,27 +714,27 @@ export declare class VegaFont {
714
714
  }
715
715
  export declare interface VegaForm extends Components.VegaForm {
716
716
  /**
717
- * An event emitter notifying the change in the validation result. @version 1.9.1
717
+ * An event emitter notifying the change in the validation result. @vegaVersion 1.9.1
718
718
  */
719
719
  vegaValidate: EventEmitter<CustomEvent<boolean>>;
720
720
  /**
721
- * An event emitter notifying the change in the validation result. @eventSemantics namespace:native,@version 2.0.0
721
+ * An event emitter notifying the change in the validation result. @eventSemantics namespace:native,@vegaVersion 2.0.0
722
722
  */
723
723
  validate: EventEmitter<CustomEvent<boolean>>;
724
724
  /**
725
- * An event emitter notifying the submission of the form. @version 1.24.0
725
+ * An event emitter notifying the submission of the form. @vegaVersion 1.24.0
726
726
  */
727
727
  vegaFormSubmit: EventEmitter<CustomEvent<unknown>>;
728
728
  /**
729
- * An event emitter notifying the submission of the form. @eventSemantics namespace:native,@version 2.0.0
729
+ * An event emitter notifying the submission of the form. @eventSemantics namespace:native,@vegaVersion 2.0.0
730
730
  */
731
731
  formSubmit: EventEmitter<CustomEvent<unknown>>;
732
732
  /**
733
- * An event emitter notifying the reset of the form. @version 1.24.0
733
+ * An event emitter notifying the reset of the form. @vegaVersion 1.24.0
734
734
  */
735
735
  vegaFormReset: EventEmitter<CustomEvent<any>>;
736
736
  /**
737
- * An event emitter notifying the reset of the form. @eventSemantics namespace:native,@version 2.0.0
737
+ * An event emitter notifying the reset of the form. @eventSemantics namespace:native,@vegaVersion 2.0.0
738
738
  */
739
739
  formReset: EventEmitter<CustomEvent<any>>;
740
740
  }
@@ -774,27 +774,27 @@ export declare class VegaIcon {
774
774
  }
775
775
  export declare interface VegaImageUploader extends Components.VegaImageUploader {
776
776
  /**
777
- * An event emitter notifying a value change. @version 1.14.0
777
+ * An event emitter notifying a value change. @vegaVersion 1.14.0
778
778
  */
779
779
  vegaChange: EventEmitter<CustomEvent<IVegaImageUploaderVegaFileOptional>>;
780
780
  /**
781
- * An event emitter notifying a value change. @eventSemantics namespace:native,@version 2.0.0
781
+ * An event emitter notifying a value change. @eventSemantics namespace:native,@vegaVersion 2.0.0
782
782
  */
783
783
  change: EventEmitter<CustomEvent<any>>;
784
784
  /**
785
- * An event emitter notifying the removal of a value. @version 1.14.0
785
+ * An event emitter notifying the removal of a value. @vegaVersion 1.14.0
786
786
  */
787
787
  vegaRemove: EventEmitter<CustomEvent<any>>;
788
788
  /**
789
- * An event emitter notifying the removal of a value. @eventSemantics namespace:native,@version 2.0.0
789
+ * An event emitter notifying the removal of a value. @eventSemantics namespace:native,@vegaVersion 2.0.0
790
790
  */
791
791
  remove: EventEmitter<CustomEvent<any>>;
792
792
  /**
793
- * An event emitter notifying the cancellation of an uploading event. @version 1.14.0
793
+ * An event emitter notifying the cancellation of an uploading event. @vegaVersion 1.14.0
794
794
  */
795
795
  vegaCancel: EventEmitter<CustomEvent<any>>;
796
796
  /**
797
- * An event emitter notifying the removal of a value. @eventSemantics namespace:native,@version 2.0.0
797
+ * An event emitter notifying the removal of a value. @eventSemantics namespace:native,@vegaVersion 2.0.0
798
798
  */
799
799
  cancel: EventEmitter<CustomEvent<any>>;
800
800
  }
@@ -807,35 +807,35 @@ export declare class VegaImageUploader {
807
807
  }
808
808
  export declare interface VegaInput extends Components.VegaInput {
809
809
  /**
810
- * An event emitter notifying a value change. @version 1.0.10
810
+ * An event emitter notifying a value change. @vegaVersion 1.0.10
811
811
  */
812
812
  vegaChange: EventEmitter<CustomEvent<string>>;
813
813
  /**
814
- * An event emitter notifying a value change. @eventSemantics namespace:native,@version 2.0.0
814
+ * An event emitter notifying a value change. @eventSemantics namespace:native,@vegaVersion 2.0.0
815
815
  */
816
816
  change: EventEmitter<CustomEvent<string>>;
817
817
  /**
818
- * An event emitter notifying the blur of the inner input element. @version 1.3.0
818
+ * An event emitter notifying the blur of the inner input element. @vegaVersion 1.3.0
819
819
  */
820
820
  vegaBlur: EventEmitter<CustomEvent<undefined>>;
821
821
  /**
822
- * An event emitter notifying the blur of the inner input element. @eventSemantics namespace:native,@version 2.0.0
822
+ * An event emitter notifying the blur of the inner input element. @eventSemantics namespace:native,@vegaVersion 2.0.0
823
823
  */
824
824
  blur: EventEmitter<CustomEvent<undefined>>;
825
825
  /**
826
- * An event emitter notifying the focus of the inner input element. @version 1.12.0
826
+ * An event emitter notifying the focus of the inner input element. @vegaVersion 1.12.0
827
827
  */
828
828
  vegaFocus: EventEmitter<CustomEvent<undefined>>;
829
829
  /**
830
- * An event emitter notifying the focus of the inner input element. @eventSemantics namespace:native,@version 2.0.0
830
+ * An event emitter notifying the focus of the inner input element. @eventSemantics namespace:native,@vegaVersion 2.0.0
831
831
  */
832
832
  focus: EventEmitter<CustomEvent<undefined>>;
833
833
  /**
834
- * An event emitter notifying that the suffix button associated with the field label has been clicked. @version 2.25.0
834
+ * An event emitter notifying that the suffix button associated with the field label has been clicked. @vegaVersion 2.25.0
835
835
  */
836
836
  vegaLabelButtonClick: EventEmitter<CustomEvent<any>>;
837
837
  /**
838
- * An event emitter notifying that the suffix button associated with the field label has been clicked. @eventSemantics namespace:native,@version 2.25.0
838
+ * An event emitter notifying that the suffix button associated with the field label has been clicked. @eventSemantics namespace:native,@vegaVersion 2.25.0
839
839
  */
840
840
  labelButtonClick: EventEmitter<CustomEvent<any>>;
841
841
  }
@@ -848,27 +848,27 @@ export declare class VegaInput {
848
848
  }
849
849
  export declare interface VegaInputCreditCard extends Components.VegaInputCreditCard {
850
850
  /**
851
- * An event emitter notifying a value change. @version 1.26.0
851
+ * An event emitter notifying a value change. @vegaVersion 1.26.0
852
852
  */
853
853
  vegaChange: EventEmitter<CustomEvent<string>>;
854
854
  /**
855
- * A native change event emitter notifying a value change. @eventSemantics namespace:native,@version 2.0.0
855
+ * A native change event emitter notifying a value change. @eventSemantics namespace:native,@vegaVersion 2.0.0
856
856
  */
857
857
  change: EventEmitter<CustomEvent<string>>;
858
858
  /**
859
- * An event emitter notifying the blur event of the credit card element. @version 1.26.0
859
+ * An event emitter notifying the blur event of the credit card element. @vegaVersion 1.26.0
860
860
  */
861
861
  vegaBlur: EventEmitter<CustomEvent<undefined>>;
862
862
  /**
863
- * An event emitter notifying the blur event of the credit card element. @eventSemantics namespace:native,@version 2.0.0
863
+ * An event emitter notifying the blur event of the credit card element. @eventSemantics namespace:native,@vegaVersion 2.0.0
864
864
  */
865
865
  blur: EventEmitter<CustomEvent<undefined>>;
866
866
  /**
867
- * An event emitter notifying the focus of the credit card element. @version 1.26.0
867
+ * An event emitter notifying the focus of the credit card element. @vegaVersion 1.26.0
868
868
  */
869
869
  vegaFocus: EventEmitter<CustomEvent<undefined>>;
870
870
  /**
871
- * An event emitter notifying the focus of the credit card element. @eventSemantics namespace:native,@version 2.0.0
871
+ * An event emitter notifying the focus of the credit card element. @eventSemantics namespace:native,@vegaVersion 2.0.0
872
872
  */
873
873
  focus: EventEmitter<CustomEvent<undefined>>;
874
874
  }
@@ -881,19 +881,19 @@ export declare class VegaInputCreditCard {
881
881
  }
882
882
  export declare interface VegaInputPhoneNumber extends Components.VegaInputPhoneNumber {
883
883
  /**
884
- * An event emitter notifying a value change. @version 2.18.0
884
+ * An event emitter notifying a value change. @vegaVersion 2.18.0
885
885
  */
886
886
  vegaChange: EventEmitter<CustomEvent<string>>;
887
887
  /**
888
- * An event emitter notifying a value change. @eventSemantics namespace:native,@version 2.18.0
888
+ * An event emitter notifying a value change. @eventSemantics namespace:native,@vegaVersion 2.18.0
889
889
  */
890
890
  change: EventEmitter<CustomEvent<string>>;
891
891
  /**
892
- * An event emitter notifying a country change. @version 2.18.0
892
+ * An event emitter notifying a country change. @vegaVersion 2.18.0
893
893
  */
894
894
  vegaCountryChange: EventEmitter<CustomEvent<IVegaInputPhoneNumberVegaCountryType>>;
895
895
  /**
896
- * An event emitter notifying a country change. @eventSemantics namespace:native,@version 2.18.0
896
+ * An event emitter notifying a country change. @eventSemantics namespace:native,@vegaVersion 2.18.0
897
897
  */
898
898
  countryChange: EventEmitter<CustomEvent<IVegaInputPhoneNumberVegaCountryType>>;
899
899
  }
@@ -906,11 +906,11 @@ export declare class VegaInputPhoneNumber {
906
906
  }
907
907
  export declare interface VegaInputRange extends Components.VegaInputRange {
908
908
  /**
909
- * An event emitter notifying a value change. @version 2.2.0
909
+ * An event emitter notifying a value change. @vegaVersion 2.2.0
910
910
  */
911
911
  vegaChange: EventEmitter<CustomEvent<[number, number]>>;
912
912
  /**
913
- * An event emitter notifying a value change. @eventSemantics namespace:native,@version 2.2.0
913
+ * An event emitter notifying a value change. @eventSemantics namespace:native,@vegaVersion 2.2.0
914
914
  */
915
915
  change: EventEmitter<CustomEvent<[number, number]>>;
916
916
  }
@@ -923,19 +923,19 @@ export declare class VegaInputRange {
923
923
  }
924
924
  export declare interface VegaInputSelect extends Components.VegaInputSelect {
925
925
  /**
926
- * An event emitter notifying the change of the select value. @version 1.0.11
926
+ * An event emitter notifying the change of the select value. @vegaVersion 1.0.11
927
927
  */
928
928
  vegaChange: EventEmitter<CustomEvent<IVegaInputSelectSelectValueType<IVegaInputSelectSelectType>>>;
929
929
  /**
930
- * An event emitter notifying the change of the select value. @eventSemantics namespace:native,@version 2.0.0
930
+ * An event emitter notifying the change of the select value. @eventSemantics namespace:native,@vegaVersion 2.0.0
931
931
  */
932
932
  change: EventEmitter<CustomEvent<IVegaInputSelectSelectValueType<IVegaInputSelectSelectType>>>;
933
933
  /**
934
- * An event emitter notifying the search of the dropdown. @version 1.50.0
934
+ * An event emitter notifying the search of the dropdown. @vegaVersion 1.50.0
935
935
  */
936
936
  vegaSearch: EventEmitter<CustomEvent<string>>;
937
937
  /**
938
- * An event emitter notifying the search of the dropdown. @eventSemantics namespace:native,@version 2.0.0
938
+ * An event emitter notifying the search of the dropdown. @eventSemantics namespace:native,@vegaVersion 2.0.0
939
939
  */
940
940
  search: EventEmitter<CustomEvent<string>>;
941
941
  }
@@ -948,11 +948,11 @@ export declare class VegaInputSelect {
948
948
  }
949
949
  export declare interface VegaItemToggle extends Components.VegaItemToggle {
950
950
  /**
951
- * An event emitter notifying an item toggle event. @version 1.3.0
951
+ * An event emitter notifying an item toggle event. @vegaVersion 1.3.0
952
952
  */
953
953
  vegaToggleStatus: EventEmitter<CustomEvent<boolean>>;
954
954
  /**
955
- * An event emitter notifying an item toggle event. @eventSemantics namespace:native,@version 2.0.0
955
+ * An event emitter notifying an item toggle event. @eventSemantics namespace:native,@vegaVersion 2.0.0
956
956
  */
957
957
  toggleStatus: EventEmitter<CustomEvent<boolean>>;
958
958
  }
@@ -965,11 +965,11 @@ export declare class VegaItemToggle {
965
965
  }
966
966
  export declare interface VegaLeftNav extends Components.VegaLeftNav {
967
967
  /**
968
- * An event emitter notifying that the left-nav's open state has changed. @version 1.31.0
968
+ * An event emitter notifying that the left-nav's open state has changed. @vegaVersion 1.31.0
969
969
  */
970
970
  vegaStateUpdate: EventEmitter<CustomEvent<string>>;
971
971
  /**
972
- * An event emitter notifying that the left-nav's open state has changed. @eventSemantics namespace:native,@version 2.0.0
972
+ * An event emitter notifying that the left-nav's open state has changed. @eventSemantics namespace:native,@vegaVersion 2.0.0
973
973
  */
974
974
  stateUpdate: EventEmitter<CustomEvent<string>>;
975
975
  }
@@ -982,11 +982,11 @@ export declare class VegaLeftNav {
982
982
  }
983
983
  export declare interface VegaLeftNavGroup extends Components.VegaLeftNavGroup {
984
984
  /**
985
- * event emitter used for notifying consumers the click event * @version 1.41.0
985
+ * event emitter used for notifying consumers the click event * @vegaVersion 1.41.0
986
986
  */
987
987
  vegaGroupClick: EventEmitter<CustomEvent<string>>;
988
988
  /**
989
- * An event emitter used for notifying consumers the click event @eventSemantics namespace:native,@version 2.0.0
989
+ * An event emitter used for notifying consumers the click event @eventSemantics namespace:native,@vegaVersion 2.0.0
990
990
  */
991
991
  groupClick: EventEmitter<CustomEvent<string>>;
992
992
  }
@@ -999,11 +999,11 @@ export declare class VegaLeftNavGroup {
999
999
  }
1000
1000
  export declare interface VegaLeftNavLink extends Components.VegaLeftNavLink {
1001
1001
  /**
1002
- * An event emitter notifying the link click event. * @version 1.31.0
1002
+ * An event emitter notifying the link click event. * @vegaVersion 1.31.0
1003
1003
  */
1004
1004
  vegaMenuClick: EventEmitter<CustomEvent<any>>;
1005
1005
  /**
1006
- * An event emitter notifying the link click event. @eventSemantics namespace:native,@version 2.0.0
1006
+ * An event emitter notifying the link click event. @eventSemantics namespace:native,@vegaVersion 2.0.0
1007
1007
  */
1008
1008
  menuClick: EventEmitter<CustomEvent<any>>;
1009
1009
  }
@@ -1016,11 +1016,11 @@ export declare class VegaLeftNavLink {
1016
1016
  }
1017
1017
  export declare interface VegaLeftNavSection extends Components.VegaLeftNavSection {
1018
1018
  /**
1019
- * An event emitter notifying the action click event when the action link is not configured. @version 2.11.0
1019
+ * An event emitter notifying the action click event when the action link is not configured. @vegaVersion 2.11.0
1020
1020
  */
1021
1021
  vegaActionClick: EventEmitter<CustomEvent<string>>;
1022
1022
  /**
1023
- * An event emitter notifying the action click event when the action link is not configured. @eventSemantics namespace:native,@version 2.11.0
1023
+ * An event emitter notifying the action click event when the action link is not configured. @eventSemantics namespace:native,@vegaVersion 2.11.0
1024
1024
  */
1025
1025
  actionClick: EventEmitter<CustomEvent<any>>;
1026
1026
  }
@@ -1060,19 +1060,19 @@ export declare class VegaLoadingIndicator {
1060
1060
  }
1061
1061
  export declare interface VegaModal extends Components.VegaModal {
1062
1062
  /**
1063
- * An event emitter notifying the modal close event. @version 1.0.10
1063
+ * An event emitter notifying the modal close event. @vegaVersion 1.0.10
1064
1064
  */
1065
1065
  vegaClose: EventEmitter<CustomEvent<any>>;
1066
1066
  /**
1067
- * An event emitter notifying the modal close event. @eventSemantics namespace:native,@version 2.0.0
1067
+ * An event emitter notifying the modal close event. @eventSemantics namespace:native,@vegaVersion 2.0.0
1068
1068
  */
1069
1069
  close: EventEmitter<CustomEvent<any>>;
1070
1070
  /**
1071
- * An event emitter notifying the modal open event. @version 1.0.10
1071
+ * An event emitter notifying the modal open event. @vegaVersion 1.0.10
1072
1072
  */
1073
1073
  vegaOpen: EventEmitter<CustomEvent<any>>;
1074
1074
  /**
1075
- * An event emitter notifying the modal open event. The event name is not `open` because already has a property `open` @eventSemantics namespace:native,@version 2.0.0
1075
+ * An event emitter notifying the modal open event. The event name is not `open` because already has a property `open` @eventSemantics namespace:native,@vegaVersion 2.0.0
1076
1076
  */
1077
1077
  modalOpen: EventEmitter<CustomEvent<any>>;
1078
1078
  }
@@ -1112,21 +1112,21 @@ export declare class VegaPageNotificationList {
1112
1112
  }
1113
1113
  export declare interface VegaPagination extends Components.VegaPagination {
1114
1114
  /**
1115
- * An event emitter notifying the current page change. @version 1.3.0
1115
+ * An event emitter notifying the current page change. @vegaVersion 1.3.0
1116
1116
  */
1117
1117
  vegaChange: EventEmitter<CustomEvent<number>>;
1118
1118
  /**
1119
- * An event emitter notifying the current page change. @eventSemantics namespace:native,@version 2.0.0
1119
+ * An event emitter notifying the current page change. @eventSemantics namespace:native,@vegaVersion 2.0.0
1120
1120
  */
1121
1121
  change: EventEmitter<CustomEvent<number>>;
1122
1122
  /**
1123
1123
  * An event emitter notifying a change in the number of
1124
- data items displayed per page. @version 1.25.0
1124
+ data items displayed per page. @vegaVersion 1.25.0
1125
1125
  */
1126
1126
  vegaPageSizeChange: EventEmitter<CustomEvent<number>>;
1127
1127
  /**
1128
1128
  * An event emitter notifying a change in the number of
1129
- data items displayed per page. @eventSemantics namespace:native,@version 2.0.0
1129
+ data items displayed per page. @eventSemantics namespace:native,@vegaVersion 2.0.0
1130
1130
  */
1131
1131
  pageSizeChange: EventEmitter<CustomEvent<number>>;
1132
1132
  }
@@ -1148,19 +1148,19 @@ export declare class VegaPieChart {
1148
1148
  }
1149
1149
  export declare interface VegaPopover extends Components.VegaPopover {
1150
1150
  /**
1151
- * An event emitter notifying the popover show event. @version 1.22.0
1151
+ * An event emitter notifying the popover show event. @vegaVersion 1.22.0
1152
1152
  */
1153
1153
  vegaPopoverShow: EventEmitter<CustomEvent<string>>;
1154
1154
  /**
1155
- * An event emitter notifying the popover show event. @eventSemantics namespace:native,@version 2.0.0
1155
+ * An event emitter notifying the popover show event. @eventSemantics namespace:native,@vegaVersion 2.0.0
1156
1156
  */
1157
1157
  popoverShow: EventEmitter<CustomEvent<string>>;
1158
1158
  /**
1159
- * An event emitter notifying the popover hide event. @version 1.22.0
1159
+ * An event emitter notifying the popover hide event. @vegaVersion 1.22.0
1160
1160
  */
1161
1161
  vegaPopoverHide: EventEmitter<CustomEvent<string>>;
1162
1162
  /**
1163
- * An event emitter notifying the popover hide event. @eventSemantics namespace:native,@version 2.0.0
1163
+ * An event emitter notifying the popover hide event. @eventSemantics namespace:native,@vegaVersion 2.0.0
1164
1164
  */
1165
1165
  popoverHide: EventEmitter<CustomEvent<string>>;
1166
1166
  }
@@ -1182,11 +1182,11 @@ export declare class VegaPopoverContentBox {
1182
1182
  }
1183
1183
  export declare interface VegaProgressTracker extends Components.VegaProgressTracker {
1184
1184
  /**
1185
- * An event emitter notifying that the current step has changed. @version 1.5.0
1185
+ * An event emitter notifying that the current step has changed. @vegaVersion 1.5.0
1186
1186
  */
1187
1187
  vegaCurrentStepUpdate: EventEmitter<CustomEvent<string>>;
1188
1188
  /**
1189
- * An event emitter notifying that the current step has changed. @eventSemantics namespace:native,@version 2.0.0
1189
+ * An event emitter notifying that the current step has changed. @eventSemantics namespace:native,@vegaVersion 2.0.0
1190
1190
  */
1191
1191
  currentStepUpdate: EventEmitter<CustomEvent<string>>;
1192
1192
  }
@@ -1199,29 +1199,29 @@ export declare class VegaProgressTracker {
1199
1199
  }
1200
1200
  export declare interface VegaRadio extends Components.VegaRadio {
1201
1201
  /**
1202
- * An event emitter notifying the focus event of the radio input. @version 1.0.7
1202
+ * An event emitter notifying the focus event of the radio input. @vegaVersion 1.0.7
1203
1203
  */
1204
1204
  vegaFocus: EventEmitter<CustomEvent<any>>;
1205
1205
  /**
1206
- * An event emitter notifying the focus event of the radio input. @eventSemantics namespace:native,@version 2.0.0
1206
+ * An event emitter notifying the focus event of the radio input. @eventSemantics namespace:native,@vegaVersion 2.0.0
1207
1207
  */
1208
1208
  focus: EventEmitter<CustomEvent<any>>;
1209
1209
  /**
1210
- * An event emitter notifying the blur event of the radio input. @version 1.0.7
1210
+ * An event emitter notifying the blur event of the radio input. @vegaVersion 1.0.7
1211
1211
  */
1212
1212
  vegaBlur: EventEmitter<CustomEvent<any>>;
1213
1213
  /**
1214
- * An event emitter notifying the blur event of the radio input. @eventSemantics namespace:native,@version 2.0.0
1214
+ * An event emitter notifying the blur event of the radio input. @eventSemantics namespace:native,@vegaVersion 2.0.0
1215
1215
  */
1216
1216
  blur: EventEmitter<CustomEvent<any>>;
1217
1217
  /**
1218
1218
  * An event emitter notifying the change in the check status
1219
- of the radio input. @version 1.0.10
1219
+ of the radio input. @vegaVersion 1.0.10
1220
1220
  */
1221
1221
  vegaChange: EventEmitter<CustomEvent<boolean>>;
1222
1222
  /**
1223
1223
  * An event emitter notifying the change in the check status
1224
- of the radio input. @eventSemantics namespace:native,@version 2.0.0
1224
+ of the radio input. @eventSemantics namespace:native,@vegaVersion 2.0.0
1225
1225
  */
1226
1226
  change: EventEmitter<CustomEvent<boolean>>;
1227
1227
  }
@@ -1235,12 +1235,12 @@ export declare class VegaRadio {
1235
1235
  export declare interface VegaRadioGroup extends Components.VegaRadioGroup {
1236
1236
  /**
1237
1237
  * An event emitter notifying the change of the
1238
- checked radio button in the radio group. @version 1.0.10
1238
+ checked radio button in the radio group. @vegaVersion 1.0.10
1239
1239
  */
1240
1240
  vegaChange: EventEmitter<CustomEvent<string>>;
1241
1241
  /**
1242
1242
  * An event emitter notifying the change of the
1243
- checked radio button in the radio group. @eventSemantics namespace:native,@version 2.0.0
1243
+ checked radio button in the radio group. @eventSemantics namespace:native,@vegaVersion 2.0.0
1244
1244
  */
1245
1245
  change: EventEmitter<CustomEvent<string>>;
1246
1246
  }
@@ -1263,12 +1263,12 @@ export declare class VegaSectionTitle {
1263
1263
  export declare interface VegaSegmentControl extends Components.VegaSegmentControl {
1264
1264
  /**
1265
1265
  * An event emitter notifying changes
1266
- in the selected segment. @version 2.3.0
1266
+ in the selected segment. @vegaVersion 2.3.0
1267
1267
  */
1268
1268
  vegaChange: EventEmitter<CustomEvent<string>>;
1269
1269
  /**
1270
1270
  * A native event emitter notifying changes
1271
- in the selected segment. @eventSemantics namespace:native,@version 2.3.0
1271
+ in the selected segment. @eventSemantics namespace:native,@vegaVersion 2.3.0
1272
1272
  */
1273
1273
  change: EventEmitter<CustomEvent<string>>;
1274
1274
  }
@@ -1282,12 +1282,12 @@ export declare class VegaSegmentControl {
1282
1282
  export declare interface VegaSelectionChip extends Components.VegaSelectionChip {
1283
1283
  /**
1284
1284
  * An event emitter notifying changes in the value of the selection chip,
1285
- whether triggered programmatically or through user interaction. @version 2.22.0
1285
+ whether triggered programmatically or through user interaction. @vegaVersion 2.22.0
1286
1286
  */
1287
1287
  vegaChange: EventEmitter<CustomEvent<string>>;
1288
1288
  /**
1289
1289
  * An event emitter notifying changes in the value of the selection chip,
1290
- whether triggered programmatically or through user interaction. @eventSemantics namespace:native,@version 2.22.0
1290
+ whether triggered programmatically or through user interaction. @eventSemantics namespace:native,@vegaVersion 2.22.0
1291
1291
  */
1292
1292
  change: EventEmitter<CustomEvent<string>>;
1293
1293
  }
@@ -1301,12 +1301,12 @@ export declare class VegaSelectionChip {
1301
1301
  export declare interface VegaSelectionChipGroup extends Components.VegaSelectionChipGroup {
1302
1302
  /**
1303
1303
  * An event emitter notifying changes in the value of the selection chip group,
1304
- whether triggered programmatically or through user interaction. @version 2.22.0
1304
+ whether triggered programmatically or through user interaction. @vegaVersion 2.22.0
1305
1305
  */
1306
1306
  vegaChange: EventEmitter<CustomEvent<string>>;
1307
1307
  /**
1308
1308
  * An event emitter notifying changes in the value of the selection chip group,
1309
- whether triggered programmatically or through user interaction. @eventSemantics namespace:native,@version 2.22.0
1309
+ whether triggered programmatically or through user interaction. @eventSemantics namespace:native,@vegaVersion 2.22.0
1310
1310
  */
1311
1311
  change: EventEmitter<CustomEvent<string>>;
1312
1312
  }
@@ -1320,12 +1320,12 @@ export declare class VegaSelectionChipGroup {
1320
1320
  export declare interface VegaSelectionTile extends Components.VegaSelectionTile {
1321
1321
  /**
1322
1322
  * An event emitter notifying changes in the value of the selection tile,
1323
- whether triggered programmatically or through user interaction. @version 2.7.0
1323
+ whether triggered programmatically or through user interaction. @vegaVersion 2.7.0
1324
1324
  */
1325
1325
  vegaChange: EventEmitter<CustomEvent<string>>;
1326
1326
  /**
1327
1327
  * An event emitter notifying changes in the value of the selection tile,
1328
- whether triggered programmatically or through user interaction. @eventSemantics namespace:native,@version 2.7.0
1328
+ whether triggered programmatically or through user interaction. @eventSemantics namespace:native,@vegaVersion 2.7.0
1329
1329
  */
1330
1330
  change: EventEmitter<CustomEvent<string>>;
1331
1331
  }
@@ -1339,12 +1339,12 @@ export declare class VegaSelectionTile {
1339
1339
  export declare interface VegaSelectionTileGroup extends Components.VegaSelectionTileGroup {
1340
1340
  /**
1341
1341
  * An event emitter notifying changes in the value of the selection tile group,
1342
- whether triggered programmatically or through user interaction. @version 2.7.0
1342
+ whether triggered programmatically or through user interaction. @vegaVersion 2.7.0
1343
1343
  */
1344
1344
  vegaChange: EventEmitter<CustomEvent<string>>;
1345
1345
  /**
1346
1346
  * An event emitter notifying changes in the value of the selection tile group,
1347
- whether triggered programmatically or through user interaction. @eventSemantics namespace:native,@version 2.7.0
1347
+ whether triggered programmatically or through user interaction. @eventSemantics namespace:native,@vegaVersion 2.7.0
1348
1348
  */
1349
1349
  change: EventEmitter<CustomEvent<string>>;
1350
1350
  }
@@ -1357,11 +1357,11 @@ export declare class VegaSelectionTileGroup {
1357
1357
  }
1358
1358
  export declare interface VegaSignatureCapture extends Components.VegaSignatureCapture {
1359
1359
  /**
1360
- * An event emitter notifying a value change. @version 2.19.0
1360
+ * An event emitter notifying a value change. @vegaVersion 2.19.0
1361
1361
  */
1362
1362
  vegaChange: EventEmitter<CustomEvent<IVegaSignatureCaptureVegaSignatureValue>>;
1363
1363
  /**
1364
- * An event emitter notifying a value change. @eventSemantics namespace:native,@version 2.19.0
1364
+ * An event emitter notifying a value change. @eventSemantics namespace:native,@vegaVersion 2.19.0
1365
1365
  */
1366
1366
  change: EventEmitter<CustomEvent<IVegaSignatureCaptureVegaSignatureValue>>;
1367
1367
  }
@@ -1392,11 +1392,11 @@ export declare class VegaSlotContainer {
1392
1392
  }
1393
1393
  export declare interface VegaStepper extends Components.VegaStepper {
1394
1394
  /**
1395
- * An event emitter notifying changes in the value of the stepper component. @version 1.0.8
1395
+ * An event emitter notifying changes in the value of the stepper component. @vegaVersion 1.0.8
1396
1396
  */
1397
1397
  vegaChange: EventEmitter<CustomEvent<number>>;
1398
1398
  /**
1399
- * An event emitter notifying changes in the value of the stepper component. @eventSemantics namespace:native,@version 2.0.0
1399
+ * An event emitter notifying changes in the value of the stepper component. @eventSemantics namespace:native,@vegaVersion 2.0.0
1400
1400
  */
1401
1401
  change: EventEmitter<CustomEvent<number>>;
1402
1402
  }
@@ -1410,12 +1410,12 @@ export declare class VegaStepper {
1410
1410
  export declare interface VegaTabGroup extends Components.VegaTabGroup {
1411
1411
  /**
1412
1412
  * An event emitter notifying the click event of a tab
1413
- in the tab group. @version 1.1.0
1413
+ in the tab group. @vegaVersion 1.1.0
1414
1414
  */
1415
1415
  vegaClick: EventEmitter<CustomEvent<string>>;
1416
1416
  /**
1417
1417
  * An event emitter notifying the click event of a tab
1418
- in the tab group. @eventSemantics namespace:native,@version 2.0.0
1418
+ in the tab group. @eventSemantics namespace:native,@vegaVersion 2.0.0
1419
1419
  */
1420
1420
  click: EventEmitter<CustomEvent<string>>;
1421
1421
  }
@@ -1437,65 +1437,65 @@ export declare class VegaTabGroupPanel {
1437
1437
  }
1438
1438
  export declare interface VegaTable extends Components.VegaTable {
1439
1439
  /**
1440
- * An event emitter notifying changes in the table data. @version 1.3.0
1440
+ * An event emitter notifying changes in the table data. @vegaVersion 1.3.0
1441
1441
  */
1442
1442
  vegaChange: EventEmitter<CustomEvent<IVegaTableVegaTableChangePropType>>;
1443
1443
  /**
1444
- * An event emitter notifying changes in the table data. @eventSemantics namespace:native,@version 2.0.0
1444
+ * An event emitter notifying changes in the table data. @eventSemantics namespace:native,@vegaVersion 2.0.0
1445
1445
  */
1446
1446
  change: EventEmitter<CustomEvent<IVegaTableVegaTableChangePropType>>;
1447
1447
  /**
1448
1448
  * An event emitter notifying the click event of a row
1449
- in the table. @version 1.3.0
1449
+ in the table. @vegaVersion 1.3.0
1450
1450
  */
1451
1451
  vegaRowClick: EventEmitter<CustomEvent<IVegaTableVegaTableRowClickPropType>>;
1452
1452
  /**
1453
1453
  * An event emitter notifying the click event of a row
1454
- in the table. @eventSemantics namespace:native,@version 2.0.0
1454
+ in the table. @eventSemantics namespace:native,@vegaVersion 2.0.0
1455
1455
  */
1456
1456
  rowClick: EventEmitter<CustomEvent<IVegaTableVegaTableRowClickPropType>>;
1457
1457
  /**
1458
1458
  * An event emitter notifying the expanded event of a row
1459
- in the table. @version 2.24.0
1459
+ in the table. @vegaVersion 2.24.0
1460
1460
  */
1461
1461
  vegaRowExpand: EventEmitter<CustomEvent<IVegaTableVegaTableRowExpandEventDetail>>;
1462
1462
  /**
1463
1463
  * An event emitter notifying the expanded event of a row
1464
- in the table. @eventSemantics namespace:native,@version 2.24.0
1464
+ in the table. @eventSemantics namespace:native,@vegaVersion 2.24.0
1465
1465
  */
1466
1466
  rowExpand: EventEmitter<CustomEvent<IVegaTableVegaTableRowExpandEventDetail>>;
1467
1467
  /**
1468
- * An event emitter notifying when the row selection changes. @version 1.18.0
1468
+ * An event emitter notifying when the row selection changes. @vegaVersion 1.18.0
1469
1469
  */
1470
1470
  vegaSelectChange: EventEmitter<CustomEvent<IVegaTableVegaTableRowSelectProp>>;
1471
1471
  /**
1472
- * An event emitter notifying when the selection state of all rows changes. @eventSemantics namespace:native,@version 2.0.0
1472
+ * An event emitter notifying when the selection state of all rows changes. @eventSemantics namespace:native,@vegaVersion 2.0.0
1473
1473
  */
1474
1474
  selectChange: EventEmitter<CustomEvent<IVegaTableVegaTableRowSelectProp>>;
1475
1475
  /**
1476
1476
  * An event emitter notifying changes in the selection of checkboxes,
1477
- particularly the "Select All" checkbox in the table header. @version 1.18.0
1477
+ particularly the "Select All" checkbox in the table header. @vegaVersion 1.18.0
1478
1478
  */
1479
1479
  vegaSelectAllChange: EventEmitter<CustomEvent<IVegaTableVegaTableSelectAllProp>>;
1480
1480
  /**
1481
1481
  * An event emitter notifying changes in the selection of checkboxes,
1482
- particularly the "Select All" checkbox in the table header. @eventSemantics namespace:native,@version 2.0.0
1482
+ particularly the "Select All" checkbox in the table header. @eventSemantics namespace:native,@vegaVersion 2.0.0
1483
1483
  */
1484
1484
  selectAllChange: EventEmitter<CustomEvent<IVegaTableVegaTableSelectAllProp>>;
1485
1485
  /**
1486
- * An event emitter notifying before the selected change when select/deselect one row @version 2.23.0
1486
+ * An event emitter notifying before the selected change when select/deselect one row @vegaVersion 2.23.0
1487
1487
  */
1488
1488
  vegaRowSelect: EventEmitter<CustomEvent<IVegaTableVegaTableRowSelectEventDetail>>;
1489
1489
  /**
1490
- * An event emitter notifying before the selected change when select/deselect one row @eventSemantics namespace:native,@version 2.23.0
1490
+ * An event emitter notifying before the selected change when select/deselect one row @eventSemantics namespace:native,@vegaVersion 2.23.0
1491
1491
  */
1492
1492
  rowSelect: EventEmitter<CustomEvent<IVegaTableVegaTableRowSelectEventDetail>>;
1493
1493
  /**
1494
- * An event emitter notifying before the selected change when select/deselect all rows @version 2.23.0
1494
+ * An event emitter notifying before the selected change when select/deselect all rows @vegaVersion 2.23.0
1495
1495
  */
1496
1496
  vegaRowSelectAll: EventEmitter<CustomEvent<IVegaTableVegaTableRowSelectAllEventDetail>>;
1497
1497
  /**
1498
- * An event emitter notifying before the selected change when select/deselect all rows @eventSemantics namespace:native,@version 2.23.0
1498
+ * An event emitter notifying before the selected change when select/deselect all rows @eventSemantics namespace:native,@vegaVersion 2.23.0
1499
1499
  */
1500
1500
  rowSelectAll: EventEmitter<CustomEvent<IVegaTableVegaTableRowSelectAllEventDetail>>;
1501
1501
  }
@@ -1544,11 +1544,11 @@ export declare class VegaTableHead {
1544
1544
  }
1545
1545
  export declare interface VegaTableHeadCell extends Components.VegaTableHeadCell {
1546
1546
  /**
1547
- * An event emitter notifying that the head cell has been clicked. @version 1.44.0
1547
+ * An event emitter notifying that the head cell has been clicked. @vegaVersion 1.44.0
1548
1548
  */
1549
1549
  vegaClick: EventEmitter<CustomEvent<IVegaTableHeadCellVegaTableHeadCellClickEvent>>;
1550
1550
  /**
1551
- * An event emitter notifying that the head cell has been clicked. @eventSemantics namespace:native,@version 2.0.0
1551
+ * An event emitter notifying that the head cell has been clicked. @eventSemantics namespace:native,@vegaVersion 2.0.0
1552
1552
  */
1553
1553
  click: EventEmitter<CustomEvent<IVegaTableHeadCellVegaTableHeadCellClickEvent>>;
1554
1554
  }
@@ -1570,19 +1570,19 @@ export declare class VegaTableHeadRow {
1570
1570
  }
1571
1571
  export declare interface VegaTableRow extends Components.VegaTableRow {
1572
1572
  /**
1573
- * An event emitter notifying that the row has been clicked. @version 1.44.0
1573
+ * An event emitter notifying that the row has been clicked. @vegaVersion 1.44.0
1574
1574
  */
1575
1575
  vegaClick: EventEmitter<CustomEvent<IVegaTableRowVegaTableRowClickEvent>>;
1576
1576
  /**
1577
- * An event emitter notifying that the row has been clicked. @eventSemantics namespace:native,@version 2.0.0
1577
+ * An event emitter notifying that the row has been clicked. @eventSemantics namespace:native,@vegaVersion 2.0.0
1578
1578
  */
1579
1579
  click: EventEmitter<CustomEvent<IVegaTableRowVegaTableRowClickEvent>>;
1580
1580
  /**
1581
- * An event emitter notifying that the expand icon has been clicked. @version 2.20.0
1581
+ * An event emitter notifying that the expand icon has been clicked. @vegaVersion 2.20.0
1582
1582
  */
1583
1583
  vegaExpand: EventEmitter<CustomEvent<IVegaTableRowVegaTableRowExpandEvent>>;
1584
1584
  /**
1585
- * An event emitter notifying that the expand icon has been clicked. @eventSemantics namespace:native,@version 2.20.0
1585
+ * An event emitter notifying that the expand icon has been clicked. @eventSemantics namespace:native,@vegaVersion 2.20.0
1586
1586
  */
1587
1587
  expand: EventEmitter<CustomEvent<IVegaTableRowVegaTableRowExpandEvent>>;
1588
1588
  }
@@ -1605,22 +1605,22 @@ export declare class VegaText {
1605
1605
  export declare interface VegaTextarea extends Components.VegaTextarea {
1606
1606
  /**
1607
1607
  * An event emitter notifying about changes in the value
1608
- of the text area. @version 1.11.0
1608
+ of the text area. @vegaVersion 1.11.0
1609
1609
  */
1610
1610
  vegaChange: EventEmitter<CustomEvent<string>>;
1611
1611
  /**
1612
1612
  * An event emitter notifying about changes in the value
1613
- of the text area. @eventSemantics namespace:native,@version 2.0.0
1613
+ of the text area. @eventSemantics namespace:native,@vegaVersion 2.0.0
1614
1614
  */
1615
1615
  change: EventEmitter<CustomEvent<string>>;
1616
1616
  /**
1617
1617
  * An event emitter notifying the blur event of the inner
1618
- textarea element within the text area. @version 1.11.0
1618
+ textarea element within the text area. @vegaVersion 1.11.0
1619
1619
  */
1620
1620
  vegaBlur: EventEmitter<CustomEvent<undefined>>;
1621
1621
  /**
1622
1622
  * An event emitter notifying the blur event of the inner
1623
- textarea element within the text area. @eventSemantics namespace:native,@version 2.0.0
1623
+ textarea element within the text area. @eventSemantics namespace:native,@vegaVersion 2.0.0
1624
1624
  */
1625
1625
  blur: EventEmitter<CustomEvent<undefined>>;
1626
1626
  }
@@ -1633,11 +1633,11 @@ export declare class VegaTextarea {
1633
1633
  }
1634
1634
  export declare interface VegaTimePicker extends Components.VegaTimePicker {
1635
1635
  /**
1636
- * An event emitter notifying changes in the value of the time picker. @version 1.12.0
1636
+ * An event emitter notifying changes in the value of the time picker. @vegaVersion 1.12.0
1637
1637
  */
1638
1638
  vegaChange: EventEmitter<CustomEvent<string | string[]>>;
1639
1639
  /**
1640
- * An event emitter notifying changes in the value of the time picker. @eventSemantics namespace:native,@version 2.0.0
1640
+ * An event emitter notifying changes in the value of the time picker. @eventSemantics namespace:native,@vegaVersion 2.0.0
1641
1641
  */
1642
1642
  change: EventEmitter<CustomEvent<string | string[]>>;
1643
1643
  }
@@ -1659,11 +1659,11 @@ export declare class VegaTimePickerDropdown {
1659
1659
  }
1660
1660
  export declare interface VegaToggleSwitch extends Components.VegaToggleSwitch {
1661
1661
  /**
1662
- * An event emitter notifying changes in the toggle switch. @version 1.3.0
1662
+ * An event emitter notifying changes in the toggle switch. @vegaVersion 1.3.0
1663
1663
  */
1664
1664
  vegaChange: EventEmitter<CustomEvent<boolean>>;
1665
1665
  /**
1666
- * An event emitter notifying changes in the toggle switch. @eventSemantics namespace:native,@version 2.0.0
1666
+ * An event emitter notifying changes in the toggle switch. @eventSemantics namespace:native,@vegaVersion 2.0.0
1667
1667
  */
1668
1668
  change: EventEmitter<CustomEvent<boolean>>;
1669
1669
  }