@gravitee/ui-particles-angular 17.6.1 → 17.7.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/index.d.ts
CHANGED
|
@@ -1621,6 +1621,7 @@ declare class GioMenuItemComponent implements OnDestroy {
|
|
|
1621
1621
|
private readonly routerLinkActive;
|
|
1622
1622
|
icon: string;
|
|
1623
1623
|
iconRight?: string;
|
|
1624
|
+
iconRightTooltip?: string;
|
|
1624
1625
|
active: boolean;
|
|
1625
1626
|
outlined: boolean;
|
|
1626
1627
|
private unsubscribe$;
|
|
@@ -1632,12 +1633,13 @@ declare class GioMenuItemComponent implements OnDestroy {
|
|
|
1632
1633
|
onClick($event: MouseEvent): void;
|
|
1633
1634
|
onKeydownHandler($event: KeyboardEvent): void;
|
|
1634
1635
|
static ɵfac: i0.ɵɵFactoryDeclaration<GioMenuItemComponent, [null, { optional: true; }]>;
|
|
1635
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<GioMenuItemComponent, "gio-menu-item", never, { "icon": { "alias": "icon"; "required": false; }; "iconRight": { "alias": "iconRight"; "required": false; }; "active": { "alias": "active"; "required": false; }; "outlined": { "alias": "outlined"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
1636
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<GioMenuItemComponent, "gio-menu-item", never, { "icon": { "alias": "icon"; "required": false; }; "iconRight": { "alias": "iconRight"; "required": false; }; "iconRightTooltip": { "alias": "iconRightTooltip"; "required": false; }; "active": { "alias": "active"; "required": false; }; "outlined": { "alias": "outlined"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
1636
1637
|
}
|
|
1637
1638
|
|
|
1638
1639
|
declare class GioMenuItemsComponent {
|
|
1639
1640
|
icon: string;
|
|
1640
1641
|
iconRight?: string;
|
|
1642
|
+
iconRightTooltip?: string;
|
|
1641
1643
|
title: string;
|
|
1642
1644
|
active: boolean;
|
|
1643
1645
|
routerBasePath?: string;
|
|
@@ -1658,7 +1660,7 @@ declare class GioMenuItemsComponent {
|
|
|
1658
1660
|
onMouseEnter(): void;
|
|
1659
1661
|
onMouseLeave(): void;
|
|
1660
1662
|
static ɵfac: i0.ɵɵFactoryDeclaration<GioMenuItemsComponent, never>;
|
|
1661
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<GioMenuItemsComponent, "gio-menu-items", never, { "icon": { "alias": "icon"; "required": false; }; "iconRight": { "alias": "iconRight"; "required": false; }; "title": { "alias": "title"; "required": false; }; "active": { "alias": "active"; "required": false; }; "routerBasePath": { "alias": "routerBasePath"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
1663
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<GioMenuItemsComponent, "gio-menu-items", never, { "icon": { "alias": "icon"; "required": false; }; "iconRight": { "alias": "iconRight"; "required": false; }; "iconRightTooltip": { "alias": "iconRightTooltip"; "required": false; }; "title": { "alias": "title"; "required": false; }; "active": { "alias": "active"; "required": false; }; "routerBasePath": { "alias": "routerBasePath"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
1662
1664
|
}
|
|
1663
1665
|
|
|
1664
1666
|
declare class GioMenuFooterComponent {
|
|
@@ -1726,7 +1728,7 @@ declare class GioMenuLicenseExpirationNotificationComponent {
|
|
|
1726
1728
|
|
|
1727
1729
|
declare class GioMenuModule {
|
|
1728
1730
|
static ɵfac: i0.ɵɵFactoryDeclaration<GioMenuModule, never>;
|
|
1729
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<GioMenuModule, [typeof GioMenuComponent, typeof GioMenuItemComponent, typeof GioMenuItemsComponent, typeof GioMenuFooterComponent, typeof GioMenuListComponent, typeof GioMenuHeaderComponent, typeof GioMenuSearchComponent, typeof GioMenuSelectorComponent, typeof GioMenuLicenseExpirationNotificationComponent], [typeof i2.CommonModule, typeof i8.MatAutocompleteModule, typeof i4$1.MatIconModule, typeof i5.MatInputModule, typeof GioIconsModule, typeof i9.MatSelectModule, typeof i6.ReactiveFormsModule, typeof i17$1.MatAccordion, typeof i17$1.MatExpansionPanel, typeof i17$1.MatExpansionPanelTitle, typeof i17$1.MatExpansionPanelHeader, typeof i17$1.MatExpansionPanelDescription, typeof i18.RouterLink, typeof i18.RouterLinkActive, typeof i19.OverlayModule], [typeof GioMenuComponent, typeof GioMenuItemComponent, typeof GioMenuItemsComponent, typeof GioMenuFooterComponent, typeof GioMenuListComponent, typeof GioMenuHeaderComponent, typeof GioMenuSearchComponent, typeof GioMenuSelectorComponent, typeof GioMenuLicenseExpirationNotificationComponent]>;
|
|
1731
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<GioMenuModule, [typeof GioMenuComponent, typeof GioMenuItemComponent, typeof GioMenuItemsComponent, typeof GioMenuFooterComponent, typeof GioMenuListComponent, typeof GioMenuHeaderComponent, typeof GioMenuSearchComponent, typeof GioMenuSelectorComponent, typeof GioMenuLicenseExpirationNotificationComponent], [typeof i2.CommonModule, typeof i8.MatAutocompleteModule, typeof i4$1.MatIconModule, typeof i5.MatInputModule, typeof GioIconsModule, typeof i9.MatSelectModule, typeof i6.ReactiveFormsModule, typeof i17$1.MatAccordion, typeof i17$1.MatExpansionPanel, typeof i17$1.MatExpansionPanelTitle, typeof i17$1.MatExpansionPanelHeader, typeof i17$1.MatExpansionPanelDescription, typeof i18.RouterLink, typeof i18.RouterLinkActive, typeof i19.OverlayModule, typeof i5$1.MatTooltipModule], [typeof GioMenuComponent, typeof GioMenuItemComponent, typeof GioMenuItemsComponent, typeof GioMenuFooterComponent, typeof GioMenuListComponent, typeof GioMenuHeaderComponent, typeof GioMenuSearchComponent, typeof GioMenuSelectorComponent, typeof GioMenuLicenseExpirationNotificationComponent]>;
|
|
1730
1732
|
static ɵinj: i0.ɵɵInjectorDeclaration<GioMenuModule>;
|
|
1731
1733
|
}
|
|
1732
1734
|
|
|
@@ -1784,15 +1786,16 @@ declare class GioSubmenuGroupComponent {
|
|
|
1784
1786
|
declare class GioSubmenuItemComponent {
|
|
1785
1787
|
active: boolean;
|
|
1786
1788
|
iconRight?: string;
|
|
1789
|
+
iconRightTooltip?: string;
|
|
1787
1790
|
private gioSubmenuItem;
|
|
1788
1791
|
onKeydownHandler(event: KeyboardEvent): void;
|
|
1789
1792
|
static ɵfac: i0.ɵɵFactoryDeclaration<GioSubmenuItemComponent, never>;
|
|
1790
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<GioSubmenuItemComponent, "gio-submenu-item", never, { "active": { "alias": "active"; "required": false; }; "iconRight": { "alias": "iconRight"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
1793
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<GioSubmenuItemComponent, "gio-submenu-item", never, { "active": { "alias": "active"; "required": false; }; "iconRight": { "alias": "iconRight"; "required": false; }; "iconRightTooltip": { "alias": "iconRightTooltip"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
1791
1794
|
}
|
|
1792
1795
|
|
|
1793
1796
|
declare class GioSubmenuModule {
|
|
1794
1797
|
static ɵfac: i0.ɵɵFactoryDeclaration<GioSubmenuModule, never>;
|
|
1795
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<GioSubmenuModule, [typeof GioSubmenuComponent, typeof GioSubmenuGroupComponent, typeof GioSubmenuItemComponent, typeof GioSubmenuTitleDirective], [typeof i2.CommonModule, typeof i4$1.MatIconModule, typeof GioIconsModule], [typeof GioSubmenuComponent, typeof GioSubmenuGroupComponent, typeof GioSubmenuItemComponent, typeof GioSubmenuTitleDirective]>;
|
|
1798
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<GioSubmenuModule, [typeof GioSubmenuComponent, typeof GioSubmenuGroupComponent, typeof GioSubmenuItemComponent, typeof GioSubmenuTitleDirective], [typeof i2.CommonModule, typeof i4$1.MatIconModule, typeof GioIconsModule, typeof i5$1.MatTooltipModule], [typeof GioSubmenuComponent, typeof GioSubmenuGroupComponent, typeof GioSubmenuItemComponent, typeof GioSubmenuTitleDirective]>;
|
|
1796
1799
|
static ɵinj: i0.ɵɵInjectorDeclaration<GioSubmenuModule>;
|
|
1797
1800
|
}
|
|
1798
1801
|
|