@vsn-ux/ngx-gaia 0.8.1 → 0.8.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.
package/index.d.ts CHANGED
@@ -561,6 +561,14 @@ declare class GaModalDescriptionDirective implements AfterViewInit {
561
561
  static ɵfac: _angular_core.ɵɵFactoryDeclaration<GaModalDescriptionDirective, [{ attribute: "id"; }]>;
562
562
  static ɵdir: _angular_core.ɵɵDirectiveDeclaration<GaModalDescriptionDirective, "[gaModalDescription]", never, {}, {}, never, never, true, never>;
563
563
  }
564
+ declare class GaModalLabelDirective {
565
+ private readonly renderer;
566
+ private readonly elementRef;
567
+ private readonly id;
568
+ constructor(id?: string);
569
+ static ɵfac: _angular_core.ɵɵFactoryDeclaration<GaModalLabelDirective, [{ attribute: "id"; }]>;
570
+ static ɵdir: _angular_core.ɵɵDirectiveDeclaration<GaModalLabelDirective, "[gaModalLabel]", never, {}, {}, never, never, true, never>;
571
+ }
564
572
 
565
573
  declare class GaModalDescriptionComponent {
566
574
  static ɵfac: _angular_core.ɵɵFactoryDeclaration<GaModalDescriptionComponent, never>;
@@ -602,12 +610,12 @@ declare class GaModalHeaderComponent {
602
610
  protected readonly modalRef: GaModalRef<any>;
603
611
  protected readonly i18n: GaModalI18n;
604
612
  static ɵfac: _angular_core.ɵɵFactoryDeclaration<GaModalHeaderComponent, never>;
605
- static ɵcmp: _angular_core.ɵɵComponentDeclaration<GaModalHeaderComponent, "ga-modal-header", never, {}, {}, never, ["[gaModalTitle]", "ga-modal-description"], true, never>;
613
+ static ɵcmp: _angular_core.ɵɵComponentDeclaration<GaModalHeaderComponent, "ga-modal-header", never, {}, {}, never, ["[gaModalLabel]", "[gaModalTitle]", "ga-modal-description"], true, never>;
606
614
  }
607
615
 
608
616
  declare class GaModalModule {
609
617
  static ɵfac: _angular_core.ɵɵFactoryDeclaration<GaModalModule, never>;
610
- static ɵmod: _angular_core.ɵɵNgModuleDeclaration<GaModalModule, never, [typeof GaModalCloseDirective, typeof GaModalTitleDirective, typeof GaModalDescriptionDirective, typeof GaModalDescriptionComponent, typeof GaModalContentComponent, typeof GaModalActionsComponent, typeof GaModalHeaderComponent], [typeof GaModalCloseDirective, typeof GaModalTitleDirective, typeof GaModalDescriptionDirective, typeof GaModalDescriptionComponent, typeof GaModalContentComponent, typeof GaModalActionsComponent, typeof GaModalHeaderComponent]>;
618
+ static ɵmod: _angular_core.ɵɵNgModuleDeclaration<GaModalModule, never, [typeof GaModalCloseDirective, typeof GaModalTitleDirective, typeof GaModalLabelDirective, typeof GaModalDescriptionDirective, typeof GaModalDescriptionComponent, typeof GaModalContentComponent, typeof GaModalActionsComponent, typeof GaModalHeaderComponent], [typeof GaModalCloseDirective, typeof GaModalTitleDirective, typeof GaModalLabelDirective, typeof GaModalDescriptionDirective, typeof GaModalDescriptionComponent, typeof GaModalContentComponent, typeof GaModalActionsComponent, typeof GaModalHeaderComponent]>;
611
619
  static ɵinj: _angular_core.ɵɵInjectorDeclaration<GaModalModule>;
612
620
  }
613
621
 
@@ -960,5 +968,5 @@ declare class GaTextAreaModule {
960
968
  static ɵinj: _angular_core.ɵɵInjectorDeclaration<GaTextAreaModule>;
961
969
  }
962
970
 
963
- export { CHECKBOX_CONTROL_VALUE_ACCESSOR, DEFAULT_MODAL_OPTIONS, GA_ALERT_I18N_FACTORY, GA_BASE_FONT_SIZE, GA_BUTTON_I18N_FACTORY, GA_CHECKBOX_REQUIRED_VALIDATOR, GA_FORM_CONTROL, GA_ICON_DEFAULT_SIZE, GA_MODAL_DATA, GA_MODAL_I18N_FACTORY, GA_SELECT_REQUIRED_VALIDATOR, GA_TOOLTIP_DEFAULT_OFFSET, GaAlertComponent, GaAlertI18n, GaAlertI18nDefault, GaAlertModule, GaAlertTitleActionsComponent, GaAlertTitleComponent, GaBadgeComponent, GaBadgeModule, GaButtonDirective, GaButtonI18n, GaButtonI18nDefault, GaButtonModule, GaCardComponent, GaCardModule, GaCheckboxComponent, GaCheckboxModule, GaCheckboxRequiredValidator, GaFieldInfoComponent, GaFieldLabelComponent, GaFormControlDirective, GaFormFieldComponent, GaFormFieldModule, GaIconButtonDirective, GaIconComponent, GaIconModule, GaInputComponent, GaInputDirective, GaInputModule, GaLabelledByFormFieldDirective, GaLinkDirective, GaLinkModule, GaMenuComponent, GaMenuItemComponent, GaMenuModule, GaMenuSeparatorComponent, GaMenuTitleComponent, GaMenuTriggerDirective, GaMenuTriggerIconComponent, GaModalActionsComponent, GaModalCloseDirective, GaModalComponent, GaModalContentComponent, GaModalDescriptionComponent, GaModalDescriptionDirective, GaModalHeaderComponent, GaModalI18n, GaModalI18nDefault, GaModalModule, GaModalOptions, GaModalRef, GaModalService, GaModalTitleDirective, GaOptgroupComponent, GaOptionComponent, GaRadioButtonComponent, GaRadioGroupComponent, GaRadioModule, GaSegmentedControlButtonDirective, GaSegmentedControlComponent, GaSegmentedControlIconButtonComponent, GaSegmentedControlModule, GaSegmentedControlTextButtonComponent, GaSelectComponent, GaSelectDropdownComponent, GaSelectDropdownSpinnerComponent, GaSelectModule, GaSelectRequiredValidator, GaSelectValueComponent, GaSpinnerComponent, GaSpinnerModule, GaTextAreaDirective, GaTextAreaModule, GaTooltipComponent, GaTooltipDirective, GaTooltipModule, RADIO_CONTROL_VALUE_ACCESSOR, provideGaAlertI18n, provideGaBaseFontSize, provideGaButtonI18n, provideGaModalI18n, provideGaModalOptions };
971
+ export { CHECKBOX_CONTROL_VALUE_ACCESSOR, DEFAULT_MODAL_OPTIONS, GA_ALERT_I18N_FACTORY, GA_BASE_FONT_SIZE, GA_BUTTON_I18N_FACTORY, GA_CHECKBOX_REQUIRED_VALIDATOR, GA_FORM_CONTROL, GA_ICON_DEFAULT_SIZE, GA_MODAL_DATA, GA_MODAL_I18N_FACTORY, GA_SELECT_REQUIRED_VALIDATOR, GA_TOOLTIP_DEFAULT_OFFSET, GaAlertComponent, GaAlertI18n, GaAlertI18nDefault, GaAlertModule, GaAlertTitleActionsComponent, GaAlertTitleComponent, GaBadgeComponent, GaBadgeModule, GaButtonDirective, GaButtonI18n, GaButtonI18nDefault, GaButtonModule, GaCardComponent, GaCardModule, GaCheckboxComponent, GaCheckboxModule, GaCheckboxRequiredValidator, GaFieldInfoComponent, GaFieldLabelComponent, GaFormControlDirective, GaFormFieldComponent, GaFormFieldModule, GaIconButtonDirective, GaIconComponent, GaIconModule, GaInputComponent, GaInputDirective, GaInputModule, GaLabelledByFormFieldDirective, GaLinkDirective, GaLinkModule, GaMenuComponent, GaMenuItemComponent, GaMenuModule, GaMenuSeparatorComponent, GaMenuTitleComponent, GaMenuTriggerDirective, GaMenuTriggerIconComponent, GaModalActionsComponent, GaModalCloseDirective, GaModalComponent, GaModalContentComponent, GaModalDescriptionComponent, GaModalDescriptionDirective, GaModalHeaderComponent, GaModalI18n, GaModalI18nDefault, GaModalLabelDirective, GaModalModule, GaModalOptions, GaModalRef, GaModalService, GaModalTitleDirective, GaOptgroupComponent, GaOptionComponent, GaRadioButtonComponent, GaRadioGroupComponent, GaRadioModule, GaSegmentedControlButtonDirective, GaSegmentedControlComponent, GaSegmentedControlIconButtonComponent, GaSegmentedControlModule, GaSegmentedControlTextButtonComponent, GaSelectComponent, GaSelectDropdownComponent, GaSelectDropdownSpinnerComponent, GaSelectModule, GaSelectRequiredValidator, GaSelectValueComponent, GaSpinnerComponent, GaSpinnerModule, GaTextAreaDirective, GaTextAreaModule, GaTooltipComponent, GaTooltipDirective, GaTooltipModule, RADIO_CONTROL_VALUE_ACCESSOR, provideGaAlertI18n, provideGaBaseFontSize, provideGaButtonI18n, provideGaModalI18n, provideGaModalOptions };
964
972
  export type { GaAlertVariant, GaBadgeType, GaBadgeVariant, GaButtonType, GaFormControl, GaIconButtonVariant, GaIconData, GaLinkSize, GaLinkVariant, GaModalRole, GaModalSize, GaModalType, GaTooltipControlMode, GaTooltipDirection, GaTooltipPlacement, GaTooltipPosition };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vsn-ux/ngx-gaia",
3
- "version": "0.8.1",
3
+ "version": "0.8.2",
4
4
  "peerDependencies": {
5
5
  "@angular/cdk": "^20.0.0",
6
6
  "@angular/common": "^20.0.0",