@heartlandone/vega-angular 2.26.0 → 2.27.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/esm2020/lib/stencil-generated/components.mjs +1 -1
- package/dist/fesm2015/heartlandone-vega-angular.mjs.map +1 -1
- package/dist/fesm2020/heartlandone-vega-angular.mjs.map +1 -1
- package/dist/lib/stencil-generated/components.d.ts +186 -186
- package/dist/package.json +2 -2
- package/package.json +2 -2
- package/src/lib/stencil-generated/components.ts +186 -186
|
@@ -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. @vegaVersion 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,@vegaVersion 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. @vegaVersion 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,@vegaVersion 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. @vegaVersion 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,@vegaVersion 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. @vegaVersion 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. @vegaVersion 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,@vegaVersion 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. @vegaVersion 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,@vegaVersion 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. @vegaVersion 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,@vegaVersion 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. @vegaVersion 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,@vegaVersion 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. @vegaVersion 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,@vegaVersion 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. @vegaVersion 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,@vegaVersion 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. @vegaVersion 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,@vegaVersion 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. @vegaVersion 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,@vegaVersion 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. @vegaVersion 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,@vegaVersion 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. @vegaVersion 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,@vegaVersion 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. @vegaVersion 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,@vegaVersion 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. @vegaVersion 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,@vegaVersion 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. @vegaVersion 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,@vegaVersion 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. @vegaVersion 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,@vegaVersion 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`. @vegaVersion 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,@vegaVersion 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`. @vegaVersion 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,@vegaVersion 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. @vegaVersion 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,@vegaVersion 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. @vegaVersion 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,@vegaVersion 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`. @vegaVersion 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,@vegaVersion 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`. @vegaVersion 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,@vegaVersion 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. @vegaVersion 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,@vegaVersion 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. @vegaVersion 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,@vegaVersion 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. @vegaVersion 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,@vegaVersion 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. @vegaVersion 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,@vegaVersion 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. @vegaVersion 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. @ver
|
|
|
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,@vegaVersion 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`. @vegaVersion 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,@vegaVersion 2.0.0
|
|
945
945
|
*/
|
|
946
946
|
dropdownSearch: EventEmitter<CustomEvent<string>>;
|
|
947
947
|
|
|
@@ -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. @vegaVersion 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,@vegaVersion 2.0.0
|
|
1018
1018
|
*/
|
|
1019
1019
|
click: EventEmitter<CustomEvent<IVegaDropdownItemVegaDropdownItemClickEvent>>;
|
|
1020
1020
|
|
|
@@ -1063,15 +1063,15 @@ 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. @vegaVersion 1.43.0
|
|
1067
1067
|
*/
|
|
1068
1068
|
vegaClick: EventEmitter<CustomEvent<any>>;
|
|
1069
1069
|
/**
|
|
1070
|
-
* An event emitter notifying that the suffix button associated with the field label has been clicked. @
|
|
1070
|
+
* An event emitter notifying that the suffix button associated with the field label has been clicked. @vegaVersion 2.25.0
|
|
1071
1071
|
*/
|
|
1072
1072
|
vegaLabelButtonClick: EventEmitter<CustomEvent<any>>;
|
|
1073
1073
|
/**
|
|
1074
|
-
* An event emitter notifying that the suffix button associated with the field label has been clicked. @eventSemantics namespace:native,@
|
|
1074
|
+
* An event emitter notifying that the suffix button associated with the field label has been clicked. @eventSemantics namespace:native,@vegaVersion 2.25.0
|
|
1075
1075
|
*/
|
|
1076
1076
|
labelButtonClick: EventEmitter<CustomEvent<any>>;
|
|
1077
1077
|
|
|
@@ -1100,47 +1100,47 @@ import type { VegaFileUploaderFiles as IVegaFileUploaderVegaFileUploaderFiles }
|
|
|
1100
1100
|
import type { VegaFileUploaderFile as IVegaFileUploaderVegaFileUploaderFile } from '@heartlandone/vega/dist/types/components/vega-file-uploader/types';
|
|
1101
1101
|
export declare interface VegaFileUploader extends Components.VegaFileUploader {
|
|
1102
1102
|
/**
|
|
1103
|
-
* An event emitter notifying a change in the file list. @
|
|
1103
|
+
* An event emitter notifying a change in the file list. @vegaVersion 2.25.0
|
|
1104
1104
|
*/
|
|
1105
1105
|
vegaChange: EventEmitter<CustomEvent<IVegaFileUploaderVegaFileUploaderFiles>>;
|
|
1106
1106
|
/**
|
|
1107
|
-
* An event emitter notifying a change in the file list. @eventSemantics namespace:native,@
|
|
1107
|
+
* An event emitter notifying a change in the file list. @eventSemantics namespace:native,@vegaVersion 2.25.0
|
|
1108
1108
|
*/
|
|
1109
1109
|
change: EventEmitter<CustomEvent<IVegaFileUploaderVegaFileUploaderFiles>>;
|
|
1110
1110
|
/**
|
|
1111
1111
|
* An event emitter notifying a file selection change. By default, the component value
|
|
1112
|
-
is updated, but this behavior can be prevented. @
|
|
1112
|
+
is updated, but this behavior can be prevented. @vegaVersion 2.25.0
|
|
1113
1113
|
*/
|
|
1114
1114
|
vegaSelectedFileChange: EventEmitter<CustomEvent<IVegaFileUploaderVegaFileUploaderFiles>>;
|
|
1115
1115
|
/**
|
|
1116
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,@
|
|
1117
|
+
is updated, but this behavior can be prevented. @eventSemantics namespace:native,@vegaVersion 2.25.0
|
|
1118
1118
|
*/
|
|
1119
1119
|
selectedFileChange: EventEmitter<CustomEvent<IVegaFileUploaderVegaFileUploaderFiles>>;
|
|
1120
1120
|
/**
|
|
1121
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. @
|
|
1122
|
+
is updated, but this behavior can be prevented. @vegaVersion 2.25.0
|
|
1123
1123
|
*/
|
|
1124
1124
|
vegaRemove: EventEmitter<CustomEvent<IVegaFileUploaderVegaFileUploaderFile>>;
|
|
1125
1125
|
/**
|
|
1126
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,@
|
|
1127
|
+
is updated, but this behavior can be prevented. @eventSemantics namespace:native,@vegaVersion 2.25.0
|
|
1128
1128
|
*/
|
|
1129
1129
|
remove: EventEmitter<CustomEvent<IVegaFileUploaderVegaFileUploaderFile>>;
|
|
1130
1130
|
/**
|
|
1131
|
-
* An event emitter notifying that a file will be re-uploaded. @
|
|
1131
|
+
* An event emitter notifying that a file will be re-uploaded. @vegaVersion 2.25.0
|
|
1132
1132
|
*/
|
|
1133
1133
|
vegaRetry: EventEmitter<CustomEvent<IVegaFileUploaderVegaFileUploaderFile>>;
|
|
1134
1134
|
/**
|
|
1135
|
-
* An event emitter notifying that a file will be re-uploaded. @eventSemantics namespace:native,@
|
|
1135
|
+
* An event emitter notifying that a file will be re-uploaded. @eventSemantics namespace:native,@vegaVersion 2.25.0
|
|
1136
1136
|
*/
|
|
1137
1137
|
retry: EventEmitter<CustomEvent<IVegaFileUploaderVegaFileUploaderFile>>;
|
|
1138
1138
|
/**
|
|
1139
|
-
* An event emitter notifying that a file will be opened for preview. @
|
|
1139
|
+
* An event emitter notifying that a file will be opened for preview. @vegaVersion 2.25.0
|
|
1140
1140
|
*/
|
|
1141
1141
|
vegaPreview: EventEmitter<CustomEvent<IVegaFileUploaderVegaFileUploaderFile>>;
|
|
1142
1142
|
/**
|
|
1143
|
-
* An event emitter notifying that a file will be opened for preview. @eventSemantics namespace:native,@
|
|
1143
|
+
* An event emitter notifying that a file will be opened for preview. @eventSemantics namespace:native,@vegaVersion 2.25.0
|
|
1144
1144
|
*/
|
|
1145
1145
|
preview: EventEmitter<CustomEvent<IVegaFileUploaderVegaFileUploaderFile>>;
|
|
1146
1146
|
|
|
@@ -1210,27 +1210,27 @@ export class VegaFont {
|
|
|
1210
1210
|
|
|
1211
1211
|
export declare interface VegaForm extends Components.VegaForm {
|
|
1212
1212
|
/**
|
|
1213
|
-
* An event emitter notifying the change in the validation result. @
|
|
1213
|
+
* An event emitter notifying the change in the validation result. @vegaVersion 1.9.1
|
|
1214
1214
|
*/
|
|
1215
1215
|
vegaValidate: EventEmitter<CustomEvent<boolean>>;
|
|
1216
1216
|
/**
|
|
1217
|
-
* 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,@vegaVersion 2.0.0
|
|
1218
1218
|
*/
|
|
1219
1219
|
validate: EventEmitter<CustomEvent<boolean>>;
|
|
1220
1220
|
/**
|
|
1221
|
-
* An event emitter notifying the submission of the form. @
|
|
1221
|
+
* An event emitter notifying the submission of the form. @vegaVersion 1.24.0
|
|
1222
1222
|
*/
|
|
1223
1223
|
vegaFormSubmit: EventEmitter<CustomEvent<unknown>>;
|
|
1224
1224
|
/**
|
|
1225
|
-
* 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,@vegaVersion 2.0.0
|
|
1226
1226
|
*/
|
|
1227
1227
|
formSubmit: EventEmitter<CustomEvent<unknown>>;
|
|
1228
1228
|
/**
|
|
1229
|
-
* An event emitter notifying the reset of the form. @
|
|
1229
|
+
* An event emitter notifying the reset of the form. @vegaVersion 1.24.0
|
|
1230
1230
|
*/
|
|
1231
1231
|
vegaFormReset: EventEmitter<CustomEvent<any>>;
|
|
1232
1232
|
/**
|
|
1233
|
-
* 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,@vegaVersion 2.0.0
|
|
1234
1234
|
*/
|
|
1235
1235
|
formReset: EventEmitter<CustomEvent<any>>;
|
|
1236
1236
|
|
|
@@ -1320,27 +1320,27 @@ export class VegaIcon {
|
|
|
1320
1320
|
import type { VegaFileOptional as IVegaImageUploaderVegaFileOptional } from '@heartlandone/vega/dist/types/components/vega-image-uploader/types';
|
|
1321
1321
|
export declare interface VegaImageUploader extends Components.VegaImageUploader {
|
|
1322
1322
|
/**
|
|
1323
|
-
* An event emitter notifying a value change. @
|
|
1323
|
+
* An event emitter notifying a value change. @vegaVersion 1.14.0
|
|
1324
1324
|
*/
|
|
1325
1325
|
vegaChange: EventEmitter<CustomEvent<IVegaImageUploaderVegaFileOptional>>;
|
|
1326
1326
|
/**
|
|
1327
|
-
* An event emitter notifying a value change. @eventSemantics namespace:native,@
|
|
1327
|
+
* An event emitter notifying a value change. @eventSemantics namespace:native,@vegaVersion 2.0.0
|
|
1328
1328
|
*/
|
|
1329
1329
|
change: EventEmitter<CustomEvent<any>>;
|
|
1330
1330
|
/**
|
|
1331
|
-
* An event emitter notifying the removal of a value. @
|
|
1331
|
+
* An event emitter notifying the removal of a value. @vegaVersion 1.14.0
|
|
1332
1332
|
*/
|
|
1333
1333
|
vegaRemove: EventEmitter<CustomEvent<any>>;
|
|
1334
1334
|
/**
|
|
1335
|
-
* 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,@vegaVersion 2.0.0
|
|
1336
1336
|
*/
|
|
1337
1337
|
remove: EventEmitter<CustomEvent<any>>;
|
|
1338
1338
|
/**
|
|
1339
|
-
* An event emitter notifying the cancellation of an uploading event. @
|
|
1339
|
+
* An event emitter notifying the cancellation of an uploading event. @vegaVersion 1.14.0
|
|
1340
1340
|
*/
|
|
1341
1341
|
vegaCancel: EventEmitter<CustomEvent<any>>;
|
|
1342
1342
|
/**
|
|
1343
|
-
* 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,@vegaVersion 2.0.0
|
|
1344
1344
|
*/
|
|
1345
1345
|
cancel: EventEmitter<CustomEvent<any>>;
|
|
1346
1346
|
|
|
@@ -1369,35 +1369,35 @@ export class VegaImageUploader {
|
|
|
1369
1369
|
|
|
1370
1370
|
export declare interface VegaInput extends Components.VegaInput {
|
|
1371
1371
|
/**
|
|
1372
|
-
* An event emitter notifying a value change. @
|
|
1372
|
+
* An event emitter notifying a value change. @vegaVersion 1.0.10
|
|
1373
1373
|
*/
|
|
1374
1374
|
vegaChange: EventEmitter<CustomEvent<string>>;
|
|
1375
1375
|
/**
|
|
1376
|
-
* An event emitter notifying a value change. @eventSemantics namespace:native,@
|
|
1376
|
+
* An event emitter notifying a value change. @eventSemantics namespace:native,@vegaVersion 2.0.0
|
|
1377
1377
|
*/
|
|
1378
1378
|
change: EventEmitter<CustomEvent<string>>;
|
|
1379
1379
|
/**
|
|
1380
|
-
* An event emitter notifying the blur of the inner input element. @
|
|
1380
|
+
* An event emitter notifying the blur of the inner input element. @vegaVersion 1.3.0
|
|
1381
1381
|
*/
|
|
1382
1382
|
vegaBlur: EventEmitter<CustomEvent<undefined>>;
|
|
1383
1383
|
/**
|
|
1384
|
-
* 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,@vegaVersion 2.0.0
|
|
1385
1385
|
*/
|
|
1386
1386
|
blur: EventEmitter<CustomEvent<undefined>>;
|
|
1387
1387
|
/**
|
|
1388
|
-
* An event emitter notifying the focus of the inner input element. @
|
|
1388
|
+
* An event emitter notifying the focus of the inner input element. @vegaVersion 1.12.0
|
|
1389
1389
|
*/
|
|
1390
1390
|
vegaFocus: EventEmitter<CustomEvent<undefined>>;
|
|
1391
1391
|
/**
|
|
1392
|
-
* 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,@vegaVersion 2.0.0
|
|
1393
1393
|
*/
|
|
1394
1394
|
focus: EventEmitter<CustomEvent<undefined>>;
|
|
1395
1395
|
/**
|
|
1396
|
-
* An event emitter notifying that the suffix button associated with the field label has been clicked. @
|
|
1396
|
+
* An event emitter notifying that the suffix button associated with the field label has been clicked. @vegaVersion 2.25.0
|
|
1397
1397
|
*/
|
|
1398
1398
|
vegaLabelButtonClick: EventEmitter<CustomEvent<any>>;
|
|
1399
1399
|
/**
|
|
1400
|
-
* An event emitter notifying that the suffix button associated with the field label has been clicked. @eventSemantics namespace:native,@
|
|
1400
|
+
* An event emitter notifying that the suffix button associated with the field label has been clicked. @eventSemantics namespace:native,@vegaVersion 2.25.0
|
|
1401
1401
|
*/
|
|
1402
1402
|
labelButtonClick: EventEmitter<CustomEvent<any>>;
|
|
1403
1403
|
|
|
@@ -1426,27 +1426,27 @@ export class VegaInput {
|
|
|
1426
1426
|
|
|
1427
1427
|
export declare interface VegaInputCreditCard extends Components.VegaInputCreditCard {
|
|
1428
1428
|
/**
|
|
1429
|
-
* An event emitter notifying a value change. @
|
|
1429
|
+
* An event emitter notifying a value change. @vegaVersion 1.26.0
|
|
1430
1430
|
*/
|
|
1431
1431
|
vegaChange: EventEmitter<CustomEvent<string>>;
|
|
1432
1432
|
/**
|
|
1433
|
-
* 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,@vegaVersion 2.0.0
|
|
1434
1434
|
*/
|
|
1435
1435
|
change: EventEmitter<CustomEvent<string>>;
|
|
1436
1436
|
/**
|
|
1437
|
-
* 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. @vegaVersion 1.26.0
|
|
1438
1438
|
*/
|
|
1439
1439
|
vegaBlur: EventEmitter<CustomEvent<undefined>>;
|
|
1440
1440
|
/**
|
|
1441
|
-
* 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,@vegaVersion 2.0.0
|
|
1442
1442
|
*/
|
|
1443
1443
|
blur: EventEmitter<CustomEvent<undefined>>;
|
|
1444
1444
|
/**
|
|
1445
|
-
* An event emitter notifying the focus of the credit card element. @
|
|
1445
|
+
* An event emitter notifying the focus of the credit card element. @vegaVersion 1.26.0
|
|
1446
1446
|
*/
|
|
1447
1447
|
vegaFocus: EventEmitter<CustomEvent<undefined>>;
|
|
1448
1448
|
/**
|
|
1449
|
-
* 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,@vegaVersion 2.0.0
|
|
1450
1450
|
*/
|
|
1451
1451
|
focus: EventEmitter<CustomEvent<undefined>>;
|
|
1452
1452
|
|
|
@@ -1474,19 +1474,19 @@ export class VegaInputCreditCard {
|
|
|
1474
1474
|
import type { VegaCountryType as IVegaInputPhoneNumberVegaCountryType } from '@heartlandone/vega/dist/types/components/vega-input-phone-number/types';
|
|
1475
1475
|
export declare interface VegaInputPhoneNumber extends Components.VegaInputPhoneNumber {
|
|
1476
1476
|
/**
|
|
1477
|
-
* An event emitter notifying a value change. @
|
|
1477
|
+
* An event emitter notifying a value change. @vegaVersion 2.18.0
|
|
1478
1478
|
*/
|
|
1479
1479
|
vegaChange: EventEmitter<CustomEvent<string>>;
|
|
1480
1480
|
/**
|
|
1481
|
-
* An event emitter notifying a value change. @eventSemantics namespace:native,@
|
|
1481
|
+
* An event emitter notifying a value change. @eventSemantics namespace:native,@vegaVersion 2.18.0
|
|
1482
1482
|
*/
|
|
1483
1483
|
change: EventEmitter<CustomEvent<string>>;
|
|
1484
1484
|
/**
|
|
1485
|
-
* An event emitter notifying a country change. @
|
|
1485
|
+
* An event emitter notifying a country change. @vegaVersion 2.18.0
|
|
1486
1486
|
*/
|
|
1487
1487
|
vegaCountryChange: EventEmitter<CustomEvent<IVegaInputPhoneNumberVegaCountryType>>;
|
|
1488
1488
|
/**
|
|
1489
|
-
* An event emitter notifying a country change. @eventSemantics namespace:native,@
|
|
1489
|
+
* An event emitter notifying a country change. @eventSemantics namespace:native,@vegaVersion 2.18.0
|
|
1490
1490
|
*/
|
|
1491
1491
|
countryChange: EventEmitter<CustomEvent<IVegaInputPhoneNumberVegaCountryType>>;
|
|
1492
1492
|
|
|
@@ -1514,11 +1514,11 @@ export class VegaInputPhoneNumber {
|
|
|
1514
1514
|
|
|
1515
1515
|
export declare interface VegaInputRange extends Components.VegaInputRange {
|
|
1516
1516
|
/**
|
|
1517
|
-
* An event emitter notifying a value change. @
|
|
1517
|
+
* An event emitter notifying a value change. @vegaVersion 2.2.0
|
|
1518
1518
|
*/
|
|
1519
1519
|
vegaChange: EventEmitter<CustomEvent<[number, number]>>;
|
|
1520
1520
|
/**
|
|
1521
|
-
* An event emitter notifying a value change. @eventSemantics namespace:native,@
|
|
1521
|
+
* An event emitter notifying a value change. @eventSemantics namespace:native,@vegaVersion 2.2.0
|
|
1522
1522
|
*/
|
|
1523
1523
|
change: EventEmitter<CustomEvent<[number, number]>>;
|
|
1524
1524
|
|
|
@@ -1547,19 +1547,19 @@ import type { SelectValueType as IVegaInputSelectSelectValueType } from '@heartl
|
|
|
1547
1547
|
import type { SelectType as IVegaInputSelectSelectType } from '@heartlandone/vega/dist/types/components/vega-input-select/types';
|
|
1548
1548
|
export declare interface VegaInputSelect extends Components.VegaInputSelect {
|
|
1549
1549
|
/**
|
|
1550
|
-
* An event emitter notifying the change of the select value. @
|
|
1550
|
+
* An event emitter notifying the change of the select value. @vegaVersion 1.0.11
|
|
1551
1551
|
*/
|
|
1552
1552
|
vegaChange: EventEmitter<CustomEvent<IVegaInputSelectSelectValueType<IVegaInputSelectSelectType>>>;
|
|
1553
1553
|
/**
|
|
1554
|
-
* 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,@vegaVersion 2.0.0
|
|
1555
1555
|
*/
|
|
1556
1556
|
change: EventEmitter<CustomEvent<IVegaInputSelectSelectValueType<IVegaInputSelectSelectType>>>;
|
|
1557
1557
|
/**
|
|
1558
|
-
* An event emitter notifying the search of the dropdown. @
|
|
1558
|
+
* An event emitter notifying the search of the dropdown. @vegaVersion 1.50.0
|
|
1559
1559
|
*/
|
|
1560
1560
|
vegaSearch: EventEmitter<CustomEvent<string>>;
|
|
1561
1561
|
/**
|
|
1562
|
-
* 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,@vegaVersion 2.0.0
|
|
1563
1563
|
*/
|
|
1564
1564
|
search: EventEmitter<CustomEvent<string>>;
|
|
1565
1565
|
|
|
@@ -1588,11 +1588,11 @@ export class VegaInputSelect {
|
|
|
1588
1588
|
|
|
1589
1589
|
export declare interface VegaItemToggle extends Components.VegaItemToggle {
|
|
1590
1590
|
/**
|
|
1591
|
-
* An event emitter notifying an item toggle event. @
|
|
1591
|
+
* An event emitter notifying an item toggle event. @vegaVersion 1.3.0
|
|
1592
1592
|
*/
|
|
1593
1593
|
vegaToggleStatus: EventEmitter<CustomEvent<boolean>>;
|
|
1594
1594
|
/**
|
|
1595
|
-
* An event emitter notifying an item toggle event. @eventSemantics namespace:native,@
|
|
1595
|
+
* An event emitter notifying an item toggle event. @eventSemantics namespace:native,@vegaVersion 2.0.0
|
|
1596
1596
|
*/
|
|
1597
1597
|
toggleStatus: EventEmitter<CustomEvent<boolean>>;
|
|
1598
1598
|
|
|
@@ -1620,11 +1620,11 @@ export class VegaItemToggle {
|
|
|
1620
1620
|
|
|
1621
1621
|
export declare interface VegaLeftNav extends Components.VegaLeftNav {
|
|
1622
1622
|
/**
|
|
1623
|
-
* 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. @vegaVersion 1.31.0
|
|
1624
1624
|
*/
|
|
1625
1625
|
vegaStateUpdate: EventEmitter<CustomEvent<string>>;
|
|
1626
1626
|
/**
|
|
1627
|
-
* 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,@vegaVersion 2.0.0
|
|
1628
1628
|
*/
|
|
1629
1629
|
stateUpdate: EventEmitter<CustomEvent<string>>;
|
|
1630
1630
|
|
|
@@ -1653,11 +1653,11 @@ export class VegaLeftNav {
|
|
|
1653
1653
|
|
|
1654
1654
|
export declare interface VegaLeftNavGroup extends Components.VegaLeftNavGroup {
|
|
1655
1655
|
/**
|
|
1656
|
-
* event emitter used for notifying consumers the click event * @
|
|
1656
|
+
* event emitter used for notifying consumers the click event * @vegaVersion 1.41.0
|
|
1657
1657
|
*/
|
|
1658
1658
|
vegaGroupClick: EventEmitter<CustomEvent<string>>;
|
|
1659
1659
|
/**
|
|
1660
|
-
* 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,@vegaVersion 2.0.0
|
|
1661
1661
|
*/
|
|
1662
1662
|
groupClick: EventEmitter<CustomEvent<string>>;
|
|
1663
1663
|
|
|
@@ -1685,11 +1685,11 @@ export class VegaLeftNavGroup {
|
|
|
1685
1685
|
|
|
1686
1686
|
export declare interface VegaLeftNavLink extends Components.VegaLeftNavLink {
|
|
1687
1687
|
/**
|
|
1688
|
-
* An event emitter notifying the link click event. * @
|
|
1688
|
+
* An event emitter notifying the link click event. * @vegaVersion 1.31.0
|
|
1689
1689
|
*/
|
|
1690
1690
|
vegaMenuClick: EventEmitter<CustomEvent<any>>;
|
|
1691
1691
|
/**
|
|
1692
|
-
* An event emitter notifying the link click event. @eventSemantics namespace:native,@
|
|
1692
|
+
* An event emitter notifying the link click event. @eventSemantics namespace:native,@vegaVersion 2.0.0
|
|
1693
1693
|
*/
|
|
1694
1694
|
menuClick: EventEmitter<CustomEvent<any>>;
|
|
1695
1695
|
|
|
@@ -1717,11 +1717,11 @@ export class VegaLeftNavLink {
|
|
|
1717
1717
|
|
|
1718
1718
|
export declare interface VegaLeftNavSection extends Components.VegaLeftNavSection {
|
|
1719
1719
|
/**
|
|
1720
|
-
* 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. @vegaVersion 2.11.0
|
|
1721
1721
|
*/
|
|
1722
1722
|
vegaActionClick: EventEmitter<CustomEvent<string>>;
|
|
1723
1723
|
/**
|
|
1724
|
-
* 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,@vegaVersion 2.11.0
|
|
1725
1725
|
*/
|
|
1726
1726
|
actionClick: EventEmitter<CustomEvent<any>>;
|
|
1727
1727
|
|
|
@@ -1811,19 +1811,19 @@ export class VegaLoadingIndicator {
|
|
|
1811
1811
|
|
|
1812
1812
|
export declare interface VegaModal extends Components.VegaModal {
|
|
1813
1813
|
/**
|
|
1814
|
-
* An event emitter notifying the modal close event. @
|
|
1814
|
+
* An event emitter notifying the modal close event. @vegaVersion 1.0.10
|
|
1815
1815
|
*/
|
|
1816
1816
|
vegaClose: EventEmitter<CustomEvent<any>>;
|
|
1817
1817
|
/**
|
|
1818
|
-
* An event emitter notifying the modal close event. @eventSemantics namespace:native,@
|
|
1818
|
+
* An event emitter notifying the modal close event. @eventSemantics namespace:native,@vegaVersion 2.0.0
|
|
1819
1819
|
*/
|
|
1820
1820
|
close: EventEmitter<CustomEvent<any>>;
|
|
1821
1821
|
/**
|
|
1822
|
-
* An event emitter notifying the modal open event. @
|
|
1822
|
+
* An event emitter notifying the modal open event. @vegaVersion 1.0.10
|
|
1823
1823
|
*/
|
|
1824
1824
|
vegaOpen: EventEmitter<CustomEvent<any>>;
|
|
1825
1825
|
/**
|
|
1826
|
-
* 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,@vegaVersion 2.0.0
|
|
1827
1827
|
*/
|
|
1828
1828
|
modalOpen: EventEmitter<CustomEvent<any>>;
|
|
1829
1829
|
|
|
@@ -1914,21 +1914,21 @@ export class VegaPageNotificationList {
|
|
|
1914
1914
|
|
|
1915
1915
|
export declare interface VegaPagination extends Components.VegaPagination {
|
|
1916
1916
|
/**
|
|
1917
|
-
* An event emitter notifying the current page change. @
|
|
1917
|
+
* An event emitter notifying the current page change. @vegaVersion 1.3.0
|
|
1918
1918
|
*/
|
|
1919
1919
|
vegaChange: EventEmitter<CustomEvent<number>>;
|
|
1920
1920
|
/**
|
|
1921
|
-
* An event emitter notifying the current page change. @eventSemantics namespace:native,@
|
|
1921
|
+
* An event emitter notifying the current page change. @eventSemantics namespace:native,@vegaVersion 2.0.0
|
|
1922
1922
|
*/
|
|
1923
1923
|
change: EventEmitter<CustomEvent<number>>;
|
|
1924
1924
|
/**
|
|
1925
1925
|
* An event emitter notifying a change in the number of
|
|
1926
|
-
data items displayed per page. @
|
|
1926
|
+
data items displayed per page. @vegaVersion 1.25.0
|
|
1927
1927
|
*/
|
|
1928
1928
|
vegaPageSizeChange: EventEmitter<CustomEvent<number>>;
|
|
1929
1929
|
/**
|
|
1930
1930
|
* An event emitter notifying a change in the number of
|
|
1931
|
-
data items displayed per page. @eventSemantics namespace:native,@
|
|
1931
|
+
data items displayed per page. @eventSemantics namespace:native,@vegaVersion 2.0.0
|
|
1932
1932
|
*/
|
|
1933
1933
|
pageSizeChange: EventEmitter<CustomEvent<number>>;
|
|
1934
1934
|
|
|
@@ -1978,19 +1978,19 @@ export class VegaPieChart {
|
|
|
1978
1978
|
|
|
1979
1979
|
export declare interface VegaPopover extends Components.VegaPopover {
|
|
1980
1980
|
/**
|
|
1981
|
-
* An event emitter notifying the popover show event. @
|
|
1981
|
+
* An event emitter notifying the popover show event. @vegaVersion 1.22.0
|
|
1982
1982
|
*/
|
|
1983
1983
|
vegaPopoverShow: EventEmitter<CustomEvent<string>>;
|
|
1984
1984
|
/**
|
|
1985
|
-
* An event emitter notifying the popover show event. @eventSemantics namespace:native,@
|
|
1985
|
+
* An event emitter notifying the popover show event. @eventSemantics namespace:native,@vegaVersion 2.0.0
|
|
1986
1986
|
*/
|
|
1987
1987
|
popoverShow: EventEmitter<CustomEvent<string>>;
|
|
1988
1988
|
/**
|
|
1989
|
-
* An event emitter notifying the popover hide event. @
|
|
1989
|
+
* An event emitter notifying the popover hide event. @vegaVersion 1.22.0
|
|
1990
1990
|
*/
|
|
1991
1991
|
vegaPopoverHide: EventEmitter<CustomEvent<string>>;
|
|
1992
1992
|
/**
|
|
1993
|
-
* An event emitter notifying the popover hide event. @eventSemantics namespace:native,@
|
|
1993
|
+
* An event emitter notifying the popover hide event. @eventSemantics namespace:native,@vegaVersion 2.0.0
|
|
1994
1994
|
*/
|
|
1995
1995
|
popoverHide: EventEmitter<CustomEvent<string>>;
|
|
1996
1996
|
|
|
@@ -2040,11 +2040,11 @@ export class VegaPopoverContentBox {
|
|
|
2040
2040
|
|
|
2041
2041
|
export declare interface VegaProgressTracker extends Components.VegaProgressTracker {
|
|
2042
2042
|
/**
|
|
2043
|
-
* An event emitter notifying that the current step has changed. @
|
|
2043
|
+
* An event emitter notifying that the current step has changed. @vegaVersion 1.5.0
|
|
2044
2044
|
*/
|
|
2045
2045
|
vegaCurrentStepUpdate: EventEmitter<CustomEvent<string>>;
|
|
2046
2046
|
/**
|
|
2047
|
-
* 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,@vegaVersion 2.0.0
|
|
2048
2048
|
*/
|
|
2049
2049
|
currentStepUpdate: EventEmitter<CustomEvent<string>>;
|
|
2050
2050
|
|
|
@@ -2073,29 +2073,29 @@ export class VegaProgressTracker {
|
|
|
2073
2073
|
|
|
2074
2074
|
export declare interface VegaRadio extends Components.VegaRadio {
|
|
2075
2075
|
/**
|
|
2076
|
-
* An event emitter notifying the focus event of the radio input. @
|
|
2076
|
+
* An event emitter notifying the focus event of the radio input. @vegaVersion 1.0.7
|
|
2077
2077
|
*/
|
|
2078
2078
|
vegaFocus: EventEmitter<CustomEvent<any>>;
|
|
2079
2079
|
/**
|
|
2080
|
-
* 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,@vegaVersion 2.0.0
|
|
2081
2081
|
*/
|
|
2082
2082
|
focus: EventEmitter<CustomEvent<any>>;
|
|
2083
2083
|
/**
|
|
2084
|
-
* An event emitter notifying the blur event of the radio input. @
|
|
2084
|
+
* An event emitter notifying the blur event of the radio input. @vegaVersion 1.0.7
|
|
2085
2085
|
*/
|
|
2086
2086
|
vegaBlur: EventEmitter<CustomEvent<any>>;
|
|
2087
2087
|
/**
|
|
2088
|
-
* 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,@vegaVersion 2.0.0
|
|
2089
2089
|
*/
|
|
2090
2090
|
blur: EventEmitter<CustomEvent<any>>;
|
|
2091
2091
|
/**
|
|
2092
2092
|
* An event emitter notifying the change in the check status
|
|
2093
|
-
of the radio input. @
|
|
2093
|
+
of the radio input. @vegaVersion 1.0.10
|
|
2094
2094
|
*/
|
|
2095
2095
|
vegaChange: EventEmitter<CustomEvent<boolean>>;
|
|
2096
2096
|
/**
|
|
2097
2097
|
* An event emitter notifying the change in the check status
|
|
2098
|
-
of the radio input. @eventSemantics namespace:native,@
|
|
2098
|
+
of the radio input. @eventSemantics namespace:native,@vegaVersion 2.0.0
|
|
2099
2099
|
*/
|
|
2100
2100
|
change: EventEmitter<CustomEvent<boolean>>;
|
|
2101
2101
|
|
|
@@ -2124,12 +2124,12 @@ export class VegaRadio {
|
|
|
2124
2124
|
export declare interface VegaRadioGroup extends Components.VegaRadioGroup {
|
|
2125
2125
|
/**
|
|
2126
2126
|
* An event emitter notifying the change of the
|
|
2127
|
-
checked radio button in the radio group. @
|
|
2127
|
+
checked radio button in the radio group. @vegaVersion 1.0.10
|
|
2128
2128
|
*/
|
|
2129
2129
|
vegaChange: EventEmitter<CustomEvent<string>>;
|
|
2130
2130
|
/**
|
|
2131
2131
|
* An event emitter notifying the change of the
|
|
2132
|
-
checked radio button in the radio group. @eventSemantics namespace:native,@
|
|
2132
|
+
checked radio button in the radio group. @eventSemantics namespace:native,@vegaVersion 2.0.0
|
|
2133
2133
|
*/
|
|
2134
2134
|
change: EventEmitter<CustomEvent<string>>;
|
|
2135
2135
|
|
|
@@ -2179,12 +2179,12 @@ export class VegaSectionTitle {
|
|
|
2179
2179
|
export declare interface VegaSegmentControl extends Components.VegaSegmentControl {
|
|
2180
2180
|
/**
|
|
2181
2181
|
* An event emitter notifying changes
|
|
2182
|
-
in the selected segment. @
|
|
2182
|
+
in the selected segment. @vegaVersion 2.3.0
|
|
2183
2183
|
*/
|
|
2184
2184
|
vegaChange: EventEmitter<CustomEvent<string>>;
|
|
2185
2185
|
/**
|
|
2186
2186
|
* A native event emitter notifying changes
|
|
2187
|
-
in the selected segment. @eventSemantics namespace:native,@
|
|
2187
|
+
in the selected segment. @eventSemantics namespace:native,@vegaVersion 2.3.0
|
|
2188
2188
|
*/
|
|
2189
2189
|
change: EventEmitter<CustomEvent<string>>;
|
|
2190
2190
|
|
|
@@ -2213,12 +2213,12 @@ export class VegaSegmentControl {
|
|
|
2213
2213
|
export declare interface VegaSelectionChip extends Components.VegaSelectionChip {
|
|
2214
2214
|
/**
|
|
2215
2215
|
* An event emitter notifying changes in the value of the selection chip,
|
|
2216
|
-
whether triggered programmatically or through user interaction. @
|
|
2216
|
+
whether triggered programmatically or through user interaction. @vegaVersion 2.22.0
|
|
2217
2217
|
*/
|
|
2218
2218
|
vegaChange: EventEmitter<CustomEvent<string>>;
|
|
2219
2219
|
/**
|
|
2220
2220
|
* An event emitter notifying changes in the value of the selection chip,
|
|
2221
|
-
whether triggered programmatically or through user interaction. @eventSemantics namespace:native,@
|
|
2221
|
+
whether triggered programmatically or through user interaction. @eventSemantics namespace:native,@vegaVersion 2.22.0
|
|
2222
2222
|
*/
|
|
2223
2223
|
change: EventEmitter<CustomEvent<string>>;
|
|
2224
2224
|
|
|
@@ -2247,12 +2247,12 @@ export class VegaSelectionChip {
|
|
|
2247
2247
|
export declare interface VegaSelectionChipGroup extends Components.VegaSelectionChipGroup {
|
|
2248
2248
|
/**
|
|
2249
2249
|
* An event emitter notifying changes in the value of the selection chip group,
|
|
2250
|
-
whether triggered programmatically or through user interaction. @
|
|
2250
|
+
whether triggered programmatically or through user interaction. @vegaVersion 2.22.0
|
|
2251
2251
|
*/
|
|
2252
2252
|
vegaChange: EventEmitter<CustomEvent<string>>;
|
|
2253
2253
|
/**
|
|
2254
2254
|
* An event emitter notifying changes in the value of the selection chip group,
|
|
2255
|
-
whether triggered programmatically or through user interaction. @eventSemantics namespace:native,@
|
|
2255
|
+
whether triggered programmatically or through user interaction. @eventSemantics namespace:native,@vegaVersion 2.22.0
|
|
2256
2256
|
*/
|
|
2257
2257
|
change: EventEmitter<CustomEvent<string>>;
|
|
2258
2258
|
|
|
@@ -2281,12 +2281,12 @@ export class VegaSelectionChipGroup {
|
|
|
2281
2281
|
export declare interface VegaSelectionTile extends Components.VegaSelectionTile {
|
|
2282
2282
|
/**
|
|
2283
2283
|
* An event emitter notifying changes in the value of the selection tile,
|
|
2284
|
-
whether triggered programmatically or through user interaction. @
|
|
2284
|
+
whether triggered programmatically or through user interaction. @vegaVersion 2.7.0
|
|
2285
2285
|
*/
|
|
2286
2286
|
vegaChange: EventEmitter<CustomEvent<string>>;
|
|
2287
2287
|
/**
|
|
2288
2288
|
* An event emitter notifying changes in the value of the selection tile,
|
|
2289
|
-
whether triggered programmatically or through user interaction. @eventSemantics namespace:native,@
|
|
2289
|
+
whether triggered programmatically or through user interaction. @eventSemantics namespace:native,@vegaVersion 2.7.0
|
|
2290
2290
|
*/
|
|
2291
2291
|
change: EventEmitter<CustomEvent<string>>;
|
|
2292
2292
|
|
|
@@ -2315,12 +2315,12 @@ export class VegaSelectionTile {
|
|
|
2315
2315
|
export declare interface VegaSelectionTileGroup extends Components.VegaSelectionTileGroup {
|
|
2316
2316
|
/**
|
|
2317
2317
|
* An event emitter notifying changes in the value of the selection tile group,
|
|
2318
|
-
whether triggered programmatically or through user interaction. @
|
|
2318
|
+
whether triggered programmatically or through user interaction. @vegaVersion 2.7.0
|
|
2319
2319
|
*/
|
|
2320
2320
|
vegaChange: EventEmitter<CustomEvent<string>>;
|
|
2321
2321
|
/**
|
|
2322
2322
|
* An event emitter notifying changes in the value of the selection tile group,
|
|
2323
|
-
whether triggered programmatically or through user interaction. @eventSemantics namespace:native,@
|
|
2323
|
+
whether triggered programmatically or through user interaction. @eventSemantics namespace:native,@vegaVersion 2.7.0
|
|
2324
2324
|
*/
|
|
2325
2325
|
change: EventEmitter<CustomEvent<string>>;
|
|
2326
2326
|
|
|
@@ -2348,11 +2348,11 @@ export class VegaSelectionTileGroup {
|
|
|
2348
2348
|
import type { VegaSignatureValue as IVegaSignatureCaptureVegaSignatureValue } from '@heartlandone/vega/dist/types/components/vega-signature-capture/types';
|
|
2349
2349
|
export declare interface VegaSignatureCapture extends Components.VegaSignatureCapture {
|
|
2350
2350
|
/**
|
|
2351
|
-
* An event emitter notifying a value change. @
|
|
2351
|
+
* An event emitter notifying a value change. @vegaVersion 2.19.0
|
|
2352
2352
|
*/
|
|
2353
2353
|
vegaChange: EventEmitter<CustomEvent<IVegaSignatureCaptureVegaSignatureValue>>;
|
|
2354
2354
|
/**
|
|
2355
|
-
* An event emitter notifying a value change. @eventSemantics namespace:native,@
|
|
2355
|
+
* An event emitter notifying a value change. @eventSemantics namespace:native,@vegaVersion 2.19.0
|
|
2356
2356
|
*/
|
|
2357
2357
|
change: EventEmitter<CustomEvent<IVegaSignatureCaptureVegaSignatureValue>>;
|
|
2358
2358
|
|
|
@@ -2421,11 +2421,11 @@ export class VegaSlotContainer {
|
|
|
2421
2421
|
|
|
2422
2422
|
export declare interface VegaStepper extends Components.VegaStepper {
|
|
2423
2423
|
/**
|
|
2424
|
-
* 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. @vegaVersion 1.0.8
|
|
2425
2425
|
*/
|
|
2426
2426
|
vegaChange: EventEmitter<CustomEvent<number>>;
|
|
2427
2427
|
/**
|
|
2428
|
-
* 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,@vegaVersion 2.0.0
|
|
2429
2429
|
*/
|
|
2430
2430
|
change: EventEmitter<CustomEvent<number>>;
|
|
2431
2431
|
|
|
@@ -2454,12 +2454,12 @@ export class VegaStepper {
|
|
|
2454
2454
|
export declare interface VegaTabGroup extends Components.VegaTabGroup {
|
|
2455
2455
|
/**
|
|
2456
2456
|
* An event emitter notifying the click event of a tab
|
|
2457
|
-
in the tab group. @
|
|
2457
|
+
in the tab group. @vegaVersion 1.1.0
|
|
2458
2458
|
*/
|
|
2459
2459
|
vegaClick: EventEmitter<CustomEvent<string>>;
|
|
2460
2460
|
/**
|
|
2461
2461
|
* An event emitter notifying the click event of a tab
|
|
2462
|
-
in the tab group. @eventSemantics namespace:native,@
|
|
2462
|
+
in the tab group. @eventSemantics namespace:native,@vegaVersion 2.0.0
|
|
2463
2463
|
*/
|
|
2464
2464
|
click: EventEmitter<CustomEvent<string>>;
|
|
2465
2465
|
|
|
@@ -2514,65 +2514,65 @@ import type { VegaTableRowSelectEventDetail as IVegaTableVegaTableRowSelectEvent
|
|
|
2514
2514
|
import type { VegaTableRowSelectAllEventDetail as IVegaTableVegaTableRowSelectAllEventDetail } from '@heartlandone/vega/dist/types/components/vega-table/interface';
|
|
2515
2515
|
export declare interface VegaTable extends Components.VegaTable {
|
|
2516
2516
|
/**
|
|
2517
|
-
* An event emitter notifying changes in the table data. @
|
|
2517
|
+
* An event emitter notifying changes in the table data. @vegaVersion 1.3.0
|
|
2518
2518
|
*/
|
|
2519
2519
|
vegaChange: EventEmitter<CustomEvent<IVegaTableVegaTableChangePropType>>;
|
|
2520
2520
|
/**
|
|
2521
|
-
* 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,@vegaVersion 2.0.0
|
|
2522
2522
|
*/
|
|
2523
2523
|
change: EventEmitter<CustomEvent<IVegaTableVegaTableChangePropType>>;
|
|
2524
2524
|
/**
|
|
2525
2525
|
* An event emitter notifying the click event of a row
|
|
2526
|
-
in the table. @
|
|
2526
|
+
in the table. @vegaVersion 1.3.0
|
|
2527
2527
|
*/
|
|
2528
2528
|
vegaRowClick: EventEmitter<CustomEvent<IVegaTableVegaTableRowClickPropType>>;
|
|
2529
2529
|
/**
|
|
2530
2530
|
* An event emitter notifying the click event of a row
|
|
2531
|
-
in the table. @eventSemantics namespace:native,@
|
|
2531
|
+
in the table. @eventSemantics namespace:native,@vegaVersion 2.0.0
|
|
2532
2532
|
*/
|
|
2533
2533
|
rowClick: EventEmitter<CustomEvent<IVegaTableVegaTableRowClickPropType>>;
|
|
2534
2534
|
/**
|
|
2535
2535
|
* An event emitter notifying the expanded event of a row
|
|
2536
|
-
in the table. @
|
|
2536
|
+
in the table. @vegaVersion 2.24.0
|
|
2537
2537
|
*/
|
|
2538
2538
|
vegaRowExpand: EventEmitter<CustomEvent<IVegaTableVegaTableRowExpandEventDetail>>;
|
|
2539
2539
|
/**
|
|
2540
2540
|
* An event emitter notifying the expanded event of a row
|
|
2541
|
-
in the table. @eventSemantics namespace:native,@
|
|
2541
|
+
in the table. @eventSemantics namespace:native,@vegaVersion 2.24.0
|
|
2542
2542
|
*/
|
|
2543
2543
|
rowExpand: EventEmitter<CustomEvent<IVegaTableVegaTableRowExpandEventDetail>>;
|
|
2544
2544
|
/**
|
|
2545
|
-
* An event emitter notifying when the row selection changes. @
|
|
2545
|
+
* An event emitter notifying when the row selection changes. @vegaVersion 1.18.0
|
|
2546
2546
|
*/
|
|
2547
2547
|
vegaSelectChange: EventEmitter<CustomEvent<IVegaTableVegaTableRowSelectProp>>;
|
|
2548
2548
|
/**
|
|
2549
|
-
* 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,@vegaVersion 2.0.0
|
|
2550
2550
|
*/
|
|
2551
2551
|
selectChange: EventEmitter<CustomEvent<IVegaTableVegaTableRowSelectProp>>;
|
|
2552
2552
|
/**
|
|
2553
2553
|
* An event emitter notifying changes in the selection of checkboxes,
|
|
2554
|
-
particularly the "Select All" checkbox in the table header. @
|
|
2554
|
+
particularly the "Select All" checkbox in the table header. @vegaVersion 1.18.0
|
|
2555
2555
|
*/
|
|
2556
2556
|
vegaSelectAllChange: EventEmitter<CustomEvent<IVegaTableVegaTableSelectAllProp>>;
|
|
2557
2557
|
/**
|
|
2558
2558
|
* An event emitter notifying changes in the selection of checkboxes,
|
|
2559
|
-
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,@vegaVersion 2.0.0
|
|
2560
2560
|
*/
|
|
2561
2561
|
selectAllChange: EventEmitter<CustomEvent<IVegaTableVegaTableSelectAllProp>>;
|
|
2562
2562
|
/**
|
|
2563
|
-
* 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 @vegaVersion 2.23.0
|
|
2564
2564
|
*/
|
|
2565
2565
|
vegaRowSelect: EventEmitter<CustomEvent<IVegaTableVegaTableRowSelectEventDetail>>;
|
|
2566
2566
|
/**
|
|
2567
|
-
* 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,@vegaVersion 2.23.0
|
|
2568
2568
|
*/
|
|
2569
2569
|
rowSelect: EventEmitter<CustomEvent<IVegaTableVegaTableRowSelectEventDetail>>;
|
|
2570
2570
|
/**
|
|
2571
|
-
* 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 @vegaVersion 2.23.0
|
|
2572
2572
|
*/
|
|
2573
2573
|
vegaRowSelectAll: EventEmitter<CustomEvent<IVegaTableVegaTableRowSelectAllEventDetail>>;
|
|
2574
2574
|
/**
|
|
2575
|
-
* 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,@vegaVersion 2.23.0
|
|
2576
2576
|
*/
|
|
2577
2577
|
rowSelectAll: EventEmitter<CustomEvent<IVegaTableVegaTableRowSelectAllEventDetail>>;
|
|
2578
2578
|
|
|
@@ -2681,11 +2681,11 @@ export class VegaTableHead {
|
|
|
2681
2681
|
import type { VegaTableHeadCellClickEvent as IVegaTableHeadCellVegaTableHeadCellClickEvent } from '@heartlandone/vega/dist/types/components/vega-table/interface';
|
|
2682
2682
|
export declare interface VegaTableHeadCell extends Components.VegaTableHeadCell {
|
|
2683
2683
|
/**
|
|
2684
|
-
* An event emitter notifying that the head cell has been clicked. @
|
|
2684
|
+
* An event emitter notifying that the head cell has been clicked. @vegaVersion 1.44.0
|
|
2685
2685
|
*/
|
|
2686
2686
|
vegaClick: EventEmitter<CustomEvent<IVegaTableHeadCellVegaTableHeadCellClickEvent>>;
|
|
2687
2687
|
/**
|
|
2688
|
-
* 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,@vegaVersion 2.0.0
|
|
2689
2689
|
*/
|
|
2690
2690
|
click: EventEmitter<CustomEvent<IVegaTableHeadCellVegaTableHeadCellClickEvent>>;
|
|
2691
2691
|
|
|
@@ -2735,19 +2735,19 @@ import type { VegaTableRowClickEvent as IVegaTableRowVegaTableRowClickEvent } fr
|
|
|
2735
2735
|
import type { VegaTableRowExpandEvent as IVegaTableRowVegaTableRowExpandEvent } from '@heartlandone/vega/dist/types/components/vega-table/interface';
|
|
2736
2736
|
export declare interface VegaTableRow extends Components.VegaTableRow {
|
|
2737
2737
|
/**
|
|
2738
|
-
* An event emitter notifying that the row has been clicked. @
|
|
2738
|
+
* An event emitter notifying that the row has been clicked. @vegaVersion 1.44.0
|
|
2739
2739
|
*/
|
|
2740
2740
|
vegaClick: EventEmitter<CustomEvent<IVegaTableRowVegaTableRowClickEvent>>;
|
|
2741
2741
|
/**
|
|
2742
|
-
* 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,@vegaVersion 2.0.0
|
|
2743
2743
|
*/
|
|
2744
2744
|
click: EventEmitter<CustomEvent<IVegaTableRowVegaTableRowClickEvent>>;
|
|
2745
2745
|
/**
|
|
2746
|
-
* An event emitter notifying that the expand icon has been clicked. @
|
|
2746
|
+
* An event emitter notifying that the expand icon has been clicked. @vegaVersion 2.20.0
|
|
2747
2747
|
*/
|
|
2748
2748
|
vegaExpand: EventEmitter<CustomEvent<IVegaTableRowVegaTableRowExpandEvent>>;
|
|
2749
2749
|
/**
|
|
2750
|
-
* 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,@vegaVersion 2.20.0
|
|
2751
2751
|
*/
|
|
2752
2752
|
expand: EventEmitter<CustomEvent<IVegaTableRowVegaTableRowExpandEvent>>;
|
|
2753
2753
|
|
|
@@ -2797,22 +2797,22 @@ export class VegaText {
|
|
|
2797
2797
|
export declare interface VegaTextarea extends Components.VegaTextarea {
|
|
2798
2798
|
/**
|
|
2799
2799
|
* An event emitter notifying about changes in the value
|
|
2800
|
-
of the text area. @
|
|
2800
|
+
of the text area. @vegaVersion 1.11.0
|
|
2801
2801
|
*/
|
|
2802
2802
|
vegaChange: EventEmitter<CustomEvent<string>>;
|
|
2803
2803
|
/**
|
|
2804
2804
|
* An event emitter notifying about changes in the value
|
|
2805
|
-
of the text area. @eventSemantics namespace:native,@
|
|
2805
|
+
of the text area. @eventSemantics namespace:native,@vegaVersion 2.0.0
|
|
2806
2806
|
*/
|
|
2807
2807
|
change: EventEmitter<CustomEvent<string>>;
|
|
2808
2808
|
/**
|
|
2809
2809
|
* An event emitter notifying the blur event of the inner
|
|
2810
|
-
textarea element within the text area. @
|
|
2810
|
+
textarea element within the text area. @vegaVersion 1.11.0
|
|
2811
2811
|
*/
|
|
2812
2812
|
vegaBlur: EventEmitter<CustomEvent<undefined>>;
|
|
2813
2813
|
/**
|
|
2814
2814
|
* An event emitter notifying the blur event of the inner
|
|
2815
|
-
textarea element within the text area. @eventSemantics namespace:native,@
|
|
2815
|
+
textarea element within the text area. @eventSemantics namespace:native,@vegaVersion 2.0.0
|
|
2816
2816
|
*/
|
|
2817
2817
|
blur: EventEmitter<CustomEvent<undefined>>;
|
|
2818
2818
|
|
|
@@ -2840,11 +2840,11 @@ export class VegaTextarea {
|
|
|
2840
2840
|
|
|
2841
2841
|
export declare interface VegaTimePicker extends Components.VegaTimePicker {
|
|
2842
2842
|
/**
|
|
2843
|
-
* 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. @vegaVersion 1.12.0
|
|
2844
2844
|
*/
|
|
2845
2845
|
vegaChange: EventEmitter<CustomEvent<string | string[]>>;
|
|
2846
2846
|
/**
|
|
2847
|
-
* 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,@vegaVersion 2.0.0
|
|
2848
2848
|
*/
|
|
2849
2849
|
change: EventEmitter<CustomEvent<string | string[]>>;
|
|
2850
2850
|
|
|
@@ -2891,11 +2891,11 @@ export class VegaTimePickerDropdown {
|
|
|
2891
2891
|
|
|
2892
2892
|
export declare interface VegaToggleSwitch extends Components.VegaToggleSwitch {
|
|
2893
2893
|
/**
|
|
2894
|
-
* An event emitter notifying changes in the toggle switch. @
|
|
2894
|
+
* An event emitter notifying changes in the toggle switch. @vegaVersion 1.3.0
|
|
2895
2895
|
*/
|
|
2896
2896
|
vegaChange: EventEmitter<CustomEvent<boolean>>;
|
|
2897
2897
|
/**
|
|
2898
|
-
* 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,@vegaVersion 2.0.0
|
|
2899
2899
|
*/
|
|
2900
2900
|
change: EventEmitter<CustomEvent<boolean>>;
|
|
2901
2901
|
|