@everymatrix/nuts-inbox-widget 0.0.1 → 0.0.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/dist/cjs/loader.cjs.js +1 -1
- package/dist/cjs/nuts-inbox-widget.cjs.js +1 -1
- package/dist/cjs/nuts-inbox-widget_3.cjs.entry.js +46 -12
- package/dist/collection/components/nuts-inbox-widget/nuts-inbox-widget.js +3 -2
- package/dist/collection/components/nuts-notification/nuts-notification.css +1 -1
- package/dist/collection/components/nuts-notification/nuts-notification.js +5 -7
- package/dist/collection/components/nuts-popover/nuts-popover.css +12 -0
- package/dist/collection/components/nuts-popover/nuts-popover.js +41 -11
- package/dist/collection/utils/locale.utils.js +22 -0
- package/dist/components/nuts-inbox-widget.js +2 -1
- package/dist/components/nuts-notification2.js +26 -6
- package/dist/components/nuts-popover2.js +22 -8
- package/dist/esm/loader.js +1 -1
- package/dist/esm/nuts-inbox-widget.js +1 -1
- package/dist/esm/nuts-inbox-widget_3.entry.js +46 -12
- package/dist/nuts-inbox-widget/nuts-inbox-widget.esm.js +1 -1
- package/dist/nuts-inbox-widget/p-4c544b5f.entry.js +1 -0
- package/dist/nuts-inbox-widget/p-d2307506.entry.js +1 -0
- package/dist/nuts-inbox-widget/p-e082a57a.entry.js +1 -0
- package/dist/types/components/nuts-inbox-widget/nuts-inbox-widget.d.ts +1 -1
- package/dist/types/components/nuts-notification/nuts-notification.d.ts +0 -6
- package/dist/types/components/nuts-popover/nuts-popover.d.ts +2 -6
- package/dist/types/components.d.ts +2 -26
- package/dist/types/utils/locale.utils.d.ts +1 -0
- package/package.json +1 -1
- package/dist/nuts-inbox-widget/p-2f19681b.entry.js +0 -1
|
@@ -42,7 +42,7 @@ export declare class NutsInboxWidget {
|
|
|
42
42
|
*/
|
|
43
43
|
clientStyling: string;
|
|
44
44
|
/**
|
|
45
|
-
*
|
|
45
|
+
* Client styling url for a css file
|
|
46
46
|
*/
|
|
47
47
|
clientStylingUrl: string;
|
|
48
48
|
private stylingContainer;
|
|
@@ -12,13 +12,7 @@ export declare class NutsNotification {
|
|
|
12
12
|
operatorId: string;
|
|
13
13
|
token: string;
|
|
14
14
|
backendUrl: string;
|
|
15
|
-
/**
|
|
16
|
-
* Client custom styling via inline styles
|
|
17
|
-
*/
|
|
18
15
|
clientStyling: string;
|
|
19
|
-
/**
|
|
20
|
-
* Custom styling url for the novu iFrame, formatted as a JSON object according to the documentation: https://docs.novu.co/notification-center/custom-styling/
|
|
21
|
-
*/
|
|
22
16
|
clientStylingUrl: string;
|
|
23
17
|
showSettingsModal: boolean;
|
|
24
18
|
messageSeen: boolean;
|
|
@@ -6,20 +6,16 @@ export declare class NutsPopover {
|
|
|
6
6
|
token: string;
|
|
7
7
|
backendUrl: string;
|
|
8
8
|
unseenCount: number;
|
|
9
|
-
/**
|
|
10
|
-
* Client custom styling via inline styles
|
|
11
|
-
*/
|
|
12
9
|
clientStyling: string;
|
|
13
|
-
/**
|
|
14
|
-
* Custom styling url for the novu iFrame, formatted as a JSON object according to the documentation: https://docs.novu.co/notification-center/custom-styling/
|
|
15
|
-
*/
|
|
16
10
|
clientStylingUrl: string;
|
|
17
11
|
private notifications;
|
|
18
12
|
private isLoading;
|
|
13
|
+
private showMarkAll;
|
|
19
14
|
private stylingContainer;
|
|
20
15
|
allNotificationsRead: EventEmitter<any>;
|
|
21
16
|
messageDeteledHandler(event: CustomEvent<any>): void;
|
|
22
17
|
newNotificationHandler(event: CustomEvent<any>): void;
|
|
18
|
+
unseenCountHandler(newValue: number): void;
|
|
23
19
|
getNotifications(): void;
|
|
24
20
|
markAllAsRead(): void;
|
|
25
21
|
setClientStyling: () => void;
|
|
@@ -21,7 +21,7 @@ export namespace Components {
|
|
|
21
21
|
*/
|
|
22
22
|
"clientStyling": string;
|
|
23
23
|
/**
|
|
24
|
-
*
|
|
24
|
+
* Client styling url for a css file
|
|
25
25
|
*/
|
|
26
26
|
"clientStylingUrl": string;
|
|
27
27
|
/**
|
|
@@ -56,13 +56,7 @@ export namespace Components {
|
|
|
56
56
|
interface NutsNotification {
|
|
57
57
|
"backendUrl": string;
|
|
58
58
|
"badge": string;
|
|
59
|
-
/**
|
|
60
|
-
* Client custom styling via inline styles
|
|
61
|
-
*/
|
|
62
59
|
"clientStyling": string;
|
|
63
|
-
/**
|
|
64
|
-
* Custom styling url for the novu iFrame, formatted as a JSON object according to the documentation: https://docs.novu.co/notification-center/custom-styling/
|
|
65
|
-
*/
|
|
66
60
|
"clientStylingUrl": string;
|
|
67
61
|
"content": string;
|
|
68
62
|
"date": string;
|
|
@@ -77,13 +71,7 @@ export namespace Components {
|
|
|
77
71
|
}
|
|
78
72
|
interface NutsPopover {
|
|
79
73
|
"backendUrl": string;
|
|
80
|
-
/**
|
|
81
|
-
* Client custom styling via inline styles
|
|
82
|
-
*/
|
|
83
74
|
"clientStyling": string;
|
|
84
|
-
/**
|
|
85
|
-
* Custom styling url for the novu iFrame, formatted as a JSON object according to the documentation: https://docs.novu.co/notification-center/custom-styling/
|
|
86
|
-
*/
|
|
87
75
|
"clientStylingUrl": string;
|
|
88
76
|
"language": string;
|
|
89
77
|
"operatorId": string;
|
|
@@ -132,7 +120,7 @@ declare namespace LocalJSX {
|
|
|
132
120
|
*/
|
|
133
121
|
"clientStyling"?: string;
|
|
134
122
|
/**
|
|
135
|
-
*
|
|
123
|
+
* Client styling url for a css file
|
|
136
124
|
*/
|
|
137
125
|
"clientStylingUrl"?: string;
|
|
138
126
|
/**
|
|
@@ -169,13 +157,7 @@ declare namespace LocalJSX {
|
|
|
169
157
|
interface NutsNotification {
|
|
170
158
|
"backendUrl"?: string;
|
|
171
159
|
"badge"?: string;
|
|
172
|
-
/**
|
|
173
|
-
* Client custom styling via inline styles
|
|
174
|
-
*/
|
|
175
160
|
"clientStyling"?: string;
|
|
176
|
-
/**
|
|
177
|
-
* Custom styling url for the novu iFrame, formatted as a JSON object according to the documentation: https://docs.novu.co/notification-center/custom-styling/
|
|
178
|
-
*/
|
|
179
161
|
"clientStylingUrl"?: string;
|
|
180
162
|
"content"?: string;
|
|
181
163
|
"date"?: string;
|
|
@@ -192,13 +174,7 @@ declare namespace LocalJSX {
|
|
|
192
174
|
}
|
|
193
175
|
interface NutsPopover {
|
|
194
176
|
"backendUrl"?: string;
|
|
195
|
-
/**
|
|
196
|
-
* Client custom styling via inline styles
|
|
197
|
-
*/
|
|
198
177
|
"clientStyling"?: string;
|
|
199
|
-
/**
|
|
200
|
-
* Custom styling url for the novu iFrame, formatted as a JSON object according to the documentation: https://docs.novu.co/notification-center/custom-styling/
|
|
201
|
-
*/
|
|
202
178
|
"clientStylingUrl"?: string;
|
|
203
179
|
"language"?: string;
|
|
204
180
|
"onAllNotificationsRead"?: (event: CustomEvent<any>) => void;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const translate: (key: string, customLang?: any) => string;
|