@heartlandone/vega-angular 2.24.0 → 2.25.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.
@@ -6,6 +6,8 @@ import type { VegaCalendarChangeEventType as IVegaCalendarVegaCalendarChangeEven
6
6
  import type { VegaCalendarEventClickInfo as IVegaCalendarVegaCalendarEventClickInfo } from '@heartlandone/vega/dist/types/components/vega-calendar/types';
7
7
  import type { VegaCalendarDateClickInfo as IVegaCalendarVegaCalendarDateClickInfo } from '@heartlandone/vega/dist/types/components/vega-calendar/types';
8
8
  import type { VegaDropdownItemClickEvent as IVegaDropdownItemVegaDropdownItemClickEvent } from '@heartlandone/vega/dist/types/components/vega-dropdown/vega-dropdown-item/types';
9
+ import type { VegaFileUploaderFiles as IVegaFileUploaderVegaFileUploaderFiles } from '@heartlandone/vega/dist/types/components/vega-file-uploader/types';
10
+ import type { VegaFileUploaderFile as IVegaFileUploaderVegaFileUploaderFile } from '@heartlandone/vega/dist/types/components/vega-file-uploader/types';
9
11
  import type { VegaFileOptional as IVegaImageUploaderVegaFileOptional } from '@heartlandone/vega/dist/types/components/vega-image-uploader/types';
10
12
  import type { VegaCountryType as IVegaInputPhoneNumberVegaCountryType } from '@heartlandone/vega/dist/types/components/vega-input-phone-number/types';
11
13
  import type { SelectValueType as IVegaInputSelectSelectValueType } from '@heartlandone/vega/dist/types/components/vega-input-select/types';
@@ -24,12 +26,12 @@ import type { VegaTableRowExpandEvent as IVegaTableRowVegaTableRowExpandEvent }
24
26
  import * as i0 from "@angular/core";
25
27
  export declare interface VegaAccordion extends Components.VegaAccordion {
26
28
  /**
27
- * An event emitter notifying the expand event of the accordion.
29
+ * An event emitter notifying the expand event of the accordion. @version 1.3.0
28
30
  */
29
31
  vegaExpand: EventEmitter<CustomEvent<boolean>>;
30
32
  /**
31
33
  * An event emitter notifying the expand event of the accordion.
32
- expand is an attribute, so the event name here uses accordionExpand @eventSemantics namespace:native
34
+ expand is an attribute, so the event name here uses accordionExpand @eventSemantics namespace:native,@version 2.0.0
33
35
  */
34
36
  accordionExpand: EventEmitter<CustomEvent<boolean>>;
35
37
  }
@@ -51,21 +53,21 @@ export declare class VegaAppFooter {
51
53
  }
52
54
  export declare interface VegaAppHeaderButton extends Components.VegaAppHeaderButton {
53
55
  /**
54
- * An event emitter notifying the click event of an app header button.
56
+ * An event emitter notifying the click event of an app header button. @version 1.11.0
55
57
  */
56
58
  vegaClick: EventEmitter<CustomEvent<any>>;
57
59
  /**
58
- * An event emitter notifying the click event of an app header button. @eventSemantics namespace:native
60
+ * An event emitter notifying the click event of an app header button. @eventSemantics namespace:native,@version 2.0.0
59
61
  */
60
62
  click: EventEmitter<CustomEvent<any>>;
61
63
  /**
62
64
  * An event emitter notifying the click event of a dropdown item
63
- in the app header.
65
+ in the app header. @version 1.23.0
64
66
  */
65
67
  vegaDropdownClick: EventEmitter<CustomEvent<string>>;
66
68
  /**
67
69
  * An event emitter notifying the click event of a dropdown item
68
- in the app header. @eventSemantics namespace:native
70
+ in the app header. @eventSemantics namespace:native,@version 2.0.0
69
71
  */
70
72
  dropdownClick: EventEmitter<CustomEvent<string>>;
71
73
  }
@@ -78,7 +80,7 @@ export declare class VegaAppHeaderButton {
78
80
  }
79
81
  export declare interface VegaBackdrop extends Components.VegaBackdrop {
80
82
  /**
81
- * An event emitter notifying the click event of the backdrop.
83
+ * An event emitter notifying the click event of the backdrop. @version 2.0.0
82
84
  */
83
85
  vegaClick: EventEmitter<CustomEvent<void>>;
84
86
  }
@@ -91,19 +93,19 @@ export declare class VegaBackdrop {
91
93
  }
92
94
  export declare interface VegaBanner extends Components.VegaBanner {
93
95
  /**
94
- * An event emitter notifying the banner close event.
96
+ * An event emitter notifying the banner close event. @version 1.13.0
95
97
  */
96
98
  vegaClose: EventEmitter<CustomEvent<any>>;
97
99
  /**
98
- * An event emitter notifying the banner close event. @eventSemantics namespace:native
100
+ * An event emitter notifying the banner close event. @eventSemantics namespace:native,@version 2.8.0
99
101
  */
100
102
  close: EventEmitter<CustomEvent<any>>;
101
103
  /**
102
- * An event emitter notifying the banner action button has been clicked.
104
+ * An event emitter notifying the banner action button has been clicked. @version 2.18.0
103
105
  */
104
106
  vegaActionButtonClick: EventEmitter<CustomEvent<IVegaBannerVegaBannerActionButtonType>>;
105
107
  /**
106
- * An event emitter notifying the banner action button has been clicked. @eventSemantics namespace:native
108
+ * An event emitter notifying the banner action button has been clicked. @eventSemantics namespace:native,@version 2.18.0
107
109
  */
108
110
  actionButtonClick: EventEmitter<CustomEvent<IVegaBannerVegaBannerActionButtonType>>;
109
111
  }
@@ -134,11 +136,11 @@ export declare class VegaBox {
134
136
  }
135
137
  export declare interface VegaBreadcrumb extends Components.VegaBreadcrumb {
136
138
  /**
137
- * An event emitter notifying that a breadcrumb item has been clicked.
139
+ * An event emitter notifying that a breadcrumb item has been clicked. @version 1.41.0
138
140
  */
139
141
  vegaClick: EventEmitter<CustomEvent<IVegaBreadcrumbVegaBreadcrumbItemType>>;
140
142
  /**
141
- * An event emitter notifying that a breadcrumb item has been clicked. @eventSemantics namespace:native
143
+ * An event emitter notifying that a breadcrumb item has been clicked. @eventSemantics namespace:native,@version 2.0.0
142
144
  */
143
145
  click: EventEmitter<CustomEvent<IVegaBreadcrumbVegaBreadcrumbItemType>>;
144
146
  }
@@ -151,11 +153,11 @@ export declare class VegaBreadcrumb {
151
153
  }
152
154
  export declare interface VegaButton extends Components.VegaButton {
153
155
  /**
154
- * An event emitter notifying the click event of the button.
156
+ * An event emitter notifying the click event of the button. @version 1.0.11
155
157
  */
156
158
  vegaClick: EventEmitter<CustomEvent<any>>;
157
159
  /**
158
- * An event emitter notifying the click event of the button. @eventSemantics namespace:native
160
+ * An event emitter notifying the click event of the button. @eventSemantics namespace:native,@version 2.0.0
159
161
  */
160
162
  click: EventEmitter<CustomEvent<any>>;
161
163
  }
@@ -168,11 +170,11 @@ export declare class VegaButton {
168
170
  }
169
171
  export declare interface VegaButtonCircle extends Components.VegaButtonCircle {
170
172
  /**
171
- * An event emitter notifying the click event of the circular button.
173
+ * An event emitter notifying the click event of the circular button. @version 1.0.11
172
174
  */
173
175
  vegaClick: EventEmitter<CustomEvent<any>>;
174
176
  /**
175
- * An event emitter notifying the click event of the circular button. @eventSemantics namespace:native
177
+ * An event emitter notifying the click event of the circular button. @eventSemantics namespace:native,@version 2.0.0
176
178
  */
177
179
  click: EventEmitter<CustomEvent<any>>;
178
180
  }
@@ -185,11 +187,11 @@ export declare class VegaButtonCircle {
185
187
  }
186
188
  export declare interface VegaButtonGroup extends Components.VegaButtonGroup {
187
189
  /**
188
- * An event emitter notifying the click event of the button group.
190
+ * An event emitter notifying the click event of the button group. @version 2.5.0
189
191
  */
190
192
  vegaClick: EventEmitter<CustomEvent<string>>;
191
193
  /**
192
- * An event emitter notifying the click event of the button. @eventSemantics namespace:native
194
+ * An event emitter notifying the click event of the button. @eventSemantics namespace:native,@version 2.5.0
193
195
  */
194
196
  click: EventEmitter<CustomEvent<string>>;
195
197
  }
@@ -211,11 +213,11 @@ export declare class VegaButtonGroupItem {
211
213
  }
212
214
  export declare interface VegaButtonLink extends Components.VegaButtonLink {
213
215
  /**
214
- * An event emitter notifying the click event of the button.
216
+ * An event emitter notifying the click event of the button. @version 1.0.11
215
217
  */
216
218
  vegaClick: EventEmitter<CustomEvent<any>>;
217
219
  /**
218
- * An event emitter notifying the click event of the button. @eventSemantics namespace:native
220
+ * An event emitter notifying the click event of the button. @eventSemantics namespace:native,@version 2.0.0
219
221
  */
220
222
  click: EventEmitter<CustomEvent<any>>;
221
223
  }
@@ -228,35 +230,35 @@ export declare class VegaButtonLink {
228
230
  }
229
231
  export declare interface VegaCalendar extends Components.VegaCalendar {
230
232
  /**
231
- * An event emitter notifying the component view content change after a switch panel click.
233
+ * An event emitter notifying the component view content change after a switch panel click. @version 2.14.0
232
234
  */
233
235
  vegaChange: EventEmitter<CustomEvent<IVegaCalendarVegaCalendarChangeEventType>>;
234
236
  /**
235
- * An event emitter notifying the component view content change after a switch panel click. @eventSemantics namespace:native
237
+ * An event emitter notifying the component view content change after a switch panel click. @eventSemantics namespace:native,@version 2.14.0
236
238
  */
237
239
  change: EventEmitter<CustomEvent<IVegaCalendarVegaCalendarChangeEventType>>;
238
240
  /**
239
- * An event emitter notifying that a component event item is clicked.
241
+ * An event emitter notifying that a component event item is clicked. @version 2.14.0
240
242
  */
241
243
  vegaEventClick: EventEmitter<CustomEvent<IVegaCalendarVegaCalendarEventClickInfo>>;
242
244
  /**
243
- * An event emitter notifying that a component event item is clicked. @eventSemantics namespace:native
245
+ * An event emitter notifying that a component event item is clicked. @eventSemantics namespace:native,@version 2.14.0
244
246
  */
245
247
  eventClick: EventEmitter<CustomEvent<IVegaCalendarVegaCalendarEventClickInfo>>;
246
248
  /**
247
- * An event emitter notifying that a calendar date item has been double-clicked.
249
+ * An event emitter notifying that a calendar date item has been double-clicked. @version 2.17.0
248
250
  */
249
251
  vegaDateDblClick: EventEmitter<CustomEvent<IVegaCalendarVegaCalendarDateClickInfo>>;
250
252
  /**
251
- * An event emitter notifying that a calendar date item has been double-clicked. @eventSemantics namespace:native
253
+ * An event emitter notifying that a calendar date item has been double-clicked. @eventSemantics namespace:native,@version 2.17.0
252
254
  */
253
255
  dateDblClick: EventEmitter<CustomEvent<IVegaCalendarVegaCalendarDateClickInfo>>;
254
256
  /**
255
- * An event emitter notifying that a calendar more action menu item has been clicked.
257
+ * An event emitter notifying that a calendar more action menu item has been clicked. @version 2.20.0
256
258
  */
257
259
  vegaMoreActionClick: EventEmitter<CustomEvent<string>>;
258
260
  /**
259
- * An event emitter notifying that a calendar more action menu item has been clicked. @eventSemantics namespace:native
261
+ * An event emitter notifying that a calendar more action menu item has been clicked. @eventSemantics namespace:native,@version 2.20.0
260
262
  */
261
263
  moreActionClick: EventEmitter<CustomEvent<string>>;
262
264
  }
@@ -297,12 +299,12 @@ export declare class VegaCard {
297
299
  export declare interface VegaCarousel extends Components.VegaCarousel {
298
300
  /**
299
301
  * An event emitter notifying the transition of the carousel to another page,
300
- whether triggered programmatically or through user interaction.
302
+ whether triggered programmatically or through user interaction. @version 1.3.0
301
303
  */
302
304
  vegaPageUpdate: EventEmitter<CustomEvent<number>>;
303
305
  /**
304
306
  * An event emitter notifying the transition of the carousel to another page,
305
- whether triggered programmatically or through user interaction. @eventSemantics namespace:native
307
+ whether triggered programmatically or through user interaction. @eventSemantics namespace:native,@version 2.0.0
306
308
  */
307
309
  pageUpdate: EventEmitter<CustomEvent<number>>;
308
310
  }
@@ -316,12 +318,12 @@ export declare class VegaCarousel {
316
318
  export declare interface VegaCheckbox extends Components.VegaCheckbox {
317
319
  /**
318
320
  * An event emitter notifying changes in the value of the checkbox,
319
- whether triggered programmatically or through user interaction.
321
+ whether triggered programmatically or through user interaction. @version 1.0.10
320
322
  */
321
323
  vegaChange: EventEmitter<CustomEvent<string | boolean>>;
322
324
  /**
323
325
  * An event emitter notifying changes in the value of the checkbox,
324
- whether triggered programmatically or through user interaction. @eventSemantics namespace:native
326
+ whether triggered programmatically or through user interaction. @eventSemantics namespace:native,@version 2.0.0
325
327
  */
326
328
  change: EventEmitter<CustomEvent<string | boolean>>;
327
329
  }
@@ -337,14 +339,14 @@ export declare interface VegaCheckboxGroup extends Components.VegaCheckboxGroup
337
339
  * An event emitter notifying changes in the value
338
340
  of any nested checkbox within the checkbox group,
339
341
  whether triggered programmatically or through
340
- user interaction.
342
+ user interaction. @version 1.0.10
341
343
  */
342
344
  vegaChange: EventEmitter<CustomEvent<string[]>>;
343
345
  /**
344
346
  * An event emitter notifying changes in the value
345
347
  of any nested checkbox within the checkbox group,
346
348
  whether triggered programmatically or through
347
- user interaction. @eventSemantics namespace:native
349
+ user interaction. @eventSemantics namespace:native,@version 2.0.0
348
350
  */
349
351
  change: EventEmitter<CustomEvent<string[]>>;
350
352
  }
@@ -359,21 +361,21 @@ export declare interface VegaChip extends Components.VegaChip {
359
361
  /**
360
362
  * An event emitter notifying the click event of the close button of the chip.
361
363
 
362
- This event is only dispatched when the `showCloseIcon` property is set to `true`.
364
+ This event is only dispatched when the `showCloseIcon` property is set to `true`. @version 1.11.0
363
365
  */
364
366
  vegaClose: EventEmitter<CustomEvent<void>>;
365
367
  /**
366
- * An event emitter notifying the click event of the close button of the chip. @eventSemantics namespace:native
368
+ * An event emitter notifying the click event of the close button of the chip. @eventSemantics namespace:native,@version 2.0.0
367
369
  */
368
370
  close: EventEmitter<CustomEvent<void>>;
369
371
  /**
370
372
  * An event emitter notifying the click event of the chip.
371
373
 
372
- This event is only dispatched when the `clickable` property is set to `true`.
374
+ This event is only dispatched when the `clickable` property is set to `true`. @version 1.11.0
373
375
  */
374
376
  vegaClick: EventEmitter<CustomEvent<void>>;
375
377
  /**
376
- * An event emitter notifying the click event of the chip. @eventSemantics namespace:native
378
+ * An event emitter notifying the click event of the chip. @eventSemantics namespace:native,@version 2.0.0
377
379
  */
378
380
  click: EventEmitter<CustomEvent<void>>;
379
381
  }
@@ -387,12 +389,12 @@ export declare class VegaChip {
387
389
  export declare interface VegaColorPicker extends Components.VegaColorPicker {
388
390
  /**
389
391
  * An event emitter notifying changes in the value of the color picker,
390
- whether triggered programmatically or through user interaction.
392
+ whether triggered programmatically or through user interaction. @version 1.13.0
391
393
  */
392
394
  vegaChange: EventEmitter<CustomEvent<string>>;
393
395
  /**
394
396
  * An event emitter notifying changes in the value of the color picker,
395
- whether triggered programmatically or through user interaction. @eventSemantics namespace:native
397
+ whether triggered programmatically or through user interaction. @eventSemantics namespace:native,@version 2.0.0
396
398
  */
397
399
  change: EventEmitter<CustomEvent<string>>;
398
400
  }
@@ -406,12 +408,12 @@ export declare class VegaColorPicker {
406
408
  export declare interface VegaComboBox extends Components.VegaComboBox {
407
409
  /**
408
410
  * An event emitter notifying changes in the items of the combo box value,
409
- whether triggered programmatically or through user interaction.
411
+ whether triggered programmatically or through user interaction. @version 1.11.0
410
412
  */
411
413
  vegaChange: EventEmitter<CustomEvent<string[]>>;
412
414
  /**
413
415
  * An event emitter notifying changes in the items of the combo box value,
414
- whether triggered programmatically or through user interaction. @eventSemantics namespace:native
416
+ whether triggered programmatically or through user interaction. @eventSemantics namespace:native,@version 2.0.0
415
417
  */
416
418
  change: EventEmitter<CustomEvent<string[]>>;
417
419
  /**
@@ -420,7 +422,7 @@ export declare interface VegaComboBox extends Components.VegaComboBox {
420
422
 
421
423
  The event's `detail` property contains the new value.
422
424
 
423
- The combo box _does not_ automatically add the new value to its `source` and `value`.
425
+ The combo box _does not_ automatically add the new value to its `source` and `value`. @version 1.14.0
424
426
  */
425
427
  vegaCreate: EventEmitter<CustomEvent<string>>;
426
428
  /**
@@ -429,17 +431,17 @@ export declare interface VegaComboBox extends Components.VegaComboBox {
429
431
 
430
432
  The event's `detail` property contains the new value.
431
433
 
432
- The combo box _does not_ automatically add the new value to its `source` and `value`. @eventSemantics namespace:native
434
+ The combo box _does not_ automatically add the new value to its `source` and `value`. @eventSemantics namespace:native,@version 2.0.0
433
435
  */
434
436
  create: EventEmitter<CustomEvent<string>>;
435
437
  /**
436
438
  * An event emitter notifying the user's search action in the combo box,
437
- but only if the `useDefaultFilter` property is set to `false`.
439
+ but only if the `useDefaultFilter` property is set to `false`. @version 1.24.0
438
440
  */
439
441
  vegaSearch: EventEmitter<CustomEvent<string>>;
440
442
  /**
441
443
  * An event emitter notifying the user's search action in the combo box,
442
- but only if the `useDefaultFilter` property is set to `false`. @eventSemantics namespace:native
444
+ but only if the `useDefaultFilter` property is set to `false`. @eventSemantics namespace:native,@version 2.0.0
443
445
  */
444
446
  search: EventEmitter<CustomEvent<string>>;
445
447
  }
@@ -462,12 +464,12 @@ export declare class VegaCounterBadge {
462
464
  export declare interface VegaDatePicker extends Components.VegaDatePicker {
463
465
  /**
464
466
  * An event emitter notifying the change of the value in the date picker,
465
- whether triggered programmatically or through user interaction.
467
+ whether triggered programmatically or through user interaction. @version 1.3.0
466
468
  */
467
469
  vegaChange: EventEmitter<CustomEvent<string | string[]>>;
468
470
  /**
469
471
  * An event emitter notifying the change of the value in the date picker,
470
- whether triggered programmatically or through user interaction. @eventSemantics namespace:native
472
+ whether triggered programmatically or through user interaction. @eventSemantics namespace:native,@version 2.0.0
471
473
  */
472
474
  change: EventEmitter<CustomEvent<string | string[]>>;
473
475
  }
@@ -509,33 +511,33 @@ export declare interface VegaDropdown extends Components.VegaDropdown {
509
511
  /**
510
512
  * An event emitter notifying that a dropdown item has been clicked.
511
513
 
512
- The event's `detail` property contains the key of the clicked item.
514
+ The event's `detail` property contains the key of the clicked item. @version 1.11.0
513
515
  */
514
516
  vegaDropdownClick: EventEmitter<CustomEvent<string>>;
515
517
  /**
516
518
  * An event emitter notifying that a dropdown item has been clicked.
517
519
 
518
- The event's `detail` property contains the key of the clicked item. @eventSemantics namespace:native
520
+ The event's `detail` property contains the key of the clicked item. @eventSemantics namespace:native,@version 2.0.0
519
521
  */
520
522
  dropdownClick: EventEmitter<CustomEvent<string>>;
521
523
  /**
522
524
  * An event emitter notifying that the dropdown has been displayed,
523
- either programmatically or via user interaction.
525
+ either programmatically or via user interaction. @version 1.3.0
524
526
  */
525
527
  vegaShow: EventEmitter<CustomEvent<string>>;
526
528
  /**
527
529
  * An event emitter notifying that the dropdown has been displayed,
528
- either programmatically or via user interaction. The name is not `show` because already has a method `show`. @eventSemantics namespace:native
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
529
531
  */
530
532
  dropdownShow: EventEmitter<CustomEvent<string>>;
531
533
  /**
532
534
  * Event emitter notifying that the dropdown has been dismissed,
533
- either programmatically or via user interaction.
535
+ either programmatically or via user interaction. @version 1.3.0
534
536
  */
535
537
  vegaHide: EventEmitter<CustomEvent<string>>;
536
538
  /**
537
539
  * An event emitter notifying that the dropdown has been dismissed,
538
- either programmatically or via user interaction. The name is not `hide` because already has a method `hide`. @eventSemantics namespace:native
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
539
541
  */
540
542
  dropdownHide: EventEmitter<CustomEvent<string>>;
541
543
  /**
@@ -544,7 +546,7 @@ export declare interface VegaDropdown extends Components.VegaDropdown {
544
546
 
545
547
  The event's `detail` property contains the new value.
546
548
 
547
- The dropdown _does not_ automatically add the new value to the source list.
549
+ The dropdown _does not_ automatically add the new value to the source list. @version 1.14.0
548
550
  */
549
551
  vegaCreate: EventEmitter<CustomEvent<string>>;
550
552
  /**
@@ -553,17 +555,17 @@ export declare interface VegaDropdown extends Components.VegaDropdown {
553
555
 
554
556
  The event's `detail` property contains the new value.
555
557
 
556
- The dropdown _does not_ automatically add the new value to the source list. @eventSemantics namespace:native
558
+ The dropdown _does not_ automatically add the new value to the source list. @eventSemantics namespace:native,@version 2.0.0
557
559
  */
558
560
  create: EventEmitter<CustomEvent<string>>;
559
561
  /**
560
562
  * An event emitter notifying the search event in the dropdown,
561
- but only if `useDefaultFilter` is set to `false`.
563
+ but only if `useDefaultFilter` is set to `false`. @version 1.24.0
562
564
  */
563
565
  vegaSearch: EventEmitter<CustomEvent<string>>;
564
566
  /**
565
567
  * An event emitter notifying the search event in the dropdown,
566
- but only if `useDefaultFilter` is set to `false`. The name is not `search` because already has a method `search`. @eventSemantics namespace:native
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
567
569
  */
568
570
  dropdownSearch: EventEmitter<CustomEvent<string>>;
569
571
  }
@@ -594,11 +596,11 @@ export declare class VegaDropdownGroup {
594
596
  }
595
597
  export declare interface VegaDropdownItem extends Components.VegaDropdownItem {
596
598
  /**
597
- * An event emitter notifying the dropdown item has been clicked.
599
+ * An event emitter notifying the dropdown item has been clicked. @version 1.47.0
598
600
  */
599
601
  vegaClick: EventEmitter<CustomEvent<IVegaDropdownItemVegaDropdownItemClickEvent>>;
600
602
  /**
601
- * An event emitter notifying the dropdown item has been clicked. @eventSemantics namespace:native
603
+ * An event emitter notifying the dropdown item has been clicked. @eventSemantics namespace:native,@version 2.0.0
602
604
  */
603
605
  click: EventEmitter<CustomEvent<IVegaDropdownItemVegaDropdownItemClickEvent>>;
604
606
  }
@@ -607,7 +609,7 @@ export declare class VegaDropdownItem {
607
609
  protected el: HTMLElement;
608
610
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
609
611
  static ɵfac: i0.ɵɵFactoryDeclaration<VegaDropdownItem, never>;
610
- static ɵcmp: i0.ɵɵComponentDeclaration<VegaDropdownItem, "vega-dropdown-item", never, { "count": "count"; "disabled": "disabled"; "height": "height"; "itemKey": "itemKey"; "label": "label"; "prefixIcon": "prefixIcon"; }, {}, never, ["*"]>;
612
+ static ɵcmp: i0.ɵɵComponentDeclaration<VegaDropdownItem, "vega-dropdown-item", never, { "count": "count"; "danger": "danger"; "disabled": "disabled"; "height": "height"; "itemKey": "itemKey"; "label": "label"; "prefixIcon": "prefixIcon"; }, {}, never, ["*"]>;
611
613
  }
612
614
  export declare interface VegaFieldError extends Components.VegaFieldError {
613
615
  }
@@ -620,16 +622,77 @@ export declare class VegaFieldError {
620
622
  }
621
623
  export declare interface VegaFieldLabel extends Components.VegaFieldLabel {
622
624
  /**
623
- * An event emitter notifying that the field label has been clicked.
625
+ * An event emitter notifying that the field label has been clicked. @version 1.43.0
624
626
  */
625
627
  vegaClick: EventEmitter<CustomEvent<any>>;
628
+ /**
629
+ * An event emitter notifying that the suffix button associated with the field label has been clicked. @version 2.25.0
630
+ */
631
+ vegaLabelButtonClick: EventEmitter<CustomEvent<any>>;
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
634
+ */
635
+ labelButtonClick: EventEmitter<CustomEvent<any>>;
626
636
  }
627
637
  export declare class VegaFieldLabel {
628
638
  protected z: NgZone;
629
639
  protected el: HTMLElement;
630
640
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
631
641
  static ɵfac: i0.ɵɵFactoryDeclaration<VegaFieldLabel, never>;
632
- static ɵcmp: i0.ɵɵComponentDeclaration<VegaFieldLabel, "vega-field-label", never, { "disabled": "disabled"; "isFieldRequired": "isFieldRequired"; "label": "label"; }, {}, never, ["*"]>;
642
+ static ɵcmp: i0.ɵɵComponentDeclaration<VegaFieldLabel, "vega-field-label", never, { "disabled": "disabled"; "isFieldRequired": "isFieldRequired"; "label": "label"; "suffixButtonProps": "suffixButtonProps"; }, {}, never, ["*"]>;
643
+ }
644
+ export declare interface VegaFileUploader extends Components.VegaFileUploader {
645
+ /**
646
+ * An event emitter notifying a change in the file list. @version 2.25.0
647
+ */
648
+ vegaChange: EventEmitter<CustomEvent<IVegaFileUploaderVegaFileUploaderFiles>>;
649
+ /**
650
+ * An event emitter notifying a change in the file list. @eventSemantics namespace:native,@version 2.25.0
651
+ */
652
+ change: EventEmitter<CustomEvent<IVegaFileUploaderVegaFileUploaderFiles>>;
653
+ /**
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
656
+ */
657
+ vegaSelectedFileChange: EventEmitter<CustomEvent<IVegaFileUploaderVegaFileUploaderFiles>>;
658
+ /**
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
661
+ */
662
+ selectedFileChange: EventEmitter<CustomEvent<IVegaFileUploaderVegaFileUploaderFiles>>;
663
+ /**
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
666
+ */
667
+ vegaRemove: EventEmitter<CustomEvent<IVegaFileUploaderVegaFileUploaderFile>>;
668
+ /**
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
671
+ */
672
+ remove: EventEmitter<CustomEvent<IVegaFileUploaderVegaFileUploaderFile>>;
673
+ /**
674
+ * An event emitter notifying that a file will be re-uploaded. @version 2.25.0
675
+ */
676
+ vegaRetry: EventEmitter<CustomEvent<IVegaFileUploaderVegaFileUploaderFile>>;
677
+ /**
678
+ * An event emitter notifying that a file will be re-uploaded. @eventSemantics namespace:native,@version 2.25.0
679
+ */
680
+ retry: EventEmitter<CustomEvent<IVegaFileUploaderVegaFileUploaderFile>>;
681
+ /**
682
+ * An event emitter notifying that a file will be opened for preview. @version 2.25.0
683
+ */
684
+ vegaPreview: EventEmitter<CustomEvent<IVegaFileUploaderVegaFileUploaderFile>>;
685
+ /**
686
+ * An event emitter notifying that a file will be opened for preview. @eventSemantics namespace:native,@version 2.25.0
687
+ */
688
+ preview: EventEmitter<CustomEvent<IVegaFileUploaderVegaFileUploaderFile>>;
689
+ }
690
+ export declare class VegaFileUploader {
691
+ protected z: NgZone;
692
+ protected el: HTMLElement;
693
+ constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
694
+ static ɵfac: i0.ɵɵFactoryDeclaration<VegaFileUploader, never>;
695
+ static ɵcmp: i0.ɵɵComponentDeclaration<VegaFileUploader, "vega-file-uploader", never, { "accept": "accept"; "autoValidation": "autoValidation"; "disabled": "disabled"; "hint": "hint"; "isValid": "isValid"; "label": "label"; "required": "required"; "validationRules": "validationRules"; "value": "value"; "variant": "variant"; }, {}, never, ["*"]>;
633
696
  }
634
697
  export declare interface VegaFlex extends Components.VegaFlex {
635
698
  }
@@ -651,27 +714,27 @@ export declare class VegaFont {
651
714
  }
652
715
  export declare interface VegaForm extends Components.VegaForm {
653
716
  /**
654
- * An event emitter notifying the change in the validation result.
717
+ * An event emitter notifying the change in the validation result. @version 1.9.1
655
718
  */
656
719
  vegaValidate: EventEmitter<CustomEvent<boolean>>;
657
720
  /**
658
- * An event emitter notifying the change in the validation result. @eventSemantics namespace:native
721
+ * An event emitter notifying the change in the validation result. @eventSemantics namespace:native,@version 2.0.0
659
722
  */
660
723
  validate: EventEmitter<CustomEvent<boolean>>;
661
724
  /**
662
- * An event emitter notifying the submission of the form.
725
+ * An event emitter notifying the submission of the form. @version 1.24.0
663
726
  */
664
727
  vegaFormSubmit: EventEmitter<CustomEvent<unknown>>;
665
728
  /**
666
- * An event emitter notifying the submission of the form. @eventSemantics namespace:native
729
+ * An event emitter notifying the submission of the form. @eventSemantics namespace:native,@version 2.0.0
667
730
  */
668
731
  formSubmit: EventEmitter<CustomEvent<unknown>>;
669
732
  /**
670
- * An event emitter notifying the reset of the form.
733
+ * An event emitter notifying the reset of the form. @version 1.24.0
671
734
  */
672
735
  vegaFormReset: EventEmitter<CustomEvent<any>>;
673
736
  /**
674
- * An event emitter notifying the reset of the form. @eventSemantics namespace:native
737
+ * An event emitter notifying the reset of the form. @eventSemantics namespace:native,@version 2.0.0
675
738
  */
676
739
  formReset: EventEmitter<CustomEvent<any>>;
677
740
  }
@@ -711,27 +774,27 @@ export declare class VegaIcon {
711
774
  }
712
775
  export declare interface VegaImageUploader extends Components.VegaImageUploader {
713
776
  /**
714
- * An event emitter notifying a value change.
777
+ * An event emitter notifying a value change. @version 1.14.0
715
778
  */
716
779
  vegaChange: EventEmitter<CustomEvent<IVegaImageUploaderVegaFileOptional>>;
717
780
  /**
718
- * An event emitter notifying a value change. @eventSemantics namespace:native
781
+ * An event emitter notifying a value change. @eventSemantics namespace:native,@version 2.0.0
719
782
  */
720
783
  change: EventEmitter<CustomEvent<any>>;
721
784
  /**
722
- * An event emitter notifying the removal of a value.
785
+ * An event emitter notifying the removal of a value. @version 1.14.0
723
786
  */
724
787
  vegaRemove: EventEmitter<CustomEvent<any>>;
725
788
  /**
726
- * An event emitter notifying the removal of a value. @eventSemantics namespace:native
789
+ * An event emitter notifying the removal of a value. @eventSemantics namespace:native,@version 2.0.0
727
790
  */
728
791
  remove: EventEmitter<CustomEvent<any>>;
729
792
  /**
730
- * An event emitter notifying the cancellation of an uploading event.
793
+ * An event emitter notifying the cancellation of an uploading event. @version 1.14.0
731
794
  */
732
795
  vegaCancel: EventEmitter<CustomEvent<any>>;
733
796
  /**
734
- * An event emitter notifying the removal of a value. @eventSemantics namespace:native
797
+ * An event emitter notifying the removal of a value. @eventSemantics namespace:native,@version 2.0.0
735
798
  */
736
799
  cancel: EventEmitter<CustomEvent<any>>;
737
800
  }
@@ -744,60 +807,68 @@ export declare class VegaImageUploader {
744
807
  }
745
808
  export declare interface VegaInput extends Components.VegaInput {
746
809
  /**
747
- * An event emitter notifying a value change.
810
+ * An event emitter notifying a value change. @version 1.0.10
748
811
  */
749
812
  vegaChange: EventEmitter<CustomEvent<string>>;
750
813
  /**
751
- * An event emitter notifying a value change. @eventSemantics namespace:native
814
+ * An event emitter notifying a value change. @eventSemantics namespace:native,@version 2.0.0
752
815
  */
753
816
  change: EventEmitter<CustomEvent<string>>;
754
817
  /**
755
- * An event emitter notifying the blur of the inner input element.
818
+ * An event emitter notifying the blur of the inner input element. @version 1.3.0
756
819
  */
757
820
  vegaBlur: EventEmitter<CustomEvent<undefined>>;
758
821
  /**
759
- * An event emitter notifying the blur of the inner input element. @eventSemantics namespace:native
822
+ * An event emitter notifying the blur of the inner input element. @eventSemantics namespace:native,@version 2.0.0
760
823
  */
761
824
  blur: EventEmitter<CustomEvent<undefined>>;
762
825
  /**
763
- * An event emitter notifying the focus of the inner input element.
826
+ * An event emitter notifying the focus of the inner input element. @version 1.12.0
764
827
  */
765
828
  vegaFocus: EventEmitter<CustomEvent<undefined>>;
766
829
  /**
767
- * An event emitter notifying the focus of the inner input element. @eventSemantics namespace:native
830
+ * An event emitter notifying the focus of the inner input element. @eventSemantics namespace:native,@version 2.0.0
768
831
  */
769
832
  focus: EventEmitter<CustomEvent<undefined>>;
833
+ /**
834
+ * An event emitter notifying that the suffix button associated with the field label has been clicked. @version 2.25.0
835
+ */
836
+ vegaLabelButtonClick: EventEmitter<CustomEvent<any>>;
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
839
+ */
840
+ labelButtonClick: EventEmitter<CustomEvent<any>>;
770
841
  }
771
842
  export declare class VegaInput {
772
843
  protected z: NgZone;
773
844
  protected el: HTMLElement;
774
845
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
775
846
  static ɵfac: i0.ɵɵFactoryDeclaration<VegaInput, never>;
776
- static ɵcmp: i0.ɵɵComponentDeclaration<VegaInput, "vega-input", never, { "autoValidation": "autoValidation"; "autocomplete": "autocomplete"; "disableCopyPaste": "disableCopyPaste"; "disabled": "disabled"; "email": "email"; "hint": "hint"; "isValid": "isValid"; "label": "label"; "maskConfig": "maskConfig"; "max": "max"; "maxLength": "maxLength"; "min": "min"; "minLength": "minLength"; "name": "name"; "placeholder": "placeholder"; "prefixIcon": "prefixIcon"; "required": "required"; "showClearIcon": "showClearIcon"; "size": "size"; "type": "type"; "validationRules": "validationRules"; "value": "value"; "valueUpdateTrigger": "valueUpdateTrigger"; }, {}, never, ["*"]>;
847
+ static ɵcmp: i0.ɵɵComponentDeclaration<VegaInput, "vega-input", never, { "autoValidation": "autoValidation"; "autocomplete": "autocomplete"; "disableCopyPaste": "disableCopyPaste"; "disabled": "disabled"; "email": "email"; "hint": "hint"; "isValid": "isValid"; "label": "label"; "labelSuffixButtonProps": "labelSuffixButtonProps"; "maskConfig": "maskConfig"; "max": "max"; "maxLength": "maxLength"; "min": "min"; "minLength": "minLength"; "name": "name"; "placeholder": "placeholder"; "prefixIcon": "prefixIcon"; "required": "required"; "showClearIcon": "showClearIcon"; "size": "size"; "type": "type"; "validationRules": "validationRules"; "value": "value"; "valueUpdateTrigger": "valueUpdateTrigger"; }, {}, never, ["*"]>;
777
848
  }
778
849
  export declare interface VegaInputCreditCard extends Components.VegaInputCreditCard {
779
850
  /**
780
- * An event emitter notifying a value change.
851
+ * An event emitter notifying a value change. @version 1.26.0
781
852
  */
782
853
  vegaChange: EventEmitter<CustomEvent<string>>;
783
854
  /**
784
- * A native change event emitter notifying a value change. @eventSemantics namespace:native
855
+ * A native change event emitter notifying a value change. @eventSemantics namespace:native,@version 2.0.0
785
856
  */
786
857
  change: EventEmitter<CustomEvent<string>>;
787
858
  /**
788
- * An event emitter notifying the blur event of the credit card element.
859
+ * An event emitter notifying the blur event of the credit card element. @version 1.26.0
789
860
  */
790
861
  vegaBlur: EventEmitter<CustomEvent<undefined>>;
791
862
  /**
792
- * An event emitter notifying the blur event of the credit card element. @eventSemantics namespace:native
863
+ * An event emitter notifying the blur event of the credit card element. @eventSemantics namespace:native,@version 2.0.0
793
864
  */
794
865
  blur: EventEmitter<CustomEvent<undefined>>;
795
866
  /**
796
- * An event emitter notifying the focus of the credit card element.
867
+ * An event emitter notifying the focus of the credit card element. @version 1.26.0
797
868
  */
798
869
  vegaFocus: EventEmitter<CustomEvent<undefined>>;
799
870
  /**
800
- * An event emitter notifying the focus of the credit card element. @eventSemantics namespace:native
871
+ * An event emitter notifying the focus of the credit card element. @eventSemantics namespace:native,@version 2.0.0
801
872
  */
802
873
  focus: EventEmitter<CustomEvent<undefined>>;
803
874
  }
@@ -810,19 +881,19 @@ export declare class VegaInputCreditCard {
810
881
  }
811
882
  export declare interface VegaInputPhoneNumber extends Components.VegaInputPhoneNumber {
812
883
  /**
813
- * An event emitter notifying a value change.
884
+ * An event emitter notifying a value change. @version 2.18.0
814
885
  */
815
886
  vegaChange: EventEmitter<CustomEvent<string>>;
816
887
  /**
817
- * An event emitter notifying a value change. @eventSemantics namespace:native
888
+ * An event emitter notifying a value change. @eventSemantics namespace:native,@version 2.18.0
818
889
  */
819
890
  change: EventEmitter<CustomEvent<string>>;
820
891
  /**
821
- * An event emitter notifying a country change.
892
+ * An event emitter notifying a country change. @version 2.18.0
822
893
  */
823
894
  vegaCountryChange: EventEmitter<CustomEvent<IVegaInputPhoneNumberVegaCountryType>>;
824
895
  /**
825
- * An event emitter notifying a country change. @eventSemantics namespace:native
896
+ * An event emitter notifying a country change. @eventSemantics namespace:native,@version 2.18.0
826
897
  */
827
898
  countryChange: EventEmitter<CustomEvent<IVegaInputPhoneNumberVegaCountryType>>;
828
899
  }
@@ -835,11 +906,11 @@ export declare class VegaInputPhoneNumber {
835
906
  }
836
907
  export declare interface VegaInputRange extends Components.VegaInputRange {
837
908
  /**
838
- * An event emitter notifying a value change.
909
+ * An event emitter notifying a value change. @version 2.2.0
839
910
  */
840
911
  vegaChange: EventEmitter<CustomEvent<[number, number]>>;
841
912
  /**
842
- * An event emitter notifying a value change. @eventSemantics namespace:native
913
+ * An event emitter notifying a value change. @eventSemantics namespace:native,@version 2.2.0
843
914
  */
844
915
  change: EventEmitter<CustomEvent<[number, number]>>;
845
916
  }
@@ -852,19 +923,19 @@ export declare class VegaInputRange {
852
923
  }
853
924
  export declare interface VegaInputSelect extends Components.VegaInputSelect {
854
925
  /**
855
- * An event emitter notifying the change of the select value.
926
+ * An event emitter notifying the change of the select value. @version 1.0.11
856
927
  */
857
928
  vegaChange: EventEmitter<CustomEvent<IVegaInputSelectSelectValueType<IVegaInputSelectSelectType>>>;
858
929
  /**
859
- * An event emitter notifying the change of the select value. @eventSemantics namespace:native
930
+ * An event emitter notifying the change of the select value. @eventSemantics namespace:native,@version 2.0.0
860
931
  */
861
932
  change: EventEmitter<CustomEvent<IVegaInputSelectSelectValueType<IVegaInputSelectSelectType>>>;
862
933
  /**
863
- * An event emitter notifying the search of the dropdown.
934
+ * An event emitter notifying the search of the dropdown. @version 1.50.0
864
935
  */
865
936
  vegaSearch: EventEmitter<CustomEvent<string>>;
866
937
  /**
867
- * An event emitter notifying the search of the dropdown. @eventSemantics namespace:native
938
+ * An event emitter notifying the search of the dropdown. @eventSemantics namespace:native,@version 2.0.0
868
939
  */
869
940
  search: EventEmitter<CustomEvent<string>>;
870
941
  }
@@ -877,11 +948,11 @@ export declare class VegaInputSelect {
877
948
  }
878
949
  export declare interface VegaItemToggle extends Components.VegaItemToggle {
879
950
  /**
880
- * An event emitter notifying an item toggle event.
951
+ * An event emitter notifying an item toggle event. @version 1.3.0
881
952
  */
882
953
  vegaToggleStatus: EventEmitter<CustomEvent<boolean>>;
883
954
  /**
884
- * An event emitter notifying an item toggle event. @eventSemantics namespace:native
955
+ * An event emitter notifying an item toggle event. @eventSemantics namespace:native,@version 2.0.0
885
956
  */
886
957
  toggleStatus: EventEmitter<CustomEvent<boolean>>;
887
958
  }
@@ -894,11 +965,11 @@ export declare class VegaItemToggle {
894
965
  }
895
966
  export declare interface VegaLeftNav extends Components.VegaLeftNav {
896
967
  /**
897
- * An event emitter notifying that the left-nav's open state has changed.
968
+ * An event emitter notifying that the left-nav's open state has changed. @version 1.31.0
898
969
  */
899
970
  vegaStateUpdate: EventEmitter<CustomEvent<string>>;
900
971
  /**
901
- * An event emitter notifying that the left-nav's open state has changed. @eventSemantics namespace:native
972
+ * An event emitter notifying that the left-nav's open state has changed. @eventSemantics namespace:native,@version 2.0.0
902
973
  */
903
974
  stateUpdate: EventEmitter<CustomEvent<string>>;
904
975
  }
@@ -911,11 +982,11 @@ export declare class VegaLeftNav {
911
982
  }
912
983
  export declare interface VegaLeftNavGroup extends Components.VegaLeftNavGroup {
913
984
  /**
914
- * event emitter used for notifying consumers the click event
985
+ * event emitter used for notifying consumers the click event * @version 1.41.0
915
986
  */
916
987
  vegaGroupClick: EventEmitter<CustomEvent<string>>;
917
988
  /**
918
- * An event emitter used for notifying consumers the click event @eventSemantics namespace:native
989
+ * An event emitter used for notifying consumers the click event @eventSemantics namespace:native,@version 2.0.0
919
990
  */
920
991
  groupClick: EventEmitter<CustomEvent<string>>;
921
992
  }
@@ -928,11 +999,11 @@ export declare class VegaLeftNavGroup {
928
999
  }
929
1000
  export declare interface VegaLeftNavLink extends Components.VegaLeftNavLink {
930
1001
  /**
931
- * An event emitter notifying the link click event.
1002
+ * An event emitter notifying the link click event. * @version 1.31.0
932
1003
  */
933
1004
  vegaMenuClick: EventEmitter<CustomEvent<any>>;
934
1005
  /**
935
- * An event emitter notifying the link click event. @eventSemantics namespace:native
1006
+ * An event emitter notifying the link click event. @eventSemantics namespace:native,@version 2.0.0
936
1007
  */
937
1008
  menuClick: EventEmitter<CustomEvent<any>>;
938
1009
  }
@@ -945,11 +1016,11 @@ export declare class VegaLeftNavLink {
945
1016
  }
946
1017
  export declare interface VegaLeftNavSection extends Components.VegaLeftNavSection {
947
1018
  /**
948
- * An event emitter notifying the action click event when the action link is not configured.
1019
+ * An event emitter notifying the action click event when the action link is not configured. @version 2.11.0
949
1020
  */
950
1021
  vegaActionClick: EventEmitter<CustomEvent<string>>;
951
1022
  /**
952
- * An event emitter notifying the action click event when the action link is not configured. @eventSemantics namespace:native
1023
+ * An event emitter notifying the action click event when the action link is not configured. @eventSemantics namespace:native,@version 2.11.0
953
1024
  */
954
1025
  actionClick: EventEmitter<CustomEvent<any>>;
955
1026
  }
@@ -989,19 +1060,19 @@ export declare class VegaLoadingIndicator {
989
1060
  }
990
1061
  export declare interface VegaModal extends Components.VegaModal {
991
1062
  /**
992
- * An event emitter notifying the modal close event.
1063
+ * An event emitter notifying the modal close event. @version 1.0.10
993
1064
  */
994
1065
  vegaClose: EventEmitter<CustomEvent<any>>;
995
1066
  /**
996
- * An event emitter notifying the modal close event. @eventSemantics namespace:native
1067
+ * An event emitter notifying the modal close event. @eventSemantics namespace:native,@version 2.0.0
997
1068
  */
998
1069
  close: EventEmitter<CustomEvent<any>>;
999
1070
  /**
1000
- * An event emitter notifying the modal open event.
1071
+ * An event emitter notifying the modal open event. @version 1.0.10
1001
1072
  */
1002
1073
  vegaOpen: EventEmitter<CustomEvent<any>>;
1003
1074
  /**
1004
- * An event emitter notifying the modal open event. The event name is not `open` because already has a property `open` @eventSemantics namespace:native
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
1005
1076
  */
1006
1077
  modalOpen: EventEmitter<CustomEvent<any>>;
1007
1078
  }
@@ -1041,21 +1112,21 @@ export declare class VegaPageNotificationList {
1041
1112
  }
1042
1113
  export declare interface VegaPagination extends Components.VegaPagination {
1043
1114
  /**
1044
- * An event emitter notifying the current page change.
1115
+ * An event emitter notifying the current page change. @version 1.3.0
1045
1116
  */
1046
1117
  vegaChange: EventEmitter<CustomEvent<number>>;
1047
1118
  /**
1048
- * An event emitter notifying the current page change. @eventSemantics namespace:native
1119
+ * An event emitter notifying the current page change. @eventSemantics namespace:native,@version 2.0.0
1049
1120
  */
1050
1121
  change: EventEmitter<CustomEvent<number>>;
1051
1122
  /**
1052
1123
  * An event emitter notifying a change in the number of
1053
- data items displayed per page.
1124
+ data items displayed per page. @version 1.25.0
1054
1125
  */
1055
1126
  vegaPageSizeChange: EventEmitter<CustomEvent<number>>;
1056
1127
  /**
1057
1128
  * An event emitter notifying a change in the number of
1058
- data items displayed per page. @eventSemantics namespace:native
1129
+ data items displayed per page. @eventSemantics namespace:native,@version 2.0.0
1059
1130
  */
1060
1131
  pageSizeChange: EventEmitter<CustomEvent<number>>;
1061
1132
  }
@@ -1077,19 +1148,19 @@ export declare class VegaPieChart {
1077
1148
  }
1078
1149
  export declare interface VegaPopover extends Components.VegaPopover {
1079
1150
  /**
1080
- * An event emitter notifying the popover show event.
1151
+ * An event emitter notifying the popover show event. @version 1.22.0
1081
1152
  */
1082
1153
  vegaPopoverShow: EventEmitter<CustomEvent<string>>;
1083
1154
  /**
1084
- * An event emitter notifying the popover show event. @eventSemantics namespace:native
1155
+ * An event emitter notifying the popover show event. @eventSemantics namespace:native,@version 2.0.0
1085
1156
  */
1086
1157
  popoverShow: EventEmitter<CustomEvent<string>>;
1087
1158
  /**
1088
- * An event emitter notifying the popover hide event.
1159
+ * An event emitter notifying the popover hide event. @version 1.22.0
1089
1160
  */
1090
1161
  vegaPopoverHide: EventEmitter<CustomEvent<string>>;
1091
1162
  /**
1092
- * An event emitter notifying the popover hide event. @eventSemantics namespace:native
1163
+ * An event emitter notifying the popover hide event. @eventSemantics namespace:native,@version 2.0.0
1093
1164
  */
1094
1165
  popoverHide: EventEmitter<CustomEvent<string>>;
1095
1166
  }
@@ -1111,11 +1182,11 @@ export declare class VegaPopoverContentBox {
1111
1182
  }
1112
1183
  export declare interface VegaProgressTracker extends Components.VegaProgressTracker {
1113
1184
  /**
1114
- * An event emitter notifying that the current step has changed.
1185
+ * An event emitter notifying that the current step has changed. @version 1.5.0
1115
1186
  */
1116
1187
  vegaCurrentStepUpdate: EventEmitter<CustomEvent<string>>;
1117
1188
  /**
1118
- * An event emitter notifying that the current step has changed. @eventSemantics namespace:native
1189
+ * An event emitter notifying that the current step has changed. @eventSemantics namespace:native,@version 2.0.0
1119
1190
  */
1120
1191
  currentStepUpdate: EventEmitter<CustomEvent<string>>;
1121
1192
  }
@@ -1128,29 +1199,29 @@ export declare class VegaProgressTracker {
1128
1199
  }
1129
1200
  export declare interface VegaRadio extends Components.VegaRadio {
1130
1201
  /**
1131
- * An event emitter notifying the focus event of the radio input.
1202
+ * An event emitter notifying the focus event of the radio input. @version 1.0.7
1132
1203
  */
1133
1204
  vegaFocus: EventEmitter<CustomEvent<any>>;
1134
1205
  /**
1135
- * An event emitter notifying the focus event of the radio input. @eventSemantics namespace:native
1206
+ * An event emitter notifying the focus event of the radio input. @eventSemantics namespace:native,@version 2.0.0
1136
1207
  */
1137
1208
  focus: EventEmitter<CustomEvent<any>>;
1138
1209
  /**
1139
- * An event emitter notifying the blur event of the radio input.
1210
+ * An event emitter notifying the blur event of the radio input. @version 1.0.7
1140
1211
  */
1141
1212
  vegaBlur: EventEmitter<CustomEvent<any>>;
1142
1213
  /**
1143
- * An event emitter notifying the blur event of the radio input. @eventSemantics namespace:native
1214
+ * An event emitter notifying the blur event of the radio input. @eventSemantics namespace:native,@version 2.0.0
1144
1215
  */
1145
1216
  blur: EventEmitter<CustomEvent<any>>;
1146
1217
  /**
1147
1218
  * An event emitter notifying the change in the check status
1148
- of the radio input.
1219
+ of the radio input. @version 1.0.10
1149
1220
  */
1150
1221
  vegaChange: EventEmitter<CustomEvent<boolean>>;
1151
1222
  /**
1152
1223
  * An event emitter notifying the change in the check status
1153
- of the radio input. @eventSemantics namespace:native
1224
+ of the radio input. @eventSemantics namespace:native,@version 2.0.0
1154
1225
  */
1155
1226
  change: EventEmitter<CustomEvent<boolean>>;
1156
1227
  }
@@ -1164,12 +1235,12 @@ export declare class VegaRadio {
1164
1235
  export declare interface VegaRadioGroup extends Components.VegaRadioGroup {
1165
1236
  /**
1166
1237
  * An event emitter notifying the change of the
1167
- checked radio button in the radio group.
1238
+ checked radio button in the radio group. @version 1.0.10
1168
1239
  */
1169
1240
  vegaChange: EventEmitter<CustomEvent<string>>;
1170
1241
  /**
1171
1242
  * An event emitter notifying the change of the
1172
- checked radio button in the radio group. @eventSemantics namespace:native
1243
+ checked radio button in the radio group. @eventSemantics namespace:native,@version 2.0.0
1173
1244
  */
1174
1245
  change: EventEmitter<CustomEvent<string>>;
1175
1246
  }
@@ -1192,12 +1263,12 @@ export declare class VegaSectionTitle {
1192
1263
  export declare interface VegaSegmentControl extends Components.VegaSegmentControl {
1193
1264
  /**
1194
1265
  * An event emitter notifying changes
1195
- in the selected segment.
1266
+ in the selected segment. @version 2.3.0
1196
1267
  */
1197
1268
  vegaChange: EventEmitter<CustomEvent<string>>;
1198
1269
  /**
1199
1270
  * A native event emitter notifying changes
1200
- in the selected segment. @eventSemantics namespace:native
1271
+ in the selected segment. @eventSemantics namespace:native,@version 2.3.0
1201
1272
  */
1202
1273
  change: EventEmitter<CustomEvent<string>>;
1203
1274
  }
@@ -1211,12 +1282,12 @@ export declare class VegaSegmentControl {
1211
1282
  export declare interface VegaSelectionChip extends Components.VegaSelectionChip {
1212
1283
  /**
1213
1284
  * An event emitter notifying changes in the value of the selection chip,
1214
- whether triggered programmatically or through user interaction.
1285
+ whether triggered programmatically or through user interaction. @version 2.22.0
1215
1286
  */
1216
1287
  vegaChange: EventEmitter<CustomEvent<string>>;
1217
1288
  /**
1218
1289
  * An event emitter notifying changes in the value of the selection chip,
1219
- whether triggered programmatically or through user interaction. @eventSemantics namespace:native
1290
+ whether triggered programmatically or through user interaction. @eventSemantics namespace:native,@version 2.22.0
1220
1291
  */
1221
1292
  change: EventEmitter<CustomEvent<string>>;
1222
1293
  }
@@ -1230,12 +1301,12 @@ export declare class VegaSelectionChip {
1230
1301
  export declare interface VegaSelectionChipGroup extends Components.VegaSelectionChipGroup {
1231
1302
  /**
1232
1303
  * An event emitter notifying changes in the value of the selection chip group,
1233
- whether triggered programmatically or through user interaction.
1304
+ whether triggered programmatically or through user interaction. @version 2.22.0
1234
1305
  */
1235
1306
  vegaChange: EventEmitter<CustomEvent<string>>;
1236
1307
  /**
1237
1308
  * An event emitter notifying changes in the value of the selection chip group,
1238
- whether triggered programmatically or through user interaction. @eventSemantics namespace:native
1309
+ whether triggered programmatically or through user interaction. @eventSemantics namespace:native,@version 2.22.0
1239
1310
  */
1240
1311
  change: EventEmitter<CustomEvent<string>>;
1241
1312
  }
@@ -1249,12 +1320,12 @@ export declare class VegaSelectionChipGroup {
1249
1320
  export declare interface VegaSelectionTile extends Components.VegaSelectionTile {
1250
1321
  /**
1251
1322
  * An event emitter notifying changes in the value of the selection tile,
1252
- whether triggered programmatically or through user interaction.
1323
+ whether triggered programmatically or through user interaction. @version 2.7.0
1253
1324
  */
1254
1325
  vegaChange: EventEmitter<CustomEvent<string>>;
1255
1326
  /**
1256
1327
  * An event emitter notifying changes in the value of the selection tile,
1257
- whether triggered programmatically or through user interaction. @eventSemantics namespace:native
1328
+ whether triggered programmatically or through user interaction. @eventSemantics namespace:native,@version 2.7.0
1258
1329
  */
1259
1330
  change: EventEmitter<CustomEvent<string>>;
1260
1331
  }
@@ -1268,12 +1339,12 @@ export declare class VegaSelectionTile {
1268
1339
  export declare interface VegaSelectionTileGroup extends Components.VegaSelectionTileGroup {
1269
1340
  /**
1270
1341
  * An event emitter notifying changes in the value of the selection tile group,
1271
- whether triggered programmatically or through user interaction.
1342
+ whether triggered programmatically or through user interaction. @version 2.7.0
1272
1343
  */
1273
1344
  vegaChange: EventEmitter<CustomEvent<string>>;
1274
1345
  /**
1275
1346
  * An event emitter notifying changes in the value of the selection tile group,
1276
- whether triggered programmatically or through user interaction. @eventSemantics namespace:native
1347
+ whether triggered programmatically or through user interaction. @eventSemantics namespace:native,@version 2.7.0
1277
1348
  */
1278
1349
  change: EventEmitter<CustomEvent<string>>;
1279
1350
  }
@@ -1286,11 +1357,11 @@ export declare class VegaSelectionTileGroup {
1286
1357
  }
1287
1358
  export declare interface VegaSignatureCapture extends Components.VegaSignatureCapture {
1288
1359
  /**
1289
- * An event emitter notifying a value change.
1360
+ * An event emitter notifying a value change. @version 2.19.0
1290
1361
  */
1291
1362
  vegaChange: EventEmitter<CustomEvent<IVegaSignatureCaptureVegaSignatureValue>>;
1292
1363
  /**
1293
- * An event emitter notifying a value change. @eventSemantics namespace:native
1364
+ * An event emitter notifying a value change. @eventSemantics namespace:native,@version 2.19.0
1294
1365
  */
1295
1366
  change: EventEmitter<CustomEvent<IVegaSignatureCaptureVegaSignatureValue>>;
1296
1367
  }
@@ -1321,11 +1392,11 @@ export declare class VegaSlotContainer {
1321
1392
  }
1322
1393
  export declare interface VegaStepper extends Components.VegaStepper {
1323
1394
  /**
1324
- * An event emitter notifying changes in the value of the stepper component.
1395
+ * An event emitter notifying changes in the value of the stepper component. @version 1.0.8
1325
1396
  */
1326
1397
  vegaChange: EventEmitter<CustomEvent<number>>;
1327
1398
  /**
1328
- * An event emitter notifying changes in the value of the stepper component. @eventSemantics namespace:native
1399
+ * An event emitter notifying changes in the value of the stepper component. @eventSemantics namespace:native,@version 2.0.0
1329
1400
  */
1330
1401
  change: EventEmitter<CustomEvent<number>>;
1331
1402
  }
@@ -1339,12 +1410,12 @@ export declare class VegaStepper {
1339
1410
  export declare interface VegaTabGroup extends Components.VegaTabGroup {
1340
1411
  /**
1341
1412
  * An event emitter notifying the click event of a tab
1342
- in the tab group.
1413
+ in the tab group. @version 1.1.0
1343
1414
  */
1344
1415
  vegaClick: EventEmitter<CustomEvent<string>>;
1345
1416
  /**
1346
1417
  * An event emitter notifying the click event of a tab
1347
- in the tab group. @eventSemantics namespace:native
1418
+ in the tab group. @eventSemantics namespace:native,@version 2.0.0
1348
1419
  */
1349
1420
  click: EventEmitter<CustomEvent<string>>;
1350
1421
  }
@@ -1366,65 +1437,65 @@ export declare class VegaTabGroupPanel {
1366
1437
  }
1367
1438
  export declare interface VegaTable extends Components.VegaTable {
1368
1439
  /**
1369
- * An event emitter notifying changes in the table data.
1440
+ * An event emitter notifying changes in the table data. @version 1.3.0
1370
1441
  */
1371
1442
  vegaChange: EventEmitter<CustomEvent<IVegaTableVegaTableChangePropType>>;
1372
1443
  /**
1373
- * An event emitter notifying changes in the table data. @eventSemantics namespace:native
1444
+ * An event emitter notifying changes in the table data. @eventSemantics namespace:native,@version 2.0.0
1374
1445
  */
1375
1446
  change: EventEmitter<CustomEvent<IVegaTableVegaTableChangePropType>>;
1376
1447
  /**
1377
1448
  * An event emitter notifying the click event of a row
1378
- in the table.
1449
+ in the table. @version 1.3.0
1379
1450
  */
1380
1451
  vegaRowClick: EventEmitter<CustomEvent<IVegaTableVegaTableRowClickPropType>>;
1381
1452
  /**
1382
1453
  * An event emitter notifying the click event of a row
1383
- in the table. @eventSemantics namespace:native
1454
+ in the table. @eventSemantics namespace:native,@version 2.0.0
1384
1455
  */
1385
1456
  rowClick: EventEmitter<CustomEvent<IVegaTableVegaTableRowClickPropType>>;
1386
1457
  /**
1387
1458
  * An event emitter notifying the expanded event of a row
1388
- in the table.
1459
+ in the table. @version 2.24.0
1389
1460
  */
1390
1461
  vegaRowExpand: EventEmitter<CustomEvent<IVegaTableVegaTableRowExpandEventDetail>>;
1391
1462
  /**
1392
1463
  * An event emitter notifying the expanded event of a row
1393
- in the table. @eventSemantics namespace:native
1464
+ in the table. @eventSemantics namespace:native,@version 2.24.0
1394
1465
  */
1395
1466
  rowExpand: EventEmitter<CustomEvent<IVegaTableVegaTableRowExpandEventDetail>>;
1396
1467
  /**
1397
- * An event emitter notifying when the row selection changes.
1468
+ * An event emitter notifying when the row selection changes. @version 1.18.0
1398
1469
  */
1399
1470
  vegaSelectChange: EventEmitter<CustomEvent<IVegaTableVegaTableRowSelectProp>>;
1400
1471
  /**
1401
- * An event emitter notifying when the selection state of all rows changes. @eventSemantics namespace:native
1472
+ * An event emitter notifying when the selection state of all rows changes. @eventSemantics namespace:native,@version 2.0.0
1402
1473
  */
1403
1474
  selectChange: EventEmitter<CustomEvent<IVegaTableVegaTableRowSelectProp>>;
1404
1475
  /**
1405
1476
  * An event emitter notifying changes in the selection of checkboxes,
1406
- particularly the "Select All" checkbox in the table header.
1477
+ particularly the "Select All" checkbox in the table header. @version 1.18.0
1407
1478
  */
1408
1479
  vegaSelectAllChange: EventEmitter<CustomEvent<IVegaTableVegaTableSelectAllProp>>;
1409
1480
  /**
1410
1481
  * An event emitter notifying changes in the selection of checkboxes,
1411
- particularly the "Select All" checkbox in the table header. @eventSemantics namespace:native
1482
+ particularly the "Select All" checkbox in the table header. @eventSemantics namespace:native,@version 2.0.0
1412
1483
  */
1413
1484
  selectAllChange: EventEmitter<CustomEvent<IVegaTableVegaTableSelectAllProp>>;
1414
1485
  /**
1415
- * An event emitter notifying before the selected change when select/deselect one row
1486
+ * An event emitter notifying before the selected change when select/deselect one row @version 2.23.0
1416
1487
  */
1417
1488
  vegaRowSelect: EventEmitter<CustomEvent<IVegaTableVegaTableRowSelectEventDetail>>;
1418
1489
  /**
1419
- * An event emitter notifying before the selected change when select/deselect one row @eventSemantics namespace:native
1490
+ * An event emitter notifying before the selected change when select/deselect one row @eventSemantics namespace:native,@version 2.23.0
1420
1491
  */
1421
1492
  rowSelect: EventEmitter<CustomEvent<IVegaTableVegaTableRowSelectEventDetail>>;
1422
1493
  /**
1423
- * An event emitter notifying before the selected change when select/deselect all rows
1494
+ * An event emitter notifying before the selected change when select/deselect all rows @version 2.23.0
1424
1495
  */
1425
1496
  vegaRowSelectAll: EventEmitter<CustomEvent<IVegaTableVegaTableRowSelectAllEventDetail>>;
1426
1497
  /**
1427
- * An event emitter notifying before the selected change when select/deselect all rows @eventSemantics namespace:native
1498
+ * An event emitter notifying before the selected change when select/deselect all rows @eventSemantics namespace:native,@version 2.23.0
1428
1499
  */
1429
1500
  rowSelectAll: EventEmitter<CustomEvent<IVegaTableVegaTableRowSelectAllEventDetail>>;
1430
1501
  }
@@ -1473,11 +1544,11 @@ export declare class VegaTableHead {
1473
1544
  }
1474
1545
  export declare interface VegaTableHeadCell extends Components.VegaTableHeadCell {
1475
1546
  /**
1476
- * An event emitter notifying that the head cell has been clicked.
1547
+ * An event emitter notifying that the head cell has been clicked. @version 1.44.0
1477
1548
  */
1478
1549
  vegaClick: EventEmitter<CustomEvent<IVegaTableHeadCellVegaTableHeadCellClickEvent>>;
1479
1550
  /**
1480
- * An event emitter notifying that the head cell has been clicked. @eventSemantics namespace:native
1551
+ * An event emitter notifying that the head cell has been clicked. @eventSemantics namespace:native,@version 2.0.0
1481
1552
  */
1482
1553
  click: EventEmitter<CustomEvent<IVegaTableHeadCellVegaTableHeadCellClickEvent>>;
1483
1554
  }
@@ -1499,19 +1570,19 @@ export declare class VegaTableHeadRow {
1499
1570
  }
1500
1571
  export declare interface VegaTableRow extends Components.VegaTableRow {
1501
1572
  /**
1502
- * An event emitter notifying that the row has been clicked.
1573
+ * An event emitter notifying that the row has been clicked. @version 1.44.0
1503
1574
  */
1504
1575
  vegaClick: EventEmitter<CustomEvent<IVegaTableRowVegaTableRowClickEvent>>;
1505
1576
  /**
1506
- * An event emitter notifying that the row has been clicked. @eventSemantics namespace:native
1577
+ * An event emitter notifying that the row has been clicked. @eventSemantics namespace:native,@version 2.0.0
1507
1578
  */
1508
1579
  click: EventEmitter<CustomEvent<IVegaTableRowVegaTableRowClickEvent>>;
1509
1580
  /**
1510
- * An event emitter notifying that the expand icon has been clicked.
1581
+ * An event emitter notifying that the expand icon has been clicked. @version 2.20.0
1511
1582
  */
1512
1583
  vegaExpand: EventEmitter<CustomEvent<IVegaTableRowVegaTableRowExpandEvent>>;
1513
1584
  /**
1514
- * An event emitter notifying that the expand icon has been clicked. @eventSemantics namespace:native
1585
+ * An event emitter notifying that the expand icon has been clicked. @eventSemantics namespace:native,@version 2.20.0
1515
1586
  */
1516
1587
  expand: EventEmitter<CustomEvent<IVegaTableRowVegaTableRowExpandEvent>>;
1517
1588
  }
@@ -1534,22 +1605,22 @@ export declare class VegaText {
1534
1605
  export declare interface VegaTextarea extends Components.VegaTextarea {
1535
1606
  /**
1536
1607
  * An event emitter notifying about changes in the value
1537
- of the text area.
1608
+ of the text area. @version 1.11.0
1538
1609
  */
1539
1610
  vegaChange: EventEmitter<CustomEvent<string>>;
1540
1611
  /**
1541
1612
  * An event emitter notifying about changes in the value
1542
- of the text area. @eventSemantics namespace:native
1613
+ of the text area. @eventSemantics namespace:native,@version 2.0.0
1543
1614
  */
1544
1615
  change: EventEmitter<CustomEvent<string>>;
1545
1616
  /**
1546
1617
  * An event emitter notifying the blur event of the inner
1547
- textarea element within the text area.
1618
+ textarea element within the text area. @version 1.11.0
1548
1619
  */
1549
1620
  vegaBlur: EventEmitter<CustomEvent<undefined>>;
1550
1621
  /**
1551
1622
  * An event emitter notifying the blur event of the inner
1552
- textarea element within the text area. @eventSemantics namespace:native
1623
+ textarea element within the text area. @eventSemantics namespace:native,@version 2.0.0
1553
1624
  */
1554
1625
  blur: EventEmitter<CustomEvent<undefined>>;
1555
1626
  }
@@ -1562,11 +1633,11 @@ export declare class VegaTextarea {
1562
1633
  }
1563
1634
  export declare interface VegaTimePicker extends Components.VegaTimePicker {
1564
1635
  /**
1565
- * An event emitter notifying changes in the value of the time picker.
1636
+ * An event emitter notifying changes in the value of the time picker. @version 1.12.0
1566
1637
  */
1567
1638
  vegaChange: EventEmitter<CustomEvent<string | string[]>>;
1568
1639
  /**
1569
- * An event emitter notifying changes in the value of the time picker. @eventSemantics namespace:native
1640
+ * An event emitter notifying changes in the value of the time picker. @eventSemantics namespace:native,@version 2.0.0
1570
1641
  */
1571
1642
  change: EventEmitter<CustomEvent<string | string[]>>;
1572
1643
  }
@@ -1588,11 +1659,11 @@ export declare class VegaTimePickerDropdown {
1588
1659
  }
1589
1660
  export declare interface VegaToggleSwitch extends Components.VegaToggleSwitch {
1590
1661
  /**
1591
- * An event emitter notifying changes in the toggle switch.
1662
+ * An event emitter notifying changes in the toggle switch. @version 1.3.0
1592
1663
  */
1593
1664
  vegaChange: EventEmitter<CustomEvent<boolean>>;
1594
1665
  /**
1595
- * An event emitter notifying changes in the toggle switch. @eventSemantics namespace:native
1666
+ * An event emitter notifying changes in the toggle switch. @eventSemantics namespace:native,@version 2.0.0
1596
1667
  */
1597
1668
  change: EventEmitter<CustomEvent<boolean>>;
1598
1669
  }
@@ -1601,7 +1672,7 @@ export declare class VegaToggleSwitch {
1601
1672
  protected el: HTMLElement;
1602
1673
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
1603
1674
  static ɵfac: i0.ɵɵFactoryDeclaration<VegaToggleSwitch, never>;
1604
- static ɵcmp: i0.ɵɵComponentDeclaration<VegaToggleSwitch, "vega-toggle-switch", never, { "checked": "checked"; "disabled": "disabled"; "label": "label"; "size": "size"; }, {}, never, ["*"]>;
1675
+ static ɵcmp: i0.ɵɵComponentDeclaration<VegaToggleSwitch, "vega-toggle-switch", never, { "autoValidation": "autoValidation"; "checked": "checked"; "disabled": "disabled"; "isValid": "isValid"; "label": "label"; "required": "required"; "size": "size"; "validationRules": "validationRules"; "value": "value"; }, {}, never, ["*"]>;
1605
1676
  }
1606
1677
  export declare interface VegaTooltip extends Components.VegaTooltip {
1607
1678
  }
@@ -1630,5 +1701,5 @@ export declare class VegaVirtualScroll {
1630
1701
  static ɵfac: i0.ɵɵFactoryDeclaration<VegaVirtualScroll, never>;
1631
1702
  static ɵcmp: i0.ɵɵComponentDeclaration<VegaVirtualScroll, "vega-virtual-scroll", never, { "approxItemHeight": "approxItemHeight"; "isLoading": "isLoading"; "renderItem": "renderItem"; "source": "source"; "sourceItemIdentifier": "sourceItemIdentifier"; "viewportMaxHeight": "viewportMaxHeight"; "virtualizationThreshold": "virtualizationThreshold"; }, {}, never, ["*"]>;
1632
1703
  }
1633
- declare const _default: (typeof VegaAccordion | typeof VegaAppFooter | typeof VegaAppHeaderButton | typeof VegaBackdrop | typeof VegaBanner | typeof VegaBarChart | typeof VegaBox | typeof VegaBreadcrumb | typeof VegaButton | typeof VegaButtonCircle | typeof VegaButtonGroup | typeof VegaButtonGroupItem | typeof VegaButtonLink | typeof VegaCalendar | typeof VegaCalendarEvent | typeof VegaCalendarEventSlot | typeof VegaCard | typeof VegaCarousel | typeof VegaCheckbox | typeof VegaCheckboxGroup | typeof VegaChip | typeof VegaColorPicker | typeof VegaComboBox | typeof VegaCounterBadge | typeof VegaDatePicker | typeof VegaDatePickerCalendar | typeof VegaDialog | typeof VegaDivider | typeof VegaDropdown | typeof VegaDropdownContentBox | typeof VegaDropdownGroup | typeof VegaDropdownItem | typeof VegaFieldError | typeof VegaFieldLabel | typeof VegaFlex | typeof VegaFont | typeof VegaForm | typeof VegaGrid | typeof VegaHint | typeof VegaIcon | typeof VegaImageUploader | typeof VegaInput | typeof VegaInputCreditCard | typeof VegaInputPhoneNumber | typeof VegaInputRange | typeof VegaInputSelect | typeof VegaItemToggle | typeof VegaLeftNav | typeof VegaLeftNavGroup | typeof VegaLeftNavLink | typeof VegaLeftNavSection | typeof VegaLineChart | typeof VegaLoaderWrapper | typeof VegaLoadingIndicator | typeof VegaModal | typeof VegaNavCard | typeof VegaPageNotification | typeof VegaPageNotificationList | typeof VegaPagination | typeof VegaPieChart | typeof VegaPopover | typeof VegaPopoverContentBox | typeof VegaProgressTracker | typeof VegaRadio | typeof VegaRadioGroup | typeof VegaSectionTitle | typeof VegaSegmentControl | typeof VegaSelectionChip | typeof VegaSelectionChipGroup | typeof VegaSelectionTile | typeof VegaSelectionTileGroup | typeof VegaSignatureCapture | typeof VegaSkeleton | typeof VegaSlotContainer | typeof VegaStepper | typeof VegaTabGroup | typeof VegaTabGroupPanel | typeof VegaTable | typeof VegaTableBody | typeof VegaTableCell | typeof VegaTableExpandRow | typeof VegaTableHead | typeof VegaTableHeadCell | typeof VegaTableHeadRow | typeof VegaTableRow | typeof VegaText | typeof VegaTextarea | typeof VegaTimePicker | typeof VegaTimePickerDropdown | typeof VegaToggleSwitch | typeof VegaTooltip | typeof VegaTooltipContentBox | typeof VegaVirtualScroll)[];
1704
+ declare const _default: (typeof VegaAccordion | typeof VegaAppFooter | typeof VegaAppHeaderButton | typeof VegaBackdrop | typeof VegaBanner | typeof VegaBarChart | typeof VegaBox | typeof VegaBreadcrumb | typeof VegaButton | typeof VegaButtonCircle | typeof VegaButtonGroup | typeof VegaButtonGroupItem | typeof VegaButtonLink | typeof VegaCalendar | typeof VegaCalendarEvent | typeof VegaCalendarEventSlot | typeof VegaCard | typeof VegaCarousel | typeof VegaCheckbox | typeof VegaCheckboxGroup | typeof VegaChip | typeof VegaColorPicker | typeof VegaComboBox | typeof VegaCounterBadge | typeof VegaDatePicker | typeof VegaDatePickerCalendar | typeof VegaDialog | typeof VegaDivider | typeof VegaDropdown | typeof VegaDropdownContentBox | typeof VegaDropdownGroup | typeof VegaDropdownItem | typeof VegaFieldError | typeof VegaFieldLabel | typeof VegaFileUploader | typeof VegaFlex | typeof VegaFont | typeof VegaForm | typeof VegaGrid | typeof VegaHint | typeof VegaIcon | typeof VegaImageUploader | typeof VegaInput | typeof VegaInputCreditCard | typeof VegaInputPhoneNumber | typeof VegaInputRange | typeof VegaInputSelect | typeof VegaItemToggle | typeof VegaLeftNav | typeof VegaLeftNavGroup | typeof VegaLeftNavLink | typeof VegaLeftNavSection | typeof VegaLineChart | typeof VegaLoaderWrapper | typeof VegaLoadingIndicator | typeof VegaModal | typeof VegaNavCard | typeof VegaPageNotification | typeof VegaPageNotificationList | typeof VegaPagination | typeof VegaPieChart | typeof VegaPopover | typeof VegaPopoverContentBox | typeof VegaProgressTracker | typeof VegaRadio | typeof VegaRadioGroup | typeof VegaSectionTitle | typeof VegaSegmentControl | typeof VegaSelectionChip | typeof VegaSelectionChipGroup | typeof VegaSelectionTile | typeof VegaSelectionTileGroup | typeof VegaSignatureCapture | typeof VegaSkeleton | typeof VegaSlotContainer | typeof VegaStepper | typeof VegaTabGroup | typeof VegaTabGroupPanel | typeof VegaTable | typeof VegaTableBody | typeof VegaTableCell | typeof VegaTableExpandRow | typeof VegaTableHead | typeof VegaTableHeadCell | typeof VegaTableHeadRow | typeof VegaTableRow | typeof VegaText | typeof VegaTextarea | typeof VegaTimePicker | typeof VegaTimePickerDropdown | typeof VegaToggleSwitch | typeof VegaTooltip | typeof VegaTooltipContentBox | typeof VegaVirtualScroll)[];
1634
1705
  export default _default;