synos-helena 21.12.2-beta.0 → 21.12.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/CHANGELOG.md CHANGED
@@ -29,6 +29,10 @@ O Helena DS segue o Calendar Versioning mais um cronograma interno de lançament
29
29
 
30
30
  # Aguardando publicação ...
31
31
 
32
+ # 21.12.2
33
+
34
+ 🌟 Agora o componente `HLNotification` permite exibição da notificação completa quando a mensagem ultrapassa o limite de 100 caracteres (#538);
35
+
32
36
  # 21.12.1
33
37
 
34
38
  🌟 Não adicionar duplicatas no histórico do `HLPowerSearch`. Agora a pesquisa é movida para o início da lista caso já tenha sido realizada.
package/lib/index.d.ts CHANGED
@@ -547,6 +547,8 @@ export interface NotificationListPropTypes {
547
547
  onClickNotification?: (unknown) => any;
548
548
  notifications?: Notification[];
549
549
  useDayjs?: boolean;
550
+ showNotifications: () => void;
551
+ hideNotifications: () => void;
550
552
  }
551
553
 
552
554
  export const NotificationList: React.FC<NotificationListPropTypes>;
@@ -643,8 +645,8 @@ export interface HLSideMenuPropTypes {
643
645
  subMenus: any[];
644
646
  changeOpenKeys: (unknown) => unknown;
645
647
  onOpenChange: (unknown) => unknown;
646
- generateLink: (unknown, unknown, unknown, unknown) => any;
647
- allowsAccessByResourceId: (unknown) => unknown;
648
+ generateLink: (unknown, unknown, unknown) => any;
649
+ allowsAccessByUrl: (unknown) => unknown;
648
650
  changeCollapsedState: (unknown) => unknown;
649
651
  openKeys: any[];
650
652
  baseboardLogoPath?: string;