@heartlandone/vega-angular 1.51.0 → 2.0.0-preview-2

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.
@@ -1,6 +1,5 @@
1
1
  import { ChangeDetectorRef, ElementRef, EventEmitter, NgZone } from '@angular/core';
2
2
  import { Components } from '@heartlandone/vega';
3
- import type { VegaBannerViewData as IVegaBannerVegaBannerViewData } from '@heartlandone/vega/dist/types/components/vega-banner/types';
4
3
  import type { VegaBreadcrumbItemType as IVegaBreadcrumbVegaBreadcrumbItemType } from '@heartlandone/vega/dist/types/components/vega-breadcrumb/types';
5
4
  import type { VegaDropdownItemClickEvent as IVegaDropdownItemVegaDropdownItemClickEvent } from '@heartlandone/vega/dist/types/components/vega-dropdown/vega-dropdown-item/types';
6
5
  import type { VegaFileOptional as IVegaImageUploaderVegaFileOptional } from '@heartlandone/vega/dist/types/components/vega-image-uploader/types';
@@ -18,6 +17,11 @@ export declare interface VegaAccordion extends Components.VegaAccordion {
18
17
  * An event emitter notifying the expand event of the accordion.
19
18
  */
20
19
  vegaExpand: EventEmitter<CustomEvent<boolean>>;
20
+ /**
21
+ * An event emitter notifying the expand event of the accordion.
22
+ expand is an attribute, so the event name here uses accordionExpand @eventSemantics namespace:native
23
+ */
24
+ accordionExpand: EventEmitter<CustomEvent<boolean>>;
21
25
  }
22
26
  export declare class VegaAccordion {
23
27
  protected z: NgZone;
@@ -40,11 +44,20 @@ export declare interface VegaAppHeaderButton extends Components.VegaAppHeaderBut
40
44
  * An event emitter notifying the click event of an app header button.
41
45
  */
42
46
  vegaClick: EventEmitter<CustomEvent<any>>;
47
+ /**
48
+ * An event emitter notifying the click event of an app header button. @eventSemantics namespace:native
49
+ */
50
+ click: EventEmitter<CustomEvent<any>>;
43
51
  /**
44
52
  * An event emitter notifying the click event of a dropdown item
45
53
  in the app header.
46
54
  */
47
55
  vegaDropdownClick: EventEmitter<CustomEvent<string>>;
56
+ /**
57
+ * An event emitter notifying the click event of a dropdown item
58
+ in the app header. @eventSemantics namespace:native
59
+ */
60
+ dropdownClick: EventEmitter<CustomEvent<string>>;
48
61
  }
