@dev-tcloud/tcloud-ui 7.2.1 → 7.2.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dev-tcloud/tcloud-ui",
3
- "version": "7.2.1",
3
+ "version": "7.2.2",
4
4
  "peerDependencies": {
5
5
  "@angular/animations": "^21.0.0",
6
6
  "@angular/common": "^21.0.0",
@@ -2102,10 +2102,12 @@ declare class TCloudUiNavbarItemComponent {
2102
2102
  * (`isMenuExpanded = false`), quando só o avatar é exibido.
2103
2103
  */
2104
2104
  declare class TCloudUiNavbarFooterComponent {
2105
- /** Caminho da imagem do avatar. */
2105
+ /** Caminho da imagem do avatar. Quando ausente, usa `avatarIcon`. */
2106
2106
  avatarSrc?: string;
2107
2107
  /** Texto alternativo do avatar. */
2108
2108
  avatarAlt: string;
2109
+ /** Ícone exibido no avatar quando não há `avatarSrc`. */
2110
+ avatarIcon: string;
2109
2111
  /** Nome do usuário. */
2110
2112
  name: string;
2111
2113
  /** Papel/subtítulo do usuário (ex.: 'Operadora'). */
@@ -2119,7 +2121,7 @@ declare class TCloudUiNavbarFooterComponent {
2119
2121
  /** Emitido ao clicar no botão de sair. */
2120
2122
  onLogout: i0.OutputEmitterRef<void>;
2121
2123
  static ɵfac: i0.ɵɵFactoryDeclaration<TCloudUiNavbarFooterComponent, never>;
2122
- static ɵcmp: i0.ɵɵComponentDeclaration<TCloudUiNavbarFooterComponent, "tcloud-ui-navbar-footer", never, { "avatarSrc": { "alias": "avatarSrc"; "required": false; }; "avatarAlt": { "alias": "avatarAlt"; "required": false; }; "name": { "alias": "name"; "required": false; }; "role": { "alias": "role"; "required": false; }; "isMenuExpanded": { "alias": "isMenuExpanded"; "required": false; }; "showLogout": { "alias": "showLogout"; "required": false; }; "logoutTitle": { "alias": "logoutTitle"; "required": false; }; }, { "onLogout": "onLogout"; }, never, never, true, never>;
2124
+ static ɵcmp: i0.ɵɵComponentDeclaration<TCloudUiNavbarFooterComponent, "tcloud-ui-navbar-footer", never, { "avatarSrc": { "alias": "avatarSrc"; "required": false; }; "avatarAlt": { "alias": "avatarAlt"; "required": false; }; "avatarIcon": { "alias": "avatarIcon"; "required": false; }; "name": { "alias": "name"; "required": false; }; "role": { "alias": "role"; "required": false; }; "isMenuExpanded": { "alias": "isMenuExpanded"; "required": false; }; "showLogout": { "alias": "showLogout"; "required": false; }; "logoutTitle": { "alias": "logoutTitle"; "required": false; }; }, { "onLogout": "onLogout"; }, never, never, true, never>;
2123
2125
  }
2124
2126
 
2125
2127
  declare class TCloudUiTabGroupComponent {