@bravobit/bb-foundation 0.50.2 → 0.50.4
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/auth/lib/acting.service.d.ts +12 -0
- package/auth/lib/auth.session.d.ts +4 -4
- package/auth/public_api.d.ts +1 -0
- package/elements/lib/elements.interfaces.d.ts +7 -2
- package/elements/lib/icon/icon.component.d.ts +1 -0
- package/fesm2022/bravobit-bb-foundation-auth.mjs +62 -20
- package/fesm2022/bravobit-bb-foundation-auth.mjs.map +1 -1
- package/fesm2022/bravobit-bb-foundation-collections.mjs +43 -43
- package/fesm2022/bravobit-bb-foundation-combobox.mjs +15 -15
- package/fesm2022/bravobit-bb-foundation-dashboard.mjs +25 -25
- package/fesm2022/bravobit-bb-foundation-dialog.mjs +34 -34
- package/fesm2022/bravobit-bb-foundation-elements.mjs +102 -90
- package/fesm2022/bravobit-bb-foundation-elements.mjs.map +1 -1
- package/fesm2022/bravobit-bb-foundation-http.mjs +10 -10
- package/fesm2022/bravobit-bb-foundation-localize.mjs +16 -16
- package/fesm2022/bravobit-bb-foundation-masking.mjs +16 -16
- package/fesm2022/bravobit-bb-foundation-notifications.mjs +97 -187
- package/fesm2022/bravobit-bb-foundation-notifications.mjs.map +1 -1
- package/fesm2022/bravobit-bb-foundation-permissions.mjs +10 -10
- package/fesm2022/bravobit-bb-foundation-recaptcha.mjs +10 -10
- package/fesm2022/bravobit-bb-foundation-select.mjs +19 -19
- package/fesm2022/bravobit-bb-foundation-storage.mjs +3 -3
- package/fesm2022/bravobit-bb-foundation-table.mjs +22 -22
- package/fesm2022/bravobit-bb-foundation-tooltip.mjs +10 -10
- package/fesm2022/bravobit-bb-foundation-utils.mjs +16 -16
- package/fesm2022/bravobit-bb-foundation.mjs +21 -21
- package/notifications/lib/notifications-item/notifications-item.component.d.ts +7 -6
- package/notifications/lib/notifications-list/notifications-list.component.d.ts +14 -11
- package/notifications/lib/notifications.animations.d.ts +1 -1
- package/notifications/lib/notifications.interfaces.d.ts +3 -17
- package/notifications/lib/notifications.service.d.ts +6 -9
- package/package.json +7 -7
|
@@ -1,7 +1,5 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
3
|
-
import { Localize } from '@bravobit/bb-foundation/localize';
|
|
4
|
-
import { Platform } from '@angular/cdk/platform';
|
|
1
|
+
import { TemplateRef } from '@angular/core';
|
|
2
|
+
import { Notification, NotificationAction } from './notifications.interfaces';
|
|
5
3
|
import * as i0 from "@angular/core";
|
|
6
4
|
export declare class Notifications {
|
|
7
5
|
private _platform;
|
|
@@ -9,15 +7,15 @@ export declare class Notifications {
|
|
|
9
7
|
private _environmentInjector;
|
|
10
8
|
private _localize?;
|
|
11
9
|
private _config?;
|
|
12
|
-
private
|
|
10
|
+
private _document?;
|
|
11
|
+
private _componentRef;
|
|
13
12
|
private readonly _defaultMode;
|
|
14
13
|
private readonly _defaultTimeout;
|
|
15
14
|
private readonly _defaultLocalize;
|
|
16
15
|
private readonly _defaultDismiss;
|
|
17
16
|
private readonly _defaultDismissText;
|
|
18
|
-
private readonly _defaultPosition;
|
|
19
17
|
private _notifications$;
|
|
20
|
-
constructor(
|
|
18
|
+
constructor();
|
|
21
19
|
success(content: string | TemplateRef<any>, actions?: NotificationAction[], timeout?: number): Notification;
|
|
22
20
|
error(content: string | TemplateRef<any>, actions?: NotificationAction[], timeout?: number): Notification;
|
|
23
21
|
warn(content: string | TemplateRef<any>, actions?: NotificationAction[], timeout?: number): Notification;
|
|
@@ -27,7 +25,6 @@ export declare class Notifications {
|
|
|
27
25
|
private pull;
|
|
28
26
|
private compose;
|
|
29
27
|
private createElement;
|
|
30
|
-
|
|
31
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<Notifications, [null, null, null, { optional: true; }, { optional: true; }]>;
|
|
28
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<Notifications, never>;
|
|
32
29
|
static ɵprov: i0.ɵɵInjectableDeclaration<Notifications>;
|
|
33
30
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@bravobit/bb-foundation",
|
|
3
|
-
"version": "0.50.
|
|
3
|
+
"version": "0.50.4",
|
|
4
4
|
"description": "The Angular core foundation of the Bravobit team.",
|
|
5
5
|
"author": {
|
|
6
6
|
"name": "Stan van Heumen",
|
|
@@ -44,9 +44,9 @@
|
|
|
44
44
|
"types": "./collections/index.d.ts",
|
|
45
45
|
"default": "./fesm2022/bravobit-bb-foundation-collections.mjs"
|
|
46
46
|
},
|
|
47
|
-
"./
|
|
48
|
-
"types": "./
|
|
49
|
-
"default": "./fesm2022/bravobit-bb-foundation-
|
|
47
|
+
"./combobox": {
|
|
48
|
+
"types": "./combobox/index.d.ts",
|
|
49
|
+
"default": "./fesm2022/bravobit-bb-foundation-combobox.mjs"
|
|
50
50
|
},
|
|
51
51
|
"./dashboard": {
|
|
52
52
|
"types": "./dashboard/index.d.ts",
|
|
@@ -56,9 +56,9 @@
|
|
|
56
56
|
"types": "./elements/index.d.ts",
|
|
57
57
|
"default": "./fesm2022/bravobit-bb-foundation-elements.mjs"
|
|
58
58
|
},
|
|
59
|
-
"./
|
|
60
|
-
"types": "./
|
|
61
|
-
"default": "./fesm2022/bravobit-bb-foundation-
|
|
59
|
+
"./dialog": {
|
|
60
|
+
"types": "./dialog/index.d.ts",
|
|
61
|
+
"default": "./fesm2022/bravobit-bb-foundation-dialog.mjs"
|
|
62
62
|
},
|
|
63
63
|
"./http": {
|
|
64
64
|
"types": "./http/index.d.ts",
|