49
62
  export declare class VegaAppHeaderButton {
50
63
  protected z: NgZone;
@@ -53,37 +66,18 @@ export declare class VegaAppHeaderButton {
53
66
  static ɵfac: i0.ɵɵFactoryDeclaration<VegaAppHeaderButton, never>;
54
67
  static ɵcmp: i0.ɵɵComponentDeclaration<VegaAppHeaderButton, "vega-app-header-button", never, { "avatar": "avatar"; "avatarPosition": "avatarPosition"; "dropdown": "dropdown"; "label": "label"; "selected": "selected"; "showBorder": "showBorder"; "showLabel": "showLabel"; "showMenuArrowIcon": "showMenuArrowIcon"; "size": "size"; }, {}, never, ["*"]>;
55
68
  }
56
- export declare interface VegaBadge extends Components.VegaBadge {
57
- }
58
- export declare class VegaBadge {
59
- protected z: NgZone;
60
- protected el: HTMLElement;
61
- constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
62
- static ɵfac: i0.ɵɵFactoryDeclaration<VegaBadge, never>;
63
- static ɵcmp: i0.ɵɵComponentDeclaration<VegaBadge, "vega-badge", never, { "bgColor": "bgColor"; "size": "size"; "text": "text"; "textColor": "textColor"; }, {}, never, ["*"]>;
64
- }
65
- export declare interface VegaBanner extends Components.VegaBanner {
66
- /**
67
- * An event emitter notifying the click event of
68
- the close button in the banner.
69
- */
70
- vegaClose: EventEmitter<CustomEvent<IVegaBannerVegaBannerViewData>>;
69
+ export declare interface VegaBackdrop extends Components.VegaBackdrop {
71
70
  /**
72
- * An event emitter notifying the completion of the banner loading.
71
+ * An event emitter notifying the click event of the backdrop.
73
72
  */
74
- vegaLoad: EventEmitter<CustomEvent<any>>;
75
- /**
76
- * An event emitter notifying the click event of
77
- the Call to Action link.
78
- */
79
- vegaClickCTA: EventEmitter<CustomEvent<IVegaBannerVegaBannerViewData>>;
73
+ vegaClick: EventEmitter<CustomEvent<void>>;
80
74
  }
81
- export declare class VegaBanner {
75
+ export declare class VegaBackdrop {
82
76
  protected z: NgZone;
83
77
  protected el: HTMLElement;
84
78
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
85
- static ɵfac: i0.ɵɵFactoryDeclaration<VegaBanner, never>;
86
- static ɵcmp: i0.ɵɵComponentDeclaration<VegaBanner, "vega-banner", never, { "mode": "mode"; "source": "source"; }, {}, never, ["*"]>;
79
+ static ɵfac: i0.ɵɵFactoryDeclaration<VegaBackdrop, never>;
80
+ static ɵcmp: i0.ɵɵComponentDeclaration<VegaBackdrop, "vega-backdrop", never, { "color": "color"; "duration": "duration"; "visible": "visible"; }, {}, never, ["*"]>;
87
81
  }
88
82
  export declare interface VegaBarChart extends Components.VegaBarChart {
89
83
  }
@@ -101,13 +95,17 @@ export declare class VegaBox {
101
95
  protected el: HTMLElement;
102
96
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
103
97
  static ɵfac: i0.ɵɵFactoryDeclaration<VegaBox, never>;
104
- static ɵcmp: i0.ɵɵComponentDeclaration<VegaBox, "vega-box", never, { "display": "display"; "margin": "margin"; "padding": "padding"; }, {}, never, ["*"]>;
98
+ static ɵcmp: i0.ɵɵComponentDeclaration<VegaBox, "vega-box", never, { "backgroundColor": "backgroundColor"; "borderColor": "borderColor"; "display": "display"; "margin": "margin"; "padding": "padding"; "shadow": "shadow"; }, {}, never, ["*"]>;
105
99
  }
106
100
  export declare interface VegaBreadcrumb extends Components.VegaBreadcrumb {
107
101
  /**
108
102
  * An event emitter notifying that a breadcrumb item has been clicked.
109
103
  */
110
104
  vegaClick: EventEmitter<CustomEvent<IVegaBreadcrumbVegaBreadcrumbItemType>>;
105
+ /**
106
+ * An native event emitter notifying that a breadcrumb item has been clicked. @eventSemantics namespace:native
107
+ */
108
+ click: EventEmitter<CustomEvent<IVegaBreadcrumbVegaBreadcrumbItemType>>;
111
109
  }
112
110
  export declare class VegaBreadcrumb {
113
111
  protected z: NgZone;
@@ -121,6 +119,10 @@ export declare interface VegaButton extends Components.VegaButton {
121
119
  * An event emitter notifying the click event of the button.
122
120
  */
123
121
  vegaClick: EventEmitter<CustomEvent<any>>;
122
+ /**
123
+ * An native event emitter notifying the click event of the button. @eventSemantics namespace:native
124
+ */
125
+ click: EventEmitter<CustomEvent<any>>;
124
126
  }
125
127
  export declare class VegaButton {
126
128
  protected z: NgZone;
@@ -134,19 +136,27 @@ export declare interface VegaButtonCircle extends Components.VegaButtonCircle {
134
136
  * An event emitter notifying the click event of the circular button.
135
137
  */
136
138
  vegaClick: EventEmitter<CustomEvent<any>>;
139
+ /**
140
+ * An event emitter notifying the click event of the circular button. @eventSemantics namespace:native
141
+ */
142
+ click: EventEmitter<CustomEvent<any>>;
137
143
  }
138
144
  export declare class VegaButtonCircle {
139
145
  protected z: NgZone;
140
146
  protected el: HTMLElement;
141
147
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
142
148
  static ɵfac: i0.ɵɵFactoryDeclaration<VegaButtonCircle, never>;
143
- static ɵcmp: i0.ɵɵComponentDeclaration<VegaButtonCircle, "vega-button-circle", never, { "danger": "danger"; "disabled": "disabled"; "icon": "icon"; "iconColor": "iconColor"; "label": "label"; "size": "size"; "type": "type"; "variant": "variant"; }, {}, never, ["*"]>;
149
+ static ɵcmp: i0.ɵɵComponentDeclaration<VegaButtonCircle, "vega-button-circle", never, { "danger": "danger"; "disabled": "disabled"; "icon": "icon"; "iconColor": "iconColor"; "label": "label"; "showTooltip": "showTooltip"; "size": "size"; "type": "type"; "variant": "variant"; }, {}, never, ["*"]>;
144
150
  }
145
151
  export declare interface VegaButtonLink extends Components.VegaButtonLink {
146
152
  /**
147
153
  * An event emitter notifying the click event of the button.
148
154
  */
149
155
  vegaClick: EventEmitter<CustomEvent<any>>;
156
+ /**
157
+ * An event emitter notifying the click event of the button. @eventSemantics namespace:native
158
+ */
159
+ click: EventEmitter<CustomEvent<any>>;
150
160
  }
151
161
  export declare class VegaButtonLink {
152
162
  protected z: NgZone;
@@ -162,7 +172,7 @@ export declare class VegaCard {
162
172
  protected el: HTMLElement;
163
173
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
164
174
  static ɵfac: i0.ɵɵFactoryDeclaration<VegaCard, never>;
165
- static ɵcmp: i0.ɵɵComponentDeclaration<VegaCard, "vega-card", never, { "backgroundColor": "backgroundColor"; "margin": "margin"; "padding": "padding"; "shadow": "shadow"; "variant": "variant"; }, {}, never, ["*"]>;
175
+ static ɵcmp: i0.ɵɵComponentDeclaration<VegaCard, "vega-card", never, { "backgroundColor": "backgroundColor"; "margin": "margin"; "padding": "padding"; "variant": "variant"; }, {}, never, ["*"]>;
166
176
  }
167
177
  export declare interface VegaCarousel extends Components.VegaCarousel {
168
178
  /**
@@ -170,6 +180,11 @@ export declare interface VegaCarousel extends Components.VegaCarousel {
170
180
  whether triggered programmatically or through user interaction.
171
181
  */
172
182
  vegaPageUpdate: EventEmitter<CustomEvent<number>>;
183
+ /**
184
+ * A native event emitter notifying the transition of the carousel to another page,
185
+ whether triggered programmatically or through user interaction. @eventSemantics namespace:native
186
+ */
187
+ pageUpdate: EventEmitter<CustomEvent<number>>;
173
188
  }
174
189
  export declare class VegaCarousel {
175
190
  protected z: NgZone;
@@ -179,15 +194,16 @@ export declare class VegaCarousel {
179
194
  static ɵcmp: i0.ɵɵComponentDeclaration<VegaCarousel, "vega-carousel", never, { "canSwipe": "canSwipe"; "perPage": "perPage"; "showSlider": "showSlider"; "spacing": "spacing"; }, {}, never, ["*"]>;
180
195
  }
181
196
  export declare interface VegaCheckbox extends Components.VegaCheckbox {
182
- /**
183
- * An event emitter notifying changes in the validation result of the checkbox. @deprecated vegaValidate is only used to listen on the vega-form component.
184
- */
185
- vegaValidate: EventEmitter<CustomEvent<boolean>>;
186
197
  /**
187
198
  * An event emitter notifying changes in the value of the checkbox,
188
199
  whether triggered programmatically or through user interaction.
189
200
  */
190
201
  vegaChange: EventEmitter<CustomEvent<string | boolean>>;
202
+ /**
203
+ * An event emitter notifying changes in the value of the checkbox,
204
+ whether triggered programmatically or through user interaction. @eventSemantics namespace:native
205
+ */
206
+ change: EventEmitter<CustomEvent<string | boolean>>;
191
207
  }
192
208
  export declare class VegaCheckbox {
193
209
  protected z: NgZone;
@@ -205,17 +221,19 @@ export declare interface VegaCheckboxGroup extends Components.VegaCheckboxGroup
205
221
  */
206
222
  vegaChange: EventEmitter<CustomEvent<string[]>>;
207
223
  /**
208
- * An event emitter notifying changes in the
209
- validation result of the checkbox group. @deprecated vegaValidate is only used to listen on the vega-form component.
224
+ * An event emitter notifying changes in the value
225
+ of any nested checkbox within the checkbox group,
226
+ whether triggered programmatically or through
227
+ user interaction. @eventSemantics namespace:native
210
228
  */
211
- vegaValidate: EventEmitter<CustomEvent<boolean>>;
229
+ change: EventEmitter<CustomEvent<string[]>>;
212
230
  }
213
231
  export declare class VegaCheckboxGroup {
214
232
  protected z: NgZone;
215
233
  protected el: HTMLElement;
216
234
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
217
235
  static ɵfac: i0.ɵɵFactoryDeclaration<VegaCheckboxGroup, never>;
218
- static ɵcmp: i0.ɵɵComponentDeclaration<VegaCheckboxGroup, "vega-checkbox-group", never, { "disabled": "disabled"; "formValidation": "formValidation"; "hint": "hint"; "isValid": "isValid"; "label": "label"; "required": "required"; "value": "value"; "vegaFlexProp": "vegaFlexProp"; }, {}, never, ["*"]>;
236
+ static ɵcmp: i0.ɵɵComponentDeclaration<VegaCheckboxGroup, "vega-checkbox-group", never, { "disabled": "disabled"; "hint": "hint"; "isValid": "isValid"; "label": "label"; "required": "required"; "value": "value"; "vegaFlexProp": "vegaFlexProp"; }, {}, never, ["*"]>;
219
237
  }
220
238
  export declare interface VegaChip extends Components.VegaChip {
221
239
  /**
@@ -224,12 +242,20 @@ export declare interface VegaChip extends Components.VegaChip {
224
242
  This event is only dispatched when the `showCloseIcon` property is set to `true`.
225
243
  */
226
244
  vegaClose: EventEmitter<CustomEvent<void>>;
245
+ /**
246
+ * An event emitter notifying the click event of the close button of the chip. @eventSemantics namespace:native
247
+ */
248
+ close: EventEmitter<CustomEvent<void>>;
227
249
  /**
228
250
  * An event emitter notifying the click event of the chip.
229
251
 
230
252
  This event is only dispatched when the `clickable` property is set to `true`.
231
253
  */
232
254
  vegaClick: EventEmitter<CustomEvent<void>>;
255
+ /**
256
+ * An event emitter notifying the click event of the chip. @eventSemantics namespace:native
257
+ */
258
+ click: EventEmitter<CustomEvent<void>>;
233
259
  }
234
260
  export declare class VegaChip {
235
261
  protected z: NgZone;
@@ -245,9 +271,10 @@ export declare interface VegaColorPicker extends Components.VegaColorPicker {
245
271
  */
246
272
  vegaChange: EventEmitter<CustomEvent<string>>;
247
273
  /**
248
- * An event emitter notifying changes in the validation result of the color picker. @deprecated vegaValidate is only used to listen on the vega-form component.
274
+ * An event emitter notifying changes in the value of the color picker,
275
+ whether triggered programmatically or through user interaction. @eventSemantics namespace:native
249
276
  */
250
- vegaValidate: EventEmitter<CustomEvent<boolean>>;
277
+ change: EventEmitter<CustomEvent<string>>;
251
278
  }
252
279
  export declare class VegaColorPicker {
253
280
  protected z: NgZone;
@@ -263,9 +290,10 @@ export declare interface VegaComboBox extends Components.VegaComboBox {
263
290
  */
264
291
  vegaChange: EventEmitter<CustomEvent<string[]>>;
265
292
  /**
266
- * An event emitter notifying changes in the validation result of the combo box. @deprecated vegaValidate is only used to listen on the vega-form component.
293
+ * An native event emitter notifying changes in the items of the combo box value,
294
+ whether triggered programmatically or through user interaction. @eventSemantics namespace:native
267
295
  */
268
- vegaValidate: EventEmitter<CustomEvent<boolean>>;
296
+ change: EventEmitter<CustomEvent<string[]>>;
269
297
  /**
270
298
  * An event emitter notifying when the user has chosen to add a new value
271
299
  to the source and value of the combo box.
@@ -275,11 +303,25 @@ export declare interface VegaComboBox extends Components.VegaComboBox {
275
303
  The combo box _does not_ automatically add the new value to its `source` and `value`.
276
304
  */
277
305
  vegaCreate: EventEmitter<CustomEvent<string>>;
306
+ /**
307
+ * An native event emitter notifying when the user has chosen to add a new value
308
+ to the source and value of the combo box.
309
+
310
+ The event's `detail` property contains the new value.
311
+
312
+ The combo box _does not_ automatically add the new value to its `source` and `value`. @eventSemantics namespace:native
313
+ */
314
+ create: EventEmitter<CustomEvent<string>>;
278
315
  /**
279
316
  * An event emitter notifying the user's search action in the combo box,
280
317
  but only if the `useDefaultFilter` property is set to `false`.
281
318
  */
282
319
  vegaSearch: EventEmitter<CustomEvent<string>>;
320
+ /**
321
+ * An native event emitter notifying the user's search action in the combo box,
322
+ but only if the `useDefaultFilter` property is set to `false`. @eventSemantics namespace:native
323
+ */
324
+ search: EventEmitter<CustomEvent<string>>;
283
325
  }
284
326
  export declare class VegaComboBox {
285
327
  protected z: NgZone;
@@ -304,16 +346,26 @@ export declare interface VegaDatePicker extends Components.VegaDatePicker {
304
346
  */
305
347
  vegaChange: EventEmitter<CustomEvent<string | string[]>>;
306
348
  /**
307
- * An event emitter notifying the change in the validation result. @deprecated vegaValidate is only used to listen on the vega-form component.
349
+ * A native event emitter notifying the change of the value in the date picker,
350
+ whether triggered programmatically or through user interaction. @eventSemantics namespace:native
308
351
  */
309
- vegaValidate: EventEmitter<CustomEvent<boolean>>;
352
+ change: EventEmitter<CustomEvent<string | string[]>>;
310
353
  }
311
354
  export declare class VegaDatePicker {
312
355
  protected z: NgZone;
313
356
  protected el: HTMLElement;
314
357
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
315
358
  static ɵfac: i0.ɵɵFactoryDeclaration<VegaDatePicker, never>;
316
- static ɵcmp: i0.ɵɵComponentDeclaration<VegaDatePicker, "vega-date-picker", never, { "allowRepick": "allowRepick"; "autoValidation": "autoValidation"; "clearButton": "clearButton"; "disabled": "disabled"; "dropdownConfig": "dropdownConfig"; "formValidation": "formValidation"; "format": "format"; "isValid": "isValid"; "label": "label"; "maxDate": "maxDate"; "minDate": "minDate"; "mode": "mode"; "placeholder": "placeholder"; "readOnly": "readOnly"; "required": "required"; "size": "size"; "validationRules": "validationRules"; "value": "value"; }, {}, never, ["*"]>;
359
+ static ɵcmp: i0.ɵɵComponentDeclaration<VegaDatePicker, "vega-date-picker", never, { "allowRepick": "allowRepick"; "autoValidation": "autoValidation"; "clearButton": "clearButton"; "disabled": "disabled"; "dropdownConfig": "dropdownConfig"; "format": "format"; "isValid": "isValid"; "label": "label"; "maxDate": "maxDate"; "minDate": "minDate"; "mode": "mode"; "placeholder": "placeholder"; "readOnly": "readOnly"; "required": "required"; "size": "size"; "validationRules": "validationRules"; "value": "value"; }, {}, never, ["*"]>;
360
+ }
361
+ export declare interface VegaDatePickerCalendar extends Components.VegaDatePickerCalendar {
362
+ }
363
+ export declare class VegaDatePickerCalendar {
364
+ protected z: NgZone;
365
+ protected el: HTMLElement;
366
+ constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
367
+ static ɵfac: i0.ɵɵFactoryDeclaration<VegaDatePickerCalendar, never>;
368
+ static ɵcmp: i0.ɵɵComponentDeclaration<VegaDatePickerCalendar, "vega-date-picker-calendar", never, {}, {}, never, ["*"]>;
317
369
  }
318
370
  export declare interface VegaDialog extends Components.VegaDialog {
319
371
  }
@@ -325,26 +377,38 @@ export declare class VegaDialog {
325
377
  static ɵcmp: i0.ɵɵComponentDeclaration<VegaDialog, "vega-dialog", never, { "cancelButton": "cancelButton"; "content": "content"; "dialogTitle": "dialogTitle"; "handleCancel": "handleCancel"; "handleOk": "handleOk"; "modalProps": "modalProps"; "okButton": "okButton"; "showCancel": "showCancel"; "type": "type"; }, {}, never, ["*"]>;
326
378
  }
327
379
  export declare interface VegaDropdown extends Components.VegaDropdown {
328
- /**
329
- * @deprecated This property will be removed soon *
330
- */
331
- vegaClick: EventEmitter<CustomEvent<string | string[]>>;
332
380
  /**
333
381
  * An event emitter notifying that a dropdown item has been clicked.
334
382
 
335
383
  The event's `detail` property contains the key of the clicked item.
336
384
  */
337
385
  vegaDropdownClick: EventEmitter<CustomEvent<string>>;
386
+ /**
387
+ * An event emitter notifying that a dropdown item has been clicked.
388
+
389
+ The event's `detail` property contains the key of the clicked item. @eventSemantics namespace:native
390
+ */
391
+ dropdownClick: EventEmitter<CustomEvent<string>>;
338
392
  /**
339
393
  * An event emitter notifying that the dropdown has been displayed,
340
394
  either programmatically or via user interaction.
341
395
  */
342
396
  vegaShow: EventEmitter<CustomEvent<string>>;
397
+ /**
398
+ * An native event emitter notifying that the dropdown has been displayed,
399
+ either programmatically or via user interaction. The name is not `show` because already has a method `show`. @eventSemantics namespace:native
400
+ */
401
+ dropdownShow: EventEmitter<CustomEvent<string>>;
343
402
  /**
344
403
  * Event emitter notifying that the dropdown has been dismissed,
345
404
  either programmatically or via user interaction.
346
405
  */
347
406
  vegaHide: EventEmitter<CustomEvent<string>>;
407
+ /**
408
+ * An native event emitter notifying that the dropdown has been dismissed,
409
+ either programmatically or via user interaction. The name is not `hide` because already has a method `hide`. @eventSemantics namespace:native
410
+ */
411
+ dropdownHide: EventEmitter<CustomEvent<string>>;
348
412
  /**
349
413
  * An event emitter notifying the addition of a new value
350
414
  to the dropdown source list.
@@ -354,11 +418,25 @@ export declare interface VegaDropdown extends Components.VegaDropdown {
354
418
  The dropdown _does not_ automatically add the new value to the source list.
355
419
  */
356
420
  vegaCreate: EventEmitter<CustomEvent<string>>;
421
+ /**
422
+ * An event emitter notifying the addition of a new value
423
+ to the dropdown source list.
424
+
425
+ The event's `detail` property contains the new value.
426
+
427
+ The dropdown _does not_ automatically add the new value to the source list. @eventSemantics namespace:native
428
+ */
429
+ create: EventEmitter<CustomEvent<string>>;
357
430
  /**
358
431
  * An event emitter notifying the search event in the dropdown,
359
432
  but only if `useDefaultFilter` is set to `false`.
360
433
  */
361
434
  vegaSearch: EventEmitter<CustomEvent<string>>;
435
+ /**
436
+ * An event emitter notifying the search event in the dropdown,
437
+ but only if `useDefaultFilter` is set to `false`. The name is not `search` because already has a method `search`. @eventSemantics namespace:native
438
+ */
439
+ dropdownSearch: EventEmitter<CustomEvent<string>>;
362
440
  }
363
441
  export declare class VegaDropdown {
364
442
  protected z: NgZone;
@@ -367,6 +445,15 @@ export declare class VegaDropdown {
367
445
  static ɵfac: i0.ɵɵFactoryDeclaration<VegaDropdown, never>;
368
446
  static ɵcmp: i0.ɵɵComponentDeclaration<VegaDropdown, "vega-dropdown", never, { "alignment": "alignment"; "caseSensitive": "caseSensitive"; "dynamicOption": "dynamicOption"; "isLoading": "isLoading"; "itemDisplayRule": "itemDisplayRule"; "matchContainerHeight": "matchContainerHeight"; "matchTargetWidth": "matchTargetWidth"; "maxHeight": "maxHeight"; "maxWidth": "maxWidth"; "minWidth": "minWidth"; "placement": "placement"; "positionRelativeTo": "positionRelativeTo"; "prefixIconSlot": "prefixIconSlot"; "searchable": "searchable"; "selectType": "selectType"; "selectedSourceKey": "selectedSourceKey"; "size": "size"; "source": "source"; "translocation": "translocation"; "trigger": "trigger"; "useDefaultFilter": "useDefaultFilter"; }, {}, never, ["*"]>;
369
447
  }
448
+ export declare interface VegaDropdownContentBox extends Components.VegaDropdownContentBox {
449
+ }
450
+ export declare class VegaDropdownContentBox {
451
+ protected z: NgZone;
452
+ protected el: HTMLElement;
453
+ constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
454
+ static ɵfac: i0.ɵɵFactoryDeclaration<VegaDropdownContentBox, never>;
455
+ static ɵcmp: i0.ɵɵComponentDeclaration<VegaDropdownContentBox, "vega-dropdown-content-box", never, {}, {}, never, ["*"]>;
456
+ }
370
457
  export declare interface VegaDropdownGroup extends Components.VegaDropdownGroup {
371
458
  }
372
459
  export declare class VegaDropdownGroup {
@@ -381,6 +468,10 @@ export declare interface VegaDropdownItem extends Components.VegaDropdownItem {
381
468
  * An event emitter notifying the dropdown item has been clicked.
382
469
  */
383
470
  vegaClick: EventEmitter<CustomEvent<IVegaDropdownItemVegaDropdownItemClickEvent>>;
471
+ /**
472
+ * An native event emitter notifying the dropdown item has been clicked. @eventSemantics namespace:native
473
+ */
474
+ click: EventEmitter<CustomEvent<IVegaDropdownItemVegaDropdownItemClickEvent>>;
384
475
  }
385
476
  export declare class VegaDropdownItem {
386
477
  protected z: NgZone;
@@ -418,7 +509,7 @@ export declare class VegaFlex {
418
509
  protected el: HTMLElement;
419
510
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
420
511
  static ɵfac: i0.ɵɵFactoryDeclaration<VegaFlex, never>;
421
- static ɵcmp: i0.ɵɵComponentDeclaration<VegaFlex, "vega-flex", never, { "alignItem": "alignItem"; "alignItems": "alignItems"; "breakpoint": "breakpoint"; "direction": "direction"; "gap": "gap"; "justifyContent": "justifyContent"; "margin": "margin"; "useNativeFlex": "useNativeFlex"; }, {}, never, ["*"]>;
512
+ static ɵcmp: i0.ɵɵComponentDeclaration<VegaFlex, "vega-flex", never, { "alignItems": "alignItems"; "direction": "direction"; "gap": "gap"; "justifyContent": "justifyContent"; "margin": "margin"; }, {}, never, ["*"]>;
422
513
  }
423
514
  export declare interface VegaFont extends Components.VegaFont {
424
515
  }
@@ -429,28 +520,31 @@ export declare class VegaFont {
429
520
  static ɵfac: i0.ɵɵFactoryDeclaration<VegaFont, never>;
430
521
  static ɵcmp: i0.ɵɵComponentDeclaration<VegaFont, "vega-font", never, { "as": "as"; "color": "color"; "disableResponsive": "disableResponsive"; "variant": "variant"; }, {}, never, ["*"]>;
431
522
  }
432
- export declare interface VegaFooter extends Components.VegaFooter {
433
- }
434
- export declare class VegaFooter {
435
- protected z: NgZone;
436
- protected el: HTMLElement;
437
- constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
438
- static ɵfac: i0.ɵɵFactoryDeclaration<VegaFooter, never>;
439
- static ɵcmp: i0.ɵɵComponentDeclaration<VegaFooter, "vega-footer", never, { "privacyUrl": "privacyUrl"; "tosUrl": "tosUrl"; }, {}, never, ["*"]>;
440
- }
441
523
  export declare interface VegaForm extends Components.VegaForm {
442
524
  /**
443
525
  * An event emitter notifying the change in the validation result.
444
526
  */
445
527
  vegaValidate: EventEmitter<CustomEvent<boolean>>;
528
+ /**
529
+ * An event emitter notifying the change in the validation result. @eventSemantics namespace:native
530
+ */
531
+ validate: EventEmitter<CustomEvent<boolean>>;
446
532
  /**
447
533
  * An event emitter notifying the submission of the form.
448
534
  */
449
535
  vegaFormSubmit: EventEmitter<CustomEvent<unknown>>;
536
+ /**
537
+ * An event emitter notifying the submission of the form. @eventSemantics namespace:native
538
+ */
539
+ formSubmit: EventEmitter<CustomEvent<unknown>>;
450
540
  /**
451
541
  * An event emitter notifying the reset of the form.
452
542
  */
453
543
  vegaFormReset: EventEmitter<CustomEvent<any>>;
544
+ /**
545
+ * An event emitter notifying the reset of the form. @eventSemantics namespace:native
546
+ */
547
+ formReset: EventEmitter<CustomEvent<any>>;
454
548
  }
455
549
  export declare class VegaForm {
456
550
  protected z: NgZone;
@@ -468,15 +562,6 @@ export declare class VegaGrid {
468
562
  static ɵfac: i0.ɵɵFactoryDeclaration<VegaGrid, never>;
469
563
  static ɵcmp: i0.ɵɵComponentDeclaration<VegaGrid, "vega-grid", never, { "column": "column"; "gap": "gap"; "row": "row"; }, {}, never, ["*"]>;
470
564
  }
471
- export declare interface VegaHeader extends Components.VegaHeader {
472
- }
473
- export declare class VegaHeader {
474
- protected z: NgZone;
475
- protected el: HTMLElement;
476
- constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
477
- static ɵfac: i0.ɵɵFactoryDeclaration<VegaHeader, never>;
478
- static ɵcmp: i0.ɵɵComponentDeclaration<VegaHeader, "vega-header", never, {}, {}, never, ["*"]>;
479
- }
480
565
  export declare interface VegaIcon extends Components.VegaIcon {
481
566
  }
482
567
  export declare class VegaIcon {
@@ -491,18 +576,26 @@ export declare interface VegaImageUploader extends Components.VegaImageUploader
491
576
  * An event emitter notifying a value change.
492
577
  */
493
578
  vegaChange: EventEmitter<CustomEvent<IVegaImageUploaderVegaFileOptional>>;
579
+ /**
580
+ * An event emitter notifying a value change. @eventSemantics namespace:native
581
+ */
582
+ change: EventEmitter<CustomEvent<any>>;
494
583
  /**
495
584
  * An event emitter notifying the removal of a value.
496
585
  */
497
586
  vegaRemove: EventEmitter<CustomEvent<any>>;
587
+ /**
588
+ * An event emitter notifying the removal of a value. @eventSemantics namespace:native
589
+ */
590
+ remove: EventEmitter<CustomEvent<any>>;
498
591
  /**
499
592
  * An event emitter notifying the cancellation of an uploading event.
500
593
  */
501
594
  vegaCancel: EventEmitter<CustomEvent<any>>;
502
595
  /**
503
- * An event emitter notifying the change in the validation result. @deprecated vegaValidate is only used to listen on the vega-form component.
596
+ * An event emitter notifying the removal of a value. @eventSemantics namespace:native
504
597
  */
505
- vegaValidate: EventEmitter<CustomEvent<boolean>>;
598
+ cancel: EventEmitter<CustomEvent<any>>;
506
599
  }
507
600
  export declare class VegaImageUploader {
508
601
  protected z: NgZone;
@@ -517,42 +610,58 @@ export declare interface VegaInput extends Components.VegaInput {
517
610
  */
518
611
  vegaChange: EventEmitter<CustomEvent<string>>;
519
612
  /**
520
- * An event emitter notifying the change in the validation result. @deprecated vegaValidate is only used to listen on the vega-form component.
613
+ * An native event emitter notifying a value change. @eventSemantics namespace:native
521
614
  */
522
- vegaValidate: EventEmitter<CustomEvent<boolean>>;
615
+ change: EventEmitter<CustomEvent<string>>;
523
616
  /**
524
617
  * An event emitter notifying the blur of the inner input element.
525
618
  */
526
619
  vegaBlur: EventEmitter<CustomEvent<undefined>>;
620
+ /**
621
+ * An native event emitter notifying the blur of the inner input element. @eventSemantics namespace:native
622
+ */
623
+ blur: EventEmitter<CustomEvent<undefined>>;
527
624
  /**
528
625
  * An event emitter notifying the focus of the inner input element.
529
626
  */
530
627
  vegaFocus: EventEmitter<CustomEvent<undefined>>;
628
+ /**
629
+ * An native event emitter notifying the focus of the inner input element. @eventSemantics namespace:native
630
+ */
631
+ focus: EventEmitter<CustomEvent<undefined>>;
531
632
  }
532
633
  export declare class VegaInput {
533
634
  protected z: NgZone;
534
635
  protected el: HTMLElement;
535
636
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
536
637
  static ɵfac: i0.ɵɵFactoryDeclaration<VegaInput, never>;
537
- static ɵcmp: i0.ɵɵComponentDeclaration<VegaInput, "vega-input", never, { "autoValidation": "autoValidation"; "autocomplete": "autocomplete"; "disabled": "disabled"; "email": "email"; "formValidation": "formValidation"; "hint": "hint"; "isValid": "isValid"; "label": "label"; "maskConfig": "maskConfig"; "max": "max"; "maxLength": "maxLength"; "min": "min"; "minLength": "minLength"; "placeholder": "placeholder"; "prefixIcon": "prefixIcon"; "required": "required"; "showClearIcon": "showClearIcon"; "size": "size"; "type": "type"; "validationRules": "validationRules"; "value": "value"; }, {}, never, ["*"]>;
638
+ static ɵcmp: i0.ɵɵComponentDeclaration<VegaInput, "vega-input", never, { "autoValidation": "autoValidation"; "autocomplete": "autocomplete"; "disabled": "disabled"; "email": "email"; "hint": "hint"; "isValid": "isValid"; "label": "label"; "maskConfig": "maskConfig"; "max": "max"; "maxLength": "maxLength"; "min": "min"; "minLength": "minLength"; "placeholder": "placeholder"; "prefixIcon": "prefixIcon"; "required": "required"; "showClearIcon": "showClearIcon"; "size": "size"; "type": "type"; "validationRules": "validationRules"; "value": "value"; }, {}, never, ["*"]>;
538
639
  }
539
640
  export declare interface VegaInputCreditCard extends Components.VegaInputCreditCard {
540
- /**
541
- * An event emitter notifying the change in the validation result. @deprecated vegaValidate is only used to listen on the vega-form component.
542
- */
543
- vegaValidate: EventEmitter<CustomEvent<boolean>>;
544
641
  /**
545
642
  * An event emitter notifying a value change.
546
643
  */
547
644
  vegaChange: EventEmitter<CustomEvent<string>>;
645
+ /**
646
+ * A native change event emitter notifying a value change. @eventSemantics namespace:native
647
+ */
648
+ change: EventEmitter<CustomEvent<string>>;
548
649
  /**
549
650
  * An event emitter notifying the blur event of the credit card element.
550
651
  */
551
652
  vegaBlur: EventEmitter<CustomEvent<undefined>>;
653
+ /**
654
+ * A native event emitter notifying the blur event of the credit card element. @eventSemantics namespace:native
655
+ */
656
+ blur: EventEmitter<CustomEvent<undefined>>;
552
657
  /**
553
658
  * An event emitter notifying the focus of the credit card element.
554
659
  */
555
660
  vegaFocus: EventEmitter<CustomEvent<undefined>>;
661
+ /**
662
+ * A native event emitter notifying the focus of the credit card element. @eventSemantics namespace:native
663
+ */
664
+ focus: EventEmitter<CustomEvent<undefined>>;
556
665
  }
557
666
  export declare class VegaInputCreditCard {
558
667
  protected z: NgZone;
@@ -567,39 +676,51 @@ export declare interface VegaInputSelect extends Components.VegaInputSelect {
567
676
  */
568
677
  vegaChange: EventEmitter<CustomEvent<IVegaInputSelectSelectValueType<IVegaInputSelectSelectType>>>;
569
678
  /**
570
- * An event emitter notifying the change in the validation result. @deprecated vegaValidate is only used to listen on the vega-form component.
679
+ * An native event emitter notifying the change of the select value. @eventSemantics namespace:native
571
680
  */
572
- vegaValidate: EventEmitter<CustomEvent<boolean>>;
681
+ change: EventEmitter<CustomEvent<IVegaInputSelectSelectValueType<IVegaInputSelectSelectType>>>;
573
682
  /**
574
683
  * An event emitter notifying the search of the dropdown.
575
684
  */
576
685
  vegaSearch: EventEmitter<CustomEvent<string>>;
686
+ /**
687
+ * An event emitter notifying the search of the dropdown. @eventSemantics namespace:native
688
+ */
689
+ search: EventEmitter<CustomEvent<string>>;
577
690
  }
578
691
  export declare class VegaInputSelect {
579
692
  protected z: NgZone;
580
693
  protected el: HTMLElement;
581
694
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
582
695
  static ɵfac: i0.ɵɵFactoryDeclaration<VegaInputSelect, never>;
583
- static ɵcmp: i0.ɵɵComponentDeclaration<VegaInputSelect, "vega-input-select", never, { "autoValidation": "autoValidation"; "disabled": "disabled"; "formValidation": "formValidation"; "hint": "hint"; "isValid": "isValid"; "label": "label"; "placeholder": "placeholder"; "prefixIcon": "prefixIcon"; "required": "required"; "selectType": "selectType"; "selectedLabel": "selectedLabel"; "size": "size"; "source": "source"; "validationRules": "validationRules"; "value": "value"; "vegaDropdownProps": "vegaDropdownProps"; }, {}, never, ["*"]>;
696
+ static ɵcmp: i0.ɵɵComponentDeclaration<VegaInputSelect, "vega-input-select", never, { "autoValidation": "autoValidation"; "disabled": "disabled"; "hint": "hint"; "isValid": "isValid"; "label": "label"; "placeholder": "placeholder"; "prefixIcon": "prefixIcon"; "required": "required"; "selectType": "selectType"; "selectedLabel": "selectedLabel"; "size": "size"; "source": "source"; "validationRules": "validationRules"; "value": "value"; "vegaDropdownProps": "vegaDropdownProps"; }, {}, never, ["*"]>;
584
697
  }
585
698
  export declare interface VegaItemToggle extends Components.VegaItemToggle {
586
699
  /**
587
700
  * An event emitter notifying an item toggle event.
588
701
  */
589
702
  vegaToggleStatus: EventEmitter<CustomEvent<boolean>>;
703
+ /**
704
+ * A native event emitter notifying an item toggle event. @eventSemantics namespace:native
705
+ */
706
+ toggleStatus: EventEmitter<CustomEvent<boolean>>;
590
707
  }
591
708
  export declare class VegaItemToggle {
592
709
  protected z: NgZone;
593
710
  protected el: HTMLElement;
594
711
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
595
712
  static ɵfac: i0.ɵɵFactoryDeclaration<VegaItemToggle, never>;
596
- static ɵcmp: i0.ɵɵComponentDeclaration<VegaItemToggle, "vega-item-toggle", never, { "isError": "isError"; "isToggled": "isToggled"; "itemToggleStatusMap": "itemToggleStatusMap"; }, {}, never, ["*"]>;
713
+ static ɵcmp: i0.ɵɵComponentDeclaration<VegaItemToggle, "vega-item-toggle", never, { "isToggled": "isToggled"; "itemToggleStatusMap": "itemToggleStatusMap"; }, {}, never, ["*"]>;
597
714
  }
598
715
  export declare interface VegaLeftNav extends Components.VegaLeftNav {
599
716
  /**
600
717
  * An event emitter notifying that the left-nav's open state has changed.
601
718
  */
602
719
  vegaStateUpdate: EventEmitter<CustomEvent<string>>;
720
+ /**
721
+ * A native event emitter notifying that the left-nav's open state has changed. @eventSemantics namespace:native
722
+ */
723
+ stateUpdate: EventEmitter<CustomEvent<string>>;
603
724
  }
604
725
  export declare class VegaLeftNav {
605
726
  protected z: NgZone;
@@ -613,6 +734,10 @@ export declare interface VegaLeftNavGroup extends Components.VegaLeftNavGroup {
613
734
  * event emitter used for notifying consumers the click event
614
735
  */
615
736
  vegaGroupClick: EventEmitter<CustomEvent<string>>;
737
+ /**
738
+ * A native event emitter used for notifying consumers the click event @eventSemantics namespace:native
739
+ */
740
+ groupClick: EventEmitter<CustomEvent<string>>;
616
741
  }
617
742
  export declare class VegaLeftNavGroup {
618
743
  protected z: NgZone;
@@ -626,6 +751,10 @@ export declare interface VegaLeftNavLink extends Components.VegaLeftNavLink {
626
751
  * event emitter used for notifying consumers the click event
627
752
  */
628
753
  vegaMenuClick: EventEmitter<CustomEvent<any>>;
754
+ /**
755
+ * event emitter used for notifying consumers the click event @eventSemantics namespace:native
756
+ */
757
+ menuClick: EventEmitter<CustomEvent<any>>;
629
758
  }
630
759
  export declare class VegaLeftNavLink {
631
760
  protected z: NgZone;
@@ -652,6 +781,15 @@ export declare class VegaLineChart {
652
781
  static ɵfac: i0.ɵɵFactoryDeclaration<VegaLineChart, never>;
653
782
  static ɵcmp: i0.ɵɵComponentDeclaration<VegaLineChart, "vega-line-chart", never, { "options": "options"; }, {}, never, ["*"]>;
654
783
  }
784
+ export declare interface VegaLoaderWrapper extends Components.VegaLoaderWrapper {
785
+ }
786
+ export declare class VegaLoaderWrapper {
787
+ protected z: NgZone;
788
+ protected el: HTMLElement;
789
+ constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
790
+ static ɵfac: i0.ɵɵFactoryDeclaration<VegaLoaderWrapper, never>;
791
+ static ɵcmp: i0.ɵɵComponentDeclaration<VegaLoaderWrapper, "vega-loader-wrapper", never, {}, {}, never, ["*"]>;
792
+ }
655
793
  export declare interface VegaLoadingIndicator extends Components.VegaLoadingIndicator {
656
794
  }
657
795
  export declare class VegaLoadingIndicator {
@@ -666,10 +804,18 @@ export declare interface VegaModal extends Components.VegaModal {
666
804
  * An event emitter notifying the modal close event.
667
805
  */
668
806
  vegaClose: EventEmitter<CustomEvent<any>>;
807
+ /**
808
+ * An event emitter notifying the modal close event. @eventSemantics namespace:native
809
+ */
810
+ close: EventEmitter<CustomEvent<any>>;
669
811
  /**
670
812
  * An event emitter notifying the modal open event.
671
813
  */
672
814
  vegaOpen: EventEmitter<CustomEvent<any>>;
815
+ /**
816
+ * An native event emitter notifying the modal open event. The event name is not `open` because already has a property `open` @eventSemantics namespace:native
817
+ */
818
+ modalOpen: EventEmitter<CustomEvent<any>>;
673
819
  }
674
820
  export declare class VegaModal {
675
821
  protected z: NgZone;
@@ -687,34 +833,43 @@ export declare class VegaNavCard {
687
833
  static ɵfac: i0.ɵɵFactoryDeclaration<VegaNavCard, never>;
688
834
  static ɵcmp: i0.ɵɵComponentDeclaration<VegaNavCard, "vega-nav-card", never, { "maxHeight": "maxHeight"; "source": "source"; }, {}, never, ["*"]>;
689
835
  }
690
- export declare interface VegaOption extends Components.VegaOption {
836
+ export declare interface VegaPageNotification extends Components.VegaPageNotification {
691
837
  }
692
- export declare class VegaOption {
838
+ export declare class VegaPageNotification {
693
839
  protected z: NgZone;
694
840
  protected el: HTMLElement;
695
841
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
696
- static ɵfac: i0.ɵɵFactoryDeclaration<VegaOption, never>;
697
- static ɵcmp: i0.ɵɵComponentDeclaration<VegaOption, "vega-option", never, { "icon": "icon"; "label": "label"; "subLabel": "subLabel"; }, {}, never, ["*"]>;
842
+ static ɵfac: i0.ɵɵFactoryDeclaration<VegaPageNotification, never>;
843
+ static ɵcmp: i0.ɵɵComponentDeclaration<VegaPageNotification, "vega-page-notification", never, { "actionButtons": "actionButtons"; "duration": "duration"; "message": "message"; "notificationTitle": "notificationTitle"; "showCloseButton": "showCloseButton"; "type": "type"; }, {}, never, ["*"]>;
698
844
  }
699
- export declare interface VegaPageNotification extends Components.VegaPageNotification {
845
+ export declare interface VegaPageNotificationList extends Components.VegaPageNotificationList {
700
846
  }
701
- export declare class VegaPageNotification {
847
+ export declare class VegaPageNotificationList {
702
848
  protected z: NgZone;
703
849
  protected el: HTMLElement;
704
850
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
705
- static ɵfac: i0.ɵɵFactoryDeclaration<VegaPageNotification, never>;
706
- static ɵcmp: i0.ɵɵComponentDeclaration<VegaPageNotification, "vega-page-notification", never, { "actionButtons": "actionButtons"; "duration": "duration"; "message": "message"; "notificationTitle": "notificationTitle"; "showCloseButton": "showCloseButton"; "type": "type"; }, {}, never, ["*"]>;
851
+ static ɵfac: i0.ɵɵFactoryDeclaration<VegaPageNotificationList, never>;
852
+ static ɵcmp: i0.ɵɵComponentDeclaration<VegaPageNotificationList, "vega-page-notification-list", never, {}, {}, never, ["*"]>;
707
853
  }
708
854
  export declare interface VegaPagination extends Components.VegaPagination {
709
855
  /**
710
856
  * An event emitter notifying the current page change.
711
857
  */
712
858
  vegaChange: EventEmitter<CustomEvent<number>>;
859
+ /**
860
+ * An event emitter notifying the current page change. @eventSemantics namespace:native
861
+ */
862
+ change: EventEmitter<CustomEvent<number>>;
713
863
  /**
714
864
  * An event emitter notifying a change in the number of
715
865
  data items displayed per page.
716
866
  */
717
867
  vegaPageSizeChange: EventEmitter<CustomEvent<number>>;
868
+ /**
869
+ * An event emitter notifying a change in the number of
870
+ data items displayed per page. @eventSemantics namespace:native
871
+ */
872
+ pageSizeChange: EventEmitter<CustomEvent<number>>;
718
873
  }
719
874
  export declare class VegaPagination {
720
875
  protected z: NgZone;
@@ -737,10 +892,18 @@ export declare interface VegaPopover extends Components.VegaPopover {
737
892
  * An event emitter notifying the popover show event.
738
893
  */
739
894
  vegaPopoverShow: EventEmitter<CustomEvent<string>>;
895
+ /**
896
+ * A native event emitter notifying the popover show event. @eventSemantics namespace:native
897
+ */
898
+ popoverShow: EventEmitter<CustomEvent<string>>;
740
899
  /**
741
900
  * An event emitter notifying the popover hide event.
742
901
  */
743
902
  vegaPopoverHide: EventEmitter<CustomEvent<string>>;
903
+ /**
904
+ * A native event emitter notifying the popover hide event. @eventSemantics namespace:native
905
+ */
906
+ popoverHide: EventEmitter<CustomEvent<string>>;
744
907
  }
745
908
  export declare class VegaPopover {
746
909
  protected z: NgZone;
@@ -749,11 +912,24 @@ export declare class VegaPopover {
749
912
  static ɵfac: i0.ɵɵFactoryDeclaration<VegaPopover, never>;
750
913
  static ɵcmp: i0.ɵɵComponentDeclaration<VegaPopover, "vega-popover", never, { "alignment": "alignment"; "placement": "placement"; "positionRelativeTo": "positionRelativeTo"; "size": "size"; }, {}, never, ["*"]>;
751
914
  }
915
+ export declare interface VegaPopoverContentBox extends Components.VegaPopoverContentBox {
916
+ }
917
+ export declare class VegaPopoverContentBox {
918
+ protected z: NgZone;
919
+ protected el: HTMLElement;
920
+ constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
921
+ static ɵfac: i0.ɵɵFactoryDeclaration<VegaPopoverContentBox, never>;
922
+ static ɵcmp: i0.ɵɵComponentDeclaration<VegaPopoverContentBox, "vega-popover-content-box", never, {}, {}, never, ["*"]>;
923
+ }
752
924
  export declare interface VegaProgressTracker extends Components.VegaProgressTracker {
753
925
  /**
754
926
  * An event emitter notifying that the current step has changed.
755
927
  */
756
928
  vegaCurrentStepUpdate: EventEmitter<CustomEvent<string>>;
929
+ /**
930
+ * A native event emitter notifying that the current step has changed. @eventSemantics namespace:native
931
+ */
932
+ currentStepUpdate: EventEmitter<CustomEvent<string>>;
757
933
  }
758
934
  export declare class VegaProgressTracker {
759
935
  protected z: NgZone;
@@ -767,15 +943,28 @@ export declare interface VegaRadio extends Components.VegaRadio {
767
943
  * An event emitter notifying the focus event of the radio input.
768
944
  */
769
945
  vegaFocus: EventEmitter<CustomEvent<any>>;
946
+ /**
947
+ * An event emitter notifying the focus event of the radio input. @eventSemantics namespace:native
948
+ */
949
+ focus: EventEmitter<CustomEvent<any>>;
770
950
  /**
771
951
  * An event emitter notifying the blur event of the radio input.
772
952
  */
773
953
  vegaBlur: EventEmitter<CustomEvent<any>>;
954
+ /**
955
+ * An event emitter notifying the blur event of the radio input. @eventSemantics namespace:native
956
+ */
957
+ blur: EventEmitter<CustomEvent<any>>;
774
958
  /**
775
959
  * An event emitter notifying the change in the check status
776
960
  of the radio input.
777
961
  */
778
962
  vegaChange: EventEmitter<CustomEvent<boolean>>;
963
+ /**
964
+ * An event emitter notifying the change in the check status
965
+ of the radio input. @eventSemantics namespace:native
966
+ */
967
+ change: EventEmitter<CustomEvent<boolean>>;
779
968
  }
780
969
  export declare class VegaRadio {
781
970
  protected z: NgZone;
@@ -791,52 +980,17 @@ export declare interface VegaRadioGroup extends Components.VegaRadioGroup {
791
980
  */
792
981
  vegaChange: EventEmitter<CustomEvent<string>>;
793
982
  /**
794
- * An event emitter notifying the change in the
795
- validation result. @deprecated vegaValidate is only used to listen on the vega-form component.
983
+ * An event emitter notifying the change of the
984
+ checked radio button in the radio group. @eventSemantics namespace:native
796
985
  */
797
- vegaValidate: EventEmitter<CustomEvent<boolean>>;
986
+ change: EventEmitter<CustomEvent<string>>;
798
987
  }
799
988
  export declare class VegaRadioGroup {
800
989
  protected z: NgZone;
801
990
  protected el: HTMLElement;
802
991
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
803
992
  static ɵfac: i0.ɵɵFactoryDeclaration<VegaRadioGroup, never>;
804
- static ɵcmp: i0.ɵɵComponentDeclaration<VegaRadioGroup, "vega-radio-group", never, { "disabled": "disabled"; "formValidation": "formValidation"; "hint": "hint"; "isValid": "isValid"; "label": "label"; "name": "name"; "required": "required"; "value": "value"; "vegaFlexProp": "vegaFlexProp"; }, {}, never, ["*"]>;
805
- }
806
- export declare interface VegaSidenav extends Components.VegaSidenav {
807
- /**
808
- * An event emitter notifying the completion of a navigation menu close operation.
809
- */
810
- vegaStateUpdate: EventEmitter<CustomEvent<string>>;
811
- }
812
- export declare class VegaSidenav {
813
- protected z: NgZone;
814
- protected el: HTMLElement;
815
- constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
816
- static ɵfac: i0.ɵɵFactoryDeclaration<VegaSidenav, never>;
817
- static ɵcmp: i0.ɵɵComponentDeclaration<VegaSidenav, "vega-sidenav", never, { "footnote": "footnote"; "headerConfig": "headerConfig"; "openByDefault": "openByDefault"; "source": "source"; }, {}, never, ["*"]>;
818
- }
819
- export declare interface VegaSidenavGroup extends Components.VegaSidenavGroup {
820
- }
821
- export declare class VegaSidenavGroup {
822
- protected z: NgZone;
823
- protected el: HTMLElement;
824
- constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
825
- static ɵfac: i0.ɵɵFactoryDeclaration<VegaSidenavGroup, never>;
826
- static ɵcmp: i0.ɵɵComponentDeclaration<VegaSidenavGroup, "vega-sidenav-group", never, { "icon": "icon"; "label": "label"; }, {}, never, ["*"]>;
827
- }
828
- export declare interface VegaSidenavLink extends Components.VegaSidenavLink {
829
- /**
830
- * An event emitter notifying about the occurrence of a click event.
831
- */
832
- vegaClick: EventEmitter<CustomEvent<any>>;
833
- }
834
- export declare class VegaSidenavLink {
835
- protected z: NgZone;
836
- protected el: HTMLElement;
837
- constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
838
- static ɵfac: i0.ɵɵFactoryDeclaration<VegaSidenavLink, never>;
839
- static ɵcmp: i0.ɵɵComponentDeclaration<VegaSidenavLink, "vega-sidenav-link", never, { "icon": "icon"; "selected": "selected"; "showSideBarOnClickLink": "showSideBarOnClickLink"; "url": "url"; }, {}, never, ["*"]>;
993
+ static ɵcmp: i0.ɵɵComponentDeclaration<VegaRadioGroup, "vega-radio-group", never, { "disabled": "disabled"; "hint": "hint"; "isValid": "isValid"; "label": "label"; "name": "name"; "required": "required"; "value": "value"; "vegaFlexProp": "vegaFlexProp"; }, {}, never, ["*"]>;
840
994
  }
841
995
  export declare interface VegaSlotContainer extends Components.VegaSlotContainer {
842
996
  }
@@ -849,22 +1003,20 @@ export declare class VegaSlotContainer {
849
1003
  }
850
1004
  export declare interface VegaStepper extends Components.VegaStepper {
851
1005
  /**
852
- * An event emitter notifying changes in the value of
853
- the stepper component.
1006
+ * An event emitter notifying changes in the value of the stepper component.
854
1007
  */
855
1008
  vegaChange: EventEmitter<CustomEvent<number>>;
856
1009
  /**
857
- * An event emitter notifying changes in the validation
858
- result of the stepper component. @deprecated vegaValidate is only used to listen on the vega-form component.
1010
+ * An event emitter notifying changes in the value of the stepper component. @eventSemantics namespace:native
859
1011
  */
860
- vegaValidate: EventEmitter<CustomEvent<boolean>>;
1012
+ change: EventEmitter<CustomEvent<number>>;
861
1013
  }
862
1014
  export declare class VegaStepper {
863
1015
  protected z: NgZone;
864
1016
  protected el: HTMLElement;
865
1017
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
866
1018
  static ɵfac: i0.ɵɵFactoryDeclaration<VegaStepper, never>;
867
- static ɵcmp: i0.ɵɵComponentDeclaration<VegaStepper, "vega-stepper", never, { "autoValidation": "autoValidation"; "buttonVariant": "buttonVariant"; "disabled": "disabled"; "formValidation": "formValidation"; "inputDisabled": "inputDisabled"; "inputEditable": "inputEditable"; "isValid": "isValid"; "label": "label"; "max": "max"; "min": "min"; "stepperId": "stepperId"; "value": "value"; }, {}, never, ["*"]>;
1019
+ static ɵcmp: i0.ɵɵComponentDeclaration<VegaStepper, "vega-stepper", never, { "autoValidation": "autoValidation"; "buttonVariant": "buttonVariant"; "disabled": "disabled"; "inputDisabled": "inputDisabled"; "isValid": "isValid"; "label": "label"; "max": "max"; "min": "min"; "stepperId": "stepperId"; "value": "value"; }, {}, never, ["*"]>;
868
1020
  }
869
1021
  export declare interface VegaTabGroup extends Components.VegaTabGroup {
870
1022
  /**
@@ -872,6 +1024,11 @@ export declare interface VegaTabGroup extends Components.VegaTabGroup {
872
1024
  in the tab group.
873
1025
  */
874
1026
  vegaClick: EventEmitter<CustomEvent<string>>;
1027
+ /**
1028
+ * A native event emitter notifying the click event of a tab
1029
+ in the tab group. @eventSemantics namespace:native
1030
+ */
1031
+ click: EventEmitter<CustomEvent<string>>;
875
1032
  }
876
1033
  export declare class VegaTabGroup {
877
1034
  protected z: NgZone;
@@ -894,21 +1051,40 @@ export declare interface VegaTable extends Components.VegaTable {
894
1051
  * An event emitter notifying changes in the table data.
895
1052
  */
896
1053
  vegaChange: EventEmitter<CustomEvent<IVegaTableVegaTableChangePropType>>;
1054
+ /**
1055
+ * An event emitter notifying changes in the table data. @eventSemantics namespace:native
1056
+ */
1057
+ change: EventEmitter<CustomEvent<IVegaTableVegaTableChangePropType>>;
897
1058
  /**
898
1059
  * An event emitter notifying the click event of a row
899
1060
  in the table.
900
1061
  */
901
1062
  vegaRowClick: EventEmitter<CustomEvent<IVegaTableVegaTableRowClickPropType>>;
1063
+ /**
1064
+ * An event emitter notifying the click event of a row
1065
+ in the table. @eventSemantics namespace:native
1066
+ */
1067
+ rowClick: EventEmitter<CustomEvent<IVegaTableVegaTableRowClickPropType>>;
902
1068
  /**
903
1069
  * An event emitter notifying the selection or deselection
904
1070
  of a row in the table.
905
1071
  */
906
1072
  vegaSelectChange: EventEmitter<CustomEvent<IVegaTableVegaTableRowSelectProp>>;
1073
+ /**
1074
+ * An event emitter notifying the selection or deselection
1075
+ of a row in the table. @eventSemantics namespace:native
1076
+ */
1077
+ selectChange: EventEmitter<CustomEvent<IVegaTableVegaTableRowSelectProp>>;
907
1078
  /**
908
1079
  * An event emitter notifying changes in the selection of checkboxes,
909
1080
  particularly the "Select All" checkbox in the table header.
910
1081
  */
911
1082
  vegaSelectAllChange: EventEmitter<CustomEvent<IVegaTableVegaTableSelectAllProp>>;
1083
+ /**
1084
+ * An event emitter notifying changes in the selection of checkboxes,
1085
+ particularly the "Select All" checkbox in the table header. @eventSemantics namespace:native
1086
+ */
1087
+ selectAllChange: EventEmitter<CustomEvent<IVegaTableVegaTableSelectAllProp>>;
912
1088
  }
913
1089
  export declare class VegaTable {
914
1090
  protected z: NgZone;
@@ -933,7 +1109,7 @@ export declare class VegaTableCell {
933
1109
  protected el: HTMLElement;
934
1110
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
935
1111
  static ɵfac: i0.ɵɵFactoryDeclaration<VegaTableCell, never>;
936
- static ɵcmp: i0.ɵɵComponentDeclaration<VegaTableCell, "vega-table-cell", never, { "breakpoint": "breakpoint"; "ellipsis": "ellipsis"; "overflow": "overflow"; "textAlign": "textAlign"; "width": "width"; }, {}, never, ["*"]>;
1112
+ static ɵcmp: i0.ɵɵComponentDeclaration<VegaTableCell, "vega-table-cell", never, { "breakpoint": "breakpoint"; "overflow": "overflow"; "textAlign": "textAlign"; "width": "width"; }, {}, never, ["*"]>;
937
1113
  }
938
1114
  export declare interface VegaTableExpandRow extends Components.VegaTableExpandRow {
939
1115
  }
@@ -958,6 +1134,10 @@ export declare interface VegaTableHeadCell extends Components.VegaTableHeadCell
958
1134
  * An event emitter notifying that the head cell has been clicked.
959
1135
  */
960
1136
  vegaClick: EventEmitter<CustomEvent<IVegaTableHeadCellVegaTableHeadCellClickEvent>>;
1137
+ /**
1138
+ * An event emitter notifying that the head cell has been clicked. @eventSemantics namespace:native
1139
+ */
1140
+ click: EventEmitter<CustomEvent<IVegaTableHeadCellVegaTableHeadCellClickEvent>>;
961
1141
  }
962
1142
  export declare class VegaTableHeadCell {
963
1143
  protected z: NgZone;
@@ -980,6 +1160,10 @@ export declare interface VegaTableRow extends Components.VegaTableRow {
980
1160
  * An event emitter notifying that the row has been clicked.
981
1161
  */
982
1162
  vegaClick: EventEmitter<CustomEvent<IVegaTableRowVegaTableRowClickEvent>>;
1163
+ /**
1164
+ * An event emitter notifying that the row has been clicked. @eventSemantics namespace:native
1165
+ */
1166
+ click: EventEmitter<CustomEvent<IVegaTableRowVegaTableRowClickEvent>>;
983
1167
  }
984
1168
  export declare class VegaTableRow {
985
1169
  protected z: NgZone;
@@ -1004,15 +1188,20 @@ export declare interface VegaTextarea extends Components.VegaTextarea {
1004
1188
  */
1005
1189
  vegaChange: EventEmitter<CustomEvent<string>>;
1006
1190
  /**
1007
- * An event emitter notifying changes in the validation result
1008
- of the text area. @deprecated vegaValidate is only used to listen on the vega-form component.
1191
+ * An event emitter notifying about changes in the value
1192
+ of the text area. @eventSemantics namespace:native
1009
1193
  */
1010
- vegaValidate: EventEmitter<CustomEvent<boolean>>;
1194
+ change: EventEmitter<CustomEvent<string>>;
1011
1195
  /**
1012
1196
  * An event emitter notifying the blur event of the inner
1013
1197
  textarea element within the text area.
1014
1198
  */
1015
1199
  vegaBlur: EventEmitter<CustomEvent<undefined>>;
1200
+ /**
1201
+ * An event emitter notifying the blur event of the inner
1202
+ textarea element within the text area. @eventSemantics namespace:native
1203
+ */
1204
+ blur: EventEmitter<CustomEvent<undefined>>;
1016
1205
  }
1017
1206
  export declare class VegaTextarea {
1018
1207
  protected z: NgZone;
@@ -1027,10 +1216,9 @@ export declare interface VegaTimePicker extends Components.VegaTimePicker {
1027
1216
  */
1028
1217
  vegaChange: EventEmitter<CustomEvent<string | string[]>>;
1029
1218
  /**
1030
- * An event emitter notifying changes in the validation result
1031
- of the time picker. @deprecated vegaValidate is only used to listen on the vega-form component.
1219
+ * An event emitter notifying changes in the value of the time picker. @eventSemantics namespace:native
1032
1220
  */
1033
- vegaValidate: EventEmitter<CustomEvent<boolean>>;
1221
+ change: EventEmitter<CustomEvent<string | string[]>>;
1034
1222
  }
1035
1223
  export declare class VegaTimePicker {
1036
1224
  protected z: NgZone;
@@ -1039,11 +1227,24 @@ export declare class VegaTimePicker {
1039
1227
  static ɵfac: i0.ɵɵFactoryDeclaration<VegaTimePicker, never>;
1040
1228
  static ɵcmp: i0.ɵɵComponentDeclaration<VegaTimePicker, "vega-time-picker", never, { "autoValidation": "autoValidation"; "disabled": "disabled"; "increments": "increments"; "isValid": "isValid"; "label": "label"; "mode": "mode"; "placeholder": "placeholder"; "positionRelativeTo": "positionRelativeTo"; "required": "required"; "size": "size"; "timeFormat": "timeFormat"; "validationRules": "validationRules"; "value": "value"; }, {}, never, ["*"]>;
1041
1229
  }
1230
+ export declare interface VegaTimePickerDropdown extends Components.VegaTimePickerDropdown {
1231
+ }
1232
+ export declare class VegaTimePickerDropdown {
1233
+ protected z: NgZone;
1234
+ protected el: HTMLElement;
1235
+ constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
1236
+ static ɵfac: i0.ɵɵFactoryDeclaration<VegaTimePickerDropdown, never>;
1237
+ static ɵcmp: i0.ɵɵComponentDeclaration<VegaTimePickerDropdown, "vega-time-picker-dropdown", never, {}, {}, never, ["*"]>;
1238
+ }
1042
1239
  export declare interface VegaToggleSwitch extends Components.VegaToggleSwitch {
1043
1240
  /**
1044
1241
  * An event emitter notifying changes in the toggle switch.
1045
1242
  */
1046
1243
  vegaChange: EventEmitter<CustomEvent<boolean>>;
1244
+ /**
1245
+ * An native event emitter notifying changes in the toggle switch. @eventSemantics namespace:native
1246
+ */
1247
+ change: EventEmitter<CustomEvent<boolean>>;
1047
1248
  }
1048
1249
  export declare class VegaToggleSwitch {
1049
1250
  protected z: NgZone;
@@ -1061,6 +1262,15 @@ export declare class VegaTooltip {
1061
1262
  static ɵfac: i0.ɵɵFactoryDeclaration<VegaTooltip, never>;
1062
1263
  static ɵcmp: i0.ɵɵComponentDeclaration<VegaTooltip, "vega-tooltip", never, { "alignment": "alignment"; "content": "content"; "maxWidth": "maxWidth"; "minWidth": "minWidth"; "placement": "placement"; "positionRelativeTo": "positionRelativeTo"; "size": "size"; "trigger": "trigger"; }, {}, never, ["*"]>;
1063
1264
  }
1265
+ export declare interface VegaTooltipContentBox extends Components.VegaTooltipContentBox {
1266
+ }
1267
+ export declare class VegaTooltipContentBox {
1268
+ protected z: NgZone;
1269
+ protected el: HTMLElement;
1270
+ constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
1271
+ static ɵfac: i0.ɵɵFactoryDeclaration<VegaTooltipContentBox, never>;
1272
+ static ɵcmp: i0.ɵɵComponentDeclaration<VegaTooltipContentBox, "vega-tooltip-content-box", never, { "content": "content"; }, {}, never, ["*"]>;
1273
+ }
1064
1274
  export declare interface VegaVirtualScroll extends Components.VegaVirtualScroll {
1065
1275
  }
1066
1276
  export declare class VegaVirtualScroll {
@@ -1070,5 +1280,5 @@ export declare class VegaVirtualScroll {
1070
1280
  static ɵfac: i0.ɵɵFactoryDeclaration<VegaVirtualScroll, never>;
1071
1281
  static ɵcmp: i0.ɵɵComponentDeclaration<VegaVirtualScroll, "vega-virtual-scroll", never, { "approxItemHeight": "approxItemHeight"; "renderItem": "renderItem"; "source": "source"; "sourceItemIdentifier": "sourceItemIdentifier"; "thresholdOfWork": "thresholdOfWork"; "viewportMaxHeight": "viewportMaxHeight"; }, {}, never, ["*"]>;
1072
1282
  }
1073
- declare const _default: (typeof VegaAccordion | typeof VegaAppFooter | typeof VegaAppHeaderButton | typeof VegaBadge | typeof VegaBanner | typeof VegaBarChart | typeof VegaBox | typeof VegaBreadcrumb | typeof VegaButton | typeof VegaButtonCircle | typeof VegaButtonLink | typeof VegaCard | typeof VegaCarousel | typeof VegaCheckbox | typeof VegaCheckboxGroup | typeof VegaChip | typeof VegaColorPicker | typeof VegaComboBox | typeof VegaCounterBadge | typeof VegaDatePicker | typeof VegaDialog | typeof VegaDropdown | typeof VegaDropdownGroup | typeof VegaDropdownItem | typeof VegaFieldError | typeof VegaFieldLabel | typeof VegaFlex | typeof VegaFont | typeof VegaFooter | typeof VegaForm | typeof VegaGrid | typeof VegaHeader | typeof VegaIcon | typeof VegaImageUploader | typeof VegaInput | typeof VegaInputCreditCard | typeof VegaInputSelect | typeof VegaItemToggle | typeof VegaLeftNav | typeof VegaLeftNavGroup | typeof VegaLeftNavLink | typeof VegaLeftNavSection | typeof VegaLineChart | typeof VegaLoadingIndicator | typeof VegaModal | typeof VegaNavCard | typeof VegaOption | typeof VegaPageNotification | typeof VegaPagination | typeof VegaPieChart | typeof VegaPopover | typeof VegaProgressTracker | typeof VegaRadio | typeof VegaRadioGroup | typeof VegaSidenav | typeof VegaSidenavGroup | typeof VegaSidenavLink | typeof VegaSlotContainer | typeof VegaStepper | typeof VegaTabGroup | typeof VegaTabGroupPanel | typeof VegaTable | typeof VegaTableBody | typeof VegaTableCell | typeof VegaTableExpandRow | typeof VegaTableHead | typeof VegaTableHeadCell | typeof VegaTableHeadRow | typeof VegaTableRow | typeof VegaText | typeof VegaTextarea | typeof VegaTimePicker | typeof VegaToggleSwitch | typeof VegaTooltip | typeof VegaVirtualScroll)[];
1283
+ declare const _default: (typeof VegaAccordion | typeof VegaAppFooter | typeof VegaAppHeaderButton | typeof VegaBackdrop | typeof VegaBarChart | typeof VegaBox | typeof VegaBreadcrumb | typeof VegaButton | typeof VegaButtonCircle | typeof VegaButtonLink | typeof VegaCard | typeof VegaCarousel | typeof VegaCheckbox | typeof VegaCheckboxGroup | typeof VegaChip | typeof VegaColorPicker | typeof VegaComboBox | typeof VegaCounterBadge | typeof VegaDatePicker | typeof VegaDatePickerCalendar | typeof VegaDialog | typeof VegaDropdown | typeof VegaDropdownContentBox | typeof VegaDropdownGroup | typeof VegaDropdownItem | typeof VegaFieldError | typeof VegaFieldLabel | typeof VegaFlex | typeof VegaFont | typeof VegaForm | typeof VegaGrid | typeof VegaIcon | typeof VegaImageUploader | typeof VegaInput | typeof VegaInputCreditCard | typeof VegaInputSelect | typeof VegaItemToggle | typeof VegaLeftNav | typeof VegaLeftNavGroup | typeof VegaLeftNavLink | typeof VegaLeftNavSection | typeof VegaLineChart | typeof VegaLoaderWrapper | typeof VegaLoadingIndicator | typeof VegaModal | typeof VegaNavCard | typeof VegaPageNotification | typeof VegaPageNotificationList | typeof VegaPagination | typeof VegaPieChart | typeof VegaPopover | typeof VegaPopoverContentBox | typeof VegaProgressTracker | typeof VegaRadio | typeof VegaRadioGroup | typeof VegaSlotContainer | typeof VegaStepper | typeof VegaTabGroup | typeof VegaTabGroupPanel | typeof VegaTable | typeof VegaTableBody | typeof VegaTableCell | typeof VegaTableExpandRow | typeof VegaTableHead | typeof VegaTableHeadCell | typeof VegaTableHeadRow | typeof VegaTableRow | typeof VegaText | typeof VegaTextarea | typeof VegaTimePicker | typeof VegaTimePickerDropdown | typeof VegaToggleSwitch | typeof VegaTooltip | typeof VegaTooltipContentBox | typeof VegaVirtualScroll)[];
1074
1284
  export default _default;