@genesislcap/pbc-notify-ui 1.0.28 → 1.0.30
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/dts/components/components.d.ts.map +1 -1
- package/dist/dts/components/foundation-inbox/components/foundation-inbox-flyout/foundation-inbox-flyout.d.ts.map +1 -1
- package/dist/dts/components/foundation-notification-dashboard/notification-dashboard.tabs.d.ts.map +1 -1
- package/dist/esm/components/foundation-inbox/components/foundation-inbox-flyout/foundation-inbox-flyout.js +1 -1
- package/dist/esm/components/foundation-inbox/components/foundation-inbox-flyout/foundation-inbox-flyout.template.js +1 -1
- package/dist/esm/components/foundation-notification-dashboard/notification-dashboard.tabs.js +6 -4
- package/package.json +1 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"components.d.ts","sourceRoot":"","sources":["../../../src/components/components.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"components.d.ts","sourceRoot":"","sources":["../../../src/components/components.ts"],"names":[],"mappings":"AA2EA,wBAAsB,WAAW;;GAShC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"foundation-inbox-flyout.d.ts","sourceRoot":"","sources":["../../../../../../src/components/foundation-inbox/components/foundation-inbox-flyout/foundation-inbox-flyout.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,EAAE,MAAM,8BAA8B,CAAC;
|
|
1
|
+
{"version":3,"file":"foundation-inbox-flyout.d.ts","sourceRoot":"","sources":["../../../../../../src/components/foundation-inbox/components/foundation-inbox-flyout/foundation-inbox-flyout.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,EAAE,MAAM,8BAA8B,CAAC;AAGtD,OAAO,EAAE,mBAAmB,EAAE,MAAM,6BAA6B,CAAC;AAIlE,qBAKa,qBAAsB,SAAQ,mBAAmB;IAChD,KAAK,EAAE,OAAO,CAAS;IAEnC,MAAM,EAAE,MAAM,CAAC;IACH,YAAY,EAAE,OAAO,CAAQ;IAEnC,iBAAiB;IAKvB,oBAAoB,IAAI,IAAI;IAIf,IAAI;IAMV,KAAK;IAKN,WAAW;CAIlB"}
|
package/dist/dts/components/foundation-notification-dashboard/notification-dashboard.tabs.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"notification-dashboard.tabs.d.ts","sourceRoot":"","sources":["../../../../src/components/foundation-notification-dashboard/notification-dashboard.tabs.ts"],"names":[],"mappings":"AAAA,qBAAa,wBAAwB;IACnC,EAAE,EAAE,MAAM,CAAC;IACX,IAAI,EAAE,MAAM,CAAC;IACb,SAAS,EAAE,MAAM,CAAC;IAClB,KAAK,EAAE,MAAM,CAAC;CACf;AAED,eAAO,MAAM,2BAA2B,EAAE,wBAAwB,
|
|
1
|
+
{"version":3,"file":"notification-dashboard.tabs.d.ts","sourceRoot":"","sources":["../../../../src/components/foundation-notification-dashboard/notification-dashboard.tabs.ts"],"names":[],"mappings":"AAAA,qBAAa,wBAAwB;IACnC,EAAE,EAAE,MAAM,CAAC;IACX,IAAI,EAAE,MAAM,CAAC;IACb,SAAS,EAAE,MAAM,CAAC;IAClB,KAAK,EAAE,MAAM,CAAC;CACf;AAED,eAAO,MAAM,2BAA2B,EAAE,wBAAwB,EA2BjE,CAAC"}
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { __awaiter, __decorate } from "tslib";
|
|
2
2
|
import { observable, customElement } from '@microsoft/fast-element';
|
|
3
|
+
import { loadRemotes } from '../../../components';
|
|
3
4
|
import { FoundationInboxBase } from '../../inbox-base/inbox-base';
|
|
4
5
|
import { FoundationInboxFlyoutStyles } from './foundation-inbox-flyout.styles';
|
|
5
6
|
import { FoundationInboxFlyoutTemplate } from './foundation-inbox-flyout.template';
|
|
6
|
-
import { loadRemotes } from '../../../components';
|
|
7
7
|
let FoundationInboxFlyout = class FoundationInboxFlyout extends FoundationInboxBase {
|
|
8
8
|
constructor() {
|
|
9
9
|
super(...arguments);
|
|
@@ -9,7 +9,7 @@ export const FoundationInboxFlyoutTemplate = html `
|
|
|
9
9
|
displayHeader=${false}
|
|
10
10
|
>
|
|
11
11
|
<div class="inbox-header">
|
|
12
|
-
<div class="inbox-header-title">Alerts
|
|
12
|
+
<div class="inbox-header-title">Alerts Center</div>
|
|
13
13
|
<zero-button class="inbox-header-close" @click=${(x) => x.close()}>
|
|
14
14
|
<zero-icon part="icon" name="xmark" size="xl"></zero-icon>
|
|
15
15
|
</zero-button>
|
package/dist/esm/components/foundation-notification-dashboard/notification-dashboard.tabs.js
CHANGED
|
@@ -19,10 +19,12 @@ export const NOTIFICATION_DASHBOARD_TABS = [
|
|
|
19
19
|
component: 'route-management',
|
|
20
20
|
right: 'NotificationRouteView',
|
|
21
21
|
},
|
|
22
|
+
/* TODO: Not needed at the moment
|
|
22
23
|
{
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
24
|
+
id: 'notify-audit',
|
|
25
|
+
name: 'Notify Audit',
|
|
26
|
+
component: 'notify-audit-management',
|
|
27
|
+
right: 'NotificationAuditView',
|
|
27
28
|
},
|
|
29
|
+
*/
|
|
28
30
|
];
|