@heartlandone/vega-angular 2.64.0 → 2.66.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.
@@ -57,7 +57,7 @@ class TextValueAccessor extends ValueAccessor {
57
57
  }
58
58
  }
59
59
  TextValueAccessor.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.2", ngImport: i0, type: TextValueAccessor, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
60
- TextValueAccessor.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.2.2", type: TextValueAccessor, selector: "vega-checkbox, vega-checkbox-group, vega-color-picker, vega-combo-box, vega-date-picker, vega-file-uploader, vega-image-uploader, vega-input, vega-input-credit-card, vega-input-numeric, vega-input-phone-number, vega-input-range, vega-input-select, vega-radio-group, vega-rich-text-editor, vega-selection-chip-group, vega-selection-tile-group, vega-signature-capture, vega-stepper, vega-textarea, vega-time-picker, vega-toggle-switch", host: { listeners: { "vegaChange": "handleChangeEvent($event.currentTarget.value, 'vega')", "change": "handleChangeEvent($event.currentTarget.value, 'native')" } }, providers: [
60
+ TextValueAccessor.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.2.2", type: TextValueAccessor, selector: "vega-checkbox, vega-checkbox-group, vega-color-picker, vega-combo-box, vega-date-picker, vega-file-uploader, vega-image-uploader, vega-input, vega-input-credit-card, vega-input-numeric, vega-input-passcode, vega-input-phone-number, vega-input-range, vega-input-select, vega-radio-group, vega-rich-text-editor, vega-selection-chip-group, vega-selection-tile-group, vega-signature-capture, vega-stepper, vega-textarea, vega-time-picker, vega-toggle-switch", host: { listeners: { "vegaChange": "handleChangeEvent($event.currentTarget.value, 'vega')", "change": "handleChangeEvent($event.currentTarget.value, 'native')" } }, providers: [
61
61
  {
62
62
  provide: NG_VALUE_ACCESSOR,
63
63
  useExisting: TextValueAccessor,
@@ -68,7 +68,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.2", ngImpor
68
68
  type: Directive,
69
69
  args: [{
70
70
  /* tslint:disable-next-line:directive-selector */
71
- selector: 'vega-checkbox, vega-checkbox-group, vega-color-picker, vega-combo-box, vega-date-picker, vega-file-uploader, vega-image-uploader, vega-input, vega-input-credit-card, vega-input-numeric, vega-input-phone-number, vega-input-range, vega-input-select, vega-radio-group, vega-rich-text-editor, vega-selection-chip-group, vega-selection-tile-group, vega-signature-capture, vega-stepper, vega-textarea, vega-time-picker, vega-toggle-switch',
71
+ selector: 'vega-checkbox, vega-checkbox-group, vega-color-picker, vega-combo-box, vega-date-picker, vega-file-uploader, vega-image-uploader, vega-input, vega-input-credit-card, vega-input-numeric, vega-input-passcode, vega-input-phone-number, vega-input-range, vega-input-select, vega-radio-group, vega-rich-text-editor, vega-selection-chip-group, vega-selection-tile-group, vega-signature-capture, vega-stepper, vega-textarea, vega-time-picker, vega-toggle-switch',
72
72
  host: {
73
73
  '(vegaChange)': "handleChangeEvent($event.currentTarget.value, 'vega')",
74
74
  '(change)': "handleChangeEvent($event.currentTarget.value, 'native')"
@@ -375,11 +375,11 @@ let VegaBreadcrumb = class VegaBreadcrumb {
375
375
  }
376
376
  };
377
377
  VegaBreadcrumb.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.2", ngImport: i0, type: VegaBreadcrumb, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
378
- VegaBreadcrumb.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.2", type: VegaBreadcrumb, selector: "vega-breadcrumb", inputs: { items: "items", maxItems: "maxItems" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
378
+ VegaBreadcrumb.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.2", type: VegaBreadcrumb, selector: "vega-breadcrumb", inputs: { compactOnMobile: "compactOnMobile", items: "items", maxItems: "maxItems" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
379
379
  VegaBreadcrumb = __decorate([
380
380
  ProxyCmp({
381
381
  defineCustomElementFn: undefined,
382
- inputs: ['items', 'maxItems']
382
+ inputs: ['compactOnMobile', 'items', 'maxItems']
383
383
  })
384
384
  ], VegaBreadcrumb);
385
385
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.2", ngImport: i0, type: VegaBreadcrumb, decorators: [{
@@ -388,7 +388,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.2", ngImpor
388
388
  selector: 'vega-breadcrumb',
389
389
  changeDetection: ChangeDetectionStrategy.OnPush,
390
390
  template: '<ng-content></ng-content>',
391
- inputs: ['items', 'maxItems']
391
+ inputs: ['compactOnMobile', 'items', 'maxItems']
392
392
  }]
393
393
  }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
