@techextensor/tab-sdk 0.0.43 → 0.0.45

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.
@@ -68,31 +68,31 @@ export declare class UiService {
68
68
  *
69
69
  * @param options The options for the notification.
70
70
  */
71
- notify(options: NotificationOptions): any;
71
+ notify(options: NotificationOptions): import("ngx-toastr").ActiveToast<any>;
72
72
  /**
73
73
  * Displays a success notification to the user.
74
74
  *
75
75
  * @param options - The options for the notification, including message, title, and configuration.
76
76
  */
77
- showSuccess(options: BaseNotificationOptions): any;
77
+ showSuccess(options: BaseNotificationOptions): import("ngx-toastr").ActiveToast<any>;
78
78
  /**
79
79
  * Displays a warning notification to the user.
80
80
  *
81
81
  * @param options - The options for the notification, including message, title, and configuration.
82
82
  */
83
- showWarning(options: BaseNotificationOptions): any;
83
+ showWarning(options: BaseNotificationOptions): import("ngx-toastr").ActiveToast<any>;
84
84
  /**
85
85
  * Displays an info notification to the user.
86
86
  *
87
87
  * @param options - The options for the notification, including message, title, and configuration.
88
88
  */
89
- showInfo(options: BaseNotificationOptions): any;
89
+ showInfo(options: BaseNotificationOptions): import("ngx-toastr").ActiveToast<any>;
90
90
  /**
91
91
  * Displays an error notification to the user.
92
92
  *
93
93
  * @param options - The options for the notification, including message, title, and configuration.
94
94
  */
95
- showError(options: BaseNotificationOptions): any;
95
+ showError(options: BaseNotificationOptions): import("ngx-toastr").ActiveToast<any>;
96
96
  /**
97
97
  * Clears a notification by ID.
98
98
  *
package/package.json CHANGED
@@ -1,10 +1,10 @@
1
1
  {
2
2
  "name": "@techextensor/tab-sdk",
3
- "version": "0.0.43",
3
+ "version": "0.0.45",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^19.2.15",
6
6
  "@angular/core": "^19.2.15",
7
- "@techextensor/tab-core-utility": "^2.2.180"
7
+ "@techextensor/tab-core-utility": "^2.2.184"
8
8
  },
9
9
  "dependencies": {
10
10
  "tslib": "^2.8.1"