barsa-tiles 2.3.65 → 2.3.67
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/fesm2022/barsa-tiles.mjs +19 -16
- package/fesm2022/barsa-tiles.mjs.map +1 -1
- package/index.d.ts +0 -1
- package/package.json +1 -1
package/index.d.ts
CHANGED
|
@@ -963,7 +963,6 @@ declare class BarsaShellbarComponent extends BaseComponent implements OnInit {
|
|
|
963
963
|
item: NotificationItem;
|
|
964
964
|
btn: NotificationAction;
|
|
965
965
|
}): void;
|
|
966
|
-
onOpenNotificationPopover(e: any): void;
|
|
967
966
|
onOpenQuickAccess: () => void;
|
|
968
967
|
onOpenNotification: () => void;
|
|
969
968
|
onLanguage: (e: any) => void;
|