394
394
  let VegaButton = class VegaButton {
@@ -524,11 +524,11 @@ let VegaCalendar = class VegaCalendar {
524
524
  }
525
525
  };
526
526
  VegaCalendar.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.2", ngImport: i0, type: VegaCalendar, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
527
- VegaCalendar.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.2", type: VegaCalendar, selector: "vega-calendar", inputs: { enableDateClick: "enableDateClick", enabledEventPreview: "enabledEventPreview", events: "events", isDateDisabled: "isDateDisabled", moreActionDropdownProps: "moreActionDropdownProps", showEventColorBar: "showEventColorBar", showSwitchView: "showSwitchView", showWeekends: "showWeekends", timeFormat: "timeFormat", viewMode: "viewMode" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
527
+ VegaCalendar.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.2", type: VegaCalendar, selector: "vega-calendar", inputs: { enableDateClick: "enableDateClick", enabledEventPreview: "enabledEventPreview", events: "events", isDateDisabled: "isDateDisabled", moreActionDropdownProps: "moreActionDropdownProps", showEventColorBar: "showEventColorBar", showSwitchView: "showSwitchView", showWeekends: "showWeekends", timeFormat: "timeFormat", timezone: "timezone", viewMode: "viewMode" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
528
528
  VegaCalendar = __decorate([
529
529
  ProxyCmp({
530
530
  defineCustomElementFn: undefined,
531
- inputs: ['enableDateClick', 'enabledEventPreview', 'events', 'isDateDisabled', 'moreActionDropdownProps', 'showEventColorBar', 'showSwitchView', 'showWeekends', 'timeFormat', 'viewMode']
531
+ inputs: ['enableDateClick', 'enabledEventPreview', 'events', 'isDateDisabled', 'moreActionDropdownProps', 'showEventColorBar', 'showSwitchView', 'showWeekends', 'timeFormat', 'timezone', 'viewMode']
532
532
  })
533
533
  ], VegaCalendar);
534
534
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.2", ngImport: i0, type: VegaCalendar, decorators: [{
@@ -537,7 +537,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.2", ngImpor
537
537
  selector: 'vega-calendar',
538
538
  changeDetection: ChangeDetectionStrategy.OnPush,
539
539
  template: '<ng-content></ng-content>',
540
- inputs: ['enableDateClick', 'enabledEventPreview', 'events', 'isDateDisabled', 'moreActionDropdownProps', 'showEventColorBar', 'showSwitchView', 'showWeekends', 'timeFormat', 'viewMode']
540
+ inputs: ['enableDateClick', 'enabledEventPreview', 'events', 'isDateDisabled', 'moreActionDropdownProps', 'showEventColorBar', 'showSwitchView', 'showWeekends', 'timeFormat', 'timezone', 'viewMode']
541
541
  }]
542
542
  }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
543
543
  let VegaCalendarEvent = class VegaCalendarEvent {
@@ -1303,7 +1303,7 @@ let VegaInput = class VegaInput {
1303
1303
  this.z = z;
1304
1304
  c.detach();
1305
1305
  this.el = r.nativeElement;
1306
- proxyOutputs(this, this.el, ['vegaChange', 'change', 'vegaBlur', 'blur', 'vegaFocus', 'focus', 'vegaLabelButtonClick', 'labelButtonClick']);
1306
+ proxyOutputs(this, this.el, ['vegaChange', 'change', 'vegaBlur', 'blur', 'vegaFocus', 'focus', 'vegaLabelButtonClick', 'labelButtonClick', 'vegaPaste', 'paste']);
1307
1307
  }
1308
1308
  };
