@heartlandone/vega-angular 2.24.0 → 2.26.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.
@@ -10,12 +10,12 @@ import { Components } from '@heartlandone/vega';
10
10
 
11
11
  export declare interface VegaAccordion extends Components.VegaAccordion {
12
12
  /**
13
- * An event emitter notifying the expand event of the accordion.
13
+ * An event emitter notifying the expand event of the accordion. @version 1.3.0
14
14
  */
15
15
  vegaExpand: EventEmitter<CustomEvent<boolean>>;
16
16
  /**
17
17
  * An event emitter notifying the expand event of the accordion.
18
- expand is an attribute, so the event name here uses accordionExpand @eventSemantics namespace:native
18
+ expand is an attribute, so the event name here uses accordionExpand @eventSemantics namespace:native,@version 2.0.0
19
19
  */
20
20
  accordionExpand: EventEmitter<CustomEvent<boolean>>;
21
21
 
@@ -64,21 +64,21 @@ export class VegaAppFooter {
64
64
 
65
65
  export declare interface VegaAppHeaderButton extends Components.VegaAppHeaderButton {
66
66
  /**
67
- * An event emitter notifying the click event of an app header button.
67
+ * An event emitter notifying the click event of an app header button. @version 1.11.0
68
68
  */
69
69
  vegaClick: EventEmitter<CustomEvent<any>>;
70
70
  /**
71
- * An event emitter notifying the click event of an app header button. @eventSemantics namespace:native
71
+ * An event emitter notifying the click event of an app header button. @eventSemantics namespace:native,@version 2.0.0
72
72
  */
73
73
  click: EventEmitter<CustomEvent<any>>;
74
74
  /**
75
75
  * An event emitter notifying the click event of a dropdown item
76
- in the app header.
76
+ in the app header. @version 1.23.0
77
77
  */
78
78
  vegaDropdownClick: EventEmitter<CustomEvent<string>>;
79
79
  /**
80
80
  * An event emitter notifying the click event of a dropdown item
81
- in the app header. @eventSemantics namespace:native
81
+ in the app header. @eventSemantics namespace:native,@version 2.0.0
82
82
  */
83
83
  dropdownClick: EventEmitter<CustomEvent<string>>;
84
84
 
@@ -106,7 +106,7 @@ export class VegaAppHeaderButton {
106
106
 
107
107
  export declare interface VegaBackdrop extends Components.VegaBackdrop {
108
108
  /**
109
- * An event emitter notifying the click event of the backdrop.
109
+ * An event emitter notifying the click event of the backdrop. @version 2.0.0
110
110
  */
111
111
  vegaClick: EventEmitter<CustomEvent<void>>;
112
112
 
@@ -134,19 +134,19 @@ export class VegaBackdrop {
134
134
  import type { VegaBannerActionButtonType as IVegaBannerVegaBannerActionButtonType } from '@heartlandone/vega/dist/types/components/vega-banner/types';
135
135
  export declare interface VegaBanner extends Components.VegaBanner {
136
136
  /**
137
- * An event emitter notifying the banner close event.
137
+ * An event emitter notifying the banner close event. @version 1.13.0
138
138
  */
139
139
  vegaClose: EventEmitter<CustomEvent<any>>;
140
140
  /**
141
- * An event emitter notifying the banner close event. @eventSemantics namespace:native
141
+ * An event emitter notifying the banner close event. @eventSemantics namespace:native,@version 2.8.0
142
142
  */
143
143
  close: EventEmitter<CustomEvent<any>>;
144
144
  /**
145
- * An event emitter notifying the banner action button has been clicked.
145
+ * An event emitter notifying the banner action button has been clicked. @version 2.18.0
146
146
  */
147
147
  vegaActionButtonClick: EventEmitter<CustomEvent<IVegaBannerVegaBannerActionButtonType>>;
148
148
  /**
149
- * An event emitter notifying the banner action button has been clicked. @eventSemantics namespace:native
149
+ * An event emitter notifying the banner action button has been clicked. @eventSemantics namespace:native,@version 2.18.0
150
150
  */
151
151
  actionButtonClick: EventEmitter<CustomEvent<IVegaBannerVegaBannerActionButtonType>>;
152
152
 
@@ -217,11 +217,11 @@ export class VegaBox {
217
217
  import type { VegaBreadcrumbItemType as IVegaBreadcrumbVegaBreadcrumbItemType } from '@heartlandone/vega/dist/types/components/vega-breadcrumb/types';
218
218
  export declare interface VegaBreadcrumb extends Components.VegaBreadcrumb {
219
219
  /**
220
- * An event emitter notifying that a breadcrumb item has been clicked.
220
+ * An event emitter notifying that a breadcrumb item has been clicked. @version 1.41.0
221
221
  */
222
222
  vegaClick: EventEmitter<CustomEvent<IVegaBreadcrumbVegaBreadcrumbItemType>>;
223
223
  /**
224
- * An event emitter notifying that a breadcrumb item has been clicked. @eventSemantics namespace:native
224
+ * An event emitter notifying that a breadcrumb item has been clicked. @eventSemantics namespace:native,@version 2.0.0
225
225
  */
226
226
  click: EventEmitter<CustomEvent<IVegaBreadcrumbVegaBreadcrumbItemType>>;
227
227
 
@@ -249,11 +249,11 @@ export class VegaBreadcrumb {
249
249
 
250
250
  export declare interface VegaButton extends Components.VegaButton {
251
251
  /**
252
- * An event emitter notifying the click event of the button.
252
+ * An event emitter notifying the click event of the button. @version 1.0.11
253
253
  */
254
254
  vegaClick: EventEmitter<CustomEvent<any>>;
255
255
  /**
256
- * An event emitter notifying the click event of the button. @eventSemantics namespace:native
256
+ * An event emitter notifying the click event of the button. @eventSemantics namespace:native,@version 2.0.0
257
257
  */
258
258
  click: EventEmitter<CustomEvent<any>>;
259
259
 
@@ -281,11 +281,11 @@ export class VegaButton {
281
281
 
282
282
  export declare interface VegaButtonCircle extends Components.VegaButtonCircle {
283
283
  /**
284
- * An event emitter notifying the click event of the circular button.
284
+ * An event emitter notifying the click event of the circular button. @version 1.0.11
285
285
  */
286
286
  vegaClick: EventEmitter<CustomEvent<any>>;
287
287
  /**
288
- * An event emitter notifying the click event of the circular button. @eventSemantics namespace:native
288
+ * An event emitter notifying the click event of the circular button. @eventSemantics namespace:native,@version 2.0.0
289
289
  */
290
290
  click: EventEmitter<CustomEvent<any>>;
291
291
 
@@ -313,11 +313,11 @@ export class VegaButtonCircle {
313
313
 
314
314
  export declare interface VegaButtonGroup extends Components.VegaButtonGroup {
315
315
  /**
316
- * An event emitter notifying the click event of the button group.
316
+ * An event emitter notifying the click event of the button group. @version 2.5.0
317
317
  */
318
318
  vegaClick: EventEmitter<CustomEvent<string>>;
319
319
  /**
320
- * An event emitter notifying the click event of the button. @eventSemantics namespace:native
320
+ * An event emitter notifying the click event of the button. @eventSemantics namespace:native,@version 2.5.0
321
321
  */
322
322
  click: EventEmitter<CustomEvent<string>>;
323
323
 
@@ -366,11 +366,11 @@ export class VegaButtonGroupItem {
366
366
 
367
367
  export declare interface VegaButtonLink extends Components.VegaButtonLink {
368
368
  /**
369
- * An event emitter notifying the click event of the button.
369
+ * An event emitter notifying the click event of the button. @version 1.0.11
370
370
  */
371
371
  vegaClick: EventEmitter<CustomEvent<any>>;
372
372
  /**
373
- * An event emitter notifying the click event of the button. @eventSemantics namespace:native
373
+ * An event emitter notifying the click event of the button. @eventSemantics namespace:native,@version 2.0.0
374
374
  */
375
375
  click: EventEmitter<CustomEvent<any>>;
376
376
 
@@ -400,35 +400,35 @@ import type { VegaCalendarEventClickInfo as IVegaCalendarVegaCalendarEventClickI
400
400
  import type { VegaCalendarDateClickInfo as IVegaCalendarVegaCalendarDateClickInfo } from '@heartlandone/vega/dist/types/components/vega-calendar/types';
401
401
  export declare interface VegaCalendar extends Components.VegaCalendar {
402
402
  /**
403
- * An event emitter notifying the component view content change after a switch panel click.
403
+ * An event emitter notifying the component view content change after a switch panel click. @version 2.14.0
404
404
  */
405
405
  vegaChange: EventEmitter<CustomEvent<IVegaCalendarVegaCalendarChangeEventType>>;
406
406
  /**
407
- * An event emitter notifying the component view content change after a switch panel click. @eventSemantics namespace:native
407
+ * An event emitter notifying the component view content change after a switch panel click. @eventSemantics namespace:native,@version 2.14.0
408
408
  */
409
409
  change: EventEmitter<CustomEvent<IVegaCalendarVegaCalendarChangeEventType>>;
410
410
  /**
411
- * An event emitter notifying that a component event item is clicked.
411
+ * An event emitter notifying that a component event item is clicked. @version 2.14.0
412
412
  */
413
413
  vegaEventClick: EventEmitter<CustomEvent<IVegaCalendarVegaCalendarEventClickInfo>>;
414
414
  /**
415
- * An event emitter notifying that a component event item is clicked. @eventSemantics namespace:native
415
+ * An event emitter notifying that a component event item is clicked. @eventSemantics namespace:native,@version 2.14.0
416
416
  */
417
417
  eventClick: EventEmitter<CustomEvent<IVegaCalendarVegaCalendarEventClickInfo>>;
418
418
  /**
419
- * An event emitter notifying that a calendar date item has been double-clicked.
419
+ * An event emitter notifying that a calendar date item has been double-clicked. @version 2.17.0
420
420
  */
421
421
  vegaDateDblClick: EventEmitter<CustomEvent<IVegaCalendarVegaCalendarDateClickInfo>>;
422
422
  /**
423
- * An event emitter notifying that a calendar date item has been double-clicked. @eventSemantics namespace:native
423
+ * An event emitter notifying that a calendar date item has been double-clicked. @eventSemantics namespace:native,@version 2.17.0
424
424
  */
425
425
  dateDblClick: EventEmitter<CustomEvent<IVegaCalendarVegaCalendarDateClickInfo>>;
426
426
  /**
427
- * An event emitter notifying that a calendar more action menu item has been clicked.
427
+ * An event emitter notifying that a calendar more action menu item has been clicked. @version 2.20.0
428
428
  */
429
429
  vegaMoreActionClick: EventEmitter<CustomEvent<string>>;
430
430
  /**
431
- * An event emitter notifying that a calendar more action menu item has been clicked. @eventSemantics namespace:native
431
+ * An event emitter notifying that a calendar more action menu item has been clicked. @eventSemantics namespace:native,@version 2.20.0
432
432
  */
433
433
  moreActionClick: EventEmitter<CustomEvent<string>>;
434
434
 
@@ -520,12 +520,12 @@ export class VegaCard {
520
520
  export declare interface VegaCarousel extends Components.VegaCarousel {
521
521
  /**
522
522
  * An event emitter notifying the transition of the carousel to another page,
523
- whether triggered programmatically or through user interaction.
523
+ whether triggered programmatically or through user interaction. @version 1.3.0
524
524
  */
525
525
  vegaPageUpdate: EventEmitter<CustomEvent<number>>;
526
526
  /**
527
527
  * An event emitter notifying the transition of the carousel to another page,
528
- whether triggered programmatically or through user interaction. @eventSemantics namespace:native
528
+ whether triggered programmatically or through user interaction. @eventSemantics namespace:native,@version 2.0.0
529
529
  */
530
530
  pageUpdate: EventEmitter<CustomEvent<number>>;
531
531
 
@@ -555,12 +555,12 @@ export class VegaCarousel {
555
555
  export declare interface VegaCheckbox extends Components.VegaCheckbox {
556
556
  /**
557
557
  * An event emitter notifying changes in the value of the checkbox,
558
- whether triggered programmatically or through user interaction.
558
+ whether triggered programmatically or through user interaction. @version 1.0.10
559
559
  */
560
560
  vegaChange: EventEmitter<CustomEvent<string | boolean>>;
561
561
  /**
562
562
  * An event emitter notifying changes in the value of the checkbox,
563
- whether triggered programmatically or through user interaction. @eventSemantics namespace:native
563
+ whether triggered programmatically or through user interaction. @eventSemantics namespace:native,@version 2.0.0
564
564
  */
565
565
  change: EventEmitter<CustomEvent<string | boolean>>;
566
566
 
@@ -592,14 +592,14 @@ export declare interface VegaCheckboxGroup extends Components.VegaCheckboxGroup
592
592
  * An event emitter notifying changes in the value
593
593
  of any nested checkbox within the checkbox group,
594
594
  whether triggered programmatically or through
595
- user interaction.
595
+ user interaction. @version 1.0.10
596
596
  */
597
597
  vegaChange: EventEmitter<CustomEvent<string[]>>;
598
598
  /**
599
599
  * An event emitter notifying changes in the value
600
600
  of any nested checkbox within the checkbox group,
601
601
  whether triggered programmatically or through
602
- user interaction. @eventSemantics namespace:native
602
+ user interaction. @eventSemantics namespace:native,@version 2.0.0
603
603
  */
604
604
  change: EventEmitter<CustomEvent<string[]>>;
605
605
 
@@ -629,21 +629,21 @@ export declare interface VegaChip extends Components.VegaChip {
629
629
  /**
630
630
  * An event emitter notifying the click event of the close button of the chip.
631
631
 
632
- This event is only dispatched when the `showCloseIcon` property is set to `true`.
632
+ This event is only dispatched when the `showCloseIcon` property is set to `true`. @version 1.11.0
633
633
  */
634
634
  vegaClose: EventEmitter<CustomEvent<void>>;
635
635
  /**
636
- * An event emitter notifying the click event of the close button of the chip. @eventSemantics namespace:native
636
+ * An event emitter notifying the click event of the close button of the chip. @eventSemantics namespace:native,@version 2.0.0
637
637
  */
638
638
  close: EventEmitter<CustomEvent<void>>;
639
639
  /**
640
640
  * An event emitter notifying the click event of the chip.
641
641
 
642
- This event is only dispatched when the `clickable` property is set to `true`.
642
+ This event is only dispatched when the `clickable` property is set to `true`. @version 1.11.0
643
643
  */
644
644
  vegaClick: EventEmitter<CustomEvent<void>>;
645
645
  /**
646
- * An event emitter notifying the click event of the chip. @eventSemantics namespace:native
646
+ * An event emitter notifying the click event of the chip. @eventSemantics namespace:native,@version 2.0.0
647
647
  */
648
648
  click: EventEmitter<CustomEvent<void>>;
649
649
 
@@ -672,12 +672,12 @@ export class VegaChip {
672
672
  export declare interface VegaColorPicker extends Components.VegaColorPicker {
673
673
  /**
674
674
  * An event emitter notifying changes in the value of the color picker,
675
- whether triggered programmatically or through user interaction.
675
+ whether triggered programmatically or through user interaction. @version 1.13.0
676
676
  */
677
677
  vegaChange: EventEmitter<CustomEvent<string>>;
678
678
  /**
679
679
  * An event emitter notifying changes in the value of the color picker,
680
- whether triggered programmatically or through user interaction. @eventSemantics namespace:native
680
+ whether triggered programmatically or through user interaction. @eventSemantics namespace:native,@version 2.0.0
681
681
  */
682
682
  change: EventEmitter<CustomEvent<string>>;
683
683
 
@@ -706,12 +706,12 @@ export class VegaColorPicker {
706
706
  export declare interface VegaComboBox extends Components.VegaComboBox {
707
707
  /**
708
708
  * An event emitter notifying changes in the items of the combo box value,
709
- whether triggered programmatically or through user interaction.
709
+ whether triggered programmatically or through user interaction. @version 1.11.0
710
710
  */
711
711
  vegaChange: EventEmitter<CustomEvent<string[]>>;
712
712
  /**
713
713
  * An event emitter notifying changes in the items of the combo box value,
714
- whether triggered programmatically or through user interaction. @eventSemantics namespace:native
714
+ whether triggered programmatically or through user interaction. @eventSemantics namespace:native,@version 2.0.0
715
715
  */
716
716
  change: EventEmitter<CustomEvent<string[]>>;
717
717
  /**
@@ -720,7 +720,7 @@ export declare interface VegaComboBox extends Components.VegaComboBox {
720
720
 
721
721
  The event's `detail` property contains the new value.
722
722
 
723
- The combo box _does not_ automatically add the new value to its `source` and `value`.
723
+ The combo box _does not_ automatically add the new value to its `source` and `value`. @version 1.14.0
724
724
  */
725
725
  vegaCreate: EventEmitter<CustomEvent<string>>;
726
726
  /**
@@ -729,17 +729,17 @@ The combo box _does not_ automatically add the new value to its `source` and `va
729
729
 
730
730
  The event's `detail` property contains the new value.
731
731
 
732
- The combo box _does not_ automatically add the new value to its `source` and `value`. @eventSemantics namespace:native
732
+ The combo box _does not_ automatically add the new value to its `source` and `value`. @eventSemantics namespace:native,@version 2.0.0
733
733
  */
734
734
  create: EventEmitter<CustomEvent<string>>;
735
735
  /**
736
736
  * An event emitter notifying the user's search action in the combo box,
737
- but only if the `useDefaultFilter` property is set to `false`.
737
+ but only if the `useDefaultFilter` property is set to `false`. @version 1.24.0
738
738
  */
739
739
  vegaSearch: EventEmitter<CustomEvent<string>>;
740
740
  /**
741
741
  * An event emitter notifying the user's search action in the combo box,
742
- but only if the `useDefaultFilter` property is set to `false`. @eventSemantics namespace:native
742
+ but only if the `useDefaultFilter` property is set to `false`. @eventSemantics namespace:native,@version 2.0.0
743
743
  */
744
744
  search: EventEmitter<CustomEvent<string>>;
745
745
 
@@ -790,12 +790,12 @@ export class VegaCounterBadge {
790
790
  export declare interface VegaDatePicker extends Components.VegaDatePicker {
791
791
  /**
792
792
  * An event emitter notifying the change of the value in the date picker,
793
- whether triggered programmatically or through user interaction.
793
+ whether triggered programmatically or through user interaction. @version 1.3.0
794
794
  */
795
795
  vegaChange: EventEmitter<CustomEvent<string | string[]>>;
796
796
  /**
797
797
  * An event emitter notifying the change of the value in the date picker,
798
- whether triggered programmatically or through user interaction. @eventSemantics namespace:native
798
+ whether triggered programmatically or through user interaction. @eventSemantics namespace:native,@version 2.0.0
799
799
  */
800
800
  change: EventEmitter<CustomEvent<string | string[]>>;
801
801
 
@@ -887,33 +887,33 @@ export declare interface VegaDropdown extends Components.VegaDropdown {
887
887
  /**
888
888
  * An event emitter notifying that a dropdown item has been clicked.
889
889
 
890
- The event's `detail` property contains the key of the clicked item.
890
+ The event's `detail` property contains the key of the clicked item. @version 1.11.0
891
891
  */
892
892
  vegaDropdownClick: EventEmitter<CustomEvent<string>>;
893
893
  /**
894
894
  * An event emitter notifying that a dropdown item has been clicked.
895
895
 
896
- The event's `detail` property contains the key of the clicked item. @eventSemantics namespace:native
896
+ The event's `detail` property contains the key of the clicked item. @eventSemantics namespace:native,@version 2.0.0
897
897
  */
898
898
  dropdownClick: EventEmitter<CustomEvent<string>>;
899
899
  /**
900
900
  * An event emitter notifying that the dropdown has been displayed,
901
- either programmatically or via user interaction.
901
+ either programmatically or via user interaction. @version 1.3.0
902
902
  */
903
903
  vegaShow: EventEmitter<CustomEvent<string>>;
904
904
  /**
905
905
  * An event emitter notifying that the dropdown has been displayed,
906
- either programmatically or via user interaction. The name is not `show` because already has a method `show`. @eventSemantics namespace:native
906
+ either programmatically or via user interaction. The name is not `show` because already has a method `show`. @eventSemantics namespace:native,@version 2.0.0
907
907
  */
908
908
  dropdownShow: EventEmitter<CustomEvent<string>>;
909
909
  /**
910
910
  * Event emitter notifying that the dropdown has been dismissed,
911
- either programmatically or via user interaction.
911
+ either programmatically or via user interaction. @version 1.3.0
912
912
  */
913
913
  vegaHide: EventEmitter<CustomEvent<string>>;
914
914
  /**
915
915
  * An event emitter notifying that the dropdown has been dismissed,
916
- either programmatically or via user interaction. The name is not `hide` because already has a method `hide`. @eventSemantics namespace:native
916
+ either programmatically or via user interaction. The name is not `hide` because already has a method `hide`. @eventSemantics namespace:native,@version 2.0.0
917
917
  */
918
918
  dropdownHide: EventEmitter<CustomEvent<string>>;
919
919
  /**
@@ -922,7 +922,7 @@ The event's `detail` property contains the key of the clicked item. @eventSemant
922
922
 
923
923
  The event's `detail` property contains the new value.
924
924
 
925
- The dropdown _does not_ automatically add the new value to the source list.
925
+ The dropdown _does not_ automatically add the new value to the source list. @version 1.14.0
926
926
  */
927
927
  vegaCreate: EventEmitter<CustomEvent<string>>;
928
928
  /**
@@ -931,17 +931,17 @@ The dropdown _does not_ automatically add the new value to the source list.
931
931
 
932
932
  The event's `detail` property contains the new value.
933
933
 
934
- The dropdown _does not_ automatically add the new value to the source list. @eventSemantics namespace:native
934
+ The dropdown _does not_ automatically add the new value to the source list. @eventSemantics namespace:native,@version 2.0.0
935
935
  */
936
936
  create: EventEmitter<CustomEvent<string>>;
937
937
  /**
938
938
  * An event emitter notifying the search event in the dropdown,
939
- but only if `useDefaultFilter` is set to `false`.
939
+ but only if `useDefaultFilter` is set to `false`. @version 1.24.0
940
940
  */
941
941
  vegaSearch: EventEmitter<CustomEvent<string>>;
942
942
  /**
943
943
  * An event emitter notifying the search event in the dropdown,
944
- but only if `useDefaultFilter` is set to `false`. The name is not `search` because already has a method `search`. @eventSemantics namespace:native
944
+ 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
945
945
  */
946
946
  dropdownSearch: EventEmitter<CustomEvent<string>>;
947
947
 
@@ -949,14 +949,14 @@ The dropdown _does not_ automatically add the new value to the source list. @eve
949
949
 
950
950
  @ProxyCmp({
951
951
  defineCustomElementFn: undefined,
952
- inputs: ['alignment', 'caseSensitive', 'dynamicOption', 'isLazyLoading', 'isLoading', 'itemDisplayRule', 'matchContainerHeight', 'matchTargetWidth', 'maxHeight', 'maxWidth', 'minWidth', 'placement', 'positionRelativeTo', 'prefixIconSlot', 'searchable', 'selectType', 'selectedSourceKey', 'size', 'source', 'translocation', 'trigger', 'useDefaultFilter'],
952
+ inputs: ['alignment', 'caseSensitive', 'dynamicOption', 'isLazyLoading', 'isLoading', 'itemDisplayRule', 'matchContainerHeight', 'matchTargetWidth', 'maxHeight', 'maxWidth', 'minWidth', 'placement', 'positionRelativeTo', 'prefixIconSlot', 'searchTriggerBy', 'searchable', 'selectType', 'selectedSourceKey', 'size', 'source', 'translocation', 'trigger', 'useDefaultFilter'],
953
953
  methods: ['show', 'hide', 'search', 'clearSelection', 'getSelection', 'setSelection']
954
954
  })
955
955
  @Component({
956
956
  selector: 'vega-dropdown',
957
957
  changeDetection: ChangeDetectionStrategy.OnPush,
958
958
  template: '<ng-content></ng-content>',
959
- inputs: ['alignment', 'caseSensitive', 'dynamicOption', 'isLazyLoading', 'isLoading', 'itemDisplayRule', 'matchContainerHeight', 'matchTargetWidth', 'maxHeight', 'maxWidth', 'minWidth', 'placement', 'positionRelativeTo', 'prefixIconSlot', 'searchable', 'selectType', 'selectedSourceKey', 'size', 'source', 'translocation', 'trigger', 'useDefaultFilter']
959
+ inputs: ['alignment', 'caseSensitive', 'dynamicOption', 'isLazyLoading', 'isLoading', 'itemDisplayRule', 'matchContainerHeight', 'matchTargetWidth', 'maxHeight', 'maxWidth', 'minWidth', 'placement', 'positionRelativeTo', 'prefixIconSlot', 'searchTriggerBy', 'searchable', 'selectType', 'selectedSourceKey', 'size', 'source', 'translocation', 'trigger', 'useDefaultFilter']
960
960
  })
961
961
  export class VegaDropdown {
962
962
  protected el: HTMLElement;
@@ -1010,11 +1010,11 @@ export class VegaDropdownGroup {
1010
1010
  import type { VegaDropdownItemClickEvent as IVegaDropdownItemVegaDropdownItemClickEvent } from '@heartlandone/vega/dist/types/components/vega-dropdown/vega-dropdown-item/types';
1011
1011
  export declare interface VegaDropdownItem extends Components.VegaDropdownItem {
1012
1012
  /**
1013
- * An event emitter notifying the dropdown item has been clicked.
1013
+ * An event emitter notifying the dropdown item has been clicked. @version 1.47.0
1014
1014
  */
1015
1015
  vegaClick: EventEmitter<CustomEvent<IVegaDropdownItemVegaDropdownItemClickEvent>>;
1016
1016
  /**
1017
- * An event emitter notifying the dropdown item has been clicked. @eventSemantics namespace:native
1017
+ * An event emitter notifying the dropdown item has been clicked. @eventSemantics namespace:native,@version 2.0.0
1018
1018
  */
1019
1019
  click: EventEmitter<CustomEvent<IVegaDropdownItemVegaDropdownItemClickEvent>>;
1020
1020
 
@@ -1022,13 +1022,13 @@ export declare interface VegaDropdownItem extends Components.VegaDropdownItem {
1022
1022
 
1023
1023
  @ProxyCmp({
1024
1024
  defineCustomElementFn: undefined,
1025
- inputs: ['count', 'disabled', 'height', 'itemKey', 'label', 'prefixIcon']
1025
+ inputs: ['count', 'danger', 'disabled', 'height', 'itemKey', 'label', 'prefixIcon']
1026
1026
  })
1027
1027
  @Component({
1028
1028
  selector: 'vega-dropdown-item',
1029
1029
  changeDetection: ChangeDetectionStrategy.OnPush,
1030
1030
  template: '<ng-content></ng-content>',
1031
- inputs: ['count', 'disabled', 'height', 'itemKey', 'label', 'prefixIcon']
1031
+ inputs: ['count', 'danger', 'disabled', 'height', 'itemKey', 'label', 'prefixIcon']
1032
1032
  })
1033
1033
  export class VegaDropdownItem {
1034
1034
  protected el: HTMLElement;
@@ -1063,28 +1063,105 @@ export class VegaFieldError {
1063
1063
 
1064
1064
  export declare interface VegaFieldLabel extends Components.VegaFieldLabel {
1065
1065
  /**
1066
- * An event emitter notifying that the field label has been clicked.
1066
+ * An event emitter notifying that the field label has been clicked. @version 1.43.0
1067
1067
  */
1068
1068
  vegaClick: EventEmitter<CustomEvent<any>>;
1069
+ /**
1070
+ * An event emitter notifying that the suffix button associated with the field label has been clicked. @version 2.25.0
1071
+ */
1072
+ vegaLabelButtonClick: EventEmitter<CustomEvent<any>>;
1073
+ /**
1074
+ * An event emitter notifying that the suffix button associated with the field label has been clicked. @eventSemantics namespace:native,@version 2.25.0
1075
+ */
1076
+ labelButtonClick: EventEmitter<CustomEvent<any>>;
1069
1077
 
1070
1078
  }
1071
1079
 
1072
1080
  @ProxyCmp({
1073
1081
  defineCustomElementFn: undefined,
1074
- inputs: ['disabled', 'isFieldRequired', 'label']
1082
+ inputs: ['disabled', 'isFieldRequired', 'label', 'suffixButtonProps']
1075
1083
  })
1076
1084
  @Component({
1077
1085
  selector: 'vega-field-label',
1078
1086
  changeDetection: ChangeDetectionStrategy.OnPush,
1079
1087
  template: '<ng-content></ng-content>',
1080
- inputs: ['disabled', 'isFieldRequired', 'label']
1088
+ inputs: ['disabled', 'isFieldRequired', 'label', 'suffixButtonProps']
1081
1089
  })
1082
1090
  export class VegaFieldLabel {
1083
1091
  protected el: HTMLElement;
1084
1092
  constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {
1085
1093
  c.detach();
1086
1094
  this.el = r.nativeElement;
1087
- proxyOutputs(this, this.el, ['vegaClick']);
1095
+ proxyOutputs(this, this.el, ['vegaClick', 'vegaLabelButtonClick', 'labelButtonClick']);
1096
+ }
1097
+ }
1098
+
1099
+ import type { VegaFileUploaderFiles as IVegaFileUploaderVegaFileUploaderFiles } from '@heartlandone/vega/dist/types/components/vega-file-uploader/types';
1100
+ import type { VegaFileUploaderFile as IVegaFileUploaderVegaFileUploaderFile } from '@heartlandone/vega/dist/types/components/vega-file-uploader/types';
1101
+ export declare interface VegaFileUploader extends Components.VegaFileUploader {
1102
+ /**
1103
+ * An event emitter notifying a change in the file list. @version 2.25.0
1104
+ */
1105
+ vegaChange: EventEmitter<CustomEvent<IVegaFileUploaderVegaFileUploaderFiles>>;
1106
+ /**
1107
+ * An event emitter notifying a change in the file list. @eventSemantics namespace:native,@version 2.25.0
1108
+ */
1109
+ change: EventEmitter<CustomEvent<IVegaFileUploaderVegaFileUploaderFiles>>;
1110
+ /**
1111
+ * An event emitter notifying a file selection change. By default, the component value
1112
+ is updated, but this behavior can be prevented. @version 2.25.0
1113
+ */
1114
+ vegaSelectedFileChange: EventEmitter<CustomEvent<IVegaFileUploaderVegaFileUploaderFiles>>;
1115
+ /**
1116
+ * An event emitter notifying a file selection change. By default, the component value
1117
+ is updated, but this behavior can be prevented. @eventSemantics namespace:native,@version 2.25.0
1118
+ */
1119
+ selectedFileChange: EventEmitter<CustomEvent<IVegaFileUploaderVegaFileUploaderFiles>>;
1120
+ /**
1121
+ * An event emitter notifying that a selected file will be removed. By default, the component value
1122
+ is updated, but this behavior can be prevented. @version 2.25.0
1123
+ */
1124
+ vegaRemove: EventEmitter<CustomEvent<IVegaFileUploaderVegaFileUploaderFile>>;
1125
+ /**
1126
+ * An event emitter notifying that a selected file will be removed. By default, the component value
1127
+ is updated, but this behavior can be prevented. @eventSemantics namespace:native,@version 2.25.0
1128
+ */
1129
+ remove: EventEmitter<CustomEvent<IVegaFileUploaderVegaFileUploaderFile>>;
1130
+ /**
1131
+ * An event emitter notifying that a file will be re-uploaded. @version 2.25.0
1132
+ */
1133
+ vegaRetry: EventEmitter<CustomEvent<IVegaFileUploaderVegaFileUploaderFile>>;
1134
+ /**
1135
+ * An event emitter notifying that a file will be re-uploaded. @eventSemantics namespace:native,@version 2.25.0
1136
+ */
1137
+ retry: EventEmitter<CustomEvent<IVegaFileUploaderVegaFileUploaderFile>>;
1138
+ /**
1139
+ * An event emitter notifying that a file will be opened for preview. @version 2.25.0
1140
+ */
1141
+ vegaPreview: EventEmitter<CustomEvent<IVegaFileUploaderVegaFileUploaderFile>>;
1142
+ /**
1143
+ * An event emitter notifying that a file will be opened for preview. @eventSemantics namespace:native,@version 2.25.0
1144
+ */
1145
+ preview: EventEmitter<CustomEvent<IVegaFileUploaderVegaFileUploaderFile>>;
1146
+
1147
+ }
1148
+
1149
+ @ProxyCmp({
1150
+ defineCustomElementFn: undefined,
1151
+ inputs: ['accept', 'autoValidation', 'disabled', 'hint', 'isValid', 'label', 'required', 'validationRules', 'value', 'variant']
1152
+ })
1153
+ @Component({
1154
+ selector: 'vega-file-uploader',
1155
+ changeDetection: ChangeDetectionStrategy.OnPush,
1156
+ template: '<ng-content></ng-content>',
1157
+ inputs: ['accept', 'autoValidation', 'disabled', 'hint', 'isValid', 'label', 'required', 'validationRules', 'value', 'variant']
1158
+ })
1159
+ export class VegaFileUploader {
1160
+ protected el: HTMLElement;
1161
+ constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {
1162
+ c.detach();
1163
+ this.el = r.nativeElement;
1164
+ proxyOutputs(this, this.el, ['vegaChange', 'change', 'vegaSelectedFileChange', 'selectedFileChange', 'vegaRemove', 'remove', 'vegaRetry', 'retry', 'vegaPreview', 'preview']);
1088
1165
  }
1089
1166
  }
1090
1167
 
@@ -1093,13 +1170,13 @@ export declare interface VegaFlex extends Components.VegaFlex {}
1093
1170
 
1094
1171
  @ProxyCmp({
1095
1172
  defineCustomElementFn: undefined,
1096
- inputs: ['alignItems', 'breakpoint', 'direction', 'flexWrap', 'gap', 'justifyContent', 'margin', 'useNativeFlex']
1173
+ inputs: ['alignItems', 'breakpoint', 'direction', 'flex', 'flexBasis', 'flexGrow', 'flexShrink', 'flexWrap', 'gap', 'justifyContent', 'margin', 'useNativeFlex']
1097
1174
  })
1098
1175
  @Component({
1099
1176
  selector: 'vega-flex',
1100
1177
  changeDetection: ChangeDetectionStrategy.OnPush,
1101
1178
  template: '<ng-content></ng-content>',
1102
- inputs: ['alignItems', 'breakpoint', 'direction', 'flexWrap', 'gap', 'justifyContent', 'margin', 'useNativeFlex']
1179
+ inputs: ['alignItems', 'breakpoint', 'direction', 'flex', 'flexBasis', 'flexGrow', 'flexShrink', 'flexWrap', 'gap', 'justifyContent', 'margin', 'useNativeFlex']
1103
1180
  })
1104
1181
  export class VegaFlex {
1105
1182
  protected el: HTMLElement;
@@ -1133,27 +1210,27 @@ export class VegaFont {
1133
1210
 
1134
1211
  export declare interface VegaForm extends Components.VegaForm {
1135
1212
  /**
1136
- * An event emitter notifying the change in the validation result.
1213
+ * An event emitter notifying the change in the validation result. @version 1.9.1
1137
1214
  */
1138
1215
  vegaValidate: EventEmitter<CustomEvent<boolean>>;
1139
1216
  /**
1140
- * An event emitter notifying the change in the validation result. @eventSemantics namespace:native
1217
+ * An event emitter notifying the change in the validation result. @eventSemantics namespace:native,@version 2.0.0
1141
1218
  */
1142
1219
  validate: EventEmitter<CustomEvent<boolean>>;
1143
1220
  /**
1144
- * An event emitter notifying the submission of the form.
1221
+ * An event emitter notifying the submission of the form. @version 1.24.0
1145
1222
  */
1146
1223
  vegaFormSubmit: EventEmitter<CustomEvent<unknown>>;
1147
1224
  /**
1148
- * An event emitter notifying the submission of the form. @eventSemantics namespace:native
1225
+ * An event emitter notifying the submission of the form. @eventSemantics namespace:native,@version 2.0.0
1149
1226
  */
1150
1227
  formSubmit: EventEmitter<CustomEvent<unknown>>;
1151
1228
  /**
1152
- * An event emitter notifying the reset of the form.
1229
+ * An event emitter notifying the reset of the form. @version 1.24.0
1153
1230
  */
1154
1231
  vegaFormReset: EventEmitter<CustomEvent<any>>;
1155
1232
  /**
1156
- * An event emitter notifying the reset of the form. @eventSemantics namespace:native
1233
+ * An event emitter notifying the reset of the form. @eventSemantics namespace:native,@version 2.0.0
1157
1234
  */
1158
1235
  formReset: EventEmitter<CustomEvent<any>>;
1159
1236
 
@@ -1243,27 +1320,27 @@ export class VegaIcon {
1243
1320
  import type { VegaFileOptional as IVegaImageUploaderVegaFileOptional } from '@heartlandone/vega/dist/types/components/vega-image-uploader/types';
1244
1321
  export declare interface VegaImageUploader extends Components.VegaImageUploader {
1245
1322
  /**
1246
- * An event emitter notifying a value change.
1323
+ * An event emitter notifying a value change. @version 1.14.0
1247
1324
  */
1248
1325
  vegaChange: EventEmitter<CustomEvent<IVegaImageUploaderVegaFileOptional>>;
1249
1326
  /**
1250
- * An event emitter notifying a value change. @eventSemantics namespace:native
1327
+ * An event emitter notifying a value change. @eventSemantics namespace:native,@version 2.0.0
1251
1328
  */
1252
1329
  change: EventEmitter<CustomEvent<any>>;
1253
1330
  /**
1254
- * An event emitter notifying the removal of a value.
1331
+ * An event emitter notifying the removal of a value. @version 1.14.0
1255
1332
  */
1256
1333
  vegaRemove: EventEmitter<CustomEvent<any>>;
1257
1334
  /**
1258
- * An event emitter notifying the removal of a value. @eventSemantics namespace:native
1335
+ * An event emitter notifying the removal of a value. @eventSemantics namespace:native,@version 2.0.0
1259
1336
  */
1260
1337
  remove: EventEmitter<CustomEvent<any>>;
1261
1338
  /**
1262
- * An event emitter notifying the cancellation of an uploading event.
1339
+ * An event emitter notifying the cancellation of an uploading event. @version 1.14.0
1263
1340
  */
1264
1341
  vegaCancel: EventEmitter<CustomEvent<any>>;
1265
1342
  /**
1266
- * An event emitter notifying the removal of a value. @eventSemantics namespace:native
1343
+ * An event emitter notifying the removal of a value. @eventSemantics namespace:native,@version 2.0.0
1267
1344
  */
1268
1345
  cancel: EventEmitter<CustomEvent<any>>;
1269
1346
 
@@ -1292,76 +1369,84 @@ export class VegaImageUploader {
1292
1369
 
1293
1370
  export declare interface VegaInput extends Components.VegaInput {
1294
1371
  /**
1295
- * An event emitter notifying a value change.
1372
+ * An event emitter notifying a value change. @version 1.0.10
1296
1373
  */
1297
1374
  vegaChange: EventEmitter<CustomEvent<string>>;
1298
1375
  /**
1299
- * An event emitter notifying a value change. @eventSemantics namespace:native
1376
+ * An event emitter notifying a value change. @eventSemantics namespace:native,@version 2.0.0
1300
1377
  */
1301
1378
  change: EventEmitter<CustomEvent<string>>;
1302
1379
  /**
1303
- * An event emitter notifying the blur of the inner input element.
1380
+ * An event emitter notifying the blur of the inner input element. @version 1.3.0
1304
1381
  */
1305
1382
  vegaBlur: EventEmitter<CustomEvent<undefined>>;
1306
1383
  /**
1307
- * An event emitter notifying the blur of the inner input element. @eventSemantics namespace:native
1384
+ * An event emitter notifying the blur of the inner input element. @eventSemantics namespace:native,@version 2.0.0
1308
1385
  */
1309
1386
  blur: EventEmitter<CustomEvent<undefined>>;
1310
1387
  /**
1311
- * An event emitter notifying the focus of the inner input element.
1388
+ * An event emitter notifying the focus of the inner input element. @version 1.12.0
1312
1389
  */
1313
1390
  vegaFocus: EventEmitter<CustomEvent<undefined>>;
1314
1391
  /**
1315
- * An event emitter notifying the focus of the inner input element. @eventSemantics namespace:native
1392
+ * An event emitter notifying the focus of the inner input element. @eventSemantics namespace:native,@version 2.0.0
1316
1393
  */
1317
1394
  focus: EventEmitter<CustomEvent<undefined>>;
1395
+ /**
1396
+ * An event emitter notifying that the suffix button associated with the field label has been clicked. @version 2.25.0
1397
+ */
1398
+ vegaLabelButtonClick: EventEmitter<CustomEvent<any>>;
1399
+ /**
1400
+ * An event emitter notifying that the suffix button associated with the field label has been clicked. @eventSemantics namespace:native,@version 2.25.0
1401
+ */
1402
+ labelButtonClick: EventEmitter<CustomEvent<any>>;
1318
1403
 
1319
1404
  }
1320
1405
 
1321
1406
  @ProxyCmp({
1322
1407
  defineCustomElementFn: undefined,
1323
- inputs: ['autoValidation', 'autocomplete', 'disableCopyPaste', 'disabled', 'email', 'hint', 'isValid', 'label', 'maskConfig', 'max', 'maxLength', 'min', 'minLength', 'name', 'placeholder', 'prefixIcon', 'required', 'showClearIcon', 'size', 'type', 'validationRules', 'value', 'valueUpdateTrigger'],
1408
+ inputs: ['autoValidation', 'autocomplete', 'disableCopyPaste', 'disabled', 'email', 'hint', 'isValid', 'label', 'labelSuffixButtonProps', 'maskConfig', 'max', 'maxLength', 'min', 'minLength', 'name', 'placeholder', 'prefixIcon', 'required', 'showClearIcon', 'size', 'type', 'validationRules', 'value', 'valueUpdateTrigger'],
1324
1409
  methods: ['doFocus', 'doBlur']
1325
1410
  })
1326
1411
  @Component({
1327
1412
  selector: 'vega-input',
1328
1413
  changeDetection: ChangeDetectionStrategy.OnPush,
1329
1414
  template: '<ng-content></ng-content>',
1330
- inputs: ['autoValidation', 'autocomplete', 'disableCopyPaste', 'disabled', 'email', 'hint', 'isValid', 'label', 'maskConfig', 'max', 'maxLength', 'min', 'minLength', 'name', 'placeholder', 'prefixIcon', 'required', 'showClearIcon', 'size', 'type', 'validationRules', 'value', 'valueUpdateTrigger']
1415
+ inputs: ['autoValidation', 'autocomplete', 'disableCopyPaste', 'disabled', 'email', 'hint', 'isValid', 'label', 'labelSuffixButtonProps', 'maskConfig', 'max', 'maxLength', 'min', 'minLength', 'name', 'placeholder', 'prefixIcon', 'required', 'showClearIcon', 'size', 'type', 'validationRules', 'value', 'valueUpdateTrigger']
1331
1416
  })
1332
1417
  export class VegaInput {
1333
1418
  protected el: HTMLElement;
1334
1419
  constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {
1335
1420
  c.detach();
1336
1421
  this.el = r.nativeElement;
1337
- proxyOutputs(this, this.el, ['vegaChange', 'change', 'vegaBlur', 'blur', 'vegaFocus', 'focus']);
1422
+ proxyOutputs(this, this.el, ['vegaChange', 'change', 'vegaBlur', 'blur', 'vegaFocus', 'focus', 'vegaLabelButtonClick', 'labelButtonClick']);
1338
1423
  }
1339
1424
  }
1340
1425
 
1341
1426
 
1342
1427
  export declare interface VegaInputCreditCard extends Components.VegaInputCreditCard {
1343
1428
  /**
1344
- * An event emitter notifying a value change.
1429
+ * An event emitter notifying a value change. @version 1.26.0
1345
1430
  */
1346
1431
  vegaChange: EventEmitter<CustomEvent<string>>;
1347
1432
  /**
1348
- * A native change event emitter notifying a value change. @eventSemantics namespace:native
1433
+ * A native change event emitter notifying a value change. @eventSemantics namespace:native,@version 2.0.0
1349
1434
  */
1350
1435
  change: EventEmitter<CustomEvent<string>>;
1351
1436
  /**
1352
- * An event emitter notifying the blur event of the credit card element.
1437
+ * An event emitter notifying the blur event of the credit card element. @version 1.26.0
1353
1438
  */
1354
1439
  vegaBlur: EventEmitter<CustomEvent<undefined>>;
1355
1440
  /**
1356
- * An event emitter notifying the blur event of the credit card element. @eventSemantics namespace:native
1441
+ * An event emitter notifying the blur event of the credit card element. @eventSemantics namespace:native,@version 2.0.0
1357
1442
  */
1358
1443
  blur: EventEmitter<CustomEvent<undefined>>;
1359
1444
  /**
1360
- * An event emitter notifying the focus of the credit card element.
1445
+ * An event emitter notifying the focus of the credit card element. @version 1.26.0
1361
1446
  */
1362
1447
  vegaFocus: EventEmitter<CustomEvent<undefined>>;
1363
1448
  /**
1364
- * An event emitter notifying the focus of the credit card element. @eventSemantics namespace:native
1449
+ * An event emitter notifying the focus of the credit card element. @eventSemantics namespace:native,@version 2.0.0
1365
1450
  */
1366
1451
  focus: EventEmitter<CustomEvent<undefined>>;
1367
1452
 
@@ -1389,19 +1474,19 @@ export class VegaInputCreditCard {
1389
1474
  import type { VegaCountryType as IVegaInputPhoneNumberVegaCountryType } from '@heartlandone/vega/dist/types/components/vega-input-phone-number/types';
1390
1475
  export declare interface VegaInputPhoneNumber extends Components.VegaInputPhoneNumber {
1391
1476
  /**
1392
- * An event emitter notifying a value change.
1477
+ * An event emitter notifying a value change. @version 2.18.0
1393
1478
  */
1394
1479
  vegaChange: EventEmitter<CustomEvent<string>>;
1395
1480
  /**
1396
- * An event emitter notifying a value change. @eventSemantics namespace:native
1481
+ * An event emitter notifying a value change. @eventSemantics namespace:native,@version 2.18.0
1397
1482
  */
1398
1483
  change: EventEmitter<CustomEvent<string>>;
1399
1484
  /**
1400
- * An event emitter notifying a country change.
1485
+ * An event emitter notifying a country change. @version 2.18.0
1401
1486
  */
1402
1487
  vegaCountryChange: EventEmitter<CustomEvent<IVegaInputPhoneNumberVegaCountryType>>;
1403
1488
  /**
1404
- * An event emitter notifying a country change. @eventSemantics namespace:native
1489
+ * An event emitter notifying a country change. @eventSemantics namespace:native,@version 2.18.0
1405
1490
  */
1406
1491
  countryChange: EventEmitter<CustomEvent<IVegaInputPhoneNumberVegaCountryType>>;
1407
1492
 
@@ -1429,11 +1514,11 @@ export class VegaInputPhoneNumber {
1429
1514
 
1430
1515
  export declare interface VegaInputRange extends Components.VegaInputRange {
1431
1516
  /**
1432
- * An event emitter notifying a value change.
1517
+ * An event emitter notifying a value change. @version 2.2.0
1433
1518
  */
1434
1519
  vegaChange: EventEmitter<CustomEvent<[number, number]>>;
1435
1520
  /**
1436
- * An event emitter notifying a value change. @eventSemantics namespace:native
1521
+ * An event emitter notifying a value change. @eventSemantics namespace:native,@version 2.2.0
1437
1522
  */
1438
1523
  change: EventEmitter<CustomEvent<[number, number]>>;
1439
1524
 
@@ -1462,19 +1547,19 @@ import type { SelectValueType as IVegaInputSelectSelectValueType } from '@heartl
1462
1547
  import type { SelectType as IVegaInputSelectSelectType } from '@heartlandone/vega/dist/types/components/vega-input-select/types';
1463
1548
  export declare interface VegaInputSelect extends Components.VegaInputSelect {
1464
1549
  /**
1465
- * An event emitter notifying the change of the select value.
1550
+ * An event emitter notifying the change of the select value. @version 1.0.11
1466
1551
  */
1467
1552
  vegaChange: EventEmitter<CustomEvent<IVegaInputSelectSelectValueType<IVegaInputSelectSelectType>>>;
1468
1553
  /**
1469
- * An event emitter notifying the change of the select value. @eventSemantics namespace:native
1554
+ * An event emitter notifying the change of the select value. @eventSemantics namespace:native,@version 2.0.0
1470
1555
  */
1471
1556
  change: EventEmitter<CustomEvent<IVegaInputSelectSelectValueType<IVegaInputSelectSelectType>>>;
1472
1557
  /**
1473
- * An event emitter notifying the search of the dropdown.
1558
+ * An event emitter notifying the search of the dropdown. @version 1.50.0
1474
1559
  */
1475
1560
  vegaSearch: EventEmitter<CustomEvent<string>>;
1476
1561
  /**
1477
- * An event emitter notifying the search of the dropdown. @eventSemantics namespace:native
1562
+ * An event emitter notifying the search of the dropdown. @eventSemantics namespace:native,@version 2.0.0
1478
1563
  */
1479
1564
  search: EventEmitter<CustomEvent<string>>;
1480
1565
 
@@ -1503,11 +1588,11 @@ export class VegaInputSelect {
1503
1588
 
1504
1589
  export declare interface VegaItemToggle extends Components.VegaItemToggle {
1505
1590
  /**
1506
- * An event emitter notifying an item toggle event.
1591
+ * An event emitter notifying an item toggle event. @version 1.3.0
1507
1592
  */
1508
1593
  vegaToggleStatus: EventEmitter<CustomEvent<boolean>>;
1509
1594
  /**
1510
- * An event emitter notifying an item toggle event. @eventSemantics namespace:native
1595
+ * An event emitter notifying an item toggle event. @eventSemantics namespace:native,@version 2.0.0
1511
1596
  */
1512
1597
  toggleStatus: EventEmitter<CustomEvent<boolean>>;
1513
1598
 
@@ -1535,11 +1620,11 @@ export class VegaItemToggle {
1535
1620
 
1536
1621
  export declare interface VegaLeftNav extends Components.VegaLeftNav {
1537
1622
  /**
1538
- * An event emitter notifying that the left-nav's open state has changed.
1623
+ * An event emitter notifying that the left-nav's open state has changed. @version 1.31.0
1539
1624
  */
1540
1625
  vegaStateUpdate: EventEmitter<CustomEvent<string>>;
1541
1626
  /**
1542
- * An event emitter notifying that the left-nav's open state has changed. @eventSemantics namespace:native
1627
+ * An event emitter notifying that the left-nav's open state has changed. @eventSemantics namespace:native,@version 2.0.0
1543
1628
  */
1544
1629
  stateUpdate: EventEmitter<CustomEvent<string>>;
1545
1630
 
@@ -1568,11 +1653,11 @@ export class VegaLeftNav {
1568
1653
 
1569
1654
  export declare interface VegaLeftNavGroup extends Components.VegaLeftNavGroup {
1570
1655
  /**
1571
- * event emitter used for notifying consumers the click event
1656
+ * event emitter used for notifying consumers the click event * @version 1.41.0
1572
1657
  */
1573
1658
  vegaGroupClick: EventEmitter<CustomEvent<string>>;
1574
1659
  /**
1575
- * An event emitter used for notifying consumers the click event @eventSemantics namespace:native
1660
+ * An event emitter used for notifying consumers the click event @eventSemantics namespace:native,@version 2.0.0
1576
1661
  */
1577
1662
  groupClick: EventEmitter<CustomEvent<string>>;
1578
1663
 
@@ -1600,11 +1685,11 @@ export class VegaLeftNavGroup {
1600
1685
 
1601
1686
  export declare interface VegaLeftNavLink extends Components.VegaLeftNavLink {
1602
1687
  /**
1603
- * An event emitter notifying the link click event.
1688
+ * An event emitter notifying the link click event. * @version 1.31.0
1604
1689
  */
1605
1690
  vegaMenuClick: EventEmitter<CustomEvent<any>>;
1606
1691
  /**
1607
- * An event emitter notifying the link click event. @eventSemantics namespace:native
1692
+ * An event emitter notifying the link click event. @eventSemantics namespace:native,@version 2.0.0
1608
1693
  */
1609
1694
  menuClick: EventEmitter<CustomEvent<any>>;
1610
1695
 
@@ -1632,11 +1717,11 @@ export class VegaLeftNavLink {
1632
1717
 
1633
1718
  export declare interface VegaLeftNavSection extends Components.VegaLeftNavSection {
1634
1719
  /**
1635
- * An event emitter notifying the action click event when the action link is not configured.
1720
+ * An event emitter notifying the action click event when the action link is not configured. @version 2.11.0
1636
1721
  */
1637
1722
  vegaActionClick: EventEmitter<CustomEvent<string>>;
1638
1723
  /**
1639
- * An event emitter notifying the action click event when the action link is not configured. @eventSemantics namespace:native
1724
+ * An event emitter notifying the action click event when the action link is not configured. @eventSemantics namespace:native,@version 2.11.0
1640
1725
  */
1641
1726
  actionClick: EventEmitter<CustomEvent<any>>;
1642
1727
 
@@ -1726,19 +1811,19 @@ export class VegaLoadingIndicator {
1726
1811
 
1727
1812
  export declare interface VegaModal extends Components.VegaModal {
1728
1813
  /**
1729
- * An event emitter notifying the modal close event.
1814
+ * An event emitter notifying the modal close event. @version 1.0.10
1730
1815
  */
1731
1816
  vegaClose: EventEmitter<CustomEvent<any>>;
1732
1817
  /**
1733
- * An event emitter notifying the modal close event. @eventSemantics namespace:native
1818
+ * An event emitter notifying the modal close event. @eventSemantics namespace:native,@version 2.0.0
1734
1819
  */
1735
1820
  close: EventEmitter<CustomEvent<any>>;
1736
1821
  /**
1737
- * An event emitter notifying the modal open event.
1822
+ * An event emitter notifying the modal open event. @version 1.0.10
1738
1823
  */
1739
1824
  vegaOpen: EventEmitter<CustomEvent<any>>;
1740
1825
  /**
1741
- * An event emitter notifying the modal open event. The event name is not `open` because already has a property `open` @eventSemantics namespace:native
1826
+ * 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
1742
1827
  */
1743
1828
  modalOpen: EventEmitter<CustomEvent<any>>;
1744
1829
 
@@ -1829,21 +1914,21 @@ export class VegaPageNotificationList {
1829
1914
 
1830
1915
  export declare interface VegaPagination extends Components.VegaPagination {
1831
1916
  /**
1832
- * An event emitter notifying the current page change.
1917
+ * An event emitter notifying the current page change. @version 1.3.0
1833
1918
  */
1834
1919
  vegaChange: EventEmitter<CustomEvent<number>>;
1835
1920
  /**
1836
- * An event emitter notifying the current page change. @eventSemantics namespace:native
1921
+ * An event emitter notifying the current page change. @eventSemantics namespace:native,@version 2.0.0
1837
1922
  */
1838
1923
  change: EventEmitter<CustomEvent<number>>;
1839
1924
  /**
1840
1925
  * An event emitter notifying a change in the number of
1841
- data items displayed per page.
1926
+ data items displayed per page. @version 1.25.0
1842
1927
  */
1843
1928
  vegaPageSizeChange: EventEmitter<CustomEvent<number>>;
1844
1929
  /**
1845
1930
  * An event emitter notifying a change in the number of
1846
- data items displayed per page. @eventSemantics namespace:native
1931
+ data items displayed per page. @eventSemantics namespace:native,@version 2.0.0
1847
1932
  */
1848
1933
  pageSizeChange: EventEmitter<CustomEvent<number>>;
1849
1934
 
@@ -1893,19 +1978,19 @@ export class VegaPieChart {
1893
1978
 
1894
1979
  export declare interface VegaPopover extends Components.VegaPopover {
1895
1980
  /**
1896
- * An event emitter notifying the popover show event.
1981
+ * An event emitter notifying the popover show event. @version 1.22.0
1897
1982
  */
1898
1983
  vegaPopoverShow: EventEmitter<CustomEvent<string>>;
1899
1984
  /**
1900
- * An event emitter notifying the popover show event. @eventSemantics namespace:native
1985
+ * An event emitter notifying the popover show event. @eventSemantics namespace:native,@version 2.0.0
1901
1986
  */
1902
1987
  popoverShow: EventEmitter<CustomEvent<string>>;
1903
1988
  /**
1904
- * An event emitter notifying the popover hide event.
1989
+ * An event emitter notifying the popover hide event. @version 1.22.0
1905
1990
  */
1906
1991
  vegaPopoverHide: EventEmitter<CustomEvent<string>>;
1907
1992
  /**
1908
- * An event emitter notifying the popover hide event. @eventSemantics namespace:native
1993
+ * An event emitter notifying the popover hide event. @eventSemantics namespace:native,@version 2.0.0
1909
1994
  */
1910
1995
  popoverHide: EventEmitter<CustomEvent<string>>;
1911
1996
 
@@ -1955,11 +2040,11 @@ export class VegaPopoverContentBox {
1955
2040
 
1956
2041
  export declare interface VegaProgressTracker extends Components.VegaProgressTracker {
1957
2042
  /**
1958
- * An event emitter notifying that the current step has changed.
2043
+ * An event emitter notifying that the current step has changed. @version 1.5.0
1959
2044
  */
1960
2045
  vegaCurrentStepUpdate: EventEmitter<CustomEvent<string>>;
1961
2046
  /**
1962
- * An event emitter notifying that the current step has changed. @eventSemantics namespace:native
2047
+ * An event emitter notifying that the current step has changed. @eventSemantics namespace:native,@version 2.0.0
1963
2048
  */
1964
2049
  currentStepUpdate: EventEmitter<CustomEvent<string>>;
1965
2050
 
@@ -1988,29 +2073,29 @@ export class VegaProgressTracker {
1988
2073
 
1989
2074
  export declare interface VegaRadio extends Components.VegaRadio {
1990
2075
  /**
1991
- * An event emitter notifying the focus event of the radio input.
2076
+ * An event emitter notifying the focus event of the radio input. @version 1.0.7
1992
2077
  */
1993
2078
  vegaFocus: EventEmitter<CustomEvent<any>>;
1994
2079
  /**
1995
- * An event emitter notifying the focus event of the radio input. @eventSemantics namespace:native
2080
+ * An event emitter notifying the focus event of the radio input. @eventSemantics namespace:native,@version 2.0.0
1996
2081
  */
1997
2082
  focus: EventEmitter<CustomEvent<any>>;
1998
2083
  /**
1999
- * An event emitter notifying the blur event of the radio input.
2084
+ * An event emitter notifying the blur event of the radio input. @version 1.0.7
2000
2085
  */
2001
2086
  vegaBlur: EventEmitter<CustomEvent<any>>;
2002
2087
  /**
2003
- * An event emitter notifying the blur event of the radio input. @eventSemantics namespace:native
2088
+ * An event emitter notifying the blur event of the radio input. @eventSemantics namespace:native,@version 2.0.0
2004
2089
  */
2005
2090
  blur: EventEmitter<CustomEvent<any>>;
2006
2091
  /**
2007
2092
  * An event emitter notifying the change in the check status
2008
- of the radio input.
2093
+ of the radio input. @version 1.0.10
2009
2094
  */
2010
2095
  vegaChange: EventEmitter<CustomEvent<boolean>>;
2011
2096
  /**
2012
2097
  * An event emitter notifying the change in the check status
2013
- of the radio input. @eventSemantics namespace:native
2098
+ of the radio input. @eventSemantics namespace:native,@version 2.0.0
2014
2099
  */
2015
2100
  change: EventEmitter<CustomEvent<boolean>>;
2016
2101
 
@@ -2039,12 +2124,12 @@ export class VegaRadio {
2039
2124
  export declare interface VegaRadioGroup extends Components.VegaRadioGroup {
2040
2125
  /**
2041
2126
  * An event emitter notifying the change of the
2042
- checked radio button in the radio group.
2127
+ checked radio button in the radio group. @version 1.0.10
2043
2128
  */
2044
2129
  vegaChange: EventEmitter<CustomEvent<string>>;
2045
2130
  /**
2046
2131
  * An event emitter notifying the change of the
2047
- checked radio button in the radio group. @eventSemantics namespace:native
2132
+ checked radio button in the radio group. @eventSemantics namespace:native,@version 2.0.0
2048
2133
  */
2049
2134
  change: EventEmitter<CustomEvent<string>>;
2050
2135
 
@@ -2094,12 +2179,12 @@ export class VegaSectionTitle {
2094
2179
  export declare interface VegaSegmentControl extends Components.VegaSegmentControl {
2095
2180
  /**
2096
2181
  * An event emitter notifying changes
2097
- in the selected segment.
2182
+ in the selected segment. @version 2.3.0
2098
2183
  */
2099
2184
  vegaChange: EventEmitter<CustomEvent<string>>;
2100
2185
  /**
2101
2186
  * A native event emitter notifying changes
2102
- in the selected segment. @eventSemantics namespace:native
2187
+ in the selected segment. @eventSemantics namespace:native,@version 2.3.0
2103
2188
  */
2104
2189
  change: EventEmitter<CustomEvent<string>>;
2105
2190
 
@@ -2128,12 +2213,12 @@ export class VegaSegmentControl {
2128
2213
  export declare interface VegaSelectionChip extends Components.VegaSelectionChip {
2129
2214
  /**
2130
2215
  * An event emitter notifying changes in the value of the selection chip,
2131
- whether triggered programmatically or through user interaction.
2216
+ whether triggered programmatically or through user interaction. @version 2.22.0
2132
2217
  */
2133
2218
  vegaChange: EventEmitter<CustomEvent<string>>;
2134
2219
  /**
2135
2220
  * An event emitter notifying changes in the value of the selection chip,
2136
- whether triggered programmatically or through user interaction. @eventSemantics namespace:native
2221
+ whether triggered programmatically or through user interaction. @eventSemantics namespace:native,@version 2.22.0
2137
2222
  */
2138
2223
  change: EventEmitter<CustomEvent<string>>;
2139
2224
 
@@ -2162,12 +2247,12 @@ export class VegaSelectionChip {
2162
2247
  export declare interface VegaSelectionChipGroup extends Components.VegaSelectionChipGroup {
2163
2248
  /**
2164
2249
  * An event emitter notifying changes in the value of the selection chip group,
2165
- whether triggered programmatically or through user interaction.
2250
+ whether triggered programmatically or through user interaction. @version 2.22.0
2166
2251
  */
2167
2252
  vegaChange: EventEmitter<CustomEvent<string>>;
2168
2253
  /**
2169
2254
  * An event emitter notifying changes in the value of the selection chip group,
2170
- whether triggered programmatically or through user interaction. @eventSemantics namespace:native
2255
+ whether triggered programmatically or through user interaction. @eventSemantics namespace:native,@version 2.22.0
2171
2256
  */
2172
2257
  change: EventEmitter<CustomEvent<string>>;
2173
2258
 
@@ -2196,12 +2281,12 @@ export class VegaSelectionChipGroup {
2196
2281
  export declare interface VegaSelectionTile extends Components.VegaSelectionTile {
2197
2282
  /**
2198
2283
  * An event emitter notifying changes in the value of the selection tile,
2199
- whether triggered programmatically or through user interaction.
2284
+ whether triggered programmatically or through user interaction. @version 2.7.0
2200
2285
  */
2201
2286
  vegaChange: EventEmitter<CustomEvent<string>>;
2202
2287
  /**
2203
2288
  * An event emitter notifying changes in the value of the selection tile,
2204
- whether triggered programmatically or through user interaction. @eventSemantics namespace:native
2289
+ whether triggered programmatically or through user interaction. @eventSemantics namespace:native,@version 2.7.0
2205
2290
  */
2206
2291
  change: EventEmitter<CustomEvent<string>>;
2207
2292
 
@@ -2230,12 +2315,12 @@ export class VegaSelectionTile {
2230
2315
  export declare interface VegaSelectionTileGroup extends Components.VegaSelectionTileGroup {
2231
2316
  /**
2232
2317
  * An event emitter notifying changes in the value of the selection tile group,
2233
- whether triggered programmatically or through user interaction.
2318
+ whether triggered programmatically or through user interaction. @version 2.7.0
2234
2319
  */
2235
2320
  vegaChange: EventEmitter<CustomEvent<string>>;
2236
2321
  /**
2237
2322
  * An event emitter notifying changes in the value of the selection tile group,
2238
- whether triggered programmatically or through user interaction. @eventSemantics namespace:native
2323
+ whether triggered programmatically or through user interaction. @eventSemantics namespace:native,@version 2.7.0
2239
2324
  */
2240
2325
  change: EventEmitter<CustomEvent<string>>;
2241
2326
 
@@ -2263,11 +2348,11 @@ export class VegaSelectionTileGroup {
2263
2348
  import type { VegaSignatureValue as IVegaSignatureCaptureVegaSignatureValue } from '@heartlandone/vega/dist/types/components/vega-signature-capture/types';
2264
2349
  export declare interface VegaSignatureCapture extends Components.VegaSignatureCapture {
2265
2350
  /**
2266
- * An event emitter notifying a value change.
2351
+ * An event emitter notifying a value change. @version 2.19.0
2267
2352
  */
2268
2353
  vegaChange: EventEmitter<CustomEvent<IVegaSignatureCaptureVegaSignatureValue>>;
2269
2354
  /**
2270
- * An event emitter notifying a value change. @eventSemantics namespace:native
2355
+ * An event emitter notifying a value change. @eventSemantics namespace:native,@version 2.19.0
2271
2356
  */
2272
2357
  change: EventEmitter<CustomEvent<IVegaSignatureCaptureVegaSignatureValue>>;
2273
2358
 
@@ -2336,11 +2421,11 @@ export class VegaSlotContainer {
2336
2421
 
2337
2422
  export declare interface VegaStepper extends Components.VegaStepper {
2338
2423
  /**
2339
- * An event emitter notifying changes in the value of the stepper component.
2424
+ * An event emitter notifying changes in the value of the stepper component. @version 1.0.8
2340
2425
  */
2341
2426
  vegaChange: EventEmitter<CustomEvent<number>>;
2342
2427
  /**
2343
- * An event emitter notifying changes in the value of the stepper component. @eventSemantics namespace:native
2428
+ * An event emitter notifying changes in the value of the stepper component. @eventSemantics namespace:native,@version 2.0.0
2344
2429
  */
2345
2430
  change: EventEmitter<CustomEvent<number>>;
2346
2431
 
@@ -2369,12 +2454,12 @@ export class VegaStepper {
2369
2454
  export declare interface VegaTabGroup extends Components.VegaTabGroup {
2370
2455
  /**
2371
2456
  * An event emitter notifying the click event of a tab
2372
- in the tab group.
2457
+ in the tab group. @version 1.1.0
2373
2458
  */
2374
2459
  vegaClick: EventEmitter<CustomEvent<string>>;
2375
2460
  /**
2376
2461
  * An event emitter notifying the click event of a tab
2377
- in the tab group. @eventSemantics namespace:native
2462
+ in the tab group. @eventSemantics namespace:native,@version 2.0.0
2378
2463
  */
2379
2464
  click: EventEmitter<CustomEvent<string>>;
2380
2465
 
@@ -2429,65 +2514,65 @@ import type { VegaTableRowSelectEventDetail as IVegaTableVegaTableRowSelectEvent
2429
2514
  import type { VegaTableRowSelectAllEventDetail as IVegaTableVegaTableRowSelectAllEventDetail } from '@heartlandone/vega/dist/types/components/vega-table/interface';
2430
2515
  export declare interface VegaTable extends Components.VegaTable {
2431
2516
  /**
2432
- * An event emitter notifying changes in the table data.
2517
+ * An event emitter notifying changes in the table data. @version 1.3.0
2433
2518
  */
2434
2519
  vegaChange: EventEmitter<CustomEvent<IVegaTableVegaTableChangePropType>>;
2435
2520
  /**
2436
- * An event emitter notifying changes in the table data. @eventSemantics namespace:native
2521
+ * An event emitter notifying changes in the table data. @eventSemantics namespace:native,@version 2.0.0
2437
2522
  */
2438
2523
  change: EventEmitter<CustomEvent<IVegaTableVegaTableChangePropType>>;
2439
2524
  /**
2440
2525
  * An event emitter notifying the click event of a row
2441
- in the table.
2526
+ in the table. @version 1.3.0
2442
2527
  */
2443
2528
  vegaRowClick: EventEmitter<CustomEvent<IVegaTableVegaTableRowClickPropType>>;
2444
2529
  /**
2445
2530
  * An event emitter notifying the click event of a row
2446
- in the table. @eventSemantics namespace:native
2531
+ in the table. @eventSemantics namespace:native,@version 2.0.0
2447
2532
  */
2448
2533
  rowClick: EventEmitter<CustomEvent<IVegaTableVegaTableRowClickPropType>>;
2449
2534
  /**
2450
2535
  * An event emitter notifying the expanded event of a row
2451
- in the table.
2536
+ in the table. @version 2.24.0
2452
2537
  */
2453
2538
  vegaRowExpand: EventEmitter<CustomEvent<IVegaTableVegaTableRowExpandEventDetail>>;
2454
2539
  /**
2455
2540
  * An event emitter notifying the expanded event of a row
2456
- in the table. @eventSemantics namespace:native
2541
+ in the table. @eventSemantics namespace:native,@version 2.24.0
2457
2542
  */
2458
2543
  rowExpand: EventEmitter<CustomEvent<IVegaTableVegaTableRowExpandEventDetail>>;
2459
2544
  /**
2460
- * An event emitter notifying when the row selection changes.
2545
+ * An event emitter notifying when the row selection changes. @version 1.18.0
2461
2546
  */
2462
2547
  vegaSelectChange: EventEmitter<CustomEvent<IVegaTableVegaTableRowSelectProp>>;
2463
2548
  /**
2464
- * An event emitter notifying when the selection state of all rows changes. @eventSemantics namespace:native
2549
+ * An event emitter notifying when the selection state of all rows changes. @eventSemantics namespace:native,@version 2.0.0
2465
2550
  */
2466
2551
  selectChange: EventEmitter<CustomEvent<IVegaTableVegaTableRowSelectProp>>;
2467
2552
  /**
2468
2553
  * An event emitter notifying changes in the selection of checkboxes,
2469
- particularly the "Select All" checkbox in the table header.
2554
+ particularly the "Select All" checkbox in the table header. @version 1.18.0
2470
2555
  */
2471
2556
  vegaSelectAllChange: EventEmitter<CustomEvent<IVegaTableVegaTableSelectAllProp>>;
2472
2557
  /**
2473
2558
  * An event emitter notifying changes in the selection of checkboxes,
2474
- particularly the "Select All" checkbox in the table header. @eventSemantics namespace:native
2559
+ particularly the "Select All" checkbox in the table header. @eventSemantics namespace:native,@version 2.0.0
2475
2560
  */
2476
2561
  selectAllChange: EventEmitter<CustomEvent<IVegaTableVegaTableSelectAllProp>>;
2477
2562
  /**
2478
- * An event emitter notifying before the selected change when select/deselect one row
2563
+ * An event emitter notifying before the selected change when select/deselect one row @version 2.23.0
2479
2564
  */
2480
2565
  vegaRowSelect: EventEmitter<CustomEvent<IVegaTableVegaTableRowSelectEventDetail>>;
2481
2566
  /**
2482
- * An event emitter notifying before the selected change when select/deselect one row @eventSemantics namespace:native
2567
+ * An event emitter notifying before the selected change when select/deselect one row @eventSemantics namespace:native,@version 2.23.0
2483
2568
  */
2484
2569
  rowSelect: EventEmitter<CustomEvent<IVegaTableVegaTableRowSelectEventDetail>>;
2485
2570
  /**
2486
- * An event emitter notifying before the selected change when select/deselect all rows
2571
+ * An event emitter notifying before the selected change when select/deselect all rows @version 2.23.0
2487
2572
  */
2488
2573
  vegaRowSelectAll: EventEmitter<CustomEvent<IVegaTableVegaTableRowSelectAllEventDetail>>;
2489
2574
  /**
2490
- * An event emitter notifying before the selected change when select/deselect all rows @eventSemantics namespace:native
2575
+ * An event emitter notifying before the selected change when select/deselect all rows @eventSemantics namespace:native,@version 2.23.0
2491
2576
  */
2492
2577
  rowSelectAll: EventEmitter<CustomEvent<IVegaTableVegaTableRowSelectAllEventDetail>>;
2493
2578
 
@@ -2596,11 +2681,11 @@ export class VegaTableHead {
2596
2681
  import type { VegaTableHeadCellClickEvent as IVegaTableHeadCellVegaTableHeadCellClickEvent } from '@heartlandone/vega/dist/types/components/vega-table/interface';
2597
2682
  export declare interface VegaTableHeadCell extends Components.VegaTableHeadCell {
2598
2683
  /**
2599
- * An event emitter notifying that the head cell has been clicked.
2684
+ * An event emitter notifying that the head cell has been clicked. @version 1.44.0
2600
2685
  */
2601
2686
  vegaClick: EventEmitter<CustomEvent<IVegaTableHeadCellVegaTableHeadCellClickEvent>>;
2602
2687
  /**
2603
- * An event emitter notifying that the head cell has been clicked. @eventSemantics namespace:native
2688
+ * An event emitter notifying that the head cell has been clicked. @eventSemantics namespace:native,@version 2.0.0
2604
2689
  */
2605
2690
  click: EventEmitter<CustomEvent<IVegaTableHeadCellVegaTableHeadCellClickEvent>>;
2606
2691
 
@@ -2650,19 +2735,19 @@ import type { VegaTableRowClickEvent as IVegaTableRowVegaTableRowClickEvent } fr
2650
2735
  import type { VegaTableRowExpandEvent as IVegaTableRowVegaTableRowExpandEvent } from '@heartlandone/vega/dist/types/components/vega-table/interface';
2651
2736
  export declare interface VegaTableRow extends Components.VegaTableRow {
2652
2737
  /**
2653
- * An event emitter notifying that the row has been clicked.
2738
+ * An event emitter notifying that the row has been clicked. @version 1.44.0
2654
2739
  */
2655
2740
  vegaClick: EventEmitter<CustomEvent<IVegaTableRowVegaTableRowClickEvent>>;
2656
2741
  /**
2657
- * An event emitter notifying that the row has been clicked. @eventSemantics namespace:native
2742
+ * An event emitter notifying that the row has been clicked. @eventSemantics namespace:native,@version 2.0.0
2658
2743
  */
2659
2744
  click: EventEmitter<CustomEvent<IVegaTableRowVegaTableRowClickEvent>>;
2660
2745
  /**
2661
- * An event emitter notifying that the expand icon has been clicked.
2746
+ * An event emitter notifying that the expand icon has been clicked. @version 2.20.0
2662
2747
  */
2663
2748
  vegaExpand: EventEmitter<CustomEvent<IVegaTableRowVegaTableRowExpandEvent>>;
2664
2749
  /**
2665
- * An event emitter notifying that the expand icon has been clicked. @eventSemantics namespace:native
2750
+ * An event emitter notifying that the expand icon has been clicked. @eventSemantics namespace:native,@version 2.20.0
2666
2751
  */
2667
2752
  expand: EventEmitter<CustomEvent<IVegaTableRowVegaTableRowExpandEvent>>;
2668
2753
 
@@ -2712,22 +2797,22 @@ export class VegaText {
2712
2797
  export declare interface VegaTextarea extends Components.VegaTextarea {
2713
2798
  /**
2714
2799
  * An event emitter notifying about changes in the value
2715
- of the text area.
2800
+ of the text area. @version 1.11.0
2716
2801
  */
2717
2802
  vegaChange: EventEmitter<CustomEvent<string>>;
2718
2803
  /**
2719
2804
  * An event emitter notifying about changes in the value
2720
- of the text area. @eventSemantics namespace:native
2805
+ of the text area. @eventSemantics namespace:native,@version 2.0.0
2721
2806
  */
2722
2807
  change: EventEmitter<CustomEvent<string>>;
2723
2808
  /**
2724
2809
  * An event emitter notifying the blur event of the inner
2725
- textarea element within the text area.
2810
+ textarea element within the text area. @version 1.11.0
2726
2811
  */
2727
2812
  vegaBlur: EventEmitter<CustomEvent<undefined>>;
2728
2813
  /**
2729
2814
  * An event emitter notifying the blur event of the inner
2730
- textarea element within the text area. @eventSemantics namespace:native
2815
+ textarea element within the text area. @eventSemantics namespace:native,@version 2.0.0
2731
2816
  */
2732
2817
  blur: EventEmitter<CustomEvent<undefined>>;
2733
2818
 
@@ -2755,11 +2840,11 @@ export class VegaTextarea {
2755
2840
 
2756
2841
  export declare interface VegaTimePicker extends Components.VegaTimePicker {
2757
2842
  /**
2758
- * An event emitter notifying changes in the value of the time picker.
2843
+ * An event emitter notifying changes in the value of the time picker. @version 1.12.0
2759
2844
  */
2760
2845
  vegaChange: EventEmitter<CustomEvent<string | string[]>>;
2761
2846
  /**
2762
- * An event emitter notifying changes in the value of the time picker. @eventSemantics namespace:native
2847
+ * An event emitter notifying changes in the value of the time picker. @eventSemantics namespace:native,@version 2.0.0
2763
2848
  */
2764
2849
  change: EventEmitter<CustomEvent<string | string[]>>;
2765
2850
 
@@ -2806,11 +2891,11 @@ export class VegaTimePickerDropdown {
2806
2891
 
2807
2892
  export declare interface VegaToggleSwitch extends Components.VegaToggleSwitch {
2808
2893
  /**
2809
- * An event emitter notifying changes in the toggle switch.
2894
+ * An event emitter notifying changes in the toggle switch. @version 1.3.0
2810
2895
  */
2811
2896
  vegaChange: EventEmitter<CustomEvent<boolean>>;
2812
2897
  /**
2813
- * An event emitter notifying changes in the toggle switch. @eventSemantics namespace:native
2898
+ * An event emitter notifying changes in the toggle switch. @eventSemantics namespace:native,@version 2.0.0
2814
2899
  */
2815
2900
  change: EventEmitter<CustomEvent<boolean>>;
2816
2901
 
@@ -2818,13 +2903,13 @@ export declare interface VegaToggleSwitch extends Components.VegaToggleSwitch {
2818
2903
 
2819
2904
  @ProxyCmp({
2820
2905
  defineCustomElementFn: undefined,
2821
- inputs: ['checked', 'disabled', 'label', 'size']
2906
+ inputs: ['autoValidation', 'checked', 'disabled', 'isValid', 'label', 'required', 'size', 'validationRules', 'value']
2822
2907
  })
2823
2908
  @Component({
2824
2909
  selector: 'vega-toggle-switch',
2825
2910
  changeDetection: ChangeDetectionStrategy.OnPush,
2826
2911
  template: '<ng-content></ng-content>',
2827
- inputs: ['checked', 'disabled', 'label', 'size']
2912
+ inputs: ['autoValidation', 'checked', 'disabled', 'isValid', 'label', 'required', 'size', 'validationRules', 'value']
2828
2913
  })
2829
2914
  export class VegaToggleSwitch {
2830
2915
  protected el: HTMLElement;
@@ -2934,6 +3019,7 @@ export default [
2934
3019
  VegaDropdownItem,
2935
3020
  VegaFieldError,
2936
3021
  VegaFieldLabel,
3022
+ VegaFileUploader,
2937
3023
  VegaFlex,
2938
3024
  VegaFont,
2939
3025
  VegaForm,