1309
1309
  VegaInput.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.2", ngImport: i0, type: VegaInput, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
@@ -1374,6 +1374,31 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.2", ngImpor
1374
1374
  inputs: ['autoValidation', 'disabled', 'hint', 'integerOnly', 'isValid', 'label', 'majorIncrement', 'max', 'min', 'minorIncrement', 'placeholder', 'prefixIcon', 'prefixText', 'required', 'showClearIcon', 'size', 'suffixText', 'thousandComma', 'validationRules', 'value']
1375
1375
  }]
1376
1376
  }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
1377
+ let VegaInputPasscode = class VegaInputPasscode {
1378
+ constructor(c, r, z) {
1379
+ this.z = z;
1380
+ c.detach();
1381
+ this.el = r.nativeElement;
1382
+ proxyOutputs(this, this.el, ['vegaChange', 'change', 'vegaComplete', 'complete']);
1383
+ }
1384
+ };
1385
+ VegaInputPasscode.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.2", ngImport: i0, type: VegaInputPasscode, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
1386
+ VegaInputPasscode.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.2", type: VegaInputPasscode, selector: "vega-input-passcode", inputs: { autoValidation: "autoValidation", disabled: "disabled", hint: "hint", inputType: "inputType", isValid: "isValid", label: "label", length: "length", required: "required", size: "size", validationRules: "validationRules", value: "value" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1387
+ VegaInputPasscode = __decorate([
1388
+ ProxyCmp({
1389
+ defineCustomElementFn: undefined,
1390
+ inputs: ['autoValidation', 'disabled', 'hint', 'inputType', 'isValid', 'label', 'length', 'required', 'size', 'validationRules', 'value']
1391
+ })
1392
+ ], VegaInputPasscode);
1393
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.2", ngImport: i0, type: VegaInputPasscode, decorators: [{
1394
+ type: Component,
1395
+ args: [{
1396
+ selector: 'vega-input-passcode',
1397
+ changeDetection: ChangeDetectionStrategy.OnPush,
1398
+ template: '<ng-content></ng-content>',
1399
+ inputs: ['autoValidation', 'disabled', 'hint', 'inputType', 'isValid', 'label', 'length', 'required', 'size', 'validationRules', 'value']
1400
+ }]
1401
+ }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
1377
1402
  let VegaInputPhoneNumber = class VegaInputPhoneNumber {
1378
1403
  constructor(c, r, z) {
1379
1404
  this.z = z;
@@ -2900,6 +2925,7 @@ var VegaComponents = [
2900
2925
  VegaInput,
2901
2926
  VegaInputCreditCard,
2902
2927
  VegaInputNumeric,
2928
+ VegaInputPasscode,
2903
2929
  VegaInputPhoneNumber,
2904
2930
  VegaInputRange,
2905
2931
  VegaInputSelect,
@@ -2977,7 +3003,7 @@ class VegaComponentModule {
2977
3003
  }
2978
3004
  }
2979
3005
  VegaComponentModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.2", ngImport: i0, type: VegaComponentModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
2980
- VegaComponentModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.2.2", ngImport: i0, type: VegaComponentModule, declarations: [VegaAccordion, VegaAppFooter, VegaAppHeaderButton, VegaBackdrop, VegaBanner, VegaBarChart, VegaBox, VegaBrandLogo, VegaBreadcrumb, VegaButton, VegaButtonCircle, VegaButtonGroup, VegaButtonGroupItem, VegaButtonLink, VegaCalendar, VegaCalendarEvent, VegaCalendarEventPreview, VegaCalendarEventSlot, VegaCard, VegaCarousel, VegaCheckbox, VegaCheckboxGroup, VegaChip, VegaCodeBlock, VegaColorPicker, VegaComboBox, VegaCounterBadge, VegaDatePicker, VegaDatePickerCalendar, VegaDialog, VegaDivider, VegaDropdown, VegaDropdownContentBox, VegaDropdownGroup, VegaDropdownItem, VegaFieldError, VegaFieldLabel, VegaFileUploader, VegaFlagIcon, VegaFlex, VegaFont, VegaForm, VegaGrid, VegaHint, VegaIcon, VegaImageUploader, VegaInput, VegaInputCreditCard, VegaInputNumeric, VegaInputPhoneNumber, VegaInputRange, VegaInputSelect, VegaItemToggle, VegaLeftNav, VegaLeftNavGroup, VegaLeftNavLink, VegaLeftNavSection, VegaLineChart, VegaLoaderWrapper, VegaLoadingIndicator, VegaModal, VegaNavCard, VegaPageNotification, VegaPageNotificationList, VegaPagination, VegaPaginationPageSelectorMobile, VegaPaginationPageSizeSelectorMobile, VegaPieChart, VegaPopover, VegaPopoverContentBox, VegaProgressTracker, VegaRadio, VegaRadioGroup, VegaRichTextContent, VegaRichTextEditor, VegaRichTextEditorToolbarButton, VegaRichTextImageEditor, VegaRichTextLinkEditor, VegaSectionTitle, VegaSegmentControl, VegaSelectionChip, VegaSelectionChipGroup, VegaSelectionTile, VegaSelectionTileGroup, VegaSidenav, VegaSidenavGroup, VegaSidenavLink, VegaSignatureCapture, VegaSkeleton, VegaSlotContainer, VegaStepper, VegaTabGroup, VegaTabGroupPanel, VegaTable, VegaTableBody, VegaTableCell, VegaTableExpandRow, VegaTableHead, VegaTableHeadCell, VegaTableHeadRow, VegaTableRow, VegaText, VegaTextarea, VegaTimePicker, VegaTimePickerDropdown, VegaToggleSwitch, VegaTooltip, VegaTooltipContentBox, VegaVirtualScroll, TextValueAccessor, ValueAccessor], exports: [VegaAccordion, VegaAppFooter, VegaAppHeaderButton, VegaBackdrop, VegaBanner, VegaBarChart, VegaBox, VegaBrandLogo, VegaBreadcrumb, VegaButton, VegaButtonCircle, VegaButtonGroup, VegaButtonGroupItem, VegaButtonLink, VegaCalendar, VegaCalendarEvent, VegaCalendarEventPreview, VegaCalendarEventSlot, VegaCard, VegaCarousel, VegaCheckbox, VegaCheckboxGroup, VegaChip, VegaCodeBlock, VegaColorPicker, VegaComboBox, VegaCounterBadge, VegaDatePicker, VegaDatePickerCalendar, VegaDialog, VegaDivider, VegaDropdown, VegaDropdownContentBox, VegaDropdownGroup, VegaDropdownItem, VegaFieldError, VegaFieldLabel, VegaFileUploader, VegaFlagIcon, VegaFlex, VegaFont, VegaForm, VegaGrid, VegaHint, VegaIcon, VegaImageUploader, VegaInput, VegaInputCreditCard, VegaInputNumeric, VegaInputPhoneNumber, VegaInputRange, VegaInputSelect, VegaItemToggle, VegaLeftNav, VegaLeftNavGroup, VegaLeftNavLink, VegaLeftNavSection, VegaLineChart, VegaLoaderWrapper, VegaLoadingIndicator, VegaModal, VegaNavCard, VegaPageNotification, VegaPageNotificationList, VegaPagination, VegaPaginationPageSelectorMobile, VegaPaginationPageSizeSelectorMobile, VegaPieChart, VegaPopover, VegaPopoverContentBox, VegaProgressTracker, VegaRadio, VegaRadioGroup, VegaRichTextContent, VegaRichTextEditor, VegaRichTextEditorToolbarButton, VegaRichTextImageEditor, VegaRichTextLinkEditor, VegaSectionTitle, VegaSegmentControl, VegaSelectionChip, VegaSelectionChipGroup, VegaSelectionTile, VegaSelectionTileGroup, VegaSidenav, VegaSidenavGroup, VegaSidenavLink, VegaSignatureCapture, VegaSkeleton, VegaSlotContainer, VegaStepper, VegaTabGroup, VegaTabGroupPanel, VegaTable, VegaTableBody, VegaTableCell, VegaTableExpandRow, VegaTableHead, VegaTableHeadCell, VegaTableHeadRow, VegaTableRow, VegaText, VegaTextarea, VegaTimePicker, VegaTimePickerDropdown, VegaToggleSwitch, VegaTooltip, VegaTooltipContentBox, VegaVirtualScroll, TextValueAccessor, ValueAccessor] });
3006
+ VegaComponentModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.2.2", ngImport: i0, type: VegaComponentModule, declarations: [VegaAccordion, VegaAppFooter, VegaAppHeaderButton, VegaBackdrop, VegaBanner, VegaBarChart, VegaBox, VegaBrandLogo, VegaBreadcrumb, VegaButton, VegaButtonCircle, VegaButtonGroup, VegaButtonGroupItem, VegaButtonLink, VegaCalendar, VegaCalendarEvent, VegaCalendarEventPreview, VegaCalendarEventSlot, VegaCard, VegaCarousel, VegaCheckbox, VegaCheckboxGroup, VegaChip, VegaCodeBlock, VegaColorPicker, VegaComboBox, VegaCounterBadge, VegaDatePicker, VegaDatePickerCalendar, VegaDialog, VegaDivider, VegaDropdown, VegaDropdownContentBox, VegaDropdownGroup, VegaDropdownItem, VegaFieldError, VegaFieldLabel, VegaFileUploader, VegaFlagIcon, VegaFlex, VegaFont, VegaForm, VegaGrid, VegaHint, VegaIcon, VegaImageUploader, VegaInput, VegaInputCreditCard, VegaInputNumeric, VegaInputPasscode, VegaInputPhoneNumber, VegaInputRange, VegaInputSelect, VegaItemToggle, VegaLeftNav, VegaLeftNavGroup, VegaLeftNavLink, VegaLeftNavSection, VegaLineChart, VegaLoaderWrapper, VegaLoadingIndicator, VegaModal, VegaNavCard, VegaPageNotification, VegaPageNotificationList, VegaPagination, VegaPaginationPageSelectorMobile, VegaPaginationPageSizeSelectorMobile, VegaPieChart, VegaPopover, VegaPopoverContentBox, VegaProgressTracker, VegaRadio, VegaRadioGroup, VegaRichTextContent, VegaRichTextEditor, VegaRichTextEditorToolbarButton, VegaRichTextImageEditor, VegaRichTextLinkEditor, VegaSectionTitle, VegaSegmentControl, VegaSelectionChip, VegaSelectionChipGroup, VegaSelectionTile, VegaSelectionTileGroup, VegaSidenav, VegaSidenavGroup, VegaSidenavLink, VegaSignatureCapture, VegaSkeleton, VegaSlotContainer, VegaStepper, VegaTabGroup, VegaTabGroupPanel, VegaTable, VegaTableBody, VegaTableCell, VegaTableExpandRow, VegaTableHead, VegaTableHeadCell, VegaTableHeadRow, VegaTableRow, VegaText, VegaTextarea, VegaTimePicker, VegaTimePickerDropdown, VegaToggleSwitch, VegaTooltip, VegaTooltipContentBox, VegaVirtualScroll, TextValueAccessor, ValueAccessor], exports: [VegaAccordion, VegaAppFooter, VegaAppHeaderButton, VegaBackdrop, VegaBanner, VegaBarChart, VegaBox, VegaBrandLogo, VegaBreadcrumb, VegaButton, VegaButtonCircle, VegaButtonGroup, VegaButtonGroupItem, VegaButtonLink, VegaCalendar, VegaCalendarEvent, VegaCalendarEventPreview, VegaCalendarEventSlot, VegaCard, VegaCarousel, VegaCheckbox, VegaCheckboxGroup, VegaChip, VegaCodeBlock, VegaColorPicker, VegaComboBox, VegaCounterBadge, VegaDatePicker, VegaDatePickerCalendar, VegaDialog, VegaDivider, VegaDropdown, VegaDropdownContentBox, VegaDropdownGroup, VegaDropdownItem, VegaFieldError, VegaFieldLabel, VegaFileUploader, VegaFlagIcon, VegaFlex, VegaFont, VegaForm, VegaGrid, VegaHint, VegaIcon, VegaImageUploader, VegaInput, VegaInputCreditCard, VegaInputNumeric, VegaInputPasscode, VegaInputPhoneNumber, VegaInputRange, VegaInputSelect, VegaItemToggle, VegaLeftNav, VegaLeftNavGroup, VegaLeftNavLink, VegaLeftNavSection, VegaLineChart, VegaLoaderWrapper, VegaLoadingIndicator, VegaModal, VegaNavCard, VegaPageNotification, VegaPageNotificationList, VegaPagination, VegaPaginationPageSelectorMobile, VegaPaginationPageSizeSelectorMobile, VegaPieChart, VegaPopover, VegaPopoverContentBox, VegaProgressTracker, VegaRadio, VegaRadioGroup, VegaRichTextContent, VegaRichTextEditor, VegaRichTextEditorToolbarButton, VegaRichTextImageEditor, VegaRichTextLinkEditor, VegaSectionTitle, VegaSegmentControl, VegaSelectionChip, VegaSelectionChipGroup, VegaSelectionTile, VegaSelectionTileGroup, VegaSidenav, VegaSidenavGroup, VegaSidenavLink, VegaSignatureCapture, VegaSkeleton, VegaSlotContainer, VegaStepper, VegaTabGroup, VegaTabGroupPanel, VegaTable, VegaTableBody, VegaTableCell, VegaTableExpandRow, VegaTableHead, VegaTableHeadCell, VegaTableHeadRow, VegaTableRow, VegaText, VegaTextarea, VegaTimePicker, VegaTimePickerDropdown, VegaToggleSwitch, VegaTooltip, VegaTooltipContentBox, VegaVirtualScroll, TextValueAccessor, ValueAccessor] });
2981
3007
  VegaComponentModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.2.2", ngImport: i0, type: VegaComponentModule, imports: [[]] });
2982
3008
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.2", ngImport: i0, type: VegaComponentModule, decorators: [{
2983
3009
  type: NgModule,
@@ -2996,5 +3022,5 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.2", ngImpor
2996
3022
  * Generated bundle index. Do not edit.
2997
3023
  */
2998
3024
 
2999
- export { TextValueAccessor, ValueAccessor, VegaAccordion, VegaAppFooter, VegaAppHeaderButton, VegaBackdrop, VegaBanner, VegaBarChart, VegaBox, VegaBrandLogo, VegaBreadcrumb, VegaButton, VegaButtonCircle, VegaButtonGroup, VegaButtonGroupItem, VegaButtonLink, VegaCalendar, VegaCalendarEvent, VegaCalendarEventPreview, VegaCalendarEventSlot, VegaCard, VegaCarousel, VegaCheckbox, VegaCheckboxGroup, VegaChip, VegaCodeBlock, VegaColorPicker, VegaComboBox, VegaComponentModule, VegaCounterBadge, VegaDatePicker, VegaDatePickerCalendar, VegaDialog, VegaDivider, VegaDropdown, VegaDropdownContentBox, VegaDropdownGroup, VegaDropdownItem, VegaFieldError, VegaFieldLabel, VegaFileUploader, VegaFlagIcon, VegaFlex, VegaFont, VegaForm, VegaGrid, VegaHint, VegaIcon, VegaImageUploader, VegaInput, VegaInputCreditCard, VegaInputNumeric, VegaInputPhoneNumber, VegaInputRange, VegaInputSelect, VegaItemToggle, VegaLeftNav, VegaLeftNavGroup, VegaLeftNavLink, VegaLeftNavSection, VegaLineChart, VegaLoaderWrapper, VegaLoadingIndicator, VegaModal, VegaNavCard, VegaPageNotification, VegaPageNotificationList, VegaPagination, VegaPaginationPageSelectorMobile, VegaPaginationPageSizeSelectorMobile, VegaPieChart, VegaPopover, VegaPopoverContentBox, VegaProgressTracker, VegaRadio, VegaRadioGroup, VegaRichTextContent, VegaRichTextEditor, VegaRichTextEditorToolbarButton, VegaRichTextImageEditor, VegaRichTextLinkEditor, VegaSectionTitle, VegaSegmentControl, VegaSelectionChip, VegaSelectionChipGroup, VegaSelectionTile, VegaSelectionTileGroup, VegaSidenav, VegaSidenavGroup, VegaSidenavLink, VegaSignatureCapture, VegaSkeleton, VegaSlotContainer, VegaStepper, VegaTabGroup, VegaTabGroupPanel, VegaTable, VegaTableBody, VegaTableCell, VegaTableExpandRow, VegaTableHead, VegaTableHeadCell, VegaTableHeadRow, VegaTableRow, VegaText, VegaTextarea, VegaTimePicker, VegaTimePickerDropdown, VegaToggleSwitch, VegaTooltip, VegaTooltipContentBox, VegaVirtualScroll };
3025
+ export { TextValueAccessor, ValueAccessor, VegaAccordion, VegaAppFooter, VegaAppHeaderButton, VegaBackdrop, VegaBanner, VegaBarChart, VegaBox, VegaBrandLogo, VegaBreadcrumb, VegaButton, VegaButtonCircle, VegaButtonGroup, VegaButtonGroupItem, VegaButtonLink, VegaCalendar, VegaCalendarEvent, VegaCalendarEventPreview, VegaCalendarEventSlot, VegaCard, VegaCarousel, VegaCheckbox, VegaCheckboxGroup, VegaChip, VegaCodeBlock, VegaColorPicker, VegaComboBox, VegaComponentModule, VegaCounterBadge, VegaDatePicker, VegaDatePickerCalendar, VegaDialog, VegaDivider, VegaDropdown, VegaDropdownContentBox, VegaDropdownGroup, VegaDropdownItem, VegaFieldError, VegaFieldLabel, VegaFileUploader, VegaFlagIcon, VegaFlex, VegaFont, VegaForm, VegaGrid, VegaHint, VegaIcon, VegaImageUploader, VegaInput, VegaInputCreditCard, VegaInputNumeric, VegaInputPasscode, VegaInputPhoneNumber, VegaInputRange, VegaInputSelect, VegaItemToggle, VegaLeftNav, VegaLeftNavGroup, VegaLeftNavLink, VegaLeftNavSection, VegaLineChart, VegaLoaderWrapper, VegaLoadingIndicator, VegaModal, VegaNavCard, VegaPageNotification, VegaPageNotificationList, VegaPagination, VegaPaginationPageSelectorMobile, VegaPaginationPageSizeSelectorMobile, VegaPieChart, VegaPopover, VegaPopoverContentBox, VegaProgressTracker, VegaRadio, VegaRadioGroup, VegaRichTextContent, VegaRichTextEditor, VegaRichTextEditorToolbarButton, VegaRichTextImageEditor, VegaRichTextLinkEditor, VegaSectionTitle, VegaSegmentControl, VegaSelectionChip, VegaSelectionChipGroup, VegaSelectionTile, VegaSelectionTileGroup, VegaSidenav, VegaSidenavGroup, VegaSidenavLink, VegaSignatureCapture, VegaSkeleton, VegaSlotContainer, VegaStepper, VegaTabGroup, VegaTabGroupPanel, VegaTable, VegaTableBody, VegaTableCell, VegaTableExpandRow, VegaTableHead, VegaTableHeadCell, VegaTableHeadRow, VegaTableRow, VegaText, VegaTextarea, VegaTimePicker, VegaTimePickerDropdown, VegaToggleSwitch, VegaTooltip, VegaTooltipContentBox, VegaVirtualScroll };
3000
3026
  //# sourceMappingURL=heartlandone-vega-angular.mjs.map